diff --git a/.changeset/README.md b/.changeset/README.md
index c7f46c7..e5b6d8d 100644
--- a/.changeset/README.md
+++ b/.changeset/README.md
@@ -6,4 +6,3 @@ find the full documentation for it [in our repository](https://github.com/change
We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
-
diff --git a/packages/ui/components/icons.tsx b/packages/ui/components/icons.tsx
index 9b7caf2..c4de3f8 100644
--- a/packages/ui/components/icons.tsx
+++ b/packages/ui/components/icons.tsx
@@ -44,9 +44,7 @@ import {
Lock,
} from 'lucide-react';
-export type Icon = LucideIcon;
-
-export const Icons = {
+export const Icons: any = {
lock: Lock,
document: File,
paperclip: Paperclip,
@@ -86,51 +84,4 @@ export const Icons = {
sun: SunMedium,
moon: Moon,
laptop: Laptop,
- google: ({ ...props }: LucideProps) => (
-
- ),
- gitHub: ({ ...props }: LucideProps) => (
-
- ),
- message: MessageSquare,
- twitter: Twitter,
- check: Check,
};