@arco-iconbox/react-hiagent 0.2.90 → 0.2.91

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.
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { OriginIconProps } from '../type';
3
- declare const IconLLM: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
- export default IconLLM;
3
+ declare const IconLlm: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconLlm;
@@ -47,14 +47,14 @@ var __rest = (this && this.__rest) || function (s, e) {
47
47
  Object.defineProperty(exports, "__esModule", { value: true });
48
48
  var react_1 = __importStar(require("react"));
49
49
  var context_1 = require("../context");
50
- function IconLLMComponent(props, ref) {
50
+ function IconLlmComponent(props, ref) {
51
51
  var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
52
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 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
53
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
54
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
- return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-LLM").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 }),
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-llm").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 }),
56
56
  react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#57A9FB', d: "M17 0H7a7 7 0 0 0-7 7v10a7 7 0 0 0 7 7h10a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7Z" }),
57
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M5.595 8.746A.397.397 0 0 0 5 9.084v5.99c0 .21.057.418.164.6.107.183.262.334.448.44l4.971 2.806a.616.616 0 0 0 .83-.22.592.592 0 0 0 .082-.299v-6.29c0-.01-.002-.02-.006-.028a.052.052 0 0 0-.021-.021L5.595 8.746ZM12 4a.616.616 0 0 0-.303.08L5.894 7.357a.242.242 0 0 0-.123.208.237.237 0 0 0 .123.208l5.8 3.275a.616.616 0 0 0 .605 0l5.804-3.278a.241.241 0 0 0 .09-.328.24.24 0 0 0-.09-.088l-5.8-3.274A.616.616 0 0 0 12 4Zm7 11.075v-5.99a.389.389 0 0 0-.2-.34.403.403 0 0 0-.397-.001l-5.867 3.314a.06.06 0 0 0-.03.053v6.29a.594.594 0 0 0 .303.518.615.615 0 0 0 .608.002l4.971-2.808A1.19 1.19 0 0 0 19 15.075Z", clipRule: "evenodd" }));
57
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M6.055 9.43a.37.37 0 0 0-.555.315v5.59c0 .196.053.39.153.56.1.171.245.312.418.411l4.64 2.619a.575.575 0 0 0 .774-.205.551.551 0 0 0 .077-.28v-5.87a.059.059 0 0 0-.006-.026.048.048 0 0 0-.02-.02L6.057 9.43ZM12.033 5a.576.576 0 0 0-.283.075L6.334 8.133a.226.226 0 0 0-.114.194.221.221 0 0 0 .114.194l5.414 3.057a.575.575 0 0 0 .564 0l5.417-3.06a.225.225 0 0 0 .084-.306.223.223 0 0 0-.084-.082l-5.413-3.055A.575.575 0 0 0 12.033 5Zm6.533 10.336v-5.59a.363.363 0 0 0-.186-.317.376.376 0 0 0-.37-.001l-5.477 3.093a.056.056 0 0 0-.028.05v5.87a.554.554 0 0 0 .283.483.573.573 0 0 0 .568.002l4.64-2.62a1.11 1.11 0 0 0 .57-.97Z", clipRule: "evenodd" }));
58
58
  }
59
- var IconLLM = react_1.default.forwardRef(IconLLMComponent);
60
- exports.default = IconLLM;
59
+ var IconLlm = react_1.default.forwardRef(IconLlmComponent);
60
+ exports.default = IconLlm;
package/cjs/index.d.ts CHANGED
@@ -853,5 +853,5 @@ export { default as IconAddFolder2 } from './IconAddFolder2';
853
853
  export { default as IconCreateFile2 } from './IconCreateFile2';
854
854
  export { default as IconSkills2 } from './IconSkills2';
855
855
  export { default as IconSkillCenter } from './IconSkillCenter';
856
- export { default as IconLLM } from './IconLLM';
856
+ export { default as IconLlm } from './IconLlm';
857
857
  export * from './type';
package/cjs/index.js CHANGED
@@ -34,7 +34,7 @@ exports.IconObservationIntegration = exports.IconModelOptimization = exports.Ico
34
34
  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 = void 0;
35
35
  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 = void 0;
36
36
  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 = void 0;
37
- exports.IconLLM = exports.IconSkillCenter = exports.IconSkills2 = exports.IconCreateFile2 = exports.IconAddFolder2 = exports.IconJSONFormat = void 0;
37
+ exports.IconLlm = exports.IconSkillCenter = exports.IconSkills2 = exports.IconCreateFile2 = exports.IconAddFolder2 = exports.IconJSONFormat = void 0;
38
38
  var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
39
39
  Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
40
40
  var IconAgentNodata_1 = require("./IconAgentNodata");
@@ -1745,6 +1745,6 @@ var IconSkills2_1 = require("./IconSkills2");
1745
1745
  Object.defineProperty(exports, "IconSkills2", { enumerable: true, get: function () { return __importDefault(IconSkills2_1).default; } });
1746
1746
  var IconSkillCenter_1 = require("./IconSkillCenter");
1747
1747
  Object.defineProperty(exports, "IconSkillCenter", { enumerable: true, get: function () { return __importDefault(IconSkillCenter_1).default; } });
1748
- var IconLLM_1 = require("./IconLLM");
1749
- Object.defineProperty(exports, "IconLLM", { enumerable: true, get: function () { return __importDefault(IconLLM_1).default; } });
1748
+ var IconLlm_1 = require("./IconLlm");
1749
+ Object.defineProperty(exports, "IconLlm", { enumerable: true, get: function () { return __importDefault(IconLlm_1).default; } });
1750
1750
  __exportStar(require("./type"), exports);