@arco-iconbox/react-hiagent 0.0.13 → 0.0.15

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 (205) hide show
  1. package/cjs/Icon403ErrorHighSaturation/index.d.ts +4 -0
  2. package/cjs/Icon403ErrorHighSaturation/index.js +240 -0
  3. package/cjs/Icon403ErrorLowSaturation/index.d.ts +4 -0
  4. package/cjs/Icon403ErrorLowSaturation/index.js +240 -0
  5. package/cjs/Icon404ErrorHighSaturation/index.d.ts +4 -0
  6. package/cjs/Icon404ErrorHighSaturation/index.js +240 -0
  7. package/cjs/Icon404ErrorLowSaturation/index.d.ts +4 -0
  8. package/cjs/Icon404ErrorLowSaturation/index.js +240 -0
  9. package/cjs/Icon500ErrorLowSaturation/index.d.ts +4 -0
  10. package/cjs/Icon500ErrorLowSaturation/index.js +240 -0
  11. package/cjs/IconErrorTypeSimplified/index.d.ts +4 -0
  12. package/cjs/IconErrorTypeSimplified/index.js +140 -0
  13. package/cjs/IconNetWorkErrorSimplified/index.d.ts +4 -0
  14. package/cjs/IconNetWorkErrorSimplified/index.js +150 -0
  15. package/cjs/IconNetworkErrorHighSaturation/index.d.ts +4 -0
  16. package/cjs/IconNetworkErrorHighSaturation/index.js +223 -0
  17. package/cjs/IconNetworkErrorLowSaturation/index.d.ts +4 -0
  18. package/cjs/IconNetworkErrorLowSaturation/index.js +220 -0
  19. package/cjs/IconNewWindow/index.d.ts +4 -0
  20. package/cjs/IconNewWindow/index.js +59 -0
  21. package/cjs/IconNoChartHighSaturation/index.d.ts +4 -0
  22. package/cjs/IconNoChartHighSaturation/index.js +321 -0
  23. package/cjs/IconNoChartLowSaturation/index.d.ts +4 -0
  24. package/cjs/IconNoChartLowSaturation/index.js +321 -0
  25. package/cjs/IconNoContentHighSaturation/index.d.ts +4 -0
  26. package/cjs/IconNoContentHighSaturation/index.js +161 -0
  27. package/cjs/IconNoContentLowSaturation/index.d.ts +4 -0
  28. package/cjs/IconNoContentLowSaturation/index.js +161 -0
  29. package/cjs/IconNoContentSimplified/index.d.ts +4 -0
  30. package/cjs/IconNoContentSimplified/index.js +134 -0
  31. package/cjs/IconNoDataHighSaturation/index.d.ts +4 -0
  32. package/cjs/IconNoDataHighSaturation/index.js +187 -0
  33. package/cjs/IconNoDataSimplified/index.d.ts +4 -0
  34. package/cjs/IconNoDataSimplified/index.js +189 -0
  35. package/cjs/IconNoPermissionHighSaturation/index.d.ts +4 -0
  36. package/cjs/IconNoPermissionHighSaturation/index.js +247 -0
  37. package/cjs/IconNoPermissionLowSaturation/index.d.ts +4 -0
  38. package/cjs/IconNoPermissionLowSaturation/index.js +250 -0
  39. package/cjs/IconNoPermissionSimplified/index.d.ts +4 -0
  40. package/cjs/IconNoPermissionSimplified/index.js +250 -0
  41. package/cjs/IconNoPicHighSaturation/index.d.ts +4 -0
  42. package/cjs/IconNoPicHighSaturation/index.js +161 -0
  43. package/cjs/IconNoPicLowSaturation/index.d.ts +4 -0
  44. package/cjs/IconNoPicLowSaturation/index.js +161 -0
  45. package/cjs/IconPermissionRequestFail/index.d.ts +4 -0
  46. package/cjs/IconPermissionRequestFail/index.js +292 -0
  47. package/cjs/IconPermissionRequestSuccess/index.d.ts +4 -0
  48. package/cjs/IconPermissionRequestSuccess/index.js +292 -0
  49. package/cjs/IconSearchNullHighSaturation/index.d.ts +4 -0
  50. package/cjs/IconSearchNullHighSaturation/index.js +294 -0
  51. package/cjs/IconSearchNullSimplified/index.d.ts +4 -0
  52. package/cjs/IconSearchNullSimplified/index.js +294 -0
  53. package/cjs/IconSubmissionFail/index.d.ts +4 -0
  54. package/cjs/IconSubmissionFail/index.js +153 -0
  55. package/cjs/IconSubmissionSuccess/index.d.ts +4 -0
  56. package/cjs/IconSubmissionSuccess/index.js +225 -0
  57. package/cjs/index.d.ts +28 -0
  58. package/cjs/index.js +58 -1
  59. package/dist/icon.min.js +1 -1
  60. package/esm/Icon403ErrorHighSaturation/index.d.ts +4 -0
  61. package/esm/Icon403ErrorHighSaturation/index.js +215 -0
  62. package/esm/Icon403ErrorLowSaturation/index.d.ts +4 -0
  63. package/esm/Icon403ErrorLowSaturation/index.js +215 -0
  64. package/esm/Icon404ErrorHighSaturation/index.d.ts +4 -0
  65. package/esm/Icon404ErrorHighSaturation/index.js +215 -0
  66. package/esm/Icon404ErrorLowSaturation/index.d.ts +4 -0
  67. package/esm/Icon404ErrorLowSaturation/index.js +215 -0
  68. package/esm/Icon500ErrorLowSaturation/index.d.ts +4 -0
  69. package/esm/Icon500ErrorLowSaturation/index.js +215 -0
  70. package/esm/IconErrorTypeSimplified/index.d.ts +4 -0
  71. package/esm/IconErrorTypeSimplified/index.js +115 -0
  72. package/esm/IconNetWorkErrorSimplified/index.d.ts +4 -0
  73. package/esm/IconNetWorkErrorSimplified/index.js +125 -0
  74. package/esm/IconNetworkErrorHighSaturation/index.d.ts +4 -0
  75. package/esm/IconNetworkErrorHighSaturation/index.js +198 -0
  76. package/esm/IconNetworkErrorLowSaturation/index.d.ts +4 -0
  77. package/esm/IconNetworkErrorLowSaturation/index.js +195 -0
  78. package/esm/IconNewWindow/index.d.ts +4 -0
  79. package/esm/IconNewWindow/index.js +34 -0
  80. package/esm/IconNoChartHighSaturation/index.d.ts +4 -0
  81. package/esm/IconNoChartHighSaturation/index.js +296 -0
  82. package/esm/IconNoChartLowSaturation/index.d.ts +4 -0
  83. package/esm/IconNoChartLowSaturation/index.js +296 -0
  84. package/esm/IconNoContentHighSaturation/index.d.ts +4 -0
  85. package/esm/IconNoContentHighSaturation/index.js +136 -0
  86. package/esm/IconNoContentLowSaturation/index.d.ts +4 -0
  87. package/esm/IconNoContentLowSaturation/index.js +136 -0
  88. package/esm/IconNoContentSimplified/index.d.ts +4 -0
  89. package/esm/IconNoContentSimplified/index.js +109 -0
  90. package/esm/IconNoDataHighSaturation/index.d.ts +4 -0
  91. package/esm/IconNoDataHighSaturation/index.js +162 -0
  92. package/esm/IconNoDataSimplified/index.d.ts +4 -0
  93. package/esm/IconNoDataSimplified/index.js +164 -0
  94. package/esm/IconNoPermissionHighSaturation/index.d.ts +4 -0
  95. package/esm/IconNoPermissionHighSaturation/index.js +222 -0
  96. package/esm/IconNoPermissionLowSaturation/index.d.ts +4 -0
  97. package/esm/IconNoPermissionLowSaturation/index.js +225 -0
  98. package/esm/IconNoPermissionSimplified/index.d.ts +4 -0
  99. package/esm/IconNoPermissionSimplified/index.js +225 -0
  100. package/esm/IconNoPicHighSaturation/index.d.ts +4 -0
  101. package/esm/IconNoPicHighSaturation/index.js +136 -0
  102. package/esm/IconNoPicLowSaturation/index.d.ts +4 -0
  103. package/esm/IconNoPicLowSaturation/index.js +136 -0
  104. package/esm/IconPermissionRequestFail/index.d.ts +4 -0
  105. package/esm/IconPermissionRequestFail/index.js +267 -0
  106. package/esm/IconPermissionRequestSuccess/index.d.ts +4 -0
  107. package/esm/IconPermissionRequestSuccess/index.js +267 -0
  108. package/esm/IconSearchNullHighSaturation/index.d.ts +4 -0
  109. package/esm/IconSearchNullHighSaturation/index.js +269 -0
  110. package/esm/IconSearchNullSimplified/index.d.ts +4 -0
  111. package/esm/IconSearchNullSimplified/index.js +269 -0
  112. package/esm/IconSubmissionFail/index.d.ts +4 -0
  113. package/esm/IconSubmissionFail/index.js +128 -0
  114. package/esm/IconSubmissionSuccess/index.d.ts +4 -0
  115. package/esm/IconSubmissionSuccess/index.js +200 -0
  116. package/esm/index.d.ts +28 -0
  117. package/esm/index.js +28 -0
  118. package/package.json +1 -1
  119. package/src/Icon403ErrorHighSaturation/index.tsx +15 -0
  120. package/src/Icon403ErrorLowSaturation/index.tsx +15 -0
  121. package/src/Icon404ErrorHighSaturation/index.tsx +15 -0
  122. package/src/Icon404ErrorLowSaturation/index.tsx +15 -0
  123. package/src/Icon500ErrorLowSaturation/index.tsx +15 -0
  124. package/src/IconErrorTypeSimplified/index.tsx +15 -0
  125. package/src/IconNetWorkErrorSimplified/index.tsx +15 -0
  126. package/src/IconNetworkErrorHighSaturation/index.tsx +15 -0
  127. package/src/IconNetworkErrorLowSaturation/index.tsx +15 -0
  128. package/src/IconNewWindow/index.tsx +15 -0
  129. package/src/IconNoChartHighSaturation/index.tsx +15 -0
  130. package/src/IconNoChartLowSaturation/index.tsx +15 -0
  131. package/src/IconNoContentHighSaturation/index.tsx +15 -0
  132. package/src/IconNoContentLowSaturation/index.tsx +15 -0
  133. package/src/IconNoContentSimplified/index.tsx +15 -0
  134. package/src/IconNoDataHighSaturation/index.tsx +15 -0
  135. package/src/IconNoDataSimplified/index.tsx +15 -0
  136. package/src/IconNoPermissionHighSaturation/index.tsx +15 -0
  137. package/src/IconNoPermissionLowSaturation/index.tsx +15 -0
  138. package/src/IconNoPermissionSimplified/index.tsx +15 -0
  139. package/src/IconNoPicHighSaturation/index.tsx +15 -0
  140. package/src/IconNoPicLowSaturation/index.tsx +15 -0
  141. package/src/IconPermissionRequestFail/index.tsx +15 -0
  142. package/src/IconPermissionRequestSuccess/index.tsx +15 -0
  143. package/src/IconSearchNullHighSaturation/index.tsx +15 -0
  144. package/src/IconSearchNullSimplified/index.tsx +15 -0
  145. package/src/IconSubmissionFail/index.tsx +15 -0
  146. package/src/IconSubmissionSuccess/index.tsx +15 -0
  147. package/src/index.ts +28 -0
  148. package/umd/Icon403ErrorHighSaturation/index.d.ts +4 -0
  149. package/umd/Icon403ErrorHighSaturation/index.js +250 -0
  150. package/umd/Icon403ErrorLowSaturation/index.d.ts +4 -0
  151. package/umd/Icon403ErrorLowSaturation/index.js +250 -0
  152. package/umd/Icon404ErrorHighSaturation/index.d.ts +4 -0
  153. package/umd/Icon404ErrorHighSaturation/index.js +250 -0
  154. package/umd/Icon404ErrorLowSaturation/index.d.ts +4 -0
  155. package/umd/Icon404ErrorLowSaturation/index.js +250 -0
  156. package/umd/Icon500ErrorLowSaturation/index.d.ts +4 -0
  157. package/umd/Icon500ErrorLowSaturation/index.js +250 -0
  158. package/umd/IconErrorTypeSimplified/index.d.ts +4 -0
  159. package/umd/IconErrorTypeSimplified/index.js +150 -0
  160. package/umd/IconNetWorkErrorSimplified/index.d.ts +4 -0
  161. package/umd/IconNetWorkErrorSimplified/index.js +160 -0
  162. package/umd/IconNetworkErrorHighSaturation/index.d.ts +4 -0
  163. package/umd/IconNetworkErrorHighSaturation/index.js +233 -0
  164. package/umd/IconNetworkErrorLowSaturation/index.d.ts +4 -0
  165. package/umd/IconNetworkErrorLowSaturation/index.js +230 -0
  166. package/umd/IconNewWindow/index.d.ts +4 -0
  167. package/umd/IconNewWindow/index.js +69 -0
  168. package/umd/IconNoChartHighSaturation/index.d.ts +4 -0
  169. package/umd/IconNoChartHighSaturation/index.js +331 -0
  170. package/umd/IconNoChartLowSaturation/index.d.ts +4 -0
  171. package/umd/IconNoChartLowSaturation/index.js +331 -0
  172. package/umd/IconNoContentHighSaturation/index.d.ts +4 -0
  173. package/umd/IconNoContentHighSaturation/index.js +171 -0
  174. package/umd/IconNoContentLowSaturation/index.d.ts +4 -0
  175. package/umd/IconNoContentLowSaturation/index.js +171 -0
  176. package/umd/IconNoContentSimplified/index.d.ts +4 -0
  177. package/umd/IconNoContentSimplified/index.js +144 -0
  178. package/umd/IconNoDataHighSaturation/index.d.ts +4 -0
  179. package/umd/IconNoDataHighSaturation/index.js +197 -0
  180. package/umd/IconNoDataSimplified/index.d.ts +4 -0
  181. package/umd/IconNoDataSimplified/index.js +199 -0
  182. package/umd/IconNoPermissionHighSaturation/index.d.ts +4 -0
  183. package/umd/IconNoPermissionHighSaturation/index.js +257 -0
  184. package/umd/IconNoPermissionLowSaturation/index.d.ts +4 -0
  185. package/umd/IconNoPermissionLowSaturation/index.js +260 -0
  186. package/umd/IconNoPermissionSimplified/index.d.ts +4 -0
  187. package/umd/IconNoPermissionSimplified/index.js +260 -0
  188. package/umd/IconNoPicHighSaturation/index.d.ts +4 -0
  189. package/umd/IconNoPicHighSaturation/index.js +171 -0
  190. package/umd/IconNoPicLowSaturation/index.d.ts +4 -0
  191. package/umd/IconNoPicLowSaturation/index.js +171 -0
  192. package/umd/IconPermissionRequestFail/index.d.ts +4 -0
  193. package/umd/IconPermissionRequestFail/index.js +302 -0
  194. package/umd/IconPermissionRequestSuccess/index.d.ts +4 -0
  195. package/umd/IconPermissionRequestSuccess/index.js +302 -0
  196. package/umd/IconSearchNullHighSaturation/index.d.ts +4 -0
  197. package/umd/IconSearchNullHighSaturation/index.js +304 -0
  198. package/umd/IconSearchNullSimplified/index.d.ts +4 -0
  199. package/umd/IconSearchNullSimplified/index.js +304 -0
  200. package/umd/IconSubmissionFail/index.d.ts +4 -0
  201. package/umd/IconSubmissionFail/index.js +163 -0
  202. package/umd/IconSubmissionSuccess/index.d.ts +4 -0
  203. package/umd/IconSubmissionSuccess/index.js +235 -0
  204. package/umd/index.d.ts +28 -0
  205. package/umd/index.js +58 -2
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const Icon404ErrorHighSaturation: 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 Icon404ErrorHighSaturation;
@@ -0,0 +1,215 @@
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 Icon404ErrorHighSaturationComponent(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-404-error-high-saturation").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 120 120", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
31
+ React.createElement("g", { clipPath: "url(#svg_91d72d46aa__svg_43acf4173d__clip0_52_9443)" },
32
+ React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }),
33
+ React.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter0_dii_52_9443)" },
34
+ React.createElement("path", { d: "M8.00035 23.0004C8.00016 17.4774 12.4774 13 18.0004 13H68.5444H97.9969C103.52 13 107.997 17.4772 107.997 23V38.5492L108 91.9995C108 97.5226 103.523 102 97.9995 102H18.0028C12.4801 102 8.00298 97.5231 8.00279 92.0004L8.00035 23.0004Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint0_linear_52_9443)' })),
35
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.0024 101.4H97.9992C103.191 101.4 107.399 97.1912 107.399 91.9995L107.396 23C107.396 17.8085 103.188 13.6 97.9965 13.6H18C12.8084 13.6 8.59982 17.8087 8.6 23.0003L8.60243 92.0003C8.60262 97.1917 12.8111 101.4 18.0024 101.4ZM18 13C12.477 13 7.99981 17.4774 8 23.0004L8.00243 92.0004C8.00263 97.5231 12.4797 102 18.0024 102H97.9992C103.522 102 107.999 97.5226 107.999 91.9995L107.996 23C107.996 17.4772 103.519 13 97.9965 13H18Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint1_linear_52_9443)' }),
36
+ React.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter1_di_52_9443)" },
37
+ React.createElement("circle", { cx: "19.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint2_linear_52_9443)' })),
38
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5 26.7C21.2673 26.7 22.7 25.2673 22.7 23.5C22.7 21.7327 21.2673 20.3 19.5 20.3C17.7327 20.3 16.3 21.7327 16.3 23.5C16.3 25.2673 17.7327 26.7 19.5 26.7ZM19.5 27C21.433 27 23 25.433 23 23.5C23 21.567 21.433 20 19.5 20C17.567 20 16 21.567 16 23.5C16 25.433 17.567 27 19.5 27Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint3_linear_52_9443)' }),
39
+ React.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter2_di_52_9443)" },
40
+ React.createElement("circle", { cx: "30.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint4_linear_52_9443)' })),
41
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.5 26.7C32.2673 26.7 33.7 25.2673 33.7 23.5C33.7 21.7327 32.2673 20.3 30.5 20.3C28.7327 20.3 27.3 21.7327 27.3 23.5C27.3 25.2673 28.7327 26.7 30.5 26.7ZM30.5 27C32.433 27 34 25.433 34 23.5C34 21.567 32.433 20 30.5 20C28.567 20 27 21.567 27 23.5C27 25.433 28.567 27 30.5 27Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint5_linear_52_9443)' }),
42
+ React.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter3_di_52_9443)" },
43
+ React.createElement("circle", { cx: "41.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint6_linear_52_9443)' })),
44
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.5 26.7C43.2673 26.7 44.7 25.2673 44.7 23.5C44.7 21.7327 43.2673 20.3 41.5 20.3C39.7327 20.3 38.3 21.7327 38.3 23.5C38.3 25.2673 39.7327 26.7 41.5 26.7ZM41.5 27C43.433 27 45 25.433 45 23.5C45 21.567 43.433 20 41.5 20C39.567 20 38 21.567 38 23.5C38 25.433 39.567 27 41.5 27Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint7_linear_52_9443)' }),
45
+ React.createElement("path", { d: "M16 37C16 33.6863 18.6863 31 22 31H94C97.3137 31 100 33.6863 100 37V90C100 93.3137 97.3137 96 94 96H22C18.6863 96 16 93.3137 16 90V37Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint8_linear_52_9443)' }),
46
+ React.createElement("path", { d: "M41.7625 60.193C41.7625 60.0352 41.6346 59.9073 41.4769 59.9073H37.5747C37.4169 59.9073 37.289 60.0352 37.289 60.193V65.729C37.289 65.8868 37.1611 66.0147 37.0034 66.0147H32.827C32.6115 66.0147 32.4736 65.7852 32.5747 65.595L39.8826 51.8455C39.9837 51.6552 39.8458 51.4257 39.6303 51.4257H35.3079C35.2017 51.4257 35.1042 51.4846 35.0549 51.5787L27.0327 66.8693C27.0112 66.9103 27 66.9558 27 67.002V69.8552C27 70.013 27.1279 70.1409 27.2857 70.1409H37.0034C37.1611 70.1409 37.289 70.2688 37.289 70.4266V74.0469C37.289 74.2047 37.4169 74.3326 37.5747 74.3326H41.4769C41.6346 74.3326 41.7625 74.2047 41.7625 74.0469V70.4266C41.7625 70.2688 41.8904 70.1409 42.0482 70.1409H44.7077C44.8655 70.1409 44.9934 70.013 44.9934 69.8552V66.3004C44.9934 66.1426 44.8655 66.0147 44.7077 66.0147H42.0482C41.8904 66.0147 41.7625 65.8868 41.7625 65.729V60.193zM58.4341 51C52.8836 51 48.4433 55.4537 48.4433 62.871 48.4433 70.2883 52.8836 74.7419 58.4341 74.7419 63.9679 74.7419 68.4414 70.2883 68.4414 62.871 68.4414 55.4537 63.9679 51 58.4341 51zM58.4341 55.2408C61.4164 55.2408 63.7691 57.8606 63.7691 62.871 63.7691 67.8813 61.4164 70.5011 58.4341 70.5011 55.4683 70.5011 53.099 67.8813 53.099 62.871 53.099 57.8606 55.4683 55.2408 58.4341 55.2408zM85.7691 60.193C85.7691 60.0352 85.6412 59.9073 85.4835 59.9073H81.5813C81.4235 59.9073 81.2956 60.0352 81.2956 60.193V65.729C81.2956 65.8868 81.1677 66.0147 81.01 66.0147H76.8336C76.6181 66.0147 76.4802 65.7852 76.5813 65.595L83.8892 51.8455C83.9903 51.6552 83.8524 51.4257 83.6369 51.4257H79.3145C79.2083 51.4257 79.1108 51.4846 79.0615 51.5787L71.0393 66.8693C71.0178 66.9103 71.0066 66.9558 71.0066 67.002V69.8552C71.0066 70.013 71.1345 70.1409 71.2923 70.1409H81.01C81.1677 70.1409 81.2956 70.2688 81.2956 70.4266V74.0469C81.2956 74.2047 81.4235 74.3326 81.5813 74.3326H85.4835C85.6412 74.3326 85.7691 74.2047 85.7691 74.0469V70.4266C85.7691 70.2688 85.897 70.1409 86.0548 70.1409H88.7143C88.8721 70.1409 89 70.013 89 69.8552V66.3004C89 66.1426 88.8721 66.0147 88.7143 66.0147H86.0548C85.897 66.0147 85.7691 65.8868 85.7691 65.729V60.193z", fill: useCurrentColor ? 'currentColor' : '#ABB2D0' }),
47
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.5748 59.5265H41.4769C41.845 59.5265 42.1435 59.8249 42.1435 60.193V65.6339H44.7078C45.0759 65.6339 45.3743 65.9323 45.3743 66.3005V69.8553C45.3743 70.2234 45.0759 70.5219 44.7078 70.5219H42.1435V74.047C42.1435 74.4151 41.845 74.7135 41.4769 74.7135H37.5748C37.2066 74.7135 36.9082 74.4151 36.9082 74.047V70.5219H27.2857C26.9176 70.5219 26.6191 70.2234 26.6191 69.8553V67.0021C26.6191 66.8942 26.6453 66.7879 26.6954 66.6924L34.7176 51.4018C34.8328 51.1823 35.0601 51.0449 35.3079 51.0449H39.6304C40.1332 51.0449 40.455 51.5803 40.219 52.0243L32.9855 65.6339H36.9082V60.193C36.9082 59.8249 37.2066 59.5265 37.5748 59.5265ZM51.0719 53.9018C52.9496 51.7777 55.5521 50.6191 58.4341 50.6191C61.308 50.6191 63.9142 51.7777 65.798 53.9013C67.6801 56.023 68.8224 59.0858 68.8224 62.871C68.8224 66.6562 67.6801 69.719 65.798 71.8408C63.9142 73.9643 61.308 75.1229 58.4341 75.1229C55.5521 75.1229 52.9496 73.9644 51.0719 71.8403C49.196 69.7182 48.0624 66.6555 48.0624 62.871C48.0624 59.0865 49.196 56.0238 51.0719 53.9018ZM61.9153 57.4056C61.0246 56.218 59.8026 55.6218 58.4341 55.6218C57.0743 55.6218 55.852 56.2177 54.9589 57.4059C54.0595 58.6025 53.48 60.4215 53.48 62.871C53.48 65.3205 54.0595 67.1395 54.9589 68.3361C55.852 69.5243 57.0743 70.1203 58.4341 70.1203C59.8026 70.1203 61.0246 69.524 61.9153 68.3364C62.8126 67.1401 63.3883 65.3211 63.3883 62.871C63.3883 60.4209 62.8126 58.602 61.9153 57.4056ZM81.5814 59.5265H85.4835C85.8517 59.5265 86.1501 59.8249 86.1501 60.193V65.6339H88.7144C89.0825 65.6339 89.381 65.9323 89.381 66.3005V69.8553C89.381 70.2234 89.0825 70.5219 88.7144 70.5219H86.1501V74.047C86.1501 74.4151 85.8517 74.7135 85.4835 74.7135H81.5814C81.2132 74.7135 80.9148 74.4151 80.9148 74.047V70.5219H71.2923C70.9242 70.5219 70.6257 70.2234 70.6257 69.8553V67.0021C70.6257 66.8942 70.6519 66.7879 70.7021 66.6924L78.7242 51.4018C78.8394 51.1823 79.0667 51.0449 79.3145 51.0449H83.637C84.1398 51.0449 84.4616 51.5803 84.2256 52.0243L76.9921 65.6339H80.9148V60.193C80.9148 59.8249 81.2132 59.5265 81.5814 59.5265ZM58.4341 51C52.8837 51 48.4433 55.4537 48.4433 62.871C48.4433 70.2883 52.8837 74.742 58.4341 74.742C63.968 74.742 68.4415 70.2883 68.4415 62.871C68.4415 55.4537 63.968 51 58.4341 51ZM58.4341 55.2408C61.4164 55.2408 63.7692 57.8607 63.7692 62.871C63.7692 67.8814 61.4164 70.5012 58.4341 70.5012C55.4683 70.5012 53.0991 67.8814 53.0991 62.871C53.0991 57.8607 55.4683 55.2408 58.4341 55.2408ZM41.7626 60.193C41.7626 60.0353 41.6347 59.9074 41.4769 59.9074H37.5748C37.417 59.9074 37.2891 60.0353 37.2891 60.193V65.7291C37.2891 65.8869 37.1612 66.0148 37.0034 66.0148H32.827C32.6116 66.0148 32.4736 65.7853 32.5748 65.595L39.8826 51.8455C39.9838 51.6552 39.8459 51.4258 39.6304 51.4258H35.3079C35.2017 51.4258 35.1043 51.4847 35.0549 51.5787L27.0328 66.8694C27.0113 66.9103 27 66.9559 27 67.0021V69.8553C27 70.0131 27.128 70.141 27.2857 70.141H37.0034C37.1612 70.141 37.2891 70.2689 37.2891 70.4266V74.047C37.2891 74.2047 37.417 74.3326 37.5748 74.3326H41.4769C41.6347 74.3326 41.7626 74.2047 41.7626 74.047V70.4266C41.7626 70.2689 41.8905 70.141 42.0483 70.141H44.7078C44.8655 70.141 44.9934 70.0131 44.9934 69.8553V66.3005C44.9934 66.1427 44.8655 66.0148 44.7078 66.0148H42.0483C41.8905 66.0148 41.7626 65.8869 41.7626 65.7291V60.193ZM85.4835 59.9074C85.6413 59.9074 85.7692 60.0353 85.7692 60.193V65.7291C85.7692 65.8869 85.8971 66.0148 86.0549 66.0148H88.7144C88.8721 66.0148 89 66.1427 89 66.3005V69.8553C89 70.0131 88.8721 70.141 88.7144 70.141H86.0549C85.8971 70.141 85.7692 70.2689 85.7692 70.4266V74.047C85.7692 74.2047 85.6413 74.3326 85.4835 74.3326H81.5814C81.4236 74.3326 81.2957 74.2047 81.2957 74.047V70.4266C81.2957 70.2689 81.1678 70.141 81.01 70.141H71.2923C71.1346 70.141 71.0067 70.0131 71.0067 69.8553V67.0021C71.0067 66.9559 71.0179 66.9103 71.0394 66.8694L79.0615 51.5787C79.1109 51.4847 79.2083 51.4258 79.3145 51.4258H83.637C83.8525 51.4258 83.9904 51.6552 83.8892 51.8455L76.5814 65.595C76.4802 65.7853 76.6182 66.0148 76.8336 66.0148H81.01C81.1678 66.0148 81.2957 65.8869 81.2957 65.7291V60.193C81.2957 60.0353 81.4236 59.9074 81.5814 59.9074H85.4835Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint9_linear_52_9443)' }),
48
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M94 31.6038H22C19.0198 31.6038 16.6038 34.0198 16.6038 37V90C16.6038 92.9802 19.0198 95.3962 22 95.3962H94C96.9802 95.3962 99.3962 92.9802 99.3962 90V37C99.3962 34.0198 96.9802 31.6038 94 31.6038ZM22 31C18.6863 31 16 33.6863 16 37V90C16 93.3137 18.6863 96 22 96H94C97.3137 96 100 93.3137 100 90V37C100 33.6863 97.3137 31 94 31H22Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint10_linear_52_9443)' }),
49
+ React.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter4_d_52_9443)" },
50
+ React.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter5_dii_52_9443)" },
51
+ React.createElement("circle", { cx: "100", cy: "89", r: "16", transform: "rotate(6.375 100 89)", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint11_linear_52_9443)' })),
52
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M101.755 73.2974C93.0825 72.3285 85.2668 78.5732 84.2979 87.2453C83.329 95.9174 89.5736 103.733 98.2458 104.702C106.918 105.671 114.734 99.4263 115.702 90.7542C116.671 82.082 110.427 74.2664 101.755 73.2974ZM83.9004 87.2009C84.8938 78.3092 92.9074 71.9064 101.799 72.8999C110.691 73.8934 117.093 81.9069 116.1 90.7986C115.107 99.6903 107.093 106.093 98.2014 105.1C89.3097 104.106 82.9069 96.0926 83.9004 87.2009Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint12_linear_52_9443)' })),
53
+ React.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter6_d_52_9443)" },
54
+ React.createElement("path", { d: "M106.617 83.7534C106.013 83.0185 104.943 82.9314 104.227 83.5589L100.263 87.0364L97.0449 83.1251C96.4404 82.3902 95.3703 82.3031 94.6549 82.9306C93.9394 83.5581 93.8496 84.6625 94.4541 85.3974L97.6718 89.3087L93.8642 92.6483C93.1488 93.2757 93.0589 94.3802 93.6635 95.1151C94.2681 95.85 95.3381 95.937 96.0535 95.3096L99.8611 91.97L103.211 96.0426C103.816 96.7775 104.886 96.8646 105.601 96.2371C106.317 95.6096 106.407 94.5052 105.802 93.7703L102.452 89.6977L106.417 86.2202C107.132 85.5927 107.222 84.4883 106.617 83.7534Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint13_linear_52_9443)' }),
55
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M100.231 87.4193L96.8384 83.2949C96.3298 82.6766 95.4331 82.6037 94.8312 83.1316C94.2243 83.6639 94.1478 84.6041 94.6606 85.2275L98.0428 89.3389L94.0405 92.8493C93.4336 93.3816 93.3571 94.3218 93.87 94.9452C94.3786 95.5635 95.2753 95.6365 95.8772 95.1085L99.8923 91.587L103.418 95.8728C103.927 96.4911 104.823 96.564 105.425 96.0361C106.032 95.5038 106.109 94.5636 105.596 93.9402L102.081 89.6675L106.24 86.0192C106.847 85.4869 106.924 84.5466 106.411 83.9232C105.902 83.3049 105.006 83.232 104.404 83.7599L100.231 87.4193ZM103.211 96.0426C103.816 96.7775 104.886 96.8646 105.601 96.2371C106.317 95.6096 106.407 94.5052 105.802 93.7703L102.452 89.6977L106.417 86.2202C107.132 85.5927 107.222 84.4883 106.617 83.7534C106.013 83.0185 104.943 82.9314 104.227 83.5589L100.263 87.0364L97.0449 83.1251C96.4404 82.3902 95.3703 82.3031 94.6549 82.9306C93.9394 83.5581 93.8496 84.6625 94.4541 85.3974L97.6718 89.3087L93.8642 92.6483C93.1488 93.2757 93.0589 94.3802 93.6635 95.1151C94.2681 95.85 95.3381 95.937 96.0535 95.3096L99.8611 91.97L103.211 96.0426Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint14_linear_52_9443)' }))),
56
+ React.createElement("defs", null,
57
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint0_linear_52_9443", x1: "89.954", y1: "21.354", x2: "36.877", y2: "122.171", gradientUnits: "userSpaceOnUse" },
58
+ React.createElement("stop", { stopColor: "#EBEBEC" }),
59
+ React.createElement("stop", { offset: ".855", stopColor: "#EDEDEE" })),
60
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint1_linear_52_9443", x1: "19.02", y1: "2.851", x2: "68.602", y2: "97.981", gradientUnits: "userSpaceOnUse" },
61
+ React.createElement("stop", { stopColor: "#E0DEDE" }),
62
+ React.createElement("stop", { offset: ".192", stopColor: "#E7E7E7" }),
63
+ React.createElement("stop", { offset: ".704", stopColor: "#D9D9D9" }),
64
+ React.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
65
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint2_linear_52_9443", x1: "17.75", y1: "20.875", x2: "26.761", y2: "26.79", gradientUnits: "userSpaceOnUse" },
66
+ React.createElement("stop", { stopColor: "#fff" }),
67
+ React.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
68
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint3_linear_52_9443", x1: "16.709", y1: "19.504", x2: "20.55", y2: "26.509", gradientUnits: "userSpaceOnUse" },
69
+ React.createElement("stop", { stopColor: "#E3E3E3" }),
70
+ React.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
71
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint4_linear_52_9443", x1: "28.75", y1: "20.875", x2: "37.761", y2: "26.79", gradientUnits: "userSpaceOnUse" },
72
+ React.createElement("stop", { stopColor: "#fff" }),
73
+ React.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
74
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint5_linear_52_9443", x1: "27.709", y1: "19.504", x2: "31.55", y2: "26.509", gradientUnits: "userSpaceOnUse" },
75
+ React.createElement("stop", { stopColor: "#E3E3E3" }),
76
+ React.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
77
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint6_linear_52_9443", x1: "39.75", y1: "20.875", x2: "48.761", y2: "26.79", gradientUnits: "userSpaceOnUse" },
78
+ React.createElement("stop", { stopColor: "#fff" }),
79
+ React.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
80
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint7_linear_52_9443", x1: "38.709", y1: "19.504", x2: "42.55", y2: "26.509", gradientUnits: "userSpaceOnUse" },
81
+ React.createElement("stop", { stopColor: "#E3E3E3" }),
82
+ React.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
83
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint8_linear_52_9443", x1: "85.452", y1: "40.208", x2: "53.698", y2: "115.464", gradientUnits: "userSpaceOnUse" },
84
+ React.createElement("stop", { stopColor: "#fff" }),
85
+ React.createElement("stop", { offset: ".855", stopColor: "#fff" })),
86
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint9_linear_52_9443", x1: "50.924", y1: "55.401", x2: "55.041", y2: "74.214", gradientUnits: "userSpaceOnUse" },
87
+ React.createElement("stop", { offset: ".01", stopColor: "#9DA6C7" }),
88
+ React.createElement("stop", { offset: "1", stopColor: "#939BBC" })),
89
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint10_linear_52_9443", x1: "24.513", y1: "27.468", x2: "54.137", y2: "98.386", gradientUnits: "userSpaceOnUse" },
90
+ React.createElement("stop", { stopColor: "#E2E2E2" }),
91
+ React.createElement("stop", { offset: ".192", stopColor: "#EEE" }),
92
+ React.createElement("stop", { offset: ".704", stopColor: "#E3E3E3" }),
93
+ React.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
94
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint11_linear_52_9443", x1: "95.176", y1: "71.741", x2: "114.485", y2: "97.432", gradientUnits: "userSpaceOnUse" },
95
+ React.createElement("stop", { stopColor: "#6397FD" }),
96
+ React.createElement("stop", { offset: "1", stopColor: "#216BFA" })),
97
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint12_linear_52_9443", x1: "96.869", y1: "81.819", x2: "107.307", y2: "101.074", gradientUnits: "userSpaceOnUse" },
98
+ React.createElement("stop", { stopColor: "#6C9EFF" }),
99
+ React.createElement("stop", { offset: "1", stopColor: "#154CB7" })),
100
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint13_linear_52_9443", x1: "104.728", y1: "84.735", x2: "95.837", y2: "98.573", gradientUnits: "userSpaceOnUse" },
101
+ React.createElement("stop", { stopColor: "#fff" }),
102
+ React.createElement("stop", { offset: ".855", stopColor: "#fff" })),
103
+ React.createElement("linearGradient", { id: "svg_91d72d46aa__svg_43acf4173d__paint14_linear_52_9443", x1: "95.26", y1: "81.514", x2: "102.166", y2: "95.381", gradientUnits: "userSpaceOnUse" },
104
+ React.createElement("stop", { stopColor: "#fff" }),
105
+ React.createElement("stop", { offset: ".963", stopColor: "#EAEAEA" })),
106
+ React.createElement("filter", { id: "svg_91d72d46aa__svg_43acf4173d__filter0_dii_52_9443", x: "7.529", y: "12.529", width: "101.883", height: "91.355", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
107
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
108
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
109
+ React.createElement("feOffset", { dx: ".471", dy: ".942" }),
110
+ React.createElement("feGaussianBlur", { stdDeviation: ".471" }),
111
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
112
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
113
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9443" }),
114
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", result: "shape" }),
115
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
116
+ React.createElement("feOffset", { dx: "1.413", dy: "1.413" }),
117
+ React.createElement("feGaussianBlur", { stdDeviation: ".471" }),
118
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
119
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
120
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9443" }),
121
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
122
+ React.createElement("feOffset", { dx: "-1.413", dy: "-1.413" }),
123
+ React.createElement("feGaussianBlur", { stdDeviation: ".236" }),
124
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
125
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.879167 0 0 0 0 0.879167 0 0 0 0 0.879167 0 0 0 1 0" }),
126
+ React.createElement("feBlend", { in2: "effect2_innerShadow_52_9443", result: "effect3_innerShadow_52_9443" })),
127
+ React.createElement("filter", { id: "svg_91d72d46aa__svg_43acf4173d__filter1_di_52_9443", x: "15.4", y: "19.9", width: "8.606", height: "8.2", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
128
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
129
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
130
+ React.createElement("feOffset", { dy: ".5" }),
131
+ React.createElement("feGaussianBlur", { stdDeviation: ".3" }),
132
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
133
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
134
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9443" }),
135
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", result: "shape" }),
136
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
137
+ React.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
138
+ React.createElement("feGaussianBlur", { stdDeviation: ".503" }),
139
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
140
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
141
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9443" })),
142
+ React.createElement("filter", { id: "svg_91d72d46aa__svg_43acf4173d__filter2_di_52_9443", x: "26.4", y: "19.9", width: "8.606", height: "8.2", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
143
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
144
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
145
+ React.createElement("feOffset", { dy: ".5" }),
146
+ React.createElement("feGaussianBlur", { stdDeviation: ".3" }),
147
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
148
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
149
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9443" }),
150
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", result: "shape" }),
151
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
152
+ React.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
153
+ React.createElement("feGaussianBlur", { stdDeviation: ".503" }),
154
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
155
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
156
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9443" })),
157
+ React.createElement("filter", { id: "svg_91d72d46aa__svg_43acf4173d__filter3_di_52_9443", x: "37.4", y: "19.9", width: "8.606", height: "8.2", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
158
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
159
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
160
+ React.createElement("feOffset", { dy: ".5" }),
161
+ React.createElement("feGaussianBlur", { stdDeviation: ".3" }),
162
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
163
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
164
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9443" }),
165
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", result: "shape" }),
166
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
167
+ React.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
168
+ React.createElement("feGaussianBlur", { stdDeviation: ".503" }),
169
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
170
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
171
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9443" })),
172
+ React.createElement("filter", { id: "svg_91d72d46aa__svg_43acf4173d__filter4_d_52_9443", x: "79.799", y: "69.798", width: "40.402", height: "40.403", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
173
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
174
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
175
+ React.createElement("feOffset", { dy: "1" }),
176
+ React.createElement("feGaussianBlur", { stdDeviation: "2" }),
177
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
178
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0" }),
179
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9443" }),
180
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", result: "shape" })),
181
+ React.createElement("filter", { id: "svg_91d72d46aa__svg_43acf4173d__filter5_dii_52_9443", x: "83.199", y: "72.198", width: "33.603", height: "34.003", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
182
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
183
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
184
+ React.createElement("feOffset", { dy: ".4" }),
185
+ React.createElement("feGaussianBlur", { stdDeviation: ".4" }),
186
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
187
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.705801 0 0 0 0 0.705801 0 0 0 0 0.720866 0 0 0 1 0" }),
188
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9443" }),
189
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", result: "shape" }),
190
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
191
+ React.createElement("feOffset", { dx: ".8", dy: ".5" }),
192
+ React.createElement("feGaussianBlur", { stdDeviation: ".4" }),
193
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
194
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.658333 0 0 0 0 0.775 0 0 0 0 1 0 0 0 1 0" }),
195
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9443" }),
196
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
197
+ React.createElement("feOffset", { dx: "-.4", dy: "-.8" }),
198
+ React.createElement("feGaussianBlur", { stdDeviation: ".4" }),
199
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
200
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.0750695 0 0 0 0 0.314483 0 0 0 0 0.783333 0 0 0 1 0" }),
201
+ React.createElement("feBlend", { in2: "effect2_innerShadow_52_9443", result: "effect3_innerShadow_52_9443" })),
202
+ React.createElement("filter", { id: "svg_91d72d46aa__svg_43acf4173d__filter6_d_52_9443", x: "92.763", y: "82.512", width: "14.755", height: "15.145", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
203
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
204
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
205
+ React.createElement("feOffset", { dy: ".5" }),
206
+ React.createElement("feGaussianBlur", { stdDeviation: ".25" }),
207
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
208
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.161944 0 0 0 0 0.407217 0 0 0 0 0.883333 0 0 0 1 0" }),
209
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9443" }),
210
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", result: "shape" })),
211
+ React.createElement("clipPath", { id: "svg_91d72d46aa__svg_43acf4173d__clip0_52_9443" },
212
+ React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }))));
213
+ }
214
+ var Icon404ErrorHighSaturation = React.forwardRef(Icon404ErrorHighSaturationComponent);
215
+ export default Icon404ErrorHighSaturation;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const Icon404ErrorLowSaturation: 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 Icon404ErrorLowSaturation;
@@ -0,0 +1,215 @@
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 Icon404ErrorLowSaturationComponent(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-404-error-low-saturation").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 120 120", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
31
+ React.createElement("g", { clipPath: "url(#svg_da7eb68708__svg_bd81a74f6f__clip0_99_8474)" },
32
+ React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }),
33
+ React.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter0_dii_99_8474)" },
34
+ React.createElement("path", { d: "M8.00035 23.0004C8.00016 17.4774 12.4774 13 18.0004 13H68.5444H97.9969C103.52 13 107.997 17.4772 107.997 23V38.5492L108 91.9995C108 97.5226 103.523 102 97.9995 102H18.0028C12.4801 102 8.00298 97.5231 8.00279 92.0004L8.00035 23.0004Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint0_linear_99_8474)' })),
35
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.0024 101.4H97.9992C103.191 101.4 107.399 97.1912 107.399 91.9995L107.396 23C107.396 17.8085 103.188 13.6 97.9965 13.6H18C12.8084 13.6 8.59982 17.8087 8.6 23.0003L8.60243 92.0003C8.60262 97.1917 12.8111 101.4 18.0024 101.4ZM18 13C12.477 13 7.99981 17.4774 8 23.0004L8.00243 92.0004C8.00263 97.5231 12.4797 102 18.0024 102H97.9992C103.522 102 107.999 97.5226 107.999 91.9995L107.996 23C107.996 17.4772 103.519 13 97.9965 13H18Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint1_linear_99_8474)' }),
36
+ React.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter1_di_99_8474)" },
37
+ React.createElement("circle", { cx: "19.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint2_linear_99_8474)' })),
38
+ React.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter2_di_99_8474)" },
39
+ React.createElement("circle", { cx: "30.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint3_linear_99_8474)' })),
40
+ React.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter3_di_99_8474)" },
41
+ React.createElement("circle", { cx: "41.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint4_linear_99_8474)' })),
42
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5 26.7C21.2673 26.7 22.7 25.2673 22.7 23.5C22.7 21.7327 21.2673 20.3 19.5 20.3C17.7327 20.3 16.3 21.7327 16.3 23.5C16.3 25.2673 17.7327 26.7 19.5 26.7ZM19.5 27C21.433 27 23 25.433 23 23.5C23 21.567 21.433 20 19.5 20C17.567 20 16 21.567 16 23.5C16 25.433 17.567 27 19.5 27Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint5_linear_99_8474)' }),
43
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.5 26.7C32.2673 26.7 33.7 25.2673 33.7 23.5C33.7 21.7327 32.2673 20.3 30.5 20.3C28.7327 20.3 27.3 21.7327 27.3 23.5C27.3 25.2673 28.7327 26.7 30.5 26.7ZM30.5 27C32.433 27 34 25.433 34 23.5C34 21.567 32.433 20 30.5 20C28.567 20 27 21.567 27 23.5C27 25.433 28.567 27 30.5 27Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint6_linear_99_8474)' }),
44
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.5 26.7C43.2673 26.7 44.7 25.2673 44.7 23.5C44.7 21.7327 43.2673 20.3 41.5 20.3C39.7327 20.3 38.3 21.7327 38.3 23.5C38.3 25.2673 39.7327 26.7 41.5 26.7ZM41.5 27C43.433 27 45 25.433 45 23.5C45 21.567 43.433 20 41.5 20C39.567 20 38 21.567 38 23.5C38 25.433 39.567 27 41.5 27Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint7_linear_99_8474)' }),
45
+ React.createElement("path", { d: "M16 37C16 33.6863 18.6863 31 22 31H94C97.3137 31 100 33.6863 100 37V90C100 93.3137 97.3137 96 94 96H22C18.6863 96 16 93.3137 16 90V37Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint8_linear_99_8474)' }),
46
+ React.createElement("path", { d: "M41.7625 60.2073C41.7625 60.0416 41.6282 59.9073 41.4625 59.9073H37.589C37.4234 59.9073 37.289 60.0416 37.289 60.2073V65.7147C37.289 65.8804 37.1547 66.0147 36.989 66.0147H32.8508C32.6245 66.0147 32.4797 65.7737 32.5859 65.5739L39.8714 51.8665C39.9776 51.6667 39.8328 51.4257 39.6065 51.4257H35.3165C35.205 51.4257 35.1027 51.4876 35.0509 51.5863L27.0343 66.8662C27.0118 66.9092 27 66.957 27 67.0056V69.8409C27 70.0066 27.1343 70.1409 27.3 70.1409H36.989C37.1547 70.1409 37.289 70.2752 37.289 70.4409V74.0326C37.289 74.1983 37.4234 74.3326 37.589 74.3326H41.4625C41.6282 74.3326 41.7625 74.1983 41.7625 74.0326V70.4409C41.7625 70.2752 41.8968 70.1409 42.0625 70.1409H44.6934C44.8591 70.1409 44.9934 70.0066 44.9934 69.8409V66.3147C44.9934 66.149 44.8591 66.0147 44.6934 66.0147H42.0625C41.8968 66.0147 41.7625 65.8804 41.7625 65.7147V60.2073zM58.4341 51C52.8836 51 48.4433 55.4537 48.4433 62.871 48.4433 70.2883 52.8836 74.7419 58.4341 74.7419 63.9679 74.7419 68.4414 70.2883 68.4414 62.871 68.4414 55.4537 63.9679 51 58.4341 51zM58.4341 55.2408C61.4164 55.2408 63.7691 57.8606 63.7691 62.871 63.7691 67.8813 61.4164 70.5011 58.4341 70.5011 55.4683 70.5011 53.099 67.8813 53.099 62.871 53.099 57.8606 55.4683 55.2408 58.4341 55.2408zM85.7691 60.2073C85.7691 60.0416 85.6348 59.9073 85.4691 59.9073H81.5956C81.43 59.9073 81.2956 60.0416 81.2956 60.2073V65.7147C81.2956 65.8804 81.1613 66.0147 80.9956 66.0147H76.8574C76.6311 66.0147 76.4863 65.7737 76.5925 65.5739L83.878 51.8665C83.9842 51.6667 83.8394 51.4257 83.6131 51.4257H79.3231C79.2116 51.4257 79.1093 51.4876 79.0575 51.5863L71.0409 66.8662C71.0184 66.9092 71.0066 66.957 71.0066 67.0056V69.8409C71.0066 70.0066 71.1409 70.1409 71.3066 70.1409H80.9956C81.1613 70.1409 81.2956 70.2752 81.2956 70.4409V74.0326C81.2956 74.1983 81.43 74.3326 81.5956 74.3326H85.4691C85.6348 74.3326 85.7691 74.1983 85.7691 74.0326V70.4409C85.7691 70.2752 85.9035 70.1409 86.0691 70.1409H88.7C88.8657 70.1409 89 70.0066 89 69.8409V66.3147C89 66.149 88.8657 66.0147 88.7 66.0147H86.0691C85.9035 66.0147 85.7691 65.8804 85.7691 65.7147V60.2073z", fill: useCurrentColor ? 'currentColor' : '#ABB2D0' }),
47
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.5891 59.5265H41.4626C41.8386 59.5265 42.1435 59.8313 42.1435 60.2074V65.6339H44.6934C45.0695 65.6339 45.3743 65.9387 45.3743 66.3148V69.841C45.3743 70.217 45.0695 70.5219 44.6934 70.5219H42.1435V74.0326C42.1435 74.4087 41.8386 74.7135 41.4626 74.7135H37.5891C37.213 74.7135 36.9082 74.4087 36.9082 74.0326V70.5219H27.3C26.924 70.5219 26.6191 70.217 26.6191 69.841V67.0056C26.6191 66.8954 26.6459 66.7869 26.6971 66.6893L34.7136 51.4094C34.8312 51.1853 35.0634 51.0449 35.3166 51.0449H39.6065C40.1201 51.0449 40.4488 51.5918 40.2078 52.0453L32.9855 65.6339H36.9082V60.2074C36.9082 59.8313 37.213 59.5265 37.5891 59.5265ZM51.0719 53.9018C52.9496 51.7777 55.5521 50.6191 58.4341 50.6191C61.308 50.6191 63.9142 51.7777 65.798 53.9013C67.6801 56.023 68.8224 59.0858 68.8224 62.871C68.8224 66.6562 67.6801 69.719 65.798 71.8408C63.9142 73.9643 61.308 75.1229 58.4341 75.1229C55.5521 75.1229 52.9496 73.9644 51.0719 71.8403C49.196 69.7182 48.0624 66.6555 48.0624 62.871C48.0624 59.0865 49.196 56.0238 51.0719 53.9018ZM61.9153 57.4056C61.0246 56.218 59.8026 55.6218 58.4341 55.6218C57.0743 55.6218 55.852 56.2177 54.9589 57.4059C54.0595 58.6025 53.48 60.4215 53.48 62.871C53.48 65.3205 54.0595 67.1395 54.9589 68.3361C55.852 69.5243 57.0743 70.1203 58.4341 70.1203C59.8026 70.1203 61.0246 69.524 61.9153 68.3364C62.8126 67.1401 63.3883 65.3211 63.3883 62.871C63.3883 60.4209 62.8126 58.602 61.9153 57.4056ZM81.5957 59.5265H85.4692C85.8452 59.5265 86.1501 59.8313 86.1501 60.2074V65.6339H88.7001C89.0761 65.6339 89.381 65.9387 89.381 66.3148V69.841C89.381 70.217 89.0761 70.5219 88.7001 70.5219H86.1501V74.0326C86.1501 74.4087 85.8452 74.7135 85.4692 74.7135H81.5957C81.2196 74.7135 80.9148 74.4087 80.9148 74.0326V70.5219H71.3067C70.9306 70.5219 70.6257 70.217 70.6257 69.841V67.0056C70.6257 66.8954 70.6525 66.7869 70.7037 66.6893L78.7202 51.4094C78.8378 51.1853 79.07 51.0449 79.3232 51.0449H83.6131C84.1267 51.0449 84.4555 51.5918 84.2144 52.0453L76.9921 65.6339H80.9148V60.2074C80.9148 59.8313 81.2196 59.5265 81.5957 59.5265ZM58.4341 51C52.8837 51 48.4433 55.4537 48.4433 62.871C48.4433 70.2883 52.8837 74.742 58.4341 74.742C63.968 74.742 68.4415 70.2883 68.4415 62.871C68.4415 55.4537 63.968 51 58.4341 51ZM58.4341 55.2408C61.4164 55.2408 63.7692 57.8607 63.7692 62.871C63.7692 67.8814 61.4164 70.5012 58.4341 70.5012C55.4683 70.5012 53.0991 67.8814 53.0991 62.871C53.0991 57.8607 55.4683 55.2408 58.4341 55.2408ZM41.7626 60.2074C41.7626 60.0417 41.6283 59.9074 41.4626 59.9074H37.5891C37.4234 59.9074 37.2891 60.0417 37.2891 60.2074V65.7148C37.2891 65.8805 37.1548 66.0148 36.9891 66.0148H32.8509C32.6246 66.0148 32.4798 65.7738 32.586 65.574L39.8714 51.8666C39.9777 51.6667 39.8328 51.4258 39.6065 51.4258H35.3166C35.205 51.4258 35.1027 51.4876 35.0509 51.5864L27.0344 66.8662C27.0118 66.9092 27 66.9571 27 67.0056V69.841C27 70.0066 27.1344 70.141 27.3 70.141H36.9891C37.1548 70.141 37.2891 70.2753 37.2891 70.441V74.0326C37.2891 74.1983 37.4234 74.3326 37.5891 74.3326H41.4626C41.6283 74.3326 41.7626 74.1983 41.7626 74.0326V70.441C41.7626 70.2753 41.8969 70.141 42.0626 70.141H44.6934C44.8591 70.141 44.9934 70.0066 44.9934 69.841V66.3148C44.9934 66.1491 44.8591 66.0148 44.6934 66.0148H42.0626C41.8969 66.0148 41.7626 65.8805 41.7626 65.7148V60.2074ZM85.4692 59.9074C85.6349 59.9074 85.7692 60.0417 85.7692 60.2074V65.7148C85.7692 65.8805 85.9035 66.0148 86.0692 66.0148H88.7001C88.8657 66.0148 89 66.1491 89 66.3148V69.841C89 70.0066 88.8657 70.141 88.7001 70.141H86.0692C85.9035 70.141 85.7692 70.2753 85.7692 70.441V74.0326C85.7692 74.1983 85.6349 74.3326 85.4692 74.3326H81.5957C81.43 74.3326 81.2957 74.1983 81.2957 74.0326V70.441C81.2957 70.2753 81.1614 70.141 80.9957 70.141H71.3067C71.141 70.141 71.0067 70.0066 71.0067 69.841V67.0056C71.0067 66.9571 71.0184 66.9092 71.041 66.8662L79.0575 51.5864C79.1093 51.4876 79.2117 51.4258 79.3232 51.4258H83.6131C83.8394 51.4258 83.9843 51.6667 83.8781 51.8666L76.5926 65.574C76.4864 65.7738 76.6312 66.0148 76.8575 66.0148H80.9957C81.1614 66.0148 81.2957 65.8805 81.2957 65.7148V60.2074C81.2957 60.0417 81.43 59.9074 81.5957 59.9074H85.4692Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint9_linear_99_8474)' }),
48
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M94 31.6038H22C19.0198 31.6038 16.6038 34.0198 16.6038 37V90C16.6038 92.9802 19.0198 95.3962 22 95.3962H94C96.9802 95.3962 99.3962 92.9802 99.3962 90V37C99.3962 34.0198 96.9802 31.6038 94 31.6038ZM22 31C18.6863 31 16 33.6863 16 37V90C16 93.3137 18.6863 96 22 96H94C97.3137 96 100 93.3137 100 90V37C100 33.6863 97.3137 31 94 31H22Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint10_linear_99_8474)' }),
49
+ React.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter4_d_99_8474)" },
50
+ React.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter5_dii_99_8474)" },
51
+ React.createElement("circle", { cx: "100", cy: "89", r: "16", transform: "rotate(6.375 100 89)", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint11_linear_99_8474)' })),
52
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M101.749 73.3472C93.1046 72.3813 85.3137 78.6062 84.3478 87.2509C83.3819 95.8956 89.6068 103.687 98.2515 104.652C106.896 105.618 114.687 99.3934 115.653 90.7487C116.619 82.104 110.394 74.3131 101.749 73.3472ZM83.8509 87.1954C84.8474 78.2763 92.8857 71.8538 101.805 72.8503C110.724 73.8468 117.146 81.8851 116.15 90.8042C115.153 99.7233 107.115 106.146 98.196 105.149C89.2769 104.153 82.8543 96.1145 83.8509 87.1954Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint12_linear_99_8474)' })),
53
+ React.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter6_d_99_8474)" },
54
+ React.createElement("path", { d: "M106.617 83.7534C106.013 83.0185 104.943 82.9314 104.227 83.5589L100.263 87.0364L97.0449 83.1251C96.4404 82.3902 95.3703 82.3031 94.6549 82.9306C93.9394 83.5581 93.8496 84.6625 94.4541 85.3974L97.6718 89.3087L93.8642 92.6483C93.1488 93.2757 93.0589 94.3802 93.6635 95.1151C94.2681 95.85 95.3381 95.937 96.0535 95.3096L99.8611 91.97L103.211 96.0426C103.816 96.7775 104.886 96.8646 105.601 96.2371C106.317 95.6096 106.407 94.5052 105.802 93.7703L102.452 89.6977L106.417 86.2202C107.132 85.5927 107.222 84.4883 106.617 83.7534Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint13_linear_99_8474)' }),
55
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M100.231 87.4193L96.8384 83.2949C96.3298 82.6766 95.4331 82.6037 94.8312 83.1316C94.2243 83.6639 94.1478 84.6041 94.6606 85.2275L98.0428 89.3389L94.0405 92.8493C93.4336 93.3816 93.3571 94.3218 93.87 94.9452C94.3786 95.5635 95.2753 95.6365 95.8772 95.1085L99.8923 91.587L103.418 95.8728C103.927 96.4911 104.823 96.564 105.425 96.0361C106.032 95.5038 106.109 94.5636 105.596 93.9402L102.081 89.6675L106.24 86.0192C106.847 85.4869 106.924 84.5466 106.411 83.9232C105.902 83.3049 105.006 83.232 104.404 83.7599L100.231 87.4193ZM103.211 96.0426C103.816 96.7775 104.886 96.8646 105.601 96.2371C106.317 95.6096 106.407 94.5052 105.802 93.7703L102.452 89.6977L106.417 86.2202C107.132 85.5927 107.222 84.4883 106.617 83.7534C106.013 83.0185 104.943 82.9314 104.227 83.5589L100.263 87.0364L97.0449 83.1251C96.4404 82.3902 95.3703 82.3031 94.6549 82.9306C93.9394 83.5581 93.8496 84.6625 94.4541 85.3974L97.6718 89.3087L93.8642 92.6483C93.1488 93.2757 93.0589 94.3802 93.6635 95.1151C94.2681 95.85 95.3381 95.937 96.0535 95.3096L99.8611 91.97L103.211 96.0426Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint14_linear_99_8474)' }))),
56
+ React.createElement("defs", null,
57
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint0_linear_99_8474", x1: "89.954", y1: "21.354", x2: "36.877", y2: "122.171", gradientUnits: "userSpaceOnUse" },
58
+ React.createElement("stop", { stopColor: "#EBEBEC" }),
59
+ React.createElement("stop", { offset: ".855", stopColor: "#EDEDEE" })),
60
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint1_linear_99_8474", x1: "19.02", y1: "2.851", x2: "68.602", y2: "97.981", gradientUnits: "userSpaceOnUse" },
61
+ React.createElement("stop", { stopColor: "#E0DEDE" }),
62
+ React.createElement("stop", { offset: ".192", stopColor: "#E7E7E7" }),
63
+ React.createElement("stop", { offset: ".704", stopColor: "#D9D9D9" }),
64
+ React.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
65
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint2_linear_99_8474", x1: "17.75", y1: "20.875", x2: "26.761", y2: "26.79", gradientUnits: "userSpaceOnUse" },
66
+ React.createElement("stop", { stopColor: "#fff" }),
67
+ React.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
68
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint3_linear_99_8474", x1: "28.75", y1: "20.875", x2: "37.761", y2: "26.79", gradientUnits: "userSpaceOnUse" },
69
+ React.createElement("stop", { stopColor: "#fff" }),
70
+ React.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
71
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint4_linear_99_8474", x1: "39.75", y1: "20.875", x2: "48.761", y2: "26.79", gradientUnits: "userSpaceOnUse" },
72
+ React.createElement("stop", { stopColor: "#fff" }),
73
+ React.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
74
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint5_linear_99_8474", x1: "16.709", y1: "19.504", x2: "20.55", y2: "26.509", gradientUnits: "userSpaceOnUse" },
75
+ React.createElement("stop", { stopColor: "#E3E3E3" }),
76
+ React.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
77
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint6_linear_99_8474", x1: "27.709", y1: "19.504", x2: "31.55", y2: "26.509", gradientUnits: "userSpaceOnUse" },
78
+ React.createElement("stop", { stopColor: "#E3E3E3" }),
79
+ React.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
80
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint7_linear_99_8474", x1: "38.709", y1: "19.504", x2: "42.55", y2: "26.509", gradientUnits: "userSpaceOnUse" },
81
+ React.createElement("stop", { stopColor: "#E3E3E3" }),
82
+ React.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
83
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint8_linear_99_8474", x1: "85.452", y1: "40.208", x2: "53.698", y2: "115.464", gradientUnits: "userSpaceOnUse" },
84
+ React.createElement("stop", { stopColor: "#fff" }),
85
+ React.createElement("stop", { offset: ".855", stopColor: "#fff" })),
86
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint9_linear_99_8474", x1: "50.924", y1: "55.401", x2: "55.041", y2: "74.214", gradientUnits: "userSpaceOnUse" },
87
+ React.createElement("stop", { offset: ".01", stopColor: "#9DA6C7" }),
88
+ React.createElement("stop", { offset: "1", stopColor: "#939BBC" })),
89
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint10_linear_99_8474", x1: "24.513", y1: "27.468", x2: "54.137", y2: "98.386", gradientUnits: "userSpaceOnUse" },
90
+ React.createElement("stop", { stopColor: "#E2E2E2" }),
91
+ React.createElement("stop", { offset: ".192", stopColor: "#EEE" }),
92
+ React.createElement("stop", { offset: ".704", stopColor: "#E3E3E3" }),
93
+ React.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
94
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint11_linear_99_8474", x1: "95.176", y1: "71.741", x2: "114.485", y2: "97.432", gradientUnits: "userSpaceOnUse" },
95
+ React.createElement("stop", { stopColor: "#ACB2CF" }),
96
+ React.createElement("stop", { offset: "1", stopColor: "#7E89B1" })),
97
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint12_linear_99_8474", x1: "96.87", y1: "81.819", x2: "104.758", y2: "102.077", gradientUnits: "userSpaceOnUse" },
98
+ React.createElement("stop", { offset: ".181", stopColor: "#BAC0DB" }),
99
+ React.createElement("stop", { offset: "1", stopColor: "#666F8F" })),
100
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint13_linear_99_8474", x1: "104.728", y1: "84.735", x2: "95.837", y2: "98.573", gradientUnits: "userSpaceOnUse" },
101
+ React.createElement("stop", { stopColor: "#fff" }),
102
+ React.createElement("stop", { offset: ".855", stopColor: "#fff" })),
103
+ React.createElement("linearGradient", { id: "svg_da7eb68708__svg_bd81a74f6f__paint14_linear_99_8474", x1: "95.26", y1: "81.514", x2: "102.166", y2: "95.381", gradientUnits: "userSpaceOnUse" },
104
+ React.createElement("stop", { stopColor: "#fff" }),
105
+ React.createElement("stop", { offset: ".963", stopColor: "#EAEAEA" })),
106
+ React.createElement("filter", { id: "svg_da7eb68708__svg_bd81a74f6f__filter0_dii_99_8474", x: "7.529", y: "12.529", width: "101.883", height: "91.355", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
107
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
108
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
109
+ React.createElement("feOffset", { dx: ".471", dy: ".942" }),
110
+ React.createElement("feGaussianBlur", { stdDeviation: ".471" }),
111
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
112
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
113
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
114
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" }),
115
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
116
+ React.createElement("feOffset", { dx: "1.413", dy: "1.413" }),
117
+ React.createElement("feGaussianBlur", { stdDeviation: ".471" }),
118
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
119
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
120
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8474" }),
121
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
122
+ React.createElement("feOffset", { dx: "-1.413", dy: "-1.413" }),
123
+ React.createElement("feGaussianBlur", { stdDeviation: ".236" }),
124
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
125
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.879167 0 0 0 0 0.879167 0 0 0 0 0.879167 0 0 0 1 0" }),
126
+ React.createElement("feBlend", { in2: "effect2_innerShadow_99_8474", result: "effect3_innerShadow_99_8474" })),
127
+ React.createElement("filter", { id: "svg_da7eb68708__svg_bd81a74f6f__filter1_di_99_8474", x: "15.4", y: "19.9", width: "8.606", height: "8.2", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
128
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
129
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
130
+ React.createElement("feOffset", { dy: ".5" }),
131
+ React.createElement("feGaussianBlur", { stdDeviation: ".3" }),
132
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
133
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
134
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
135
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" }),
136
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
137
+ React.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
138
+ React.createElement("feGaussianBlur", { stdDeviation: ".503" }),
139
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
140
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
141
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8474" })),
142
+ React.createElement("filter", { id: "svg_da7eb68708__svg_bd81a74f6f__filter2_di_99_8474", x: "26.4", y: "19.9", width: "8.606", height: "8.2", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
143
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
144
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
145
+ React.createElement("feOffset", { dy: ".5" }),
146
+ React.createElement("feGaussianBlur", { stdDeviation: ".3" }),
147
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
148
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
149
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
150
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" }),
151
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
152
+ React.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
153
+ React.createElement("feGaussianBlur", { stdDeviation: ".503" }),
154
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
155
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
156
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8474" })),
157
+ React.createElement("filter", { id: "svg_da7eb68708__svg_bd81a74f6f__filter3_di_99_8474", x: "37.4", y: "19.9", width: "8.606", height: "8.2", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
158
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
159
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
160
+ React.createElement("feOffset", { dy: ".5" }),
161
+ React.createElement("feGaussianBlur", { stdDeviation: ".3" }),
162
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
163
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
164
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
165
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" }),
166
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
167
+ React.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
168
+ React.createElement("feGaussianBlur", { stdDeviation: ".503" }),
169
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
170
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
171
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8474" })),
172
+ React.createElement("filter", { id: "svg_da7eb68708__svg_bd81a74f6f__filter4_d_99_8474", x: "79.749", y: "69.749", width: "40.503", height: "40.503", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
173
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
174
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
175
+ React.createElement("feOffset", { dy: "1" }),
176
+ React.createElement("feGaussianBlur", { stdDeviation: "2" }),
177
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
178
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0" }),
179
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
180
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" })),
181
+ React.createElement("filter", { id: "svg_da7eb68708__svg_bd81a74f6f__filter5_dii_99_8474", x: "82.999", y: "71.999", width: "34.003", height: "34.503", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
182
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
183
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
184
+ React.createElement("feOffset", { dy: ".5" }),
185
+ React.createElement("feGaussianBlur", { stdDeviation: ".5" }),
186
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
187
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.673646 0 0 0 0 0.673646 0 0 0 0 0.725 0 0 0 1 0" }),
188
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
189
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" }),
190
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
191
+ React.createElement("feOffset", { dx: ".8", dy: ".5" }),
192
+ React.createElement("feGaussianBlur", { stdDeviation: ".5" }),
193
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
194
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.930313 0 0 0 0 0.935083 0 0 0 0 0.954167 0 0 0 1 0" }),
195
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8474" }),
196
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
197
+ React.createElement("feOffset", { dx: "-.5", dy: "-1" }),
198
+ React.createElement("feGaussianBlur", { stdDeviation: ".5" }),
199
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
200
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.409097 0 0 0 0 0.443509 0 0 0 0 0.570833 0 0 0 1 0" }),
201
+ React.createElement("feBlend", { in2: "effect2_innerShadow_99_8474", result: "effect3_innerShadow_99_8474" })),
202
+ React.createElement("filter", { id: "svg_da7eb68708__svg_bd81a74f6f__filter6_d_99_8474", x: "92.763", y: "82.512", width: "14.755", height: "15.145", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
203
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
204
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
205
+ React.createElement("feOffset", { dy: ".5" }),
206
+ React.createElement("feGaussianBlur", { stdDeviation: ".25" }),
207
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
208
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.421389 0 0 0 0 0.462937 0 0 0 0 0.616667 0 0 0 1 0" }),
209
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
210
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" })),
211
+ React.createElement("clipPath", { id: "svg_da7eb68708__svg_bd81a74f6f__clip0_99_8474" },
212
+ React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }))));
213
+ }
214
+ var Icon404ErrorLowSaturation = React.forwardRef(Icon404ErrorLowSaturationComponent);
215
+ export default Icon404ErrorLowSaturation;