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.27 kB
/* eslint-disable */ import * as React from "react"; import OrbitIcon from "../Icon"; export default function AirplaneReturn(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: "M13.781 9.55c-.11.11-.254.283-.452.292-.198.008-3.044-.034-3.138-.046-.094-.012-.246-.03-.167-.203.079-.173 3.788-2.696 4.299-2.997.51-.3.456-.362 1.315-.327.858.035.989.02 1.1.237.111.217-.2.431-.597.825a471.357 471.357 0 0 0-2.36 2.219zM3.32 11.9c0-.585.228-1.193 1.85-1.412 1.082-.146 5.197-.136 12.345.032.151-.004.184-.016.31-.12l1.12-1.142c.235-.24.711-.364 1.16-.357.449.006.596.25.56.469-.036.22-.083.37-.14.51l-1.166 2.886c-.144.323-.425.52-.796.484l-4.409-.023c-.143 0-.203.08-.203.168.002.04.025.116.15.248.626.668 2.376 2.543 2.62 2.812.244.268.66.672.63.958-.029.286-.39.314-.63.314-.746 0-.719.005-1.404 0-.685-.004-.817-.002-1.163-.314-.253-.23-1.742-1.595-4.467-4.094a.61.61 0 0 0-.293-.066 262.39 262.39 0 0 1-3.665-.003c-1.636.006-2.409-.766-2.409-1.35z" })); }