UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

31 lines (25 loc) 2.56 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = Taxi; var React = _interopRequireWildcard(require("react")); var _Icon = _interopRequireDefault(require("../Icon")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } } /* eslint-disable */ function Taxi(props) { return React.createElement(_Icon.default, { viewBox: "0 0 24 24", size: props.size, color: props.color, customColor: props.customColor, className: props.className, dataTest: props.dataTest, ariaHidden: props.ariaHidden, reverseOnRtl: props.reverseOnRtl, ariaLabel: props.ariaLabel }, React.createElement("path", { d: "M16.374 18.788a.207.207 0 0 1 .208.209v2.083c0 .46.374.833.834.833h1.667a.833.833 0 0 0 .833-.833v-2.102a.208.208 0 0 1 .174-.205 1.042 1.042 0 0 0 .867-1.026v-4.584a2.286 2.286 0 0 0-1.387-2.096.21.21 0 0 1-.125-.171l-.264-2.721c0-1.513-1.462-2.424-3.357-2.903a.207.207 0 0 1-.148-.14l-.688-2.219a1.25 1.25 0 0 0-1.178-.833h-3.62a1.25 1.25 0 0 0-1.178.833l-.686 2.213a.208.208 0 0 1-.15.14c-1.894.472-3.356 1.366-3.353 2.829l-.27 2.8a.208.208 0 0 1-.125.17 2.288 2.288 0 0 0-1.388 2.098v4.584c0 .575.467 1.04 1.042 1.041v2.292c0 .46.373.833.833.833h1.667a.833.833 0 0 0 .833-.833v-2.083c0-.115.093-.209.208-.209h8.751zM10.457 3.893a.207.207 0 0 1 .199-.146h2.695a.207.207 0 0 1 .198.146l.232.745a.208.208 0 0 1-.217.27 18.278 18.278 0 0 0-1.562-.066 18.583 18.583 0 0 0-1.56.065.207.207 0 0 1-.183-.077.21.21 0 0 1-.037-.193l.236-.744zm-4.292 11.77a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zm8.333 1.25a.208.208 0 0 1-.208.209H9.707a.208.208 0 0 1-.209-.209v-.633c0-.34.974-.833 2.5-.833a5.053 5.053 0 0 1 1.953.345c.129.057.547.26.547.49v.631zm-2.5-7.083a14.03 14.03 0 0 0-5.461 1.058.208.208 0 0 1-.29-.21l.238-2.5c0-.789 2.265-1.667 5.514-1.667a13.104 13.104 0 0 1 4.09.578c.892.313 1.425.72 1.428 1.167l.233 2.423a.205.205 0 0 1-.083.188.21.21 0 0 1-.205.024 14.01 14.01 0 0 0-5.464-1.061zm5.834 5.833a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5z" })); }