@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
20 lines (19 loc) • 631 B
JavaScript
//#region virtual:battery--low/20.js
const BatteryLow20 = require("../utils-BpydAK29.cjs").createSVGComponent("BatteryLow20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M24,24H6a2.0023,2.0023,0,0,1-2-2V10A2.002,2.002,0,0,1,6,8H24a2.0023,2.0023,0,0,1,2,2v1h1a2.0023,2.0023,0,0,1,2,2v6a2.0027,2.0027,0,0,1-2,2H26v1A2.0027,2.0027,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z" }
}, {
"elem": "path",
"attrs": {
"d": "M5 15H13V17H5z",
"transform": "rotate(90 9 16)"
}
}]);
//#endregion
module.exports = BatteryLow20;