@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) • 703 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: "M12 20.64a8.64 8.64 0 1 1 0-17.28 8.64 8.64 0 0 1 0 17.28Zm0 2.16c5.965 0 10.8-4.835 10.8-10.8 0-5.965-4.835-10.8-10.8-10.8C6.035 1.2 1.2 6.035 1.2 12c0 5.965 4.835 10.8 10.8 10.8Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.923 10.477a1.523 1.523 0 1 1 0 3.046 1.523 1.523 0 0 1 0-3.046ZM12 10.477a1.523 1.523 0 1 1 0 3.046 1.523 1.523 0 0 1 0-3.046ZM18.6 12a1.523 1.523 0 1 0-3.046 0 1.523 1.523 0 0 0 3.046 0Z"
})), "0 0 24 24", "MenuCircle");