diff --git a/packages/icons-svelte/src/types.ts b/packages/icons-svelte/src/types.ts index 623e920c4..d1a44c1d9 100644 --- a/packages/icons-svelte/src/types.ts +++ b/packages/icons-svelte/src/types.ts @@ -20,4 +20,4 @@ type IconSlots = { default: {}; }; -export type Icon = SvelteComponent; +export type Icon = typeof SvelteComponent;