@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,230 @@
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 IconNetworkErrorLowSaturationComponent(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-network-error-low-saturation").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 122 120", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
+ react_1.default.createElement("g", { filter: "url(#svg_9aa7953f82__svg_7dd4601acf__filter0_dii_121_7839)" },
66
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M100.285 54.4863C101.46 55.8987 103.606 56.0888 104.918 54.8031L111.367 48.4869C112.378 47.4969 112.568 45.9301 111.754 44.7729C100.914 29.3662 80.6482 19 57.4367 19C34.4384 19 14.3321 29.1767 3.42075 44.3499C2.56905 45.5343 2.78318 47.1565 3.85586 48.1452L10.1942 53.9873C11.5063 55.1966 13.5725 54.9948 14.7299 53.6366C24.5079 42.1634 39.9221 34.7626 57.263 34.7626C74.7995 34.7626 90.5057 42.7341 100.285 54.4863Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint0_linear_121_7839)' })),
67
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M104.499 54.3745L110.948 48.0582C111.761 47.2611 111.898 46.0201 111.263 45.1182C100.55 29.891 80.4787 19.6 57.437 19.6C34.6071 19.6 14.693 29.7028 3.90811 44.7002C3.24456 45.6229 3.39885 46.9078 4.26274 47.704L10.601 53.5461C11.6432 54.5066 13.3193 54.3671 14.2735 53.2475C24.1693 41.636 39.7527 34.1626 57.2632 34.1626C74.9799 34.1626 90.8544 42.2148 100.746 54.1026C101.715 55.2673 103.456 55.3955 104.499 54.3745ZM104.919 54.8031C103.606 56.0888 101.46 55.8987 100.285 54.4863C90.5059 42.7341 74.7997 34.7626 57.2632 34.7626C39.9224 34.7626 24.5081 42.1634 14.7302 53.6366C13.5727 54.9948 11.5065 55.1966 10.1944 53.9873L3.85609 48.1452C2.78342 47.1565 2.56928 45.5343 3.42099 44.3499C14.3323 29.1767 34.4386 19 57.437 19C80.6484 19 100.914 29.3662 111.754 44.7729C112.568 45.9301 112.378 47.4969 111.367 48.4869L104.919 54.8031Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint1_linear_121_7839)' }),
68
+ react_1.default.createElement("g", { filter: "url(#svg_9aa7953f82__svg_7dd4601acf__filter1_dii_121_7839)" },
69
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M82.5129 73.505C83.793 74.7043 85.8225 74.7493 87.0325 73.4794L92.5579 67.6803C93.5071 66.684 93.6689 65.1599 92.8479 64.0555C85.7789 54.5466 73.4778 49.3105 58.7184 49.3105C44.1338 49.3105 31.4507 55.2005 24.2693 64.6152C23.3894 65.7689 23.6 67.386 24.6601 68.3767L30.3859 73.7283C31.6216 74.8832 33.559 74.7775 34.7927 73.6204C40.9571 67.8386 49.4322 64.4015 59.0361 64.4015C68.5113 64.4015 76.4657 67.8396 82.5129 73.505Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint2_linear_121_7839)' })),
70
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M86.598 73.0655L92.1234 67.2664C92.8906 66.4612 92.9966 65.2615 92.3662 64.4135C85.4403 55.097 73.3442 49.9105 58.7183 49.9105C44.2865 49.9105 31.7949 55.7385 24.7463 64.9791C24.071 65.8645 24.2127 67.1374 25.0697 67.9384L30.7955 73.2899C31.7745 74.205 33.3523 74.1487 34.3821 73.1828C40.6625 67.2922 49.2862 63.8015 59.0359 63.8015C68.6664 63.8015 76.7667 67.2995 82.923 73.0672C83.9888 74.0658 85.6392 74.0718 86.598 73.0655ZM87.0324 73.4794C85.8224 74.7493 83.7929 74.7043 82.5128 73.505C76.4656 67.8396 68.5112 64.4015 59.0359 64.4015C49.4321 64.4015 40.957 67.8386 34.7925 73.6204C33.5589 74.7775 31.6215 74.8832 30.3858 73.7283L24.66 68.3767C23.5999 67.386 23.3892 65.7689 24.2692 64.6152C31.4506 55.2005 44.1336 49.3105 58.7183 49.3105C73.4777 49.3105 85.7788 54.5466 92.8477 64.0555C93.6687 65.1599 93.507 66.684 92.5578 67.6803L87.0324 73.4794Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint3_linear_121_7839)' }),
71
+ react_1.default.createElement("g", { filter: "url(#svg_9aa7953f82__svg_7dd4601acf__filter2_dii_121_7839)" },
72
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M57.0139 99.011C58.1854 100.12 60.0242 100.104 61.1764 98.9752L73.6501 86.7504C74.7934 85.6299 74.8705 83.7862 73.6442 82.7572C69.8279 79.5547 64.9138 77.9619 59.1124 77.9619C53.2777 77.9619 48.2185 79.7544 44.3575 83.0472C43.1288 84.0952 43.2258 85.9558 44.3985 87.0662L57.0139 99.011Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint4_linear_121_7839)' })),
73
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.1124 78.2119C53.3302 78.2119 48.3304 79.9875 44.5197 83.2374C43.4223 84.1734 43.4872 85.8591 44.5703 86.8846L57.1858 98.8295C58.2596 99.8462 59.9452 99.8317 61.0014 98.7966L73.4751 86.5718C74.5313 85.5366 74.5778 83.867 73.4835 82.9487C69.7204 79.7909 64.8667 78.2119 59.1124 78.2119ZM44.1953 82.857C48.1064 79.5214 53.2251 77.7119 59.1124 77.7119C64.9608 77.7119 69.9353 79.3185 73.8049 82.5657C75.1631 83.7054 75.0554 85.7231 73.825 86.9289L61.3513 99.1537C60.1032 100.377 58.1111 100.394 56.842 99.1925L44.2266 87.2477C42.9643 86.0525 42.8351 84.017 44.1953 82.857Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint5_linear_121_7839)' }),
74
+ react_1.default.createElement("g", { filter: "url(#svg_9aa7953f82__svg_7dd4601acf__filter3_d_121_7839)" },
75
+ react_1.default.createElement("g", { filter: "url(#svg_9aa7953f82__svg_7dd4601acf__filter4_dii_121_7839)" },
76
+ react_1.default.createElement("circle", { cx: "101.678", cy: "40.678", r: "16", transform: "rotate(6.375 101.678 40.678)", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint6_linear_121_7839)' })),
77
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M103.427 25.0249C94.7823 24.0591 86.9914 30.284 86.0255 38.9287C85.0596 47.5734 91.2846 55.3643 99.9293 56.3301C108.574 57.296 116.365 51.0711 117.331 42.4264C118.297 33.7817 112.072 25.9908 103.427 25.0249ZM85.5286 38.8731C86.5252 29.954 94.5634 23.5315 103.483 24.528C112.402 25.5246 118.824 33.5628 117.828 42.4819C116.831 51.4011 108.793 57.8236 99.8737 56.827C90.9546 55.8305 84.5321 47.7923 85.5286 38.8731Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint7_linear_121_7839)' })),
78
+ react_1.default.createElement("g", { filter: "url(#svg_9aa7953f82__svg_7dd4601acf__filter5_d_121_7839)" },
79
+ react_1.default.createElement("path", { d: "M101.109 43.7581L101.866 32.7392C101.92 31.9544 102.417 31.2692 103.146 30.9743C103.921 30.6612 104.808 30.8481 105.39 31.4472C105.939 32.0113 106.117 32.8389 105.85 33.5788L102.096 43.966C102.009 44.2048 101.76 44.3435 101.512 44.2912C101.263 44.2388 101.092 44.0114 101.109 43.7581Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint8_linear_121_7839)' }),
80
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M102.133 32.7575L101.376 43.7764C101.368 43.8967 101.449 44.0047 101.567 44.0295C101.685 44.0544 101.803 43.9885 101.844 43.8751L105.598 33.4878C105.831 32.8442 105.676 32.1243 105.199 31.6336C104.692 31.1124 103.92 30.9498 103.247 31.2222C102.612 31.4787 102.18 32.0748 102.133 32.7575ZM101.866 32.7392L101.109 43.7581C101.092 44.0114 101.264 44.2388 101.512 44.2911C101.761 44.3435 102.01 44.2048 102.096 43.966L105.85 33.5787C106.117 32.8389 105.939 32.0113 105.391 31.4472C104.808 30.8481 103.921 30.6612 103.146 30.9743C102.417 31.2691 101.92 31.9544 101.866 32.7392Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint9_linear_121_7839)' }),
81
+ react_1.default.createElement("ellipse", { cx: "100.615", cy: "48.548", rx: "2.214", ry: "2.175", transform: "rotate(11.9 100.615 48.548)", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint10_linear_121_7839)' }),
82
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M100.221 50.4151C101.277 50.6377 102.303 49.9763 102.519 48.9497C102.736 47.923 102.064 46.9041 101.008 46.6815C99.9514 46.4589 98.9259 47.1203 98.7096 48.1469C98.4933 49.1736 99.1647 50.1925 100.221 50.4151ZM100.166 50.6767C101.362 50.9288 102.533 50.1803 102.781 49.0048C103.029 47.8293 102.259 46.672 101.063 46.4199C99.8664 46.1678 98.6957 46.9163 98.448 48.0918C98.2003 49.2673 98.9694 50.4246 100.166 50.6767Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_9aa7953f82__svg_7dd4601acf__paint11_linear_121_7839)' })),
83
+ react_1.default.createElement("defs", null,
84
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint0_linear_121_7839", x1: "93.052", y1: "22.975", x2: "82.461", y2: "75.562", gradientUnits: "userSpaceOnUse" },
85
+ react_1.default.createElement("stop", { stopColor: "#EBEBEC" }),
86
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#EDEDEE" })),
87
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint1_linear_121_7839", x1: "14.244", y1: "15.112", x2: "24.101", y2: "64.557", gradientUnits: "userSpaceOnUse" },
88
+ react_1.default.createElement("stop", { offset: ".183", stopColor: "#EEE" }),
89
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#B9B9B9" }),
90
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#858585" })),
91
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint2_linear_121_7839", x1: "81.299", y1: "52.068", x2: "73.417", y2: "88.305", gradientUnits: "userSpaceOnUse" },
92
+ react_1.default.createElement("stop", { stopColor: "#DCDCE0" }),
93
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#E5E5E7" })),
94
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint3_linear_121_7839", x1: "59", y1: "49", x2: "60.426", y2: "70.07", gradientUnits: "userSpaceOnUse" },
95
+ react_1.default.createElement("stop", { offset: ".183", stopColor: "#D9D9D9" }),
96
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#BDBDBD" })),
97
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint4_linear_121_7839", x1: "53.96", y1: "77.056", x2: "65.786", y2: "99.866", gradientUnits: "userSpaceOnUse" },
98
+ react_1.default.createElement("stop", { stopColor: "#C7CCE2" }),
99
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#B5B8C1" })),
100
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint5_linear_121_7839", x1: "54.915", y1: "84.593", x2: "60.563", y2: "100.219", gradientUnits: "userSpaceOnUse" },
101
+ react_1.default.createElement("stop", { offset: ".181", stopColor: "#B7BDD7" }),
102
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#6A7292" })),
103
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint6_linear_121_7839", x1: "96.854", y1: "23.419", x2: "116.163", y2: "49.11", gradientUnits: "userSpaceOnUse" },
104
+ react_1.default.createElement("stop", { stopColor: "#ACB2CF" }),
105
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#7E89B1" })),
106
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint7_linear_121_7839", x1: "98.547", y1: "33.496", x2: "106.436", y2: "53.755", gradientUnits: "userSpaceOnUse" },
107
+ react_1.default.createElement("stop", { offset: ".181", stopColor: "#BAC0DB" }),
108
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#666F8F" })),
109
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint8_linear_121_7839", x1: "105.469", y1: "32.529", x2: "96.279", y2: "35.443", gradientUnits: "userSpaceOnUse" },
110
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
111
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#fff" })),
112
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint9_linear_121_7839", x1: "102.907", y1: "29.113", x2: "109.728", y2: "35.177", gradientUnits: "userSpaceOnUse" },
113
+ react_1.default.createElement("stop", { stopColor: "#E2E2E2" }),
114
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#EEE" }),
115
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#E3E3E3" }),
116
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
117
+ react_1.default.createElement("linearGradient", { id: "svg_9aa7953f82__svg_7dd4601acf__paint10_linear_121_7839", x1: "102.063", y1: "46.931", x2: "99.533", y2: "51.581", 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_9aa7953f82__svg_7dd4601acf__paint11_linear_121_7839", x1: "99.399", y1: "45.755", x2: "100.807", y2: "50.536", 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("filter", { id: "svg_9aa7953f82__svg_7dd4601acf__filter0_dii_121_7839", x: "2.425", y: "18.529", width: "111.249", height: "39.021", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
126
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
127
+ 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" }),
128
+ react_1.default.createElement("feOffset", { dx: ".471", dy: ".942" }),
129
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".471" }),
130
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
131
+ 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" }),
132
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_121_7839" }),
133
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_121_7839", result: "shape" }),
134
+ 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" }),
135
+ react_1.default.createElement("feOffset", { dx: "1.413", dy: "1.413" }),
136
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".471" }),
137
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
138
+ 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" }),
139
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_121_7839" }),
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: ".236" }),
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 0.879167 0 0 0 0 0.879167 0 0 0 0 0.879167 0 0 0 1 0" }),
145
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_121_7839", result: "effect3_innerShadow_121_7839" })),
146
+ react_1.default.createElement("filter", { id: "svg_9aa7953f82__svg_7dd4601acf__filter1_dii_121_7839", x: "23.249", y: "48.84", width: "71.542", height: "27.588", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
147
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
148
+ 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" }),
149
+ react_1.default.createElement("feOffset", { dx: ".471", dy: ".942" }),
150
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".471" }),
151
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
152
+ 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" }),
153
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_121_7839" }),
154
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_121_7839", result: "shape" }),
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: ".471" }),
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 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
160
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_121_7839" }),
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.413", dy: "-1.413" }),
163
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".236" }),
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 0.879167 0 0 0 0 0.879167 0 0 0 0 0.879167 0 0 0 1 0" }),
166
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_121_7839", result: "effect3_innerShadow_121_7839" })),
167
+ react_1.default.createElement("filter", { id: "svg_9aa7953f82__svg_7dd4601acf__filter2_dii_121_7839", x: "42.977", y: "76.962", width: "32.97", height: "24.751", 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", { dx: ".47", dy: ".94" }),
171
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".47" }),
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.1 0" }),
174
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_121_7839" }),
175
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_121_7839", 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: ".5" }),
178
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
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 0.930313 0 0 0 0 0.935083 0 0 0 0 0.954167 0 0 0 1 0" }),
181
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_121_7839" }),
182
+ 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" }),
183
+ react_1.default.createElement("feOffset", { dx: "-.5", dy: "-1" }),
184
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
185
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
186
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.490208 0 0 0 0 0.524207 0 0 0 0 0.65 0 0 0 1 0" }),
187
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_121_7839", result: "effect3_innerShadow_121_7839" })),
188
+ react_1.default.createElement("filter", { id: "svg_9aa7953f82__svg_7dd4601acf__filter3_d_121_7839", x: "81.427", y: "21.426", width: "40.503", height: "40.503", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
189
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
190
+ 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" }),
191
+ react_1.default.createElement("feOffset", { dy: "1" }),
192
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: "2" }),
193
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
194
+ 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" }),
195
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_121_7839" }),
196
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_121_7839", result: "shape" })),
197
+ react_1.default.createElement("filter", { id: "svg_9aa7953f82__svg_7dd4601acf__filter4_dii_121_7839", x: "84.677", y: "23.676", width: "34.003", height: "34.503", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
198
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
199
+ react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
200
+ react_1.default.createElement("feOffset", { dy: ".5" }),
201
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
202
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
203
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.673646 0 0 0 0 0.673646 0 0 0 0 0.725 0 0 0 1 0" }),
204
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_121_7839" }),
205
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_121_7839", result: "shape" }),
206
+ 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" }),
207
+ react_1.default.createElement("feOffset", { dx: ".8", dy: ".5" }),
208
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
209
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
210
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.930313 0 0 0 0 0.935083 0 0 0 0 0.954167 0 0 0 1 0" }),
211
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_121_7839" }),
212
+ 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" }),
213
+ react_1.default.createElement("feOffset", { dx: "-.5", dy: "-1" }),
214
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
215
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
216
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.409097 0 0 0 0 0.443509 0 0 0 0 0.570833 0 0 0 1 0" }),
217
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_121_7839", result: "effect3_innerShadow_121_7839" })),
218
+ react_1.default.createElement("filter", { id: "svg_9aa7953f82__svg_7dd4601acf__filter5_d_121_7839", x: "97.901", y: "30.824", width: "8.571", height: "20.901", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
219
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
220
+ 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" }),
221
+ react_1.default.createElement("feOffset", { dy: ".5" }),
222
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
223
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
224
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.421389 0 0 0 0 0.462937 0 0 0 0 0.616667 0 0 0 1 0" }),
225
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_121_7839" }),
226
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_121_7839", result: "shape" }))));
227
+ }
228
+ var IconNetworkErrorLowSaturation = react_1.default.forwardRef(IconNetworkErrorLowSaturationComponent);
229
+ exports.default = IconNetworkErrorLowSaturation;
230
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconNewWindow: 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 IconNewWindow;
@@ -0,0 +1,69 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ var desc = Object.getOwnPropertyDescriptor(m, k);
15
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
16
+ desc = { enumerable: true, get: function() { return m[k]; } };
17
+ }
18
+ Object.defineProperty(o, k2, desc);
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
46
+ (function (factory) {
47
+ if (typeof module === "object" && typeof module.exports === "object") {
48
+ var v = factory(require, exports);
49
+ if (v !== undefined) module.exports = v;
50
+ }
51
+ else if (typeof define === "function" && define.amd) {
52
+ define(["require", "exports", "react", "../context"], factory);
53
+ }
54
+ })(function (require, exports) {
55
+ "use strict";
56
+ Object.defineProperty(exports, "__esModule", { value: true });
57
+ var react_1 = __importStar(require("react"));
58
+ var context_1 = require("../context");
59
+ function IconNewWindowComponent(props, ref) {
60
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
61
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
62
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-new-window").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 14 14", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.41663 1.16663H1.74996C1.42779 1.16663 1.16663 1.42779 1.16663 1.74996V12.25C1.16663 12.5721 1.42779 12.8333 1.74996 12.8333H12.25C12.5721 12.8333 12.8333 12.5721 12.8333 12.25V7.58329H11.6666V11.6666H2.33329V2.33329H6.41663V1.16663ZM8.16663 1.16663H8.18735H12.25H12.2707C12.5929 1.16663 12.854 1.42779 12.854 1.74996V5.83329L12.8333 5.83329L11.6874 5.83329L11.6666 5.83329V3.17885L8.20201 6.64359C8.08811 6.7575 7.90344 6.7575 7.78953 6.64359L7.37705 6.23111C7.26315 6.11721 7.26315 5.93254 7.37705 5.81864L10.8619 2.33329H8.18845L8.18735 2.33329L8.16663 2.33329V1.16663Z" }));
66
+ }
67
+ var IconNewWindow = react_1.default.forwardRef(IconNewWindowComponent);
68
+ exports.default = IconNewWindow;
69
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconNoChartHighSaturation: 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 IconNoChartHighSaturation;