UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 808 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 Taxi = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M29.16 15l-5.49-.91-2.5-5A2 2 0 0 0 19.38 8h-8.84a2 2 0 0 0-1.67.89L5.46 14H3a1 1 0 0 0-1 1v9a1 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-8a1 1 0 0 0-.84-1zM9 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-7h2a1 1 0 0 0 .83-.45L10.54 10h8.84l2.73 5.45a1 1 0 0 0 .73.54l5.16.86z" })); exports.default = Taxi;