@sellmate/design-system 1.0.49 → 1.0.50

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 (267) hide show
  1. package/dist/cjs/{component.button-BKa5OPya.js → component.button-DUsddONR.js} +15 -14
  2. package/dist/cjs/{component.modal-CtW5Gmy5.js → component.modal-DmQUWbve.js} +0 -4
  3. package/dist/cjs/{component.textinput-43trvZ5m.js → component.textinput-DIDZPtYE.js} +0 -3
  4. package/dist/cjs/design-system.cjs.js +1 -1
  5. package/dist/cjs/index.cjs.js +0 -5
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/{resolveColor-Di1RNekE.js → resolveColor-LhfOKtTZ.js} +2 -0
  8. package/dist/cjs/sd-action-modal.cjs.entry.js +2 -4
  9. package/dist/cjs/sd-barcode-input.cjs.entry.js +5 -7
  10. package/dist/cjs/{sd-button-v2.config-CQoTThio.js → sd-button-v2.config-B4___nhv.js} +5 -5
  11. package/dist/cjs/sd-button-v2_2.cjs.entry.js +3 -3
  12. package/dist/cjs/sd-button_4.cjs.entry.js +8 -8
  13. package/dist/cjs/sd-calendar.cjs.entry.js +1 -1
  14. package/dist/cjs/sd-confirm-modal.cjs.entry.js +4 -6
  15. package/dist/cjs/sd-dropdown-button.cjs.entry.js +17 -6
  16. package/dist/cjs/sd-file-picker.cjs.entry.js +5 -3
  17. package/dist/cjs/sd-ghost-button.cjs.entry.js +148 -0
  18. package/dist/cjs/sd-guide.cjs.entry.js +2 -2
  19. package/dist/cjs/sd-input_2.cjs.entry.js +7 -12
  20. package/dist/cjs/sd-loading-spinner_3.cjs.entry.js +4 -4
  21. package/dist/cjs/sd-number-input.cjs.entry.js +3 -3
  22. package/dist/cjs/sd-popover.cjs.entry.js +10 -10
  23. package/dist/cjs/sd-progress.cjs.entry.js +2 -2
  24. package/dist/cjs/sd-select-dropdown_2.cjs.entry.js +3 -3
  25. package/dist/cjs/sd-select-group.cjs.entry.js +1 -1
  26. package/dist/cjs/sd-select-multiple.cjs.entry.js +1 -1
  27. package/dist/cjs/sd-select-option-group.cjs.entry.js +3 -3
  28. package/dist/cjs/sd-select-v2-list-item_2.cjs.entry.js +5 -5
  29. package/dist/cjs/sd-select-v2-listbox_2.cjs.entry.js +3 -3
  30. package/dist/cjs/sd-select-v2.cjs.entry.js +3 -3
  31. package/dist/cjs/sd-tabs.cjs.entry.js +2 -3
  32. package/dist/cjs/sd-tag.cjs.entry.js +2 -2
  33. package/dist/cjs/sd-text-link.cjs.entry.js +3 -3
  34. package/dist/cjs/sd-textarea.cjs.entry.js +2 -2
  35. package/dist/cjs/sd-toast.cjs.entry.js +3 -3
  36. package/dist/collection/collection-manifest.json +1 -0
  37. package/dist/collection/components/sd-action-modal/sd-action-modal.config.js +0 -2
  38. package/dist/collection/components/sd-action-modal/sd-action-modal.js +2 -2
  39. package/dist/collection/components/sd-barcode-input/sd-barcode-input.config.js +0 -5
  40. package/dist/collection/components/sd-barcode-input/sd-barcode-input.css +8 -5
  41. package/dist/collection/components/sd-barcode-input/sd-barcode-input.js +4 -2
  42. package/dist/collection/components/sd-button/sd-button.js +5 -5
  43. package/dist/collection/components/sd-button-v2/sd-button-v2.config.js +4 -4
  44. package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.config.js +0 -2
  45. package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.css +2 -3
  46. package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +3 -3
  47. package/dist/collection/components/sd-file-picker/sd-file-picker.js +5 -3
  48. package/dist/collection/components/sd-floating-portal/sd-floating-portal.css +0 -4
  49. package/dist/collection/components/sd-ghost-button/sd-ghost-button.config.js +37 -0
  50. package/dist/collection/components/sd-ghost-button/sd-ghost-button.css +43 -0
  51. package/dist/collection/components/sd-ghost-button/sd-ghost-button.js +205 -0
  52. package/dist/collection/components/sd-guide/sd-guide.js +2 -2
  53. package/dist/collection/components/sd-input/sd-input.config.js +0 -5
  54. package/dist/collection/components/sd-input/sd-input.css +0 -1
  55. package/dist/collection/components/sd-input/sd-input.js +3 -3
  56. package/dist/collection/components/sd-loading-spinner/sd-loading-spinner.js +1 -1
  57. package/dist/collection/components/sd-number-input/sd-number-input.js +3 -3
  58. package/dist/collection/components/sd-pagination/sd-pagination.js +2 -2
  59. package/dist/collection/components/sd-popover/sd-popover.js +11 -7
  60. package/dist/collection/components/sd-progress/sd-progress.js +2 -34
  61. package/dist/collection/components/sd-select/sd-select-dropdown/sd-select-dropdown.js +2 -2
  62. package/dist/collection/components/sd-select/sd-select-option/sd-select-option.js +1 -1
  63. package/dist/collection/components/sd-select/sd-select-search-input/sd-select-search-input.js +3 -3
  64. package/dist/collection/components/sd-select-group/sd-select-group.js +1 -1
  65. package/dist/collection/components/sd-select-multiple/sd-select-multiple.js +1 -1
  66. package/dist/collection/components/sd-select-multiple-group/sd-select-option-group/sd-select-option-group.js +3 -3
  67. package/dist/collection/components/sd-select-v2/sd-select-v2-list-item/sd-select-v2-list-item.js +2 -2
  68. package/dist/collection/components/sd-select-v2/sd-select-v2-list-item-search/sd-select-v2-list-item-search.js +3 -3
  69. package/dist/collection/components/sd-select-v2/sd-select-v2-listbox/sd-select-v2-listbox.js +1 -1
  70. package/dist/collection/components/sd-select-v2/sd-select-v2-trigger/sd-select-v2-trigger.js +2 -2
  71. package/dist/collection/components/sd-select-v2/sd-select-v2.js +3 -3
  72. package/dist/collection/components/sd-tabs/sd-tabs.js +2 -3
  73. package/dist/collection/components/sd-tag/sd-tag.js +2 -2
  74. package/dist/collection/components/sd-text-link/sd-text-link.js +3 -3
  75. package/dist/collection/components/sd-textarea/sd-textarea.js +2 -2
  76. package/dist/collection/components/sd-toast/sd-toast.css +0 -14
  77. package/dist/collection/components/sd-toast/sd-toast.js +2 -2
  78. package/dist/collection/index.js +0 -1
  79. package/dist/components/index.js +1 -1
  80. package/dist/components/{p-BBYig1zV.js → p-9cpjtLyu.js} +1 -1
  81. package/dist/components/p-AFiQTtI8.js +1 -0
  82. package/dist/components/p-B2f7Cose.js +1 -0
  83. package/dist/components/{p-BYaBx4Ar.js → p-B9ODOaHR.js} +1 -1
  84. package/dist/components/{p-uWsY9w9i.js → p-BDddwnsY.js} +1 -1
  85. package/dist/components/{p-CbjDAdZ_.js → p-BGovA1BG.js} +1 -1
  86. package/dist/components/p-BSD19ZXd.js +1 -0
  87. package/dist/components/{p-DqwiOEb3.js → p-BWpdlAkY.js} +1 -1
  88. package/dist/components/p-BcM38Hvd.js +1 -0
  89. package/dist/components/{p-CUy8ulXZ.js → p-BkGwQ37a.js} +1 -1
  90. package/dist/components/p-BlIVa7pk.js +1 -0
  91. package/dist/components/{p-CdoxVzYC.js → p-Bm5vdtK6.js} +1 -1
  92. package/dist/components/p-BxPyZJaz.js +1 -0
  93. package/dist/components/p-C-ITXCaO.js +1 -0
  94. package/dist/components/{p-DAWMGK_A.js → p-C6dJGijx.js} +1 -1
  95. package/dist/components/{p-C0ptbo29.js → p-CID8dmhm.js} +1 -1
  96. package/dist/components/{p-ZoQO0p2E.js → p-CMIQp1d_.js} +1 -1
  97. package/dist/components/{p-B6NYLHOZ.js → p-CSCkf9FA.js} +1 -1
  98. package/dist/components/p-CS_IUXhu.js +1 -0
  99. package/dist/components/{p-Dl7yIIDW.js → p-CuKx-cil.js} +1 -1
  100. package/dist/components/{p-BeZsmobQ.js → p-CzJDdzv9.js} +1 -1
  101. package/dist/components/{p-By4ufaS3.js → p-D3hfkcth.js} +1 -1
  102. package/dist/components/p-DVFkk4Uh.js +1 -0
  103. package/dist/components/{p-DJScHgLW.js → p-DYzmoNdd.js} +1 -1
  104. package/dist/components/{p-BeIOWDKk.js → p-DgH5_0xH.js} +1 -1
  105. package/dist/components/p-Do9_zPoB.js +1 -0
  106. package/dist/components/{p-DhKZT8lW.js → p-Dpm7Otkw.js} +1 -1
  107. package/dist/components/p-mO5GcwI3.js +1 -0
  108. package/dist/components/{p-DdjivpAF.js → p-z1GAfC0Y.js} +1 -1
  109. package/dist/components/sd-action-modal.js +1 -1
  110. package/dist/components/sd-barcode-input.js +1 -1
  111. package/dist/components/sd-button-v2.js +1 -1
  112. package/dist/components/sd-button.js +1 -1
  113. package/dist/components/sd-calendar.js +1 -1
  114. package/dist/components/sd-checkbox.js +1 -1
  115. package/dist/components/sd-confirm-modal.js +1 -1
  116. package/dist/components/sd-date-picker.js +1 -1
  117. package/dist/components/sd-date-range-picker.js +1 -1
  118. package/dist/components/sd-dropdown-button.js +1 -1
  119. package/dist/components/sd-field.js +1 -1
  120. package/dist/components/sd-file-picker.js +1 -1
  121. package/dist/components/sd-floating-portal.js +1 -1
  122. package/dist/components/sd-ghost-button.d.ts +11 -0
  123. package/dist/components/sd-ghost-button.js +1 -0
  124. package/dist/components/sd-guide.js +1 -1
  125. package/dist/components/sd-icon.js +1 -1
  126. package/dist/components/sd-input.js +1 -1
  127. package/dist/components/sd-loading-spinner.js +1 -1
  128. package/dist/components/sd-modal-container.js +1 -1
  129. package/dist/components/sd-number-input.js +1 -1
  130. package/dist/components/sd-pagination.js +1 -1
  131. package/dist/components/sd-popover.js +1 -1
  132. package/dist/components/sd-progress.js +1 -1
  133. package/dist/components/sd-select-dropdown.js +1 -1
  134. package/dist/components/sd-select-group.js +1 -1
  135. package/dist/components/sd-select-multiple-group.js +1 -1
  136. package/dist/components/sd-select-multiple.js +1 -1
  137. package/dist/components/sd-select-option-group.js +1 -1
  138. package/dist/components/sd-select-option.js +1 -1
  139. package/dist/components/sd-select-search-input.js +1 -1
  140. package/dist/components/sd-select-v2-list-item-search.js +1 -1
  141. package/dist/components/sd-select-v2-list-item.js +1 -1
  142. package/dist/components/sd-select-v2-listbox.js +1 -1
  143. package/dist/components/sd-select-v2-trigger.js +1 -1
  144. package/dist/components/sd-select-v2.js +1 -1
  145. package/dist/components/sd-select.js +1 -1
  146. package/dist/components/sd-table.js +1 -1
  147. package/dist/components/sd-tabs.js +1 -1
  148. package/dist/components/sd-tag.js +1 -1
  149. package/dist/components/sd-text-link.js +1 -1
  150. package/dist/components/sd-textarea.js +1 -1
  151. package/dist/components/sd-toast-container.js +1 -1
  152. package/dist/components/sd-toast.js +1 -1
  153. package/dist/components/sd-tooltip.js +1 -1
  154. package/dist/design-system/design-system.css +1 -1
  155. package/dist/design-system/design-system.esm.js +1 -1
  156. package/dist/design-system/index.esm.js +1 -1
  157. package/dist/design-system/{p-19b18e4c.entry.js → p-075c1811.entry.js} +1 -1
  158. package/dist/design-system/{p-4e9abae8.entry.js → p-28f46b43.entry.js} +1 -1
  159. package/dist/design-system/{p-d4da5815.entry.js → p-3046d095.entry.js} +1 -1
  160. package/dist/design-system/p-3165d54b.entry.js +1 -0
  161. package/dist/design-system/{p-e58e5fa2.entry.js → p-3a507d25.entry.js} +1 -1
  162. package/dist/design-system/{p-d659e98e.entry.js → p-426c7f12.entry.js} +1 -1
  163. package/dist/design-system/p-45f6bd30.entry.js +1 -0
  164. package/dist/design-system/{p-0e0992bf.entry.js → p-49611410.entry.js} +1 -1
  165. package/dist/design-system/p-513306a1.entry.js +1 -0
  166. package/dist/design-system/p-559d6c56.entry.js +1 -0
  167. package/dist/design-system/{p-fd2e0035.entry.js → p-57e3132f.entry.js} +1 -1
  168. package/dist/design-system/p-5ce6b4e1.entry.js +1 -0
  169. package/dist/design-system/p-6a0fe603.entry.js +1 -0
  170. package/dist/design-system/{p-ee25a675.entry.js → p-7b14c068.entry.js} +1 -1
  171. package/dist/design-system/p-8b11f4f1.entry.js +1 -0
  172. package/dist/design-system/p-9d5d578e.entry.js +1 -0
  173. package/dist/design-system/{p-CbjDAdZ_.js → p-BGovA1BG.js} +1 -1
  174. package/dist/design-system/p-BcM38Hvd.js +1 -0
  175. package/dist/design-system/p-BxPyZJaz.js +1 -0
  176. package/dist/design-system/p-a589cab8.entry.js +1 -0
  177. package/dist/design-system/{p-4d904e5a.entry.js → p-a6946300.entry.js} +1 -1
  178. package/dist/design-system/{p-e8cb12b7.entry.js → p-ae21d6ba.entry.js} +1 -1
  179. package/dist/design-system/{p-ef654bbe.entry.js → p-d2db1b44.entry.js} +1 -1
  180. package/dist/design-system/p-d47fdd44.entry.js +1 -0
  181. package/dist/design-system/{p-53326ad6.entry.js → p-d83673a2.entry.js} +1 -1
  182. package/dist/design-system/{p-07a3c3fc.entry.js → p-d87aa2ec.entry.js} +1 -1
  183. package/dist/design-system/{p-DzagopqQ.js → p-ePjRdqmD.js} +1 -1
  184. package/dist/design-system/p-f193b3b9.entry.js +1 -0
  185. package/dist/design-system/{p-de02d3b8.entry.js → p-f23038d4.entry.js} +1 -1
  186. package/dist/design-system/{p-242c605c.entry.js → p-f496bd56.entry.js} +1 -1
  187. package/dist/design-system/{p-19e62a3d.entry.js → p-fc2dc308.entry.js} +1 -1
  188. package/dist/design-system/p-mO5GcwI3.js +1 -0
  189. package/dist/esm/{component.button-DwYSoCyW.js → component.button-BcM38Hvd.js} +15 -14
  190. package/dist/esm/{component.modal-rGbM8XR_.js → component.modal-mO5GcwI3.js} +0 -4
  191. package/dist/esm/{component.textinput-CbjDAdZ_.js → component.textinput-BGovA1BG.js} +0 -3
  192. package/dist/esm/design-system.js +1 -1
  193. package/dist/esm/index.js +1 -5
  194. package/dist/esm/loader.js +1 -1
  195. package/dist/esm/{resolveColor-CquSJNHV.js → resolveColor-BxPyZJaz.js} +2 -0
  196. package/dist/esm/sd-action-modal.entry.js +2 -4
  197. package/dist/esm/sd-barcode-input.entry.js +5 -7
  198. package/dist/esm/{sd-button-v2.config-B4Fmn4Ju.js → sd-button-v2.config-C7s1j4_P.js} +5 -5
  199. package/dist/esm/sd-button-v2_2.entry.js +3 -3
  200. package/dist/esm/sd-button_4.entry.js +8 -8
  201. package/dist/esm/sd-calendar.entry.js +1 -1
  202. package/dist/esm/sd-confirm-modal.entry.js +4 -6
  203. package/dist/esm/sd-dropdown-button.entry.js +14 -3
  204. package/dist/esm/sd-file-picker.entry.js +5 -3
  205. package/dist/esm/sd-ghost-button.entry.js +146 -0
  206. package/dist/esm/sd-guide.entry.js +2 -2
  207. package/dist/esm/sd-input_2.entry.js +7 -12
  208. package/dist/esm/sd-loading-spinner_3.entry.js +4 -4
  209. package/dist/esm/sd-number-input.entry.js +3 -3
  210. package/dist/esm/sd-popover.entry.js +10 -10
  211. package/dist/esm/sd-progress.entry.js +2 -2
  212. package/dist/esm/sd-select-dropdown_2.entry.js +3 -3
  213. package/dist/esm/sd-select-group.entry.js +1 -1
  214. package/dist/esm/sd-select-multiple.entry.js +1 -1
  215. package/dist/esm/sd-select-option-group.entry.js +3 -3
  216. package/dist/esm/sd-select-v2-list-item_2.entry.js +5 -5
  217. package/dist/esm/sd-select-v2-listbox_2.entry.js +3 -3
  218. package/dist/esm/sd-select-v2.entry.js +3 -3
  219. package/dist/esm/sd-tabs.entry.js +2 -3
  220. package/dist/esm/sd-tag.entry.js +2 -2
  221. package/dist/esm/sd-text-link.entry.js +3 -3
  222. package/dist/esm/sd-textarea.entry.js +2 -2
  223. package/dist/esm/sd-toast.entry.js +3 -3
  224. package/dist/types/components/sd-action-modal/sd-action-modal.config.d.ts +0 -2
  225. package/dist/types/components/sd-barcode-input/sd-barcode-input.config.d.ts +0 -4
  226. package/dist/types/components/sd-confirm-modal/sd-confirm-modal.config.d.ts +0 -2
  227. package/dist/types/components/sd-ghost-button/sd-ghost-button.config.d.ts +12 -0
  228. package/dist/types/components/sd-ghost-button/sd-ghost-button.d.ts +15 -0
  229. package/dist/types/components/sd-input/sd-input.config.d.ts +0 -4
  230. package/dist/types/components.d.ts +76 -4
  231. package/dist/types/index.d.ts +0 -1
  232. package/hydrate/index.js +284 -143
  233. package/hydrate/index.mjs +284 -143
  234. package/package.json +1 -1
  235. package/dist/cjs/system-lN7yOMPF.js +0 -20
  236. package/dist/collection/components/event-management.js +0 -19
  237. package/dist/collection/styles/fonts/fontBase64.js +0 -141910
  238. package/dist/collection/utils/utils.js +0 -3
  239. package/dist/components/p-7tPcjtqM.js +0 -1
  240. package/dist/components/p-B09D2cZD.js +0 -1
  241. package/dist/components/p-C3XBhNH9.js +0 -1
  242. package/dist/components/p-CS6ohqwt.js +0 -1
  243. package/dist/components/p-CquSJNHV.js +0 -1
  244. package/dist/components/p-DE3qbfEZ.js +0 -1
  245. package/dist/components/p-DeTDTmN7.js +0 -1
  246. package/dist/components/p-Du3VqeNP.js +0 -1
  247. package/dist/components/p-DwYSoCyW.js +0 -1
  248. package/dist/components/p-poQ9yAeD.js +0 -1
  249. package/dist/components/p-rGbM8XR_.js +0 -1
  250. package/dist/design-system/p-021e4171.entry.js +0 -1
  251. package/dist/design-system/p-127445af.entry.js +0 -1
  252. package/dist/design-system/p-14d1d9d7.entry.js +0 -1
  253. package/dist/design-system/p-498d333c.entry.js +0 -1
  254. package/dist/design-system/p-7a029f03.entry.js +0 -1
  255. package/dist/design-system/p-CS6ohqwt.js +0 -1
  256. package/dist/design-system/p-CquSJNHV.js +0 -1
  257. package/dist/design-system/p-DwYSoCyW.js +0 -1
  258. package/dist/design-system/p-ade2ed02.entry.js +0 -1
  259. package/dist/design-system/p-aeed9b29.entry.js +0 -1
  260. package/dist/design-system/p-b5d8e54d.entry.js +0 -1
  261. package/dist/design-system/p-bddf2246.entry.js +0 -1
  262. package/dist/design-system/p-d93c6ea8.entry.js +0 -1
  263. package/dist/design-system/p-rGbM8XR_.js +0 -1
  264. package/dist/esm/system-CS6ohqwt.js +0 -18
  265. package/dist/types/components/event-management.d.ts +0 -6
  266. package/dist/types/styles/fonts/fontBase64.d.ts +0 -3
  267. package/dist/types/utils/utils.d.ts +0 -1
@@ -1 +1 @@
1
- import{h as C,p as l,H as t,t as e}from"./p-B1vJXa29.js";import{r}from"./p-CquSJNHV.js";const o={add:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.0005 3.98682C12.4146 3.98682 12.7503 4.32273 12.7505 4.73682V11.2505H19.2632C19.6774 11.2505 20.0132 11.5863 20.0132 12.0005C20.0132 12.4147 19.6774 12.7505 19.2632 12.7505H12.7505V19.2632C12.7505 19.6774 12.4147 20.0132 12.0005 20.0132C11.5863 20.0132 11.2505 19.6774 11.2505 19.2632V12.7505H4.73682C4.32273 12.7503 3.98682 12.4146 3.98682 12.0005C3.98682 11.5864 4.32273 11.2506 4.73682 11.2505H11.2505V4.73682C11.2506 4.32273 11.5864 3.98682 12.0005 3.98682Z",fill:"currentColor"}))},alert:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.4755 3.338C13.642 2.65802 15.107 3.49955 15.1073 4.84972V19.1495C15.1071 20.4613 13.7164 21.3068 12.5516 20.7032L5.90027 17.2569H4.77332C3.25468 17.2568 2.02338 16.0256 2.02332 14.5069V9.93273C2.02332 8.41402 3.25464 7.18286 4.77332 7.18273H5.87878L12.4755 3.338ZM13.6073 4.84972C13.607 4.65712 13.3978 4.53707 13.2313 4.6339L6.83289 8.36241V16.0499L13.2421 19.3712C13.4084 19.4573 13.6071 19.3368 13.6073 19.1495V4.84972ZM4.77332 8.68273C4.08307 8.68286 3.52332 9.24245 3.52332 9.93273V14.5069C3.52338 15.1972 4.08311 15.7568 4.77332 15.7569H5.33289V8.68273H4.77332Z",fill:"currentColor"}),C("path",{d:"M18.7274 7.16124C19.0245 6.87261 19.5065 6.87261 19.8036 7.16124C22.7006 9.97598 22.7006 14.5398 19.8036 17.3546C19.5065 17.643 19.0245 17.643 18.7274 17.3546C18.4304 17.066 18.4305 16.5983 18.7274 16.3097C21.0306 14.0721 21.0306 10.4437 18.7274 8.20616C18.4304 7.91753 18.4303 7.44986 18.7274 7.16124Z",fill:"currentColor"}),C("path",{d:"M16.5214 9.3048C16.8184 9.01632 17.2995 9.01632 17.5966 9.3048C19.2754 10.9358 19.2754 13.5801 17.5966 15.211C17.2995 15.4994 16.8184 15.4994 16.5214 15.211C16.2243 14.9225 16.2244 14.4548 16.5214 14.1661C17.6058 13.1124 17.6058 11.4034 16.5214 10.3497C16.2243 10.0611 16.2243 9.59343 16.5214 9.3048Z",fill:"currentColor"}))},alignKorean:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.74994 11.5C8.16415 11.5 8.49994 11.8358 8.49994 12.25V13.5H10.7499C11.1642 13.5 11.4999 13.8358 11.4999 14.25C11.4999 14.6642 11.1642 15 10.7499 15H8.49994C9.88065 15 10.9999 16.1193 10.9999 17.5C10.9999 18.8807 9.88065 20 8.49994 20H6.74994C5.36923 20 4.24994 18.8807 4.24994 17.5C4.24994 16.1193 5.36923 15 6.74994 15H4.24994C3.83573 15 3.49994 14.6642 3.49994 14.25C3.49994 13.8358 3.83573 13.5 4.24994 13.5H6.99994V12.25C6.99994 11.8358 7.33573 11.5 7.74994 11.5ZM6.74994 16.5C6.19765 16.5 5.74994 16.9477 5.74994 17.5C5.74994 18.0523 6.19765 18.5 6.74994 18.5H8.49994C9.05222 18.5 9.49994 18.0523 9.49994 17.5C9.49994 16.9477 9.05222 16.5 8.49994 16.5H6.74994Z",fill:"currentColor"}),C("path",{d:"M17.2499 4C17.6642 4 17.9999 4.33579 17.9999 4.75V17.3047L19.1943 15.9873C19.4724 15.6803 19.9469 15.6565 20.2538 15.9346C20.5608 16.2127 20.5837 16.6872 20.3056 16.9941L17.8056 19.7539C17.6634 19.9107 17.4616 20 17.2499 20C17.0383 20 16.8364 19.9107 16.6943 19.7539L14.1943 16.9941C13.9162 16.6872 13.9391 16.2127 14.246 15.9346C14.553 15.6565 15.0275 15.6803 15.3056 15.9873L16.4999 17.3047V4.75C16.4999 4.33579 16.8357 4 17.2499 4Z",fill:"currentColor"}),C("path",{d:"M9.24994 4C10.2164 4 10.9999 4.7835 10.9999 5.75V10.25C10.9999 10.6642 10.6642 11 10.2499 11C9.83573 11 9.49994 10.6642 9.49994 10.25V5.75C9.49994 5.61193 9.38801 5.5 9.24994 5.5H4.24994C3.83573 5.5 3.49994 5.16421 3.49994 4.75C3.49994 4.33579 3.83573 4 4.24994 4H9.24994Z",fill:"currentColor"}))},archive:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.7998 2.0498C5.21396 2.0498 5.54971 2.38568 5.5498 2.7998V6.64258H10.4502V5.91797C10.4502 5.48024 10.6226 5.05999 10.9297 4.74805C11.2431 4.42976 11.6715 4.25 12.1182 4.25H14.7422C15.4983 4.25008 16.1694 4.73573 16.4053 5.4541L16.4873 5.70312C16.5211 5.8056 16.6167 5.875 16.7246 5.875H18.2002C19.1666 5.8751 19.9502 6.65856 19.9502 7.625V10.5C19.9502 11.4664 19.1666 12.2499 18.2002 12.25H12.2002C11.2337 12.25 10.4502 11.4665 10.4502 10.5V8.14258H5.5498V17.2998C5.5498 17.4378 5.66182 17.5497 5.7998 17.5498H10.4502V15.6182C10.4502 15.1804 10.6226 14.7602 10.9297 14.4482C11.2431 14.1299 11.6714 13.9502 12.1182 13.9502H14.7422C15.4983 13.9503 16.1694 14.4359 16.4053 15.1543L16.4873 15.4033C16.5211 15.5057 16.6167 15.5752 16.7246 15.5752H18.2002C19.1666 15.5753 19.9502 16.3588 19.9502 17.3252V20.2002C19.9501 21.1665 19.1665 21.9501 18.2002 21.9502H12.2002C11.2338 21.9502 10.4503 21.1666 10.4502 20.2002V19.0498H5.7998C4.83339 19.0497 4.0498 18.2662 4.0498 17.2998V2.7998C4.0499 2.38574 4.38574 2.0499 4.7998 2.0498ZM12.1182 15.4502C12.0733 15.4502 12.0295 15.468 11.998 15.5C11.9672 15.5313 11.9502 15.5742 11.9502 15.6182V20.2002C11.9503 20.3382 12.0622 20.4502 12.2002 20.4502H18.2002C18.3381 20.4501 18.4501 20.3381 18.4502 20.2002V17.3252C18.4502 17.1872 18.3382 17.0753 18.2002 17.0752H16.7246C15.9685 17.0752 15.2974 16.5894 15.0615 15.8711L14.9805 15.6221C14.9468 15.5195 14.8501 15.4503 14.7422 15.4502H12.1182ZM12.1182 5.75C12.0733 5.75 12.0295 5.76787 11.998 5.7998C11.9672 5.83115 11.9502 5.874 11.9502 5.91797V10.5C11.9502 10.6381 12.0621 10.75 12.2002 10.75H18.2002C18.3382 10.7499 18.4502 10.638 18.4502 10.5V7.625C18.4502 7.48699 18.3382 7.3751 18.2002 7.375H16.7246C15.9684 7.375 15.2974 6.88934 15.0615 6.1709L14.9805 5.92188C14.9468 5.81931 14.8501 5.75008 14.7422 5.75H12.1182Z",fill:"currentColor"}))},arrowDown:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.2502 2.77502C11.2502 2.36081 11.586 2.02502 12.0002 2.02502C12.4143 2.02513 12.7502 2.36088 12.7502 2.77502V19.4147L18.6701 13.4948C18.963 13.2021 19.4378 13.2019 19.7307 13.4948C20.0233 13.7876 20.0233 14.2625 19.7307 14.5553L12.5305 21.7555C12.3899 21.8961 12.199 21.9752 12.0002 21.9752C11.8014 21.9752 11.6105 21.896 11.4699 21.7555L4.26972 14.5553C3.97683 14.2624 3.97683 13.7876 4.26972 13.4948C4.56261 13.2019 5.03737 13.2019 5.33027 13.4948L11.2502 19.4147V2.77502Z",fill:"currentColor"}))},arrowLeft:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M9.44492 4.26967C9.73782 3.97687 10.2126 3.97681 10.5055 4.26967C10.7982 4.56254 10.7982 5.03735 10.5055 5.33022L4.58554 11.2501H21.2252C21.6393 11.2502 21.9752 11.586 21.9752 12.0001C21.9751 12.4142 21.6392 12.75 21.2252 12.7501H4.58554L10.5055 18.6701C10.7981 18.963 10.7983 19.4378 10.5055 19.7306C10.2127 20.0233 9.7378 20.0232 9.44492 19.7306L2.24472 12.5304C2.10411 12.3898 2.02505 12.199 2.02499 12.0001C2.02499 11.8013 2.10413 11.6105 2.24472 11.4699L9.44492 4.26967Z",fill:"currentColor"}))},arrowRight:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M13.4947 4.26972C13.7876 3.97683 14.2624 3.97683 14.5553 4.26972L21.7555 11.4699C21.896 11.6105 21.9752 11.8014 21.9752 12.0002C21.9751 12.199 21.8961 12.3899 21.7555 12.5305L14.5553 19.7307C14.2624 20.0233 13.7876 20.0233 13.4947 19.7307C13.2019 19.4378 13.202 18.963 13.4947 18.6701L19.4146 12.7502H2.77499C2.36085 12.7502 2.0251 12.4143 2.02499 12.0002C2.02499 11.586 2.36078 11.2502 2.77499 11.2502H19.4146L13.4947 5.33027C13.2018 5.03737 13.2018 4.56261 13.4947 4.26972Z",fill:"currentColor"}))},arrowUp:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.2502 21.2252V4.58557L5.33025 10.5055C5.03738 10.7983 4.56257 10.7983 4.2697 10.5055C3.97684 10.2126 3.9769 9.73785 4.2697 9.44495L11.4699 2.24475L11.5842 2.151C11.7064 2.06953 11.8511 2.02502 12.0002 2.02502C12.199 2.02508 12.3898 2.10414 12.5304 2.24475L19.7306 9.44495C20.0232 9.73783 20.0233 10.2127 19.7306 10.5055C19.4378 10.7983 18.963 10.7981 18.6701 10.5055L12.7502 4.58557V21.2252C12.7501 21.6393 12.4142 21.9751 12.0002 21.9752C11.586 21.9752 11.2503 21.6393 11.2502 21.2252Z",fill:"currentColor"}))},attachFile:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.6523 3.07379C14.3559 1.37019 17.1185 1.37033 18.8222 3.07379C20.5259 4.77745 20.5259 7.54005 18.8222 9.24371L11.2519 16.814C10.1291 17.9368 8.30824 17.9368 7.18548 16.814C6.06307 15.6913 6.06305 13.8713 7.18548 12.7486L14.2509 5.68316C14.5438 5.39039 15.0186 5.39041 15.3115 5.68316C15.6043 5.97602 15.6043 6.45081 15.3115 6.74371L8.24603 13.8091C7.70938 14.346 7.7094 15.2166 8.24603 15.7535C8.783 16.2904 9.65437 16.2904 10.1913 15.7535L17.7617 8.18316C18.8794 7.06538 18.8792 5.25321 17.7617 4.13531C16.6438 3.01743 14.8317 3.01743 13.7138 4.13531L5.11614 12.732C3.45641 14.3917 3.45641 17.083 5.11614 18.7427L5.25677 18.8843C6.91645 20.544 9.60777 20.5439 11.2675 18.8843L18.748 11.4039C19.0409 11.1112 19.5157 11.1111 19.8085 11.4039C20.1013 11.6967 20.1012 12.1715 19.8085 12.4644L12.3281 19.9449C10.0825 22.1903 6.44169 22.1904 4.19622 19.9449L4.0556 19.8033C1.81008 17.5578 1.81008 13.917 4.0556 11.6714L12.6523 3.07379Z",fill:"currentColor"}))},barcode:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M5.25 3C5.66421 3 6 3.33579 6 3.75V20.25C6 20.6642 5.66421 21 5.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H5.25Z",fill:"currentColor"}),C("path",{d:"M7.5 3C7.91421 3 8.25 3.33579 8.25 3.75V20.25C8.25 20.6642 7.91421 21 7.5 21C7.08579 21 6.75 20.6642 6.75 20.25V3.75C6.75 3.33579 7.08579 3 7.5 3Z",fill:"currentColor"}),C("path",{d:"M9.75 3C10.1642 3 10.5 3.33579 10.5 3.75V20.25C10.5 20.6642 10.1642 21 9.75 21C9.33579 21 9 20.6642 9 20.25V3.75C9 3.33579 9.33579 3 9.75 3Z",fill:"currentColor"}),C("path",{d:"M13.5 3C13.9142 3 14.25 3.33579 14.25 3.75V20.25C14.25 20.6642 13.9142 21 13.5 21H12C11.5858 21 11.25 20.6642 11.25 20.25V3.75C11.25 3.33579 11.5858 3 12 3H13.5Z",fill:"currentColor"}),C("path",{d:"M15.75 3C16.1642 3 16.5 3.33579 16.5 3.75V20.25C16.5 20.6642 16.1642 21 15.75 21C15.3358 21 15 20.6642 15 20.25V3.75C15 3.33579 15.3358 3 15.75 3Z",fill:"currentColor"}),C("path",{d:"M20.25 3C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H18.75C18.3358 21 18 20.6642 18 20.25V3.75C18 3.33579 18.3358 3 18.75 3H20.25Z",fill:"currentColor"}))},bell:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M14.8 18.8086C14.9105 18.8086 15.0008 18.8985 14.9944 19.0088C14.8972 20.6781 13.5938 22 12.0002 22C10.4066 22 9.10324 20.6781 9.00609 19.0088C8.99968 18.8985 9.08997 18.8086 9.20043 18.8086H14.8Z",fill:"currentColor"}),C("path",{d:"M12.0002 2C12.5525 2.00002 13.0002 2.44772 13.0002 3V4.20898C15.9941 4.69573 18.2815 7.3314 18.2815 10.5107V14.1582C18.2815 15.0811 19.1207 15.8005 19.7629 16.4531C20.4046 17.1057 19.6388 17.957 18.7307 17.957H5.26976C4.36161 17.957 3.59581 17.1057 4.23754 16.4531C4.87979 15.8005 5.71898 15.0811 5.71898 14.1582V10.5107C5.71898 7.33139 8.00632 4.69572 11.0002 4.20898V3C11.0002 2.44772 11.4479 2 12.0002 2Z",fill:"currentColor"}))},board:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M15 14.25C15.4142 14.25 15.75 14.5858 15.75 15C15.75 15.4142 15.4142 15.75 15 15.75H9C8.58579 15.75 8.25 15.4142 8.25 15C8.25 14.5858 8.58579 14.25 9 14.25H15Z",fill:"currentColor"}),C("path",{d:"M15 10.25C15.4142 10.25 15.75 10.5858 15.75 11C15.75 11.4142 15.4142 11.75 15 11.75H9C8.58579 11.75 8.25 11.4142 8.25 11C8.25 10.5858 8.58579 10.25 9 10.25H15Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.75 2.0498C14.5699 2.0498 15.2733 2.54394 15.582 3.25H18.2002C19.1665 3.25021 19.9502 4.03363 19.9502 5V20.2002C19.9501 21.1665 19.1664 21.95 18.2002 21.9502H5.7998C4.83346 21.9501 4.04991 21.1665 4.0498 20.2002V5C4.0498 4.03356 4.83339 3.2501 5.7998 3.25H8.41797C8.72672 2.54394 9.43009 2.0498 10.25 2.0498H13.75ZM5.7998 4.75C5.66182 4.7501 5.5498 4.86199 5.5498 5V20.2002C5.54991 20.3381 5.66188 20.4501 5.7998 20.4502H18.2002C18.338 20.45 18.4501 20.338 18.4502 20.2002V5C18.4502 4.86206 18.3381 4.75021 18.2002 4.75H15.6211C15.3371 5.50881 14.6079 6.0498 13.75 6.0498H10.25C9.39207 6.0498 8.66292 5.50881 8.37891 4.75H5.7998ZM10.25 3.5498C9.97392 3.5498 9.7501 3.77375 9.75 4.0498C9.75 4.32595 9.97386 4.5498 10.25 4.5498H13.75C14.0261 4.5498 14.25 4.32595 14.25 4.0498C14.2499 3.77375 14.0261 3.5498 13.75 3.5498H10.25Z",fill:"currentColor"}))},box:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.4014 2.21916C11.7875 2.07874 12.2115 2.07886 12.5977 2.21916L20.7979 5.20158C21.4894 5.45308 21.9502 6.11024 21.9502 6.84612V17.1547C21.95 17.8904 21.4893 18.5478 20.7979 18.7992L12.5977 21.7807C12.2114 21.9211 11.7876 21.9211 11.4014 21.7807L3.20215 18.7992C2.51079 18.5478 2.04997 17.8904 2.0498 17.1547V6.84612C2.0498 6.1103 2.51067 5.45312 3.20215 5.20158L11.4014 2.21916ZM3.5498 17.1547C3.54997 17.2596 3.61626 17.3532 3.71484 17.3891L11.25 20.1293V9.66545L8.15039 8.63225V11.4252C8.15018 11.8391 7.81429 12.175 7.40039 12.1752C6.98631 12.1752 6.6506 11.8393 6.65039 11.4252V8.13225L3.5498 7.09905V17.1547ZM12.75 9.66545V20.1293L20.2852 17.3891C20.3838 17.3532 20.45 17.2597 20.4502 17.1547V7.09905L12.75 9.66545ZM15.9854 5.04729C15.914 5.12066 15.8279 5.18189 15.7266 5.22209L9.75195 7.5844L12 8.3344L18.7949 6.06877L15.9854 5.04729ZM12.085 3.62932C12.0299 3.6094 11.9691 3.6093 11.9141 3.62932L5.2041 6.06877L7.54004 6.84709L13.9561 4.30901L12.085 3.62932Z",fill:"currentColor"}))},camera:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 7.75C14.6234 7.75 16.75 9.87665 16.75 12.5C16.75 15.1234 14.6234 17.25 12 17.25C9.37665 17.25 7.25 15.1234 7.25 12.5C7.25 9.87665 9.37665 7.75 12 7.75ZM12 9.25C10.2051 9.25 8.75 10.7051 8.75 12.5C8.75 14.2949 10.2051 15.75 12 15.75C13.7949 15.75 15.25 14.2949 15.25 12.5C15.25 10.7051 13.7949 9.25 12 9.25Z",fill:"currentColor"}),C("path",{d:"M19.1426 8.17871C19.6685 8.17871 20.0947 8.60492 20.0947 9.13086C20.0947 9.65685 19.6686 10.083 19.1426 10.083C18.6167 10.0829 18.1904 9.65677 18.1904 9.13086C18.1905 8.605 18.6167 8.17884 19.1426 8.17871Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.5352 2.66699C15.1603 2.66705 15.7382 3.00059 16.0508 3.54199L17.123 5.39941C17.1677 5.47635 17.2499 5.52428 17.3389 5.52441H20C21.5188 5.52441 22.75 6.75563 22.75 8.27441V18.084C22.7497 19.6025 21.5186 20.834 20 20.834H4C2.48141 20.834 1.25031 19.6025 1.25 18.084V8.27441C1.25 6.75563 2.48122 5.52441 4 5.52441H6.43945C6.52862 5.52441 6.61154 5.47653 6.65625 5.39941L7.72852 3.54199C8.04113 3.00055 8.61893 2.66699 9.24414 2.66699H14.5352ZM9.24414 4.16699C9.15482 4.16699 9.072 4.21464 9.02734 4.29199L7.95508 6.14941C7.64241 6.69058 7.06448 7.02441 6.43945 7.02441H4C3.30964 7.02441 2.75 7.58406 2.75 8.27441V18.084C2.75031 18.7741 3.30984 19.334 4 19.334H20C20.6902 19.334 21.2497 18.7741 21.25 18.084V8.27441C21.25 7.58406 20.6904 7.02441 20 7.02441H17.3389C16.7139 7.02428 16.1358 6.69064 15.8232 6.14941L14.752 4.29199C14.7073 4.21469 14.6244 4.16705 14.5352 4.16699H9.24414Z",fill:"currentColor"}))},cancelFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M15.9697 6.96973C16.2626 6.67683 16.7374 6.67683 17.0303 6.96973C17.3232 7.26262 17.3232 7.73738 17.0303 8.03027L13.0605 12L17.0303 15.9697C17.3229 16.2626 17.3231 16.7375 17.0303 17.0303C16.7375 17.3231 16.2626 17.3229 15.9697 17.0303L12 13.0605L8.03027 17.0303C7.73736 17.3229 7.26253 17.3231 6.96973 17.0303C6.67692 16.7375 6.6771 16.2626 6.96973 15.9697L10.9395 12L6.96973 8.03027C6.67683 7.73738 6.67683 7.26262 6.96973 6.96973C7.26262 6.67683 7.73738 6.67683 8.03027 6.96973L12 10.9395L15.9697 6.96973Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 1.0498C18.0474 1.04991 22.9501 5.95263 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95266 22.9501 1.04991 18.0473 1.0498 12C1.0499 5.95265 5.95265 1.04994 12 1.0498ZM12 2.5498C6.78108 2.54994 2.5499 6.78107 2.5498 12C2.54991 17.2189 6.78109 21.4501 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4501 6.78106 17.2189 2.54991 12 2.5498Z",fill:"currentColor"}))},cancelOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM17.0303 6.96973C16.7374 6.67684 16.2626 6.67684 15.9697 6.96973L12 10.9395L8.03027 6.96973C7.73738 6.67684 7.26262 6.67684 6.96973 6.96973C6.67683 7.26262 6.67684 7.73738 6.96973 8.03027L10.9395 12L6.96973 15.9697C6.67711 16.2626 6.67693 16.7375 6.96973 17.0303C7.26253 17.323 7.73738 17.3229 8.03027 17.0303L12 13.0605L15.9697 17.0303C16.2626 17.3228 16.7375 17.3231 17.0303 17.0303C17.3231 16.7375 17.3228 16.2626 17.0303 15.9697L13.0605 12L17.0303 8.03027C17.3231 7.7374 17.3231 7.26262 17.0303 6.96973Z",fill:"currentColor"}))},caretDown:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.8033 17.754L2.72757 6.40942C2.59557 6.24442 2.71304 6 2.92435 6H21.0757C21.287 6 21.4045 6.24442 21.2725 6.40942L12.1968 17.754C12.0959 17.8801 11.9041 17.8801 11.8033 17.754Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))},caretLeft:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M6.24594 12.1968L17.5905 21.2725C17.7555 21.4045 18 21.287 18 21.0757V2.92435C18 2.71304 17.7555 2.59557 17.5905 2.72757L6.24594 11.8033C6.11984 11.9041 6.11984 12.0959 6.24594 12.1968Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))},caretRight:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M17.754 12.1968L6.40942 21.2725C6.24442 21.4045 6 21.287 6 21.0757L6 2.92435C6 2.71304 6.24442 2.59557 6.40942 2.72757L17.754 11.8033C17.8801 11.9041 17.8801 12.0959 17.754 12.1968Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))},caretUp:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.8033 6.24594L2.72757 17.5905C2.59557 17.7555 2.71304 18 2.92435 18H21.0757C21.287 18 21.4045 17.7555 21.2725 17.5905L12.1968 6.24594C12.0959 6.11984 11.9041 6.11984 11.8033 6.24594Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))},check:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20.6621 5.86456C20.955 5.57167 21.4298 5.57168 21.7227 5.86456C22.0156 6.15746 22.0156 6.63222 21.7227 6.92511L10.5859 18.0618C10.1954 18.4523 9.56241 18.4523 9.17188 18.0618L2.27735 11.1683C1.98445 10.8754 1.98445 10.3996 2.27735 10.1068C2.57018 9.81416 3.04506 9.81416 3.3379 10.1068L9.87891 16.6478L20.6621 5.86456Z",fill:"currentColor"}))},checkFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM18.1299 8.46973C17.837 8.17703 17.3622 8.1769 17.0693 8.46973L10.8125 14.7275L7.09961 11.0146C6.80684 10.7221 6.33191 10.7223 6.03906 11.0146C5.74625 11.3075 5.7464 11.7823 6.03906 12.0752L10.1045 16.1416C10.495 16.5321 11.129 16.5321 11.5195 16.1416L18.1299 9.53027C18.4228 9.23738 18.4228 8.76262 18.1299 8.46973Z",fill:"currentColor"}))},checkOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M17.0693 8.46973C17.3622 8.1769 17.837 8.17703 18.1299 8.46973C18.4228 8.76262 18.4228 9.23738 18.1299 9.53027L11.5195 16.1416C11.129 16.5321 10.495 16.5321 10.1045 16.1416L6.03906 12.0752C5.7464 11.7823 5.74625 11.3075 6.03906 11.0146C6.33191 10.7223 6.80684 10.7221 7.09961 11.0146L10.8125 14.7275L17.0693 8.46973Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 0.25C18.4893 0.25 23.75 5.51065 23.75 12C23.75 18.4893 18.4893 23.75 12 23.75C5.51065 23.75 0.25 18.4893 0.25 12C0.25 5.51065 5.51065 0.25 12 0.25ZM12 1.75C6.33908 1.75 1.75 6.33908 1.75 12C1.75 17.6609 6.33908 22.25 12 22.25C17.6609 22.25 22.25 17.6609 22.25 12C22.25 6.33908 17.6609 1.75 12 1.75Z",fill:"currentColor"}))},chevronDown:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20.676 6.96383C20.9721 6.6744 21.447 6.67953 21.7365 6.97555C22.0259 7.2716 22.0207 7.7465 21.7248 8.03609L12.6994 16.8652C12.3108 17.2453 11.6897 17.2452 11.301 16.8652L2.27559 8.03609C1.97951 7.74645 1.97425 7.27164 2.26388 6.97555C2.55352 6.67946 3.02833 6.6742 3.32442 6.96383L12.0002 15.4502L20.676 6.96383Z",fill:"currentColor"}))},chevronLeft:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M15.964 2.2756C16.2536 1.97953 16.7285 1.97423 17.0245 2.26388C17.3206 2.55351 17.3258 3.02834 17.0363 3.32443L8.54895 12.0002L17.0363 20.676C17.3256 20.9721 17.3205 21.447 17.0245 21.7365C16.7285 22.026 16.2536 22.0206 15.964 21.7248L7.13489 12.6994C6.75471 12.3108 6.75481 11.6897 7.13489 11.301L15.964 2.2756Z",fill:"currentColor"}))},chevronLeftEnd:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.9141 2.27542C13.2037 1.97944 13.6786 1.97411 13.9746 2.2637C14.2706 2.55332 14.2759 3.02816 13.9864 3.32425L5.50003 12L13.9864 20.6758C14.2757 20.9719 14.2705 21.4468 13.9746 21.7364C13.6786 22.0257 13.2037 22.0205 12.9141 21.7246L4.08499 12.6993C3.70484 12.3106 3.70497 11.6895 4.08499 11.3008L12.9141 2.27542Z",fill:"currentColor"}),C("path",{d:"M18.9141 2.27542C19.2037 1.97944 19.6786 1.97411 19.9746 2.2637C20.2706 2.55332 20.2759 3.02816 19.9864 3.32425L11.5 12L19.9864 20.6758C20.2757 20.9719 20.2705 21.4468 19.9746 21.7364C19.6786 22.0257 19.2037 22.0205 18.9141 21.7246L10.085 12.6993C9.70484 12.3106 9.70497 11.6895 10.085 11.3008L18.9141 2.27542Z",fill:"currentColor"}))},chevronRight:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M6.97558 2.26388C7.27167 1.97425 7.74648 1.97951 8.03612 2.27559L16.8652 11.301C17.2452 11.6897 17.2454 12.3108 16.8652 12.6994L8.03612 21.7248C7.74653 22.0207 7.27163 22.0259 6.97558 21.7365C6.67956 21.447 6.67443 20.9721 6.96386 20.676L15.4502 12.0002L6.96386 3.32442C6.67423 3.02833 6.67949 2.55352 6.97558 2.26388Z",fill:"currentColor"}))},chevronRightEnd:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M4.02539 2.26357C4.32145 1.9742 4.79634 1.97944 5.08594 2.27529L13.915 11.3007C14.2949 11.6893 14.295 12.3105 13.915 12.6991L5.08594 21.7245C4.79636 22.0204 4.32145 22.0256 4.02539 21.7362C3.72936 21.4466 3.72421 20.9718 4.01367 20.6757L12.5 11.9999L4.01367 3.32412C3.7243 3.02806 3.72953 2.55317 4.02539 2.26357Z",fill:"currentColor"}),C("path",{d:"M10.0254 2.26357C10.3214 1.9742 10.7963 1.97944 11.0859 2.27529L19.915 11.3007C20.2949 11.6893 20.295 12.3105 19.915 12.6991L11.0859 21.7245C10.7964 22.0204 10.3215 22.0256 10.0254 21.7362C9.72936 21.4466 9.72421 20.9718 10.0137 20.6757L18.5 11.9999L10.0137 3.32412C9.7243 3.02806 9.72953 2.55317 10.0254 2.26357Z",fill:"currentColor"}))},chevronUp:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.3762 7.06845C11.7403 6.77705 12.2602 6.77692 12.6242 7.06845L12.6994 7.13486L21.7248 15.964C22.0206 16.2536 22.026 16.7285 21.7365 17.0245C21.447 17.3205 20.9721 17.3256 20.676 17.0362L12.0002 8.54892L3.32443 17.0362C3.02834 17.3258 2.55351 17.3205 2.26388 17.0245C1.97423 16.7284 1.97953 16.2536 2.2756 15.964L11.301 7.13486L11.3762 7.06845Z",fill:"currentColor"}))},clockFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V12C11.25 12.4142 11.5858 12.75 12 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H12.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z",fill:"currentColor"}))},clockOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 4.25C12.4141 4.2501 12.75 4.58585 12.75 5V11.25H19C19.4141 11.2501 19.75 11.5858 19.75 12C19.7499 12.4141 19.4141 12.7499 19 12.75H12C11.5858 12.75 11.2501 12.4141 11.25 12V5C11.25 4.58579 11.5858 4.25 12 4.25Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 1.0498C18.0474 1.04991 22.9502 5.95255 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95255 22.9502 1.04991 18.0474 1.0498 12C1.0498 5.95248 5.95248 1.0498 12 1.0498ZM12 2.5498C6.78091 2.5498 2.5498 6.78091 2.5498 12C2.54991 17.219 6.78097 21.4502 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4502 6.78097 17.219 2.54991 12 2.5498Z",fill:"currentColor"}))},close:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20.0693 2.86969C20.3621 2.57688 20.837 2.57705 21.1299 2.86969C21.4228 3.16258 21.4228 3.63734 21.1299 3.93024L13.0596 11.9996L21.1299 20.0699C21.4228 20.3628 21.4228 20.8375 21.1299 21.1304C20.837 21.4232 20.3622 21.4233 20.0693 21.1304L12 13.0601L3.93067 21.1304C3.63785 21.4232 3.16303 21.4231 2.87012 21.1304C2.57723 20.8375 2.57723 20.3628 2.87012 20.0699L10.9395 11.9996L2.87012 3.93024C2.57728 3.63734 2.57725 3.16256 2.87012 2.86969C3.16303 2.57716 3.63789 2.57696 3.93067 2.86969L12 10.939L20.0693 2.86969Z",fill:"currentColor"}))},copy:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20 7.54395C20.9664 7.54404 21.7499 8.32759 21.75 9.29395V20C21.7499 20.9664 20.9664 21.7499 20 21.75H9.29395C8.32756 21.7499 7.54404 20.9664 7.54395 20V9.29395C7.54404 8.32757 8.32757 7.54401 9.29395 7.54395H20ZM9.29395 9.04395C9.15599 9.04401 9.04404 9.156 9.04395 9.29395V20C9.04404 20.138 9.15599 20.2499 9.29395 20.25H20C20.1379 20.2499 20.2499 20.1379 20.25 20V9.29395C20.2499 9.15602 20.1379 9.04404 20 9.04395H9.29395Z",fill:"currentColor"}),C("path",{d:"M14.7061 2.25C15.6725 2.25009 16.4561 3.03356 16.4561 4V6C16.4561 6.41416 16.1202 6.74991 15.7061 6.75C15.2918 6.75 14.9561 6.41421 14.9561 6V4C14.9561 3.86199 14.844 3.75009 14.7061 3.75H4C3.86193 3.75 3.75 3.86193 3.75 4V14.7061C3.75009 14.844 3.86199 14.9561 4 14.9561H6C6.41421 14.9561 6.75 15.2918 6.75 15.7061C6.74991 16.1202 6.41416 16.4561 6 16.4561H4C3.03356 16.4561 2.25009 15.6725 2.25 14.7061V4C2.25 3.0335 3.0335 2.25 4 2.25H14.7061Z",fill:"currentColor"}))},dashboard:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11 13.25C11 13.5261 10.7761 13.75 10.5 13.75L6.5 13.75C6.22386 13.75 6 13.5261 6 13.25L6 7.25C6 6.97386 6.22386 6.75 6.5 6.75L10.5 6.75C10.7761 6.75 11 6.97386 11 7.25L11 13.25Z",fill:"currentColor"}),C("path",{d:"M18 9.25C18 9.52614 17.7761 9.75 17.5 9.75L13.5 9.75C13.2239 9.75 13 9.52614 13 9.25L13 7.25C13 6.97386 13.2239 6.75 13.5 6.75L17.5 6.75C17.7761 6.75 18 6.97386 18 7.25L18 9.25Z",fill:"currentColor"}),C("path",{d:"M18 13.25C18 13.5261 17.7761 13.75 17.5 13.75L13.5 13.75C13.2239 13.75 13 13.5261 13 13.25L13 11.25C13 10.9739 13.2239 10.75 13.5 10.75L17.5 10.75C17.7761 10.75 18 10.9739 18 11.25L18 13.25Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M21.9502 14.75C21.9502 15.9925 20.9427 16.9998 19.7002 17L12.75 17L12.75 19L15 19C15.4142 19 15.75 19.3358 15.75 19.75C15.75 20.1642 15.4142 20.5 15 20.5L9 20.5C8.58579 20.5 8.25 20.1642 8.25 19.75C8.25 19.3358 8.58579 19 9 19L11.25 19L11.25 17L4.29981 17C3.05725 16.9999 2.04981 15.9926 2.04981 14.75L2.04981 5.75C2.04981 4.50742 3.05725 3.5001 4.29981 3.5L19.7002 3.5C20.9427 3.50021 21.9502 4.50749 21.9502 5.75L21.9502 14.75ZM20.4502 5.75C20.4502 5.33592 20.1142 5.00021 19.7002 5L4.29981 5C3.88568 5.0001 3.54981 5.33585 3.54981 5.75L3.54981 14.75C3.54981 15.1642 3.88568 15.4999 4.29981 15.5L19.7002 15.5C20.1142 15.4998 20.4502 15.1641 20.4502 14.75L20.4502 5.75Z",fill:"currentColor"}))},date:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M18 14C18.5522 14.0001 19 14.4478 19 15V18C18.9999 18.5521 18.5521 18.9999 18 19H15C14.4478 19 14.0001 18.5522 14 18V15C14 14.4477 14.4477 14 15 14H18Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17 2.0498C17.4141 2.0499 17.75 2.38565 17.75 2.7998V4.25H20.2002C21.1665 4.25021 21.9502 5.03363 21.9502 6V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83344 21.9502 2.05002 21.1665 2.0498 20.2002V6C2.0498 5.0335 2.83331 4.25 3.7998 4.25H6.25V2.7998C6.25 2.38559 6.58579 2.0498 7 2.0498C7.41413 2.0499 7.75 2.38565 7.75 2.7998V4.25H16.25V2.7998C16.25 2.38559 16.5858 2.0498 17 2.0498ZM3.5498 20.2002C3.55002 20.3381 3.66187 20.4502 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V9H3.5498V20.2002Z",fill:"currentColor"}))},download:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M21.2002 19.3501C21.6142 19.3503 21.9502 19.686 21.9502 20.1001C21.9502 20.5142 21.6142 20.8499 21.2002 20.8501H2.7998C2.38568 20.85 2.0498 20.5142 2.0498 20.1001C2.0498 19.6859 2.38568 19.3502 2.7998 19.3501H21.2002Z",fill:"currentColor"}),C("path",{d:"M12 3.1499C12.4142 3.1499 12.7499 3.48577 12.75 3.8999V15.0581L17.4639 10.2329C17.7533 9.93678 18.2281 9.93094 18.5244 10.2202C18.8205 10.5096 18.8254 10.9845 18.5361 11.2808L12.5361 17.4243C12.395 17.5686 12.2018 17.6499 12 17.6499C11.7982 17.6499 11.605 17.5686 11.4639 17.4243L5.46387 11.2808C5.17461 10.9845 5.17951 10.5096 5.47559 10.2202C5.77186 9.93094 6.24673 9.93678 6.53613 10.2329L11.25 15.0581V3.8999C11.2501 3.48577 11.5858 3.1499 12 3.1499Z",fill:"currentColor"}))},drag:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M21.2002 16.25C21.6142 16.2502 21.9502 16.5859 21.9502 17C21.9502 17.4141 21.6142 17.7498 21.2002 17.75H2.7998C2.38568 17.7499 2.0498 17.4142 2.0498 17C2.0498 16.5858 2.38568 16.2501 2.7998 16.25H21.2002Z",fill:"currentColor"}),C("path",{d:"M21.2002 11.25C21.6142 11.2502 21.9502 11.5859 21.9502 12C21.9502 12.4141 21.6142 12.7498 21.2002 12.75H2.7998C2.38568 12.7499 2.0498 12.4142 2.0498 12C2.0498 11.5858 2.38568 11.2501 2.7998 11.25H21.2002Z",fill:"currentColor"}),C("path",{d:"M21.2002 6.25C21.6142 6.25021 21.9502 6.58592 21.9502 7C21.9502 7.41408 21.6142 7.74979 21.2002 7.75H2.7998C2.38568 7.7499 2.0498 7.41415 2.0498 7C2.0498 6.58585 2.38568 6.2501 2.7998 6.25H21.2002Z",fill:"currentColor"}))},edit:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15.9649 2.33392C16.4231 1.96031 17.0849 1.96031 17.5431 2.33392L17.6378 2.41985L21.5802 6.36321C22.0683 6.85136 22.0683 7.64265 21.5802 8.13079L8.13095 21.58C7.89664 21.8143 7.57852 21.9461 7.24716 21.9462H3.3038C2.61353 21.9461 2.0538 21.3865 2.0538 20.6962V16.7538C2.05388 16.4225 2.1857 16.1044 2.42001 15.8701L15.8702 2.41985L15.9649 2.33392ZM3.5538 16.8574V20.4462H7.14365L17.6856 9.90325L14.0958 6.31341L3.5538 16.8574ZM15.1563 5.25286L18.7462 8.84271L20.3429 7.24603L16.753 3.65716L15.1563 5.25286Z",fill:"currentColor"}))},etc:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M3.5 10.5C4.32843 10.5 5 11.1716 5 12C5 12.8284 4.32843 13.5 3.5 13.5C2.67157 13.5 2 12.8284 2 12C2 11.1716 2.67157 10.5 3.5 10.5Z",fill:"currentColor"}),C("path",{d:"M12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5Z",fill:"currentColor"}),C("path",{d:"M20.5 10.5C21.3284 10.5 22 11.1716 22 12C22 12.8284 21.3284 13.5 20.5 13.5C19.6716 13.5 19 12.8284 19 12C19 11.1716 19.6716 10.5 20.5 10.5Z",fill:"currentColor"}))},event:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M17 2C17.5523 2 18 2.44772 18 3V4H20C21.1046 4 22 4.89543 22 6V19.25C22 20.7688 20.7688 22 19.25 22H4.75C3.23122 22 2 20.7688 2 19.25V6C2 4.89543 2.89543 4 4 4H6V3C6 2.44772 6.44772 2 7 2C7.55228 2 8 2.44772 8 3V4H16V3C16 2.44772 16.4477 2 17 2ZM3.5 19.25C3.5 19.9404 4.05964 20.5 4.75 20.5H19.25C19.9404 20.5 20.5 19.9404 20.5 19.25V9H3.5V19.25ZM11.5244 11.4639C11.6741 11.0032 12.3259 11.0032 12.4756 11.4639L13.0107 13.1094C13.0777 13.3153 13.2697 13.4551 13.4863 13.4551H15.2168C15.7008 13.4554 15.9021 14.0746 15.5107 14.3594L14.1104 15.377C13.9352 15.5043 13.8618 15.7296 13.9287 15.9355L14.4639 17.582C14.6129 18.0423 14.086 18.4249 13.6943 18.1406L12.2939 17.123C12.1187 16.9958 11.8813 16.9958 11.7061 17.123L10.3057 18.1406C9.91399 18.4249 9.3871 18.0423 9.53613 17.582L10.0713 15.9355C10.1382 15.7296 10.0648 15.5043 9.88965 15.377L8.48926 14.3594C8.09789 14.0746 8.29922 13.4554 8.7832 13.4551H10.5137C10.7303 13.4551 10.9223 13.3153 10.9893 13.1094L11.5244 11.4639Z",fill:"currentColor"}))},global:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9.125 16.8799C9.64032 17.9189 10.337 18.9863 11.25 20.0742V17.1523C10.7225 17.128 10.2057 17.0736 9.70215 16.9902C9.50749 16.958 9.31532 16.92 9.125 16.8799ZM14.9121 16.8027C14.1771 16.9777 13.4556 17.0859 12.75 17.1348V20.0742C13.6855 18.9595 14.3932 17.8659 14.9121 16.8027ZM3.91699 14.6318C4.75232 17.1991 6.77577 19.2278 9.33887 20.0723C8.406 18.8112 7.72371 17.5643 7.25195 16.3447C6.00154 15.892 4.88041 15.2884 3.91699 14.6318ZM20.1475 14.4229C19.0161 15.1944 17.8973 15.7811 16.7998 16.21C16.3267 17.4726 15.6276 18.7645 14.6602 20.0723C17.2928 19.2052 19.3559 17.0889 20.1475 14.4229ZM8.27148 9.03809C8.18964 9.33885 8.11948 9.64601 8.0625 9.95898C7.77607 11.5325 7.81939 13.2821 8.41895 15.1494C8.91034 15.2977 9.41979 15.4225 9.94727 15.5098C10.3696 15.5797 10.8044 15.6272 11.25 15.6504V9.4502C10.1743 9.41607 9.17556 9.26314 8.27148 9.03809ZM15.6914 8.91309C14.6717 9.19136 13.6883 9.35314 12.75 9.41992V15.6309C13.6693 15.5589 14.6262 15.3728 15.6133 15.0449C16.1814 13.2167 16.2186 11.5032 15.9375 9.95898C15.8726 9.60231 15.7884 9.25381 15.6914 8.91309ZM4.73828 7.5791C3.95246 8.86713 3.5 10.3808 3.5 12C3.5 12.1441 3.50268 12.2874 3.50977 12.4297C4.3541 13.1664 5.43081 13.9024 6.68555 14.4873C6.30929 12.8054 6.31335 11.1932 6.58691 9.69043C6.65463 9.31845 6.73875 8.95434 6.83691 8.59863C6.01603 8.29416 5.30985 7.93704 4.73828 7.5791ZM19.2168 7.51172C18.5072 7.88586 17.8075 8.19668 17.1211 8.45312C17.2371 8.85494 17.3361 9.26747 17.4131 9.69043C17.6782 11.1467 17.6895 12.7055 17.3477 14.3311C18.3736 13.8258 19.4241 13.1586 20.4922 12.3008C20.4957 12.2009 20.5 12.1007 20.5 12C20.5 10.3518 20.0288 8.81454 19.2168 7.51172ZM11.25 3.74707C10.3153 4.76493 9.39782 6.08022 8.75977 7.61426C9.51644 7.7938 10.3507 7.91795 11.25 7.94922V3.74707ZM12.75 7.91602C13.5277 7.85413 14.3419 7.71825 15.1865 7.49512C14.5512 6.01251 13.6602 4.73821 12.75 3.74707V7.91602ZM9.09863 4.00781C7.75188 4.49683 6.56506 5.31783 5.63379 6.37012C6.09381 6.64946 6.66061 6.93072 7.31934 7.17773C7.79595 5.99524 8.4203 4.93108 9.09863 4.00781ZM14.9004 4.00781C15.5519 4.89444 16.1543 5.91046 16.623 7.03711C17.1727 6.83088 17.7316 6.58427 18.2998 6.29492C17.3786 5.27832 16.2154 4.48515 14.9004 4.00781Z",fill:"currentColor"}))},helpFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 15.75C11.4477 15.75 11 16.1977 11 16.75C11 17.3023 11.4477 17.75 12 17.75C12.5523 17.75 13 17.3023 13 16.75C13 16.1977 12.5523 15.75 12 15.75ZM12 5.625C10.5844 5.625 9.61212 6.17361 9.01172 6.93164C8.43765 7.65648 8.25 8.51255 8.25 9.10254C8.25014 9.51663 8.58588 9.85254 9 9.85254C9.41412 9.85254 9.74986 9.51663 9.75 9.10254C9.75 8.78348 9.86166 8.27478 10.1875 7.86328C10.4871 7.485 11.0157 7.125 12 7.125C12.9843 7.125 13.5129 7.485 13.8125 7.86328C14.1383 8.27478 14.25 8.78348 14.25 9.10254C14.2499 9.68017 13.9247 10.6843 12.7969 10.9844C12.0595 11.1807 11.2502 11.8236 11.25 12.8291V13.875C11.25 14.2892 11.5858 14.625 12 14.625C12.4142 14.625 12.75 14.2892 12.75 13.875V12.8291C12.7501 12.7716 12.7715 12.7043 12.8428 12.6279C12.9188 12.5466 13.039 12.4719 13.1826 12.4336C15.2172 11.8923 15.7499 10.0616 15.75 9.10254C15.75 8.51255 15.5624 7.65648 14.9883 6.93164C14.3879 6.17361 13.4156 5.625 12 5.625Z",fill:"currentColor"}))},helpOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 15.75C12.5522 15.7501 13 16.1978 13 16.75C12.9999 17.3021 12.5521 17.7499 12 17.75C11.4478 17.75 11.0001 17.3022 11 16.75C11 16.1977 11.4477 15.75 12 15.75Z",fill:"currentColor"}),C("path",{d:"M12 5.625C13.4155 5.62505 14.3879 6.17365 14.9883 6.93164C15.5622 7.65643 15.75 8.51261 15.75 9.10254C15.7498 10.0616 15.2169 11.8923 13.1826 12.4336C13.039 12.4719 12.9188 12.5466 12.8428 12.6279C12.7715 12.7043 12.7501 12.7716 12.75 12.8291V13.875C12.7499 14.2891 12.4141 14.6249 12 14.625C11.5859 14.625 11.2501 14.2891 11.25 13.875V12.8291C11.2502 11.8236 12.0595 11.1807 12.7969 10.9844C13.9244 10.6843 14.2498 9.68018 14.25 9.10254C14.25 8.78353 14.1382 8.27475 13.8125 7.86328C13.5129 7.48502 12.9842 7.12504 12 7.125C11.0157 7.125 10.4871 7.485 10.1875 7.86328C9.86168 8.27478 9.75 8.78348 9.75 9.10254C9.74975 9.51648 9.41397 9.85244 9 9.85254C8.58594 9.85254 8.25025 9.51654 8.25 9.10254C8.25 8.51256 8.43767 7.65647 9.01172 6.93164C9.61212 6.17361 10.5844 5.625 12 5.625Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 1.0498C18.0474 1.04991 22.9502 5.95255 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95255 22.9502 1.04991 18.0474 1.0498 12C1.0498 5.95248 5.95248 1.0498 12 1.0498ZM12 2.5498C6.78091 2.5498 2.5498 6.78091 2.5498 12C2.54991 17.219 6.78097 21.4502 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4502 6.78097 17.219 2.54991 12 2.5498Z",fill:"currentColor"}))},history:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M4.03158 6.42485C6.84851 2.27052 12.4085 0.83851 16.9261 3.26665C21.7495 5.85932 23.5579 11.871 20.9652 16.6944C18.3724 21.5175 12.3607 23.326 7.53744 20.7334C6.16856 19.9976 5.04122 18.9844 4.18881 17.8008C3.94694 17.4648 4.02287 16.996 4.35873 16.754C4.6948 16.512 5.16452 16.5879 5.40658 16.9239C6.1288 17.9266 7.08352 18.7865 8.24741 19.4122C12.3409 21.6125 17.4433 20.0777 19.6439 15.9844C21.8443 11.8908 20.3098 6.78842 16.2162 4.58794C12.319 2.49324 7.50996 3.78468 5.15854 7.44536L7.62826 7.32426C8.04197 7.30373 8.39484 7.62247 8.41537 8.03618C8.43579 8.44979 8.11611 8.80178 7.70248 8.82231L3.85287 9.01274C3.55369 9.02734 3.27959 8.86299 3.1478 8.60258L3.09994 8.48637L1.88412 4.55278C1.76185 4.15702 1.98446 3.73658 2.38022 3.6143C2.77581 3.49235 3.19447 3.71389 3.31674 4.10942L4.03158 6.42485Z",fill:"currentColor"}),C("path",{d:"M12.3167 6.76469C12.7309 6.76469 13.0667 7.10055 13.0667 7.51469V12.0547C13.0668 12.3134 13.1468 12.5663 13.2962 12.7774L14.929 15.0811C15.1684 15.4191 15.0883 15.8876 14.7503 16.127C14.4123 16.3662 13.9438 16.2862 13.7044 15.9483L12.0726 13.6446C11.7436 13.18 11.5668 12.624 11.5667 12.0547V7.51469C11.5668 7.10068 11.9028 6.7649 12.3167 6.76469Z",fill:"currentColor"}))},imageFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M7.34277 10.165C7.43716 10.078 7.58268 10.0769 7.67871 10.1621L15.3535 16.9844C16.0043 17.5629 16.9817 17.575 17.6465 17.0127L22 13.3281V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V15.0967L7.34277 10.165ZM20 2C21.1046 2 22 2.89543 22 4V11.3633L16.6777 15.8672C16.5828 15.9475 16.4426 15.9459 16.3496 15.8633L8.67578 9.04102C8.00336 8.44333 6.98628 8.45327 6.3252 9.06348L2 13.0557V4C2 2.89543 2.89543 2 4 2H20ZM16.25 6C15.0074 6 14 7.00736 14 8.25C14 9.49264 15.0074 10.5 16.25 10.5C17.4926 10.5 18.5 9.49264 18.5 8.25C18.5 7.00736 17.4926 6 16.25 6Z",fill:"currentColor"}))},imageOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15.5 6.25C16.7426 6.25 17.75 7.25736 17.75 8.5C17.75 9.74264 16.7426 10.75 15.5 10.75C14.2574 10.75 13.25 9.74264 13.25 8.5C13.25 7.25736 14.2574 6.25 15.5 6.25ZM15.5 7.75C15.0858 7.75 14.75 8.08579 14.75 8.5C14.75 8.91421 15.0858 9.25 15.5 9.25C15.9142 9.25 16.25 8.91421 16.25 8.5C16.25 8.08579 15.9142 7.75 15.5 7.75Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.2002 2.0498C20.7187 2.05002 21.9501 3.28123 21.9502 4.7998V19.2002C21.95 20.7187 20.7187 21.95 19.2002 21.9502H4.7998C3.28124 21.9501 2.05001 20.7187 2.0498 19.2002V4.7998C2.0499 3.28117 3.28117 2.0499 4.7998 2.0498H19.2002ZM7.66602 10.1514C7.57129 10.0672 7.42871 10.0672 7.33398 10.1514L3.5498 13.5137V19.2002C3.55001 19.8903 4.10966 20.4501 4.7998 20.4502H19.2002C19.8902 20.45 20.45 19.8902 20.4502 19.2002V14.877L17.6172 17.0811C16.9513 17.599 16.0104 17.5683 15.3799 17.0078L7.66602 10.1514ZM4.7998 3.5498C4.1096 3.5499 3.5499 4.10959 3.5498 4.7998V11.5078L6.33691 9.03027C6.99996 8.4409 8.00004 8.4409 8.66309 9.03027L16.377 15.8867C16.467 15.9666 16.6012 15.9714 16.6963 15.8975L20.4502 12.9766V4.7998C20.4501 4.10966 19.8903 3.55002 19.2002 3.5498H4.7998Z",fill:"currentColor"}))},inline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.0801 2.0498C11.4941 2.04995 11.83 2.38577 11.8301 2.7998C11.8301 3.21393 11.4942 3.54966 11.0801 3.5498H3.7998C3.66191 3.54994 3.5499 3.6619 3.5498 3.7998V20.2002C3.55001 20.338 3.66197 20.4501 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4503 12.5059 20.7862 12.1701 21.2002 12.1699C21.6142 12.1701 21.9501 12.5059 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83355 21.9501 2.05001 21.1664 2.0498 20.2002V3.7998C2.0499 2.83347 2.83348 2.04994 3.7998 2.0498H11.0801Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.3252 4.66699C19.5765 4.21659 20.0655 4.07962 20.4551 4.17578C20.858 4.27538 21.248 4.65457 21.2051 5.21094L21.1475 5.79199C20.9808 7.18748 20.5611 8.83543 19.5479 10.2197C18.424 11.755 16.6276 12.8864 13.8779 13.0596V15.8457C13.8779 16.7061 12.8828 17.1403 12.2539 16.6279L12.1328 16.5127L7.59082 11.4375C7.25096 11.0578 7.25096 10.4832 7.59082 10.1035L12.1328 5.0293C12.7449 4.34543 13.8779 4.77847 13.8779 5.69629V8.55957C15.0735 8.59246 17.4617 8.00699 19.3252 4.66699ZM9.00684 10.7715L12.3779 14.5381V12.583C12.3781 12.0114 12.8468 11.5923 13.3662 11.5811C15.9616 11.5247 17.4486 10.5489 18.3379 9.33398C18.787 8.72044 19.0992 8.02407 19.3135 7.31152C17.0812 9.91545 14.4914 10.247 13.166 9.9873C12.6634 9.8888 12.3779 9.44604 12.3779 9.01953V7.00488L9.00684 10.7715Z",fill:"currentColor"}))},line:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M4.25 13C4.66421 13 5 13.3358 5 13.75V21.25C5 21.6642 4.66421 22 4.25 22H2.75C2.33579 22 2 21.6642 2 21.25V13.75C2 13.3358 2.33579 13 2.75 13H4.25Z",fill:"currentColor"}),C("path",{d:"M12.75 13C13.1642 13 13.5 13.3358 13.5 13.75V21.25C13.5 21.6642 13.1642 22 12.75 22H11.25C10.8358 22 10.5 21.6642 10.5 21.25V13.75C10.5 13.3358 10.8358 13 11.25 13H12.75Z",fill:"currentColor"}),C("path",{d:"M4.25 2C4.66421 2 5 2.33579 5 2.75V10.25C5 10.6642 4.66421 11 4.25 11H2.75C2.33579 11 2 10.6642 2 10.25V2.75C2 2.33579 2.33579 2 2.75 2H4.25Z",fill:"currentColor"}),C("path",{d:"M12.75 2C13.1642 2 13.5 2.33579 13.5 2.75V10.25C13.5 10.6642 13.1642 11 12.75 11H11.25C10.8358 11 10.5 10.6642 10.5 10.25V2.75C10.5 2.33579 10.8358 2 11.25 2H12.75Z",fill:"currentColor"}),C("path",{d:"M21.25 2C21.6642 2 22 2.33579 22 2.75V10.25C22 10.6642 21.6642 11 21.25 11H19.75C19.3358 11 19 10.6642 19 10.25V2.75C19 2.33579 19.3358 2 19.75 2H21.25Z",fill:"currentColor"}))},location:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.9583 22.5159C12.4583 23.1614 11.5 23.1614 11 22.5159C8.875 19.7188 4 13.0489 4 9.2621C4 4.70073 7.58333 1 12 1C16.4167 1 20 4.70073 20 9.2621C20 13.0489 15.125 19.7188 12.9583 22.5159ZM12 12.0161C13.4583 12.0161 14.6667 10.8112 14.6667 9.2621C14.6667 7.75599 13.4583 6.50807 12 6.50807C10.5 6.50807 9.33333 7.75599 9.33333 9.2621C9.33333 10.8112 10.5 12.0161 12 12.0161Z",fill:"currentColor"}))},logout:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.7899 2.0498C13.7563 2.0498 14.5398 2.83339 14.5399 3.7998V7.70605C14.5399 8.12027 14.2041 8.45605 13.7899 8.45605C13.3757 8.45596 13.0399 8.12021 13.0399 7.70605V3.7998C13.0398 3.66182 12.9279 3.5498 12.7899 3.5498H3.78986C3.65193 3.5499 3.53995 3.66188 3.53986 3.7998V20.2002C3.54007 20.338 3.652 20.4501 3.78986 20.4502H12.7899C12.9278 20.4502 13.0396 20.3381 13.0399 20.2002V16.5996C13.0401 16.1856 13.3759 15.8497 13.7899 15.8496C14.2039 15.8496 14.5397 16.1856 14.5399 16.5996V20.2002C14.5396 21.1665 13.7562 21.9502 12.7899 21.9502H3.78986C2.82357 21.9501 2.04007 21.1665 2.03986 20.2002V3.7998C2.03995 2.83345 2.8235 2.0499 3.78986 2.0498H12.7899Z",fill:"currentColor"}),C("path",{d:"M16.5877 6.58594C16.9098 6.3258 17.3821 6.37537 17.6424 6.69727L21.7938 11.8379L21.867 11.9473C22.0127 12.2111 21.9874 12.5428 21.7918 12.7832L17.658 17.8633C17.3966 18.1846 16.9236 18.234 16.6024 17.9727C16.2812 17.7113 16.2329 17.2383 16.494 16.917L19.6356 13.0557L8.6004 13.0381C8.18644 13.0372 7.85084 12.7011 7.85138 12.2871C7.85215 11.873 8.18925 11.5375 8.60333 11.5381L19.6385 11.5557L16.4754 7.64062C16.2153 7.31848 16.2658 6.84621 16.5877 6.58594Z",fill:"currentColor"}))},minus:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H20Z",fill:"currentColor"}))},new:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20 2C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20ZM7.5 6.75V17.25H9.99902V11.082H10.0713L14.374 17.25H16.5V6.75H14.0059V12.9072H13.918L9.66211 6.75H7.5Z",fill:"currentColor"}))},notificationFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 15.5C11.4477 15.5 11 15.9477 11 16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5C13 15.9477 12.5523 15.5 12 15.5ZM12 6.375C11.5858 6.375 11.25 6.71079 11.25 7.125V13.125C11.25 13.5392 11.5858 13.875 12 13.875C12.4142 13.875 12.75 13.5392 12.75 13.125V7.125C12.75 6.71079 12.4142 6.375 12 6.375Z",fill:"currentColor"}))},notificationOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 15.5C12.5523 15.5 13 15.9477 13 16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5C11 15.9477 11.4477 15.5 12 15.5Z",fill:"currentColor"}),C("path",{d:"M12 6.375C12.4142 6.375 12.75 6.71079 12.75 7.125V13.125C12.75 13.5392 12.4142 13.875 12 13.875C11.5858 13.875 11.25 13.5392 11.25 13.125V7.125C11.25 6.71079 11.5858 6.375 12 6.375Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 1.0498C18.0474 1.04991 22.9501 5.95264 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95263 22.9501 1.04991 18.0474 1.0498 12C1.04991 5.95263 5.95263 1.0499 12 1.0498ZM12 2.5498C6.78106 2.5499 2.54991 6.78106 2.5498 12C2.54991 17.2189 6.78106 21.4501 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4501 6.78107 17.2189 2.54991 12 2.5498Z",fill:"currentColor"}))},notion:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M5.44865 5.18238C6.0973 5.71282 6.33977 5.67237 7.5583 5.58993L19.0378 4.89616C19.2819 4.89616 19.0795 4.65194 18.9977 4.61149L17.0903 3.22239C16.7259 2.93617 16.2394 2.60951 15.3066 2.69195L4.18996 3.50861C3.78533 3.54906 3.70347 3.75283 3.86564 3.91616L5.44865 5.18238ZM6.13745 7.87658V20.0425C6.13745 20.6958 6.46178 20.9416 7.19228 20.9012L19.81 20.1654C20.539 20.1249 20.6208 19.6754 20.6208 19.145V7.05992C20.6208 6.53103 20.4185 6.24326 19.9722 6.2837L6.7861 7.05992C6.29961 7.10036 6.13745 7.34614 6.13745 7.87658ZM18.5931 8.52991C18.6734 8.89702 18.5931 9.26413 18.227 9.30613L17.6185 9.42746V18.4092C17.0919 18.6954 16.6039 18.8603 16.1977 18.8603C15.549 18.8603 15.3869 18.655 14.9004 18.0421L10.9236 11.7546V17.8383L12.1822 18.1245C12.1822 18.1245 12.1822 18.8587 11.1676 18.8587L8.36911 19.0221C8.28726 18.8587 8.36911 18.4512 8.65328 18.3687L9.38224 18.1665V10.1212L8.37066 10.0403C8.2888 9.67324 8.49112 9.1428 9.05946 9.1008L12.0618 8.89858L16.2008 15.267V9.63279L15.1459 9.5099C15.0641 9.06035 15.3884 8.73369 15.7946 8.69324L18.5946 8.52991H18.5931ZM3.25714 2.40573L14.8201 1.54862C16.2394 1.42418 16.6039 1.50818 17.4965 2.16151L21.1876 4.77482C21.7977 5.22282 22 5.34571 22 5.83571V20.1654C22 21.0645 21.6757 21.5965 20.539 21.6758L7.11197 22.4925C6.25946 22.5345 5.85328 22.4116 5.40695 21.8392L2.6888 18.2878C2.20232 17.6345 2 17.1445 2 16.5721V3.83372C2 3.0995 2.32432 2.48662 3.25714 2.40573Z",fill:"currentColor"}))},outline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.0801 2.0498C11.4942 2.04995 11.8301 2.38568 11.8301 2.7998C11.8301 3.21393 11.4942 3.54966 11.0801 3.5498H3.7998C3.66173 3.5498 3.5498 3.66173 3.5498 3.7998V20.2002C3.55001 20.3381 3.66186 20.4502 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4502 12.5057 20.786 12.1699 21.2002 12.1699C21.6142 12.1701 21.9502 12.5058 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83344 21.9502 2.05001 21.1665 2.0498 20.2002V3.7998C2.0498 2.83331 2.83331 2.0498 3.7998 2.0498H11.0801Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.6221 3.6543C14.6221 2.7939 15.6172 2.35966 16.2461 2.87207L16.3672 2.9873L20.9092 8.0625C21.2489 8.44219 21.249 9.01686 20.9092 9.39648L16.3672 14.4707C15.7551 15.1545 14.6222 14.7214 14.6221 13.8037V10.9404C13.4265 10.9075 11.0383 11.493 9.1748 14.833C8.92355 15.2833 8.43442 15.4203 8.04492 15.3242C7.64205 15.2246 7.2521 14.8453 7.29492 14.2891L7.35254 13.708C7.51917 12.3125 7.93893 10.6646 8.95215 9.28027C10.076 7.74497 11.8724 6.61358 14.6221 6.44043V3.6543ZM16.1221 6.91699C16.1218 7.48846 15.653 7.90758 15.1338 7.91895C12.5384 7.97534 11.0514 8.95111 10.1621 10.166C9.71303 10.7796 9.40079 11.4759 9.18652 12.1885C11.4188 9.58455 14.0086 9.253 15.334 9.5127C15.8365 9.61128 16.1221 10.054 16.1221 10.4805V12.4951L19.4932 8.72852L16.1221 4.96191V6.91699Z",fill:"currentColor"}))},pageEdit:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.0801 2.0498C11.4941 2.04995 11.83 2.38577 11.8301 2.7998C11.8301 3.21393 11.4942 3.54966 11.0801 3.5498H3.7998C3.66188 3.54991 3.5499 3.66188 3.5498 3.7998V20.2002C3.55001 20.338 3.66195 20.4501 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4503 12.5059 20.7861 12.17 21.2002 12.1699C21.6142 12.1701 21.9501 12.5059 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83353 21.9501 2.05001 21.1665 2.0498 20.2002V3.7998C2.0499 2.83346 2.83346 2.04991 3.7998 2.0498H11.0801Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17.2109 2.7373C17.7019 2.33686 18.4261 2.36563 18.8838 2.82324L21.1768 5.11621C21.6649 5.60436 21.6649 6.39564 21.1768 6.88379L12.6768 15.3838C12.4424 15.6182 12.1245 15.75 11.793 15.75H9.5C8.80964 15.75 8.25 15.1904 8.25 14.5V12.207C8.25002 11.8755 8.38181 11.5576 8.61621 11.3232L17.1162 2.82324L17.2109 2.7373ZM9.75 12.3105V14.25H11.6895L19.9395 6L18 4.06055L9.75 12.3105Z",fill:"currentColor"}))},pageMove:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.0303 2C11.4443 2.00015 11.7802 2.33596 11.7803 2.75C11.7803 3.16412 11.4444 3.49985 11.0303 3.5H3.75C3.61208 3.50011 3.5001 3.61208 3.5 3.75V20.1504C3.50021 20.2882 3.61215 20.4003 3.75 20.4004H20.1504C20.2882 20.4002 20.4002 20.2882 20.4004 20.1504V12.8701C20.4005 12.4561 20.7363 12.1202 21.1504 12.1201C21.5644 12.1203 21.9003 12.4561 21.9004 12.8701V20.1504C21.9002 21.1166 21.1166 21.9002 20.1504 21.9004H3.75C2.78372 21.9003 2.00021 21.1166 2 20.1504V3.75C2.0001 2.78365 2.78365 2.00011 3.75 2H11.0303Z",fill:"currentColor"}),C("path",{d:"M19.9502 3.2002C20.3644 3.2002 20.7002 3.53598 20.7002 3.9502V8.5332C20.7002 8.94742 20.3644 9.2832 19.9502 9.2832C19.536 9.2832 19.2002 8.94742 19.2002 8.5332V5.76074L9.48047 15.4805C9.18758 15.7734 8.71282 15.7734 8.41992 15.4805C8.12703 15.1876 8.12703 14.7128 8.41992 14.4199L18.1396 4.7002H14.4502C14.036 4.7002 13.7002 4.36441 13.7002 3.9502C13.7002 3.53598 14.036 3.2002 14.4502 3.2002H19.9502Z",fill:"currentColor"}))},pdf:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.1797 6.87695C11.4061 6.82573 11.6711 6.86636 11.875 7.06543C11.9347 7.12378 11.9793 7.19655 12.0039 7.27637C12.4216 8.63633 12.3322 10.08 11.9766 11.4404C12.1014 11.6056 12.2402 11.7758 12.3955 11.9492C12.7514 12.3465 13.0857 12.6781 13.3965 12.9541C14.1016 12.8052 14.7041 12.7601 15.2148 12.792C16.4346 12.8682 17.1997 13.3953 17.4629 14.0371C17.5303 14.2016 17.5046 14.3901 17.3965 14.5312C17.0163 15.0263 16.2645 15.3668 15.2656 15.1533C14.6465 15.021 13.9371 14.6791 13.1387 14.0439C12.3609 14.2497 11.4279 14.5925 10.3203 15.1289C9.71521 16.0649 9.05595 16.8354 8.48535 17.3076C8.18934 17.5525 7.86476 17.763 7.55078 17.832C7.38638 17.8681 7.17884 17.8751 6.97754 17.7773C6.76533 17.6741 6.6383 17.4923 6.57422 17.3047C6.41329 16.8328 6.53139 16.3944 6.76562 16.041C6.99028 15.7024 7.33148 15.4202 7.68359 15.1924C8.30393 14.7911 9.06997 14.4854 9.65918 14.3018C10.1517 13.4941 10.5887 12.5773 10.8848 11.625C10.0705 10.3811 9.89538 9.2681 10.0508 8.41504C10.1465 7.89052 10.3704 7.45813 10.6523 7.18262C10.7911 7.0472 10.9703 6.92448 11.1797 6.87695ZM8.22656 16.0322C7.92821 16.2253 7.71507 16.4174 7.59863 16.5928C7.55409 16.6599 7.52902 16.7208 7.51465 16.7754C7.60106 16.7255 7.71281 16.6496 7.84766 16.5381C8.05763 16.3643 8.29203 16.1303 8.53809 15.8486C8.43046 15.9074 8.32518 15.9684 8.22656 16.0322ZM14.5391 13.7949C14.9007 14.0019 15.2125 14.1197 15.4746 14.1758C15.8409 14.2541 16.1087 14.2138 16.2959 14.1387C16.0903 13.9839 15.7376 13.8266 15.1523 13.79C14.9689 13.7786 14.7646 13.7788 14.5391 13.7949ZM11.6143 12.5732C11.4727 12.9491 11.3163 13.3152 11.1465 13.665C11.5386 13.5058 11.9101 13.3714 12.2607 13.2588C12.0623 13.0623 11.8592 12.8481 11.6514 12.6162C11.6387 12.6021 11.6267 12.5873 11.6143 12.5732ZM11.1855 8.13574C11.1255 8.25337 11.0695 8.40582 11.0352 8.59375C10.9666 8.96992 10.9859 9.48657 11.2217 10.1123C11.3075 9.4441 11.3052 8.7772 11.1855 8.13574Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.1592 2.0498C14.6213 2.0499 15.0648 2.23283 15.3926 2.55859L19.4336 6.57422C19.764 6.90262 19.9501 7.34957 19.9502 7.81543V20.2002C19.95 21.1664 19.1664 21.95 18.2002 21.9502H5.7998C4.83344 21.9502 4.05001 21.1665 4.0498 20.2002V3.7998C4.0498 2.83331 4.83331 2.0498 5.7998 2.0498H14.1592ZM5.7998 3.5498C5.66173 3.5498 5.5498 3.66173 5.5498 3.7998V20.2002C5.55001 20.3381 5.66186 20.4502 5.7998 20.4502H18.2002C18.338 20.45 18.45 20.338 18.4502 20.2002V8.25H14.75C14.1978 8.25 13.7501 7.8022 13.75 7.25V3.5498H5.7998ZM15.25 6.75H17.4814L15.25 4.53125V6.75Z",fill:"currentColor"}))},print:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M15.5 18C15.9142 18 16.25 18.3358 16.25 18.75C16.25 19.1642 15.9142 19.5 15.5 19.5H8.5C8.08579 19.5 7.75 19.1642 7.75 18.75C7.75 18.3358 8.08579 18 8.5 18H15.5Z",fill:"currentColor"}),C("path",{d:"M15.5 15.75C15.9142 15.75 16.25 16.0858 16.25 16.5C16.25 16.9142 15.9142 17.25 15.5 17.25H8.5C8.08579 17.25 7.75 16.9142 7.75 16.5C7.75 16.0858 8.08579 15.75 8.5 15.75H15.5Z",fill:"currentColor"}),C("path",{d:"M7 9.25C7.41421 9.25 7.75 9.58579 7.75 10C7.75 10.4142 7.41421 10.75 7 10.75H5C4.58579 10.75 4.25 10.4142 4.25 10C4.25 9.58579 4.58579 9.25 5 9.25H7Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17 2C17.9665 2 18.75 2.7835 18.75 3.75V6.75H20.25C21.2165 6.75 22 7.5335 22 8.5V16C22 16.9665 21.2165 17.75 20.25 17.75H18.75V20.25C18.75 21.2165 17.9665 22 17 22H7C6.0335 22 5.25 21.2165 5.25 20.25V17.75H3.75C2.7835 17.75 2 16.9665 2 16V8.5C2 7.5335 2.7835 6.75 3.75 6.75H5.25V3.75C5.25 2.7835 6.0335 2 7 2H17ZM6.75 20.25C6.75 20.3881 6.86193 20.5 7 20.5H17C17.1381 20.5 17.25 20.3881 17.25 20.25V14.5H6.75V20.25ZM3.75 8.25C3.61193 8.25 3.5 8.36193 3.5 8.5V16C3.5 16.1381 3.61193 16.25 3.75 16.25H5.25V14.5H4.5C4.08579 14.5 3.75 14.1642 3.75 13.75C3.75 13.3358 4.08579 13 4.5 13H19.5C19.9142 13 20.25 13.3358 20.25 13.75C20.25 14.1642 19.9142 14.5 19.5 14.5H18.75V16.25H20.25C20.3881 16.25 20.5 16.1381 20.5 16V8.5C20.5 8.36193 20.3881 8.25 20.25 8.25H3.75ZM7 3.5C6.86193 3.5 6.75 3.61193 6.75 3.75V6.75H17.25V3.75C17.25 3.61193 17.1381 3.5 17 3.5H7Z",fill:"currentColor"}))},remove:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M8.35254 10.7646C8.75858 10.6834 9.15395 10.9466 9.23535 11.3525L10.2354 16.3525C10.3166 16.7586 10.0534 17.1539 9.64746 17.2354C9.24142 17.3166 8.84605 17.0534 8.76465 16.6475L7.76465 11.6475C7.68344 11.2414 7.94658 10.8461 8.35254 10.7646Z",fill:"currentColor"}),C("path",{d:"M12 10.75C12.4142 10.75 12.75 11.0858 12.75 11.5V16.5C12.75 16.9142 12.4142 17.25 12 17.25C11.5858 17.25 11.25 16.9142 11.25 16.5V11.5C11.25 11.0858 11.5858 10.75 12 10.75Z",fill:"currentColor"}),C("path",{d:"M14.7646 11.3525C14.8461 10.9466 15.2414 10.6834 15.6475 10.7646C16.0534 10.8461 16.3166 11.2414 16.2354 11.6475L15.2354 16.6475C15.1539 17.0534 14.7586 17.3166 14.3525 17.2354C13.9466 17.1539 13.6834 16.7586 13.7646 16.3525L14.7646 11.3525Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2.0498C13.9664 2.0498 14.7499 2.8334 14.75 3.7998V4.25H20C20.4142 4.25 20.75 4.58579 20.75 5V8C20.75 8.41421 20.4142 8.75 20 8.75H19.6445L17.999 19.6123C17.7952 20.9565 16.6398 21.9502 15.2803 21.9502H8.71973C7.36018 21.9502 6.20481 20.9565 6.00098 19.6123L4.35547 8.75H4C3.58579 8.75 3.25 8.41421 3.25 8V5C3.25 4.58579 3.58579 4.25 4 4.25H8.75V3.7998C8.75011 2.8334 9.53357 2.0498 10.5 2.0498H13ZM7.48438 19.3877C7.57717 19.9985 8.10188 20.4502 8.71973 20.4502H15.2803C15.8981 20.4502 16.4228 19.9985 16.5156 19.3877L18.1279 8.75H5.87207L7.48438 19.3877ZM4.75 7.25H19.25V5.75H4.75V7.25ZM10.5 3.5498C10.362 3.5498 10.2501 3.66182 10.25 3.7998V4.25H13.25V3.7998C13.2499 3.66182 13.138 3.5498 13 3.5498H10.5Z",fill:"currentColor"}))},reset:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M9.93091 2.10514C10.3434 2.06784 10.708 2.37233 10.7454 2.78483C10.7825 3.19722 10.4781 3.56195 10.0657 3.59928C8.83502 3.71078 7.60958 4.09642 6.47876 4.77995C2.50149 7.18422 1.226 12.3573 3.63013 16.3346C6.03441 20.312 11.2074 21.5865 15.1848 19.1823C18.9718 16.893 20.3071 12.0951 18.3508 8.20768L17.1995 10.3971C17.0067 10.7636 16.5533 10.9052 16.1868 10.7126C15.8202 10.5197 15.6795 10.0655 15.8723 9.69889L17.6672 6.28776C17.807 6.02295 18.088 5.87027 18.3792 5.88932L18.5042 5.90788L22.509 6.86296C22.9116 6.95923 23.1606 7.36456 23.0647 7.76725C22.9685 8.16981 22.564 8.41773 22.1614 8.32194L19.804 7.75846C21.947 12.2975 20.3505 17.8131 15.9612 20.4665C11.2748 23.2993 5.17978 21.7964 2.34693 17.11C-0.485604 12.4238 1.01627 6.32858 5.7024 3.49577C7.03242 2.69182 8.47831 2.23667 9.93091 2.10514Z",fill:"currentColor"}))},robot:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M13 15.75C13.4142 15.75 13.75 16.0858 13.75 16.5C13.75 16.9142 13.4142 17.25 13 17.25H11C10.5858 17.25 10.25 16.9142 10.25 16.5C10.25 16.0858 10.5858 15.75 11 15.75H13Z",fill:"currentColor"}),C("path",{d:"M9.5 12.5C10.0523 12.5 10.5 12.9477 10.5 13.5C10.5 14.0523 10.0523 14.5 9.5 14.5C8.94772 14.5 8.5 14.0523 8.5 13.5C8.5 12.9477 8.94772 12.5 9.5 12.5Z",fill:"currentColor"}),C("path",{d:"M14.5 12.5C15.0523 12.5 15.5 12.9477 15.5 13.5C15.5 14.0523 15.0523 14.5 14.5 14.5C13.9477 14.5 13.5 14.0523 13.5 13.5C13.5 12.9477 13.9477 12.5 14.5 12.5Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 2.75C12.9665 2.75 13.75 3.5335 13.75 4.5C13.75 5.19772 13.3407 5.79804 12.75 6.0791V7.75H18C18.9665 7.75 19.75 8.5335 19.75 9.5V10.1621C20.2902 10.2125 20.9697 10.4289 21.5527 10.9326C22.2571 11.5413 22.75 12.5087 22.75 13.9004C22.7499 15.292 22.2571 16.2596 21.5527 16.8682C20.9698 17.3717 20.2901 17.5863 19.75 17.6367V19.5C19.75 20.4665 18.9665 21.25 18 21.25H6C5.0335 21.25 4.25 20.4665 4.25 19.5V17.6367C3.70992 17.5863 3.03022 17.3717 2.44727 16.8682C1.74287 16.2596 1.2501 15.292 1.25 13.9004C1.25 12.5087 1.74291 11.5413 2.44727 10.9326C3.0303 10.4289 3.70984 10.2125 4.25 10.1621V9.5C4.25 8.5335 5.0335 7.75 6 7.75H11.25V6.0791C10.6593 5.79804 10.25 5.19772 10.25 4.5C10.25 3.5335 11.0335 2.75 12 2.75ZM6 9.25C5.86193 9.25 5.75 9.36193 5.75 9.5V19.5C5.75 19.6381 5.86193 19.75 6 19.75H18C18.1381 19.75 18.25 19.6381 18.25 19.5V9.5C18.25 9.36193 18.1381 9.25 18 9.25H6ZM4.25 11.6748C4.00027 11.7214 3.69323 11.839 3.42773 12.0684C3.09069 12.3598 2.75 12.8927 2.75 13.9004C2.7501 14.908 3.09067 15.4411 3.42773 15.7324C3.69311 15.9616 4.00037 16.0774 4.25 16.124V11.6748ZM19.75 16.124C19.9996 16.0774 20.3069 15.9616 20.5723 15.7324C20.9093 15.4411 21.2499 14.908 21.25 13.9004C21.25 12.8927 20.9093 12.3598 20.5723 12.0684C20.3068 11.839 19.9997 11.7214 19.75 11.6748V16.124ZM12 4.25C11.8619 4.25 11.75 4.36193 11.75 4.5C11.75 4.63807 11.8619 4.75 12 4.75C12.1381 4.75 12.25 4.63807 12.25 4.5C12.25 4.36193 12.1381 4.25 12 4.25Z",fill:"currentColor"}))},row:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M4.25 2C4.66421 2 5 2.33579 5 2.75V21.25C5 21.6642 4.66421 22 4.25 22H2.75C2.33579 22 2 21.6642 2 21.25V2.75C2 2.33579 2.33579 2 2.75 2H4.25Z",fill:"currentColor"}),C("path",{d:"M12.75 2C13.1642 2 13.5 2.33579 13.5 2.75V21.25C13.5 21.6642 13.1642 22 12.75 22H11.25C10.8358 22 10.5 21.6642 10.5 21.25V2.75C10.5 2.33579 10.8358 2 11.25 2H12.75Z",fill:"currentColor"}),C("path",{d:"M21.25 2C21.6642 2 22 2.33579 22 2.75V21.25C22 21.6642 21.6642 22 21.25 22H19.75C19.3358 22 19 21.6642 19 21.25V2.75C19 2.33579 19.3358 2 19.75 2H21.25Z",fill:"currentColor"}))},save:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.1709 2.0498C16.9001 2.0498 17.6005 2.3399 18.1162 2.85547L21.1445 5.88379C21.6601 6.39941 21.9501 7.09898 21.9502 7.82812V19.2002C21.95 20.7187 20.7187 21.95 19.2002 21.9502H4.7998C3.28127 21.9501 2.05001 20.7187 2.0498 19.2002V4.7998C2.04994 3.28122 3.28121 2.04994 4.7998 2.0498H16.1709ZM4.7998 3.5498C4.10964 3.54994 3.54994 4.10964 3.5498 4.7998V19.2002C3.55001 19.8903 4.10969 20.4501 4.7998 20.4502H19.2002C19.8902 20.45 20.45 19.8902 20.4502 19.2002V7.82812C20.4501 7.4968 20.3182 7.17866 20.084 6.94434L17.0557 3.91602C16.965 3.82535 16.8618 3.74966 16.75 3.69141V6.5C16.75 7.4665 15.9665 8.25 15 8.25H8C7.0335 8.25 6.25 7.4665 6.25 6.5V3.5498H4.7998ZM17 10.25C17.9665 10.25 18.75 11.0335 18.75 12V18C18.75 18.9665 17.9665 19.75 17 19.75H7C6.0335 19.75 5.25 18.9665 5.25 18V12C5.25 11.0335 6.0335 10.25 7 10.25H17ZM7 11.75C6.86193 11.75 6.75 11.8619 6.75 12V18C6.75 18.1381 6.86193 18.25 7 18.25H17C17.1381 18.25 17.25 18.1381 17.25 18V12C17.25 11.8619 17.1381 11.75 17 11.75H7ZM7.75 6.5C7.75 6.63807 7.86193 6.75 8 6.75H15C15.1381 6.75 15.25 6.63807 15.25 6.5V3.5498H14.5V6H12.5V3.5498H7.75V6.5Z",fill:"currentColor"}))},search:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.1401 2.05029C15.6963 2.05049 19.3901 5.74407 19.3901 10.3003V11.1401C19.3901 13.1481 18.6716 14.9878 17.479 16.4185L21.73 20.6694C22.0229 20.9623 22.0229 21.4371 21.73 21.73C21.4371 22.0229 20.9623 22.0229 20.6694 21.73L16.4185 17.479C14.9878 18.6716 13.1481 19.3901 11.1401 19.3901H10.3003C5.74407 19.3901 2.05049 15.6963 2.05029 11.1401V10.3003C2.05029 5.74395 5.74395 2.05029 10.3003 2.05029H11.1401ZM10.3003 3.55029C6.57237 3.55029 3.55029 6.57237 3.55029 10.3003V11.1401C3.55049 14.8679 6.57249 17.8901 10.3003 17.8901H11.1401C14.8678 17.8899 17.8899 14.8678 17.8901 11.1401V10.3003C17.8901 6.57249 14.8679 3.55049 11.1401 3.55029H10.3003Z",fill:"currentColor"}))},setting:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M13.1858 1C13.5092 1 13.7985 1.2013 13.9074 1.5027L14.6839 3.65537C14.9622 3.72467 15.2009 3.79397 15.4033 3.86657C15.6244 3.94577 15.9093 4.06567 16.2613 4.22956L18.0696 3.27257C18.2172 3.19437 18.3862 3.16614 18.5512 3.19213C18.7162 3.21811 18.8683 3.2969 18.9848 3.41667L20.5753 5.06115C20.7865 5.28005 20.8459 5.60015 20.7271 5.87954L19.8791 7.86722C20.0198 8.12572 20.132 8.34681 20.2178 8.53161C20.3102 8.73291 20.4246 9.01011 20.561 9.3676L22.5377 10.2146C22.8346 10.3411 23.0183 10.6381 22.9985 10.956L22.8533 13.2385C22.8434 13.3867 22.7902 13.5288 22.7002 13.6471C22.6103 13.7654 22.4876 13.8547 22.3474 13.9039L20.4752 14.5694C20.4213 14.8279 20.3652 15.049 20.3058 15.236C20.21 15.5248 20.1006 15.8089 19.978 16.0874L20.9185 18.1664C20.9849 18.3125 21.0028 18.476 20.9695 18.6329C20.9363 18.7899 20.8536 18.9321 20.7337 19.0387L18.9452 20.6359C18.8274 20.7406 18.6804 20.8069 18.5239 20.8257C18.3674 20.8446 18.2089 20.8152 18.0696 20.7415L16.2261 19.7647C15.9377 19.9174 15.6401 20.0522 15.3351 20.1684L14.5299 20.4698L13.815 22.4497C13.762 22.5947 13.6664 22.7203 13.5408 22.81C13.4151 22.8998 13.2653 22.9494 13.111 22.9524L11.0211 22.9997C10.8626 23.0039 10.7068 22.9588 10.575 22.8708C10.4432 22.7827 10.342 22.656 10.2852 22.508L9.44261 20.2784C9.15513 20.1801 8.8705 20.0737 8.58904 19.9594C8.35884 19.8597 8.13211 19.7522 7.90927 19.6371L5.81934 20.5303C5.68163 20.589 5.52981 20.6065 5.38237 20.5805C5.23492 20.5545 5.09821 20.4862 4.98887 20.384L3.44232 18.9331C3.32718 18.8255 3.24876 18.6845 3.21817 18.5299C3.18757 18.3754 3.20634 18.2151 3.27183 18.0718L4.17049 16.1138C4.05098 15.8819 3.94017 15.6456 3.83831 15.4054C3.7194 15.1114 3.60936 14.8139 3.50832 14.5133L1.53939 13.9138C1.37934 13.8655 1.23975 13.7656 1.14229 13.6298C1.04483 13.4939 0.99495 13.3297 1.0004 13.1626L1.0774 11.0495C1.08288 10.9116 1.12595 10.7779 1.20195 10.6627C1.27795 10.5475 1.38398 10.4553 1.50859 10.3961L3.57431 9.4039C3.67001 9.053 3.75361 8.78021 3.82731 8.58111C3.93108 8.31518 4.04632 8.05387 4.17269 7.79792L3.27733 5.90594C3.20938 5.76227 3.18874 5.60074 3.21839 5.44459C3.24804 5.28845 3.32644 5.14573 3.44232 5.03695L4.98667 3.57837C5.09493 3.47626 5.23038 3.40761 5.37674 3.38068C5.5231 3.35375 5.67412 3.36969 5.81164 3.42657L7.89937 4.28896C8.13036 4.13496 8.33935 4.01067 8.52854 3.91057C8.75404 3.79067 9.05543 3.66527 9.43491 3.52997L10.1609 1.5049C10.2146 1.35669 10.3127 1.22867 10.4418 1.1383C10.571 1.04794 10.7248 0.999641 10.8825 1H13.1858ZM12.0264 8.72081C10.1928 8.72081 8.70674 10.1893 8.70674 12.0021C8.70674 13.8148 10.1928 15.2844 12.0264 15.2844C13.859 15.2844 15.345 13.8148 15.345 12.0021C15.345 10.1893 13.8601 8.72081 12.0264 8.72081Z",fill:"currentColor"}))},star:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.2607 1C12.3943 1 12.5045 1.10494 12.5107 1.23828L12.9258 10.3945L21.0645 6.17676C21.1829 6.11552 21.3286 6.1581 21.3955 6.27344L21.6572 6.72656C21.7236 6.84217 21.6875 6.98956 21.5752 7.06152L13.8535 11.999L21.5752 16.9385C21.6874 17.0104 21.7236 17.1578 21.6572 17.2734L21.3955 17.7266C21.3286 17.8419 21.1829 17.8844 21.0645 17.8232L12.9268 13.6055L12.5107 22.7617C12.5045 22.8951 12.3943 23 12.2607 23H11.7393C11.6057 23 11.4955 22.8951 11.4893 22.7617L11.0723 13.6055L2.93555 17.8232C2.81708 17.8844 2.67137 17.8419 2.60449 17.7266L2.34278 17.2734C2.2764 17.1578 2.31256 17.0104 2.42481 16.9385L10.1455 11.999L2.42481 7.06152C2.31253 6.98956 2.27637 6.84217 2.34278 6.72656L2.60449 6.27344C2.67139 6.1581 2.81708 6.11553 2.93555 6.17676L11.0723 10.3936L11.4893 1.23828C11.4955 1.10494 11.6057 1 11.7393 1H12.2607Z",fill:"currentColor"}))},synchronize:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M3.30769 10.8175C3.57806 10.5965 3.96606 10.5921 4.24226 10.8057L6.33991 12.4278C6.66706 12.6813 6.7261 13.1521 6.47272 13.4796C6.21918 13.8067 5.74841 13.8675 5.42097 13.6143L4.62116 12.9952C4.92795 14.8404 5.99601 17.3161 8.753 18.6602C12.4087 20.4424 15.8051 18.6615 17.0333 17.5479C17.34 17.2701 17.8136 17.2925 18.0919 17.5987C18.3701 17.9055 18.347 18.381 18.0401 18.6592C16.5549 20.0056 12.5074 22.16 8.09479 20.0089C4.62913 18.3191 3.39551 15.1712 3.09675 12.9298L2.27546 13.6016C1.95491 13.8639 1.48116 13.8165 1.21882 13.4962C0.956723 13.1758 1.00408 12.7028 1.32429 12.4405L3.30769 10.8175Z",fill:"currentColor"}),C("path",{d:"M5.96003 5.34089C7.44498 3.99457 11.4916 1.83985 15.9044 3.99128C19.3702 5.68114 20.6036 8.82876 20.9024 11.0704L21.7247 10.3985C22.0452 10.1363 22.518 10.1837 22.7803 10.504C23.0426 10.8245 22.9953 11.2973 22.6749 11.5596L20.6915 13.1827C20.4211 13.4035 20.034 13.408 19.7579 13.1944L17.6602 11.5723C17.333 11.3189 17.2732 10.8481 17.5264 10.5206C17.78 10.1931 18.2516 10.1324 18.5792 10.3858L19.379 11.005C19.0722 9.15965 18.0042 6.68321 15.2471 5.33893C11.5915 3.55662 8.19499 5.33864 6.96687 6.45222C6.66013 6.72978 6.1864 6.70667 5.90827 6.40046C5.63009 6.09371 5.65335 5.61916 5.96003 5.34089Z",fill:"currentColor"}))},updown:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M6.00051 2.44141C6.2852 2.18705 6.71591 2.18689 7.00051 2.44141L11.5005 6.46582C11.8087 6.74194 11.8348 7.21583 11.5591 7.52441C11.283 7.83283 10.8092 7.8588 10.5005 7.58301L7.25051 4.67676V21C7.25051 21.4141 6.9145 21.7497 6.50051 21.75C6.0863 21.75 5.75051 21.4142 5.75051 21V4.67676L2.50051 7.58301C2.19192 7.85898 1.7181 7.8327 1.44192 7.52441C1.16587 7.21575 1.192 6.74198 1.50051 6.46582L6.00051 2.44141Z",fill:"currentColor"}),C("path",{d:"M17.5005 2.25C17.9145 2.25026 18.2505 2.58595 18.2505 3V19.3232L21.5005 16.417C21.8092 16.1412 22.283 16.1672 22.5591 16.4756C22.8348 16.7842 22.8087 17.2581 22.5005 17.5342L18.0005 21.5586C17.7159 21.8131 17.2852 21.813 17.0005 21.5586L12.5005 17.5342C12.192 17.258 12.1659 16.7843 12.4419 16.4756C12.7181 16.1673 13.1919 16.141 13.5005 16.417L16.7505 19.3232V3C16.7505 2.58579 17.0863 2.25 17.5005 2.25Z",fill:"currentColor"}))},user:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 12C9.78125 12 8 10.2188 8 8C8 5.8125 9.78125 4 12 4C14.1875 4 16 5.8125 16 8C16 10.2188 14.1875 12 12 12ZM10.5625 13.5H13.4062C16.5 13.5 19 16 19 19.0938C19 19.5938 18.5625 20 18.0625 20H5.90625C5.40625 20 5 19.5938 5 19.0938C5 16 7.46875 13.5 10.5625 13.5Z",fill:"currentColor"}))},visibilityOff:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.005 6.49997C14.765 6.49997 17.005 8.73997 17.005 11.5C17.005 12.0334 16.9175 12.5399 16.7589 13.0195C16.696 13.2099 16.7371 13.4221 16.8789 13.5639L19.2419 15.9269C19.4249 16.1098 19.718 16.1238 19.9101 15.9506C21.0646 14.9093 22.012 13.6433 22.6833 12.222C22.8991 11.7649 22.8987 11.2351 22.6824 10.7782C20.7868 6.77297 16.7164 3.99997 11.995 3.99997C10.8718 3.99997 9.78726 4.16089 8.76197 4.45689C8.41038 4.5584 8.31181 4.99675 8.57057 5.25552L9.94113 6.62608C10.0829 6.7679 10.2951 6.80902 10.4855 6.74607C10.9651 6.58753 11.4716 6.49997 12.005 6.49997ZM2.64003 3.13497C2.28933 3.48568 2.28933 4.05427 2.64003 4.40497L4.34436 6.10931C4.55708 6.32203 4.53453 6.6725 4.3061 6.86825C3.05274 7.94231 2.03087 9.27279 1.31825 10.777C1.10145 11.2347 1.10158 11.7654 1.31827 12.2231C3.21416 16.2276 7.28421 19 12.005 19C13.4381 19 14.8113 18.7435 16.0772 18.2781C16.265 18.2091 16.4767 18.2517 16.6182 18.3931L16.805 18.58L19.0995 20.8666C19.4507 21.2166 20.0189 21.2161 20.3695 20.8655C20.7205 20.5145 20.7205 19.9454 20.3695 19.5944L3.91003 3.13497C3.55933 2.78427 2.99073 2.78427 2.64003 3.13497ZM7.26719 9.94414C7.37767 9.6199 7.78645 9.5514 8.02867 9.79361L8.88746 10.6524C9.01024 10.7752 9.05723 10.9524 9.0326 11.1243C9.01484 11.2483 9.00503 11.3741 9.00503 11.5C9.00503 13.16 10.345 14.5 12.005 14.5C12.1309 14.5 12.2567 14.4902 12.3807 14.4724C12.5526 14.4478 12.7298 14.4948 12.8526 14.6175L13.7114 15.4763C13.9536 15.7185 13.8851 16.1273 13.5609 16.2378C13.0704 16.4049 12.5496 16.5 12.005 16.5C9.24503 16.5 7.00503 14.26 7.00503 11.5C7.00503 10.9554 7.10006 10.4346 7.26719 9.94414ZM12.015 8.50997C11.9492 8.51385 11.9188 8.59373 11.9654 8.64039L14.881 11.556C14.9274 11.6024 15.0069 11.5751 15.015 11.51C15.015 9.84997 13.675 8.50997 12.015 8.50997Z",fill:"currentColor"}))},visibilityOn:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.0001 9C13.66 9.00011 15.0001 10.3401 15.0001 12C15.0001 13.6599 13.66 14.9999 12.0001 15C10.3401 15 9.00013 13.66 9.00013 12C9.00013 11.6916 9.04599 11.3941 9.13197 11.1143C9.36671 11.6362 9.8907 12 10.5001 12C11.3285 11.9999 12.0001 11.3284 12.0001 10.5C12.0001 9.8906 11.6363 9.3666 11.1144 9.13184C11.3941 9.04589 11.6918 9 12.0001 9Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.0001 4.5C16.7207 4.50008 20.7907 7.27215 22.6867 11.2764C22.9034 11.7341 22.9034 12.2659 22.6867 12.7236C20.7907 16.7279 16.7207 19.4999 12.0001 19.5C7.27956 19.5 3.20962 16.7278 1.31361 12.7236C1.09688 12.2659 1.09688 11.7341 1.31361 11.2764C3.20962 7.27217 7.27956 4.5 12.0001 4.5ZM12.0001 7C9.24013 7 7.00013 9.24 7.00013 12C7.00013 14.76 9.24013 17 12.0001 17C14.76 16.9999 17.0001 14.7599 17.0001 12C17.0001 9.24007 14.76 7.00011 12.0001 7Z",fill:"currentColor"}))},warehouseFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.5791 3.79443C11.8489 3.68392 12.1511 3.68392 12.4209 3.79443L21.3105 7.437C21.7277 7.60805 22 8.01449 22 8.46532V19.7329C21.9998 20.0396 21.751 20.2886 21.4443 20.2886H19.8887C19.5821 20.2884 19.3332 20.0395 19.333 19.7329V10.8433C19.3328 10.2299 18.836 9.73314 18.2227 9.7329H5.77734C5.16402 9.73314 4.6672 10.2299 4.66699 10.8433V19.7329C4.66679 20.0395 4.41793 20.2885 4.11133 20.2886H2.55566C2.24896 20.2886 2.0002 20.0396 2 19.7329V8.46532C2 8.01449 2.27234 7.60806 2.68945 7.437L11.5791 3.79443Z",fill:"currentColor"}),C("path",{d:"M17.5557 18.0659C17.8625 18.066 18.1113 18.3148 18.1113 18.6216V19.7329C18.1111 20.0395 17.8623 20.2885 17.5557 20.2886H6.44434C6.13769 20.2885 5.88886 20.0395 5.88867 19.7329V18.6216C5.88867 18.3148 6.13757 18.066 6.44434 18.0659H17.5557Z",fill:"currentColor"}),C("path",{d:"M17.5557 14.1772C17.8625 14.1773 18.1113 14.4261 18.1113 14.7329V16.3989C18.1113 16.7057 17.8625 16.9545 17.5557 16.9546H6.44434C6.13757 16.9545 5.88867 16.7057 5.88867 16.3989V14.7329C5.88867 14.4261 6.13757 14.1773 6.44434 14.1772H17.5557Z",fill:"currentColor"}),C("path",{d:"M17.5557 10.8433C17.8624 10.8433 18.1112 11.0923 18.1113 11.3989V12.5102C18.1113 12.817 17.8625 13.0659 17.5557 13.0659H6.44434C6.13757 13.0658 5.88867 12.817 5.88867 12.5102V11.3989C5.88883 11.0923 6.13767 10.8433 6.44434 10.8433H17.5557Z",fill:"currentColor"}))},warehouseOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.3311 3.81877C11.7597 3.64309 12.2403 3.64309 12.6689 3.81877L20.7803 7.14298C21.4424 7.41452 21.875 8.05913 21.875 8.77482V19.5629C21.875 19.9771 21.5392 20.3129 21.125 20.3129C20.7108 20.3129 20.375 19.9771 20.375 19.5629V8.77482C20.375 8.66775 20.31 8.57129 20.2109 8.53068L12.0996 5.20646C12.0357 5.18039 11.9643 5.18039 11.9004 5.20646L3.78906 8.53068C3.69 8.57129 3.62502 8.66775 3.625 8.77482V19.5629C3.62496 19.9771 3.28919 20.3129 2.875 20.3129C2.46081 20.3129 2.12504 19.9771 2.125 19.5629V8.77482C2.12502 8.05913 2.55757 7.41452 3.21973 7.14298L11.3311 3.81877Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17.0693 10.1947C17.7633 10.1949 18.3259 10.7577 18.3262 11.4516V19.0561C18.3261 19.7501 17.7633 20.3128 17.0693 20.3129H6.93066C6.23659 20.3128 5.67395 19.7501 5.67383 19.0561V11.4516C5.67407 10.7576 6.23668 10.1948 6.93066 10.1947H17.0693ZM7.17383 17.2719V18.8129H16.8262V17.2719H7.17383ZM7.17383 15.7719H16.8262V14.7367H7.17383V15.7719ZM7.17383 13.2367H16.8262V11.6947H7.17383V13.2367Z",fill:"currentColor"}))},warningFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.2158 3.74962C11.6119 3.24586 12.387 3.24593 12.7832 3.74962L12.8623 3.86583L21.8252 19.1217C22.2167 19.7883 21.7359 20.6285 20.9629 20.6285H3.0361C2.26345 20.6281 1.78266 19.7881 2.1738 19.1217L11.1377 3.86583L11.2158 3.74962ZM12 15.8785C11.4477 15.8785 11 16.3262 11 16.8785C11.0001 17.4307 11.4478 17.8785 12 17.8785C12.5521 17.8785 12.9998 17.4307 13 16.8785C13 16.3263 12.5522 15.8785 12 15.8785ZM12 9.12853C11.5858 9.12853 11.25 9.46431 11.25 9.87853V14.3785C11.2501 14.7926 11.5859 15.1285 12 15.1285C12.4141 15.1285 12.7498 14.7926 12.75 14.3785V9.87853C12.75 9.46433 12.4142 9.12855 12 9.12853Z",fill:"currentColor"}))},warningOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 15.8785C12.5522 15.8785 13 16.3263 13 16.8785C12.9998 17.4307 12.5521 17.8785 12 17.8785C11.4478 17.8785 11.0001 17.4307 11 16.8785C11 16.3262 11.4477 15.8785 12 15.8785Z",fill:"currentColor"}),C("path",{d:"M12 9.12853C12.4142 9.12855 12.75 9.46433 12.75 9.87853V14.3785C12.7498 14.7926 12.4141 15.1285 12 15.1285C11.5859 15.1285 11.2501 14.7926 11.25 14.3785V9.87853C11.25 9.46431 11.5858 9.12853 12 9.12853Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.2158 3.74962C11.6119 3.24586 12.387 3.24593 12.7832 3.74962L12.8623 3.86583L21.8252 19.1217C22.2167 19.7883 21.7359 20.6285 20.9629 20.6285H3.0361C2.26345 20.6281 1.78265 19.7881 2.1738 19.1217L11.1377 3.86583L11.2158 3.74962ZM3.91013 19.1285H20.0888L11.999 5.359L3.91013 19.1285Z",fill:"currentColor"}))},youtube:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20 5C21.1046 5 22 5.89543 22 7V17C22 18.1046 21.1046 19 20 19H4C2.89543 19 2 18.1046 2 17V7C2 5.89543 2.89543 5 4 5H20ZM10.5273 8.51855C10.1951 8.29704 9.75 8.53522 9.75 8.93457V15.0654C9.75 15.4648 10.1951 15.703 10.5273 15.4814L15.126 12.416C15.4228 12.2181 15.4228 11.7819 15.126 11.584L10.5273 8.51855Z",fill:"currentColor"}))}},n=l(class extends t{constructor(C){super(),!1!==C&&this.__registerHost()}name;size=24;color;rotate;label;iconStyle={};getIconClasses(){const C=["sd-icon"];return this.rotate&&C.push(`sd-icon--rotate-${this.rotate}`),C.join(" ")}get resolvedColor(){return r(this.color)}render(){const l=o[this.name];return l?C("i",{class:this.getIconClasses(),style:this.iconStyle},C(l,{size:this.size,color:this.resolvedColor})):null}static get style(){return"sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}"}},[512,"sd-icon",{name:[1],size:[8],color:[1],rotate:[2],label:[1],iconStyle:[16]}]);function i(){"undefined"!=typeof customElements&&["sd-icon"].forEach((C=>{"sd-icon"===C&&(customElements.get(e(C))||customElements.define(e(C),n))}))}export{n as S,i as d}
1
+ import{h as C,p as l,H as t,t as e}from"./p-B1vJXa29.js";import{r}from"./p-BxPyZJaz.js";const o={add:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.0005 3.98682C12.4146 3.98682 12.7503 4.32273 12.7505 4.73682V11.2505H19.2632C19.6774 11.2505 20.0132 11.5863 20.0132 12.0005C20.0132 12.4147 19.6774 12.7505 19.2632 12.7505H12.7505V19.2632C12.7505 19.6774 12.4147 20.0132 12.0005 20.0132C11.5863 20.0132 11.2505 19.6774 11.2505 19.2632V12.7505H4.73682C4.32273 12.7503 3.98682 12.4146 3.98682 12.0005C3.98682 11.5864 4.32273 11.2506 4.73682 11.2505H11.2505V4.73682C11.2506 4.32273 11.5864 3.98682 12.0005 3.98682Z",fill:"currentColor"}))},alert:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.4755 3.338C13.642 2.65802 15.107 3.49955 15.1073 4.84972V19.1495C15.1071 20.4613 13.7164 21.3068 12.5516 20.7032L5.90027 17.2569H4.77332C3.25468 17.2568 2.02338 16.0256 2.02332 14.5069V9.93273C2.02332 8.41402 3.25464 7.18286 4.77332 7.18273H5.87878L12.4755 3.338ZM13.6073 4.84972C13.607 4.65712 13.3978 4.53707 13.2313 4.6339L6.83289 8.36241V16.0499L13.2421 19.3712C13.4084 19.4573 13.6071 19.3368 13.6073 19.1495V4.84972ZM4.77332 8.68273C4.08307 8.68286 3.52332 9.24245 3.52332 9.93273V14.5069C3.52338 15.1972 4.08311 15.7568 4.77332 15.7569H5.33289V8.68273H4.77332Z",fill:"currentColor"}),C("path",{d:"M18.7274 7.16124C19.0245 6.87261 19.5065 6.87261 19.8036 7.16124C22.7006 9.97598 22.7006 14.5398 19.8036 17.3546C19.5065 17.643 19.0245 17.643 18.7274 17.3546C18.4304 17.066 18.4305 16.5983 18.7274 16.3097C21.0306 14.0721 21.0306 10.4437 18.7274 8.20616C18.4304 7.91753 18.4303 7.44986 18.7274 7.16124Z",fill:"currentColor"}),C("path",{d:"M16.5214 9.3048C16.8184 9.01632 17.2995 9.01632 17.5966 9.3048C19.2754 10.9358 19.2754 13.5801 17.5966 15.211C17.2995 15.4994 16.8184 15.4994 16.5214 15.211C16.2243 14.9225 16.2244 14.4548 16.5214 14.1661C17.6058 13.1124 17.6058 11.4034 16.5214 10.3497C16.2243 10.0611 16.2243 9.59343 16.5214 9.3048Z",fill:"currentColor"}))},alignKorean:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.74994 11.5C8.16415 11.5 8.49994 11.8358 8.49994 12.25V13.5H10.7499C11.1642 13.5 11.4999 13.8358 11.4999 14.25C11.4999 14.6642 11.1642 15 10.7499 15H8.49994C9.88065 15 10.9999 16.1193 10.9999 17.5C10.9999 18.8807 9.88065 20 8.49994 20H6.74994C5.36923 20 4.24994 18.8807 4.24994 17.5C4.24994 16.1193 5.36923 15 6.74994 15H4.24994C3.83573 15 3.49994 14.6642 3.49994 14.25C3.49994 13.8358 3.83573 13.5 4.24994 13.5H6.99994V12.25C6.99994 11.8358 7.33573 11.5 7.74994 11.5ZM6.74994 16.5C6.19765 16.5 5.74994 16.9477 5.74994 17.5C5.74994 18.0523 6.19765 18.5 6.74994 18.5H8.49994C9.05222 18.5 9.49994 18.0523 9.49994 17.5C9.49994 16.9477 9.05222 16.5 8.49994 16.5H6.74994Z",fill:"currentColor"}),C("path",{d:"M17.2499 4C17.6642 4 17.9999 4.33579 17.9999 4.75V17.3047L19.1943 15.9873C19.4724 15.6803 19.9469 15.6565 20.2538 15.9346C20.5608 16.2127 20.5837 16.6872 20.3056 16.9941L17.8056 19.7539C17.6634 19.9107 17.4616 20 17.2499 20C17.0383 20 16.8364 19.9107 16.6943 19.7539L14.1943 16.9941C13.9162 16.6872 13.9391 16.2127 14.246 15.9346C14.553 15.6565 15.0275 15.6803 15.3056 15.9873L16.4999 17.3047V4.75C16.4999 4.33579 16.8357 4 17.2499 4Z",fill:"currentColor"}),C("path",{d:"M9.24994 4C10.2164 4 10.9999 4.7835 10.9999 5.75V10.25C10.9999 10.6642 10.6642 11 10.2499 11C9.83573 11 9.49994 10.6642 9.49994 10.25V5.75C9.49994 5.61193 9.38801 5.5 9.24994 5.5H4.24994C3.83573 5.5 3.49994 5.16421 3.49994 4.75C3.49994 4.33579 3.83573 4 4.24994 4H9.24994Z",fill:"currentColor"}))},archive:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.7998 2.0498C5.21396 2.0498 5.54971 2.38568 5.5498 2.7998V6.64258H10.4502V5.91797C10.4502 5.48024 10.6226 5.05999 10.9297 4.74805C11.2431 4.42976 11.6715 4.25 12.1182 4.25H14.7422C15.4983 4.25008 16.1694 4.73573 16.4053 5.4541L16.4873 5.70312C16.5211 5.8056 16.6167 5.875 16.7246 5.875H18.2002C19.1666 5.8751 19.9502 6.65856 19.9502 7.625V10.5C19.9502 11.4664 19.1666 12.2499 18.2002 12.25H12.2002C11.2337 12.25 10.4502 11.4665 10.4502 10.5V8.14258H5.5498V17.2998C5.5498 17.4378 5.66182 17.5497 5.7998 17.5498H10.4502V15.6182C10.4502 15.1804 10.6226 14.7602 10.9297 14.4482C11.2431 14.1299 11.6714 13.9502 12.1182 13.9502H14.7422C15.4983 13.9503 16.1694 14.4359 16.4053 15.1543L16.4873 15.4033C16.5211 15.5057 16.6167 15.5752 16.7246 15.5752H18.2002C19.1666 15.5753 19.9502 16.3588 19.9502 17.3252V20.2002C19.9501 21.1665 19.1665 21.9501 18.2002 21.9502H12.2002C11.2338 21.9502 10.4503 21.1666 10.4502 20.2002V19.0498H5.7998C4.83339 19.0497 4.0498 18.2662 4.0498 17.2998V2.7998C4.0499 2.38574 4.38574 2.0499 4.7998 2.0498ZM12.1182 15.4502C12.0733 15.4502 12.0295 15.468 11.998 15.5C11.9672 15.5313 11.9502 15.5742 11.9502 15.6182V20.2002C11.9503 20.3382 12.0622 20.4502 12.2002 20.4502H18.2002C18.3381 20.4501 18.4501 20.3381 18.4502 20.2002V17.3252C18.4502 17.1872 18.3382 17.0753 18.2002 17.0752H16.7246C15.9685 17.0752 15.2974 16.5894 15.0615 15.8711L14.9805 15.6221C14.9468 15.5195 14.8501 15.4503 14.7422 15.4502H12.1182ZM12.1182 5.75C12.0733 5.75 12.0295 5.76787 11.998 5.7998C11.9672 5.83115 11.9502 5.874 11.9502 5.91797V10.5C11.9502 10.6381 12.0621 10.75 12.2002 10.75H18.2002C18.3382 10.7499 18.4502 10.638 18.4502 10.5V7.625C18.4502 7.48699 18.3382 7.3751 18.2002 7.375H16.7246C15.9684 7.375 15.2974 6.88934 15.0615 6.1709L14.9805 5.92188C14.9468 5.81931 14.8501 5.75008 14.7422 5.75H12.1182Z",fill:"currentColor"}))},arrowDown:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.2502 2.77502C11.2502 2.36081 11.586 2.02502 12.0002 2.02502C12.4143 2.02513 12.7502 2.36088 12.7502 2.77502V19.4147L18.6701 13.4948C18.963 13.2021 19.4378 13.2019 19.7307 13.4948C20.0233 13.7876 20.0233 14.2625 19.7307 14.5553L12.5305 21.7555C12.3899 21.8961 12.199 21.9752 12.0002 21.9752C11.8014 21.9752 11.6105 21.896 11.4699 21.7555L4.26972 14.5553C3.97683 14.2624 3.97683 13.7876 4.26972 13.4948C4.56261 13.2019 5.03737 13.2019 5.33027 13.4948L11.2502 19.4147V2.77502Z",fill:"currentColor"}))},arrowLeft:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M9.44492 4.26967C9.73782 3.97687 10.2126 3.97681 10.5055 4.26967C10.7982 4.56254 10.7982 5.03735 10.5055 5.33022L4.58554 11.2501H21.2252C21.6393 11.2502 21.9752 11.586 21.9752 12.0001C21.9751 12.4142 21.6392 12.75 21.2252 12.7501H4.58554L10.5055 18.6701C10.7981 18.963 10.7983 19.4378 10.5055 19.7306C10.2127 20.0233 9.7378 20.0232 9.44492 19.7306L2.24472 12.5304C2.10411 12.3898 2.02505 12.199 2.02499 12.0001C2.02499 11.8013 2.10413 11.6105 2.24472 11.4699L9.44492 4.26967Z",fill:"currentColor"}))},arrowRight:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M13.4947 4.26972C13.7876 3.97683 14.2624 3.97683 14.5553 4.26972L21.7555 11.4699C21.896 11.6105 21.9752 11.8014 21.9752 12.0002C21.9751 12.199 21.8961 12.3899 21.7555 12.5305L14.5553 19.7307C14.2624 20.0233 13.7876 20.0233 13.4947 19.7307C13.2019 19.4378 13.202 18.963 13.4947 18.6701L19.4146 12.7502H2.77499C2.36085 12.7502 2.0251 12.4143 2.02499 12.0002C2.02499 11.586 2.36078 11.2502 2.77499 11.2502H19.4146L13.4947 5.33027C13.2018 5.03737 13.2018 4.56261 13.4947 4.26972Z",fill:"currentColor"}))},arrowUp:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.2502 21.2252V4.58557L5.33025 10.5055C5.03738 10.7983 4.56257 10.7983 4.2697 10.5055C3.97684 10.2126 3.9769 9.73785 4.2697 9.44495L11.4699 2.24475L11.5842 2.151C11.7064 2.06953 11.8511 2.02502 12.0002 2.02502C12.199 2.02508 12.3898 2.10414 12.5304 2.24475L19.7306 9.44495C20.0232 9.73783 20.0233 10.2127 19.7306 10.5055C19.4378 10.7983 18.963 10.7981 18.6701 10.5055L12.7502 4.58557V21.2252C12.7501 21.6393 12.4142 21.9751 12.0002 21.9752C11.586 21.9752 11.2503 21.6393 11.2502 21.2252Z",fill:"currentColor"}))},attachFile:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.6523 3.07379C14.3559 1.37019 17.1185 1.37033 18.8222 3.07379C20.5259 4.77745 20.5259 7.54005 18.8222 9.24371L11.2519 16.814C10.1291 17.9368 8.30824 17.9368 7.18548 16.814C6.06307 15.6913 6.06305 13.8713 7.18548 12.7486L14.2509 5.68316C14.5438 5.39039 15.0186 5.39041 15.3115 5.68316C15.6043 5.97602 15.6043 6.45081 15.3115 6.74371L8.24603 13.8091C7.70938 14.346 7.7094 15.2166 8.24603 15.7535C8.783 16.2904 9.65437 16.2904 10.1913 15.7535L17.7617 8.18316C18.8794 7.06538 18.8792 5.25321 17.7617 4.13531C16.6438 3.01743 14.8317 3.01743 13.7138 4.13531L5.11614 12.732C3.45641 14.3917 3.45641 17.083 5.11614 18.7427L5.25677 18.8843C6.91645 20.544 9.60777 20.5439 11.2675 18.8843L18.748 11.4039C19.0409 11.1112 19.5157 11.1111 19.8085 11.4039C20.1013 11.6967 20.1012 12.1715 19.8085 12.4644L12.3281 19.9449C10.0825 22.1903 6.44169 22.1904 4.19622 19.9449L4.0556 19.8033C1.81008 17.5578 1.81008 13.917 4.0556 11.6714L12.6523 3.07379Z",fill:"currentColor"}))},barcode:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M5.25 3C5.66421 3 6 3.33579 6 3.75V20.25C6 20.6642 5.66421 21 5.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H5.25Z",fill:"currentColor"}),C("path",{d:"M7.5 3C7.91421 3 8.25 3.33579 8.25 3.75V20.25C8.25 20.6642 7.91421 21 7.5 21C7.08579 21 6.75 20.6642 6.75 20.25V3.75C6.75 3.33579 7.08579 3 7.5 3Z",fill:"currentColor"}),C("path",{d:"M9.75 3C10.1642 3 10.5 3.33579 10.5 3.75V20.25C10.5 20.6642 10.1642 21 9.75 21C9.33579 21 9 20.6642 9 20.25V3.75C9 3.33579 9.33579 3 9.75 3Z",fill:"currentColor"}),C("path",{d:"M13.5 3C13.9142 3 14.25 3.33579 14.25 3.75V20.25C14.25 20.6642 13.9142 21 13.5 21H12C11.5858 21 11.25 20.6642 11.25 20.25V3.75C11.25 3.33579 11.5858 3 12 3H13.5Z",fill:"currentColor"}),C("path",{d:"M15.75 3C16.1642 3 16.5 3.33579 16.5 3.75V20.25C16.5 20.6642 16.1642 21 15.75 21C15.3358 21 15 20.6642 15 20.25V3.75C15 3.33579 15.3358 3 15.75 3Z",fill:"currentColor"}),C("path",{d:"M20.25 3C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H18.75C18.3358 21 18 20.6642 18 20.25V3.75C18 3.33579 18.3358 3 18.75 3H20.25Z",fill:"currentColor"}))},bell:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M14.8 18.8086C14.9105 18.8086 15.0008 18.8985 14.9944 19.0088C14.8972 20.6781 13.5938 22 12.0002 22C10.4066 22 9.10324 20.6781 9.00609 19.0088C8.99968 18.8985 9.08997 18.8086 9.20043 18.8086H14.8Z",fill:"currentColor"}),C("path",{d:"M12.0002 2C12.5525 2.00002 13.0002 2.44772 13.0002 3V4.20898C15.9941 4.69573 18.2815 7.3314 18.2815 10.5107V14.1582C18.2815 15.0811 19.1207 15.8005 19.7629 16.4531C20.4046 17.1057 19.6388 17.957 18.7307 17.957H5.26976C4.36161 17.957 3.59581 17.1057 4.23754 16.4531C4.87979 15.8005 5.71898 15.0811 5.71898 14.1582V10.5107C5.71898 7.33139 8.00632 4.69572 11.0002 4.20898V3C11.0002 2.44772 11.4479 2 12.0002 2Z",fill:"currentColor"}))},board:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M15 14.25C15.4142 14.25 15.75 14.5858 15.75 15C15.75 15.4142 15.4142 15.75 15 15.75H9C8.58579 15.75 8.25 15.4142 8.25 15C8.25 14.5858 8.58579 14.25 9 14.25H15Z",fill:"currentColor"}),C("path",{d:"M15 10.25C15.4142 10.25 15.75 10.5858 15.75 11C15.75 11.4142 15.4142 11.75 15 11.75H9C8.58579 11.75 8.25 11.4142 8.25 11C8.25 10.5858 8.58579 10.25 9 10.25H15Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.75 2.0498C14.5699 2.0498 15.2733 2.54394 15.582 3.25H18.2002C19.1665 3.25021 19.9502 4.03363 19.9502 5V20.2002C19.9501 21.1665 19.1664 21.95 18.2002 21.9502H5.7998C4.83346 21.9501 4.04991 21.1665 4.0498 20.2002V5C4.0498 4.03356 4.83339 3.2501 5.7998 3.25H8.41797C8.72672 2.54394 9.43009 2.0498 10.25 2.0498H13.75ZM5.7998 4.75C5.66182 4.7501 5.5498 4.86199 5.5498 5V20.2002C5.54991 20.3381 5.66188 20.4501 5.7998 20.4502H18.2002C18.338 20.45 18.4501 20.338 18.4502 20.2002V5C18.4502 4.86206 18.3381 4.75021 18.2002 4.75H15.6211C15.3371 5.50881 14.6079 6.0498 13.75 6.0498H10.25C9.39207 6.0498 8.66292 5.50881 8.37891 4.75H5.7998ZM10.25 3.5498C9.97392 3.5498 9.7501 3.77375 9.75 4.0498C9.75 4.32595 9.97386 4.5498 10.25 4.5498H13.75C14.0261 4.5498 14.25 4.32595 14.25 4.0498C14.2499 3.77375 14.0261 3.5498 13.75 3.5498H10.25Z",fill:"currentColor"}))},box:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.4014 2.21916C11.7875 2.07874 12.2115 2.07886 12.5977 2.21916L20.7979 5.20158C21.4894 5.45308 21.9502 6.11024 21.9502 6.84612V17.1547C21.95 17.8904 21.4893 18.5478 20.7979 18.7992L12.5977 21.7807C12.2114 21.9211 11.7876 21.9211 11.4014 21.7807L3.20215 18.7992C2.51079 18.5478 2.04997 17.8904 2.0498 17.1547V6.84612C2.0498 6.1103 2.51067 5.45312 3.20215 5.20158L11.4014 2.21916ZM3.5498 17.1547C3.54997 17.2596 3.61626 17.3532 3.71484 17.3891L11.25 20.1293V9.66545L8.15039 8.63225V11.4252C8.15018 11.8391 7.81429 12.175 7.40039 12.1752C6.98631 12.1752 6.6506 11.8393 6.65039 11.4252V8.13225L3.5498 7.09905V17.1547ZM12.75 9.66545V20.1293L20.2852 17.3891C20.3838 17.3532 20.45 17.2597 20.4502 17.1547V7.09905L12.75 9.66545ZM15.9854 5.04729C15.914 5.12066 15.8279 5.18189 15.7266 5.22209L9.75195 7.5844L12 8.3344L18.7949 6.06877L15.9854 5.04729ZM12.085 3.62932C12.0299 3.6094 11.9691 3.6093 11.9141 3.62932L5.2041 6.06877L7.54004 6.84709L13.9561 4.30901L12.085 3.62932Z",fill:"currentColor"}))},camera:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 7.75C14.6234 7.75 16.75 9.87665 16.75 12.5C16.75 15.1234 14.6234 17.25 12 17.25C9.37665 17.25 7.25 15.1234 7.25 12.5C7.25 9.87665 9.37665 7.75 12 7.75ZM12 9.25C10.2051 9.25 8.75 10.7051 8.75 12.5C8.75 14.2949 10.2051 15.75 12 15.75C13.7949 15.75 15.25 14.2949 15.25 12.5C15.25 10.7051 13.7949 9.25 12 9.25Z",fill:"currentColor"}),C("path",{d:"M19.1426 8.17871C19.6685 8.17871 20.0947 8.60492 20.0947 9.13086C20.0947 9.65685 19.6686 10.083 19.1426 10.083C18.6167 10.0829 18.1904 9.65677 18.1904 9.13086C18.1905 8.605 18.6167 8.17884 19.1426 8.17871Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.5352 2.66699C15.1603 2.66705 15.7382 3.00059 16.0508 3.54199L17.123 5.39941C17.1677 5.47635 17.2499 5.52428 17.3389 5.52441H20C21.5188 5.52441 22.75 6.75563 22.75 8.27441V18.084C22.7497 19.6025 21.5186 20.834 20 20.834H4C2.48141 20.834 1.25031 19.6025 1.25 18.084V8.27441C1.25 6.75563 2.48122 5.52441 4 5.52441H6.43945C6.52862 5.52441 6.61154 5.47653 6.65625 5.39941L7.72852 3.54199C8.04113 3.00055 8.61893 2.66699 9.24414 2.66699H14.5352ZM9.24414 4.16699C9.15482 4.16699 9.072 4.21464 9.02734 4.29199L7.95508 6.14941C7.64241 6.69058 7.06448 7.02441 6.43945 7.02441H4C3.30964 7.02441 2.75 7.58406 2.75 8.27441V18.084C2.75031 18.7741 3.30984 19.334 4 19.334H20C20.6902 19.334 21.2497 18.7741 21.25 18.084V8.27441C21.25 7.58406 20.6904 7.02441 20 7.02441H17.3389C16.7139 7.02428 16.1358 6.69064 15.8232 6.14941L14.752 4.29199C14.7073 4.21469 14.6244 4.16705 14.5352 4.16699H9.24414Z",fill:"currentColor"}))},cancelFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M15.9697 6.96973C16.2626 6.67683 16.7374 6.67683 17.0303 6.96973C17.3232 7.26262 17.3232 7.73738 17.0303 8.03027L13.0605 12L17.0303 15.9697C17.3229 16.2626 17.3231 16.7375 17.0303 17.0303C16.7375 17.3231 16.2626 17.3229 15.9697 17.0303L12 13.0605L8.03027 17.0303C7.73736 17.3229 7.26253 17.3231 6.96973 17.0303C6.67692 16.7375 6.6771 16.2626 6.96973 15.9697L10.9395 12L6.96973 8.03027C6.67683 7.73738 6.67683 7.26262 6.96973 6.96973C7.26262 6.67683 7.73738 6.67683 8.03027 6.96973L12 10.9395L15.9697 6.96973Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 1.0498C18.0474 1.04991 22.9501 5.95263 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95266 22.9501 1.04991 18.0473 1.0498 12C1.0499 5.95265 5.95265 1.04994 12 1.0498ZM12 2.5498C6.78108 2.54994 2.5499 6.78107 2.5498 12C2.54991 17.2189 6.78109 21.4501 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4501 6.78106 17.2189 2.54991 12 2.5498Z",fill:"currentColor"}))},cancelOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM17.0303 6.96973C16.7374 6.67684 16.2626 6.67684 15.9697 6.96973L12 10.9395L8.03027 6.96973C7.73738 6.67684 7.26262 6.67684 6.96973 6.96973C6.67683 7.26262 6.67684 7.73738 6.96973 8.03027L10.9395 12L6.96973 15.9697C6.67711 16.2626 6.67693 16.7375 6.96973 17.0303C7.26253 17.323 7.73738 17.3229 8.03027 17.0303L12 13.0605L15.9697 17.0303C16.2626 17.3228 16.7375 17.3231 17.0303 17.0303C17.3231 16.7375 17.3228 16.2626 17.0303 15.9697L13.0605 12L17.0303 8.03027C17.3231 7.7374 17.3231 7.26262 17.0303 6.96973Z",fill:"currentColor"}))},caretDown:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.8033 17.754L2.72757 6.40942C2.59557 6.24442 2.71304 6 2.92435 6H21.0757C21.287 6 21.4045 6.24442 21.2725 6.40942L12.1968 17.754C12.0959 17.8801 11.9041 17.8801 11.8033 17.754Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))},caretLeft:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M6.24594 12.1968L17.5905 21.2725C17.7555 21.4045 18 21.287 18 21.0757V2.92435C18 2.71304 17.7555 2.59557 17.5905 2.72757L6.24594 11.8033C6.11984 11.9041 6.11984 12.0959 6.24594 12.1968Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))},caretRight:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M17.754 12.1968L6.40942 21.2725C6.24442 21.4045 6 21.287 6 21.0757L6 2.92435C6 2.71304 6.24442 2.59557 6.40942 2.72757L17.754 11.8033C17.8801 11.9041 17.8801 12.0959 17.754 12.1968Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))},caretUp:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.8033 6.24594L2.72757 17.5905C2.59557 17.7555 2.71304 18 2.92435 18H21.0757C21.287 18 21.4045 17.7555 21.2725 17.5905L12.1968 6.24594C12.0959 6.11984 11.9041 6.11984 11.8033 6.24594Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))},check:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20.6621 5.86456C20.955 5.57167 21.4298 5.57168 21.7227 5.86456C22.0156 6.15746 22.0156 6.63222 21.7227 6.92511L10.5859 18.0618C10.1954 18.4523 9.56241 18.4523 9.17188 18.0618L2.27735 11.1683C1.98445 10.8754 1.98445 10.3996 2.27735 10.1068C2.57018 9.81416 3.04506 9.81416 3.3379 10.1068L9.87891 16.6478L20.6621 5.86456Z",fill:"currentColor"}))},checkFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM18.1299 8.46973C17.837 8.17703 17.3622 8.1769 17.0693 8.46973L10.8125 14.7275L7.09961 11.0146C6.80684 10.7221 6.33191 10.7223 6.03906 11.0146C5.74625 11.3075 5.7464 11.7823 6.03906 12.0752L10.1045 16.1416C10.495 16.5321 11.129 16.5321 11.5195 16.1416L18.1299 9.53027C18.4228 9.23738 18.4228 8.76262 18.1299 8.46973Z",fill:"currentColor"}))},checkOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M17.0693 8.46973C17.3622 8.1769 17.837 8.17703 18.1299 8.46973C18.4228 8.76262 18.4228 9.23738 18.1299 9.53027L11.5195 16.1416C11.129 16.5321 10.495 16.5321 10.1045 16.1416L6.03906 12.0752C5.7464 11.7823 5.74625 11.3075 6.03906 11.0146C6.33191 10.7223 6.80684 10.7221 7.09961 11.0146L10.8125 14.7275L17.0693 8.46973Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 0.25C18.4893 0.25 23.75 5.51065 23.75 12C23.75 18.4893 18.4893 23.75 12 23.75C5.51065 23.75 0.25 18.4893 0.25 12C0.25 5.51065 5.51065 0.25 12 0.25ZM12 1.75C6.33908 1.75 1.75 6.33908 1.75 12C1.75 17.6609 6.33908 22.25 12 22.25C17.6609 22.25 22.25 17.6609 22.25 12C22.25 6.33908 17.6609 1.75 12 1.75Z",fill:"currentColor"}))},chevronDown:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20.676 6.96383C20.9721 6.6744 21.447 6.67953 21.7365 6.97555C22.0259 7.2716 22.0207 7.7465 21.7248 8.03609L12.6994 16.8652C12.3108 17.2453 11.6897 17.2452 11.301 16.8652L2.27559 8.03609C1.97951 7.74645 1.97425 7.27164 2.26388 6.97555C2.55352 6.67946 3.02833 6.6742 3.32442 6.96383L12.0002 15.4502L20.676 6.96383Z",fill:"currentColor"}))},chevronLeft:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M15.964 2.2756C16.2536 1.97953 16.7285 1.97423 17.0245 2.26388C17.3206 2.55351 17.3258 3.02834 17.0363 3.32443L8.54895 12.0002L17.0363 20.676C17.3256 20.9721 17.3205 21.447 17.0245 21.7365C16.7285 22.026 16.2536 22.0206 15.964 21.7248L7.13489 12.6994C6.75471 12.3108 6.75481 11.6897 7.13489 11.301L15.964 2.2756Z",fill:"currentColor"}))},chevronLeftEnd:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.9141 2.27542C13.2037 1.97944 13.6786 1.97411 13.9746 2.2637C14.2706 2.55332 14.2759 3.02816 13.9864 3.32425L5.50003 12L13.9864 20.6758C14.2757 20.9719 14.2705 21.4468 13.9746 21.7364C13.6786 22.0257 13.2037 22.0205 12.9141 21.7246L4.08499 12.6993C3.70484 12.3106 3.70497 11.6895 4.08499 11.3008L12.9141 2.27542Z",fill:"currentColor"}),C("path",{d:"M18.9141 2.27542C19.2037 1.97944 19.6786 1.97411 19.9746 2.2637C20.2706 2.55332 20.2759 3.02816 19.9864 3.32425L11.5 12L19.9864 20.6758C20.2757 20.9719 20.2705 21.4468 19.9746 21.7364C19.6786 22.0257 19.2037 22.0205 18.9141 21.7246L10.085 12.6993C9.70484 12.3106 9.70497 11.6895 10.085 11.3008L18.9141 2.27542Z",fill:"currentColor"}))},chevronRight:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M6.97558 2.26388C7.27167 1.97425 7.74648 1.97951 8.03612 2.27559L16.8652 11.301C17.2452 11.6897 17.2454 12.3108 16.8652 12.6994L8.03612 21.7248C7.74653 22.0207 7.27163 22.0259 6.97558 21.7365C6.67956 21.447 6.67443 20.9721 6.96386 20.676L15.4502 12.0002L6.96386 3.32442C6.67423 3.02833 6.67949 2.55352 6.97558 2.26388Z",fill:"currentColor"}))},chevronRightEnd:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M4.02539 2.26357C4.32145 1.9742 4.79634 1.97944 5.08594 2.27529L13.915 11.3007C14.2949 11.6893 14.295 12.3105 13.915 12.6991L5.08594 21.7245C4.79636 22.0204 4.32145 22.0256 4.02539 21.7362C3.72936 21.4466 3.72421 20.9718 4.01367 20.6757L12.5 11.9999L4.01367 3.32412C3.7243 3.02806 3.72953 2.55317 4.02539 2.26357Z",fill:"currentColor"}),C("path",{d:"M10.0254 2.26357C10.3214 1.9742 10.7963 1.97944 11.0859 2.27529L19.915 11.3007C20.2949 11.6893 20.295 12.3105 19.915 12.6991L11.0859 21.7245C10.7964 22.0204 10.3215 22.0256 10.0254 21.7362C9.72936 21.4466 9.72421 20.9718 10.0137 20.6757L18.5 11.9999L10.0137 3.32412C9.7243 3.02806 9.72953 2.55317 10.0254 2.26357Z",fill:"currentColor"}))},chevronUp:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.3762 7.06845C11.7403 6.77705 12.2602 6.77692 12.6242 7.06845L12.6994 7.13486L21.7248 15.964C22.0206 16.2536 22.026 16.7285 21.7365 17.0245C21.447 17.3205 20.9721 17.3256 20.676 17.0362L12.0002 8.54892L3.32443 17.0362C3.02834 17.3258 2.55351 17.3205 2.26388 17.0245C1.97423 16.7284 1.97953 16.2536 2.2756 15.964L11.301 7.13486L11.3762 7.06845Z",fill:"currentColor"}))},clockFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V12C11.25 12.4142 11.5858 12.75 12 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H12.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z",fill:"currentColor"}))},clockOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 4.25C12.4141 4.2501 12.75 4.58585 12.75 5V11.25H19C19.4141 11.2501 19.75 11.5858 19.75 12C19.7499 12.4141 19.4141 12.7499 19 12.75H12C11.5858 12.75 11.2501 12.4141 11.25 12V5C11.25 4.58579 11.5858 4.25 12 4.25Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 1.0498C18.0474 1.04991 22.9502 5.95255 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95255 22.9502 1.04991 18.0474 1.0498 12C1.0498 5.95248 5.95248 1.0498 12 1.0498ZM12 2.5498C6.78091 2.5498 2.5498 6.78091 2.5498 12C2.54991 17.219 6.78097 21.4502 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4502 6.78097 17.219 2.54991 12 2.5498Z",fill:"currentColor"}))},close:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20.0693 2.86969C20.3621 2.57688 20.837 2.57705 21.1299 2.86969C21.4228 3.16258 21.4228 3.63734 21.1299 3.93024L13.0596 11.9996L21.1299 20.0699C21.4228 20.3628 21.4228 20.8375 21.1299 21.1304C20.837 21.4232 20.3622 21.4233 20.0693 21.1304L12 13.0601L3.93067 21.1304C3.63785 21.4232 3.16303 21.4231 2.87012 21.1304C2.57723 20.8375 2.57723 20.3628 2.87012 20.0699L10.9395 11.9996L2.87012 3.93024C2.57728 3.63734 2.57725 3.16256 2.87012 2.86969C3.16303 2.57716 3.63789 2.57696 3.93067 2.86969L12 10.939L20.0693 2.86969Z",fill:"currentColor"}))},copy:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20 7.54395C20.9664 7.54404 21.7499 8.32759 21.75 9.29395V20C21.7499 20.9664 20.9664 21.7499 20 21.75H9.29395C8.32756 21.7499 7.54404 20.9664 7.54395 20V9.29395C7.54404 8.32757 8.32757 7.54401 9.29395 7.54395H20ZM9.29395 9.04395C9.15599 9.04401 9.04404 9.156 9.04395 9.29395V20C9.04404 20.138 9.15599 20.2499 9.29395 20.25H20C20.1379 20.2499 20.2499 20.1379 20.25 20V9.29395C20.2499 9.15602 20.1379 9.04404 20 9.04395H9.29395Z",fill:"currentColor"}),C("path",{d:"M14.7061 2.25C15.6725 2.25009 16.4561 3.03356 16.4561 4V6C16.4561 6.41416 16.1202 6.74991 15.7061 6.75C15.2918 6.75 14.9561 6.41421 14.9561 6V4C14.9561 3.86199 14.844 3.75009 14.7061 3.75H4C3.86193 3.75 3.75 3.86193 3.75 4V14.7061C3.75009 14.844 3.86199 14.9561 4 14.9561H6C6.41421 14.9561 6.75 15.2918 6.75 15.7061C6.74991 16.1202 6.41416 16.4561 6 16.4561H4C3.03356 16.4561 2.25009 15.6725 2.25 14.7061V4C2.25 3.0335 3.0335 2.25 4 2.25H14.7061Z",fill:"currentColor"}))},dashboard:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11 13.25C11 13.5261 10.7761 13.75 10.5 13.75L6.5 13.75C6.22386 13.75 6 13.5261 6 13.25L6 7.25C6 6.97386 6.22386 6.75 6.5 6.75L10.5 6.75C10.7761 6.75 11 6.97386 11 7.25L11 13.25Z",fill:"currentColor"}),C("path",{d:"M18 9.25C18 9.52614 17.7761 9.75 17.5 9.75L13.5 9.75C13.2239 9.75 13 9.52614 13 9.25L13 7.25C13 6.97386 13.2239 6.75 13.5 6.75L17.5 6.75C17.7761 6.75 18 6.97386 18 7.25L18 9.25Z",fill:"currentColor"}),C("path",{d:"M18 13.25C18 13.5261 17.7761 13.75 17.5 13.75L13.5 13.75C13.2239 13.75 13 13.5261 13 13.25L13 11.25C13 10.9739 13.2239 10.75 13.5 10.75L17.5 10.75C17.7761 10.75 18 10.9739 18 11.25L18 13.25Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M21.9502 14.75C21.9502 15.9925 20.9427 16.9998 19.7002 17L12.75 17L12.75 19L15 19C15.4142 19 15.75 19.3358 15.75 19.75C15.75 20.1642 15.4142 20.5 15 20.5L9 20.5C8.58579 20.5 8.25 20.1642 8.25 19.75C8.25 19.3358 8.58579 19 9 19L11.25 19L11.25 17L4.29981 17C3.05725 16.9999 2.04981 15.9926 2.04981 14.75L2.04981 5.75C2.04981 4.50742 3.05725 3.5001 4.29981 3.5L19.7002 3.5C20.9427 3.50021 21.9502 4.50749 21.9502 5.75L21.9502 14.75ZM20.4502 5.75C20.4502 5.33592 20.1142 5.00021 19.7002 5L4.29981 5C3.88568 5.0001 3.54981 5.33585 3.54981 5.75L3.54981 14.75C3.54981 15.1642 3.88568 15.4999 4.29981 15.5L19.7002 15.5C20.1142 15.4998 20.4502 15.1641 20.4502 14.75L20.4502 5.75Z",fill:"currentColor"}))},date:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M18 14C18.5522 14.0001 19 14.4478 19 15V18C18.9999 18.5521 18.5521 18.9999 18 19H15C14.4478 19 14.0001 18.5522 14 18V15C14 14.4477 14.4477 14 15 14H18Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17 2.0498C17.4141 2.0499 17.75 2.38565 17.75 2.7998V4.25H20.2002C21.1665 4.25021 21.9502 5.03363 21.9502 6V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83344 21.9502 2.05002 21.1665 2.0498 20.2002V6C2.0498 5.0335 2.83331 4.25 3.7998 4.25H6.25V2.7998C6.25 2.38559 6.58579 2.0498 7 2.0498C7.41413 2.0499 7.75 2.38565 7.75 2.7998V4.25H16.25V2.7998C16.25 2.38559 16.5858 2.0498 17 2.0498ZM3.5498 20.2002C3.55002 20.3381 3.66187 20.4502 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V9H3.5498V20.2002Z",fill:"currentColor"}))},download:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M21.2002 19.3501C21.6142 19.3503 21.9502 19.686 21.9502 20.1001C21.9502 20.5142 21.6142 20.8499 21.2002 20.8501H2.7998C2.38568 20.85 2.0498 20.5142 2.0498 20.1001C2.0498 19.6859 2.38568 19.3502 2.7998 19.3501H21.2002Z",fill:"currentColor"}),C("path",{d:"M12 3.1499C12.4142 3.1499 12.7499 3.48577 12.75 3.8999V15.0581L17.4639 10.2329C17.7533 9.93678 18.2281 9.93094 18.5244 10.2202C18.8205 10.5096 18.8254 10.9845 18.5361 11.2808L12.5361 17.4243C12.395 17.5686 12.2018 17.6499 12 17.6499C11.7982 17.6499 11.605 17.5686 11.4639 17.4243L5.46387 11.2808C5.17461 10.9845 5.17951 10.5096 5.47559 10.2202C5.77186 9.93094 6.24673 9.93678 6.53613 10.2329L11.25 15.0581V3.8999C11.2501 3.48577 11.5858 3.1499 12 3.1499Z",fill:"currentColor"}))},drag:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M21.2002 16.25C21.6142 16.2502 21.9502 16.5859 21.9502 17C21.9502 17.4141 21.6142 17.7498 21.2002 17.75H2.7998C2.38568 17.7499 2.0498 17.4142 2.0498 17C2.0498 16.5858 2.38568 16.2501 2.7998 16.25H21.2002Z",fill:"currentColor"}),C("path",{d:"M21.2002 11.25C21.6142 11.2502 21.9502 11.5859 21.9502 12C21.9502 12.4141 21.6142 12.7498 21.2002 12.75H2.7998C2.38568 12.7499 2.0498 12.4142 2.0498 12C2.0498 11.5858 2.38568 11.2501 2.7998 11.25H21.2002Z",fill:"currentColor"}),C("path",{d:"M21.2002 6.25C21.6142 6.25021 21.9502 6.58592 21.9502 7C21.9502 7.41408 21.6142 7.74979 21.2002 7.75H2.7998C2.38568 7.7499 2.0498 7.41415 2.0498 7C2.0498 6.58585 2.38568 6.2501 2.7998 6.25H21.2002Z",fill:"currentColor"}))},edit:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15.9649 2.33392C16.4231 1.96031 17.0849 1.96031 17.5431 2.33392L17.6378 2.41985L21.5802 6.36321C22.0683 6.85136 22.0683 7.64265 21.5802 8.13079L8.13095 21.58C7.89664 21.8143 7.57852 21.9461 7.24716 21.9462H3.3038C2.61353 21.9461 2.0538 21.3865 2.0538 20.6962V16.7538C2.05388 16.4225 2.1857 16.1044 2.42001 15.8701L15.8702 2.41985L15.9649 2.33392ZM3.5538 16.8574V20.4462H7.14365L17.6856 9.90325L14.0958 6.31341L3.5538 16.8574ZM15.1563 5.25286L18.7462 8.84271L20.3429 7.24603L16.753 3.65716L15.1563 5.25286Z",fill:"currentColor"}))},etc:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M3.5 10.5C4.32843 10.5 5 11.1716 5 12C5 12.8284 4.32843 13.5 3.5 13.5C2.67157 13.5 2 12.8284 2 12C2 11.1716 2.67157 10.5 3.5 10.5Z",fill:"currentColor"}),C("path",{d:"M12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5Z",fill:"currentColor"}),C("path",{d:"M20.5 10.5C21.3284 10.5 22 11.1716 22 12C22 12.8284 21.3284 13.5 20.5 13.5C19.6716 13.5 19 12.8284 19 12C19 11.1716 19.6716 10.5 20.5 10.5Z",fill:"currentColor"}))},event:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M17 2C17.5523 2 18 2.44772 18 3V4H20C21.1046 4 22 4.89543 22 6V19.25C22 20.7688 20.7688 22 19.25 22H4.75C3.23122 22 2 20.7688 2 19.25V6C2 4.89543 2.89543 4 4 4H6V3C6 2.44772 6.44772 2 7 2C7.55228 2 8 2.44772 8 3V4H16V3C16 2.44772 16.4477 2 17 2ZM3.5 19.25C3.5 19.9404 4.05964 20.5 4.75 20.5H19.25C19.9404 20.5 20.5 19.9404 20.5 19.25V9H3.5V19.25ZM11.5244 11.4639C11.6741 11.0032 12.3259 11.0032 12.4756 11.4639L13.0107 13.1094C13.0777 13.3153 13.2697 13.4551 13.4863 13.4551H15.2168C15.7008 13.4554 15.9021 14.0746 15.5107 14.3594L14.1104 15.377C13.9352 15.5043 13.8618 15.7296 13.9287 15.9355L14.4639 17.582C14.6129 18.0423 14.086 18.4249 13.6943 18.1406L12.2939 17.123C12.1187 16.9958 11.8813 16.9958 11.7061 17.123L10.3057 18.1406C9.91399 18.4249 9.3871 18.0423 9.53613 17.582L10.0713 15.9355C10.1382 15.7296 10.0648 15.5043 9.88965 15.377L8.48926 14.3594C8.09789 14.0746 8.29922 13.4554 8.7832 13.4551H10.5137C10.7303 13.4551 10.9223 13.3153 10.9893 13.1094L11.5244 11.4639Z",fill:"currentColor"}))},global:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9.125 16.8799C9.64032 17.9189 10.337 18.9863 11.25 20.0742V17.1523C10.7225 17.128 10.2057 17.0736 9.70215 16.9902C9.50749 16.958 9.31532 16.92 9.125 16.8799ZM14.9121 16.8027C14.1771 16.9777 13.4556 17.0859 12.75 17.1348V20.0742C13.6855 18.9595 14.3932 17.8659 14.9121 16.8027ZM3.91699 14.6318C4.75232 17.1991 6.77577 19.2278 9.33887 20.0723C8.406 18.8112 7.72371 17.5643 7.25195 16.3447C6.00154 15.892 4.88041 15.2884 3.91699 14.6318ZM20.1475 14.4229C19.0161 15.1944 17.8973 15.7811 16.7998 16.21C16.3267 17.4726 15.6276 18.7645 14.6602 20.0723C17.2928 19.2052 19.3559 17.0889 20.1475 14.4229ZM8.27148 9.03809C8.18964 9.33885 8.11948 9.64601 8.0625 9.95898C7.77607 11.5325 7.81939 13.2821 8.41895 15.1494C8.91034 15.2977 9.41979 15.4225 9.94727 15.5098C10.3696 15.5797 10.8044 15.6272 11.25 15.6504V9.4502C10.1743 9.41607 9.17556 9.26314 8.27148 9.03809ZM15.6914 8.91309C14.6717 9.19136 13.6883 9.35314 12.75 9.41992V15.6309C13.6693 15.5589 14.6262 15.3728 15.6133 15.0449C16.1814 13.2167 16.2186 11.5032 15.9375 9.95898C15.8726 9.60231 15.7884 9.25381 15.6914 8.91309ZM4.73828 7.5791C3.95246 8.86713 3.5 10.3808 3.5 12C3.5 12.1441 3.50268 12.2874 3.50977 12.4297C4.3541 13.1664 5.43081 13.9024 6.68555 14.4873C6.30929 12.8054 6.31335 11.1932 6.58691 9.69043C6.65463 9.31845 6.73875 8.95434 6.83691 8.59863C6.01603 8.29416 5.30985 7.93704 4.73828 7.5791ZM19.2168 7.51172C18.5072 7.88586 17.8075 8.19668 17.1211 8.45312C17.2371 8.85494 17.3361 9.26747 17.4131 9.69043C17.6782 11.1467 17.6895 12.7055 17.3477 14.3311C18.3736 13.8258 19.4241 13.1586 20.4922 12.3008C20.4957 12.2009 20.5 12.1007 20.5 12C20.5 10.3518 20.0288 8.81454 19.2168 7.51172ZM11.25 3.74707C10.3153 4.76493 9.39782 6.08022 8.75977 7.61426C9.51644 7.7938 10.3507 7.91795 11.25 7.94922V3.74707ZM12.75 7.91602C13.5277 7.85413 14.3419 7.71825 15.1865 7.49512C14.5512 6.01251 13.6602 4.73821 12.75 3.74707V7.91602ZM9.09863 4.00781C7.75188 4.49683 6.56506 5.31783 5.63379 6.37012C6.09381 6.64946 6.66061 6.93072 7.31934 7.17773C7.79595 5.99524 8.4203 4.93108 9.09863 4.00781ZM14.9004 4.00781C15.5519 4.89444 16.1543 5.91046 16.623 7.03711C17.1727 6.83088 17.7316 6.58427 18.2998 6.29492C17.3786 5.27832 16.2154 4.48515 14.9004 4.00781Z",fill:"currentColor"}))},helpFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 15.75C11.4477 15.75 11 16.1977 11 16.75C11 17.3023 11.4477 17.75 12 17.75C12.5523 17.75 13 17.3023 13 16.75C13 16.1977 12.5523 15.75 12 15.75ZM12 5.625C10.5844 5.625 9.61212 6.17361 9.01172 6.93164C8.43765 7.65648 8.25 8.51255 8.25 9.10254C8.25014 9.51663 8.58588 9.85254 9 9.85254C9.41412 9.85254 9.74986 9.51663 9.75 9.10254C9.75 8.78348 9.86166 8.27478 10.1875 7.86328C10.4871 7.485 11.0157 7.125 12 7.125C12.9843 7.125 13.5129 7.485 13.8125 7.86328C14.1383 8.27478 14.25 8.78348 14.25 9.10254C14.2499 9.68017 13.9247 10.6843 12.7969 10.9844C12.0595 11.1807 11.2502 11.8236 11.25 12.8291V13.875C11.25 14.2892 11.5858 14.625 12 14.625C12.4142 14.625 12.75 14.2892 12.75 13.875V12.8291C12.7501 12.7716 12.7715 12.7043 12.8428 12.6279C12.9188 12.5466 13.039 12.4719 13.1826 12.4336C15.2172 11.8923 15.7499 10.0616 15.75 9.10254C15.75 8.51255 15.5624 7.65648 14.9883 6.93164C14.3879 6.17361 13.4156 5.625 12 5.625Z",fill:"currentColor"}))},helpOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 15.75C12.5522 15.7501 13 16.1978 13 16.75C12.9999 17.3021 12.5521 17.7499 12 17.75C11.4478 17.75 11.0001 17.3022 11 16.75C11 16.1977 11.4477 15.75 12 15.75Z",fill:"currentColor"}),C("path",{d:"M12 5.625C13.4155 5.62505 14.3879 6.17365 14.9883 6.93164C15.5622 7.65643 15.75 8.51261 15.75 9.10254C15.7498 10.0616 15.2169 11.8923 13.1826 12.4336C13.039 12.4719 12.9188 12.5466 12.8428 12.6279C12.7715 12.7043 12.7501 12.7716 12.75 12.8291V13.875C12.7499 14.2891 12.4141 14.6249 12 14.625C11.5859 14.625 11.2501 14.2891 11.25 13.875V12.8291C11.2502 11.8236 12.0595 11.1807 12.7969 10.9844C13.9244 10.6843 14.2498 9.68018 14.25 9.10254C14.25 8.78353 14.1382 8.27475 13.8125 7.86328C13.5129 7.48502 12.9842 7.12504 12 7.125C11.0157 7.125 10.4871 7.485 10.1875 7.86328C9.86168 8.27478 9.75 8.78348 9.75 9.10254C9.74975 9.51648 9.41397 9.85244 9 9.85254C8.58594 9.85254 8.25025 9.51654 8.25 9.10254C8.25 8.51256 8.43767 7.65647 9.01172 6.93164C9.61212 6.17361 10.5844 5.625 12 5.625Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 1.0498C18.0474 1.04991 22.9502 5.95255 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95255 22.9502 1.04991 18.0474 1.0498 12C1.0498 5.95248 5.95248 1.0498 12 1.0498ZM12 2.5498C6.78091 2.5498 2.5498 6.78091 2.5498 12C2.54991 17.219 6.78097 21.4502 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4502 6.78097 17.219 2.54991 12 2.5498Z",fill:"currentColor"}))},history:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M4.03158 6.42485C6.84851 2.27052 12.4085 0.83851 16.9261 3.26665C21.7495 5.85932 23.5579 11.871 20.9652 16.6944C18.3724 21.5175 12.3607 23.326 7.53744 20.7334C6.16856 19.9976 5.04122 18.9844 4.18881 17.8008C3.94694 17.4648 4.02287 16.996 4.35873 16.754C4.6948 16.512 5.16452 16.5879 5.40658 16.9239C6.1288 17.9266 7.08352 18.7865 8.24741 19.4122C12.3409 21.6125 17.4433 20.0777 19.6439 15.9844C21.8443 11.8908 20.3098 6.78842 16.2162 4.58794C12.319 2.49324 7.50996 3.78468 5.15854 7.44536L7.62826 7.32426C8.04197 7.30373 8.39484 7.62247 8.41537 8.03618C8.43579 8.44979 8.11611 8.80178 7.70248 8.82231L3.85287 9.01274C3.55369 9.02734 3.27959 8.86299 3.1478 8.60258L3.09994 8.48637L1.88412 4.55278C1.76185 4.15702 1.98446 3.73658 2.38022 3.6143C2.77581 3.49235 3.19447 3.71389 3.31674 4.10942L4.03158 6.42485Z",fill:"currentColor"}),C("path",{d:"M12.3167 6.76469C12.7309 6.76469 13.0667 7.10055 13.0667 7.51469V12.0547C13.0668 12.3134 13.1468 12.5663 13.2962 12.7774L14.929 15.0811C15.1684 15.4191 15.0883 15.8876 14.7503 16.127C14.4123 16.3662 13.9438 16.2862 13.7044 15.9483L12.0726 13.6446C11.7436 13.18 11.5668 12.624 11.5667 12.0547V7.51469C11.5668 7.10068 11.9028 6.7649 12.3167 6.76469Z",fill:"currentColor"}))},imageFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M7.34277 10.165C7.43716 10.078 7.58268 10.0769 7.67871 10.1621L15.3535 16.9844C16.0043 17.5629 16.9817 17.575 17.6465 17.0127L22 13.3281V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V15.0967L7.34277 10.165ZM20 2C21.1046 2 22 2.89543 22 4V11.3633L16.6777 15.8672C16.5828 15.9475 16.4426 15.9459 16.3496 15.8633L8.67578 9.04102C8.00336 8.44333 6.98628 8.45327 6.3252 9.06348L2 13.0557V4C2 2.89543 2.89543 2 4 2H20ZM16.25 6C15.0074 6 14 7.00736 14 8.25C14 9.49264 15.0074 10.5 16.25 10.5C17.4926 10.5 18.5 9.49264 18.5 8.25C18.5 7.00736 17.4926 6 16.25 6Z",fill:"currentColor"}))},imageOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15.5 6.25C16.7426 6.25 17.75 7.25736 17.75 8.5C17.75 9.74264 16.7426 10.75 15.5 10.75C14.2574 10.75 13.25 9.74264 13.25 8.5C13.25 7.25736 14.2574 6.25 15.5 6.25ZM15.5 7.75C15.0858 7.75 14.75 8.08579 14.75 8.5C14.75 8.91421 15.0858 9.25 15.5 9.25C15.9142 9.25 16.25 8.91421 16.25 8.5C16.25 8.08579 15.9142 7.75 15.5 7.75Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.2002 2.0498C20.7187 2.05002 21.9501 3.28123 21.9502 4.7998V19.2002C21.95 20.7187 20.7187 21.95 19.2002 21.9502H4.7998C3.28124 21.9501 2.05001 20.7187 2.0498 19.2002V4.7998C2.0499 3.28117 3.28117 2.0499 4.7998 2.0498H19.2002ZM7.66602 10.1514C7.57129 10.0672 7.42871 10.0672 7.33398 10.1514L3.5498 13.5137V19.2002C3.55001 19.8903 4.10966 20.4501 4.7998 20.4502H19.2002C19.8902 20.45 20.45 19.8902 20.4502 19.2002V14.877L17.6172 17.0811C16.9513 17.599 16.0104 17.5683 15.3799 17.0078L7.66602 10.1514ZM4.7998 3.5498C4.1096 3.5499 3.5499 4.10959 3.5498 4.7998V11.5078L6.33691 9.03027C6.99996 8.4409 8.00004 8.4409 8.66309 9.03027L16.377 15.8867C16.467 15.9666 16.6012 15.9714 16.6963 15.8975L20.4502 12.9766V4.7998C20.4501 4.10966 19.8903 3.55002 19.2002 3.5498H4.7998Z",fill:"currentColor"}))},inline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.0801 2.0498C11.4941 2.04995 11.83 2.38577 11.8301 2.7998C11.8301 3.21393 11.4942 3.54966 11.0801 3.5498H3.7998C3.66191 3.54994 3.5499 3.6619 3.5498 3.7998V20.2002C3.55001 20.338 3.66197 20.4501 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4503 12.5059 20.7862 12.1701 21.2002 12.1699C21.6142 12.1701 21.9501 12.5059 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83355 21.9501 2.05001 21.1664 2.0498 20.2002V3.7998C2.0499 2.83347 2.83348 2.04994 3.7998 2.0498H11.0801Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.3252 4.66699C19.5765 4.21659 20.0655 4.07962 20.4551 4.17578C20.858 4.27538 21.248 4.65457 21.2051 5.21094L21.1475 5.79199C20.9808 7.18748 20.5611 8.83543 19.5479 10.2197C18.424 11.755 16.6276 12.8864 13.8779 13.0596V15.8457C13.8779 16.7061 12.8828 17.1403 12.2539 16.6279L12.1328 16.5127L7.59082 11.4375C7.25096 11.0578 7.25096 10.4832 7.59082 10.1035L12.1328 5.0293C12.7449 4.34543 13.8779 4.77847 13.8779 5.69629V8.55957C15.0735 8.59246 17.4617 8.00699 19.3252 4.66699ZM9.00684 10.7715L12.3779 14.5381V12.583C12.3781 12.0114 12.8468 11.5923 13.3662 11.5811C15.9616 11.5247 17.4486 10.5489 18.3379 9.33398C18.787 8.72044 19.0992 8.02407 19.3135 7.31152C17.0812 9.91545 14.4914 10.247 13.166 9.9873C12.6634 9.8888 12.3779 9.44604 12.3779 9.01953V7.00488L9.00684 10.7715Z",fill:"currentColor"}))},line:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M4.25 13C4.66421 13 5 13.3358 5 13.75V21.25C5 21.6642 4.66421 22 4.25 22H2.75C2.33579 22 2 21.6642 2 21.25V13.75C2 13.3358 2.33579 13 2.75 13H4.25Z",fill:"currentColor"}),C("path",{d:"M12.75 13C13.1642 13 13.5 13.3358 13.5 13.75V21.25C13.5 21.6642 13.1642 22 12.75 22H11.25C10.8358 22 10.5 21.6642 10.5 21.25V13.75C10.5 13.3358 10.8358 13 11.25 13H12.75Z",fill:"currentColor"}),C("path",{d:"M4.25 2C4.66421 2 5 2.33579 5 2.75V10.25C5 10.6642 4.66421 11 4.25 11H2.75C2.33579 11 2 10.6642 2 10.25V2.75C2 2.33579 2.33579 2 2.75 2H4.25Z",fill:"currentColor"}),C("path",{d:"M12.75 2C13.1642 2 13.5 2.33579 13.5 2.75V10.25C13.5 10.6642 13.1642 11 12.75 11H11.25C10.8358 11 10.5 10.6642 10.5 10.25V2.75C10.5 2.33579 10.8358 2 11.25 2H12.75Z",fill:"currentColor"}),C("path",{d:"M21.25 2C21.6642 2 22 2.33579 22 2.75V10.25C22 10.6642 21.6642 11 21.25 11H19.75C19.3358 11 19 10.6642 19 10.25V2.75C19 2.33579 19.3358 2 19.75 2H21.25Z",fill:"currentColor"}))},location:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.9583 22.5159C12.4583 23.1614 11.5 23.1614 11 22.5159C8.875 19.7188 4 13.0489 4 9.2621C4 4.70073 7.58333 1 12 1C16.4167 1 20 4.70073 20 9.2621C20 13.0489 15.125 19.7188 12.9583 22.5159ZM12 12.0161C13.4583 12.0161 14.6667 10.8112 14.6667 9.2621C14.6667 7.75599 13.4583 6.50807 12 6.50807C10.5 6.50807 9.33333 7.75599 9.33333 9.2621C9.33333 10.8112 10.5 12.0161 12 12.0161Z",fill:"currentColor"}))},logout:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.7899 2.0498C13.7563 2.0498 14.5398 2.83339 14.5399 3.7998V7.70605C14.5399 8.12027 14.2041 8.45605 13.7899 8.45605C13.3757 8.45596 13.0399 8.12021 13.0399 7.70605V3.7998C13.0398 3.66182 12.9279 3.5498 12.7899 3.5498H3.78986C3.65193 3.5499 3.53995 3.66188 3.53986 3.7998V20.2002C3.54007 20.338 3.652 20.4501 3.78986 20.4502H12.7899C12.9278 20.4502 13.0396 20.3381 13.0399 20.2002V16.5996C13.0401 16.1856 13.3759 15.8497 13.7899 15.8496C14.2039 15.8496 14.5397 16.1856 14.5399 16.5996V20.2002C14.5396 21.1665 13.7562 21.9502 12.7899 21.9502H3.78986C2.82357 21.9501 2.04007 21.1665 2.03986 20.2002V3.7998C2.03995 2.83345 2.8235 2.0499 3.78986 2.0498H12.7899Z",fill:"currentColor"}),C("path",{d:"M16.5877 6.58594C16.9098 6.3258 17.3821 6.37537 17.6424 6.69727L21.7938 11.8379L21.867 11.9473C22.0127 12.2111 21.9874 12.5428 21.7918 12.7832L17.658 17.8633C17.3966 18.1846 16.9236 18.234 16.6024 17.9727C16.2812 17.7113 16.2329 17.2383 16.494 16.917L19.6356 13.0557L8.6004 13.0381C8.18644 13.0372 7.85084 12.7011 7.85138 12.2871C7.85215 11.873 8.18925 11.5375 8.60333 11.5381L19.6385 11.5557L16.4754 7.64062C16.2153 7.31848 16.2658 6.84621 16.5877 6.58594Z",fill:"currentColor"}))},minus:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H20Z",fill:"currentColor"}))},new:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20 2C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20ZM7.5 6.75V17.25H9.99902V11.082H10.0713L14.374 17.25H16.5V6.75H14.0059V12.9072H13.918L9.66211 6.75H7.5Z",fill:"currentColor"}))},notificationFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 15.5C11.4477 15.5 11 15.9477 11 16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5C13 15.9477 12.5523 15.5 12 15.5ZM12 6.375C11.5858 6.375 11.25 6.71079 11.25 7.125V13.125C11.25 13.5392 11.5858 13.875 12 13.875C12.4142 13.875 12.75 13.5392 12.75 13.125V7.125C12.75 6.71079 12.4142 6.375 12 6.375Z",fill:"currentColor"}))},notificationOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 15.5C12.5523 15.5 13 15.9477 13 16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5C11 15.9477 11.4477 15.5 12 15.5Z",fill:"currentColor"}),C("path",{d:"M12 6.375C12.4142 6.375 12.75 6.71079 12.75 7.125V13.125C12.75 13.5392 12.4142 13.875 12 13.875C11.5858 13.875 11.25 13.5392 11.25 13.125V7.125C11.25 6.71079 11.5858 6.375 12 6.375Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 1.0498C18.0474 1.04991 22.9501 5.95264 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95263 22.9501 1.04991 18.0474 1.0498 12C1.04991 5.95263 5.95263 1.0499 12 1.0498ZM12 2.5498C6.78106 2.5499 2.54991 6.78106 2.5498 12C2.54991 17.2189 6.78106 21.4501 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4501 6.78107 17.2189 2.54991 12 2.5498Z",fill:"currentColor"}))},notion:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M5.44865 5.18238C6.0973 5.71282 6.33977 5.67237 7.5583 5.58993L19.0378 4.89616C19.2819 4.89616 19.0795 4.65194 18.9977 4.61149L17.0903 3.22239C16.7259 2.93617 16.2394 2.60951 15.3066 2.69195L4.18996 3.50861C3.78533 3.54906 3.70347 3.75283 3.86564 3.91616L5.44865 5.18238ZM6.13745 7.87658V20.0425C6.13745 20.6958 6.46178 20.9416 7.19228 20.9012L19.81 20.1654C20.539 20.1249 20.6208 19.6754 20.6208 19.145V7.05992C20.6208 6.53103 20.4185 6.24326 19.9722 6.2837L6.7861 7.05992C6.29961 7.10036 6.13745 7.34614 6.13745 7.87658ZM18.5931 8.52991C18.6734 8.89702 18.5931 9.26413 18.227 9.30613L17.6185 9.42746V18.4092C17.0919 18.6954 16.6039 18.8603 16.1977 18.8603C15.549 18.8603 15.3869 18.655 14.9004 18.0421L10.9236 11.7546V17.8383L12.1822 18.1245C12.1822 18.1245 12.1822 18.8587 11.1676 18.8587L8.36911 19.0221C8.28726 18.8587 8.36911 18.4512 8.65328 18.3687L9.38224 18.1665V10.1212L8.37066 10.0403C8.2888 9.67324 8.49112 9.1428 9.05946 9.1008L12.0618 8.89858L16.2008 15.267V9.63279L15.1459 9.5099C15.0641 9.06035 15.3884 8.73369 15.7946 8.69324L18.5946 8.52991H18.5931ZM3.25714 2.40573L14.8201 1.54862C16.2394 1.42418 16.6039 1.50818 17.4965 2.16151L21.1876 4.77482C21.7977 5.22282 22 5.34571 22 5.83571V20.1654C22 21.0645 21.6757 21.5965 20.539 21.6758L7.11197 22.4925C6.25946 22.5345 5.85328 22.4116 5.40695 21.8392L2.6888 18.2878C2.20232 17.6345 2 17.1445 2 16.5721V3.83372C2 3.0995 2.32432 2.48662 3.25714 2.40573Z",fill:"currentColor"}))},outline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.0801 2.0498C11.4942 2.04995 11.8301 2.38568 11.8301 2.7998C11.8301 3.21393 11.4942 3.54966 11.0801 3.5498H3.7998C3.66173 3.5498 3.5498 3.66173 3.5498 3.7998V20.2002C3.55001 20.3381 3.66186 20.4502 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4502 12.5057 20.786 12.1699 21.2002 12.1699C21.6142 12.1701 21.9502 12.5058 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83344 21.9502 2.05001 21.1665 2.0498 20.2002V3.7998C2.0498 2.83331 2.83331 2.0498 3.7998 2.0498H11.0801Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.6221 3.6543C14.6221 2.7939 15.6172 2.35966 16.2461 2.87207L16.3672 2.9873L20.9092 8.0625C21.2489 8.44219 21.249 9.01686 20.9092 9.39648L16.3672 14.4707C15.7551 15.1545 14.6222 14.7214 14.6221 13.8037V10.9404C13.4265 10.9075 11.0383 11.493 9.1748 14.833C8.92355 15.2833 8.43442 15.4203 8.04492 15.3242C7.64205 15.2246 7.2521 14.8453 7.29492 14.2891L7.35254 13.708C7.51917 12.3125 7.93893 10.6646 8.95215 9.28027C10.076 7.74497 11.8724 6.61358 14.6221 6.44043V3.6543ZM16.1221 6.91699C16.1218 7.48846 15.653 7.90758 15.1338 7.91895C12.5384 7.97534 11.0514 8.95111 10.1621 10.166C9.71303 10.7796 9.40079 11.4759 9.18652 12.1885C11.4188 9.58455 14.0086 9.253 15.334 9.5127C15.8365 9.61128 16.1221 10.054 16.1221 10.4805V12.4951L19.4932 8.72852L16.1221 4.96191V6.91699Z",fill:"currentColor"}))},pageEdit:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.0801 2.0498C11.4941 2.04995 11.83 2.38577 11.8301 2.7998C11.8301 3.21393 11.4942 3.54966 11.0801 3.5498H3.7998C3.66188 3.54991 3.5499 3.66188 3.5498 3.7998V20.2002C3.55001 20.338 3.66195 20.4501 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4503 12.5059 20.7861 12.17 21.2002 12.1699C21.6142 12.1701 21.9501 12.5059 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83353 21.9501 2.05001 21.1665 2.0498 20.2002V3.7998C2.0499 2.83346 2.83346 2.04991 3.7998 2.0498H11.0801Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17.2109 2.7373C17.7019 2.33686 18.4261 2.36563 18.8838 2.82324L21.1768 5.11621C21.6649 5.60436 21.6649 6.39564 21.1768 6.88379L12.6768 15.3838C12.4424 15.6182 12.1245 15.75 11.793 15.75H9.5C8.80964 15.75 8.25 15.1904 8.25 14.5V12.207C8.25002 11.8755 8.38181 11.5576 8.61621 11.3232L17.1162 2.82324L17.2109 2.7373ZM9.75 12.3105V14.25H11.6895L19.9395 6L18 4.06055L9.75 12.3105Z",fill:"currentColor"}))},pageMove:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.0303 2C11.4443 2.00015 11.7802 2.33596 11.7803 2.75C11.7803 3.16412 11.4444 3.49985 11.0303 3.5H3.75C3.61208 3.50011 3.5001 3.61208 3.5 3.75V20.1504C3.50021 20.2882 3.61215 20.4003 3.75 20.4004H20.1504C20.2882 20.4002 20.4002 20.2882 20.4004 20.1504V12.8701C20.4005 12.4561 20.7363 12.1202 21.1504 12.1201C21.5644 12.1203 21.9003 12.4561 21.9004 12.8701V20.1504C21.9002 21.1166 21.1166 21.9002 20.1504 21.9004H3.75C2.78372 21.9003 2.00021 21.1166 2 20.1504V3.75C2.0001 2.78365 2.78365 2.00011 3.75 2H11.0303Z",fill:"currentColor"}),C("path",{d:"M19.9502 3.2002C20.3644 3.2002 20.7002 3.53598 20.7002 3.9502V8.5332C20.7002 8.94742 20.3644 9.2832 19.9502 9.2832C19.536 9.2832 19.2002 8.94742 19.2002 8.5332V5.76074L9.48047 15.4805C9.18758 15.7734 8.71282 15.7734 8.41992 15.4805C8.12703 15.1876 8.12703 14.7128 8.41992 14.4199L18.1396 4.7002H14.4502C14.036 4.7002 13.7002 4.36441 13.7002 3.9502C13.7002 3.53598 14.036 3.2002 14.4502 3.2002H19.9502Z",fill:"currentColor"}))},pdf:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.1797 6.87695C11.4061 6.82573 11.6711 6.86636 11.875 7.06543C11.9347 7.12378 11.9793 7.19655 12.0039 7.27637C12.4216 8.63633 12.3322 10.08 11.9766 11.4404C12.1014 11.6056 12.2402 11.7758 12.3955 11.9492C12.7514 12.3465 13.0857 12.6781 13.3965 12.9541C14.1016 12.8052 14.7041 12.7601 15.2148 12.792C16.4346 12.8682 17.1997 13.3953 17.4629 14.0371C17.5303 14.2016 17.5046 14.3901 17.3965 14.5312C17.0163 15.0263 16.2645 15.3668 15.2656 15.1533C14.6465 15.021 13.9371 14.6791 13.1387 14.0439C12.3609 14.2497 11.4279 14.5925 10.3203 15.1289C9.71521 16.0649 9.05595 16.8354 8.48535 17.3076C8.18934 17.5525 7.86476 17.763 7.55078 17.832C7.38638 17.8681 7.17884 17.8751 6.97754 17.7773C6.76533 17.6741 6.6383 17.4923 6.57422 17.3047C6.41329 16.8328 6.53139 16.3944 6.76562 16.041C6.99028 15.7024 7.33148 15.4202 7.68359 15.1924C8.30393 14.7911 9.06997 14.4854 9.65918 14.3018C10.1517 13.4941 10.5887 12.5773 10.8848 11.625C10.0705 10.3811 9.89538 9.2681 10.0508 8.41504C10.1465 7.89052 10.3704 7.45813 10.6523 7.18262C10.7911 7.0472 10.9703 6.92448 11.1797 6.87695ZM8.22656 16.0322C7.92821 16.2253 7.71507 16.4174 7.59863 16.5928C7.55409 16.6599 7.52902 16.7208 7.51465 16.7754C7.60106 16.7255 7.71281 16.6496 7.84766 16.5381C8.05763 16.3643 8.29203 16.1303 8.53809 15.8486C8.43046 15.9074 8.32518 15.9684 8.22656 16.0322ZM14.5391 13.7949C14.9007 14.0019 15.2125 14.1197 15.4746 14.1758C15.8409 14.2541 16.1087 14.2138 16.2959 14.1387C16.0903 13.9839 15.7376 13.8266 15.1523 13.79C14.9689 13.7786 14.7646 13.7788 14.5391 13.7949ZM11.6143 12.5732C11.4727 12.9491 11.3163 13.3152 11.1465 13.665C11.5386 13.5058 11.9101 13.3714 12.2607 13.2588C12.0623 13.0623 11.8592 12.8481 11.6514 12.6162C11.6387 12.6021 11.6267 12.5873 11.6143 12.5732ZM11.1855 8.13574C11.1255 8.25337 11.0695 8.40582 11.0352 8.59375C10.9666 8.96992 10.9859 9.48657 11.2217 10.1123C11.3075 9.4441 11.3052 8.7772 11.1855 8.13574Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.1592 2.0498C14.6213 2.0499 15.0648 2.23283 15.3926 2.55859L19.4336 6.57422C19.764 6.90262 19.9501 7.34957 19.9502 7.81543V20.2002C19.95 21.1664 19.1664 21.95 18.2002 21.9502H5.7998C4.83344 21.9502 4.05001 21.1665 4.0498 20.2002V3.7998C4.0498 2.83331 4.83331 2.0498 5.7998 2.0498H14.1592ZM5.7998 3.5498C5.66173 3.5498 5.5498 3.66173 5.5498 3.7998V20.2002C5.55001 20.3381 5.66186 20.4502 5.7998 20.4502H18.2002C18.338 20.45 18.45 20.338 18.4502 20.2002V8.25H14.75C14.1978 8.25 13.7501 7.8022 13.75 7.25V3.5498H5.7998ZM15.25 6.75H17.4814L15.25 4.53125V6.75Z",fill:"currentColor"}))},print:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M15.5 18C15.9142 18 16.25 18.3358 16.25 18.75C16.25 19.1642 15.9142 19.5 15.5 19.5H8.5C8.08579 19.5 7.75 19.1642 7.75 18.75C7.75 18.3358 8.08579 18 8.5 18H15.5Z",fill:"currentColor"}),C("path",{d:"M15.5 15.75C15.9142 15.75 16.25 16.0858 16.25 16.5C16.25 16.9142 15.9142 17.25 15.5 17.25H8.5C8.08579 17.25 7.75 16.9142 7.75 16.5C7.75 16.0858 8.08579 15.75 8.5 15.75H15.5Z",fill:"currentColor"}),C("path",{d:"M7 9.25C7.41421 9.25 7.75 9.58579 7.75 10C7.75 10.4142 7.41421 10.75 7 10.75H5C4.58579 10.75 4.25 10.4142 4.25 10C4.25 9.58579 4.58579 9.25 5 9.25H7Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17 2C17.9665 2 18.75 2.7835 18.75 3.75V6.75H20.25C21.2165 6.75 22 7.5335 22 8.5V16C22 16.9665 21.2165 17.75 20.25 17.75H18.75V20.25C18.75 21.2165 17.9665 22 17 22H7C6.0335 22 5.25 21.2165 5.25 20.25V17.75H3.75C2.7835 17.75 2 16.9665 2 16V8.5C2 7.5335 2.7835 6.75 3.75 6.75H5.25V3.75C5.25 2.7835 6.0335 2 7 2H17ZM6.75 20.25C6.75 20.3881 6.86193 20.5 7 20.5H17C17.1381 20.5 17.25 20.3881 17.25 20.25V14.5H6.75V20.25ZM3.75 8.25C3.61193 8.25 3.5 8.36193 3.5 8.5V16C3.5 16.1381 3.61193 16.25 3.75 16.25H5.25V14.5H4.5C4.08579 14.5 3.75 14.1642 3.75 13.75C3.75 13.3358 4.08579 13 4.5 13H19.5C19.9142 13 20.25 13.3358 20.25 13.75C20.25 14.1642 19.9142 14.5 19.5 14.5H18.75V16.25H20.25C20.3881 16.25 20.5 16.1381 20.5 16V8.5C20.5 8.36193 20.3881 8.25 20.25 8.25H3.75ZM7 3.5C6.86193 3.5 6.75 3.61193 6.75 3.75V6.75H17.25V3.75C17.25 3.61193 17.1381 3.5 17 3.5H7Z",fill:"currentColor"}))},remove:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M8.35254 10.7646C8.75858 10.6834 9.15395 10.9466 9.23535 11.3525L10.2354 16.3525C10.3166 16.7586 10.0534 17.1539 9.64746 17.2354C9.24142 17.3166 8.84605 17.0534 8.76465 16.6475L7.76465 11.6475C7.68344 11.2414 7.94658 10.8461 8.35254 10.7646Z",fill:"currentColor"}),C("path",{d:"M12 10.75C12.4142 10.75 12.75 11.0858 12.75 11.5V16.5C12.75 16.9142 12.4142 17.25 12 17.25C11.5858 17.25 11.25 16.9142 11.25 16.5V11.5C11.25 11.0858 11.5858 10.75 12 10.75Z",fill:"currentColor"}),C("path",{d:"M14.7646 11.3525C14.8461 10.9466 15.2414 10.6834 15.6475 10.7646C16.0534 10.8461 16.3166 11.2414 16.2354 11.6475L15.2354 16.6475C15.1539 17.0534 14.7586 17.3166 14.3525 17.2354C13.9466 17.1539 13.6834 16.7586 13.7646 16.3525L14.7646 11.3525Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2.0498C13.9664 2.0498 14.7499 2.8334 14.75 3.7998V4.25H20C20.4142 4.25 20.75 4.58579 20.75 5V8C20.75 8.41421 20.4142 8.75 20 8.75H19.6445L17.999 19.6123C17.7952 20.9565 16.6398 21.9502 15.2803 21.9502H8.71973C7.36018 21.9502 6.20481 20.9565 6.00098 19.6123L4.35547 8.75H4C3.58579 8.75 3.25 8.41421 3.25 8V5C3.25 4.58579 3.58579 4.25 4 4.25H8.75V3.7998C8.75011 2.8334 9.53357 2.0498 10.5 2.0498H13ZM7.48438 19.3877C7.57717 19.9985 8.10188 20.4502 8.71973 20.4502H15.2803C15.8981 20.4502 16.4228 19.9985 16.5156 19.3877L18.1279 8.75H5.87207L7.48438 19.3877ZM4.75 7.25H19.25V5.75H4.75V7.25ZM10.5 3.5498C10.362 3.5498 10.2501 3.66182 10.25 3.7998V4.25H13.25V3.7998C13.2499 3.66182 13.138 3.5498 13 3.5498H10.5Z",fill:"currentColor"}))},reset:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M9.93091 2.10514C10.3434 2.06784 10.708 2.37233 10.7454 2.78483C10.7825 3.19722 10.4781 3.56195 10.0657 3.59928C8.83502 3.71078 7.60958 4.09642 6.47876 4.77995C2.50149 7.18422 1.226 12.3573 3.63013 16.3346C6.03441 20.312 11.2074 21.5865 15.1848 19.1823C18.9718 16.893 20.3071 12.0951 18.3508 8.20768L17.1995 10.3971C17.0067 10.7636 16.5533 10.9052 16.1868 10.7126C15.8202 10.5197 15.6795 10.0655 15.8723 9.69889L17.6672 6.28776C17.807 6.02295 18.088 5.87027 18.3792 5.88932L18.5042 5.90788L22.509 6.86296C22.9116 6.95923 23.1606 7.36456 23.0647 7.76725C22.9685 8.16981 22.564 8.41773 22.1614 8.32194L19.804 7.75846C21.947 12.2975 20.3505 17.8131 15.9612 20.4665C11.2748 23.2993 5.17978 21.7964 2.34693 17.11C-0.485604 12.4238 1.01627 6.32858 5.7024 3.49577C7.03242 2.69182 8.47831 2.23667 9.93091 2.10514Z",fill:"currentColor"}))},robot:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M13 15.75C13.4142 15.75 13.75 16.0858 13.75 16.5C13.75 16.9142 13.4142 17.25 13 17.25H11C10.5858 17.25 10.25 16.9142 10.25 16.5C10.25 16.0858 10.5858 15.75 11 15.75H13Z",fill:"currentColor"}),C("path",{d:"M9.5 12.5C10.0523 12.5 10.5 12.9477 10.5 13.5C10.5 14.0523 10.0523 14.5 9.5 14.5C8.94772 14.5 8.5 14.0523 8.5 13.5C8.5 12.9477 8.94772 12.5 9.5 12.5Z",fill:"currentColor"}),C("path",{d:"M14.5 12.5C15.0523 12.5 15.5 12.9477 15.5 13.5C15.5 14.0523 15.0523 14.5 14.5 14.5C13.9477 14.5 13.5 14.0523 13.5 13.5C13.5 12.9477 13.9477 12.5 14.5 12.5Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 2.75C12.9665 2.75 13.75 3.5335 13.75 4.5C13.75 5.19772 13.3407 5.79804 12.75 6.0791V7.75H18C18.9665 7.75 19.75 8.5335 19.75 9.5V10.1621C20.2902 10.2125 20.9697 10.4289 21.5527 10.9326C22.2571 11.5413 22.75 12.5087 22.75 13.9004C22.7499 15.292 22.2571 16.2596 21.5527 16.8682C20.9698 17.3717 20.2901 17.5863 19.75 17.6367V19.5C19.75 20.4665 18.9665 21.25 18 21.25H6C5.0335 21.25 4.25 20.4665 4.25 19.5V17.6367C3.70992 17.5863 3.03022 17.3717 2.44727 16.8682C1.74287 16.2596 1.2501 15.292 1.25 13.9004C1.25 12.5087 1.74291 11.5413 2.44727 10.9326C3.0303 10.4289 3.70984 10.2125 4.25 10.1621V9.5C4.25 8.5335 5.0335 7.75 6 7.75H11.25V6.0791C10.6593 5.79804 10.25 5.19772 10.25 4.5C10.25 3.5335 11.0335 2.75 12 2.75ZM6 9.25C5.86193 9.25 5.75 9.36193 5.75 9.5V19.5C5.75 19.6381 5.86193 19.75 6 19.75H18C18.1381 19.75 18.25 19.6381 18.25 19.5V9.5C18.25 9.36193 18.1381 9.25 18 9.25H6ZM4.25 11.6748C4.00027 11.7214 3.69323 11.839 3.42773 12.0684C3.09069 12.3598 2.75 12.8927 2.75 13.9004C2.7501 14.908 3.09067 15.4411 3.42773 15.7324C3.69311 15.9616 4.00037 16.0774 4.25 16.124V11.6748ZM19.75 16.124C19.9996 16.0774 20.3069 15.9616 20.5723 15.7324C20.9093 15.4411 21.2499 14.908 21.25 13.9004C21.25 12.8927 20.9093 12.3598 20.5723 12.0684C20.3068 11.839 19.9997 11.7214 19.75 11.6748V16.124ZM12 4.25C11.8619 4.25 11.75 4.36193 11.75 4.5C11.75 4.63807 11.8619 4.75 12 4.75C12.1381 4.75 12.25 4.63807 12.25 4.5C12.25 4.36193 12.1381 4.25 12 4.25Z",fill:"currentColor"}))},row:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M4.25 2C4.66421 2 5 2.33579 5 2.75V21.25C5 21.6642 4.66421 22 4.25 22H2.75C2.33579 22 2 21.6642 2 21.25V2.75C2 2.33579 2.33579 2 2.75 2H4.25Z",fill:"currentColor"}),C("path",{d:"M12.75 2C13.1642 2 13.5 2.33579 13.5 2.75V21.25C13.5 21.6642 13.1642 22 12.75 22H11.25C10.8358 22 10.5 21.6642 10.5 21.25V2.75C10.5 2.33579 10.8358 2 11.25 2H12.75Z",fill:"currentColor"}),C("path",{d:"M21.25 2C21.6642 2 22 2.33579 22 2.75V21.25C22 21.6642 21.6642 22 21.25 22H19.75C19.3358 22 19 21.6642 19 21.25V2.75C19 2.33579 19.3358 2 19.75 2H21.25Z",fill:"currentColor"}))},save:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.1709 2.0498C16.9001 2.0498 17.6005 2.3399 18.1162 2.85547L21.1445 5.88379C21.6601 6.39941 21.9501 7.09898 21.9502 7.82812V19.2002C21.95 20.7187 20.7187 21.95 19.2002 21.9502H4.7998C3.28127 21.9501 2.05001 20.7187 2.0498 19.2002V4.7998C2.04994 3.28122 3.28121 2.04994 4.7998 2.0498H16.1709ZM4.7998 3.5498C4.10964 3.54994 3.54994 4.10964 3.5498 4.7998V19.2002C3.55001 19.8903 4.10969 20.4501 4.7998 20.4502H19.2002C19.8902 20.45 20.45 19.8902 20.4502 19.2002V7.82812C20.4501 7.4968 20.3182 7.17866 20.084 6.94434L17.0557 3.91602C16.965 3.82535 16.8618 3.74966 16.75 3.69141V6.5C16.75 7.4665 15.9665 8.25 15 8.25H8C7.0335 8.25 6.25 7.4665 6.25 6.5V3.5498H4.7998ZM17 10.25C17.9665 10.25 18.75 11.0335 18.75 12V18C18.75 18.9665 17.9665 19.75 17 19.75H7C6.0335 19.75 5.25 18.9665 5.25 18V12C5.25 11.0335 6.0335 10.25 7 10.25H17ZM7 11.75C6.86193 11.75 6.75 11.8619 6.75 12V18C6.75 18.1381 6.86193 18.25 7 18.25H17C17.1381 18.25 17.25 18.1381 17.25 18V12C17.25 11.8619 17.1381 11.75 17 11.75H7ZM7.75 6.5C7.75 6.63807 7.86193 6.75 8 6.75H15C15.1381 6.75 15.25 6.63807 15.25 6.5V3.5498H14.5V6H12.5V3.5498H7.75V6.5Z",fill:"currentColor"}))},search:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.1401 2.05029C15.6963 2.05049 19.3901 5.74407 19.3901 10.3003V11.1401C19.3901 13.1481 18.6716 14.9878 17.479 16.4185L21.73 20.6694C22.0229 20.9623 22.0229 21.4371 21.73 21.73C21.4371 22.0229 20.9623 22.0229 20.6694 21.73L16.4185 17.479C14.9878 18.6716 13.1481 19.3901 11.1401 19.3901H10.3003C5.74407 19.3901 2.05049 15.6963 2.05029 11.1401V10.3003C2.05029 5.74395 5.74395 2.05029 10.3003 2.05029H11.1401ZM10.3003 3.55029C6.57237 3.55029 3.55029 6.57237 3.55029 10.3003V11.1401C3.55049 14.8679 6.57249 17.8901 10.3003 17.8901H11.1401C14.8678 17.8899 17.8899 14.8678 17.8901 11.1401V10.3003C17.8901 6.57249 14.8679 3.55049 11.1401 3.55029H10.3003Z",fill:"currentColor"}))},setting:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M13.1858 1C13.5092 1 13.7985 1.2013 13.9074 1.5027L14.6839 3.65537C14.9622 3.72467 15.2009 3.79397 15.4033 3.86657C15.6244 3.94577 15.9093 4.06567 16.2613 4.22956L18.0696 3.27257C18.2172 3.19437 18.3862 3.16614 18.5512 3.19213C18.7162 3.21811 18.8683 3.2969 18.9848 3.41667L20.5753 5.06115C20.7865 5.28005 20.8459 5.60015 20.7271 5.87954L19.8791 7.86722C20.0198 8.12572 20.132 8.34681 20.2178 8.53161C20.3102 8.73291 20.4246 9.01011 20.561 9.3676L22.5377 10.2146C22.8346 10.3411 23.0183 10.6381 22.9985 10.956L22.8533 13.2385C22.8434 13.3867 22.7902 13.5288 22.7002 13.6471C22.6103 13.7654 22.4876 13.8547 22.3474 13.9039L20.4752 14.5694C20.4213 14.8279 20.3652 15.049 20.3058 15.236C20.21 15.5248 20.1006 15.8089 19.978 16.0874L20.9185 18.1664C20.9849 18.3125 21.0028 18.476 20.9695 18.6329C20.9363 18.7899 20.8536 18.9321 20.7337 19.0387L18.9452 20.6359C18.8274 20.7406 18.6804 20.8069 18.5239 20.8257C18.3674 20.8446 18.2089 20.8152 18.0696 20.7415L16.2261 19.7647C15.9377 19.9174 15.6401 20.0522 15.3351 20.1684L14.5299 20.4698L13.815 22.4497C13.762 22.5947 13.6664 22.7203 13.5408 22.81C13.4151 22.8998 13.2653 22.9494 13.111 22.9524L11.0211 22.9997C10.8626 23.0039 10.7068 22.9588 10.575 22.8708C10.4432 22.7827 10.342 22.656 10.2852 22.508L9.44261 20.2784C9.15513 20.1801 8.8705 20.0737 8.58904 19.9594C8.35884 19.8597 8.13211 19.7522 7.90927 19.6371L5.81934 20.5303C5.68163 20.589 5.52981 20.6065 5.38237 20.5805C5.23492 20.5545 5.09821 20.4862 4.98887 20.384L3.44232 18.9331C3.32718 18.8255 3.24876 18.6845 3.21817 18.5299C3.18757 18.3754 3.20634 18.2151 3.27183 18.0718L4.17049 16.1138C4.05098 15.8819 3.94017 15.6456 3.83831 15.4054C3.7194 15.1114 3.60936 14.8139 3.50832 14.5133L1.53939 13.9138C1.37934 13.8655 1.23975 13.7656 1.14229 13.6298C1.04483 13.4939 0.99495 13.3297 1.0004 13.1626L1.0774 11.0495C1.08288 10.9116 1.12595 10.7779 1.20195 10.6627C1.27795 10.5475 1.38398 10.4553 1.50859 10.3961L3.57431 9.4039C3.67001 9.053 3.75361 8.78021 3.82731 8.58111C3.93108 8.31518 4.04632 8.05387 4.17269 7.79792L3.27733 5.90594C3.20938 5.76227 3.18874 5.60074 3.21839 5.44459C3.24804 5.28845 3.32644 5.14573 3.44232 5.03695L4.98667 3.57837C5.09493 3.47626 5.23038 3.40761 5.37674 3.38068C5.5231 3.35375 5.67412 3.36969 5.81164 3.42657L7.89937 4.28896C8.13036 4.13496 8.33935 4.01067 8.52854 3.91057C8.75404 3.79067 9.05543 3.66527 9.43491 3.52997L10.1609 1.5049C10.2146 1.35669 10.3127 1.22867 10.4418 1.1383C10.571 1.04794 10.7248 0.999641 10.8825 1H13.1858ZM12.0264 8.72081C10.1928 8.72081 8.70674 10.1893 8.70674 12.0021C8.70674 13.8148 10.1928 15.2844 12.0264 15.2844C13.859 15.2844 15.345 13.8148 15.345 12.0021C15.345 10.1893 13.8601 8.72081 12.0264 8.72081Z",fill:"currentColor"}))},star:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.2607 1C12.3943 1 12.5045 1.10494 12.5107 1.23828L12.9258 10.3945L21.0645 6.17676C21.1829 6.11552 21.3286 6.1581 21.3955 6.27344L21.6572 6.72656C21.7236 6.84217 21.6875 6.98956 21.5752 7.06152L13.8535 11.999L21.5752 16.9385C21.6874 17.0104 21.7236 17.1578 21.6572 17.2734L21.3955 17.7266C21.3286 17.8419 21.1829 17.8844 21.0645 17.8232L12.9268 13.6055L12.5107 22.7617C12.5045 22.8951 12.3943 23 12.2607 23H11.7393C11.6057 23 11.4955 22.8951 11.4893 22.7617L11.0723 13.6055L2.93555 17.8232C2.81708 17.8844 2.67137 17.8419 2.60449 17.7266L2.34278 17.2734C2.2764 17.1578 2.31256 17.0104 2.42481 16.9385L10.1455 11.999L2.42481 7.06152C2.31253 6.98956 2.27637 6.84217 2.34278 6.72656L2.60449 6.27344C2.67139 6.1581 2.81708 6.11553 2.93555 6.17676L11.0723 10.3936L11.4893 1.23828C11.4955 1.10494 11.6057 1 11.7393 1H12.2607Z",fill:"currentColor"}))},synchronize:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M3.30769 10.8175C3.57806 10.5965 3.96606 10.5921 4.24226 10.8057L6.33991 12.4278C6.66706 12.6813 6.7261 13.1521 6.47272 13.4796C6.21918 13.8067 5.74841 13.8675 5.42097 13.6143L4.62116 12.9952C4.92795 14.8404 5.99601 17.3161 8.753 18.6602C12.4087 20.4424 15.8051 18.6615 17.0333 17.5479C17.34 17.2701 17.8136 17.2925 18.0919 17.5987C18.3701 17.9055 18.347 18.381 18.0401 18.6592C16.5549 20.0056 12.5074 22.16 8.09479 20.0089C4.62913 18.3191 3.39551 15.1712 3.09675 12.9298L2.27546 13.6016C1.95491 13.8639 1.48116 13.8165 1.21882 13.4962C0.956723 13.1758 1.00408 12.7028 1.32429 12.4405L3.30769 10.8175Z",fill:"currentColor"}),C("path",{d:"M5.96003 5.34089C7.44498 3.99457 11.4916 1.83985 15.9044 3.99128C19.3702 5.68114 20.6036 8.82876 20.9024 11.0704L21.7247 10.3985C22.0452 10.1363 22.518 10.1837 22.7803 10.504C23.0426 10.8245 22.9953 11.2973 22.6749 11.5596L20.6915 13.1827C20.4211 13.4035 20.034 13.408 19.7579 13.1944L17.6602 11.5723C17.333 11.3189 17.2732 10.8481 17.5264 10.5206C17.78 10.1931 18.2516 10.1324 18.5792 10.3858L19.379 11.005C19.0722 9.15965 18.0042 6.68321 15.2471 5.33893C11.5915 3.55662 8.19499 5.33864 6.96687 6.45222C6.66013 6.72978 6.1864 6.70667 5.90827 6.40046C5.63009 6.09371 5.65335 5.61916 5.96003 5.34089Z",fill:"currentColor"}))},updown:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M6.00051 2.44141C6.2852 2.18705 6.71591 2.18689 7.00051 2.44141L11.5005 6.46582C11.8087 6.74194 11.8348 7.21583 11.5591 7.52441C11.283 7.83283 10.8092 7.8588 10.5005 7.58301L7.25051 4.67676V21C7.25051 21.4141 6.9145 21.7497 6.50051 21.75C6.0863 21.75 5.75051 21.4142 5.75051 21V4.67676L2.50051 7.58301C2.19192 7.85898 1.7181 7.8327 1.44192 7.52441C1.16587 7.21575 1.192 6.74198 1.50051 6.46582L6.00051 2.44141Z",fill:"currentColor"}),C("path",{d:"M17.5005 2.25C17.9145 2.25026 18.2505 2.58595 18.2505 3V19.3232L21.5005 16.417C21.8092 16.1412 22.283 16.1672 22.5591 16.4756C22.8348 16.7842 22.8087 17.2581 22.5005 17.5342L18.0005 21.5586C17.7159 21.8131 17.2852 21.813 17.0005 21.5586L12.5005 17.5342C12.192 17.258 12.1659 16.7843 12.4419 16.4756C12.7181 16.1673 13.1919 16.141 13.5005 16.417L16.7505 19.3232V3C16.7505 2.58579 17.0863 2.25 17.5005 2.25Z",fill:"currentColor"}))},user:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 12C9.78125 12 8 10.2188 8 8C8 5.8125 9.78125 4 12 4C14.1875 4 16 5.8125 16 8C16 10.2188 14.1875 12 12 12ZM10.5625 13.5H13.4062C16.5 13.5 19 16 19 19.0938C19 19.5938 18.5625 20 18.0625 20H5.90625C5.40625 20 5 19.5938 5 19.0938C5 16 7.46875 13.5 10.5625 13.5Z",fill:"currentColor"}))},visibilityOff:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.005 6.49997C14.765 6.49997 17.005 8.73997 17.005 11.5C17.005 12.0334 16.9175 12.5399 16.7589 13.0195C16.696 13.2099 16.7371 13.4221 16.8789 13.5639L19.2419 15.9269C19.4249 16.1098 19.718 16.1238 19.9101 15.9506C21.0646 14.9093 22.012 13.6433 22.6833 12.222C22.8991 11.7649 22.8987 11.2351 22.6824 10.7782C20.7868 6.77297 16.7164 3.99997 11.995 3.99997C10.8718 3.99997 9.78726 4.16089 8.76197 4.45689C8.41038 4.5584 8.31181 4.99675 8.57057 5.25552L9.94113 6.62608C10.0829 6.7679 10.2951 6.80902 10.4855 6.74607C10.9651 6.58753 11.4716 6.49997 12.005 6.49997ZM2.64003 3.13497C2.28933 3.48568 2.28933 4.05427 2.64003 4.40497L4.34436 6.10931C4.55708 6.32203 4.53453 6.6725 4.3061 6.86825C3.05274 7.94231 2.03087 9.27279 1.31825 10.777C1.10145 11.2347 1.10158 11.7654 1.31827 12.2231C3.21416 16.2276 7.28421 19 12.005 19C13.4381 19 14.8113 18.7435 16.0772 18.2781C16.265 18.2091 16.4767 18.2517 16.6182 18.3931L16.805 18.58L19.0995 20.8666C19.4507 21.2166 20.0189 21.2161 20.3695 20.8655C20.7205 20.5145 20.7205 19.9454 20.3695 19.5944L3.91003 3.13497C3.55933 2.78427 2.99073 2.78427 2.64003 3.13497ZM7.26719 9.94414C7.37767 9.6199 7.78645 9.5514 8.02867 9.79361L8.88746 10.6524C9.01024 10.7752 9.05723 10.9524 9.0326 11.1243C9.01484 11.2483 9.00503 11.3741 9.00503 11.5C9.00503 13.16 10.345 14.5 12.005 14.5C12.1309 14.5 12.2567 14.4902 12.3807 14.4724C12.5526 14.4478 12.7298 14.4948 12.8526 14.6175L13.7114 15.4763C13.9536 15.7185 13.8851 16.1273 13.5609 16.2378C13.0704 16.4049 12.5496 16.5 12.005 16.5C9.24503 16.5 7.00503 14.26 7.00503 11.5C7.00503 10.9554 7.10006 10.4346 7.26719 9.94414ZM12.015 8.50997C11.9492 8.51385 11.9188 8.59373 11.9654 8.64039L14.881 11.556C14.9274 11.6024 15.0069 11.5751 15.015 11.51C15.015 9.84997 13.675 8.50997 12.015 8.50997Z",fill:"currentColor"}))},visibilityOn:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12.0001 9C13.66 9.00011 15.0001 10.3401 15.0001 12C15.0001 13.6599 13.66 14.9999 12.0001 15C10.3401 15 9.00013 13.66 9.00013 12C9.00013 11.6916 9.04599 11.3941 9.13197 11.1143C9.36671 11.6362 9.8907 12 10.5001 12C11.3285 11.9999 12.0001 11.3284 12.0001 10.5C12.0001 9.8906 11.6363 9.3666 11.1144 9.13184C11.3941 9.04589 11.6918 9 12.0001 9Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.0001 4.5C16.7207 4.50008 20.7907 7.27215 22.6867 11.2764C22.9034 11.7341 22.9034 12.2659 22.6867 12.7236C20.7907 16.7279 16.7207 19.4999 12.0001 19.5C7.27956 19.5 3.20962 16.7278 1.31361 12.7236C1.09688 12.2659 1.09688 11.7341 1.31361 11.2764C3.20962 7.27217 7.27956 4.5 12.0001 4.5ZM12.0001 7C9.24013 7 7.00013 9.24 7.00013 12C7.00013 14.76 9.24013 17 12.0001 17C14.76 16.9999 17.0001 14.7599 17.0001 12C17.0001 9.24007 14.76 7.00011 12.0001 7Z",fill:"currentColor"}))},warehouseFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.5791 3.79443C11.8489 3.68392 12.1511 3.68392 12.4209 3.79443L21.3105 7.437C21.7277 7.60805 22 8.01449 22 8.46532V19.7329C21.9998 20.0396 21.751 20.2886 21.4443 20.2886H19.8887C19.5821 20.2884 19.3332 20.0395 19.333 19.7329V10.8433C19.3328 10.2299 18.836 9.73314 18.2227 9.7329H5.77734C5.16402 9.73314 4.6672 10.2299 4.66699 10.8433V19.7329C4.66679 20.0395 4.41793 20.2885 4.11133 20.2886H2.55566C2.24896 20.2886 2.0002 20.0396 2 19.7329V8.46532C2 8.01449 2.27234 7.60806 2.68945 7.437L11.5791 3.79443Z",fill:"currentColor"}),C("path",{d:"M17.5557 18.0659C17.8625 18.066 18.1113 18.3148 18.1113 18.6216V19.7329C18.1111 20.0395 17.8623 20.2885 17.5557 20.2886H6.44434C6.13769 20.2885 5.88886 20.0395 5.88867 19.7329V18.6216C5.88867 18.3148 6.13757 18.066 6.44434 18.0659H17.5557Z",fill:"currentColor"}),C("path",{d:"M17.5557 14.1772C17.8625 14.1773 18.1113 14.4261 18.1113 14.7329V16.3989C18.1113 16.7057 17.8625 16.9545 17.5557 16.9546H6.44434C6.13757 16.9545 5.88867 16.7057 5.88867 16.3989V14.7329C5.88867 14.4261 6.13757 14.1773 6.44434 14.1772H17.5557Z",fill:"currentColor"}),C("path",{d:"M17.5557 10.8433C17.8624 10.8433 18.1112 11.0923 18.1113 11.3989V12.5102C18.1113 12.817 17.8625 13.0659 17.5557 13.0659H6.44434C6.13757 13.0658 5.88867 12.817 5.88867 12.5102V11.3989C5.88883 11.0923 6.13767 10.8433 6.44434 10.8433H17.5557Z",fill:"currentColor"}))},warehouseOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.3311 3.81877C11.7597 3.64309 12.2403 3.64309 12.6689 3.81877L20.7803 7.14298C21.4424 7.41452 21.875 8.05913 21.875 8.77482V19.5629C21.875 19.9771 21.5392 20.3129 21.125 20.3129C20.7108 20.3129 20.375 19.9771 20.375 19.5629V8.77482C20.375 8.66775 20.31 8.57129 20.2109 8.53068L12.0996 5.20646C12.0357 5.18039 11.9643 5.18039 11.9004 5.20646L3.78906 8.53068C3.69 8.57129 3.62502 8.66775 3.625 8.77482V19.5629C3.62496 19.9771 3.28919 20.3129 2.875 20.3129C2.46081 20.3129 2.12504 19.9771 2.125 19.5629V8.77482C2.12502 8.05913 2.55757 7.41452 3.21973 7.14298L11.3311 3.81877Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17.0693 10.1947C17.7633 10.1949 18.3259 10.7577 18.3262 11.4516V19.0561C18.3261 19.7501 17.7633 20.3128 17.0693 20.3129H6.93066C6.23659 20.3128 5.67395 19.7501 5.67383 19.0561V11.4516C5.67407 10.7576 6.23668 10.1948 6.93066 10.1947H17.0693ZM7.17383 17.2719V18.8129H16.8262V17.2719H7.17383ZM7.17383 15.7719H16.8262V14.7367H7.17383V15.7719ZM7.17383 13.2367H16.8262V11.6947H7.17383V13.2367Z",fill:"currentColor"}))},warningFill:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M11.2158 3.74962C11.6119 3.24586 12.387 3.24593 12.7832 3.74962L12.8623 3.86583L21.8252 19.1217C22.2167 19.7883 21.7359 20.6285 20.9629 20.6285H3.0361C2.26345 20.6281 1.78266 19.7881 2.1738 19.1217L11.1377 3.86583L11.2158 3.74962ZM12 15.8785C11.4477 15.8785 11 16.3262 11 16.8785C11.0001 17.4307 11.4478 17.8785 12 17.8785C12.5521 17.8785 12.9998 17.4307 13 16.8785C13 16.3263 12.5522 15.8785 12 15.8785ZM12 9.12853C11.5858 9.12853 11.25 9.46431 11.25 9.87853V14.3785C11.2501 14.7926 11.5859 15.1285 12 15.1285C12.4141 15.1285 12.7498 14.7926 12.75 14.3785V9.87853C12.75 9.46433 12.4142 9.12855 12 9.12853Z",fill:"currentColor"}))},warningOutline:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M12 15.8785C12.5522 15.8785 13 16.3263 13 16.8785C12.9998 17.4307 12.5521 17.8785 12 17.8785C11.4478 17.8785 11.0001 17.4307 11 16.8785C11 16.3262 11.4477 15.8785 12 15.8785Z",fill:"currentColor"}),C("path",{d:"M12 9.12853C12.4142 9.12855 12.75 9.46433 12.75 9.87853V14.3785C12.7498 14.7926 12.4141 15.1285 12 15.1285C11.5859 15.1285 11.2501 14.7926 11.25 14.3785V9.87853C11.25 9.46431 11.5858 9.12853 12 9.12853Z",fill:"currentColor"}),C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.2158 3.74962C11.6119 3.24586 12.387 3.24593 12.7832 3.74962L12.8623 3.86583L21.8252 19.1217C22.2167 19.7883 21.7359 20.6285 20.9629 20.6285H3.0361C2.26345 20.6281 1.78265 19.7881 2.1738 19.1217L11.1377 3.86583L11.2158 3.74962ZM3.91013 19.1285H20.0888L11.999 5.359L3.91013 19.1285Z",fill:"currentColor"}))},youtube:l=>{const{size:t=24,...e}=l;return C("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C("path",{d:"M20 5C21.1046 5 22 5.89543 22 7V17C22 18.1046 21.1046 19 20 19H4C2.89543 19 2 18.1046 2 17V7C2 5.89543 2.89543 5 4 5H20ZM10.5273 8.51855C10.1951 8.29704 9.75 8.53522 9.75 8.93457V15.0654C9.75 15.4648 10.1951 15.703 10.5273 15.4814L15.126 12.416C15.4228 12.2181 15.4228 11.7819 15.126 11.584L10.5273 8.51855Z",fill:"currentColor"}))}},n=l(class extends t{constructor(C){super(),!1!==C&&this.__registerHost()}name;size=24;color;rotate;label;iconStyle={};getIconClasses(){const C=["sd-icon"];return this.rotate&&C.push(`sd-icon--rotate-${this.rotate}`),C.join(" ")}get resolvedColor(){return r(this.color)}render(){const l=o[this.name];return l?C("i",{class:this.getIconClasses(),style:this.iconStyle},C(l,{size:this.size,color:this.resolvedColor})):null}static get style(){return"sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}"}},[512,"sd-icon",{name:[1],size:[8],color:[1],rotate:[2],label:[1],iconStyle:[16]}]);function i(){"undefined"!=typeof customElements&&["sd-icon"].forEach((C=>{"sd-icon"===C&&(customElements.get(e(C))||customElements.define(e(C),n))}))}export{n as S,i as d}
@@ -0,0 +1 @@
1
+ import{p as t,H as s,c as e,h as o,t as i}from"./p-B1vJXa29.js";import{d as n}from"./p-9cpjtLyu.js";var a={size:"16",icon:"12"},r={size:"24",icon:"16"},d={size:"28",icon:"20"},b={size:"36",icon:"24"},c={size:"62",icon:"36"},u="4",h={opacity:"5%"},l={disabled:"#BBBBBB"},g={content:"#888888",hover:{bg:"#222222"}},m={content:"#E30000",hover:{bg:"#E30000"}},p={content:"#025497",hover:{bg:"#0075FF"}};const f={xxs:{size:Number(a.size),icon:Number(a.icon)},xs:{size:Number(r.size),icon:Number(r.icon)},sm:{size:Number(d.size),icon:Number(d.icon)},md:{size:Number(b.size),icon:Number(b.icon)},lg:{size:Number(c.size),icon:Number(c.icon)}},v=Number(u),y=h.opacity,z={default:g.content,danger:m.content,action:p.content},x={default:g.hover.bg,danger:m.hover.bg,action:p.hover.bg},N=l.disabled,k=t(class extends s{constructor(t){super(),!1!==t&&this.__registerHost(),this.click=e(this,"sdClick")}icon;size="sm";intent="default";ariaLabel="";disabled=!1;click;hasWarnedMissingAriaLabel=!1;handleClick=t=>{this.disabled?t.preventDefault():this.click.emit(t)};componentWillRender(){this.warnIfMissingAriaLabel()}warnIfMissingAriaLabel(){this.ariaLabel.trim()?this.hasWarnedMissingAriaLabel=!1:this.hasWarnedMissingAriaLabel||(console.warn(`[sd-ghost-button] icon-only buttons require \`ariaLabel\`. Received icon="${this.icon}".`),this.hasWarnedMissingAriaLabel=!0)}render(){const t=f[this.size],s=this.disabled?N:z[this.intent],e=this.ariaLabel.trim()||void 0;return o("button",{key:"616698f4a8efbae1013d1f962cadedf72575789a",class:{"sd-ghost-button":!0,"sd-ghost-button--disabled":this.disabled},type:"button",disabled:this.disabled,"aria-label":e,style:{"--sd-ghost-button-size":`${t.size}px`,"--sd-ghost-button-radius":`${v}px`,"--sd-ghost-button-hover-bg":x[this.intent],"--sd-ghost-button-hover-opacity":y,"--sd-ghost-button-accent":"#0075FF"},onClick:this.handleClick},o("sd-icon",{key:"b8203a9ba9a6f385503289f299225e5df468ae8f",name:this.icon,size:t.icon,color:s}))}static get style(){return'sd-ghost-button{display:inline-flex;width:fit-content;height:fit-content}.sd-ghost-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--sd-ghost-button-size);height:var(--sd-ghost-button-size);padding:0;border:none;border-radius:var(--sd-ghost-button-radius);background:transparent;cursor:pointer;box-sizing:border-box;transition:box-shadow 0.2s ease;-webkit-user-select:none;user-select:none}.sd-ghost-button::before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--sd-ghost-button-hover-bg);opacity:0;transition:opacity 0.2s ease;pointer-events:none}.sd-ghost-button:hover:not(.sd-ghost-button--disabled)::before{opacity:var(--sd-ghost-button-hover-opacity)}.sd-ghost-button:focus-visible{outline:0;box-shadow:0 0 0 2px var(--sd-ghost-button-accent)}.sd-ghost-button--disabled{cursor:not-allowed}'}},[512,"sd-ghost-button",{icon:[1],size:[1],intent:[1],ariaLabel:[1,"aria-label"],disabled:[4]}]);function w(){"undefined"!=typeof customElements&&["sd-ghost-button","sd-icon"].forEach((t=>{switch(t){case"sd-ghost-button":customElements.get(i(t))||customElements.define(i(t),k);break;case"sd-icon":customElements.get(i(t))||n()}}))}export{k as S,w as d}
@@ -0,0 +1 @@
1
+ import{p as s,H as e,c as t,h as c,t as a}from"./p-B1vJXa29.js";import{d as o}from"./p-C-ITXCaO.js";import{d as i}from"./p-Bm5vdtK6.js";import{d as r}from"./p-B9ODOaHR.js";import{d}from"./p-AFiQTtI8.js";import{d as n}from"./p-9cpjtLyu.js";import{d as l}from"./p-DVFkk4Uh.js";import{d as p}from"./p-BkGwQ37a.js";const u=s(class extends e{constructor(s){super(),!1!==s&&this.__registerHost(),this.searchInput=t(this,"sdSearchInput"),this.searchFocus=t(this,"sdSearchFocus")}isScrolled=!1;searchText="";searchInput;searchFocus;searchRef;async sdGetNativeElement(){return this.searchRef?this.searchRef.sdGetNativeElement():null}async sdSearchInputFocus(){const s=await this.sdGetNativeElement();s?.focus({preventScroll:!0})}render(){return c("div",{key:"a344e235d317bb36270da0442d574425282438ad",class:{"sd-select-search-input":!0,"sd-select-search-input--scrolled":!!this.isScrolled},onClick:s=>s.stopPropagation()},c("sd-input",{key:"ae43752f3ab36cd25e0231db74120fa46eaecc31",ref:s=>this.searchRef=s,value:this.searchText,placeholder:"검색",clearable:!0,inputStyle:{"padding-left":"8px"},autofocus:!0,onSdUpdate:s=>{this.searchInput.emit(String(s?.detail))},onSdFocus:()=>{this.searchFocus.emit()},onKeyDown:s=>{"Enter"===s.code&&s.stopPropagation()}},c("sd-icon",{key:"18f8c09f864c23a43c35533fa0dac8f40c27829c",name:"search",size:16,color:"#737373",style:{marginRight:"4px"},slot:"prefix"})))}static get style(){return"sd-select-search-input{position:sticky;top:0;display:flex;width:100%;background-color:white;align-items:center}sd-select-search-input .sd-select-search-input{position:sticky;top:0;display:flex;width:100%;background-color:white;align-items:center;padding:4px 8px}sd-select-search-input .sd-select-search-input sd-input{width:100%}sd-select-search-input .sd-select-search-input--scrolled{box-shadow:2px 2px 8px 2px rgba(0, 0, 0, 0.2)}"}},[512,"sd-select-search-input",{isScrolled:[4,"is-scrolled"],searchText:[1,"search-text"],sdGetNativeElement:[64],sdSearchInputFocus:[64]}]);function h(){"undefined"!=typeof customElements&&["sd-select-search-input","sd-button","sd-field","sd-floating-portal","sd-ghost-button","sd-icon","sd-input","sd-tooltip"].forEach((s=>{switch(s){case"sd-select-search-input":customElements.get(a(s))||customElements.define(a(s),u);break;case"sd-button":customElements.get(a(s))||o();break;case"sd-field":customElements.get(a(s))||i();break;case"sd-floating-portal":customElements.get(a(s))||r();break;case"sd-ghost-button":customElements.get(a(s))||d();break;case"sd-icon":customElements.get(a(s))||n();break;case"sd-input":customElements.get(a(s))||l();break;case"sd-tooltip":customElements.get(a(s))||p()}}))}export{u as S,h as d}
@@ -1 +1 @@
1
- import{p as t,H as n,c as o,h as e,t as i}from"./p-B1vJXa29.js";const a=t(class t extends n{constructor(t){super(),!1!==t&&this.__registerHost(),this.close=o(this,"sdClose")}get el(){return this}to="body";parentRef=null;offset=[0,0];zIndex=9999;placement="bottom";open=!1;close;container;wrapper;rafId;isInsideClick=!1;resizeObserver;mutationObserver;static ARROW_SIZE=11.2;componentDidLoad(){this.container=this.resolveContainer(),this.createWrapper(),this.moveSlotContent(),requestAnimationFrame((()=>{this.updatePosition(),this.wrapper&&(this.wrapper.style.visibility="visible")})),this.observeParent()}componentDidRender(){this.wrapper&&(this.open?(this.wrapper.style.display="block",requestAnimationFrame((()=>{this.updatePosition(),this.wrapper&&(this.wrapper.style.visibility="visible")}))):(this.wrapper.style.display="none",this.wrapper.style.visibility="hidden"))}disconnectedCallback(){this.rafId&&cancelAnimationFrame(this.rafId),this.unobserveParent(),this.wrapper?.remove()}resolveContainer(){const t="string"==typeof this.to?document.querySelector(this.to):this.to;return t instanceof n?t:document.body}createWrapper(){this.wrapper=document.createElement("div"),Object.assign(this.wrapper.style,{position:"absolute",zIndex:(this.zIndex??9999).toString(),transition:"opacity 0.4s",top:"-9999px",left:"-9999px"}),this.container.appendChild(this.wrapper)}moveSlotContent(){this.wrapper&&Array.from(this.el.childNodes).filter((t=>t.nodeType!==Node.COMMENT_NODE)).forEach((t=>this.wrapper.appendChild(t)))}updatePosition(){this.rafId&&cancelAnimationFrame(this.rafId),this.rafId=requestAnimationFrame((()=>{if(!this.parentRef||!this.wrapper)return;const n=this.parentRef.getBoundingClientRect();if(!n.width&&!n.height)return;const[o,e]=this.offset,i=t.ARROW_SIZE;let a=0,s=0;switch(this.placement){case"top":a=n.top+window.scrollY-this.wrapper.offsetHeight+e-i,s=n.left+window.scrollX+n.width/2-this.wrapper.offsetWidth/2+o;break;case"bottom":a=n.bottom+window.scrollY+e+i,s=n.left+window.scrollX+n.width/2-this.wrapper.offsetWidth/2+o;break;case"left":a=n.top+window.scrollY+n.height/2-this.wrapper.offsetHeight/2+e,s=n.left+window.scrollX-this.wrapper.offsetWidth-o-i;break;case"right":a=n.top+window.scrollY+n.height/2-this.wrapper.offsetHeight/2+e,s=n.right+window.scrollX+o+i}Object.assign(this.wrapper.style,{top:`${a}px`,left:`${s}px`})}))}observeParent(){this.parentRef&&(this.resizeObserver=new ResizeObserver((()=>this.updatePosition())),this.resizeObserver.observe(this.parentRef),this.mutationObserver=new MutationObserver((()=>this.updatePosition())),this.mutationObserver.observe(document.body,{childList:!0,subtree:!0}))}unobserveParent(){this.resizeObserver?.disconnect(),this.mutationObserver?.disconnect()}handleMouseDown(t){this.isInsideClick=!!(this.wrapper&&this.wrapper.contains(t.target)||this.parentRef&&this.parentRef.contains(t.target))}handleWindowClick(t){this.isInsideClick?this.isInsideClick=!1:this.wrapper?.contains(t.target)||this.close.emit()}render(){return e("slot",{key:"4eecedc457f691ec888cd27da4f28aef73d14f73"})}static get style(){return".sd-floating-menu{width:fit-content;padding:12px 16px;border-radius:6px;font-size:12px;font-weight:500;line-height:20px;position:relative;box-sizing:border-box;background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF);animation:sd-floating-fade-in 0.35s ease-out}.sd-floating-menu--top{animation-name:sd-floating-slide-top}.sd-floating-menu--bottom{animation-name:sd-floating-slide-bottom}.sd-floating-menu--left{animation-name:sd-floating-slide-left}.sd-floating-menu--right{animation-name:sd-floating-slide-right}.sd-floating-menu .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--default{background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF);font-weight:500}.sd-floating-menu--default .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--danger{background:var(--sd-floating-bg, #FCE6E6);color:var(--sd-floating-content, #FB4444);font-weight:700}.sd-floating-menu--danger .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FCE6E6)}.sd-floating-menu--warning{background:var(--sd-floating-bg, #FEF1EA);color:var(--sd-floating-content, #FF6B00);font-weight:700}.sd-floating-menu--warning .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FEF1EA)}.sd-floating-menu--accent{background:var(--sd-floating-bg, #E6F1FF);color:var(--sd-floating-content, #0075FF);font-weight:700}.sd-floating-menu--accent .sd-floating-menu__arrow{color:var(--sd-floating-bg, #E6F1FF)}.sd-floating-menu__arrow{position:absolute;display:flex;width:16px;height:12px}.sd-floating-menu__arrow svg{width:100%;height:100%}.sd-floating-menu__arrow--top{bottom:-12px;left:50%;transform:translateX(-50%)}.sd-floating-menu__arrow--bottom{top:-12px;left:50%;transform:translateX(-50%) rotate(180deg)}.sd-floating-menu__arrow--left{right:-12px;top:50%;transform:translateY(-50%) rotate(-90deg)}.sd-floating-menu__arrow--right{left:-12px;top:50%;transform:translateY(-50%) rotate(90deg)}.sd-floating-menu__content{font-size:12px;line-height:20px}.sd-floating-menu__content .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px;margin-bottom:4px}.sd-floating-menu__content .sd-floating-menu__messages{font-weight:500}.sd-floating-menu__content .sd-floating-menu__buttons{margin-top:12px;display:flex;gap:8px;align-items:center}.sd-floating-menu__content .sd-floating-menu__buttons--1{justify-content:flex-end}.sd-floating-menu__content .sd-floating-menu__buttons--2{justify-content:space-between}.sd-floating-menu--popover{padding:16px 20px}.sd-floating-menu--popover .sd-floating-menu__content{gap:4px}.sd-floating-menu--popover .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px}.sd-floating-menu--popover .sd-floating-menu__messages{font-size:12px;font-weight:500;line-height:20px}.sd-floating-menu--closing{animation:sd-floating-fade-out 0.15s ease-in forwards}.sd-floating-menu--closing.sd-floating-menu--top{animation-name:sd-floating-slide-out-top}.sd-floating-menu--closing.sd-floating-menu--bottom{animation-name:sd-floating-slide-out-bottom}.sd-floating-menu--closing.sd-floating-menu--left{animation-name:sd-floating-slide-out-left}.sd-floating-menu--closing.sd-floating-menu--right{animation-name:sd-floating-slide-out-right}.sd-floating-menu__close-button{position:absolute;top:12px;right:12px;padding:0;background:none;border:none;cursor:pointer}@keyframes sd-floating-fade-out{from{opacity:1}to{opacity:0}}@keyframes sd-floating-slide-out-top{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes sd-floating-slide-out-bottom{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes sd-floating-slide-out-left{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(4px)}}@keyframes sd-floating-slide-out-right{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-4px)}}@keyframes sd-floating-fade-in{from{opacity:0}to{opacity:1}}@keyframes sd-floating-slide-top{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes sd-floating-slide-bottom{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes sd-floating-slide-left{from{opacity:0;transform:translateX(4px)}to{opacity:1;transform:translateX(0)}}@keyframes sd-floating-slide-right{from{opacity:0;transform:translateX(-4px)}to{opacity:1;transform:translateX(0)}}"}},[772,"sd-floating-portal",{to:[1],parentRef:[16],offset:[16],zIndex:[2,"z-index"],placement:[1],open:[4]},[[9,"scroll","updatePosition"],[9,"resize","updatePosition"],[9,"mousedown","handleMouseDown"],[8,"click","handleWindowClick"]]]);function s(){"undefined"!=typeof customElements&&["sd-floating-portal"].forEach((t=>{"sd-floating-portal"===t&&(customElements.get(i(t))||customElements.define(i(t),a))}))}export{a as S,s as d}
1
+ import{p as t,H as n,c as o,h as e,t as i}from"./p-B1vJXa29.js";const a=t(class t extends n{constructor(t){super(),!1!==t&&this.__registerHost(),this.close=o(this,"sdClose")}get el(){return this}to="body";parentRef=null;offset=[0,0];zIndex=9999;placement="bottom";open=!1;close;container;wrapper;rafId;isInsideClick=!1;resizeObserver;mutationObserver;static ARROW_SIZE=11.2;componentDidLoad(){this.container=this.resolveContainer(),this.createWrapper(),this.moveSlotContent(),requestAnimationFrame((()=>{this.updatePosition(),this.wrapper&&(this.wrapper.style.visibility="visible")})),this.observeParent()}componentDidRender(){this.wrapper&&(this.open?(this.wrapper.style.display="block",requestAnimationFrame((()=>{this.updatePosition(),this.wrapper&&(this.wrapper.style.visibility="visible")}))):(this.wrapper.style.display="none",this.wrapper.style.visibility="hidden"))}disconnectedCallback(){this.rafId&&cancelAnimationFrame(this.rafId),this.unobserveParent(),this.wrapper?.remove()}resolveContainer(){const t="string"==typeof this.to?document.querySelector(this.to):this.to;return t instanceof n?t:document.body}createWrapper(){this.wrapper=document.createElement("div"),Object.assign(this.wrapper.style,{position:"absolute",zIndex:(this.zIndex??9999).toString(),transition:"opacity 0.4s",top:"-9999px",left:"-9999px"}),this.container.appendChild(this.wrapper)}moveSlotContent(){this.wrapper&&Array.from(this.el.childNodes).filter((t=>t.nodeType!==Node.COMMENT_NODE)).forEach((t=>this.wrapper.appendChild(t)))}updatePosition(){this.rafId&&cancelAnimationFrame(this.rafId),this.rafId=requestAnimationFrame((()=>{if(!this.parentRef||!this.wrapper)return;const n=this.parentRef.getBoundingClientRect();if(!n.width&&!n.height)return;const[o,e]=this.offset,i=t.ARROW_SIZE;let a=0,s=0;switch(this.placement){case"top":a=n.top+window.scrollY-this.wrapper.offsetHeight+e-i,s=n.left+window.scrollX+n.width/2-this.wrapper.offsetWidth/2+o;break;case"bottom":a=n.bottom+window.scrollY+e+i,s=n.left+window.scrollX+n.width/2-this.wrapper.offsetWidth/2+o;break;case"left":a=n.top+window.scrollY+n.height/2-this.wrapper.offsetHeight/2+e,s=n.left+window.scrollX-this.wrapper.offsetWidth-o-i;break;case"right":a=n.top+window.scrollY+n.height/2-this.wrapper.offsetHeight/2+e,s=n.right+window.scrollX+o+i}Object.assign(this.wrapper.style,{top:`${a}px`,left:`${s}px`})}))}observeParent(){this.parentRef&&(this.resizeObserver=new ResizeObserver((()=>this.updatePosition())),this.resizeObserver.observe(this.parentRef),this.mutationObserver=new MutationObserver((()=>this.updatePosition())),this.mutationObserver.observe(document.body,{childList:!0,subtree:!0}))}unobserveParent(){this.resizeObserver?.disconnect(),this.mutationObserver?.disconnect()}handleMouseDown(t){this.isInsideClick=!!(this.wrapper&&this.wrapper.contains(t.target)||this.parentRef&&this.parentRef.contains(t.target))}handleWindowClick(t){this.isInsideClick?this.isInsideClick=!1:this.wrapper?.contains(t.target)||this.close.emit()}render(){return e("slot",{key:"4eecedc457f691ec888cd27da4f28aef73d14f73"})}static get style(){return".sd-floating-menu{width:fit-content;padding:12px 16px;border-radius:6px;font-size:12px;font-weight:500;line-height:20px;position:relative;box-sizing:border-box;background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF);animation:sd-floating-fade-in 0.35s ease-out}.sd-floating-menu--top{animation-name:sd-floating-slide-top}.sd-floating-menu--bottom{animation-name:sd-floating-slide-bottom}.sd-floating-menu--left{animation-name:sd-floating-slide-left}.sd-floating-menu--right{animation-name:sd-floating-slide-right}.sd-floating-menu .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--default{background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF);font-weight:500}.sd-floating-menu--default .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--danger{background:var(--sd-floating-bg, #FCE6E6);color:var(--sd-floating-content, #FB4444);font-weight:700}.sd-floating-menu--danger .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FCE6E6)}.sd-floating-menu--warning{background:var(--sd-floating-bg, #FEF1EA);color:var(--sd-floating-content, #FF6B00);font-weight:700}.sd-floating-menu--warning .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FEF1EA)}.sd-floating-menu--accent{background:var(--sd-floating-bg, #E6F1FF);color:var(--sd-floating-content, #0075FF);font-weight:700}.sd-floating-menu--accent .sd-floating-menu__arrow{color:var(--sd-floating-bg, #E6F1FF)}.sd-floating-menu__arrow{position:absolute;display:flex;width:16px;height:12px}.sd-floating-menu__arrow svg{width:100%;height:100%}.sd-floating-menu__arrow--top{bottom:-12px;left:50%;transform:translateX(-50%)}.sd-floating-menu__arrow--bottom{top:-12px;left:50%;transform:translateX(-50%) rotate(180deg)}.sd-floating-menu__arrow--left{right:-12px;top:50%;transform:translateY(-50%) rotate(-90deg)}.sd-floating-menu__arrow--right{left:-12px;top:50%;transform:translateY(-50%) rotate(90deg)}.sd-floating-menu__content{font-size:12px;line-height:20px}.sd-floating-menu__content .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px;margin-bottom:4px}.sd-floating-menu__content .sd-floating-menu__messages{font-weight:500}.sd-floating-menu__content .sd-floating-menu__buttons{margin-top:12px;display:flex;gap:8px;align-items:center}.sd-floating-menu__content .sd-floating-menu__buttons--1{justify-content:flex-end}.sd-floating-menu__content .sd-floating-menu__buttons--2{justify-content:space-between}.sd-floating-menu--popover{padding:16px 20px}.sd-floating-menu--popover .sd-floating-menu__content{gap:4px}.sd-floating-menu--popover .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px}.sd-floating-menu--popover .sd-floating-menu__messages{font-size:12px;font-weight:500;line-height:20px}.sd-floating-menu--closing{animation:sd-floating-fade-out 0.15s ease-in forwards}.sd-floating-menu--closing.sd-floating-menu--top{animation-name:sd-floating-slide-out-top}.sd-floating-menu--closing.sd-floating-menu--bottom{animation-name:sd-floating-slide-out-bottom}.sd-floating-menu--closing.sd-floating-menu--left{animation-name:sd-floating-slide-out-left}.sd-floating-menu--closing.sd-floating-menu--right{animation-name:sd-floating-slide-out-right}.sd-floating-menu__close-button{position:absolute;top:12px;right:12px}@keyframes sd-floating-fade-out{from{opacity:1}to{opacity:0}}@keyframes sd-floating-slide-out-top{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes sd-floating-slide-out-bottom{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes sd-floating-slide-out-left{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(4px)}}@keyframes sd-floating-slide-out-right{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-4px)}}@keyframes sd-floating-fade-in{from{opacity:0}to{opacity:1}}@keyframes sd-floating-slide-top{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes sd-floating-slide-bottom{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes sd-floating-slide-left{from{opacity:0;transform:translateX(4px)}to{opacity:1;transform:translateX(0)}}@keyframes sd-floating-slide-right{from{opacity:0;transform:translateX(-4px)}to{opacity:1;transform:translateX(0)}}"}},[772,"sd-floating-portal",{to:[1],parentRef:[16],offset:[16],zIndex:[2,"z-index"],placement:[1],open:[4]},[[9,"scroll","updatePosition"],[9,"resize","updatePosition"],[9,"mousedown","handleMouseDown"],[8,"click","handleWindowClick"]]]);function s(){"undefined"!=typeof customElements&&["sd-floating-portal"].forEach((t=>{"sd-floating-portal"===t&&(customElements.get(i(t))||customElements.define(i(t),a))}))}export{a as S,s as d}
@@ -1 +1 @@
1
- import{p as e,H as s,c as t,h as i,t as c}from"./p-B1vJXa29.js";import{S as l}from"./p-BXuZFSsU.js";import{d as r}from"./p-BBYig1zV.js";const a=e(class extends s{constructor(e){super(),!1!==e&&this.__registerHost(),this.searchFilter=t(this,"sdSearchFilter"),this.searchFocus=t(this,"sdSearchFocus")}isScrolled=!1;searchText="";searchFilter;searchFocus;inputEl;debounceTimer;focusRafId;componentDidLoad(){requestAnimationFrame((()=>{this.focusRafId=requestAnimationFrame((()=>{this.inputEl?.focus()}))}))}async sdFocus(){this.inputEl?.focus()}handleInput=e=>{this.searchText=e.target.value,this.debounceTimer&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout((()=>{this.searchFilter.emit(this.searchText)}),l)};handleClear=e=>{e.stopPropagation(),this.searchText="",this.debounceTimer&&clearTimeout(this.debounceTimer),this.searchFilter.emit(""),this.inputEl?.focus()};disconnectedCallback(){this.focusRafId&&cancelAnimationFrame(this.focusRafId),this.debounceTimer&&clearTimeout(this.debounceTimer)}render(){return i("div",{key:"c09115eed7c6fc796f80aa965b64dec18caf6c49",class:{"sd-select-v2-list-item-search":!0,"sd-select-v2-list-item-search--scrolled":this.isScrolled}},i("div",{key:"d5d4132740768db4b1e9df4f7e4e7085f5fbe408",class:"sd-select-v2-list-item-search__inner"},i("sd-icon",{key:"428d646550ed6d3488a493f1614ba4211611c945",name:"search",size:16,color:"grey_70",class:"sd-select-v2-list-item-search__icon"}),i("input",{key:"5fb8aea3be8de6cf81cee48667d552b8a3bd47dd",ref:e=>{this.inputEl=e},type:"text",class:"sd-select-v2-list-item-search__input",placeholder:"검색어 입력",value:this.searchText,onInput:this.handleInput,onFocus:()=>this.searchFocus.emit()}),this.searchText&&i("button",{key:"64178df4690ea5736c554f13d7613f172fb7ff9a",type:"button",class:"sd-select-v2-list-item-search__clear",onClick:this.handleClear},i("sd-icon",{key:"4143f22fbfd890a39ee7149dfbc4c46e07ba259b",name:"close",size:12,color:"#888888"}))))}static get style(){return"sd-select-v2-list-item-search{display:block}sd-select-v2-list-item-search .sd-select-v2-list-item-search{padding:4px 8px;position:sticky;top:0;z-index:1;background:white}sd-select-v2-list-item-search .sd-select-v2-list-item-search--scrolled{box-shadow:0 2px 4px rgba(0, 0, 0, 0.08)}sd-select-v2-list-item-search .sd-select-v2-list-item-search__inner{display:flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid #CCCCCC;border-radius:4px;background:white}sd-select-v2-list-item-search .sd-select-v2-list-item-search__inner:focus-within{border-color:#0075FF}sd-select-v2-list-item-search .sd-select-v2-list-item-search__icon{flex-shrink:0}sd-select-v2-list-item-search .sd-select-v2-list-item-search__input{flex:1;border:none;outline:none;font-size:12px;line-height:20px;color:#222222;background:transparent;min-width:0}sd-select-v2-list-item-search .sd-select-v2-list-item-search__input::placeholder{color:#AAAAAA}sd-select-v2-list-item-search .sd-select-v2-list-item-search__clear{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:2px;border:none;background:transparent;cursor:pointer;border-radius:2px}sd-select-v2-list-item-search .sd-select-v2-list-item-search__clear:hover{background:#F0F0F0}"}},[512,"sd-select-v2-list-item-search",{isScrolled:[4,"is-scrolled"],searchText:[32],sdFocus:[64]}]);function d(){"undefined"!=typeof customElements&&["sd-select-v2-list-item-search","sd-icon"].forEach((e=>{switch(e){case"sd-select-v2-list-item-search":customElements.get(c(e))||customElements.define(c(e),a);break;case"sd-icon":customElements.get(c(e))||r()}}))}export{a as S,d}
1
+ import{p as e,H as s,c as t,h as i,t as c}from"./p-B1vJXa29.js";import{S as a}from"./p-BXuZFSsU.js";import{d as l}from"./p-9cpjtLyu.js";const r=e(class extends s{constructor(e){super(),!1!==e&&this.__registerHost(),this.searchFilter=t(this,"sdSearchFilter"),this.searchFocus=t(this,"sdSearchFocus")}isScrolled=!1;searchText="";searchFilter;searchFocus;inputEl;debounceTimer;focusRafId;componentDidLoad(){requestAnimationFrame((()=>{this.focusRafId=requestAnimationFrame((()=>{this.inputEl?.focus()}))}))}async sdFocus(){this.inputEl?.focus()}handleInput=e=>{this.searchText=e.target.value,this.debounceTimer&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout((()=>{this.searchFilter.emit(this.searchText)}),a)};handleClear=e=>{e.stopPropagation(),this.searchText="",this.debounceTimer&&clearTimeout(this.debounceTimer),this.searchFilter.emit(""),this.inputEl?.focus()};disconnectedCallback(){this.focusRafId&&cancelAnimationFrame(this.focusRafId),this.debounceTimer&&clearTimeout(this.debounceTimer)}render(){return i("div",{key:"76aabf7d27484909131a5a019b091a9162cf579e",class:{"sd-select-v2-list-item-search":!0,"sd-select-v2-list-item-search--scrolled":this.isScrolled}},i("div",{key:"add67bf72a66f391e59d5b36a0132c8ce3104a72",class:"sd-select-v2-list-item-search__inner"},i("sd-icon",{key:"631a0335fac05e7188132a2c04adcab70b4f8e0f",name:"search",size:16,color:"grey_70",class:"sd-select-v2-list-item-search__icon"}),i("input",{key:"206ea8ce226bf5a9a39da20643dec26682752f56",ref:e=>{this.inputEl=e},type:"text",class:"sd-select-v2-list-item-search__input",placeholder:"검색어 입력",value:this.searchText,onInput:this.handleInput,onFocus:()=>this.searchFocus.emit()}),this.searchText&&i("button",{key:"6d1aa5a22f358da1f702c1a4c44acf561bdc2d5f",type:"button",class:"sd-select-v2-list-item-search__clear",onClick:this.handleClear},i("sd-icon",{key:"a1ec717b949e539bf32701a604e098ffa4c9e783",name:"close",size:12,color:"#888888"}))))}static get style(){return"sd-select-v2-list-item-search{display:block}sd-select-v2-list-item-search .sd-select-v2-list-item-search{padding:4px 8px;position:sticky;top:0;z-index:1;background:white}sd-select-v2-list-item-search .sd-select-v2-list-item-search--scrolled{box-shadow:0 2px 4px rgba(0, 0, 0, 0.08)}sd-select-v2-list-item-search .sd-select-v2-list-item-search__inner{display:flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid #CCCCCC;border-radius:4px;background:white}sd-select-v2-list-item-search .sd-select-v2-list-item-search__inner:focus-within{border-color:#0075FF}sd-select-v2-list-item-search .sd-select-v2-list-item-search__icon{flex-shrink:0}sd-select-v2-list-item-search .sd-select-v2-list-item-search__input{flex:1;border:none;outline:none;font-size:12px;line-height:20px;color:#222222;background:transparent;min-width:0}sd-select-v2-list-item-search .sd-select-v2-list-item-search__input::placeholder{color:#AAAAAA}sd-select-v2-list-item-search .sd-select-v2-list-item-search__clear{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:2px;border:none;background:transparent;cursor:pointer;border-radius:2px}sd-select-v2-list-item-search .sd-select-v2-list-item-search__clear:hover{background:#F0F0F0}"}},[512,"sd-select-v2-list-item-search",{isScrolled:[4,"is-scrolled"],searchText:[32],sdFocus:[64]}]);function d(){"undefined"!=typeof customElements&&["sd-select-v2-list-item-search","sd-icon"].forEach((e=>{switch(e){case"sd-select-v2-list-item-search":customElements.get(c(e))||customElements.define(c(e),r);break;case"sd-icon":customElements.get(c(e))||l()}}))}export{r as S,d}
@@ -1 +1 @@
1
- var i={input:{sm:{height:"28",paddingX:"12",gap:"8",radius:"4",typography:{fontWeight:"400",fontSize:"12",lineHeight:"20"}},md:{height:"36",paddingX:"16",gap:"12",radius:"6",typography:{fontWeight:"400",fontSize:"16",lineHeight:"26"}},bg:{barcode:"#FAFAA1"},text:{default:"#222222",placeholder:"#AAAAAA",disabled:"#888888"},size:{icon:"16"},icon:{default:"#888888"}}};export{i}
1
+ var e={input:{sm:{height:"28",paddingX:"12",gap:"8",radius:"4",typography:{fontWeight:"400",fontSize:"12",lineHeight:"20"}},md:{height:"36",paddingX:"16",gap:"12",radius:"6",typography:{fontWeight:"400",fontSize:"16",lineHeight:"26"}},bg:{barcode:"#FAFAA1"},text:{default:"#222222",placeholder:"#AAAAAA",disabled:"#888888"},icon:{default:"#888888"}}};export{e as i}
@@ -0,0 +1 @@
1
+ import{p as s,c as e,h as t,t as o}from"./p-B1vJXa29.js";import{B as i}from"./p-BNuWMSR_.js";import{S as l}from"./p-Cy6HMEsK.js";import{n as d}from"./p-CCwNgVmC.js";import{d as r}from"./p-C-ITXCaO.js";import{d as n}from"./p-CuKx-cil.js";import{d as a}from"./p-Bm5vdtK6.js";import{d as c}from"./p-B9ODOaHR.js";import{d as h}from"./p-AFiQTtI8.js";import{d as p}from"./p-9cpjtLyu.js";import{d as m}from"./p-DVFkk4Uh.js";import{d as u}from"./p-Chqlvi5E.js";import{d as f}from"./p-Do9_zPoB.js";import{d as b}from"./p-CzJDdzv9.js";import{d as w}from"./p-B2f7Cose.js";import{d as g}from"./p-BkGwQ37a.js";const x=s(class extends i{constructor(s){super(!1),!1!==s&&this.__registerHost(),this.update=e(this,"sdUpdate"),this.dropDownShow=e(this,"sdDropDownShow")}get el(){return this}value=null;options=[];placeholder="선택";optionPlaceholder="선택지가 없습니다.";width="200px";dropdownHeight="260px";autoFocus=!1;disabled=!1;clearable=!1;searchable=!1;label="";addonLabel="";icon=void 0;labelTooltip="";labelTooltipProps=null;rules=[];error=!1;optionRenderer;isOpen=!1;itemIndex=-1;isScrolled=!1;update;dropDownShow;selectRef;triggerRef;formField;filteredOptions=[];dropDownWidth="200px";name=d();async sdOpen(){this.isOpen=!0}async sdValidate(){this.formField?.sdValidate()}async sdReset(){this.formField?.sdReset()}async sdResetValidate(){this.formField?.sdResetValidation()}async sdFocus(){this.formField?.sdFocus()}async isOpenChanged(){this.onDropdownToggle(this.isOpen),this.dropDownShow?.emit({isOpen:this.isOpen}),!1===this.isOpen&&await(this.formField?.sdValidate())}componentWillLoad(){this.filteredOptions=this.options,this.dropDownWidth=this.width,this.initializeEvent()}componentDidLoad(){this.autoFocus&&this.selectRef?.focus()}componentDidRender(){const s=this.triggerRef,e=s?.getBoundingClientRect();this.dropDownWidth=e?.width?`${e.width}px`:this.width}disconnectedCallback(){this.cleanupEvent()}handleDocumentClick(s){this.selectRef?.contains(s.target)||(this.isOpen=!1)}handleDocumentKeydown(s){if(s.stopPropagation(),["ArrowDown","ArrowUp","Enter","Escape"].includes(s.key))switch(s.preventDefault(),s.key){case"ArrowDown":case"ArrowUp":const e=new l(this.searchable,this.filteredOptions).getNextIndex(this.itemIndex,s.key);this.itemIndex=e;break;case"Enter":const t=this.filteredOptions[this.itemIndex];t&&!t.disabled&&(this.value=t.value,this.isOpen=!1);break;case"Escape":this.isOpen=!1}}getSelectedOption(){return this.options.find((s=>s.value===this.value))}closeDropdown(){this.isOpen=!1}handleTriggerClick=s=>{s.stopPropagation(),this.disabled||(this.isOpen=!this.isOpen,this.dropDownShow?.emit({isOpen:this.isOpen}))};handleOptionClick=s=>{const{option:e,event:t}=s;if(t.stopPropagation(),!e.disabled){this.value=e.value,this.isOpen=!1;const s=this.getSelectedOption();this.update?.emit({value:s?.value||null,option:s||null})}};render(){return t("sd-field",{key:"f7cd0c34188712a30389d07bde7edc7875e9923b",label:this.label,name:this.name,rules:this.rules,error:this.error,disabled:this.disabled,icon:this.icon,addonLabel:this.addonLabel,labelTooltip:this.labelTooltip,labelTooltipProps:this.labelTooltipProps,ref:s=>this.formField=s},t("div",{key:"460a8a23247e24a02bd25470105598914029e205",class:{"sd-select":!0,"sd-select--disabled":this.disabled,"sd-select--error":!!this.error,"sd-select--label":!!this.label},ref:s=>this.selectRef=s},this.renderTrigger(),this.renderDropdown()))}renderTrigger(){const s=this.getSelectedOption();return t("div",{class:"sd-select__trigger",tabindex:this.disabled?-1:0,onClick:this.handleTriggerClick,ref:s=>this.triggerRef=s},t("span",{class:"sd-select__value"},s?s.label:this.placeholder),this.clearable&&s&&!this.disabled&&t("sd-icon",{key:"clear-icon",name:"close",size:10,color:"#888",class:"sd-select__clear",onClick:async s=>{s.stopPropagation(),this.value=null,await(this.formField?.sdValidate())}}),t("sd-icon",{key:"arrow-icon",name:"arrowDown",color:"#888",class:{"sd-select__arrow":!0,"sd-select__arrow--open":this.isOpen}}))}renderDropdown(){if(!1===this.isOpen)return null;const s=this.selectRef?.querySelector(".sd-select__trigger")||this.selectRef;return t("sd-portal",{open:this.isOpen,parentRef:s,onSdClose:this.closeDropdown},t("sd-select-dropdown",{value:this.value,options:this.options,itemIndex:this.itemIndex,width:this.dropDownWidth,dropdownHeight:this.dropdownHeight,searchable:this.searchable,optionPlaceholder:this.optionPlaceholder,onSdOptionClick:({detail:s})=>this.handleOptionClick(s),onSdOptionFiltered:({detail:s})=>this.filteredOptions=s}))}static get watchers(){return{isOpen:[{isOpenChanged:0}]}}static get style(){return"sd-select{display:inline-flex;flex-flow:column nowrap;height:fit-content}sd-select *:focus,sd-select *:focus-visible,sd-select *:focus-within{outline:none !important}sd-select .sd-select{width:100%}sd-select .sd-select .sd-select__trigger{padding:4px 28px 4px 12px;display:flex;width:100%;height:100%;align-items:center}sd-select .sd-select .sd-select__trigger .sd-select__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:20px;font-size:12px;font-weight:400;text-align:left}sd-select .sd-select .sd-select__trigger .sd-select__clear{margin:0 4px;width:8px;height:8px;background-color:transparent;outline:none;border:none}sd-select .sd-select .sd-select__arrow{position:absolute;top:8px;right:8px;width:12px;height:12px;color:#888888;transition:transform 0.3s ease;margin-left:8px}sd-select .sd-select .sd-select__arrow--open{transform:rotate(180deg)}"}},[512,"sd-select",{value:[1032],options:[1040],placeholder:[1],optionPlaceholder:[1,"option-placeholder"],width:[1],dropdownHeight:[1,"dropdown-height"],autoFocus:[4,"auto-focus"],disabled:[4],clearable:[4],searchable:[4],label:[1],addonLabel:[1,"addon-label"],icon:[16],labelTooltip:[1,"label-tooltip"],labelTooltipProps:[16],rules:[16],error:[4],optionRenderer:[16],isOpen:[32],itemIndex:[32],isScrolled:[32],sdOpen:[64],sdValidate:[64],sdReset:[64],sdResetValidate:[64],sdFocus:[64]},void 0,{isOpen:[{isOpenChanged:0}]}]);function k(){"undefined"!=typeof customElements&&["sd-select","sd-button","sd-checkbox","sd-field","sd-floating-portal","sd-ghost-button","sd-icon","sd-input","sd-portal","sd-select-dropdown","sd-select-option","sd-select-search-input","sd-tooltip"].forEach((s=>{switch(s){case"sd-select":customElements.get(o(s))||customElements.define(o(s),x);break;case"sd-button":customElements.get(o(s))||r();break;case"sd-checkbox":customElements.get(o(s))||n();break;case"sd-field":customElements.get(o(s))||a();break;case"sd-floating-portal":customElements.get(o(s))||c();break;case"sd-ghost-button":customElements.get(o(s))||h();break;case"sd-icon":customElements.get(o(s))||p();break;case"sd-input":customElements.get(o(s))||m();break;case"sd-portal":customElements.get(o(s))||u();break;case"sd-select-dropdown":customElements.get(o(s))||f();break;case"sd-select-option":customElements.get(o(s))||b();break;case"sd-select-search-input":customElements.get(o(s))||w();break;case"sd-tooltip":customElements.get(o(s))||g()}}))}export{x as S,k as d}
@@ -1 +1 @@
1
- import{p as e,H as t,c as s,h as r,t as i}from"./p-B1vJXa29.js";import{g,h as c,i as d}from"./p-BXuZFSsU.js";import{d as l}from"./p-BBYig1zV.js";const o=e(class extends t{constructor(e){super(),!1!==e&&this.__registerHost(),this.triggerClick=s(this,"sdTriggerClick")}displayText="";placeholder="선택";disabled=!1;isOpen=!1;triggerClick;handleClick=()=>{this.disabled||this.triggerClick.emit()};render(){const e=!!this.displayText;return r("div",{key:"bc824455fa516812712fe2c3f5858a7afe64340a",class:{"sd-select-v2-trigger":!0,"sd-select-v2-trigger--open":this.isOpen,"sd-select-v2-trigger--disabled":this.disabled},style:{"--trigger-padding-x":`${d.paddingX}px`,"--trigger-gap":`${d.gap}px`,"--trigger-font-size":`${c.fontSize}px`,"--trigger-line-height":`${c.lineHeight}px`,"--trigger-font-weight":c.fontWeight,"--trigger-color":this.disabled?g.text.disabled:e?g.text.default:g.icon.default,"--trigger-icon-color":this.disabled?g.icon.disabled:g.icon.default},onClick:this.handleClick},r("div",{key:"bf7bae47cc19b07d76dcadf118f8490a40a7b635",class:"sd-select-v2-trigger__content"},r("span",{key:"89799c367a752c6a7403ed20801e5dc87c9f3426",class:"sd-select-v2-trigger__text"},e?this.displayText:this.placeholder),r("sd-icon",{key:"dac0037a8c2f3d475795786b642f7cd725358fa4",name:"chevronDown",size:12,color:"var(--trigger-icon-color)",class:{"sd-select-v2-trigger__icon":!0,"sd-select-v2-trigger__icon--open":this.isOpen}})))}static get style(){return"sd-select-v2-trigger{display:block;width:100%;height:100%}sd-select-v2-trigger .sd-select-v2-trigger{display:flex;width:100%;height:100%;cursor:pointer;user-select:none;overflow:hidden;border-radius:3px}sd-select-v2-trigger .sd-select-v2-trigger--disabled{cursor:not-allowed}sd-select-v2-trigger .sd-select-v2-trigger__content{display:flex;align-items:center;gap:var(--trigger-gap);flex:1;padding:0 var(--trigger-padding-x);min-width:0}sd-select-v2-trigger .sd-select-v2-trigger__text{flex:1;font-size:var(--trigger-font-size);line-height:var(--trigger-line-height);font-weight:var(--trigger-font-weight);color:var(--trigger-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}sd-select-v2-trigger .sd-select-v2-trigger__icon{flex-shrink:0;transition:transform 0.2s ease}sd-select-v2-trigger .sd-select-v2-trigger__icon--open{transform:rotate(180deg)}"}},[512,"sd-select-v2-trigger",{displayText:[1,"display-text"],placeholder:[1],disabled:[4],isOpen:[4,"is-open"]}]);function a(){"undefined"!=typeof customElements&&["sd-select-v2-trigger","sd-icon"].forEach((e=>{switch(e){case"sd-select-v2-trigger":customElements.get(i(e))||customElements.define(i(e),o);break;case"sd-icon":customElements.get(i(e))||l()}}))}export{o as S,a as d}
1
+ import{p as e,H as t,c as s,h as r,t as i}from"./p-B1vJXa29.js";import{g,h as c,i as d}from"./p-BXuZFSsU.js";import{d as l}from"./p-9cpjtLyu.js";const o=e(class extends t{constructor(e){super(),!1!==e&&this.__registerHost(),this.triggerClick=s(this,"sdTriggerClick")}displayText="";placeholder="선택";disabled=!1;isOpen=!1;triggerClick;handleClick=()=>{this.disabled||this.triggerClick.emit()};render(){const e=!!this.displayText;return r("div",{key:"c26c6817d3df7db251e3043e44504b70a6232dd1",class:{"sd-select-v2-trigger":!0,"sd-select-v2-trigger--open":this.isOpen,"sd-select-v2-trigger--disabled":this.disabled},style:{"--trigger-padding-x":`${d.paddingX}px`,"--trigger-gap":`${d.gap}px`,"--trigger-font-size":`${c.fontSize}px`,"--trigger-line-height":`${c.lineHeight}px`,"--trigger-font-weight":c.fontWeight,"--trigger-color":this.disabled?g.text.disabled:e?g.text.default:g.icon.default,"--trigger-icon-color":this.disabled?g.icon.disabled:g.icon.default},onClick:this.handleClick},r("div",{key:"2c99a628d315f1bfe999429f816a21ea62dab6ae",class:"sd-select-v2-trigger__content"},r("span",{key:"fd9ccefa586982ac1695a3f16cf83bc3d1e11719",class:"sd-select-v2-trigger__text"},e?this.displayText:this.placeholder),r("sd-icon",{key:"1c7e82fb106945a537931726795d3440e71714c8",name:"chevronDown",size:12,color:"var(--trigger-icon-color)",class:{"sd-select-v2-trigger__icon":!0,"sd-select-v2-trigger__icon--open":this.isOpen}})))}static get style(){return"sd-select-v2-trigger{display:block;width:100%;height:100%}sd-select-v2-trigger .sd-select-v2-trigger{display:flex;width:100%;height:100%;cursor:pointer;user-select:none;overflow:hidden;border-radius:3px}sd-select-v2-trigger .sd-select-v2-trigger--disabled{cursor:not-allowed}sd-select-v2-trigger .sd-select-v2-trigger__content{display:flex;align-items:center;gap:var(--trigger-gap);flex:1;padding:0 var(--trigger-padding-x);min-width:0}sd-select-v2-trigger .sd-select-v2-trigger__text{flex:1;font-size:var(--trigger-font-size);line-height:var(--trigger-line-height);font-weight:var(--trigger-font-weight);color:var(--trigger-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}sd-select-v2-trigger .sd-select-v2-trigger__icon{flex-shrink:0;transition:transform 0.2s ease}sd-select-v2-trigger .sd-select-v2-trigger__icon--open{transform:rotate(180deg)}"}},[512,"sd-select-v2-trigger",{displayText:[1,"display-text"],placeholder:[1],disabled:[4],isOpen:[4,"is-open"]}]);function a(){"undefined"!=typeof customElements&&["sd-select-v2-trigger","sd-icon"].forEach((e=>{switch(e){case"sd-select-v2-trigger":customElements.get(i(e))||customElements.define(i(e),o);break;case"sd-icon":customElements.get(i(e))||l()}}))}export{o as S,a as d}
@@ -0,0 +1 @@
1
+ var F={xs:{icon:"12"},sm:{icon:"16"},md:{icon:"20"},lg:{icon:"24"},border:{disabled:"#CCCCCC"},dropdown:{xs:{minWidth:"60"},sm:{minWidth:"76"},md:{minWidth:"106"}},bg:{disabled:"#E1E1E1"},text:{disabled:"#888888"},brand:{strong:{bg:{default:"#025497",hover:"#004177"},content:"#FFFFFF",dropdown:{divider:"#006AC1"}},subtle:{bg:{default:"#1F8AE1",hover:"#006AC1"},content:"#FFFFFF",dropdown:{divider:"#5CB0F3"}},outline:{bg:{default:"#FFFFFF",hover:"#EAF5FE"},border:"#025497",content:"#025497"}},neutral:{outline:{bg:{default:"#FFFFFF",hover:"#EEEEEE"},border:"#888888",content:"#222222"}},danger:{strong:{bg:{default:"#E30000",hover:"#AD0000"},content:"#FFFFFF",dropdown:{divider:"#FF7C7C"}},outline:{bg:{default:"#FFFFFF",hover:"#FCEFEF"},border:"#E30000",content:"#E30000"}}};export{F as b}