From ec1b5ff5f72253006c0992230019985af684b25e Mon Sep 17 00:00:00 2001 From: vagnermaltauro Date: Tue, 26 Sep 2023 18:41:49 -0300 Subject: [PATCH] fix: fix icons --- components/icons.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,