From 7715396ad0db03151e3c094a0a9bfe791db98974 Mon Sep 17 00:00:00 2001 From: Samuel Huber <40248495+SamuelLHuber@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:03:46 +0100 Subject: [PATCH 1/5] Update Icons.ts with Farcaster Purple --- packages/starlight/components/Icons.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index 70704e0f030..ab8d5ec73a4 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -64,6 +64,8 @@ export const BuiltInIcons = { '', codePen: '', + farcaster: + ' ', discord: '', gitter: From 6c2defa7722bcce41073a77f2dff5e7a5285fb3f Mon Sep 17 00:00:00 2001 From: Samuel Huber <40248495+SamuelLHuber@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:26:10 +0100 Subject: [PATCH 2/5] resize svg paths --- packages/starlight/components/Icons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index ab8d5ec73a4..d0740cf15f7 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -65,7 +65,7 @@ export const BuiltInIcons = { codePen: '', farcaster: - ' ', + 'path d="M6.187 3.733h11.627v16.533h-1.707V12.693h-0.017c-0.189 -2.093 -1.948 -3.733 -4.09 -3.733s-3.901 1.64 -4.09 3.733h-0.017v7.573h-1.707z" fill="#855DCD"/>', discord: '', gitter: From c2ffa75db25e6eab7c3afd16bd92e398af9e22a5 Mon Sep 17 00:00:00 2001 From: Samuel Huber <40248495+SamuelLHuber@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:58:44 +0100 Subject: [PATCH 3/5] update path in hopes that top of arch is in now --- packages/starlight/components/Icons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index 455a618dcbd..c4d232b17cf 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -65,7 +65,7 @@ export const BuiltInIcons = { codePen: '', farcaster: - 'path d="M6.187 3.733h11.627v16.533h-1.707V12.693h-0.017c-0.189 -2.093 -1.948 -3.733 -4.09 -3.733s-3.901 1.64 -4.09 3.733h-0.017v7.573h-1.707z" fill="#855DCD"/>', + ' ', discord: '', gitter: From 2dde47a7e36b05f7793d02f544e887eb8392037b Mon Sep 17 00:00:00 2001 From: Samuel Huber <40248495+SamuelLHuber@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:19:35 +0100 Subject: [PATCH 4/5] Update packages/starlight/components/Icons.ts Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com> --- packages/starlight/components/Icons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index c4d232b17cf..af4153f4fde 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -65,7 +65,7 @@ export const BuiltInIcons = { codePen: '', farcaster: - ' ', + '', discord: '', gitter: From d0d03c76052629bc4c3da34a46950538a85cab30 Mon Sep 17 00:00:00 2001 From: HiDeoo <494699+HiDeoo@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:40:06 +0100 Subject: [PATCH 5/5] chore: add changeset --- .changeset/gentle-wasps-bathe.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/gentle-wasps-bathe.md diff --git a/.changeset/gentle-wasps-bathe.md b/.changeset/gentle-wasps-bathe.md new file mode 100644 index 00000000000..6030002bef1 --- /dev/null +++ b/.changeset/gentle-wasps-bathe.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Adds 1 new icon: `farcaster`