UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.08 kB
"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 Battery4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-battery-4", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17 6a3 3 0 012.995 2.824L20 9v.086l.052.019a1.5 1.5 0 01.941 1.25L21 10.5v3a1.5 1.5 0 01-.948 1.395l-.052.018V15a3 3 0 01-2.824 2.995L17 18H6a3 3 0 01-2.995-2.824L3 15V9a3 3 0 012.824-2.995L6 6h11zM7 9a1 1 0 00-1 1v4l.007.117A1 1 0 008 14v-4l-.007-.117A1 1 0 007 9zm3 0a1 1 0 00-1 1v4l.007.117A1 1 0 0011 14v-4l-.007-.117A1 1 0 0010 9zm3 0a1 1 0 00-1 1v4l.007.117A1 1 0 0014 14v-4l-.007-.117A1 1 0 0013 9zm3 0a1 1 0 00-1 1v4l.007.117A1 1 0 0017 14v-4l-.007-.117A1 1 0 0016 9z" })); exports.default = Battery4;