UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 889 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 CarSimpleDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 112H32l29.89-67.25A8 8 0 0169.2 40h117.6a8 8 0 017.31 4.75z", opacity: ".2" }), React.createElement("path", { d: "M240 104h-10.8l-27.78-62.5A16 16 0 00186.8 32H69.2a16 16 0 00-14.62 9.5L26.8 104H16a8 8 0 000 16h8v80a16 16 0 0016 16h24a16 16 0 0016-16v-16h96v16a16 16 0 0016 16h24a16 16 0 0016-16v-80h8a8 8 0 000-16zM69.2 48h117.6l24.89 56H44.31zM216 200h-24v-24a8 8 0 00-8-8H72a8 8 0 00-8 8v24H40v-80h176z" })); exports.default = CarSimpleDuotone;