diff --git a/src/components/icons/DownloadIcon.tsx b/src/components/icons/DownloadIcon.tsx
new file mode 100644
index 0000000..fff22ac
--- /dev/null
+++ b/src/components/icons/DownloadIcon.tsx
@@ -0,0 +1,15 @@
+function DownloadIcon() {
+ return (
+
+ );
+}
+
+export default DownloadIcon;
diff --git a/src/components/icons/MagicIcon.tsx b/src/components/icons/MagicIcon.tsx
new file mode 100644
index 0000000..654f352
--- /dev/null
+++ b/src/components/icons/MagicIcon.tsx
@@ -0,0 +1,12 @@
+function MagicIcon() {
+ return (
+
+ );
+}
+
+export default MagicIcon;
diff --git a/src/components/icons/ShareIcon.tsx b/src/components/icons/ShareIcon.tsx
new file mode 100644
index 0000000..4ee68a6
--- /dev/null
+++ b/src/components/icons/ShareIcon.tsx
@@ -0,0 +1,15 @@
+function ShareIcon() {
+ return (
+
+ );
+}
+
+export default ShareIcon;
diff --git a/src/components/modals/CreateSessionModal.tsx b/src/components/modals/CreateSessionModal.tsx
index 6f0a9b8..b644e50 100644
--- a/src/components/modals/CreateSessionModal.tsx
+++ b/src/components/modals/CreateSessionModal.tsx
@@ -144,7 +144,7 @@ export default function CreateSessionModal({ targetServerId }: Props) {
return (