@icon-park/vue-next
Version:
Vue3 Icons for IconPark
46 lines (41 loc) • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _vue = require("vue");
var _runtime = require("../runtime");
var _default = (0, _runtime.IconWrapper)('battery-tips', false, function (props) {
return (0, _vue.createVNode)("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [(0, _vue.createVNode)("rect", {
"x": "14",
"y": "44",
"width": "36",
"height": "20",
"rx": "2",
"transform": "rotate(-90 14 44)",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), (0, _vue.createVNode)("path", {
"d": "M20 6L20 4C20 2.89543 20.8954 2 22 2L26 2C27.1046 2 28 2.89543 28 4L28 6L20 6Z",
"fill": props.colors[0]
}, null), (0, _vue.createVNode)("path", {
"d": "M24 28L24 18",
"stroke": props.colors[2],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), (0, _vue.createVNode)("circle", {
"r": "2",
"transform": "matrix(-1.31134e-07 -1 -1 1.31134e-07 24 34)",
"fill": props.colors[2]
}, null)]);
});
exports.default = _default;