export * from "./icons"
export * as icons from "./icons";

export {
  default as createMeisterIcons,
  type IconNode,
  type MeisterIconsProps,
  type MeisterIcon,
} from "./src/createMeisterIcons";