iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 713 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 BatteryVerticalEmptyLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M90 8a6 6 0 016-6h64a6 6 0 010 12H96a6 6 0 01-6-6zm108 48v168a22 22 0 01-22 22H80a22 22 0 01-22-22V56a22 22 0 0122-22h96a22 22 0 0122 22zm-12 0a10 10 0 00-10-10H80a10 10 0 00-10 10v168a10 10 0 0010 10h96a10 10 0 0010-10z" }));
exports.default = BatteryVerticalEmptyLight;