@semcore/illustration 17.0.0-prerelease.4 → 17.0.1-prerelease.0

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 (272) hide show
  1. package/AccessDenied/index.d.ts +28 -0
  2. package/AccessDenied/index.js +242 -0
  3. package/AccessDenied/index.mjs +220 -0
  4. package/AccessLogIn/index.d.ts +28 -0
  5. package/AccessLogIn/index.js +344 -0
  6. package/AccessLogIn/index.mjs +322 -0
  7. package/AreaChart/index.d.ts +28 -0
  8. package/AreaChart/index.js +89 -0
  9. package/AreaChart/index.mjs +67 -0
  10. package/Blocked/index.d.ts +28 -0
  11. package/Blocked/index.js +493 -0
  12. package/Blocked/index.mjs +471 -0
  13. package/CHANGELOG.md +3 -73
  14. package/ChoroplethMapChart/index.d.ts +28 -0
  15. package/ChoroplethMapChart/index.js +111 -0
  16. package/ChoroplethMapChart/index.mjs +89 -0
  17. package/Coffee/index.d.ts +28 -0
  18. package/Coffee/index.js +96 -0
  19. package/Coffee/index.mjs +74 -0
  20. package/Collection/index.d.ts +28 -0
  21. package/Collection/index.js +90 -0
  22. package/Collection/index.mjs +68 -0
  23. package/CombinedChart/index.d.ts +28 -0
  24. package/CombinedChart/index.js +118 -0
  25. package/CombinedChart/index.mjs +96 -0
  26. package/Configuration/index.d.ts +28 -0
  27. package/Configuration/index.js +197 -0
  28. package/Configuration/index.mjs +175 -0
  29. package/Confirmation/index.d.ts +28 -0
  30. package/Confirmation/index.js +267 -0
  31. package/Confirmation/index.mjs +245 -0
  32. package/Congrats/index.d.ts +28 -0
  33. package/Congrats/index.js +147 -0
  34. package/Congrats/index.mjs +125 -0
  35. package/ConnectionLost/index.d.ts +28 -0
  36. package/ConnectionLost/index.js +299 -0
  37. package/ConnectionLost/index.mjs +277 -0
  38. package/DeletedAccount/index.d.ts +28 -0
  39. package/DeletedAccount/index.js +376 -0
  40. package/DeletedAccount/index.mjs +354 -0
  41. package/DeletedPage/index.d.ts +28 -0
  42. package/DeletedPage/index.js +81 -0
  43. package/DeletedPage/index.mjs +59 -0
  44. package/Dns/index.d.ts +28 -0
  45. package/Dns/index.js +180 -0
  46. package/Dns/index.mjs +158 -0
  47. package/DonutChart/index.d.ts +28 -0
  48. package/DonutChart/index.js +131 -0
  49. package/DonutChart/index.mjs +109 -0
  50. package/Duplicates/index.d.ts +28 -0
  51. package/Duplicates/index.js +108 -0
  52. package/Duplicates/index.mjs +86 -0
  53. package/Feedback/index.d.ts +28 -0
  54. package/Feedback/index.js +96 -0
  55. package/Feedback/index.mjs +74 -0
  56. package/FunnelChart/index.d.ts +28 -0
  57. package/FunnelChart/index.js +98 -0
  58. package/FunnelChart/index.mjs +76 -0
  59. package/Good/index.d.ts +28 -0
  60. package/Good/index.js +131 -0
  61. package/Good/index.mjs +109 -0
  62. package/HeatMapChart/index.d.ts +28 -0
  63. package/HeatMapChart/index.js +116 -0
  64. package/HeatMapChart/index.mjs +94 -0
  65. package/HorizontalBarChart/index.d.ts +28 -0
  66. package/HorizontalBarChart/index.js +102 -0
  67. package/HorizontalBarChart/index.mjs +80 -0
  68. package/KagiChart/index.d.ts +28 -0
  69. package/KagiChart/index.js +83 -0
  70. package/KagiChart/index.mjs +61 -0
  71. package/LineChart/index.d.ts +28 -0
  72. package/LineChart/index.js +86 -0
  73. package/LineChart/index.mjs +64 -0
  74. package/LollipopChart/index.d.ts +28 -0
  75. package/LollipopChart/index.js +103 -0
  76. package/LollipopChart/index.mjs +81 -0
  77. package/MailSent/index.d.ts +28 -0
  78. package/MailSent/index.js +142 -0
  79. package/MailSent/index.mjs +120 -0
  80. package/Maintenance/index.d.ts +28 -0
  81. package/Maintenance/index.js +363 -0
  82. package/Maintenance/index.mjs +341 -0
  83. package/Nexttime/index.d.ts +28 -0
  84. package/Nexttime/index.js +110 -0
  85. package/Nexttime/index.mjs +88 -0
  86. package/NoPayment/index.d.ts +28 -0
  87. package/NoPayment/index.js +304 -0
  88. package/NoPayment/index.mjs +282 -0
  89. package/NothingFound/index.d.ts +28 -0
  90. package/NothingFound/index.js +134 -0
  91. package/NothingFound/index.mjs +112 -0
  92. package/OtherData/index.d.ts +28 -0
  93. package/OtherData/index.js +117 -0
  94. package/OtherData/index.mjs +95 -0
  95. package/PageError/index.d.ts +28 -0
  96. package/PageError/index.js +224 -0
  97. package/PageError/index.mjs +202 -0
  98. package/PageNotFound/index.d.ts +28 -0
  99. package/PageNotFound/index.js +284 -0
  100. package/PageNotFound/index.mjs +262 -0
  101. package/PieChart/index.d.ts +28 -0
  102. package/PieChart/index.js +116 -0
  103. package/PieChart/index.mjs +94 -0
  104. package/Processing/index.d.ts +28 -0
  105. package/Processing/index.js +96 -0
  106. package/Processing/index.mjs +74 -0
  107. package/ProjectNotFound/index.d.ts +28 -0
  108. package/ProjectNotFound/index.js +247 -0
  109. package/ProjectNotFound/index.mjs +225 -0
  110. package/README.md +32 -5
  111. package/RadarChart/index.d.ts +28 -0
  112. package/RadarChart/index.js +95 -0
  113. package/RadarChart/index.mjs +73 -0
  114. package/RadialTreeChart/index.d.ts +28 -0
  115. package/RadialTreeChart/index.js +137 -0
  116. package/RadialTreeChart/index.mjs +115 -0
  117. package/SankeyChart/index.d.ts +28 -0
  118. package/SankeyChart/index.js +123 -0
  119. package/SankeyChart/index.mjs +101 -0
  120. package/ScatterPlotChart/index.d.ts +28 -0
  121. package/ScatterPlotChart/index.js +108 -0
  122. package/ScatterPlotChart/index.mjs +86 -0
  123. package/StackedAreaChart/index.d.ts +28 -0
  124. package/StackedAreaChart/index.js +110 -0
  125. package/StackedAreaChart/index.mjs +88 -0
  126. package/Suggestion/index.d.ts +28 -0
  127. package/Suggestion/index.js +94 -0
  128. package/Suggestion/index.mjs +72 -0
  129. package/Suggestions/index.d.ts +28 -0
  130. package/Suggestions/index.js +97 -0
  131. package/Suggestions/index.mjs +75 -0
  132. package/Table/index.d.ts +28 -0
  133. package/Table/index.js +81 -0
  134. package/Table/index.mjs +59 -0
  135. package/TagCloud/index.d.ts +28 -0
  136. package/TagCloud/index.js +108 -0
  137. package/TagCloud/index.mjs +86 -0
  138. package/TextLinksEtc/index.d.ts +28 -0
  139. package/TextLinksEtc/index.js +84 -0
  140. package/TextLinksEtc/index.mjs +62 -0
  141. package/Timeout/index.d.ts +28 -0
  142. package/Timeout/index.js +381 -0
  143. package/Timeout/index.mjs +359 -0
  144. package/UnderConstruction/index.d.ts +28 -0
  145. package/UnderConstruction/index.js +143 -0
  146. package/UnderConstruction/index.mjs +121 -0
  147. package/VennChart/index.d.ts +28 -0
  148. package/VennChart/index.js +109 -0
  149. package/VennChart/index.mjs +87 -0
  150. package/VerticalBarChart/index.d.ts +28 -0
  151. package/VerticalBarChart/index.js +103 -0
  152. package/VerticalBarChart/index.mjs +81 -0
  153. package/Waiting/index.d.ts +28 -0
  154. package/Waiting/index.js +96 -0
  155. package/Waiting/index.mjs +74 -0
  156. package/Warning/index.d.ts +28 -0
  157. package/Warning/index.js +91 -0
  158. package/Warning/index.mjs +69 -0
  159. package/clear.ts +25 -0
  160. package/lib/AccessDenied/index.js +26 -207
  161. package/lib/AccessDenied/index.mjs +18 -206
  162. package/lib/AccessLogIn/index.js +26 -309
  163. package/lib/AccessLogIn/index.mjs +18 -308
  164. package/lib/AreaChart/index.js +32 -54
  165. package/lib/AreaChart/index.mjs +24 -53
  166. package/lib/Blocked/index.js +118 -458
  167. package/lib/Blocked/index.mjs +110 -457
  168. package/lib/ChoroplethMapChart/index.js +34 -76
  169. package/lib/ChoroplethMapChart/index.mjs +26 -75
  170. package/lib/Coffee/index.js +29 -61
  171. package/lib/Coffee/index.mjs +21 -60
  172. package/lib/Collection/index.js +31 -55
  173. package/lib/Collection/index.mjs +23 -54
  174. package/lib/CombinedChart/index.js +36 -83
  175. package/lib/CombinedChart/index.mjs +28 -82
  176. package/lib/Configuration/index.js +47 -162
  177. package/lib/Configuration/index.mjs +39 -161
  178. package/lib/Confirmation/index.js +28 -232
  179. package/lib/Confirmation/index.mjs +20 -231
  180. package/lib/Congrats/index.js +23 -112
  181. package/lib/Congrats/index.mjs +15 -111
  182. package/lib/ConnectionLost/index.js +31 -264
  183. package/lib/ConnectionLost/index.mjs +23 -263
  184. package/lib/DeletedAccount/index.js +47 -341
  185. package/lib/DeletedAccount/index.mjs +39 -340
  186. package/lib/DeletedPage/index.js +23 -46
  187. package/lib/DeletedPage/index.mjs +15 -45
  188. package/lib/Dns/index.js +27 -145
  189. package/lib/Dns/index.mjs +19 -144
  190. package/lib/DonutChart/index.js +37 -96
  191. package/lib/DonutChart/index.mjs +29 -95
  192. package/lib/Duplicates/index.js +34 -73
  193. package/lib/Duplicates/index.mjs +26 -72
  194. package/lib/Feedback/index.js +31 -61
  195. package/lib/Feedback/index.mjs +23 -60
  196. package/lib/FunnelChart/index.js +33 -63
  197. package/lib/FunnelChart/index.mjs +25 -62
  198. package/lib/Good/index.js +38 -96
  199. package/lib/Good/index.mjs +30 -95
  200. package/lib/HeatMapChart/index.js +35 -81
  201. package/lib/HeatMapChart/index.mjs +27 -80
  202. package/lib/HorizontalBarChart/index.js +33 -67
  203. package/lib/HorizontalBarChart/index.mjs +25 -66
  204. package/lib/KagiChart/index.js +30 -48
  205. package/lib/KagiChart/index.mjs +22 -47
  206. package/lib/LineChart/index.js +31 -51
  207. package/lib/LineChart/index.mjs +23 -50
  208. package/lib/LollipopChart/index.js +33 -68
  209. package/lib/LollipopChart/index.mjs +25 -67
  210. package/lib/MailSent/index.js +23 -107
  211. package/lib/MailSent/index.mjs +15 -106
  212. package/lib/Maintenance/index.js +27 -328
  213. package/lib/Maintenance/index.mjs +19 -327
  214. package/lib/Nexttime/index.js +35 -75
  215. package/lib/Nexttime/index.mjs +27 -74
  216. package/lib/NoPayment/index.js +23 -269
  217. package/lib/NoPayment/index.mjs +15 -268
  218. package/lib/NothingFound/index.js +37 -99
  219. package/lib/NothingFound/index.mjs +29 -98
  220. package/lib/OtherData/index.js +35 -82
  221. package/lib/OtherData/index.mjs +27 -81
  222. package/lib/PageError/index.js +60 -189
  223. package/lib/PageError/index.mjs +52 -188
  224. package/lib/PageNotFound/index.js +78 -249
  225. package/lib/PageNotFound/index.mjs +70 -248
  226. package/lib/PieChart/index.js +35 -81
  227. package/lib/PieChart/index.mjs +27 -80
  228. package/lib/Processing/index.js +32 -61
  229. package/lib/Processing/index.mjs +24 -60
  230. package/lib/ProjectNotFound/index.js +60 -212
  231. package/lib/ProjectNotFound/index.mjs +52 -211
  232. package/lib/RadarChart/index.js +32 -60
  233. package/lib/RadarChart/index.mjs +24 -59
  234. package/lib/RadialTreeChart/index.js +38 -102
  235. package/lib/RadialTreeChart/index.mjs +30 -101
  236. package/lib/SankeyChart/index.js +36 -88
  237. package/lib/SankeyChart/index.mjs +28 -87
  238. package/lib/ScatterPlotChart/index.js +34 -73
  239. package/lib/ScatterPlotChart/index.mjs +26 -72
  240. package/lib/StackedAreaChart/index.js +36 -75
  241. package/lib/StackedAreaChart/index.mjs +28 -74
  242. package/lib/Suggestion/index.js +32 -59
  243. package/lib/Suggestion/index.mjs +24 -58
  244. package/lib/Suggestions/index.js +32 -62
  245. package/lib/Suggestions/index.mjs +24 -61
  246. package/lib/Table/index.js +29 -46
  247. package/lib/Table/index.mjs +21 -45
  248. package/lib/TagCloud/index.js +34 -73
  249. package/lib/TagCloud/index.mjs +26 -72
  250. package/lib/TextLinksEtc/index.js +30 -49
  251. package/lib/TextLinksEtc/index.mjs +22 -48
  252. package/lib/Timeout/index.js +26 -346
  253. package/lib/Timeout/index.mjs +18 -345
  254. package/lib/UnderConstruction/index.js +40 -108
  255. package/lib/UnderConstruction/index.mjs +32 -107
  256. package/lib/VennChart/index.js +34 -74
  257. package/lib/VennChart/index.mjs +26 -73
  258. package/lib/VerticalBarChart/index.js +33 -68
  259. package/lib/VerticalBarChart/index.mjs +25 -67
  260. package/lib/Waiting/index.js +33 -61
  261. package/lib/Waiting/index.mjs +25 -60
  262. package/lib/Warning/index.js +31 -56
  263. package/lib/Warning/index.mjs +23 -55
  264. package/lib/cjs/index.js +8 -7
  265. package/lib/cjs/index.js.map +1 -1
  266. package/lib/es6/index.js +8 -6
  267. package/lib/es6/index.js.map +1 -1
  268. package/lib/esm/index.mjs +8 -6
  269. package/package.json +174 -170
  270. package/transform.ts +20 -21
  271. package/types/svg-to-jsx.d.ts +1 -1
  272. package/vite.config.ts +0 -24
@@ -0,0 +1,28 @@
1
+
2
+ import { BoxProps } from '@semcore/flex-box';
3
+ import { Intergalactic } from '@semcore/core';
4
+
5
+ type IllustrationProps = BoxProps & {
6
+ /**
7
+ * Main color of the illustration
8
+ **/
9
+ primaryColor?: string;
10
+ /**
11
+ * Secondary color of the illustration
12
+ **/
13
+ secondaryColor?: string;
14
+ /**
15
+ * Changes background fill of the illustration
16
+ **/
17
+ fill?: string;
18
+ /**
19
+ * Width of the illustration
20
+ **/
21
+ width?: string | number;
22
+ /**
23
+ * Height of the illustration
24
+ **/
25
+ height?: string | number;
26
+ }
27
+ declare const Illustration: Intergalactic.Component<'svg', IllustrationProps>;
28
+ export default Illustration;
@@ -0,0 +1,91 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
20
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
+ var stdin_exports = {};
22
+ __export(stdin_exports, {
23
+ default: () => stdin_default
24
+ });
25
+ module.exports = __toCommonJS(stdin_exports);
26
+ var import_react = __toESM(require("react"));
27
+ var import_core = require("@semcore/core");
28
+ var import_flex_box = require("@semcore/flex-box");
29
+ var import_useColorResolver = require("@semcore/core/lib/utils/use/useColorResolver");
30
+ const Warning = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 80", primaryColor = "#E0E1E9", secondaryColor = "#6C6E79", ...props }, ref) => {
31
+ const colorResolver = (0, import_useColorResolver.useColorResolver)();
32
+ const resolvedPrimaryColor = colorResolver(primaryColor);
33
+ const resolvedSecondaryColor = colorResolver(secondaryColor);
34
+ return /* @__PURE__ */ import_react.default.createElement(import_flex_box.Box, {
35
+ ref,
36
+ width,
37
+ height,
38
+ viewBox,
39
+ fill,
40
+ tag: "svg",
41
+ "aria-hidden": true,
42
+ ...props
43
+ }, /* @__PURE__ */ import_react.default.createElement("path", {
44
+ d: "M40.51 79.997C62.49 79.714 79.977 61.39 79.977 39.4V.99a.994.994 0 0 0-.99-.99H54.306a.994.994 0 0 0-.99.99v2.753H27.638a.994.994 0 0 0-.99.99v35.265H.991A.985.985 0 0 0 0 41.01c.544 21.806 18.52 39.27 40.52 38.987",
45
+ fill: resolvedPrimaryColor
46
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
47
+ d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
48
+ fill: resolvedPrimaryColor,
49
+ stroke: resolvedSecondaryColor,
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round",
52
+ strokeWidth: ".7"
53
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
54
+ d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
55
+ fill: "#fff",
56
+ stroke: resolvedSecondaryColor,
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round",
59
+ strokeWidth: ".7"
60
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
61
+ d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.146-.638 6.25 1.286 7.053 4.378l1.226 4.669.011-.01Z",
62
+ fill: resolvedSecondaryColor
63
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
64
+ d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.097.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z",
65
+ fill: "#fff"
66
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
67
+ d: "M25.443 21.693c.293 1.06-.325 2.108-1.4 2.335-1.074.227-2.192-.454-2.485-1.524-.293-1.07.326-2.12 1.411-2.346 1.085-.227 2.181.465 2.474 1.524v.01Z",
68
+ fill: resolvedPrimaryColor
69
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
70
+ d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
71
+ fill: resolvedSecondaryColor
72
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
73
+ d: "m40.481 27.976-7.447 28.427a.98.98 0 0 0 1.22 1.197l27.762-7.62c.73-.197.97-1.1.447-1.645L42.147 27.53c-.533-.545-1.47-.305-1.666.435v.01Z",
74
+ fill: resolvedPrimaryColor,
75
+ stroke: resolvedSecondaryColor,
76
+ strokeLinecap: "round",
77
+ strokeLinejoin: "round",
78
+ strokeWidth: ".7"
79
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
80
+ d: "m43.443 35.477 2.373 8.645",
81
+ stroke: resolvedSecondaryColor,
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round",
84
+ strokeWidth: "2"
85
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
86
+ d: "M48.353 48.346c.185.675-.24 1.372-.947 1.557-.708.185-1.438-.196-1.623-.871-.185-.675.24-1.372.947-1.557.708-.185 1.427.207 1.612.871h.01Z",
87
+ fill: resolvedSecondaryColor
88
+ }));
89
+ };
90
+ Warning.displayName = "Warning";
91
+ var stdin_default = (0, import_core.createBaseComponent)(Warning);
@@ -0,0 +1,69 @@
1
+ import React from "react";
2
+ import { createBaseComponent } from "@semcore/core";
3
+ import { Box } from "@semcore/flex-box";
4
+ import { useColorResolver } from "@semcore/core/lib/utils/use/useColorResolver";
5
+ const Warning = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 80", primaryColor = "#E0E1E9", secondaryColor = "#6C6E79", ...props }, ref) => {
6
+ const colorResolver = useColorResolver();
7
+ const resolvedPrimaryColor = colorResolver(primaryColor);
8
+ const resolvedSecondaryColor = colorResolver(secondaryColor);
9
+ return /* @__PURE__ */ React.createElement(Box, {
10
+ ref,
11
+ width,
12
+ height,
13
+ viewBox,
14
+ fill,
15
+ tag: "svg",
16
+ "aria-hidden": true,
17
+ ...props
18
+ }, /* @__PURE__ */ React.createElement("path", {
19
+ d: "M40.51 79.997C62.49 79.714 79.977 61.39 79.977 39.4V.99a.994.994 0 0 0-.99-.99H54.306a.994.994 0 0 0-.99.99v2.753H27.638a.994.994 0 0 0-.99.99v35.265H.991A.985.985 0 0 0 0 41.01c.544 21.806 18.52 39.27 40.52 38.987",
20
+ fill: resolvedPrimaryColor
21
+ }), /* @__PURE__ */ React.createElement("path", {
22
+ d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
23
+ fill: resolvedPrimaryColor,
24
+ stroke: resolvedSecondaryColor,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round",
27
+ strokeWidth: ".7"
28
+ }), /* @__PURE__ */ React.createElement("path", {
29
+ d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
30
+ fill: "#fff",
31
+ stroke: resolvedSecondaryColor,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round",
34
+ strokeWidth: ".7"
35
+ }), /* @__PURE__ */ React.createElement("path", {
36
+ d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.146-.638 6.25 1.286 7.053 4.378l1.226 4.669.011-.01Z",
37
+ fill: resolvedSecondaryColor
38
+ }), /* @__PURE__ */ React.createElement("path", {
39
+ d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.097.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z",
40
+ fill: "#fff"
41
+ }), /* @__PURE__ */ React.createElement("path", {
42
+ d: "M25.443 21.693c.293 1.06-.325 2.108-1.4 2.335-1.074.227-2.192-.454-2.485-1.524-.293-1.07.326-2.12 1.411-2.346 1.085-.227 2.181.465 2.474 1.524v.01Z",
43
+ fill: resolvedPrimaryColor
44
+ }), /* @__PURE__ */ React.createElement("path", {
45
+ d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
46
+ fill: resolvedSecondaryColor
47
+ }), /* @__PURE__ */ React.createElement("path", {
48
+ d: "m40.481 27.976-7.447 28.427a.98.98 0 0 0 1.22 1.197l27.762-7.62c.73-.197.97-1.1.447-1.645L42.147 27.53c-.533-.545-1.47-.305-1.666.435v.01Z",
49
+ fill: resolvedPrimaryColor,
50
+ stroke: resolvedSecondaryColor,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round",
53
+ strokeWidth: ".7"
54
+ }), /* @__PURE__ */ React.createElement("path", {
55
+ d: "m43.443 35.477 2.373 8.645",
56
+ stroke: resolvedSecondaryColor,
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round",
59
+ strokeWidth: "2"
60
+ }), /* @__PURE__ */ React.createElement("path", {
61
+ d: "M48.353 48.346c.185.675-.24 1.372-.947 1.557-.708.185-1.438-.196-1.623-.871-.185-.675.24-1.372.947-1.557.708-.185 1.427.207 1.612.871h.01Z",
62
+ fill: resolvedSecondaryColor
63
+ }));
64
+ };
65
+ Warning.displayName = "Warning";
66
+ var stdin_default = createBaseComponent(Warning);
67
+ export {
68
+ stdin_default as default
69
+ };
package/clear.ts ADDED
@@ -0,0 +1,25 @@
1
+ import fs from 'fs/promises';
2
+ import { resolve as resolvePath } from 'path';
3
+
4
+ const fsEntities = await fs.readdir('.');
5
+ const arraysShallowEqual = <T>(a: T[], b: T[]) =>
6
+ a.length === b.length && a.every((item) => b.includes(item));
7
+ const needToBeRemoved = await Promise.all(
8
+ fsEntities.map(async (name) => {
9
+ const path = resolvePath('.', name);
10
+ const stat = await fs.stat(path);
11
+ if (!stat.isDirectory()) return false;
12
+ const subEntities = await fs.readdir(path);
13
+ if (subEntities.length === 0) return true;
14
+ if (arraysShallowEqual(subEntities, ['index.d.ts', 'index.js', 'index.mjs'])) return true;
15
+ if (arraysShallowEqual(subEntities, ['cjs', 'es6', 'types'])) return true;
16
+
17
+ return false;
18
+ }),
19
+ );
20
+
21
+ await Promise.all(
22
+ fsEntities
23
+ .filter((_, index) => needToBeRemoved[index])
24
+ .map((name) => fs.rm(name, { recursive: true, force: true })),
25
+ );
@@ -16,7 +16,14 @@ var __copyProps = (to, from, except, desc) => {
16
16
  }
17
17
  return to;
18
18
  };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
20
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
28
  var stdin_exports = {};
22
29
  __export(stdin_exports, {
@@ -31,212 +38,24 @@ const AccessDenied = ({ fill = "none", width = "260", height = "260", viewBox =
31
38
  const colorResolver = (0, import_useColorResolver.useColorResolver)();
32
39
  const resolvedPrimaryColor = colorResolver(primaryColor);
33
40
  const resolvedSecondaryColor = colorResolver(secondaryColor);
34
- return /* @__PURE__ */ import_react.default.createElement(import_base_components.Box, {
35
- ref,
36
- width,
37
- height,
38
- viewBox,
39
- fill,
40
- tag: "svg",
41
- "aria-hidden": true,
42
- ...props
43
- }, /* @__PURE__ */ import_react.default.createElement("path", {
44
- d: "M241.18 128.14c0-61.35-49.73-111.08-111.08-111.08S19 66.79 19 128.14a110.89 110.89 0 0 0 46.3 90.19l-10.25 27.95a2.76 2.76 0 0 0 2.59 3.72h144.91a2.77 2.77 0 0 0 2.6-3.72l-10.26-27.96a110.89 110.89 0 0 0 46.29-90.18Z",
45
- fill: resolvedPrimaryColor
46
- }), /* @__PURE__ */ import_react.default.createElement("path", {
47
- d: "M130.1 17.56C68.75 17.56 19 66.79 19 128.14a110.89 110.89 0 0 0 46.3 90.19l-9.72 27.95",
48
- stroke: resolvedPrimaryColor,
49
- strokeLinejoin: "round"
50
- }), /* @__PURE__ */ import_react.default.createElement("path", {
51
- d: "m180.06 133.35 1.88.18 2.68 9.76-1.83-.18-.76-2.9-3.41-.34-1.3 2.72-1.76-.18 4.5-9.06Zm1.55 5.27-.84-3.21-1.44 2.99 2.28.22ZM190.54 134.23c2.11.2 3.62 1.54 3.87 3.5l-1.77.32c-.2-1.26-.9-2.1-2.27-2.22-1.84-.18-3.02 1.21-3.16 2.96-.15 1.75.67 3.33 2.54 3.51a2.48 2.48 0 0 0 2.75-1.72l1.68.64c-.77 1.93-2.45 2.88-4.58 2.68-2.94-.29-4.45-2.58-4.2-5.29.27-2.7 2.33-4.65 5.14-4.38ZM200.4 135.18c2.12.21 3.62 1.54 3.88 3.5l-1.78.32c-.2-1.26-.9-2.1-2.26-2.22-1.84-.18-3.02 1.21-3.17 2.96-.15 1.75.68 3.34 2.55 3.51a2.47 2.47 0 0 0 2.75-1.72l1.67.65c-.77 1.92-2.44 2.87-4.58 2.67-2.93-.29-4.44-2.57-4.18-5.28.26-2.71 2.3-4.64 5.12-4.39ZM206.16 135.87l6.22.6-.15 1.56-4.5-.46-.2 2.18 3.1.3-.15 1.55-3.1-.3-.25 2.57 4.62.45-.15 1.56-6.34-.61.9-9.4ZM218.52 139.87a1.68 1.68 0 0 0-1.63-1.56c-1.05-.1-1.71.26-1.78 1-.09.86.86 1.14 1.94 1.5 1.43.45 3.07 1.08 2.87 3.09-.17 1.78-1.72 2.75-3.82 2.56-2.1-.2-3.3-1.3-3.59-3.06l1.81-.33a1.94 1.94 0 0 0 1.94 1.85c.98.1 1.78-.22 1.87-1.13.09-.92-.84-1.17-1.91-1.5-1.43-.46-3.12-1.01-2.92-3.08.16-1.61 1.81-2.6 3.74-2.42 1.86.18 3 1.18 3.25 2.8l-1.77.28ZM226.77 140.67a1.7 1.7 0 0 0-1.64-1.57c-1.06-.1-1.71.27-1.78 1-.09.86.87 1.14 1.95 1.5 1.42.45 3.06 1.08 2.87 3.1-.18 1.77-1.73 2.75-3.82 2.55-2.1-.2-3.3-1.3-3.6-3.06l1.81-.32a1.93 1.93 0 0 0 1.94 1.85c.98.1 1.78-.22 1.87-1.14.09-.91-.84-1.17-1.9-1.5-1.44-.45-3.12-1-2.92-3.08.15-1.6 1.8-2.6 3.73-2.41 1.86.18 3 1.17 3.26 2.8l-1.77.28ZM177.65 148.31l3.04.3a4.51 4.51 0 0 1 4.26 5.13 4.54 4.54 0 0 1-5.16 4.28l-3.05-.3.9-9.4Zm1.57 1.77-.6 6.22 1.32.13c1.76.17 3.03-.98 3.22-2.85.18-1.87-.86-3.21-2.62-3.38l-1.32-.12ZM187.26 149.24l6.22.6-.15 1.56-4.5-.46-.2 2.18 3.1.3-.15 1.55-3.1-.3-.25 2.58 4.62.45-.15 1.56-6.34-.61.9-9.4ZM195.29 150.02l1.84.17 3.82 7.31.66-6.87 1.65.16-.9 9.4-1.85-.17-3.83-7.36-.66 6.93-1.64-.16.9-9.41ZM205.7 151.02l1.72.16-.9 9.42-1.74-.17.91-9.4ZM209.85 151.42l6.23.6-.15 1.56-4.5-.46-.2 2.18 3.1.3-.16 1.55-3.1-.3-.24 2.57 4.62.46-.15 1.55-6.34-.61.9-9.4ZM217.88 152.2l3.06.3a4.53 4.53 0 0 1 4.25 5.12 4.55 4.55 0 0 1-5.16 4.28l-3.06-.29.91-9.42Zm1.58 1.76-.6 6.22 1.32.13c1.75.17 3.03-.98 3.21-2.84.18-1.87-.85-3.22-2.6-3.38l-1.33-.13Z",
52
- fill: resolvedSecondaryColor
53
- }), /* @__PURE__ */ import_react.default.createElement("mask", {
54
- height: "240",
55
- id: "igc-accessdenied-el-0",
56
- width: "223",
57
- x: "19",
58
- y: "10",
59
- maskUnits: "userSpaceOnUse"
60
- }, /* @__PURE__ */ import_react.default.createElement("path", {
61
- d: "M241.18 128.14c0-24.64-8.03-47.4-21.6-65.83-7.86-10.67-.79-42.27-11.89-49.55-10.63-9.95-38.88 10.44-51.36 7.42a111.36 111.36 0 0 0-26.23-3.12C68.75 17.06 19 66.79 19 128.14a110.89 110.89 0 0 0 46.3 90.19l-10.25 27.95a2.76 2.76 0 0 0 2.59 3.72h144.91a2.77 2.77 0 0 0 2.6-3.72l-10.26-27.96a110.89 110.89 0 0 0 46.29-90.18Z",
62
- fill: resolvedPrimaryColor
63
- })), /* @__PURE__ */ import_react.default.createElement("g", {
64
- mask: "url(#igc-accessdenied-el-0)"
65
- }, /* @__PURE__ */ import_react.default.createElement("path", {
66
- d: "m47 22.15 74.57 19.4 4.03 187.25-95.53 11.79L47 22.15Z",
67
- fill: resolvedSecondaryColor,
68
- stroke: resolvedSecondaryColor,
69
- strokeLinecap: "round",
70
- strokeLinejoin: "round"
71
- }), /* @__PURE__ */ import_react.default.createElement("path", {
72
- d: "m16.54 246.1-5.84-5.14L33.35 18.59l5.22-7.08-22.03 234.6Z",
73
- fill: "#fff",
74
- stroke: resolvedSecondaryColor,
75
- strokeLinecap: "round",
76
- strokeLinejoin: "round"
77
- }), /* @__PURE__ */ import_react.default.createElement("path", {
78
- d: "m121.57 41.55 77.16-29.5 42.45 223.85-110.1-6.76-9.51-187.6Z",
79
- fill: resolvedPrimaryColor,
80
- stroke: resolvedSecondaryColor,
81
- strokeLinecap: "round",
82
- strokeLinejoin: "round"
83
- }), /* @__PURE__ */ import_react.default.createElement("path", {
84
- d: "m241.18 235.9 5.93-1.07-43.71-221-4.67-1.78 42.45 223.85Z",
85
- fill: resolvedSecondaryColor,
86
- stroke: resolvedSecondaryColor,
87
- strokeLinecap: "round",
88
- strokeLinejoin: "round"
89
- }), /* @__PURE__ */ import_react.default.createElement("path", {
90
- d: "m46.16 32.93 75.9 18.28M45.29 44.14l77.27 17.04M44.39 55.78l78.7 15.72M43.45 67.89l80.18 14.27M42.48 80.49l81.7 12.7M41.46 93.6l83.3 11.02M40.4 107.29l84.96 9.17M39.3 121.56l86.69 7.18M38.14 136.46l88.5 5.01M36.93 152.03l90.37 2.66M35.67 168.32l92.33.1M34.35 185.4l94.37-2.7M32.96 203.29l96.52-5.73M130.26 213.02l-98.75 9.06M115.78 59.69l-.4-10.1M116.63 80.92l-.43-10.8M117.53 103.67l-.46-11.58M119.55 154.47l-.53-13.43M121.9 213.79l-.62-15.75M96.4 45.03l-.08-10.05M96.58 66.2l-.09-10.77M96.77 88.97l-.1-11.6M96.97 113.4l-.1-12.47M97.19 139.8l-.12-13.45M97.42 168.42l-.12-14.61M97.68 199.44l-.13-15.85M97.96 233.3l-.14-17.3M77.25 51.2l.26-10.72M75.53 124.56l.31-13.44M74.85 153.15l.35-14.6M73.32 218.24l.4-17.37M57.84 35.75l.6-10.63M56.55 58.21l.66-11.44M55.16 82.46l.71-12.36M50.25 168.32l.9-15.87M46.16 239.8l1.1-19.17",
91
- stroke: resolvedPrimaryColor,
92
- strokeLinecap: "round",
93
- strokeLinejoin: "round"
94
- }), /* @__PURE__ */ import_react.default.createElement("path", {
95
- d: "m121.57 41.55-4.16 1.53-70.64-17.96.23-2.97 74.57 19.4Z",
96
- fill: "#fff",
97
- stroke: resolvedSecondaryColor,
98
- strokeLinecap: "round",
99
- strokeLinejoin: "round"
100
- }), /* @__PURE__ */ import_react.default.createElement("path", {
101
- d: "m158.14 95.07-22.69 5.33-3.62-53.72 20.57-7.43 5.74 55.82ZM197.24 85.88l-26.62 6.26-6.98-56.95 23.8-8.6 9.8 59.3ZM170.55 215.73l-27.39-.76-4.92-73.11 24.36-3.38 7.95 77.25ZM218.94 217.08l-33.11-.92-9.76-79.56 28.9-4 13.97 84.48ZM161.17 124.54l-23.82 4.04-1.08-15.99 23.18-4.78 1.72 16.73ZM202.47 117.55l-28.15 4.77-2.1-17.15 27.28-5.63 2.97 18Z",
102
- stroke: "#fff",
103
- strokeLinecap: "round",
104
- strokeLinejoin: "round"
105
- }), /* @__PURE__ */ import_react.default.createElement("path", {
106
- d: "m137.9 99.82-3.54-52.5 18.2-6.51M172.97 91.59l-6.82-55.65 21.55-7.7M170.46 214.85l-24.86-.65-4.86-72.2 21.91-3.02M188.14 215.3l-9.63-78.51 26.54-3.66-.09-.53M139.8 128.16l-1.02-15.27 20.76-4.26M176.69 121.91l-2-16.3 24.95-5.2",
107
- stroke: "#fff",
108
- strokeLinecap: "round",
109
- strokeLinejoin: "round"
110
- }), /* @__PURE__ */ import_react.default.createElement("path", {
111
- d: "m218.77 216.1-30.63-.8-2.31.86M131.83 46.68l2.53.65M163.64 35.2l2.5.74M136.27 112.6l2.51.29M172.22 105.17l2.47.44M145.6 214.2l-2.44.77",
112
- stroke: "#fff",
113
- strokeLinecap: "round",
114
- strokeLinejoin: "round"
115
- }), /* @__PURE__ */ import_react.default.createElement("path", {
116
- d: "M212.74 111.2a1.85 1.85 0 0 1-1.59 1.75 186.85 186.85 0 0 1-20.36 1.22c-.28 0-.5-.66-.1-.88 5.23-2.94 16.61-6.12 19.42-6.73a1.77 1.77 0 0 1 1.98 1.05 7.5 7.5 0 0 1 .65 3.6Z",
117
- fill: resolvedSecondaryColor
118
- }), /* @__PURE__ */ import_react.default.createElement("path", {
119
- d: "m173.35 163.24 52.74 11.2 1.01-6.02-53.75-5.18Z",
120
- fill: resolvedSecondaryColor,
121
- stroke: resolvedSecondaryColor,
122
- strokeLinecap: "round",
123
- strokeLinejoin: "round"
124
- }), /* @__PURE__ */ import_react.default.createElement("path", {
125
- d: "m176.13 128.74 30.58-20.65 23.67 25.44",
126
- stroke: resolvedSecondaryColor,
127
- strokeLinecap: "round",
128
- strokeLinejoin: "round"
129
- }), /* @__PURE__ */ import_react.default.createElement("path", {
130
- d: "M212.74 108.94a1.9 1.9 0 0 1-1.7 1.75c-2.8.3-5.7.55-8.7.76-4.53.3-8.85.45-12.96.45-.3 0-.53-.66-.11-.88 5.56-2.94 17.68-6.12 20.67-6.73a1.89 1.89 0 0 1 2.1 1.05 7.31 7.31 0 0 1 .7 3.6Z",
131
- fill: "#fff",
132
- stroke: resolvedSecondaryColor,
133
- strokeLinecap: "round",
134
- strokeLinejoin: "round"
135
- }), /* @__PURE__ */ import_react.default.createElement("path", {
136
- d: "m233.5 130.94-60.14-5.8-3.64 37.74 60.14 5.8 3.64-37.74Z",
137
- fill: "#fff",
138
- stroke: "#fff",
139
- strokeLinecap: "round",
140
- strokeLinejoin: "round"
141
- }), /* @__PURE__ */ import_react.default.createElement("path", {
142
- d: "m119.85 84.55-78.4-.82.7-9.62 77.34 2.23.36 8.21Z",
143
- fill: resolvedPrimaryColor
144
- }), /* @__PURE__ */ import_react.default.createElement("path", {
145
- d: "m44.9 83.76-3.45-.03.7-9.62h.47l8.29.25-6.01 9.4ZM61.3 83.93l-8.07-.08 5.7-9.26 7.79.22-5.43 9.12ZM76.69 84.1l-7.58-.08 5.16-9 7.32.22-4.9 8.86ZM91.17 84.25l-7.13-.08 4.65-8.72 6.9.2-4.42 8.6ZM104.81 84.4l-6.72-.08 4.2-8.48 6.52.2-4 8.35ZM117.69 84.53l-6.35-.07 3.8-8.24 4.35.12.16 3.76-1.96 4.43Z",
146
- fill: resolvedSecondaryColor
147
- }), /* @__PURE__ */ import_react.default.createElement("path", {
148
- d: "m119.85 84.55-78.4-.82M42.15 74.11l77.34 2.23",
149
- stroke: resolvedPrimaryColor,
150
- strokeLinecap: "round",
151
- strokeLinejoin: "round"
152
- }), /* @__PURE__ */ import_react.default.createElement("path", {
153
- d: "m122.9 152.34-82.95-50.33.94-11.2 81.51 50.46.5 11.07Z",
154
- fill: resolvedPrimaryColor
155
- }), /* @__PURE__ */ import_react.default.createElement("path", {
156
- d: "m42.76 103.71-2.8-1.7.41-5.01 6.42-2.54 7.35 4.56-11.38 4.7ZM57.7 112.78l-7.41-4.5 11.09-4.79 7.12 4.41-10.8 4.88ZM72.2 121.57l-7.2-4.36 10.52-4.96 6.92 4.28-10.24 5.04ZM86.25 130.1l-6.98-4.23 9.98-5.12 6.72 4.15-9.72 5.2ZM99.89 138.38l-6.77-4.11 9.46-5.27 6.53 4.03-9.22 5.35ZM113.13 146.41l-6.57-3.99 8.98-5.4 6.33 3.92-8.74 5.47Z",
157
- fill: resolvedSecondaryColor
158
- }), /* @__PURE__ */ import_react.default.createElement("path", {
159
- d: "m40.89 90.81 81.51 50.46M122.9 152.34l-82.95-50.33",
160
- stroke: resolvedPrimaryColor,
161
- strokeLinecap: "round",
162
- strokeLinejoin: "round"
163
- }), /* @__PURE__ */ import_react.default.createElement("path", {
164
- d: "m124.76 193.69-90.84-14.43 1-12.75 89.34 15.9.5 11.28Z",
165
- fill: resolvedPrimaryColor
166
- }), /* @__PURE__ */ import_react.default.createElement("path", {
167
- d: "m34.42 179.34-.5-.08 1-12.75.75.13 9.4 1.67-10.65 11.03ZM53.3 182.34l-9.3-1.48 10.2-10.92 8.88 1.57-9.78 10.83ZM71.17 185.18l-8.81-1.4 9.37-10.73 8.42 1.5-8.98 10.63ZM88.08 187.86l-8.34-1.32L88.36 176l7.99 1.43-8.27 10.42ZM104.13 190.41l-7.92-1.26 7.93-10.33 7.59 1.35-7.6 10.24ZM119.37 192.83l-7.53-1.2 7.3-10.14 5.11.91.15 3.2-5.03 7.23Z",
168
- fill: resolvedSecondaryColor
169
- }), /* @__PURE__ */ import_react.default.createElement("path", {
170
- d: "m124.76 193.69-90.84-14.43M34.93 166.5l89.32 15.9",
171
- stroke: resolvedPrimaryColor,
172
- strokeLinecap: "round",
173
- strokeLinejoin: "round"
174
- }), /* @__PURE__ */ import_react.default.createElement("path", {
175
- d: "M121.21 114.67 37.07 139.3l.88-11.9 82.83-22.17.43 9.44Z",
176
- fill: resolvedPrimaryColor
177
- }), /* @__PURE__ */ import_react.default.createElement("path", {
178
- d: "m42.48 137.71-5.4 1.59.87-11.9 8.77-2.35-4.24 12.66ZM59.62 132.7l-8.4 2.46 3.94-12.37 8.14-2.18-3.68 12.09ZM75.52 128.04l-7.8 2.29 3.42-11.82 7.57-2.02-3.2 11.55ZM90.31 123.71l-7.26 2.13 2.96-11.3 7.06-1.9-2.76 11.07ZM104.11 119.67l-6.78 1.99 2.56-10.84 6.6-1.76-2.38 10.61ZM117.02 115.9l-6.35 1.85 2.2-10.4 6.18-1.65-2.03 10.2Z",
179
- fill: resolvedSecondaryColor
180
- }), /* @__PURE__ */ import_react.default.createElement("path", {
181
- d: "m37.95 127.4 82.83-22.17",
182
- stroke: resolvedPrimaryColor,
183
- strokeLinecap: "round",
184
- strokeLinejoin: "round"
185
- }), /* @__PURE__ */ import_react.default.createElement("path", {
186
- d: "m49.29 124.36 47.16-12.61M108.1 179.52l7.2 1.29M49.23 169.05l32.89 5.85M53.8 74.45 103 75.89",
187
- stroke: "#fff",
188
- strokeLinecap: "round",
189
- strokeLinejoin: "round"
190
- }), /* @__PURE__ */ import_react.default.createElement("path", {
191
- d: "m123.55 166.83-93.48 57.75 1.55-15.99 91.42-53.3.51 11.54Z",
192
- fill: resolvedPrimaryColor
193
- }), /* @__PURE__ */ import_react.default.createElement("path", {
194
- d: "m44.54 215.64-9.54 5.9 3.18-16.78 9.25-5.38-2.89 16.26ZM62.43 204.59l-8.75 5.4 2.6-15.78 8.5-4.95-2.35 15.33ZM78.86 194.44l-8.04 4.97 2.1-14.9 7.82-4.56-1.88 14.5ZM94 185.09l-7.42 4.58 1.67-14.1 7.23-4.22L94 185.1ZM108 176.44l-6.87 4.24 1.3-13.38 6.7-3.9-1.14 13.04ZM120.97 168.42l-6.37 3.94.99-12.73 6.23-3.63-.85 12.42Z",
195
- fill: resolvedSecondaryColor
196
- }), /* @__PURE__ */ import_react.default.createElement("path", {
197
- d: "m31.62 208.6 91.42-53.32",
198
- stroke: resolvedPrimaryColor,
199
- strokeLinecap: "round",
200
- strokeLinejoin: "round"
201
- }), /* @__PURE__ */ import_react.default.createElement("path", {
202
- d: "m36.62 205.67 82.18-47.92",
203
- stroke: "#fff",
204
- strokeLinecap: "round",
205
- strokeLinejoin: "round"
206
- }), /* @__PURE__ */ import_react.default.createElement("path", {
207
- d: "M121.21 114.67 37.07 139.3M123.55 166.83l-93.48 57.75",
208
- stroke: resolvedPrimaryColor,
209
- strokeLinecap: "round",
210
- strokeLinejoin: "round"
211
- }), /* @__PURE__ */ import_react.default.createElement("path", {
212
- d: "M119.75 82.2 43.8 53.04l.78-8.77 74.79 29.7.37 8.23Z",
213
- fill: resolvedPrimaryColor
214
- }), /* @__PURE__ */ import_react.default.createElement("path", {
215
- d: "m49.48 55.21-5.62-2.15.19-2.35 6.58-4.04 7.52 2.98-8.67 5.56ZM64.6 61.02l-7.48-2.87 8.38-5.58 7.19 2.86-8.1 5.59ZM79.06 66.57l-7.15-2.74 7.82-5.6 6.9 2.73-7.57 5.61ZM92.9 71.89l-6.84-2.63 7.3-5.62 6.61 2.62-7.06 5.63ZM106.18 76.98l-6.57-2.52 6.83-5.63 6.34 2.53-6.6 5.62ZM118.92 81.88l-6.3-2.43 6.38-5.63.38.15.37 8.23-.83-.32Z",
216
- fill: resolvedSecondaryColor
217
- }), /* @__PURE__ */ import_react.default.createElement("path", {
218
- d: "m44.6 44.27 74.78 29.7M119.75 82.2 43.8 53.04",
219
- stroke: resolvedPrimaryColor,
220
- strokeLinecap: "round",
221
- strokeLinejoin: "round"
222
- }), /* @__PURE__ */ import_react.default.createElement("path", {
223
- d: "m59.69 50.26 55.48 22.04",
224
- stroke: "#fff",
225
- strokeLinecap: "round",
226
- strokeLinejoin: "round"
227
- }), /* @__PURE__ */ import_react.default.createElement("path", {
228
- d: "m125.99 128.74 5.08 100.4-5.47-.33-8.19-185.73 4.16-1.53 4.42 87.2Z",
229
- fill: "#fff",
230
- stroke: resolvedSecondaryColor,
231
- strokeLinecap: "round",
232
- strokeLinejoin: "round"
233
- }), /* @__PURE__ */ import_react.default.createElement("path", {
234
- d: "m47 22.15 74.57 19.4-.36-6.98L38.57 11.5l-22.03 234.6 13.24-1.73L47 22.16Z",
235
- fill: "#fff",
236
- stroke: resolvedSecondaryColor,
237
- strokeLinecap: "round",
238
- strokeLinejoin: "round"
239
- })));
41
+ return /* @__PURE__ */ import_react.default.createElement(
42
+ import_base_components.Box,
43
+ {
44
+ ref,
45
+ width,
46
+ height,
47
+ viewBox,
48
+ fill,
49
+ tag: "svg",
50
+ "aria-hidden": true,
51
+ ...props
52
+ },
53
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M241.18 128.14c0-61.35-49.73-111.08-111.08-111.08S19 66.79 19 128.14a110.89 110.89 0 0 0 46.3 90.19l-10.25 27.95a2.76 2.76 0 0 0 2.59 3.72h144.91a2.77 2.77 0 0 0 2.6-3.72l-10.26-27.96a110.89 110.89 0 0 0 46.29-90.18Z", fill: resolvedPrimaryColor }),
54
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M130.1 17.56C68.75 17.56 19 66.79 19 128.14a110.89 110.89 0 0 0 46.3 90.19l-9.72 27.95", stroke: resolvedPrimaryColor, strokeLinejoin: "round" }),
55
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "m180.06 133.35 1.88.18 2.68 9.76-1.83-.18-.76-2.9-3.41-.34-1.3 2.72-1.76-.18 4.5-9.06Zm1.55 5.27-.84-3.21-1.44 2.99 2.28.22ZM190.54 134.23c2.11.2 3.62 1.54 3.87 3.5l-1.77.32c-.2-1.26-.9-2.1-2.27-2.22-1.84-.18-3.02 1.21-3.16 2.96-.15 1.75.67 3.33 2.54 3.51a2.48 2.48 0 0 0 2.75-1.72l1.68.64c-.77 1.93-2.45 2.88-4.58 2.68-2.94-.29-4.45-2.58-4.2-5.29.27-2.7 2.33-4.65 5.14-4.38ZM200.4 135.18c2.12.21 3.62 1.54 3.88 3.5l-1.78.32c-.2-1.26-.9-2.1-2.26-2.22-1.84-.18-3.02 1.21-3.17 2.96-.15 1.75.68 3.34 2.55 3.51a2.47 2.47 0 0 0 2.75-1.72l1.67.65c-.77 1.92-2.44 2.87-4.58 2.67-2.93-.29-4.44-2.57-4.18-5.28.26-2.71 2.3-4.64 5.12-4.39ZM206.16 135.87l6.22.6-.15 1.56-4.5-.46-.2 2.18 3.1.3-.15 1.55-3.1-.3-.25 2.57 4.62.45-.15 1.56-6.34-.61.9-9.4ZM218.52 139.87a1.68 1.68 0 0 0-1.63-1.56c-1.05-.1-1.71.26-1.78 1-.09.86.86 1.14 1.94 1.5 1.43.45 3.07 1.08 2.87 3.09-.17 1.78-1.72 2.75-3.82 2.56-2.1-.2-3.3-1.3-3.59-3.06l1.81-.33a1.94 1.94 0 0 0 1.94 1.85c.98.1 1.78-.22 1.87-1.13.09-.92-.84-1.17-1.91-1.5-1.43-.46-3.12-1.01-2.92-3.08.16-1.61 1.81-2.6 3.74-2.42 1.86.18 3 1.18 3.25 2.8l-1.77.28ZM226.77 140.67a1.7 1.7 0 0 0-1.64-1.57c-1.06-.1-1.71.27-1.78 1-.09.86.87 1.14 1.95 1.5 1.42.45 3.06 1.08 2.87 3.1-.18 1.77-1.73 2.75-3.82 2.55-2.1-.2-3.3-1.3-3.6-3.06l1.81-.32a1.93 1.93 0 0 0 1.94 1.85c.98.1 1.78-.22 1.87-1.14.09-.91-.84-1.17-1.9-1.5-1.44-.45-3.12-1-2.92-3.08.15-1.6 1.8-2.6 3.73-2.41 1.86.18 3 1.17 3.26 2.8l-1.77.28ZM177.65 148.31l3.04.3a4.51 4.51 0 0 1 4.26 5.13 4.54 4.54 0 0 1-5.16 4.28l-3.05-.3.9-9.4Zm1.57 1.77-.6 6.22 1.32.13c1.76.17 3.03-.98 3.22-2.85.18-1.87-.86-3.21-2.62-3.38l-1.32-.12ZM187.26 149.24l6.22.6-.15 1.56-4.5-.46-.2 2.18 3.1.3-.15 1.55-3.1-.3-.25 2.58 4.62.45-.15 1.56-6.34-.61.9-9.4ZM195.29 150.02l1.84.17 3.82 7.31.66-6.87 1.65.16-.9 9.4-1.85-.17-3.83-7.36-.66 6.93-1.64-.16.9-9.41ZM205.7 151.02l1.72.16-.9 9.42-1.74-.17.91-9.4ZM209.85 151.42l6.23.6-.15 1.56-4.5-.46-.2 2.18 3.1.3-.16 1.55-3.1-.3-.24 2.57 4.62.46-.15 1.55-6.34-.61.9-9.4ZM217.88 152.2l3.06.3a4.53 4.53 0 0 1 4.25 5.12 4.55 4.55 0 0 1-5.16 4.28l-3.06-.29.91-9.42Zm1.58 1.76-.6 6.22 1.32.13c1.75.17 3.03-.98 3.21-2.84.18-1.87-.85-3.22-2.6-3.38l-1.33-.13Z", fill: resolvedSecondaryColor }),
56
+ /* @__PURE__ */ import_react.default.createElement("mask", { height: "240", id: "igc-accessdenied-el-0", width: "223", x: "19", y: "10", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M241.18 128.14c0-24.64-8.03-47.4-21.6-65.83-7.86-10.67-.79-42.27-11.89-49.55-10.63-9.95-38.88 10.44-51.36 7.42a111.36 111.36 0 0 0-26.23-3.12C68.75 17.06 19 66.79 19 128.14a110.89 110.89 0 0 0 46.3 90.19l-10.25 27.95a2.76 2.76 0 0 0 2.59 3.72h144.91a2.77 2.77 0 0 0 2.6-3.72l-10.26-27.96a110.89 110.89 0 0 0 46.29-90.18Z", fill: resolvedPrimaryColor })),
57
+ /* @__PURE__ */ import_react.default.createElement("g", { mask: "url(#igc-accessdenied-el-0)" }, /* @__PURE__ */ import_react.default.createElement("path", { d: "m47 22.15 74.57 19.4 4.03 187.25-95.53 11.79L47 22.15Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m16.54 246.1-5.84-5.14L33.35 18.59l5.22-7.08-22.03 234.6Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m121.57 41.55 77.16-29.5 42.45 223.85-110.1-6.76-9.51-187.6Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m241.18 235.9 5.93-1.07-43.71-221-4.67-1.78 42.45 223.85Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m46.16 32.93 75.9 18.28M45.29 44.14l77.27 17.04M44.39 55.78l78.7 15.72M43.45 67.89l80.18 14.27M42.48 80.49l81.7 12.7M41.46 93.6l83.3 11.02M40.4 107.29l84.96 9.17M39.3 121.56l86.69 7.18M38.14 136.46l88.5 5.01M36.93 152.03l90.37 2.66M35.67 168.32l92.33.1M34.35 185.4l94.37-2.7M32.96 203.29l96.52-5.73M130.26 213.02l-98.75 9.06M115.78 59.69l-.4-10.1M116.63 80.92l-.43-10.8M117.53 103.67l-.46-11.58M119.55 154.47l-.53-13.43M121.9 213.79l-.62-15.75M96.4 45.03l-.08-10.05M96.58 66.2l-.09-10.77M96.77 88.97l-.1-11.6M96.97 113.4l-.1-12.47M97.19 139.8l-.12-13.45M97.42 168.42l-.12-14.61M97.68 199.44l-.13-15.85M97.96 233.3l-.14-17.3M77.25 51.2l.26-10.72M75.53 124.56l.31-13.44M74.85 153.15l.35-14.6M73.32 218.24l.4-17.37M57.84 35.75l.6-10.63M56.55 58.21l.66-11.44M55.16 82.46l.71-12.36M50.25 168.32l.9-15.87M46.16 239.8l1.1-19.17", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m121.57 41.55-4.16 1.53-70.64-17.96.23-2.97 74.57 19.4Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m158.14 95.07-22.69 5.33-3.62-53.72 20.57-7.43 5.74 55.82ZM197.24 85.88l-26.62 6.26-6.98-56.95 23.8-8.6 9.8 59.3ZM170.55 215.73l-27.39-.76-4.92-73.11 24.36-3.38 7.95 77.25ZM218.94 217.08l-33.11-.92-9.76-79.56 28.9-4 13.97 84.48ZM161.17 124.54l-23.82 4.04-1.08-15.99 23.18-4.78 1.72 16.73ZM202.47 117.55l-28.15 4.77-2.1-17.15 27.28-5.63 2.97 18Z", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m137.9 99.82-3.54-52.5 18.2-6.51M172.97 91.59l-6.82-55.65 21.55-7.7M170.46 214.85l-24.86-.65-4.86-72.2 21.91-3.02M188.14 215.3l-9.63-78.51 26.54-3.66-.09-.53M139.8 128.16l-1.02-15.27 20.76-4.26M176.69 121.91l-2-16.3 24.95-5.2", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m218.77 216.1-30.63-.8-2.31.86M131.83 46.68l2.53.65M163.64 35.2l2.5.74M136.27 112.6l2.51.29M172.22 105.17l2.47.44M145.6 214.2l-2.44.77", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M212.74 111.2a1.85 1.85 0 0 1-1.59 1.75 186.85 186.85 0 0 1-20.36 1.22c-.28 0-.5-.66-.1-.88 5.23-2.94 16.61-6.12 19.42-6.73a1.77 1.77 0 0 1 1.98 1.05 7.5 7.5 0 0 1 .65 3.6Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m173.35 163.24 52.74 11.2 1.01-6.02-53.75-5.18Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m176.13 128.74 30.58-20.65 23.67 25.44", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M212.74 108.94a1.9 1.9 0 0 1-1.7 1.75c-2.8.3-5.7.55-8.7.76-4.53.3-8.85.45-12.96.45-.3 0-.53-.66-.11-.88 5.56-2.94 17.68-6.12 20.67-6.73a1.89 1.89 0 0 1 2.1 1.05 7.31 7.31 0 0 1 .7 3.6Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m233.5 130.94-60.14-5.8-3.64 37.74 60.14 5.8 3.64-37.74Z", fill: "#fff", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m119.85 84.55-78.4-.82.7-9.62 77.34 2.23.36 8.21Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m44.9 83.76-3.45-.03.7-9.62h.47l8.29.25-6.01 9.4ZM61.3 83.93l-8.07-.08 5.7-9.26 7.79.22-5.43 9.12ZM76.69 84.1l-7.58-.08 5.16-9 7.32.22-4.9 8.86ZM91.17 84.25l-7.13-.08 4.65-8.72 6.9.2-4.42 8.6ZM104.81 84.4l-6.72-.08 4.2-8.48 6.52.2-4 8.35ZM117.69 84.53l-6.35-.07 3.8-8.24 4.35.12.16 3.76-1.96 4.43Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m119.85 84.55-78.4-.82M42.15 74.11l77.34 2.23", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m122.9 152.34-82.95-50.33.94-11.2 81.51 50.46.5 11.07Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m42.76 103.71-2.8-1.7.41-5.01 6.42-2.54 7.35 4.56-11.38 4.7ZM57.7 112.78l-7.41-4.5 11.09-4.79 7.12 4.41-10.8 4.88ZM72.2 121.57l-7.2-4.36 10.52-4.96 6.92 4.28-10.24 5.04ZM86.25 130.1l-6.98-4.23 9.98-5.12 6.72 4.15-9.72 5.2ZM99.89 138.38l-6.77-4.11 9.46-5.27 6.53 4.03-9.22 5.35ZM113.13 146.41l-6.57-3.99 8.98-5.4 6.33 3.92-8.74 5.47Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m40.89 90.81 81.51 50.46M122.9 152.34l-82.95-50.33", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m124.76 193.69-90.84-14.43 1-12.75 89.34 15.9.5 11.28Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m34.42 179.34-.5-.08 1-12.75.75.13 9.4 1.67-10.65 11.03ZM53.3 182.34l-9.3-1.48 10.2-10.92 8.88 1.57-9.78 10.83ZM71.17 185.18l-8.81-1.4 9.37-10.73 8.42 1.5-8.98 10.63ZM88.08 187.86l-8.34-1.32L88.36 176l7.99 1.43-8.27 10.42ZM104.13 190.41l-7.92-1.26 7.93-10.33 7.59 1.35-7.6 10.24ZM119.37 192.83l-7.53-1.2 7.3-10.14 5.11.91.15 3.2-5.03 7.23Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m124.76 193.69-90.84-14.43M34.93 166.5l89.32 15.9", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M121.21 114.67 37.07 139.3l.88-11.9 82.83-22.17.43 9.44Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m42.48 137.71-5.4 1.59.87-11.9 8.77-2.35-4.24 12.66ZM59.62 132.7l-8.4 2.46 3.94-12.37 8.14-2.18-3.68 12.09ZM75.52 128.04l-7.8 2.29 3.42-11.82 7.57-2.02-3.2 11.55ZM90.31 123.71l-7.26 2.13 2.96-11.3 7.06-1.9-2.76 11.07ZM104.11 119.67l-6.78 1.99 2.56-10.84 6.6-1.76-2.38 10.61ZM117.02 115.9l-6.35 1.85 2.2-10.4 6.18-1.65-2.03 10.2Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m37.95 127.4 82.83-22.17", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m49.29 124.36 47.16-12.61M108.1 179.52l7.2 1.29M49.23 169.05l32.89 5.85M53.8 74.45 103 75.89", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m123.55 166.83-93.48 57.75 1.55-15.99 91.42-53.3.51 11.54Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m44.54 215.64-9.54 5.9 3.18-16.78 9.25-5.38-2.89 16.26ZM62.43 204.59l-8.75 5.4 2.6-15.78 8.5-4.95-2.35 15.33ZM78.86 194.44l-8.04 4.97 2.1-14.9 7.82-4.56-1.88 14.5ZM94 185.09l-7.42 4.58 1.67-14.1 7.23-4.22L94 185.1ZM108 176.44l-6.87 4.24 1.3-13.38 6.7-3.9-1.14 13.04ZM120.97 168.42l-6.37 3.94.99-12.73 6.23-3.63-.85 12.42Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m31.62 208.6 91.42-53.32", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m36.62 205.67 82.18-47.92", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M121.21 114.67 37.07 139.3M123.55 166.83l-93.48 57.75", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M119.75 82.2 43.8 53.04l.78-8.77 74.79 29.7.37 8.23Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m49.48 55.21-5.62-2.15.19-2.35 6.58-4.04 7.52 2.98-8.67 5.56ZM64.6 61.02l-7.48-2.87 8.38-5.58 7.19 2.86-8.1 5.59ZM79.06 66.57l-7.15-2.74 7.82-5.6 6.9 2.73-7.57 5.61ZM92.9 71.89l-6.84-2.63 7.3-5.62 6.61 2.62-7.06 5.63ZM106.18 76.98l-6.57-2.52 6.83-5.63 6.34 2.53-6.6 5.62ZM118.92 81.88l-6.3-2.43 6.38-5.63.38.15.37 8.23-.83-.32Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m44.6 44.27 74.78 29.7M119.75 82.2 43.8 53.04", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m59.69 50.26 55.48 22.04", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m125.99 128.74 5.08 100.4-5.47-.33-8.19-185.73 4.16-1.53 4.42 87.2Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m47 22.15 74.57 19.4-.36-6.98L38.57 11.5l-22.03 234.6 13.24-1.73L47 22.16Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }))
58
+ );
240
59
  };
241
60
  AccessDenied.displayName = "AccessDenied";
242
61
  var stdin_default = (0, import_core.createBaseComponent)(AccessDenied);