@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 743 B
JavaScript
//#region virtual:dashboard/24.js
const Dashboard24 = require("../utils-BpydAK29.cjs").createSVGComponent("Dashboard24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M24 21H26V26H24z" }
},
{
"elem": "path",
"attrs": { "d": "M20 16H22V26H20z" }
},
{
"elem": "path",
"attrs": { "d": "M11,26a5.0059,5.0059,0,0,1-5-5H8a3,3,0,1,0,3-3V16a5,5,0,0,1,0,10Z" }
},
{
"elem": "path",
"attrs": { "d": "M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z" }
}
]);
//#endregion
module.exports = Dashboard24;