@lobehub/icons 2.14.0 → 2.15.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 (108) hide show
  1. package/es/Agui/components/Avatar.d.ts +5 -0
  2. package/es/Agui/components/Avatar.js +25 -0
  3. package/es/Agui/components/Combine.d.ts +5 -0
  4. package/es/Agui/components/Combine.js +26 -0
  5. package/es/Agui/components/Mono.d.ts +3 -0
  6. package/es/Agui/components/Mono.js +41 -0
  7. package/es/Agui/components/Text.d.ts +3 -0
  8. package/es/Agui/components/Text.js +39 -0
  9. package/es/Agui/index.d.ts +13 -0
  10. package/es/Agui/index.js +12 -0
  11. package/es/Agui/style.d.ts +7 -0
  12. package/es/Agui/style.js +9 -0
  13. package/es/CopilotKit/components/Avatar.d.ts +5 -0
  14. package/es/CopilotKit/components/Avatar.js +25 -0
  15. package/es/CopilotKit/components/Color.d.ts +3 -0
  16. package/es/CopilotKit/components/Color.js +133 -0
  17. package/es/CopilotKit/components/Combine.d.ts +7 -0
  18. package/es/CopilotKit/components/Combine.js +33 -0
  19. package/es/CopilotKit/components/Mono.d.ts +3 -0
  20. package/es/CopilotKit/components/Mono.js +52 -0
  21. package/es/CopilotKit/components/Text.d.ts +3 -0
  22. package/es/CopilotKit/components/Text.js +39 -0
  23. package/es/CopilotKit/index.d.ts +15 -0
  24. package/es/CopilotKit/index.js +14 -0
  25. package/es/CopilotKit/style.d.ts +7 -0
  26. package/es/CopilotKit/style.js +9 -0
  27. package/es/ElevenX/components/Avatar.d.ts +5 -0
  28. package/es/ElevenX/components/Avatar.js +25 -0
  29. package/es/ElevenX/components/Combine.d.ts +5 -0
  30. package/es/ElevenX/components/Combine.js +26 -0
  31. package/es/ElevenX/components/Mono.d.ts +3 -0
  32. package/es/ElevenX/components/Mono.js +40 -0
  33. package/es/ElevenX/components/Text.d.ts +3 -0
  34. package/es/ElevenX/components/Text.js +39 -0
  35. package/es/ElevenX/index.d.ts +13 -0
  36. package/es/ElevenX/index.js +12 -0
  37. package/es/ElevenX/style.d.ts +7 -0
  38. package/es/ElevenX/style.js +9 -0
  39. package/es/Glama/components/Avatar.d.ts +5 -0
  40. package/es/Glama/components/Avatar.js +25 -0
  41. package/es/Glama/components/Combine.d.ts +5 -0
  42. package/es/Glama/components/Combine.js +26 -0
  43. package/es/Glama/components/Mono.d.ts +3 -0
  44. package/es/Glama/components/Mono.js +44 -0
  45. package/es/Glama/components/Text.d.ts +3 -0
  46. package/es/Glama/components/Text.js +39 -0
  47. package/es/Glama/index.d.ts +13 -0
  48. package/es/Glama/index.js +12 -0
  49. package/es/Glama/style.d.ts +7 -0
  50. package/es/Glama/style.js +9 -0
  51. package/es/Mastra/components/Avatar.d.ts +5 -0
  52. package/es/Mastra/components/Avatar.js +25 -0
  53. package/es/Mastra/components/Combine.d.ts +5 -0
  54. package/es/Mastra/components/Combine.js +26 -0
  55. package/es/Mastra/components/Mono.d.ts +3 -0
  56. package/es/Mastra/components/Mono.js +43 -0
  57. package/es/Mastra/components/Text.d.ts +3 -0
  58. package/es/Mastra/components/Text.js +39 -0
  59. package/es/Mastra/index.d.ts +13 -0
  60. package/es/Mastra/index.js +12 -0
  61. package/es/Mastra/style.d.ts +7 -0
  62. package/es/Mastra/style.js +9 -0
  63. package/es/McpSo/components/Avatar.d.ts +5 -0
  64. package/es/McpSo/components/Avatar.js +25 -0
  65. package/es/McpSo/components/Color.d.ts +3 -0
  66. package/es/McpSo/components/Color.js +42 -0
  67. package/es/McpSo/components/Combine.d.ts +7 -0
  68. package/es/McpSo/components/Combine.js +32 -0
  69. package/es/McpSo/components/Mono.d.ts +3 -0
  70. package/es/McpSo/components/Mono.js +42 -0
  71. package/es/McpSo/components/Text.d.ts +3 -0
  72. package/es/McpSo/components/Text.js +39 -0
  73. package/es/McpSo/index.d.ts +15 -0
  74. package/es/McpSo/index.js +14 -0
  75. package/es/McpSo/style.d.ts +7 -0
  76. package/es/McpSo/style.js +9 -0
  77. package/es/Smithery/components/Avatar.d.ts +5 -0
  78. package/es/Smithery/components/Avatar.js +25 -0
  79. package/es/Smithery/components/Color.d.ts +3 -0
  80. package/es/Smithery/components/Color.js +42 -0
  81. package/es/Smithery/components/Combine.d.ts +7 -0
  82. package/es/Smithery/components/Combine.js +32 -0
  83. package/es/Smithery/components/Mono.d.ts +3 -0
  84. package/es/Smithery/components/Mono.js +40 -0
  85. package/es/Smithery/components/Text.d.ts +3 -0
  86. package/es/Smithery/components/Text.js +39 -0
  87. package/es/Smithery/index.d.ts +15 -0
  88. package/es/Smithery/index.js +14 -0
  89. package/es/Smithery/style.d.ts +7 -0
  90. package/es/Smithery/style.js +9 -0
  91. package/es/Tavily/components/Avatar.d.ts +5 -0
  92. package/es/Tavily/components/Avatar.js +25 -0
  93. package/es/Tavily/components/Color.d.ts +3 -0
  94. package/es/Tavily/components/Color.js +54 -0
  95. package/es/Tavily/components/Combine.d.ts +7 -0
  96. package/es/Tavily/components/Combine.js +32 -0
  97. package/es/Tavily/components/Mono.d.ts +3 -0
  98. package/es/Tavily/components/Mono.js +40 -0
  99. package/es/Tavily/components/Text.d.ts +3 -0
  100. package/es/Tavily/components/Text.js +39 -0
  101. package/es/Tavily/index.d.ts +15 -0
  102. package/es/Tavily/index.js +14 -0
  103. package/es/Tavily/style.d.ts +7 -0
  104. package/es/Tavily/style.js +9 -0
  105. package/es/icons.d.ts +8 -0
  106. package/es/icons.js +8 -0
  107. package/es/toc.js +144 -0
  108. package/package.json +1 -1
package/es/toc.js CHANGED
@@ -34,6 +34,24 @@ var toc = [{
34
34
  "hasTextColor": false
35
35
  },
36
36
  "title": "AdobeFirefly"
37
+ }, {
38
+ "color": "#fff",
39
+ "desc": "https://ag-ui.com",
40
+ "docsUrl": "agui",
41
+ "fullTitle": "AG-UI",
42
+ "group": "application",
43
+ "id": "Agui",
44
+ "param": {
45
+ "hasAvatar": true,
46
+ "hasBrand": false,
47
+ "hasBrandColor": false,
48
+ "hasColor": false,
49
+ "hasCombine": true,
50
+ "hasText": true,
51
+ "hasTextCn": false,
52
+ "hasTextColor": false
53
+ },
54
+ "title": "AG-UI"
37
55
  }, {
38
56
  "color": "#E91E63",
39
57
  "colorGradient": "linear-gradient(-45deg, #F68CB2, #E91E63)",
@@ -833,6 +851,24 @@ var toc = [{
833
851
  "hasTextColor": false
834
852
  },
835
853
  "title": "Copilot"
854
+ }, {
855
+ "color": "#fff",
856
+ "desc": "https://copilotkit.ai",
857
+ "docsUrl": "copilot-kit",
858
+ "fullTitle": "CopilotKit",
859
+ "group": "application",
860
+ "id": "CopilotKit",
861
+ "param": {
862
+ "hasAvatar": true,
863
+ "hasBrand": false,
864
+ "hasBrandColor": false,
865
+ "hasColor": true,
866
+ "hasCombine": true,
867
+ "hasText": true,
868
+ "hasTextCn": false,
869
+ "hasTextColor": false
870
+ },
871
+ "title": "CopilotKit"
836
872
  }, {
837
873
  "color": "#03363D",
838
874
  "desc": "https://github.com/coqui-ai/TTS",
@@ -1140,6 +1176,24 @@ var toc = [{
1140
1176
  "hasTextColor": false
1141
1177
  },
1142
1178
  "title": "ElevenLabs"
1179
+ }, {
1180
+ "color": "#fff",
1181
+ "desc": "https://11x.ai",
1182
+ "docsUrl": "eleven-x",
1183
+ "fullTitle": "11x",
1184
+ "group": "application",
1185
+ "id": "ElevenX",
1186
+ "param": {
1187
+ "hasAvatar": true,
1188
+ "hasBrand": false,
1189
+ "hasBrandColor": false,
1190
+ "hasColor": false,
1191
+ "hasCombine": true,
1192
+ "hasText": true,
1193
+ "hasTextCn": false,
1194
+ "hasTextColor": false
1195
+ },
1196
+ "title": "11x"
1143
1197
  }, {
1144
1198
  "color": "#1f40ed",
1145
1199
  "desc": "https://exa.ai",
@@ -1429,6 +1483,24 @@ var toc = [{
1429
1483
  "hasTextColor": false
1430
1484
  },
1431
1485
  "title": "GithubCopilot"
1486
+ }, {
1487
+ "color": "#000",
1488
+ "desc": "https://glama.ai",
1489
+ "docsUrl": "glama",
1490
+ "fullTitle": "Glama",
1491
+ "group": "application",
1492
+ "id": "Glama",
1493
+ "param": {
1494
+ "hasAvatar": true,
1495
+ "hasBrand": false,
1496
+ "hasBrandColor": false,
1497
+ "hasColor": false,
1498
+ "hasCombine": true,
1499
+ "hasText": true,
1500
+ "hasTextCn": false,
1501
+ "hasTextColor": false
1502
+ },
1503
+ "title": "Glama"
1432
1504
  }, {
1433
1505
  "color": "#000",
1434
1506
  "desc": "https://glif.app",
@@ -2244,6 +2316,42 @@ var toc = [{
2244
2316
  "hasTextColor": false
2245
2317
  },
2246
2318
  "title": "Manus"
2319
+ }, {
2320
+ "color": "#000",
2321
+ "desc": "https://mastra.ai",
2322
+ "docsUrl": "mastra",
2323
+ "fullTitle": "Mastra",
2324
+ "group": "application",
2325
+ "id": "Mastra",
2326
+ "param": {
2327
+ "hasAvatar": true,
2328
+ "hasBrand": false,
2329
+ "hasBrandColor": false,
2330
+ "hasColor": false,
2331
+ "hasCombine": true,
2332
+ "hasText": true,
2333
+ "hasTextCn": false,
2334
+ "hasTextColor": false
2335
+ },
2336
+ "title": "Mastra"
2337
+ }, {
2338
+ "color": "#1C3F6B",
2339
+ "desc": "https://mcp.so",
2340
+ "docsUrl": "mcp-so",
2341
+ "fullTitle": "MCP.so",
2342
+ "group": "application",
2343
+ "id": "McpSo",
2344
+ "param": {
2345
+ "hasAvatar": true,
2346
+ "hasBrand": false,
2347
+ "hasBrandColor": false,
2348
+ "hasColor": true,
2349
+ "hasCombine": true,
2350
+ "hasText": true,
2351
+ "hasTextCn": false,
2352
+ "hasTextColor": false
2353
+ },
2354
+ "title": "MCP.so"
2247
2355
  }, {
2248
2356
  "color": "#1d65c1",
2249
2357
  "colorGradient": "linear-gradient(45deg, #007FF8, #0668E1, #007FF8)",
@@ -3188,6 +3296,24 @@ var toc = [{
3188
3296
  "hasTextColor": false
3189
3297
  },
3190
3298
  "title": "SiliconCloud"
3299
+ }, {
3300
+ "color": "#EA580C",
3301
+ "desc": "https://smithery.ai",
3302
+ "docsUrl": "smithery",
3303
+ "fullTitle": "Smithery",
3304
+ "group": "application",
3305
+ "id": "Smithery",
3306
+ "param": {
3307
+ "hasAvatar": true,
3308
+ "hasBrand": false,
3309
+ "hasBrandColor": false,
3310
+ "hasColor": true,
3311
+ "hasCombine": true,
3312
+ "hasText": true,
3313
+ "hasTextCn": false,
3314
+ "hasTextColor": false
3315
+ },
3316
+ "title": "Smithery"
3191
3317
  }, {
3192
3318
  "color": "#249EDC",
3193
3319
  "desc": "https://snowflake.com",
@@ -3352,6 +3478,24 @@ var toc = [{
3352
3478
  "hasTextColor": false
3353
3479
  },
3354
3480
  "title": "Targon"
3481
+ }, {
3482
+ "color": "#fff",
3483
+ "desc": "https://tavily.com",
3484
+ "docsUrl": "tavily",
3485
+ "fullTitle": "Tavily",
3486
+ "group": "application",
3487
+ "id": "Tavily",
3488
+ "param": {
3489
+ "hasAvatar": true,
3490
+ "hasBrand": false,
3491
+ "hasBrandColor": false,
3492
+ "hasColor": true,
3493
+ "hasCombine": true,
3494
+ "hasText": true,
3495
+ "hasTextCn": false,
3496
+ "hasTextColor": false
3497
+ },
3498
+ "title": "Tavily"
3355
3499
  }, {
3356
3500
  "color": "#0052D9",
3357
3501
  "desc": "https://tencent.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "2.14.0",
3
+ "version": "2.15.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",