UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 856 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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M29.34 15.93l-7.73-2.77-3.24-4.06A3 3 0 0 0 16.05 8h-8a3 3 0 0 0-2.47 1.31l-2.71 4a5 5 0 0 0-.87 2.8V24a1 1 0 0 0 1 1h2.14a4 4 0 0 0 7.72 0h5.28a4 4 0 0 0 7.72 0H29a1 1 0 0 0 1-1v-7.12a1 1 0 0 0-.66-.95zM9 26a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm13 0a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm6-3h-2.14a4 4 0 0 0-7.72 0h-5.28a4 4 0 0 0-7.72 0H4v-6.89a3 3 0 0 1 .52-1.69l2.71-4a1 1 0 0 1 .83-.42h8a1 1 0 0 1 .77.35l3.4 4.27a.93.93 0 0 0 .44.32L28 17.58z" })); exports.default = Car;