UNPKG

@heroui/shared-icons

Version:

Internal icons set, commonly used in the components stories

30 lines (28 loc) 706 B
// src/moon.tsx import { jsx } from "react/jsx-runtime"; var MoonIcon = (props) => /* @__PURE__ */ jsx( "svg", { "aria-hidden": "true", focusable: "false", height: "1em", role: "presentation", viewBox: "0 0 512 512", width: "1em", ...props, children: /* @__PURE__ */ jsx( "path", { d: "M160 136c0-30.62 4.51-61.61 16-88C99.57 81.27 48 159.32 48 248c0 119.29 96.71 216 216 216 88.68 0 166.73-51.57 200-128-26.39 11.49-57.38 16-88 16-119.29 0-216-96.71-216-216z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } ) } ); export { MoonIcon };