diff --git a/types/icons/Search.svelte.d.ts b/types/icons/Search.svelte.d.ts deleted file mode 100644 index 7668bdaa..00000000 --- a/types/icons/Search.svelte.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/// -import { SvelteComponentTyped } from "svelte"; - -export interface SearchProps - extends svelte.JSX.HTMLAttributes { - /** - * @default 16 - */ - size?: number; - - /** - * @default undefined - */ - title?: undefined; -} - -export default class Search extends SvelteComponentTyped {}