@arco-iconbox/react-hiagent 0.2.19 → 0.2.21

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 (44) hide show
  1. package/cjs/IconDataInsight/index.js +2 -2
  2. package/cjs/IconDataOnlineTaggingsvg/index.d.ts +4 -0
  3. package/cjs/{IconDataOnlineTagging → IconDataOnlineTaggingsvg}/index.js +6 -6
  4. package/cjs/IconMenuEvaluationSet/index.js +1 -1
  5. package/cjs/IconMenuHiagent/index.js +1 -1
  6. package/cjs/IconMenuIndicators/index.js +1 -1
  7. package/cjs/IconModelGallery/index.js +3 -3
  8. package/cjs/{IconDataOnlineTagging → IconWorkflowChecklist}/index.d.ts +2 -2
  9. package/cjs/IconWorkflowChecklist/index.js +59 -0
  10. package/cjs/index.d.ts +7 -6
  11. package/cjs/index.js +16 -14
  12. package/dist/icon.min.js +1 -1
  13. package/esm/IconDataInsight/index.js +2 -2
  14. package/esm/IconDataOnlineTaggingsvg/index.d.ts +4 -0
  15. package/esm/{IconDataOnlineTagging → IconDataOnlineTaggingsvg}/index.js +6 -6
  16. package/esm/IconMenuEvaluationSet/index.js +1 -1
  17. package/esm/IconMenuHiagent/index.js +1 -1
  18. package/esm/IconMenuIndicators/index.js +1 -1
  19. package/esm/IconModelGallery/index.js +3 -3
  20. package/esm/{IconDataOnlineTagging → IconWorkflowChecklist}/index.d.ts +2 -2
  21. package/esm/IconWorkflowChecklist/index.js +34 -0
  22. package/esm/index.d.ts +7 -6
  23. package/esm/index.js +7 -6
  24. package/package.json +1 -1
  25. package/src/IconDataInsight/index.tsx +1 -1
  26. package/src/IconDataOnlineTaggingsvg/index.tsx +15 -0
  27. package/src/IconMenuEvaluationSet/index.tsx +1 -1
  28. package/src/IconMenuHiagent/index.tsx +1 -1
  29. package/src/IconMenuIndicators/index.tsx +1 -1
  30. package/src/IconModelGallery/index.tsx +1 -1
  31. package/src/IconWorkflowChecklist/index.tsx +15 -0
  32. package/src/index.ts +7 -6
  33. package/umd/IconDataInsight/index.js +2 -2
  34. package/umd/IconDataOnlineTaggingsvg/index.d.ts +4 -0
  35. package/umd/{IconDataOnlineTagging → IconDataOnlineTaggingsvg}/index.js +6 -6
  36. package/umd/IconMenuEvaluationSet/index.js +1 -1
  37. package/umd/IconMenuHiagent/index.js +1 -1
  38. package/umd/IconMenuIndicators/index.js +1 -1
  39. package/umd/IconModelGallery/index.js +3 -3
  40. package/umd/{IconDataOnlineTagging → IconWorkflowChecklist}/index.d.ts +2 -2
  41. package/umd/IconWorkflowChecklist/index.js +69 -0
  42. package/umd/index.d.ts +7 -6
  43. package/umd/index.js +16 -14
  44. package/src/IconDataOnlineTagging/index.tsx +0 -15
@@ -27,8 +27,8 @@ function IconDataInsightComponent(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-data_Insight").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
31
- React.createElement("path", { d: "M9.96594 1.35074C14.4008 1.57576 17.9272 5.2434 17.9272 9.73414L17.9165 10.166C17.8376 11.7199 17.3339 13.1608 16.5224 14.3791L18.4586 16.3153C18.9937 16.8508 18.9939 17.7192 18.4586 18.2547C17.9232 18.7902 17.0549 18.7899 16.5192 18.2547L14.6495 16.386C13.2331 17.4767 11.46 18.1271 9.53413 18.1272L9.10124 18.1165C4.80967 17.8987 1.36848 14.4575 1.15073 10.166L1.14001 9.73414C1.14001 5.09839 4.89838 1.34003 9.53413 1.34003L9.96594 1.35074ZM9.53413 4.08306C6.41333 4.08306 3.88305 6.61334 3.88305 9.73414C3.88335 12.8547 6.41351 15.3841 9.53413 15.3841C12.6545 15.3838 15.1838 12.8545 15.1841 9.73414C15.1841 6.61353 12.6547 4.08336 9.53413 4.08306ZM9.78486 5.31207C10.1545 5.33322 10.2283 5.85827 10.0002 6.14998C9.78093 6.43049 9.63343 6.76085 9.56949 7.11111C9.50565 7.46119 9.52782 7.82147 9.63377 8.16118C9.73981 8.50104 9.92636 8.81055 10.1781 9.06231C10.4299 9.31408 10.7393 9.50059 11.0792 9.60663C11.4191 9.71267 11.7801 9.73486 12.1304 9.67092C12.4804 9.60693 12.8101 9.45937 13.0904 9.24018C13.3821 9.01214 13.9071 9.08593 13.9283 9.45555C13.9636 10.0723 13.8688 10.6937 13.6455 11.2782C13.2946 12.1962 12.6465 12.9709 11.8046 13.4779C10.9627 13.9849 9.97496 14.1951 8.99945 14.0758C8.02407 13.9566 7.11635 13.5148 6.42143 12.8201C5.72644 12.1251 5.28386 11.2165 5.16456 10.241C5.04538 9.26567 5.25569 8.27862 5.76245 7.43685C6.26949 6.59486 7.04415 5.94583 7.96224 5.59494C8.54667 5.37163 9.16815 5.2768 9.78486 5.31207Z" }));
30
+ return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-data_Insight").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: "M10.165 1.51a8.241 8.241 0 0 1 7.816 8.23l-.01.425A8.193 8.193 0 0 1 16.6 14.3l1.901 1.9a1.347 1.347 0 0 1-1.904 1.905l-1.835-1.835a8.203 8.203 0 0 1-5.022 1.71l-.425-.01a8.241 8.241 0 0 1-7.805-7.806L1.5 9.74c0-4.55 3.69-8.24 8.24-8.24l.425.01ZM9.74 4.194a5.548 5.548 0 1 0 0 11.096 5.548 5.548 0 0 0 0-11.096ZM9.987 5.4c.363.02.435.536.211.822a2.163 2.163 0 0 0 1.06 3.394 2.163 2.163 0 0 0 1.974-.36c.287-.224.802-.152.823.211A4.321 4.321 0 1 1 9.987 5.4Z" }));
32
32
  }
33
33
  var IconDataInsight = React.forwardRef(IconDataInsightComponent);
34
34
  export default IconDataInsight;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconDataOnlineTaggingsvg: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconDataOnlineTaggingsvg;
@@ -22,14 +22,14 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React, { useContext } from 'react';
24
24
  import { Context } from '../context';
25
- function IconDataOnlineTaggingComponent(props, ref) {
25
+ function IconDataOnlineTaggingsvgComponent(props, ref) {
26
26
  var prefixFromContext = useContext(Context).prefix;
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-data_online_tagging").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
31
- React.createElement("path", { opacity: ".5", fillRule: "evenodd", clipRule: "evenodd", d: "M17.5553 11.4231L18.0911 11.9589C18.4047 12.2685 18.4047 12.7726 18.0911 13.0822L12.8399 18.3334H11.1808V16.6743L15.3087 12.5424L16.432 11.4231C16.7416 11.1135 17.2457 11.1135 17.5553 11.4231Z" }),
32
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.4999 11.3727V6.83407C17.4999 6.65461 17.4276 6.48273 17.2992 6.3573L12.6942 1.85664C12.5697 1.73491 12.4024 1.66675 12.2283 1.66675H3.16667C2.79848 1.66675 2.5 1.96522 2.5 2.33341V17.6668C2.5 18.035 2.79848 18.3334 3.16667 18.3334H16.8333C17.2015 18.3334 17.4999 18.035 17.4999 17.6668V13.6734L12.8399 18.3334H11.1808V16.6743L15.3087 12.5424L16.432 11.4231C16.7238 11.1313 17.1883 11.1145 17.4999 11.3727ZM12.0833 8.5213H7.91667C7.68655 8.5213 7.5 8.70785 7.5 8.93797V9.7713C7.5 10.0014 7.68655 10.188 7.91667 10.188H12.0833C12.3135 10.188 12.5 10.0014 12.5 9.7713V8.93797C12.5 8.70785 12.3135 8.5213 12.0833 8.5213ZM12.0833 12.688H7.91667C7.68655 12.688 7.5 12.8745 7.5 13.1046V13.938C7.5 14.1681 7.68655 14.3546 7.91667 14.3546H12.0833C12.3135 14.3546 12.5 14.1681 12.5 13.938V13.1046C12.5 12.8745 12.3135 12.688 12.0833 12.688Z" }));
30
+ return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-data_online_taggingsvg").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", { fillRule: "evenodd", d: "m17.404 11.659.53.53a.78.78 0 0 1 0 1.112L12.737 18.5h-1.642v-1.643l4.086-4.09 1.112-1.108a.787.787 0 0 1 1.112 0Z", clipRule: "evenodd", opacity: ".5" }),
32
+ React.createElement("path", { fillRule: "evenodd", d: "M17.35 11.609V7.116a.66.66 0 0 0-.199-.472l-4.559-4.456A.66.66 0 0 0 12.131 2H3.16a.66.66 0 0 0-.66.66v15.18c0 .365.295.66.66.66h13.53a.66.66 0 0 0 .66-.66v-3.953L12.736 18.5h-1.642v-1.642l4.087-4.091 1.112-1.108a.788.788 0 0 1 1.057-.05Zm-5.363-2.823H7.862a.413.413 0 0 0-.412.413v.825c0 .227.185.412.412.412h4.125a.413.413 0 0 0 .413-.412v-.825a.413.413 0 0 0-.413-.413Zm0 4.125H7.862a.413.413 0 0 0-.412.412v.825c0 .228.185.413.412.413h4.125a.413.413 0 0 0 .413-.412v-.825a.413.413 0 0 0-.413-.413Z", clipRule: "evenodd" }));
33
33
  }
34
- var IconDataOnlineTagging = React.forwardRef(IconDataOnlineTaggingComponent);
35
- export default IconDataOnlineTagging;
34
+ var IconDataOnlineTaggingsvg = React.forwardRef(IconDataOnlineTaggingsvgComponent);
35
+ export default IconDataOnlineTaggingsvg;
@@ -28,7 +28,7 @@ function IconMenuEvaluationSetComponent(props, ref) {
28
28
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
29
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
30
  return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-menu-evaluation-set").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: "M16.4212 2.34857L3.59204 2C3.51625 2.00579 3.4415 2.02154 3.36961 2.04686C3.32412 2.05236 3.27912 2.06153 3.23503 2.07429C3.12441 2.12063 3.02357 2.18855 2.93808 2.27429H2.93141C2.75149 2.45453 2.65003 2.7018 2.65002 2.96V16.2754C2.65061 16.5315 2.75019 16.7769 2.92685 16.9576C3.10352 17.1383 3.34279 17.2395 3.59204 17.2389L13.0735 18C13.323 18.0009 13.5625 17.8999 13.7394 17.7192C13.9163 17.5384 14.016 17.2929 14.0166 17.0366V6.8C14.016 6.54366 13.9163 6.29809 13.7394 6.11741C13.5625 5.93668 13.323 5.83566 13.0735 5.83657L5.52614 5.48228C5.12061 5.46628 4.79993 5.12385 4.79993 4.70686C4.79993 4.28987 5.12061 3.94743 5.52614 3.93143L14.4604 4.27429H15.0354C15.2811 4.27429 15.4803 4.47896 15.4803 4.73143V15.36C15.4803 15.8946 15.902 16.328 16.4223 16.328C16.9426 16.328 17.3643 15.8946 17.3643 15.36V3.31657C17.3631 2.78203 16.9414 2.3492 16.4212 2.34857Z" }));
31
+ React.createElement("path", { d: "M16.832 1.87 3.202 1.5a.923.923 0 0 0-.237.05.906.906 0 0 0-.143.029.981.981 0 0 0-.316.212H2.5a1.032 1.032 0 0 0-.299.729v14.148c0 .272.107.533.294.724a.99.99 0 0 0 .707.3l10.074.808a.985.985 0 0 0 .708-.298 1.04 1.04 0 0 0 .294-.726V6.6a1.04 1.04 0 0 0-.294-.725.985.985 0 0 0-.708-.299L5.256 5.2a.815.815 0 0 1-.772-.824c0-.443.341-.807.772-.824l9.493.364h.61a.48.48 0 0 1 .473.486v11.293c0 .568.448 1.029 1.001 1.029.553 0 1.001-.461 1.001-1.029V2.899c-.001-.568-.45-1.028-1.002-1.029Z" }));
32
32
  }
33
33
  var IconMenuEvaluationSet = React.forwardRef(IconMenuEvaluationSetComponent);
34
34
  export default IconMenuEvaluationSet;
@@ -28,7 +28,7 @@ function IconMenuHiagentComponent(props, ref) {
28
28
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
29
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
30
  return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-menu-hiagent").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.27506 6.05332C6.56235 5.43776 7.43765 5.43776 7.72494 6.05332L9.10437 9.00902C9.18384 9.1793 9.3207 9.31616 9.49098 9.39563L12.4467 10.7751C13.0622 11.0623 13.0622 11.9377 12.4467 12.2249L9.49098 13.6044C9.3207 13.6838 9.18384 13.8207 9.10437 13.991L7.72494 16.9467C7.43765 17.5622 6.56235 17.5622 6.27506 16.9467L4.89563 13.991C4.81616 13.8207 4.6793 13.6838 4.50902 13.6044L1.55332 12.2249C.93776 11.9377.937759 11.0623 1.55332 10.7751L4.50902 9.39563C4.6793 9.31616 4.81616 9.1793 4.89563 9.00902L6.27506 6.05332zM14.9418 1.41523C15.1416.908742 15.8584.908742 16.0582 1.41523L16.6772 2.98479C16.7382 3.13943 16.8606 3.26183 17.0152 3.32282L18.5848 3.94184C19.0913 4.1416 19.0913 4.8584 18.5848 5.05816L17.0152 5.67718C16.8606 5.73817 16.7382 5.86058 16.6772 6.01521L16.0582 7.58477C15.8584 8.09126 15.1416 8.09126 14.9418 7.58477L14.3228 6.01521C14.2618 5.86057 14.1394 5.73817 13.9848 5.67718L12.4152 5.05816C11.9087 4.8584 11.9087 4.1416 12.4152 3.94184L13.9848 3.32282C14.1394 3.26183 14.2618 3.13942 14.3228 2.98479L14.9418 1.41523zM15.1279 12.9435C15.2611 12.6058 15.7389 12.6058 15.8721 12.9435L16.4262 14.3484C16.4669 14.4515 16.5485 14.5331 16.6516 14.5738L18.0565 15.1279C18.3942 15.2611 18.3942 15.7389 18.0565 15.8721L16.6516 16.4262C16.5485 16.4669 16.4669 16.5485 16.4262 16.6516L15.8721 18.0565C15.7389 18.3942 15.2611 18.3942 15.1279 18.0565L14.5738 16.6516C14.5331 16.5485 14.4515 16.4669 14.3484 16.4262L12.9435 15.8721C12.6058 15.7389 12.6058 15.2611 12.9435 15.1279L14.3484 14.5738C14.4515 14.5331 14.5331 14.4515 14.5738 14.3484L15.1279 12.9435z" }));
31
+ React.createElement("path", { d: "M14.836 13.396a.4.4 0 0 1 .745 0l.594 1.507a.405.405 0 0 0 .226.226l1.506.594a.4.4 0 0 1 0 .744l-1.506.595a.4.4 0 0 0-.226.225l-.594 1.507a.4.4 0 0 1-.745 0l-.593-1.507a.401.401 0 0 0-.226-.226l-1.507-.594a.4.4 0 0 1 0-.744l1.507-.594a.401.401 0 0 0 .226-.226l.593-1.507Zm-8.17-8.195a.8.8 0 0 1 1.45 0l1.47 3.15a.8.8 0 0 0 .387.386l3.15 1.471a.8.8 0 0 1 0 1.45l-3.15 1.47a.8.8 0 0 0-.387.386l-1.47 3.15a.8.8 0 0 1-1.45 0l-1.47-3.15a.8.8 0 0 0-.385-.386l-3.15-1.47a.8.8 0 0 1 0-1.45l3.15-1.47a.8.8 0 0 0 .386-.387l1.47-3.15ZM14.65 1.38a.6.6 0 0 1 1.116 0l.671 1.7a.601.601 0 0 0 .338.339l1.7.67a.6.6 0 0 1 0 1.117l-1.7.67a.6.6 0 0 0-.338.339l-.67 1.7a.6.6 0 0 1-1.117 0l-.67-1.7a.601.601 0 0 0-.339-.338l-1.7-.67a.6.6 0 0 1 0-1.117l1.7-.671a.603.603 0 0 0 .339-.339l.67-1.7Z" }));
32
32
  }
33
33
  var IconMenuHiagent = React.forwardRef(IconMenuHiagentComponent);
34
34
  export default IconMenuHiagent;
@@ -28,7 +28,7 @@ function IconMenuIndicatorsComponent(props, ref) {
28
28
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
29
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
30
  return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-menu-indicators").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", { fillRule: "evenodd", d: "M5.29264 10.8834C5.47832 11.8097 5.93597 12.6596 6.6071 13.3246L4.34286 15.5758C3.22494 14.4672 2.46285 13.0506 2.15393 11.5069C1.84502 9.9632 2.0033 8.36242 2.60856 6.90909C3.84686 3.93745 6.76419 2 9.99958 2C13.2355 2 16.1523 3.93745 17.3906 6.90909C17.9959 8.36242 18.1542 9.9632 17.8452 11.5069C17.5363 13.0506 16.7742 14.4672 15.6563 15.5758L13.3921 13.3246C14.0632 12.6596 14.5208 11.8097 14.7065 10.8834C14.8922 9.95703 14.7975 8.99636 14.4345 8.12412C13.6917 6.34085 11.9414 5.1777 9.99958 5.1777C8.05777 5.1777 6.30746 6.34085 5.56468 8.12412C5.20167 8.99636 5.10696 9.95703 5.29264 10.8834ZM12.6663 17.5981C11.8847 17.8633 11.0663 17.999 10.242 18C9.41777 17.999 8.59934 17.8633 7.81777 17.5981L10.242 10.2424L12.6663 17.5981Z", clipRule: "evenodd" }));
31
+ React.createElement("path", { d: "M12.833 18.572c-.83.282-1.7.427-2.575.428a8.045 8.045 0 0 1-2.577-.428l2.577-7.814 2.575 7.814ZM10 2a8.5 8.5 0 0 1 7.852 5.216 8.415 8.415 0 0 1-1.843 9.208l-2.405-2.392a5.048 5.048 0 0 0 1.108-5.525A5.1 5.1 0 0 0 10 5.376a5.1 5.1 0 0 0-4.712 3.13 5.048 5.048 0 0 0 1.107 5.526L3.99 16.424a8.413 8.413 0 0 1-1.843-9.208A8.502 8.502 0 0 1 10 2Z" }));
32
32
  }
33
33
  var IconMenuIndicators = React.forwardRef(IconMenuIndicatorsComponent);
34
34
  export default IconMenuIndicators;
@@ -27,9 +27,9 @@ function IconModelGalleryComponent(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-model_gallery").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
31
- React.createElement("path", { opacity: ".5", d: "M5.67578 16.8638H14.3343V18.8514C14.3343 19.3827 13.9036 19.8134 13.3723 19.8134H6.63784C6.10651 19.8134 5.67578 19.3827 5.67578 18.8514V16.8638Z" }),
32
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.59 7.7852C17.59 10.365 16.3021 12.6439 14.3342 14.0142V16.8641H5.67564V14.0141C3.70781 12.6438 2.41998 10.3649 2.41998 7.7852C2.41998 3.59612 5.8159 0.200195 10.005 0.200195C14.1941 0.200195 17.59 3.59612 17.59 7.7852ZM11.9138 10.5389H11.0997V16.864H9.17556V10.5389H8.36171C8.09604 10.5389 7.88068 10.3235 7.88068 10.0578V9.09576C7.88068 8.83009 8.09604 8.61472 8.36171 8.61472H11.9138C12.1795 8.61472 12.3949 8.83009 12.3949 9.09576V10.0578C12.3949 10.3235 12.1795 10.5389 11.9138 10.5389Z" }));
30
+ return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-model_gallery").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: "M5.861 16.573h8.3v1.905c0 .51-.413.922-.922.922H6.783a.922.922 0 0 1-.922-.922v-1.905Z", opacity: ".5" }),
32
+ React.createElement("path", { fillRule: "evenodd", d: "M17.281 7.87a7.262 7.262 0 0 1-3.12 5.971v2.732h-8.3v-2.732a7.27 7.27 0 1 1 11.42-5.97Zm-5.44 2.64h-.78v6.063H9.215V10.51h-.78a.461.461 0 0 1-.461-.461v-.922a.46.46 0 0 1 .46-.461h3.405c.255 0 .462.206.462.46v.923a.461.461 0 0 1-.462.461Z", clipRule: "evenodd" }));
33
33
  }
34
34
  var IconModelGallery = React.forwardRef(IconModelGalleryComponent);
35
35
  export default IconModelGallery;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { OriginIconProps } from '../type';
3
- declare const IconDataOnlineTagging: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
4
- export default IconDataOnlineTagging;
3
+ declare const IconWorkflowChecklist: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconWorkflowChecklist;
@@ -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 IconWorkflowChecklistComponent(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-workflow_checklist").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: "M14.997 9c.344 0 .624.279.624.624v3.816c0 .344-.28.623-.624.623H7.372a.624.624 0 0 1-.624-.623V9.624c0-.345.28-.624.624-.624h7.625Zm-10.66.715a.624.624 0 0 1 .939.822L2.85 13.31a.626.626 0 0 1-.911.03L.553 11.954a.624.624 0 0 1 .881-.882l.915.914 1.987-2.271Zm3.658 3.101h6.378v-2.569H7.995v2.57Zm7.002-10.88c.344 0 .624.28.624.624v3.816c0 .345-.28.624-.624.624H7.372a.623.623 0 0 1-.624-.624V2.56c0-.344.28-.623.624-.623h7.625Zm-11.175.796a.573.573 0 0 1 .809.808L3.6 4.57 4.63 5.6a.573.573 0 0 1-.81.81L2.79 5.38 1.76 6.41a.573.573 0 0 1-.808-.81l1.03-1.03-1.03-1.03a.572.572 0 0 1 .808-.808l1.03 1.03 1.03-1.03Zm4.173 3.021h6.378v-2.57H7.995v2.57Z" }));
32
+ }
33
+ var IconWorkflowChecklist = React.forwardRef(IconWorkflowChecklistComponent);
34
+ export default IconWorkflowChecklist;
package/esm/index.d.ts CHANGED
@@ -698,9 +698,6 @@ export { default as IconImportMusic } from './IconImportMusic';
698
698
  export { default as IconTabelNodata } from './IconTabelNodata';
699
699
  export { default as IconMenuKnowledge } from './IconMenuKnowledge';
700
700
  export { default as IconMenuPluginCenter } from './IconMenuPluginCenter';
701
- export { default as IconMenuEvaluationSet } from './IconMenuEvaluationSet';
702
- export { default as IconMenuIndicators } from './IconMenuIndicators';
703
- export { default as IconMenuHiagent } from './IconMenuHiagent';
704
701
  export { default as IconModelService } from './IconModelService';
705
702
  export { default as IconMenuTask } from './IconMenuTask';
706
703
  export { default as IconMenuEvaluation } from './IconMenuEvaluation';
@@ -708,9 +705,7 @@ export { default as IconMenuAgentCenter } from './IconMenuAgentCenter';
708
705
  export { default as IconMenuObservation } from './IconMenuObservation';
709
706
  export { default as IconComputingManagement } from './IconComputingManagement';
710
707
  export { default as IconModelOptimization } from './IconModelOptimization';
711
- export { default as IconModelGallery } from './IconModelGallery';
712
708
  export { default as IconObservationIntegration } from './IconObservationIntegration';
713
- export { default as IconDataOnlineTagging } from './IconDataOnlineTagging';
714
709
  export { default as IconModelExperienceCenter } from './IconModelExperienceCenter';
715
710
  export { default as IconDataProcessing1 } from './IconDataProcessing1';
716
711
  export { default as IconReleaseManagement } from './IconReleaseManagement';
@@ -734,7 +729,6 @@ export { default as IconLinkArrowSmall } from './IconLinkArrowSmall';
734
729
  export { default as IconTouchpadModeWorkflow } from './IconTouchpadModeWorkflow';
735
730
  export { default as IconTouchpadMouseWorkflow } from './IconTouchpadMouseWorkflow';
736
731
  export { default as IconExperienceCenter } from './IconExperienceCenter';
737
- export { default as IconDataInsight } from './IconDataInsight';
738
732
  export { default as IconSpeaker } from './IconSpeaker';
739
733
  export { default as IconVideoAgentKnowledge } from './IconVideoAgentKnowledge';
740
734
  export { default as IconArtifactsPic } from './IconArtifactsPic';
@@ -770,4 +764,11 @@ export { default as IconMinusCircle } from './IconMinusCircle';
770
764
  export { default as IconZoomIn } from './IconZoomIn';
771
765
  export { default as IconZoomOut } from './IconZoomOut';
772
766
  export { default as IconThumbDown } from './IconThumbDown';
767
+ export { default as IconModelGallery } from './IconModelGallery';
768
+ export { default as IconMenuHiagent } from './IconMenuHiagent';
769
+ export { default as IconDataOnlineTaggingsvg } from './IconDataOnlineTaggingsvg';
770
+ export { default as IconMenuEvaluationSet } from './IconMenuEvaluationSet';
771
+ export { default as IconMenuIndicators } from './IconMenuIndicators';
772
+ export { default as IconDataInsight } from './IconDataInsight';
773
+ export { default as IconWorkflowChecklist } from './IconWorkflowChecklist';
773
774
  export * from './type';
package/esm/index.js CHANGED
@@ -698,9 +698,6 @@ export { default as IconImportMusic } from './IconImportMusic';
698
698
  export { default as IconTabelNodata } from './IconTabelNodata';
699
699
  export { default as IconMenuKnowledge } from './IconMenuKnowledge';
700
700
  export { default as IconMenuPluginCenter } from './IconMenuPluginCenter';
701
- export { default as IconMenuEvaluationSet } from './IconMenuEvaluationSet';
702
- export { default as IconMenuIndicators } from './IconMenuIndicators';
703
- export { default as IconMenuHiagent } from './IconMenuHiagent';
704
701
  export { default as IconModelService } from './IconModelService';
705
702
  export { default as IconMenuTask } from './IconMenuTask';
706
703
  export { default as IconMenuEvaluation } from './IconMenuEvaluation';
@@ -708,9 +705,7 @@ export { default as IconMenuAgentCenter } from './IconMenuAgentCenter';
708
705
  export { default as IconMenuObservation } from './IconMenuObservation';
709
706
  export { default as IconComputingManagement } from './IconComputingManagement';
710
707
  export { default as IconModelOptimization } from './IconModelOptimization';
711
- export { default as IconModelGallery } from './IconModelGallery';
712
708
  export { default as IconObservationIntegration } from './IconObservationIntegration';
713
- export { default as IconDataOnlineTagging } from './IconDataOnlineTagging';
714
709
  export { default as IconModelExperienceCenter } from './IconModelExperienceCenter';
715
710
  export { default as IconDataProcessing1 } from './IconDataProcessing1';
716
711
  export { default as IconReleaseManagement } from './IconReleaseManagement';
@@ -734,7 +729,6 @@ export { default as IconLinkArrowSmall } from './IconLinkArrowSmall';
734
729
  export { default as IconTouchpadModeWorkflow } from './IconTouchpadModeWorkflow';
735
730
  export { default as IconTouchpadMouseWorkflow } from './IconTouchpadMouseWorkflow';
736
731
  export { default as IconExperienceCenter } from './IconExperienceCenter';
737
- export { default as IconDataInsight } from './IconDataInsight';
738
732
  export { default as IconSpeaker } from './IconSpeaker';
739
733
  export { default as IconVideoAgentKnowledge } from './IconVideoAgentKnowledge';
740
734
  export { default as IconArtifactsPic } from './IconArtifactsPic';
@@ -770,4 +764,11 @@ export { default as IconMinusCircle } from './IconMinusCircle';
770
764
  export { default as IconZoomIn } from './IconZoomIn';
771
765
  export { default as IconZoomOut } from './IconZoomOut';
772
766
  export { default as IconThumbDown } from './IconThumbDown';
767
+ export { default as IconModelGallery } from './IconModelGallery';
768
+ export { default as IconMenuHiagent } from './IconMenuHiagent';
769
+ export { default as IconDataOnlineTaggingsvg } from './IconDataOnlineTaggingsvg';
770
+ export { default as IconMenuEvaluationSet } from './IconMenuEvaluationSet';
771
+ export { default as IconMenuIndicators } from './IconMenuIndicators';
772
+ export { default as IconDataInsight } from './IconDataInsight';
773
+ export { default as IconWorkflowChecklist } from './IconWorkflowChecklist';
773
774
  export * from './type';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/react-hiagent",
3
- "version": "0.2.19",
3
+ "version": "0.2.21",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -8,7 +8,7 @@ function IconDataInsightComponent(props: OriginIconProps, ref: ForwardedRef<SVGS
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-data_Insight${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M9.96594 1.35074C14.4008 1.57576 17.9272 5.2434 17.9272 9.73414L17.9165 10.166C17.8376 11.7199 17.3339 13.1608 16.5224 14.3791L18.4586 16.3153C18.9937 16.8508 18.9939 17.7192 18.4586 18.2547C17.9232 18.7902 17.0549 18.7899 16.5192 18.2547L14.6495 16.386C13.2331 17.4767 11.46 18.1271 9.53413 18.1272L9.10124 18.1165C4.80967 17.8987 1.36848 14.4575 1.15073 10.166L1.14001 9.73414C1.14001 5.09839 4.89838 1.34003 9.53413 1.34003L9.96594 1.35074ZM9.53413 4.08306C6.41333 4.08306 3.88305 6.61334 3.88305 9.73414C3.88335 12.8547 6.41351 15.3841 9.53413 15.3841C12.6545 15.3838 15.1838 12.8545 15.1841 9.73414C15.1841 6.61353 12.6547 4.08336 9.53413 4.08306ZM9.78486 5.31207C10.1545 5.33322 10.2283 5.85827 10.0002 6.14998C9.78093 6.43049 9.63343 6.76085 9.56949 7.11111C9.50565 7.46119 9.52782 7.82147 9.63377 8.16118C9.73981 8.50104 9.92636 8.81055 10.1781 9.06231C10.4299 9.31408 10.7393 9.50059 11.0792 9.60663C11.4191 9.71267 11.7801 9.73486 12.1304 9.67092C12.4804 9.60693 12.8101 9.45937 13.0904 9.24018C13.3821 9.01214 13.9071 9.08593 13.9283 9.45555C13.9636 10.0723 13.8688 10.6937 13.6455 11.2782C13.2946 12.1962 12.6465 12.9709 11.8046 13.4779C10.9627 13.9849 9.97496 14.1951 8.99945 14.0758C8.02407 13.9566 7.11635 13.5148 6.42143 12.8201C5.72644 12.1251 5.28386 11.2165 5.16456 10.241C5.04538 9.26567 5.25569 8.27862 5.76245 7.43685C6.26949 6.59486 7.04415 5.94583 7.96224 5.59494C8.54667 5.37163 9.16815 5.2768 9.78486 5.31207Z"/></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-data_Insight${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="M10.165 1.51a8.241 8.241 0 0 1 7.816 8.23l-.01.425A8.193 8.193 0 0 1 16.6 14.3l1.901 1.9a1.347 1.347 0 0 1-1.904 1.905l-1.835-1.835a8.203 8.203 0 0 1-5.022 1.71l-.425-.01a8.241 8.241 0 0 1-7.805-7.806L1.5 9.74c0-4.55 3.69-8.24 8.24-8.24l.425.01ZM9.74 4.194a5.548 5.548 0 1 0 0 11.096 5.548 5.548 0 0 0 0-11.096ZM9.987 5.4c.363.02.435.536.211.822a2.163 2.163 0 0 0 1.06 3.394 2.163 2.163 0 0 0 1.974-.36c.287-.224.802-.152.823.211A4.321 4.321 0 1 1 9.987 5.4Z"/></svg>;
12
12
  }
13
13
 
14
14
  const IconDataInsight = React.forwardRef(IconDataInsightComponent);
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconDataOnlineTaggingsvgComponent(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-data_online_taggingsvg${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 fillRule="evenodd" d="m17.404 11.659.53.53a.78.78 0 0 1 0 1.112L12.737 18.5h-1.642v-1.643l4.086-4.09 1.112-1.108a.787.787 0 0 1 1.112 0Z" clipRule="evenodd" opacity=".5"/><path fillRule="evenodd" d="M17.35 11.609V7.116a.66.66 0 0 0-.199-.472l-4.559-4.456A.66.66 0 0 0 12.131 2H3.16a.66.66 0 0 0-.66.66v15.18c0 .365.295.66.66.66h13.53a.66.66 0 0 0 .66-.66v-3.953L12.736 18.5h-1.642v-1.642l4.087-4.091 1.112-1.108a.788.788 0 0 1 1.057-.05Zm-5.363-2.823H7.862a.413.413 0 0 0-.412.413v.825c0 .227.185.412.412.412h4.125a.413.413 0 0 0 .413-.412v-.825a.413.413 0 0 0-.413-.413Zm0 4.125H7.862a.413.413 0 0 0-.412.412v.825c0 .228.185.413.412.413h4.125a.413.413 0 0 0 .413-.412v-.825a.413.413 0 0 0-.413-.413Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconDataOnlineTaggingsvg = React.forwardRef(IconDataOnlineTaggingsvgComponent);
15
+ export default IconDataOnlineTaggingsvg;
@@ -8,7 +8,7 @@ function IconMenuEvaluationSetComponent(props: OriginIconProps, ref: ForwardedRe
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-menu-evaluation-set${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="M16.4212 2.34857L3.59204 2C3.51625 2.00579 3.4415 2.02154 3.36961 2.04686C3.32412 2.05236 3.27912 2.06153 3.23503 2.07429C3.12441 2.12063 3.02357 2.18855 2.93808 2.27429H2.93141C2.75149 2.45453 2.65003 2.7018 2.65002 2.96V16.2754C2.65061 16.5315 2.75019 16.7769 2.92685 16.9576C3.10352 17.1383 3.34279 17.2395 3.59204 17.2389L13.0735 18C13.323 18.0009 13.5625 17.8999 13.7394 17.7192C13.9163 17.5384 14.016 17.2929 14.0166 17.0366V6.8C14.016 6.54366 13.9163 6.29809 13.7394 6.11741C13.5625 5.93668 13.323 5.83566 13.0735 5.83657L5.52614 5.48228C5.12061 5.46628 4.79993 5.12385 4.79993 4.70686C4.79993 4.28987 5.12061 3.94743 5.52614 3.93143L14.4604 4.27429H15.0354C15.2811 4.27429 15.4803 4.47896 15.4803 4.73143V15.36C15.4803 15.8946 15.902 16.328 16.4223 16.328C16.9426 16.328 17.3643 15.8946 17.3643 15.36V3.31657C17.3631 2.78203 16.9414 2.3492 16.4212 2.34857Z"/></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-evaluation-set${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="M16.832 1.87 3.202 1.5a.923.923 0 0 0-.237.05.906.906 0 0 0-.143.029.981.981 0 0 0-.316.212H2.5a1.032 1.032 0 0 0-.299.729v14.148c0 .272.107.533.294.724a.99.99 0 0 0 .707.3l10.074.808a.985.985 0 0 0 .708-.298 1.04 1.04 0 0 0 .294-.726V6.6a1.04 1.04 0 0 0-.294-.725.985.985 0 0 0-.708-.299L5.256 5.2a.815.815 0 0 1-.772-.824c0-.443.341-.807.772-.824l9.493.364h.61a.48.48 0 0 1 .473.486v11.293c0 .568.448 1.029 1.001 1.029.553 0 1.001-.461 1.001-1.029V2.899c-.001-.568-.45-1.028-1.002-1.029Z"/></svg>;
12
12
  }
13
13
 
14
14
  const IconMenuEvaluationSet = React.forwardRef(IconMenuEvaluationSetComponent);
@@ -8,7 +8,7 @@ function IconMenuHiagentComponent(props: OriginIconProps, ref: ForwardedRef<SVGS
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-menu-hiagent${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.27506 6.05332C6.56235 5.43776 7.43765 5.43776 7.72494 6.05332L9.10437 9.00902C9.18384 9.1793 9.3207 9.31616 9.49098 9.39563L12.4467 10.7751C13.0622 11.0623 13.0622 11.9377 12.4467 12.2249L9.49098 13.6044C9.3207 13.6838 9.18384 13.8207 9.10437 13.991L7.72494 16.9467C7.43765 17.5622 6.56235 17.5622 6.27506 16.9467L4.89563 13.991C4.81616 13.8207 4.6793 13.6838 4.50902 13.6044L1.55332 12.2249C.93776 11.9377.937759 11.0623 1.55332 10.7751L4.50902 9.39563C4.6793 9.31616 4.81616 9.1793 4.89563 9.00902L6.27506 6.05332zM14.9418 1.41523C15.1416.908742 15.8584.908742 16.0582 1.41523L16.6772 2.98479C16.7382 3.13943 16.8606 3.26183 17.0152 3.32282L18.5848 3.94184C19.0913 4.1416 19.0913 4.8584 18.5848 5.05816L17.0152 5.67718C16.8606 5.73817 16.7382 5.86058 16.6772 6.01521L16.0582 7.58477C15.8584 8.09126 15.1416 8.09126 14.9418 7.58477L14.3228 6.01521C14.2618 5.86057 14.1394 5.73817 13.9848 5.67718L12.4152 5.05816C11.9087 4.8584 11.9087 4.1416 12.4152 3.94184L13.9848 3.32282C14.1394 3.26183 14.2618 3.13942 14.3228 2.98479L14.9418 1.41523zM15.1279 12.9435C15.2611 12.6058 15.7389 12.6058 15.8721 12.9435L16.4262 14.3484C16.4669 14.4515 16.5485 14.5331 16.6516 14.5738L18.0565 15.1279C18.3942 15.2611 18.3942 15.7389 18.0565 15.8721L16.6516 16.4262C16.5485 16.4669 16.4669 16.5485 16.4262 16.6516L15.8721 18.0565C15.7389 18.3942 15.2611 18.3942 15.1279 18.0565L14.5738 16.6516C14.5331 16.5485 14.4515 16.4669 14.3484 16.4262L12.9435 15.8721C12.6058 15.7389 12.6058 15.2611 12.9435 15.1279L14.3484 14.5738C14.4515 14.5331 14.5331 14.4515 14.5738 14.3484L15.1279 12.9435z"/></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-hiagent${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="M14.836 13.396a.4.4 0 0 1 .745 0l.594 1.507a.405.405 0 0 0 .226.226l1.506.594a.4.4 0 0 1 0 .744l-1.506.595a.4.4 0 0 0-.226.225l-.594 1.507a.4.4 0 0 1-.745 0l-.593-1.507a.401.401 0 0 0-.226-.226l-1.507-.594a.4.4 0 0 1 0-.744l1.507-.594a.401.401 0 0 0 .226-.226l.593-1.507Zm-8.17-8.195a.8.8 0 0 1 1.45 0l1.47 3.15a.8.8 0 0 0 .387.386l3.15 1.471a.8.8 0 0 1 0 1.45l-3.15 1.47a.8.8 0 0 0-.387.386l-1.47 3.15a.8.8 0 0 1-1.45 0l-1.47-3.15a.8.8 0 0 0-.385-.386l-3.15-1.47a.8.8 0 0 1 0-1.45l3.15-1.47a.8.8 0 0 0 .386-.387l1.47-3.15ZM14.65 1.38a.6.6 0 0 1 1.116 0l.671 1.7a.601.601 0 0 0 .338.339l1.7.67a.6.6 0 0 1 0 1.117l-1.7.67a.6.6 0 0 0-.338.339l-.67 1.7a.6.6 0 0 1-1.117 0l-.67-1.7a.601.601 0 0 0-.339-.338l-1.7-.67a.6.6 0 0 1 0-1.117l1.7-.671a.603.603 0 0 0 .339-.339l.67-1.7Z"/></svg>;
12
12
  }
13
13
 
14
14
  const IconMenuHiagent = React.forwardRef(IconMenuHiagentComponent);
@@ -8,7 +8,7 @@ function IconMenuIndicatorsComponent(props: OriginIconProps, ref: ForwardedRef<S
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-menu-indicators${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 fillRule="evenodd" d="M5.29264 10.8834C5.47832 11.8097 5.93597 12.6596 6.6071 13.3246L4.34286 15.5758C3.22494 14.4672 2.46285 13.0506 2.15393 11.5069C1.84502 9.9632 2.0033 8.36242 2.60856 6.90909C3.84686 3.93745 6.76419 2 9.99958 2C13.2355 2 16.1523 3.93745 17.3906 6.90909C17.9959 8.36242 18.1542 9.9632 17.8452 11.5069C17.5363 13.0506 16.7742 14.4672 15.6563 15.5758L13.3921 13.3246C14.0632 12.6596 14.5208 11.8097 14.7065 10.8834C14.8922 9.95703 14.7975 8.99636 14.4345 8.12412C13.6917 6.34085 11.9414 5.1777 9.99958 5.1777C8.05777 5.1777 6.30746 6.34085 5.56468 8.12412C5.20167 8.99636 5.10696 9.95703 5.29264 10.8834ZM12.6663 17.5981C11.8847 17.8633 11.0663 17.999 10.242 18C9.41777 17.999 8.59934 17.8633 7.81777 17.5981L10.242 10.2424L12.6663 17.5981Z" clipRule="evenodd"/></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-indicators${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="M12.833 18.572c-.83.282-1.7.427-2.575.428a8.045 8.045 0 0 1-2.577-.428l2.577-7.814 2.575 7.814ZM10 2a8.5 8.5 0 0 1 7.852 5.216 8.415 8.415 0 0 1-1.843 9.208l-2.405-2.392a5.048 5.048 0 0 0 1.108-5.525A5.1 5.1 0 0 0 10 5.376a5.1 5.1 0 0 0-4.712 3.13 5.048 5.048 0 0 0 1.107 5.526L3.99 16.424a8.413 8.413 0 0 1-1.843-9.208A8.502 8.502 0 0 1 10 2Z"/></svg>;
12
12
  }
13
13
 
14
14
  const IconMenuIndicators = React.forwardRef(IconMenuIndicatorsComponent);
@@ -8,7 +8,7 @@ function IconModelGalleryComponent(props: OriginIconProps, ref: ForwardedRef<SVG
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-model_gallery${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path opacity=".5" d="M5.67578 16.8638H14.3343V18.8514C14.3343 19.3827 13.9036 19.8134 13.3723 19.8134H6.63784C6.10651 19.8134 5.67578 19.3827 5.67578 18.8514V16.8638Z"/><path fillRule="evenodd" clipRule="evenodd" d="M17.59 7.7852C17.59 10.365 16.3021 12.6439 14.3342 14.0142V16.8641H5.67564V14.0141C3.70781 12.6438 2.41998 10.3649 2.41998 7.7852C2.41998 3.59612 5.8159 0.200195 10.005 0.200195C14.1941 0.200195 17.59 3.59612 17.59 7.7852ZM11.9138 10.5389H11.0997V16.864H9.17556V10.5389H8.36171C8.09604 10.5389 7.88068 10.3235 7.88068 10.0578V9.09576C7.88068 8.83009 8.09604 8.61472 8.36171 8.61472H11.9138C12.1795 8.61472 12.3949 8.83009 12.3949 9.09576V10.0578C12.3949 10.3235 12.1795 10.5389 11.9138 10.5389Z"/></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-model_gallery${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="M5.861 16.573h8.3v1.905c0 .51-.413.922-.922.922H6.783a.922.922 0 0 1-.922-.922v-1.905Z" opacity=".5"/><path fillRule="evenodd" d="M17.281 7.87a7.262 7.262 0 0 1-3.12 5.971v2.732h-8.3v-2.732a7.27 7.27 0 1 1 11.42-5.97Zm-5.44 2.64h-.78v6.063H9.215V10.51h-.78a.461.461 0 0 1-.461-.461v-.922a.46.46 0 0 1 .46-.461h3.405c.255 0 .462.206.462.46v.923a.461.461 0 0 1-.462.461Z" clipRule="evenodd"/></svg>;
12
12
  }
13
13
 
14
14
  const IconModelGallery = React.forwardRef(IconModelGalleryComponent);
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconWorkflowChecklistComponent(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-workflow_checklist${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="M14.997 9c.344 0 .624.279.624.624v3.816c0 .344-.28.623-.624.623H7.372a.624.624 0 0 1-.624-.623V9.624c0-.345.28-.624.624-.624h7.625Zm-10.66.715a.624.624 0 0 1 .939.822L2.85 13.31a.626.626 0 0 1-.911.03L.553 11.954a.624.624 0 0 1 .881-.882l.915.914 1.987-2.271Zm3.658 3.101h6.378v-2.569H7.995v2.57Zm7.002-10.88c.344 0 .624.28.624.624v3.816c0 .345-.28.624-.624.624H7.372a.623.623 0 0 1-.624-.624V2.56c0-.344.28-.623.624-.623h7.625Zm-11.175.796a.573.573 0 0 1 .809.808L3.6 4.57 4.63 5.6a.573.573 0 0 1-.81.81L2.79 5.38 1.76 6.41a.573.573 0 0 1-.808-.81l1.03-1.03-1.03-1.03a.572.572 0 0 1 .808-.808l1.03 1.03 1.03-1.03Zm4.173 3.021h6.378v-2.57H7.995v2.57Z"/></svg>;
12
+ }
13
+
14
+ const IconWorkflowChecklist = React.forwardRef(IconWorkflowChecklistComponent);
15
+ export default IconWorkflowChecklist;
package/src/index.ts CHANGED
@@ -698,9 +698,6 @@ export { default as IconImportMusic } from './IconImportMusic';
698
698
  export { default as IconTabelNodata } from './IconTabelNodata';
699
699
  export { default as IconMenuKnowledge } from './IconMenuKnowledge';
700
700
  export { default as IconMenuPluginCenter } from './IconMenuPluginCenter';
701
- export { default as IconMenuEvaluationSet } from './IconMenuEvaluationSet';
702
- export { default as IconMenuIndicators } from './IconMenuIndicators';
703
- export { default as IconMenuHiagent } from './IconMenuHiagent';
704
701
  export { default as IconModelService } from './IconModelService';
705
702
  export { default as IconMenuTask } from './IconMenuTask';
706
703
  export { default as IconMenuEvaluation } from './IconMenuEvaluation';
@@ -708,9 +705,7 @@ export { default as IconMenuAgentCenter } from './IconMenuAgentCenter';
708
705
  export { default as IconMenuObservation } from './IconMenuObservation';
709
706
  export { default as IconComputingManagement } from './IconComputingManagement';
710
707
  export { default as IconModelOptimization } from './IconModelOptimization';
711
- export { default as IconModelGallery } from './IconModelGallery';
712
708
  export { default as IconObservationIntegration } from './IconObservationIntegration';
713
- export { default as IconDataOnlineTagging } from './IconDataOnlineTagging';
714
709
  export { default as IconModelExperienceCenter } from './IconModelExperienceCenter';
715
710
  export { default as IconDataProcessing1 } from './IconDataProcessing1';
716
711
  export { default as IconReleaseManagement } from './IconReleaseManagement';
@@ -734,7 +729,6 @@ export { default as IconLinkArrowSmall } from './IconLinkArrowSmall';
734
729
  export { default as IconTouchpadModeWorkflow } from './IconTouchpadModeWorkflow';
735
730
  export { default as IconTouchpadMouseWorkflow } from './IconTouchpadMouseWorkflow';
736
731
  export { default as IconExperienceCenter } from './IconExperienceCenter';
737
- export { default as IconDataInsight } from './IconDataInsight';
738
732
  export { default as IconSpeaker } from './IconSpeaker';
739
733
  export { default as IconVideoAgentKnowledge } from './IconVideoAgentKnowledge';
740
734
  export { default as IconArtifactsPic } from './IconArtifactsPic';
@@ -770,5 +764,12 @@ export { default as IconMinusCircle } from './IconMinusCircle';
770
764
  export { default as IconZoomIn } from './IconZoomIn';
771
765
  export { default as IconZoomOut } from './IconZoomOut';
772
766
  export { default as IconThumbDown } from './IconThumbDown';
767
+ export { default as IconModelGallery } from './IconModelGallery';
768
+ export { default as IconMenuHiagent } from './IconMenuHiagent';
769
+ export { default as IconDataOnlineTaggingsvg } from './IconDataOnlineTaggingsvg';
770
+ export { default as IconMenuEvaluationSet } from './IconMenuEvaluationSet';
771
+ export { default as IconMenuIndicators } from './IconMenuIndicators';
772
+ export { default as IconDataInsight } from './IconDataInsight';
773
+ export { default as IconWorkflowChecklist } from './IconWorkflowChecklist';
773
774
 
774
775
  export * from './type';
@@ -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-data_Insight").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { d: "M9.96594 1.35074C14.4008 1.57576 17.9272 5.2434 17.9272 9.73414L17.9165 10.166C17.8376 11.7199 17.3339 13.1608 16.5224 14.3791L18.4586 16.3153C18.9937 16.8508 18.9939 17.7192 18.4586 18.2547C17.9232 18.7902 17.0549 18.7899 16.5192 18.2547L14.6495 16.386C13.2331 17.4767 11.46 18.1271 9.53413 18.1272L9.10124 18.1165C4.80967 17.8987 1.36848 14.4575 1.15073 10.166L1.14001 9.73414C1.14001 5.09839 4.89838 1.34003 9.53413 1.34003L9.96594 1.35074ZM9.53413 4.08306C6.41333 4.08306 3.88305 6.61334 3.88305 9.73414C3.88335 12.8547 6.41351 15.3841 9.53413 15.3841C12.6545 15.3838 15.1838 12.8545 15.1841 9.73414C15.1841 6.61353 12.6547 4.08336 9.53413 4.08306ZM9.78486 5.31207C10.1545 5.33322 10.2283 5.85827 10.0002 6.14998C9.78093 6.43049 9.63343 6.76085 9.56949 7.11111C9.50565 7.46119 9.52782 7.82147 9.63377 8.16118C9.73981 8.50104 9.92636 8.81055 10.1781 9.06231C10.4299 9.31408 10.7393 9.50059 11.0792 9.60663C11.4191 9.71267 11.7801 9.73486 12.1304 9.67092C12.4804 9.60693 12.8101 9.45937 13.0904 9.24018C13.3821 9.01214 13.9071 9.08593 13.9283 9.45555C13.9636 10.0723 13.8688 10.6937 13.6455 11.2782C13.2946 12.1962 12.6465 12.9709 11.8046 13.4779C10.9627 13.9849 9.97496 14.1951 8.99945 14.0758C8.02407 13.9566 7.11635 13.5148 6.42143 12.8201C5.72644 12.1251 5.28386 11.2165 5.16456 10.241C5.04538 9.26567 5.25569 8.27862 5.76245 7.43685C6.26949 6.59486 7.04415 5.94583 7.96224 5.59494C8.54667 5.37163 9.16815 5.2768 9.78486 5.31207Z" }));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-data_Insight").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: "M10.165 1.51a8.241 8.241 0 0 1 7.816 8.23l-.01.425A8.193 8.193 0 0 1 16.6 14.3l1.901 1.9a1.347 1.347 0 0 1-1.904 1.905l-1.835-1.835a8.203 8.203 0 0 1-5.022 1.71l-.425-.01a8.241 8.241 0 0 1-7.805-7.806L1.5 9.74c0-4.55 3.69-8.24 8.24-8.24l.425.01ZM9.74 4.194a5.548 5.548 0 1 0 0 11.096 5.548 5.548 0 0 0 0-11.096ZM9.987 5.4c.363.02.435.536.211.822a2.163 2.163 0 0 0 1.06 3.394 2.163 2.163 0 0 0 1.974-.36c.287-.224.802-.152.823.211A4.321 4.321 0 1 1 9.987 5.4Z" }));
66
66
  }
67
67
  var IconDataInsight = react_1.default.forwardRef(IconDataInsightComponent);
68
68
  exports.default = IconDataInsight;