@lobehub/icons 1.81.0 → 1.82.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 (147) hide show
  1. package/README.md +27 -23
  2. package/es/Flowith/components/Avatar.d.ts +5 -0
  3. package/es/Flowith/components/Avatar.js +27 -0
  4. package/es/Flowith/components/Combine.d.ts +5 -0
  5. package/es/Flowith/components/Combine.js +26 -0
  6. package/es/Flowith/components/Mono.d.ts +3 -0
  7. package/es/Flowith/components/Mono.js +42 -0
  8. package/es/Flowith/components/Text.d.ts +3 -0
  9. package/es/Flowith/components/Text.js +40 -0
  10. package/es/Flowith/index.d.ts +13 -0
  11. package/es/Flowith/index.js +14 -0
  12. package/es/Flowith/style.d.ts +4 -0
  13. package/es/Flowith/style.js +4 -0
  14. package/es/Infinigence/components/Avatar.d.ts +5 -0
  15. package/es/Infinigence/components/Avatar.js +26 -0
  16. package/es/Infinigence/components/Color.d.ts +3 -0
  17. package/es/Infinigence/components/Color.js +43 -0
  18. package/es/Infinigence/components/Combine.d.ts +7 -0
  19. package/es/Infinigence/components/Combine.js +32 -0
  20. package/es/Infinigence/components/Mono.d.ts +3 -0
  21. package/es/Infinigence/components/Mono.js +43 -0
  22. package/es/Infinigence/components/Text.d.ts +3 -0
  23. package/es/Infinigence/components/Text.js +44 -0
  24. package/es/Infinigence/components/TextCn.d.ts +3 -0
  25. package/es/Infinigence/components/TextCn.js +44 -0
  26. package/es/Infinigence/index.d.ts +17 -0
  27. package/es/Infinigence/index.js +18 -0
  28. package/es/Infinigence/style.d.ts +4 -0
  29. package/es/Infinigence/style.js +4 -0
  30. package/es/Lambda/components/Avatar.d.ts +5 -0
  31. package/es/Lambda/components/Avatar.js +27 -0
  32. package/es/Lambda/components/Combine.d.ts +5 -0
  33. package/es/Lambda/components/Combine.js +26 -0
  34. package/es/Lambda/components/Mono.d.ts +3 -0
  35. package/es/Lambda/components/Mono.js +41 -0
  36. package/es/Lambda/components/Text.d.ts +3 -0
  37. package/es/Lambda/components/Text.js +40 -0
  38. package/es/Lambda/index.d.ts +13 -0
  39. package/es/Lambda/index.js +14 -0
  40. package/es/Lambda/style.d.ts +4 -0
  41. package/es/Lambda/style.js +4 -0
  42. package/es/MCP/components/Avatar.d.ts +5 -0
  43. package/es/MCP/components/Avatar.js +27 -0
  44. package/es/MCP/components/Combine.d.ts +5 -0
  45. package/es/MCP/components/Combine.js +29 -0
  46. package/es/MCP/components/Mono.d.ts +3 -0
  47. package/es/MCP/components/Mono.js +43 -0
  48. package/es/MCP/components/Text.d.ts +3 -0
  49. package/es/MCP/components/Text.js +40 -0
  50. package/es/MCP/index.d.ts +13 -0
  51. package/es/MCP/index.js +14 -0
  52. package/es/MCP/style.d.ts +4 -0
  53. package/es/MCP/style.js +4 -0
  54. package/es/Make/components/Avatar.d.ts +5 -0
  55. package/es/Make/components/Avatar.js +26 -0
  56. package/es/Make/components/Color.d.ts +3 -0
  57. package/es/Make/components/Color.js +135 -0
  58. package/es/Make/components/Combine.d.ts +7 -0
  59. package/es/Make/components/Combine.js +32 -0
  60. package/es/Make/components/Mono.d.ts +3 -0
  61. package/es/Make/components/Mono.js +45 -0
  62. package/es/Make/components/Text.d.ts +3 -0
  63. package/es/Make/components/Text.js +42 -0
  64. package/es/Make/index.d.ts +15 -0
  65. package/es/Make/index.js +16 -0
  66. package/es/Make/style.d.ts +4 -0
  67. package/es/Make/style.js +4 -0
  68. package/es/Manus/components/Avatar.d.ts +5 -0
  69. package/es/Manus/components/Avatar.js +28 -0
  70. package/es/Manus/components/Combine.d.ts +5 -0
  71. package/es/Manus/components/Combine.js +26 -0
  72. package/es/Manus/components/Mono.d.ts +3 -0
  73. package/es/Manus/components/Mono.js +46 -0
  74. package/es/Manus/components/Text.d.ts +3 -0
  75. package/es/Manus/components/Text.js +40 -0
  76. package/es/Manus/index.d.ts +13 -0
  77. package/es/Manus/index.js +14 -0
  78. package/es/Manus/style.d.ts +4 -0
  79. package/es/Manus/style.js +4 -0
  80. package/es/Monica/components/Avatar.d.ts +5 -0
  81. package/es/Monica/components/Avatar.js +26 -0
  82. package/es/Monica/components/Color.d.ts +3 -0
  83. package/es/Monica/components/Color.js +73 -0
  84. package/es/Monica/components/Combine.d.ts +7 -0
  85. package/es/Monica/components/Combine.js +32 -0
  86. package/es/Monica/components/Mono.d.ts +3 -0
  87. package/es/Monica/components/Mono.js +44 -0
  88. package/es/Monica/components/Text.d.ts +3 -0
  89. package/es/Monica/components/Text.js +40 -0
  90. package/es/Monica/index.d.ts +16 -0
  91. package/es/Monica/index.js +17 -0
  92. package/es/Monica/style.d.ts +5 -0
  93. package/es/Monica/style.js +5 -0
  94. package/es/N8n/components/Avatar.d.ts +5 -0
  95. package/es/N8n/components/Avatar.js +26 -0
  96. package/es/N8n/components/Color.d.ts +3 -0
  97. package/es/N8n/components/Color.js +42 -0
  98. package/es/N8n/components/Combine.d.ts +7 -0
  99. package/es/N8n/components/Combine.js +32 -0
  100. package/es/N8n/components/Mono.d.ts +3 -0
  101. package/es/N8n/components/Mono.js +42 -0
  102. package/es/N8n/components/Text.d.ts +3 -0
  103. package/es/N8n/components/Text.js +40 -0
  104. package/es/N8n/index.d.ts +15 -0
  105. package/es/N8n/index.js +16 -0
  106. package/es/N8n/style.d.ts +4 -0
  107. package/es/N8n/style.js +4 -0
  108. package/es/OpenWebUI/components/Avatar.d.ts +5 -0
  109. package/es/OpenWebUI/components/Avatar.js +28 -0
  110. package/es/OpenWebUI/components/Combine.d.ts +5 -0
  111. package/es/OpenWebUI/components/Combine.js +26 -0
  112. package/es/OpenWebUI/components/Mono.d.ts +3 -0
  113. package/es/OpenWebUI/components/Mono.js +44 -0
  114. package/es/OpenWebUI/components/Text.d.ts +3 -0
  115. package/es/OpenWebUI/components/Text.js +40 -0
  116. package/es/OpenWebUI/index.d.ts +13 -0
  117. package/es/OpenWebUI/index.js +14 -0
  118. package/es/OpenWebUI/style.d.ts +4 -0
  119. package/es/OpenWebUI/style.js +4 -0
  120. package/es/Railway/components/Avatar.d.ts +5 -0
  121. package/es/Railway/components/Avatar.js +27 -0
  122. package/es/Railway/components/Combine.d.ts +5 -0
  123. package/es/Railway/components/Combine.js +26 -0
  124. package/es/Railway/components/Mono.d.ts +3 -0
  125. package/es/Railway/components/Mono.js +43 -0
  126. package/es/Railway/components/Text.d.ts +3 -0
  127. package/es/Railway/components/Text.js +40 -0
  128. package/es/Railway/index.d.ts +14 -0
  129. package/es/Railway/index.js +15 -0
  130. package/es/Railway/style.d.ts +5 -0
  131. package/es/Railway/style.js +5 -0
  132. package/es/Yandex/components/Avatar.d.ts +5 -0
  133. package/es/Yandex/components/Avatar.js +28 -0
  134. package/es/Yandex/components/Combine.d.ts +5 -0
  135. package/es/Yandex/components/Combine.js +26 -0
  136. package/es/Yandex/components/Mono.d.ts +3 -0
  137. package/es/Yandex/components/Mono.js +41 -0
  138. package/es/Yandex/components/Text.d.ts +3 -0
  139. package/es/Yandex/components/Text.js +40 -0
  140. package/es/Yandex/index.d.ts +13 -0
  141. package/es/Yandex/index.js +14 -0
  142. package/es/Yandex/style.d.ts +4 -0
  143. package/es/Yandex/style.js +4 -0
  144. package/es/icons.d.ts +11 -0
  145. package/es/icons.js +11 -0
  146. package/es/toc.js +200 -0
  147. package/package.json +2 -2
package/README.md CHANGED
@@ -94,29 +94,32 @@ Contributions, corrections & requests can be made on GitHub.
94
94
  | <a href="https://lobehub.com/icons/magic"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/magic.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/magic.png" /></picture><br/>Magic | <a href="https://lobehub.com/icons/github"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/github.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/github.png" /></picture><br/>Github | <a href="https://lobehub.com/icons/lightricks"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/lightricks.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/lightricks.png" /></picture><br/>Lightricks |
95
95
  | <a href="https://lobehub.com/icons/minimax"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/minimax-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/minimax-color.png" /></picture><br/>Minimax | <a href="https://lobehub.com/icons/google"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/google-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/google-color.png" /></picture><br/>Google | <a href="https://lobehub.com/icons/livekit"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/livekit-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/livekit-color.png" /></picture><br/>LiveKit |
96
96
  | <a href="https://lobehub.com/icons/mistral"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/mistral-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/mistral-color.png" /></picture><br/>Mistral | <a href="https://lobehub.com/icons/groq"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/groq.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/groq.png" /></picture><br/>Groq | <a href="https://lobehub.com/icons/luma"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/luma-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/luma-color.png" /></picture><br/>Luma |
97
- | <a href="https://lobehub.com/icons/nova"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/nova-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/nova-color.png" /></picture><br/>Nova (AWS) | <a href="https://lobehub.com/icons/higress"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/higress-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/higress-color.png" /></picture><br/>Higress | <a href="https://lobehub.com/icons/bing"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/bing-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/bing-color.png" /></picture><br/>Microsoft Bing |
98
- | <a href="https://lobehub.com/icons/openchat"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/openchat-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/openchat-color.png" /></picture><br/>OpenChat | <a href="https://lobehub.com/icons/huggingface"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/huggingface-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/huggingface-color.png" /></picture><br/>HuggingFace | <a href="https://lobehub.com/icons/copilot"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/copilot-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/copilot-color.png" /></picture><br/>Microsoft Copilot |
99
- | <a href="https://lobehub.com/icons/palm"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/palm-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/palm-color.png" /></picture><br/>PaLM (Google) | <a href="https://lobehub.com/icons/iflytekcloud"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/iflytekcloud-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/iflytekcloud-color.png" /></picture><br/>IFlyTekCloud (讯飞开放平台) | <a href="https://lobehub.com/icons/midjourney"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/midjourney.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/midjourney.png" /></picture><br/>Midjourney |
100
- | <a href="https://lobehub.com/icons/qwen"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/qwen-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/qwen-color.png" /></picture><br/>Qwen (千问) | <a href="https://lobehub.com/icons/internlm"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/internlm-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/internlm-color.png" /></picture><br/>InternLM | <a href="https://lobehub.com/icons/myshell"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/myshell-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/myshell-color.png" /></picture><br/>MyShell |
101
- | <a href="https://lobehub.com/icons/rwkv"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/rwkv-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/rwkv-color.png" /></picture><br/>RWKV | <a href="https://lobehub.com/icons/jina"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/jina.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/jina.png" /></picture><br/>Jina AI | <a href="https://lobehub.com/icons/notion"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/notion.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/notion.png" /></picture><br/>Notion |
102
- | <a href="https://lobehub.com/icons/sensenova"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/sensenova-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/sensenova-color.png" /></picture><br/>SenseNova (商汤) | <a href="https://lobehub.com/icons/lmstudio"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/lmstudio.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/lmstudio.png" /></picture><br/>LM Studio | <a href="https://lobehub.com/icons/nvidia"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/nvidia-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/nvidia-color.png" /></picture><br/>Nvidia (ChatWithRTX) |
103
- | <a href="https://lobehub.com/icons/spark"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/spark-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/spark-color.png" /></picture><br/>Spark (讯飞星火) | <a href="https://lobehub.com/icons/lobehub"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/lobehub-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/lobehub-color.png" /></picture><br/>LobeHub | <a href="https://lobehub.com/icons/pika"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/pika.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/pika.png" /></picture><br/>Pika |
104
- | <a href="https://lobehub.com/icons/stepfun"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/stepfun-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/stepfun-color.png" /></picture><br/>Stepfun (阶跃星辰) | <a href="https://lobehub.com/icons/meta"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/meta-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/meta-color.png" /></picture><br/>Meta | <a href="https://lobehub.com/icons/pixverse"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/pixverse-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/pixverse-color.png" /></picture><br/>PixVerse |
105
- | <a href="https://lobehub.com/icons/wenxin"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/wenxin-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/wenxin-color.png" /></picture><br/>Wenxin (文心) | <a href="https://lobehub.com/icons/microsoft"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/microsoft-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/microsoft-color.png" /></picture><br/>Microsoft | <a href="https://lobehub.com/icons/poe"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/poe-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/poe-color.png" /></picture><br/>Poe |
106
- | <a href="https://lobehub.com/icons/xuanyuan"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/xuanyuan-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/xuanyuan-color.png" /></picture><br/>Xuanyuan (度小满轩辕) | <a href="https://lobehub.com/icons/azure"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/azure-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/azure-color.png" /></picture><br/>Microsoft Azure | <a href="https://lobehub.com/icons/pollinations"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/pollinations.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/pollinations.png" /></picture><br/>Pollinations |
107
- | <a href="https://lobehub.com/icons/yi"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/yi-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/yi-color.png" /></picture><br/>Yi (零一万物) | <a href="https://lobehub.com/icons/modelscope"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/modelscope-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/modelscope-color.png" /></picture><br/>ModelScope (魔搭) | <a href="https://lobehub.com/icons/qingyan"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/qingyan-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/qingyan-color.png" /></picture><br/>Qingyan (智谱清言) |
108
- | | <a href="https://lobehub.com/icons/moonshot"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/moonshot.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/moonshot.png" /></picture><br/>Moonshot (月之暗面) | <a href="https://lobehub.com/icons/recraft"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/recraft.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/recraft.png" /></picture><br/>Recraft |
109
- | | <a href="https://lobehub.com/icons/novita"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/novita-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/novita-color.png" /></picture><br/>Novita | <a href="https://lobehub.com/icons/replit"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/replit-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/replit-color.png" /></picture><br/>Replit |
110
- | | <a href="https://lobehub.com/icons/ollama"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/ollama.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/ollama.png" /></picture><br/>Ollama | <a href="https://lobehub.com/icons/runway"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/runway.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/runway.png" /></picture><br/>Runway |
111
- | | <a href="https://lobehub.com/icons/openai"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/openai.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/openai.png" /></picture><br/>OpenAI (ChatGPT) | <a href="https://lobehub.com/icons/suno"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/suno.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/suno.png" /></picture><br/>Suno |
112
- | | <a href="https://lobehub.com/icons/openrouter"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/openrouter.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/openrouter.png" /></picture><br/>OpenRouter | <a href="https://lobehub.com/icons/sync"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/sync.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/sync.png" /></picture><br/>Sync |
113
- | | <a href="https://lobehub.com/icons/perplexity"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/perplexity-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/perplexity-color.png" /></picture><br/>Perplexity | <a href="https://lobehub.com/icons/tiangong"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/tiangong-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/tiangong-color.png" /></picture><br/>Tiangong (天工) |
114
- | | <a href="https://lobehub.com/icons/ppio"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/ppio-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/ppio-color.png" /></picture><br/>PPIO | <a href="https://lobehub.com/icons/tripo"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/tripo-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/tripo-color.png" /></picture><br/>Tripo |
115
- | | <a href="https://lobehub.com/icons/replicate"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/replicate.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/replicate.png" /></picture><br/>Replicate | <a href="https://lobehub.com/icons/udio"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/udio-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/udio-color.png" /></picture><br/>Udio |
116
- | | <a href="https://lobehub.com/icons/sambanova"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/sambanova-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/sambanova-color.png" /></picture><br/>SambaNova | <a href="https://lobehub.com/icons/v0"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/v0.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/v0.png" /></picture><br/>V0 (Vercel) |
117
- | | <a href="https://lobehub.com/icons/search1api"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/search1api-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/search1api-color.png" /></picture><br/>Search1API | <a href="https://lobehub.com/icons/vidu"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/vidu-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/vidu-color.png" /></picture><br/>Vidu |
118
- | | <a href="https://lobehub.com/icons/siliconcloud"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/siliconcloud-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/siliconcloud-color.png" /></picture><br/>SiliconCloud (SiliconFlow) | <a href="https://lobehub.com/icons/viggle"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/viggle.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/viggle.png" /></picture><br/>Viggle |
119
- | | <a href="https://lobehub.com/icons/stability"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/stability-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/stability-color.png" /></picture><br/>Stability (StableDiffusion) | <a href="https://lobehub.com/icons/zeabur"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/zeabur-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/zeabur-color.png" /></picture><br/>Zeabur |
97
+ | <a href="https://lobehub.com/icons/nova"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/nova-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/nova-color.png" /></picture><br/>Nova (AWS) | <a href="https://lobehub.com/icons/higress"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/higress-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/higress-color.png" /></picture><br/>Higress | <a href="https://lobehub.com/icons/mcp"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/mcp.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/mcp.png" /></picture><br/>MCP (Model Context Protocol) |
98
+ | <a href="https://lobehub.com/icons/openchat"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/openchat-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/openchat-color.png" /></picture><br/>OpenChat | <a href="https://lobehub.com/icons/huggingface"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/huggingface-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/huggingface-color.png" /></picture><br/>HuggingFace | <a href="https://lobehub.com/icons/bing"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/bing-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/bing-color.png" /></picture><br/>Microsoft Bing |
99
+ | <a href="https://lobehub.com/icons/palm"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/palm-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/palm-color.png" /></picture><br/>PaLM (Google) | <a href="https://lobehub.com/icons/iflytekcloud"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/iflytekcloud-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/iflytekcloud-color.png" /></picture><br/>IFlyTekCloud (讯飞开放平台) | <a href="https://lobehub.com/icons/copilot"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/copilot-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/copilot-color.png" /></picture><br/>Microsoft Copilot |
100
+ | <a href="https://lobehub.com/icons/qwen"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/qwen-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/qwen-color.png" /></picture><br/>Qwen (千问) | <a href="https://lobehub.com/icons/infinigence"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/infinigence-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/infinigence-color.png" /></picture><br/>Infinigence (无问芯穹) | <a href="https://lobehub.com/icons/midjourney"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/midjourney.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/midjourney.png" /></picture><br/>Midjourney |
101
+ | <a href="https://lobehub.com/icons/rwkv"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/rwkv-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/rwkv-color.png" /></picture><br/>RWKV | <a href="https://lobehub.com/icons/internlm"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/internlm-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/internlm-color.png" /></picture><br/>InternLM | <a href="https://lobehub.com/icons/myshell"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/myshell-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/myshell-color.png" /></picture><br/>MyShell |
102
+ | <a href="https://lobehub.com/icons/sensenova"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/sensenova-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/sensenova-color.png" /></picture><br/>SenseNova (商汤) | <a href="https://lobehub.com/icons/jina"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/jina.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/jina.png" /></picture><br/>Jina AI | <a href="https://lobehub.com/icons/notion"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/notion.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/notion.png" /></picture><br/>Notion |
103
+ | <a href="https://lobehub.com/icons/spark"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/spark-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/spark-color.png" /></picture><br/>Spark (讯飞星火) | <a href="https://lobehub.com/icons/lambda"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/lambda.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/lambda.png" /></picture><br/>Lambda | <a href="https://lobehub.com/icons/nvidia"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/nvidia-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/nvidia-color.png" /></picture><br/>Nvidia (ChatWithRTX) |
104
+ | <a href="https://lobehub.com/icons/stepfun"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/stepfun-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/stepfun-color.png" /></picture><br/>Stepfun (阶跃星辰) | <a href="https://lobehub.com/icons/lmstudio"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/lmstudio.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/lmstudio.png" /></picture><br/>LM Studio | <a href="https://lobehub.com/icons/pika"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/pika.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/pika.png" /></picture><br/>Pika |
105
+ | <a href="https://lobehub.com/icons/wenxin"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/wenxin-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/wenxin-color.png" /></picture><br/>Wenxin (文心) | <a href="https://lobehub.com/icons/lobehub"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/lobehub-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/lobehub-color.png" /></picture><br/>LobeHub | <a href="https://lobehub.com/icons/pixverse"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/pixverse-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/pixverse-color.png" /></picture><br/>PixVerse |
106
+ | <a href="https://lobehub.com/icons/xuanyuan"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/xuanyuan-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/xuanyuan-color.png" /></picture><br/>Xuanyuan (度小满轩辕) | <a href="https://lobehub.com/icons/meta"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/meta-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/meta-color.png" /></picture><br/>Meta | <a href="https://lobehub.com/icons/poe"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/poe-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/poe-color.png" /></picture><br/>Poe |
107
+ | <a href="https://lobehub.com/icons/yi"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/yi-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/yi-color.png" /></picture><br/>Yi (零一万物) | <a href="https://lobehub.com/icons/microsoft"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/microsoft-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/microsoft-color.png" /></picture><br/>Microsoft | <a href="https://lobehub.com/icons/pollinations"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/pollinations.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/pollinations.png" /></picture><br/>Pollinations |
108
+ | | <a href="https://lobehub.com/icons/azure"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/azure-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/azure-color.png" /></picture><br/>Microsoft Azure | <a href="https://lobehub.com/icons/qingyan"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/qingyan-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/qingyan-color.png" /></picture><br/>Qingyan (智谱清言) |
109
+ | | <a href="https://lobehub.com/icons/modelscope"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/modelscope-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/modelscope-color.png" /></picture><br/>ModelScope (魔搭) | <a href="https://lobehub.com/icons/recraft"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/recraft.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/recraft.png" /></picture><br/>Recraft |
110
+ | | <a href="https://lobehub.com/icons/moonshot"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/moonshot.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/moonshot.png" /></picture><br/>Moonshot (月之暗面) | <a href="https://lobehub.com/icons/replit"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/replit-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/replit-color.png" /></picture><br/>Replit |
111
+ | | <a href="https://lobehub.com/icons/novita"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/novita-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/novita-color.png" /></picture><br/>Novita | <a href="https://lobehub.com/icons/runway"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/runway.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/runway.png" /></picture><br/>Runway |
112
+ | | <a href="https://lobehub.com/icons/ollama"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/ollama.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/ollama.png" /></picture><br/>Ollama | <a href="https://lobehub.com/icons/suno"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/suno.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/suno.png" /></picture><br/>Suno |
113
+ | | <a href="https://lobehub.com/icons/openai"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/openai.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/openai.png" /></picture><br/>OpenAI (ChatGPT) | <a href="https://lobehub.com/icons/sync"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/sync.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/sync.png" /></picture><br/>Sync |
114
+ | | <a href="https://lobehub.com/icons/openrouter"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/openrouter.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/openrouter.png" /></picture><br/>OpenRouter | <a href="https://lobehub.com/icons/tiangong"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/tiangong-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/tiangong-color.png" /></picture><br/>Tiangong (天工) |
115
+ | | <a href="https://lobehub.com/icons/perplexity"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/perplexity-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/perplexity-color.png" /></picture><br/>Perplexity | <a href="https://lobehub.com/icons/tripo"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/tripo-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/tripo-color.png" /></picture><br/>Tripo |
116
+ | | <a href="https://lobehub.com/icons/ppio"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/ppio-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/ppio-color.png" /></picture><br/>PPIO | <a href="https://lobehub.com/icons/udio"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/udio-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/udio-color.png" /></picture><br/>Udio |
117
+ | | <a href="https://lobehub.com/icons/railway"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/railway.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/railway.png" /></picture><br/>Railway | <a href="https://lobehub.com/icons/v0"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/v0.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/v0.png" /></picture><br/>V0 (Vercel) |
118
+ | | <a href="https://lobehub.com/icons/replicate"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/replicate.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/replicate.png" /></picture><br/>Replicate | <a href="https://lobehub.com/icons/vidu"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/vidu-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/vidu-color.png" /></picture><br/>Vidu |
119
+ | | <a href="https://lobehub.com/icons/sambanova"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/sambanova-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/sambanova-color.png" /></picture><br/>SambaNova | <a href="https://lobehub.com/icons/viggle"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/viggle.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/viggle.png" /></picture><br/>Viggle |
120
+ | | <a href="https://lobehub.com/icons/search1api"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/search1api-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/search1api-color.png" /></picture><br/>Search1API | <a href="https://lobehub.com/icons/zeabur"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/zeabur-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/zeabur-color.png" /></picture><br/>Zeabur |
121
+ | | <a href="https://lobehub.com/icons/siliconcloud"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/siliconcloud-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/siliconcloud-color.png" /></picture><br/>SiliconCloud (SiliconFlow) | |
122
+ | | <a href="https://lobehub.com/icons/stability"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/stability-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/stability-color.png" /></picture><br/>Stability (StableDiffusion) | |
120
123
  | | <a href="https://lobehub.com/icons/statecloud"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/statecloud-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/statecloud-color.png" /></picture><br/>StateCloud (天翼云) | |
121
124
  | | <a href="https://lobehub.com/icons/tii"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/tii-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/tii-color.png" /></picture><br/>Technology Innovation Institute (Falcon) | |
122
125
  | | <a href="https://lobehub.com/icons/tencent"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/tencent-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/tencent-color.png" /></picture><br/>Tencent | |
@@ -129,6 +132,7 @@ Contributions, corrections & requests can be made on GitHub.
129
132
  | | <a href="https://lobehub.com/icons/volcengine"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/volcengine-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/volcengine-color.png" /></picture><br/>Volcengine (火山引擎) | |
130
133
  | | <a href="https://lobehub.com/icons/workersai"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/workersai-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/workersai-color.png" /></picture><br/>WorkersAI (Cloudflare) | |
131
134
  | | <a href="https://lobehub.com/icons/xai"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/xai.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/xai.png" /></picture><br/>xAI | |
135
+ | | <a href="https://lobehub.com/icons/yandex"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/yandex.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/yandex.png" /></picture><br/>Yandex | |
132
136
  | | <a href="https://lobehub.com/icons/zhipu"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/zhipu-color.png" /><img height="56px" width="56px" src="https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/light/zhipu-color.png" /></picture><br/>Zhipu (智谱) | |
133
137
 
134
138
  <!-- ICON LIST -->
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,27 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["background"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconAvatar from "../../features/IconAvatar";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
+ import Mono from "./Mono";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ rest = _objectWithoutProperties(_ref, _excluded);
20
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
21
+ Icon: Mono,
22
+ "aria-label": TITLE,
23
+ background: background || COLOR_PRIMARY,
24
+ color: '#000'
25
+ }, rest));
26
+ });
27
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,26 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ spaceMultiple: SPACE_MULTIPLE,
23
+ textMultiple: TEXT_MULTIPLE
24
+ }, rest));
25
+ });
26
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,42 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 24 24",
31
+ width: size,
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, rest), {}, {
34
+ children: [/*#__PURE__*/_jsx("title", {
35
+ children: TITLE
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ clipRule: "evenodd",
38
+ d: "M13.152 3c-.64 0-1.158.51-1.158 1.137V18.84c0 .628.519 1.137 1.159 1.137h3.308c.64 0 1.158-.51 1.158-1.137V4.137C17.62 3.51 17.101 3 16.461 3h-3.308zm-6.24.081c-.314 0-.599.123-.807.323-.001.002-.004 0-.003-.002 0-.002-.002-.003-.003-.001l-.035.045a1.134 1.134 0 00-.139.181c-.11.144-.206.296-.287.456L.403 14.36l-.296.654a1.01 1.01 0 00-.016.034l-.032.07c0 .002 0 .002.002.002a1.105 1.105 0 00-.06.369l-.001 3.383A1.14 1.14 0 001.152 20h3.456a1.14 1.14 0 001.152-1.128V13.232c0-2.491 2.063-4.511 4.608-4.511a1.14 1.14 0 001.152-1.128V4.209a1.14 1.14 0 00-1.152-1.128H6.912zm11.328 14.1c0-1.558 1.29-2.82 2.88-2.82 1.59 0 2.88 1.262 2.88 2.82C24 18.736 22.71 20 21.12 20c-1.59 0-2.88-1.262-2.88-2.82z"
39
+ })]
40
+ }));
41
+ });
42
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 84 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M5.396 22c-.317 0-.574-.1-.771-.298-.188-.199-.282-.472-.282-.82V7.97H2.89c-.267 0-.485-.075-.653-.224C2.08 7.596 2 7.383 2 7.105c0-.268.08-.482.237-.64.168-.16.386-.239.653-.239h1.453V4.305c0-1.4.331-2.433.993-3.098C6.01.53 6.938.194 8.124.194c.633 0 1.102.089 1.409.268.316.169.474.412.474.73 0 .387-.192.63-.578.73-.099.02-.217.034-.356.044h-.46c-.721 0-1.265.194-1.63.581-.366.377-.55.998-.55 1.862v1.817h2.625c.267 0 .48.08.638.238.168.16.252.373.252.64 0 .279-.084.492-.252.641-.158.15-.37.224-.638.224h-2.61v12.914c0 .347-.093.62-.281.82-.188.198-.445.297-.771.297zm7.963 0c-.307 0-.559-.1-.757-.298-.197-.208-.296-.482-.296-.82V1.118c0-.337.099-.606.296-.804A.997.997 0 0113.36 0c.306 0 .558.104.756.313.198.198.296.467.296.804v19.766c0 .338-.098.61-.296.82-.198.198-.45.297-.756.297zm10.75 0c-1.413 0-2.654-.323-3.722-.968-1.057-.655-1.883-1.584-2.476-2.786-.583-1.201-.875-2.621-.875-4.26 0-1.638.292-3.058.875-4.26.593-1.201 1.419-2.125 2.476-2.77 1.068-.655 2.309-.983 3.722-.983 1.424 0 2.665.328 3.722.983 1.058.645 1.884 1.569 2.477 2.77.593 1.202.89 2.622.89 4.26 0 1.629-.297 3.049-.89 4.26-.593 1.202-1.419 2.13-2.477 2.786-1.057.645-2.298.968-3.722.968zm0-1.832c.999 0 1.869-.243 2.61-.73.742-.496 1.315-1.206 1.72-2.13.416-.933.623-2.04.623-3.322 0-1.29-.207-2.398-.623-3.321-.405-.924-.978-1.629-1.72-2.115-.741-.497-1.611-.745-2.61-.745-.988 0-1.853.248-2.595.745-.741.486-1.32 1.191-1.735 2.115-.405.923-.607 2.03-.607 3.322 0 1.29.202 2.398.607 3.321.416.924.989 1.634 1.72 2.13.742.487 1.612.73 2.61.73zM37.722 22c-.336 0-.613-.084-.83-.253-.208-.169-.366-.442-.475-.82l-3.915-13.45a6.664 6.664 0 01-.074-.298c-.01-.099-.015-.193-.015-.283 0-.288.094-.511.282-.67.188-.169.435-.253.742-.253.267 0 .474.07.622.208.158.14.277.363.356.67l3.366 12.587h.045L41.4 6.956c.177-.655.602-.983 1.275-.983.642 0 1.053.323 1.23.968l3.589 12.497h.06l3.35-12.586c.08-.308.193-.532.342-.67.158-.14.37-.21.637-.21.317 0 .564.085.742.254.188.159.281.382.281.67 0 .09-.005.18-.014.269-.01.089-.035.188-.075.297l-3.914 13.48c-.11.358-.272.626-.49.805-.207.169-.484.253-.83.253-.366 0-.657-.084-.875-.253-.207-.169-.366-.442-.474-.82l-3.56-11.96h-.044l-3.544 11.975c-.099.348-.262.611-.49.79-.227.179-.518.268-.874.268zM56.065 3.158a1.37 1.37 0 01-.964-.388c-.267-.268-.4-.59-.4-.968 0-.377.133-.695.4-.953.277-.268.598-.402.964-.402.376 0 .697.134.964.402.277.258.415.576.415.953 0 .378-.138.7-.415.968a1.336 1.336 0 01-.964.388zm0 18.842a.997.997 0 01-.756-.313c-.198-.208-.297-.476-.297-.804V7.09c0-.338.099-.606.297-.804a.997.997 0 01.756-.313c.306 0 .558.104.756.313.198.198.297.466.297.804v13.793c0 .328-.1.596-.297.804a.997.997 0 01-.756.313zm5.264-3.783V7.969h-1.498c-.296 0-.529-.08-.697-.238-.168-.16-.252-.373-.252-.641 0-.278.084-.491.252-.64.168-.15.4-.224.697-.224h1.498V3.232c0-.337.099-.61.297-.819a.997.997 0 01.756-.313c.316 0 .568.104.756.313.198.209.297.482.297.82v2.993h2.254c.296 0 .524.075.682.224.168.149.252.362.252.64 0 .268-.084.482-.252.64-.158.16-.386.239-.682.239h-2.254v9.816c0 .754.143 1.305.43 1.653.296.348.79.536 1.482.566l.416.015c.336.02.583.1.741.238.168.14.252.338.252.596 0 .209-.05.387-.148.536-.099.15-.257.263-.475.343-.217.07-.509.104-.874.104h-.386c-1.186 0-2.076-.293-2.67-.879-.582-.595-.874-1.509-.874-2.74zM70.3 22c-.306 0-.558-.1-.756-.298-.198-.208-.296-.482-.296-.82V1.103c0-.337.093-.605.281-.804.198-.199.455-.298.771-.298.326 0 .584.1.771.298.188.199.282.467.282.804v7.984h.06a4.792 4.792 0 011.912-2.264c.89-.566 1.943-.85 3.159-.85 1.7 0 3.044.527 4.033 1.58C81.506 8.594 82 9.985 82 11.722v9.16c0 .338-.099.612-.297.82-.197.199-.45.298-.756.298s-.558-.1-.756-.298c-.198-.208-.297-.482-.297-.82V12.08c0-1.32-.356-2.358-1.067-3.113-.702-.755-1.696-1.132-2.98-1.132-.9 0-1.691.203-2.373.61a4.096 4.096 0 00-1.572 1.684c-.366.715-.549 1.549-.549 2.502v8.252c0 .338-.099.61-.296.82-.198.198-.45.297-.757.297z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Combine from "./components/Combine";
5
+ import Mono from "./components/Mono";
6
+ import Text from "./components/Text";
7
+ import { COLOR_PRIMARY, TITLE } from "./style";
8
+ var Icons = Mono;
9
+ Icons.Text = Text;
10
+ Icons.Combine = Combine;
11
+ Icons.Avatar = Avatar;
12
+ Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.title = TITLE;
14
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "Flowith";
2
+ export declare const TEXT_MULTIPLE = 0.75;
3
+ export declare const SPACE_MULTIPLE = 0.1;
4
+ export declare const COLOR_PRIMARY = "#fff";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Flowith';
2
+ export var TEXT_MULTIPLE = 0.75;
3
+ export var SPACE_MULTIPLE = 0.1;
4
+ export var COLOR_PRIMARY = '#fff';
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,26 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["background"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconAvatar from "../../features/IconAvatar";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
+ import Mono from "./Mono";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ rest = _objectWithoutProperties(_ref, _excluded);
20
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
21
+ Icon: Mono,
22
+ "aria-label": TITLE,
23
+ background: background || COLOR_PRIMARY
24
+ }, rest));
25
+ });
26
+ export default Avatar;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;