UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 852 B
"use strict"; 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 CarSimpleThin = (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.16zM220 200a4 4 0 01-4 4h-24a4 4 0 01-4-4v-24a4 4 0 00-4-4H72a4 4 0 00-4 4v24a4 4 0 01-4 4H40a4 4 0 01-4-4v-84h184z" })); exports.default = CarSimpleThin;