@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,250 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ var desc = Object.getOwnPropertyDescriptor(m, k);
15
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
16
+ desc = { enumerable: true, get: function() { return m[k]; } };
17
+ }
18
+ Object.defineProperty(o, k2, desc);
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
46
+ (function (factory) {
47
+ if (typeof module === "object" && typeof module.exports === "object") {
48
+ var v = factory(require, exports);
49
+ if (v !== undefined) module.exports = v;
50
+ }
51
+ else if (typeof define === "function" && define.amd) {
52
+ define(["require", "exports", "react", "../context"], factory);
53
+ }
54
+ })(function (require, exports) {
55
+ "use strict";
56
+ Object.defineProperty(exports, "__esModule", { value: true });
57
+ var react_1 = __importStar(require("react"));
58
+ var context_1 = require("../context");
59
+ function Icon500ErrorLowSaturationComponent(props, ref) {
60
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
61
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
62
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-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 }),
65
+ react_1.default.createElement("g", { clipPath: "url(#svg_0b11101354__svg_b907f35804__clip0_52_9152)" },
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }),
67
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter0_dii_52_9152)" },
68
+ 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)' })),
69
+ 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)' }),
70
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter1_di_52_9152)" },
71
+ 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)' })),
72
+ 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)' }),
73
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter2_di_52_9152)" },
74
+ 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)' })),
75
+ 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)' }),
76
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter3_di_52_9152)" },
77
+ 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)' })),
78
+ 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)' }),
79
+ 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)' }),
80
+ 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)' }),
81
+ 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' }),
82
+ 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)' }),
83
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter4_d_52_9152)" },
84
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter5_dii_52_9152)" },
85
+ 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)' })),
86
+ 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)' })),
87
+ react_1.default.createElement("g", { filter: "url(#svg_0b11101354__svg_b907f35804__filter6_d_52_9152)" },
88
+ 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)' }),
89
+ 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)' }))),
90
+ react_1.default.createElement("defs", null,
91
+ 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" },
92
+ react_1.default.createElement("stop", { stopColor: "#EBEBEC" }),
93
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#EDEDEE" })),
94
+ 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" },
95
+ react_1.default.createElement("stop", { stopColor: "#E0DEDE" }),
96
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#E7E7E7" }),
97
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#D9D9D9" }),
98
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
99
+ 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" },
100
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
101
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
102
+ 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" },
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_0b11101354__svg_b907f35804__paint4_linear_52_9152", x1: "28.75", y1: "20.875", x2: "37.761", y2: "26.79", gradientUnits: "userSpaceOnUse" },
106
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
107
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
108
+ 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" },
109
+ react_1.default.createElement("stop", { stopColor: "#E3E3E3" }),
110
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
111
+ 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" },
112
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
113
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F3F3F3" })),
114
+ 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" },
115
+ react_1.default.createElement("stop", { stopColor: "#E3E3E3" }),
116
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#B4B4B4" })),
117
+ 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" },
118
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
119
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#fff" })),
120
+ 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" },
121
+ react_1.default.createElement("stop", { stopColor: "#E2E2E2" }),
122
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#EEE" }),
123
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#E3E3E3" }),
124
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
125
+ 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" },
126
+ react_1.default.createElement("stop", { offset: ".01", stopColor: "#9DA6C7" }),
127
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#939BBC" })),
128
+ 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" },
129
+ react_1.default.createElement("stop", { stopColor: "#6397FD" }),
130
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#216BFA" })),
131
+ 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" },
132
+ react_1.default.createElement("stop", { stopColor: "#6C9EFF" }),
133
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#154CB7" })),
134
+ 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" },
135
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
136
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#fff" })),
137
+ 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" },
138
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
139
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#EAEAEA" })),
140
+ 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" },
141
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
142
+ 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" }),
143
+ react_1.default.createElement("feOffset", { dx: ".471", dy: ".942" }),
144
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".471" }),
145
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
146
+ 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" }),
147
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
148
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" }),
149
+ 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" }),
150
+ react_1.default.createElement("feOffset", { dx: "1.413", dy: "1.413" }),
151
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".471" }),
152
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
153
+ 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" }),
154
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9152" }),
155
+ 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" }),
156
+ react_1.default.createElement("feOffset", { dx: "-1.413", dy: "-1.413" }),
157
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".236" }),
158
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
159
+ 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" }),
160
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_52_9152", result: "effect3_innerShadow_52_9152" })),
161
+ 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" },
162
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
163
+ 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" }),
164
+ react_1.default.createElement("feOffset", { dy: ".5" }),
165
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".3" }),
166
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
167
+ 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" }),
168
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
169
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" }),
170
+ 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" }),
171
+ react_1.default.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
172
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".503" }),
173
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
174
+ 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" }),
175
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9152" })),
176
+ 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" },
177
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
178
+ 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" }),
179
+ react_1.default.createElement("feOffset", { dy: ".5" }),
180
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".3" }),
181
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
182
+ 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" }),
183
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
184
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" }),
185
+ 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" }),
186
+ react_1.default.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
187
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".503" }),
188
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
189
+ 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" }),
190
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9152" })),
191
+ 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" },
192
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
193
+ 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" }),
194
+ react_1.default.createElement("feOffset", { dy: ".5" }),
195
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".3" }),
196
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
197
+ 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" }),
198
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
199
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" }),
200
+ 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" }),
201
+ react_1.default.createElement("feOffset", { dx: "1.51", dy: "1.51" }),
202
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".503" }),
203
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
204
+ 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" }),
205
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9152" })),
206
+ 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" },
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: "1" }),
210
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: "2" }),
211
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
212
+ 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" }),
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("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" },
216
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
217
+ 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" }),
218
+ react_1.default.createElement("feOffset", { dy: ".4" }),
219
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".4" }),
220
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
221
+ 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" }),
222
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
223
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" }),
224
+ 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" }),
225
+ react_1.default.createElement("feOffset", { dx: ".8", dy: ".5" }),
226
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".4" }),
227
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
228
+ 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" }),
229
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_9152" }),
230
+ 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" }),
231
+ react_1.default.createElement("feOffset", { dx: "-.4", dy: "-.8" }),
232
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".4" }),
233
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
234
+ 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" }),
235
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_52_9152", result: "effect3_innerShadow_52_9152" })),
236
+ 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" },
237
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
238
+ 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" }),
239
+ react_1.default.createElement("feOffset", { dy: ".5" }),
240
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
241
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
242
+ 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" }),
243
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_9152" }),
244
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_9152", result: "shape" })),
245
+ react_1.default.createElement("clipPath", { id: "svg_0b11101354__svg_b907f35804__clip0_52_9152" },
246
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M0 0H120V120H0z" }))));
247
+ }
248
+ var Icon500ErrorLowSaturation = react_1.default.forwardRef(Icon500ErrorLowSaturationComponent);
249
+ exports.default = Icon500ErrorLowSaturation;
250
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconErrorTypeSimplified: 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 IconErrorTypeSimplified;
@@ -0,0 +1,150 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ var desc = Object.getOwnPropertyDescriptor(m, k);
15
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
16
+ desc = { enumerable: true, get: function() { return m[k]; } };
17
+ }
18
+ Object.defineProperty(o, k2, desc);
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
46
+ (function (factory) {
47
+ if (typeof module === "object" && typeof module.exports === "object") {
48
+ var v = factory(require, exports);
49
+ if (v !== undefined) module.exports = v;
50
+ }
51
+ else if (typeof define === "function" && define.amd) {
52
+ define(["require", "exports", "react", "../context"], factory);
53
+ }
54
+ })(function (require, exports) {
55
+ "use strict";
56
+ Object.defineProperty(exports, "__esModule", { value: true });
57
+ var react_1 = __importStar(require("react"));
58
+ var context_1 = require("../context");
59
+ function IconErrorTypeSimplifiedComponent(props, ref) {
60
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
61
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
62
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-error-type-simplified").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 }),
65
+ react_1.default.createElement("g", { filter: "url(#svg_2ebc4e7147__svg_6a81c10ded__filter0_dii_54_13384)" },
66
+ react_1.default.createElement("path", { d: "M10.2086 94.5473L53.1279 22.5311C56.2304 17.3252 63.7696 17.3252 66.8721 22.5311L109.791 94.5473C112.969 99.8799 109.127 106.643 102.919 106.643H17.0807C10.873 106.643 7.03053 99.8799 10.2086 94.5473Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_2ebc4e7147__svg_6a81c10ded__paint0_linear_54_13384)' })),
67
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M53.6432 22.8381L10.7239 94.8543C7.78423 99.7869 11.3385 106.043 17.0806 106.043H102.919C108.661 106.043 112.216 99.7869 109.276 94.8543L66.3567 22.8381C63.4868 18.0226 56.5131 18.0226 53.6432 22.8381ZM53.1278 22.5309L10.2085 94.5471C7.03047 99.8797 10.8729 106.643 17.0806 106.643H102.919C109.127 106.643 112.969 99.8797 109.791 94.5471L66.8721 22.5309C63.7695 17.325 56.2304 17.325 53.1278 22.5309Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_2ebc4e7147__svg_6a81c10ded__paint1_linear_54_13384)' }),
68
+ react_1.default.createElement("path", { d: "M20.3311 90.9539L54.9229 32.2556C57.2465 28.3127 62.9517 28.3185 65.2674 32.2661L99.6996 90.9643C102.046 94.9642 99.1615 100 94.5243 100H25.5003C20.8576 100 17.974 94.9537 20.3311 90.9539Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_2ebc4e7147__svg_6a81c10ded__paint2_linear_54_13384)' }),
69
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M55.4432 32.562L20.8514 91.2603C18.7315 94.8576 21.3249 99.3962 25.5003 99.3962H94.5244C98.6949 99.3962 101.289 94.8671 99.1789 91.2697L64.7466 32.5715C62.664 29.0211 57.533 29.0159 55.4432 32.562ZM54.923 32.2555L20.3312 90.9538C17.974 94.9535 20.8577 100 25.5003 100H94.5244C99.1616 100 102.046 94.9641 99.6997 90.9642L65.2674 32.2659C62.9518 28.3183 57.2466 28.3126 54.923 32.2555Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_2ebc4e7147__svg_6a81c10ded__paint3_linear_54_13384)' }),
70
+ react_1.default.createElement("g", { filter: "url(#svg_2ebc4e7147__svg_6a81c10ded__filter1_dii_54_13384)" },
71
+ react_1.default.createElement("path", { d: "M58.8613 76.9388L55.4027 52.2371C55.1564 50.4776 55.9358 48.7319 57.4103 47.7408C58.9763 46.6881 61.0237 46.6881 62.5897 47.7408C64.0641 48.7319 64.8436 50.4776 64.5972 52.2371L61.1386 76.9388C61.0591 77.5067 60.5734 77.9291 60 77.9291C59.4266 77.9291 58.9408 77.5067 58.8613 76.9388Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_2ebc4e7147__svg_6a81c10ded__paint4_linear_54_13384)' }),
72
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M62.4499 47.9482C60.9682 46.9522 59.0311 46.9522 57.5494 47.9482C56.1544 48.8859 55.4169 50.5376 55.65 52.2023L59.1086 76.904C59.1708 77.3484 59.5509 77.679 59.9997 77.679C60.4484 77.679 60.8285 77.3484 60.8907 76.904L64.3493 52.2023C64.5824 50.5376 63.8449 48.8859 62.4499 47.9482ZM57.2705 47.5332C58.9208 46.4238 61.0785 46.4238 62.7288 47.5332C64.2827 48.5777 65.1041 50.4174 64.8445 52.2716L61.3859 76.9734C61.2891 77.6647 60.6977 78.179 59.9997 78.179C59.3016 78.179 58.7102 77.6647 58.6134 76.9734L55.1548 52.2716C54.8952 50.4174 55.7166 48.5777 57.2705 47.5332Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_2ebc4e7147__svg_6a81c10ded__paint5_linear_54_13384)' }),
73
+ react_1.default.createElement("ellipse", { cx: "60", cy: "87.754", rx: "5", ry: "4.912", fill: useCurrentColor ? 'currentColor' : 'url(#svg_2ebc4e7147__svg_6a81c10ded__paint6_linear_54_13384)' }),
74
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M60 83.0923C57.3724 83.0923 55.25 85.1838 55.25 87.7545C55.25 90.3252 57.3724 92.4166 60 92.4166C62.6275 92.4166 64.7499 90.3252 64.7499 87.7545C64.7499 85.1838 62.6275 83.0923 60 83.0923ZM54.75 87.7545C54.75 84.8993 57.1047 82.5923 60 82.5923C62.8952 82.5923 65.2499 84.8993 65.2499 87.7545C65.2499 90.6096 62.8952 92.9166 60 92.9166C57.1047 92.9166 54.75 90.6096 54.75 87.7545Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_2ebc4e7147__svg_6a81c10ded__paint7_linear_54_13384)' })),
75
+ react_1.default.createElement("defs", null,
76
+ react_1.default.createElement("linearGradient", { id: "svg_2ebc4e7147__svg_6a81c10ded__paint0_linear_54_13384", x1: "96.428", y1: "24.481", x2: "45.894", y2: "131.886", gradientUnits: "userSpaceOnUse" },
77
+ react_1.default.createElement("stop", { stopColor: "#EBEBEC" }),
78
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#EDEDEE" })),
79
+ react_1.default.createElement("linearGradient", { id: "svg_2ebc4e7147__svg_6a81c10ded__paint1_linear_54_13384", x1: "15.563", y1: "5.63", x2: "62.736", y2: "106.904", gradientUnits: "userSpaceOnUse" },
80
+ react_1.default.createElement("stop", { stopColor: "#E0DEDE" }),
81
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#E7E7E7" }),
82
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#D9D9D9" }),
83
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
84
+ react_1.default.createElement("linearGradient", { id: "svg_2ebc4e7147__svg_6a81c10ded__paint2_linear_54_13384", x1: "89.412", y1: "33.279", x2: "48.546", y2: "120.053", gradientUnits: "userSpaceOnUse" },
85
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
86
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#fff" })),
87
+ react_1.default.createElement("linearGradient", { id: "svg_2ebc4e7147__svg_6a81c10ded__paint3_linear_54_13384", x1: "24.121", y1: "18.044", x2: "62.27", y2: "99.865", gradientUnits: "userSpaceOnUse" },
88
+ react_1.default.createElement("stop", { stopColor: "#E2E2E2" }),
89
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#EEE" }),
90
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#E3E3E3" }),
91
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
92
+ react_1.default.createElement("linearGradient", { id: "svg_2ebc4e7147__svg_6a81c10ded__paint4_linear_54_13384", x1: "58.492", y1: "48.387", x2: "72.204", y2: "54.805", gradientUnits: "userSpaceOnUse" },
93
+ react_1.default.createElement("stop", { stopColor: "#A8AEC7" }),
94
+ react_1.default.createElement("stop", { offset: ".44", stopColor: "#99A1BF" }),
95
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#7781A6" })),
96
+ react_1.default.createElement("linearGradient", { id: "svg_2ebc4e7147__svg_6a81c10ded__paint5_linear_54_13384", x1: "58.778", y1: "57.686", x2: "68.321", y2: "62.511", gradientUnits: "userSpaceOnUse" },
97
+ react_1.default.createElement("stop", { stopColor: "#818AB7" }),
98
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#49547D" })),
99
+ react_1.default.createElement("linearGradient", { id: "svg_2ebc4e7147__svg_6a81c10ded__paint6_linear_54_13384", x1: "58.492", y1: "83.577", x2: "63.536", y2: "91.249", gradientUnits: "userSpaceOnUse" },
100
+ react_1.default.createElement("stop", { stopColor: "#A8AEC7" }),
101
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#8992B5" })),
102
+ react_1.default.createElement("linearGradient", { id: "svg_2ebc4e7147__svg_6a81c10ded__paint7_linear_54_13384", x1: "58.779", y1: "86.438", x2: "62.017", y2: "91.76", gradientUnits: "userSpaceOnUse" },
103
+ react_1.default.createElement("stop", { stopColor: "#7B819D" }),
104
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#3D486B" })),
105
+ react_1.default.createElement("filter", { id: "svg_2ebc4e7147__svg_6a81c10ded__filter0_dii_54_13384", x: "8.536", y: "18.094", width: "103.993", height: "90.679", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
106
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
107
+ 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" }),
108
+ react_1.default.createElement("feOffset", { dx: ".532", dy: "1.065" }),
109
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".532" }),
110
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
111
+ 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" }),
112
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_54_13384" }),
113
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_54_13384", result: "shape" }),
114
+ 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" }),
115
+ react_1.default.createElement("feOffset", { dx: "1.597", dy: "1.597" }),
116
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".532" }),
117
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
118
+ 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" }),
119
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_54_13384" }),
120
+ 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" }),
121
+ react_1.default.createElement("feOffset", { dx: "-1.597", dy: "-1.597" }),
122
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".266" }),
123
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
124
+ 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" }),
125
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_54_13384", result: "effect3_innerShadow_54_13384" })),
126
+ react_1.default.createElement("filter", { id: "svg_2ebc4e7147__svg_6a81c10ded__filter1_dii_54_13384", x: "53.75", y: "45.701", width: "12.5", height: "48.715", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
127
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
128
+ 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" }),
129
+ react_1.default.createElement("feOffset", { dy: ".5" }),
130
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
131
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
132
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.9375 0 0 0 0 0.950893 0 0 0 0 1 0 0 0 1 0" }),
133
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_54_13384" }),
134
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_54_13384", result: "shape" }),
135
+ 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" }),
136
+ react_1.default.createElement("feOffset", { dx: ".5" }),
137
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
138
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
139
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.868177 0 0 0 0 0.891503 0 0 0 0 0.9875 0 0 0 1 0" }),
140
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_54_13384" }),
141
+ 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" }),
142
+ react_1.default.createElement("feOffset", { dx: "-.5", dy: "-1" }),
143
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
144
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
145
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.367431 0 0 0 0 0.416374 0 0 0 0 0.595833 0 0 0 1 0" }),
146
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_54_13384", result: "effect3_innerShadow_54_13384" }))));
147
+ }
148
+ var IconErrorTypeSimplified = react_1.default.forwardRef(IconErrorTypeSimplifiedComponent);
149
+ exports.default = IconErrorTypeSimplified;
150
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconNetWorkErrorSimplified: 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 IconNetWorkErrorSimplified;