iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 803 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 CarBatteryFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 72h-16V56a16 16 0 00-16-16h-32a16 16 0 00-16 16v16h-32V56a16 16 0 00-16-16H64a16 16 0 00-16 16v16H32a16 16 0 00-16 16v96a16 16 0 0016 16h192a16 16 0 0016-16V88a16 16 0 00-16-16zM64 56h32v16H64zm40 88H72a8 8 0 010-16h32a8 8 0 010 16zm80 0h-8v8a8 8 0 01-16 0v-8h-8a8 8 0 010-16h8v-8a8 8 0 0116 0v8h8a8 8 0 010 16zm8-72h-32V56h32z" }));
exports.default = CarBatteryFill;