iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 774 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 CarSimpleBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 100h-8.2l-26.72-60.12A20 20 0 00186.8 28H69.2a20 20 0 00-18.28 11.88L24.2 100H16a12 12 0 000 24h4v76a20 20 0 0020 20h28a20 20 0 0020-20v-12h80v12a20 20 0 0020 20h28a20 20 0 0020-20v-76h4a12 12 0 000-24zM71.8 52h112.4l21.33 48H50.47zM212 196h-20v-20a12 12 0 00-12-12H76a12 12 0 00-12 12v20H44v-72h168z" }));
exports.default = CarSimpleBold;