From 7d21541a52415335dc2a75f23d6e5bec55c0373b Mon Sep 17 00:00:00 2001 From: thevrus Date: Tue, 17 Mar 2026 13:37:21 -0400 Subject: [PATCH] feat: add anthropic icon --- src/icons/anthropic.svg | 3 +++ src/template/mapping.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 src/icons/anthropic.svg diff --git a/src/icons/anthropic.svg b/src/icons/anthropic.svg new file mode 100644 index 0000000..74220c2 --- /dev/null +++ b/src/icons/anthropic.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/template/mapping.json b/src/template/mapping.json index f0c8952..8451c54 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -1725,5 +1725,8 @@ ], "60548": [ "new-session" + ], + "60549": [ + "anthropic" ] }