@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,463 +6,116 @@ const Blocked = ({ fill = "none", width = "260", height = "260", viewBox = "0 0
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: "M198.25 84.33c-7.05-23.19-21.02-45.39-39.97-60.79a2.46 2.46 0 0 0-2.56-.32L125.22 37c-27.25-5.04-54.52-6.13-80.8 3.55a2.45 2.45 0 0 0-1.6 2.17l-1.97 38.53c-18.18 19.18-32.4 43.33-35.83 69.5a2.46 2.46 0 0 0 1.03 2.33l32.74 22.81c7.06 23.2 21.03 45.39 39.98 60.8a2.45 2.45 0 0 0 2.55.32l30.52-13.79c27.25 5.05 54.5 6.13 80.8-3.55a2.46 2.46 0 0 0 1.6-2.17l1.96-38.52c18.18-19.2 32.4-43.33 35.81-69.52a2.46 2.46 0 0 0-1.03-2.32l-32.72-22.81Z",
20
- fill: resolvedPrimaryColor
21
- }), /* @__PURE__ */ React.createElement("path", {
22
- d: "M156.19 84.54a5.81 5.81 0 0 0-5.36-5.14L17.55 69.7l1.03-1.57-4.43 2.32a5.8 5.8 0 0 0-2.92 5.24l4.8 136.2 4.12 3.13 145.93-17.6-9.9-112.88Z",
23
- fill: resolvedPrimaryColor,
24
- stroke: resolvedPrimaryColor,
25
- strokeLinecap: "round",
26
- strokeLinejoin: "round"
27
- }), /* @__PURE__ */ React.createElement("path", {
28
- d: "M173.56 201.13 20.15 215.02l-4.99-141.4a5.81 5.81 0 0 1 6.24-6l133.37 9.71a5.82 5.82 0 0 1 5.35 5.15l13.44 118.65Z",
29
- fill: "#fff",
30
- stroke: "#fff",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round"
33
- }), /* @__PURE__ */ React.createElement("path", {
34
- d: "M160.84 88.85 15.4 80.37l-.24-6.74a5.81 5.81 0 0 1 6.24-6l133.37 9.7a5.82 5.82 0 0 1 5.35 5.15l.72 6.37Z",
35
- fill: resolvedSecondaryColor,
36
- stroke: resolvedSecondaryColor,
37
- strokeMiterlimit: "10"
38
- }), /* @__PURE__ */ React.createElement("path", {
39
- d: "M30.19 74.72a2.3 2.3 0 0 1-2.56 2.43 2.98 2.98 0 0 1-2.77-2.78 2.3 2.3 0 0 1 2.55-2.4 2.98 2.98 0 0 1 2.78 2.75Z",
40
- fill: "#fff"
41
- }), /* @__PURE__ */ React.createElement("path", {
42
- d: "M38.37 75.26a2.27 2.27 0 0 1-2.49 2.4 2.98 2.98 0 0 1-2.73-2.74 2.26 2.26 0 0 1 2.5-2.4 2.98 2.98 0 0 1 2.72 2.74ZM46.4 75.79a2.23 2.23 0 0 1-2.43 2.38 2.95 2.95 0 0 1-2.68-2.72 2.23 2.23 0 0 1 2.44-2.38 2.95 2.95 0 0 1 2.66 2.72ZM158.82 133.9a1.28 1.28 0 0 1-1.28 1.43l-76.38.2-52.56.15a1.28 1.28 0 0 1-1.28-1.24l-1.36-32.6a1.28 1.28 0 0 1 1.34-1.34l127.24 4.66a1.28 1.28 0 0 1 1.24 1.14l3.04 27.6Z",
43
- fill: resolvedPrimaryColor
44
- }), /* @__PURE__ */ React.createElement("path", {
45
- d: "m117.98 189.25-86.06 5.98a2.36 2.36 0 0 1-2.5-2.25l-.48-11.87a2.35 2.35 0 0 1 2.23-2.44l85.65-4.36a2.34 2.34 0 0 1 2.46 2.13l.89 10.25a2.35 2.35 0 0 1-2.2 2.56Z",
46
- fill: resolvedSecondaryColor,
47
- stroke: resolvedSecondaryColor,
48
- strokeLinecap: "round",
49
- strokeLinejoin: "round"
50
- }), /* @__PURE__ */ React.createElement("path", {
51
- d: "m104.03 142.98 55.71-.66",
52
- stroke: resolvedSecondaryColor,
53
- strokeLinecap: "round",
54
- strokeLinejoin: "round"
55
- }), /* @__PURE__ */ React.createElement("path", {
56
- d: "m79.5 143.27 11.39-.13",
57
- stroke: resolvedPrimaryColor,
58
- strokeLinecap: "round",
59
- strokeLinejoin: "round"
60
- }), /* @__PURE__ */ React.createElement("path", {
61
- d: "m27.42 143.89 43.57-.52",
62
- stroke: resolvedSecondaryColor,
63
- strokeLinecap: "round",
64
- strokeLinejoin: "round"
65
- }), /* @__PURE__ */ React.createElement("path", {
66
- d: "m141.74 150.05 18.8-.4",
67
- stroke: resolvedPrimaryColor,
68
- strokeLinecap: "round",
69
- strokeLinejoin: "round"
70
- }), /* @__PURE__ */ React.createElement("path", {
71
- d: "m56.46 151.88 39.8-.85",
72
- stroke: resolvedSecondaryColor,
73
- strokeLinecap: "round",
74
- strokeLinejoin: "round"
75
- }), /* @__PURE__ */ React.createElement("path", {
76
- d: "m27.77 152.5 20.46-.44",
77
- stroke: resolvedPrimaryColor,
78
- strokeLinecap: "round",
79
- strokeLinejoin: "round"
80
- }), /* @__PURE__ */ React.createElement("path", {
81
- d: "m141.74 157.64 19.61-.61",
82
- stroke: resolvedSecondaryColor,
83
- strokeLinecap: "round",
84
- strokeLinejoin: "round"
85
- }), /* @__PURE__ */ React.createElement("path", {
86
- d: "m113.15 158.53 25.2-.78M72.37 159.8l34.98-1.09",
87
- stroke: resolvedPrimaryColor,
88
- strokeLinecap: "round",
89
- strokeLinejoin: "round"
90
- }), /* @__PURE__ */ React.createElement("path", {
91
- d: "m28.12 161.18 39.14-1.22M125.75 165.96l36.42-1.5",
92
- stroke: resolvedSecondaryColor,
93
- strokeLinecap: "round",
94
- strokeLinejoin: "round"
95
- }), /* @__PURE__ */ React.createElement("path", {
96
- d: "m91.19 167.37 28.6-1.17",
97
- stroke: resolvedPrimaryColor,
98
- strokeLinecap: "round",
99
- strokeLinejoin: "round"
100
- }), /* @__PURE__ */ React.createElement("path", {
101
- d: "m62.58 168.55 23.73-.98",
102
- stroke: resolvedSecondaryColor,
103
- strokeLinecap: "round",
104
- strokeLinejoin: "round"
105
- }), /* @__PURE__ */ React.createElement("path", {
106
- d: "m28.47 169.95 27.08-1.11",
107
- stroke: resolvedPrimaryColor,
108
- strokeLinecap: "round",
109
- strokeLinejoin: "round"
110
- }), /* @__PURE__ */ React.createElement("path", {
111
- d: "m128.55 97.27 26.39 1.2M69.02 94.58l7.13.32M49.29 93.68l14.72.67M25.35 92.6l18.49.83",
112
- stroke: resolvedSecondaryColor,
113
- strokeLinecap: "round",
114
- strokeLinejoin: "round"
115
- }), /* @__PURE__ */ React.createElement("path", {
116
- d: "m65.1 184.9 48.05-2.9M37.15 186.57l20.42-1.22",
117
- stroke: resolvedPrimaryColor,
118
- strokeLinecap: "round",
119
- strokeLinejoin: "round"
120
- }), /* @__PURE__ */ React.createElement("path", {
121
- d: "M146.12 111.76a2.83 2.83 0 0 1-2.93 3.26 3.96 3.96 0 0 1-3.76-3.4 2.82 2.82 0 0 1 2.98-3.26 3.95 3.95 0 0 1 3.71 3.4v0ZM25.92 130.11l24.73-22.7a4.26 4.26 0 0 1 5.99.22l27.92 29.8",
122
- stroke: "#fff",
123
- strokeLinecap: "round",
124
- strokeLinejoin: "round"
125
- }), /* @__PURE__ */ React.createElement("path", {
126
- d: "m68.47 120.27 13-9.64a3.08 3.08 0 0 1 3.74.05L100.89 123M112.59 129.05l15.77-12.77a4.26 4.26 0 0 1 5.81.42l19.16 20.76",
127
- stroke: "#fff",
128
- strokeLinecap: "round",
129
- strokeLinejoin: "round"
130
- }), /* @__PURE__ */ React.createElement("path", {
131
- d: "m143.21 126.5 5.84-4.76a3.1 3.1 0 0 1 4.06.14l6.92 6.5",
132
- stroke: "#fff",
133
- strokeLinecap: "round",
134
- strokeLinejoin: "round"
135
- }), /* @__PURE__ */ React.createElement("path", {
136
- d: "m20.57 69.91-3.02-.22.5-.77a.25.25 0 0 0-.32-.36l-3.58 1.89a5.8 5.8 0 0 0-2.92 5.24l.22 6.27 3.95-1.6 2.74-5.27 2.43-5.18Z",
137
- fill: resolvedSecondaryColor,
138
- stroke: resolvedSecondaryColor,
139
- strokeMiterlimit: "10"
140
- }), /* @__PURE__ */ React.createElement("path", {
141
- d: "m15.49 82.7-.39-10.32a5.81 5.81 0 0 1 6.23-6M11.98 122.3l1.4 39.55",
142
- stroke: "#fff",
143
- strokeLinecap: "round",
144
- strokeLinejoin: "round"
145
- }), /* @__PURE__ */ React.createElement("path", {
146
- d: "m81.46 66.52 16.9 14M81.9 71.99l14.56-10.74M89.54 72.35l13.6-10.02M87.09 62.82l16.9 14M79.52 86.47l29.61-21.89M86.04 88.84 114 68.3",
147
- stroke: resolvedSecondaryColor,
148
- strokeLinecap: "round",
149
- strokeLinejoin: "round"
150
- }), /* @__PURE__ */ React.createElement("path", {
151
- d: "m92.95 75.29-.26 1.48c0 .73 0 1.51-.04 2.33-.1 1.55-.32 3.1-.67 4.6 2.17.67 9.3 1.39 11.53 1.02 2.45-.4 3.25-7.47 3.44-11.2.11-2.18-1.2-.77-1.56-2.07l-8.03.87-4.41 2.97Z",
152
- fill: resolvedPrimaryColor,
153
- stroke: resolvedSecondaryColor,
154
- strokeLinecap: "round",
155
- strokeLinejoin: "round"
156
- }), /* @__PURE__ */ React.createElement("path", {
157
- d: "M116.07 69.16a4.16 4.16 0 0 1 2.18-3.44.46.46 0 0 1 .43-.03c.34.2.13 1.31-.64 3.3",
158
- fill: resolvedPrimaryColor
159
- }), /* @__PURE__ */ React.createElement("path", {
160
- d: "M116.07 69.16a4.16 4.16 0 0 1 2.18-3.44.46.46 0 0 1 .43-.03c.34.2.13 1.31-.64 3.3",
161
- stroke: resolvedSecondaryColor,
162
- strokeLinecap: "round",
163
- strokeLinejoin: "round"
164
- }), /* @__PURE__ */ React.createElement("path", {
165
- d: "M125.74 68.99c2.32 7.2 3.17 44.35-25.61 29.37-1.68-1.82 2.61-11.85 2.61-11.85.8-.06 9.84 4.36 13.1.7 2.78-3.12 3.82-8.66 3.2-12.42-.3-1.75-1.29-2-2-3.33",
166
- fill: resolvedPrimaryColor
167
- }), /* @__PURE__ */ React.createElement("path", {
168
- d: "M125.74 68.99c2.32 7.2 3.17 44.35-25.61 29.37-1.68-1.82 2.61-11.85 2.61-11.85.8-.06 9.84 4.36 13.1.7 2.78-3.12 3.82-8.66 3.2-12.42-.3-1.75-1.29-2-2-3.33M106.91 72.9c.56 7.2-2.13 12.47-5.27 12.77-2.32.22-5.4-1.61-6.81-5.11",
169
- stroke: resolvedSecondaryColor,
170
- strokeLinecap: "round",
171
- strokeLinejoin: "round"
172
- }), /* @__PURE__ */ React.createElement("path", {
173
- d: "M100.13 79.28c.09.97.65 1.73 1.37 1.89.31.06.64.02.92-.12",
174
- stroke: resolvedSecondaryColor,
175
- strokeLinecap: "round",
176
- strokeLinejoin: "round"
177
- }), /* @__PURE__ */ React.createElement("path", {
178
- d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
179
- fill: resolvedPrimaryColor
180
- }), /* @__PURE__ */ React.createElement("path", {
181
- d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
182
- stroke: resolvedSecondaryColor,
183
- strokeLinecap: "round",
184
- strokeLinejoin: "round"
185
- }), /* @__PURE__ */ React.createElement("path", {
186
- d: "M97.41 63.1c8.05 0 14.35 3.13 15.33 7.61 1.34 6.1-6.81 13.29-17.82 15.7-2.44.55-4.93.82-7.43.83-8.04 0-14.34-3.13-15.33-7.61-1.34-6.1 6.82-13.29 17.82-15.7a34.7 34.7 0 0 1 7.43-.83Zm0-2.55c-2.68 0-5.35.28-7.97.85C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.68 0 5.36-.3 7.98-.88 12.58-2.77 21.43-11.16 19.76-18.74-1.3-5.92-8.65-9.58-17.82-9.58Z",
187
- fill: resolvedSecondaryColor
188
- }), /* @__PURE__ */ React.createElement("path", {
189
- d: "m96.66 61.45 14.9 12.72",
190
- stroke: resolvedSecondaryColor,
191
- strokeLinecap: "round",
192
- strokeLinejoin: "round"
193
- }), /* @__PURE__ */ React.createElement("path", {
194
- d: "m114.66 70.69 41-6.86",
195
- stroke: resolvedSecondaryColor,
196
- strokeMiterlimit: "10"
197
- }), /* @__PURE__ */ React.createElement("path", {
198
- d: "M114.44 69.38a458.24 458.24 0 0 0 41.1-6.2l.22 1.28a441.46 441.46 0 0 0-30.72 5.3c-3.4.7-6.8 1.44-10.16 2.22l-.43-2.62-.01.02Z",
199
- fill: resolvedSecondaryColor
200
- }), /* @__PURE__ */ React.createElement("path", {
201
- d: "m112.48 120.54 1.84 3.58c2.13 10.7-.38 13.1-.43 20.13-.07 8.62.36 18.1.07 26.4a9.42 9.42 0 0 1-6.6 8.67c-10.13 3.19-26.69 8.47-30.23 10.5a11.67 11.67 0 0 0-4.38 6.08 2.08 2.08 0 0 1-1.66 1.46c-.66.12-1.34.06-1.96-.19-1.6-.65-2.67-2.63-2.5-4.93a6.3 6.3 0 0 1 .48-1.87 57.65 57.65 0 0 1 6.93-12.28c1.76-1.2 3.83 1.27 5.48 1.62 3.05-2.01 15.45-10.97 20.8-12.08-1.13-4-5.97-23.56-6.95-28.12.63-7.05 2.22-13.07 2.85-20.11l16.26 1.14Z",
202
- fill: resolvedPrimaryColor
203
- }), /* @__PURE__ */ React.createElement("path", {
204
- d: "M95.7 183.04c-4.2.55-4.01-11.32-1.46-12.8-5.7 3.13-12.57 8.04-14.73 9.47-1.66-.34-3.71-2.83-5.48-1.63a56.76 56.76 0 0 0-6.93 12.27c-.25.6-.41 1.23-.47 1.87-.18 2.3.89 4.29 2.5 4.94.62.24 1.3.3 1.95.18a2.08 2.08 0 0 0 1.66-1.46c.75-2.45 2.3-4.6 4.38-6.08 2.36-1.35 10.44-4.13 18.57-6.77v.01Z",
205
- fill: "#fff",
206
- stroke: resolvedSecondaryColor,
207
- strokeLinecap: "round",
208
- strokeLinejoin: "round"
209
- }), /* @__PURE__ */ React.createElement("path", {
210
- d: "M91.19 184.52c-4.2.55-3.4-10.5-.85-11.99M77.42 189.65c-.46-1.36-2.37-1.58-2.6-1.8-.85-1.42 2.84-7.63 4.68-8.14",
211
- stroke: resolvedSecondaryColor,
212
- strokeLinecap: "round",
213
- strokeLinejoin: "round"
214
- }), /* @__PURE__ */ React.createElement("path", {
215
- d: "M114.01 159.57c-.06-5.14-.18-10.37-.14-15.33.07-7.04 2.56-9.43.43-20.14l-1.84-3.57-16.26-1.14c-.63 7.04-2.22 13.07-2.85 20.11.76 3.6 3.94 16.52 5.8 23.79.64-3.79 13.61-5.78 14.86-3.72Z",
216
- fill: "#fff"
217
- }), /* @__PURE__ */ React.createElement("path", {
218
- d: "M113.94 170.66c.16-4.83.09-10.05.02-15.27l-2.66-.48c.95 8.55 1.52 15.1.37 18.48-1.66 4.87-7.41 6.9-7.4 6.9 1.75-.16 2.26-.71 3.09-.97a9.4 9.4 0 0 0 6.58-8.66Z",
219
- fill: "#fff"
220
- }), /* @__PURE__ */ React.createElement("path", {
221
- d: "M113.89 153.62v-1.9c0-1.63-.01-3.24-.04-4.83l-18.16-8.57-.23 2.46c.67 1.73 2.34 5.84 6.65 8.8 3.38 2.3 7.04 1.88 11.78 4.04Z",
222
- fill: resolvedPrimaryColor
223
- }), /* @__PURE__ */ React.createElement("path", {
224
- d: "M114.32 124.12c2.13 10.7-.38 13.1-.43 20.13-.03 4.95.08 10.18.14 15.33M99.18 163.29a967.63 967.63 0 0 1-5.8-23.79",
225
- stroke: resolvedSecondaryColor,
226
- strokeLinecap: "round",
227
- strokeLinejoin: "round"
228
- }), /* @__PURE__ */ React.createElement("path", {
229
- d: "M99.18 163.29c.63-3.79 13.6-5.78 14.85-3.72",
230
- stroke: resolvedSecondaryColor,
231
- strokeLinecap: "round",
232
- strokeLinejoin: "round"
233
- }), /* @__PURE__ */ React.createElement("path", {
234
- d: "M114.01 159.57c.04 3.8.05 7.55-.07 11.1a9.42 9.42 0 0 1-6.58 8.66c-10.13 3.18-26.69 8.46-30.23 10.48a11.67 11.67 0 0 0-4.38 6.09 2.08 2.08 0 0 1-1.66 1.46c-.66.12-1.34.06-1.96-.19-1.6-.65-2.67-2.63-2.5-4.93a6.3 6.3 0 0 1 .48-1.87 57.65 57.65 0 0 1 6.93-12.28c1.76-1.2 3.83 1.27 5.48 1.62 3.05-2.01 15.45-10.97 20.8-12.08-.24-.85-.65-2.39-1.15-4.34",
235
- stroke: resolvedSecondaryColor,
236
- strokeLinecap: "round",
237
- strokeLinejoin: "round"
238
- }), /* @__PURE__ */ React.createElement("path", {
239
- d: "m93.22 123.1-3.15 6.71c-3.33 16.3 39.06 27.58 48.28 33.14-.6 17.18 15.99 44.8 17.58 51.73a18.43 18.43 0 0 0-.73 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13-12.94-5.04-13.51-6.49-2.47-6.14 3.54-5.4 0-6.74a2.06 2.06 0 0 1-1.2-1.22c-3.4-9.27-10.94-40.48-14.02-53.54-.6-2.53-2-4.79-3.99-6.45-9.15-7.6-27.25-20.86-36.19-24-.91-2.6-1.84-5.87-2.76-8.47l-14.69 3.72Z",
240
- fill: resolvedPrimaryColor
241
- }), /* @__PURE__ */ React.createElement("path", {
242
- d: "M129.99 139.07c-7.2-5.01-14.54-9.56-19.31-11.21-.92-2.6-1.84-5.87-2.76-8.47l-14.7 3.71-3.15 6.71c-2.21 10.87 15.9 19.5 30.95 25.7-4.75-4.59 5.62-17.66 8.97-16.44Z",
243
- fill: "#fff"
244
- }), /* @__PURE__ */ React.createElement("path", {
245
- d: "M121 155.51c-4.73-4.59 5.64-17.66 8.99-16.44",
246
- stroke: resolvedSecondaryColor,
247
- strokeLinecap: "round",
248
- strokeLinejoin: "round"
249
- }), /* @__PURE__ */ React.createElement("path", {
250
- d: "M159.57 193.48c-3.25-12.4-6.8-27.18-8.69-35.17-.6-2.53-2-4.79-4-6.44l-1.04-.86c2.64 2.13 8.12 31.18 13.73 42.48Z",
251
- fill: "#fff"
252
- }), /* @__PURE__ */ React.createElement("path", {
253
- d: "M164.9 211.85c-1.49-4.07-3.77-12.35-6.14-21.47-.11 2.55-9.8 4.5-12.07 3.1 4.16 9.57 8.48 17.83 9.25 21.2a18.43 18.43 0 0 0-.72 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13 3.01-1.97 2-3.16-3.88-4.61-11.97-8.73-15.5-10.07a2.06 2.06 0 0 1-1.2-1.21Z",
254
- fill: "#fff",
255
- stroke: resolvedSecondaryColor,
256
- strokeLinecap: "round",
257
- strokeLinejoin: "round"
258
- }), /* @__PURE__ */ React.createElement("path", {
259
- d: "M159.94 194.85c-.12 2.55-9.16 4.75-11.26 3.1M155.94 214.68a12.24 12.24 0 0 0 8.57 2.42 4.36 4.36 0 0 1 1.57-4.03",
260
- stroke: resolvedSecondaryColor,
261
- strokeLinecap: "round",
262
- strokeLinejoin: "round"
263
- }), /* @__PURE__ */ React.createElement("path", {
264
- d: "M90.05 129.81c-3.31 16.3 39.08 27.58 48.3 33.14-.6 17.18 15.99 44.8 17.58 51.73a18.43 18.43 0 0 0-.73 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13 2.88-1.87 2-3.16-2.18-3.24-11.97-8.73-15.5-10.07a2.05 2.05 0 0 1-1.2-1.22c-3.4-9.27-10.94-40.48-14.02-53.54-.59-2.53-1.99-4.79-3.99-6.45-9.15-7.6-27.24-20.86-36.18-24",
265
- stroke: resolvedSecondaryColor,
266
- strokeLinecap: "round",
267
- strokeLinejoin: "round"
268
- }), /* @__PURE__ */ React.createElement("path", {
269
- d: "M90.05 129.81c1.86-2.53 6.12-7.3 15.81-7.26 2.9 0 5.76.53 8.46 1.57-.57-4.44-3.87-15.57-3.83-21.09.22-.98 1.34-4.08.57-6.23l-10.42-12.34c-1.62-.32-7.08.17-8.68-.74-6.16 5.39.65 25.38 2.43 29.73.44 1.5-3.81 9.39-4.34 16.36Z",
270
- fill: "#fff"
271
- }), /* @__PURE__ */ React.createElement("path", {
272
- d: "M111.07 96.8c.77 2.13-.34 5.25-.57 6.23-.05 5.53 3.25 16.66 3.83 21.09a23.63 23.63 0 0 0-8.45-1.57c-9.7-.05-13.95 4.73-15.82 7.26.53-6.97 4.78-14.86 4.35-16.38-1.78-4.35-8.58-24.34-2.42-29.73 1.02.43 2.13.58 3.22.45",
273
- stroke: resolvedSecondaryColor,
274
- strokeLinecap: "round",
275
- strokeLinejoin: "round"
276
- }), /* @__PURE__ */ React.createElement("path", {
277
- d: "M104.04 110.33a28.78 28.78 0 0 0 6.64-8",
278
- stroke: resolvedSecondaryColor,
279
- strokeLinecap: "round",
280
- strokeLinejoin: "round"
281
- }), /* @__PURE__ */ React.createElement("path", {
282
- d: "M137.4 68.38a1.5 1.5 0 0 1-.25-2.96l18.26-3.06a1.5 1.5 0 0 1 .49 2.94l-18.26 3.06-.25.02Z",
283
- fill: resolvedSecondaryColor
284
- }), /* @__PURE__ */ React.createElement("path", {
285
- d: "M93.57 84.3c8.86-1.58 39.24 9.37 49.36-14.38l7.92-2.43c-5.66 30.22-38.39 32.96-57.64 26.4",
286
- fill: resolvedPrimaryColor
287
- }), /* @__PURE__ */ React.createElement("path", {
288
- d: "M93.57 84.3a19.4 19.4 0 0 0-.36 9.57 54.63 54.63 0 0 0 10.07 2.36c-2-1.7.47-10.83 2.98-11.24-5.43-.5-10.03-1.16-12.69-.69Z",
289
- fill: "#fff"
290
- }), /* @__PURE__ */ React.createElement("path", {
291
- d: "M103.28 96.23c-2-1.7.47-10.83 2.98-11.24",
292
- stroke: resolvedSecondaryColor,
293
- strokeLinecap: "round",
294
- strokeLinejoin: "round"
295
- }), /* @__PURE__ */ React.createElement("path", {
296
- d: "m149.89 68.96-7.8 2.13c1.03-3.6-1.04-4.97-.76-5.14.28-.17 1.65-.89 2.34 1.16.46-.13.82-.36.49-1.7a2.3 2.3 0 0 0-1.38-1.57c.08-.43.63-.54.85-.58 1.2-.23 1.96.58 2.27 1.89",
297
- fill: resolvedPrimaryColor
298
- }), /* @__PURE__ */ React.createElement("path", {
299
- d: "M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.44.15-.81.46-1.04.87",
300
- fill: resolvedPrimaryColor
301
- }), /* @__PURE__ */ React.createElement("path", {
302
- d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
303
- fill: resolvedPrimaryColor
304
- }), /* @__PURE__ */ React.createElement("path", {
305
- d: "M150.85 67.49c.33-1.7 0-4-.72-4.58a1.04 1.04 0 0 0-1.33-.11l-2.23.05-1.38.23-.8.73 2.6 6.04 3.86-2.36Z",
306
- fill: resolvedPrimaryColor
307
- }), /* @__PURE__ */ React.createElement("path", {
308
- d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
309
- stroke: resolvedSecondaryColor,
310
- strokeLinecap: "round",
311
- strokeLinejoin: "round"
312
- }), /* @__PURE__ */ React.createElement("path", {
313
- d: "M150.85 67.7c.2-1.16.17-2.35-.08-3.5-.36 12.49-12.24 25.16-25.03 30.7 15.25-4.71 22.74-14.55 25.11-27.2Z",
314
- fill: "#fff"
315
- }), /* @__PURE__ */ React.createElement("path", {
316
- d: "M150.85 67.49c-5.66 30.22-38.39 32.96-57.64 26.4",
317
- stroke: resolvedSecondaryColor,
318
- strokeLinecap: "round",
319
- strokeLinejoin: "round"
320
- }), /* @__PURE__ */ React.createElement("path", {
321
- d: "M93.22 84.08c.66.1 1.32.13 1.98.07 9.94-.32 35.39 7.4 46.13-11.02M143.67 67.11c.46-.13.82-.36.49-1.7a2.31 2.31 0 0 0-1.39-1.57c.09-.42.64-.54.86-.58 1.2-.23 1.96.58 2.27 1.89M141.33 73.13c.43-.62 1.78-4.7.81-5.64M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.3.08-.56.26-.75.51",
322
- stroke: resolvedSecondaryColor,
323
- strokeLinecap: "round",
324
- strokeLinejoin: "round"
325
- }), /* @__PURE__ */ React.createElement("path", {
326
- d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
327
- stroke: resolvedSecondaryColor,
328
- strokeLinecap: "round",
329
- strokeLinejoin: "round"
330
- }), /* @__PURE__ */ React.createElement("path", {
331
- d: "M150.54 68.99c.78-2.76.32-5.5-.43-6.08a1.04 1.04 0 0 0-1.33-.11",
332
- stroke: resolvedSecondaryColor,
333
- strokeLinecap: "round",
334
- strokeLinejoin: "round"
335
- }), /* @__PURE__ */ React.createElement("path", {
336
- d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
337
- stroke: resolvedSecondaryColor,
338
- strokeLinecap: "round",
339
- strokeLinejoin: "round"
340
- }), /* @__PURE__ */ React.createElement("path", {
341
- d: "M144.16 65.4c-.1-.42-.33-.8-.66-1.1l-6.38 1.07a1.54 1.54 0 0 0 .5 3.03l6.07-1.02c.49-.12.8-.63.47-1.98Z",
342
- fill: resolvedSecondaryColor
343
- }), /* @__PURE__ */ React.createElement("path", {
344
- d: "M120.05 67.14a1.03 1.03 0 0 0-1.2-.17c-1 .6.04 4.5.59 4.68.55.17.88-.15.94-3.17",
345
- fill: resolvedPrimaryColor
346
- }), /* @__PURE__ */ React.createElement("path", {
347
- d: "M120.05 67.14a1.03 1.03 0 0 0-1.2-.17c-1 .6.04 4.5.59 4.68.55.17.88-.15.94-3.17",
348
- stroke: resolvedSecondaryColor,
349
- strokeLinecap: "round",
350
- strokeLinejoin: "round"
351
- }), /* @__PURE__ */ React.createElement("path", {
352
- d: "M121.77 66.66a1.1 1.1 0 0 0-1.28-.32c-1.11.54-.42 4.81.15 5.05.5.2.95-.06 1.33-3.27",
353
- fill: resolvedPrimaryColor
354
- }), /* @__PURE__ */ React.createElement("path", {
355
- d: "M121.77 66.66a1.1 1.1 0 0 0-1.28-.32c-1.11.54-.42 4.81.15 5.05.5.2.95-.06 1.33-3.27",
356
- stroke: resolvedSecondaryColor,
357
- strokeLinecap: "round",
358
- strokeLinejoin: "round"
359
- }), /* @__PURE__ */ React.createElement("path", {
360
- d: "M123.45 66.78a1.06 1.06 0 0 0-1.16-.36c-1.07.42-.7 4.29-.18 4.53.51.25.89 0 1.45-2.85",
361
- fill: resolvedPrimaryColor
362
- }), /* @__PURE__ */ React.createElement("path", {
363
- d: "M123.45 66.78a1.06 1.06 0 0 0-1.16-.36c-1.07.42-.7 4.29-.18 4.53.51.25.89 0 1.45-2.85",
364
- stroke: resolvedSecondaryColor,
365
- strokeLinecap: "round",
366
- strokeLinejoin: "round"
367
- }), /* @__PURE__ */ React.createElement("path", {
368
- d: "M125.62 68.05c-.3-.94-.73-1.5-1.58-1.1-.85.4-1.2 3.6-.79 3.89.41.28.78.12 1.65-2.26",
369
- fill: resolvedPrimaryColor
370
- }), /* @__PURE__ */ React.createElement("path", {
371
- d: "M125.62 68.05c-.3-.94-.73-1.5-1.58-1.1-.85.4-1.2 3.6-.79 3.89.41.28.78.12 1.65-2.26",
372
- stroke: resolvedSecondaryColor,
373
- strokeLinecap: "round",
374
- strokeLinejoin: "round"
375
- }), /* @__PURE__ */ React.createElement("path", {
376
- d: "M77.42 56.29c-1.74 5.81.33 10.84 4.55 13.1 5.46 2.9 12.09-3.07 14.54-1.97.52-9.68-11.04-2.38-14.68-9.23-.85 1.73.27 3.72.47 3.93a8.48 8.48 0 0 1-4.88-5.83Z",
377
- fill: resolvedSecondaryColor,
378
- stroke: resolvedPrimaryColor,
379
- strokeLinecap: "round",
380
- strokeLinejoin: "round"
381
- }), /* @__PURE__ */ React.createElement("path", {
382
- d: "M92.34 73.43c-.4-3.58.56-5.5 3.56-7.17 3.35-1.86 10.07-.4 11.12 3.59l-1.63 1.08-13.05 2.5Z",
383
- fill: resolvedSecondaryColor
384
- }), /* @__PURE__ */ React.createElement("path", {
385
- d: "M92.55 73.17c2.5-2.32 10.57-6.39 14.9-3.01a1.1 1.1 0 0 1 .43.78c.02.66.01 1.32-.04 1.98a.5.5 0 0 1-.24.4.5.5 0 0 1-.46.03c-1.12-.47-2.3-.77-3.51-.88-5.36-.5-9.46 2.86-10.96 4.29a.3.3 0 0 1-.52-.21l-.07-2.3a1.43 1.43 0 0 1 .47-1.08Z",
386
- fill: "#fff",
387
- stroke: resolvedSecondaryColor,
388
- strokeLinecap: "round",
389
- strokeLinejoin: "round"
390
- }), /* @__PURE__ */ React.createElement("path", {
391
- d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
392
- fill: resolvedPrimaryColor
393
- }), /* @__PURE__ */ React.createElement("path", {
394
- d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
395
- stroke: resolvedSecondaryColor,
396
- strokeLinecap: "round",
397
- strokeLinejoin: "round"
398
- }), /* @__PURE__ */ React.createElement("path", {
399
- d: "m235.47 53.14-2.82-2.37-2.13.8-.53 2.28-21 5.07 5.93-13.88a1.32 1.32 0 0 0-.42-1.6l-2.92-2.43-8.14 7.12 5.41-2.03-42.7 28.52h-3.95l-.97.85 2.88 2.41c.2.2.44.35.72.4l47.6 9.4a1.35 1.35 0 0 0 1.5-1.87l-5.48-12.23 25.75-6.22a2.34 2.34 0 0 0 1.79-2.19l.37-10.32a1.94 1.94 0 0 0-.89-1.71Z",
400
- fill: resolvedSecondaryColor,
401
- stroke: resolvedSecondaryColor,
402
- strokeLinecap: "round",
403
- strokeLinejoin: "round"
404
- }), /* @__PURE__ */ React.createElement("path", {
405
- d: "M210.04 40.96 161.47 73.4a1.35 1.35 0 0 0 .49 2.44l47.58 9.4a1.35 1.35 0 0 0 1.5-1.88l-5.48-12.22 25.74-6.22a2.34 2.34 0 0 0 1.8-2.2l.37-10.32a1.94 1.94 0 0 0-2.4-1.96l-24.98 6.04 5.94-13.88a1.35 1.35 0 0 0-2-1.64Z",
406
- fill: "#fff",
407
- stroke: resolvedSecondaryColor,
408
- strokeLinecap: "round",
409
- strokeLinejoin: "round"
410
- }), /* @__PURE__ */ React.createElement("path", {
411
- d: "m238.53 123.63-1.42-2.33-1.22.59-.7 1.44-10.7-.3 3.83-5.93a.85.85 0 0 0 0-.92l-1.52-2.43-.98.71-.51 2.08-19.86 7.17.93-.8-7.47 1.07 1.53 2.44c.07.21.22.39.43.48l22.95 10.94a.85.85 0 0 0 1.2-1.01l-1.81-6.46 13.74.37a.85.85 0 0 0 .86-.71l1.01-5.62a.86.86 0 0 0-.29-.78Z",
412
- fill: resolvedSecondaryColor,
413
- stroke: resolvedSecondaryColor,
414
- strokeLinecap: "round",
415
- strokeLinejoin: "round"
416
- }), /* @__PURE__ */ React.createElement("path", {
417
- d: "m225.76 113.38-26.33 9.51a.85.85 0 0 0-.07 1.58l22.95 10.94a.85.85 0 0 0 .93-.11.85.85 0 0 0 .26-.9l-1.82-6.46 13.75.38a.86.86 0 0 0 .85-.71l.98-5.64a.86.86 0 0 0-.47-.91.83.83 0 0 0-.36-.09l-13.5-.37 3.84-5.96a.85.85 0 0 0-1.01-1.26Z",
418
- fill: "#fff",
419
- stroke: resolvedSecondaryColor,
420
- strokeLinecap: "round",
421
- strokeLinejoin: "round"
422
- }), /* @__PURE__ */ React.createElement("path", {
423
- d: "m159.14 46.55-.49-5.25a.74.74 0 0 0-.37-.57l-1.4-1.23-.84.4-.26 1.23-10 2.42 1.97-6.23a.72.72 0 0 0-.19-.74l-1.67-1.47-.3.85-.67 1.73-16.87 11.83h-1.96l-2.17 1.38 1.58 1.36c.06.09.14.16.23.2.06.04.13.07.2.08l22.9 4.15a.74.74 0 0 0 .76-1.1l-3.15-5.31 12.14-2.93a.74.74 0 0 0 .56-.8Z",
424
- fill: resolvedSecondaryColor,
425
- stroke: resolvedSecondaryColor,
426
- strokeLinecap: "round",
427
- strokeLinejoin: "round"
428
- }), /* @__PURE__ */ React.createElement("path", {
429
- d: "m145 35.05-20.97 14.72a.74.74 0 0 0-.1 1.13c.11.1.25.17.39.2l22.89 4.15a.74.74 0 0 0 .76-1.11l-3.18-5.3 12.16-2.95a.74.74 0 0 0 .56-.78l-.5-5.25a.74.74 0 0 0-.3-.53.73.73 0 0 0-.6-.12l-11.95 2.9 1.97-6.23a.74.74 0 0 0-1.13-.83Z",
430
- fill: "#fff",
431
- stroke: resolvedSecondaryColor,
432
- strokeLinecap: "round",
433
- strokeLinejoin: "round"
434
- }), /* @__PURE__ */ React.createElement("path", {
435
- d: "M150.5 36.94a52.5 52.5 0 0 1 12.17-3.14M162.24 38.78a29.32 29.32 0 0 1 4.78-.97",
436
- stroke: "#fff",
437
- strokeLinecap: "round",
438
- strokeLinejoin: "round"
439
- }), /* @__PURE__ */ React.createElement("path", {
440
- d: "M216.55 48.56a164.69 164.69 0 0 1 36.26-10.27M237.7 49.73a47.69 47.69 0 0 1 7.7-1.52M235.02 117.33a96.35 96.35 0 0 1 19.98 1.4M242.45 122.61c1.4 0 2.89.08 4.44.2M16.03 211.88l3.52 3.18 88.14-6.9",
441
- stroke: resolvedPrimaryColor,
442
- strokeLinecap: "round",
443
- strokeLinejoin: "round"
444
- }), /* @__PURE__ */ React.createElement("mask", {
445
- height: "23",
446
- id: "igc-blocked-el-0",
447
- width: "148",
448
- x: "14",
449
- y: "67",
450
- maskUnits: "userSpaceOnUse"
451
- }, /* @__PURE__ */ React.createElement("path", {
452
- d: "M160.84 88.85 15.4 80.37l-.24-6.74a5.82 5.82 0 0 1 6.24-6l133.37 9.7a5.81 5.81 0 0 1 5.35 5.15l.72 6.37Z",
453
- fill: resolvedSecondaryColor,
454
- stroke: resolvedSecondaryColor,
455
- strokeMiterlimit: "10"
456
- })), /* @__PURE__ */ React.createElement("g", {
457
- mask: "url(#igc-blocked-el-0)"
458
- }, /* @__PURE__ */ React.createElement("path", {
459
- d: "M115.23 70.14c-1.3-5.93-8.65-9.6-17.82-9.6-2.68 0-5.35.29-7.97.86C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.69 0 5.36-.3 7.98-.88 12.58-2.75 21.43-11.14 19.77-18.73ZM94.94 86.4c-2.44.55-4.93.82-7.44.83-8.03 0-14.33-3.13-15.32-7.61-1.34-6.1 6.81-13.29 17.82-15.7a34.7 34.7 0 0 1 7.42-.8c8.05 0 14.35 3.12 15.33 7.6 1.35 6.08-6.82 13.25-17.81 15.68ZM81.46 66.51l16.9 14-16.9-14Zm-1.93 19.96 29.6-21.89-29.6 21.89Zm-7.32-7.33 24.26-17.88-24.26 17.88Zm2.39 4.31 28.52-21.11L74.6 83.45Zm-2.09-7.68 14.97 12.39L72.5 75.77Zm3.47-5.15L91.9 83.89 76 70.62Z",
460
- fill: resolvedSecondaryColor
461
- }), /* @__PURE__ */ React.createElement("path", {
462
- d: "M75.98 70.62 91.9 83.89m23.34-13.75c-1.3-5.93-8.65-9.6-17.82-9.6-2.68 0-5.35.29-7.97.86C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.69 0 5.36-.3 7.98-.88 12.58-2.75 21.43-11.14 19.77-18.73ZM94.94 86.4c-2.44.55-4.93.82-7.44.83-8.03 0-14.33-3.13-15.32-7.61-1.34-6.1 6.81-13.29 17.82-15.7a34.7 34.7 0 0 1 7.42-.8c8.05 0 14.35 3.12 15.33 7.6 1.35 6.08-6.82 13.25-17.81 15.68ZM81.46 66.51l16.9 14-16.9-14Zm-1.93 19.96 29.6-21.89-29.6 21.89Zm-7.32-7.33 24.26-17.88-24.26 17.88Zm2.39 4.31 28.52-21.11L74.6 83.45Zm-2.09-7.68 14.97 12.39L72.5 75.77Z",
463
- stroke: resolvedPrimaryColor,
464
- strokeMiterlimit: "10"
465
- })));
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: "M198.25 84.33c-7.05-23.19-21.02-45.39-39.97-60.79a2.46 2.46 0 0 0-2.56-.32L125.22 37c-27.25-5.04-54.52-6.13-80.8 3.55a2.45 2.45 0 0 0-1.6 2.17l-1.97 38.53c-18.18 19.18-32.4 43.33-35.83 69.5a2.46 2.46 0 0 0 1.03 2.33l32.74 22.81c7.06 23.2 21.03 45.39 39.98 60.8a2.45 2.45 0 0 0 2.55.32l30.52-13.79c27.25 5.05 54.5 6.13 80.8-3.55a2.46 2.46 0 0 0 1.6-2.17l1.96-38.52c18.18-19.2 32.4-43.33 35.81-69.52a2.46 2.46 0 0 0-1.03-2.32l-32.72-22.81Z", fill: resolvedPrimaryColor }),
22
+ /* @__PURE__ */ React.createElement("path", { d: "M156.19 84.54a5.81 5.81 0 0 0-5.36-5.14L17.55 69.7l1.03-1.57-4.43 2.32a5.8 5.8 0 0 0-2.92 5.24l4.8 136.2 4.12 3.13 145.93-17.6-9.9-112.88Z", fill: resolvedPrimaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
23
+ /* @__PURE__ */ React.createElement("path", { d: "M173.56 201.13 20.15 215.02l-4.99-141.4a5.81 5.81 0 0 1 6.24-6l133.37 9.71a5.82 5.82 0 0 1 5.35 5.15l13.44 118.65Z", fill: "#fff", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
24
+ /* @__PURE__ */ React.createElement("path", { d: "M160.84 88.85 15.4 80.37l-.24-6.74a5.81 5.81 0 0 1 6.24-6l133.37 9.7a5.82 5.82 0 0 1 5.35 5.15l.72 6.37Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeMiterlimit: "10" }),
25
+ /* @__PURE__ */ React.createElement("path", { d: "M30.19 74.72a2.3 2.3 0 0 1-2.56 2.43 2.98 2.98 0 0 1-2.77-2.78 2.3 2.3 0 0 1 2.55-2.4 2.98 2.98 0 0 1 2.78 2.75Z", fill: "#fff" }),
26
+ /* @__PURE__ */ React.createElement("path", { d: "M38.37 75.26a2.27 2.27 0 0 1-2.49 2.4 2.98 2.98 0 0 1-2.73-2.74 2.26 2.26 0 0 1 2.5-2.4 2.98 2.98 0 0 1 2.72 2.74ZM46.4 75.79a2.23 2.23 0 0 1-2.43 2.38 2.95 2.95 0 0 1-2.68-2.72 2.23 2.23 0 0 1 2.44-2.38 2.95 2.95 0 0 1 2.66 2.72ZM158.82 133.9a1.28 1.28 0 0 1-1.28 1.43l-76.38.2-52.56.15a1.28 1.28 0 0 1-1.28-1.24l-1.36-32.6a1.28 1.28 0 0 1 1.34-1.34l127.24 4.66a1.28 1.28 0 0 1 1.24 1.14l3.04 27.6Z", fill: resolvedPrimaryColor }),
27
+ /* @__PURE__ */ React.createElement("path", { d: "m117.98 189.25-86.06 5.98a2.36 2.36 0 0 1-2.5-2.25l-.48-11.87a2.35 2.35 0 0 1 2.23-2.44l85.65-4.36a2.34 2.34 0 0 1 2.46 2.13l.89 10.25a2.35 2.35 0 0 1-2.2 2.56Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
28
+ /* @__PURE__ */ React.createElement("path", { d: "m104.03 142.98 55.71-.66", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
29
+ /* @__PURE__ */ React.createElement("path", { d: "m79.5 143.27 11.39-.13", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
30
+ /* @__PURE__ */ React.createElement("path", { d: "m27.42 143.89 43.57-.52", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
31
+ /* @__PURE__ */ React.createElement("path", { d: "m141.74 150.05 18.8-.4", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
32
+ /* @__PURE__ */ React.createElement("path", { d: "m56.46 151.88 39.8-.85", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
33
+ /* @__PURE__ */ React.createElement("path", { d: "m27.77 152.5 20.46-.44", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
34
+ /* @__PURE__ */ React.createElement("path", { d: "m141.74 157.64 19.61-.61", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
35
+ /* @__PURE__ */ React.createElement("path", { d: "m113.15 158.53 25.2-.78M72.37 159.8l34.98-1.09", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
36
+ /* @__PURE__ */ React.createElement("path", { d: "m28.12 161.18 39.14-1.22M125.75 165.96l36.42-1.5", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
37
+ /* @__PURE__ */ React.createElement("path", { d: "m91.19 167.37 28.6-1.17", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
38
+ /* @__PURE__ */ React.createElement("path", { d: "m62.58 168.55 23.73-.98", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
39
+ /* @__PURE__ */ React.createElement("path", { d: "m28.47 169.95 27.08-1.11", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
40
+ /* @__PURE__ */ React.createElement("path", { d: "m128.55 97.27 26.39 1.2M69.02 94.58l7.13.32M49.29 93.68l14.72.67M25.35 92.6l18.49.83", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
41
+ /* @__PURE__ */ React.createElement("path", { d: "m65.1 184.9 48.05-2.9M37.15 186.57l20.42-1.22", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
42
+ /* @__PURE__ */ React.createElement("path", { d: "M146.12 111.76a2.83 2.83 0 0 1-2.93 3.26 3.96 3.96 0 0 1-3.76-3.4 2.82 2.82 0 0 1 2.98-3.26 3.95 3.95 0 0 1 3.71 3.4v0ZM25.92 130.11l24.73-22.7a4.26 4.26 0 0 1 5.99.22l27.92 29.8", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
43
+ /* @__PURE__ */ React.createElement("path", { d: "m68.47 120.27 13-9.64a3.08 3.08 0 0 1 3.74.05L100.89 123M112.59 129.05l15.77-12.77a4.26 4.26 0 0 1 5.81.42l19.16 20.76", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
44
+ /* @__PURE__ */ React.createElement("path", { d: "m143.21 126.5 5.84-4.76a3.1 3.1 0 0 1 4.06.14l6.92 6.5", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
45
+ /* @__PURE__ */ React.createElement("path", { d: "m20.57 69.91-3.02-.22.5-.77a.25.25 0 0 0-.32-.36l-3.58 1.89a5.8 5.8 0 0 0-2.92 5.24l.22 6.27 3.95-1.6 2.74-5.27 2.43-5.18Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeMiterlimit: "10" }),
46
+ /* @__PURE__ */ React.createElement("path", { d: "m15.49 82.7-.39-10.32a5.81 5.81 0 0 1 6.23-6M11.98 122.3l1.4 39.55", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
47
+ /* @__PURE__ */ React.createElement("path", { d: "m81.46 66.52 16.9 14M81.9 71.99l14.56-10.74M89.54 72.35l13.6-10.02M87.09 62.82l16.9 14M79.52 86.47l29.61-21.89M86.04 88.84 114 68.3", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
48
+ /* @__PURE__ */ React.createElement("path", { d: "m92.95 75.29-.26 1.48c0 .73 0 1.51-.04 2.33-.1 1.55-.32 3.1-.67 4.6 2.17.67 9.3 1.39 11.53 1.02 2.45-.4 3.25-7.47 3.44-11.2.11-2.18-1.2-.77-1.56-2.07l-8.03.87-4.41 2.97Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
49
+ /* @__PURE__ */ React.createElement("path", { d: "M116.07 69.16a4.16 4.16 0 0 1 2.18-3.44.46.46 0 0 1 .43-.03c.34.2.13 1.31-.64 3.3", fill: resolvedPrimaryColor }),
50
+ /* @__PURE__ */ React.createElement("path", { d: "M116.07 69.16a4.16 4.16 0 0 1 2.18-3.44.46.46 0 0 1 .43-.03c.34.2.13 1.31-.64 3.3", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
51
+ /* @__PURE__ */ React.createElement("path", { d: "M125.74 68.99c2.32 7.2 3.17 44.35-25.61 29.37-1.68-1.82 2.61-11.85 2.61-11.85.8-.06 9.84 4.36 13.1.7 2.78-3.12 3.82-8.66 3.2-12.42-.3-1.75-1.29-2-2-3.33", fill: resolvedPrimaryColor }),
52
+ /* @__PURE__ */ React.createElement("path", { d: "M125.74 68.99c2.32 7.2 3.17 44.35-25.61 29.37-1.68-1.82 2.61-11.85 2.61-11.85.8-.06 9.84 4.36 13.1.7 2.78-3.12 3.82-8.66 3.2-12.42-.3-1.75-1.29-2-2-3.33M106.91 72.9c.56 7.2-2.13 12.47-5.27 12.77-2.32.22-5.4-1.61-6.81-5.11", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
53
+ /* @__PURE__ */ React.createElement("path", { d: "M100.13 79.28c.09.97.65 1.73 1.37 1.89.31.06.64.02.92-.12", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
54
+ /* @__PURE__ */ React.createElement("path", { d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66", fill: resolvedPrimaryColor }),
55
+ /* @__PURE__ */ React.createElement("path", { d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
56
+ /* @__PURE__ */ React.createElement("path", { d: "M97.41 63.1c8.05 0 14.35 3.13 15.33 7.61 1.34 6.1-6.81 13.29-17.82 15.7-2.44.55-4.93.82-7.43.83-8.04 0-14.34-3.13-15.33-7.61-1.34-6.1 6.82-13.29 17.82-15.7a34.7 34.7 0 0 1 7.43-.83Zm0-2.55c-2.68 0-5.35.28-7.97.85C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.68 0 5.36-.3 7.98-.88 12.58-2.77 21.43-11.16 19.76-18.74-1.3-5.92-8.65-9.58-17.82-9.58Z", fill: resolvedSecondaryColor }),
57
+ /* @__PURE__ */ React.createElement("path", { d: "m96.66 61.45 14.9 12.72", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
58
+ /* @__PURE__ */ React.createElement("path", { d: "m114.66 70.69 41-6.86", stroke: resolvedSecondaryColor, strokeMiterlimit: "10" }),
59
+ /* @__PURE__ */ React.createElement("path", { d: "M114.44 69.38a458.24 458.24 0 0 0 41.1-6.2l.22 1.28a441.46 441.46 0 0 0-30.72 5.3c-3.4.7-6.8 1.44-10.16 2.22l-.43-2.62-.01.02Z", fill: resolvedSecondaryColor }),
60
+ /* @__PURE__ */ React.createElement("path", { d: "m112.48 120.54 1.84 3.58c2.13 10.7-.38 13.1-.43 20.13-.07 8.62.36 18.1.07 26.4a9.42 9.42 0 0 1-6.6 8.67c-10.13 3.19-26.69 8.47-30.23 10.5a11.67 11.67 0 0 0-4.38 6.08 2.08 2.08 0 0 1-1.66 1.46c-.66.12-1.34.06-1.96-.19-1.6-.65-2.67-2.63-2.5-4.93a6.3 6.3 0 0 1 .48-1.87 57.65 57.65 0 0 1 6.93-12.28c1.76-1.2 3.83 1.27 5.48 1.62 3.05-2.01 15.45-10.97 20.8-12.08-1.13-4-5.97-23.56-6.95-28.12.63-7.05 2.22-13.07 2.85-20.11l16.26 1.14Z", fill: resolvedPrimaryColor }),
61
+ /* @__PURE__ */ React.createElement("path", { d: "M95.7 183.04c-4.2.55-4.01-11.32-1.46-12.8-5.7 3.13-12.57 8.04-14.73 9.47-1.66-.34-3.71-2.83-5.48-1.63a56.76 56.76 0 0 0-6.93 12.27c-.25.6-.41 1.23-.47 1.87-.18 2.3.89 4.29 2.5 4.94.62.24 1.3.3 1.95.18a2.08 2.08 0 0 0 1.66-1.46c.75-2.45 2.3-4.6 4.38-6.08 2.36-1.35 10.44-4.13 18.57-6.77v.01Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
62
+ /* @__PURE__ */ React.createElement("path", { d: "M91.19 184.52c-4.2.55-3.4-10.5-.85-11.99M77.42 189.65c-.46-1.36-2.37-1.58-2.6-1.8-.85-1.42 2.84-7.63 4.68-8.14", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
63
+ /* @__PURE__ */ React.createElement("path", { d: "M114.01 159.57c-.06-5.14-.18-10.37-.14-15.33.07-7.04 2.56-9.43.43-20.14l-1.84-3.57-16.26-1.14c-.63 7.04-2.22 13.07-2.85 20.11.76 3.6 3.94 16.52 5.8 23.79.64-3.79 13.61-5.78 14.86-3.72Z", fill: "#fff" }),
64
+ /* @__PURE__ */ React.createElement("path", { d: "M113.94 170.66c.16-4.83.09-10.05.02-15.27l-2.66-.48c.95 8.55 1.52 15.1.37 18.48-1.66 4.87-7.41 6.9-7.4 6.9 1.75-.16 2.26-.71 3.09-.97a9.4 9.4 0 0 0 6.58-8.66Z", fill: "#fff" }),
65
+ /* @__PURE__ */ React.createElement("path", { d: "M113.89 153.62v-1.9c0-1.63-.01-3.24-.04-4.83l-18.16-8.57-.23 2.46c.67 1.73 2.34 5.84 6.65 8.8 3.38 2.3 7.04 1.88 11.78 4.04Z", fill: resolvedPrimaryColor }),
66
+ /* @__PURE__ */ React.createElement("path", { d: "M114.32 124.12c2.13 10.7-.38 13.1-.43 20.13-.03 4.95.08 10.18.14 15.33M99.18 163.29a967.63 967.63 0 0 1-5.8-23.79", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
67
+ /* @__PURE__ */ React.createElement("path", { d: "M99.18 163.29c.63-3.79 13.6-5.78 14.85-3.72", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
68
+ /* @__PURE__ */ React.createElement("path", { d: "M114.01 159.57c.04 3.8.05 7.55-.07 11.1a9.42 9.42 0 0 1-6.58 8.66c-10.13 3.18-26.69 8.46-30.23 10.48a11.67 11.67 0 0 0-4.38 6.09 2.08 2.08 0 0 1-1.66 1.46c-.66.12-1.34.06-1.96-.19-1.6-.65-2.67-2.63-2.5-4.93a6.3 6.3 0 0 1 .48-1.87 57.65 57.65 0 0 1 6.93-12.28c1.76-1.2 3.83 1.27 5.48 1.62 3.05-2.01 15.45-10.97 20.8-12.08-.24-.85-.65-2.39-1.15-4.34", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
69
+ /* @__PURE__ */ React.createElement("path", { d: "m93.22 123.1-3.15 6.71c-3.33 16.3 39.06 27.58 48.28 33.14-.6 17.18 15.99 44.8 17.58 51.73a18.43 18.43 0 0 0-.73 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13-12.94-5.04-13.51-6.49-2.47-6.14 3.54-5.4 0-6.74a2.06 2.06 0 0 1-1.2-1.22c-3.4-9.27-10.94-40.48-14.02-53.54-.6-2.53-2-4.79-3.99-6.45-9.15-7.6-27.25-20.86-36.19-24-.91-2.6-1.84-5.87-2.76-8.47l-14.69 3.72Z", fill: resolvedPrimaryColor }),
70
+ /* @__PURE__ */ React.createElement("path", { d: "M129.99 139.07c-7.2-5.01-14.54-9.56-19.31-11.21-.92-2.6-1.84-5.87-2.76-8.47l-14.7 3.71-3.15 6.71c-2.21 10.87 15.9 19.5 30.95 25.7-4.75-4.59 5.62-17.66 8.97-16.44Z", fill: "#fff" }),
71
+ /* @__PURE__ */ React.createElement("path", { d: "M121 155.51c-4.73-4.59 5.64-17.66 8.99-16.44", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
72
+ /* @__PURE__ */ React.createElement("path", { d: "M159.57 193.48c-3.25-12.4-6.8-27.18-8.69-35.17-.6-2.53-2-4.79-4-6.44l-1.04-.86c2.64 2.13 8.12 31.18 13.73 42.48Z", fill: "#fff" }),
73
+ /* @__PURE__ */ React.createElement("path", { d: "M164.9 211.85c-1.49-4.07-3.77-12.35-6.14-21.47-.11 2.55-9.8 4.5-12.07 3.1 4.16 9.57 8.48 17.83 9.25 21.2a18.43 18.43 0 0 0-.72 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13 3.01-1.97 2-3.16-3.88-4.61-11.97-8.73-15.5-10.07a2.06 2.06 0 0 1-1.2-1.21Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
74
+ /* @__PURE__ */ React.createElement("path", { d: "M159.94 194.85c-.12 2.55-9.16 4.75-11.26 3.1M155.94 214.68a12.24 12.24 0 0 0 8.57 2.42 4.36 4.36 0 0 1 1.57-4.03", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
75
+ /* @__PURE__ */ React.createElement("path", { d: "M90.05 129.81c-3.31 16.3 39.08 27.58 48.3 33.14-.6 17.18 15.99 44.8 17.58 51.73a18.43 18.43 0 0 0-.73 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13 2.88-1.87 2-3.16-2.18-3.24-11.97-8.73-15.5-10.07a2.05 2.05 0 0 1-1.2-1.22c-3.4-9.27-10.94-40.48-14.02-53.54-.59-2.53-1.99-4.79-3.99-6.45-9.15-7.6-27.24-20.86-36.18-24", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
76
+ /* @__PURE__ */ React.createElement("path", { d: "M90.05 129.81c1.86-2.53 6.12-7.3 15.81-7.26 2.9 0 5.76.53 8.46 1.57-.57-4.44-3.87-15.57-3.83-21.09.22-.98 1.34-4.08.57-6.23l-10.42-12.34c-1.62-.32-7.08.17-8.68-.74-6.16 5.39.65 25.38 2.43 29.73.44 1.5-3.81 9.39-4.34 16.36Z", fill: "#fff" }),
77
+ /* @__PURE__ */ React.createElement("path", { d: "M111.07 96.8c.77 2.13-.34 5.25-.57 6.23-.05 5.53 3.25 16.66 3.83 21.09a23.63 23.63 0 0 0-8.45-1.57c-9.7-.05-13.95 4.73-15.82 7.26.53-6.97 4.78-14.86 4.35-16.38-1.78-4.35-8.58-24.34-2.42-29.73 1.02.43 2.13.58 3.22.45", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
78
+ /* @__PURE__ */ React.createElement("path", { d: "M104.04 110.33a28.78 28.78 0 0 0 6.64-8", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
79
+ /* @__PURE__ */ React.createElement("path", { d: "M137.4 68.38a1.5 1.5 0 0 1-.25-2.96l18.26-3.06a1.5 1.5 0 0 1 .49 2.94l-18.26 3.06-.25.02Z", fill: resolvedSecondaryColor }),
80
+ /* @__PURE__ */ React.createElement("path", { d: "M93.57 84.3c8.86-1.58 39.24 9.37 49.36-14.38l7.92-2.43c-5.66 30.22-38.39 32.96-57.64 26.4", fill: resolvedPrimaryColor }),
81
+ /* @__PURE__ */ React.createElement("path", { d: "M93.57 84.3a19.4 19.4 0 0 0-.36 9.57 54.63 54.63 0 0 0 10.07 2.36c-2-1.7.47-10.83 2.98-11.24-5.43-.5-10.03-1.16-12.69-.69Z", fill: "#fff" }),
82
+ /* @__PURE__ */ React.createElement("path", { d: "M103.28 96.23c-2-1.7.47-10.83 2.98-11.24", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
83
+ /* @__PURE__ */ React.createElement("path", { d: "m149.89 68.96-7.8 2.13c1.03-3.6-1.04-4.97-.76-5.14.28-.17 1.65-.89 2.34 1.16.46-.13.82-.36.49-1.7a2.3 2.3 0 0 0-1.38-1.57c.08-.43.63-.54.85-.58 1.2-.23 1.96.58 2.27 1.89", fill: resolvedPrimaryColor }),
84
+ /* @__PURE__ */ React.createElement("path", { d: "M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.44.15-.81.46-1.04.87", fill: resolvedPrimaryColor }),
85
+ /* @__PURE__ */ React.createElement("path", { d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75", fill: resolvedPrimaryColor }),
86
+ /* @__PURE__ */ React.createElement("path", { d: "M150.85 67.49c.33-1.7 0-4-.72-4.58a1.04 1.04 0 0 0-1.33-.11l-2.23.05-1.38.23-.8.73 2.6 6.04 3.86-2.36Z", fill: resolvedPrimaryColor }),
87
+ /* @__PURE__ */ React.createElement("path", { d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
88
+ /* @__PURE__ */ React.createElement("path", { d: "M150.85 67.7c.2-1.16.17-2.35-.08-3.5-.36 12.49-12.24 25.16-25.03 30.7 15.25-4.71 22.74-14.55 25.11-27.2Z", fill: "#fff" }),
89
+ /* @__PURE__ */ React.createElement("path", { d: "M150.85 67.49c-5.66 30.22-38.39 32.96-57.64 26.4", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
90
+ /* @__PURE__ */ React.createElement("path", { d: "M93.22 84.08c.66.1 1.32.13 1.98.07 9.94-.32 35.39 7.4 46.13-11.02M143.67 67.11c.46-.13.82-.36.49-1.7a2.31 2.31 0 0 0-1.39-1.57c.09-.42.64-.54.86-.58 1.2-.23 1.96.58 2.27 1.89M141.33 73.13c.43-.62 1.78-4.7.81-5.64M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.3.08-.56.26-.75.51", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
91
+ /* @__PURE__ */ React.createElement("path", { d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
92
+ /* @__PURE__ */ React.createElement("path", { d: "M150.54 68.99c.78-2.76.32-5.5-.43-6.08a1.04 1.04 0 0 0-1.33-.11", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
93
+ /* @__PURE__ */ React.createElement("path", { d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
94
+ /* @__PURE__ */ React.createElement("path", { d: "M144.16 65.4c-.1-.42-.33-.8-.66-1.1l-6.38 1.07a1.54 1.54 0 0 0 .5 3.03l6.07-1.02c.49-.12.8-.63.47-1.98Z", fill: resolvedSecondaryColor }),
95
+ /* @__PURE__ */ React.createElement("path", { d: "M120.05 67.14a1.03 1.03 0 0 0-1.2-.17c-1 .6.04 4.5.59 4.68.55.17.88-.15.94-3.17", fill: resolvedPrimaryColor }),
96
+ /* @__PURE__ */ React.createElement("path", { d: "M120.05 67.14a1.03 1.03 0 0 0-1.2-.17c-1 .6.04 4.5.59 4.68.55.17.88-.15.94-3.17", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
97
+ /* @__PURE__ */ React.createElement("path", { d: "M121.77 66.66a1.1 1.1 0 0 0-1.28-.32c-1.11.54-.42 4.81.15 5.05.5.2.95-.06 1.33-3.27", fill: resolvedPrimaryColor }),
98
+ /* @__PURE__ */ React.createElement("path", { d: "M121.77 66.66a1.1 1.1 0 0 0-1.28-.32c-1.11.54-.42 4.81.15 5.05.5.2.95-.06 1.33-3.27", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
99
+ /* @__PURE__ */ React.createElement("path", { d: "M123.45 66.78a1.06 1.06 0 0 0-1.16-.36c-1.07.42-.7 4.29-.18 4.53.51.25.89 0 1.45-2.85", fill: resolvedPrimaryColor }),
100
+ /* @__PURE__ */ React.createElement("path", { d: "M123.45 66.78a1.06 1.06 0 0 0-1.16-.36c-1.07.42-.7 4.29-.18 4.53.51.25.89 0 1.45-2.85", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
101
+ /* @__PURE__ */ React.createElement("path", { d: "M125.62 68.05c-.3-.94-.73-1.5-1.58-1.1-.85.4-1.2 3.6-.79 3.89.41.28.78.12 1.65-2.26", fill: resolvedPrimaryColor }),
102
+ /* @__PURE__ */ React.createElement("path", { d: "M125.62 68.05c-.3-.94-.73-1.5-1.58-1.1-.85.4-1.2 3.6-.79 3.89.41.28.78.12 1.65-2.26", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
103
+ /* @__PURE__ */ React.createElement("path", { d: "M77.42 56.29c-1.74 5.81.33 10.84 4.55 13.1 5.46 2.9 12.09-3.07 14.54-1.97.52-9.68-11.04-2.38-14.68-9.23-.85 1.73.27 3.72.47 3.93a8.48 8.48 0 0 1-4.88-5.83Z", fill: resolvedSecondaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
104
+ /* @__PURE__ */ React.createElement("path", { d: "M92.34 73.43c-.4-3.58.56-5.5 3.56-7.17 3.35-1.86 10.07-.4 11.12 3.59l-1.63 1.08-13.05 2.5Z", fill: resolvedSecondaryColor }),
105
+ /* @__PURE__ */ React.createElement("path", { d: "M92.55 73.17c2.5-2.32 10.57-6.39 14.9-3.01a1.1 1.1 0 0 1 .43.78c.02.66.01 1.32-.04 1.98a.5.5 0 0 1-.24.4.5.5 0 0 1-.46.03c-1.12-.47-2.3-.77-3.51-.88-5.36-.5-9.46 2.86-10.96 4.29a.3.3 0 0 1-.52-.21l-.07-2.3a1.43 1.43 0 0 1 .47-1.08Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
106
+ /* @__PURE__ */ React.createElement("path", { d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94", fill: resolvedPrimaryColor }),
107
+ /* @__PURE__ */ React.createElement("path", { d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
108
+ /* @__PURE__ */ React.createElement("path", { d: "m235.47 53.14-2.82-2.37-2.13.8-.53 2.28-21 5.07 5.93-13.88a1.32 1.32 0 0 0-.42-1.6l-2.92-2.43-8.14 7.12 5.41-2.03-42.7 28.52h-3.95l-.97.85 2.88 2.41c.2.2.44.35.72.4l47.6 9.4a1.35 1.35 0 0 0 1.5-1.87l-5.48-12.23 25.75-6.22a2.34 2.34 0 0 0 1.79-2.19l.37-10.32a1.94 1.94 0 0 0-.89-1.71Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
109
+ /* @__PURE__ */ React.createElement("path", { d: "M210.04 40.96 161.47 73.4a1.35 1.35 0 0 0 .49 2.44l47.58 9.4a1.35 1.35 0 0 0 1.5-1.88l-5.48-12.22 25.74-6.22a2.34 2.34 0 0 0 1.8-2.2l.37-10.32a1.94 1.94 0 0 0-2.4-1.96l-24.98 6.04 5.94-13.88a1.35 1.35 0 0 0-2-1.64Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
110
+ /* @__PURE__ */ React.createElement("path", { d: "m238.53 123.63-1.42-2.33-1.22.59-.7 1.44-10.7-.3 3.83-5.93a.85.85 0 0 0 0-.92l-1.52-2.43-.98.71-.51 2.08-19.86 7.17.93-.8-7.47 1.07 1.53 2.44c.07.21.22.39.43.48l22.95 10.94a.85.85 0 0 0 1.2-1.01l-1.81-6.46 13.74.37a.85.85 0 0 0 .86-.71l1.01-5.62a.86.86 0 0 0-.29-.78Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
111
+ /* @__PURE__ */ React.createElement("path", { d: "m225.76 113.38-26.33 9.51a.85.85 0 0 0-.07 1.58l22.95 10.94a.85.85 0 0 0 .93-.11.85.85 0 0 0 .26-.9l-1.82-6.46 13.75.38a.86.86 0 0 0 .85-.71l.98-5.64a.86.86 0 0 0-.47-.91.83.83 0 0 0-.36-.09l-13.5-.37 3.84-5.96a.85.85 0 0 0-1.01-1.26Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
112
+ /* @__PURE__ */ React.createElement("path", { d: "m159.14 46.55-.49-5.25a.74.74 0 0 0-.37-.57l-1.4-1.23-.84.4-.26 1.23-10 2.42 1.97-6.23a.72.72 0 0 0-.19-.74l-1.67-1.47-.3.85-.67 1.73-16.87 11.83h-1.96l-2.17 1.38 1.58 1.36c.06.09.14.16.23.2.06.04.13.07.2.08l22.9 4.15a.74.74 0 0 0 .76-1.1l-3.15-5.31 12.14-2.93a.74.74 0 0 0 .56-.8Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
113
+ /* @__PURE__ */ React.createElement("path", { d: "m145 35.05-20.97 14.72a.74.74 0 0 0-.1 1.13c.11.1.25.17.39.2l22.89 4.15a.74.74 0 0 0 .76-1.11l-3.18-5.3 12.16-2.95a.74.74 0 0 0 .56-.78l-.5-5.25a.74.74 0 0 0-.3-.53.73.73 0 0 0-.6-.12l-11.95 2.9 1.97-6.23a.74.74 0 0 0-1.13-.83Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
114
+ /* @__PURE__ */ React.createElement("path", { d: "M150.5 36.94a52.5 52.5 0 0 1 12.17-3.14M162.24 38.78a29.32 29.32 0 0 1 4.78-.97", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
115
+ /* @__PURE__ */ React.createElement("path", { d: "M216.55 48.56a164.69 164.69 0 0 1 36.26-10.27M237.7 49.73a47.69 47.69 0 0 1 7.7-1.52M235.02 117.33a96.35 96.35 0 0 1 19.98 1.4M242.45 122.61c1.4 0 2.89.08 4.44.2M16.03 211.88l3.52 3.18 88.14-6.9", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
116
+ /* @__PURE__ */ React.createElement("mask", { height: "23", id: "igc-blocked-el-0", width: "148", x: "14", y: "67", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("path", { d: "M160.84 88.85 15.4 80.37l-.24-6.74a5.82 5.82 0 0 1 6.24-6l133.37 9.7a5.81 5.81 0 0 1 5.35 5.15l.72 6.37Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeMiterlimit: "10" })),
117
+ /* @__PURE__ */ React.createElement("g", { mask: "url(#igc-blocked-el-0)" }, /* @__PURE__ */ React.createElement("path", { d: "M115.23 70.14c-1.3-5.93-8.65-9.6-17.82-9.6-2.68 0-5.35.29-7.97.86C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.69 0 5.36-.3 7.98-.88 12.58-2.75 21.43-11.14 19.77-18.73ZM94.94 86.4c-2.44.55-4.93.82-7.44.83-8.03 0-14.33-3.13-15.32-7.61-1.34-6.1 6.81-13.29 17.82-15.7a34.7 34.7 0 0 1 7.42-.8c8.05 0 14.35 3.12 15.33 7.6 1.35 6.08-6.82 13.25-17.81 15.68ZM81.46 66.51l16.9 14-16.9-14Zm-1.93 19.96 29.6-21.89-29.6 21.89Zm-7.32-7.33 24.26-17.88-24.26 17.88Zm2.39 4.31 28.52-21.11L74.6 83.45Zm-2.09-7.68 14.97 12.39L72.5 75.77Zm3.47-5.15L91.9 83.89 76 70.62Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M75.98 70.62 91.9 83.89m23.34-13.75c-1.3-5.93-8.65-9.6-17.82-9.6-2.68 0-5.35.29-7.97.86C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.69 0 5.36-.3 7.98-.88 12.58-2.75 21.43-11.14 19.77-18.73ZM94.94 86.4c-2.44.55-4.93.82-7.44.83-8.03 0-14.33-3.13-15.32-7.61-1.34-6.1 6.81-13.29 17.82-15.7a34.7 34.7 0 0 1 7.42-.8c8.05 0 14.35 3.12 15.33 7.6 1.35 6.08-6.82 13.25-17.81 15.68ZM81.46 66.51l16.9 14-16.9-14Zm-1.93 19.96 29.6-21.89-29.6 21.89Zm-7.32-7.33 24.26-17.88-24.26 17.88Zm2.39 4.31 28.52-21.11L74.6 83.45Zm-2.09-7.68 14.97 12.39L72.5 75.77Z", stroke: resolvedPrimaryColor, strokeMiterlimit: "10" }))
118
+ );
466
119
  };
467
120
  Blocked.displayName = "Blocked";
468
121
  var stdin_default = createBaseComponent(Blocked);