@lobehub/icons 1.98.0 → 2.1.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 (93) hide show
  1. package/README.md +67 -67
  2. package/es/FastGPT/components/Avatar.d.ts +5 -0
  3. package/es/FastGPT/components/Avatar.js +30 -0
  4. package/es/FastGPT/components/Color.d.ts +3 -0
  5. package/es/FastGPT/components/Color.js +81 -0
  6. package/es/FastGPT/components/Combine.d.ts +7 -0
  7. package/es/FastGPT/components/Combine.js +32 -0
  8. package/es/FastGPT/components/Mono.d.ts +3 -0
  9. package/es/FastGPT/components/Mono.js +42 -0
  10. package/es/FastGPT/components/Text.d.ts +3 -0
  11. package/es/FastGPT/components/Text.js +39 -0
  12. package/es/FastGPT/index.d.ts +15 -0
  13. package/es/FastGPT/index.js +14 -0
  14. package/es/FastGPT/style.d.ts +4 -0
  15. package/es/FastGPT/style.js +4 -0
  16. package/es/Jimeng/components/Avatar.d.ts +5 -0
  17. package/es/Jimeng/components/Avatar.js +30 -0
  18. package/es/Jimeng/components/Color.d.ts +3 -0
  19. package/es/Jimeng/components/Color.js +184 -0
  20. package/es/Jimeng/components/Combine.d.ts +7 -0
  21. package/es/Jimeng/components/Combine.js +32 -0
  22. package/es/Jimeng/components/Mono.d.ts +3 -0
  23. package/es/Jimeng/components/Mono.js +40 -0
  24. package/es/Jimeng/components/Text.d.ts +3 -0
  25. package/es/Jimeng/components/Text.js +39 -0
  26. package/es/Jimeng/index.d.ts +15 -0
  27. package/es/Jimeng/index.js +14 -0
  28. package/es/Jimeng/style.d.ts +4 -0
  29. package/es/Jimeng/style.js +4 -0
  30. package/es/MetaAI/components/Avatar.d.ts +5 -0
  31. package/es/MetaAI/components/Avatar.js +30 -0
  32. package/es/MetaAI/components/Color.d.ts +3 -0
  33. package/es/MetaAI/components/Color.js +123 -0
  34. package/es/MetaAI/components/Combine.d.ts +7 -0
  35. package/es/MetaAI/components/Combine.js +32 -0
  36. package/es/MetaAI/components/Mono.d.ts +3 -0
  37. package/es/MetaAI/components/Mono.js +41 -0
  38. package/es/MetaAI/components/Text.d.ts +3 -0
  39. package/es/MetaAI/components/Text.js +39 -0
  40. package/es/MetaAI/index.d.ts +15 -0
  41. package/es/MetaAI/index.js +14 -0
  42. package/es/MetaAI/style.d.ts +4 -0
  43. package/es/MetaAI/style.js +4 -0
  44. package/es/MetaGPT/components/Avatar.d.ts +5 -0
  45. package/es/MetaGPT/components/Avatar.js +27 -0
  46. package/es/MetaGPT/components/Combine.d.ts +5 -0
  47. package/es/MetaGPT/components/Combine.js +26 -0
  48. package/es/MetaGPT/components/Mono.d.ts +3 -0
  49. package/es/MetaGPT/components/Mono.js +46 -0
  50. package/es/MetaGPT/components/Text.d.ts +3 -0
  51. package/es/MetaGPT/components/Text.js +39 -0
  52. package/es/MetaGPT/index.d.ts +13 -0
  53. package/es/MetaGPT/index.js +12 -0
  54. package/es/MetaGPT/style.d.ts +4 -0
  55. package/es/MetaGPT/style.js +4 -0
  56. package/es/PydanticAI/components/Avatar.d.ts +5 -0
  57. package/es/PydanticAI/components/Avatar.js +30 -0
  58. package/es/PydanticAI/components/Color.d.ts +3 -0
  59. package/es/PydanticAI/components/Color.js +54 -0
  60. package/es/PydanticAI/components/Combine.d.ts +7 -0
  61. package/es/PydanticAI/components/Combine.js +32 -0
  62. package/es/PydanticAI/components/Mono.d.ts +3 -0
  63. package/es/PydanticAI/components/Mono.js +50 -0
  64. package/es/PydanticAI/components/Text.d.ts +3 -0
  65. package/es/PydanticAI/components/Text.js +39 -0
  66. package/es/PydanticAI/index.d.ts +15 -0
  67. package/es/PydanticAI/index.js +14 -0
  68. package/es/PydanticAI/style.d.ts +4 -0
  69. package/es/PydanticAI/style.js +4 -0
  70. package/es/Zapier/components/Avatar.d.ts +5 -0
  71. package/es/Zapier/components/Avatar.js +30 -0
  72. package/es/Zapier/components/Color.d.ts +3 -0
  73. package/es/Zapier/components/Color.js +39 -0
  74. package/es/Zapier/components/Combine.d.ts +7 -0
  75. package/es/Zapier/components/Combine.js +32 -0
  76. package/es/Zapier/components/Mono.d.ts +3 -0
  77. package/es/Zapier/components/Mono.js +40 -0
  78. package/es/Zapier/components/Text.d.ts +3 -0
  79. package/es/Zapier/components/Text.js +39 -0
  80. package/es/Zapier/index.d.ts +15 -0
  81. package/es/Zapier/index.js +14 -0
  82. package/es/Zapier/style.d.ts +4 -0
  83. package/es/Zapier/style.js +4 -0
  84. package/es/components/Editor/Preview.js +3 -1
  85. package/es/components/IconPreview/index.d.ts +2 -1
  86. package/es/features/providerConfig.js +4 -0
  87. package/es/features/providerEnum.d.ts +1 -0
  88. package/es/features/providerEnum.js +1 -0
  89. package/es/hooks/useFillId.js +1 -1
  90. package/es/icons.d.ts +6 -0
  91. package/es/icons.js +6 -0
  92. package/es/toc.js +108 -0
  93. 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: "M18.5 16h-13v3h13v-3z"
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 71 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: "M6.593 16.075l-.011-.036L13.8 9.431V6.247H2.22V9.43h6.917l.011.03L2 16.075v3.184h11.916v-3.184H6.593zM21.025 5.943c-1.335 0-2.424.202-3.266.605a4.285 4.285 0 00-1.895 1.66 6.046 6.046 0 00-.795 2.403l3.514.494c.127-.75.381-1.28.763-1.592a2.328 2.328 0 011.51-.468c.713 0 1.23.191 1.552.572.318.382.48.91.48 1.606v.347H19.51c-1.72 0-2.956.381-3.707 1.144-.751.762-1.126 1.77-1.125 3.02 0 1.281.375 2.234 1.125 2.86.75.625 1.693.936 2.83.932 1.41 0 2.494-.485 3.252-1.454a5.404 5.404 0 00.94-2.004h.128l.484 3.184h3.184v-8.063c0-1.667-.439-2.958-1.317-3.873-.878-.915-2.305-1.373-4.279-1.373zm1.114 9.94c-.505.421-1.167.63-1.99.63-.68 0-1.151-.118-1.415-.356a1.165 1.165 0 01-.399-.905 1.19 1.19 0 01.33-.88 1.227 1.227 0 01.906-.33h3.323v.22a2.028 2.028 0 01-.755 1.62zM45.876 6.247h-3.762V19.26h3.762V6.247zM68.085 6.247c-1.063 0-1.9.375-2.513 1.125-.44.538-.774 1.335-1.002 2.389h-.111l-.492-3.514h-3.213v13.012h3.762v-6.673c0-.841.197-1.486.591-1.935.394-.449 1.121-.673 2.181-.673h1.428V6.247h-.63zM57.021 6.671c-.878-.522-1.986-.783-3.323-.781-2.105 0-3.752.599-4.942 1.798-1.19 1.198-1.784 2.85-1.784 4.957a7.9 7.9 0 00.81 3.678 5.84 5.84 0 002.307 2.43c.996.577 2.182.865 3.556.866 1.188 0 2.181-.183 2.978-.549a4.79 4.79 0 001.895-1.497c.47-.64.82-1.361 1.03-2.127l-3.241-.908c-.137.498-.4.953-.763 1.32-.366.366-.98.549-1.84.549-1.023 0-1.786-.293-2.288-.88-.364-.422-.593-1.027-.694-1.81h8.875c.037-.367.056-.674.056-.921v-.81a7.226 7.226 0 00-.658-3.158 4.943 4.943 0 00-1.974-2.157zm-3.431 2.32c1.525 0 2.39.751 2.594 2.252H50.79a3.1 3.1 0 01.604-1.374c.495-.586 1.227-.879 2.197-.877zM44.036 1.001a2.113 2.113 0 00-1.538.591 2.04 2.04 0 00-.604 1.526 2.068 2.068 0 002.142 2.14 2.035 2.035 0 001.526-.604 2.096 2.096 0 00.59-1.536 2.02 2.02 0 00-2.114-2.115l-.002-.002zM36.265 5.89c-1.281 0-2.31.402-3.089 1.207-.576.596-.998 1.485-1.268 2.669h-.12l-.492-3.514h-3.212V23h3.761v-6.898h.138c.114.46.275.907.48 1.334.318.697.84 1.28 1.497 1.674.68.372 1.448.557 2.223.536 1.575 0 2.774-.613 3.598-1.84.823-1.226 1.235-2.938 1.235-5.134 0-2.122-.398-3.783-1.195-4.982-.797-1.2-1.982-1.8-3.556-1.8zm.381 9.43c-.438.635-1.125.953-2.059.953a2.427 2.427 0 01-2.017-.92c-.487-.612-.73-1.45-.728-2.512v-.248c0-1.079.242-1.905.728-2.478.485-.574 1.158-.857 2.017-.85.951 0 1.642.301 2.073.905.43.604.646 1.446.646 2.526.003 1.118-.216 1.992-.656 2.624h-.004z"
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 = "Zapier";
2
+ export declare const TEXT_MULTIPLE = 1;
3
+ export declare const SPACE_MULTIPLE = -0.25;
4
+ export declare const COLOR_PRIMARY = "#FF4F00";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Zapier';
2
+ export var TEXT_MULTIPLE = 1;
3
+ export var SPACE_MULTIPLE = -0.25;
4
+ export var COLOR_PRIMARY = '#FF4F00';
@@ -16,7 +16,8 @@ var useStyles = createStyles(function (_ref) {
16
16
  var Preview = /*#__PURE__*/memo(function (_ref2) {
17
17
  var svg = _ref2.svg,
18
18
  title = _ref2.title,
19
- precent = _ref2.precent;
19
+ precent = _ref2.precent,
20
+ ref = _ref2.ref;
20
21
  var _useStyles = useStyles(),
21
22
  styles = _useStyles.styles;
22
23
  return /*#__PURE__*/_jsxs(Flexbox, {
@@ -42,6 +43,7 @@ var Preview = /*#__PURE__*/memo(function (_ref2) {
42
43
  }), /*#__PURE__*/_jsxs(Flexbox, {
43
44
  gap: 8,
44
45
  horizontal: true,
46
+ ref: ref,
45
47
  children: [/*#__PURE__*/_jsx(IconPreview, {
46
48
  children: svg
47
49
  }), /*#__PURE__*/_jsx(Highlighter, {
@@ -1,7 +1,8 @@
1
- import { ReactNode } from 'react';
1
+ import { ReactNode, Ref } from 'react';
2
2
  import { FlexboxProps } from 'react-layout-kit';
3
3
  export interface IconPreviewProps extends FlexboxProps {
4
4
  children: string | ReactNode;
5
+ ref?: Ref<HTMLDivElement>;
5
6
  }
6
7
  declare const IconPreview: import("react").NamedExoticComponent<IconPreviewProps>;
7
8
  export default IconPreview;
@@ -28,6 +28,7 @@ import Cloudflare from "../Cloudflare";
28
28
  import Cohere from "../Cohere";
29
29
  import DeepSeek from "../DeepSeek";
30
30
  import Doubao from "../Doubao";
31
+ import Fal from "../Fal";
31
32
  import Fireworks from "../Fireworks";
32
33
  import Gemini from "../Gemini";
33
34
  import GiteeAI from "../GiteeAI";
@@ -385,4 +386,7 @@ export var providerMappings = [{
385
386
  Icon: Xinference,
386
387
  combineMultiple: 0.85,
387
388
  keywords: [ModelProvider.Xinference]
389
+ }, {
390
+ Icon: Fal,
391
+ keywords: [ModelProvider.Fal]
388
392
  }];
@@ -10,6 +10,7 @@ export declare enum ModelProvider {
10
10
  Cohere = "cohere",
11
11
  DeepSeek = "deepseek",
12
12
  Doubao = "Doubao",
13
+ Fal = "fal",
13
14
  FireworksAI = "fireworksai",
14
15
  GiteeAI = "giteeai",
15
16
  Github = "github",
@@ -10,6 +10,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
10
10
  ModelProvider["Cohere"] = "cohere";
11
11
  ModelProvider["DeepSeek"] = "deepseek";
12
12
  ModelProvider["Doubao"] = "Doubao";
13
+ ModelProvider["Fal"] = "fal";
13
14
  ModelProvider["FireworksAI"] = "fireworksai";
14
15
  ModelProvider["GiteeAI"] = "giteeai";
15
16
  ModelProvider["Github"] = "github";
@@ -20,5 +20,5 @@ export var useFillIds = function useFillIds(namespace, length) {
20
20
  };
21
21
  });
22
22
  return ids;
23
- }, [namespace]);
23
+ }, [namespace, length]);
24
24
  };
package/es/icons.d.ts CHANGED
@@ -59,6 +59,7 @@ export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao'
59
59
  export { default as DreamMachine, type CompoundedIcon as DreamMachineProps } from './DreamMachine';
60
60
  export { default as Exa, type CompoundedIcon as ExaProps } from './Exa';
61
61
  export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
62
+ export { default as FastGPT, type CompoundedIcon as FastGPTProps } from './FastGPT';
62
63
  export { default as Featherless, type CompoundedIcon as FeatherlessProps } from './Featherless';
63
64
  export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
64
65
  export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './FishAudio';
@@ -92,6 +93,7 @@ export { default as Infermatic, type CompoundedIcon as InfermaticProps } from '.
92
93
  export { default as Infinigence, type CompoundedIcon as InfinigenceProps } from './Infinigence';
93
94
  export { default as Inflection, type CompoundedIcon as InflectionProps } from './Inflection';
94
95
  export { default as InternLM, type CompoundedIcon as InternLMProps } from './InternLM';
96
+ export { default as Jimeng, type CompoundedIcon as JimengProps } from './Jimeng';
95
97
  export { default as Jina, type CompoundedIcon as JinaProps } from './Jina';
96
98
  export { default as Kera, type CompoundedIcon as KeraProps } from './Kera';
97
99
  export { default as Kimi, type CompoundedIcon as KimiProps } from './Kimi';
@@ -116,6 +118,8 @@ export { default as Make, type CompoundedIcon as MakeProps } from './Make';
116
118
  export { default as Manus, type CompoundedIcon as ManusProps } from './Manus';
117
119
  export { default as MCP, type CompoundedIcon as MCPProps } from './MCP';
118
120
  export { default as Meta, type CompoundedIcon as MetaProps } from './Meta';
121
+ export { default as MetaAI, type CompoundedIcon as MetaAIProps } from './MetaAI';
122
+ export { default as MetaGPT, type CompoundedIcon as MetaGPTProps } from './MetaGPT';
119
123
  export { default as Microsoft, type CompoundedIcon as MicrosoftProps } from './Microsoft';
120
124
  export { default as Midjourney, type CompoundedIcon as MidjourneyProps } from './Midjourney';
121
125
  export { default as Minimax, type CompoundedIcon as MinimaxProps } from './Minimax';
@@ -146,6 +150,7 @@ export { default as PixVerse, type CompoundedIcon as PixVerseProps } from './Pix
146
150
  export { default as Poe, type CompoundedIcon as PoeProps } from './Poe';
147
151
  export { default as Pollinations, type CompoundedIcon as PollinationsProps } from './Pollinations';
148
152
  export { default as PPIO, type CompoundedIcon as PPIOProps } from './PPIO';
153
+ export { default as PydanticAI, type CompoundedIcon as PydanticAIProps } from './PydanticAI';
149
154
  export { default as Qingyan, type CompoundedIcon as QingyanProps } from './Qingyan';
150
155
  export { default as Qiniu, type CompoundedIcon as QiniuProps } from './Qiniu';
151
156
  export { default as Qwen, type CompoundedIcon as QwenProps } from './Qwen';
@@ -196,6 +201,7 @@ export { default as Xuanyuan, type CompoundedIcon as XuanyuanProps } from './Xua
196
201
  export { default as Yandex, type CompoundedIcon as YandexProps } from './Yandex';
197
202
  export { default as Yi, type CompoundedIcon as YiProps } from './Yi';
198
203
  export { default as Yuanbao, type CompoundedIcon as YuanbaoProps } from './Yuanbao';
204
+ export { default as Zapier, type CompoundedIcon as ZapierProps } from './Zapier';
199
205
  export { default as Zeabur, type CompoundedIcon as ZeaburProps } from './Zeabur';
200
206
  export { default as ZeroOne, type CompoundedIcon as ZeroOneProps } from './ZeroOne';
201
207
  export { default as Zhipu, type CompoundedIcon as ZhipuProps } from './Zhipu';
package/es/icons.js CHANGED
@@ -59,6 +59,7 @@ export { default as Doubao } from "./Doubao";
59
59
  export { default as DreamMachine } from "./DreamMachine";
60
60
  export { default as Exa } from "./Exa";
61
61
  export { default as Fal } from "./Fal";
62
+ export { default as FastGPT } from "./FastGPT";
62
63
  export { default as Featherless } from "./Featherless";
63
64
  export { default as Fireworks } from "./Fireworks";
64
65
  export { default as FishAudio } from "./FishAudio";
@@ -92,6 +93,7 @@ export { default as Infermatic } from "./Infermatic";
92
93
  export { default as Infinigence } from "./Infinigence";
93
94
  export { default as Inflection } from "./Inflection";
94
95
  export { default as InternLM } from "./InternLM";
96
+ export { default as Jimeng } from "./Jimeng";
95
97
  export { default as Jina } from "./Jina";
96
98
  export { default as Kera } from "./Kera";
97
99
  export { default as Kimi } from "./Kimi";
@@ -116,6 +118,8 @@ export { default as Make } from "./Make";
116
118
  export { default as Manus } from "./Manus";
117
119
  export { default as MCP } from "./MCP";
118
120
  export { default as Meta } from "./Meta";
121
+ export { default as MetaAI } from "./MetaAI";
122
+ export { default as MetaGPT } from "./MetaGPT";
119
123
  export { default as Microsoft } from "./Microsoft";
120
124
  export { default as Midjourney } from "./Midjourney";
121
125
  export { default as Minimax } from "./Minimax";
@@ -146,6 +150,7 @@ export { default as PixVerse } from "./PixVerse";
146
150
  export { default as Poe } from "./Poe";
147
151
  export { default as Pollinations } from "./Pollinations";
148
152
  export { default as PPIO } from "./PPIO";
153
+ export { default as PydanticAI } from "./PydanticAI";
149
154
  export { default as Qingyan } from "./Qingyan";
150
155
  export { default as Qiniu } from "./Qiniu";
151
156
  export { default as Qwen } from "./Qwen";
@@ -196,6 +201,7 @@ export { default as Xuanyuan } from "./Xuanyuan";
196
201
  export { default as Yandex } from "./Yandex";
197
202
  export { default as Yi } from "./Yi";
198
203
  export { default as Yuanbao } from "./Yuanbao";
204
+ export { default as Zapier } from "./Zapier";
199
205
  export { default as Zeabur } from "./Zeabur";
200
206
  export { default as ZeroOne } from "./ZeroOne";
201
207
  export { default as Zhipu } from "./Zhipu";
package/es/toc.js CHANGED
@@ -1106,6 +1106,24 @@ var toc = [{
1106
1106
  "hasTextColor": false
1107
1107
  },
1108
1108
  "title": "Fal"
1109
+ }, {
1110
+ "color": "#fff",
1111
+ "desc": "https://tryfastgpt.ai",
1112
+ "docsUrl": "fast-gpt",
1113
+ "fullTitle": "FastGPT",
1114
+ "group": "application",
1115
+ "id": "FastGPT",
1116
+ "param": {
1117
+ "hasAvatar": true,
1118
+ "hasBrand": false,
1119
+ "hasBrandColor": false,
1120
+ "hasColor": true,
1121
+ "hasCombine": true,
1122
+ "hasText": true,
1123
+ "hasTextCn": false,
1124
+ "hasTextColor": false
1125
+ },
1126
+ "title": "FastGPT"
1109
1127
  }, {
1110
1128
  "color": "#FFE184",
1111
1129
  "desc": "https://featherless.ai",
@@ -1704,6 +1722,24 @@ var toc = [{
1704
1722
  "hasTextColor": false
1705
1723
  },
1706
1724
  "title": "InternLM"
1725
+ }, {
1726
+ "color": "#000",
1727
+ "desc": "https://jimeng.jianying.com",
1728
+ "docsUrl": "jimeng",
1729
+ "fullTitle": "Jimeng (即梦)",
1730
+ "group": "application",
1731
+ "id": "Jimeng",
1732
+ "param": {
1733
+ "hasAvatar": true,
1734
+ "hasBrand": false,
1735
+ "hasBrandColor": false,
1736
+ "hasColor": true,
1737
+ "hasCombine": true,
1738
+ "hasText": true,
1739
+ "hasTextCn": false,
1740
+ "hasTextColor": false
1741
+ },
1742
+ "title": "Jimeng"
1707
1743
  }, {
1708
1744
  "color": "#000",
1709
1745
  "desc": "https://jina.ai",
@@ -2140,6 +2176,42 @@ var toc = [{
2140
2176
  "hasTextColor": false
2141
2177
  },
2142
2178
  "title": "Meta"
2179
+ }, {
2180
+ "color": "#000",
2181
+ "desc": "https://meta.ai",
2182
+ "docsUrl": "meta-ai",
2183
+ "fullTitle": "MetaAI",
2184
+ "group": "application",
2185
+ "id": "MetaAI",
2186
+ "param": {
2187
+ "hasAvatar": true,
2188
+ "hasBrand": false,
2189
+ "hasBrandColor": false,
2190
+ "hasColor": true,
2191
+ "hasCombine": true,
2192
+ "hasText": true,
2193
+ "hasTextCn": false,
2194
+ "hasTextColor": false
2195
+ },
2196
+ "title": "MetaAI"
2197
+ }, {
2198
+ "color": "#000",
2199
+ "desc": "https://github.com/FoundationAgents/MetaGPT",
2200
+ "docsUrl": "meta-gpt",
2201
+ "fullTitle": "MetaGPT",
2202
+ "group": "application",
2203
+ "id": "MetaGPT",
2204
+ "param": {
2205
+ "hasAvatar": true,
2206
+ "hasBrand": false,
2207
+ "hasBrandColor": false,
2208
+ "hasColor": false,
2209
+ "hasCombine": true,
2210
+ "hasText": true,
2211
+ "hasTextCn": false,
2212
+ "hasTextColor": false
2213
+ },
2214
+ "title": "MetaGPT"
2143
2215
  }, {
2144
2216
  "color": "#00A4EF",
2145
2217
  "desc": "https://microsoft.com",
@@ -2684,6 +2756,24 @@ var toc = [{
2684
2756
  "hasTextColor": false
2685
2757
  },
2686
2758
  "title": "Pollinations"
2759
+ }, {
2760
+ "color": "#E92063",
2761
+ "desc": "https://ai.pydantic.dev",
2762
+ "docsUrl": "pydantic-ai",
2763
+ "fullTitle": "PydanticAI",
2764
+ "group": "application",
2765
+ "id": "PydanticAI",
2766
+ "param": {
2767
+ "hasAvatar": true,
2768
+ "hasBrand": false,
2769
+ "hasBrandColor": false,
2770
+ "hasColor": true,
2771
+ "hasCombine": true,
2772
+ "hasText": true,
2773
+ "hasTextCn": false,
2774
+ "hasTextColor": false
2775
+ },
2776
+ "title": "PydanticAI"
2687
2777
  }, {
2688
2778
  "color": "#1041F3",
2689
2779
  "desc": "https://chatglm.cn",
@@ -3591,6 +3681,24 @@ var toc = [{
3591
3681
  "hasTextColor": false
3592
3682
  },
3593
3683
  "title": "Yuanbao"
3684
+ }, {
3685
+ "color": "#FF4F00",
3686
+ "desc": "https://zapier.com",
3687
+ "docsUrl": "zapier",
3688
+ "fullTitle": "Zapier",
3689
+ "group": "application",
3690
+ "id": "Zapier",
3691
+ "param": {
3692
+ "hasAvatar": true,
3693
+ "hasBrand": false,
3694
+ "hasBrandColor": false,
3695
+ "hasColor": true,
3696
+ "hasCombine": true,
3697
+ "hasText": true,
3698
+ "hasTextCn": false,
3699
+ "hasTextColor": false
3700
+ },
3701
+ "title": "Zapier"
3594
3702
  }, {
3595
3703
  "color": "#6300FF",
3596
3704
  "desc": "https://zeabur.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.98.0",
3
+ "version": "2.1.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",