diff --git a/.changeset/lovely-hornets-prove.md b/.changeset/lovely-hornets-prove.md new file mode 100644 index 00000000000..b5d9eb3cdf2 --- /dev/null +++ b/.changeset/lovely-hornets-prove.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': patch +--- + +Adds 1 new icon: `starlight` diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index af4153f4fde..566e12606fc 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -123,6 +123,7 @@ export const BuiltInIcons = { homebrew: '', nix: '', + starlight: '' }; export const Icons = {