diff --git a/packages/ui/src/components/icons/index.tsx b/packages/ui/src/components/icons/index.tsx index d4cb11536f..03d31fc657 100644 --- a/packages/ui/src/components/icons/index.tsx +++ b/packages/ui/src/components/icons/index.tsx @@ -144,60 +144,19 @@ export const Icons = { className={className} {...props} > - - - - - - - - - - - - - - - + + + + ), OnlookIcon: ({ className, ...props }: IconProps) => ( @@ -259,19 +218,17 @@ export const Icons = { height="17" viewBox="0 0 139 17" fill="none" - className={cn('w-auto h-auto preserve-aspect-ratio dark:invert', className)} + className={cn('w-auto h-auto preserve-aspect-ratio', className)} {...props} > ),