UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 883 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 CarFan = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-car-fan", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12.363 2.068l4.912 1.914a2.7 2.7 0 01.68 4.646l-3.045 2.371L21 11a1 1 0 01.932 1.363l-1.914 4.912a2.7 2.7 0 01-4.646.68L13 14.908V21a1 1 0 01-1.363.932l-4.912-1.914a2.7 2.7 0 01-.68-4.646L9.09 13H3a1 1 0 01-.932-1.363l1.914-4.912a2.7 2.7 0 014.646-.68l2.371 3.044L11 3a1 1 0 011.363-.932" })); exports.default = CarFan;