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