From fdc508a5cc3af9bb811a4c8c3d868385fd229db2 Mon Sep 17 00:00:00 2001
From: OyewoleOyedeji <57059138+OyewoleOyedeji@users.noreply.github.com>
Date: Sat, 24 Jun 2023 20:34:39 +0100
Subject: [PATCH 1/5] feat: added nuxt-phosphor-icons module
---
modules/nuxt-phosphor-icons.yml | 16 ++++++++++++++++
website/public/icons/phosphor-icons.svg | 5 +++++
2 files changed, 21 insertions(+)
create mode 100644 modules/nuxt-phosphor-icons.yml
create mode 100644 website/public/icons/phosphor-icons.svg
diff --git a/modules/nuxt-phosphor-icons.yml b/modules/nuxt-phosphor-icons.yml
new file mode 100644
index 000000000..513819dbc
--- /dev/null
+++ b/modules/nuxt-phosphor-icons.yml
@@ -0,0 +1,16 @@
+name: nuxt-phosphor-icons
+description: Just a simple integration for @phosphor-icons in Nuxt
+repo: OyewoleOyedeji/nuxt-phosphor-icons
+npm: nuxt-phosphor-icons
+icon: 'phosphor-icons.svg'
+github: https://github.com/OyewoleOyedeji/nuxt-phosphor-icons
+website: https://github.com/OyewoleOyedeji/nuxt-phosphor-icons
+learn_more: https://github.com/OyewoleOyedeji/nuxt-phosphor-icons
+category: UI
+type: 3rd-party
+maintainers:
+ - name: OyewoleOyedeji
+ github: OyewoleOyedeji
+compatibility:
+ nuxt: ^3.0.0
+ requires: {}
diff --git a/website/public/icons/phosphor-icons.svg b/website/public/icons/phosphor-icons.svg
new file mode 100644
index 000000000..fc8ed23ea
--- /dev/null
+++ b/website/public/icons/phosphor-icons.svg
@@ -0,0 +1,5 @@
+
\ No newline at end of file
From f537eaf6e8afe0036b12e9db479c0166f369b2a7 Mon Sep 17 00:00:00 2001
From: OyewoleOyedeji <57059138+OyewoleOyedeji@users.noreply.github.com>
Date: Sun, 25 Jun 2023 17:48:01 +0100
Subject: [PATCH 2/5] refactor: remove '' from icon parameter
---
modules/nuxt-phosphor-icons.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/nuxt-phosphor-icons.yml b/modules/nuxt-phosphor-icons.yml
index 513819dbc..aa3bb40d8 100644
--- a/modules/nuxt-phosphor-icons.yml
+++ b/modules/nuxt-phosphor-icons.yml
@@ -2,7 +2,7 @@ name: nuxt-phosphor-icons
description: Just a simple integration for @phosphor-icons in Nuxt
repo: OyewoleOyedeji/nuxt-phosphor-icons
npm: nuxt-phosphor-icons
-icon: 'phosphor-icons.svg'
+icon: phosphor-icons.svg
github: https://github.com/OyewoleOyedeji/nuxt-phosphor-icons
website: https://github.com/OyewoleOyedeji/nuxt-phosphor-icons
learn_more: https://github.com/OyewoleOyedeji/nuxt-phosphor-icons
From 35621882905d3b743f583fd3857c26f0561c35b7 Mon Sep 17 00:00:00 2001
From: OyewoleOyedeji <57059138+OyewoleOyedeji@users.noreply.github.com>
Date: Wed, 28 Jun 2023 12:54:25 +0100
Subject: [PATCH 3/5] feat: added nuxt-bootstrap-icons module
---
icons/bootstrap-icons.svg | 5 +++++
modules/nuxt-bootstrap-icons.yml | 16 ++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 icons/bootstrap-icons.svg
create mode 100644 modules/nuxt-bootstrap-icons.yml
diff --git a/icons/bootstrap-icons.svg b/icons/bootstrap-icons.svg
new file mode 100644
index 000000000..2e74fd711
--- /dev/null
+++ b/icons/bootstrap-icons.svg
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/modules/nuxt-bootstrap-icons.yml b/modules/nuxt-bootstrap-icons.yml
new file mode 100644
index 000000000..f43cc8255
--- /dev/null
+++ b/modules/nuxt-bootstrap-icons.yml
@@ -0,0 +1,16 @@
+name: nuxt-bootstrap-icons
+description: Just a simple integration for Bootstrap Icons
+repo: OyewoleOyedeji/nuxt-bootstrap-icons
+npm: nuxt-bootstrap-icons
+icon: bootstrap-icons.svg
+github: https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons
+website: https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons
+learn_more: https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons
+category: UI
+type: 3rd-party
+maintainers:
+ - name: OyewoleOyedeji
+ github: OyewoleOyedeji
+compatibility:
+ nuxt: ^3.0.0
+ requires: {}
From 5aba45fadbab830cb16a9ce5f7ec8c32804a7e6d Mon Sep 17 00:00:00 2001
From: OyewoleOyedeji <57059138+OyewoleOyedeji@users.noreply.github.com>
Date: Thu, 20 Jul 2023 22:04:08 +0100
Subject: [PATCH 4/5] fix(nuxt-bootstrap-icons): Removed unneeded icons
---
icons/phosphor-icons.svg | 5 -----
1 file changed, 5 deletions(-)
delete mode 100644 icons/phosphor-icons.svg
diff --git a/icons/phosphor-icons.svg b/icons/phosphor-icons.svg
deleted file mode 100644
index fc8ed23ea..000000000
--- a/icons/phosphor-icons.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
From fd057d03331b81f819b568e0dd0fbe2c861c10fe Mon Sep 17 00:00:00 2001
From: OyewoleOyedeji <57059138+OyewoleOyedeji@users.noreply.github.com>
Date: Thu, 20 Jul 2023 22:15:33 +0100
Subject: [PATCH 5/5] fix(nuxt-bootstrap-icons): Removed unneeded icons (try 2)
---
{website/public/icons => icons}/phosphor-icons.svg | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename {website/public/icons => icons}/phosphor-icons.svg (100%)
diff --git a/website/public/icons/phosphor-icons.svg b/icons/phosphor-icons.svg
similarity index 100%
rename from website/public/icons/phosphor-icons.svg
rename to icons/phosphor-icons.svg