@layers-app/shared 0.1.5 → 0.2.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 (468) hide show
  1. package/dist/assets/enitityIcons/flow.svg.js +5 -0
  2. package/dist/assets/enitityIcons/form.svg.js +5 -0
  3. package/dist/assets/enitityIcons/index.d.ts +5 -0
  4. package/dist/assets/enitityIcons/page.svg.js +5 -0
  5. package/dist/assets/enitityIcons/sprint.svg.js +5 -0
  6. package/dist/assets/fileTypes/archieve.svg.js +4 -0
  7. package/dist/assets/fileTypes/archives.svg.js +5 -0
  8. package/dist/assets/fileTypes/audio.svg.js +5 -0
  9. package/dist/assets/fileTypes/code.svg.js +5 -0
  10. package/dist/assets/fileTypes/diagram.svg.js +4 -0
  11. package/dist/assets/fileTypes/documents.svg.js +4 -0
  12. package/dist/assets/fileTypes/documentsStorage.svg.js +5 -0
  13. package/dist/assets/fileTypes/docx.svg.js +4 -0
  14. package/dist/assets/fileTypes/folder.svg.js +4 -0
  15. package/dist/assets/fileTypes/images.svg.js +5 -0
  16. package/dist/assets/fileTypes/media.svg.js +4 -0
  17. package/dist/assets/fileTypes/other.svg.js +4 -0
  18. package/dist/assets/fileTypes/other.svg2.js +5 -0
  19. package/dist/assets/fileTypes/pptx.svg.js +4 -0
  20. package/dist/assets/fileTypes/presentation.svg.js +4 -0
  21. package/dist/assets/fileTypes/sheet.svg.js +4 -0
  22. package/dist/assets/fileTypes/videos.svg.js +5 -0
  23. package/dist/assets/fileTypes/xlsx.svg.js +4 -0
  24. package/dist/assets/images/flags/es.svg.js +4 -0
  25. package/dist/assets/images/flags/ru.svg.js +4 -0
  26. package/dist/assets/images/flags/us.svg.js +4 -0
  27. package/dist/assets/images/person.png.js +4 -0
  28. package/dist/assets/images/person2.png.js +4 -0
  29. package/dist/assets/images/person3.png.js +4 -0
  30. package/dist/assets/images/person4.png.js +4 -0
  31. package/dist/assets/jsons/emoji-categorized.json.js +4 -0
  32. package/dist/assets/jsons/icons.min.json.d.ts +1 -1
  33. package/dist/assets/jsons/icons.min.json.js +4 -0
  34. package/dist/assets/layers-logo-full.svg.js +5 -0
  35. package/dist/assets/layers-logo-icon.svg.js +5 -0
  36. package/dist/assets/logo-copyright.svg.js +5 -0
  37. package/dist/assets/svg/alertMan.svg.js +7 -0
  38. package/dist/assets/svg/default_icon.svg.js +4 -0
  39. package/dist/assets/svg/discord-icon.svg.js +5 -0
  40. package/dist/assets/svg/discord.svg.js +5 -0
  41. package/dist/assets/svg/dog.svg.js +5 -0
  42. package/dist/assets/svg/layers-logo-full.svg.js +4 -0
  43. package/dist/assets/svg/noData/404.svg.js +9 -0
  44. package/dist/assets/svg/noData/500.svg.js +5 -0
  45. package/dist/assets/svg/noData/empty.svg.js +5 -0
  46. package/dist/assets/svg/noData/folder.svg.js +5 -0
  47. package/dist/assets/svg/noData/noAccess.svg.js +7 -0
  48. package/dist/assets/svg/noData/noAnswers.svg.js +5 -0
  49. package/dist/assets/svg/noData/noCloud.svg.js +5 -0
  50. package/dist/assets/svg/noData/noComments.svg.js +5 -0
  51. package/dist/assets/svg/noData/noData.svg.js +5 -0
  52. package/dist/assets/svg/noData/noFlows.svg.js +5 -0
  53. package/dist/assets/svg/noData/noForms.svg.js +5 -0
  54. package/dist/assets/svg/noData/noGroups.svg.js +17 -0
  55. package/dist/assets/svg/noData/noImage.svg.js +5 -0
  56. package/dist/assets/svg/noData/noMembers.svg.js +7 -0
  57. package/dist/assets/svg/noData/noNotifications.svg.js +5 -0
  58. package/dist/assets/svg/noData/noResults.svg.js +5 -0
  59. package/dist/assets/svg/noData/noSearchResults.svg.js +5 -0
  60. package/dist/assets/svg/noData/noTaskResults.svg.js +5 -0
  61. package/dist/assets/svg/noData/noTasks.svg.js +5 -0
  62. package/dist/assets/svg/noData/noWorkspaces.svg.js +7 -0
  63. package/dist/assets/svg/noData/trash.svg.js +7 -0
  64. package/dist/assets/svg/notSuccessMan.svg.js +7 -0
  65. package/dist/assets/svg/successMan.svg.js +5 -0
  66. package/dist/assets/svg/telegram-icon.svg.js +5 -0
  67. package/dist/assets/svg/telegram.svg.js +5 -0
  68. package/dist/components/AlertsBlock/index.js +53 -0
  69. package/dist/components/AnimationWrapper/index.js +15 -0
  70. package/dist/components/AppContainer/AppContainer.d.ts +1 -1
  71. package/dist/components/AppContainer/AppContainer.js +56 -0
  72. package/dist/components/AppContainer/AppContainer.module.css.js +15 -0
  73. package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -1
  74. package/dist/components/AppContainer/components/AppSidebarButton.js +44 -0
  75. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +52 -0
  76. package/dist/components/AppContainer/components/AppsSidebar/AppsSidebar.d.ts +1 -1
  77. package/dist/components/AppContainer/components/AppsSidebar/AppsSidebar.js +16 -0
  78. package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +67 -0
  79. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +80 -0
  80. package/dist/components/AppContainer/{Header.d.ts → components/Header.d.ts} +1 -1
  81. package/dist/components/AppContainer/components/Header.js +9 -0
  82. package/dist/components/AppContainer/components/Main.js +18 -0
  83. package/dist/components/AppContainer/components/NavbarContent.js +6 -0
  84. package/dist/components/AppContainer/components/RightSidebar.js +30 -0
  85. package/dist/components/AppContainer/components/SidebarToggleButton.js +27 -0
  86. package/dist/components/AppContainer/components/SlideAnimation.js +43 -0
  87. package/dist/components/AppContainer/components/ToolSidebar.d.ts +6 -2
  88. package/dist/components/AppContainer/components/ToolSidebar.js +84 -0
  89. package/dist/components/AppContainer/components/ToolbarNewButton.js +28 -0
  90. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +122 -0
  91. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +9 -0
  92. package/dist/components/AppContainer/components/menus/HelpMenu/WhatsNew.js +58 -0
  93. package/dist/components/AppContainer/components/menus/MoreMenu.js +42 -0
  94. package/dist/components/AppContainer/components/menus/UserMenu/MenuUserDropdown.d.ts +1 -1
  95. package/dist/components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js +44 -0
  96. package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
  97. package/dist/components/AppContainer/hooks/useAppContainer.js +60 -0
  98. package/dist/components/AppContainer/hooks/useAppContainerActionsStore.js +10 -0
  99. package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +37 -0
  100. package/dist/components/AppContainer/hooks/useAppContainerStore.d.ts +2 -3
  101. package/dist/components/AppContainer/hooks/useAppContainerStore.js +62 -0
  102. package/dist/components/AppContainer/hooks/useSetAppContainerLayout.d.ts +2 -0
  103. package/dist/components/AppContainer/hooks/useSetAppContainerLayout.js +10 -0
  104. package/dist/components/AppContainer/types.d.ts +8 -4
  105. package/dist/components/AppShell/AppShell.js +18 -0
  106. package/dist/components/AppShell/AppShell.module.css.js +19 -0
  107. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts +4 -2
  108. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.js +39 -0
  109. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.js +127 -0
  110. package/dist/components/AttachmentsGalleryModal/components/ErrorSection.js +14 -0
  111. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +69 -0
  112. package/dist/components/AttachmentsGalleryModal/components/ModalFooter.js +13 -0
  113. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +123 -0
  114. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +4 -1
  115. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +41 -0
  116. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +7 -0
  117. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +54 -0
  118. package/dist/components/AttachmentsGalleryModal/constants.d.ts +2 -1
  119. package/dist/components/AttachmentsGalleryModal/constants.js +21 -0
  120. package/dist/components/AttachmentsGalleryModal/helpers.d.ts +22 -0
  121. package/dist/components/AttachmentsGalleryModal/helpers.js +40 -0
  122. package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.js +35 -0
  123. package/dist/components/AttachmentsGalleryModal/hooks/useEmblaCarousel.js +49 -0
  124. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +28 -0
  125. package/dist/components/AttachmentsGalleryModal/hooks/usePanning.d.ts +10 -0
  126. package/dist/components/AttachmentsGalleryModal/hooks/usePanning.js +61 -0
  127. package/dist/components/AttachmentsGalleryModal/hooks/useZoomReset.js +16 -0
  128. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +29 -0
  129. package/dist/components/BottomDrawerWithoutHeader/index.js +75 -0
  130. package/dist/components/BouncingLogo/BouncingLogo.js +22 -0
  131. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +9 -0
  132. package/dist/components/CircleColorPicker/CircleColorPicker.js +72 -0
  133. package/dist/components/ColorPicker/ColorPicker.d.ts +1 -0
  134. package/dist/components/ColorPicker/ColorPicker.js +131 -0
  135. package/dist/components/ColorPicker/ColorPickerPopover.js +42 -0
  136. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts +1 -1
  137. package/dist/components/CommentComposer/CommentEditorHotkeys.js +61 -0
  138. package/dist/components/CommentComposer/index.d.ts +2 -1
  139. package/dist/components/CommentComposer/index.js +288 -0
  140. package/dist/components/CommentFilterMenu/index.js +92 -0
  141. package/dist/components/CommentsPanel/CommentsPanel.module.css.js +109 -0
  142. package/dist/components/CommentsPanel/components/CommentActionMenu.js +49 -0
  143. package/dist/components/CommentsPanel/components/CommentActions.js +151 -0
  144. package/dist/components/CommentsPanel/components/CommentPanelListItem.d.ts +2 -1
  145. package/dist/components/CommentsPanel/components/CommentPanelListItem.js +366 -0
  146. package/dist/components/CommentsPanel/components/CommentTabFilter.js +53 -0
  147. package/dist/components/CommentsPanel/components/CommentsEmptyPlaceholder.js +17 -0
  148. package/dist/components/CommentsPanel/components/CommentsFilterHeader.js +83 -0
  149. package/dist/components/CommentsPanel/components/CommentsListItemMenu.js +63 -0
  150. package/dist/components/CommentsPanel/components/CommentsPanelList.d.ts +2 -1
  151. package/dist/components/CommentsPanel/components/CommentsPanelList.js +74 -0
  152. package/dist/components/CommentsPanel/components/CommentsThreadReplyControls.js +108 -0
  153. package/dist/components/CommentsPanel/components/CommentsUploadFilesPreview.js +142 -0
  154. package/dist/components/CommentsPanel/components/Icon.js +29 -0
  155. package/dist/components/CommentsPanel/index.d.ts +2 -1
  156. package/dist/components/CommentsPanel/index.js +137 -0
  157. package/dist/components/CommentsPanel/store.js +32 -0
  158. package/dist/components/CommentsPanel/types.d.ts +5 -5
  159. package/dist/components/CommentsPanel/utils.js +189 -0
  160. package/dist/components/CommunitiesDialog/index.js +149 -0
  161. package/dist/components/CommunitiesDialog/styles.module.css.js +7 -0
  162. package/dist/components/Copyright/Copyright.module.css.js +7 -0
  163. package/dist/components/Copyright/index.d.ts +1 -2
  164. package/dist/components/Copyright/index.js +32 -0
  165. package/dist/components/CustomKBD/CustomKBD.module.css.js +7 -0
  166. package/dist/components/CustomKBD/index.js +40 -0
  167. package/dist/components/EmojiPicker/EmojiPanel.d.ts +1 -1
  168. package/dist/components/EmojiPicker/EmojiPanel.js +273 -0
  169. package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -0
  170. package/dist/components/EmojiPicker/EmojiPicker.js +222 -0
  171. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +13 -0
  172. package/dist/components/EmojiPicker/IconsPanel.js +267 -0
  173. package/dist/components/EmojiPicker/constants.js +36 -0
  174. package/dist/components/EmojiPicker/custom-icons/StatusCancel.js +37 -0
  175. package/dist/components/EmojiPicker/custom-icons/StatusDone.js +29 -0
  176. package/dist/components/EmojiPicker/custom-icons/StatusProgress00.js +17 -0
  177. package/dist/components/EmojiPicker/custom-icons/StatusProgress10.js +20 -0
  178. package/dist/components/EmojiPicker/custom-icons/StatusProgress100.js +20 -0
  179. package/dist/components/EmojiPicker/custom-icons/StatusProgress20.js +26 -0
  180. package/dist/components/EmojiPicker/custom-icons/StatusProgress30.js +26 -0
  181. package/dist/components/EmojiPicker/custom-icons/StatusProgress40.js +26 -0
  182. package/dist/components/EmojiPicker/custom-icons/StatusProgress50.js +26 -0
  183. package/dist/components/EmojiPicker/custom-icons/StatusProgress60.js +26 -0
  184. package/dist/components/EmojiPicker/custom-icons/StatusProgress70.js +26 -0
  185. package/dist/components/EmojiPicker/custom-icons/StatusProgress80.js +26 -0
  186. package/dist/components/EmojiPicker/custom-icons/StatusProgress90.js +26 -0
  187. package/dist/components/EmojiPicker/custom-icons/customIcons.js +99 -0
  188. package/dist/components/EmojiPicker/getIconsList.d.ts +11 -0
  189. package/dist/components/EmojiPicker/getIconsList.js +32 -0
  190. package/dist/components/EmojiPicker/getRandomIcon.d.ts +1 -0
  191. package/dist/components/EmojiPicker/getRandomIcon.js +10 -0
  192. package/dist/components/EntityIcon.d.ts +2 -0
  193. package/dist/components/EntityIcon.js +95 -0
  194. package/dist/components/EntityTitle/EntityTitle.js +86 -0
  195. package/dist/components/EntityTitle/EntityTitle.module.css.js +9 -0
  196. package/dist/components/ErrorAlert/index.js +20 -0
  197. package/dist/components/ErrorPage/components/Error403.js +51 -0
  198. package/dist/components/ErrorPage/components/Error404.js +5 -0
  199. package/dist/components/ErrorPage/components/Error406.js +47 -0
  200. package/dist/components/ErrorPage/components/Error500.js +58 -0
  201. package/dist/components/ErrorPage/components/ErrorUndefined.js +44 -0
  202. package/dist/components/ErrorPage/index.js +25 -0
  203. package/dist/components/FilePicker/FilePicker.js +242 -0
  204. package/dist/components/FilePicker/FilePicker.module.css.js +13 -0
  205. package/dist/components/FilePicker/FilePickerGallery.js +38 -0
  206. package/dist/components/FilePicker/FilePickerGiphy.js +91 -0
  207. package/dist/components/FilePicker/FilePickerLink.js +48 -0
  208. package/dist/components/FilePicker/FilePickerSkeletonLoader.js +9 -0
  209. package/dist/components/FilePicker/FilePickerUnsplash.js +95 -0
  210. package/dist/components/FilePicker/FilePickerUpload.js +86 -0
  211. package/dist/components/FilePicker/api/giphyApi.js +26 -0
  212. package/dist/components/FilePicker/api/unsplashApi.js +29 -0
  213. package/dist/components/FilePicker/types.d.ts +1 -0
  214. package/dist/components/FormViewer/FormViewer.js +42 -0
  215. package/dist/components/FormViewer/FormViewer.module.css.js +37 -0
  216. package/dist/components/FormViewer/components/AllSlidesLayout.js +24 -0
  217. package/dist/components/FormViewer/components/Container.js +27 -0
  218. package/dist/components/FormViewer/components/ListFocusBox.js +22 -0
  219. package/dist/components/FormViewer/components/NavControls.js +58 -0
  220. package/dist/components/FormViewer/components/Navigation/Navigation.js +37 -0
  221. package/dist/components/FormViewer/components/OneSlideLayput.js +133 -0
  222. package/dist/components/FormViewer/components/Step.js +225 -0
  223. package/dist/components/FormViewer/components/StepDescription.js +73 -0
  224. package/dist/components/FormViewer/components/StepTitle.js +118 -0
  225. package/dist/components/FormViewer/components/fields/AddOptionButton.js +24 -0
  226. package/dist/components/FormViewer/components/fields/ButtonField/ButtonField.js +63 -0
  227. package/dist/components/FormViewer/components/fields/ButtonField/InnerButton.js +70 -0
  228. package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceCard.js +35 -0
  229. package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceField.js +135 -0
  230. package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.js +37 -0
  231. package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceField.js +93 -0
  232. package/dist/components/FormViewer/components/fields/ConfirmButton.js +49 -0
  233. package/dist/components/FormViewer/components/fields/ConfirmField.js +21 -0
  234. package/dist/components/FormViewer/components/fields/DateField.js +31 -0
  235. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.js +81 -0
  236. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +7 -0
  237. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.js +117 -0
  238. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +7 -0
  239. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.js +70 -0
  240. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +7 -0
  241. package/dist/components/FormViewer/components/fields/EmailField.js +26 -0
  242. package/dist/components/FormViewer/components/fields/LocationField.js +27 -0
  243. package/dist/components/FormViewer/components/fields/LongTextField.js +48 -0
  244. package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceCard.js +38 -0
  245. package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceField.js +152 -0
  246. package/dist/components/FormViewer/components/fields/NumberField.js +28 -0
  247. package/dist/components/FormViewer/components/fields/PhoneField.js +24 -0
  248. package/dist/components/FormViewer/components/fields/ProgressLine.js +30 -0
  249. package/dist/components/FormViewer/components/fields/RatingField.js +33 -0
  250. package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +154 -0
  251. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.js +110 -0
  252. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +15 -0
  253. package/dist/components/FormViewer/components/fields/SliderField.js +31 -0
  254. package/dist/components/FormViewer/components/fields/StartButton.js +34 -0
  255. package/dist/components/FormViewer/components/fields/StartField.js +21 -0
  256. package/dist/components/FormViewer/components/fields/TextField.js +31 -0
  257. package/dist/components/FormViewer/components/fields/UploadField/UploadField.js +155 -0
  258. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.js +62 -0
  259. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +7 -0
  260. package/dist/components/FormViewer/components/fields/YesNoField.js +37 -0
  261. package/dist/components/FormViewer/constants/defaultTheme.js +41 -0
  262. package/dist/components/FormViewer/helpers/conditions.d.ts +1 -1
  263. package/dist/components/FormViewer/helpers/conditions.js +43 -0
  264. package/dist/components/FormViewer/helpers/controls.js +79 -0
  265. package/dist/components/FormViewer/helpers/cssScoping.js +10 -0
  266. package/dist/components/FormViewer/helpers/helpers.d.ts +1 -1
  267. package/dist/components/FormViewer/helpers/helpers.js +9 -0
  268. package/dist/components/FormViewer/helpers/slides.js +35 -0
  269. package/dist/components/FormViewer/helpers/staticClasses.js +48 -0
  270. package/dist/components/FormViewer/helpers/steps.d.ts +1 -1
  271. package/dist/components/FormViewer/helpers/steps.js +55 -0
  272. package/dist/components/FormViewer/helpers/themeUtils.js +8 -0
  273. package/dist/components/FormViewer/helpers/validation.js +87 -0
  274. package/dist/components/FormViewer/hooks/useActiveControl.js +9 -0
  275. package/dist/components/FormViewer/hooks/useActiveStep.d.ts +1 -1
  276. package/dist/components/FormViewer/hooks/useActiveStep.js +9 -0
  277. package/dist/components/FormViewer/hooks/useCreateFormContext.js +78 -0
  278. package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +132 -0
  279. package/dist/components/FormViewer/hooks/useFormMobile.js +15 -0
  280. package/dist/components/FormViewer/hooks/useInterpolateText.js +57 -0
  281. package/dist/components/FormViewer/store/formStore.d.ts +6 -6
  282. package/dist/components/FormViewer/store/formStore.js +84 -0
  283. package/dist/components/FormViewer/store/formStoreApi.d.ts +3 -3
  284. package/dist/components/FormViewer/store/formStoreApi.js +383 -0
  285. package/dist/components/FormViewer/store/selectors.d.ts +342 -342
  286. package/dist/components/FormViewer/store/selectors.js +98 -0
  287. package/dist/components/FormViewer/types/form.js +40 -0
  288. package/dist/components/FormViewer/types/schemes.d.ts +22 -22
  289. package/dist/components/FormViewer/types/schemes.js +314 -0
  290. package/dist/components/ImageModal/ImageModal.js +165 -0
  291. package/dist/components/LanguagePicker/LanguagePicker.js +41 -0
  292. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +7 -0
  293. package/dist/components/Loaders/BaseLoader.js +8 -0
  294. package/dist/components/Loaders/styles.module.css.js +9 -0
  295. package/dist/components/Logotype.js +40 -0
  296. package/dist/components/NavMenu/NavMenu.d.ts +4 -2
  297. package/dist/components/NavMenu/NavMenu.js +98 -0
  298. package/dist/components/NavMenu/NavMenu.module.css.js +23 -0
  299. package/dist/components/NavMenu/components/DnDItem.js +44 -0
  300. package/dist/components/NavMenu/components/DnDProvider.js +64 -0
  301. package/dist/components/NavMenu/components/DraggableOverlay.js +18 -0
  302. package/dist/components/NavMenu/components/NavMenuActionIcon.js +27 -0
  303. package/dist/components/NavMenu/components/NavMenuItem.d.ts +5 -0
  304. package/dist/components/NavMenu/components/NavMenuItem.js +179 -0
  305. package/dist/components/NavMenu/components/NavMenuLabel.js +18 -0
  306. package/dist/components/NavMenu/store.d.ts +12 -2
  307. package/dist/components/NavMenu/store.js +61 -0
  308. package/dist/components/NavMenu/types.d.ts +10 -3
  309. package/dist/components/NavbarResizer/NavbarResizer.js +42 -0
  310. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +7 -0
  311. package/dist/components/NewColorPicker/components/Pallete.js +46 -0
  312. package/dist/components/NewColorPicker/components/Target.js +47 -0
  313. package/dist/components/NewColorPicker/index.js +92 -0
  314. package/dist/components/NoData/NoData.js +103 -0
  315. package/dist/components/NoData/NoData.module.css.js +7 -0
  316. package/dist/components/NotFound/NoFound.js +65 -0
  317. package/dist/components/NotPublicPanel/NotPublicPanel.js +53 -0
  318. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +19 -0
  319. package/dist/components/Notification/Notification.js +117 -0
  320. package/dist/components/Notification/Notification.module.css.js +7 -0
  321. package/dist/components/Notification/NotificationCard.js +92 -0
  322. package/dist/components/OnBoarding/OnBoardingPage.js +80 -0
  323. package/dist/components/OnBoarding/ProjectBoard.js +141 -0
  324. package/dist/components/OnBoarding/StepsNavBar.js +21 -0
  325. package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.js +42 -0
  326. package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.js +51 -0
  327. package/dist/components/OnBoarding/steps/CreateFirstProject.js +45 -0
  328. package/dist/components/OnBoarding/steps/DefineStatuses/DefineStatusesNav.js +42 -0
  329. package/dist/components/OnBoarding/steps/DefineStatuses/StatusBadge.js +22 -0
  330. package/dist/components/OnBoarding/steps/DefineStatuses/StatusesListBoard.js +217 -0
  331. package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsBoard.js +16 -0
  332. package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsNav.js +56 -0
  333. package/dist/components/OnBoarding/steps/DifferentLayouts/KanbanLayout.js +272 -0
  334. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +9 -0
  335. package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.js +86 -0
  336. package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.js +26 -0
  337. package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.js +61 -0
  338. package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.js +42 -0
  339. package/dist/components/OnBoarding/steps/StartedStep.js +71 -0
  340. package/dist/components/OnBoarding/steps/Wrapper.js +49 -0
  341. package/dist/components/OnBoarding/steps/styles.module.css.js +17 -0
  342. package/dist/components/OnBoarding/styles.module.css.js +15 -0
  343. package/dist/components/PaymentCancel/PaymentCancel.js +41 -0
  344. package/dist/components/PaymentError/PaymentError.js +41 -0
  345. package/dist/components/PaymentSuccess/PaymentSuccess.js +41 -0
  346. package/dist/components/PinModal/PinModal.js +90 -0
  347. package/dist/components/PinModal/slice.js +28 -0
  348. package/dist/components/ProjectIcon/ProjectIcon.d.ts +1 -0
  349. package/dist/components/ProjectIcon/ProjectIcon.js +88 -0
  350. package/dist/components/SearchFilters/SearchFilters.js +37 -0
  351. package/dist/components/SearchFilters/SearchFilters.module.css.js +9 -0
  352. package/dist/components/SearchFilters/components/DateFilter.js +199 -0
  353. package/dist/components/SearchFilters/components/SearchHelp.js +121 -0
  354. package/dist/components/SearchFilters/components/Sort.js +99 -0
  355. package/dist/components/SearchFilters/components/Type.js +124 -0
  356. package/dist/components/SortableList/SortableList.js +44 -0
  357. package/dist/components/SortableList/components/SortableItem/SortableItem.js +82 -0
  358. package/dist/components/StorageUsageEntityList/StorageEntityItem.js +62 -0
  359. package/dist/components/StorageUsageEntityList/StorageUsageEntityList.js +27 -0
  360. package/dist/components/StorageUsageProgress/index.js +52 -0
  361. package/dist/components/SubmitModal/index.js +12 -0
  362. package/dist/components/ThemeIndicator/index.js +21 -0
  363. package/dist/components/UserAvatar/index.d.ts +3 -2
  364. package/dist/components/UserAvatar/index.js +22 -0
  365. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +22 -0
  366. package/dist/components/WorkspaceMenu/WorkspaceItem.js +41 -0
  367. package/dist/components/WorkspaceMenu/WorkspaceMenu.js +211 -0
  368. package/dist/components/modals/RemoveConfirmModal.d.ts +8 -1
  369. package/dist/components/modals/RemoveConfirmModal.js +68 -0
  370. package/dist/components/table/FrontTable.js +21 -0
  371. package/dist/components/table/api.js +248 -0
  372. package/dist/components/table/components/Table.js +139 -0
  373. package/dist/components/table/components/TableAggregation.js +31 -0
  374. package/dist/components/table/components/TableCell.js +55 -0
  375. package/dist/components/table/components/TableHeaderCell.js +159 -0
  376. package/dist/components/table/components/TableHeaders.js +99 -0
  377. package/dist/components/table/components/TableMenu.js +59 -0
  378. package/dist/components/table/components/TablePagination.js +52 -0
  379. package/dist/components/table/components/TablePanel.js +26 -0
  380. package/dist/components/table/components/TableRow.js +85 -0
  381. package/dist/components/table/components/TableRows.js +66 -0
  382. package/dist/components/table/components/TableSearch.js +32 -0
  383. package/dist/components/table/components/TableSkeleton.js +60 -0
  384. package/dist/components/table/components/TableTitle.js +26 -0
  385. package/dist/components/table/constants.js +28 -0
  386. package/dist/components/table/export.js +58 -0
  387. package/dist/components/table/helpers/columns.js +198 -0
  388. package/dist/components/table/helpers/formatters.js +65 -0
  389. package/dist/components/table/hooks/TableProvider.js +62 -0
  390. package/dist/components/table/hooks/useColumnsResizing.js +51 -0
  391. package/dist/components/table/hooks/useCreateTable.js +9 -0
  392. package/dist/components/table/hooks/useSaveRowCount.js +9 -0
  393. package/dist/components/table/hooks/useSorting.js +36 -0
  394. package/dist/components/table/hooks/useTableStore.js +6 -0
  395. package/dist/components/table/selectors.js +203 -0
  396. package/dist/components/table/store.js +65 -0
  397. package/dist/components/table/types.js +17 -0
  398. package/dist/constants.js +19 -0
  399. package/dist/helpers/combineStatuses.js +5 -0
  400. package/dist/helpers/dates.js +15 -0
  401. package/dist/helpers/download.js +17 -0
  402. package/dist/helpers/feature.js +7 -0
  403. package/dist/helpers/fileUtils.js +33 -0
  404. package/dist/helpers/filterHierarchyByTypes.js +13 -0
  405. package/dist/helpers/formatBytes.js +8 -0
  406. package/dist/helpers/generateLink.js +9 -0
  407. package/dist/helpers/getFileIcons.js +42 -0
  408. package/dist/helpers/getFileType.d.ts +1 -1
  409. package/dist/helpers/getFileType.js +40 -0
  410. package/dist/helpers/getPartOfTheDay.js +12 -0
  411. package/dist/helpers/getRandomIconColor.js +17 -0
  412. package/dist/helpers/hotjar.d.ts +9 -0
  413. package/dist/helpers/hotjar.js +19 -0
  414. package/dist/helpers/isAppMode.js +4 -0
  415. package/dist/helpers/pickRandomEmoji.d.ts +1 -0
  416. package/dist/helpers/pickRandomEmoji.js +12 -0
  417. package/dist/helpers/showNotifications.js +72 -0
  418. package/dist/helpers/themeUtils.js +5 -0
  419. package/dist/helpers/validation.js +38 -0
  420. package/dist/hooks/useAsyncStatus.d.ts +8 -0
  421. package/dist/hooks/useAsyncStatus.js +26 -0
  422. package/dist/hooks/useDateFnsLocale.js +13 -0
  423. package/dist/hooks/useDateUtils.js +33 -0
  424. package/dist/hooks/useDisableWindowScroll.js +24 -0
  425. package/dist/hooks/useEvent.js +12 -0
  426. package/dist/hooks/useFormatDistance.js +17 -0
  427. package/dist/hooks/useMenu.js +9 -0
  428. package/dist/hooks/useNumberQueryParam.js +14 -0
  429. package/dist/hooks/useOAuthErrorParams.js +16 -0
  430. package/dist/hooks/useOutsideClick.js +21 -0
  431. package/dist/hooks/useSwipeDetect.js +21 -0
  432. package/dist/index.css +1 -0
  433. package/dist/index.d.ts +70 -76
  434. package/dist/index.js +397 -259
  435. package/dist/lang/locales/ui_en.json.d.ts +6 -5
  436. package/dist/lang/locales/ui_en.json.js +19 -0
  437. package/dist/lang/locales/ui_es.json.d.ts +2 -1
  438. package/dist/lang/locales/ui_es.json.js +19 -0
  439. package/dist/lang/locales/ui_ru.json.d.ts +2 -1
  440. package/dist/lang/locales/ui_ru.json.js +19 -0
  441. package/dist/store/accessOptionsControl.js +10 -0
  442. package/dist/store/discordDialogStore.js +14 -0
  443. package/dist/store/onboarding.js +53 -0
  444. package/dist/store/plansModal.js +13 -0
  445. package/dist/store/searchModal.js +13 -0
  446. package/dist/store/timezoneStore.js +19 -0
  447. package/dist/store/workspacesOrder.js +17 -0
  448. package/dist/utils/formatStorage.js +8 -0
  449. package/dist/utils/getPlanBadgeColor.js +17 -0
  450. package/dist/utils/queryParams.js +15 -0
  451. package/docs/README.md +486 -0
  452. package/package.json +32 -11
  453. package/dist/KanbanLayout-BnHAvyHl.js +0 -297
  454. package/dist/components/AppContainer/hooks/useHideHeader.d.ts +0 -1
  455. package/dist/components/AppContainer/hooks/useHideSidebar.d.ts +0 -1
  456. package/dist/components/AppTour/AppTour.d.ts +0 -7
  457. package/dist/components/AppTour/FinishModal.d.ts +0 -1
  458. package/dist/components/AppTour/HelloModal.d.ts +0 -1
  459. package/dist/components/AppTour/hooks/useAppTour.d.ts +0 -2
  460. package/dist/components/AppTour/index.d.ts +0 -4
  461. package/dist/components/AppTour/types.d.ts +0 -17
  462. package/dist/emoji-categorized-CRsMUQyD.js +0 -4
  463. package/dist/helpers/pickRandomIcon.d.ts +0 -1
  464. package/dist/helpers/token.d.ts +0 -3
  465. package/dist/icons.min-wo13YUY4.js +0 -4
  466. package/dist/index-BawytWAK.js +0 -96715
  467. package/dist/index.umd.cjs +0 -356
  468. /package/dist/components/AppContainer/{Main.d.ts → components/Main.d.ts} +0 -0
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 90 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("g", { clipPath: "url(#clip0_176_196)" }, /* @__PURE__ */ C.createElement("path", { d: "M28.9942 16.0412C28.9942 18.0096 28.9795 19.978 28.9997 21.9446C29.0162 23.5531 28.3244 24.6963 26.9058 25.4942C23.4776 27.4208 20.066 29.3747 16.6691 31.354C15.2064 32.2064 13.8227 32.221 12.3527 31.3631C8.93005 29.3674 5.48723 27.4063 2.03523 25.4615C0.680856 24.6982 0.00367038 23.584 0 22.0591C0 18.0023 0 13.9456 0.00917596 9.88881C0.0128463 8.43478 0.658834 7.34243 1.9398 6.6136C5.46337 4.60885 8.99061 2.61137 12.4995 0.582989C13.8814 -0.216731 15.1972 -0.18038 16.5644 0.610252C20.0201 2.60773 23.4886 4.58704 26.9626 6.55544C28.3042 7.31517 29.0034 8.4166 28.996 9.95788C28.9869 11.9863 28.9942 14.0146 28.996 16.043L28.9942 16.0412ZM13.3327 29.1857C13.3327 25.2816 13.3143 21.5938 13.3474 17.9042C13.3547 17.0463 13.0556 16.5119 12.2921 16.0866C9.49896 14.5326 6.73699 12.9223 3.96218 11.3374C3.47218 11.0575 2.97301 10.7958 2.3729 10.4686C2.3729 14.3618 2.38942 18.1059 2.36006 21.8483C2.35272 22.6534 2.67755 23.1278 3.36207 23.5095C5.9919 24.9817 8.59971 26.4903 11.2167 27.9843C11.8682 28.3551 12.5215 28.724 13.3345 29.1839L13.3327 29.1857ZM26.5607 22.8824C26.5846 22.588 26.6066 22.4426 26.6066 22.2954C26.6085 18.2077 26.5993 14.1201 26.6213 10.0324C26.625 9.33992 26.3497 8.90916 25.7569 8.57291C22.2022 6.55907 18.6602 4.52706 15.111 2.50595C14.9458 2.41144 14.7513 2.36963 14.4999 2.27876C14.4999 3.64737 14.5421 4.91783 14.4833 6.18648C14.4521 6.86806 14.7237 7.21157 15.2982 7.52237C16.9058 8.39298 18.462 9.35809 20.0752 10.2196C21.67 11.0702 22.415 12.3225 22.3582 14.1255C22.2994 16.0303 22.3251 17.9405 22.3655 19.8471C22.371 20.1452 22.5619 20.5651 22.8023 20.7141C23.986 21.452 25.2174 22.1173 26.5626 22.8824H26.5607ZM7.85829 5.96292C7.85829 7.44785 7.88949 8.74558 7.84361 10.0397C7.82343 10.6286 8.00144 10.9684 8.52997 11.2592C10.2128 12.1807 11.8443 13.1931 13.5364 14.0982C15.0467 14.9052 15.7239 16.1121 15.7001 17.786C15.6725 19.6908 15.6836 21.5974 15.7074 23.504C15.7111 23.8021 15.7845 24.2456 15.9864 24.3728C17.2361 25.1616 18.5318 25.8814 19.9027 26.6757C19.9357 26.403 19.9669 26.2631 19.9669 26.1249C19.9669 22.01 19.9889 17.8969 19.932 13.7838C19.9265 13.3385 19.5632 12.7569 19.1851 12.4879C18.273 11.8372 17.2545 11.3338 16.2763 10.774C13.5327 9.20542 10.7873 7.6387 7.85829 5.96655V5.96292Z", fill: "currentColor" }), /* @__PURE__ */ C.createElement("path", { d: "M45.3164 21.251V23H38.8916V21.251H45.3164ZM39.5068 10.2031V23H37.3008V10.2031H39.5068ZM52.1719 21.0928V16.5576C52.1719 16.2178 52.1104 15.9248 51.9873 15.6787C51.8643 15.4326 51.6768 15.2422 51.4248 15.1074C51.1787 14.9727 50.8682 14.9053 50.4932 14.9053C50.1475 14.9053 49.8486 14.9639 49.5967 15.0811C49.3447 15.1982 49.1484 15.3564 49.0078 15.5557C48.8672 15.7549 48.7969 15.9805 48.7969 16.2324H46.6875C46.6875 15.8574 46.7783 15.4941 46.96 15.1426C47.1416 14.791 47.4053 14.4775 47.751 14.2021C48.0967 13.9268 48.5098 13.71 48.9902 13.5518C49.4707 13.3936 50.0098 13.3145 50.6074 13.3145C51.3223 13.3145 51.9551 13.4346 52.5059 13.6748C53.0625 13.915 53.499 14.2783 53.8154 14.7646C54.1377 15.2451 54.2988 15.8486 54.2988 16.5752V20.8027C54.2988 21.2363 54.3281 21.626 54.3867 21.9717C54.4512 22.3115 54.542 22.6074 54.6592 22.8594V23H52.4883C52.3887 22.7715 52.3096 22.4814 52.251 22.1299C52.1982 21.7725 52.1719 21.4268 52.1719 21.0928ZM52.4795 17.2168L52.4971 18.5264H50.9766C50.584 18.5264 50.2383 18.5645 49.9395 18.6406C49.6406 18.7109 49.3916 18.8164 49.1924 18.957C48.9932 19.0977 48.8438 19.2676 48.7441 19.4668C48.6445 19.666 48.5947 19.8916 48.5947 20.1436C48.5947 20.3955 48.6533 20.627 48.7705 20.8379C48.8877 21.043 49.0576 21.2041 49.2803 21.3213C49.5088 21.4385 49.7842 21.4971 50.1064 21.4971C50.54 21.4971 50.918 21.4092 51.2402 21.2334C51.5684 21.0518 51.8262 20.832 52.0137 20.5742C52.2012 20.3105 52.3008 20.0615 52.3125 19.8271L52.998 20.7676C52.9277 21.0078 52.8076 21.2656 52.6377 21.541C52.4678 21.8164 52.2451 22.0801 51.9697 22.332C51.7002 22.5781 51.375 22.7803 50.9941 22.9385C50.6191 23.0967 50.1855 23.1758 49.6934 23.1758C49.0723 23.1758 48.5186 23.0527 48.0322 22.8066C47.5459 22.5547 47.165 22.2178 46.8896 21.7959C46.6143 21.3682 46.4766 20.8848 46.4766 20.3457C46.4766 19.8418 46.5703 19.3965 46.7578 19.0098C46.9512 18.6172 47.2324 18.2891 47.6016 18.0254C47.9766 17.7617 48.4336 17.5625 48.9727 17.4277C49.5117 17.2871 50.127 17.2168 50.8184 17.2168H52.4795ZM59.1328 21.9629L61.7168 13.4902H63.9844L60.1699 24.4502C60.082 24.6846 59.9678 24.9395 59.8271 25.2148C59.6865 25.4902 59.502 25.751 59.2734 25.9971C59.0508 26.249 58.7725 26.4512 58.4385 26.6035C58.1045 26.7617 57.7002 26.8408 57.2256 26.8408C57.0381 26.8408 56.8564 26.8232 56.6807 26.7881C56.5107 26.7588 56.3496 26.7266 56.1973 26.6914L56.1885 25.0742C56.2471 25.0801 56.3174 25.0859 56.3994 25.0918C56.4873 25.0977 56.5576 25.1006 56.6104 25.1006C56.9619 25.1006 57.2549 25.0566 57.4893 24.9688C57.7236 24.8867 57.9141 24.752 58.0605 24.5645C58.2129 24.377 58.3418 24.125 58.4473 23.8086L59.1328 21.9629ZM57.6738 13.4902L59.9326 20.6094L60.3105 22.8418L58.8428 23.2197L55.3887 13.4902H57.6738ZM69.2666 23.1758C68.5635 23.1758 67.9277 23.0615 67.3594 22.833C66.7969 22.5986 66.3164 22.2734 65.918 21.8574C65.5254 21.4414 65.2236 20.9521 65.0127 20.3896C64.8018 19.8271 64.6963 19.2207 64.6963 18.5703V18.2188C64.6963 17.4746 64.8047 16.8008 65.0215 16.1973C65.2383 15.5938 65.54 15.0781 65.9268 14.6504C66.3135 14.2168 66.7705 13.8857 67.2979 13.6572C67.8252 13.4287 68.3965 13.3145 69.0117 13.3145C69.6914 13.3145 70.2861 13.4287 70.7959 13.6572C71.3057 13.8857 71.7275 14.208 72.0615 14.624C72.4014 15.0342 72.6533 15.5234 72.8174 16.0918C72.9873 16.6602 73.0723 17.2871 73.0723 17.9727V18.8779H65.7246V17.3574H70.9805V17.1904C70.9688 16.8096 70.8926 16.4521 70.752 16.1182C70.6172 15.7842 70.4092 15.5146 70.1279 15.3096C69.8467 15.1045 69.4717 15.002 69.0029 15.002C68.6514 15.002 68.3379 15.0781 68.0625 15.2305C67.793 15.377 67.5674 15.5908 67.3857 15.8721C67.2041 16.1533 67.0635 16.4932 66.9639 16.8916C66.8701 17.2842 66.8232 17.7266 66.8232 18.2188V18.5703C66.8232 18.9863 66.8789 19.373 66.9902 19.7305C67.1074 20.082 67.2773 20.3896 67.5 20.6533C67.7227 20.917 67.9922 21.125 68.3086 21.2773C68.625 21.4238 68.9854 21.4971 69.3896 21.4971C69.8994 21.4971 70.3535 21.3945 70.752 21.1895C71.1504 20.9844 71.4961 20.6943 71.7891 20.3193L72.9053 21.4004C72.7002 21.6992 72.4336 21.9863 72.1055 22.2617C71.7773 22.5312 71.376 22.751 70.9014 22.9209C70.4326 23.0908 69.8877 23.1758 69.2666 23.1758ZM76.8516 15.3008V23H74.7334V13.4902H76.7549L76.8516 15.3008ZM79.7607 13.4287L79.7432 15.3975C79.6143 15.374 79.4736 15.3564 79.3213 15.3447C79.1748 15.333 79.0283 15.3271 78.8818 15.3271C78.5186 15.3271 78.1992 15.3799 77.9238 15.4854C77.6484 15.585 77.417 15.7314 77.2295 15.9248C77.0479 16.1123 76.9072 16.3408 76.8076 16.6104C76.708 16.8799 76.6494 17.1816 76.6318 17.5156L76.1484 17.5508C76.1484 16.9531 76.207 16.3994 76.3242 15.8896C76.4414 15.3799 76.6172 14.9316 76.8516 14.5449C77.0918 14.1582 77.3906 13.8564 77.748 13.6396C78.1113 13.4229 78.5303 13.3145 79.0049 13.3145C79.1338 13.3145 79.2715 13.3262 79.418 13.3496C79.5703 13.373 79.6846 13.3994 79.7607 13.4287ZM86.4229 20.4248C86.4229 20.2139 86.3701 20.0234 86.2646 19.8535C86.1592 19.6777 85.957 19.5195 85.6582 19.3789C85.3652 19.2383 84.9316 19.1094 84.3574 18.9922C83.8535 18.8809 83.3906 18.749 82.9688 18.5967C82.5527 18.4385 82.1953 18.248 81.8965 18.0254C81.5977 17.8027 81.3662 17.5391 81.2021 17.2344C81.0381 16.9297 80.9561 16.5781 80.9561 16.1797C80.9561 15.793 81.041 15.4268 81.2109 15.0811C81.3809 14.7354 81.624 14.4307 81.9404 14.167C82.2568 13.9033 82.6406 13.6953 83.0918 13.543C83.5488 13.3906 84.0586 13.3145 84.6211 13.3145C85.418 13.3145 86.1006 13.4492 86.6689 13.7188C87.2432 13.9824 87.6826 14.3428 87.9873 14.7998C88.292 15.251 88.4443 15.7607 88.4443 16.3291H86.3262C86.3262 16.0771 86.2617 15.8428 86.1328 15.626C86.0098 15.4033 85.8223 15.2246 85.5703 15.0898C85.3184 14.9492 85.002 14.8789 84.6211 14.8789C84.2578 14.8789 83.9561 14.9375 83.7158 15.0547C83.4814 15.166 83.3057 15.3125 83.1885 15.4941C83.0771 15.6758 83.0215 15.875 83.0215 16.0918C83.0215 16.25 83.0508 16.3936 83.1094 16.5225C83.1738 16.6455 83.2793 16.7598 83.4258 16.8652C83.5723 16.9648 83.7715 17.0586 84.0234 17.1465C84.2812 17.2344 84.6035 17.3193 84.9902 17.4014C85.7168 17.5537 86.3408 17.75 86.8623 17.9902C87.3896 18.2246 87.7939 18.5293 88.0752 18.9043C88.3564 19.2734 88.4971 19.7422 88.4971 20.3105C88.4971 20.7324 88.4062 21.1191 88.2246 21.4707C88.0488 21.8164 87.791 22.1182 87.4512 22.376C87.1113 22.6279 86.7041 22.8242 86.2295 22.9648C85.7607 23.1055 85.2334 23.1758 84.6475 23.1758C83.7861 23.1758 83.0566 23.0234 82.459 22.7188C81.8613 22.4082 81.4072 22.0127 81.0967 21.5322C80.792 21.0459 80.6396 20.542 80.6396 20.0205H82.6875C82.7109 20.4131 82.8193 20.7266 83.0127 20.9609C83.2119 21.1895 83.458 21.3564 83.751 21.4619C84.0498 21.5615 84.3574 21.6113 84.6738 21.6113C85.0547 21.6113 85.374 21.5615 85.6318 21.4619C85.8896 21.3564 86.0859 21.2158 86.2207 21.04C86.3555 20.8584 86.4229 20.6533 86.4229 20.4248Z", fill: "currentColor" })), /* @__PURE__ */ C.createElement("defs", null, /* @__PURE__ */ C.createElement("clipPath", { id: "clip0_176_196" }, /* @__PURE__ */ C.createElement("rect", { width: 90, height: 32, fill: "currentColor" }))));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M44.9277 24.1827C44.9277 27.0249 44.9065 29.867 44.9357 32.7064C44.9594 35.0289 43.9605 36.6796 41.9123 37.8317C36.9624 40.6135 32.0365 43.4347 27.1317 46.2925C25.0198 47.5232 23.0219 47.5443 20.8994 46.3056C15.9575 43.4241 10.9866 40.5924 6.00233 37.7844C4.04679 36.6823 3.06902 35.0736 3.06372 32.8718C3.06372 27.0144 3.06372 21.1569 3.07697 15.2994C3.08227 13.2 4.015 11.6228 5.86454 10.5705C10.9522 7.67584 16.0451 4.79172 21.1114 1.86301C23.1067 0.708307 25.0066 0.760794 26.9807 1.90237C31.9702 4.78647 36.9784 7.64434 41.9944 10.4864C43.9313 11.5834 44.941 13.1737 44.9303 15.3992C44.9171 18.3279 44.9277 21.2566 44.9303 24.1853L44.9277 24.1827ZM22.3144 43.1617C22.3144 37.5246 22.2879 32.2 22.3356 26.8726C22.3462 25.6339 21.9143 24.8624 20.812 24.2483C16.7791 22.0045 12.7911 19.6795 8.78461 17.391C8.07712 16.9869 7.35637 16.609 6.4899 16.1365C6.4899 21.7579 6.51375 27.1639 6.47134 32.5674C6.46074 33.73 6.92976 34.4148 7.91812 34.966C11.7153 37.0917 15.4806 39.2698 19.2592 41.427C20.1999 41.9624 21.1432 42.4951 22.317 43.159L22.3144 43.1617ZM41.4141 34.0606C41.4485 33.6355 41.4804 33.4255 41.4804 33.2129C41.4829 27.3108 41.4697 21.4088 41.5015 15.5067C41.5068 14.5069 41.1093 13.8849 40.2535 13.3994C35.1209 10.4917 30.0067 7.55775 24.8821 4.63952C24.6436 4.50305 24.3628 4.44269 23.9997 4.31148C23.9997 6.28758 24.0607 8.12197 23.9758 9.95373C23.9308 10.9378 24.3229 11.4339 25.1523 11.8826C27.4736 13.1396 29.7206 14.5331 32.0497 15.7771C34.3524 17.0052 35.4282 18.8134 35.3461 21.4166C35.2613 24.1669 35.2984 26.9251 35.3567 29.678C35.3647 30.1084 35.6402 30.7147 35.9873 30.9298C37.6964 31.9952 39.4745 32.9557 41.4167 34.0606H41.4141ZM14.4101 9.63094C14.4101 11.775 14.4551 13.6487 14.3889 15.5172C14.3598 16.3676 14.6168 16.8583 15.3799 17.2781C17.8098 18.6086 20.1654 20.0704 22.6085 21.3773C24.7893 22.5425 25.7671 24.2851 25.7327 26.7021C25.6929 29.4524 25.7088 32.2052 25.7432 34.9581C25.7485 35.3885 25.8545 36.0289 26.146 36.2125C27.9505 37.3515 29.8213 38.3907 31.8006 39.5376C31.8483 39.1439 31.8934 38.9417 31.8934 38.7424C31.8934 32.8009 31.9252 26.8621 31.8431 20.9234C31.8351 20.2804 31.3104 19.4406 30.7646 19.0522C29.4477 18.1127 27.977 17.3858 26.5647 16.5774C22.6033 14.3127 18.6392 12.0505 14.4101 9.63619V9.63094Z", fill: "currentColor" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const e = (t) => /* @__PURE__ */ C.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 18 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ C.createElement("path", { d: "M9.28027 1.36523C9.75009 1.36523 10.1957 1.50598 10.6211 1.74902C12.3816 2.75504 14.0702 3.748 15.8135 4.69434L15.8291 4.70312L15.8438 4.71191C16.6557 5.21168 17.1465 5.95406 17.1465 6.9541V12.959C17.1464 13.974 16.6824 14.7964 15.7695 15.2637C14.0755 16.2104 12.381 17.2086 10.6787 18.21C10.2348 18.4755 9.77319 18.6348 9.28027 18.6348C8.78755 18.6347 8.32658 18.4754 7.88281 18.21L6.60254 17.4619C5.31575 16.7156 4.01453 15.9762 2.74121 15.2646H2.74023C2.31958 15.0496 1.96975 14.7572 1.72656 14.375C1.47747 13.9834 1.36523 13.5359 1.36523 13.0586V6.9541C1.36523 6.49103 1.4588 6.0627 1.68262 5.67773C1.90499 5.29527 2.22942 5.00095 2.61816 4.76172L2.62988 4.75391L2.64258 4.74707C4.43986 3.74857 6.18781 2.74996 7.93945 1.74902C8.36482 1.50596 8.81051 1.36532 9.28027 1.36523Z", fill: "white", stroke: "white", strokeWidth: 1.27 }), /* @__PURE__ */ C.createElement("path", { d: "M16.5113 10.0063V12.9586C16.5113 13.7592 16.1611 14.3597 15.4605 14.7099C13.7592 15.6607 12.0579 16.6615 10.3565 17.6622C9.60594 18.1126 8.95543 18.1126 8.20485 17.6622C6.50352 16.6615 4.75215 15.6607 3.05082 14.7099C2.35027 14.3597 2 13.8092 2 13.0586V6.95387C2 6.20328 2.30023 5.70289 2.95074 5.30258C4.75215 4.3018 6.50352 3.30102 8.25489 2.30023C8.95543 1.89992 9.60594 1.89992 10.3065 2.30023C12.0579 3.30102 13.7592 4.3018 15.5106 5.25254C16.1611 5.65285 16.5113 6.20328 16.5113 6.95387V10.0063ZM8.6552 16.6114V10.957C8.6552 10.5066 8.50508 10.2565 8.10477 10.0563C6.70367 9.25567 5.30258 8.45504 3.95152 7.70446C3.70133 7.55434 3.45113 7.45426 3.1509 7.25411V12.9586C3.1509 13.3589 3.30102 13.6091 3.65129 13.8092C5.65285 14.9101 8.20485 16.4113 8.6552 16.6615V16.6114ZM15.3104 13.459V9.50586C15.3104 6.70367 15.1603 6.45348 14.86 6.25332C12.8585 5.10242 9.35575 3.1509 9.20563 3.10086V5.05238C9.20563 5.40266 9.30571 5.55278 9.60594 5.70289C10.4066 6.15324 11.2072 6.6036 12.0078 7.05395C12.8084 7.5043 13.1587 8.10477 13.1587 9.00547V11.8577C13.1587 12.0078 13.2588 12.208 13.3589 12.3081C13.9593 12.6583 14.5598 13.0086 15.2604 13.4089H15.3104V13.459ZM5.95309 5.00235V7.05395C5.95309 7.35418 6.05317 7.5043 6.30336 7.65442C7.15403 8.10477 7.95465 8.60516 8.80532 9.05551C9.5559 9.45583 9.90618 10.0563 9.90618 10.907V13.7592C9.90618 13.9093 9.90618 14.1095 10.0563 14.2095C10.6568 14.6099 11.3073 14.9601 12.0078 15.3604V11.4073C12.0078 8.60516 11.8077 8.405 11.6575 8.25489C10.957 7.7545 8.405 6.3534 6.00313 5.00235H5.95309Z", fill: "black" }));
3
+ export {
4
+ e as default
5
+ };
@@ -0,0 +1,7 @@
1
+ import * as e from "react";
2
+ const t = (r) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 182 184", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ e.createElement("path", { d: "M26.0546 85.7695L30.7938 84.6719L43.9843 101.115L46.6436 98.2634L52.6173 106.203L62.445 105.625L67.5322 97.7624L69.9988 101.347L83.2343 84.7233L91.0981 85.2505L95.3636 86.8685L119.792 114.666L125.408 126.174L131.501 127.052L134.61 129.308L136.39 133.42L137.568 142.848L136.616 150.044L133.206 153.504L126.862 156.186L122.449 160.324L114.827 162.731L92.3508 163.717L56.9674 181.957L22.3643 163.738H0.607422V158.049L1.21463 148.22L2.45214 134.819L4.67008 124.967L6.77074 115.349L10.0623 104.61L12.4438 98.7731L15.3855 92.0261L19.6346 88.9444L26.0546 85.7695Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M26.335 106.066L22.335 163.741M88.335 106.066L92.335 163.741", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { x: 69.1865, y: 107.963, width: 14, height: 4, rx: 0.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M82.0811 111.963V120.12C82.0811 120.949 81.4095 121.62 80.5811 121.62H71.792C70.9636 121.62 70.292 120.949 70.292 120.12V111.963H82.0811Z", fill: "light-dark(#E9ECEF,#4A5058)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M60.7275 106.129L68.9531 165.766C69.3405 168.575 68.4528 171.405 66.542 173.487L66.3545 173.686L59.5703 180.665C58.2389 182.034 56.0666 182.076 54.6826 180.792L54.5508 180.665L47.7666 173.686C45.7901 171.653 44.8283 168.847 45.1338 166.038L45.167 165.766L53.3926 106.129H60.7275Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("mask", { id: "mask0_9562_33287", style: {
3
+ maskType: "alpha"
4
+ }, maskUnits: "userSpaceOnUse", x: 44, y: 105, width: 26, height: 78 }, /* @__PURE__ */ e.createElement("path", { d: "M60.7285 106.129L68.9541 165.766C69.3415 168.575 68.4538 171.405 66.543 173.487L66.3555 173.686L59.5713 180.665C58.2399 182.034 56.0676 182.076 54.6836 180.792L54.5518 180.665L47.7676 173.686C45.791 171.653 44.8293 168.847 45.1348 166.038L45.168 165.766L53.3936 106.129H60.7285Z", fill: "var(--mantine-color-body)", stroke: "#228BE6" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0_9562_33287)" }, /* @__PURE__ */ e.createElement("path", { d: "M35.0527 100.463L95.0527 135.463", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M35.0527 119.463L95.0527 154.463", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M35.0527 138.463L95.0527 173.463", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M35.0527 157.463L95.0527 192.463", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("path", { d: "M51.2412 83.0029H62.876C65.3613 83.0029 67.376 85.0176 67.376 87.5029V97.0869C67.3759 97.8356 67.1894 98.5709 66.835 99.2266L66.6729 99.5029L63.7061 104.165C62.88 105.463 61.4477 106.249 59.9092 106.249H54.208C52.7656 106.249 51.4168 105.558 50.5732 104.402L50.4121 104.165L47.4443 99.5029C46.9849 98.781 46.7413 97.9426 46.7412 97.0869V87.5029C46.7412 85.0176 48.7559 83.0029 51.2412 83.0029Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M30.0575 79.5023L37.5544 71.3125L57.0572 84.7411L43.9372 101.154L29.9153 83.3864C29.0042 82.2319 29.0644 80.5871 30.0575 79.5023Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M84.0568 79.5023L76.5598 71.3125L57.0571 84.7411L70.1771 101.154L84.1989 83.3864C85.1101 82.2319 85.0499 80.5871 84.0568 79.5023Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M57.8623 84.0112C57.4024 84.3031 56.8235 84.3212 56.3486 84.0659L56.2549 84.0112L38.1279 72.5044C37.3836 72.0319 37.5811 70.9287 38.3779 70.7007L38.5459 70.6675L39.3506 70.5708C50.7468 69.2114 62.2606 69.1693 73.6641 70.4438L74.7666 70.5708L75.5713 70.6665C76.4467 70.7709 76.7461 71.8519 76.126 72.4019L75.9893 72.5044L57.8623 84.0112Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M30.0634 79.4978L32.4381 76.9072L48.1048 95.931L44.0016 101.153L29.9237 83.3882C29.0083 82.2331 29.0676 80.5842 30.0634 79.4978Z", fill: "light-dark(#E9ECEF,#4A5058)" }), /* @__PURE__ */ e.createElement("path", { d: "M84.0528 79.4978L81.6781 76.9072L66.0114 95.931L70.1146 101.153L84.1925 83.3882C85.1079 82.2331 85.0487 80.5842 84.0528 79.4978Z", fill: "light-dark(#E9ECEF,#4A5058)" }), /* @__PURE__ */ e.createElement("path", { d: "M37.5544 71.3125L30.0575 79.5023C29.0644 80.5871 29.0042 82.2319 29.9153 83.3864L43.9372 101.154L57.0572 84.7411", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M76.5598 71.3125L84.0568 79.5023C85.0499 80.5871 85.1101 82.2319 84.1989 83.3864L70.1771 101.154L57.0571 84.7411", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M91.9162 42.6229C95.5162 43.6091 97.5947 48.1512 96.2811 52.9476C94.9672 57.7441 90.8638 60.5938 87.2637 59.6076C83.6635 58.6214 81.5851 54.0785 82.899 49.282C84.213 44.4857 88.3161 41.6368 91.9162 42.6229Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M57.1914 15.0464C72.7624 14.5311 81.1131 18.3153 85.6133 24.3989C90.1455 30.5259 90.8857 39.1164 90.8857 48.5073C90.8857 66.9927 75.6684 82.0024 57.1748 82.0024C38.7038 82.0024 24.6318 67.0146 24.6318 48.5063C24.6319 39.1218 25.4606 31.0349 29.8906 25.1597C34.1606 19.4968 41.8731 15.7749 55.8223 15.1021L57.1914 15.0464Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M21.4092 28.0862C21.4092 36.1526 23.6904 41.4808 24.8311 43.1365C25.808 33.3326 31.8319 26.3713 35.7469 24.3144C34.1088 25.4672 33.9057 28.2774 34.009 29.5383C64.4347 31.4804 75.3678 24.863 77.0312 21.3115C76.5173 31.2997 90.2073 34.714 90.9223 44.3736C99.2301 23.0109 86.8314 15.782 79.5936 14.838C80.0432 10.3874 75.8713 1.48633 55.5875 1.48633C30.2328 1.48633 21.4092 18.0032 21.4092 28.0862Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M70.378 66.7547C69.0119 69.161 65.3498 70.675 58.9953 70.3888C52.6408 70.1026 48.7848 68.644 47.3662 65.7183", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M61.4724 48.3101C61.4474 49.9713 62.0077 53.2774 64.2379 55.0297C65.006 55.6332 65.8159 56.3689 65.7422 57.3429C65.5151 60.3419 61.8412 60.9465 59.7646 60.8325", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M50.3796 36.2909C48.0612 34.9707 42.518 33.4758 38.8917 38.058", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M45.6475 41.1533C46.9959 41.1534 48.2607 42.5508 48.2607 44.5098C48.2607 46.4688 46.9959 47.8661 45.6475 47.8662C44.2989 47.8662 43.0342 46.4689 43.0342 44.5098C43.0342 42.5507 44.299 41.1533 45.6475 41.1533Z", fill: "fff", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M69.2014 35.9338C71.5981 34.7617 77.2243 33.6177 80.5557 38.4186", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M73.8711 41.1538C75.2196 41.1539 76.4843 42.5513 76.4844 44.5103C76.4844 46.4693 75.2196 47.8666 73.8711 47.8667C72.5226 47.8667 71.2578 46.4693 71.2578 44.5103C71.2579 42.5512 72.5226 41.1538 73.8711 41.1538Z", fill: "fff", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M27.579 61.1645C25.262 61.5666 21.8362 59.6017 21.011 54.5293C20.1388 49.1679 22.0745 45.8303 26.0361 44.7451L27.579 61.1645Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M27.579 61.1645C25.262 61.5666 21.8362 59.6017 21.011 54.5293C20.1388 49.1679 22.0745 45.8303 26.0361 44.7451", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M30.999 84.7021C27.1329 85.3848 18.6682 87.8298 15.7383 92.1488C12.0758 97.5476 0.533203 125.508 0.533203 163.741", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M83.3258 84.7021C87.1919 85.3848 94.2282 84.2228 97.1582 88.5418", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M119.366 114.448L131.881 138.315C133.414 141.237 132.012 144.84 128.908 145.958C125.901 147.042 122.638 145.311 121.815 142.268L121.743 141.969L116.156 115.605L119.366 114.448Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M119.679 114.659L117.946 115.164L131.574 143.593L132.308 142.91L132.672 141.889L132.752 140.945L132.672 139.934L119.679 114.659Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M119.366 114.448L131.881 138.315C133.414 141.237 132.012 144.84 128.908 145.958C125.901 147.042 122.638 145.311 121.815 142.268L121.743 141.969L116.156 115.605L119.366 114.448Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("circle", { cx: 111.635, cy: 97.2504, r: 18.9705, transform: "rotate(25.1823 111.635 97.2504)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M118.62 117.408C119.875 116.956 121.263 117.437 121.974 118.539L122.106 118.767L122.865 120.218C123.726 121.867 122.935 123.897 121.185 124.527C119.49 125.138 117.651 124.164 117.184 122.449L117.143 122.28L116.801 120.679C116.504 119.288 117.281 117.89 118.62 117.408Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("circle", { cx: 111.635, cy: 97.2505, r: 15.7671, transform: "rotate(25.1823 111.635 97.2505)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M116.833 119.048L118.014 118.367L119.869 124.304L118.953 124.666L118.086 124.332L116.592 120.189L116.833 119.048Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M118.62 117.408C119.875 116.956 121.263 117.437 121.974 118.539L122.106 118.767L122.865 120.218C123.726 121.867 122.935 123.897 121.185 124.527C119.49 125.138 117.651 124.164 117.184 122.449L117.143 122.28L116.801 120.679C116.504 119.288 117.281 117.89 118.62 117.408Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M116.821 133.308L118.414 130.399L122.934 127.016L128.959 126.316L134.253 128.355L136.626 134.015L137.722 144.056L136.826 148.974L131.485 151.877L128.544 152.496L124.093 151.877L122.161 149.738V147.976L120.381 145.43L120.678 142.563L117.791 138.676L118.414 136.979L116.821 133.308Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M101.42 152.246C103.087 155.633 107.853 162.458 113.581 162.669C119.308 162.88 125.085 158.442 127.243 156.038M118.371 127.03C116.107 127.785 111.78 130.726 112.58 136.453C113.223 141.057 114.433 142.548 115.2 143.936C115.626 144.706 115.915 145.445 115.897 146.666C115.844 150.088 121.898 157.984 128.531 155.721C135.164 153.457 137.691 149.825 137.533 144.192C137.375 138.559 137.007 129.189 132.111 127.293C127.215 125.398 122.53 126.714 120.003 128.925C117.476 131.136 115.318 133.663 118.371 136.453M129.373 133.294C125.039 133.61 116.697 135.179 118.002 138.927C119.308 142.675 121.108 142.314 121.845 141.665M131.426 139.559C127.548 139.594 119.919 140.57 120.424 144.192C120.929 147.813 122.003 147.841 122.477 147.403M133.058 145.56C129.11 145.42 121.34 145.897 121.845 148.929C122.477 152.72 128.005 153.299 131.426 151.719M108.94 132.281C109.641 131.787 111.433 130.97 112.99 131.648", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M150.45 15.1641C158.538 22.2648 168.792 26.7887 180.04 27.5205C180.646 30.7483 180.967 34.0827 180.967 37.4951L180.958 38.5039C180.571 59.5629 168.091 77.5329 150.45 85.2568C132.529 77.4097 119.935 58.9874 119.935 37.4951C119.935 34.0828 120.253 30.7481 120.859 27.5205C132.108 26.7891 142.362 22.265 150.45 15.1641Z", fill: "#FAB005", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M155.133 31.2461L154.03 56.7708H147.001L145.898 31.2461H155.133ZM145.667 64.7232C145.667 63.4919 146.112 62.4658 147.001 61.6449C147.89 60.8069 149.045 60.3879 150.464 60.3879C151.884 60.3879 153.029 60.8069 153.902 61.6449C154.791 62.4658 155.236 63.4919 155.236 64.7232C155.236 65.9546 154.791 66.9893 153.902 67.8273C153.029 68.6481 151.884 69.0586 150.464 69.0586C149.045 69.0586 147.89 68.6481 147.001 67.8273C146.112 66.9893 145.667 65.9546 145.667 64.7232Z", fill: "var(--mantine-color-body)" }));
5
+ export {
6
+ t as default
7
+ };
@@ -0,0 +1,4 @@
1
+ const C = "data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='48'%20height='48'%20fill='black'/%3e%3cpath%20d='M36%2023.5105V28.4925C36%2029.8436%2035.4207%2030.8569%2034.2621%2031.448C31.4483%2033.0524%2028.6345%2034.7412%2025.8207%2036.43C24.5793%2037.19%2023.5035%2037.19%2022.2621%2036.43C19.4483%2034.7412%2016.5517%2033.0524%2013.7379%2031.448C12.5793%2030.8569%2012%2029.928%2012%2028.6615V18.3597C12%2017.093%2012.4966%2016.2486%2013.5724%2015.5731C16.5517%2013.8843%2019.4483%2012.1955%2022.3448%2010.5066C23.5035%209.83112%2024.5793%209.83112%2025.7379%2010.5066C28.6345%2012.1955%2031.4483%2013.8843%2034.3449%2015.4887C35.4207%2016.1642%2036%2017.093%2036%2018.3597V23.5105ZM23.0069%2034.6568V25.115C23.0069%2024.355%2022.7586%2023.9327%2022.0966%2023.595C19.7793%2022.244%2017.4621%2020.8929%2015.2276%2019.6262C14.8138%2019.3729%2014.4%2019.2041%2013.9034%2018.8663V28.4925C13.9034%2029.1681%2014.1517%2029.5904%2014.731%2029.928C18.0414%2031.7858%2022.2621%2034.319%2023.0069%2034.7412V34.6568ZM34.0138%2029.337V22.6662C34.0138%2017.9374%2033.7656%2017.5152%2033.269%2017.1775C29.9587%2015.2353%2024.1655%2011.9421%2023.9173%2011.8577V15.1509C23.9173%2015.742%2024.0828%2015.9953%2024.5793%2016.2486C25.9035%2017.0086%2027.2276%2017.7686%2028.5517%2018.5285C29.8759%2019.2885%2030.4552%2020.3018%2030.4552%2021.8218V26.6349C30.4552%2026.8882%2030.6207%2027.226%2030.7863%2027.3948C31.7794%2027.9859%2032.7725%2028.577%2033.9311%2029.2526H34.0138V29.337ZM18.5379%2015.0665V18.5285C18.5379%2019.0352%2018.7035%2019.2885%2019.1173%2019.5418C20.5242%2020.3018%2021.8483%2021.1463%2023.2552%2021.9062C24.4966%2022.5817%2025.0759%2023.595%2025.0759%2025.0305V29.8436C25.0759%2030.097%2025.0759%2030.4347%2025.3241%2030.6036C26.3173%2031.2791%2027.3932%2031.8702%2028.5517%2032.5458V25.8749C28.5517%2021.1462%2028.2207%2020.8085%2027.9725%2020.5551C26.8139%2019.7108%2022.5931%2017.3464%2018.6207%2015.0665H18.5379Z'%20fill='white'/%3e%3c/svg%3e";
2
+ export {
3
+ C as default
4
+ };
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 16 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M13.5447 1.01094C12.5249 0.543021 11.4313 0.198277 10.2879 0.000828273C10.2671 -0.00298243 10.2463 0.00654073 10.2356 0.0255875C10.0949 0.275731 9.93915 0.602063 9.83006 0.858559C8.60027 0.674446 7.37679 0.674446 6.17221 0.858559C6.0631 0.596362 5.90166 0.275731 5.76038 0.0255875C5.74966 0.00717622 5.72886 -0.00234694 5.70803 0.000828273C4.56527 0.197646 3.47171 0.54239 2.45129 1.01094C2.44246 1.01475 2.43488 1.02111 2.42986 1.02935C0.355594 4.12826 -0.212633 7.151 0.0661201 10.1363C0.0673814 10.1509 0.0755799 10.1648 0.086932 10.1737C1.45547 11.1787 2.78114 11.7889 4.08219 12.1933C4.10301 12.1997 4.12507 12.192 4.13832 12.1749C4.44608 11.7546 4.72043 11.3115 4.95565 10.8454C4.96953 10.8181 4.95628 10.7857 4.92791 10.775C4.49275 10.6099 4.0784 10.4086 3.67982 10.1801C3.64829 10.1617 3.64577 10.1166 3.67477 10.095C3.75865 10.0321 3.84255 9.96673 3.92264 9.9007C3.93713 9.88864 3.95732 9.8861 3.97435 9.89371C6.59286 11.0892 9.4277 11.0892 12.0153 9.89371C12.0323 9.88547 12.0525 9.88801 12.0677 9.90007C12.1478 9.9661 12.2316 10.0321 12.3161 10.095C12.3451 10.1166 12.3433 10.1617 12.3117 10.1801C11.9131 10.4131 11.4988 10.6099 11.063 10.7743C11.0346 10.7851 11.022 10.8181 11.0359 10.8454C11.2762 11.3108 11.5505 11.754 11.8526 12.1743C11.8652 12.192 11.8879 12.1997 11.9087 12.1933C13.2161 11.7889 14.5417 11.1787 15.9103 10.1737C15.9223 10.1648 15.9298 10.1515 15.9311 10.1369C16.2647 6.6856 15.3723 3.68765 13.5655 1.02998C13.5611 1.02111 13.5535 1.01475 13.5447 1.01094ZM5.34668 8.31855C4.55833 8.31855 3.90876 7.59478 3.90876 6.70593C3.90876 5.81707 4.54574 5.09331 5.34668 5.09331C6.15392 5.09331 6.79721 5.82343 6.78459 6.70593C6.78459 7.59478 6.14761 8.31855 5.34668 8.31855ZM10.6632 8.31855C9.87484 8.31855 9.22526 7.59478 9.22526 6.70593C9.22526 5.81707 9.86222 5.09331 10.6632 5.09331C11.4704 5.09331 12.1137 5.82343 12.1011 6.70593C12.1011 7.59478 11.4704 8.31855 10.6632 8.31855Z", fill: "white" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const r = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 66 66", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 66, height: 66, rx: 18, fill: "url(#paint0_linear_10960_346455)" }), /* @__PURE__ */ e.createElement("g", { filter: "url(#filter0_d_10960_346455)" }, /* @__PURE__ */ e.createElement("path", { d: "M45.4605 21.5618C43.1805 20.4989 40.7118 19.7275 38.1403 19.2817C38.0951 19.2824 38.052 19.3009 38.0203 19.3332C37.7118 19.8989 37.3518 20.6361 37.1117 21.2018C34.3842 20.7906 31.6105 20.7906 28.8829 21.2018C28.6429 20.6189 28.2829 19.8989 27.9572 19.3332C27.9401 19.2989 27.8886 19.2817 27.8372 19.2817C25.2657 19.7275 22.8142 20.4989 20.517 21.5618C20.4999 21.5618 20.4827 21.5789 20.4656 21.5961C15.8026 28.5734 14.5168 35.3622 15.1511 42.0824C15.1511 42.1166 15.1683 42.1509 15.2026 42.1681C18.2884 44.431 21.2542 45.8025 24.1857 46.7111C24.2371 46.7282 24.2885 46.7111 24.3057 46.6768C24.9914 45.7339 25.6086 44.7396 26.14 43.6938C26.1743 43.6253 26.14 43.5567 26.0714 43.5395C25.0943 43.1624 24.1685 42.7167 23.2599 42.2024C23.1914 42.1681 23.1914 42.0652 23.2428 42.0138C23.4314 41.8766 23.6199 41.7224 23.8085 41.5852C23.8428 41.5509 23.8942 41.5509 23.9285 41.5681C29.8258 44.2596 36.186 44.2596 42.0147 41.5681C42.049 41.5509 42.1005 41.5509 42.1347 41.5852C42.3233 41.7395 42.5119 41.8766 42.7005 42.0309C42.769 42.0824 42.769 42.1852 42.6833 42.2195C41.7919 42.751 40.849 43.1795 39.8718 43.5567C39.8032 43.5738 39.7861 43.6595 39.8032 43.711C40.3518 44.7567 40.969 45.751 41.6376 46.6939C41.689 46.7111 41.7404 46.7282 41.7919 46.7111C44.7405 45.8025 47.7063 44.431 50.7921 42.1681C50.8264 42.1509 50.8436 42.1166 50.8436 42.0824C51.5979 34.3164 49.5921 27.5791 45.5291 21.5961C45.512 21.5789 45.4948 21.5618 45.4605 21.5618ZM27.0315 37.9851C25.2657 37.9851 23.7914 36.3565 23.7914 34.3507C23.7914 32.345 25.2314 30.7163 27.0315 30.7163C28.8487 30.7163 30.2887 32.3621 30.2716 34.3507C30.2716 36.3565 28.8315 37.9851 27.0315 37.9851ZM38.9804 37.9851C37.2146 37.9851 35.7403 36.3565 35.7403 34.3507C35.7403 32.345 37.1803 30.7163 38.9804 30.7163C40.7976 30.7163 42.2376 32.3621 42.2205 34.3507C42.2205 36.3565 40.7976 37.9851 38.9804 37.9851Z", fill: "white" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("filter", { id: "filter0_d_10960_346455", x: 3, y: 13.2817, width: 60, height: 51.4364, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ e.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ e.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ e.createElement("feOffset", { dy: 6 }), /* @__PURE__ */ e.createElement("feGaussianBlur", { stdDeviation: 6 }), /* @__PURE__ */ e.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ e.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_10960_346455" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_10960_346455", result: "shape" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_10960_346455", x1: 33, y1: 0, x2: 33, y2: 66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#7680F8" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#5763F6" }))));
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 24 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M12.001 0C13.0126 3.70439e-05 14.2964 0.163061 15.5391 0.500977C16.7736 0.836693 18.0285 1.36109 18.9365 2.12012C19.5259 2.61287 20.1332 3.3902 20.6436 4.26367C21.1569 5.14238 21.5976 6.16232 21.8281 7.16602C22.0558 8.15733 22.0958 9.21146 21.709 10.0986C21.3014 11.0327 20.4688 11.6736 19.208 11.8838C19.174 11.8894 19.139 11.8916 19.1045 11.8916H19.0059C19.0548 12.4107 19.0859 12.9266 19.0859 13.4248C19.0859 15.7476 18.2964 17.2457 16.8916 18.1104C15.557 18.9315 13.7749 19.1055 11.9619 19.1055C10.1489 19.1054 8.36675 18.9316 7.03223 18.1104C5.6275 17.2457 4.83889 15.7476 4.83887 13.4248C4.83888 12.9266 4.86998 12.4108 4.91895 11.8916H4.89551C4.86095 11.8916 4.82609 11.8894 4.79199 11.8838C3.53092 11.6736 2.6985 11.0321 2.29102 10.0977C1.90437 9.21053 1.94416 8.15723 2.17188 7.16602C2.40255 6.16225 2.84381 5.14243 3.35742 4.26367C3.8679 3.39029 4.4747 2.61288 5.06445 2.12012L5.23828 1.98047C6.12897 1.29546 7.30542 0.814575 8.46289 0.5C9.70558 0.162327 10.9896 0 12.001 0ZM12.001 1.2627C11.1082 1.2627 9.93486 1.40939 8.79297 1.71973C7.64331 2.03225 6.5854 2.49444 5.875 3.08887H5.87402C5.43383 3.45668 4.91369 4.10241 4.44727 4.90039C3.98393 5.69313 3.59873 6.59446 3.40234 7.44922C3.20315 8.31631 3.21529 9.05933 3.44824 9.59375C3.65723 10.0727 4.08187 10.4735 4.9541 10.6299H5.07129C5.21025 9.69948 5.39521 8.79897 5.57715 8.0166C5.76033 7.2289 5.94357 6.55055 6.08105 6.06934C6.14972 5.829 6.20663 5.63719 6.24707 5.50488C6.26727 5.4388 6.2829 5.3867 6.29395 5.35156C6.29939 5.33427 6.30467 5.32077 6.30762 5.31152C6.30906 5.30696 6.30975 5.30229 6.31055 5.2998L6.31152 5.29785L6.3125 5.2959C6.4197 4.96453 6.77491 4.78281 7.10645 4.88965C7.41739 4.99005 7.59726 5.30927 7.53027 5.62207L7.5127 5.68359V5.68555C7.51213 5.6873 7.51094 5.69057 7.50977 5.69434C7.50729 5.70212 7.50302 5.71467 7.49805 5.73047C7.48797 5.76253 7.47323 5.81146 7.4541 5.87402C7.41571 5.99962 7.36123 6.18394 7.29492 6.41602C7.16191 6.88157 6.98413 7.53954 6.80664 8.30273C6.44946 9.8387 6.10159 11.7664 6.10156 13.4248C6.10159 15.4295 6.75519 16.457 7.69434 17.0352C8.70403 17.6563 10.1687 17.8437 11.9619 17.8438C13.7553 17.8437 15.2197 17.6564 16.2295 17.0352C17.1689 16.4571 17.8232 15.4298 17.8232 13.4248C17.8232 11.7665 17.4753 9.83869 17.1182 8.30273C16.9407 7.53954 16.7629 6.88157 16.6299 6.41602C16.5635 6.1838 16.5081 5.99965 16.4697 5.87402C16.4506 5.81148 16.4359 5.76253 16.4258 5.73047C16.4208 5.71478 16.4175 5.70209 16.415 5.69434C16.4138 5.69053 16.4117 5.68731 16.4111 5.68555V5.68359H16.4102C16.3035 5.35198 16.4868 4.99661 16.8184 4.88965C17.1293 4.78957 17.4605 4.94343 17.5889 5.23633L17.6123 5.2959L17.6133 5.29688V5.2998C17.6141 5.3023 17.6157 5.30693 17.6172 5.31152C17.6201 5.32073 17.6245 5.33438 17.6299 5.35156C17.6409 5.38669 17.6566 5.43885 17.6768 5.50488C17.7172 5.63722 17.7751 5.8289 17.8438 6.06934C17.9812 6.55055 18.1645 7.2289 18.3477 8.0166C18.5296 8.79896 18.7146 9.69949 18.8535 10.6299H19.0449C19.9175 10.4736 20.3427 10.0728 20.5518 9.59375C20.7846 9.05938 20.7977 8.31611 20.5986 7.44922C20.4024 6.59455 20.0168 5.69309 19.5537 4.90039C19.0875 4.10236 18.5668 3.45668 18.127 3.08887C17.4164 2.49488 16.3579 2.03245 15.208 1.71973C14.0662 1.40924 12.8936 1.26273 12.001 1.2627ZM13.1221 12.8604C13.4337 12.7046 13.8127 12.8312 13.9688 13.1426C14.1244 13.4543 13.9981 13.8334 13.6865 13.9893L12.2441 14.7109C12.0665 14.7997 11.8573 14.7997 11.6797 14.7109L10.2363 13.9893C9.92489 13.8333 9.79843 13.4542 9.9541 13.1426C10.11 12.831 10.4891 12.7048 10.8008 12.8604L11.9619 13.4404L13.1221 12.8604ZM9.53906 7.65918C10.2359 7.65953 10.8008 8.22493 10.8008 8.92188C10.8006 9.61868 10.2358 10.1842 9.53906 10.1846H9.53125C8.83419 10.1846 8.26875 9.61889 8.26855 8.92188C8.26858 8.22471 8.83408 7.65918 9.53125 7.65918H9.53906ZM14.3916 7.65918C15.0887 7.65929 15.6543 8.22478 15.6543 8.92188C15.6541 9.61882 15.0886 10.1845 14.3916 10.1846H14.3838C13.6869 10.1843 13.1223 9.61874 13.1221 8.92188C13.1221 8.22486 13.6868 7.65942 14.3838 7.65918H14.3916Z", fill: "currentColor" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1,4 @@
1
+ const C = "data:image/svg+xml,%3csvg%20width='90'%20height='32'%20viewBox='0%200%2090%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_176_196)'%3e%3cpath%20d='M28.9942%2016.0412C28.9942%2018.0096%2028.9795%2019.978%2028.9997%2021.9446C29.0162%2023.5531%2028.3244%2024.6963%2026.9058%2025.4942C23.4776%2027.4208%2020.066%2029.3747%2016.6691%2031.354C15.2064%2032.2064%2013.8227%2032.221%2012.3527%2031.3631C8.93005%2029.3674%205.48723%2027.4063%202.03523%2025.4615C0.680856%2024.6982%200.00367038%2023.584%200%2022.0591C0%2018.0023%200%2013.9456%200.00917596%209.88881C0.0128463%208.43478%200.658834%207.34243%201.9398%206.6136C5.46337%204.60885%208.99061%202.61137%2012.4995%200.582989C13.8814%20-0.216731%2015.1972%20-0.18038%2016.5644%200.610252C20.0201%202.60773%2023.4886%204.58704%2026.9626%206.55544C28.3042%207.31517%2029.0034%208.4166%2028.996%209.95788C28.9869%2011.9863%2028.9942%2014.0146%2028.996%2016.043L28.9942%2016.0412ZM13.3327%2029.1857C13.3327%2025.2816%2013.3143%2021.5938%2013.3474%2017.9042C13.3547%2017.0463%2013.0556%2016.5119%2012.2921%2016.0866C9.49896%2014.5326%206.73699%2012.9223%203.96218%2011.3374C3.47218%2011.0575%202.97301%2010.7958%202.3729%2010.4686C2.3729%2014.3618%202.38942%2018.1059%202.36006%2021.8483C2.35272%2022.6534%202.67755%2023.1278%203.36207%2023.5095C5.9919%2024.9817%208.59971%2026.4903%2011.2167%2027.9843C11.8682%2028.3551%2012.5215%2028.724%2013.3345%2029.1839L13.3327%2029.1857ZM26.5607%2022.8824C26.5846%2022.588%2026.6066%2022.4426%2026.6066%2022.2954C26.6085%2018.2077%2026.5993%2014.1201%2026.6213%2010.0324C26.625%209.33992%2026.3497%208.90916%2025.7569%208.57291C22.2022%206.55907%2018.6602%204.52706%2015.111%202.50595C14.9458%202.41144%2014.7513%202.36963%2014.4999%202.27876C14.4999%203.64737%2014.5421%204.91783%2014.4833%206.18648C14.4521%206.86806%2014.7237%207.21157%2015.2982%207.52237C16.9058%208.39298%2018.462%209.35809%2020.0752%2010.2196C21.67%2011.0702%2022.415%2012.3225%2022.3582%2014.1255C22.2994%2016.0303%2022.3251%2017.9405%2022.3655%2019.8471C22.371%2020.1452%2022.5619%2020.5651%2022.8023%2020.7141C23.986%2021.452%2025.2174%2022.1173%2026.5626%2022.8824H26.5607ZM7.85829%205.96292C7.85829%207.44785%207.88949%208.74558%207.84361%2010.0397C7.82343%2010.6286%208.00144%2010.9684%208.52997%2011.2592C10.2128%2012.1807%2011.8443%2013.1931%2013.5364%2014.0982C15.0467%2014.9052%2015.7239%2016.1121%2015.7001%2017.786C15.6725%2019.6908%2015.6836%2021.5974%2015.7074%2023.504C15.7111%2023.8021%2015.7845%2024.2456%2015.9864%2024.3728C17.2361%2025.1616%2018.5318%2025.8814%2019.9027%2026.6757C19.9357%2026.403%2019.9669%2026.2631%2019.9669%2026.1249C19.9669%2022.01%2019.9889%2017.8969%2019.932%2013.7838C19.9265%2013.3385%2019.5632%2012.7569%2019.1851%2012.4879C18.273%2011.8372%2017.2545%2011.3338%2016.2763%2010.774C13.5327%209.20542%2010.7873%207.6387%207.85829%205.96655V5.96292Z'%20fill='currentColor'/%3e%3cpath%20d='M45.3164%2021.251V23H38.8916V21.251H45.3164ZM39.5068%2010.2031V23H37.3008V10.2031H39.5068ZM52.1719%2021.0928V16.5576C52.1719%2016.2178%2052.1104%2015.9248%2051.9873%2015.6787C51.8643%2015.4326%2051.6768%2015.2422%2051.4248%2015.1074C51.1787%2014.9727%2050.8682%2014.9053%2050.4932%2014.9053C50.1475%2014.9053%2049.8486%2014.9639%2049.5967%2015.0811C49.3447%2015.1982%2049.1484%2015.3564%2049.0078%2015.5557C48.8672%2015.7549%2048.7969%2015.9805%2048.7969%2016.2324H46.6875C46.6875%2015.8574%2046.7783%2015.4941%2046.96%2015.1426C47.1416%2014.791%2047.4053%2014.4775%2047.751%2014.2021C48.0967%2013.9268%2048.5098%2013.71%2048.9902%2013.5518C49.4707%2013.3936%2050.0098%2013.3145%2050.6074%2013.3145C51.3223%2013.3145%2051.9551%2013.4346%2052.5059%2013.6748C53.0625%2013.915%2053.499%2014.2783%2053.8154%2014.7646C54.1377%2015.2451%2054.2988%2015.8486%2054.2988%2016.5752V20.8027C54.2988%2021.2363%2054.3281%2021.626%2054.3867%2021.9717C54.4512%2022.3115%2054.542%2022.6074%2054.6592%2022.8594V23H52.4883C52.3887%2022.7715%2052.3096%2022.4814%2052.251%2022.1299C52.1982%2021.7725%2052.1719%2021.4268%2052.1719%2021.0928ZM52.4795%2017.2168L52.4971%2018.5264H50.9766C50.584%2018.5264%2050.2383%2018.5645%2049.9395%2018.6406C49.6406%2018.7109%2049.3916%2018.8164%2049.1924%2018.957C48.9932%2019.0977%2048.8438%2019.2676%2048.7441%2019.4668C48.6445%2019.666%2048.5947%2019.8916%2048.5947%2020.1436C48.5947%2020.3955%2048.6533%2020.627%2048.7705%2020.8379C48.8877%2021.043%2049.0576%2021.2041%2049.2803%2021.3213C49.5088%2021.4385%2049.7842%2021.4971%2050.1064%2021.4971C50.54%2021.4971%2050.918%2021.4092%2051.2402%2021.2334C51.5684%2021.0518%2051.8262%2020.832%2052.0137%2020.5742C52.2012%2020.3105%2052.3008%2020.0615%2052.3125%2019.8271L52.998%2020.7676C52.9277%2021.0078%2052.8076%2021.2656%2052.6377%2021.541C52.4678%2021.8164%2052.2451%2022.0801%2051.9697%2022.332C51.7002%2022.5781%2051.375%2022.7803%2050.9941%2022.9385C50.6191%2023.0967%2050.1855%2023.1758%2049.6934%2023.1758C49.0723%2023.1758%2048.5186%2023.0527%2048.0322%2022.8066C47.5459%2022.5547%2047.165%2022.2178%2046.8896%2021.7959C46.6143%2021.3682%2046.4766%2020.8848%2046.4766%2020.3457C46.4766%2019.8418%2046.5703%2019.3965%2046.7578%2019.0098C46.9512%2018.6172%2047.2324%2018.2891%2047.6016%2018.0254C47.9766%2017.7617%2048.4336%2017.5625%2048.9727%2017.4277C49.5117%2017.2871%2050.127%2017.2168%2050.8184%2017.2168H52.4795ZM59.1328%2021.9629L61.7168%2013.4902H63.9844L60.1699%2024.4502C60.082%2024.6846%2059.9678%2024.9395%2059.8271%2025.2148C59.6865%2025.4902%2059.502%2025.751%2059.2734%2025.9971C59.0508%2026.249%2058.7725%2026.4512%2058.4385%2026.6035C58.1045%2026.7617%2057.7002%2026.8408%2057.2256%2026.8408C57.0381%2026.8408%2056.8564%2026.8232%2056.6807%2026.7881C56.5107%2026.7588%2056.3496%2026.7266%2056.1973%2026.6914L56.1885%2025.0742C56.2471%2025.0801%2056.3174%2025.0859%2056.3994%2025.0918C56.4873%2025.0977%2056.5576%2025.1006%2056.6104%2025.1006C56.9619%2025.1006%2057.2549%2025.0566%2057.4893%2024.9688C57.7236%2024.8867%2057.9141%2024.752%2058.0605%2024.5645C58.2129%2024.377%2058.3418%2024.125%2058.4473%2023.8086L59.1328%2021.9629ZM57.6738%2013.4902L59.9326%2020.6094L60.3105%2022.8418L58.8428%2023.2197L55.3887%2013.4902H57.6738ZM69.2666%2023.1758C68.5635%2023.1758%2067.9277%2023.0615%2067.3594%2022.833C66.7969%2022.5986%2066.3164%2022.2734%2065.918%2021.8574C65.5254%2021.4414%2065.2236%2020.9521%2065.0127%2020.3896C64.8018%2019.8271%2064.6963%2019.2207%2064.6963%2018.5703V18.2188C64.6963%2017.4746%2064.8047%2016.8008%2065.0215%2016.1973C65.2383%2015.5938%2065.54%2015.0781%2065.9268%2014.6504C66.3135%2014.2168%2066.7705%2013.8857%2067.2979%2013.6572C67.8252%2013.4287%2068.3965%2013.3145%2069.0117%2013.3145C69.6914%2013.3145%2070.2861%2013.4287%2070.7959%2013.6572C71.3057%2013.8857%2071.7275%2014.208%2072.0615%2014.624C72.4014%2015.0342%2072.6533%2015.5234%2072.8174%2016.0918C72.9873%2016.6602%2073.0723%2017.2871%2073.0723%2017.9727V18.8779H65.7246V17.3574H70.9805V17.1904C70.9688%2016.8096%2070.8926%2016.4521%2070.752%2016.1182C70.6172%2015.7842%2070.4092%2015.5146%2070.1279%2015.3096C69.8467%2015.1045%2069.4717%2015.002%2069.0029%2015.002C68.6514%2015.002%2068.3379%2015.0781%2068.0625%2015.2305C67.793%2015.377%2067.5674%2015.5908%2067.3857%2015.8721C67.2041%2016.1533%2067.0635%2016.4932%2066.9639%2016.8916C66.8701%2017.2842%2066.8232%2017.7266%2066.8232%2018.2188V18.5703C66.8232%2018.9863%2066.8789%2019.373%2066.9902%2019.7305C67.1074%2020.082%2067.2773%2020.3896%2067.5%2020.6533C67.7227%2020.917%2067.9922%2021.125%2068.3086%2021.2773C68.625%2021.4238%2068.9854%2021.4971%2069.3896%2021.4971C69.8994%2021.4971%2070.3535%2021.3945%2070.752%2021.1895C71.1504%2020.9844%2071.4961%2020.6943%2071.7891%2020.3193L72.9053%2021.4004C72.7002%2021.6992%2072.4336%2021.9863%2072.1055%2022.2617C71.7773%2022.5312%2071.376%2022.751%2070.9014%2022.9209C70.4326%2023.0908%2069.8877%2023.1758%2069.2666%2023.1758ZM76.8516%2015.3008V23H74.7334V13.4902H76.7549L76.8516%2015.3008ZM79.7607%2013.4287L79.7432%2015.3975C79.6143%2015.374%2079.4736%2015.3564%2079.3213%2015.3447C79.1748%2015.333%2079.0283%2015.3271%2078.8818%2015.3271C78.5186%2015.3271%2078.1992%2015.3799%2077.9238%2015.4854C77.6484%2015.585%2077.417%2015.7314%2077.2295%2015.9248C77.0479%2016.1123%2076.9072%2016.3408%2076.8076%2016.6104C76.708%2016.8799%2076.6494%2017.1816%2076.6318%2017.5156L76.1484%2017.5508C76.1484%2016.9531%2076.207%2016.3994%2076.3242%2015.8896C76.4414%2015.3799%2076.6172%2014.9316%2076.8516%2014.5449C77.0918%2014.1582%2077.3906%2013.8564%2077.748%2013.6396C78.1113%2013.4229%2078.5303%2013.3145%2079.0049%2013.3145C79.1338%2013.3145%2079.2715%2013.3262%2079.418%2013.3496C79.5703%2013.373%2079.6846%2013.3994%2079.7607%2013.4287ZM86.4229%2020.4248C86.4229%2020.2139%2086.3701%2020.0234%2086.2646%2019.8535C86.1592%2019.6777%2085.957%2019.5195%2085.6582%2019.3789C85.3652%2019.2383%2084.9316%2019.1094%2084.3574%2018.9922C83.8535%2018.8809%2083.3906%2018.749%2082.9688%2018.5967C82.5527%2018.4385%2082.1953%2018.248%2081.8965%2018.0254C81.5977%2017.8027%2081.3662%2017.5391%2081.2021%2017.2344C81.0381%2016.9297%2080.9561%2016.5781%2080.9561%2016.1797C80.9561%2015.793%2081.041%2015.4268%2081.2109%2015.0811C81.3809%2014.7354%2081.624%2014.4307%2081.9404%2014.167C82.2568%2013.9033%2082.6406%2013.6953%2083.0918%2013.543C83.5488%2013.3906%2084.0586%2013.3145%2084.6211%2013.3145C85.418%2013.3145%2086.1006%2013.4492%2086.6689%2013.7188C87.2432%2013.9824%2087.6826%2014.3428%2087.9873%2014.7998C88.292%2015.251%2088.4443%2015.7607%2088.4443%2016.3291H86.3262C86.3262%2016.0771%2086.2617%2015.8428%2086.1328%2015.626C86.0098%2015.4033%2085.8223%2015.2246%2085.5703%2015.0898C85.3184%2014.9492%2085.002%2014.8789%2084.6211%2014.8789C84.2578%2014.8789%2083.9561%2014.9375%2083.7158%2015.0547C83.4814%2015.166%2083.3057%2015.3125%2083.1885%2015.4941C83.0771%2015.6758%2083.0215%2015.875%2083.0215%2016.0918C83.0215%2016.25%2083.0508%2016.3936%2083.1094%2016.5225C83.1738%2016.6455%2083.2793%2016.7598%2083.4258%2016.8652C83.5723%2016.9648%2083.7715%2017.0586%2084.0234%2017.1465C84.2812%2017.2344%2084.6035%2017.3193%2084.9902%2017.4014C85.7168%2017.5537%2086.3408%2017.75%2086.8623%2017.9902C87.3896%2018.2246%2087.7939%2018.5293%2088.0752%2018.9043C88.3564%2019.2734%2088.4971%2019.7422%2088.4971%2020.3105C88.4971%2020.7324%2088.4062%2021.1191%2088.2246%2021.4707C88.0488%2021.8164%2087.791%2022.1182%2087.4512%2022.376C87.1113%2022.6279%2086.7041%2022.8242%2086.2295%2022.9648C85.7607%2023.1055%2085.2334%2023.1758%2084.6475%2023.1758C83.7861%2023.1758%2083.0566%2023.0234%2082.459%2022.7188C81.8613%2022.4082%2081.4072%2022.0127%2081.0967%2021.5322C80.792%2021.0459%2080.6396%2020.542%2080.6396%2020.0205H82.6875C82.7109%2020.4131%2082.8193%2020.7266%2083.0127%2020.9609C83.2119%2021.1895%2083.458%2021.3564%2083.751%2021.4619C84.0498%2021.5615%2084.3574%2021.6113%2084.6738%2021.6113C85.0547%2021.6113%2085.374%2021.5615%2085.6318%2021.4619C85.8896%2021.3564%2086.0859%2021.2158%2086.2207%2021.04C86.3555%2020.8584%2086.4229%2020.6533%2086.4229%2020.4248Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_176_196'%3e%3crect%20width='90'%20height='32'%20fill='currentColor'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
+ export {
3
+ C as default
4
+ };
@@ -0,0 +1,9 @@
1
+ import * as e from "react";
2
+ const a = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 337 159", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M79.5863 33.513C79.5863 22.0585 91.1187 14.1987 101.78 18.387L109.515 21.4258V158.194L79.5863 153.919V33.513Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 }), /* @__PURE__ */ e.createElement("path", { d: "M23.9935 86.1065L71.7922 86.1065L76.0677 116.035L23.9934 116.035L23.9935 86.1065Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 }), /* @__PURE__ */ e.createElement("mask", { id: "mask0_7387_59054", style: {
3
+ maskType: "alpha"
4
+ }, maskUnits: "userSpaceOnUse", x: 23, y: 16, width: 88, height: 143 }, /* @__PURE__ */ e.createElement("mask", { id: "path-3-inside-1_7387_59054", fill: "var(--mantine-color-body)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M101.997 17.8266C90.941 13.4831 78.9814 21.6341 78.9814 33.5128V158.888H110.114V21.0154L101.997 17.8266ZM76.7608 116.637L72.3133 85.5045H23.3906L23.3906 116.637H76.7608Z" })), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M101.997 17.8266C90.941 13.4831 78.9814 21.6341 78.9814 33.5128V158.888H110.114V21.0154L101.997 17.8266ZM76.7608 116.637L72.3133 85.5045H23.3906L23.3906 116.637H76.7608Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M101.997 17.8266L101.557 18.947H101.557L101.997 17.8266ZM78.9814 158.888H77.7776V160.092H78.9814V158.888ZM110.114 158.888V160.092H111.318V158.888H110.114ZM110.114 21.0154H111.318V20.1949L110.554 19.8949L110.114 21.0154ZM72.3133 85.5045L73.505 85.3342L73.3573 84.3007H72.3133V85.5045ZM76.7608 116.637V117.841H78.1488L77.9525 116.467L76.7608 116.637ZM23.3906 85.5045V84.3007H22.1868L22.1868 85.5045H23.3906ZM23.3906 116.637H22.1868L22.1868 117.841H23.3906V116.637ZM80.1852 33.5128C80.1852 22.4826 91.2905 14.9138 101.557 18.947L102.437 16.7062C90.5914 12.0524 77.7776 20.7857 77.7776 33.5128H80.1852ZM80.1852 158.888V33.5128H77.7776V158.888H80.1852ZM110.114 157.684H78.9814V160.092H110.114V157.684ZM108.91 21.0154V158.888H111.318V21.0154H108.91ZM101.557 18.947L109.674 22.1358L110.554 19.8949L102.437 16.7062L101.557 18.947ZM71.1216 85.6747L75.5691 116.807L77.9525 116.467L73.505 85.3342L71.1216 85.6747ZM23.3906 86.7083H72.3133V84.3007H23.3906V86.7083ZM24.5944 116.637L24.5944 85.5045H22.1868L22.1868 116.637H24.5944ZM76.7608 115.433H23.3906V117.841H76.7608V115.433Z", fill: "var(--mantine-color-body)", mask: "url(#path-3-inside-1_7387_59054)" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0_7387_59054)" }, /* @__PURE__ */ e.createElement("path", { d: "M77.0664 18.1541C81.7352 13.0562 89.0437 11.3265 95.5023 13.7906L117.389 22.1409L23.7324 125.368L13.2704 103.395C10.3195 97.1972 11.4223 89.8291 16.0584 84.7671L77.0664 18.1541Z", fill: "#E9ECEF" })), /* @__PURE__ */ e.createElement("path", { d: "M79.5863 33.513C79.5863 22.0585 91.1187 14.1987 101.78 18.387L109.515 21.4258V158.194L79.5863 153.919V33.513Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 }), /* @__PURE__ */ e.createElement("path", { d: "M23.9935 86.1065L71.7922 86.1065L76.0677 116.035L23.9934 116.035L23.9935 86.1065Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 }), /* @__PURE__ */ e.createElement("path", { d: "M71.7699 17.7448C76.319 12.7779 83.4603 11.1317 89.7246 13.606L109.092 21.2557L23.5426 115.576L13.9938 96.1212C11.0462 90.1158 12.0798 82.9177 16.5981 77.9844L71.7699 17.7448Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 }), /* @__PURE__ */ e.createElement("mask", { id: "path-9-inside-2_7387_59054", fill: "var(--mantine-color-body)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", stroke: "light-dark(transparent,#fff)", d: "M131.2 12C125.083 12 120.125 16.9585 120.125 23.075V147.252C120.125 153.369 125.083 158.327 131.2 158.327H216.756C222.873 158.327 227.831 153.369 227.831 147.252V47.9021L200.905 35.0799L191.929 12L131.2 12ZM149.217 38.6852C147.887 38.6852 146.809 39.7631 146.809 41.0928V129.235C146.809 130.564 147.887 131.642 149.217 131.642H197.772C199.101 131.642 200.179 130.564 200.179 129.235V41.0928C200.179 39.7631 199.101 38.6852 197.772 38.6852H149.217Z" })), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", fill: "var(--mantine-color-body)", stroke: "light-dark(transperent,#fff)", d: "M131.2 12C125.083 12 120.125 16.9585 120.125 23.075V147.252C120.125 153.369 125.083 158.327 131.2 158.327H216.756C222.873 158.327 227.831 153.369 227.831 147.252V47.9021L200.905 35.0799L191.929 12L131.2 12ZM149.217 38.6852C147.887 38.6852 146.809 39.7631 146.809 41.0928V129.235C146.809 130.564 147.887 131.642 149.217 131.642H197.772C199.101 131.642 200.179 130.564 200.179 129.235V41.0928C200.179 39.7631 199.101 38.6852 197.772 38.6852H149.217Z" }), /* @__PURE__ */ e.createElement("path", { fill: "light-dark(transparent,#fff)", d: "M227.831 47.9021H229.035V47.142L228.349 46.8152L227.831 47.9021ZM200.905 35.0799L199.783 35.5162L199.956 35.9614L200.387 36.1668L200.905 35.0799ZM191.929 12L193.051 11.5637L192.753 10.7962L191.929 10.7962V12ZM121.329 23.075C121.329 17.6233 125.748 13.2038 131.2 13.2038V10.7962C124.419 10.7962 118.921 16.2936 118.921 23.075H121.329ZM121.329 147.252V23.075H118.921V147.252H121.329ZM131.2 157.124C125.748 157.124 121.329 152.704 121.329 147.252H118.921C118.921 154.034 124.419 159.531 131.2 159.531V157.124ZM216.756 157.124H131.2V159.531H216.756V157.124ZM226.627 147.252C226.627 152.704 222.208 157.124 216.756 157.124V159.531C223.538 159.531 229.035 154.034 229.035 147.252H226.627ZM226.627 47.9021V147.252H229.035V47.9021H226.627ZM200.387 36.1668L227.314 48.9889L228.349 46.8152L201.422 33.993L200.387 36.1668ZM190.807 12.4363L199.783 35.5162L202.027 34.6436L193.051 11.5637L190.807 12.4363ZM131.2 13.2038H191.929V10.7962H131.2V13.2038ZM148.013 41.0928C148.013 40.428 148.552 39.889 149.217 39.889V37.4814C147.222 37.4814 145.605 39.0983 145.605 41.0928H148.013ZM148.013 129.235V41.0928H145.605V129.235H148.013ZM149.217 130.439C148.552 130.439 148.013 129.9 148.013 129.235H145.605C145.605 131.229 147.222 132.846 149.217 132.846V130.439ZM197.772 130.439H149.217V132.846H197.772V130.439ZM198.975 129.235C198.975 129.9 198.436 130.439 197.772 130.439V132.846C199.766 132.846 201.383 131.229 201.383 129.235H198.975ZM198.975 41.0928V129.235H201.383V41.0928H198.975ZM197.772 39.889C198.436 39.889 198.975 40.428 198.975 41.0928H201.383C201.383 39.0983 199.766 37.4814 197.772 37.4814V39.889ZM149.217 39.889H197.772V37.4814H149.217V39.889Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", mask: "url(#path-9-inside-2_7387_59054)" }), /* @__PURE__ */ e.createElement("path", { d: "M192.528 36.8271V13.4531L209.195 30.1202L226.375 47.3002H203.001C197.217 47.3002 192.528 42.6112 192.528 36.8271Z", fill: "#E9ECEF", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 }), /* @__PURE__ */ e.createElement("path", { d: "M300.321 14.6903C303.186 11.563 307.682 10.5265 311.626 12.0844L334.846 21.2557L249.296 115.576L238.3 93.1709C236.225 88.9449 236.953 83.8796 240.132 80.408L300.321 14.6903Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 }), /* @__PURE__ */ e.createElement("mask", { id: "mask1_7387_59054", style: {
5
+ maskType: "alpha"
6
+ }, maskUnits: "userSpaceOnUse", x: 236, y: 10, width: 100, height: 107 }, /* @__PURE__ */ e.createElement("path", { d: "M300.321 14.6903C303.186 11.563 307.682 10.5265 311.626 12.0844L334.846 21.2557L249.296 115.576L238.3 93.1709C236.225 88.9449 236.953 83.8796 240.132 80.408L300.321 14.6903Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask1_7387_59054)" }, /* @__PURE__ */ e.createElement("path", { d: "M298.066 8.06713C298.066 4.67322 301.483 2.34436 304.642 3.58535L329.199 13.2326V151.106H298.066V8.06713Z", fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("path", { d: "M293.625 78.8333L293.625 109.966L240.255 109.966L228.543 85.7446C226.997 82.5471 229.326 78.8332 232.878 78.8332L293.625 78.8333Z", fill: "#E9ECEF" })), /* @__PURE__ */ e.createElement("path", { d: "M300.321 14.6903C303.186 11.563 307.682 10.5265 311.626 12.0844L334.846 21.2557L249.296 115.576L238.3 93.1709C236.225 88.9449 236.953 83.8796 240.132 80.408L300.321 14.6903Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 }), /* @__PURE__ */ e.createElement("path", { d: "M305.344 15.8501C305.344 12.8804 308.334 10.8427 311.098 11.9285L335.273 21.4258V153.919L305.344 158.194V15.8501Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 }), /* @__PURE__ */ e.createElement("path", { d: "M241.773 86.1065L301.826 86.1065L297.55 116.035L249.527 116.035L237.979 92.154C236.627 89.3562 238.665 86.1065 241.773 86.1065Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 1.2038 }));
7
+ export {
8
+ a as default
9
+ };
@@ -0,0 +1,5 @@
1
+ import * as r from "react";
2
+ const e = (t) => /* @__PURE__ */ r.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 154 140", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ r.createElement("path", { d: "M74.7323 24.1281L74.8581 24.2823L75.0554 24.3079L100.634 27.6206L121.542 105.653C122.786 110.296 120.031 115.068 115.388 116.312L39.8251 136.559C35.1822 137.804 30.4098 135.048 29.1657 130.405L3.34348 34.0353C2.09941 29.3923 4.85474 24.6199 9.49769 23.3759L62.5239 9.16753L74.7323 24.1281Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ r.createElement("path", { d: "M69.145 30.6958L63.5024 9.6374L81.9008 20.2597L100.863 31.2074L79.8044 36.85C75.1615 38.0941 70.3891 35.3388 69.145 30.6958Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ r.createElement("path", { d: "M129.168 33.4026L129.186 33.4421L129.21 33.478L144.619 56.4792L124.907 130.119C123.664 134.763 118.891 137.52 114.247 136.275L38.6866 116.029C34.0436 114.785 31.2883 110.012 32.5324 105.369L58.2787 9.28285C59.5228 4.6399 64.2951 1.88457 68.9381 3.12864L122.046 17.3589L129.168 33.4026Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ r.createElement("path", { d: "M116.934 39.2916L122.577 18.2331L133.199 36.6315L144.147 55.5935L123.088 49.9509C118.445 48.7069 115.69 43.9345 116.934 39.2916Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ r.createElement("path", { d: "M100.511 23.2241L100.583 23.409L100.762 23.4943L124.715 34.9006V130.187C124.715 134.992 120.82 138.887 116.015 138.887H37.4617C32.6568 138.887 28.7617 134.992 28.7617 130.187V11.4671C28.7617 6.6622 32.6568 2.76709 37.4617 2.76709L92.5554 2.76709L100.511 23.2241Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ r.createElement("rect", { x: 38.2911, y: 96.9307, width: 91.2888, height: 17.4578, rx: 1.5, transform: "rotate(-45 38.2911 96.9307)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ r.createElement("rect", { x: 102.842, y: 109.275, width: 91.2888, height: 17.4578, rx: 1.5, transform: "rotate(-135 102.842 109.275)", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ r.createElement("path", { d: "M93.3984 25.3849V3.4742L108.473 18.5487L124.009 34.0849H102.098C97.2936 34.0849 93.3984 30.1898 93.3984 25.3849Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }));
3
+ export {
4
+ e as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 155 140", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M75.2323 24.5522L75.3581 24.7064L75.5554 24.7319L101.134 28.0447L122.042 106.077C123.286 110.72 120.531 115.492 115.888 116.736L40.3251 136.984C35.6822 138.228 30.9098 135.472 29.6657 130.829L3.84348 34.4593C2.59941 29.8164 5.35474 25.044 9.99769 23.7999L63.0239 9.5916L75.2323 24.5522Z", fill: "white", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("path", { d: "M69.645 31.1199L64.0024 10.0615L82.4008 20.6838L101.363 31.6315L80.3044 37.2741C75.6615 38.5182 70.8891 35.7628 69.645 31.1199Z", fill: "#E9ECEF", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("path", { d: "M129.669 33.8267L129.687 33.8662L129.711 33.9021L145.12 56.9033L125.408 130.543C124.165 135.187 119.392 137.944 114.748 136.699L39.1875 116.453C34.5446 115.209 31.7893 110.436 33.0333 105.794L58.7797 9.70692C60.0237 5.06397 64.7961 2.30864 69.4391 3.55271L122.547 17.7829L129.669 33.8267Z", fill: "white", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("path", { d: "M117.435 39.7156L123.078 18.6572L133.7 37.0556L144.648 56.0176L123.589 50.375C118.946 49.1309 116.191 44.3586 117.435 39.7156Z", fill: "#E9ECEF", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("path", { d: "M101.01 23.6481L101.082 23.8331L101.261 23.9183L125.214 35.3247V130.611C125.214 135.416 121.319 139.311 116.514 139.311H37.9607C33.1559 139.311 29.2607 135.416 29.2607 130.611V11.8912C29.2607 7.08628 33.1559 3.19116 37.9607 3.19116L93.0544 3.19116L101.01 23.6481Z", fill: "white", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("path", { d: "M93.8975 25.809V3.89827L108.972 18.9728L124.508 34.509H102.597C97.7926 34.509 93.8975 30.6139 93.8975 25.809Z", fill: "#E9ECEF", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("rect", { x: 42.1387, y: 16.0684, width: 42.8072, height: 5.3509, rx: 2.67545, fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("rect", { x: 42.1387, y: 29.4458, width: 38.794, height: 5.3509, rx: 2.67545, fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("rect", { x: 42.1387, y: 42.823, width: 69.5617, height: 5.3509, rx: 2.67545, fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("rect", { x: 42.1387, y: 56.2002, width: 50.8335, height: 5.3509, rx: 2.67545, fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("rect", { x: 42.1387, y: 69.5774, width: 62.8731, height: 5.3509, rx: 2.67545, fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("rect", { x: 42.1387, y: 82.9546, width: 56.1845, height: 5.3509, rx: 2.67545, fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("rect", { x: 42.1387, y: 96.332, width: 64.2108, height: 5.3509, rx: 2.67545, fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("rect", { x: 42.1387, y: 109.709, width: 57.5222, height: 5.3509, rx: 2.67545, fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("rect", { x: 92.9727, y: 123.086, width: 18.7282, height: 5.3509, rx: 2.67545, fill: "#E9ECEF" }));
3
+ export {
4
+ l as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as t from "react";
2
+ const r = (e) => /* @__PURE__ */ t.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 147 140", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M132.519 58.7093L132.449 58.8951L132.526 59.078L136.772 69.1963L111.072 97.9667C109.352 99.8923 106.396 100.059 104.471 98.3388L81.7855 78.0746C79.8599 76.3546 79.6933 73.3992 81.4134 71.4736L112.929 36.1925C114.649 34.267 117.605 34.1004 119.53 35.8204L135.685 50.2512L132.519 58.7093Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("path", { d: "M131.041 56.7143L135.842 51.3393L136.307 59.5909L136.788 68.1167L131.413 63.3153C129.487 61.5952 129.321 58.6399 131.041 56.7143Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("rect", { x: 116.451, y: 39.9419, width: 18, height: 2.25, rx: 1.125, transform: "rotate(41.7737 116.451 39.9419)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 112.704, y: 44.1372, width: 16.3125, height: 2.25, rx: 1.125, transform: "rotate(41.7737 112.704 44.1372)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 108.957, y: 48.332, width: 29.25, height: 2.25, rx: 1.125, transform: "rotate(41.7737 108.957 48.332)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 105.209, y: 52.5269, width: 21.375, height: 2.25, rx: 1.125, transform: "rotate(41.7737 105.209 52.5269)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 101.462, y: 56.7222, width: 26.4375, height: 2.25, rx: 1.125, transform: "rotate(41.7737 101.462 56.7222)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 97.7148, y: 60.9175, width: 23.625, height: 2.25, rx: 1.125, transform: "rotate(41.7737 97.7148 60.9175)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 93.9678, y: 65.1123, width: 27, height: 2.25, rx: 1.125, transform: "rotate(41.7737 93.9678 65.1123)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 90.2197, y: 69.3071, width: 24.1875, height: 2.25, rx: 1.125, transform: "rotate(41.7737 90.2197 69.3071)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 102.414, y: 87.7422, width: 7.875, height: 2.25, rx: 1.125, transform: "rotate(41.7737 102.414 87.7422)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("path", { d: "M101.159 22.4082L101.178 22.6058L101.327 22.7368L112.389 32.4717L98.2818 82.0455C97.3144 85.4452 93.7742 87.4169 90.3745 86.4495L51.3659 75.3489C47.9662 74.3814 45.9945 70.8412 46.9619 67.4415L64.2262 6.77338C65.1936 3.37373 68.7338 1.40202 72.1335 2.36945L100.022 10.3057L101.159 22.4082Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("path", { d: "M97.8985 20.846L100.639 11.2163L106.196 21.1951L111.932 31.4936L102.302 28.7533C98.9028 27.7859 96.9311 24.2457 97.8985 20.846Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("rect", { x: 70.7939, y: 9.26611, width: 24, height: 3, rx: 1.5, transform: "rotate(15.8847 70.7939 9.26611)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 68.7412, y: 16.48, width: 21.75, height: 3, rx: 1.5, transform: "rotate(15.8847 68.7412 16.48)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 66.6885, y: 23.6934, width: 39, height: 3, rx: 1.5, transform: "rotate(15.8847 66.6885 23.6934)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 64.6357, y: 30.9067, width: 28.5, height: 3, rx: 1.5, transform: "rotate(15.8847 64.6357 30.9067)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 62.583, y: 38.1206, width: 35.25, height: 3, rx: 1.5, transform: "rotate(15.8847 62.583 38.1206)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 60.5303, y: 45.3345, width: 31.5, height: 3, rx: 1.5, transform: "rotate(15.8847 60.5303 45.3345)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 58.4775, y: 52.5479, width: 36, height: 3, rx: 1.5, transform: "rotate(15.8847 58.4775 52.5479)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 56.4248, y: 59.7612, width: 32.25, height: 3, rx: 1.5, transform: "rotate(15.8847 56.4248 59.7612)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 81.7842, y: 74.7754, width: 10.5, height: 3, rx: 1.5, transform: "rotate(15.8847 81.7842 74.7754)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("path", { d: "M58.4567 17.9816L58.5414 18.161L58.7261 18.2335L77.1139 25.449L81.9605 94.106C82.2989 98.899 78.6877 103.059 73.8947 103.397L19.9525 107.205C15.1596 107.543 10.9998 103.932 10.6615 99.1391L4.73936 15.2455C4.40102 10.4525 8.01219 6.29279 12.8051 5.95445L51.4845 3.22403L58.4567 17.9816Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("path", { d: "M53.3431 17.5876L52.3748 3.87007L64.179 14.1176L76.3517 24.6851L62.6341 25.6534C57.8412 25.9918 53.6815 22.3806 53.3431 17.5876Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("rect", { x: 14.2725, y: 15.3745, width: 32, height: 4, rx: 2, transform: "rotate(-4.03788 14.2725 15.3745)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 14.9766, y: 25.3496, width: 29, height: 4, rx: 2, transform: "rotate(-4.03788 14.9766 25.3496)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 15.6807, y: 35.3247, width: 52, height: 4, rx: 2, transform: "rotate(-4.03788 15.6807 35.3247)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 16.3848, y: 45.2998, width: 38, height: 4, rx: 2, transform: "rotate(-4.03788 16.3848 45.2998)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 17.0889, y: 55.2754, width: 47, height: 4, rx: 2, transform: "rotate(-4.03788 17.0889 55.2754)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 17.793, y: 65.2505, width: 42, height: 4, rx: 2, transform: "rotate(-4.03788 17.793 65.2505)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 18.4971, y: 75.2256, width: 48, height: 4, rx: 2, transform: "rotate(-4.03788 18.4971 75.2256)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 19.2012, y: 85.2007, width: 43, height: 4, rx: 2, transform: "rotate(-4.03788 19.2012 85.2007)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 57.8115, y: 92.5, width: 14, height: 4, rx: 2, transform: "rotate(-4.03788 57.8115 92.5)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("path", { d: "M1.81319 72.8344C1.44457 67.7931 5.43525 63.5 10.49 63.5H32.1278C33.8037 63.5 35.4439 63.984 36.8513 64.8939L47.7742 71.9558C49.3433 72.9703 51.1721 73.51 53.0406 73.51H127.587C132.679 73.51 136.683 77.8642 136.257 82.9386L132.173 131.529C131.794 136.035 128.026 139.5 123.503 139.5H14.7748C10.2161 139.5 6.43038 135.981 6.09794 131.434L1.81319 72.8344Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("path", { d: "M18.5928 133.593H119.689", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M18.1318 130.396H120.207", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M17.7031 127.198H120.725", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M15.3066 124H123.156", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }));
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,7 @@
1
+ import * as e from "react";
2
+ const t = (r) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 114 183", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ e.createElement("path", { d: "M25.9106 85.0143L30.5825 83.4203L82.8176 83.1978L93.4205 88.0173L98.759 91.9099L104.58 102.327L110.882 118.566L112.995 130.985L112.142 136.768L108.361 142.737L100.909 145.74L92.0488 146.259L91.8263 160.829V168.651L88.7493 172.618L85.3756 173.953H48.6732L33.881 174.324L26.1698 173.248L22.4996 169.059L22.0547 164.351L21.8693 146.333L11.6371 145.518L4.29665 141.699L1.03516 135.582L1.62594 125.202L4.96339 113.005L10.0815 101.178L14.4545 92.8738L18.7186 89.3148L25.9106 85.0143Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M21.9297 146V166C21.9297 170.418 25.5114 174 29.9297 174H83.9297C88.348 174 91.9297 170.418 91.9297 166V146", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M40.8211 80C34.2242 81.7677 19.944 86.5706 15.5984 91.6409C10.1664 97.9787 -2.1212 126.305 1.62976 136.911C5.38073 147.517 19.7371 147.647 39.0093 143.896C37.6727 140.835 35.8016 133.031 39.0093 126.305L23.286 125.705M13.7873 125.4L23.286 125.705M24.3587 104.575L23.286 125.705", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M32.5091 126.28C31.2835 129.944 29.781 138.83 33.5755 145.066", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M72.9367 80C79.5336 81.7677 93.8138 86.5706 98.1594 91.6409C103.591 97.9787 115.879 126.305 112.128 136.911C108.377 147.517 94.0207 147.647 74.7485 143.896C76.0851 140.835 77.9562 133.031 74.7485 126.305L90.4719 125.705M99.9705 125.4L90.4719 125.705M89.3991 104.575L90.4719 125.705", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M81.2487 126.28C82.4743 129.944 83.9769 138.83 80.1823 145.066", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("rect", { x: 70.7812, y: 107, width: 14, height: 4, rx: 0.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M83.6758 111V119.157C83.6758 119.986 83.0042 120.657 82.1758 120.657H73.3867C72.5583 120.657 71.8867 119.986 71.8867 119.157V111H83.6758Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M60.3203 105.167L68.5459 164.803C68.9333 167.612 68.0456 170.442 66.1348 172.524L65.9473 172.723L59.1631 179.702C57.8317 181.071 55.6594 181.114 54.2754 179.83L54.1436 179.702L47.3594 172.723C45.3828 170.69 44.4211 167.884 44.7266 165.075L44.7598 164.803L52.9854 105.167H60.3203Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("mask", { id: "mask0_8944_269133", style: {
3
+ maskType: "alpha"
4
+ }, maskUnits: "userSpaceOnUse", x: 44, y: 104, width: 26, height: 78 }, /* @__PURE__ */ e.createElement("path", { d: "M60.3242 105.167L68.5498 164.803C68.9372 167.612 68.0495 170.442 66.1387 172.524L65.9512 172.723L59.167 179.702C57.8356 181.071 55.6633 181.113 54.2793 179.83L54.1475 179.702L47.3633 172.723C45.3867 170.69 44.425 167.884 44.7305 165.075L44.7637 164.803L52.9893 105.167H60.3242Z", fill: "var(--mantine-color-body)", stroke: "#228BE6" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0_8944_269133)" }, /* @__PURE__ */ e.createElement("path", { d: "M34.6484 99.5L94.6484 134.5", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M34.6484 118.5L94.6484 153.5", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M34.6484 137.5L94.6484 172.5", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M34.6484 156.5L94.6484 191.5", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("path", { d: "M50.8359 82.0398H62.4707C64.956 82.0398 66.9707 84.0545 66.9707 86.5398V96.1238C66.9707 96.8725 66.7841 97.6077 66.4297 98.2634L66.2676 98.5398L63.3008 103.202C62.4748 104.5 61.0425 105.286 59.5039 105.286H53.8027C52.3604 105.286 51.0115 104.595 50.168 103.439L50.0068 103.202L47.0391 98.5398C46.5796 97.8179 46.336 96.9795 46.3359 96.1238V86.5398C46.3359 84.0545 48.3507 82.0398 50.8359 82.0398Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M29.6522 78.5391L37.1492 70.3494L56.6519 83.7779L43.5319 100.191L29.5101 82.4233C28.5989 81.2688 28.6591 79.624 29.6522 78.5391Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M83.6525 78.5391L76.1555 70.3494L56.6528 83.7779L69.7728 100.191L83.7946 82.4233C84.7058 81.2688 84.6456 79.624 83.6525 78.5391Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M57.4561 83.0483C56.9962 83.3402 56.4172 83.3583 55.9424 83.103L55.8486 83.0483L37.7217 71.5415C36.9774 71.069 37.1748 69.9658 37.9717 69.7378L38.1396 69.7046L38.9443 69.6079C50.3405 68.2485 61.8543 68.2064 73.2578 69.481L74.3604 69.6079L75.165 69.7036C76.0404 69.808 76.3398 70.889 75.7197 71.439L75.583 71.5415L57.4561 83.0483Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M29.6582 78.5352L32.0329 75.9446L47.6995 94.9684L43.5964 100.191L29.5184 82.4256C28.603 81.2705 28.6623 79.6216 29.6582 78.5352Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M83.6465 78.5352L81.2718 75.9446L65.6052 94.9684L69.7083 100.191L83.7863 82.4256C84.7016 81.2705 84.6424 79.6216 83.6465 78.5352Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M37.1492 70.3494L29.6522 78.5391C28.6591 79.624 28.5989 81.2688 29.5101 82.4233L43.5319 100.191L56.6519 83.7779", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M76.1555 70.3494L83.6525 78.5391C84.6456 79.624 84.7058 81.2688 83.7946 82.4233L69.7728 100.191L56.6528 83.7779", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M91.5138 41.6598C95.1139 42.6459 97.1924 47.1881 95.8787 51.9845C94.5648 56.781 90.4615 59.6306 86.8613 58.6445C83.2612 57.6583 81.1828 53.1154 82.4967 48.3188C83.8107 43.5225 87.9138 40.6737 91.5138 41.6598Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M101.527 45.5427L107.016 42.54", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M101.055 53.2209L106.461 53.8215", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M97.8398 59.741L103.973 64.4165", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M23.1971 41.6598C19.5971 42.6459 17.5185 47.1881 18.8322 51.9845C20.1461 56.781 24.2495 59.6306 27.8496 58.6445C31.4498 57.6583 33.5281 53.1154 32.2143 48.3188C30.9003 43.5225 26.7972 40.6737 23.1971 41.6598Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M13.1836 45.5427L7.69531 42.54", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M13.6562 53.2209L8.25 53.8215", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M16.8711 59.741L10.7383 64.4165", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M56.7861 14.0835C72.3571 13.5682 80.7078 17.3524 85.208 23.436C89.7402 29.563 90.4805 38.1535 90.4805 47.5444C90.4805 66.0298 75.2631 81.0396 56.7695 81.0396C38.2986 81.0395 24.2266 66.0517 24.2266 47.5435C24.2266 38.159 25.0554 30.072 29.4854 24.1968C33.7553 18.5339 41.4678 14.812 55.417 14.1392L56.7861 14.0835Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M21.0039 27.1233C21.0039 35.1897 23.2852 40.5179 24.4258 42.1736C25.4028 32.3697 31.4266 25.4084 35.3416 23.3515C33.7035 24.5043 33.5005 27.3145 33.6037 28.5755C64.0294 30.5175 74.9626 23.9001 76.6259 20.3486C76.112 30.3368 89.802 33.7511 90.5171 43.4107C98.8248 22.048 86.4261 14.8192 79.1883 13.8751C79.6379 9.42454 75.466 0.523438 55.1822 0.523438C29.8275 0.523438 21.0039 17.0403 21.0039 27.1233Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M48.5742 68.2942C48.5742 65.5196 52.5048 63.2703 57.3535 63.2703C62.2022 63.2703 66.1328 65.5196 66.1328 68.2942", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M37.0742 42.6514C39.688 43.1864 45.4214 42.8859 47.4453 37.4041", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M47.4453 50.1521C47.4453 52.6581 45.2478 54.6896 42.5371 54.6896C39.8264 54.6896 37.6289 52.6581 37.6289 50.1521", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M77.6328 42.6514C75.0191 43.1864 69.2856 42.8859 67.2617 37.4041", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M67.2617 50.1521C67.2617 52.6581 69.4592 54.6896 72.1699 54.6896C74.8806 54.6896 77.0781 52.6581 77.0781 50.1521", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M49.9297 138.5L46.4297 141.5L45.4297 136L47.4297 126L48.9297 120.5L51.9297 119.5L56.4297 120L61.4297 119L64.9297 121L66.9297 133L67.4297 143.5L64.9297 143L61.4297 138.5L50.4297 137.5L49.9297 138.5Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M38.9297 126.5C41.0964 124 48.6297 119.381 53.4297 119.381C58.6469 119.381 62.352 121.649 62.9012 124.542C63.0528 125.341 62.4013 125.996 61.5934 125.903C59.0847 125.615 54.9057 124.056 52.4297 124.881C48.6054 126.156 47.9297 128.881 51.4297 129.381C55.9119 130.021 60.9297 128.881 62.4297 131.381C63.9297 133.881 61.4297 135.381 58.4297 134.881C55.4297 134.381 52.7713 134.592 51.4297 136.381C49.9297 138.381 47.9297 143.5 38.9297 143M56.9297 119.881C57.9297 119.381 60.1408 118.487 61.9297 119.381C67.9297 122.381 69.9297 126.5 74.9297 126.5M50.622 137.881C51.0438 139.428 52.752 141.923 55.6774 141.465C56.8 141.29 57.4297 140.163 57.4297 139.027V138.881C58.4297 141.214 66.5297 145.4 74.9297 143", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }));
5
+ export {
6
+ t as default
7
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const a = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 193 210", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M24.3545 65.2969H97.8545V132.297H4.35449C2.4215 132.297 0.854492 130.73 0.854492 128.797V88.7969C0.854492 75.8182 11.3758 65.2969 24.3545 65.2969Z", fill: "white", stroke: "black" }), /* @__PURE__ */ e.createElement("path", { d: "M98.3545 65.2969C109.124 65.2969 117.854 74.0273 117.854 84.7969V132.297H78.8545V84.7969C78.8545 74.0273 87.5849 65.2969 98.3545 65.2969Z", fill: "#E9ECEF", stroke: "black" }), /* @__PURE__ */ e.createElement("path", { d: "M109.756 173.297C122.66 173.297 131.155 159.842 125.607 148.191L118.039 132.297H79.1465L93.9043 163.288C96.8158 169.402 102.984 173.297 109.756 173.297Z", stroke: "black" }), /* @__PURE__ */ e.createElement("mask", { id: "path-4-inside-1_12586_484308", fill: "white" }, /* @__PURE__ */ e.createElement("path", { d: "M42.3545 132.797H56.3545V209.797H42.3545V132.797Z" })), /* @__PURE__ */ e.createElement("path", { d: "M56.3545 132.797H55.3545V209.797H56.3545H57.3545V132.797H56.3545ZM42.3545 209.797H43.3545V132.797H42.3545H41.3545V209.797H42.3545Z", fill: "black", mask: "url(#path-4-inside-1_12586_484308)" }), /* @__PURE__ */ e.createElement("path", { d: "M43.3545 132.797H55.3545V174.797L54.6734 173.662C47.2669 161.318 43.3545 147.193 43.3545 132.797Z", fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("rect", { x: 149.772, y: 15.0427, width: 27, height: 19, rx: 3.5, transform: "rotate(-13 149.772 15.0427)", fill: "white", stroke: "black" }), /* @__PURE__ */ e.createElement("path", { d: "M167.913 24.6933C166.929 25.7852 165.367 26.1457 164.004 25.5957L152.891 21.1124C149.717 19.8318 150.078 15.2262 153.413 14.4563L172.549 10.0385C175.884 9.2686 178.227 13.2499 175.936 15.7923L167.913 24.6933Z", fill: "white", stroke: "black" }), /* @__PURE__ */ e.createElement("path", { d: "M117.354 69.9349C121.688 68.6016 130.354 62.9349 130.354 50.9349C130.354 35.9349 118.792 35.9349 124.854 25.4349C129.704 17.0349 142.542 21.9349 148.354 25.4349", stroke: "black", strokeDasharray: "8 8" }), /* @__PURE__ */ e.createElement("path", { d: "M67.1711 106.045C68.552 106.805 68.552 108.789 67.1711 109.549L46.0661 121.165C44.7332 121.899 43.1017 120.935 43.1017 119.413V114.993C43.1017 113.889 42.2063 112.993 41.1017 112.993H10.3545C9.24992 112.993 8.35449 112.098 8.35449 110.993V104.601C8.35449 103.496 9.24992 102.601 10.3545 102.601H41.1017C42.2063 102.601 43.1017 101.705 43.1017 100.601V96.1806C43.1017 94.6591 44.7332 93.6948 46.0661 94.4285L67.1711 106.045Z", fill: "#E9ECEF", stroke: "black", strokeLinecap: "round" }));
3
+ export {
4
+ a as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const C = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 137 143", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("rect", { x: 47.4624, y: 9.9233, width: 61, height: 51.9067, rx: 3.30267, transform: "rotate(13.2101 47.4624 9.9233)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { x: 49.5405, y: 1.07076, width: 61, height: 35.3733, rx: 3.30267, transform: "rotate(13.2101 49.5405 1.07076)", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("rect", { x: 49.5405, y: 1.07076, width: 61, height: 35.3733, rx: 3.30267, transform: "rotate(13.2101 49.5405 1.07076)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M57.7743 8.77756C57.6405 8.81926 57.498 8.82436 57.3616 8.79234C57.2252 8.76032 57.0999 8.69235 56.9987 8.59549C56.8981 8.4993 56.825 8.3781 56.7867 8.24434L55.7121 4.70429C55.7086 4.69254 55.7058 4.68055 55.7039 4.66841C55.6843 4.54195 55.696 4.41261 55.7378 4.29167C55.7797 4.17074 55.8505 4.06188 55.9441 3.97459C56.0377 3.88731 56.1512 3.82425 56.2747 3.79092C56.3983 3.75758 56.5281 3.75499 56.6529 3.78336L56.6547 3.78377L60.2182 4.62025C60.2229 4.62134 60.2275 4.62255 60.232 4.62388C60.2411 4.62549 60.2502 4.62761 60.2592 4.63024C60.3794 4.66506 60.4895 4.72813 60.5803 4.81418C60.6712 4.90022 60.7401 5.00675 60.7814 5.12486C60.8227 5.24298 60.8351 5.36925 60.8176 5.49314C60.8001 5.61703 60.7533 5.73495 60.6809 5.83704C60.6739 5.84696 60.6662 5.85638 60.6579 5.86522L58.1203 8.55737C58.0266 8.66015 57.9072 8.73615 57.7743 8.77756Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M63.1163 5.41189C63.2501 5.3702 63.3926 5.36509 63.529 5.39711C63.6654 5.42913 63.7907 5.4971 63.892 5.59396C63.9925 5.69015 64.0656 5.81136 64.1039 5.94512L65.1785 9.48516C65.1821 9.49691 65.1848 9.5089 65.1867 9.52104C65.2063 9.6475 65.1947 9.77684 65.1528 9.89778C65.111 10.0187 65.0401 10.1276 64.9466 10.2149C64.853 10.3021 64.7394 10.3652 64.6159 10.3985C64.4923 10.4319 64.3625 10.4345 64.2377 10.4061L64.2359 10.4057L60.6724 9.5692C60.6678 9.56811 60.6632 9.5669 60.6586 9.56558C60.6495 9.56396 60.6404 9.56184 60.6314 9.55922C60.5112 9.52439 60.4011 9.46132 60.3103 9.37528C60.2194 9.28923 60.1505 9.18271 60.1092 9.06459C60.068 8.94648 60.0556 8.8202 60.073 8.69631C60.0905 8.57242 60.1374 8.45451 60.2097 8.35242C60.2167 8.3425 60.2244 8.33308 60.2328 8.32423L62.7703 5.63208C62.864 5.5293 62.9835 5.4533 63.1163 5.41189Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.1278 15.011C58.9941 15.0527 58.8516 15.0578 58.7152 15.0257C58.5788 14.9937 58.4534 14.9258 58.3522 14.8289C58.2516 14.7327 58.1785 14.6115 58.1403 14.4777L57.0656 10.9377C57.0621 10.9259 57.0593 10.9139 57.0575 10.9018C57.0378 10.7753 57.0495 10.646 57.0913 10.5251C57.1332 10.4041 57.204 10.2953 57.2976 10.208C57.3912 10.1207 57.5047 10.0576 57.6283 10.0243C57.7518 9.99098 57.8817 9.98839 58.0064 10.0168L58.0082 10.0172L61.5717 10.8536C61.5764 10.8547 61.581 10.856 61.5855 10.8573C61.5946 10.8589 61.6037 10.861 61.6128 10.8636C61.7329 10.8985 61.843 10.9615 61.9339 11.0476C62.0247 11.1336 62.0936 11.2401 62.1349 11.3583C62.1762 11.4764 62.1886 11.6026 62.1711 11.7265C62.1536 11.8504 62.1068 11.9683 62.0345 12.0704C62.0274 12.0804 62.0197 12.0898 62.0114 12.0986L59.4739 14.7908C59.3801 14.8935 59.2607 14.9696 59.1278 15.011Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.4698 11.6453C64.6036 11.6036 64.7461 11.5985 64.8825 11.6305C65.0189 11.6625 65.1442 11.7305 65.2455 11.8274C65.346 11.9236 65.4192 12.0448 65.4574 12.1785L66.532 15.7186C66.5356 15.7303 66.5383 15.7423 66.5402 15.7544C66.5598 15.8809 66.5482 16.0102 66.5063 16.1312C66.4645 16.2521 66.3937 16.361 66.3001 16.4483C66.2065 16.5355 66.093 16.5986 65.9694 16.6319C65.8458 16.6653 65.716 16.6679 65.5912 16.6395L65.5894 16.6391L62.0259 15.8026C62.0213 15.8015 62.0167 15.8003 62.0121 15.799C62.0031 15.7974 61.994 15.7952 61.9849 15.7926C61.8647 15.7578 61.7546 15.6947 61.6638 15.6087C61.573 15.5226 61.504 15.4161 61.4628 15.298C61.4215 15.1799 61.4091 15.0536 61.4265 14.9297C61.444 14.8058 61.4909 14.6879 61.5632 14.5858C61.5702 14.5759 61.5779 14.5665 61.5863 14.5576L64.1238 11.8655C64.2176 11.7627 64.337 11.6867 64.4698 11.6453Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M60.4872 21.2463C60.3534 21.288 60.2109 21.2931 60.0745 21.2611C59.9381 21.2291 59.8128 21.1611 59.7116 21.0642C59.611 20.968 59.5379 20.8468 59.4996 20.7131L58.425 17.173C58.4215 17.1613 58.4187 17.1493 58.4168 17.1372C58.3972 17.0107 58.4089 16.8814 58.4507 16.7604C58.4926 16.6395 58.5634 16.5306 58.657 16.4433C58.7506 16.3561 58.8641 16.293 58.9876 16.2597C59.1112 16.2263 59.241 16.2237 59.3658 16.2521L59.3676 16.2525L62.9311 17.089C62.9358 17.0901 62.9404 17.0913 62.9449 17.0926C62.954 17.0942 62.9631 17.0964 62.9721 17.099C63.0923 17.1338 63.2024 17.1969 63.2932 17.2829C63.3841 17.369 63.453 17.4755 63.4943 17.5936C63.5355 17.7117 63.548 17.838 63.5305 17.9619C63.513 18.0858 63.4662 18.2037 63.3938 18.3058C63.3868 18.3157 63.3791 18.3251 63.3708 18.334L60.8332 21.0261C60.7395 21.1289 60.62 21.2049 60.4872 21.2463Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M65.8292 17.8806C65.963 17.8389 66.1055 17.8338 66.2419 17.8659C66.3783 17.8979 66.5036 17.9659 66.6049 18.0627C66.7054 18.1589 66.7785 18.2801 66.8168 18.4139L67.8914 21.9539C67.895 21.9657 67.8977 21.9777 67.8996 21.9898C67.9192 22.1163 67.9076 22.2456 67.8657 22.3665C67.8238 22.4875 67.753 22.5963 67.6594 22.6836C67.5659 22.7709 67.4523 22.834 67.3288 22.8673C67.2052 22.9006 67.0754 22.9032 66.9506 22.8748L66.9488 22.8744L63.3853 22.038C63.3806 22.0369 63.376 22.0357 63.3715 22.0343C63.3624 22.0327 63.3533 22.0306 63.3443 22.028C63.2241 21.9931 63.114 21.9301 63.0232 21.844C62.9323 21.758 62.8634 21.6515 62.8221 21.5333C62.7809 21.4152 62.7684 21.289 62.7859 21.1651C62.8034 21.0412 62.8502 20.9233 62.9226 20.8212C62.9296 20.8112 62.9373 20.8018 62.9457 20.793L65.4832 18.1008C65.5769 17.9981 65.6964 17.9221 65.8292 17.8806Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M61.8427 27.4826C61.7089 27.5243 61.5664 27.5294 61.43 27.4974C61.2936 27.4654 61.1683 27.3974 61.067 27.3006C60.9665 27.2044 60.8933 27.0832 60.8551 26.9494L59.7805 23.4094C59.7769 23.3976 59.7742 23.3856 59.7723 23.3735C59.7527 23.247 59.7643 23.1177 59.8062 22.9968C59.848 22.8758 59.9188 22.767 60.0124 22.6797C60.106 22.5924 60.2195 22.5293 60.3431 22.496C60.4667 22.4627 60.5965 22.4601 60.7213 22.4884L60.7231 22.4888L64.2866 23.3253C64.2912 23.3264 64.2958 23.3276 64.3004 23.329C64.3094 23.3306 64.3185 23.3327 64.3276 23.3353C64.4478 23.3701 64.5579 23.4332 64.6487 23.5193C64.7395 23.6053 64.8085 23.7118 64.8497 23.8299C64.891 23.9481 64.9034 24.0743 64.886 24.1982C64.8685 24.3221 64.8216 24.44 64.7493 24.5421C64.7423 24.552 64.7346 24.5615 64.7262 24.5703L62.1887 27.2625C62.0949 27.3652 61.9755 27.4412 61.8427 27.4826Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M67.1847 24.117C67.3184 24.0753 67.4609 24.0702 67.5973 24.1022C67.7337 24.1342 67.8591 24.2022 67.9603 24.299C68.0609 24.3952 68.134 24.5164 68.1722 24.6502L69.2469 28.1902C69.2504 28.202 69.2532 28.214 69.255 28.2261C69.2747 28.3526 69.263 28.4819 69.2212 28.6029C69.1793 28.7238 69.1085 28.8327 69.0149 28.9199C68.9213 29.0072 68.8078 29.0703 68.6842 29.1036C68.5607 29.1369 68.4308 29.1395 68.3061 29.1112L68.3043 29.1108L64.7408 28.2743C64.7361 28.2732 64.7315 28.272 64.727 28.2707C64.7179 28.269 64.7088 28.2669 64.6997 28.2643C64.5796 28.2295 64.4695 28.1664 64.3786 28.0804C64.2878 27.9943 64.2189 27.8878 64.1776 27.7697C64.1363 27.6516 64.1239 27.5253 64.1414 27.4014C64.1589 27.2775 64.2057 27.1596 64.278 27.0575C64.2851 27.0476 64.2928 27.0382 64.3011 27.0293L66.8386 24.3372C66.9324 24.2344 67.0518 24.1584 67.1847 24.117Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M63.2001 33.717C63.0663 33.7587 62.9238 33.7638 62.7874 33.7318C62.651 33.6998 62.5257 33.6318 62.4244 33.5349C62.3239 33.4388 62.2508 33.3176 62.2125 33.1838L61.1379 29.6437C61.1343 29.632 61.1316 29.62 61.1297 29.6079C61.1101 29.4814 61.1217 29.3521 61.1636 29.2311C61.2055 29.1102 61.2763 29.0013 61.3699 28.914C61.4634 28.8268 61.577 28.7637 61.7005 28.7304C61.8241 28.697 61.9539 28.6944 62.0787 28.7228L62.0805 28.7232L65.644 29.5597C65.6487 29.5608 65.6533 29.562 65.6578 29.5633C65.6669 29.5649 65.676 29.5671 65.685 29.5697C65.8052 29.6045 65.9153 29.6676 66.0061 29.7536C66.097 29.8397 66.1659 29.9462 66.2072 30.0643C66.2484 30.1824 66.2609 30.3087 66.2434 30.4326C66.2259 30.5565 66.1791 30.6744 66.1067 30.7765C66.0997 30.7864 66.092 30.7958 66.0836 30.8047L63.5461 33.4968C63.4524 33.5996 63.3329 33.6756 63.2001 33.717Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M68.5421 30.3513C68.6759 30.3096 68.8184 30.3045 68.9548 30.3366C69.0912 30.3686 69.2165 30.4366 69.3177 30.5334C69.4183 30.6296 69.4914 30.7508 69.5297 30.8846L70.6043 34.4246C70.6078 34.4364 70.6106 34.4484 70.6125 34.4605C70.6321 34.587 70.6204 34.7163 70.5786 34.8372C70.5367 34.9582 70.4659 35.067 70.3723 35.1543C70.2787 35.2416 70.1652 35.3047 70.0417 35.338C69.9181 35.3713 69.7883 35.3739 69.6635 35.3455L69.6617 35.3451L66.0982 34.5087C66.0935 34.5076 66.0889 34.5064 66.0844 34.505C66.0753 34.5034 66.0662 34.5013 66.0572 34.4987C65.937 34.4638 65.8269 34.4008 65.7361 34.3147C65.6452 34.2287 65.5763 34.1222 65.535 34.004C65.4938 33.8859 65.4813 33.7597 65.4988 33.6358C65.5163 33.5119 65.5631 33.394 65.6355 33.2919C65.6425 33.2819 65.6502 33.2725 65.6585 33.2637L68.1961 30.5715C68.2898 30.4688 68.4093 30.3928 68.5421 30.3513Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.5946 39.7854C64.4609 39.8271 64.3184 39.8322 64.182 39.8002C64.0456 39.7681 63.9202 39.7002 63.819 39.6033C63.7184 39.5071 63.6453 39.3859 63.6071 39.2521L62.5324 35.7121C62.5289 35.7004 62.5261 35.6884 62.5243 35.6762C62.5046 35.5498 62.5163 35.4204 62.5581 35.2995C62.6 35.1785 62.6708 35.0697 62.7644 34.9824C62.858 34.8951 62.9715 34.8321 63.0951 34.7987C63.2186 34.7654 63.3485 34.7628 63.4732 34.7912L63.475 34.7916L67.0385 35.6281C67.0432 35.6292 67.0478 35.6304 67.0523 35.6317C67.0614 35.6333 67.0705 35.6354 67.0796 35.638C67.1997 35.6729 67.3098 35.7359 67.4007 35.822C67.4915 35.908 67.5604 36.0146 67.6017 36.1327C67.643 36.2508 67.6554 36.3771 67.6379 36.501C67.6204 36.6248 67.5736 36.7428 67.5013 36.8448C67.4942 36.8548 67.4865 36.8642 67.4782 36.873L64.9407 39.5652C64.8469 39.668 64.7275 39.744 64.5946 39.7854Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M69.9366 36.4197C70.0704 36.378 70.2129 36.3729 70.3493 36.4049C70.4857 36.4369 70.611 36.5049 70.7123 36.6018C70.8128 36.698 70.886 36.8192 70.9242 36.9529L71.9988 40.493C72.0024 40.5047 72.0051 40.5167 72.007 40.5289C72.0266 40.6553 72.015 40.7847 71.9731 40.9056C71.9313 41.0265 71.8605 41.1354 71.7669 41.2227C71.6733 41.31 71.5598 41.373 71.4362 41.4063C71.3126 41.4397 71.1828 41.4423 71.058 41.4139L71.0562 41.4135L67.4927 40.577C67.4881 40.5759 67.4835 40.5747 67.4789 40.5734C67.4698 40.5718 67.4608 40.5697 67.4517 40.567C67.3315 40.5322 67.2214 40.4691 67.1306 40.3831C67.0398 40.297 66.9708 40.1905 66.9296 40.0724C66.8883 39.9543 66.8759 39.828 66.8933 39.7041C66.9108 39.5802 66.9577 39.4623 67.03 39.3602C67.037 39.3503 67.0447 39.3409 67.0531 39.332L69.5906 36.6399C69.6844 36.5371 69.8038 36.4611 69.9366 36.4197Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { width: 16.7824, height: 1.65446, rx: 0.826667, transform: "matrix(0.973539 0.228523 -0.211901 0.977291 74.4434 61.5977)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { width: 48.7444, height: 1.65446, rx: 0.826667, transform: "matrix(0.973539 0.228523 -0.211901 0.977291 45.7832 43.8301)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { width: 12.4602, height: 1.65446, rx: 0.826667, transform: "matrix(0.973539 0.228523 -0.211901 0.977291 45.0273 47.0488)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { width: 7.86376, height: 1.65446, rx: 0.826667, transform: "matrix(0.973539 0.228523 -0.211901 0.977291 58.7949 50.2812)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { width: 14.5139, height: 1.65446, rx: 0.826667, transform: "matrix(0.973539 0.228523 -0.211901 0.977291 68.0879 52.4619)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M85.9383 10.2424L114.365 8.2767C116.557 8.12506 118.459 9.78023 118.61 11.9731L119.46 24.2631C119.612 26.4559 117.957 28.357 115.764 28.5087L40.9034 33.6853C38.7105 33.837 36.8094 32.1818 36.6578 29.989L36.3487 25.5201C36.1971 23.3273 37.8523 21.4262 40.0451 21.2746L76.2926 18.768C77.897 18.657 79.3495 17.7785 80.1918 16.4084L82.8228 12.1288C83.4538 11.1024 84.5127 10.4201 85.6991 10.2658L85.9383 10.2424Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { x: 36.3849, y: 26.019, width: 83, height: 70.68, rx: 4.652, transform: "rotate(-3.95578 36.3849 26.019)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { width: 66.0408, height: 2.24152, rx: 1.12, transform: "matrix(0.997618 -0.0689866 0.0859756 0.996297 45.4082 33.874)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { width: 22.7374, height: 2.24152, rx: 1.12, transform: "matrix(0.997618 -0.0689866 0.0859756 0.996297 89.4727 43.3779)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { width: 22.7374, height: 2.24152, rx: 1.12, transform: "matrix(0.997618 -0.0689866 0.0859756 0.996297 46.2715 46.3652)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { width: 36.0057, height: 2.24152, rx: 1.12, transform: "matrix(0.997618 -0.0689866 0.0859756 0.996297 45.7168 38.3438)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 19.8872, y: 29.027, width: 112, height: 89.4804, rx: 6.43067, transform: "rotate(7.13343 19.8872 29.027)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { x: 19.8872, y: 29.027, width: 112, height: 32.1467, rx: 6.43067, transform: "rotate(7.13343 19.8872 29.027)", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { width: 88.8406, height: 3.01538, rx: 1.50667, transform: "matrix(0.99226 0.12418 -0.107255 0.994232 25.5195 77.0576)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { width: 30.5872, height: 3.01538, rx: 1.50667, transform: "matrix(0.99226 0.12418 -0.107255 0.994232 77.0547 134.374)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { width: 48.4363, height: 3.01538, rx: 1.50667, transform: "matrix(0.99226 0.12418 -0.107255 0.994232 24.7715 83.0381)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M9.89746 63.5H31.5352C33.211 63.5 34.8514 63.9837 36.2588 64.8936L47.1816 71.9561C48.7507 72.9704 50.5798 73.5098 52.4482 73.5098H126.994C132.086 73.5098 136.09 77.8641 135.664 82.9385L131.58 131.528C131.201 136.035 127.433 139.5 122.91 139.5H14.1816C9.62311 139.5 5.83737 135.981 5.50488 131.435L1.2207 72.834C0.85235 67.7929 4.84283 63.5 9.89746 63.5Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M18 133.592H119.097", stroke: "#E9ECEF", strokeWidth: 0.5 }), /* @__PURE__ */ e.createElement("path", { d: "M18 130.395H120.075", stroke: "#E9ECEF", strokeWidth: 0.5 }), /* @__PURE__ */ e.createElement("path", { d: "M17 127.197H120.021", stroke: "#E9ECEF", strokeWidth: 0.5 }), /* @__PURE__ */ e.createElement("path", { d: "M15 124H122.85", stroke: "#E9ECEF", strokeWidth: 0.5 }), /* @__PURE__ */ e.createElement("rect", { x: 28.854, y: 54.443, width: 17.08, height: 17.08, rx: 2.96533, transform: "rotate(7.13343 28.854 54.443)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }));
3
+ export {
4
+ C as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const C = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 118 109", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M79.5199 40C71.1399 40 62.6299 39.66 54.6599 37.44C46.8399 35.26 39.6599 31.06 33.2599 26.19C29.0599 23.01 25.2599 20.49 19.8099 20.87C14.4942 21.1481 9.40805 23.1251 5.29993 26.51C-1.63007 32.57 -0.580065 43.78 2.17994 51.66C6.34994 63.53 18.9999 71.78 29.7699 77.15C42.1999 83.36 55.8499 87 69.5499 89C81.5499 90.83 96.9599 92.15 107.36 84.31C116.92 77.11 119.54 60.67 117.2 49.57C116.631 46.2888 114.881 43.3292 112.28 41.25C105.57 36.34 95.5599 39.62 88.0199 39.78C85.2199 39.88 82.3799 40 79.5199 40Z", fill: "#F2F2F2" }), /* @__PURE__ */ e.createElement("path", { d: "M59.0301 108.5C79.3044 108.5 95.7401 107.475 95.7401 106.21C95.7401 104.945 79.3044 103.92 59.0301 103.92C38.7557 103.92 22.3201 104.945 22.3201 106.21C22.3201 107.475 38.7557 108.5 59.0301 108.5Z", fill: "#F2F2F2" }), /* @__PURE__ */ e.createElement("path", { d: "M111.5 25.84C112.041 25.84 112.48 25.4012 112.48 24.86C112.48 24.3188 112.041 23.88 111.5 23.88C110.959 23.88 110.52 24.3188 110.52 24.86C110.52 25.4012 110.959 25.84 111.5 25.84Z", fill: "#CFCFCF" }), /* @__PURE__ */ e.createElement("path", { d: "M69.24 18.86C69.7812 18.86 70.22 18.4213 70.22 17.88C70.22 17.3388 69.7812 16.9 69.24 16.9C68.6988 16.9 68.26 17.3388 68.26 17.88C68.26 18.4213 68.6988 18.86 69.24 18.86Z", fill: "#CFCFCF" }), /* @__PURE__ */ e.createElement("path", { d: "M30.1001 82.4V86.7", stroke: "#BABABA", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M27.95 84.55H32.25", stroke: "#BABABA", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M14.3301 0.550049V4.85005", stroke: "#BABABA", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M12.1699 2.69995H16.4799", stroke: "#BABABA", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M92.28 22.7V27.0099", stroke: "#BABABA", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M90.1299 24.86H94.4299", stroke: "#BABABA", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M53.36 80.28C57.9798 86.7387 64.9717 91.1024 72.8034 92.4145C80.635 93.7267 88.6675 91.8803 95.14 87.28C95.94 86.7124 96.711 86.1049 97.45 85.46L109.38 89.07L104.81 75.7201C107.091 70.9447 108.069 65.651 107.643 60.3759C107.217 55.1008 105.404 50.0322 102.387 45.6844C99.3695 41.3366 95.2558 37.8643 90.463 35.6199C85.6703 33.3755 80.3691 32.4389 75.0975 32.9051C69.8259 33.3713 64.7714 35.2237 60.4469 38.2744C56.1224 41.3251 52.6819 45.4654 50.4745 50.2753C48.2671 55.0851 47.3713 60.3933 47.8781 65.6612C48.3849 70.9291 50.2762 75.9692 53.36 80.27V80.28Z", fill: "white", stroke: "#BABABA", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M88.1299 64.86C89.2234 64.86 90.1099 63.9735 90.1099 62.88C90.1099 61.7865 89.2234 60.9 88.1299 60.9C87.0364 60.9 86.1499 61.7865 86.1499 62.88C86.1499 63.9735 87.0364 64.86 88.1299 64.86Z", fill: "#BABABA" }), /* @__PURE__ */ e.createElement("path", { d: "M78.5801 64.86C79.6736 64.86 80.5601 63.9735 80.5601 62.88C80.5601 61.7865 79.6736 60.9 78.5801 60.9C77.4866 60.9 76.6001 61.7865 76.6001 62.88C76.6001 63.9735 77.4866 64.86 78.5801 64.86Z", fill: "#BABABA" }), /* @__PURE__ */ e.createElement("path", { d: "M69.0401 64.86C70.1336 64.86 71.0201 63.9735 71.0201 62.88C71.0201 61.7865 70.1336 60.9 69.0401 60.9C67.9465 60.9 67.0601 61.7865 67.0601 62.88C67.0601 63.9735 67.9465 64.86 69.0401 64.86Z", fill: "#BABABA" }), /* @__PURE__ */ e.createElement("path", { d: "M63.1401 59.87C58.5204 66.3287 51.5284 70.6923 43.6968 72.0045C35.8651 73.3166 27.8327 71.4702 21.3601 66.87C20.5578 66.3055 19.7867 65.6979 19.0501 65.05L7.12012 68.68L11.6901 55.32C9.40889 50.5447 8.43149 45.2509 8.85709 39.9759C9.28268 34.7008 11.0961 29.6322 14.1134 25.2844C17.1307 20.9365 21.2444 17.4643 26.0371 15.2199C30.8299 12.9755 36.131 12.0389 41.4027 12.5051C46.6743 12.9713 51.7288 14.8237 56.0533 17.8744C60.3777 20.925 63.8182 25.0654 66.0256 29.8752C68.2331 34.6851 69.1288 39.9933 68.6221 45.2612C68.1153 50.5291 66.224 55.5692 63.1401 59.87Z", fill: "white", stroke: "#BABABA", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M30.22 48.28C31.1073 46.7811 32.3665 45.5366 33.8757 44.667C35.385 43.7973 37.0931 43.332 38.8349 43.3159C40.5766 43.2998 42.2931 43.7335 43.8181 44.5751C45.3431 45.4167 46.6251 46.6377 47.54 48.12", stroke: "#BABABA", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M50.0899 39.49C50.8686 39.49 51.4999 38.8588 51.4999 38.08C51.4999 37.3013 50.8686 36.67 50.0899 36.67C49.3112 36.67 48.6799 37.3013 48.6799 38.08C48.6799 38.8588 49.3112 39.49 50.0899 39.49Z", fill: "#BABABA" }), /* @__PURE__ */ e.createElement("path", { d: "M27.7501 39.49C28.5288 39.49 29.1601 38.8588 29.1601 38.08C29.1601 37.3013 28.5288 36.67 27.7501 36.67C26.9714 36.67 26.3401 37.3013 26.3401 38.08C26.3401 38.8588 26.9714 39.49 27.7501 39.49Z", fill: "#BABABA" }));
3
+ export {
4
+ C as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 64 41", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("title", null, "Simple Empty"), /* @__PURE__ */ e.createElement("g", { transform: "translate(0 1)", fill: "none", fillRule: "evenodd" }, /* @__PURE__ */ e.createElement("ellipse", { fill: "#f5f5f5", cx: 32, cy: 33, rx: 32, ry: 7 }), /* @__PURE__ */ e.createElement("g", { fillRule: "nonzero", stroke: "#d9d9d9" }, /* @__PURE__ */ e.createElement("path", { d: "M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z" }), /* @__PURE__ */ e.createElement("path", { d: "M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z", fill: "#fafafa" }))));
3
+ export {
4
+ l as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as t from "react";
2
+ const r = (e) => /* @__PURE__ */ t.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 149 140", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M19.4825 6.06815C18.4156 6.35403 17.7824 7.4507 18.0683 8.51764L22.727 25.9043C23.0129 26.9712 24.1096 27.6044 25.1765 27.3185C26.2434 27.0326 26.8766 25.936 26.5907 24.869L22.4496 9.41421L37.9044 5.27311C38.9714 4.98722 39.6045 3.89055 39.3186 2.82362C39.0328 1.75669 37.9361 1.12352 36.8692 1.4094L19.4825 6.06815ZM20.0001 8L19.0001 9.73205L42.3828 23.2321L43.3828 21.5L44.3828 19.7679L21.0001 6.26795L20.0001 8Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 42.117, y: 0.564721, width: 61, height: 33.3832, rx: 4.54543, transform: "rotate(8 42.117 0.564721)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("rect", { x: 43.9931, y: 2.81485, width: 20.8398, height: 29.0661, rx: 3.01629, transform: "rotate(8 43.9931 2.81485)", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 1.64525 }), /* @__PURE__ */ t.createElement("rect", { x: -0.929106, y: 0.700132, width: 11.6352, height: 29.0661, rx: 3.01629, transform: "matrix(-0.990268 -0.139173 -0.139173 0.990268 77.6057 6.83161)", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 1.64525 }), /* @__PURE__ */ t.createElement("rect", { x: 80.6142, y: 7.96133, width: 19.9223, height: 29.0661, rx: 3.01629, transform: "rotate(8 80.6142 7.96133)", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 1.64525 }), /* @__PURE__ */ t.createElement("rect", { x: 25.9085, y: 26.8953, width: 83, height: 45.5836, rx: 6.33575, transform: "rotate(-8 25.9085 26.8953)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("rect", { width: 26.9245, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 37.9316 35.9561)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 19.4986, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 38.7402 41.707)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 10.2201, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 39.3613 46.123)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 12.7901, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 51.002 44.4873)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 8.70351, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 65.1895 42.4932)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 19.4986, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 59.5684 38.7793)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 37.9902, y: 35.9482, width: 61.6505, height: 21.1564, rx: 1.48603, transform: "rotate(-8 37.9902 35.9482)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("path", { d: "M7.19537 60.6173C6.12844 60.9032 5.03177 60.27 4.74588 59.2031L0.0871405 41.8164C-0.198744 40.7495 0.434422 39.6528 1.50135 39.3669C2.56829 39.081 3.66496 39.7142 3.95084 40.7811L8.09195 56.236L23.5468 52.0948C24.6137 51.809 25.7104 52.4421 25.9963 53.5091C26.2821 54.576 25.649 55.6727 24.582 55.9586L7.19537 60.6173ZM58.2338 54.3877L57.2338 56.1197L23.8918 36.8697L24.8918 35.1377L25.8918 33.4056L59.2338 52.6556L58.2338 54.3877ZM19.4277 36.6018L21.1598 37.6018L8.40979 59.6854L6.67773 58.6854L4.94568 57.6854L17.6957 35.6018L19.4277 36.6018ZM24.8918 35.1377L23.8918 36.8697C22.9353 36.3175 21.7121 36.6452 21.1598 37.6018L19.4277 36.6018L17.6957 35.6018C19.3525 32.732 23.0221 31.7488 25.8918 33.4056L24.8918 35.1377Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 13.5, y: 42.5, width: 112.053, height: 61.6953, rx: 8.7, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("rect", { width: 51.2311, height: 4.00271, rx: 2, transform: "matrix(1 0 0.0170397 0.999855 28 57)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 40.2145, height: 4.00271, rx: 2, transform: "matrix(1 0 0.0170397 0.999855 68.248 64.8164)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 14.7011, height: 4.00271, rx: 2, transform: "matrix(1 0 0.0170397 0.999855 28 75.2139)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 14.7011, height: 4.00271, rx: 2, transform: "matrix(1 0 0.0170397 0.999855 46.5781 75.2139)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("path", { d: "M134.914 20.5858C134.133 19.8047 132.867 19.8047 132.086 20.5858L119.358 33.3137C118.577 34.0948 118.577 35.3611 119.358 36.1421C120.139 36.9232 121.405 36.9232 122.186 36.1421L133.5 24.8284L144.814 36.1421C145.595 36.9232 146.861 36.9232 147.642 36.1421C148.423 35.3611 148.423 34.0948 147.642 33.3137L134.914 20.5858ZM115 82.5H117V57.5H115H113V82.5H115ZM119 53.5V55.5H129.5V53.5V51.5H119V53.5ZM133.5 49.5H135.5V22H133.5H131.5V49.5H133.5ZM129.5 53.5V55.5C132.814 55.5 135.5 52.8137 135.5 49.5H133.5H131.5C131.5 50.6046 130.605 51.5 129.5 51.5V53.5ZM115 57.5H117C117 56.3954 117.895 55.5 119 55.5V53.5V51.5C115.686 51.5 113 54.1863 113 57.5H115Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("path", { d: "M10.8975 63.0303H32.5352C34.211 63.0303 35.8514 63.514 37.2588 64.4238L48.1816 71.4863C49.7507 72.5007 51.5798 73.04 53.4482 73.04H127.994C133.086 73.04 137.09 77.3944 136.664 82.4688L132.58 131.059C132.201 135.565 128.433 139.03 123.91 139.03H15.1816C10.6231 139.03 6.83737 135.511 6.50488 130.965L2.2207 72.3643C1.85235 67.3231 5.84283 63.0303 10.8975 63.0303Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("path", { d: "M19.25 133.123H120.347", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M18.7891 129.926H120.864", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M18.3594 126.729H121.381", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M15.9629 123.53H123.813", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("rect", { x: 9.07422, y: 56.0352, width: 17, height: 4, rx: 2, transform: "rotate(-15 9.07422 56.0352)", fill: "light-dark(#E9ECEF,#495057)" }));
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as t from "react";
2
+ const e = (r) => /* @__PURE__ */ t.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 137 140", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ t.createElement("rect", { x: 41.1179, y: 1.03445, width: 61, height: 33.3832, rx: 4.54543, transform: "rotate(8 41.1179 1.03445)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("rect", { width: 19.8729, height: 2.19516, rx: 1.09683, transform: "matrix(0.990268 0.139173 -0.122279 0.992496 66.5879 10.7549)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 19.8729, height: 2.19516, rx: 1.09683, transform: "matrix(0.990268 0.139173 -0.122279 0.992496 66.2061 13.4717)", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ t.createElement("rect", { width: 13.7104, height: 2.19516, rx: 1.09683, transform: "matrix(0.990268 0.139173 -0.122279 0.992496 65.8242 16.1885)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 2.74208, height: 2.19516, rx: 1.09683, transform: "matrix(0.990268 0.139173 -0.122279 0.992496 65.4424 18.9043)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 8.22625, height: 2.19516, rx: 1.09683, transform: "matrix(0.990268 0.139173 -0.122279 0.992496 65.0605 21.6211)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 14.3918, height: 2.19516, rx: 1.09683, transform: "matrix(0.990268 0.139173 -0.122279 0.992496 64.6787 24.3379)", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ t.createElement("rect", { width: 14.3918, height: 2.19516, rx: 1.09683, transform: "matrix(0.990268 0.139173 -0.122279 0.992496 64.2969 27.0547)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 6.42402, height: 2.19516, rx: 1.09683, transform: "matrix(0.990268 0.139173 -0.122279 0.992496 63.915 29.7705)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 42.9931, y: 3.28458, width: 20.8398, height: 29.0661, rx: 3.01629, transform: "rotate(8 42.9931 3.28458)", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 1.64525 }), /* @__PURE__ */ t.createElement("rect", { x: 49.2949, y: 11.6465, width: 6.03258, height: 14.2588, rx: 3.01629, transform: "rotate(8 49.2949 11.6465)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 24.9075, y: 27.365, width: 83, height: 45.5836, rx: 6.33575, transform: "rotate(-8 24.9075 27.365)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("rect", { width: 26.9245, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 36.9307 36.4258)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 19.4986, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 37.7393 42.1768)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 10.2201, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 38.3594 46.5928)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 12.7901, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 50.001 44.957)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 8.70351, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 64.1885 42.9629)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 19.4986, height: 2.97408, rx: 1.48603, transform: "matrix(0.990268 -0.139173 0.156027 0.987753 58.5684 39.249)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 82.3584, y: 30.041, width: 15.8355, height: 21.1564, rx: 1.48603, transform: "rotate(-8 82.3584 30.041)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { x: 12.5, y: 42.9697, width: 112.053, height: 61.6953, rx: 8.7, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("rect", { width: 36.2368, height: 4.00271, rx: 2, transform: "matrix(1 0 0.0170397 0.999855 27 57.4697)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 63.3757, height: 4.00271, rx: 2, transform: "matrix(1 0 0.0170397 0.999855 27 65.2861)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 14.7011, height: 4.00271, rx: 2, transform: "matrix(1 0 0.0170397 0.999855 27 75.6836)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("rect", { width: 14.7011, height: 4.00271, rx: 2, transform: "matrix(1 0 0.0170397 0.999855 45.5781 75.6836)", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ t.createElement("path", { d: "M9.89746 63.5H31.5352C33.211 63.5 34.8514 63.9837 36.2588 64.8936L47.1816 71.9561C48.7507 72.9704 50.5798 73.5098 52.4482 73.5098H126.994C132.086 73.5098 136.09 77.8641 135.664 82.9385L131.58 131.528C131.201 136.035 127.433 139.5 122.91 139.5H14.1816C9.62311 139.5 5.83737 135.981 5.50488 131.435L1.2207 72.834C0.85235 67.7929 4.84283 63.5 9.89746 63.5Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("path", { d: "M18.25 133.593H119.347", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M17.7891 130.396H119.864", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M17.3594 127.198H120.381", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M14.9629 124H122.813", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }));
3
+ export {
4
+ e as default
5
+ };
@@ -0,0 +1,17 @@
1
+ import * as e from "react";
2
+ const r = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 172 131", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M76.5996 100.4V103.4H79.5996H166H169V100.4C169 74.8846 148.315 54.2002 122.8 54.2002C97.2841 54.2002 76.5996 74.8846 76.5996 100.4Z", fill: "var(--mantine-color-body)", stroke: "var(--mantine-color-body)", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("mask", { id: "mask0_6500_258998", style: {
3
+ maskType: "alpha"
4
+ }, maskUnits: "userSpaceOnUse", x: 73, y: 51, width: 99, height: 71 }, /* @__PURE__ */ e.createElement("path", { d: "M76.5996 100.4V102.563L78.6509 103.246L121.851 117.646L122.8 117.963L123.748 117.646L166.948 103.246L169 102.563V100.4C169 74.8849 148.315 54.2004 122.8 54.2004C97.2841 54.2004 76.5996 74.8849 76.5996 100.4Z", fill: "var(--mantine-color-body)", stroke: "white", strokeWidth: 6 })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0_6500_258998)" }, /* @__PURE__ */ e.createElement("path", { d: "M129.977 66.5434L127.446 64.9328L129.977 66.5434C131.148 64.704 131.769 62.5689 131.769 60.3887V56.0593C131.769 53.2654 129.504 51.0005 126.71 51.0005H118.887C116.093 51.0005 113.828 53.2654 113.828 56.0593V60.3887C113.828 62.5689 114.45 64.704 115.62 66.5434L116.1 67.2965C117.323 69.2187 119.443 70.3828 121.722 70.3828H123.876C126.154 70.3828 128.274 69.2187 129.498 67.2965L129.977 66.5434Z", fill: "var(--mantine-color-body)", stroke: "white", strokeWidth: 6 })), /* @__PURE__ */ e.createElement("circle", { cx: 122.799, cy: 30.0002, r: 27, fill: "var(--mantine-color-body)", stroke: "var(--mantine-color-body)", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("path", { d: "M76.5996 100.4V103.4H79.5996H166H169V100.4C169 74.8846 148.315 54.2002 122.8 54.2002C97.2841 54.2002 76.5996 74.8846 76.5996 100.4Z", sstroke: "var(--mantine-color-body)", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("path", { d: "M120.537 63.4001H117.922L117.565 65.9902L113.009 99.0219C112.642 101.681 113.522 104.361 115.393 106.285L117.496 104.24L115.393 106.285L118.32 109.296C120.773 111.82 124.826 111.82 127.279 109.296L130.207 106.285L128.056 104.194L130.207 106.285C132.078 104.361 132.957 101.681 132.59 99.0219L128.034 65.9902L127.677 63.4001H125.062H120.537Z", fill: "var(--mantine-color-body)", stroke: "var(--mantine-color-body)", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("path", { d: "M165.497 99.9002H80.1025C80.3704 76.548 99.3839 57.7002 122.8 57.7002C146.215 57.7002 165.229 76.548 165.497 99.9002Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("mask", { id: "mask1_6500_258998", style: {
5
+ maskType: "alpha"
6
+ }, maskUnits: "userSpaceOnUse", x: 79, y: 57, width: 87, height: 58 }, /* @__PURE__ */ e.createElement("path", { d: "M122.8 114.273L80.1011 100.041C80.2944 76.6237 99.3371 57.7004 122.8 57.7004C146.262 57.7004 165.305 76.6237 165.498 100.041L122.8 114.273Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask1_6500_258998)" }, /* @__PURE__ */ e.createElement("path", { d: "M127.024 64.6643L126.545 65.4175C125.964 66.3301 124.957 66.8828 123.876 66.8828H121.722C120.64 66.8828 119.633 66.3301 119.052 65.4175L118.573 64.6643C117.76 63.3865 117.328 61.9033 117.328 60.3887V56.0593C117.328 55.1984 118.026 54.5005 118.887 54.5005H126.71C127.571 54.5005 128.269 55.1984 128.269 56.0593V60.3887C128.269 61.9033 127.837 63.3865 127.024 64.6643Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("circle", { cx: 122.799, cy: 30.0002, r: 23.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M165.497 99.9002H80.1025C80.3704 76.548 99.3839 57.7002 122.8 57.7002C146.215 57.7002 165.229 76.548 165.497 99.9002Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M116.476 99.5001L120.973 66.9001H124.627L129.123 99.5001C129.343 101.091 128.817 102.694 127.697 103.845L124.77 106.856C123.691 107.966 121.908 107.966 120.829 106.856L117.902 103.845C116.783 102.694 116.257 101.091 116.476 99.5001Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M3 100.4V103.4H6H92.4H95.4V100.4C95.4 74.8849 74.7156 54.2004 49.2 54.2004C23.6844 54.2004 3 74.8849 3 100.4Z", fill: "var(--mantine-color-body)", stroke: "white", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("mask", { id: "mask2_6500_258998", style: {
7
+ maskType: "alpha"
8
+ }, maskUnits: "userSpaceOnUse", x: 0, y: 51, width: 99, height: 71 }, /* @__PURE__ */ e.createElement("path", { d: "M3 100.4V102.563L5.05132 103.246L48.2513 117.646L49.2 117.963L50.1487 117.646L93.3487 103.246L95.4 102.563V100.4C95.4 74.8849 74.7156 54.2004 49.2 54.2004C23.6844 54.2004 3 74.8849 3 100.4Z", fill: "var(--mantine-color-body)", stroke: "white", strokeWidth: 6 })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask2_6500_258998)" }, /* @__PURE__ */ e.createElement("path", { d: "M56.3774 66.5434L53.8464 64.9328L56.3774 66.5434C57.5479 64.704 58.1696 62.5689 58.1696 60.3887V56.0593C58.1696 53.2654 55.9047 51.0005 53.1108 51.0005H45.2873C42.4934 51.0005 40.2285 53.2654 40.2285 56.0593V60.3887C40.2285 62.5689 40.8502 64.704 42.0208 66.5434L42.5 67.2965C43.7233 69.2187 45.8438 70.3828 48.1222 70.3828H50.276C52.5544 70.3828 54.6749 69.2187 55.8981 67.2965L56.3774 66.5434Z", fill: "var(--mantine-color-body)", stroke: "white", strokeWidth: 6 })), /* @__PURE__ */ e.createElement("circle", { cx: 49.1992, cy: 30.0005, r: 27, fill: "var(--mantine-color-body)", stroke: "var(--mantine-color-body)", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("path", { d: "M3 100.4V103.4H6H92.4H95.4V100.4C95.4 74.8849 74.7156 54.2004 49.2 54.2004C23.6844 54.2004 3 74.8849 3 100.4Z", stroke: "var(--mantine-color-body)", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("path", { d: "M46.9371 63.4004H44.3225L43.9653 65.9905L39.4092 99.0221C39.0424 101.681 39.9219 104.361 41.793 106.285L43.8964 104.241L41.793 106.285L44.7202 109.296C47.1737 111.82 51.2263 111.82 53.6798 109.296L56.607 106.285L54.456 104.194L56.607 106.285C58.4781 104.361 59.3576 101.681 58.9908 99.0221L54.4347 65.9905L54.0775 63.4004H51.4629H46.9371Z", fill: "var(--mantine-color-body)", stroke: "var(--mantine-color-body)", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("path", { d: "M91.8971 99.9004H6.50287C6.77081 76.5483 25.7843 57.7004 49.2 57.7004C72.6157 57.7004 91.6292 76.5483 91.8971 99.9004Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("mask", { id: "mask3_6500_258998", style: {
9
+ maskType: "alpha"
10
+ }, maskUnits: "userSpaceOnUse", x: 6, y: 57, width: 87, height: 58 }, /* @__PURE__ */ e.createElement("path", { d: "M49.2 114.273L6.50148 100.041C6.6948 76.6237 25.7375 57.7004 49.2 57.7004C72.6625 57.7004 91.7052 76.6237 91.8985 100.041L49.2 114.273Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask3_6500_258998)" }, /* @__PURE__ */ e.createElement("path", { d: "M53.4246 64.6643L52.9453 65.4175C52.3645 66.3301 51.3577 66.8828 50.276 66.8828H48.1222C47.0404 66.8828 46.0336 66.3301 45.4528 65.4175L44.9736 64.6643C44.1604 63.3865 43.7285 61.9033 43.7285 60.3887V56.0593C43.7285 55.1984 44.4264 54.5005 45.2873 54.5005H53.1108C53.9717 54.5005 54.6696 55.1984 54.6696 56.0593V60.3887C54.6696 61.9033 54.2377 63.3865 53.4246 64.6643Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("circle", { cx: 49.1992, cy: 30.0005, r: 23.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M91.8971 99.9004H6.50287C6.77081 76.5483 25.7843 57.7004 49.2 57.7004C72.6157 57.7004 91.6292 76.5483 91.8971 99.9004Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M42.8764 99.5004L47.3729 66.9004H51.0271L55.5236 99.5004C55.7431 101.091 55.2169 102.694 54.0975 103.846L51.1703 106.857C50.0912 107.966 48.3088 107.966 47.2297 106.857L44.3025 103.846C43.1831 102.694 42.6569 101.091 42.8764 99.5004Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M39.7988 116.4V119.4H42.7988H129.199H132.199V116.4C132.199 90.8846 111.514 70.2002 85.9988 70.2002C60.4833 70.2002 39.7988 90.8846 39.7988 116.4Z", fill: "var(--mantine-color-body)", stroke: "white", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("mask", { id: "mask4_6500_258998", style: {
11
+ maskType: "alpha"
12
+ }, maskUnits: "userSpaceOnUse", x: 36, y: 67, width: 100, height: 71 }, /* @__PURE__ */ e.createElement("path", { d: "M39.7988 116.4V118.563L41.8501 119.246L85.0501 133.646L85.9988 133.963L86.9475 133.646L130.148 119.246L132.199 118.563V116.4C132.199 90.8849 111.514 70.2004 85.9988 70.2004C60.4833 70.2004 39.7988 90.8849 39.7988 116.4Z", fill: "var(--mantine-color-body)", stroke: "white", strokeWidth: 6 })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask4_6500_258998)" }, /* @__PURE__ */ e.createElement("path", { d: "M93.1762 82.5432L90.6452 80.9325L93.1762 82.5432C94.3467 80.7038 94.9685 78.5687 94.9685 76.3884V72.0591C94.9685 69.2652 92.7036 67.0002 89.9096 67.0002H82.0862C79.2922 67.0002 77.0273 69.2652 77.0273 72.0591V76.3884C77.0273 78.5687 77.6491 80.7038 78.8196 82.5432L79.2989 83.2963C80.5221 85.2185 82.6426 86.3825 84.921 86.3825H87.0748C89.3532 86.3825 91.4737 85.2185 92.6969 83.2963L93.1762 82.5432Z", fill: "var(--mantine-color-body)", stroke: "white", strokeWidth: 6 })), /* @__PURE__ */ e.createElement("circle", { cx: 86, cy: 46.0002, r: 27, fill: "var(--mantine-color-body)", stroke: "var(--mantine-color-body)", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("path", { d: "M39.7988 116.4V119.4H42.7988H129.199H132.199V116.4C132.199 90.8846 111.514 70.2002 85.9988 70.2002C60.4833 70.2002 39.7988 90.8846 39.7988 116.4Z", stroke: "var(--mantine-color-body)", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("path", { d: "M83.736 78.8167H81.1214L80.7641 81.4067L76.208 114.438C75.8412 117.097 76.7207 119.777 78.5918 121.702L80.6952 119.657L78.5918 121.702L81.519 124.713C83.9725 127.236 88.0252 127.236 90.4786 124.713L93.4058 121.702L91.2548 119.61L93.4058 121.702C95.2769 119.777 96.1564 117.097 95.7896 114.438L91.2335 81.4067L90.8763 78.8167H88.2617H83.736Z", fill: "var(--mantine-color-body)", stroke: "var(--mantine-color-body)", strokeWidth: 6 }), /* @__PURE__ */ e.createElement("path", { d: "M128.696 115.9H43.3017C43.5696 92.548 62.5832 73.7002 85.9988 73.7002C109.414 73.7002 128.428 92.548 128.696 115.9Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("mask", { id: "mask5_6500_258998", style: {
13
+ maskType: "alpha"
14
+ }, maskUnits: "userSpaceOnUse", x: 42, y: 73, width: 88, height: 58 }, /* @__PURE__ */ e.createElement("path", { d: "M85.9988 130.273L43.3003 116.041C43.4936 92.6237 62.5363 73.7004 85.9988 73.7004C109.461 73.7004 128.504 92.6237 128.697 116.041L85.9988 130.273Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask5_6500_258998)" }, /* @__PURE__ */ e.createElement("path", { d: "M90.2234 80.6641L89.7441 81.4172C89.1634 82.3299 88.1566 82.8825 87.0748 82.8825H84.921C83.8392 82.8825 82.8325 82.3299 82.2517 81.4172L81.7724 80.6641C80.9593 79.3863 80.5273 77.903 80.5273 76.3884V72.0591C80.5273 71.1981 81.2252 70.5002 82.0862 70.5002H89.9096C90.7706 70.5002 91.4685 71.1981 91.4685 72.0591V76.3884C91.4685 77.903 91.0365 79.3863 90.2234 80.6641Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("circle", { cx: 86, cy: 46.0002, r: 23.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M128.696 115.9H43.3017C43.5696 92.548 62.5832 73.7002 85.9988 73.7002C109.414 73.7002 128.428 92.548 128.696 115.9Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M79.6752 115.5L84.1717 82.9001H87.8259L92.3225 115.5C92.5419 117.091 92.0157 118.694 90.8963 119.845L87.9691 122.856C86.8901 123.966 85.1076 123.966 84.0285 122.856L81.1013 119.845C79.9819 118.694 79.4558 117.091 79.6752 115.5Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }));
15
+ export {
16
+ r as default
17
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const r = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 121 71", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("mask", { id: "path-1-inside-1_7387_55520", fill: "var(--mantine-color-body)" }, /* @__PURE__ */ e.createElement("path", { d: "M11.166 7.29378C11.166 5.45283 12.6584 3.96045 14.4993 3.96045H23.8327C25.6736 3.96045 27.166 5.45283 27.166 7.29378H11.166Z" })), /* @__PURE__ */ e.createElement("path", { d: "M11.166 7.29378C11.166 5.45283 12.6584 3.96045 14.4993 3.96045H23.8327C25.6736 3.96045 27.166 5.45283 27.166 7.29378H11.166Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M10.166 7.29378C10.166 4.90055 12.1061 2.96045 14.4993 2.96045H23.8327C26.2259 2.96045 28.166 4.90055 28.166 7.29378H26.166C26.166 6.00512 25.1213 4.96045 23.8327 4.96045H14.4993C13.2107 4.96045 12.166 6.00512 12.166 7.29378H10.166ZM27.166 7.29378H11.166H27.166ZM10.166 7.29378C10.166 4.90055 12.1061 2.96045 14.4993 2.96045V4.96045C13.2107 4.96045 12.166 6.00512 12.166 7.29378H10.166ZM23.8327 2.96045C26.2259 2.96045 28.166 4.90055 28.166 7.29378H26.166C26.166 6.00512 25.1213 4.96045 23.8327 4.96045V2.96045Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", mask: "url(#path-1-inside-1_7387_55520)" }), /* @__PURE__ */ e.createElement("path", { d: "M1 16.9606C1 11.7139 5.2533 7.46061 10.5 7.46061H32.8016C34.4427 7.46061 35.9537 6.56721 36.7446 5.12925L38.1317 2.60723C38.7468 1.48881 39.922 0.793945 41.1984 0.793945H60.5H79.8016C81.078 0.793945 82.2532 1.48881 82.8683 2.60723L84.2554 5.12925C85.0463 6.56721 86.5573 7.46061 88.1984 7.46061H110.5C115.747 7.46061 120 11.7139 120 16.9606V60.9606C120 66.2073 115.747 70.4606 110.5 70.4606H10.5C5.25329 70.4606 1 66.2073 1 60.9606V16.9606Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M77 25.3838H98.5L108.175 22L120 25.3838V53H77V25.3838Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("mask", { id: "path-5-inside-2_7387_55520", fill: "var(--mantine-color-body)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M76.5026 57.6272C72.0453 60.9761 66.5044 62.9605 60.5 62.9605C54.4956 62.9605 48.9547 60.9761 44.4974 57.6272H0.5V49.6272H37.4009C35.1319 45.7049 33.8333 41.151 33.8333 36.2939C33.8333 21.5663 45.7724 9.6272 60.5 9.6272C69.2244 9.6272 76.9702 13.8168 81.8353 20.2939H120.482V28.2939H85.9459C86.7391 30.8194 87.1667 33.5067 87.1667 36.2939C87.1667 41.151 85.8681 45.7049 83.5991 49.6272H120.5V57.6272H76.5026Z" })), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M76.5026 57.6272C72.0453 60.9761 66.5044 62.9605 60.5 62.9605C54.4956 62.9605 48.9547 60.9761 44.4974 57.6272H0.5V49.6272H37.4009C35.1319 45.7049 33.8333 41.151 33.8333 36.2939C33.8333 21.5663 45.7724 9.6272 60.5 9.6272C69.2244 9.6272 76.9702 13.8168 81.8353 20.2939H120.482V28.2939H85.9459C86.7391 30.8194 87.1667 33.5067 87.1667 36.2939C87.1667 41.151 85.8681 45.7049 83.5991 49.6272H120.5V57.6272H76.5026Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M76.5026 57.6272V56.6272H76.1688L75.9019 56.8277L76.5026 57.6272ZM44.4974 57.6272L45.0981 56.8277L44.8312 56.6272H44.4974V57.6272ZM0.5 57.6272H-0.5V58.6272H0.5V57.6272ZM0.5 49.6272V48.6272H-0.5V49.6272H0.5ZM37.4009 49.6272V50.6272H39.1346L38.2665 49.1265L37.4009 49.6272ZM81.8353 20.2939L81.0358 20.8945L81.3358 21.2939H81.8353V20.2939ZM120.482 20.2939H121.482V19.2939H120.482V20.2939ZM120.482 28.2939V29.2939H121.482V28.2939H120.482ZM85.9459 28.2939V27.2939H84.5836L84.9918 28.5936L85.9459 28.2939ZM83.5991 49.6272L82.7335 49.1265L81.8654 50.6272H83.5991V49.6272ZM120.5 49.6272H121.5V48.6272H120.5V49.6272ZM120.5 57.6272V58.6272H121.5V57.6272H120.5ZM60.5 63.9605C66.7284 63.9605 72.4787 61.9012 77.1033 58.4267L75.9019 56.8277C71.6119 60.0509 66.2804 61.9605 60.5 61.9605V63.9605ZM43.8967 58.4267C48.5213 61.9012 54.2716 63.9605 60.5 63.9605V61.9605C54.7196 61.9605 49.3881 60.0509 45.0981 56.8277L43.8967 58.4267ZM44.4974 56.6272H0.5V58.6272H44.4974V56.6272ZM1.5 57.6272V49.6272H-0.5V57.6272H1.5ZM0.5 50.6272H37.4009V48.6272H0.5V50.6272ZM32.8333 36.2939C32.8333 41.3315 34.1806 46.0575 36.5353 50.1279L38.2665 49.1265C36.0832 45.3523 34.8333 40.9705 34.8333 36.2939H32.8333ZM60.5 8.6272C45.2201 8.6272 32.8333 21.014 32.8333 36.2939H34.8333C34.8333 22.1186 46.3247 10.6272 60.5 10.6272V8.6272ZM82.6349 19.6934C77.5891 12.9756 69.5522 8.6272 60.5 8.6272V10.6272C68.8966 10.6272 76.3514 14.6581 81.0358 20.8945L82.6349 19.6934ZM120.482 19.2939H81.8353V21.2939H120.482V19.2939ZM121.482 28.2939V20.2939H119.482V28.2939H121.482ZM85.9459 29.2939H120.482V27.2939H85.9459V29.2939ZM88.1667 36.2939C88.1667 33.4039 87.7232 30.6156 86.8999 27.9943L84.9918 28.5936C85.7549 31.0232 86.1667 33.6095 86.1667 36.2939H88.1667ZM84.4647 50.1279C86.8194 46.0575 88.1667 41.3315 88.1667 36.2939H86.1667C86.1667 40.9705 84.9168 45.3523 82.7335 49.1265L84.4647 50.1279ZM83.5991 50.6272H120.5V48.6272H83.5991V50.6272ZM119.5 49.6272V57.6272H121.5V49.6272H119.5ZM120.5 56.6272H76.5026V58.6272H120.5V56.6272Z", fill: "light-dark(var(--mantine-primary-color-filled),#fff)", mask: "url(#path-5-inside-2_7387_55520)" }), /* @__PURE__ */ e.createElement("rect", { x: 43.8731, y: 46.9604, width: 39, height: 7, rx: 1.5, transform: "rotate(-45 43.8731 46.9604)", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { x: 71.4531, y: 51.9103, width: 39, height: 7, rx: 1.5, transform: "rotate(-135 71.4531 51.9103)", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M24.5 11.5L33 12.1075L30.1851 16.9055L22 17L24.5 11.5Z", fill: "#D9D9D9" }), /* @__PURE__ */ e.createElement("path", { d: "M6.06562 12.9279L11 11.5H15L13 16.5279H4.26562L4.45034 15.3702L6.06562 12.9279Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M4.52242 16.6289C4.77504 13.8257 7.13098 11.6289 10 11.6289H33.2615L31.2615 16.6289H4.52242Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M15.0759 11.6956L13 16.8924", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M24.1521 11.6956L22.0762 16.8924", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M1 16.9606C1 11.7139 5.2533 7.46061 10.5 7.46061H32.8016C34.4427 7.46061 35.9537 6.56721 36.7446 5.12925L38.1317 2.60723C38.7468 1.48881 39.922 0.793945 41.1984 0.793945H60.5H79.8016C81.078 0.793945 82.2532 1.48881 82.8683 2.60723L84.2554 5.12925C85.0463 6.56721 86.5573 7.46061 88.1984 7.46061H110.5C115.747 7.46061 120 11.7139 120 16.9606V60.9606C120 66.2073 115.747 70.4606 110.5 70.4606H10.5C5.25329 70.4606 1 66.2073 1 60.9606V16.9606Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }));
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,7 @@
1
+ import * as e from "react";
2
+ const t = (r) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 132 158", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ e.createElement("path", { d: "M0.5 55.7311C0.5 45.2389 6.07288 35.5363 15.1358 30.2496L51.1358 9.24963C60.321 3.8916 71.679 3.8916 80.8642 9.24963L116.864 30.2496C125.927 35.5363 131.5 45.2389 131.5 55.7311V105.505C131.5 117.225 124.562 127.833 113.824 132.531L77.8242 148.281C70.2863 151.579 61.7137 151.579 54.1758 148.281L18.1758 132.531C7.43822 127.833 0.5 117.225 0.5 105.505V55.7311Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M9.5 56.7C9.5 49.3365 13.4492 42.5387 19.846 38.8915L55.846 18.3651C62.1397 14.7766 69.8603 14.7766 76.154 18.3651L112.154 38.8915C118.551 42.5387 122.5 49.3366 122.5 56.7V103.766C122.5 111.972 117.606 119.388 110.06 122.615L74.0604 138.009C68.9123 140.211 63.0877 140.211 57.9396 138.009L21.9396 122.615C14.3941 119.388 9.5 111.972 9.5 103.766V56.7Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M50.1624 134.732L61.4358 53H71.5642L82.8376 134.732C83.2375 137.631 82.2785 140.553 80.2381 142.652L69.0095 154.202C67.6351 155.615 65.3649 155.615 63.9905 154.202L52.7619 142.652C50.7215 140.553 49.7625 137.631 50.1624 134.732Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { x: 90.5, y: 66.5, width: 19, height: 5.42857, rx: 1.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M91.9287 72.2144H108.072V84.0001C108.072 84.8285 107.4 85.5001 106.572 85.5001H93.4287C92.6003 85.5001 91.9287 84.8285 91.9287 84.0001V72.2144Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("mask", { id: "mask0_6422_11756", style: {
3
+ maskType: "alpha"
4
+ }, maskUnits: "userSpaceOnUse", x: 49, y: 52, width: 35, height: 104 }, /* @__PURE__ */ e.createElement("path", { d: "M50.1624 134.732L61.4358 53H71.5642L82.8376 134.732C83.2375 137.631 82.2785 140.553 80.2381 142.652L69.0095 154.202C67.6351 155.615 65.3649 155.615 63.9905 154.202L52.7619 142.652C50.7215 140.553 49.7625 137.631 50.1624 134.732Z", fill: "var(--mantine-color-body)", stroke: "#228BE6" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0_6422_11756)" }, /* @__PURE__ */ e.createElement("path", { d: "M37 46L97 81", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M37 65L97 100", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M37 84L97 119", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M37 103L97 138", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M37 122L97 157", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("path", { d: "M79.7965 43.9599L75.0517 51.4159C74.2257 52.714 72.7938 53.5 71.2553 53.5H61.7447C60.2062 53.5 58.7743 52.714 57.9483 51.4159L53.2035 43.9599C52.7441 43.2379 52.5 42.3998 52.5 41.544V26.5C52.5 24.0147 54.5147 22 57 22H76C78.4853 22 80.5 24.0147 80.5 26.5V41.544C80.5 42.3998 80.2559 43.2379 79.7965 43.9599Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M28 20L40.358 6.5L66.5 24.5L48.9136 46.5L28 20Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M105 20L92.642 6.5L66.5 24.5L84.0864 46.5L105 20Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M67.3039 23.8974C66.8132 24.2089 66.1868 24.2089 65.6961 23.8974L41.0085 8.22552C39.8175 7.46946 40.234 5.63679 41.6348 5.4697L48.7925 4.61588C60.5562 3.21263 72.4449 3.21266 84.2086 4.61596L91.3653 5.46968C92.7661 5.63678 93.1825 7.46945 91.9915 8.2255L67.3039 23.8974Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M28 20L33.5 14L54.5 39.5L49 46.5L28 20Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M105 20L99.5 14L78.5 39.5L84 46.5L105 20Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M40.358 6.5L28 20L48.9136 46.5L66.5 24.5", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M92.642 6.5L105 20L84.0864 46.5L66.5 24.5", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }));
5
+ export {
6
+ t as default
7
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const l = (r) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 138 121", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ e.createElement("rect", { x: 53.4177, y: 13.3469, width: 6.73734, height: 10.606, rx: 3.36867, transform: "rotate(-14.4778 53.4177 13.3469)", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M124.073 87.8165C125.32 92.6436 106.206 101.753 81.3804 108.163C56.5553 114.573 35.4202 115.856 34.1738 111.029", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M94.1852 87.5427C95.0246 90.7937 93.9524 94.2588 91.446 97.2474C88.9403 100.235 85.0256 102.71 80.2878 103.933C75.5499 105.157 70.9265 104.886 67.2876 103.485C63.6476 102.084 61.0319 99.5708 60.1925 96.3198C59.353 93.0688 60.4253 89.6038 62.9317 86.6151C65.4373 83.6274 69.352 81.1526 74.0899 79.9293C78.8277 78.706 83.4512 78.9761 87.09 80.3773C90.73 81.7789 93.3458 84.2917 94.1852 87.5427Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M31.6298 98.7919C39.1909 88.6088 42.6373 75.9506 41.282 63.3399L39.541 47.1395C38.6803 39.1302 41.6506 31.1846 47.5544 25.7041C53.8645 19.8464 62.7024 17.5644 71.0597 19.6349C78.8787 21.5721 85.3245 27.0865 88.4489 34.5113L94.7687 49.5294C99.688 61.2198 108.832 70.6272 120.378 75.8767C120.561 75.96 120.538 76.2271 120.343 76.2774L31.8543 99.1255C31.6596 99.1758 31.5099 98.9534 31.6298 98.7919Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M30.6109 100.386C30.4273 99.6751 30.7866 98.9358 31.4591 98.6408C59.697 86.2517 89.7465 78.4928 120.452 75.6622C121.184 75.5948 121.856 76.0678 122.04 76.7788L124.582 86.6254C124.809 87.5029 124.195 88.3746 123.293 88.4577C92.8867 91.2607 63.1307 98.9438 35.1684 111.212C34.3385 111.576 33.38 111.11 33.1534 110.233L30.6109 100.386Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M115.166 3.83025C116.072 4.46192 116.295 5.70855 115.663 6.61467L106.441 19.8434C83.0715 53.3659 51.6823 80.5051 15.1353 98.7863L13.4922 99.6082C12.5043 100.102 11.3029 99.7021 10.8087 98.7143L9.16486 95.4279C8.67072 94.44 9.07096 93.2386 10.0588 92.7445L11.702 91.9226C47.1032 74.2145 77.5084 47.9261 100.145 15.4545L109.367 2.22578C109.999 1.31966 111.245 1.09718 112.152 1.72886L115.166 3.83025Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { d: "M60.166 59.4309L63.0288 56.7959L72.0232 59.4959L67.2413 63.8875C67.2413 63.8875 62.9474 62.8953 60.166 59.4309Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M115.166 3.83025C116.072 4.46192 116.295 5.70855 115.663 6.61468L106.441 19.8434C83.0715 53.3659 51.6823 80.5051 15.1353 98.7863L13.4922 99.6082C12.5043 100.102 11.3029 99.7021 10.8087 98.7143L9.16486 95.4279C8.67071 94.44 9.07096 93.2386 10.0588 92.7445L11.702 91.9226C47.1032 74.2145 77.5084 47.9261 100.145 15.4545L109.367 2.22578C109.999 1.31966 111.245 1.09718 112.152 1.72886L115.166 3.83025Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.7592 27.4562C12.2751 26.4795 13.485 26.1059 14.4617 26.6218L25.5833 32.4958C58.8281 50.0548 95.4529 60.2776 132.986 62.4742L134.82 62.5816C135.922 62.6461 136.764 63.5923 136.7 64.695L136.485 68.3633C136.42 69.466 135.474 70.3076 134.371 70.243L132.537 70.1357C93.9086 67.8749 56.2145 57.3537 21.999 39.282L10.8775 33.4079C9.90077 32.892 9.52719 31.6821 10.0431 30.7054L11.7592 27.4562Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "square" }));
3
+ export {
4
+ l as default
5
+ };