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 878 B
/* eslint-disable */ import * as React from "react"; import OrbitIcon from "../Icon"; export default function InsuranceOff(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: "M5.698 17.252C4.506 15.642 3.75 13.65 3.75 11.55V6.075c0-.675.45-1.35 1.125-1.65C7.125 3.45 9.525 3 12 3c2.32 0 4.575.396 6.702 1.248l1.023-1.023c.3-.3.75-.3 1.05 0 .3.3.3.75 0 1.05l-16.5 16.5c-.225.3-.75.3-1.05 0-.3-.3-.3-.75 0-1.05l2.473-2.473zM7.5 19.05L20.325 6.3v5.25a9.649 9.649 0 0 1-6.375 8.925l-.825.3c-.675.225-1.5.225-2.175 0l-.825-.3c-.975-.3-1.875-.825-2.625-1.425z" })); }