From 8851d5cd0d8f8439320ef729ca57a59418db52b9 Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Mon, 4 Mar 2024 10:39:55 +0100 Subject: Add `apple` & `linux` icons (#1584) Co-authored-by: Chris Swithinbank --- .changeset/lucky-zebras-judge.md | 5 +++++ packages/starlight/components/Icons.ts | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .changeset/lucky-zebras-judge.md diff --git a/.changeset/lucky-zebras-judge.md b/.changeset/lucky-zebras-judge.md new file mode 100644 index 00000000..ca50376e --- /dev/null +++ b/.changeset/lucky-zebras-judge.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': patch +--- + +Adds 2 new icons: `apple` and `linux`. diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index c44b613e..70704e0f 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -114,6 +114,10 @@ export const BuiltInIcons = { '', bun: '', mdx: '', + apple: + '', + linux: + '', homebrew: '', }; -- cgit