@lobehub/icons 1.92.0 → 1.94.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -37
- package/es/Coqui/components/Avatar.d.ts +5 -0
- package/es/Coqui/components/Avatar.js +28 -0
- package/es/Coqui/components/Color.d.ts +3 -0
- package/es/Coqui/components/Color.js +43 -0
- package/es/Coqui/components/Combine.d.ts +7 -0
- package/es/Coqui/components/Combine.js +32 -0
- package/es/Coqui/components/Mono.d.ts +3 -0
- package/es/Coqui/components/Mono.js +43 -0
- package/es/Coqui/components/Text.d.ts +3 -0
- package/es/Coqui/components/Text.js +45 -0
- package/es/Coqui/index.d.ts +15 -0
- package/es/Coqui/index.js +16 -0
- package/es/Coqui/style.d.ts +4 -0
- package/es/Coqui/style.js +4 -0
- package/es/DreamMachine/components/Avatar.d.ts +5 -0
- package/es/DreamMachine/components/Avatar.js +25 -0
- package/es/DreamMachine/components/Combine.d.ts +5 -0
- package/es/DreamMachine/components/Combine.js +29 -0
- package/es/DreamMachine/components/Mono.d.ts +3 -0
- package/es/DreamMachine/components/Mono.js +45 -0
- package/es/DreamMachine/components/Text.d.ts +3 -0
- package/es/DreamMachine/components/Text.js +40 -0
- package/es/DreamMachine/index.d.ts +13 -0
- package/es/DreamMachine/index.js +14 -0
- package/es/DreamMachine/style.d.ts +4 -0
- package/es/DreamMachine/style.js +4 -0
- package/es/TopazLabs/components/Avatar.d.ts +5 -0
- package/es/TopazLabs/components/Avatar.js +25 -0
- package/es/TopazLabs/components/Combine.d.ts +5 -0
- package/es/TopazLabs/components/Combine.js +29 -0
- package/es/TopazLabs/components/Mono.d.ts +3 -0
- package/es/TopazLabs/components/Mono.js +41 -0
- package/es/TopazLabs/components/Text.d.ts +3 -0
- package/es/TopazLabs/components/Text.js +58 -0
- package/es/TopazLabs/index.d.ts +13 -0
- package/es/TopazLabs/index.js +14 -0
- package/es/TopazLabs/style.d.ts +4 -0
- package/es/TopazLabs/style.js +4 -0
- package/es/Xinference/components/Avatar.d.ts +5 -0
- package/es/Xinference/components/Avatar.js +30 -0
- package/es/Xinference/components/Color.d.ts +3 -0
- package/es/Xinference/components/Color.js +101 -0
- package/es/Xinference/components/Combine.d.ts +7 -0
- package/es/Xinference/components/Combine.js +32 -0
- package/es/Xinference/components/Mono.d.ts +3 -0
- package/es/Xinference/components/Mono.js +45 -0
- package/es/Xinference/components/Text.d.ts +3 -0
- package/es/Xinference/components/Text.js +40 -0
- package/es/Xinference/index.d.ts +15 -0
- package/es/Xinference/index.js +16 -0
- package/es/Xinference/style.d.ts +4 -0
- package/es/Xinference/style.js +4 -0
- package/es/Yuanbao/components/Avatar.d.ts +5 -0
- package/es/Yuanbao/components/Avatar.js +26 -0
- package/es/Yuanbao/components/Color.d.ts +3 -0
- package/es/Yuanbao/components/Color.js +134 -0
- package/es/Yuanbao/components/Combine.d.ts +7 -0
- package/es/Yuanbao/components/Combine.js +32 -0
- package/es/Yuanbao/components/Mono.d.ts +3 -0
- package/es/Yuanbao/components/Mono.js +41 -0
- package/es/Yuanbao/components/Text.d.ts +3 -0
- package/es/Yuanbao/components/Text.js +40 -0
- package/es/Yuanbao/index.d.ts +15 -0
- package/es/Yuanbao/index.js +16 -0
- package/es/Yuanbao/style.d.ts +4 -0
- package/es/Yuanbao/style.js +4 -0
- package/es/features/modelConfig.js +3 -3
- package/es/features/providerConfig.js +8 -1
- package/es/features/providerEnum.d.ts +1 -0
- package/es/features/providerEnum.js +1 -0
- package/es/icons.d.ts +5 -0
- package/es/icons.js +5 -0
- package/es/toc.js +90 -0
- package/package.json +2 -2
@@ -0,0 +1,134 @@
|
|
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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
11
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
12
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
13
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
14
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
15
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
16
|
+
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; }
|
17
|
+
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; }
|
18
|
+
import { forwardRef } from 'react';
|
19
|
+
import { useFillIds } from "../../hooks/useFillId";
|
20
|
+
import { TITLE } from "../style";
|
21
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
22
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
23
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
24
|
+
var _ref$size = _ref.size,
|
25
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
26
|
+
style = _ref.style,
|
27
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
28
|
+
var _useFillIds = useFillIds(TITLE, 4),
|
29
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 4),
|
30
|
+
a = _useFillIds2[0],
|
31
|
+
b = _useFillIds2[1],
|
32
|
+
c = _useFillIds2[2],
|
33
|
+
d = _useFillIds2[3];
|
34
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
35
|
+
height: size,
|
36
|
+
ref: ref,
|
37
|
+
style: _objectSpread({
|
38
|
+
flex: 'none',
|
39
|
+
lineHeight: 1
|
40
|
+
}, style),
|
41
|
+
viewBox: "0 0 24 24",
|
42
|
+
width: size,
|
43
|
+
xmlns: "http://www.w3.org/2000/svg"
|
44
|
+
}, rest), {}, {
|
45
|
+
children: [/*#__PURE__*/_jsx("title", {
|
46
|
+
children: TITLE
|
47
|
+
}), /*#__PURE__*/_jsx("path", {
|
48
|
+
d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z",
|
49
|
+
fill: a.fill
|
50
|
+
}), /*#__PURE__*/_jsx("path", {
|
51
|
+
clipRule: "evenodd",
|
52
|
+
d: "M12 0c.518 0 1.028.033 1.528.096A6.188 6.188 0 0112.12 12.28l-.12.001c-2.99 0-5.242 2.179-5.554 5.11-.223 2.086.353 4.412 2.242 6.146C3.672 22.1 0 17.479 0 12 0 5.373 5.373 0 12 0z",
|
53
|
+
fill: b.fill,
|
54
|
+
fillRule: "evenodd"
|
55
|
+
}), /*#__PURE__*/_jsx("path", {
|
56
|
+
clipRule: "evenodd",
|
57
|
+
d: "M5.286 5a2.438 2.438 0 01.682 3.38c-3.962 5.966-3.215 10.743 2.648 15.136C3.636 22.056 0 17.452 0 12c0-1.787.39-3.482 1.09-5.006.253-.435.525-.872.817-1.311A2.438 2.438 0 015.286 5z",
|
58
|
+
fill: c.fill,
|
59
|
+
fillRule: "evenodd"
|
60
|
+
}), /*#__PURE__*/_jsx("path", {
|
61
|
+
clipRule: "evenodd",
|
62
|
+
d: "M12.98.04c.272.021.543.053.81.093.583.106 1.117.254 1.538.44 6.638 2.927 8.07 10.052 1.748 15.642a4.126 4.126 0 01-5.822-.358c-1.51-1.706-1.3-4.184.357-5.822.858-.848 3.108-1.223 4.045-2.44 1.257-1.635 2.122-6.01-2.523-7.507L12.98.04z",
|
63
|
+
fill: d.fill,
|
64
|
+
fillRule: "evenodd"
|
65
|
+
}), /*#__PURE__*/_jsx("path", {
|
66
|
+
clipRule: "evenodd",
|
67
|
+
d: "M13.528.096A6.187 6.187 0 0112 12.281a5.752 5.752 0 00-1.71.255c.147-.905.595-1.784 1.321-2.501.858-.848 3.108-1.223 4.045-2.441 1.27-1.651 2.14-6.104-2.676-7.554.184.014.367.033.548.056z",
|
68
|
+
fill: "#ECECEE",
|
69
|
+
fillRule: "evenodd"
|
70
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
71
|
+
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
72
|
+
gradientUnits: "userSpaceOnUse",
|
73
|
+
id: a.id,
|
74
|
+
x1: "12",
|
75
|
+
x2: "12",
|
76
|
+
y1: "0",
|
77
|
+
y2: "24",
|
78
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
79
|
+
stopColor: "#02B2FC"
|
80
|
+
}), /*#__PURE__*/_jsx("stop", {
|
81
|
+
offset: ".5",
|
82
|
+
stopColor: "#20CBB6"
|
83
|
+
}), /*#__PURE__*/_jsx("stop", {
|
84
|
+
offset: "1",
|
85
|
+
stopColor: "#13D363"
|
86
|
+
})]
|
87
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
88
|
+
gradientUnits: "userSpaceOnUse",
|
89
|
+
id: b.id,
|
90
|
+
x1: "9.095",
|
91
|
+
x2: "9.095",
|
92
|
+
y1: "0",
|
93
|
+
y2: "23.537",
|
94
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
95
|
+
stopColor: "#C3EBEF"
|
96
|
+
}), /*#__PURE__*/_jsx("stop", {
|
97
|
+
offset: "1",
|
98
|
+
stopColor: "#D3F4DD"
|
99
|
+
})]
|
100
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
101
|
+
gradientUnits: "userSpaceOnUse",
|
102
|
+
id: c.id,
|
103
|
+
x1: "4.308",
|
104
|
+
x2: "4.308",
|
105
|
+
y1: "4.593",
|
106
|
+
y2: "23.516",
|
107
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
108
|
+
stopColor: "#14D368"
|
109
|
+
}), /*#__PURE__*/_jsx("stop", {
|
110
|
+
offset: ".5",
|
111
|
+
stopColor: "#24CEAD"
|
112
|
+
}), /*#__PURE__*/_jsx("stop", {
|
113
|
+
offset: "1",
|
114
|
+
stopColor: "#03B4F8"
|
115
|
+
})]
|
116
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
117
|
+
gradientUnits: "userSpaceOnUse",
|
118
|
+
id: d.id,
|
119
|
+
x1: "15.685",
|
120
|
+
x2: "15.685",
|
121
|
+
y1: ".039",
|
122
|
+
y2: "17.249",
|
123
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
124
|
+
stopColor: "#61CFFA",
|
125
|
+
stopOpacity: ".996"
|
126
|
+
}), /*#__PURE__*/_jsx("stop", {
|
127
|
+
offset: "1",
|
128
|
+
stopColor: "#79E3C0"
|
129
|
+
})]
|
130
|
+
})]
|
131
|
+
})]
|
132
|
+
}));
|
133
|
+
});
|
134
|
+
export default Icon;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
3
|
+
export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
|
4
|
+
type?: 'color' | 'mono';
|
5
|
+
}
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
7
|
+
export default Combine;
|
@@ -0,0 +1,32 @@
|
|
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 = ["type"];
|
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 IconCombine from "../../features/IconCombine";
|
14
|
+
import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
|
15
|
+
import Color from "./Color";
|
16
|
+
import Mono from "./Mono";
|
17
|
+
import Text from "./Text";
|
18
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
19
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
20
|
+
var _ref$type = _ref.type,
|
21
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
22
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
23
|
+
var Icon = type === 'color' ? Color : Mono;
|
24
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
25
|
+
Icon: Icon,
|
26
|
+
Text: Text,
|
27
|
+
"aria-label": TITLE,
|
28
|
+
spaceMultiple: SPACE_MULTIPLE,
|
29
|
+
textMultiple: TEXT_MULTIPLE
|
30
|
+
}, rest));
|
31
|
+
});
|
32
|
+
export default Combine;
|
@@ -0,0 +1,41 @@
|
|
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 { forwardRef } 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__*/forwardRef(function (_ref, 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
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 24 24",
|
31
|
+
width: size,
|
32
|
+
xmlns: "http://www.w3.org/2000/svg"
|
33
|
+
}, rest), {}, {
|
34
|
+
children: [/*#__PURE__*/_jsx("title", {
|
35
|
+
children: TITLE
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
37
|
+
d: "M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm1.652 1.123l-.01-.001c.533.097 1.023.233 1.41.404 6.084 2.683 7.396 9.214 1.601 14.338a3.781 3.781 0 01-5.337-.328 3.654 3.654 0 01-.884-3.044c-1.934.6-3.295 2.305-3.524 4.45-.204 1.912.324 4.044 2.056 5.634l.245.067C10.1 22.876 11.036 23 12 23c6.075 0 11-4.925 11-11 0-5.513-4.056-10.08-9.348-10.877zM2.748 6.21c-.178.269-.348.536-.51.803l-.235.394.078-.167A10.957 10.957 0 001 12c0 4.919 3.228 9.083 7.682 10.49l.214.065C3.523 18.528 2.84 14.149 6.47 8.68A2.234 2.234 0 102.748 6.21zm10.157-5.172c4.408 1.33 3.61 5.41 2.447 6.924-.86 1.117-2.922 1.46-3.708 2.238-.666.657-1.077 1.462-1.212 2.291A5.303 5.303 0 0112 12.258a5.672 5.672 0 001.404-11.169 10.51 10.51 0 00-.5-.052z"
|
38
|
+
})]
|
39
|
+
}));
|
40
|
+
});
|
41
|
+
export default Icon;
|
@@ -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 { forwardRef } 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__*/forwardRef(function (_ref, 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
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 92 24",
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
32
|
+
}, rest), {}, {
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
34
|
+
children: TITLE
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
36
|
+
d: "M89.215 4.058c.354 0 .62.051.796.154.177.089.28.236.31.443.03.206.03.428 0 .664l-.487 3.85h-2.588l.398-2.921c.015-.074 0-.133-.044-.177a.21.21 0 00-.177-.089H74.237l-.465 3.186h-2.589l.775-5.11h7.81A32.07 32.07 0 0179.325 2h2.633l.487 2.058h6.77zm-8.297 10.885l-.641 4.823h8.296l-.265 1.925h-19.05l.244-1.925h8.208l.642-4.823H72.09l.287-1.903h6.24l.42-3.142h-4.801l.243-1.902h12.346l-.266 1.902h-4.956l-.42 3.142h6.239l-.288 1.903h-6.217zm2.832 4.27c-.118-.34-.273-.797-.464-1.372a39.816 39.816 0 01-.62-2.345h2.456c.103.354.236.804.398 1.35.177.53.48 1.32.907 2.367H83.75zM66.891 3.15l-.332 2.036H51.47l.332-2.036h15.09zm.288 8.01h-4.89l-1.194 8.628h5.907l-.774 2.124h-8.164l1.593-10.752H56.58a21.26 21.26 0 01-1.15 4.026 15.79 15.79 0 01-1.925 3.451c-.767 1.063-1.807 2.154-3.12 3.275h-3.783c1.21-.93 2.183-1.763 2.92-2.5a15.07 15.07 0 001.97-2.301c.575-.811 1.069-1.711 1.482-2.7.413-.987.73-2.072.951-3.252h-4.978l.31-2.035h18.23l-.31 2.035zM32.134 6.822h-2.412l-.819-4.646h2.301l.93 4.646zM43.86 2.375c.649 0 1.062.111 1.239.332.191.222.236.612.132 1.173l-2.81 15.797h2.744l-.797 2.057H39.59c.324-1.8.693-3.901 1.106-6.305.428-2.42.649-3.688.663-3.806h-3.54l-1.77 10.111h-2.433l1.77-10.11h-3.031l.376-1.881h2.987l.84-4.735 2.147 1.593-.553 3.142h3.54c.339-2.006.626-3.6.862-4.779.044-.207.03-.361-.044-.465-.059-.118-.258-.177-.597-.177h-8.164l-.443-1.947H43.86zm-12.434 5.62l-1.682 9.447c.457-.34 1.43-1.099 2.92-2.279l-.53 2.877a46.925 46.925 0 01-2.766 2.035A65.854 65.854 0 0126.403 22l2.235-12.058h-2.279l.332-1.947h4.735zM20.142 9.566c.266.472.767.922 1.505 1.35.752.412 1.467.7 2.146.862l-.576 1.947a8.994 8.994 0 01-1.283-.376 9.385 9.385 0 01-1.504-.796l-.531 2.345h1.084c.546 0 .885.096 1.017.288.148.191.192.45.133.774-.133.87-.302 1.858-.509 2.965a661.593 661.593 0 01-.53 2.986h-5.996l-.399-1.792h4.293l.62-3.03c.058-.296-.067-.443-.377-.443h-7.544l.707-3.629a16.62 16.62 0 01-.796.31c-.383.148-.833.28-1.35.398l.465-2.212a9.915 9.915 0 002.058-.797c.663-.354 1.216-.737 1.659-1.15h-3.34l.353-1.726h4.16c.162-.28.317-.62.464-1.018h-4.447l.354-1.77h1.527l-.531-2.654h2.323c.088.486.265 1.371.53 2.655h.797c.192-.885.325-1.896.399-3.032h2.345c-.074 1.195-.207 2.206-.398 3.032h.862c.354-.738.701-1.623 1.04-2.655h2.323c-.162.457-.339.914-.53 1.371-.192.443-.392.87-.598 1.284h1.637l-.42 1.77h-4.845c-.015.073-.148.412-.399 1.017h5.93l-.42 1.726h-3.408zm-9.978-6.97c.442 0 .774.045.995.133.222.089.354.236.399.443a1.9 1.9 0 010 .708L8.35 21.91H6.093l1.305-6.925H5.894c-.089.472-.28 1.343-.575 2.611a82.428 82.428 0 01-1.107 4.314H2a71.505 71.505 0 001.77-7.057L5.96 2.597h4.204zm-.885 2.302c.03-.163.007-.273-.066-.332-.06-.06-.17-.089-.332-.089H7.774L7.177 7.84h1.549l.553-2.942zm8.562 4.668h-.819a8.087 8.087 0 01-1.57 1.615h3.429a7.028 7.028 0 01-.575-.774 6.109 6.109 0 01-.465-.841zm-10.11 3.606l.663-3.54H6.845l-.62 3.54H7.73zm6.614 1.726h3.275l.442-2.035H13.55l1.04.707-.244 1.328zm3.939 2.633l-.399 1.726h-7.633l-.31-1.726h8.342z"
|
37
|
+
})]
|
38
|
+
}));
|
39
|
+
});
|
40
|
+
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,16 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
import Avatar from "./components/Avatar";
|
4
|
+
import Color from "./components/Color";
|
5
|
+
import Combine from "./components/Combine";
|
6
|
+
import Mono from "./components/Mono";
|
7
|
+
import Text from "./components/Text";
|
8
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
9
|
+
var Icons = Mono;
|
10
|
+
Icons.Color = Color;
|
11
|
+
Icons.Text = Text;
|
12
|
+
Icons.Combine = Combine;
|
13
|
+
Icons.Avatar = Avatar;
|
14
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
15
|
+
Icons.title = TITLE;
|
16
|
+
export default Icons;
|
@@ -4,7 +4,6 @@ import Ai360 from "../Ai360";
|
|
4
4
|
import AiMass from "../AiMass";
|
5
5
|
import Aws from "../Aws";
|
6
6
|
import Aya from "../Aya";
|
7
|
-
import Azure from "../Azure";
|
8
7
|
import Baichuan from "../Baichuan";
|
9
8
|
import ByteDance from "../ByteDance";
|
10
9
|
import ChatGLM from "../ChatGLM";
|
@@ -28,6 +27,7 @@ import InternLM from "../InternLM";
|
|
28
27
|
import Jina from "../Jina";
|
29
28
|
import LLaVA from "../LLaVA";
|
30
29
|
import Meta from "../Meta";
|
30
|
+
import Microsoft from "../Microsoft";
|
31
31
|
import Minimax from "../Minimax";
|
32
32
|
import Mistral from "../Mistral";
|
33
33
|
import Moonshot from "../Moonshot";
|
@@ -181,8 +181,8 @@ export var modelMappings = [{
|
|
181
181
|
Icon: Suno,
|
182
182
|
keywords: ['suno']
|
183
183
|
}, {
|
184
|
-
Icon:
|
185
|
-
keywords: ['wizardlm', 'phi3', 'phi-
|
184
|
+
Icon: Microsoft,
|
185
|
+
keywords: ['wizardlm', 'phi3', '^/phi-', '^phi-']
|
186
186
|
}, {
|
187
187
|
Icon: Adobe,
|
188
188
|
keywords: ['firefly']
|
@@ -69,6 +69,7 @@ import Volcengine from "../Volcengine";
|
|
69
69
|
import Wenxin from "../Wenxin";
|
70
70
|
import WorkersAI from "../WorkersAI";
|
71
71
|
import XAI from "../XAI";
|
72
|
+
import Xinference from "../Xinference";
|
72
73
|
import ZeroOne from "../ZeroOne";
|
73
74
|
import Zhipu from "../Zhipu";
|
74
75
|
import Combine from "./ProviderCombine/Combine";
|
@@ -362,15 +363,21 @@ export var providerMappings = [{
|
|
362
363
|
keywords: [ModelProvider.Volcengine]
|
363
364
|
}, {
|
364
365
|
Icon: SambaNova,
|
365
|
-
combineMultiple: 0.
|
366
|
+
combineMultiple: 0.8,
|
366
367
|
keywords: [ModelProvider.SambaNova]
|
367
368
|
}, {
|
368
369
|
Icon: Cohere,
|
369
370
|
keywords: [ModelProvider.Cohere]
|
370
371
|
}, {
|
371
372
|
Icon: Search1API,
|
373
|
+
combineMultiple: 0.9,
|
372
374
|
keywords: [ModelProvider.Search1API]
|
373
375
|
}, {
|
374
376
|
Icon: Infinigence,
|
377
|
+
combineMultiple: 0.8,
|
375
378
|
keywords: [ModelProvider.InfiniAI]
|
379
|
+
}, {
|
380
|
+
Icon: Xinference,
|
381
|
+
combineMultiple: 0.85,
|
382
|
+
keywords: [ModelProvider.Xinference]
|
376
383
|
}];
|
@@ -50,6 +50,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
|
|
50
50
|
ModelProvider["Volcengine"] = "volcengine";
|
51
51
|
ModelProvider["Wenxin"] = "wenxin";
|
52
52
|
ModelProvider["XAI"] = "xai";
|
53
|
+
ModelProvider["Xinference"] = "xinference";
|
53
54
|
ModelProvider["ZeroOne"] = "zeroone";
|
54
55
|
ModelProvider["ZhiPu"] = "zhipu";
|
55
56
|
return ModelProvider;
|
package/es/icons.d.ts
CHANGED
@@ -35,6 +35,7 @@ export { default as Colab, type CompoundedIcon as ColabProps } from './Colab';
|
|
35
35
|
export { default as ComfyUI, type CompoundedIcon as ComfyUIProps } from './ComfyUI';
|
36
36
|
export { default as CommandA, type CompoundedIcon as CommandAProps } from './CommandA';
|
37
37
|
export { default as Copilot, type CompoundedIcon as CopilotProps } from './Copilot';
|
38
|
+
export { default as Coqui, type CompoundedIcon as CoquiProps } from './Coqui';
|
38
39
|
export { default as Coze, type CompoundedIcon as CozeProps } from './Coze';
|
39
40
|
export { default as CrewAI, type CompoundedIcon as CrewAIrops } from './CrewAI';
|
40
41
|
export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor';
|
@@ -48,6 +49,7 @@ export { default as Dify, type CompoundedIcon as DifyProps } from './Dify';
|
|
48
49
|
export { default as Doc2X, type CompoundedIcon as Doc2XProps } from './Doc2X';
|
49
50
|
export { default as DocSearch, type CompoundedIcon as DocSearchProps } from './DocSearch';
|
50
51
|
export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao';
|
52
|
+
export { default as DreamMachine, type CompoundedIcon as DreamMachineProps } from './DreamMachine';
|
51
53
|
export { default as Exa, type CompoundedIcon as ExaProps } from './Exa';
|
52
54
|
export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
53
55
|
export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
|
@@ -150,6 +152,7 @@ export { default as TencentCloud, type CompoundedIcon as TencentCloudProps } fro
|
|
150
152
|
export { default as Tiangong, type CompoundedIcon as TiangongProps } from './Tiangong';
|
151
153
|
export { default as TII, type CompoundedIcon as TIIProps } from './TII';
|
152
154
|
export { default as Together, type CompoundedIcon as TogetherProps } from './Together';
|
155
|
+
export { default as TopazLabs, type CompoundedIcon as TopazLabsProps } from './TopazLabs';
|
153
156
|
export { default as Tripo, type CompoundedIcon as TripoProps } from './Tripo';
|
154
157
|
export { default as Udio, type CompoundedIcon as UdioProps } from './Udio';
|
155
158
|
export { default as Unstructured, type CompoundedIcon as UnstructuredProps } from './Unstructured';
|
@@ -165,9 +168,11 @@ export { default as Volcengine, type CompoundedIcon as VolcengineProps } from '.
|
|
165
168
|
export { default as Wenxin, type CompoundedIcon as WenxinProps } from './Wenxin';
|
166
169
|
export { default as WorkersAI, type CompoundedIcon as WorkersAIProps } from './WorkersAI';
|
167
170
|
export { default as XAI, type CompoundedIcon as XAIProps } from './XAI';
|
171
|
+
export { default as Xinference, type CompoundedIcon as XinferenceProps } from './Xinference';
|
168
172
|
export { default as Xuanyuan, type CompoundedIcon as XuanyuanProps } from './Xuanyuan';
|
169
173
|
export { default as Yandex, type CompoundedIcon as YandexProps } from './Yandex';
|
170
174
|
export { default as Yi, type CompoundedIcon as YiProps } from './Yi';
|
175
|
+
export { default as Yuanbao, type CompoundedIcon as YuanbaoProps } from './Yuanbao';
|
171
176
|
export { default as Zeabur, type CompoundedIcon as ZeaburProps } from './Zeabur';
|
172
177
|
export { default as ZeroOne, type CompoundedIcon as ZeroOneProps } from './ZeroOne';
|
173
178
|
export { default as Zhipu, type CompoundedIcon as ZhipuProps } from './Zhipu';
|
package/es/icons.js
CHANGED
@@ -35,6 +35,7 @@ export { default as Colab } from "./Colab";
|
|
35
35
|
export { default as ComfyUI } from "./ComfyUI";
|
36
36
|
export { default as CommandA } from "./CommandA";
|
37
37
|
export { default as Copilot } from "./Copilot";
|
38
|
+
export { default as Coqui } from "./Coqui";
|
38
39
|
export { default as Coze } from "./Coze";
|
39
40
|
export { default as CrewAI } from "./CrewAI";
|
40
41
|
export { default as Cursor } from "./Cursor";
|
@@ -48,6 +49,7 @@ export { default as Dify } from "./Dify";
|
|
48
49
|
export { default as Doc2X } from "./Doc2X";
|
49
50
|
export { default as DocSearch } from "./DocSearch";
|
50
51
|
export { default as Doubao } from "./Doubao";
|
52
|
+
export { default as DreamMachine } from "./DreamMachine";
|
51
53
|
export { default as Exa } from "./Exa";
|
52
54
|
export { default as Fal } from "./Fal";
|
53
55
|
export { default as Fireworks } from "./Fireworks";
|
@@ -150,6 +152,7 @@ export { default as TencentCloud } from "./TencentCloud";
|
|
150
152
|
export { default as Tiangong } from "./Tiangong";
|
151
153
|
export { default as TII } from "./TII";
|
152
154
|
export { default as Together } from "./Together";
|
155
|
+
export { default as TopazLabs } from "./TopazLabs";
|
153
156
|
export { default as Tripo } from "./Tripo";
|
154
157
|
export { default as Udio } from "./Udio";
|
155
158
|
export { default as Unstructured } from "./Unstructured";
|
@@ -165,9 +168,11 @@ export { default as Volcengine } from "./Volcengine";
|
|
165
168
|
export { default as Wenxin } from "./Wenxin";
|
166
169
|
export { default as WorkersAI } from "./WorkersAI";
|
167
170
|
export { default as XAI } from "./XAI";
|
171
|
+
export { default as Xinference } from "./Xinference";
|
168
172
|
export { default as Xuanyuan } from "./Xuanyuan";
|
169
173
|
export { default as Yandex } from "./Yandex";
|
170
174
|
export { default as Yi } from "./Yi";
|
175
|
+
export { default as Yuanbao } from "./Yuanbao";
|
171
176
|
export { default as Zeabur } from "./Zeabur";
|
172
177
|
export { default as ZeroOne } from "./ZeroOne";
|
173
178
|
export { default as Zhipu } from "./Zhipu";
|
package/es/toc.js
CHANGED
@@ -672,6 +672,24 @@ var toc = [{
|
|
672
672
|
"hasTextColor": false
|
673
673
|
},
|
674
674
|
"title": "Copilot"
|
675
|
+
}, {
|
676
|
+
"color": "#03363D",
|
677
|
+
"desc": "https://github.com/coqui-ai/TTS",
|
678
|
+
"docsUrl": "coqui",
|
679
|
+
"fullTitle": "Coqui",
|
680
|
+
"group": "application",
|
681
|
+
"id": "Coqui",
|
682
|
+
"param": {
|
683
|
+
"hasAvatar": true,
|
684
|
+
"hasBrand": false,
|
685
|
+
"hasBrandColor": false,
|
686
|
+
"hasColor": true,
|
687
|
+
"hasCombine": true,
|
688
|
+
"hasText": true,
|
689
|
+
"hasTextCn": false,
|
690
|
+
"hasTextColor": false
|
691
|
+
},
|
692
|
+
"title": "Coqui"
|
675
693
|
}, {
|
676
694
|
"color": "#4D53E8",
|
677
695
|
"desc": "https://coze.com",
|
@@ -908,6 +926,24 @@ var toc = [{
|
|
908
926
|
"hasTextColor": false
|
909
927
|
},
|
910
928
|
"title": "Doubao"
|
929
|
+
}, {
|
930
|
+
"color": "#000",
|
931
|
+
"desc": "https://lumalabs.ai/dream-machine",
|
932
|
+
"docsUrl": "dream-machine",
|
933
|
+
"fullTitle": "DreamMachine (Luma)",
|
934
|
+
"group": "application",
|
935
|
+
"id": "DreamMachine",
|
936
|
+
"param": {
|
937
|
+
"hasAvatar": true,
|
938
|
+
"hasBrand": false,
|
939
|
+
"hasBrandColor": false,
|
940
|
+
"hasColor": false,
|
941
|
+
"hasCombine": true,
|
942
|
+
"hasText": true,
|
943
|
+
"hasTextCn": false,
|
944
|
+
"hasTextColor": false
|
945
|
+
},
|
946
|
+
"title": "DreamMachine"
|
911
947
|
}, {
|
912
948
|
"color": "#1f40ed",
|
913
949
|
"desc": "https://exa.ai",
|
@@ -2760,6 +2796,24 @@ var toc = [{
|
|
2760
2796
|
"hasTextColor": false
|
2761
2797
|
},
|
2762
2798
|
"title": "together.ai"
|
2799
|
+
}, {
|
2800
|
+
"color": "#000",
|
2801
|
+
"desc": "https://topazlabs.com",
|
2802
|
+
"docsUrl": "topaz-labs",
|
2803
|
+
"fullTitle": "TopazLabs",
|
2804
|
+
"group": "application",
|
2805
|
+
"id": "TopazLabs",
|
2806
|
+
"param": {
|
2807
|
+
"hasAvatar": true,
|
2808
|
+
"hasBrand": false,
|
2809
|
+
"hasBrandColor": false,
|
2810
|
+
"hasColor": false,
|
2811
|
+
"hasCombine": true,
|
2812
|
+
"hasText": true,
|
2813
|
+
"hasTextCn": false,
|
2814
|
+
"hasTextColor": false
|
2815
|
+
},
|
2816
|
+
"title": "TopazLabs"
|
2763
2817
|
}, {
|
2764
2818
|
"color": "#000",
|
2765
2819
|
"desc": "https://tripo3d.ai",
|
@@ -3033,6 +3087,24 @@ var toc = [{
|
|
3033
3087
|
"hasTextColor": false
|
3034
3088
|
},
|
3035
3089
|
"title": "Grok"
|
3090
|
+
}, {
|
3091
|
+
"color": "#781ff5",
|
3092
|
+
"desc": "https://github.com/xorbitsai/inference",
|
3093
|
+
"docsUrl": "xinference",
|
3094
|
+
"fullTitle": "Xinference",
|
3095
|
+
"group": "provider",
|
3096
|
+
"id": "Xinference",
|
3097
|
+
"param": {
|
3098
|
+
"hasAvatar": true,
|
3099
|
+
"hasBrand": false,
|
3100
|
+
"hasBrandColor": false,
|
3101
|
+
"hasColor": true,
|
3102
|
+
"hasCombine": true,
|
3103
|
+
"hasText": true,
|
3104
|
+
"hasTextCn": false,
|
3105
|
+
"hasTextColor": false
|
3106
|
+
},
|
3107
|
+
"title": "Xinference"
|
3036
3108
|
}, {
|
3037
3109
|
"color": "#fff",
|
3038
3110
|
"desc": "https://github.com/Duxiaoman-DI/XuanYuan",
|
@@ -3087,6 +3159,24 @@ var toc = [{
|
|
3087
3159
|
"hasTextColor": false
|
3088
3160
|
},
|
3089
3161
|
"title": "Yi"
|
3162
|
+
}, {
|
3163
|
+
"color": "#fff",
|
3164
|
+
"desc": "https://yuanbao.tencent.com",
|
3165
|
+
"docsUrl": "yuanbao",
|
3166
|
+
"fullTitle": "Yuanbao (腾讯元宝)",
|
3167
|
+
"group": "application",
|
3168
|
+
"id": "Yuanbao",
|
3169
|
+
"param": {
|
3170
|
+
"hasAvatar": true,
|
3171
|
+
"hasBrand": false,
|
3172
|
+
"hasBrandColor": false,
|
3173
|
+
"hasColor": true,
|
3174
|
+
"hasCombine": true,
|
3175
|
+
"hasText": true,
|
3176
|
+
"hasTextCn": false,
|
3177
|
+
"hasTextColor": false
|
3178
|
+
},
|
3179
|
+
"title": "Yuanbao"
|
3090
3180
|
}, {
|
3091
3181
|
"color": "#6300FF",
|
3092
3182
|
"desc": "https://zeabur.com",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lobehub/icons",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.94.0",
|
4
4
|
"description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
|
5
5
|
"keywords": [
|
6
6
|
"lobehub",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"es"
|
28
28
|
],
|
29
29
|
"dependencies": {
|
30
|
-
"@lobehub/ui": "^1.
|
30
|
+
"@lobehub/ui": "^1.168.7",
|
31
31
|
"antd-style": "^3.7.1",
|
32
32
|
"lucide-react": "^0.469.0",
|
33
33
|
"polished": "^4.3.1",
|