@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 556 B
JavaScript
//#region virtual:menu/20.js
const Menu20 = require("../utils-BpydAK29.cjs").createSVGComponent("Menu20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 20 20",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": { "d": "M2 14.8H18V16H2z" }
},
{
"elem": "path",
"attrs": { "d": "M2 11.2H18V12.399999999999999H2z" }
},
{
"elem": "path",
"attrs": { "d": "M2 7.6H18V8.799999999999999H2z" }
},
{
"elem": "path",
"attrs": { "d": "M2 4H18V5.2H2z" }
}
]);
//#endregion
module.exports = Menu20;