react-icons-kit
Version:
React Icons Kit using various Svg Icon set
38 lines (37 loc) • 668 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.battery = void 0;
var battery = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"x": "1",
"y": "6",
"width": "18",
"height": "12",
"rx": "2",
"ry": "2"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "23",
"y1": "13",
"x2": "23",
"y2": "11"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.battery = battery;
;