iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 938 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 CarThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 108h-13.4l-28.83-64.87a12 12 0 00-11-7.13H69.2a12 12 0 00-11 7.13L29.4 108H16a4 4 0 000 8h12v84a12 12 0 0012 12h24a12 12 0 0012-12v-20h104v20a12 12 0 0012 12h24a12 12 0 0012-12v-84h12a4 4 0 000-8zM65.54 46.38A4 4 0 0169.2 44h117.6a4 4 0 013.66 2.38L217.84 108H38.16zM68 200a4 4 0 01-4 4H40a4 4 0 01-4-4v-20h32zm148 4h-24a4 4 0 01-4-4v-20h32v20a4 4 0 01-4 4zm4-32H36v-56h184zM60 144a4 4 0 014-4h16a4 4 0 010 8H64a4 4 0 01-4-4zm112 0a4 4 0 014-4h16a4 4 0 010 8h-16a4 4 0 01-4-4z" }));
exports.default = CarThin;