UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 804 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 BatteryPlusBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M152 128a12 12 0 01-12 12h-12v12a12 12 0 01-24 0v-12H92a12 12 0 010-24h12v-12a12 12 0 0124 0v12h12a12 12 0 0112 12zm72-48v96a28 28 0 01-28 28H28a28 28 0 01-28-28V80a28 28 0 0128-28h168a28 28 0 0128 28zm-24 0a4 4 0 00-4-4H28a4 4 0 00-4 4v96a4 4 0 004 4h168a4 4 0 004-4zm44 12a12 12 0 00-12 12v48a12 12 0 0024 0v-48a12 12 0 00-12-12z" })); exports.default = BatteryPlusBold;