UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.79 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 Car = (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", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17 14a3 3 0 012.685 4.34l-.067.126-.1.165-.141.2-.116.141-.116.126a3 3 0 01-.388.334l-.149.1-.089.055q-.052.032-.107.06l-.17.085-.175.073-.104.037-.17.052-.172.042-.183.032-.075.01q-.09.011-.18.016L17 20l-.183-.006-.18-.016-.192-.03-.17-.036-.18-.051-.058-.019a3 3 0 01-.174-.065l-.161-.072-.168-.087-.053-.03q-.122-.072-.237-.156l-.16-.124-.15-.134-.129-.129-.066-.073-.1-.12-.12-.165-.074-.113-.063-.108-.067-.126A3 3 0 0114 17a3 3 0 013-3M7 14a3 3 0 012.685 4.34l-.067.126-.1.165-.141.2-.116.141-.116.126a3 3 0 01-.388.334l-.149.1-.089.055q-.052.032-.107.06l-.17.085-.175.073-.104.037-.17.052-.172.042-.183.032-.075.01q-.09.011-.18.016L7 20l-.183-.006-.18-.016-.192-.03-.17-.036-.18-.051-.058-.019a3 3 0 01-.174-.065l-.161-.072-.168-.087-.053-.03q-.122-.072-.237-.156l-.16-.124-.15-.134-.129-.129-.066-.073-.1-.12-.12-.165-.074-.113-.063-.108-.067-.126A3 3 0 014 17a3 3 0 013-3m7-9a1 1 0 01.694.28l.087.095L18.48 10H19a3 3 0 012.995 2.824L22 13v4a1 1 0 01-1 1h-.126q.125-.48.126-1a4 4 0 10-7.874 1h-2.252q.124-.48.126-1a4 4 0 10-7.874 1H3a1 1 0 01-1-1v-6l.007-.117.008-.056.017-.078.012-.036.014-.05 2.014-5.034A1 1 0 015 5zM7 16a1 1 0 100 2 1 1 0 000-2m10 0a1 1 0 100 2 1 1 0 000-2m-3.48-9H13v3h2.92z" })); exports.default = Car;