@arco-iconbox/react-hiagent 0.1.48 → 0.1.50

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 (135) hide show
  1. package/cjs/IconSystemAnnouncement/index.d.ts +4 -0
  2. package/cjs/IconSystemAnnouncement/index.js +59 -0
  3. package/cjs/IconSystemCodePackage/index.d.ts +4 -0
  4. package/cjs/IconSystemCodePackage/index.js +59 -0
  5. package/cjs/IconSystemLimitations/index.d.ts +4 -0
  6. package/cjs/IconSystemLimitations/index.js +59 -0
  7. package/cjs/IconSystemModelSecurity/index.d.ts +4 -0
  8. package/cjs/IconSystemModelSecurity/index.js +60 -0
  9. package/cjs/IconSystemNetworkControl/index.d.ts +4 -0
  10. package/cjs/IconSystemNetworkControl/index.js +60 -0
  11. package/cjs/IconSystemObservation/index.d.ts +4 -0
  12. package/cjs/IconSystemObservation/index.js +59 -0
  13. package/cjs/IconSystemTimeout/index.d.ts +4 -0
  14. package/cjs/IconSystemTimeout/index.js +59 -0
  15. package/cjs/IconSystemVoice/index.d.ts +4 -0
  16. package/cjs/IconSystemVoice/index.js +59 -0
  17. package/cjs/IconTreeModelDeepThinking/index.d.ts +4 -0
  18. package/cjs/IconTreeModelDeepThinking/index.js +60 -0
  19. package/cjs/IconTreeModelFirstFrame/index.d.ts +4 -0
  20. package/cjs/IconTreeModelFirstFrame/index.js +60 -0
  21. package/cjs/IconTreeModelFunctionCall/index.d.ts +4 -0
  22. package/cjs/IconTreeModelFunctionCall/index.js +60 -0
  23. package/cjs/IconTreeModelIllustratedVid/index.d.ts +4 -0
  24. package/cjs/IconTreeModelIllustratedVid/index.js +60 -0
  25. package/cjs/IconTreeModelImgUnderstanding/index.d.ts +4 -0
  26. package/cjs/IconTreeModelImgUnderstanding/index.js +60 -0
  27. package/cjs/IconTreeModelPicture/index.d.ts +4 -0
  28. package/cjs/IconTreeModelPicture/index.js +60 -0
  29. package/cjs/IconTreeModelStartEndFrame/index.d.ts +4 -0
  30. package/cjs/IconTreeModelStartEndFrame/index.js +60 -0
  31. package/cjs/IconTreeModelTextImage/index.d.ts +4 -0
  32. package/cjs/IconTreeModelTextImage/index.js +60 -0
  33. package/cjs/IconTreeModelVidUnderstanding/index.d.ts +4 -0
  34. package/cjs/IconTreeModelVidUnderstanding/index.js +60 -0
  35. package/cjs/IconTreeModelVisModel/index.d.ts +4 -0
  36. package/cjs/IconTreeModelVisModel/index.js +60 -0
  37. package/cjs/index.d.ts +18 -0
  38. package/cjs/index.js +37 -1
  39. package/dist/icon.min.js +1 -1
  40. package/esm/IconSystemAnnouncement/index.d.ts +4 -0
  41. package/esm/IconSystemAnnouncement/index.js +34 -0
  42. package/esm/IconSystemCodePackage/index.d.ts +4 -0
  43. package/esm/IconSystemCodePackage/index.js +34 -0
  44. package/esm/IconSystemLimitations/index.d.ts +4 -0
  45. package/esm/IconSystemLimitations/index.js +34 -0
  46. package/esm/IconSystemModelSecurity/index.d.ts +4 -0
  47. package/esm/IconSystemModelSecurity/index.js +35 -0
  48. package/esm/IconSystemNetworkControl/index.d.ts +4 -0
  49. package/esm/IconSystemNetworkControl/index.js +35 -0
  50. package/esm/IconSystemObservation/index.d.ts +4 -0
  51. package/esm/IconSystemObservation/index.js +34 -0
  52. package/esm/IconSystemTimeout/index.d.ts +4 -0
  53. package/esm/IconSystemTimeout/index.js +34 -0
  54. package/esm/IconSystemVoice/index.d.ts +4 -0
  55. package/esm/IconSystemVoice/index.js +34 -0
  56. package/esm/IconTreeModelDeepThinking/index.d.ts +4 -0
  57. package/esm/IconTreeModelDeepThinking/index.js +35 -0
  58. package/esm/IconTreeModelFirstFrame/index.d.ts +4 -0
  59. package/esm/IconTreeModelFirstFrame/index.js +35 -0
  60. package/esm/IconTreeModelFunctionCall/index.d.ts +4 -0
  61. package/esm/IconTreeModelFunctionCall/index.js +35 -0
  62. package/esm/IconTreeModelIllustratedVid/index.d.ts +4 -0
  63. package/esm/IconTreeModelIllustratedVid/index.js +35 -0
  64. package/esm/IconTreeModelImgUnderstanding/index.d.ts +4 -0
  65. package/esm/IconTreeModelImgUnderstanding/index.js +35 -0
  66. package/esm/IconTreeModelPicture/index.d.ts +4 -0
  67. package/esm/IconTreeModelPicture/index.js +35 -0
  68. package/esm/IconTreeModelStartEndFrame/index.d.ts +4 -0
  69. package/esm/IconTreeModelStartEndFrame/index.js +35 -0
  70. package/esm/IconTreeModelTextImage/index.d.ts +4 -0
  71. package/esm/IconTreeModelTextImage/index.js +35 -0
  72. package/esm/IconTreeModelVidUnderstanding/index.d.ts +4 -0
  73. package/esm/IconTreeModelVidUnderstanding/index.js +35 -0
  74. package/esm/IconTreeModelVisModel/index.d.ts +4 -0
  75. package/esm/IconTreeModelVisModel/index.js +35 -0
  76. package/esm/index.d.ts +18 -0
  77. package/esm/index.js +18 -0
  78. package/package.json +1 -1
  79. package/src/IconSystemAnnouncement/index.tsx +15 -0
  80. package/src/IconSystemCodePackage/index.tsx +15 -0
  81. package/src/IconSystemLimitations/index.tsx +15 -0
  82. package/src/IconSystemModelSecurity/index.tsx +15 -0
  83. package/src/IconSystemNetworkControl/index.tsx +15 -0
  84. package/src/IconSystemObservation/index.tsx +15 -0
  85. package/src/IconSystemTimeout/index.tsx +15 -0
  86. package/src/IconSystemVoice/index.tsx +15 -0
  87. package/src/IconTreeModelDeepThinking/index.tsx +15 -0
  88. package/src/IconTreeModelFirstFrame/index.tsx +15 -0
  89. package/src/IconTreeModelFunctionCall/index.tsx +15 -0
  90. package/src/IconTreeModelIllustratedVid/index.tsx +15 -0
  91. package/src/IconTreeModelImgUnderstanding/index.tsx +15 -0
  92. package/src/IconTreeModelPicture/index.tsx +15 -0
  93. package/src/IconTreeModelStartEndFrame/index.tsx +15 -0
  94. package/src/IconTreeModelTextImage/index.tsx +15 -0
  95. package/src/IconTreeModelVidUnderstanding/index.tsx +15 -0
  96. package/src/IconTreeModelVisModel/index.tsx +15 -0
  97. package/src/index.ts +18 -0
  98. package/umd/IconSystemAnnouncement/index.d.ts +4 -0
  99. package/umd/IconSystemAnnouncement/index.js +69 -0
  100. package/umd/IconSystemCodePackage/index.d.ts +4 -0
  101. package/umd/IconSystemCodePackage/index.js +69 -0
  102. package/umd/IconSystemLimitations/index.d.ts +4 -0
  103. package/umd/IconSystemLimitations/index.js +69 -0
  104. package/umd/IconSystemModelSecurity/index.d.ts +4 -0
  105. package/umd/IconSystemModelSecurity/index.js +70 -0
  106. package/umd/IconSystemNetworkControl/index.d.ts +4 -0
  107. package/umd/IconSystemNetworkControl/index.js +70 -0
  108. package/umd/IconSystemObservation/index.d.ts +4 -0
  109. package/umd/IconSystemObservation/index.js +69 -0
  110. package/umd/IconSystemTimeout/index.d.ts +4 -0
  111. package/umd/IconSystemTimeout/index.js +69 -0
  112. package/umd/IconSystemVoice/index.d.ts +4 -0
  113. package/umd/IconSystemVoice/index.js +69 -0
  114. package/umd/IconTreeModelDeepThinking/index.d.ts +4 -0
  115. package/umd/IconTreeModelDeepThinking/index.js +70 -0
  116. package/umd/IconTreeModelFirstFrame/index.d.ts +4 -0
  117. package/umd/IconTreeModelFirstFrame/index.js +70 -0
  118. package/umd/IconTreeModelFunctionCall/index.d.ts +4 -0
  119. package/umd/IconTreeModelFunctionCall/index.js +70 -0
  120. package/umd/IconTreeModelIllustratedVid/index.d.ts +4 -0
  121. package/umd/IconTreeModelIllustratedVid/index.js +70 -0
  122. package/umd/IconTreeModelImgUnderstanding/index.d.ts +4 -0
  123. package/umd/IconTreeModelImgUnderstanding/index.js +70 -0
  124. package/umd/IconTreeModelPicture/index.d.ts +4 -0
  125. package/umd/IconTreeModelPicture/index.js +70 -0
  126. package/umd/IconTreeModelStartEndFrame/index.d.ts +4 -0
  127. package/umd/IconTreeModelStartEndFrame/index.js +70 -0
  128. package/umd/IconTreeModelTextImage/index.d.ts +4 -0
  129. package/umd/IconTreeModelTextImage/index.js +70 -0
  130. package/umd/IconTreeModelVidUnderstanding/index.d.ts +4 -0
  131. package/umd/IconTreeModelVidUnderstanding/index.js +70 -0
  132. package/umd/IconTreeModelVisModel/index.d.ts +4 -0
  133. package/umd/IconTreeModelVisModel/index.js +70 -0
  134. package/umd/index.d.ts +18 -0
  135. package/umd/index.js +38 -2
@@ -0,0 +1,35 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { useContext } from 'react';
24
+ import { Context } from '../context';
25
+ function IconTreeModelVidUnderstandingComponent(props, ref) {
26
+ var prefixFromContext = useContext(Context).prefix;
27
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
28
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
+ return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-tree_model_VidUnderstanding").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 }),
31
+ React.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#E3AF46', rx: "6" }),
32
+ React.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" }));
33
+ }
34
+ var IconTreeModelVidUnderstanding = React.forwardRef(IconTreeModelVidUnderstandingComponent);
35
+ export default IconTreeModelVidUnderstanding;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconTreeModelVisModel: 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 IconTreeModelVisModel;
@@ -0,0 +1,35 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { useContext } from 'react';
24
+ import { Context } from '../context';
25
+ function IconTreeModelVisModelComponent(props, ref) {
26
+ var prefixFromContext = useContext(Context).prefix;
27
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
28
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
+ return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-tree_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 }),
31
+ React.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#A061EF', rx: "6" }),
32
+ React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', stroke: "#A061EF", 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" }));
33
+ }
34
+ var IconTreeModelVisModel = React.forwardRef(IconTreeModelVisModelComponent);
35
+ export default IconTreeModelVisModel;
package/esm/index.d.ts CHANGED
@@ -1603,4 +1603,22 @@ export { default as IconAgentFileSettings } from './IconAgentFileSettings';
1603
1603
  export { default as IconVideo } from './IconVideo';
1604
1604
  export { default as IconAudio } from './IconAudio';
1605
1605
  export { default as IconAgentFileConfiguration } from './IconAgentFileConfiguration';
1606
+ export { default as IconSystemLimitations } from './IconSystemLimitations';
1607
+ export { default as IconSystemAnnouncement } from './IconSystemAnnouncement';
1608
+ export { default as IconSystemTimeout } from './IconSystemTimeout';
1609
+ export { default as IconSystemModelSecurity } from './IconSystemModelSecurity';
1610
+ export { default as IconSystemVoice } from './IconSystemVoice';
1611
+ export { default as IconSystemObservation } from './IconSystemObservation';
1612
+ export { default as IconSystemNetworkControl } from './IconSystemNetworkControl';
1613
+ export { default as IconSystemCodePackage } from './IconSystemCodePackage';
1614
+ export { default as IconTreeModelPicture } from './IconTreeModelPicture';
1615
+ export { default as IconTreeModelStartEndFrame } from './IconTreeModelStartEndFrame';
1616
+ export { default as IconTreeModelVidUnderstanding } from './IconTreeModelVidUnderstanding';
1617
+ export { default as IconTreeModelDeepThinking } from './IconTreeModelDeepThinking';
1618
+ export { default as IconTreeModelFirstFrame } from './IconTreeModelFirstFrame';
1619
+ export { default as IconTreeModelTextImage } from './IconTreeModelTextImage';
1620
+ export { default as IconTreeModelImgUnderstanding } from './IconTreeModelImgUnderstanding';
1621
+ export { default as IconTreeModelFunctionCall } from './IconTreeModelFunctionCall';
1622
+ export { default as IconTreeModelIllustratedVid } from './IconTreeModelIllustratedVid';
1623
+ export { default as IconTreeModelVisModel } from './IconTreeModelVisModel';
1606
1624
  export * from './type';
package/esm/index.js CHANGED
@@ -1603,4 +1603,22 @@ export { default as IconAgentFileSettings } from './IconAgentFileSettings';
1603
1603
  export { default as IconVideo } from './IconVideo';
1604
1604
  export { default as IconAudio } from './IconAudio';
1605
1605
  export { default as IconAgentFileConfiguration } from './IconAgentFileConfiguration';
1606
+ export { default as IconSystemLimitations } from './IconSystemLimitations';
1607
+ export { default as IconSystemAnnouncement } from './IconSystemAnnouncement';
1608
+ export { default as IconSystemTimeout } from './IconSystemTimeout';
1609
+ export { default as IconSystemModelSecurity } from './IconSystemModelSecurity';
1610
+ export { default as IconSystemVoice } from './IconSystemVoice';
1611
+ export { default as IconSystemObservation } from './IconSystemObservation';
1612
+ export { default as IconSystemNetworkControl } from './IconSystemNetworkControl';
1613
+ export { default as IconSystemCodePackage } from './IconSystemCodePackage';
1614
+ export { default as IconTreeModelPicture } from './IconTreeModelPicture';
1615
+ export { default as IconTreeModelStartEndFrame } from './IconTreeModelStartEndFrame';
1616
+ export { default as IconTreeModelVidUnderstanding } from './IconTreeModelVidUnderstanding';
1617
+ export { default as IconTreeModelDeepThinking } from './IconTreeModelDeepThinking';
1618
+ export { default as IconTreeModelFirstFrame } from './IconTreeModelFirstFrame';
1619
+ export { default as IconTreeModelTextImage } from './IconTreeModelTextImage';
1620
+ export { default as IconTreeModelImgUnderstanding } from './IconTreeModelImgUnderstanding';
1621
+ export { default as IconTreeModelFunctionCall } from './IconTreeModelFunctionCall';
1622
+ export { default as IconTreeModelIllustratedVid } from './IconTreeModelIllustratedVid';
1623
+ export { default as IconTreeModelVisModel } from './IconTreeModelVisModel';
1606
1624
  export * from './type';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/react-hiagent",
3
- "version": "0.1.48",
3
+ "version": "0.1.50",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconSystemAnnouncementComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-system_announcement${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M14.6 2.6a3.3 3.3 0 0 1 3.3 3.3v8.2a3.3 3.3 0 0 1-3.3 3.3H5.4a3.3 3.3 0 0 1-3.3-3.3V5.9a3.3 3.3 0 0 1 3.3-3.3h9.2Zm-8.1 8.613a.9.9 0 0 0 0 1.8h4a.9.9 0 0 0 0-1.8h-4Zm0-3.8a.9.9 0 1 0 0 1.8h7a.9.9 0 0 0 0-1.8h-7Z"/></svg>;
12
+ }
13
+
14
+ const IconSystemAnnouncement = React.forwardRef(IconSystemAnnouncementComponent);
15
+ export default IconSystemAnnouncement;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconSystemCodePackageComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-system_code-package${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M11.77 1.662c.469 0 .921.176 1.267.493l3.856 3.537a1.879 1.879 0 0 1 .607 1.383v9.375a1.875 1.875 0 0 1-1.875 1.875H4.375A1.877 1.877 0 0 1 2.5 16.45V3.537a1.875 1.875 0 0 1 1.875-1.875h7.395ZM9.28 8.47a.75.75 0 0 0-1.06 0l-2.083 2.083a.75.75 0 0 0 0 1.06l2.083 2.084a.75.75 0 0 0 1.06-1.06l-1.553-1.554L9.28 9.53a.75.75 0 0 0 0-1.06Zm2.5 0a.75.75 0 0 0-1.06 1.06l1.553 1.553-1.553 1.554a.75.75 0 0 0 1.06 1.06l2.083-2.084a.75.75 0 0 0 0-1.06L11.78 8.47Z"/></svg>;
12
+ }
13
+
14
+ const IconSystemCodePackage = React.forwardRef(IconSystemCodePackageComponent);
15
+ export default IconSystemCodePackage;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconSystemLimitationsComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-system_limitations${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M15.018 11a2 2 0 0 1 2 2v2.31a2 2 0 0 1-2 2H4.185a2 2 0 0 1-2-2V13a2 2 0 0 1 2-2h10.833Zm-.868-8.309a3.666 3.666 0 1 1 0 7.332 3.666 3.666 0 0 1 0-7.332Zm-5.382.619a.75.75 0 0 1 .734.598A5.226 5.226 0 0 0 8.9 6.35c0 .893.224 1.735.618 2.471v.239a.75.75 0 0 1-.75.75H4.185a2 2 0 0 1-2-2v-2.5a2 2 0 0 1 2-2h4.583Zm5.382.881a2.167 2.167 0 1 0 0 4.333 2.167 2.167 0 0 0 0-4.333Zm0 .916a1.25 1.25 0 1 1 0 2.501 1.25 1.25 0 0 1 0-2.5Z"/></svg>;
12
+ }
13
+
14
+ const IconSystemLimitations = React.forwardRef(IconSystemLimitationsComponent);
15
+ export default IconSystemLimitations;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconSystemModelSecurityComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-system_model-security${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M6.189 2.548c0 .416.341.754.762.754h4.576a.758.758 0 0 0 .762-.754v-.754h3.051c.42 0 .762.338.762.754v5.866l-1.983-.867a.486.486 0 0 0-.39 0l-4.144 1.82a.486.486 0 0 0-.29.445l.001.798.001 1.003c0 1.774.407 3.11 1.52 4.486.24.296.495.552.75.776H3.14a.758.758 0 0 1-.763-.754V2.548a.76.76 0 0 1 .763-.754h3.05v.754ZM4.978 8.962a.328.328 0 0 0-.328.328v.788c0 .182.146.33.328.33h2.474a.33.33 0 0 0 .33-.33V9.29a.329.329 0 0 0-.33-.328H4.978Zm0-2.988a.328.328 0 0 0-.328.328v.788c0 .181.146.33.328.33h4.856a.33.33 0 0 0 .33-.33v-.788a.329.329 0 0 0-.33-.328H4.978Z"/><path d="M6.188 1.794h6.1v.762a.763.763 0 0 1-.762.763H6.951a.763.763 0 0 1-.763-.763v-.762Zm7.546 5.753a.485.485 0 0 1 .39 0l4.159 1.82c.176.078.29.252.29.445v1.898c0 2.015-.667 3.332-1.537 4.401a6.637 6.637 0 0 1-2.977 2.061.415.415 0 0 1-.26 0 6.671 6.671 0 0 1-2.977-2.073c-1.114-1.375-1.52-2.712-1.52-4.487L9.3 10.61v-.798c0-.193.113-.367.29-.445l4.144-1.82Zm2.553 2.868a.541.541 0 0 0-.787.055l-2.16 2.613-1.205-1.22a.542.542 0 0 0-.788.005.598.598 0 0 0 .017.822l1.603 1.622a.55.55 0 0 0 .486.159.539.539 0 0 0 .385-.197l2.513-3.04a.6.6 0 0 0-.064-.819Z" opacity=".5"/></svg>;
12
+ }
13
+
14
+ const IconSystemModelSecurity = React.forwardRef(IconSystemModelSecurityComponent);
15
+ export default IconSystemModelSecurity;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconSystemNetworkControlComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-system_network-control${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M10.337 2.007c-.197.962-.65 2.367-1.404 2.768-.451.24-.727.322-.936.384-.206.062-.348.104-.529.259.131.602.333.83.536 1.06.105.119.21.238.307.41.407.73.524 1.593.168 2.302-.454.906-1.246 1.012-2.192.587-.359-.161-.703-.532-1-.852-.27-.29-.503-.54-.673-.555-.107-.009-.288.047-.51.116-.517.16-1.25.386-1.742-.003a2.064 2.064 0 0 1-.185-.164 8.003 8.003 0 0 1 8.16-6.312Zm6.623 11.94c-.173-.286-.47-.66-.88-.902-.468-.277-.924-.25-1.311-.226-.205.013-.39.024-.549-.012-.18-.04-.288-.197-.427-.397-.213-.308-.5-.72-1.227-.978-1.2-.426-3.273.05-3.505 1.866-.181 1.423.564 2.137 1.243 2.788.187.18.37.355.526.538.48.564.412 1.044.27 1.3a8.005 8.005 0 0 0 5.86-3.977Z" opacity=".5"/><path d="M16.96 13.947a8 8 0 0 0-6.623-11.94c-.197.962-.65 2.367-1.404 2.768-.45.24-.727.322-.936.384-.206.062-.348.104-.529.259.131.602.333.83.536 1.06.105.119.21.238.307.41.407.73.524 1.593.168 2.302-.454.906-1.246 1.012-2.192.587-.359-.161-.703-.532-1-.852-.27-.29-.503-.54-.672-.555-.107-.009-.29.047-.51.116-.518.16-1.25.386-1.743-.003a2.064 2.064 0 0 1-.185-.164A8.003 8.003 0 0 1 2 10a8 8 0 0 0 9.101 7.925c.14-.258.21-.737-.271-1.301-.157-.183-.339-.358-.526-.538-.68-.65-1.424-1.365-1.242-2.788.231-1.816 2.304-2.292 3.504-1.866.728.258 1.014.67 1.227.978.14.2.248.356.428.397.158.036.343.025.548.012.387-.024.843-.052 1.312.226.41.242.706.616.88.902Z"/></svg>;
12
+ }
13
+
14
+ const IconSystemNetworkControl = React.forwardRef(IconSystemNetworkControlComponent);
15
+ export default IconSystemNetworkControl;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconSystemObservationComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-system_observation${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M14.667 2.583a2.75 2.75 0 0 1 2.75 2.75v9.334a2.75 2.75 0 0 1-2.75 2.75H5.333a2.75 2.75 0 0 1-2.75-2.75V5.333a2.75 2.75 0 0 1 2.75-2.75h9.334Zm-8 7.5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-2.5a.75.75 0 0 0-.75-.75ZM10 6.75a.75.75 0 0 0-.75.75v5.833a.75.75 0 0 0 1.5 0V7.5a.75.75 0 0 0-.75-.75Zm3.333 1.667a.75.75 0 0 0-.75.75v4.166a.75.75 0 0 0 1.5 0V9.167a.75.75 0 0 0-.75-.75Z"/></svg>;
12
+ }
13
+
14
+ const IconSystemObservation = React.forwardRef(IconSystemObservationComponent);
15
+ export default IconSystemObservation;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconSystemTimeoutComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-system_timeout${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M17.792 10a7.792 7.792 0 1 1-15.584 0 7.792 7.792 0 0 1 15.584 0Zm-11.334.354c0 .196.159.354.355.354h3.541l.042-.002a.354.354 0 0 0 .312-.352V5.396a.354.354 0 0 0-.354-.354h-.708a.354.354 0 0 0-.354.354v3.896h-2.48a.354.354 0 0 0-.354.354v.708Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconSystemTimeout = React.forwardRef(IconSystemTimeoutComponent);
15
+ export default IconSystemTimeout;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconSystemVoiceComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-system_voice${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M16.333 2.333a2 2 0 0 1 2 2v9.5a2 2 0 0 1-2 2h-3.836a1 1 0 0 0-.707.293L10 17.917l-1.79-1.791a1.002 1.002 0 0 0-.708-.293H3.667a2 2 0 0 1-2-2v-9.5a2 2 0 0 1 2-2h12.666Zm-8 2.467a.75.75 0 0 0-.75.75v7.162a.75.75 0 0 0 1.5 0V5.55a.75.75 0 0 0-.75-.75ZM5 6.335a.75.75 0 0 0-.75.75v4.093a.75.75 0 0 0 1.5 0V7.085a.75.75 0 0 0-.75-.75Zm10 0a.75.75 0 0 0-.75.75v4.093a.75.75 0 0 0 1.5 0V7.085a.75.75 0 0 0-.75-.75Zm-3.333 1.022a.75.75 0 0 0-.75.75v2.046a.75.75 0 0 0 1.5 0V8.107a.75.75 0 0 0-.75-.75Z"/></svg>;
12
+ }
13
+
14
+ const IconSystemVoice = React.forwardRef(IconSystemVoiceComponent);
15
+ export default IconSystemVoice;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeModelDeepThinkingComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-tree_model_DeepThinking${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><rect width="24" height="24" fill={useCurrentColor ? 'currentColor' : '#A061EF'} rx="6"/><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"/></svg>;
12
+ }
13
+
14
+ const IconTreeModelDeepThinking = React.forwardRef(IconTreeModelDeepThinkingComponent);
15
+ export default IconTreeModelDeepThinking;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeModelFirstFrameComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-tree_model_First-Frame${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><rect width="24" height="24" fill={useCurrentColor ? 'currentColor' : '#61C78A'} rx="6"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M18.283 5A1.71 1.71 0 0 1 20 6.705v10.59c0 .941-.769 1.705-1.717 1.705H8.282a1.711 1.711 0 0 1-1.717-1.705V6.705C6.565 5.763 7.334 5 8.282 5h10.001Zm-13.52.085a.76.76 0 0 1 .763.758V18.16a.76.76 0 0 1-.763.758A.76.76 0 0 1 4 18.16V5.843a.76.76 0 0 1 .763-.758Zm3.519 1.43a.19.19 0 0 0-.191.19v10.59c0 .104.086.19.19.19h10.002a.19.19 0 0 0 .191-.19V6.705a.19.19 0 0 0-.19-.19H8.281Zm3.667 2.488a.42.42 0 0 1 .264.092l3.137 2.493a.419.419 0 0 1 0 .657l-3.137 2.492a.425.425 0 0 1-.688-.328V9.424c0-.233.19-.421.424-.421Z"/></svg>;
12
+ }
13
+
14
+ const IconTreeModelFirstFrame = React.forwardRef(IconTreeModelFirstFrameComponent);
15
+ export default IconTreeModelFirstFrame;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeModelFunctionCallComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-tree_model_FunctionCall${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><rect width="24" height="24" fill={useCurrentColor ? 'currentColor' : '#5591F0'} rx="6"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M16.72 4.5a2.782 2.782 0 0 1 2.78 2.781v9.439a2.781 2.781 0 0 1-2.781 2.78H7.28a2.781 2.781 0 0 1-2.78-2.78V7.28A2.781 2.781 0 0 1 7.281 4.5h9.439ZM7.28 6.017c-.698 0-1.263.566-1.263 1.264v9.439c0 .698.565 1.263 1.263 1.263h9.439c.698 0 1.263-.565 1.263-1.263V7.28c0-.698-.565-1.264-1.263-1.264H7.28Zm5.497.885c.344-.085.671-.082.971.014.3.096.53.272.7.469.323.375.448.848.495 1.137a.632.632 0 0 1-1.248.205c-.031-.192-.103-.397-.206-.517a.278.278 0 0 0-.127-.09.522.522 0 0 0-.282.01c-.068.017-.251.132-.482.589-.173.34-.324.78-.46 1.277h1.15a.632.632 0 1 1 0 1.264h-1.437a42.39 42.39 0 0 0-.319 1.962c-.033.233-.063.441-.09.615a7.22 7.22 0 0 1-.608 1.924c-.16.324-.367.655-.629.912-.263.259-.63.486-1.088.486-.309 0-.713-.067-1.077-.405-.34-.316-.568-.8-.719-1.455a.633.633 0 0 1 1.232-.283c.124.54.272.742.347.812.051.047.1.067.217.067.016 0 .082-.006.202-.124.123-.121.255-.314.382-.57a5.962 5.962 0 0 0 .491-1.562c.024-.15.051-.338.082-.556.072-.496.168-1.144.292-1.823H9.37a.632.632 0 0 1 0-1.264h1.464c.163-.66.369-1.317.638-1.849.261-.516.668-1.086 1.307-1.245Zm2.715 5.406a.632.632 0 0 1 .951.833l-.976 1.115.976 1.116a.632.632 0 0 1-.95.833l-.866-.99-.864.99a.633.633 0 0 1-.952-.833l.975-1.116-.976-1.115a.633.633 0 0 1 .953-.833l.864.988.865-.988Z"/></svg>;
12
+ }
13
+
14
+ const IconTreeModelFunctionCall = React.forwardRef(IconTreeModelFunctionCallComponent);
15
+ export default IconTreeModelFunctionCall;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeModelIllustratedVidComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-tree_model_IllustratedVid${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><rect width="24" height="24" fill={useCurrentColor ? 'currentColor' : '#E3AF46'} rx="6"/><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-.536 1.287-.584 0-5.238.062-6.704.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"/></svg>;
12
+ }
13
+
14
+ const IconTreeModelIllustratedVid = React.forwardRef(IconTreeModelIllustratedVidComponent);
15
+ export default IconTreeModelIllustratedVid;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeModelImgUnderstandingComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-tree_model_ImgUnderstanding${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><rect width="24" height="24" fill={useCurrentColor ? 'currentColor' : '#61C78A'} rx="6"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} fillRule="evenodd" d="M4.5 5.929c0-.79.64-1.429 1.429-1.429h6.785c.197 0 .357.16.357.357v.714c0 .198-.16.358-.357.358H5.93V18.07h12.14v-4.86l-3.77 2.08c-.434.24-.96.237-1.39-.005l-2.171-1.221-2.376 1.257a.357.357 0 0 1-.483-.148l-.334-.632a.357.357 0 0 1 .149-.482L10.07 12.8a1.43 1.43 0 0 1 1.369.018l2.17 1.22 3.771-2.08a1.429 1.429 0 0 1 2.119 1.25v4.862c0 .79-.64 1.429-1.429 1.429H5.93c-.79 0-1.429-.64-1.429-1.429V5.93Zm11.308.304a1.395 1.395 0 0 1-.985.986l-.662.178c-.5.135-.5.846 0 .98l.657.177c.48.13.855.505.985.985l.177.657c.135.5.845.5.98 0l.178-.662c.13-.48.505-.856.986-.984l.643-.172c.501-.135.501-.847 0-.98l-.647-.174a1.395 1.395 0 0 1-.987-.987l-.173-.646c-.134-.502-.846-.502-.98 0l-.172.642Zm-6.13 4.696a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconTreeModelImgUnderstanding = React.forwardRef(IconTreeModelImgUnderstandingComponent);
15
+ export default IconTreeModelImgUnderstanding;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeModelPictureComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-tree_model_picture${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><rect width="24" height="24" fill={useCurrentColor ? 'currentColor' : '#61C78A'} rx="6"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M17.779 4.52a1.7 1.7 0 0 1 1.7 1.7v3.116a.701.701 0 0 1-1.4 0V6.22a.3.3 0 0 0-.3-.3H6.22a.3.3 0 0 0-.3.3v6.026l1.488-1.488a1.7 1.7 0 0 1 2.404 0l.987.989.848.846.212.212a.7.7 0 0 1-.99.99l-.212-.211-.847-.848-.988-.988a.3.3 0 0 0-.424 0L5.92 14.226v3.553a.3.3 0 0 0 .3.3h4.917a.7.7 0 0 1 0 1.4H6.22a1.7 1.7 0 0 1-1.7-1.7V6.22a1.7 1.7 0 0 1 1.7-1.7h11.56Zm.56 11.833a.7.7 0 0 1 0 1.4H15.5l.5.4a.7.7 0 0 1-.876 1.094l-1.39-1.113c-.737-.59-.32-1.78.625-1.781h3.981Zm-2.09-3.854a.701.701 0 0 1 .985-.109l1.39 1.112c.738.59.32 1.781-.624 1.782h-3.982a.7.7 0 0 1 0-1.4h2.84l-.5-.4a.7.7 0 0 1-.108-.985Zm-2.796-5.558a2.153 2.153 0 1 1-.002 4.306 2.153 2.153 0 0 1 .002-4.306Zm0 1.4a.753.753 0 1 0 0 1.506.753.753 0 0 0 0-1.506Z"/></svg>;
12
+ }
13
+
14
+ const IconTreeModelPicture = React.forwardRef(IconTreeModelPictureComponent);
15
+ export default IconTreeModelPicture;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeModelStartEndFrameComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-tree_model_StartEnd-frame${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><rect width="24" height="24" fill={useCurrentColor ? 'currentColor' : '#5591F0'} rx="6"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M15.72 5a1.71 1.71 0 0 1 1.716 1.705v10.59c0 .941-.77 1.705-1.717 1.705H8.281a1.711 1.711 0 0 1-1.716-1.705V6.705A1.71 1.71 0 0 1 8.28 5h7.438Zm-10.957.085a.76.76 0 0 1 .762.758V18.16a.76.76 0 0 1-.762.758A.76.76 0 0 1 4 18.16V5.843a.76.76 0 0 1 .763-.758Zm14.474 0a.76.76 0 0 1 .763.758V18.16a.76.76 0 0 1-.763.758.76.76 0 0 1-.762-.758V5.843a.76.76 0 0 1 .762-.758ZM8.281 6.515a.19.19 0 0 0-.191.19v10.59c0 .104.086.19.19.19h7.44a.19.19 0 0 0 .19-.19V6.705a.19.19 0 0 0-.19-.19H8.28Zm2.426 2.488a.43.43 0 0 1 .265.091l3.136 2.493a.42.42 0 0 1 0 .658l-3.136 2.492a.425.425 0 0 1-.688-.328V9.424c0-.233.19-.421.423-.421Z"/></svg>;
12
+ }
13
+
14
+ const IconTreeModelStartEndFrame = React.forwardRef(IconTreeModelStartEndFrameComponent);
15
+ export default IconTreeModelStartEndFrame;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeModelTextImageComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-tree_model_text-image${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><rect width="24" height="24" fill={useCurrentColor ? 'currentColor' : '#E3AF46'} rx="6"/><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"/></svg>;
12
+ }
13
+
14
+ const IconTreeModelTextImage = React.forwardRef(IconTreeModelTextImageComponent);
15
+ export default IconTreeModelTextImage;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeModelVidUnderstandingComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-tree_model_VidUnderstanding${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><rect width="24" height="24" fill={useCurrentColor ? 'currentColor' : '#E3AF46'} rx="6"/><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"/></svg>;
12
+ }
13
+
14
+ const IconTreeModelVidUnderstanding = React.forwardRef(IconTreeModelVidUnderstandingComponent);
15
+ export default IconTreeModelVidUnderstanding;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeModelVisModelComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-tree_model_VisModel${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 24 24" {...rest} ref={ref}><rect width="24" height="24" fill={useCurrentColor ? 'currentColor' : '#A061EF'} rx="6"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} stroke="#A061EF" 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"/></svg>;
12
+ }
13
+
14
+ const IconTreeModelVisModel = React.forwardRef(IconTreeModelVisModelComponent);
15
+ export default IconTreeModelVisModel;
package/src/index.ts CHANGED
@@ -1603,5 +1603,23 @@ export { default as IconAgentFileSettings } from './IconAgentFileSettings';
1603
1603
  export { default as IconVideo } from './IconVideo';
1604
1604
  export { default as IconAudio } from './IconAudio';
1605
1605
  export { default as IconAgentFileConfiguration } from './IconAgentFileConfiguration';
1606
+ export { default as IconSystemLimitations } from './IconSystemLimitations';
1607
+ export { default as IconSystemAnnouncement } from './IconSystemAnnouncement';
1608
+ export { default as IconSystemTimeout } from './IconSystemTimeout';
1609
+ export { default as IconSystemModelSecurity } from './IconSystemModelSecurity';
1610
+ export { default as IconSystemVoice } from './IconSystemVoice';
1611
+ export { default as IconSystemObservation } from './IconSystemObservation';
1612
+ export { default as IconSystemNetworkControl } from './IconSystemNetworkControl';
1613
+ export { default as IconSystemCodePackage } from './IconSystemCodePackage';
1614
+ export { default as IconTreeModelPicture } from './IconTreeModelPicture';
1615
+ export { default as IconTreeModelStartEndFrame } from './IconTreeModelStartEndFrame';
1616
+ export { default as IconTreeModelVidUnderstanding } from './IconTreeModelVidUnderstanding';
1617
+ export { default as IconTreeModelDeepThinking } from './IconTreeModelDeepThinking';
1618
+ export { default as IconTreeModelFirstFrame } from './IconTreeModelFirstFrame';
1619
+ export { default as IconTreeModelTextImage } from './IconTreeModelTextImage';
1620
+ export { default as IconTreeModelImgUnderstanding } from './IconTreeModelImgUnderstanding';
1621
+ export { default as IconTreeModelFunctionCall } from './IconTreeModelFunctionCall';
1622
+ export { default as IconTreeModelIllustratedVid } from './IconTreeModelIllustratedVid';
1623
+ export { default as IconTreeModelVisModel } from './IconTreeModelVisModel';
1606
1624
 
1607
1625
  export * from './type';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconSystemAnnouncement: 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 IconSystemAnnouncement;