From 470911698e5a4468c510a99dd352bfb68d9fbd00 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Wed, 7 Aug 2024 23:03:49 -0500 Subject: refactor: add icons to links --- src/components/icons/Dribbble.astro | 1 + src/components/icons/Facebook.astro | 1 + src/components/icons/Instagram.astro | 1 + src/components/icons/Linkedin.astro | 1 + src/components/icons/Shop.astro | 1 + src/components/icons/Twitch.astro | 1 + src/components/icons/Url.astro | 1 + src/components/icons/X-twitter.astro | 1 + src/components/icons/Youtube.astro | 1 + 9 files changed, 9 insertions(+) create mode 100644 src/components/icons/Dribbble.astro create mode 100644 src/components/icons/Facebook.astro create mode 100644 src/components/icons/Instagram.astro create mode 100644 src/components/icons/Linkedin.astro create mode 100644 src/components/icons/Shop.astro create mode 100644 src/components/icons/Twitch.astro create mode 100644 src/components/icons/Url.astro create mode 100644 src/components/icons/X-twitter.astro create mode 100644 src/components/icons/Youtube.astro (limited to 'src/components/icons') diff --git a/src/components/icons/Dribbble.astro b/src/components/icons/Dribbble.astro new file mode 100644 index 0000000..b10b0a4 --- /dev/null +++ b/src/components/icons/Dribbble.astro @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/icons/Facebook.astro b/src/components/icons/Facebook.astro new file mode 100644 index 0000000..543537c --- /dev/null +++ b/src/components/icons/Facebook.astro @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/icons/Instagram.astro b/src/components/icons/Instagram.astro new file mode 100644 index 0000000..c51ee39 --- /dev/null +++ b/src/components/icons/Instagram.astro @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/icons/Linkedin.astro b/src/components/icons/Linkedin.astro new file mode 100644 index 0000000..fa5b2bd --- /dev/null +++ b/src/components/icons/Linkedin.astro @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/icons/Shop.astro b/src/components/icons/Shop.astro new file mode 100644 index 0000000..5b0a6d0 --- /dev/null +++ b/src/components/icons/Shop.astro @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/icons/Twitch.astro b/src/components/icons/Twitch.astro new file mode 100644 index 0000000..9549063 --- /dev/null +++ b/src/components/icons/Twitch.astro @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/icons/Url.astro b/src/components/icons/Url.astro new file mode 100644 index 0000000..2a5a962 --- /dev/null +++ b/src/components/icons/Url.astro @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/icons/X-twitter.astro b/src/components/icons/X-twitter.astro new file mode 100644 index 0000000..a2cebe9 --- /dev/null +++ b/src/components/icons/X-twitter.astro @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/icons/Youtube.astro b/src/components/icons/Youtube.astro new file mode 100644 index 0000000..52fe4ee --- /dev/null +++ b/src/components/icons/Youtube.astro @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3