diff --git a/components/icons.tsx b/components/icons.tsx index 37c1651..b0f605b 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -23,10 +23,9 @@ import { Twitter, User, X, - type Icon as LucideIcon, } from "lucide-react" -export type Icon = LucideIcon +export type Icon = LucideProps export const Icons = { logo: Command,