@arco-iconbox/react-hiagent 0.0.51 → 0.0.53

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 (79) hide show
  1. package/cjs/IconBleu/index.d.ts +4 -0
  2. package/cjs/IconBleu/index.js +60 -0
  3. package/cjs/IconContextualRelevance/index.d.ts +4 -0
  4. package/cjs/IconContextualRelevance/index.js +59 -0
  5. package/cjs/IconLanguageModel/index.d.ts +4 -0
  6. package/cjs/IconLanguageModel/index.js +59 -0
  7. package/cjs/IconMenteor/index.d.ts +4 -0
  8. package/cjs/IconMenteor/index.js +60 -0
  9. package/cjs/IconModelFile/index.d.ts +4 -0
  10. package/cjs/IconModelFile/index.js +59 -0
  11. package/cjs/IconModelServiceC/index.d.ts +4 -0
  12. package/cjs/IconModelServiceC/index.js +60 -0
  13. package/cjs/IconNist/index.d.ts +4 -0
  14. package/cjs/IconNist/index.js +60 -0
  15. package/cjs/IconReportSet/index.d.ts +4 -0
  16. package/cjs/IconReportSet/index.js +59 -0
  17. package/cjs/IconSortingModel/index.d.ts +4 -0
  18. package/cjs/IconSortingModel/index.js +59 -0
  19. package/cjs/IconVectorModel/index.d.ts +4 -0
  20. package/cjs/IconVectorModel/index.js +59 -0
  21. package/cjs/index.d.ts +10 -0
  22. package/cjs/index.js +21 -1
  23. package/dist/icon.min.js +1 -1
  24. package/esm/IconBleu/index.d.ts +4 -0
  25. package/esm/IconBleu/index.js +35 -0
  26. package/esm/IconContextualRelevance/index.d.ts +4 -0
  27. package/esm/IconContextualRelevance/index.js +34 -0
  28. package/esm/IconLanguageModel/index.d.ts +4 -0
  29. package/esm/IconLanguageModel/index.js +34 -0
  30. package/esm/IconMenteor/index.d.ts +4 -0
  31. package/esm/IconMenteor/index.js +35 -0
  32. package/esm/IconModelFile/index.d.ts +4 -0
  33. package/esm/IconModelFile/index.js +34 -0
  34. package/esm/IconModelServiceC/index.d.ts +4 -0
  35. package/esm/IconModelServiceC/index.js +35 -0
  36. package/esm/IconNist/index.d.ts +4 -0
  37. package/esm/IconNist/index.js +35 -0
  38. package/esm/IconReportSet/index.d.ts +4 -0
  39. package/esm/IconReportSet/index.js +34 -0
  40. package/esm/IconSortingModel/index.d.ts +4 -0
  41. package/esm/IconSortingModel/index.js +34 -0
  42. package/esm/IconVectorModel/index.d.ts +4 -0
  43. package/esm/IconVectorModel/index.js +34 -0
  44. package/esm/index.d.ts +10 -0
  45. package/esm/index.js +10 -0
  46. package/package.json +1 -1
  47. package/src/IconBleu/index.tsx +15 -0
  48. package/src/IconContextualRelevance/index.tsx +15 -0
  49. package/src/IconLanguageModel/index.tsx +15 -0
  50. package/src/IconMenteor/index.tsx +15 -0
  51. package/src/IconModelFile/index.tsx +15 -0
  52. package/src/IconModelServiceC/index.tsx +15 -0
  53. package/src/IconNist/index.tsx +15 -0
  54. package/src/IconReportSet/index.tsx +15 -0
  55. package/src/IconSortingModel/index.tsx +15 -0
  56. package/src/IconVectorModel/index.tsx +15 -0
  57. package/src/index.ts +10 -0
  58. package/umd/IconBleu/index.d.ts +4 -0
  59. package/umd/IconBleu/index.js +70 -0
  60. package/umd/IconContextualRelevance/index.d.ts +4 -0
  61. package/umd/IconContextualRelevance/index.js +69 -0
  62. package/umd/IconLanguageModel/index.d.ts +4 -0
  63. package/umd/IconLanguageModel/index.js +69 -0
  64. package/umd/IconMenteor/index.d.ts +4 -0
  65. package/umd/IconMenteor/index.js +70 -0
  66. package/umd/IconModelFile/index.d.ts +4 -0
  67. package/umd/IconModelFile/index.js +69 -0
  68. package/umd/IconModelServiceC/index.d.ts +4 -0
  69. package/umd/IconModelServiceC/index.js +70 -0
  70. package/umd/IconNist/index.d.ts +4 -0
  71. package/umd/IconNist/index.js +70 -0
  72. package/umd/IconReportSet/index.d.ts +4 -0
  73. package/umd/IconReportSet/index.js +69 -0
  74. package/umd/IconSortingModel/index.d.ts +4 -0
  75. package/umd/IconSortingModel/index.js +69 -0
  76. package/umd/IconVectorModel/index.d.ts +4 -0
  77. package/umd/IconVectorModel/index.js +69 -0
  78. package/umd/index.d.ts +10 -0
  79. package/umd/index.js +22 -2
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconSortingModel: 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 IconSortingModel;
@@ -0,0 +1,34 @@
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 IconSortingModelComponent(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 ? true : _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-sorting-model").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 14 14" }, rest, { ref: ref }),
31
+ React.createElement("path", { fillRule: "evenodd", d: "M12.542 2.042c0 .16-.13.291-.292.291H2.625v10.5c0 .162-.13.292-.292.292H1.75a.292.292 0 0 1-.292-.292V1.458c0-.16.131-.291.292-.291h10.5c.161 0 .292.13.292.291v.584ZM7.583 5.25c0 .161-.13.292-.291.292h-3.5A.292.292 0 0 1 3.5 5.25v-.583c0-.161.13-.292.292-.292h3.5c.16 0 .291.13.291.292v.583Zm2.042 3.208c0 .162-.13.292-.292.292H3.792a.292.292 0 0 1-.292-.292v-.583c0-.161.13-.292.292-.292h5.541c.162 0 .292.131.292.292v.583Zm2.042 3.209c0 .16-.13.291-.292.291H3.792a.292.292 0 0 1-.292-.291v-.584c0-.16.13-.291.292-.291h7.583c.161 0 .292.13.292.291v.584Z", clipRule: "evenodd" }));
32
+ }
33
+ var IconSortingModel = React.forwardRef(IconSortingModelComponent);
34
+ export default IconSortingModel;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconVectorModel: 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 IconVectorModel;
@@ -0,0 +1,34 @@
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 IconVectorModelComponent(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 ? true : _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-vector-model").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 14 14" }, rest, { ref: ref }),
31
+ React.createElement("path", { fillRule: "evenodd", d: "M13.417 2.625A2.042 2.042 0 0 0 9.53 1.75H4.47a2.042 2.042 0 1 0-2.72 2.72v5.06a2.042 2.042 0 1 0 2.72 2.72h5.06a2.042 2.042 0 1 0 2.72-2.72V4.47a2.042 2.042 0 0 0 1.167-1.845Zm-2.917 8.75a.875.875 0 1 1 1.75 0 .875.875 0 0 1-1.75 0ZM2.625 10.5a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75Zm2.02-7.583h4.709a2.043 2.043 0 0 0 1.73 1.729v4.708a2.043 2.043 0 0 0-1.73 1.73H4.646a2.043 2.043 0 0 0-1.73-1.73V4.646a2.043 2.043 0 0 0 1.73-1.73ZM7 4.375a2.625 2.625 0 1 1 0 5.25 2.625 2.625 0 0 1 0-5.25ZM5.54 7a1.458 1.458 0 1 1 2.917 0A1.458 1.458 0 0 1 5.54 7Zm5.834-5.25a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75Zm-9.625.875a.875.875 0 1 1 1.75 0 .875.875 0 0 1-1.75 0Z", clipRule: "evenodd" }));
32
+ }
33
+ var IconVectorModel = React.forwardRef(IconVectorModelComponent);
34
+ export default IconVectorModel;
package/esm/index.d.ts CHANGED
@@ -1359,4 +1359,14 @@ export { default as IconInvokeMemory } from './IconInvokeMemory';
1359
1359
  export { default as IconArrangeMemory } from './IconArrangeMemory';
1360
1360
  export { default as IconObservationIntegration } from './IconObservationIntegration';
1361
1361
  export { default as IconImageUnderstanding } from './IconImageUnderstanding';
1362
+ export { default as IconBleu } from './IconBleu';
1363
+ export { default as IconNist } from './IconNist';
1364
+ export { default as IconContextualRelevance } from './IconContextualRelevance';
1365
+ export { default as IconMenteor } from './IconMenteor';
1366
+ export { default as IconReportSet } from './IconReportSet';
1367
+ export { default as IconSortingModel } from './IconSortingModel';
1368
+ export { default as IconLanguageModel } from './IconLanguageModel';
1369
+ export { default as IconVectorModel } from './IconVectorModel';
1370
+ export { default as IconModelFile } from './IconModelFile';
1371
+ export { default as IconModelServiceC } from './IconModelServiceC';
1362
1372
  export * from './type';
package/esm/index.js CHANGED
@@ -1359,4 +1359,14 @@ export { default as IconInvokeMemory } from './IconInvokeMemory';
1359
1359
  export { default as IconArrangeMemory } from './IconArrangeMemory';
1360
1360
  export { default as IconObservationIntegration } from './IconObservationIntegration';
1361
1361
  export { default as IconImageUnderstanding } from './IconImageUnderstanding';
1362
+ export { default as IconBleu } from './IconBleu';
1363
+ export { default as IconNist } from './IconNist';
1364
+ export { default as IconContextualRelevance } from './IconContextualRelevance';
1365
+ export { default as IconMenteor } from './IconMenteor';
1366
+ export { default as IconReportSet } from './IconReportSet';
1367
+ export { default as IconSortingModel } from './IconSortingModel';
1368
+ export { default as IconLanguageModel } from './IconLanguageModel';
1369
+ export { default as IconVectorModel } from './IconVectorModel';
1370
+ export { default as IconModelFile } from './IconModelFile';
1371
+ export { default as IconModelServiceC } from './IconModelServiceC';
1362
1372
  export * from './type';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/react-hiagent",
3
- "version": "0.0.51",
3
+ "version": "0.0.53",
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 IconBleuComponent(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-bleu${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M1 3.96629C1 2.32805 2.32805 1 3.96629 1H14.0337C15.6719 1 17 2.32805 17 3.96629V14.0337C17 15.6719 15.6719 17 14.0337 17H3.96629C2.32805 17 1 15.6719 1 14.0337V3.96629ZM3.96629 2.61798C3.22164 2.61798 2.61798 3.22164 2.61798 3.96629V14.0337C2.61798 14.7783 3.22164 15.382 3.96629 15.382H14.0337C14.7783 15.382 15.382 14.7783 15.382 14.0337V3.96629C15.382 3.22164 14.7783 2.61798 14.0337 2.61798H3.96629Z"/><path d="M9.51759 5C10.288 5 10.8617 5.18056 11.2389 5.54167C11.616 5.90278 11.8046 6.43642 11.8046 7.14259C11.8046 7.51975 11.7123 7.85278 11.5278 8.14167C11.3432 8.42253 11.0704 8.64321 10.7093 8.8037C10.3481 8.95617 9.90278 9.03241 9.37315 9.03241L9.4213 8.49074C9.67006 8.49074 9.95494 8.52685 10.2759 8.59907C10.5969 8.66327 10.9059 8.78364 11.2028 8.96019C11.5077 9.1287 11.7565 9.36944 11.9491 9.68241C12.1497 9.98735 12.25 10.3806 12.25 10.862C12.25 11.3917 12.1617 11.825 11.9852 12.162C11.8167 12.4991 11.592 12.7599 11.3111 12.9444C11.0302 13.129 10.7293 13.2574 10.4083 13.3296C10.0873 13.3938 9.7784 13.4259 9.48148 13.4259H6.48426C6.27562 13.4259 6.09907 13.3577 5.95463 13.2213C5.81821 13.0769 5.75 12.9003 5.75 12.6917V5.73426C5.75 5.52562 5.81821 5.35309 5.95463 5.21667C6.09907 5.07222 6.27562 5 6.48426 5H9.51759ZM9.30093 6.42037H7.15833L7.31481 6.22778V8.40648L7.17037 8.29815H9.33704C9.56975 8.29815 9.7784 8.22191 9.96296 8.06944C10.1475 7.91698 10.2398 7.6963 10.2398 7.40741C10.2398 7.06235 10.1515 6.81358 9.975 6.66111C9.80648 6.50062 9.58179 6.42037 9.30093 6.42037ZM9.39722 9.71852H7.20648L7.31481 9.62222V12.162L7.19444 12.0417H9.48148C9.85062 12.0417 10.1435 11.9454 10.3602 11.7528C10.5769 11.5522 10.6852 11.2552 10.6852 10.862C10.6852 10.5009 10.613 10.2401 10.4685 10.0796C10.3241 9.91914 10.1515 9.81883 9.95093 9.7787C9.75031 9.73858 9.56574 9.71852 9.39722 9.71852Z"/></svg>;
12
+ }
13
+
14
+ const IconBleu = React.forwardRef(IconBleuComponent);
15
+ export default IconBleu;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconContextualRelevanceComponent(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-Contextual_relevance${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M7.5 1.125C7.70711 1.125 7.875 1.29289 7.875 1.5V7.5C7.875 7.70711 7.70711 7.875 7.5 7.875H4.5V13.6875H10.5V10.5C10.5 10.2929 10.6679 10.125 10.875 10.125H16.875C17.0821 10.125 17.25 10.2929 17.25 10.5V16.5C17.25 16.7071 17.0821 16.875 16.875 16.875H10.875C10.6679 16.875 10.5 16.7071 10.5 16.5V15.1875H3V7.875H1.5C1.29289 7.875 1.125 7.70711 1.125 7.5V1.5C1.125 1.29289 1.29289 1.125 1.5 1.125H7.5ZM15.75 11.625H12V15.375H15.75V11.625ZM2.625 2.625H6.375V6.375H2.625V2.625ZM17 2.80001C17 2.91046 16.9105 3.00001 16.8 3.00001H11.2C11.0895 3.00001 11 2.91046 11 2.80001V1.80001C11 1.68955 11.0895 1.60001 11.2 1.60001H16.8C16.9105 1.60001 17 1.68955 17 1.80001V2.80001ZM16.8 7.00001C16.9105 7.00001 17 6.91046 17 6.80001V5.80001C17 5.68955 16.9105 5.60001 16.8 5.60001H11.2C11.0895 5.60001 11 5.68955 11 5.80001V6.80001C11 6.91046 11.0895 7.00001 11.2 7.00001H16.8Z"/></svg>;
12
+ }
13
+
14
+ const IconContextualRelevance = React.forwardRef(IconContextualRelevanceComponent);
15
+ export default IconContextualRelevance;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconLanguageModelComponent(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-language-model${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 14 14" {...rest} ref={ref}><path d="M7.875 1.75c.161 0 .292.13.292.292v.583c0 .161-.13.292-.292.292H5.25v9.041c0 .161-.13.292-.292.292h-.583a.292.292 0 0 1-.292-.292V2.917H1.458a.292.292 0 0 1-.291-.292v-.583c0-.161.13-.292.291-.292h6.417Zm4.667 4.083c.16 0 .291.131.291.292v.583c0 .161-.13.292-.291.292H10.5v4.958c0 .161-.13.292-.292.292h-.583a.292.292 0 0 1-.292-.292V7H7.292A.292.292 0 0 1 7 6.708v-.583c0-.161.13-.292.292-.292h5.25Z"/></svg>;
12
+ }
13
+
14
+ const IconLanguageModel = React.forwardRef(IconLanguageModelComponent);
15
+ export default IconLanguageModel;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenteorComponent(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-menteor${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M1 3.96629C1 2.32805 2.32805 1 3.96629 1H14.0337C15.6719 1 17 2.32805 17 3.96629V14.0337C17 15.6719 15.6719 17 14.0337 17H3.96629C2.32805 17 1 15.6719 1 14.0337V3.96629ZM3.96629 2.61798C3.22164 2.61798 2.61798 3.22164 2.61798 3.96629V14.0337C2.61798 14.7783 3.22164 15.382 3.96629 15.382H14.0337C14.7783 15.382 15.382 14.7783 15.382 14.0337V3.96629C15.382 3.22164 14.7783 2.61798 14.0337 2.61798H3.96629Z"/><path d="M5.75336 4.80481C5.86497 4.80481 5.98056 4.8367 6.10014 4.90047C6.2277 4.95628 6.32336 5.03201 6.38714 5.12768L9.29295 9.6L8.69505 9.57608L11.6726 5.12768C11.8241 4.91243 12.0194 4.80481 12.2586 4.80481C12.4499 4.80481 12.6213 4.87257 12.7727 5.0081C12.9242 5.14362 13 5.31901 13 5.53425V12.458C13 12.6652 12.9322 12.8406 12.7967 12.9841C12.6611 13.1197 12.4818 13.1874 12.2586 13.1874C12.0353 13.1874 11.852 13.1197 11.7085 12.9841C11.573 12.8406 11.5052 12.6652 11.5052 12.458V6.82572L11.9716 6.93335L9.53211 10.6523C9.46036 10.74 9.36868 10.8157 9.25707 10.8795C9.15344 10.9433 9.04582 10.9712 8.93421 10.9632C8.83057 10.9712 8.72295 10.9433 8.61134 10.8795C8.5077 10.8157 8.42001 10.74 8.34826 10.6523L6.06427 7.04097L6.37518 6.40719V12.458C6.37518 12.6652 6.3114 12.8406 6.18385 12.9841C6.0563 13.1197 5.88888 13.1874 5.68161 13.1874C5.48231 13.1874 5.31888 13.1197 5.19133 12.9841C5.06378 12.8406 5 12.6652 5 12.458V5.53425C5 5.33495 5.07175 5.16355 5.21525 5.02006C5.36671 4.87656 5.54609 4.80481 5.75336 4.80481Z"/></svg>;
12
+ }
13
+
14
+ const IconMenteor = React.forwardRef(IconMenteorComponent);
15
+ export default IconMenteor;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconModelFileComponent(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-model-file${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 16 16" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#7F88FF'} fillRule="evenodd" d="M3.613 1.5A1.463 1.463 0 0 0 2.15 2.963v10.074A1.463 1.463 0 0 0 3.613 14.5h8.777a1.463 1.463 0 0 0 1.463-1.463V2.963A1.463 1.463 0 0 0 12.39 1.5H3.613Zm7.317 3.12H5.08a.325.325 0 0 0-.322.287l-.003.04v.649c0 .167.126.304.287.323l.039.002h5.851a.325.325 0 0 0 .322-.287l.003-.038v-.65a.326.326 0 0 0-.326-.325Zm-5.85 5.529h1.95c.18 0 .326.145.326.324v.65l-.003.039a.325.325 0 0 1-.322.287H5.08l-.04-.003a.325.325 0 0 1-.286-.322v-.65l.002-.039a.325.325 0 0 1 .323-.286Zm0-2.601h4.876c.18 0 .326.146.326.324v.65l-.003.039a.325.325 0 0 1-.322.287H5.08l-.04-.002a.325.325 0 0 1-.286-.323v-.65l.002-.039a.325.325 0 0 1 .323-.286Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconModelFile = React.forwardRef(IconModelFileComponent);
15
+ export default IconModelFile;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconModelServiceCComponent(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-model-service-c${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 16 16" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#9876FF'} d="M8.888 8.035a.979.979 0 0 0 .647-.28.98.98 0 1 0-1.493-1.252.979.979 0 0 0 .846 1.532Z"/><path fill={useCurrentColor ? 'currentColor' : '#9876FF'} fillRule="evenodd" d="M2.288 1.5a.788.788 0 0 0-.788.788v11.424c0 .435.353.788.788.788h11.424a.788.788 0 0 0 .788-.788V2.288a.788.788 0 0 0-.788-.788H2.288Zm9.146 2.972a.283.283 0 0 1 .077.143A4.803 4.803 0 0 1 9.645 9.6a.478.478 0 0 0-.11.176 3.89 3.89 0 0 1-1.01 1.778c-.237.222-.494.42-.768.593a.303.303 0 0 1-.343-.034.277.277 0 0 1-.075-.317c.128-.368.202-.753.22-1.142a.313.313 0 0 0-.132-.264c-.37-.268-.723-.562-1.054-.878a9.95 9.95 0 0 1-.878-1.054.313.313 0 0 0-.263-.131c-.39.017-.774.091-1.142.22a.31.31 0 0 1-.242-.023.288.288 0 0 1-.11-.395A3.807 3.807 0 0 1 6.11 6.35a.302.302 0 0 0 .176-.11 4.862 4.862 0 0 1 5.006-1.844.282.282 0 0 1 .143.076ZM4.815 11.07c-.216-.216.57-1.377.748-1.554a.562.562 0 0 1 .649 0 .573.573 0 0 1 .157.806c-.177.178-1.337.965-1.554.748Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconModelServiceC = React.forwardRef(IconModelServiceCComponent);
15
+ export default IconModelServiceC;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconNistComponent(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-nist${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M1 3.96629C1 2.32805 2.32805 1 3.96629 1H14.0337C15.6719 1 17 2.32805 17 3.96629V14.0337C17 15.6719 15.6719 17 14.0337 17H3.96629C2.32805 17 1 15.6719 1 14.0337V3.96629ZM3.96629 2.61798C3.22164 2.61798 2.61798 3.22164 2.61798 3.96629V14.0337C2.61798 14.7783 3.22164 15.382 3.96629 15.382H14.0337C14.7783 15.382 15.382 14.7783 15.382 14.0337V3.96629C15.382 3.22164 14.7783 2.61798 14.0337 2.61798H3.96629Z"/><path d="M11.7276 4.99472C11.9106 4.99472 12.0593 5.05571 12.1736 5.1777C12.288 5.29968 12.3452 5.45217 12.3452 5.63514V12.3024C12.3452 12.5006 12.2765 12.6684 12.1393 12.8056C12.0097 12.9352 11.8458 13 11.6476 13C11.5484 13 11.4455 12.9848 11.3388 12.9543C11.2397 12.9161 11.1634 12.8666 11.1101 12.8056L6.61566 7.09897L6.913 6.91599V12.3596C6.913 12.5426 6.85201 12.695 6.73002 12.817C6.61566 12.939 6.46318 13 6.27258 13C6.0896 13 5.94093 12.939 5.82657 12.817C5.71221 12.695 5.65503 12.5426 5.65503 12.3596V5.69232C5.65503 5.4941 5.71983 5.33018 5.84944 5.20057C5.98668 5.06334 6.15441 4.99472 6.35263 4.99472C6.45937 4.99472 6.56992 5.01759 6.68428 5.06334C6.79864 5.10146 6.88251 5.16245 6.93587 5.24631L11.293 10.8043L11.0986 10.9415V5.63514C11.0986 5.45217 11.1558 5.29968 11.2702 5.1777C11.3845 5.05571 11.537 4.99472 11.7276 4.99472Z"/></svg>;
12
+ }
13
+
14
+ const IconNist = React.forwardRef(IconNistComponent);
15
+ export default IconNist;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconReportSetComponent(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-report_set${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 14 14" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M7.00001 13.4166L1.45834 10.2083V3.79159L7.00001 0.583252L12.5417 3.79159V10.2083L7.00001 13.4166ZM7.00001 1.93192L2.62501 4.46417V9.53567L7.00001 12.0685L11.375 9.53567V4.46417L7.00001 1.93192ZM7.00001 9.33325C6.38139 9.3315 5.78839 9.08586 5.34976 8.64959C4.68257 7.98219 4.48307 6.97863 4.84429 6.10678C5.20551 5.23496 6.05629 4.66659 7.00001 4.66659C7.61852 4.66824 8.2113 4.91393 8.64968 5.35025C9.56055 6.26142 9.56055 7.73842 8.64968 8.64959C8.21124 9.08574 7.61846 9.33139 7.00001 9.33325ZM7.00001 5.83325C6.44339 5.83314 5.96424 6.22619 5.85557 6.77207C5.74686 7.31795 6.03891 7.86459 6.55312 8.07769C7.06727 8.29078 7.6604 8.11099 7.96969 7.64824C8.27903 7.18554 8.21836 6.56872 7.82484 6.17509C7.60656 5.95564 7.30959 5.83255 7.00001 5.83325Z"/></svg>;
12
+ }
13
+
14
+ const IconReportSet = React.forwardRef(IconReportSetComponent);
15
+ export default IconReportSet;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconSortingModelComponent(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-sorting-model${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 14 14" {...rest} ref={ref}><path fillRule="evenodd" d="M12.542 2.042c0 .16-.13.291-.292.291H2.625v10.5c0 .162-.13.292-.292.292H1.75a.292.292 0 0 1-.292-.292V1.458c0-.16.131-.291.292-.291h10.5c.161 0 .292.13.292.291v.584ZM7.583 5.25c0 .161-.13.292-.291.292h-3.5A.292.292 0 0 1 3.5 5.25v-.583c0-.161.13-.292.292-.292h3.5c.16 0 .291.13.291.292v.583Zm2.042 3.208c0 .162-.13.292-.292.292H3.792a.292.292 0 0 1-.292-.292v-.583c0-.161.13-.292.292-.292h5.541c.162 0 .292.131.292.292v.583Zm2.042 3.209c0 .16-.13.291-.292.291H3.792a.292.292 0 0 1-.292-.291v-.584c0-.16.13-.291.292-.291h7.583c.161 0 .292.13.292.291v.584Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconSortingModel = React.forwardRef(IconSortingModelComponent);
15
+ export default IconSortingModel;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconVectorModelComponent(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-vector-model${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 14 14" {...rest} ref={ref}><path fillRule="evenodd" d="M13.417 2.625A2.042 2.042 0 0 0 9.53 1.75H4.47a2.042 2.042 0 1 0-2.72 2.72v5.06a2.042 2.042 0 1 0 2.72 2.72h5.06a2.042 2.042 0 1 0 2.72-2.72V4.47a2.042 2.042 0 0 0 1.167-1.845Zm-2.917 8.75a.875.875 0 1 1 1.75 0 .875.875 0 0 1-1.75 0ZM2.625 10.5a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75Zm2.02-7.583h4.709a2.043 2.043 0 0 0 1.73 1.729v4.708a2.043 2.043 0 0 0-1.73 1.73H4.646a2.043 2.043 0 0 0-1.73-1.73V4.646a2.043 2.043 0 0 0 1.73-1.73ZM7 4.375a2.625 2.625 0 1 1 0 5.25 2.625 2.625 0 0 1 0-5.25ZM5.54 7a1.458 1.458 0 1 1 2.917 0A1.458 1.458 0 0 1 5.54 7Zm5.834-5.25a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75Zm-9.625.875a.875.875 0 1 1 1.75 0 .875.875 0 0 1-1.75 0Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconVectorModel = React.forwardRef(IconVectorModelComponent);
15
+ export default IconVectorModel;
package/src/index.ts CHANGED
@@ -1359,5 +1359,15 @@ export { default as IconInvokeMemory } from './IconInvokeMemory';
1359
1359
  export { default as IconArrangeMemory } from './IconArrangeMemory';
1360
1360
  export { default as IconObservationIntegration } from './IconObservationIntegration';
1361
1361
  export { default as IconImageUnderstanding } from './IconImageUnderstanding';
1362
+ export { default as IconBleu } from './IconBleu';
1363
+ export { default as IconNist } from './IconNist';
1364
+ export { default as IconContextualRelevance } from './IconContextualRelevance';
1365
+ export { default as IconMenteor } from './IconMenteor';
1366
+ export { default as IconReportSet } from './IconReportSet';
1367
+ export { default as IconSortingModel } from './IconSortingModel';
1368
+ export { default as IconLanguageModel } from './IconLanguageModel';
1369
+ export { default as IconVectorModel } from './IconVectorModel';
1370
+ export { default as IconModelFile } from './IconModelFile';
1371
+ export { default as IconModelServiceC } from './IconModelServiceC';
1362
1372
 
1363
1373
  export * from './type';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconBleu: 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 IconBleu;
@@ -0,0 +1,70 @@
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 __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ var desc = Object.getOwnPropertyDescriptor(m, k);
15
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
16
+ desc = { enumerable: true, get: function() { return m[k]; } };
17
+ }
18
+ Object.defineProperty(o, k2, desc);
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
46
+ (function (factory) {
47
+ if (typeof module === "object" && typeof module.exports === "object") {
48
+ var v = factory(require, exports);
49
+ if (v !== undefined) module.exports = v;
50
+ }
51
+ else if (typeof define === "function" && define.amd) {
52
+ define(["require", "exports", "react", "../context"], factory);
53
+ }
54
+ })(function (require, exports) {
55
+ "use strict";
56
+ Object.defineProperty(exports, "__esModule", { value: true });
57
+ var react_1 = __importStar(require("react"));
58
+ var context_1 = require("../context");
59
+ function IconBleuComponent(props, ref) {
60
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
61
+ 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"]);
62
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-bleu").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 }),
65
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 3.96629C1 2.32805 2.32805 1 3.96629 1H14.0337C15.6719 1 17 2.32805 17 3.96629V14.0337C17 15.6719 15.6719 17 14.0337 17H3.96629C2.32805 17 1 15.6719 1 14.0337V3.96629ZM3.96629 2.61798C3.22164 2.61798 2.61798 3.22164 2.61798 3.96629V14.0337C2.61798 14.7783 3.22164 15.382 3.96629 15.382H14.0337C14.7783 15.382 15.382 14.7783 15.382 14.0337V3.96629C15.382 3.22164 14.7783 2.61798 14.0337 2.61798H3.96629Z" }),
66
+ react_1.default.createElement("path", { d: "M9.51759 5C10.288 5 10.8617 5.18056 11.2389 5.54167C11.616 5.90278 11.8046 6.43642 11.8046 7.14259C11.8046 7.51975 11.7123 7.85278 11.5278 8.14167C11.3432 8.42253 11.0704 8.64321 10.7093 8.8037C10.3481 8.95617 9.90278 9.03241 9.37315 9.03241L9.4213 8.49074C9.67006 8.49074 9.95494 8.52685 10.2759 8.59907C10.5969 8.66327 10.9059 8.78364 11.2028 8.96019C11.5077 9.1287 11.7565 9.36944 11.9491 9.68241C12.1497 9.98735 12.25 10.3806 12.25 10.862C12.25 11.3917 12.1617 11.825 11.9852 12.162C11.8167 12.4991 11.592 12.7599 11.3111 12.9444C11.0302 13.129 10.7293 13.2574 10.4083 13.3296C10.0873 13.3938 9.7784 13.4259 9.48148 13.4259H6.48426C6.27562 13.4259 6.09907 13.3577 5.95463 13.2213C5.81821 13.0769 5.75 12.9003 5.75 12.6917V5.73426C5.75 5.52562 5.81821 5.35309 5.95463 5.21667C6.09907 5.07222 6.27562 5 6.48426 5H9.51759ZM9.30093 6.42037H7.15833L7.31481 6.22778V8.40648L7.17037 8.29815H9.33704C9.56975 8.29815 9.7784 8.22191 9.96296 8.06944C10.1475 7.91698 10.2398 7.6963 10.2398 7.40741C10.2398 7.06235 10.1515 6.81358 9.975 6.66111C9.80648 6.50062 9.58179 6.42037 9.30093 6.42037ZM9.39722 9.71852H7.20648L7.31481 9.62222V12.162L7.19444 12.0417H9.48148C9.85062 12.0417 10.1435 11.9454 10.3602 11.7528C10.5769 11.5522 10.6852 11.2552 10.6852 10.862C10.6852 10.5009 10.613 10.2401 10.4685 10.0796C10.3241 9.91914 10.1515 9.81883 9.95093 9.7787C9.75031 9.73858 9.56574 9.71852 9.39722 9.71852Z" }));
67
+ }
68
+ var IconBleu = react_1.default.forwardRef(IconBleuComponent);
69
+ exports.default = IconBleu;
70
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconContextualRelevance: 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 IconContextualRelevance;
@@ -0,0 +1,69 @@
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 __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ var desc = Object.getOwnPropertyDescriptor(m, k);
15
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
16
+ desc = { enumerable: true, get: function() { return m[k]; } };
17
+ }
18
+ Object.defineProperty(o, k2, desc);
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
46
+ (function (factory) {
47
+ if (typeof module === "object" && typeof module.exports === "object") {
48
+ var v = factory(require, exports);
49
+ if (v !== undefined) module.exports = v;
50
+ }
51
+ else if (typeof define === "function" && define.amd) {
52
+ define(["require", "exports", "react", "../context"], factory);
53
+ }
54
+ })(function (require, exports) {
55
+ "use strict";
56
+ Object.defineProperty(exports, "__esModule", { value: true });
57
+ var react_1 = __importStar(require("react"));
58
+ var context_1 = require("../context");
59
+ function IconContextualRelevanceComponent(props, ref) {
60
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
61
+ 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"]);
62
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-Contextual_relevance").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 }),
65
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 1.125C7.70711 1.125 7.875 1.29289 7.875 1.5V7.5C7.875 7.70711 7.70711 7.875 7.5 7.875H4.5V13.6875H10.5V10.5C10.5 10.2929 10.6679 10.125 10.875 10.125H16.875C17.0821 10.125 17.25 10.2929 17.25 10.5V16.5C17.25 16.7071 17.0821 16.875 16.875 16.875H10.875C10.6679 16.875 10.5 16.7071 10.5 16.5V15.1875H3V7.875H1.5C1.29289 7.875 1.125 7.70711 1.125 7.5V1.5C1.125 1.29289 1.29289 1.125 1.5 1.125H7.5ZM15.75 11.625H12V15.375H15.75V11.625ZM2.625 2.625H6.375V6.375H2.625V2.625ZM17 2.80001C17 2.91046 16.9105 3.00001 16.8 3.00001H11.2C11.0895 3.00001 11 2.91046 11 2.80001V1.80001C11 1.68955 11.0895 1.60001 11.2 1.60001H16.8C16.9105 1.60001 17 1.68955 17 1.80001V2.80001ZM16.8 7.00001C16.9105 7.00001 17 6.91046 17 6.80001V5.80001C17 5.68955 16.9105 5.60001 16.8 5.60001H11.2C11.0895 5.60001 11 5.68955 11 5.80001V6.80001C11 6.91046 11.0895 7.00001 11.2 7.00001H16.8Z" }));
66
+ }
67
+ var IconContextualRelevance = react_1.default.forwardRef(IconContextualRelevanceComponent);
68
+ exports.default = IconContextualRelevance;
69
+ });