UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 824 B
"use strict"; 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 BatteryChargingBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M196 52H28A28 28 0 000 80v96a28 28 0 0028 28h168a28 28 0 0028-28V80a28 28 0 00-28-28zm4 124a4 4 0 01-4 4H28a4 4 0 01-4-4V80a4 4 0 014-4h168a4 4 0 014 4zm56-72v48a12 12 0 01-24 0v-48a12 12 0 0124 0zm-113.62 18a12 12 0 010 12l-16 28a12 12 0 11-20.84-11.9l5.78-10.1H100a12 12 0 01-10.42-18l16-28a12 12 0 0120.84 12l-5.74 10H132a12 12 0 0110.38 6z" })); exports.default = BatteryChargingBold;