@lobehub/icons 1.95.0 → 1.96.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 (146) hide show
  1. package/README.md +76 -74
  2. package/es/AiHubMix/components/Avatar.d.ts +5 -0
  3. package/es/AiHubMix/components/Avatar.js +28 -0
  4. package/es/AiHubMix/components/Color.d.ts +3 -0
  5. package/es/AiHubMix/components/Color.js +45 -0
  6. package/es/AiHubMix/components/Combine.d.ts +7 -0
  7. package/es/AiHubMix/components/Combine.js +32 -0
  8. package/es/AiHubMix/components/Inner.d.ts +3 -0
  9. package/es/AiHubMix/components/Inner.js +52 -0
  10. package/es/AiHubMix/components/Mono.d.ts +3 -0
  11. package/es/AiHubMix/components/Mono.js +42 -0
  12. package/es/AiHubMix/components/Text.d.ts +3 -0
  13. package/es/AiHubMix/components/Text.js +41 -0
  14. package/es/AiHubMix/index.d.ts +15 -0
  15. package/es/AiHubMix/index.js +16 -0
  16. package/es/AiHubMix/style.d.ts +4 -0
  17. package/es/AiHubMix/style.js +4 -0
  18. package/es/AionLabs/components/Avatar.d.ts +5 -0
  19. package/es/AionLabs/components/Avatar.js +29 -0
  20. package/es/AionLabs/components/Color.d.ts +3 -0
  21. package/es/AionLabs/components/Color.js +217 -0
  22. package/es/AionLabs/components/Combine.d.ts +7 -0
  23. package/es/AionLabs/components/Combine.js +32 -0
  24. package/es/AionLabs/components/Mono.d.ts +3 -0
  25. package/es/AionLabs/components/Mono.js +43 -0
  26. package/es/AionLabs/components/Text.d.ts +3 -0
  27. package/es/AionLabs/components/Text.js +40 -0
  28. package/es/AionLabs/index.d.ts +15 -0
  29. package/es/AionLabs/index.js +16 -0
  30. package/es/AionLabs/style.d.ts +4 -0
  31. package/es/AionLabs/style.js +4 -0
  32. package/es/Crusoe/components/Avatar.d.ts +5 -0
  33. package/es/Crusoe/components/Avatar.js +27 -0
  34. package/es/Crusoe/components/Color.d.ts +3 -0
  35. package/es/Crusoe/components/Color.js +65 -0
  36. package/es/Crusoe/components/Combine.d.ts +7 -0
  37. package/es/Crusoe/components/Combine.js +32 -0
  38. package/es/Crusoe/components/Mono.d.ts +3 -0
  39. package/es/Crusoe/components/Mono.js +62 -0
  40. package/es/Crusoe/components/Text.d.ts +3 -0
  41. package/es/Crusoe/components/Text.js +41 -0
  42. package/es/Crusoe/index.d.ts +15 -0
  43. package/es/Crusoe/index.js +16 -0
  44. package/es/Crusoe/style.d.ts +4 -0
  45. package/es/Crusoe/style.js +4 -0
  46. package/es/Featherless/components/Avatar.d.ts +5 -0
  47. package/es/Featherless/components/Avatar.js +33 -0
  48. package/es/Featherless/components/Color.d.ts +3 -0
  49. package/es/Featherless/components/Color.js +40 -0
  50. package/es/Featherless/components/Combine.d.ts +7 -0
  51. package/es/Featherless/components/Combine.js +32 -0
  52. package/es/Featherless/components/Mono.d.ts +3 -0
  53. package/es/Featherless/components/Mono.js +41 -0
  54. package/es/Featherless/components/Text.d.ts +3 -0
  55. package/es/Featherless/components/Text.js +40 -0
  56. package/es/Featherless/index.d.ts +15 -0
  57. package/es/Featherless/index.js +16 -0
  58. package/es/Featherless/style.d.ts +4 -0
  59. package/es/Featherless/style.js +4 -0
  60. package/es/Inference/components/Avatar.d.ts +5 -0
  61. package/es/Inference/components/Avatar.js +27 -0
  62. package/es/Inference/components/Combine.d.ts +5 -0
  63. package/es/Inference/components/Combine.js +24 -0
  64. package/es/Inference/components/Mono.d.ts +3 -0
  65. package/es/Inference/components/Mono.js +41 -0
  66. package/es/Inference/components/Text.d.ts +3 -0
  67. package/es/Inference/components/Text.js +40 -0
  68. package/es/Inference/index.d.ts +13 -0
  69. package/es/Inference/index.js +14 -0
  70. package/es/Inference/style.d.ts +4 -0
  71. package/es/Inference/style.js +4 -0
  72. package/es/Infermatic/components/Avatar.d.ts +5 -0
  73. package/es/Infermatic/components/Avatar.js +30 -0
  74. package/es/Infermatic/components/Color.d.ts +3 -0
  75. package/es/Infermatic/components/Color.js +40 -0
  76. package/es/Infermatic/components/Combine.d.ts +7 -0
  77. package/es/Infermatic/components/Combine.js +32 -0
  78. package/es/Infermatic/components/Mono.d.ts +3 -0
  79. package/es/Infermatic/components/Mono.js +41 -0
  80. package/es/Infermatic/components/Text.d.ts +3 -0
  81. package/es/Infermatic/components/Text.js +40 -0
  82. package/es/Infermatic/index.d.ts +15 -0
  83. package/es/Infermatic/index.js +16 -0
  84. package/es/Infermatic/style.d.ts +4 -0
  85. package/es/Infermatic/style.js +4 -0
  86. package/es/Inflection/components/Avatar.d.ts +5 -0
  87. package/es/Inflection/components/Avatar.js +28 -0
  88. package/es/Inflection/components/Combine.d.ts +5 -0
  89. package/es/Inflection/components/Combine.js +24 -0
  90. package/es/Inflection/components/Mono.d.ts +3 -0
  91. package/es/Inflection/components/Mono.js +41 -0
  92. package/es/Inflection/components/Text.d.ts +3 -0
  93. package/es/Inflection/components/Text.js +40 -0
  94. package/es/Inflection/index.d.ts +13 -0
  95. package/es/Inflection/index.js +14 -0
  96. package/es/Inflection/style.d.ts +4 -0
  97. package/es/Inflection/style.js +4 -0
  98. package/es/LeptonAI/components/Avatar.d.ts +5 -0
  99. package/es/LeptonAI/components/Avatar.js +29 -0
  100. package/es/LeptonAI/components/Color.d.ts +3 -0
  101. package/es/LeptonAI/components/Color.js +61 -0
  102. package/es/LeptonAI/components/Combine.d.ts +7 -0
  103. package/es/LeptonAI/components/Combine.js +32 -0
  104. package/es/LeptonAI/components/Mono.d.ts +3 -0
  105. package/es/LeptonAI/components/Mono.js +57 -0
  106. package/es/LeptonAI/components/Text.d.ts +3 -0
  107. package/es/LeptonAI/components/Text.js +40 -0
  108. package/es/LeptonAI/index.d.ts +15 -0
  109. package/es/LeptonAI/index.js +16 -0
  110. package/es/LeptonAI/style.d.ts +4 -0
  111. package/es/LeptonAI/style.js +4 -0
  112. package/es/Parasail/components/Avatar.d.ts +5 -0
  113. package/es/Parasail/components/Avatar.js +28 -0
  114. package/es/Parasail/components/Combine.d.ts +5 -0
  115. package/es/Parasail/components/Combine.js +27 -0
  116. package/es/Parasail/components/Mono.d.ts +3 -0
  117. package/es/Parasail/components/Mono.js +44 -0
  118. package/es/Parasail/components/Text.d.ts +3 -0
  119. package/es/Parasail/components/Text.js +40 -0
  120. package/es/Parasail/index.d.ts +13 -0
  121. package/es/Parasail/index.js +14 -0
  122. package/es/Parasail/style.d.ts +4 -0
  123. package/es/Parasail/style.js +4 -0
  124. package/es/Targon/components/Avatar.d.ts +5 -0
  125. package/es/Targon/components/Avatar.js +28 -0
  126. package/es/Targon/components/Color.d.ts +3 -0
  127. package/es/Targon/components/Color.js +45 -0
  128. package/es/Targon/components/Combine.d.ts +7 -0
  129. package/es/Targon/components/Combine.js +32 -0
  130. package/es/Targon/components/Inner.d.ts +3 -0
  131. package/es/Targon/components/Inner.js +42 -0
  132. package/es/Targon/components/Mono.d.ts +3 -0
  133. package/es/Targon/components/Mono.js +42 -0
  134. package/es/Targon/components/Text.d.ts +3 -0
  135. package/es/Targon/components/Text.js +40 -0
  136. package/es/Targon/index.d.ts +15 -0
  137. package/es/Targon/index.js +16 -0
  138. package/es/Targon/style.d.ts +4 -0
  139. package/es/Targon/style.js +4 -0
  140. package/es/features/IconCombine/index.d.ts +1 -1
  141. package/es/features/IconCombine/index.js +1 -1
  142. package/es/features/modelConfig.js +8 -0
  143. package/es/icons.d.ts +10 -0
  144. package/es/icons.js +10 -0
  145. package/es/toc.js +180 -0
  146. package/package.json +1 -1
package/es/toc.js CHANGED
@@ -72,6 +72,24 @@ var toc = [{
72
72
  "hasTextColor": false
73
73
  },
74
74
  "title": "AI360"
75
+ }, {
76
+ "color": "#006FFB",
77
+ "desc": "https://aihubmix.com",
78
+ "docsUrl": "ai-hub-mix",
79
+ "fullTitle": "AiHubMix (推理时代)",
80
+ "group": "provider",
81
+ "id": "AiHubMix",
82
+ "param": {
83
+ "hasAvatar": true,
84
+ "hasBrand": false,
85
+ "hasBrandColor": false,
86
+ "hasColor": true,
87
+ "hasCombine": true,
88
+ "hasText": true,
89
+ "hasTextCn": false,
90
+ "hasTextColor": false
91
+ },
92
+ "title": "AiHubMix"
75
93
  }, {
76
94
  "color": "#fff",
77
95
  "desc": "https://ai-maas.wair.ac.cn",
@@ -108,6 +126,24 @@ var toc = [{
108
126
  "hasTextColor": false
109
127
  },
110
128
  "title": "Google AI Studio"
129
+ }, {
130
+ "color": "#0f172a",
131
+ "desc": "https://aionlabs.ai",
132
+ "docsUrl": "aion-labs",
133
+ "fullTitle": "AionLabs",
134
+ "group": "model",
135
+ "id": "AionLabs",
136
+ "param": {
137
+ "hasAvatar": true,
138
+ "hasBrand": false,
139
+ "hasBrandColor": false,
140
+ "hasColor": true,
141
+ "hasCombine": true,
142
+ "hasText": true,
143
+ "hasTextCn": false,
144
+ "hasTextColor": false
145
+ },
146
+ "title": "AionLabs"
111
147
  }, {
112
148
  "color": "#fff",
113
149
  "desc": "https://aleph-alpha.com",
@@ -798,6 +834,24 @@ var toc = [{
798
834
  "hasTextColor": false
799
835
  },
800
836
  "title": "CrewAI"
837
+ }, {
838
+ "color": "#fff",
839
+ "desc": "https://crusoe.ai",
840
+ "docsUrl": "crusoe",
841
+ "fullTitle": "Crusoe",
842
+ "group": "provider",
843
+ "id": "Crusoe",
844
+ "param": {
845
+ "hasAvatar": true,
846
+ "hasBrand": false,
847
+ "hasBrandColor": false,
848
+ "hasColor": true,
849
+ "hasCombine": true,
850
+ "hasText": true,
851
+ "hasTextCn": false,
852
+ "hasTextColor": false
853
+ },
854
+ "title": "Crusoe"
801
855
  }, {
802
856
  "color": "#000",
803
857
  "desc": "https://cursor.com",
@@ -1052,6 +1106,24 @@ var toc = [{
1052
1106
  "hasTextColor": false
1053
1107
  },
1054
1108
  "title": "Fal"
1109
+ }, {
1110
+ "color": "#FFE184",
1111
+ "desc": "https://featherless.ai",
1112
+ "docsUrl": "featherless",
1113
+ "fullTitle": "Featherless.ai",
1114
+ "group": "provider",
1115
+ "id": "Featherless",
1116
+ "param": {
1117
+ "hasAvatar": true,
1118
+ "hasBrand": false,
1119
+ "hasBrandColor": false,
1120
+ "hasColor": true,
1121
+ "hasCombine": true,
1122
+ "hasText": true,
1123
+ "hasTextCn": false,
1124
+ "hasTextColor": false
1125
+ },
1126
+ "title": "featherless.ai"
1055
1127
  }, {
1056
1128
  "color": "#5019C5",
1057
1129
  "desc": "https://fireworks.ai",
@@ -1542,6 +1614,42 @@ var toc = [{
1542
1614
  "hasTextColor": false
1543
1615
  },
1544
1616
  "title": "Ideogram"
1617
+ }, {
1618
+ "color": "#000",
1619
+ "desc": "https://inference.net",
1620
+ "docsUrl": "inference",
1621
+ "fullTitle": "Inference",
1622
+ "group": "provider",
1623
+ "id": "Inference",
1624
+ "param": {
1625
+ "hasAvatar": true,
1626
+ "hasBrand": false,
1627
+ "hasBrandColor": false,
1628
+ "hasColor": false,
1629
+ "hasCombine": true,
1630
+ "hasText": true,
1631
+ "hasTextCn": false,
1632
+ "hasTextColor": false
1633
+ },
1634
+ "title": "Inference"
1635
+ }, {
1636
+ "color": "#4334F5",
1637
+ "desc": "https://infermatic.ai",
1638
+ "docsUrl": "infermatic",
1639
+ "fullTitle": "Infermatic",
1640
+ "group": "provider",
1641
+ "id": "Infermatic",
1642
+ "param": {
1643
+ "hasAvatar": true,
1644
+ "hasBrand": false,
1645
+ "hasBrandColor": false,
1646
+ "hasColor": true,
1647
+ "hasCombine": true,
1648
+ "hasText": true,
1649
+ "hasTextCn": false,
1650
+ "hasTextColor": false
1651
+ },
1652
+ "title": "Infermatic"
1545
1653
  }, {
1546
1654
  "color": "#7952ea",
1547
1655
  "desc": "https://cloud.infini-ai.com",
@@ -1560,6 +1668,24 @@ var toc = [{
1560
1668
  "hasTextColor": false
1561
1669
  },
1562
1670
  "title": "Infinigence"
1671
+ }, {
1672
+ "color": "#038247",
1673
+ "desc": "https://inflection.ai",
1674
+ "docsUrl": "inflection",
1675
+ "fullTitle": "Inflection",
1676
+ "group": "model",
1677
+ "id": "Inflection",
1678
+ "param": {
1679
+ "hasAvatar": true,
1680
+ "hasBrand": false,
1681
+ "hasBrandColor": false,
1682
+ "hasColor": false,
1683
+ "hasCombine": true,
1684
+ "hasText": true,
1685
+ "hasTextCn": false,
1686
+ "hasTextColor": false
1687
+ },
1688
+ "title": "Inflection"
1563
1689
  }, {
1564
1690
  "color": "#1B3882",
1565
1691
  "desc": "https://internlm.intern-ai.org.cn",
@@ -1778,6 +1904,24 @@ var toc = [{
1778
1904
  "hasTextColor": false
1779
1905
  },
1780
1906
  "title": "Langfuse"
1907
+ }, {
1908
+ "color": "#2F80ED",
1909
+ "desc": "https://lepton.ai",
1910
+ "docsUrl": "lepton-ai",
1911
+ "fullTitle": "LeptonAI",
1912
+ "group": "provider",
1913
+ "id": "LeptonAI",
1914
+ "param": {
1915
+ "hasAvatar": true,
1916
+ "hasBrand": false,
1917
+ "hasBrandColor": false,
1918
+ "hasColor": true,
1919
+ "hasCombine": true,
1920
+ "hasText": true,
1921
+ "hasTextCn": false,
1922
+ "hasTextColor": false
1923
+ },
1924
+ "title": "LeptonAI"
1781
1925
  }, {
1782
1926
  "color": "#000",
1783
1927
  "desc": "https://lightricks.com",
@@ -2413,6 +2557,24 @@ var toc = [{
2413
2557
  "hasTextColor": false
2414
2558
  },
2415
2559
  "title": "PaLM"
2560
+ }, {
2561
+ "color": "#000",
2562
+ "desc": "https://parasail.io/",
2563
+ "docsUrl": "parasail",
2564
+ "fullTitle": "Parasail",
2565
+ "group": "provider",
2566
+ "id": "Parasail",
2567
+ "param": {
2568
+ "hasAvatar": true,
2569
+ "hasBrand": false,
2570
+ "hasBrandColor": false,
2571
+ "hasColor": false,
2572
+ "hasCombine": true,
2573
+ "hasText": true,
2574
+ "hasTextCn": false,
2575
+ "hasTextColor": false
2576
+ },
2577
+ "title": "Parasail"
2416
2578
  }, {
2417
2579
  "color": "#22B8CD",
2418
2580
  "desc": "https://perplexity.ai",
@@ -2921,6 +3083,24 @@ var toc = [{
2921
3083
  "hasTextColor": false
2922
3084
  },
2923
3085
  "title": "Technology Innovation Institute"
3086
+ }, {
3087
+ "color": "#68C3FF",
3088
+ "desc": "https://targon.com",
3089
+ "docsUrl": "targon",
3090
+ "fullTitle": "Targon",
3091
+ "group": "provider",
3092
+ "id": "Targon",
3093
+ "param": {
3094
+ "hasAvatar": true,
3095
+ "hasBrand": false,
3096
+ "hasBrandColor": false,
3097
+ "hasColor": true,
3098
+ "hasCombine": true,
3099
+ "hasText": true,
3100
+ "hasTextCn": false,
3101
+ "hasTextColor": false
3102
+ },
3103
+ "title": "Targon"
2924
3104
  }, {
2925
3105
  "color": "#0052D9",
2926
3106
  "desc": "https://tencent.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.95.0",
3
+ "version": "1.96.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",