UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 772 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 BatteryWarningVerticalThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M124 136V96a4 4 0 018 0v40a4 4 0 01-8 0zm4 28a8 8 0 108 8 8 8 0 00-8-8zM96 12h64a4 4 0 000-8H96a4 4 0 000 8zm100 44v168a20 20 0 01-20 20H80a20 20 0 01-20-20V56a20 20 0 0120-20h96a20 20 0 0120 20zm-8 0a12 12 0 00-12-12H80a12 12 0 00-12 12v168a12 12 0 0012 12h96a12 12 0 0012-12z" })); exports.default = BatteryWarningVerticalThin;