@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 468 B
JavaScript
//#region virtual:archive/24.js
const Archive24 = require("../utils-BpydAK29.cjs").createSVGComponent("Archive24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M14 19H18V21H14z" }
}, {
"elem": "path",
"attrs": { "d": "M6,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V2ZM24,28H8V16H24Zm0-14H8V10H24ZM8,8V4H24V8Z" }
}]);
//#endregion
module.exports = Archive24;