@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,67 +6,30 @@ const Suggestions = ({ fill = "none", width = "80", height = "80", viewBox = "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: "M4.348 58.16v9.773c0 .461.187.911.516 1.24l5.962 5.963c.33.33.769.516 1.241.516h9.772A39.918 39.918 0 0 0 40 80c6.533 0 12.715-1.57 18.16-4.348h9.773c.461 0 .911-.187 1.24-.516l5.963-5.962c.33-.33.516-.769.516-1.241v-9.772A39.885 39.885 0 0 0 80 40c0-6.533-1.57-12.715-4.348-18.16v-9.773c0-.461-.187-.911-.516-1.24l-5.962-5.963a1.744 1.744 0 0 0-1.241-.516h-9.772A39.885 39.885 0 0 0 40 0a39.884 39.884 0 0 0-18.16 4.348h-9.773c-.461 0-.911.187-1.24.516l-5.963 5.962c-.33.33-.516.769-.516 1.241v9.772A39.885 39.885 0 0 0 0 40c0 6.533 1.57 12.715 4.348 18.16Z",
20
- fill: resolvedPrimaryColor
21
- }), /* @__PURE__ */ React.createElement("path", {
22
- d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
23
- fill: resolvedPrimaryColor,
24
- stroke: resolvedSecondaryColor,
25
- strokeLinecap: "round",
26
- strokeLinejoin: "round",
27
- strokeWidth: ".7"
28
- }), /* @__PURE__ */ React.createElement("path", {
29
- d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
30
- fill: "#fff",
31
- stroke: resolvedSecondaryColor,
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round",
34
- strokeWidth: ".7"
35
- }), /* @__PURE__ */ React.createElement("path", {
36
- d: "M65.682 18.569 11.076 30.513 9.73 25.822c-.966-3.372 1.161-6.853 4.612-7.556l43.05-8.733c3.147-.638 6.25 1.286 7.053 4.377l1.227 4.67.01-.011Z",
37
- fill: resolvedSecondaryColor
38
- }), /* @__PURE__ */ React.createElement("path", {
39
- d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.464 2.528 1.535v-.011Z",
40
- fill: "#fff"
41
- }), /* @__PURE__ */ React.createElement("path", {
42
- d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z",
43
- fill: resolvedPrimaryColor
44
- }), /* @__PURE__ */ React.createElement("path", {
45
- d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
46
- fill: resolvedSecondaryColor
47
- }), /* @__PURE__ */ React.createElement("path", {
48
- d: "M33.658 33.852a14.135 14.135 0 0 0-1.67 12.35c.216.672.487 1.324.813 1.953.369.727.792 1.422 1.291 2.073a14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.664-3.896 4.351-6.5 2.615-15.312-3.896-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z",
49
- fill: "#fff"
50
- }), /* @__PURE__ */ React.createElement("path", {
51
- d: "m65.266 51.033-16.328 4.326-7.521-27.593L58.074 24l7.192 27.033ZM45.677 56.215 28.472 60.77 20.5 32.487l17.579-3.975 7.598 27.703Z",
52
- fill: "#fff",
53
- stroke: resolvedPrimaryColor,
54
- strokeLinecap: "round",
55
- strokeLinejoin: "round",
56
- strokeWidth: ".7"
57
- }), /* @__PURE__ */ React.createElement("path", {
58
- d: "m49.597 41.82 8.466-2.086M50.234 44.159l8.444-2.108M50.87 46.498l8.422-2.142M51.497 48.826l8.421-2.163M56.449 31.993c.56 2.262-1.022 4.634-3.536 5.292-2.536.67-5.062-.647-5.633-2.931-.57-2.284 1.043-4.678 3.59-5.325 2.548-.648 5.019.691 5.579 2.964v0Z",
59
- stroke: resolvedSecondaryColor,
60
- strokeLinecap: "round",
61
- strokeLinejoin: "round",
62
- strokeWidth: ".7"
63
- }), /* @__PURE__ */ React.createElement("path", {
64
- d: "m53.594 31.85-1.757 2.877-1.768-.758M29.152 46.871l8.927-2.207M29.823 49.265l8.904-2.23M30.492 51.658l8.894-2.25M31.162 54.04l8.872-2.272M36.377 36.78c.593 2.306-1.076 4.722-3.722 5.413-2.668.692-5.336-.614-5.94-2.953-.604-2.339 1.098-4.776 3.777-5.446 2.668-.67 5.292.67 5.885 2.975v.011ZM32.896 36.088 30.25 39.92M33.654 39.042l-4.172-2.086",
65
- stroke: resolvedSecondaryColor,
66
- strokeLinecap: "round",
67
- strokeLinejoin: "round",
68
- strokeWidth: ".7"
69
- }));
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: "M4.348 58.16v9.773c0 .461.187.911.516 1.24l5.962 5.963c.33.33.769.516 1.241.516h9.772A39.918 39.918 0 0 0 40 80c6.533 0 12.715-1.57 18.16-4.348h9.773c.461 0 .911-.187 1.24-.516l5.963-5.962c.33-.33.516-.769.516-1.241v-9.772A39.885 39.885 0 0 0 80 40c0-6.533-1.57-12.715-4.348-18.16v-9.773c0-.461-.187-.911-.516-1.24l-5.962-5.963a1.744 1.744 0 0 0-1.241-.516h-9.772A39.885 39.885 0 0 0 40 0a39.884 39.884 0 0 0-18.16 4.348h-9.773c-.461 0-.911.187-1.24.516l-5.963 5.962c-.33.33-.516.769-.516 1.241v9.772A39.885 39.885 0 0 0 0 40c0 6.533 1.57 12.715 4.348 18.16Z", fill: resolvedPrimaryColor }),
22
+ /* @__PURE__ */ React.createElement("path", { d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
23
+ /* @__PURE__ */ React.createElement("path", { d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
24
+ /* @__PURE__ */ React.createElement("path", { d: "M65.682 18.569 11.076 30.513 9.73 25.822c-.966-3.372 1.161-6.853 4.612-7.556l43.05-8.733c3.147-.638 6.25 1.286 7.053 4.377l1.227 4.67.01-.011Z", fill: resolvedSecondaryColor }),
25
+ /* @__PURE__ */ React.createElement("path", { d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.464 2.528 1.535v-.011Z", fill: "#fff" }),
26
+ /* @__PURE__ */ React.createElement("path", { d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z", fill: resolvedPrimaryColor }),
27
+ /* @__PURE__ */ React.createElement("path", { d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z", fill: resolvedSecondaryColor }),
28
+ /* @__PURE__ */ React.createElement("path", { d: "M33.658 33.852a14.135 14.135 0 0 0-1.67 12.35c.216.672.487 1.324.813 1.953.369.727.792 1.422 1.291 2.073a14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.664-3.896 4.351-6.5 2.615-15.312-3.896-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z", fill: "#fff" }),
29
+ /* @__PURE__ */ React.createElement("path", { d: "m65.266 51.033-16.328 4.326-7.521-27.593L58.074 24l7.192 27.033ZM45.677 56.215 28.472 60.77 20.5 32.487l17.579-3.975 7.598 27.703Z", fill: "#fff", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
30
+ /* @__PURE__ */ React.createElement("path", { d: "m49.597 41.82 8.466-2.086M50.234 44.159l8.444-2.108M50.87 46.498l8.422-2.142M51.497 48.826l8.421-2.163M56.449 31.993c.56 2.262-1.022 4.634-3.536 5.292-2.536.67-5.062-.647-5.633-2.931-.57-2.284 1.043-4.678 3.59-5.325 2.548-.648 5.019.691 5.579 2.964v0Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
31
+ /* @__PURE__ */ React.createElement("path", { d: "m53.594 31.85-1.757 2.877-1.768-.758M29.152 46.871l8.927-2.207M29.823 49.265l8.904-2.23M30.492 51.658l8.894-2.25M31.162 54.04l8.872-2.272M36.377 36.78c.593 2.306-1.076 4.722-3.722 5.413-2.668.692-5.336-.614-5.94-2.953-.604-2.339 1.098-4.776 3.777-5.446 2.668-.67 5.292.67 5.885 2.975v.011ZM32.896 36.088 30.25 39.92M33.654 39.042l-4.172-2.086", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" })
32
+ );
70
33
  };
71
34
  Suggestions.displayName = "Suggestions";
72
35
  var stdin_default = createBaseComponent(Suggestions);
@@ -16,7 +16,14 @@ var __copyProps = (to, from, except, desc) => {
16
16
  }
17
17
  return to;
18
18
  };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
20
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
28
  var stdin_exports = {};
22
29
  __export(stdin_exports, {
@@ -31,51 +38,27 @@ const Table = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 8
31
38
  const colorResolver = (0, import_useColorResolver.useColorResolver)();
32
39
  const resolvedPrimaryColor = colorResolver(primaryColor);
33
40
  const resolvedSecondaryColor = colorResolver(secondaryColor);
34
- return /* @__PURE__ */ import_react.default.createElement(import_base_components.Box, {
35
- ref,
36
- width,
37
- height,
38
- viewBox,
39
- fill,
40
- tag: "svg",
41
- "aria-hidden": true,
42
- ...props
43
- }, /* @__PURE__ */ import_react.default.createElement("path", {
44
- d: "M76.426 41.408c0-15.563-9.761-28.837-23.493-34.053L49.06.64A1.274 1.274 0 0 0 47.952 0H32.048c-.457 0-.872.245-1.107.639l-3.874 6.716C13.335 12.571 3.574 25.845 3.574 41.408c0 1.98.16 3.928.468 5.822L.168 53.947a1.3 1.3 0 0 0 0 1.277L8.119 69c.224.394.65.638 1.107.638h7.76A36.269 36.269 0 0 0 40 77.834a36.269 36.269 0 0 0 23.014-8.197h7.76c.457 0 .873-.244 1.107-.638l7.951-13.774a1.3 1.3 0 0 0 0-1.278l-3.874-6.717c.308-1.894.468-3.842.468-5.822Z",
45
- fill: resolvedPrimaryColor
46
- }), /* @__PURE__ */ import_react.default.createElement("path", {
47
- d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
48
- fill: resolvedPrimaryColor,
49
- stroke: resolvedSecondaryColor,
50
- strokeLinecap: "round",
51
- strokeLinejoin: "round",
52
- strokeWidth: ".7"
53
- }), /* @__PURE__ */ import_react.default.createElement("path", {
54
- d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
55
- fill: "#fff",
56
- stroke: resolvedSecondaryColor,
57
- strokeLinecap: "round",
58
- strokeLinejoin: "round",
59
- strokeWidth: ".7"
60
- }), /* @__PURE__ */ import_react.default.createElement("path", {
61
- d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.147-.638 6.25 1.286 7.053 4.378l1.227 4.669.01-.01Z",
62
- fill: resolvedSecondaryColor
63
- }), /* @__PURE__ */ import_react.default.createElement("path", {
64
- d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z",
65
- fill: "#fff"
66
- }), /* @__PURE__ */ import_react.default.createElement("path", {
67
- d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z",
68
- fill: resolvedPrimaryColor
69
- }), /* @__PURE__ */ import_react.default.createElement("path", {
70
- d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
71
- fill: resolvedSecondaryColor
72
- }), /* @__PURE__ */ import_react.default.createElement("path", {
73
- d: "m30.814 30.13 7.6 27.303M48.623 26l7.302 26.728M21 47.247 64.888 36.26",
74
- stroke: resolvedSecondaryColor,
75
- strokeLinecap: "round",
76
- strokeLinejoin: "round",
77
- strokeWidth: ".7"
78
- }));
41
+ return /* @__PURE__ */ import_react.default.createElement(
42
+ import_base_components.Box,
43
+ {
44
+ ref,
45
+ width,
46
+ height,
47
+ viewBox,
48
+ fill,
49
+ tag: "svg",
50
+ "aria-hidden": true,
51
+ ...props
52
+ },
53
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M76.426 41.408c0-15.563-9.761-28.837-23.493-34.053L49.06.64A1.274 1.274 0 0 0 47.952 0H32.048c-.457 0-.872.245-1.107.639l-3.874 6.716C13.335 12.571 3.574 25.845 3.574 41.408c0 1.98.16 3.928.468 5.822L.168 53.947a1.3 1.3 0 0 0 0 1.277L8.119 69c.224.394.65.638 1.107.638h7.76A36.269 36.269 0 0 0 40 77.834a36.269 36.269 0 0 0 23.014-8.197h7.76c.457 0 .873-.244 1.107-.638l7.951-13.774a1.3 1.3 0 0 0 0-1.278l-3.874-6.717c.308-1.894.468-3.842.468-5.822Z", fill: resolvedPrimaryColor }),
54
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
55
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
56
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.147-.638 6.25 1.286 7.053 4.378l1.227 4.669.01-.01Z", fill: resolvedSecondaryColor }),
57
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z", fill: "#fff" }),
58
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z", fill: resolvedPrimaryColor }),
59
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z", fill: resolvedSecondaryColor }),
60
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "m30.814 30.13 7.6 27.303M48.623 26l7.302 26.728M21 47.247 64.888 36.26", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" })
61
+ );
79
62
  };
80
63
  Table.displayName = "Table";
81
64
  var stdin_default = (0, import_core.createBaseComponent)(Table);
@@ -6,51 +6,27 @@ const Table = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 8
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: "M76.426 41.408c0-15.563-9.761-28.837-23.493-34.053L49.06.64A1.274 1.274 0 0 0 47.952 0H32.048c-.457 0-.872.245-1.107.639l-3.874 6.716C13.335 12.571 3.574 25.845 3.574 41.408c0 1.98.16 3.928.468 5.822L.168 53.947a1.3 1.3 0 0 0 0 1.277L8.119 69c.224.394.65.638 1.107.638h7.76A36.269 36.269 0 0 0 40 77.834a36.269 36.269 0 0 0 23.014-8.197h7.76c.457 0 .873-.244 1.107-.638l7.951-13.774a1.3 1.3 0 0 0 0-1.278l-3.874-6.717c.308-1.894.468-3.842.468-5.822Z",
20
- fill: resolvedPrimaryColor
21
- }), /* @__PURE__ */ React.createElement("path", {
22
- d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
23
- fill: resolvedPrimaryColor,
24
- stroke: resolvedSecondaryColor,
25
- strokeLinecap: "round",
26
- strokeLinejoin: "round",
27
- strokeWidth: ".7"
28
- }), /* @__PURE__ */ React.createElement("path", {
29
- d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
30
- fill: "#fff",
31
- stroke: resolvedSecondaryColor,
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round",
34
- strokeWidth: ".7"
35
- }), /* @__PURE__ */ React.createElement("path", {
36
- d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.147-.638 6.25 1.286 7.053 4.378l1.227 4.669.01-.01Z",
37
- fill: resolvedSecondaryColor
38
- }), /* @__PURE__ */ React.createElement("path", {
39
- d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z",
40
- fill: "#fff"
41
- }), /* @__PURE__ */ React.createElement("path", {
42
- d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z",
43
- fill: resolvedPrimaryColor
44
- }), /* @__PURE__ */ React.createElement("path", {
45
- d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
46
- fill: resolvedSecondaryColor
47
- }), /* @__PURE__ */ React.createElement("path", {
48
- d: "m30.814 30.13 7.6 27.303M48.623 26l7.302 26.728M21 47.247 64.888 36.26",
49
- stroke: resolvedSecondaryColor,
50
- strokeLinecap: "round",
51
- strokeLinejoin: "round",
52
- strokeWidth: ".7"
53
- }));
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: "M76.426 41.408c0-15.563-9.761-28.837-23.493-34.053L49.06.64A1.274 1.274 0 0 0 47.952 0H32.048c-.457 0-.872.245-1.107.639l-3.874 6.716C13.335 12.571 3.574 25.845 3.574 41.408c0 1.98.16 3.928.468 5.822L.168 53.947a1.3 1.3 0 0 0 0 1.277L8.119 69c.224.394.65.638 1.107.638h7.76A36.269 36.269 0 0 0 40 77.834a36.269 36.269 0 0 0 23.014-8.197h7.76c.457 0 .873-.244 1.107-.638l7.951-13.774a1.3 1.3 0 0 0 0-1.278l-3.874-6.717c.308-1.894.468-3.842.468-5.822Z", fill: resolvedPrimaryColor }),
22
+ /* @__PURE__ */ React.createElement("path", { d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
23
+ /* @__PURE__ */ React.createElement("path", { d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
24
+ /* @__PURE__ */ React.createElement("path", { d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.147-.638 6.25 1.286 7.053 4.378l1.227 4.669.01-.01Z", fill: resolvedSecondaryColor }),
25
+ /* @__PURE__ */ React.createElement("path", { d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z", fill: "#fff" }),
26
+ /* @__PURE__ */ React.createElement("path", { d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z", fill: resolvedPrimaryColor }),
27
+ /* @__PURE__ */ React.createElement("path", { d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z", fill: resolvedSecondaryColor }),
28
+ /* @__PURE__ */ React.createElement("path", { d: "m30.814 30.13 7.6 27.303M48.623 26l7.302 26.728M21 47.247 64.888 36.26", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" })
29
+ );
54
30
  };
55
31
  Table.displayName = "Table";
56
32
  var stdin_default = createBaseComponent(Table);
@@ -16,7 +16,14 @@ var __copyProps = (to, from, except, desc) => {
16
16
  }
17
17
  return to;
18
18
  };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
20
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
28
  var stdin_exports = {};
22
29
  __export(stdin_exports, {
@@ -31,78 +38,32 @@ const TagCloud = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 8
31
38
  const colorResolver = (0, import_useColorResolver.useColorResolver)();
32
39
  const resolvedPrimaryColor = colorResolver(primaryColor);
33
40
  const resolvedSecondaryColor = colorResolver(secondaryColor);
34
- return /* @__PURE__ */ import_react.default.createElement(import_base_components.Box, {
35
- ref,
36
- width,
37
- height,
38
- viewBox,
39
- fill,
40
- tag: "svg",
41
- "aria-hidden": true,
42
- ...props
43
- }, /* @__PURE__ */ import_react.default.createElement("path", {
44
- d: "M65.245 14.837c-6.425-6.424-15.32-10.46-25.204-10.46V1.906A.914.914 0 0 0 39.135 1c-10.048.247-19.191 4.283-26.027 10.79a.896.896 0 0 0 0 1.235l1.73 1.73C8.412 21.18 4.376 30.075 4.376 39.959H1.906a.914.914 0 0 0-.906.906c.247 10.048 4.283 19.191 10.79 26.027.33.33.906.33 1.235 0l1.73-1.73c6.425 6.425 15.32 10.461 25.204 10.461v2.471c0 .494.412.906.906.906 10.048-.247 19.191-4.283 26.027-10.79a.896.896 0 0 0 0-1.235l-1.73-1.73c6.425-6.425 10.461-15.32 10.461-25.204h2.47a.914.914 0 0 0 .907-.906c-.247-10.048-4.283-19.191-10.79-26.027a.896.896 0 0 0-1.235 0l-1.73 1.73Z",
45
- fill: resolvedPrimaryColor
46
- }), /* @__PURE__ */ import_react.default.createElement("path", {
47
- d: "M65.925 57.617s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.502 6.502 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
48
- fill: resolvedPrimaryColor,
49
- stroke: resolvedSecondaryColor,
50
- strokeLinecap: "round",
51
- strokeLinejoin: "round",
52
- strokeWidth: ".7"
53
- }), /* @__PURE__ */ import_react.default.createElement("path", {
54
- d: "M71.762 53.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
55
- fill: "#fff"
56
- }), /* @__PURE__ */ import_react.default.createElement("path", {
57
- d: "M65.452 18.818 11.068 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z",
58
- fill: resolvedSecondaryColor
59
- }), /* @__PURE__ */ import_react.default.createElement("path", {
60
- d: "M18.394 23.428a1.873 1.873 0 0 1-1.416 2.366c-1.081.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.428-2.367c1.091-.227 2.215.465 2.518 1.534v-.01Z",
61
- fill: "#fff"
62
- }), /* @__PURE__ */ import_react.default.createElement("path", {
63
- d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z",
64
- fill: resolvedPrimaryColor
65
- }), /* @__PURE__ */ import_react.default.createElement("path", {
66
- d: "M11.087 30.862s.324-3.156.605-6.387l-1.373-3.08-3.415 5.879a6.509 6.509 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.459-5.966v.01Z",
67
- fill: resolvedSecondaryColor
68
- }), /* @__PURE__ */ import_react.default.createElement("path", {
69
- d: "M71.762 53.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
70
- stroke: resolvedSecondaryColor,
71
- strokeLinecap: "round",
72
- strokeLinejoin: "round",
73
- strokeWidth: ".7"
74
- }), /* @__PURE__ */ import_react.default.createElement("path", {
75
- d: "M25.993 43.23a2.247 2.247 0 0 1-2.701-1.578l-1.233-4.398a2.255 2.255 0 0 1 1.654-2.8 2.258 2.258 0 0 1 2.68 1.59l1.221 4.398a2.256 2.256 0 0 1-1.631 2.788h.01Z",
76
- stroke: resolvedSecondaryColor,
77
- strokeLinecap: "round",
78
- strokeLinejoin: "round",
79
- strokeWidth: ".7"
80
- }), /* @__PURE__ */ import_react.default.createElement("path", {
81
- d: "m44.907 35.917-13.401 3.242a1.802 1.802 0 0 1-2.162-1.276l-.022-.075c-.27-.984.325-2 1.33-2.237l13.412-3.167a1.809 1.809 0 0 1 2.161 1.286 1.803 1.803 0 0 1-1.318 2.227Z",
82
- fill: resolvedPrimaryColor,
83
- stroke: resolvedSecondaryColor,
84
- strokeLinecap: "round",
85
- strokeLinejoin: "round",
86
- strokeWidth: ".7"
87
- }), /* @__PURE__ */ import_react.default.createElement("path", {
88
- d: "M63.646 42.306a1.821 1.821 0 0 1-1.297 2.226l-18.103 4.756a1.87 1.87 0 1 1-.94-3.62l18.124-4.66a1.819 1.819 0 0 1 2.216 1.298v0Z",
89
- stroke: resolvedSecondaryColor,
90
- strokeLinecap: "round",
91
- strokeLinejoin: "round",
92
- strokeWidth: ".7"
93
- }), /* @__PURE__ */ import_react.default.createElement("path", {
94
- d: "m39.102 46.404 1.156 4.204a2.096 2.096 0 1 1-4.042 1.113l-1.156-4.204a2.103 2.103 0 0 1 4.053-1.113h-.011Z",
95
- fill: resolvedPrimaryColor,
96
- stroke: resolvedSecondaryColor,
97
- strokeLinecap: "round",
98
- strokeLinejoin: "round",
99
- strokeWidth: ".7"
100
- }), /* @__PURE__ */ import_react.default.createElement("path", {
101
- d: "M44.23 45.53 42.26 48.4M50.742 43.785l-3.164 4.61M57.241 42.058l-3.175 4.632M63.036 41.36l-2.48 3.614M25.073 34.774l-2.639 3.849M27.238 39.37l-2.573 3.754",
102
- stroke: resolvedSecondaryColor,
103
- strokeMiterlimit: "10",
104
- strokeWidth: ".7"
105
- }));
41
+ return /* @__PURE__ */ import_react.default.createElement(
42
+ import_base_components.Box,
43
+ {
44
+ ref,
45
+ width,
46
+ height,
47
+ viewBox,
48
+ fill,
49
+ tag: "svg",
50
+ "aria-hidden": true,
51
+ ...props
52
+ },
53
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M65.245 14.837c-6.425-6.424-15.32-10.46-25.204-10.46V1.906A.914.914 0 0 0 39.135 1c-10.048.247-19.191 4.283-26.027 10.79a.896.896 0 0 0 0 1.235l1.73 1.73C8.412 21.18 4.376 30.075 4.376 39.959H1.906a.914.914 0 0 0-.906.906c.247 10.048 4.283 19.191 10.79 26.027.33.33.906.33 1.235 0l1.73-1.73c6.425 6.425 15.32 10.461 25.204 10.461v2.471c0 .494.412.906.906.906 10.048-.247 19.191-4.283 26.027-10.79a.896.896 0 0 0 0-1.235l-1.73-1.73c6.425-6.425 10.461-15.32 10.461-25.204h2.47a.914.914 0 0 0 .907-.906c-.247-10.048-4.283-19.191-10.79-26.027a.896.896 0 0 0-1.235 0l-1.73 1.73Z", fill: resolvedPrimaryColor }),
54
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M65.925 57.617s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.502 6.502 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
55
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M71.762 53.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z", fill: "#fff" }),
56
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M65.452 18.818 11.068 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z", fill: resolvedSecondaryColor }),
57
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M18.394 23.428a1.873 1.873 0 0 1-1.416 2.366c-1.081.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.428-2.367c1.091-.227 2.215.465 2.518 1.534v-.01Z", fill: "#fff" }),
58
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z", fill: resolvedPrimaryColor }),
59
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M11.087 30.862s.324-3.156.605-6.387l-1.373-3.08-3.415 5.879a6.509 6.509 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.459-5.966v.01Z", fill: resolvedSecondaryColor }),
60
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M71.762 53.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
61
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M25.993 43.23a2.247 2.247 0 0 1-2.701-1.578l-1.233-4.398a2.255 2.255 0 0 1 1.654-2.8 2.258 2.258 0 0 1 2.68 1.59l1.221 4.398a2.256 2.256 0 0 1-1.631 2.788h.01Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
62
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "m44.907 35.917-13.401 3.242a1.802 1.802 0 0 1-2.162-1.276l-.022-.075c-.27-.984.325-2 1.33-2.237l13.412-3.167a1.809 1.809 0 0 1 2.161 1.286 1.803 1.803 0 0 1-1.318 2.227Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
63
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M63.646 42.306a1.821 1.821 0 0 1-1.297 2.226l-18.103 4.756a1.87 1.87 0 1 1-.94-3.62l18.124-4.66a1.819 1.819 0 0 1 2.216 1.298v0Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
64
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "m39.102 46.404 1.156 4.204a2.096 2.096 0 1 1-4.042 1.113l-1.156-4.204a2.103 2.103 0 0 1 4.053-1.113h-.011Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
65
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M44.23 45.53 42.26 48.4M50.742 43.785l-3.164 4.61M57.241 42.058l-3.175 4.632M63.036 41.36l-2.48 3.614M25.073 34.774l-2.639 3.849M27.238 39.37l-2.573 3.754", stroke: resolvedSecondaryColor, strokeMiterlimit: "10", strokeWidth: ".7" })
66
+ );
106
67
  };
107
68
  TagCloud.displayName = "TagCloud";
108
69
  var stdin_default = (0, import_core.createBaseComponent)(TagCloud);
@@ -6,78 +6,32 @@ const TagCloud = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 8
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: "M65.245 14.837c-6.425-6.424-15.32-10.46-25.204-10.46V1.906A.914.914 0 0 0 39.135 1c-10.048.247-19.191 4.283-26.027 10.79a.896.896 0 0 0 0 1.235l1.73 1.73C8.412 21.18 4.376 30.075 4.376 39.959H1.906a.914.914 0 0 0-.906.906c.247 10.048 4.283 19.191 10.79 26.027.33.33.906.33 1.235 0l1.73-1.73c6.425 6.425 15.32 10.461 25.204 10.461v2.471c0 .494.412.906.906.906 10.048-.247 19.191-4.283 26.027-10.79a.896.896 0 0 0 0-1.235l-1.73-1.73c6.425-6.425 10.461-15.32 10.461-25.204h2.47a.914.914 0 0 0 .907-.906c-.247-10.048-4.283-19.191-10.79-26.027a.896.896 0 0 0-1.235 0l-1.73 1.73Z",
20
- fill: resolvedPrimaryColor
21
- }), /* @__PURE__ */ React.createElement("path", {
22
- d: "M65.925 57.617s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.502 6.502 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
23
- fill: resolvedPrimaryColor,
24
- stroke: resolvedSecondaryColor,
25
- strokeLinecap: "round",
26
- strokeLinejoin: "round",
27
- strokeWidth: ".7"
28
- }), /* @__PURE__ */ React.createElement("path", {
29
- d: "M71.762 53.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
30
- fill: "#fff"
31
- }), /* @__PURE__ */ React.createElement("path", {
32
- d: "M65.452 18.818 11.068 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z",
33
- fill: resolvedSecondaryColor
34
- }), /* @__PURE__ */ React.createElement("path", {
35
- d: "M18.394 23.428a1.873 1.873 0 0 1-1.416 2.366c-1.081.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.428-2.367c1.091-.227 2.215.465 2.518 1.534v-.01Z",
36
- fill: "#fff"
37
- }), /* @__PURE__ */ React.createElement("path", {
38
- d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z",
39
- fill: resolvedPrimaryColor
40
- }), /* @__PURE__ */ React.createElement("path", {
41
- d: "M11.087 30.862s.324-3.156.605-6.387l-1.373-3.08-3.415 5.879a6.509 6.509 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.459-5.966v.01Z",
42
- fill: resolvedSecondaryColor
43
- }), /* @__PURE__ */ React.createElement("path", {
44
- d: "M71.762 53.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
45
- stroke: resolvedSecondaryColor,
46
- strokeLinecap: "round",
47
- strokeLinejoin: "round",
48
- strokeWidth: ".7"
49
- }), /* @__PURE__ */ React.createElement("path", {
50
- d: "M25.993 43.23a2.247 2.247 0 0 1-2.701-1.578l-1.233-4.398a2.255 2.255 0 0 1 1.654-2.8 2.258 2.258 0 0 1 2.68 1.59l1.221 4.398a2.256 2.256 0 0 1-1.631 2.788h.01Z",
51
- stroke: resolvedSecondaryColor,
52
- strokeLinecap: "round",
53
- strokeLinejoin: "round",
54
- strokeWidth: ".7"
55
- }), /* @__PURE__ */ React.createElement("path", {
56
- d: "m44.907 35.917-13.401 3.242a1.802 1.802 0 0 1-2.162-1.276l-.022-.075c-.27-.984.325-2 1.33-2.237l13.412-3.167a1.809 1.809 0 0 1 2.161 1.286 1.803 1.803 0 0 1-1.318 2.227Z",
57
- fill: resolvedPrimaryColor,
58
- stroke: resolvedSecondaryColor,
59
- strokeLinecap: "round",
60
- strokeLinejoin: "round",
61
- strokeWidth: ".7"
62
- }), /* @__PURE__ */ React.createElement("path", {
63
- d: "M63.646 42.306a1.821 1.821 0 0 1-1.297 2.226l-18.103 4.756a1.87 1.87 0 1 1-.94-3.62l18.124-4.66a1.819 1.819 0 0 1 2.216 1.298v0Z",
64
- stroke: resolvedSecondaryColor,
65
- strokeLinecap: "round",
66
- strokeLinejoin: "round",
67
- strokeWidth: ".7"
68
- }), /* @__PURE__ */ React.createElement("path", {
69
- d: "m39.102 46.404 1.156 4.204a2.096 2.096 0 1 1-4.042 1.113l-1.156-4.204a2.103 2.103 0 0 1 4.053-1.113h-.011Z",
70
- fill: resolvedPrimaryColor,
71
- stroke: resolvedSecondaryColor,
72
- strokeLinecap: "round",
73
- strokeLinejoin: "round",
74
- strokeWidth: ".7"
75
- }), /* @__PURE__ */ React.createElement("path", {
76
- d: "M44.23 45.53 42.26 48.4M50.742 43.785l-3.164 4.61M57.241 42.058l-3.175 4.632M63.036 41.36l-2.48 3.614M25.073 34.774l-2.639 3.849M27.238 39.37l-2.573 3.754",
77
- stroke: resolvedSecondaryColor,
78
- strokeMiterlimit: "10",
79
- strokeWidth: ".7"
80
- }));
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: "M65.245 14.837c-6.425-6.424-15.32-10.46-25.204-10.46V1.906A.914.914 0 0 0 39.135 1c-10.048.247-19.191 4.283-26.027 10.79a.896.896 0 0 0 0 1.235l1.73 1.73C8.412 21.18 4.376 30.075 4.376 39.959H1.906a.914.914 0 0 0-.906.906c.247 10.048 4.283 19.191 10.79 26.027.33.33.906.33 1.235 0l1.73-1.73c6.425 6.425 15.32 10.461 25.204 10.461v2.471c0 .494.412.906.906.906 10.048-.247 19.191-4.283 26.027-10.79a.896.896 0 0 0 0-1.235l-1.73-1.73c6.425-6.425 10.461-15.32 10.461-25.204h2.47a.914.914 0 0 0 .907-.906c-.247-10.048-4.283-19.191-10.79-26.027a.896.896 0 0 0-1.235 0l-1.73 1.73Z", fill: resolvedPrimaryColor }),
22
+ /* @__PURE__ */ React.createElement("path", { d: "M65.925 57.617s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.502 6.502 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
23
+ /* @__PURE__ */ React.createElement("path", { d: "M71.762 53.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z", fill: "#fff" }),
24
+ /* @__PURE__ */ React.createElement("path", { d: "M65.452 18.818 11.068 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z", fill: resolvedSecondaryColor }),
25
+ /* @__PURE__ */ React.createElement("path", { d: "M18.394 23.428a1.873 1.873 0 0 1-1.416 2.366c-1.081.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.428-2.367c1.091-.227 2.215.465 2.518 1.534v-.01Z", fill: "#fff" }),
26
+ /* @__PURE__ */ React.createElement("path", { d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z", fill: resolvedPrimaryColor }),
27
+ /* @__PURE__ */ React.createElement("path", { d: "M11.087 30.862s.324-3.156.605-6.387l-1.373-3.08-3.415 5.879a6.509 6.509 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.459-5.966v.01Z", fill: resolvedSecondaryColor }),
28
+ /* @__PURE__ */ React.createElement("path", { d: "M71.762 53.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
29
+ /* @__PURE__ */ React.createElement("path", { d: "M25.993 43.23a2.247 2.247 0 0 1-2.701-1.578l-1.233-4.398a2.255 2.255 0 0 1 1.654-2.8 2.258 2.258 0 0 1 2.68 1.59l1.221 4.398a2.256 2.256 0 0 1-1.631 2.788h.01Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
30
+ /* @__PURE__ */ React.createElement("path", { d: "m44.907 35.917-13.401 3.242a1.802 1.802 0 0 1-2.162-1.276l-.022-.075c-.27-.984.325-2 1.33-2.237l13.412-3.167a1.809 1.809 0 0 1 2.161 1.286 1.803 1.803 0 0 1-1.318 2.227Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
31
+ /* @__PURE__ */ React.createElement("path", { d: "M63.646 42.306a1.821 1.821 0 0 1-1.297 2.226l-18.103 4.756a1.87 1.87 0 1 1-.94-3.62l18.124-4.66a1.819 1.819 0 0 1 2.216 1.298v0Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
32
+ /* @__PURE__ */ React.createElement("path", { d: "m39.102 46.404 1.156 4.204a2.096 2.096 0 1 1-4.042 1.113l-1.156-4.204a2.103 2.103 0 0 1 4.053-1.113h-.011Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
33
+ /* @__PURE__ */ React.createElement("path", { d: "M44.23 45.53 42.26 48.4M50.742 43.785l-3.164 4.61M57.241 42.058l-3.175 4.632M63.036 41.36l-2.48 3.614M25.073 34.774l-2.639 3.849M27.238 39.37l-2.573 3.754", stroke: resolvedSecondaryColor, strokeMiterlimit: "10", strokeWidth: ".7" })
34
+ );
81
35
  };
82
36
  TagCloud.displayName = "TagCloud";
83
37
  var stdin_default = createBaseComponent(TagCloud);