diff --git a/src/components/Icons.tsx b/src/components/Icons.tsx index 729ee70..4e448fa 100644 --- a/src/components/Icons.tsx +++ b/src/components/Icons.tsx @@ -1,8 +1,11 @@ import { LucideProps } from 'lucide-react' export const Icons = { - underline: (props: LucideProps) => ( - + underline: ({ + className, + ...props + }: LucideProps & { className?: string }) => ( +