iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 850 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 CarBatteryBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M200 140a12 12 0 01-12 12h-4v4a12 12 0 01-24 0v-4h-4a12 12 0 010-24h4v-4a12 12 0 0124 0v4h4a12 12 0 0112 12zm-100-12H68a12 12 0 000 24h32a12 12 0 000-24zm144-36v92a20 20 0 01-20 20H32a20 20 0 01-20-20V92a20 20 0 0120-20h12V56a20 20 0 0120-20h32a20 20 0 0120 20v16h24V56a20 20 0 0120-20h32a20 20 0 0120 20v16h12a20 20 0 0120 20zm-80-20h24V60h-24zm-96 0h24V60H68zm152 24H36v84h184z" }));
exports.default = CarBatteryBold;