@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 628 B
JavaScript
//#region virtual:chart--bullet/24.js
const ChartBullet24 = require("../utils-BpydAK29.cjs").createSVGComponent("ChartBullet24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M30,22H16V21H14v1H2v6H14v1h2V28H30ZM4,26V24H14v2Zm24,0H16V24H28Z" }
},
{
"elem": "path",
"attrs": { "d": "M30,13H24V12H22v1H2v6H22v1h2V19h6ZM4,17V15H22v2Zm24,0H24V15h4Z" }
},
{
"elem": "path",
"attrs": { "d": "M30,4H10V3H8V4H2v6H8v1h2V10H30ZM4,8V6H8V8ZM28,8H10V6H28Z" }
}
]);
//#endregion
module.exports = ChartBullet24;