@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.
Files changed (64) hide show
  1. package/cjs/IconAnnotation/index.js +2 -6
  2. package/cjs/IconBuildCommunity/index.d.ts +4 -0
  3. package/cjs/IconBuildCommunity/index.js +59 -0
  4. package/cjs/IconLastRun/index.d.ts +4 -0
  5. package/cjs/IconLastRun/index.js +59 -0
  6. package/cjs/IconLastStep/index.js +2 -2
  7. package/cjs/IconNextStep/index.js +2 -2
  8. package/cjs/IconOperatingHistory/index.d.ts +4 -0
  9. package/cjs/IconOperatingHistory/index.js +59 -0
  10. package/cjs/IconOptimizeLayout/index.d.ts +4 -0
  11. package/cjs/IconOptimizeLayout/index.js +59 -0
  12. package/cjs/IconSchema/index.d.ts +4 -0
  13. package/cjs/IconSchema/index.js +59 -0
  14. package/cjs/IconTouchpadModeWorkflow/index.js +2 -2
  15. package/cjs/IconTouchpadMouseWorkflow/index.js +2 -2
  16. package/cjs/index.d.ts +10 -5
  17. package/cjs/index.js +35 -25
  18. package/dist/icon.min.js +1 -1
  19. package/esm/IconAnnotation/index.js +2 -6
  20. package/esm/IconBuildCommunity/index.d.ts +4 -0
  21. package/esm/IconBuildCommunity/index.js +34 -0
  22. package/esm/IconLastRun/index.d.ts +4 -0
  23. package/esm/IconLastRun/index.js +34 -0
  24. package/esm/IconLastStep/index.js +2 -2
  25. package/esm/IconNextStep/index.js +2 -2
  26. package/esm/IconOperatingHistory/index.d.ts +4 -0
  27. package/esm/IconOperatingHistory/index.js +34 -0
  28. package/esm/IconOptimizeLayout/index.d.ts +4 -0
  29. package/esm/IconOptimizeLayout/index.js +34 -0
  30. package/esm/IconSchema/index.d.ts +4 -0
  31. package/esm/IconSchema/index.js +34 -0
  32. package/esm/IconTouchpadModeWorkflow/index.js +2 -2
  33. package/esm/IconTouchpadMouseWorkflow/index.js +2 -2
  34. package/esm/index.d.ts +10 -5
  35. package/esm/index.js +10 -5
  36. package/package.json +1 -1
  37. package/src/IconAnnotation/index.tsx +1 -1
  38. package/src/IconBuildCommunity/index.tsx +15 -0
  39. package/src/IconLastRun/index.tsx +15 -0
  40. package/src/IconLastStep/index.tsx +1 -1
  41. package/src/IconNextStep/index.tsx +1 -1
  42. package/src/IconOperatingHistory/index.tsx +15 -0
  43. package/src/IconOptimizeLayout/index.tsx +15 -0
  44. package/src/IconSchema/index.tsx +15 -0
  45. package/src/IconTouchpadModeWorkflow/index.tsx +1 -1
  46. package/src/IconTouchpadMouseWorkflow/index.tsx +1 -1
  47. package/src/index.ts +10 -5
  48. package/umd/IconAnnotation/index.js +2 -6
  49. package/umd/IconBuildCommunity/index.d.ts +4 -0
  50. package/umd/IconBuildCommunity/index.js +69 -0
  51. package/umd/IconLastRun/index.d.ts +4 -0
  52. package/umd/IconLastRun/index.js +69 -0
  53. package/umd/IconLastStep/index.js +2 -2
  54. package/umd/IconNextStep/index.js +2 -2
  55. package/umd/IconOperatingHistory/index.d.ts +4 -0
  56. package/umd/IconOperatingHistory/index.js +69 -0
  57. package/umd/IconOptimizeLayout/index.d.ts +4 -0
  58. package/umd/IconOptimizeLayout/index.js +69 -0
  59. package/umd/IconSchema/index.d.ts +4 -0
  60. package/umd/IconSchema/index.js +69 -0
  61. package/umd/IconTouchpadModeWorkflow/index.js +2 -2
  62. package/umd/IconTouchpadMouseWorkflow/index.js +2 -2
  63. package/umd/index.d.ts +10 -5
  64. package/umd/index.js +22 -12
@@ -27,12 +27,8 @@ function IconAnnotationComponent(props, ref) {
27
27
  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"]);
28
28
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
29
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
- return React.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 12 12" }, rest, { ref: ref }),
31
- React.createElement("g", { clipPath: "url(#svg_61979344b1__svg_ee656aa13b__clip0_26545_1137312)" },
32
- React.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" })),
33
- React.createElement("defs", null,
34
- React.createElement("clipPath", { id: "svg_61979344b1__svg_ee656aa13b__clip0_26545_1137312" },
35
- React.createElement("path", { d: "M0 0H12V12H0z" }))));
30
+ return React.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 }),
31
+ React.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" }));
36
32
  }
37
33
  var IconAnnotation = React.forwardRef(IconAnnotationComponent);
38
34
  export default IconAnnotation;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconBuildCommunity: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconBuildCommunity;
@@ -0,0 +1,34 @@
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 __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { useContext } from 'react';
24
+ import { Context } from '../context';
25
+ function IconBuildCommunityComponent(props, ref) {
26
+ var prefixFromContext = useContext(Context).prefix;
27
+ 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"]);
28
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
+ return React.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 }),
31
+ React.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" }));
32
+ }
33
+ var IconBuildCommunity = React.forwardRef(IconBuildCommunityComponent);
34
+ export default IconBuildCommunity;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconLastRun: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconLastRun;
@@ -0,0 +1,34 @@
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 __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { useContext } from 'react';
24
+ import { Context } from '../context';
25
+ function IconLastRunComponent(props, ref) {
26
+ var prefixFromContext = useContext(Context).prefix;
27
+ 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"]);
28
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
+ return React.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 }),
31
+ React.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" }));
32
+ }
33
+ var IconLastRun = React.forwardRef(IconLastRunComponent);
34
+ export default IconLastRun;
@@ -27,8 +27,8 @@ function IconLastStepComponent(props, ref) {
27
27
  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"]);
28
28
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
29
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
- return React.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 24 24" }, rest, { ref: ref }),
31
- React.createElement("path", { fillRule: "evenodd", d: "M7.517 3.643a.448.448 0 0 0-.125.089L3.263 7.86a.9.9 0 0 0 0 1.27l4.13 4.13-4.13-4.13a.898.898 0 0 1 0-1.27l4.13-4.13a.448.448 0 0 1 .124-.088Zm-1.45 5.751H14.5c1.303 0 3.178 1.001 4.035 2.646-.857-1.645-2.732-2.646-4.035-2.646H6.068Zm12.363 6.532c-.898 1.537-2.678 2.47-3.93 2.47 1.252 0 3.032-.933 3.93-2.47Zm-7.7 2.474a.45.45 0 0 0-.389.446v.88-.88a.45.45 0 0 1 .39-.446ZM6.938 9.754l1.98 1.982a.81.81 0 0 1 0 1.144l-.635.635a.81.81 0 0 1-1.144 0l-4.13-4.13a1.258 1.258 0 0 1 0-1.779l4.13-4.129a.81.81 0 0 1 1.144 0l.635.635a.81.81 0 0 1 0 1.145l-1.98 1.98h7.774a6.649 6.649 0 0 1 0 13.298h-3.92a.81.81 0 0 1-.81-.809v-.88a.81.81 0 0 1 .81-.81h3.71c.762 0 1.804-.404 2.66-1.149.85-.739 1.471-1.774 1.471-3 0-1.227-.622-2.257-1.47-2.992-.856-.74-1.898-1.14-2.662-1.14H6.937Z", clipRule: "evenodd" }));
30
+ return React.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 }),
31
+ React.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" }));
32
32
  }
33
33
  var IconLastStep = React.forwardRef(IconLastStepComponent);
34
34
  export default IconLastStep;
@@ -27,8 +27,8 @@ function IconNextStepComponent(props, ref) {
27
27
  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"]);
28
28
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
29
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
- return React.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 24 24" }, rest, { ref: ref }),
31
- React.createElement("path", { fillRule: "evenodd", d: "m15.78 3.925.192-.193-.193.193Zm-2.396 14.507a.447.447 0 0 0-.174-.035H9.5c-1.737 0-4.492-1.798-4.492-4.51 0-2.713 2.755-4.493 4.492-4.493h8.432H9.5c-1.737 0-4.492 1.78-4.492 4.492 0 2.713 2.755 4.51 4.492 4.51h3.71a.44.44 0 0 1 .174.036Zm3.839-8.328.71-.71-.71.71Zm-1.48 2.928.23.229-.23-.23Zm2.38-1.286 2.614-2.615-2.614 2.615Zm2.811-3.588a.895.895 0 0 0-.197-.297l-2.242-2.242 2.242 2.242a.896.896 0 0 1 .197.297Zm-3.87 1.596-1.982 1.982a.81.81 0 0 0 0 1.144l.636.635a.81.81 0 0 0 1.144 0l4.13-4.13a1.258 1.258 0 0 0 0-1.779l-4.13-4.129a.81.81 0 0 0-1.144 0l-.636.635a.81.81 0 0 0 0 1.145l1.982 1.98H9.289a6.649 6.649 0 0 0 0 13.298h3.92a.81.81 0 0 0 .81-.809v-.88a.81.81 0 0 0-.81-.81H9.5c-.762 0-1.804-.404-2.66-1.149-.85-.739-1.471-1.774-1.471-3 0-1.227.622-2.257 1.47-2.992.856-.74 1.898-1.14 2.662-1.14h7.563Z", clipRule: "evenodd" }));
30
+ return React.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 }),
31
+ React.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" }));
32
32
  }
33
33
  var IconNextStep = React.forwardRef(IconNextStepComponent);
34
34
  export default IconNextStep;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconOperatingHistory: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconOperatingHistory;
@@ -0,0 +1,34 @@
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 __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { useContext } from 'react';
24
+ import { Context } from '../context';
25
+ function IconOperatingHistoryComponent(props, ref) {
26
+ var prefixFromContext = useContext(Context).prefix;
27
+ 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"]);
28
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
+ return React.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 }),
31
+ React.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" }));
32
+ }
33
+ var IconOperatingHistory = React.forwardRef(IconOperatingHistoryComponent);
34
+ export default IconOperatingHistory;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconOptimizeLayout: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconOptimizeLayout;
@@ -0,0 +1,34 @@
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 __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { useContext } from 'react';
24
+ import { Context } from '../context';
25
+ function IconOptimizeLayoutComponent(props, ref) {
26
+ var prefixFromContext = useContext(Context).prefix;
27
+ 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"]);
28
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
+ return React.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 }),
31
+ React.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" }));
32
+ }
33
+ var IconOptimizeLayout = React.forwardRef(IconOptimizeLayoutComponent);
34
+ export default IconOptimizeLayout;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconSchema: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconSchema;
@@ -0,0 +1,34 @@
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 __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { useContext } from 'react';
24
+ import { Context } from '../context';
25
+ function IconSchemaComponent(props, ref) {
26
+ var prefixFromContext = useContext(Context).prefix;
27
+ 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"]);
28
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
+ return React.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 }),
31
+ React.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" }));
32
+ }
33
+ var IconSchema = React.forwardRef(IconSchemaComponent);
34
+ export default IconSchema;
@@ -27,8 +27,8 @@ function IconTouchpadModeWorkflowComponent(props, ref) {
27
27
  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"]);
28
28
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
29
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
- return React.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 24 24" }, rest, { ref: ref }),
31
- React.createElement("path", { d: "M18.9 1.2a3.6 3.6 0 0 1 3.6 3.6v14.4l-.005.185a3.6 3.6 0 0 1-3.41 3.41l-.185.005H5.1l-.185-.005a3.6 3.6 0 0 1-3.41-3.41L1.5 19.2V4.8a3.6 3.6 0 0 1 3.6-3.6h13.8ZM5.1 3.6a1.2 1.2 0 0 0-1.2 1.2v14.4a1.2 1.2 0 0 0 1.2 1.2h13.8a1.2 1.2 0 0 0 1.2-1.2V4.8a1.2 1.2 0 0 0-1.077-1.195L18.9 3.6H5.1Zm9.9 12a1.2 1.2 0 0 1 0 2.4H9a1.2 1.2 0 0 1 0-2.4h6Z" }));
30
+ return React.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 }),
31
+ React.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" }));
32
32
  }
33
33
  var IconTouchpadModeWorkflow = React.forwardRef(IconTouchpadModeWorkflowComponent);
34
34
  export default IconTouchpadModeWorkflow;
@@ -27,8 +27,8 @@ function IconTouchpadMouseWorkflowComponent(props, ref) {
27
27
  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"]);
28
28
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
29
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
- return React.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 24 24" }, rest, { ref: ref }),
31
- React.createElement("path", { d: "M12 .6A8.4 8.4 0 0 1 20.4 9v6l-.01.432A8.4 8.4 0 0 1 3.6 15V9A8.4 8.4 0 0 1 12 .6ZM12 3a6 6 0 0 0-6 6v6a6 6 0 0 0 12 0V9a6 6 0 0 0-6-6Zm0 1.8A1.2 1.2 0 0 1 13.2 6v3.6a1.2 1.2 0 0 1-2.4 0V6A1.2 1.2 0 0 1 12 4.8Z" }));
30
+ return React.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 }),
31
+ React.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" }));
32
32
  }
33
33
  var IconTouchpadMouseWorkflow = React.forwardRef(IconTouchpadMouseWorkflowComponent);
34
34
  export default IconTouchpadMouseWorkflow;
package/esm/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';
package/esm/index.js 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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/react-hiagent",
3
- "version": "0.2.83",
3
+ "version": "0.2.85",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -8,7 +8,7 @@ function IconAnnotationComponent(props: OriginIconProps, ref: ForwardedRef<SVGSV
8
8
 
9
9
  const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
10
  const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
- return <svg className={`${prefix}-icon ${prefix}-icon-annotation${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 12 12" {...rest} ref={ref}><g clipPath="url(#svg_61979344b1__svg_ee656aa13b__clip0_26545_1137312)"><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"/></g><defs><clipPath id="svg_61979344b1__svg_ee656aa13b__clip0_26545_1137312"><path d="M0 0H12V12H0z"/></clipPath></defs></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-annotation${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><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"/></svg>;
12
12
  }
13
13
 
14
14
  const IconAnnotation = React.forwardRef(IconAnnotationComponent);
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconBuildCommunityComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-build-community${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><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"/></svg>;
12
+ }
13
+
14
+ const IconBuildCommunity = React.forwardRef(IconBuildCommunityComponent);
15
+ export default IconBuildCommunity;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconLastRunComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-last-run${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><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"/></svg>;
12
+ }
13
+
14
+ const IconLastRun = React.forwardRef(IconLastRunComponent);
15
+ export default IconLastRun;
@@ -8,7 +8,7 @@ function IconLastStepComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGE
8
8
 
9
9
  const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
10
  const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
- return <svg className={`${prefix}-icon ${prefix}-icon-last-step${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 24 24" {...rest} ref={ref}><path fillRule="evenodd" d="M7.517 3.643a.448.448 0 0 0-.125.089L3.263 7.86a.9.9 0 0 0 0 1.27l4.13 4.13-4.13-4.13a.898.898 0 0 1 0-1.27l4.13-4.13a.448.448 0 0 1 .124-.088Zm-1.45 5.751H14.5c1.303 0 3.178 1.001 4.035 2.646-.857-1.645-2.732-2.646-4.035-2.646H6.068Zm12.363 6.532c-.898 1.537-2.678 2.47-3.93 2.47 1.252 0 3.032-.933 3.93-2.47Zm-7.7 2.474a.45.45 0 0 0-.389.446v.88-.88a.45.45 0 0 1 .39-.446ZM6.938 9.754l1.98 1.982a.81.81 0 0 1 0 1.144l-.635.635a.81.81 0 0 1-1.144 0l-4.13-4.13a1.258 1.258 0 0 1 0-1.779l4.13-4.129a.81.81 0 0 1 1.144 0l.635.635a.81.81 0 0 1 0 1.145l-1.98 1.98h7.774a6.649 6.649 0 0 1 0 13.298h-3.92a.81.81 0 0 1-.81-.809v-.88a.81.81 0 0 1 .81-.81h3.71c.762 0 1.804-.404 2.66-1.149.85-.739 1.471-1.774 1.471-3 0-1.227-.622-2.257-1.47-2.992-.856-.74-1.898-1.14-2.662-1.14H6.937Z" clipRule="evenodd"/></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-last-step${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><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"/></svg>;
12
12
  }
13
13
 
14
14
  const IconLastStep = React.forwardRef(IconLastStepComponent);
@@ -8,7 +8,7 @@ function IconNextStepComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGE
8
8
 
9
9
  const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
10
  const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
- return <svg className={`${prefix}-icon ${prefix}-icon-next-step${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 24 24" {...rest} ref={ref}><path fillRule="evenodd" d="m15.78 3.925.192-.193-.193.193Zm-2.396 14.507a.447.447 0 0 0-.174-.035H9.5c-1.737 0-4.492-1.798-4.492-4.51 0-2.713 2.755-4.493 4.492-4.493h8.432H9.5c-1.737 0-4.492 1.78-4.492 4.492 0 2.713 2.755 4.51 4.492 4.51h3.71a.44.44 0 0 1 .174.036Zm3.839-8.328.71-.71-.71.71Zm-1.48 2.928.23.229-.23-.23Zm2.38-1.286 2.614-2.615-2.614 2.615Zm2.811-3.588a.895.895 0 0 0-.197-.297l-2.242-2.242 2.242 2.242a.896.896 0 0 1 .197.297Zm-3.87 1.596-1.982 1.982a.81.81 0 0 0 0 1.144l.636.635a.81.81 0 0 0 1.144 0l4.13-4.13a1.258 1.258 0 0 0 0-1.779l-4.13-4.129a.81.81 0 0 0-1.144 0l-.636.635a.81.81 0 0 0 0 1.145l1.982 1.98H9.289a6.649 6.649 0 0 0 0 13.298h3.92a.81.81 0 0 0 .81-.809v-.88a.81.81 0 0 0-.81-.81H9.5c-.762 0-1.804-.404-2.66-1.149-.85-.739-1.471-1.774-1.471-3 0-1.227.622-2.257 1.47-2.992.856-.74 1.898-1.14 2.662-1.14h7.563Z" clipRule="evenodd"/></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-next-step${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><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"/></svg>;
12
12
  }
13
13
 
14
14
  const IconNextStep = React.forwardRef(IconNextStepComponent);
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconOperatingHistoryComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-operating-history${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><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"/></svg>;
12
+ }
13
+
14
+ const IconOperatingHistory = React.forwardRef(IconOperatingHistoryComponent);
15
+ export default IconOperatingHistory;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconOptimizeLayoutComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-optimize-layout${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><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"/></svg>;
12
+ }
13
+
14
+ const IconOptimizeLayout = React.forwardRef(IconOptimizeLayoutComponent);
15
+ export default IconOptimizeLayout;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconSchemaComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-schema${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><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"/></svg>;
12
+ }
13
+
14
+ const IconSchema = React.forwardRef(IconSchemaComponent);
15
+ export default IconSchema;
@@ -8,7 +8,7 @@ function IconTouchpadModeWorkflowComponent(props: OriginIconProps, ref: Forwarde
8
8
 
9
9
  const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
10
  const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
- return <svg className={`${prefix}-icon ${prefix}-icon-touchpad-mode-workflow${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 24 24" {...rest} ref={ref}><path d="M18.9 1.2a3.6 3.6 0 0 1 3.6 3.6v14.4l-.005.185a3.6 3.6 0 0 1-3.41 3.41l-.185.005H5.1l-.185-.005a3.6 3.6 0 0 1-3.41-3.41L1.5 19.2V4.8a3.6 3.6 0 0 1 3.6-3.6h13.8ZM5.1 3.6a1.2 1.2 0 0 0-1.2 1.2v14.4a1.2 1.2 0 0 0 1.2 1.2h13.8a1.2 1.2 0 0 0 1.2-1.2V4.8a1.2 1.2 0 0 0-1.077-1.195L18.9 3.6H5.1Zm9.9 12a1.2 1.2 0 0 1 0 2.4H9a1.2 1.2 0 0 1 0-2.4h6Z"/></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-touchpad-mode-workflow${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><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"/></svg>;
12
12
  }
13
13
 
14
14
  const IconTouchpadModeWorkflow = React.forwardRef(IconTouchpadModeWorkflowComponent);
@@ -8,7 +8,7 @@ function IconTouchpadMouseWorkflowComponent(props: OriginIconProps, ref: Forward
8
8
 
9
9
  const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
10
  const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
- return <svg className={`${prefix}-icon ${prefix}-icon-touchpad-mouse-workflow${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 24 24" {...rest} ref={ref}><path d="M12 .6A8.4 8.4 0 0 1 20.4 9v6l-.01.432A8.4 8.4 0 0 1 3.6 15V9A8.4 8.4 0 0 1 12 .6ZM12 3a6 6 0 0 0-6 6v6a6 6 0 0 0 12 0V9a6 6 0 0 0-6-6Zm0 1.8A1.2 1.2 0 0 1 13.2 6v3.6a1.2 1.2 0 0 1-2.4 0V6A1.2 1.2 0 0 1 12 4.8Z"/></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-touchpad-mouse-workflow${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><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"/></svg>;
12
12
  }
13
13
 
14
14
  const IconTouchpadMouseWorkflow = React.forwardRef(IconTouchpadMouseWorkflowComponent);