UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.06 kB
"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 CarDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M184 176h40v24a8 8 0 01-8 8h-24a8 8 0 01-8-8zM32 200a8 8 0 008 8h24a8 8 0 008-8v-24H32zM194.11 44.75A8 8 0 00186.8 40H69.2a8 8 0 00-7.31 4.75L32 112h192z", 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.31zM64 200H40v-16h24zm128 0v-16h24v16zm24-32H40v-48h176zM56 144a8 8 0 018-8h16a8 8 0 010 16H64a8 8 0 01-8-8zm112 0a8 8 0 018-8h16a8 8 0 010 16h-16a8 8 0 01-8-8z" })); exports.default = CarDuotone;