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.32 kB
/* eslint-disable */ import * as React from "react"; import OrbitIcon from "../Icon"; export default function Refund(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: "M11.165 16.2c-.552 0-.92-.368-.92-.92s.368-.92.92-.92h2.116c.276 0 .46-.184.46-.46a.506.506 0 0 0-.276-.46l-2.116-.828c-1.196-.46-1.747-1.84-1.288-2.943.276-.736.828-1.196 1.564-1.38a.198.198 0 0 0 .184-.184v-.368c0-.552.368-.92.92-.92s.92.368.92.92v.092c0 .092.092.184.184.184h.368c.552 0 .92.368.92.92s-.368.92-.92.92h-2.116c-.276 0-.46.184-.46.46 0 .184.092.368.276.46l2.116.828c1.196.46 1.747 1.84 1.288 2.943-.276.736-.828 1.196-1.564 1.38a.198.198 0 0 0-.184.184v.184c0 .552-.368.92-.92.92s-.92-.368-.92-.92V16.2a.198.198 0 0 0-.184-.184l-.368.184zm1.377-13.16a8.958 8.958 0 1 1 0 17.917.833.833 0 0 1 0-1.667 7.292 7.292 0 1 0-7.032-9.222.207.207 0 0 0 .2.264h1.457a.417.417 0 0 1 .299.711L4.839 13.67a.417.417 0 0 1-.59 0l-2.627-2.626a.417.417 0 0 1 .295-.711h1.652a.207.207 0 0 0 .203-.167 8.975 8.975 0 0 1 8.77-7.125z" })); }