@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 Icon404ErrorHighSaturationComponent(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-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 }),
56
+ react_1.default.createElement("g", { clipPath: "url(#svg_91d72d46aa__svg_43acf4173d__clip0_52_9443)" },
57
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }),
58
+ react_1.default.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter0_dii_52_9443)" },
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_91d72d46aa__svg_43acf4173d__paint0_linear_52_9443)' })),
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_91d72d46aa__svg_43acf4173d__paint1_linear_52_9443)' }),
61
+ react_1.default.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter1_di_52_9443)" },
62
+ react_1.default.createElement("circle", { cx: "19.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint2_linear_52_9443)' })),
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_91d72d46aa__svg_43acf4173d__paint3_linear_52_9443)' }),
64
+ react_1.default.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter2_di_52_9443)" },
65
+ react_1.default.createElement("circle", { cx: "30.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint4_linear_52_9443)' })),
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_91d72d46aa__svg_43acf4173d__paint5_linear_52_9443)' }),
67
+ react_1.default.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter3_di_52_9443)" },
68
+ react_1.default.createElement("circle", { cx: "41.5", cy: "23.5", r: "3.5", fill: useCurrentColor ? 'currentColor' : 'url(#svg_91d72d46aa__svg_43acf4173d__paint6_linear_52_9443)' })),
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_91d72d46aa__svg_43acf4173d__paint7_linear_52_9443)' }),
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_91d72d46aa__svg_43acf4173d__paint8_linear_52_9443)' }),
71
+ react_1.default.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' }),
72
+ react_1.default.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)' }),
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_91d72d46aa__svg_43acf4173d__paint10_linear_52_9443)' }),
74
+ react_1.default.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter4_d_52_9443)" },
75
+ react_1.default.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter5_dii_52_9443)" },
76
+ react_1.default.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)' })),
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_91d72d46aa__svg_43acf4173d__paint12_linear_52_9443)' })),
78
+ react_1.default.createElement("g", { filter: "url(#svg_91d72d46aa__svg_43acf4173d__filter6_d_52_9443)" },
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_91d72d46aa__svg_43acf4173d__paint13_linear_52_9443)' }),
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_91d72d46aa__svg_43acf4173d__paint14_linear_52_9443)' }))),
81
+ react_1.default.createElement("defs", null,
82
+ react_1.default.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" },
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_91d72d46aa__svg_43acf4173d__paint1_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint2_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint3_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint4_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint5_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint6_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint7_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint8_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint9_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint10_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint11_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint12_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint13_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__paint14_linear_52_9443", 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_91d72d46aa__svg_43acf4173d__filter0_dii_52_9443", 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_9443" }),
139
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", 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_9443" }),
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_9443", result: "effect3_innerShadow_52_9443" })),
152
+ react_1.default.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" },
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_9443" }),
160
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", 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_9443" })),
167
+ react_1.default.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" },
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_9443" }),
175
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", 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_9443" })),
182
+ react_1.default.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" },
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_9443" }),
190
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", 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_9443" })),
197
+ react_1.default.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" },
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_9443" }),
205
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", result: "shape" })),
206
+ react_1.default.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" },
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_9443" }),
214
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", 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_9443" }),
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_9443", result: "effect3_innerShadow_52_9443" })),
227
+ react_1.default.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" },
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_9443" }),
235
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9443", result: "shape" })),
236
+ react_1.default.createElement("clipPath", { id: "svg_91d72d46aa__svg_43acf4173d__clip0_52_9443" },
237
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }))));
238
+ }
239
+ var Icon404ErrorHighSaturation = react_1.default.forwardRef(Icon404ErrorHighSaturationComponent);
240
+ exports.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;