@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 515 B
JavaScript
//#region virtual:menu/16.js
const Menu16 = require("../utils-BpydAK29.cjs").createSVGComponent("Menu16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 16 16",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M2 12H14V13H2z" }
},
{
"elem": "path",
"attrs": { "d": "M2 9H14V10H2z" }
},
{
"elem": "path",
"attrs": { "d": "M2 6H14V7H2z" }
},
{
"elem": "path",
"attrs": { "d": "M2 3H14V4H2z" }
}
]);
//#endregion
module.exports = Menu16;