UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 934 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 CarProfileLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 114h-29.51l-43.9-43.9a13.94 13.94 0 00-9.9-4.1H44.28a14 14 0 00-11.65 6.23L3 116.67A6 6 0 002 120v48a14 14 0 0014 14h18.6a30 30 0 0058.8 0h69.2a30 30 0 0058.8 0H240a14 14 0 0014-14v-40a14 14 0 00-14-14zM42.62 78.89a2 2 0 011.66-.89h112.41a2 2 0 011.41.59L193.52 114H19.21zM64 194a18 18 0 1118-18 18 18 0 01-18 18zm128 0a18 18 0 1118-18 18 18 0 01-18 18zm50-26a2 2 0 01-2 2h-18.6a30 30 0 00-58.8 0H93.4a30 30 0 00-58.8 0H16a2 2 0 01-2-2v-42h226a2 2 0 012 2z" })); exports.default = CarProfileLight;