@arco-iconbox/react-hiagent 0.2.65 → 0.2.67

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconAddAgentEval: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconAddAgentEval;
@@ -0,0 +1,63 @@
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 IconAddAgentEvalComponent(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-add_agent_eval").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 14 14", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
56
+ react_1.default.createElement("g", { clipPath: "url(#svg_0a3097b8a9__clip0_7655_50000)" },
57
+ react_1.default.createElement("path", { d: "M10.0259 8.83729C10.2031 8.8374 10.3459 8.98154 10.3459 9.15732V10.7611H11.9504C12.1276 10.7612 12.2704 10.906 12.2704 11.0818V11.724C12.2703 11.8089 12.2367 11.8903 12.1767 11.9503C12.1166 12.0103 12.0353 12.044 11.9504 12.0441H10.3467V13.6485C10.3467 13.7335 10.313 13.8154 10.2529 13.8755C10.1929 13.9354 10.1114 13.9692 10.0266 13.9693H9.38441C9.29947 13.9693 9.21754 13.9355 9.15746 13.8755C9.09737 13.8154 9.06367 13.7335 9.06367 13.6485V12.0441H7.4592C7.37422 12.0441 7.29233 12.0104 7.23224 11.9503C7.17229 11.8903 7.13855 11.8088 7.13845 11.724V11.0825C7.13845 10.9053 7.28332 10.7618 7.4592 10.7618H9.06367V9.15732C9.06368 8.98011 9.20854 8.83729 9.38441 8.83729H10.0259ZM7.02676 0.0281372C10.0789 0.0281761 11.6865 1.35779 12.2626 1.9827C12.5795 2.32672 12.7068 2.7331 12.7401 3.06881L13.2005 7.71395V7.71467C13.2048 7.75877 13.2083 7.80453 13.2098 7.85142L13.2141 7.99318C13.2145 8.00482 13.2147 8.01075 13.2148 8.01322C13.2681 8.37855 13.0261 8.72482 12.6599 8.79648C12.2824 8.8702 11.916 8.62415 11.8423 8.24662C11.8215 8.14004 11.8216 8.03981 11.8201 7.98244C11.8194 7.95587 11.8183 7.92856 11.8172 7.89509C11.8168 7.88219 11.816 7.86741 11.8144 7.85142L11.354 3.20628C11.3431 3.09669 11.3044 2.99841 11.238 2.92634C10.8767 2.53444 9.62286 1.42143 7.02676 1.42139C4.43088 1.4215 3.17752 2.53445 2.81621 2.92634C2.75038 2.99778 2.71199 3.09563 2.70094 3.20628L2.23915 7.85213C2.23826 7.86132 2.23765 7.87471 2.237 7.89509C2.23556 7.94035 2.23477 7.95847 2.23414 7.98244C2.23265 8.03915 2.23199 8.13951 2.21123 8.24591C2.17895 8.41114 2.16254 8.58079 2.16254 8.75281C2.1627 9.72249 2.69579 10.6097 3.57584 11.2579L3.78562 11.4033C4.28952 11.7331 4.88989 11.9883 5.55475 12.1429C5.92921 12.2301 6.1622 12.6046 6.07525 12.9791C5.98817 13.3538 5.61366 13.5874 5.23902 13.5003C4.31145 13.2847 3.45899 12.9016 2.74963 12.3791C1.6798 11.5911 0.875891 10.4283 0.779311 9.03489L0.769287 8.75281C0.769287 8.49961 0.794228 8.24997 0.840167 8.00606C0.840296 8.00294 0.839987 7.99873 0.840167 7.99318C0.840563 7.98089 0.841053 7.96593 0.841599 7.94521C0.842287 7.91919 0.843627 7.87703 0.844463 7.8507L0.853054 7.71467V7.71395L1.31485 3.06881C1.34811 2.73412 1.47409 2.32737 1.79168 1.9827C2.3676 1.35785 3.97457 0.0282515 7.02676 0.0281372ZM7.38331 2.14809C8.89989 2.23085 9.73665 2.82403 10.1312 3.22704L10.2829 3.39672L10.3309 3.46187C10.4045 3.57178 10.4472 3.6873 10.4712 3.79408L10.492 3.91722L10.7863 6.56699C10.8631 7.2587 10.3214 7.8643 9.62569 7.8643H4.38631C3.69595 7.86427 3.15644 7.26803 3.22431 6.58131L3.48563 3.94085C3.50324 3.76341 3.56576 3.55158 3.72405 3.37023C4.07229 2.97166 5.04908 2.13812 7.02104 2.13807L7.38331 2.14809ZM6.72821 3.24565C5.38553 3.31627 4.76655 3.86248 4.57747 4.06686L4.31901 6.68941C4.31511 6.72943 4.34636 6.76456 4.38631 6.76459H9.62569C9.66623 6.76459 9.69811 6.72877 9.69371 6.6887L9.40088 4.05827C9.2224 3.85147 8.57217 3.2378 7.02104 3.23778L6.72821 3.24565ZM5.62492 4.12628C6.03986 4.12639 6.37596 4.46307 6.37596 4.87804C6.37596 5.293 6.03986 5.62969 5.62492 5.6298C5.20988 5.6298 4.87316 5.29307 4.87316 4.87804C4.87316 4.46301 5.20988 4.12628 5.62492 4.12628ZM8.41787 4.12628C8.83296 4.12628 9.1695 4.46298 9.16963 4.87804C9.16963 5.2932 8.83303 5.6298 8.41787 5.6298C8.00287 5.62961 7.66683 5.29309 7.66683 4.87804C7.66695 4.4631 8.00294 4.12647 8.41787 4.12628Z" })),
58
+ react_1.default.createElement("defs", null,
59
+ react_1.default.createElement("clipPath", { id: "svg_0a3097b8a9__clip0_7655_50000" },
60
+ react_1.default.createElement("path", { d: "M0 0H14V14H0z" }))));
61
+ }
62
+ var IconAddAgentEval = react_1.default.forwardRef(IconAddAgentEvalComponent);
63
+ exports.default = IconAddAgentEval;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconVoicecallCancel: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconVoicecallCancel;
@@ -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 IconVoicecallCancelComponent(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-voicecall-cancel").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: "M3.4699 3.46881C3.76281 3.17633 4.23768 3.17609 4.53044 3.46881L7.87906 6.81743L11.2287 3.46881C11.5215 3.17637 11.9964 3.17621 12.2892 3.46881C12.582 3.76157 12.5817 4.23643 12.2892 4.52936L8.93961 7.87798L12.2892 11.2276C12.582 11.5203 12.5817 11.9952 12.2892 12.2881C11.9963 12.581 11.5216 12.581 11.2287 12.2881L7.87906 8.93852L4.53044 12.2881C4.23755 12.581 3.76279 12.581 3.4699 12.2881C3.17717 11.9952 3.17706 11.5204 3.4699 11.2276L6.81852 7.87798L3.4699 4.52936C3.17704 4.23646 3.17702 3.76169 3.4699 3.46881Z" }));
57
+ }
58
+ var IconVoicecallCancel = react_1.default.forwardRef(IconVoicecallCancelComponent);
59
+ exports.default = IconVoicecallCancel;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconVoicecallConfirm: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconVoicecallConfirm;
@@ -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 IconVoicecallConfirmComponent(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-voicecall-confirm").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: "M12.8031 4.13639C13.096 3.84349 13.5707 3.84349 13.8636 4.13639C14.1565 4.42928 14.1565 4.90404 13.8636 5.19693L7.19664 11.8639C6.90372 12.1565 6.42888 12.1567 6.13609 11.8639L2.80308 8.52994C2.51035 8.23704 2.51025 7.76223 2.80308 7.4694C3.09594 7.17672 3.57078 7.17672 3.86363 7.4694L6.66637 10.2721L12.8031 4.13639Z" }));
57
+ }
58
+ var IconVoicecallConfirm = react_1.default.forwardRef(IconVoicecallConfirmComponent);
59
+ exports.default = IconVoicecallConfirm;
package/cjs/index.d.ts CHANGED
@@ -814,4 +814,7 @@ export { default as IconMermaidMagnify } from './IconMermaidMagnify';
814
814
  export { default as IconMermaidShrink } from './IconMermaidShrink';
815
815
  export { default as IconMermaidCopy } from './IconMermaidCopy';
816
816
  export { default as IconMermaidScale } from './IconMermaidScale';
817
+ export { default as IconAddAgentEval } from './IconAddAgentEval';
818
+ export { default as IconVoicecallConfirm } from './IconVoicecallConfirm';
819
+ export { default as IconVoicecallCancel } from './IconVoicecallCancel';
817
820
  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.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 = void 0;
36
+ 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 = 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");
@@ -1666,4 +1666,10 @@ var IconMermaidCopy_1 = require("./IconMermaidCopy");
1666
1666
  Object.defineProperty(exports, "IconMermaidCopy", { enumerable: true, get: function () { return __importDefault(IconMermaidCopy_1).default; } });
1667
1667
  var IconMermaidScale_1 = require("./IconMermaidScale");
1668
1668
  Object.defineProperty(exports, "IconMermaidScale", { enumerable: true, get: function () { return __importDefault(IconMermaidScale_1).default; } });
1669
+ var IconAddAgentEval_1 = require("./IconAddAgentEval");
1670
+ Object.defineProperty(exports, "IconAddAgentEval", { enumerable: true, get: function () { return __importDefault(IconAddAgentEval_1).default; } });
1671
+ var IconVoicecallConfirm_1 = require("./IconVoicecallConfirm");
1672
+ Object.defineProperty(exports, "IconVoicecallConfirm", { enumerable: true, get: function () { return __importDefault(IconVoicecallConfirm_1).default; } });
1673
+ var IconVoicecallCancel_1 = require("./IconVoicecallCancel");
1674
+ Object.defineProperty(exports, "IconVoicecallCancel", { enumerable: true, get: function () { return __importDefault(IconVoicecallCancel_1).default; } });
1669
1675
  __exportStar(require("./type"), exports);