UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.28 kB
"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 CarSuv = (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-suv", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M7 14a3 3 0 11-3 3l.005-.176A3 3 0 017 14m11 0a3 3 0 11-3 3l.005-.176A3 3 0 0118 14M7 16a1 1 0 100 2 1 1 0 000-2m11 0a1 1 0 100 2 1 1 0 000-2M14.438 4a3 3 0 012.91 2.272L17.781 8H20a3 3 0 012.995 2.824L23 11v3.02l-.01.117a1 1 0 01-.286.575l-.107.091-.07.049-.076.042-.106.046-.017.005-.047.016-.108.025-.118.013-.08.002-.122-.012-.148-.033-.063-.022a1 1 0 01-.362-.24l-.08-.094A4 4 0 0018 13a4 4 0 00-3.2 1.6 1 1 0 01-.8.4h-3a1 1 0 01-.8-.4 3.998 3.998 0 00-6.402.002 1 1 0 11-1.602-1.198c.493-.66 1.11-1.2 1.804-1.602V9.01a1 1 0 01.06-.35l.042-.1 2.004-4.007A1 1 0 017 4zM2 6a1 1 0 011 1v4a1 1 0 01-2 0V7a1 1 0 011-1m12.438 0H11v2h4.718l-.31-1.243a1 1 0 00-.97-.757M9 6H7.618L6.617 8H9z" })); exports.default = CarSuv;