@arco-iconbox/react-hiagent 0.2.83 → 0.2.85
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/IconAnnotation/index.js +2 -6
- package/cjs/IconBuildCommunity/index.d.ts +4 -0
- package/cjs/IconBuildCommunity/index.js +59 -0
- package/cjs/IconLastRun/index.d.ts +4 -0
- package/cjs/IconLastRun/index.js +59 -0
- package/cjs/IconLastStep/index.js +2 -2
- package/cjs/IconNextStep/index.js +2 -2
- package/cjs/IconOperatingHistory/index.d.ts +4 -0
- package/cjs/IconOperatingHistory/index.js +59 -0
- package/cjs/IconOptimizeLayout/index.d.ts +4 -0
- package/cjs/IconOptimizeLayout/index.js +59 -0
- package/cjs/IconSchema/index.d.ts +4 -0
- package/cjs/IconSchema/index.js +59 -0
- package/cjs/IconTouchpadModeWorkflow/index.js +2 -2
- package/cjs/IconTouchpadMouseWorkflow/index.js +2 -2
- package/cjs/index.d.ts +10 -5
- package/cjs/index.js +35 -25
- package/dist/icon.min.js +1 -1
- package/esm/IconAnnotation/index.js +2 -6
- package/esm/IconBuildCommunity/index.d.ts +4 -0
- package/esm/IconBuildCommunity/index.js +34 -0
- package/esm/IconLastRun/index.d.ts +4 -0
- package/esm/IconLastRun/index.js +34 -0
- package/esm/IconLastStep/index.js +2 -2
- package/esm/IconNextStep/index.js +2 -2
- package/esm/IconOperatingHistory/index.d.ts +4 -0
- package/esm/IconOperatingHistory/index.js +34 -0
- package/esm/IconOptimizeLayout/index.d.ts +4 -0
- package/esm/IconOptimizeLayout/index.js +34 -0
- package/esm/IconSchema/index.d.ts +4 -0
- package/esm/IconSchema/index.js +34 -0
- package/esm/IconTouchpadModeWorkflow/index.js +2 -2
- package/esm/IconTouchpadMouseWorkflow/index.js +2 -2
- package/esm/index.d.ts +10 -5
- package/esm/index.js +10 -5
- package/package.json +1 -1
- package/src/IconAnnotation/index.tsx +1 -1
- package/src/IconBuildCommunity/index.tsx +15 -0
- package/src/IconLastRun/index.tsx +15 -0
- package/src/IconLastStep/index.tsx +1 -1
- package/src/IconNextStep/index.tsx +1 -1
- package/src/IconOperatingHistory/index.tsx +15 -0
- package/src/IconOptimizeLayout/index.tsx +15 -0
- package/src/IconSchema/index.tsx +15 -0
- package/src/IconTouchpadModeWorkflow/index.tsx +1 -1
- package/src/IconTouchpadMouseWorkflow/index.tsx +1 -1
- package/src/index.ts +10 -5
- package/umd/IconAnnotation/index.js +2 -6
- package/umd/IconBuildCommunity/index.d.ts +4 -0
- package/umd/IconBuildCommunity/index.js +69 -0
- package/umd/IconLastRun/index.d.ts +4 -0
- package/umd/IconLastRun/index.js +69 -0
- package/umd/IconLastStep/index.js +2 -2
- package/umd/IconNextStep/index.js +2 -2
- package/umd/IconOperatingHistory/index.d.ts +4 -0
- package/umd/IconOperatingHistory/index.js +69 -0
- package/umd/IconOptimizeLayout/index.d.ts +4 -0
- package/umd/IconOptimizeLayout/index.js +69 -0
- package/umd/IconSchema/index.d.ts +4 -0
- package/umd/IconSchema/index.js +69 -0
- package/umd/IconTouchpadModeWorkflow/index.js +2 -2
- package/umd/IconTouchpadMouseWorkflow/index.js +2 -2
- package/umd/index.d.ts +10 -5
- package/umd/index.js +22 -12
package/src/index.ts
CHANGED
|
@@ -116,7 +116,6 @@ export { default as IconDatabase } from './IconDatabase';
|
|
|
116
116
|
export { default as IconPublishedAgent } from './IconPublishedAgent';
|
|
117
117
|
export { default as IconAgent } from './IconAgent';
|
|
118
118
|
export { default as IconOptimalLayout } from './IconOptimalLayout';
|
|
119
|
-
export { default as IconNextStep } from './IconNextStep';
|
|
120
119
|
export { default as IconOverviewPreview } from './IconOverviewPreview';
|
|
121
120
|
export { default as IconWrapper } from './IconWrapper';
|
|
122
121
|
export { default as IconLocation } from './IconLocation';
|
|
@@ -149,7 +148,6 @@ export { default as IconUploadingDown } from './IconUploadingDown';
|
|
|
149
148
|
export { default as IconEnable } from './IconEnable';
|
|
150
149
|
export { default as IconOrientation } from './IconOrientation';
|
|
151
150
|
export { default as IconDeleteKv } from './IconDeleteKv';
|
|
152
|
-
export { default as IconLastStep } from './IconLastStep';
|
|
153
151
|
export { default as IconMode } from './IconMode';
|
|
154
152
|
export { default as IconFairyStick } from './IconFairyStick';
|
|
155
153
|
export { default as IconRefresh } from './IconRefresh';
|
|
@@ -190,7 +188,6 @@ export { default as IconDataTableBlock } from './IconDataTableBlock';
|
|
|
190
188
|
export { default as IconMergePd } from './IconMergePd';
|
|
191
189
|
export { default as IconConfiguration } from './IconConfiguration';
|
|
192
190
|
export { default as IconPreview } from './IconPreview';
|
|
193
|
-
export { default as IconAnnotation } from './IconAnnotation';
|
|
194
191
|
export { default as IconDeleteLine } from './IconDeleteLine';
|
|
195
192
|
export { default as IconRecording } from './IconRecording';
|
|
196
193
|
export { default as IconImportDefault } from './IconImportDefault';
|
|
@@ -721,8 +718,6 @@ export { default as IconText2video1 } from './IconText2video1';
|
|
|
721
718
|
export { default as IconSaveButton } from './IconSaveButton';
|
|
722
719
|
export { default as IconSavedConditions } from './IconSavedConditions';
|
|
723
720
|
export { default as IconLinkArrowSmall } from './IconLinkArrowSmall';
|
|
724
|
-
export { default as IconTouchpadModeWorkflow } from './IconTouchpadModeWorkflow';
|
|
725
|
-
export { default as IconTouchpadMouseWorkflow } from './IconTouchpadMouseWorkflow';
|
|
726
721
|
export { default as IconExperienceCenter } from './IconExperienceCenter';
|
|
727
722
|
export { default as IconSpeaker } from './IconSpeaker';
|
|
728
723
|
export { default as IconVideoAgentKnowledge } from './IconVideoAgentKnowledge';
|
|
@@ -843,5 +838,15 @@ export { default as IconModelTraining } from './IconModelTraining';
|
|
|
843
838
|
export { default as IconWorkflowCode } from './IconWorkflowCode';
|
|
844
839
|
export { default as IconLLM } from './IconLLM';
|
|
845
840
|
export { default as IconWorkflowCondition } from './IconWorkflowCondition';
|
|
841
|
+
export { default as IconBuildCommunity } from './IconBuildCommunity';
|
|
842
|
+
export { default as IconTouchpadModeWorkflow } from './IconTouchpadModeWorkflow';
|
|
843
|
+
export { default as IconTouchpadMouseWorkflow } from './IconTouchpadMouseWorkflow';
|
|
844
|
+
export { default as IconOptimizeLayout } from './IconOptimizeLayout';
|
|
845
|
+
export { default as IconLastStep } from './IconLastStep';
|
|
846
|
+
export { default as IconNextStep } from './IconNextStep';
|
|
847
|
+
export { default as IconAnnotation } from './IconAnnotation';
|
|
848
|
+
export { default as IconLastRun } from './IconLastRun';
|
|
849
|
+
export { default as IconOperatingHistory } from './IconOperatingHistory';
|
|
850
|
+
export { default as IconSchema } from './IconSchema';
|
|
846
851
|
|
|
847
852
|
export * from './type';
|
|
@@ -61,12 +61,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
61
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
62
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-annotation").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0
|
|
65
|
-
react_1.default.createElement("
|
|
66
|
-
react_1.default.createElement("path", { fillRule: "evenodd", d: "M2.64816 0.6C1.40653 0.6 0.399994 1.60654 0.399994 2.84816V7.89236C0.399994 9.13399 1.40653 10.1405 2.64816 10.1405H4.577L5.61347 11.201C5.73731 11.3277 5.90682 11.3994 6.084 11.4C6.26117 11.4006 6.43119 11.3301 6.55592 11.2043L7.61048 10.1405H9.39265C10.6343 10.1405 11.6408 9.13399 11.6408 7.89236V2.84817C11.6408 1.60654 10.6343 0.6 9.39265 0.6H2.64816ZM1.72244 2.84816C1.72244 2.33691 2.1369 1.92245 2.64816 1.92245H9.39265C9.9039 1.92245 10.3184 2.33691 10.3184 2.84817V7.89236C10.3184 8.40362 9.9039 8.81808 9.39265 8.81808H7.33491C7.15855 8.81808 6.98949 8.88853 6.86533 9.01378L6.08967 9.79621L5.32819 9.01712C5.20378 8.88983 5.03331 8.81808 4.85532 8.81808H2.64816C2.1369 8.81808 1.72244 8.40362 1.72244 7.89236V2.84816ZM4.36734 4.67976C4.00216 4.67976 3.70612 4.9758 3.70612 5.34098C3.70612 5.70616 4.00216 6.0022 4.36734 6.0022H7.67346C8.03865 6.0022 8.33469 5.70616 8.33469 5.34098C8.33469 4.9758 8.03865 4.67976 7.67346 4.67976H4.36734Z", clipRule: "evenodd" })),
|
|
67
|
-
react_1.default.createElement("defs", null,
|
|
68
|
-
react_1.default.createElement("clipPath", { id: "svg_61979344b1__svg_ee656aa13b__clip0_26545_1137312" },
|
|
69
|
-
react_1.default.createElement("path", { d: "M0 0H12V12H0z" }))));
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-annotation").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M15.1 2.08a3.15 3.15 0 0 1 3.15 3.15v7.628l-.004.162a3.151 3.151 0 0 1-3.146 2.99h-2.696a.25.25 0 0 0-.14.042l-.037.032-1.595 1.608a.75.75 0 0 1-.954.092l-.115-.096-1.568-1.603a.25.25 0 0 0-.179-.075H4.9a3.15 3.15 0 0 1-3.15-3.15V5.23A3.15 3.15 0 0 1 4.9 2.08h10.2ZM4.9 3.58c-.91 0-1.65.74-1.65 1.65v7.628c0 .912.74 1.65 1.65 1.65h3.326l.088.005a.75.75 0 0 1 .46.221l1.15 1.178a.25.25 0 0 0 .357.001l1.164-1.173.07-.064a.751.751 0 0 1 .473-.167H15.1c.91 0 1.65-.74 1.65-1.65V5.23c0-.91-.74-1.65-1.65-1.65H4.9Zm7.6 4.67a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1 0-1.5h5Z" }));
|
|
70
66
|
}
|
|
71
67
|
var IconAnnotation = react_1.default.forwardRef(IconAnnotationComponent);
|
|
72
68
|
exports.default = IconAnnotation;
|
|
@@ -0,0 +1,69 @@
|
|
|
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 IconBuildCommunityComponent(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-build-community").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { fillRule: "evenodd", d: "M12.218 2.191A2.282 2.282 0 0 1 14.5 4.474v7.745a2.282 2.282 0 0 1-2.282 2.281H4.473a2.281 2.281 0 0 1-2.282-2.281V9.037a.622.622 0 0 1 1.245 0v3.182c0 .572.464 1.037 1.037 1.037h7.745c.572 0 1.037-.465 1.037-1.037V4.474c0-.573-.464-1.037-1.037-1.037h-3.18a.623.623 0 1 1 0-1.246h3.18ZM4.542 1.5c.344 0 .622.28.622.623v1.798h1.799a.622.622 0 0 1 0 1.244H5.164v1.798a.622.622 0 1 1-1.244 0V5.165H2.122a.622.622 0 1 1 0-1.244H3.92V2.123c0-.344.278-.623.622-.623Z", clipRule: "evenodd" }));
|
|
66
|
+
}
|
|
67
|
+
var IconBuildCommunity = react_1.default.forwardRef(IconBuildCommunityComponent);
|
|
68
|
+
exports.default = IconBuildCommunity;
|
|
69
|
+
});
|
|
@@ -0,0 +1,69 @@
|
|
|
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 IconLastRunComponent(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-last-run").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M10.956 5.246a5.214 5.214 0 0 1-.268 10.422 5.214 5.214 0 0 1 0-10.429l.268.007ZM.1 2.163C.1.843 1.5-.008 2.673.6l4.383 2.272 1.507.98a.698.698 0 0 1-.76 1.17L6.36 4.085l-.008-.005-4.32-2.241a.367.367 0 0 0-.522.228l-.013.097v10.502c0 .257.259.433.498.34l1.403-.544a.363.363 0 0 0 .068-.033l.646-.42a.698.698 0 0 1 .76 1.17l-.646.42a1.647 1.647 0 0 1-.158.09l-.165.076-1.404.544A1.762 1.762 0 0 1 .1 12.665V2.163Zm10.588 4.371a3.918 3.918 0 0 0-3.918 3.92l.004.201a3.918 3.918 0 0 0 7.827 0l.004-.202a3.919 3.919 0 0 0-3.918-3.919Zm.13.75c.294.06.517.32.517.633v2.228c0 .026.01.051.03.07l1.556 1.558a.648.648 0 0 1-.916.915l-1.634-1.633a1.134 1.134 0 0 1-.332-.801V7.917c0-.357.291-.647.649-.647l.13.013Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconLastRun = react_1.default.forwardRef(IconLastRunComponent);
|
|
68
|
+
exports.default = IconLastRun;
|
|
69
|
+
});
|
|
@@ -61,8 +61,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
61
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
62
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-last-step").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0
|
|
65
|
-
react_1.default.createElement("path", {
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-last-step").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M6.425 3a.375.375 0 0 1 .264.11l.53.529a.373.373 0 0 1 0 .53L5.056 6.33h7.204l.27.007a5.21 5.21 0 0 1 3.413 1.508 5.218 5.218 0 0 1 1.557 3.727 5.24 5.24 0 0 1-5.24 5.24H8.992a.38.38 0 0 1-.21-.064.376.376 0 0 1-.165-.31v-.734a.375.375 0 0 1 .375-.375h3.092c.452 0 .988-.146 1.51-.416a4.615 4.615 0 0 0 1.43-1.16 3.97 3.97 0 0 0 .421-.64 3.32 3.32 0 0 0 .325-2.156 3.348 3.348 0 0 0-.376-1.018 3.786 3.786 0 0 0-.105-.175c-.766-1.209-2.19-1.934-3.202-1.936h-7.03l2.162 2.163a.373.373 0 0 1 0 .53l-.53.529a.375.375 0 0 1-.529 0L2.72 7.609a.746.746 0 0 1 0-1.058l3.44-3.442A.377.377 0 0 1 6.425 3Z" }));
|
|
66
66
|
}
|
|
67
67
|
var IconLastStep = react_1.default.forwardRef(IconLastStepComponent);
|
|
68
68
|
exports.default = IconLastStep;
|
|
@@ -61,8 +61,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
61
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
62
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-next-step").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0
|
|
65
|
-
react_1.default.createElement("path", {
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-next-step").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M13.31 3.11a.375.375 0 0 1 .53 0l3.44 3.44a.749.749 0 0 1 0 1.06l-3.44 3.44a.375.375 0 0 1-.53 0l-.529-.528a.374.374 0 0 1 0-.53l2.162-2.163H7.916c-1.447 0-3.743 1.483-3.743 3.743 0 1.272.727 2.302 1.62 2.96.298.22.614.398.928.53.418.175.833.268 1.195.268h3.092c.207 0 .375.168.375.375v.734a.375.375 0 0 1-.375.374H7.74a5.24 5.24 0 0 1 0-10.482h7.204L12.781 4.17a.376.376 0 0 1 0-.53l.53-.53Z" }));
|
|
66
66
|
}
|
|
67
67
|
var IconNextStep = react_1.default.forwardRef(IconNextStepComponent);
|
|
68
68
|
exports.default = IconNextStep;
|
|
@@ -0,0 +1,69 @@
|
|
|
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 IconOperatingHistoryComponent(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-operating-history").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M9.954 2.2C8.582.826 6.364-.045 4.538.733c-.58.249-.647.965-.266 1.359.566.584 2.13 2.22 2.938 3.066l.054.057-2.15 2.15-.057-.054a964.485 964.485 0 0 1-3.066-2.938C1.597 3.994.88 4.059.63 4.64c-.778 1.825.094 4.043 1.466 5.415a5.557 5.557 0 0 0 5.842 1.29l.048-.018.036.036 3.985 4.007.087.08c.45.365 1.113.339 1.532-.08l1.617-1.617a1.146 1.146 0 0 0 0-1.62L11.26 8.129l-.035-.036.018-.048a5.558 5.558 0 0 0-1.289-5.846Zm-4.003-.445c1.016-.022 2.19.485 3.077 1.37l.231.25a4.25 4.25 0 0 1 .62 4.542.659.659 0 0 0-.045.134l-.002.006a.654.654 0 0 0 .16.656l4.153 4.175.056.056-1.383 1.384-.057-.057-4.152-4.174-.069-.06a.655.655 0 0 0-.576-.104l-.007.001a.656.656 0 0 0-.142.046 4.25 4.25 0 0 1-4.792-.85l-.161-.17c-.786-.862-1.23-1.954-1.21-2.905l.005-.183.13.126c.82.786 1.972 1.886 2.54 2.428a1.145 1.145 0 0 0 1.6-.019l2.378-2.379c.438-.438.45-1.147.019-1.6-.542-.567-1.643-1.718-2.43-2.537L5.77 1.76l.181-.005Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconOperatingHistory = react_1.default.forwardRef(IconOperatingHistoryComponent);
|
|
68
|
+
exports.default = IconOperatingHistory;
|
|
69
|
+
});
|
|
@@ -0,0 +1,69 @@
|
|
|
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 IconOptimizeLayoutComponent(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-optimize-layout").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M1.9 8.9a.7.7 0 0 1-.7-.7V1.9l.014-.141A.7.7 0 0 1 1.9 1.2h6.3a.7.7 0 0 1 .7.7v6.3a.7.7 0 0 1-.7.7H1.9Zm9.9 0-.14-.014a.7.7 0 0 1-.56-.686V1.9l.014-.141A.7.7 0 0 1 11.8 1.2h6.3a.7.7 0 0 1 .7.7v6.3a.7.7 0 0 1-.7.7h-6.3Zm5.6-1.4V2.6h-4.9v4.9h4.9Zm-9.9 0V2.6H2.6v4.9h4.9ZM1.9 18.8a.7.7 0 0 1-.7-.7v-6.3l.014-.14a.7.7 0 0 1 .686-.56h6.3a.7.7 0 0 1 .7.7v6.3a.7.7 0 0 1-.7.7H1.9Zm9.9 0-.14-.014a.7.7 0 0 1-.56-.686v-6.3l.014-.14a.7.7 0 0 1 .686-.56h6.3a.7.7 0 0 1 .7.7v6.3a.7.7 0 0 1-.7.7h-6.3Zm5.6-1.4v-4.9h-4.9v4.9h4.9Zm-9.9 0v-4.9H2.6v4.9h4.9Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconOptimizeLayout = react_1.default.forwardRef(IconOptimizeLayoutComponent);
|
|
68
|
+
exports.default = IconOptimizeLayout;
|
|
69
|
+
});
|
|
@@ -0,0 +1,69 @@
|
|
|
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 IconSchemaComponent(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-schema").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M10.24 1.35c.17 0 .387.06.506.179l3.234 3.233a.562.562 0 0 1 .16.356l.009.002v7.256a2.283 2.283 0 0 1-2.283 2.283H4.122a2.282 2.282 0 0 1-2.282-2.283V3.633A2.282 2.282 0 0 1 4.122 1.35h6.118ZM4.122 2.595c-.573 0-1.037.464-1.037 1.037v8.745c0 .572.464 1.037 1.037 1.037h7.744c.573 0 1.037-.465 1.037-1.037V5.86a1 1 0 0 0-.293-.707l-2.264-2.265a1 1 0 0 0-.707-.293H4.122Zm2.125 4.366a.55.55 0 0 1 .779.778L5.747 9.016l1.279 1.278a.55.55 0 0 1-.779.779L4.581 9.406a.55.55 0 0 1 0-.779l1.666-1.666Zm2.404 0a.55.55 0 0 1 .778 0l1.667 1.666a.55.55 0 0 1 0 .779l-1.667 1.667a.55.55 0 0 1-.778-.779l1.277-1.278L8.65 7.74a.55.55 0 0 1 0-.778Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconSchema = react_1.default.forwardRef(IconSchemaComponent);
|
|
68
|
+
exports.default = IconSchema;
|
|
69
|
+
});
|
|
@@ -61,8 +61,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
61
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
62
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-touchpad-mode-workflow").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0
|
|
65
|
-
react_1.default.createElement("path", { d: "
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-touchpad-mode-workflow").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "m15.75 1.167.146.003A2.833 2.833 0 0 1 18.583 4v12l-.004.146a2.833 2.833 0 0 1-2.549 2.673l-.134.01-.15.004H4.254l-.15-.004a2.833 2.833 0 0 1-2.673-2.549l-.01-.134-.004-.15V4A2.833 2.833 0 0 1 4.25 1.167h11.5ZM4.25 2.833c-.645 0-1.166.523-1.166 1.167v12c0 .644.521 1.167 1.166 1.167h11.5c.645 0 1.166-.523 1.166-1.167V4c0-.566-.402-1.039-.938-1.145l-.108-.016-.009-.001-.103-.005H4.25Zm8.25 10.333a.833.833 0 0 1 0 1.667h-5a.833.833 0 0 1 0-1.667h5Z" }));
|
|
66
66
|
}
|
|
67
67
|
var IconTouchpadModeWorkflow = react_1.default.forwardRef(IconTouchpadModeWorkflowComponent);
|
|
68
68
|
exports.default = IconTouchpadModeWorkflow;
|
|
@@ -61,8 +61,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
61
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
62
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-touchpad-mouse-workflow").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0
|
|
65
|
-
react_1.default.createElement("path", { d: "
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-touchpad-mouse-workflow").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M9.998.15a7.218 7.218 0 0 1 7.219 7.218v5.264l-.01.375a7.218 7.218 0 0 1-14.418 0h.001l-.01-.38V7.369A7.218 7.218 0 0 1 9.998.15Zm0 1.7a5.52 5.52 0 0 0-5.519 5.518v5.264a5.52 5.52 0 0 0 5.519 5.518l.284-.007a5.52 5.52 0 0 0 5.236-5.511V7.368a5.52 5.52 0 0 0-5.236-5.51l-.284-.008Zm0 2.037c.47 0 .85.38.85.85v3.158a.85.85 0 1 1-1.7 0V4.736a.85.85 0 0 1 .85-.85Z" }));
|
|
66
66
|
}
|
|
67
67
|
var IconTouchpadMouseWorkflow = react_1.default.forwardRef(IconTouchpadMouseWorkflowComponent);
|
|
68
68
|
exports.default = IconTouchpadMouseWorkflow;
|
package/umd/index.d.ts
CHANGED
|
@@ -116,7 +116,6 @@ export { default as IconDatabase } from './IconDatabase';
|
|
|
116
116
|
export { default as IconPublishedAgent } from './IconPublishedAgent';
|
|
117
117
|
export { default as IconAgent } from './IconAgent';
|
|
118
118
|
export { default as IconOptimalLayout } from './IconOptimalLayout';
|
|
119
|
-
export { default as IconNextStep } from './IconNextStep';
|
|
120
119
|
export { default as IconOverviewPreview } from './IconOverviewPreview';
|
|
121
120
|
export { default as IconWrapper } from './IconWrapper';
|
|
122
121
|
export { default as IconLocation } from './IconLocation';
|
|
@@ -149,7 +148,6 @@ export { default as IconUploadingDown } from './IconUploadingDown';
|
|
|
149
148
|
export { default as IconEnable } from './IconEnable';
|
|
150
149
|
export { default as IconOrientation } from './IconOrientation';
|
|
151
150
|
export { default as IconDeleteKv } from './IconDeleteKv';
|
|
152
|
-
export { default as IconLastStep } from './IconLastStep';
|
|
153
151
|
export { default as IconMode } from './IconMode';
|
|
154
152
|
export { default as IconFairyStick } from './IconFairyStick';
|
|
155
153
|
export { default as IconRefresh } from './IconRefresh';
|
|
@@ -190,7 +188,6 @@ export { default as IconDataTableBlock } from './IconDataTableBlock';
|
|
|
190
188
|
export { default as IconMergePd } from './IconMergePd';
|
|
191
189
|
export { default as IconConfiguration } from './IconConfiguration';
|
|
192
190
|
export { default as IconPreview } from './IconPreview';
|
|
193
|
-
export { default as IconAnnotation } from './IconAnnotation';
|
|
194
191
|
export { default as IconDeleteLine } from './IconDeleteLine';
|
|
195
192
|
export { default as IconRecording } from './IconRecording';
|
|
196
193
|
export { default as IconImportDefault } from './IconImportDefault';
|
|
@@ -721,8 +718,6 @@ export { default as IconText2video1 } from './IconText2video1';
|
|
|
721
718
|
export { default as IconSaveButton } from './IconSaveButton';
|
|
722
719
|
export { default as IconSavedConditions } from './IconSavedConditions';
|
|
723
720
|
export { default as IconLinkArrowSmall } from './IconLinkArrowSmall';
|
|
724
|
-
export { default as IconTouchpadModeWorkflow } from './IconTouchpadModeWorkflow';
|
|
725
|
-
export { default as IconTouchpadMouseWorkflow } from './IconTouchpadMouseWorkflow';
|
|
726
721
|
export { default as IconExperienceCenter } from './IconExperienceCenter';
|
|
727
722
|
export { default as IconSpeaker } from './IconSpeaker';
|
|
728
723
|
export { default as IconVideoAgentKnowledge } from './IconVideoAgentKnowledge';
|
|
@@ -843,4 +838,14 @@ export { default as IconModelTraining } from './IconModelTraining';
|
|
|
843
838
|
export { default as IconWorkflowCode } from './IconWorkflowCode';
|
|
844
839
|
export { default as IconLLM } from './IconLLM';
|
|
845
840
|
export { default as IconWorkflowCondition } from './IconWorkflowCondition';
|
|
841
|
+
export { default as IconBuildCommunity } from './IconBuildCommunity';
|
|
842
|
+
export { default as IconTouchpadModeWorkflow } from './IconTouchpadModeWorkflow';
|
|
843
|
+
export { default as IconTouchpadMouseWorkflow } from './IconTouchpadMouseWorkflow';
|
|
844
|
+
export { default as IconOptimizeLayout } from './IconOptimizeLayout';
|
|
845
|
+
export { default as IconLastStep } from './IconLastStep';
|
|
846
|
+
export { default as IconNextStep } from './IconNextStep';
|
|
847
|
+
export { default as IconAnnotation } from './IconAnnotation';
|
|
848
|
+
export { default as IconLastRun } from './IconLastRun';
|
|
849
|
+
export { default as IconOperatingHistory } from './IconOperatingHistory';
|
|
850
|
+
export { default as IconSchema } from './IconSchema';
|
|
846
851
|
export * from './type';
|