@logora/debate 0.1.1 → 0.2.1

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 (320) hide show
  1. package/README.md +15 -23
  2. package/dist/components/action/button/Button.js +1 -1
  3. package/dist/components/argument/argument/Argument.js +49 -49
  4. package/dist/components/argument/top_arguments/TopArguments.js +17 -17
  5. package/dist/components/auth/auth_initializer/AuthInitializer.js +5 -5
  6. package/dist/components/auth/auth_modal/AuthModal.js +9 -9
  7. package/dist/components/auth/login_form/LoginForm.js +1 -0
  8. package/dist/components/auth/oauth2_button/OAuth2Button.js +3 -3
  9. package/dist/components/auth/providers/AuthProviderFactory.js +4 -4
  10. package/dist/components/auth/signup_form/SignupForm.js +4 -4
  11. package/dist/components/auth/social_auth_form/SocialAuthForm.js +10 -10
  12. package/dist/components/auth/sso_form/SSOForm.js +4 -4
  13. package/dist/components/chart/line_chart/LineChart.js +10 -10
  14. package/dist/components/chart/pie_chart/PieChart.js +6 -10
  15. package/dist/components/consultation/consultation_box/ConsultationBox.js +19 -14
  16. package/dist/components/debate/debate_box/DebateBox.js +11 -11
  17. package/dist/components/dialog/drawer/Drawer.js +16 -16
  18. package/dist/components/dialog/modal/Modal.js +8 -8
  19. package/dist/components/dialog/toast_provider/ToastProvider.js +10 -10
  20. package/dist/components/hooks/use_responsive/ResponsiveProvider.js +4 -4
  21. package/dist/components/icons/bild_icons/Alarm.js +15 -0
  22. package/dist/components/icons/bild_icons/Announcement.js +20 -0
  23. package/dist/components/icons/bild_icons/Arrow.js +11 -0
  24. package/dist/components/icons/bild_icons/Blockquote.js +11 -0
  25. package/dist/components/icons/bild_icons/Bold.js +11 -0
  26. package/dist/components/icons/bild_icons/Camera.js +11 -0
  27. package/dist/components/icons/bild_icons/Chat.js +44 -0
  28. package/dist/components/icons/bild_icons/Check.js +12 -0
  29. package/dist/components/icons/bild_icons/CheckCircle.js +20 -0
  30. package/dist/components/icons/bild_icons/Checkbox.js +11 -0
  31. package/dist/components/icons/bild_icons/Clap.js +21 -0
  32. package/dist/components/icons/bild_icons/Clock.js +11 -0
  33. package/dist/components/icons/bild_icons/Close.js +11 -0
  34. package/dist/components/icons/bild_icons/Code.js +32 -0
  35. package/dist/components/icons/bild_icons/Community.js +11 -0
  36. package/dist/components/icons/bild_icons/Crown.js +12 -0
  37. package/dist/components/icons/bild_icons/Document.js +11 -0
  38. package/dist/components/icons/bild_icons/Downvote.js +11 -0
  39. package/dist/components/icons/bild_icons/Ellipsis.js +12 -0
  40. package/dist/components/icons/bild_icons/ExpertBadge.js +33 -0
  41. package/dist/components/icons/bild_icons/Facebook.js +11 -0
  42. package/dist/components/icons/bild_icons/Flag.js +11 -0
  43. package/dist/components/icons/bild_icons/Home.js +11 -0
  44. package/dist/components/icons/bild_icons/Italic.js +11 -0
  45. package/dist/components/icons/bild_icons/LightArrow.js +12 -0
  46. package/dist/components/icons/bild_icons/Link.js +11 -0
  47. package/dist/components/icons/bild_icons/Login.js +19 -0
  48. package/dist/components/icons/bild_icons/Logora.js +25 -0
  49. package/dist/components/icons/bild_icons/Mail.js +11 -0
  50. package/dist/components/icons/bild_icons/MinusCircle.js +24 -0
  51. package/dist/components/icons/bild_icons/MobileClose.js +19 -0
  52. package/dist/components/icons/bild_icons/MobileMenu.js +29 -0
  53. package/dist/components/icons/bild_icons/Next.js +22 -0
  54. package/dist/components/icons/bild_icons/OpenBlank.js +15 -0
  55. package/dist/components/icons/bild_icons/OrderedList.js +11 -0
  56. package/dist/components/icons/bild_icons/PauseCircle.js +34 -0
  57. package/dist/components/icons/bild_icons/Point.js +21 -0
  58. package/dist/components/icons/bild_icons/Question.js +18 -0
  59. package/dist/components/icons/bild_icons/Refresh.js +11 -0
  60. package/dist/components/icons/bild_icons/Reply.js +11 -0
  61. package/dist/components/icons/bild_icons/Search.js +11 -0
  62. package/dist/components/icons/bild_icons/Send.js +11 -0
  63. package/dist/components/icons/bild_icons/Share.js +12 -0
  64. package/dist/components/icons/bild_icons/SmallArrow.js +11 -0
  65. package/dist/components/icons/bild_icons/Source.js +11 -0
  66. package/dist/components/icons/bild_icons/Suggestion.js +19 -0
  67. package/dist/components/icons/bild_icons/Twitter.js +29 -0
  68. package/dist/components/icons/bild_icons/Underline.js +11 -0
  69. package/dist/components/icons/bild_icons/Upvote.js +11 -0
  70. package/dist/components/icons/bild_icons/User.js +11 -0
  71. package/dist/components/icons/bild_icons/Versus.js +14 -0
  72. package/dist/components/icons/bild_icons/Votebox.js +12 -0
  73. package/dist/components/icons/bild_icons/index.js +110 -0
  74. package/dist/components/icons/hero_icons/Alarm.js +18 -0
  75. package/dist/components/icons/hero_icons/Announcement.js +18 -0
  76. package/dist/components/icons/hero_icons/Arrow.js +18 -0
  77. package/dist/components/icons/hero_icons/Blockquote.js +27 -0
  78. package/dist/components/icons/hero_icons/Bold.js +17 -0
  79. package/dist/components/icons/hero_icons/Camera.js +22 -0
  80. package/dist/components/icons/hero_icons/Chat.js +18 -0
  81. package/dist/components/icons/hero_icons/Check.js +18 -0
  82. package/dist/components/icons/hero_icons/CheckCircle.js +20 -0
  83. package/dist/components/icons/hero_icons/Checkbox.js +18 -0
  84. package/dist/components/icons/hero_icons/Clap.js +18 -0
  85. package/dist/components/icons/hero_icons/Clock.js +18 -0
  86. package/dist/components/icons/hero_icons/Close.js +18 -0
  87. package/dist/components/icons/hero_icons/Code.js +18 -0
  88. package/dist/components/icons/hero_icons/Community.js +18 -0
  89. package/dist/components/icons/hero_icons/Crown.js +18 -0
  90. package/dist/components/icons/hero_icons/Downvote.js +18 -0
  91. package/dist/components/icons/hero_icons/Ellipsis.js +18 -0
  92. package/dist/components/icons/hero_icons/ExpertBadge.js +18 -0
  93. package/dist/components/icons/hero_icons/Facebook.js +11 -0
  94. package/dist/components/icons/hero_icons/Flag.js +11 -0
  95. package/dist/components/icons/hero_icons/Home.js +18 -0
  96. package/dist/components/icons/hero_icons/Italic.js +17 -0
  97. package/dist/components/icons/hero_icons/LightArrow.js +12 -0
  98. package/dist/components/icons/hero_icons/Link.js +18 -0
  99. package/dist/components/icons/hero_icons/Login.js +19 -0
  100. package/dist/components/icons/hero_icons/Logora.js +25 -0
  101. package/dist/components/icons/hero_icons/Mail.js +18 -0
  102. package/dist/components/icons/hero_icons/MinusCircle.js +24 -0
  103. package/dist/components/icons/hero_icons/MobileClose.js +18 -0
  104. package/dist/components/icons/hero_icons/MobileMenu.js +18 -0
  105. package/dist/components/icons/hero_icons/Next.js +18 -0
  106. package/dist/components/icons/hero_icons/OpenBlank.js +18 -0
  107. package/dist/components/icons/hero_icons/OrderedList.js +47 -0
  108. package/dist/components/icons/hero_icons/PauseCircle.js +34 -0
  109. package/dist/components/icons/hero_icons/Point.js +21 -0
  110. package/dist/components/icons/hero_icons/Question.js +18 -0
  111. package/dist/components/icons/hero_icons/Refresh.js +18 -0
  112. package/dist/components/icons/hero_icons/Reply.js +18 -0
  113. package/dist/components/icons/hero_icons/Search.js +18 -0
  114. package/dist/components/icons/hero_icons/Send.js +18 -0
  115. package/dist/components/icons/hero_icons/Share.js +18 -0
  116. package/dist/components/icons/hero_icons/SmallArrow.js +18 -0
  117. package/dist/components/icons/hero_icons/Source.js +18 -0
  118. package/dist/components/icons/hero_icons/Suggestion.js +18 -0
  119. package/dist/components/icons/hero_icons/Twitter.js +29 -0
  120. package/dist/components/icons/hero_icons/Underline.js +27 -0
  121. package/dist/components/icons/hero_icons/Upvote.js +18 -0
  122. package/dist/components/icons/hero_icons/User.js +18 -0
  123. package/dist/components/icons/hero_icons/Versus.js +18 -0
  124. package/dist/components/icons/hero_icons/Votebox.js +18 -0
  125. package/dist/components/icons/hero_icons/index.js +108 -0
  126. package/dist/components/icons/krone_icons/Alarm.js +28 -0
  127. package/dist/components/icons/krone_icons/Announcement.js +16 -0
  128. package/dist/components/icons/krone_icons/Arrow.js +11 -0
  129. package/dist/components/icons/krone_icons/Blockquote.js +11 -0
  130. package/dist/components/icons/krone_icons/Bold.js +11 -0
  131. package/dist/components/icons/krone_icons/Camera.js +11 -0
  132. package/dist/components/icons/krone_icons/Chat.js +30 -0
  133. package/dist/components/icons/krone_icons/Check.js +11 -0
  134. package/dist/components/icons/krone_icons/CheckCircle.js +20 -0
  135. package/dist/components/icons/krone_icons/Clap.js +30 -0
  136. package/dist/components/icons/krone_icons/Clock.js +11 -0
  137. package/dist/components/icons/krone_icons/Close.js +11 -0
  138. package/dist/components/icons/krone_icons/Code.js +32 -0
  139. package/dist/components/icons/krone_icons/Community.js +11 -0
  140. package/dist/components/icons/krone_icons/Crown.js +11 -0
  141. package/dist/components/icons/krone_icons/Document.js +11 -0
  142. package/dist/components/icons/krone_icons/Downvote.js +11 -0
  143. package/dist/components/icons/krone_icons/Ellipsis.js +18 -0
  144. package/dist/components/icons/krone_icons/ExpertBadge.js +30 -0
  145. package/dist/components/icons/krone_icons/Facebook.js +11 -0
  146. package/dist/components/icons/krone_icons/Flag.js +11 -0
  147. package/dist/components/icons/krone_icons/Home.js +30 -0
  148. package/dist/components/icons/krone_icons/Italic.js +11 -0
  149. package/dist/components/icons/krone_icons/LightArrow.js +11 -0
  150. package/dist/components/icons/krone_icons/Link.js +11 -0
  151. package/dist/components/icons/krone_icons/Login.js +18 -0
  152. package/dist/components/icons/krone_icons/Logora.js +25 -0
  153. package/dist/components/icons/krone_icons/Mail.js +11 -0
  154. package/dist/components/icons/krone_icons/MinusCircle.js +24 -0
  155. package/dist/components/icons/krone_icons/MobileClose.js +18 -0
  156. package/dist/components/icons/krone_icons/MobileMenu.js +29 -0
  157. package/dist/components/icons/krone_icons/Next.js +22 -0
  158. package/dist/components/icons/krone_icons/OpenBlank.js +15 -0
  159. package/dist/components/icons/krone_icons/OrderedList.js +11 -0
  160. package/dist/components/icons/krone_icons/PauseCircle.js +33 -0
  161. package/dist/components/icons/krone_icons/Point.js +21 -0
  162. package/dist/components/icons/krone_icons/Question.js +30 -0
  163. package/dist/components/icons/krone_icons/Refresh.js +11 -0
  164. package/dist/components/icons/krone_icons/Reply.js +18 -0
  165. package/dist/components/icons/krone_icons/Search.js +11 -0
  166. package/dist/components/icons/krone_icons/Send.js +26 -0
  167. package/dist/components/icons/krone_icons/Share.js +14 -0
  168. package/dist/components/icons/krone_icons/SmallArrow.js +11 -0
  169. package/dist/components/icons/krone_icons/Source.js +11 -0
  170. package/dist/components/icons/krone_icons/Suggestion.js +30 -0
  171. package/dist/components/icons/krone_icons/Twitter.js +29 -0
  172. package/dist/components/icons/krone_icons/Underline.js +11 -0
  173. package/dist/components/icons/krone_icons/Upvote.js +30 -0
  174. package/dist/components/icons/krone_icons/User.js +33 -0
  175. package/dist/components/icons/krone_icons/Versus.js +11 -0
  176. package/dist/components/icons/krone_icons/Votebox.js +30 -0
  177. package/dist/components/icons/krone_icons/index.js +110 -0
  178. package/dist/components/icons/regular_icons/Alarm.js +15 -0
  179. package/dist/components/icons/regular_icons/Announcement.js +20 -0
  180. package/dist/components/icons/regular_icons/Arrow.js +11 -0
  181. package/dist/components/icons/regular_icons/Blockquote.js +11 -0
  182. package/dist/components/icons/regular_icons/Bold.js +11 -0
  183. package/dist/components/icons/regular_icons/Camera.js +11 -0
  184. package/dist/components/icons/regular_icons/Chat.js +16 -0
  185. package/dist/components/icons/regular_icons/Check.js +11 -0
  186. package/dist/components/icons/regular_icons/CheckCircle.js +20 -0
  187. package/dist/components/icons/regular_icons/Checkbox.js +11 -0
  188. package/dist/components/icons/regular_icons/Clap.js +15 -0
  189. package/dist/components/icons/regular_icons/Clock.js +11 -0
  190. package/dist/components/icons/regular_icons/Close.js +11 -0
  191. package/dist/components/icons/regular_icons/Code.js +32 -0
  192. package/dist/components/icons/regular_icons/Community.js +11 -0
  193. package/dist/components/icons/regular_icons/Crown.js +11 -0
  194. package/dist/components/icons/regular_icons/Document.js +11 -0
  195. package/dist/components/icons/regular_icons/Downvote.js +11 -0
  196. package/dist/components/icons/regular_icons/Ellipsis.js +11 -0
  197. package/dist/components/icons/regular_icons/ExpertBadge.js +32 -0
  198. package/dist/components/icons/regular_icons/Facebook.js +11 -0
  199. package/dist/components/icons/regular_icons/Flag.js +11 -0
  200. package/dist/components/icons/regular_icons/Home.js +11 -0
  201. package/dist/components/icons/regular_icons/Italic.js +11 -0
  202. package/dist/components/icons/regular_icons/LightArrow.js +11 -0
  203. package/dist/components/icons/regular_icons/Link.js +11 -0
  204. package/dist/components/icons/regular_icons/Login.js +18 -0
  205. package/dist/components/icons/regular_icons/Logora.js +25 -0
  206. package/dist/components/icons/regular_icons/Mail.js +11 -0
  207. package/dist/components/icons/regular_icons/MinusCircle.js +24 -0
  208. package/dist/components/icons/regular_icons/MobileClose.js +18 -0
  209. package/dist/components/icons/regular_icons/MobileMenu.js +29 -0
  210. package/dist/components/icons/regular_icons/Next.js +22 -0
  211. package/dist/components/icons/regular_icons/OpenBlank.js +15 -0
  212. package/dist/components/icons/regular_icons/OrderedList.js +11 -0
  213. package/dist/components/icons/regular_icons/PauseCircle.js +33 -0
  214. package/dist/components/icons/regular_icons/Point.js +21 -0
  215. package/dist/components/icons/regular_icons/Question.js +18 -0
  216. package/dist/components/icons/regular_icons/Refresh.js +11 -0
  217. package/dist/components/icons/regular_icons/Reply.js +11 -0
  218. package/dist/components/icons/regular_icons/Search.js +11 -0
  219. package/dist/components/icons/regular_icons/Send.js +11 -0
  220. package/dist/components/icons/regular_icons/Share.js +12 -0
  221. package/dist/components/icons/regular_icons/SmallArrow.js +11 -0
  222. package/dist/components/icons/regular_icons/Source.js +11 -0
  223. package/dist/components/icons/regular_icons/Suggestion.js +19 -0
  224. package/dist/components/icons/regular_icons/Twitter.js +29 -0
  225. package/dist/components/icons/regular_icons/Underline.js +11 -0
  226. package/dist/components/icons/regular_icons/Upvote.js +11 -0
  227. package/dist/components/icons/regular_icons/User.js +11 -0
  228. package/dist/components/icons/regular_icons/Versus.js +11 -0
  229. package/dist/components/icons/regular_icons/Votebox.js +12 -0
  230. package/dist/components/icons/regular_icons/index.js +110 -0
  231. package/dist/components/icons/spiegel_icons/Alarm.js +15 -0
  232. package/dist/components/icons/spiegel_icons/Announcement.js +20 -0
  233. package/dist/components/icons/spiegel_icons/Arrow.js +11 -0
  234. package/dist/components/icons/spiegel_icons/Blockquote.js +26 -0
  235. package/dist/components/icons/spiegel_icons/Bold.js +16 -0
  236. package/dist/components/icons/spiegel_icons/Camera.js +11 -0
  237. package/dist/components/icons/spiegel_icons/Chat.js +12 -0
  238. package/dist/components/icons/spiegel_icons/Check.js +11 -0
  239. package/dist/components/icons/spiegel_icons/CheckCircle.js +20 -0
  240. package/dist/components/icons/spiegel_icons/Checkbox.js +26 -0
  241. package/dist/components/icons/spiegel_icons/Clap.js +26 -0
  242. package/dist/components/icons/spiegel_icons/Clock.js +26 -0
  243. package/dist/components/icons/spiegel_icons/Close.js +15 -0
  244. package/dist/components/icons/spiegel_icons/Code.js +32 -0
  245. package/dist/components/icons/spiegel_icons/Community.js +11 -0
  246. package/dist/components/icons/spiegel_icons/Crown.js +12 -0
  247. package/dist/components/icons/spiegel_icons/Downvote.js +11 -0
  248. package/dist/components/icons/spiegel_icons/Ellipsis.js +12 -0
  249. package/dist/components/icons/spiegel_icons/ExpertBadge.js +28 -0
  250. package/dist/components/icons/spiegel_icons/Facebook.js +16 -0
  251. package/dist/components/icons/spiegel_icons/Flag.js +20 -0
  252. package/dist/components/icons/spiegel_icons/Home.js +11 -0
  253. package/dist/components/icons/spiegel_icons/Italic.js +16 -0
  254. package/dist/components/icons/spiegel_icons/LightArrow.js +12 -0
  255. package/dist/components/icons/spiegel_icons/Link.js +26 -0
  256. package/dist/components/icons/spiegel_icons/Login.js +19 -0
  257. package/dist/components/icons/spiegel_icons/Logora.js +25 -0
  258. package/dist/components/icons/spiegel_icons/Mail.js +16 -0
  259. package/dist/components/icons/spiegel_icons/MinusCircle.js +20 -0
  260. package/dist/components/icons/spiegel_icons/MobileClose.js +19 -0
  261. package/dist/components/icons/spiegel_icons/MobileMenu.js +29 -0
  262. package/dist/components/icons/spiegel_icons/Next.js +22 -0
  263. package/dist/components/icons/spiegel_icons/OpenBlank.js +15 -0
  264. package/dist/components/icons/spiegel_icons/OrderedList.js +29 -0
  265. package/dist/components/icons/spiegel_icons/PauseCircle.js +20 -0
  266. package/dist/components/icons/spiegel_icons/Point.js +21 -0
  267. package/dist/components/icons/spiegel_icons/Question.js +30 -0
  268. package/dist/components/icons/spiegel_icons/Refresh.js +11 -0
  269. package/dist/components/icons/spiegel_icons/Reply.js +12 -0
  270. package/dist/components/icons/spiegel_icons/Search.js +11 -0
  271. package/dist/components/icons/spiegel_icons/Send.js +11 -0
  272. package/dist/components/icons/spiegel_icons/Share.js +26 -0
  273. package/dist/components/icons/spiegel_icons/SmallArrow.js +12 -0
  274. package/dist/components/icons/spiegel_icons/Source.js +11 -0
  275. package/dist/components/icons/spiegel_icons/Suggestion.js +16 -0
  276. package/dist/components/icons/spiegel_icons/Twitter.js +29 -0
  277. package/dist/components/icons/spiegel_icons/Underline.js +26 -0
  278. package/dist/components/icons/spiegel_icons/Upvote.js +11 -0
  279. package/dist/components/icons/spiegel_icons/User.js +11 -0
  280. package/dist/components/icons/spiegel_icons/Versus.js +14 -0
  281. package/dist/components/icons/spiegel_icons/Votebox.js +26 -0
  282. package/dist/components/icons/spiegel_icons/index.js +108 -0
  283. package/dist/components/input/argument_input/ArgumentInput.js +100 -99
  284. package/dist/components/input/search_input/SearchInput.js +4 -4
  285. package/dist/components/input/text_editor/TextEditor.js +50 -50
  286. package/dist/components/input/text_editor/lexicalToHtml.js +7 -7
  287. package/dist/components/input/text_editor/plugins/MaxLengthPlugin.js +12 -12
  288. package/dist/components/input/text_editor/plugins/ResetPlugin.js +6 -6
  289. package/dist/components/input/text_editor/plugins/SetContentPlugin.js +6 -6
  290. package/dist/components/input/text_editor/plugins/ToolbarPlugin.js +21 -21
  291. package/dist/components/intl/intl_provider/IntlProvider.js +6 -6
  292. package/dist/components/list/paginated_list/PaginatedList.js +16 -16
  293. package/dist/components/list/paginated_list/VotePaginatedList.js +6 -6
  294. package/dist/components/list/paginated_list/action_bar/ActionBar.js +7 -7
  295. package/dist/components/navbar/navbar_button/NavbarButton.js +3 -3
  296. package/dist/components/navbar/navbar_modal/NavbarModal.js +11 -11
  297. package/dist/components/notification/notification_menu/NotificationMenu.js +4 -4
  298. package/dist/components/proposal/proposal_box/ProposalBox.js +8 -8
  299. package/dist/components/share/share_box/ShareBox.js +17 -17
  300. package/dist/components/source/context_source_list/ContextSourceList.js +3 -3
  301. package/dist/components/source/source_modal/SourceModal.js +16 -16
  302. package/dist/components/suggestion/suggestion_banner/SuggestionBanner.js +14 -14
  303. package/dist/components/suggestion/suggestion_box/SuggestionBox.js +6 -6
  304. package/dist/components/suggestion/suggestion_input/SuggestionInput.js +13 -12
  305. package/dist/components/user/avatar/Avatar.js +7 -7
  306. package/dist/components/user/update_user_info_modal/UpdateUserInfoModal.js +17 -15
  307. package/dist/components/user_content/content_footer/ContentFooter.js +11 -11
  308. package/dist/components/user_content/summary_content_box/SummaryContentBox.js +6 -6
  309. package/dist/components/user_content/use_delete_content/useDeleteContent.js +7 -7
  310. package/dist/components/user_content/use_report_content/ReportModal.js +9 -9
  311. package/dist/components/vote/use_vote/useVote.js +3 -3
  312. package/dist/components/vote/vote_box/VoteBox.js +7 -7
  313. package/dist/index.js +140 -84
  314. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalCharacterLimitPlugin.prod.js +57 -57
  315. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalComposer.prod.js +14 -14
  316. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalContentEditable.prod.js +15 -15
  317. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalListPlugin.prod.js +6 -6
  318. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalOnChangePlugin.prod.js +1 -1
  319. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalRichTextPlugin.prod.js +21 -21
  320. package/package.json +6 -1
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Link.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "m13.845 17.267-3.262 3.262a5.028 5.028 0 0 1-7.111-7.109l3.262-3.265a1 1 0 0 0-1.415-1.414l-3.261 3.265A7.027 7.027 0 0 0 12 21.943l3.262-3.262a1 1 0 0 0-1.414-1.414ZM21.944 2.061A6.979 6.979 0 0 0 16.975 0a6.983 6.983 0 0 0-4.968 2.057L8.74 5.32a1 1 0 0 0 1.414 1.415l3.265-3.262A4.993 4.993 0 0 1 16.973 2a5.028 5.028 0 0 1 3.554 8.583l-3.262 3.262a1 1 0 1 0 1.415 1.415L21.942 12a7.037 7.037 0 0 0 .002-9.939Z" }), /* @__PURE__ */ (0, t.jsx)("path", { d: "m14.293 8.293-6 6a1 1 0 1 0 1.414 1.414l6-6a1 1 0 0 0-1.414-1.414Z" })]
9
+ });
10
+ //#endregion
11
+ export { n as Link };
@@ -0,0 +1,18 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Login.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ strokeWidth: 1.5,
8
+ stroke: "currentColor",
9
+ ...e,
10
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round",
13
+ fill: "none",
14
+ d: "M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15M12 9l-3 3m0 0l3 3m-3-3h12.75"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Login };
@@ -0,0 +1,25 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Logora.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ version: "1.0",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 144 144",
8
+ preserveAspectRatio: "xMidYMid meet",
9
+ ...e,
10
+ children: /* @__PURE__ */ (0, t.jsxs)("g", {
11
+ transform: "translate(0.000000,144.000000) scale(0.100000,-0.100000)",
12
+ fill: "#000000",
13
+ stroke: "none",
14
+ children: [
15
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M574 1415 c-458 -105 -694 -594 -488 -1011 89 -180 256 -317 454\n -371 89 -24 271 -24 360 0 247 68 439 260 507 507 24 89 24 271 0 360 -67 245\n -260 439 -502 506 -82 22 -254 27 -331 9z m318 -24 c309 -79 518 -350 518\n -671 0 -388 -302 -690 -690 -690 -388 0 -690 302 -690 690 0 319 208 590 514\n 670 98 26 249 26 348 1z" }),
16
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M1135 1054 c-99 -34 -98 -34 -92 -40 6 -6 197 54 197 62 0 9 -39 1 -105 -22z" }),
17
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M739 1015 c-85 -39 -154 -55 -236 -55 -66 0 -85 -9 -113 -55 -18 -29\n -22 -47 -18 -91 5 -60 35 -102 89 -124 34 -15 35 -16 9 -122 -11 -46 -20 -104\n -20 -130 l0 -48 65 0 65 0 0 103 c0 56 5 119 11 140 10 38 11 39 47 33 20 -4\n 71 -18 114 -33 l76 -26 30 21 c46 33 66 85 70 183 5 101 -9 159 -46 199 -40\n 43 -59 43 -143 5z m138 -47 c21 -41 29 -178 14 -235 -15 -53 -41 -86 -63 -78\n -41 16 -69 163 -49 255 20 91 66 118 98 58z" }),
18
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M357 944 c-32 -18 -89 -125 -69 -132 7 -2 12 -10 12 -17 0 -21 59\n -85 78 -85 12 0 11 5 -7 24 -25 26 -38 96 -27 140 3 13 20 38 37 55 33 33 22 40 -24 15z" }),
19
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M1088 873 c28 -2 76 -2 105 0 28 2 5 3 -53 3 -58 0 -81 -1 -52 -3z" }),
20
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M1046 731 c8 -8 173 -61 190 -61 25 0 -22 21 -97 44 -94 28 -108 31 -93 17z" })
21
+ ]
22
+ })
23
+ });
24
+ //#endregion
25
+ export { n as Logora };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Mail.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M19 1H5a5.006 5.006 0 0 0-5 5v12a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5V6a5.006 5.006 0 0 0-5-5ZM5 3h14a3 3 0 0 1 2.78 1.887l-7.658 7.659a3.007 3.007 0 0 1-4.244 0L2.22 4.887A3 3 0 0 1 5 3Zm14 18H5a3 3 0 0 1-3-3V7.5l6.464 6.46a5.007 5.007 0 0 0 7.072 0L22 7.5V18a3 3 0 0 1-3 3Z" })
9
+ });
10
+ //#endregion
11
+ export { n as Mail };
@@ -0,0 +1,24 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/MinusCircle.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 24 24",
6
+ fill: "none",
7
+ stroke: "currentColor",
8
+ strokeWidth: "2",
9
+ strokeLinecap: "round",
10
+ strokeLinejoin: "round",
11
+ ...e,
12
+ children: [/* @__PURE__ */ (0, t.jsx)("circle", {
13
+ cx: "12",
14
+ cy: "12",
15
+ r: "10"
16
+ }), /* @__PURE__ */ (0, t.jsx)("line", {
17
+ x1: "8",
18
+ y1: "12",
19
+ x2: "16",
20
+ y2: "12"
21
+ })]
22
+ });
23
+ //#endregion
24
+ export { n as MinusCircle };
@@ -0,0 +1,18 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/MobileClose.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 40 40",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: [/* @__PURE__ */ (0, t.jsx)("circle", {
9
+ cx: "20",
10
+ cy: "20",
11
+ r: "20"
12
+ }), /* @__PURE__ */ (0, t.jsx)("path", {
13
+ fill: "#FFF",
14
+ d: "M26.0001 14C25.8125 13.8125 25.5582 13.7072 25.2931 13.7072C25.0279 13.7072 24.7736 13.8125 24.5861 14L20.0001 18.586L15.4141 14C15.2265 13.8125 14.9722 13.7072 14.7071 13.7072C14.4419 13.7072 14.1876 13.8125 14.0001 14C13.8126 14.1875 13.7073 14.4418 13.7073 14.707C13.7073 14.9722 13.8126 15.2265 14.0001 15.414L18.5861 20L14.0001 24.586C13.8126 24.7735 13.7073 25.0278 13.7073 25.293C13.7073 25.5582 13.8126 25.8125 14.0001 26C14.1876 26.1875 14.4419 26.2928 14.7071 26.2928C14.9722 26.2928 15.2265 26.1875 15.4141 26L20.0001 21.414L24.5861 26C24.7736 26.1875 25.0279 26.2928 25.2931 26.2928C25.5582 26.2928 25.8125 26.1875 26.0001 26C26.1875 25.8125 26.2928 25.5582 26.2928 25.293C26.2928 25.0278 26.1875 24.7735 26.0001 24.586L21.4141 20L26.0001 15.414C26.1875 15.2265 26.2928 14.9722 26.2928 14.707C26.2928 14.4418 26.1875 14.1875 26.0001 14V14Z"
15
+ })]
16
+ });
17
+ //#endregion
18
+ export { n as MobileClose };
@@ -0,0 +1,29 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/MobileMenu.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 40 40",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: [
9
+ /* @__PURE__ */ (0, t.jsx)("circle", {
10
+ cx: "20",
11
+ cy: "20",
12
+ r: "20"
13
+ }),
14
+ /* @__PURE__ */ (0, t.jsx)("path", {
15
+ fill: "#FFF",
16
+ d: "M29.1667 19.1667H10.8333C10.3731 19.1667 10 19.5398 10 20C10 20.4602 10.3731 20.8333 10.8333 20.8333H29.1667C29.6269 20.8333 30 20.4602 30 20C30 19.5398 29.6269 19.1667 29.1667 19.1667Z"
17
+ }),
18
+ /* @__PURE__ */ (0, t.jsx)("path", {
19
+ fill: "#FFF",
20
+ d: "M29.1667 13.3333H10.8333C10.3731 13.3333 10 13.7064 10 14.1667C10 14.6269 10.3731 15 10.8333 15H29.1667C29.6269 15 30 14.6269 30 14.1667C30 13.7064 29.6269 13.3333 29.1667 13.3333Z"
21
+ }),
22
+ /* @__PURE__ */ (0, t.jsx)("path", {
23
+ fill: "#FFF",
24
+ d: "M29.1667 25H10.8333C10.3731 25 10 25.3731 10 25.8333C10 26.2936 10.3731 26.6667 10.8333 26.6667H29.1667C29.6269 26.6667 30 26.2936 30 25.8333C30 25.3731 29.6269 25 29.1667 25Z"
25
+ })
26
+ ]
27
+ });
28
+ //#endregion
29
+ export { n as MobileMenu };
@@ -0,0 +1,22 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Next.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 24 24",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: [
9
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "m12 0c-6.617 0-12 5.383-12 12s5.383 12 12 12 12-5.383 12-12-5.383-12-12-12z" }),
10
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "m12 0c-6.617 0-12 5.383-12 12s5.383 12 12 12z" }),
11
+ /* @__PURE__ */ (0, t.jsx)("path", {
12
+ d: "m12 18.25v-3.25h-5.75c-.689 0-1.25-.561-1.25-1.25v-3.5c0-.689.561-1.25 1.25-1.25h5.75v-3.25c0-.66.795-.999 1.27-.541l6.5 6.25c.147.142.23.337.23.541s-.083.399-.23.541l-6.5 6.25c-.475.456-1.27.12-1.27-.541z",
13
+ fill: "#fff"
14
+ }),
15
+ /* @__PURE__ */ (0, t.jsx)("path", {
16
+ d: "m5 12h15c0 .204-.083.399-.23.541l-6.5 6.25c-.15.144-.334.209-.514.209-.385 0-.756-.298-.756-.75v-3.25h-5.75c-.689 0-1.25-.561-1.25-1.25z",
17
+ fill: "#dedede"
18
+ })
19
+ ]
20
+ });
21
+ //#endregion
22
+ export { n as Next };
@@ -0,0 +1,15 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/OpenBlank.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 15 15",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
10
+ d: "M5.44832 1.14343H1.99902C1.44674 1.14343 0.999023 1.59115 0.999023 2.14343V12.8634C0.999023 13.4157 1.44674 13.8634 1.99902 13.8634H12.719C13.2713 13.8634 13.719 13.4157 13.719 12.8634V9.14453M13.719 1.14343V6.67248M13.719 1.14343L7.36636 7.49609M13.719 1.14343H8.17291",
11
+ stroke: "black"
12
+ })
13
+ });
14
+ //#endregion
15
+ export { n as OpenBlank };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/OrderedList.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z" })
9
+ });
10
+ //#endregion
11
+ export { n as OrderedList };
@@ -0,0 +1,33 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/PauseCircle.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ fill: "none",
6
+ stroke: "currentColor",
7
+ "stroke-linecap": "round",
8
+ "stroke-linejoin": "round",
9
+ viewBox: "0 0 24 24",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...e,
12
+ children: [
13
+ /* @__PURE__ */ (0, t.jsx)("circle", {
14
+ cx: "12",
15
+ cy: "12",
16
+ r: "10"
17
+ }),
18
+ /* @__PURE__ */ (0, t.jsx)("line", {
19
+ x1: "10",
20
+ x2: "10",
21
+ y1: "15",
22
+ y2: "9"
23
+ }),
24
+ /* @__PURE__ */ (0, t.jsx)("line", {
25
+ x1: "14",
26
+ x2: "14",
27
+ y1: "15",
28
+ y2: "9"
29
+ })
30
+ ]
31
+ });
32
+ //#endregion
33
+ export { n as PauseCircle };
@@ -0,0 +1,21 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Point.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 17 17",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: [/* @__PURE__ */ (0, t.jsx)("circle", {
9
+ cx: "8.5",
10
+ cy: "8.5",
11
+ r: "8.1",
12
+ stroke: "black",
13
+ strokeWidth: ".8px",
14
+ fill: "transparent"
15
+ }), /* @__PURE__ */ (0, t.jsx)("path", {
16
+ d: "M9.39386 5.14357C9.35492 5.48312 9.34657 5.8252 9.36599 6.16612C9.22118 5.91698 9.11124 5.64788 9.04014 5.36621C7.33187 6.49721 6.08851 8.21955 5.54279 10.2112C4.91626 11.0717 4.3983 12.0085 4 13C5.78647 10.0043 8.18819 7.4322 11.0424 5.45904C9.32015 7.07048 7.68966 8.77876 6.15951 10.5802C8.1645 10.1999 9.9731 9.11694 11.2679 7.52261C10.7667 7.47603 10.2627 7.49314 9.76429 7.57172C10.3295 7.3098 10.9407 7.16331 11.5618 7.13818C11.7428 6.8902 11.9084 6.63092 12.0616 6.36625C11.6648 6.40301 11.2722 6.47472 10.8865 6.58329C11.3028 6.32961 11.7581 6.1507 12.2343 6.05216C12.5727 5.40412 12.8302 4.71394 13 4C11.7275 4.0998 10.4939 4.49015 9.39386 5.14357Z",
17
+ fill: "black"
18
+ })]
19
+ });
20
+ //#endregion
21
+ export { n as Point };
@@ -0,0 +1,30 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Question.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [/* @__PURE__ */ (0, t.jsx)("mask", {
12
+ id: "mask0_182_6044",
13
+ style: { maskType: "alpha" },
14
+ maskUnits: "userSpaceOnUse",
15
+ x: "0",
16
+ y: "0",
17
+ width: "24",
18
+ height: "24",
19
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
20
+ width: "24",
21
+ height: "24",
22
+ fill: "black"
23
+ })
24
+ }), /* @__PURE__ */ (0, t.jsx)("g", {
25
+ mask: "url(#mask0_182_6044)",
26
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M11.95 18C12.3 18 12.5958 17.8792 12.8375 17.6375C13.0792 17.3958 13.2 17.1 13.2 16.75C13.2 16.4 13.0792 16.1042 12.8375 15.8625C12.5958 15.6208 12.3 15.5 11.95 15.5C11.6 15.5 11.3042 15.6208 11.0625 15.8625C10.8208 16.1042 10.7 16.4 10.7 16.75C10.7 17.1 10.8208 17.3958 11.0625 17.6375C11.3042 17.8792 11.6 18 11.95 18ZM11.05 14.15H12.9C12.9 13.6 12.9625 13.1667 13.0875 12.85C13.2125 12.5333 13.5667 12.1 14.15 11.55C14.5833 11.1167 14.925 10.7042 15.175 10.3125C15.425 9.92083 15.55 9.45 15.55 8.9C15.55 7.96667 15.2083 7.25 14.525 6.75C13.8417 6.25 13.0333 6 12.1 6C11.15 6 10.3792 6.25 9.7875 6.75C9.19583 7.25 8.78333 7.85 8.55 8.55L10.2 9.2C10.2833 8.9 10.4708 8.575 10.7625 8.225C11.0542 7.875 11.5 7.7 12.1 7.7C12.6333 7.7 13.0333 7.84583 13.3 8.1375C13.5667 8.42917 13.7 8.75 13.7 9.1C13.7 9.43333 13.6 9.74583 13.4 10.0375C13.2 10.3292 12.95 10.6 12.65 10.85C11.9167 11.5 11.4667 11.9917 11.3 12.325C11.1333 12.6583 11.05 13.2667 11.05 14.15ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" })
27
+ })]
28
+ });
29
+ //#endregion
30
+ export { n as Question };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Refresh.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "M12,2a10.032,10.032,0,0,1,7.122,3H16a1,1,0,0,0-1,1h0a1,1,0,0,0,1,1h4.143A1.858,1.858,0,0,0,22,5.143V1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1V3.078A11.981,11.981,0,0,0,.05,10.9a1.007,1.007,0,0,0,1,1.1h0a.982.982,0,0,0,.989-.878A10.014,10.014,0,0,1,12,2Z" }), /* @__PURE__ */ (0, t.jsx)("path", { d: "M22.951,12a.982.982,0,0,0-.989.878A9.986,9.986,0,0,1,4.878,19H8a1,1,0,0,0,1-1H9a1,1,0,0,0-1-1H3.857A1.856,1.856,0,0,0,2,18.857V23a1,1,0,0,0,1,1H3a1,1,0,0,0,1-1V20.922A11.981,11.981,0,0,0,23.95,13.1a1.007,1.007,0,0,0-1-1.1Z" })]
9
+ });
10
+ //#endregion
11
+ export { n as Refresh };
@@ -0,0 +1,18 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Reply.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M19.06 3.58988L20.41 4.93988C21.2 5.71988 21.2 6.98988 20.41 7.76988L7.18 20.9999H3V16.8199L13.4 6.40988L16.23 3.58988C17.01 2.80988 18.28 2.80988 19.06 3.58988ZM5 18.9999L6.41 19.0599L16.23 9.22988L14.82 7.81988L5 17.6399V18.9999Z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Reply };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Search.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M23.707,22.293l-5.969-5.969a10.016,10.016,0,1,0-1.414,1.414l5.969,5.969a1,1,0,0,0,1.414-1.414ZM10,18a8,8,0,1,1,8-8A8.009,8.009,0,0,1,10,18Z" })
9
+ });
10
+ //#endregion
11
+ export { n as Search };
@@ -0,0 +1,26 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Send.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ ...e,
6
+ width: e.width || "24",
7
+ height: e.height || "24",
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: [/* @__PURE__ */ (0, t.jsx)("mask", {
12
+ style: { maskType: "alpha" },
13
+ maskUnits: "userSpaceOnUse",
14
+ x: "0",
15
+ y: "0",
16
+ width: "24",
17
+ height: "24",
18
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
19
+ width: "24",
20
+ height: "24",
21
+ fill: "#D9D9D9"
22
+ })
23
+ }), /* @__PURE__ */ (0, t.jsx)("g", { children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M3 20V14L11 12L3 10V4L22 12L3 20Z" }) })]
24
+ });
25
+ //#endregion
26
+ export { n as Send };
@@ -0,0 +1,14 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Share.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M12.5147 7.26316C3.84082 7.26316 2.61516 16.4211 3.08657 21C4.97221 13.4211 10.1577 12.1579 12.5147 12.4737V16.7368L21 10.1053L12.5147 3V7.26316Z" })
12
+ });
13
+ //#endregion
14
+ export { n as Share };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/SmallArrow.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M6.414,9H17.586a1,1,0,0,1,.707,1.707l-5.586,5.586a1,1,0,0,1-1.414,0L5.707,10.707A1,1,0,0,1,6.414,9Z" })
9
+ });
10
+ //#endregion
11
+ export { n as SmallArrow };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Source.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M22.2,2.163a4.992,4.992,0,0,0-4.1-1.081l-3.822.694A4,4,0,0,0,12,3.065,4,4,0,0,0,9.716,1.776L5.9,1.082A5,5,0,0,0,0,6V16.793a5,5,0,0,0,4.105,4.919l6.286,1.143a9,9,0,0,0,3.218,0L19.9,21.712A5,5,0,0,0,24,16.793V6A4.983,4.983,0,0,0,22.2,2.163ZM11,20.928c-.084-.012-.168-.026-.252-.041L4.463,19.745A3,3,0,0,1,2,16.793V6A3,3,0,0,1,5,3a3.081,3.081,0,0,1,.54.049l3.82.7A2,2,0,0,1,11,5.712Zm11-4.135a3,3,0,0,1-2.463,2.952l-6.285,1.142c-.084.015-.168.029-.252.041V5.712a2,2,0,0,1,1.642-1.968l3.821-.7A3,3,0,0,1,22,6Z" })
9
+ });
10
+ //#endregion
11
+ export { n as Source };
@@ -0,0 +1,30 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Suggestion.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [/* @__PURE__ */ (0, t.jsx)("mask", {
12
+ id: "mask0_167_6303",
13
+ style: { maskType: "alpha" },
14
+ maskUnits: "userSpaceOnUse",
15
+ x: "0",
16
+ y: "0",
17
+ width: "24",
18
+ height: "24",
19
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
20
+ width: "24",
21
+ height: "24",
22
+ fill: "#D9D9D9"
23
+ })
24
+ }), /* @__PURE__ */ (0, t.jsx)("g", {
25
+ mask: "url(#mask0_167_6303)",
26
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M10 18C9.45 18 8.97917 17.8042 8.5875 17.4125C8.19583 17.0208 8 16.55 8 16V14.75C7.05 14.1 6.3125 13.2667 5.7875 12.25C5.2625 11.2333 5 10.15 5 9C5 7.05 5.67917 5.39583 7.0375 4.0375C8.39583 2.67917 10.05 2 12 2C13.95 2 15.6042 2.67917 16.9625 4.0375C18.3208 5.39583 19 7.05 19 9C19 10.15 18.7375 11.2292 18.2125 12.2375C17.6875 13.2458 16.95 14.0833 16 14.75V16C16 16.55 15.8042 17.0208 15.4125 17.4125C15.0208 17.8042 14.55 18 14 18H10ZM10 16H14V13.7L14.85 13.1C15.5333 12.6333 16.0625 12.0375 16.4375 11.3125C16.8125 10.5875 17 9.81667 17 9C17 7.61667 16.5125 6.4375 15.5375 5.4625C14.5625 4.4875 13.3833 4 12 4C10.6167 4 9.4375 4.4875 8.4625 5.4625C7.4875 6.4375 7 7.61667 7 9C7 9.81667 7.1875 10.5875 7.5625 11.3125C7.9375 12.0375 8.46667 12.6333 9.15 13.1L10 13.7V16ZM10 22C9.71667 22 9.47917 21.9042 9.2875 21.7125C9.09583 21.5208 9 21.2833 9 21V20H15V21C15 21.2833 14.9042 21.5208 14.7125 21.7125C14.5208 21.9042 14.2833 22 14 22H10Z" })
27
+ })]
28
+ });
29
+ //#endregion
30
+ export { n as Suggestion };
@@ -0,0 +1,29 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Twitter.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: [
10
+ /* @__PURE__ */ (0, t.jsx)("path", {
11
+ d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
12
+ fill: "black"
13
+ }),
14
+ /* @__PURE__ */ (0, t.jsx)("path", {
15
+ d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
16
+ fill: "black"
17
+ }),
18
+ /* @__PURE__ */ (0, t.jsx)("path", {
19
+ d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
20
+ fill: "black"
21
+ }),
22
+ /* @__PURE__ */ (0, t.jsx)("path", {
23
+ d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
24
+ fill: "black"
25
+ })
26
+ ]
27
+ });
28
+ //#endregion
29
+ export { n as Twitter };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Underline.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6zm-7 2v2h14v-2H5z" })
9
+ });
10
+ //#endregion
11
+ export { n as Underline };
@@ -0,0 +1,30 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Upvote.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [/* @__PURE__ */ (0, t.jsx)("mask", {
12
+ id: "mask0_167_6296",
13
+ style: { maskType: "alpha" },
14
+ maskUnits: "userSpaceOnUse",
15
+ x: "0",
16
+ y: "0",
17
+ width: "24",
18
+ height: "24",
19
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
20
+ width: "24",
21
+ height: "24",
22
+ fill: "#D9D9D9"
23
+ })
24
+ }), /* @__PURE__ */ (0, t.jsx)("g", {
25
+ mask: "url(#mask0_167_6296)",
26
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M18 21H7V8L14 1L15.25 2.25C15.3667 2.36667 15.4625 2.525 15.5375 2.725C15.6125 2.925 15.65 3.11667 15.65 3.3V3.65L14.55 8H21C21.5333 8 22 8.2 22.4 8.6C22.8 9 23 9.46667 23 10V12C23 12.1167 22.9833 12.2417 22.95 12.375C22.9167 12.5083 22.8833 12.6333 22.85 12.75L19.85 19.8C19.7 20.1333 19.45 20.4167 19.1 20.65C18.75 20.8833 18.3833 21 18 21ZM9 19H18L21 12V10H12L13.35 4.5L9 8.85V19ZM7 8V10H4V19H7V21H2V8H7Z" })
27
+ })]
28
+ });
29
+ //#endregion
30
+ export { n as Upvote };
@@ -0,0 +1,33 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/User.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [/* @__PURE__ */ (0, t.jsx)("mask", {
12
+ id: "mask0_167_6306",
13
+ style: { maskType: "alpha" },
14
+ maskUnits: "userSpaceOnUse",
15
+ x: "0",
16
+ y: "0",
17
+ width: "24",
18
+ height: "24",
19
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
20
+ width: "24",
21
+ height: "24",
22
+ fill: "#D9D9D9"
23
+ })
24
+ }), /* @__PURE__ */ (0, t.jsx)("g", {
25
+ mask: "url(#mask0_167_6306)",
26
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
27
+ d: "M1 20V17.2C1 16.6333 1.14583 16.1125 1.4375 15.6375C1.72917 15.1625 2.11667 14.8 2.6 14.55C3.63333 14.0333 4.68333 13.6458 5.75 13.3875C6.81667 13.1292 7.9 13 9 13C10.1 13 11.1833 13.1292 12.25 13.3875C13.3167 13.6458 14.3667 14.0333 15.4 14.55C15.8833 14.8 16.2708 15.1625 16.5625 15.6375C16.8542 16.1125 17 16.6333 17 17.2V20H1ZM19 20V17C19 16.2667 18.7958 15.5625 18.3875 14.8875C17.9792 14.2125 17.4 13.6333 16.65 13.15C17.5 13.25 18.3 13.4208 19.05 13.6625C19.8 13.9042 20.5 14.2 21.15 14.55C21.75 14.8833 22.2083 15.2542 22.525 15.6625C22.8417 16.0708 23 16.5167 23 17V20H19ZM9 12C7.9 12 6.95833 11.6083 6.175 10.825C5.39167 10.0417 5 9.1 5 8C5 6.9 5.39167 5.95833 6.175 5.175C6.95833 4.39167 7.9 4 9 4C10.1 4 11.0417 4.39167 11.825 5.175C12.6083 5.95833 13 6.9 13 8C13 9.1 12.6083 10.0417 11.825 10.825C11.0417 11.6083 10.1 12 9 12ZM19 8C19 9.1 18.6083 10.0417 17.825 10.825C17.0417 11.6083 16.1 12 15 12C14.8167 12 14.5833 11.9792 14.3 11.9375C14.0167 11.8958 13.7833 11.85 13.6 11.8C14.05 11.2667 14.3958 10.675 14.6375 10.025C14.8792 9.375 15 8.7 15 8C15 7.3 14.8792 6.625 14.6375 5.975C14.3958 5.325 14.05 4.73333 13.6 4.2C13.8333 4.11667 14.0667 4.0625 14.3 4.0375C14.5333 4.0125 14.7667 4 15 4C16.1 4 17.0417 4.39167 17.825 5.175C18.6083 5.95833 19 6.9 19 8ZM3 18H15V17.2C15 17.0167 14.9542 16.85 14.8625 16.7C14.7708 16.55 14.65 16.4333 14.5 16.35C13.6 15.9 12.6917 15.5625 11.775 15.3375C10.8583 15.1125 9.93333 15 9 15C8.06667 15 7.14167 15.1125 6.225 15.3375C5.30833 15.5625 4.4 15.9 3.5 16.35C3.35 16.4333 3.22917 16.55 3.1375 16.7C3.04583 16.85 3 17.0167 3 17.2V18ZM9 10C9.55 10 10.0208 9.80417 10.4125 9.4125C10.8042 9.02083 11 8.55 11 8C11 7.45 10.8042 6.97917 10.4125 6.5875C10.0208 6.19583 9.55 6 9 6C8.45 6 7.97917 6.19583 7.5875 6.5875C7.19583 6.97917 7 7.45 7 8C7 8.55 7.19583 9.02083 7.5875 9.4125C7.97917 9.80417 8.45 10 9 10Z",
28
+ fill: "black"
29
+ })
30
+ })]
31
+ });
32
+ //#endregion
33
+ export { n as User };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Versus.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 28 28",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M14.8686 11L11.8386 18H10.2386L7.21859 11H8.96859L11.0986 16L13.2586 11H14.8686ZM17.753 18.12C17.1997 18.12 16.663 18.0467 16.143 17.9C15.6297 17.7467 15.2164 17.55 14.903 17.31L15.453 16.09C15.753 16.31 16.1097 16.4867 16.523 16.62C16.9364 16.7533 17.3497 16.82 17.763 16.82C18.223 16.82 18.563 16.7533 18.783 16.62C19.003 16.48 19.113 16.2967 19.113 16.07C19.113 15.9033 19.0464 15.7667 18.913 15.66C18.7864 15.5467 18.6197 15.4567 18.413 15.39C18.213 15.3233 17.9397 15.25 17.593 15.17C17.0597 15.0433 16.623 14.9167 16.283 14.79C15.943 14.6633 15.6497 14.46 15.403 14.18C15.163 13.9 15.043 13.5267 15.043 13.06C15.043 12.6533 15.153 12.2867 15.373 11.96C15.593 11.6267 15.923 11.3633 16.363 11.17C16.8097 10.9767 17.353 10.88 17.993 10.88C18.4397 10.88 18.8764 10.9333 19.303 11.04C19.7297 11.1467 20.103 11.3 20.423 11.5L19.923 12.73C19.2764 12.3633 18.6297 12.18 17.983 12.18C17.5297 12.18 17.193 12.2533 16.973 12.4C16.7597 12.5467 16.653 12.74 16.653 12.98C16.653 13.22 16.7764 13.4 17.023 13.52C17.2764 13.6333 17.6597 13.7467 18.173 13.86C18.7064 13.9867 19.143 14.1133 19.483 14.24C19.823 14.3667 20.113 14.5667 20.353 14.84C20.5997 15.1133 20.723 15.4833 20.723 15.95C20.723 16.35 20.6097 16.7167 20.383 17.05C20.163 17.3767 19.8297 17.6367 19.383 17.83C18.9364 18.0233 18.393 18.12 17.753 18.12Z" })
9
+ });
10
+ //#endregion
11
+ export { n as Versus };
@@ -0,0 +1,30 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/krone_icons/Votebox.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [/* @__PURE__ */ (0, t.jsx)("mask", {
12
+ id: "mask0_167_6307",
13
+ style: { maskType: "alpha" },
14
+ maskUnits: "userSpaceOnUse",
15
+ x: "0",
16
+ y: "0",
17
+ width: "24",
18
+ height: "24",
19
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
20
+ width: "24",
21
+ height: "24",
22
+ fill: "#D9D9D9"
23
+ })
24
+ }), /* @__PURE__ */ (0, t.jsx)("g", {
25
+ mask: "url(#mask0_167_6307)",
26
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M5 22C4.45 22 3.97917 21.8041 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V15.45L5.75 12.325L7.175 13.75L5.175 16H18.825L16.875 13.8L18.3 12.375L21 15.45V20C21 20.55 20.8042 21.0208 20.4125 21.4125C20.0208 21.8041 19.55 22 19 22H5ZM5 20H19V18H5V20ZM10.625 14.375L7.1 10.85C6.71667 10.4666 6.52917 9.9958 6.5375 9.43747C6.54583 8.87913 6.74167 8.4083 7.125 8.02497L12.025 3.12497C12.4083 2.74163 12.8833 2.54163 13.45 2.52497C14.0167 2.5083 14.4917 2.69163 14.875 3.07497L18.4 6.59997C18.7833 6.9833 18.9833 7.44997 19 7.99997C19.0167 8.54997 18.8333 9.01663 18.45 9.39997L13.45 14.4C13.0667 14.7833 12.5958 14.9708 12.0375 14.9625C11.4792 14.9541 11.0083 14.7583 10.625 14.375ZM17 8.02497L13.475 4.49997L8.525 9.44997L12.05 12.975L17 8.02497Z" })
27
+ })]
28
+ });
29
+ //#endregion
30
+ export { n as Votebox };