UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 914 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 Car = (props) => React.createElement("svg", { className: "lucide lucide-car", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 002 12v4c0 .6.4 1 1 1h2" }), React.createElement("circle", { cx: "7", cy: "17", r: "2" }), React.createElement("path", { d: "M9 17h6" }), React.createElement("circle", { cx: "17", cy: "17", r: "2" })); exports.default = Car;