diff --git a/src/components/icons/book-open b/src/components/icons/book-open
deleted file mode 100644
index be2320f..0000000
--- a/src/components/icons/book-open
+++ /dev/null
@@ -1,4 +0,0 @@
-import { svg } from "lit";
-export const icon = svg`
-
-`;
diff --git a/src/components/icons/book-open.ts b/src/components/icons/book-open.ts
new file mode 100644
index 0000000..b84e3fd
--- /dev/null
+++ b/src/components/icons/book-open.ts
@@ -0,0 +1,6 @@
+import { svg } from "lit";
+export const icon = svg`
+
+`;
diff --git a/src/components/icons/heart-solid.ts b/src/components/icons/heart-solid.ts
new file mode 100644
index 0000000..e0a48cc
--- /dev/null
+++ b/src/components/icons/heart-solid.ts
@@ -0,0 +1,6 @@
+import { svg } from "lit";
+export const icon = svg`
+
+`;
diff --git a/src/components/icons/star_solid.ts b/src/components/icons/star_solid.ts
new file mode 100644
index 0000000..30f8f4c
--- /dev/null
+++ b/src/components/icons/star_solid.ts
@@ -0,0 +1,6 @@
+import { svg } from "lit";
+export const icon = svg`
+
+`;