@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.
10 lines (9 loc) • 766 B
JavaScript
/* eslint-disable */
"use client";
import * as React from "react";
import createIcon from "../Icon/createIcon";
export default createIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M1.935 12C1.935 6.441 6.44 1.935 12 1.935 17.56 1.935 22.065 6.44 22.065 12c0 5.559-4.506 10.065-10.065 10.065C6.441 22.065 1.935 17.56 1.935 12ZM12 3.735a8.265 8.265 0 1 0 0 16.53 8.265 8.265 0 0 0 0-16.53Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.72 8.28a.9.9 0 0 0-1.274 0l-6.048 6.05a.9.9 0 1 0 1.273 1.272l6.048-6.05a.9.9 0 0 0 0-1.272ZM9.25 7.927a1.205 1.205 0 1 0 0 2.41 1.205 1.205 0 0 0 0-2.41ZM14.867 13.544a1.205 1.205 0 1 0 0 2.41 1.205 1.205 0 0 0 0-2.41Z"
})), "0 0 24 24", "DiscountLight");