@lobehub/icons 1.82.0 → 1.84.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 (63) hide show
  1. package/README.md +44 -44
  2. package/es/CommandA/components/Avatar.d.ts +5 -0
  3. package/es/CommandA/components/Avatar.js +26 -0
  4. package/es/CommandA/components/Color.d.ts +1 -0
  5. package/es/CommandA/components/Color.js +3 -0
  6. package/es/CommandA/components/Combine.d.ts +7 -0
  7. package/es/CommandA/components/Combine.js +32 -0
  8. package/es/CommandA/components/Mono.d.ts +1 -0
  9. package/es/CommandA/components/Mono.js +3 -0
  10. package/es/CommandA/components/Text.d.ts +3 -0
  11. package/es/CommandA/components/Text.js +42 -0
  12. package/es/CommandA/index.d.ts +15 -0
  13. package/es/CommandA/index.js +16 -0
  14. package/es/CommandA/style.d.ts +4 -0
  15. package/es/CommandA/style.js +4 -0
  16. package/es/LangChain/components/Color.js +2 -2
  17. package/es/LangChain/components/Mono.js +2 -2
  18. package/es/LangGraph/components/Avatar.d.ts +5 -0
  19. package/es/LangGraph/components/Avatar.js +26 -0
  20. package/es/LangGraph/components/Color.d.ts +3 -0
  21. package/es/LangGraph/components/Color.js +42 -0
  22. package/es/LangGraph/components/Combine.d.ts +7 -0
  23. package/es/LangGraph/components/Combine.js +32 -0
  24. package/es/LangGraph/components/Mono.d.ts +3 -0
  25. package/es/LangGraph/components/Mono.js +42 -0
  26. package/es/LangGraph/components/Text.d.ts +3 -0
  27. package/es/LangGraph/components/Text.js +40 -0
  28. package/es/LangGraph/index.d.ts +15 -0
  29. package/es/LangGraph/index.js +16 -0
  30. package/es/LangGraph/style.d.ts +4 -0
  31. package/es/LangGraph/style.js +4 -0
  32. package/es/LangSmith/components/Avatar.d.ts +5 -0
  33. package/es/LangSmith/components/Avatar.js +26 -0
  34. package/es/LangSmith/components/Color.d.ts +3 -0
  35. package/es/LangSmith/components/Color.js +40 -0
  36. package/es/LangSmith/components/Combine.d.ts +7 -0
  37. package/es/LangSmith/components/Combine.js +32 -0
  38. package/es/LangSmith/components/Mono.d.ts +3 -0
  39. package/es/LangSmith/components/Mono.js +41 -0
  40. package/es/LangSmith/components/Text.d.ts +3 -0
  41. package/es/LangSmith/components/Text.js +40 -0
  42. package/es/LangSmith/index.d.ts +15 -0
  43. package/es/LangSmith/index.js +16 -0
  44. package/es/LangSmith/style.d.ts +4 -0
  45. package/es/LangSmith/style.js +4 -0
  46. package/es/LlamaIndex/components/Avatar.d.ts +5 -0
  47. package/es/LlamaIndex/components/Avatar.js +27 -0
  48. package/es/LlamaIndex/components/Color.d.ts +3 -0
  49. package/es/LlamaIndex/components/Color.js +66 -0
  50. package/es/LlamaIndex/components/Combine.d.ts +7 -0
  51. package/es/LlamaIndex/components/Combine.js +29 -0
  52. package/es/LlamaIndex/components/Mono.d.ts +3 -0
  53. package/es/LlamaIndex/components/Mono.js +41 -0
  54. package/es/LlamaIndex/components/Text.d.ts +3 -0
  55. package/es/LlamaIndex/components/Text.js +55 -0
  56. package/es/LlamaIndex/index.d.ts +15 -0
  57. package/es/LlamaIndex/index.js +16 -0
  58. package/es/LlamaIndex/style.d.ts +4 -0
  59. package/es/LlamaIndex/style.js +4 -0
  60. package/es/icons.d.ts +4 -0
  61. package/es/icons.js +4 -0
  62. package/es/toc.js +74 -2
  63. package/package.json +1 -1
package/es/toc.js CHANGED
@@ -531,7 +531,7 @@ var toc = [{
531
531
  "color": "#39594D",
532
532
  "desc": "https://cohere.com",
533
533
  "docsUrl": "cohere",
534
- "fullTitle": "Cohere (Command)",
534
+ "fullTitle": "Cohere",
535
535
  "group": "provider",
536
536
  "id": "Cohere",
537
537
  "param": {
@@ -544,7 +544,7 @@ var toc = [{
544
544
  "hasTextCn": false,
545
545
  "hasTextColor": false
546
546
  },
547
- "title": "Cohere"
547
+ "title": "CommandA"
548
548
  }, {
549
549
  "color": "#F9AB00",
550
550
  "desc": "https://colab.research.google.com/",
@@ -582,6 +582,24 @@ var toc = [{
582
582
  "hasTextColor": false
583
583
  },
584
584
  "title": "ComfyUI"
585
+ }, {
586
+ "color": "#39594D",
587
+ "desc": "https://cohere.com/blog/command",
588
+ "docsUrl": "command-a",
589
+ "fullTitle": "CommandA (Cohere)",
590
+ "group": "model",
591
+ "id": "CommandA",
592
+ "param": {
593
+ "hasAvatar": true,
594
+ "hasBrand": false,
595
+ "hasBrandColor": false,
596
+ "hasColor": true,
597
+ "hasCombine": true,
598
+ "hasText": true,
599
+ "hasTextCn": false,
600
+ "hasTextColor": false
601
+ },
602
+ "title": "CommandA"
585
603
  }, {
586
604
  "color": "#fff",
587
605
  "desc": "https://copilot.microsoft.com",
@@ -1310,6 +1328,42 @@ var toc = [{
1310
1328
  "hasTextColor": false
1311
1329
  },
1312
1330
  "title": "LangChain"
1331
+ }, {
1332
+ "color": "#1C3C3C",
1333
+ "desc": "https://langchain.com/LangGraph",
1334
+ "docsUrl": "lang-graph",
1335
+ "fullTitle": "LangGraph (LangChain)",
1336
+ "group": "application",
1337
+ "id": "LangGraph",
1338
+ "param": {
1339
+ "hasAvatar": true,
1340
+ "hasBrand": false,
1341
+ "hasBrandColor": false,
1342
+ "hasColor": true,
1343
+ "hasCombine": true,
1344
+ "hasText": true,
1345
+ "hasTextCn": false,
1346
+ "hasTextColor": false
1347
+ },
1348
+ "title": "LangGraph"
1349
+ }, {
1350
+ "color": "#1C3C3C",
1351
+ "desc": "https://langchain.com/langsmith",
1352
+ "docsUrl": "lang-smith",
1353
+ "fullTitle": "LangSmith",
1354
+ "group": "application",
1355
+ "id": "LangSmith",
1356
+ "param": {
1357
+ "hasAvatar": true,
1358
+ "hasBrand": false,
1359
+ "hasBrandColor": false,
1360
+ "hasColor": true,
1361
+ "hasCombine": true,
1362
+ "hasText": true,
1363
+ "hasTextCn": false,
1364
+ "hasTextColor": false
1365
+ },
1366
+ "title": "LangSmith"
1313
1367
  }, {
1314
1368
  "color": "#000",
1315
1369
  "desc": "https://langfuse.com",
@@ -1364,6 +1418,24 @@ var toc = [{
1364
1418
  "hasTextColor": false
1365
1419
  },
1366
1420
  "title": "LiveKit"
1421
+ }, {
1422
+ "color": "#000",
1423
+ "desc": "https://llamaindex.ai",
1424
+ "docsUrl": "llama-index",
1425
+ "fullTitle": "LlamaIndex",
1426
+ "group": "application",
1427
+ "id": "LlamaIndex",
1428
+ "param": {
1429
+ "hasAvatar": true,
1430
+ "hasBrand": false,
1431
+ "hasBrandColor": false,
1432
+ "hasColor": true,
1433
+ "hasCombine": true,
1434
+ "hasText": true,
1435
+ "hasTextCn": false,
1436
+ "hasTextColor": false
1437
+ },
1438
+ "title": "LlamaIndex"
1367
1439
  }, {
1368
1440
  "color": "#4338CA",
1369
1441
  "colorGradient": "linear-gradient(135deg, #6C78EF, #4F14BE)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.82.0",
3
+ "version": "1.84.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",