@arco-iconbox/react-hiagent 0.2.61 → 0.2.63
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/IconEvalOffline/index.d.ts +4 -0
- package/cjs/IconEvalOffline/index.js +59 -0
- package/cjs/IconEvalOnline/index.d.ts +4 -0
- package/cjs/IconEvalOnline/index.js +59 -0
- package/cjs/IconSafeTag/index.d.ts +4 -0
- package/cjs/IconSafeTag/index.js +59 -0
- package/cjs/index.d.ts +3 -0
- package/cjs/index.js +7 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconEvalOffline/index.d.ts +4 -0
- package/esm/IconEvalOffline/index.js +34 -0
- package/esm/IconEvalOnline/index.d.ts +4 -0
- package/esm/IconEvalOnline/index.js +34 -0
- package/esm/IconSafeTag/index.d.ts +4 -0
- package/esm/IconSafeTag/index.js +34 -0
- package/esm/index.d.ts +3 -0
- package/esm/index.js +3 -0
- package/package.json +1 -1
- package/src/IconEvalOffline/index.tsx +15 -0
- package/src/IconEvalOnline/index.tsx +15 -0
- package/src/IconSafeTag/index.tsx +15 -0
- package/src/index.ts +3 -0
- package/umd/IconEvalOffline/index.d.ts +4 -0
- package/umd/IconEvalOffline/index.js +69 -0
- package/umd/IconEvalOnline/index.d.ts +4 -0
- package/umd/IconEvalOnline/index.js +69 -0
- package/umd/IconSafeTag/index.d.ts +4 -0
- package/umd/IconSafeTag/index.js +69 -0
- package/umd/index.d.ts +3 -0
- package/umd/index.js +8 -2
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconEvalOfflineComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
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"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-eval_offline").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 22 22", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M14.96 18.8979C15.5068 18.8979 15.95 19.3412 15.95 19.8879C15.95 20.4347 15.5068 20.8779 14.96 20.8779H7.15003C6.60327 20.8779 6.16003 20.4347 6.16003 19.8879C6.16003 19.3412 6.60327 18.8979 7.15003 18.8979H14.96ZM19.0153 2.19995C19.9873 2.19995 20.7753 2.98793 20.7753 3.95995V14.85C20.7753 15.822 19.9873 16.61 19.0153 16.61H2.95531C1.9833 16.61 1.19533 15.822 1.19531 14.85V3.95995C1.19531 2.98793 1.98329 2.19995 2.95531 2.19995H19.0153ZM10.8654 4.80794C10.2715 4.80794 9.79003 5.28944 9.79003 5.88334V9.78888C9.79003 9.80807 9.79054 9.82719 9.79153 9.84613C9.79052 9.86548 9.79003 9.88497 9.79003 9.90457C9.79004 10.5121 10.2825 11.0046 10.89 11.0046H16.06C16.6675 11.0046 17.16 10.5121 17.16 9.90457C17.16 9.29706 16.6675 8.80457 16.06 8.80457H11.9407V5.88334C11.9407 5.28945 11.4593 4.80796 10.8654 4.80794Z" }));
|
|
57
|
+
}
|
|
58
|
+
var IconEvalOffline = react_1.default.forwardRef(IconEvalOfflineComponent);
|
|
59
|
+
exports.default = IconEvalOffline;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconEvalOnlineComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
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"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-eval_online").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 22 22", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M20.1138 2.31006C20.4935 2.31006 20.8013 2.61787 20.8013 2.99756V16.7537C20.8013 17.1334 20.4935 17.4412 20.1138 17.4412L13.5264 17.4412L11.437 19.5323C11.1712 19.7984 10.7416 19.801 10.4724 19.5403L10.4643 19.5323L8.37496 17.4412H1.7876C1.41171 17.4412 1.10626 17.1395 1.1001 16.7651V2.99756C1.1001 2.61787 1.4079 2.31006 1.7876 2.31006H20.1138ZM9.11807 5.97837C8.73837 5.97837 8.43057 6.28617 8.43057 6.66587V13.0854L8.43065 13.0968C8.43673 13.4712 8.74218 13.7729 9.11807 13.7729C9.49776 13.7729 9.80557 13.4651 9.80557 13.0854V6.66584L9.80548 6.6545C9.7994 6.28003 9.49396 5.97837 9.11807 5.97837ZM5.45283 7.35394C5.07314 7.35394 4.76533 7.66175 4.76533 8.04144V11.7098L4.76542 11.7211C4.7715 12.0956 5.07694 12.3973 5.45283 12.3973C5.83253 12.3973 6.14033 12.0894 6.14033 11.7098V8.04147L6.14025 8.0301C6.13417 7.65565 5.82872 7.35394 5.45283 7.35394ZM16.4485 7.35394C16.0688 7.35394 15.761 7.66175 15.761 8.04144V11.7098L15.7611 11.7211C15.7672 12.0956 16.0726 12.3973 16.4485 12.3973C16.8282 12.3973 17.136 12.0894 17.136 11.7098V8.04147L17.1359 8.0301C17.1299 7.65565 16.8244 7.35394 16.4485 7.35394ZM12.7833 8.27103C12.4036 8.27103 12.0958 8.57883 12.0958 8.95853V10.7927L12.0959 10.8041C12.102 11.1785 12.4074 11.4802 12.7833 11.4802C13.163 11.4802 13.4708 11.1724 13.4708 10.7927V8.95855L13.4707 8.94716C13.4646 8.57269 13.1592 8.27103 12.7833 8.27103Z" }));
|
|
57
|
+
}
|
|
58
|
+
var IconEvalOnline = react_1.default.forwardRef(IconEvalOnlineComponent);
|
|
59
|
+
exports.default = IconEvalOnline;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconSafeTagComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
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"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-safe_tag").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M7.7334 1.00841C7.89707 0.936654 8.08334 0.936769 8.24707 1.00841L13.7295 3.40782C13.9625 3.50981 14.1133 3.74039 14.1133 3.99474C14.1131 4.73937 14.1123 6.24064 14.1123 6.49767C14.1122 9.15429 13.2337 10.8911 12.0879 12.3004C11.0498 13.5773 9.58899 14.5471 8.16211 15.0172C8.05011 15.0541 7.93041 15.0559 7.81836 15.0191C7.24785 14.8317 5.36882 14.1054 3.89355 12.2838C2.42576 10.4709 1.88871 8.70836 1.88867 6.36876C1.88867 6.05329 1.88824 5.55681 1.8877 5.04649C1.88731 4.68266 1.88694 4.31158 1.88672 3.99376C1.88657 3.73977 2.03697 3.50994 2.26953 3.40782L7.7334 1.00841ZM10.3828 5.89708C10.2579 5.7725 10.0556 5.77243 9.93066 5.89708L7.36719 8.46056L6.06934 7.1627C5.9444 7.03785 5.74218 7.03794 5.61719 7.1627L5.15137 7.62755C5.02642 7.75252 5.02645 7.95568 5.15137 8.08067L7.14062 10.0699C7.19881 10.1281 7.27444 10.1587 7.35059 10.1627C7.43795 10.1673 7.52697 10.1366 7.59375 10.0699L10.8486 6.81505C10.9733 6.69016 10.9732 6.48785 10.8486 6.3629L10.3828 5.89708Z" }));
|
|
57
|
+
}
|
|
58
|
+
var IconSafeTag = react_1.default.forwardRef(IconSafeTagComponent);
|
|
59
|
+
exports.default = IconSafeTag;
|
package/cjs/index.d.ts
CHANGED
|
@@ -805,4 +805,7 @@ export { default as IconTextProcessing } from './IconTextProcessing';
|
|
|
805
805
|
export { default as IconMultimodalLoading } from './IconMultimodalLoading';
|
|
806
806
|
export { default as IconAdministratorLine } from './IconAdministratorLine';
|
|
807
807
|
export { default as IconUserLine } from './IconUserLine';
|
|
808
|
+
export { default as IconEvalOffline } from './IconEvalOffline';
|
|
809
|
+
export { default as IconEvalOnline } from './IconEvalOnline';
|
|
810
|
+
export { default as IconSafeTag } from './IconSafeTag';
|
|
808
811
|
export * from './type';
|
package/cjs/index.js
CHANGED
|
@@ -33,7 +33,7 @@ exports.IconAgentThinkingLanguage = exports.IconJapanese = exports.IconLock1 = e
|
|
|
33
33
|
exports.IconModelService = exports.IconMenuPluginCenter = exports.IconMenuKnowledge = exports.IconTabelNodata = 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 = void 0;
|
|
34
34
|
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.IconTouchpadMouseWorkflow = exports.IconTouchpadModeWorkflow = 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 = void 0;
|
|
35
35
|
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 = void 0;
|
|
36
|
-
exports.IconUserLine = exports.IconAdministratorLine = exports.IconMultimodalLoading = exports.IconTextProcessing = exports.IconSankeyDiagram = exports.IconTerminology = exports.IconAgentproFollow = void 0;
|
|
36
|
+
exports.IconSafeTag = exports.IconEvalOnline = exports.IconEvalOffline = exports.IconUserLine = exports.IconAdministratorLine = exports.IconMultimodalLoading = exports.IconTextProcessing = exports.IconSankeyDiagram = exports.IconTerminology = exports.IconAgentproFollow = void 0;
|
|
37
37
|
var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
|
|
38
38
|
Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
|
|
39
39
|
var IconAgentNodata_1 = require("./IconAgentNodata");
|
|
@@ -1648,4 +1648,10 @@ var IconAdministratorLine_1 = require("./IconAdministratorLine");
|
|
|
1648
1648
|
Object.defineProperty(exports, "IconAdministratorLine", { enumerable: true, get: function () { return __importDefault(IconAdministratorLine_1).default; } });
|
|
1649
1649
|
var IconUserLine_1 = require("./IconUserLine");
|
|
1650
1650
|
Object.defineProperty(exports, "IconUserLine", { enumerable: true, get: function () { return __importDefault(IconUserLine_1).default; } });
|
|
1651
|
+
var IconEvalOffline_1 = require("./IconEvalOffline");
|
|
1652
|
+
Object.defineProperty(exports, "IconEvalOffline", { enumerable: true, get: function () { return __importDefault(IconEvalOffline_1).default; } });
|
|
1653
|
+
var IconEvalOnline_1 = require("./IconEvalOnline");
|
|
1654
|
+
Object.defineProperty(exports, "IconEvalOnline", { enumerable: true, get: function () { return __importDefault(IconEvalOnline_1).default; } });
|
|
1655
|
+
var IconSafeTag_1 = require("./IconSafeTag");
|
|
1656
|
+
Object.defineProperty(exports, "IconSafeTag", { enumerable: true, get: function () { return __importDefault(IconSafeTag_1).default; } });
|
|
1651
1657
|
__exportStar(require("./type"), exports);
|