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.

6 lines 415 B
/* 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: "M7.2 12c0-2.65 2.15-4.8 4.8-4.8s4.8 2.15 4.8 4.8-2.15 4.8-4.8 4.8-4.8-2.15-4.8-4.8Zm4.8 2.304a2.304 2.304 0 1 0 0-4.608 2.304 2.304 0 0 0 0 4.608Z" })), "0 0 24 24", "CircleSmallEmpty");