iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 857 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const BatteryChargingVerticalLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M149.1 132.85a6 6 0 01.27 5.83l-16 32a6 6 0 11-10.74-5.36L134.29 142H112a6 6 0 01-5.37-8.68l16-32a6 6 0 0110.74 5.36L121.71 130H144a6 6 0 015.1 2.85zM96 14h64a6 6 0 000-12H96a6 6 0 000 12zm102 42v168a22 22 0 01-22 22H80a22 22 0 01-22-22V56a22 22 0 0122-22h96a22 22 0 0122 22zm-12 0a10 10 0 00-10-10H80a10 10 0 00-10 10v168a10 10 0 0010 10h96a10 10 0 0010-10z" }));
exports.default = BatteryChargingVerticalLight;