UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 859 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 CarSimpleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 106h-12.1l-28.31-63.69A14 14 0 00186.8 34H69.2a14 14 0 00-12.79 8.31L28.1 106H16a6 6 0 000 12h10v82a14 14 0 0014 14h24a14 14 0 0014-14v-18h100v18a14 14 0 0014 14h24a14 14 0 0014-14v-82h10a6 6 0 000-12zM67.37 47.19A2 2 0 0169.2 46h117.6a2 2 0 011.83 1.19L214.77 106H41.23zM218 200a2 2 0 01-2 2h-24a2 2 0 01-2-2v-24a6 6 0 00-6-6H72a6 6 0 00-6 6v24a2 2 0 01-2 2H40a2 2 0 01-2-2v-82h180z" })); exports.default = CarSimpleLight;