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.

5 lines 394 B
import * as React from "react"; import createIcon from "../Icon/createIcon"; export default createIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M14.25 4.5a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zM14.25 12a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zM12 21.75a2.25 2.25 0 100-4.5 2.25 2.25 0 000 4.5z" })), "0 0 24 24", "MenuKebab");