@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 438 B
JavaScript
//#region virtual:page--first/24.js
const PageFirst24 = require("../utils-BpydAK29.cjs").createSVGComponent("PageFirst24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M14 16 24 6 25.4 7.4 16.8 16 25.4 24.6 24 26z" }
}, {
"elem": "path",
"attrs": { "d": "M8 4H10V28H8z" }
}]);
//#endregion
module.exports = PageFirst24;