@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
@@ -6,212 +6,24 @@ const AccessDenied = ({ fill = "none", width = "260", height = "260", viewBox =
6
6
  const colorResolver = useColorResolver();
7
7
  const resolvedPrimaryColor = colorResolver(primaryColor);
8
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: "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",
20
- fill: resolvedPrimaryColor
21
- }), /* @__PURE__ */ React.createElement("path", {
22
- 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",
23
- stroke: resolvedPrimaryColor,
24
- strokeLinejoin: "round"
25
- }), /* @__PURE__ */ React.createElement("path", {
26
- 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",
27
- fill: resolvedSecondaryColor
28
- }), /* @__PURE__ */ React.createElement("mask", {
29
- height: "240",
30
- id: "igc-accessdenied-el-0",
31
- width: "223",
32
- x: "19",
33
- y: "10",
34
- maskUnits: "userSpaceOnUse"
35
- }, /* @__PURE__ */ React.createElement("path", {
36
- 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",
37
- fill: resolvedPrimaryColor
38
- })), /* @__PURE__ */ React.createElement("g", {
39
- mask: "url(#igc-accessdenied-el-0)"
40
- }, /* @__PURE__ */ React.createElement("path", {
41
- d: "m47 22.15 74.57 19.4 4.03 187.25-95.53 11.79L47 22.15Z",
42
- fill: resolvedSecondaryColor,
43
- stroke: resolvedSecondaryColor,
44
- strokeLinecap: "round",
45
- strokeLinejoin: "round"
46
- }), /* @__PURE__ */ React.createElement("path", {
47
- d: "m16.54 246.1-5.84-5.14L33.35 18.59l5.22-7.08-22.03 234.6Z",
48
- fill: "#fff",
49
- stroke: resolvedSecondaryColor,
50
- strokeLinecap: "round",
51
- strokeLinejoin: "round"
52
- }), /* @__PURE__ */ React.createElement("path", {
53
- d: "m121.57 41.55 77.16-29.5 42.45 223.85-110.1-6.76-9.51-187.6Z",
54
- fill: resolvedPrimaryColor,
55
- stroke: resolvedSecondaryColor,
56
- strokeLinecap: "round",
57
- strokeLinejoin: "round"
58
- }), /* @__PURE__ */ React.createElement("path", {
59
- d: "m241.18 235.9 5.93-1.07-43.71-221-4.67-1.78 42.45 223.85Z",
60
- fill: resolvedSecondaryColor,
61
- stroke: resolvedSecondaryColor,
62
- strokeLinecap: "round",
63
- strokeLinejoin: "round"
64
- }), /* @__PURE__ */ React.createElement("path", {
65
- 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",
66
- stroke: resolvedPrimaryColor,
67
- strokeLinecap: "round",
68
- strokeLinejoin: "round"
69
- }), /* @__PURE__ */ React.createElement("path", {
70
- d: "m121.57 41.55-4.16 1.53-70.64-17.96.23-2.97 74.57 19.4Z",
71
- fill: "#fff",
72
- stroke: resolvedSecondaryColor,
73
- strokeLinecap: "round",
74
- strokeLinejoin: "round"
75
- }), /* @__PURE__ */ React.createElement("path", {
76
- 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",
77
- stroke: "#fff",
78
- strokeLinecap: "round",
79
- strokeLinejoin: "round"
80
- }), /* @__PURE__ */ React.createElement("path", {
81
- 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",
82
- stroke: "#fff",
83
- strokeLinecap: "round",
84
- strokeLinejoin: "round"
85
- }), /* @__PURE__ */ React.createElement("path", {
86
- 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",
87
- stroke: "#fff",
88
- strokeLinecap: "round",
89
- strokeLinejoin: "round"
90
- }), /* @__PURE__ */ React.createElement("path", {
91
- 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",
92
- fill: resolvedSecondaryColor
93
- }), /* @__PURE__ */ React.createElement("path", {
94
- d: "m173.35 163.24 52.74 11.2 1.01-6.02-53.75-5.18Z",
95
- fill: resolvedSecondaryColor,
96
- stroke: resolvedSecondaryColor,
97
- strokeLinecap: "round",
98
- strokeLinejoin: "round"
99
- }), /* @__PURE__ */ React.createElement("path", {
100
- d: "m176.13 128.74 30.58-20.65 23.67 25.44",
101
- stroke: resolvedSecondaryColor,
102
- strokeLinecap: "round",
103
- strokeLinejoin: "round"
104
- }), /* @__PURE__ */ React.createElement("path", {
105
- 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",
106
- fill: "#fff",
107
- stroke: resolvedSecondaryColor,
108
- strokeLinecap: "round",
109
- strokeLinejoin: "round"
110
- }), /* @__PURE__ */ React.createElement("path", {
111
- d: "m233.5 130.94-60.14-5.8-3.64 37.74 60.14 5.8 3.64-37.74Z",
112
- fill: "#fff",
113
- stroke: "#fff",
114
- strokeLinecap: "round",
115
- strokeLinejoin: "round"
116
- }), /* @__PURE__ */ React.createElement("path", {
117
- d: "m119.85 84.55-78.4-.82.7-9.62 77.34 2.23.36 8.21Z",
118
- fill: resolvedPrimaryColor
119
- }), /* @__PURE__ */ React.createElement("path", {
120
- 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",
121
- fill: resolvedSecondaryColor
122
- }), /* @__PURE__ */ React.createElement("path", {
123
- d: "m119.85 84.55-78.4-.82M42.15 74.11l77.34 2.23",
124
- stroke: resolvedPrimaryColor,
125
- strokeLinecap: "round",
126
- strokeLinejoin: "round"
127
- }), /* @__PURE__ */ React.createElement("path", {
128
- d: "m122.9 152.34-82.95-50.33.94-11.2 81.51 50.46.5 11.07Z",
129
- fill: resolvedPrimaryColor
130
- }), /* @__PURE__ */ React.createElement("path", {
131
- 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",
132
- fill: resolvedSecondaryColor
133
- }), /* @__PURE__ */ React.createElement("path", {
134
- d: "m40.89 90.81 81.51 50.46M122.9 152.34l-82.95-50.33",
135
- stroke: resolvedPrimaryColor,
136
- strokeLinecap: "round",
137
- strokeLinejoin: "round"
138
- }), /* @__PURE__ */ React.createElement("path", {
139
- d: "m124.76 193.69-90.84-14.43 1-12.75 89.34 15.9.5 11.28Z",
140
- fill: resolvedPrimaryColor
141
- }), /* @__PURE__ */ React.createElement("path", {
142
- 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",
143
- fill: resolvedSecondaryColor
144
- }), /* @__PURE__ */ React.createElement("path", {
145
- d: "m124.76 193.69-90.84-14.43M34.93 166.5l89.32 15.9",
146
- stroke: resolvedPrimaryColor,
147
- strokeLinecap: "round",
148
- strokeLinejoin: "round"
149
- }), /* @__PURE__ */ React.createElement("path", {
150
- d: "M121.21 114.67 37.07 139.3l.88-11.9 82.83-22.17.43 9.44Z",
151
- fill: resolvedPrimaryColor
152
- }), /* @__PURE__ */ React.createElement("path", {
153
- 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",
154
- fill: resolvedSecondaryColor
155
- }), /* @__PURE__ */ React.createElement("path", {
156
- d: "m37.95 127.4 82.83-22.17",
157
- stroke: resolvedPrimaryColor,
158
- strokeLinecap: "round",
159
- strokeLinejoin: "round"
160
- }), /* @__PURE__ */ React.createElement("path", {
161
- 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",
162
- stroke: "#fff",
163
- strokeLinecap: "round",
164
- strokeLinejoin: "round"
165
- }), /* @__PURE__ */ React.createElement("path", {
166
- d: "m123.55 166.83-93.48 57.75 1.55-15.99 91.42-53.3.51 11.54Z",
167
- fill: resolvedPrimaryColor
168
- }), /* @__PURE__ */ React.createElement("path", {
169
- 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",
170
- fill: resolvedSecondaryColor
171
- }), /* @__PURE__ */ React.createElement("path", {
172
- d: "m31.62 208.6 91.42-53.32",
173
- stroke: resolvedPrimaryColor,
174
- strokeLinecap: "round",
175
- strokeLinejoin: "round"
176
- }), /* @__PURE__ */ React.createElement("path", {
177
- d: "m36.62 205.67 82.18-47.92",
178
- stroke: "#fff",
179
- strokeLinecap: "round",
180
- strokeLinejoin: "round"
181
- }), /* @__PURE__ */ React.createElement("path", {
182
- d: "M121.21 114.67 37.07 139.3M123.55 166.83l-93.48 57.75",
183
- stroke: resolvedPrimaryColor,
184
- strokeLinecap: "round",
185
- strokeLinejoin: "round"
186
- }), /* @__PURE__ */ React.createElement("path", {
187
- d: "M119.75 82.2 43.8 53.04l.78-8.77 74.79 29.7.37 8.23Z",
188
- fill: resolvedPrimaryColor
189
- }), /* @__PURE__ */ React.createElement("path", {
190
- 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",
191
- fill: resolvedSecondaryColor
192
- }), /* @__PURE__ */ React.createElement("path", {
193
- d: "m44.6 44.27 74.78 29.7M119.75 82.2 43.8 53.04",
194
- stroke: resolvedPrimaryColor,
195
- strokeLinecap: "round",
196
- strokeLinejoin: "round"
197
- }), /* @__PURE__ */ React.createElement("path", {
198
- d: "m59.69 50.26 55.48 22.04",
199
- stroke: "#fff",
200
- strokeLinecap: "round",
201
- strokeLinejoin: "round"
202
- }), /* @__PURE__ */ React.createElement("path", {
203
- d: "m125.99 128.74 5.08 100.4-5.47-.33-8.19-185.73 4.16-1.53 4.42 87.2Z",
204
- fill: "#fff",
205
- stroke: resolvedSecondaryColor,
206
- strokeLinecap: "round",
207
- strokeLinejoin: "round"
208
- }), /* @__PURE__ */ React.createElement("path", {
209
- d: "m47 22.15 74.57 19.4-.36-6.98L38.57 11.5l-22.03 234.6 13.24-1.73L47 22.16Z",
210
- fill: "#fff",
211
- stroke: resolvedSecondaryColor,
212
- strokeLinecap: "round",
213
- strokeLinejoin: "round"
214
- })));
9
+ return /* @__PURE__ */ React.createElement(
10
+ Box,
11
+ {
12
+ ref,
13
+ width,
14
+ height,
15
+ viewBox,
16
+ fill,
17
+ tag: "svg",
18
+ "aria-hidden": true,
19
+ ...props
20
+ },
21
+ /* @__PURE__ */ React.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 }),
22
+ /* @__PURE__ */ React.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" }),
23
+ /* @__PURE__ */ React.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 }),
24
+ /* @__PURE__ */ React.createElement("mask", { height: "240", id: "igc-accessdenied-el-0", width: "223", x: "19", y: "10", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.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 })),
25
+ /* @__PURE__ */ React.createElement("g", { mask: "url(#igc-accessdenied-el-0)" }, /* @__PURE__ */ React.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__ */ React.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__ */ React.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__ */ React.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__ */ React.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__ */ React.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__ */ React.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__ */ React.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__ */ React.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__ */ React.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__ */ React.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__ */ React.createElement("path", { d: "m176.13 128.74 30.58-20.65 23.67 25.44", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.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__ */ React.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__ */ React.createElement("path", { d: "m119.85 84.55-78.4-.82.7-9.62 77.34 2.23.36 8.21Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.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__ */ React.createElement("path", { d: "m119.85 84.55-78.4-.82M42.15 74.11l77.34 2.23", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m122.9 152.34-82.95-50.33.94-11.2 81.51 50.46.5 11.07Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.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__ */ React.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__ */ React.createElement("path", { d: "m124.76 193.69-90.84-14.43 1-12.75 89.34 15.9.5 11.28Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.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__ */ React.createElement("path", { d: "m124.76 193.69-90.84-14.43M34.93 166.5l89.32 15.9", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M121.21 114.67 37.07 139.3l.88-11.9 82.83-22.17.43 9.44Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.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__ */ React.createElement("path", { d: "m37.95 127.4 82.83-22.17", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.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__ */ React.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__ */ React.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__ */ React.createElement("path", { d: "m31.62 208.6 91.42-53.32", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m36.62 205.67 82.18-47.92", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.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__ */ React.createElement("path", { d: "M119.75 82.2 43.8 53.04l.78-8.77 74.79 29.7.37 8.23Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.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__ */ React.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__ */ React.createElement("path", { d: "m59.69 50.26 55.48 22.04", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.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__ */ React.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" }))
26
+ );
215
27
  };
216
28
  AccessDenied.displayName = "AccessDenied";
217
29
  var stdin_default = createBaseComponent(AccessDenied);