@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,240 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function Icon404ErrorLowSaturationComponent(props, ref) {
51
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
52
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-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 }),
56
+ react_1.default.createElement("g", { clipPath: "url(#svg_da7eb68708__svg_bd81a74f6f__clip0_99_8474)" },
57
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }),
58
+ react_1.default.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter0_dii_99_8474)" },
59
+ react_1.default.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)' })),
60
+ react_1.default.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)' }),
61
+ react_1.default.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter1_di_99_8474)" },
62
+ react_1.default.createElement("circle", { cx: "19.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint2_linear_99_8474)' })),
63
+ react_1.default.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter2_di_99_8474)" },
64
+ react_1.default.createElement("circle", { cx: "30.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint3_linear_99_8474)' })),
65
+ react_1.default.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter3_di_99_8474)" },
66
+ react_1.default.createElement("circle", { cx: "41.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_da7eb68708__svg_bd81a74f6f__paint4_linear_99_8474)' })),
67
+ react_1.default.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)' }),
68
+ react_1.default.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)' }),
69
+ react_1.default.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)' }),
70
+ react_1.default.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)' }),
71
+ react_1.default.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' }),
72
+ react_1.default.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)' }),
73
+ react_1.default.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)' }),
74
+ react_1.default.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter4_d_99_8474)" },
75
+ react_1.default.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter5_dii_99_8474)" },
76
+ react_1.default.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)' })),
77
+ react_1.default.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)' })),
78
+ react_1.default.createElement("g", { filter: "url(#svg_da7eb68708__svg_bd81a74f6f__filter6_d_99_8474)" },
79
+ react_1.default.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)' }),
80
+ react_1.default.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)' }))),
81
+ react_1.default.createElement("defs", null,
82
+ react_1.default.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" },
83
+ react_1.default.createElement("stop", { stopColor: "#EBEBEC" }),
84
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#EDEDEE" })),
85
+ react_1.default.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" },
86
+ react_1.default.createElement("stop", { stopColor: "#E0DEDE" }),
87
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#E7E7E7" }),
88
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#D9D9D9" }),
89
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
90
+ react_1.default.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" },
91
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
92
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
93
+ react_1.default.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" },
94
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
95
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
96
+ react_1.default.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" },
97
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
98
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
99
+ react_1.default.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" },
100
+ react_1.default.createElement("stop", { stopColor: "#E3E3E3" }),
101
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
102
+ react_1.default.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" },
103
+ react_1.default.createElement("stop", { stopColor: "#E3E3E3" }),
104
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
105
+ react_1.default.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" },
106
+ react_1.default.createElement("stop", { stopColor: "#E3E3E3" }),
107
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
108
+ react_1.default.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" },
109
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
110
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#fff" })),
111
+ react_1.default.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" },
112
+ react_1.default.createElement("stop", { offset: ".01", stopColor: "#9DA6C7" }),
113
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#939BBC" })),
114
+ react_1.default.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" },
115
+ react_1.default.createElement("stop", { stopColor: "#E2E2E2" }),
116
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#EEE" }),
117
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#E3E3E3" }),
118
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
119
+ react_1.default.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" },
120
+ react_1.default.createElement("stop", { stopColor: "#ACB2CF" }),
121
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#7E89B1" })),
122
+ react_1.default.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" },
123
+ react_1.default.createElement("stop", { offset: ".181", stopColor: "#BAC0DB" }),
124
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#666F8F" })),
125
+ react_1.default.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" },
126
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
127
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#fff" })),
128
+ react_1.default.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" },
129
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
130
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#EAEAEA" })),
131
+ react_1.default.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" },
132
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
133
+ react_1.default.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" }),
134
+ react_1.default.createElement("feOffset", { dx: ".471", dy: ".942" }),
135
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".471" }),
136
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
137
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
138
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
139
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" }),
140
+ react_1.default.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" }),
141
+ react_1.default.createElement("feOffset", { dx: "1.413", dy: "1.413" }),
142
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".471" }),
143
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
144
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
145
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8474" }),
146
+ react_1.default.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" }),
147
+ react_1.default.createElement("feOffset", { dx: "-1.413", dy: "-1.413" }),
148
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".236" }),
149
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
150
+ react_1.default.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" }),
151
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_99_8474", result: "effect3_innerShadow_99_8474" })),
152
+ react_1.default.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" },
153
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
154
+ react_1.default.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" }),
155
+ react_1.default.createElement("feOffset", { dy: ".5" }),
156
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".3" }),
157
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
158
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
159
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
160
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" }),
161
+ react_1.default.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" }),
162
+ react_1.default.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
163
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".503" }),
164
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
165
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
166
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8474" })),
167
+ react_1.default.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" },
168
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
169
+ react_1.default.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" }),
170
+ react_1.default.createElement("feOffset", { dy: ".5" }),
171
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".3" }),
172
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
173
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
174
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
175
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" }),
176
+ react_1.default.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" }),
177
+ react_1.default.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
178
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".503" }),
179
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
180
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
181
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8474" })),
182
+ react_1.default.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" },
183
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
184
+ react_1.default.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" }),
185
+ react_1.default.createElement("feOffset", { dy: ".5" }),
186
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".3" }),
187
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
188
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
189
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
190
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" }),
191
+ react_1.default.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" }),
192
+ react_1.default.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
193
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".503" }),
194
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
195
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
196
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8474" })),
197
+ react_1.default.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" },
198
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
199
+ react_1.default.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" }),
200
+ react_1.default.createElement("feOffset", { dy: "1" }),
201
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: "2" }),
202
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
203
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0" }),
204
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
205
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" })),
206
+ react_1.default.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" },
207
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
208
+ react_1.default.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" }),
209
+ react_1.default.createElement("feOffset", { dy: ".5" }),
210
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
211
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
212
+ react_1.default.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" }),
213
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
214
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" }),
215
+ react_1.default.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" }),
216
+ react_1.default.createElement("feOffset", { dx: ".8", dy: ".5" }),
217
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
218
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
219
+ react_1.default.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" }),
220
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8474" }),
221
+ react_1.default.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" }),
222
+ react_1.default.createElement("feOffset", { dx: "-.5", dy: "-1" }),
223
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
224
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
225
+ react_1.default.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" }),
226
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_99_8474", result: "effect3_innerShadow_99_8474" })),
227
+ react_1.default.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" },
228
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
229
+ react_1.default.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" }),
230
+ react_1.default.createElement("feOffset", { dy: ".5" }),
231
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
232
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
233
+ react_1.default.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" }),
234
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8474" }),
235
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8474", result: "shape" })),
236
+ react_1.default.createElement("clipPath", { id: "svg_da7eb68708__svg_bd81a74f6f__clip0_99_8474" },
237
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }))));
238
+ }
239
+ var Icon404ErrorLowSaturation = react_1.default.forwardRef(Icon404ErrorLowSaturationComponent);
240
+ exports.default = Icon404ErrorLowSaturation;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const Icon500ErrorLowSaturation: 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 Icon500ErrorLowSaturation;
@@ -0,0 +1,240 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function Icon500ErrorLowSaturationComponent(props, ref) {
51
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
52
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-500-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 }),
56
+ react_1.default.createElement("g", { clipPath: "url(#svg_0b11101354__svg_b907f35804__clip0_52_9152)" },
57
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }),
58
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter0_dii_52_9152)" },
59
+ react_1.default.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_0b11101354__svg_b907f35804__paint0_linear_52_9152)' })),
60
+ react_1.default.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_0b11101354__svg_b907f35804__paint1_linear_52_9152)' }),
61
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter1_di_52_9152)" },
62
+ react_1.default.createElement("circle", { cx: "19.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_0b11101354__svg_b907f35804__paint2_linear_52_9152)' })),
63
+ react_1.default.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_0b11101354__svg_b907f35804__paint3_linear_52_9152)' }),
64
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter2_di_52_9152)" },
65
+ react_1.default.createElement("circle", { cx: "30.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_0b11101354__svg_b907f35804__paint4_linear_52_9152)' })),
66
+ react_1.default.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_0b11101354__svg_b907f35804__paint5_linear_52_9152)' }),
67
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter3_di_52_9152)" },
68
+ react_1.default.createElement("circle", { cx: "41.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_0b11101354__svg_b907f35804__paint6_linear_52_9152)' })),
69
+ react_1.default.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_0b11101354__svg_b907f35804__paint7_linear_52_9152)' }),
70
+ react_1.default.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_0b11101354__svg_b907f35804__paint8_linear_52_9152)' }),
71
+ react_1.default.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_0b11101354__svg_b907f35804__paint9_linear_52_9152)' }),
72
+ react_1.default.createElement("path", { d: "M40.6318 51.1999C40.7975 51.1999 40.9318 51.3342 40.9318 51.4999V55.1669C40.9318 55.3326 40.7975 55.4669 40.6318 55.4669H31.5865C31.4233 55.4669 31.29 55.5973 31.2865 55.7605L31.1974 59.9205C31.1938 60.0886 31.3291 60.2269 31.4973 60.2269H33.9278C39.4698 60.2269 42.2578 63.4059 42.2578 67.3839 42.2578 72.5009 38.3818 75.4249 33.5708 75.4249 30.1187 75.4249 27.2764 74.1731 25.3091 72.0594 25.2094 71.9523 25.2059 71.7885 25.2975 71.6746L27.5038 68.9312C27.619 68.788 27.8345 68.7814 27.9663 68.9094 29.2938 70.1985 31.4754 71.1749 33.5368 71.1749 36.1888 71.1749 37.4978 69.6109 37.4978 67.7239 37.4978 65.9389 36.3758 64.3749 32.6528 64.3749H27.2977C27.1297 64.3749 26.9945 64.237 26.9978 64.0691L27.2411 51.4941C27.2443 51.3307 27.3777 51.1999 27.5411 51.1999H40.6318zM55.8241 50.7749C61.5021 50.7749 66.0921 55.3989 66.0921 63.0999 66.0921 70.8009 61.5021 75.4249 55.8241 75.4249 50.1291 75.4249 45.5731 70.8009 45.5731 63.0999 45.5731 55.3989 50.1291 50.7749 55.8241 50.7749zM55.8241 55.1779C52.7811 55.1779 50.3501 57.8979 50.3501 63.0999 50.3501 68.3019 52.7811 71.0219 55.8241 71.0219 58.8841 71.0219 61.2981 68.3019 61.2981 63.0999 61.2981 57.8979 58.8841 55.1779 55.8241 55.1779zM79.83 50.7749C85.508 50.7749 90.098 55.3989 90.098 63.0999 90.098 70.8009 85.508 75.4249 79.83 75.4249 74.135 75.4249 69.579 70.8009 69.579 63.0999 69.579 55.3989 74.135 50.7749 79.83 50.7749zM79.83 55.1779C76.787 55.1779 74.356 57.8979 74.356 63.0999 74.356 68.3019 76.787 71.0219 79.83 71.0219 82.89 71.0219 85.304 68.3019 85.304 63.0999 85.304 57.8979 82.89 55.1779 79.83 55.1779z", fill: useCurrentColor ? 'currentColor' : '#ABB2D0' }),
73
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.3128 51.5V55.167C41.3128 55.543 41.0079 55.8479 40.6319 55.8479H31.6657L31.58 59.846H33.9279C36.7714 59.846 38.9546 60.6627 40.4305 62.0347C41.9077 63.4081 42.6388 65.3036 42.6388 67.384C42.6388 70.0463 41.6268 72.1634 39.969 73.6103C38.3172 75.052 36.0512 75.8059 33.5709 75.8059C30.0223 75.8059 27.0758 74.5167 25.0303 72.319C24.7977 72.0691 24.7941 71.6928 25.0007 71.4359L27.207 68.6926C27.4719 68.3632 27.9495 68.3621 28.2317 68.6362C29.4924 69.8604 31.5803 70.794 33.5369 70.794C34.7874 70.794 35.676 70.4267 36.2493 69.8811C36.8224 69.3357 37.117 68.5779 37.117 67.724C37.117 66.915 36.8664 66.1986 36.2294 65.6741C35.5792 65.1388 34.4698 64.7559 32.6529 64.7559H27.2977C26.9165 64.7559 26.6096 64.4429 26.6169 64.0618L26.8603 51.4868C26.8675 51.1159 27.1702 50.819 27.5411 50.819H40.6319C41.0079 50.819 41.3128 51.1239 41.3128 51.5ZM63.3738 53.7985C65.3023 55.9984 66.473 59.1741 66.473 63.1C66.473 67.0258 65.3023 70.2015 63.3738 72.4014C61.4435 74.6034 58.7717 75.8059 55.8241 75.8059C52.8682 75.8059 50.2003 74.6035 48.2761 72.4009C46.354 70.2008 45.1922 67.0251 45.1922 63.1C45.1922 59.1748 46.354 55.9991 48.2761 53.799C50.2003 51.5964 52.8682 50.394 55.8241 50.394C58.7717 50.394 61.4435 51.5965 63.3738 53.7985ZM52.2518 57.4153C51.3264 58.6611 50.731 60.5537 50.731 63.1C50.731 65.6462 51.3264 67.5388 52.2518 68.7846C53.1707 70.0217 54.4276 70.641 55.8241 70.641C57.2296 70.641 58.4861 70.0213 59.4026 68.7849C60.3258 67.5393 60.9172 65.6467 60.9172 63.1C60.9172 60.5532 60.3258 58.6606 59.4026 57.415C58.4861 56.1786 57.2296 55.5589 55.8241 55.5589C54.4276 55.5589 53.1707 56.1782 52.2518 57.4153ZM87.3797 53.7985C89.3082 55.9984 90.4789 59.1741 90.4789 63.1C90.4789 67.0258 89.3082 70.2015 87.3797 72.4014C85.4493 74.6034 82.7775 75.8059 79.83 75.8059C76.8741 75.8059 74.2062 74.6035 72.282 72.4009C70.3599 70.2008 69.1981 67.0251 69.1981 63.1C69.1981 59.1748 70.3599 55.9991 72.282 53.799C74.2062 51.5964 76.8741 50.394 79.83 50.394C82.7775 50.394 85.4493 51.5965 87.3797 53.7985ZM76.2576 57.4153C75.3323 58.6611 74.7369 60.5537 74.7369 63.1C74.7369 65.6462 75.3323 67.5388 76.2576 68.7846C77.1766 70.0217 78.4334 70.641 79.83 70.641C81.2355 70.641 82.492 70.0213 83.4085 68.7849C84.3317 67.5393 84.9231 65.6467 84.9231 63.1C84.9231 60.5532 84.3317 58.6606 83.4085 57.415C82.492 56.1786 81.2355 55.5589 79.83 55.5589C78.4334 55.5589 77.1766 56.1782 76.2576 57.4153ZM55.8241 50.775C61.5021 50.775 66.0921 55.399 66.0921 63.1C66.0921 70.801 61.5021 75.425 55.8241 75.425C50.1291 75.425 45.5731 70.801 45.5731 63.1C45.5731 55.399 50.1291 50.775 55.8241 50.775ZM55.8241 55.178C52.7811 55.178 50.3501 57.898 50.3501 63.1C50.3501 68.302 52.7811 71.022 55.8241 71.022C58.8841 71.022 61.2981 68.302 61.2981 63.1C61.2981 57.898 58.8841 55.178 55.8241 55.178ZM40.6319 51.2C40.7976 51.2 40.9319 51.3343 40.9319 51.5V55.167C40.9319 55.3326 40.7976 55.467 40.6319 55.467H31.5865C31.4233 55.467 31.2901 55.5974 31.2866 55.7605L31.1974 59.9205C31.1938 60.0887 31.3292 60.227 31.4974 60.227H33.9279C39.4699 60.227 42.2579 63.406 42.2579 67.384C42.2579 72.501 38.3819 75.425 33.5709 75.425C30.1187 75.425 27.2764 74.1732 25.3091 72.0594C25.2094 71.9524 25.2059 71.7886 25.2976 71.6746L27.5038 68.9313C27.619 68.7881 27.8345 68.7814 27.9664 68.9095C29.2939 70.1986 31.4754 71.175 33.5369 71.175C36.1889 71.175 37.4979 69.611 37.4979 67.724C37.4979 65.939 36.3759 64.375 32.6529 64.375H27.2977C27.1298 64.375 26.9945 64.2371 26.9978 64.0691L27.2412 51.4941C27.2443 51.3308 27.3777 51.2 27.5411 51.2H40.6319ZM90.098 63.1C90.098 55.399 85.508 50.775 79.83 50.775C74.135 50.775 69.579 55.399 69.579 63.1C69.579 70.801 74.135 75.425 79.83 75.425C85.508 75.425 90.098 70.801 90.098 63.1ZM74.356 63.1C74.356 57.898 76.787 55.178 79.83 55.178C82.89 55.178 85.304 57.898 85.304 63.1C85.304 68.302 82.89 71.022 79.83 71.022C76.787 71.022 74.356 68.302 74.356 63.1Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_0b11101354__svg_b907f35804__paint10_linear_52_9152)' }),
74
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter4_d_52_9152)" },
75
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter5_dii_52_9152)" },
76
+ react_1.default.createElement("circle", { cx: "100", cy: "89", r: "16", transform: "rotate(6.375 100 89)", fill: useCurrentColor ? 'currentColor' : 'url(#svg_0b11101354__svg_b907f35804__paint11_linear_52_9152)' })),
77
+ react_1.default.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_0b11101354__svg_b907f35804__paint12_linear_52_9152)' })),
78
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter6_d_52_9152)" },
79
+ react_1.default.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_0b11101354__svg_b907f35804__paint13_linear_52_9152)' }),
80
+ react_1.default.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_0b11101354__svg_b907f35804__paint14_linear_52_9152)' }))),
81
+ react_1.default.createElement("defs", null,
82
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint0_linear_52_9152", x1: "89.954", y1: "21.354", x2: "36.877", y2: "122.171", gradientUnits: "userSpaceOnUse" },
83
+ react_1.default.createElement("stop", { stopColor: "#EBEBEC" }),
84
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#EDEDEE" })),
85
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint1_linear_52_9152", x1: "19.02", y1: "2.851", x2: "68.602", y2: "97.981", gradientUnits: "userSpaceOnUse" },
86
+ react_1.default.createElement("stop", { stopColor: "#E0DEDE" }),
87
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#E7E7E7" }),
88
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#D9D9D9" }),
89
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
90
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint2_linear_52_9152", x1: "17.75", y1: "20.875", x2: "26.761", y2: "26.79", gradientUnits: "userSpaceOnUse" },
91
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
92
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
93
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint3_linear_52_9152", x1: "16.709", y1: "19.504", x2: "20.55", y2: "26.509", gradientUnits: "userSpaceOnUse" },
94
+ react_1.default.createElement("stop", { stopColor: "#E3E3E3" }),
95
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
96
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint4_linear_52_9152", x1: "28.75", y1: "20.875", x2: "37.761", y2: "26.79", gradientUnits: "userSpaceOnUse" },
97
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
98
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
99
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint5_linear_52_9152", x1: "27.709", y1: "19.504", x2: "31.55", y2: "26.509", gradientUnits: "userSpaceOnUse" },
100
+ react_1.default.createElement("stop", { stopColor: "#E3E3E3" }),
101
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
102
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint6_linear_52_9152", x1: "39.75", y1: "20.875", x2: "48.761", y2: "26.79", gradientUnits: "userSpaceOnUse" },
103
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
104
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
105
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint7_linear_52_9152", x1: "38.709", y1: "19.504", x2: "42.55", y2: "26.509", gradientUnits: "userSpaceOnUse" },
106
+ react_1.default.createElement("stop", { stopColor: "#E3E3E3" }),
107
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
108
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint8_linear_52_9152", x1: "85.452", y1: "40.208", x2: "53.698", y2: "115.464", gradientUnits: "userSpaceOnUse" },
109
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
110
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#fff" })),
111
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint9_linear_52_9152", x1: "24.513", y1: "27.468", x2: "54.137", y2: "98.386", gradientUnits: "userSpaceOnUse" },
112
+ react_1.default.createElement("stop", { stopColor: "#E2E2E2" }),
113
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#EEE" }),
114
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#E3E3E3" }),
115
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
116
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint10_linear_52_9152", x1: "50.205", y1: "55.345", x2: "54.444", y2: "74.893", gradientUnits: "userSpaceOnUse" },
117
+ react_1.default.createElement("stop", { offset: ".01", stopColor: "#9DA6C7" }),
118
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#939BBC" })),
119
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint11_linear_52_9152", x1: "95.176", y1: "71.741", x2: "114.485", y2: "97.432", gradientUnits: "userSpaceOnUse" },
120
+ react_1.default.createElement("stop", { stopColor: "#6397FD" }),
121
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#216BFA" })),
122
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint12_linear_52_9152", x1: "96.869", y1: "81.819", x2: "107.307", y2: "101.074", gradientUnits: "userSpaceOnUse" },
123
+ react_1.default.createElement("stop", { stopColor: "#6C9EFF" }),
124
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#154CB7" })),
125
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint13_linear_52_9152", x1: "104.728", y1: "84.735", x2: "95.837", y2: "98.573", gradientUnits: "userSpaceOnUse" },
126
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
127
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#fff" })),
128
+ react_1.default.createElement("linearGradient", { id: "svg_0b11101354__svg_b907f35804__paint14_linear_52_9152", x1: "95.26", y1: "81.514", x2: "102.166", y2: "95.381", gradientUnits: "userSpaceOnUse" },
129
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
130
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#EAEAEA" })),
131
+ react_1.default.createElement("filter", { id: "svg_0b11101354__svg_b907f35804__filter0_dii_52_9152", x: "7.529", y: "12.529", width: "101.883", height: "91.355", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
132
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
133
+ react_1.default.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" }),
134
+ react_1.default.createElement("feOffset", { dx: ".471", dy: ".942" }),
135
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".471" }),
136
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
137
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
138
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
139
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" }),
140
+ react_1.default.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" }),
141
+ react_1.default.createElement("feOffset", { dx: "1.413", dy: "1.413" }),
142
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".471" }),
143
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
144
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
145
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9152" }),
146
+ react_1.default.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" }),
147
+ react_1.default.createElement("feOffset", { dx: "-1.413", dy: "-1.413" }),
148
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".236" }),
149
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
150
+ react_1.default.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" }),
151
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_52_9152", result: "effect3_innerShadow_52_9152" })),
152
+ react_1.default.createElement("filter", { id: "svg_0b11101354__svg_b907f35804__filter1_di_52_9152", x: "15.4", y: "19.9", width: "8.606", height: "8.2", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
153
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
154
+ react_1.default.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" }),
155
+ react_1.default.createElement("feOffset", { dy: ".5" }),
156
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".3" }),
157
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
158
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
159
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
160
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" }),
161
+ react_1.default.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" }),
162
+ react_1.default.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
163
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".503" }),
164
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
165
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
166
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9152" })),
167
+ react_1.default.createElement("filter", { id: "svg_0b11101354__svg_b907f35804__filter2_di_52_9152", x: "26.4", y: "19.9", width: "8.606", height: "8.2", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
168
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
169
+ react_1.default.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" }),
170
+ react_1.default.createElement("feOffset", { dy: ".5" }),
171
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".3" }),
172
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
173
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
174
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
175
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" }),
176
+ react_1.default.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" }),
177
+ react_1.default.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
178
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".503" }),
179
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
180
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
181
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9152" })),
182
+ react_1.default.createElement("filter", { id: "svg_0b11101354__svg_b907f35804__filter3_di_52_9152", x: "37.4", y: "19.9", width: "8.606", height: "8.2", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
183
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
184
+ react_1.default.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" }),
185
+ react_1.default.createElement("feOffset", { dy: ".5" }),
186
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".3" }),
187
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
188
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
189
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
190
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" }),
191
+ react_1.default.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" }),
192
+ react_1.default.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
193
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".503" }),
194
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
195
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
196
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9152" })),
197
+ react_1.default.createElement("filter", { id: "svg_0b11101354__svg_b907f35804__filter4_d_52_9152", x: "79.799", y: "69.798", width: "40.402", height: "40.403", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
198
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
199
+ react_1.default.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" }),
200
+ react_1.default.createElement("feOffset", { dy: "1" }),
201
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: "2" }),
202
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
203
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0" }),
204
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
205
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" })),
206
+ react_1.default.createElement("filter", { id: "svg_0b11101354__svg_b907f35804__filter5_dii_52_9152", x: "83.199", y: "72.198", width: "33.603", height: "34.003", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
207
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
208
+ react_1.default.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" }),
209
+ react_1.default.createElement("feOffset", { dy: ".4" }),
210
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".4" }),
211
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
212
+ react_1.default.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" }),
213
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
214
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" }),
215
+ react_1.default.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" }),
216
+ react_1.default.createElement("feOffset", { dx: ".8", dy: ".5" }),
217
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".4" }),
218
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
219
+ react_1.default.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" }),
220
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9152" }),
221
+ react_1.default.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" }),
222
+ react_1.default.createElement("feOffset", { dx: "-.4", dy: "-.8" }),
223
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".4" }),
224
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
225
+ react_1.default.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" }),
226
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_52_9152", result: "effect3_innerShadow_52_9152" })),
227
+ react_1.default.createElement("filter", { id: "svg_0b11101354__svg_b907f35804__filter6_d_52_9152", x: "92.763", y: "82.512", width: "14.755", height: "15.145", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
228
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
229
+ react_1.default.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" }),
230
+ react_1.default.createElement("feOffset", { dy: ".5" }),
231
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
232
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
233
+ react_1.default.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" }),
234
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
235
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" })),
236
+ react_1.default.createElement("clipPath", { id: "svg_0b11101354__svg_b907f35804__clip0_52_9152" },
237
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }))));
238
+ }
239
+ var Icon500ErrorLowSaturation = react_1.default.forwardRef(Icon500ErrorLowSaturationComponent);
240
+ exports.default = Icon500ErrorLowSaturation;