@lobehub/icons 1.81.0 → 1.82.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 +27 -23
- package/es/Flowith/components/Avatar.d.ts +5 -0
- package/es/Flowith/components/Avatar.js +27 -0
- package/es/Flowith/components/Combine.d.ts +5 -0
- package/es/Flowith/components/Combine.js +26 -0
- package/es/Flowith/components/Mono.d.ts +3 -0
- package/es/Flowith/components/Mono.js +42 -0
- package/es/Flowith/components/Text.d.ts +3 -0
- package/es/Flowith/components/Text.js +40 -0
- package/es/Flowith/index.d.ts +13 -0
- package/es/Flowith/index.js +14 -0
- package/es/Flowith/style.d.ts +4 -0
- package/es/Flowith/style.js +4 -0
- package/es/Infinigence/components/Avatar.d.ts +5 -0
- package/es/Infinigence/components/Avatar.js +26 -0
- package/es/Infinigence/components/Color.d.ts +3 -0
- package/es/Infinigence/components/Color.js +43 -0
- package/es/Infinigence/components/Combine.d.ts +7 -0
- package/es/Infinigence/components/Combine.js +32 -0
- package/es/Infinigence/components/Mono.d.ts +3 -0
- package/es/Infinigence/components/Mono.js +43 -0
- package/es/Infinigence/components/Text.d.ts +3 -0
- package/es/Infinigence/components/Text.js +44 -0
- package/es/Infinigence/components/TextCn.d.ts +3 -0
- package/es/Infinigence/components/TextCn.js +44 -0
- package/es/Infinigence/index.d.ts +17 -0
- package/es/Infinigence/index.js +18 -0
- package/es/Infinigence/style.d.ts +4 -0
- package/es/Infinigence/style.js +4 -0
- package/es/Lambda/components/Avatar.d.ts +5 -0
- package/es/Lambda/components/Avatar.js +27 -0
- package/es/Lambda/components/Combine.d.ts +5 -0
- package/es/Lambda/components/Combine.js +26 -0
- package/es/Lambda/components/Mono.d.ts +3 -0
- package/es/Lambda/components/Mono.js +41 -0
- package/es/Lambda/components/Text.d.ts +3 -0
- package/es/Lambda/components/Text.js +40 -0
- package/es/Lambda/index.d.ts +13 -0
- package/es/Lambda/index.js +14 -0
- package/es/Lambda/style.d.ts +4 -0
- package/es/Lambda/style.js +4 -0
- package/es/MCP/components/Avatar.d.ts +5 -0
- package/es/MCP/components/Avatar.js +27 -0
- package/es/MCP/components/Combine.d.ts +5 -0
- package/es/MCP/components/Combine.js +29 -0
- package/es/MCP/components/Mono.d.ts +3 -0
- package/es/MCP/components/Mono.js +43 -0
- package/es/MCP/components/Text.d.ts +3 -0
- package/es/MCP/components/Text.js +40 -0
- package/es/MCP/index.d.ts +13 -0
- package/es/MCP/index.js +14 -0
- package/es/MCP/style.d.ts +4 -0
- package/es/MCP/style.js +4 -0
- package/es/Make/components/Avatar.d.ts +5 -0
- package/es/Make/components/Avatar.js +26 -0
- package/es/Make/components/Color.d.ts +3 -0
- package/es/Make/components/Color.js +135 -0
- package/es/Make/components/Combine.d.ts +7 -0
- package/es/Make/components/Combine.js +32 -0
- package/es/Make/components/Mono.d.ts +3 -0
- package/es/Make/components/Mono.js +45 -0
- package/es/Make/components/Text.d.ts +3 -0
- package/es/Make/components/Text.js +42 -0
- package/es/Make/index.d.ts +15 -0
- package/es/Make/index.js +16 -0
- package/es/Make/style.d.ts +4 -0
- package/es/Make/style.js +4 -0
- package/es/Manus/components/Avatar.d.ts +5 -0
- package/es/Manus/components/Avatar.js +28 -0
- package/es/Manus/components/Combine.d.ts +5 -0
- package/es/Manus/components/Combine.js +26 -0
- package/es/Manus/components/Mono.d.ts +3 -0
- package/es/Manus/components/Mono.js +46 -0
- package/es/Manus/components/Text.d.ts +3 -0
- package/es/Manus/components/Text.js +40 -0
- package/es/Manus/index.d.ts +13 -0
- package/es/Manus/index.js +14 -0
- package/es/Manus/style.d.ts +4 -0
- package/es/Manus/style.js +4 -0
- package/es/Monica/components/Avatar.d.ts +5 -0
- package/es/Monica/components/Avatar.js +26 -0
- package/es/Monica/components/Color.d.ts +3 -0
- package/es/Monica/components/Color.js +73 -0
- package/es/Monica/components/Combine.d.ts +7 -0
- package/es/Monica/components/Combine.js +32 -0
- package/es/Monica/components/Mono.d.ts +3 -0
- package/es/Monica/components/Mono.js +44 -0
- package/es/Monica/components/Text.d.ts +3 -0
- package/es/Monica/components/Text.js +40 -0
- package/es/Monica/index.d.ts +16 -0
- package/es/Monica/index.js +17 -0
- package/es/Monica/style.d.ts +5 -0
- package/es/Monica/style.js +5 -0
- package/es/N8n/components/Avatar.d.ts +5 -0
- package/es/N8n/components/Avatar.js +26 -0
- package/es/N8n/components/Color.d.ts +3 -0
- package/es/N8n/components/Color.js +42 -0
- package/es/N8n/components/Combine.d.ts +7 -0
- package/es/N8n/components/Combine.js +32 -0
- package/es/N8n/components/Mono.d.ts +3 -0
- package/es/N8n/components/Mono.js +42 -0
- package/es/N8n/components/Text.d.ts +3 -0
- package/es/N8n/components/Text.js +40 -0
- package/es/N8n/index.d.ts +15 -0
- package/es/N8n/index.js +16 -0
- package/es/N8n/style.d.ts +4 -0
- package/es/N8n/style.js +4 -0
- package/es/OpenWebUI/components/Avatar.d.ts +5 -0
- package/es/OpenWebUI/components/Avatar.js +28 -0
- package/es/OpenWebUI/components/Combine.d.ts +5 -0
- package/es/OpenWebUI/components/Combine.js +26 -0
- package/es/OpenWebUI/components/Mono.d.ts +3 -0
- package/es/OpenWebUI/components/Mono.js +44 -0
- package/es/OpenWebUI/components/Text.d.ts +3 -0
- package/es/OpenWebUI/components/Text.js +40 -0
- package/es/OpenWebUI/index.d.ts +13 -0
- package/es/OpenWebUI/index.js +14 -0
- package/es/OpenWebUI/style.d.ts +4 -0
- package/es/OpenWebUI/style.js +4 -0
- package/es/Railway/components/Avatar.d.ts +5 -0
- package/es/Railway/components/Avatar.js +27 -0
- package/es/Railway/components/Combine.d.ts +5 -0
- package/es/Railway/components/Combine.js +26 -0
- package/es/Railway/components/Mono.d.ts +3 -0
- package/es/Railway/components/Mono.js +43 -0
- package/es/Railway/components/Text.d.ts +3 -0
- package/es/Railway/components/Text.js +40 -0
- package/es/Railway/index.d.ts +14 -0
- package/es/Railway/index.js +15 -0
- package/es/Railway/style.d.ts +5 -0
- package/es/Railway/style.js +5 -0
- package/es/Yandex/components/Avatar.d.ts +5 -0
- package/es/Yandex/components/Avatar.js +28 -0
- package/es/Yandex/components/Combine.d.ts +5 -0
- package/es/Yandex/components/Combine.js +26 -0
- package/es/Yandex/components/Mono.d.ts +3 -0
- package/es/Yandex/components/Mono.js +41 -0
- package/es/Yandex/components/Text.d.ts +3 -0
- package/es/Yandex/components/Text.js +40 -0
- package/es/Yandex/index.d.ts +13 -0
- package/es/Yandex/index.js +14 -0
- package/es/Yandex/style.d.ts +4 -0
- package/es/Yandex/style.js +4 -0
- package/es/icons.d.ts +11 -0
- package/es/icons.js +11 -0
- package/es/toc.js +200 -0
- package/package.json +2 -2
@@ -0,0 +1,28 @@
|
|
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 = ["background"];
|
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 IconAvatar from "../../features/IconAvatar";
|
14
|
+
import { COLOR_PRIMARY, TITLE } from "../style";
|
15
|
+
import Mono from "./Mono";
|
16
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
17
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
18
|
+
var background = _ref.background,
|
19
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
20
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
21
|
+
Icon: Mono,
|
22
|
+
"aria-label": TITLE,
|
23
|
+
background: background || COLOR_PRIMARY,
|
24
|
+
color: '#fff',
|
25
|
+
iconMultiple: 0.7
|
26
|
+
}, rest));
|
27
|
+
});
|
28
|
+
export default Avatar;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
3
|
+
export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
|
4
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
5
|
+
export default Combine;
|
@@ -0,0 +1,26 @@
|
|
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
|
+
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; }
|
5
|
+
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; }
|
6
|
+
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; }
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
8
|
+
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); }
|
9
|
+
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
10
|
+
import { memo } from 'react';
|
11
|
+
import IconCombine from "../../features/IconCombine";
|
12
|
+
import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
|
13
|
+
import Avatar from "./Avatar";
|
14
|
+
import Text from "./Text";
|
15
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
16
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
17
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
18
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
19
|
+
Icon: Avatar,
|
20
|
+
Text: Text,
|
21
|
+
"aria-label": TITLE,
|
22
|
+
spaceMultiple: SPACE_MULTIPLE,
|
23
|
+
textMultiple: TEXT_MULTIPLE
|
24
|
+
}, rest));
|
25
|
+
});
|
26
|
+
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: "M16.376 12.644L21 2h-3.842l-4.624 10.644h3.842zM13.915 24v-3.733c0-2.822-.352-3.64-1.407-5.988L6.933 2H3l7.124 15.709V24h3.79z"
|
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 95 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: "M15.322 10.493L19.928 0H16.1l-4.605 10.493h3.826zm-2.451 11.195v-3.68c0-2.782-.35-3.588-1.401-5.903L5.918 0H2l7.096 15.486v6.202h3.775zM54.68 22c1.737 0 3.177-.806 4.163-2.34l.195 2.028h3.424V0h-3.71v7.84c-.934-1.404-2.296-2.158-3.917-2.158-3.58 0-6.071 3.03-6.071 8.27 0 5.175 2.426 8.048 5.915 8.048zm22.752-1.365v-3.03c-1.154.78-3.074 1.47-4.89 1.47-2.698 0-3.736-1.288-3.892-3.901h8.938v-1.977c0-5.46-2.4-7.515-6.097-7.515-4.514 0-6.668 3.459-6.668 8.204 0 5.462 2.686 8.114 7.407 8.114 2.374 0 4.113-.624 5.202-1.365zM37.557 10.428c.687-.845 1.777-1.56 3.113-1.56 1.31 0 1.894.559 1.894 1.742v11.078h3.71V10.233c0-3.12-1.245-4.486-4.268-4.486-2.205 0-3.515.806-4.268 1.56h-.181l-.091-1.313h-3.62v15.694h3.71v-11.26zm-6.733.559c0-3.81-1.92-5.24-5.85-5.24-2.452 0-4.385.78-5.513 1.43v3.095c.998-.754 3.178-1.56 5.085-1.56 1.764 0 2.581.624 2.581 2.301v.884h-.597c-5.668 0-8.185 1.873-8.185 5.045 0 3.186 1.933 4.967 4.8 4.967 2.179 0 3.113-.715 3.826-1.47h.156c.026.404.156.937.273 1.249h3.619a37.98 37.98 0 01-.195-3.836v-6.865zm58.012 10.7H93l-5.098-8.074 4.41-7.619h-3.697L85.93 10.74l-2.984-4.746H78.77l4.735 7.515-4.916 8.179h3.762l3.152-5.305 3.334 5.305zM55.77 8.622c1.984 0 2.983 1.586 2.983 5.2 0 3.654-1.05 5.254-3.139 5.254-2.024 0-3.022-1.56-3.022-5.123 0-3.72 1.063-5.331 3.178-5.331zm15.657 0c1.842 0 2.4 1.52 2.4 3.484v.312h-5.176c.104-2.496.999-3.796 2.776-3.796zm-44.3 9.322c-.467.69-1.336 1.248-2.646 1.248-1.557 0-2.335-.87-2.335-2.21 0-1.781 1.271-2.431 4.45-2.431h.531v3.393z"
|
37
|
+
})]
|
38
|
+
}));
|
39
|
+
});
|
40
|
+
export default Icon;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import Avatar from './components/Avatar';
|
2
|
+
import Combine from './components/Combine';
|
3
|
+
import Mono from './components/Mono';
|
4
|
+
import Text from './components/Text';
|
5
|
+
export type CompoundedIcon = typeof Mono & {
|
6
|
+
Avatar: typeof Avatar;
|
7
|
+
Combine: typeof Combine;
|
8
|
+
Text: typeof Text;
|
9
|
+
colorPrimary: string;
|
10
|
+
title: string;
|
11
|
+
};
|
12
|
+
declare const Icons: CompoundedIcon;
|
13
|
+
export default Icons;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
import Avatar from "./components/Avatar";
|
4
|
+
import Combine from "./components/Combine";
|
5
|
+
import Mono from "./components/Mono";
|
6
|
+
import Text from "./components/Text";
|
7
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
8
|
+
var Icons = Mono;
|
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;
|
package/es/icons.d.ts
CHANGED
@@ -43,6 +43,7 @@ export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao'
|
|
43
43
|
export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
44
44
|
export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
|
45
45
|
export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './FishAudio';
|
46
|
+
export { default as Flowith, type CompoundedIcon as FlowithProps } from './Flowith';
|
46
47
|
export { default as Flux, type CompoundedIcon as FluxProps } from './Flux';
|
47
48
|
export { default as Gemini, type CompoundedIcon as GeminiProps } from './Gemini';
|
48
49
|
export { default as Gemma, type CompoundedIcon as GemmaProps } from './Gemma';
|
@@ -61,10 +62,12 @@ export { default as HuggingFace, type CompoundedIcon as HuggingFaceProps } from
|
|
61
62
|
export { default as Hunyuan, type CompoundedIcon as HunyuanProps } from './Hunyuan';
|
62
63
|
export { default as Ideogram, type CompoundedIcon as IdeogramProps } from './Ideogram';
|
63
64
|
export { default as IFlyTekCloud, type CompoundedIcon as IFlyTekCloudProps } from './IFlyTekCloud';
|
65
|
+
export { default as Infinigence, type CompoundedIcon as InfinigenceProps } from './Infinigence';
|
64
66
|
export { default as InternLM, type CompoundedIcon as InternLMProps } from './InternLM';
|
65
67
|
export { default as Jina, type CompoundedIcon as JinaProps } from './Jina';
|
66
68
|
export { default as Kimi, type CompoundedIcon as KimiProps } from './Kimi';
|
67
69
|
export { default as Kling, type CompoundedIcon as KlingProps } from './Kling';
|
70
|
+
export { default as Lambda, type CompoundedIcon as LambdaProps } from './Lambda';
|
68
71
|
export { default as LangChain, type CompoundedIcon as LangChainProps } from './LangChain';
|
69
72
|
export { default as Langfuse, type CompoundedIcon as LangfuseProps } from './Langfuse';
|
70
73
|
export { default as Lightricks, type CompoundedIcon as LightricksProps } from './Lightricks';
|
@@ -74,14 +77,19 @@ export { default as LmStudio, type CompoundedIcon as LmStudioProps } from './LmS
|
|
74
77
|
export { default as LobeHub, type CompoundedIcon as LobeHubProps } from './LobeHub';
|
75
78
|
export { default as Luma, type CompoundedIcon as LumaProps } from './Luma';
|
76
79
|
export { default as Magic, type CompoundedIcon as MagicProps } from './Magic';
|
80
|
+
export { default as Make, type CompoundedIcon as MakeProps } from './Make';
|
81
|
+
export { default as Manus, type CompoundedIcon as ManusProps } from './Manus';
|
82
|
+
export { default as MCP, type CompoundedIcon as MCPProps } from './MCP';
|
77
83
|
export { default as Meta, type CompoundedIcon as MetaProps } from './Meta';
|
78
84
|
export { default as Microsoft, type CompoundedIcon as MicrosoftProps } from './Microsoft';
|
79
85
|
export { default as Midjourney, type CompoundedIcon as MidjourneyProps } from './Midjourney';
|
80
86
|
export { default as Minimax, type CompoundedIcon as MinimaxProps } from './Minimax';
|
81
87
|
export { default as Mistral, type CompoundedIcon as MistralProps } from './Mistral';
|
82
88
|
export { default as ModelScope, type CompoundedIcon as ModelScopeProps } from './ModelScope';
|
89
|
+
export { default as Monica, type CompoundedIcon as MonicaProps } from './Monica';
|
83
90
|
export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
|
84
91
|
export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
|
92
|
+
export { default as N8n, type CompoundedIcon as N8nProps } from './N8n';
|
85
93
|
export { default as Notion, type CompoundedIcon as NotionProps } from './Notion';
|
86
94
|
export { default as Nova, type CompoundedIcon as NovaProps } from './Nova';
|
87
95
|
export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
|
@@ -90,6 +98,7 @@ export { default as Ollama, type CompoundedIcon as OllamaProps } from './Ollama'
|
|
90
98
|
export { default as OpenAI, type CompoundedIcon as OpenAIProps } from './OpenAI';
|
91
99
|
export { default as OpenChat, type CompoundedIcon as OpenChatProps } from './OpenChat';
|
92
100
|
export { default as OpenRouter, type CompoundedIcon as OpenRouterProps } from './OpenRouter';
|
101
|
+
export { default as OpenWebUI, type CompoundedIcon as OpenWebUIProps } from './OpenWebUI';
|
93
102
|
export { default as PaLM, type CompoundedIcon as PaLMProps } from './PaLM';
|
94
103
|
export { default as Perplexity, type CompoundedIcon as PerplexityProps } from './Perplexity';
|
95
104
|
export { default as Pika, type CompoundedIcon as PikaProps } from './Pika';
|
@@ -99,6 +108,7 @@ export { default as Pollinations, type CompoundedIcon as PollinationsProps } fro
|
|
99
108
|
export { default as PPIO, type CompoundedIcon as PPIOProps } from './PPIO';
|
100
109
|
export { default as Qingyan, type CompoundedIcon as QingyanProps } from './Qingyan';
|
101
110
|
export { default as Qwen, type CompoundedIcon as QwenProps } from './Qwen';
|
111
|
+
export { default as Railway, type CompoundedIcon as RailwayProps } from './Railway';
|
102
112
|
export { default as Recraft, type CompoundedIcon as RecraftProps } from './Recraft';
|
103
113
|
export { default as Replicate, type CompoundedIcon as ReplicateProps } from './Replicate';
|
104
114
|
export { default as Replit, type CompoundedIcon as ReplitProps } from './Replit';
|
@@ -133,6 +143,7 @@ export { default as Wenxin, type CompoundedIcon as WenxinProps } from './Wenxin'
|
|
133
143
|
export { default as WorkersAI, type CompoundedIcon as WorkersAIProps } from './WorkersAI';
|
134
144
|
export { default as XAI, type CompoundedIcon as XAIProps } from './XAI';
|
135
145
|
export { default as Xuanyuan, type CompoundedIcon as XuanyuanProps } from './Xuanyuan';
|
146
|
+
export { default as Yandex, type CompoundedIcon as YandexProps } from './Yandex';
|
136
147
|
export { default as Yi, type CompoundedIcon as YiProps } from './Yi';
|
137
148
|
export { default as Zeabur, type CompoundedIcon as ZeaburProps } from './Zeabur';
|
138
149
|
export { default as ZeroOne, type CompoundedIcon as ZeroOneProps } from './ZeroOne';
|
package/es/icons.js
CHANGED
@@ -43,6 +43,7 @@ export { default as Doubao } from "./Doubao";
|
|
43
43
|
export { default as Fal } from "./Fal";
|
44
44
|
export { default as Fireworks } from "./Fireworks";
|
45
45
|
export { default as FishAudio } from "./FishAudio";
|
46
|
+
export { default as Flowith } from "./Flowith";
|
46
47
|
export { default as Flux } from "./Flux";
|
47
48
|
export { default as Gemini } from "./Gemini";
|
48
49
|
export { default as Gemma } from "./Gemma";
|
@@ -61,10 +62,12 @@ export { default as HuggingFace } from "./HuggingFace";
|
|
61
62
|
export { default as Hunyuan } from "./Hunyuan";
|
62
63
|
export { default as Ideogram } from "./Ideogram";
|
63
64
|
export { default as IFlyTekCloud } from "./IFlyTekCloud";
|
65
|
+
export { default as Infinigence } from "./Infinigence";
|
64
66
|
export { default as InternLM } from "./InternLM";
|
65
67
|
export { default as Jina } from "./Jina";
|
66
68
|
export { default as Kimi } from "./Kimi";
|
67
69
|
export { default as Kling } from "./Kling";
|
70
|
+
export { default as Lambda } from "./Lambda";
|
68
71
|
export { default as LangChain } from "./LangChain";
|
69
72
|
export { default as Langfuse } from "./Langfuse";
|
70
73
|
export { default as Lightricks } from "./Lightricks";
|
@@ -74,14 +77,19 @@ export { default as LmStudio } from "./LmStudio";
|
|
74
77
|
export { default as LobeHub } from "./LobeHub";
|
75
78
|
export { default as Luma } from "./Luma";
|
76
79
|
export { default as Magic } from "./Magic";
|
80
|
+
export { default as Make } from "./Make";
|
81
|
+
export { default as Manus } from "./Manus";
|
82
|
+
export { default as MCP } from "./MCP";
|
77
83
|
export { default as Meta } from "./Meta";
|
78
84
|
export { default as Microsoft } from "./Microsoft";
|
79
85
|
export { default as Midjourney } from "./Midjourney";
|
80
86
|
export { default as Minimax } from "./Minimax";
|
81
87
|
export { default as Mistral } from "./Mistral";
|
82
88
|
export { default as ModelScope } from "./ModelScope";
|
89
|
+
export { default as Monica } from "./Monica";
|
83
90
|
export { default as Moonshot } from "./Moonshot";
|
84
91
|
export { default as MyShell } from "./MyShell";
|
92
|
+
export { default as N8n } from "./N8n";
|
85
93
|
export { default as Notion } from "./Notion";
|
86
94
|
export { default as Nova } from "./Nova";
|
87
95
|
export { default as Novita } from "./Novita";
|
@@ -90,6 +98,7 @@ export { default as Ollama } from "./Ollama";
|
|
90
98
|
export { default as OpenAI } from "./OpenAI";
|
91
99
|
export { default as OpenChat } from "./OpenChat";
|
92
100
|
export { default as OpenRouter } from "./OpenRouter";
|
101
|
+
export { default as OpenWebUI } from "./OpenWebUI";
|
93
102
|
export { default as PaLM } from "./PaLM";
|
94
103
|
export { default as Perplexity } from "./Perplexity";
|
95
104
|
export { default as Pika } from "./Pika";
|
@@ -99,6 +108,7 @@ export { default as Pollinations } from "./Pollinations";
|
|
99
108
|
export { default as PPIO } from "./PPIO";
|
100
109
|
export { default as Qingyan } from "./Qingyan";
|
101
110
|
export { default as Qwen } from "./Qwen";
|
111
|
+
export { default as Railway } from "./Railway";
|
102
112
|
export { default as Recraft } from "./Recraft";
|
103
113
|
export { default as Replicate } from "./Replicate";
|
104
114
|
export { default as Replit } from "./Replit";
|
@@ -133,6 +143,7 @@ export { default as Wenxin } from "./Wenxin";
|
|
133
143
|
export { default as WorkersAI } from "./WorkersAI";
|
134
144
|
export { default as XAI } from "./XAI";
|
135
145
|
export { default as Xuanyuan } from "./Xuanyuan";
|
146
|
+
export { default as Yandex } from "./Yandex";
|
136
147
|
export { default as Yi } from "./Yi";
|
137
148
|
export { default as Zeabur } from "./Zeabur";
|
138
149
|
export { default as ZeroOne } from "./ZeroOne";
|
package/es/toc.js
CHANGED
@@ -818,6 +818,24 @@ var toc = [{
|
|
818
818
|
"hasTextColor": false
|
819
819
|
},
|
820
820
|
"title": "FishAudio"
|
821
|
+
}, {
|
822
|
+
"color": "#fff",
|
823
|
+
"desc": "https://flowith.io",
|
824
|
+
"docsUrl": "flowith",
|
825
|
+
"fullTitle": "Flowith",
|
826
|
+
"group": "application",
|
827
|
+
"id": "Flowith",
|
828
|
+
"param": {
|
829
|
+
"hasAvatar": true,
|
830
|
+
"hasBrand": false,
|
831
|
+
"hasBrandColor": false,
|
832
|
+
"hasColor": false,
|
833
|
+
"hasCombine": true,
|
834
|
+
"hasText": true,
|
835
|
+
"hasTextCn": false,
|
836
|
+
"hasTextColor": false
|
837
|
+
},
|
838
|
+
"title": "Flowith"
|
821
839
|
}, {
|
822
840
|
"color": "#fff",
|
823
841
|
"desc": "https://blackforestlabs.ai",
|
@@ -1146,6 +1164,24 @@ var toc = [{
|
|
1146
1164
|
"hasTextColor": false
|
1147
1165
|
},
|
1148
1166
|
"title": "Ideogram"
|
1167
|
+
}, {
|
1168
|
+
"color": "#7952ea",
|
1169
|
+
"desc": "https://cloud.infini-ai.com",
|
1170
|
+
"docsUrl": "infinigence",
|
1171
|
+
"fullTitle": "Infinigence (无问芯穹)",
|
1172
|
+
"group": "provider",
|
1173
|
+
"id": "Infinigence",
|
1174
|
+
"param": {
|
1175
|
+
"hasAvatar": true,
|
1176
|
+
"hasBrand": false,
|
1177
|
+
"hasBrandColor": false,
|
1178
|
+
"hasColor": true,
|
1179
|
+
"hasCombine": true,
|
1180
|
+
"hasText": true,
|
1181
|
+
"hasTextCn": true,
|
1182
|
+
"hasTextColor": false
|
1183
|
+
},
|
1184
|
+
"title": "Infinigence"
|
1149
1185
|
}, {
|
1150
1186
|
"color": "#1B3882",
|
1151
1187
|
"desc": "https://internlm.intern-ai.org.cn",
|
@@ -1238,6 +1274,24 @@ var toc = [{
|
|
1238
1274
|
"hasTextColor": false
|
1239
1275
|
},
|
1240
1276
|
"title": "LLaVA"
|
1277
|
+
}, {
|
1278
|
+
"color": "#000",
|
1279
|
+
"desc": "https://lambdalabs.com",
|
1280
|
+
"docsUrl": "lambda",
|
1281
|
+
"fullTitle": "Lambda",
|
1282
|
+
"group": "provider",
|
1283
|
+
"id": "Lambda",
|
1284
|
+
"param": {
|
1285
|
+
"hasAvatar": true,
|
1286
|
+
"hasBrand": false,
|
1287
|
+
"hasBrandColor": false,
|
1288
|
+
"hasColor": false,
|
1289
|
+
"hasCombine": true,
|
1290
|
+
"hasText": true,
|
1291
|
+
"hasTextCn": false,
|
1292
|
+
"hasTextColor": false
|
1293
|
+
},
|
1294
|
+
"title": "Lambda"
|
1241
1295
|
}, {
|
1242
1296
|
"color": "#1C3C3C",
|
1243
1297
|
"desc": "https://langchain.com",
|
@@ -1365,6 +1419,24 @@ var toc = [{
|
|
1365
1419
|
"hasTextColor": false
|
1366
1420
|
},
|
1367
1421
|
"title": "Luma"
|
1422
|
+
}, {
|
1423
|
+
"color": "#FFF",
|
1424
|
+
"desc": "https://modelcontextprotocol.io",
|
1425
|
+
"docsUrl": "mcp",
|
1426
|
+
"fullTitle": "MCP (Model Context Protocol)",
|
1427
|
+
"group": "application",
|
1428
|
+
"id": "MCP",
|
1429
|
+
"param": {
|
1430
|
+
"hasAvatar": true,
|
1431
|
+
"hasBrand": false,
|
1432
|
+
"hasBrandColor": false,
|
1433
|
+
"hasColor": false,
|
1434
|
+
"hasCombine": true,
|
1435
|
+
"hasText": true,
|
1436
|
+
"hasTextCn": false,
|
1437
|
+
"hasTextColor": false
|
1438
|
+
},
|
1439
|
+
"title": "ModelContextProtocol"
|
1368
1440
|
}, {
|
1369
1441
|
"color": "#fff",
|
1370
1442
|
"desc": "https://magic.dev",
|
@@ -1383,6 +1455,42 @@ var toc = [{
|
|
1383
1455
|
"hasTextColor": false
|
1384
1456
|
},
|
1385
1457
|
"title": "Magic"
|
1458
|
+
}, {
|
1459
|
+
"color": "#ff009a",
|
1460
|
+
"desc": "https://make.com",
|
1461
|
+
"docsUrl": "make",
|
1462
|
+
"fullTitle": "Make",
|
1463
|
+
"group": "application",
|
1464
|
+
"id": "Make",
|
1465
|
+
"param": {
|
1466
|
+
"hasAvatar": true,
|
1467
|
+
"hasBrand": false,
|
1468
|
+
"hasBrandColor": false,
|
1469
|
+
"hasColor": true,
|
1470
|
+
"hasCombine": true,
|
1471
|
+
"hasText": true,
|
1472
|
+
"hasTextCn": false,
|
1473
|
+
"hasTextColor": false
|
1474
|
+
},
|
1475
|
+
"title": "Make"
|
1476
|
+
}, {
|
1477
|
+
"color": "#fff",
|
1478
|
+
"desc": "https://manus.im",
|
1479
|
+
"docsUrl": "manus",
|
1480
|
+
"fullTitle": "Manus",
|
1481
|
+
"group": "application",
|
1482
|
+
"id": "Manus",
|
1483
|
+
"param": {
|
1484
|
+
"hasAvatar": true,
|
1485
|
+
"hasBrand": false,
|
1486
|
+
"hasBrandColor": false,
|
1487
|
+
"hasColor": false,
|
1488
|
+
"hasCombine": true,
|
1489
|
+
"hasText": true,
|
1490
|
+
"hasTextCn": false,
|
1491
|
+
"hasTextColor": false
|
1492
|
+
},
|
1493
|
+
"title": "Manus"
|
1386
1494
|
}, {
|
1387
1495
|
"color": "#1d65c1",
|
1388
1496
|
"colorGradient": "linear-gradient(45deg, #007FF8, #0668E1, #007FF8)",
|
@@ -1493,6 +1601,25 @@ var toc = [{
|
|
1493
1601
|
"hasTextColor": false
|
1494
1602
|
},
|
1495
1603
|
"title": "ModelScope"
|
1604
|
+
}, {
|
1605
|
+
"color": "#6841ea",
|
1606
|
+
"colorGradient": "linear-gradient(90deg, #A83FE0, #515FFB, #2BB5DD)",
|
1607
|
+
"desc": "https://monica.im",
|
1608
|
+
"docsUrl": "monica",
|
1609
|
+
"fullTitle": "Monica",
|
1610
|
+
"group": "application",
|
1611
|
+
"id": "Monica",
|
1612
|
+
"param": {
|
1613
|
+
"hasAvatar": true,
|
1614
|
+
"hasBrand": false,
|
1615
|
+
"hasBrandColor": false,
|
1616
|
+
"hasColor": true,
|
1617
|
+
"hasCombine": true,
|
1618
|
+
"hasText": true,
|
1619
|
+
"hasTextCn": false,
|
1620
|
+
"hasTextColor": false
|
1621
|
+
},
|
1622
|
+
"title": "Monica"
|
1496
1623
|
}, {
|
1497
1624
|
"color": "#16191E",
|
1498
1625
|
"desc": "https://moonshot.cn",
|
@@ -1529,6 +1656,24 @@ var toc = [{
|
|
1529
1656
|
"hasTextColor": false
|
1530
1657
|
},
|
1531
1658
|
"title": "MyShell"
|
1659
|
+
}, {
|
1660
|
+
"color": "#EA4B71",
|
1661
|
+
"desc": "https://n8n.io",
|
1662
|
+
"docsUrl": "n-8-n",
|
1663
|
+
"fullTitle": "n8n",
|
1664
|
+
"group": "application",
|
1665
|
+
"id": "N8n",
|
1666
|
+
"param": {
|
1667
|
+
"hasAvatar": true,
|
1668
|
+
"hasBrand": false,
|
1669
|
+
"hasBrandColor": false,
|
1670
|
+
"hasColor": true,
|
1671
|
+
"hasCombine": true,
|
1672
|
+
"hasText": true,
|
1673
|
+
"hasTextCn": false,
|
1674
|
+
"hasTextColor": false
|
1675
|
+
},
|
1676
|
+
"title": "n8n"
|
1532
1677
|
}, {
|
1533
1678
|
"color": "#fff",
|
1534
1679
|
"desc": "https://notion.com",
|
@@ -1674,6 +1819,24 @@ var toc = [{
|
|
1674
1819
|
"hasTextColor": false
|
1675
1820
|
},
|
1676
1821
|
"title": "OpenRouter"
|
1822
|
+
}, {
|
1823
|
+
"color": "#fff",
|
1824
|
+
"desc": "https://openwebui.com",
|
1825
|
+
"docsUrl": "open-web-ui",
|
1826
|
+
"fullTitle": "OpenWebUI",
|
1827
|
+
"group": "application",
|
1828
|
+
"id": "OpenWebUI",
|
1829
|
+
"param": {
|
1830
|
+
"hasAvatar": true,
|
1831
|
+
"hasBrand": false,
|
1832
|
+
"hasBrandColor": false,
|
1833
|
+
"hasColor": false,
|
1834
|
+
"hasCombine": true,
|
1835
|
+
"hasText": true,
|
1836
|
+
"hasTextCn": false,
|
1837
|
+
"hasTextColor": false
|
1838
|
+
},
|
1839
|
+
"title": "OpenWebUI"
|
1677
1840
|
}, {
|
1678
1841
|
"color": "#2874ff",
|
1679
1842
|
"desc": "https://ppinfra.com",
|
@@ -1838,6 +2001,25 @@ var toc = [{
|
|
1838
2001
|
"hasTextColor": false
|
1839
2002
|
},
|
1840
2003
|
"title": "Qwen"
|
2004
|
+
}, {
|
2005
|
+
"color": "#853bce",
|
2006
|
+
"colorGradient": "linear-gradient(to bottom, #A204B4, #6213B9)",
|
2007
|
+
"desc": "https://railway.com",
|
2008
|
+
"docsUrl": "railway",
|
2009
|
+
"fullTitle": "Railway",
|
2010
|
+
"group": "provider",
|
2011
|
+
"id": "Railway",
|
2012
|
+
"param": {
|
2013
|
+
"hasAvatar": true,
|
2014
|
+
"hasBrand": false,
|
2015
|
+
"hasBrandColor": false,
|
2016
|
+
"hasColor": false,
|
2017
|
+
"hasCombine": true,
|
2018
|
+
"hasText": true,
|
2019
|
+
"hasTextCn": false,
|
2020
|
+
"hasTextColor": false
|
2021
|
+
},
|
2022
|
+
"title": "Railway"
|
1841
2023
|
}, {
|
1842
2024
|
"color": "#000",
|
1843
2025
|
"desc": "https://recraft.ai",
|
@@ -2455,6 +2637,24 @@ var toc = [{
|
|
2455
2637
|
"hasTextColor": false
|
2456
2638
|
},
|
2457
2639
|
"title": "轩辕"
|
2640
|
+
}, {
|
2641
|
+
"color": "#FB3E1C",
|
2642
|
+
"desc": "https://ai.yandex.com",
|
2643
|
+
"docsUrl": "yandex",
|
2644
|
+
"fullTitle": "Yandex",
|
2645
|
+
"group": "provider",
|
2646
|
+
"id": "Yandex",
|
2647
|
+
"param": {
|
2648
|
+
"hasAvatar": true,
|
2649
|
+
"hasBrand": false,
|
2650
|
+
"hasBrandColor": false,
|
2651
|
+
"hasColor": false,
|
2652
|
+
"hasCombine": true,
|
2653
|
+
"hasText": true,
|
2654
|
+
"hasTextCn": false,
|
2655
|
+
"hasTextColor": false
|
2656
|
+
},
|
2657
|
+
"title": "Yandex"
|
2458
2658
|
}, {
|
2459
2659
|
"color": "#003425",
|
2460
2660
|
"desc": "https://github.com/01-ai/Yi",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lobehub/icons",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.82.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.165.6",
|
31
31
|
"antd-style": "^3.7.1",
|
32
32
|
"lucide-react": "^0.469.0",
|
33
33
|
"polished": "^4.3.1",
|