UNPKG

svelte-animate-icons

Version:

551 animated SVG icons for Svelte 5 with Web Animations API - hover, click, state-based animations, TypeScript ready

8 lines 307 B
import type { RegistryIconMetadata } from '../registry/iconRegistry.js'; interface Props { icon: RegistryIconMetadata; } declare const IconCard: import("svelte").Component<Props, {}, "">; type IconCard = ReturnType<typeof IconCard>; export default IconCard; //# sourceMappingURL=IconCard.svelte.d.ts.map