@lobehub/icons 4.6.0 → 4.8.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 (185) hide show
  1. package/README.md +18 -19
  2. package/es/Amp/components/Avatar.d.ts +5 -0
  3. package/es/Amp/components/Avatar.js +25 -0
  4. package/es/Amp/components/Color.d.ts +3 -0
  5. package/es/Amp/components/Color.js +45 -0
  6. package/es/Amp/components/Combine.d.ts +7 -0
  7. package/es/Amp/components/Combine.js +32 -0
  8. package/es/Amp/components/Mono.d.ts +3 -0
  9. package/es/Amp/components/Mono.js +44 -0
  10. package/es/Amp/components/Text.d.ts +3 -0
  11. package/es/Amp/components/Text.js +39 -0
  12. package/es/Amp/index.d.ts +15 -0
  13. package/es/Amp/index.js +14 -0
  14. package/es/Amp/style.d.ts +7 -0
  15. package/es/Amp/style.js +9 -0
  16. package/es/Antigravity/components/Avatar.d.ts +5 -0
  17. package/es/Antigravity/components/Avatar.js +25 -0
  18. package/es/Antigravity/components/Color.d.ts +3 -0
  19. package/es/Antigravity/components/Color.js +348 -0
  20. package/es/Antigravity/components/Combine.d.ts +7 -0
  21. package/es/Antigravity/components/Combine.js +32 -0
  22. package/es/Antigravity/components/Mono.d.ts +3 -0
  23. package/es/Antigravity/components/Mono.js +40 -0
  24. package/es/Antigravity/components/Text.d.ts +3 -0
  25. package/es/Antigravity/components/Text.js +39 -0
  26. package/es/Antigravity/index.d.ts +16 -0
  27. package/es/Antigravity/index.js +14 -0
  28. package/es/Antigravity/style.d.ts +7 -0
  29. package/es/Antigravity/style.js +9 -0
  30. package/es/CherryStudio/components/Avatar.d.ts +5 -0
  31. package/es/CherryStudio/components/Avatar.js +25 -0
  32. package/es/CherryStudio/components/Color.d.ts +3 -0
  33. package/es/CherryStudio/components/Color.js +45 -0
  34. package/es/CherryStudio/components/Combine.d.ts +7 -0
  35. package/es/CherryStudio/components/Combine.js +32 -0
  36. package/es/CherryStudio/components/Mono.d.ts +3 -0
  37. package/es/CherryStudio/components/Mono.js +44 -0
  38. package/es/CherryStudio/components/Text.d.ts +3 -0
  39. package/es/CherryStudio/components/Text.js +57 -0
  40. package/es/CherryStudio/index.d.ts +15 -0
  41. package/es/CherryStudio/index.js +14 -0
  42. package/es/CherryStudio/style.d.ts +7 -0
  43. package/es/CherryStudio/style.js +9 -0
  44. package/es/ClaudeCode/components/Avatar.d.ts +5 -0
  45. package/es/ClaudeCode/components/Avatar.js +25 -0
  46. package/es/ClaudeCode/components/Color.d.ts +3 -0
  47. package/es/ClaudeCode/components/Color.js +41 -0
  48. package/es/ClaudeCode/components/Combine.d.ts +7 -0
  49. package/es/ClaudeCode/components/Combine.js +32 -0
  50. package/es/ClaudeCode/components/Mono.d.ts +3 -0
  51. package/es/ClaudeCode/components/Mono.js +41 -0
  52. package/es/ClaudeCode/components/Text.d.ts +3 -0
  53. package/es/ClaudeCode/components/Text.js +40 -0
  54. package/es/ClaudeCode/index.d.ts +16 -0
  55. package/es/ClaudeCode/index.js +14 -0
  56. package/es/ClaudeCode/style.d.ts +7 -0
  57. package/es/ClaudeCode/style.js +9 -0
  58. package/es/Codex/components/Avatar.d.ts +5 -0
  59. package/es/Codex/components/Avatar.js +25 -0
  60. package/es/Codex/components/Color.d.ts +3 -0
  61. package/es/Codex/components/Color.js +64 -0
  62. package/es/Codex/components/Combine.d.ts +7 -0
  63. package/es/Codex/components/Combine.js +32 -0
  64. package/es/Codex/components/Inner.d.ts +3 -0
  65. package/es/Codex/components/Inner.js +63 -0
  66. package/es/Codex/components/Mono.d.ts +3 -0
  67. package/es/Codex/components/Mono.js +41 -0
  68. package/es/Codex/components/Text.d.ts +3 -0
  69. package/es/Codex/components/Text.js +39 -0
  70. package/es/Codex/index.d.ts +15 -0
  71. package/es/Codex/index.js +14 -0
  72. package/es/Codex/style.d.ts +7 -0
  73. package/es/Codex/style.js +9 -0
  74. package/es/Junie/components/Avatar.d.ts +5 -0
  75. package/es/Junie/components/Avatar.js +25 -0
  76. package/es/Junie/components/Color.d.ts +3 -0
  77. package/es/Junie/components/Color.js +39 -0
  78. package/es/Junie/components/Combine.d.ts +7 -0
  79. package/es/Junie/components/Combine.js +32 -0
  80. package/es/Junie/components/Mono.d.ts +3 -0
  81. package/es/Junie/components/Mono.js +40 -0
  82. package/es/Junie/components/Text.d.ts +3 -0
  83. package/es/Junie/components/Text.js +39 -0
  84. package/es/Junie/index.d.ts +15 -0
  85. package/es/Junie/index.js +14 -0
  86. package/es/Junie/style.d.ts +7 -0
  87. package/es/Junie/style.js +9 -0
  88. package/es/KiloCode/components/Avatar.d.ts +5 -0
  89. package/es/KiloCode/components/Avatar.js +25 -0
  90. package/es/KiloCode/components/Combine.d.ts +5 -0
  91. package/es/KiloCode/components/Combine.js +26 -0
  92. package/es/KiloCode/components/Inner.d.ts +3 -0
  93. package/es/KiloCode/components/Inner.js +40 -0
  94. package/es/KiloCode/components/Mono.d.ts +3 -0
  95. package/es/KiloCode/components/Mono.js +40 -0
  96. package/es/KiloCode/components/Text.d.ts +3 -0
  97. package/es/KiloCode/components/Text.js +39 -0
  98. package/es/KiloCode/index.d.ts +13 -0
  99. package/es/KiloCode/index.js +12 -0
  100. package/es/KiloCode/style.d.ts +7 -0
  101. package/es/KiloCode/style.js +9 -0
  102. package/es/NanoBanana/components/Avatar.d.ts +5 -0
  103. package/es/NanoBanana/components/Avatar.js +25 -0
  104. package/es/NanoBanana/components/Color.d.ts +3 -0
  105. package/es/NanoBanana/components/Color.js +56 -0
  106. package/es/NanoBanana/components/Combine.d.ts +7 -0
  107. package/es/NanoBanana/components/Combine.js +32 -0
  108. package/es/NanoBanana/components/Inner.d.ts +3 -0
  109. package/es/NanoBanana/components/Inner.js +59 -0
  110. package/es/NanoBanana/components/Mono.d.ts +3 -0
  111. package/es/NanoBanana/components/Mono.js +40 -0
  112. package/es/NanoBanana/components/Text.d.ts +3 -0
  113. package/es/NanoBanana/components/Text.js +39 -0
  114. package/es/NanoBanana/index.d.ts +16 -0
  115. package/es/NanoBanana/index.js +14 -0
  116. package/es/NanoBanana/style.d.ts +7 -0
  117. package/es/NanoBanana/style.js +9 -0
  118. package/es/OpenCode/components/Avatar.d.ts +5 -0
  119. package/es/OpenCode/components/Avatar.js +25 -0
  120. package/es/OpenCode/components/Combine.d.ts +5 -0
  121. package/es/OpenCode/components/Combine.js +24 -0
  122. package/es/OpenCode/components/Mono.d.ts +3 -0
  123. package/es/OpenCode/components/Mono.js +40 -0
  124. package/es/OpenCode/components/Text.d.ts +3 -0
  125. package/es/OpenCode/components/Text.js +81 -0
  126. package/es/OpenCode/index.d.ts +13 -0
  127. package/es/OpenCode/index.js +12 -0
  128. package/es/OpenCode/style.d.ts +7 -0
  129. package/es/OpenCode/style.js +9 -0
  130. package/es/OpenHands/components/Avatar.d.ts +5 -0
  131. package/es/OpenHands/components/Avatar.js +25 -0
  132. package/es/OpenHands/components/Color.d.ts +3 -0
  133. package/es/OpenHands/components/Color.js +47 -0
  134. package/es/OpenHands/components/Combine.d.ts +7 -0
  135. package/es/OpenHands/components/Combine.js +32 -0
  136. package/es/OpenHands/components/Mono.d.ts +3 -0
  137. package/es/OpenHands/components/Mono.js +43 -0
  138. package/es/OpenHands/components/Text.d.ts +3 -0
  139. package/es/OpenHands/components/Text.js +39 -0
  140. package/es/OpenHands/index.d.ts +15 -0
  141. package/es/OpenHands/index.js +14 -0
  142. package/es/OpenHands/style.d.ts +7 -0
  143. package/es/OpenHands/style.js +9 -0
  144. package/es/RooCode/components/Avatar.d.ts +5 -0
  145. package/es/RooCode/components/Avatar.js +25 -0
  146. package/es/RooCode/components/Combine.d.ts +5 -0
  147. package/es/RooCode/components/Combine.js +26 -0
  148. package/es/RooCode/components/Mono.d.ts +3 -0
  149. package/es/RooCode/components/Mono.js +40 -0
  150. package/es/RooCode/components/Text.d.ts +3 -0
  151. package/es/RooCode/components/Text.js +39 -0
  152. package/es/RooCode/index.d.ts +13 -0
  153. package/es/RooCode/index.js +12 -0
  154. package/es/RooCode/style.d.ts +7 -0
  155. package/es/RooCode/style.js +9 -0
  156. package/es/Zencoder/components/Avatar.d.ts +5 -0
  157. package/es/Zencoder/components/Avatar.js +25 -0
  158. package/es/Zencoder/components/Color.d.ts +3 -0
  159. package/es/Zencoder/components/Color.js +39 -0
  160. package/es/Zencoder/components/Combine.d.ts +7 -0
  161. package/es/Zencoder/components/Combine.js +32 -0
  162. package/es/Zencoder/components/Mono.d.ts +3 -0
  163. package/es/Zencoder/components/Mono.js +40 -0
  164. package/es/Zencoder/components/Text.d.ts +3 -0
  165. package/es/Zencoder/components/Text.js +39 -0
  166. package/es/Zencoder/index.d.ts +15 -0
  167. package/es/Zencoder/index.js +14 -0
  168. package/es/Zencoder/style.d.ts +7 -0
  169. package/es/Zencoder/style.js +9 -0
  170. package/es/features/AgentIcon/DefaultAvatar.d.ts +4 -0
  171. package/es/features/AgentIcon/DefaultAvatar.js +40 -0
  172. package/es/features/AgentIcon/DefaultIcon.d.ts +9 -0
  173. package/es/features/AgentIcon/DefaultIcon.js +26 -0
  174. package/es/features/AgentIcon/index.d.ts +11 -0
  175. package/es/features/AgentIcon/index.js +95 -0
  176. package/es/features/ProviderIcon/DefaultIcon.js +2 -2
  177. package/es/features/agentConfig.d.ts +19 -0
  178. package/es/features/agentConfig.js +129 -0
  179. package/es/features/index.d.ts +2 -0
  180. package/es/features/index.js +2 -0
  181. package/es/features/modelConfig.js +4 -0
  182. package/es/icons.d.ts +12 -0
  183. package/es/icons.js +12 -0
  184. package/es/toc.js +216 -0
  185. package/package.json +1 -1
package/es/toc.js CHANGED
@@ -270,6 +270,24 @@ var toc = [{
270
270
  "hasTextColor": false
271
271
  },
272
272
  "title": "AlibabaCloud"
273
+ }, {
274
+ "color": "#F34E3F",
275
+ "desc": "https://ampcode.com",
276
+ "docsUrl": "amp",
277
+ "fullTitle": "Amp",
278
+ "group": "application",
279
+ "id": "Amp",
280
+ "param": {
281
+ "hasAvatar": true,
282
+ "hasBrand": false,
283
+ "hasBrandColor": false,
284
+ "hasColor": true,
285
+ "hasCombine": true,
286
+ "hasText": true,
287
+ "hasTextCn": false,
288
+ "hasTextColor": false
289
+ },
290
+ "title": "Amp"
273
291
  }, {
274
292
  "color": "#1677ff",
275
293
  "desc": "https://antgroup.com",
@@ -306,6 +324,24 @@ var toc = [{
306
324
  "hasTextColor": false
307
325
  },
308
326
  "title": "Anthropic"
327
+ }, {
328
+ "color": "#fff",
329
+ "desc": "https://antigravity.google",
330
+ "docsUrl": "antigravity",
331
+ "fullTitle": "Antigravity (Google)",
332
+ "group": "application",
333
+ "id": "Antigravity",
334
+ "param": {
335
+ "hasAvatar": true,
336
+ "hasBrand": false,
337
+ "hasBrandColor": false,
338
+ "hasColor": true,
339
+ "hasCombine": true,
340
+ "hasText": true,
341
+ "hasTextCn": false,
342
+ "hasTextColor": false
343
+ },
344
+ "title": "Antigravity"
309
345
  }, {
310
346
  "color": "#0163FB",
311
347
  "desc": "https://anyscale.com",
@@ -796,6 +832,24 @@ var toc = [{
796
832
  "hasTextColor": false
797
833
  },
798
834
  "title": "ChatGLM"
835
+ }, {
836
+ "color": "#EA5E5D",
837
+ "desc": "https://cherry-ai.com",
838
+ "docsUrl": "cherry-studio",
839
+ "fullTitle": "Cherry Studio",
840
+ "group": "application",
841
+ "id": "CherryStudio",
842
+ "param": {
843
+ "hasAvatar": true,
844
+ "hasBrand": false,
845
+ "hasBrandColor": false,
846
+ "hasColor": true,
847
+ "hasCombine": true,
848
+ "hasText": true,
849
+ "hasTextCn": false,
850
+ "hasTextColor": false
851
+ },
852
+ "title": "CherryStudio"
799
853
  }, {
800
854
  "color": "#fff",
801
855
  "desc": "https://civitai.com",
@@ -832,6 +886,24 @@ var toc = [{
832
886
  "hasTextColor": false
833
887
  },
834
888
  "title": "Claude"
889
+ }, {
890
+ "color": "#D97757",
891
+ "desc": "https://code.claude.com",
892
+ "docsUrl": "claude-code",
893
+ "fullTitle": "Claude Code",
894
+ "group": "application",
895
+ "id": "ClaudeCode",
896
+ "param": {
897
+ "hasAvatar": true,
898
+ "hasBrand": false,
899
+ "hasBrandColor": false,
900
+ "hasColor": true,
901
+ "hasCombine": true,
902
+ "hasText": true,
903
+ "hasTextCn": false,
904
+ "hasTextColor": false
905
+ },
906
+ "title": "Antigravity"
835
907
  }, {
836
908
  "color": "#323B43",
837
909
  "desc": "https://cline.bot",
@@ -923,6 +995,24 @@ var toc = [{
923
995
  "hasTextColor": false
924
996
  },
925
997
  "title": "CodeGeeX"
998
+ }, {
999
+ "color": "#fff",
1000
+ "desc": "https://openai.com/codex",
1001
+ "docsUrl": "codex",
1002
+ "fullTitle": "Codex (OpenAI)",
1003
+ "group": "model",
1004
+ "id": "Codex",
1005
+ "param": {
1006
+ "hasAvatar": true,
1007
+ "hasBrand": false,
1008
+ "hasBrandColor": false,
1009
+ "hasColor": true,
1010
+ "hasCombine": true,
1011
+ "hasText": true,
1012
+ "hasTextCn": false,
1013
+ "hasTextColor": false
1014
+ },
1015
+ "title": "Codex"
926
1016
  }, {
927
1017
  "color": "#000",
928
1018
  "desc": "https://github.com/THUDM/CogVideo",
@@ -2332,6 +2422,42 @@ var toc = [{
2332
2422
  "hasTextColor": false
2333
2423
  },
2334
2424
  "title": "Jina"
2425
+ }, {
2426
+ "color": "#47E054",
2427
+ "desc": "https://jetbrains.com/junie",
2428
+ "docsUrl": "junie",
2429
+ "fullTitle": "Junie",
2430
+ "group": "application",
2431
+ "id": "Junie",
2432
+ "param": {
2433
+ "hasAvatar": true,
2434
+ "hasBrand": false,
2435
+ "hasBrandColor": false,
2436
+ "hasColor": true,
2437
+ "hasCombine": true,
2438
+ "hasText": true,
2439
+ "hasTextCn": false,
2440
+ "hasTextColor": false
2441
+ },
2442
+ "title": "Junie"
2443
+ }, {
2444
+ "color": "#F8F676",
2445
+ "desc": "https://kilo.ai",
2446
+ "docsUrl": "kilo-code",
2447
+ "fullTitle": "Kilo Code",
2448
+ "group": "application",
2449
+ "id": "KiloCode",
2450
+ "param": {
2451
+ "hasAvatar": true,
2452
+ "hasBrand": false,
2453
+ "hasBrandColor": false,
2454
+ "hasColor": false,
2455
+ "hasCombine": true,
2456
+ "hasText": true,
2457
+ "hasTextCn": false,
2458
+ "hasTextColor": false
2459
+ },
2460
+ "title": "Kilo Code"
2335
2461
  }, {
2336
2462
  "color": "#000",
2337
2463
  "desc": "https://kimi.moonshot.cn",
@@ -3167,6 +3293,24 @@ var toc = [{
3167
3293
  "hasTextColor": false
3168
3294
  },
3169
3295
  "title": "NPLCloud"
3296
+ }, {
3297
+ "color": "#FCD53F",
3298
+ "desc": "https://gemini.google/overview/image-generation",
3299
+ "docsUrl": "nano-banana",
3300
+ "fullTitle": "Nano Banana (Google)",
3301
+ "group": "model",
3302
+ "id": "NanoBanana",
3303
+ "param": {
3304
+ "hasAvatar": true,
3305
+ "hasBrand": false,
3306
+ "hasBrandColor": false,
3307
+ "hasColor": true,
3308
+ "hasCombine": true,
3309
+ "hasText": true,
3310
+ "hasTextCn": false,
3311
+ "hasTextColor": false
3312
+ },
3313
+ "title": "NanoBanana"
3170
3314
  }, {
3171
3315
  "color": "#DAFF33",
3172
3316
  "desc": "https://nebius.com",
@@ -3402,6 +3546,42 @@ var toc = [{
3402
3546
  "hasTextColor": false
3403
3547
  },
3404
3548
  "title": "OpenClaw"
3549
+ }, {
3550
+ "color": "#000",
3551
+ "desc": "https://opencode.ai",
3552
+ "docsUrl": "open-code",
3553
+ "fullTitle": "opencode",
3554
+ "group": "application",
3555
+ "id": "OpenCode",
3556
+ "param": {
3557
+ "hasAvatar": true,
3558
+ "hasBrand": false,
3559
+ "hasBrandColor": false,
3560
+ "hasColor": false,
3561
+ "hasCombine": true,
3562
+ "hasText": true,
3563
+ "hasTextCn": false,
3564
+ "hasTextColor": false
3565
+ },
3566
+ "title": "opencode"
3567
+ }, {
3568
+ "color": "#fff",
3569
+ "desc": "https://openhands.dev",
3570
+ "docsUrl": "open-hands",
3571
+ "fullTitle": "OpenHands",
3572
+ "group": "application",
3573
+ "id": "OpenHands",
3574
+ "param": {
3575
+ "hasAvatar": true,
3576
+ "hasBrand": false,
3577
+ "hasBrandColor": false,
3578
+ "hasColor": true,
3579
+ "hasCombine": true,
3580
+ "hasText": true,
3581
+ "hasTextCn": false,
3582
+ "hasTextColor": false
3583
+ },
3584
+ "title": "OpenHands"
3405
3585
  }, {
3406
3586
  "color": "#6566F1",
3407
3587
  "desc": "https://openrouter.ai",
@@ -3819,6 +3999,24 @@ var toc = [{
3819
3999
  "hasTextColor": false
3820
4000
  },
3821
4001
  "title": "Replit"
4002
+ }, {
4003
+ "color": "#000",
4004
+ "desc": "https://roocode.com",
4005
+ "docsUrl": "roo-code",
4006
+ "fullTitle": "RooCode",
4007
+ "group": "application",
4008
+ "id": "RooCode",
4009
+ "param": {
4010
+ "hasAvatar": true,
4011
+ "hasBrand": false,
4012
+ "hasBrandColor": false,
4013
+ "hasColor": false,
4014
+ "hasCombine": true,
4015
+ "hasText": true,
4016
+ "hasTextCn": false,
4017
+ "hasTextColor": false
4018
+ },
4019
+ "title": "RooCode"
3822
4020
  }, {
3823
4021
  "color": "#fff",
3824
4022
  "desc": "https://runwayml.com",
@@ -4890,6 +5088,24 @@ var toc = [{
4890
5088
  "hasTextColor": false
4891
5089
  },
4892
5090
  "title": "ZenMux"
5091
+ }, {
5092
+ "color": "#E65C2C",
5093
+ "desc": "https://zencoder.ai",
5094
+ "docsUrl": "zencoder",
5095
+ "fullTitle": "Zencoder",
5096
+ "group": "application",
5097
+ "id": "Zencoder",
5098
+ "param": {
5099
+ "hasAvatar": true,
5100
+ "hasBrand": false,
5101
+ "hasBrandColor": false,
5102
+ "hasColor": true,
5103
+ "hasCombine": true,
5104
+ "hasText": true,
5105
+ "hasTextCn": false,
5106
+ "hasTextColor": false
5107
+ },
5108
+ "title": "Zencoder"
4893
5109
  }, {
4894
5110
  "color": "#003425",
4895
5111
  "desc": "https://lingyiwanwu.com/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "4.6.0",
3
+ "version": "4.8.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",