Skip to content

Commit bc8aa49

Browse files
authored
Merge pull request #209 from getsentry/feat/icons/ai-models
feat/icons/ai models
2 parents 48f6c52 + 3b17a0a commit bc8aa49

15 files changed

Lines changed: 151 additions & 0 deletions

src/platformIcon.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const PLATFORM_TO_ICON = {
77
"android-phone": "android-phone",
88
"android-tablet": "android-tablet",
99
anthropic: "anthropic",
10+
"anthropic-claude": "anthropic-claude",
1011
apple: "apple",
1112
"apple-ipad": "apple-ipad",
1213
"apple-iphone": "apple-iphone",
@@ -31,6 +32,7 @@ export const PLATFORM_TO_ICON = {
3132
csharp: "csharp",
3233
"csharp-aspnetcore": "csharp",
3334
dart: "dart",
35+
deepseek: "deepseek",
3436
default: "default",
3537
deno: "deno",
3638
dotnet: "dotnet",
@@ -54,6 +56,7 @@ export const PLATFORM_TO_ICON = {
5456
flutter: "flutter",
5557
font: "font",
5658
fsharp: "fsharp",
59+
gemini: "gemini",
5760
git: "git",
5861
go: "go",
5962
"go-echo": "echo",
@@ -64,6 +67,8 @@ export const PLATFORM_TO_ICON = {
6467
"go-martini": "martini",
6568
"go-negroni": "go",
6669
godot: "godot",
70+
grok: "grok",
71+
groq: "groq",
6772
huggingface: "huggingface",
6873
"internet-explorer": "internet-explorer",
6974
java: "java",
@@ -129,6 +134,7 @@ export const PLATFORM_TO_ICON = {
129134
linux: "linux",
130135
mono: "mono",
131136
motorola: "motorola",
137+
mistral: "mistral",
132138
native: "nativec",
133139
"native-qt": "qt",
134140
nintendo: "nintendo",
@@ -139,6 +145,7 @@ export const PLATFORM_TO_ICON = {
139145
openfeature: "openfeature",
140146
opera: "opera",
141147
perl: "perl",
148+
perplexity: "perplexity",
142149
php: "php",
143150
playstation: "playstation",
144151
powershell: "powershell",

svg/claude.svg

Lines changed: 4 additions & 0 deletions
Loading

svg/deepseek.svg

Lines changed: 4 additions & 0 deletions
Loading

svg/gemini.svg

Lines changed: 28 additions & 0 deletions
Loading

svg/grok.svg

Lines changed: 5 additions & 0 deletions
Loading

svg/groq.svg

Lines changed: 4 additions & 0 deletions
Loading

svg/mistral.svg

Lines changed: 23 additions & 0 deletions
Loading

svg/perplexity.svg

Lines changed: 4 additions & 0 deletions
Loading

svg_80x80/claude.svg

Lines changed: 4 additions & 0 deletions
Loading

svg_80x80/deepseek.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)