@lobehub/icons 2.44.0 → 2.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/README.md +90 -86
  2. package/es/Ai2/components/Avatar.d.ts +5 -0
  3. package/es/Ai2/components/Avatar.js +25 -0
  4. package/es/Ai2/components/Color.d.ts +3 -0
  5. package/es/Ai2/components/Color.js +39 -0
  6. package/es/Ai2/components/Combine.d.ts +7 -0
  7. package/es/Ai2/components/Combine.js +32 -0
  8. package/es/Ai2/components/Mono.d.ts +3 -0
  9. package/es/Ai2/components/Mono.js +40 -0
  10. package/es/Ai2/components/Text.d.ts +3 -0
  11. package/es/Ai2/components/Text.js +39 -0
  12. package/es/Ai2/index.d.ts +16 -0
  13. package/es/Ai2/index.js +14 -0
  14. package/es/Ai2/style.d.ts +7 -0
  15. package/es/Ai2/style.js +9 -0
  16. package/es/Arcee/components/Avatar.d.ts +5 -0
  17. package/es/Arcee/components/Avatar.js +25 -0
  18. package/es/Arcee/components/Color.d.ts +3 -0
  19. package/es/Arcee/components/Color.js +39 -0
  20. package/es/Arcee/components/Combine.d.ts +7 -0
  21. package/es/Arcee/components/Combine.js +32 -0
  22. package/es/Arcee/components/Mono.d.ts +3 -0
  23. package/es/Arcee/components/Mono.js +40 -0
  24. package/es/Arcee/components/Text.d.ts +3 -0
  25. package/es/Arcee/components/Text.js +39 -0
  26. package/es/Arcee/index.d.ts +16 -0
  27. package/es/Arcee/index.js +14 -0
  28. package/es/Arcee/style.d.ts +7 -0
  29. package/es/Arcee/style.js +9 -0
  30. package/es/DeepCogito/components/Avatar.d.ts +5 -0
  31. package/es/DeepCogito/components/Avatar.js +25 -0
  32. package/es/DeepCogito/components/Color.d.ts +3 -0
  33. package/es/DeepCogito/components/Color.js +39 -0
  34. package/es/DeepCogito/components/Combine.d.ts +7 -0
  35. package/es/DeepCogito/components/Combine.js +32 -0
  36. package/es/DeepCogito/components/Mono.d.ts +3 -0
  37. package/es/DeepCogito/components/Mono.js +40 -0
  38. package/es/DeepCogito/components/Text.d.ts +3 -0
  39. package/es/DeepCogito/components/Text.js +39 -0
  40. package/es/DeepCogito/index.d.ts +16 -0
  41. package/es/DeepCogito/index.js +14 -0
  42. package/es/DeepCogito/style.d.ts +7 -0
  43. package/es/DeepCogito/style.js +9 -0
  44. package/es/EssentialAI/components/Avatar.d.ts +5 -0
  45. package/es/EssentialAI/components/Avatar.js +25 -0
  46. package/es/EssentialAI/components/Color.d.ts +3 -0
  47. package/es/EssentialAI/components/Color.js +58 -0
  48. package/es/EssentialAI/components/Combine.d.ts +7 -0
  49. package/es/EssentialAI/components/Combine.js +32 -0
  50. package/es/EssentialAI/components/Mono.d.ts +3 -0
  51. package/es/EssentialAI/components/Mono.js +40 -0
  52. package/es/EssentialAI/components/Text.d.ts +3 -0
  53. package/es/EssentialAI/components/Text.js +39 -0
  54. package/es/EssentialAI/index.d.ts +16 -0
  55. package/es/EssentialAI/index.js +15 -0
  56. package/es/EssentialAI/style.d.ts +8 -0
  57. package/es/EssentialAI/style.js +10 -0
  58. package/es/Inception/components/Avatar.d.ts +5 -0
  59. package/es/Inception/components/Avatar.js +25 -0
  60. package/es/Inception/components/Combine.d.ts +5 -0
  61. package/es/Inception/components/Combine.js +26 -0
  62. package/es/Inception/components/Mono.d.ts +3 -0
  63. package/es/Inception/components/Mono.js +40 -0
  64. package/es/Inception/components/Text.d.ts +3 -0
  65. package/es/Inception/components/Text.js +47 -0
  66. package/es/Inception/index.d.ts +13 -0
  67. package/es/Inception/index.js +12 -0
  68. package/es/Inception/style.d.ts +7 -0
  69. package/es/Inception/style.js +9 -0
  70. package/es/LobeHub/components/Color.js +343 -27
  71. package/es/LobeHub/components/Mono.js +21 -21
  72. package/es/LobeHub/components/Morden.d.ts +3 -0
  73. package/es/LobeHub/components/Morden.js +40 -0
  74. package/es/LobeHub/index.d.ts +2 -0
  75. package/es/LobeHub/index.js +2 -0
  76. package/es/LobeHub/style.d.ts +1 -1
  77. package/es/LobeHub/style.js +1 -1
  78. package/es/Morph/components/Avatar.d.ts +5 -0
  79. package/es/Morph/components/Avatar.js +25 -0
  80. package/es/Morph/components/Color.d.ts +3 -0
  81. package/es/Morph/components/Color.js +39 -0
  82. package/es/Morph/components/Combine.d.ts +7 -0
  83. package/es/Morph/components/Combine.js +32 -0
  84. package/es/Morph/components/Mono.d.ts +3 -0
  85. package/es/Morph/components/Mono.js +40 -0
  86. package/es/Morph/components/Text.d.ts +3 -0
  87. package/es/Morph/components/Text.js +42 -0
  88. package/es/Morph/index.d.ts +16 -0
  89. package/es/Morph/index.js +14 -0
  90. package/es/Morph/style.d.ts +7 -0
  91. package/es/Morph/style.js +9 -0
  92. package/es/Nova/components/Color.js +51 -105
  93. package/es/Nova/components/Mono.js +4 -13
  94. package/es/Nova/style.d.ts +2 -2
  95. package/es/Nova/style.js +1 -1
  96. package/es/Relace/components/Avatar.d.ts +5 -0
  97. package/es/Relace/components/Avatar.js +25 -0
  98. package/es/Relace/components/Combine.d.ts +5 -0
  99. package/es/Relace/components/Combine.js +26 -0
  100. package/es/Relace/components/Mono.d.ts +3 -0
  101. package/es/Relace/components/Mono.js +40 -0
  102. package/es/Relace/components/Text.d.ts +3 -0
  103. package/es/Relace/components/Text.js +39 -0
  104. package/es/Relace/index.d.ts +13 -0
  105. package/es/Relace/index.js +12 -0
  106. package/es/Relace/style.d.ts +7 -0
  107. package/es/Relace/style.js +9 -0
  108. package/es/Replicate/index.d.ts +1 -0
  109. package/es/Replicate/index.js +1 -0
  110. package/es/SearchApi/components/Mono.js +1 -1
  111. package/es/SearchApi/components/Text.js +2 -2
  112. package/es/SearchApi/style.d.ts +3 -3
  113. package/es/SearchApi/style.js +3 -3
  114. package/es/features/modelConfig.js +33 -1
  115. package/es/features/providerConfig.js +5 -0
  116. package/es/features/providerEnum.d.ts +1 -0
  117. package/es/features/providerEnum.js +1 -0
  118. package/es/icons.d.ts +7 -0
  119. package/es/icons.js +7 -0
  120. package/es/toc.js +133 -6
  121. package/package.json +3 -3
@@ -77,7 +77,15 @@ import Voyage from "../Voyage";
77
77
  import Wenxin from "../Wenxin";
78
78
  import Yi from "../Yi";
79
79
  import ZAI from "../ZAI";
80
- import { Kwaipilot } from "../icons";
80
+ import Nova from "../Nova";
81
+ import Kwaipilot from "../Kwaipilot";
82
+ import Ai2 from "../Ai2";
83
+ import Arcee from "../Arcee";
84
+ import DeepCogito from "../DeepCogito";
85
+ import EssentialAI from "../EssentialAI";
86
+ import Inception from "../Inception";
87
+ import Morph from "../Morph";
88
+ import Relace from "../Relace";
81
89
 
82
90
  // Define a type for our model mapping
83
91
 
@@ -199,6 +207,27 @@ export var modelMappings = [{
199
207
  }, {
200
208
  Icon: OpenRouter,
201
209
  keywords: ['^openrouter']
210
+ }, {
211
+ Icon: Relace,
212
+ keywords: ['^relace-', '/relace-']
213
+ }, {
214
+ Icon: Arcee,
215
+ keywords: ['^trinity-', '/trinity-', 'afm-4.5b', 'caller-large', 'spotlight', 'maestro-reasoning', 'virtuoso-medium-v2', 'virtuoso-large', 'coder-large', 'arcee-blitz']
216
+ }, {
217
+ Icon: EssentialAI,
218
+ keywords: ['^rnj-', '/rnj-']
219
+ }, {
220
+ Icon: DeepCogito,
221
+ keywords: ['^deepcogito-', '/deepcogito-']
222
+ }, {
223
+ Icon: Morph,
224
+ keywords: ['^morph-', '/morph-']
225
+ }, {
226
+ Icon: Ai2,
227
+ keywords: ['^olmo-', '/olmo-']
228
+ }, {
229
+ Icon: Inception,
230
+ keywords: ['^mercury-', '/mercury-']
202
231
  }, {
203
232
  Icon: OpenChat,
204
233
  keywords: ['^openchat']
@@ -358,4 +387,7 @@ export var modelMappings = [{
358
387
  }, {
359
388
  Icon: Kwaipilot,
360
389
  keywords: ['kat-']
390
+ }, {
391
+ Icon: Nova,
392
+ keywords: ['^nova-', '/nova-']
361
393
  }];
@@ -72,6 +72,7 @@ import Perplexity from "../Perplexity";
72
72
  import Player2 from "../Player2";
73
73
  import Qiniu from "../Qiniu";
74
74
  import Qwen from "../Qwen";
75
+ import Replicate from "../Replicate";
75
76
  import SambaNova from "../SambaNova";
76
77
  import Search1API from "../Search1API";
77
78
  import SenseNova from "../SenseNova";
@@ -477,6 +478,10 @@ export var providerMappings = [{
477
478
  }, {
478
479
  Icon: Bfl,
479
480
  keywords: [ModelProvider.Bfl]
481
+ }, {
482
+ Icon: Replicate,
483
+ combineMultiple: 0.9,
484
+ keywords: [ModelProvider.Replicate]
480
485
  }, {
481
486
  Icon: Nebius,
482
487
  combineMultiple: 0.75,
@@ -50,6 +50,7 @@ export declare enum ModelProvider {
50
50
  Player2 = "Player2",
51
51
  Qiniu = "qiniu",
52
52
  Qwen = "qwen",
53
+ Replicate = "replicate",
53
54
  SambaNova = "sambanova",
54
55
  Search1API = "search1api",
55
56
  SenseNova = "sensenova",
@@ -50,6 +50,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
50
50
  ModelProvider["Player2"] = "Player2";
51
51
  ModelProvider["Qiniu"] = "qiniu";
52
52
  ModelProvider["Qwen"] = "qwen";
53
+ ModelProvider["Replicate"] = "replicate";
53
54
  ModelProvider["SambaNova"] = "sambanova";
54
55
  ModelProvider["Search1API"] = "search1api";
55
56
  ModelProvider["SenseNova"] = "sensenova";
package/es/icons.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export { default as Adobe, type CompoundedIcon as AdobeProps } from './Adobe';
2
2
  export { default as AdobeFirefly, type CompoundedIcon as AdobeFireflyProps } from './AdobeFirefly';
3
3
  export { default as Agui, type CompoundedIcon as AguiProps } from './Agui';
4
+ export { default as Ai2, type CompoundedIcon as Ai2Props } from './Ai2';
4
5
  export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
5
6
  export { default as Ai302, type CompoundedIcon as Ai302Props } from './Ai302';
6
7
  export { default as Ai360, type CompoundedIcon as Ai360Props } from './Ai360';
@@ -16,6 +17,7 @@ export { default as AntGroup, type CompoundedIcon as AntGroupProps } from './Ant
16
17
  export { default as Anthropic, type CompoundedIcon as AnthropicProps } from './Anthropic';
17
18
  export { default as Anyscale, type CompoundedIcon as AnyscaleProps } from './Anyscale';
18
19
  export { default as Apple, type CompoundedIcon as AppleProps } from './Apple';
20
+ export { default as Arcee, type CompoundedIcon as ArceeProps } from './Arcee';
19
21
  export { default as AssemblyAI, type CompoundedIcon as AssemblyAIProps } from './AssemblyAI';
20
22
  export { default as Automatic, type CompoundedIcon as AutomaticProps } from './Automatic';
21
23
  export { default as Aws, type CompoundedIcon as AwsProps } from './Aws';
@@ -62,6 +64,7 @@ export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor'
62
64
  export { default as Dalle, type CompoundedIcon as DalleProps } from './Dalle';
63
65
  export { default as Dbrx, type CompoundedIcon as DbrxProps } from './Dbrx';
64
66
  export { default as DeepAI, type CompoundedIcon as DeepAIProps } from './DeepAI';
67
+ export { default as DeepCogito, type CompoundedIcon as DeepCogitoProps } from './DeepCogito';
65
68
  export { default as DeepInfra, type CompoundedIcon as DeepInfraProps } from './DeepInfra';
66
69
  export { default as DeepL, type CompoundedIcon as DeepLProps } from './DeepL';
67
70
  export { default as DeepMind, type CompoundedIcon as DeepMindProps } from './DeepMind';
@@ -74,6 +77,7 @@ export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao'
74
77
  export { default as DreamMachine, type CompoundedIcon as DreamMachineProps } from './DreamMachine';
75
78
  export { default as ElevenLabs, type CompoundedIcon as ElevenLabsProps } from './ElevenLabs';
76
79
  export { default as ElevenX, type CompoundedIcon as ElevenXProps } from './ElevenX';
80
+ export { default as EssentialAI, type CompoundedIcon as EssentialAIProps } from './EssentialAI';
77
81
  export { default as Exa, type CompoundedIcon as ExaProps } from './Exa';
78
82
  export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
79
83
  export { default as FastGPT, type CompoundedIcon as FastGPTProps } from './FastGPT';
@@ -112,6 +116,7 @@ export { default as Hyperbolic, type CompoundedIcon as HyperbolicProps } from '.
112
116
  export { default as IBM, type CompoundedIcon as IBMProps } from './IBM';
113
117
  export { default as Ideogram, type CompoundedIcon as IdeogramProps } from './Ideogram';
114
118
  export { default as IFlyTekCloud, type CompoundedIcon as IFlyTekCloudProps } from './IFlyTekCloud';
119
+ export { default as Inception, type CompoundedIcon as InceptionProps } from './Inception';
115
120
  export { default as Inference, type CompoundedIcon as InferenceProps } from './Inference';
116
121
  export { default as Infermatic, type CompoundedIcon as InfermaticProps } from './Infermatic';
117
122
  export { default as Infinigence, type CompoundedIcon as InfinigenceProps } from './Infinigence';
@@ -159,6 +164,7 @@ export { default as Mistral, type CompoundedIcon as MistralProps } from './Mistr
159
164
  export { default as ModelScope, type CompoundedIcon as ModelScopeProps } from './ModelScope';
160
165
  export { default as Monica, type CompoundedIcon as MonicaProps } from './Monica';
161
166
  export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
167
+ export { default as Morph, type CompoundedIcon as MorphProps } from './Morph';
162
168
  export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
163
169
  export { default as N8n, type CompoundedIcon as N8nProps } from './N8n';
164
170
  export { default as Nebius, type CompoundedIcon as NebiusProps } from './Nebius';
@@ -193,6 +199,7 @@ export { default as Qiniu, type CompoundedIcon as QiniuProps } from './Qiniu';
193
199
  export { default as Qwen, type CompoundedIcon as QwenProps } from './Qwen';
194
200
  export { default as Railway, type CompoundedIcon as RailwayProps } from './Railway';
195
201
  export { default as Recraft, type CompoundedIcon as RecraftProps } from './Recraft';
202
+ export { default as Relace, type CompoundedIcon as RelaceProps } from './Relace';
196
203
  export { default as Replicate, type CompoundedIcon as ReplicateProps } from './Replicate';
197
204
  export { default as Replit, type CompoundedIcon as ReplitProps } from './Replit';
198
205
  export { default as RSSHub, type CompoundedIcon as RSSHubProps } from './RSSHub';
package/es/icons.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export { default as Adobe } from "./Adobe";
2
2
  export { default as AdobeFirefly } from "./AdobeFirefly";
3
3
  export { default as Agui } from "./Agui";
4
+ export { default as Ai2 } from "./Ai2";
4
5
  export { default as Ai21 } from "./Ai21";
5
6
  export { default as Ai302 } from "./Ai302";
6
7
  export { default as Ai360 } from "./Ai360";
@@ -16,6 +17,7 @@ export { default as AntGroup } from "./AntGroup";
16
17
  export { default as Anthropic } from "./Anthropic";
17
18
  export { default as Anyscale } from "./Anyscale";
18
19
  export { default as Apple } from "./Apple";
20
+ export { default as Arcee } from "./Arcee";
19
21
  export { default as AssemblyAI } from "./AssemblyAI";
20
22
  export { default as Automatic } from "./Automatic";
21
23
  export { default as Aws } from "./Aws";
@@ -62,6 +64,7 @@ export { default as Cursor } from "./Cursor";
62
64
  export { default as Dalle } from "./Dalle";
63
65
  export { default as Dbrx } from "./Dbrx";
64
66
  export { default as DeepAI } from "./DeepAI";
67
+ export { default as DeepCogito } from "./DeepCogito";
65
68
  export { default as DeepInfra } from "./DeepInfra";
66
69
  export { default as DeepL } from "./DeepL";
67
70
  export { default as DeepMind } from "./DeepMind";
@@ -74,6 +77,7 @@ export { default as Doubao } from "./Doubao";
74
77
  export { default as DreamMachine } from "./DreamMachine";
75
78
  export { default as ElevenLabs } from "./ElevenLabs";
76
79
  export { default as ElevenX } from "./ElevenX";
80
+ export { default as EssentialAI } from "./EssentialAI";
77
81
  export { default as Exa } from "./Exa";
78
82
  export { default as Fal } from "./Fal";
79
83
  export { default as FastGPT } from "./FastGPT";
@@ -112,6 +116,7 @@ export { default as Hyperbolic } from "./Hyperbolic";
112
116
  export { default as IBM } from "./IBM";
113
117
  export { default as Ideogram } from "./Ideogram";
114
118
  export { default as IFlyTekCloud } from "./IFlyTekCloud";
119
+ export { default as Inception } from "./Inception";
115
120
  export { default as Inference } from "./Inference";
116
121
  export { default as Infermatic } from "./Infermatic";
117
122
  export { default as Infinigence } from "./Infinigence";
@@ -159,6 +164,7 @@ export { default as Mistral } from "./Mistral";
159
164
  export { default as ModelScope } from "./ModelScope";
160
165
  export { default as Monica } from "./Monica";
161
166
  export { default as Moonshot } from "./Moonshot";
167
+ export { default as Morph } from "./Morph";
162
168
  export { default as MyShell } from "./MyShell";
163
169
  export { default as N8n } from "./N8n";
164
170
  export { default as Nebius } from "./Nebius";
@@ -193,6 +199,7 @@ export { default as Qiniu } from "./Qiniu";
193
199
  export { default as Qwen } from "./Qwen";
194
200
  export { default as Railway } from "./Railway";
195
201
  export { default as Recraft } from "./Recraft";
202
+ export { default as Relace } from "./Relace";
196
203
  export { default as Replicate } from "./Replicate";
197
204
  export { default as Replit } from "./Replit";
198
205
  export { default as RSSHub } from "./RSSHub";
package/es/toc.js CHANGED
@@ -52,6 +52,24 @@ var toc = [{
52
52
  "hasTextColor": false
53
53
  },
54
54
  "title": "AG-UI"
55
+ }, {
56
+ "color": "#f0529c",
57
+ "desc": "https://allenai.org/",
58
+ "docsUrl": "ai2",
59
+ "fullTitle": "Ai2",
60
+ "group": "model",
61
+ "id": "Ai2",
62
+ "param": {
63
+ "hasAvatar": true,
64
+ "hasBrand": false,
65
+ "hasBrandColor": false,
66
+ "hasColor": true,
67
+ "hasCombine": true,
68
+ "hasText": true,
69
+ "hasTextCn": false,
70
+ "hasTextColor": false
71
+ },
72
+ "title": "Ai2"
55
73
  }, {
56
74
  "color": "#E91E63",
57
75
  "colorGradient": "linear-gradient(-45deg, #F68CB2, #E91E63)",
@@ -324,6 +342,24 @@ var toc = [{
324
342
  "hasTextColor": false
325
343
  },
326
344
  "title": "Apple"
345
+ }, {
346
+ "color": "#008C8C",
347
+ "desc": "https://arcee.ai/",
348
+ "docsUrl": "arcee",
349
+ "fullTitle": "Arcee",
350
+ "group": "model",
351
+ "id": "Arcee",
352
+ "param": {
353
+ "hasAvatar": true,
354
+ "hasBrand": false,
355
+ "hasBrandColor": false,
356
+ "hasColor": true,
357
+ "hasCombine": true,
358
+ "hasText": true,
359
+ "hasTextCn": false,
360
+ "hasTextColor": false
361
+ },
362
+ "title": "Arcee"
327
363
  }, {
328
364
  "color": "#2545D3",
329
365
  "desc": "https://assemblyai.com",
@@ -1158,6 +1194,24 @@ var toc = [{
1158
1194
  "hasTextColor": false
1159
1195
  },
1160
1196
  "title": "DeepAI"
1197
+ }, {
1198
+ "color": "#4e81ee",
1199
+ "desc": "https://deepcogito.com",
1200
+ "docsUrl": "deep-cogito",
1201
+ "fullTitle": "Deep Cogito",
1202
+ "group": "model",
1203
+ "id": "DeepCogito",
1204
+ "param": {
1205
+ "hasAvatar": true,
1206
+ "hasBrand": false,
1207
+ "hasBrandColor": false,
1208
+ "hasColor": true,
1209
+ "hasCombine": true,
1210
+ "hasText": true,
1211
+ "hasTextCn": false,
1212
+ "hasTextColor": false
1213
+ },
1214
+ "title": "Deep Cogito"
1161
1215
  }, {
1162
1216
  "color": "#fff",
1163
1217
  "desc": "https://deepinfra.com",
@@ -1374,6 +1428,25 @@ var toc = [{
1374
1428
  "hasTextColor": false
1375
1429
  },
1376
1430
  "title": "11x"
1431
+ }, {
1432
+ "color": "#111322",
1433
+ "colorGradient": "linear-gradient(135deg, #5E38A5, #31018C 63%)",
1434
+ "desc": "https://essential.ai",
1435
+ "docsUrl": "essential-ai",
1436
+ "fullTitle": "Essential AI",
1437
+ "group": "model",
1438
+ "id": "EssentialAI",
1439
+ "param": {
1440
+ "hasAvatar": true,
1441
+ "hasBrand": false,
1442
+ "hasBrandColor": false,
1443
+ "hasColor": true,
1444
+ "hasCombine": true,
1445
+ "hasText": true,
1446
+ "hasTextCn": false,
1447
+ "hasTextColor": false
1448
+ },
1449
+ "title": "Essential AI"
1377
1450
  }, {
1378
1451
  "color": "#1f40ed",
1379
1452
  "desc": "https://exa.ai",
@@ -2061,6 +2134,24 @@ var toc = [{
2061
2134
  "hasTextColor": false
2062
2135
  },
2063
2136
  "title": "Ideogram"
2137
+ }, {
2138
+ "color": "#fff",
2139
+ "desc": "https://inceptionlabs.ai",
2140
+ "docsUrl": "inception",
2141
+ "fullTitle": "Inception Labs",
2142
+ "group": "model",
2143
+ "id": "Inception",
2144
+ "param": {
2145
+ "hasAvatar": true,
2146
+ "hasBrand": false,
2147
+ "hasBrandColor": false,
2148
+ "hasColor": false,
2149
+ "hasCombine": true,
2150
+ "hasText": true,
2151
+ "hasTextCn": false,
2152
+ "hasTextColor": false
2153
+ },
2154
+ "title": "Inception"
2064
2155
  }, {
2065
2156
  "color": "#000",
2066
2157
  "desc": "https://inference.net",
@@ -2299,7 +2390,7 @@ var toc = [{
2299
2390
  "title": "Kwaipilot"
2300
2391
  }, {
2301
2392
  "color": "#C00C3F",
2302
- "desc": "https://www.lgresearch.ai",
2393
+ "desc": "https://lgresearch.ai",
2303
2394
  "docsUrl": "lg",
2304
2395
  "fullTitle": "LG AI (KMMLU/EXAONE)",
2305
2396
  "group": "provider",
@@ -2715,7 +2806,7 @@ var toc = [{
2715
2806
  "title": "MCP.so"
2716
2807
  }, {
2717
2808
  "color": "#FF5C00",
2718
- "desc": "https://www.menlo.ai",
2809
+ "desc": "https://menlo.ai",
2719
2810
  "docsUrl": "menlo",
2720
2811
  "fullTitle": "MENLO (Lucy/Jan-nano)",
2721
2812
  "group": "provider",
@@ -2914,6 +3005,24 @@ var toc = [{
2914
3005
  "hasTextColor": false
2915
3006
  },
2916
3007
  "title": "MoonshotAI"
3008
+ }, {
3009
+ "color": "#000",
3010
+ "desc": "https://morphllm.com",
3011
+ "docsUrl": "morph",
3012
+ "fullTitle": "Morph",
3013
+ "group": "model",
3014
+ "id": "Morph",
3015
+ "param": {
3016
+ "hasAvatar": true,
3017
+ "hasBrand": false,
3018
+ "hasBrandColor": false,
3019
+ "hasColor": true,
3020
+ "hasCombine": true,
3021
+ "hasText": true,
3022
+ "hasTextCn": false,
3023
+ "hasTextColor": false
3024
+ },
3025
+ "title": "Morph"
2917
3026
  }, {
2918
3027
  "color": "#fff",
2919
3028
  "desc": "https://myshell.ai",
@@ -3060,8 +3169,8 @@ var toc = [{
3060
3169
  "title": "NousResearch"
3061
3170
  }, {
3062
3171
  "color": "#222F3E",
3063
- "colorGradient": "linear-gradient(135deg, #43E3E4, #4A9FFF, #AA4BFB, #FC5978, #FF6D32)",
3064
- "desc": "https://aws.amazon.com/cn/ai/generative-ai/nova",
3172
+ "colorGradient": "linear-gradient(-45deg, #ff6200, #e433ff 39.9%, #6842ff 96%)",
3173
+ "desc": "https://nova.amazon.com/",
3065
3174
  "docsUrl": "nova",
3066
3175
  "fullTitle": "Nova (AWS)",
3067
3176
  "group": "model",
@@ -3548,6 +3657,24 @@ var toc = [{
3548
3657
  "hasTextColor": false
3549
3658
  },
3550
3659
  "title": "Recraft"
3660
+ }, {
3661
+ "color": "#000",
3662
+ "desc": "https://relace.ai",
3663
+ "docsUrl": "relace",
3664
+ "fullTitle": "Relace",
3665
+ "group": "model",
3666
+ "id": "Relace",
3667
+ "param": {
3668
+ "hasAvatar": true,
3669
+ "hasBrand": false,
3670
+ "hasBrandColor": false,
3671
+ "hasColor": false,
3672
+ "hasCombine": true,
3673
+ "hasText": true,
3674
+ "hasTextCn": false,
3675
+ "hasTextColor": false
3676
+ },
3677
+ "title": "Relace"
3551
3678
  }, {
3552
3679
  "color": "#EA2805",
3553
3680
  "desc": "https://replicate.com",
@@ -3561,7 +3688,7 @@ var toc = [{
3561
3688
  "hasBrandColor": false,
3562
3689
  "hasColor": false,
3563
3690
  "hasCombine": false,
3564
- "hasText": false,
3691
+ "hasText": true,
3565
3692
  "hasTextCn": false,
3566
3693
  "hasTextColor": false
3567
3694
  },
@@ -3695,7 +3822,7 @@ var toc = [{
3695
3822
  "title": "SenseNova"
3696
3823
  }, {
3697
3824
  "color": "#6E29F6",
3698
- "desc": "https://www.siliconflow.com",
3825
+ "desc": "https://siliconflow.com",
3699
3826
  "docsUrl": "silicon-cloud",
3700
3827
  "fullTitle": "SiliconCloud (SiliconFlow)",
3701
3828
  "group": "provider",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "2.44.0",
3
+ "version": "2.46.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -30,11 +30,11 @@
30
30
  "packages/*"
31
31
  ],
32
32
  "dependencies": {
33
- "@lobehub/ui": "^2.9.3",
33
+ "@lobehub/ui": "^2.24.1",
34
34
  "antd-style": "^3.7.1",
35
35
  "lucide-react": "^0.469.0",
36
36
  "polished": "^4.3.1",
37
- "react-layout-kit": "^2.0.0"
37
+ "react-layout-kit": "^2.0.1"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "antd": "^5.23.0",