From c5794260251ed414a396089782a1788539c92dd3 Mon Sep 17 00:00:00 2001 From: Eveeifyeve Date: Mon, 4 Mar 2024 20:33:50 +1100 Subject: Add `homebrew` icon (#1587) * feat: `homebrew` icon * feat: added a changeset * Update packages/starlight/components/Icons.ts LGTM Co-authored-by: Chris Swithinbank * fix: change set title Co-authored-by: Chris Swithinbank --------- Co-authored-by: Chris Swithinbank --- .changeset/small-cups-grow.md | 5 +++++ packages/starlight/components/Icons.ts | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/small-cups-grow.md diff --git a/.changeset/small-cups-grow.md b/.changeset/small-cups-grow.md new file mode 100644 index 00000000..7ba03aba --- /dev/null +++ b/.changeset/small-cups-grow.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': minor +--- + +Adds 1 new icon: `homebrew`. diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index 2a432d7b..4b2ff001 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -114,6 +114,7 @@ export const BuiltInIcons = { '', bun: '', mdx: '', + homebrew: '', }; export const Icons = { -- cgit