iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 888 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 BatteryChargingVerticalThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M147.4 133.9a4 4 0 01.18 3.89l-16 32A4 4 0 01128 172a4.12 4.12 0 01-1.79-.42 4 4 0 01-1.79-5.37L137.53 140H112a4 4 0 01-3.58-5.79l16-32a4 4 0 117.16 3.58L118.47 132H144a4 4 0 013.4 1.9zM96 12h64a4 4 0 000-8H96a4 4 0 000 8zm100 44v168a20 20 0 01-20 20H80a20 20 0 01-20-20V56a20 20 0 0120-20h96a20 20 0 0120 20zm-8 0a12 12 0 00-12-12H80a12 12 0 00-12 12v168a12 12 0 0012 12h96a12 12 0 0012-12z" }));
exports.default = BatteryChargingVerticalThin;