import Icon from './Icon.svelte' import { icons } from '@lucide/svelte' type IconKeys = keyof typeof icons export { Icon, type IconKeys }