iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 941 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 CarProfileThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 116h-30.34l-44.49-44.48a11.9 11.9 0 00-8.48-3.52H44.28a12 12 0 00-10 5.34L4.67 117.78A4 4 0 004 120v48a12 12 0 0012 12h20.29a28 28 0 0055.42 0h72.58a28 28 0 0055.42 0H240a12 12 0 0012-12v-40a12 12 0 00-12-12zM41 77.78A4 4 0 0144.28 76h112.41a4 4 0 012.82 1.17L198.34 116H15.47zM64 196a20 20 0 1120-20 20 20 0 01-20 20zm128 0a20 20 0 1120-20 20 20 0 01-20 20zm52-28a4 4 0 01-4 4h-20.29a28 28 0 00-55.42 0H91.71a28 28 0 00-55.42 0H16a4 4 0 01-4-4v-44h228a4 4 0 014 4z" }));
exports.default = CarProfileThin;