From 77b6a412c9daba8e6b856f3640204a1ca61c93b9 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Tue, 18 Mar 2025 13:46:11 +0100 Subject: feat: add some IDE and Design app icons (#2955) Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com> Co-authored-by: delucis <357379+delucis@users.noreply.github.com>--- .changeset/big-dancers-stare.md | 5 +++++ packages/starlight/components/Icons.ts | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .changeset/big-dancers-stare.md diff --git a/.changeset/big-dancers-stare.md b/.changeset/big-dancers-stare.md new file mode 100644 index 00000000..1080993b --- /dev/null +++ b/.changeset/big-dancers-stare.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': patch +--- + +Adds 6 new icons: `figma`, `jetbrains`, `sketch`, `vim`, `vscode`, and `zed`. diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index 2d4a55af..61895bc0 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -179,6 +179,16 @@ export const BuiltInIcons = { jira: '', storybook: '', + vscode: + '', + jetbrains: + '', + zed: '', + vim: '', + figma: + '', + sketch: + '', }; export const Icons = { -- cgit