@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) • 690 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: "M4.869 4.869A10.085 10.085 0 1 1 19.13 19.13 10.085 10.085 0 0 1 4.87 4.87ZM12 3.715a8.285 8.285 0 1 0 0 16.57 8.285 8.285 0 0 0 0-16.57Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 6.037a1.262 1.262 0 1 0 0 2.524 1.262 1.262 0 0 0 0-2.524ZM10.554 9.65a.9.9 0 0 0 0 1.8c.301 0 .546.245.546.547v3.44h-.546a.9.9 0 0 0 0 1.8h2.893a.9.9 0 0 0 0-1.8H12.9v-3.44a2.346 2.346 0 0 0-2.346-2.346Z"
})), "0 0 24 24", "InformationCircleLight");