@layers-app/shared 0.2.5 → 0.2.6

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 (155) hide show
  1. package/dist/assets/svg/flags/es.svg.js +4 -0
  2. package/dist/assets/svg/flags/ru.svg.js +4 -0
  3. package/dist/assets/svg/flags/us.svg.js +4 -0
  4. package/dist/assets/svg/globeIcon.svg.js +5 -0
  5. package/dist/assets/svg/socials/github.svg.js +5 -0
  6. package/dist/assets/svg/socials/instagram.svg.js +5 -0
  7. package/dist/assets/svg/socials/x.svg.js +5 -0
  8. package/dist/assets/svg/socials/youtube.svg.js +5 -0
  9. package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
  10. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +30 -30
  11. package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
  12. package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
  13. package/dist/components/AppContainer/hooks/useAppContainer.js +45 -42
  14. package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
  15. package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +1 -0
  16. package/dist/components/AppContainer/types.d.ts +1 -0
  17. package/dist/components/AppContainer/types.d.ts.map +1 -1
  18. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
  19. package/dist/components/FilePicker/FilePicker.d.ts +33 -2
  20. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  21. package/dist/components/FilePicker/FilePicker.js +161 -110
  22. package/dist/components/FilePicker/FilePicker.module.css.js +9 -7
  23. package/dist/components/FilePicker/FilePickerGoogleDrive.d.ts +22 -0
  24. package/dist/components/FilePicker/FilePickerGoogleDrive.d.ts.map +1 -0
  25. package/dist/components/FilePicker/FilePickerGoogleDrive.js +86 -0
  26. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  27. package/dist/components/FilePicker/FilePickerUnsplash.js +69 -52
  28. package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +15 -15
  29. package/dist/components/FormViewer/hooks/useInterpolateText.js +3 -3
  30. package/dist/components/FormViewer/store/formStore.js +3 -3
  31. package/dist/components/FormViewer/store/selectors.js +1 -1
  32. package/dist/components/GroupAvatar/index.d.ts +1 -0
  33. package/dist/components/GroupAvatar/index.d.ts.map +1 -1
  34. package/dist/components/GroupAvatar/index.js +9 -8
  35. package/dist/components/ImageCropper/ImageCropper.d.ts +19 -0
  36. package/dist/components/ImageCropper/ImageCropper.d.ts.map +1 -0
  37. package/dist/components/ImageCropper/ImageCropper.js +356 -0
  38. package/dist/components/ImageCropper/ImageCropper.module.css.js +51 -0
  39. package/dist/components/ImageCropper/cropUtils.d.ts +22 -0
  40. package/dist/components/ImageCropper/cropUtils.d.ts.map +1 -0
  41. package/dist/components/ImageCropper/cropUtils.js +42 -0
  42. package/dist/components/ImageCropper/index.d.ts +4 -0
  43. package/dist/components/ImageCropper/index.d.ts.map +1 -0
  44. package/dist/components/ImageCropper/useCropInteraction.d.ts +28 -0
  45. package/dist/components/ImageCropper/useCropInteraction.d.ts.map +1 -0
  46. package/dist/components/ImageCropper/useCropInteraction.js +76 -0
  47. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts +21 -0
  48. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -0
  49. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.js +73 -0
  50. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +19 -0
  51. package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts +6 -0
  52. package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts.map +1 -0
  53. package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js +60 -0
  54. package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts +6 -0
  55. package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts.map +1 -0
  56. package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.js +21 -0
  57. package/dist/components/IntegrationFlowAnimation/icons/NotionIcon.d.ts +6 -0
  58. package/dist/components/IntegrationFlowAnimation/icons/NotionIcon.d.ts.map +1 -0
  59. package/dist/components/IntegrationFlowAnimation/icons/NotionIcon.js +35 -0
  60. package/dist/components/IntegrationFlowAnimation/icons/index.d.ts +4 -0
  61. package/dist/components/IntegrationFlowAnimation/icons/index.d.ts.map +1 -0
  62. package/dist/components/IntegrationFlowAnimation/index.d.ts +5 -0
  63. package/dist/components/IntegrationFlowAnimation/index.d.ts.map +1 -0
  64. package/dist/components/LanguagePicker/LanguagePicker.d.ts +2 -1
  65. package/dist/components/LanguagePicker/LanguagePicker.d.ts.map +1 -1
  66. package/dist/components/LanguagePicker/LanguagePicker.js +26 -22
  67. package/dist/components/MediaLibrary/MediaLibrary.d.ts +3 -0
  68. package/dist/components/MediaLibrary/MediaLibrary.d.ts.map +1 -0
  69. package/dist/components/MediaLibrary/MediaLibrary.js +93 -0
  70. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +17 -0
  71. package/dist/components/MediaLibrary/MediaLibraryBreadcrumbs.d.ts +8 -0
  72. package/dist/components/MediaLibrary/MediaLibraryBreadcrumbs.d.ts.map +1 -0
  73. package/dist/components/MediaLibrary/MediaLibraryBreadcrumbs.js +22 -0
  74. package/dist/components/MediaLibrary/MediaLibraryBrowser.d.ts +12 -0
  75. package/dist/components/MediaLibrary/MediaLibraryBrowser.d.ts.map +1 -0
  76. package/dist/components/MediaLibrary/MediaLibraryBrowser.js +52 -0
  77. package/dist/components/MediaLibrary/MediaLibraryRow.d.ts +9 -0
  78. package/dist/components/MediaLibrary/MediaLibraryRow.d.ts.map +1 -0
  79. package/dist/components/MediaLibrary/MediaLibraryRow.js +29 -0
  80. package/dist/components/MediaLibrary/index.d.ts +4 -0
  81. package/dist/components/MediaLibrary/index.d.ts.map +1 -0
  82. package/dist/components/MediaLibrary/types.d.ts +31 -0
  83. package/dist/components/MediaLibrary/types.d.ts.map +1 -0
  84. package/dist/components/NoData/NoData.d.ts +6 -1
  85. package/dist/components/NoData/NoData.d.ts.map +1 -1
  86. package/dist/components/NoData/NoData.js +85 -82
  87. package/dist/components/SettingsSection/index.d.ts +12 -0
  88. package/dist/components/SettingsSection/index.d.ts.map +1 -0
  89. package/dist/components/SettingsSection/index.js +36 -0
  90. package/dist/components/SettingsSection/styles.module.css.js +7 -0
  91. package/dist/components/SocialLinkRow/index.d.ts +11 -0
  92. package/dist/components/SocialLinkRow/index.d.ts.map +1 -0
  93. package/dist/components/SocialLinkRow/index.js +109 -0
  94. package/dist/components/SortableList/components/SortableItem/SortableItem.js +3 -3
  95. package/dist/components/StorageUsageProgress/index.js +26 -24
  96. package/dist/components/TimezonePicker/index.d.ts +9 -0
  97. package/dist/components/TimezonePicker/index.d.ts.map +1 -0
  98. package/dist/components/TimezonePicker/index.js +90 -0
  99. package/dist/components/WorkspaceMenu/WorkspaceItem.d.ts.map +1 -1
  100. package/dist/components/WorkspaceMenu/WorkspaceItem.js +18 -17
  101. package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts.map +1 -1
  102. package/dist/components/WorkspaceMenu/WorkspaceMenu.js +70 -69
  103. package/dist/components/modals/RemoveConfirmModal.js +1 -1
  104. package/dist/components/table/components/TableHeaders.js +3 -3
  105. package/dist/components/table/components/TablePanel.js +1 -1
  106. package/dist/components/table/helpers/columns.js +3 -3
  107. package/dist/components/table/hooks/TableProvider.js +3 -3
  108. package/dist/components/table/selectors.js +6 -6
  109. package/dist/helpers/getFileType.d.ts +1 -2
  110. package/dist/helpers/getFileType.d.ts.map +1 -1
  111. package/dist/helpers/getFileType.js +5 -6
  112. package/dist/helpers/showNotifications.d.ts +14 -3
  113. package/dist/helpers/showNotifications.d.ts.map +1 -1
  114. package/dist/helpers/showNotifications.js +152 -61
  115. package/dist/helpers/showNotifications.module.css.js +29 -0
  116. package/dist/helpers/timezones.d.ts +12 -0
  117. package/dist/helpers/timezones.d.ts.map +1 -0
  118. package/dist/helpers/timezones.js +59 -0
  119. package/dist/hooks/useNumberQueryParam.js +3 -3
  120. package/dist/hooks/useVideoUploadGuard.d.ts +2 -0
  121. package/dist/hooks/useVideoUploadGuard.d.ts.map +1 -0
  122. package/dist/hooks/useVideoUploadGuard.js +24 -0
  123. package/dist/index.css +1 -1
  124. package/dist/index.d.ts +10 -1
  125. package/dist/index.d.ts.map +1 -1
  126. package/dist/index.js +449 -406
  127. package/dist/lang/locales/ui_en.json.js +24 -22
  128. package/dist/lang/locales/ui_es.json.js +20 -18
  129. package/dist/lang/locales/ui_ru.json.js +20 -18
  130. package/dist/lib/contentImport/index.d.ts +4 -0
  131. package/dist/lib/contentImport/index.d.ts.map +1 -0
  132. package/dist/lib/contentImport/lexicalSerializer.d.ts +19 -0
  133. package/dist/lib/contentImport/lexicalSerializer.d.ts.map +1 -0
  134. package/dist/lib/contentImport/lexicalSerializer.js +215 -0
  135. package/dist/lib/contentImport/types.d.ts +161 -0
  136. package/dist/lib/contentImport/types.d.ts.map +1 -0
  137. package/dist/lib/contentImport/utils.d.ts +35 -0
  138. package/dist/lib/contentImport/utils.d.ts.map +1 -0
  139. package/dist/lib/contentImport/utils.js +145 -0
  140. package/dist/node_modules/countries-and-timezones/esm/index.js +4031 -0
  141. package/dist/store/plansModal.d.ts.map +1 -1
  142. package/dist/store/plansModal.js +8 -7
  143. package/dist/utils/formatStorage.d.ts +7 -1
  144. package/dist/utils/formatStorage.d.ts.map +1 -1
  145. package/dist/utils/formatStorage.js +10 -5
  146. package/dist/utils/getCroppedBlob.d.ts +3 -0
  147. package/dist/utils/getCroppedBlob.d.ts.map +1 -0
  148. package/dist/utils/getCroppedBlob.js +21 -0
  149. package/package.json +1 -1
  150. package/dist/assets/images/flags/es.svg.js +0 -4
  151. package/dist/assets/images/flags/ru.svg.js +0 -4
  152. package/dist/assets/images/flags/us.svg.js +0 -4
  153. package/dist/components/PaymentSuccess/PaymentSuccess.d.ts +0 -2
  154. package/dist/components/PaymentSuccess/PaymentSuccess.d.ts.map +0 -1
  155. package/dist/components/PaymentSuccess/PaymentSuccess.js +0 -41
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8642_7393)'%3e%3cpath%20d='M0%208C0%208.97856%200.176031%209.91594%200.497594%2010.7826L8%2011.4783L15.5024%2010.7826C15.824%209.91594%2016%208.97856%2016%208C16%207.02144%2015.824%206.08406%2015.5024%205.21741L8%204.52175L0.497594%205.21741C0.176031%206.08406%200%207.02144%200%208H0Z'%20fill='%23FFDA44'/%3e%3cpath%20d='M15.5024%205.21741C14.372%202.17103%2011.4397%200%207.99996%200C4.56025%200%201.6279%202.17103%200.497559%205.21741H15.5024Z'%20fill='%23D80027'/%3e%3cpath%20d='M0.497559%2010.7826C1.6279%2013.829%204.56025%2016%207.99996%2016C11.4397%2016%2014.372%2013.829%2015.5024%2010.7826H0.497559Z'%20fill='%23D80027'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8642_7393'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8642_7381)'%3e%3cpath%20d='M8%2016C12.4183%2016%2016%2012.4183%2016%208C16%203.58172%2012.4183%200%208%200C3.58172%200%200%203.58172%200%208C0%2012.4183%203.58172%2016%208%2016Z'%20fill='white'/%3e%3cpath%20d='M15.5024%2010.7826C15.824%209.91594%2016%208.97856%2016%208C16%207.02144%2015.824%206.08406%2015.5024%205.21741H0.497594C0.176031%206.08406%200%207.02144%200%208C0%208.97856%200.176031%209.91594%200.497594%2010.7826L8%2011.4783L15.5024%2010.7826Z'%20fill='%230052B4'/%3e%3cpath%20d='M7.99996%2016C11.4397%2016%2014.372%2013.829%2015.5024%2010.7826H0.497559C1.6279%2013.829%204.56025%2016%207.99996%2016Z'%20fill='%23D80027'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8642_7381'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const L = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8642_7360)'%3e%3cpath%20d='M8%2016C12.4183%2016%2016%2012.4183%2016%208C16%203.58172%2012.4183%200%208%200C3.58172%200%200%203.58172%200%208C0%2012.4183%203.58172%2016%208%2016Z'%20fill='white'/%3e%3cpath%20d='M7.65222%208H16C16%207.27794%2015.9038%206.57844%2015.7244%205.91303H7.65222V8Z'%20fill='%23D80027'/%3e%3cpath%20d='M7.65222%203.82609H14.8258C14.3361%203.02697%2013.71%202.32062%2012.9799%201.73912H7.65222V3.82609Z'%20fill='%23D80027'/%3e%3cpath%20d='M8.00002%2016C9.8828%2016%2011.6133%2015.3493%2012.9799%2014.2609H3.02014C4.3867%2015.3493%206.11724%2016%208.00002%2016Z'%20fill='%23D80027'/%3e%3cpath%20d='M1.17423%2012.1739H14.8259C15.219%2011.5324%2015.5239%2010.8311%2015.7244%2010.0869H0.275635C0.476166%2010.8311%200.781072%2011.5324%201.17423%2012.1739V12.1739Z'%20fill='%23D80027'/%3e%3cpath%20d='M3.70575%201.24931H4.43478L3.75666%201.74197L4.01569%202.53912L3.33759%202.04647L2.6595%202.53912L2.88325%201.85047C2.28619%202.34781%201.76287%202.9305%201.33162%203.57975H1.56522L1.13356%203.89334C1.06631%204.00553%201.00181%204.1195%200.94%204.23516L1.14612%204.86956L0.761563%204.59016C0.665969%204.79269%200.578531%204.99978%200.499938%205.21119L0.727031%205.91019H1.56522L0.887094%206.40284L1.14612%207.2L0.468031%206.70734L0.0618437%207.00247C0.0211875%207.32928%200%207.66216%200%208H8C8%203.58175%208%203.06087%208%200C6.41963%200%204.94641%200.458438%203.70575%201.24931V1.24931ZM4.01569%207.2L3.33759%206.70734L2.6595%207.2L2.91853%206.40284L2.24041%205.91019H3.07859L3.33759%205.11303L3.59659%205.91019H4.43478L3.75666%206.40284L4.01569%207.2ZM3.75666%204.07241L4.01569%204.86956L3.33759%204.37691L2.6595%204.86956L2.91853%204.07241L2.24041%203.57975H3.07859L3.33759%202.78259L3.59659%203.57975H4.43478L3.75666%204.07241ZM6.88525%207.2L6.20716%206.70734L5.52906%207.2L5.78809%206.40284L5.10997%205.91019H5.94816L6.20716%205.11303L6.46616%205.91019H7.30434L6.62622%206.40284L6.88525%207.2ZM6.62622%204.07241L6.88525%204.86956L6.20716%204.37691L5.52906%204.86956L5.78809%204.07241L5.10997%203.57975H5.94816L6.20716%202.78259L6.46616%203.57975H7.30434L6.62622%204.07241ZM6.62622%201.74197L6.88525%202.53912L6.20716%202.04647L5.52906%202.53912L5.78809%201.74197L5.10997%201.24931H5.94816L6.20716%200.452156L6.46616%201.24931H7.30434L6.62622%201.74197Z'%20fill='%230052B4'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8642_7360'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
+ export {
3
+ L 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 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M4.83337 7.99998C4.83337 7.57015 4.84978 7.14844 4.88025 6.73826C4.34219 6.82678 3.854 6.93716 3.42973 7.06443C2.85251 7.2376 2.42175 7.43433 2.14652 7.62954C1.85842 7.83392 1.83337 7.96625 1.83337 7.99998C1.83337 8.03371 1.85842 8.16604 2.14652 8.37042C2.42175 8.56563 2.85251 8.76236 3.42973 8.93553C3.85397 9.06279 4.34223 9.17253 4.88025 9.26105C4.84981 8.85108 4.83337 8.42958 4.83337 7.99998ZM9.97921 10.4121C9.35021 10.4692 8.68572 10.5 8.00004 10.5C7.31413 10.5 6.64941 10.4692 6.02022 10.4121C6.15031 11.2185 6.34227 11.9373 6.57882 12.5286C6.80613 13.0968 7.06448 13.5234 7.32556 13.7995C7.58559 14.0743 7.81369 14.1666 8.00004 14.1666C8.18639 14.1666 8.41449 14.0743 8.67452 13.7995C8.9356 13.5234 9.19395 13.0968 9.42126 12.5286C9.6578 11.9373 9.84912 11.2185 9.97921 10.4121ZM2.0059 9.44855C2.51229 11.5515 4.09528 13.234 6.14001 13.8802C5.95797 13.5884 5.79392 13.2584 5.65043 12.8997C5.35522 12.1617 5.12841 11.2726 4.98962 10.2897C4.30665 10.189 3.68324 10.0554 3.14262 9.89321C2.71957 9.76629 2.33436 9.61782 2.0059 9.44855ZM13.9935 9.44855C13.6652 9.61771 13.2803 9.76636 12.8575 9.89321C12.3167 10.0554 11.693 10.1889 11.0098 10.2897C10.871 11.2726 10.6449 12.1617 10.3496 12.8997C10.2061 13.2585 10.0415 13.5884 9.85942 13.8802C11.9044 13.2342 13.4871 11.5516 13.9935 9.44855ZM6.14001 2.11912C4.09539 2.7652 2.51246 4.44803 2.0059 6.55076C2.33431 6.38155 2.71968 6.23363 3.14262 6.10675C3.68326 5.94458 4.30661 5.81035 4.98962 5.70961C5.12842 4.72696 5.35528 3.83812 5.65043 3.10024C5.79399 2.74135 5.95786 2.41099 6.14001 2.11912ZM9.85942 2.11912C10.0416 2.41106 10.206 2.74123 10.3496 3.10024C10.6448 3.83809 10.871 4.727 11.0098 5.70961C11.6931 5.81036 12.3166 5.94453 12.8575 6.10675C13.2802 6.23357 13.6652 6.38166 13.9935 6.55076C13.4869 4.44789 11.9043 2.76505 9.85942 2.11912ZM8.00004 1.83331C7.81369 1.83331 7.58559 1.92563 7.32556 2.2005C7.06448 2.47657 6.80613 2.90314 6.57882 3.47133C6.34234 4.06254 6.1503 4.78104 6.02022 5.58722C6.64939 5.53008 7.31415 5.49998 8.00004 5.49998C8.6857 5.49998 9.35023 5.53012 9.97921 5.58722C9.84913 4.78108 9.65773 4.06251 9.42126 3.47133C9.19395 2.90314 8.9356 2.47657 8.67452 2.2005C8.41449 1.92563 8.18639 1.83331 8.00004 1.83331ZM5.83337 7.99998C5.83337 8.47996 5.85463 8.9461 5.89392 9.39321C6.55131 9.46062 7.25956 9.49998 8.00004 9.49998C8.74028 9.49998 9.4483 9.46058 10.1055 9.39321C10.1448 8.94608 10.1667 8.47998 10.1667 7.99998C10.1667 7.51975 10.1448 7.05342 10.1055 6.6061C9.44832 6.53873 8.74025 6.49998 8.00004 6.49998C7.25959 6.49998 6.55129 6.53869 5.89392 6.6061C5.85459 7.05341 5.83337 7.51977 5.83337 7.99998ZM11.1667 7.99998C11.1667 8.4296 11.1496 8.85106 11.1192 9.26105C11.6575 9.17252 12.1459 9.06284 12.5704 8.93553C13.1476 8.76236 13.5783 8.56563 13.8536 8.37042C14.1417 8.16604 14.1667 8.03371 14.1667 7.99998C14.1667 7.96625 14.1417 7.83392 13.8536 7.62954C13.5783 7.43433 13.1476 7.2376 12.5704 7.06443C12.1459 6.93711 11.6575 6.82679 11.1192 6.73826C11.1496 7.14845 11.1667 7.57013 11.1667 7.99998ZM15.1667 7.99998C15.1667 11.958 11.9581 15.1666 8.00004 15.1666C4.16558 15.1666 1.03428 12.1553 0.842489 8.36847L0.833374 7.99998L0.842489 7.63149C1.03428 3.84469 4.16558 0.833313 8.00004 0.833313C11.9581 0.833313 15.1667 4.04194 15.1667 7.99998Z", fill: "#868E96" }));
3
+ export {
4
+ t 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 18 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_8583_5123)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.4816 0C3.79149 0 0 3.81944 0 8.54462C0 12.3217 2.42934 15.5189 5.79948 16.6505C6.22083 16.7356 6.37517 16.4667 6.37517 16.2405C6.37517 16.0424 6.36128 15.3634 6.36128 14.6559C4.00191 15.1653 3.51059 13.6373 3.51059 13.6373C3.13142 12.647 2.56962 12.3925 2.56962 12.3925C1.7974 11.8691 2.62587 11.8691 2.62587 11.8691C3.48247 11.9257 3.93194 12.7462 3.93194 12.7462C4.6901 14.0476 5.91181 13.6799 6.4033 13.4535C6.47344 12.9017 6.69826 12.5198 6.93698 12.3076C5.05521 12.1095 3.07535 11.374 3.07535 8.09184C3.07535 7.15816 3.41215 6.39427 3.94583 5.80017C3.86163 5.58802 3.56667 4.71076 4.03021 3.53663C4.03021 3.53663 4.74635 3.31024 6.36111 4.41372C7.05245 4.22668 7.76541 4.13153 8.4816 4.13073C9.19774 4.13073 9.92778 4.22986 10.6019 4.41372C12.2168 3.31024 12.933 3.53663 12.933 3.53663C13.3965 4.71076 13.1014 5.58802 13.0172 5.80017C13.5649 6.39427 13.8878 7.15816 13.8878 8.09184C13.8878 11.374 11.908 12.0953 10.0122 12.3076C10.3212 12.5764 10.5878 13.0856 10.5878 13.892C10.5878 15.0378 10.574 15.9575 10.574 16.2403C10.574 16.4667 10.7285 16.7356 11.1497 16.6507C14.5198 15.5187 16.9491 12.3217 16.9491 8.54462C16.963 3.81944 13.1576 0 8.4816 0Z", fill: "black" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_8583_5123" }, /* @__PURE__ */ e.createElement("rect", { width: 17.0139, height: 16.6667, fill: "white" }))));
3
+ export {
4
+ l as default
5
+ };