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 2.02 kB
/* eslint-disable */ import * as React from "react"; import OrbitIcon from "../Icon"; export default function Boat(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: "M6.857 9.238a.206.206 0 0 1-.076-.162V7.844a2.295 2.295 0 0 1 2.292-2.292h1.46a.208.208 0 0 0 .21-.208V2.426a.417.417 0 0 1 .416-.417h2.5a.417.417 0 0 1 .417.417v2.916c0 .116.093.209.208.209h1.458a2.294 2.294 0 0 1 2.292 2.292v1.233a.207.207 0 0 1-.25.205l-5.064-.966a1.639 1.639 0 0 0-.624 0l-5.067.966a.207.207 0 0 1-.172-.044zm6.26.505a.21.21 0 0 1 .171-.047l7.106 1.359a.417.417 0 0 1 .326.51l-1.45 5.788a.21.21 0 0 1-.282.143 2.09 2.09 0 0 0-.793-.157 2.014 2.014 0 0 0-1.783 1.005 1.558 1.558 0 0 1-1.234.709 1.073 1.073 0 0 1-.881-.526 2.071 2.071 0 0 0-1.123-1.038.21.21 0 0 1-.133-.194V9.904a.21.21 0 0 1 .075-.161zm-7.603 7.48l-1.419-5.66a.417.417 0 0 1 .326-.51l7.126-1.36a.212.212 0 0 1 .172.044.21.21 0 0 1 .075.161v7.399a.207.207 0 0 1-.134.194 2.054 2.054 0 0 0-.932.708 2.346 2.346 0 0 1-1.583.851 1.768 1.768 0 0 1-1.245-.732 2.083 2.083 0 0 0-1.772-.981 1.883 1.883 0 0 0-.37.039.207.207 0 0 1-.244-.153zm16.479 3.753a.833.833 0 0 1-.715.934 3.797 3.797 0 0 1-3.077-1.05.208.208 0 0 0-.278 0 4.191 4.191 0 0 1-2.816 1.084 3.725 3.725 0 0 1-2.659-1.084.208.208 0 0 0-.276-.013 4.742 4.742 0 0 1-2.964 1.101 4.242 4.242 0 0 1-2.861-1.15.21.21 0 0 0-.273-.004 4.667 4.667 0 0 1-2.901 1.186c-.151 0-.302-.01-.452-.03a.833.833 0 0 1 .217-1.652c1.39.179 2.654-1.355 2.666-1.371a.868.868 0 0 1 1.365.075 2.887 2.887 0 0 0 2.239 1.283 3.5 3.5 0 0 0 2.52-1.334.87.87 0 0 1 1.431.13 2.272 2.272 0 0 0 1.948 1.2 2.723 2.723 0 0 0 2.228-1.257.87.87 0 0 1 1.433-.025c.006.011.939 1.443 2.288 1.261a.833.833 0 0 1 .937.716z" })); }