@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
21 lines (20 loc) • 826 B
JavaScript
//#region virtual:charging-station--filled/32.js
const ChargingStationFilled32 = require("../utils-BpydAK29.cjs").createSVGComponent("ChargingStationFilled32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M29,7V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1V7ZM11.8574,21.5146l-1.7148-1.0292L12.2339,17h-5l3.9087-6.5146,1.7148,1.0292L10.7661,15h5Z" }
}, {
"elem": "path",
"attrs": {
"fill": "none",
"d": "M11.857 21.514 10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z",
"data-icon-path": "inner-path"
}
}]);
//#endregion
module.exports = ChargingStationFilled32;