@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 525 B
JavaScript
//#region virtual:menu/24.js
const Menu24 = require("../utils-BpydAK29.cjs").createSVGComponent("Menu24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 24 24",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M3 18H21V19.5H3z" }
},
{
"elem": "path",
"attrs": { "d": "M3 13.5H21V15H3z" }
},
{
"elem": "path",
"attrs": { "d": "M3 9H21V10.5H3z" }
},
{
"elem": "path",
"attrs": { "d": "M3 4.5H21V6H3z" }
}
]);
//#endregion
module.exports = Menu24;