UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 831 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 CarProfile = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 112h-28.69L168 68.69A15.86 15.86 0 00156.69 64H44.28A16 16 0 0031 71.12L1.34 115.56A8.07 8.07 0 000 120v48a16 16 0 0016 16h17a32 32 0 0062 0h66a32 32 0 0062 0h17a16 16 0 0016-16v-40a16 16 0 00-16-16zM44.28 80h112.41l32 32H23zM64 192a16 16 0 1116-16 16 16 0 01-16 16zm128 0a16 16 0 1116-16 16 16 0 01-16 16zm48-24h-17a32 32 0 00-62 0H95a32 32 0 00-62 0H16v-40h224z" })); exports.default = CarProfile;