@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
47 lines (46 loc) • 745 B
JavaScript
//#region virtual:code-block/16.js
const CodeBlock16 = require("../utils-BpydAK29.cjs").createSVGComponent("CodeBlock16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M2 3H10V5H2z"
}
},
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M6 9H30V11H6z"
}
},
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M6 15H30V17H6z"
}
},
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M2 27H10V29H2z"
}
},
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M6 21H22V23H6z"
}
}
]);
//#endregion
module.exports = CodeBlock16;