@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,164 @@
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 __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { useContext } from 'react';
24
+ import { Context } from '../context';
25
+ function IconNoDataSimplifiedComponent(props, ref) {
26
+ var prefixFromContext = useContext(Context).prefix;
27
+ 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"]);
28
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
+ return React.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 }),
31
+ React.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter0_dii_99_8945)" },
32
+ React.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)' })),
33
+ React.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)' }),
34
+ React.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter1_i_99_8945)" },
35
+ React.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' })),
36
+ React.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter2_i_99_8945)" },
37
+ React.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)' })),
38
+ React.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter3_i_99_8945)" },
39
+ React.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' })),
40
+ React.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter4_i_99_8945)" },
41
+ React.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)' })),
42
+ React.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter5_i_99_8945)" },
43
+ React.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' })),
44
+ React.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter6_i_99_8945)" },
45
+ React.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)' })),
46
+ React.createElement("g", { filter: "url(#svg_3502c0f922__svg_770b10e298__filter7_d_99_8945)" },
47
+ React.createElement("mask", { id: "svg_3502c0f922__a", fill: useCurrentColor ? 'currentColor' : '#fff' },
48
+ React.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" })),
49
+ React.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)' }),
50
+ React.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)" })),
51
+ React.createElement("defs", null,
52
+ React.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" },
53
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
54
+ React.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" }),
55
+ React.createElement("feOffset", { dy: "1" }),
56
+ React.createElement("feGaussianBlur", { stdDeviation: ".5" }),
57
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
58
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
59
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8945" }),
60
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8945", result: "shape" }),
61
+ React.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" }),
62
+ React.createElement("feOffset", { dx: "1.6", dy: "1.6" }),
63
+ React.createElement("feGaussianBlur", { stdDeviation: ".5" }),
64
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
65
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
66
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_99_8945" }),
67
+ React.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" }),
68
+ React.createElement("feOffset", { dy: "-1.5" }),
69
+ React.createElement("feGaussianBlur", { stdDeviation: ".25" }),
70
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
71
+ React.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" }),
72
+ React.createElement("feBlend", { in2: "effect2_innerShadow_99_8945", result: "effect3_innerShadow_99_8945" })),
73
+ React.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" },
74
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
75
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
76
+ React.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" }),
77
+ React.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
78
+ React.createElement("feGaussianBlur", { stdDeviation: ".25" }),
79
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
80
+ React.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" }),
81
+ React.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
82
+ React.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" },
83
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
84
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
85
+ React.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" }),
86
+ React.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
87
+ React.createElement("feGaussianBlur", { stdDeviation: ".25" }),
88
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
89
+ React.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" }),
90
+ React.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
91
+ React.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" },
92
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
93
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
94
+ React.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" }),
95
+ React.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
96
+ React.createElement("feGaussianBlur", { stdDeviation: ".25" }),
97
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
98
+ React.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" }),
99
+ React.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
100
+ React.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" },
101
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
102
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
103
+ React.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" }),
104
+ React.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
105
+ React.createElement("feGaussianBlur", { stdDeviation: ".25" }),
106
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
107
+ React.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" }),
108
+ React.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
109
+ React.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" },
110
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
111
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
112
+ React.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" }),
113
+ React.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
114
+ React.createElement("feGaussianBlur", { stdDeviation: ".25" }),
115
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
116
+ React.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" }),
117
+ React.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
118
+ React.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" },
119
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
120
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
121
+ React.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.createElement("feOffset", { dx: "-1.905", dy: "1.428" }),
123
+ React.createElement("feGaussianBlur", { stdDeviation: ".25" }),
124
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
125
+ React.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" }),
126
+ React.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_99_8945" })),
127
+ React.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" },
128
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
129
+ React.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" }),
130
+ React.createElement("feOffset", { dx: "-.476", dy: "2.857" }),
131
+ React.createElement("feGaussianBlur", { stdDeviation: ".952" }),
132
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
133
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
134
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_99_8945" }),
135
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_99_8945", result: "shape" })),
136
+ React.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" },
137
+ React.createElement("stop", { stopColor: "#FCFCFC" }),
138
+ React.createElement("stop", { offset: ".855", stopColor: "#F4F4F4" })),
139
+ React.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" },
140
+ React.createElement("stop", { stopColor: "#D2D2D5" }),
141
+ React.createElement("stop", { offset: ".192", stopColor: "#D3D2D9" }),
142
+ React.createElement("stop", { offset: ".704", stopColor: "#D8D8D8" }),
143
+ React.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
144
+ React.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" },
145
+ React.createElement("stop", { offset: ".273", stopColor: "#979FBE" }),
146
+ React.createElement("stop", { offset: ".795", stopColor: "#9FA6C2" }),
147
+ React.createElement("stop", { offset: "1", stopColor: "#969DBA" })),
148
+ React.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" },
149
+ React.createElement("stop", { offset: ".273", stopColor: "#979FBE" }),
150
+ React.createElement("stop", { offset: ".795", stopColor: "#9FA6C2" }),
151
+ React.createElement("stop", { offset: "1", stopColor: "#969DBA" })),
152
+ React.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" },
153
+ React.createElement("stop", { offset: ".273", stopColor: "#979FBE" }),
154
+ React.createElement("stop", { offset: ".795", stopColor: "#9FA6C2" }),
155
+ React.createElement("stop", { offset: "1", stopColor: "#969DBA" })),
156
+ React.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" },
157
+ React.createElement("stop", { offset: ".162", stopColor: "#F2F2F2" }),
158
+ React.createElement("stop", { offset: ".738", stopColor: "#fff" })),
159
+ React.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" },
160
+ React.createElement("stop", { stopColor: "#E2E2E2" }),
161
+ React.createElement("stop", { offset: "1", stopColor: "#9C9C9C", stopOpacity: "0" }))));
162
+ }
163
+ var IconNoDataSimplified = React.forwardRef(IconNoDataSimplifiedComponent);
164
+ export 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;
@@ -0,0 +1,222 @@
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 __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { useContext } from 'react';
24
+ import { Context } from '../context';
25
+ function IconNoPermissionHighSaturationComponent(props, ref) {
26
+ var prefixFromContext = useContext(Context).prefix;
27
+ 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"]);
28
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
29
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
+ return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-no-permission-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 }),
31
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter0_iiiii_52_8305)" },
32
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59 12C48.5066 12 40 20.5066 40 31V50H49V32C49 25.9249 53.9249 21 60 21C66.0751 21 71 25.9249 71 32V50H80V31C80 20.5066 71.4934 12 61 12H59Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint0_linear_52_8305)' })),
33
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter1_f_52_8305)" },
34
+ React.createElement("path", { d: "M59.5 13C53.8857 13.0002 49.5 15.8333 48 17.5C60 8.5 72.5 18.5002 71.5 17.5C70.5 16.4998 67 12.9998 59.5 13Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint1_linear_52_8305)' })),
35
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter2_f_52_8305)" },
36
+ React.createElement("path", { d: "M62 14C66.8333 14.6667 77.5 18.5 76.5 30C75.3333 25.8333 70.8 16.8 62 14Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint2_linear_52_8305)' })),
37
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter3_f_52_8305)" },
38
+ React.createElement("path", { d: "M54.8861 22.3174C52.1698 23.4275 49.8078 26.8052 49.4596 28.8176L48.7918 27.5138C49.6657 24.0889 53.0909 22.3174 54.8861 22.3174Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint3_linear_52_8305)' })),
39
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter4_f_52_8305)" },
40
+ React.createElement("path", { d: "M77 30C77 25.2 75.6667 22.3333 75 21.5C78.2 23.5 79 28.6667 79 31V49.5H77V30Z", fill: useCurrentColor ? 'currentColor' : '#fff' })),
41
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter5_f_52_8305)" },
42
+ React.createElement("path", { d: "M70.9209 31.8193C70.7689 24.4568 65.1017 21.6038 62.2871 21.0977C63.7142 21.3543 67.1355 21.7896 69.0349 23.9151C71.0084 26.6856 71.1265 30.143 70.9209 31.8193Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint4_linear_52_8305)' })),
43
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter6_f_52_8305)" },
44
+ React.createElement("path", { d: "M66.8808 22.0573C59.4862 16.8063 52.1349 21.2171 50.3174 23.9041C51.9297 23.1089 55.4635 21.1774 57.4799 20.9422C63.7473 20.211 65.4672 21.7922 66.8808 22.0573Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint5_linear_52_8305)' })),
45
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter7_f_52_8305)" },
46
+ React.createElement("path", { d: "M47.0086 31.54C47.056 28.4966 47.8607 26.7055 48.2571 26.1904C47.6865 27.9025 48.0194 30.4702 48.2571 31.54V49.9076H47.0086C46.9888 45.0531 46.9612 34.5834 47.0086 31.54Z", fill: useCurrentColor ? 'currentColor' : '#fff' })),
47
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter8_f_52_8305)" },
48
+ React.createElement("path", { d: "M42.1895 22.6118C43.2863 20.0611 46.3903 15.4822 51.2192 15.0361C44.9287 19.5902 44.5532 20.0043 42.1895 22.6118Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint6_linear_52_8305)', fillOpacity: ".8" })),
49
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter9_d_52_8305)" },
50
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter10_dii_52_8305)" },
51
+ React.createElement("rect", { x: "25", y: "44.523", width: "70", height: "63.541", rx: "10", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint7_linear_52_8305)' })),
52
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M85 45.1234H35C29.8085 45.1234 25.6 49.332 25.6 54.5234V98.0643C25.6 103.256 29.8085 107.464 35 107.464H85C90.1915 107.464 94.4 103.256 94.4 98.0643V54.5234C94.4 49.332 90.1915 45.1234 85 45.1234ZM35 44.5234C29.4772 44.5234 25 49.0006 25 54.5234V98.0643C25 103.587 29.4772 108.064 35 108.064H85C90.5229 108.064 95 103.587 95 98.0643V54.5234C95 49.0006 90.5229 44.5234 85 44.5234H35Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint8_linear_52_8305)' }),
53
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter11_d_52_8305)" },
54
+ React.createElement("path", { d: "M82.826 76.2942C82.826 88.8273 72.6064 98.9874 59.9999 98.9874C47.3934 98.9874 37.1738 88.8273 37.1738 76.2942C37.1738 63.7612 47.3934 53.6011 59.9999 53.6011C72.6064 53.6011 82.826 63.7612 82.826 76.2942Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint9_linear_52_8305)' })),
55
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter12_d_52_8305)" },
56
+ React.createElement("path", { d: "M82.826 76.2942C82.826 88.8273 72.6064 98.9874 59.9999 98.9874C47.3934 98.9874 37.1738 88.8273 37.1738 76.2942C37.1738 63.7612 47.3934 53.6011 59.9999 53.6011C72.6064 53.6011 82.826 63.7612 82.826 76.2942Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_3d9b0ddbab__svg_a78108c2af__paint10_linear_52_8305)' })),
57
+ React.createElement("g", { filter: "url(#svg_3d9b0ddbab__svg_a78108c2af__filter13_i_52_8305)" },
58
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M61.916 78.4782C63.6474 77.7426 64.8599 76.0411 64.8599 74.0595C64.8599 71.4046 62.6835 69.2524 59.9988 69.2524C57.3141 69.2524 55.1377 71.4046 55.1377 74.0595C55.1377 76.0108 56.3134 77.6906 58.0026 78.4438L57.1763 83.693C57.1268 84.0076 57.37 84.2921 57.6886 84.2921H62.3001C62.6216 84.2921 62.8656 84.0026 62.8111 83.6858L61.916 78.4782Z", fill: useCurrentColor ? 'currentColor' : '#216BFA' }))),
59
+ React.createElement("defs", null,
60
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter0_iiiii_52_8305", x: "38", y: "12", width: "43", height: "39", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
61
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
62
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
63
+ React.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" }),
64
+ React.createElement("feOffset", { dy: "1" }),
65
+ React.createElement("feGaussianBlur", { stdDeviation: ".5" }),
66
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
67
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.9 0 0 0 0 0.9 0 0 0 0 0.9 0 0 0 0.5 0" }),
68
+ React.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_52_8305" }),
69
+ React.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" }),
70
+ React.createElement("feOffset", { dx: "-3" }),
71
+ React.createElement("feGaussianBlur", { stdDeviation: "1" }),
72
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
73
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.988235 0 0 0 0 0.988235 0 0 0 0 0.988235 0 0 0 1 0" }),
74
+ React.createElement("feBlend", { in2: "effect1_innerShadow_52_8305", result: "effect2_innerShadow_52_8305" }),
75
+ React.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" }),
76
+ React.createElement("feOffset", { dx: "-1" }),
77
+ React.createElement("feGaussianBlur", { stdDeviation: ".5" }),
78
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
79
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.792157 0 0 0 0 0.792157 0 0 0 0 0.792157 0 0 0 1 0" }),
80
+ React.createElement("feBlend", { in2: "effect2_innerShadow_52_8305", result: "effect3_innerShadow_52_8305" }),
81
+ React.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" }),
82
+ React.createElement("feOffset", { dx: "2" }),
83
+ React.createElement("feGaussianBlur", { stdDeviation: ".5" }),
84
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
85
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
86
+ React.createElement("feBlend", { in2: "effect3_innerShadow_52_8305", result: "effect4_innerShadow_52_8305" }),
87
+ React.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" }),
88
+ React.createElement("feOffset", { dx: ".5" }),
89
+ React.createElement("feGaussianBlur", { stdDeviation: ".5" }),
90
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
91
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.791667 0 0 0 0 0.791667 0 0 0 0 0.791667 0 0 0 1 0" }),
92
+ React.createElement("feBlend", { in2: "effect4_innerShadow_52_8305", result: "effect5_innerShadow_52_8305" })),
93
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter1_f_52_8305", x: "47.6", y: "12.6", width: "24.357", height: "5.371", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
94
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
95
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
96
+ React.createElement("feGaussianBlur", { stdDeviation: ".2", result: "effect1_foregroundBlur_52_8305" })),
97
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter2_f_52_8305", x: "61", y: "13", width: "16.565", height: "18", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
98
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
99
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
100
+ React.createElement("feGaussianBlur", { stdDeviation: ".5", result: "effect1_foregroundBlur_52_8305" })),
101
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter3_f_52_8305", x: "48.292", y: "21.817", width: "7.094", height: "7.5", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
102
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
103
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
104
+ React.createElement("feGaussianBlur", { stdDeviation: ".25", result: "effect1_foregroundBlur_52_8305" })),
105
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter4_f_52_8305", x: "74.2", y: "20.7", width: "5.6", height: "29.6", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
106
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
107
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
108
+ React.createElement("feGaussianBlur", { stdDeviation: ".4", result: "effect1_foregroundBlur_52_8305" })),
109
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter5_f_52_8305", x: "61.787", y: "20.598", width: "9.706", height: "11.722", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
110
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
111
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
112
+ React.createElement("feGaussianBlur", { stdDeviation: ".25", result: "effect1_foregroundBlur_52_8305" })),
113
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter6_f_52_8305", x: "49.317", y: "18.605", width: "18.564", height: "6.3", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
114
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
115
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
116
+ React.createElement("feGaussianBlur", { stdDeviation: ".5", result: "effect1_foregroundBlur_52_8305" })),
117
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter7_f_52_8305", x: "46.582", y: "25.79", width: "2.074", height: "24.517", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
118
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
119
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
120
+ React.createElement("feGaussianBlur", { stdDeviation: ".2", result: "effect1_foregroundBlur_52_8305" })),
121
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter8_f_52_8305", x: "41.69", y: "14.536", width: "10.029", height: "8.576", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
122
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
123
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
124
+ React.createElement("feGaussianBlur", { stdDeviation: ".25", result: "effect1_foregroundBlur_52_8305" })),
125
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter9_d_52_8305", x: "21.618", y: "43.396", width: "76.763", height: "70.304", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
126
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
127
+ React.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.createElement("feOffset", { dy: "2.254" }),
129
+ React.createElement("feGaussianBlur", { stdDeviation: "1.691" }),
130
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
131
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
132
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_8305" }),
133
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_8305", result: "shape" })),
134
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter10_dii_52_8305", x: "24.468", y: "43.991", width: "72.13", height: "66.203", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
135
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
136
+ React.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" }),
137
+ React.createElement("feOffset", { dx: ".532", dy: "1.065" }),
138
+ React.createElement("feGaussianBlur", { stdDeviation: ".532" }),
139
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
140
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
141
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_8305" }),
142
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_8305", result: "shape" }),
143
+ React.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.createElement("feOffset", { dx: "1.597", dy: "1.597" }),
145
+ React.createElement("feGaussianBlur", { stdDeviation: ".532" }),
146
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
147
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
148
+ React.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_8305" }),
149
+ React.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
150
+ React.createElement("feOffset", { dx: "-1.597", dy: "-1.597" }),
151
+ React.createElement("feGaussianBlur", { stdDeviation: ".266" }),
152
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
153
+ React.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" }),
154
+ React.createElement("feBlend", { in2: "effect2_innerShadow_52_8305", result: "effect3_innerShadow_52_8305" })),
155
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter11_d_52_8305", x: "36.674", y: "52.601", width: "46.152", height: "46.386", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
156
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
157
+ React.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" }),
158
+ React.createElement("feOffset", { dx: "-.5", dy: "-1" }),
159
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
160
+ React.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
161
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_8305" }),
162
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_8305", result: "shape" })),
163
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter12_d_52_8305", x: "37.174", y: "53.601", width: "46.902", height: "46.636", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
164
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
165
+ React.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" }),
166
+ React.createElement("feOffset", { dx: "1", dy: "1" }),
167
+ React.createElement("feGaussianBlur", { stdDeviation: ".125" }),
168
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
169
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0.825 0 0 0 0 0.825 0 0 0 0 0.825 0 0 0 1 0" }),
170
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_8305" }),
171
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_8305", result: "shape" })),
172
+ React.createElement("filter", { id: "svg_3d9b0ddbab__svg_a78108c2af__filter13_i_52_8305", x: "55.138", y: "69.252", width: "9.723", height: "16.012", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
173
+ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
174
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
175
+ React.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" }),
176
+ React.createElement("feOffset", { dy: ".972" }),
177
+ React.createElement("feGaussianBlur", { stdDeviation: "1.215" }),
178
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
179
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" }),
180
+ React.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_52_8305" })),
181
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint0_linear_52_8305", x1: "60", y1: "12", x2: "60", y2: "50", gradientUnits: "userSpaceOnUse" },
182
+ React.createElement("stop", { stopColor: "#989898" }),
183
+ React.createElement("stop", { offset: "1", stopColor: "#929292" })),
184
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint1_linear_52_8305", x1: "70.5", y1: "15", x2: "49", y2: "16", gradientUnits: "userSpaceOnUse" },
185
+ React.createElement("stop", { stopColor: "#706E6F", stopOpacity: ".4" }),
186
+ React.createElement("stop", { offset: ".558", stopColor: "#767676" }),
187
+ React.createElement("stop", { offset: "1", stopColor: "#706E6F", stopOpacity: ".4" })),
188
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint2_linear_52_8305", x1: "64", y1: "14", x2: "77", y2: "28", gradientUnits: "userSpaceOnUse" },
189
+ React.createElement("stop", { stopColor: "#fff", stopOpacity: ".64" }),
190
+ React.createElement("stop", { offset: ".35", stopColor: "#fff" }),
191
+ React.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".42" })),
192
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint3_linear_52_8305", x1: "51.839", y1: "22.317", x2: "51.839", y2: "28.818", gradientUnits: "userSpaceOnUse" },
193
+ React.createElement("stop", { offset: ".106", stopColor: "#A7A7A7", stopOpacity: ".56" }),
194
+ React.createElement("stop", { offset: ".387", stopColor: "#A7A7A7", stopOpacity: ".7" }),
195
+ React.createElement("stop", { offset: ".608", stopColor: "#A7A7A7", stopOpacity: ".47" }),
196
+ React.createElement("stop", { offset: "1", stopColor: "#A7A7A7", stopOpacity: "0" })),
197
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint4_linear_52_8305", x1: "70.994", y1: "24.44", x2: "68.69", y2: "26.136", gradientUnits: "userSpaceOnUse" },
198
+ React.createElement("stop", { offset: ".349", stopColor: "#A7A7A7", stopOpacity: ".51" }),
199
+ React.createElement("stop", { offset: ".861", stopColor: "#A7A7A7", stopOpacity: ".92" })),
200
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint5_linear_52_8305", x1: "62.426", y1: "19.713", x2: "53.1", y2: "22.649", gradientUnits: "userSpaceOnUse" },
201
+ React.createElement("stop", { stopColor: "#FDFDFD" }),
202
+ React.createElement("stop", { offset: "1", stopColor: "#EAEAEA", stopOpacity: ".26" })),
203
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint6_linear_52_8305", x1: "49.188", y1: "15.036", x2: "42.462", y2: "22.612", gradientUnits: "userSpaceOnUse" },
204
+ React.createElement("stop", { stopColor: "#C2C2C2" }),
205
+ React.createElement("stop", { offset: "1", stopColor: "#C2C2C2" })),
206
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint7_linear_52_8305", x1: "82.368", y1: "52.314", x2: "45.936", y2: "122.384", gradientUnits: "userSpaceOnUse" },
207
+ React.createElement("stop", { stopColor: "#EBEBEC" }),
208
+ React.createElement("stop", { offset: ".855", stopColor: "#EDEDEE" })),
209
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint8_linear_52_8305", x1: "32.714", y1: "39.523", x2: "66.744", y2: "105.635", gradientUnits: "userSpaceOnUse" },
210
+ React.createElement("stop", { stopColor: "#E0DEDE" }),
211
+ React.createElement("stop", { offset: ".192", stopColor: "#E7E7E7" }),
212
+ React.createElement("stop", { offset: ".704", stopColor: "#D9D9D9" }),
213
+ React.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
214
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint9_linear_52_8305", x1: "47", y1: "59.064", x2: "75.212", y2: "95.902", gradientUnits: "userSpaceOnUse" },
215
+ React.createElement("stop", { stopColor: "#F3F3F3" }),
216
+ React.createElement("stop", { offset: "1", stopColor: "#F0F0F0" })),
217
+ React.createElement("linearGradient", { id: "svg_3d9b0ddbab__svg_a78108c2af__paint10_linear_52_8305", x1: "47", y1: "59.064", x2: "75.212", y2: "95.902", gradientUnits: "userSpaceOnUse" },
218
+ React.createElement("stop", { stopColor: "#F3F3F3" }),
219
+ React.createElement("stop", { offset: "1", stopColor: "#F0F0F0" }))));
220
+ }
221
+ var IconNoPermissionHighSaturation = React.forwardRef(IconNoPermissionHighSaturationComponent);
222
+ export default IconNoPermissionHighSaturation;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconNoPermissionLowSaturation: 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 IconNoPermissionLowSaturation;