@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 761 B
JavaScript
//#region virtual:chart--bubble/20.js
const ChartBubble20 = require("../utils-BpydAK29.cjs").createSVGComponent("ChartBubble20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": { "d": "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z" }
},
{
"elem": "path",
"attrs": { "d": "M10,16a2,2,0,1,1-2,2,2,2,0,0,1,2-2m0-2a4,4,0,1,0,4,4,4,4,0,0,0-4-4Z" }
},
{
"elem": "path",
"attrs": { "d": "M21,6a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z" }
},
{
"elem": "path",
"attrs": { "d": "M24.5,21A1.5,1.5,0,1,1,23,22.5,1.5,1.5,0,0,1,24.5,21m0-2A3.5,3.5,0,1,0,28,22.5,3.5,3.5,0,0,0,24.5,19Z" }
}
]);
//#endregion
module.exports = ChartBubble20;