UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 935 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 CarBatteryThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M188 136a4 4 0 01-4 4h-12v12a4 4 0 01-8 0v-12h-12a4 4 0 010-8h12v-12a4 4 0 018 0v12h12a4 4 0 014 4zm-84-4H72a4 4 0 000 8h32a4 4 0 000-8zm132-44v96a12 12 0 01-12 12H32a12 12 0 01-12-12V88a12 12 0 0112-12h20V56a12 12 0 0112-12h32a12 12 0 0112 12v20h40V56a12 12 0 0112-12h32a12 12 0 0112 12v20h20a12 12 0 0112 12zm-80-12h40V56a4 4 0 00-4-4h-32a4 4 0 00-4 4zm-96 0h40V56a4 4 0 00-4-4H64a4 4 0 00-4 4zm168 12a4 4 0 00-4-4H32a4 4 0 00-4 4v96a4 4 0 004 4h192a4 4 0 004-4z" })); exports.default = CarBatteryThin;