@lobehub/icons 2.3.0 → 2.4.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 (75) hide show
  1. package/es/Baseten/components/Avatar.d.ts +5 -0
  2. package/es/Baseten/components/Avatar.js +28 -0
  3. package/es/Baseten/components/Combine.d.ts +5 -0
  4. package/es/Baseten/components/Combine.js +26 -0
  5. package/es/Baseten/components/Mono.d.ts +3 -0
  6. package/es/Baseten/components/Mono.js +40 -0
  7. package/es/Baseten/components/Text.d.ts +3 -0
  8. package/es/Baseten/components/Text.js +39 -0
  9. package/es/Baseten/index.d.ts +13 -0
  10. package/es/Baseten/index.js +12 -0
  11. package/es/Baseten/style.d.ts +4 -0
  12. package/es/Baseten/style.js +4 -0
  13. package/es/BurnCloud/components/Avatar.d.ts +5 -0
  14. package/es/BurnCloud/components/Avatar.js +27 -0
  15. package/es/BurnCloud/components/Color.d.ts +3 -0
  16. package/es/BurnCloud/components/Color.js +57 -0
  17. package/es/BurnCloud/components/Combine.d.ts +7 -0
  18. package/es/BurnCloud/components/Combine.js +32 -0
  19. package/es/BurnCloud/components/Mono.d.ts +3 -0
  20. package/es/BurnCloud/components/Mono.js +40 -0
  21. package/es/BurnCloud/components/Text.d.ts +3 -0
  22. package/es/BurnCloud/components/Text.js +40 -0
  23. package/es/BurnCloud/index.d.ts +15 -0
  24. package/es/BurnCloud/index.js +14 -0
  25. package/es/BurnCloud/style.d.ts +4 -0
  26. package/es/BurnCloud/style.js +4 -0
  27. package/es/NovelAI/components/Avatar.d.ts +5 -0
  28. package/es/NovelAI/components/Avatar.js +27 -0
  29. package/es/NovelAI/components/Combine.d.ts +5 -0
  30. package/es/NovelAI/components/Combine.js +26 -0
  31. package/es/NovelAI/components/Mono.d.ts +3 -0
  32. package/es/NovelAI/components/Mono.js +41 -0
  33. package/es/NovelAI/components/Text.d.ts +3 -0
  34. package/es/NovelAI/components/Text.js +43 -0
  35. package/es/NovelAI/index.d.ts +13 -0
  36. package/es/NovelAI/index.js +12 -0
  37. package/es/NovelAI/style.d.ts +4 -0
  38. package/es/NovelAI/style.js +4 -0
  39. package/es/Player2/components/Avatar.d.ts +5 -0
  40. package/es/Player2/components/Avatar.js +26 -0
  41. package/es/Player2/components/Color.d.ts +3 -0
  42. package/es/Player2/components/Color.js +44 -0
  43. package/es/Player2/components/Combine.d.ts +7 -0
  44. package/es/Player2/components/Combine.js +32 -0
  45. package/es/Player2/components/Mono.d.ts +3 -0
  46. package/es/Player2/components/Mono.js +42 -0
  47. package/es/Player2/components/Text.d.ts +3 -0
  48. package/es/Player2/components/Text.js +39 -0
  49. package/es/Player2/index.d.ts +15 -0
  50. package/es/Player2/index.js +14 -0
  51. package/es/Player2/style.d.ts +4 -0
  52. package/es/Player2/style.js +4 -0
  53. package/es/Trae/components/Avatar.d.ts +5 -0
  54. package/es/Trae/components/Avatar.js +28 -0
  55. package/es/Trae/components/Color.d.ts +3 -0
  56. package/es/Trae/components/Color.js +42 -0
  57. package/es/Trae/components/Combine.d.ts +7 -0
  58. package/es/Trae/components/Combine.js +32 -0
  59. package/es/Trae/components/Inner.d.ts +3 -0
  60. package/es/Trae/components/Inner.js +40 -0
  61. package/es/Trae/components/Mono.d.ts +3 -0
  62. package/es/Trae/components/Mono.js +40 -0
  63. package/es/Trae/components/Text.d.ts +3 -0
  64. package/es/Trae/components/Text.js +39 -0
  65. package/es/Trae/index.d.ts +15 -0
  66. package/es/Trae/index.js +14 -0
  67. package/es/Trae/style.d.ts +4 -0
  68. package/es/Trae/style.js +4 -0
  69. package/es/features/providerConfig.js +5 -0
  70. package/es/features/providerEnum.d.ts +1 -0
  71. package/es/features/providerEnum.js +1 -0
  72. package/es/icons.d.ts +5 -0
  73. package/es/icons.js +5 -0
  74. package/es/toc.js +90 -0
  75. package/package.json +1 -1
@@ -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 { memo } 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__*/memo(function (_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
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 24 24",
30
+ width: size,
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M21.596 2c.223 0 .404.181.404.404v19.192a.405.405 0 01-.404.404H2.404A.405.405 0 012 21.596V2.404C2 2.181 2.181 2 2.404 2h19.192zM11.9 18.363h6.465V16.15h-6.465v2.214z"
37
+ })]
38
+ }));
39
+ });
40
+ 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,39 @@
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 { memo } 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__*/memo(function (_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
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 91 24",
30
+ xmlns: "http://www.w3.org/2000/svg"
31
+ }, rest), {}, {
32
+ children: [/*#__PURE__*/_jsx("title", {
33
+ children: TITLE
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ d: "M13.235 2.029H2v4.114h7.12V22h4.115V6.143H20.358V2.029H13.236zM41.283 8.638c0-3.635-2.975-6.61-6.61-6.61h-8.282V6.14h8.282a2.517 2.517 0 012.499 2.498 2.517 2.517 0 01-2.499 2.499h-8.282v4.11h6.714L37.143 22h4.79l-4.422-7.397c2.226-1.066 3.772-3.343 3.772-5.965zM55.561 2l-7.914 20h4.375l5.727-13.99L63.474 22h4.375L59.936 2H55.56zM89.016 17.885H73.474V22h15.542v-4.114zM89.016 9.959H73.474v4.114h15.542V9.959zM89.016 2.029H73.474v4.114h15.542V2.029z"
36
+ })]
37
+ }));
38
+ });
39
+ export default Icon;
@@ -0,0 +1,15 @@
1
+ import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
3
+ import Combine from './components/Combine';
4
+ import Mono from './components/Mono';
5
+ import Text from './components/Text';
6
+ export type CompoundedIcon = typeof Mono & {
7
+ Avatar: typeof Avatar;
8
+ Color: typeof Color;
9
+ Combine: typeof Combine;
10
+ Text: typeof Text;
11
+ colorPrimary: string;
12
+ title: string;
13
+ };
14
+ declare const Icons: CompoundedIcon;
15
+ export default Icons;
@@ -0,0 +1,14 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Color from "./components/Color";
3
+ import Combine from "./components/Combine";
4
+ import Mono from "./components/Mono";
5
+ import Text from "./components/Text";
6
+ import { COLOR_PRIMARY, TITLE } from "./style";
7
+ var Icons = Mono;
8
+ Icons.Color = Color;
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 = "TRAE";
2
+ export declare const TEXT_MULTIPLE = 0.8;
3
+ export declare const SPACE_MULTIPLE = 0.15;
4
+ export declare const COLOR_PRIMARY = "#FF4A36";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'TRAE';
2
+ export var TEXT_MULTIPLE = 0.8;
3
+ export var SPACE_MULTIPLE = 0.15;
4
+ export var COLOR_PRIMARY = '#FF4A36';
@@ -57,6 +57,7 @@ import OpenAI from "../OpenAI";
57
57
  import OpenRouter from "../OpenRouter";
58
58
  import PPIO from "../PPIO";
59
59
  import Perplexity from "../Perplexity";
60
+ import Player2 from "../Player2";
60
61
  import Qiniu from "../Qiniu";
61
62
  import Qwen from "../Qwen";
62
63
  import SambaNova from "../SambaNova";
@@ -279,6 +280,10 @@ export var providerMappings = [{
279
280
  Icon: Ai21,
280
281
  combineMultiple: 0.9,
281
282
  keywords: [ModelProvider.Ai21]
283
+ }, {
284
+ Icon: Player2,
285
+ combineMultiple: 0.9,
286
+ keywords: [ModelProvider.Player2]
282
287
  }, {
283
288
  Icon: Github,
284
289
  combineMultiple: 0.95,
@@ -36,6 +36,7 @@ export declare enum ModelProvider {
36
36
  OpenRouter = "openrouter",
37
37
  PPIO = "ppio",
38
38
  Perplexity = "perplexity",
39
+ Player2 = "Player2",
39
40
  Qiniu = "qiniu",
40
41
  Qwen = "qwen",
41
42
  SambaNova = "sambanova",
@@ -36,6 +36,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
36
36
  ModelProvider["OpenRouter"] = "openrouter";
37
37
  ModelProvider["PPIO"] = "ppio";
38
38
  ModelProvider["Perplexity"] = "perplexity";
39
+ ModelProvider["Player2"] = "Player2";
39
40
  ModelProvider["Qiniu"] = "qiniu";
40
41
  ModelProvider["Qwen"] = "qwen";
41
42
  ModelProvider["SambaNova"] = "sambanova";
package/es/icons.d.ts CHANGED
@@ -22,8 +22,10 @@ export { default as BAAI, type CompoundedIcon as BAAIProps } from './BAAI';
22
22
  export { default as Baichuan, type CompoundedIcon as BaichuanProps } from './Baichuan';
23
23
  export { default as Baidu, type CompoundedIcon as BaiduProps } from './Baidu';
24
24
  export { default as BaiduCloud, type CompoundedIcon as BaiduCloudProps } from './BaiduCloud';
25
+ export { default as Baseten, type CompoundedIcon as BasetenProps } from './Baseten';
25
26
  export { default as Bedrock, type CompoundedIcon as BedrockProps } from './Bedrock';
26
27
  export { default as Bing, type CompoundedIcon as BingProps } from './Bing';
28
+ export { default as BurnCloud, type CompoundedIcon as BurnCloudProps } from './BurnCloud';
27
29
  export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './ByteDance';
28
30
  export { default as CentML, type CompoundedIcon as CentMLProps } from './CentML';
29
31
  export { default as Cerebras, type CompoundedIcon as CerebrasProps } from './Cerebras';
@@ -133,6 +135,7 @@ export { default as Nebius, type CompoundedIcon as NebiusProps } from './Nebius'
133
135
  export { default as NotebookLM, type CompoundedIcon as NotebookLMProps } from './NotebookLM';
134
136
  export { default as Notion, type CompoundedIcon as NotionProps } from './Notion';
135
137
  export { default as Nova, type CompoundedIcon as NovaProps } from './Nova';
138
+ export { default as NovelAI, type CompoundedIcon as NovelAIProps } from './NovelAI';
136
139
  export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
137
140
  export { default as NPLCloud, type CompoundedIcon as NPLCloudProps } from './NPLCloud';
138
141
  export { default as Nvidia, type CompoundedIcon as NvidiaProps } from './Nvidia';
@@ -147,6 +150,7 @@ export { default as Perplexity, type CompoundedIcon as PerplexityProps } from '.
147
150
  export { default as Phidata, type CompoundedIcon as PhidataProps } from './Phidata';
148
151
  export { default as Pika, type CompoundedIcon as PikaProps } from './Pika';
149
152
  export { default as PixVerse, type CompoundedIcon as PixVerseProps } from './PixVerse';
153
+ export { default as Player2, type CompoundedIcon as Player2Props } from './Player2';
150
154
  export { default as Poe, type CompoundedIcon as PoeProps } from './Poe';
151
155
  export { default as Pollinations, type CompoundedIcon as PollinationsProps } from './Pollinations';
152
156
  export { default as PPIO, type CompoundedIcon as PPIOProps } from './PPIO';
@@ -180,6 +184,7 @@ export { default as Tiangong, type CompoundedIcon as TiangongProps } from './Tia
180
184
  export { default as TII, type CompoundedIcon as TIIProps } from './TII';
181
185
  export { default as Together, type CompoundedIcon as TogetherProps } from './Together';
182
186
  export { default as TopazLabs, type CompoundedIcon as TopazLabsProps } from './TopazLabs';
187
+ export { default as Trae, type CompoundedIcon as TraeProps } from './Trae';
183
188
  export { default as Tripo, type CompoundedIcon as TripoProps } from './Tripo';
184
189
  export { default as Udio, type CompoundedIcon as UdioProps } from './Udio';
185
190
  export { default as Unstructured, type CompoundedIcon as UnstructuredProps } from './Unstructured';
package/es/icons.js CHANGED
@@ -22,8 +22,10 @@ export { default as BAAI } from "./BAAI";
22
22
  export { default as Baichuan } from "./Baichuan";
23
23
  export { default as Baidu } from "./Baidu";
24
24
  export { default as BaiduCloud } from "./BaiduCloud";
25
+ export { default as Baseten } from "./Baseten";
25
26
  export { default as Bedrock } from "./Bedrock";
26
27
  export { default as Bing } from "./Bing";
28
+ export { default as BurnCloud } from "./BurnCloud";
27
29
  export { default as ByteDance } from "./ByteDance";
28
30
  export { default as CentML } from "./CentML";
29
31
  export { default as Cerebras } from "./Cerebras";
@@ -133,6 +135,7 @@ export { default as Nebius } from "./Nebius";
133
135
  export { default as NotebookLM } from "./NotebookLM";
134
136
  export { default as Notion } from "./Notion";
135
137
  export { default as Nova } from "./Nova";
138
+ export { default as NovelAI } from "./NovelAI";
136
139
  export { default as Novita } from "./Novita";
137
140
  export { default as NPLCloud } from "./NPLCloud";
138
141
  export { default as Nvidia } from "./Nvidia";
@@ -147,6 +150,7 @@ export { default as Perplexity } from "./Perplexity";
147
150
  export { default as Phidata } from "./Phidata";
148
151
  export { default as Pika } from "./Pika";
149
152
  export { default as PixVerse } from "./PixVerse";
153
+ export { default as Player2 } from "./Player2";
150
154
  export { default as Poe } from "./Poe";
151
155
  export { default as Pollinations } from "./Pollinations";
152
156
  export { default as PPIO } from "./PPIO";
@@ -180,6 +184,7 @@ export { default as Tiangong } from "./Tiangong";
180
184
  export { default as TII } from "./TII";
181
185
  export { default as Together } from "./Together";
182
186
  export { default as TopazLabs } from "./TopazLabs";
187
+ export { default as Trae } from "./Trae";
183
188
  export { default as Tripo } from "./Tripo";
184
189
  export { default as Udio } from "./Udio";
185
190
  export { default as Unstructured } from "./Unstructured";
package/es/toc.js CHANGED
@@ -433,6 +433,24 @@ var toc = [{
433
433
  "hasTextColor": false
434
434
  },
435
435
  "title": "BaiduCloud"
436
+ }, {
437
+ "color": "#19E76E",
438
+ "desc": "https://baseten.co",
439
+ "docsUrl": "baseten",
440
+ "fullTitle": "Baseten",
441
+ "group": "provider",
442
+ "id": "Baseten",
443
+ "param": {
444
+ "hasAvatar": true,
445
+ "hasBrand": false,
446
+ "hasBrandColor": false,
447
+ "hasColor": false,
448
+ "hasCombine": true,
449
+ "hasText": true,
450
+ "hasTextCn": false,
451
+ "hasTextColor": false
452
+ },
453
+ "title": "Baseten"
436
454
  }, {
437
455
  "color": "#222F3E",
438
456
  "colorGradient": "linear-gradient(45deg, #9AD8F8, #3D8FFF, #6350FB)",
@@ -471,6 +489,24 @@ var toc = [{
471
489
  "hasTextColor": false
472
490
  },
473
491
  "title": "Bing"
492
+ }, {
493
+ "color": "#E95513",
494
+ "desc": "https://ai.burncloud.com",
495
+ "docsUrl": "burn-cloud",
496
+ "fullTitle": "BurnCloud",
497
+ "group": "provider",
498
+ "id": "BurnCloud",
499
+ "param": {
500
+ "hasAvatar": true,
501
+ "hasBrand": false,
502
+ "hasBrandColor": false,
503
+ "hasColor": true,
504
+ "hasCombine": true,
505
+ "hasText": true,
506
+ "hasTextCn": false,
507
+ "hasTextColor": false
508
+ },
509
+ "title": "BurnCloud"
474
510
  }, {
475
511
  "color": "#325AB4",
476
512
  "desc": "https://bytedance.com",
@@ -2467,6 +2503,24 @@ var toc = [{
2467
2503
  "hasTextColor": false
2468
2504
  },
2469
2505
  "title": "Nova"
2506
+ }, {
2507
+ "color": "#E1E4FF",
2508
+ "desc": "https://novelai.net",
2509
+ "docsUrl": "novel-ai",
2510
+ "fullTitle": "NovelAI",
2511
+ "group": "application",
2512
+ "id": "NovelAI",
2513
+ "param": {
2514
+ "hasAvatar": true,
2515
+ "hasBrand": false,
2516
+ "hasBrandColor": false,
2517
+ "hasColor": false,
2518
+ "hasCombine": true,
2519
+ "hasText": true,
2520
+ "hasTextCn": false,
2521
+ "hasTextColor": false
2522
+ },
2523
+ "title": "NovelAI"
2470
2524
  }, {
2471
2525
  "color": "#23D57C",
2472
2526
  "desc": "https://novita.ai/",
@@ -2720,6 +2774,24 @@ var toc = [{
2720
2774
  "hasTextColor": false
2721
2775
  },
2722
2776
  "title": "PixVerse"
2777
+ }, {
2778
+ "color": "#A8A6FF",
2779
+ "desc": "https://player2.game",
2780
+ "docsUrl": "player2",
2781
+ "fullTitle": "Player2",
2782
+ "group": "application",
2783
+ "id": "Player2",
2784
+ "param": {
2785
+ "hasAvatar": true,
2786
+ "hasBrand": false,
2787
+ "hasBrandColor": false,
2788
+ "hasColor": true,
2789
+ "hasCombine": true,
2790
+ "hasText": true,
2791
+ "hasTextCn": false,
2792
+ "hasTextColor": false
2793
+ },
2794
+ "title": "Player2"
2723
2795
  }, {
2724
2796
  "color": "#000",
2725
2797
  "desc": "https://poe.com",
@@ -3300,6 +3372,24 @@ var toc = [{
3300
3372
  "hasTextColor": false
3301
3373
  },
3302
3374
  "title": "TopazLabs"
3375
+ }, {
3376
+ "color": "#FF4A36",
3377
+ "desc": "https://trae.ai",
3378
+ "docsUrl": "trae",
3379
+ "fullTitle": "TRAE",
3380
+ "group": "application",
3381
+ "id": "Trae",
3382
+ "param": {
3383
+ "hasAvatar": true,
3384
+ "hasBrand": false,
3385
+ "hasBrandColor": false,
3386
+ "hasColor": true,
3387
+ "hasCombine": true,
3388
+ "hasText": true,
3389
+ "hasTextCn": false,
3390
+ "hasTextColor": false
3391
+ },
3392
+ "title": "TRAE"
3303
3393
  }, {
3304
3394
  "color": "#000",
3305
3395
  "desc": "https://tripo3d.ai",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",