UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 847 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 BatteryFullLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M200 58H32a22 22 0 00-22 22v96a22 22 0 0022 22h168a22 22 0 0022-22V80a22 22 0 00-22-22zm10 118a10 10 0 01-10 10H32a10 10 0 01-10-10V80a10 10 0 0110-10h168a10 10 0 0110 10zm-28-80v64a6 6 0 01-12 0V96a6 6 0 0112 0zm-40 0v64a6 6 0 01-12 0V96a6 6 0 0112 0zm-40 0v64a6 6 0 01-12 0V96a6 6 0 0112 0zm-40 0v64a6 6 0 01-12 0V96a6 6 0 0112 0zm192 0v64a6 6 0 01-12 0V96a6 6 0 0112 0z" })); exports.default = BatteryFullLight;