@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 657 B
JavaScript
//#region virtual:insert--page/24.js
const InsertPage24 = require("../utils-BpydAK29.cjs").createSVGComponent("InsertPage24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M26,30H24V20H12V30H10V20a2.0021,2.0021,0,0,1,2-2H24a2.0021,2.0021,0,0,1,2,2Z" }
},
{
"elem": "path",
"attrs": { "d": "M5.17 16 2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16z" }
},
{
"elem": "path",
"attrs": { "d": "M24,14H12a2.0021,2.0021,0,0,1-2-2V2h2V12H24V2h2V12A2.0021,2.0021,0,0,1,24,14Z" }
}
]);
//#endregion
module.exports = InsertPage24;