@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.
6 lines • 460 B
JavaScript
/* eslint-disable */
import * as React from "react";
import createIcon from "../Icon/createIcon";
export default createIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M2 12c0 5.514 4.487 10 10 10s10-4.486 10-10S17.513 2 12 2 2 6.486 2 12Zm2.222 0c0-4.289 3.49-7.778 7.778-7.778 4.289 0 7.778 3.49 7.778 7.778 0 4.289-3.489 7.778-7.778 7.778S4.222 16.288 4.222 12Z"
})), "0 0 24 24", "CircleEmpty");