From da57fab3027048825e048384fe4aa773b5db3ebf Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 18 Mar 2025 12:56:08 +0000 Subject: feat: add editor icons (#2961) Co-authored-by: Chris Swithinbank Co-authored-by: trueberryless <99918022+trueberryless@users.noreply.github.com>--- .changeset/lovely-fireants-call.md | 5 +++++ packages/starlight/components/Icons.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/lovely-fireants-call.md diff --git a/.changeset/lovely-fireants-call.md b/.changeset/lovely-fireants-call.md new file mode 100644 index 00000000..b6ac9a03 --- /dev/null +++ b/.changeset/lovely-fireants-call.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': patch +--- + +Adds official `jetbrains` icon diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index 61895bc0..296710e3 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -182,7 +182,7 @@ export const BuiltInIcons = { vscode: '', jetbrains: - '', + '', zed: '', vim: '', figma: -- cgit