@lobehub/icons 1.81.0 → 1.83.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.
- package/README.md +45 -41
- package/es/CommandA/components/Avatar.d.ts +5 -0
- package/es/CommandA/components/Avatar.js +26 -0
- package/es/CommandA/components/Color.d.ts +1 -0
- package/es/CommandA/components/Color.js +3 -0
- package/es/CommandA/components/Combine.d.ts +7 -0
- package/es/CommandA/components/Combine.js +32 -0
- package/es/CommandA/components/Mono.d.ts +1 -0
- package/es/CommandA/components/Mono.js +3 -0
- package/es/CommandA/components/Text.d.ts +3 -0
- package/es/CommandA/components/Text.js +42 -0
- package/es/CommandA/index.d.ts +15 -0
- package/es/CommandA/index.js +16 -0
- package/es/CommandA/style.d.ts +4 -0
- package/es/CommandA/style.js +4 -0
- package/es/Flowith/components/Avatar.d.ts +5 -0
- package/es/Flowith/components/Avatar.js +27 -0
- package/es/Flowith/components/Combine.d.ts +5 -0
- package/es/Flowith/components/Combine.js +26 -0
- package/es/Flowith/components/Mono.d.ts +3 -0
- package/es/Flowith/components/Mono.js +42 -0
- package/es/Flowith/components/Text.d.ts +3 -0
- package/es/Flowith/components/Text.js +40 -0
- package/es/Flowith/index.d.ts +13 -0
- package/es/Flowith/index.js +14 -0
- package/es/Flowith/style.d.ts +4 -0
- package/es/Flowith/style.js +4 -0
- package/es/Infinigence/components/Avatar.d.ts +5 -0
- package/es/Infinigence/components/Avatar.js +26 -0
- package/es/Infinigence/components/Color.d.ts +3 -0
- package/es/Infinigence/components/Color.js +43 -0
- package/es/Infinigence/components/Combine.d.ts +7 -0
- package/es/Infinigence/components/Combine.js +32 -0
- package/es/Infinigence/components/Mono.d.ts +3 -0
- package/es/Infinigence/components/Mono.js +43 -0
- package/es/Infinigence/components/Text.d.ts +3 -0
- package/es/Infinigence/components/Text.js +44 -0
- package/es/Infinigence/components/TextCn.d.ts +3 -0
- package/es/Infinigence/components/TextCn.js +44 -0
- package/es/Infinigence/index.d.ts +17 -0
- package/es/Infinigence/index.js +18 -0
- package/es/Infinigence/style.d.ts +4 -0
- package/es/Infinigence/style.js +4 -0
- package/es/Lambda/components/Avatar.d.ts +5 -0
- package/es/Lambda/components/Avatar.js +27 -0
- package/es/Lambda/components/Combine.d.ts +5 -0
- package/es/Lambda/components/Combine.js +26 -0
- package/es/Lambda/components/Mono.d.ts +3 -0
- package/es/Lambda/components/Mono.js +41 -0
- package/es/Lambda/components/Text.d.ts +3 -0
- package/es/Lambda/components/Text.js +40 -0
- package/es/Lambda/index.d.ts +13 -0
- package/es/Lambda/index.js +14 -0
- package/es/Lambda/style.d.ts +4 -0
- package/es/Lambda/style.js +4 -0
- package/es/MCP/components/Avatar.d.ts +5 -0
- package/es/MCP/components/Avatar.js +27 -0
- package/es/MCP/components/Combine.d.ts +5 -0
- package/es/MCP/components/Combine.js +29 -0
- package/es/MCP/components/Mono.d.ts +3 -0
- package/es/MCP/components/Mono.js +43 -0
- package/es/MCP/components/Text.d.ts +3 -0
- package/es/MCP/components/Text.js +40 -0
- package/es/MCP/index.d.ts +13 -0
- package/es/MCP/index.js +14 -0
- package/es/MCP/style.d.ts +4 -0
- package/es/MCP/style.js +4 -0
- package/es/Make/components/Avatar.d.ts +5 -0
- package/es/Make/components/Avatar.js +26 -0
- package/es/Make/components/Color.d.ts +3 -0
- package/es/Make/components/Color.js +135 -0
- package/es/Make/components/Combine.d.ts +7 -0
- package/es/Make/components/Combine.js +32 -0
- package/es/Make/components/Mono.d.ts +3 -0
- package/es/Make/components/Mono.js +45 -0
- package/es/Make/components/Text.d.ts +3 -0
- package/es/Make/components/Text.js +42 -0
- package/es/Make/index.d.ts +15 -0
- package/es/Make/index.js +16 -0
- package/es/Make/style.d.ts +4 -0
- package/es/Make/style.js +4 -0
- package/es/Manus/components/Avatar.d.ts +5 -0
- package/es/Manus/components/Avatar.js +28 -0
- package/es/Manus/components/Combine.d.ts +5 -0
- package/es/Manus/components/Combine.js +26 -0
- package/es/Manus/components/Mono.d.ts +3 -0
- package/es/Manus/components/Mono.js +46 -0
- package/es/Manus/components/Text.d.ts +3 -0
- package/es/Manus/components/Text.js +40 -0
- package/es/Manus/index.d.ts +13 -0
- package/es/Manus/index.js +14 -0
- package/es/Manus/style.d.ts +4 -0
- package/es/Manus/style.js +4 -0
- package/es/Monica/components/Avatar.d.ts +5 -0
- package/es/Monica/components/Avatar.js +26 -0
- package/es/Monica/components/Color.d.ts +3 -0
- package/es/Monica/components/Color.js +73 -0
- package/es/Monica/components/Combine.d.ts +7 -0
- package/es/Monica/components/Combine.js +32 -0
- package/es/Monica/components/Mono.d.ts +3 -0
- package/es/Monica/components/Mono.js +44 -0
- package/es/Monica/components/Text.d.ts +3 -0
- package/es/Monica/components/Text.js +40 -0
- package/es/Monica/index.d.ts +16 -0
- package/es/Monica/index.js +17 -0
- package/es/Monica/style.d.ts +5 -0
- package/es/Monica/style.js +5 -0
- package/es/N8n/components/Avatar.d.ts +5 -0
- package/es/N8n/components/Avatar.js +26 -0
- package/es/N8n/components/Color.d.ts +3 -0
- package/es/N8n/components/Color.js +42 -0
- package/es/N8n/components/Combine.d.ts +7 -0
- package/es/N8n/components/Combine.js +32 -0
- package/es/N8n/components/Mono.d.ts +3 -0
- package/es/N8n/components/Mono.js +42 -0
- package/es/N8n/components/Text.d.ts +3 -0
- package/es/N8n/components/Text.js +40 -0
- package/es/N8n/index.d.ts +15 -0
- package/es/N8n/index.js +16 -0
- package/es/N8n/style.d.ts +4 -0
- package/es/N8n/style.js +4 -0
- package/es/OpenWebUI/components/Avatar.d.ts +5 -0
- package/es/OpenWebUI/components/Avatar.js +28 -0
- package/es/OpenWebUI/components/Combine.d.ts +5 -0
- package/es/OpenWebUI/components/Combine.js +26 -0
- package/es/OpenWebUI/components/Mono.d.ts +3 -0
- package/es/OpenWebUI/components/Mono.js +44 -0
- package/es/OpenWebUI/components/Text.d.ts +3 -0
- package/es/OpenWebUI/components/Text.js +40 -0
- package/es/OpenWebUI/index.d.ts +13 -0
- package/es/OpenWebUI/index.js +14 -0
- package/es/OpenWebUI/style.d.ts +4 -0
- package/es/OpenWebUI/style.js +4 -0
- package/es/Railway/components/Avatar.d.ts +5 -0
- package/es/Railway/components/Avatar.js +27 -0
- package/es/Railway/components/Combine.d.ts +5 -0
- package/es/Railway/components/Combine.js +26 -0
- package/es/Railway/components/Mono.d.ts +3 -0
- package/es/Railway/components/Mono.js +43 -0
- package/es/Railway/components/Text.d.ts +3 -0
- package/es/Railway/components/Text.js +40 -0
- package/es/Railway/index.d.ts +14 -0
- package/es/Railway/index.js +15 -0
- package/es/Railway/style.d.ts +5 -0
- package/es/Railway/style.js +5 -0
- package/es/Yandex/components/Avatar.d.ts +5 -0
- package/es/Yandex/components/Avatar.js +28 -0
- package/es/Yandex/components/Combine.d.ts +5 -0
- package/es/Yandex/components/Combine.js +26 -0
- package/es/Yandex/components/Mono.d.ts +3 -0
- package/es/Yandex/components/Mono.js +41 -0
- package/es/Yandex/components/Text.d.ts +3 -0
- package/es/Yandex/components/Text.js +40 -0
- package/es/Yandex/index.d.ts +13 -0
- package/es/Yandex/index.js +14 -0
- package/es/Yandex/style.d.ts +4 -0
- package/es/Yandex/style.js +4 -0
- package/es/icons.d.ts +12 -0
- package/es/icons.js +12 -0
- package/es/toc.js +220 -2
- package/package.json +2 -2
package/es/icons.d.ts
CHANGED
@@ -30,6 +30,7 @@ export { default as CogView, type CompoundedIcon as CogViewProps } from './CogVi
|
|
30
30
|
export { default as Cohere, type CompoundedIcon as CohereProps } from './Cohere';
|
31
31
|
export { default as Colab, type CompoundedIcon as ColabProps } from './Colab';
|
32
32
|
export { default as ComfyUI, type CompoundedIcon as ComfyUIProps } from './ComfyUI';
|
33
|
+
export { default as CommandA, type CompoundedIcon as CommandAProps } from './CommandA';
|
33
34
|
export { default as Copilot, type CompoundedIcon as CopilotProps } from './Copilot';
|
34
35
|
export { default as Coze, type CompoundedIcon as CozeProps } from './Coze';
|
35
36
|
export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor';
|
@@ -43,6 +44,7 @@ export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao'
|
|
43
44
|
export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
44
45
|
export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
|
45
46
|
export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './FishAudio';
|
47
|
+
export { default as Flowith, type CompoundedIcon as FlowithProps } from './Flowith';
|
46
48
|
export { default as Flux, type CompoundedIcon as FluxProps } from './Flux';
|
47
49
|
export { default as Gemini, type CompoundedIcon as GeminiProps } from './Gemini';
|
48
50
|
export { default as Gemma, type CompoundedIcon as GemmaProps } from './Gemma';
|
@@ -61,10 +63,12 @@ export { default as HuggingFace, type CompoundedIcon as HuggingFaceProps } from
|
|
61
63
|
export { default as Hunyuan, type CompoundedIcon as HunyuanProps } from './Hunyuan';
|
62
64
|
export { default as Ideogram, type CompoundedIcon as IdeogramProps } from './Ideogram';
|
63
65
|
export { default as IFlyTekCloud, type CompoundedIcon as IFlyTekCloudProps } from './IFlyTekCloud';
|
66
|
+
export { default as Infinigence, type CompoundedIcon as InfinigenceProps } from './Infinigence';
|
64
67
|
export { default as InternLM, type CompoundedIcon as InternLMProps } from './InternLM';
|
65
68
|
export { default as Jina, type CompoundedIcon as JinaProps } from './Jina';
|
66
69
|
export { default as Kimi, type CompoundedIcon as KimiProps } from './Kimi';
|
67
70
|
export { default as Kling, type CompoundedIcon as KlingProps } from './Kling';
|
71
|
+
export { default as Lambda, type CompoundedIcon as LambdaProps } from './Lambda';
|
68
72
|
export { default as LangChain, type CompoundedIcon as LangChainProps } from './LangChain';
|
69
73
|
export { default as Langfuse, type CompoundedIcon as LangfuseProps } from './Langfuse';
|
70
74
|
export { default as Lightricks, type CompoundedIcon as LightricksProps } from './Lightricks';
|
@@ -74,14 +78,19 @@ export { default as LmStudio, type CompoundedIcon as LmStudioProps } from './LmS
|
|
74
78
|
export { default as LobeHub, type CompoundedIcon as LobeHubProps } from './LobeHub';
|
75
79
|
export { default as Luma, type CompoundedIcon as LumaProps } from './Luma';
|
76
80
|
export { default as Magic, type CompoundedIcon as MagicProps } from './Magic';
|
81
|
+
export { default as Make, type CompoundedIcon as MakeProps } from './Make';
|
82
|
+
export { default as Manus, type CompoundedIcon as ManusProps } from './Manus';
|
83
|
+
export { default as MCP, type CompoundedIcon as MCPProps } from './MCP';
|
77
84
|
export { default as Meta, type CompoundedIcon as MetaProps } from './Meta';
|
78
85
|
export { default as Microsoft, type CompoundedIcon as MicrosoftProps } from './Microsoft';
|
79
86
|
export { default as Midjourney, type CompoundedIcon as MidjourneyProps } from './Midjourney';
|
80
87
|
export { default as Minimax, type CompoundedIcon as MinimaxProps } from './Minimax';
|
81
88
|
export { default as Mistral, type CompoundedIcon as MistralProps } from './Mistral';
|
82
89
|
export { default as ModelScope, type CompoundedIcon as ModelScopeProps } from './ModelScope';
|
90
|
+
export { default as Monica, type CompoundedIcon as MonicaProps } from './Monica';
|
83
91
|
export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
|
84
92
|
export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
|
93
|
+
export { default as N8n, type CompoundedIcon as N8nProps } from './N8n';
|
85
94
|
export { default as Notion, type CompoundedIcon as NotionProps } from './Notion';
|
86
95
|
export { default as Nova, type CompoundedIcon as NovaProps } from './Nova';
|
87
96
|
export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
|
@@ -90,6 +99,7 @@ export { default as Ollama, type CompoundedIcon as OllamaProps } from './Ollama'
|
|
90
99
|
export { default as OpenAI, type CompoundedIcon as OpenAIProps } from './OpenAI';
|
91
100
|
export { default as OpenChat, type CompoundedIcon as OpenChatProps } from './OpenChat';
|
92
101
|
export { default as OpenRouter, type CompoundedIcon as OpenRouterProps } from './OpenRouter';
|
102
|
+
export { default as OpenWebUI, type CompoundedIcon as OpenWebUIProps } from './OpenWebUI';
|
93
103
|
export { default as PaLM, type CompoundedIcon as PaLMProps } from './PaLM';
|
94
104
|
export { default as Perplexity, type CompoundedIcon as PerplexityProps } from './Perplexity';
|
95
105
|
export { default as Pika, type CompoundedIcon as PikaProps } from './Pika';
|
@@ -99,6 +109,7 @@ export { default as Pollinations, type CompoundedIcon as PollinationsProps } fro
|
|
99
109
|
export { default as PPIO, type CompoundedIcon as PPIOProps } from './PPIO';
|
100
110
|
export { default as Qingyan, type CompoundedIcon as QingyanProps } from './Qingyan';
|
101
111
|
export { default as Qwen, type CompoundedIcon as QwenProps } from './Qwen';
|
112
|
+
export { default as Railway, type CompoundedIcon as RailwayProps } from './Railway';
|
102
113
|
export { default as Recraft, type CompoundedIcon as RecraftProps } from './Recraft';
|
103
114
|
export { default as Replicate, type CompoundedIcon as ReplicateProps } from './Replicate';
|
104
115
|
export { default as Replit, type CompoundedIcon as ReplitProps } from './Replit';
|
@@ -133,6 +144,7 @@ export { default as Wenxin, type CompoundedIcon as WenxinProps } from './Wenxin'
|
|
133
144
|
export { default as WorkersAI, type CompoundedIcon as WorkersAIProps } from './WorkersAI';
|
134
145
|
export { default as XAI, type CompoundedIcon as XAIProps } from './XAI';
|
135
146
|
export { default as Xuanyuan, type CompoundedIcon as XuanyuanProps } from './Xuanyuan';
|
147
|
+
export { default as Yandex, type CompoundedIcon as YandexProps } from './Yandex';
|
136
148
|
export { default as Yi, type CompoundedIcon as YiProps } from './Yi';
|
137
149
|
export { default as Zeabur, type CompoundedIcon as ZeaburProps } from './Zeabur';
|
138
150
|
export { default as ZeroOne, type CompoundedIcon as ZeroOneProps } from './ZeroOne';
|
package/es/icons.js
CHANGED
@@ -30,6 +30,7 @@ export { default as CogView } from "./CogView";
|
|
30
30
|
export { default as Cohere } from "./Cohere";
|
31
31
|
export { default as Colab } from "./Colab";
|
32
32
|
export { default as ComfyUI } from "./ComfyUI";
|
33
|
+
export { default as CommandA } from "./CommandA";
|
33
34
|
export { default as Copilot } from "./Copilot";
|
34
35
|
export { default as Coze } from "./Coze";
|
35
36
|
export { default as Cursor } from "./Cursor";
|
@@ -43,6 +44,7 @@ export { default as Doubao } from "./Doubao";
|
|
43
44
|
export { default as Fal } from "./Fal";
|
44
45
|
export { default as Fireworks } from "./Fireworks";
|
45
46
|
export { default as FishAudio } from "./FishAudio";
|
47
|
+
export { default as Flowith } from "./Flowith";
|
46
48
|
export { default as Flux } from "./Flux";
|
47
49
|
export { default as Gemini } from "./Gemini";
|
48
50
|
export { default as Gemma } from "./Gemma";
|
@@ -61,10 +63,12 @@ export { default as HuggingFace } from "./HuggingFace";
|
|
61
63
|
export { default as Hunyuan } from "./Hunyuan";
|
62
64
|
export { default as Ideogram } from "./Ideogram";
|
63
65
|
export { default as IFlyTekCloud } from "./IFlyTekCloud";
|
66
|
+
export { default as Infinigence } from "./Infinigence";
|
64
67
|
export { default as InternLM } from "./InternLM";
|
65
68
|
export { default as Jina } from "./Jina";
|
66
69
|
export { default as Kimi } from "./Kimi";
|
67
70
|
export { default as Kling } from "./Kling";
|
71
|
+
export { default as Lambda } from "./Lambda";
|
68
72
|
export { default as LangChain } from "./LangChain";
|
69
73
|
export { default as Langfuse } from "./Langfuse";
|
70
74
|
export { default as Lightricks } from "./Lightricks";
|
@@ -74,14 +78,19 @@ export { default as LmStudio } from "./LmStudio";
|
|
74
78
|
export { default as LobeHub } from "./LobeHub";
|
75
79
|
export { default as Luma } from "./Luma";
|
76
80
|
export { default as Magic } from "./Magic";
|
81
|
+
export { default as Make } from "./Make";
|
82
|
+
export { default as Manus } from "./Manus";
|
83
|
+
export { default as MCP } from "./MCP";
|
77
84
|
export { default as Meta } from "./Meta";
|
78
85
|
export { default as Microsoft } from "./Microsoft";
|
79
86
|
export { default as Midjourney } from "./Midjourney";
|
80
87
|
export { default as Minimax } from "./Minimax";
|
81
88
|
export { default as Mistral } from "./Mistral";
|
82
89
|
export { default as ModelScope } from "./ModelScope";
|
90
|
+
export { default as Monica } from "./Monica";
|
83
91
|
export { default as Moonshot } from "./Moonshot";
|
84
92
|
export { default as MyShell } from "./MyShell";
|
93
|
+
export { default as N8n } from "./N8n";
|
85
94
|
export { default as Notion } from "./Notion";
|
86
95
|
export { default as Nova } from "./Nova";
|
87
96
|
export { default as Novita } from "./Novita";
|
@@ -90,6 +99,7 @@ export { default as Ollama } from "./Ollama";
|
|
90
99
|
export { default as OpenAI } from "./OpenAI";
|
91
100
|
export { default as OpenChat } from "./OpenChat";
|
92
101
|
export { default as OpenRouter } from "./OpenRouter";
|
102
|
+
export { default as OpenWebUI } from "./OpenWebUI";
|
93
103
|
export { default as PaLM } from "./PaLM";
|
94
104
|
export { default as Perplexity } from "./Perplexity";
|
95
105
|
export { default as Pika } from "./Pika";
|
@@ -99,6 +109,7 @@ export { default as Pollinations } from "./Pollinations";
|
|
99
109
|
export { default as PPIO } from "./PPIO";
|
100
110
|
export { default as Qingyan } from "./Qingyan";
|
101
111
|
export { default as Qwen } from "./Qwen";
|
112
|
+
export { default as Railway } from "./Railway";
|
102
113
|
export { default as Recraft } from "./Recraft";
|
103
114
|
export { default as Replicate } from "./Replicate";
|
104
115
|
export { default as Replit } from "./Replit";
|
@@ -133,6 +144,7 @@ export { default as Wenxin } from "./Wenxin";
|
|
133
144
|
export { default as WorkersAI } from "./WorkersAI";
|
134
145
|
export { default as XAI } from "./XAI";
|
135
146
|
export { default as Xuanyuan } from "./Xuanyuan";
|
147
|
+
export { default as Yandex } from "./Yandex";
|
136
148
|
export { default as Yi } from "./Yi";
|
137
149
|
export { default as Zeabur } from "./Zeabur";
|
138
150
|
export { default as ZeroOne } from "./ZeroOne";
|
package/es/toc.js
CHANGED
@@ -531,7 +531,7 @@ var toc = [{
|
|
531
531
|
"color": "#39594D",
|
532
532
|
"desc": "https://cohere.com",
|
533
533
|
"docsUrl": "cohere",
|
534
|
-
"fullTitle": "Cohere
|
534
|
+
"fullTitle": "Cohere",
|
535
535
|
"group": "provider",
|
536
536
|
"id": "Cohere",
|
537
537
|
"param": {
|
@@ -544,7 +544,7 @@ var toc = [{
|
|
544
544
|
"hasTextCn": false,
|
545
545
|
"hasTextColor": false
|
546
546
|
},
|
547
|
-
"title": "
|
547
|
+
"title": "CommandA"
|
548
548
|
}, {
|
549
549
|
"color": "#F9AB00",
|
550
550
|
"desc": "https://colab.research.google.com/",
|
@@ -582,6 +582,24 @@ var toc = [{
|
|
582
582
|
"hasTextColor": false
|
583
583
|
},
|
584
584
|
"title": "ComfyUI"
|
585
|
+
}, {
|
586
|
+
"color": "#39594D",
|
587
|
+
"desc": "https://cohere.com/blog/command",
|
588
|
+
"docsUrl": "command-a",
|
589
|
+
"fullTitle": "CommandA (Cohere)",
|
590
|
+
"group": "model",
|
591
|
+
"id": "CommandA",
|
592
|
+
"param": {
|
593
|
+
"hasAvatar": true,
|
594
|
+
"hasBrand": false,
|
595
|
+
"hasBrandColor": false,
|
596
|
+
"hasColor": true,
|
597
|
+
"hasCombine": true,
|
598
|
+
"hasText": true,
|
599
|
+
"hasTextCn": false,
|
600
|
+
"hasTextColor": false
|
601
|
+
},
|
602
|
+
"title": "CommandA"
|
585
603
|
}, {
|
586
604
|
"color": "#fff",
|
587
605
|
"desc": "https://copilot.microsoft.com",
|
@@ -818,6 +836,24 @@ var toc = [{
|
|
818
836
|
"hasTextColor": false
|
819
837
|
},
|
820
838
|
"title": "FishAudio"
|
839
|
+
}, {
|
840
|
+
"color": "#fff",
|
841
|
+
"desc": "https://flowith.io",
|
842
|
+
"docsUrl": "flowith",
|
843
|
+
"fullTitle": "Flowith",
|
844
|
+
"group": "application",
|
845
|
+
"id": "Flowith",
|
846
|
+
"param": {
|
847
|
+
"hasAvatar": true,
|
848
|
+
"hasBrand": false,
|
849
|
+
"hasBrandColor": false,
|
850
|
+
"hasColor": false,
|
851
|
+
"hasCombine": true,
|
852
|
+
"hasText": true,
|
853
|
+
"hasTextCn": false,
|
854
|
+
"hasTextColor": false
|
855
|
+
},
|
856
|
+
"title": "Flowith"
|
821
857
|
}, {
|
822
858
|
"color": "#fff",
|
823
859
|
"desc": "https://blackforestlabs.ai",
|
@@ -1146,6 +1182,24 @@ var toc = [{
|
|
1146
1182
|
"hasTextColor": false
|
1147
1183
|
},
|
1148
1184
|
"title": "Ideogram"
|
1185
|
+
}, {
|
1186
|
+
"color": "#7952ea",
|
1187
|
+
"desc": "https://cloud.infini-ai.com",
|
1188
|
+
"docsUrl": "infinigence",
|
1189
|
+
"fullTitle": "Infinigence (无问芯穹)",
|
1190
|
+
"group": "provider",
|
1191
|
+
"id": "Infinigence",
|
1192
|
+
"param": {
|
1193
|
+
"hasAvatar": true,
|
1194
|
+
"hasBrand": false,
|
1195
|
+
"hasBrandColor": false,
|
1196
|
+
"hasColor": true,
|
1197
|
+
"hasCombine": true,
|
1198
|
+
"hasText": true,
|
1199
|
+
"hasTextCn": true,
|
1200
|
+
"hasTextColor": false
|
1201
|
+
},
|
1202
|
+
"title": "Infinigence"
|
1149
1203
|
}, {
|
1150
1204
|
"color": "#1B3882",
|
1151
1205
|
"desc": "https://internlm.intern-ai.org.cn",
|
@@ -1238,6 +1292,24 @@ var toc = [{
|
|
1238
1292
|
"hasTextColor": false
|
1239
1293
|
},
|
1240
1294
|
"title": "LLaVA"
|
1295
|
+
}, {
|
1296
|
+
"color": "#000",
|
1297
|
+
"desc": "https://lambdalabs.com",
|
1298
|
+
"docsUrl": "lambda",
|
1299
|
+
"fullTitle": "Lambda",
|
1300
|
+
"group": "provider",
|
1301
|
+
"id": "Lambda",
|
1302
|
+
"param": {
|
1303
|
+
"hasAvatar": true,
|
1304
|
+
"hasBrand": false,
|
1305
|
+
"hasBrandColor": false,
|
1306
|
+
"hasColor": false,
|
1307
|
+
"hasCombine": true,
|
1308
|
+
"hasText": true,
|
1309
|
+
"hasTextCn": false,
|
1310
|
+
"hasTextColor": false
|
1311
|
+
},
|
1312
|
+
"title": "Lambda"
|
1241
1313
|
}, {
|
1242
1314
|
"color": "#1C3C3C",
|
1243
1315
|
"desc": "https://langchain.com",
|
@@ -1365,6 +1437,24 @@ var toc = [{
|
|
1365
1437
|
"hasTextColor": false
|
1366
1438
|
},
|
1367
1439
|
"title": "Luma"
|
1440
|
+
}, {
|
1441
|
+
"color": "#FFF",
|
1442
|
+
"desc": "https://modelcontextprotocol.io",
|
1443
|
+
"docsUrl": "mcp",
|
1444
|
+
"fullTitle": "MCP (Model Context Protocol)",
|
1445
|
+
"group": "application",
|
1446
|
+
"id": "MCP",
|
1447
|
+
"param": {
|
1448
|
+
"hasAvatar": true,
|
1449
|
+
"hasBrand": false,
|
1450
|
+
"hasBrandColor": false,
|
1451
|
+
"hasColor": false,
|
1452
|
+
"hasCombine": true,
|
1453
|
+
"hasText": true,
|
1454
|
+
"hasTextCn": false,
|
1455
|
+
"hasTextColor": false
|
1456
|
+
},
|
1457
|
+
"title": "ModelContextProtocol"
|
1368
1458
|
}, {
|
1369
1459
|
"color": "#fff",
|
1370
1460
|
"desc": "https://magic.dev",
|
@@ -1383,6 +1473,42 @@ var toc = [{
|
|
1383
1473
|
"hasTextColor": false
|
1384
1474
|
},
|
1385
1475
|
"title": "Magic"
|
1476
|
+
}, {
|
1477
|
+
"color": "#ff009a",
|
1478
|
+
"desc": "https://make.com",
|
1479
|
+
"docsUrl": "make",
|
1480
|
+
"fullTitle": "Make",
|
1481
|
+
"group": "application",
|
1482
|
+
"id": "Make",
|
1483
|
+
"param": {
|
1484
|
+
"hasAvatar": true,
|
1485
|
+
"hasBrand": false,
|
1486
|
+
"hasBrandColor": false,
|
1487
|
+
"hasColor": true,
|
1488
|
+
"hasCombine": true,
|
1489
|
+
"hasText": true,
|
1490
|
+
"hasTextCn": false,
|
1491
|
+
"hasTextColor": false
|
1492
|
+
},
|
1493
|
+
"title": "Make"
|
1494
|
+
}, {
|
1495
|
+
"color": "#fff",
|
1496
|
+
"desc": "https://manus.im",
|
1497
|
+
"docsUrl": "manus",
|
1498
|
+
"fullTitle": "Manus",
|
1499
|
+
"group": "application",
|
1500
|
+
"id": "Manus",
|
1501
|
+
"param": {
|
1502
|
+
"hasAvatar": true,
|
1503
|
+
"hasBrand": false,
|
1504
|
+
"hasBrandColor": false,
|
1505
|
+
"hasColor": false,
|
1506
|
+
"hasCombine": true,
|
1507
|
+
"hasText": true,
|
1508
|
+
"hasTextCn": false,
|
1509
|
+
"hasTextColor": false
|
1510
|
+
},
|
1511
|
+
"title": "Manus"
|
1386
1512
|
}, {
|
1387
1513
|
"color": "#1d65c1",
|
1388
1514
|
"colorGradient": "linear-gradient(45deg, #007FF8, #0668E1, #007FF8)",
|
@@ -1493,6 +1619,25 @@ var toc = [{
|
|
1493
1619
|
"hasTextColor": false
|
1494
1620
|
},
|
1495
1621
|
"title": "ModelScope"
|
1622
|
+
}, {
|
1623
|
+
"color": "#6841ea",
|
1624
|
+
"colorGradient": "linear-gradient(90deg, #A83FE0, #515FFB, #2BB5DD)",
|
1625
|
+
"desc": "https://monica.im",
|
1626
|
+
"docsUrl": "monica",
|
1627
|
+
"fullTitle": "Monica",
|
1628
|
+
"group": "application",
|
1629
|
+
"id": "Monica",
|
1630
|
+
"param": {
|
1631
|
+
"hasAvatar": true,
|
1632
|
+
"hasBrand": false,
|
1633
|
+
"hasBrandColor": false,
|
1634
|
+
"hasColor": true,
|
1635
|
+
"hasCombine": true,
|
1636
|
+
"hasText": true,
|
1637
|
+
"hasTextCn": false,
|
1638
|
+
"hasTextColor": false
|
1639
|
+
},
|
1640
|
+
"title": "Monica"
|
1496
1641
|
}, {
|
1497
1642
|
"color": "#16191E",
|
1498
1643
|
"desc": "https://moonshot.cn",
|
@@ -1529,6 +1674,24 @@ var toc = [{
|
|
1529
1674
|
"hasTextColor": false
|
1530
1675
|
},
|
1531
1676
|
"title": "MyShell"
|
1677
|
+
}, {
|
1678
|
+
"color": "#EA4B71",
|
1679
|
+
"desc": "https://n8n.io",
|
1680
|
+
"docsUrl": "n-8-n",
|
1681
|
+
"fullTitle": "n8n",
|
1682
|
+
"group": "application",
|
1683
|
+
"id": "N8n",
|
1684
|
+
"param": {
|
1685
|
+
"hasAvatar": true,
|
1686
|
+
"hasBrand": false,
|
1687
|
+
"hasBrandColor": false,
|
1688
|
+
"hasColor": true,
|
1689
|
+
"hasCombine": true,
|
1690
|
+
"hasText": true,
|
1691
|
+
"hasTextCn": false,
|
1692
|
+
"hasTextColor": false
|
1693
|
+
},
|
1694
|
+
"title": "n8n"
|
1532
1695
|
}, {
|
1533
1696
|
"color": "#fff",
|
1534
1697
|
"desc": "https://notion.com",
|
@@ -1674,6 +1837,24 @@ var toc = [{
|
|
1674
1837
|
"hasTextColor": false
|
1675
1838
|
},
|
1676
1839
|
"title": "OpenRouter"
|
1840
|
+
}, {
|
1841
|
+
"color": "#fff",
|
1842
|
+
"desc": "https://openwebui.com",
|
1843
|
+
"docsUrl": "open-web-ui",
|
1844
|
+
"fullTitle": "OpenWebUI",
|
1845
|
+
"group": "application",
|
1846
|
+
"id": "OpenWebUI",
|
1847
|
+
"param": {
|
1848
|
+
"hasAvatar": true,
|
1849
|
+
"hasBrand": false,
|
1850
|
+
"hasBrandColor": false,
|
1851
|
+
"hasColor": false,
|
1852
|
+
"hasCombine": true,
|
1853
|
+
"hasText": true,
|
1854
|
+
"hasTextCn": false,
|
1855
|
+
"hasTextColor": false
|
1856
|
+
},
|
1857
|
+
"title": "OpenWebUI"
|
1677
1858
|
}, {
|
1678
1859
|
"color": "#2874ff",
|
1679
1860
|
"desc": "https://ppinfra.com",
|
@@ -1838,6 +2019,25 @@ var toc = [{
|
|
1838
2019
|
"hasTextColor": false
|
1839
2020
|
},
|
1840
2021
|
"title": "Qwen"
|
2022
|
+
}, {
|
2023
|
+
"color": "#853bce",
|
2024
|
+
"colorGradient": "linear-gradient(to bottom, #A204B4, #6213B9)",
|
2025
|
+
"desc": "https://railway.com",
|
2026
|
+
"docsUrl": "railway",
|
2027
|
+
"fullTitle": "Railway",
|
2028
|
+
"group": "provider",
|
2029
|
+
"id": "Railway",
|
2030
|
+
"param": {
|
2031
|
+
"hasAvatar": true,
|
2032
|
+
"hasBrand": false,
|
2033
|
+
"hasBrandColor": false,
|
2034
|
+
"hasColor": false,
|
2035
|
+
"hasCombine": true,
|
2036
|
+
"hasText": true,
|
2037
|
+
"hasTextCn": false,
|
2038
|
+
"hasTextColor": false
|
2039
|
+
},
|
2040
|
+
"title": "Railway"
|
1841
2041
|
}, {
|
1842
2042
|
"color": "#000",
|
1843
2043
|
"desc": "https://recraft.ai",
|
@@ -2455,6 +2655,24 @@ var toc = [{
|
|
2455
2655
|
"hasTextColor": false
|
2456
2656
|
},
|
2457
2657
|
"title": "轩辕"
|
2658
|
+
}, {
|
2659
|
+
"color": "#FB3E1C",
|
2660
|
+
"desc": "https://ai.yandex.com",
|
2661
|
+
"docsUrl": "yandex",
|
2662
|
+
"fullTitle": "Yandex",
|
2663
|
+
"group": "provider",
|
2664
|
+
"id": "Yandex",
|
2665
|
+
"param": {
|
2666
|
+
"hasAvatar": true,
|
2667
|
+
"hasBrand": false,
|
2668
|
+
"hasBrandColor": false,
|
2669
|
+
"hasColor": false,
|
2670
|
+
"hasCombine": true,
|
2671
|
+
"hasText": true,
|
2672
|
+
"hasTextCn": false,
|
2673
|
+
"hasTextColor": false
|
2674
|
+
},
|
2675
|
+
"title": "Yandex"
|
2458
2676
|
}, {
|
2459
2677
|
"color": "#003425",
|
2460
2678
|
"desc": "https://github.com/01-ai/Yi",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lobehub/icons",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.83.0",
|
4
4
|
"description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
|
5
5
|
"keywords": [
|
6
6
|
"lobehub",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"es"
|
28
28
|
],
|
29
29
|
"dependencies": {
|
30
|
-
"@lobehub/ui": "^1.
|
30
|
+
"@lobehub/ui": "^1.165.6",
|
31
31
|
"antd-style": "^3.7.1",
|
32
32
|
"lucide-react": "^0.469.0",
|
33
33
|
"polished": "^4.3.1",
|