fix: lucide icon type

This commit is contained in:
Wiscaksono 2025-06-04 21:28:19 +07:00
parent c04507d1ee
commit 39d3e81709
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
SettingsIcon,
SunIcon,
UploadIcon,
type Icon as IconType,
} from "lucide-svelte";
import { quintOut } from "svelte/easing";
import Panel from "../../visual/Panel.svelte";
@ -28,7 +29,7 @@
name: string;
url: string;
activeMatch: (pathname: string) => boolean;
icon: any;
icon: typeof IconType;
badge?: number;
}[]
>([