From 24c0823c61b1e9850575766876f2e1035541cfd1 Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 20 Mar 2024 03:13:35 -0700 Subject: add nix icon (#1628) * add nix icon * chore: squish down nix icon Co-authored-by: Chris Swithinbank * Add changeset --------- Co-authored-by: Chris Swithinbank --- .changeset/angry-islands-sort.md | 5 +++++ packages/starlight/components/Icons.ts | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .changeset/angry-islands-sort.md diff --git a/.changeset/angry-islands-sort.md b/.changeset/angry-islands-sort.md new file mode 100644 index 00000000..1c95d581 --- /dev/null +++ b/.changeset/angry-islands-sort.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Adds 1 new icon: `nix` diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index 70704e0f..f42af54b 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -120,6 +120,8 @@ export const BuiltInIcons = { '', homebrew: '', + nix: + '', }; export const Icons = { -- cgit