From 1d0747c411c0ab1cdf76d8d8a969053b03fb08e6 Mon Sep 17 00:00:00 2001 From: Giuseppe Cianci Date: Fri, 31 Jul 2026 13:47:25 +0200 Subject: [PATCH] Add Moonshot AI and xAI brand icons Replace the generic Kimi chip with the Moonshot AI mark and add the xAI mark at the next available codepoint for Grok model branding. --- src/icons/kimi.svg | 2 +- src/icons/xai.svg | 1 + src/template/mapping.json | 3 +++ src/template/metadata.json | 13 +++++++++++++ 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/icons/xai.svg diff --git a/src/icons/kimi.svg b/src/icons/kimi.svg index 9161c8c1..4c929409 100644 --- a/src/icons/kimi.svg +++ b/src/icons/kimi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/xai.svg b/src/icons/xai.svg new file mode 100644 index 00000000..f4b82670 --- /dev/null +++ b/src/icons/xai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 1e62ad2f..9c4eef7e 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -2034,5 +2034,8 @@ ], "60651": [ "arrow-up-compact" + ], + "60652": [ + "xai" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index 10e1fcb2..87e72587 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -7276,5 +7276,18 @@ ], "category": "cloud", "description": "Cloud upload (compact 12x12 variant)" + }, + "xai": { + "tags": [ + "xai", + "grok", + "ai", + "logo", + "model", + "assistant", + "brand" + ], + "category": "brand", + "description": "xAI logo" } }