iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 747 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 CarBold = (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-20h80v20a20 20 0 0020 20h28a20 20 0 0020-20v-76h4a12 12 0 000-24zM71.8 52h112.4l21.33 48H50.47zM64 196H44v-16h20zm128 0v-16h20v16zm20-40H44v-32h168z" }));
exports.default = CarBold;