@lobehub/icons 2.45.0 → 2.47.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 +57 -57
- package/es/Ai2/components/Avatar.d.ts +5 -0
- package/es/Ai2/components/Avatar.js +25 -0
- package/es/Ai2/components/Color.d.ts +3 -0
- package/es/Ai2/components/Color.js +39 -0
- package/es/Ai2/components/Combine.d.ts +7 -0
- package/es/Ai2/components/Combine.js +32 -0
- package/es/Ai2/components/Mono.d.ts +3 -0
- package/es/Ai2/components/Mono.js +40 -0
- package/es/Ai2/components/Text.d.ts +3 -0
- package/es/Ai2/components/Text.js +39 -0
- package/es/Ai2/index.d.ts +16 -0
- package/es/Ai2/index.js +14 -0
- package/es/Ai2/style.d.ts +7 -0
- package/es/Ai2/style.js +9 -0
- package/es/Arcee/components/Avatar.d.ts +5 -0
- package/es/Arcee/components/Avatar.js +25 -0
- package/es/Arcee/components/Color.d.ts +3 -0
- package/es/Arcee/components/Color.js +39 -0
- package/es/Arcee/components/Combine.d.ts +7 -0
- package/es/Arcee/components/Combine.js +32 -0
- package/es/Arcee/components/Mono.d.ts +3 -0
- package/es/Arcee/components/Mono.js +40 -0
- package/es/Arcee/components/Text.d.ts +3 -0
- package/es/Arcee/components/Text.js +39 -0
- package/es/Arcee/index.d.ts +16 -0
- package/es/Arcee/index.js +14 -0
- package/es/Arcee/style.d.ts +7 -0
- package/es/Arcee/style.js +9 -0
- package/es/CodeFlicker/components/Avatar.d.ts +5 -0
- package/es/CodeFlicker/components/Avatar.js +25 -0
- package/es/CodeFlicker/components/Color.d.ts +3 -0
- package/es/CodeFlicker/components/Color.js +185 -0
- package/es/CodeFlicker/components/Combine.d.ts +7 -0
- package/es/CodeFlicker/components/Combine.js +32 -0
- package/es/CodeFlicker/components/Mono.d.ts +3 -0
- package/es/CodeFlicker/components/Mono.js +42 -0
- package/es/CodeFlicker/components/Text.d.ts +3 -0
- package/es/CodeFlicker/components/Text.js +43 -0
- package/es/CodeFlicker/index.d.ts +15 -0
- package/es/CodeFlicker/index.js +14 -0
- package/es/CodeFlicker/style.d.ts +7 -0
- package/es/CodeFlicker/style.js +9 -0
- package/es/CyberCut/components/Avatar.d.ts +5 -0
- package/es/CyberCut/components/Avatar.js +25 -0
- package/es/CyberCut/components/Combine.d.ts +5 -0
- package/es/CyberCut/components/Combine.js +27 -0
- package/es/CyberCut/components/Mono.d.ts +3 -0
- package/es/CyberCut/components/Mono.js +64 -0
- package/es/CyberCut/components/Text.d.ts +3 -0
- package/es/CyberCut/components/Text.js +42 -0
- package/es/CyberCut/index.d.ts +13 -0
- package/es/CyberCut/index.js +12 -0
- package/es/CyberCut/style.d.ts +7 -0
- package/es/CyberCut/style.js +9 -0
- package/es/DeepCogito/components/Avatar.d.ts +5 -0
- package/es/DeepCogito/components/Avatar.js +25 -0
- package/es/DeepCogito/components/Color.d.ts +3 -0
- package/es/DeepCogito/components/Color.js +39 -0
- package/es/DeepCogito/components/Combine.d.ts +7 -0
- package/es/DeepCogito/components/Combine.js +32 -0
- package/es/DeepCogito/components/Mono.d.ts +3 -0
- package/es/DeepCogito/components/Mono.js +40 -0
- package/es/DeepCogito/components/Text.d.ts +3 -0
- package/es/DeepCogito/components/Text.js +39 -0
- package/es/DeepCogito/index.d.ts +16 -0
- package/es/DeepCogito/index.js +14 -0
- package/es/DeepCogito/style.d.ts +7 -0
- package/es/DeepCogito/style.js +9 -0
- package/es/EssentialAI/components/Avatar.d.ts +5 -0
- package/es/EssentialAI/components/Avatar.js +25 -0
- package/es/EssentialAI/components/Color.d.ts +3 -0
- package/es/EssentialAI/components/Color.js +58 -0
- package/es/EssentialAI/components/Combine.d.ts +7 -0
- package/es/EssentialAI/components/Combine.js +32 -0
- package/es/EssentialAI/components/Mono.d.ts +3 -0
- package/es/EssentialAI/components/Mono.js +40 -0
- package/es/EssentialAI/components/Text.d.ts +3 -0
- package/es/EssentialAI/components/Text.js +39 -0
- package/es/EssentialAI/index.d.ts +16 -0
- package/es/EssentialAI/index.js +15 -0
- package/es/EssentialAI/style.d.ts +8 -0
- package/es/EssentialAI/style.js +10 -0
- package/es/Inception/components/Avatar.d.ts +5 -0
- package/es/Inception/components/Avatar.js +25 -0
- package/es/Inception/components/Combine.d.ts +5 -0
- package/es/Inception/components/Combine.js +26 -0
- package/es/Inception/components/Mono.d.ts +3 -0
- package/es/Inception/components/Mono.js +40 -0
- package/es/Inception/components/Text.d.ts +3 -0
- package/es/Inception/components/Text.js +47 -0
- package/es/Inception/index.d.ts +13 -0
- package/es/Inception/index.js +12 -0
- package/es/Inception/style.d.ts +7 -0
- package/es/Inception/style.js +9 -0
- package/es/KwaiKAT/components/Avatar.d.ts +5 -0
- package/es/KwaiKAT/components/Avatar.js +25 -0
- package/es/KwaiKAT/components/Combine.d.ts +5 -0
- package/es/KwaiKAT/components/Combine.js +26 -0
- package/es/KwaiKAT/components/Mono.d.ts +3 -0
- package/es/KwaiKAT/components/Mono.js +42 -0
- package/es/KwaiKAT/components/Text.d.ts +3 -0
- package/es/KwaiKAT/components/Text.js +44 -0
- package/es/KwaiKAT/components/TextColor.d.ts +3 -0
- package/es/KwaiKAT/components/TextColor.js +46 -0
- package/es/KwaiKAT/index.d.ts +15 -0
- package/es/KwaiKAT/index.js +14 -0
- package/es/KwaiKAT/style.d.ts +7 -0
- package/es/KwaiKAT/style.js +9 -0
- package/es/LobeHub/components/Color.js +343 -27
- package/es/LobeHub/components/Mono.js +21 -21
- package/es/LobeHub/components/Morden.d.ts +3 -0
- package/es/LobeHub/components/Morden.js +40 -0
- package/es/LobeHub/index.d.ts +2 -0
- package/es/LobeHub/index.js +2 -0
- package/es/LobeHub/style.d.ts +1 -1
- package/es/LobeHub/style.js +1 -1
- package/es/Morph/components/Avatar.d.ts +5 -0
- package/es/Morph/components/Avatar.js +25 -0
- package/es/Morph/components/Color.d.ts +3 -0
- package/es/Morph/components/Color.js +39 -0
- package/es/Morph/components/Combine.d.ts +7 -0
- package/es/Morph/components/Combine.js +32 -0
- package/es/Morph/components/Mono.d.ts +3 -0
- package/es/Morph/components/Mono.js +40 -0
- package/es/Morph/components/Text.d.ts +3 -0
- package/es/Morph/components/Text.js +42 -0
- package/es/Morph/index.d.ts +16 -0
- package/es/Morph/index.js +14 -0
- package/es/Morph/style.d.ts +7 -0
- package/es/Morph/style.js +9 -0
- package/es/Nova/components/Color.js +51 -105
- package/es/Nova/components/Mono.js +4 -13
- package/es/Nova/style.d.ts +2 -2
- package/es/Nova/style.js +1 -1
- package/es/Relace/components/Avatar.d.ts +5 -0
- package/es/Relace/components/Avatar.js +25 -0
- package/es/Relace/components/Combine.d.ts +5 -0
- package/es/Relace/components/Combine.js +26 -0
- package/es/Relace/components/Mono.d.ts +3 -0
- package/es/Relace/components/Mono.js +40 -0
- package/es/Relace/components/Text.d.ts +3 -0
- package/es/Relace/components/Text.js +39 -0
- package/es/Relace/index.d.ts +13 -0
- package/es/Relace/index.js +12 -0
- package/es/Relace/style.d.ts +7 -0
- package/es/Relace/style.js +9 -0
- package/es/Replicate/index.d.ts +1 -0
- package/es/Replicate/index.js +1 -0
- package/es/SearchApi/components/Mono.js +1 -1
- package/es/SearchApi/components/Text.js +2 -2
- package/es/SearchApi/style.d.ts +3 -3
- package/es/SearchApi/style.js +3 -3
- package/es/StreamLake/components/Avatar.d.ts +5 -0
- package/es/StreamLake/components/Avatar.js +25 -0
- package/es/StreamLake/components/Color.d.ts +3 -0
- package/es/StreamLake/components/Color.js +39 -0
- package/es/StreamLake/components/Combine.d.ts +7 -0
- package/es/StreamLake/components/Combine.js +32 -0
- package/es/StreamLake/components/Mono.d.ts +3 -0
- package/es/StreamLake/components/Mono.js +40 -0
- package/es/StreamLake/components/Text.d.ts +3 -0
- package/es/StreamLake/components/Text.js +39 -0
- package/es/StreamLake/index.d.ts +15 -0
- package/es/StreamLake/index.js +14 -0
- package/es/StreamLake/style.d.ts +7 -0
- package/es/StreamLake/style.js +9 -0
- package/es/features/modelConfig.js +33 -1
- package/es/features/providerConfig.js +5 -0
- package/es/features/providerEnum.d.ts +1 -0
- package/es/features/providerEnum.js +1 -0
- package/es/icons.d.ts +11 -0
- package/es/icons.js +11 -0
- package/es/toc.js +205 -6
- package/package.json +3 -3
|
@@ -50,6 +50,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
|
|
|
50
50
|
ModelProvider["Player2"] = "Player2";
|
|
51
51
|
ModelProvider["Qiniu"] = "qiniu";
|
|
52
52
|
ModelProvider["Qwen"] = "qwen";
|
|
53
|
+
ModelProvider["Replicate"] = "replicate";
|
|
53
54
|
ModelProvider["SambaNova"] = "sambanova";
|
|
54
55
|
ModelProvider["Search1API"] = "search1api";
|
|
55
56
|
ModelProvider["SenseNova"] = "sensenova";
|
package/es/icons.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as Adobe, type CompoundedIcon as AdobeProps } from './Adobe';
|
|
2
2
|
export { default as AdobeFirefly, type CompoundedIcon as AdobeFireflyProps } from './AdobeFirefly';
|
|
3
3
|
export { default as Agui, type CompoundedIcon as AguiProps } from './Agui';
|
|
4
|
+
export { default as Ai2, type CompoundedIcon as Ai2Props } from './Ai2';
|
|
4
5
|
export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
|
|
5
6
|
export { default as Ai302, type CompoundedIcon as Ai302Props } from './Ai302';
|
|
6
7
|
export { default as Ai360, type CompoundedIcon as Ai360Props } from './Ai360';
|
|
@@ -16,6 +17,7 @@ export { default as AntGroup, type CompoundedIcon as AntGroupProps } from './Ant
|
|
|
16
17
|
export { default as Anthropic, type CompoundedIcon as AnthropicProps } from './Anthropic';
|
|
17
18
|
export { default as Anyscale, type CompoundedIcon as AnyscaleProps } from './Anyscale';
|
|
18
19
|
export { default as Apple, type CompoundedIcon as AppleProps } from './Apple';
|
|
20
|
+
export { default as Arcee, type CompoundedIcon as ArceeProps } from './Arcee';
|
|
19
21
|
export { default as AssemblyAI, type CompoundedIcon as AssemblyAIProps } from './AssemblyAI';
|
|
20
22
|
export { default as Automatic, type CompoundedIcon as AutomaticProps } from './Automatic';
|
|
21
23
|
export { default as Aws, type CompoundedIcon as AwsProps } from './Aws';
|
|
@@ -44,6 +46,7 @@ export { default as Claude, type CompoundedIcon as ClaudeProps } from './Claude'
|
|
|
44
46
|
export { default as Cline, type CompoundedIcon as ClineProps } from './Cline';
|
|
45
47
|
export { default as Clipdrop, type CompoundedIcon as ClipdropProps } from './Clipdrop';
|
|
46
48
|
export { default as Cloudflare, type CompoundedIcon as CloudflareProps } from './Cloudflare';
|
|
49
|
+
export { default as CodeFlicker, type CompoundedIcon as CodeFlickerProps } from './CodeFlicker';
|
|
47
50
|
export { default as CodeGeeX, type CompoundedIcon as CodeGeeXProps } from './CodeGeeX';
|
|
48
51
|
export { default as CogVideo, type CompoundedIcon as CogVideoProps } from './CogVideo';
|
|
49
52
|
export { default as CogView, type CompoundedIcon as CogViewProps } from './CogView';
|
|
@@ -59,9 +62,11 @@ export { default as Coze, type CompoundedIcon as CozeProps } from './Coze';
|
|
|
59
62
|
export { default as CrewAI, type CompoundedIcon as CrewAIrops } from './CrewAI';
|
|
60
63
|
export { default as Crusoe, type CompoundedIcon as CrusoeProps } from './Crusoe';
|
|
61
64
|
export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor';
|
|
65
|
+
export { default as CyberCut, type CompoundedIcon as CyberCutProps } from './CyberCut';
|
|
62
66
|
export { default as Dalle, type CompoundedIcon as DalleProps } from './Dalle';
|
|
63
67
|
export { default as Dbrx, type CompoundedIcon as DbrxProps } from './Dbrx';
|
|
64
68
|
export { default as DeepAI, type CompoundedIcon as DeepAIProps } from './DeepAI';
|
|
69
|
+
export { default as DeepCogito, type CompoundedIcon as DeepCogitoProps } from './DeepCogito';
|
|
65
70
|
export { default as DeepInfra, type CompoundedIcon as DeepInfraProps } from './DeepInfra';
|
|
66
71
|
export { default as DeepL, type CompoundedIcon as DeepLProps } from './DeepL';
|
|
67
72
|
export { default as DeepMind, type CompoundedIcon as DeepMindProps } from './DeepMind';
|
|
@@ -74,6 +79,7 @@ export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao'
|
|
|
74
79
|
export { default as DreamMachine, type CompoundedIcon as DreamMachineProps } from './DreamMachine';
|
|
75
80
|
export { default as ElevenLabs, type CompoundedIcon as ElevenLabsProps } from './ElevenLabs';
|
|
76
81
|
export { default as ElevenX, type CompoundedIcon as ElevenXProps } from './ElevenX';
|
|
82
|
+
export { default as EssentialAI, type CompoundedIcon as EssentialAIProps } from './EssentialAI';
|
|
77
83
|
export { default as Exa, type CompoundedIcon as ExaProps } from './Exa';
|
|
78
84
|
export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
|
79
85
|
export { default as FastGPT, type CompoundedIcon as FastGPTProps } from './FastGPT';
|
|
@@ -112,6 +118,7 @@ export { default as Hyperbolic, type CompoundedIcon as HyperbolicProps } from '.
|
|
|
112
118
|
export { default as IBM, type CompoundedIcon as IBMProps } from './IBM';
|
|
113
119
|
export { default as Ideogram, type CompoundedIcon as IdeogramProps } from './Ideogram';
|
|
114
120
|
export { default as IFlyTekCloud, type CompoundedIcon as IFlyTekCloudProps } from './IFlyTekCloud';
|
|
121
|
+
export { default as Inception, type CompoundedIcon as InceptionProps } from './Inception';
|
|
115
122
|
export { default as Inference, type CompoundedIcon as InferenceProps } from './Inference';
|
|
116
123
|
export { default as Infermatic, type CompoundedIcon as InfermaticProps } from './Infermatic';
|
|
117
124
|
export { default as Infinigence, type CompoundedIcon as InfinigenceProps } from './Infinigence';
|
|
@@ -124,6 +131,7 @@ export { default as Kling, type CompoundedIcon as KlingProps } from './Kling';
|
|
|
124
131
|
export { default as Kluster, type CompoundedIcon as KlusterProps } from './Kluster';
|
|
125
132
|
export { default as Kolors, type CompoundedIcon as KolorsProps } from './Kolors';
|
|
126
133
|
export { default as Krea, type CompoundedIcon as KreaProps } from './Krea';
|
|
134
|
+
export { default as KwaiKAT, type CompoundedIcon as KwaiKATProps } from './KwaiKAT';
|
|
127
135
|
export { default as Kwaipilot, type CompoundedIcon as KwaipilotProps } from './Kwaipilot';
|
|
128
136
|
export { default as Lambda, type CompoundedIcon as LambdaProps } from './Lambda';
|
|
129
137
|
export { default as LangChain, type CompoundedIcon as LangChainProps } from './LangChain';
|
|
@@ -159,6 +167,7 @@ export { default as Mistral, type CompoundedIcon as MistralProps } from './Mistr
|
|
|
159
167
|
export { default as ModelScope, type CompoundedIcon as ModelScopeProps } from './ModelScope';
|
|
160
168
|
export { default as Monica, type CompoundedIcon as MonicaProps } from './Monica';
|
|
161
169
|
export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
|
|
170
|
+
export { default as Morph, type CompoundedIcon as MorphProps } from './Morph';
|
|
162
171
|
export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
|
|
163
172
|
export { default as N8n, type CompoundedIcon as N8nProps } from './N8n';
|
|
164
173
|
export { default as Nebius, type CompoundedIcon as NebiusProps } from './Nebius';
|
|
@@ -193,6 +202,7 @@ export { default as Qiniu, type CompoundedIcon as QiniuProps } from './Qiniu';
|
|
|
193
202
|
export { default as Qwen, type CompoundedIcon as QwenProps } from './Qwen';
|
|
194
203
|
export { default as Railway, type CompoundedIcon as RailwayProps } from './Railway';
|
|
195
204
|
export { default as Recraft, type CompoundedIcon as RecraftProps } from './Recraft';
|
|
205
|
+
export { default as Relace, type CompoundedIcon as RelaceProps } from './Relace';
|
|
196
206
|
export { default as Replicate, type CompoundedIcon as ReplicateProps } from './Replicate';
|
|
197
207
|
export { default as Replit, type CompoundedIcon as ReplitProps } from './Replit';
|
|
198
208
|
export { default as RSSHub, type CompoundedIcon as RSSHubProps } from './RSSHub';
|
|
@@ -213,6 +223,7 @@ export { default as Stability, type CompoundedIcon as StabilityProps } from './S
|
|
|
213
223
|
export { default as StateCloud, type CompoundedIcon as StateCloudProps } from './StateCloud';
|
|
214
224
|
export { default as Stepfun, type CompoundedIcon as StepfunProps } from './Stepfun';
|
|
215
225
|
export { default as Straico, type CompoundedIcon as StraicoProps } from './Straico';
|
|
226
|
+
export { default as StreamLake, type CompoundedIcon as StreamLakeProps } from './StreamLake';
|
|
216
227
|
export { default as SubModel, type CompoundedIcon as SubModelProps } from './SubModel';
|
|
217
228
|
export { default as Suno, type CompoundedIcon as SunoProps } from './Suno';
|
|
218
229
|
export { default as Sync, type CompoundedIcon as SyncProps } from './Sync';
|
package/es/icons.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as Adobe } from "./Adobe";
|
|
2
2
|
export { default as AdobeFirefly } from "./AdobeFirefly";
|
|
3
3
|
export { default as Agui } from "./Agui";
|
|
4
|
+
export { default as Ai2 } from "./Ai2";
|
|
4
5
|
export { default as Ai21 } from "./Ai21";
|
|
5
6
|
export { default as Ai302 } from "./Ai302";
|
|
6
7
|
export { default as Ai360 } from "./Ai360";
|
|
@@ -16,6 +17,7 @@ export { default as AntGroup } from "./AntGroup";
|
|
|
16
17
|
export { default as Anthropic } from "./Anthropic";
|
|
17
18
|
export { default as Anyscale } from "./Anyscale";
|
|
18
19
|
export { default as Apple } from "./Apple";
|
|
20
|
+
export { default as Arcee } from "./Arcee";
|
|
19
21
|
export { default as AssemblyAI } from "./AssemblyAI";
|
|
20
22
|
export { default as Automatic } from "./Automatic";
|
|
21
23
|
export { default as Aws } from "./Aws";
|
|
@@ -44,6 +46,7 @@ export { default as Claude } from "./Claude";
|
|
|
44
46
|
export { default as Cline } from "./Cline";
|
|
45
47
|
export { default as Clipdrop } from "./Clipdrop";
|
|
46
48
|
export { default as Cloudflare } from "./Cloudflare";
|
|
49
|
+
export { default as CodeFlicker } from "./CodeFlicker";
|
|
47
50
|
export { default as CodeGeeX } from "./CodeGeeX";
|
|
48
51
|
export { default as CogVideo } from "./CogVideo";
|
|
49
52
|
export { default as CogView } from "./CogView";
|
|
@@ -59,9 +62,11 @@ export { default as Coze } from "./Coze";
|
|
|
59
62
|
export { default as CrewAI } from "./CrewAI";
|
|
60
63
|
export { default as Crusoe } from "./Crusoe";
|
|
61
64
|
export { default as Cursor } from "./Cursor";
|
|
65
|
+
export { default as CyberCut } from "./CyberCut";
|
|
62
66
|
export { default as Dalle } from "./Dalle";
|
|
63
67
|
export { default as Dbrx } from "./Dbrx";
|
|
64
68
|
export { default as DeepAI } from "./DeepAI";
|
|
69
|
+
export { default as DeepCogito } from "./DeepCogito";
|
|
65
70
|
export { default as DeepInfra } from "./DeepInfra";
|
|
66
71
|
export { default as DeepL } from "./DeepL";
|
|
67
72
|
export { default as DeepMind } from "./DeepMind";
|
|
@@ -74,6 +79,7 @@ export { default as Doubao } from "./Doubao";
|
|
|
74
79
|
export { default as DreamMachine } from "./DreamMachine";
|
|
75
80
|
export { default as ElevenLabs } from "./ElevenLabs";
|
|
76
81
|
export { default as ElevenX } from "./ElevenX";
|
|
82
|
+
export { default as EssentialAI } from "./EssentialAI";
|
|
77
83
|
export { default as Exa } from "./Exa";
|
|
78
84
|
export { default as Fal } from "./Fal";
|
|
79
85
|
export { default as FastGPT } from "./FastGPT";
|
|
@@ -112,6 +118,7 @@ export { default as Hyperbolic } from "./Hyperbolic";
|
|
|
112
118
|
export { default as IBM } from "./IBM";
|
|
113
119
|
export { default as Ideogram } from "./Ideogram";
|
|
114
120
|
export { default as IFlyTekCloud } from "./IFlyTekCloud";
|
|
121
|
+
export { default as Inception } from "./Inception";
|
|
115
122
|
export { default as Inference } from "./Inference";
|
|
116
123
|
export { default as Infermatic } from "./Infermatic";
|
|
117
124
|
export { default as Infinigence } from "./Infinigence";
|
|
@@ -124,6 +131,7 @@ export { default as Kling } from "./Kling";
|
|
|
124
131
|
export { default as Kluster } from "./Kluster";
|
|
125
132
|
export { default as Kolors } from "./Kolors";
|
|
126
133
|
export { default as Krea } from "./Krea";
|
|
134
|
+
export { default as KwaiKAT } from "./KwaiKAT";
|
|
127
135
|
export { default as Kwaipilot } from "./Kwaipilot";
|
|
128
136
|
export { default as Lambda } from "./Lambda";
|
|
129
137
|
export { default as LangChain } from "./LangChain";
|
|
@@ -159,6 +167,7 @@ export { default as Mistral } from "./Mistral";
|
|
|
159
167
|
export { default as ModelScope } from "./ModelScope";
|
|
160
168
|
export { default as Monica } from "./Monica";
|
|
161
169
|
export { default as Moonshot } from "./Moonshot";
|
|
170
|
+
export { default as Morph } from "./Morph";
|
|
162
171
|
export { default as MyShell } from "./MyShell";
|
|
163
172
|
export { default as N8n } from "./N8n";
|
|
164
173
|
export { default as Nebius } from "./Nebius";
|
|
@@ -193,6 +202,7 @@ export { default as Qiniu } from "./Qiniu";
|
|
|
193
202
|
export { default as Qwen } from "./Qwen";
|
|
194
203
|
export { default as Railway } from "./Railway";
|
|
195
204
|
export { default as Recraft } from "./Recraft";
|
|
205
|
+
export { default as Relace } from "./Relace";
|
|
196
206
|
export { default as Replicate } from "./Replicate";
|
|
197
207
|
export { default as Replit } from "./Replit";
|
|
198
208
|
export { default as RSSHub } from "./RSSHub";
|
|
@@ -213,6 +223,7 @@ export { default as Stability } from "./Stability";
|
|
|
213
223
|
export { default as StateCloud } from "./StateCloud";
|
|
214
224
|
export { default as Stepfun } from "./Stepfun";
|
|
215
225
|
export { default as Straico } from "./Straico";
|
|
226
|
+
export { default as StreamLake } from "./StreamLake";
|
|
216
227
|
export { default as SubModel } from "./SubModel";
|
|
217
228
|
export { default as Suno } from "./Suno";
|
|
218
229
|
export { default as Sync } from "./Sync";
|
package/es/toc.js
CHANGED
|
@@ -52,6 +52,24 @@ var toc = [{
|
|
|
52
52
|
"hasTextColor": false
|
|
53
53
|
},
|
|
54
54
|
"title": "AG-UI"
|
|
55
|
+
}, {
|
|
56
|
+
"color": "#f0529c",
|
|
57
|
+
"desc": "https://allenai.org/",
|
|
58
|
+
"docsUrl": "ai2",
|
|
59
|
+
"fullTitle": "Ai2",
|
|
60
|
+
"group": "model",
|
|
61
|
+
"id": "Ai2",
|
|
62
|
+
"param": {
|
|
63
|
+
"hasAvatar": true,
|
|
64
|
+
"hasBrand": false,
|
|
65
|
+
"hasBrandColor": false,
|
|
66
|
+
"hasColor": true,
|
|
67
|
+
"hasCombine": true,
|
|
68
|
+
"hasText": true,
|
|
69
|
+
"hasTextCn": false,
|
|
70
|
+
"hasTextColor": false
|
|
71
|
+
},
|
|
72
|
+
"title": "Ai2"
|
|
55
73
|
}, {
|
|
56
74
|
"color": "#E91E63",
|
|
57
75
|
"colorGradient": "linear-gradient(-45deg, #F68CB2, #E91E63)",
|
|
@@ -324,6 +342,24 @@ var toc = [{
|
|
|
324
342
|
"hasTextColor": false
|
|
325
343
|
},
|
|
326
344
|
"title": "Apple"
|
|
345
|
+
}, {
|
|
346
|
+
"color": "#008C8C",
|
|
347
|
+
"desc": "https://arcee.ai/",
|
|
348
|
+
"docsUrl": "arcee",
|
|
349
|
+
"fullTitle": "Arcee",
|
|
350
|
+
"group": "model",
|
|
351
|
+
"id": "Arcee",
|
|
352
|
+
"param": {
|
|
353
|
+
"hasAvatar": true,
|
|
354
|
+
"hasBrand": false,
|
|
355
|
+
"hasBrandColor": false,
|
|
356
|
+
"hasColor": true,
|
|
357
|
+
"hasCombine": true,
|
|
358
|
+
"hasText": true,
|
|
359
|
+
"hasTextCn": false,
|
|
360
|
+
"hasTextColor": false
|
|
361
|
+
},
|
|
362
|
+
"title": "Arcee"
|
|
327
363
|
}, {
|
|
328
364
|
"color": "#2545D3",
|
|
329
365
|
"desc": "https://assemblyai.com",
|
|
@@ -832,6 +868,24 @@ var toc = [{
|
|
|
832
868
|
"hasTextColor": false
|
|
833
869
|
},
|
|
834
870
|
"title": "Cloudflare"
|
|
871
|
+
}, {
|
|
872
|
+
"color": "#32EDDA",
|
|
873
|
+
"desc": "https://codeflicker.ai",
|
|
874
|
+
"docsUrl": "code-flicker",
|
|
875
|
+
"fullTitle": "CodeFlicker",
|
|
876
|
+
"group": "application",
|
|
877
|
+
"id": "CodeFlicker",
|
|
878
|
+
"param": {
|
|
879
|
+
"hasAvatar": true,
|
|
880
|
+
"hasBrand": false,
|
|
881
|
+
"hasBrandColor": false,
|
|
882
|
+
"hasColor": true,
|
|
883
|
+
"hasCombine": true,
|
|
884
|
+
"hasText": true,
|
|
885
|
+
"hasTextCn": false,
|
|
886
|
+
"hasTextColor": false
|
|
887
|
+
},
|
|
888
|
+
"title": "CodeFlicker"
|
|
835
889
|
}, {
|
|
836
890
|
"color": "#00e7e7",
|
|
837
891
|
"colorGradient": "linear-gradient(to right, #00E7E7, #00BFFF)",
|
|
@@ -1103,6 +1157,24 @@ var toc = [{
|
|
|
1103
1157
|
"hasTextColor": false
|
|
1104
1158
|
},
|
|
1105
1159
|
"title": "Cursor"
|
|
1160
|
+
}, {
|
|
1161
|
+
"color": "#000",
|
|
1162
|
+
"desc": "https://cybercut.ai",
|
|
1163
|
+
"docsUrl": "cyber-cut",
|
|
1164
|
+
"fullTitle": "CyberCut",
|
|
1165
|
+
"group": "application",
|
|
1166
|
+
"id": "CyberCut",
|
|
1167
|
+
"param": {
|
|
1168
|
+
"hasAvatar": true,
|
|
1169
|
+
"hasBrand": false,
|
|
1170
|
+
"hasBrandColor": false,
|
|
1171
|
+
"hasColor": false,
|
|
1172
|
+
"hasCombine": true,
|
|
1173
|
+
"hasText": true,
|
|
1174
|
+
"hasTextCn": false,
|
|
1175
|
+
"hasTextColor": false
|
|
1176
|
+
},
|
|
1177
|
+
"title": "CyberCut"
|
|
1106
1178
|
}, {
|
|
1107
1179
|
"color": "#000",
|
|
1108
1180
|
"colorGradient": "conic-gradient(from 180deg, #FFFF67, #43FFFF, #50DA4C, #FF6E3D, #3C46FF)",
|
|
@@ -1158,6 +1230,24 @@ var toc = [{
|
|
|
1158
1230
|
"hasTextColor": false
|
|
1159
1231
|
},
|
|
1160
1232
|
"title": "DeepAI"
|
|
1233
|
+
}, {
|
|
1234
|
+
"color": "#4e81ee",
|
|
1235
|
+
"desc": "https://deepcogito.com",
|
|
1236
|
+
"docsUrl": "deep-cogito",
|
|
1237
|
+
"fullTitle": "Deep Cogito",
|
|
1238
|
+
"group": "model",
|
|
1239
|
+
"id": "DeepCogito",
|
|
1240
|
+
"param": {
|
|
1241
|
+
"hasAvatar": true,
|
|
1242
|
+
"hasBrand": false,
|
|
1243
|
+
"hasBrandColor": false,
|
|
1244
|
+
"hasColor": true,
|
|
1245
|
+
"hasCombine": true,
|
|
1246
|
+
"hasText": true,
|
|
1247
|
+
"hasTextCn": false,
|
|
1248
|
+
"hasTextColor": false
|
|
1249
|
+
},
|
|
1250
|
+
"title": "Deep Cogito"
|
|
1161
1251
|
}, {
|
|
1162
1252
|
"color": "#fff",
|
|
1163
1253
|
"desc": "https://deepinfra.com",
|
|
@@ -1374,6 +1464,25 @@ var toc = [{
|
|
|
1374
1464
|
"hasTextColor": false
|
|
1375
1465
|
},
|
|
1376
1466
|
"title": "11x"
|
|
1467
|
+
}, {
|
|
1468
|
+
"color": "#111322",
|
|
1469
|
+
"colorGradient": "linear-gradient(135deg, #5E38A5, #31018C 63%)",
|
|
1470
|
+
"desc": "https://essential.ai",
|
|
1471
|
+
"docsUrl": "essential-ai",
|
|
1472
|
+
"fullTitle": "Essential AI",
|
|
1473
|
+
"group": "model",
|
|
1474
|
+
"id": "EssentialAI",
|
|
1475
|
+
"param": {
|
|
1476
|
+
"hasAvatar": true,
|
|
1477
|
+
"hasBrand": false,
|
|
1478
|
+
"hasBrandColor": false,
|
|
1479
|
+
"hasColor": true,
|
|
1480
|
+
"hasCombine": true,
|
|
1481
|
+
"hasText": true,
|
|
1482
|
+
"hasTextCn": false,
|
|
1483
|
+
"hasTextColor": false
|
|
1484
|
+
},
|
|
1485
|
+
"title": "Essential AI"
|
|
1377
1486
|
}, {
|
|
1378
1487
|
"color": "#1f40ed",
|
|
1379
1488
|
"desc": "https://exa.ai",
|
|
@@ -2061,6 +2170,24 @@ var toc = [{
|
|
|
2061
2170
|
"hasTextColor": false
|
|
2062
2171
|
},
|
|
2063
2172
|
"title": "Ideogram"
|
|
2173
|
+
}, {
|
|
2174
|
+
"color": "#fff",
|
|
2175
|
+
"desc": "https://inceptionlabs.ai",
|
|
2176
|
+
"docsUrl": "inception",
|
|
2177
|
+
"fullTitle": "Inception Labs",
|
|
2178
|
+
"group": "model",
|
|
2179
|
+
"id": "Inception",
|
|
2180
|
+
"param": {
|
|
2181
|
+
"hasAvatar": true,
|
|
2182
|
+
"hasBrand": false,
|
|
2183
|
+
"hasBrandColor": false,
|
|
2184
|
+
"hasColor": false,
|
|
2185
|
+
"hasCombine": true,
|
|
2186
|
+
"hasText": true,
|
|
2187
|
+
"hasTextCn": false,
|
|
2188
|
+
"hasTextColor": false
|
|
2189
|
+
},
|
|
2190
|
+
"title": "Inception"
|
|
2064
2191
|
}, {
|
|
2065
2192
|
"color": "#000",
|
|
2066
2193
|
"desc": "https://inference.net",
|
|
@@ -2279,6 +2406,24 @@ var toc = [{
|
|
|
2279
2406
|
"hasTextColor": false
|
|
2280
2407
|
},
|
|
2281
2408
|
"title": "Krea"
|
|
2409
|
+
}, {
|
|
2410
|
+
"color": "#0A67FF",
|
|
2411
|
+
"desc": "https://streamlake.ai/product/kat-coder",
|
|
2412
|
+
"docsUrl": "kwai-kat",
|
|
2413
|
+
"fullTitle": "KwaiKAT (KAT-Coder)",
|
|
2414
|
+
"group": "model",
|
|
2415
|
+
"id": "KwaiKAT",
|
|
2416
|
+
"param": {
|
|
2417
|
+
"hasAvatar": true,
|
|
2418
|
+
"hasBrand": false,
|
|
2419
|
+
"hasBrandColor": false,
|
|
2420
|
+
"hasColor": false,
|
|
2421
|
+
"hasCombine": true,
|
|
2422
|
+
"hasText": true,
|
|
2423
|
+
"hasTextCn": false,
|
|
2424
|
+
"hasTextColor": false
|
|
2425
|
+
},
|
|
2426
|
+
"title": "KwaiKAT"
|
|
2282
2427
|
}, {
|
|
2283
2428
|
"color": "#000",
|
|
2284
2429
|
"desc": "https://kwaipilot.ai",
|
|
@@ -2299,7 +2444,7 @@ var toc = [{
|
|
|
2299
2444
|
"title": "Kwaipilot"
|
|
2300
2445
|
}, {
|
|
2301
2446
|
"color": "#C00C3F",
|
|
2302
|
-
"desc": "https://
|
|
2447
|
+
"desc": "https://lgresearch.ai",
|
|
2303
2448
|
"docsUrl": "lg",
|
|
2304
2449
|
"fullTitle": "LG AI (KMMLU/EXAONE)",
|
|
2305
2450
|
"group": "provider",
|
|
@@ -2715,7 +2860,7 @@ var toc = [{
|
|
|
2715
2860
|
"title": "MCP.so"
|
|
2716
2861
|
}, {
|
|
2717
2862
|
"color": "#FF5C00",
|
|
2718
|
-
"desc": "https://
|
|
2863
|
+
"desc": "https://menlo.ai",
|
|
2719
2864
|
"docsUrl": "menlo",
|
|
2720
2865
|
"fullTitle": "MENLO (Lucy/Jan-nano)",
|
|
2721
2866
|
"group": "provider",
|
|
@@ -2914,6 +3059,24 @@ var toc = [{
|
|
|
2914
3059
|
"hasTextColor": false
|
|
2915
3060
|
},
|
|
2916
3061
|
"title": "MoonshotAI"
|
|
3062
|
+
}, {
|
|
3063
|
+
"color": "#000",
|
|
3064
|
+
"desc": "https://morphllm.com",
|
|
3065
|
+
"docsUrl": "morph",
|
|
3066
|
+
"fullTitle": "Morph",
|
|
3067
|
+
"group": "model",
|
|
3068
|
+
"id": "Morph",
|
|
3069
|
+
"param": {
|
|
3070
|
+
"hasAvatar": true,
|
|
3071
|
+
"hasBrand": false,
|
|
3072
|
+
"hasBrandColor": false,
|
|
3073
|
+
"hasColor": true,
|
|
3074
|
+
"hasCombine": true,
|
|
3075
|
+
"hasText": true,
|
|
3076
|
+
"hasTextCn": false,
|
|
3077
|
+
"hasTextColor": false
|
|
3078
|
+
},
|
|
3079
|
+
"title": "Morph"
|
|
2917
3080
|
}, {
|
|
2918
3081
|
"color": "#fff",
|
|
2919
3082
|
"desc": "https://myshell.ai",
|
|
@@ -3060,8 +3223,8 @@ var toc = [{
|
|
|
3060
3223
|
"title": "NousResearch"
|
|
3061
3224
|
}, {
|
|
3062
3225
|
"color": "#222F3E",
|
|
3063
|
-
"colorGradient": "linear-gradient(
|
|
3064
|
-
"desc": "https://
|
|
3226
|
+
"colorGradient": "linear-gradient(-45deg, #ff6200, #e433ff 39.9%, #6842ff 96%)",
|
|
3227
|
+
"desc": "https://nova.amazon.com/",
|
|
3065
3228
|
"docsUrl": "nova",
|
|
3066
3229
|
"fullTitle": "Nova (AWS)",
|
|
3067
3230
|
"group": "model",
|
|
@@ -3548,6 +3711,24 @@ var toc = [{
|
|
|
3548
3711
|
"hasTextColor": false
|
|
3549
3712
|
},
|
|
3550
3713
|
"title": "Recraft"
|
|
3714
|
+
}, {
|
|
3715
|
+
"color": "#000",
|
|
3716
|
+
"desc": "https://relace.ai",
|
|
3717
|
+
"docsUrl": "relace",
|
|
3718
|
+
"fullTitle": "Relace",
|
|
3719
|
+
"group": "model",
|
|
3720
|
+
"id": "Relace",
|
|
3721
|
+
"param": {
|
|
3722
|
+
"hasAvatar": true,
|
|
3723
|
+
"hasBrand": false,
|
|
3724
|
+
"hasBrandColor": false,
|
|
3725
|
+
"hasColor": false,
|
|
3726
|
+
"hasCombine": true,
|
|
3727
|
+
"hasText": true,
|
|
3728
|
+
"hasTextCn": false,
|
|
3729
|
+
"hasTextColor": false
|
|
3730
|
+
},
|
|
3731
|
+
"title": "Relace"
|
|
3551
3732
|
}, {
|
|
3552
3733
|
"color": "#EA2805",
|
|
3553
3734
|
"desc": "https://replicate.com",
|
|
@@ -3561,7 +3742,7 @@ var toc = [{
|
|
|
3561
3742
|
"hasBrandColor": false,
|
|
3562
3743
|
"hasColor": false,
|
|
3563
3744
|
"hasCombine": false,
|
|
3564
|
-
"hasText":
|
|
3745
|
+
"hasText": true,
|
|
3565
3746
|
"hasTextCn": false,
|
|
3566
3747
|
"hasTextColor": false
|
|
3567
3748
|
},
|
|
@@ -3695,7 +3876,7 @@ var toc = [{
|
|
|
3695
3876
|
"title": "SenseNova"
|
|
3696
3877
|
}, {
|
|
3697
3878
|
"color": "#6E29F6",
|
|
3698
|
-
"desc": "https://
|
|
3879
|
+
"desc": "https://siliconflow.com",
|
|
3699
3880
|
"docsUrl": "silicon-cloud",
|
|
3700
3881
|
"fullTitle": "SiliconCloud (SiliconFlow)",
|
|
3701
3882
|
"group": "provider",
|
|
@@ -3894,6 +4075,24 @@ var toc = [{
|
|
|
3894
4075
|
"hasTextColor": false
|
|
3895
4076
|
},
|
|
3896
4077
|
"title": "Straico"
|
|
4078
|
+
}, {
|
|
4079
|
+
"color": "#1D70FF",
|
|
4080
|
+
"desc": "https://streamlake.ai",
|
|
4081
|
+
"docsUrl": "stream-lake",
|
|
4082
|
+
"fullTitle": "StreamLake",
|
|
4083
|
+
"group": "provider",
|
|
4084
|
+
"id": "StreamLake",
|
|
4085
|
+
"param": {
|
|
4086
|
+
"hasAvatar": true,
|
|
4087
|
+
"hasBrand": false,
|
|
4088
|
+
"hasBrandColor": false,
|
|
4089
|
+
"hasColor": true,
|
|
4090
|
+
"hasCombine": true,
|
|
4091
|
+
"hasText": true,
|
|
4092
|
+
"hasTextCn": false,
|
|
4093
|
+
"hasTextColor": false
|
|
4094
|
+
},
|
|
4095
|
+
"title": "StreamLake"
|
|
3897
4096
|
}, {
|
|
3898
4097
|
"color": "#fff",
|
|
3899
4098
|
"desc": "https://submodel.ai",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.47.0",
|
|
4
4
|
"description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lobehub",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"packages/*"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@lobehub/ui": "^2.
|
|
33
|
+
"@lobehub/ui": "^2.24.1",
|
|
34
34
|
"antd-style": "^3.7.1",
|
|
35
35
|
"lucide-react": "^0.469.0",
|
|
36
36
|
"polished": "^4.3.1",
|
|
37
|
-
"react-layout-kit": "^2.0.
|
|
37
|
+
"react-layout-kit": "^2.0.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"antd": "^5.23.0",
|