/** * @mana/shared-icons * * Phosphor Icons for all Mana SvelteKit web apps * https://phosphoricons.com * * Usage: * import { House, User, Gear, Plus } from '@mana/shared-icons'; * * * * * Available weights: thin, light, regular, bold, fill, duotone */ export * from 'phosphor-svelte'; export { ICON_REGISTRY, ICON_CATEGORIES, getIconComponent, getAllIconNames } from './icon-registry'; export type { IconName } from './icon-registry';