diff --git a/src/Icons/ExitFullscreen.astro b/src/Icons/ExitFullscreen.astro
new file mode 100644
index 0000000..f5401e7
--- /dev/null
+++ b/src/Icons/ExitFullscreen.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/Fullscreen.astro b/src/Icons/Fullscreen.astro
new file mode 100644
index 0000000..f1198d9
--- /dev/null
+++ b/src/Icons/Fullscreen.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/Pause.astro b/src/Icons/Pause.astro
new file mode 100644
index 0000000..65ea57c
--- /dev/null
+++ b/src/Icons/Pause.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/PictureInPicture.astro b/src/Icons/PictureInPicture.astro
new file mode 100644
index 0000000..903e957
--- /dev/null
+++ b/src/Icons/PictureInPicture.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/Play.astro b/src/Icons/Play.astro
new file mode 100644
index 0000000..f23d596
--- /dev/null
+++ b/src/Icons/Play.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/PlaybackRate.astro b/src/Icons/PlaybackRate.astro
new file mode 100644
index 0000000..43c4fa6
--- /dev/null
+++ b/src/Icons/PlaybackRate.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/Quality.astro b/src/Icons/Quality.astro
new file mode 100644
index 0000000..f4b2700
--- /dev/null
+++ b/src/Icons/Quality.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/SeekBackwards.astro b/src/Icons/SeekBackwards.astro
new file mode 100644
index 0000000..bfccac2
--- /dev/null
+++ b/src/Icons/SeekBackwards.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/SeekForward.astro b/src/Icons/SeekForward.astro
new file mode 100644
index 0000000..9e425f3
--- /dev/null
+++ b/src/Icons/SeekForward.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/Settings.astro b/src/Icons/Settings.astro
new file mode 100644
index 0000000..db120cb
--- /dev/null
+++ b/src/Icons/Settings.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/Subtitles.astro b/src/Icons/Subtitles.astro
new file mode 100644
index 0000000..774215b
--- /dev/null
+++ b/src/Icons/Subtitles.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/VolumeHigh.astro b/src/Icons/VolumeHigh.astro
new file mode 100644
index 0000000..65efb86
--- /dev/null
+++ b/src/Icons/VolumeHigh.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/VolumeLow.astro b/src/Icons/VolumeLow.astro
new file mode 100644
index 0000000..47e76f1
--- /dev/null
+++ b/src/Icons/VolumeLow.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/VolumeMed.astro b/src/Icons/VolumeMed.astro
new file mode 100644
index 0000000..e1b3d1e
--- /dev/null
+++ b/src/Icons/VolumeMed.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Icons/VolumeMute.astro b/src/Icons/VolumeMute.astro
new file mode 100644
index 0000000..cf6b391
--- /dev/null
+++ b/src/Icons/VolumeMute.astro
@@ -0,0 +1,21 @@
+---
+const {Pack} = Astro.props
+---
+
+{
+ ()=> {
+ if (Pack === "Iconoir") {
+ return
+ } else if (Pack === "Phosphor") {
+ return
+ } else if (Pack === "Bootstrap") {
+ return
+ } else if (Pack === "Hero") {
+ return
+ } else if (Pack === "Remix") {
+ return
+ } else if (Pack === "Custom") {
+ return
+ }
+ }
+}
\ No newline at end of file