From d1969dde2ea8ece6ce9d439eae12d9c63c2201d7 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 2 Sep 2024 06:16:09 -0700 Subject: feat: jsr icon (#2272) Co-authored-by: Chris Swithinbank --- .changeset/sixty-knives-occur.md | 5 +++++ packages/starlight/components/Icons.ts | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/sixty-knives-occur.md diff --git a/.changeset/sixty-knives-occur.md b/.changeset/sixty-knives-occur.md new file mode 100644 index 00000000..fd910810 --- /dev/null +++ b/.changeset/sixty-knives-occur.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Adds new icon: `jsr` diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index 47f4c36d..6669637a 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -157,6 +157,7 @@ export const BuiltInIcons = { netlify: '', deno: '', + jsr: '' }; export const Icons = { -- cgit