@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
46 lines (45 loc) • 876 B
JavaScript
//#region virtual:chart--cluster-bar/32.js
const ChartClusterBar32 = require("../utils-BpydAK29.cjs").createSVGComponent("ChartClusterBar32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z" }
},
{
"elem": "path",
"attrs": { "d": "M10 16H12V26H10z" }
},
{
"elem": "path",
"attrs": { "d": "M7 22H9V26H7z" }
},
{
"elem": "path",
"attrs": { "d": "M26 8H28V26H26z" }
},
{
"elem": "path",
"attrs": { "d": "M23 14H25V26H23z" }
},
{
"elem": "path",
"attrs": {
"d": "M15 12H17V26H15z",
"transform": "matrix(-1 0 0 -1 32 38)"
}
},
{
"elem": "path",
"attrs": {
"d": "M18 18H20V26H18z",
"transform": "matrix(-1 0 0 -1 38 44)"
}
}
]);
//#endregion
module.exports = ChartClusterBar32;