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.

18 lines 1.71 kB
/* eslint-disable */ import * as React from "react"; import OrbitIcon from "../Icon"; export default function Anywhere(props) { return React.createElement(OrbitIcon, { 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.09 2.335a.809.809 0 0 1 1.172 0 9.142 9.142 0 0 1 0 12.97c-1.34 1.256-3.013 2.176-4.854 2.51-.25.085-.335.252-.335.503v.084l.67 1.673a.46.46 0 0 0 .418.251h2.846c.502 0 .836.335.836.837s-.334.837-.836.837H5.127c-.501 0-.836-.335-.836-.837s.335-.837.837-.837h2.845a.46.46 0 0 0 .418-.25l.67-1.758c.084-.251-.084-.502-.335-.586l-.333-.089c-1.55-.442-3.009-1.244-4.102-2.338-.335-.334-.335-.836 0-1.171s.837-.335 1.172 0l.199.187c3.02 2.737 7.645 2.593 10.428-.354a7.476 7.476 0 0 0 0-10.46.809.809 0 0 1 0-1.172zM10.5 2C14.082 2 17 4.918 17 8.5S14.082 15 10.5 15 4 12.082 4 8.5c0-1.456.487-2.797 1.3-3.882V4.6h.014A6.488 6.488 0 0 1 10.5 2zM5.7 7.5c-.414 0-.45.683-.45 1.067 0 2.544 2.006 4.627 4.61 4.932.525.045.562-1.221-.149-1.338-.711-.116-1.169-.36-1.169-1.107-.007-.448-.064-.74-.172-.875-.16-.202-1.346-.72-1.61-1.118C6.498 8.662 6.114 7.5 5.7 7.5zm7.497-3c-.38.017-.429.1-.429.217 0 .716-.431.716-1.259.773-.48.039-.81.15-.993.336-.182.185-.292.495-.331.932 0 .357-.29.648-.646.648-.293.028-.466.18-.518.456-.079.415.03.84.317.84h1.975c.687 0 .955.491.955.983-.032.64.008 1.065.12 1.277a.588.588 0 0 0 .526.333c.966.348.386 1.83 1.227.907.84-.921 1.312-2.148 1.357-3.5.074-2.22-1.713-4.202-2.3-4.202z" })); }