@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,187 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function IconNoDataHighSaturationComponent(props, ref) {
51
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
52
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-no-data-high-saturation").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 120 120", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
56
+ react_1.default.createElement("g", { filter: "url(#svg_ce3231985d__svg_7f0e9312a0__filter0_dii_52_8360)" },
57
+ react_1.default.createElement("path", { d: "M19.0002 15.006C19.0001 11.14 22.1341 8.00586 26.0002 8.00586H68.6464L100.997 40.2106L101 105C101 108.866 97.8658 112 93.9997 112H26.0024C22.1365 112 19.0025 108.866 19.0024 105L19.0002 15.006Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint0_linear_52_8360)' })),
58
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.0022 111.4H93.9996C97.5343 111.4 100.4 108.534 100.4 105L100.397 40.46L68.3985 8.60586H26C22.4653 8.60586 19.5999 11.4713 19.6 15.006L19.6022 105C19.6023 108.535 22.4677 111.4 26.0022 111.4ZM68.6462 8.00586H26C22.1339 8.00586 18.9999 11.14 19 15.006L19.0022 105C19.0023 108.866 22.1363 112 26.0022 112H93.9996C97.8657 112 101 108.866 101 105L100.997 40.2106L68.6462 8.00586Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint1_linear_52_8360)' }),
59
+ react_1.default.createElement("g", { filter: "url(#svg_ce3231985d__svg_7f0e9312a0__filter1_i_52_8360)" },
60
+ react_1.default.createElement("path", { d: "M31.2783 66.5717C31.2783 64.9734 32.574 63.6777 34.1723 63.6777H79.7714C81.3697 63.6777 82.6654 64.9734 82.6654 66.5717C82.6654 68.17 81.3697 69.4656 79.7714 69.4656H34.1723C32.574 69.4656 31.2783 68.17 31.2783 66.5717Z", fill: useCurrentColor ? 'currentColor' : '#E7E7E7' })),
61
+ react_1.default.createElement("g", { filter: "url(#svg_ce3231985d__svg_7f0e9312a0__filter2_i_52_8360)" },
62
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.1719 63.2778H79.771C81.5902 63.2778 83.065 64.7526 83.065 66.5718C83.065 68.391 81.5902 69.8657 79.771 69.8657H34.1719C32.3527 69.8657 30.8779 68.391 30.8779 66.5718C30.8779 64.7526 32.3527 63.2778 34.1719 63.2778ZM34.1719 63.6778C32.5736 63.6778 31.2779 64.9735 31.2779 66.5718C31.2779 68.1701 32.5736 69.4657 34.1719 69.4657H79.771C81.3693 69.4657 82.665 68.1701 82.665 66.5718C82.665 64.9735 81.3693 63.6778 79.771 63.6778H34.1719Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint2_linear_52_8360)' })),
63
+ react_1.default.createElement("g", { filter: "url(#svg_ce3231985d__svg_7f0e9312a0__filter3_i_52_8360)" },
64
+ react_1.default.createElement("path", { d: "M31.2783 83.5038C31.2783 81.9055 32.574 80.6099 34.1723 80.6099H68.7335C70.3317 80.6099 71.6274 81.9055 71.6274 83.5038C71.6274 85.1021 70.3317 86.3978 68.7334 86.3978H34.1723C32.574 86.3978 31.2783 85.1021 31.2783 83.5038Z", fill: useCurrentColor ? 'currentColor' : '#E7E7E7' })),
65
+ react_1.default.createElement("g", { filter: "url(#svg_ce3231985d__svg_7f0e9312a0__filter4_i_52_8360)" },
66
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.1719 80.21H68.7331C70.5523 80.21 72.027 81.6847 72.027 83.5039C72.027 85.3231 70.5523 86.7979 68.7331 86.7979H34.1719C32.3527 86.7979 30.8779 85.3231 30.8779 83.5039C30.8779 81.6847 32.3527 80.21 34.1719 80.21ZM34.1719 80.61C32.5736 80.61 31.2779 81.9056 31.2779 83.5039C31.2779 85.1022 32.5736 86.3979 34.1719 86.3979H68.7331C70.3313 86.3979 71.627 85.1022 71.627 83.5039C71.627 81.9056 70.3313 80.61 68.7331 80.61H34.1719Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint3_linear_52_8360)' })),
67
+ react_1.default.createElement("path", { d: "M37.209 40.3972C37.209 40.5549 37.0811 40.6828 36.9233 40.6828H32.4968C32.3391 40.6828 32.2112 40.8107 32.2112 40.9685V44.1244C32.2112 44.2822 32.3391 44.4101 32.4968 44.4101H37.7674C37.9252 44.4101 38.0531 44.538 38.0531 44.6958V45.805C38.0531 45.9628 37.9252 46.0907 37.7674 46.0907H30.3824C30.2246 46.0907 30.0967 45.9628 30.0967 45.805V34.2627C30.0967 34.105 30.2246 33.9771 30.3824 33.9771H37.7089C37.8667 33.9771 37.9946 34.105 37.9946 34.2627V35.3886C37.9946 35.5464 37.8667 35.6743 37.7089 35.6743H32.4968C32.3391 35.6743 32.2112 35.8022 32.2112 35.96V38.7332C32.2112 38.891 32.3391 39.0189 32.4968 39.0189H36.9233C37.0811 39.0189 37.209 39.1468 37.209 39.3045V40.3972Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint4_linear_52_8360)' }),
68
+ react_1.default.createElement("path", { d: "M42.3187 33.9771C42.4375 33.9771 42.5439 34.0506 42.5859 34.1617L45.7587 42.5543C45.8519 42.8006 46.2003 42.8005 46.2933 42.5541L49.4584 34.1619C49.5004 34.0507 49.6068 33.9771 49.7257 33.9771H51.9754C52.1332 33.9771 52.2611 34.105 52.2611 34.2627V45.805C52.2611 45.9628 52.1332 46.0907 51.9754 46.0907H50.4406C50.2829 46.0907 50.1549 45.9628 50.1549 45.805V42.0972L50.2965 38.4787C50.3091 38.156 49.8605 38.0635 49.7444 38.3649L46.8406 45.9077C46.7981 46.018 46.6922 46.0907 46.574 46.0907H45.4536C45.3354 46.0907 45.2294 46.0179 45.187 45.9075L42.2917 38.3763C42.1758 38.0747 41.7269 38.1671 41.7396 38.49L41.8809 42.0972V45.805C41.8809 45.9628 41.753 46.0907 41.5952 46.0907H40.0605C39.9027 46.0907 39.7748 45.9628 39.7748 45.805V34.2627C39.7748 34.105 39.9027 33.9771 40.0605 33.9771H42.3187Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint5_linear_52_8360)' }),
69
+ react_1.default.createElement("path", { d: "M57.1685 41.5897C57.0107 41.5897 56.8828 41.7176 56.8828 41.8754V45.805C56.8828 45.9628 56.7549 46.0907 56.5971 46.0907H55.054C54.8963 46.0907 54.7684 45.9628 54.7684 45.805V34.2627C54.7684 34.105 54.8963 33.9771 55.054 33.9771H59.4235C60.783 33.9771 61.8612 34.3293 62.6579 35.0337C63.4603 35.7381 63.8614 36.6699 63.8614 37.8291C63.8614 39.0161 63.4686 39.9396 62.683 40.5996C61.903 41.2597 60.8081 41.5897 59.3985 41.5897H57.1685ZM56.8828 39.6151C56.8828 39.7729 57.0107 39.9008 57.1685 39.9008H59.4235C60.1757 39.9008 60.7496 39.7261 61.1452 39.3766C61.5408 39.0216 61.7386 38.5114 61.7386 37.8458C61.7386 37.1913 61.538 36.6699 61.1369 36.2816C60.7357 35.8878 60.1841 35.6854 59.482 35.6743H57.1685C57.0107 35.6743 56.8828 35.8022 56.8828 35.96V39.6151Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint6_linear_52_8360)' }),
70
+ react_1.default.createElement("path", { d: "M74.509 35.3886C74.509 35.5464 74.3811 35.6743 74.2234 35.6743H71.0004C70.8426 35.6743 70.7147 35.8022 70.7147 35.96V45.805C70.7147 45.9628 70.5868 46.0907 70.429 46.0907H68.9026C68.7448 46.0907 68.6169 45.9628 68.6169 45.805V35.96C68.6169 35.8022 68.489 35.6743 68.3312 35.6743H65.1417C64.9839 35.6743 64.856 35.5464 64.856 35.3886V34.2627C64.856 34.105 64.9839 33.9771 65.1417 33.9771H74.2234C74.3811 33.9771 74.509 34.105 74.509 34.2627V35.3886Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint7_linear_52_8360)' }),
71
+ react_1.default.createElement("path", { d: "M79.9605 39.1913C80.0648 39.4052 80.3697 39.4052 80.4741 39.1913L82.9388 34.1375C82.9867 34.0393 83.0864 33.9771 83.1956 33.9771H84.8813C85.0969 33.9771 85.2348 34.2068 85.1334 34.3971L81.3123 41.5683C81.2902 41.6097 81.2787 41.6558 81.2787 41.7027V45.805C81.2787 45.9628 81.1508 46.0907 80.993 46.0907H79.4415C79.2838 46.0907 79.1559 45.9628 79.1559 45.805V41.7028C79.1559 41.6558 79.1443 41.6096 79.1222 41.5682L75.2934 34.3973C75.1918 34.207 75.3297 33.9771 75.5454 33.9771H77.239C77.3482 33.9771 77.4479 34.0393 77.4957 34.1375L79.9605 39.1913Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint8_linear_52_8360)' }),
72
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.3824 34.2271C30.3627 34.2271 30.3467 34.243 30.3467 34.2627V45.805C30.3467 45.8247 30.3627 45.8407 30.3824 45.8407H37.7674C37.7872 45.8407 37.8031 45.8247 37.8031 45.805V44.6958C37.8031 44.6761 37.7872 44.6601 37.7674 44.6601H32.4968C32.201 44.6601 31.9612 44.4203 31.9612 44.1244V40.9685C31.9612 40.6727 32.201 40.4328 32.4968 40.4328H36.9233C36.943 40.4328 36.959 40.4169 36.959 40.3972V39.3045C36.959 39.2848 36.943 39.2689 36.9233 39.2689H32.4968C32.201 39.2689 31.9612 39.029 31.9612 38.7332V35.96C31.9612 35.6641 32.201 35.4243 32.4968 35.4243H37.7089C37.7286 35.4243 37.7446 35.4083 37.7446 35.3886V34.2627C37.7446 34.243 37.7286 34.2271 37.7089 34.2271H30.3824ZM29.8467 34.2627C29.8467 33.9669 30.0865 33.7271 30.3824 33.7271H37.7089C38.0048 33.7271 38.2446 33.9669 38.2446 34.2627V35.3886C38.2446 35.6845 38.0048 35.9243 37.7089 35.9243H32.4968C32.4771 35.9243 32.4612 35.9403 32.4612 35.96V38.7332C32.4612 38.7529 32.4771 38.7689 32.4968 38.7689H36.9233C37.2192 38.7689 37.459 39.0087 37.459 39.3045V40.3972C37.459 40.693 37.2192 40.9328 36.9233 40.9328H32.4968C32.4771 40.9328 32.4612 40.9488 32.4612 40.9685V44.1244C32.4612 44.1441 32.4771 44.1601 32.4968 44.1601H37.7674C38.0633 44.1601 38.3031 44.3999 38.3031 44.6958V45.805C38.3031 46.1009 38.0633 46.3407 37.7674 46.3407H30.3824C30.0865 46.3407 29.8467 46.1009 29.8467 45.805V34.2627ZM40.0605 34.2271C40.0408 34.2271 40.0248 34.243 40.0248 34.2627V45.805C40.0248 45.8247 40.0408 45.8407 40.0605 45.8407H41.5952C41.6149 45.8407 41.6309 45.8247 41.6309 45.805V42.1021L41.4898 38.4997C41.4661 37.8944 42.3077 37.7211 42.5251 38.2866L45.4203 45.8178C45.4256 45.8316 45.4389 45.8407 45.4536 45.8407H46.574C46.5887 45.8407 46.602 45.8316 46.6073 45.8179L49.5111 38.2751C49.7287 37.7099 50.57 37.8833 50.5463 38.4885L50.4049 42.1021V45.805C50.4049 45.8247 50.4209 45.8407 50.4406 45.8407H51.9754C51.9951 45.8407 52.0111 45.8247 52.0111 45.805V34.2627C52.0111 34.243 51.9951 34.2271 51.9754 34.2271H49.7257C49.7109 34.2271 49.6976 34.2362 49.6923 34.2501L46.5272 42.6423C46.3529 43.1043 45.6995 43.1046 45.5249 42.6427L42.3521 34.2501C42.3468 34.2362 42.3335 34.2271 42.3187 34.2271H40.0605ZM39.5248 34.2627C39.5248 33.9669 39.7646 33.7271 40.0605 33.7271H42.3187C42.5415 33.7271 42.741 33.8649 42.8197 34.0733L45.9926 42.4659C45.9969 42.4773 46.0018 42.4813 46.005 42.4834C46.0095 42.4863 46.0168 42.489 46.026 42.489C46.0352 42.489 46.0425 42.4863 46.047 42.4834C46.0501 42.4813 46.055 42.4773 46.0594 42.4659L49.2245 34.0737C49.3032 33.8651 49.5028 33.7271 49.7257 33.7271H51.9754C52.2712 33.7271 52.5111 33.9669 52.5111 34.2627V45.805C52.5111 46.1009 52.2712 46.3407 51.9754 46.3407H50.4406C50.1448 46.3407 49.9049 46.1009 49.9049 45.805V42.0874L50.0467 38.469C50.0471 38.4582 50.0455 38.4524 50.0447 38.4501C50.0439 38.4477 50.0429 38.4461 50.0417 38.4447C50.0387 38.4412 50.0311 38.4353 50.0182 38.4326C50.0054 38.43 49.996 38.4324 49.9919 38.4344C49.9902 38.4353 49.9887 38.4363 49.987 38.4382C49.9854 38.44 49.9816 38.4447 49.9777 38.4548L47.0739 45.9975C46.9943 46.2043 46.7956 46.3407 46.574 46.3407H45.4536C45.2319 46.3407 45.0332 46.2042 44.9536 45.9973L42.0584 38.466C42.0545 38.4559 42.0507 38.4512 42.0491 38.4494C42.0474 38.4475 42.0459 38.4465 42.0442 38.4456C42.0401 38.4436 42.0307 38.4412 42.0179 38.4438C42.005 38.4465 41.9974 38.4524 41.9944 38.4559C41.9931 38.4573 41.9922 38.4589 41.9913 38.4613C41.9906 38.4636 41.989 38.4694 41.9894 38.4802L42.1311 42.0972L42.1309 45.805C42.1309 46.1009 41.8911 46.3407 41.5952 46.3407H40.0605C39.7646 46.3407 39.5248 46.1009 39.5248 45.805V34.2627ZM55.054 34.2271C55.0343 34.2271 55.0184 34.243 55.0184 34.2627V45.805C55.0184 45.8247 55.0343 45.8407 55.054 45.8407H56.5971C56.6169 45.8407 56.6328 45.8247 56.6328 45.805V41.8754C56.6328 41.5795 56.8727 41.3397 57.1685 41.3397H59.3985C60.7713 41.3397 61.8012 41.0183 62.5215 40.4088C63.2414 39.804 63.6114 38.9552 63.6114 37.8291C63.6114 36.7349 63.2363 35.8741 62.493 35.2215C61.7535 34.5678 60.7395 34.2271 59.4235 34.2271H55.054ZM54.5184 34.2627C54.5184 33.9669 54.7582 33.7271 55.054 33.7271H59.4235C60.8264 33.7271 61.9692 34.0912 62.8232 34.8461C63.6844 35.6023 64.1114 36.6051 64.1114 37.8291C64.1114 39.077 63.6952 40.0758 62.8438 40.791C62.0042 41.5012 60.8445 41.8397 59.3985 41.8397H57.1685C57.1488 41.8397 57.1328 41.8557 57.1328 41.8754V45.805C57.1328 46.1009 56.893 46.3407 56.5971 46.3407H55.054C54.7582 46.3407 54.5184 46.1009 54.5184 45.805V34.2627ZM65.1417 34.2271C65.122 34.2271 65.106 34.243 65.106 34.2627V35.3886C65.106 35.4083 65.122 35.4243 65.1417 35.4243H68.3312C68.6271 35.4243 68.8669 35.6641 68.8669 35.96V45.805C68.8669 45.8247 68.8829 45.8407 68.9026 45.8407H70.429C70.4487 45.8407 70.4647 45.8247 70.4647 45.805V35.96C70.4647 35.6641 70.7045 35.4243 71.0004 35.4243H74.2234C74.2431 35.4243 74.259 35.4083 74.259 35.3886V34.2627C74.259 34.243 74.2431 34.2271 74.2234 34.2271H65.1417ZM64.606 34.2627C64.606 33.9669 64.8458 33.7271 65.1417 33.7271H74.2234C74.5192 33.7271 74.759 33.9669 74.759 34.2627V35.3886C74.759 35.6845 74.5192 35.9243 74.2234 35.9243H71.0004C70.9807 35.9243 70.9647 35.9403 70.9647 35.96V45.805C70.9647 46.1009 70.7248 46.3407 70.429 46.3407H68.9026C68.6067 46.3407 68.3669 46.1009 68.3669 45.805V35.96C68.3669 35.9403 68.3509 35.9243 68.3312 35.9243H65.1417C64.8458 35.9243 64.606 35.6845 64.606 35.3886V34.2627ZM75.5454 34.2271C75.5184 34.2271 75.5012 34.2558 75.5139 34.2795L79.3427 41.4505C79.3842 41.5281 79.4059 41.6148 79.4059 41.7028V45.805C79.4059 45.8247 79.4218 45.8407 79.4415 45.8407H80.993C81.0127 45.8407 81.0287 45.8247 81.0287 45.805V41.7027C81.0287 41.6148 81.0503 41.5283 81.0916 41.4507L84.9128 34.2795C84.9254 34.2557 84.9082 34.2271 84.8813 34.2271H83.1956C83.182 34.2271 83.1695 34.2348 83.1635 34.2471L80.6988 39.3008C80.5031 39.702 79.9315 39.702 79.7358 39.3008L77.271 34.2471C77.2651 34.2348 77.2526 34.2271 77.239 34.2271H75.5454ZM75.0728 34.515C74.8823 34.1582 75.1409 33.7271 75.5454 33.7271H77.239C77.4438 33.7271 77.6307 33.8438 77.7204 34.0279L80.1852 39.0817C80.1896 39.0908 80.1943 39.0946 80.1981 39.0968C80.2027 39.0996 80.2093 39.1017 80.2173 39.1017C80.2252 39.1017 80.2319 39.0996 80.2365 39.0968C80.2402 39.0946 80.2449 39.0908 80.2494 39.0817L82.7141 34.0279C82.8039 33.8438 82.9908 33.7271 83.1956 33.7271H84.8813C85.2856 33.7271 85.5442 34.1578 85.354 34.5146L81.5329 41.6859C81.5301 41.691 81.5287 41.6968 81.5287 41.7027V45.805C81.5287 46.1009 81.2889 46.3407 80.993 46.3407H79.4415C79.1457 46.3407 78.9059 46.1009 78.9059 45.805V41.7028C78.9059 41.6969 78.9044 41.6911 78.9017 41.686L75.0728 34.515ZM56.6328 35.96C56.6328 35.6641 56.8727 35.4243 57.1685 35.4243H59.486C60.2351 35.4361 60.8539 35.6538 61.3114 36.1027C61.7692 36.5461 61.9886 37.1366 61.9886 37.8458C61.9886 38.5631 61.7734 39.1488 61.3122 39.5627L61.3107 39.564C60.8533 39.968 60.211 40.1508 59.4235 40.1508H57.1685C56.8727 40.1508 56.6328 39.9109 56.6328 39.6151V35.96ZM57.1685 35.9243C57.1488 35.9243 57.1328 35.9403 57.1328 35.96V39.6151C57.1328 39.6348 57.1488 39.6508 57.1685 39.6508H59.4235C60.1399 39.6508 60.6451 39.4843 60.9789 39.1899C61.3084 38.8939 61.4886 38.4592 61.4886 37.8458C61.4886 37.2464 61.3071 36.7943 60.963 36.4613L60.9617 36.46C60.6174 36.122 60.1337 35.935 59.48 35.9243H57.1685Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint9_linear_52_8360)' }),
73
+ react_1.default.createElement("g", { filter: "url(#svg_ce3231985d__svg_7f0e9312a0__filter5_d_52_8360)" },
74
+ react_1.default.createElement("mask", { id: "svg_ce3231985d__a", fill: useCurrentColor ? 'currentColor' : '#fff' },
75
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M69.1666 8.00732L100.997 39.6765H76.4991C72.6707 39.6765 69.5524 36.6008 69.4998 32.7727L69.1666 8.53548L69.1666 10.6893C69.1666 8.2362 67.5869 8.00556 67.5869 8.00556L69.1593 8.00556L69.1592 8L69.1648 8.00556H69.1666V8.00732ZM100.999 41.2543C100.999 41.2543 100.768 39.6818 98.3033 39.6818H100.999V41.2543Z" })),
76
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M69.1666 8.00732L100.997 39.6765H76.4991C72.6707 39.6765 69.5524 36.6008 69.4998 32.7727L69.1666 8.53548L69.1666 10.6893C69.1666 8.2362 67.5869 8.00556 67.5869 8.00556L69.1593 8.00556L69.1592 8L69.1648 8.00556H69.1666V8.00732ZM100.999 41.2543C100.999 41.2543 100.768 39.6818 98.3033 39.6818H100.999V41.2543Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint10_linear_52_8360)' }),
77
+ react_1.default.createElement("path", { d: "M100.997 39.6765V40.4942H102.979L101.574 39.0967L100.997 39.6765ZM69.1666 8.00732H68.3488V8.34728L68.5898 8.58705L69.1666 8.00732ZM69.4998 32.7727L68.6821 32.7839L69.4998 32.7727ZM69.1666 8.53548L69.9843 8.52424L68.3488 8.53548L69.1666 8.53548ZM67.5869 8.00556L67.5869 7.18779L67.4688 8.81476L67.5869 8.00556ZM69.1593 8.00556V8.82334L69.9884 8.82334L69.977 7.99432L69.1593 8.00556ZM69.1592 8L69.736 7.42028L68.3139 6.00542L68.3415 8.01125L69.1592 8ZM69.1648 8.00556L68.588 8.58529L68.8273 8.82334H69.1648V8.00556ZM69.1666 8.00556H69.9843V7.18779H69.1666V8.00556ZM100.999 41.2543L100.19 41.3735L101.817 41.2543H100.999ZM100.999 39.6818H101.817V38.864H100.999V39.6818ZM101.574 39.0967L69.7433 7.4276L68.5898 8.58705L100.42 40.2562L101.574 39.0967ZM76.4991 40.4942H100.997V38.8587H76.4991V40.4942ZM68.6821 32.7839C68.7409 37.0593 72.2234 40.4942 76.4991 40.4942V38.8587C73.1179 38.8587 70.364 36.1423 70.3175 32.7615L68.6821 32.7839ZM68.3489 8.54672L68.6821 32.7839L70.3175 32.7615L69.9843 8.52424L68.3489 8.54672ZM69.9843 10.6893V8.53548L68.3488 8.53548L68.3488 10.6893H69.9843ZM67.5869 8.00556C67.4688 8.81476 67.4682 8.81467 67.4676 8.81459C67.4674 8.81456 67.4668 8.81447 67.4664 8.81442C67.4657 8.8143 67.4649 8.81419 67.4642 8.81408C67.4628 8.81387 67.4614 8.81366 67.4602 8.81346C67.4576 8.81306 67.4554 8.81269 67.4536 8.81237C67.4498 8.81173 67.4473 8.81125 67.446 8.81099C67.4434 8.81048 67.4454 8.8108 67.4513 8.81232C67.4633 8.8154 67.4901 8.82306 67.5269 8.83795C67.6005 8.86777 67.7095 8.92459 67.8222 9.0286C68.0249 9.21551 68.3488 9.65551 68.3488 10.6893H69.9843C69.9843 9.26998 69.5184 8.36812 68.9312 7.82643C68.6491 7.56615 68.3631 7.41199 68.1406 7.32191C68.0293 7.27685 67.9327 7.24732 67.8583 7.22821C67.821 7.21864 67.7891 7.21161 67.7633 7.20651C67.7504 7.20397 67.7391 7.2019 67.7293 7.20023C67.7245 7.1994 67.72 7.19867 67.7159 7.19803C67.7139 7.1977 67.712 7.19741 67.7102 7.19713C67.7093 7.19699 67.7084 7.19686 67.7075 7.19673C67.7071 7.19667 67.7065 7.19658 67.7063 7.19655C67.7057 7.19646 67.7051 7.19637 67.5869 8.00556ZM69.1593 7.18779L67.5869 7.18779L67.5869 8.82334L69.1593 8.82334V7.18779ZM68.3415 8.01125L68.3416 8.01681L69.977 7.99432L69.9769 7.98875L68.3415 8.01125ZM69.7416 7.42584L69.736 7.42028L68.5824 8.57972L68.588 8.58529L69.7416 7.42584ZM69.1666 7.18779H69.1648V8.82334H69.1666V7.18779ZM69.9843 8.00732V8.00556H68.3488V8.00732H69.9843ZM98.3033 40.4995C99.345 40.4995 99.7888 40.8233 99.9767 41.0252C100.081 41.1373 100.138 41.2453 100.167 41.3178C100.182 41.354 100.19 41.3803 100.193 41.3919C100.194 41.3976 100.195 41.3994 100.194 41.3966C100.194 41.3952 100.193 41.3927 100.193 41.3888C100.192 41.3869 100.192 41.3847 100.191 41.3821C100.191 41.3809 100.191 41.3795 100.191 41.378C100.191 41.3773 100.191 41.3766 100.191 41.3758C100.19 41.3754 100.19 41.3748 100.19 41.3746C100.19 41.3741 100.19 41.3735 100.999 41.2543C101.808 41.1351 101.808 41.1344 101.808 41.1338C101.808 41.1336 101.808 41.133 101.808 41.1326C101.808 41.1317 101.808 41.1308 101.807 41.1299C101.807 41.1281 101.807 41.1261 101.807 41.1241C101.806 41.12 101.805 41.1155 101.804 41.1106C101.803 41.1009 101.801 41.0895 101.798 41.0765C101.793 41.0507 101.786 41.0187 101.776 40.9814C101.757 40.907 101.727 40.8105 101.682 40.6993C101.591 40.477 101.436 40.1918 101.174 39.9108C100.63 39.3264 99.7258 38.864 98.3033 38.864V40.4995ZM100.999 38.864H98.3033V40.4995H100.999V38.864ZM101.817 41.2543V39.6818H100.181V41.2543H101.817Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_ce3231985d__svg_7f0e9312a0__paint11_linear_52_8360)', mask: "url(#svg_ce3231985d__a)" })),
78
+ react_1.default.createElement("defs", null,
79
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint0_linear_52_8360", x1: "86.203", y1: "20.756", x2: "16.931", y2: "116.118", gradientUnits: "userSpaceOnUse" },
80
+ react_1.default.createElement("stop", { stopColor: "#FAFAFA" }),
81
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F4F4F4" })),
82
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint1_linear_52_8360", x1: "52.21", y1: "8.006", x2: "37.665", y2: "108.531", gradientUnits: "userSpaceOnUse" },
83
+ react_1.default.createElement("stop", { stopColor: "#E8E8EB" }),
84
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#DEDEDE" }),
85
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#D8D8D8" }),
86
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
87
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint2_linear_52_8360", x1: "61.442", y1: "58.724", x2: "58.81", y2: "72.214", gradientUnits: "userSpaceOnUse" },
88
+ react_1.default.createElement("stop", { offset: ".273", stopColor: "#BEBEBE" }),
89
+ react_1.default.createElement("stop", { offset: ".795", stopColor: "#DADADD" }),
90
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#DFDFDF" })),
91
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint3_linear_52_8360", x1: "54.963", y1: "75.656", x2: "51.685", y2: "88.846", gradientUnits: "userSpaceOnUse" },
92
+ react_1.default.createElement("stop", { offset: ".273", stopColor: "#BEBEBE" }),
93
+ react_1.default.createElement("stop", { offset: ".795", stopColor: "#DADADD" }),
94
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#DFDFDF" })),
95
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint4_linear_52_8360", x1: "49.396", y1: "34.883", x2: "51.342", y2: "48.146", gradientUnits: "userSpaceOnUse" },
96
+ react_1.default.createElement("stop", { stopColor: "#5E7DFF" }),
97
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#4065FF" })),
98
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint5_linear_52_8360", x1: "49.396", y1: "34.883", x2: "51.342", y2: "48.146", gradientUnits: "userSpaceOnUse" },
99
+ react_1.default.createElement("stop", { stopColor: "#5E7DFF" }),
100
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#4065FF" })),
101
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint6_linear_52_8360", x1: "49.396", y1: "34.883", x2: "51.342", y2: "48.146", gradientUnits: "userSpaceOnUse" },
102
+ react_1.default.createElement("stop", { stopColor: "#5E7DFF" }),
103
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#4065FF" })),
104
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint7_linear_52_8360", x1: "49.396", y1: "34.883", x2: "51.342", y2: "48.146", gradientUnits: "userSpaceOnUse" },
105
+ react_1.default.createElement("stop", { stopColor: "#5E7DFF" }),
106
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#4065FF" })),
107
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint8_linear_52_8360", x1: "49.396", y1: "34.883", x2: "51.342", y2: "48.146", gradientUnits: "userSpaceOnUse" },
108
+ react_1.default.createElement("stop", { stopColor: "#5E7DFF" }),
109
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#4065FF" })),
110
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint9_linear_52_8360", x1: "50.977", y1: "38.411", x2: "52.176", y2: "47.24", gradientUnits: "userSpaceOnUse" },
111
+ react_1.default.createElement("stop", { stopColor: "#5574F7" }),
112
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#2846C6" })),
113
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint10_linear_52_8360", x1: "89.794", y1: "21.972", x2: "74.465", y2: "41.635", gradientUnits: "userSpaceOnUse" },
114
+ react_1.default.createElement("stop", { offset: ".162", stopColor: "#F2F2F2" }),
115
+ react_1.default.createElement("stop", { offset: ".738", stopColor: "#fff" })),
116
+ react_1.default.createElement("linearGradient", { id: "svg_ce3231985d__svg_7f0e9312a0__paint11_linear_52_8360", x1: "65.041", y1: "43.918", x2: "80.43", y2: "28.539", gradientUnits: "userSpaceOnUse" },
117
+ react_1.default.createElement("stop", { stopColor: "#E2E2E2" }),
118
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#9C9C9C", stopOpacity: "0" })),
119
+ react_1.default.createElement("filter", { id: "svg_ce3231985d__svg_7f0e9312a0__filter0_dii_52_8360", x: "18", y: "7.506", width: "84", height: "106.494", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
120
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
121
+ 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" }),
122
+ react_1.default.createElement("feOffset", { dy: "1" }),
123
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
124
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
125
+ 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" }),
126
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_8360" }),
127
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_8360", result: "shape" }),
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", { dx: "1.6", dy: "1.6" }),
130
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
131
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
132
+ 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" }),
133
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_8360" }),
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", { dy: "-1.5" }),
136
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
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 0.879167 0 0 0 0 0.879167 0 0 0 0 0.879167 0 0 0 1 0" }),
139
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_52_8360", result: "effect3_innerShadow_52_8360" })),
140
+ react_1.default.createElement("filter", { id: "svg_ce3231985d__svg_7f0e9312a0__filter1_i_52_8360", x: "30.778", y: "63.678", width: "51.887", height: "6.288", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
141
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
142
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
143
+ 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" }),
144
+ react_1.default.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
145
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
146
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
147
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.729167 0 0 0 0 0.729167 0 0 0 0 0.729167 0 0 0 0.3 0" }),
148
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_52_8360" })),
149
+ react_1.default.createElement("filter", { id: "svg_ce3231985d__svg_7f0e9312a0__filter2_i_52_8360", x: "30.378", y: "63.278", width: "52.688", height: "7.088", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
150
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
151
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
152
+ 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" }),
153
+ react_1.default.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
154
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
155
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
156
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.729167 0 0 0 0 0.729167 0 0 0 0 0.729167 0 0 0 0.3 0" }),
157
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_52_8360" })),
158
+ react_1.default.createElement("filter", { id: "svg_ce3231985d__svg_7f0e9312a0__filter3_i_52_8360", x: "30.778", y: "80.61", width: "40.849", height: "6.288", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
159
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
160
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
161
+ react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
162
+ react_1.default.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
163
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
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.729167 0 0 0 0 0.729167 0 0 0 0 0.729167 0 0 0 0.3 0" }),
166
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_52_8360" })),
167
+ react_1.default.createElement("filter", { id: "svg_ce3231985d__svg_7f0e9312a0__filter4_i_52_8360", x: "30.378", y: "80.21", width: "41.649", height: "7.088", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
168
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
169
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", 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.905", dy: "1.428" }),
172
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
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 0.729167 0 0 0 0 0.729167 0 0 0 0 0.729167 0 0 0 0.3 0" }),
175
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_52_8360" })),
176
+ react_1.default.createElement("filter", { id: "svg_ce3231985d__svg_7f0e9312a0__filter5_d_52_8360", x: "65.206", y: "8", width: "37.221", height: "38.016", 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", { dx: "-.476", dy: "2.857" }),
180
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".952" }),
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.25 0" }),
183
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_8360" }),
184
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_8360", result: "shape" }))));
185
+ }
186
+ var IconNoDataHighSaturation = react_1.default.forwardRef(IconNoDataHighSaturationComponent);
187
+ exports.default = IconNoDataHighSaturation;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconNoDataSimplified: 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 IconNoDataSimplified;
@@ -0,0 +1,189 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function IconNoDataSimplifiedComponent(props, ref) {
51
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
52
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-no-data-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 }),
56
+ react_1.default.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter0_dii_99_8945)" },
57
+ react_1.default.createElement("path", { d: "M19.5002 14.5002C19.5001 10.6341 22.6341 7.5 26.5002 7.5H69.1464L101.497 39.7048L101.5 104.494C101.5 108.36 98.3658 111.494 94.4997 111.494H26.5024C22.6365 111.494 19.5025 108.36 19.5024 104.494L19.5002 14.5002Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3502c0f922__svg_770b10e298__paint0_linear_99_8945)' })),
58
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.5022 110.894H94.4996C98.0343 110.894 100.9 108.028 100.9 104.494L100.897 39.9541L68.8985 8.1H26.5C22.9653 8.1 20.0999 10.9655 20.1 14.5002L20.1022 104.494C20.1023 108.029 22.9677 110.894 26.5022 110.894ZM69.1462 7.5H26.5C22.6339 7.5 19.4999 10.6341 19.5 14.5002L19.5022 104.494C19.5023 108.36 22.6363 111.494 26.5022 111.494H94.4996C98.3657 111.494 101.5 108.36 101.5 104.494L101.497 39.7048L69.1462 7.5Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3502c0f922__svg_770b10e298__paint1_linear_99_8945)' }),
59
+ react_1.default.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter1_i_99_8945)" },
60
+ react_1.default.createElement("path", { d: "M31.2773 60.5722C31.2773 58.9739 32.573 57.6782 34.1713 57.6782H78.2704C79.8687 57.6782 81.1644 58.9739 81.1644 60.5722C81.1644 62.1705 79.8687 63.4661 78.2704 63.4661H34.1713C32.573 63.4661 31.2773 62.1705 31.2773 60.5722Z", fill: useCurrentColor ? 'currentColor' : '#B3BAD5' })),
61
+ react_1.default.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter2_i_99_8945)" },
62
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.1709 57.2783H78.27C80.0892 57.2783 81.564 58.7531 81.564 60.5723C81.564 62.3915 80.0892 63.8662 78.27 63.8662H34.1709C32.3517 63.8662 30.877 62.3915 30.877 60.5723C30.877 58.7531 32.3517 57.2783 34.1709 57.2783ZM34.1709 57.6783C32.5726 57.6783 31.277 58.974 31.277 60.5723C31.277 62.1706 32.5726 63.4662 34.1709 63.4662H78.27C79.8683 63.4662 81.164 62.1706 81.164 60.5723C81.164 58.974 79.8683 57.6783 78.27 57.6783H34.1709Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3502c0f922__svg_770b10e298__paint2_linear_99_8945)' })),
63
+ react_1.default.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter3_i_99_8945)" },
64
+ react_1.default.createElement("path", { d: "M30.999 42.8944C30.999 41.2962 32.2947 40.0005 33.893 40.0005H79.4921C81.0904 40.0005 82.3861 41.2962 82.3861 42.8944C82.3861 44.4927 81.0904 45.7884 79.4921 45.7884H33.893C32.2947 45.7884 30.999 44.4927 30.999 42.8944Z", fill: useCurrentColor ? 'currentColor' : '#B3BAD5' })),
65
+ react_1.default.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter4_i_99_8945)" },
66
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.8926 39.6006H79.4917C81.3109 39.6006 82.7857 41.0753 82.7857 42.8945C82.7857 44.7137 81.3109 46.1885 79.4917 46.1885H33.8926C32.0734 46.1885 30.5986 44.7137 30.5986 42.8945C30.5986 41.0753 32.0734 39.6006 33.8926 39.6006ZM33.8926 40.0006C32.2943 40.0006 30.9986 41.2963 30.9986 42.8945C30.9986 44.4928 32.2943 45.7885 33.8926 45.7885H79.4917C81.09 45.7885 82.3857 44.4928 82.3857 42.8945C82.3857 41.2963 81.09 40.0006 79.4917 40.0006H33.8926Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3502c0f922__svg_770b10e298__paint3_linear_99_8945)' })),
67
+ react_1.default.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter5_i_99_8945)" },
68
+ react_1.default.createElement("path", { d: "M31.2773 77.5043C31.2773 75.906 32.573 74.6104 34.1713 74.6104H59.7325C61.3308 74.6104 62.6264 75.906 62.6264 77.5043C62.6264 79.1026 61.3308 80.3983 59.7325 80.3983H34.1713C32.573 80.3983 31.2773 79.1026 31.2773 77.5043Z", fill: useCurrentColor ? 'currentColor' : '#B3BAD5' })),
69
+ react_1.default.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter6_i_99_8945)" },
70
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.1709 74.2104H59.7321C61.5513 74.2104 63.026 75.6852 63.026 77.5044C63.026 79.3236 61.5513 80.7984 59.7321 80.7984H34.1709C32.3517 80.7984 30.877 79.3236 30.877 77.5044C30.877 75.6852 32.3517 74.2104 34.1709 74.2104ZM34.1709 74.6104C32.5726 74.6104 31.277 75.9061 31.277 77.5044C31.277 79.1027 32.5726 80.3984 34.1709 80.3984H59.7321C61.3304 80.3984 62.626 79.1027 62.626 77.5044C62.626 75.9061 61.3304 74.6104 59.7321 74.6104H34.1709Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3502c0f922__svg_770b10e298__paint4_linear_99_8945)' })),
71
+ react_1.default.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter7_d_99_8945)" },
72
+ react_1.default.createElement("mask", { id: "svg_3502c0f922__a", fill: useCurrentColor ? 'currentColor' : '#fff' },
73
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M69.1646 8.00705L100.997 39.6774H76.4984C72.67 39.6774 69.5517 36.6018 69.4991 32.7737L69.1646 8.44498L69.1646 10.6901C69.1646 8.23696 67.585 8.00633 67.585 8.00633L69.1586 8.00633L69.1585 8.00098L69.1639 8.00633H69.1646V8.00705ZM100.996 41.2549C100.996 41.2549 100.764 39.6824 98.3001 39.6824H100.996V41.2549Z" })),
74
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M69.1646 8.00705L100.997 39.6774H76.4984C72.67 39.6774 69.5517 36.6018 69.4991 32.7737L69.1646 8.44498L69.1646 10.6901C69.1646 8.23696 67.585 8.00633 67.585 8.00633L69.1586 8.00633L69.1585 8.00098L69.1639 8.00633H69.1646V8.00705ZM100.996 41.2549C100.996 41.2549 100.764 39.6824 98.3001 39.6824H100.996V41.2549Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3502c0f922__svg_770b10e298__paint5_linear_99_8945)' }),
75
+ react_1.default.createElement("path", { d: "M100.997 39.6774V40.4952H102.978L101.573 39.0977L100.997 39.6774ZM69.1646 8.00705H68.3468V8.347L68.5878 8.58678L69.1646 8.00705ZM69.4991 32.7737L68.6814 32.7849L69.4991 32.7737ZM69.1646 8.44498L69.9823 8.43374L68.3468 8.44498L69.1646 8.44498ZM67.585 8.00633L67.585 7.18855L67.4668 8.81553L67.585 8.00633ZM69.1586 8.00633V8.82411L69.9877 8.82411L69.9763 7.99508L69.1586 8.00633ZM69.1585 8.00098L69.7353 7.42125L68.3132 6.00638L68.3408 8.01223L69.1585 8.00098ZM69.1639 8.00633L68.5871 8.58606L68.8264 8.82411H69.1639V8.00633ZM69.1646 8.00633H69.9824V7.18855H69.1646V8.00633ZM100.996 41.2549L100.187 41.3741L101.814 41.2549H100.996ZM100.996 39.6824H101.814V38.8646H100.996V39.6824ZM101.573 39.0977L69.7414 7.42733L68.5878 8.58678L100.42 40.2572L101.573 39.0977ZM76.4984 40.4952H100.997V38.8597H76.4984V40.4952ZM68.6814 32.7849C68.7402 37.0602 72.2227 40.4952 76.4984 40.4952V38.8597C73.1172 38.8597 70.3633 36.1433 70.3168 32.7624L68.6814 32.7849ZM68.3469 8.45623L68.6814 32.7849L70.3168 32.7624L69.9823 8.43374L68.3469 8.45623ZM69.9824 10.6901L69.9824 8.44498L68.3468 8.44498L68.3468 10.6901H69.9824ZM67.585 8.00633C67.4668 8.81553 67.4662 8.81544 67.4656 8.81535C67.4654 8.81533 67.4649 8.81524 67.4645 8.81518C67.4637 8.81507 67.463 8.81496 67.4623 8.81485C67.4608 8.81463 67.4595 8.81442 67.4582 8.81422C67.4557 8.81382 67.4535 8.81346 67.4516 8.81314C67.4479 8.81249 67.4454 8.81202 67.444 8.81176C67.4414 8.81124 67.4434 8.81156 67.4493 8.81308C67.4613 8.81617 67.4881 8.82383 67.5249 8.83872C67.5986 8.86854 67.7075 8.92535 67.8203 9.02937C68.0229 9.21627 68.3468 9.65628 68.3468 10.6901H69.9824C69.9824 9.27075 69.5165 8.36889 68.9293 7.8272C68.6471 7.56692 68.3612 7.41276 68.1386 7.32268C68.0273 7.27761 67.9307 7.24809 67.8563 7.22898C67.8191 7.2194 67.7871 7.21237 67.7614 7.20728C67.7485 7.20473 67.7371 7.20266 67.7274 7.201C67.7225 7.20016 67.718 7.19943 67.714 7.19879C67.712 7.19847 67.71 7.19817 67.7082 7.1979C67.7073 7.19776 67.7064 7.19763 67.7056 7.1975C67.7052 7.19744 67.7045 7.19734 67.7043 7.19731C67.7037 7.19722 67.7031 7.19713 67.585 8.00633ZM69.1586 7.18855L67.585 7.18855L67.585 8.82411L69.1586 8.82411V7.18855ZM68.3408 8.01223L68.3409 8.01758L69.9763 7.99508L69.9762 7.98973L68.3408 8.01223ZM69.7407 7.42661L69.7353 7.42125L68.5817 8.5807L68.5871 8.58606L69.7407 7.42661ZM69.1646 7.18855H69.1639V8.82411H69.1646V7.18855ZM69.9824 8.00705V8.00633H68.3468V8.00705H69.9824ZM98.3001 40.5001C99.3418 40.5001 99.7856 40.8239 99.9736 41.0258C100.078 41.1379 100.135 41.2459 100.164 41.3184C100.179 41.3547 100.187 41.381 100.19 41.3925C100.191 41.3983 100.191 41.4 100.191 41.3973C100.191 41.3959 100.19 41.3933 100.189 41.3895C100.189 41.3875 100.189 41.3853 100.188 41.3828C100.188 41.3815 100.188 41.3801 100.188 41.3787C100.188 41.3779 100.187 41.3772 100.187 41.3764C100.187 41.376 100.187 41.3755 100.187 41.3753C100.187 41.3747 100.187 41.3741 100.996 41.2549C101.805 41.1357 101.805 41.1351 101.805 41.1344C101.805 41.1342 101.805 41.1336 101.805 41.1332C101.805 41.1323 101.804 41.1314 101.804 41.1305C101.804 41.1287 101.804 41.1268 101.803 41.1247C101.803 41.1206 101.802 41.1162 101.801 41.1113C101.799 41.1015 101.797 41.0901 101.795 41.0772C101.79 41.0513 101.783 41.0194 101.773 40.9821C101.754 40.9077 101.724 40.8111 101.678 40.6999C101.588 40.4776 101.432 40.1925 101.171 39.9114C100.627 39.3271 99.7226 38.8646 98.3001 38.8646V40.5001ZM100.996 38.8646H98.3001V40.5001H100.996V38.8646ZM101.814 41.2549V39.6824H100.178V41.2549H101.814Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3502c0f922__svg_770b10e298__paint6_linear_99_8945)', mask: "url(#svg_3502c0f922__a)" })),
76
+ react_1.default.createElement("defs", null,
77
+ react_1.default.createElement("filter", { id: "svg_3502c0f922__svg_770b10e298__filter0_dii_99_8945", x: "18.5", y: "7", width: "84", height: "106.494", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
78
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
79
+ 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" }),
80
+ react_1.default.createElement("feOffset", { dy: "1" }),
81
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
82
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
83
+ 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" }),
84
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8945" }),
85
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8945", result: "shape" }),
86
+ 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" }),
87
+ react_1.default.createElement("feOffset", { dx: "1.6", dy: "1.6" }),
88
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
89
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
90
+ 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" }),
91
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8945" }),
92
+ 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" }),
93
+ react_1.default.createElement("feOffset", { dy: "-1.5" }),
94
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
95
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
96
+ 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" }),
97
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_99_8945", result: "effect3_innerShadow_99_8945" })),
98
+ react_1.default.createElement("filter", { id: "svg_3502c0f922__svg_770b10e298__filter1_i_99_8945", x: "30.777", y: "57.678", width: "50.387", height: "6.288", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
99
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
100
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
101
+ 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" }),
102
+ react_1.default.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
103
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
104
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
105
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.649826 0 0 0 0 0.678194 0 0 0 0 0.791667 0 0 0 1 0" }),
106
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
107
+ react_1.default.createElement("filter", { id: "svg_3502c0f922__svg_770b10e298__filter2_i_99_8945", x: "30.377", y: "57.278", width: "51.188", height: "7.088", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
108
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
109
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
110
+ 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" }),
111
+ react_1.default.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
112
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
113
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
114
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.649826 0 0 0 0 0.678194 0 0 0 0 0.791667 0 0 0 1 0" }),
115
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
116
+ react_1.default.createElement("filter", { id: "svg_3502c0f922__svg_770b10e298__filter3_i_99_8945", x: "30.499", y: "40.001", width: "51.887", height: "6.288", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
117
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
118
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
119
+ 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" }),
120
+ react_1.default.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
121
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
122
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
123
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.649826 0 0 0 0 0.678194 0 0 0 0 0.791667 0 0 0 1 0" }),
124
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
125
+ react_1.default.createElement("filter", { id: "svg_3502c0f922__svg_770b10e298__filter4_i_99_8945", x: "30.099", y: "39.601", width: "52.688", height: "7.088", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
126
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
127
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
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", { dx: "-1.905", dy: "1.428" }),
130
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
131
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
132
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.649826 0 0 0 0 0.678194 0 0 0 0 0.791667 0 0 0 1 0" }),
133
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
134
+ react_1.default.createElement("filter", { id: "svg_3502c0f922__svg_770b10e298__filter5_i_99_8945", x: "30.777", y: "74.61", width: "31.849", height: "6.288", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
135
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
136
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
137
+ 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" }),
138
+ react_1.default.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
139
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
140
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
141
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.649826 0 0 0 0 0.678194 0 0 0 0 0.791667 0 0 0 1 0" }),
142
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
143
+ react_1.default.createElement("filter", { id: "svg_3502c0f922__svg_770b10e298__filter6_i_99_8945", x: "30.377", y: "74.21", width: "32.649", height: "7.088", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
144
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
145
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
146
+ react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
147
+ react_1.default.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
148
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
149
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
150
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.649826 0 0 0 0 0.678194 0 0 0 0 0.791667 0 0 0 1 0" }),
151
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
152
+ react_1.default.createElement("filter", { id: "svg_3502c0f922__svg_770b10e298__filter7_d_99_8945", x: "65.204", y: "8.001", width: "37.22", height: "38.015", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
153
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
154
+ react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
155
+ react_1.default.createElement("feOffset", { dx: "-.476", dy: "2.857" }),
156
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".952" }),
157
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
158
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
159
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8945" }),
160
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8945", result: "shape" })),
161
+ react_1.default.createElement("linearGradient", { id: "svg_3502c0f922__svg_770b10e298__paint0_linear_99_8945", x1: "86.703", y1: "20.25", x2: "17.431", y2: "115.612", gradientUnits: "userSpaceOnUse" },
162
+ react_1.default.createElement("stop", { stopColor: "#FCFCFC" }),
163
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#F4F4F4" })),
164
+ react_1.default.createElement("linearGradient", { id: "svg_3502c0f922__svg_770b10e298__paint1_linear_99_8945", x1: "52.71", y1: "7.5", x2: "38.165", y2: "108.025", gradientUnits: "userSpaceOnUse" },
165
+ react_1.default.createElement("stop", { stopColor: "#D2D2D5" }),
166
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#D3D2D9" }),
167
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#D8D8D8" }),
168
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
169
+ react_1.default.createElement("linearGradient", { id: "svg_3502c0f922__svg_770b10e298__paint2_linear_99_8945", x1: "60.56", y1: "52.724", x2: "57.855", y2: "66.185", gradientUnits: "userSpaceOnUse" },
170
+ react_1.default.createElement("stop", { offset: ".273", stopColor: "#979FBE" }),
171
+ react_1.default.createElement("stop", { offset: ".795", stopColor: "#9FA6C2" }),
172
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#969DBA" })),
173
+ react_1.default.createElement("linearGradient", { id: "svg_3502c0f922__svg_770b10e298__paint3_linear_99_8945", x1: "61.163", y1: "35.046", x2: "58.53", y2: "48.537", gradientUnits: "userSpaceOnUse" },
174
+ react_1.default.createElement("stop", { offset: ".273", stopColor: "#979FBE" }),
175
+ react_1.default.createElement("stop", { offset: ".795", stopColor: "#9FA6C2" }),
176
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#969DBA" })),
177
+ react_1.default.createElement("linearGradient", { id: "svg_3502c0f922__svg_770b10e298__paint4_linear_99_8945", x1: "49.679", y1: "69.656", x2: "45.615", y2: "82.361", gradientUnits: "userSpaceOnUse" },
178
+ react_1.default.createElement("stop", { offset: ".273", stopColor: "#979FBE" }),
179
+ react_1.default.createElement("stop", { offset: ".795", stopColor: "#9FA6C2" }),
180
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#969DBA" })),
181
+ react_1.default.createElement("linearGradient", { id: "svg_3502c0f922__svg_770b10e298__paint5_linear_99_8945", x1: "89.792", y1: "21.973", x2: "74.462", y2: "41.636", gradientUnits: "userSpaceOnUse" },
182
+ react_1.default.createElement("stop", { offset: ".162", stopColor: "#F2F2F2" }),
183
+ react_1.default.createElement("stop", { offset: ".738", stopColor: "#fff" })),
184
+ react_1.default.createElement("linearGradient", { id: "svg_3502c0f922__svg_770b10e298__paint6_linear_99_8945", x1: "65.039", y1: "43.919", x2: "80.427", y2: "28.54", gradientUnits: "userSpaceOnUse" },
185
+ react_1.default.createElement("stop", { stopColor: "#E2E2E2" }),
186
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#9C9C9C", stopOpacity: "0" }))));
187
+ }
188
+ var IconNoDataSimplified = react_1.default.forwardRef(IconNoDataSimplifiedComponent);
189
+ exports.default = IconNoDataSimplified;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconNoPermissionHighSaturation: 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 IconNoPermissionHighSaturation;