@arco-iconbox/react-hiagent 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/cjs/IconAiImageActive/index.d.ts +4 -0
  2. package/cjs/IconAiImageActive/index.js +67 -0
  3. package/cjs/IconAiImageDefault/index.d.ts +4 -0
  4. package/cjs/IconAiImageDefault/index.js +67 -0
  5. package/cjs/IconAiVideo/index.d.ts +4 -0
  6. package/cjs/IconAiVideo/index.js +63 -0
  7. package/cjs/IconAiVideoActive/index.d.ts +4 -0
  8. package/cjs/IconAiVideoActive/index.js +67 -0
  9. package/cjs/IconAiVideoDefault/index.d.ts +4 -0
  10. package/cjs/IconAiVideoDefault/index.js +67 -0
  11. package/cjs/IconCalendar1/index.d.ts +4 -0
  12. package/cjs/IconCalendar1/index.js +59 -0
  13. package/cjs/IconConstraint/index.d.ts +4 -0
  14. package/cjs/IconConstraint/index.js +63 -0
  15. package/cjs/IconDiagramCracking/index.d.ts +4 -0
  16. package/cjs/IconDiagramCracking/index.js +62 -0
  17. package/cjs/IconImageUpload/index.d.ts +4 -0
  18. package/cjs/IconImageUpload/index.js +59 -0
  19. package/cjs/IconMagic/index.d.ts +4 -0
  20. package/cjs/IconMagic/index.js +63 -0
  21. package/cjs/IconNoVideoImage/index.d.ts +4 -0
  22. package/cjs/IconNoVideoImage/index.js +66 -0
  23. package/cjs/IconUnconstraint/index.d.ts +4 -0
  24. package/cjs/IconUnconstraint/index.js +63 -0
  25. package/cjs/IconUploadImage/index.d.ts +4 -0
  26. package/cjs/IconUploadImage/index.js +59 -0
  27. package/cjs/IconUploadVideo/index.d.ts +4 -0
  28. package/cjs/IconUploadVideo/index.js +59 -0
  29. package/cjs/index.d.ts +14 -0
  30. package/cjs/index.js +29 -1
  31. package/dist/icon.min.js +1 -1
  32. package/esm/IconAiImageActive/index.d.ts +4 -0
  33. package/esm/IconAiImageActive/index.js +42 -0
  34. package/esm/IconAiImageDefault/index.d.ts +4 -0
  35. package/esm/IconAiImageDefault/index.js +42 -0
  36. package/esm/IconAiVideo/index.d.ts +4 -0
  37. package/esm/IconAiVideo/index.js +38 -0
  38. package/esm/IconAiVideoActive/index.d.ts +4 -0
  39. package/esm/IconAiVideoActive/index.js +42 -0
  40. package/esm/IconAiVideoDefault/index.d.ts +4 -0
  41. package/esm/IconAiVideoDefault/index.js +42 -0
  42. package/esm/IconCalendar1/index.d.ts +4 -0
  43. package/esm/IconCalendar1/index.js +34 -0
  44. package/esm/IconConstraint/index.d.ts +4 -0
  45. package/esm/IconConstraint/index.js +38 -0
  46. package/esm/IconDiagramCracking/index.d.ts +4 -0
  47. package/esm/IconDiagramCracking/index.js +37 -0
  48. package/esm/IconImageUpload/index.d.ts +4 -0
  49. package/esm/IconImageUpload/index.js +34 -0
  50. package/esm/IconMagic/index.d.ts +4 -0
  51. package/esm/IconMagic/index.js +38 -0
  52. package/esm/IconNoVideoImage/index.d.ts +4 -0
  53. package/esm/IconNoVideoImage/index.js +41 -0
  54. package/esm/IconUnconstraint/index.d.ts +4 -0
  55. package/esm/IconUnconstraint/index.js +38 -0
  56. package/esm/IconUploadImage/index.d.ts +4 -0
  57. package/esm/IconUploadImage/index.js +34 -0
  58. package/esm/IconUploadVideo/index.d.ts +4 -0
  59. package/esm/IconUploadVideo/index.js +34 -0
  60. package/esm/index.d.ts +14 -0
  61. package/esm/index.js +14 -0
  62. package/package.json +1 -1
  63. package/src/IconAiImageActive/index.tsx +15 -0
  64. package/src/IconAiImageDefault/index.tsx +15 -0
  65. package/src/IconAiVideo/index.tsx +15 -0
  66. package/src/IconAiVideoActive/index.tsx +15 -0
  67. package/src/IconAiVideoDefault/index.tsx +15 -0
  68. package/src/IconCalendar1/index.tsx +15 -0
  69. package/src/IconConstraint/index.tsx +15 -0
  70. package/src/IconDiagramCracking/index.tsx +15 -0
  71. package/src/IconImageUpload/index.tsx +15 -0
  72. package/src/IconMagic/index.tsx +15 -0
  73. package/src/IconNoVideoImage/index.tsx +15 -0
  74. package/src/IconUnconstraint/index.tsx +15 -0
  75. package/src/IconUploadImage/index.tsx +15 -0
  76. package/src/IconUploadVideo/index.tsx +15 -0
  77. package/src/index.ts +14 -0
  78. package/umd/IconAiImageActive/index.d.ts +4 -0
  79. package/umd/IconAiImageActive/index.js +77 -0
  80. package/umd/IconAiImageDefault/index.d.ts +4 -0
  81. package/umd/IconAiImageDefault/index.js +77 -0
  82. package/umd/IconAiVideo/index.d.ts +4 -0
  83. package/umd/IconAiVideo/index.js +73 -0
  84. package/umd/IconAiVideoActive/index.d.ts +4 -0
  85. package/umd/IconAiVideoActive/index.js +77 -0
  86. package/umd/IconAiVideoDefault/index.d.ts +4 -0
  87. package/umd/IconAiVideoDefault/index.js +77 -0
  88. package/umd/IconCalendar1/index.d.ts +4 -0
  89. package/umd/IconCalendar1/index.js +69 -0
  90. package/umd/IconConstraint/index.d.ts +4 -0
  91. package/umd/IconConstraint/index.js +73 -0
  92. package/umd/IconDiagramCracking/index.d.ts +4 -0
  93. package/umd/IconDiagramCracking/index.js +72 -0
  94. package/umd/IconImageUpload/index.d.ts +4 -0
  95. package/umd/IconImageUpload/index.js +69 -0
  96. package/umd/IconMagic/index.d.ts +4 -0
  97. package/umd/IconMagic/index.js +73 -0
  98. package/umd/IconNoVideoImage/index.d.ts +4 -0
  99. package/umd/IconNoVideoImage/index.js +76 -0
  100. package/umd/IconUnconstraint/index.d.ts +4 -0
  101. package/umd/IconUnconstraint/index.js +73 -0
  102. package/umd/IconUploadImage/index.d.ts +4 -0
  103. package/umd/IconUploadImage/index.js +69 -0
  104. package/umd/IconUploadVideo/index.d.ts +4 -0
  105. package/umd/IconUploadVideo/index.js +69 -0
  106. package/umd/index.d.ts +14 -0
  107. package/umd/index.js +30 -2
@@ -0,0 +1,63 @@
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 IconUnconstraintComponent(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 ? true : _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-unconstraint").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 18 18", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
56
+ react_1.default.createElement("g", { clipPath: "url(#svg_0af2381755__clip0_2798_6896)" },
57
+ react_1.default.createElement("path", { d: "M16.125 7.27487C16.125 5.61801 14.7819 4.27487 13.125 4.27487L10.9687 4.27487C10.7616 4.27487 10.5937 4.44276 10.5937 4.64987L10.5938 5.39987C10.5937 5.60697 10.7616 5.77487 10.9688 5.77487L13.125 5.77487C13.9534 5.77487 14.625 6.44644 14.625 7.27487L14.625 10.7249C14.625 11.5533 13.9534 12.2249 13.125 12.2249L10.9688 12.2249C10.7616 12.2249 10.5938 12.3928 10.5938 12.5999V13.3499C10.5937 13.557 10.7616 13.7249 10.9688 13.7249L13.125 13.7249C14.7819 13.7249 16.125 12.3817 16.125 10.7249L16.125 7.27487ZM7.03125 5.77487C7.23836 5.77487 7.40625 5.60697 7.40625 5.39987L7.40625 4.64987C7.40625 4.44276 7.23836 4.27487 7.03125 4.27487L4.875 4.27487C3.21815 4.27487 1.875 5.61801 1.875 7.27487L1.875 10.7249C1.875 12.3817 3.21814 13.7249 4.875 13.7249L7.03125 13.7249C7.23836 13.7249 7.40625 13.557 7.40625 13.3499V12.5999C7.40625 12.3928 7.23836 12.2249 7.03125 12.2249L4.875 12.2249C4.04657 12.2249 3.375 11.5533 3.375 10.7249L3.375 7.27487C3.375 6.44644 4.04657 5.77487 4.875 5.77487L7.03125 5.77487Z" })),
58
+ react_1.default.createElement("defs", null,
59
+ react_1.default.createElement("clipPath", { id: "svg_0af2381755__clip0_2798_6896" },
60
+ react_1.default.createElement("path", { d: "M0 0H18V18H0z" }))));
61
+ }
62
+ var IconUnconstraint = react_1.default.forwardRef(IconUnconstraintComponent);
63
+ exports.default = IconUnconstraint;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconUploadImage: 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 IconUploadImage;
@@ -0,0 +1,59 @@
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 IconUploadImageComponent(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 ? true : _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-upload_image").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.25 1.98C15.25 1.70386 15.0261 1.48 14.75 1.48H1.25C0.973858 1.48 0.75 1.70386 0.75 1.98V13.1413C0.75 13.4174 0.973857 13.6413 1.25 13.6413H7.85968C8.06634 13.6413 8.23387 13.4738 8.23387 13.2671V12.6123C8.23387 12.4056 8.06634 12.2381 7.85968 12.2381H2.15323V10.8916L5.66128 7.38353L8.20314 9.92538C8.34927 10.0715 8.5862 10.0715 8.73233 9.92538L9.19537 9.46234C9.3415 9.31621 9.3415 9.07929 9.19537 8.93315L6.55429 6.29208C6.06109 5.79888 5.26147 5.79888 4.76827 6.29208L2.15323 8.90712V2.88323H13.8468V7.65419C13.8468 7.86086 14.0143 8.02839 14.221 8.02839H14.8758C15.0825 8.02839 15.25 7.86086 15.25 7.65419V1.98ZM13.1452 5.45581C13.1452 6.23079 12.5169 6.85903 11.7419 6.85903C10.967 6.85903 10.3387 6.23079 10.3387 5.45581C10.3387 4.68082 10.967 4.05258 11.7419 4.05258C12.5169 4.05258 13.1452 4.68082 13.1452 5.45581ZM14.345 11.0261L12.14 8.82121C12.0175 8.69959 11.821 8.69959 11.6994 8.82121L9.4945 11.0261C9.46556 11.0551 9.44261 11.0894 9.42695 11.1272C9.41129 11.165 9.40323 11.2055 9.40323 11.2465C9.40323 11.2874 9.41129 11.3279 9.42695 11.3657C9.44261 11.4035 9.46556 11.4378 9.4945 11.4668L9.93604 11.9083C9.99443 11.9665 10.0735 11.9991 10.1559 11.9991C10.2383 11.9991 10.3173 11.9665 10.3757 11.9083L11.3 10.9831V14.2133C11.3 14.296 11.3328 14.3752 11.3912 14.4336C11.4496 14.492 11.5289 14.5249 11.6115 14.5249H12.2355C12.3181 14.5249 12.3973 14.492 12.4557 14.4336C12.5142 14.3752 12.547 14.296 12.547 14.2133V10.9915L13.4628 11.9083C13.4918 11.9374 13.5262 11.9605 13.5641 11.9762C13.6019 11.9919 13.6426 12 13.6836 12C13.7246 12 13.7652 11.9919 13.8031 11.9762C13.841 11.9605 13.8754 11.9374 13.9044 11.9083L14.345 11.4668C14.4666 11.3451 14.4666 11.1478 14.345 11.0261Z" }));
57
+ }
58
+ var IconUploadImage = react_1.default.forwardRef(IconUploadImageComponent);
59
+ exports.default = IconUploadImage;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconUploadVideo: 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 IconUploadVideo;
@@ -0,0 +1,59 @@
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 IconUploadVideoComponent(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 ? true : _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-upload_video").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { d: "M11.6992 8.82129C11.8208 8.69972 12.0171 8.69982 12.1396 8.82129L14.3447 11.0264C14.4663 11.148 14.4663 11.3452 14.3447 11.4668L13.9043 11.9082C13.8754 11.9373 13.8406 11.9608 13.8027 11.9766C13.765 11.9922 13.7245 12 13.6836 12C13.6427 12 13.6022 11.9922 13.5645 11.9766C13.5266 11.9608 13.4918 11.9373 13.4629 11.9082L12.5469 10.9912V14.2129C12.5469 14.2954 12.5144 14.3752 12.4561 14.4336C12.3976 14.492 12.318 14.5244 12.2354 14.5244H11.6113C11.5289 14.5244 11.45 14.4919 11.3916 14.4336C11.3332 14.3752 11.2998 14.2955 11.2998 14.2129V10.9834L10.376 11.9082C10.3177 11.9663 10.2385 11.9989 10.1562 11.999C10.0739 11.999 9.99489 11.9662 9.93652 11.9082L9.49414 11.4668C9.46528 11.4379 9.44239 11.403 9.42676 11.3652C9.41122 11.3276 9.40332 11.2869 9.40332 11.2461C9.40336 11.2053 9.41114 11.1646 9.42676 11.127C9.44236 11.0893 9.46538 11.0552 9.49414 11.0264L11.6992 8.82129ZM14.75 1.48047C15.0261 1.48047 15.25 1.70433 15.25 1.98047V7.6543C15.2499 7.86085 15.0825 8.02823 14.876 8.02832H14.2207C14.0142 8.02818 13.8467 7.86082 13.8467 7.6543V2.88281H2.15332V12.2383H7.85938C8.06604 12.2383 8.2334 12.4056 8.2334 12.6123V13.2666C8.2334 13.4733 8.06604 13.6416 7.85938 13.6416H1.25C0.973968 13.6416 0.750179 13.4176 0.75 13.1416V1.98047C0.75 1.70433 0.973858 1.48047 1.25 1.48047H14.75ZM6.3125 5.53027C6.38058 5.53027 6.44683 5.55318 6.5 5.5957L9.98242 7.25391C10.1118 7.35738 10.1328 7.54644 10.0293 7.67578C10.0155 7.69307 9.99971 7.70883 9.98242 7.72266L6.5 9.61523C6.37067 9.71852 6.18155 9.69761 6.07812 9.56836C6.03562 9.51523 6.01274 9.4489 6.0127 9.38086V5.83008C6.0127 5.6645 6.14694 5.53037 6.3125 5.53027Z" }));
57
+ }
58
+ var IconUploadVideo = react_1.default.forwardRef(IconUploadVideoComponent);
59
+ exports.default = IconUploadVideo;
package/cjs/index.d.ts CHANGED
@@ -1469,4 +1469,18 @@ export { default as IconVisualModel } from './IconVisualModel';
1469
1469
  export { default as IconNvidia } from './IconNvidia';
1470
1470
  export { default as IconAscent } from './IconAscent';
1471
1471
  export { default as IconUpgradeEngine } from './IconUpgradeEngine';
1472
+ export { default as IconAiVideo } from './IconAiVideo';
1473
+ export { default as IconAiImageDefault } from './IconAiImageDefault';
1474
+ export { default as IconAiVideoActive } from './IconAiVideoActive';
1475
+ export { default as IconAiVideoDefault } from './IconAiVideoDefault';
1476
+ export { default as IconAiImageActive } from './IconAiImageActive';
1477
+ export { default as IconImageUpload } from './IconImageUpload';
1478
+ export { default as IconConstraint } from './IconConstraint';
1479
+ export { default as IconUnconstraint } from './IconUnconstraint';
1480
+ export { default as IconMagic } from './IconMagic';
1481
+ export { default as IconCalendar1 } from './IconCalendar1';
1482
+ export { default as IconNoVideoImage } from './IconNoVideoImage';
1483
+ export { default as IconDiagramCracking } from './IconDiagramCracking';
1484
+ export { default as IconUploadImage } from './IconUploadImage';
1485
+ export { default as IconUploadVideo } from './IconUploadVideo';
1472
1486
  export * from './type';
package/cjs/index.js CHANGED
@@ -46,7 +46,7 @@ exports.IconBanjo = exports.IconPostalHor = exports.IconMobilePhone = exports.Ic
46
46
  exports.IconDataDataset = exports.IconModelService = exports.IconDataOnlineTagging = exports.IconModelOptimization = exports.IconModelAppliction = exports.IconModelWarehouse = exports.IconModelExperienceCenter = exports.IconComputingManagement = exports.IconShare = exports.IconTrialOperation = exports.IconWiki = exports.IconColumnConfiguration1 = exports.IconMessageFill = exports.IconCardCollectionLinearity = exports.IconAgentQuote = exports.IconCardCollectionSurface = exports.IconAgentUse = exports.IconAgentDialogue = exports.IconOfficialV = exports.IconTokenQuantity = exports.IconBlock1 = exports.IconAcccount1 = exports.IconClosure = exports.IconPackaging = exports.IconRerank = exports.IconEn = exports.IconTraditionalChinese = exports.IconSimplifiedChinese = exports.IconGeneralSuccessHighSaturation = exports.IconCopyLine = exports.IconCollect2 = exports.IconUncollect2 = exports.IconUploadingDoc = exports.IconAddGroup = exports.IconRouge1 = exports.IconRougeL = exports.IconRouge2 = exports.IconF1 = exports.IconAccuracy = exports.IconTemplate1 = exports.IconNoRule = exports.IconJavascript = exports.IconUserTemplate = exports.IconKnowledgeLeft = exports.IconKnowledgeRight = exports.IconKnowledgeAddto = exports.IconKnowledgeMinus = exports.IconGroup = exports.IconRadio = exports.IconStudioMicrophone = void 0;
47
47
  exports.IconStopUpdate = exports.IconSheildKey = exports.IconRl = exports.IconPromptMaas = exports.IconDataSetMaas = exports.IconModelAccess = exports.IconContinuePretrain = exports.IconAddMaas = exports.IconMoreMaas = exports.IconOutputMaas = exports.IconMemoryWebapp = exports.IconBatchProcessing = exports.IconUnfold2 = exports.IconModelGallery = exports.IconOutput = exports.IconScale = exports.IconWebEmb = exports.IconThreatAttribution = exports.IconProtection = exports.IconShield = exports.IconCommentApply = exports.IconWflHttp = exports.IconVideo = exports.IconVariableAggregation = exports.IconAddNewVersion = exports.IconWfMemory = exports.IconFunctionCall = exports.IconImageAi = exports.IconSystemPresetting = exports.IconManagementBackEnd = exports.IconModelServiceC = exports.IconModelFile = exports.IconVectorModel = exports.IconLanguageModel = exports.IconSortingModel = exports.IconReportSet = exports.IconMenteor = exports.IconContextualRelevance = exports.IconNist = exports.IconBleu = exports.IconImageUnderstanding = exports.IconObservationIntegration = exports.IconArrangeMemory = exports.IconInvokeMemory = exports.IconCaretUp = exports.IconCaretDown = exports.IconAddVersion = exports.IconWflSetVariable = exports.IconAgtDebug = exports.IconSessionFlow = void 0;
48
48
  exports.IconUserVariable = exports.IconParallel = exports.IconMoreVertical1 = exports.IconExportRecord = exports.IconPublishVersion = exports.IconRuntimeConfiguration = exports.IconRunConfiguration = exports.IconArrowDownward = exports.IconArrowUpwards = exports.IconCustomApplication = exports.IconWkfOptimization = exports.IconWkfTemplate = exports.IconStarColor = exports.IconModelWarehouseDetail = exports.IconDistribution = exports.IconCheckboxList = exports.IconDatasetsReflux = exports.IconDataProcessing = exports.IconCardSurface = exports.IconCardLine = exports.IconKnowledgeRetrieval = exports.IconKnowledgeWriting = exports.IconInformationCollection = exports.IconUnpin = exports.IconRename = exports.IconPin = exports.IconBatchMovement = exports.IconAsynchronousOperation = exports.IconParameterSetting = exports.IconFolderClose = exports.IconFolderOpen = exports.IconFolderMaas = exports.IconBatchInference = exports.IconObs = exports.IconDataSetBos = exports.IconManagement = exports.IconDeepseek = exports.IconDataSetDetail = exports.IconDataSetBlue = exports.IconImageModel = exports.IconWorkspaceMaas = exports.IconYaml = exports.IconUserMaas = exports.IconCustomMark = exports.IconService = exports.IconRm = exports.IconSmoothUpdate = exports.IconModelEvalue = exports.IconSingleMachine = exports.IconTos = void 0;
49
- exports.IconUpgradeEngine = exports.IconAscent = exports.IconNvidia = exports.IconVisualModel = exports.IconText2video = exports.IconText2image = exports.IconImage2video = exports.IconMinimumQueue = exports.IconAgentWebService = exports.IconAgentDeploymentPackage = exports.IconAgentPublishApi = exports.IconAgentPublishEnterpriseWechat = exports.IconAgentPublishWeChat = exports.IconAgentPublishOthers = exports.IconAgentChannel = exports.IconAgentHistory = exports.IconAgentImport = exports.IconVariableAssignment = exports.IconAPIDatasource = exports.IconAPI = exports.IconInvokeMemoryDel = void 0;
49
+ exports.IconUploadVideo = exports.IconUploadImage = 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 = exports.IconMinimumQueue = exports.IconAgentWebService = exports.IconAgentDeploymentPackage = exports.IconAgentPublishApi = exports.IconAgentPublishEnterpriseWechat = exports.IconAgentPublishWeChat = exports.IconAgentPublishOthers = exports.IconAgentChannel = exports.IconAgentHistory = exports.IconAgentImport = exports.IconVariableAssignment = exports.IconAPIDatasource = exports.IconAPI = exports.IconInvokeMemoryDel = void 0;
50
50
  var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
51
51
  Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
52
52
  var IconAgentNodata_1 = require("./IconAgentNodata");
@@ -2989,4 +2989,32 @@ var IconAscent_1 = require("./IconAscent");
2989
2989
  Object.defineProperty(exports, "IconAscent", { enumerable: true, get: function () { return __importDefault(IconAscent_1).default; } });
2990
2990
  var IconUpgradeEngine_1 = require("./IconUpgradeEngine");
2991
2991
  Object.defineProperty(exports, "IconUpgradeEngine", { enumerable: true, get: function () { return __importDefault(IconUpgradeEngine_1).default; } });
2992
+ var IconAiVideo_1 = require("./IconAiVideo");
2993
+ Object.defineProperty(exports, "IconAiVideo", { enumerable: true, get: function () { return __importDefault(IconAiVideo_1).default; } });
2994
+ var IconAiImageDefault_1 = require("./IconAiImageDefault");
2995
+ Object.defineProperty(exports, "IconAiImageDefault", { enumerable: true, get: function () { return __importDefault(IconAiImageDefault_1).default; } });
2996
+ var IconAiVideoActive_1 = require("./IconAiVideoActive");
2997
+ Object.defineProperty(exports, "IconAiVideoActive", { enumerable: true, get: function () { return __importDefault(IconAiVideoActive_1).default; } });
2998
+ var IconAiVideoDefault_1 = require("./IconAiVideoDefault");
2999
+ Object.defineProperty(exports, "IconAiVideoDefault", { enumerable: true, get: function () { return __importDefault(IconAiVideoDefault_1).default; } });
3000
+ var IconAiImageActive_1 = require("./IconAiImageActive");
3001
+ Object.defineProperty(exports, "IconAiImageActive", { enumerable: true, get: function () { return __importDefault(IconAiImageActive_1).default; } });
3002
+ var IconImageUpload_1 = require("./IconImageUpload");
3003
+ Object.defineProperty(exports, "IconImageUpload", { enumerable: true, get: function () { return __importDefault(IconImageUpload_1).default; } });
3004
+ var IconConstraint_1 = require("./IconConstraint");
3005
+ Object.defineProperty(exports, "IconConstraint", { enumerable: true, get: function () { return __importDefault(IconConstraint_1).default; } });
3006
+ var IconUnconstraint_1 = require("./IconUnconstraint");
3007
+ Object.defineProperty(exports, "IconUnconstraint", { enumerable: true, get: function () { return __importDefault(IconUnconstraint_1).default; } });
3008
+ var IconMagic_1 = require("./IconMagic");
3009
+ Object.defineProperty(exports, "IconMagic", { enumerable: true, get: function () { return __importDefault(IconMagic_1).default; } });
3010
+ var IconCalendar1_1 = require("./IconCalendar1");
3011
+ Object.defineProperty(exports, "IconCalendar1", { enumerable: true, get: function () { return __importDefault(IconCalendar1_1).default; } });
3012
+ var IconNoVideoImage_1 = require("./IconNoVideoImage");
3013
+ Object.defineProperty(exports, "IconNoVideoImage", { enumerable: true, get: function () { return __importDefault(IconNoVideoImage_1).default; } });
3014
+ var IconDiagramCracking_1 = require("./IconDiagramCracking");
3015
+ Object.defineProperty(exports, "IconDiagramCracking", { enumerable: true, get: function () { return __importDefault(IconDiagramCracking_1).default; } });
3016
+ var IconUploadImage_1 = require("./IconUploadImage");
3017
+ Object.defineProperty(exports, "IconUploadImage", { enumerable: true, get: function () { return __importDefault(IconUploadImage_1).default; } });
3018
+ var IconUploadVideo_1 = require("./IconUploadVideo");
3019
+ Object.defineProperty(exports, "IconUploadVideo", { enumerable: true, get: function () { return __importDefault(IconUploadVideo_1).default; } });
2992
3020
  __exportStar(require("./type"), exports);