iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 702 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 CarSimpleFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 104h-10.8l-27.78-62.5A16 16 0 00186.8 32H69.2a16 16 0 00-14.62 9.5L26.8 104H16a8 8 0 000 16h8v80a16 16 0 0016 16h24a16 16 0 0016-16v-8h96v8a16 16 0 0016 16h24a16 16 0 0016-16v-80h8a8 8 0 000-16zm-195.69 0L69.2 48h117.6l24.89 56z" }));
exports.default = CarSimpleFill;