iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 790 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 BatteryPlusThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M148 128a4 4 0 01-4 4h-24v24a4 4 0 01-8 0v-24H88a4 4 0 010-8h24v-24a4 4 0 018 0v24h24a4 4 0 014 4zm72-48v96a20 20 0 01-20 20H32a20 20 0 01-20-20V80a20 20 0 0120-20h168a20 20 0 0120 20zm-8 0a12 12 0 00-12-12H32a12 12 0 00-12 12v96a12 12 0 0012 12h168a12 12 0 0012-12zm36 12a4 4 0 00-4 4v64a4 4 0 008 0V96a4 4 0 00-4-4z" }));
exports.default = BatteryPlusThin;