@arco-iconbox/react-hiagent 0.1.54 → 0.1.55
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/IconTreeModelDeepThinking/index.js +3 -3
- package/cjs/IconTreeModelIllustratedVid/index.js +2 -2
- package/cjs/IconTreeModelImageGeneration/index.d.ts +4 -0
- package/cjs/{IconTreeModelTextImage → IconTreeModelImageGeneration}/index.js +4 -4
- package/cjs/IconTreeModelVideoGeneration/index.d.ts +4 -0
- package/cjs/{IconTreeModelVidUnderstanding → IconTreeModelVideoGeneration}/index.js +5 -5
- package/cjs/IconTreeModelVideoGenerationCanc/index.d.ts +4 -0
- package/cjs/IconTreeModelVideoGenerationCanc/index.js +60 -0
- package/cjs/IconTreeModelVideoGenerationComp/index.d.ts +4 -0
- package/cjs/IconTreeModelVideoGenerationComp/index.js +60 -0
- package/cjs/IconTreeModelVideoUnderstanding/index.d.ts +4 -0
- package/cjs/IconTreeModelVideoUnderstanding/index.js +60 -0
- package/cjs/IconTreeModelVisModel/index.js +2 -2
- package/cjs/index.d.ts +8 -5
- package/cjs/index.js +17 -11
- package/dist/icon.min.js +1 -1
- package/esm/IconTreeModelDeepThinking/index.js +3 -3
- package/esm/IconTreeModelIllustratedVid/index.js +2 -2
- package/esm/IconTreeModelImageGeneration/index.d.ts +4 -0
- package/esm/{IconTreeModelTextImage → IconTreeModelImageGeneration}/index.js +4 -4
- package/esm/IconTreeModelVideoGeneration/index.d.ts +4 -0
- package/esm/{IconTreeModelVidUnderstanding → IconTreeModelVideoGeneration}/index.js +5 -5
- package/esm/IconTreeModelVideoGenerationCanc/index.d.ts +4 -0
- package/esm/IconTreeModelVideoGenerationCanc/index.js +35 -0
- package/esm/IconTreeModelVideoGenerationComp/index.d.ts +4 -0
- package/esm/IconTreeModelVideoGenerationComp/index.js +35 -0
- package/esm/IconTreeModelVideoUnderstanding/index.d.ts +4 -0
- package/esm/IconTreeModelVideoUnderstanding/index.js +35 -0
- package/esm/IconTreeModelVisModel/index.js +2 -2
- package/esm/index.d.ts +8 -5
- package/esm/index.js +8 -5
- package/package.json +1 -1
- package/src/IconTreeModelDeepThinking/index.tsx +1 -1
- package/src/IconTreeModelIllustratedVid/index.tsx +1 -1
- package/src/IconTreeModelImageGeneration/index.tsx +15 -0
- package/src/{IconTreeModelVidUnderstanding → IconTreeModelVideoGeneration}/index.tsx +4 -4
- package/src/IconTreeModelVideoGenerationCanc/index.tsx +15 -0
- package/src/IconTreeModelVideoGenerationComp/index.tsx +15 -0
- package/src/IconTreeModelVideoUnderstanding/index.tsx +15 -0
- package/src/IconTreeModelVisModel/index.tsx +1 -1
- package/src/index.ts +8 -5
- package/umd/IconTreeModelDeepThinking/index.js +3 -3
- package/umd/IconTreeModelIllustratedVid/index.js +2 -2
- package/umd/IconTreeModelImageGeneration/index.d.ts +4 -0
- package/umd/{IconTreeModelTextImage → IconTreeModelImageGeneration}/index.js +4 -4
- package/umd/IconTreeModelVideoGeneration/index.d.ts +4 -0
- package/umd/{IconTreeModelVidUnderstanding → IconTreeModelVideoGeneration}/index.js +5 -5
- package/umd/IconTreeModelVideoGenerationCanc/index.d.ts +4 -0
- package/umd/IconTreeModelVideoGenerationCanc/index.js +70 -0
- package/umd/IconTreeModelVideoGenerationComp/index.d.ts +4 -0
- package/umd/IconTreeModelVideoGenerationComp/index.js +70 -0
- package/umd/IconTreeModelVideoUnderstanding/index.d.ts +4 -0
- package/umd/IconTreeModelVideoUnderstanding/index.js +70 -0
- package/umd/IconTreeModelVisModel/index.js +2 -2
- package/umd/index.d.ts +8 -5
- package/umd/index.js +18 -12
- package/cjs/IconTreeModelTextImage/index.d.ts +0 -4
- package/cjs/IconTreeModelVidUnderstanding/index.d.ts +0 -4
- package/esm/IconTreeModelTextImage/index.d.ts +0 -4
- package/esm/IconTreeModelVidUnderstanding/index.d.ts +0 -4
- package/src/IconTreeModelTextImage/index.tsx +0 -15
- package/umd/IconTreeModelTextImage/index.d.ts +0 -4
- package/umd/IconTreeModelVidUnderstanding/index.d.ts +0 -4
|
@@ -52,9 +52,9 @@ function IconTreeModelDeepThinkingComponent(props, ref) {
|
|
|
52
52
|
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-
|
|
56
|
-
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#
|
|
57
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-tree_model_deep-thinking").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#5591F0', rx: "6" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M12 6.02c2.576-1.662 5.023-2.116 6.56-.58 1.536 1.537 1.082 3.984-.58 6.56 1.662 2.576 2.116 5.023.58 6.56-1.537 1.536-3.984 1.082-6.56-.58-2.576 1.662-5.023 2.116-6.56.58-1.536-1.537-1.082-3.984.58-6.56-1.662-2.576-2.116-5.023-.58-6.56 1.537-1.536 3.984-1.082 6.56.58Zm-5.035 7.388c-1.04 1.82-1.192 3.296-.43 4.058.768.769 2.266.606 4.11-.461a22.705 22.705 0 0 1-1.924-1.726 22.608 22.608 0 0 1-1.726-1.925l-.03.054Zm10.015-.022a22.64 22.64 0 0 1-1.7 1.893 22.594 22.594 0 0 1-1.925 1.725c1.845 1.068 3.342 1.23 4.11.462.77-.769.607-2.267-.46-4.112l-.025.032ZM11.984 7.91a20.657 20.657 0 0 0-2.17 1.903c-.75.75-1.389 1.485-1.916 2.187a20.59 20.59 0 0 0 1.915 2.187c.75.75 1.485 1.388 2.187 1.915a20.596 20.596 0 0 0 2.187-1.915c.75-.75 1.389-1.485 1.915-2.187a20.659 20.659 0 0 0-1.915-2.187A20.684 20.684 0 0 0 12 7.897l-.016.013ZM12 10.454a1.546 1.546 0 1 1 0 3.092 1.546 1.546 0 0 1 0-3.092Zm-1.354-3.459c-1.845-1.067-3.343-1.23-4.112-.46-.769.768-.606 2.266.461 4.11a22.694 22.694 0 0 1 1.726-1.924 22.657 22.657 0 0 1 1.894-1.7l.03-.026Zm6.82-.46c-.762-.762-2.238-.61-4.058.43l-.053.03a22.622 22.622 0 0 1 1.924 1.726 22.612 22.612 0 0 1 1.726 1.925c1.067-1.846 1.23-3.343.46-4.112Z" }));
|
|
58
58
|
}
|
|
59
59
|
var IconTreeModelDeepThinking = react_1.default.forwardRef(IconTreeModelDeepThinkingComponent);
|
|
60
60
|
exports.default = IconTreeModelDeepThinking;
|
|
@@ -53,8 +53,8 @@ function IconTreeModelIllustratedVidComponent(props, ref) {
|
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
55
|
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-tree_model_IllustratedVid").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
56
|
-
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#
|
|
57
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M17.673 4.5c1.009 0 1.827.818 1.827 1.827v1.85a.813.813 0 1 1-1.624 0v-1.85a.204.204 0 0 0-.203-.203H6.327a.203.203 0 0 0-.203.203v11.346c0 .112.091.203.203.203H7.7l.083.004a.812.812 0 0 1 0 1.616L7.7 19.5H6.327A1.827 1.827 0 0 1 4.5 17.673V6.327c0-1.01.818-1.827 1.827-1.827h11.346Zm-4.704 10.303c1.084 0 1.386 2.915 2.341 2.915.956-.001 1.635-1.731 2.337-1.731.702 0 1.465 1.27 1.863 2.117.398.847.047 1.287-.
|
|
56
|
+
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#A061EF', rx: "6" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M17.673 4.5c1.009 0 1.827.818 1.827 1.827v1.85a.813.813 0 1 1-1.624 0v-1.85a.204.204 0 0 0-.203-.203H6.327a.203.203 0 0 0-.203.203v11.346c0 .112.091.203.203.203H7.7l.083.004a.812.812 0 0 1 0 1.616L7.7 19.5H6.327A1.827 1.827 0 0 1 4.5 17.673V6.327c0-1.01.818-1.827 1.827-1.827h11.346Zm-4.704 10.303c1.084 0 1.386 2.915 2.341 2.915.956-.001 1.635-1.731 2.337-1.731.702 0 1.465 1.27 1.863 2.117.398.847.047 1.287-.537 1.287-.583 0-5.237.062-6.703.062-1.465 0-1.797-.32-1.507-1.323.29-1.004 1.122-3.326 2.206-3.327Zm4.98-1.487c.25 0 .491.101.669.281a.97.97 0 0 1 0 1.36.939.939 0 0 1-1.339 0 .97.97 0 0 1 0-1.36.94.94 0 0 1 .67-.281Zm-7.59-4.527a.45.45 0 0 1 .282.099l3.338 2.67a.45.45 0 0 1 0 .704l-3.338 2.67a.451.451 0 0 1-.732-.351V9.24a.45.45 0 0 1 .45-.451Z" }));
|
|
58
58
|
}
|
|
59
59
|
var IconTreeModelIllustratedVid = react_1.default.forwardRef(IconTreeModelIllustratedVidComponent);
|
|
60
60
|
exports.default = IconTreeModelIllustratedVid;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeModelImageGeneration: 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 IconTreeModelImageGeneration;
|
|
@@ -47,14 +47,14 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
47
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
48
|
var react_1 = __importStar(require("react"));
|
|
49
49
|
var context_1 = require("../context");
|
|
50
|
-
function
|
|
50
|
+
function IconTreeModelImageGenerationComponent(props, ref) {
|
|
51
51
|
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
52
|
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-tree_model_Image-generation").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
56
56
|
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#E3AF46', rx: "6" }),
|
|
57
57
|
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M16.442 10.297a1.251 1.251 0 0 1 1.533.04l.09.084 1.297 1.297a1.25 1.25 0 0 1-.029 1.796l-6.27 5.877a1.051 1.051 0 0 1-.719.285h-1.378c-.69 0-1.25-.56-1.25-1.25V16.79c0-.298.127-.582.349-.781l6.282-5.636.095-.077ZM11.016 16.9v1.475h1.23l4.174-3.915-1.269-1.269-4.135 3.71Zm4.697-12.2c.911 0 1.65.74 1.65 1.65v1.413a.65.65 0 0 1-1.3 0V6.35a.35.35 0 0 0-.35-.35H6.45a.35.35 0 0 0-.35.35v4.67l.999-.998a1.651 1.651 0 0 1 2.334 0l2.109 2.109a.651.651 0 0 1-.92.92l-2.108-2.109a.35.35 0 0 0-.495 0L6.101 12.86v2.752c0 .193.156.35.35.35h1.01a.65.65 0 1 1 0 1.3h-1.01a1.65 1.65 0 0 1-1.651-1.65V6.35c0-.91.74-1.65 1.65-1.65h9.263Zm.408 7.622 1.248 1.248 1.037-.97-1.226-1.227-1.059.95ZM12.29 6.711a1.858 1.858 0 1 1-.003 3.715 1.858 1.858 0 0 1 .003-3.715Zm0 1.3a.557.557 0 1 0 0 1.115.557.557 0 0 0 0-1.114Z" }));
|
|
58
58
|
}
|
|
59
|
-
var
|
|
60
|
-
exports.default =
|
|
59
|
+
var IconTreeModelImageGeneration = react_1.default.forwardRef(IconTreeModelImageGenerationComponent);
|
|
60
|
+
exports.default = IconTreeModelImageGeneration;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeModelVideoGeneration: 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 IconTreeModelVideoGeneration;
|
|
@@ -47,14 +47,14 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
47
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
48
|
var react_1 = __importStar(require("react"));
|
|
49
49
|
var context_1 = require("../context");
|
|
50
|
-
function
|
|
50
|
+
function IconTreeModelVideoGenerationComponent(props, ref) {
|
|
51
51
|
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
52
|
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-
|
|
56
|
-
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-tree_model_Video-Generation").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#A061EF', rx: "6" }),
|
|
57
57
|
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M18.667 19.5c.46 0 .833-.373.833-.833v-6.858a.4.4 0 0 0-.4-.4h-.867a.4.4 0 0 0-.4.4v6.024H6.167V6.167h5.751a.4.4 0 0 0 .4-.4V4.9a.4.4 0 0 0-.4-.4H5.333a.833.833 0 0 0-.833.833v13.334c0 .46.373.833.833.833h13.334ZM10.333 9.117c.095 0 .187.032.26.091l3.084 2.467a.417.417 0 0 1 0 .65l-3.083 2.467a.417.417 0 0 1-.677-.326V9.534c0-.23.186-.417.416-.417Zm5.487-3.59c-.13.485-.508.864-.993.995l-.667.18c-.505.135-.505.851 0 .987l.663.179c.484.13.862.508.992.992l.179.663c.136.505.852.505.988 0l.18-.667c.13-.485.51-.863.994-.993l.648-.173c.506-.136.506-.854 0-.989l-.652-.174a1.407 1.407 0 0 1-.995-.996l-.175-.652c-.135-.505-.853-.505-.989 0l-.173.648Z", clipRule: "evenodd" }));
|
|
58
58
|
}
|
|
59
|
-
var
|
|
60
|
-
exports.default =
|
|
59
|
+
var IconTreeModelVideoGeneration = react_1.default.forwardRef(IconTreeModelVideoGenerationComponent);
|
|
60
|
+
exports.default = IconTreeModelVideoGeneration;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeModelVideoGenerationCanc: 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 IconTreeModelVideoGenerationCanc;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconTreeModelVideoGenerationCancComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-tree_model_video-generation-canc").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#A061EF', rx: "6" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M18.527 12.003a.7.7 0 0 1 .986.994l-2.136 2.12 2.14 2.157a.7.7 0 0 1-.994.987l-2.137-2.155-2.136 2.155a.7.7 0 0 1-.995-.987l2.14-2.158-2.136-2.119a.7.7 0 0 1 .987-.994l2.14 2.123 2.14-2.123ZM16.085 4.95a1.7 1.7 0 0 1 1.7 1.7v1.58a.701.701 0 0 1-1.4 0V6.65a.3.3 0 0 0-.3-.3H6.05a.3.3 0 0 0-.3.3v10.035a.3.3 0 0 0 .3.3h4.45a.7.7 0 1 1 0 1.4H6.05a1.7 1.7 0 0 1-1.7-1.7V6.65a1.7 1.7 0 0 1 1.7-1.7h10.035ZM8.905 8.5c.093 0 .183.031.255.089l3.003 2.403a.406.406 0 0 1 0 .634L9.16 14.028a.407.407 0 0 1-.66-.316V8.906c0-.224.182-.406.406-.406Z" }));
|
|
58
|
+
}
|
|
59
|
+
var IconTreeModelVideoGenerationCanc = react_1.default.forwardRef(IconTreeModelVideoGenerationCancComponent);
|
|
60
|
+
exports.default = IconTreeModelVideoGenerationCanc;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeModelVideoGenerationComp: 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 IconTreeModelVideoGenerationComp;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconTreeModelVideoGenerationCompComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-tree_model_video-generation-comp").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#A061EF', rx: "6" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M13.502 12.007a.7.7 0 0 1 .99-.004l3 2.976a.701.701 0 0 1 .005.989l-3 3.025a.7.7 0 0 1-.995-.986l2.506-2.528-2.502-2.482a.701.701 0 0 1-.004-.99Zm5.518-.207a.7.7 0 0 1 .7.7v5.999a.7.7 0 0 1-1.4 0V12.5a.7.7 0 0 1 .7-.7Zm-2.935-6.85a1.7 1.7 0 0 1 1.7 1.7v1.58a.701.701 0 0 1-1.4 0V6.65a.3.3 0 0 0-.3-.3H6.05a.3.3 0 0 0-.3.3v10.035a.3.3 0 0 0 .3.3h4.45a.7.7 0 1 1 0 1.4H6.05a1.7 1.7 0 0 1-1.7-1.7V6.65a1.7 1.7 0 0 1 1.7-1.7h10.035ZM8.905 8.5c.093 0 .183.031.255.089l3.003 2.403a.406.406 0 0 1 0 .634L9.16 14.028a.407.407 0 0 1-.66-.316V8.906c0-.224.182-.406.406-.406Z" }));
|
|
58
|
+
}
|
|
59
|
+
var IconTreeModelVideoGenerationComp = react_1.default.forwardRef(IconTreeModelVideoGenerationCompComponent);
|
|
60
|
+
exports.default = IconTreeModelVideoGenerationComp;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeModelVideoUnderstanding: 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 IconTreeModelVideoUnderstanding;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconTreeModelVideoUnderstandingComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-tree_model_video-understanding").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#A061EF', rx: "6" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M16.847 10.448a1.25 1.25 0 0 1 1.531.041l.092.083 1.444 1.444a1.25 1.25 0 0 1-.03 1.796l-6.739 6.317a1.05 1.05 0 0 1-.718.284h-1.525c-.69 0-1.25-.56-1.25-1.25v-1.8c0-.298.128-.583.35-.782l6.75-6.056.095-.077Zm-5.894 7.026v1.64h1.376l4.506-4.227-1.418-1.42-4.464 4.007ZM16.085 4.5c.91 0 1.649.74 1.649 1.65v1.58a.65.65 0 0 1-1.3 0V6.15a.35.35 0 0 0-.35-.35H6.05a.35.35 0 0 0-.35.35v10.035c0 .193.157.35.35.35H7.2a.65.65 0 1 1 0 1.3H6.05c-.91 0-1.65-.74-1.65-1.65V6.15c0-.91.74-1.65 1.65-1.65h10.035Zm.301 8.098 1.4 1.4 1.172-1.1-1.373-1.374-1.199 1.074Zm-6.795-4.32c.093 0 .182.032.254.09l3.003 2.402a.406.406 0 0 1 0 .633l-3.003 2.404a.406.406 0 0 1-.659-.318V8.684c0-.224.181-.405.405-.406Z" }));
|
|
58
|
+
}
|
|
59
|
+
var IconTreeModelVideoUnderstanding = react_1.default.forwardRef(IconTreeModelVideoUnderstandingComponent);
|
|
60
|
+
exports.default = IconTreeModelVideoUnderstanding;
|
|
@@ -53,8 +53,8 @@ function IconTreeModelVisModelComponent(props, ref) {
|
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
55
|
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-tree_model_VisModel").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
56
|
-
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#
|
|
57
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', stroke: "#
|
|
56
|
+
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#E3AF46', rx: "6" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', stroke: "#E3AF46", strokeLinecap: "round", strokeWidth: ".15", d: "M5.705 4.575h9.911c.624 0 1.13.506 1.13 1.13v1.549h1.549c.624 0 1.13.506 1.13 1.13v9.91a1.13 1.13 0 0 1-1.13 1.13H8.384a1.13 1.13 0 0 1-1.13-1.13v-1.548H5.705a1.13 1.13 0 0 1-1.13-1.13v-9.91c0-.625.506-1.13 1.13-1.13Zm.326 10.715h1.223v-1.683a.729.729 0 1 1 1.456 0v1.683h1.683a.729.729 0 1 1 0 1.456H8.71v1.223h9.259V8.71h-1.223v1.683a.729.729 0 1 1-1.456 0V8.71h-1.683a.729.729 0 1 1 0-1.456h1.683V6.03H6.031v9.259Zm9.988-2.412c.402 0 .727.327.727.73v2.543a.595.595 0 0 1-.595.595h-2.544a.729.729 0 1 1 0-1.456h1.683v-1.683a.73.73 0 0 1 .729-.73Zm-8.17-5.624h2.544a.729.729 0 1 1 0 1.456H8.71v1.683a.729.729 0 1 1-1.456 0V7.849c0-.329.266-.595.595-.595Z" }));
|
|
58
58
|
}
|
|
59
59
|
var IconTreeModelVisModel = react_1.default.forwardRef(IconTreeModelVisModelComponent);
|
|
60
60
|
exports.default = IconTreeModelVisModel;
|
package/cjs/index.d.ts
CHANGED
|
@@ -1613,18 +1613,21 @@ export { default as IconSystemNetworkControl } from './IconSystemNetworkControl'
|
|
|
1613
1613
|
export { default as IconSystemCodePackage } from './IconSystemCodePackage';
|
|
1614
1614
|
export { default as IconTreeModelPicture } from './IconTreeModelPicture';
|
|
1615
1615
|
export { default as IconTreeModelStartEndFrame } from './IconTreeModelStartEndFrame';
|
|
1616
|
-
export { default as
|
|
1617
|
-
export { default as IconTreeModelDeepThinking } from './IconTreeModelDeepThinking';
|
|
1616
|
+
export { default as IconTreeModelVideoUnderstanding } from './IconTreeModelVideoUnderstanding';
|
|
1618
1617
|
export { default as IconTreeModelFirstFrame } from './IconTreeModelFirstFrame';
|
|
1619
|
-
export { default as
|
|
1618
|
+
export { default as IconTreeModelImageGeneration } from './IconTreeModelImageGeneration';
|
|
1620
1619
|
export { default as IconTreeModelImgUnderstanding } from './IconTreeModelImgUnderstanding';
|
|
1621
1620
|
export { default as IconTreeModelFunctionCall } from './IconTreeModelFunctionCall';
|
|
1622
|
-
export { default as IconTreeModelIllustratedVid } from './IconTreeModelIllustratedVid';
|
|
1623
|
-
export { default as IconTreeModelVisModel } from './IconTreeModelVisModel';
|
|
1624
1621
|
export { default as IconAgentFeedbackIgnore } from './IconAgentFeedbackIgnore';
|
|
1625
1622
|
export { default as IconMemoryEmbedding } from './IconMemoryEmbedding';
|
|
1626
1623
|
export { default as IconMemoryLlm } from './IconMemoryLlm';
|
|
1627
1624
|
export { default as IconRocket } from './IconRocket';
|
|
1628
1625
|
export { default as IconInstallationPackage } from './IconInstallationPackage';
|
|
1629
1626
|
export { default as IconOpen } from './IconOpen';
|
|
1627
|
+
export { default as IconTreeModelDeepThinking } from './IconTreeModelDeepThinking';
|
|
1628
|
+
export { default as IconTreeModelVideoGeneration } from './IconTreeModelVideoGeneration';
|
|
1629
|
+
export { default as IconTreeModelVisModel } from './IconTreeModelVisModel';
|
|
1630
|
+
export { default as IconTreeModelIllustratedVid } from './IconTreeModelIllustratedVid';
|
|
1631
|
+
export { default as IconTreeModelVideoGenerationComp } from './IconTreeModelVideoGenerationComp';
|
|
1632
|
+
export { default as IconTreeModelVideoGenerationCanc } from './IconTreeModelVideoGenerationCanc';
|
|
1630
1633
|
export * from './type';
|
package/cjs/index.js
CHANGED
|
@@ -49,7 +49,7 @@ exports.IconMinimumQueue = exports.IconAgentWebService = exports.IconAgentDeploy
|
|
|
49
49
|
exports.IconPermission = exports.IconWorkflowNode = exports.IconExtendedContext = exports.IconBGE = exports.IconBarChart = exports.IconCircularGraph = exports.IconAgentFile = exports.IconTreeKnowledgeRetrieval = exports.IconTreeAgentInvocation = exports.IconTreeMetadataFiltering = exports.IconTreeDatabasePermission = exports.IconTreeContentAudit = exports.IconTreeRankModel = exports.IconTreeSafetyAudit = exports.IconTreeSQL = exports.IconTreePluginInvocation = exports.IconTreeEmbeddingModel = exports.IconTreeKnowledgePermission = exports.IconExperienceCenter = exports.IconKnowledgeSpreadsheet = exports.IconWebsdk = exports.IconMCPAgentPublish = exports.IconAgentSend = exports.IconImageUnderstanding1 = exports.IconPositioningChart = exports.IconDataMapping = exports.IconDataEnhance = exports.IconDataAnnotation = exports.IconDataClean = exports.IconUploadVideo1 = exports.IconUploadImage1 = exports.IconDiagramCracking = exports.IconNoVideoImage = exports.IconCalendar1 = exports.IconMagic = exports.IconUnconstraint = exports.IconConstraint = exports.IconImageUpload = exports.IconAiImageActive = exports.IconAiVideoDefault = exports.IconAiVideoActive = exports.IconAiImageDefault = exports.IconAiVideo = exports.IconUpgradeEngine = exports.IconAscent = exports.IconNvidia = exports.IconVisualModel = exports.IconText2video = exports.IconText2image = exports.IconImage2video = void 0;
|
|
50
50
|
exports.IconDataExternal = exports.IconZip = exports.IconUploadingTxt = exports.IconUnknownFile = exports.IconUploadingPng = exports.IconUploadingPdf = exports.IconUploadingPpt = exports.IconUploadingDoc = exports.IconUploadingMd = exports.IconUploadingXlsx = exports.IconUploadingOfd = exports.IconUploadingJson = exports.IconUploadingCsv = exports.IconUploadingHtml = exports.IconWorkflowEditor = exports.IconWorkflowClose = exports.IconWorkflowMore = exports.IconWorkflowNodeInput = exports.IconWorkflowUpwards = exports.IconWorkflowDownward = exports.IconPluginListed = exports.IconPluginChoose = exports.IconPluginListedAdd = exports.IconTreeAbnormal = exports.IconTreeSuccess = exports.IconTreeFailure = exports.IconAgentCenterAnswer = exports.IconStop1 = exports.IconTreeAgent = exports.IconTreeQA = exports.IconAgentMicrophoneClose = exports.IconAWS = exports.IconAgentVoiceInteraction = exports.IconAgentVoicePause = exports.IconAgentVoicePlay = exports.IconAgentMicrophone = exports.IconAgentVoiceDialogue = exports.IconAgentVoiceSwitch = exports.IconAgentVoiceAnswer = exports.IconAgentVoiceHangup = exports.IconAgentInputKeyboard = exports.IconAgentVoiceInput = exports.IconAgentVoiceExit = exports.IconAgentSubtitlesOff = exports.IconAgentVoiceInterruptionTurnon = exports.IconAgentSubtitlesOn = exports.IconAgentVoiceInterruptionTurnoff = exports.IconDataProcessing1 = exports.IconWhiteList = exports.IconAnonymousAccess = void 0;
|
|
51
51
|
exports.IconGoogleGemini = exports.IconClaude = exports.IconImageEmbedding = exports.IconWorkflowImageGeneration = exports.IconReleaseManagement = exports.IconBasicList = exports.IconTable = exports.IconTime = exports.IconWorkflow169 = exports.IconWorkflowFreedom = exports.IconWorkflow32 = exports.IconWorkflow219 = exports.IconWorkflow34 = exports.IconWorkflow11 = exports.IconWorkflow43 = exports.IconWorkflow23 = exports.IconWorkflow916 = exports.IconWorkflow32500 = exports.IconWorkflow219500 = exports.IconWorkflow34500 = exports.IconWorkflow23500 = exports.IconWorkflow43500 = exports.IconWorkflow916500 = exports.IconWorkflow169500 = exports.IconWorkflow11500 = exports.IconWorkflowFreedom500 = exports.IconTreeTrigger = exports.IconKnowledgeFluctuation = exports.IconWorkflowConditions = exports.IconHead2tailFrame = exports.IconImage2image = exports.IconFirstFrame = exports.IconPromptCreateCopy = exports.IconPromptDefault = exports.IconPromptGeneralStructure = exports.IconPromptRolePlaying = exports.IconPromptHallucinationCorrection = exports.IconPromptTaskExecution = exports.IconPromptKnowledgeAnswer = exports.IconPromptSkillInvocation = exports.IconPromptWrittenOptimization = exports.IconPromptReasoningThinking = exports.IconPromptMeeting = exports.IconPromptContentExpansion = exports.IconPromptInterviewQuestions = exports.IconPromptJinja = exports.IconPromptGeneral = exports.IconUploadingLarkdocx = exports.IconUploadingLarksheet = exports.IconUploadingWps = void 0;
|
|
52
|
-
exports.
|
|
52
|
+
exports.IconTreeModelVideoGenerationCanc = exports.IconTreeModelVideoGenerationComp = exports.IconTreeModelIllustratedVid = exports.IconTreeModelVisModel = exports.IconTreeModelVideoGeneration = exports.IconTreeModelDeepThinking = exports.IconOpen = exports.IconInstallationPackage = exports.IconRocket = exports.IconMemoryLlm = exports.IconMemoryEmbedding = exports.IconAgentFeedbackIgnore = exports.IconTreeModelFunctionCall = exports.IconTreeModelImgUnderstanding = exports.IconTreeModelImageGeneration = exports.IconTreeModelFirstFrame = exports.IconTreeModelVideoUnderstanding = exports.IconTreeModelStartEndFrame = exports.IconTreeModelPicture = exports.IconSystemCodePackage = exports.IconSystemNetworkControl = exports.IconSystemObservation = exports.IconSystemVoice = exports.IconSystemModelSecurity = exports.IconSystemTimeout = exports.IconSystemAnnouncement = exports.IconSystemLimitations = exports.IconAgentFileConfiguration = exports.IconAudio = exports.IconVideo = exports.IconAgentFileSettings = exports.IconAgentFilesSettings = void 0;
|
|
53
53
|
var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
|
|
54
54
|
Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
|
|
55
55
|
var IconAgentNodata_1 = require("./IconAgentNodata");
|
|
@@ -3280,22 +3280,16 @@ var IconTreeModelPicture_1 = require("./IconTreeModelPicture");
|
|
|
3280
3280
|
Object.defineProperty(exports, "IconTreeModelPicture", { enumerable: true, get: function () { return __importDefault(IconTreeModelPicture_1).default; } });
|
|
3281
3281
|
var IconTreeModelStartEndFrame_1 = require("./IconTreeModelStartEndFrame");
|
|
3282
3282
|
Object.defineProperty(exports, "IconTreeModelStartEndFrame", { enumerable: true, get: function () { return __importDefault(IconTreeModelStartEndFrame_1).default; } });
|
|
3283
|
-
var
|
|
3284
|
-
Object.defineProperty(exports, "
|
|
3285
|
-
var IconTreeModelDeepThinking_1 = require("./IconTreeModelDeepThinking");
|
|
3286
|
-
Object.defineProperty(exports, "IconTreeModelDeepThinking", { enumerable: true, get: function () { return __importDefault(IconTreeModelDeepThinking_1).default; } });
|
|
3283
|
+
var IconTreeModelVideoUnderstanding_1 = require("./IconTreeModelVideoUnderstanding");
|
|
3284
|
+
Object.defineProperty(exports, "IconTreeModelVideoUnderstanding", { enumerable: true, get: function () { return __importDefault(IconTreeModelVideoUnderstanding_1).default; } });
|
|
3287
3285
|
var IconTreeModelFirstFrame_1 = require("./IconTreeModelFirstFrame");
|
|
3288
3286
|
Object.defineProperty(exports, "IconTreeModelFirstFrame", { enumerable: true, get: function () { return __importDefault(IconTreeModelFirstFrame_1).default; } });
|
|
3289
|
-
var
|
|
3290
|
-
Object.defineProperty(exports, "
|
|
3287
|
+
var IconTreeModelImageGeneration_1 = require("./IconTreeModelImageGeneration");
|
|
3288
|
+
Object.defineProperty(exports, "IconTreeModelImageGeneration", { enumerable: true, get: function () { return __importDefault(IconTreeModelImageGeneration_1).default; } });
|
|
3291
3289
|
var IconTreeModelImgUnderstanding_1 = require("./IconTreeModelImgUnderstanding");
|
|
3292
3290
|
Object.defineProperty(exports, "IconTreeModelImgUnderstanding", { enumerable: true, get: function () { return __importDefault(IconTreeModelImgUnderstanding_1).default; } });
|
|
3293
3291
|
var IconTreeModelFunctionCall_1 = require("./IconTreeModelFunctionCall");
|
|
3294
3292
|
Object.defineProperty(exports, "IconTreeModelFunctionCall", { enumerable: true, get: function () { return __importDefault(IconTreeModelFunctionCall_1).default; } });
|
|
3295
|
-
var IconTreeModelIllustratedVid_1 = require("./IconTreeModelIllustratedVid");
|
|
3296
|
-
Object.defineProperty(exports, "IconTreeModelIllustratedVid", { enumerable: true, get: function () { return __importDefault(IconTreeModelIllustratedVid_1).default; } });
|
|
3297
|
-
var IconTreeModelVisModel_1 = require("./IconTreeModelVisModel");
|
|
3298
|
-
Object.defineProperty(exports, "IconTreeModelVisModel", { enumerable: true, get: function () { return __importDefault(IconTreeModelVisModel_1).default; } });
|
|
3299
3293
|
var IconAgentFeedbackIgnore_1 = require("./IconAgentFeedbackIgnore");
|
|
3300
3294
|
Object.defineProperty(exports, "IconAgentFeedbackIgnore", { enumerable: true, get: function () { return __importDefault(IconAgentFeedbackIgnore_1).default; } });
|
|
3301
3295
|
var IconMemoryEmbedding_1 = require("./IconMemoryEmbedding");
|
|
@@ -3308,4 +3302,16 @@ var IconInstallationPackage_1 = require("./IconInstallationPackage");
|
|
|
3308
3302
|
Object.defineProperty(exports, "IconInstallationPackage", { enumerable: true, get: function () { return __importDefault(IconInstallationPackage_1).default; } });
|
|
3309
3303
|
var IconOpen_1 = require("./IconOpen");
|
|
3310
3304
|
Object.defineProperty(exports, "IconOpen", { enumerable: true, get: function () { return __importDefault(IconOpen_1).default; } });
|
|
3305
|
+
var IconTreeModelDeepThinking_1 = require("./IconTreeModelDeepThinking");
|
|
3306
|
+
Object.defineProperty(exports, "IconTreeModelDeepThinking", { enumerable: true, get: function () { return __importDefault(IconTreeModelDeepThinking_1).default; } });
|
|
3307
|
+
var IconTreeModelVideoGeneration_1 = require("./IconTreeModelVideoGeneration");
|
|
3308
|
+
Object.defineProperty(exports, "IconTreeModelVideoGeneration", { enumerable: true, get: function () { return __importDefault(IconTreeModelVideoGeneration_1).default; } });
|
|
3309
|
+
var IconTreeModelVisModel_1 = require("./IconTreeModelVisModel");
|
|
3310
|
+
Object.defineProperty(exports, "IconTreeModelVisModel", { enumerable: true, get: function () { return __importDefault(IconTreeModelVisModel_1).default; } });
|
|
3311
|
+
var IconTreeModelIllustratedVid_1 = require("./IconTreeModelIllustratedVid");
|
|
3312
|
+
Object.defineProperty(exports, "IconTreeModelIllustratedVid", { enumerable: true, get: function () { return __importDefault(IconTreeModelIllustratedVid_1).default; } });
|
|
3313
|
+
var IconTreeModelVideoGenerationComp_1 = require("./IconTreeModelVideoGenerationComp");
|
|
3314
|
+
Object.defineProperty(exports, "IconTreeModelVideoGenerationComp", { enumerable: true, get: function () { return __importDefault(IconTreeModelVideoGenerationComp_1).default; } });
|
|
3315
|
+
var IconTreeModelVideoGenerationCanc_1 = require("./IconTreeModelVideoGenerationCanc");
|
|
3316
|
+
Object.defineProperty(exports, "IconTreeModelVideoGenerationCanc", { enumerable: true, get: function () { return __importDefault(IconTreeModelVideoGenerationCanc_1).default; } });
|
|
3311
3317
|
__exportStar(require("./type"), exports);
|