@lobehub/icons 1.91.0 → 1.93.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 (166) hide show
  1. package/README.md +45 -39
  2. package/es/Cerebras/components/Avatar.d.ts +5 -0
  3. package/es/Cerebras/components/Avatar.js +27 -0
  4. package/es/Cerebras/components/BrandColor.d.ts +3 -0
  5. package/es/Cerebras/components/BrandColor.js +46 -0
  6. package/es/Cerebras/components/BrandMono.d.ts +3 -0
  7. package/es/Cerebras/components/BrandMono.js +45 -0
  8. package/es/Cerebras/components/Color.d.ts +3 -0
  9. package/es/Cerebras/components/Color.js +45 -0
  10. package/es/Cerebras/components/Combine.d.ts +7 -0
  11. package/es/Cerebras/components/Combine.js +32 -0
  12. package/es/Cerebras/components/Mono.d.ts +3 -0
  13. package/es/Cerebras/components/Mono.js +44 -0
  14. package/es/Cerebras/components/Text.d.ts +3 -0
  15. package/es/Cerebras/components/Text.js +53 -0
  16. package/es/Cerebras/index.d.ts +19 -0
  17. package/es/Cerebras/index.js +20 -0
  18. package/es/Cerebras/style.d.ts +4 -0
  19. package/es/Cerebras/style.js +4 -0
  20. package/es/DeepInfra/components/Avatar.d.ts +5 -0
  21. package/es/DeepInfra/components/Avatar.js +26 -0
  22. package/es/DeepInfra/components/Color.d.ts +3 -0
  23. package/es/DeepInfra/components/Color.js +43 -0
  24. package/es/DeepInfra/components/Combine.d.ts +7 -0
  25. package/es/DeepInfra/components/Combine.js +32 -0
  26. package/es/DeepInfra/components/Mono.d.ts +3 -0
  27. package/es/DeepInfra/components/Mono.js +43 -0
  28. package/es/DeepInfra/components/Text.d.ts +3 -0
  29. package/es/DeepInfra/components/Text.js +42 -0
  30. package/es/DeepInfra/index.d.ts +15 -0
  31. package/es/DeepInfra/index.js +16 -0
  32. package/es/DeepInfra/style.d.ts +4 -0
  33. package/es/DeepInfra/style.js +4 -0
  34. package/es/Doc2X/components/Avatar.d.ts +5 -0
  35. package/es/Doc2X/components/Avatar.js +29 -0
  36. package/es/Doc2X/components/Color.d.ts +3 -0
  37. package/es/Doc2X/components/Color.js +54 -0
  38. package/es/Doc2X/components/Combine.d.ts +7 -0
  39. package/es/Doc2X/components/Combine.js +32 -0
  40. package/es/Doc2X/components/Mono.d.ts +3 -0
  41. package/es/Doc2X/components/Mono.js +54 -0
  42. package/es/Doc2X/components/Text.d.ts +3 -0
  43. package/es/Doc2X/components/Text.js +40 -0
  44. package/es/Doc2X/index.d.ts +15 -0
  45. package/es/Doc2X/index.js +16 -0
  46. package/es/Doc2X/style.d.ts +4 -0
  47. package/es/Doc2X/style.js +4 -0
  48. package/es/DreamMachine/components/Avatar.d.ts +5 -0
  49. package/es/DreamMachine/components/Avatar.js +25 -0
  50. package/es/DreamMachine/components/Combine.d.ts +5 -0
  51. package/es/DreamMachine/components/Combine.js +29 -0
  52. package/es/DreamMachine/components/Mono.d.ts +3 -0
  53. package/es/DreamMachine/components/Mono.js +45 -0
  54. package/es/DreamMachine/components/Text.d.ts +3 -0
  55. package/es/DreamMachine/components/Text.js +40 -0
  56. package/es/DreamMachine/index.d.ts +13 -0
  57. package/es/DreamMachine/index.js +14 -0
  58. package/es/DreamMachine/style.d.ts +4 -0
  59. package/es/DreamMachine/style.js +4 -0
  60. package/es/Exa/components/Avatar.d.ts +5 -0
  61. package/es/Exa/components/Avatar.js +30 -0
  62. package/es/Exa/components/Color.d.ts +3 -0
  63. package/es/Exa/components/Color.js +42 -0
  64. package/es/Exa/components/Combine.d.ts +7 -0
  65. package/es/Exa/components/Combine.js +32 -0
  66. package/es/Exa/components/Mono.d.ts +3 -0
  67. package/es/Exa/components/Mono.js +42 -0
  68. package/es/Exa/components/Text.d.ts +3 -0
  69. package/es/Exa/components/Text.js +40 -0
  70. package/es/Exa/index.d.ts +15 -0
  71. package/es/Exa/index.js +16 -0
  72. package/es/Exa/style.d.ts +4 -0
  73. package/es/Exa/style.js +4 -0
  74. package/es/Flora/components/Avatar.d.ts +5 -0
  75. package/es/Flora/components/Avatar.js +25 -0
  76. package/es/Flora/components/Combine.d.ts +5 -0
  77. package/es/Flora/components/Combine.js +29 -0
  78. package/es/Flora/components/Mono.d.ts +3 -0
  79. package/es/Flora/components/Mono.js +41 -0
  80. package/es/Flora/components/Text.d.ts +3 -0
  81. package/es/Flora/components/Text.js +41 -0
  82. package/es/Flora/index.d.ts +13 -0
  83. package/es/Flora/index.js +14 -0
  84. package/es/Flora/style.d.ts +4 -0
  85. package/es/Flora/style.js +4 -0
  86. package/es/Kera/components/Avatar.js +1 -1
  87. package/es/NotebookLM/components/Avatar.d.ts +5 -0
  88. package/es/NotebookLM/components/Avatar.js +25 -0
  89. package/es/NotebookLM/components/Combine.d.ts +5 -0
  90. package/es/NotebookLM/components/Combine.js +29 -0
  91. package/es/NotebookLM/components/Mono.d.ts +3 -0
  92. package/es/NotebookLM/components/Mono.js +41 -0
  93. package/es/NotebookLM/components/Text.d.ts +3 -0
  94. package/es/NotebookLM/components/Text.js +40 -0
  95. package/es/NotebookLM/index.d.ts +13 -0
  96. package/es/NotebookLM/index.js +14 -0
  97. package/es/NotebookLM/style.d.ts +4 -0
  98. package/es/NotebookLM/style.js +4 -0
  99. package/es/RSSHub/components/Avatar.d.ts +5 -0
  100. package/es/RSSHub/components/Avatar.js +29 -0
  101. package/es/RSSHub/components/Color.d.ts +3 -0
  102. package/es/RSSHub/components/Color.js +52 -0
  103. package/es/RSSHub/components/Combine.d.ts +7 -0
  104. package/es/RSSHub/components/Combine.js +32 -0
  105. package/es/RSSHub/components/Mono.d.ts +3 -0
  106. package/es/RSSHub/components/Mono.js +53 -0
  107. package/es/RSSHub/components/Text.d.ts +3 -0
  108. package/es/RSSHub/components/Text.js +40 -0
  109. package/es/RSSHub/index.d.ts +15 -0
  110. package/es/RSSHub/index.js +16 -0
  111. package/es/RSSHub/style.d.ts +4 -0
  112. package/es/RSSHub/style.js +4 -0
  113. package/es/SearchApi/components/Avatar.d.ts +5 -0
  114. package/es/SearchApi/components/Avatar.js +25 -0
  115. package/es/SearchApi/components/Combine.d.ts +5 -0
  116. package/es/SearchApi/components/Combine.js +29 -0
  117. package/es/SearchApi/components/Mono.d.ts +3 -0
  118. package/es/SearchApi/components/Mono.js +41 -0
  119. package/es/SearchApi/components/Text.d.ts +3 -0
  120. package/es/SearchApi/components/Text.js +40 -0
  121. package/es/SearchApi/index.d.ts +13 -0
  122. package/es/SearchApi/index.js +14 -0
  123. package/es/SearchApi/style.d.ts +4 -0
  124. package/es/SearchApi/style.js +4 -0
  125. package/es/TopazLabs/components/Avatar.d.ts +5 -0
  126. package/es/TopazLabs/components/Avatar.js +25 -0
  127. package/es/TopazLabs/components/Combine.d.ts +5 -0
  128. package/es/TopazLabs/components/Combine.js +29 -0
  129. package/es/TopazLabs/components/Mono.d.ts +3 -0
  130. package/es/TopazLabs/components/Mono.js +41 -0
  131. package/es/TopazLabs/components/Text.d.ts +3 -0
  132. package/es/TopazLabs/components/Text.js +58 -0
  133. package/es/TopazLabs/index.d.ts +13 -0
  134. package/es/TopazLabs/index.js +14 -0
  135. package/es/TopazLabs/style.d.ts +4 -0
  136. package/es/TopazLabs/style.js +4 -0
  137. package/es/VectorizerAI/components/Avatar.d.ts +5 -0
  138. package/es/VectorizerAI/components/Avatar.js +30 -0
  139. package/es/VectorizerAI/components/Combine.d.ts +7 -0
  140. package/es/VectorizerAI/components/Combine.js +29 -0
  141. package/es/VectorizerAI/components/Mono.d.ts +3 -0
  142. package/es/VectorizerAI/components/Mono.js +41 -0
  143. package/es/VectorizerAI/components/Text.d.ts +3 -0
  144. package/es/VectorizerAI/components/Text.js +40 -0
  145. package/es/VectorizerAI/index.d.ts +13 -0
  146. package/es/VectorizerAI/index.js +14 -0
  147. package/es/VectorizerAI/style.d.ts +4 -0
  148. package/es/VectorizerAI/style.js +4 -0
  149. package/es/Yuanbao/components/Avatar.d.ts +5 -0
  150. package/es/Yuanbao/components/Avatar.js +26 -0
  151. package/es/Yuanbao/components/Color.d.ts +3 -0
  152. package/es/Yuanbao/components/Color.js +134 -0
  153. package/es/Yuanbao/components/Combine.d.ts +7 -0
  154. package/es/Yuanbao/components/Combine.js +32 -0
  155. package/es/Yuanbao/components/Mono.d.ts +3 -0
  156. package/es/Yuanbao/components/Mono.js +41 -0
  157. package/es/Yuanbao/components/Text.d.ts +3 -0
  158. package/es/Yuanbao/components/Text.js +40 -0
  159. package/es/Yuanbao/index.d.ts +15 -0
  160. package/es/Yuanbao/index.js +16 -0
  161. package/es/Yuanbao/style.d.ts +4 -0
  162. package/es/Yuanbao/style.js +4 -0
  163. package/es/icons.d.ts +12 -0
  164. package/es/icons.js +12 -0
  165. package/es/toc.js +230 -14
  166. package/package.json +1 -1
package/es/toc.js CHANGED
@@ -128,7 +128,7 @@ var toc = [{
128
128
  "title": "Alibaba"
129
129
  }, {
130
130
  "color": "#FF6A00",
131
- "desc": "https://www.aliyun.com",
131
+ "desc": "https://aliyun.com",
132
132
  "docsUrl": "alibaba-cloud",
133
133
  "fullTitle": "AlibabaCloud (阿里云)",
134
134
  "group": "provider",
@@ -399,6 +399,24 @@ var toc = [{
399
399
  "hasTextColor": false
400
400
  },
401
401
  "title": "ByteDance"
402
+ }, {
403
+ "color": "#F15A29",
404
+ "desc": "https://cerebras.ai",
405
+ "docsUrl": "cerebras",
406
+ "fullTitle": "Cerebras",
407
+ "group": "provider",
408
+ "id": "Cerebras",
409
+ "param": {
410
+ "hasAvatar": true,
411
+ "hasBrand": true,
412
+ "hasBrandColor": true,
413
+ "hasColor": true,
414
+ "hasCombine": true,
415
+ "hasText": true,
416
+ "hasTextCn": false,
417
+ "hasTextColor": false
418
+ },
419
+ "title": "Cerebras"
402
420
  }, {
403
421
  "color": "#4268FA",
404
422
  "colorGradient": "linear-gradient(-45deg, #3485FF, #504AF4)",
@@ -602,7 +620,7 @@ var toc = [{
602
620
  }, {
603
621
  "color": "#000",
604
622
  "colorGradient": "linear-gradient(135deg, #0CD7FE, #03ACFF, #0272E1)",
605
- "desc": "https://www.comfy.org",
623
+ "desc": "https://comfy.org",
606
624
  "docsUrl": "comfy-ui",
607
625
  "fullTitle": "ComfyUI",
608
626
  "group": "application",
@@ -729,7 +747,7 @@ var toc = [{
729
747
  "title": "DALL-E"
730
748
  }, {
731
749
  "color": "#EE3D2C",
732
- "desc": "https://www.databricks.com",
750
+ "desc": "https://databricks.com",
733
751
  "docsUrl": "dbrx",
734
752
  "fullTitle": "DBRX (Databricks)",
735
753
  "group": "model",
@@ -763,6 +781,24 @@ var toc = [{
763
781
  "hasTextColor": false
764
782
  },
765
783
  "title": "DeepAI"
784
+ }, {
785
+ "color": "#fff",
786
+ "desc": "https://deepinfra.com",
787
+ "docsUrl": "deep-infra",
788
+ "fullTitle": "DeepInfra",
789
+ "group": "provider",
790
+ "id": "DeepInfra",
791
+ "param": {
792
+ "hasAvatar": true,
793
+ "hasBrand": false,
794
+ "hasBrandColor": false,
795
+ "hasColor": true,
796
+ "hasCombine": true,
797
+ "hasText": true,
798
+ "hasTextCn": false,
799
+ "hasTextColor": false
800
+ },
801
+ "title": "DeepInfra"
766
802
  }, {
767
803
  "color": "#4285F4",
768
804
  "desc": "https://deepmind.google",
@@ -783,7 +819,7 @@ var toc = [{
783
819
  "title": "DeepMind"
784
820
  }, {
785
821
  "color": "#4D6BFE",
786
- "desc": "https://www.deepseek.com",
822
+ "desc": "https://deepseek.com",
787
823
  "docsUrl": "deep-seek",
788
824
  "fullTitle": "DeepSeek",
789
825
  "group": "model",
@@ -818,6 +854,24 @@ var toc = [{
818
854
  "hasTextColor": false
819
855
  },
820
856
  "title": "Dify"
857
+ }, {
858
+ "color": "#fff",
859
+ "desc": "https://doc2x.noedgeai.com",
860
+ "docsUrl": "doc2-x",
861
+ "fullTitle": "Doc2X",
862
+ "group": "application",
863
+ "id": "Doc2X",
864
+ "param": {
865
+ "hasAvatar": true,
866
+ "hasBrand": false,
867
+ "hasBrandColor": false,
868
+ "hasColor": true,
869
+ "hasCombine": true,
870
+ "hasText": true,
871
+ "hasTextCn": false,
872
+ "hasTextColor": false
873
+ },
874
+ "title": "Doc2X"
821
875
  }, {
822
876
  "color": "#fff",
823
877
  "desc": "https://docsearch.algolia.com",
@@ -854,6 +908,42 @@ var toc = [{
854
908
  "hasTextColor": false
855
909
  },
856
910
  "title": "Doubao"
911
+ }, {
912
+ "color": "#000",
913
+ "desc": "https://lumalabs.ai/dream-machine",
914
+ "docsUrl": "dream-machine",
915
+ "fullTitle": "DreamMachine (Luma)",
916
+ "group": "application",
917
+ "id": "DreamMachine",
918
+ "param": {
919
+ "hasAvatar": true,
920
+ "hasBrand": false,
921
+ "hasBrandColor": false,
922
+ "hasColor": false,
923
+ "hasCombine": true,
924
+ "hasText": true,
925
+ "hasTextCn": false,
926
+ "hasTextColor": false
927
+ },
928
+ "title": "DreamMachine"
929
+ }, {
930
+ "color": "#1f40ed",
931
+ "desc": "https://exa.ai",
932
+ "docsUrl": "exa",
933
+ "fullTitle": "Exa",
934
+ "group": "provider",
935
+ "id": "Exa",
936
+ "param": {
937
+ "hasAvatar": true,
938
+ "hasBrand": false,
939
+ "hasBrandColor": false,
940
+ "hasColor": true,
941
+ "hasCombine": true,
942
+ "hasText": true,
943
+ "hasTextCn": false,
944
+ "hasTextColor": false
945
+ },
946
+ "title": "Exa"
857
947
  }, {
858
948
  "color": "#EC0648",
859
949
  "desc": "https://fal.ai",
@@ -908,6 +998,24 @@ var toc = [{
908
998
  "hasTextColor": false
909
999
  },
910
1000
  "title": "FishAudio"
1001
+ }, {
1002
+ "color": "#000",
1003
+ "desc": "https://florafauna.ai",
1004
+ "docsUrl": "flora",
1005
+ "fullTitle": "Flora",
1006
+ "group": "application",
1007
+ "id": "Flora",
1008
+ "param": {
1009
+ "hasAvatar": true,
1010
+ "hasBrand": false,
1011
+ "hasBrandColor": false,
1012
+ "hasColor": false,
1013
+ "hasCombine": true,
1014
+ "hasText": true,
1015
+ "hasTextCn": false,
1016
+ "hasTextColor": false
1017
+ },
1018
+ "title": "Flora"
911
1019
  }, {
912
1020
  "color": "#fff",
913
1021
  "desc": "https://flowith.io",
@@ -1274,7 +1382,7 @@ var toc = [{
1274
1382
  "title": "Hunyuan"
1275
1383
  }, {
1276
1384
  "color": "#2A80E2",
1277
- "desc": "https://www.xfyun.cn",
1385
+ "desc": "https://xfyun.cn",
1278
1386
  "docsUrl": "i-fly-tek-cloud",
1279
1387
  "fullTitle": "IFlyTekCloud (讯飞开放平台)",
1280
1388
  "group": "provider",
@@ -1890,6 +1998,24 @@ var toc = [{
1890
1998
  "hasTextColor": false
1891
1999
  },
1892
2000
  "title": "n8n"
2001
+ }, {
2002
+ "color": "#fff",
2003
+ "desc": "https://notebooklm.google",
2004
+ "docsUrl": "notebook-lm",
2005
+ "fullTitle": "NotebookLM",
2006
+ "group": "application",
2007
+ "id": "NotebookLM",
2008
+ "param": {
2009
+ "hasAvatar": true,
2010
+ "hasBrand": false,
2011
+ "hasBrandColor": false,
2012
+ "hasColor": false,
2013
+ "hasCombine": true,
2014
+ "hasText": true,
2015
+ "hasTextCn": false,
2016
+ "hasTextColor": false
2017
+ },
2018
+ "title": "NotebookLM"
1893
2019
  }, {
1894
2020
  "color": "#fff",
1895
2021
  "desc": "https://notion.com",
@@ -1947,7 +2073,7 @@ var toc = [{
1947
2073
  "title": "Novita AI"
1948
2074
  }, {
1949
2075
  "color": "#74B71B",
1950
- "desc": "https://www.nvidia.com/en-us/ai-on-rtx/chat-with-rtx-generative-ai/",
2076
+ "desc": "https://nvidia.com/en-us/ai-on-rtx/chat-with-rtx-generative-ai/",
1951
2077
  "docsUrl": "nvidia",
1952
2078
  "fullTitle": "Nvidia (ChatWithRTX)",
1953
2079
  "group": "application",
@@ -2235,6 +2361,24 @@ var toc = [{
2235
2361
  "hasTextColor": false
2236
2362
  },
2237
2363
  "title": "Qwen"
2364
+ }, {
2365
+ "color": "#fff",
2366
+ "desc": "https://rsshub.app",
2367
+ "docsUrl": "rss-hub",
2368
+ "fullTitle": "RSSHub",
2369
+ "group": "application",
2370
+ "id": "RSSHub",
2371
+ "param": {
2372
+ "hasAvatar": true,
2373
+ "hasBrand": false,
2374
+ "hasBrandColor": false,
2375
+ "hasColor": true,
2376
+ "hasCombine": true,
2377
+ "hasText": true,
2378
+ "hasTextCn": false,
2379
+ "hasTextColor": false
2380
+ },
2381
+ "title": "RSSHub"
2238
2382
  }, {
2239
2383
  "color": "#853bce",
2240
2384
  "colorGradient": "linear-gradient(to bottom, #A204B4, #6213B9)",
@@ -2380,6 +2524,24 @@ var toc = [{
2380
2524
  "hasTextColor": false
2381
2525
  },
2382
2526
  "title": "Search1API"
2527
+ }, {
2528
+ "color": "#4f46e5",
2529
+ "desc": "https://searchapi.io",
2530
+ "docsUrl": "search-api",
2531
+ "fullTitle": "SearchApi",
2532
+ "group": "provider",
2533
+ "id": "SearchApi",
2534
+ "param": {
2535
+ "hasAvatar": true,
2536
+ "hasBrand": false,
2537
+ "hasBrandColor": false,
2538
+ "hasColor": false,
2539
+ "hasCombine": true,
2540
+ "hasText": true,
2541
+ "hasTextCn": false,
2542
+ "hasTextColor": false
2543
+ },
2544
+ "title": "SearchApi"
2383
2545
  }, {
2384
2546
  "color": "#5B2AD8",
2385
2547
  "desc": "https://platform.sensenova.cn",
@@ -2455,7 +2617,7 @@ var toc = [{
2455
2617
  "title": "Stability"
2456
2618
  }, {
2457
2619
  "color": "#DF0428",
2458
- "desc": "https://www.ctyun.cn/act/xirang/deepseek",
2620
+ "desc": "https://ctyun.cn/act/xirang/deepseek",
2459
2621
  "docsUrl": "state-cloud",
2460
2622
  "fullTitle": "StateCloud (天翼云)",
2461
2623
  "group": "provider",
@@ -2473,7 +2635,7 @@ var toc = [{
2473
2635
  "title": "StateCloud"
2474
2636
  }, {
2475
2637
  "color": "#005AFF",
2476
- "desc": "https://www.stepfun.com",
2638
+ "desc": "https://stepfun.com",
2477
2639
  "docsUrl": "stepfun",
2478
2640
  "fullTitle": "Stepfun (阶跃星辰)",
2479
2641
  "group": "model",
@@ -2527,7 +2689,7 @@ var toc = [{
2527
2689
  "title": "Sync"
2528
2690
  }, {
2529
2691
  "color": "#6400FF",
2530
- "desc": "https://www.tii.ae",
2692
+ "desc": "https://tii.ae",
2531
2693
  "docsUrl": "tii",
2532
2694
  "fullTitle": "Technology Innovation Institute (Falcon)",
2533
2695
  "group": "provider",
@@ -2582,7 +2744,7 @@ var toc = [{
2582
2744
  }, {
2583
2745
  "color": "#0057ff",
2584
2746
  "colorGradient": "linear-gradient(to right, #6865FC, #467DF9)",
2585
- "desc": "https://www.tiangong.cn",
2747
+ "desc": "https://tiangong.cn",
2586
2748
  "docsUrl": "tiangong",
2587
2749
  "fullTitle": "Tiangong (天工)",
2588
2750
  "group": "application",
@@ -2600,7 +2762,7 @@ var toc = [{
2600
2762
  "title": "Tiangong"
2601
2763
  }, {
2602
2764
  "color": "#0f6fff",
2603
- "desc": "https://www.together.ai",
2765
+ "desc": "https://together.ai",
2604
2766
  "docsUrl": "together",
2605
2767
  "fullTitle": "together.ai",
2606
2768
  "group": "provider",
@@ -2618,7 +2780,25 @@ var toc = [{
2618
2780
  "title": "together.ai"
2619
2781
  }, {
2620
2782
  "color": "#000",
2621
- "desc": "https://www.tripo3d.ai",
2783
+ "desc": "https://topazlabs.com",
2784
+ "docsUrl": "topaz-labs",
2785
+ "fullTitle": "TopazLabs",
2786
+ "group": "application",
2787
+ "id": "TopazLabs",
2788
+ "param": {
2789
+ "hasAvatar": true,
2790
+ "hasBrand": false,
2791
+ "hasBrandColor": false,
2792
+ "hasColor": false,
2793
+ "hasCombine": true,
2794
+ "hasText": true,
2795
+ "hasTextCn": false,
2796
+ "hasTextColor": false
2797
+ },
2798
+ "title": "TopazLabs"
2799
+ }, {
2800
+ "color": "#000",
2801
+ "desc": "https://tripo3d.ai",
2622
2802
  "docsUrl": "tripo",
2623
2803
  "fullTitle": "Tripo",
2624
2804
  "group": "application",
@@ -2636,7 +2816,7 @@ var toc = [{
2636
2816
  "title": "Tripo"
2637
2817
  }, {
2638
2818
  "color": "#e30a5d",
2639
- "desc": "https://www.udio.com",
2819
+ "desc": "https://udio.com",
2640
2820
  "docsUrl": "udio",
2641
2821
  "fullTitle": "Udio",
2642
2822
  "group": "application",
@@ -2707,6 +2887,24 @@ var toc = [{
2707
2887
  "hasTextColor": false
2708
2888
  },
2709
2889
  "title": "V0"
2890
+ }, {
2891
+ "color": "#3659FF",
2892
+ "desc": "https://vectorizer.ai",
2893
+ "docsUrl": "vectorizer-ai",
2894
+ "fullTitle": "Vectorizer.AI",
2895
+ "group": "application",
2896
+ "id": "VectorizerAI",
2897
+ "param": {
2898
+ "hasAvatar": true,
2899
+ "hasBrand": false,
2900
+ "hasBrandColor": false,
2901
+ "hasColor": false,
2902
+ "hasCombine": true,
2903
+ "hasText": true,
2904
+ "hasTextCn": false,
2905
+ "hasTextColor": false
2906
+ },
2907
+ "title": "Vectorizer.AI"
2710
2908
  }, {
2711
2909
  "color": "#000",
2712
2910
  "desc": "https://sdk.vercel.ai",
@@ -2925,6 +3123,24 @@ var toc = [{
2925
3123
  "hasTextColor": false
2926
3124
  },
2927
3125
  "title": "Yi"
3126
+ }, {
3127
+ "color": "#fff",
3128
+ "desc": "https://yuanbao.tencent.com",
3129
+ "docsUrl": "yuanbao",
3130
+ "fullTitle": "Yuanbao (腾讯元宝)",
3131
+ "group": "application",
3132
+ "id": "Yuanbao",
3133
+ "param": {
3134
+ "hasAvatar": true,
3135
+ "hasBrand": false,
3136
+ "hasBrandColor": false,
3137
+ "hasColor": true,
3138
+ "hasCombine": true,
3139
+ "hasText": true,
3140
+ "hasTextCn": false,
3141
+ "hasTextColor": false
3142
+ },
3143
+ "title": "Yuanbao"
2928
3144
  }, {
2929
3145
  "color": "#6300FF",
2930
3146
  "desc": "https://zeabur.com",
@@ -2945,7 +3161,7 @@ var toc = [{
2945
3161
  "title": "Zeabur"
2946
3162
  }, {
2947
3163
  "color": "#003425",
2948
- "desc": "https://www.lingyiwanwu.com/",
3164
+ "desc": "https://lingyiwanwu.com/",
2949
3165
  "docsUrl": "zero-one",
2950
3166
  "fullTitle": "01.AI (零一万物)",
2951
3167
  "group": "provider",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.91.0",
3
+ "version": "1.93.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",