UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 863 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 BatteryChargingVerticalBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M154.21 133.69a12 12 0 01.52 11.68l-16 32a12 12 0 11-21.46-10.74l7.31-14.63H112a12 12 0 01-10.73-17.37l16-32a12 12 0 1121.46 10.74L131.42 128H144a12 12 0 0110.21 5.69zM104 24h48a12 12 0 000-24h-48a12 12 0 000 24zm100 36v168a28 28 0 01-28 28H80a28 28 0 01-28-28V60a28 28 0 0128-28h96a28 28 0 0128 28zm-24 0a4 4 0 00-4-4H80a4 4 0 00-4 4v168a4 4 0 004 4h96a4 4 0 004-4z" })); exports.default = BatteryChargingVerticalBold;