@lobehub/icons 2.46.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.
Files changed (59) hide show
  1. package/README.md +57 -57
  2. package/es/CodeFlicker/components/Avatar.d.ts +5 -0
  3. package/es/CodeFlicker/components/Avatar.js +25 -0
  4. package/es/CodeFlicker/components/Color.d.ts +3 -0
  5. package/es/CodeFlicker/components/Color.js +185 -0
  6. package/es/CodeFlicker/components/Combine.d.ts +7 -0
  7. package/es/CodeFlicker/components/Combine.js +32 -0
  8. package/es/CodeFlicker/components/Mono.d.ts +3 -0
  9. package/es/CodeFlicker/components/Mono.js +42 -0
  10. package/es/CodeFlicker/components/Text.d.ts +3 -0
  11. package/es/CodeFlicker/components/Text.js +43 -0
  12. package/es/CodeFlicker/index.d.ts +15 -0
  13. package/es/CodeFlicker/index.js +14 -0
  14. package/es/CodeFlicker/style.d.ts +7 -0
  15. package/es/CodeFlicker/style.js +9 -0
  16. package/es/CyberCut/components/Avatar.d.ts +5 -0
  17. package/es/CyberCut/components/Avatar.js +25 -0
  18. package/es/CyberCut/components/Combine.d.ts +5 -0
  19. package/es/CyberCut/components/Combine.js +27 -0
  20. package/es/CyberCut/components/Mono.d.ts +3 -0
  21. package/es/CyberCut/components/Mono.js +64 -0
  22. package/es/CyberCut/components/Text.d.ts +3 -0
  23. package/es/CyberCut/components/Text.js +42 -0
  24. package/es/CyberCut/index.d.ts +13 -0
  25. package/es/CyberCut/index.js +12 -0
  26. package/es/CyberCut/style.d.ts +7 -0
  27. package/es/CyberCut/style.js +9 -0
  28. package/es/KwaiKAT/components/Avatar.d.ts +5 -0
  29. package/es/KwaiKAT/components/Avatar.js +25 -0
  30. package/es/KwaiKAT/components/Combine.d.ts +5 -0
  31. package/es/KwaiKAT/components/Combine.js +26 -0
  32. package/es/KwaiKAT/components/Mono.d.ts +3 -0
  33. package/es/KwaiKAT/components/Mono.js +42 -0
  34. package/es/KwaiKAT/components/Text.d.ts +3 -0
  35. package/es/KwaiKAT/components/Text.js +44 -0
  36. package/es/KwaiKAT/components/TextColor.d.ts +3 -0
  37. package/es/KwaiKAT/components/TextColor.js +46 -0
  38. package/es/KwaiKAT/index.d.ts +15 -0
  39. package/es/KwaiKAT/index.js +14 -0
  40. package/es/KwaiKAT/style.d.ts +7 -0
  41. package/es/KwaiKAT/style.js +9 -0
  42. package/es/StreamLake/components/Avatar.d.ts +5 -0
  43. package/es/StreamLake/components/Avatar.js +25 -0
  44. package/es/StreamLake/components/Color.d.ts +3 -0
  45. package/es/StreamLake/components/Color.js +39 -0
  46. package/es/StreamLake/components/Combine.d.ts +7 -0
  47. package/es/StreamLake/components/Combine.js +32 -0
  48. package/es/StreamLake/components/Mono.d.ts +3 -0
  49. package/es/StreamLake/components/Mono.js +40 -0
  50. package/es/StreamLake/components/Text.d.ts +3 -0
  51. package/es/StreamLake/components/Text.js +39 -0
  52. package/es/StreamLake/index.d.ts +15 -0
  53. package/es/StreamLake/index.js +14 -0
  54. package/es/StreamLake/style.d.ts +7 -0
  55. package/es/StreamLake/style.js +9 -0
  56. package/es/icons.d.ts +4 -0
  57. package/es/icons.js +4 -0
  58. package/es/toc.js +72 -0
  59. package/package.json +1 -1
package/es/icons.d.ts CHANGED
@@ -46,6 +46,7 @@ export { default as Claude, type CompoundedIcon as ClaudeProps } from './Claude'
46
46
  export { default as Cline, type CompoundedIcon as ClineProps } from './Cline';
47
47
  export { default as Clipdrop, type CompoundedIcon as ClipdropProps } from './Clipdrop';
48
48
  export { default as Cloudflare, type CompoundedIcon as CloudflareProps } from './Cloudflare';
49
+ export { default as CodeFlicker, type CompoundedIcon as CodeFlickerProps } from './CodeFlicker';
49
50
  export { default as CodeGeeX, type CompoundedIcon as CodeGeeXProps } from './CodeGeeX';
50
51
  export { default as CogVideo, type CompoundedIcon as CogVideoProps } from './CogVideo';
51
52
  export { default as CogView, type CompoundedIcon as CogViewProps } from './CogView';
@@ -61,6 +62,7 @@ export { default as Coze, type CompoundedIcon as CozeProps } from './Coze';
61
62
  export { default as CrewAI, type CompoundedIcon as CrewAIrops } from './CrewAI';
62
63
  export { default as Crusoe, type CompoundedIcon as CrusoeProps } from './Crusoe';
63
64
  export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor';
65
+ export { default as CyberCut, type CompoundedIcon as CyberCutProps } from './CyberCut';
64
66
  export { default as Dalle, type CompoundedIcon as DalleProps } from './Dalle';
65
67
  export { default as Dbrx, type CompoundedIcon as DbrxProps } from './Dbrx';
66
68
  export { default as DeepAI, type CompoundedIcon as DeepAIProps } from './DeepAI';
@@ -129,6 +131,7 @@ export { default as Kling, type CompoundedIcon as KlingProps } from './Kling';
129
131
  export { default as Kluster, type CompoundedIcon as KlusterProps } from './Kluster';
130
132
  export { default as Kolors, type CompoundedIcon as KolorsProps } from './Kolors';
131
133
  export { default as Krea, type CompoundedIcon as KreaProps } from './Krea';
134
+ export { default as KwaiKAT, type CompoundedIcon as KwaiKATProps } from './KwaiKAT';
132
135
  export { default as Kwaipilot, type CompoundedIcon as KwaipilotProps } from './Kwaipilot';
133
136
  export { default as Lambda, type CompoundedIcon as LambdaProps } from './Lambda';
134
137
  export { default as LangChain, type CompoundedIcon as LangChainProps } from './LangChain';
@@ -220,6 +223,7 @@ export { default as Stability, type CompoundedIcon as StabilityProps } from './S
220
223
  export { default as StateCloud, type CompoundedIcon as StateCloudProps } from './StateCloud';
221
224
  export { default as Stepfun, type CompoundedIcon as StepfunProps } from './Stepfun';
222
225
  export { default as Straico, type CompoundedIcon as StraicoProps } from './Straico';
226
+ export { default as StreamLake, type CompoundedIcon as StreamLakeProps } from './StreamLake';
223
227
  export { default as SubModel, type CompoundedIcon as SubModelProps } from './SubModel';
224
228
  export { default as Suno, type CompoundedIcon as SunoProps } from './Suno';
225
229
  export { default as Sync, type CompoundedIcon as SyncProps } from './Sync';
package/es/icons.js CHANGED
@@ -46,6 +46,7 @@ export { default as Claude } from "./Claude";
46
46
  export { default as Cline } from "./Cline";
47
47
  export { default as Clipdrop } from "./Clipdrop";
48
48
  export { default as Cloudflare } from "./Cloudflare";
49
+ export { default as CodeFlicker } from "./CodeFlicker";
49
50
  export { default as CodeGeeX } from "./CodeGeeX";
50
51
  export { default as CogVideo } from "./CogVideo";
51
52
  export { default as CogView } from "./CogView";
@@ -61,6 +62,7 @@ export { default as Coze } from "./Coze";
61
62
  export { default as CrewAI } from "./CrewAI";
62
63
  export { default as Crusoe } from "./Crusoe";
63
64
  export { default as Cursor } from "./Cursor";
65
+ export { default as CyberCut } from "./CyberCut";
64
66
  export { default as Dalle } from "./Dalle";
65
67
  export { default as Dbrx } from "./Dbrx";
66
68
  export { default as DeepAI } from "./DeepAI";
@@ -129,6 +131,7 @@ export { default as Kling } from "./Kling";
129
131
  export { default as Kluster } from "./Kluster";
130
132
  export { default as Kolors } from "./Kolors";
131
133
  export { default as Krea } from "./Krea";
134
+ export { default as KwaiKAT } from "./KwaiKAT";
132
135
  export { default as Kwaipilot } from "./Kwaipilot";
133
136
  export { default as Lambda } from "./Lambda";
134
137
  export { default as LangChain } from "./LangChain";
@@ -220,6 +223,7 @@ export { default as Stability } from "./Stability";
220
223
  export { default as StateCloud } from "./StateCloud";
221
224
  export { default as Stepfun } from "./Stepfun";
222
225
  export { default as Straico } from "./Straico";
226
+ export { default as StreamLake } from "./StreamLake";
223
227
  export { default as SubModel } from "./SubModel";
224
228
  export { default as Suno } from "./Suno";
225
229
  export { default as Sync } from "./Sync";
package/es/toc.js CHANGED
@@ -868,6 +868,24 @@ var toc = [{
868
868
  "hasTextColor": false
869
869
  },
870
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"
871
889
  }, {
872
890
  "color": "#00e7e7",
873
891
  "colorGradient": "linear-gradient(to right, #00E7E7, #00BFFF)",
@@ -1139,6 +1157,24 @@ var toc = [{
1139
1157
  "hasTextColor": false
1140
1158
  },
1141
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"
1142
1178
  }, {
1143
1179
  "color": "#000",
1144
1180
  "colorGradient": "conic-gradient(from 180deg, #FFFF67, #43FFFF, #50DA4C, #FF6E3D, #3C46FF)",
@@ -2370,6 +2406,24 @@ var toc = [{
2370
2406
  "hasTextColor": false
2371
2407
  },
2372
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"
2373
2427
  }, {
2374
2428
  "color": "#000",
2375
2429
  "desc": "https://kwaipilot.ai",
@@ -4021,6 +4075,24 @@ var toc = [{
4021
4075
  "hasTextColor": false
4022
4076
  },
4023
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"
4024
4096
  }, {
4025
4097
  "color": "#fff",
4026
4098
  "desc": "https://submodel.ai",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "2.46.0",
3
+ "version": "2.47.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",