@arco-iconbox/react-hiagent 0.2.19 → 0.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/IconDataInsight/index.js +2 -2
- package/cjs/IconDataOnlineTaggingsvg/index.d.ts +4 -0
- package/cjs/{IconDataOnlineTagging → IconDataOnlineTaggingsvg}/index.js +6 -6
- package/cjs/IconMenuEvaluationSet/index.js +1 -1
- package/cjs/IconMenuHiagent/index.js +1 -1
- package/cjs/IconMenuIndicators/index.js +1 -1
- package/cjs/IconModelGallery/index.js +3 -3
- package/cjs/index.d.ts +6 -6
- package/cjs/index.js +14 -14
- package/dist/icon.min.js +1 -1
- package/esm/IconDataInsight/index.js +2 -2
- package/esm/IconDataOnlineTaggingsvg/index.d.ts +4 -0
- package/esm/{IconDataOnlineTagging → IconDataOnlineTaggingsvg}/index.js +6 -6
- package/esm/IconMenuEvaluationSet/index.js +1 -1
- package/esm/IconMenuHiagent/index.js +1 -1
- package/esm/IconMenuIndicators/index.js +1 -1
- package/esm/IconModelGallery/index.js +3 -3
- package/esm/index.d.ts +6 -6
- package/esm/index.js +6 -6
- package/package.json +1 -1
- package/src/IconDataInsight/index.tsx +1 -1
- package/src/IconDataOnlineTaggingsvg/index.tsx +15 -0
- package/src/IconMenuEvaluationSet/index.tsx +1 -1
- package/src/IconMenuHiagent/index.tsx +1 -1
- package/src/IconMenuIndicators/index.tsx +1 -1
- package/src/IconModelGallery/index.tsx +1 -1
- package/src/index.ts +6 -6
- package/umd/IconDataInsight/index.js +2 -2
- package/umd/IconDataOnlineTaggingsvg/index.d.ts +4 -0
- package/umd/{IconDataOnlineTagging → IconDataOnlineTaggingsvg}/index.js +6 -6
- package/umd/IconMenuEvaluationSet/index.js +1 -1
- package/umd/IconMenuHiagent/index.js +1 -1
- package/umd/IconMenuIndicators/index.js +1 -1
- package/umd/IconModelGallery/index.js +3 -3
- package/umd/index.d.ts +6 -6
- package/umd/index.js +14 -14
- package/cjs/IconDataOnlineTagging/index.d.ts +0 -4
- package/esm/IconDataOnlineTagging/index.d.ts +0 -4
- package/src/IconDataOnlineTagging/index.tsx +0 -15
- package/umd/IconDataOnlineTagging/index.d.ts +0 -4
|
@@ -52,8 +52,8 @@ function IconDataInsightComponent(props, ref) {
|
|
|
52
52
|
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-data_Insight").concat(loadingKls, " ").concat(className), width: width, height: height,
|
|
56
|
-
react_1.default.createElement("path", { d: "
|
|
55
|
+
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 }),
|
|
56
|
+
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" }));
|
|
57
57
|
}
|
|
58
58
|
var IconDataInsight = react_1.default.forwardRef(IconDataInsightComponent);
|
|
59
59
|
exports.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;
|
|
@@ -47,14 +47,14 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
47
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
48
|
var react_1 = __importStar(require("react"));
|
|
49
49
|
var context_1 = require("../context");
|
|
50
|
-
function
|
|
50
|
+
function IconDataOnlineTaggingsvgComponent(props, ref) {
|
|
51
51
|
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
52
|
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-
|
|
56
|
-
react_1.default.createElement("path", {
|
|
57
|
-
react_1.default.createElement("path", { fillRule: "evenodd",
|
|
55
|
+
return react_1.default.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 }),
|
|
56
|
+
react_1.default.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" }),
|
|
57
|
+
react_1.default.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" }));
|
|
58
58
|
}
|
|
59
|
-
var
|
|
60
|
-
exports.default =
|
|
59
|
+
var IconDataOnlineTaggingsvg = react_1.default.forwardRef(IconDataOnlineTaggingsvgComponent);
|
|
60
|
+
exports.default = IconDataOnlineTaggingsvg;
|
|
@@ -53,7 +53,7 @@ function IconMenuEvaluationSetComponent(props, ref) {
|
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
55
|
return react_1.default.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 }),
|
|
56
|
-
react_1.default.createElement("path", { d: "M16.
|
|
56
|
+
react_1.default.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" }));
|
|
57
57
|
}
|
|
58
58
|
var IconMenuEvaluationSet = react_1.default.forwardRef(IconMenuEvaluationSetComponent);
|
|
59
59
|
exports.default = IconMenuEvaluationSet;
|
|
@@ -53,7 +53,7 @@ function IconMenuHiagentComponent(props, ref) {
|
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
55
|
return react_1.default.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 }),
|
|
56
|
-
react_1.default.createElement("path", { d: "
|
|
56
|
+
react_1.default.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" }));
|
|
57
57
|
}
|
|
58
58
|
var IconMenuHiagent = react_1.default.forwardRef(IconMenuHiagentComponent);
|
|
59
59
|
exports.default = IconMenuHiagent;
|
|
@@ -53,7 +53,7 @@ function IconMenuIndicatorsComponent(props, ref) {
|
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
55
|
return react_1.default.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 }),
|
|
56
|
-
react_1.default.createElement("path", {
|
|
56
|
+
react_1.default.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" }));
|
|
57
57
|
}
|
|
58
58
|
var IconMenuIndicators = react_1.default.forwardRef(IconMenuIndicatorsComponent);
|
|
59
59
|
exports.default = IconMenuIndicators;
|
|
@@ -52,9 +52,9 @@ function IconModelGalleryComponent(props, ref) {
|
|
|
52
52
|
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-model_gallery").concat(loadingKls, " ").concat(className), width: width, height: height,
|
|
56
|
-
react_1.default.createElement("path", {
|
|
57
|
-
react_1.default.createElement("path", { fillRule: "evenodd",
|
|
55
|
+
return react_1.default.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 }),
|
|
56
|
+
react_1.default.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" }),
|
|
57
|
+
react_1.default.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" }));
|
|
58
58
|
}
|
|
59
59
|
var IconModelGallery = react_1.default.forwardRef(IconModelGalleryComponent);
|
|
60
60
|
exports.default = IconModelGallery;
|
package/cjs/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,10 @@ 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
773
|
export * from './type';
|
package/cjs/index.js
CHANGED
|
@@ -31,8 +31,8 @@ exports.IconAgentVoiceAnswer = exports.IconAgentVoiceHangup = exports.IconAgentI
|
|
|
31
31
|
exports.IconFirstFrame = exports.IconPromptCreateCopy = exports.IconPromptDefault = exports.IconPromptGeneralStructure = exports.IconPromptRolePlaying = exports.IconPromptHallucinationCorrection = exports.IconPromptTaskExecution = exports.IconPromptKnowledgeAnswer = exports.IconPromptSkillInvocation = exports.IconPromptWrittenOptimization = exports.IconPromptReasoningThinking = exports.IconPromptMeeting = exports.IconPromptContentExpansion = exports.IconPromptInterviewQuestions = exports.IconPromptJinja = exports.IconPromptGeneral = exports.IconUploadingLarkdocx = exports.IconUploadingLarksheet = exports.IconUploadingWps = exports.IconDataExternal = exports.IconZip = exports.IconUploadingTxt = exports.IconUnknownFile = exports.IconUploadingPng = exports.IconUploadingPdf = exports.IconUploadingPpt = exports.IconUploadingDoc = exports.IconUploadingMd = exports.IconUploadingXlsx = exports.IconUploadingOfd = exports.IconUploadingJson = exports.IconUploadingCsv = exports.IconUploadingHtml = exports.IconWorkflowNodeInput = exports.IconWorkflowUpwards = exports.IconWorkflowDownward = exports.IconPluginListed = exports.IconPluginChoose = exports.IconPluginListedAdd = exports.IconTreeAbnormal = exports.IconTreeSuccess = exports.IconTreeFailure = exports.IconAgentCenterAnswer = exports.IconStop1 = exports.IconTreeAgent = exports.IconTreeQA = exports.IconAgentMicrophoneClose = exports.IconAgentVoiceInteraction = exports.IconAgentMicrophone = exports.IconAgentVoiceSwitch = void 0;
|
|
32
32
|
exports.IconJapanese = exports.IconLock1 = exports.IconTreeModelVideoGenerationCanc = exports.IconTreeModelVideoGenerationComp = exports.IconTreeModelVideoGeneration = exports.IconOpen = exports.IconInstallationPackage = exports.IconRocket = exports.IconMemoryEmbedding = exports.IconAgentFeedbackIgnore = exports.IconTreeModelImageGeneration = exports.IconSystemCodePackage = exports.IconSystemNetworkControl = exports.IconSystemVoice = exports.IconSystemTimeout = exports.IconSystemAnnouncement = exports.IconSystemLimitations = exports.IconAgentFileConfiguration = exports.IconAudio = exports.IconVideo = exports.IconAgentFileSettings = exports.IconAgentFilesSettings = exports.IconImageEmbedding = exports.IconWorkflowImageGeneration = exports.IconBasicList = exports.IconTable = exports.IconTime = exports.IconWorkflow169 = exports.IconWorkflowFreedom = exports.IconWorkflow32 = exports.IconWorkflow219 = exports.IconWorkflow34 = exports.IconWorkflow11 = exports.IconWorkflow43 = exports.IconWorkflow23 = exports.IconWorkflow916 = exports.IconWorkflow32500 = exports.IconWorkflow219500 = exports.IconWorkflow34500 = exports.IconWorkflow23500 = exports.IconWorkflow43500 = exports.IconWorkflow916500 = exports.IconWorkflow169500 = exports.IconWorkflow11500 = exports.IconWorkflowFreedom500 = exports.IconTreeTrigger = exports.IconKnowledgeFluctuation = exports.IconWorkflowConditions = exports.IconHead2tailFrame = exports.IconImage2image = void 0;
|
|
33
33
|
exports.IconMenuPluginCenter = exports.IconMenuKnowledge = exports.IconTabelNodata = exports.IconImportMusic = exports.IconFastForward30 = exports.IconReturnNow15 = exports.IconVideoNext = exports.IconVideoPlay = exports.IconPrevious = exports.IconPause = exports.IconLowVolume = exports.IconSilence = exports.IconLoudVolume = exports.IconFull = exports.IconShrink = exports.IconPiplconExit = exports.IconPiplcon = exports.IconPieChartNodata = exports.IconLineGraphNodata = exports.IconHorizontalBarChartNodata = exports.IconVerticalBarChartNodata = exports.IconProcessEvaluation = exports.IconModelVoice = exports.IconSpeech2text = exports.IconMultiTimbre = exports.IconMultiLanguage = exports.IconText2speech = exports.IconFirstTokensCost = exports.IconNodeSuccessfullyInvoked = exports.IconFirstCharacterReplyTakesTime = exports.IconNodeInvocation = exports.IconSingleDialogueTimeConsuming = exports.IconNodeTimeConsumption = exports.IconTokenConsumption = exports.IconUploadingLarkbitable = exports.IconVideoRewind10s = exports.IconVideoFastForward10s = exports.IconAudioPlay = exports.IconAudioCycle = exports.IconAudioPause = exports.IconRemoveColor = exports.IconWorkflowVidMatching = exports.IconKnowledgePic = exports.IconRegionFolding = exports.IconSimilarityQuestion = exports.IconDataTransform = exports.IconPluginLocal = exports.IconPluginRemote = exports.IconPluginCloudDeployment = exports.IconAgentThinkingLanguage = void 0;
|
|
34
|
-
exports.IconArtifactsBrowse = exports.IconAgentproReportDownload = exports.IconArtifactsCode = exports.IconAgentproFileList = exports.IconArtifactsKnowledge = exports.IconAgentproConfiguration = exports.IconArtifactsOther = exports.IconArtifactsShell = exports.IconArtifactsSearch = exports.IconArtifactsFile = exports.IconArtifactsPic = exports.IconVideoAgentKnowledge = exports.IconSpeaker = exports.
|
|
35
|
-
exports.
|
|
34
|
+
exports.IconResultEvaluation = exports.IconTraceText = exports.IconTraceRaw = exports.IconAgentpro = exports.IconAgentproStop = exports.IconTaskDone = exports.IconArtifactsBrowse = exports.IconAgentproReportDownload = exports.IconArtifactsCode = exports.IconAgentproFileList = exports.IconArtifactsKnowledge = exports.IconAgentproConfiguration = exports.IconArtifactsOther = exports.IconArtifactsShell = exports.IconArtifactsSearch = exports.IconArtifactsFile = exports.IconArtifactsPic = exports.IconVideoAgentKnowledge = exports.IconSpeaker = exports.IconExperienceCenter = exports.IconTouchpadMouseWorkflow = exports.IconTouchpadModeWorkflow = exports.IconLinkArrowSmall = exports.IconSavedConditions = exports.IconSaveButton = exports.IconText2video1 = exports.IconVolume = exports.IconFullscreen = exports.IconVideoTag = exports.IconMoonshot = exports.IconBGE = exports.IconQwen = exports.IconGPT35 = exports.IconGPT4 = exports.IconDoubao = exports.IconGoogleGemini = exports.IconDeepseek = exports.IconAWS = exports.IconClaude = exports.IconReleaseManagement = exports.IconDataProcessing1 = exports.IconModelExperienceCenter = exports.IconObservationIntegration = exports.IconModelOptimization = exports.IconComputingManagement = exports.IconMenuObservation = exports.IconMenuAgentCenter = exports.IconMenuEvaluation = exports.IconMenuTask = exports.IconModelService = void 0;
|
|
35
|
+
exports.IconDataInsight = exports.IconMenuIndicators = exports.IconMenuEvaluationSet = exports.IconDataOnlineTaggingsvg = exports.IconMenuHiagent = exports.IconModelGallery = exports.IconThumbDown = exports.IconZoomOut = exports.IconZoomIn = exports.IconMinusCircle = exports.IconThumbUp = exports.IconArrowDown = exports.IconCalendarClock = exports.IconCloseCircle = exports.IconCopy = exports.IconLaunch = exports.IconMenu = exports.IconMessage = exports.IconDataProduction = exports.IconTransform1 = exports.IconAgentChatStop = exports.IconDebugging = void 0;
|
|
36
36
|
var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
|
|
37
37
|
Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
|
|
38
38
|
var IconAgentNodata_1 = require("./IconAgentNodata");
|
|
@@ -1433,12 +1433,6 @@ var IconMenuKnowledge_1 = require("./IconMenuKnowledge");
|
|
|
1433
1433
|
Object.defineProperty(exports, "IconMenuKnowledge", { enumerable: true, get: function () { return __importDefault(IconMenuKnowledge_1).default; } });
|
|
1434
1434
|
var IconMenuPluginCenter_1 = require("./IconMenuPluginCenter");
|
|
1435
1435
|
Object.defineProperty(exports, "IconMenuPluginCenter", { enumerable: true, get: function () { return __importDefault(IconMenuPluginCenter_1).default; } });
|
|
1436
|
-
var IconMenuEvaluationSet_1 = require("./IconMenuEvaluationSet");
|
|
1437
|
-
Object.defineProperty(exports, "IconMenuEvaluationSet", { enumerable: true, get: function () { return __importDefault(IconMenuEvaluationSet_1).default; } });
|
|
1438
|
-
var IconMenuIndicators_1 = require("./IconMenuIndicators");
|
|
1439
|
-
Object.defineProperty(exports, "IconMenuIndicators", { enumerable: true, get: function () { return __importDefault(IconMenuIndicators_1).default; } });
|
|
1440
|
-
var IconMenuHiagent_1 = require("./IconMenuHiagent");
|
|
1441
|
-
Object.defineProperty(exports, "IconMenuHiagent", { enumerable: true, get: function () { return __importDefault(IconMenuHiagent_1).default; } });
|
|
1442
1436
|
var IconModelService_1 = require("./IconModelService");
|
|
1443
1437
|
Object.defineProperty(exports, "IconModelService", { enumerable: true, get: function () { return __importDefault(IconModelService_1).default; } });
|
|
1444
1438
|
var IconMenuTask_1 = require("./IconMenuTask");
|
|
@@ -1453,12 +1447,8 @@ var IconComputingManagement_1 = require("./IconComputingManagement");
|
|
|
1453
1447
|
Object.defineProperty(exports, "IconComputingManagement", { enumerable: true, get: function () { return __importDefault(IconComputingManagement_1).default; } });
|
|
1454
1448
|
var IconModelOptimization_1 = require("./IconModelOptimization");
|
|
1455
1449
|
Object.defineProperty(exports, "IconModelOptimization", { enumerable: true, get: function () { return __importDefault(IconModelOptimization_1).default; } });
|
|
1456
|
-
var IconModelGallery_1 = require("./IconModelGallery");
|
|
1457
|
-
Object.defineProperty(exports, "IconModelGallery", { enumerable: true, get: function () { return __importDefault(IconModelGallery_1).default; } });
|
|
1458
1450
|
var IconObservationIntegration_1 = require("./IconObservationIntegration");
|
|
1459
1451
|
Object.defineProperty(exports, "IconObservationIntegration", { enumerable: true, get: function () { return __importDefault(IconObservationIntegration_1).default; } });
|
|
1460
|
-
var IconDataOnlineTagging_1 = require("./IconDataOnlineTagging");
|
|
1461
|
-
Object.defineProperty(exports, "IconDataOnlineTagging", { enumerable: true, get: function () { return __importDefault(IconDataOnlineTagging_1).default; } });
|
|
1462
1452
|
var IconModelExperienceCenter_1 = require("./IconModelExperienceCenter");
|
|
1463
1453
|
Object.defineProperty(exports, "IconModelExperienceCenter", { enumerable: true, get: function () { return __importDefault(IconModelExperienceCenter_1).default; } });
|
|
1464
1454
|
var IconDataProcessing1_1 = require("./IconDataProcessing1");
|
|
@@ -1505,8 +1495,6 @@ var IconTouchpadMouseWorkflow_1 = require("./IconTouchpadMouseWorkflow");
|
|
|
1505
1495
|
Object.defineProperty(exports, "IconTouchpadMouseWorkflow", { enumerable: true, get: function () { return __importDefault(IconTouchpadMouseWorkflow_1).default; } });
|
|
1506
1496
|
var IconExperienceCenter_1 = require("./IconExperienceCenter");
|
|
1507
1497
|
Object.defineProperty(exports, "IconExperienceCenter", { enumerable: true, get: function () { return __importDefault(IconExperienceCenter_1).default; } });
|
|
1508
|
-
var IconDataInsight_1 = require("./IconDataInsight");
|
|
1509
|
-
Object.defineProperty(exports, "IconDataInsight", { enumerable: true, get: function () { return __importDefault(IconDataInsight_1).default; } });
|
|
1510
1498
|
var IconSpeaker_1 = require("./IconSpeaker");
|
|
1511
1499
|
Object.defineProperty(exports, "IconSpeaker", { enumerable: true, get: function () { return __importDefault(IconSpeaker_1).default; } });
|
|
1512
1500
|
var IconVideoAgentKnowledge_1 = require("./IconVideoAgentKnowledge");
|
|
@@ -1577,4 +1565,16 @@ var IconZoomOut_1 = require("./IconZoomOut");
|
|
|
1577
1565
|
Object.defineProperty(exports, "IconZoomOut", { enumerable: true, get: function () { return __importDefault(IconZoomOut_1).default; } });
|
|
1578
1566
|
var IconThumbDown_1 = require("./IconThumbDown");
|
|
1579
1567
|
Object.defineProperty(exports, "IconThumbDown", { enumerable: true, get: function () { return __importDefault(IconThumbDown_1).default; } });
|
|
1568
|
+
var IconModelGallery_1 = require("./IconModelGallery");
|
|
1569
|
+
Object.defineProperty(exports, "IconModelGallery", { enumerable: true, get: function () { return __importDefault(IconModelGallery_1).default; } });
|
|
1570
|
+
var IconMenuHiagent_1 = require("./IconMenuHiagent");
|
|
1571
|
+
Object.defineProperty(exports, "IconMenuHiagent", { enumerable: true, get: function () { return __importDefault(IconMenuHiagent_1).default; } });
|
|
1572
|
+
var IconDataOnlineTaggingsvg_1 = require("./IconDataOnlineTaggingsvg");
|
|
1573
|
+
Object.defineProperty(exports, "IconDataOnlineTaggingsvg", { enumerable: true, get: function () { return __importDefault(IconDataOnlineTaggingsvg_1).default; } });
|
|
1574
|
+
var IconMenuEvaluationSet_1 = require("./IconMenuEvaluationSet");
|
|
1575
|
+
Object.defineProperty(exports, "IconMenuEvaluationSet", { enumerable: true, get: function () { return __importDefault(IconMenuEvaluationSet_1).default; } });
|
|
1576
|
+
var IconMenuIndicators_1 = require("./IconMenuIndicators");
|
|
1577
|
+
Object.defineProperty(exports, "IconMenuIndicators", { enumerable: true, get: function () { return __importDefault(IconMenuIndicators_1).default; } });
|
|
1578
|
+
var IconDataInsight_1 = require("./IconDataInsight");
|
|
1579
|
+
Object.defineProperty(exports, "IconDataInsight", { enumerable: true, get: function () { return __importDefault(IconDataInsight_1).default; } });
|
|
1580
1580
|
__exportStar(require("./type"), exports);
|