diff --git a/src/components/icons/bell b/src/components/icons/bell
deleted file mode 100644
index be2320f..0000000
--- a/src/components/icons/bell
+++ /dev/null
@@ -1,4 +0,0 @@
-import { svg } from "lit";
-export const icon = svg`
-
-`;
diff --git a/src/components/icons/bell-alert b/src/components/icons/bell-alert
deleted file mode 100644
index be2320f..0000000
--- a/src/components/icons/bell-alert
+++ /dev/null
@@ -1,4 +0,0 @@
-import { svg } from "lit";
-export const icon = svg`
-
-`;
diff --git a/src/components/icons/bell-alert.ts b/src/components/icons/bell-alert.ts
new file mode 100644
index 0000000..4f82f95
--- /dev/null
+++ b/src/components/icons/bell-alert.ts
@@ -0,0 +1,6 @@
+import { svg } from "lit";
+export const icon = svg`
+
+`;
diff --git a/src/components/icons/bell-slash b/src/components/icons/bell-slash
deleted file mode 100644
index be2320f..0000000
--- a/src/components/icons/bell-slash
+++ /dev/null
@@ -1,4 +0,0 @@
-import { svg } from "lit";
-export const icon = svg`
-
-`;
diff --git a/src/components/icons/bell-slash.ts b/src/components/icons/bell-slash.ts
new file mode 100644
index 0000000..6dd9d4c
--- /dev/null
+++ b/src/components/icons/bell-slash.ts
@@ -0,0 +1,6 @@
+import { svg } from "lit";
+export const icon = svg`
+
+`;
diff --git a/src/components/icons/bell.ts b/src/components/icons/bell.ts
new file mode 100644
index 0000000..ce64172
--- /dev/null
+++ b/src/components/icons/bell.ts
@@ -0,0 +1,6 @@
+import { svg } from "lit";
+export const icon = svg`
+
+`;