@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 • 395 B
JavaScript
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.5 9.75a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zM12 9.75a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zM21.75 12a2.25 2.25 0 10-4.5 0 2.25 2.25 0 004.5 0z"
})), "0 0 24 24", "MenuMeatballs");