@arco-iconbox/react-hiagent 0.1.18 → 0.1.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/IconAgentFile/index.d.ts +4 -0
- package/cjs/IconAgentFile/index.js +63 -0
- package/cjs/IconBarChart/index.d.ts +4 -0
- package/cjs/IconBarChart/index.js +61 -0
- package/cjs/IconCircularGraph/index.d.ts +4 -0
- package/cjs/IconCircularGraph/index.js +59 -0
- package/cjs/IconTreeAgentInvocation/index.d.ts +4 -0
- package/cjs/IconTreeAgentInvocation/index.js +64 -0
- package/cjs/IconTreeContentAudit/index.d.ts +4 -0
- package/cjs/IconTreeContentAudit/index.js +66 -0
- package/cjs/IconTreeDatabasePermission/index.d.ts +4 -0
- package/cjs/IconTreeDatabasePermission/index.js +67 -0
- package/cjs/IconTreeEmbeddingModel/index.d.ts +4 -0
- package/cjs/IconTreeEmbeddingModel/index.js +64 -0
- package/cjs/IconTreeKnowledgePermission/index.d.ts +4 -0
- package/cjs/IconTreeKnowledgePermission/index.js +67 -0
- package/cjs/IconTreeKnowledgeRetrieval/index.d.ts +4 -0
- package/cjs/IconTreeKnowledgeRetrieval/index.js +66 -0
- package/cjs/IconTreeMetadataFiltering/index.d.ts +4 -0
- package/cjs/IconTreeMetadataFiltering/index.js +66 -0
- package/cjs/IconTreePluginInvocation/index.d.ts +4 -0
- package/cjs/IconTreePluginInvocation/index.js +64 -0
- package/cjs/IconTreeRankModel/index.d.ts +4 -0
- package/cjs/IconTreeRankModel/index.js +68 -0
- package/cjs/IconTreeSQL/index.d.ts +4 -0
- package/cjs/IconTreeSQL/index.js +64 -0
- package/cjs/IconTreeSafetyAudit/index.d.ts +4 -0
- package/cjs/IconTreeSafetyAudit/index.js +66 -0
- package/cjs/index.d.ts +14 -0
- package/cjs/index.js +30 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconAgentFile/index.d.ts +4 -0
- package/esm/IconAgentFile/index.js +38 -0
- package/esm/IconBarChart/index.d.ts +4 -0
- package/esm/IconBarChart/index.js +36 -0
- package/esm/IconCircularGraph/index.d.ts +4 -0
- package/esm/IconCircularGraph/index.js +34 -0
- package/esm/IconTreeAgentInvocation/index.d.ts +4 -0
- package/esm/IconTreeAgentInvocation/index.js +39 -0
- package/esm/IconTreeContentAudit/index.d.ts +4 -0
- package/esm/IconTreeContentAudit/index.js +41 -0
- package/esm/IconTreeDatabasePermission/index.d.ts +4 -0
- package/esm/IconTreeDatabasePermission/index.js +42 -0
- package/esm/IconTreeEmbeddingModel/index.d.ts +4 -0
- package/esm/IconTreeEmbeddingModel/index.js +39 -0
- package/esm/IconTreeKnowledgePermission/index.d.ts +4 -0
- package/esm/IconTreeKnowledgePermission/index.js +42 -0
- package/esm/IconTreeKnowledgeRetrieval/index.d.ts +4 -0
- package/esm/IconTreeKnowledgeRetrieval/index.js +41 -0
- package/esm/IconTreeMetadataFiltering/index.d.ts +4 -0
- package/esm/IconTreeMetadataFiltering/index.js +41 -0
- package/esm/IconTreePluginInvocation/index.d.ts +4 -0
- package/esm/IconTreePluginInvocation/index.js +39 -0
- package/esm/IconTreeRankModel/index.d.ts +4 -0
- package/esm/IconTreeRankModel/index.js +43 -0
- package/esm/IconTreeSQL/index.d.ts +4 -0
- package/esm/IconTreeSQL/index.js +39 -0
- package/esm/IconTreeSafetyAudit/index.d.ts +4 -0
- package/esm/IconTreeSafetyAudit/index.js +41 -0
- package/esm/index.d.ts +14 -0
- package/esm/index.js +14 -0
- package/package.json +1 -1
- package/src/IconAgentFile/index.tsx +15 -0
- package/src/IconBarChart/index.tsx +15 -0
- package/src/IconCircularGraph/index.tsx +15 -0
- package/src/IconTreeAgentInvocation/index.tsx +15 -0
- package/src/IconTreeContentAudit/index.tsx +15 -0
- package/src/IconTreeDatabasePermission/index.tsx +15 -0
- package/src/IconTreeEmbeddingModel/index.tsx +15 -0
- package/src/IconTreeKnowledgePermission/index.tsx +15 -0
- package/src/IconTreeKnowledgeRetrieval/index.tsx +15 -0
- package/src/IconTreeMetadataFiltering/index.tsx +15 -0
- package/src/IconTreePluginInvocation/index.tsx +15 -0
- package/src/IconTreeRankModel/index.tsx +15 -0
- package/src/IconTreeSQL/index.tsx +15 -0
- package/src/IconTreeSafetyAudit/index.tsx +15 -0
- package/src/index.ts +14 -0
- package/umd/IconAgentFile/index.d.ts +4 -0
- package/umd/IconAgentFile/index.js +73 -0
- package/umd/IconBarChart/index.d.ts +4 -0
- package/umd/IconBarChart/index.js +71 -0
- package/umd/IconCircularGraph/index.d.ts +4 -0
- package/umd/IconCircularGraph/index.js +69 -0
- package/umd/IconTreeAgentInvocation/index.d.ts +4 -0
- package/umd/IconTreeAgentInvocation/index.js +74 -0
- package/umd/IconTreeContentAudit/index.d.ts +4 -0
- package/umd/IconTreeContentAudit/index.js +76 -0
- package/umd/IconTreeDatabasePermission/index.d.ts +4 -0
- package/umd/IconTreeDatabasePermission/index.js +77 -0
- package/umd/IconTreeEmbeddingModel/index.d.ts +4 -0
- package/umd/IconTreeEmbeddingModel/index.js +74 -0
- package/umd/IconTreeKnowledgePermission/index.d.ts +4 -0
- package/umd/IconTreeKnowledgePermission/index.js +77 -0
- package/umd/IconTreeKnowledgeRetrieval/index.d.ts +4 -0
- package/umd/IconTreeKnowledgeRetrieval/index.js +76 -0
- package/umd/IconTreeMetadataFiltering/index.d.ts +4 -0
- package/umd/IconTreeMetadataFiltering/index.js +76 -0
- package/umd/IconTreePluginInvocation/index.d.ts +4 -0
- package/umd/IconTreePluginInvocation/index.js +74 -0
- package/umd/IconTreeRankModel/index.d.ts +4 -0
- package/umd/IconTreeRankModel/index.js +78 -0
- package/umd/IconTreeSQL/index.d.ts +4 -0
- package/umd/IconTreeSQL/index.js +74 -0
- package/umd/IconTreeSafetyAudit/index.d.ts +4 -0
- package/umd/IconTreeSafetyAudit/index.js +76 -0
- package/umd/index.d.ts +14 -0
- package/umd/index.js +30 -2
|
@@ -0,0 +1,42 @@
|
|
|
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 IconTreeKnowledgePermissionComponent(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 ? false : _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-tree_knowledge_permission").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { clipPath: "url(#svg_a2155697ea__clip0_37122_1120272)" },
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#F6BB45', d: "M0 0H24V24H0z" }),
|
|
33
|
+
React.createElement("path", { d: "M7.33317 18.6667H16.6665C17.0347 18.6667 17.3332 18.3682 17.3332 18V8.66671H13.9998V5.33337H7.33317C6.96498 5.33337 6.6665 5.63185 6.6665 6.00004V18C6.6665 18.3682 6.96498 18.6667 7.33317 18.6667Z", fill: useCurrentColor ? 'currentColor' : '#fff', stroke: "#fff", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
34
|
+
React.createElement("path", { d: "M14 5.33337L17.3333 8.66671Z", fill: useCurrentColor ? 'currentColor' : '#fff' }),
|
|
35
|
+
React.createElement("path", { d: "M14 5.33337L17.3333 8.66671", stroke: "#fff", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
36
|
+
React.createElement("path", { d: "M12.0039 9.88086C12.6881 9.88086 13.1929 10.1566 13.5146 10.5645C13.8212 10.9533 13.9354 11.427 13.9355 11.8115V12.7432H14.5088C14.7849 12.7432 15.0088 12.967 15.0088 13.2432V16.1055C15.0087 16.3816 14.7849 16.6055 14.5088 16.6055H9.5C9.22407 16.6053 9.00007 16.3814 9 16.1055V13.2432C9.00002 12.9672 9.22404 12.7434 9.5 12.7432H10.0732V11.8115C10.0734 11.4271 10.1868 10.9533 10.4932 10.5645C10.8147 10.1565 11.3198 9.88107 12.0039 9.88086ZM12.0039 10.8809C11.6157 10.8811 11.4048 11.0245 11.2793 11.1836C11.1389 11.3617 11.0734 11.6035 11.0732 11.8115V12.7432H12.9355V11.8115C12.9354 11.6035 12.8699 11.3617 12.7295 11.1836C12.6039 11.0245 12.3925 10.8809 12.0039 10.8809Z", fill: useCurrentColor ? 'currentColor' : '#F6BB45' })),
|
|
37
|
+
React.createElement("defs", null,
|
|
38
|
+
React.createElement("clipPath", { id: "svg_a2155697ea__clip0_37122_1120272" },
|
|
39
|
+
React.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
|
|
40
|
+
}
|
|
41
|
+
var IconTreeKnowledgePermission = React.forwardRef(IconTreeKnowledgePermissionComponent);
|
|
42
|
+
export default IconTreeKnowledgePermission;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeKnowledgeRetrieval: 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 IconTreeKnowledgeRetrieval;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 IconTreeKnowledgeRetrievalComponent(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 ? false : _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-tree_knowledge_retrieval").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { clipPath: "url(#svg_8bedce4e54__clip0_37122_1120080)" },
|
|
32
|
+
React.createElement("path", { d: "M16.8 0H7.2C3.22355 0 0 3.22355 0 7.2V16.8C0 20.7765 3.22355 24 7.2 24H16.8C20.7765 24 24 20.7765 24 16.8V7.2C24 3.22355 20.7765 0 16.8 0Z", fill: useCurrentColor ? 'currentColor' : '#F6BB45' }),
|
|
33
|
+
React.createElement("g", { fill: useCurrentColor ? 'currentColor' : '#fff' },
|
|
34
|
+
React.createElement("path", { d: "M13.8717 5.00037C14.018 5.00033 14.1585 5.05745 14.263 5.15974L18.1327 8.94022C18.1857 8.99231 18.2281 9.05442 18.2569 9.12303C18.2857 9.19183 18.3003 9.26638 18.3002 9.34099C18.3002 10.8934 18.2895 12.4323 18.2791 13.9734C17.9713 13.4028 17.5232 12.9185 16.9725 12.573C16.3746 12.1982 15.6813 12 14.9756 12H14.7073L14.6943 12.0117C14.1927 12.0494 13.7017 12.1868 13.2529 12.4183C12.7208 12.6931 12.2618 13.0916 11.9146 13.5797C11.5676 14.0679 11.343 14.633 11.2584 15.2262C11.1739 15.8195 11.2314 16.425 11.4283 16.991C11.6253 17.5571 11.9558 18.0678 12.3904 18.4805C12.601 18.6804 12.8338 18.8539 13.083 18.9996H6.26036C5.95056 18.9996 5.70038 18.7495 5.7002 18.4406V5.55935C5.70051 5.4112 5.75951 5.2692 5.86426 5.16443C5.96928 5.05957 6.11195 5.0004 6.26036 5.00037H13.8717ZM12.3435 17.4047C12.3187 17.3649 12.294 17.3249 12.2709 17.2839L12.1842 17.1199C12.2319 17.2177 12.2859 17.3125 12.3435 17.4047ZM17.9358 14.8077L17.9943 15.0164C17.9696 14.9156 17.9379 14.8167 17.9029 14.7187C17.9134 14.7486 17.9262 14.7777 17.9358 14.8077ZM17.774 14.4024C17.8195 14.4962 17.858 14.5931 17.8935 14.6906C17.8579 14.5934 17.8182 14.4973 17.7728 14.4035C17.7518 14.36 17.7278 14.318 17.7049 14.2758C17.7278 14.3179 17.7531 14.3591 17.774 14.4024ZM16.6279 13.1238L16.438 13.0148C16.5022 13.049 16.5661 13.085 16.6279 13.1238ZM8.15058 11.3004C8.05798 11.3004 7.96895 11.337 7.90332 11.4023C7.83772 11.4678 7.80048 11.5569 7.8002 11.6496V12.3504C7.8002 12.5436 7.95738 12.6996 8.15058 12.6996H11.6498C11.843 12.6996 12.0002 12.5436 12.0002 12.3504V11.6496C11.9999 11.5569 11.9627 11.4678 11.8971 11.4023C11.8314 11.337 11.7424 11.3004 11.6498 11.3004H8.15058ZM14.9756 12.6504C14.8982 12.6504 14.8204 12.6529 14.7435 12.6585L14.5138 12.6843C14.6661 12.6613 14.8207 12.6504 14.9756 12.6504ZM8.15058 7.79998C8.05773 7.79998 7.969 7.83747 7.90332 7.90311C7.83765 7.96878 7.80021 8.05749 7.8002 8.15037V8.84998C7.8002 9.04318 7.95738 9.20037 8.15058 9.20037H11.6498C11.843 9.20037 12.0002 9.04318 12.0002 8.84998V8.15037C12.0002 8.05749 11.9627 7.96878 11.8971 7.90311C11.8314 7.83747 11.7427 7.79998 11.6498 7.79998H8.15058Z" }),
|
|
35
|
+
React.createElement("path", { d: "M15.0142 13.5004C15.4453 13.5004 15.8686 13.6219 16.2339 13.851C16.599 14.0799 16.8919 14.4073 17.0796 14.7953C17.2674 15.1835 17.3426 15.6167 17.2954 16.0453C17.2655 16.3165 17.187 16.5788 17.0659 16.8207L18.0767 17.8138C18.3128 18.046 18.3164 18.4251 18.0845 18.6615C17.8523 18.8979 17.4722 18.9015 17.2358 18.6693L16.2642 17.7152C16.0183 17.8752 15.7447 17.9886 15.4556 18.0453C15.0964 18.1156 14.725 18.0997 14.3735 17.9974C14.0222 17.8952 13.7006 17.7102 13.4351 17.4584C13.1696 17.2063 12.9675 16.8939 12.8472 16.5482C12.7269 16.2027 12.6911 15.8333 12.7427 15.4711C12.7943 15.1087 12.932 14.7636 13.144 14.4652C13.3562 14.1669 13.6371 13.9241 13.9624 13.7562C14.2877 13.5884 14.6481 13.5004 15.0142 13.5004Z" }))),
|
|
36
|
+
React.createElement("defs", null,
|
|
37
|
+
React.createElement("clipPath", { id: "svg_8bedce4e54__clip0_37122_1120080" },
|
|
38
|
+
React.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
|
|
39
|
+
}
|
|
40
|
+
var IconTreeKnowledgeRetrieval = React.forwardRef(IconTreeKnowledgeRetrievalComponent);
|
|
41
|
+
export default IconTreeKnowledgeRetrieval;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeMetadataFiltering: 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 IconTreeMetadataFiltering;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 IconTreeMetadataFilteringComponent(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 ? false : _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-tree_metadata_filtering").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { clipPath: "url(#svg_60471b968c__clip0_37122_1120105)" },
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#F6BB45', d: "M0 0H24V24H0z" }),
|
|
33
|
+
React.createElement("g", { fill: useCurrentColor ? 'currentColor' : '#fff' },
|
|
34
|
+
React.createElement("path", { d: "M13.8721 5.00037C14.0181 5.00042 14.1583 5.05751 14.2627 5.15955L18.1328 8.93982C18.1859 8.99191 18.228 9.05481 18.2568 9.12341C18.2855 9.19213 18.2999 9.26668 18.2998 9.34119V11.2758C18.3033 11.42 18.3093 11.5616 18.3145 11.7006H14.585C13.2813 11.7009 12.5257 13.1764 13.2871 14.2347L14.9004 16.4779V18.1517C14.9005 18.4578 14.9886 18.7488 15.1436 18.9974C14.1159 19.0088 12.8196 18.9994 11.1914 18.9994H6.26074C5.95101 18.9994 5.70047 18.7496 5.7002 18.4408V5.55896C5.70061 5.41095 5.7596 5.26911 5.86426 5.16443C5.96928 5.05957 6.11234 5.0004 6.26074 5.00037H13.8721ZM8.15039 11.8568C8.05786 11.8569 7.9689 11.8941 7.90332 11.9594C7.83784 12.0248 7.80009 12.1139 7.7998 12.2064V12.9066C7.7998 13.0998 7.95728 13.2561 8.15039 13.2562H11.6494C11.8426 13.2562 12 13.0998 12 12.9066V12.2064C11.9997 12.114 11.9628 12.0248 11.8975 11.9594C11.8318 11.894 11.742 11.8568 11.6494 11.8568H8.15039ZM8.15039 8.35681C8.0577 8.35686 7.96893 8.39388 7.90332 8.45935C7.83764 8.52504 7.79982 8.61452 7.7998 8.7074V9.40662C7.7998 9.59975 7.95728 9.7571 8.15039 9.7572H11.6494C11.8426 9.7572 12 9.59982 12 9.40662V8.7074C12 8.61452 11.9631 8.52504 11.8975 8.45935C11.8318 8.39372 11.7423 8.35681 11.6494 8.35681H8.15039Z" }),
|
|
35
|
+
React.createElement("path", { d: "M14.5852 13C14.3407 13 14.1989 13.2768 14.3417 13.4752L16.1433 15.9793C16.18 16.0303 16.1998 16.0916 16.1998 16.1545V18.1512C16.1998 18.2735 16.274 18.3835 16.3874 18.4293L17.3874 18.8334C17.5846 18.9131 17.7998 18.7679 17.7998 18.5552V16.1545C17.7998 16.0916 17.8195 16.0303 17.8563 15.9793L19.6579 13.4752C19.8007 13.2768 19.6588 13 19.4144 13H14.5852Z" }))),
|
|
36
|
+
React.createElement("defs", null,
|
|
37
|
+
React.createElement("clipPath", { id: "svg_60471b968c__clip0_37122_1120105" },
|
|
38
|
+
React.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
|
|
39
|
+
}
|
|
40
|
+
var IconTreeMetadataFiltering = React.forwardRef(IconTreeMetadataFilteringComponent);
|
|
41
|
+
export default IconTreeMetadataFiltering;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreePluginInvocation: 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 IconTreePluginInvocation;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 IconTreePluginInvocationComponent(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 ? false : _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-tree_plugin_invocation").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { clipPath: "url(#svg_c2f7520c22__clip0_37122_1120123)" },
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#6A8CE9', d: "M0 0H24V24H0z" }),
|
|
33
|
+
React.createElement("path", { d: "M11.6379 4C11.9652 4.00003 12.2877 4.07861 12.5784 4.22914C12.8691 4.37968 13.1194 4.59777 13.3083 4.86509C13.4972 5.13243 13.6191 5.44118 13.6641 5.76544C13.7089 6.08969 13.6752 6.41997 13.5659 6.72853H16.4099C17.1637 6.72853 17.7736 7.33839 17.7736 8.0912V10.9351C18.0822 10.826 18.4124 10.7926 18.7365 10.8375C19.0606 10.8825 19.3693 11.0046 19.6365 11.1935C19.9037 11.3824 20.1216 11.6327 20.2721 11.9234C20.4225 12.214 20.5011 12.5365 20.5011 12.8638C20.5011 13.191 20.4225 13.5134 20.2721 13.8041C20.1216 14.0947 19.9037 14.3451 19.6365 14.534C19.3693 14.7229 19.0606 14.845 18.7365 14.8899C18.4124 14.9349 18.0822 14.9014 17.7736 14.7923V17.6362C17.7736 18.3891 17.1637 19 16.4099 19H13.567C13.6758 18.6915 13.7091 18.3614 13.6639 18.0374C13.6188 17.7134 13.4966 17.405 13.3076 17.138C13.1187 16.8709 12.8684 16.6531 12.5779 16.5028C12.2873 16.3525 11.965 16.274 11.6379 16.274C11.3107 16.274 10.9884 16.3525 10.6978 16.5028C10.4073 16.6531 10.157 16.8709 9.96808 17.138C9.77912 17.405 9.65694 17.7134 9.61182 18.0374C9.56668 18.3614 9.59992 18.6915 9.70873 19H6.86373C6.50204 19 6.15517 18.8564 5.89943 18.6006C5.64368 18.3449 5.5 17.9979 5.5 17.6362V14.7923C5.80854 14.9014 6.13875 14.9349 6.4629 14.8899C6.78706 14.845 7.0957 14.7229 7.3629 14.534C7.63011 14.3451 7.84808 14.0947 7.99853 13.8041C8.14897 13.5134 8.22748 13.191 8.22748 12.8638C8.22748 12.5365 8.14897 12.214 7.99853 11.9234C7.84808 11.6327 7.63011 11.3824 7.3629 11.1935C7.0957 11.0046 6.78706 10.8825 6.4629 10.8375C6.13875 10.7926 5.80854 10.826 5.5 10.9351V8.0912C5.5 7.33839 6.11092 6.72747 6.86373 6.72747H9.70767C9.59871 6.41878 9.56544 6.08844 9.61064 5.76423C9.65584 5.44001 9.77818 5.13137 9.96741 4.86425C10.1566 4.59712 10.4072 4.37931 10.698 4.2291C10.9889 4.0789 11.3116 4.0007 11.6389 4.00106L11.6379 4Z", fill: useCurrentColor ? 'currentColor' : '#fff' })),
|
|
34
|
+
React.createElement("defs", null,
|
|
35
|
+
React.createElement("clipPath", { id: "svg_c2f7520c22__clip0_37122_1120123" },
|
|
36
|
+
React.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
|
|
37
|
+
}
|
|
38
|
+
var IconTreePluginInvocation = React.forwardRef(IconTreePluginInvocationComponent);
|
|
39
|
+
export default IconTreePluginInvocation;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeRankModel: 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 IconTreeRankModel;
|
|
@@ -0,0 +1,43 @@
|
|
|
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 IconTreeRankModelComponent(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 ? false : _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-tree_rank_model").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { clipPath: "url(#svg_ffe9fb711b__clip0_37122_1120218)" },
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#26C998', d: "M0 0H24V24H0z" }),
|
|
33
|
+
React.createElement("mask", { id: "svg_ffe9fb711b__a", maskUnits: "userSpaceOnUse", x: "4", y: "3.4", width: "16", height: "17", fill: useCurrentColor ? 'currentColor' : '#000' },
|
|
34
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M4 3.4H20V20.4H4z" }),
|
|
35
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19 5.50529C19 5.70876 18.8351 5.87371 18.6316 5.87371L6.47368 5.87371L6.47368 19.1369C6.47368 19.3403 6.30874 19.5053 6.10526 19.5053L5.36842 19.5053C5.16495 19.5053 5 19.3403 5 19.1369L5 4.76844C5 4.56497 5.16495 4.40002 5.36842 4.40002L18.6316 4.40002C18.8351 4.40002 19 4.56497 19 4.76845V5.50529ZM12.7366 9.55797C12.7366 9.76144 12.5717 9.92639 12.3682 9.92639L7.94716 9.92639C7.74369 9.92639 7.57874 9.76144 7.57874 9.55797L7.57874 8.82113C7.57874 8.61765 7.74369 8.45271 7.94716 8.45271L12.3682 8.45271C12.5717 8.45271 12.7366 8.61765 12.7366 8.82113L12.7366 9.55797ZM15.316 13.6105C15.316 13.814 15.151 13.9789 14.9476 13.9789L7.94758 13.9789C7.7441 13.9789 7.57915 13.814 7.57915 13.6105L7.57915 12.8737C7.57915 12.6702 7.7441 12.5052 7.94758 12.5052L14.9476 12.5052C15.151 12.5052 15.316 12.6702 15.316 12.8737L15.316 13.6105ZM17.8947 17.6632C17.8947 17.8667 17.7298 18.0316 17.5263 18.0316L7.94737 18.0316C7.7439 18.0316 7.57895 17.8667 7.57895 17.6632L7.57895 16.9263C7.57895 16.7229 7.7439 16.5579 7.94737 16.5579L17.5263 16.5579C17.7298 16.5579 17.8947 16.7229 17.8947 16.9263L17.8947 17.6632Z" })),
|
|
36
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19 5.50529C19 5.70876 18.8351 5.87371 18.6316 5.87371L6.47368 5.87371L6.47368 19.1369C6.47368 19.3403 6.30874 19.5053 6.10526 19.5053L5.36842 19.5053C5.16495 19.5053 5 19.3403 5 19.1369L5 4.76844C5 4.56497 5.16495 4.40002 5.36842 4.40002L18.6316 4.40002C18.8351 4.40002 19 4.56497 19 4.76845V5.50529ZM12.7366 9.55797C12.7366 9.76144 12.5717 9.92639 12.3682 9.92639L7.94716 9.92639C7.74369 9.92639 7.57874 9.76144 7.57874 9.55797L7.57874 8.82113C7.57874 8.61765 7.74369 8.45271 7.94716 8.45271L12.3682 8.45271C12.5717 8.45271 12.7366 8.61765 12.7366 8.82113L12.7366 9.55797ZM15.316 13.6105C15.316 13.814 15.151 13.9789 14.9476 13.9789L7.94758 13.9789C7.7441 13.9789 7.57915 13.814 7.57915 13.6105L7.57915 12.8737C7.57915 12.6702 7.7441 12.5052 7.94758 12.5052L14.9476 12.5052C15.151 12.5052 15.316 12.6702 15.316 12.8737L15.316 13.6105ZM17.8947 17.6632C17.8947 17.8667 17.7298 18.0316 17.5263 18.0316L7.94737 18.0316C7.7439 18.0316 7.57895 17.8667 7.57895 17.6632L7.57895 16.9263C7.57895 16.7229 7.7439 16.5579 7.94737 16.5579L17.5263 16.5579C17.7298 16.5579 17.8947 16.7229 17.8947 16.9263L17.8947 17.6632Z", fill: useCurrentColor ? 'currentColor' : '#fff' }),
|
|
37
|
+
React.createElement("path", { d: "M6.47368 5.87371V5.77371L6.37368 5.77371V5.87371L6.47368 5.87371ZM12.7366 9.55797H12.6366H12.7366ZM7.57874 9.55797H7.47874H7.57874ZM7.57874 8.82113H7.67874H7.57874ZM12.7366 8.82113H12.8366H12.7366ZM15.316 13.6105H15.216H15.316ZM7.57915 13.6105H7.47915H7.57915ZM7.57915 12.8737H7.67915H7.57915ZM15.316 12.8737H15.416H15.316ZM17.8947 17.6632H17.7947H17.8947ZM7.57895 17.6632H7.47895H7.57895ZM7.57895 16.9263H7.67895H7.57895ZM17.8947 16.9263H17.9947H17.8947ZM19 5.50529L18.9 5.50529C18.9 5.65353 18.7798 5.77371 18.6316 5.77371V5.87371V5.97371C18.8903 5.97371 19.1 5.76399 19.1 5.50529L19 5.50529ZM18.6316 5.87371V5.77371L6.47368 5.77371V5.87371V5.97371L18.6316 5.97371V5.87371ZM6.47368 5.87371L6.37368 5.87371L6.37368 19.1369L6.47368 19.1369L6.57368 19.1369L6.57368 5.87371L6.47368 5.87371ZM6.47368 19.1369L6.37368 19.1369C6.37368 19.2851 6.25351 19.4053 6.10526 19.4053V19.5053V19.6053C6.36397 19.6053 6.57368 19.3956 6.57368 19.1369L6.47368 19.1369ZM6.10526 19.5053V19.4053L5.36842 19.4053V19.5053V19.6053L6.10526 19.6053V19.5053ZM5.36842 19.5053V19.4053C5.22018 19.4053 5.1 19.2851 5.1 19.1369L5 19.1369L4.9 19.1369C4.9 19.3956 5.10972 19.6053 5.36842 19.6053V19.5053ZM5 19.1369L5.1 19.1369L5.1 4.76844L5 4.76844L4.9 4.76844L4.9 19.1369L5 19.1369ZM5 4.76844L5.1 4.76844C5.1 4.6202 5.22018 4.50002 5.36842 4.50002V4.40002V4.30002C5.10972 4.30002 4.9 4.50974 4.9 4.76844L5 4.76844ZM5.36842 4.40002V4.50002L18.6316 4.50002V4.40002V4.30002L5.36842 4.30002V4.40002ZM18.6316 4.40002V4.50002C18.7798 4.50002 18.9 4.6202 18.9 4.76845L19 4.76845L19.1 4.76845C19.1 4.50974 18.8903 4.30002 18.6316 4.30002V4.40002ZM19 4.76845L18.9 4.76845V5.50529L19 5.50529L19.1 5.50529V4.76845L19 4.76845ZM12.7366 9.55797H12.6366C12.6366 9.70621 12.5165 9.82639 12.3682 9.82639V9.92639V10.0264C12.6269 10.0264 12.8366 9.81667 12.8366 9.55797H12.7366ZM12.3682 9.92639V9.82639L7.94716 9.82639V9.92639V10.0264L12.3682 10.0264V9.92639ZM7.94716 9.92639V9.82639C7.79892 9.82639 7.67874 9.70621 7.67874 9.55797H7.57874H7.47874C7.47874 9.81667 7.68846 10.0264 7.94716 10.0264V9.92639ZM7.57874 9.55797L7.67874 9.55797L7.67874 8.82113L7.57874 8.82113L7.47874 8.82113L7.47874 9.55797L7.57874 9.55797ZM7.57874 8.82113H7.67874C7.67874 8.67288 7.79892 8.55271 7.94716 8.55271V8.45271V8.35271C7.68846 8.35271 7.47874 8.56243 7.47874 8.82113L7.57874 8.82113ZM7.94716 8.45271V8.55271L12.3682 8.55271V8.45271V8.35271L7.94716 8.35271V8.45271ZM12.3682 8.45271V8.55271C12.5165 8.55271 12.6366 8.67288 12.6366 8.82113H12.7366H12.8366C12.8366 8.56243 12.6269 8.35271 12.3682 8.35271V8.45271ZM12.7366 8.82113L12.6366 8.82113L12.6366 9.55797L12.7366 9.55797L12.8366 9.55797L12.8366 8.82113L12.7366 8.82113ZM15.316 13.6105H15.216C15.216 13.7587 15.0958 13.8789 14.9476 13.8789V13.9789V14.0789C15.2063 14.0789 15.416 13.8692 15.416 13.6105L15.316 13.6105ZM14.9476 13.9789V13.8789L7.94758 13.8789V13.9789V14.0789L14.9476 14.0789V13.9789ZM7.94758 13.9789V13.8789C7.79933 13.8789 7.67915 13.7587 7.67915 13.6105L7.57915 13.6105H7.47915C7.47915 13.8692 7.68887 14.0789 7.94758 14.0789V13.9789ZM7.57915 13.6105L7.67915 13.6105L7.67915 12.8737L7.57915 12.8737L7.47915 12.8737L7.47915 13.6105L7.57915 13.6105ZM7.57915 12.8737H7.67915C7.67915 12.7254 7.79933 12.6052 7.94758 12.6052V12.5052V12.4052C7.68887 12.4052 7.47915 12.615 7.47915 12.8737L7.57915 12.8737ZM7.94758 12.5052V12.6052L14.9476 12.6052V12.5052V12.4052L7.94758 12.4052V12.5052ZM14.9476 12.5052V12.6052C15.0958 12.6052 15.216 12.7254 15.216 12.8737L15.316 12.8737H15.416C15.416 12.615 15.2063 12.4052 14.9476 12.4052V12.5052ZM15.316 12.8737L15.216 12.8737L15.216 13.6105L15.316 13.6105L15.416 13.6105L15.416 12.8737L15.316 12.8737ZM17.8947 17.6632H17.7947C17.7947 17.8114 17.6746 17.9316 17.5263 17.9316V18.0316V18.1316C17.785 18.1316 17.9947 17.9219 17.9947 17.6632H17.8947ZM17.5263 18.0316V17.9316L7.94737 17.9316V18.0316V18.1316L17.5263 18.1316V18.0316ZM7.94737 18.0316V17.9316C7.79912 17.9316 7.67895 17.8114 7.67895 17.6632L7.57895 17.6632H7.47895C7.47895 17.9219 7.68867 18.1316 7.94737 18.1316V18.0316ZM7.57895 17.6632L7.67895 17.6632L7.67895 16.9263L7.57895 16.9263L7.47895 16.9263L7.47895 17.6632L7.57895 17.6632ZM7.57895 16.9263H7.67895C7.67895 16.7781 7.79912 16.6579 7.94737 16.6579V16.5579V16.4579C7.68867 16.4579 7.47895 16.6676 7.47895 16.9263H7.57895ZM7.94737 16.5579V16.6579L17.5263 16.6579V16.5579V16.4579L7.94737 16.4579V16.5579ZM17.5263 16.5579V16.6579C17.6746 16.6579 17.7947 16.7781 17.7947 16.9263H17.8947H17.9947C17.9947 16.6676 17.785 16.4579 17.5263 16.4579V16.5579ZM17.8947 16.9263L17.7947 16.9263L17.7947 17.6632L17.8947 17.6632L17.9947 17.6632L17.9947 16.9263L17.8947 16.9263Z", fill: useCurrentColor ? 'currentColor' : '#fff', mask: "url(#svg_ffe9fb711b__a)" })),
|
|
38
|
+
React.createElement("defs", null,
|
|
39
|
+
React.createElement("clipPath", { id: "svg_ffe9fb711b__clip0_37122_1120218" },
|
|
40
|
+
React.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
|
|
41
|
+
}
|
|
42
|
+
var IconTreeRankModel = React.forwardRef(IconTreeRankModelComponent);
|
|
43
|
+
export default IconTreeRankModel;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeSQL: 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 IconTreeSQL;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 IconTreeSQLComponent(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 ? false : _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-tree_SQL").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { clipPath: "url(#svg_9778840a01__clip0_37122_1120129)" },
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#2A86A7', d: "M0 0H24V24H0z" }),
|
|
33
|
+
React.createElement("path", { d: "M8.25732 13.7104C8.25732 14.22 8.21626 14.5846 8.13513 14.8038C8.04889 15.0324 7.91044 15.242 7.72882 15.4189C7.53886 15.6094 7.27102 15.7453 6.92922 15.8268C6.58579 15.9087 6.17557 15.9509 5.70018 15.9509C5.18569 15.9509 4.76145 15.9078 4.42845 15.8215C4.09415 15.735 3.83055 15.5878 3.63505 15.3802C3.43628 15.1668 3.29029 14.9172 3.2069 14.6484C3.11697 14.3686 3.07201 13.9207 3.07201 13.308V12.9709H5.21404V13.7996C5.21404 14.1024 5.23587 14.3092 5.27823 14.4221C5.32189 14.534 5.43267 14.5899 5.61383 14.5899C5.91849 14.5899 6.0713 14.3488 6.0713 13.8646C6.0713 13.5535 6.05208 13.3204 6.0133 13.1653C5.97486 13.0108 5.86179 12.8463 5.67118 12.6737C4.78426 12.0941 4.17593 11.6628 3.84326 11.3783C3.28152 10.9029 3 10.2036 3 9.28013C3 8.95131 3.02183 8.66711 3.06419 8.42456C3.10655 8.1832 3.19517 7.95483 3.32909 7.73769C3.50849 7.46151 3.79295 7.25424 4.12901 7.15481C4.47081 7.05111 4.92861 7 5.49947 7C6.0524 7 6.48837 7.03043 6.80703 7.09099C7.1257 7.15156 7.3906 7.2845 7.60044 7.49189C7.81027 7.69958 7.94745 7.9631 8.01425 8.28216C8.05302 8.47242 8.07094 8.82191 8.07094 9.33153V9.44823H5.94455V9.04703C5.94455 8.81394 5.93934 8.67066 5.93054 8.61925C5.89177 8.42102 5.77382 8.32087 5.5731 8.32087C5.2968 8.32087 5.15897 8.55396 5.15897 9.02015C5.15897 9.38294 5.22349 9.64262 5.35186 9.79772C5.48057 9.95252 5.87743 10.2255 6.54506 10.6137C7.27786 11.0368 7.75879 11.4855 7.98753 11.9612C8.16706 12.3325 8.25732 12.9154 8.25732 13.7104ZM15.0858 17H13.1712C12.5143 17 12.095 16.9182 11.9138 16.7536C11.7724 16.6242 11.7007 16.3433 11.7007 15.911C11.4598 15.9117 11.2198 15.8857 10.9858 15.8336C10.7409 15.7749 10.509 15.6783 10.3003 15.548C9.79525 15.2549 9.47105 14.8664 9.32866 14.3825C9.23351 14.0634 9.18725 13.5024 9.18725 12.6994V9.94041C9.18725 9.55251 9.19735 9.23493 9.22178 8.98913C9.24388 8.74836 9.29916 8.51106 9.38633 8.28276C9.57662 7.834 9.89821 7.50755 10.3505 7.30488C10.8031 7.10192 11.3625 7.00059 12.0279 7.00059C12.8187 7.00059 13.4615 7.11965 13.9565 7.35747C14.4517 7.59411 14.786 7.96369 14.9568 8.46504C15.0236 8.64584 15.0607 8.88957 15.0715 9.19593C15.0803 9.50258 15.0858 9.73331 15.0858 9.88989V12.7913C15.0858 13.516 15.0519 14.0173 14.9848 14.2939C14.8437 14.8883 14.3527 15.2776 13.514 15.4593C13.514 15.675 13.5567 15.8044 13.643 15.8475C13.7281 15.8904 13.9196 15.9116 14.2135 15.9116H15.0858V17ZM12.528 13.7104V9.08573C12.528 8.81778 12.5055 8.62398 12.4576 8.50285C12.4101 8.38172 12.3045 8.32116 12.1426 8.32116C11.962 8.32116 11.8493 8.38616 11.8066 8.51585C11.7646 8.64525 11.7428 8.90375 11.7428 9.29342V13.8652C11.7428 14.0983 11.7669 14.2788 11.8148 14.41C11.8623 14.5382 11.9666 14.6032 12.1285 14.6032C12.3947 14.6032 12.528 14.306 12.528 13.7104ZM20.9997 15.911H16.1281V7.0003H18.6853V14.1367H21V15.911H20.9997Z", fill: useCurrentColor ? 'currentColor' : '#fff' })),
|
|
34
|
+
React.createElement("defs", null,
|
|
35
|
+
React.createElement("clipPath", { id: "svg_9778840a01__clip0_37122_1120129" },
|
|
36
|
+
React.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
|
|
37
|
+
}
|
|
38
|
+
var IconTreeSQL = React.forwardRef(IconTreeSQLComponent);
|
|
39
|
+
export default IconTreeSQL;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeSafetyAudit: 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 IconTreeSafetyAudit;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 IconTreeSafetyAuditComponent(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 ? false : _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-tree_safety_audit").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { clipPath: "url(#svg_39bd48dee1__clip0_37122_1120137)" },
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#39BFBF', d: "M0 0H24V24H0z" }),
|
|
33
|
+
React.createElement("g", { fill: useCurrentColor ? 'currentColor' : '#fff' },
|
|
34
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7757 4.55744C10.8627 4.51956 10.9567 4.5 11.0518 4.5C11.1468 4.5 11.2408 4.51956 11.3279 4.55744L17.2128 7.11221C17.3353 7.16522 17.4395 7.25251 17.5127 7.36338C17.586 7.47426 17.625 7.6039 17.625 7.73643L17.6241 10.4011C17.6241 13.2283 16.6795 15.0772 15.4498 16.5777C14.336 17.9368 12.768 18.9689 11.2368 19.4697C11.1171 19.5095 10.9876 19.5101 10.8676 19.4714C10.2544 19.2721 8.2381 18.4997 6.65458 16.5598C5.07879 14.6301 4.50258 12.754 4.50258 10.264L4.50172 8.85627L4.5 7.73558C4.50013 7.60329 4.53909 7.4739 4.61214 7.3632C4.68518 7.2525 4.78915 7.16529 4.91134 7.11221L10.7757 4.55744Z" }),
|
|
35
|
+
React.createElement("path", { d: "M12.9365 10.377C12.9365 8.58323 14.5812 7.17809 16.4316 7.56348C17.5261 7.79133 18.4045 8.66577 18.6357 9.75879C18.8501 10.7708 18.521 11.7228 17.8867 12.375L18.3555 13.4766C18.3752 13.523 18.4224 13.5547 18.4756 13.5547H20.0674C20.7191 13.5547 21.25 14.0824 21.25 14.7363V16.4258C21.25 16.8505 21.0252 17.2196 20.6904 17.4277C20.7808 17.577 20.8301 17.7491 20.8301 17.9268V18.3467L20.8262 18.4414C20.8169 18.5359 20.7933 18.6288 20.7568 18.7168C20.7083 18.834 20.6375 18.9407 20.5479 19.0303C20.4581 19.1198 20.3514 19.1909 20.2344 19.2393C20.1173 19.2876 19.9918 19.3125 19.8652 19.3125H11.7676C11.2361 19.3125 10.8019 18.8824 10.8018 18.3477V17.9258C10.802 17.7498 10.8515 17.5798 10.9404 17.4316C10.6022 17.2242 10.375 16.8528 10.375 16.4258V14.7363C10.375 14.0821 10.9064 13.5547 11.5576 13.5547H13.2012L13.2393 13.5488C13.2513 13.5452 13.2629 13.5401 13.2734 13.5332C13.2946 13.5192 13.3106 13.4993 13.3203 13.4766L13.7783 12.3994C13.2621 11.8831 12.9366 11.1706 12.9365 10.377Z", stroke: "#39BFBF", strokeWidth: "1.5" }))),
|
|
36
|
+
React.createElement("defs", null,
|
|
37
|
+
React.createElement("clipPath", { id: "svg_39bd48dee1__clip0_37122_1120137" },
|
|
38
|
+
React.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
|
|
39
|
+
}
|
|
40
|
+
var IconTreeSafetyAudit = React.forwardRef(IconTreeSafetyAuditComponent);
|
|
41
|
+
export default IconTreeSafetyAudit;
|
package/esm/index.d.ts
CHANGED
|
@@ -1495,4 +1495,18 @@ export { default as IconMCPAgentPublish } from './IconMCPAgentPublish';
|
|
|
1495
1495
|
export { default as IconWebsdk } from './IconWebsdk';
|
|
1496
1496
|
export { default as IconKnowledgeSpreadsheet } from './IconKnowledgeSpreadsheet';
|
|
1497
1497
|
export { default as IconExperienceCenter } from './IconExperienceCenter';
|
|
1498
|
+
export { default as IconTreeKnowledgePermission } from './IconTreeKnowledgePermission';
|
|
1499
|
+
export { default as IconTreeEmbeddingModel } from './IconTreeEmbeddingModel';
|
|
1500
|
+
export { default as IconTreePluginInvocation } from './IconTreePluginInvocation';
|
|
1501
|
+
export { default as IconTreeSQL } from './IconTreeSQL';
|
|
1502
|
+
export { default as IconTreeSafetyAudit } from './IconTreeSafetyAudit';
|
|
1503
|
+
export { default as IconTreeRankModel } from './IconTreeRankModel';
|
|
1504
|
+
export { default as IconTreeContentAudit } from './IconTreeContentAudit';
|
|
1505
|
+
export { default as IconTreeDatabasePermission } from './IconTreeDatabasePermission';
|
|
1506
|
+
export { default as IconTreeMetadataFiltering } from './IconTreeMetadataFiltering';
|
|
1507
|
+
export { default as IconTreeAgentInvocation } from './IconTreeAgentInvocation';
|
|
1508
|
+
export { default as IconTreeKnowledgeRetrieval } from './IconTreeKnowledgeRetrieval';
|
|
1509
|
+
export { default as IconAgentFile } from './IconAgentFile';
|
|
1510
|
+
export { default as IconCircularGraph } from './IconCircularGraph';
|
|
1511
|
+
export { default as IconBarChart } from './IconBarChart';
|
|
1498
1512
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -1495,4 +1495,18 @@ export { default as IconMCPAgentPublish } from './IconMCPAgentPublish';
|
|
|
1495
1495
|
export { default as IconWebsdk } from './IconWebsdk';
|
|
1496
1496
|
export { default as IconKnowledgeSpreadsheet } from './IconKnowledgeSpreadsheet';
|
|
1497
1497
|
export { default as IconExperienceCenter } from './IconExperienceCenter';
|
|
1498
|
+
export { default as IconTreeKnowledgePermission } from './IconTreeKnowledgePermission';
|
|
1499
|
+
export { default as IconTreeEmbeddingModel } from './IconTreeEmbeddingModel';
|
|
1500
|
+
export { default as IconTreePluginInvocation } from './IconTreePluginInvocation';
|
|
1501
|
+
export { default as IconTreeSQL } from './IconTreeSQL';
|
|
1502
|
+
export { default as IconTreeSafetyAudit } from './IconTreeSafetyAudit';
|
|
1503
|
+
export { default as IconTreeRankModel } from './IconTreeRankModel';
|
|
1504
|
+
export { default as IconTreeContentAudit } from './IconTreeContentAudit';
|
|
1505
|
+
export { default as IconTreeDatabasePermission } from './IconTreeDatabasePermission';
|
|
1506
|
+
export { default as IconTreeMetadataFiltering } from './IconTreeMetadataFiltering';
|
|
1507
|
+
export { default as IconTreeAgentInvocation } from './IconTreeAgentInvocation';
|
|
1508
|
+
export { default as IconTreeKnowledgeRetrieval } from './IconTreeKnowledgeRetrieval';
|
|
1509
|
+
export { default as IconAgentFile } from './IconAgentFile';
|
|
1510
|
+
export { default as IconCircularGraph } from './IconCircularGraph';
|
|
1511
|
+
export { default as IconBarChart } from './IconBarChart';
|
|
1498
1512
|
export * from './type';
|