@arco-iconbox/react-hiagent 0.3.6 → 0.3.7

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 IconLog: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconLog;
@@ -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 IconLogComponent(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 ? false : _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-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 }),
56
+ 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" }),
57
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15.6 14.052c.267 0 .507.053.72.16.213.107.395.267.544.48h.032l.096-.56H18v4.376c0 .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.54 3.54 0 0 1-.768-.2v-.952c.181.075.363.136.544.184.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-.28.01-.096.019-.181.024-.256h-.032c-.15.23-.328.395-.536.496a1.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.5H6v-6.08h1.192v6.08Z" }),
58
+ 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" }),
59
+ 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" }),
60
+ 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" }));
61
+ }
62
+ var IconLog = react_1.default.forwardRef(IconLogComponent);
63
+ exports.default = IconLog;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconXMind: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconXMind;
@@ -0,0 +1,61 @@
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 IconXMindComponent(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 ? false : _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-XMind").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
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#F35E3C', 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" }),
57
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M17.619 12.521c.094-.75-.038-.914-.81-.934-.467-.013-.937.01-1.405.024-.313.011-.625.038-.938.054-.399.02-.503.136-.456.507.018.139.042.277.046.416.012.377-.115.559-.474.704-.75.305-1.651.109-2.24-.473-.479-.473-.728-1.049-.903-1.671-.178-.635-.283-.69-.969-.672a141.8 141.8 0 0 1-2.5.044c-.52.005-.75.298-.65.788.14.68.534 1.209 1.083 1.607.58.418 1.224.753 1.83 1.14.17.107.302.266.45.402-.17.086-.333.22-.514.25-.764.119-1.5.313-2.179.67-.679.358-1.172.862-1.281 1.64-.059.414.023.504.46.495.802-.016 1.601-.038 2.402-.057.426-.01.574-.123.673-.52.021-.087.026-.18.054-.265.246-.743.75-1.246 1.599-1.233 1.684.028 2.994 1.05 3.296 2.626.087.458.33.622.82.59.993-.066 1.987-.134 2.981-.187.192-.01.249-.087.277-.246.09-.502-.093-.945-.347-1.364-.51-.838-1.29-1.401-2.13-1.9-.269-.159-.542-.311-.792-.495-.152-.112-.109-.236.08-.265.252-.038.509-.043.761-.077.861-.116 1.685-.663 1.776-1.598Z" }),
58
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#F89E8A', d: "M13.5 1.5 21 9h-4.5a3 3 0 0 1-3-3V1.5Z" }));
59
+ }
60
+ var IconXMind = react_1.default.forwardRef(IconXMindComponent);
61
+ exports.default = IconXMind;
package/cjs/index.d.ts CHANGED
@@ -867,4 +867,6 @@ export { default as IconAiSummary } from './IconAiSummary';
867
867
  export { default as IconAiGenerateVariationSpark } from './IconAiGenerateVariationSpark';
868
868
  export { default as IconA2A } from './IconA2A';
869
869
  export { default as IconDiamond } from './IconDiamond';
870
+ export { default as IconXMind } from './IconXMind';
871
+ export { default as IconLog } from './IconLog';
870
872
  export * from './type';
package/cjs/index.js CHANGED
@@ -34,7 +34,7 @@ exports.IconDataProcessing1 = exports.IconModelExperienceCenter = exports.IconOb
34
34
  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 = void 0;
35
35
  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 = void 0;
36
36
  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 = void 0;
37
- 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 = void 0;
37
+ 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 = 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");
@@ -1773,4 +1773,8 @@ var IconA2A_1 = require("./IconA2A");
1773
1773
  Object.defineProperty(exports, "IconA2A", { enumerable: true, get: function () { return __importDefault(IconA2A_1).default; } });
1774
1774
  var IconDiamond_1 = require("./IconDiamond");
1775
1775
  Object.defineProperty(exports, "IconDiamond", { enumerable: true, get: function () { return __importDefault(IconDiamond_1).default; } });
1776
+ var IconXMind_1 = require("./IconXMind");
1777
+ Object.defineProperty(exports, "IconXMind", { enumerable: true, get: function () { return __importDefault(IconXMind_1).default; } });
1778
+ var IconLog_1 = require("./IconLog");
1779
+ Object.defineProperty(exports, "IconLog", { enumerable: true, get: function () { return __importDefault(IconLog_1).default; } });
1776
1780
  __exportStar(require("./type"), exports);