iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.01 kB
JavaScript
"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 CarTurbine = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-car-turbine", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M7 13a4 4 0 108 0 4 4 0 10-8 0" }),
React.createElement("path", { d: "M18.86 11c.088.66.14 1.512.14 2a8 8 0 11-8-8h6M11 9c2.489.108 4.489.108 6 0" }),
React.createElement("path", { d: "M17 4a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1zM11 13l-3.5-1.5M11 13l2.5 3M8.5 16l2.5-3M11 13l3.5-1.5M11 9v4" }));
exports.default = CarTurbine;