@arco-iconbox/react-hiagent 0.3.7 → 0.3.9
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/cjs/IconInferenceEngine/index.d.ts +4 -0
- package/cjs/IconInferenceEngine/index.js +63 -0
- package/cjs/IconLog/index.js +1 -1
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +3 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconInferenceEngine/index.d.ts +4 -0
- package/esm/IconInferenceEngine/index.js +38 -0
- package/esm/IconLog/index.js +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/package.json +1 -1
- package/src/IconInferenceEngine/index.tsx +15 -0
- package/src/IconLog/index.tsx +1 -1
- package/src/index.ts +1 -0
- package/umd/IconInferenceEngine/index.d.ts +4 -0
- package/umd/IconInferenceEngine/index.js +73 -0
- package/umd/IconLog/index.js +1 -1
- package/umd/index.d.ts +1 -0
- package/umd/index.js +4 -2
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconInferenceEngineComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-inference_engine").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { clipPath: "url(#svg_5cbef8d108__clip0_1556_12353)" },
|
|
32
|
+
React.createElement("path", { d: "M7.11133 17.2227C7.47917 17.2229 7.77711 17.5208 7.77734 17.8887V19.334C7.77699 19.7017 7.4791 19.9998 7.11133 20C6.74345 19.9999 6.44469 19.7018 6.44434 19.334V17.8887C6.44457 17.5208 6.74338 17.2228 7.11133 17.2227ZM9.88965 17.2227C10.2573 17.2231 10.5554 17.5209 10.5557 17.8887V19.334C10.5553 19.7016 10.2573 19.9996 9.88965 20C9.52168 20 9.22203 19.7019 9.22168 19.334V17.8887C9.22191 17.5207 9.5216 17.2227 9.88965 17.2227ZM12.667 17.2227C13.0348 17.2229 13.3328 17.5208 13.333 17.8887V19.334C13.3327 19.7017 13.0348 19.9998 12.667 20C12.2991 19.9999 12.0004 19.7018 12 19.334V17.8887C12.0002 17.5207 12.299 17.2227 12.667 17.2227ZM12.2227 3.33301C14.6769 3.33324 16.6668 5.32308 16.667 7.77734V12.2227C16.6667 14.6769 14.6769 16.6668 12.2227 16.667H7.77734C5.3231 16.6668 3.33325 14.6769 3.33301 12.2227V7.77734C3.33323 5.32308 5.32308 3.33324 7.77734 3.33301H12.2227ZM10.5957 5.93555C10.3596 5.42966 9.64039 5.42966 9.4043 5.93555L8.40137 8.08398C8.33609 8.22359 8.2236 8.33609 8.08398 8.40137L5.93555 9.4043C5.42966 9.64039 5.42966 10.3596 5.93555 10.5957L8.08398 11.5986C8.22361 11.6639 8.3361 11.7764 8.40137 11.916L9.4043 14.0645C9.64039 14.5704 10.3596 14.5704 10.5957 14.0645L11.5986 11.916C11.6639 11.7764 11.7764 11.6639 11.916 11.5986L14.0645 10.5957C14.5704 10.3596 14.5704 9.64039 14.0645 9.4043L11.916 8.40137C11.7764 8.3361 11.6639 8.2236 11.5986 8.08398L10.5957 5.93555ZM2.11133 12C2.47928 12.0002 2.77728 12.299 2.77734 12.667C2.77711 13.0348 2.47917 13.3328 2.11133 13.333H0.666016C0.29827 13.3327 0.000234332 13.0348 0 12.667C5.89262e-05 12.2991 0.298161 12.0004 0.666016 12H2.11133ZM19.334 12C19.7018 12.0004 19.9999 12.2991 20 12.667C19.9998 13.0348 19.7017 13.3327 19.334 13.333H17.8887C17.5208 13.3328 17.2229 13.0348 17.2227 12.667C17.2227 12.299 17.5207 12.0002 17.8887 12H19.334ZM2.11133 9.22168C2.47932 9.22191 2.77734 9.5216 2.77734 9.88965C2.77693 10.2573 2.47907 10.5554 2.11133 10.5557H0.666016C0.298378 10.5553 0.000409672 10.2573 0 9.88965C0 9.52168 0.298125 9.22203 0.666016 9.22168H2.11133ZM19.334 9.22168C19.7019 9.22203 20 9.52168 20 9.88965C19.9996 10.2573 19.7016 10.5553 19.334 10.5557H17.8887C17.5209 10.5554 17.2231 10.2573 17.2227 9.88965C17.2227 9.5216 17.5207 9.22191 17.8887 9.22168H19.334ZM2.11133 6.44434C2.47925 6.44457 2.77723 6.74338 2.77734 7.11133C2.77711 7.47917 2.47917 7.77711 2.11133 7.77734H0.666016C0.29827 7.77699 0.000234332 7.4791 0 7.11133C0.000117369 6.74345 0.298197 6.44469 0.666016 6.44434H2.11133ZM19.334 6.44434C19.7018 6.44469 19.9999 6.74345 20 7.11133C19.9998 7.4791 19.7017 7.77699 19.334 7.77734H17.8887C17.5208 7.77711 17.2229 7.47917 17.2227 7.11133C17.2228 6.74338 17.5208 6.44457 17.8887 6.44434H19.334ZM7.11133 0C7.4791 0.000234381 7.77699 0.29827 7.77734 0.666016V2.11133C7.77711 2.47917 7.47917 2.77711 7.11133 2.77734C6.74338 2.77723 6.44457 2.47925 6.44434 2.11133V0.666016C6.44469 0.298197 6.74345 0.000117385 7.11133 0ZM9.88965 0C10.2573 0.000409721 10.5553 0.298378 10.5557 0.666016V2.11133C10.5554 2.47907 10.2573 2.77693 9.88965 2.77734C9.5216 2.77734 9.22191 2.47932 9.22168 2.11133V0.666016C9.22203 0.298125 9.52168 1.60846e-08 9.88965 0ZM12.667 0C13.0348 0.000234381 13.3327 0.29827 13.333 0.666016V2.11133C13.3328 2.47917 13.0348 2.77711 12.667 2.77734C12.299 2.77728 12.0002 2.47928 12 2.11133V0.666016C12.0004 0.298161 12.2991 5.89423e-05 12.667 0Z" })),
|
|
33
|
+
React.createElement("defs", null,
|
|
34
|
+
React.createElement("clipPath", { id: "svg_5cbef8d108__clip0_1556_12353" },
|
|
35
|
+
React.createElement("path", { d: "M0 0H20V20H0z" }))));
|
|
36
|
+
}
|
|
37
|
+
var IconInferenceEngine = React.forwardRef(IconInferenceEngineComponent);
|
|
38
|
+
export default IconInferenceEngine;
|
package/esm/IconLog/index.js
CHANGED
|
@@ -29,7 +29,7 @@ function IconLogComponent(props, ref) {
|
|
|
29
29
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
30
|
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-Log").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
31
31
|
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#6C7587', fillRule: "evenodd", d: "M6 1.5a3 3 0 0 0-3 3v15a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V9l-7.5-7.5H6Z", clipRule: "evenodd" }),
|
|
32
|
-
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15.6 14.052c.267 0 .507.053.72.16.
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15.6 14.052c.267 0 .507.053.72.16.21.105.389.262.537.47.004.006.012.01.02.01a.024.024 0 0 0 .022-.02l.05-.29a.3.3 0 0 1 .296-.25h.455a.3.3 0 0 1 .3.3v4.076c0 .416-.083.765-.248 1.048-.16.283-.403.496-.728.64-.325.15-.728.224-1.208.224a6.25 6.25 0 0 1-.864-.056 3.514 3.514 0 0 1-.573-.132.285.285 0 0 1-.195-.274v-.298c0-.214.217-.36.422-.298l.122.034c.187.053.376.09.568.112.197.027.395.04.592.04.31 0 .539-.083.688-.248.155-.165.232-.413.232-.744v-.088c0-.09.003-.184.008-.28a6.82 6.82 0 0 0 .022-.235.02.02 0 0 0-.036-.012 1.345 1.345 0 0 1-.53.487 1.587 1.587 0 0 1-.704.152c-.517 0-.923-.197-1.216-.592-.288-.4-.432-.955-.432-1.664 0-.48.067-.888.2-1.224.133-.341.325-.6.576-.776.256-.181.557-.272.904-.272Zm.376.968a.737.737 0 0 0-.472.152.888.888 0 0 0-.28.44 2.539 2.539 0 0 0-.088.728c0 .437.07.765.208.984.139.213.355.32.648.32.155 0 .288-.019.4-.056a.606.606 0 0 0 .272-.2.978.978 0 0 0 .168-.368c.037-.15.056-.33.056-.544v-.144c0-.315-.032-.568-.096-.76a.757.757 0 0 0-.296-.416.907.907 0 0 0-.52-.136Zm-3.173 1.288c0 .363-.05.685-.152.968a1.937 1.937 0 0 1-.424.72 1.787 1.787 0 0 1-.664.44 2.563 2.563 0 0 1-.888.144 2.44 2.44 0 0 1-.848-.144 1.878 1.878 0 0 1-.664-.44 2.124 2.124 0 0 1-.44-.72 2.859 2.859 0 0 1-.152-.968c0-.485.085-.893.256-1.224.17-.336.416-.592.736-.768.32-.176.699-.264 1.136-.264.41 0 .773.088 1.088.264.315.176.563.432.744.768.181.33.272.739.272 1.224Zm-3.016 0c0 .288.03.53.088.728a.885.885 0 0 0 .296.44.87.87 0 0 0 .52.144c.213 0 .384-.048.512-.144a.84.84 0 0 0 .288-.44c.064-.197.096-.44.096-.728s-.032-.528-.096-.72a.797.797 0 0 0-.288-.432.87.87 0 0 0-.52-.144c-.315 0-.544.11-.688.328-.139.213-.208.536-.208.968ZM7.192 18.2a.3.3 0 0 1-.3.3H6.3a.3.3 0 0 1-.3-.3v-5.48a.3.3 0 0 1 .3-.3h.592a.3.3 0 0 1 .3.3v5.48Z" }),
|
|
33
33
|
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M10.093 5.193a.66.66 0 0 0-.934 0L6.143 8.21A.487.487 0 0 0 6 8.554V9.5a.5.5 0 0 0 .5.5h.946a.483.483 0 0 0 .344-.143l3.017-3.016a.66.66 0 0 0 0-.934l-.714-.714Z", clipRule: "evenodd", opacity: ".7" }),
|
|
34
34
|
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B5BAC3', d: "M13.5 1.5 21 9h-4.5a3 3 0 0 1-3-3V1.5Z" }),
|
|
35
35
|
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M11.2 8.7a.3.3 0 0 1 .3.3v.7a.3.3 0 0 1-.3.3H9.3a.3.3 0 0 1-.3-.3c0-.034.013-.066.037-.09l.847-.847a.216.216 0 0 1 .153-.063H11.2Z", opacity: ".5" }));
|
package/esm/index.d.ts
CHANGED
|
@@ -869,4 +869,5 @@ export { default as IconA2A } from './IconA2A';
|
|
|
869
869
|
export { default as IconDiamond } from './IconDiamond';
|
|
870
870
|
export { default as IconXMind } from './IconXMind';
|
|
871
871
|
export { default as IconLog } from './IconLog';
|
|
872
|
+
export { default as IconInferenceEngine } from './IconInferenceEngine';
|
|
872
873
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -869,4 +869,5 @@ export { default as IconA2A } from './IconA2A';
|
|
|
869
869
|
export { default as IconDiamond } from './IconDiamond';
|
|
870
870
|
export { default as IconXMind } from './IconXMind';
|
|
871
871
|
export { default as IconLog } from './IconLog';
|
|
872
|
+
export { default as IconInferenceEngine } from './IconInferenceEngine';
|
|
872
873
|
export * from './type';
|
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconInferenceEngineComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-inference_engine${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><g clipPath="url(#svg_5cbef8d108__clip0_1556_12353)"><path d="M7.11133 17.2227C7.47917 17.2229 7.77711 17.5208 7.77734 17.8887V19.334C7.77699 19.7017 7.4791 19.9998 7.11133 20C6.74345 19.9999 6.44469 19.7018 6.44434 19.334V17.8887C6.44457 17.5208 6.74338 17.2228 7.11133 17.2227ZM9.88965 17.2227C10.2573 17.2231 10.5554 17.5209 10.5557 17.8887V19.334C10.5553 19.7016 10.2573 19.9996 9.88965 20C9.52168 20 9.22203 19.7019 9.22168 19.334V17.8887C9.22191 17.5207 9.5216 17.2227 9.88965 17.2227ZM12.667 17.2227C13.0348 17.2229 13.3328 17.5208 13.333 17.8887V19.334C13.3327 19.7017 13.0348 19.9998 12.667 20C12.2991 19.9999 12.0004 19.7018 12 19.334V17.8887C12.0002 17.5207 12.299 17.2227 12.667 17.2227ZM12.2227 3.33301C14.6769 3.33324 16.6668 5.32308 16.667 7.77734V12.2227C16.6667 14.6769 14.6769 16.6668 12.2227 16.667H7.77734C5.3231 16.6668 3.33325 14.6769 3.33301 12.2227V7.77734C3.33323 5.32308 5.32308 3.33324 7.77734 3.33301H12.2227ZM10.5957 5.93555C10.3596 5.42966 9.64039 5.42966 9.4043 5.93555L8.40137 8.08398C8.33609 8.22359 8.2236 8.33609 8.08398 8.40137L5.93555 9.4043C5.42966 9.64039 5.42966 10.3596 5.93555 10.5957L8.08398 11.5986C8.22361 11.6639 8.3361 11.7764 8.40137 11.916L9.4043 14.0645C9.64039 14.5704 10.3596 14.5704 10.5957 14.0645L11.5986 11.916C11.6639 11.7764 11.7764 11.6639 11.916 11.5986L14.0645 10.5957C14.5704 10.3596 14.5704 9.64039 14.0645 9.4043L11.916 8.40137C11.7764 8.3361 11.6639 8.2236 11.5986 8.08398L10.5957 5.93555ZM2.11133 12C2.47928 12.0002 2.77728 12.299 2.77734 12.667C2.77711 13.0348 2.47917 13.3328 2.11133 13.333H0.666016C0.29827 13.3327 0.000234332 13.0348 0 12.667C5.89262e-05 12.2991 0.298161 12.0004 0.666016 12H2.11133ZM19.334 12C19.7018 12.0004 19.9999 12.2991 20 12.667C19.9998 13.0348 19.7017 13.3327 19.334 13.333H17.8887C17.5208 13.3328 17.2229 13.0348 17.2227 12.667C17.2227 12.299 17.5207 12.0002 17.8887 12H19.334ZM2.11133 9.22168C2.47932 9.22191 2.77734 9.5216 2.77734 9.88965C2.77693 10.2573 2.47907 10.5554 2.11133 10.5557H0.666016C0.298378 10.5553 0.000409672 10.2573 0 9.88965C0 9.52168 0.298125 9.22203 0.666016 9.22168H2.11133ZM19.334 9.22168C19.7019 9.22203 20 9.52168 20 9.88965C19.9996 10.2573 19.7016 10.5553 19.334 10.5557H17.8887C17.5209 10.5554 17.2231 10.2573 17.2227 9.88965C17.2227 9.5216 17.5207 9.22191 17.8887 9.22168H19.334ZM2.11133 6.44434C2.47925 6.44457 2.77723 6.74338 2.77734 7.11133C2.77711 7.47917 2.47917 7.77711 2.11133 7.77734H0.666016C0.29827 7.77699 0.000234332 7.4791 0 7.11133C0.000117369 6.74345 0.298197 6.44469 0.666016 6.44434H2.11133ZM19.334 6.44434C19.7018 6.44469 19.9999 6.74345 20 7.11133C19.9998 7.4791 19.7017 7.77699 19.334 7.77734H17.8887C17.5208 7.77711 17.2229 7.47917 17.2227 7.11133C17.2228 6.74338 17.5208 6.44457 17.8887 6.44434H19.334ZM7.11133 0C7.4791 0.000234381 7.77699 0.29827 7.77734 0.666016V2.11133C7.77711 2.47917 7.47917 2.77711 7.11133 2.77734C6.74338 2.77723 6.44457 2.47925 6.44434 2.11133V0.666016C6.44469 0.298197 6.74345 0.000117385 7.11133 0ZM9.88965 0C10.2573 0.000409721 10.5553 0.298378 10.5557 0.666016V2.11133C10.5554 2.47907 10.2573 2.77693 9.88965 2.77734C9.5216 2.77734 9.22191 2.47932 9.22168 2.11133V0.666016C9.22203 0.298125 9.52168 1.60846e-08 9.88965 0ZM12.667 0C13.0348 0.000234381 13.3327 0.29827 13.333 0.666016V2.11133C13.3328 2.47917 13.0348 2.77711 12.667 2.77734C12.299 2.77728 12.0002 2.47928 12 2.11133V0.666016C12.0004 0.298161 12.2991 5.89423e-05 12.667 0Z"/></g><defs><clipPath id="svg_5cbef8d108__clip0_1556_12353"><path d="M0 0H20V20H0z"/></clipPath></defs></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconInferenceEngine = React.forwardRef(IconInferenceEngineComponent);
|
|
15
|
+
export default IconInferenceEngine;
|
package/src/IconLog/index.tsx
CHANGED
|
@@ -8,7 +8,7 @@ function IconLogComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElemen
|
|
|
8
8
|
|
|
9
9
|
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
10
|
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
-
return <svg className={`${prefix}-icon ${prefix}-icon-Log${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#6C7587'} fillRule="evenodd" d="M6 1.5a3 3 0 0 0-3 3v15a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V9l-7.5-7.5H6Z" clipRule="evenodd"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M15.6 14.052c.267 0 .507.053.72.16.
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-Log${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#6C7587'} fillRule="evenodd" d="M6 1.5a3 3 0 0 0-3 3v15a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V9l-7.5-7.5H6Z" clipRule="evenodd"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M15.6 14.052c.267 0 .507.053.72.16.21.105.389.262.537.47.004.006.012.01.02.01a.024.024 0 0 0 .022-.02l.05-.29a.3.3 0 0 1 .296-.25h.455a.3.3 0 0 1 .3.3v4.076c0 .416-.083.765-.248 1.048-.16.283-.403.496-.728.64-.325.15-.728.224-1.208.224a6.25 6.25 0 0 1-.864-.056 3.514 3.514 0 0 1-.573-.132.285.285 0 0 1-.195-.274v-.298c0-.214.217-.36.422-.298l.122.034c.187.053.376.09.568.112.197.027.395.04.592.04.31 0 .539-.083.688-.248.155-.165.232-.413.232-.744v-.088c0-.09.003-.184.008-.28a6.82 6.82 0 0 0 .022-.235.02.02 0 0 0-.036-.012 1.345 1.345 0 0 1-.53.487 1.587 1.587 0 0 1-.704.152c-.517 0-.923-.197-1.216-.592-.288-.4-.432-.955-.432-1.664 0-.48.067-.888.2-1.224.133-.341.325-.6.576-.776.256-.181.557-.272.904-.272Zm.376.968a.737.737 0 0 0-.472.152.888.888 0 0 0-.28.44 2.539 2.539 0 0 0-.088.728c0 .437.07.765.208.984.139.213.355.32.648.32.155 0 .288-.019.4-.056a.606.606 0 0 0 .272-.2.978.978 0 0 0 .168-.368c.037-.15.056-.33.056-.544v-.144c0-.315-.032-.568-.096-.76a.757.757 0 0 0-.296-.416.907.907 0 0 0-.52-.136Zm-3.173 1.288c0 .363-.05.685-.152.968a1.937 1.937 0 0 1-.424.72 1.787 1.787 0 0 1-.664.44 2.563 2.563 0 0 1-.888.144 2.44 2.44 0 0 1-.848-.144 1.878 1.878 0 0 1-.664-.44 2.124 2.124 0 0 1-.44-.72 2.859 2.859 0 0 1-.152-.968c0-.485.085-.893.256-1.224.17-.336.416-.592.736-.768.32-.176.699-.264 1.136-.264.41 0 .773.088 1.088.264.315.176.563.432.744.768.181.33.272.739.272 1.224Zm-3.016 0c0 .288.03.53.088.728a.885.885 0 0 0 .296.44.87.87 0 0 0 .52.144c.213 0 .384-.048.512-.144a.84.84 0 0 0 .288-.44c.064-.197.096-.44.096-.728s-.032-.528-.096-.72a.797.797 0 0 0-.288-.432.87.87 0 0 0-.52-.144c-.315 0-.544.11-.688.328-.139.213-.208.536-.208.968ZM7.192 18.2a.3.3 0 0 1-.3.3H6.3a.3.3 0 0 1-.3-.3v-5.48a.3.3 0 0 1 .3-.3h.592a.3.3 0 0 1 .3.3v5.48Z"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} fillRule="evenodd" d="M10.093 5.193a.66.66 0 0 0-.934 0L6.143 8.21A.487.487 0 0 0 6 8.554V9.5a.5.5 0 0 0 .5.5h.946a.483.483 0 0 0 .344-.143l3.017-3.016a.66.66 0 0 0 0-.934l-.714-.714Z" clipRule="evenodd" opacity=".7"/><path fill={useCurrentColor ? 'currentColor' : '#B5BAC3'} d="M13.5 1.5 21 9h-4.5a3 3 0 0 1-3-3V1.5Z"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M11.2 8.7a.3.3 0 0 1 .3.3v.7a.3.3 0 0 1-.3.3H9.3a.3.3 0 0 1-.3-.3c0-.034.013-.066.037-.09l.847-.847a.216.216 0 0 1 .153-.063H11.2Z" opacity=".5"/></svg>;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
const IconLog = React.forwardRef(IconLogComponent);
|
package/src/index.ts
CHANGED
|
@@ -869,5 +869,6 @@ export { default as IconA2A } from './IconA2A';
|
|
|
869
869
|
export { default as IconDiamond } from './IconDiamond';
|
|
870
870
|
export { default as IconXMind } from './IconXMind';
|
|
871
871
|
export { default as IconLog } from './IconLog';
|
|
872
|
+
export { default as IconInferenceEngine } from './IconInferenceEngine';
|
|
872
873
|
|
|
873
874
|
export * from './type';
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
(function (factory) {
|
|
47
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
48
|
+
var v = factory(require, exports);
|
|
49
|
+
if (v !== undefined) module.exports = v;
|
|
50
|
+
}
|
|
51
|
+
else if (typeof define === "function" && define.amd) {
|
|
52
|
+
define(["require", "exports", "react", "../context"], factory);
|
|
53
|
+
}
|
|
54
|
+
})(function (require, exports) {
|
|
55
|
+
"use strict";
|
|
56
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57
|
+
var react_1 = __importStar(require("react"));
|
|
58
|
+
var context_1 = require("../context");
|
|
59
|
+
function IconInferenceEngineComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-inference_engine").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("g", { clipPath: "url(#svg_5cbef8d108__clip0_1556_12353)" },
|
|
66
|
+
react_1.default.createElement("path", { d: "M7.11133 17.2227C7.47917 17.2229 7.77711 17.5208 7.77734 17.8887V19.334C7.77699 19.7017 7.4791 19.9998 7.11133 20C6.74345 19.9999 6.44469 19.7018 6.44434 19.334V17.8887C6.44457 17.5208 6.74338 17.2228 7.11133 17.2227ZM9.88965 17.2227C10.2573 17.2231 10.5554 17.5209 10.5557 17.8887V19.334C10.5553 19.7016 10.2573 19.9996 9.88965 20C9.52168 20 9.22203 19.7019 9.22168 19.334V17.8887C9.22191 17.5207 9.5216 17.2227 9.88965 17.2227ZM12.667 17.2227C13.0348 17.2229 13.3328 17.5208 13.333 17.8887V19.334C13.3327 19.7017 13.0348 19.9998 12.667 20C12.2991 19.9999 12.0004 19.7018 12 19.334V17.8887C12.0002 17.5207 12.299 17.2227 12.667 17.2227ZM12.2227 3.33301C14.6769 3.33324 16.6668 5.32308 16.667 7.77734V12.2227C16.6667 14.6769 14.6769 16.6668 12.2227 16.667H7.77734C5.3231 16.6668 3.33325 14.6769 3.33301 12.2227V7.77734C3.33323 5.32308 5.32308 3.33324 7.77734 3.33301H12.2227ZM10.5957 5.93555C10.3596 5.42966 9.64039 5.42966 9.4043 5.93555L8.40137 8.08398C8.33609 8.22359 8.2236 8.33609 8.08398 8.40137L5.93555 9.4043C5.42966 9.64039 5.42966 10.3596 5.93555 10.5957L8.08398 11.5986C8.22361 11.6639 8.3361 11.7764 8.40137 11.916L9.4043 14.0645C9.64039 14.5704 10.3596 14.5704 10.5957 14.0645L11.5986 11.916C11.6639 11.7764 11.7764 11.6639 11.916 11.5986L14.0645 10.5957C14.5704 10.3596 14.5704 9.64039 14.0645 9.4043L11.916 8.40137C11.7764 8.3361 11.6639 8.2236 11.5986 8.08398L10.5957 5.93555ZM2.11133 12C2.47928 12.0002 2.77728 12.299 2.77734 12.667C2.77711 13.0348 2.47917 13.3328 2.11133 13.333H0.666016C0.29827 13.3327 0.000234332 13.0348 0 12.667C5.89262e-05 12.2991 0.298161 12.0004 0.666016 12H2.11133ZM19.334 12C19.7018 12.0004 19.9999 12.2991 20 12.667C19.9998 13.0348 19.7017 13.3327 19.334 13.333H17.8887C17.5208 13.3328 17.2229 13.0348 17.2227 12.667C17.2227 12.299 17.5207 12.0002 17.8887 12H19.334ZM2.11133 9.22168C2.47932 9.22191 2.77734 9.5216 2.77734 9.88965C2.77693 10.2573 2.47907 10.5554 2.11133 10.5557H0.666016C0.298378 10.5553 0.000409672 10.2573 0 9.88965C0 9.52168 0.298125 9.22203 0.666016 9.22168H2.11133ZM19.334 9.22168C19.7019 9.22203 20 9.52168 20 9.88965C19.9996 10.2573 19.7016 10.5553 19.334 10.5557H17.8887C17.5209 10.5554 17.2231 10.2573 17.2227 9.88965C17.2227 9.5216 17.5207 9.22191 17.8887 9.22168H19.334ZM2.11133 6.44434C2.47925 6.44457 2.77723 6.74338 2.77734 7.11133C2.77711 7.47917 2.47917 7.77711 2.11133 7.77734H0.666016C0.29827 7.77699 0.000234332 7.4791 0 7.11133C0.000117369 6.74345 0.298197 6.44469 0.666016 6.44434H2.11133ZM19.334 6.44434C19.7018 6.44469 19.9999 6.74345 20 7.11133C19.9998 7.4791 19.7017 7.77699 19.334 7.77734H17.8887C17.5208 7.77711 17.2229 7.47917 17.2227 7.11133C17.2228 6.74338 17.5208 6.44457 17.8887 6.44434H19.334ZM7.11133 0C7.4791 0.000234381 7.77699 0.29827 7.77734 0.666016V2.11133C7.77711 2.47917 7.47917 2.77711 7.11133 2.77734C6.74338 2.77723 6.44457 2.47925 6.44434 2.11133V0.666016C6.44469 0.298197 6.74345 0.000117385 7.11133 0ZM9.88965 0C10.2573 0.000409721 10.5553 0.298378 10.5557 0.666016V2.11133C10.5554 2.47907 10.2573 2.77693 9.88965 2.77734C9.5216 2.77734 9.22191 2.47932 9.22168 2.11133V0.666016C9.22203 0.298125 9.52168 1.60846e-08 9.88965 0ZM12.667 0C13.0348 0.000234381 13.3327 0.29827 13.333 0.666016V2.11133C13.3328 2.47917 13.0348 2.77711 12.667 2.77734C12.299 2.77728 12.0002 2.47928 12 2.11133V0.666016C12.0004 0.298161 12.2991 5.89423e-05 12.667 0Z" })),
|
|
67
|
+
react_1.default.createElement("defs", null,
|
|
68
|
+
react_1.default.createElement("clipPath", { id: "svg_5cbef8d108__clip0_1556_12353" },
|
|
69
|
+
react_1.default.createElement("path", { d: "M0 0H20V20H0z" }))));
|
|
70
|
+
}
|
|
71
|
+
var IconInferenceEngine = react_1.default.forwardRef(IconInferenceEngineComponent);
|
|
72
|
+
exports.default = IconInferenceEngine;
|
|
73
|
+
});
|
package/umd/IconLog/index.js
CHANGED
|
@@ -63,7 +63,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
64
|
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-Log").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
65
65
|
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#6C7587', fillRule: "evenodd", d: "M6 1.5a3 3 0 0 0-3 3v15a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V9l-7.5-7.5H6Z", clipRule: "evenodd" }),
|
|
66
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15.6 14.052c.267 0 .507.053.72.16.
|
|
66
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15.6 14.052c.267 0 .507.053.72.16.21.105.389.262.537.47.004.006.012.01.02.01a.024.024 0 0 0 .022-.02l.05-.29a.3.3 0 0 1 .296-.25h.455a.3.3 0 0 1 .3.3v4.076c0 .416-.083.765-.248 1.048-.16.283-.403.496-.728.64-.325.15-.728.224-1.208.224a6.25 6.25 0 0 1-.864-.056 3.514 3.514 0 0 1-.573-.132.285.285 0 0 1-.195-.274v-.298c0-.214.217-.36.422-.298l.122.034c.187.053.376.09.568.112.197.027.395.04.592.04.31 0 .539-.083.688-.248.155-.165.232-.413.232-.744v-.088c0-.09.003-.184.008-.28a6.82 6.82 0 0 0 .022-.235.02.02 0 0 0-.036-.012 1.345 1.345 0 0 1-.53.487 1.587 1.587 0 0 1-.704.152c-.517 0-.923-.197-1.216-.592-.288-.4-.432-.955-.432-1.664 0-.48.067-.888.2-1.224.133-.341.325-.6.576-.776.256-.181.557-.272.904-.272Zm.376.968a.737.737 0 0 0-.472.152.888.888 0 0 0-.28.44 2.539 2.539 0 0 0-.088.728c0 .437.07.765.208.984.139.213.355.32.648.32.155 0 .288-.019.4-.056a.606.606 0 0 0 .272-.2.978.978 0 0 0 .168-.368c.037-.15.056-.33.056-.544v-.144c0-.315-.032-.568-.096-.76a.757.757 0 0 0-.296-.416.907.907 0 0 0-.52-.136Zm-3.173 1.288c0 .363-.05.685-.152.968a1.937 1.937 0 0 1-.424.72 1.787 1.787 0 0 1-.664.44 2.563 2.563 0 0 1-.888.144 2.44 2.44 0 0 1-.848-.144 1.878 1.878 0 0 1-.664-.44 2.124 2.124 0 0 1-.44-.72 2.859 2.859 0 0 1-.152-.968c0-.485.085-.893.256-1.224.17-.336.416-.592.736-.768.32-.176.699-.264 1.136-.264.41 0 .773.088 1.088.264.315.176.563.432.744.768.181.33.272.739.272 1.224Zm-3.016 0c0 .288.03.53.088.728a.885.885 0 0 0 .296.44.87.87 0 0 0 .52.144c.213 0 .384-.048.512-.144a.84.84 0 0 0 .288-.44c.064-.197.096-.44.096-.728s-.032-.528-.096-.72a.797.797 0 0 0-.288-.432.87.87 0 0 0-.52-.144c-.315 0-.544.11-.688.328-.139.213-.208.536-.208.968ZM7.192 18.2a.3.3 0 0 1-.3.3H6.3a.3.3 0 0 1-.3-.3v-5.48a.3.3 0 0 1 .3-.3h.592a.3.3 0 0 1 .3.3v5.48Z" }),
|
|
67
67
|
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M10.093 5.193a.66.66 0 0 0-.934 0L6.143 8.21A.487.487 0 0 0 6 8.554V9.5a.5.5 0 0 0 .5.5h.946a.483.483 0 0 0 .344-.143l3.017-3.016a.66.66 0 0 0 0-.934l-.714-.714Z", clipRule: "evenodd", opacity: ".7" }),
|
|
68
68
|
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B5BAC3', d: "M13.5 1.5 21 9h-4.5a3 3 0 0 1-3-3V1.5Z" }),
|
|
69
69
|
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M11.2 8.7a.3.3 0 0 1 .3.3v.7a.3.3 0 0 1-.3.3H9.3a.3.3 0 0 1-.3-.3c0-.034.013-.066.037-.09l.847-.847a.216.216 0 0 1 .153-.063H11.2Z", opacity: ".5" }));
|
package/umd/index.d.ts
CHANGED
|
@@ -869,4 +869,5 @@ export { default as IconA2A } from './IconA2A';
|
|
|
869
869
|
export { default as IconDiamond } from './IconDiamond';
|
|
870
870
|
export { default as IconXMind } from './IconXMind';
|
|
871
871
|
export { default as IconLog } from './IconLog';
|
|
872
|
+
export { default as IconInferenceEngine } from './IconInferenceEngine';
|
|
872
873
|
export * from './type';
|
package/umd/index.js
CHANGED
|
@@ -21,12 +21,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
21
21
|
if (v !== undefined) module.exports = v;
|
|
22
22
|
}
|
|
23
23
|
else if (typeof define === "function" && define.amd) {
|
|
24
|
-
define(["require", "exports", "./IconWorkflowNodata", "./IconAgentNodata", "./IconPlugInNodata", "./IconNodata", "./IconSearchWithoutData", "./IconKnowledgeNodata", "./IconSelected", "./IconKnowledgeWorkflow", "./IconOverviewWeb", "./IconWorkflowEnd", "./IconAppVariable", "./IconOverviewAPI", "./IconAppWorkflow", "./IconExclamationCircleRedFill", "./IconAppTools", "./IconAppKnowledge", "./IconModelHighlight", "./IconAppSecurityDialogue", "./IconCheckCircleFill", "./IconRunningInProgress", "./IconWorkflowWorkflow", "./IconHomebotC", "./IconNewAgent", "./IconClockCircleGreyFill", "./IconFileCloudStorage", "./IconInfoColor", "./IconFeishu", "./IconAdvancedReview", "./IconUserinput", "./IconHiagent", "./IconDataXls", "./IconGoodjob", "./IconSettings", "./IconModelDefault", "./IconPlugin", "./IconDoc", "./IconAIPAccess", "./IconArrange", "./IconOverviewCreationTime", "./IconExcellentAreality", "./IconOverview", "./IconLocalUpload", "./IconKnowledgeBase", "./IconCopyAreality", "./IconBadAreality", "./IconBasicEdition", "./IconUser", "./IconEmptyFile", "./IconFlowChoreography", "./IconIntelligentVideoServiceP", "./IconEditAreality", "./IconStopRecordingFill", "./IconDebug", "./IconRemarks", "./IconQuote", "./IconPersonalSpace", "./IconPicturePlaceholder", "./IconPromptAssessment", "./IconPublishAreality", "./IconDialogueSuggestion", "./IconArchive", "./IconLicence", "./IconWorkspaceManagement", "./IconOtherTag", "./IconApplicationApproval", "./IconDelete", "./IconModelManagement", "./IconQA", "./IconVoice3", "./IconSend", "./IconRemove", "./IconOtherTool", "./IconHistory", "./IconWorkspaceSetting", "./IconConversation", "./IconChartFill", "./IconProjectFill", "./IconTakeover", "./IconRun", "./IconPromptFile", "./IconClipboardFill", "./IconOverlapRectConfig", "./IconOperationalAudit", "./IconOperate", "./IconTpc", "./IconSecuritySettings", "./IconLineChart", "./IconSkill", "./IconDisplaySetup", "./IconRoleManagement", "./IconLessee", "./IconRunningProcess", "./IconResourceAdministration", "./IconEarthGlobal", "./IconWorkflowDebug", "./IconAccountCenter", "./IconPlatformManagement", "./IconLLMopsLogo", "./IconKnowledgeGraph", "./IconTerminologyBank", "./IconCycleVertices", "./IconExclamationCircleFill", "./IconIIntentionRecognition", "./IconTimer", "./IconWfTerminologyBank", "./IconMessageNodes", "./IconEvent", "./IconDataNode", "./IconSso", "./IconBreak", "./IconWorkflowStart", "./IconToolsWorkflow", "./IconUnlock25D", "./IconControlled25D", "./IconDatabase", "./IconPublishedAgent", "./IconAgent", "./IconOptimalLayout", "./IconOverviewPreview", "./IconWrapper", "./IconLocation", "./IconWorkflowFullscreen", "./IconEdit", "./IconInfo", "./IconOverviewKey", "./IconVariable", "./IconHand", "./IconParagraph", "./IconUnfold", "./IconDrag", "./IconSwitchover", "./IconCode", "./IconIde", "./IconSkip", "./IconHomeAt", "./IconPublish", "./IconKnowledge", "./IconCodeTesting", "./IconVoiceOpen", "./IconVoiceClose", "./IconConfig", "./IconExportBold", "./IconStop", "./IconText", "./IconEnumeration", "./IconOverviewRefresh", "./IconUploadingDown", "./IconEnable", "./IconOrientation", "./IconDeleteKv", "./IconMode", "./IconFairyStick", "./IconRefresh", "./IconArrowRightCorner", "./IconClockCircle", "./IconClose", "./IconExport", "./IconEarth", "./IconClearHistory", "./IconAuth", "./IconSelect", "./IconSetting", "./IconUploadingError", "./IconMergeGraph", "./IconArrayPoint", "./IconWorkflowMinification", "./IconPlus", "./IconBlowUp", "./IconArrowRight", "./IconScatterPoint", "./IconLine", "./IconCirclePoint", "./IconNode400", "./IconRadiationPoint", "./IconDownload", "./IconNoOntology", "./IconLoginFailure", "./IconCodeUn", "./IconMenuConversation", "./IconMenuPlugin", "./IconMenuDatabase", "./IconMenuPrompt", "./IconMenuWorkflow", "./IconMenuAgent", "./IconVoiceai", "./IconShortcutInstructions", "./IconDataTableBlock", "./IconMergePd", "./IconConfiguration", "./IconPreview", "./IconDeleteLine", "./IconRecording", "./IconImportDefault", "./IconUndeliver", "./IconUploadActive", "./IconUploadDefaut", "./IconImportFile", "./IconImportFileList", "./IconEquals", "./IconNotContains", "./IconFlagAlt", "./IconContains", "./IconNotEquals", "./IconNotIContains", "./IconIContains", "./IconRegex", "./IconCustom", "./IconFrame", "./IconSelectAll", "./IconNotRegex", "./IconPython", "./IconColumnConfiguration", "./IconMultiple", "./IconDoc1", "./IconText1", "./IconImage", "./IconMix", "./IconMd", "./IconTechnology", "./IconModel1", "./IconCreateFile", "./IconAlbum", "./IconStar", "./IconRight", "./IconUp", "./IconLeft", "./IconDown", "./IconDeleteFill", "./IconUploadCloud", "./IconDrop", "./IconSearch", "./IconDragDotVertical", "./IconFilter", "./IconUpload", "./IconWarningFill", "./IconSuccessFill", "./IconRise", "./IconMinus", "./IconInfoCircle", "./IconErrorFill", "./IconAddUser", "./IconRedo", "./IconUndo", "./IconBrush", "./IconQuestionCircle", "./IconDescendingSorting", "./IconMenuFold", "./IconMenuUnfold", "./IconUnorderedList", "./IconQuestionMarkCircle", "./IconAttachment", "./IconMindMapping", "./IconDetails", "./IconDoneAlt", "./IconEllipse", "./IconUserGroup", "./IconEye", "./IconNotificationOff", "./IconInvisible", "./IconEyeInvisible", "./IconSwap", "./IconSwapAlt", "./IconLink", "./IconPlusCircle", "./IconSortAlt", "./IconExclamationCircle", "./IconMinusCircleFill", "./IconMonitorFill", "./IconPlayFill", "./IconAntiViolence", "./IconUpdate", "./IconPinFill", "./IconWifiSecurity", "./IconAnalysis", "./IconDistributionConfig", "./IconBlockchain", "./IconClean", "./IconDevProcess", "./IconLoadBalancing", "./IconSwipe", "./IconArrowRiseSquare", "./IconFlowControl", "./IconArrowFallSquare", "./IconCloudEngine", "./IconHierarchy", "./IconSubordinates", "./IconBlock", "./IconImageEditing", "./IconBlockStorage", "./IconResign", "./IconTextAlt", "./IconPlan", "./IconComprehensiveEvaluation", "./IconEncryptedDocument", "./IconReadingList", "./IconHurricane", "./IconLoudspeaker", "./IconFencing", "./IconKey", "./IconHorseToy", "./IconRecordStop", "./IconArrowFall", "./IconRiskWarning", "./IconPromise", "./IconProfitModelAlt", "./IconDrawer", "./IconDocument", "./IconArrowRise", "./IconPdfFile", "./IconPen", "./IconClipboardError", "./IconImportRecord", "./IconFolder", "./IconRetry", "./IconCheck", "./IconCaretLeft", "./IconGitMerge", "./IconCaretRight", "./IconMoreFilter", "./IconSync", "./IconHeart", "./IconCaretDownRed", "./IconIconNewWindow", "./IconDrawerExpand", "./IconEditFilled", "./IconDocumentFeedback", "./IconDrawerFold", "./IconSound", "./IconRollbackingInProgress", "./IconMinusCircleFillGrey", "./IconLoading", "./IconCancelingInProgress", "./IconInfoCircleFill", "./IconClockCircleFill", "./IconCloseCircleFill", "./IconCheckCircleBlue", "./IconCheckCircleFilled", "./IconCheckTriangleFill", "./IconNewWindow", "./IconSearchNullHighSaturation", "./IconNoContentSimplified", "./IconNetWorkErrorSimplified", "./IconNoPicLowSaturation", "./IconNoPermissionLowSaturation", "./IconNoContentLowSaturation", "./IconErrorTypeSimplified", "./IconNoChartHighSaturation", "./IconNoDataHighSaturation", "./Icon403ErrorHighSaturation", "./IconNoPermissionHighSaturation", "./IconNoChartLowSaturation", "./IconNoContentHighSaturation", "./IconNoDataSimplified", "./IconNoPicHighSaturation", "./Icon404ErrorLowSaturation", "./IconSearchNullSimplified", "./IconNetworkErrorHighSaturation", "./IconNoPermissionSimplified", "./IconNetworkErrorLowSaturation", "./Icon403ErrorLowSaturation", "./Icon404ErrorHighSaturation", "./IconCardInfo", "./IconOtherAlarm", "./IconGroup", "./IconKnowledgeMinus", "./IconKnowledgeAddto", "./IconKnowledgeRight", "./IconKnowledgeLeft", "./IconUserTemplate", "./IconJavascript", "./IconNoRule", "./IconTemplate1", "./IconAccuracy", "./IconF1", "./IconRouge2", "./IconRougeL", "./IconRouge1", "./IconAddGroup", "./IconCollect2", "./IconCopyLine", "./IconGeneralSuccessHighSaturation", "./IconSimplifiedChinese", "./IconTraditionalChinese", "./IconEn", "./IconRerank", "./IconPackaging", "./IconClosure", "./IconTokenQuantity", "./IconOfficialV", "./IconAgentDialogue", "./IconAgentUse", "./IconCardCollectionSurface", "./IconAgentQuote", "./IconCardCollectionLinearity", "./IconMessageFill", "./IconColumnConfiguration1", "./IconTrialOperation", "./IconShare", "./IconModelWarehouse", "./IconModelAppliction", "./IconDataDataset", "./IconSessionFlow", "./IconAgtDebug", "./IconWflSetVariable", "./IconAddVersion", "./IconCaretDown", "./IconArrangeMemory", "./IconImageUnderstanding", "./IconBleu", "./IconNist", "./IconMenteor", "./IconSortingModel", "./IconLanguageModel", "./IconVectorModel", "./IconModelFile", "./IconModelServiceC", "./IconManagementBackEnd", "./IconSystemPresetting", "./IconImageAi", "./IconFunctionCall", "./IconWfMemory", "./IconVariableAggregation", "./IconWflHttp", "./IconCommentApply", "./IconShield", "./IconProtection", "./IconThreatAttribution", "./IconWebEmb", "./IconOutput", "./IconUnfold2", "./IconBatchProcessing", "./IconMemoryWebapp", "./IconAddMaas", "./IconContinuePretrain", "./IconRl", "./IconStopUpdate", "./IconSingleMachine", "./IconSmoothUpdate", "./IconRm", "./IconDataSetBlue", "./IconDataSetDetail", "./IconDataSetBos", "./IconObs", "./IconFolderOpen", "./IconFolderClose", "./IconParameterSetting", "./IconAsynchronousOperation", "./IconBatchMovement", "./IconPin", "./IconRename", "./IconUnpin", "./IconInformationCollection", "./IconKnowledgeWriting", "./IconCardLine", "./IconCardSurface", "./IconDataProcessing", "./IconDatasetsReflux", "./IconCheckboxList", "./IconDistribution", "./IconModelWarehouseDetail", "./IconStarColor", "./IconWkfTemplate", "./IconWkfOptimization", "./IconCustomApplication", "./IconArrowUpwards", "./IconArrowDownward", "./IconRunConfiguration", "./IconPublishVersion", "./IconExportRecord", "./IconMoreVertical1", "./IconParallel", "./IconUserVariable", "./IconInvokeMemoryDel", "./IconAPI", "./IconAPIDatasource", "./IconVariableAssignment", "./IconAgentImport", "./IconAgentHistory", "./IconAgentChannel", "./IconAgentPublishOthers", "./IconAgentPublishWeChat", "./IconAgentPublishEnterpriseWechat", "./IconAgentPublishApi", "./IconAgentDeploymentPackage", "./IconAgentWebService", "./IconMinimumQueue", "./IconImage2video", "./IconText2image", "./IconText2video", "./IconVisualModel", "./IconNvidia", "./IconAscent", "./IconUpgradeEngine", "./IconAiVideo", "./IconAiImageDefault", "./IconAiVideoActive", "./IconAiVideoDefault", "./IconAiImageActive", "./IconImageUpload", "./IconConstraint", "./IconUnconstraint", "./IconMagic", "./IconCalendar1", "./IconDiagramCracking", "./IconUploadImage1", "./IconUploadVideo1", "./IconDataClean", "./IconDataAnnotation", "./IconDataEnhance", "./IconPositioningChart", "./IconImageUnderstanding1", "./IconAgentSend", "./IconMCPAgentPublish", "./IconWebsdk", "./IconTreeKnowledgePermission", "./IconTreeEmbeddingModel", "./IconTreePluginInvocation", "./IconTreeSQL", "./IconTreeSafetyAudit", "./IconTreeRankModel", "./IconTreeContentAudit", "./IconTreeDatabasePermission", "./IconTreeMetadataFiltering", "./IconTreeAgentInvocation", "./IconTreeKnowledgeRetrieval", "./IconAgentFile", "./IconCircularGraph", "./IconBarChart", "./IconExtendedContext", "./IconWorkflowNode", "./IconPermission", "./IconAnonymousAccess", "./IconWhiteList", "./IconAgentVoiceInterruptionTurnoff", "./IconAgentSubtitlesOn", "./IconAgentVoiceInterruptionTurnon", "./IconAgentSubtitlesOff", "./IconAgentVoiceExit", "./IconAgentInputKeyboard", "./IconAgentVoiceHangup", "./IconAgentVoiceAnswer", "./IconAgentVoiceSwitch", "./IconAgentMicrophone", "./IconAgentVoiceInteraction", "./IconAgentMicrophoneClose", "./IconTreeQA", "./IconTreeAgent", "./IconStop1", "./IconAgentCenterAnswer", "./IconTreeFailure", "./IconTreeSuccess", "./IconTreeAbnormal", "./IconPluginListedAdd", "./IconPluginChoose", "./IconPluginListed", "./IconWorkflowDownward", "./IconWorkflowUpwards", "./IconWorkflowNodeInput", "./IconUploadingHtml", "./IconUploadingCsv", "./IconUploadingJson", "./IconUploadingOfd", "./IconUploadingXlsx", "./IconUploadingMd", "./IconUploadingDoc", "./IconUploadingPpt", "./IconUploadingPdf", "./IconUploadingPng", "./IconUnknownFile", "./IconUploadingTxt", "./IconZip", "./IconDataExternal", "./IconUploadingWps", "./IconUploadingLarksheet", "./IconUploadingLarkdocx", "./IconPromptGeneral", "./IconPromptJinja", "./IconPromptInterviewQuestions", "./IconPromptContentExpansion", "./IconPromptMeeting", "./IconPromptReasoningThinking", "./IconPromptWrittenOptimization", "./IconPromptSkillInvocation", "./IconPromptKnowledgeAnswer", "./IconPromptTaskExecution", "./IconPromptHallucinationCorrection", "./IconPromptRolePlaying", "./IconPromptGeneralStructure", "./IconPromptDefault", "./IconPromptCreateCopy", "./IconFirstFrame", "./IconImage2image", "./IconHead2tailFrame", "./IconWorkflowConditions", "./IconKnowledgeFluctuation", "./IconTreeTrigger", "./IconWorkflowFreedom500", "./IconWorkflow11500", "./IconWorkflow169500", "./IconWorkflow916500", "./IconWorkflow43500", "./IconWorkflow23500", "./IconWorkflow34500", "./IconWorkflow219500", "./IconWorkflow32500", "./IconWorkflow916", "./IconWorkflow23", "./IconWorkflow43", "./IconWorkflow11", "./IconWorkflow34", "./IconWorkflow219", "./IconWorkflow32", "./IconWorkflowFreedom", "./IconWorkflow169", "./IconTime", "./IconTable", "./IconBasicList", "./IconWorkflowImageGeneration", "./IconImageEmbedding", "./IconAgentFilesSettings", "./IconAgentFileSettings", "./IconVideo", "./IconAudio", "./IconAgentFileConfiguration", "./IconSystemLimitations", "./IconSystemAnnouncement", "./IconSystemTimeout", "./IconSystemVoice", "./IconSystemNetworkControl", "./IconSystemCodePackage", "./IconTreeModelImageGeneration", "./IconAgentFeedbackIgnore", "./IconMemoryEmbedding", "./IconRocket", "./IconInstallationPackage", "./IconOpen", "./IconTreeModelVideoGeneration", "./IconTreeModelVideoGenerationComp", "./IconTreeModelVideoGenerationCanc", "./IconLock1", "./IconJapanese", "./IconAgentThinkingLanguage", "./IconPluginCloudDeployment", "./IconPluginRemote", "./IconPluginLocal", "./IconDataTransform", "./IconSimilarityQuestion", "./IconRegionFolding", "./IconKnowledgePic", "./IconWorkflowVidMatching", "./IconRemoveColor", "./IconAudioPause", "./IconAudioCycle", "./IconAudioPlay", "./IconVideoFastForward10s", "./IconVideoRewind10s", "./IconUploadingLarkbitable", "./IconTokenConsumption", "./IconNodeTimeConsumption", "./IconSingleDialogueTimeConsuming", "./IconNodeInvocation", "./IconFirstCharacterReplyTakesTime", "./IconNodeSuccessfullyInvoked", "./IconFirstTokensCost", "./IconText2speech", "./IconMultiLanguage", "./IconMultiTimbre", "./IconSpeech2text", "./IconModelVoice", "./IconProcessEvaluation", "./IconVerticalBarChartNodata", "./IconHorizontalBarChartNodata", "./IconLineGraphNodata", "./IconPieChartNodata", "./IconPiplcon", "./IconPiplconExit", "./IconShrink", "./IconFull", "./IconLoudVolume", "./IconSilence", "./IconLowVolume", "./IconPause", "./IconPrevious", "./IconVideoPlay", "./IconVideoNext", "./IconReturnNow15", "./IconFastForward30", "./IconImportMusic", "./IconMenuKnowledge", "./IconMenuPluginCenter", "./IconModelService", "./IconMenuTask", "./IconMenuEvaluation", "./IconMenuAgentCenter", "./IconMenuObservation", "./IconComputingManagement", "./IconModelOptimization", "./IconObservationIntegration", "./IconModelExperienceCenter", "./IconDataProcessing1", "./IconReleaseManagement", "./IconClaude", "./IconAWS", "./IconDeepseek", "./IconGoogleGemini", "./IconDoubao", "./IconGPT4", "./IconGPT35", "./IconQwen", "./IconBGE", "./IconMoonshot", "./IconVideoTag", "./IconFullscreen", "./IconVolume", "./IconText2video1", "./IconSaveButton", "./IconSavedConditions", "./IconLinkArrowSmall", "./IconExperienceCenter", "./IconSpeaker", "./IconVideoAgentKnowledge", "./IconArtifactsPic", "./IconArtifactsFile", "./IconArtifactsSearch", "./IconArtifactsShell", "./IconArtifactsOther", "./IconAgentproConfiguration", "./IconArtifactsKnowledge", "./IconAgentproFileList", "./IconArtifactsCode", "./IconAgentproReportDownload", "./IconArtifactsBrowse", "./IconTaskDone", "./IconAgentproStop", "./IconAgentpro", "./IconTraceRaw", "./IconTraceText", "./IconResultEvaluation", "./IconDebugging", "./IconAgentChatStop", "./IconTransform1", "./IconDataProduction", "./IconMessage", "./IconMenu", "./IconLaunch", "./IconCopy", "./IconCloseCircle", "./IconCalendarClock", "./IconArrowDown", "./IconThumbUp", "./IconMinusCircle", "./IconZoomIn", "./IconZoomOut", "./IconThumbDown", "./IconModelGallery", "./IconMenuHiagent", "./IconDataOnlineTagging", "./IconMenuEvaluationSet", "./IconMenuIndicators", "./IconDataInsight", "./IconWorkflowChecklist", "./IconRotateLeft", "./IconTag", "./IconEmpty", "./IconFullscreenExit", "./IconTaskCompleted", "./IconDiagramCracking2", "./IconTreeRules", "./IconTreeObject", "./IconGeneratedDocument", "./IconPromptWordTemplate", "./IconAutomaticOptimization", "./IconDecline2", "./IconComparison", "./IconRise2", "./IconPDSeparation", "./IconCompletedComparison", "./IconWorkflowKnowledgeRetrieval", "./IconTreeQASearch", "./IconTreeTerminologySearch", "./IconKnowledgeChartTable", "./IconKnowledgeDataSynchronization", "./IconMore", "./IconQAExtract", "./IconLoading2", "./IconIndicatorMonitoring", "./IconKnowledgeBoard", "./IconUploadRadio", "./IconUploadFile", "./IconAgentproFollow", "./IconTerminology", "./IconSankeyDiagram", "./IconTextProcessing", "./IconMultimodalLoading", "./IconAdministratorLine", "./IconUserLine", "./IconEvalOffline", "./IconEvalOnline", "./IconSafeTag", "./IconMermaidFull", "./IconMermaidDownload", "./IconMermaidMagnify", "./IconMermaidShrink", "./IconMermaidCopy", "./IconMermaidScale", "./IconAddAgentEval", "./IconVoicecallConfirm", "./IconVoicecallCancel", "./IconGuarantee", "./IconTimeout", "./IconSkills", "./IconMermaidClose", "./IconTabelNodata", "./IconNewGeneralDefault", "./IconNewNoData", "./IconNewNoService", "./IconSelfBuiltResources", "./IconSpecifiedResource", "./IconNewWindow1", "./IconServiceRouting", "./IconOpenai", "./IconVolcengine", "./IconBailian", "./IconIntelligentSynthesis", "./IconReport2", "./IconGraphSWindow", "./IconGraphConsolidatedEntity", "./IconGraphSchema", "./IconGraphThumbnail", "./IconGraphNode", "./IconGraphLWindow", "./IconGraphFoldingPanel", "./IconGraphTriplet", "./IconBasicDatabase", "./IconModelTraining", "./IconWorkflowCode", "./IconWorkflowCondition", "./IconBuildCommunity", "./IconTouchpadModeWorkflow", "./IconTouchpadMouseWorkflow", "./IconOptimizeLayout", "./IconLastStep", "./IconNextStep", "./IconAnnotation", "./IconLastRun", "./IconOperatingHistory", "./IconSchema", "./IconExtractText", "./IconJSONFormat", "./IconAddFolder2", "./IconCreateFile2", "./IconSkills2", "./IconSkillCenter", "./IconLLM", "./IconScale", "./IconJinja", "./IconYAML", "./IconEnVariable", "./IconRuntimeConfiguration", "./IconKit", "./IconWorkflowGraph", "./IconTrajectory", "./IconWeworkBot", "./IconTrajectoryQa", "./IconGenerating", "./IconAiSummary", "./IconAiGenerateVariationSpark", "./IconA2A", "./IconDiamond", "./IconXMind", "./IconLog", "./type"], factory);
|
|
24
|
+
define(["require", "exports", "./IconWorkflowNodata", "./IconAgentNodata", "./IconPlugInNodata", "./IconNodata", "./IconSearchWithoutData", "./IconKnowledgeNodata", "./IconSelected", "./IconKnowledgeWorkflow", "./IconOverviewWeb", "./IconWorkflowEnd", "./IconAppVariable", "./IconOverviewAPI", "./IconAppWorkflow", "./IconExclamationCircleRedFill", "./IconAppTools", "./IconAppKnowledge", "./IconModelHighlight", "./IconAppSecurityDialogue", "./IconCheckCircleFill", "./IconRunningInProgress", "./IconWorkflowWorkflow", "./IconHomebotC", "./IconNewAgent", "./IconClockCircleGreyFill", "./IconFileCloudStorage", "./IconInfoColor", "./IconFeishu", "./IconAdvancedReview", "./IconUserinput", "./IconHiagent", "./IconDataXls", "./IconGoodjob", "./IconSettings", "./IconModelDefault", "./IconPlugin", "./IconDoc", "./IconAIPAccess", "./IconArrange", "./IconOverviewCreationTime", "./IconExcellentAreality", "./IconOverview", "./IconLocalUpload", "./IconKnowledgeBase", "./IconCopyAreality", "./IconBadAreality", "./IconBasicEdition", "./IconUser", "./IconEmptyFile", "./IconFlowChoreography", "./IconIntelligentVideoServiceP", "./IconEditAreality", "./IconStopRecordingFill", "./IconDebug", "./IconRemarks", "./IconQuote", "./IconPersonalSpace", "./IconPicturePlaceholder", "./IconPromptAssessment", "./IconPublishAreality", "./IconDialogueSuggestion", "./IconArchive", "./IconLicence", "./IconWorkspaceManagement", "./IconOtherTag", "./IconApplicationApproval", "./IconDelete", "./IconModelManagement", "./IconQA", "./IconVoice3", "./IconSend", "./IconRemove", "./IconOtherTool", "./IconHistory", "./IconWorkspaceSetting", "./IconConversation", "./IconChartFill", "./IconProjectFill", "./IconTakeover", "./IconRun", "./IconPromptFile", "./IconClipboardFill", "./IconOverlapRectConfig", "./IconOperationalAudit", "./IconOperate", "./IconTpc", "./IconSecuritySettings", "./IconLineChart", "./IconSkill", "./IconDisplaySetup", "./IconRoleManagement", "./IconLessee", "./IconRunningProcess", "./IconResourceAdministration", "./IconEarthGlobal", "./IconWorkflowDebug", "./IconAccountCenter", "./IconPlatformManagement", "./IconLLMopsLogo", "./IconKnowledgeGraph", "./IconTerminologyBank", "./IconCycleVertices", "./IconExclamationCircleFill", "./IconIIntentionRecognition", "./IconTimer", "./IconWfTerminologyBank", "./IconMessageNodes", "./IconEvent", "./IconDataNode", "./IconSso", "./IconBreak", "./IconWorkflowStart", "./IconToolsWorkflow", "./IconUnlock25D", "./IconControlled25D", "./IconDatabase", "./IconPublishedAgent", "./IconAgent", "./IconOptimalLayout", "./IconOverviewPreview", "./IconWrapper", "./IconLocation", "./IconWorkflowFullscreen", "./IconEdit", "./IconInfo", "./IconOverviewKey", "./IconVariable", "./IconHand", "./IconParagraph", "./IconUnfold", "./IconDrag", "./IconSwitchover", "./IconCode", "./IconIde", "./IconSkip", "./IconHomeAt", "./IconPublish", "./IconKnowledge", "./IconCodeTesting", "./IconVoiceOpen", "./IconVoiceClose", "./IconConfig", "./IconExportBold", "./IconStop", "./IconText", "./IconEnumeration", "./IconOverviewRefresh", "./IconUploadingDown", "./IconEnable", "./IconOrientation", "./IconDeleteKv", "./IconMode", "./IconFairyStick", "./IconRefresh", "./IconArrowRightCorner", "./IconClockCircle", "./IconClose", "./IconExport", "./IconEarth", "./IconClearHistory", "./IconAuth", "./IconSelect", "./IconSetting", "./IconUploadingError", "./IconMergeGraph", "./IconArrayPoint", "./IconWorkflowMinification", "./IconPlus", "./IconBlowUp", "./IconArrowRight", "./IconScatterPoint", "./IconLine", "./IconCirclePoint", "./IconNode400", "./IconRadiationPoint", "./IconDownload", "./IconNoOntology", "./IconLoginFailure", "./IconCodeUn", "./IconMenuConversation", "./IconMenuPlugin", "./IconMenuDatabase", "./IconMenuPrompt", "./IconMenuWorkflow", "./IconMenuAgent", "./IconVoiceai", "./IconShortcutInstructions", "./IconDataTableBlock", "./IconMergePd", "./IconConfiguration", "./IconPreview", "./IconDeleteLine", "./IconRecording", "./IconImportDefault", "./IconUndeliver", "./IconUploadActive", "./IconUploadDefaut", "./IconImportFile", "./IconImportFileList", "./IconEquals", "./IconNotContains", "./IconFlagAlt", "./IconContains", "./IconNotEquals", "./IconNotIContains", "./IconIContains", "./IconRegex", "./IconCustom", "./IconFrame", "./IconSelectAll", "./IconNotRegex", "./IconPython", "./IconColumnConfiguration", "./IconMultiple", "./IconDoc1", "./IconText1", "./IconImage", "./IconMix", "./IconMd", "./IconTechnology", "./IconModel1", "./IconCreateFile", "./IconAlbum", "./IconStar", "./IconRight", "./IconUp", "./IconLeft", "./IconDown", "./IconDeleteFill", "./IconUploadCloud", "./IconDrop", "./IconSearch", "./IconDragDotVertical", "./IconFilter", "./IconUpload", "./IconWarningFill", "./IconSuccessFill", "./IconRise", "./IconMinus", "./IconInfoCircle", "./IconErrorFill", "./IconAddUser", "./IconRedo", "./IconUndo", "./IconBrush", "./IconQuestionCircle", "./IconDescendingSorting", "./IconMenuFold", "./IconMenuUnfold", "./IconUnorderedList", "./IconQuestionMarkCircle", "./IconAttachment", "./IconMindMapping", "./IconDetails", "./IconDoneAlt", "./IconEllipse", "./IconUserGroup", "./IconEye", "./IconNotificationOff", "./IconInvisible", "./IconEyeInvisible", "./IconSwap", "./IconSwapAlt", "./IconLink", "./IconPlusCircle", "./IconSortAlt", "./IconExclamationCircle", "./IconMinusCircleFill", "./IconMonitorFill", "./IconPlayFill", "./IconAntiViolence", "./IconUpdate", "./IconPinFill", "./IconWifiSecurity", "./IconAnalysis", "./IconDistributionConfig", "./IconBlockchain", "./IconClean", "./IconDevProcess", "./IconLoadBalancing", "./IconSwipe", "./IconArrowRiseSquare", "./IconFlowControl", "./IconArrowFallSquare", "./IconCloudEngine", "./IconHierarchy", "./IconSubordinates", "./IconBlock", "./IconImageEditing", "./IconBlockStorage", "./IconResign", "./IconTextAlt", "./IconPlan", "./IconComprehensiveEvaluation", "./IconEncryptedDocument", "./IconReadingList", "./IconHurricane", "./IconLoudspeaker", "./IconFencing", "./IconKey", "./IconHorseToy", "./IconRecordStop", "./IconArrowFall", "./IconRiskWarning", "./IconPromise", "./IconProfitModelAlt", "./IconDrawer", "./IconDocument", "./IconArrowRise", "./IconPdfFile", "./IconPen", "./IconClipboardError", "./IconImportRecord", "./IconFolder", "./IconRetry", "./IconCheck", "./IconCaretLeft", "./IconGitMerge", "./IconCaretRight", "./IconMoreFilter", "./IconSync", "./IconHeart", "./IconCaretDownRed", "./IconIconNewWindow", "./IconDrawerExpand", "./IconEditFilled", "./IconDocumentFeedback", "./IconDrawerFold", "./IconSound", "./IconRollbackingInProgress", "./IconMinusCircleFillGrey", "./IconLoading", "./IconCancelingInProgress", "./IconInfoCircleFill", "./IconClockCircleFill", "./IconCloseCircleFill", "./IconCheckCircleBlue", "./IconCheckCircleFilled", "./IconCheckTriangleFill", "./IconNewWindow", "./IconSearchNullHighSaturation", "./IconNoContentSimplified", "./IconNetWorkErrorSimplified", "./IconNoPicLowSaturation", "./IconNoPermissionLowSaturation", "./IconNoContentLowSaturation", "./IconErrorTypeSimplified", "./IconNoChartHighSaturation", "./IconNoDataHighSaturation", "./Icon403ErrorHighSaturation", "./IconNoPermissionHighSaturation", "./IconNoChartLowSaturation", "./IconNoContentHighSaturation", "./IconNoDataSimplified", "./IconNoPicHighSaturation", "./Icon404ErrorLowSaturation", "./IconSearchNullSimplified", "./IconNetworkErrorHighSaturation", "./IconNoPermissionSimplified", "./IconNetworkErrorLowSaturation", "./Icon403ErrorLowSaturation", "./Icon404ErrorHighSaturation", "./IconCardInfo", "./IconOtherAlarm", "./IconGroup", "./IconKnowledgeMinus", "./IconKnowledgeAddto", "./IconKnowledgeRight", "./IconKnowledgeLeft", "./IconUserTemplate", "./IconJavascript", "./IconNoRule", "./IconTemplate1", "./IconAccuracy", "./IconF1", "./IconRouge2", "./IconRougeL", "./IconRouge1", "./IconAddGroup", "./IconCollect2", "./IconCopyLine", "./IconGeneralSuccessHighSaturation", "./IconSimplifiedChinese", "./IconTraditionalChinese", "./IconEn", "./IconRerank", "./IconPackaging", "./IconClosure", "./IconTokenQuantity", "./IconOfficialV", "./IconAgentDialogue", "./IconAgentUse", "./IconCardCollectionSurface", "./IconAgentQuote", "./IconCardCollectionLinearity", "./IconMessageFill", "./IconColumnConfiguration1", "./IconTrialOperation", "./IconShare", "./IconModelWarehouse", "./IconModelAppliction", "./IconDataDataset", "./IconSessionFlow", "./IconAgtDebug", "./IconWflSetVariable", "./IconAddVersion", "./IconCaretDown", "./IconArrangeMemory", "./IconImageUnderstanding", "./IconBleu", "./IconNist", "./IconMenteor", "./IconSortingModel", "./IconLanguageModel", "./IconVectorModel", "./IconModelFile", "./IconModelServiceC", "./IconManagementBackEnd", "./IconSystemPresetting", "./IconImageAi", "./IconFunctionCall", "./IconWfMemory", "./IconVariableAggregation", "./IconWflHttp", "./IconCommentApply", "./IconShield", "./IconProtection", "./IconThreatAttribution", "./IconWebEmb", "./IconOutput", "./IconUnfold2", "./IconBatchProcessing", "./IconMemoryWebapp", "./IconAddMaas", "./IconContinuePretrain", "./IconRl", "./IconStopUpdate", "./IconSingleMachine", "./IconSmoothUpdate", "./IconRm", "./IconDataSetBlue", "./IconDataSetDetail", "./IconDataSetBos", "./IconObs", "./IconFolderOpen", "./IconFolderClose", "./IconParameterSetting", "./IconAsynchronousOperation", "./IconBatchMovement", "./IconPin", "./IconRename", "./IconUnpin", "./IconInformationCollection", "./IconKnowledgeWriting", "./IconCardLine", "./IconCardSurface", "./IconDataProcessing", "./IconDatasetsReflux", "./IconCheckboxList", "./IconDistribution", "./IconModelWarehouseDetail", "./IconStarColor", "./IconWkfTemplate", "./IconWkfOptimization", "./IconCustomApplication", "./IconArrowUpwards", "./IconArrowDownward", "./IconRunConfiguration", "./IconPublishVersion", "./IconExportRecord", "./IconMoreVertical1", "./IconParallel", "./IconUserVariable", "./IconInvokeMemoryDel", "./IconAPI", "./IconAPIDatasource", "./IconVariableAssignment", "./IconAgentImport", "./IconAgentHistory", "./IconAgentChannel", "./IconAgentPublishOthers", "./IconAgentPublishWeChat", "./IconAgentPublishEnterpriseWechat", "./IconAgentPublishApi", "./IconAgentDeploymentPackage", "./IconAgentWebService", "./IconMinimumQueue", "./IconImage2video", "./IconText2image", "./IconText2video", "./IconVisualModel", "./IconNvidia", "./IconAscent", "./IconUpgradeEngine", "./IconAiVideo", "./IconAiImageDefault", "./IconAiVideoActive", "./IconAiVideoDefault", "./IconAiImageActive", "./IconImageUpload", "./IconConstraint", "./IconUnconstraint", "./IconMagic", "./IconCalendar1", "./IconDiagramCracking", "./IconUploadImage1", "./IconUploadVideo1", "./IconDataClean", "./IconDataAnnotation", "./IconDataEnhance", "./IconPositioningChart", "./IconImageUnderstanding1", "./IconAgentSend", "./IconMCPAgentPublish", "./IconWebsdk", "./IconTreeKnowledgePermission", "./IconTreeEmbeddingModel", "./IconTreePluginInvocation", "./IconTreeSQL", "./IconTreeSafetyAudit", "./IconTreeRankModel", "./IconTreeContentAudit", "./IconTreeDatabasePermission", "./IconTreeMetadataFiltering", "./IconTreeAgentInvocation", "./IconTreeKnowledgeRetrieval", "./IconAgentFile", "./IconCircularGraph", "./IconBarChart", "./IconExtendedContext", "./IconWorkflowNode", "./IconPermission", "./IconAnonymousAccess", "./IconWhiteList", "./IconAgentVoiceInterruptionTurnoff", "./IconAgentSubtitlesOn", "./IconAgentVoiceInterruptionTurnon", "./IconAgentSubtitlesOff", "./IconAgentVoiceExit", "./IconAgentInputKeyboard", "./IconAgentVoiceHangup", "./IconAgentVoiceAnswer", "./IconAgentVoiceSwitch", "./IconAgentMicrophone", "./IconAgentVoiceInteraction", "./IconAgentMicrophoneClose", "./IconTreeQA", "./IconTreeAgent", "./IconStop1", "./IconAgentCenterAnswer", "./IconTreeFailure", "./IconTreeSuccess", "./IconTreeAbnormal", "./IconPluginListedAdd", "./IconPluginChoose", "./IconPluginListed", "./IconWorkflowDownward", "./IconWorkflowUpwards", "./IconWorkflowNodeInput", "./IconUploadingHtml", "./IconUploadingCsv", "./IconUploadingJson", "./IconUploadingOfd", "./IconUploadingXlsx", "./IconUploadingMd", "./IconUploadingDoc", "./IconUploadingPpt", "./IconUploadingPdf", "./IconUploadingPng", "./IconUnknownFile", "./IconUploadingTxt", "./IconZip", "./IconDataExternal", "./IconUploadingWps", "./IconUploadingLarksheet", "./IconUploadingLarkdocx", "./IconPromptGeneral", "./IconPromptJinja", "./IconPromptInterviewQuestions", "./IconPromptContentExpansion", "./IconPromptMeeting", "./IconPromptReasoningThinking", "./IconPromptWrittenOptimization", "./IconPromptSkillInvocation", "./IconPromptKnowledgeAnswer", "./IconPromptTaskExecution", "./IconPromptHallucinationCorrection", "./IconPromptRolePlaying", "./IconPromptGeneralStructure", "./IconPromptDefault", "./IconPromptCreateCopy", "./IconFirstFrame", "./IconImage2image", "./IconHead2tailFrame", "./IconWorkflowConditions", "./IconKnowledgeFluctuation", "./IconTreeTrigger", "./IconWorkflowFreedom500", "./IconWorkflow11500", "./IconWorkflow169500", "./IconWorkflow916500", "./IconWorkflow43500", "./IconWorkflow23500", "./IconWorkflow34500", "./IconWorkflow219500", "./IconWorkflow32500", "./IconWorkflow916", "./IconWorkflow23", "./IconWorkflow43", "./IconWorkflow11", "./IconWorkflow34", "./IconWorkflow219", "./IconWorkflow32", "./IconWorkflowFreedom", "./IconWorkflow169", "./IconTime", "./IconTable", "./IconBasicList", "./IconWorkflowImageGeneration", "./IconImageEmbedding", "./IconAgentFilesSettings", "./IconAgentFileSettings", "./IconVideo", "./IconAudio", "./IconAgentFileConfiguration", "./IconSystemLimitations", "./IconSystemAnnouncement", "./IconSystemTimeout", "./IconSystemVoice", "./IconSystemNetworkControl", "./IconSystemCodePackage", "./IconTreeModelImageGeneration", "./IconAgentFeedbackIgnore", "./IconMemoryEmbedding", "./IconRocket", "./IconInstallationPackage", "./IconOpen", "./IconTreeModelVideoGeneration", "./IconTreeModelVideoGenerationComp", "./IconTreeModelVideoGenerationCanc", "./IconLock1", "./IconJapanese", "./IconAgentThinkingLanguage", "./IconPluginCloudDeployment", "./IconPluginRemote", "./IconPluginLocal", "./IconDataTransform", "./IconSimilarityQuestion", "./IconRegionFolding", "./IconKnowledgePic", "./IconWorkflowVidMatching", "./IconRemoveColor", "./IconAudioPause", "./IconAudioCycle", "./IconAudioPlay", "./IconVideoFastForward10s", "./IconVideoRewind10s", "./IconUploadingLarkbitable", "./IconTokenConsumption", "./IconNodeTimeConsumption", "./IconSingleDialogueTimeConsuming", "./IconNodeInvocation", "./IconFirstCharacterReplyTakesTime", "./IconNodeSuccessfullyInvoked", "./IconFirstTokensCost", "./IconText2speech", "./IconMultiLanguage", "./IconMultiTimbre", "./IconSpeech2text", "./IconModelVoice", "./IconProcessEvaluation", "./IconVerticalBarChartNodata", "./IconHorizontalBarChartNodata", "./IconLineGraphNodata", "./IconPieChartNodata", "./IconPiplcon", "./IconPiplconExit", "./IconShrink", "./IconFull", "./IconLoudVolume", "./IconSilence", "./IconLowVolume", "./IconPause", "./IconPrevious", "./IconVideoPlay", "./IconVideoNext", "./IconReturnNow15", "./IconFastForward30", "./IconImportMusic", "./IconMenuKnowledge", "./IconMenuPluginCenter", "./IconModelService", "./IconMenuTask", "./IconMenuEvaluation", "./IconMenuAgentCenter", "./IconMenuObservation", "./IconComputingManagement", "./IconModelOptimization", "./IconObservationIntegration", "./IconModelExperienceCenter", "./IconDataProcessing1", "./IconReleaseManagement", "./IconClaude", "./IconAWS", "./IconDeepseek", "./IconGoogleGemini", "./IconDoubao", "./IconGPT4", "./IconGPT35", "./IconQwen", "./IconBGE", "./IconMoonshot", "./IconVideoTag", "./IconFullscreen", "./IconVolume", "./IconText2video1", "./IconSaveButton", "./IconSavedConditions", "./IconLinkArrowSmall", "./IconExperienceCenter", "./IconSpeaker", "./IconVideoAgentKnowledge", "./IconArtifactsPic", "./IconArtifactsFile", "./IconArtifactsSearch", "./IconArtifactsShell", "./IconArtifactsOther", "./IconAgentproConfiguration", "./IconArtifactsKnowledge", "./IconAgentproFileList", "./IconArtifactsCode", "./IconAgentproReportDownload", "./IconArtifactsBrowse", "./IconTaskDone", "./IconAgentproStop", "./IconAgentpro", "./IconTraceRaw", "./IconTraceText", "./IconResultEvaluation", "./IconDebugging", "./IconAgentChatStop", "./IconTransform1", "./IconDataProduction", "./IconMessage", "./IconMenu", "./IconLaunch", "./IconCopy", "./IconCloseCircle", "./IconCalendarClock", "./IconArrowDown", "./IconThumbUp", "./IconMinusCircle", "./IconZoomIn", "./IconZoomOut", "./IconThumbDown", "./IconModelGallery", "./IconMenuHiagent", "./IconDataOnlineTagging", "./IconMenuEvaluationSet", "./IconMenuIndicators", "./IconDataInsight", "./IconWorkflowChecklist", "./IconRotateLeft", "./IconTag", "./IconEmpty", "./IconFullscreenExit", "./IconTaskCompleted", "./IconDiagramCracking2", "./IconTreeRules", "./IconTreeObject", "./IconGeneratedDocument", "./IconPromptWordTemplate", "./IconAutomaticOptimization", "./IconDecline2", "./IconComparison", "./IconRise2", "./IconPDSeparation", "./IconCompletedComparison", "./IconWorkflowKnowledgeRetrieval", "./IconTreeQASearch", "./IconTreeTerminologySearch", "./IconKnowledgeChartTable", "./IconKnowledgeDataSynchronization", "./IconMore", "./IconQAExtract", "./IconLoading2", "./IconIndicatorMonitoring", "./IconKnowledgeBoard", "./IconUploadRadio", "./IconUploadFile", "./IconAgentproFollow", "./IconTerminology", "./IconSankeyDiagram", "./IconTextProcessing", "./IconMultimodalLoading", "./IconAdministratorLine", "./IconUserLine", "./IconEvalOffline", "./IconEvalOnline", "./IconSafeTag", "./IconMermaidFull", "./IconMermaidDownload", "./IconMermaidMagnify", "./IconMermaidShrink", "./IconMermaidCopy", "./IconMermaidScale", "./IconAddAgentEval", "./IconVoicecallConfirm", "./IconVoicecallCancel", "./IconGuarantee", "./IconTimeout", "./IconSkills", "./IconMermaidClose", "./IconTabelNodata", "./IconNewGeneralDefault", "./IconNewNoData", "./IconNewNoService", "./IconSelfBuiltResources", "./IconSpecifiedResource", "./IconNewWindow1", "./IconServiceRouting", "./IconOpenai", "./IconVolcengine", "./IconBailian", "./IconIntelligentSynthesis", "./IconReport2", "./IconGraphSWindow", "./IconGraphConsolidatedEntity", "./IconGraphSchema", "./IconGraphThumbnail", "./IconGraphNode", "./IconGraphLWindow", "./IconGraphFoldingPanel", "./IconGraphTriplet", "./IconBasicDatabase", "./IconModelTraining", "./IconWorkflowCode", "./IconWorkflowCondition", "./IconBuildCommunity", "./IconTouchpadModeWorkflow", "./IconTouchpadMouseWorkflow", "./IconOptimizeLayout", "./IconLastStep", "./IconNextStep", "./IconAnnotation", "./IconLastRun", "./IconOperatingHistory", "./IconSchema", "./IconExtractText", "./IconJSONFormat", "./IconAddFolder2", "./IconCreateFile2", "./IconSkills2", "./IconSkillCenter", "./IconLLM", "./IconScale", "./IconJinja", "./IconYAML", "./IconEnVariable", "./IconRuntimeConfiguration", "./IconKit", "./IconWorkflowGraph", "./IconTrajectory", "./IconWeworkBot", "./IconTrajectoryQa", "./IconGenerating", "./IconAiSummary", "./IconAiGenerateVariationSpark", "./IconA2A", "./IconDiamond", "./IconXMind", "./IconLog", "./IconInferenceEngine", "./type"], factory);
|
|
25
25
|
}
|
|
26
26
|
})(function (require, exports) {
|
|
27
27
|
"use strict";
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.IconLog = exports.IconXMind = exports.IconDiamond = exports.IconA2A = exports.IconAiGenerateVariationSpark = exports.IconAiSummary = exports.IconGenerating = exports.IconTrajectoryQa = exports.IconWeworkBot = exports.IconTrajectory = exports.IconWorkflowGraph = exports.IconKit = exports.IconRuntimeConfiguration = exports.IconEnVariable = exports.IconYAML = exports.IconJinja = exports.IconScale = exports.IconLLM = exports.IconSkillCenter = exports.IconSkills2 = exports.IconCreateFile2 = exports.IconAddFolder2 = exports.IconJSONFormat = exports.IconExtractText = exports.IconSchema = exports.IconOperatingHistory = exports.IconLastRun = exports.IconAnnotation = exports.IconNextStep = exports.IconLastStep = exports.IconOptimizeLayout = exports.IconTouchpadMouseWorkflow = exports.IconTouchpadModeWorkflow = exports.IconBuildCommunity = exports.IconWorkflowCondition = exports.IconWorkflowCode = exports.IconModelTraining = exports.IconBasicDatabase = exports.IconGraphTriplet = exports.IconGraphFoldingPanel = exports.IconGraphLWindow = exports.IconGraphNode = exports.IconGraphThumbnail = exports.IconGraphSchema = exports.IconGraphConsolidatedEntity = exports.IconGraphSWindow = exports.IconReport2 = exports.IconIntelligentSynthesis = exports.IconBailian = exports.IconVolcengine = exports.IconOpenai = exports.IconServiceRouting = exports.IconNewWindow1 = exports.IconSpecifiedResource = exports.IconSelfBuiltResources = exports.IconNewNoService = exports.IconNewNoData = exports.IconNewGeneralDefault = exports.IconTabelNodata = exports.IconMermaidClose = exports.IconSkills = exports.IconTimeout = exports.IconGuarantee = exports.IconVoicecallCancel = exports.IconVoicecallConfirm = exports.IconAddAgentEval = exports.IconMermaidScale = exports.IconMermaidCopy = exports.IconMermaidShrink = exports.IconMermaidMagnify = exports.IconMermaidDownload = exports.IconMermaidFull = exports.IconSafeTag = exports.IconEvalOnline = exports.IconEvalOffline = exports.IconUserLine = exports.IconAdministratorLine = exports.IconMultimodalLoading = exports.IconTextProcessing = exports.IconSankeyDiagram = exports.IconTerminology = exports.IconAgentproFollow = exports.IconUploadFile = exports.IconUploadRadio = exports.IconKnowledgeBoard = exports.IconIndicatorMonitoring = exports.IconLoading2 = exports.IconQAExtract = exports.IconMore = exports.IconKnowledgeDataSynchronization = exports.IconKnowledgeChartTable = exports.IconTreeTerminologySearch = exports.IconTreeQASearch = exports.IconWorkflowKnowledgeRetrieval = exports.IconCompletedComparison = exports.IconPDSeparation = exports.IconRise2 = exports.IconComparison = exports.IconDecline2 = exports.IconAutomaticOptimization = exports.IconPromptWordTemplate = exports.IconGeneratedDocument = exports.IconTreeObject = exports.IconTreeRules = exports.IconDiagramCracking2 = exports.IconTaskCompleted = exports.IconFullscreenExit = exports.IconEmpty = exports.IconTag = exports.IconRotateLeft = exports.IconWorkflowChecklist = exports.IconDataInsight = exports.IconMenuIndicators = exports.IconMenuEvaluationSet = exports.IconDataOnlineTagging = exports.IconMenuHiagent = exports.IconModelGallery = exports.IconThumbDown = exports.IconZoomOut = exports.IconZoomIn = exports.IconMinusCircle = exports.IconThumbUp = exports.IconArrowDown = exports.IconCalendarClock = exports.IconCloseCircle = exports.IconCopy = exports.IconLaunch = exports.IconMenu = exports.IconMessage = exports.IconDataProduction = exports.IconTransform1 = exports.IconAgentChatStop = exports.IconDebugging = exports.IconResultEvaluation = exports.IconTraceText = exports.IconTraceRaw = exports.IconAgentpro = exports.IconAgentproStop = exports.IconTaskDone = exports.IconArtifactsBrowse = exports.IconAgentproReportDownload = exports.IconArtifactsCode = exports.IconAgentproFileList = exports.IconArtifactsKnowledge = exports.IconAgentproConfiguration = exports.IconArtifactsOther = exports.IconArtifactsShell = exports.IconArtifactsSearch = exports.IconArtifactsFile = exports.IconArtifactsPic = exports.IconVideoAgentKnowledge = exports.IconSpeaker = exports.IconExperienceCenter = exports.IconLinkArrowSmall = exports.IconSavedConditions = exports.IconSaveButton = exports.IconText2video1 = exports.IconVolume = exports.IconFullscreen = exports.IconVideoTag = exports.IconMoonshot = exports.IconBGE = exports.IconQwen = exports.IconGPT35 = exports.IconGPT4 = exports.IconDoubao = exports.IconGoogleGemini = exports.IconDeepseek = exports.IconAWS = exports.IconClaude = exports.IconReleaseManagement = exports.IconDataProcessing1 = exports.IconModelExperienceCenter = exports.IconObservationIntegration = exports.IconModelOptimization = exports.IconComputingManagement = exports.IconMenuObservation = exports.IconMenuAgentCenter = exports.IconMenuEvaluation = exports.IconMenuTask = exports.IconModelService = exports.IconMenuPluginCenter = exports.IconMenuKnowledge = exports.IconImportMusic = exports.IconFastForward30 = exports.IconReturnNow15 = exports.IconVideoNext = exports.IconVideoPlay = exports.IconPrevious = exports.IconPause = exports.IconLowVolume = exports.IconSilence = exports.IconLoudVolume = exports.IconFull = exports.IconShrink = exports.IconPiplconExit = exports.IconPiplcon = exports.IconPieChartNodata = exports.IconLineGraphNodata = exports.IconHorizontalBarChartNodata = exports.IconVerticalBarChartNodata = exports.IconProcessEvaluation = exports.IconModelVoice = exports.IconSpeech2text = exports.IconMultiTimbre = exports.IconMultiLanguage = exports.IconText2speech = exports.IconFirstTokensCost = exports.IconNodeSuccessfullyInvoked = exports.IconFirstCharacterReplyTakesTime = exports.IconNodeInvocation = exports.IconSingleDialogueTimeConsuming = exports.IconNodeTimeConsumption = exports.IconTokenConsumption = exports.IconUploadingLarkbitable = exports.IconVideoRewind10s = exports.IconVideoFastForward10s = exports.IconAudioPlay = exports.IconAudioCycle = exports.IconAudioPause = exports.IconRemoveColor = exports.IconWorkflowVidMatching = exports.IconKnowledgePic = exports.IconRegionFolding = exports.IconSimilarityQuestion = exports.IconDataTransform = exports.IconPluginLocal = exports.IconPluginRemote = exports.IconPluginCloudDeployment = exports.IconAgentThinkingLanguage = exports.IconJapanese = exports.IconLock1 = exports.IconTreeModelVideoGenerationCanc = exports.IconTreeModelVideoGenerationComp = exports.IconTreeModelVideoGeneration = exports.IconOpen = exports.IconInstallationPackage = exports.IconRocket = exports.IconMemoryEmbedding = exports.IconAgentFeedbackIgnore = exports.IconTreeModelImageGeneration = exports.IconSystemCodePackage = exports.IconSystemNetworkControl = exports.IconSystemVoice = exports.IconSystemTimeout = exports.IconSystemAnnouncement = exports.IconSystemLimitations = exports.IconAgentFileConfiguration = exports.IconAudio = exports.IconVideo = exports.IconAgentFileSettings = exports.IconAgentFilesSettings = exports.IconImageEmbedding = exports.IconWorkflowImageGeneration = exports.IconBasicList = exports.IconTable = exports.IconTime = exports.IconWorkflow169 = exports.IconWorkflowFreedom = exports.IconWorkflow32 = exports.IconWorkflow219 = exports.IconWorkflow34 = exports.IconWorkflow11 = exports.IconWorkflow43 = exports.IconWorkflow23 = exports.IconWorkflow916 = exports.IconWorkflow32500 = exports.IconWorkflow219500 = exports.IconWorkflow34500 = exports.IconWorkflow23500 = exports.IconWorkflow43500 = exports.IconWorkflow916500 = exports.IconWorkflow169500 = exports.IconWorkflow11500 = exports.IconWorkflowFreedom500 = exports.IconTreeTrigger = exports.IconKnowledgeFluctuation = exports.IconWorkflowConditions = exports.IconHead2tailFrame = exports.IconImage2image = exports.IconFirstFrame = exports.IconPromptCreateCopy = exports.IconPromptDefault = exports.IconPromptGeneralStructure = exports.IconPromptRolePlaying = exports.IconPromptHallucinationCorrection = exports.IconPromptTaskExecution = exports.IconPromptKnowledgeAnswer = exports.IconPromptSkillInvocation = exports.IconPromptWrittenOptimization = exports.IconPromptReasoningThinking = exports.IconPromptMeeting = exports.IconPromptContentExpansion = exports.IconPromptInterviewQuestions = exports.IconPromptJinja = exports.IconPromptGeneral = exports.IconUploadingLarkdocx = exports.IconUploadingLarksheet = exports.IconUploadingWps = exports.IconDataExternal = exports.IconZip = exports.IconUploadingTxt = exports.IconUnknownFile = exports.IconUploadingPng = exports.IconUploadingPdf = exports.IconUploadingPpt = exports.IconUploadingDoc = exports.IconUploadingMd = exports.IconUploadingXlsx = exports.IconUploadingOfd = exports.IconUploadingJson = exports.IconUploadingCsv = exports.IconUploadingHtml = exports.IconWorkflowNodeInput = exports.IconWorkflowUpwards = exports.IconWorkflowDownward = exports.IconPluginListed = exports.IconPluginChoose = exports.IconPluginListedAdd = exports.IconTreeAbnormal = exports.IconTreeSuccess = exports.IconTreeFailure = exports.IconAgentCenterAnswer = exports.IconStop1 = exports.IconTreeAgent = exports.IconTreeQA = exports.IconAgentMicrophoneClose = exports.IconAgentVoiceInteraction = exports.IconAgentMicrophone = exports.IconAgentVoiceSwitch = exports.IconAgentVoiceAnswer = exports.IconAgentVoiceHangup = exports.IconAgentInputKeyboard = exports.IconAgentVoiceExit = exports.IconAgentSubtitlesOff = exports.IconAgentVoiceInterruptionTurnon = exports.IconAgentSubtitlesOn = exports.IconAgentVoiceInterruptionTurnoff = exports.IconWhiteList = exports.IconAnonymousAccess = exports.IconPermission = exports.IconWorkflowNode = exports.IconExtendedContext = exports.IconBarChart = exports.IconCircularGraph = exports.IconAgentFile = exports.IconTreeKnowledgeRetrieval = exports.IconTreeAgentInvocation = exports.IconTreeMetadataFiltering = exports.IconTreeDatabasePermission = exports.IconTreeContentAudit = exports.IconTreeRankModel = exports.IconTreeSafetyAudit = exports.IconTreeSQL = exports.IconTreePluginInvocation = exports.IconTreeEmbeddingModel = exports.IconTreeKnowledgePermission = exports.IconWebsdk = exports.IconMCPAgentPublish = exports.IconAgentSend = exports.IconImageUnderstanding1 = exports.IconPositioningChart = exports.IconDataEnhance = exports.IconDataAnnotation = exports.IconDataClean = exports.IconUploadVideo1 = exports.IconUploadImage1 = exports.IconDiagramCracking = exports.IconCalendar1 = exports.IconMagic = exports.IconUnconstraint = exports.IconConstraint = exports.IconImageUpload = exports.IconAiImageActive = exports.IconAiVideoDefault = exports.IconAiVideoActive = exports.IconAiImageDefault = exports.IconAiVideo = exports.IconUpgradeEngine = exports.IconAscent = exports.IconNvidia = exports.IconVisualModel = exports.IconText2video = exports.IconText2image = exports.IconImage2video = exports.IconMinimumQueue = exports.IconAgentWebService = exports.IconAgentDeploymentPackage = exports.IconAgentPublishApi = exports.IconAgentPublishEnterpriseWechat = exports.IconAgentPublishWeChat = exports.IconAgentPublishOthers = exports.IconAgentChannel = exports.IconAgentHistory = exports.IconAgentImport = exports.IconVariableAssignment = exports.IconAPIDatasource = exports.IconAPI = exports.IconInvokeMemoryDel = exports.IconUserVariable = exports.IconParallel = exports.IconMoreVertical1 = exports.IconExportRecord = exports.IconPublishVersion = exports.IconRunConfiguration = exports.IconArrowDownward = exports.IconArrowUpwards = exports.IconCustomApplication = exports.IconWkfOptimization = exports.IconWkfTemplate = exports.IconStarColor = exports.IconModelWarehouseDetail = exports.IconDistribution = exports.IconCheckboxList = exports.IconDatasetsReflux = exports.IconDataProcessing = exports.IconCardSurface = exports.IconCardLine = exports.IconKnowledgeWriting = exports.IconInformationCollection = exports.IconUnpin = exports.IconRename = exports.IconPin = exports.IconBatchMovement = exports.IconAsynchronousOperation = exports.IconParameterSetting = exports.IconFolderClose = exports.IconFolderOpen = exports.IconObs = exports.IconDataSetBos = exports.IconDataSetDetail = exports.IconDataSetBlue = exports.IconRm = exports.IconSmoothUpdate = exports.IconSingleMachine = exports.IconStopUpdate = exports.IconRl = exports.IconContinuePretrain = exports.IconAddMaas = exports.IconMemoryWebapp = exports.IconBatchProcessing = exports.IconUnfold2 = exports.IconOutput = exports.IconWebEmb = exports.IconThreatAttribution = exports.IconProtection = exports.IconShield = exports.IconCommentApply = exports.IconWflHttp = exports.IconVariableAggregation = exports.IconWfMemory = exports.IconFunctionCall = exports.IconImageAi = exports.IconSystemPresetting = exports.IconManagementBackEnd = exports.IconModelServiceC = exports.IconModelFile = exports.IconVectorModel = exports.IconLanguageModel = exports.IconSortingModel = exports.IconMenteor = exports.IconNist = exports.IconBleu = exports.IconImageUnderstanding = exports.IconArrangeMemory = exports.IconCaretDown = exports.IconAddVersion = exports.IconWflSetVariable = exports.IconAgtDebug = exports.IconSessionFlow = exports.IconDataDataset = exports.IconModelAppliction = exports.IconModelWarehouse = exports.IconShare = exports.IconTrialOperation = exports.IconColumnConfiguration1 = exports.IconMessageFill = exports.IconCardCollectionLinearity = exports.IconAgentQuote = exports.IconCardCollectionSurface = exports.IconAgentUse = exports.IconAgentDialogue = exports.IconOfficialV = exports.IconTokenQuantity = exports.IconClosure = exports.IconPackaging = exports.IconRerank = exports.IconEn = exports.IconTraditionalChinese = exports.IconSimplifiedChinese = exports.IconGeneralSuccessHighSaturation = exports.IconCopyLine = exports.IconCollect2 = exports.IconAddGroup = exports.IconRouge1 = exports.IconRougeL = exports.IconRouge2 = exports.IconF1 = exports.IconAccuracy = exports.IconTemplate1 = exports.IconNoRule = exports.IconJavascript = exports.IconUserTemplate = exports.IconKnowledgeLeft = exports.IconKnowledgeRight = exports.IconKnowledgeAddto = exports.IconKnowledgeMinus = exports.IconGroup = exports.IconOtherAlarm = exports.IconCardInfo = exports.Icon404ErrorHighSaturation = exports.Icon403ErrorLowSaturation = exports.IconNetworkErrorLowSaturation = exports.IconNoPermissionSimplified = exports.IconNetworkErrorHighSaturation = exports.IconSearchNullSimplified = exports.Icon404ErrorLowSaturation = exports.IconNoPicHighSaturation = exports.IconNoDataSimplified = exports.IconNoContentHighSaturation = exports.IconNoChartLowSaturation = exports.IconNoPermissionHighSaturation = exports.Icon403ErrorHighSaturation = exports.IconNoDataHighSaturation = exports.IconNoChartHighSaturation = exports.IconErrorTypeSimplified = exports.IconNoContentLowSaturation = exports.IconNoPermissionLowSaturation = exports.IconNoPicLowSaturation = exports.IconNetWorkErrorSimplified = exports.IconNoContentSimplified = exports.IconSearchNullHighSaturation = exports.IconNewWindow = exports.IconCheckTriangleFill = exports.IconCheckCircleFilled = exports.IconCheckCircleBlue = exports.IconCloseCircleFill = exports.IconClockCircleFill = exports.IconInfoCircleFill = exports.IconCancelingInProgress = exports.IconLoading = exports.IconMinusCircleFillGrey = exports.IconRollbackingInProgress = exports.IconSound = exports.IconDrawerFold = exports.IconDocumentFeedback = exports.IconEditFilled = exports.IconDrawerExpand = exports.IconIconNewWindow = exports.IconCaretDownRed = exports.IconHeart = exports.IconSync = exports.IconMoreFilter = exports.IconCaretRight = exports.IconGitMerge = exports.IconCaretLeft = exports.IconCheck = exports.IconRetry = exports.IconFolder = exports.IconImportRecord = exports.IconClipboardError = exports.IconPen = exports.IconPdfFile = exports.IconArrowRise = exports.IconDocument = exports.IconDrawer = exports.IconProfitModelAlt = exports.IconPromise = exports.IconRiskWarning = exports.IconArrowFall = exports.IconRecordStop = exports.IconHorseToy = exports.IconKey = exports.IconFencing = exports.IconLoudspeaker = exports.IconHurricane = exports.IconReadingList = exports.IconEncryptedDocument = exports.IconComprehensiveEvaluation = exports.IconPlan = exports.IconTextAlt = exports.IconResign = exports.IconBlockStorage = exports.IconImageEditing = exports.IconBlock = exports.IconSubordinates = exports.IconHierarchy = exports.IconCloudEngine = exports.IconArrowFallSquare = exports.IconFlowControl = exports.IconArrowRiseSquare = exports.IconSwipe = exports.IconLoadBalancing = exports.IconDevProcess = exports.IconClean = exports.IconBlockchain = exports.IconDistributionConfig = exports.IconAnalysis = exports.IconWifiSecurity = exports.IconPinFill = exports.IconUpdate = exports.IconAntiViolence = exports.IconPlayFill = exports.IconMonitorFill = exports.IconMinusCircleFill = exports.IconExclamationCircle = exports.IconSortAlt = exports.IconPlusCircle = exports.IconLink = exports.IconSwapAlt = exports.IconSwap = exports.IconEyeInvisible = exports.IconInvisible = exports.IconNotificationOff = exports.IconEye = exports.IconUserGroup = exports.IconEllipse = exports.IconDoneAlt = exports.IconDetails = exports.IconMindMapping = exports.IconAttachment = exports.IconQuestionMarkCircle = exports.IconUnorderedList = exports.IconMenuUnfold = exports.IconMenuFold = exports.IconDescendingSorting = exports.IconQuestionCircle = exports.IconBrush = exports.IconUndo = exports.IconRedo = exports.IconAddUser = exports.IconErrorFill = exports.IconInfoCircle = exports.IconMinus = exports.IconRise = exports.IconSuccessFill = exports.IconWarningFill = exports.IconUpload = exports.IconFilter = exports.IconDragDotVertical = exports.IconSearch = exports.IconDrop = exports.IconUploadCloud = exports.IconDeleteFill = exports.IconDown = exports.IconLeft = exports.IconUp = exports.IconRight = exports.IconStar = exports.IconAlbum = exports.IconCreateFile = exports.IconModel1 = exports.IconTechnology = exports.IconMd = exports.IconMix = exports.IconImage = exports.IconText1 = exports.IconDoc1 = exports.IconMultiple = exports.IconColumnConfiguration = exports.IconPython = exports.IconNotRegex = exports.IconSelectAll = exports.IconFrame = exports.IconCustom = exports.IconRegex = exports.IconIContains = exports.IconNotIContains = exports.IconNotEquals = exports.IconContains = exports.IconFlagAlt = exports.IconNotContains = exports.IconEquals = exports.IconImportFileList = exports.IconImportFile = exports.IconUploadDefaut = exports.IconUploadActive = exports.IconUndeliver = exports.IconImportDefault = exports.IconRecording = exports.IconDeleteLine = exports.IconPreview = exports.IconConfiguration = exports.IconMergePd = exports.IconDataTableBlock = exports.IconShortcutInstructions = exports.IconVoiceai = exports.IconMenuAgent = exports.IconMenuWorkflow = exports.IconMenuPrompt = exports.IconMenuDatabase = exports.IconMenuPlugin = exports.IconMenuConversation = exports.IconCodeUn = exports.IconLoginFailure = exports.IconNoOntology = exports.IconDownload = exports.IconRadiationPoint = exports.IconNode400 = exports.IconCirclePoint = exports.IconLine = exports.IconScatterPoint = exports.IconArrowRight = exports.IconBlowUp = exports.IconPlus = exports.IconWorkflowMinification = exports.IconArrayPoint = exports.IconMergeGraph = exports.IconUploadingError = exports.IconSetting = exports.IconSelect = exports.IconAuth = exports.IconClearHistory = exports.IconEarth = exports.IconExport = exports.IconClose = exports.IconClockCircle = exports.IconArrowRightCorner = exports.IconRefresh = exports.IconFairyStick = exports.IconMode = exports.IconDeleteKv = exports.IconOrientation = exports.IconEnable = exports.IconUploadingDown = exports.IconOverviewRefresh = exports.IconEnumeration = exports.IconText = exports.IconStop = exports.IconExportBold = exports.IconConfig = exports.IconVoiceClose = exports.IconVoiceOpen = exports.IconCodeTesting = exports.IconKnowledge = exports.IconPublish = exports.IconHomeAt = exports.IconSkip = exports.IconIde = exports.IconCode = exports.IconSwitchover = exports.IconDrag = exports.IconUnfold = exports.IconParagraph = exports.IconHand = exports.IconVariable = exports.IconOverviewKey = exports.IconInfo = exports.IconEdit = exports.IconWorkflowFullscreen = exports.IconLocation = exports.IconWrapper = exports.IconOverviewPreview = exports.IconOptimalLayout = exports.IconAgent = exports.IconPublishedAgent = exports.IconDatabase = exports.IconControlled25D = exports.IconUnlock25D = exports.IconToolsWorkflow = exports.IconWorkflowStart = exports.IconBreak = exports.IconSso = exports.IconDataNode = exports.IconEvent = exports.IconMessageNodes = exports.IconWfTerminologyBank = exports.IconTimer = exports.IconIIntentionRecognition = exports.IconExclamationCircleFill = exports.IconCycleVertices = exports.IconTerminologyBank = exports.IconKnowledgeGraph = exports.IconLLMopsLogo = exports.IconPlatformManagement = exports.IconAccountCenter = exports.IconWorkflowDebug = exports.IconEarthGlobal = exports.IconResourceAdministration = exports.IconRunningProcess = exports.IconLessee = exports.IconRoleManagement = exports.IconDisplaySetup = exports.IconSkill = exports.IconLineChart = exports.IconSecuritySettings = exports.IconTpc = exports.IconOperate = exports.IconOperationalAudit = exports.IconOverlapRectConfig = exports.IconClipboardFill = exports.IconPromptFile = exports.IconRun = exports.IconTakeover = exports.IconProjectFill = exports.IconChartFill = exports.IconConversation = exports.IconWorkspaceSetting = exports.IconHistory = exports.IconOtherTool = exports.IconRemove = exports.IconSend = exports.IconVoice3 = exports.IconQA = exports.IconModelManagement = exports.IconDelete = exports.IconApplicationApproval = exports.IconOtherTag = exports.IconWorkspaceManagement = exports.IconLicence = exports.IconArchive = exports.IconDialogueSuggestion = exports.IconPublishAreality = exports.IconPromptAssessment = exports.IconPicturePlaceholder = exports.IconPersonalSpace = exports.IconQuote = exports.IconRemarks = exports.IconDebug = exports.IconStopRecordingFill = exports.IconEditAreality = exports.IconIntelligentVideoServiceP = exports.IconFlowChoreography = exports.IconEmptyFile = exports.IconUser = exports.IconBasicEdition = exports.IconBadAreality = exports.IconCopyAreality = exports.IconKnowledgeBase = exports.IconLocalUpload = exports.IconOverview = exports.IconExcellentAreality = exports.IconOverviewCreationTime = exports.IconArrange = exports.IconAIPAccess = exports.IconDoc = exports.IconPlugin = exports.IconModelDefault = exports.IconSettings = exports.IconGoodjob = exports.IconDataXls = exports.IconHiagent = exports.IconUserinput = exports.IconAdvancedReview = exports.IconFeishu = exports.IconInfoColor = exports.IconFileCloudStorage = exports.IconClockCircleGreyFill = exports.IconNewAgent = exports.IconHomebotC = exports.IconWorkflowWorkflow = exports.IconRunningInProgress = exports.IconCheckCircleFill = exports.IconAppSecurityDialogue = exports.IconModelHighlight = exports.IconAppKnowledge = exports.IconAppTools = exports.IconExclamationCircleRedFill = exports.IconAppWorkflow = exports.IconOverviewAPI = exports.IconAppVariable = exports.IconWorkflowEnd = exports.IconOverviewWeb = exports.IconKnowledgeWorkflow = exports.IconSelected = exports.IconKnowledgeNodata = exports.IconSearchWithoutData = exports.IconNodata = exports.IconPlugInNodata = exports.IconAgentNodata = exports.IconWorkflowNodata = void 0;
|
|
29
|
+
exports.IconInferenceEngine = exports.IconLog = exports.IconXMind = exports.IconDiamond = exports.IconA2A = exports.IconAiGenerateVariationSpark = exports.IconAiSummary = exports.IconGenerating = exports.IconTrajectoryQa = exports.IconWeworkBot = exports.IconTrajectory = exports.IconWorkflowGraph = exports.IconKit = exports.IconRuntimeConfiguration = exports.IconEnVariable = exports.IconYAML = exports.IconJinja = exports.IconScale = exports.IconLLM = exports.IconSkillCenter = exports.IconSkills2 = exports.IconCreateFile2 = exports.IconAddFolder2 = exports.IconJSONFormat = exports.IconExtractText = exports.IconSchema = exports.IconOperatingHistory = exports.IconLastRun = exports.IconAnnotation = exports.IconNextStep = exports.IconLastStep = exports.IconOptimizeLayout = exports.IconTouchpadMouseWorkflow = exports.IconTouchpadModeWorkflow = exports.IconBuildCommunity = exports.IconWorkflowCondition = exports.IconWorkflowCode = exports.IconModelTraining = exports.IconBasicDatabase = exports.IconGraphTriplet = exports.IconGraphFoldingPanel = exports.IconGraphLWindow = exports.IconGraphNode = exports.IconGraphThumbnail = exports.IconGraphSchema = exports.IconGraphConsolidatedEntity = exports.IconGraphSWindow = exports.IconReport2 = exports.IconIntelligentSynthesis = exports.IconBailian = exports.IconVolcengine = exports.IconOpenai = exports.IconServiceRouting = exports.IconNewWindow1 = exports.IconSpecifiedResource = exports.IconSelfBuiltResources = exports.IconNewNoService = exports.IconNewNoData = exports.IconNewGeneralDefault = exports.IconTabelNodata = exports.IconMermaidClose = exports.IconSkills = exports.IconTimeout = exports.IconGuarantee = exports.IconVoicecallCancel = exports.IconVoicecallConfirm = exports.IconAddAgentEval = exports.IconMermaidScale = exports.IconMermaidCopy = exports.IconMermaidShrink = exports.IconMermaidMagnify = exports.IconMermaidDownload = exports.IconMermaidFull = exports.IconSafeTag = exports.IconEvalOnline = exports.IconEvalOffline = exports.IconUserLine = exports.IconAdministratorLine = exports.IconMultimodalLoading = exports.IconTextProcessing = exports.IconSankeyDiagram = exports.IconTerminology = exports.IconAgentproFollow = exports.IconUploadFile = exports.IconUploadRadio = exports.IconKnowledgeBoard = exports.IconIndicatorMonitoring = exports.IconLoading2 = exports.IconQAExtract = exports.IconMore = exports.IconKnowledgeDataSynchronization = exports.IconKnowledgeChartTable = exports.IconTreeTerminologySearch = exports.IconTreeQASearch = exports.IconWorkflowKnowledgeRetrieval = exports.IconCompletedComparison = exports.IconPDSeparation = exports.IconRise2 = exports.IconComparison = exports.IconDecline2 = exports.IconAutomaticOptimization = exports.IconPromptWordTemplate = exports.IconGeneratedDocument = exports.IconTreeObject = exports.IconTreeRules = exports.IconDiagramCracking2 = exports.IconTaskCompleted = exports.IconFullscreenExit = exports.IconEmpty = exports.IconTag = exports.IconRotateLeft = exports.IconWorkflowChecklist = exports.IconDataInsight = exports.IconMenuIndicators = exports.IconMenuEvaluationSet = exports.IconDataOnlineTagging = exports.IconMenuHiagent = exports.IconModelGallery = exports.IconThumbDown = exports.IconZoomOut = exports.IconZoomIn = exports.IconMinusCircle = exports.IconThumbUp = exports.IconArrowDown = exports.IconCalendarClock = exports.IconCloseCircle = exports.IconCopy = exports.IconLaunch = exports.IconMenu = exports.IconMessage = exports.IconDataProduction = exports.IconTransform1 = exports.IconAgentChatStop = exports.IconDebugging = exports.IconResultEvaluation = exports.IconTraceText = exports.IconTraceRaw = exports.IconAgentpro = exports.IconAgentproStop = exports.IconTaskDone = exports.IconArtifactsBrowse = exports.IconAgentproReportDownload = exports.IconArtifactsCode = exports.IconAgentproFileList = exports.IconArtifactsKnowledge = exports.IconAgentproConfiguration = exports.IconArtifactsOther = exports.IconArtifactsShell = exports.IconArtifactsSearch = exports.IconArtifactsFile = exports.IconArtifactsPic = exports.IconVideoAgentKnowledge = exports.IconSpeaker = exports.IconExperienceCenter = exports.IconLinkArrowSmall = exports.IconSavedConditions = exports.IconSaveButton = exports.IconText2video1 = exports.IconVolume = exports.IconFullscreen = exports.IconVideoTag = exports.IconMoonshot = exports.IconBGE = exports.IconQwen = exports.IconGPT35 = exports.IconGPT4 = exports.IconDoubao = exports.IconGoogleGemini = exports.IconDeepseek = exports.IconAWS = exports.IconClaude = exports.IconReleaseManagement = exports.IconDataProcessing1 = exports.IconModelExperienceCenter = exports.IconObservationIntegration = exports.IconModelOptimization = exports.IconComputingManagement = exports.IconMenuObservation = exports.IconMenuAgentCenter = exports.IconMenuEvaluation = exports.IconMenuTask = exports.IconModelService = exports.IconMenuPluginCenter = exports.IconMenuKnowledge = exports.IconImportMusic = exports.IconFastForward30 = exports.IconReturnNow15 = exports.IconVideoNext = exports.IconVideoPlay = exports.IconPrevious = exports.IconPause = exports.IconLowVolume = exports.IconSilence = exports.IconLoudVolume = exports.IconFull = exports.IconShrink = exports.IconPiplconExit = exports.IconPiplcon = exports.IconPieChartNodata = exports.IconLineGraphNodata = exports.IconHorizontalBarChartNodata = exports.IconVerticalBarChartNodata = exports.IconProcessEvaluation = exports.IconModelVoice = exports.IconSpeech2text = exports.IconMultiTimbre = exports.IconMultiLanguage = exports.IconText2speech = exports.IconFirstTokensCost = exports.IconNodeSuccessfullyInvoked = exports.IconFirstCharacterReplyTakesTime = exports.IconNodeInvocation = exports.IconSingleDialogueTimeConsuming = exports.IconNodeTimeConsumption = exports.IconTokenConsumption = exports.IconUploadingLarkbitable = exports.IconVideoRewind10s = exports.IconVideoFastForward10s = exports.IconAudioPlay = exports.IconAudioCycle = exports.IconAudioPause = exports.IconRemoveColor = exports.IconWorkflowVidMatching = exports.IconKnowledgePic = exports.IconRegionFolding = exports.IconSimilarityQuestion = exports.IconDataTransform = exports.IconPluginLocal = exports.IconPluginRemote = exports.IconPluginCloudDeployment = exports.IconAgentThinkingLanguage = exports.IconJapanese = exports.IconLock1 = exports.IconTreeModelVideoGenerationCanc = exports.IconTreeModelVideoGenerationComp = exports.IconTreeModelVideoGeneration = exports.IconOpen = exports.IconInstallationPackage = exports.IconRocket = exports.IconMemoryEmbedding = exports.IconAgentFeedbackIgnore = exports.IconTreeModelImageGeneration = exports.IconSystemCodePackage = exports.IconSystemNetworkControl = exports.IconSystemVoice = exports.IconSystemTimeout = exports.IconSystemAnnouncement = exports.IconSystemLimitations = exports.IconAgentFileConfiguration = exports.IconAudio = exports.IconVideo = exports.IconAgentFileSettings = exports.IconAgentFilesSettings = exports.IconImageEmbedding = exports.IconWorkflowImageGeneration = exports.IconBasicList = exports.IconTable = exports.IconTime = exports.IconWorkflow169 = exports.IconWorkflowFreedom = exports.IconWorkflow32 = exports.IconWorkflow219 = exports.IconWorkflow34 = exports.IconWorkflow11 = exports.IconWorkflow43 = exports.IconWorkflow23 = exports.IconWorkflow916 = exports.IconWorkflow32500 = exports.IconWorkflow219500 = exports.IconWorkflow34500 = exports.IconWorkflow23500 = exports.IconWorkflow43500 = exports.IconWorkflow916500 = exports.IconWorkflow169500 = exports.IconWorkflow11500 = exports.IconWorkflowFreedom500 = exports.IconTreeTrigger = exports.IconKnowledgeFluctuation = exports.IconWorkflowConditions = exports.IconHead2tailFrame = exports.IconImage2image = exports.IconFirstFrame = exports.IconPromptCreateCopy = exports.IconPromptDefault = exports.IconPromptGeneralStructure = exports.IconPromptRolePlaying = exports.IconPromptHallucinationCorrection = exports.IconPromptTaskExecution = exports.IconPromptKnowledgeAnswer = exports.IconPromptSkillInvocation = exports.IconPromptWrittenOptimization = exports.IconPromptReasoningThinking = exports.IconPromptMeeting = exports.IconPromptContentExpansion = exports.IconPromptInterviewQuestions = exports.IconPromptJinja = exports.IconPromptGeneral = exports.IconUploadingLarkdocx = exports.IconUploadingLarksheet = exports.IconUploadingWps = exports.IconDataExternal = exports.IconZip = exports.IconUploadingTxt = exports.IconUnknownFile = exports.IconUploadingPng = exports.IconUploadingPdf = exports.IconUploadingPpt = exports.IconUploadingDoc = exports.IconUploadingMd = exports.IconUploadingXlsx = exports.IconUploadingOfd = exports.IconUploadingJson = exports.IconUploadingCsv = exports.IconUploadingHtml = exports.IconWorkflowNodeInput = exports.IconWorkflowUpwards = exports.IconWorkflowDownward = exports.IconPluginListed = exports.IconPluginChoose = exports.IconPluginListedAdd = exports.IconTreeAbnormal = exports.IconTreeSuccess = exports.IconTreeFailure = exports.IconAgentCenterAnswer = exports.IconStop1 = exports.IconTreeAgent = exports.IconTreeQA = exports.IconAgentMicrophoneClose = exports.IconAgentVoiceInteraction = exports.IconAgentMicrophone = exports.IconAgentVoiceSwitch = exports.IconAgentVoiceAnswer = exports.IconAgentVoiceHangup = exports.IconAgentInputKeyboard = exports.IconAgentVoiceExit = exports.IconAgentSubtitlesOff = exports.IconAgentVoiceInterruptionTurnon = exports.IconAgentSubtitlesOn = exports.IconAgentVoiceInterruptionTurnoff = exports.IconWhiteList = exports.IconAnonymousAccess = exports.IconPermission = exports.IconWorkflowNode = exports.IconExtendedContext = exports.IconBarChart = exports.IconCircularGraph = exports.IconAgentFile = exports.IconTreeKnowledgeRetrieval = exports.IconTreeAgentInvocation = exports.IconTreeMetadataFiltering = exports.IconTreeDatabasePermission = exports.IconTreeContentAudit = exports.IconTreeRankModel = exports.IconTreeSafetyAudit = exports.IconTreeSQL = exports.IconTreePluginInvocation = exports.IconTreeEmbeddingModel = exports.IconTreeKnowledgePermission = exports.IconWebsdk = exports.IconMCPAgentPublish = exports.IconAgentSend = exports.IconImageUnderstanding1 = exports.IconPositioningChart = exports.IconDataEnhance = exports.IconDataAnnotation = exports.IconDataClean = exports.IconUploadVideo1 = exports.IconUploadImage1 = exports.IconDiagramCracking = exports.IconCalendar1 = exports.IconMagic = exports.IconUnconstraint = exports.IconConstraint = exports.IconImageUpload = exports.IconAiImageActive = exports.IconAiVideoDefault = exports.IconAiVideoActive = exports.IconAiImageDefault = exports.IconAiVideo = exports.IconUpgradeEngine = exports.IconAscent = exports.IconNvidia = exports.IconVisualModel = exports.IconText2video = exports.IconText2image = exports.IconImage2video = exports.IconMinimumQueue = exports.IconAgentWebService = exports.IconAgentDeploymentPackage = exports.IconAgentPublishApi = exports.IconAgentPublishEnterpriseWechat = exports.IconAgentPublishWeChat = exports.IconAgentPublishOthers = exports.IconAgentChannel = exports.IconAgentHistory = exports.IconAgentImport = exports.IconVariableAssignment = exports.IconAPIDatasource = exports.IconAPI = exports.IconInvokeMemoryDel = exports.IconUserVariable = exports.IconParallel = exports.IconMoreVertical1 = exports.IconExportRecord = exports.IconPublishVersion = exports.IconRunConfiguration = exports.IconArrowDownward = exports.IconArrowUpwards = exports.IconCustomApplication = exports.IconWkfOptimization = exports.IconWkfTemplate = exports.IconStarColor = exports.IconModelWarehouseDetail = exports.IconDistribution = exports.IconCheckboxList = exports.IconDatasetsReflux = exports.IconDataProcessing = exports.IconCardSurface = exports.IconCardLine = exports.IconKnowledgeWriting = exports.IconInformationCollection = exports.IconUnpin = exports.IconRename = exports.IconPin = exports.IconBatchMovement = exports.IconAsynchronousOperation = exports.IconParameterSetting = exports.IconFolderClose = exports.IconFolderOpen = exports.IconObs = exports.IconDataSetBos = exports.IconDataSetDetail = exports.IconDataSetBlue = exports.IconRm = exports.IconSmoothUpdate = exports.IconSingleMachine = exports.IconStopUpdate = exports.IconRl = exports.IconContinuePretrain = exports.IconAddMaas = exports.IconMemoryWebapp = exports.IconBatchProcessing = exports.IconUnfold2 = exports.IconOutput = exports.IconWebEmb = exports.IconThreatAttribution = exports.IconProtection = exports.IconShield = exports.IconCommentApply = exports.IconWflHttp = exports.IconVariableAggregation = exports.IconWfMemory = exports.IconFunctionCall = exports.IconImageAi = exports.IconSystemPresetting = exports.IconManagementBackEnd = exports.IconModelServiceC = exports.IconModelFile = exports.IconVectorModel = exports.IconLanguageModel = exports.IconSortingModel = exports.IconMenteor = exports.IconNist = exports.IconBleu = exports.IconImageUnderstanding = exports.IconArrangeMemory = exports.IconCaretDown = exports.IconAddVersion = exports.IconWflSetVariable = exports.IconAgtDebug = exports.IconSessionFlow = exports.IconDataDataset = exports.IconModelAppliction = exports.IconModelWarehouse = exports.IconShare = exports.IconTrialOperation = exports.IconColumnConfiguration1 = exports.IconMessageFill = exports.IconCardCollectionLinearity = exports.IconAgentQuote = exports.IconCardCollectionSurface = exports.IconAgentUse = exports.IconAgentDialogue = exports.IconOfficialV = exports.IconTokenQuantity = exports.IconClosure = exports.IconPackaging = exports.IconRerank = exports.IconEn = exports.IconTraditionalChinese = exports.IconSimplifiedChinese = exports.IconGeneralSuccessHighSaturation = exports.IconCopyLine = exports.IconCollect2 = exports.IconAddGroup = exports.IconRouge1 = exports.IconRougeL = exports.IconRouge2 = exports.IconF1 = exports.IconAccuracy = exports.IconTemplate1 = exports.IconNoRule = exports.IconJavascript = exports.IconUserTemplate = exports.IconKnowledgeLeft = exports.IconKnowledgeRight = exports.IconKnowledgeAddto = exports.IconKnowledgeMinus = exports.IconGroup = exports.IconOtherAlarm = exports.IconCardInfo = exports.Icon404ErrorHighSaturation = exports.Icon403ErrorLowSaturation = exports.IconNetworkErrorLowSaturation = exports.IconNoPermissionSimplified = exports.IconNetworkErrorHighSaturation = exports.IconSearchNullSimplified = exports.Icon404ErrorLowSaturation = exports.IconNoPicHighSaturation = exports.IconNoDataSimplified = exports.IconNoContentHighSaturation = exports.IconNoChartLowSaturation = exports.IconNoPermissionHighSaturation = exports.Icon403ErrorHighSaturation = exports.IconNoDataHighSaturation = exports.IconNoChartHighSaturation = exports.IconErrorTypeSimplified = exports.IconNoContentLowSaturation = exports.IconNoPermissionLowSaturation = exports.IconNoPicLowSaturation = exports.IconNetWorkErrorSimplified = exports.IconNoContentSimplified = exports.IconSearchNullHighSaturation = exports.IconNewWindow = exports.IconCheckTriangleFill = exports.IconCheckCircleFilled = exports.IconCheckCircleBlue = exports.IconCloseCircleFill = exports.IconClockCircleFill = exports.IconInfoCircleFill = exports.IconCancelingInProgress = exports.IconLoading = exports.IconMinusCircleFillGrey = exports.IconRollbackingInProgress = exports.IconSound = exports.IconDrawerFold = exports.IconDocumentFeedback = exports.IconEditFilled = exports.IconDrawerExpand = exports.IconIconNewWindow = exports.IconCaretDownRed = exports.IconHeart = exports.IconSync = exports.IconMoreFilter = exports.IconCaretRight = exports.IconGitMerge = exports.IconCaretLeft = exports.IconCheck = exports.IconRetry = exports.IconFolder = exports.IconImportRecord = exports.IconClipboardError = exports.IconPen = exports.IconPdfFile = exports.IconArrowRise = exports.IconDocument = exports.IconDrawer = exports.IconProfitModelAlt = exports.IconPromise = exports.IconRiskWarning = exports.IconArrowFall = exports.IconRecordStop = exports.IconHorseToy = exports.IconKey = exports.IconFencing = exports.IconLoudspeaker = exports.IconHurricane = exports.IconReadingList = exports.IconEncryptedDocument = exports.IconComprehensiveEvaluation = exports.IconPlan = exports.IconTextAlt = exports.IconResign = exports.IconBlockStorage = exports.IconImageEditing = exports.IconBlock = exports.IconSubordinates = exports.IconHierarchy = exports.IconCloudEngine = exports.IconArrowFallSquare = exports.IconFlowControl = exports.IconArrowRiseSquare = exports.IconSwipe = exports.IconLoadBalancing = exports.IconDevProcess = exports.IconClean = exports.IconBlockchain = exports.IconDistributionConfig = exports.IconAnalysis = exports.IconWifiSecurity = exports.IconPinFill = exports.IconUpdate = exports.IconAntiViolence = exports.IconPlayFill = exports.IconMonitorFill = exports.IconMinusCircleFill = exports.IconExclamationCircle = exports.IconSortAlt = exports.IconPlusCircle = exports.IconLink = exports.IconSwapAlt = exports.IconSwap = exports.IconEyeInvisible = exports.IconInvisible = exports.IconNotificationOff = exports.IconEye = exports.IconUserGroup = exports.IconEllipse = exports.IconDoneAlt = exports.IconDetails = exports.IconMindMapping = exports.IconAttachment = exports.IconQuestionMarkCircle = exports.IconUnorderedList = exports.IconMenuUnfold = exports.IconMenuFold = exports.IconDescendingSorting = exports.IconQuestionCircle = exports.IconBrush = exports.IconUndo = exports.IconRedo = exports.IconAddUser = exports.IconErrorFill = exports.IconInfoCircle = exports.IconMinus = exports.IconRise = exports.IconSuccessFill = exports.IconWarningFill = exports.IconUpload = exports.IconFilter = exports.IconDragDotVertical = exports.IconSearch = exports.IconDrop = exports.IconUploadCloud = exports.IconDeleteFill = exports.IconDown = exports.IconLeft = exports.IconUp = exports.IconRight = exports.IconStar = exports.IconAlbum = exports.IconCreateFile = exports.IconModel1 = exports.IconTechnology = exports.IconMd = exports.IconMix = exports.IconImage = exports.IconText1 = exports.IconDoc1 = exports.IconMultiple = exports.IconColumnConfiguration = exports.IconPython = exports.IconNotRegex = exports.IconSelectAll = exports.IconFrame = exports.IconCustom = exports.IconRegex = exports.IconIContains = exports.IconNotIContains = exports.IconNotEquals = exports.IconContains = exports.IconFlagAlt = exports.IconNotContains = exports.IconEquals = exports.IconImportFileList = exports.IconImportFile = exports.IconUploadDefaut = exports.IconUploadActive = exports.IconUndeliver = exports.IconImportDefault = exports.IconRecording = exports.IconDeleteLine = exports.IconPreview = exports.IconConfiguration = exports.IconMergePd = exports.IconDataTableBlock = exports.IconShortcutInstructions = exports.IconVoiceai = exports.IconMenuAgent = exports.IconMenuWorkflow = exports.IconMenuPrompt = exports.IconMenuDatabase = exports.IconMenuPlugin = exports.IconMenuConversation = exports.IconCodeUn = exports.IconLoginFailure = exports.IconNoOntology = exports.IconDownload = exports.IconRadiationPoint = exports.IconNode400 = exports.IconCirclePoint = exports.IconLine = exports.IconScatterPoint = exports.IconArrowRight = exports.IconBlowUp = exports.IconPlus = exports.IconWorkflowMinification = exports.IconArrayPoint = exports.IconMergeGraph = exports.IconUploadingError = exports.IconSetting = exports.IconSelect = exports.IconAuth = exports.IconClearHistory = exports.IconEarth = exports.IconExport = exports.IconClose = exports.IconClockCircle = exports.IconArrowRightCorner = exports.IconRefresh = exports.IconFairyStick = exports.IconMode = exports.IconDeleteKv = exports.IconOrientation = exports.IconEnable = exports.IconUploadingDown = exports.IconOverviewRefresh = exports.IconEnumeration = exports.IconText = exports.IconStop = exports.IconExportBold = exports.IconConfig = exports.IconVoiceClose = exports.IconVoiceOpen = exports.IconCodeTesting = exports.IconKnowledge = exports.IconPublish = exports.IconHomeAt = exports.IconSkip = exports.IconIde = exports.IconCode = exports.IconSwitchover = exports.IconDrag = exports.IconUnfold = exports.IconParagraph = exports.IconHand = exports.IconVariable = exports.IconOverviewKey = exports.IconInfo = exports.IconEdit = exports.IconWorkflowFullscreen = exports.IconLocation = exports.IconWrapper = exports.IconOverviewPreview = exports.IconOptimalLayout = exports.IconAgent = exports.IconPublishedAgent = exports.IconDatabase = exports.IconControlled25D = exports.IconUnlock25D = exports.IconToolsWorkflow = exports.IconWorkflowStart = exports.IconBreak = exports.IconSso = exports.IconDataNode = exports.IconEvent = exports.IconMessageNodes = exports.IconWfTerminologyBank = exports.IconTimer = exports.IconIIntentionRecognition = exports.IconExclamationCircleFill = exports.IconCycleVertices = exports.IconTerminologyBank = exports.IconKnowledgeGraph = exports.IconLLMopsLogo = exports.IconPlatformManagement = exports.IconAccountCenter = exports.IconWorkflowDebug = exports.IconEarthGlobal = exports.IconResourceAdministration = exports.IconRunningProcess = exports.IconLessee = exports.IconRoleManagement = exports.IconDisplaySetup = exports.IconSkill = exports.IconLineChart = exports.IconSecuritySettings = exports.IconTpc = exports.IconOperate = exports.IconOperationalAudit = exports.IconOverlapRectConfig = exports.IconClipboardFill = exports.IconPromptFile = exports.IconRun = exports.IconTakeover = exports.IconProjectFill = exports.IconChartFill = exports.IconConversation = exports.IconWorkspaceSetting = exports.IconHistory = exports.IconOtherTool = exports.IconRemove = exports.IconSend = exports.IconVoice3 = exports.IconQA = exports.IconModelManagement = exports.IconDelete = exports.IconApplicationApproval = exports.IconOtherTag = exports.IconWorkspaceManagement = exports.IconLicence = exports.IconArchive = exports.IconDialogueSuggestion = exports.IconPublishAreality = exports.IconPromptAssessment = exports.IconPicturePlaceholder = exports.IconPersonalSpace = exports.IconQuote = exports.IconRemarks = exports.IconDebug = exports.IconStopRecordingFill = exports.IconEditAreality = exports.IconIntelligentVideoServiceP = exports.IconFlowChoreography = exports.IconEmptyFile = exports.IconUser = exports.IconBasicEdition = exports.IconBadAreality = exports.IconCopyAreality = exports.IconKnowledgeBase = exports.IconLocalUpload = exports.IconOverview = exports.IconExcellentAreality = exports.IconOverviewCreationTime = exports.IconArrange = exports.IconAIPAccess = exports.IconDoc = exports.IconPlugin = exports.IconModelDefault = exports.IconSettings = exports.IconGoodjob = exports.IconDataXls = exports.IconHiagent = exports.IconUserinput = exports.IconAdvancedReview = exports.IconFeishu = exports.IconInfoColor = exports.IconFileCloudStorage = exports.IconClockCircleGreyFill = exports.IconNewAgent = exports.IconHomebotC = exports.IconWorkflowWorkflow = exports.IconRunningInProgress = exports.IconCheckCircleFill = exports.IconAppSecurityDialogue = exports.IconModelHighlight = exports.IconAppKnowledge = exports.IconAppTools = exports.IconExclamationCircleRedFill = exports.IconAppWorkflow = exports.IconOverviewAPI = exports.IconAppVariable = exports.IconWorkflowEnd = exports.IconOverviewWeb = exports.IconKnowledgeWorkflow = exports.IconSelected = exports.IconKnowledgeNodata = exports.IconSearchWithoutData = exports.IconNodata = exports.IconPlugInNodata = exports.IconAgentNodata = exports.IconWorkflowNodata = void 0;
|
|
30
30
|
var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
|
|
31
31
|
Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
|
|
32
32
|
var IconAgentNodata_1 = require("./IconAgentNodata");
|
|
@@ -1769,5 +1769,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
1769
1769
|
Object.defineProperty(exports, "IconXMind", { enumerable: true, get: function () { return __importDefault(IconXMind_1).default; } });
|
|
1770
1770
|
var IconLog_1 = require("./IconLog");
|
|
1771
1771
|
Object.defineProperty(exports, "IconLog", { enumerable: true, get: function () { return __importDefault(IconLog_1).default; } });
|
|
1772
|
+
var IconInferenceEngine_1 = require("./IconInferenceEngine");
|
|
1773
|
+
Object.defineProperty(exports, "IconInferenceEngine", { enumerable: true, get: function () { return __importDefault(IconInferenceEngine_1).default; } });
|
|
1772
1774
|
__exportStar(require("./type"), exports);
|
|
1773
1775
|
});
|