@icongo/vv
Version:
Vivid Icons
23 lines • 629 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVBattery = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M6 15h34v18H6z",
style: {
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M40 19h3v10h-3V19Zm-17-1-5 6 4 1-4 5 11-6-6-1 6-5h-6Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVBattery };