iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 875 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 BatteryChargingThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M200 60H32a20 20 0 00-20 20v96a20 20 0 0020 20h168a20 20 0 0020-20V80a20 20 0 00-20-20zm12 116a12 12 0 01-12 12H32a12 12 0 01-12-12V80a12 12 0 0112-12h168a12 12 0 0112 12zm40-80v64a4 4 0 01-8 0V96a4 4 0 018 0zm-116.6 29.9a4 4 0 01.18 3.89l-16 32A4 4 0 01116 164a4.12 4.12 0 01-1.79-.42 4 4 0 01-1.79-5.37L125.53 132H100a4 4 0 01-3.58-5.79l16-32a4 4 0 117.16 3.58L106.47 124H132a4 4 0 013.4 1.9z" }));
exports.default = BatteryChargingThin;