@keeper-security/keeper-js-ui 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1038) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +62 -73
  3. package/dist/index.cjs +45 -0
  4. package/dist/{index.es.js → index.js} +3980 -3566
  5. package/dist/style.css +1 -1
  6. package/dist/types/components/layout/box.d.ts +17 -0
  7. package/dist/types/components/layout/box.d.ts.map +1 -0
  8. package/dist/types/components/layout/flex.d.ts +28 -0
  9. package/dist/types/components/layout/flex.d.ts.map +1 -0
  10. package/dist/types/components/ui/autocomplete.d.ts +9 -0
  11. package/dist/types/components/ui/autocomplete.d.ts.map +1 -0
  12. package/dist/types/components/ui/avatar.d.ts +34 -0
  13. package/dist/types/components/ui/avatar.d.ts.map +1 -0
  14. package/dist/types/components/ui/button.d.ts +30 -0
  15. package/dist/types/components/ui/button.d.ts.map +1 -0
  16. package/dist/types/components/ui/checkbox.d.ts +5 -0
  17. package/dist/types/components/ui/checkbox.d.ts.map +1 -0
  18. package/dist/types/components/ui/dialog.d.ts +76 -0
  19. package/dist/types/components/ui/dialog.d.ts.map +1 -0
  20. package/dist/types/components/ui/dropdown-menu.d.ts +118 -0
  21. package/dist/types/components/ui/dropdown-menu.d.ts.map +1 -0
  22. package/dist/types/components/ui/icon-button.d.ts +14 -0
  23. package/dist/types/components/ui/icon-button.d.ts.map +1 -0
  24. package/dist/types/components/ui/icon.d.ts +17 -0
  25. package/dist/types/components/ui/icon.d.ts.map +1 -0
  26. package/dist/types/components/ui/input.d.ts +25 -0
  27. package/dist/types/components/ui/input.d.ts.map +1 -0
  28. package/dist/types/components/ui/label.d.ts +9 -0
  29. package/dist/types/components/ui/label.d.ts.map +1 -0
  30. package/dist/types/components/ui/list.d.ts +54 -0
  31. package/dist/types/components/ui/list.d.ts.map +1 -0
  32. package/dist/types/components/ui/loader.d.ts +17 -0
  33. package/dist/types/components/ui/loader.d.ts.map +1 -0
  34. package/dist/types/components/ui/popover.d.ts +31 -0
  35. package/dist/types/components/ui/popover.d.ts.map +1 -0
  36. package/dist/types/components/ui/scroll-area.d.ts +19 -0
  37. package/dist/types/components/ui/scroll-area.d.ts.map +1 -0
  38. package/dist/types/components/ui/select.d.ts +81 -0
  39. package/dist/types/components/ui/select.d.ts.map +1 -0
  40. package/dist/types/components/ui/separator.d.ts +12 -0
  41. package/dist/types/components/ui/separator.d.ts.map +1 -0
  42. package/dist/types/components/ui/switch.d.ts +17 -0
  43. package/dist/types/components/ui/switch.d.ts.map +1 -0
  44. package/dist/types/components/ui/toast.d.ts +56 -0
  45. package/dist/types/components/ui/toast.d.ts.map +1 -0
  46. package/dist/types/components/ui/tooltip.d.ts +34 -0
  47. package/dist/types/components/ui/tooltip.d.ts.map +1 -0
  48. package/dist/types/components/ui/visually-hidden.d.ts +10 -0
  49. package/dist/types/components/ui/visually-hidden.d.ts.map +1 -0
  50. package/dist/types/hooks/use-direction.d.ts +10 -0
  51. package/dist/types/hooks/use-direction.d.ts.map +1 -0
  52. package/dist/types/hooks/use-strings.d.ts +31 -0
  53. package/dist/types/hooks/use-strings.d.ts.map +1 -0
  54. package/dist/types/hooks/use-toast.d.ts +47 -0
  55. package/dist/types/hooks/use-toast.d.ts.map +1 -0
  56. package/dist/types/hooks/use-tooltip-popover.d.ts +11 -0
  57. package/dist/types/hooks/use-tooltip-popover.d.ts.map +1 -0
  58. package/dist/types/icons/a-z-arrows.d.ts +3 -0
  59. package/dist/types/icons/a-z-arrows.d.ts.map +1 -0
  60. package/dist/types/icons/a-z-minus.d.ts +3 -0
  61. package/dist/types/icons/a-z-minus.d.ts.map +1 -0
  62. package/dist/types/icons/a.d.ts +3 -0
  63. package/dist/types/icons/a.d.ts.map +1 -0
  64. package/dist/types/icons/accessibility.d.ts +3 -0
  65. package/dist/types/icons/accessibility.d.ts.map +1 -0
  66. package/dist/types/icons/align-justify.d.ts +3 -0
  67. package/dist/types/icons/align-justify.d.ts.map +1 -0
  68. package/dist/types/icons/amazon-logo.d.ts +3 -0
  69. package/dist/types/icons/amazon-logo.d.ts.map +1 -0
  70. package/dist/types/icons/ampersand.d.ts +3 -0
  71. package/dist/types/icons/ampersand.d.ts.map +1 -0
  72. package/dist/types/icons/app-window-2.d.ts +3 -0
  73. package/dist/types/icons/app-window-2.d.ts.map +1 -0
  74. package/dist/types/icons/app-window-arrow-right.d.ts +3 -0
  75. package/dist/types/icons/app-window-arrow-right.d.ts.map +1 -0
  76. package/dist/types/icons/app-window-arrow-up.d.ts +3 -0
  77. package/dist/types/icons/app-window-arrow-up.d.ts.map +1 -0
  78. package/dist/types/icons/app-window-cloud.d.ts +3 -0
  79. package/dist/types/icons/app-window-cloud.d.ts.map +1 -0
  80. package/dist/types/icons/app-window-code.d.ts +3 -0
  81. package/dist/types/icons/app-window-code.d.ts.map +1 -0
  82. package/dist/types/icons/app-window-cog-2.d.ts +3 -0
  83. package/dist/types/icons/app-window-cog-2.d.ts.map +1 -0
  84. package/dist/types/icons/app-window-cog.d.ts +3 -0
  85. package/dist/types/icons/app-window-cog.d.ts.map +1 -0
  86. package/dist/types/icons/app-window-globe.d.ts +3 -0
  87. package/dist/types/icons/app-window-globe.d.ts.map +1 -0
  88. package/dist/types/icons/app-window-grid-2x2-cog.d.ts +3 -0
  89. package/dist/types/icons/app-window-grid-2x2-cog.d.ts.map +1 -0
  90. package/dist/types/icons/app-window-grid-2x2-network.d.ts +3 -0
  91. package/dist/types/icons/app-window-grid-2x2-network.d.ts.map +1 -0
  92. package/dist/types/icons/app-window-grid-2x2.d.ts +3 -0
  93. package/dist/types/icons/app-window-grid-2x2.d.ts.map +1 -0
  94. package/dist/types/icons/app-window-grid-search.d.ts +3 -0
  95. package/dist/types/icons/app-window-grid-search.d.ts.map +1 -0
  96. package/dist/types/icons/app-window-lock-keyhole.d.ts +3 -0
  97. package/dist/types/icons/app-window-lock-keyhole.d.ts.map +1 -0
  98. package/dist/types/icons/app-window-prompt-top-right.d.ts +3 -0
  99. package/dist/types/icons/app-window-prompt-top-right.d.ts.map +1 -0
  100. package/dist/types/icons/app-window-terminal-2.d.ts +3 -0
  101. package/dist/types/icons/app-window-terminal-2.d.ts.map +1 -0
  102. package/dist/types/icons/app-window-terminal.d.ts +3 -0
  103. package/dist/types/icons/app-window-terminal.d.ts.map +1 -0
  104. package/dist/types/icons/app-window.d.ts +3 -0
  105. package/dist/types/icons/app-window.d.ts.map +1 -0
  106. package/dist/types/icons/archive-restore.d.ts +3 -0
  107. package/dist/types/icons/archive-restore.d.ts.map +1 -0
  108. package/dist/types/icons/archive-send.d.ts +3 -0
  109. package/dist/types/icons/archive-send.d.ts.map +1 -0
  110. package/dist/types/icons/archive.d.ts +3 -0
  111. package/dist/types/icons/archive.d.ts.map +1 -0
  112. package/dist/types/icons/arrow-down-narrow-wide.d.ts +3 -0
  113. package/dist/types/icons/arrow-down-narrow-wide.d.ts.map +1 -0
  114. package/dist/types/icons/arrow-down-to-line.d.ts +3 -0
  115. package/dist/types/icons/arrow-down-to-line.d.ts.map +1 -0
  116. package/dist/types/icons/arrow-down-wide-narrow.d.ts +3 -0
  117. package/dist/types/icons/arrow-down-wide-narrow.d.ts.map +1 -0
  118. package/dist/types/icons/arrow-down.d.ts +3 -0
  119. package/dist/types/icons/arrow-down.d.ts.map +1 -0
  120. package/dist/types/icons/arrow-left-right.d.ts +3 -0
  121. package/dist/types/icons/arrow-left-right.d.ts.map +1 -0
  122. package/dist/types/icons/arrow-left.d.ts +3 -0
  123. package/dist/types/icons/arrow-left.d.ts.map +1 -0
  124. package/dist/types/icons/arrow-up-from-line.d.ts +3 -0
  125. package/dist/types/icons/arrow-up-from-line.d.ts.map +1 -0
  126. package/dist/types/icons/arrow-up-narrow-wide.d.ts +3 -0
  127. package/dist/types/icons/arrow-up-narrow-wide.d.ts.map +1 -0
  128. package/dist/types/icons/arrow-up.d.ts +3 -0
  129. package/dist/types/icons/arrow-up.d.ts.map +1 -0
  130. package/dist/types/icons/aws-logo.d.ts +3 -0
  131. package/dist/types/icons/aws-logo.d.ts.map +1 -0
  132. package/dist/types/icons/badge-check.d.ts +3 -0
  133. package/dist/types/icons/badge-check.d.ts.map +1 -0
  134. package/dist/types/icons/badge-user-alert.d.ts +3 -0
  135. package/dist/types/icons/badge-user-alert.d.ts.map +1 -0
  136. package/dist/types/icons/badge-user.d.ts +3 -0
  137. package/dist/types/icons/badge-user.d.ts.map +1 -0
  138. package/dist/types/icons/ban.d.ts +3 -0
  139. package/dist/types/icons/ban.d.ts.map +1 -0
  140. package/dist/types/icons/bell-alert.d.ts +3 -0
  141. package/dist/types/icons/bell-alert.d.ts.map +1 -0
  142. package/dist/types/icons/bell-outline.d.ts +3 -0
  143. package/dist/types/icons/bell-outline.d.ts.map +1 -0
  144. package/dist/types/icons/bell.d.ts +3 -0
  145. package/dist/types/icons/bell.d.ts.map +1 -0
  146. package/dist/types/icons/bomb.d.ts +3 -0
  147. package/dist/types/icons/bomb.d.ts.map +1 -0
  148. package/dist/types/icons/book-open-page-outline.d.ts +3 -0
  149. package/dist/types/icons/book-open-page-outline.d.ts.map +1 -0
  150. package/dist/types/icons/book-open-page.d.ts +3 -0
  151. package/dist/types/icons/book-open-page.d.ts.map +1 -0
  152. package/dist/types/icons/book-open-up.d.ts +3 -0
  153. package/dist/types/icons/book-open-up.d.ts.map +1 -0
  154. package/dist/types/icons/braces.d.ts +3 -0
  155. package/dist/types/icons/braces.d.ts.map +1 -0
  156. package/dist/types/icons/breachwatch-off.d.ts +3 -0
  157. package/dist/types/icons/breachwatch-off.d.ts.map +1 -0
  158. package/dist/types/icons/briefcase-business-shield.d.ts +3 -0
  159. package/dist/types/icons/briefcase-business-shield.d.ts.map +1 -0
  160. package/dist/types/icons/briefcase-business.d.ts +3 -0
  161. package/dist/types/icons/briefcase-business.d.ts.map +1 -0
  162. package/dist/types/icons/briefcase.d.ts +3 -0
  163. package/dist/types/icons/briefcase.d.ts.map +1 -0
  164. package/dist/types/icons/bug.d.ts +3 -0
  165. package/dist/types/icons/bug.d.ts.map +1 -0
  166. package/dist/types/icons/building-2.d.ts +3 -0
  167. package/dist/types/icons/building-2.d.ts.map +1 -0
  168. package/dist/types/icons/building-cog.d.ts +3 -0
  169. package/dist/types/icons/building-cog.d.ts.map +1 -0
  170. package/dist/types/icons/building-plus.d.ts +3 -0
  171. package/dist/types/icons/building-plus.d.ts.map +1 -0
  172. package/dist/types/icons/building.d.ts +3 -0
  173. package/dist/types/icons/building.d.ts.map +1 -0
  174. package/dist/types/icons/calendar.d.ts +3 -0
  175. package/dist/types/icons/calendar.d.ts.map +1 -0
  176. package/dist/types/icons/camera.d.ts +3 -0
  177. package/dist/types/icons/camera.d.ts.map +1 -0
  178. package/dist/types/icons/case-lower.d.ts +3 -0
  179. package/dist/types/icons/case-lower.d.ts.map +1 -0
  180. package/dist/types/icons/chart-column.d.ts +3 -0
  181. package/dist/types/icons/chart-column.d.ts.map +1 -0
  182. package/dist/types/icons/chart-no-axes-columns-trending-up.d.ts +3 -0
  183. package/dist/types/icons/chart-no-axes-columns-trending-up.d.ts.map +1 -0
  184. package/dist/types/icons/check-check.d.ts +3 -0
  185. package/dist/types/icons/check-check.d.ts.map +1 -0
  186. package/dist/types/icons/check-circle-outline.d.ts +3 -0
  187. package/dist/types/icons/check-circle-outline.d.ts.map +1 -0
  188. package/dist/types/icons/check.d.ts +3 -0
  189. package/dist/types/icons/check.d.ts.map +1 -0
  190. package/dist/types/icons/chevron-down.d.ts +3 -0
  191. package/dist/types/icons/chevron-down.d.ts.map +1 -0
  192. package/dist/types/icons/chevron-left.d.ts +3 -0
  193. package/dist/types/icons/chevron-left.d.ts.map +1 -0
  194. package/dist/types/icons/chevron-right.d.ts +3 -0
  195. package/dist/types/icons/chevron-right.d.ts.map +1 -0
  196. package/dist/types/icons/chevron-up.d.ts +3 -0
  197. package/dist/types/icons/chevron-up.d.ts.map +1 -0
  198. package/dist/types/icons/chevrons-down.d.ts +3 -0
  199. package/dist/types/icons/chevrons-down.d.ts.map +1 -0
  200. package/dist/types/icons/circle-alert-outline.d.ts +3 -0
  201. package/dist/types/icons/circle-alert-outline.d.ts.map +1 -0
  202. package/dist/types/icons/circle-alert.d.ts +3 -0
  203. package/dist/types/icons/circle-alert.d.ts.map +1 -0
  204. package/dist/types/icons/circle-arrow-up.d.ts +3 -0
  205. package/dist/types/icons/circle-arrow-up.d.ts.map +1 -0
  206. package/dist/types/icons/circle-check.d.ts +3 -0
  207. package/dist/types/icons/circle-check.d.ts.map +1 -0
  208. package/dist/types/icons/circle-chevrons-right-left.d.ts +3 -0
  209. package/dist/types/icons/circle-chevrons-right-left.d.ts.map +1 -0
  210. package/dist/types/icons/circle-cloud.d.ts +3 -0
  211. package/dist/types/icons/circle-cloud.d.ts.map +1 -0
  212. package/dist/types/icons/circle-dna-thin.d.ts +3 -0
  213. package/dist/types/icons/circle-dna-thin.d.ts.map +1 -0
  214. package/dist/types/icons/circle-dna.d.ts +3 -0
  215. package/dist/types/icons/circle-dna.d.ts.map +1 -0
  216. package/dist/types/icons/circle-dollar-sign.d.ts +3 -0
  217. package/dist/types/icons/circle-dollar-sign.d.ts.map +1 -0
  218. package/dist/types/icons/circle-info-outline.d.ts +3 -0
  219. package/dist/types/icons/circle-info-outline.d.ts.map +1 -0
  220. package/dist/types/icons/circle-lock-fill.d.ts +3 -0
  221. package/dist/types/icons/circle-lock-fill.d.ts.map +1 -0
  222. package/dist/types/icons/circle-lock.d.ts +3 -0
  223. package/dist/types/icons/circle-lock.d.ts.map +1 -0
  224. package/dist/types/icons/circle-minus-outline.d.ts +3 -0
  225. package/dist/types/icons/circle-minus-outline.d.ts.map +1 -0
  226. package/dist/types/icons/circle-minus-small.d.ts +3 -0
  227. package/dist/types/icons/circle-minus-small.d.ts.map +1 -0
  228. package/dist/types/icons/circle-minus.d.ts +3 -0
  229. package/dist/types/icons/circle-minus.d.ts.map +1 -0
  230. package/dist/types/icons/circle-outline.d.ts +3 -0
  231. package/dist/types/icons/circle-outline.d.ts.map +1 -0
  232. package/dist/types/icons/circle-pause.d.ts +3 -0
  233. package/dist/types/icons/circle-pause.d.ts.map +1 -0
  234. package/dist/types/icons/circle-play-outline.d.ts +3 -0
  235. package/dist/types/icons/circle-play-outline.d.ts.map +1 -0
  236. package/dist/types/icons/circle-play.d.ts +3 -0
  237. package/dist/types/icons/circle-play.d.ts.map +1 -0
  238. package/dist/types/icons/circle-plus.d.ts +3 -0
  239. package/dist/types/icons/circle-plus.d.ts.map +1 -0
  240. package/dist/types/icons/circle-question-mark-outline.d.ts +3 -0
  241. package/dist/types/icons/circle-question-mark-outline.d.ts.map +1 -0
  242. package/dist/types/icons/circle-question-mark.d.ts +3 -0
  243. package/dist/types/icons/circle-question-mark.d.ts.map +1 -0
  244. package/dist/types/icons/circle-segment-top-right-2.d.ts +3 -0
  245. package/dist/types/icons/circle-segment-top-right-2.d.ts.map +1 -0
  246. package/dist/types/icons/circle-segment-top-right.d.ts +3 -0
  247. package/dist/types/icons/circle-segment-top-right.d.ts.map +1 -0
  248. package/dist/types/icons/circle-skip-forward.d.ts +3 -0
  249. package/dist/types/icons/circle-skip-forward.d.ts.map +1 -0
  250. package/dist/types/icons/circle-user-concierge.d.ts +3 -0
  251. package/dist/types/icons/circle-user-concierge.d.ts.map +1 -0
  252. package/dist/types/icons/circle-user-network.d.ts +3 -0
  253. package/dist/types/icons/circle-user-network.d.ts.map +1 -0
  254. package/dist/types/icons/circle-user-off.d.ts +3 -0
  255. package/dist/types/icons/circle-user-off.d.ts.map +1 -0
  256. package/dist/types/icons/circle-user.d.ts +3 -0
  257. package/dist/types/icons/circle-user.d.ts.map +1 -0
  258. package/dist/types/icons/circle-x.d.ts +3 -0
  259. package/dist/types/icons/circle-x.d.ts.map +1 -0
  260. package/dist/types/icons/circle-zap.d.ts +3 -0
  261. package/dist/types/icons/circle-zap.d.ts.map +1 -0
  262. package/dist/types/icons/clapperboard.d.ts +3 -0
  263. package/dist/types/icons/clapperboard.d.ts.map +1 -0
  264. package/dist/types/icons/clipboard-2-alert.d.ts +3 -0
  265. package/dist/types/icons/clipboard-2-alert.d.ts.map +1 -0
  266. package/dist/types/icons/clipboard-2-check.d.ts +3 -0
  267. package/dist/types/icons/clipboard-2-check.d.ts.map +1 -0
  268. package/dist/types/icons/clipboard-2-text.d.ts +3 -0
  269. package/dist/types/icons/clipboard-2-text.d.ts.map +1 -0
  270. package/dist/types/icons/clipboard-alert.d.ts +3 -0
  271. package/dist/types/icons/clipboard-alert.d.ts.map +1 -0
  272. package/dist/types/icons/clipboard-chart.d.ts +3 -0
  273. package/dist/types/icons/clipboard-chart.d.ts.map +1 -0
  274. package/dist/types/icons/clipboard-text.d.ts +3 -0
  275. package/dist/types/icons/clipboard-text.d.ts.map +1 -0
  276. package/dist/types/icons/clipboard-x.d.ts +3 -0
  277. package/dist/types/icons/clipboard-x.d.ts.map +1 -0
  278. package/dist/types/icons/clipboard.d.ts +3 -0
  279. package/dist/types/icons/clipboard.d.ts.map +1 -0
  280. package/dist/types/icons/clock.d.ts +3 -0
  281. package/dist/types/icons/clock.d.ts.map +1 -0
  282. package/dist/types/icons/cloud-cog.d.ts +3 -0
  283. package/dist/types/icons/cloud-cog.d.ts.map +1 -0
  284. package/dist/types/icons/cloud-download.d.ts +3 -0
  285. package/dist/types/icons/cloud-download.d.ts.map +1 -0
  286. package/dist/types/icons/cloud-government.d.ts +3 -0
  287. package/dist/types/icons/cloud-government.d.ts.map +1 -0
  288. package/dist/types/icons/cloud-key-outline.d.ts +3 -0
  289. package/dist/types/icons/cloud-key-outline.d.ts.map +1 -0
  290. package/dist/types/icons/cloud-key.d.ts +3 -0
  291. package/dist/types/icons/cloud-key.d.ts.map +1 -0
  292. package/dist/types/icons/cloud-off.d.ts +3 -0
  293. package/dist/types/icons/cloud-off.d.ts.map +1 -0
  294. package/dist/types/icons/cloud-upload.d.ts +3 -0
  295. package/dist/types/icons/cloud-upload.d.ts.map +1 -0
  296. package/dist/types/icons/cloud.d.ts +3 -0
  297. package/dist/types/icons/cloud.d.ts.map +1 -0
  298. package/dist/types/icons/cog.d.ts +3 -0
  299. package/dist/types/icons/cog.d.ts.map +1 -0
  300. package/dist/types/icons/columns-3.d.ts +3 -0
  301. package/dist/types/icons/columns-3.d.ts.map +1 -0
  302. package/dist/types/icons/columns-4.d.ts +3 -0
  303. package/dist/types/icons/columns-4.d.ts.map +1 -0
  304. package/dist/types/icons/command.d.ts +3 -0
  305. package/dist/types/icons/command.d.ts.map +1 -0
  306. package/dist/types/icons/commander-logo.d.ts +3 -0
  307. package/dist/types/icons/commander-logo.d.ts.map +1 -0
  308. package/dist/types/icons/copy-alert.d.ts +3 -0
  309. package/dist/types/icons/copy-alert.d.ts.map +1 -0
  310. package/dist/types/icons/copy-chevron-down.d.ts +3 -0
  311. package/dist/types/icons/copy-chevron-down.d.ts.map +1 -0
  312. package/dist/types/icons/copy-circle-plus.d.ts +3 -0
  313. package/dist/types/icons/copy-circle-plus.d.ts.map +1 -0
  314. package/dist/types/icons/copy-plus.d.ts +3 -0
  315. package/dist/types/icons/copy-plus.d.ts.map +1 -0
  316. package/dist/types/icons/copy.d.ts +3 -0
  317. package/dist/types/icons/copy.d.ts.map +1 -0
  318. package/dist/types/icons/credit-card-clock.d.ts +3 -0
  319. package/dist/types/icons/credit-card-clock.d.ts.map +1 -0
  320. package/dist/types/icons/credit-card.d.ts +3 -0
  321. package/dist/types/icons/credit-card.d.ts.map +1 -0
  322. package/dist/types/icons/database-map-pin.d.ts +3 -0
  323. package/dist/types/icons/database-map-pin.d.ts.map +1 -0
  324. package/dist/types/icons/database-refresh-ccw.d.ts +3 -0
  325. package/dist/types/icons/database-refresh-ccw.d.ts.map +1 -0
  326. package/dist/types/icons/database-search.d.ts +3 -0
  327. package/dist/types/icons/database-search.d.ts.map +1 -0
  328. package/dist/types/icons/database.d.ts +3 -0
  329. package/dist/types/icons/database.d.ts.map +1 -0
  330. package/dist/types/icons/dice-outline.d.ts +3 -0
  331. package/dist/types/icons/dice-outline.d.ts.map +1 -0
  332. package/dist/types/icons/dice-white.d.ts +3 -0
  333. package/dist/types/icons/dice-white.d.ts.map +1 -0
  334. package/dist/types/icons/dice.d.ts +3 -0
  335. package/dist/types/icons/dice.d.ts.map +1 -0
  336. package/dist/types/icons/docker-logo.d.ts +3 -0
  337. package/dist/types/icons/docker-logo.d.ts.map +1 -0
  338. package/dist/types/icons/dot-outline.d.ts +3 -0
  339. package/dist/types/icons/dot-outline.d.ts.map +1 -0
  340. package/dist/types/icons/dot.d.ts +3 -0
  341. package/dist/types/icons/dot.d.ts.map +1 -0
  342. package/dist/types/icons/download.d.ts +3 -0
  343. package/dist/types/icons/download.d.ts.map +1 -0
  344. package/dist/types/icons/drag-handle.d.ts +3 -0
  345. package/dist/types/icons/drag-handle.d.ts.map +1 -0
  346. package/dist/types/icons/drawer-open.d.ts +3 -0
  347. package/dist/types/icons/drawer-open.d.ts.map +1 -0
  348. package/dist/types/icons/duo-logo.d.ts +3 -0
  349. package/dist/types/icons/duo-logo.d.ts.map +1 -0
  350. package/dist/types/icons/earth-2.d.ts +3 -0
  351. package/dist/types/icons/earth-2.d.ts.map +1 -0
  352. package/dist/types/icons/earth-lock.d.ts +3 -0
  353. package/dist/types/icons/earth-lock.d.ts.map +1 -0
  354. package/dist/types/icons/earth.d.ts +3 -0
  355. package/dist/types/icons/earth.d.ts.map +1 -0
  356. package/dist/types/icons/ellipsis-horizontal.d.ts +3 -0
  357. package/dist/types/icons/ellipsis-horizontal.d.ts.map +1 -0
  358. package/dist/types/icons/ellipsis-vertical.d.ts +3 -0
  359. package/dist/types/icons/ellipsis-vertical.d.ts.map +1 -0
  360. package/dist/types/icons/equal.d.ts +3 -0
  361. package/dist/types/icons/equal.d.ts.map +1 -0
  362. package/dist/types/icons/eye-hello.d.ts +3 -0
  363. package/dist/types/icons/eye-hello.d.ts.map +1 -0
  364. package/dist/types/icons/eye-off.d.ts +3 -0
  365. package/dist/types/icons/eye-off.d.ts.map +1 -0
  366. package/dist/types/icons/eye.d.ts +3 -0
  367. package/dist/types/icons/eye.d.ts.map +1 -0
  368. package/dist/types/icons/file-bookmark-star.d.ts +3 -0
  369. package/dist/types/icons/file-bookmark-star.d.ts.map +1 -0
  370. package/dist/types/icons/file-code.d.ts +3 -0
  371. package/dist/types/icons/file-code.d.ts.map +1 -0
  372. package/dist/types/icons/file-cog.d.ts +3 -0
  373. package/dist/types/icons/file-cog.d.ts.map +1 -0
  374. package/dist/types/icons/file-doc.d.ts +3 -0
  375. package/dist/types/icons/file-doc.d.ts.map +1 -0
  376. package/dist/types/icons/file-eps.d.ts +3 -0
  377. package/dist/types/icons/file-eps.d.ts.map +1 -0
  378. package/dist/types/icons/file-image.d.ts +3 -0
  379. package/dist/types/icons/file-image.d.ts.map +1 -0
  380. package/dist/types/icons/file-lock.d.ts +3 -0
  381. package/dist/types/icons/file-lock.d.ts.map +1 -0
  382. package/dist/types/icons/file-pdf.d.ts +3 -0
  383. package/dist/types/icons/file-pdf.d.ts.map +1 -0
  384. package/dist/types/icons/file-ppt.d.ts +3 -0
  385. package/dist/types/icons/file-ppt.d.ts.map +1 -0
  386. package/dist/types/icons/file-question-mark.d.ts +3 -0
  387. package/dist/types/icons/file-question-mark.d.ts.map +1 -0
  388. package/dist/types/icons/file-search-outline.d.ts +3 -0
  389. package/dist/types/icons/file-search-outline.d.ts.map +1 -0
  390. package/dist/types/icons/file-search.d.ts +3 -0
  391. package/dist/types/icons/file-search.d.ts.map +1 -0
  392. package/dist/types/icons/file-svg.d.ts +3 -0
  393. package/dist/types/icons/file-svg.d.ts.map +1 -0
  394. package/dist/types/icons/file-text-pencil.d.ts +3 -0
  395. package/dist/types/icons/file-text-pencil.d.ts.map +1 -0
  396. package/dist/types/icons/file-text.d.ts +3 -0
  397. package/dist/types/icons/file-text.d.ts.map +1 -0
  398. package/dist/types/icons/file-user.d.ts +3 -0
  399. package/dist/types/icons/file-user.d.ts.map +1 -0
  400. package/dist/types/icons/file-xls.d.ts +3 -0
  401. package/dist/types/icons/file-xls.d.ts.map +1 -0
  402. package/dist/types/icons/file.d.ts +3 -0
  403. package/dist/types/icons/file.d.ts.map +1 -0
  404. package/dist/types/icons/fingerprint-2.d.ts +3 -0
  405. package/dist/types/icons/fingerprint-2.d.ts.map +1 -0
  406. package/dist/types/icons/fingerprint-3.d.ts +3 -0
  407. package/dist/types/icons/fingerprint-3.d.ts.map +1 -0
  408. package/dist/types/icons/fingerprint.d.ts +3 -0
  409. package/dist/types/icons/fingerprint.d.ts.map +1 -0
  410. package/dist/types/icons/flag.d.ts +3 -0
  411. package/dist/types/icons/flag.d.ts.map +1 -0
  412. package/dist/types/icons/folder-archive.d.ts +3 -0
  413. package/dist/types/icons/folder-archive.d.ts.map +1 -0
  414. package/dist/types/icons/folder-network.d.ts +3 -0
  415. package/dist/types/icons/folder-network.d.ts.map +1 -0
  416. package/dist/types/icons/folder-outline.d.ts +3 -0
  417. package/dist/types/icons/folder-outline.d.ts.map +1 -0
  418. package/dist/types/icons/folder-plus.d.ts +3 -0
  419. package/dist/types/icons/folder-plus.d.ts.map +1 -0
  420. package/dist/types/icons/folder-right.d.ts +3 -0
  421. package/dist/types/icons/folder-right.d.ts.map +1 -0
  422. package/dist/types/icons/folder-share-outline.d.ts +3 -0
  423. package/dist/types/icons/folder-share-outline.d.ts.map +1 -0
  424. package/dist/types/icons/folder-share-plus.d.ts +3 -0
  425. package/dist/types/icons/folder-share-plus.d.ts.map +1 -0
  426. package/dist/types/icons/folder-share.d.ts +3 -0
  427. package/dist/types/icons/folder-share.d.ts.map +1 -0
  428. package/dist/types/icons/folder-user.d.ts +3 -0
  429. package/dist/types/icons/folder-user.d.ts.map +1 -0
  430. package/dist/types/icons/folder-users.d.ts +3 -0
  431. package/dist/types/icons/folder-users.d.ts.map +1 -0
  432. package/dist/types/icons/folder-x.d.ts +3 -0
  433. package/dist/types/icons/folder-x.d.ts.map +1 -0
  434. package/dist/types/icons/folder.d.ts +3 -0
  435. package/dist/types/icons/folder.d.ts.map +1 -0
  436. package/dist/types/icons/folders.d.ts +3 -0
  437. package/dist/types/icons/folders.d.ts.map +1 -0
  438. package/dist/types/icons/football.d.ts +3 -0
  439. package/dist/types/icons/football.d.ts.map +1 -0
  440. package/dist/types/icons/footprints.d.ts +3 -0
  441. package/dist/types/icons/footprints.d.ts.map +1 -0
  442. package/dist/types/icons/forward.d.ts +3 -0
  443. package/dist/types/icons/forward.d.ts.map +1 -0
  444. package/dist/types/icons/gamepad.d.ts +3 -0
  445. package/dist/types/icons/gamepad.d.ts.map +1 -0
  446. package/dist/types/icons/gauge.d.ts +3 -0
  447. package/dist/types/icons/gauge.d.ts.map +1 -0
  448. package/dist/types/icons/gem.d.ts +3 -0
  449. package/dist/types/icons/gem.d.ts.map +1 -0
  450. package/dist/types/icons/gift-2.d.ts +3 -0
  451. package/dist/types/icons/gift-2.d.ts.map +1 -0
  452. package/dist/types/icons/gift-card.d.ts +3 -0
  453. package/dist/types/icons/gift-card.d.ts.map +1 -0
  454. package/dist/types/icons/gift.d.ts +3 -0
  455. package/dist/types/icons/gift.d.ts.map +1 -0
  456. package/dist/types/icons/globe-eye.d.ts +3 -0
  457. package/dist/types/icons/globe-eye.d.ts.map +1 -0
  458. package/dist/types/icons/globe-question-mark.d.ts +3 -0
  459. package/dist/types/icons/globe-question-mark.d.ts.map +1 -0
  460. package/dist/types/icons/globe.d.ts +3 -0
  461. package/dist/types/icons/globe.d.ts.map +1 -0
  462. package/dist/types/icons/google-authenticator-logo.d.ts +3 -0
  463. package/dist/types/icons/google-authenticator-logo.d.ts.map +1 -0
  464. package/dist/types/icons/google-logo.d.ts +3 -0
  465. package/dist/types/icons/google-logo.d.ts.map +1 -0
  466. package/dist/types/icons/government-2.d.ts +3 -0
  467. package/dist/types/icons/government-2.d.ts.map +1 -0
  468. package/dist/types/icons/government-3.d.ts +3 -0
  469. package/dist/types/icons/government-3.d.ts.map +1 -0
  470. package/dist/types/icons/government.d.ts +3 -0
  471. package/dist/types/icons/government.d.ts.map +1 -0
  472. package/dist/types/icons/graduation-cap.d.ts +3 -0
  473. package/dist/types/icons/graduation-cap.d.ts.map +1 -0
  474. package/dist/types/icons/grid-2x2.d.ts +3 -0
  475. package/dist/types/icons/grid-2x2.d.ts.map +1 -0
  476. package/dist/types/icons/grid-3x2.d.ts +3 -0
  477. package/dist/types/icons/grid-3x2.d.ts.map +1 -0
  478. package/dist/types/icons/grip.d.ts +3 -0
  479. package/dist/types/icons/grip.d.ts.map +1 -0
  480. package/dist/types/icons/hand.d.ts +3 -0
  481. package/dist/types/icons/hand.d.ts.map +1 -0
  482. package/dist/types/icons/handshake.d.ts +3 -0
  483. package/dist/types/icons/handshake.d.ts.map +1 -0
  484. package/dist/types/icons/headset.d.ts +3 -0
  485. package/dist/types/icons/headset.d.ts.map +1 -0
  486. package/dist/types/icons/hexagons-outline.d.ts +3 -0
  487. package/dist/types/icons/hexagons-outline.d.ts.map +1 -0
  488. package/dist/types/icons/hexagons.d.ts +3 -0
  489. package/dist/types/icons/hexagons.d.ts.map +1 -0
  490. package/dist/types/icons/hospital.d.ts +3 -0
  491. package/dist/types/icons/hospital.d.ts.map +1 -0
  492. package/dist/types/icons/hourglass-sand.d.ts +3 -0
  493. package/dist/types/icons/hourglass-sand.d.ts.map +1 -0
  494. package/dist/types/icons/hourglass.d.ts +3 -0
  495. package/dist/types/icons/hourglass.d.ts.map +1 -0
  496. package/dist/types/icons/house.d.ts +3 -0
  497. package/dist/types/icons/house.d.ts.map +1 -0
  498. package/dist/types/icons/id-card-2.d.ts +3 -0
  499. package/dist/types/icons/id-card-2.d.ts.map +1 -0
  500. package/dist/types/icons/id-card-3.d.ts +3 -0
  501. package/dist/types/icons/id-card-3.d.ts.map +1 -0
  502. package/dist/types/icons/id-card.d.ts +3 -0
  503. package/dist/types/icons/id-card.d.ts.map +1 -0
  504. package/dist/types/icons/image-split-vertical.d.ts +3 -0
  505. package/dist/types/icons/image-split-vertical.d.ts.map +1 -0
  506. package/dist/types/icons/inbox-down.d.ts +3 -0
  507. package/dist/types/icons/inbox-down.d.ts.map +1 -0
  508. package/dist/types/icons/index.d.ts +485 -0
  509. package/dist/types/icons/index.d.ts.map +1 -0
  510. package/dist/types/icons/infinity.d.ts +3 -0
  511. package/dist/types/icons/infinity.d.ts.map +1 -0
  512. package/dist/types/icons/keeper-coin.d.ts +3 -0
  513. package/dist/types/icons/keeper-coin.d.ts.map +1 -0
  514. package/dist/types/icons/keeper-off.d.ts +3 -0
  515. package/dist/types/icons/keeper-off.d.ts.map +1 -0
  516. package/dist/types/icons/keeper-square-input.d.ts +3 -0
  517. package/dist/types/icons/keeper-square-input.d.ts.map +1 -0
  518. package/dist/types/icons/keeper.d.ts +3 -0
  519. package/dist/types/icons/keeper.d.ts.map +1 -0
  520. package/dist/types/icons/key-equal.d.ts +3 -0
  521. package/dist/types/icons/key-equal.d.ts.map +1 -0
  522. package/dist/types/icons/key-user.d.ts +3 -0
  523. package/dist/types/icons/key-user.d.ts.map +1 -0
  524. package/dist/types/icons/key.d.ts +3 -0
  525. package/dist/types/icons/key.d.ts.map +1 -0
  526. package/dist/types/icons/keyboard.d.ts +3 -0
  527. package/dist/types/icons/keyboard.d.ts.map +1 -0
  528. package/dist/types/icons/keychain.d.ts +3 -0
  529. package/dist/types/icons/keychain.d.ts.map +1 -0
  530. package/dist/types/icons/keypad.d.ts +3 -0
  531. package/dist/types/icons/keypad.d.ts.map +1 -0
  532. package/dist/types/icons/keys.d.ts +3 -0
  533. package/dist/types/icons/keys.d.ts.map +1 -0
  534. package/dist/types/icons/kubernetes-logo.d.ts +3 -0
  535. package/dist/types/icons/kubernetes-logo.d.ts.map +1 -0
  536. package/dist/types/icons/landmark.d.ts +3 -0
  537. package/dist/types/icons/landmark.d.ts.map +1 -0
  538. package/dist/types/icons/laptop-search.d.ts +3 -0
  539. package/dist/types/icons/laptop-search.d.ts.map +1 -0
  540. package/dist/types/icons/laptop-smartphone.d.ts +3 -0
  541. package/dist/types/icons/laptop-smartphone.d.ts.map +1 -0
  542. package/dist/types/icons/laptop.d.ts +3 -0
  543. package/dist/types/icons/laptop.d.ts.map +1 -0
  544. package/dist/types/icons/laugh.d.ts +3 -0
  545. package/dist/types/icons/laugh.d.ts.map +1 -0
  546. package/dist/types/icons/layout-dashboard.d.ts +3 -0
  547. package/dist/types/icons/layout-dashboard.d.ts.map +1 -0
  548. package/dist/types/icons/life-buoy.d.ts +3 -0
  549. package/dist/types/icons/life-buoy.d.ts.map +1 -0
  550. package/dist/types/icons/lightbulb-outline.d.ts +3 -0
  551. package/dist/types/icons/lightbulb-outline.d.ts.map +1 -0
  552. package/dist/types/icons/lightbulb.d.ts +3 -0
  553. package/dist/types/icons/lightbulb.d.ts.map +1 -0
  554. package/dist/types/icons/link-2.d.ts +3 -0
  555. package/dist/types/icons/link-2.d.ts.map +1 -0
  556. package/dist/types/icons/link.d.ts +3 -0
  557. package/dist/types/icons/link.d.ts.map +1 -0
  558. package/dist/types/icons/list-check.d.ts +3 -0
  559. package/dist/types/icons/list-check.d.ts.map +1 -0
  560. package/dist/types/icons/list-filter.d.ts +3 -0
  561. package/dist/types/icons/list-filter.d.ts.map +1 -0
  562. package/dist/types/icons/list-plus.d.ts +3 -0
  563. package/dist/types/icons/list-plus.d.ts.map +1 -0
  564. package/dist/types/icons/list.d.ts +3 -0
  565. package/dist/types/icons/list.d.ts.map +1 -0
  566. package/dist/types/icons/lock-check-circle-x.d.ts +3 -0
  567. package/dist/types/icons/lock-check-circle-x.d.ts.map +1 -0
  568. package/dist/types/icons/lock-check.d.ts +3 -0
  569. package/dist/types/icons/lock-check.d.ts.map +1 -0
  570. package/dist/types/icons/lock-keyhole-outline.d.ts +3 -0
  571. package/dist/types/icons/lock-keyhole-outline.d.ts.map +1 -0
  572. package/dist/types/icons/lock-keyhole.d.ts +3 -0
  573. package/dist/types/icons/lock-keyhole.d.ts.map +1 -0
  574. package/dist/types/icons/lock-open.d.ts +3 -0
  575. package/dist/types/icons/lock-open.d.ts.map +1 -0
  576. package/dist/types/icons/lock-x.d.ts +3 -0
  577. package/dist/types/icons/lock-x.d.ts.map +1 -0
  578. package/dist/types/icons/lock.d.ts +3 -0
  579. package/dist/types/icons/lock.d.ts.map +1 -0
  580. package/dist/types/icons/log-in.d.ts +3 -0
  581. package/dist/types/icons/log-in.d.ts.map +1 -0
  582. package/dist/types/icons/log-out.d.ts +3 -0
  583. package/dist/types/icons/log-out.d.ts.map +1 -0
  584. package/dist/types/icons/mail.d.ts +3 -0
  585. package/dist/types/icons/mail.d.ts.map +1 -0
  586. package/dist/types/icons/map-clock.d.ts +3 -0
  587. package/dist/types/icons/map-clock.d.ts.map +1 -0
  588. package/dist/types/icons/map-pin-outline.d.ts +3 -0
  589. package/dist/types/icons/map-pin-outline.d.ts.map +1 -0
  590. package/dist/types/icons/map-pin.d.ts +3 -0
  591. package/dist/types/icons/map-pin.d.ts.map +1 -0
  592. package/dist/types/icons/maximize.d.ts +3 -0
  593. package/dist/types/icons/maximize.d.ts.map +1 -0
  594. package/dist/types/icons/megaphone-2.d.ts +3 -0
  595. package/dist/types/icons/megaphone-2.d.ts.map +1 -0
  596. package/dist/types/icons/megaphone.d.ts +3 -0
  597. package/dist/types/icons/megaphone.d.ts.map +1 -0
  598. package/dist/types/icons/membership-card.d.ts +3 -0
  599. package/dist/types/icons/membership-card.d.ts.map +1 -0
  600. package/dist/types/icons/menu.d.ts +3 -0
  601. package/dist/types/icons/menu.d.ts.map +1 -0
  602. package/dist/types/icons/message-square-info.d.ts +3 -0
  603. package/dist/types/icons/message-square-info.d.ts.map +1 -0
  604. package/dist/types/icons/message-square-more-2.d.ts +3 -0
  605. package/dist/types/icons/message-square-more-2.d.ts.map +1 -0
  606. package/dist/types/icons/message-square-more.d.ts +3 -0
  607. package/dist/types/icons/message-square-more.d.ts.map +1 -0
  608. package/dist/types/icons/message-square-pen-line.d.ts +3 -0
  609. package/dist/types/icons/message-square-pen-line.d.ts.map +1 -0
  610. package/dist/types/icons/message-square-text-2.d.ts +3 -0
  611. package/dist/types/icons/message-square-text-2.d.ts.map +1 -0
  612. package/dist/types/icons/message-square-text.d.ts +3 -0
  613. package/dist/types/icons/message-square-text.d.ts.map +1 -0
  614. package/dist/types/icons/message-square-video.d.ts +3 -0
  615. package/dist/types/icons/message-square-video.d.ts.map +1 -0
  616. package/dist/types/icons/message-square-x.d.ts +3 -0
  617. package/dist/types/icons/message-square-x.d.ts.map +1 -0
  618. package/dist/types/icons/message-square.d.ts +3 -0
  619. package/dist/types/icons/message-square.d.ts.map +1 -0
  620. package/dist/types/icons/messages-square.d.ts +3 -0
  621. package/dist/types/icons/messages-square.d.ts.map +1 -0
  622. package/dist/types/icons/microchip-layout-dashboard.d.ts +3 -0
  623. package/dist/types/icons/microchip-layout-dashboard.d.ts.map +1 -0
  624. package/dist/types/icons/microphone.d.ts +3 -0
  625. package/dist/types/icons/microphone.d.ts.map +1 -0
  626. package/dist/types/icons/microsoft-authenticator-logo.d.ts +3 -0
  627. package/dist/types/icons/microsoft-authenticator-logo.d.ts.map +1 -0
  628. package/dist/types/icons/military.d.ts +3 -0
  629. package/dist/types/icons/military.d.ts.map +1 -0
  630. package/dist/types/icons/minimize.d.ts +3 -0
  631. package/dist/types/icons/minimize.d.ts.map +1 -0
  632. package/dist/types/icons/monitor-chevrons-right-left.d.ts +3 -0
  633. package/dist/types/icons/monitor-chevrons-right-left.d.ts.map +1 -0
  634. package/dist/types/icons/monitor-layout-dashboard.d.ts +3 -0
  635. package/dist/types/icons/monitor-layout-dashboard.d.ts.map +1 -0
  636. package/dist/types/icons/monitor-lock.d.ts +3 -0
  637. package/dist/types/icons/monitor-lock.d.ts.map +1 -0
  638. package/dist/types/icons/monitor-smartphone-watch.d.ts +3 -0
  639. package/dist/types/icons/monitor-smartphone-watch.d.ts.map +1 -0
  640. package/dist/types/icons/monitor.d.ts +3 -0
  641. package/dist/types/icons/monitor.d.ts.map +1 -0
  642. package/dist/types/icons/monitors-network.d.ts +3 -0
  643. package/dist/types/icons/monitors-network.d.ts.map +1 -0
  644. package/dist/types/icons/monitors-x.d.ts +3 -0
  645. package/dist/types/icons/monitors-x.d.ts.map +1 -0
  646. package/dist/types/icons/monitors-zap.d.ts +3 -0
  647. package/dist/types/icons/monitors-zap.d.ts.map +1 -0
  648. package/dist/types/icons/moon.d.ts +3 -0
  649. package/dist/types/icons/moon.d.ts.map +1 -0
  650. package/dist/types/icons/music.d.ts +3 -0
  651. package/dist/types/icons/music.d.ts.map +1 -0
  652. package/dist/types/icons/mysql-logo.d.ts +3 -0
  653. package/dist/types/icons/mysql-logo.d.ts.map +1 -0
  654. package/dist/types/icons/network-2.d.ts +3 -0
  655. package/dist/types/icons/network-2.d.ts.map +1 -0
  656. package/dist/types/icons/network.d.ts +3 -0
  657. package/dist/types/icons/network.d.ts.map +1 -0
  658. package/dist/types/icons/newspaper.d.ts +3 -0
  659. package/dist/types/icons/newspaper.d.ts.map +1 -0
  660. package/dist/types/icons/note.d.ts +3 -0
  661. package/dist/types/icons/note.d.ts.map +1 -0
  662. package/dist/types/icons/octagon-alert.d.ts +3 -0
  663. package/dist/types/icons/octagon-alert.d.ts.map +1 -0
  664. package/dist/types/icons/page-bookmark-az.d.ts +3 -0
  665. package/dist/types/icons/page-bookmark-az.d.ts.map +1 -0
  666. package/dist/types/icons/page-bookmark.d.ts +3 -0
  667. package/dist/types/icons/page-bookmark.d.ts.map +1 -0
  668. package/dist/types/icons/paint-bucket.d.ts +3 -0
  669. package/dist/types/icons/paint-bucket.d.ts.map +1 -0
  670. package/dist/types/icons/palette.d.ts +3 -0
  671. package/dist/types/icons/palette.d.ts.map +1 -0
  672. package/dist/types/icons/panel-landscape.d.ts +3 -0
  673. package/dist/types/icons/panel-landscape.d.ts.map +1 -0
  674. package/dist/types/icons/panel-portrait.d.ts +3 -0
  675. package/dist/types/icons/panel-portrait.d.ts.map +1 -0
  676. package/dist/types/icons/panels-top-left.d.ts +3 -0
  677. package/dist/types/icons/panels-top-left.d.ts.map +1 -0
  678. package/dist/types/icons/paperclip-vertical.d.ts +3 -0
  679. package/dist/types/icons/paperclip-vertical.d.ts.map +1 -0
  680. package/dist/types/icons/paperclip.d.ts +3 -0
  681. package/dist/types/icons/paperclip.d.ts.map +1 -0
  682. package/dist/types/icons/paypal-logo.d.ts +3 -0
  683. package/dist/types/icons/paypal-logo.d.ts.map +1 -0
  684. package/dist/types/icons/pc-case.d.ts +3 -0
  685. package/dist/types/icons/pc-case.d.ts.map +1 -0
  686. package/dist/types/icons/pencil-line.d.ts +3 -0
  687. package/dist/types/icons/pencil-line.d.ts.map +1 -0
  688. package/dist/types/icons/pencil-off.d.ts +3 -0
  689. package/dist/types/icons/pencil-off.d.ts.map +1 -0
  690. package/dist/types/icons/pencil-ruler.d.ts +3 -0
  691. package/dist/types/icons/pencil-ruler.d.ts.map +1 -0
  692. package/dist/types/icons/pencil.d.ts +3 -0
  693. package/dist/types/icons/pencil.d.ts.map +1 -0
  694. package/dist/types/icons/phone-plus.d.ts +3 -0
  695. package/dist/types/icons/phone-plus.d.ts.map +1 -0
  696. package/dist/types/icons/phone.d.ts +3 -0
  697. package/dist/types/icons/phone.d.ts.map +1 -0
  698. package/dist/types/icons/plus.d.ts +3 -0
  699. package/dist/types/icons/plus.d.ts.map +1 -0
  700. package/dist/types/icons/postgres-logo.d.ts +3 -0
  701. package/dist/types/icons/postgres-logo.d.ts.map +1 -0
  702. package/dist/types/icons/power.d.ts +3 -0
  703. package/dist/types/icons/power.d.ts.map +1 -0
  704. package/dist/types/icons/printer.d.ts +3 -0
  705. package/dist/types/icons/printer.d.ts.map +1 -0
  706. package/dist/types/icons/puzzle.d.ts +3 -0
  707. package/dist/types/icons/puzzle.d.ts.map +1 -0
  708. package/dist/types/icons/qr-code.d.ts +3 -0
  709. package/dist/types/icons/qr-code.d.ts.map +1 -0
  710. package/dist/types/icons/radio-input-selected.d.ts +3 -0
  711. package/dist/types/icons/radio-input-selected.d.ts.map +1 -0
  712. package/dist/types/icons/radio-input.d.ts +3 -0
  713. package/dist/types/icons/radio-input.d.ts.map +1 -0
  714. package/dist/types/icons/radio-signal.d.ts +3 -0
  715. package/dist/types/icons/radio-signal.d.ts.map +1 -0
  716. package/dist/types/icons/radio.d.ts +3 -0
  717. package/dist/types/icons/radio.d.ts.map +1 -0
  718. package/dist/types/icons/rectangle-arrow-right.d.ts +3 -0
  719. package/dist/types/icons/rectangle-arrow-right.d.ts.map +1 -0
  720. package/dist/types/icons/rectangle-arrow-up.d.ts +3 -0
  721. package/dist/types/icons/rectangle-arrow-up.d.ts.map +1 -0
  722. package/dist/types/icons/rectangle-check.d.ts +3 -0
  723. package/dist/types/icons/rectangle-check.d.ts.map +1 -0
  724. package/dist/types/icons/rectangle-ellipsis-shield.d.ts +3 -0
  725. package/dist/types/icons/rectangle-ellipsis-shield.d.ts.map +1 -0
  726. package/dist/types/icons/rectangle-ellipsis.d.ts +3 -0
  727. package/dist/types/icons/rectangle-ellipsis.d.ts.map +1 -0
  728. package/dist/types/icons/rectangle-plus.d.ts +3 -0
  729. package/dist/types/icons/rectangle-plus.d.ts.map +1 -0
  730. package/dist/types/icons/reddit-logo.d.ts +3 -0
  731. package/dist/types/icons/reddit-logo.d.ts.map +1 -0
  732. package/dist/types/icons/refresh-ccw.d.ts +3 -0
  733. package/dist/types/icons/refresh-ccw.d.ts.map +1 -0
  734. package/dist/types/icons/refresh-cw-check.d.ts +3 -0
  735. package/dist/types/icons/refresh-cw-check.d.ts.map +1 -0
  736. package/dist/types/icons/reply.d.ts +3 -0
  737. package/dist/types/icons/reply.d.ts.map +1 -0
  738. package/dist/types/icons/rocket.d.ts +3 -0
  739. package/dist/types/icons/rocket.d.ts.map +1 -0
  740. package/dist/types/icons/rotate-ccw-clock.d.ts +3 -0
  741. package/dist/types/icons/rotate-ccw-clock.d.ts.map +1 -0
  742. package/dist/types/icons/rotate-ccw-dot.d.ts +3 -0
  743. package/dist/types/icons/rotate-ccw-dot.d.ts.map +1 -0
  744. package/dist/types/icons/rotate-ccw-segment.d.ts +3 -0
  745. package/dist/types/icons/rotate-ccw-segment.d.ts.map +1 -0
  746. package/dist/types/icons/rotate-ccw-square-file.d.ts +3 -0
  747. package/dist/types/icons/rotate-ccw-square-file.d.ts.map +1 -0
  748. package/dist/types/icons/rotate-cw-clock.d.ts +3 -0
  749. package/dist/types/icons/rotate-cw-clock.d.ts.map +1 -0
  750. package/dist/types/icons/rotate-cw-cog.d.ts +3 -0
  751. package/dist/types/icons/rotate-cw-cog.d.ts.map +1 -0
  752. package/dist/types/icons/rotate-cw-dashed.d.ts +3 -0
  753. package/dist/types/icons/rotate-cw-dashed.d.ts.map +1 -0
  754. package/dist/types/icons/rotate-cw-key.d.ts +3 -0
  755. package/dist/types/icons/rotate-cw-key.d.ts.map +1 -0
  756. package/dist/types/icons/rotate-cw.d.ts +3 -0
  757. package/dist/types/icons/rotate-cw.d.ts.map +1 -0
  758. package/dist/types/icons/rsa-logo.d.ts +3 -0
  759. package/dist/types/icons/rsa-logo.d.ts.map +1 -0
  760. package/dist/types/icons/save.d.ts +3 -0
  761. package/dist/types/icons/save.d.ts.map +1 -0
  762. package/dist/types/icons/scan-camera.d.ts +3 -0
  763. package/dist/types/icons/scan-camera.d.ts.map +1 -0
  764. package/dist/types/icons/scan-dot.d.ts +3 -0
  765. package/dist/types/icons/scan-dot.d.ts.map +1 -0
  766. package/dist/types/icons/scan-face.d.ts +3 -0
  767. package/dist/types/icons/scan-face.d.ts.map +1 -0
  768. package/dist/types/icons/scan-line.d.ts +3 -0
  769. package/dist/types/icons/scan-line.d.ts.map +1 -0
  770. package/dist/types/icons/scan-qr-code.d.ts +3 -0
  771. package/dist/types/icons/scan-qr-code.d.ts.map +1 -0
  772. package/dist/types/icons/scan-skull.d.ts +3 -0
  773. package/dist/types/icons/scan-skull.d.ts.map +1 -0
  774. package/dist/types/icons/scan-smile.d.ts +3 -0
  775. package/dist/types/icons/scan-smile.d.ts.map +1 -0
  776. package/dist/types/icons/school.d.ts +3 -0
  777. package/dist/types/icons/school.d.ts.map +1 -0
  778. package/dist/types/icons/scroll-text-arrow-right.d.ts +3 -0
  779. package/dist/types/icons/scroll-text-arrow-right.d.ts.map +1 -0
  780. package/dist/types/icons/scroll-text.d.ts +3 -0
  781. package/dist/types/icons/scroll-text.d.ts.map +1 -0
  782. package/dist/types/icons/search.d.ts +3 -0
  783. package/dist/types/icons/search.d.ts.map +1 -0
  784. package/dist/types/icons/secrets-manager-logo.d.ts +3 -0
  785. package/dist/types/icons/secrets-manager-logo.d.ts.map +1 -0
  786. package/dist/types/icons/send.d.ts +3 -0
  787. package/dist/types/icons/send.d.ts.map +1 -0
  788. package/dist/types/icons/server-2.d.ts +3 -0
  789. package/dist/types/icons/server-2.d.ts.map +1 -0
  790. package/dist/types/icons/server-network-arrow-up.d.ts +3 -0
  791. package/dist/types/icons/server-network-arrow-up.d.ts.map +1 -0
  792. package/dist/types/icons/server-network.d.ts +3 -0
  793. package/dist/types/icons/server-network.d.ts.map +1 -0
  794. package/dist/types/icons/server-outline.d.ts +3 -0
  795. package/dist/types/icons/server-outline.d.ts.map +1 -0
  796. package/dist/types/icons/server-shield.d.ts +3 -0
  797. package/dist/types/icons/server-shield.d.ts.map +1 -0
  798. package/dist/types/icons/server.d.ts +3 -0
  799. package/dist/types/icons/server.d.ts.map +1 -0
  800. package/dist/types/icons/shapes.d.ts +3 -0
  801. package/dist/types/icons/shapes.d.ts.map +1 -0
  802. package/dist/types/icons/shield-alert.d.ts +3 -0
  803. package/dist/types/icons/shield-alert.d.ts.map +1 -0
  804. package/dist/types/icons/shield-check.d.ts +3 -0
  805. package/dist/types/icons/shield-check.d.ts.map +1 -0
  806. package/dist/types/icons/shield-half.d.ts +3 -0
  807. package/dist/types/icons/shield-half.d.ts.map +1 -0
  808. package/dist/types/icons/shield-key.d.ts +3 -0
  809. package/dist/types/icons/shield-key.d.ts.map +1 -0
  810. package/dist/types/icons/shield-lock.d.ts +3 -0
  811. package/dist/types/icons/shield-lock.d.ts.map +1 -0
  812. package/dist/types/icons/shield-question-mark.d.ts +3 -0
  813. package/dist/types/icons/shield-question-mark.d.ts.map +1 -0
  814. package/dist/types/icons/shield-security.d.ts +3 -0
  815. package/dist/types/icons/shield-security.d.ts.map +1 -0
  816. package/dist/types/icons/shield-sun.d.ts +3 -0
  817. package/dist/types/icons/shield-sun.d.ts.map +1 -0
  818. package/dist/types/icons/shield-user.d.ts +3 -0
  819. package/dist/types/icons/shield-user.d.ts.map +1 -0
  820. package/dist/types/icons/shopping-cart.d.ts +3 -0
  821. package/dist/types/icons/shopping-cart.d.ts.map +1 -0
  822. package/dist/types/icons/site-blog.d.ts +3 -0
  823. package/dist/types/icons/site-blog.d.ts.map +1 -0
  824. package/dist/types/icons/skip-forward.d.ts +3 -0
  825. package/dist/types/icons/skip-forward.d.ts.map +1 -0
  826. package/dist/types/icons/sliders-horizontal.d.ts +3 -0
  827. package/dist/types/icons/sliders-horizontal.d.ts.map +1 -0
  828. package/dist/types/icons/sliders-vertical.d.ts +3 -0
  829. package/dist/types/icons/sliders-vertical.d.ts.map +1 -0
  830. package/dist/types/icons/smartphone-key.d.ts +3 -0
  831. package/dist/types/icons/smartphone-key.d.ts.map +1 -0
  832. package/dist/types/icons/smartphone.d.ts +3 -0
  833. package/dist/types/icons/smartphone.d.ts.map +1 -0
  834. package/dist/types/icons/smile.d.ts +3 -0
  835. package/dist/types/icons/smile.d.ts.map +1 -0
  836. package/dist/types/icons/social-security-card.d.ts +3 -0
  837. package/dist/types/icons/social-security-card.d.ts.map +1 -0
  838. package/dist/types/icons/sparkles.d.ts +3 -0
  839. package/dist/types/icons/sparkles.d.ts.map +1 -0
  840. package/dist/types/icons/spray-can.d.ts +3 -0
  841. package/dist/types/icons/spray-can.d.ts.map +1 -0
  842. package/dist/types/icons/square-arrow-down-left-square.d.ts +3 -0
  843. package/dist/types/icons/square-arrow-down-left-square.d.ts.map +1 -0
  844. package/dist/types/icons/square-arrow-down-to-line.d.ts +3 -0
  845. package/dist/types/icons/square-arrow-down-to-line.d.ts.map +1 -0
  846. package/dist/types/icons/square-arrow-out-left.d.ts +3 -0
  847. package/dist/types/icons/square-arrow-out-left.d.ts.map +1 -0
  848. package/dist/types/icons/square-arrow-out-up-right.d.ts +3 -0
  849. package/dist/types/icons/square-arrow-out-up-right.d.ts.map +1 -0
  850. package/dist/types/icons/square-arrow-up-right-square.d.ts +3 -0
  851. package/dist/types/icons/square-arrow-up-right-square.d.ts.map +1 -0
  852. package/dist/types/icons/square-arrow-up.d.ts +3 -0
  853. package/dist/types/icons/square-arrow-up.d.ts.map +1 -0
  854. package/dist/types/icons/square-chart-column.d.ts +3 -0
  855. package/dist/types/icons/square-chart-column.d.ts.map +1 -0
  856. package/dist/types/icons/square-check-2.d.ts +3 -0
  857. package/dist/types/icons/square-check-2.d.ts.map +1 -0
  858. package/dist/types/icons/square-check.d.ts +3 -0
  859. package/dist/types/icons/square-check.d.ts.map +1 -0
  860. package/dist/types/icons/square-dashed-right-solid.d.ts +3 -0
  861. package/dist/types/icons/square-dashed-right-solid.d.ts.map +1 -0
  862. package/dist/types/icons/square-dashed-square.d.ts +3 -0
  863. package/dist/types/icons/square-dashed-square.d.ts.map +1 -0
  864. package/dist/types/icons/square-gif.d.ts +3 -0
  865. package/dist/types/icons/square-gif.d.ts.map +1 -0
  866. package/dist/types/icons/square-globe-line.d.ts +3 -0
  867. package/dist/types/icons/square-globe-line.d.ts.map +1 -0
  868. package/dist/types/icons/square-image.d.ts +3 -0
  869. package/dist/types/icons/square-image.d.ts.map +1 -0
  870. package/dist/types/icons/square-input-2.d.ts +3 -0
  871. package/dist/types/icons/square-input-2.d.ts.map +1 -0
  872. package/dist/types/icons/square-input-off.d.ts +3 -0
  873. package/dist/types/icons/square-input-off.d.ts.map +1 -0
  874. package/dist/types/icons/square-input.d.ts +3 -0
  875. package/dist/types/icons/square-input.d.ts.map +1 -0
  876. package/dist/types/icons/square-key-user.d.ts +3 -0
  877. package/dist/types/icons/square-key-user.d.ts.map +1 -0
  878. package/dist/types/icons/square-minus.d.ts +3 -0
  879. package/dist/types/icons/square-minus.d.ts.map +1 -0
  880. package/dist/types/icons/square-pen-line.d.ts +3 -0
  881. package/dist/types/icons/square-pen-line.d.ts.map +1 -0
  882. package/dist/types/icons/square-pencil.d.ts +3 -0
  883. package/dist/types/icons/square-pencil.d.ts.map +1 -0
  884. package/dist/types/icons/square-plus-outline.d.ts +3 -0
  885. package/dist/types/icons/square-plus-outline.d.ts.map +1 -0
  886. package/dist/types/icons/square-plus.d.ts +3 -0
  887. package/dist/types/icons/square-plus.d.ts.map +1 -0
  888. package/dist/types/icons/square-shapes.d.ts +3 -0
  889. package/dist/types/icons/square-shapes.d.ts.map +1 -0
  890. package/dist/types/icons/square-text.d.ts +3 -0
  891. package/dist/types/icons/square-text.d.ts.map +1 -0
  892. package/dist/types/icons/square-user-lines.d.ts +3 -0
  893. package/dist/types/icons/square-user-lines.d.ts.map +1 -0
  894. package/dist/types/icons/square-user.d.ts +3 -0
  895. package/dist/types/icons/square-user.d.ts.map +1 -0
  896. package/dist/types/icons/square-x.d.ts +3 -0
  897. package/dist/types/icons/square-x.d.ts.map +1 -0
  898. package/dist/types/icons/square.d.ts +3 -0
  899. package/dist/types/icons/square.d.ts.map +1 -0
  900. package/dist/types/icons/star-half.d.ts +3 -0
  901. package/dist/types/icons/star-half.d.ts.map +1 -0
  902. package/dist/types/icons/star-outline.d.ts +3 -0
  903. package/dist/types/icons/star-outline.d.ts.map +1 -0
  904. package/dist/types/icons/star.d.ts +3 -0
  905. package/dist/types/icons/star.d.ts.map +1 -0
  906. package/dist/types/icons/sticker.d.ts +3 -0
  907. package/dist/types/icons/sticker.d.ts.map +1 -0
  908. package/dist/types/icons/sun.d.ts +3 -0
  909. package/dist/types/icons/sun.d.ts.map +1 -0
  910. package/dist/types/icons/surfboard.d.ts +3 -0
  911. package/dist/types/icons/surfboard.d.ts.map +1 -0
  912. package/dist/types/icons/swatch-book.d.ts +3 -0
  913. package/dist/types/icons/swatch-book.d.ts.map +1 -0
  914. package/dist/types/icons/table-lines.d.ts +3 -0
  915. package/dist/types/icons/table-lines.d.ts.map +1 -0
  916. package/dist/types/icons/tablet-layout-dashboard.d.ts +3 -0
  917. package/dist/types/icons/tablet-layout-dashboard.d.ts.map +1 -0
  918. package/dist/types/icons/thumbs-up-outline.d.ts +3 -0
  919. package/dist/types/icons/thumbs-up-outline.d.ts.map +1 -0
  920. package/dist/types/icons/thumbs-up.d.ts +3 -0
  921. package/dist/types/icons/thumbs-up.d.ts.map +1 -0
  922. package/dist/types/icons/timeline.d.ts +3 -0
  923. package/dist/types/icons/timeline.d.ts.map +1 -0
  924. package/dist/types/icons/timer.d.ts +3 -0
  925. package/dist/types/icons/timer.d.ts.map +1 -0
  926. package/dist/types/icons/trash-2.d.ts +3 -0
  927. package/dist/types/icons/trash-2.d.ts.map +1 -0
  928. package/dist/types/icons/trash-3.d.ts +3 -0
  929. package/dist/types/icons/trash-3.d.ts.map +1 -0
  930. package/dist/types/icons/trash-wide-narrow.d.ts +3 -0
  931. package/dist/types/icons/trash-wide-narrow.d.ts.map +1 -0
  932. package/dist/types/icons/trash.d.ts +3 -0
  933. package/dist/types/icons/trash.d.ts.map +1 -0
  934. package/dist/types/icons/triangle-alert.d.ts +3 -0
  935. package/dist/types/icons/triangle-alert.d.ts.map +1 -0
  936. package/dist/types/icons/triangle-arrows-up-down.d.ts +3 -0
  937. package/dist/types/icons/triangle-arrows-up-down.d.ts.map +1 -0
  938. package/dist/types/icons/triangle-network.d.ts +3 -0
  939. package/dist/types/icons/triangle-network.d.ts.map +1 -0
  940. package/dist/types/icons/trophy.d.ts +3 -0
  941. package/dist/types/icons/trophy.d.ts.map +1 -0
  942. package/dist/types/icons/tunnel-off.d.ts +3 -0
  943. package/dist/types/icons/tunnel-off.d.ts.map +1 -0
  944. package/dist/types/icons/tunnel.d.ts +3 -0
  945. package/dist/types/icons/tunnel.d.ts.map +1 -0
  946. package/dist/types/icons/undo.d.ts +3 -0
  947. package/dist/types/icons/undo.d.ts.map +1 -0
  948. package/dist/types/icons/unplug.d.ts +3 -0
  949. package/dist/types/icons/unplug.d.ts.map +1 -0
  950. package/dist/types/icons/usb-key.d.ts +3 -0
  951. package/dist/types/icons/usb-key.d.ts.map +1 -0
  952. package/dist/types/icons/user-ban.d.ts +3 -0
  953. package/dist/types/icons/user-ban.d.ts.map +1 -0
  954. package/dist/types/icons/user-ellipsis.d.ts +3 -0
  955. package/dist/types/icons/user-ellipsis.d.ts.map +1 -0
  956. package/dist/types/icons/user-funnel.d.ts +3 -0
  957. package/dist/types/icons/user-funnel.d.ts.map +1 -0
  958. package/dist/types/icons/user-headset-2.d.ts +3 -0
  959. package/dist/types/icons/user-headset-2.d.ts.map +1 -0
  960. package/dist/types/icons/user-headset.d.ts +3 -0
  961. package/dist/types/icons/user-headset.d.ts.map +1 -0
  962. package/dist/types/icons/user-key.d.ts +3 -0
  963. package/dist/types/icons/user-key.d.ts.map +1 -0
  964. package/dist/types/icons/user-left.d.ts +3 -0
  965. package/dist/types/icons/user-left.d.ts.map +1 -0
  966. package/dist/types/icons/user-pencil.d.ts +3 -0
  967. package/dist/types/icons/user-pencil.d.ts.map +1 -0
  968. package/dist/types/icons/user-plus.d.ts +3 -0
  969. package/dist/types/icons/user-plus.d.ts.map +1 -0
  970. package/dist/types/icons/user-racecar-driver.d.ts +3 -0
  971. package/dist/types/icons/user-racecar-driver.d.ts.map +1 -0
  972. package/dist/types/icons/user-refresh-ccw.d.ts +3 -0
  973. package/dist/types/icons/user-refresh-ccw.d.ts.map +1 -0
  974. package/dist/types/icons/user-right.d.ts +3 -0
  975. package/dist/types/icons/user-right.d.ts.map +1 -0
  976. package/dist/types/icons/user-share.d.ts +3 -0
  977. package/dist/types/icons/user-share.d.ts.map +1 -0
  978. package/dist/types/icons/user-student.d.ts +3 -0
  979. package/dist/types/icons/user-student.d.ts.map +1 -0
  980. package/dist/types/icons/user-teacher.d.ts +3 -0
  981. package/dist/types/icons/user-teacher.d.ts.map +1 -0
  982. package/dist/types/icons/user-up.d.ts +3 -0
  983. package/dist/types/icons/user-up.d.ts.map +1 -0
  984. package/dist/types/icons/user-weights.d.ts +3 -0
  985. package/dist/types/icons/user-weights.d.ts.map +1 -0
  986. package/dist/types/icons/user-x.d.ts +3 -0
  987. package/dist/types/icons/user-x.d.ts.map +1 -0
  988. package/dist/types/icons/user.d.ts +3 -0
  989. package/dist/types/icons/user.d.ts.map +1 -0
  990. package/dist/types/icons/users-2.d.ts +3 -0
  991. package/dist/types/icons/users-2.d.ts.map +1 -0
  992. package/dist/types/icons/users-check.d.ts +3 -0
  993. package/dist/types/icons/users-check.d.ts.map +1 -0
  994. package/dist/types/icons/users-plus.d.ts +3 -0
  995. package/dist/types/icons/users-plus.d.ts.map +1 -0
  996. package/dist/types/icons/users.d.ts +3 -0
  997. package/dist/types/icons/users.d.ts.map +1 -0
  998. package/dist/types/icons/vault-outline.d.ts +3 -0
  999. package/dist/types/icons/vault-outline.d.ts.map +1 -0
  1000. package/dist/types/icons/vault.d.ts +3 -0
  1001. package/dist/types/icons/vault.d.ts.map +1 -0
  1002. package/dist/types/icons/video-off.d.ts +3 -0
  1003. package/dist/types/icons/video-off.d.ts.map +1 -0
  1004. package/dist/types/icons/video.d.ts +3 -0
  1005. package/dist/types/icons/video.d.ts.map +1 -0
  1006. package/dist/types/icons/visa-logo.d.ts +3 -0
  1007. package/dist/types/icons/visa-logo.d.ts.map +1 -0
  1008. package/dist/types/icons/vnc-logo.d.ts +3 -0
  1009. package/dist/types/icons/vnc-logo.d.ts.map +1 -0
  1010. package/dist/types/icons/wallet.d.ts +3 -0
  1011. package/dist/types/icons/wallet.d.ts.map +1 -0
  1012. package/dist/types/icons/watch-2.d.ts +3 -0
  1013. package/dist/types/icons/watch-2.d.ts.map +1 -0
  1014. package/dist/types/icons/watch-star.d.ts +3 -0
  1015. package/dist/types/icons/watch-star.d.ts.map +1 -0
  1016. package/dist/types/icons/watch.d.ts +3 -0
  1017. package/dist/types/icons/watch.d.ts.map +1 -0
  1018. package/dist/types/icons/wifi.d.ts +3 -0
  1019. package/dist/types/icons/wifi.d.ts.map +1 -0
  1020. package/dist/types/icons/wrench-hammer.d.ts +3 -0
  1021. package/dist/types/icons/wrench-hammer.d.ts.map +1 -0
  1022. package/dist/types/icons/x-logo.d.ts +3 -0
  1023. package/dist/types/icons/x-logo.d.ts.map +1 -0
  1024. package/dist/types/icons/x.d.ts +3 -0
  1025. package/dist/types/icons/x.d.ts.map +1 -0
  1026. package/dist/types/icons/zap.d.ts +3 -0
  1027. package/dist/types/icons/zap.d.ts.map +1 -0
  1028. package/dist/types/index.d.ts +29 -0
  1029. package/dist/types/index.d.ts.map +1 -0
  1030. package/dist/types/lib/types.d.ts +74 -0
  1031. package/dist/types/lib/types.d.ts.map +1 -0
  1032. package/dist/types/lib/utils.d.ts +59 -0
  1033. package/dist/types/lib/utils.d.ts.map +1 -0
  1034. package/dist/types/lib/utils.test.d.ts +2 -0
  1035. package/dist/types/lib/utils.test.d.ts.map +1 -0
  1036. package/package.json +48 -45
  1037. package/dist/index.es.d.ts +0 -1624
  1038. package/dist/index.umd.js +0 -45
package/dist/index.umd.js DELETED
@@ -1,45 +0,0 @@
1
- (function(l,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("react/jsx-runtime"),require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","react-dom"],t):(l=typeof globalThis<"u"?globalThis:l||self,t(l["keeper-js-ui"]={},l["react/jsx-runtime"],l.React,l.ReactDOM))})(this,(function(l,t,m1,St){"use strict";function Ht(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(o,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return o.default=e,Object.freeze(o)}const a=Ht(m1),ge=Ht(St);function At(e,o){if(typeof e=="function")return e(o);e!=null&&(e.current=o)}function _e(...e){return o=>{let n=!1;const r=e.map(c=>{const s=At(c,o);return!n&&typeof s=="function"&&(n=!0),s});if(n)return()=>{for(let c=0;c<r.length;c++){const s=r[c];typeof s=="function"?s():At(e[c],null)}}}}function U(...e){return a.useCallback(_e(...e),e)}function T1(e){const o=I3(e),n=a.forwardRef((r,c)=>{const{children:s,...i}=r,d=a.Children.toArray(s),u=d.find(w3);if(u){const f=u.props.children,v=d.map(p=>p===u?a.Children.count(f)>1?a.Children.only(null):a.isValidElement(f)?f.props.children:null:p);return t.jsx(o,{...i,ref:c,children:a.isValidElement(f)?a.cloneElement(f,void 0,v):null})}return t.jsx(o,{...i,ref:c,children:s})});return n.displayName=`${e}.Slot`,n}var B2=T1("Slot");function I3(e){const o=a.forwardRef((n,r)=>{const{children:c,...s}=n;if(a.isValidElement(c)){const i=b3(c),d=k3(s,c.props);return c.type!==a.Fragment&&(d.ref=r?_e(r,i):i),a.cloneElement(c,d)}return a.Children.count(c)>1?a.Children.only(null):null});return o.displayName=`${e}.SlotClone`,o}var Vt=Symbol("radix.slottable");function Lt(e){const o=({children:n})=>t.jsx(t.Fragment,{children:n});return o.displayName=`${e}.Slottable`,o.__radixId=Vt,o}var M3=Lt("Slottable");function w3(e){return a.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===Vt}function k3(e,o){const n={...o};for(const r in o){const c=e[r],s=o[r];/^on[A-Z]/.test(r)?c&&s?n[r]=(...d)=>{const u=s(...d);return c(...d),u}:c&&(n[r]=c):r==="style"?n[r]={...c,...s}:r==="className"&&(n[r]=[c,s].filter(Boolean).join(" "))}return{...e,...n}}function b3(e){let o=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=o&&"isReactWarning"in o&&o.isReactWarning;return n?e.ref:(o=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=o&&"isReactWarning"in o&&o.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var y3=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],_=y3.reduce((e,o)=>{const n=T1(`Primitive.${o}`),r=a.forwardRef((c,s)=>{const{asChild:i,...d}=c,u=i?n:o;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),t.jsx(u,{...d,ref:s})});return r.displayName=`Primitive.${o}`,{...e,[o]:r}},{});function U2(e,o){e&&ge.flushSync(()=>e.dispatchEvent(o))}var zt=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),S3="VisuallyHidden",Fe=a.forwardRef((e,o)=>t.jsx(_.span,{...e,ref:o,style:{...zt,...e.style}}));Fe.displayName=S3;var Et=Fe,H3="AccessibleIcon",$t=({children:e,label:o})=>{const n=a.Children.only(e);return t.jsxs(t.Fragment,{children:[a.cloneElement(n,{"aria-hidden":"true",focusable:"false"}),t.jsx(Et,{children:o})]})};$t.displayName=H3;var A3=$t;function V3(e,o){const n=a.createContext(o),r=s=>{const{children:i,...d}=s,u=a.useMemo(()=>d,Object.values(d));return t.jsx(n.Provider,{value:u,children:i})};r.displayName=e+"Provider";function c(s){const i=a.useContext(n);if(i)return i;if(o!==void 0)return o;throw new Error(`\`${s}\` must be used within \`${e}\``)}return[r,c]}function h1(e,o=[]){let n=[];function r(s,i){const d=a.createContext(i),u=n.length;n=[...n,i];const f=p=>{const{scope:m,children:C,...M}=p,g=m?.[e]?.[u]||d,I=a.useMemo(()=>M,Object.values(M));return t.jsx(g.Provider,{value:I,children:C})};f.displayName=s+"Provider";function v(p,m){const C=m?.[e]?.[u]||d,M=a.useContext(C);if(M)return M;if(i!==void 0)return i;throw new Error(`\`${p}\` must be used within \`${s}\``)}return[f,v]}const c=()=>{const s=n.map(i=>a.createContext(i));return function(d){const u=d?.[e]||s;return a.useMemo(()=>({[`__scope${e}`]:{...d,[e]:u}}),[d,u])}};return c.scopeName=e,[r,L3(c,...o)]}function L3(...e){const o=e[0];if(e.length===1)return o;const n=()=>{const r=e.map(c=>({useScope:c(),scopeName:c.scopeName}));return function(s){const i=r.reduce((d,{useScope:u,scopeName:f})=>{const p=u(s)[`__scope${f}`];return{...d,...p}},{});return a.useMemo(()=>({[`__scope${o.scopeName}`]:i}),[i])}};return n.scopeName=o.scopeName,n}function Ze(e){const o=e+"CollectionProvider",[n,r]=h1(o),[c,s]=n(o,{collectionRef:{current:null},itemMap:new Map}),i=g=>{const{scope:I,children:w}=g,k=m1.useRef(null),b=m1.useRef(new Map).current;return t.jsx(c,{scope:I,itemMap:b,collectionRef:k,children:w})};i.displayName=o;const d=e+"CollectionSlot",u=T1(d),f=m1.forwardRef((g,I)=>{const{scope:w,children:k}=g,b=s(d,w),y=U(I,b.collectionRef);return t.jsx(u,{ref:y,children:k})});f.displayName=d;const v=e+"CollectionItemSlot",p="data-radix-collection-item",m=T1(v),C=m1.forwardRef((g,I)=>{const{scope:w,children:k,...b}=g,y=m1.useRef(null),S=U(I,y),z=s(v,w);return m1.useEffect(()=>(z.itemMap.set(y,{ref:y,...b}),()=>void z.itemMap.delete(y))),t.jsx(m,{[p]:"",ref:S,children:k})});C.displayName=v;function M(g){const I=s(e+"CollectionConsumer",g);return m1.useCallback(()=>{const k=I.collectionRef.current;if(!k)return[];const b=Array.from(k.querySelectorAll(`[${p}]`));return Array.from(I.itemMap.values()).sort((z,V)=>b.indexOf(z.ref.current)-b.indexOf(V.ref.current))},[I.collectionRef,I.itemMap])}return[{Provider:i,Slot:f,ItemSlot:C},M,r]}function L(e,o,{checkForDefaultPrevented:n=!0}={}){return function(c){if(e?.(c),n===!1||!c.defaultPrevented)return o?.(c)}}var t1=globalThis?.document?a.useLayoutEffect:()=>{},z3=a[" useInsertionEffect ".trim().toString()]||t1;function M1({prop:e,defaultProp:o,onChange:n=()=>{},caller:r}){const[c,s,i]=E3({defaultProp:o,onChange:n}),d=e!==void 0,u=d?e:c;{const v=a.useRef(e!==void 0);a.useEffect(()=>{const p=v.current;p!==d&&console.warn(`${r} is changing from ${p?"controlled":"uncontrolled"} to ${d?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),v.current=d},[d,r])}const f=a.useCallback(v=>{if(d){const p=$3(v)?v(e):v;p!==e&&i.current?.(p)}else s(v)},[d,e,s,i]);return[u,f]}function E3({defaultProp:e,onChange:o}){const[n,r]=a.useState(e),c=a.useRef(n),s=a.useRef(o);return z3(()=>{s.current=o},[o]),a.useEffect(()=>{c.current!==n&&(s.current?.(n),c.current=n)},[n,c]),[n,r,s]}function $3(e){return typeof e=="function"}function j3(e,o){return a.useReducer((n,r)=>o[n][r]??n,e)}var a1=e=>{const{present:o,children:n}=e,r=P3(o),c=typeof n=="function"?n({present:r.isPresent}):a.Children.only(n),s=U(r.ref,T3(c));return typeof n=="function"||r.isPresent?a.cloneElement(c,{ref:s}):null};a1.displayName="Presence";function P3(e){const[o,n]=a.useState(),r=a.useRef(null),c=a.useRef(e),s=a.useRef("none"),i=e?"mounted":"unmounted",[d,u]=j3(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return a.useEffect(()=>{const f=qe(r.current);s.current=d==="mounted"?f:"none"},[d]),t1(()=>{const f=r.current,v=c.current;if(v!==e){const m=s.current,C=qe(f);e?u("MOUNT"):C==="none"||f?.display==="none"?u("UNMOUNT"):u(v&&m!==C?"ANIMATION_OUT":"UNMOUNT"),c.current=e}},[e,u]),t1(()=>{if(o){let f;const v=o.ownerDocument.defaultView??window,p=C=>{const g=qe(r.current).includes(CSS.escape(C.animationName));if(C.target===o&&g&&(u("ANIMATION_END"),!c.current)){const I=o.style.animationFillMode;o.style.animationFillMode="forwards",f=v.setTimeout(()=>{o.style.animationFillMode==="forwards"&&(o.style.animationFillMode=I)})}},m=C=>{C.target===o&&(s.current=qe(r.current))};return o.addEventListener("animationstart",m),o.addEventListener("animationcancel",p),o.addEventListener("animationend",p),()=>{v.clearTimeout(f),o.removeEventListener("animationstart",m),o.removeEventListener("animationcancel",p),o.removeEventListener("animationend",p)}}else u("ANIMATION_END")},[o,u]),{isPresent:["mounted","unmountSuspended"].includes(d),ref:a.useCallback(f=>{r.current=f?getComputedStyle(f):null,n(f)},[])}}function qe(e){return e?.animationName||"none"}function T3(e){let o=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=o&&"isReactWarning"in o&&o.isReactWarning;return n?e.ref:(o=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=o&&"isReactWarning"in o&&o.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var x3=a[" useId ".trim().toString()]||(()=>{}),N3=0;function f1(e){const[o,n]=a.useState(x3());return t1(()=>{n(r=>r??String(N3++))},[e]),o?`radix-${o}`:""}var jt=a.createContext(void 0),O3=e=>{const{dir:o,children:n}=e;return t.jsx(jt.Provider,{value:o,children:n})};function Ce(e){const o=a.useContext(jt);return e||o||"ltr"}function o1(e){const o=a.useRef(e);return a.useEffect(()=>{o.current=e}),a.useMemo(()=>(...n)=>o.current?.(...n),[])}function D3(e,o=globalThis?.document){const n=o1(e);a.useEffect(()=>{const r=c=>{c.key==="Escape"&&n(c)};return o.addEventListener("keydown",r,{capture:!0}),()=>o.removeEventListener("keydown",r,{capture:!0})},[n,o])}var _3="DismissableLayer",W2="dismissableLayer.update",F3="dismissableLayer.pointerDownOutside",Z3="dismissableLayer.focusOutside",Pt,Tt=a.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),G1=a.forwardRef((e,o)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:c,onFocusOutside:s,onInteractOutside:i,onDismiss:d,...u}=e,f=a.useContext(Tt),[v,p]=a.useState(null),m=v?.ownerDocument??globalThis?.document,[,C]=a.useState({}),M=U(o,V=>p(V)),g=Array.from(f.layers),[I]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),w=g.indexOf(I),k=v?g.indexOf(v):-1,b=f.layersWithOutsidePointerEventsDisabled.size>0,y=k>=w,S=B3(V=>{const H=V.target,P=[...f.branches].some(D=>D.contains(H));!y||P||(c?.(V),i?.(V),V.defaultPrevented||d?.())},m),z=U3(V=>{const H=V.target;[...f.branches].some(D=>D.contains(H))||(s?.(V),i?.(V),V.defaultPrevented||d?.())},m);return D3(V=>{k===f.layers.size-1&&(r?.(V),!V.defaultPrevented&&d&&(V.preventDefault(),d()))},m),a.useEffect(()=>{if(v)return n&&(f.layersWithOutsidePointerEventsDisabled.size===0&&(Pt=m.body.style.pointerEvents,m.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(v)),f.layers.add(v),Nt(),()=>{n&&f.layersWithOutsidePointerEventsDisabled.size===1&&(m.body.style.pointerEvents=Pt)}},[v,m,n,f]),a.useEffect(()=>()=>{v&&(f.layers.delete(v),f.layersWithOutsidePointerEventsDisabled.delete(v),Nt())},[v,f]),a.useEffect(()=>{const V=()=>C({});return document.addEventListener(W2,V),()=>document.removeEventListener(W2,V)},[]),t.jsx(_.div,{...u,ref:M,style:{pointerEvents:b?y?"auto":"none":void 0,...e.style},onFocusCapture:L(e.onFocusCapture,z.onFocusCapture),onBlurCapture:L(e.onBlurCapture,z.onBlurCapture),onPointerDownCapture:L(e.onPointerDownCapture,S.onPointerDownCapture)})});G1.displayName=_3;var q3="DismissableLayerBranch",xt=a.forwardRef((e,o)=>{const n=a.useContext(Tt),r=a.useRef(null),c=U(o,r);return a.useEffect(()=>{const s=r.current;if(s)return n.branches.add(s),()=>{n.branches.delete(s)}},[n.branches]),t.jsx(_.div,{...e,ref:c})});xt.displayName=q3;function B3(e,o=globalThis?.document){const n=o1(e),r=a.useRef(!1),c=a.useRef(()=>{});return a.useEffect(()=>{const s=d=>{if(d.target&&!r.current){let u=function(){Ot(F3,n,f,{discrete:!0})};const f={originalEvent:d};d.pointerType==="touch"?(o.removeEventListener("click",c.current),c.current=u,o.addEventListener("click",c.current,{once:!0})):u()}else o.removeEventListener("click",c.current);r.current=!1},i=window.setTimeout(()=>{o.addEventListener("pointerdown",s)},0);return()=>{window.clearTimeout(i),o.removeEventListener("pointerdown",s),o.removeEventListener("click",c.current)}},[o,n]),{onPointerDownCapture:()=>r.current=!0}}function U3(e,o=globalThis?.document){const n=o1(e),r=a.useRef(!1);return a.useEffect(()=>{const c=s=>{s.target&&!r.current&&Ot(Z3,n,{originalEvent:s},{discrete:!1})};return o.addEventListener("focusin",c),()=>o.removeEventListener("focusin",c)},[o,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function Nt(){const e=new CustomEvent(W2);document.dispatchEvent(e)}function Ot(e,o,n,{discrete:r}){const c=n.originalEvent.target,s=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});o&&c.addEventListener(e,o,{once:!0}),r?U2(c,s):c.dispatchEvent(s)}var W3=G1,G3=xt,G2="focusScope.autoFocusOnMount",K2="focusScope.autoFocusOnUnmount",Dt={bubbles:!1,cancelable:!0},K3="FocusScope",Ie=a.forwardRef((e,o)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:c,onUnmountAutoFocus:s,...i}=e,[d,u]=a.useState(null),f=o1(c),v=o1(s),p=a.useRef(null),m=U(o,g=>u(g)),C=a.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;a.useEffect(()=>{if(r){let g=function(b){if(C.paused||!d)return;const y=b.target;d.contains(y)?p.current=y:x1(p.current,{select:!0})},I=function(b){if(C.paused||!d)return;const y=b.relatedTarget;y!==null&&(d.contains(y)||x1(p.current,{select:!0}))},w=function(b){if(document.activeElement===document.body)for(const S of b)S.removedNodes.length>0&&x1(d)};document.addEventListener("focusin",g),document.addEventListener("focusout",I);const k=new MutationObserver(w);return d&&k.observe(d,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",g),document.removeEventListener("focusout",I),k.disconnect()}}},[r,d,C.paused]),a.useEffect(()=>{if(d){Zt.add(C);const g=document.activeElement;if(!d.contains(g)){const w=new CustomEvent(G2,Dt);d.addEventListener(G2,f),d.dispatchEvent(w),w.defaultPrevented||(X3(el(_t(d)),{select:!0}),document.activeElement===g&&x1(d))}return()=>{d.removeEventListener(G2,f),setTimeout(()=>{const w=new CustomEvent(K2,Dt);d.addEventListener(K2,v),d.dispatchEvent(w),w.defaultPrevented||x1(g??document.body,{select:!0}),d.removeEventListener(K2,v),Zt.remove(C)},0)}}},[d,f,v,C]);const M=a.useCallback(g=>{if(!n&&!r||C.paused)return;const I=g.key==="Tab"&&!g.altKey&&!g.ctrlKey&&!g.metaKey,w=document.activeElement;if(I&&w){const k=g.currentTarget,[b,y]=Y3(k);b&&y?!g.shiftKey&&w===y?(g.preventDefault(),n&&x1(b,{select:!0})):g.shiftKey&&w===b&&(g.preventDefault(),n&&x1(y,{select:!0})):w===k&&g.preventDefault()}},[n,r,C.paused]);return t.jsx(_.div,{tabIndex:-1,...i,ref:m,onKeyDown:M})});Ie.displayName=K3;function X3(e,{select:o=!1}={}){const n=document.activeElement;for(const r of e)if(x1(r,{select:o}),document.activeElement!==n)return}function Y3(e){const o=_t(e),n=Ft(o,e),r=Ft(o.reverse(),e);return[n,r]}function _t(e){const o=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const c=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||c?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)o.push(n.currentNode);return o}function Ft(e,o){for(const n of e)if(!Q3(n,{upTo:o}))return n}function Q3(e,{upTo:o}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(o!==void 0&&e===o)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function R3(e){return e instanceof HTMLInputElement&&"select"in e}function x1(e,{select:o=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&R3(e)&&o&&e.select()}}var Zt=J3();function J3(){let e=[];return{add(o){const n=e[0];o!==n&&n?.pause(),e=qt(e,o),e.unshift(o)},remove(o){e=qt(e,o),e[0]?.resume()}}}function qt(e,o){const n=[...e],r=n.indexOf(o);return r!==-1&&n.splice(r,1),n}function el(e){return e.filter(o=>o.tagName!=="A")}var ol="Portal",oe=a.forwardRef((e,o)=>{const{container:n,...r}=e,[c,s]=a.useState(!1);t1(()=>s(!0),[]);const i=n||c&&globalThis?.document?.body;return i?St.createPortal(t.jsx(_.div,{...r,ref:o}),i):null});oe.displayName=ol;var X2=0;function Be(){a.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??Bt()),document.body.insertAdjacentElement("beforeend",e[1]??Bt()),X2++,()=>{X2===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(o=>o.remove()),X2--}},[])}function Bt(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var H1=function(){return H1=Object.assign||function(o){for(var n,r=1,c=arguments.length;r<c;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(o[s]=n[s])}return o},H1.apply(this,arguments)};function Ut(e,o){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var c=0,r=Object.getOwnPropertySymbols(e);c<r.length;c++)o.indexOf(r[c])<0&&Object.prototype.propertyIsEnumerable.call(e,r[c])&&(n[r[c]]=e[r[c]]);return n}function tl(e,o,n){if(n||arguments.length===2)for(var r=0,c=o.length,s;r<c;r++)(s||!(r in o))&&(s||(s=Array.prototype.slice.call(o,0,r)),s[r]=o[r]);return e.concat(s||Array.prototype.slice.call(o))}typeof SuppressedError=="function"&&SuppressedError;var Ue="right-scroll-bar-position",We="width-before-scroll-bar",nl="with-scroll-bars-hidden",rl="--removed-body-scroll-bar-size";function Y2(e,o){return typeof e=="function"?e(o):e&&(e.current=o),e}function cl(e,o){var n=m1.useState(function(){return{value:e,callback:o,facade:{get current(){return n.value},set current(r){var c=n.value;c!==r&&(n.value=r,n.callback(r,c))}}}})[0];return n.callback=o,n.facade}var sl=typeof window<"u"?a.useLayoutEffect:a.useEffect,Wt=new WeakMap;function al(e,o){var n=cl(null,function(r){return e.forEach(function(c){return Y2(c,r)})});return sl(function(){var r=Wt.get(n);if(r){var c=new Set(r),s=new Set(e),i=n.current;c.forEach(function(d){s.has(d)||Y2(d,null)}),s.forEach(function(d){c.has(d)||Y2(d,i)})}Wt.set(n,e)},[e]),n}function ll(e){return e}function il(e,o){o===void 0&&(o=ll);var n=[],r=!1,c={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(s){var i=o(s,r);return n.push(i),function(){n=n.filter(function(d){return d!==i})}},assignSyncMedium:function(s){for(r=!0;n.length;){var i=n;n=[],i.forEach(s)}n={push:function(d){return s(d)},filter:function(){return n}}},assignMedium:function(s){r=!0;var i=[];if(n.length){var d=n;n=[],d.forEach(s),i=n}var u=function(){var v=i;i=[],v.forEach(s)},f=function(){return Promise.resolve().then(u)};f(),n={push:function(v){i.push(v),f()},filter:function(v){return i=i.filter(v),n}}}};return c}function dl(e){e===void 0&&(e={});var o=il(null);return o.options=H1({async:!0,ssr:!1},e),o}var Gt=function(e){var o=e.sideCar,n=Ut(e,["sideCar"]);if(!o)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=o.read();if(!r)throw new Error("Sidecar medium not found");return a.createElement(r,H1({},n))};Gt.isSideCarExport=!0;function hl(e,o){return e.useMedium(o),Gt}var Kt=dl(),Q2=function(){},Ge=a.forwardRef(function(e,o){var n=a.useRef(null),r=a.useState({onScrollCapture:Q2,onWheelCapture:Q2,onTouchMoveCapture:Q2}),c=r[0],s=r[1],i=e.forwardProps,d=e.children,u=e.className,f=e.removeScrollBar,v=e.enabled,p=e.shards,m=e.sideCar,C=e.noRelative,M=e.noIsolation,g=e.inert,I=e.allowPinchZoom,w=e.as,k=w===void 0?"div":w,b=e.gapMode,y=Ut(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),S=m,z=al([n,o]),V=H1(H1({},y),c);return a.createElement(a.Fragment,null,v&&a.createElement(S,{sideCar:Kt,removeScrollBar:f,shards:p,noRelative:C,noIsolation:M,inert:g,setCallbacks:s,allowPinchZoom:!!I,lockRef:n,gapMode:b}),i?a.cloneElement(a.Children.only(d),H1(H1({},V),{ref:z})):a.createElement(k,H1({},V,{className:u,ref:z}),d))});Ge.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Ge.classNames={fullWidth:We,zeroRight:Ue};var ul=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function fl(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var o=ul();return o&&e.setAttribute("nonce",o),e}function vl(e,o){e.styleSheet?e.styleSheet.cssText=o:e.appendChild(document.createTextNode(o))}function pl(e){var o=document.head||document.getElementsByTagName("head")[0];o.appendChild(e)}var ml=function(){var e=0,o=null;return{add:function(n){e==0&&(o=fl())&&(vl(o,n),pl(o)),e++},remove:function(){e--,!e&&o&&(o.parentNode&&o.parentNode.removeChild(o),o=null)}}},gl=function(){var e=ml();return function(o,n){a.useEffect(function(){return e.add(o),function(){e.remove()}},[o&&n])}},Xt=function(){var e=gl(),o=function(n){var r=n.styles,c=n.dynamic;return e(r,c),null};return o},Cl={left:0,top:0,right:0,gap:0},R2=function(e){return parseInt(e||"",10)||0},Il=function(e){var o=window.getComputedStyle(document.body),n=o[e==="padding"?"paddingLeft":"marginLeft"],r=o[e==="padding"?"paddingTop":"marginTop"],c=o[e==="padding"?"paddingRight":"marginRight"];return[R2(n),R2(r),R2(c)]},Ml=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return Cl;var o=Il(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:o[0],top:o[1],right:o[2],gap:Math.max(0,r-n+o[2]-o[0])}},wl=Xt(),te="data-scroll-locked",kl=function(e,o,n,r){var c=e.left,s=e.top,i=e.right,d=e.gap;return n===void 0&&(n="margin"),`
2
- .`.concat(nl,` {
3
- overflow: hidden `).concat(r,`;
4
- padding-right: `).concat(d,"px ").concat(r,`;
5
- }
6
- body[`).concat(te,`] {
7
- overflow: hidden `).concat(r,`;
8
- overscroll-behavior: contain;
9
- `).concat([o&&"position: relative ".concat(r,";"),n==="margin"&&`
10
- padding-left: `.concat(c,`px;
11
- padding-top: `).concat(s,`px;
12
- padding-right: `).concat(i,`px;
13
- margin-left:0;
14
- margin-top:0;
15
- margin-right: `).concat(d,"px ").concat(r,`;
16
- `),n==="padding"&&"padding-right: ".concat(d,"px ").concat(r,";")].filter(Boolean).join(""),`
17
- }
18
-
19
- .`).concat(Ue,` {
20
- right: `).concat(d,"px ").concat(r,`;
21
- }
22
-
23
- .`).concat(We,` {
24
- margin-right: `).concat(d,"px ").concat(r,`;
25
- }
26
-
27
- .`).concat(Ue," .").concat(Ue,` {
28
- right: 0 `).concat(r,`;
29
- }
30
-
31
- .`).concat(We," .").concat(We,` {
32
- margin-right: 0 `).concat(r,`;
33
- }
34
-
35
- body[`).concat(te,`] {
36
- `).concat(rl,": ").concat(d,`px;
37
- }
38
- `)},Yt=function(){var e=parseInt(document.body.getAttribute(te)||"0",10);return isFinite(e)?e:0},bl=function(){a.useEffect(function(){return document.body.setAttribute(te,(Yt()+1).toString()),function(){var e=Yt()-1;e<=0?document.body.removeAttribute(te):document.body.setAttribute(te,e.toString())}},[])},yl=function(e){var o=e.noRelative,n=e.noImportant,r=e.gapMode,c=r===void 0?"margin":r;bl();var s=a.useMemo(function(){return Ml(c)},[c]);return a.createElement(wl,{styles:kl(s,!o,c,n?"":"!important")})},J2=!1;if(typeof window<"u")try{var Ke=Object.defineProperty({},"passive",{get:function(){return J2=!0,!0}});window.addEventListener("test",Ke,Ke),window.removeEventListener("test",Ke,Ke)}catch{J2=!1}var ne=J2?{passive:!1}:!1,Sl=function(e){return e.tagName==="TEXTAREA"},Qt=function(e,o){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[o]!=="hidden"&&!(n.overflowY===n.overflowX&&!Sl(e)&&n[o]==="visible")},Hl=function(e){return Qt(e,"overflowY")},Al=function(e){return Qt(e,"overflowX")},Rt=function(e,o){var n=o.ownerDocument,r=o;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var c=Jt(e,r);if(c){var s=en(e,r),i=s[1],d=s[2];if(i>d)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},Vl=function(e){var o=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[o,n,r]},Ll=function(e){var o=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[o,n,r]},Jt=function(e,o){return e==="v"?Hl(o):Al(o)},en=function(e,o){return e==="v"?Vl(o):Ll(o)},zl=function(e,o){return e==="h"&&o==="rtl"?-1:1},El=function(e,o,n,r,c){var s=zl(e,window.getComputedStyle(o).direction),i=s*r,d=n.target,u=o.contains(d),f=!1,v=i>0,p=0,m=0;do{if(!d)break;var C=en(e,d),M=C[0],g=C[1],I=C[2],w=g-I-s*M;(M||w)&&Jt(e,d)&&(p+=w,m+=M);var k=d.parentNode;d=k&&k.nodeType===Node.DOCUMENT_FRAGMENT_NODE?k.host:k}while(!u&&d!==document.body||u&&(o.contains(d)||o===d));return(v&&Math.abs(p)<1||!v&&Math.abs(m)<1)&&(f=!0),f},Xe=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},on=function(e){return[e.deltaX,e.deltaY]},tn=function(e){return e&&"current"in e?e.current:e},$l=function(e,o){return e[0]===o[0]&&e[1]===o[1]},jl=function(e){return`
39
- .block-interactivity-`.concat(e,` {pointer-events: none;}
40
- .allow-interactivity-`).concat(e,` {pointer-events: all;}
41
- `)},Pl=0,re=[];function Tl(e){var o=a.useRef([]),n=a.useRef([0,0]),r=a.useRef(),c=a.useState(Pl++)[0],s=a.useState(Xt)[0],i=a.useRef(e);a.useEffect(function(){i.current=e},[e]),a.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(c));var g=tl([e.lockRef.current],(e.shards||[]).map(tn),!0).filter(Boolean);return g.forEach(function(I){return I.classList.add("allow-interactivity-".concat(c))}),function(){document.body.classList.remove("block-interactivity-".concat(c)),g.forEach(function(I){return I.classList.remove("allow-interactivity-".concat(c))})}}},[e.inert,e.lockRef.current,e.shards]);var d=a.useCallback(function(g,I){if("touches"in g&&g.touches.length===2||g.type==="wheel"&&g.ctrlKey)return!i.current.allowPinchZoom;var w=Xe(g),k=n.current,b="deltaX"in g?g.deltaX:k[0]-w[0],y="deltaY"in g?g.deltaY:k[1]-w[1],S,z=g.target,V=Math.abs(b)>Math.abs(y)?"h":"v";if("touches"in g&&V==="h"&&z.type==="range")return!1;var H=Rt(V,z);if(!H)return!0;if(H?S=V:(S=V==="v"?"h":"v",H=Rt(V,z)),!H)return!1;if(!r.current&&"changedTouches"in g&&(b||y)&&(r.current=S),!S)return!0;var P=r.current||S;return El(P,I,g,P==="h"?b:y)},[]),u=a.useCallback(function(g){var I=g;if(!(!re.length||re[re.length-1]!==s)){var w="deltaY"in I?on(I):Xe(I),k=o.current.filter(function(S){return S.name===I.type&&(S.target===I.target||I.target===S.shadowParent)&&$l(S.delta,w)})[0];if(k&&k.should){I.cancelable&&I.preventDefault();return}if(!k){var b=(i.current.shards||[]).map(tn).filter(Boolean).filter(function(S){return S.contains(I.target)}),y=b.length>0?d(I,b[0]):!i.current.noIsolation;y&&I.cancelable&&I.preventDefault()}}},[]),f=a.useCallback(function(g,I,w,k){var b={name:g,delta:I,target:w,should:k,shadowParent:xl(w)};o.current.push(b),setTimeout(function(){o.current=o.current.filter(function(y){return y!==b})},1)},[]),v=a.useCallback(function(g){n.current=Xe(g),r.current=void 0},[]),p=a.useCallback(function(g){f(g.type,on(g),g.target,d(g,e.lockRef.current))},[]),m=a.useCallback(function(g){f(g.type,Xe(g),g.target,d(g,e.lockRef.current))},[]);a.useEffect(function(){return re.push(s),e.setCallbacks({onScrollCapture:p,onWheelCapture:p,onTouchMoveCapture:m}),document.addEventListener("wheel",u,ne),document.addEventListener("touchmove",u,ne),document.addEventListener("touchstart",v,ne),function(){re=re.filter(function(g){return g!==s}),document.removeEventListener("wheel",u,ne),document.removeEventListener("touchmove",u,ne),document.removeEventListener("touchstart",v,ne)}},[]);var C=e.removeScrollBar,M=e.inert;return a.createElement(a.Fragment,null,M?a.createElement(s,{styles:jl(c)}):null,C?a.createElement(yl,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function xl(e){for(var o=null;e!==null;)e instanceof ShadowRoot&&(o=e.host,e=e.host),e=e.parentNode;return o}const Nl=hl(Kt,Tl);var Me=a.forwardRef(function(e,o){return a.createElement(Ge,H1({},e,{ref:o,sideCar:Nl}))});Me.classNames=Ge.classNames;var Ol=function(e){if(typeof document>"u")return null;var o=Array.isArray(e)?e[0]:e;return o.ownerDocument.body},ce=new WeakMap,Ye=new WeakMap,Qe={},eo=0,nn=function(e){return e&&(e.host||nn(e.parentNode))},Dl=function(e,o){return o.map(function(n){if(e.contains(n))return n;var r=nn(n);return r&&e.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},_l=function(e,o,n,r){var c=Dl(o,Array.isArray(e)?e:[e]);Qe[n]||(Qe[n]=new WeakMap);var s=Qe[n],i=[],d=new Set,u=new Set(c),f=function(p){!p||d.has(p)||(d.add(p),f(p.parentNode))};c.forEach(f);var v=function(p){!p||u.has(p)||Array.prototype.forEach.call(p.children,function(m){if(d.has(m))v(m);else try{var C=m.getAttribute(r),M=C!==null&&C!=="false",g=(ce.get(m)||0)+1,I=(s.get(m)||0)+1;ce.set(m,g),s.set(m,I),i.push(m),g===1&&M&&Ye.set(m,!0),I===1&&m.setAttribute(n,"true"),M||m.setAttribute(r,"true")}catch(w){console.error("aria-hidden: cannot operate on ",m,w)}})};return v(o),d.clear(),eo++,function(){i.forEach(function(p){var m=ce.get(p)-1,C=s.get(p)-1;ce.set(p,m),s.set(p,C),m||(Ye.has(p)||p.removeAttribute(r),Ye.delete(p)),C||p.removeAttribute(n)}),eo--,eo||(ce=new WeakMap,ce=new WeakMap,Ye=new WeakMap,Qe={})}},Re=function(e,o,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),c=Ol(e);return c?(r.push.apply(r,Array.from(c.querySelectorAll("[aria-live], script"))),_l(r,c,n,"aria-hidden")):function(){return null}},Je="Dialog",[rn]=h1(Je),[Fl,w1]=rn(Je),cn=e=>{const{__scopeDialog:o,children:n,open:r,defaultOpen:c,onOpenChange:s,modal:i=!0}=e,d=a.useRef(null),u=a.useRef(null),[f,v]=M1({prop:r,defaultProp:c??!1,onChange:s,caller:Je});return t.jsx(Fl,{scope:o,triggerRef:d,contentRef:u,contentId:f1(),titleId:f1(),descriptionId:f1(),open:f,onOpenChange:v,onOpenToggle:a.useCallback(()=>v(p=>!p),[v]),modal:i,children:n})};cn.displayName=Je;var sn="DialogTrigger",an=a.forwardRef((e,o)=>{const{__scopeDialog:n,...r}=e,c=w1(sn,n),s=U(o,c.triggerRef);return t.jsx(_.button,{type:"button","aria-haspopup":"dialog","aria-expanded":c.open,"aria-controls":c.contentId,"data-state":no(c.open),...r,ref:s,onClick:L(e.onClick,c.onOpenToggle)})});an.displayName=sn;var oo="DialogPortal",[Zl,ln]=rn(oo,{forceMount:void 0}),dn=e=>{const{__scopeDialog:o,forceMount:n,children:r,container:c}=e,s=w1(oo,o);return t.jsx(Zl,{scope:o,forceMount:n,children:a.Children.map(r,i=>t.jsx(a1,{present:n||s.open,children:t.jsx(oe,{asChild:!0,container:c,children:i})}))})};dn.displayName=oo;var e2="DialogOverlay",hn=a.forwardRef((e,o)=>{const n=ln(e2,e.__scopeDialog),{forceMount:r=n.forceMount,...c}=e,s=w1(e2,e.__scopeDialog);return s.modal?t.jsx(a1,{present:r||s.open,children:t.jsx(Bl,{...c,ref:o})}):null});hn.displayName=e2;var ql=T1("DialogOverlay.RemoveScroll"),Bl=a.forwardRef((e,o)=>{const{__scopeDialog:n,...r}=e,c=w1(e2,n);return t.jsx(Me,{as:ql,allowPinchZoom:!0,shards:[c.contentRef],children:t.jsx(_.div,{"data-state":no(c.open),...r,ref:o,style:{pointerEvents:"auto",...r.style}})})}),K1="DialogContent",un=a.forwardRef((e,o)=>{const n=ln(K1,e.__scopeDialog),{forceMount:r=n.forceMount,...c}=e,s=w1(K1,e.__scopeDialog);return t.jsx(a1,{present:r||s.open,children:s.modal?t.jsx(Ul,{...c,ref:o}):t.jsx(Wl,{...c,ref:o})})});un.displayName=K1;var Ul=a.forwardRef((e,o)=>{const n=w1(K1,e.__scopeDialog),r=a.useRef(null),c=U(o,n.contentRef,r);return a.useEffect(()=>{const s=r.current;if(s)return Re(s)},[]),t.jsx(fn,{...e,ref:c,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:L(e.onCloseAutoFocus,s=>{s.preventDefault(),n.triggerRef.current?.focus()}),onPointerDownOutside:L(e.onPointerDownOutside,s=>{const i=s.detail.originalEvent,d=i.button===0&&i.ctrlKey===!0;(i.button===2||d)&&s.preventDefault()}),onFocusOutside:L(e.onFocusOutside,s=>s.preventDefault())})}),Wl=a.forwardRef((e,o)=>{const n=w1(K1,e.__scopeDialog),r=a.useRef(!1),c=a.useRef(!1);return t.jsx(fn,{...e,ref:o,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:s=>{e.onCloseAutoFocus?.(s),s.defaultPrevented||(r.current||n.triggerRef.current?.focus(),s.preventDefault()),r.current=!1,c.current=!1},onInteractOutside:s=>{e.onInteractOutside?.(s),s.defaultPrevented||(r.current=!0,s.detail.originalEvent.type==="pointerdown"&&(c.current=!0));const i=s.target;n.triggerRef.current?.contains(i)&&s.preventDefault(),s.detail.originalEvent.type==="focusin"&&c.current&&s.preventDefault()}})}),fn=a.forwardRef((e,o)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:c,onCloseAutoFocus:s,...i}=e,d=w1(K1,n),u=a.useRef(null),f=U(o,u);return Be(),t.jsxs(t.Fragment,{children:[t.jsx(Ie,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:c,onUnmountAutoFocus:s,children:t.jsx(G1,{role:"dialog",id:d.contentId,"aria-describedby":d.descriptionId,"aria-labelledby":d.titleId,"data-state":no(d.open),...i,ref:f,onDismiss:()=>d.onOpenChange(!1)})}),t.jsxs(t.Fragment,{children:[t.jsx(Gl,{titleId:d.titleId}),t.jsx(Xl,{contentRef:u,descriptionId:d.descriptionId})]})]})}),to="DialogTitle",vn=a.forwardRef((e,o)=>{const{__scopeDialog:n,...r}=e,c=w1(to,n);return t.jsx(_.h2,{id:c.titleId,...r,ref:o})});vn.displayName=to;var pn="DialogDescription",mn=a.forwardRef((e,o)=>{const{__scopeDialog:n,...r}=e,c=w1(pn,n);return t.jsx(_.p,{id:c.descriptionId,...r,ref:o})});mn.displayName=pn;var gn="DialogClose",Cn=a.forwardRef((e,o)=>{const{__scopeDialog:n,...r}=e,c=w1(gn,n);return t.jsx(_.button,{type:"button",...r,ref:o,onClick:L(e.onClick,()=>c.onOpenChange(!1))})});Cn.displayName=gn;function no(e){return e?"open":"closed"}var In="DialogTitleWarning",[XC,Mn]=V3(In,{contentName:K1,titleName:to,docsSlug:"dialog"}),Gl=({titleId:e})=>{const o=Mn(In),n=`\`${o.contentName}\` requires a \`${o.titleName}\` for the component to be accessible for screen reader users.
42
-
43
- If you want to hide the \`${o.titleName}\`, you can wrap it with our VisuallyHidden component.
44
-
45
- For more information, see https://radix-ui.com/primitives/docs/components/${o.docsSlug}`;return a.useEffect(()=>{e&&(document.getElementById(e)||console.error(n))},[n,e]),null},Kl="DialogDescriptionWarning",Xl=({contentRef:e,descriptionId:o})=>{const r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${Mn(Kl).contentName}}.`;return a.useEffect(()=>{const c=e.current?.getAttribute("aria-describedby");o&&c&&(document.getElementById(o)||console.warn(r))},[r,e,o]),null},wn=cn,kn=an,bn=dn,yn=hn,Sn=un,Hn=vn,An=mn,Vn=Cn,o2={exports:{}},ro={};var Ln;function Yl(){if(Ln)return ro;Ln=1;var e=m1;function o(p,m){return p===m&&(p!==0||1/p===1/m)||p!==p&&m!==m}var n=typeof Object.is=="function"?Object.is:o,r=e.useState,c=e.useEffect,s=e.useLayoutEffect,i=e.useDebugValue;function d(p,m){var C=m(),M=r({inst:{value:C,getSnapshot:m}}),g=M[0].inst,I=M[1];return s(function(){g.value=C,g.getSnapshot=m,u(g)&&I({inst:g})},[p,C,m]),c(function(){return u(g)&&I({inst:g}),p(function(){u(g)&&I({inst:g})})},[p]),i(C),C}function u(p){var m=p.getSnapshot;p=p.value;try{var C=m();return!n(p,C)}catch{return!0}}function f(p,m){return m()}var v=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?f:d;return ro.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:v,ro}var co={};var zn;function Ql(){return zn||(zn=1,process.env.NODE_ENV!=="production"&&(function(){function e(C,M){return C===M&&(C!==0||1/C===1/M)||C!==C&&M!==M}function o(C,M){v||c.startTransition===void 0||(v=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var g=M();if(!p){var I=M();s(g,I)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),p=!0)}I=i({inst:{value:g,getSnapshot:M}});var w=I[0].inst,k=I[1];return u(function(){w.value=g,w.getSnapshot=M,n(w)&&k({inst:w})},[C,g,M]),d(function(){return n(w)&&k({inst:w}),C(function(){n(w)&&k({inst:w})})},[C]),f(g),g}function n(C){var M=C.getSnapshot;C=C.value;try{var g=M();return!s(C,g)}catch{return!0}}function r(C,M){return M()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var c=m1,s=typeof Object.is=="function"?Object.is:e,i=c.useState,d=c.useEffect,u=c.useLayoutEffect,f=c.useDebugValue,v=!1,p=!1,m=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?r:o;co.useSyncExternalStore=c.useSyncExternalStore!==void 0?c.useSyncExternalStore:m,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),co}var En;function Rl(){return En||(En=1,process.env.NODE_ENV==="production"?o2.exports=Yl():o2.exports=Ql()),o2.exports}var Jl=Rl();function e4(){return Jl.useSyncExternalStore(o4,()=>!0,()=>!1)}function o4(){return()=>{}}var so="Avatar",[t4]=h1(so),[n4,$n]=t4(so),jn=a.forwardRef((e,o)=>{const{__scopeAvatar:n,...r}=e,[c,s]=a.useState("idle");return t.jsx(n4,{scope:n,imageLoadingStatus:c,onImageLoadingStatusChange:s,children:t.jsx(_.span,{...r,ref:o})})});jn.displayName=so;var Pn="AvatarImage",Tn=a.forwardRef((e,o)=>{const{__scopeAvatar:n,src:r,onLoadingStatusChange:c=()=>{},...s}=e,i=$n(Pn,n),d=r4(r,s),u=o1(f=>{c(f),i.onImageLoadingStatusChange(f)});return t1(()=>{d!=="idle"&&u(d)},[d,u]),d==="loaded"?t.jsx(_.img,{...s,ref:o,src:r}):null});Tn.displayName=Pn;var xn="AvatarFallback",Nn=a.forwardRef((e,o)=>{const{__scopeAvatar:n,delayMs:r,...c}=e,s=$n(xn,n),[i,d]=a.useState(r===void 0);return a.useEffect(()=>{if(r!==void 0){const u=window.setTimeout(()=>d(!0),r);return()=>window.clearTimeout(u)}},[r]),i&&s.imageLoadingStatus!=="loaded"?t.jsx(_.span,{...c,ref:o}):null});Nn.displayName=xn;function On(e,o){return e?o?(e.src!==o&&(e.src=o),e.complete&&e.naturalWidth>0?"loaded":"loading"):"error":"idle"}function r4(e,{referrerPolicy:o,crossOrigin:n}){const r=e4(),c=a.useRef(null),s=r?(c.current||(c.current=new window.Image),c.current):null,[i,d]=a.useState(()=>On(s,e));return t1(()=>{d(On(s,e))},[s,e]),t1(()=>{const u=p=>()=>{d(p)};if(!s)return;const f=u("loaded"),v=u("error");return s.addEventListener("load",f),s.addEventListener("error",v),o&&(s.referrerPolicy=o),typeof n=="string"&&(s.crossOrigin=n),()=>{s.removeEventListener("load",f),s.removeEventListener("error",v)}},[s,n,o]),i}var Dn=jn,_n=Tn,Fn=Nn;function ao(e){const o=a.useRef({value:e,previous:e});return a.useMemo(()=>(o.current.value!==e&&(o.current.previous=o.current.value,o.current.value=e),o.current.previous),[e])}function lo(e){const[o,n]=a.useState(void 0);return t1(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(c=>{if(!Array.isArray(c)||!c.length)return;const s=c[0];let i,d;if("borderBoxSize"in s){const u=s.borderBoxSize,f=Array.isArray(u)?u[0]:u;i=f.inlineSize,d=f.blockSize}else i=e.offsetWidth,d=e.offsetHeight;n({width:i,height:d})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),o}var t2="Checkbox",[c4]=h1(t2),[s4,io]=c4(t2);function a4(e){const{__scopeCheckbox:o,checked:n,children:r,defaultChecked:c,disabled:s,form:i,name:d,onCheckedChange:u,required:f,value:v="on",internal_do_not_use_render:p}=e,[m,C]=M1({prop:n,defaultProp:c??!1,onChange:u,caller:t2}),[M,g]=a.useState(null),[I,w]=a.useState(null),k=a.useRef(!1),b=M?!!i||!!M.closest("form"):!0,y={checked:m,disabled:s,setChecked:C,control:M,setControl:g,name:d,form:i,value:v,hasConsumerStoppedPropagationRef:k,required:f,defaultChecked:N1(c)?!1:c,isFormControl:b,bubbleInput:I,setBubbleInput:w};return t.jsx(s4,{scope:o,...y,children:l4(p)?p(y):r})}var Zn="CheckboxTrigger",qn=a.forwardRef(({__scopeCheckbox:e,onKeyDown:o,onClick:n,...r},c)=>{const{control:s,value:i,disabled:d,checked:u,required:f,setControl:v,setChecked:p,hasConsumerStoppedPropagationRef:m,isFormControl:C,bubbleInput:M}=io(Zn,e),g=U(c,v),I=a.useRef(u);return a.useEffect(()=>{const w=s?.form;if(w){const k=()=>p(I.current);return w.addEventListener("reset",k),()=>w.removeEventListener("reset",k)}},[s,p]),t.jsx(_.button,{type:"button",role:"checkbox","aria-checked":N1(u)?"mixed":u,"aria-required":f,"data-state":Kn(u),"data-disabled":d?"":void 0,disabled:d,value:i,...r,ref:g,onKeyDown:L(o,w=>{w.key==="Enter"&&w.preventDefault()}),onClick:L(n,w=>{p(k=>N1(k)?!0:!k),M&&C&&(m.current=w.isPropagationStopped(),m.current||w.stopPropagation())})})});qn.displayName=Zn;var ho=a.forwardRef((e,o)=>{const{__scopeCheckbox:n,name:r,checked:c,defaultChecked:s,required:i,disabled:d,value:u,onCheckedChange:f,form:v,...p}=e;return t.jsx(a4,{__scopeCheckbox:n,checked:c,defaultChecked:s,disabled:d,required:i,onCheckedChange:f,name:r,form:v,value:u,internal_do_not_use_render:({isFormControl:m})=>t.jsxs(t.Fragment,{children:[t.jsx(qn,{...p,ref:o,__scopeCheckbox:n}),m&&t.jsx(Gn,{__scopeCheckbox:n})]})})});ho.displayName=t2;var Bn="CheckboxIndicator",Un=a.forwardRef((e,o)=>{const{__scopeCheckbox:n,forceMount:r,...c}=e,s=io(Bn,n);return t.jsx(a1,{present:r||N1(s.checked)||s.checked===!0,children:t.jsx(_.span,{"data-state":Kn(s.checked),"data-disabled":s.disabled?"":void 0,...c,ref:o,style:{pointerEvents:"none",...e.style}})})});Un.displayName=Bn;var Wn="CheckboxBubbleInput",Gn=a.forwardRef(({__scopeCheckbox:e,...o},n)=>{const{control:r,hasConsumerStoppedPropagationRef:c,checked:s,defaultChecked:i,required:d,disabled:u,name:f,value:v,form:p,bubbleInput:m,setBubbleInput:C}=io(Wn,e),M=U(n,C),g=ao(s),I=lo(r);a.useEffect(()=>{const k=m;if(!k)return;const b=window.HTMLInputElement.prototype,S=Object.getOwnPropertyDescriptor(b,"checked").set,z=!c.current;if(g!==s&&S){const V=new Event("click",{bubbles:z});k.indeterminate=N1(s),S.call(k,N1(s)?!1:s),k.dispatchEvent(V)}},[m,g,s,c]);const w=a.useRef(N1(s)?!1:s);return t.jsx(_.input,{type:"checkbox","aria-hidden":!0,defaultChecked:i??w.current,required:d,disabled:u,name:f,value:v,form:p,...o,tabIndex:-1,ref:M,style:{...o.style,...I,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})});Gn.displayName=Wn;function l4(e){return typeof e=="function"}function N1(e){return e==="indeterminate"}function Kn(e){return N1(e)?"indeterminate":e?"checked":"unchecked"}const i4=["top","right","bottom","left"],O1=Math.min,v1=Math.max,n2=Math.round,r2=Math.floor,A1=e=>({x:e,y:e}),d4={left:"right",right:"left",bottom:"top",top:"bottom"},h4={start:"end",end:"start"};function uo(e,o,n){return v1(e,O1(o,n))}function $1(e,o){return typeof e=="function"?e(o):e}function j1(e){return e.split("-")[0]}function se(e){return e.split("-")[1]}function fo(e){return e==="x"?"y":"x"}function vo(e){return e==="y"?"height":"width"}const u4=new Set(["top","bottom"]);function V1(e){return u4.has(j1(e))?"y":"x"}function po(e){return fo(V1(e))}function f4(e,o,n){n===void 0&&(n=!1);const r=se(e),c=po(e),s=vo(c);let i=c==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return o.reference[s]>o.floating[s]&&(i=c2(i)),[i,c2(i)]}function v4(e){const o=c2(e);return[mo(e),o,mo(o)]}function mo(e){return e.replace(/start|end/g,o=>h4[o])}const Xn=["left","right"],Yn=["right","left"],p4=["top","bottom"],m4=["bottom","top"];function g4(e,o,n){switch(e){case"top":case"bottom":return n?o?Yn:Xn:o?Xn:Yn;case"left":case"right":return o?p4:m4;default:return[]}}function C4(e,o,n,r){const c=se(e);let s=g4(j1(e),n==="start",r);return c&&(s=s.map(i=>i+"-"+c),o&&(s=s.concat(s.map(mo)))),s}function c2(e){return e.replace(/left|right|bottom|top/g,o=>d4[o])}function I4(e){return{top:0,right:0,bottom:0,left:0,...e}}function Qn(e){return typeof e!="number"?I4(e):{top:e,right:e,bottom:e,left:e}}function s2(e){const{x:o,y:n,width:r,height:c}=e;return{width:r,height:c,top:n,left:o,right:o+r,bottom:n+c,x:o,y:n}}function Rn(e,o,n){let{reference:r,floating:c}=e;const s=V1(o),i=po(o),d=vo(i),u=j1(o),f=s==="y",v=r.x+r.width/2-c.width/2,p=r.y+r.height/2-c.height/2,m=r[d]/2-c[d]/2;let C;switch(u){case"top":C={x:v,y:r.y-c.height};break;case"bottom":C={x:v,y:r.y+r.height};break;case"right":C={x:r.x+r.width,y:p};break;case"left":C={x:r.x-c.width,y:p};break;default:C={x:r.x,y:r.y}}switch(se(o)){case"start":C[i]-=m*(n&&f?-1:1);break;case"end":C[i]+=m*(n&&f?-1:1);break}return C}const M4=async(e,o,n)=>{const{placement:r="bottom",strategy:c="absolute",middleware:s=[],platform:i}=n,d=s.filter(Boolean),u=await(i.isRTL==null?void 0:i.isRTL(o));let f=await i.getElementRects({reference:e,floating:o,strategy:c}),{x:v,y:p}=Rn(f,r,u),m=r,C={},M=0;for(let g=0;g<d.length;g++){const{name:I,fn:w}=d[g],{x:k,y:b,data:y,reset:S}=await w({x:v,y:p,initialPlacement:r,placement:m,strategy:c,middlewareData:C,rects:f,platform:i,elements:{reference:e,floating:o}});v=k??v,p=b??p,C={...C,[I]:{...C[I],...y}},S&&M<=50&&(M++,typeof S=="object"&&(S.placement&&(m=S.placement),S.rects&&(f=S.rects===!0?await i.getElementRects({reference:e,floating:o,strategy:c}):S.rects),{x:v,y:p}=Rn(f,m,u)),g=-1)}return{x:v,y:p,placement:m,strategy:c,middlewareData:C}};async function we(e,o){var n;o===void 0&&(o={});const{x:r,y:c,platform:s,rects:i,elements:d,strategy:u}=e,{boundary:f="clippingAncestors",rootBoundary:v="viewport",elementContext:p="floating",altBoundary:m=!1,padding:C=0}=$1(o,e),M=Qn(C),I=d[m?p==="floating"?"reference":"floating":p],w=s2(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(I)))==null||n?I:I.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(d.floating)),boundary:f,rootBoundary:v,strategy:u})),k=p==="floating"?{x:r,y:c,width:i.floating.width,height:i.floating.height}:i.reference,b=await(s.getOffsetParent==null?void 0:s.getOffsetParent(d.floating)),y=await(s.isElement==null?void 0:s.isElement(b))?await(s.getScale==null?void 0:s.getScale(b))||{x:1,y:1}:{x:1,y:1},S=s2(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:d,rect:k,offsetParent:b,strategy:u}):k);return{top:(w.top-S.top+M.top)/y.y,bottom:(S.bottom-w.bottom+M.bottom)/y.y,left:(w.left-S.left+M.left)/y.x,right:(S.right-w.right+M.right)/y.x}}const w4=e=>({name:"arrow",options:e,async fn(o){const{x:n,y:r,placement:c,rects:s,platform:i,elements:d,middlewareData:u}=o,{element:f,padding:v=0}=$1(e,o)||{};if(f==null)return{};const p=Qn(v),m={x:n,y:r},C=po(c),M=vo(C),g=await i.getDimensions(f),I=C==="y",w=I?"top":"left",k=I?"bottom":"right",b=I?"clientHeight":"clientWidth",y=s.reference[M]+s.reference[C]-m[C]-s.floating[M],S=m[C]-s.reference[C],z=await(i.getOffsetParent==null?void 0:i.getOffsetParent(f));let V=z?z[b]:0;(!V||!await(i.isElement==null?void 0:i.isElement(z)))&&(V=d.floating[b]||s.floating[M]);const H=y/2-S/2,P=V/2-g[M]/2-1,D=O1(p[w],P),F=O1(p[k],P),B=D,W=V-g[M]-F,$=V/2-g[M]/2+H,q=uo(B,$,W),T=!u.arrow&&se(c)!=null&&$!==q&&s.reference[M]/2-($<B?D:F)-g[M]/2<0,Z=T?$<B?$-B:$-W:0;return{[C]:m[C]+Z,data:{[C]:q,centerOffset:$-q-Z,...T&&{alignmentOffset:Z}},reset:T}}}),k4=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(o){var n,r;const{placement:c,middlewareData:s,rects:i,initialPlacement:d,platform:u,elements:f}=o,{mainAxis:v=!0,crossAxis:p=!0,fallbackPlacements:m,fallbackStrategy:C="bestFit",fallbackAxisSideDirection:M="none",flipAlignment:g=!0,...I}=$1(e,o);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const w=j1(c),k=V1(d),b=j1(d)===d,y=await(u.isRTL==null?void 0:u.isRTL(f.floating)),S=m||(b||!g?[c2(d)]:v4(d)),z=M!=="none";!m&&z&&S.push(...C4(d,g,M,y));const V=[d,...S],H=await we(o,I),P=[];let D=((r=s.flip)==null?void 0:r.overflows)||[];if(v&&P.push(H[w]),p){const $=f4(c,i,y);P.push(H[$[0]],H[$[1]])}if(D=[...D,{placement:c,overflows:P}],!P.every($=>$<=0)){var F,B;const $=(((F=s.flip)==null?void 0:F.index)||0)+1,q=V[$];if(q&&(!(p==="alignment"?k!==V1(q):!1)||D.every(A=>V1(A.placement)===k?A.overflows[0]>0:!0)))return{data:{index:$,overflows:D},reset:{placement:q}};let T=(B=D.filter(Z=>Z.overflows[0]<=0).sort((Z,A)=>Z.overflows[1]-A.overflows[1])[0])==null?void 0:B.placement;if(!T)switch(C){case"bestFit":{var W;const Z=(W=D.filter(A=>{if(z){const j=V1(A.placement);return j===k||j==="y"}return!0}).map(A=>[A.placement,A.overflows.filter(j=>j>0).reduce((j,J)=>j+J,0)]).sort((A,j)=>A[1]-j[1])[0])==null?void 0:W[0];Z&&(T=Z);break}case"initialPlacement":T=d;break}if(c!==T)return{reset:{placement:T}}}return{}}}};function Jn(e,o){return{top:e.top-o.height,right:e.right-o.width,bottom:e.bottom-o.height,left:e.left-o.width}}function er(e){return i4.some(o=>e[o]>=0)}const b4=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(o){const{rects:n}=o,{strategy:r="referenceHidden",...c}=$1(e,o);switch(r){case"referenceHidden":{const s=await we(o,{...c,elementContext:"reference"}),i=Jn(s,n.reference);return{data:{referenceHiddenOffsets:i,referenceHidden:er(i)}}}case"escaped":{const s=await we(o,{...c,altBoundary:!0}),i=Jn(s,n.floating);return{data:{escapedOffsets:i,escaped:er(i)}}}default:return{}}}}},or=new Set(["left","top"]);async function y4(e,o){const{placement:n,platform:r,elements:c}=e,s=await(r.isRTL==null?void 0:r.isRTL(c.floating)),i=j1(n),d=se(n),u=V1(n)==="y",f=or.has(i)?-1:1,v=s&&u?-1:1,p=$1(o,e);let{mainAxis:m,crossAxis:C,alignmentAxis:M}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return d&&typeof M=="number"&&(C=d==="end"?M*-1:M),u?{x:C*v,y:m*f}:{x:m*f,y:C*v}}const S4=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(o){var n,r;const{x:c,y:s,placement:i,middlewareData:d}=o,u=await y4(o,e);return i===((n=d.offset)==null?void 0:n.placement)&&(r=d.arrow)!=null&&r.alignmentOffset?{}:{x:c+u.x,y:s+u.y,data:{...u,placement:i}}}}},H4=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){const{x:n,y:r,placement:c}=o,{mainAxis:s=!0,crossAxis:i=!1,limiter:d={fn:I=>{let{x:w,y:k}=I;return{x:w,y:k}}},...u}=$1(e,o),f={x:n,y:r},v=await we(o,u),p=V1(j1(c)),m=fo(p);let C=f[m],M=f[p];if(s){const I=m==="y"?"top":"left",w=m==="y"?"bottom":"right",k=C+v[I],b=C-v[w];C=uo(k,C,b)}if(i){const I=p==="y"?"top":"left",w=p==="y"?"bottom":"right",k=M+v[I],b=M-v[w];M=uo(k,M,b)}const g=d.fn({...o,[m]:C,[p]:M});return{...g,data:{x:g.x-n,y:g.y-r,enabled:{[m]:s,[p]:i}}}}}},A4=function(e){return e===void 0&&(e={}),{options:e,fn(o){const{x:n,y:r,placement:c,rects:s,middlewareData:i}=o,{offset:d=0,mainAxis:u=!0,crossAxis:f=!0}=$1(e,o),v={x:n,y:r},p=V1(c),m=fo(p);let C=v[m],M=v[p];const g=$1(d,o),I=typeof g=="number"?{mainAxis:g,crossAxis:0}:{mainAxis:0,crossAxis:0,...g};if(u){const b=m==="y"?"height":"width",y=s.reference[m]-s.floating[b]+I.mainAxis,S=s.reference[m]+s.reference[b]-I.mainAxis;C<y?C=y:C>S&&(C=S)}if(f){var w,k;const b=m==="y"?"width":"height",y=or.has(j1(c)),S=s.reference[p]-s.floating[b]+(y&&((w=i.offset)==null?void 0:w[p])||0)+(y?0:I.crossAxis),z=s.reference[p]+s.reference[b]+(y?0:((k=i.offset)==null?void 0:k[p])||0)-(y?I.crossAxis:0);M<S?M=S:M>z&&(M=z)}return{[m]:C,[p]:M}}}},V4=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(o){var n,r;const{placement:c,rects:s,platform:i,elements:d}=o,{apply:u=()=>{},...f}=$1(e,o),v=await we(o,f),p=j1(c),m=se(c),C=V1(c)==="y",{width:M,height:g}=s.floating;let I,w;p==="top"||p==="bottom"?(I=p,w=m===(await(i.isRTL==null?void 0:i.isRTL(d.floating))?"start":"end")?"left":"right"):(w=p,I=m==="end"?"top":"bottom");const k=g-v.top-v.bottom,b=M-v.left-v.right,y=O1(g-v[I],k),S=O1(M-v[w],b),z=!o.middlewareData.shift;let V=y,H=S;if((n=o.middlewareData.shift)!=null&&n.enabled.x&&(H=b),(r=o.middlewareData.shift)!=null&&r.enabled.y&&(V=k),z&&!m){const D=v1(v.left,0),F=v1(v.right,0),B=v1(v.top,0),W=v1(v.bottom,0);C?H=M-2*(D!==0||F!==0?D+F:v1(v.left,v.right)):V=g-2*(B!==0||W!==0?B+W:v1(v.top,v.bottom))}await u({...o,availableWidth:H,availableHeight:V});const P=await i.getDimensions(d.floating);return M!==P.width||g!==P.height?{reset:{rects:!0}}:{}}}};function a2(){return typeof window<"u"}function ae(e){return tr(e)?(e.nodeName||"").toLowerCase():"#document"}function p1(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function L1(e){var o;return(o=(tr(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function tr(e){return a2()?e instanceof Node||e instanceof p1(e).Node:!1}function k1(e){return a2()?e instanceof Element||e instanceof p1(e).Element:!1}function z1(e){return a2()?e instanceof HTMLElement||e instanceof p1(e).HTMLElement:!1}function nr(e){return!a2()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof p1(e).ShadowRoot}const L4=new Set(["inline","contents"]);function ke(e){const{overflow:o,overflowX:n,overflowY:r,display:c}=b1(e);return/auto|scroll|overlay|hidden|clip/.test(o+r+n)&&!L4.has(c)}const z4=new Set(["table","td","th"]);function E4(e){return z4.has(ae(e))}const $4=[":popover-open",":modal"];function l2(e){return $4.some(o=>{try{return e.matches(o)}catch{return!1}})}const j4=["transform","translate","scale","rotate","perspective"],P4=["transform","translate","scale","rotate","perspective","filter"],T4=["paint","layout","strict","content"];function go(e){const o=Co(),n=k1(e)?b1(e):e;return j4.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!o&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!o&&(n.filter?n.filter!=="none":!1)||P4.some(r=>(n.willChange||"").includes(r))||T4.some(r=>(n.contain||"").includes(r))}function x4(e){let o=D1(e);for(;z1(o)&&!le(o);){if(go(o))return o;if(l2(o))return null;o=D1(o)}return null}function Co(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const N4=new Set(["html","body","#document"]);function le(e){return N4.has(ae(e))}function b1(e){return p1(e).getComputedStyle(e)}function i2(e){return k1(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function D1(e){if(ae(e)==="html")return e;const o=e.assignedSlot||e.parentNode||nr(e)&&e.host||L1(e);return nr(o)?o.host:o}function rr(e){const o=D1(e);return le(o)?e.ownerDocument?e.ownerDocument.body:e.body:z1(o)&&ke(o)?o:rr(o)}function be(e,o,n){var r;o===void 0&&(o=[]),n===void 0&&(n=!0);const c=rr(e),s=c===((r=e.ownerDocument)==null?void 0:r.body),i=p1(c);if(s){const d=Io(i);return o.concat(i,i.visualViewport||[],ke(c)?c:[],d&&n?be(d):[])}return o.concat(c,be(c,[],n))}function Io(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function cr(e){const o=b1(e);let n=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const c=z1(e),s=c?e.offsetWidth:n,i=c?e.offsetHeight:r,d=n2(n)!==s||n2(r)!==i;return d&&(n=s,r=i),{width:n,height:r,$:d}}function Mo(e){return k1(e)?e:e.contextElement}function ie(e){const o=Mo(e);if(!z1(o))return A1(1);const n=o.getBoundingClientRect(),{width:r,height:c,$:s}=cr(o);let i=(s?n2(n.width):n.width)/r,d=(s?n2(n.height):n.height)/c;return(!i||!Number.isFinite(i))&&(i=1),(!d||!Number.isFinite(d))&&(d=1),{x:i,y:d}}const O4=A1(0);function sr(e){const o=p1(e);return!Co()||!o.visualViewport?O4:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function D4(e,o,n){return o===void 0&&(o=!1),!n||o&&n!==p1(e)?!1:o}function X1(e,o,n,r){o===void 0&&(o=!1),n===void 0&&(n=!1);const c=e.getBoundingClientRect(),s=Mo(e);let i=A1(1);o&&(r?k1(r)&&(i=ie(r)):i=ie(e));const d=D4(s,n,r)?sr(s):A1(0);let u=(c.left+d.x)/i.x,f=(c.top+d.y)/i.y,v=c.width/i.x,p=c.height/i.y;if(s){const m=p1(s),C=r&&k1(r)?p1(r):r;let M=m,g=Io(M);for(;g&&r&&C!==M;){const I=ie(g),w=g.getBoundingClientRect(),k=b1(g),b=w.left+(g.clientLeft+parseFloat(k.paddingLeft))*I.x,y=w.top+(g.clientTop+parseFloat(k.paddingTop))*I.y;u*=I.x,f*=I.y,v*=I.x,p*=I.y,u+=b,f+=y,M=p1(g),g=Io(M)}}return s2({width:v,height:p,x:u,y:f})}function d2(e,o){const n=i2(e).scrollLeft;return o?o.left+n:X1(L1(e)).left+n}function ar(e,o){const n=e.getBoundingClientRect(),r=n.left+o.scrollLeft-d2(e,n),c=n.top+o.scrollTop;return{x:r,y:c}}function _4(e){let{elements:o,rect:n,offsetParent:r,strategy:c}=e;const s=c==="fixed",i=L1(r),d=o?l2(o.floating):!1;if(r===i||d&&s)return n;let u={scrollLeft:0,scrollTop:0},f=A1(1);const v=A1(0),p=z1(r);if((p||!p&&!s)&&((ae(r)!=="body"||ke(i))&&(u=i2(r)),z1(r))){const C=X1(r);f=ie(r),v.x=C.x+r.clientLeft,v.y=C.y+r.clientTop}const m=i&&!p&&!s?ar(i,u):A1(0);return{width:n.width*f.x,height:n.height*f.y,x:n.x*f.x-u.scrollLeft*f.x+v.x+m.x,y:n.y*f.y-u.scrollTop*f.y+v.y+m.y}}function F4(e){return Array.from(e.getClientRects())}function Z4(e){const o=L1(e),n=i2(e),r=e.ownerDocument.body,c=v1(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),s=v1(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let i=-n.scrollLeft+d2(e);const d=-n.scrollTop;return b1(r).direction==="rtl"&&(i+=v1(o.clientWidth,r.clientWidth)-c),{width:c,height:s,x:i,y:d}}const lr=25;function q4(e,o){const n=p1(e),r=L1(e),c=n.visualViewport;let s=r.clientWidth,i=r.clientHeight,d=0,u=0;if(c){s=c.width,i=c.height;const v=Co();(!v||v&&o==="fixed")&&(d=c.offsetLeft,u=c.offsetTop)}const f=d2(r);if(f<=0){const v=r.ownerDocument,p=v.body,m=getComputedStyle(p),C=v.compatMode==="CSS1Compat"&&parseFloat(m.marginLeft)+parseFloat(m.marginRight)||0,M=Math.abs(r.clientWidth-p.clientWidth-C);M<=lr&&(s-=M)}else f<=lr&&(s+=f);return{width:s,height:i,x:d,y:u}}const B4=new Set(["absolute","fixed"]);function U4(e,o){const n=X1(e,!0,o==="fixed"),r=n.top+e.clientTop,c=n.left+e.clientLeft,s=z1(e)?ie(e):A1(1),i=e.clientWidth*s.x,d=e.clientHeight*s.y,u=c*s.x,f=r*s.y;return{width:i,height:d,x:u,y:f}}function ir(e,o,n){let r;if(o==="viewport")r=q4(e,n);else if(o==="document")r=Z4(L1(e));else if(k1(o))r=U4(o,n);else{const c=sr(e);r={x:o.x-c.x,y:o.y-c.y,width:o.width,height:o.height}}return s2(r)}function dr(e,o){const n=D1(e);return n===o||!k1(n)||le(n)?!1:b1(n).position==="fixed"||dr(n,o)}function W4(e,o){const n=o.get(e);if(n)return n;let r=be(e,[],!1).filter(d=>k1(d)&&ae(d)!=="body"),c=null;const s=b1(e).position==="fixed";let i=s?D1(e):e;for(;k1(i)&&!le(i);){const d=b1(i),u=go(i);!u&&d.position==="fixed"&&(c=null),(s?!u&&!c:!u&&d.position==="static"&&!!c&&B4.has(c.position)||ke(i)&&!u&&dr(e,i))?r=r.filter(v=>v!==i):c=d,i=D1(i)}return o.set(e,r),r}function G4(e){let{element:o,boundary:n,rootBoundary:r,strategy:c}=e;const i=[...n==="clippingAncestors"?l2(o)?[]:W4(o,this._c):[].concat(n),r],d=i[0],u=i.reduce((f,v)=>{const p=ir(o,v,c);return f.top=v1(p.top,f.top),f.right=O1(p.right,f.right),f.bottom=O1(p.bottom,f.bottom),f.left=v1(p.left,f.left),f},ir(o,d,c));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function K4(e){const{width:o,height:n}=cr(e);return{width:o,height:n}}function X4(e,o,n){const r=z1(o),c=L1(o),s=n==="fixed",i=X1(e,!0,s,o);let d={scrollLeft:0,scrollTop:0};const u=A1(0);function f(){u.x=d2(c)}if(r||!r&&!s)if((ae(o)!=="body"||ke(c))&&(d=i2(o)),r){const C=X1(o,!0,s,o);u.x=C.x+o.clientLeft,u.y=C.y+o.clientTop}else c&&f();s&&!r&&c&&f();const v=c&&!r&&!s?ar(c,d):A1(0),p=i.left+d.scrollLeft-u.x-v.x,m=i.top+d.scrollTop-u.y-v.y;return{x:p,y:m,width:i.width,height:i.height}}function wo(e){return b1(e).position==="static"}function hr(e,o){if(!z1(e)||b1(e).position==="fixed")return null;if(o)return o(e);let n=e.offsetParent;return L1(e)===n&&(n=n.ownerDocument.body),n}function ur(e,o){const n=p1(e);if(l2(e))return n;if(!z1(e)){let c=D1(e);for(;c&&!le(c);){if(k1(c)&&!wo(c))return c;c=D1(c)}return n}let r=hr(e,o);for(;r&&E4(r)&&wo(r);)r=hr(r,o);return r&&le(r)&&wo(r)&&!go(r)?n:r||x4(e)||n}const Y4=async function(e){const o=this.getOffsetParent||ur,n=this.getDimensions,r=await n(e.floating);return{reference:X4(e.reference,await o(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function Q4(e){return b1(e).direction==="rtl"}const R4={convertOffsetParentRelativeRectToViewportRelativeRect:_4,getDocumentElement:L1,getClippingRect:G4,getOffsetParent:ur,getElementRects:Y4,getClientRects:F4,getDimensions:K4,getScale:ie,isElement:k1,isRTL:Q4};function fr(e,o){return e.x===o.x&&e.y===o.y&&e.width===o.width&&e.height===o.height}function J4(e,o){let n=null,r;const c=L1(e);function s(){var d;clearTimeout(r),(d=n)==null||d.disconnect(),n=null}function i(d,u){d===void 0&&(d=!1),u===void 0&&(u=1),s();const f=e.getBoundingClientRect(),{left:v,top:p,width:m,height:C}=f;if(d||o(),!m||!C)return;const M=r2(p),g=r2(c.clientWidth-(v+m)),I=r2(c.clientHeight-(p+C)),w=r2(v),b={rootMargin:-M+"px "+-g+"px "+-I+"px "+-w+"px",threshold:v1(0,O1(1,u))||1};let y=!0;function S(z){const V=z[0].intersectionRatio;if(V!==u){if(!y)return i();V?i(!1,V):r=setTimeout(()=>{i(!1,1e-7)},1e3)}V===1&&!fr(f,e.getBoundingClientRect())&&i(),y=!1}try{n=new IntersectionObserver(S,{...b,root:c.ownerDocument})}catch{n=new IntersectionObserver(S,b)}n.observe(e)}return i(!0),s}function e5(e,o,n,r){r===void 0&&(r={});const{ancestorScroll:c=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:d=typeof IntersectionObserver=="function",animationFrame:u=!1}=r,f=Mo(e),v=c||s?[...f?be(f):[],...be(o)]:[];v.forEach(w=>{c&&w.addEventListener("scroll",n,{passive:!0}),s&&w.addEventListener("resize",n)});const p=f&&d?J4(f,n):null;let m=-1,C=null;i&&(C=new ResizeObserver(w=>{let[k]=w;k&&k.target===f&&C&&(C.unobserve(o),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var b;(b=C)==null||b.observe(o)})),n()}),f&&!u&&C.observe(f),C.observe(o));let M,g=u?X1(e):null;u&&I();function I(){const w=X1(e);g&&!fr(g,w)&&n(),g=w,M=requestAnimationFrame(I)}return n(),()=>{var w;v.forEach(k=>{c&&k.removeEventListener("scroll",n),s&&k.removeEventListener("resize",n)}),p?.(),(w=C)==null||w.disconnect(),C=null,u&&cancelAnimationFrame(M)}}const o5=S4,t5=H4,n5=k4,r5=V4,c5=b4,vr=w4,s5=A4,a5=(e,o,n)=>{const r=new Map,c={platform:R4,...n},s={...c.platform,_c:r};return M4(e,o,{...c,platform:s})};var l5=typeof document<"u",i5=function(){},h2=l5?m1.useLayoutEffect:i5;function u2(e,o){if(e===o)return!0;if(typeof e!=typeof o)return!1;if(typeof e=="function"&&e.toString()===o.toString())return!0;let n,r,c;if(e&&o&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==o.length)return!1;for(r=n;r--!==0;)if(!u2(e[r],o[r]))return!1;return!0}if(c=Object.keys(e),n=c.length,n!==Object.keys(o).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(o,c[r]))return!1;for(r=n;r--!==0;){const s=c[r];if(!(s==="_owner"&&e.$$typeof)&&!u2(e[s],o[s]))return!1}return!0}return e!==e&&o!==o}function pr(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function mr(e,o){const n=pr(e);return Math.round(o*n)/n}function ko(e){const o=a.useRef(e);return h2(()=>{o.current=e}),o}function d5(e){e===void 0&&(e={});const{placement:o="bottom",strategy:n="absolute",middleware:r=[],platform:c,elements:{reference:s,floating:i}={},transform:d=!0,whileElementsMounted:u,open:f}=e,[v,p]=a.useState({x:0,y:0,strategy:n,placement:o,middlewareData:{},isPositioned:!1}),[m,C]=a.useState(r);u2(m,r)||C(r);const[M,g]=a.useState(null),[I,w]=a.useState(null),k=a.useCallback(A=>{A!==z.current&&(z.current=A,g(A))},[]),b=a.useCallback(A=>{A!==V.current&&(V.current=A,w(A))},[]),y=s||M,S=i||I,z=a.useRef(null),V=a.useRef(null),H=a.useRef(v),P=u!=null,D=ko(u),F=ko(c),B=ko(f),W=a.useCallback(()=>{if(!z.current||!V.current)return;const A={placement:o,strategy:n,middleware:m};F.current&&(A.platform=F.current),a5(z.current,V.current,A).then(j=>{const J={...j,isPositioned:B.current!==!1};$.current&&!u2(H.current,J)&&(H.current=J,ge.flushSync(()=>{p(J)}))})},[m,o,n,F,B]);h2(()=>{f===!1&&H.current.isPositioned&&(H.current.isPositioned=!1,p(A=>({...A,isPositioned:!1})))},[f]);const $=a.useRef(!1);h2(()=>($.current=!0,()=>{$.current=!1}),[]),h2(()=>{if(y&&(z.current=y),S&&(V.current=S),y&&S){if(D.current)return D.current(y,S,W);W()}},[y,S,W,D,P]);const q=a.useMemo(()=>({reference:z,floating:V,setReference:k,setFloating:b}),[k,b]),T=a.useMemo(()=>({reference:y,floating:S}),[y,S]),Z=a.useMemo(()=>{const A={position:n,left:0,top:0};if(!T.floating)return A;const j=mr(T.floating,v.x),J=mr(T.floating,v.y);return d?{...A,transform:"translate("+j+"px, "+J+"px)",...pr(T.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:j,top:J}},[n,d,T.floating,v.x,v.y]);return a.useMemo(()=>({...v,update:W,refs:q,elements:T,floatingStyles:Z}),[v,W,q,T,Z])}const h5=e=>{function o(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:r,padding:c}=typeof e=="function"?e(n):e;return r&&o(r)?r.current!=null?vr({element:r.current,padding:c}).fn(n):{}:r?vr({element:r,padding:c}).fn(n):{}}}},u5=(e,o)=>({...o5(e),options:[e,o]}),f5=(e,o)=>({...t5(e),options:[e,o]}),v5=(e,o)=>({...s5(e),options:[e,o]}),p5=(e,o)=>({...n5(e),options:[e,o]}),m5=(e,o)=>({...r5(e),options:[e,o]}),g5=(e,o)=>({...c5(e),options:[e,o]}),C5=(e,o)=>({...h5(e),options:[e,o]});var I5="Arrow",gr=a.forwardRef((e,o)=>{const{children:n,width:r=10,height:c=5,...s}=e;return t.jsx(_.svg,{...s,ref:o,width:r,height:c,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:t.jsx("polygon",{points:"0,0 30,0 15,10"})})});gr.displayName=I5;var M5=gr,bo="Popper",[Cr,_1]=h1(bo),[w5,Ir]=Cr(bo),Mr=e=>{const{__scopePopper:o,children:n}=e,[r,c]=a.useState(null);return t.jsx(w5,{scope:o,anchor:r,onAnchorChange:c,children:n})};Mr.displayName=bo;var wr="PopperAnchor",kr=a.forwardRef((e,o)=>{const{__scopePopper:n,virtualRef:r,...c}=e,s=Ir(wr,n),i=a.useRef(null),d=U(o,i),u=a.useRef(null);return a.useEffect(()=>{const f=u.current;u.current=r?.current||i.current,f!==u.current&&s.onAnchorChange(u.current)}),r?null:t.jsx(_.div,{...c,ref:d})});kr.displayName=wr;var yo="PopperContent",[k5,b5]=Cr(yo),br=a.forwardRef((e,o)=>{const{__scopePopper:n,side:r="bottom",sideOffset:c=0,align:s="center",alignOffset:i=0,arrowPadding:d=0,avoidCollisions:u=!0,collisionBoundary:f=[],collisionPadding:v=0,sticky:p="partial",hideWhenDetached:m=!1,updatePositionStrategy:C="optimized",onPlaced:M,...g}=e,I=Ir(yo,n),[w,k]=a.useState(null),b=U(o,E=>k(E)),[y,S]=a.useState(null),z=lo(y),V=z?.width??0,H=z?.height??0,P=r+(s!=="center"?"-"+s:""),D=typeof v=="number"?v:{top:0,right:0,bottom:0,left:0,...v},F=Array.isArray(f)?f:[f],B=F.length>0,W={padding:D,boundary:F.filter(S5),altBoundary:B},{refs:$,floatingStyles:q,placement:T,isPositioned:Z,middlewareData:A}=d5({strategy:"fixed",placement:P,whileElementsMounted:(...E)=>e5(...E,{animationFrame:C==="always"}),elements:{reference:I.anchor},middleware:[u5({mainAxis:c+H,alignmentAxis:i}),u&&f5({mainAxis:!0,crossAxis:!1,limiter:p==="partial"?v5():void 0,...W}),u&&p5({...W}),m5({...W,apply:({elements:E,rects:Q,availableWidth:r1,availableHeight:X})=>{const{width:R,height:e1}=Q.reference,I1=E.floating.style;I1.setProperty("--radix-popper-available-width",`${r1}px`),I1.setProperty("--radix-popper-available-height",`${X}px`),I1.setProperty("--radix-popper-anchor-width",`${R}px`),I1.setProperty("--radix-popper-anchor-height",`${e1}px`)}}),y&&C5({element:y,padding:d}),H5({arrowWidth:V,arrowHeight:H}),m&&g5({strategy:"referenceHidden",...W})]}),[j,J]=Hr(T),n1=o1(M);t1(()=>{Z&&n1?.()},[Z,n1]);const s1=A.arrow?.x,K=A.arrow?.y,Y=A.arrow?.centerOffset!==0,[u1,d1]=a.useState();return t1(()=>{w&&d1(window.getComputedStyle(w).zIndex)},[w]),t.jsx("div",{ref:$.setFloating,"data-radix-popper-content-wrapper":"",style:{...q,transform:Z?q.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:u1,"--radix-popper-transform-origin":[A.transformOrigin?.x,A.transformOrigin?.y].join(" "),...A.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:t.jsx(k5,{scope:n,placedSide:j,onArrowChange:S,arrowX:s1,arrowY:K,shouldHideArrow:Y,children:t.jsx(_.div,{"data-side":j,"data-align":J,...g,ref:b,style:{...g.style,animation:Z?void 0:"none"}})})})});br.displayName=yo;var yr="PopperArrow",y5={top:"bottom",right:"left",bottom:"top",left:"right"},Sr=a.forwardRef(function(o,n){const{__scopePopper:r,...c}=o,s=b5(yr,r),i=y5[s.placedSide];return t.jsx("span",{ref:s.onArrowChange,style:{position:"absolute",left:s.arrowX,top:s.arrowY,[i]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[s.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[s.placedSide],visibility:s.shouldHideArrow?"hidden":void 0},children:t.jsx(M5,{...c,ref:n,style:{...c.style,display:"block"}})})});Sr.displayName=yr;function S5(e){return e!==null}var H5=e=>({name:"transformOrigin",options:e,fn(o){const{placement:n,rects:r,middlewareData:c}=o,i=c.arrow?.centerOffset!==0,d=i?0:e.arrowWidth,u=i?0:e.arrowHeight,[f,v]=Hr(n),p={start:"0%",center:"50%",end:"100%"}[v],m=(c.arrow?.x??0)+d/2,C=(c.arrow?.y??0)+u/2;let M="",g="";return f==="bottom"?(M=i?p:`${m}px`,g=`${-u}px`):f==="top"?(M=i?p:`${m}px`,g=`${r.floating.height+u}px`):f==="right"?(M=`${-u}px`,g=i?p:`${C}px`):f==="left"&&(M=`${r.floating.width+u}px`,g=i?p:`${C}px`),{data:{x:M,y:g}}}});function Hr(e){const[o,n="center"]=e.split("-");return[o,n]}var ye=Mr,Se=kr,f2=br,v2=Sr,So="rovingFocusGroup.onEntryFocus",A5={bubbles:!1,cancelable:!0},He="RovingFocusGroup",[Ho,Ar,V5]=Ze(He),[L5,Vr]=h1(He,[V5]),[z5,E5]=L5(He),Lr=a.forwardRef((e,o)=>t.jsx(Ho.Provider,{scope:e.__scopeRovingFocusGroup,children:t.jsx(Ho.Slot,{scope:e.__scopeRovingFocusGroup,children:t.jsx($5,{...e,ref:o})})}));Lr.displayName=He;var $5=a.forwardRef((e,o)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:c=!1,dir:s,currentTabStopId:i,defaultCurrentTabStopId:d,onCurrentTabStopIdChange:u,onEntryFocus:f,preventScrollOnEntryFocus:v=!1,...p}=e,m=a.useRef(null),C=U(o,m),M=Ce(s),[g,I]=M1({prop:i,defaultProp:d??null,onChange:u,caller:He}),[w,k]=a.useState(!1),b=o1(f),y=Ar(n),S=a.useRef(!1),[z,V]=a.useState(0);return a.useEffect(()=>{const H=m.current;if(H)return H.addEventListener(So,b),()=>H.removeEventListener(So,b)},[b]),t.jsx(z5,{scope:n,orientation:r,dir:M,loop:c,currentTabStopId:g,onItemFocus:a.useCallback(H=>I(H),[I]),onItemShiftTab:a.useCallback(()=>k(!0),[]),onFocusableItemAdd:a.useCallback(()=>V(H=>H+1),[]),onFocusableItemRemove:a.useCallback(()=>V(H=>H-1),[]),children:t.jsx(_.div,{tabIndex:w||z===0?-1:0,"data-orientation":r,...p,ref:C,style:{outline:"none",...e.style},onMouseDown:L(e.onMouseDown,()=>{S.current=!0}),onFocus:L(e.onFocus,H=>{const P=!S.current;if(H.target===H.currentTarget&&P&&!w){const D=new CustomEvent(So,A5);if(H.currentTarget.dispatchEvent(D),!D.defaultPrevented){const F=y().filter(T=>T.focusable),B=F.find(T=>T.active),W=F.find(T=>T.id===g),q=[B,W,...F].filter(Boolean).map(T=>T.ref.current);$r(q,v)}}S.current=!1}),onBlur:L(e.onBlur,()=>k(!1))})})}),zr="RovingFocusGroupItem",Er=a.forwardRef((e,o)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:c=!1,tabStopId:s,children:i,...d}=e,u=f1(),f=s||u,v=E5(zr,n),p=v.currentTabStopId===f,m=Ar(n),{onFocusableItemAdd:C,onFocusableItemRemove:M,currentTabStopId:g}=v;return a.useEffect(()=>{if(r)return C(),()=>M()},[r,C,M]),t.jsx(Ho.ItemSlot,{scope:n,id:f,focusable:r,active:c,children:t.jsx(_.span,{tabIndex:p?0:-1,"data-orientation":v.orientation,...d,ref:o,onMouseDown:L(e.onMouseDown,I=>{r?v.onItemFocus(f):I.preventDefault()}),onFocus:L(e.onFocus,()=>v.onItemFocus(f)),onKeyDown:L(e.onKeyDown,I=>{if(I.key==="Tab"&&I.shiftKey){v.onItemShiftTab();return}if(I.target!==I.currentTarget)return;const w=T5(I,v.orientation,v.dir);if(w!==void 0){if(I.metaKey||I.ctrlKey||I.altKey||I.shiftKey)return;I.preventDefault();let b=m().filter(y=>y.focusable).map(y=>y.ref.current);if(w==="last")b.reverse();else if(w==="prev"||w==="next"){w==="prev"&&b.reverse();const y=b.indexOf(I.currentTarget);b=v.loop?x5(b,y+1):b.slice(y+1)}setTimeout(()=>$r(b))}}),children:typeof i=="function"?i({isCurrentTabStop:p,hasTabStop:g!=null}):i})})});Er.displayName=zr;var j5={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function P5(e,o){return o!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function T5(e,o,n){const r=P5(e.key,n);if(!(o==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(o==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return j5[r]}function $r(e,o=!1){const n=document.activeElement;for(const r of e)if(r===n||(r.focus({preventScroll:o}),document.activeElement!==n))return}function x5(e,o){return e.map((n,r)=>e[(o+r)%e.length])}var N5=Lr,O5=Er,Ao=["Enter"," "],D5=["ArrowDown","PageUp","Home"],jr=["ArrowUp","PageDown","End"],_5=[...D5,...jr],F5={ltr:[...Ao,"ArrowRight"],rtl:[...Ao,"ArrowLeft"]},Z5={ltr:["ArrowLeft"],rtl:["ArrowRight"]},Ae="Menu",[Ve,q5,B5]=Ze(Ae),[Y1,Pr]=h1(Ae,[B5,_1,Vr]),Le=_1(),Tr=Vr(),[xr,F1]=Y1(Ae),[U5,ze]=Y1(Ae),Nr=e=>{const{__scopeMenu:o,open:n=!1,children:r,dir:c,onOpenChange:s,modal:i=!0}=e,d=Le(o),[u,f]=a.useState(null),v=a.useRef(!1),p=o1(s),m=Ce(c);return a.useEffect(()=>{const C=()=>{v.current=!0,document.addEventListener("pointerdown",M,{capture:!0,once:!0}),document.addEventListener("pointermove",M,{capture:!0,once:!0})},M=()=>v.current=!1;return document.addEventListener("keydown",C,{capture:!0}),()=>{document.removeEventListener("keydown",C,{capture:!0}),document.removeEventListener("pointerdown",M,{capture:!0}),document.removeEventListener("pointermove",M,{capture:!0})}},[]),t.jsx(ye,{...d,children:t.jsx(xr,{scope:o,open:n,onOpenChange:p,content:u,onContentChange:f,children:t.jsx(U5,{scope:o,onClose:a.useCallback(()=>p(!1),[p]),isUsingKeyboardRef:v,dir:m,modal:i,children:r})})})};Nr.displayName=Ae;var W5="MenuAnchor",Vo=a.forwardRef((e,o)=>{const{__scopeMenu:n,...r}=e,c=Le(n);return t.jsx(Se,{...c,...r,ref:o})});Vo.displayName=W5;var Lo="MenuPortal",[G5,Or]=Y1(Lo,{forceMount:void 0}),Dr=e=>{const{__scopeMenu:o,forceMount:n,children:r,container:c}=e,s=F1(Lo,o);return t.jsx(G5,{scope:o,forceMount:n,children:t.jsx(a1,{present:n||s.open,children:t.jsx(oe,{asChild:!0,container:c,children:r})})})};Dr.displayName=Lo;var g1="MenuContent",[K5,zo]=Y1(g1),_r=a.forwardRef((e,o)=>{const n=Or(g1,e.__scopeMenu),{forceMount:r=n.forceMount,...c}=e,s=F1(g1,e.__scopeMenu),i=ze(g1,e.__scopeMenu);return t.jsx(Ve.Provider,{scope:e.__scopeMenu,children:t.jsx(a1,{present:r||s.open,children:t.jsx(Ve.Slot,{scope:e.__scopeMenu,children:i.modal?t.jsx(X5,{...c,ref:o}):t.jsx(Y5,{...c,ref:o})})})})}),X5=a.forwardRef((e,o)=>{const n=F1(g1,e.__scopeMenu),r=a.useRef(null),c=U(o,r);return a.useEffect(()=>{const s=r.current;if(s)return Re(s)},[]),t.jsx(Eo,{...e,ref:c,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:L(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),Y5=a.forwardRef((e,o)=>{const n=F1(g1,e.__scopeMenu);return t.jsx(Eo,{...e,ref:o,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),Q5=T1("MenuContent.ScrollLock"),Eo=a.forwardRef((e,o)=>{const{__scopeMenu:n,loop:r=!1,trapFocus:c,onOpenAutoFocus:s,onCloseAutoFocus:i,disableOutsidePointerEvents:d,onEntryFocus:u,onEscapeKeyDown:f,onPointerDownOutside:v,onFocusOutside:p,onInteractOutside:m,onDismiss:C,disableOutsideScroll:M,...g}=e,I=F1(g1,n),w=ze(g1,n),k=Le(n),b=Tr(n),y=q5(n),[S,z]=a.useState(null),V=a.useRef(null),H=U(o,V,I.onContentChange),P=a.useRef(0),D=a.useRef(""),F=a.useRef(0),B=a.useRef(null),W=a.useRef("right"),$=a.useRef(0),q=M?Me:a.Fragment,T=M?{as:Q5,allowPinchZoom:!0}:void 0,Z=j=>{const J=D.current+j,n1=y().filter(E=>!E.disabled),s1=document.activeElement,K=n1.find(E=>E.ref.current===s1)?.textValue,Y=n1.map(E=>E.textValue),u1=ii(Y,J,K),d1=n1.find(E=>E.textValue===u1)?.ref.current;(function E(Q){D.current=Q,window.clearTimeout(P.current),Q!==""&&(P.current=window.setTimeout(()=>E(""),1e3))})(J),d1&&setTimeout(()=>d1.focus())};a.useEffect(()=>()=>window.clearTimeout(P.current),[]),Be();const A=a.useCallback(j=>W.current===B.current?.side&&hi(j,B.current?.area),[]);return t.jsx(K5,{scope:n,searchRef:D,onItemEnter:a.useCallback(j=>{A(j)&&j.preventDefault()},[A]),onItemLeave:a.useCallback(j=>{A(j)||(V.current?.focus(),z(null))},[A]),onTriggerLeave:a.useCallback(j=>{A(j)&&j.preventDefault()},[A]),pointerGraceTimerRef:F,onPointerGraceIntentChange:a.useCallback(j=>{B.current=j},[]),children:t.jsx(q,{...T,children:t.jsx(Ie,{asChild:!0,trapped:c,onMountAutoFocus:L(s,j=>{j.preventDefault(),V.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:i,children:t.jsx(G1,{asChild:!0,disableOutsidePointerEvents:d,onEscapeKeyDown:f,onPointerDownOutside:v,onFocusOutside:p,onInteractOutside:m,onDismiss:C,children:t.jsx(N5,{asChild:!0,...b,dir:w.dir,orientation:"vertical",loop:r,currentTabStopId:S,onCurrentTabStopIdChange:z,onEntryFocus:L(u,j=>{w.isUsingKeyboardRef.current||j.preventDefault()}),preventScrollOnEntryFocus:!0,children:t.jsx(f2,{role:"menu","aria-orientation":"vertical","data-state":r0(I.open),"data-radix-menu-content":"",dir:w.dir,...k,...g,ref:H,style:{outline:"none",...g.style},onKeyDown:L(g.onKeyDown,j=>{const n1=j.target.closest("[data-radix-menu-content]")===j.currentTarget,s1=j.ctrlKey||j.altKey||j.metaKey,K=j.key.length===1;n1&&(j.key==="Tab"&&j.preventDefault(),!s1&&K&&Z(j.key));const Y=V.current;if(j.target!==Y||!_5.includes(j.key))return;j.preventDefault();const d1=y().filter(E=>!E.disabled).map(E=>E.ref.current);jr.includes(j.key)&&d1.reverse(),ai(d1)}),onBlur:L(e.onBlur,j=>{j.currentTarget.contains(j.target)||(window.clearTimeout(P.current),D.current="")}),onPointerMove:L(e.onPointerMove,$e(j=>{const J=j.target,n1=$.current!==j.clientX;if(j.currentTarget.contains(J)&&n1){const s1=j.clientX>$.current?"right":"left";W.current=s1,$.current=j.clientX}}))})})})})})})});_r.displayName=g1;var R5="MenuGroup",$o=a.forwardRef((e,o)=>{const{__scopeMenu:n,...r}=e;return t.jsx(_.div,{role:"group",...r,ref:o})});$o.displayName=R5;var J5="MenuLabel",Fr=a.forwardRef((e,o)=>{const{__scopeMenu:n,...r}=e;return t.jsx(_.div,{...r,ref:o})});Fr.displayName=J5;var p2="MenuItem",Zr="menu.itemSelect",m2=a.forwardRef((e,o)=>{const{disabled:n=!1,onSelect:r,...c}=e,s=a.useRef(null),i=ze(p2,e.__scopeMenu),d=zo(p2,e.__scopeMenu),u=U(o,s),f=a.useRef(!1),v=()=>{const p=s.current;if(!n&&p){const m=new CustomEvent(Zr,{bubbles:!0,cancelable:!0});p.addEventListener(Zr,C=>r?.(C),{once:!0}),U2(p,m),m.defaultPrevented?f.current=!1:i.onClose()}};return t.jsx(qr,{...c,ref:u,disabled:n,onClick:L(e.onClick,v),onPointerDown:p=>{e.onPointerDown?.(p),f.current=!0},onPointerUp:L(e.onPointerUp,p=>{f.current||p.currentTarget?.click()}),onKeyDown:L(e.onKeyDown,p=>{const m=d.searchRef.current!=="";n||m&&p.key===" "||Ao.includes(p.key)&&(p.currentTarget.click(),p.preventDefault())})})});m2.displayName=p2;var qr=a.forwardRef((e,o)=>{const{__scopeMenu:n,disabled:r=!1,textValue:c,...s}=e,i=zo(p2,n),d=Tr(n),u=a.useRef(null),f=U(o,u),[v,p]=a.useState(!1),[m,C]=a.useState("");return a.useEffect(()=>{const M=u.current;M&&C((M.textContent??"").trim())},[s.children]),t.jsx(Ve.ItemSlot,{scope:n,disabled:r,textValue:c??m,children:t.jsx(O5,{asChild:!0,...d,focusable:!r,children:t.jsx(_.div,{role:"menuitem","data-highlighted":v?"":void 0,"aria-disabled":r||void 0,"data-disabled":r?"":void 0,...s,ref:f,onPointerMove:L(e.onPointerMove,$e(M=>{r?i.onItemLeave(M):(i.onItemEnter(M),M.defaultPrevented||M.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:L(e.onPointerLeave,$e(M=>i.onItemLeave(M))),onFocus:L(e.onFocus,()=>p(!0)),onBlur:L(e.onBlur,()=>p(!1))})})})}),ei="MenuCheckboxItem",Br=a.forwardRef((e,o)=>{const{checked:n=!1,onCheckedChange:r,...c}=e;return t.jsx(Xr,{scope:e.__scopeMenu,checked:n,children:t.jsx(m2,{role:"menuitemcheckbox","aria-checked":g2(n)?"mixed":n,...c,ref:o,"data-state":To(n),onSelect:L(c.onSelect,()=>r?.(g2(n)?!0:!n),{checkForDefaultPrevented:!1})})})});Br.displayName=ei;var Ur="MenuRadioGroup",[oi,ti]=Y1(Ur,{value:void 0,onValueChange:()=>{}}),Wr=a.forwardRef((e,o)=>{const{value:n,onValueChange:r,...c}=e,s=o1(r);return t.jsx(oi,{scope:e.__scopeMenu,value:n,onValueChange:s,children:t.jsx($o,{...c,ref:o})})});Wr.displayName=Ur;var Gr="MenuRadioItem",Kr=a.forwardRef((e,o)=>{const{value:n,...r}=e,c=ti(Gr,e.__scopeMenu),s=n===c.value;return t.jsx(Xr,{scope:e.__scopeMenu,checked:s,children:t.jsx(m2,{role:"menuitemradio","aria-checked":s,...r,ref:o,"data-state":To(s),onSelect:L(r.onSelect,()=>c.onValueChange?.(n),{checkForDefaultPrevented:!1})})})});Kr.displayName=Gr;var jo="MenuItemIndicator",[Xr,ni]=Y1(jo,{checked:!1}),Yr=a.forwardRef((e,o)=>{const{__scopeMenu:n,forceMount:r,...c}=e,s=ni(jo,n);return t.jsx(a1,{present:r||g2(s.checked)||s.checked===!0,children:t.jsx(_.span,{...c,ref:o,"data-state":To(s.checked)})})});Yr.displayName=jo;var ri="MenuSeparator",Qr=a.forwardRef((e,o)=>{const{__scopeMenu:n,...r}=e;return t.jsx(_.div,{role:"separator","aria-orientation":"horizontal",...r,ref:o})});Qr.displayName=ri;var ci="MenuArrow",Rr=a.forwardRef((e,o)=>{const{__scopeMenu:n,...r}=e,c=Le(n);return t.jsx(v2,{...c,...r,ref:o})});Rr.displayName=ci;var Po="MenuSub",[si,Jr]=Y1(Po),e0=e=>{const{__scopeMenu:o,children:n,open:r=!1,onOpenChange:c}=e,s=F1(Po,o),i=Le(o),[d,u]=a.useState(null),[f,v]=a.useState(null),p=o1(c);return a.useEffect(()=>(s.open===!1&&p(!1),()=>p(!1)),[s.open,p]),t.jsx(ye,{...i,children:t.jsx(xr,{scope:o,open:r,onOpenChange:p,content:f,onContentChange:v,children:t.jsx(si,{scope:o,contentId:f1(),triggerId:f1(),trigger:d,onTriggerChange:u,children:n})})})};e0.displayName=Po;var Ee="MenuSubTrigger",o0=a.forwardRef((e,o)=>{const n=F1(Ee,e.__scopeMenu),r=ze(Ee,e.__scopeMenu),c=Jr(Ee,e.__scopeMenu),s=zo(Ee,e.__scopeMenu),i=a.useRef(null),{pointerGraceTimerRef:d,onPointerGraceIntentChange:u}=s,f={__scopeMenu:e.__scopeMenu},v=a.useCallback(()=>{i.current&&window.clearTimeout(i.current),i.current=null},[]);return a.useEffect(()=>v,[v]),a.useEffect(()=>{const p=d.current;return()=>{window.clearTimeout(p),u(null)}},[d,u]),t.jsx(Vo,{asChild:!0,...f,children:t.jsx(qr,{id:c.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":c.contentId,"data-state":r0(n.open),...e,ref:_e(o,c.onTriggerChange),onClick:p=>{e.onClick?.(p),!(e.disabled||p.defaultPrevented)&&(p.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:L(e.onPointerMove,$e(p=>{s.onItemEnter(p),!p.defaultPrevented&&!e.disabled&&!n.open&&!i.current&&(s.onPointerGraceIntentChange(null),i.current=window.setTimeout(()=>{n.onOpenChange(!0),v()},100))})),onPointerLeave:L(e.onPointerLeave,$e(p=>{v();const m=n.content?.getBoundingClientRect();if(m){const C=n.content?.dataset.side,M=C==="right",g=M?-5:5,I=m[M?"left":"right"],w=m[M?"right":"left"];s.onPointerGraceIntentChange({area:[{x:p.clientX+g,y:p.clientY},{x:I,y:m.top},{x:w,y:m.top},{x:w,y:m.bottom},{x:I,y:m.bottom}],side:C}),window.clearTimeout(d.current),d.current=window.setTimeout(()=>s.onPointerGraceIntentChange(null),300)}else{if(s.onTriggerLeave(p),p.defaultPrevented)return;s.onPointerGraceIntentChange(null)}})),onKeyDown:L(e.onKeyDown,p=>{const m=s.searchRef.current!=="";e.disabled||m&&p.key===" "||F5[r.dir].includes(p.key)&&(n.onOpenChange(!0),n.content?.focus(),p.preventDefault())})})})});o0.displayName=Ee;var t0="MenuSubContent",n0=a.forwardRef((e,o)=>{const n=Or(g1,e.__scopeMenu),{forceMount:r=n.forceMount,...c}=e,s=F1(g1,e.__scopeMenu),i=ze(g1,e.__scopeMenu),d=Jr(t0,e.__scopeMenu),u=a.useRef(null),f=U(o,u);return t.jsx(Ve.Provider,{scope:e.__scopeMenu,children:t.jsx(a1,{present:r||s.open,children:t.jsx(Ve.Slot,{scope:e.__scopeMenu,children:t.jsx(Eo,{id:d.contentId,"aria-labelledby":d.triggerId,...c,ref:f,align:"start",side:i.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:v=>{i.isUsingKeyboardRef.current&&u.current?.focus(),v.preventDefault()},onCloseAutoFocus:v=>v.preventDefault(),onFocusOutside:L(e.onFocusOutside,v=>{v.target!==d.trigger&&s.onOpenChange(!1)}),onEscapeKeyDown:L(e.onEscapeKeyDown,v=>{i.onClose(),v.preventDefault()}),onKeyDown:L(e.onKeyDown,v=>{const p=v.currentTarget.contains(v.target),m=Z5[i.dir].includes(v.key);p&&m&&(s.onOpenChange(!1),d.trigger?.focus(),v.preventDefault())})})})})})});n0.displayName=t0;function r0(e){return e?"open":"closed"}function g2(e){return e==="indeterminate"}function To(e){return g2(e)?"indeterminate":e?"checked":"unchecked"}function ai(e){const o=document.activeElement;for(const n of e)if(n===o||(n.focus(),document.activeElement!==o))return}function li(e,o){return e.map((n,r)=>e[(o+r)%e.length])}function ii(e,o,n){const c=o.length>1&&Array.from(o).every(f=>f===o[0])?o[0]:o,s=n?e.indexOf(n):-1;let i=li(e,Math.max(s,0));c.length===1&&(i=i.filter(f=>f!==n));const u=i.find(f=>f.toLowerCase().startsWith(c.toLowerCase()));return u!==n?u:void 0}function di(e,o){const{x:n,y:r}=e;let c=!1;for(let s=0,i=o.length-1;s<o.length;i=s++){const d=o[s],u=o[i],f=d.x,v=d.y,p=u.x,m=u.y;v>r!=m>r&&n<(p-f)*(r-v)/(m-v)+f&&(c=!c)}return c}function hi(e,o){if(!o)return!1;const n={x:e.clientX,y:e.clientY};return di(n,o)}function $e(e){return o=>o.pointerType==="mouse"?e(o):void 0}var ui=Nr,fi=Vo,vi=Dr,pi=_r,mi=$o,gi=Fr,Ci=m2,Ii=Br,Mi=Wr,wi=Kr,ki=Yr,bi=Qr,yi=Rr,Si=e0,Hi=o0,Ai=n0,C2="DropdownMenu",[Vi]=h1(C2,[Pr]),i1=Pr(),[Li,c0]=Vi(C2),s0=e=>{const{__scopeDropdownMenu:o,children:n,dir:r,open:c,defaultOpen:s,onOpenChange:i,modal:d=!0}=e,u=i1(o),f=a.useRef(null),[v,p]=M1({prop:c,defaultProp:s??!1,onChange:i,caller:C2});return t.jsx(Li,{scope:o,triggerId:f1(),triggerRef:f,contentId:f1(),open:v,onOpenChange:p,onOpenToggle:a.useCallback(()=>p(m=>!m),[p]),modal:d,children:t.jsx(ui,{...u,open:v,onOpenChange:p,dir:r,modal:d,children:n})})};s0.displayName=C2;var a0="DropdownMenuTrigger",l0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,disabled:r=!1,...c}=e,s=c0(a0,n),i=i1(n);return t.jsx(fi,{asChild:!0,...i,children:t.jsx(_.button,{type:"button",id:s.triggerId,"aria-haspopup":"menu","aria-expanded":s.open,"aria-controls":s.open?s.contentId:void 0,"data-state":s.open?"open":"closed","data-disabled":r?"":void 0,disabled:r,...c,ref:_e(o,s.triggerRef),onPointerDown:L(e.onPointerDown,d=>{!r&&d.button===0&&d.ctrlKey===!1&&(s.onOpenToggle(),s.open||d.preventDefault())}),onKeyDown:L(e.onKeyDown,d=>{r||(["Enter"," "].includes(d.key)&&s.onOpenToggle(),d.key==="ArrowDown"&&s.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(d.key)&&d.preventDefault())})})})});l0.displayName=a0;var zi="DropdownMenuPortal",i0=e=>{const{__scopeDropdownMenu:o,...n}=e,r=i1(o);return t.jsx(vi,{...r,...n})};i0.displayName=zi;var d0="DropdownMenuContent",h0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=c0(d0,n),s=i1(n),i=a.useRef(!1);return t.jsx(pi,{id:c.contentId,"aria-labelledby":c.triggerId,...s,...r,ref:o,onCloseAutoFocus:L(e.onCloseAutoFocus,d=>{i.current||c.triggerRef.current?.focus(),i.current=!1,d.preventDefault()}),onInteractOutside:L(e.onInteractOutside,d=>{const u=d.detail.originalEvent,f=u.button===0&&u.ctrlKey===!0,v=u.button===2||f;(!c.modal||v)&&(i.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});h0.displayName=d0;var Ei="DropdownMenuGroup",u0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(mi,{...c,...r,ref:o})});u0.displayName=Ei;var $i="DropdownMenuLabel",f0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(gi,{...c,...r,ref:o})});f0.displayName=$i;var ji="DropdownMenuItem",v0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(Ci,{...c,...r,ref:o})});v0.displayName=ji;var Pi="DropdownMenuCheckboxItem",p0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(Ii,{...c,...r,ref:o})});p0.displayName=Pi;var Ti="DropdownMenuRadioGroup",m0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(Mi,{...c,...r,ref:o})});m0.displayName=Ti;var xi="DropdownMenuRadioItem",g0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(wi,{...c,...r,ref:o})});g0.displayName=xi;var Ni="DropdownMenuItemIndicator",C0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(ki,{...c,...r,ref:o})});C0.displayName=Ni;var Oi="DropdownMenuSeparator",I0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(bi,{...c,...r,ref:o})});I0.displayName=Oi;var Di="DropdownMenuArrow",_i=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(yi,{...c,...r,ref:o})});_i.displayName=Di;var Fi=e=>{const{__scopeDropdownMenu:o,children:n,open:r,onOpenChange:c,defaultOpen:s}=e,i=i1(o),[d,u]=M1({prop:r,defaultProp:s??!1,onChange:c,caller:"DropdownMenuSub"});return t.jsx(Si,{...i,open:d,onOpenChange:u,children:n})},Zi="DropdownMenuSubTrigger",M0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(Hi,{...c,...r,ref:o})});M0.displayName=Zi;var qi="DropdownMenuSubContent",w0=a.forwardRef((e,o)=>{const{__scopeDropdownMenu:n,...r}=e,c=i1(n);return t.jsx(Ai,{...c,...r,ref:o,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});w0.displayName=qi;var k0=s0,b0=l0,y0=i0,S0=h0,H0=u0,A0=f0,V0=v0,L0=p0,z0=m0,E0=g0,$0=C0,j0=I0,P0=Fi,T0=M0,x0=w0,Bi="Label",N0=a.forwardRef((e,o)=>t.jsx(_.label,{...e,ref:o,onMouseDown:n=>{n.target.closest("button, input, select, textarea")||(e.onMouseDown?.(n),!n.defaultPrevented&&n.detail>1&&n.preventDefault())}}));N0.displayName=Bi;var O0=N0;function xo(e,[o,n]){return Math.min(n,Math.max(o,e))}var I2="Popover",[D0]=h1(I2,[_1]),je=_1(),[Ui,Z1]=D0(I2),_0=e=>{const{__scopePopover:o,children:n,open:r,defaultOpen:c,onOpenChange:s,modal:i=!1}=e,d=je(o),u=a.useRef(null),[f,v]=a.useState(!1),[p,m]=M1({prop:r,defaultProp:c??!1,onChange:s,caller:I2});return t.jsx(ye,{...d,children:t.jsx(Ui,{scope:o,contentId:f1(),triggerRef:u,open:p,onOpenChange:m,onOpenToggle:a.useCallback(()=>m(C=>!C),[m]),hasCustomAnchor:f,onCustomAnchorAdd:a.useCallback(()=>v(!0),[]),onCustomAnchorRemove:a.useCallback(()=>v(!1),[]),modal:i,children:n})})};_0.displayName=I2;var F0="PopoverAnchor",Z0=a.forwardRef((e,o)=>{const{__scopePopover:n,...r}=e,c=Z1(F0,n),s=je(n),{onCustomAnchorAdd:i,onCustomAnchorRemove:d}=c;return a.useEffect(()=>(i(),()=>d()),[i,d]),t.jsx(Se,{...s,...r,ref:o})});Z0.displayName=F0;var q0="PopoverTrigger",B0=a.forwardRef((e,o)=>{const{__scopePopover:n,...r}=e,c=Z1(q0,n),s=je(n),i=U(o,c.triggerRef),d=t.jsx(_.button,{type:"button","aria-haspopup":"dialog","aria-expanded":c.open,"aria-controls":c.contentId,"data-state":X0(c.open),...r,ref:i,onClick:L(e.onClick,c.onOpenToggle)});return c.hasCustomAnchor?d:t.jsx(Se,{asChild:!0,...s,children:d})});B0.displayName=q0;var No="PopoverPortal",[Wi,Gi]=D0(No,{forceMount:void 0}),U0=e=>{const{__scopePopover:o,forceMount:n,children:r,container:c}=e,s=Z1(No,o);return t.jsx(Wi,{scope:o,forceMount:n,children:t.jsx(a1,{present:n||s.open,children:t.jsx(oe,{asChild:!0,container:c,children:r})})})};U0.displayName=No;var de="PopoverContent",W0=a.forwardRef((e,o)=>{const n=Gi(de,e.__scopePopover),{forceMount:r=n.forceMount,...c}=e,s=Z1(de,e.__scopePopover);return t.jsx(a1,{present:r||s.open,children:s.modal?t.jsx(Xi,{...c,ref:o}):t.jsx(Yi,{...c,ref:o})})});W0.displayName=de;var Ki=T1("PopoverContent.RemoveScroll"),Xi=a.forwardRef((e,o)=>{const n=Z1(de,e.__scopePopover),r=a.useRef(null),c=U(o,r),s=a.useRef(!1);return a.useEffect(()=>{const i=r.current;if(i)return Re(i)},[]),t.jsx(Me,{as:Ki,allowPinchZoom:!0,children:t.jsx(G0,{...e,ref:c,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:L(e.onCloseAutoFocus,i=>{i.preventDefault(),s.current||n.triggerRef.current?.focus()}),onPointerDownOutside:L(e.onPointerDownOutside,i=>{const d=i.detail.originalEvent,u=d.button===0&&d.ctrlKey===!0,f=d.button===2||u;s.current=f},{checkForDefaultPrevented:!1}),onFocusOutside:L(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1})})})}),Yi=a.forwardRef((e,o)=>{const n=Z1(de,e.__scopePopover),r=a.useRef(!1),c=a.useRef(!1);return t.jsx(G0,{...e,ref:o,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:s=>{e.onCloseAutoFocus?.(s),s.defaultPrevented||(r.current||n.triggerRef.current?.focus(),s.preventDefault()),r.current=!1,c.current=!1},onInteractOutside:s=>{e.onInteractOutside?.(s),s.defaultPrevented||(r.current=!0,s.detail.originalEvent.type==="pointerdown"&&(c.current=!0));const i=s.target;n.triggerRef.current?.contains(i)&&s.preventDefault(),s.detail.originalEvent.type==="focusin"&&c.current&&s.preventDefault()}})}),G0=a.forwardRef((e,o)=>{const{__scopePopover:n,trapFocus:r,onOpenAutoFocus:c,onCloseAutoFocus:s,disableOutsidePointerEvents:i,onEscapeKeyDown:d,onPointerDownOutside:u,onFocusOutside:f,onInteractOutside:v,...p}=e,m=Z1(de,n),C=je(n);return Be(),t.jsx(Ie,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:c,onUnmountAutoFocus:s,children:t.jsx(G1,{asChild:!0,disableOutsidePointerEvents:i,onInteractOutside:v,onEscapeKeyDown:d,onPointerDownOutside:u,onFocusOutside:f,onDismiss:()=>m.onOpenChange(!1),children:t.jsx(f2,{"data-state":X0(m.open),role:"dialog",id:m.contentId,...C,...p,ref:o,style:{...p.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),K0="PopoverClose",Qi=a.forwardRef((e,o)=>{const{__scopePopover:n,...r}=e,c=Z1(K0,n);return t.jsx(_.button,{type:"button",...r,ref:o,onClick:L(e.onClick,()=>c.onOpenChange(!1))})});Qi.displayName=K0;var Ri="PopoverArrow",Ji=a.forwardRef((e,o)=>{const{__scopePopover:n,...r}=e,c=je(n);return t.jsx(v2,{...c,...r,ref:o})});Ji.displayName=Ri;function X0(e){return e?"open":"closed"}var Y0=_0,Q0=Z0,R0=B0,e6=U0,J0=W0;function o6(e,o){return a.useReducer((n,r)=>o[n][r]??n,e)}var Oo="ScrollArea",[ec]=h1(Oo),[t6,C1]=ec(Oo),oc=a.forwardRef((e,o)=>{const{__scopeScrollArea:n,type:r="hover",dir:c,scrollHideDelay:s=600,...i}=e,[d,u]=a.useState(null),[f,v]=a.useState(null),[p,m]=a.useState(null),[C,M]=a.useState(null),[g,I]=a.useState(null),[w,k]=a.useState(0),[b,y]=a.useState(0),[S,z]=a.useState(!1),[V,H]=a.useState(!1),P=U(o,F=>u(F)),D=Ce(c);return t.jsx(t6,{scope:n,type:r,dir:D,scrollHideDelay:s,scrollArea:d,viewport:f,onViewportChange:v,content:p,onContentChange:m,scrollbarX:C,onScrollbarXChange:M,scrollbarXEnabled:S,onScrollbarXEnabledChange:z,scrollbarY:g,onScrollbarYChange:I,scrollbarYEnabled:V,onScrollbarYEnabledChange:H,onCornerWidthChange:k,onCornerHeightChange:y,children:t.jsx(_.div,{dir:D,...i,ref:P,style:{position:"relative","--radix-scroll-area-corner-width":w+"px","--radix-scroll-area-corner-height":b+"px",...e.style}})})});oc.displayName=Oo;var tc="ScrollAreaViewport",nc=a.forwardRef((e,o)=>{const{__scopeScrollArea:n,children:r,nonce:c,...s}=e,i=C1(tc,n),d=a.useRef(null),u=U(o,d,i.onViewportChange);return t.jsxs(t.Fragment,{children:[t.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:c}),t.jsx(_.div,{"data-radix-scroll-area-viewport":"",...s,ref:u,style:{overflowX:i.scrollbarXEnabled?"scroll":"hidden",overflowY:i.scrollbarYEnabled?"scroll":"hidden",...e.style},children:t.jsx("div",{ref:i.onContentChange,style:{minWidth:"100%",display:"table"},children:r})})]})});nc.displayName=tc;var E1="ScrollAreaScrollbar",Do=a.forwardRef((e,o)=>{const{forceMount:n,...r}=e,c=C1(E1,e.__scopeScrollArea),{onScrollbarXEnabledChange:s,onScrollbarYEnabledChange:i}=c,d=e.orientation==="horizontal";return a.useEffect(()=>(d?s(!0):i(!0),()=>{d?s(!1):i(!1)}),[d,s,i]),c.type==="hover"?t.jsx(n6,{...r,ref:o,forceMount:n}):c.type==="scroll"?t.jsx(r6,{...r,ref:o,forceMount:n}):c.type==="auto"?t.jsx(rc,{...r,ref:o,forceMount:n}):c.type==="always"?t.jsx(_o,{...r,ref:o}):null});Do.displayName=E1;var n6=a.forwardRef((e,o)=>{const{forceMount:n,...r}=e,c=C1(E1,e.__scopeScrollArea),[s,i]=a.useState(!1);return a.useEffect(()=>{const d=c.scrollArea;let u=0;if(d){const f=()=>{window.clearTimeout(u),i(!0)},v=()=>{u=window.setTimeout(()=>i(!1),c.scrollHideDelay)};return d.addEventListener("pointerenter",f),d.addEventListener("pointerleave",v),()=>{window.clearTimeout(u),d.removeEventListener("pointerenter",f),d.removeEventListener("pointerleave",v)}}},[c.scrollArea,c.scrollHideDelay]),t.jsx(a1,{present:n||s,children:t.jsx(rc,{"data-state":s?"visible":"hidden",...r,ref:o})})}),r6=a.forwardRef((e,o)=>{const{forceMount:n,...r}=e,c=C1(E1,e.__scopeScrollArea),s=e.orientation==="horizontal",i=b2(()=>u("SCROLL_END"),100),[d,u]=o6("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return a.useEffect(()=>{if(d==="idle"){const f=window.setTimeout(()=>u("HIDE"),c.scrollHideDelay);return()=>window.clearTimeout(f)}},[d,c.scrollHideDelay,u]),a.useEffect(()=>{const f=c.viewport,v=s?"scrollLeft":"scrollTop";if(f){let p=f[v];const m=()=>{const C=f[v];p!==C&&(u("SCROLL"),i()),p=C};return f.addEventListener("scroll",m),()=>f.removeEventListener("scroll",m)}},[c.viewport,s,u,i]),t.jsx(a1,{present:n||d!=="hidden",children:t.jsx(_o,{"data-state":d==="hidden"?"hidden":"visible",...r,ref:o,onPointerEnter:L(e.onPointerEnter,()=>u("POINTER_ENTER")),onPointerLeave:L(e.onPointerLeave,()=>u("POINTER_LEAVE"))})})}),rc=a.forwardRef((e,o)=>{const n=C1(E1,e.__scopeScrollArea),{forceMount:r,...c}=e,[s,i]=a.useState(!1),d=e.orientation==="horizontal",u=b2(()=>{if(n.viewport){const f=n.viewport.offsetWidth<n.viewport.scrollWidth,v=n.viewport.offsetHeight<n.viewport.scrollHeight;i(d?f:v)}},10);return he(n.viewport,u),he(n.content,u),t.jsx(a1,{present:r||s,children:t.jsx(_o,{"data-state":s?"visible":"hidden",...c,ref:o})})}),_o=a.forwardRef((e,o)=>{const{orientation:n="vertical",...r}=e,c=C1(E1,e.__scopeScrollArea),s=a.useRef(null),i=a.useRef(0),[d,u]=a.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),f=ic(d.viewport,d.content),v={...r,sizes:d,onSizesChange:u,hasThumb:f>0&&f<1,onThumbChange:m=>s.current=m,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:m=>i.current=m};function p(m,C){return d6(m,i.current,d,C)}return n==="horizontal"?t.jsx(c6,{...v,ref:o,onThumbPositionChange:()=>{if(c.viewport&&s.current){const m=c.viewport.scrollLeft,C=dc(m,d,c.dir);s.current.style.transform=`translate3d(${C}px, 0, 0)`}},onWheelScroll:m=>{c.viewport&&(c.viewport.scrollLeft=m)},onDragScroll:m=>{c.viewport&&(c.viewport.scrollLeft=p(m,c.dir))}}):n==="vertical"?t.jsx(s6,{...v,ref:o,onThumbPositionChange:()=>{if(c.viewport&&s.current){const m=c.viewport.scrollTop,C=dc(m,d);s.current.style.transform=`translate3d(0, ${C}px, 0)`}},onWheelScroll:m=>{c.viewport&&(c.viewport.scrollTop=m)},onDragScroll:m=>{c.viewport&&(c.viewport.scrollTop=p(m))}}):null}),c6=a.forwardRef((e,o)=>{const{sizes:n,onSizesChange:r,...c}=e,s=C1(E1,e.__scopeScrollArea),[i,d]=a.useState(),u=a.useRef(null),f=U(o,u,s.onScrollbarXChange);return a.useEffect(()=>{u.current&&d(getComputedStyle(u.current))},[u]),t.jsx(sc,{"data-orientation":"horizontal",...c,ref:f,sizes:n,style:{bottom:0,left:s.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:s.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":k2(n)+"px",...e.style},onThumbPointerDown:v=>e.onThumbPointerDown(v.x),onDragScroll:v=>e.onDragScroll(v.x),onWheelScroll:(v,p)=>{if(s.viewport){const m=s.viewport.scrollLeft+v.deltaX;e.onWheelScroll(m),uc(m,p)&&v.preventDefault()}},onResize:()=>{u.current&&s.viewport&&i&&r({content:s.viewport.scrollWidth,viewport:s.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:w2(i.paddingLeft),paddingEnd:w2(i.paddingRight)}})}})}),s6=a.forwardRef((e,o)=>{const{sizes:n,onSizesChange:r,...c}=e,s=C1(E1,e.__scopeScrollArea),[i,d]=a.useState(),u=a.useRef(null),f=U(o,u,s.onScrollbarYChange);return a.useEffect(()=>{u.current&&d(getComputedStyle(u.current))},[u]),t.jsx(sc,{"data-orientation":"vertical",...c,ref:f,sizes:n,style:{top:0,right:s.dir==="ltr"?0:void 0,left:s.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":k2(n)+"px",...e.style},onThumbPointerDown:v=>e.onThumbPointerDown(v.y),onDragScroll:v=>e.onDragScroll(v.y),onWheelScroll:(v,p)=>{if(s.viewport){const m=s.viewport.scrollTop+v.deltaY;e.onWheelScroll(m),uc(m,p)&&v.preventDefault()}},onResize:()=>{u.current&&s.viewport&&i&&r({content:s.viewport.scrollHeight,viewport:s.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:w2(i.paddingTop),paddingEnd:w2(i.paddingBottom)}})}})}),[a6,cc]=ec(E1),sc=a.forwardRef((e,o)=>{const{__scopeScrollArea:n,sizes:r,hasThumb:c,onThumbChange:s,onThumbPointerUp:i,onThumbPointerDown:d,onThumbPositionChange:u,onDragScroll:f,onWheelScroll:v,onResize:p,...m}=e,C=C1(E1,n),[M,g]=a.useState(null),I=U(o,P=>g(P)),w=a.useRef(null),k=a.useRef(""),b=C.viewport,y=r.content-r.viewport,S=o1(v),z=o1(u),V=b2(p,10);function H(P){if(w.current){const D=P.clientX-w.current.left,F=P.clientY-w.current.top;f({x:D,y:F})}}return a.useEffect(()=>{const P=D=>{const F=D.target;M?.contains(F)&&S(D,y)};return document.addEventListener("wheel",P,{passive:!1}),()=>document.removeEventListener("wheel",P,{passive:!1})},[b,M,y,S]),a.useEffect(z,[r,z]),he(M,V),he(C.content,V),t.jsx(a6,{scope:n,scrollbar:M,hasThumb:c,onThumbChange:o1(s),onThumbPointerUp:o1(i),onThumbPositionChange:z,onThumbPointerDown:o1(d),children:t.jsx(_.div,{...m,ref:I,style:{position:"absolute",...m.style},onPointerDown:L(e.onPointerDown,P=>{P.button===0&&(P.target.setPointerCapture(P.pointerId),w.current=M.getBoundingClientRect(),k.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",C.viewport&&(C.viewport.style.scrollBehavior="auto"),H(P))}),onPointerMove:L(e.onPointerMove,H),onPointerUp:L(e.onPointerUp,P=>{const D=P.target;D.hasPointerCapture(P.pointerId)&&D.releasePointerCapture(P.pointerId),document.body.style.webkitUserSelect=k.current,C.viewport&&(C.viewport.style.scrollBehavior=""),w.current=null})})})}),M2="ScrollAreaThumb",ac=a.forwardRef((e,o)=>{const{forceMount:n,...r}=e,c=cc(M2,e.__scopeScrollArea);return t.jsx(a1,{present:n||c.hasThumb,children:t.jsx(l6,{ref:o,...r})})}),l6=a.forwardRef((e,o)=>{const{__scopeScrollArea:n,style:r,...c}=e,s=C1(M2,n),i=cc(M2,n),{onThumbPositionChange:d}=i,u=U(o,p=>i.onThumbChange(p)),f=a.useRef(void 0),v=b2(()=>{f.current&&(f.current(),f.current=void 0)},100);return a.useEffect(()=>{const p=s.viewport;if(p){const m=()=>{if(v(),!f.current){const C=h6(p,d);f.current=C,d()}};return d(),p.addEventListener("scroll",m),()=>p.removeEventListener("scroll",m)}},[s.viewport,v,d]),t.jsx(_.div,{"data-state":i.hasThumb?"visible":"hidden",...c,ref:u,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...r},onPointerDownCapture:L(e.onPointerDownCapture,p=>{const C=p.target.getBoundingClientRect(),M=p.clientX-C.left,g=p.clientY-C.top;i.onThumbPointerDown({x:M,y:g})}),onPointerUp:L(e.onPointerUp,i.onThumbPointerUp)})});ac.displayName=M2;var Fo="ScrollAreaCorner",lc=a.forwardRef((e,o)=>{const n=C1(Fo,e.__scopeScrollArea),r=!!(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?t.jsx(i6,{...e,ref:o}):null});lc.displayName=Fo;var i6=a.forwardRef((e,o)=>{const{__scopeScrollArea:n,...r}=e,c=C1(Fo,n),[s,i]=a.useState(0),[d,u]=a.useState(0),f=!!(s&&d);return he(c.scrollbarX,()=>{const v=c.scrollbarX?.offsetHeight||0;c.onCornerHeightChange(v),u(v)}),he(c.scrollbarY,()=>{const v=c.scrollbarY?.offsetWidth||0;c.onCornerWidthChange(v),i(v)}),f?t.jsx(_.div,{...r,ref:o,style:{width:s,height:d,position:"absolute",right:c.dir==="ltr"?0:void 0,left:c.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function w2(e){return e?parseInt(e,10):0}function ic(e,o){const n=e/o;return isNaN(n)?0:n}function k2(e){const o=ic(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*o;return Math.max(r,18)}function d6(e,o,n,r="ltr"){const c=k2(n),s=c/2,i=o||s,d=c-i,u=n.scrollbar.paddingStart+i,f=n.scrollbar.size-n.scrollbar.paddingEnd-d,v=n.content-n.viewport,p=r==="ltr"?[0,v]:[v*-1,0];return hc([u,f],p)(e)}function dc(e,o,n="ltr"){const r=k2(o),c=o.scrollbar.paddingStart+o.scrollbar.paddingEnd,s=o.scrollbar.size-c,i=o.content-o.viewport,d=s-r,u=n==="ltr"?[0,i]:[i*-1,0],f=xo(e,u);return hc([0,i],[0,d])(f)}function hc(e,o){return n=>{if(e[0]===e[1]||o[0]===o[1])return o[0];const r=(o[1]-o[0])/(e[1]-e[0]);return o[0]+r*(n-e[0])}}function uc(e,o){return e>0&&e<o}var h6=(e,o=()=>{})=>{let n={left:e.scrollLeft,top:e.scrollTop},r=0;return(function c(){const s={left:e.scrollLeft,top:e.scrollTop},i=n.left!==s.left,d=n.top!==s.top;(i||d)&&o(),n=s,r=window.requestAnimationFrame(c)})(),()=>window.cancelAnimationFrame(r)};function b2(e,o){const n=o1(e),r=a.useRef(0);return a.useEffect(()=>()=>window.clearTimeout(r.current),[]),a.useCallback(()=>{window.clearTimeout(r.current),r.current=window.setTimeout(n,o)},[n,o])}function he(e,o){const n=o1(o);t1(()=>{let r=0;if(e){const c=new ResizeObserver(()=>{cancelAnimationFrame(r),r=window.requestAnimationFrame(n)});return c.observe(e),()=>{window.cancelAnimationFrame(r),c.unobserve(e)}}},[e,n])}var fc=oc,vc=nc,u6=lc,f6=[" ","Enter","ArrowUp","ArrowDown"],v6=[" ","Enter"],Q1="Select",[y2,S2,p6]=Ze(Q1),[ue]=h1(Q1,[p6,_1]),H2=_1(),[m6,q1]=ue(Q1),[g6,C6]=ue(Q1),pc=e=>{const{__scopeSelect:o,children:n,open:r,defaultOpen:c,onOpenChange:s,value:i,defaultValue:d,onValueChange:u,dir:f,name:v,autoComplete:p,disabled:m,required:C,form:M}=e,g=H2(o),[I,w]=a.useState(null),[k,b]=a.useState(null),[y,S]=a.useState(!1),z=Ce(f),[V,H]=M1({prop:r,defaultProp:c??!1,onChange:s,caller:Q1}),[P,D]=M1({prop:i,defaultProp:d,onChange:u,caller:Q1}),F=a.useRef(null),B=I?M||!!I.closest("form"):!0,[W,$]=a.useState(new Set),q=Array.from(W).map(T=>T.props.value).join(";");return t.jsx(ye,{...g,children:t.jsxs(m6,{required:C,scope:o,trigger:I,onTriggerChange:w,valueNode:k,onValueNodeChange:b,valueNodeHasChildren:y,onValueNodeHasChildrenChange:S,contentId:f1(),value:P,onValueChange:D,open:V,onOpenChange:H,dir:z,triggerPointerDownPosRef:F,disabled:m,children:[t.jsx(y2.Provider,{scope:o,children:t.jsx(g6,{scope:e.__scopeSelect,onNativeOptionAdd:a.useCallback(T=>{$(Z=>new Set(Z).add(T))},[]),onNativeOptionRemove:a.useCallback(T=>{$(Z=>{const A=new Set(Z);return A.delete(T),A})},[]),children:n})}),B?t.jsxs(Oc,{"aria-hidden":!0,required:C,tabIndex:-1,name:v,autoComplete:p,value:P,onChange:T=>D(T.target.value),disabled:m,form:M,children:[P===void 0?t.jsx("option",{value:""}):null,Array.from(W)]},q):null]})})};pc.displayName=Q1;var mc="SelectTrigger",gc=a.forwardRef((e,o)=>{const{__scopeSelect:n,disabled:r=!1,...c}=e,s=H2(n),i=q1(mc,n),d=i.disabled||r,u=U(o,i.onTriggerChange),f=S2(n),v=a.useRef("touch"),[p,m,C]=_c(g=>{const I=f().filter(b=>!b.disabled),w=I.find(b=>b.value===i.value),k=Fc(I,g,w);k!==void 0&&i.onValueChange(k.value)}),M=g=>{d||(i.onOpenChange(!0),C()),g&&(i.triggerPointerDownPosRef.current={x:Math.round(g.pageX),y:Math.round(g.pageY)})};return t.jsx(Se,{asChild:!0,...s,children:t.jsx(_.button,{type:"button",role:"combobox","aria-controls":i.contentId,"aria-expanded":i.open,"aria-required":i.required,"aria-autocomplete":"none",dir:i.dir,"data-state":i.open?"open":"closed",disabled:d,"data-disabled":d?"":void 0,"data-placeholder":Dc(i.value)?"":void 0,...c,ref:u,onClick:L(c.onClick,g=>{g.currentTarget.focus(),v.current!=="mouse"&&M(g)}),onPointerDown:L(c.onPointerDown,g=>{v.current=g.pointerType;const I=g.target;I.hasPointerCapture(g.pointerId)&&I.releasePointerCapture(g.pointerId),g.button===0&&g.ctrlKey===!1&&g.pointerType==="mouse"&&(M(g),g.preventDefault())}),onKeyDown:L(c.onKeyDown,g=>{const I=p.current!=="";!(g.ctrlKey||g.altKey||g.metaKey)&&g.key.length===1&&m(g.key),!(I&&g.key===" ")&&f6.includes(g.key)&&(M(),g.preventDefault())})})})});gc.displayName=mc;var Cc="SelectValue",Ic=a.forwardRef((e,o)=>{const{__scopeSelect:n,className:r,style:c,children:s,placeholder:i="",...d}=e,u=q1(Cc,n),{onValueNodeHasChildrenChange:f}=u,v=s!==void 0,p=U(o,u.onValueNodeChange);return t1(()=>{f(v)},[f,v]),t.jsx(_.span,{...d,ref:p,style:{pointerEvents:"none"},children:Dc(u.value)?t.jsx(t.Fragment,{children:i}):s})});Ic.displayName=Cc;var I6="SelectIcon",Mc=a.forwardRef((e,o)=>{const{__scopeSelect:n,children:r,...c}=e;return t.jsx(_.span,{"aria-hidden":!0,...c,ref:o,children:r||"▼"})});Mc.displayName=I6;var M6="SelectPortal",wc=e=>t.jsx(oe,{asChild:!0,...e});wc.displayName=M6;var R1="SelectContent",kc=a.forwardRef((e,o)=>{const n=q1(R1,e.__scopeSelect),[r,c]=a.useState();if(t1(()=>{c(new DocumentFragment)},[]),!n.open){const s=r;return s?ge.createPortal(t.jsx(bc,{scope:e.__scopeSelect,children:t.jsx(y2.Slot,{scope:e.__scopeSelect,children:t.jsx("div",{children:e.children})})}),s):null}return t.jsx(yc,{...e,ref:o})});kc.displayName=R1;var y1=10,[bc,B1]=ue(R1),w6="SelectContentImpl",k6=T1("SelectContent.RemoveScroll"),yc=a.forwardRef((e,o)=>{const{__scopeSelect:n,position:r="item-aligned",onCloseAutoFocus:c,onEscapeKeyDown:s,onPointerDownOutside:i,side:d,sideOffset:u,align:f,alignOffset:v,arrowPadding:p,collisionBoundary:m,collisionPadding:C,sticky:M,hideWhenDetached:g,avoidCollisions:I,...w}=e,k=q1(R1,n),[b,y]=a.useState(null),[S,z]=a.useState(null),V=U(o,E=>y(E)),[H,P]=a.useState(null),[D,F]=a.useState(null),B=S2(n),[W,$]=a.useState(!1),q=a.useRef(!1);a.useEffect(()=>{if(b)return Re(b)},[b]),Be();const T=a.useCallback(E=>{const[Q,...r1]=B().map(e1=>e1.ref.current),[X]=r1.slice(-1),R=document.activeElement;for(const e1 of E)if(e1===R||(e1?.scrollIntoView({block:"nearest"}),e1===Q&&S&&(S.scrollTop=0),e1===X&&S&&(S.scrollTop=S.scrollHeight),e1?.focus(),document.activeElement!==R))return},[B,S]),Z=a.useCallback(()=>T([H,b]),[T,H,b]);a.useEffect(()=>{W&&Z()},[W,Z]);const{onOpenChange:A,triggerPointerDownPosRef:j}=k;a.useEffect(()=>{if(b){let E={x:0,y:0};const Q=X=>{E={x:Math.abs(Math.round(X.pageX)-(j.current?.x??0)),y:Math.abs(Math.round(X.pageY)-(j.current?.y??0))}},r1=X=>{E.x<=10&&E.y<=10?X.preventDefault():b.contains(X.target)||A(!1),document.removeEventListener("pointermove",Q),j.current=null};return j.current!==null&&(document.addEventListener("pointermove",Q),document.addEventListener("pointerup",r1,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",Q),document.removeEventListener("pointerup",r1,{capture:!0})}}},[b,A,j]),a.useEffect(()=>{const E=()=>A(!1);return window.addEventListener("blur",E),window.addEventListener("resize",E),()=>{window.removeEventListener("blur",E),window.removeEventListener("resize",E)}},[A]);const[J,n1]=_c(E=>{const Q=B().filter(R=>!R.disabled),r1=Q.find(R=>R.ref.current===document.activeElement),X=Fc(Q,E,r1);X&&setTimeout(()=>X.ref.current.focus())}),s1=a.useCallback((E,Q,r1)=>{const X=!q.current&&!r1;(k.value!==void 0&&k.value===Q||X)&&(P(E),X&&(q.current=!0))},[k.value]),K=a.useCallback(()=>b?.focus(),[b]),Y=a.useCallback((E,Q,r1)=>{const X=!q.current&&!r1;(k.value!==void 0&&k.value===Q||X)&&F(E)},[k.value]),u1=r==="popper"?Zo:Sc,d1=u1===Zo?{side:d,sideOffset:u,align:f,alignOffset:v,arrowPadding:p,collisionBoundary:m,collisionPadding:C,sticky:M,hideWhenDetached:g,avoidCollisions:I}:{};return t.jsx(bc,{scope:n,content:b,viewport:S,onViewportChange:z,itemRefCallback:s1,selectedItem:H,onItemLeave:K,itemTextRefCallback:Y,focusSelectedItem:Z,selectedItemText:D,position:r,isPositioned:W,searchRef:J,children:t.jsx(Me,{as:k6,allowPinchZoom:!0,children:t.jsx(Ie,{asChild:!0,trapped:k.open,onMountAutoFocus:E=>{E.preventDefault()},onUnmountAutoFocus:L(c,E=>{k.trigger?.focus({preventScroll:!0}),E.preventDefault()}),children:t.jsx(G1,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:E=>E.preventDefault(),onDismiss:()=>k.onOpenChange(!1),children:t.jsx(u1,{role:"listbox",id:k.contentId,"data-state":k.open?"open":"closed",dir:k.dir,onContextMenu:E=>E.preventDefault(),...w,...d1,onPlaced:()=>$(!0),ref:V,style:{display:"flex",flexDirection:"column",outline:"none",...w.style},onKeyDown:L(w.onKeyDown,E=>{const Q=E.ctrlKey||E.altKey||E.metaKey;if(E.key==="Tab"&&E.preventDefault(),!Q&&E.key.length===1&&n1(E.key),["ArrowUp","ArrowDown","Home","End"].includes(E.key)){let X=B().filter(R=>!R.disabled).map(R=>R.ref.current);if(["ArrowUp","End"].includes(E.key)&&(X=X.slice().reverse()),["ArrowUp","ArrowDown"].includes(E.key)){const R=E.target,e1=X.indexOf(R);X=X.slice(e1+1)}setTimeout(()=>T(X)),E.preventDefault()}})})})})})})});yc.displayName=w6;var b6="SelectItemAlignedPosition",Sc=a.forwardRef((e,o)=>{const{__scopeSelect:n,onPlaced:r,...c}=e,s=q1(R1,n),i=B1(R1,n),[d,u]=a.useState(null),[f,v]=a.useState(null),p=U(o,V=>v(V)),m=S2(n),C=a.useRef(!1),M=a.useRef(!0),{viewport:g,selectedItem:I,selectedItemText:w,focusSelectedItem:k}=i,b=a.useCallback(()=>{if(s.trigger&&s.valueNode&&d&&f&&g&&I&&w){const V=s.trigger.getBoundingClientRect(),H=f.getBoundingClientRect(),P=s.valueNode.getBoundingClientRect(),D=w.getBoundingClientRect();if(s.dir!=="rtl"){const R=D.left-H.left,e1=P.left-R,I1=V.left-e1,ee=V.width+I1,kt=Math.max(ee,H.width),bt=window.innerWidth-y1,yt=xo(e1,[y1,Math.max(y1,bt-kt)]);d.style.minWidth=ee+"px",d.style.left=yt+"px"}else{const R=H.right-D.right,e1=window.innerWidth-P.right-R,I1=window.innerWidth-V.right-e1,ee=V.width+I1,kt=Math.max(ee,H.width),bt=window.innerWidth-y1,yt=xo(e1,[y1,Math.max(y1,bt-kt)]);d.style.minWidth=ee+"px",d.style.right=yt+"px"}const F=m(),B=window.innerHeight-y1*2,W=g.scrollHeight,$=window.getComputedStyle(f),q=parseInt($.borderTopWidth,10),T=parseInt($.paddingTop,10),Z=parseInt($.borderBottomWidth,10),A=parseInt($.paddingBottom,10),j=q+T+W+A+Z,J=Math.min(I.offsetHeight*5,j),n1=window.getComputedStyle(g),s1=parseInt(n1.paddingTop,10),K=parseInt(n1.paddingBottom,10),Y=V.top+V.height/2-y1,u1=B-Y,d1=I.offsetHeight/2,E=I.offsetTop+d1,Q=q+T+E,r1=j-Q;if(Q<=Y){const R=F.length>0&&I===F[F.length-1].ref.current;d.style.bottom="0px";const e1=f.clientHeight-g.offsetTop-g.offsetHeight,I1=Math.max(u1,d1+(R?K:0)+e1+Z),ee=Q+I1;d.style.height=ee+"px"}else{const R=F.length>0&&I===F[0].ref.current;d.style.top="0px";const I1=Math.max(Y,q+g.offsetTop+(R?s1:0)+d1)+r1;d.style.height=I1+"px",g.scrollTop=Q-Y+g.offsetTop}d.style.margin=`${y1}px 0`,d.style.minHeight=J+"px",d.style.maxHeight=B+"px",r?.(),requestAnimationFrame(()=>C.current=!0)}},[m,s.trigger,s.valueNode,d,f,g,I,w,s.dir,r]);t1(()=>b(),[b]);const[y,S]=a.useState();t1(()=>{f&&S(window.getComputedStyle(f).zIndex)},[f]);const z=a.useCallback(V=>{V&&M.current===!0&&(b(),k?.(),M.current=!1)},[b,k]);return t.jsx(S6,{scope:n,contentWrapper:d,shouldExpandOnScrollRef:C,onScrollButtonChange:z,children:t.jsx("div",{ref:u,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:y},children:t.jsx(_.div,{...c,ref:p,style:{boxSizing:"border-box",maxHeight:"100%",...c.style}})})})});Sc.displayName=b6;var y6="SelectPopperPosition",Zo=a.forwardRef((e,o)=>{const{__scopeSelect:n,align:r="start",collisionPadding:c=y1,...s}=e,i=H2(n);return t.jsx(f2,{...i,...s,ref:o,align:r,collisionPadding:c,style:{boxSizing:"border-box",...s.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});Zo.displayName=y6;var[S6,qo]=ue(R1,{}),Bo="SelectViewport",Hc=a.forwardRef((e,o)=>{const{__scopeSelect:n,nonce:r,...c}=e,s=B1(Bo,n),i=qo(Bo,n),d=U(o,s.onViewportChange),u=a.useRef(0);return t.jsxs(t.Fragment,{children:[t.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:r}),t.jsx(y2.Slot,{scope:n,children:t.jsx(_.div,{"data-radix-select-viewport":"",role:"presentation",...c,ref:d,style:{position:"relative",flex:1,overflow:"hidden auto",...c.style},onScroll:L(c.onScroll,f=>{const v=f.currentTarget,{contentWrapper:p,shouldExpandOnScrollRef:m}=i;if(m?.current&&p){const C=Math.abs(u.current-v.scrollTop);if(C>0){const M=window.innerHeight-y1*2,g=parseFloat(p.style.minHeight),I=parseFloat(p.style.height),w=Math.max(g,I);if(w<M){const k=w+C,b=Math.min(M,k),y=k-b;p.style.height=b+"px",p.style.bottom==="0px"&&(v.scrollTop=y>0?y:0,p.style.justifyContent="flex-end")}}}u.current=v.scrollTop})})})]})});Hc.displayName=Bo;var Ac="SelectGroup",[H6,A6]=ue(Ac),Vc=a.forwardRef((e,o)=>{const{__scopeSelect:n,...r}=e,c=f1();return t.jsx(H6,{scope:n,id:c,children:t.jsx(_.div,{role:"group","aria-labelledby":c,...r,ref:o})})});Vc.displayName=Ac;var Lc="SelectLabel",zc=a.forwardRef((e,o)=>{const{__scopeSelect:n,...r}=e,c=A6(Lc,n);return t.jsx(_.div,{id:c.id,...r,ref:o})});zc.displayName=Lc;var A2="SelectItem",[V6,Ec]=ue(A2),$c=a.forwardRef((e,o)=>{const{__scopeSelect:n,value:r,disabled:c=!1,textValue:s,...i}=e,d=q1(A2,n),u=B1(A2,n),f=d.value===r,[v,p]=a.useState(s??""),[m,C]=a.useState(!1),M=U(o,k=>u.itemRefCallback?.(k,r,c)),g=f1(),I=a.useRef("touch"),w=()=>{c||(d.onValueChange(r),d.onOpenChange(!1))};if(r==="")throw new Error("A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return t.jsx(V6,{scope:n,value:r,disabled:c,textId:g,isSelected:f,onItemTextChange:a.useCallback(k=>{p(b=>b||(k?.textContent??"").trim())},[]),children:t.jsx(y2.ItemSlot,{scope:n,value:r,disabled:c,textValue:v,children:t.jsx(_.div,{role:"option","aria-labelledby":g,"data-highlighted":m?"":void 0,"aria-selected":f&&m,"data-state":f?"checked":"unchecked","aria-disabled":c||void 0,"data-disabled":c?"":void 0,tabIndex:c?void 0:-1,...i,ref:M,onFocus:L(i.onFocus,()=>C(!0)),onBlur:L(i.onBlur,()=>C(!1)),onClick:L(i.onClick,()=>{I.current!=="mouse"&&w()}),onPointerUp:L(i.onPointerUp,()=>{I.current==="mouse"&&w()}),onPointerDown:L(i.onPointerDown,k=>{I.current=k.pointerType}),onPointerMove:L(i.onPointerMove,k=>{I.current=k.pointerType,c?u.onItemLeave?.():I.current==="mouse"&&k.currentTarget.focus({preventScroll:!0})}),onPointerLeave:L(i.onPointerLeave,k=>{k.currentTarget===document.activeElement&&u.onItemLeave?.()}),onKeyDown:L(i.onKeyDown,k=>{u.searchRef?.current!==""&&k.key===" "||(v6.includes(k.key)&&w(),k.key===" "&&k.preventDefault())})})})})});$c.displayName=A2;var Pe="SelectItemText",jc=a.forwardRef((e,o)=>{const{__scopeSelect:n,className:r,style:c,...s}=e,i=q1(Pe,n),d=B1(Pe,n),u=Ec(Pe,n),f=C6(Pe,n),[v,p]=a.useState(null),m=U(o,w=>p(w),u.onItemTextChange,w=>d.itemTextRefCallback?.(w,u.value,u.disabled)),C=v?.textContent,M=a.useMemo(()=>t.jsx("option",{value:u.value,disabled:u.disabled,children:C},u.value),[u.disabled,u.value,C]),{onNativeOptionAdd:g,onNativeOptionRemove:I}=f;return t1(()=>(g(M),()=>I(M)),[g,I,M]),t.jsxs(t.Fragment,{children:[t.jsx(_.span,{id:u.textId,...s,ref:m}),u.isSelected&&i.valueNode&&!i.valueNodeHasChildren?ge.createPortal(s.children,i.valueNode):null]})});jc.displayName=Pe;var Pc="SelectItemIndicator",Tc=a.forwardRef((e,o)=>{const{__scopeSelect:n,...r}=e;return Ec(Pc,n).isSelected?t.jsx(_.span,{"aria-hidden":!0,...r,ref:o}):null});Tc.displayName=Pc;var Uo="SelectScrollUpButton",L6=a.forwardRef((e,o)=>{const n=B1(Uo,e.__scopeSelect),r=qo(Uo,e.__scopeSelect),[c,s]=a.useState(!1),i=U(o,r.onScrollButtonChange);return t1(()=>{if(n.viewport&&n.isPositioned){let d=function(){const f=u.scrollTop>0;s(f)};const u=n.viewport;return d(),u.addEventListener("scroll",d),()=>u.removeEventListener("scroll",d)}},[n.viewport,n.isPositioned]),c?t.jsx(xc,{...e,ref:i,onAutoScroll:()=>{const{viewport:d,selectedItem:u}=n;d&&u&&(d.scrollTop=d.scrollTop-u.offsetHeight)}}):null});L6.displayName=Uo;var Wo="SelectScrollDownButton",z6=a.forwardRef((e,o)=>{const n=B1(Wo,e.__scopeSelect),r=qo(Wo,e.__scopeSelect),[c,s]=a.useState(!1),i=U(o,r.onScrollButtonChange);return t1(()=>{if(n.viewport&&n.isPositioned){let d=function(){const f=u.scrollHeight-u.clientHeight,v=Math.ceil(u.scrollTop)<f;s(v)};const u=n.viewport;return d(),u.addEventListener("scroll",d),()=>u.removeEventListener("scroll",d)}},[n.viewport,n.isPositioned]),c?t.jsx(xc,{...e,ref:i,onAutoScroll:()=>{const{viewport:d,selectedItem:u}=n;d&&u&&(d.scrollTop=d.scrollTop+u.offsetHeight)}}):null});z6.displayName=Wo;var xc=a.forwardRef((e,o)=>{const{__scopeSelect:n,onAutoScroll:r,...c}=e,s=B1("SelectScrollButton",n),i=a.useRef(null),d=S2(n),u=a.useCallback(()=>{i.current!==null&&(window.clearInterval(i.current),i.current=null)},[]);return a.useEffect(()=>()=>u(),[u]),t1(()=>{d().find(v=>v.ref.current===document.activeElement)?.ref.current?.scrollIntoView({block:"nearest"})},[d]),t.jsx(_.div,{"aria-hidden":!0,...c,ref:o,style:{flexShrink:0,...c.style},onPointerDown:L(c.onPointerDown,()=>{i.current===null&&(i.current=window.setInterval(r,50))}),onPointerMove:L(c.onPointerMove,()=>{s.onItemLeave?.(),i.current===null&&(i.current=window.setInterval(r,50))}),onPointerLeave:L(c.onPointerLeave,()=>{u()})})}),E6="SelectSeparator",Nc=a.forwardRef((e,o)=>{const{__scopeSelect:n,...r}=e;return t.jsx(_.div,{"aria-hidden":!0,...r,ref:o})});Nc.displayName=E6;var Go="SelectArrow",$6=a.forwardRef((e,o)=>{const{__scopeSelect:n,...r}=e,c=H2(n),s=q1(Go,n),i=B1(Go,n);return s.open&&i.position==="popper"?t.jsx(v2,{...c,...r,ref:o}):null});$6.displayName=Go;var j6="SelectBubbleInput",Oc=a.forwardRef(({__scopeSelect:e,value:o,...n},r)=>{const c=a.useRef(null),s=U(r,c),i=ao(o);return a.useEffect(()=>{const d=c.current;if(!d)return;const u=window.HTMLSelectElement.prototype,v=Object.getOwnPropertyDescriptor(u,"value").set;if(i!==o&&v){const p=new Event("change",{bubbles:!0});v.call(d,o),d.dispatchEvent(p)}},[i,o]),t.jsx(_.select,{...n,style:{...zt,...n.style},ref:s,defaultValue:o})});Oc.displayName=j6;function Dc(e){return e===""||e===void 0}function _c(e){const o=o1(e),n=a.useRef(""),r=a.useRef(0),c=a.useCallback(i=>{const d=n.current+i;o(d),(function u(f){n.current=f,window.clearTimeout(r.current),f!==""&&(r.current=window.setTimeout(()=>u(""),1e3))})(d)},[o]),s=a.useCallback(()=>{n.current="",window.clearTimeout(r.current)},[]);return a.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,c,s]}function Fc(e,o,n){const c=o.length>1&&Array.from(o).every(f=>f===o[0])?o[0]:o,s=n?e.indexOf(n):-1;let i=P6(e,Math.max(s,0));c.length===1&&(i=i.filter(f=>f!==n));const u=i.find(f=>f.textValue.toLowerCase().startsWith(c.toLowerCase()));return u!==n?u:void 0}function P6(e,o){return e.map((n,r)=>e[(o+r)%e.length])}var Zc=pc,qc=gc,Bc=Ic,T6=Mc,x6=wc,Uc=kc,N6=Hc,Wc=Vc,Gc=zc,Kc=$c,O6=jc,D6=Tc,Xc=Nc,_6="Separator",Yc="horizontal",F6=["horizontal","vertical"],Ko=a.forwardRef((e,o)=>{const{decorative:n,orientation:r=Yc,...c}=e,s=Z6(r)?r:Yc,d=n?{role:"none"}:{"aria-orientation":s==="vertical"?s:void 0,role:"separator"};return t.jsx(_.div,{"data-orientation":s,...d,...c,ref:o})});Ko.displayName=_6;function Z6(e){return F6.includes(e)}var V2="Switch",[q6]=h1(V2),[B6,U6]=q6(V2),Qc=a.forwardRef((e,o)=>{const{__scopeSwitch:n,name:r,checked:c,defaultChecked:s,required:i,disabled:d,value:u="on",onCheckedChange:f,form:v,...p}=e,[m,C]=a.useState(null),M=U(o,b=>C(b)),g=a.useRef(!1),I=m?v||!!m.closest("form"):!0,[w,k]=M1({prop:c,defaultProp:s??!1,onChange:f,caller:V2});return t.jsxs(B6,{scope:n,checked:w,disabled:d,children:[t.jsx(_.button,{type:"button",role:"switch","aria-checked":w,"aria-required":i,"data-state":os(w),"data-disabled":d?"":void 0,disabled:d,value:u,...p,ref:M,onClick:L(e.onClick,b=>{k(y=>!y),I&&(g.current=b.isPropagationStopped(),g.current||b.stopPropagation())})}),I&&t.jsx(es,{control:m,bubbles:!g.current,name:r,value:u,checked:w,required:i,disabled:d,form:v,style:{transform:"translateX(-100%)"}})]})});Qc.displayName=V2;var Rc="SwitchThumb",Jc=a.forwardRef((e,o)=>{const{__scopeSwitch:n,...r}=e,c=U6(Rc,n);return t.jsx(_.span,{"data-state":os(c.checked),"data-disabled":c.disabled?"":void 0,...r,ref:o})});Jc.displayName=Rc;var W6="SwitchBubbleInput",es=a.forwardRef(({__scopeSwitch:e,control:o,checked:n,bubbles:r=!0,...c},s)=>{const i=a.useRef(null),d=U(i,s),u=ao(n),f=lo(o);return a.useEffect(()=>{const v=i.current;if(!v)return;const p=window.HTMLInputElement.prototype,C=Object.getOwnPropertyDescriptor(p,"checked").set;if(u!==n&&C){const M=new Event("click",{bubbles:r});C.call(v,n),v.dispatchEvent(M)}},[u,n,r]),t.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...c,tabIndex:-1,ref:d,style:{...c.style,...f,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});es.displayName=W6;function os(e){return e?"checked":"unchecked"}var ts=Qc,G6=Jc,Xo="ToastProvider",[Yo,K6,X6]=Ze("Toast"),[ns]=h1("Toast",[X6]),[Y6,L2]=ns(Xo),rs=e=>{const{__scopeToast:o,label:n="Notification",duration:r=5e3,swipeDirection:c="right",swipeThreshold:s=50,children:i}=e,[d,u]=a.useState(null),[f,v]=a.useState(0),p=a.useRef(!1),m=a.useRef(!1);return n.trim()||console.error(`Invalid prop \`label\` supplied to \`${Xo}\`. Expected non-empty \`string\`.`),t.jsx(Yo.Provider,{scope:o,children:t.jsx(Y6,{scope:o,label:n,duration:r,swipeDirection:c,swipeThreshold:s,toastCount:f,viewport:d,onViewportChange:u,onToastAdd:a.useCallback(()=>v(C=>C+1),[]),onToastRemove:a.useCallback(()=>v(C=>C-1),[]),isFocusedToastEscapeKeyDownRef:p,isClosePausedRef:m,children:i})})};rs.displayName=Xo;var cs="ToastViewport",Q6=["F8"],Qo="toast.viewportPause",Ro="toast.viewportResume",ss=a.forwardRef((e,o)=>{const{__scopeToast:n,hotkey:r=Q6,label:c="Notifications ({hotkey})",...s}=e,i=L2(cs,n),d=K6(n),u=a.useRef(null),f=a.useRef(null),v=a.useRef(null),p=a.useRef(null),m=U(o,p,i.onViewportChange),C=r.join("+").replace(/Key/g,"").replace(/Digit/g,""),M=i.toastCount>0;a.useEffect(()=>{const I=w=>{r.length!==0&&r.every(b=>w[b]||w.code===b)&&p.current?.focus()};return document.addEventListener("keydown",I),()=>document.removeEventListener("keydown",I)},[r]),a.useEffect(()=>{const I=u.current,w=p.current;if(M&&I&&w){const k=()=>{if(!i.isClosePausedRef.current){const z=new CustomEvent(Qo);w.dispatchEvent(z),i.isClosePausedRef.current=!0}},b=()=>{if(i.isClosePausedRef.current){const z=new CustomEvent(Ro);w.dispatchEvent(z),i.isClosePausedRef.current=!1}},y=z=>{!I.contains(z.relatedTarget)&&b()},S=()=>{I.contains(document.activeElement)||b()};return I.addEventListener("focusin",k),I.addEventListener("focusout",y),I.addEventListener("pointermove",k),I.addEventListener("pointerleave",S),window.addEventListener("blur",k),window.addEventListener("focus",b),()=>{I.removeEventListener("focusin",k),I.removeEventListener("focusout",y),I.removeEventListener("pointermove",k),I.removeEventListener("pointerleave",S),window.removeEventListener("blur",k),window.removeEventListener("focus",b)}}},[M,i.isClosePausedRef]);const g=a.useCallback(({tabbingDirection:I})=>{const k=d().map(b=>{const y=b.ref.current,S=[y,...h8(y)];return I==="forwards"?S:S.reverse()});return(I==="forwards"?k.reverse():k).flat()},[d]);return a.useEffect(()=>{const I=p.current;if(I){const w=k=>{const b=k.altKey||k.ctrlKey||k.metaKey;if(k.key==="Tab"&&!b){const S=document.activeElement,z=k.shiftKey;if(k.target===I&&z){f.current?.focus();return}const P=g({tabbingDirection:z?"backwards":"forwards"}),D=P.findIndex(F=>F===S);ot(P.slice(D+1))?k.preventDefault():z?f.current?.focus():v.current?.focus()}};return I.addEventListener("keydown",w),()=>I.removeEventListener("keydown",w)}},[d,g]),t.jsxs(G3,{ref:u,role:"region","aria-label":c.replace("{hotkey}",C),tabIndex:-1,style:{pointerEvents:M?void 0:"none"},children:[M&&t.jsx(Jo,{ref:f,onFocusFromOutsideViewport:()=>{const I=g({tabbingDirection:"forwards"});ot(I)}}),t.jsx(Yo.Slot,{scope:n,children:t.jsx(_.ol,{tabIndex:-1,...s,ref:m})}),M&&t.jsx(Jo,{ref:v,onFocusFromOutsideViewport:()=>{const I=g({tabbingDirection:"backwards"});ot(I)}})]})});ss.displayName=cs;var as="ToastFocusProxy",Jo=a.forwardRef((e,o)=>{const{__scopeToast:n,onFocusFromOutsideViewport:r,...c}=e,s=L2(as,n);return t.jsx(Fe,{tabIndex:0,...c,ref:o,style:{position:"fixed"},onFocus:i=>{const d=i.relatedTarget;!s.viewport?.contains(d)&&r()}})});Jo.displayName=as;var Te="Toast",R6="toast.swipeStart",J6="toast.swipeMove",e8="toast.swipeCancel",o8="toast.swipeEnd",ls=a.forwardRef((e,o)=>{const{forceMount:n,open:r,defaultOpen:c,onOpenChange:s,...i}=e,[d,u]=M1({prop:r,defaultProp:c??!0,onChange:s,caller:Te});return t.jsx(a1,{present:n||d,children:t.jsx(r8,{open:d,...i,ref:o,onClose:()=>u(!1),onPause:o1(e.onPause),onResume:o1(e.onResume),onSwipeStart:L(e.onSwipeStart,f=>{f.currentTarget.setAttribute("data-swipe","start")}),onSwipeMove:L(e.onSwipeMove,f=>{const{x:v,y:p}=f.detail.delta;f.currentTarget.setAttribute("data-swipe","move"),f.currentTarget.style.setProperty("--radix-toast-swipe-move-x",`${v}px`),f.currentTarget.style.setProperty("--radix-toast-swipe-move-y",`${p}px`)}),onSwipeCancel:L(e.onSwipeCancel,f=>{f.currentTarget.setAttribute("data-swipe","cancel"),f.currentTarget.style.removeProperty("--radix-toast-swipe-move-x"),f.currentTarget.style.removeProperty("--radix-toast-swipe-move-y"),f.currentTarget.style.removeProperty("--radix-toast-swipe-end-x"),f.currentTarget.style.removeProperty("--radix-toast-swipe-end-y")}),onSwipeEnd:L(e.onSwipeEnd,f=>{const{x:v,y:p}=f.detail.delta;f.currentTarget.setAttribute("data-swipe","end"),f.currentTarget.style.removeProperty("--radix-toast-swipe-move-x"),f.currentTarget.style.removeProperty("--radix-toast-swipe-move-y"),f.currentTarget.style.setProperty("--radix-toast-swipe-end-x",`${v}px`),f.currentTarget.style.setProperty("--radix-toast-swipe-end-y",`${p}px`),u(!1)})})})});ls.displayName=Te;var[t8,n8]=ns(Te,{onClose(){}}),r8=a.forwardRef((e,o)=>{const{__scopeToast:n,type:r="foreground",duration:c,open:s,onClose:i,onEscapeKeyDown:d,onPause:u,onResume:f,onSwipeStart:v,onSwipeMove:p,onSwipeCancel:m,onSwipeEnd:C,...M}=e,g=L2(Te,n),[I,w]=a.useState(null),k=U(o,$=>w($)),b=a.useRef(null),y=a.useRef(null),S=c||g.duration,z=a.useRef(0),V=a.useRef(S),H=a.useRef(0),{onToastAdd:P,onToastRemove:D}=g,F=o1(()=>{I?.contains(document.activeElement)&&g.viewport?.focus(),i()}),B=a.useCallback($=>{!$||$===1/0||(window.clearTimeout(H.current),z.current=new Date().getTime(),H.current=window.setTimeout(F,$))},[F]);a.useEffect(()=>{const $=g.viewport;if($){const q=()=>{B(V.current),f?.()},T=()=>{const Z=new Date().getTime()-z.current;V.current=V.current-Z,window.clearTimeout(H.current),u?.()};return $.addEventListener(Qo,T),$.addEventListener(Ro,q),()=>{$.removeEventListener(Qo,T),$.removeEventListener(Ro,q)}}},[g.viewport,S,u,f,B]),a.useEffect(()=>{s&&!g.isClosePausedRef.current&&B(S)},[s,S,g.isClosePausedRef,B]),a.useEffect(()=>(P(),()=>D()),[P,D]);const W=a.useMemo(()=>I?vs(I):null,[I]);return g.viewport?t.jsxs(t.Fragment,{children:[W&&t.jsx(c8,{__scopeToast:n,role:"status","aria-live":r==="foreground"?"assertive":"polite",children:W}),t.jsx(t8,{scope:n,onClose:F,children:ge.createPortal(t.jsx(Yo.ItemSlot,{scope:n,children:t.jsx(W3,{asChild:!0,onEscapeKeyDown:L(d,()=>{g.isFocusedToastEscapeKeyDownRef.current||F(),g.isFocusedToastEscapeKeyDownRef.current=!1}),children:t.jsx(_.li,{tabIndex:0,"data-state":s?"open":"closed","data-swipe-direction":g.swipeDirection,...M,ref:k,style:{userSelect:"none",touchAction:"none",...e.style},onKeyDown:L(e.onKeyDown,$=>{$.key==="Escape"&&(d?.($.nativeEvent),$.nativeEvent.defaultPrevented||(g.isFocusedToastEscapeKeyDownRef.current=!0,F()))}),onPointerDown:L(e.onPointerDown,$=>{$.button===0&&(b.current={x:$.clientX,y:$.clientY})}),onPointerMove:L(e.onPointerMove,$=>{if(!b.current)return;const q=$.clientX-b.current.x,T=$.clientY-b.current.y,Z=!!y.current,A=["left","right"].includes(g.swipeDirection),j=["left","up"].includes(g.swipeDirection)?Math.min:Math.max,J=A?j(0,q):0,n1=A?0:j(0,T),s1=$.pointerType==="touch"?10:2,K={x:J,y:n1},Y={originalEvent:$,delta:K};Z?(y.current=K,z2(J6,p,Y,{discrete:!1})):ps(K,g.swipeDirection,s1)?(y.current=K,z2(R6,v,Y,{discrete:!1}),$.target.setPointerCapture($.pointerId)):(Math.abs(q)>s1||Math.abs(T)>s1)&&(b.current=null)}),onPointerUp:L(e.onPointerUp,$=>{const q=y.current,T=$.target;if(T.hasPointerCapture($.pointerId)&&T.releasePointerCapture($.pointerId),y.current=null,b.current=null,q){const Z=$.currentTarget,A={originalEvent:$,delta:q};ps(q,g.swipeDirection,g.swipeThreshold)?z2(o8,C,A,{discrete:!0}):z2(e8,m,A,{discrete:!0}),Z.addEventListener("click",j=>j.preventDefault(),{once:!0})}})})})}),g.viewport)})]}):null}),c8=e=>{const{__scopeToast:o,children:n,...r}=e,c=L2(Te,o),[s,i]=a.useState(!1),[d,u]=a.useState(!1);return i8(()=>i(!0)),a.useEffect(()=>{const f=window.setTimeout(()=>u(!0),1e3);return()=>window.clearTimeout(f)},[]),d?null:t.jsx(oe,{asChild:!0,children:t.jsx(Fe,{...r,children:s&&t.jsxs(t.Fragment,{children:[c.label," ",n]})})})},s8="ToastTitle",a8=a.forwardRef((e,o)=>{const{__scopeToast:n,...r}=e;return t.jsx(_.div,{...r,ref:o})});a8.displayName=s8;var l8="ToastDescription",is=a.forwardRef((e,o)=>{const{__scopeToast:n,...r}=e;return t.jsx(_.div,{...r,ref:o})});is.displayName=l8;var ds="ToastAction",hs=a.forwardRef((e,o)=>{const{altText:n,...r}=e;return n.trim()?t.jsx(fs,{altText:n,asChild:!0,children:t.jsx(et,{...r,ref:o})}):(console.error(`Invalid prop \`altText\` supplied to \`${ds}\`. Expected non-empty \`string\`.`),null)});hs.displayName=ds;var us="ToastClose",et=a.forwardRef((e,o)=>{const{__scopeToast:n,...r}=e,c=n8(us,n);return t.jsx(fs,{asChild:!0,children:t.jsx(_.button,{type:"button",...r,ref:o,onClick:L(e.onClick,c.onClose)})})});et.displayName=us;var fs=a.forwardRef((e,o)=>{const{__scopeToast:n,altText:r,...c}=e;return t.jsx(_.div,{"data-radix-toast-announce-exclude":"","data-radix-toast-announce-alt":r||void 0,...c,ref:o})});function vs(e){const o=[];return Array.from(e.childNodes).forEach(r=>{if(r.nodeType===r.TEXT_NODE&&r.textContent&&o.push(r.textContent),d8(r)){const c=r.ariaHidden||r.hidden||r.style.display==="none",s=r.dataset.radixToastAnnounceExclude==="";if(!c)if(s){const i=r.dataset.radixToastAnnounceAlt;i&&o.push(i)}else o.push(...vs(r))}}),o}function z2(e,o,n,{discrete:r}){const c=n.originalEvent.currentTarget,s=new CustomEvent(e,{bubbles:!0,cancelable:!0,detail:n});o&&c.addEventListener(e,o,{once:!0}),r?U2(c,s):c.dispatchEvent(s)}var ps=(e,o,n=0)=>{const r=Math.abs(e.x),c=Math.abs(e.y),s=r>c;return o==="left"||o==="right"?s&&r>n:!s&&c>n};function i8(e=()=>{}){const o=o1(e);t1(()=>{let n=0,r=0;return n=window.requestAnimationFrame(()=>r=window.requestAnimationFrame(o)),()=>{window.cancelAnimationFrame(n),window.cancelAnimationFrame(r)}},[o])}function d8(e){return e.nodeType===e.ELEMENT_NODE}function h8(e){const o=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const c=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||c?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)o.push(n.currentNode);return o}function ot(e){const o=document.activeElement;return e.some(n=>n===o?!0:(n.focus(),document.activeElement!==o))}var ms=rs,gs=ss,Cs=ls,Is=is,Ms=hs,ws=et,[E2]=h1("Tooltip",[_1]),$2=_1(),ks="TooltipProvider",u8=700,tt="tooltip.open",[f8,nt]=E2(ks),bs=e=>{const{__scopeTooltip:o,delayDuration:n=u8,skipDelayDuration:r=300,disableHoverableContent:c=!1,children:s}=e,i=a.useRef(!0),d=a.useRef(!1),u=a.useRef(0);return a.useEffect(()=>{const f=u.current;return()=>window.clearTimeout(f)},[]),t.jsx(f8,{scope:o,isOpenDelayedRef:i,delayDuration:n,onOpen:a.useCallback(()=>{window.clearTimeout(u.current),i.current=!1},[]),onClose:a.useCallback(()=>{window.clearTimeout(u.current),u.current=window.setTimeout(()=>i.current=!0,r)},[r]),isPointerInTransitRef:d,onPointerInTransitChange:a.useCallback(f=>{d.current=f},[]),disableHoverableContent:c,children:s})};bs.displayName=ks;var xe="Tooltip",[v8,j2]=E2(xe),ys=e=>{const{__scopeTooltip:o,children:n,open:r,defaultOpen:c,onOpenChange:s,disableHoverableContent:i,delayDuration:d}=e,u=nt(xe,e.__scopeTooltip),f=$2(o),[v,p]=a.useState(null),m=f1(),C=a.useRef(0),M=i??u.disableHoverableContent,g=d??u.delayDuration,I=a.useRef(!1),[w,k]=M1({prop:r,defaultProp:c??!1,onChange:V=>{V?(u.onOpen(),document.dispatchEvent(new CustomEvent(tt))):u.onClose(),s?.(V)},caller:xe}),b=a.useMemo(()=>w?I.current?"delayed-open":"instant-open":"closed",[w]),y=a.useCallback(()=>{window.clearTimeout(C.current),C.current=0,I.current=!1,k(!0)},[k]),S=a.useCallback(()=>{window.clearTimeout(C.current),C.current=0,k(!1)},[k]),z=a.useCallback(()=>{window.clearTimeout(C.current),C.current=window.setTimeout(()=>{I.current=!0,k(!0),C.current=0},g)},[g,k]);return a.useEffect(()=>()=>{C.current&&(window.clearTimeout(C.current),C.current=0)},[]),t.jsx(ye,{...f,children:t.jsx(v8,{scope:o,contentId:m,open:w,stateAttribute:b,trigger:v,onTriggerChange:p,onTriggerEnter:a.useCallback(()=>{u.isOpenDelayedRef.current?z():y()},[u.isOpenDelayedRef,z,y]),onTriggerLeave:a.useCallback(()=>{M?S():(window.clearTimeout(C.current),C.current=0)},[S,M]),onOpen:y,onClose:S,disableHoverableContent:M,children:n})})};ys.displayName=xe;var rt="TooltipTrigger",Ss=a.forwardRef((e,o)=>{const{__scopeTooltip:n,...r}=e,c=j2(rt,n),s=nt(rt,n),i=$2(n),d=a.useRef(null),u=U(o,d,c.onTriggerChange),f=a.useRef(!1),v=a.useRef(!1),p=a.useCallback(()=>f.current=!1,[]);return a.useEffect(()=>()=>document.removeEventListener("pointerup",p),[p]),t.jsx(Se,{asChild:!0,...i,children:t.jsx(_.button,{"aria-describedby":c.open?c.contentId:void 0,"data-state":c.stateAttribute,...r,ref:u,onPointerMove:L(e.onPointerMove,m=>{m.pointerType!=="touch"&&!v.current&&!s.isPointerInTransitRef.current&&(c.onTriggerEnter(),v.current=!0)}),onPointerLeave:L(e.onPointerLeave,()=>{c.onTriggerLeave(),v.current=!1}),onPointerDown:L(e.onPointerDown,()=>{c.open&&c.onClose(),f.current=!0,document.addEventListener("pointerup",p,{once:!0})}),onFocus:L(e.onFocus,()=>{f.current||c.onOpen()}),onBlur:L(e.onBlur,c.onClose),onClick:L(e.onClick,c.onClose)})})});Ss.displayName=rt;var p8="TooltipPortal",[YC,m8]=E2(p8,{forceMount:void 0}),fe="TooltipContent",Hs=a.forwardRef((e,o)=>{const n=m8(fe,e.__scopeTooltip),{forceMount:r=n.forceMount,side:c="top",...s}=e,i=j2(fe,e.__scopeTooltip);return t.jsx(a1,{present:r||i.open,children:i.disableHoverableContent?t.jsx(As,{side:c,...s,ref:o}):t.jsx(g8,{side:c,...s,ref:o})})}),g8=a.forwardRef((e,o)=>{const n=j2(fe,e.__scopeTooltip),r=nt(fe,e.__scopeTooltip),c=a.useRef(null),s=U(o,c),[i,d]=a.useState(null),{trigger:u,onClose:f}=n,v=c.current,{onPointerInTransitChange:p}=r,m=a.useCallback(()=>{d(null),p(!1)},[p]),C=a.useCallback((M,g)=>{const I=M.currentTarget,w={x:M.clientX,y:M.clientY},k=w8(w,I.getBoundingClientRect()),b=k8(w,k),y=b8(g.getBoundingClientRect()),S=S8([...b,...y]);d(S),p(!0)},[p]);return a.useEffect(()=>()=>m(),[m]),a.useEffect(()=>{if(u&&v){const M=I=>C(I,v),g=I=>C(I,u);return u.addEventListener("pointerleave",M),v.addEventListener("pointerleave",g),()=>{u.removeEventListener("pointerleave",M),v.removeEventListener("pointerleave",g)}}},[u,v,C,m]),a.useEffect(()=>{if(i){const M=g=>{const I=g.target,w={x:g.clientX,y:g.clientY},k=u?.contains(I)||v?.contains(I),b=!y8(w,i);k?m():b&&(m(),f())};return document.addEventListener("pointermove",M),()=>document.removeEventListener("pointermove",M)}},[u,v,i,f,m]),t.jsx(As,{...e,ref:s})}),[C8,I8]=E2(xe,{isInside:!1}),M8=Lt("TooltipContent"),As=a.forwardRef((e,o)=>{const{__scopeTooltip:n,children:r,"aria-label":c,onEscapeKeyDown:s,onPointerDownOutside:i,...d}=e,u=j2(fe,n),f=$2(n),{onClose:v}=u;return a.useEffect(()=>(document.addEventListener(tt,v),()=>document.removeEventListener(tt,v)),[v]),a.useEffect(()=>{if(u.trigger){const p=m=>{m.target?.contains(u.trigger)&&v()};return window.addEventListener("scroll",p,{capture:!0}),()=>window.removeEventListener("scroll",p,{capture:!0})}},[u.trigger,v]),t.jsx(G1,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:p=>p.preventDefault(),onDismiss:v,children:t.jsxs(f2,{"data-state":u.stateAttribute,...f,...d,ref:o,style:{...d.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[t.jsx(M8,{children:r}),t.jsx(C8,{scope:n,isInside:!0,children:t.jsx(Et,{id:u.contentId,role:"tooltip",children:c||r})})]})})});Hs.displayName=fe;var Vs="TooltipArrow",Ls=a.forwardRef((e,o)=>{const{__scopeTooltip:n,...r}=e,c=$2(n);return I8(Vs,n).isInside?null:t.jsx(v2,{...c,...r,ref:o})});Ls.displayName=Vs;function w8(e,o){const n=Math.abs(o.top-e.y),r=Math.abs(o.bottom-e.y),c=Math.abs(o.right-e.x),s=Math.abs(o.left-e.x);switch(Math.min(n,r,c,s)){case s:return"left";case c:return"right";case n:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function k8(e,o,n=5){const r=[];switch(o){case"top":r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function b8(e){const{top:o,right:n,bottom:r,left:c}=e;return[{x:c,y:o},{x:n,y:o},{x:n,y:r},{x:c,y:r}]}function y8(e,o){const{x:n,y:r}=e;let c=!1;for(let s=0,i=o.length-1;s<o.length;i=s++){const d=o[s],u=o[i],f=d.x,v=d.y,p=u.x,m=u.y;v>r!=m>r&&n<(p-f)*(r-v)/(m-v)+f&&(c=!c)}return c}function S8(e){const o=e.slice();return o.sort((n,r)=>n.x<r.x?-1:n.x>r.x?1:n.y<r.y?-1:n.y>r.y?1:0),H8(o)}function H8(e){if(e.length<=1)return e.slice();const o=[];for(let r=0;r<e.length;r++){const c=e[r];for(;o.length>=2;){const s=o[o.length-1],i=o[o.length-2];if((s.x-i.x)*(c.y-i.y)>=(s.y-i.y)*(c.x-i.x))o.pop();else break}o.push(c)}o.pop();const n=[];for(let r=e.length-1;r>=0;r--){const c=e[r];for(;n.length>=2;){const s=n[n.length-1],i=n[n.length-2];if((s.x-i.x)*(c.y-i.y)>=(s.y-i.y)*(c.x-i.x))n.pop();else break}n.push(c)}return n.pop(),o.length===1&&n.length===1&&o[0].x===n[0].x&&o[0].y===n[0].y?o:o.concat(n)}var zs=bs,Es=ys,$s=Ss,js=Hs,A8=Ls;function Ps(e){var o,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var c=e.length;for(o=0;o<c;o++)e[o]&&(n=Ps(e[o]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function Ts(){for(var e,o,n=0,r="",c=arguments.length;n<c;n++)(e=arguments[n])&&(o=Ps(e))&&(r&&(r+=" "),r+=o);return r}const xs=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,Ns=Ts,S1=(e,o)=>n=>{var r;if(o?.variants==null)return Ns(e,n?.class,n?.className);const{variants:c,defaultVariants:s}=o,i=Object.keys(c).map(f=>{const v=n?.[f],p=s?.[f];if(v===null)return null;const m=xs(v)||xs(p);return c[f][m]}),d=n&&Object.entries(n).reduce((f,v)=>{let[p,m]=v;return m===void 0||(f[p]=m),f},{}),u=o==null||(r=o.compoundVariants)===null||r===void 0?void 0:r.reduce((f,v)=>{let{class:p,className:m,...C}=v;return Object.entries(C).every(M=>{let[g,I]=M;return Array.isArray(I)?I.includes({...s,...d}[g]):{...s,...d}[g]===I})?[...f,p,m]:f},[]);return Ns(e,i,u,n?.class,n?.className)},V8=(e,o)=>{const n=new Array(e.length+o.length);for(let r=0;r<e.length;r++)n[r]=e[r];for(let r=0;r<o.length;r++)n[e.length+r]=o[r];return n},L8=(e,o)=>({classGroupId:e,validator:o}),Os=(e=new Map,o=null,n)=>({nextPart:e,validators:o,classGroupId:n}),P2="-",Ds=[],z8="arbitrary..",E8=e=>{const o=j8(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:i=>{if(i.startsWith("[")&&i.endsWith("]"))return $8(i);const d=i.split(P2),u=d[0]===""&&d.length>1?1:0;return _s(d,u,o)},getConflictingClassGroupIds:(i,d)=>{if(d){const u=r[i],f=n[i];return u?f?V8(f,u):u:f||Ds}return n[i]||Ds}}},_s=(e,o,n)=>{if(e.length-o===0)return n.classGroupId;const c=e[o],s=n.nextPart.get(c);if(s){const f=_s(e,o+1,s);if(f)return f}const i=n.validators;if(i===null)return;const d=o===0?e.join(P2):e.slice(o).join(P2),u=i.length;for(let f=0;f<u;f++){const v=i[f];if(v.validator(d))return v.classGroupId}},$8=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const o=e.slice(1,-1),n=o.indexOf(":"),r=o.slice(0,n);return r?z8+r:void 0})(),j8=e=>{const{theme:o,classGroups:n}=e;return P8(n,o)},P8=(e,o)=>{const n=Os();for(const r in e){const c=e[r];ct(c,n,r,o)}return n},ct=(e,o,n,r)=>{const c=e.length;for(let s=0;s<c;s++){const i=e[s];T8(i,o,n,r)}},T8=(e,o,n,r)=>{if(typeof e=="string"){x8(e,o,n);return}if(typeof e=="function"){N8(e,o,n,r);return}O8(e,o,n,r)},x8=(e,o,n)=>{const r=e===""?o:Fs(o,e);r.classGroupId=n},N8=(e,o,n,r)=>{if(D8(e)){ct(e(r),o,n,r);return}o.validators===null&&(o.validators=[]),o.validators.push(L8(n,e))},O8=(e,o,n,r)=>{const c=Object.entries(e),s=c.length;for(let i=0;i<s;i++){const[d,u]=c[i];ct(u,Fs(o,d),n,r)}},Fs=(e,o)=>{let n=e;const r=o.split(P2),c=r.length;for(let s=0;s<c;s++){const i=r[s];let d=n.nextPart.get(i);d||(d=Os(),n.nextPart.set(i,d)),n=d}return n},D8=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,_8=e=>{if(e<1)return{get:()=>{},set:()=>{}};let o=0,n=Object.create(null),r=Object.create(null);const c=(s,i)=>{n[s]=i,o++,o>e&&(o=0,r=n,n=Object.create(null))};return{get(s){let i=n[s];if(i!==void 0)return i;if((i=r[s])!==void 0)return c(s,i),i},set(s,i){s in n?n[s]=i:c(s,i)}}},st="!",Zs=":",F8=[],qs=(e,o,n,r,c)=>({modifiers:e,hasImportantModifier:o,baseClassName:n,maybePostfixModifierPosition:r,isExternal:c}),Z8=e=>{const{prefix:o,experimentalParseClassName:n}=e;let r=c=>{const s=[];let i=0,d=0,u=0,f;const v=c.length;for(let g=0;g<v;g++){const I=c[g];if(i===0&&d===0){if(I===Zs){s.push(c.slice(u,g)),u=g+1;continue}if(I==="/"){f=g;continue}}I==="["?i++:I==="]"?i--:I==="("?d++:I===")"&&d--}const p=s.length===0?c:c.slice(u);let m=p,C=!1;p.endsWith(st)?(m=p.slice(0,-1),C=!0):p.startsWith(st)&&(m=p.slice(1),C=!0);const M=f&&f>u?f-u:void 0;return qs(s,C,m,M)};if(o){const c=o+Zs,s=r;r=i=>i.startsWith(c)?s(i.slice(c.length)):qs(F8,!1,i,void 0,!0)}if(n){const c=r;r=s=>n({className:s,parseClassName:c})}return r},q8=e=>{const o=new Map;return e.orderSensitiveModifiers.forEach((n,r)=>{o.set(n,1e6+r)}),n=>{const r=[];let c=[];for(let s=0;s<n.length;s++){const i=n[s],d=i[0]==="[",u=o.has(i);d||u?(c.length>0&&(c.sort(),r.push(...c),c=[]),r.push(i)):c.push(i)}return c.length>0&&(c.sort(),r.push(...c)),r}},B8=e=>({cache:_8(e.cacheSize),parseClassName:Z8(e),sortModifiers:q8(e),...E8(e)}),U8=/\s+/,W8=(e,o)=>{const{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:c,sortModifiers:s}=o,i=[],d=e.trim().split(U8);let u="";for(let f=d.length-1;f>=0;f-=1){const v=d[f],{isExternal:p,modifiers:m,hasImportantModifier:C,baseClassName:M,maybePostfixModifierPosition:g}=n(v);if(p){u=v+(u.length>0?" "+u:u);continue}let I=!!g,w=r(I?M.substring(0,g):M);if(!w){if(!I){u=v+(u.length>0?" "+u:u);continue}if(w=r(M),!w){u=v+(u.length>0?" "+u:u);continue}I=!1}const k=m.length===0?"":m.length===1?m[0]:s(m).join(":"),b=C?k+st:k,y=b+w;if(i.indexOf(y)>-1)continue;i.push(y);const S=c(w,I);for(let z=0;z<S.length;++z){const V=S[z];i.push(b+V)}u=v+(u.length>0?" "+u:u)}return u},G8=(...e)=>{let o=0,n,r,c="";for(;o<e.length;)(n=e[o++])&&(r=Bs(n))&&(c&&(c+=" "),c+=r);return c},Bs=e=>{if(typeof e=="string")return e;let o,n="";for(let r=0;r<e.length;r++)e[r]&&(o=Bs(e[r]))&&(n&&(n+=" "),n+=o);return n},Us=(e,...o)=>{let n,r,c,s;const i=u=>{const f=o.reduce((v,p)=>p(v),e());return n=B8(f),r=n.cache.get,c=n.cache.set,s=d,d(u)},d=u=>{const f=r(u);if(f)return f;const v=W8(u,n);return c(u,v),v};return s=i,(...u)=>s(G8(...u))},K8=[],c1=e=>{const o=n=>n[e]||K8;return o.isThemeGetter=!0,o},Ws=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Gs=/^\((?:(\w[\w-]*):)?(.+)\)$/i,X8=/^\d+\/\d+$/,Y8=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Q8=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,R8=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,J8=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,e9=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,ve=e=>X8.test(e),G=e=>!!e&&!Number.isNaN(Number(e)),U1=e=>!!e&&Number.isInteger(Number(e)),at=e=>e.endsWith("%")&&G(e.slice(0,-1)),P1=e=>Y8.test(e),o9=()=>!0,t9=e=>Q8.test(e)&&!R8.test(e),Ks=()=>!1,n9=e=>J8.test(e),r9=e=>e9.test(e),c9=e=>!x(e)&&!N(e),s9=e=>pe(e,Js,Ks),x=e=>Ws.test(e),J1=e=>pe(e,ea,t9),lt=e=>pe(e,h9,G),Xs=e=>pe(e,Qs,Ks),a9=e=>pe(e,Rs,r9),T2=e=>pe(e,oa,n9),N=e=>Gs.test(e),Ne=e=>me(e,ea),l9=e=>me(e,u9),Ys=e=>me(e,Qs),i9=e=>me(e,Js),d9=e=>me(e,Rs),x2=e=>me(e,oa,!0),pe=(e,o,n)=>{const r=Ws.exec(e);return r?r[1]?o(r[1]):n(r[2]):!1},me=(e,o,n=!1)=>{const r=Gs.exec(e);return r?r[1]?o(r[1]):n:!1},Qs=e=>e==="position"||e==="percentage",Rs=e=>e==="image"||e==="url",Js=e=>e==="length"||e==="size"||e==="bg-size",ea=e=>e==="length",h9=e=>e==="number",u9=e=>e==="family-name",oa=e=>e==="shadow",ta=()=>{const e=c1("color"),o=c1("font"),n=c1("text"),r=c1("font-weight"),c=c1("tracking"),s=c1("leading"),i=c1("breakpoint"),d=c1("container"),u=c1("spacing"),f=c1("radius"),v=c1("shadow"),p=c1("inset-shadow"),m=c1("text-shadow"),C=c1("drop-shadow"),M=c1("blur"),g=c1("perspective"),I=c1("aspect"),w=c1("ease"),k=c1("animate"),b=()=>["auto","avoid","all","avoid-page","page","left","right","column"],y=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],S=()=>[...y(),N,x],z=()=>["auto","hidden","clip","visible","scroll"],V=()=>["auto","contain","none"],H=()=>[N,x,u],P=()=>[ve,"full","auto",...H()],D=()=>[U1,"none","subgrid",N,x],F=()=>["auto",{span:["full",U1,N,x]},U1,N,x],B=()=>[U1,"auto",N,x],W=()=>["auto","min","max","fr",N,x],$=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],q=()=>["start","end","center","stretch","center-safe","end-safe"],T=()=>["auto",...H()],Z=()=>[ve,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...H()],A=()=>[e,N,x],j=()=>[...y(),Ys,Xs,{position:[N,x]}],J=()=>["no-repeat",{repeat:["","x","y","space","round"]}],n1=()=>["auto","cover","contain",i9,s9,{size:[N,x]}],s1=()=>[at,Ne,J1],K=()=>["","none","full",f,N,x],Y=()=>["",G,Ne,J1],u1=()=>["solid","dashed","dotted","double"],d1=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],E=()=>[G,at,Ys,Xs],Q=()=>["","none",M,N,x],r1=()=>["none",G,N,x],X=()=>["none",G,N,x],R=()=>[G,N,x],e1=()=>[ve,"full",...H()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[P1],breakpoint:[P1],color:[o9],container:[P1],"drop-shadow":[P1],ease:["in","out","in-out"],font:[c9],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[P1],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[P1],shadow:[P1],spacing:["px",G],text:[P1],"text-shadow":[P1],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",ve,x,N,I]}],container:["container"],columns:[{columns:[G,x,N,d]}],"break-after":[{"break-after":b()}],"break-before":[{"break-before":b()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:S()}],overflow:[{overflow:z()}],"overflow-x":[{"overflow-x":z()}],"overflow-y":[{"overflow-y":z()}],overscroll:[{overscroll:V()}],"overscroll-x":[{"overscroll-x":V()}],"overscroll-y":[{"overscroll-y":V()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:P()}],"inset-x":[{"inset-x":P()}],"inset-y":[{"inset-y":P()}],start:[{start:P()}],end:[{end:P()}],top:[{top:P()}],right:[{right:P()}],bottom:[{bottom:P()}],left:[{left:P()}],visibility:["visible","invisible","collapse"],z:[{z:[U1,"auto",N,x]}],basis:[{basis:[ve,"full","auto",d,...H()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[G,ve,"auto","initial","none",x]}],grow:[{grow:["",G,N,x]}],shrink:[{shrink:["",G,N,x]}],order:[{order:[U1,"first","last","none",N,x]}],"grid-cols":[{"grid-cols":D()}],"col-start-end":[{col:F()}],"col-start":[{"col-start":B()}],"col-end":[{"col-end":B()}],"grid-rows":[{"grid-rows":D()}],"row-start-end":[{row:F()}],"row-start":[{"row-start":B()}],"row-end":[{"row-end":B()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":W()}],"auto-rows":[{"auto-rows":W()}],gap:[{gap:H()}],"gap-x":[{"gap-x":H()}],"gap-y":[{"gap-y":H()}],"justify-content":[{justify:[...$(),"normal"]}],"justify-items":[{"justify-items":[...q(),"normal"]}],"justify-self":[{"justify-self":["auto",...q()]}],"align-content":[{content:["normal",...$()]}],"align-items":[{items:[...q(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...q(),{baseline:["","last"]}]}],"place-content":[{"place-content":$()}],"place-items":[{"place-items":[...q(),"baseline"]}],"place-self":[{"place-self":["auto",...q()]}],p:[{p:H()}],px:[{px:H()}],py:[{py:H()}],ps:[{ps:H()}],pe:[{pe:H()}],pt:[{pt:H()}],pr:[{pr:H()}],pb:[{pb:H()}],pl:[{pl:H()}],m:[{m:T()}],mx:[{mx:T()}],my:[{my:T()}],ms:[{ms:T()}],me:[{me:T()}],mt:[{mt:T()}],mr:[{mr:T()}],mb:[{mb:T()}],ml:[{ml:T()}],"space-x":[{"space-x":H()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":H()}],"space-y-reverse":["space-y-reverse"],size:[{size:Z()}],w:[{w:[d,"screen",...Z()]}],"min-w":[{"min-w":[d,"screen","none",...Z()]}],"max-w":[{"max-w":[d,"screen","none","prose",{screen:[i]},...Z()]}],h:[{h:["screen","lh",...Z()]}],"min-h":[{"min-h":["screen","lh","none",...Z()]}],"max-h":[{"max-h":["screen","lh",...Z()]}],"font-size":[{text:["base",n,Ne,J1]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[r,N,lt]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",at,x]}],"font-family":[{font:[l9,x,o]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[c,N,x]}],"line-clamp":[{"line-clamp":[G,"none",N,lt]}],leading:[{leading:[s,...H()]}],"list-image":[{"list-image":["none",N,x]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",N,x]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:A()}],"text-color":[{text:A()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...u1(),"wavy"]}],"text-decoration-thickness":[{decoration:[G,"from-font","auto",N,J1]}],"text-decoration-color":[{decoration:A()}],"underline-offset":[{"underline-offset":[G,"auto",N,x]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:H()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",N,x]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",N,x]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:j()}],"bg-repeat":[{bg:J()}],"bg-size":[{bg:n1()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},U1,N,x],radial:["",N,x],conic:[U1,N,x]},d9,a9]}],"bg-color":[{bg:A()}],"gradient-from-pos":[{from:s1()}],"gradient-via-pos":[{via:s1()}],"gradient-to-pos":[{to:s1()}],"gradient-from":[{from:A()}],"gradient-via":[{via:A()}],"gradient-to":[{to:A()}],rounded:[{rounded:K()}],"rounded-s":[{"rounded-s":K()}],"rounded-e":[{"rounded-e":K()}],"rounded-t":[{"rounded-t":K()}],"rounded-r":[{"rounded-r":K()}],"rounded-b":[{"rounded-b":K()}],"rounded-l":[{"rounded-l":K()}],"rounded-ss":[{"rounded-ss":K()}],"rounded-se":[{"rounded-se":K()}],"rounded-ee":[{"rounded-ee":K()}],"rounded-es":[{"rounded-es":K()}],"rounded-tl":[{"rounded-tl":K()}],"rounded-tr":[{"rounded-tr":K()}],"rounded-br":[{"rounded-br":K()}],"rounded-bl":[{"rounded-bl":K()}],"border-w":[{border:Y()}],"border-w-x":[{"border-x":Y()}],"border-w-y":[{"border-y":Y()}],"border-w-s":[{"border-s":Y()}],"border-w-e":[{"border-e":Y()}],"border-w-t":[{"border-t":Y()}],"border-w-r":[{"border-r":Y()}],"border-w-b":[{"border-b":Y()}],"border-w-l":[{"border-l":Y()}],"divide-x":[{"divide-x":Y()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":Y()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...u1(),"hidden","none"]}],"divide-style":[{divide:[...u1(),"hidden","none"]}],"border-color":[{border:A()}],"border-color-x":[{"border-x":A()}],"border-color-y":[{"border-y":A()}],"border-color-s":[{"border-s":A()}],"border-color-e":[{"border-e":A()}],"border-color-t":[{"border-t":A()}],"border-color-r":[{"border-r":A()}],"border-color-b":[{"border-b":A()}],"border-color-l":[{"border-l":A()}],"divide-color":[{divide:A()}],"outline-style":[{outline:[...u1(),"none","hidden"]}],"outline-offset":[{"outline-offset":[G,N,x]}],"outline-w":[{outline:["",G,Ne,J1]}],"outline-color":[{outline:A()}],shadow:[{shadow:["","none",v,x2,T2]}],"shadow-color":[{shadow:A()}],"inset-shadow":[{"inset-shadow":["none",p,x2,T2]}],"inset-shadow-color":[{"inset-shadow":A()}],"ring-w":[{ring:Y()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:A()}],"ring-offset-w":[{"ring-offset":[G,J1]}],"ring-offset-color":[{"ring-offset":A()}],"inset-ring-w":[{"inset-ring":Y()}],"inset-ring-color":[{"inset-ring":A()}],"text-shadow":[{"text-shadow":["none",m,x2,T2]}],"text-shadow-color":[{"text-shadow":A()}],opacity:[{opacity:[G,N,x]}],"mix-blend":[{"mix-blend":[...d1(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":d1()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[G]}],"mask-image-linear-from-pos":[{"mask-linear-from":E()}],"mask-image-linear-to-pos":[{"mask-linear-to":E()}],"mask-image-linear-from-color":[{"mask-linear-from":A()}],"mask-image-linear-to-color":[{"mask-linear-to":A()}],"mask-image-t-from-pos":[{"mask-t-from":E()}],"mask-image-t-to-pos":[{"mask-t-to":E()}],"mask-image-t-from-color":[{"mask-t-from":A()}],"mask-image-t-to-color":[{"mask-t-to":A()}],"mask-image-r-from-pos":[{"mask-r-from":E()}],"mask-image-r-to-pos":[{"mask-r-to":E()}],"mask-image-r-from-color":[{"mask-r-from":A()}],"mask-image-r-to-color":[{"mask-r-to":A()}],"mask-image-b-from-pos":[{"mask-b-from":E()}],"mask-image-b-to-pos":[{"mask-b-to":E()}],"mask-image-b-from-color":[{"mask-b-from":A()}],"mask-image-b-to-color":[{"mask-b-to":A()}],"mask-image-l-from-pos":[{"mask-l-from":E()}],"mask-image-l-to-pos":[{"mask-l-to":E()}],"mask-image-l-from-color":[{"mask-l-from":A()}],"mask-image-l-to-color":[{"mask-l-to":A()}],"mask-image-x-from-pos":[{"mask-x-from":E()}],"mask-image-x-to-pos":[{"mask-x-to":E()}],"mask-image-x-from-color":[{"mask-x-from":A()}],"mask-image-x-to-color":[{"mask-x-to":A()}],"mask-image-y-from-pos":[{"mask-y-from":E()}],"mask-image-y-to-pos":[{"mask-y-to":E()}],"mask-image-y-from-color":[{"mask-y-from":A()}],"mask-image-y-to-color":[{"mask-y-to":A()}],"mask-image-radial":[{"mask-radial":[N,x]}],"mask-image-radial-from-pos":[{"mask-radial-from":E()}],"mask-image-radial-to-pos":[{"mask-radial-to":E()}],"mask-image-radial-from-color":[{"mask-radial-from":A()}],"mask-image-radial-to-color":[{"mask-radial-to":A()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":y()}],"mask-image-conic-pos":[{"mask-conic":[G]}],"mask-image-conic-from-pos":[{"mask-conic-from":E()}],"mask-image-conic-to-pos":[{"mask-conic-to":E()}],"mask-image-conic-from-color":[{"mask-conic-from":A()}],"mask-image-conic-to-color":[{"mask-conic-to":A()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:j()}],"mask-repeat":[{mask:J()}],"mask-size":[{mask:n1()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",N,x]}],filter:[{filter:["","none",N,x]}],blur:[{blur:Q()}],brightness:[{brightness:[G,N,x]}],contrast:[{contrast:[G,N,x]}],"drop-shadow":[{"drop-shadow":["","none",C,x2,T2]}],"drop-shadow-color":[{"drop-shadow":A()}],grayscale:[{grayscale:["",G,N,x]}],"hue-rotate":[{"hue-rotate":[G,N,x]}],invert:[{invert:["",G,N,x]}],saturate:[{saturate:[G,N,x]}],sepia:[{sepia:["",G,N,x]}],"backdrop-filter":[{"backdrop-filter":["","none",N,x]}],"backdrop-blur":[{"backdrop-blur":Q()}],"backdrop-brightness":[{"backdrop-brightness":[G,N,x]}],"backdrop-contrast":[{"backdrop-contrast":[G,N,x]}],"backdrop-grayscale":[{"backdrop-grayscale":["",G,N,x]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[G,N,x]}],"backdrop-invert":[{"backdrop-invert":["",G,N,x]}],"backdrop-opacity":[{"backdrop-opacity":[G,N,x]}],"backdrop-saturate":[{"backdrop-saturate":[G,N,x]}],"backdrop-sepia":[{"backdrop-sepia":["",G,N,x]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":H()}],"border-spacing-x":[{"border-spacing-x":H()}],"border-spacing-y":[{"border-spacing-y":H()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",N,x]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[G,"initial",N,x]}],ease:[{ease:["linear","initial",w,N,x]}],delay:[{delay:[G,N,x]}],animate:[{animate:["none",k,N,x]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[g,N,x]}],"perspective-origin":[{"perspective-origin":S()}],rotate:[{rotate:r1()}],"rotate-x":[{"rotate-x":r1()}],"rotate-y":[{"rotate-y":r1()}],"rotate-z":[{"rotate-z":r1()}],scale:[{scale:X()}],"scale-x":[{"scale-x":X()}],"scale-y":[{"scale-y":X()}],"scale-z":[{"scale-z":X()}],"scale-3d":["scale-3d"],skew:[{skew:R()}],"skew-x":[{"skew-x":R()}],"skew-y":[{"skew-y":R()}],transform:[{transform:[N,x,"","none","gpu","cpu"]}],"transform-origin":[{origin:S()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:e1()}],"translate-x":[{"translate-x":e1()}],"translate-y":[{"translate-y":e1()}],"translate-z":[{"translate-z":e1()}],"translate-none":["translate-none"],accent:[{accent:A()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:A()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",N,x]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":H()}],"scroll-mx":[{"scroll-mx":H()}],"scroll-my":[{"scroll-my":H()}],"scroll-ms":[{"scroll-ms":H()}],"scroll-me":[{"scroll-me":H()}],"scroll-mt":[{"scroll-mt":H()}],"scroll-mr":[{"scroll-mr":H()}],"scroll-mb":[{"scroll-mb":H()}],"scroll-ml":[{"scroll-ml":H()}],"scroll-p":[{"scroll-p":H()}],"scroll-px":[{"scroll-px":H()}],"scroll-py":[{"scroll-py":H()}],"scroll-ps":[{"scroll-ps":H()}],"scroll-pe":[{"scroll-pe":H()}],"scroll-pt":[{"scroll-pt":H()}],"scroll-pr":[{"scroll-pr":H()}],"scroll-pb":[{"scroll-pb":H()}],"scroll-pl":[{"scroll-pl":H()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",N,x]}],fill:[{fill:["none",...A()]}],"stroke-w":[{stroke:[G,Ne,J1,lt]}],stroke:[{stroke:["none",...A()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},f9=(e,{cacheSize:o,prefix:n,experimentalParseClassName:r,extend:c={},override:s={}})=>(Oe(e,"cacheSize",o),Oe(e,"prefix",n),Oe(e,"experimentalParseClassName",r),N2(e.theme,s.theme),N2(e.classGroups,s.classGroups),N2(e.conflictingClassGroups,s.conflictingClassGroups),N2(e.conflictingClassGroupModifiers,s.conflictingClassGroupModifiers),Oe(e,"orderSensitiveModifiers",s.orderSensitiveModifiers),O2(e.theme,c.theme),O2(e.classGroups,c.classGroups),O2(e.conflictingClassGroups,c.conflictingClassGroups),O2(e.conflictingClassGroupModifiers,c.conflictingClassGroupModifiers),na(e,c,"orderSensitiveModifiers"),e),Oe=(e,o,n)=>{n!==void 0&&(e[o]=n)},N2=(e,o)=>{if(o)for(const n in o)Oe(e,n,o[n])},O2=(e,o)=>{if(o)for(const n in o)na(e,o,n)},na=(e,o,n)=>{const r=o[n];r!==void 0&&(e[n]=e[n]?e[n].concat(r):r)},v9=(e,...o)=>typeof e=="function"?Us(ta,e,...o):Us(()=>f9(ta(),e),...o),p9=S1(["ksjsui:shrink-0","ksjsui:forced-colors:fill-current"],{variants:{color:{current:"ksjsui:fill-current",neutral:"ksjsui:fill-neutral",primary:"ksjsui:fill-primary",secondary:"ksjsui:fill-secondary",success:"ksjsui:fill-success",destructive:"ksjsui:fill-destructive"},size:{xs:"ksjsui:size-4",sm:"ksjsui:size-5",md:"ksjsui:size-6",lg:"ksjsui:size-8",xl:"ksjsui:size-12"}},defaultVariants:{color:"current",size:"md"}}),m9=a.forwardRef(({children:e,className:o,color:n,size:r,...c},s)=>a.createElement("svg",{"aria-hidden":!0,className:O(p9({color:n,size:r,className:o})),fill:n,focusable:!1,ref:s,role:"presentation",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...c},Array.isArray(e)?e.map((d,u)=>a.cloneElement(d,{key:u})):e)),g9=v9({prefix:"ksjsui"});function O(...e){return g9(Ts(e))}function h(e,o){const n=a.forwardRef((r,c)=>a.createElement(m9,{ref:c,"data-slot":`${C9(e)}`,children:o,...r}));return n.displayName=e,n}function C9(e){return e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/[_\s]+/g,"-").toLowerCase()}function I9({columnGap:e,gap:o,rowGap:n}){return{...o&&{gap:l1(o)},...e&&{columnGap:l1(e)},...n&&{rowGap:l1(n)}}}function ra({m:e,mb:o,me:n,ms:r,mt:c,mx:s,my:i}){return{...e&&{margin:l1(e)},...s&&{marginInline:l1(s)},...i&&{marginBlock:l1(i)},...r&&{marginInlineStart:l1(r)},...n&&{marginInlineEnd:l1(n)},...c&&{marginBlockStart:l1(c)},...o&&{marginBlockEnd:l1(o)}}}function ca({p:e,pb:o,pe:n,ps:r,pt:c,px:s,py:i}){return{...e&&{padding:l1(e)},...s&&{paddingInline:l1(s)},...i&&{paddingBlock:l1(i)},...n&&{paddingInlineEnd:l1(n)},...r&&{paddingInlineStart:l1(r)},...c&&{paddingBlockStart:l1(c)},...o&&{paddingBlockEnd:l1(o)}}}function l1(e){return e==="px"?1:typeof e=="string"&&/^\d+%$/.test(e)?e:typeof e=="number"?`calc(${e} * var(--ksjsui-spacing))`:e==="auto"?"auto":e}const sa=["#E60060","#ED0C0C","#B20000","#CC4400","#558000","#008A22","#006600","#004C40","#008099","#0059B2","#0070F0","#0022FF","#6619FF","#9900E5","#747474","#191919"],M9=S1(["ksjsui:relative ksjsui:flex ksjsui:shrink-0 ksjsui:rounded-full","ksjsui:forced-colors:outline-1"],{variants:{size:{sm:"ksjsui:size-8",md:"ksjsui:size-9",lg:"ksjsui:size-10"}},defaultVariants:{size:"md"}}),aa=a.forwardRef(({className:e,size:o,...n},r)=>t.jsx(Dn,{ref:r,"data-slot":"ksjsui-avatar",className:O(M9({size:o,className:e})),...n}));aa.displayName=Dn.displayName;const la=a.forwardRef(({className:e,...o},n)=>t.jsx(_n,{ref:n,"data-slot":"ksjsui-avatar-image",className:O("ksjsui:aspect-square ksjsui:size-full ksjsui:rounded-full",e),...o}));la.displayName=_n.displayName;const ia=a.forwardRef(({className:e,value:o,...n},r)=>t.jsx(Fn,{ref:r,"data-slot":"ksjsui-avatar-fallback",className:O("ksjsui:flex ksjsui:size-full ksjsui:items-center ksjsui:justify-center ksjsui:rounded-full ksjsui:bg-muted",e),style:{...k9(o,sa)},...n,children:b9(o)}));ia.displayName=Fn.displayName;const w9=S1(["ksjsui:absolute ksjsui:end-0 ksjsui:bottom-0 ksjsui:size-3 ksjsui:rounded-full ksjsui:border-2 ksjsui:border-white","ksjsui:forced-colors:outline-0"],{variants:{status:{active:["ksjsui:bg-status-active","ksjsui:forced-colors:border-canvas ksjsui:forced-colors:bg-active-text"],inactive:["ksjsui:bg-status-inactive","ksjsui:forced-colors:border-canvas-text ksjsui:forced-colors:bg-canvas"]}},defaultVariants:{status:"inactive"}}),da=a.forwardRef(({className:e,status:o,...n},r)=>t.jsx("div",{ref:r,"data-slot":"ksjsui-avatar-status",className:O(w9({status:o,className:e})),...n}));da.displayName="AvatarStatus";function k9(e="",o=sa){const n=y9(e)%o.length,r=o[n],c=S9(r);return{backgroundColor:r,color:c}}function b9(e){return e?.substring(0,2).toUpperCase()}function y9(e){return e.split("").reduce((n,r,c)=>n+e.charCodeAt(c),0)}function S9(e){return e==="#fff"?"#000":"#fff"}const ha="missing ksjsui string";let D2={toast:{dismissButtonLabel:ha},loader:{loading:ha}};const ua=a.createContext(D2);function H9({children:e}){const o=a.useRef(D2);return t.jsx(ua.Provider,{value:o.current,children:e})}function fa(){const e=a.useContext(ua);if(!e)throw new Error("useStrings must be used inside <StringsProvider />");return e}function A9(e){D2={...D2,...e}}const V9=S1(["ksjsui:absolute ksjsui:inset-0 ksjsui:m-auto ksjsui:inline-flex ksjsui:items-center ksjsui:justify-center ksjsui:transition-opacity ksjsui:duration-300"],{variants:{color:{current:"ksjsui:text-current",neutral:"ksjsui:text-neutral",primary:"ksjsui:text-primary",secondary:"ksjsui:text-secondary",success:"ksjsui:text-success",destructive:"ksjsui:text-destructive"},loading:{true:"ksjsui:opacity-100",false:"ksjsui:opacity-0"},size:{xs:"ksjsui:size-4",sm:"ksjsui:size-6",md:"ksjsui:size-8",lg:"ksjsui:size-12",xl:"ksjsui:size-14","2xl":"ksjsui:size-16"}},defaultVariants:{color:"current",size:"md"}}),it=a.forwardRef(({className:e,color:o,loading:n=!1,size:r,...c},s)=>{const{loader:i}=fa(),[d,u]=a.useState(!1),[f,v]=a.useState(!1),p=a.useRef(null),m=a.useRef(null);a.useEffect(()=>(C(),n?(v(!0),p.current=requestAnimationFrame(()=>{m.current=setTimeout(()=>{u(!0)},300)})):(u(!1),m.current=setTimeout(()=>{v(!1)},1e3)),C),[n]);function C(){p.current&&(cancelAnimationFrame(p.current),p.current=null),m.current&&(clearTimeout(m.current),m.current=null)}return f?t.jsx(A3,{label:i.loading,children:t.jsx("svg",{"aria-hidden":!0,className:O(V9({color:o,size:r,loading:d,className:e})),"data-slot":"ksjsui-loader",focusable:!1,ref:s,viewBox:"0 0 24 24",...c,children:t.jsx("g",{className:"ksjsui:origin-center ksjsui:animate-spin",children:t.jsx("circle",{className:"ksjsui:motion-safe:animate-loader ksjsui:motion-reduce:animate-a11y-loader",cx:"12",cy:"12",r:"10",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeWidth:"2"})})})}):null});it.displayName="Loader";const L9=S1(["ksjsui:relative ksjsui:inline-flex ksjsui:items-center ksjsui:justify-center ksjsui:border ksjsui:border-transparent ksjsui:p-2 ksjsui:text-[15px] ksjsui:whitespace-nowrap ksjsui:ring-offset-background ksjsui:transition-colors","ksjsui:focus-visible:ring-2 ksjsui:focus-visible:ring-ring ksjsui:focus-visible:ring-offset-2 ksjsui:focus-visible:outline-hidden","ksjsui:disabled:pointer-events-none ksjsui:disabled:bg-disabled ksjsui:disabled:text-disabled-foreground","ksjsui:forced-colors:border-button-border ksjsui:forced-colors:bg-button-face ksjsui:forced-colors:text-button-text","ksjsui:forced-colors:hover:border-highlight","ksjsui:forced-colors:disabled:border-gray-text","ksjsui:[&_svg]:pointer-events-none ksjsui:[&_svg]:shrink-0","ksjsui:[&_.ButtonLoader]:m-auto ksjsui:[&_.ButtonLoader]:opacity-0"],{variants:{variant:{solid:"",outline:"ksjsui:border-current ksjsui:hover:bg-neutral-hover",plain:"ksjsui:bg-transparent",link:["ksjsui:underline-current ksjsui:h-auto ksjsui:rounded-xs ksjsui:p-0","ksjsui:hover:underline","ksjsui:forced-colors:border-0 ksjsui:forced-colors:text-link-text"],avatar:"ksjsui:p-0"},color:{neutral:"",primary:"",secondary:"",success:"",destructive:""},fullWidth:{true:"ksjsui:w-full"},iconOnly:{true:"ksjsui:[&_svg]:size-6"},loading:{false:"",true:""},radius:{full:"ksjsui:rounded-full",lg:"ksjsui:rounded-lg"},size:{sm:"ksjsui:h-8 ksjsui:[&_svg]:size-5",md:"ksjsui:h-9 ksjsui:[&_svg]:size-5",lg:"ksjsui:h-10 ksjsui:[&_svg]:size-6"}},defaultVariants:{variant:"solid",color:"neutral",fullWidth:!1,radius:"lg",size:"md"},compoundVariants:[{variant:"avatar",className:"ksjsui:h-auto ksjsui:rounded-full"},{variant:"solid",color:"neutral",className:"ksjsui:bg-neutral ksjsui:text-neutral-foreground ksjsui:hover:bg-neutral-hover"},{variant:"solid",color:"primary",className:"ksjsui:bg-primary ksjsui:text-primary-foreground ksjsui:hover:bg-primary-hover"},{variant:"solid",color:"secondary",className:"ksjsui:bg-secondary ksjsui:text-secondary-foreground ksjsui:hover:bg-secondary-hover"},{variant:"solid",color:"success",className:"ksjsui:bg-success ksjsui:text-success-foreground ksjsui:hover:bg-success-hover"},{variant:"solid",color:"destructive",className:"ksjsui:bg-destructive ksjsui:text-destructive-foreground ksjsui:hover:bg-destructive-hover"},{variant:["outline","plain","link"],color:"neutral",className:"ksjsui:text-current"},{variant:["outline","plain","link"],color:"primary",className:"ksjsui:text-primary"},{variant:["outline","plain","link"],color:"secondary",className:"ksjsui:text-secondary ksjsui:disabled:bg-transparent"},{variant:["outline","plain","link"],color:"success",className:"ksjsui:text-success"},{variant:["outline","plain","link"],color:"destructive",className:"ksjsui:text-destructive"},{variant:"outline",color:"secondary",className:"ksjsui:hover:bg-secondary-outline-hover"},{iconOnly:!0,size:"sm",className:"ksjsui:size-8"},{iconOnly:!0,size:"md",className:"ksjsui:size-9"},{iconOnly:!0,size:"lg",className:"ksjsui:size-10"}]}),dt=a.forwardRef(({className:e,endContent:o,startContent:n,variant:r,color:c,fullWidth:s,iconOnly:i,radius:d,size:u,asChild:f,children:v,tabIndex:p=0,loading:m,type:C,...M},g)=>{const I=f?B2:"button";return t.jsxs(I,{className:O(L9({variant:r,color:c,fullWidth:s,iconOnly:i,loading:m,radius:d,size:u,className:e})),"data-slot":"ksjsui-button",ref:g,tabIndex:p,"aria-busy":m,type:C||(I==="button"?"button":void 0),...M,children:[t.jsx(_2,{className:"ksjsui:me-2","data-slot":"button-start-content",loading:m,children:n}),t.jsx(M3,{children:f&&a.isValidElement(v)?a.cloneElement(v,v.props,t.jsx(_2,{className:"ButtonContent","data-slot":"button-content",loading:m,children:v.props.children})):t.jsx(_2,{"data-slot":"button-content",loading:m,children:v})}),t.jsx(_2,{className:"ksjsui:ms-2","data-slot":"button-end-content",loading:m,children:o}),t.jsx(it,{size:"sm",loading:m})]})});dt.displayName="Button";function _2({children:e,className:o,loading:n,...r}){return e?t.jsx("span",{"aria-hidden":n,className:O("ksjsui:opacity-100 ksjsui:transition-opacity ksjsui:duration-300",n?"ksjsui:opacity-0":"ksjsui:delay-300",o),...r,children:e}):null}const z9=h("AIcon",t.jsx("path",{d:"m15.957 19-1.12-3.22h-5.66L8.037 19h-2.16l5.06-14h2.14l5.04 14zm-1.76-5.06-1.7-4.76q-.36-.98-.48-1.58-.18.72-.48 1.58l-1.72 4.76z"})),E9=h("AZArrowsIcon",t.jsx("path",{fillRule:"evenodd",d:"m10.22 4.66 2.36-2.36 2.36 2.36zm4.69 14.71-2.33 2.33-2.33-2.33zM1.6 17.73 6.1 6.27h1.64l4.49 11.46h-1.84l-.92-2.45H4.36l-.92 2.45zm3.37-4.09 1.94-5.18 1.94 5.18zm16.88 2.5h-6.12l5.93-8.6V6.28h-8.3v1.6h5.88l-5.92 8.56v1.29h8.53z"})),$9=h("AZMinusIcon",t.jsx("path",{d:"M1.6 17.73 6.1 6.27h1.64l4.49 11.46h-1.84l-.92-2.45H4.36l-.92 2.45zm5.31-9.27-1.94 5.18h3.88zm8.82 7.68h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26zm-1.38-5.41h-3v1.6h3z"})),j9=h("AccessibilityIcon",t.jsx("path",{d:"M20.5 6c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 8c1.86.5 4 .83 6 1v13h2v-6h2v6h2V9c2-.17 4.14-.5 6-1zM12 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2"})),P9=h("AlignJustifyIcon",t.jsx("path",{d:"M19 9H5V7h14zM5 13h14v-2H5zm0 4h14v-2H5z"})),T9=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M13.5969 8.71618C13.6759 8.71012 13.7534 8.70417 13.8291 8.6982V8.69815H13.8289V8.4001C13.8289 8.34953 13.8292 8.29825 13.8296 8.24647C13.8328 7.76403 13.8363 7.23795 13.5684 6.83315C13.3071 6.4619 12.823 6.27475 12.3778 6.27475H12.2279C11.4835 6.34995 10.8137 6.7597 10.6267 7.5791C10.5896 7.7662 10.4786 7.9521 10.2551 7.99075L8.17121 7.72955C8.02236 7.69135 7.79866 7.5792 7.87176 7.28145C8.31941 4.93175 10.3296 4.11235 12.2279 4H12.6752C13.7172 4 15.0576 4.29775 15.9137 5.0821C16.863 5.96494 16.855 7.12722 16.8461 8.39999C16.8453 8.52341 16.8444 8.64786 16.8444 8.7732V12.1297C16.8444 13.0714 17.2034 13.5243 17.5857 14.0067C17.6116 14.0393 17.6375 14.072 17.6635 14.105C17.7743 14.2921 17.812 14.5146 17.6265 14.6652C17.2159 15.0381 16.4345 15.7088 15.9879 16.0817C15.8396 16.1939 15.6535 16.1939 15.4672 16.1188C14.8989 15.6409 14.7151 15.3783 14.453 15.0036C14.3885 14.9114 14.3193 14.8125 14.2385 14.7019C13.5315 15.4482 12.9358 15.8577 12.228 16.0817C11.7822 16.1939 11.2984 16.2672 10.7019 16.2672C8.91551 16.2672 7.50061 15.1504 7.50061 12.9495C7.50061 11.1965 8.43156 10.0042 9.80876 9.44385C10.5161 9.10945 11.3721 8.95905 12.2281 8.8485C12.6991 8.78505 13.1704 8.7489 13.5969 8.71618ZM13.8294 11.0414C13.8292 10.9825 13.829 10.9228 13.829 10.862H13.8289V10.4137C13.2709 10.4137 12.7122 10.4508 12.2279 10.5628C11.3347 10.8239 10.6267 11.3839 10.6267 12.5767C10.6267 13.5097 11.112 14.1434 11.9306 14.1434C11.9926 14.1434 12.0542 14.1317 12.1094 14.1213C12.1542 14.1128 12.1947 14.1051 12.2279 14.1051C12.7122 13.9928 13.1589 13.6569 13.4193 13.1351C13.8336 12.4433 13.8317 11.8154 13.8294 11.0414Z",fill:"black"}),t.jsx("path",{d:"M20.6857 19.7221C21.5958 18.9522 21.9802 17.5546 22.0002 16.8251V16.7031C22.0002 16.5404 21.9601 16.4201 21.9202 16.3591C21.7379 16.1369 20.4018 15.933 19.2501 16.2778C18.9267 16.38 18.6428 16.521 18.3803 16.7031C18.1778 16.8458 18.2184 17.0263 18.4204 17.0071C18.6428 16.966 18.9267 16.9467 19.2501 16.9047C19.9581 16.8457 20.7872 16.8251 20.9893 17.0878C21.2714 17.4313 20.6659 18.9312 20.4019 19.5797C20.3222 19.783 20.5034 19.8645 20.6857 19.7221Z",fill:"#FE9900"}),t.jsx("path",{d:"M2.10054 16.8252C4.70903 19.1954 8.14678 20.614 11.9901 20.614C14.3763 20.614 17.1264 19.9449 19.25 18.669C19.5338 18.5055 19.8158 18.3234 20.0783 18.1214C20.4426 17.8589 20.1191 17.4524 19.7551 17.6141C19.5937 17.6748 19.4115 17.7569 19.25 17.8174C16.923 18.7298 14.4779 19.1554 12.2119 19.1554C8.61148 19.1554 5.13388 18.1619 2.32259 16.5212C2.05964 16.3801 1.87724 16.6426 2.10054 16.8252Z",fill:"#FE9900"})]}),x9=h("AmazonLogoIcon",T9),N9=h("AmpersandIcon",t.jsx("path",{fillRule:"evenodd",d:"M5.5 15.764c0-.761.25-1.523.667-2.2q.625-1.014 2.5-2.283c-.75-.93-1.167-1.607-1.417-2.114-.333-.592-.417-1.1-.417-1.692 0-1.269.334-2.199 1.084-2.96s1.75-1.015 3-1.015q1.625 0 2.75 1.015c.75.677 1.083 1.522 1.083 2.453 0 .676-.167 1.268-.5 1.86q-.5.888-1.75 1.777l-1.167.93 3.584 4.398c.5-1.015.75-2.03.75-3.299H17.5c0 1.946-.417 3.553-1.333 4.821l2.333 2.791H16l-1.083-1.268a5.4 5.4 0 0 1-1.917 1.1c-.75.253-1.5.422-2.25.422-1.583 0-2.833-.423-3.833-1.269C6 18.301 5.5 17.201 5.5 15.764m5.25 2.96q1.625 0 3-1.269l-3.917-4.82-.333.253c-1.25.93-1.833 1.86-1.833 2.876 0 .93.25 1.607.833 2.114.583.508 1.25.846 2.25.846m-.5-8.542c-.917-1.1-1.333-1.946-1.333-2.707 0-.676.166-1.184.5-1.607s.833-.592 1.416-.592c.584 0 1.084.17 1.417.508.417.338.583.76.583 1.268 0 .423-.083.846-.25 1.184q-.25.508-1 1.015z",clipRule:"evenodd"})),O9=h("AppWindowIcon",t.jsx("path",{d:"M21 2H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 18H3V6h18z"})),D9=h("AppWindow2Icon",t.jsx("path",{fillRule:"evenodd",d:"M21.167 4H2.833A1.84 1.84 0 0 0 1 5.833v12.834c0 1.008.825 1.833 1.833 1.833h18.334a1.83 1.83 0 0 0 1.824-1.833L23 5.833A1.84 1.84 0 0 0 21.167 4M8.333 7.667H6.5V5.833h1.833zm1.834 0h11V5.833h-11zm-5.5 0H2.833V5.833h1.834zm-1.834 11h18.334V9.5H2.833z"})),_9=h("AppWindowArrowRightIcon",t.jsx("path",{d:"M9 12h9.8l-2.5-2.5 1.4-1.4 4.9 4.9-4.9 4.9-1.4-1.4 2.5-2.5H9zm12 5.4V20H3V6h18v2.6l2 2V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-4.6z"})),F9=h("AppWindowArrowUpIcon",t.jsx("path",{d:"M5 4h14a2 2 0 0 1 2 2v12c0 1.1-.9 2-2 2h-4v-2h4V8H5v10h4v2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m3 10 4-4 4 4h-3v6h-2v-6z"})),Z9=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M21 2H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 18H3V6h18z"}),t.jsx("path",{d:"M8.52 16.833a2.9 2.9 0 0 1-2.106-.85 2.81 2.81 0 0 1-.872-2.085q0-1.057.633-1.886a2.8 2.8 0 0 1 1.669-1.056 3.68 3.68 0 0 1 1.354-2.015 3.7 3.7 0 0 1 2.302-.774q1.587 0 2.687 1.105 1.105 1.1 1.105 2.686a2.34 2.34 0 0 1 1.549.813q.617.693.617 1.625 0 1.019-.71 1.728-.708.71-1.727.71z"})]}),q9=h("AppWindowCloudIcon",Z9),B9=h("AppWindowCodeIcon",t.jsx("path",{d:"M9.5 8.5 11 10l-3 3 3 3-1.5 1.5L5 13zm5 9L13 16l3-3-3-3 1.5-1.5L19 13zM21 2H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 18H3V6h18z"})),U9=t.jsxs(t.Fragment,{children:[t.jsx("path",{fillRule:"evenodd",d:"M16.088 13c0 .17-.015.33-.035.49l1.055.825c.095.075.12.21.06.32l-1 1.73a.244.244 0 0 1-.305.11l-1.245-.5c-.26.195-.54.365-.845.49l-.19 1.325a.244.244 0 0 1-.245.21h-2a.244.244 0 0 1-.245-.21l-.19-1.325a3.7 3.7 0 0 1-.845-.49l-1.245.5c-.11.04-.245 0-.305-.11l-1-1.73a.25.25 0 0 1 .06-.32l1.055-.825a4 4 0 0 1-.035-.49c0-.165.015-.33.035-.49l-1.055-.825a.25.25 0 0 1-.06-.32l1-1.73c.06-.11.19-.155.305-.11l1.245.5c.26-.195.54-.365.845-.49l.19-1.325c.015-.12.12-.21.245-.21h2c.125 0 .23.09.245.21l.19 1.325q.456.189.845.49l1.245-.5c.11-.04.245 0 .305.11l1 1.73c.06.11.035.245-.06.32l-1.055.825c.02.16.035.32.035.49m-5.5 0c0 .965.785 1.75 1.75 1.75s1.75-.785 1.75-1.75-.785-1.75-1.75-1.75-1.75.785-1.75 1.75",clipRule:"evenodd"}),t.jsx("path",{fillRule:"evenodd",d:"M4.338 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm0 4v12h16V7z",clipRule:"evenodd"})]}),W9=h("AppWindowCogIcon",U9),G9=h("AppWindowCog2Icon",t.jsx("path",{d:"M18.1 12.2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1l1.1.8c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2zM18 3a2 2 0 0 1 2 2v5.68a7 7 0 0 0-2-.6V7H4v10h6c0 .7.11 1.37.29 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-1 12.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5"})),K9=t.jsxs(t.Fragment,{children:[t.jsx("path",{fillRule:"evenodd",d:"M3 2H21C21.5304 2 22.0391 2.21071 22.4142 2.58579C22.7893 2.96086 23 3.46957 23 4V20C23 20.5304 22.7893 21.0391 22.4142 21.4142C22.0391 21.7893 21.5304 22 21 22H3C2.46957 22 1.96086 21.7893 1.58579 21.4142C1.21071 21.0391 1 20.5304 1 20V4C1 3.46957 1.21071 2.96086 1.58579 2.58579C1.96086 2.21071 2.46957 2 3 2ZM3 20H21V6H3V20ZM11.995 8C9.235 8 7 10.24 7 13C7 15.76 9.235 18 11.995 18C14.76 18 17 15.76 17 13C17 10.24 14.76 8 11.995 8ZM15.46 11H13.985C13.825 10.375 13.595 9.77499 13.295 9.21999C14.215 9.53499 14.98 10.175 15.46 11ZM12.955 11C12.74 10.285 12.415 9.62 12 9.02C11.585 9.62 11.26 10.285 11.045 11H12.955ZM8.12996 14C8.04996 13.68 7.99996 13.345 7.99996 13C7.99996 12.655 8.04996 12.32 8.12996 12H9.81996C9.77996 12.33 9.74996 12.66 9.74996 13C9.74996 13.34 9.77996 13.67 9.81996 14H8.12996ZM10.0149 15H8.53992C9.01992 15.83 9.78492 16.465 10.7049 16.78C10.4049 16.225 10.1749 15.625 10.0149 15ZM10.0149 11H8.53992C9.01992 10.17 9.78492 9.53499 10.7049 9.21999C10.4049 9.77499 10.1749 10.375 10.0149 11ZM11.045 15C11.26 15.715 11.585 16.38 12 16.98C12.415 16.38 12.74 15.715 12.955 15H11.045ZM13.17 14H10.83C10.785 13.67 10.75 13.34 10.75 13C10.75 12.66 10.785 12.325 10.83 12H13.17C13.215 12.325 13.25 12.66 13.25 13C13.25 13.34 13.215 13.67 13.17 14ZM13.985 15C13.825 15.625 13.595 16.225 13.295 16.78C14.215 16.465 14.98 15.825 15.46 15H13.985ZM14.18 14C14.22 13.67 14.25 13.34 14.25 13C14.25 12.66 14.22 12.33 14.18 12H15.87C15.95 12.32 16 12.655 16 13C16 13.345 15.95 13.68 15.87 14H14.18Z"}),t.jsx("path",{d:"M22.4142 2.58579L22.3435 2.6565L22.4142 2.58579ZM1.58579 21.4142L1.6565 21.3435L1.58579 21.4142ZM1.58579 2.58579L1.6565 2.6565L1.58579 2.58579ZM21 20V20.1H21.1V20H21ZM3 20H2.9V20.1H3V20ZM21 6H21.1V5.9H21V6ZM3 6V5.9H2.9V6H3ZM13.985 11L13.8881 11.0248L13.9073 11.1H13.985V11ZM15.46 11V11.1H15.6338L15.5464 10.9497L15.46 11ZM13.295 9.21999L13.3274 9.12538L13.0854 9.04253L13.207 9.26754L13.295 9.21999ZM12 9.02L12.0822 8.96311L12 8.84421L11.9178 8.96311L12 9.02ZM12.955 11V11.1H13.0895L13.0508 10.9712L12.955 11ZM11.045 11L10.9492 10.9712L10.9105 11.1H11.045V11ZM8.12996 14L8.03294 14.0242L8.05188 14.1H8.12996V14ZM8.12996 12V11.9H8.05188L8.03294 11.9757L8.12996 12ZM9.81996 12L9.91923 12.012L9.93281 11.9H9.81996V12ZM9.81996 14V14.1H9.93281L9.91923 13.988L9.81996 14ZM8.53992 15V14.9H8.36657L8.45335 15.05L8.53992 15ZM10.0149 15L10.1118 14.9752L10.0925 14.9H10.0149V15ZM10.7049 16.78L10.6725 16.8746L10.9145 16.9574L10.7929 16.7324L10.7049 16.78ZM8.53992 11L8.45335 10.9499L8.36657 11.1H8.53992V11ZM10.0149 11V11.1H10.0925L10.1118 11.0248L10.0149 11ZM10.7049 9.21999L10.7929 9.26754L10.9145 9.04253L10.6725 9.12538L10.7049 9.21999ZM12 16.98L11.9178 17.0369L12 17.1558L12.0822 17.0369L12 16.98ZM11.045 15V14.9H10.9105L10.9492 15.0288L11.045 15ZM12.955 15L13.0508 15.0288L13.0895 14.9H12.955V15ZM10.83 14L10.7309 14.0135L10.7427 14.1H10.83V14ZM13.17 14V14.1H13.2573L13.2691 14.0135L13.17 14ZM10.83 12V11.9H10.7429L10.7309 11.9863L10.83 12ZM13.17 12L13.2691 11.9863L13.2571 11.9H13.17V12ZM13.295 16.78L13.207 16.7324L13.0854 16.9574L13.3274 16.8746L13.295 16.78ZM13.985 15V14.9H13.9073L13.8881 14.9752L13.985 15ZM15.46 15L15.5464 15.0503L15.6338 14.9H15.46V15ZM14.18 14L14.0807 13.988L14.0671 14.1H14.18V14ZM14.18 12V11.9H14.0671L14.0807 12.012L14.18 12ZM15.87 12L15.967 11.9757L15.948 11.9H15.87V12ZM15.87 14V14.1H15.948L15.967 14.0242L15.87 14ZM21 1.9H3V2.1H21V1.9ZM22.4849 2.51508C22.0911 2.12125 21.557 1.9 21 1.9V2.1C21.5039 2.1 21.9872 2.30018 22.3435 2.6565L22.4849 2.51508ZM23.1 4C23.1 3.44305 22.8787 2.9089 22.4849 2.51508L22.3435 2.6565C22.6998 3.01282 22.9 3.49609 22.9 4H23.1ZM23.1 20V4H22.9V20H23.1ZM22.4849 21.4849C22.8787 21.0911 23.1 20.557 23.1 20H22.9C22.9 20.5039 22.6998 20.9872 22.3435 21.3435L22.4849 21.4849ZM21 22.1C21.557 22.1 22.0911 21.8787 22.4849 21.4849L22.3435 21.3435C21.9872 21.6998 21.5039 21.9 21 21.9V22.1ZM3 22.1H21V21.9H3V22.1ZM1.51508 21.4849C1.9089 21.8787 2.44305 22.1 3 22.1V21.9C2.49609 21.9 2.01282 21.6998 1.6565 21.3435L1.51508 21.4849ZM0.9 20C0.9 20.557 1.12125 21.0911 1.51508 21.4849L1.6565 21.3435C1.30018 20.9872 1.1 20.5039 1.1 20H0.9ZM0.9 4V20H1.1V4H0.9ZM1.51508 2.51508C1.12125 2.9089 0.9 3.44305 0.9 4H1.1C1.1 3.49609 1.30018 3.01282 1.6565 2.6565L1.51508 2.51508ZM3 1.9C2.44305 1.9 1.9089 2.12125 1.51508 2.51508L1.6565 2.6565C2.01282 2.30018 2.49609 2.1 3 2.1V1.9ZM21 19.9H3V20.1H21V19.9ZM20.9 6V20H21.1V6H20.9ZM3 6.1H21V5.9H3V6.1ZM3.1 20V6H2.9V20H3.1ZM7.1 13C7.1 10.2951 9.29036 8.1 11.995 8.1V7.9C9.17964 7.9 6.9 10.1849 6.9 13H7.1ZM11.995 17.9C9.29036 17.9 7.1 15.7049 7.1 13H6.9C6.9 15.8151 9.17964 18.1 11.995 18.1V17.9ZM16.9 13C16.9 15.7047 14.7048 17.9 11.995 17.9V18.1C14.8152 18.1 17.1 15.8153 17.1 13H16.9ZM11.995 8.1C14.7048 8.1 16.9 10.2953 16.9 13H17.1C17.1 10.1847 14.8152 7.9 11.995 7.9V8.1ZM13.985 11.1H15.46V10.9H13.985V11.1ZM13.207 9.26754C13.5028 9.81486 13.73 10.4072 13.8881 11.0248L14.0818 10.9752C13.92 10.3428 13.6871 9.73512 13.3829 9.17244L13.207 9.26754ZM15.5464 10.9497C15.0546 10.1043 14.2706 9.44834 13.3274 9.12538L13.2626 9.3146C14.1593 9.62165 14.9054 10.2456 15.3735 11.0503L15.5464 10.9497ZM11.9178 9.07688C12.327 9.66852 12.6473 10.3241 12.8592 11.0288L13.0508 10.9712C12.8327 10.2459 12.503 9.57148 12.0822 8.96311L11.9178 9.07688ZM11.1408 11.0288C11.3527 10.3241 11.673 9.66852 12.0822 9.07688L11.9178 8.96311C11.497 9.57148 11.1673 10.2459 10.9492 10.9712L11.1408 11.0288ZM12.955 10.9H11.045V11.1H12.955V10.9ZM7.89996 13C7.89996 13.3546 7.95136 13.6979 8.03294 14.0242L8.22697 13.9757C8.14856 13.6621 8.09996 13.3353 8.09996 13H7.89996ZM8.03294 11.9757C7.95136 12.3021 7.89996 12.6453 7.89996 13H8.09996C8.09996 12.6646 8.14856 12.3379 8.22697 12.0242L8.03294 11.9757ZM9.81996 11.9H8.12996V12.1H9.81996V11.9ZM9.84996 13C9.84996 12.6657 9.87945 12.3402 9.91923 12.012L9.72069 11.988C9.68047 12.3198 9.64996 12.6542 9.64996 13H9.84996ZM9.91923 13.988C9.87945 13.6598 9.84996 13.3342 9.84996 13H9.64996C9.64996 13.3457 9.68047 13.6802 9.72069 14.012L9.91923 13.988ZM8.12996 14.1H9.81996V13.9H8.12996V14.1ZM8.53992 15.1H10.0149V14.9H8.53992V15.1ZM10.7373 16.6854C9.84031 16.3782 9.09448 15.7591 8.62648 14.9499L8.45335 15.05C8.94535 15.9008 9.72952 16.5517 10.6725 16.8746L10.7373 16.6854ZM9.91804 15.0248C10.0799 15.6571 10.3128 16.2648 10.6169 16.8275L10.7929 16.7324C10.497 16.1851 10.2699 15.5928 10.1118 14.9752L9.91804 15.0248ZM8.53992 11.1H10.0149V10.9H8.53992V11.1ZM10.6725 9.12538C9.72952 9.44826 8.94535 10.0992 8.45335 10.9499L8.62648 11.0501C9.09448 10.2408 9.84031 9.62172 10.7373 9.3146L10.6725 9.12538ZM10.1118 11.0248C10.2699 10.4072 10.497 9.81486 10.7929 9.26754L10.6169 9.17244C10.3128 9.73512 10.0799 10.3428 9.91804 10.9752L10.1118 11.0248ZM12.0822 16.9231C11.673 16.3314 11.3527 15.6759 11.1408 14.9712L10.9492 15.0288C11.1673 15.754 11.497 16.4285 11.9178 17.0369L12.0822 16.9231ZM12.8592 14.9712C12.6473 15.6759 12.327 16.3314 11.9178 16.9231L12.0822 17.0369C12.503 16.4285 12.8327 15.754 13.0508 15.0288L12.8592 14.9712ZM11.045 15.1H12.955V14.9H11.045V15.1ZM10.83 14.1H13.17V13.9H10.83V14.1ZM10.65 13C10.65 13.3466 10.6857 13.6818 10.7309 14.0135L10.9291 13.9865C10.8843 13.6582 10.85 13.3333 10.85 13H10.65ZM10.7309 11.9863C10.6857 12.3133 10.65 12.6534 10.65 13H10.85C10.85 12.6666 10.8843 12.3367 10.9291 12.0137L10.7309 11.9863ZM13.17 11.9H10.83V12.1H13.17V11.9ZM13.35 13C13.35 12.6534 13.3143 12.3133 13.2691 11.9863L13.0709 12.0137C13.1157 12.3367 13.15 12.6666 13.15 13H13.35ZM13.2691 14.0135C13.3143 13.6818 13.35 13.3466 13.35 13H13.15C13.15 13.3333 13.1157 13.6582 13.0709 13.9865L13.2691 14.0135ZM13.3829 16.8275C13.6871 16.2648 13.92 15.6571 14.0818 15.0248L13.8881 14.9752C13.73 15.5928 13.5028 16.1851 13.207 16.7324L13.3829 16.8275ZM15.3735 14.9497C14.9054 15.7543 14.1593 16.3783 13.2626 16.6854L13.3274 16.8746C14.2706 16.5516 15.0546 15.8956 15.5464 15.0503L15.3735 14.9497ZM13.985 15.1H15.46V14.9H13.985V15.1ZM14.15 13C14.15 13.3342 14.1205 13.6598 14.0807 13.988L14.2792 14.012C14.3195 13.6802 14.35 13.3457 14.35 13H14.15ZM14.0807 12.012C14.1205 12.3402 14.15 12.6657 14.15 13H14.35C14.35 12.6542 14.3195 12.3198 14.2792 11.988L14.0807 12.012ZM15.87 11.9H14.18V12.1H15.87V11.9ZM16.1 13C16.1 12.6453 16.0486 12.3021 15.967 11.9757L15.773 12.0242C15.8514 12.3379 15.9 12.6646 15.9 13H16.1ZM15.967 14.0242C16.0486 13.6979 16.1 13.3546 16.1 13H15.9C15.9 13.3353 15.8514 13.6621 15.773 13.9757L15.967 14.0242ZM14.18 14.1H15.87V13.9H14.18V14.1Z"})]}),X9=h("AppWindowGlobeIcon",K9),Y9=h("AppWindowGrid2x2Icon",t.jsx("path",{d:"M5 4h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 4v4h6V8zm8 0v4h6V8zm-8 6v4h6v-4zm8 0v4h6v-4z"})),Q9=h("AppWindowGrid2x2CogIcon",t.jsx("path",{d:"M3.064 2h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92h-3.68v4h1.08c-.11.68-.11 1.35 0 2h-9.08a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m0 4v4h6V6zm8 0v4h6V6zm-8 6v4h6v-4zm19.78 6.32-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.33-.13l-1.22.5c-.28-.18-.54-.35-.85-.47l-.19-1.32c-.01-.12-.12-.21-.24-.21h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.25.21h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.56-.29.84-.47l1.22.5c.14 0 .27 0 .34-.13l1-1.73a.26.26 0 0 0-.06-.32m-4.78.18c-.83 0-1.5-.67-1.5-1.5s.68-1.5 1.5-1.5 1.5.67 1.5 1.5-.66 1.5-1.5 1.5"})),R9=h("AppWindowGrid2x2NetworkIcon",t.jsx("path",{d:"M15 20c0-.55-.45-1-1-1h-1v-2h6c1.11 0 2-.89 2-2V3a2 2 0 0 0-2-2H5c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h6v2h-1c-.55 0-1 .45-1 1H2v2h7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1h7v-2zM13 5h6v4h-6zm0 6h6v4h-6zM5 5h6v4H5zm0 10v-4h6v4z"})),J9=h("AppWindowGridSearchIcon",t.jsx("path",{d:"M18.605 16.695c1.32-2.1.7-4.89-1.41-6.21a4.52 4.52 0 0 0-6.21 1.41c-1.32 2.11-.68 4.91 1.41 6.21 1.47.92 3.33.92 4.8 0l3.11 3.09 1.39-1.39zm-2-.62c-.98.98-2.56.97-3.54 0-.97-.98-.97-2.56.01-3.54.97-.97 2.55-.97 3.53 0 .96.99.95 2.57-.03 3.54zm1.7-13.27h-14a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h5.81a6.3 6.3 0 0 1-1.31-2h-4.5v-4h4.18c.16-.71.43-1.39.82-2h-5v-4h6v2.81a6.3 6.3 0 0 1 2-1.31v-1.5h6v2a6.5 6.5 0 0 1 2 2v-6a2 2 0 0 0-2-2"})),e7=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M21 2H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 18H3V6h18z"}),t.jsx("path",{fillRule:"evenodd",d:"M15 11h-.5v-1a2.5 2.5 0 0 0-5 0v1H9c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1m-3 4.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M10.45 11h3.1v-1c0-.855-.695-1.55-1.55-1.55s-1.55.695-1.55 1.55z"})]}),o7=h("AppWindowLockKeyholeIcon",e7),t7=t.jsxs(t.Fragment,{children:[t.jsxs("g",{clipPath:"url(#clip0_1268_26388)",children:[t.jsx("rect",{x:"10",y:"8",width:"10",height:"4"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 20C1 20.5523 1.44772 21 2 21H22C22.5523 21 23 20.5523 23 20V4C23 3.44772 22.5523 3 22 3H2C1.44772 3 1 3.44772 1 4V20ZM3 7V19H21V7H3Z"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_1268_26388",children:t.jsx("rect",{width:"24",height:"24"})})})]}),n7=h("AppWindowPromptTopRightIcon",t7),r7=h("AppWindowTerminalIcon",t.jsx("path",{fillRule:"evenodd",d:"M22 5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2zM4 7h16v12H4zm9 10v-2h5v2zM5.57 9l4.01 4-3.99 4h2.83l3.28-3.28c.39-.39.39-1.03 0-1.42L8.4 9z"})),c7=h("AppWindowTerminal2Icon",t.jsx("path",{d:"M20 20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2zm0-14v12H4V6zm-7 10v-2h5v2zM5.57 8l4.01 4-3.99 4h2.83l3.28-3.28c.39-.39.39-1.03 0-1.42L8.4 8z"})),s7=h("ArchiveIcon",t.jsx("path",{fillRule:"evenodd",d:"M3 3h18v4H3zm1 5h16v13H4zm5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V13H9z",clipRule:"evenodd"})),a7=h("ArchiveRestoreIcon",t.jsx("path",{fillRule:"evenodd",d:"M21 3H3v4h18zm-1 18V8H4v13zm-6-6v3h-4v-3H7l5-5 5 5z",clipRule:"evenodd"})),l7=h("ArchiveSendIcon",t.jsx("path",{fillRule:"evenodd",d:"M3 3h18v4H3zm1 18V8h16v13zm10-10v3h3l-5 5-5-5h3v-3z",clipRule:"evenodd"})),va=h("ArrowDownIcon",t.jsx("path",{d:"M7 10.041L12 14.939L17 10.041H7Z"})),i7=h("ArrowDownNarrowWideIcon",t.jsx("path",{d:"M19 17h3l-4 4-4-4h3V3h2M2 17h10v2H2M6 5v2H2V5m0 6h7v2H2z"})),d7=h("ArrowDownToLineIcon",t.jsx("path",{d:"M15 9h4l-7 7-7-7h4V3h6zM5 20v-2h14v2z"})),h7=h("ArrowDownWideNarrowIcon",t.jsx("path",{d:"M19 5h-6v2h6zm-2 5h-4v2h4zm-4 5h3v2h-3zM9.028 5.019H7.017l-.015 10.39H4l3.989 3.805 3.989-3.828h-2.95z"})),u7=h("ArrowLeftIcon",t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 11H7.8L13.4 5.4L12 4L4 12L12 20L13.4 18.6L7.8 13H20V11Z"})),f7=h("ArrowLeftRightIcon",t.jsx("path",{d:"M14.99 10v3L11 9l3.99-4v3H22v2zM2 14h7.01v-3L13 15l-3.99 4v-3H2z"})),v7=h("ArrowUpIcon",t.jsx("path",{fillRule:"evenodd",d:"M10.712 1.75a1.81 1.81 0 0 1 3.236-.002l6.072 12.15c.784 1.57-.901 3.224-2.457 2.41l-3.408-1.777v6.91a1.81 1.81 0 1 1-3.62-.001l.002-6.927-3.44 1.797c-1.554.812-3.24-.843-2.457-2.413l6.072-12.15z"})),p7=h("ArrowUpFromLineIcon",t.jsx("path",{d:"M15 10v6H9v-6H5l7-7 7 7zm4 10v-2H5v2z"})),m7=h("ArrowUpNarrowWideIcon",t.jsx("path",{d:"M19 7h3l-4-4-4 4h3v14h2M2 17h10v2H2M6 5v2H2V5m0 6h7v2H2z"})),g7=h("AwsLogoIcon",t.jsx("path",{className:"ksjsui-fill-foreground",d:"M7.64 10.38c0 .25.02.45.07.62.05.12.12.28.21.46.04.04.05.1.05.15 0 .07-.04.13-.13.2l-.42.28c-.06.04-.12.06-.17.06-.07 0-.13-.04-.2-.1-.09-.1-.17-.2-.24-.31-.06-.11-.13-.24-.2-.39-.52.61-1.17.92-1.96.92-.56 0-1-.16-1.33-.48-.32-.32-.49-.75-.49-1.29 0-.55.2-1 .6-1.36.41-.34.95-.52 1.63-.52.23 0 .44.02.71.06.23.03.5.08.76.14v-.48c0-.51-.1-.84-.31-1.07-.22-.21-.57-.3-1.08-.3-.24 0-.48.03-.72.08-.25.06-.49.13-.72.23-.11.04-.2.07-.23.08-.05.02-.08.02-.11.02-.09 0-.14-.06-.14-.2v-.33c0-.1.01-.18.05-.23q.045-.075.18-.12c.24-.14.51-.24.84-.32a4 4 0 0 1 1.04-.13q1.185 0 1.74.54c.37.36.55.91.55 1.64v2.15zm-2.7 1.02c.22 0 .44-.04.68-.12s.45-.23.63-.43c.11-.13.19-.27.25-.43 0-.16.05-.35.05-.58v-.27c-.2-.07-.4-.07-.62-.12a7 7 0 0 0-.62-.04c-.45 0-.77.09-.99.27s-.32.43-.32.76c0 .32.07.56.24.71.16.17.39.25.7.25m5.34.71a.6.6 0 0 1-.28-.06c-.03-.05-.08-.14-.12-.26L8.32 6.65c-.04-.15-.06-.22-.06-.27 0-.11.05-.17.16-.17h.65c.13 0 .22.02.26.07.06.04.1.13.14.26l1.11 4.4 1.04-4.4c.03-.13.07-.22.13-.26.05-.04.14-.07.25-.07h.55c.12 0 .21.02.26.07.05.04.1.13.13.26L14 11l1.14-4.46c.04-.13.09-.22.13-.26.06-.04.14-.07.26-.07h.62c.11 0 .17.06.17.17 0 .03-.01.07-.02.12 0 0-.02.08-.04.15l-1.61 5.14c-.04.14-.08.21-.15.26-.04.04-.13.07-.24.07h-.57c-.13 0-.19-.02-.27-.07a.45.45 0 0 1-.12-.26L12.27 7.5l-1.03 4.28q-.045.195-.12.27a.5.5 0 0 1-.27.06zm8.55.18c-.33 0-.7-.04-1.03-.12s-.59-.17-.76-.26a.5.5 0 0 1-.21-.19.4.4 0 0 1-.04-.18v-.34c0-.14.05-.2.15-.2h.12c.04 0 .1.05.17.08.22.1.47.18.73.23.27.05.54.08.79.08.42 0 .75-.07.97-.22.23-.17.35-.36.35-.63 0-.19-.07-.34-.18-.47-.12-.12-.35-.24-.67-.34l-.97-.3c-.48-.16-.84-.38-1.06-.68a1.58 1.58 0 0 1-.33-.97c0-.28.06-.52.18-.73.12-.22.28-.4.46-.55.22-.15.44-.26.71-.34q.39-.12.84-.12.21 0 .45.03c.14.02.28.05.42.07.14.04.26.07.38.11s.2.08.28.12c.09.05.16.1.2.16s.06.13.06.22v.32q0 .21-.15.21c-.05 0-.14-.03-.26-.08-.37-.17-.8-.26-1.27-.26-.38 0-.66.06-.89.19-.2.12-.31.32-.31.59 0 .19.07.35.2.47.13.13.38.25.73.37l.95.3c.48.14.82.36 1.03.64q.3.405.3.93c0 .28-.06.54-.17.77-.12.22-.28.42-.5.58-.19.17-.44.29-.72.38s-.62.13-.95.13m1.25 3.24C17.89 17.14 14.71 18 12 18c-3.85 0-7.3-1.42-9.91-3.77-.21-.19-.02-.44.23-.29 2.82 1.63 6.29 2.62 9.89 2.62 2.43 0 5.1-.5 7.55-1.56.37-.15.68.26.32.53M21 14.5c-.29-.37-1.86-.18-2.57-.1-.21.03-.24-.16-.05-.3 1.25-.87 3.31-.6 3.54-.33.24.3-.06 2.36-1.23 3.34-.19.15-.36.07-.28-.11.27-.68.86-2.16.59-2.5"})),C7=h("BadgeCheckIcon",t.jsx("path",{d:"m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68zm-13 5-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9z"})),I7=h("BadgeUserIcon",t.jsx("path",{d:"M18 19H6V17.6C6 15.6 10 14.5 12 14.5C14 14.5 18 15.6 18 17.6M12 7C12.7956 7 13.5587 7.31607 14.1213 7.87868C14.6839 8.44129 15 9.20435 15 10C15 10.7956 14.6839 11.5587 14.1213 12.1213C13.5587 12.6839 12.7956 13 12 13C11.2044 13 10.4413 12.6839 9.87868 12.1213C9.31607 11.5587 9 10.7956 9 10C9 9.20435 9.31607 8.44129 9.87868 7.87868C10.4413 7.31607 11.2044 7 12 7ZM12 3C12.2652 3 12.5196 3.10536 12.7071 3.29289C12.8946 3.48043 13 3.73478 13 4C13 4.26522 12.8946 4.51957 12.7071 4.70711C12.5196 4.89464 12.2652 5 12 5C11.7348 5 11.4804 4.89464 11.2929 4.70711C11.1054 4.51957 11 4.26522 11 4C11 3.73478 11.1054 3.48043 11.2929 3.29289C11.4804 3.10536 11.7348 3 12 3ZM19 3H14.82C14.4 1.84 13.3 1 12 1C10.7 1 9.6 1.84 9.18 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3Z"})),M7=h("BadgeUserAlertIcon",t.jsx("path",{d:"M15 3h-3v2h3v16H5V5h3V3H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4m4 8H6v-1c0-1.33 2.67-2 4-2s4 .67 4 2zm0 3H6v-1h8zm-4 2H6v-1h4zm1-15H9V1h2zm8 8V7h2v6zm0 4v-2h2v2z"})),w7=h("BanIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31A7.9 7.9 0 0 1 12 20M7.1 5.69 18.31 16.9A7.9 7.9 0 0 0 20 12c0-4.42-3.58-8-8-8-1.85 0-3.55.63-4.9 1.69"})),k7=h("BellIcon",t.jsx("path",{d:"M4 19v-2h2v-7q0-2.074 1.25-3.687T10.5 4.2v-.7q0-.625.438-1.062A1.45 1.45 0 0 1 12 2q.624 0 1.063.438.437.436.437 1.062v.7q2 .5 3.25 2.113T18 10v7h2v2zm8 3q-.825 0-1.412-.587A1.93 1.93 0 0 1 10 20h4q0 .824-.588 1.413A1.93 1.93 0 0 1 12 22"})),b7=h("BellAlertIcon",t.jsx("path",{d:"M18 16v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1zm-5 0h-2v-2h2zm0-4h-2V8h2zm-1 10c1.1 0 2-.9 2-2h-4a2 2 0 0 0 2 2"})),y7=h("BellOutlineIcon",t.jsx("path",{d:"M4 19v-2h2v-7q0-2.074 1.25-3.687T10.5 4.2v-.7q0-.625.438-1.062A1.45 1.45 0 0 1 12 2q.624 0 1.063.438.437.436.437 1.062v.7q2 .5 3.25 2.113T18 10v7h2v2zm8 3q-.825 0-1.412-.587A1.93 1.93 0 0 1 10 20h4q0 .824-.588 1.413A1.93 1.93 0 0 1 12 22m-4-5h8v-7q0-1.65-1.175-2.825T12 6 9.175 7.175 8 10z"})),S7=h("BombIcon",t.jsx("path",{d:"M9.579 6.21a3.42 3.42 0 1 1 6.842 0c0 .443.347.79.79.79.442 0 .789-.347.789-.79v-.789h1.579v.79a2.369 2.369 0 1 1-4.737 0 1.842 1.842 0 0 0-3.684 0h1.316v1.357a7.368 7.368 0 1 1-4.21 0V6.211zm11.316 0H23v1.053h-2.105zm-3.158-2.105V2h1.053v2.105zm2.01.4 1.495-1.494.747.747-1.494 1.495z"})),H7=h("BookOpenPageIcon",t.jsx("path",{d:"m18.364 2-4.546 4.275v10.45l4.546-4.275zM7 4.85c-1.773 0-3.682.38-5 1.425v13.927c0 .237.227.474.455.474.09 0 .136-.066.227-.066 1.227-.618 3-1.035 4.318-1.035 1.773 0 3.682.38 5 1.425 1.227-.808 3.455-1.425 5-1.425 1.5 0 3.045.294 4.318 1.007.091.047.137.028.227.028.228 0 .455-.237.455-.475V6.275c-.545-.428-1.136-.713-1.818-.95V18.15c-1-.333-2.091-.475-3.182-.475-1.545 0-3.773.617-5 1.425V6.275C10.682 5.23 8.773 4.85 7 4.85"})),A7=h("BookOpenPageOutlineIcon",t.jsx("path",{d:"m18.304 1-4.456 4.667v10.222l4.565-4.222V1zm1.848 3.778v12.444c-.978-.333-2.065-.444-3.152-.444-1.522 0-3.804.555-5 1.444V5.667c-1.304-1-3.26-1.445-5-1.445s-3.696.445-5 1.445v13.555c0 .222.217.445.435.445h.217c1.196-.556 3.044-1 4.348-1 1.74 0 3.696.333 5 1.333 1.196-.778 3.478-1.333 5-1.333s3.044.222 4.348 1h.217c.218 0 .435-.223.435-.445V5.667c-.544-.445-1.196-.667-1.848-.89m-10 12.333c-1.087-.333-2.282-.333-3.152-.333-.978 0-2.065.222-3.152.444V6.667C4.718 6.333 5.804 6.11 7 6.11s2.391.222 3.152.556z"})),V7=h("BookOpenUpIcon",t.jsx("path",{d:"M17.5 3.5c1.17 0 2.39.15 3.5.5.75.25 1.4.55 2 1v14.6c0 .25-.25.5-.5.5-.1 0-.15 0-.25-.05-.82-.44-1.744-.724-2.7-.885v-2.007c.496.08.982.193 1.45.342V6c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5v11.5a8 8 0 0 1 1.45-.694v2A8 8 0 0 0 12 20.5C10.55 19.4 8.45 19 6.5 19c-1.45 0-3.4.45-4.75 1.1-.05 0-.087.012-.125.025-.038.012-.075.025-.125.025-.25 0-.5-.25-.5-.5V5c1.45-1.1 3.55-1.5 5.5-1.5s4.05.4 5.5 1.5c1.45-1.1 3.55-1.5 5.5-1.5m-4 11.5 3-4 3 4h-2v4.178l-2 .33V15z"})),L7=h("BracesIcon",t.jsx("path",{d:"M8 3a2 2 0 0 0-2 2v4a2 2 0 0 1-2 2H3v2h1a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h2v-2H8v-5a2 2 0 0 0-2-2 2 2 0 0 0 2-2V5h2V3m6 0a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h1v2h-1a2 2 0 0 0-2 2v4a2 2 0 0 1-2 2h-2v-2h2v-5a2 2 0 0 1 2-2 2 2 0 0 1-2-2V5h-2V3z"})),z7=h("BreachwatchOffIcon",t.jsx("path",{d:"m2.414 21.9 1.414 1.414 3.985-3.985a16 16 0 0 0 4.183 3.206l.003-.002.005.002.134-.076q.054-.032.109-.063a11.04 11.04 0 0 0 2.696-6.76 5.02 5.02 0 0 1-2.943.952q-.666-.002-1.282-.164l2.176-2.176a2.77 2.77 0 0 0 1.804-1.805l1.035-1.034q.102.323.186.656l.002.007c.017.067.03.13.04.175l.005.022.018.085.002.007c.201.887.316 1.814.316 2.774 0 .197-.007.386-.014.554v.004q-.03.681-.133 1.343a12.4 12.4 0 0 1-.982 3.276 17.2 17.2 0 0 0 2.402-2.67c3.012-4.13 3.98-9.04 4.289-11.591q.06-.497.09-.863l1.673-1.673L22.213 2.1zM17.967 3.518a38 38 0 0 1-5.555-1.858l-.407-.195-.005.002-.005-.002-.407.195c-.668.286-1.332.543-1.98.775-.803.286-1.583.532-2.318.744a12.3 12.3 0 0 1 4.498 2.369 12.4 12.4 0 0 1 2.025 2.124zM12.593 8.892a2.8 2.8 0 0 0-.77-.04q.163.244.312.498zM11.766 9.719a10 10 0 0 0-.705-.688 2.766 2.766 0 0 0-1.714 3.107zM7.552 13.933a5.056 5.056 0 0 1 3.379-7.345A11.02 11.02 0 0 0 3.88 4.053q-.09 0-.176.003l-.112.003A32 32 0 0 1 2 4.32l.008.195L2 4.513c.052 1.088.456 6.599 3.397 11.575z"})),E7=h("BriefcaseIcon",t.jsx("path",{d:"M16 6h4c1.11 0 2 .89 2 2v11c0 1.11-.89 2-2 2H4c-1.11 0-2-.89-2-2l.01-11c0-1.11.88-2 1.99-2h4V4c0-1.11.89-2 2-2h4c1.11 0 2 .89 2 2zm-6 0h4V4h-4z"})),$7=h("BriefcaseBusinessIcon",t.jsx("path",{fillRule:"evenodd",d:"M10.9 12h2.2v2.25H23s-.164-3.892-.22-5.46c-.055-1.493-.578-2.415-2.2-2.415h-3.529l-1.316-2.538c-.365-.7-.489-.837-1.297-.837H9.56c-.808 0-.931.136-1.297.837l-.178.344c-.265.51-.714 1.375-1.137 2.194h-3.53c-1.624 0-2.14.922-2.2 2.414L1 14.25h9.9zM9.414 5.156c.253-.486.339-.58.899-.58h3.373c.56 0 .647.094.898.58l.295.57.338.65H8.78l.344-.664zM13.1 17.625h-2.2v-2.25H1.55s.136 2.021.219 3.737c.034.712.24 1.888 1.98 1.888H20.25c1.74 0 1.942-1.178 1.98-1.888.096-1.764.22-3.737.22-3.737H13.1z"})),j7=t.jsxs(t.Fragment,{children:[t.jsx("path",{fillRule:"evenodd",d:"M22 9v2.367L18.5 9.81 13.576 12H10v2H4c-1.11 0-2-.89-2-2V9c0-1.1.9-2 2-2h3.99V5l2-2h4l2 2v2H20c1.1 0 2 .9 2 2m-8-2h-4V5h4z"}),t.jsx("path",{d:"M10 16v-1H3.01L3 19c0 1.11.89 2 2 2h8.037A8.4 8.4 0 0 1 12 17v-1z"}),t.jsx("path",{d:"m23 14-4.5-2-4.5 2v3c0 2.78 1.92 5.37 4.5 6 2.58-.63 4.5-3.22 4.5-6zm-7 1.06 2.5-1.12v7.12c-1.43-.36-2.5-1.8-2.5-3.34z"})]}),P7=h("BriefcaseBusinessShieldIcon",j7),T7=h("BugIcon",t.jsx("path",{d:"M20 8h-2.81a6 6 0 0 0-1.815-1.96L17 4.415 15.585 3 13.41 5.175A6 6 0 0 0 12 5c-.485 0-.96.065-1.41.175L8.415 3 7 4.415 8.625 6.04A6 6 0 0 0 6.81 8H4v2h2.09c-.055.325-.09.66-.09 1v1H4v2h2v1c0 .34.035.675.09 1H4v2h2.81A5.99 5.99 0 0 0 12 21a5.99 5.99 0 0 0 5.19-3H20v-2h-2.09c.055-.325.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.035-.675-.09-1H20zm-6 8h-4v-2h4zm0-4h-4v-2h4z"})),x7=h("BuildingIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 7h10v14H2V3h10v4ZM4 19h2v-2H4v2Zm2-4H4v-2h2v2Zm-2-4h2V9H4v2Zm2-4H4V5h2v2Zm2 12h2v-2H8v2Zm2-4H8v-2h2v2Zm-2-4h2V9H8v2Zm2-4H8V5h2v2Zm10 12V9h-8v2h2v2h-2v2h2v2h-2v2h8Zm-2-8h-2v2h2v-2Zm-2 4h2v2h-2v-2Z",clipRule:"evenodd"})),N7=h("Building2Icon",t.jsx("path",{d:"M5 3v18h6v-3.5h2V21h6V3zm2 2h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zM7 9h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zm-8 4h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zm-8 4h2v2H7zm8 0h2v2h-2z"})),O7=h("BuildingCogIcon",t.jsx("path",{d:"M16.07 12a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32a.236.236 0 0 0-.23-.21zm1 3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5m-1-5.42V2h-14v18h6v-3.5h2.03c.23-3.3 2.74-5.96 5.97-6.42M6.07 18h-2v-2h2zm0-4h-2v-2h2zm0-4h-2V8h2zm0-4h-2V4h2zm6-2h2v2h-2zm0 4h2v2h-2zm-2 6h-2v-2h2zm0-4h-2V8h2zm-2-4V4h2v2z"})),D7=h("BuildingPlusIcon",t.jsx("path",{fillRule:"evenodd",d:"M19 1v3h-3v2h3v3h2V6h3V4h-3V1zm-6 11V6l-3-3-3 3v2H1v14h18V12zm-8 8H3v-2h2zm-2-4h2v-2H3zm2-4H3v-2h2zm4 6v2h2v-2zm0-2v-2h2v2zm0-6v2h2v-2zm0-2V6h2v2zm6 10v2h2v-2zm2-4v2h-2v-2z",clipRule:"evenodd"})),_7=h("CalendarIcon",t.jsx("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 5v11H5V9zm-7 2H7v5h5z"})),F7=h("CameraIcon",t.jsx("path",{d:"M9 2 7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-1.8a3.2 3.2 0 1 0 0-6.4 3.2 3.2 0 0 0 0 6.4"})),Z7=h("CaseLowerIcon",t.jsx("path",{d:"M6.338 11a2 2 0 0 1 2 2v4h-4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2zm-2 2v2h2v-2zm16 0v2h2v2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2v2zm-8-6v4h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V7zm0 8h2v-2h-2z"})),q7=h("ChartColumnIcon",t.jsx("path",{d:"M9.75 21h4.5V3h-4.5zM3 21h4.5v-9H3zm13.5 0V8.625H21V21z"})),B7=h("ChartNoAxesColumnsTrendingUpIcon",t.jsx("path",{d:"m5.338 15.5-3 2.94V10h3m5 3.66-1.57-1.34-1.43 1.32V6h3m5 6-3 3V2h3m2.81 9.81L16.338 10h5v5l-1.79-1.79-7.21 7.15-3.47-3.02L5.088 21h-2.75l6.47-6.34 3.53 2.98"})),F2=h("CheckIcon",t.jsx("path",{d:"M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"})),U7=h("CheckCheckIcon",t.jsx("path",{d:"M22.24 5.59 11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12zM18 7l-1.41-1.41-6.34 6.34 1.41 1.41zM6 19 .41 13.41 1.83 12l5.58 5.59z"})),W7=h("CheckCircleOutlineIcon",t.jsx("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"})),G7=h("ChevronDownIcon",t.jsx("path",{d:"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"})),ht=h("ChevronLeftIcon",t.jsx("path",{d:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"})),ut=h("ChevronRightIcon",t.jsx("path",{d:"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"})),K7=h("ChevronUpIcon",t.jsx("path",{d:"M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"})),X7=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M16.59 5 18 6.41l-6 6-6-6L7.41 5 12 9.58z"}),t.jsx("path",{d:"M16.59 11 18 12.41l-6 6-6-6L7.41 11 12 15.58z"})]}),Y7=h("ChevronsDownIcon",X7),Q7=h("CircleAlertIcon",t.jsx("path",{d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z"})),R7=h("CircleAlertOutlineIcon",t.jsx("path",{d:"M11 15H13V17H11V15ZM11 7H13V13H11V7ZM11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58004 20 4 16.42 4 12C4 7.57997 7.58004 4 12 4C16.42 4 20 7.57997 20 12C20 16.42 16.42 20 12 20Z"})),J7=h("CircleArrowUpIcon",t.jsx("path",{fillRule:"evenodd",d:"M14.5 12v5h-5v-5H5.75L12 5.75 18.25 12zm7.5 0q0 2.72-1.341 5.02a9.95 9.95 0 0 1-3.64 3.639Q14.722 22 12 22t-5.02-1.341a9.96 9.96 0 0 1-3.639-3.64Q2 14.722 2 12t1.341-5.02a9.96 9.96 0 0 1 3.64-3.639Q9.278 2 12 2t5.02 1.341a9.96 9.96 0 0 1 3.639 3.64Q22 9.278 22 12"})),ed=h("CircleCheckIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-2 16-5-5 1.41-1.41L10 15.17l7.59-7.59L19 9z",clipRule:"evenodd"})),od=h("CircleChevronsRightLeftIcon",t.jsx("path",{fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-11-1.75 4.243-4.243 1.414 1.415-2.829 2.828 2.829 2.828-1.414 1.415zm-2.757 8.235 4.242-4.242L8.243 10l-1.415 1.414 2.829 2.829-2.828 2.828z"})),td=h("CircleCloudIcon",t.jsx("path",{d:"M16.5 16H8a3 3 0 0 1 0-6h.14c.44-1.72 1.99-3 3.86-3a4 4 0 0 1 4 4h.5a2.5 2.5 0 0 1 0 5M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20"})),nd=h("CircleDnaIcon",t.jsx("path",{d:"M8.364 4.553v6.092l1.176.798 1.641-1.11-1-.679V2C5.536 2.874 2 7.022 2 12c0 3.566 1.815 6.704 4.55 8.521v-2.327A8.37 8.37 0 0 1 3.819 12a8.34 8.34 0 0 1 4.546-7.447m9.096 1.264V3.485A10.22 10.22 0 0 1 22 12c0 4.978-3.535 9.126-8.182 10v-7.654l-.999-.678 1.636-1.114 1.181.8v6.093A8.34 8.34 0 0 0 20.182 12a8.36 8.36 0 0 0-2.722-6.183m-6.369.729h1.818v-.91h-1.818zm0 1.818h1.818v-.91h-1.818zm1.818 10h-1.818v-.91h1.818zm-1.818-1.819h1.818v-.909h-1.818zm.908-3.434-.574.39v.001l-1.243.844V22a10 10 0 0 1-1.812-.528v-3.29h-.007v-4.827L10.362 12h-.002l.963-.652.678-.46 1.008-.68-.002-.003.811-.55V2.001c.632.118 1.24.298 1.824.532v2.022l-.006-.003v6.093l-.95.645-.003-.003-1.047.711z"})),rd=h("CircleDnaThinIcon",t.jsx("path",{fillRule:"evenodd",d:"M3.25 12c0-3.534 1.952-6.597 4.792-8.103v6.771l1.16.604 1.4-.725-1.31-.681V2a10 10 0 0 0-1.245.469h-.005v.002C4.494 4.07 2 7.731 2 12c0 3.748 1.923 7.029 4.792 8.86v-1.566A9.2 9.2 0 0 1 3.25 12M22 12c0-3.748-1.924-7.029-4.792-8.86v1.567C19.353 6.367 20.75 9.013 20.75 12c0 3.535-1.953 6.597-4.792 8.103v-6.772l-1.163-.605-1.4.725 1.313.684v7.396h.005v.467a9.5 9.5 0 0 0 1.24-.467h.005v-.002C19.507 19.93 22 16.27 22 12m-10.924 1.208-1.784.927V22a10 10 0 0 1-1.25-.455v-8.214L10.602 12h-.001l.76-.394.64-.332.878-.455v-.002l1.83-.951V2.469h.004v-.467c.426.125.844.273 1.245.454v8.213l-1.161.603-1.402.727-1.4.725-.922.479zm-.743-7.49h3.334v-1.3h-3.334zm3.334 2.6h-3.334v-1.3h3.334zm-3.334 8.664h3.334v-1.3h-3.334zm3.334 2.6h-3.334v-1.3h3.334z"})),cd=h("CircleDollarSignIcon",t.jsx("path",{d:"M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12m11.41 8v-1.91c1.74-.33 3.11-1.33 3.12-3.16 0-2.52-2.16-3.39-4.18-3.91S9.68 9.95 9.68 9.11c0-.96.9-1.64 2.4-1.64 1.58 0 2.17.76 2.22 1.87h1.96c-.06-1.53-.99-2.94-2.85-3.39V4h-2.67v1.93c-1.72.37-3.11 1.49-3.11 3.21 0 2.05 1.7 3.07 4.18 3.67 2.23.53 2.67 1.31 2.67 2.14 0 .61-.44 1.59-2.4 1.59-1.83 0-2.55-.82-2.65-1.87H7.47c.11 1.94 1.56 3.04 3.27 3.4V20z"})),sd=h("CircleInfoOutlineIcon",t.jsx("path",{d:"M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})),ad=t.jsxs(t.Fragment,{children:[t.jsxs("mask",{id:"mask0_6_73",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",children:[t.jsx("path",{d:"M22 12C22 17.5227 17.5227 22 12 22C6.47733 22 2 17.5227 2 12C2 6.47733 6.47733 2 12 2C17.5227 2 22 6.47733 22 12Z",fill:"white"}),t.jsx("path",{d:"M10.074 9.34856V10.6516H8.59266V9.34856C8.59266 7.47283 10.1243 5.94122 12 5.94122C13.8757 5.94122 15.4073 7.47283 15.4073 9.34856V10.6516H13.926V9.34856C13.926 8.29095 13.0576 7.42256 12 7.42256C10.9424 7.42256 10.074 8.29095 10.074 9.34856ZM7.33333 12V13.6667H16.6667V12H7.33333ZM7.33333 15V16.6667H16.6667V15H7.33333Z"})]}),t.jsx("g",{mask:"url(#mask0_6_73)",children:t.jsx("path",{d:"M22 2H2V22H22V2Z"})})]}),ld=h("CircleLockIcon",ad),id=t.jsxs(t.Fragment,{children:[t.jsx("path",{className:"ksjsui:fill-black",d:"M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12"}),t.jsx("path",{className:"ksjsui:fill-current",d:"M9.689 8.818v1.564H7.91V8.818A4.1 4.1 0 0 1 12 4.73a4.1 4.1 0 0 1 4.089 4.09v1.563H14.31V8.818A2.32 2.32 0 0 0 12 6.507a2.32 2.32 0 0 0-2.311 2.311M6.4 12v2h11.2v-2zm0 3.6v2h11.2v-2z"})]}),dd=h("CircleLockFillIcon",id),hd=h("CircleMinusIcon",t.jsx("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m5 11H7v-2h10z"})),ud=h("CircleMinusOutlineIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M4 12c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8m3-1v2h10v-2z"})),fd=h("CircleMinusSmallIcon",t.jsx("path",{fillRule:"evenodd",d:"M4 12c0-4.416 3.584-8 8-8s8 3.584 8 8-3.584 8-8 8-8-3.584-8-8m4 .8v-1.6h8v1.6z"})),vd=h("CircleOutlineIcon",t.jsx("path",{fillRule:"evenodd",d:"M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12m2 0c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8"})),pd=t.jsx(t.Fragment,{children:t.jsx("path",{fillRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-1 14H9V8h2zm2 0h2V8h-2z"})}),md=h("CirclePauseIcon",pd),gd=h("CirclePlayIcon",t.jsx("path",{fillRule:"evenodd",d:"M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12m14 0-6-4.5v9z"})),Cd=h("CirclePlayOutlineIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-2 14.5 6-4.5-6-4.5zM4 12c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8"})),Id=h("CirclePlusIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m5 11h-4v4h-2v-4H7v-2h4V7h2v4h4z",clipRule:"evenodd"})),Md=h("CircleQuestionMarkIcon",t.jsx("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"})),wd=h("CircleQuestionMarkOutlineIcon",t.jsx("path",{d:"M11 18H13V16H11V18ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z"})),kd=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M4.50619 11.9753C4.50619 16.1276 7.87236 19.4939 12.0248 19.4939C15.8372 19.4939 18.987 16.6562 19.4771 12.9777H22C21.497 18.0435 17.2229 22 12.0248 22C6.48822 22 2 17.5118 2 11.9753C2 6.77706 5.95645 2.50297 11.0223 2V4.52294C7.34384 5.01305 4.50619 8.16277 4.50619 11.9753Z"}),t.jsx("path",{d:"M22 10.9728C21.5298 6.23669 17.7634 2.47023 13.0272 2V4.52294C16.3777 4.96935 19.0306 7.62227 19.4771 10.9728H22Z"})]}),bd=h("CircleSegmentTopRightIcon",kd),yd=h("CircleSegmentTopRight2Icon",t.jsx("path",{fillRule:"evenodd",d:"M11 2.05C5.947 2.55 2 6.814 2 12c0 5.523 4.477 10 10 10 5.185 0 9.449-3.947 9.95-9h-4.033A6.002 6.002 0 0 1 6 12a6 6 0 0 1 5-5.917zm2 4.033V2.049A10 10 0 0 1 21.95 11h-4.033A6.005 6.005 0 0 0 13 6.083",clipRule:"evenodd"})),Sd=h("CircleSkipForwardIcon",t.jsx("path",{d:"M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20M8 8l5 4-5 4m6-8h2v8h-2"})),Hd=h("CircleUserIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3M6 15.98a7.2 7.2 0 0 0 12 0c-.03-1.99-4.01-3.08-6-3.08-2 0-5.97 1.09-6 3.08",clipRule:"evenodd"})),Ad=h("CircleUserConciergeIcon",t.jsx("path",{fillRule:"evenodd",d:"M22 12.942a9.96 9.96 0 0 1-2.617 6.744 7 7 0 0 0-3.189-4.804l-2.164 4.974c-.698 1.602-2.97 1.602-3.668 0l-2.228-5.119a7 7 0 0 0-3.442 5.031A9.97 9.97 0 0 1 2 12.942c0-5.523 4.477-10 10-10s10 4.477 10 10m-5.562-4.074c0 2.27-1.9 4.109-4.242 4.109s-4.243-1.84-4.243-4.11c0-2.268 1.9-4.108 4.243-4.108s4.242 1.84 4.242 4.109m-6.213 5.076 1.291.765a.893.893 0 0 1 1.347 0l1.293-.764a.4.4 0 0 1 .603.344v2.082a.4.4 0 0 1-.604.344l-1.292-.765a.893.893 0 0 1-1.347 0l-1.291.765a.4.4 0 0 1-.604-.344v-2.082a.4.4 0 0 1 .604-.344m1.965 3.074c.371 0 .672.31.672.69 0 .381-.3.69-.672.69a.68.68 0 0 1-.673-.69c0-.38.301-.69.673-.69m.464 2.533a.47.47 0 0 0-.464-.476.47.47 0 0 0-.464.476.47.47 0 0 0 .464.476.47.47 0 0 0 .464-.476"})),Vd=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"m3.44 18.033 4.356-3.51.628.78-4.356 3.509z"}),t.jsx("ellipse",{cx:"2.4",cy:"5.066",rx:"2.4",ry:"2.408"}),t.jsx("ellipse",{cx:"2.4",cy:"19.449",rx:"2.4",ry:"2.408"}),t.jsx("ellipse",{cx:"21.6",cy:"5.066",rx:"2.4",ry:"2.408"}),t.jsx("ellipse",{cx:"21.6",cy:"19.449",rx:"2.4",ry:"2.408"}),t.jsx("path",{fillRule:"evenodd",d:"M12 20.095c3.976 0 7.2-3.234 7.2-7.225S15.976 5.645 12 5.645 4.8 8.88 4.8 12.87s3.223 7.225 7.2 7.225m1.273-10.559a1.797 1.797 0 0 0-2.546 0A1.81 1.81 0 0 0 12 12.62c.477 0 .935-.19 1.273-.53a1.81 1.81 0 0 0 0-2.554m2.327 5.793c0-.998-1.611-1.806-3.6-1.806s-3.6.808-3.6 1.806v.903h7.2z",clipRule:"evenodd"}),t.jsx("path",{d:"m21.917 18.849-4.353-3.52-.753.938 4.353 3.52zM2.247 5.645 6.6 9.165l.753-.938L3 4.707zM21.917 5.645l-4.353 3.52-.753-.938 4.353-3.52z"})]}),Ld=h("CircleUserNetworkIcon",Vd),zd=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"m2.808 2.808 18.384 18.384-1.414 1.415-2.262-2.263q-.755.496-1.616.868A9.7 9.7 0 0 1 12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.5 10.5 0 0 1 .868-1.616L1.393 4.222zM5.85 17.1q1.275-.975 2.85-1.538a9.7 9.7 0 0 1 3.473-.56L5.09 7.918Q4 9.729 4 12q0 1.474.488 2.775A7.7 7.7 0 0 0 5.85 17.1"}),t.jsx("path",{d:"M6.484 3.655 7.919 5.09Q9.729 4 11.999 4q3.326 0 5.664 2.337T20 12q0 1.474-.487 2.775-.257.682-.62 1.29l1.451 1.45q.496-.754.868-1.615A9.7 9.7 0 0 0 22 12a9.7 9.7 0 0 0-.788-3.9 10.1 10.1 0 0 0-2.137-3.175q-1.35-1.35-3.175-2.138A9.7 9.7 0 0 0 12 2a9.7 9.7 0 0 0-3.9.787q-.861.372-1.616.868"}),t.jsx("path",{d:"M14.647 11.819q.853-.965.853-2.319 0-1.475-1.012-2.488T12 6q-1.355 0-2.319.853z"})]}),Ed=h("CircleUserOffIcon",zd),$d=h("CircleXIcon",t.jsx("path",{d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12z"})),jd=h("CircleZapIcon",t.jsx("path",{fillRule:"evenodd",d:"M2 12C2 6.479 6.479 2 12 2s10 4.479 10 10-4.479 10-10 10S2 17.521 2 12m9.479 1.743v6.273l4.88-9.76h-3.357V3.985l-5.01 9.76z"})),Pd=h("ClapperboardIcon",t.jsx("path",{fillRule:"evenodd",d:"m18 4 2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4z",clipRule:"evenodd"})),Td=h("ClipboardIcon",t.jsx("path",{d:"M19 2h-4.18C14.4.84 13.3 0 12 0c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm7 18H5V4h2v3h10V4h2v16z"})),xd=h("Clipboard2AlertIcon",t.jsx("path",{fillRule:"evenodd",d:"M14.82 3H19c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2M11 16v2h2v-2zm0-2V8h2v6zm0-10c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1",clipRule:"evenodd"})),Nd=h("Clipboard2CheckIcon",t.jsx("path",{fillRule:"evenodd",d:"M14.82 4H19a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4.18C9.6 2.84 10.7 2 12 2s2.4.84 2.82 2M12 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m-2 14-4-4 1.41-1.41L10 15.17l6.59-6.59L18 10z"})),Od=h("Clipboard2TextIcon",t.jsx("path",{fillRule:"evenodd",d:"M19 4h-4.18C14.4 2.84 13.3 2 12 2c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1ZM7 18h7v-2H7v2Zm10-4H7v-2h10v2ZM7 10h10V8H7v2Z",clipRule:"evenodd"})),Dd=h("ClipboardAlertIcon",t.jsx("path",{fillRule:"evenodd",d:"M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M5 5v16h14V5h-2v3H7V5zm6 11v-6h2v6zm0 2c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1"})),_d=h("ClipboardChartIcon",t.jsx("path",{d:"M20.118 3h-4.646a3.1 3.1 0 0 0-1.219-1.447 3.59 3.59 0 0 0-3.828 0c-.56.357-.986.862-1.219 1.446H4.56c-.587 0-1.15.21-1.566.585A1.92 1.92 0 0 0 2.338 5V21c0 1.1 1 1.999 2.222 1.999h15.556c.587 0 1.15-.21 1.566-.584.417-.375.652-.884.656-1.416V5c0-1.1-1-2-2.222-2zm-7.779 0c.61 0 1.111.45 1.111 1a.96.96 0 0 1-.325.71 1.17 1.17 0 0 1-.786.296c-.295 0-.577-.106-.786-.295a.96.96 0 0 1-.325-.712c0-.55.5-1 1.111-1m7.779 18H4.56V5h2.224v3h11.11V5h2.223v16m-5.457-3.234-1.117-1.751c.545-.363.922-.927 1.001-1.57h2.24a4 4 0 0 1-.63 1.887 4.5 4.5 0 0 1-1.494 1.434m-1.766-6.326V9.411c1.156.065 2.245.51 3.064 1.251.819.742 1.31 1.729 1.38 2.775H15.1a2.18 2.18 0 0 0-.715-1.35 2.6 2.6 0 0 0-1.49-.647m-3.334 2.753c0 .322.073.629.21.906L7.84 16.111a3.96 3.96 0 0 1-.496-2.045c.023-.708.24-1.4.63-2.013.391-.614.944-1.13 1.608-1.503a5.1 5.1 0 0 1 2.202-.635v2.029a2.6 2.6 0 0 0-1.586.74c-.41.414-.636.952-.636 1.509m2.494 4.278a5.1 5.1 0 0 1-2.242-.507 4.55 4.55 0 0 1-1.703-1.416l1.934-1.011c.231.286.534.519.884.679s.736.243 1.127.242a2.6 2.6 0 0 0 1-.191l1.116 1.75a5.1 5.1 0 0 1-2.116.454"})),Fd=t.jsx(t.Fragment,{children:t.jsx("path",{fillRule:"evenodd",d:"M19 4h-4.18c-.57-1.56-2.29-2.36-3.82-1.8-.86.3-1.5.96-1.82 1.8H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2m5 2v2H7V6H5v14h14V6zM7 12v-2h10v2zm0 2v2h8v-2z"})}),Zd=h("ClipboardTextIcon",Fd),qd=t.jsxs(t.Fragment,{children:[t.jsx("path",{fillRule:"evenodd",d:"M14.82 3H19c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1c1.3 0 2.4.84 2.82 2ZM13 4c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1ZM5 21V5h2v3h10V5h2v16H5Zm9.475-2.61 1.414-1.415-6.364-6.364-1.414 1.414 6.364 6.364Z",clipRule:"evenodd"}),t.jsx("path",{d:"m9.525 18.389-1.414-1.414 6.364-6.364 1.414 1.414-6.364 6.364Z"})]}),Bd=h("ClipboardXIcon",qd),Ud=h("ClockIcon",t.jsx("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8M11 7h1.5v5.25l4.5 2.67-.75 1.23L11 13z"})),Wd=h("CloudIcon",t.jsx("path",{d:"M19.35 10.04A7.49 7.49 0 0 0 12 4C9.11 4 6.6 5.64 5.35 8.04A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96"})),Gd=h("CloudCogIcon",t.jsx("path",{d:"M12 19c0 .34.03.67.08 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C2.95 10.08 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72A6.85 6.85 0 0 1 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.06.05.1.13.14.19-.9-.44-1.92-.69-3-.69-.69 0-1.37.11-2 .29V11c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h5.58c-.05.33-.08.66-.08 1m11.83 1.64-1 1.73c-.07.13-.2.13-.33.13l-1.23-.5c-.27.18-.54.34-.84.47l-.19 1.32c-.02.12-.13.21-.24.21h-2c-.14 0-.24-.09-.26-.21l-.19-1.32c-.31-.12-.59-.29-.85-.47l-1.24.5c-.12 0-.25 0-.31-.13l-1-1.73a.26.26 0 0 1 .06-.32l1.06-.82a4.2 4.2 0 0 1 0-1l-1.06-.82a.25.25 0 0 1-.06-.32l1-1.73c.07-.13.2-.13.31-.13l1.24.5c.26-.18.55-.34.85-.47l.19-1.32A.26.26 0 0 1 18 14h2c.11 0 .22.09.23.21l.19 1.32c.31.12.58.29.85.47l1.23-.5c.13 0 .26 0 .32.13l1 1.73c.06.11.03.24-.06.32l-1.06.82c.03.17.04.33.04.5s-.02.33-.04.5l1.07.82c.09.08.12.21.06.32M20.5 19c0-.83-.68-1.5-1.5-1.5s-1.5.67-1.5 1.5.66 1.5 1.5 1.5 1.5-.67 1.5-1.5"})),Kd=h("CloudDownloadIcon",t.jsx("path",{d:"M12 4a7.49 7.49 0 0 1 7.35 6.04c2.6.18 4.65 2.32 4.65 4.96 0 2.76-2.24 5-5 5H6c-3.31 0-6-2.69-6-6 0-3.09 2.34-5.64 5.35-5.96A7.5 7.5 0 0 1 12 4m0 14 5-5h-3V9h-4v4H7z"})),Xd=h("CloudGovernmentIcon",t.jsx("path",{d:"M12 4C13.735 3.99961 15.4163 4.60162 16.7568 5.70313C18.0974 6.80473 19.0137 8.33777 19.3496 10.04C21.9496 10.22 24 12.36 24 15C24 17.76 21.76 20 19 20H6C2.69 20 0 17.31 0 14C0 10.9101 2.3398 8.36022 5.34961 8.04004C5.98253 6.82282 6.93783 5.80217 8.11035 5.08984C9.28279 4.37764 10.6282 4.00077 12 4ZM11.9219 8.49902C11.8947 8.49902 11.8679 8.5091 11.8486 8.52832C11.8296 8.54743 11.8195 8.5736 11.8193 8.60059V9.28418H11.4307V9.96973H10.8613V10.2627C10.3576 10.4732 9.92684 10.828 9.62402 11.2822C9.32121 11.7364 9.15974 12.2705 9.15918 12.8164H9.03809V13.9707H8.25V14.3418H8.44531V16.3223H8.25V16.6982H15.6104V16.3213H15.415V14.3408L15.6016 14.3447V13.9697H14.8154V12.8125H14.6934C14.6928 12.2666 14.5304 11.7325 14.2275 11.2783C13.9247 10.8242 13.4948 10.4693 12.9912 10.2588V9.96777H12.4199V9.28418H12.0244V8.60059C12.0243 8.57356 12.0133 8.54744 11.9941 8.52832C11.975 8.50921 11.9489 8.49912 11.9219 8.49902ZM9.37891 14.3408V16.3213H8.86914V14.3408H9.37891ZM10.3174 14.3408V16.3213H9.80664V14.3408H10.3174ZM11.2529 14.3408V16.3213H10.7432V14.3408H11.2529ZM12.1885 14.3408V16.3213H11.6777V14.3408H12.1885ZM13.1221 14.3408V16.3213H12.6123V14.3408H13.1221ZM14.0586 14.3408L14.0557 16.3213H13.5439V14.3408H14.0586ZM14.9932 14.3408V16.3213H14.4834V14.3408H14.9932ZM9.58691 12.998V13.7783H9.31445V12.998H9.58691ZM10.1377 12.998L10.1387 13.7783H9.86523V12.998H10.1377ZM10.6885 12.998L10.6904 13.7783H10.416V12.998H10.6885ZM11.2393 12.998L11.2412 13.7783H10.9668V12.998H11.2393ZM11.79 12.998L11.791 13.7783H11.5176V12.998H11.79ZM12.3398 12.998L12.3418 13.7783H12.0693V12.998H12.3398ZM12.8916 12.998L12.8926 13.7783H12.6191V12.998H12.8916ZM13.4424 12.998L13.4443 13.7783H13.1699V12.998H13.4424ZM13.9922 12.998L13.9941 13.7783H13.7207V12.998H13.9922ZM14.5449 12.998L14.5459 13.7783H14.2715V12.998H14.5449Z"})),Yd=h("CloudKeyIcon",t.jsx("path",{d:"M9.41 20H6.5c-1.5 0-2.82-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48a5.25 5.25 0 0 1 3.08-1.95c.42-1.53 1.25-2.77 2.5-3.72C9 4.5 10.42 4 12 4c1.95 0 3.61.68 4.96 2.04C18.32 7.39 19 9.05 19 11c1.15.13 2.11.63 2.86 1.5.64.73 1 1.56 1.1 2.5H18a5.01 5.01 0 0 0-4-2c-2.8 0-5 2.2-5 5 0 .72.15 1.39.41 2M23 17v2h-2v2h-2v-2h-2.2c-.4 1.2-1.5 2-2.8 2-1.7 0-3-1.3-3-3s1.3-3 3-3c1.3 0 2.4.8 2.8 2zm-8 1c0-.5-.4-1-1-1s-1 .5-1 1 .4 1 1 1 1-.5 1-1"})),Qd=h("CloudKeyOutlineSsoIcon",t.jsx("path",{d:"M9.41 20H6.5c-1.5 0-2.82-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48a5.25 5.25 0 0 1 3.08-1.95c.42-1.53 1.25-2.77 2.5-3.72C9 4.5 10.42 4 12 4c1.95 0 3.61.68 4.96 2.04C18.32 7.39 19 9.05 19 11c1.15.13 2.11.63 2.86 1.5.64.73 1 1.56 1.1 2.5h-2c-.1-.5-.32-.91-.69-1.27-.48-.49-1.07-.73-1.77-.73H17v-2c0-1.38-.5-2.56-1.46-3.54C14.57 6.5 13.39 6 12 6c-1.38 0-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.8 1.03 2.5c.68.67 1.5 1 2.47 1H9c0 .72.15 1.39.41 2M23 17v2h-2v2h-2v-2h-2.2c-.4 1.2-1.5 2-2.8 2-1.7 0-3-1.3-3-3s1.3-3 3-3c1.3 0 2.4.8 2.8 2zm-8 1c0-.5-.4-1-1-1s-1 .5-1 1 .4 1 1 1 1-.5 1-1"})),Rd=h("CloudOffIcon",t.jsx("path",{fillRule:"evenodd",d:"m3 4.27 2.75 2.74C2.56 7.15 0 9.77 0 13c0 3.31 2.69 6 6 6h11.73l2 2L21 19.73 4.27 3zm16.35 4.77A7.49 7.49 0 0 0 12 3c-1.48 0-2.85.43-4.01 1.17l1.46 1.46a5.497 5.497 0 0 1 8.05 4.87v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 17.16 24 15.68 24 14c0-2.64-2.05-4.78-4.65-4.96M6 17h9.73l-8-8H6c-2.21 0-4 1.79-4 4s1.79 4 4 4"})),Jd=h("CloudUploadIcon",t.jsx("path",{d:"M12 4a7.49 7.49 0 0 1 7.35 6.04c2.6.18 4.65 2.32 4.65 4.96 0 2.76-2.24 5-5 5H6c-3.31 0-6-2.69-6-6 0-3.09 2.34-5.64 5.35-5.96A7.5 7.5 0 0 1 12 4m2 13v-4h3l-5-5-5 5h3v4z"})),eh=h("CogIcon",t.jsx("path",{d:"M19.14,12.94c0.04-0.3,0.06-0.61,0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14,0.23-0.41,0.12-0.61 l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39,0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4,2.81c-0.04-0.24-0.24-0.41-0.48-0.41 h-3.84c-0.24,0-0.43,0.17-0.47,0.41L9.25,5.35C8.66,5.59,8.12,5.92,7.63,6.29L5.24,5.33c-0.22-0.08-0.47,0-0.59,0.22L2.74,8.87 C2.62,9.08,2.66,9.34,2.86,9.48l2.03,1.58C4.84,11.36,4.8,11.69,4.8,12s0.02,0.64,0.07,0.94l-2.03,1.58 c-0.18,0.14-0.23,0.41-0.12,0.61l1.92,3.32c0.12,0.22,0.37,0.29,0.59,0.22l2.39-0.96c0.5,0.38,1.03,0.7,1.62,0.94l0.36,2.54 c0.05,0.24,0.24,0.41,0.48,0.41h3.84c0.24,0,0.44-0.17,0.47-0.41l0.36-2.54c0.59-0.24,1.13-0.56,1.62-0.94l2.39,0.96 c0.22,0.08,0.47,0,0.59-0.22l1.92-3.32c0.12-0.22,0.07-0.47-0.12-0.61L19.14,12.94z M12,15.6c-1.98,0-3.6-1.62-3.6-3.6 s1.62-3.6,3.6-3.6s3.6,1.62,3.6,3.6S13.98,15.6,12,15.6z"})),oh=h("Columns3Icon",t.jsx("path",{d:"M4 19h4V5H4zm6 0h4V5h-4zm6 0V5h4v14z"})),th=t.jsxs(t.Fragment,{children:[t.jsx("rect",{width:"3",height:"16",x:"3",y:"4",rx:"1.5"}),t.jsx("rect",{width:"3",height:"16",x:"8",y:"4",rx:"1.5"}),t.jsx("rect",{width:"3",height:"16",x:"13",y:"4",rx:"1.5"}),t.jsx("rect",{width:"3",height:"16",x:"18",y:"4",rx:"1.5"})]}),nh=h("Columns4Icon",th),rh=h("CommandIcon",t.jsx("path",{fillRule:"evenodd",d:"M10.6 7.8a2.8 2.8 0 1 0-2.8 2.8h1.4v2.8H7.8a2.8 2.8 0 1 0 2.8 2.8v-1.4h2.8v1.4a2.8 2.8 0 1 0 2.8-2.8h-1.4v-2.8h1.4a2.8 2.8 0 1 0-2.8-2.8v1.4h-2.8zm5.6 9.8a1.4 1.4 0 0 1-1.4-1.4v-1.4h1.4a1.4 1.4 0 1 1 0 2.8m-2.8-7h-2.8v2.8h2.8zm-7 5.6a1.4 1.4 0 0 1 1.4-1.4h1.4v1.4a1.4 1.4 0 1 1-2.8 0m2.8-8.4a1.4 1.4 0 1 0-1.4 1.4h1.4zm8.4 0a1.4 1.4 0 0 1-1.4 1.4h-1.4V7.8a1.4 1.4 0 1 1 2.8 0"})),ch=t.jsxs(t.Fragment,{children:[t.jsx("path",{fillOpacity:".01",d:"M0 0h24v24H0z"}),t.jsx("path",{d:"M16 3H6l-5 9 5 9h10l-3-4H9l-3-5 3-5h4zm-1 4 3-4 5 9-5 9-3-4 3-5z"})]}),sh=h("CommanderLogoIcon",ch),ah=h("CopyIcon",t.jsx("path",{fillRule:"evenodd",d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2M8 21h11V7H8z"})),lh=h("CopyAlertIcon",t.jsx("path",{d:"M4 1h13v2H4v14H2V3c0-1.1.9-2 2-2m4 4h12c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2m0 16h12V7H8zm5-12h2v6h-2zm0 8h2v2h-2z"})),ih=h("CopyChevronDownIcon",t.jsx("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v-2H8V7h11v10h2V7c0-1.1-.9-2-2-2m1 19-4-4h8z"})),dh=h("CopyCirclePlusIcon",t.jsx("path",{d:"M15.338 8c-.55 0-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V9c0-.55-.45-1-1-1m-13 4c0-2.58 1.4-4.83 3.48-6.04.32-.19.53-.51.53-.88 0-.77-.84-1.25-1.51-.86C2.158 5.78.338 8.68.338 12s1.82 6.22 4.5 7.78c.67.39 1.51-.09 1.51-.86 0-.37-.21-.69-.53-.88A6.98 6.98 0 0 1 2.338 12m13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7"})),hh=h("CopyPlusIcon",t.jsx("path",{fillRule:"evenodd",d:"M20 2H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-1 9h-4v4h-2v-4H9V9h4V5h2v4h4zM2 6h2v14h14v2H4a2 2 0 0 1-2-2z",clipRule:"evenodd"})),uh=h("CreditCardIcon",t.jsx("path",{fillRule:"evenodd",d:"M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2m0 14H4v-6h16zM4 8h16V6H4z"})),fh=h("CreditCardClockIcon",t.jsx("path",{fillRule:"evenodd",d:"M24 17a7 7 0 0 1-7 7c-2.79 0-5.2-1.64-6.33-4H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h16a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9m-8-3h1.5v2.82l2.44 1.41-.75 1.3L16 17.69zm-3.9-2a7 7 0 0 0-2.1 5c0 .34 0 .67.07 1H4v-6zm4.9 0a5 5 0 1 0 0 10 5 5 0 0 0 0-10m3-6v2H4V6z"})),vh=h("DatabaseIcon",t.jsx("path",{d:"M12 3C7.58 3 4 4.79 4 7s3.58 4 8 4 8-1.79 8-4-3.58-4-8-4M4 9v3c0 2.21 3.58 4 8 4s8-1.79 8-4V9c0 2.21-3.58 4-8 4s-8-1.79-8-4m0 8v-3c0 2.21 3.58 4 8 4s8-1.79 8-4v3c0 2.21-3.58 4-8 4s-8-1.79-8-4"})),ph=h("DatabaseMapPinIcon",t.jsx("path",{fillRule:"evenodd",d:"M6 17c0 .5 2.13 2 6 2 .71 0 1.34-.06 1.93-.15.32.65.69 1.29 1.07 1.86-.93.18-1.94.29-3 .29-4.41 0-8-1.79-8-4V7c0-2.21 3.58-4 8-4s8 1.79 8 4v3.22c-.5-.14-1-.22-1.5-.22-.17 0-.33 0-.5.03v-.39c-1.47.83-3.61 1.36-6 1.36s-4.53-.53-6-1.36v2.81C7.3 13.4 9.58 14 12 14c.42 0 .83 0 1.24-.06-.15.5-.24 1.02-.24 1.56 0 .15 0 .3.03.45l-.25.016h-.001c-.257.017-.515.034-.779.034-2.28 0-4.39-.45-6-1.23zM18 7c0-.5-2.13-2-6-2S6 6.5 6 7s2.13 2 6 2 6-1.5 6-2m.5 5c-1.9 0-3.5 1.6-3.5 3.5 0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5m-1.2 3.6c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2"})),mh=h("DatabaseRefreshCcwIcon",t.jsx("path",{d:"M19 12v1.5a4 4 0 0 1 4 4c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25zm0 11v-1.5a4 4 0 0 1-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20v-1.5l2.25 2.25zM12 3c4.42 0 8 1.79 8 4s-3.58 4-8 4-8-1.79-8-4 3.58-4 8-4M4 9c0 2.21 3.58 4 8 4 1.11 0 2.17-.11 3.14-.32-.95.86-1.64 1.99-1.96 3.28L12 16c-4.42 0-8-1.79-8-4zm16 0v2h-.5l-.6.03c.7-.6 1.1-1.29 1.1-2.03M4 14c0 2.21 3.58 4 8 4l1-.03c.09 1.06.42 2.03.95 2.91L12 21c-4.42 0-8-1.79-8-4z"})),gh=h("DatabaseSearchIcon",t.jsx("path",{d:"M18.68 12.32a4.49 4.49 0 0 0-6.36.01 4.49 4.49 0 0 0 0 6.36 4.51 4.51 0 0 0 5.57.63L21 22.39 22.39 21l-3.09-3.11c1.13-1.77.87-4.09-.62-5.57m-1.41 4.95c-.98.98-2.56.97-3.54 0-.97-.98-.97-2.56.01-3.54.97-.97 2.55-.97 3.53 0 .97.98.97 2.56 0 3.54M10.9 20.1a6.5 6.5 0 0 1-1.48-2.32C6.27 17.25 4 15.76 4 14v3c0 2.21 3.58 4 8 4-.4-.26-.77-.56-1.1-.9M4 9v3c0 1.68 2.07 3.12 5 3.7v-.2c0-.93.2-1.85.58-2.69C6.34 12.3 4 10.79 4 9m8-6C7.58 3 4 4.79 4 7c0 2 3 3.68 6.85 4h.05c1.2-1.26 2.86-2 4.6-2 .91 0 1.81.19 2.64.56A3.22 3.22 0 0 0 20 7c0-2.21-3.58-4-8-4"})),Ch=t.jsxs(t.Fragment,{children:[t.jsx("path",{className:"ksjsui:fill-background",d:"M10.4415 0.902713C11.4059 0.345926 12.5941 0.345925 13.5585 0.902712L20.6999 5.02581C21.6643 5.5826 22.2583 6.61158 22.2583 7.72516V15.9713C22.2583 17.0849 21.6642 18.1139 20.6999 18.6707L13.5585 22.7938C12.5941 23.3506 11.4059 23.3506 10.4415 22.7938L3.30011 18.6707C2.33572 18.1139 1.74164 17.0849 1.74164 15.9713V7.72515C1.74164 6.61158 2.33572 5.5826 3.3001 5.02581L10.4415 0.902713Z"}),t.jsx("rect",{className:"ksjsui:stroke-background",x:"-3.71568e-08",y:"0.623388",width:"11.221",height:"11.221",rx:"1.87016",transform:"matrix(0.866025 0.5 -0.866025 0.5 12.5399 0.314624)",strokeWidth:"1.24678"}),t.jsx("circle",{className:"ksjsui:fill-background",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 0.5 -0.866025 0.5 12.0647 4.95312)"}),t.jsx("rect",{className:"ksjsui:stroke-background",x:"0.53987",y:"0.935082",width:"11.221",height:"11.221",rx:"1.87016",transform:"matrix(0.866025 0.5 -2.20305e-08 1 1.82279 5.02499)",strokeWidth:"1.24678"}),t.jsx("circle",{className:"ksjsui:fill-background",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 0.5 -2.20305e-08 1 3.90991 13.9473)"}),t.jsx("circle",{className:"ksjsui:fill-background",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 0.5 -2.20305e-08 1 8.22891 11.4541)"}),t.jsx("rect",{className:"ksjsui:stroke-background",x:"0.53987",y:"0.311694",width:"11.221",height:"11.221",rx:"1.87016",transform:"matrix(0.866025 -0.5 2.20305e-08 1 11.5396 11.7992)",strokeWidth:"1.24678"}),t.jsx("circle",{className:"ksjsui:fill-background",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 -0.5 2.20305e-08 1 13.6267 17.6885)"}),t.jsx("circle",{className:"ksjsui:fill-background",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 -0.5 2.20305e-08 1 15.7862 13.9482)"}),t.jsx("circle",{className:"ksjsui:fill-background",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 -0.5 2.20305e-08 1 17.9457 10.208)"})]}),Ih=h("DiceIcon",Ch),Mh=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M10.3885 13.9489C10.3885 14.6375 9.90507 14.9166 9.30874 14.5723C8.71242 14.228 8.229 13.3907 8.229 12.7022C8.229 12.0136 8.71242 11.7345 9.30874 12.0788C9.90507 12.4231 10.3885 13.2604 10.3885 13.9489Z"}),t.jsx("path",{d:"M4.98965 17.0655C5.58598 17.4098 6.06939 17.1307 6.06939 16.4421C6.06939 15.7535 5.58598 14.9162 4.98965 14.5719C4.39333 14.2276 3.90991 14.5068 3.90991 15.1953C3.90991 15.8839 4.39333 16.7212 4.98965 17.0655Z"}),t.jsx("path",{d:"M20.105 10.2088C20.105 10.8974 19.6216 11.7347 19.0253 12.079C18.429 12.4232 17.9456 12.1441 17.9456 11.4556C17.9456 10.767 18.429 9.92969 19.0253 9.58541C19.6216 9.24112 20.105 9.52022 20.105 10.2088Z"}),t.jsx("path",{d:"M16.8656 15.8192C17.462 15.4749 17.9454 14.6376 17.9454 13.949C17.9454 13.2605 17.462 12.9814 16.8656 13.3256C16.2693 13.6699 15.7859 14.5072 15.7859 15.1958C15.7859 15.8844 16.2693 16.1635 16.8656 15.8192Z"}),t.jsx("path",{d:"M14.7062 19.5594C15.3025 19.2151 15.7859 18.3778 15.7859 17.6893C15.7859 17.0007 15.3025 16.7216 14.7062 17.0659C14.1099 17.4102 13.6265 18.2475 13.6265 18.936C13.6265 19.6246 14.1099 19.9037 14.7062 19.5594Z"}),t.jsx("path",{d:"M10.9851 6.82341C11.5815 7.1677 12.5483 7.1677 13.1446 6.82341C13.7409 6.47912 13.7409 5.92092 13.1446 5.57664C12.5483 5.23235 11.5815 5.23235 10.9851 5.57664C10.3888 5.92092 10.3888 6.47912 10.9851 6.82341Z"}),t.jsx("path",{d:"M10.4416 0.902943C11.406 0.346155 12.5941 0.346154 13.5585 0.902942L14.1336 1.23495C14.1423 1.23987 14.151 1.24483 14.1596 1.24983L20.6381 4.99015C20.6467 4.99514 20.6553 5.00014 20.6638 5.00517L20.6999 5.02604C21.6083 5.55046 22.1881 6.49377 22.2524 7.53211C22.2604 7.61447 22.2644 7.70039 22.2644 7.78976V15.2704C22.2644 15.3336 22.2624 15.3974 22.2584 15.4617V15.9716C22.2584 17.0852 21.6643 18.1141 20.6999 18.6709L13.5585 22.794C12.5941 23.3508 11.406 23.3508 10.4416 22.794L3.30017 18.6709C2.33579 18.1141 1.7417 17.0851 1.7417 15.9716V7.72538C1.7417 6.61181 2.33578 5.58282 3.30017 5.02604L3.35083 4.99679C3.35463 4.99457 3.35844 4.99236 3.36226 4.99016L9.84069 1.24983C9.8445 1.24763 9.84832 1.24544 9.85214 1.24325L10.4416 0.902943ZM11.467 14.0236C11.467 13.9968 11.4674 13.9698 11.4681 13.9427V13.4002C11.4681 12.7117 10.9847 11.8744 10.3884 11.5301L10.0459 11.3323C9.97537 11.2983 9.90689 11.2623 9.84069 11.224L3.7714 7.71993C3.24052 7.49195 2.83023 7.77878 2.83023 8.41315L2.83023 15.8938C2.83023 16.5824 3.31364 17.4197 3.90997 17.764L10.3884 21.5043C10.9682 21.8391 11.4413 21.5844 11.467 20.937V14.0236ZM12.5479 14.0236V20.937C12.5736 21.5844 13.0467 21.8391 13.6265 21.5043L20.105 17.764C20.7013 17.4197 21.1847 16.5824 21.1847 15.8938V8.41314C21.1847 7.74694 20.7322 7.46404 20.1627 7.75816L14.1597 11.224C14.1323 11.2398 14.1045 11.2553 14.0764 11.2704L13.6265 11.5301C13.0302 11.8744 12.5468 12.7117 12.5468 13.4002V13.9427C12.5475 13.9698 12.5479 13.9968 12.5479 14.0236ZM13.6265 10.2833L19.6146 6.82609C20.154 6.47998 20.1353 5.94664 19.5583 5.61354L13.0799 1.87322C12.4836 1.52893 11.5168 1.52893 10.9204 1.87322L4.442 5.61354C3.89262 5.93073 3.84937 6.42946 4.31224 6.77523L10.3884 10.2833C10.4546 10.3215 10.5201 10.3628 10.5848 10.4069L10.9204 10.6006C11.5168 10.9449 12.4836 10.9449 13.0799 10.6006L13.5448 10.3323C13.5719 10.3154 13.5991 10.2991 13.6265 10.2833Z"})]}),wh=h("DiceOutlineIcon",Mh),kh=t.jsxs(t.Fragment,{children:[t.jsx("path",{className:"ksjsui:fill-black",d:"M10.4415 0.902713C11.4059 0.345926 12.5941 0.345925 13.5585 0.902712L20.6999 5.02581C21.6643 5.5826 22.2583 6.61158 22.2583 7.72516V15.9713C22.2583 17.0849 21.6642 18.1139 20.6999 18.6707L13.5585 22.7938C12.5941 23.3506 11.4059 23.3506 10.4415 22.7938L3.30011 18.6707C2.33572 18.1139 1.74164 17.0849 1.74164 15.9713V7.72515C1.74164 6.61158 2.33572 5.5826 3.3001 5.02581L10.4415 0.902713Z"}),t.jsx("rect",{className:"ksjsui:fill-white ksjsui:stroke-black",x:"-3.71568e-08",y:"0.623388",width:"11.221",height:"11.221",rx:"1.87016",transform:"matrix(0.866025 0.5 -0.866025 0.5 12.5399 0.314624)",strokeWidth:"1.24678"}),t.jsx("circle",{className:"ksjsui:fill-black",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 0.5 -0.866025 0.5 12.0647 4.95312)"}),t.jsx("rect",{className:"ksjsui:fill-white ksjsui:stroke-black",x:"0.53987",y:"0.935082",width:"11.221",height:"11.221",rx:"1.87016",transform:"matrix(0.866025 0.5 -2.20305e-08 1 1.82279 5.02499)",strokeWidth:"1.24678"}),t.jsx("circle",{className:"ksjsui:fill-black",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 0.5 -2.20305e-08 1 3.90991 13.9473)"}),t.jsx("circle",{className:"ksjsui:fill-black",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 0.5 -2.20305e-08 1 8.22891 11.4541)"}),t.jsx("rect",{className:"ksjsui:fill-white ksjsui:stroke-black",x:"0.53987",y:"0.311694",width:"11.221",height:"11.221",rx:"1.87016",transform:"matrix(0.866025 -0.5 2.20305e-08 1 11.5396 11.7992)",strokeWidth:"1.24678"}),t.jsx("circle",{className:"ksjsui:fill-black",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 -0.5 2.20305e-08 1 13.6267 17.6885)"}),t.jsx("circle",{className:"ksjsui:fill-black",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 -0.5 2.20305e-08 1 15.7862 13.9482)"}),t.jsx("circle",{className:"ksjsui:fill-black",cx:"1.24678",cy:"1.24678",r:"1.24678",transform:"matrix(0.866025 -0.5 2.20305e-08 1 17.9457 10.208)"})]}),bh=h("DiceWhiteIcon",kh),yh=h("DockerLogoIcon",t.jsx("path",{fill:"#1d63ed",d:"M22.98 10.135c-.539-.364-1.956-.519-2.986-.241-.056-1.026-.585-1.891-1.553-2.646l-.359-.24-.239.36c-.47.713-.667 1.662-.597 2.526.055.531.24 1.13.597 1.563-1.34.778-2.577.601-8.051.601H1.34c-.025 1.236.174 3.614 1.686 5.55q.25.32.549.62c1.23 1.23 3.087 2.134 5.864 2.136 4.238.004 7.868-2.286 10.077-7.824.726.012 2.644.13 3.583-1.684.023-.03.239-.481.239-.481zM6.857 9.003H4.479v2.377h2.377zm3.07 0H7.55v2.377h2.376zm3.07 0H10.62v2.377h2.377zm3.071 0h-2.376v2.377h2.376zm-12.282 0H1.41v2.377h2.376zm3.07-3.002H4.48V8.38h2.377zm3.071 0H7.55V8.38h2.376zm3.07 0H10.62V8.38h2.377zm0-3.002H10.62v2.377h2.377z"})),Sh=h("DotIcon",t.jsx("circle",{cx:"12",cy:"12",r:"6"})),Hh=h("DotOutlineIcon",t.jsx("path",{d:"M12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8Z"})),Ah=h("DownloadIcon",t.jsx("path",{d:"M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5 L17,11z"})),Vh=h("DragHandleIcon",t.jsx("path",{d:"M4 9H20V11H4V9ZM4 13H20V15H4V13Z"})),Lh=h("DrawerOpenIcon",t.jsx("path",{d:"m2.98 13.179 1.47.155.029-.08c.01-.028.016-.042.017-.056l.219-1.828c.303-2.537.606-5.074.896-7.612.036-.313.14-.384.434-.383q3.558.009 7.118.006h2.823q1.029.003 2.059-.003c.208-.002.312.049.339.282.26 2.281.53 4.561.799 6.841l.035.297c.069.586.141 1.172.215 1.768v.001l.096.775.432-.049 1.06-.117-.009-.167c-.005-.104-.008-.194-.02-.283q-.157-1.308-.316-2.617v-.007c-.312-2.569-.623-5.137-.921-7.706-.04-.336-.152-.397-.458-.396q-5.925.009-11.852.006H4.3zm11.54 3.791H9.484v-1.208h5.036zm-.223-2.463H2.633c-.598.001-.745.204-.555.764q.999 2.955 2.005 5.91c.221.65.466.819 1.163.819h13.496c.718 0 .953-.166 1.184-.843q.989-2.901 1.975-5.802c.223-.658.088-.848-.599-.848zm-7.362-3.78h10.151v-1.2H6.936zm10.16-2.505H6.923V7.04h10.172zM6.915 5.725H17.08V4.557H6.915zm10.169 7.496H6.918v-1.175h10.166z"})),zh=t.jsxs(t.Fragment,{children:[t.jsx("path",{fill:"#59b734",d:"M24 12c0-6.628-5.372-12-12-12S0 5.372 0 12c0 6.627 5.372 12 12 12s12-5.373 12-12"}),t.jsx("path",{fill:"#e6f3d8",d:"M6.702 9.6H4.2V12h5c-.075-1.338-1.164-2.4-2.498-2.4"}),t.jsx("path",{fill:"#fff",d:"M6.702 15H4.2v-2.4h5C9.125 13.938 8.036 15 6.702 15M9.7 9.6v2.702c0 1.44.973 2.617 2.2 2.698V9.6zM17.7 9.6c-1.441 0-2.619 1.062-2.7 2.4h5.4c-.081-1.338-1.259-2.4-2.7-2.4"}),t.jsx("path",{fill:"#e6f3d8",d:"M17.7 9.6c-1.441 0-2.619 1.062-2.7 2.4h5.4c-.081-1.338-1.259-2.4-2.7-2.4"}),t.jsx("path",{fill:"#fff",d:"M17.7 15c-1.441 0-2.619-1.062-2.7-2.4h5.4c-.081 1.338-1.259 2.4-2.7 2.4"}),t.jsx("path",{fill:"#e6f3d8",d:"M14.496 9.6H12.3V15h2.2v-2.702q0-.079-.004-.156z"})]}),Eh=h("DuoLogoIcon",zh),$h=h("EarthIcon",t.jsx("path",{fillRule:"evenodd",d:"M2 12C2 6.477 6.477 2 12 2A10 10 0 1 1 2 12m15.9 5.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 0 0-1-1H8v-2h2a1 1 0 0 0 1-1V7h2a2 2 0 0 0 2-2v-.41a7.984 7.984 0 0 1 2.9 12.8M11 19.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.22.21-1.79L9 15v1a2 2 0 0 0 2 2z"})),jh=h("Earth2Icon",t.jsx("path",{d:"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2m3.568 6.784c-.104.078-.17.221-.3.247.065-.013.13-.247.17-.3a.9.9 0 0 1 .286-.195c.221-.09.443-.117.677-.156.221-.052.495-.052.664.143-.039-.039.273-.312.313-.325.117-.065.312-.04.39-.156.026-.04.026-.287.026-.287-.221.026-.3-.182-.312-.364 0 .013-.026.052-.078.104.013-.196-.235-.052-.326-.078-.3-.078-.26-.287-.351-.508-.053-.117-.196-.156-.248-.274-.052-.078-.078-.247-.195-.26-.078-.013-.221.273-.247.26-.118-.065-.17.026-.261.079-.078.052-.143.026-.221.065.234-.078-.104-.209-.222-.183.183-.052.091-.247-.013-.338h.065c-.026-.117-.39-.222-.507-.3-.118-.078-.743-.208-.873-.13-.156.091.04.352.04.482.012.156-.157.195-.157.325 0 .222.417.183.313.482-.066.182-.313.222-.417.365-.104.13.013.364.117.455.104.079-.182.209-.221.235-.222.104-.39-.221-.443-.417-.04-.143-.052-.312-.208-.39-.079-.026-.326-.066-.378.013-.078-.196-.351-.274-.534-.339-.26-.091-.482-.091-.755-.052.091-.013-.026-.417-.247-.352.065-.13.039-.273.065-.403a.74.74 0 0 1 .156-.3c.026-.052.312-.351.221-.364.222.026.469.039.651-.144.117-.117.17-.312.287-.442.17-.196.377.052.56.065.26.013.247-.274.104-.404.17.013.026-.3-.065-.338-.117-.04-.56.078-.326.169-.052-.026-.364.625-.547.3-.052-.066-.078-.34-.195-.352-.104 0-.17.117-.208.195.065-.17-.365-.286-.456-.3.195-.13.039-.273-.104-.35-.104-.066-.43-.118-.521-.014-.247.3.26.339.39.417.04.026.196.117.105.182-.078.04-.313.104-.339.156-.078.118.091.248-.026.365-.117-.117-.117-.313-.208-.443.117.143-.469.065-.456.065-.195 0-.508.13-.65-.065-.027-.052-.027-.351.051-.286-.117-.091-.195-.183-.273-.235-.43.144-.834.326-1.224.534a.22.22 0 0 0 .156-.013c.104-.039.195-.104.3-.156.13-.052.403-.208.546-.091.013-.026.052-.052.065-.065.092.104.183.208.26.325-.103-.052-.273-.026-.39-.013-.09.026-.247.052-.286.156.039.066.091.17.065.235-.17-.117-.3-.313-.534-.339-.104 0-.208 0-.286.013a8.46 8.46 0 0 0-3.06 2.89.37.37 0 0 0 .156.105c.13.04 0 .417.247.221.078.066.091.157.04.248.012-.013.533.325.572.351.091.079.235.17.274.274.026.091-.052.195-.13.234-.013-.026-.209-.221-.235-.169-.039.065 0 .417.143.404-.208.013-.117.82-.169.976 0 .013.026.013.026.013-.039.156.091.768.352.703-.17.04.3.638.364.677.17.118.365.196.482.365.13.182.13.456.313.599-.052.156.273.338.26.56-.026.013-.039.013-.065.026.065.182.312.182.404.351.052.105 0 .352.169.3.026-.287-.17-.573-.313-.807-.078-.13-.156-.248-.221-.378-.065-.117-.078-.26-.13-.39.052.012.338.117.312.156-.104.26.417.716.56.885.04.04.339.43.182.43.17 0 .404.26.482.39.117.196.091.443.17.651.078.26.442.378.65.495.183.091.34.222.521.287.274.104.339.013.573-.026.339-.053.378.325.651.468.17.092.534.222.716.144-.078.026.274.56.3.599.117.156.338.234.469.39a.2.2 0 0 0 .09-.117c-.051.143.196.417.326.39.144-.025.183-.312.183-.416-.26.13-.495.026-.638-.234-.026-.066-.235-.43-.052-.43.247 0 .078-.195.052-.378-.026-.182-.209-.3-.3-.455-.078.156-.338.117-.416-.014 0 .04-.04.105-.04.157-.065 0-.13.013-.195-.013.026-.156.04-.352.078-.521.065-.234.495-.69-.065-.664-.195.013-.273.091-.338.26-.066.156-.04.3-.222.378-.117.052-.508.026-.625-.04-.247-.142-.416-.598-.416-.858-.013-.352.169-.665 0-.99.078-.065.156-.195.247-.26.078-.053.17.038.208-.118-.039-.026-.09-.078-.104-.078.196.091.56-.13.73 0 .104.078.22.104.286-.026.013-.039-.091-.195-.04-.3.04.222.183.261.378.118.078.078.287.052.43.13.143.091.17.234.338.04.105.155.118.155.157.312.039.143.117.507.247.572.274.17.208-.286.182-.442-.012-.013-.012-.443-.026-.443-.416-.091-.26-.417-.026-.638.04-.026.339-.13.47-.234.116-.104.26-.287.194-.456.066 0 .118-.052.144-.117-.04-.013-.196-.143-.222-.13.091-.053.079-.13.026-.209.13-.078.066-.221.196-.273.143.195.43-.026.286-.182.13-.183.43-.092.508-.26.195.051.052-.196.156-.34.091-.117.248-.117.365-.182 0 .013.325-.182.221-.195.222.026.664-.208.326-.404.052-.117-.118-.169-.235-.195.091-.026.209.026.287-.026.169-.117.052-.17-.091-.208-.183-.052-.417.065-.56.156m-2.123 11.42a8.27 8.27 0 0 0 4.57-2.462c-.078-.078-.22-.052-.325-.104-.104-.039-.182-.078-.312-.104.026-.26-.26-.352-.443-.482-.17-.13-.273-.273-.52-.221-.027.013-.287.104-.235.156-.17-.143-.248-.221-.47-.286-.207-.066-.35-.326-.559-.092-.104.104-.052.26-.104.365-.17-.143.156-.312.026-.469-.156-.182-.43.117-.56.196-.078.065-.17.09-.221.169-.065.09-.091.208-.144.3-.039-.105-.26-.079-.273-.157.052.313.052.638.117.95.04.183 0 .482-.156.625s-.352.3-.378.521c-.026.157.013.3.157.339.013.195-.209.338-.196.547 0 .013.013.143.026.208"})),Ph=h("EarthLockIcon",t.jsx("path",{fillRule:"evenodd",d:"M22 3.5V4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-5c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1v-.5a2.5 2.5 0 0 1 5 0m-4.2.5h3.4v-.5c0-.94-.76-1.7-1.7-1.7s-1.7.76-1.7 1.7zm1.12 8c.04.33.08.66.08 1 0 2.08-.8 3.97-2.1 5.39-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H7v-2h2c.55 0 1-.45 1-1V8h2c1.1 0 2-.9 2-2V3.46c-.95-.3-1.95-.46-3-.46C5.48 3 1 7.48 1 13s4.48 10 10 10 10-4.48 10-10c0-.34-.02-.67-.05-1zM3 13c0 4.08 3.05 7.44 7 7.93V19c-1.1 0-2-.9-2-2v-1l-4.79-4.79C3.08 11.79 3 12.38 3 13"})),Th=h("EllipsisHorizontalIcon",t.jsx("path",{d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-8 2c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2"})),xh=h("EllipsisVerticalIcon",t.jsx("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-2 8c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2"})),Nh=h("EqualIcon",t.jsx("path",{d:"M19 10H5V8h14zm0 6H5v-2h14z"})),Oh=h("EyeIcon",t.jsx("path",{d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})),Dh=h("EyeHelloIcon",t.jsx("path",{d:"m6.728 12.11-.001.004c-.33.763-1.178 1.098-1.895.746-.717-.35-1.03-1.255-.7-2.018.084-.196.234-.485.458-.836a8.8 8.8 0 0 1 1.347-1.639C7.484 6.89 9.507 6 12 6s4.516.889 6.063 2.367c.544.52.99 1.077 1.348 1.639.223.35.373.64.458.836.33.763.016 1.667-.7 2.018-.718.352-1.566.017-1.896-.746l-.001-.003-.034-.066a4 4 0 0 0-.192-.331 5.9 5.9 0 0 0-.89-1.082C15.114 9.638 13.76 9.043 12 9.043s-3.114.595-4.155 1.59a5.8 5.8 0 0 0-.891 1.08 4 4 0 0 0-.192.332zM12 18a3 3 0 1 0 0-6 3 3 0 0 0 0 6"})),_h=h("EyeOffIcon",t.jsx("path",{d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"})),Fh=h("FileIcon",t.jsx("path",{d:"M4.01 4c0-1.1.89-2 1.99-2h8l6 6v12c0 1.1-.9 2-2 2H5.99C4.89 22 4 21.1 4 20zM13 3.5V9h5.5z"})),Zh=h("FileBookmarkStarIcon",t.jsx("path",{d:"M13.9744 2H7.03419C5.83761 2 5 2.84 5 4.04V18.08C5 19.16 5.83761 20 7.03419 20H10.0256V23L12.0598 22.04L14.094 23V20H16.9658C18.0427 20 19 19.16 19 17.96V7.04M13.9744 14.96V17L11.9402 16.04L9.90598 17V14.96L7.99145 14L10.0256 13.04V11L12.0598 11.96L14.094 11V13.04L16.1282 14M13.0171 8V3.44L17.4444 8H13.0171Z"})),qh=h("FileCodeIcon",t.jsx("path",{d:"M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6c-1.11 0-2.09-1.14-2.09-2.24L4 4c0-1.11.89-2 2-2m.17 13.5 3.74 3.74 1.42-1.41L9 15.5l2.33-2.33-1.42-1.41zm11.66 0-3.74-3.74-1.42 1.41L15 15.5l-2.33 2.33 1.42 1.41z"})),Bh=t.jsx(t.Fragment,{children:t.jsx("path",{fillRule:"evenodd",d:"M4 4c0-1.11.89-2 2-2h8l6 6v4.08a7 7 0 0 0-1-.08 7 7 0 0 0-7 7 7 7 0 0 0 .68 3H6a2 2 0 0 1-2-2zm14.5 5L13 3.5V9zm-.5 5a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82.003-.027c.02-.16.037-.312.037-.473 0-.17-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 20 14zm2.5 5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.66 1.5 1.5 1.5c.83 0 1.5-.67 1.5-1.5"})}),Uh=h("FileCogIcon",Bh),Wh=h("FileDocIcon",t.jsx("path",{fillRule:"evenodd",d:"M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm7 7V3.5L18.5 9zm1.5 5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.5h-1V14h-1v3h1v-.5h1v.5a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zm-8 4v-5h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1zm2-4h-1v3h1zm3-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zm0 1h1v3h-1z"})),Gh=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M12.5 14V15H11.5V14H12.5Z"}),t.jsx("path",{fillRule:"evenodd",d:"M20 8V20C20 21.1 19.1 22 18 22H5.99023C4.89023 22 4 21.1 4 20L4.00977 4C4.00977 2.9 4.9 2 6 2H14L20 8ZM6.5 18H9.5V17H7.5V16H9.5V15H7.5V14H9.5V13H6.5V18ZM10.5 13V18H11.5V16H12.5C12.7652 16 13.0195 15.8946 13.207 15.707C13.3946 15.5195 13.5 15.2652 13.5 15V14C13.5 13.7348 13.3946 13.4805 13.207 13.293C13.0195 13.1054 12.7652 13 12.5 13H10.5ZM15.5 13C15.2348 13 14.9805 13.1054 14.793 13.293C14.6054 13.4805 14.5 13.7348 14.5 14V15C14.5 15.2652 14.6054 15.5195 14.793 15.707C14.9805 15.8946 15.2348 16 15.5 16H16.5V17H14.5V18H16.5C16.7652 18 17.0195 17.8946 17.207 17.707C17.3946 17.5195 17.5 17.2652 17.5 17V16C17.5 15.7348 17.3946 15.4805 17.207 15.293C17.0195 15.1054 16.7652 15 16.5 15H15.5V14H17.5V13H15.5ZM13 9H18.5L13 3.5V9Z"})]}),Kh=h("FileEpsIcon",Gh),Xh=h("FileImageIcon",t.jsx("path",{d:"M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m0 18h12v-8l-4 4-2-2zM8 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4"})),Yh=h("FileLockIcon",t.jsx("path",{d:"M4 4a2 2 0 0 1 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm14.5 5L13 3.5V9zM12 11a3 3 0 0 1 3 3v1h1v4H8v-4h1v-1c0-1.64 1.34-3 3-3m-1 3a1 1 0 0 1 1-1c.55 0 1 .47 1 1v1h-2z"})),Qh=h("FilePdfIcon",t.jsx("path",{fillRule:"evenodd",d:"M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm7 7V3.5L18.5 9zm-2.5 4v5h2a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zm1 1h1v3h-1zm3-1v5h1v-2H17v-1h-1.5v-1h2v-1zm-8 0v5h1v-2h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1zm1 1h1v1h-1z"})),Rh=h("FilePptIcon",t.jsx("path",{fillRule:"evenodd",d:"M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm7 7V3.5L18.5 9zm1.5 5v-1h3v1h-1v4h-1v-4zm-8 4v-5h2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1v2zm2-4h-1v1h1zm2-1v5h1v-2h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1zm1 1h1v1h-1z"})),Jh=h("FileQuestionMarkIcon",t.jsx("path",{fillRule:"evenodd",d:"M4 4c0-1.11.89-2 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm14 4-4-4v4zm-6.05 2a3 3 0 0 1 3 3c0 .965-.593 1.482-1.17 1.986-.547.477-1.08.941-1.08 1.764h-1.5c0-1.368.707-1.909 1.328-2.385.487-.373.922-.706.922-1.365a1.5 1.5 0 0 0-3 0h-1.5a3 3 0 0 1 3-3m.8 8h-1.5v1.5h1.5z"})),eu=h("FileSearchIcon",t.jsx("path",{d:"M20 8v11.59l-3.83-3.84c.52-.79.83-1.73.83-2.75 0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.02 0 1.96-.31 2.76-.83l4.43 4.43c-.34.25-.74.4-1.19.4H5.99C4.89 22 4 21.1 4 20l.01-16c0-1.1.89-2 1.99-2h8zm-8 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3"})),ou=h("FileSearchOutlineIcon",t.jsx("path",{d:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zM6 4h7l5 5v8.58l-1.84-1.84a4.99 4.99 0 0 0-.64-6.28A4.96 4.96 0 0 0 12 8a5 5 0 0 0-3.53 1.46 4.98 4.98 0 0 0 0 7.05 4.98 4.98 0 0 0 6.28.63L17.6 20H6zm8.11 11.1c-.56.56-1.31.88-2.11.88s-1.55-.31-2.11-.88c-.56-.56-.88-1.31-.88-2.11s.31-1.55.88-2.11c.56-.57 1.31-.88 2.11-.88s1.55.31 2.11.88c.56.56.88 1.31.88 2.11s-.31 1.55-.88 2.11"})),tu=h("FileSvgIcon",t.jsx("path",{fillRule:"evenodd",d:"M20 8V20C20 21.1 19.1 22 18 22H5.99023C4.89023 22 4 21.1 4 20L4.00977 4C4.00977 2.9 4.9 2 6 2H14L20 8ZM7.5 13C7.23478 13 6.98051 13.1054 6.79297 13.293C6.60543 13.4805 6.5 13.7348 6.5 14V15C6.5 15.2652 6.60543 15.5195 6.79297 15.707C6.98051 15.8946 7.23478 16 7.5 16H8.5V17H6.5V18H8.5C8.76522 18 9.01949 17.8946 9.20703 17.707C9.39457 17.5195 9.5 17.2652 9.5 17V16C9.5 15.7348 9.39457 15.4805 9.20703 15.293C9.01949 15.1054 8.76522 15 8.5 15H7.5V14H9.5V13H7.5ZM11.5 18H12.5L13.5 13H12.5L12 15.5L11.5 13H10.5L11.5 18ZM15.5 13C15.2348 13 14.9805 13.1054 14.793 13.293C14.6054 13.4805 14.5 13.7348 14.5 14V17C14.5 17.2652 14.6054 17.5195 14.793 17.707C14.9805 17.8946 15.2348 18 15.5 18H16.5C16.7652 18 17.0195 17.8946 17.207 17.707C17.3946 17.5195 17.5 17.2652 17.5 17V15H16.5V17H15.5V14H17.5V13H15.5ZM13 9H18.5L13 3.5V9Z"})),nu=h("FileTextIcon",t.jsx("path",{d:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm2 16H8v-2h8zm0-4H8v-2h8zm-3-5V3.5L18.5 9z"})),ru=h("FileTextPencilIcon",t.jsx("path",{fillRule:"evenodd",d:"M15.91 9.595V5.199l4.396 4.396zm-3.997 3.998h6.392v-1.598h-6.392zM16.708 4l-7.114-.096c-.883 0-1.59.717-1.59 1.599L8 12l3 3 7.305.19v1.6H13.9v3.196h6.002c.883 0 1.601-.717 1.601-1.6v-9.59zM4.168 10.16a.52.52 0 0 0-.753 0l-1.254 1.253a.523.523 0 0 0 0 .755l.98.98 2.005-2.009zM4 14.017l5.934 5.936h2.014v-2.018L6.017 12z"})),cu=h("FileUserIcon",t.jsx("path",{d:"M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m8 18v-1c0-1.33-2.67-2-4-2s-4 .67-4 2v1zm-4-8a2 2 0 1 0 0 4 2 2 0 0 0 0-4"})),su=h("FileXlsIcon",t.jsx("path",{fillRule:"evenodd",d:"M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm7 7V3.5L18.5 9zm-5.5 6.5-1-2.5h1l.5 1.25.5-1.25h1l-1 2.5 1 2.5h-1L8 16.75 7.5 18h-1zm8-2.5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1v1h-2v1h2a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1h-1v-1h2v-1zm-2 5h-3v-5h1v4h2z"})),au=h("FingerprintIcon",t.jsx("path",{d:"M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39s-4.66 1.97-4.66 4.39c0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94s3.08 1.32 3.08 2.94c0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"})),lu=h("Fingerprint2Icon",t.jsx("path",{d:"M17.128 2.28a.33.33 0 0 0-.15-.439 11.26 11.26 0 0 0-7.214-.93 11.27 11.27 0 0 0-6.9 4.418.328.328 0 1 0 .53.387 10.6 10.6 0 0 1 6.5-4.161c2.333-.47 4.703-.151 6.794.875.163.08.36.013.44-.15M2.369 6.707a.33.33 0 0 0-.442.143 11.26 11.26 0 0 0-1.016 7.386.3.3 0 0 0 .018.062q.044.212.096.42a.328.328 0 1 0 .637-.158 11 11 0 0 1-.102-.455.3.3 0 0 0-.018-.06 10.6 10.6 0 0 1 .97-6.896.33.33 0 0 0-.143-.442m20.094 3.247c.147.751.213 1.508.199 2.26a.328.328 0 1 0 .656.013 11.4 11.4 0 0 0-.223-2.464.3.3 0 0 0-.019-.061 11.27 11.27 0 0 0-4.576-6.96.328.328 0 1 0-.378.537 10.62 10.62 0 0 1 4.323 6.615q.007.03.018.06M8.947 22.86c.137.12.344.106.464-.03 2.6-2.959 3.707-6.96 2.914-10.895a.328.328 0 0 0-.644.13 12.02 12.02 0 0 1-2.764 10.332.33.33 0 0 0 .03.463m.873-4.549a.328.328 0 1 1 .612.24 11.4 11.4 0 0 1-2.453 3.805.328.328 0 0 1-.47-.458A10.7 10.7 0 0 0 9.82 18.31m.68 4.857c.143.112.349.087.46-.056a14.03 14.03 0 0 0 2.766-11.161l.007-.003-.058-.286a1.709 1.709 0 1 0-3.35.676l.068.31c.231 1.35.201 2.71-.08 4.025a.328.328 0 1 0 .641.138c.323-1.504.335-3.064.025-4.605l-.03-.142a1.052 1.052 0 0 1 2.059-.367l.019.096a13.38 13.38 0 0 1-2.584 10.914.33.33 0 0 0 .057.461m-1.41-9.963a.328.328 0 0 1 .65-.088 9.94 9.94 0 0 1-3.07 8.599.328.328 0 0 1-.448-.48 9.29 9.29 0 0 0 2.868-8.03m5.907 1.54a.33.33 0 0 0 .327-.33 15.5 15.5 0 0 0-.255-2.749l.006-.002-.055-.273a3.08 3.08 0 0 0-6.036-.02.328.328 0 1 0 .642.134 2.424 2.424 0 0 1 4.722-.107l.025.124c.194.962.292 1.93.294 2.895 0 .181.148.328.33.328m-2.375 8.42a.328.328 0 0 1-.542-.371 14.8 14.8 0 0 0 2.493-6.673.328.328 0 1 1 .652.074 15.45 15.45 0 0 1-2.603 6.97M7.635 12.88l.065.312a7.92 7.92 0 0 1-2.64 7.244.328.328 0 1 0 .429.497 8.57 8.57 0 0 0 2.798-8.184l-.049-.241a3.796 3.796 0 0 1 4.06-4.293.328.328 0 1 0 .05-.655 4.453 4.453 0 0 0-4.713 5.32m6.75 10.067a.328.328 0 0 1-.566-.333 16.1 16.1 0 0 0 1.9-11.364l-.025-.124a3.79 3.79 0 0 0-1.848-2.443.328.328 0 1 1 .32-.573 4.44 4.44 0 0 1 2.199 3.01l.053.264c.74 4.023 0 8.097-2.033 11.563M6.41 16.619a.33.33 0 0 0-.425.187 6.6 6.6 0 0 1-1.962 2.706.328.328 0 0 0 .416.508 7.24 7.24 0 0 0 2.158-2.976.33.33 0 0 0-.187-.425m11.42.775a.328.328 0 0 1-.647-.107 17.5 17.5 0 0 0-.118-6.308l-.02-.097A5.168 5.168 0 0 0 6.89 12.763l.052.257c.147.73.18 1.466.102 2.19a.328.328 0 0 1-.653-.069 6.5 6.5 0 0 0-.041-1.7l-.059-.29a5.825 5.825 0 1 1 11.42-2.302l.042.21a18.2 18.2 0 0 1 .079 6.335m-2.033 5.155c.163.08.36.012.439-.151a18 18 0 0 0 1.219-3.262.328.328 0 0 0-.634-.17 17.5 17.5 0 0 1-1.175 3.144.33.33 0 0 0 .151.439m2.614-11.842a6.5 6.5 0 0 0-1.122-2.556.328.328 0 1 1 .531-.387 7.2 7.2 0 0 1 1.21 2.696l.001.001.024.117c.741 3.676.414 7.409-.897 10.838a.328.328 0 0 1-.614-.235 18.8 18.8 0 0 0 .89-10.363zM8.834 5.894c.076.165.27.237.435.162a6.56 6.56 0 0 1 6.878.887.328.328 0 1 0 .416-.508 7.212 7.212 0 0 0-7.567-.976.33.33 0 0 0-.162.435m-3.24 7.398a5.83 5.83 0 0 1-2.067 5.7.328.328 0 1 1-.412-.512 5.17 5.17 0 0 0 1.877-4.827l-.047-.23a7.19 7.19 0 0 1 2.522-7.014.328.328 0 0 1 .414.51 6.54 6.54 0 0 0-2.339 6.114zm-2.157-.952q.028.68.163 1.354l.036.178c.201 1.313-.299 2.623-1.303 3.474a.328.328 0 1 0 .425.5 4.46 4.46 0 0 0 1.49-4.283l-.052-.258q-.083-.495-.103-.992a.328.328 0 0 0-.656.027m16.914-2.284.05.25q.11.543.19 1.084a.328.328 0 1 1-.65.096q-.06-.4-.136-.802l-.05-.248a7.914 7.914 0 0 0-15.553.21.328.328 0 0 1-.646-.112 8.57 8.57 0 0 1 16.789-.478zm-.639 9.999a.33.33 0 0 0 .402-.233c.578-2.166.804-4.416.662-6.675a.328.328 0 1 0-.656.042 20.1 20.1 0 0 1-.64 6.464.33.33 0 0 0 .232.402m-17.457-6.09C1.17 8.583 4.653 3.341 10.035 2.255a9.9 9.9 0 0 1 3.297-.108.328.328 0 1 1-.088.65 9.3 9.3 0 0 0-3.079.102A9.284 9.284 0 0 0 2.853 13.59l.05.244a3.08 3.08 0 0 1-.764 2.708.328.328 0 1 1-.482-.447c.5-.539.732-1.272.624-2.005zm19.766 3.239c.295-2.37.207-4.783-.274-7.169l-.063-.28a9.94 9.94 0 0 0-6.657-7.225.328.328 0 0 0-.2.625 9.28 9.28 0 0 1 6.274 7.01l.057.28c.419 2.225.486 4.47.211 6.678a.328.328 0 0 0 .652.08"})),iu=h("Fingerprint3Icon",t.jsx("path",{d:"M3.074 14.924a.43.43 0 0 0 .295-.248.7.7 0 0 0 .048-.447A11 11 0 0 1 3.14 12.8q-.086-.753-.057-1.686.01-.257-.124-.4a.48.48 0 0 0-.334-.162q-.276-.028-.428.124a.6.6 0 0 0-.172.372q-.057.771.01 1.666.075.885.343 1.82.076.237.276.352.2.105.419.038m-.4-5.42q.21.087.429-.009a.62.62 0 0 0 .314-.371q.733-2.01 2.038-3.353a8.7 8.7 0 0 1 2.98-2.028 9 9 0 0 1 3.439-.686q1.21 0 2.171.238a7 7 0 0 1 1.762.686.83.83 0 0 0 .486.124.37.37 0 0 0 .333-.248q.114-.238.02-.41a.7.7 0 0 0-.267-.285 7.2 7.2 0 0 0-2.124-.895A10 10 0 0 0 11.874 2a10.6 10.6 0 0 0-3.914.733 9.45 9.45 0 0 0-3.305 2.21Q3.217 6.41 2.388 8.61q-.123.351-.028.59.104.228.314.305m18.838 3.315a.44.44 0 0 0 .362-.162.56.56 0 0 0 .124-.419q-.191-1.847-.667-3.267-.476-1.428-1.229-2.542a10.8 10.8 0 0 0-1.809-2.048.51.51 0 0 0-.419-.143.524.524 0 0 0-.476.543q.01.21.219.4a11.3 11.3 0 0 1 2.238 2.952q.895 1.686 1.124 4.134.029.228.162.39.143.162.371.162m-17.41 4.724q.134.19.362.228a.55.55 0 0 0 .439-.143q.485-.41.733-1.047.257-.638.248-1.343 0-.628-.134-1.105-.133-.485-.276-1.019-.133-.532-.133-1.305 0-1.332.504-2.504a6.7 6.7 0 0 1 1.41-2.067 6.6 6.6 0 0 1 2.067-1.4 6.2 6.2 0 0 1 2.514-.514q2.133 0 3.705 1.086 1.57 1.085 2.438 3.038.876 1.943.876 4.533.009 1.515-.21 2.58-.21 1.068-.447 1.687a.57.57 0 0 0-.029.419q.076.209.267.304.2.096.419.02a.51.51 0 0 0 .324-.305q.256-.715.495-1.896.238-1.18.238-2.819 0-2.171-.571-3.952-.562-1.781-1.629-3.067a7.26 7.26 0 0 0-2.552-1.99q-1.486-.705-3.324-.705-1.553 0-2.924.6a7.79 7.79 0 0 0-4.048 4.048 7.2 7.2 0 0 0-.59 2.904q0 .744.143 1.343.142.6.286 1.105.152.505.152.981 0 .457-.171.867a1.76 1.76 0 0 1-.477.685.59.59 0 0 0-.2.372.5.5 0 0 0 .096.38m2.162 1.686q.343-.172.715-.581.38-.4.685-.896.316-.504.448-.971a.55.55 0 0 0-.038-.4.49.49 0 0 0-.305-.286.5.5 0 0 0-.39.048.58.58 0 0 0-.257.333 3.4 3.4 0 0 1-1.334 1.82q-.247.161-.304.361a.56.56 0 0 0 .028.372q.085.18.286.257.21.075.466-.058m1.934-4.962-.372-1.048a4 4 0 0 1-.21-1.362q0-1.2.563-2.162a4.2 4.2 0 0 1 1.533-1.533 4.24 4.24 0 0 1 2.162-.562q.467 0 .752.038.296.038.572.143.276.095.666.295.22.096.4.048a.45.45 0 0 0 .277-.21.53.53 0 0 0 .038-.419.6.6 0 0 0-.296-.362 4.2 4.2 0 0 0-1.095-.428 5 5 0 0 0-1.314-.172q-1.114 0-2.086.41a5.3 5.3 0 0 0-1.695 1.143A5.3 5.3 0 0 0 6.96 9.78a5.2 5.2 0 0 0-.41 2.076q0 .838.19 1.543.191.705.42 1.276.105.239.304.333.21.095.458-.009a.49.49 0 0 0 .285-.295.61.61 0 0 0-.01-.438m7.114-4.953q.657.943.972 2.248.323 1.294.323 2.886 0 1.714-.438 3.228t-1.171 2.429a.62.62 0 0 0-.134.39.505.505 0 0 0 .562.514.47.47 0 0 0 .39-.2q.84-1.133 1.334-2.819.505-1.695.505-3.571 0-1.39-.181-2.419a9 9 0 0 0-.505-1.82 8.7 8.7 0 0 0-.724-1.437.65.65 0 0 0-.371-.295.5.5 0 0 0-.41.038.46.46 0 0 0-.257.343.66.66 0 0 0 .105.485M8.17 20.43a5.96 5.96 0 0 0 1.714-2.277q.6-1.371.591-2.952a6.7 6.7 0 0 0-.152-1.42 15 15 0 0 0-.296-1.104 3.4 3.4 0 0 1-.143-.933q0-.848.543-1.362.553-.514 1.429-.514.885 0 1.4.61.524.6.762 1.618.247 1.02.267 2.267A10 10 0 0 1 14.036 17a8.3 8.3 0 0 1-.82 2.18q-.522.963-1.2 1.544a.62.62 0 0 0-.209.352.55.55 0 0 0 .086.381.48.48 0 0 0 .371.21.51.51 0 0 0 .42-.134q.723-.657 1.304-1.762.59-1.104.943-2.523t.353-2.972q-.01-1.553-.343-2.79-.334-1.239-1.086-1.953-.743-.723-2-.723-.848 0-1.533.352a2.7 2.7 0 0 0-1.077 1q-.4.638-.4 1.495 0 .515.134 1.095.143.582.276 1.2.133.62.143 1.248a6.2 6.2 0 0 1-.476 2.495 4.75 4.75 0 0 1-1.41 1.895.54.54 0 0 0-.228.362q-.03.21.095.39.143.2.371.22a.51.51 0 0 0 .42-.134m2.124.723q.534-.39 1.105-1.18.57-.781.838-1.648a.7.7 0 0 0-.01-.381.4.4 0 0 0-.276-.295.52.52 0 0 0-.438.019.54.54 0 0 0-.257.276q-.333.886-.743 1.438-.41.563-.857.914a.66.66 0 0 0-.229.362.53.53 0 0 0 .077.39q.123.191.361.22a.57.57 0 0 0 .429-.115m2.467-5q.123-.618.133-1.314a8 8 0 0 0-.095-1.428 9 9 0 0 0-.324-1.41q-.095-.267-.286-.362a.48.48 0 0 0-.41-.028.5.5 0 0 0-.314.247.5.5 0 0 0-.028.42q.21.656.305 1.304.095.638.085 1.248-.008.61-.104 1.18a.55.55 0 0 0 .047.391q.096.18.343.219a.51.51 0 0 0 .41-.076.58.58 0 0 0 .238-.39"})),du=h("FlagIcon",t.jsx("path",{d:"M14.027 5.118 13.6 3H4v18h2.133v-7.412h5.974l.426 2.118H20V5.118z"})),hu=h("FolderIcon",t.jsx("path",{d:"M10.3333 5H4.83333C3.825 5 3.00917 5.825 3.00917 6.83334L3 17.8333C3 18.8417 3.825 19.6667 4.83333 19.6667H19.5C20.5083 19.6667 21.3333 18.8417 21.3333 17.8333V8.66667C21.3333 7.65834 20.5083 6.83334 19.5 6.83334H12.1667L10.3333 5Z"})),uu=h("FolderArchiveIcon",t.jsx("path",{d:"M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-2 6h-2v2h2v2h-2v2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2v2h2z"})),fu=h("FolderNetworkIcon",t.jsx("path",{d:"M3 15V5a2 2 0 0 1 2-2h6l2 2h6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-6v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H5a2 2 0 0 1-2-2"})),vu=h("FolderOutlineIcon",t.jsx("path",{d:"M12 6h8c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2h6zM4 8v10h16V8z"})),pu=h("FolderPlusIcon",t.jsx("path",{d:"M12 6h8c1.11 0 2 .89 2 2v10c0 1.11-.89 2-2 2H4c-1.11 0-2-.89-2-2l.01-12c0-1.11.88-2 1.99-2h6zm4 8h3v-2h-3V9h-2v3h-3v2h3v3h2z"})),mu=h("FolderRightIcon",t.jsx("path",{d:"M12 6h8a2 2 0 0 1 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.11.89-2 2-2h6zm2 9v3l5-5-5-5v3h-4v4z"})),gu=h("FolderShareIcon",t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.1667 6.83334H19.5C20.5083 6.83334 21.3333 7.65834 21.3333 8.66667V17.8333C21.3333 18.8417 20.5083 19.6667 19.5 19.6667H4.83333C3.825 19.6667 3 18.8417 3 17.8333L3.00917 6.83334C3.00917 5.825 3.825 5 4.83333 5H10.3333L12.1667 6.83334ZM16.31 15.5002C16.5483 15.284 16.86 15.1459 17.2083 15.1459C17.9463 15.1459 18.5467 15.7487 18.5467 16.4896C18.5467 17.2305 17.9463 17.8333 17.2083 17.8333C16.4704 17.8333 15.87 17.2305 15.87 16.4896C15.87 16.3884 15.8838 16.2871 15.9067 16.1905L12.6433 14.2762C12.3958 14.5063 12.0704 14.6489 11.7083 14.6489C10.9475 14.6489 10.3333 14.0323 10.3333 13.2684C10.3333 12.5045 10.9475 11.8879 11.7083 11.8879C12.0704 11.8879 12.3958 12.0305 12.6433 12.2606L15.8746 10.3693C15.8517 10.2635 15.8333 10.1576 15.8333 10.0472C15.8333 9.2833 16.4475 8.66667 17.2083 8.66667C17.9692 8.66667 18.5833 9.2833 18.5833 10.0472C18.5833 10.8111 17.9692 11.4277 17.2083 11.4277C16.8463 11.4277 16.5208 11.2851 16.2733 11.055L13.0421 12.9463C13.065 13.0521 13.0833 13.158 13.0833 13.2684C13.0833 13.3788 13.065 13.4847 13.0421 13.5905L16.31 15.5002Z"})),Cu=t.jsxs(t.Fragment,{children:[t.jsx("mask",{id:"a",width:"21",height:"17",x:"2",y:"4",maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:t.jsx("path",{fill:"#fff",fillRule:"evenodd",d:"M20.035 6.051h-8l-2-2h-6c-1.1 0-1.991.9-1.991 2l-.009 12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2m-16.5 12.5v-11h17v11zm6.405-4.572a1.421 1.421 0 0 1-2.175-.278 1.4 1.4 0 0 1-.227-.766 1.433 1.433 0 0 1 1.429-1.43c.377 0 .719.148.973.387l3.359-1.961a1.5 1.5 0 0 1-.043-.334c0-.788.641-1.43 1.43-1.43a1.432 1.432 0 0 1 1.401 1.718 1.43 1.43 0 0 1-1.4 1.142c-.376 0-.717-.148-.971-.386l-3.361 1.961q.042.162.043.334-.001.173-.043.333l3.396 1.979c.112-.101.243-.179.383-.241a.1.1 0 0 0 .022-.013l.02-.013q.238-.098.511-.099a1.39 1.39 0 1 1-1.352 1.077z",clipRule:"evenodd"})}),t.jsx("g",{mask:"url(#a)",children:t.jsx("path",{fill:"#000",d:"M0 0h24v24H0z"})})]}),Iu=h("FolderShareOutlineIcon",Cu),Mu=h("FolderSharePlusIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 6h8c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2h6zm4.52 9.455c.26-.236.6-.387.98-.387.805 0 1.46.658 1.46 1.466S18.305 18 17.5 18s-1.46-.658-1.46-1.466q.001-.166.04-.326l-3.56-2.088a1.5 1.5 0 0 1-1.02.406c-.83 0-1.5-.673-1.5-1.506a1.5 1.5 0 0 1 1.5-1.506c.395 0 .75.156 1.02.407l3.525-2.064A1.7 1.7 0 0 1 16 9.506a1.501 1.501 0 1 1 3 0 1.5 1.5 0 0 1-1.5 1.506 1.5 1.5 0 0 1-1.02-.407l-3.525 2.064c.025.115.045.23.045.351s-.02.236-.045.351zm-9.092-9.14h-1.38v1.74h-1.74v1.38h1.74v1.741h1.38v-1.74h1.74v-1.38h-1.74z"})),wu=h("FolderUserIcon",t.jsx("path",{fillRule:"evenodd",d:"M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-5 3c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-4 7v1h8v-1c0-1.33-2.67-2-4-2s-4 .67-4 2"})),ku=h("FolderUsersIcon",t.jsx("path",{d:"m10 4 2 2h8c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2zm.35 9.286c-1.282 0-3.85.627-3.85 1.875V16.5h3.85v-1.205c0-.455.181-1.254 1.303-1.86a7 7 0 0 0-1.303-.149m4.125.535c-1.007 0-3.025.494-3.025 1.474V16.5h6.05v-1.205c0-.98-2.019-1.474-3.025-1.474m0-3.75c-.76 0-1.375.601-1.375 1.34s.616 1.339 1.375 1.339c.758 0 1.37-.6 1.37-1.339 0-.74-.611-1.34-1.37-1.34M10.35 9c-.913 0-1.65.718-1.65 1.607 0 .89.737 1.607 1.65 1.607s1.644-.717 1.644-1.607c0-.889-.731-1.607-1.644-1.607"})),bu=h("FolderXIcon",t.jsx("path",{fillRule:"evenodd",d:"m12 6-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zm2.59 7-2.13-2.12 1.42-1.42L16 11.59l2.12-2.13 1.42 1.42L17.41 13l2.13 2.12-1.42 1.42L16 14.41l-2.12 2.13-1.42-1.42z"})),yu=h("FoldersIcon",t.jsx("path",{d:"M22 4h-8l-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M2 6H0v14a2 2 0 0 0 2 2h18v-2H2z"})),Su=h("FootballIcon",t.jsx("path",{d:"M13.672 2.422c-2.546.625-5.141 2.07-7.185 4.065-1.996 2.044-3.44 4.639-4.065 7.185-.624 2.559-.428 5.056-.22 6.402.184 1.36.38 1.555 1.726 1.75 1.334.184 3.844.368 6.39-.256s5.141-2.069 7.186-4.064c1.995-2.045 3.44-4.64 4.064-7.186s.44-5.056.257-6.39c-.196-1.346-.392-1.542-1.75-1.726-1.347-.208-3.844-.404-6.403.22M7.356 17.75l-1.114-1.114 1.469-1.482-1.47-1.48 1.115-1.115 1.48 1.47 2.045-2.033L9.4 10.514 10.514 9.4l1.481 1.481 2.032-2.044-1.469-1.481 1.114-1.114 1.481 1.469 1.482-1.47 1.114 1.115-1.47 1.48 1.47 1.482-1.114 1.114-1.482-1.469-2.044 2.032 1.481 1.481-1.114 1.114-1.48-1.48-2.033 2.043 1.469 1.482-1.114 1.114-1.481-1.47z"})),Hu=h("FootprintsIcon",t.jsx("path",{d:"M11.078 11.72c.47 1.23.42 2.51-.99 3.02-2.9 1.07-3.55-1.74-3.59-1.88zm-5.03-.81 4.32-1.07c-.19-1.05.1-2.1.1-3.34 0-1.68-1.33-4.97-3.45-4.44-2.42.6-2.77 3.29-2.68 4.59.12 1.3 1.64 4.08 1.71 4.26m12.14 8.94c-.03.15-.69 2.95-3.59 1.89-1.4-.52-1.46-1.8-.99-3.03zm2.15-6.2c.1-1.3-.24-4-2.67-4.6-2.11-.55-3.44 2.76-3.44 4.45 0 1.23.28 2.28.11 3.33l4.3 1.07c.08-.18 1.59-2.96 1.7-4.25"})),Au=h("ForwardIcon",t.jsx("path",{d:"M14 9V5L21 12L14 19V14.9C9 14.9 5.5 16.5 3 20C4 15 7 10 14 9Z"})),Vu=h("GamepadIcon",t.jsx("path",{d:"M7.338 6h10a6 6 0 1 1-4.47 10h-1.06a6 6 0 1 1-4.47-10m-1 3v2h-2v2h2v2h2v-2h2v-2h-2V9zm9.5 3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m3-3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"})),Lu=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"m20.38 8.57-1.23 1.85a8 8 0 0 1-.22 7.58H5.07A8 8 0 0 1 15.58 6.85l1.85-1.23A10 10 0 0 0 3.35 19a2 2 0 0 0 1.72 1h13.85a2 2 0 0 0 1.74-1 10 10 0 0 0-.27-10.44z"}),t.jsx("path",{d:"M10.59 15.41a2 2 0 0 0 2.83 0l5.66-8.49-8.49 5.66a2 2 0 0 0 0 2.83"})]}),zu=h("GaugeIcon",Lu),Eu=h("GemIcon",t.jsx("path",{d:"M16 9h3l-5 7m-4-7h4l-2 8M5 9h3l2 7m5-12h2l2 3h-3m-5-3h2l1 3h-4M7 4h2L8 7H5m1-5L2 8l10 14L22 8l-4-6z"})),$u=h("GiftIcon",t.jsx("path",{fillRule:"evenodd",d:"M22 12v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h3.17A3 3 0 0 1 9 2c1 0 1.88.5 2.43 1.24v-.01L12 4l.57-.77v.01C13.12 2.5 14 2 15 2a3 3 0 0 1 2.83 4H21a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1M4 20h7v-8H4zm16-8v8h-7v-8zM9 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2m5 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0M3 8v2h8V8zm10 2V8h8v2z"})),ju=h("Gift2Icon",t.jsx("path",{fillRule:"evenodd",d:"M6.17 6c-.84-2.26 1-4.08 2.89-4.07.87.01 1.74.4 2.37 1.29L12 4l.57-.76C14.6.42 19 2.73 17.83 6H21a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1h-9V8h-2v3H2a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2zm3.54-.29C10.34 5.08 9.89 4 9 4a1 1 0 0 0-1 1c0 .89 1.08 1.34 1.71.71M15 4c.89 0 1.34 1.08.71 1.71S14 5.89 14 5a1 1 0 0 1 1-1M2 20v-8h9v8h2v-8h9v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2"})),Pu=h("GiftCardIcon",t.jsx("path",{fillRule:"evenodd",d:"M20 6h-2.18c.11-.31.18-.65.18-1a2.996 2.996 0 0 0-5.5-1.65l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2m-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m-5 1c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1M4 19v-2h16v2zM4 8v6h16V8h-5.08L17 10.83 15.38 12 13 8.76 12 7.4l-1 1.36L8.62 12 7 10.83 9.08 8z"})),Tu=h("GlobeIcon",t.jsx("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"})),xu=t.jsxs(t.Fragment,{children:[t.jsx("path",{fillRule:"evenodd",d:"M19.87 13.398c.68.196 1.314.46 1.89.78a10 10 0 0 0-2.689-9.25A10 10 0 0 0 12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 7.908 9.779c-.499-.715-.811-1.514-.889-2.361A8 8 0 0 1 5.08 16H8c.269.96.596 1.89 1.006 2.773.099-1.993 1.493-3.737 3.57-4.773H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .446-.03.883-.076 1.318a10.3 10.3 0 0 1 2.035-.304q.04-.502.041-1.014c0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2 0 .476-.048.944-.13 1.398M5.08 8H8c.35-1.25.8-2.45 1.4-3.56-1.83.62-3.37 1.9-4.32 3.56M4 12c0 .69.1 1.36.26 2h3.38c-.08-.66-.14-1.32-.14-2s.06-1.34.14-2H4.26c-.16.64-.26 1.31-.26 2m9.91-4C13.5 6.57 12.83 5.23 12 4.03c-.83 1.2-1.5 2.54-1.91 3.97zm2.06 0h2.95a8 8 0 0 0-4.33-3.56c.6 1.11 1.06 2.31 1.38 3.56"}),t.jsx("path",{d:"M17 18c-.56 0-1 .44-1 1s.44 1 1 1 1-.44 1-1-.44-1-1-1m6 1c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4s5.06 1.66 6 4m-3.5 0a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"})]}),Nu=h("GlobeEyeIcon",xu),Ou=t.jsxs(t.Fragment,{children:[t.jsx("path",{fillRule:"evenodd",d:"M19.752 10.047c.78.097 1.513.344 2.17.712A10.004 10.004 0 0 0 12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 13.968 9.179 6.02 6.02 0 0 1-2.708-3.426A14.4 14.4 0 0 1 12 19.96c-.83-1.2-1.5-2.53-1.91-3.96H13c0-.701.12-1.374.341-2H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2v.031a6 6 0 0 1 1.924-1.452q-.028-.29-.064-.579h3.38zM5.08 8H8c.35-1.25.8-2.45 1.4-3.56-1.83.62-3.37 1.9-4.32 3.56M8 16H5.08a8 8 0 0 0 4.32 3.56C8.8 18.45 8.35 17.25 8 16m-4-4c0 .69.1 1.36.26 2h3.38c-.08-.66-.14-1.32-.14-2s.06-1.34.14-2H4.26c-.16.64-.26 1.31-.26 2m9.91-4C13.5 6.57 12.83 5.23 12 4.03c-.83 1.2-1.5 2.54-1.91 3.97zm2.06 0h2.95a8 8 0 0 0-4.33-3.56c.6 1.11 1.06 2.31 1.38 3.56"}),t.jsx("path",{d:"M19.5 20.5V22H18v-1.5zm-2-5H16V15c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .97-.5 1.88-1.29 2.41l-.3.19c-.57.4-.91 1.01-.91 1.7v.2H18v-.2c0-1.19.6-2.3 1.59-2.95l.29-.19c.39-.26.62-.69.62-1.16 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5z"})]}),Du=h("GlobeQuestionMarkIcon",Ou),_u=t.jsxs(t.Fragment,{children:[t.jsx("circle",{cx:"12",cy:"12",r:"12",fill:"#636363"}),t.jsx("mask",{id:"a",width:"24",height:"24",x:"0",y:"0",maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:t.jsx("circle",{cx:"12",cy:"12",r:"12",fill:"#fff"})}),t.jsxs("g",{mask:"url(#a)",children:[t.jsx("path",{fill:"url(#b)",fillRule:"evenodd",d:"M23.082 7.009c.78 1.826 1.076 3.744.838 5.701-.512 4.219-2.487 6.975-6.503 9.29-1.113-1.014-2.238-2.177-3.3-3.24.066-.155.213-.612.332-.657 2.602-.996 3.962-2.265 4.568-5.014.057-.258.797-.984 1.087-.973.6.025.729.009 1.329 0 .139-.002.485-.16.66 0 .747-.42.82-.52.466-1.115-.267-.448-.55-.496-1.023-.498-1.93-.006-3.793.005-5.723 0-.644-1.859-2.43-2.455-4.099-2.12-1.44.29-1.819.582-2.304 1.943-.517 1.452-.004 2.45 1.093 3.548 1.4 1.403 2.339 2.35 3.744 3.749.12.119-.182 1.19-.13 1.364-1.285.34-3.441.83-4.707.474-4.225-1.187-6.205-6.968-5.115-11.078.49-1.844 2.375-3.035 3.973-4.037 1.374-.86 3.213-.854 4.85-.722 1.657.134 2.853.28 4.084 1.37.3.267 1.672-1.207 1.789-1.561.41-1.243.624.677 1.52-.201 1.138 1.07 1.964 2.353 2.571 3.777",clipRule:"evenodd"}),t.jsx("path",{fill:"#a6a6a6",fillRule:"evenodd",d:"M17.78 22.721c-1.041.592-2.184.915-3.355 1.102-2.397.385-4.737.152-6.976-.805-2.956-1.265-5.081-3.35-6.414-6.212A11.1 11.1 0 0 1 0 12.044c.014-2.891.944-5.491 2.868-7.722C4.744 2.147 7.108.742 9.976.227c3.763-.677 7.16.164 10.153 2.5.312.244.631.485.871.805-.932.898-1.875 1.785-2.79 2.7-.28.278-.437.292-.75.02-1.281-1.115-2.788-1.722-4.512-1.859-1.705-.135-3.285.217-4.714 1.098-1.664 1.024-2.936 2.414-3.446 4.3-1.135 4.201 1.104 8.35 5.502 9.563a7.67 7.67 0 0 0 4.009.012l.167.036c1.12 1.128 2.155 2.282 3.313 3.32",clipRule:"evenodd"}),t.jsx("circle",{cx:"2",cy:"12",r:"1",fill:"#c1c1c1"}),t.jsx("circle",{cx:"5",cy:"5",r:"1",fill:"#c3c3c3"}),t.jsx("circle",{cx:"12",cy:"2",r:"1",fill:"#c1c1c1"}),t.jsx("circle",{cx:"5",cy:"19",r:"1",fill:"#bfbfbf"}),t.jsx("circle",{cx:"12",cy:"22",r:"1",fill:"#bebebe"}),t.jsx("circle",{cx:"19",cy:"20",r:"1",fill:"#767676"}),t.jsx("path",{fill:"url(#c)",fillRule:"evenodd",d:"M13.709 18.965c-.052-.176-.203-.273-.323-.392-1.412-1.4-2.832-2.794-4.24-4.199-1.102-1.1-1.423-2.41-.903-3.865.487-1.364 1.496-2.157 2.945-2.447 1.676-.335 3.589.708 4.236 2.57.192.44.483.948-.623.957-.185.002-3.069-.93-3.25-.891-.504.108-.528.63-.502 1.098.03.523.372.732.909.764 1.45.087 2.653-.094 4.103-.104 1.923-.014 1.66-.747 3.582-.867-.048.239.73.276.127.252-.291-.012-.56 1.195-.617 1.454-.61 2.753-2.338 4.529-4.953 5.526-.12.045-.25.064-.33.179z",clipRule:"evenodd"}),t.jsx("rect",{width:"12",height:"2",x:"11",y:"11",fill:"url(#d)",rx:"1"})]}),t.jsxs("defs",{children:[t.jsxs("radialGradient",{id:"b",cx:"0",cy:"0",r:"1",gradientTransform:"rotate(53.097 -2.07 10.345)scale(18.7648 19.058)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#686868"}),t.jsx("stop",{offset:"1",stopColor:"#626262"})]}),t.jsxs("radialGradient",{id:"c",cx:"0",cy:"0",r:"1",gradientTransform:"rotate(57.217 -2.632 13.838)scale(10.8265 11.2577)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#4e4e4e"}),t.jsx("stop",{offset:"1",stopColor:"#464646"})]}),t.jsxs("radialGradient",{id:"d",cx:"0",cy:"0",r:"1",gradientTransform:"rotate(.935 -718.34 707.941)scale(11.5494 1.94282)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#b1b1b1"}),t.jsx("stop",{offset:"1",stopColor:"#afafaf"})]})]})]}),Fu=h("GoogleAuthenticatorLogoIcon",_u),Zu=h("GoogleLogoIcon",t.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("rect",{width:"24",height:"24",fill:"url(#pattern0_124_6)"}),t.jsxs("defs",{children:[t.jsx("pattern",{id:"pattern0_124_6",patternContentUnits:"objectBoundingBox",width:"1",height:"1",children:t.jsx("use",{xlinkHref:"#image0_124_6",transform:"scale(0.00416667)"})}),t.jsx("image",{id:"image0_124_6",width:"240",height:"240",preserveAspectRatio:"none",xlinkHref:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAA8KADAAQAAAABAAAA8AAAAADV6CrLAAAm60lEQVR4Ae2dd2AVxd73Z9sp6TlJKEmo0jT0ICJFgqKAiHp9X7iv7bnX7lWvvSuaRxQpIhbUR73X/ugVLFgAUTQBaQIJVUroNZDeTt0y7yyKUnKSU2bbOb/9Izlnd+Y3v/nMfM/szszOIAQHEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEDCWAGNs8pB6qAQaHuvXQ8JsPpLYPoyCu8kelIO9KAt7mVQsMk6EsID9DKdgxGE/YhhMzvgZBpH/SECI4bD6CTF2JDM8lpEd+Vkb9jAC00i+1zEO5RAjcDuQTdnEIbwudeaGnaH6BuGMIwACNo59syk3TO3XQ27gxiteNFyuR3m4gcmVapgEpIpRz8OOMZeO3Gyycph3om3IiVbxaczXKYUl2/V0A9JqmYC+laJlX+LuKn4zX6g/JP1FruImyXXMeVI10x43MpyZQbBpSORcpLVOk9dydvab9JSz5jKF8wJm9jmWfQMB61y6NQ8MGod9+EalHg8Xj7JtsVvnlpVyfhkHxnw7fJhNx8VsMvOma3rJcspJgLkWCICAW4BD4xKeO5Gr37zrFukYukU6xPWRaxnyRBq7BxFygMtWSvgU9LrrxdKPYjen5sgZCFiDcsCFiK/1DrgF17C3+g+iPrieNfVtsQYIjptkUhXJlo03shl4lmvm+k+0Siee7YKAKZa++5lBA3xHlRn+vUwBrmN5iqYtb4rLUHx8Dlpid/GPJD//y1bLZ8gkGQABR1kQuLCAr/PWPy4dZm8X97HtyQANHC0QULvo+I7KIXsOnpY6s/S1FoLCpRAIgIBDgNRckMbCvm185eyr8kH+SvJca2suDJxrmQCXpXjZjspc4Sx8b/p9G+paDg1XmyMAAm6OSgvnGl4a1FPcrrzl28mOQB5r9yC3kE1dLzGJWLGdJS10dJRuTnpiyzFdE7d4YiDgEAuw4bHBPfy14jviDm4o9oFwQ8QWXjAnxvZuyjIuC/8t/bn1+8OLHJ+hQcCtlHtd4bldxYPix4FdwnkIpiu0QovSZVXI3aUFTPumazMKdzVQshqTZkDAQYoVv5jrrD3c5l3vRnYSsvhkiyBZNP1pNgVLjk7KB2n5zO3MbSWi6R02wEEQcDPQax8fMDmwhX1CqmTtzVyGUzoT4NtgD99duTfjhdK3dU7a9MmBgE8qoronB4wO7GM+FndzWSedho9mIEBqqq2bUmZrK18Gb0r9WSAgYMICv9LNXrsz5XPfRm48hhu1P2uHGT+R52NHb+k9l2vDzUwhUszoop4+xb2AG6b0u8y7mf9YOsgm6wke0oqOgNBBqbZ3Fy9LfW7T6ugsWTt23AoYF+bZaptsX/rW8pdi6F22Zi0m7yw7z5E/TH99/d9JRT6+YIE1MxK513Ep4NrH+43yb+O/lo+ySZGjg5hmISB0lI45ugoXpDy/pswsPunlB6tXQmZJp/qxAS97Vwk/gnjNUiLR+yEe4Ns2lchbax4ceFf01qxlIW5aYPxB38Tq1fzP/o3cAOj6sFYlDdlbUpvtveWlGdlnXRIvq4TEhYCbnju3v3ujvFQ6yKWEXBkgoGUJ8B2UKlt3ZVA8TMeM+Vvo2kf73ddQjEtAvJbVY9iOkxGFTN96rqz60YFjw45ssQgx3QLXPjDgbe8v/M3wjq7FaiUld8kSutjZX3o6/aX1UyiZNJ2ZmBQwWQGZqb1n4EJvCTcWnndNV+f0dYjUcEc/+T8Zb5RerW/C+qQWcwImS7UmVK3BGwJbue76IIRUrEDAcY602tVh/bBYm70VUwJWV8nw7hR+FfewmVaoVOCjvgTs3ZWyjK4leUTEkr4pa5dazHRiuWfnt/f8KpSBeLWrLJa3bFeOxJJ41fKICQF7XuyX07QCb5cOsamWr2SQAU0I2HtLxZlvrx+liXEDjVp+vWLPrHM7NP2CiHg5eBnBwIpk5qRjVbwqc0s/AzfNOLede61cBuI1s3yM9S2WxWtpATdMHZzhXa/slg4xcNtsrEZMm3qsi1cFb8lnYPxmdoJvq7wNxGta7RjuWDyI15ICVidpVJe0LxF3s7DsjeEyMacD8SJeSwqYzLD60b+Z7WXOqgNeGU0gnsRrOQHXPDrwVe86LuaGAoyu9LGSfryJ11ICrn28/z2+ldxd8blwSqxITLt82PvIS2NxnLc1YpYYRnI/P2hAfRFehxtZS3a6tVYIcD06AvHY8p4gZnpBqD3OTRuUYhDviSKD/ycTiGfxqhxMvwl1zab2K6QDLKykcXKthc/HCcS7eFUIphYwee590bOU7Q/19VQCjANhPktxswm4iry0fkBhcZlgxztwIrubc+OjiBWq/QGhKXPOiqPlhfmOBIlrq4hyDll5NR2JiEx8YTpgSe4ue0hvvofpoDShDLmeWA1YZ9fF48+8b8Xe3OZTS7r1b6Z9Bq6Z3HeEb6VtKY73PXhJCfHtFC+XgbcyTlTE2vG3aeeuX85MQnLrxRteiJpH8ocjr3StVM+PVKpRV7mG7A1lwtWWfxNvaUF4uYvN0KYUMJ6bZ6uYa6+UDsfpInRkw2t7tlzGuJjFQgb7RsrkdTuMqH7qnsiSV7pFrkITAwe5jmR7VcPrC4j31JpgeIGc6s5v32ru6bfIu8YW8wuSnZx3RkBI6KiUC+2UDzxJ7DPZhSWek68b/bm2sH+aUss9IFeja8SDbBcjxAzPvGfWAtMJuGH6gMubFvJfxct2J1wm9ghdlU8dnZknEu8rKT+ziMx3xv14fntfDXpF3M9cIdepPz3aH9DyNs/YVAIm61kJFcW4WtoX4+/2Eup8rlLHt0dzXC+XPEW+mvBJs/kKc/JZXIj4mtr8p6VydAdZytV18jWan6HlDU7TVAKuuW/AfO9q/org7lr/irqPT8LZ+P6kwg0fWz83f+ag9uH+fyP7Ks8Wj7Dpf56N/hO0vC0zNI2AyTNWgaeILyJDGS17bNGrpCe5gc/B92bMKX3XolkIye3qe/KnBHYyDyu1jC2kCC0EAvG2AOf3S6ZRS+XfB5YHdnDtWnfZWiGYJKw48uQ302evv5OMslryVjlc4riwwFFV0fCeuIOdSIYBI5rtB+INjbopBFw3ZcAj7kX8tJiq3oQs6Zza4+jAjYvHbS/V6tdQmN/LuwMtkfaxZBJJ6Ac884bOynAB43c7Oyq+yaiVyllH6G6bOySbiiV7L+le10sbXjO3p/p4V3t3/zmeLfwdyNv6TC9oecMrk4hub8JLouXQ9dtc78aSePnOSrlzCNMTxPtnuae/suGuhGFivtBBqfzz7JmfQLxnMmntjKEtsOeV83LrF8j7lYbInpNay5ye1xmyQK+jrzw/vU3p/yGLhyt6pm2VtMiwE1tTMXCxbwM3+vTHJbhtjqwUDW2BZck7HbtjQLwJWLYPkW90vV76FxBv8Iqossl4vfRi57niTGT7U8LHW94YXHQ9OAl6VwxrgfGyAVmiIu1RKpikuo9tSD5mmCtR0eQyFX9CT2VUygvrV0VlKM4iVz088KrAZuZTW66yPB5X0qBV3IapRizq/RJimHvUjKjTJpu+EpC31FobRZDZVPX2vuKAtMmb9tIqkHiy0/hg3zbJL2yqiKc8086rIQLGP/bLETllF0n8lJ5n32YONX0hIMVHO5v07fEdlUrHebZeqfevqqFvHSwCgdAIGPIMLLHKP08Xr+quo4+M0u/2I9JbGZr3BoXicpQjuIPYBcRrUAFAsn8Q0P2eFS/vmSxj9n8ZRFaAaOZgnUTIA2Wkdm2J+8gfk81dUlte1Ens1u6FTe5m3IdTQEBXArq3wKJov4mIN62lXKpDMokXSSj1ugBiE1sKqe81PkdpsPcP9ATx6ssdUgtOQNcWGM+dyKGkqo+IOyG9scJn4eOtsXSUQWR5l+C50OEK58J+Rx/UL+3pDUd0SA6SAAIhEdBVFXLW9gnkjrhrSJ79HohNwijt7yJKvkxEastsyOHEiq2bODrt2ZLdhqQPiQKBIAT0FTCDbgniR8uniZfOYTJKuymAuFR9H4rVHw3nAOUfrpc3Lm/ZSbgKBPQnoNswEi7qmysyyj7y/BtVO6oOMalDTeqQkx6HvbfyVebbJVfqkRakAQTCJaBbCywhdHO04lUzp76zlHINuaWeSG6phXCzG154oYNckZFTclV4sSA0ENCPgC4CJnv6spjBN9DMlpMMNaXf7kcc6ejS4mBTsGTrwQyFuc1a0AWbtAjoImBpad9h5F69Iy2nT9jhszFy/dOPnENJ+075sPVQHoJOK8pQwRx1AroImMH4r9Q9/92gehudPEE6fltNa0kAWxelLOPV0pe08hnsAgFaBDQXsHr7TPYA0fw5kto0TCfG9k62mF4Zk1blATvGE9BcwNKyvgUsg9rrkVUunYwZ3xY4PuQU6SYgtt743ynPr9quh7+QBhCIloDmAmYUrHnrezIEdZBKnfSRdoOI1Ekg4Rx8huLOLC+5PZw4EBYIGElAcwGTlnCcERm0dZeR654AUv+HepC1Ex9k5tHf9S/U9CEcEAiXgKYTOXw/9+vByYohO+v9AYK8mehdRd4zXiQg3IKWycv5lW3nlbT5Ix58AAIWIKBpC8wq2JDW9xTuJIehTMO0dVcePSUefAECFiCgqYAxxmPNwkDooqD0e/3HFw043SfymmBt+tT175x+Hr4DAbMT0EzAuKiAJ/fnw80EINg0TK4tfsFMfoIvQCBUApo9AweKeg9iGGZtqI7oHU6uYFDd/5K1TQPY125RSSIBYe51fPQGBOlZgoBmLTB57cBUre/ppcG1IdMw7yTTMC9QXgbxnk4HvluFgGYCZhg8zPQQbMiXOgRPM72f4CAQCEJAMwGT1ejOD5KmmU5/zYzaUGcmh8AXIBAOAT6cwKGGxUt6t5UQE9aWkqHaphmODHN9QNOeGW1l3VIc3nQ0M2YiBny6rcfPXZ99aPJe2lnRpAWWBNSPtqO07WGEK7gU+/e07YI9INAcAYVVLm3ufLTnNBEwwkzvaB3TOj6LmPnMoBJR63TAPhBQCdQFnCO0IKGJgMkrhH21cJaqTQb/RNUeGAMCLRCo8TvzWrgc8SVNBEx6oPtE7JEOEckPDOZEVKxDUpAEEDhO4Jg3rYMWKDQRMEZMNy2cpWWTYdBWZvSWY7TsgR0g0BqBw03pya2FieQ6dQHjJb0yyMSIlEic0SsO8Q9un/WCDekcJ1AbSGKfe/vxtrRxUBewyAqdaTtJ3x4uom8TLAKBlgmI9Sz1uRHUBcwyTJeWs2H8VU6WS433AjyINwJNWOhPO8/UBYxZpRNtJ2naI684etGF2w7StAm2gEAoBDyi4+xQwoUThrqAyUsM7cJxQO+w5A2pnaQTC9480hs8pIfckp16TzR1ATNYzjRzWZF5hbDipJkLKIZ98yq2NNrZoy5gjJkM2k7StEd6oI1do4tmZsCWpQh4AkIqbYepCxgxJhcwxmW0IYI9IBAKAa/sSAglXDhh6AsYYVO3wGSTtcPhAIKwQIAWgQbR7qRl64QdDQSMkk4YN+N/hWGrzOgX+BT7BHyyjfqm1tQFTDqJNN61N7qCtklsTXQWIDYQiIyAKHHU9UbdIMmaPbLs6RRL4Zt0SgmSAQKnEJAwR/pQ6R70BYyRja6LlK0l2gKULYI5IBASAb+irrRM96AvYMbkAj6UCwKmW4fAWogERIX+0yV9AYeYGQgGBIBA9AToCxgjc7dwuYfMfYsffZmCBZMSEBiJumf0BcyYXMDuAAiYejUCg6EQEDiJDNLQPegLGCE/XRcpW2MlU49TU84tmDMRAZ6RzS9g0s1m6pUeA4Js6pliJqpv4AplAgJZiJyySaRFC2zqcVYWs6Z+W4p2AYM98xBIFHzUH4I1EDBTbR5kZ3rCKEr2mWfhDBDQnoBTEKk/XmogYGTqucaYZXpqX1SQAhA4k4CT9XvOPBvdGeoCJs/Apm6BEUYg4OjqDMSOkICDFak/XlIXMFkz3dQtMGEPAo6wAkK06AgkCGJtdBbOjE1dwIhBpl4wnSxq153szEA/32eyhTNA4BQCiYL3yCknKHyhXpEZmd1HwS/NTJBF7Zzop7OpLy6mmcNgOGYIJPBSGe3MUBewgvA+2k7StifzXD5tm2APCLRKgFG2tBomzADUBSw4lL1h+qB/cMwU6J8opBjvBGr8aWtpM6AuYGborzWkI6uetqM07ZHpMBfStAe2gEBrBJx8AH84+Q7qSxpTF7CaEfKcuau1DBl5nXRinYOL8ky9AL2RfCBt+gRynDVeogxLTKUkbiqb6SOgZ5HszMDIiCugZxEsAYGWCWQ6mspbDhHZVU1aYDJKY2oBH0fFYLiNjqzOQKwICKQ4PDsjiNZqFE0ETGY7bWo1ZYMDkN7yK/C6fPprnBicL0jenARSeN8KLTzTRMA8x2/UwlmaNslddBu50T+Gpk2wBQSCEbBj9G2wa9Gcp75K3glnxOLeZAtPJvfEd7P992IWfeVLK7l+3NJBZvMN/AmdwPjH/n1kTdVZ7UOPoX/IVMGt7Hp9PPVF3dWcaNICq4YxYlaq/814HCGrAz7SkIs+86Xnv7D4kl5m9BF8ap3AM7Mm9yut7mJq8aq56JRcrdn0Ys0ETCSsyT1/68XacohlgST0ABHvQSJimQRtEtG0lmPAVbMS2O9NmyWROymzH1mJDSVa+ahd7hXGVAJWxfqhNwPNdrdFvpMKfZdkGzdx7kRNbm+0KjSwi1BhUSG/pqLrSCuwSOE8X2nlp2YCFpiMjWRGllsrx8OxW6nw6LHGXPSF78z9leswbxuWXP1YOPYgrPEEGtYIzxz1pvPGe9KyBzZWQkfre37acqjIr2omYGZUsURe3VsWuWt0Ym6WnOhhcsu8U7IHNbgj4Hgo6EW4YEoCayq73m1Kx05zqktyRc3XM65oPO00ta+aCVj1kEyp/I6ap2EaUuesqS1uYWM2qsMt3yEfVGwpsxaMuj/MJCC4QQQenDll8o769okGJR9WstlJdavCihBmYE0FrDD8ojD9oRK8kQj22ab2x595lRAt7pYcT4YYFIIZTGBtVZcHDXYh5OQTOP87IQeOIKCmAnaM3LCTDDTvjsCviKOot8pqL3OpmBCWjQOKPf35by68K6xIEFh3AvdPf27y1prcFN0TjiDBFMErv7cpR7MOLNUlTQV8PM8M0q0V/t6fgh5vykFqp1Ukx07FOeOfC8cFf1iOxCjEoUbgwZkzE5eW97LMnVKv9CM70bxJ6gCIZofmAsYK/lwz7383HMAMetXdBr3hyUIS+RzpUaEIzvbI936k8SGetgQavMynB9wZltnbKsve+KG2RHRogfmCLctIJqgv5nUCzBFZQA+TIaKfAsknTkX1v9SfPGnOd2PyojICkakTeG7m471/KM+7lLphjQw6uADep2S/opH5P8xq3gKTd28V0iZq0gqvILOqHiTi3S/T+1H2IZY5LKH5fxCCD6YgsLK266ImyRn57ZXOueiZemR3ceGkJq2T1VzAagYwZufSzMiJWVWzyKwq9aUE2sdm0dltyoLRT9O2C/YiI/DPaTPmrKnsZtoXY5rLVW5Sw7+aO0/7HP3a34yHfMHGleTlhv3NXAr7VDUZInqyMef4GC/19UlO8maTmPDUS19d1PekU/DRAALPzX584KKDeXcYkHTESabbmuS1crvZERsII6IuAv7tNhpHPR62hcyqeogMEW2XHGFkMbKgpGVn97LCj4WwCHxkACnEmjh3Lld0rOfi+kCiZW6d1Wz3yzq48tfCSQEKCFo1oYuAVS94zLxD5kZH1KWutrTzfOnoaTKrqjbCIaJWSTQTgEzuyHQsHP11M5fglA4E+O1Hl2ys7pSpQ1JUk0izeSdTNdiCMd0EzIzadIjcRi9uwZdmL7nJM+6MpnboY68LhTqrqllDEZ5cEUgcP3PBaJgrHSG/SKPdM3Xqf/94qE9BpPGNitcr9XDN24/fv1Sv9HUTsJohTkFvhZOxvaR3+QHSy7xaNG7aK/nRQasDCdNnLRp1UTi+Q9jICTzxylMTvjo4cDKOYkw/8tSji9ktpfKj6CyEF1tfAVf1+pbBeG8oLqqzqtRVM46RcV6jDz8ZWvo1kLDww68KuhntS6ynf9+0aX2+3j3wc7fksNRzr1ouiZxPOVqZqdvts5qmrgJmJs2TyaDwS2rCwY4AuWV+7fdZVSJp/cxykFlatuU4YeMb31yYYxafYs2Pwlcezl1V0XX1UU+a8b/aEcDtn3Hgx0WvXtcQQdSIo+gqYNVLwc/+m3RKVTfncfnxWVU5aAmlWVXNpRHNucPYlrBFcfz6/M/D06OxA3HPJDB1ztSM4oN9t+xubBPeWyhnmjLkjEBe3BdkVvfhLt0FzIzZ5CbDSm+fTnkNeXvoIcqzqk5Pg8b3/Yot9Uht8rbpX11OZ+4mDacsbuPWwhcylxzILfu1LjfVqlkZnLW7dN60m3fp7b/uAlYzyDPSK2S1DrJXDDq+sJy6VtU08v6u2uNshWOvbG97mAnsfa2oAPZXirLAHp5emLu1qf2uzbUdXVGaMiw6R7Y8ykxuutMIBwxRDHPBtnKyWsf/1CsceoaM7aorZ2g5q0oLsHtkR8aWhoRdH/ww+mwt7MeDTfUFhaXHzinbUZ9j2ZZXLad+mXu3/euRB1YbUWaGCFjNKC8w0yY3ZiubyOwqqx5kKZ7EYo99w7++HzHMqnkwyu+7pk0b9+mhc0v3NLaxbgUg8BjS+iZw0j+M4miYgJlhmyr6Ct4fjMo4rXTV3uklntRlryyE1TxCZXrPjGefXLi/34JyT7ole5tPzmc/1/6tX065VbeJGyenrX42TMBq4mNslX/LZgNGTLBSk6d2NGGeXeJPefX5by5eCHOng2NV2dz67MzFn+waNqXRQq8GBsuR2vOcxQauDXZdj/OGCrjr6C3HChxN7+mRUa3TUH+FVkiJ49zfjjvyn4VDz9I6PavZn0YWSaj9ZszRQMetl7jsmr8mqwueIW12/fTx1Fs36JJYkEQMFbDq09W51f84m/d6gvhnudPbJHvbb0TXjukLRz9hOec1cnjWgoumr/fZNu2WnVlVybWo3/CPUY/0wxqlpo/ZZMEn18sp1+iTWvBUTDHV6bNFI+573+960YpzX4OjRaiv4NnT1yGP+3+jfyxrKVysXpuz4KIeBxR+wVbJecYUVDsZgfBvHI1+KbdmJ/6Idtvf+mLK7bcZXXamELAK4ZkFFx9aE0jMMRoI7fRTWUkZLLg/7OvEN48iu1XQtm9Ge+rKnurigOv9SZO8iAtax1jyskLCzvPQj7uGmDEbQX3Kdta6N5b3cKF5ebq88xvUEXLB8FvoE84NEcQr0xjJasPBJ9wP+r9e4dkf/Kl/+09DYt3shaMNG24I6iDlC69/e+EjXpGtW+lP/WtL4lWTVcgQTFOP1WhC/2+RwEb0qjhl71s3pw4bdXOV324G8areBv11bD0r9EN8sOiCj+b6XIb26tHP1akWe/G+ijzO89gNly6LeoWSUy0b+408595JFhf87z2yPSMST9rUtkVLS65EDQFzDwvnZ+5d893zN5wXSR61iGMqAeOiAn6y21a5QUw4cxtBLXJvoM3OnL+hF+d/5a5Lf3qK/Ixa9s5j9sIL7y0T7U8dJDtbRIszzZOCtqy7Ah1uiug3INrkW42fZmuSumTV5Hxf+F8VrQbWKYCpBKzmecl3549925e1yCrzoqMtpxw24OnJ+79oi/CT147/aX+09vSI/9pXY7rVc8rzuyXbhGNYoLqTRaIkoOr149DGyq56ZCWsNEa2LXv0s2dvnR5WJI0Dm07Aan7fXFDw9TeBtAka591U5m3k2YoMpx3uzIrv56X5nh06dNXxlz3M4mRhUYHD5ebuP6gIt+6U7Z0kDZ++eIVFzNYL0PID/c2SfXR22pHty2ZeY7ouc1MKeN26fOHzI5nHNsvOqG/LTFMDwnAkmfRcEyHvyeT837IK/+p9ly3ZE0Z0akHfXXxJr1pZvq9cto3dJwkdvGRlEmrGWzHEkB7qzIN5aOGvFyLF4LfUUm1uMZmROq+fc4VmO4y0giPoZd0KJKgHQS4s/nZ4/idy6poqRTBNT3kQVzU9rT4e53KBpvasvCOBUZaRifMLz7ajYtpDUkWk/6HMzYxxI/byOsSeVyHz3Q8rtgR1TTAjjzZVHdAPJZcjn0FLK7FkKcXz2+2+fv6UW3Rd6ypU5saWTitefrl4+JT3vRlPRrNhWStJWPKyk1SqbE50k1ahKoGRD9kYtsyBlR08K+2TFf5gwM7W2pRAU3F92yMjkpr4NM6d7UecS8FKiozY9uQl7E5EqOf4MNOlCXPZboXLOKbwyXq2sOGAz2hMR7+svQpV+/RfQ+HcNru+WfjczZeH46+eYU0tYBXEnAWjfvkukDpYTyiQlvkIJPoS0L7Sy9GeOv3WUOicWFmx1tMlF701SDQfkd88Mv3t6fiEvSP78J46swIEv/Qh4HZ4UPaQeWhw+226JJjMeyVeYkaaWbwqCNMLuMuofb6hgqcgixWtMVVHl+oVn4mIZLYW1/97NK7nMk0B8IyC8jKPXLtqzv/drmlCFIybXsBqHieMXb7xCnv9LYkELBzxTUCdfllzVika33+BZtMvB7fZ/eo3U26aawXSpn8GPhni3AXDZnwsZj4EnVonU4nfzxm17dDP665EjSK9ze7y0g+tKp5x3VCrULVEC3wC5qTxKx6+VGhYcOI7/I9vAtXpR9HQYR+jnKRmlxkPG06X5Kp9h7yuUWFHNDCCpVpglRMmA5OzFly8uVhMzDOQGyRtIgIOMv2ylky/3BTF9MvsxJr6Wr+ty4E3Lqs1UdZadcVSLbCaG7IoPL4G1wzuz3uOtZo7CBAXBHy8iJLzv0XDO0a2uk2mo4FsXuvvbzXxqoVrOQGrTmdPKPFcl+7u3p93V6rf4QACEqsgKW8pGtd7CanUoXd2ppFpku2T64cVv3T1PitStKSAVdC9hq9ovDKp5pw+vBfGiK1Y8zTwGas91B23oEsHf4kcXOtzL8gcZ6lXVsUFP029vlQDd3Qxabln4NOpbP9+WPb7/sTtm6UE/efZne4MfDcNAVejC61Z+5eg0y9dtkapj+vghZ9NueNn0zgdgSOWF7Ca5zVF57b7rMm1jSyelhYBA4gSowQSyeoeh0ouQ2W1py611s5ZF8jP3Df8vafuXWv1rMeEgNVCWEA2GitqtG/bLoOIrV4pafp/+uqXnZMq3X1clfnvTL5jB810jLIVMwJWAa5efV7Kj1Upv64SE3ONAgrpmo+A+m6xnax+6a5vUz2gU3mfqbc9UW4+LyPzKKYErCLYubOb/euyjuuKAim9I0MCsWKRwGhb49bhSt25g8gIRizlL+YErBaOOtnj7UUj5y/wp18Ob0DEUnUNPy8ciXK5o/anG8cuHa3OIQjfgrljWHYYqSWsakHdeunSK8bb6+aoa03BEZ8EyAom6DpH9eybxi29KBbFq5ZqTLbAJ1fX/yweeev3vsTXKxSb+mMMR5wQaMcG5Ett9TddNW7F+7Gc5ZgXsFp4RYvP7/VDIGUF2UzcFcuFCXn7jYA6uecSW+OIUWNWbol1JnEhYLUQD8493/mpM+GnpXLSkFjbRC3WK2mo+VNvsUbbG34Z2/3AyO7dd/lDjWflcHEj4BOF9MniEVO/9qY92oiDb7p1Iiz8tw6BDEZSxjvqn5009uenreN19J7GnYBVZB99PWzIepS0cEecrjsdfbUxl4VBgrt6JOMePWr8ysheRzJXdsLyJi4FrBJSF49fU5n8eZE/ZYLX4IXDwyoxCPwHAXWJpYuF+i9ucreZxEyaF5cjhnEr4BO1YP4PI8Ys8ybMLZOdKSfOwX/zE8jjvQ0F9qarx12yYqH5vdXOw7gXsIpWbY2LytM/WS0lXuVXlwyAw7QEkhkZj7Y3fnqjA13PxMmG6S0VBlTWk+h8sWjo+duUhE9Xi4kdoKf6JDAm+KhurD2AbP6WbwtcecUlxetM4JIpXAABN1MMHy0ouHON4pixR3IkNHMZTulMoBPn9w2zNT55zdjls3RO2vTJgYCDFNHOhePs3yPf+yvFxIn1Ch+TU06DZN00p9uwojJEaPpoWKeqW/Lyfg2YxjETOQICbqUw/k1W/CgPJL6/WXRcRDYEA16t8KJxOZU85w7lG5cMFwLX9RuzsoKGzVi1ARUyxJL9ctGQzruVxPfXiQkjyI5+wC1EbuEESyHCHSx4VuVj//UjLltuyJ7I4fhrhrBQEcMshaWLB3fZICa8uVZKuqgOw611mPiaDe4is6gGCZ4l+Q7frcMuWrm/2UBwslkCIOBmsbR+8sXvzncF5MTZeyT7X48ogr31GBDidAKdOb//bNb32TkivmvUX4phddHTAYXwHQQcAqSWguC5E7nPk4/evV2x31MqJnYKkOVb4AhOgCfv1J/Ne4+cZQu8cVN91vPxOoMqOKHwrkBtC49Xi6HnL7igz04szNwmOy6sUAShxcBxdrETG/D34ANL2iP02KTxSzbHWfY1yy4IWCO0r3574cQaxN29T3KcV4m5uBQz2dNZ6sH5N57F+16eOGb5R7G6KoZGVSgksyDgkDBFHoisz8V+tnj4dXtl2x1lkmPAUcVmi9ya+WOSlTACXXhxYwaW3nONL3pzEoPi8iUDvUoKBKwX6d/Teef7USPdinJjnWQr2CXZc6st3pOtDv104v3lWVgqThfk/7lh7FJL73Sgc3WIOjkQcNQIIzegdoB9klQ54Qhmr65ShCHHZD67Cgu8WZfhUytLWz4gtmekQy5GXJPE4M+6OdH8UfBSQeSVIMqYIOAoAdKOvmhRQeejGE9oRNyIGpnvXYPZDkcVIdGj8+SRRKTgtlzAncbIh5JZeWsCg1Zlscr8SWOLd9HOM9iLnAAIOHJ2usZ8lwibPE8PkjDqF2DYbm4FdXBjNtONuDQ/Zp0KZmxksjCnMAzrVRhWIYsUeMjUT7U1t5OVstXhG/Wzg1Fk8l12MorfzigeB4MabKxc60TK4QQW7+AVtMGhcKv/a8KSA7pmEBIDAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkDAkgT+P53u6vFVhsDKAAAAAElFTkSuQmCC"})]})]})),qu=h("GovernmentIcon",t.jsx("path",{d:"M21.294 16.645v5.281h.518v1.005H2.188v-1.005h.519v-5.28h-.519v-.99h2.1v-3.079h.325A7.38 7.38 0 0 1 9.15 5.769v-.778h1.52V3.163h1.035V1.341a.272.272 0 1 1 .544 0v1.822h1.057v1.822h1.524v.778a7.38 7.38 0 0 1 4.538 6.807h.324v3.087h2.101v1.001zm-16.095 0H3.837v5.281H5.2zm.554-3.582h-.73v2.082h.73zm1.468 0h-.729v2.082h.733zm1.469 0h-.726v2.082h.73zm1.468 0h-.726v2.082h.73zm1.469 0h-.726v2.082h.73zm1.468 0h-.726v2.082h.73zm1.469 0h-.726v2.082h.73zm1.468 0h-.726v2.082h.73zm1.469 0h-.726v2.082h.73zm1.472 0h-.73v2.082h.733zM7.698 16.645H6.336v5.281h1.362zm2.496 0H8.833v5.281h1.361zm2.493 0h-1.361v5.281h1.361zm2.493 0h-1.362v5.281h1.362zm2.496 0h-1.371v5.281h1.364zm2.493 0h-1.362v5.281h1.362z"})),Bu=h("Government2Icon",t.jsx("path",{fillRule:"evenodd",d:"M10.998 3h2v1.102c1.936.4 3.466 1.939 3.884 3.898H18v1H6V8h1.11c.418-1.96 1.95-3.5 3.888-3.899zM18 10H6v1h1v3h2v-3h2v3h2v-3h2v3h2v-3h1zM3 15h18v1h-2v4h2v1H3v-1h2v-4H3zm12 1h2v4h-2zm-2 4v-4h-2v4zm-6-4v4h2v-4z"})),Uu=h("Government3Icon",t.jsx("path",{d:"M11 4a1 1 0 1 1 2 0v.049c2.838.279 5 1.727 5 3.471 0 .529-.199 1.03-.554 1.48H20v2h-1v4h-2v-4h-1v4h-2v-4h-1v4h-2v-4h-1v4H8v-4H7v4H5v-4H4V9h2.554C6.2 8.55 6 8.049 6 7.52c0-1.744 2.162-3.192 5-3.471zM6 16a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2zm-2 3v2h16v-2z"})),Wu=h("GraduationCapIcon",t.jsx("path",{d:"M12 3.429 2 9.143l10 5.714 8.152-4.686V16.8H22V9.143zm-6.304 9.714v3.771L12 20.571l6.304-3.657v-3.771L12 16.8z"})),Gu=h("Grid2x2Icon",t.jsx("path",{d:"M3.338 11h8V3h-8m0 18h8v-8h-8m10 8h8v-8h-8m0-10v8h8V3"})),Ku=h("Grid3x2Icon",t.jsx("path",{fillRule:"evenodd",d:"M8.5 11.5h-5v-6h5zm0 7h-5v-6h5zm1 0h5v-6h-5zm11 0h-5v-6h5zm-11-7h5v-6h-5zm6 0v-6h5v6z",clipRule:"evenodd"})),Xu=h("GripIcon",t.jsx("path",{fillRule:"evenodd",d:"M4 8h4V4H4zm6 12h4v-4h-4zm-2 0H4v-4h4zm-4-6h4v-4H4zm10 0h-4v-4h4zm2-10v4h4V4zm-2 4h-4V4h4zm2 6h4v-4h-4zm4 6h-4v-4h4z",clipRule:"evenodd"})),Yu=h("HandIcon",t.jsx("path",{d:"M3.4 14.925c.211-.225.5-.36.822-.36l.245.034L8.022 16.5v-1.316L7.456 5.138c-.034-.62.433-1.16 1.044-1.193a1.12 1.12 0 0 1 1.178 1.058l.3 5.276h.267l1.155.123V4.126c0-.621.498-1.125 1.111-1.125.6 0 1.111.506 1.111 1.125v7.211l.911.416.767-6.142a1.116 1.116 0 0 1 1.244-.979c.612.056 1.045.619.967 1.26l-.855 6.818.422.191c.144.056.278.146.4.225L18.7 8.749c.178-.642.8-1.024 1.4-.867.589.18.922.833.744 1.474l-2.855 10.26c0 .034-.022.079-.033.113l-.034.146h-.01c-.245.641-.879 1.125-1.556 1.125H9.133a1.52 1.52 0 0 1-1.11-.484l-5.467-4.725z"})),Qu=h("HandshakeIcon",t.jsx("path",{d:"M11 6.005h3l3.29-3.3a1 1 0 0 1 1.42 0l2.58 2.59a1 1 0 0 1 0 1.41L19 9.005h-8v2a1 1 0 0 1-2 0v-3a2 2 0 0 1 2-2m-6 5v4l-2.29 2.29a1 1 0 0 0 0 1.41l2.58 2.59a1 1 0 0 0 1.42 0l4.29-4.29h4a1 1 0 0 0 1-1v-1h1a1 1 0 0 0 1-1v-1h1a1 1 0 0 0 1-1v-1h-7v1a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-3z"})),Ru=h("HeadsetIcon",t.jsx("path",{d:"M12 1a9 9 0 0 0-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h4v1h-7v2h6c1.66 0 3-1.34 3-3V10a9 9 0 0 0-9-9"})),Ju=h("HexagonsIcon",t.jsx("path",{d:"M10.25 2c.19 0 .36.11.44.26l2.22 3.96.09.28-.09.28-2.22 3.96c-.08.15-.25.26-.44.26h-4.5c-.19 0-.36-.11-.44-.26L3.09 6.78 3 6.5l.09-.28 2.22-3.96c.08-.15.25-.26.44-.26zm0 11c.19 0 .36.11.44.26l2.22 3.96.09.28-.09.28-2.22 3.96c-.08.15-.25.26-.44.26h-4.5c-.19 0-.36-.11-.44-.26l-2.22-3.96L3 17.5l.09-.28 2.22-3.96c.08-.15.25-.26.44-.26zm9.25-5.5c.19 0 .36.11.44.26l2.22 3.96.09.28-.09.28-2.22 3.96c-.08.15-.25.26-.44.26H15c-.19 0-.36-.11-.44-.26l-2.22-3.96-.09-.28.09-.28 2.22-3.96c.08-.15.25-.26.44-.26z"})),ef=h("HexagonsOutlineIcon",t.jsx("path",{d:"m9.37 4 1.41 2.5L9.37 9H6.63l-1.4-2.5L6.63 4zm.88-2h-4.5c-.19 0-.36.11-.44.26L3.09 6.22 3 6.5l.09.28 2.22 3.96c.08.15.25.26.44.26h4.5c.19 0 .36-.11.44-.26l2.22-3.96.09-.28-.09-.28-2.22-3.96a.5.5 0 0 0-.44-.26m8.37 7.5L20 12l-1.38 2.5h-2.74L14.5 12l1.38-2.5zm.88-2H15c-.19 0-.36.11-.44.26l-2.22 3.96-.09.28.09.28 2.22 3.96c.08.15.25.26.44.26h4.5c.19 0 .36-.11.44-.26l2.22-3.96.09-.28-.09-.28-2.22-3.96a.5.5 0 0 0-.44-.26M9.37 15l1.41 2.5L9.37 20H6.63l-1.4-2.5 1.4-2.5zm.88-2h-4.5c-.19 0-.36.11-.44.26l-2.22 3.96-.09.28.09.28 2.22 3.96c.08.15.25.26.44.26h4.5c.19 0 .36-.11.44-.26l2.22-3.96.09-.28-.09-.28-2.22-3.96a.5.5 0 0 0-.44-.26"})),of=h("HospitalIcon",t.jsx("path",{fillRule:"evenodd",d:"M2 22V7a1 1 0 0 1 1-1h4V2h10v4h4a1 1 0 0 1 1 1v15h-8v-5h-4v5zm7-12h2V8h2v2h2V4h-2v2h-2V4H9zM8 20H4v-3h4zm-4-5h4v-3H4zm16 5h-4v-3h4zm-4-5h4v-3h-4zm-2 0h-4v-3h4z"})),tf=h("HourglassIcon",t.jsx("path",{fillRule:"evenodd",d:"M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2zm10 14.5V20H8v-3.5l4-4zM8 4v3.5l4 4 4-4V4z"})),nf=h("HourglassSandIcon",t.jsx("path",{d:"M6 2h12v6l-4 4 4 4v6H6v-6l4-4-4-4zm10 14.5-4-4-4 4V20h8zm-4-5 4-4V4H8v3.5zM10 6h4v.75l-2 2-2-2z"})),rf=h("HouseIcon",t.jsx("path",{d:"M10 21v-6.353h4V21h5v-8.47h3L12 3 2 12.53h3V21z"})),cf=h("IdCardIcon",t.jsx("path",{fillRule:"evenodd",d:"M21.167 4H2.833A1.84 1.84 0 0 0 1 5.833v12.834c0 1.008.825 1.833 1.833 1.833h18.334a1.83 1.83 0 0 0 1.824-1.833L23 5.833A1.84 1.84 0 0 0 21.167 4M8.333 6.75a2.746 2.746 0 0 1 2.75 2.75 2.746 2.746 0 0 1-2.75 2.75 2.746 2.746 0 0 1-2.75-2.75 2.746 2.746 0 0 1 2.75-2.75m-5.5 10.083v.917h11v-.917c0-1.833-3.666-2.841-5.5-2.841-1.833 0-5.5 1.008-5.5 2.841m18.334-8.25h-7.334V6.75h7.334zm-7.334 3.667h7.334v-1.833h-7.334z"})),sf=h("IdCard2Icon",t.jsx("path",{fillRule:"evenodd",d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm15 4h-4v2h4zM7.587 11.413q.588.588 1.413.588t1.412-.588.588-1.412-.588-1.413A1.93 1.93 0 0 0 9 8q-.824 0-1.413.588A1.93 1.93 0 0 0 7 10.001q0 .825.587 1.412M5 16v-1.4q0-.425.219-.78.22-.357.58-.545a7.4 7.4 0 0 1 1.576-.58 6.9 6.9 0 0 1 3.25 0q.8.192 1.575.58.363.188.581.544.219.357.219.781V16zm10-5h4v2h-4zm0 3h4v2h-4z"})),af=h("IdCard3Icon",t.jsx("path",{fillRule:"evenodd",d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm15 4h-4v2h4zM7.587 11.413q.588.588 1.413.588t1.412-.588.588-1.412-.588-1.413A1.93 1.93 0 0 0 9 8q-.824 0-1.413.588A1.93 1.93 0 0 0 7 10.001q0 .825.587 1.412M5 16v-1.4q0-.425.219-.78.22-.357.58-.545a7.4 7.4 0 0 1 1.576-.58 6.9 6.9 0 0 1 3.25 0q.8.192 1.575.58.363.188.581.544.219.357.219.781V16zm10-5h4v2h-4zm0 3h4v2h-4z"})),lf=h("ImageSplitVerticalIcon",t.jsx("path",{d:"M19.338 3h-5v2h5v13l-5-6v9h5a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 15h-5l5-6m0-9h-5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h5v2h2V1h-2z"})),df=h("InboxDownIcon",t.jsx("path",{d:"M19 3H4.99c-1.11 0-1.98.9-1.98 2L3 19c0 1.1.88 2 1.99 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 12h-4c0 1.66-1.35 3-3 3s-3-1.34-3-3H4.99V5H19zm-5-5h2l-4 4-4-4h2V7h4z"})),hf=h("InfinityIcon",t.jsx("path",{d:"M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L7.8 14.39c-.64.64-1.49.99-2.4.99C3.53 15.38 2 13.87 2 12s1.53-3.38 3.4-3.38c.91 0 1.76.35 2.44 1.03l1.13 1 1.53-1.34L9.22 8.2A5.37 5.37 0 0 0 5.4 6.62C2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l7.03-6.24c.64-.64 1.49-.99 2.4-.99 1.87 0 3.4 1.51 3.4 3.38s-1.53 3.38-3.4 3.38c-.9 0-1.76-.35-2.44-1.03L15 13.34l-1.5 1.34 1.28 1.12a5.39 5.39 0 0 0 3.82 1.57c2.98 0 5.4-2.41 5.4-5.37 0-3-2.42-5.38-5.4-5.38"})),uf=h("KeeperIcon",t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM14.6889 3.87651L13.1441 3.48323V8.25298L14.4073 8.2597L17.701 5.56054L16.4176 4.61769L14.6889 6.03449V3.87651ZM10.1219 3.27315H11.6667V9.51517H14.8576L18.6961 6.46306L19.6607 7.66811L15.3989 11.0563H10.1219V3.27315ZM4.03862 15.0849L5.58347 16.3958V7.81432L4.03862 9.22777V15.0849ZM8.61243 18.2412L7.06591 19.5807V4.495L8.61243 5.83449V18.2412ZM14.6889 18.1168L16.4176 19.5337L17.701 18.5891L14.4073 15.8916L13.1441 15.8984V20.6681L14.6889 20.2748V18.1168ZM18.6961 17.4782L14.8576 14.4244H11.6667V20.6664H10.1219V12.8849H15.3989L19.6607 16.2731L18.6961 17.4782ZM16.7363 11.9706L19.8969 14.5706L20.8818 13.3824L19.1649 11.9706L20.8818 10.5589L19.8969 9.37063L16.7363 11.9706Z"})),W1={foreground:"ksjsui:fill-(--ksjsui-color-keeper-gold) ksjsui:[.dark-mode_&]:fill-black",background:"ksjsui:fill-black ksjsui:[.dark-mode_&]:fill-(--ksjsui-color-keeper-gold)"},ff=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",className:W1.background}),t.jsx("path",{d:"M13.144 3.48322L14.6888 3.87649V6.03447L16.4175 4.61767L17.7009 5.56052L14.4072 8.25968L13.144 8.25296V3.48322Z",className:W1.foreground}),t.jsx("path",{d:"M10.1219 3.27313H11.6667V9.51515H14.8577L18.6962 6.46305L19.6608 7.66809L15.399 11.0563H10.1219V3.27313Z",className:W1.foreground}),t.jsx("path",{d:"M5.58342 16.3958L4.03857 15.0849V9.22778L5.58342 7.81433V16.3958Z",className:W1.foreground}),t.jsx("path",{d:"M8.61244 18.2413L7.06592 19.5807V4.495L8.61244 5.83449V18.2413Z",className:W1.foreground}),t.jsx("path",{d:"M16.4175 19.5337L14.6888 18.1168V20.2748L13.144 20.6681V15.8983L14.4072 15.8917L17.7009 18.5891L16.4175 19.5337Z",className:W1.foreground}),t.jsx("path",{d:"M18.6962 17.4782L14.8577 14.4244H11.6667V20.6664H10.1219V12.8849H15.399L19.6608 16.2732L18.6962 17.4782Z",className:W1.foreground}),t.jsx("path",{d:"M19.8968 14.5707L16.7363 11.9707L19.8968 9.37064L20.8817 10.5588L19.1649 11.9707L20.8817 13.3824L19.8968 14.5707Z",className:W1.foreground})]}),vf=h("KeeperCoinIcon",ff),pf=h("KeeperOffIcon",t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12C22 14.0826 21.3634 16.0165 20.2742 17.6177L19.3357 16.6792L19.6607 16.2731L16.094 13.4375L13.7128 11.0563H15.3989L19.6607 7.66811L18.6961 6.46306L14.8576 9.51517H12.1717L11.6667 9.0102V3.27315H10.1219V7.46536L8.61243 5.95594V5.83449L7.70525 5.04875L6.38235 3.72585C7.98355 2.63661 9.91743 2 12 2C17.5228 2 22 6.47715 22 12ZM17.411 20.411L19.3848 22.3848L20.799 20.9706L2.41421 2.58579L1 4L3.58899 6.58899C2.58348 8.14875 2 10.0062 2 12C2 17.5228 6.47715 22 12 22C13.9938 22 15.8512 21.4165 17.411 20.411ZM11.6667 14.6667V20.6664H10.1219V13.1219L11.6667 14.6667ZM8.61243 11.6124V18.2412L7.06591 19.5807V10.0659L8.61243 11.6124ZM5.58347 8.58347V16.3958L4.03862 15.0849V9.22777L5.18181 8.18181L5.58347 8.58347ZM13.1441 16.1441L16.4844 19.4844L16.4176 19.5337L14.6889 18.1168V20.2748L13.1441 20.6681V16.1441ZM14.6889 3.87651L13.1441 3.48323V8.25298L14.4073 8.2597L17.701 5.56054L16.4176 4.61769L14.6889 6.03449V3.87651ZM16.7363 11.9706L19.8969 14.5706L20.8818 13.3824L19.1649 11.9706L20.8818 10.5589L19.8969 9.37063L16.7363 11.9706Z"})),mf=t.jsxs(t.Fragment,{children:[t.jsx("mask",{id:"mask0_75_26430",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"4",y:"6",width:"12",height:"12",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 18C13.3137 18 16 15.3137 16 12C16 8.68629 13.3137 6 10 6C6.68629 6 4 8.68629 4 12C4 15.3137 6.68629 18 10 18ZM11.6134 7.1263L10.6865 6.89033V9.75218L11.4444 9.75621L13.4207 8.13672L12.6506 7.571L11.6134 8.42109V7.1263ZM8.8731 6.76377H9.8V10.509H11.7145L14.0176 8.67772L14.5964 9.40074L12.0393 11.4337H8.8731V6.76377ZM5.22322 13.8507L6.15012 14.6373V9.48838L5.22322 10.3364V13.8507ZM7.96739 15.7445L7.03948 16.5482V7.49678L7.96739 8.30047V15.7445ZM11.6134 15.6698L12.6506 16.5199L13.4207 15.9532L11.4444 14.3347L10.6865 14.3387V17.2006L11.6134 16.9646V15.6698ZM14.0176 15.2871L11.7145 13.4549H9.8V17.2001H8.8731V12.5312H12.0393L14.5964 14.5641L14.0176 15.2871ZM12.8418 11.9827L14.7381 13.5427L15.3291 12.8297L14.2989 11.9827L15.3291 11.1356L14.7381 10.4227L12.8418 11.9827Z"})}),t.jsx("g",{mask:"url(#mask0_75_26430)",children:t.jsx("rect",{x:"4",y:"6",width:"12",height:"12"})}),t.jsx("mask",{id:"path-4-inside-1_75_26430",children:t.jsx("path",{d:"M2 2H18C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H2V2Z",fill:"white"})}),t.jsx("path",{d:"M2 0H18C21.3137 0 24 2.68629 24 6H20C20 4.89543 19.1046 4 18 4H2V0ZM24 18C24 21.3137 21.3137 24 18 24H2V20H18C19.1046 20 20 19.1046 20 18H24ZM2 22V2V22ZM18 0C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24V20C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4V0Z",mask:"url(#path-4-inside-1_75_26430)"})]}),gf=h("KeeperSquareInputIcon",mf),Cf=h("KeyIcon",t.jsx("path",{d:"M7 6a5.99 5.99 0 0 1 5.65 4H23v4h-2v4h-4v-4h-4.35A5.99 5.99 0 0 1 7 18c-3.31 0-6-2.69-6-6s2.69-6 6-6m-2 6c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2"})),If=h("KeyEqualIcon",t.jsx("path",{d:"M6.888 10.9A4.016 4.016 0 0 0 10 7c0-2.2-1.8-4-4-4S2 4.8 2 7a4.016 4.016 0 0 0 3.112 3.9H5V21h5v-2H7v-2h2v-2H7v-4.1zM8 7c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m14 6H12v5h10zm0-7H12v5h10z"})),Mf=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M16 7C16 9.21 14.21 11 12 11C9.79 11 8 9.21 8 7C8 4.79 9.79 3 12 3C14.21 3 16 4.79 16 7ZM4 17C4 14.34 9.33 13 12 13C12.5719 13 13.2659 13.0615 14.0033 13.1842C14.0599 14.7452 14.8325 16.121 16 16.9967V19H4V17Z"}),t.jsx("path",{d:"M18 15.825C16.835 15.415 16 14.305 16 13C16 11.345 17.345 10 19 10C20.655 10 22 11.345 22 13C22 14.305 21.165 15.415 20 15.825L20 19L22 19L22 21L20 21L20 22L18 22L18 15.825ZM20 13C20 12.45 19.55 12 19 12C18.45 12 18 12.45 18 13C18 13.55 18.45 14 19 14C19.55 14 20 13.55 20 13Z"})]}),wf=h("KeyUserIcon",Mf),kf=h("KeyboardIcon",t.jsx("path",{fillRule:"evenodd",d:"M4 5h16c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-10c0-1.1.89-2 1.99-2m9 3h-2v2h2zm-2 3h2v2h-2zm-1-3H8v2h2zm-2 3h2v2H8zm-3 2h2v-2H5zm2-3H5V8h2zm1 7h8v-2H8zm8-4h-2v-2h2zm-2-3h2V8h-2zm5 3h-2v-2h2zm-2-3h2V8h-2z"})),bf=h("KeychainIcon",t.jsx("path",{d:"M12.67 13.67c-.47.46-1.04.83-1.67 1.06V23H8v-2H5v-3h3v-3.28c-1.74-.62-3-2.26-3-4.22C5 8 7 6 9.5 6h.1c-.47.95-.68 2-.57 3.08-.59.2-1.03.76-1.03 1.42 0 .83.67 1.5 1.5 1.5.23 0 .45-.06.65-.15.64.84 1.52 1.47 2.52 1.82m8.06 5.77-2.76 1.16-.78-1.84-2.76 1.17-1.17-2.77L16.03 16l-1.27-3c-1.85.08-3.65-.95-4.41-2.75-.96-2.29.12-4.93 2.41-5.9.24-.1.5-.17.74-.23C12.84 2.87 11.5 2 10 2 7.79 2 6 3.79 6 6v.24c-.3.26-.6.58-.85.91C5.06 6.78 5 6.4 5 6c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.42-.6 2.67-1.55 3.57.42.43 1.05.56 1.63.31.77-.32 1.12-1.2.8-1.96a1 1 0 0 0-.14-.26C15.9 7.13 16 6.58 16 6c0-.63-.1-1.24-.28-1.81 1.28.36 2.38 1.25 2.93 2.57.76 1.8.24 3.81-1.15 5.05zM13 8.6c.37-.41.65-.89.82-1.42-.54.27-.85.82-.82 1.42"})),yf=h("KeypadIcon",t.jsx("path",{d:"M4 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0m6 18a2 2 0 1 1 4 0 2 2 0 0 1-4 0M6 7a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-2 8a2 2 0 1 1 4 0 2 2 0 0 1-4 0M18 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4m-8 10a2 2 0 1 1 4 0 2 2 0 0 1-4 0m8-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-2-4a2 2 0 1 1 4 0 2 2 0 0 1-4 0m-4-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-2-4a2 2 0 1 1 4 0 2 2 0 0 1-4 0"})),Sf=h("KeysIcon",t.jsx("path",{fillRule:"evenodd",d:"M11.7 5c-.6-1.8-2.2-3-4.2-3C5 2 3 4 3 6.5S5 11 7.5 11c1.9 0 3.6-1.2 4.2-3H15v3h3V8h3V5zM6 6.5C6 5.7 6.7 5 7.5 5S9 5.7 9 6.5 8.3 8 7.5 8 6 7.3 6 6.5M16.5 22a4.5 4.5 0 1 0-4.244-6H3v3h3v3h3v-3h3.256a4.5 4.5 0 0 0 4.244 3m0-3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"})),Hf=t.jsxs(t.Fragment,{children:[t.jsx("path",{fill:"#d8d8d8",fillOpacity:".01",d:"M0 0h24v24H0z"}),t.jsx("path",{fill:"#326ce5",d:"m9.808 12.196-2.094.622a4.5 4.5 0 0 1 .609-2.795l1.633 1.507-.003.009c.148.132.168.36.046.522a.37.37 0 0 1-.19.129zm.956-1.707c.06.047.137.073.216.073a.374.374 0 0 0 .367-.36l.009-.006.122-2.25a4.271 4.271 0 0 0-2.51 1.238l1.79 1.308zm.635 2.36.603.3.6-.3.148-.668-.415-.536h-.669l-.418.533zm-.874.934a.37.37 0 0 0-.424-.288l-.003-.006-2.148.376c.333.944.95 1.715 1.73 2.231l.83-2.073-.005-.009a.4.4 0 0 0 .02-.231m2.123-3.593a.4.4 0 0 0 .08.22.36.36 0 0 0 .503.07l.006.003 1.778-1.299a4.26 4.26 0 0 0-2.492-1.238zm3.019-.167-1.625 1.501v.006a.37.37 0 0 0-.117.2c-.042.199.071.396.262.448l.003.01 2.105.624c.046-.47.017-.953-.09-1.437a4.6 4.6 0 0 0-.538-1.352m6.043 5.296-4.811 6.168a1.32 1.32 0 0 1-1.039.51L8.144 22c-.404 0-.788-.188-1.039-.51l-4.814-6.17q-.038-.053-.077-.11a1.37 1.37 0 0 1-.18-1.04l1.717-7.69c.09-.402.355-.742.72-.92l6.95-3.426c.16-.08.333-.123.51-.132.222-.012.444.035.646.132l6.953 3.422c.365.18.63.52.72.921l1.716 7.69c.091.404-.003.827-.256 1.152m-2.74-1.768c-.037-.009-.085-.024-.12-.03-.145-.029-.261-.02-.398-.032-.29-.032-.532-.056-.745-.126-.089-.035-.151-.14-.18-.185l-.168-.05a5.7 5.7 0 0 0-.088-2.002 5.6 5.6 0 0 0-.78-1.857c.043-.041.126-.114.149-.138.005-.076 0-.158.08-.243.164-.159.37-.29.62-.449.12-.07.227-.117.347-.208l.09-.076c.2-.165.245-.446.103-.634s-.42-.202-.62-.038c-.029.023-.068.053-.091.076-.111.1-.182.197-.276.3-.205.213-.376.392-.56.521-.08.05-.2.033-.254.03l-.16.117a5.4 5.4 0 0 0-3.453-1.721c-.003-.056-.009-.162-.009-.191-.054-.053-.12-.1-.137-.214-.017-.232.012-.478.049-.777.02-.141.051-.255.057-.408v-.123c0-.264-.185-.478-.416-.475-.23 0-.415.214-.415.475v.012c0 .035-.003.079 0 .111.006.153.037.267.057.408.034.299.065.548.045.777a.46.46 0 0 1-.136.223l-.009.182q-.375.03-.75.12a5.3 5.3 0 0 0-2.72 1.601l-.152-.111c-.074.011-.15.035-.247-.024-.185-.129-.356-.308-.56-.522-.095-.103-.163-.2-.274-.299l-.091-.076a.5.5 0 0 0-.29-.112.4.4 0 0 0-.333.153c-.142.185-.097.47.102.633l.006.006c.028.024.06.053.085.07.12.091.228.138.345.209.247.158.455.29.62.448.063.07.074.194.082.247l.134.123a5.68 5.68 0 0 0-.848 3.868l-.173.053c-.046.062-.111.158-.18.185-.213.07-.455.094-.745.126-.137.012-.253.006-.398.032-.032.006-.077.018-.111.027H5.05q-.005 0-.006.002c-.245.062-.404.294-.353.523.052.228.29.369.538.313h.006q.005-.001.008-.003l.108-.023c.143-.038.245-.097.373-.147.276-.102.504-.187.726-.22.094-.008.19.059.239.088l.182-.032a5.56 5.56 0 0 0 2.398 3.088l-.076.188c.028.073.056.17.037.243-.08.217-.22.443-.376.698-.077.118-.154.209-.222.343-.017.033-.037.083-.054.115-.108.234-.028.507.176.61.208.102.464-.006.575-.24.017-.033.037-.077.051-.11.06-.137.08-.257.12-.392.11-.285.17-.584.321-.771.043-.05.109-.07.18-.091l.093-.176a5.24 5.24 0 0 0 3.842.009c.025.05.077.14.088.164.071.023.148.035.213.132.114.2.19.437.285.721.042.135.062.255.12.393.013.032.036.076.05.111.112.238.367.347.575.244.205-.103.285-.372.177-.61-.017-.035-.037-.082-.054-.114-.069-.135-.148-.226-.222-.344-.157-.255-.288-.466-.37-.68-.034-.111.006-.182.031-.252-.017-.018-.048-.123-.068-.173 1.152-.701 2-1.819 2.398-3.112l.177.032c.062-.043.12-.096.233-.088.222.033.45.118.726.22.128.05.23.109.372.15.032.009.074.015.108.024l.009.002h.006c.247.056.486-.085.537-.313a.47.47 0 0 0-.358-.534m-5.073-.065q-.043-.01-.085-.006a.34.34 0 0 0-.14.039c-.176.088-.256.305-.176.49l-.003.002.842 2.094a4.42 4.42 0 0 0 1.736-2.246l-2.169-.379zm-1.574 1.112a.36.36 0 0 0-.165-.162.36.36 0 0 0-.17-.038.36.36 0 0 0-.31.2h-.003l-1.056 1.968a4.16 4.16 0 0 0 2.771 0l-1.058-1.971h-.009z"})]}),Af=h("KubernetesLogoIcon",Hf),Vf=h("LandmarkIcon",t.jsx("path",{d:"m2 6 10-5 10 5v2H2zm2 4h3v7H4zm6.5 7v-7h3v7zM22 22v-3H2v3zm-5-12h3v7h-3z"})),Lf=h("LaptopIcon",t.jsx("path",{d:"M22 16a2 2 0 0 1-2 2h4v2H0v-2h4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h16a2 2 0 0 1 2 2zM20 6H4v10h16z"})),zf=h("LaptopSearchIcon",t.jsx("path",{d:"M20 18c1.1 0 1.99-.9 1.99-2L22 6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2H0v2h24v-2zM4 16V6h16v10.01zm5.097-6.047c0-1.027.836-1.864 1.864-1.864 1.027 0 1.864.837 1.864 1.864a1.867 1.867 0 0 1-1.864 1.864 1.867 1.867 0 0 1-1.864-1.864m7.032 4.236-2.482-2.482a3.2 3.2 0 0 0 .527-1.754A3.216 3.216 0 0 0 10.96 6.74a3.217 3.217 0 0 0-3.214 3.213 3.22 3.22 0 0 0 3.214 3.214 3.2 3.2 0 0 0 1.724-.51l2.489 2.487z"})),Ef=h("LaptopSmartphoneIcon",t.jsx("path",{fillRule:"evenodd",d:"M4.667 6.75h16.5V5h-16.5c-1.009 0-1.834.787-1.834 1.75v9.625H1V19h12.833v-2.625H4.667zM22.083 8.5h-5.5c-.504 0-.916.394-.916.875v8.75c0 .481.412.875.916.875h5.5c.505 0 .917-.394.917-.875v-8.75c0-.481-.413-.875-.917-.875M17.5 16.375h3.667V10.25H17.5z"})),$f=h("LaughIcon",t.jsx("path",{d:"M2.7 12.098a9.249 9.249 0 1 0 18.497-.002 9.249 9.249 0 0 0-18.497.002m-1.85 0C.85 5.968 5.819 1 11.948 1s11.098 4.969 11.098 11.098-4.97 11.098-11.098 11.098C5.818 23.196.85 18.226.85 12.098m10.93 3.215c2.163 0 5.202-.655 5.385-.841.184-.186.416-.928.416-1.598-.431.438-2.916 1.009-5.801 1.009-2.927 0-5.197-.571-5.634-1.01 0 .668.235 1.413.421 1.599.185.186 3.018.84 5.213.84m5.676-3.664.207-.03c.848 0 1.087.51 1.087 1.255 0 1.553-.712 2.92-2.076 4.239a6.77 6.77 0 0 1-4.721 1.892q-.022-.001-.041-.01a.2.2 0 0 0-.035-.01q-.02.003-.04.01-.028.009-.057.01a6.77 6.77 0 0 1-4.725-1.891c-1.366-1.32-2.079-2.687-2.079-4.24 0-.744.241-1.255 1.088-1.255l.206.029c.118.034.43.13.727.222.246.076.48.149.581.179 1.313.385 2.539.58 4.202.58h.167c1.667 0 2.893-.195 4.204-.58l.582-.179c.295-.091.606-.188.723-.221M8.793 9.872c.604 0 1.093-.602 1.093-1.345s-.49-1.345-1.093-1.345c-.604 0-1.093.602-1.093 1.345s.489 1.345 1.093 1.345m7.093-1.345c0 .743-.489 1.345-1.093 1.345S13.7 9.27 13.7 8.527s.49-1.345 1.094-1.345 1.093.602 1.093 1.345"})),jf=h("LayoutDashboardIcon",t.jsx("path",{d:"M11 13H3V3h8zm0 8H3v-6h8zm2 0h8V11h-8zm0-12V3h8v6z"})),Pf=h("LifeBuoyIcon",t.jsx("path",{fillRule:"evenodd",d:"M11.272 2.002c-.957 0-1.195.188-1.396 1.097l-.025.013a.3.3 0 0 1-.057.024c-3.375.968-5.583 3.12-6.6 6.495-.035.117-.196.24-.323.279-.552.168-.84.466-.856 1.02q-.03 1.063 0 2.124c.017.56.315.862.858 1.01a.56.56 0 0 1 .332.326c1 3.279 3.138 5.408 6.408 6.414.128.04.271.203.309.337.15.532.475.836 1.025.847q1.06.024 2.12 0c.525-.012.91-.316.98-.825.035-.254.163-.304.338-.373l.053-.02q.275-.11.553-.216c.56-.214 1.121-.428 1.631-.728 2.087-1.227 3.462-3.034 4.148-5.365.045-.153.188-.35.325-.39.596-.171.877-.461.893-1.076a43 43 0 0 0 .001-1.988c-.013-.617-.282-.921-.875-1.1-.125-.037-.28-.167-.316-.287-.994-3.302-3.136-5.443-6.432-6.44a.51.51 0 0 1-.288-.31c-.16-.596-.463-.858-1.091-.866q-.622-.006-1.245-.003zm-6.02 7.9H4.64C5.01 7.66 7.668 4.996 9.922 4.62v.614c.002.71.003 1.418-.011 2.124-.002.095-.136.218-.238.276a5.14 5.14 0 0 0-2.015 2.014c-.058.103-.18.24-.275.242-.709.015-1.418.013-2.131.012m8.82-4.636.002-.63c2.32.419 4.806 2.87 5.277 5.266h-.615c-.7.002-1.395.003-2.09-.01-.1-.002-.236-.118-.29-.217a5.16 5.16 0 0 0-2.042-2.048c-.108-.06-.228-.215-.23-.328-.014-.677-.013-1.354-.011-2.033m-4.147 13.43c.002-.67.005-1.324-.014-1.978-.004-.134-.157-.288-.276-.392a7 7 0 0 0-.527-.405c-.37-.266-.739-.53-.935-.89-.5-.919-1.177-1.08-2.086-.979-.329.037-.662.027-1 .018h-.001q-.231-.007-.466-.008c.533 2.415 3.016 4.89 5.304 5.304zm9.422-4.632c-.245 2.141-3.02 4.931-5.272 5.298v-.6c-.001-.715-.002-1.428.01-2.14.001-.087.114-.205.204-.255a5.1 5.1 0 0 0 2.073-2.073c.054-.1.192-.218.292-.22.693-.013 1.387-.012 2.082-.01zm-10.753-2.09c.018.147.028.297.039.447.023.331.045.663.155.964.293.803.862 1.46 1.668 1.736.4.137.84.159 1.28.18.206.01.411.02.613.042 1.003.108 1.729-.388 2.343-1.096.444-.512.738-1.09.66-1.807a7 7 0 0 1-.031-.67c-.007-.447-.013-.892-.179-1.268-.528-1.196-1.452-1.98-2.884-1.875-.168.012-.342.012-.516.012-.394 0-.788-.002-1.118.143-1.347.59-2.163 1.598-2.03 3.192"})),Tf=h("LightbulbIcon",t.jsx("path",{d:"M9.338 21c0 .5.4 1 1 1h4c.6 0 1-.5 1-1v-1h-6zm3-19c-3.9 0-7 3.1-7 7 0 2.4 1.2 4.5 3 5.7V17c0 .5.4 1 1 1h6c.6 0 1-.5 1-1v-2.3c1.8-1.3 3-3.4 3-5.7 0-3.9-3.1-7-7-7"})),xf=h("LightbulbOutlineIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 2C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9zm5-7.3.85-.6A5 5 0 0 0 17 9c0-2.76-2.24-5-5-5S7 6.24 7 9c0 1.63.8 3.16 2.15 4.1l.85.6V16h4z"})),Nf=t.jsx(t.Fragment,{children:t.jsx("path",{d:"M10.475 15.062a1.053 1.053 0 0 0 0-1.536 3.226 3.226 0 0 1 0-4.588l3.819-3.82a3.226 3.226 0 0 1 4.587 0 3.226 3.226 0 0 1 0 4.588l-.508.52c.303.844.444 1.73.433 2.618l1.612-1.612a5.414 5.414 0 0 0 0-7.65 5.414 5.414 0 0 0-7.65 0l-3.83 3.83a5.414 5.414 0 0 0 0 7.65 1.09 1.09 0 0 0 1.537 0m4.587-6.124a1.09 1.09 0 0 0-1.536 0 1.053 1.053 0 0 0 0 1.537 3.226 3.226 0 0 1 0 4.587l-3.82 3.82a3.226 3.226 0 0 1-4.587 0 3.226 3.226 0 0 1 0-4.588l.508-.509a7.6 7.6 0 0 1-.432-2.629l-1.613 1.612a5.414 5.414 0 0 0 0 7.65 5.414 5.414 0 0 0 7.65 0l3.83-3.83a5.414 5.414 0 0 0 0-7.65"})}),Of=h("LinkIcon",Nf),Df=h("Link2Icon",t.jsx("path",{fillRule:"evenodd",d:"M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1ZM8 13h8v-2H8v2Zm5-6h4c2.76 0 5 2.24 5 5s-2.24 5-5 5h-4v-1.9h4c1.71 0 3.1-1.39 3.1-3.1 0-1.71-1.39-3.1-3.1-3.1h-4V7Z",clipRule:"evenodd"})),_f=h("ListIcon",t.jsx("path",{d:"M3 9h2V7H3zm2 4H3v-2h2zm0 4H3v-2h2zm16-4H7v-2h14zM7 17h14v-2H7zm0-8V7h14v2z"})),Ff=h("ListCheckIcon",t.jsx("path",{d:"M2 6h12v2H2zm0 4h12v2H2zm0 6h8v-2H2zm21-3-1.5-1.5-5.49 5.5L13 14l-1.5 1.5 4.51 4.5z"})),Zf=h("ListFilterIcon",t.jsx("path",{d:"M3 6v2h18V6zm7 12h4v-2h-4zm8-5H6v-2h12z"})),qf=h("ListPlusIcon",t.jsx("path",{fillRule:"evenodd",d:"M2 6h12v2H2zm0 4h12v2H2zm16 0h-2v4h-4v2h4v4h2v-4h4v-2h-4zm-8 6H2v-2h8z",clipRule:"evenodd"})),Bf=h("LockIcon",t.jsx("path",{d:"M17 8h1c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V10c0-1.1.9-2 2-2h1V6c0-2.76 2.24-5 5-5s5 2.24 5 5zM8.9 6v2h6.2V6c0-1.71-1.39-3.1-3.1-3.1S8.9 4.29 8.9 6"})),Uf=h("LockCheckIcon",t.jsx("path",{fillRule:"evenodd",d:"M18 8h-1V6A5 5 0 0 0 7 6v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9zM7 15.72l1.37-1.358 1.936 1.921L15.63 11 17 12.358 10.306 19z",clipRule:"evenodd"})),Wf=t.jsxs(t.Fragment,{children:[t.jsx("path",{fillRule:"evenodd",d:"M17 8h1a2 2 0 0 1 2 2v5.286l-.114-.114L18 17.057l-1.886-1.885-.943.942L17.057 18l-1.885 1.886.942.942L18 18.943l1.886 1.885.942-.942L18.943 18l1.71-1.71A4.502 4.502 0 1 1 13.759 22H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h1V6a5 5 0 0 1 10 0zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9zM7 15.72l1.37-1.358 1.936 1.921L15.63 11 17 12.358 10.306 19z"}),t.jsx("path",{d:"M24 18a6 6 0 1 1-12 0 6 6 0 0 1 12 0m-7.886-2.828-.943.942L17.057 18l-1.885 1.886.942.942L18 18.943l1.886 1.885.942-.942L18.943 18l1.885-1.886-.942-.943L18 17.058z"})]}),Gf=h("LockCheckCircleXIcon",Wf),Kf=h("LockKeyholeIcon",t.jsx("path",{d:"M17.25 9H16.375V7.28571C16.375 4.92 14.415 3 12 3C9.585 3 7.625 4.92 7.625 7.28571V9H6.75C5.7875 9 5 9.77143 5 10.7143V19.2857C5 20.2286 5.7875 21 6.75 21H17.25C18.2125 21 19 20.2286 19 19.2857V10.7143C19 9.77143 18.2125 9 17.25 9ZM12 16.7143C11.0375 16.7143 10.25 15.9429 10.25 15C10.25 14.0571 11.0375 13.2857 12 13.2857C12.9625 13.2857 13.75 14.0571 13.75 15C13.75 15.9429 12.9625 16.7143 12 16.7143ZM14.7125 9H9.2875V7.28571C9.2875 5.82 10.5037 4.62857 12 4.62857C13.4963 4.62857 14.7125 5.82 14.7125 7.28571V9Z"})),Xf=h("LockKeyholeOutlineIcon",t.jsx("path",{fillRule:"evenodd",d:"M17 8h1c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V10c0-1.1.9-2 2-2h1V6c0-2.76 2.24-5 5-5s5 2.24 5 5zm-5-5c-1.66 0-3 1.34-3 3v2h6V6c0-1.66-1.34-3-3-3M6 20V10h12v10zm8-5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2"})),Yf=h("LockOpenIcon",t.jsx("path",{d:"M17.555 8v.005h-3.786V8H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.151 0 2.157.63 2.692 1.563l1.593-1.04A4.999 4.999 0 0 0 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2z"})),Qf=h("LockXIcon",t.jsx("path",{d:"M12 1a5 5 0 0 1 5 5v2h1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h1V6a5 5 0 0 1 5-5m.001 12.668-2.667-2.667-1.333 1.334 2.666 2.666-2.666 2.667 1.334 1.334 2.666-2.667 2.667 2.667 1.334-1.333L13.334 15l2.668-2.667-1.333-1.333zM12 2.9c-1.71 0-3.1 1.39-3.1 3.1v2h6.2V6c0-1.71-1.39-3.1-3.1-3.1"})),Rf=h("LogInIcon",t.jsx("path",{d:"m11.338 7-1.4 1.4 2.6 2.6h-10.2v2h10.2l-2.6 2.6 1.4 1.4 5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8z"})),Jf=h("LogOutIcon",t.jsx("path",{d:"M17.338 7L15.928 8.41L18.508 11H8.33801V13H18.508L15.928 15.58L17.338 17L22.338 12L17.338 7ZM4.33801 5H12.338V3H4.33801C3.23801 3 2.33801 3.9 2.33801 5V19C2.33801 20.1 3.23801 21 4.33801 21H12.338V19H4.33801V5Z"})),ev=h("MailIcon",t.jsx("path",{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2m8 9 8-5V6l-8 5-8-5v2z"})),ov=h("MapClockIcon",t.jsx("path",{d:"M15 12h1.5v4.25l2.86 1.69-.75 1.22L15 17zm8 4a7 7 0 0 1-7 7c-3 0-5.6-1.92-6.58-4.6L8 17.9l-5.34 2.07-.16.03a.5.5 0 0 1-.5-.5V4.38c0-.23.15-.41.36-.48L8 2l6 2.1L19.34 2h.16a.5.5 0 0 1 .5.5v7.75c1.81 1.25 3 3.37 3 5.75M9 16c0-3.17 2.11-5.85 5-6.71V6.11L8 4v11.89l1 .35zm7-5a5 5 0 1 0 0 10 5 5 0 0 0 0-10"})),tv=h("MapPinIcon",t.jsx("path",{d:"M5 9c0-3.87 3.13-7 7-7s7 3.13 7 7c0 5.25-7 13-7 13S5 14.25 5 9m4.5 0a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-5 0"})),nv=t.jsxs(t.Fragment,{children:[t.jsx("circle",{cx:"12",cy:"9",r:"2.5"}),t.jsx("path",{d:"M5 9c0-3.87 3.13-7 7-7s7 3.13 7 7c0 5.25-7 13-7 13S5 14.25 5 9m7-5C9.24 4 7 6.24 7 9c0 2.85 2.92 7.21 5 9.88 2.12-2.69 5-7 5-9.88 0-2.76-2.24-5-5-5"})]}),rv=h("MapPinOutlineIcon",nv),cv=h("MaximizeIcon",t.jsx("path",{d:"m19 6.41-4.5 4.5-1.41-1.41 4.5-4.5H14V3h7v7h-2zM10 19v2H3v-7h2v3.59l4.5-4.5 1.41 1.41-4.5 4.5z"})),sv=h("MegaphoneIcon",t.jsx("path",{d:"M21.002 3.478 8.338 8v7l.748.267-1.127 2.254a2 2 0 0 0 1.156 2.792l4.084 1.361a2.015 2.015 0 0 0 2.421-1.003l1.303-2.606 4.079 1.457a1 1 0 0 0 1.336-.941V4.419a1 1 0 0 0-1.336-.941m-7.171 16.299-4.083-1.361 1.235-2.471 4.042 1.444zM4.338 15h2V8h-2c-1.103 0-2 .897-2 2v3c0 1.103.897 2 2 2"})),av=h("Megaphone2Icon",t.jsx("path",{d:"M12.338 8h-8a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-4h3l5 4V4zm9.5 4c0 1.71-.96 3.26-2.5 4V8c1.53.75 2.5 2.3 2.5 4"})),lv=h("MembershipCardIcon",t.jsx("path",{fillRule:"evenodd",d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2M5 13v2h9v-2zm0-2V9h15v2z"})),iv=h("MenuIcon",t.jsx("path",{d:"M3 18h18v-2H3zm0-5h18v-2H3zm0-7v2h18V6z"})),dv=h("MessageSquareIcon",t.jsx("path",{d:"M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"})),hv=h("MessageSquareInfoIcon",t.jsx("path",{d:"M9 22c-.6 0-1-.4-1-1v-3H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-6.1l-3.7 3.7c-.2.2-.4.3-.7.3zm4-15V5h-2v2zm0 8V9h-2v6z"})),uv=h("MessageSquareMoreIcon",t.jsx("path",{d:"M20 2H4C2.9 2 2 2.9 2 4V22L6.00002 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM20 16H6.00002L4 18V4H20V16ZM6.99998 9.00003H9.00003V11H6.99998V9.00003ZM11 9.00003H13V11H11V9.00003ZM15 9.00003H17V11H15V9.00003Z"})),fv=h("MessageSquareMore2Icon",t.jsx("path",{fillRule:"evenodd",d:"M4 2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H6l-4 4 .01-18c0-1.1.89-2 1.99-2m3 9h2V9H7zm6 0h-2V9h2zm2 0h2V9h-2z"})),vv=h("MessageSquarePenLineIcon",t.jsx("path",{d:"M19.9762 2H4.02381C2.95238 2 2 2.95808 2 4.03593V22L6.04762 17.9281H19.9762C21.0476 17.9281 22 16.9701 22 15.8922V3.91617C21.881 2.83832 21.0476 2 19.9762 2ZM6.04762 13.976V11.4611L12.8333 4.63473C13.0714 4.39521 13.3095 4.39521 13.5476 4.63473L15.3333 6.43114C15.5714 6.67066 15.5714 6.91018 15.3333 7.1497L8.54762 13.976H6.04762ZM17.9524 13.976H10.5714L12.5952 11.9401H17.9524V13.976Z"})),pv=h("MessageSquareTextIcon",t.jsx("path",{fillRule:"evenodd",d:"M4 2c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm14 12H6v-2h12zM6 11h12V9H6zm12-3H6V6h12z"})),mv=h("MessageSquareText2Icon",t.jsx("path",{d:"M9.338 22a1 1 0 0 1-1-1v-3h-4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm-4-17v2h14V5zm0 4v2h8V9zm0 4v2h10v-2z"})),gv=h("MessageSquareVideoIcon",t.jsx("path",{d:"M4 2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H6l-4 4 .01-18c0-1.1.89-2 1.99-2m10 8.8 4 3.2V6l-4 3.2V6H6v8h8z"})),Cv=h("MessageSquareXIcon",t.jsx("path",{d:"M8 21a1 1 0 0 0 1 1h.5c.25 0 .5-.1.7-.29L13.9 18H20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4zM8 7.41 9.41 6 12 8.59 14.59 6 16 7.41 13.41 10 16 12.59 14.59 14 12 11.41 9.41 14 8 12.59 10.59 10z"})),Iv=t.jsx(t.Fragment,{children:t.jsx("path",{fillRule:"evenodd",d:"M15.5 1.5h-12c-.825 0-1.493.675-1.493 1.5L2 16.5l3-3h10.5c.825 0 1.5-.675 1.5-1.5V3c0-.825-.675-1.5-1.5-1.5M7.25 8.25h-1.5v-1.5h1.5zm1.5 0h1.5v-1.5h-1.5zm4.5 0h-1.5v-1.5h1.5zM19 6.35h2a1 1 0 0 1 1 1v15l-4-4H7a1 1 0 0 1-1-1v-2h13z"})}),Mv=h("MessagesSquareIcon",Iv),wv=h("MicrochipLayoutDashboardIcon",t.jsx("path",{d:"M22 7v2h-2v2h2v2h-2v2h2v2h-2v2c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v2zM4 19h14V5H4zm2-6h5v4H6zm10-6h-4v3h4zM6 7h5v5H6zm10 4h-4v6h4z"})),kv=h("MicrophoneIcon",t.jsx("path",{d:"M14.99 12c0 1.66-1.33 3-2.99 3s-3-1.34-3-3V6c0-1.66 1.34-3 3-3s3 1.34 3 3zM12 17.1c2.76 0 5.3-2.1 5.3-5.1H19c0 3.42-2.72 6.24-6 6.72V22h-2v-3.28c-3.28-.49-6-3.31-6-6.72h1.7c0 3 2.54 5.1 5.3 5.1"})),bv=t.jsxs(t.Fragment,{children:[t.jsx("rect",{width:"24",height:"24",fill:"#1485d9",rx:"4"}),t.jsx("path",{fill:"#fff",d:"M11.954 5.519c1.33-.005 2.42 1.066 2.459 2.412q.736.098 1.504.269.006-.102.005-.205c-.019-2.207-1.79-3.986-3.969-3.986s-3.95 1.779-3.969 3.986q0 .096.005.192c.442-.096.948-.188 1.506-.262.041-1.344 1.131-2.41 2.459-2.406"}),t.jsx("path",{fill:"#fff",d:"M6 11.012V9.514a18.12 18.12 0 0 1 11.907 0v1.498c0 6.741-5.953 8.988-5.953 8.988S6 17.753 6 11.012m3.97 4.244v.249h3.968v-.249a2 2 0 0 0-1.347-1.892c.63-.302.968-1.006.815-1.694a1.49 1.49 0 0 0-1.453-1.177c-.696 0-1.299.489-1.452 1.177a1.515 1.515 0 0 0 .815 1.694 2 2 0 0 0-1.347 1.892"})]}),yv=h("MicrosoftAuthenticatorLogoIcon",bv),Sv=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M4.583 10.107H.291l1.388 1.687h5.226zM19.488 10.107l-2.322 1.687h5.284l1.259-1.687zM15.532 12.98l.52 1.602h4.997l1.091-1.687h-6.49zM8.54 12.98l-.117-.085H1.86l1.201 1.687H8.02zM7.662 15.685H3.277l1.038 1.687h2.799zM16.958 17.372h2.895l.942-1.687H16.41z"}),t.jsx("path",{d:"m12.046 5.98-1.388 4.272H6.166L9.8 12.893l-1.388 4.272 3.633-2.64 3.635 2.64-1.388-4.272 3.634-2.64h-4.492z"}),t.jsx("path",{d:"M12.047 5.076a6.92 6.92 0 0 1 6.534 4.652h1.478c-.99-3.497-4.199-6.062-8.013-6.062S5.024 6.231 4.034 9.728h1.478a6.92 6.92 0 0 1 6.536-4.652M12.047 18.924a6.9 6.9 0 0 1-3.517-.968H6.223a8.3 8.3 0 0 0 5.823 2.378 8.3 8.3 0 0 0 5.823-2.378h-2.306a6.9 6.9 0 0 1-3.516.968"})]}),Hv=h("MilitaryIcon",Sv),Av=h("MinimizeIcon",t.jsx("path",{fillRule:"evenodd",d:"m15 7.59 4.5-4.5 1.41 1.41-4.5 4.5H20v2h-7V4h2zM4 15v-2h7v7H9v-3.59l-4.5 4.5-1.41-1.41 4.5-4.5z"})),Vv=h("MonitorIcon",t.jsx("path",{d:"M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7l-2 3v1h8v-1l-2-3h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 12H3V4h18z"})),Lv=h("MonitorChevronsRightLeftIcon",t.jsx("path",{d:"M3 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7v2H8v2h8v-2h-2v-2h7a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 2h18v12H3zm12 1-3.5 3.5L15 12l1.4-1.4-2.1-2.1 2.1-2.1zM9 8 7.6 9.4l2.1 2.1-2.1 2.1L9 15l3.5-3.5"})),zv=h("MonitorLayoutDashboardIcon",t.jsx("path",{d:"M20.1522 16.3114V4.93413H3.84783V16.3114H20.1522ZM20.1522 3C21.1304 3 22 3.79641 22 4.93413V16.3114C22 17.3353 21.2391 18.2455 20.1522 18.2455H13.8478V20.0659H15.6957V22H8.30435V20.0659H10.1522V18.1317H3.84783C2.86957 18.1317 2 17.2216 2 16.1976V4.82036C2 3.79641 2.76087 3 3.84783 3H20.1522ZM5.58696 6.75449H13.7391V11.5329H5.58696V6.75449ZM14.7174 6.75449H18.3043V8.68862H14.7174V6.75449ZM18.3043 9.5988V14.3772H14.7174V9.5988H18.3043ZM5.58696 12.4431H9.17391V14.3772H5.58696V12.4431ZM10.1522 12.4431H13.7391V14.3772H10.1522V12.4431Z"})),Ev=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M21 16H3V4h18m0-2H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h7v2H8v2h8v-2h-2v-2h7a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"}),t.jsx("path",{fillRule:"evenodd",d:"M14.25 8.625h-.375v-.75a1.876 1.876 0 0 0-3.75 0v.75H9.75a.75.75 0 0 0-.75.75v3.75c0 .412.338.75.75.75h4.5c.412 0 .75-.338.75-.75v-3.75a.75.75 0 0 0-.75-.75M12 12a.75.75 0 0 1-.75-.75c0-.412.338-.75.75-.75s.75.338.75.75-.338.75-.75.75m-1.162-3.375h2.325v-.75a1.163 1.163 0 0 0-2.325 0z"})]}),$v=h("MonitorLockIcon",Ev),jv=h("MonitorSmartphoneWatchIcon",t.jsx("path",{fillRule:"evenodd",d:"M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3zm10 6H9v1.78c-.61.55-1 1.33-1 2.22s.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22zm-3.5 4c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5-1.5.67-1.5 1.5M22 8h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1m-5 10h4v-8h-4z"})),Pv=h("MonitorsNetworkIcon",t.jsx("path",{d:"M4 1c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2H1v2h12V9h-3c1.11 0 2-.89 2-2V3c0-1.11-.89-2-2-2zm0 2h6v4H4zM3 13v7h7v-2H5v-5zm11 0c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h-3v2h12v-2h-3c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2zm0 2h6v4h-6z"})),Tv=h("MonitorsXIcon",t.jsx("path",{d:"M4.338 1c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h-3v2h12V9h-3c1.11 0 2-.89 2-2V3c0-1.11-.89-2-2-2zm0 2h6v4h-6zm10 10c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h-3v2h12v-2h-3c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2zm-10.12.46-1.42 1.42L4.928 17l-2.13 2.12 1.42 1.42 2.12-2.13 2.12 2.13 1.42-1.42L7.748 17l2.13-2.12-1.42-1.42-2.12 2.13zM14.338 15h6v4h-6z"})),xv=h("MonitorsZapIcon",t.jsx("path",{d:"M4 1c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2H1v2h12V9h-3c1.11 0 2-.89 2-2V3c0-1.11-.89-2-2-2zm0 2h6v4H4zm10 10c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h-3v2h12v-2h-3c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2zm0 2h6v4h-6zM6.5 12h3l-2 4h2l-3.75 7 .75-5H4z"})),Nv=h("MoonIcon",t.jsx("path",{strokeWidth:".1",d:"M7.428 3.077a9.56 9.56 0 0 1 6.338-1.166c.25.04.45.24.49.494s-.095.5-.316.61h-.002c-.191.089-.35.167-.502.255-3.203 1.85-4.27 6.028-2.373 9.313s6.047 4.45 9.251 2.6c.167-.096.325-.204.472-.307a.575.575 0 0 1 .687.029l.07.065c.147.164.194.4.113.608a9.56 9.56 0 0 1-4.178 4.905c-4.686 2.706-10.75 1-13.521-3.798-2.77-4.798-1.215-10.903 3.471-13.608Zm.586 1.014c-4.137 2.39-5.512 7.781-3.064 12.02 2.448 4.24 7.805 5.746 11.942 3.357a8.4 8.4 0 0 0 2.882-2.74c-3.55 1.344-7.702-.104-9.704-3.572s-1.181-7.79 1.758-10.192A8.4 8.4 0 0 0 8.015 4.09Z"})),Ov=h("MusicIcon",t.jsx("path",{fillRule:"evenodd",d:"M22 3v12.5a3.5 3.5 0 1 1-2-3.16V6.47L10 8.6v8.9a3.5 3.5 0 1 1-2-3.16V6l14-3Z",clipRule:"evenodd"})),Dv=h("MysqlLogoIcon",t.jsx("path",{fill:"#047494",d:"M3.123 1c-.906 0-1.622.48-1.96 1.313-.108.256-.162.529-.163.81-.001.931.599 1.687.959 2.139.063.079.12.15.18.234l.162.215c.16.21.344.45.402.57.02.055.044.152.078.274.157.565.45 1.615.916 2.414.188.322.453.726.643 1.011-.127.636-.342 1.808-.342 2.52 0 1.25.26 2.254.824 3.172C5.032 16 5.67 17 6.748 17c.383 0 1.02-.15 1.191-1.1.765.987 2.059 2.225 4.059 3.1 0 0-3.75-4.375-4.408-7.102 0 0-.717.727-1.326 2.211-.182-.458-.266-.974-.266-1.609 0-.627.276-2.029.383-2.516l.094-.423-.246-.358c-.004-.007-.508-.734-.803-1.24-.336-.576-.584-1.467-.717-1.945a5 5 0 0 0-.164-.516c-.175-.379-.431-.712-.656-1.006l-.125-.166a6 6 0 0 0-.24-.314c-.184-.23-.524-.659-.514-.934l.111-.078L3.123 3c.795 0 1.82.564 2.205.777.126.07.219.117.268.139l.174.076.341.012c.447.01 1.806.042 2.766.426 1.751.7 2.72 1.4 3.703 2.68 2.324 3.021 3.182 6.935 3.19 6.974l.125.564.546.178c.02.007 1.55.519 2.977 1.856-1.795.444-2.42 1.318-2.42 1.318s.476.928 2.75 2.375c1.375.875 2.125 1.5 3.25 2.625 0 0-1.124-2.5-2.695-4.492 1.196-.383 2.666-.582 2.666-.582l-.91-1.262c-1.498-2.077-3.507-3.125-4.463-3.533-.332-1.266-1.335-4.516-3.43-7.24-1.199-1.56-2.475-2.492-4.547-3.32-1.227-.49-2.702-.55-3.36-.565C5.686 1.69 4.408 1 3.124 1m4.063 4s-.438 0-.938.125l1.375 1.873c.375-.498.375-1.08.375-1.08S7.748 5.25 7.186 5"})),_v=h("NetworkIcon",t.jsx("path",{d:"M10 2c-1.11 0-2 .89-2 2v3c0 1.11.89 2 2 2h1v2H2v2h4v2H5c-1.11 0-2 .89-2 2v3c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2v-3c0-1.11-.89-2-2-2H8v-2h8v2h-1c-1.11 0-2 .89-2 2v3c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2v-3c0-1.11-.89-2-2-2h-1v-2h4v-2h-9V9h1c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 2h4v3h-4zM5 17h4v3H5zm10 0h4v3h-4z"})),Fv=h("Network2Icon",t.jsx("path",{d:"M9.41 3.5v5.1h1.726v2.55H5.955c-.96 0-1.728.756-1.728 1.7v2.55H2.5v5.1h5.182v-5.1H5.955v-2.55h5.181v2.55H9.41v5.1h5.182v-5.1h-1.727v-2.55h5.182v2.55h-1.728v5.1H21.5v-5.1h-1.727v-2.55c0-.944-.769-1.7-1.727-1.7h-5.182V8.6h1.727V3.5z"})),Zv=h("NewspaperIcon",t.jsx("path",{d:"M20 3H4c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2M5 7h5v6H5zm14 10H5v-2h14zm0-4h-7v-2h7zm0-4h-7V7h7z"})),qv=h("NoteIcon",t.jsx("path",{fillRule:"evenodd",d:"M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9l4-4 3-3V5a2 2 0 0 0-2-2zm12 4H7v2h10zM7 11h5v2H7zm9.5 5.5L19 14h-5v5z"})),Bv=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M15.73 3H8.27L3 8.27V15.73L8.27 21H15.73L21 15.73V8.27L15.73 3ZM19 14.9L14.9 19H9.1L5 14.9V9.1L9.1 5H14.9L19 9.1V14.9Z"}),t.jsx("path",{d:"M11 7H13V14H11V7Z"}),t.jsx("path",{d:"M12 17C12.5523 17 13 16.5523 13 16C13 15.4477 12.5523 15 12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17Z"})]}),Uv=h("OctagonAlertIcon",Bv),Wv=h("PageBookmarkIcon",t.jsx("path",{d:"M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M6 4h5v8l-2.5-1.5L6 12z"})),Gv=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M5.56 2c-.98.09-1.81 1-1.81 2v16c0 1.05.95 2 2 2h12c1.05 0 2-.95 2-2V4a2 2 0 0 0-2-2h-6v7l-2.5-1.5L6.75 9V2H5.56m6.19 11h1a1 1 0 0 1 1 1v4h-1v-2h-1v2h-1v-4a1 1 0 0 1 1-1m0 1v1h1v-1zm3 1h3v1l-2 3h2v1h-3v-1l2-3h-2z"}),t.jsx("path",{d:"M5.56 2c-.98.09-1.81 1-1.81 2v16c0 1.05.95 2 2 2h12c1.05 0 2-.95 2-2V4a2 2 0 0 0-2-2h-6v7l-2.5-1.5L6.75 9V2H5.56m6.19 11h1a1 1 0 0 1 1 1v4h-1v-2h-1v2h-1v-4a1 1 0 0 1 1-1m0 1v1h1v-1zm3 1h3v1l-2 3h2v1h-3v-1l2-3h-2z"})]}),Kv=h("PageBookmarkAzIcon",Gv),Xv=t.jsxs(t.Fragment,{children:[t.jsx("path",{fillOpacity:".36",d:"M0 20h24v4H0z"}),t.jsx("path",{d:"M16.56 8.94 7.62 0 6.21 1.41l2.38 2.38-5.15 5.15a1.49 1.49 0 0 0 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12M5.21 10 10 5.21 14.79 10zM17 15c0-1.33 2-3.5 2-3.5s2 2.17 2 3.5c0 1.1-.9 2-2 2s-2-.9-2-2"})]}),Yv=h("PaintBucketIcon",Xv),Qv=h("PaletteIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 3a9 9 0 0 0 0 18c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8m-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12M8 6.5C8 7.33 8.67 8 9.5 8S11 7.33 11 6.5 10.33 5 9.5 5 8 5.67 8 6.5M14.5 8c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8m1.5 2.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S18.33 9 17.5 9s-1.5.67-1.5 1.5"})),Rv=h("PanelLandscapeIcon",t.jsx("path",{fillRule:"evenodd",d:"M21 6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2zM5 9v9h5V9zm7 0v9h7V9z"})),Jv=h("PanelPortraitIcon",t.jsx("path",{fillRule:"evenodd",d:"M16 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zM8 20V7h8v13z"})),ep=h("PanelsTopLeftIcon",t.jsx("path",{fillRule:"evenodd",d:"M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M6 7h15V4.99H3V7zm15 2H9v10H7V9H3v10.01h18z",clipRule:"evenodd"})),op=t.jsx(t.Fragment,{children:t.jsx("path",{d:"m19.571 10.586-8.132 8.132a3.999 3.999 0 0 1-5.657 0 3.999 3.999 0 0 1 0-5.657l8.84-8.84a2.501 2.501 0 0 1 3.535 3.536l-7.425 7.425a1.003 1.003 0 0 1-1.414 0 1.003 1.003 0 0 1 0-1.414l6.717-6.718-1.06-1.06-6.718 6.717a2.5 2.5 0 0 0 3.536 3.536l7.425-7.425a3.999 3.999 0 0 0 0-5.657 3.999 3.999 0 0 0-5.657 0L4.72 12a5.497 5.497 0 0 0 0 7.778 5.497 5.497 0 0 0 7.779 0l8.132-8.132-1.06-1.06Z"})}),tp=h("PaperclipIcon",op),np=h("PaperclipVerticalIcon",t.jsx("path",{fillRule:"evenodd",d:"M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5a2.5 2.5 0 0 1 5 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 0 0 5 0V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6z",clipRule:"evenodd"})),rp=t.jsxs(t.Fragment,{children:[t.jsx("path",{fill:"#002987",d:"M19.367 7.167q.051-.412.052-.84c0-2.39-1.97-4.327-4.4-4.327H7.665a.94.94 0 0 0-.934.777L4.02 18.616a.937.937 0 0 0 .934 1.086h2.69a.95.95 0 0 0 .941-.777l.013-.073-.375 2.19c-.085.502.307.958.824.958H11.4c.407 0 .755-.29.823-.685l.668-3.907a1.416 1.416 0 0 1 1.403-1.167h.618c3.358 0 6.08-2.676 6.08-5.978a3.77 3.77 0 0 0-1.626-3.096"}),t.jsx("path",{fill:"#0085cc",d:"M19.367 7.167c-.421 3.367-3.339 5.973-6.875 5.973H10.44c-.464 0-.864.304-.99.733l-1.226 7.17c-.085.5.307.957.824.957H11.4c.407 0 .755-.29.823-.685l.668-3.907a1.416 1.416 0 0 1 1.403-1.167h.618c3.358 0 6.08-2.676 6.08-5.978a3.77 3.77 0 0 0-1.626-3.096"}),t.jsx("path",{fill:"#00186a",d:"M10.44 13.14h2.052c3.536 0 6.454-2.606 6.875-5.973a3.9 3.9 0 0 0-2.236-.702h-5.356c-.61 0-1.13.433-1.232 1.024L9.45 13.873c.125-.43.525-.733.989-.733"})]}),cp=h("PaypalLogoIcon",rp),sp=h("PcCaseIcon",t.jsx("path",{d:"M8 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4V20C18 20.5304 17.7893 21.0391 17.4142 21.4142C17.0391 21.7893 16.5304 22 16 22H8C7.46957 22 6.96086 21.7893 6.58579 21.4142C6.21071 21.0391 6 20.5304 6 20V4C6 3.46957 6.21071 2.96086 6.58579 2.58579C6.96086 2.21071 7.46957 2 8 2ZM8 4V6H16V4H8ZM16 8H8V10H16V8ZM16 18H14V20H16V18Z"})),ap=h("PencilIcon",t.jsx("path",{d:"M19.258 6.692a.83.83 0 0 1 0 1.175l-1.525 1.525-3.125-3.125 1.525-1.525a.83.83 0 0 1 1.175 0zM4.5 19.5v-3.125l9.217-9.217 3.125 3.125L7.625 19.5z"})),lp=h("PencilLineIcon",t.jsx("path",{d:"M20.71 5.04a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0L15 3.25 18.75 7zM17.75 8 14 4.25l-10 10V18h3.75zM24 21H0v3h24z"})),ip=h("PencilOffIcon",t.jsx("path",{d:"M18.66 2c-.26 0-.5.09-.69.28l-1.84 1.85 3.75 3.75 1.84-1.85c.39-.39.39-1.03 0-1.4l-2.34-2.35c-.2-.19-.47-.28-.72-.28M3.28 4 2 5.28l6.5 6.47-4.5 4.5V20h3.75l4.5-4.5 6.47 6.5L20 20.72l-6.5-6.47-3.75-3.75zm11.78 1.19-4.03 4.03 3.75 3.75 4.03-4.03z"})),dp=h("PencilRulerIcon",t.jsx("path",{d:"M3 17.25V21h3.75L17.81 9.93l-3.75-3.75zm19.61 1.11-4.25 4.25-5.2-5.2 1.77-1.77 1 1 2.47-2.48 1.42 1.42L18.36 17l1.06 1 1.42-1.4zm-16-7.53L1.39 5.64l4.25-4.25L7.4 3.16 4.93 5.64 6 6.7l2.46-2.48 1.42 1.42-1.42 1.41 1 1zM20.71 7c.39-.39.39-1 0-1.41l-2.34-2.3c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75z"})),hp=h("PhoneIcon",t.jsx("path",{d:"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02z"})),up=h("PhonePlusIcon",t.jsx("path",{fillRule:"evenodd",d:"M13.21 17.38a15.15 15.15 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.4 11.4 0 0 1 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57a.99.99 0 0 0-1.02.24zM16 3v3h-3v2h3v3h2V8h3V6h-3V3z",clipRule:"evenodd"})),fp=h("PlusIcon",t.jsx("path",{fillRule:"evenodd",d:"M11 5v6H5v2h6v6h2v-6h6v-2h-6V5z",clipRule:"evenodd"})),vp=h("PostgresLogoIcon",t.jsx("path",{fill:"#336791",d:"m15.774 2.079-.558.09.05.025c.2.154.428.274.654.393.21.11.417.22.602.356 1.109.812 2.286 2.267 2.61 3.82.123.584-.045 1.436-.164 2.04l-.054.28c-.087.479-.003.92.082 1.369.087.455.175.918.088 1.436-.028.165-.106.417-.185.67-.128.414-.258.834-.179.901v-.049c.202-.2.335-.478.468-.753.067-.14.134-.28.21-.408.896-1.53 1.537-3.324 1.981-5.294.168-.745.32-2.018.025-2.732-.151-.362-.529-.688-.823-.919-1.116-.881-2.25-1.316-4.326-1.304zm-3.46.14-.555.049q-.302.083-.605.168l-.434.121c-1.565.676-2.491 2.588-2.587 4.715.357-.178.743-.37 1.16-.484 2.115-.576 2.405.775 2.685 2.394.106.614.124 1.481-.025 2.08-.126.503-.32.949-.506 1.372l-.002.005-.484 1.377h.025c.2-.053.408.015.555.074.789.307.783 1.034.775 2.044l-.002.325q0 .373-.007.77c-.027 1.997-.059 4.301 1.41 4.718.497.14 1.085-.025 1.475-.145 1.602-.495 1.746-2.067 1.904-3.79.05-.544.1-1.104.2-1.649.04-.22.047-.473.054-.724.011-.42.023-.838.187-1.112.123-.209.291-.298.477-.397.088-.046.179-.095.271-.159l-.143-.222c-.842-1.31-1.745-2.713-2.226-4.347-.612-2.08.47-2.912 2.514-2.78-.93-2.418-2.804-4.385-6.116-4.403m-6.718.104.504-.057c.837.01 1.527.171 2.19.327.32.075.632.149.953.203v.025c-1.145 1.5-1.406 2.29-1.765 4.618l.049 2.249-.06.616-.06.617c-.22 1.352.455 2.14 1.005 2.78l.082.097-1.79 2.03-.042.044c-.16.166-.391.406-.756.32-.757-.179-1.34-1.535-1.652-2.261l-.015-.035c-.904-2.108-2.59-7.122-1.402-9.816.381-.868 1.198-1.443 2.2-1.694q.279-.032.559-.063M19.469 14.86a2 2 0 0 1-.455-.162c-.143-.066-.282-.13-.439-.152l-.093.05c-.347.18-.505.263-.486.869 1.028.504 2.996-.192 3.457-.75-.166.018-.34.047-.52.077-.464.078-.965.163-1.464.068m-9.38.823q.497-.53.993-1.064c.828.029.638.925.242 1.258-.8.669-1.744.759-2.877.363l-.025-.05c.136-.034.282-.066.43-.099h.001c.444-.097.918-.2 1.237-.408m8.197-6.502.109-.967.109-.968h-.023c-.793-.031-1.607-.062-1.936.435-.237.359-.153 1.128-.025 1.547.32 1.04.827 1.943 1.33 2.804l.17.35.17.352.049-.025a8 8 0 0 1 .088-.387c.1-.41.21-.857.13-1.378a260 260 0 0 1-.171-1.763m-.958-.812c-.281-.078-.391-.135-.555-.315.012-.109.03-.13.064-.175l.032-.043q.049-.02.094-.045c.093-.049.201-.106.461-.124.241.04.32.08.435.24-.114.214-.208.27-.37.365q-.071.04-.16.097M9.873 7.319c.374-.005.705.014.919.169.585.426.783 2.702.53 3.7-.104.413-.266.777-.424 1.133q-.094.206-.18.414l-.363 1.136c-1.339-.014-2.11-1-2.318-2.155-.095-.51-.002-1.105.08-1.63q.022-.131.04-.255l-.049-1.812.847-.46.46-.12zm-.232.714c.026.573.912.794 1.136.265l.008-.062q.007-.065.017-.132c-.24-.177-.463-.255-.918-.24l-.11.06-.109.06z"})),pp=h("PowerIcon",t.jsx("path",{d:"M11 3h2v10h-2zm5.41 3.59 1.42-1.42A8.93 8.93 0 0 1 21 12a9 9 0 0 1-18 0c0-2.74 1.23-5.18 3.17-6.83l1.41 1.41A6.995 6.995 0 0 0 12 19c3.87 0 7-3.13 7-7a6.92 6.92 0 0 0-2.59-5.41"})),mp=h("PrinterIcon",t.jsx("path",{fillRule:"evenodd",d:"M6 3h12v4H6zm12 8a1 1 0 1 0 2 0 1 1 0 0 0-2 0m-2 8H8v-5h8zM5 8h14a3 3 0 0 1 3 3v6h-4v4H6v-4H2v-6a3 3 0 0 1 3-3"})),gp=h("PuzzleIcon",t.jsx("path",{d:"M20 11.5h-1.5v-4a2 2 0 0 0-2-2h-4V4a2.5 2.5 0 0 0-5 0v1.5h-4a2 2 0 0 0-2 2v3.8H3c1.5 0 2.7 1.2 2.7 2.7S4.5 16.7 3 16.7H1.5v3.8a2 2 0 0 0 2 2h3.8V21c0-1.5 1.2-2.7 2.7-2.7s2.7 1.2 2.7 2.7v1.5h3.8a2 2 0 0 0 2-2v-4H20a2.5 2.5 0 0 0 0-5"})),Cp=h("QrCodeIcon",t.jsx("path",{fillRule:"evenodd",d:"M15 3h6v6h-6zm-4 2h2v4h-2zm-8 6h2v2H3zm8 4h2v-4H9v2h2zm4-4h2v2h-2zm4 2h-2v2h-2v2h-4v4h2v-2h4v2h2v-2h2v-4h-2zm0 0v-2h2v2zm0 2h-2v4h2zm-2-8V5h2v2zM3 3h6v6H3zm2 4V5h2v2zm-2 8h6v6H3zm2 4v-2h2v2z"})),Ip=h("RadioIcon",t.jsx("path",{d:"M4.93 4.93A9.97 9.97 0 0 0 2 12c0 2.76 1.12 5.26 2.93 7.07l1.41-1.41A7.94 7.94 0 0 1 4 12c0-2.21.89-4.22 2.34-5.66zm14.14 0-1.41 1.41A7.96 7.96 0 0 1 20 12c0 2.22-.89 4.22-2.34 5.66l1.41 1.41A9.97 9.97 0 0 0 22 12c0-2.76-1.12-5.26-2.93-7.07M6 12c0-1.65.67-3.15 1.76-4.24l1.41 1.41A4 4 0 0 0 8 12c0 1.11.45 2.11 1.17 2.83l-1.41 1.41A5.98 5.98 0 0 1 6 12m10.24-4.24-1.41 1.41A4 4 0 0 1 16 12c0 1.11-.45 2.11-1.17 2.83l1.41 1.41A5.98 5.98 0 0 0 18 12c0-1.65-.67-3.15-1.76-4.24M10 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0"})),Mp=h("RadioInputIcon",t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 12C4 7.584 7.58399 4 12 4C16.4159 4 20 7.584 20 12C20 16.416 16.4159 20 12 20C7.58399 20 4 16.416 4 12ZM5.59999 12C5.59999 15.536 8.46399 18.4001 12 18.4001C15.536 18.4001 18.4 15.536 18.4 12C18.4 8.46401 15.536 5.6 12 5.6C8.46399 5.6 5.59999 8.46401 5.59999 12Z"})),pa=h("RadioInputSelectedIcon",t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4C7.58399 4 4 7.584 4 12C4 16.416 7.58399 20 12 20C16.4159 20 20 16.416 20 12C20 7.584 16.4159 4 12 4ZM12 8C9.79198 8 7.99998 9.79201 7.99998 12C7.99998 14.208 9.79198 16.0001 12 16.0001C14.208 16.0001 16 14.208 16 12C16 9.79201 14.208 8 12 8ZM5.59999 12C5.59999 15.536 8.46399 18.4001 12 18.4001C15.536 18.4001 18.4 15.536 18.4 12C18.4 8.46401 15.536 5.6 12 5.6C8.46399 5.6 5.59999 8.46401 5.59999 12Z"})),wp=h("RadioSignalIcon",t.jsx("path",{d:"M2 13C2 7.48 6.48 3 12 3s10 4.48 10 10c0 3.7-2.01 6.92-5 8.65l-1-1.73c2.39-1.39 4-3.96 4-6.92 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 2.96 1.61 5.53 3.99 6.92l-1 1.73C4.01 19.92 2 16.7 2 13m16 0c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.48-.81 2.75-2 3.45l1 1.74c1.79-1.04 3-2.97 3-5.19m-6-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"})),kp=h("RectangleArrowRightIcon",t.jsx("path",{d:"M17.014 18.6h2.25V23H3V1h16.265v4.4h-2.251V3.2H5.25v17.6h11.763zM22 12l-5.406 5.211-1.581-1.567 2.64-2.544H7.304v-2.2h10.347l-2.64-2.544 1.582-1.567z"})),bp=h("RectangleArrowUpIcon",t.jsx("path",{d:"M9.273 20H3.818C2.818 20 2 19.2 2 18.222V5.778C2 4.8 2.818 4 3.818 4h16.364c1 0 1.818.8 1.818 1.778v12.444C22 19.2 21.182 20 20.182 20h-5.455v-1.769h5.455V5.76H3.818v12.471h5.455zm-.91-8L12 8.444 15.636 12H12.91v8h-1.818v-8z"})),yp=h("RectangleCheckIcon",t.jsx("path",{d:"M22 6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2zM10 17l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z"})),Sp=h("RectangleEllipsisIcon",t.jsx("path",{fillRule:"evenodd",d:"M21 4.5H3c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-11c0-1.1-.9-2-2-2M3 17.51V6.49h18v11.02zM6.5 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4m7.5-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0m3.5 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4"})),Hp=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"m21.53 13.333 2.692 1.212v1.819c0 1.685-1.148 3.254-2.691 3.636-1.543-.382-2.691-1.951-2.691-3.636v-1.819zm0 1.176-1.494.679V16.8c0 .933.64 1.806 1.495 2.024z"}),t.jsx("path",{d:"M2.074 4h18.667c1.14 0 2.074.925 2.074 2.055v7.174l-1.277-.562-.797.35V6.046H2.074v11.323h16.229a4.8 4.8 0 0 0 1.04 2.045H2.074C.934 19.413 0 18.488 0 17.358V6.055C0 4.925.933 4 2.074 4m5.704 7.706a2.065 2.065 0 0 1-2.074 2.056 2.065 2.065 0 0 1-2.074-2.056c0-1.134.928-2.055 2.074-2.055s2.074.92 2.074 2.055m3.63 2.056c1.145 0 2.074-.92 2.074-2.056a2.065 2.065 0 0 0-2.075-2.055c-1.145 0-2.074.92-2.074 2.055s.929 2.056 2.074 2.056m7.777-2.056a2.065 2.065 0 0 1-2.074 2.056 2.065 2.065 0 0 1-2.074-2.056c0-1.134.929-2.055 2.074-2.055 1.146 0 2.074.92 2.074 2.055"})]}),Ap=h("RectangleEllipsisShieldIcon",Hp),Vp=h("RectanglePlusIcon",t.jsx("path",{fillRule:"evenodd",d:"M2 3h20a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m11 8V7h-2v4H7v2h4v4h2v-4h4v-2zM2 19V5h20v14z"})),Lp=h("RedditLogoIcon",t.jsx("path",{d:"M14.5 15.41c.08.09.08.28 0 .39-.73.7-2.09.76-2.5.76-.39 0-1.75-.06-2.46-.76-.1-.11-.1-.3 0-.39.11-.1.28-.1.38 0 .46.46 1.41.59 2.08.59.69 0 1.66-.13 2.1-.59.11-.1.28-.1.4 0m-3.75-2.37c0-.57-.47-1.04-1.04-1.04s-1.04.47-1.04 1.04.47 1.05 1.04 1.04c.57 0 1.04-.47 1.04-1.04M14.29 12c-.57 0-1.04.5-1.04 1.05s.47 1.04 1.04 1.04 1.04-.48 1.04-1.04c0-.55-.47-1.05-1.04-1.05M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-3.33 0c0-.81-.67-1.46-1.45-1.46-.4 0-.76.16-1.02.41-1-.72-2.37-1.18-3.9-1.24l.67-3.13 2.17.47c.02.55.48.99 1.04.99.57 0 1.04-.47 1.04-1.04s-.47-1.04-1.04-1.04c-.41 0-.77.24-.93.59l-2.43-.52c-.07-.03-.14 0-.19.04-.06.04-.09.1-.1.17l-.74 3.48c-1.55.05-2.95.51-3.97 1.24-.26-.25-.62-.4-1.01-.4-.81 0-1.46.65-1.46 1.44 0 .61.36 1.11.86 1.34-.02.16-.03.28-.03.44 0 2.22 2.61 4.07 5.82 4.07 3.23 0 5.85-1.82 5.85-4.07 0-.14-.01-.28-.04-.44.5-.23.86-.74.86-1.34"})),zp=h("RefreshCcwIcon",t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1V3.99999C16.4199 3.99999 20 7.58 20 12C20 13.5699 19.5399 15.03 18.7599 16.26L17.3 14.7999C17.75 13.97 18 13.01 18 12C18 8.68999 15.3099 5.99999 12 5.99999V8.99999L8 5L12 1ZM6 12C6 15.3099 8.69 18 12 18V15L15.9999 18.9999L12 23V20C7.58 20 4 16.4199 4 12C4 10.43 4.46001 8.96999 5.24001 7.73999L6.69999 9.19999C6.25 10.03 6 10.99 6 12Z"})),Ep=h("RefreshCwCheckIcon",t.jsx("path",{d:"M18.6 19.5H21v2h-6v-6h2v2.73c1.83-1.47 3-3.71 3-6.23 0-4.07-3.06-7.44-7-7.93V2.05c5.05.5 9 4.76 9 9.95 0 2.99-1.32 5.67-3.4 7.5M4 12c0-2.52 1.17-4.77 3-6.23V8.5h2v-6H3v2h2.4A9.97 9.97 0 0 0 2 12c0 5.19 3.95 9.45 9 9.95v-2.02c-3.94-.49-7-3.86-7-7.93m12.24-3.89-5.66 5.66-2.83-2.83-1.41 1.41 4.24 4.24 7.07-7.07z"})),$p=h("ReplyIcon",t.jsx("path",{d:"M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11"})),jp=h("RocketIcon",t.jsx("path",{d:"M18 7a.96.96 0 0 0-.292-.708A.96.96 0 0 0 17 6a.96.96 0 0 0-.708.292A.96.96 0 0 0 16 7q0 .417.292.708Q16.583 8 17 8a.96.96 0 0 0 .708-.292A.96.96 0 0 0 18 7m2-2.686q0 2.44-.74 4.22-.739 1.78-2.484 3.535a33 33 0 0 1-1.91 1.725l-.196 3.716a.36.36 0 0 1-.157.255l-3.762 2.196a.3.3 0 0 1-.157.039.35.35 0 0 1-.226-.088l-.627-.628a.31.31 0 0 1-.078-.313l.833-2.706-2.753-2.755-2.705.833a.3.3 0 0 1-.088.01.3.3 0 0 1-.225-.088l-.627-.628q-.167-.186-.05-.382L6.244 9.49a.36.36 0 0 1 .255-.157l3.714-.196a33 33 0 0 1 1.724-1.912q1.842-1.833 3.508-2.529T19.667 4a.33.33 0 0 1 .235.093.3.3 0 0 1 .098.22"})),Pp=h("RotateCcwClockIcon",t.jsx("path",{d:"M4 12a9 9 0 1 1 9 9c-2.49 0-4.73-1.01-6.36-2.64l1.42-1.42A6.94 6.94 0 0 0 13 19c3.87 0 7-3.13 7-7s-3.13-7-7-7-7 3.13-7 7h3l-4.04 4.03-.07-.14L1 12zm8 1V8h1.5v4.25l3.5 2.08-.72 1.21z"})),Tp=h("RotateCcwDotIcon",t.jsx("path",{d:"M3 12a9 9 0 1 1 3.52 7.14l1.42-1.44A6.995 6.995 0 0 0 19 12c0-3.87-3.13-7-7-7s-7 3.13-7 7h3l-4 4-4-4zm9-2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2"})),xp=h("RotateCcwSegmentIcon",t.jsx("path",{d:"M18.1 8.3C16.6 6.8 14.6 6 12.5 6V2.6l-5 5 5 5V8c1.5 0 3.1.6 4.2 1.7 2.3 2.4 2.3 6.2 0 8.5-1.3 1.3-3.1 1.9-4.8 1.7l-.5 2c2.4.3 4.9-.4 6.7-2.3 3.1-3.1 3.1-8.2 0-11.3M5.6 9.9C3.8 13 4.2 17 6.8 19.6q1.2 1.2 2.7 1.8l.6-2q-1.05-.45-1.8-1.2c-1.9-1.8-2.3-4.6-1.2-6.8z"})),Np=h("RotateCcwSquareFileIcon",t.jsx("path",{d:"m13 1 2 2H5v12h7v-2l4 3-4 3v-2H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zm9 20V10l-5-5H9a2 2 0 0 0-2 2v6h2V7h6v5h5v9H9v-2H7v2a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2"})),Op=h("RotateCwIcon",t.jsx("path",{d:"M18.3546 5.64375C16.7223 4.0125 14.4822 3 11.9944 3C7.01876 3 3 7.0275 3 12C3 16.9725 7.01876 21 11.9944 21C16.1932 21 19.6942 18.1313 20.6961 14.25H18.3546C17.4315 16.8713 14.9325 18.75 11.9944 18.75C8.26829 18.75 5.24015 15.7238 5.24015 12C5.24015 8.27625 8.26829 5.25 11.9944 5.25C13.863 5.25 15.5291 6.02625 16.7448 7.2525L13.1201 10.875H21V3L18.3546 5.64375Z"})),Dp=h("RotateCwClockIcon",t.jsx("path",{d:"M20 12a9 9 0 1 0-9 9c2.49 0 4.73-1.01 6.36-2.64l-1.42-1.42A6.94 6.94 0 0 1 11 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7h-3l4.04 4.03.07-.14L23 12zM9.5 13V8H11v4.25l3.5 2.08-.72 1.21z"})),_p=h("RotateCwCogIcon",t.jsx("path",{d:"M18.31 7.11c.9 1.16 1.45 2.5 1.62 3.89h-2.02c-.14-.87-.48-1.72-1.02-2.47zM11 4.07V1l4.55 4.55L11 10V6.09C8.16 6.57 6 9.03 6 12s2.16 5.43 5 5.91v2.02c-3.95-.49-7-3.85-7-7.93s3.06-7.44 7-7.93m11.7 15.42 1.07.83c.09.08.12.21.06.32l-1 1.73c-.07.11-.2.15-.31.11l-1.25-.5c-.25.2-.54.36-.84.49l-.19 1.32c-.02.12-.13.21-.25.21h-2c-.13 0-.23-.09-.25-.21l-.19-1.32c-.31-.12-.59-.29-.85-.49l-1.24.5c-.12.04-.25 0-.31-.11l-1-1.73a.26.26 0 0 1 .06-.32l1.06-.83a4 4 0 0 1 0-.98l-1.06-.83a.25.25 0 0 1-.06-.32l1-1.73c.07-.11.2-.15.31-.11l1.24.5c.26-.2.55-.36.85-.49l.19-1.32c.02-.12.13-.21.25-.21h2c.12 0 .23.09.24.21l.19 1.32c.31.12.59.29.85.49l1.24-.5c.12-.04.25 0 .31.11l1 1.73c.06.11.03.24-.06.32l-1.06.83c.03.16.04.32.04.49s-.02.33-.04.49M17.49 19c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5-1.5.67-1.5 1.5"})),Fp=h("RotateCwDashedIcon",t.jsx("path",{d:"M19.93 11a7.9 7.9 0 0 0-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47zM11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10l4.55-4.45zm4.46 15.87c-.75.54-1.59.89-2.46 1.03v2.02c1.39-.17 2.74-.71 3.9-1.61zm2.85.02c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.48z"})),Zp=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M5.164 5.485a9 9 0 0 1 12.728 0l2.121-2.121v5.501l.05.149-5.707.007 2.122-2.122a6.995 6.995 0 0 0-9.9 0 6.995 6.995 0 0 0 0 9.9 6.995 6.995 0 0 0 9.9 0 6.94 6.94 0 0 0 2.036-4.95h2.008c0 2.305-.87 4.604-2.63 6.364A9 9 0 0 1 5.164 5.485"}),t.jsx("path",{fillRule:"evenodd",d:"M10 14.6a2.6 2.6 0 1 1 2.53-3.2h4.07v3.2h-1.2v-2h-2.87a2.6 2.6 0 0 1-2.53 2m1.4-2.6a1.4 1.4 0 1 1-2.8 0 1.4 1.4 0 0 1 2.8 0"})]}),qp=h("RotateCwKeyIcon",Zp),Bp=t.jsxs(t.Fragment,{children:[t.jsx("path",{fill:"#ec1d24",d:"M0 2v11.922H16.94l1.4-2.998 1.42 3.02H24V2z"}),t.jsx("path",{fill:"#fefefe",d:"m21.808 10.921-2.941-6.594h-1.182l-2.877 6.597h1.268l2.188-5.173 2.284 5.173zM6.587 8.098c.906-.339 1.34-1.087 1.33-1.85-.016-1.158-.925-1.967-2.21-1.967H2.928v6.632H3.94V5.25h1.709c.573 0 1.188.298 1.198 1.011.009.637-.466 1.034-1.27 1.068H5.56l-.613.006 2.042 3.589 1.196-.003zM9.289 5.994c0 1.32 1.31 1.693 2.33 1.98 1.061.3 1.431.638 1.431 1.151 0 .855-.867.99-1.404.99-.737 0-1.345-.207-1.94-.574l-.508.86c.751.463 1.529.678 2.448.678 1.535 0 2.556-.795 2.556-2.026 0-1.374-1.242-1.755-2.285-2.049-1.062-.3-1.478-.554-1.478-1.067 0-.777.952-.853 1.292-.853.536 0 1.217.18 1.62.388l.428-.84c-.544-.281-1.379-.47-2.076-.47-1.485 0-2.414.676-2.414 1.832"}),t.jsx("path",{fill:"#000",d:"M2.579 16.881a2.4 2.4 0 0 0-.92-.189c-.311 0-.713.133-.713.611 0 .762 1.982.44 1.982 1.914 0 .963-.784 1.328-1.697 1.328-.493 0-.712-.063-1.16-.17l.085-.793c.31.164.667.27 1.023.27.343 0 .804-.17.804-.566 0-.837-1.983-.491-1.983-1.945C0 16.359.784 16 1.58 16q.586-.002 1.083.157zM6.318 19.782c-.324.177-.687.328-1.108.328-.538 0-.914-.296-.953-.819h2.307c0-1.133-.35-1.958-1.587-1.958-1.037 0-1.548.775-1.548 1.713 0 1.064.64 1.68 1.742 1.68.466 0 .83-.088 1.147-.257zm-2.06-1.07c.038-.434.285-.762.77-.762s.68.353.707.762zM9.578 18.108a1.34 1.34 0 0 0-.59-.12c-.538 0-.88.416-.88 1.026 0 .598.29 1.058.9 1.058.245 0 .518-.088.667-.151l.038.699a2.9 2.9 0 0 1-.867.107c-1.095 0-1.646-.724-1.646-1.713 0-.938.57-1.68 1.613-1.68.35 0 .603.037.842.107zM13.35 20.576h-.823v-.441h-.013a1.4 1.4 0 0 1-1.095.516c-.79 0-1.133-.541-1.133-1.272v-2.046h.868v1.732c0 .396.006.931.563.931.629 0 .765-.66.765-1.076v-1.587h.868zM14.057 17.409h.771v.737h.013c.039-.303.395-.813.914-.813.084 0 .174 0 .265.026v.85c-.078-.045-.233-.07-.389-.07-.706 0-.706.856-.706 1.322v1.19h-.868zM16.8 20.728h.907v-4.395H16.8zM18.514 20.728h1.238c1.386 0 2.61-.454 2.61-2.198s-1.224-2.197-2.61-2.197h-1.238zm.907-3.702h.506c.758 0 1.49.547 1.49 1.505s-.733 1.504-1.49 1.504h-.506zM23.184 16.719h.127c.072 0 .154.014.154.101 0 .1-.073.11-.156.11h-.125zm-.142.636h.142v-.319h.086l.197.319h.145l-.205-.325c.125-.01.2-.072.2-.199 0-.155-.1-.217-.282-.217h-.283zm.26.286c.37 0 .672-.294.672-.654a.664.664 0 0 0-.673-.654.664.664 0 0 0-.672.654c0 .36.301.654.672.654m0-.127a.51.51 0 0 1-.51-.527.509.509 0 1 1 1.018 0 .51.51 0 0 1-.509.527"})]}),Up=h("RsaLogoIcon",Bp),Wp=h("SaveIcon",t.jsx("path",{d:"M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z"})),Gp=h("ScanCameraIcon",t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.85185 2C2.8291 2 2 2.84568 2 3.88889V7.66667H3.85185V3.88889H7.55556V2H3.85185ZM22 3.88889C22 2.84568 21.1709 2 20.1481 2H16.4444V3.88889H20.1481V7.66667H22V3.88889ZM3.85185 22C2.8291 22 2 21.1543 2 20.1111V16.3334H3.85185V20.1111H7.55556V22H3.85185ZM20.1481 22C21.1709 22 22 21.1543 22 20.1111V16.3334H20.1481V20.1111H16.4444V22H20.1481ZM16.6667 7.33334H14.8175L14.0942 6.54584C13.8783 6.30667 13.5633 6.16667 13.2367 6.16667H10.7633C10.4367 6.16667 10.1217 6.30667 9.9 6.54584L9.1825 7.33334H7.33333C6.69167 7.33334 6.16667 7.85834 6.16667 8.50001V15.5C6.16667 16.1417 6.69167 16.6667 7.33333 16.6667H16.6667C17.3083 16.6667 17.8333 16.1417 17.8333 15.5V8.50001C17.8333 7.85834 17.3083 7.33334 16.6667 7.33334ZM12 14.9167C10.39 14.9167 9.08333 13.61 9.08333 12C9.08333 10.39 10.39 9.08334 12 9.08334C13.61 9.08334 14.9167 10.39 14.9167 12C14.9167 13.61 13.61 14.9167 12 14.9167ZM12 13.75C12.9665 13.75 13.75 12.9665 13.75 12C13.75 11.0335 12.9665 10.25 12 10.25C11.0335 10.25 10.25 11.0335 10.25 12C10.25 12.9665 11.0335 13.75 12 13.75Z"})),Kp=h("ScanDotIcon",t.jsx("path",{d:"M9 5H5v4H3V5c0-1.1.9-2 2-2h4zm3 3c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m-7 7H3v4c0 1.1.9 2 2 2h4v-2H5zM19 3h-4v2h4v4h2V5c0-1.1-.9-2-2-2m-4 16h4v-4h2v4c0 1.1-.9 2-2 2h-4z"})),Xp=h("ScanFaceIcon",t.jsx("path",{d:"M9 11.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m6 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 0 1-8-8 4 4 0 0 1 0-.86 10.05 10.05 0 0 0 5.26-5.37A9.99 9.99 0 0 0 17.42 10c.76 0 1.51-.09 2.25-.26 1.25 4.26-1.17 8.69-5.41 9.93-.76.22-1.5.33-2.26.33M0 2a2 2 0 0 1 2-2h4v2H2v4H0zm24 20a2 2 0 0 1-2 2h-4v-2h4v-4h2zM2 24a2 2 0 0 1-2-2v-4h2v4h4v2zM22 0a2 2 0 0 1 2 2v4h-2V2h-4V0z"})),Yp=h("ScanLineIcon",t.jsx("path",{d:"M4.667 4.7v3.4H3V4.7C3 3.761 3.746 3 4.667 3H8v1.7zM19.333 3C20.253 3 21 3.761 21 4.7v3.4h-1.667V4.7H16V3zM4.667 19.3v-3.4H3v3.4c0 .939.746 1.7 1.667 1.7H8v-1.7zm14.666 0v-3.4H21v3.4c0 .939-.746 1.7-1.667 1.7H16v-1.7zM16 11.125H8v1.75h8z"})),Qp=h("ScanQrCodeIcon",t.jsx("path",{d:"M9.5 6.5v3h-3v-3zM11 5H5v6h6zm-1.5 9.5v3h-3v-3zM11 13H5v6h6zm6.5-6.5v3h-3v-3zM19 5h-6v6h6zm-6 8h1.5v1.5H13zm1.5 1.5H16V16h-1.5zM16 13h1.5v1.5H16zm-3 3h1.5v1.5H13zm1.5 1.5H16V19h-1.5zM16 16h1.5v1.5H16zm1.5-1.5H19V16h-1.5zm0 3H19V19h-1.5zM22 7h-2V4h-3V2h5zm0 15v-5h-2v3h-3v2zM2 22h5v-2H4v-3H2zM2 2v5h2V4h3V2z"})),Rp=h("ScanSkullIcon",t.jsx("path",{fillRule:"evenodd",d:"M2 3.66667C2 2.75 2.75 2 3.66667 2H7V3.66667H3.66667V7H2V3.66667ZM17 3.66667V2H20.3333C21.25 2 22 2.75 22 3.66667V7H20.3333V3.66667H17ZM12 4.5C8.33333 4.5 5.33333 7.5 5.33333 11.1667C5.33333 13.25 6.33333 15.1667 7.83333 16.3333V19.5H9.5V17H11.1667V19.5H12.8333V17H14.5V19.5H16.1667V16.3333C17.6667 15.0833 18.6667 13.25 18.6667 11.1667C18.6667 7.5 15.6667 4.5 12 4.5ZM7 12C7 12.9167 7.75 13.6667 8.66667 13.6667C9.58333 13.6667 10.3333 12.9167 10.3333 12C10.3333 11.0833 9.58333 10.3333 8.66667 10.3333C7.75 10.3333 7 11.0833 7 12ZM10.75 15.3333L12 12.8333L13.25 15.3333H10.75ZM13.6667 12C13.6667 12.9167 14.4167 13.6667 15.3333 13.6667C16.25 13.6667 17 12.9167 17 12C17 11.0833 16.25 10.3333 15.3333 10.3333C14.4167 10.3333 13.6667 11.0833 13.6667 12ZM2 17V20.3333C2 21.25 2.75 22 3.66667 22H7V20.3333H3.66667V17H2ZM20.3333 20.3333V17H22V20.3333C22 21.25 21.25 22 20.3333 22H17V20.3333H20.3333Z"})),Jp=h("ScanSmileIcon",t.jsx("path",{d:"M1.598 6.577a.655.655 0 0 1-.653.657.654.654 0 0 1-.652-.657v-3.08C.293 1.73 1.72.293 3.474.293h3.118c.36 0 .653.294.653.657a.655.655 0 0 1-.653.657H3.474a1.885 1.885 0 0 0-1.876 1.89zM20.526.293h-3.058a.655.655 0 0 0-.653.657c0 .363.293.657.653.657h3.058c1.035 0 1.877.847 1.877 1.89v3.14c0 .364.291.657.652.657.36 0 .652-.293.652-.656V3.497c0-1.767-1.427-3.204-3.181-3.204m-14.4 10.385v-1.85c0-.473.38-.857.85-.857s.852.384.852.857v1.85c0 .474-.381.857-.852.857a.854.854 0 0 1-.85-.857m11.748 0c0 .474-.38.858-.851.858a.854.854 0 0 1-.851-.857v-1.85c0-.474.38-.858.85-.858.471 0 .852.384.852.858zm-7.152 4.362h.413a1.93 1.93 0 0 0 1.918-1.933v-4.43a.655.655 0 0 0-.652-.658.655.655 0 0 0-.652.657v4.431c0 .34-.276.619-.614.619h-.413a.655.655 0 0 0-.653.657c0 .363.292.657.653.657m1.288 2.919c1.339 0 2.604-.5 3.301-1.304a.65.65 0 0 1 .921-.063.66.66 0 0 1 .062.927c-.951 1.099-2.554 1.754-4.284 1.754-1.746 0-3.355-.664-4.305-1.776a.66.66 0 0 1 .068-.927.65.65 0 0 1 .92.07c.696.813 1.967 1.319 3.317 1.319m11.045-1.253a.654.654 0 0 0-.652.657v3.14c0 1.043-.842 1.89-1.877 1.89h-3.058a.655.655 0 0 0-.652.657c0 .363.292.657.652.657h3.058c1.754 0 3.181-1.437 3.181-3.204v-3.14a.655.655 0 0 0-.652-.657m-19.58 5.687h3.117c.36 0 .653.294.653.657a.655.655 0 0 1-.653.657H3.474c-1.754 0-3.181-1.437-3.181-3.204v-3.08c0-.363.292-.657.652-.657s.653.294.653.657v3.08c0 1.042.842 1.89 1.876 1.89"})),em=h("SchoolIcon",t.jsx("path",{d:"M21.338 10h-4V8l-4.5-1.8V4h2.5V2h-3.5v4.2L7.338 8v2h-4c-.55 0-1 .45-1 1v11h8v-5h4v5h8V11c0-.55-.45-1-1-1m-13 10h-4v-3h4zm0-5h-4v-3h4zm4-7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m2 7h-4v-3h4zm6 5h-4v-3h4zm0-5h-4v-3h4z"})),om=h("ScrollTextIcon",t.jsx("path",{d:"M15 20a1 1 0 0 0 1-1V4H8a1 1 0 0 0-1 1v11H5V5a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v1h-2V5a1 1 0 0 0-2 0v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-1h11a2 2 0 0 0 2 2M9 6h5v2H9zm0 4h5v2H9zm0 4h5v2H9z"})),tm=h("ScrollTextArrowRightIcon",t.jsx("path",{d:"M9 14h5v1.7c-.1.1-.1.2-.2.3H9zm0-2h5v-2H9zm0-4h5V6H9zM7 5c0-.6.4-1 1-1h8v9.8c.6-.4 1.3-.6 2-.7V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h2zm6 14v-1H2v1c0 1.7 1.3 3 3 3h8.8c-.5-.9-.8-1.9-.8-3m4-3v6l5-3z"})),nm=h("SearchIcon",t.jsx("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})),rm=h("SecretsManagerLogoIcon",t.jsx("path",{d:"m1 7.556 2.2-1.112L12 10.89l2.2-1.111-8.8-4.445L12 2l11 5.556-2.2 1.11L12 4.223 9.8 5.333l8.8 4.445L12 13.11zm0 8.888 2.2 1.112V13.11l8.8 4.445 8.8-4.445v4.445l2.2-1.112V9.778l-11 5.555L1 9.778zm4.4 2.223v-2.223l6.6 3.334 6.6-3.334v2.223L12 22z"})),cm=h("SendIcon",t.jsx("path",{d:"M9.915 22.04 23.593 3.75.915 6.45l3.492 6.068 13.99-5.768-11.99 9.232z"})),sm=h("ServerIcon",t.jsx("path",{d:"M5.28689 3H18.3689C18.8607 3 19.1557 3.39344 19.1557 3.78689V7.13115C19.1557 7.62295 18.7623 7.91803 18.3689 7.91803H5.28689C4.89344 7.91803 4.5 7.62295 4.5 7.13115V3.88525C4.5 3.39344 4.89344 3 5.28689 3ZM5.28689 9.59016H18.3689C18.8607 9.59016 19.1557 9.98361 19.1557 10.377V13.623C19.1557 14.1148 18.7623 14.4098 18.3689 14.4098H5.28689C4.79508 14.4098 4.5 14.0164 4.5 13.623V10.377C4.5 9.98361 4.89344 9.59016 5.28689 9.59016ZM5.28689 16.1803H18.3689C18.8607 16.1803 19.1557 16.5738 19.1557 16.9672V20.2131C19.1557 20.7049 18.7623 21 18.3689 21H5.28689C4.79508 21 4.5 20.6066 4.5 20.2131V16.9672C4.5 16.4754 4.89344 16.1803 5.28689 16.1803ZM9.41803 6.34426H10.2049V4.67213H9.41803V6.34426ZM9.41803 12.8361H10.2049V11.2623H9.41803V12.8361ZM9.41803 19.4262H10.2049V17.7541H9.41803V19.4262ZM6.17213 4.67213V6.34426H7.84426V4.67213H6.17213ZM6.17213 11.2623V12.9344H7.84426V11.2623H6.17213ZM6.17213 17.7541V19.4262H7.84426V17.7541H6.17213Z"})),am=h("Server2Icon",t.jsx("path",{fillRule:"evenodd",d:"M2 4v4h20V4zm20 16H2v-4h20zM6 17H4v2h2zM4 7h2V5H4zm-2 7h20v-4H2zm4-3H4v2h2z"})),lm=h("ServerNetworkIcon",t.jsx("path",{d:"M13 18h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-7zM4 2h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m5 4h1V4H9zm0 8h1v-2H9zM5 4v2h2V4zm0 8v2h2v-2z"})),im=h("ServerNetworkArrowUpIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 2 8 6h3v3h2V6h3zm2 16h-1v-2h7a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h7v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2h-7a1 1 0 0 0-1-1m-4-4H9v-2h1zm-5-2v2h2v-2z"})),dm=h("ServerOutlineIcon",t.jsx("path",{fillRule:"evenodd",d:"M2 11a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2 0h2v2H4zm16 0h-8v2h8zM2 18a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2 0h2v2H4zm16 0h-8v2h8zM2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2 0h2v2H4zm16 0h-8v2h8z"})),hm=h("ServerShieldIcon",t.jsx("path",{d:"M3 1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1m0 8h16a1 1 0 0 1 1 1v.67l-2.5-1.11-6.5 2.88V15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1m0 8h8c.06 2.25 1 4.4 2.46 6H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1M8 5h1V3H8zm0 8h1v-2H8zm0 8h1v-2H8zM4 3v2h2V3zm0 8v2h2v-2zm0 8v2h2v-2zm13.5-7 4.5 2v3c0 2.78-1.92 5.37-4.5 6-2.58-.63-4.5-3.22-4.5-6v-3zm0 1.94L15 15.06v2.66c0 1.54 1.07 2.98 2.5 3.34z"})),um=t.jsxs(t.Fragment,{children:[t.jsxs("g",{clipPath:"url(#clip0_4444_236325)",children:[t.jsx("path",{d:"M12 2L6.5 11H17.5L12 2Z"}),t.jsx("path",{d:"M17.5 22C19.9853 22 22 19.9853 22 17.5C22 15.0147 19.9853 13 17.5 13C15.0147 13 13 15.0147 13 17.5C13 19.9853 15.0147 22 17.5 22Z"}),t.jsx("path",{d:"M3 13.5H11V21.5H3V13.5Z"})]}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_4444_236325",children:t.jsx("rect",{width:"24",height:"24"})})})]}),fm=h("ShapesIcon",um),vm=h("ShieldAlertIcon",t.jsx("path",{fillRule:"evenodd",d:"m3 5 9-4 9 4v6c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12zm10 2v6h-2V7zm0 8v2h-2v-2z"})),pm=h("ShieldCheckIcon",t.jsx("path",{fillRule:"evenodd",d:"m3 5 9-4 9 4v6c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5Zm3 8 4 4 8-8-1.41-1.42L10 14.17l-2.59-2.58L6 13Z",clipRule:"evenodd"})),mm=h("ShieldHalfIcon",t.jsx("path",{d:"M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12z"})),gm=h("ShieldKeyIcon",t.jsx("path",{d:"M12.338 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2m9 3c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9-5a3 3 0 0 0-3 3c0 1.31.83 2.42 2 2.83V18h2v-2h2v-2h-2v-2.17c1.17-.41 2-1.52 2-2.83a3 3 0 0 0-3-3"})),Cm=h("ShieldLockIcon",t.jsx("path",{d:"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm0 6c1.4 0 2.8 1.1 2.8 2.5V11c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2H9.2c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2V9.5C9.2 8.1 10.6 7 12 7m0 1.2c-.8 0-1.5.5-1.5 1.3V11h3V9.5c0-.8-.7-1.3-1.5-1.3"})),Im=h("ShieldQuestionMarkIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4Zm-1 18v-2h2v2h-2Zm3.17-6.83.9-.92c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83Z",clipRule:"evenodd"})),Mm=t.jsx(t.Fragment,{children:t.jsx("path",{fillRule:"evenodd",d:"m3 5 9-4 9 4v6c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5Zm16 6.99h-7v-8.8L5 6.3V12h7v8.93c3.72-1.15 6.47-4.82 7-8.94Z",clipRule:"evenodd"})}),wm=h("ShieldSecurityIcon",Mm),km=h("ShieldSunIcon",t.jsx("path",{d:"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm0 7.89c1.6 0 2.89 1.29 2.89 2.89S13.6 14.67 12 14.67s-2.89-1.3-2.89-2.89 1.3-2.89 2.89-2.89M12 6l1.38 2q-.63-.27-1.38-.27c-.5 0-.95.09-1.38.27zM7 8.89l2.4-.2c-.34.31-.66.65-.9 1.07-.25.42-.4.86-.5 1.32zm0 5.78 1.03-2.17c.08.43.24.88.47 1.3.25.43.56.79.9 1.08zm10-5.78-1 2.19c-.1-.46-.26-.9-.5-1.32s-.55-.76-.9-1.08zm0 5.78-2.4.2c.34-.29.65-.65.9-1.07.24-.42.39-.87.47-1.3zm-5 2.88-1.39-1.98c.43.15.89.25 1.39.25s.95-.1 1.37-.25z"})),bm=h("ShieldUserIcon",t.jsx("path",{fillRule:"evenodd",d:"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm0 7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-4 7v1h8v-1c0-1.33-2.67-2-4-2s-4 .67-4 2"})),ym=h("ShoppingCartIcon",t.jsx("path",{d:"M2 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H8.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49A1.003 1.003 0 0 0 21 4H6.21l-.94-2zm6 16c-1.1 0-1.99.9-1.99 2S6.9 22 8 22s2-.9 2-2-.9-2-2-2m8.01 2c0-1.1.89-2 1.99-2s2 .9 2 2-.9 2-2 2-1.99-.9-1.99-2"})),Sm=h("SiteBlogIcon",t.jsx("path",{d:"M3 3v18h18V3zm15 15H6v-1h12zm0-2H6v-1h12zm0-4H6V6h12z"})),Hm=h("SkipForwardIcon",t.jsx("path",{d:"M6 18L14.5 12L6 6V18ZM16 6V18H18V6H16Z"})),Am=t.jsxs(t.Fragment,{children:[t.jsx("g",{clipPath:"url(#clip0_2389_1034)",children:t.jsx("path",{d:"M3 17V19H9V17H3ZM3 5V7H13V5H3ZM13 21V19H21V17H13V15H11V21H13ZM7 9V11H3V13H7V15H9V9H7ZM21 13V11H11V13H21ZM15 9H17V7H21V5H17V3H15V9Z"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_2389_1034",children:t.jsx("rect",{width:"24",height:"24"})})})]}),Vm=h("SlidersHorizontalIcon",Am),Lm=h("SlidersVerticalIcon",t.jsx("path",{d:"M13.338 9V7h3V3h2v4h3v2zm3 12V11h2v10zm-10 0v-4h-3v-2h8v2h-3v4zm0-8V3h2v10z"})),zm=h("SmartphoneIcon",t.jsx("path",{fillRule:"evenodd",d:"M16 0H8C6.34 0 5 1.34 5 3v18c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V3c0-1.66-1.34-3-3-3m-2 22h-4v-1h4zm-7.25-3h10.5V3H6.75z"})),Em=h("SmartphoneKeyIcon",t.jsx("path",{fillRule:"evenodd",d:"M8 1a2 2 0 0 0-2 2v4h2V4h10v16H8v-3H6v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H8ZM7 9a3 3 0 1 0 0 6c1.31 0 2.42-.83 2.83-2H12v2h2v-2h1v-2H9.83A2.99 2.99 0 0 0 7 9Zm1 3a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z",clipRule:"evenodd"})),$m=h("SmileIcon",t.jsx("path",{fillRule:"evenodd",d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2ZM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Zm5-10.5c0 .83-.67 1.5-1.5 1.5S14 10.33 14 9.5 14.67 8 15.5 8s1.5.67 1.5 1.5ZM8.5 11c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11Zm8.61 3c-.8 2.04-2.78 3.5-5.11 3.5-2.33 0-4.31-1.46-5.11-3.5h10.22Z",clipRule:"evenodd"})),jm=h("SocialSecurityCardIcon",t.jsx("path",{d:"M12 15H10V13H12V15ZM18 15H14V13H18V15ZM8 11H6V9H8V11ZM18 11H10V9H18V11ZM20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20ZM4 6V18H20V6H4Z"})),Pm=h("SparklesIcon",t.jsx("path",{d:"m11.946 8.802.348-1.743.349 1.743a8.13 8.13 0 0 0 6.38 6.379l1.742.348-1.743.349a8.13 8.13 0 0 0-6.379 6.38L12.294 24l-.348-1.743a8.13 8.13 0 0 0-6.38-6.379l-1.742-.349 1.743-.348a8.13 8.13 0 0 0 6.379-6.38M5.061.871 5.235 0l.175.871a4.07 4.07 0 0 0 3.19 3.19l.87.174-.87.175A4.07 4.07 0 0 0 5.41 7.6l-.175.87-.174-.87a4.07 4.07 0 0 0-3.19-3.19L1 4.235l.871-.174a4.07 4.07 0 0 0 3.19-3.19M19.236 1.993l.117-.581.116.58a2.71 2.71 0 0 0 2.126 2.127l.581.116-.58.116a2.71 2.71 0 0 0-2.127 2.127l-.116.58-.117-.58A2.71 2.71 0 0 0 17.11 4.35l-.58-.116.58-.116a2.71 2.71 0 0 0 2.126-2.126"})),Tm=h("SprayCanIcon",t.jsx("path",{d:"M14.338 4h-2v2h2zm3-1h-2v2h2zm0 3h-2v2h2zm1 2v2h2V8zm0-3v2h2V5zm0-3v2h2V2zm-7 20a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2V7h-1V4h-3v3h-1v1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2zm0-12v10h-5V10z"})),xm=h("SquareIcon",t.jsx("path",{d:"M18 19H6C5.45 19 5 18.55 5 18V6C5 5.45 5.45 5 6 5H18C18.55 5 19 5.45 19 6V18C19 18.55 18.55 19 18 19ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z"})),Nm=h("SquareArrowDownLeftSquareIcon",t.jsx("path",{d:"M22 4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM8 4h12v12H8zM4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2H4V8m13 3.91v2h-7v-7h2v3.59L16.5 6l1.41 1.41-4.5 4.5z"})),Om=h("SquareArrowDownToLineIcon",t.jsx("path",{fillRule:"evenodd",d:"M4 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm14 7.857h-3.429V4.715H9.43v5.142H6l6 6zM6 17.571v1.714h12v-1.714z"})),Dm=h("SquareArrowOutLeftIcon",t.jsx("path",{fillRule:"evenodd",d:"M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2v-4h2v4h14V5H5v4H3V5a2 2 0 0 1 2-2m3 14 1.41-1.41L6.83 13h9.67v-2H6.83l2.58-2.59L8 7l-5 5z"})),_m=h("SquareArrowOutUpRightIcon",t.jsx("path",{d:"M5 5v14h14v-7h2v7c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7v2zm9 0V3h7v7h-2V6.41l-9.83 9.83-1.41-1.41L17.59 5z"})),Fm=h("SquareArrowUpIcon",t.jsx("path",{d:"M8.5 5.636 12 2l3.5 3.636h-2.625v8.182h-1.75V5.636zM5 20.182c0 1 .779 1.818 1.75 1.818h10.5c.966 0 1.75-.814 1.75-1.818V9.272c0-1.003-.784-1.817-1.75-1.817h-2.625v1.818h2.625v10.909H6.75V9.272h2.625V7.456H6.75c-.966 0-1.75.814-1.75 1.818z"})),Zm=h("SquareArrowUpRightSquareIcon",t.jsx("path",{d:"M20 2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2V4H8a2 2 0 0 1 2-2zm-2 6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-2 0v12H4V8zm-9 4.023V10h7v7h-2.023v-3.551L7.426 18 6 16.574l4.551-4.551z"})),qm=h("SquareChartColumnIcon",t.jsx("path",{fillRule:"evenodd",d:"M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2m2 14h2v-7H7zm6 0h-2V7h2zm2 0h2v-4h-2z"})),Bm=t.jsxs(t.Fragment,{children:[t.jsx("g",{clipPath:"url(#clip0_60_35451)",children:t.jsx("path",{d:"M19 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.11 21 21 20.1 21 19V5C21 3.9 20.11 3 19 3ZM10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_60_35451",children:t.jsx("rect",{width:"24",height:"24"})})})]}),Um=h("SquareCheckIcon",Bm),Wm=t.jsxs(t.Fragment,{children:[t.jsx("rect",{width:"24",height:"24",rx:"3",opacity:"0.133"}),t.jsx("path",{d:"M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58002L19 8.00002L10 17Z",opacity:"0.467"})]}),Gm=h("SquareCheck2Icon",Wm),Km=h("SquareDashedRightSolidIcon",t.jsx("path",{d:"M11 5h2V3h-2zm0 4h2V7h-2zm2 4h-2v-2h2zm2-8h2V3h-2zm2 16h-2v-2h2zm2 0h2V3h-2zm-2-8h-2v-2h2zm-6 4h2v-2h-2zM5 9H3V7h2zm-2 8h2v-2H3zm2-4H3v-2h2zm6 8h2v-2h-2zm-6 0H3v-2h2zm2-8h2v-2H7zm2-8H7V3h2zM3 5h2V3H3zm6 16H7v-2h2z"})),Xm=h("SquareDashedSquareIcon",t.jsx("path",{fillRule:"evenodd",d:"M5 5H3c0-1.1.9-2 2-2zm0 8H3v-2h2zm2 8h2v-2H7zM5 9H3V7h2zm8-6h-2v2h2zm6 2V3c1.1 0 2 .9 2 2zM5 21v-2H3c0 1.1.9 2 2 2m0-4H3v-2h2zM9 3H7v2h2zm4 18h-2v-2h2zm6-8h2v-2h-2zm2 6c0 1.1-.9 2-2 2v-2zM19 9h2V7h-2zm2 8h-2v-2h2zm-6 4h2v-2h-2zm2-16h-2V3h2zM7 17h10V7H7zm8-8H9v6h6z"})),Ym=h("SquareGifIcon",t.jsx("path",{fillRule:"evenodd",d:"M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm8.4 8.4V9h-2.8v1.4h.7v4.2h-.7V16h2.8v-1.4h-.7v-4.2zM6.4 9A1.4 1.4 0 0 0 5 10.4v4.2A1.4 1.4 0 0 0 6.4 16h1.4a1.4 1.4 0 0 0 1.4-1.4v-2.8H7.8v2.8H6.4v-4.2h2.8V9zm8.4 7V9H19v1.4h-2.8v1.4h2.1v1.4h-2.1V16z"})),Qm=h("SquareGlobeLineIcon",t.jsx("path",{d:"M6 2C4.92537 2 4 2.95238 4 4.14286V19.9762C4 21.0476 4.83582 22 6.02985 22H17.9701C19.0448 22 20 21.1667 20 19.9762V4.02381C20 2.95238 19.1642 2 17.9701 2H12M12 5.09524C14.7463 5.09524 17.0149 7.35714 17.0149 10.0952C17.0149 12.8333 14.7463 15.0952 12 15.0952C9.25373 15.0952 6.98507 12.8333 6.98507 10.0952C6.98507 7.35714 9.25373 5.09524 12 5.09524ZM12 6.04762C11.6418 6.64286 11.2836 7.35714 11.0448 8.07143H12.9552C12.7164 7.35714 12.4776 6.64286 12 6.04762ZM10.6866 6.28571C9.73134 6.64286 9.01492 7.2381 8.53731 8.07143H9.97015C10.209 7.35714 10.4478 6.76191 10.6866 6.28571ZM13.3134 6.28571L14.0299 8.07143H15.4627C14.9851 7.2381 14.1493 6.52381 13.3134 6.28571ZM8.1791 9.02381C8.0597 9.38095 8.0597 9.61905 8.0597 9.97619C8.0597 10.3333 8.0597 10.6905 8.1791 10.9286H9.85075C9.85075 10.5714 9.73134 10.2143 9.73134 9.97619C9.73134 9.61905 9.73134 9.26191 9.85075 9.02381H8.1791ZM10.806 9.02381V9.97619C10.806 10.3333 10.806 10.6905 10.9254 10.9286H13.3134C13.194 10.6905 13.194 10.3333 13.194 9.97619V9.02381H10.806ZM14.1493 9.02381C14.1493 9.38095 14.2687 9.7381 14.2687 9.97619C14.2687 10.3333 14.2687 10.6905 14.1493 10.9286H15.8209C15.9403 10.5714 15.9403 10.3333 15.9403 9.97619C15.9403 9.61905 15.9403 9.26191 15.8209 9.02381H14.1493ZM8.53731 12C9.01492 12.8333 9.73134 13.4286 10.6866 13.7857L9.97015 12H8.53731ZM11.0448 12C11.2836 12.7143 11.6418 13.3095 12 14.0238C12.4776 13.4286 12.7164 12.7143 12.9552 12H11.0448ZM14.0299 12C13.791 12.5952 13.6716 13.1905 13.3134 13.7857C14.2687 13.4286 14.9851 12.8333 15.4627 12H14.0299ZM6.98507 17H16.8955V19.0238H6.98507V17Z"})),Rm=h("SquareImageIcon",t.jsx("path",{fillRule:"evenodd",d:"M3 3h18c1 0 2 1 2 2v14c0 1-1 2-2 2H3c-1.1 0-2-.9-2-2V5c0-1 1-2 2-2Zm5.5 9.5L5 17h14l-4.5-6-3.5 4.51-2.5-3.01Z",clipRule:"evenodd"})),Jm=h("SquareInputIcon",t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 20.9805H20C21.1 20.9805 22 20.0905 22 18.9805V4.98049C22 3.88049 21.1 3.00049 20 3.00049H4C2.9 3.00049 2 3.88049 2 4.98049V8.99049H4V4.97049H20V19.0005H4V14.9905H2V18.9805C2 20.0805 2.9 20.9805 4 20.9805ZM15 12L11 8.00002V11H2V13H11V16L15 12Z"})),eg=h("SquareInput2Icon",t.jsx("path",{d:"M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2v-4h2v4h14V5H5v4H3V5a2 2 0 0 1 2-2m6.5 14-1.41-1.41L12.67 13H3v-2h9.67l-2.58-2.59L11.5 7l5 5z"})),og=h("SquareInputOffIcon",t.jsx("path",{d:"M2.1 2.1.686 3.515l1.32 1.319A2 2 0 0 0 2 4.98v4.01h2V6.828L8.172 11H2v2h8.172l.828.828V16l1.086-1.086L16.172 19H4v-4.01H2v3.99c0 1.1.9 2 2 2h14.152l2.333 2.334 1.415-1.415zM5.829 3l1.97 1.97H20v12.201l1.992 1.992q.008-.09.008-.183v-14C22 3.88 21.1 3 20 3z"})),tg=h("SquareKeyUserIcon",t.jsxs("g",{clipPath:"url(#clip0_12_2)",children:[t.jsxs("mask",{id:"mask0_12_2",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",children:[t.jsx("path",{d:"M24 0H0V24H24V0Z",fill:"black"}),t.jsx("path",{d:"M2 6C2 3.79086 3.79086 2 6 2H18C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6Z",fill:"white"}),t.jsx("path",{d:"M11 10C12.6575 10 14 8.65744 14 6.99993C14 5.34249 12.6575 4 11 4C9.34244 4 8 5.34249 8 6.99993C8 8.65744 9.34244 10 11 10Z",fill:"black"}),t.jsx("path",{d:"M11 12C8.99751 12 5 13.1486 5 15.4286V18H14V15.4257C13.1244 14.675 12.5449 13.4959 12.5025 12.158C11.9494 12.0528 11.429 12 11 12Z",fill:"black"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.3307 13.9288C18.3006 13.5818 18.9959 12.6426 18.9959 11.5385C18.9959 10.1382 17.876 9 16.4979 9C15.1199 9 14 10.1382 14 11.5385C14 11.7348 14.0221 11.926 14.0637 12.1095C14.1319 12.4107 14.2531 12.6915 14.4167 12.941C14.7138 13.3944 15.151 13.7449 15.6653 13.9288L15.6694 20H17.3348V19.1537H19V17.4615H17.3348L17.3307 13.9288ZM16.4979 10.6923C16.956 10.6923 17.3307 11.0731 17.3307 11.5385C17.3307 12.0039 16.956 12.3847 16.4979 12.3847C16.04 12.3847 15.6653 12.0039 15.6653 11.5385C15.6653 11.0731 16.04 10.6923 16.4979 10.6923Z",fill:"black"})]}),t.jsx("g",{mask:"url(#mask0_12_2)",children:t.jsx("path",{d:"M24 0H0V24H24V0Z"})})]})),ng=h("SquareMinusIcon",t.jsx("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 2v14H5V5zm-3 6H8v2h8z"})),rg=h("SquarePenLineIcon",t.jsx("path",{fillRule:"evenodd",d:"M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2m1 14v-2.5l7.88-7.85c.19-.2.51-.2.71 0l1.76 1.76c.2.2.2.51 0 .71L8.47 17zm12 0h-7.5l2-2H18z"})),cg=h("SquarePencilIcon",t.jsx("path",{d:"M19 19H5V5h8.352V3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-8h-2zm1.821-13.53a.61.61 0 0 0 0-.861l-1.43-1.43a.61.61 0 0 0-.861 0l-1.124 1.118 2.291 2.291zM10 14v-2.291l6.758-6.764 2.291 2.29L12.291 14z"})),sg=h("SquarePlusIcon",t.jsx("path",{fillRule:"evenodd",d:"M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m8 10h4v-2h-4V7h-2v4H7v2h4v4h2z",clipRule:"evenodd"})),ag=h("SquarePlusOutlineIcon",t.jsx("path",{d:"M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2m14 16V5H5v14zm-6-8h3v2h-3v3h-2v-3H8v-2h3V8h2z"})),lg=h("SquareShapesIcon",t.jsx("path",{d:"M18.338 18h-6v-5.79c-.66.61-1.53.99-2.5.99a3.7 3.7 0 1 1 3.7-3.7c0 .97-.38 1.84-.99 2.5h5.79m1-9h-14c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"})),ig=h("SquareTextIcon",t.jsx("path",{d:"M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm0 2h14v14H5zm2 2v2h10V7zm0 4v2h10v-2zm0 4v2h7v-2z"})),dg=h("SquareUserIcon",t.jsx("path",{fillRule:"evenodd",d:"M3 5v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5a2 2 0 0 0-2 2m12 4c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3m-3 4.9c-2 0-6 1.1-6 3.1v1h12v-1c0-2-4-3.1-6-3.1",clipRule:"evenodd"})),hg=h("SquareUserLinesIcon",t.jsx("path",{fillRule:"evenodd",d:"M20 0H4v2h16zm0 24v-2H4v2zM4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2m8 2.75c1.24 0 2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25S9.75 10.24 9.75 9 10.76 6.75 12 6.75M7 15.5V17h10v-1.5c0-1.67-3.33-2.5-5-2.5s-5 .83-5 2.5"})),ug=t.jsxs(t.Fragment,{children:[t.jsx("rect",{opacity:.133,width:"24",height:"24",rx:"3"}),t.jsx("path",{opacity:.467,d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"})]}),fg=h("SquareXIcon",ug),vg=h("StarIcon",t.jsx("path",{d:"M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"})),pg=t.jsxs(t.Fragment,{children:[t.jsx("path",{fillOpacity:.2,d:"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"}),t.jsx("path",{d:"M12 17.27V2L9.19 8.63 2 9.24l5.46 4.73L5.82 21z"})]}),mg=h("StarHalfIcon",pg),gg=h("StarOutlineIcon",t.jsx("path",{d:"M22 9.24L14.81 8.62L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27L18.18 21L16.55 13.97L22 9.24ZM12 15.4L8.24 17.67L9.24 13.39L5.92 10.51L10.3 10.13L12 6.1L13.71 10.14L18.09 10.52L14.77 13.4L15.77 17.68L12 15.4Z"})),Cg=h("StickerIcon",t.jsx("path",{d:"M5.5 2C3.56 2 2 3.56 2 5.5v13C2 20.44 3.56 22 5.5 22H16l6-6V5.5C22 3.56 20.44 2 18.5 2zm.25 2h12.5c.966 0 1.75.784 1.75 1.75V15h-1.5c-1.94 0-3.5 1.56-3.5 3.5V20H5.75A1.75 1.75 0 0 1 4 18.25V5.75C4 4.784 4.784 4 5.75 4m8.22 2.83a1.755 1.755 0 0 1 2.15 1.22q.06.255.06.51l-3.23.88c-.09-.14-.16-.29-.21-.44-.24-.95.29-1.91 1.23-2.17M8.17 8.5c-.17 0-.32 0-.47.05-.93.26-1.48 1.22-1.23 2.15.026.138.096.261.173.395l.037.065 3.23-.88c0-.17-.02-.34-.06-.5A1.72 1.72 0 0 0 8.17 8.5m-.58 5.27 9.13-2.51a5.27 5.27 0 0 1-3.77 4.15c-1.95.53-4.04-.11-5.36-1.64"})),Ig=h("SunIcon",t.jsx("path",{d:"M12.712 21.288v-2.216a.713.713 0 0 0-1.424 0v2.216a.713.713 0 0 0 1.424 0m3.785-3.784 1.567 1.567a.712.712 0 1 0 1.008-1.008l-1.568-1.567a.713.713 0 0 0-1.007 1.008m-10.56 1.567 1.567-1.567a.714.714 0 0 0-1.008-1.008L4.93 18.064a.713.713 0 0 0 1.007 1.007m6.045-12.03a5.03 5.03 0 0 0-5.027 5.027 5.03 5.03 0 0 0 5.027 5.026 5.03 5.03 0 0 0 5.027-5.026 5.03 5.03 0 0 0-5.027-5.027m0 1.424a3.604 3.604 0 0 1 3.602 3.603 3.603 3.603 0 0 1-3.602 3.601 3.603 3.603 0 0 1-3.602-3.601 3.604 3.604 0 0 1 3.601-3.603m7.09 4.247h2.216a.713.713 0 0 0 0-1.424h-2.216a.713.713 0 0 0 0 1.424m-16.36 0h2.216a.713.713 0 0 0 0-1.424H2.712a.713.713 0 0 0 0 1.424M4.93 5.936l1.567 1.568a.713.713 0 0 0 1.008-1.008L5.936 4.929A.712.712 0 1 0 4.93 5.936m12.575 1.568 1.567-1.568a.713.713 0 0 0-1.008-1.007l-1.566 1.567a.712.712 0 1 0 1.007 1.008m-4.792-2.576V2.712a.713.713 0 0 0-1.424 0v2.216a.713.713 0 0 0 1.424 0"})),Mg=h("SurfboardIcon",t.jsx("path",{d:"M22.338 23v-2c-1.41.05-2.78-.1-4-1-1.76 1.25-4.23 1.25-6 0-1.77 1.25-4.24 1.25-6 0-1.22.9-2.59 1.05-4 1v2c1.37.05 2.78-.06 4-.75 1.84 1 4.15 1 6 0 1.85 1 4.16 1 6 0 1.22.69 2.63.8 4 .75m-1.5-11.03V9.95c-1.76.01-3.5-.95-4.32-2.54l-.89-1.55c-.29-.46-.74-.75-1.22-.89l-5.57-1.03-3.5 2.44L6.468 8l2.82-1.9 2.02.33-2.16 1.45c-.6.41-.93 1.12-.81 1.83l.53 3.1c-1.41-.55-5.32-1.81-5.53.42.36 2.44 3.07 4.09 5.06 5.59 1.44.47 3-.24 3.94-1.36 1.32 1.7 3.89 2 5.5.54-.47-.42-1-.85-1.5-1.2v-3.85l-3.81-3 2.25-1.51c1.18 2.15 3.56 3.56 6.06 3.53m-6.5 2.03v1.47c0-.04-2.34-1.31-2.19-1.23l-1.08-.54-.42-2.62zm5-10.5c0 1.11-.89 2-2 2s-2-.89-2-2a2 2 0 1 1 4 0"})),wg=h("SwatchBookIcon",t.jsx("path",{d:"m2.868 19.65 1.34.56v-9.03l-2.43 5.86c-.41 1.02.06 2.19 1.09 2.61m19.5-3.7L17.408 4a2 2 0 0 0-1.81-1.25c-.26 0-.53.04-.79.15l-7.37 3.05a2.02 2.02 0 0 0-1.23 1.8c-.01.25.04.54.13.8l5 11.95c.29.78 1.03 1.24 1.81 1.25.26 0 .52-.05.77-.15l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6m-14.15-7.2a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-2 11a2 2 0 0 0 2 2h1.45l-3.45-8.34z"})),kg=h("TableLinesIcon",t.jsx("path",{d:"M3 9h8V7H3zm0 4h8v-2H3zm8 4H3v-2h8zm10 0h-8v-2h8zm0-4h-8v-2h8zm0-4h-8V7h8z"})),bg=h("TabletLayoutDashboardIcon",t.jsx("path",{d:"M19 18H5V6h14m2-2H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M7 8h6v5H7zm7 0h3v2h-3zm3 3v5h-3v-5zM7 14h6v2H7z"})),yg=h("ThumbsUpIcon",t.jsx("path",{d:"M9.545 20c-.903 0-1.636-.716-1.636-1.6v-8c0-.44.18-.84.483-1.128L13.776 4l.867.848c.22.216.36.512.36.84l-.025.256-.777 3.656h5.163c.908 0 1.636.72 1.636 1.6v1.6q-.002.31-.114.584l-2.471 5.64a1.63 1.63 0 0 1-1.506.976zm-3.272-9.6V20H3v-9.6z"})),Sg=h("ThumbsUpOutlineIcon",t.jsx("path",{fillRule:"evenodd",d:"M9.545 20c-.903 0-1.636-.716-1.636-1.6v-8c0-.44.18-.84.483-1.128L13.776 4l.867.848c.22.216.36.512.36.84l-.025.256-.777 3.656h5.163c.908 0 1.636.72 1.636 1.6v1.6q-.002.31-.114.584l-2.471 5.64a1.63 1.63 0 0 1-1.506.976zm-3.272-9.6V20H3v-9.6zm10.66 8H9.546v-7.976l3.551-3.48-.924 4.256h7.192v1.6z"})),Hg=h("TimelineIcon",t.jsx("path",{d:"M23 8c0 1.1-.9 2-2 2a1.7 1.7 0 0 1-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56A1.7 1.7 0 0 1 19 8c0-1.1.9-2 2-2s2 .9 2 2"})),Ag=h("TimerIcon",t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.21429 2H14.9286V3.90476H9.21429V2ZM11.119 14.381V8.66667H13.0238V14.381H11.119ZM18.7667 8.08571L20.119 6.73333C19.7095 6.24762 19.2619 5.79048 18.7762 5.39048L17.4238 6.74286C15.9476 5.5619 14.0905 4.85714 12.0714 4.85714C7.3381 4.85714 3.5 8.69524 3.5 13.4286C3.5 18.1619 7.32857 22 12.0714 22C16.8143 22 20.6429 18.1619 20.6429 13.4286C20.6429 11.4095 19.9381 9.55238 18.7667 8.08571ZM5.40476 13.4286C5.40476 17.1143 8.38571 20.0952 12.0714 20.0952C15.7571 20.0952 18.7381 17.1143 18.7381 13.4286C18.7381 9.74286 15.7571 6.7619 12.0714 6.7619C8.38571 6.7619 5.40476 9.74286 5.40476 13.4286Z"})),Vg=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M7 22C6.45 22 5.97933 21.8043 5.588 21.413C5.196 21.021 5 20.55 5 20V6H19V20C19 20.55 18.8043 21.021 18.413 21.413C18.021 21.8043 17.55 22 17 22H7ZM17 8H7V20H17V8ZM9 19H11V9H9V19ZM13 19H15V9H13V19Z"}),t.jsx("path",{d:"M20 5H4V3H9V2H15V3H20V5Z"})]}),Lg=h("TrashIcon",Vg),zg=h("Trash2Icon",t.jsx("path",{d:"M9 4V3h6v1h5v2h-1v13a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6H4V4zm8 2H7v13h10zM9 8v9h2V8zm4 9V8h2v9z"})),Eg=h("Trash3Icon",t.jsx("path",{d:"M15.5 4H19v2H5V4h3.5l1-1h5zM8 21c-1.1 0-2-.9-2-2V7h12v12c0 1.1-.9 2-2 2z"})),$g=h("TrashWideNarrowIcon",t.jsx("path",{d:"M5 3v1H0v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3zM3 6h10v13H3zm2 11V8h2v9zm4-9v9h2V8zm15 0h-7v2h7zm-3 8h-4v2h4zm-4-4h6v2h-6z"})),jg=h("TriangleAlertIcon",t.jsx("path",{d:"M1 21h22L12 2z M11 9h2v6h-2z M11 17h2v2h-2z",fillRule:"evenodd"})),Pg=h("TriangleArrowsUpDownIcon",t.jsx("path",{d:"m12 7-3 4h6zm0 10 3-4H9z"})),Tg=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M18.1963 15.3223C18.0802 15.3521 17.9657 15.3885 17.8545 15.4346C17.5451 15.5627 17.2641 15.7505 17.0273 15.9873C16.7906 16.2241 16.6018 16.5051 16.4736 16.8145C16.3456 17.1237 16.2803 17.4553 16.2803 17.79C16.2803 18.0378 16.3175 18.2814 16.3867 18.5146H6.99414C7.06329 18.2814 7.09961 18.0377 7.09961 17.79C7.09961 17.338 6.97825 16.8993 6.75586 16.5146H16.5752L11.7158 8.09766C12.3827 8.09091 13.0211 7.82553 13.4932 7.35352C13.5152 7.33152 13.5336 7.30591 13.5547 7.2832L18.1963 15.3223Z"}),t.jsx("path",{d:"M9.88672 7.35352C10.3389 7.80565 10.9439 8.06628 11.5801 8.09375L6.73633 16.4834C6.62959 16.3048 6.50309 16.1369 6.35352 15.9873C6.00928 15.6431 5.57598 15.4087 5.1084 15.3037L9.77148 7.22656C9.80896 7.26944 9.8462 7.31299 9.88672 7.35352Z"}),t.jsx("path",{d:"M6.09961 17.79C6.09961 17.3791 5.93691 16.985 5.64648 16.6943C5.3558 16.4037 4.96089 16.2402 4.5498 16.2402C4.13879 16.2403 3.74474 16.4037 3.4541 16.6943C3.16349 16.985 3 17.379 3 17.79C3.00001 18.2011 3.16348 18.5951 3.4541 18.8857C3.74474 19.1764 4.13879 19.3398 4.5498 19.3398C4.96089 19.3398 5.3558 19.1764 5.64648 18.8857C5.93692 18.5951 6.0996 18.2009 6.09961 17.79ZM20.3799 17.79C20.3799 17.5866 20.3395 17.3852 20.2617 17.1973C20.1838 17.0092 20.0697 16.8383 19.9258 16.6943C19.7818 16.5504 19.6109 16.4363 19.4229 16.3584C19.2349 16.2805 19.0336 16.2402 18.8301 16.2402C18.6266 16.2402 18.4253 16.2806 18.2373 16.3584C18.0493 16.4363 17.8783 16.5504 17.7344 16.6943C17.5904 16.8383 17.4763 17.0092 17.3984 17.1973C17.3206 17.3853 17.2803 17.5866 17.2803 17.79C17.2803 18.2011 17.4437 18.5951 17.7344 18.8857C18.0251 19.1764 18.419 19.3398 18.8301 19.3398C19.2411 19.3398 19.6351 19.1764 19.9258 18.8857C20.2164 18.5951 20.3799 18.2011 20.3799 17.79ZM13.2402 5.5498C13.2402 5.34639 13.1999 5.14497 13.1221 4.95703C13.0442 4.76903 12.93 4.59801 12.7861 4.4541C12.6422 4.3102 12.4712 4.19606 12.2832 4.11816C12.0953 4.04032 11.8938 4.00006 11.6904 4C11.4869 4 11.2847 4.04027 11.0967 4.11816C10.9087 4.19606 10.7376 4.31022 10.5938 4.4541C10.4499 4.598 10.3357 4.76905 10.2578 4.95703C10.18 5.14496 10.1397 5.3464 10.1396 5.5498C10.1396 5.96089 10.3031 6.3558 10.5938 6.64648C10.8844 6.93709 11.2794 7.09961 11.6904 7.09961C12.1013 7.0995 12.4956 6.93696 12.7861 6.64648C13.0768 6.3558 13.2402 5.96089 13.2402 5.5498ZM8.09961 17.79C8.0996 18.7314 7.72606 19.6341 7.06055 20.2998C6.39479 20.9656 5.49132 21.3398 4.5498 21.3398C3.60836 21.3398 2.70575 20.9655 2.04004 20.2998C1.37434 19.6341 1.00001 18.7315 1 17.79C1 16.8485 1.37429 15.9451 2.04004 15.2793C2.70571 14.6138 3.60853 14.2403 4.5498 14.2402C5.49129 14.2402 6.3948 14.6136 7.06055 15.2793C7.7263 15.9451 8.09961 16.8485 8.09961 17.79ZM22.3799 17.79C22.3799 18.7315 22.0056 19.6341 21.3398 20.2998C20.6741 20.9655 19.7716 21.3398 18.8301 21.3398C17.8886 21.3398 16.9851 20.9656 16.3193 20.2998C15.6539 19.6341 15.2803 18.7313 15.2803 17.79C15.2803 17.324 15.3715 16.8623 15.5498 16.4316C15.7282 16.0009 15.9897 15.6089 16.3193 15.2793C16.649 14.9497 17.041 14.6882 17.4717 14.5098C17.9023 14.3315 18.364 14.2402 18.8301 14.2402C19.2962 14.2402 19.7579 14.3314 20.1885 14.5098C20.619 14.6881 21.0103 14.9499 21.3398 15.2793C21.6695 15.6089 21.931 16.0009 22.1094 16.4316C22.2878 16.8623 22.3799 17.3238 22.3799 17.79ZM15.2402 5.5498C15.2402 6.49132 14.8659 7.39479 14.2002 8.06055C13.5346 8.72609 12.6317 9.0995 11.6904 9.09961C10.749 9.09961 9.84543 8.72623 9.17969 8.06055C8.51393 7.39479 8.13965 6.49132 8.13965 5.5498C8.13967 5.08368 8.23178 4.62205 8.41016 4.19141C8.58853 3.76079 8.85013 3.36964 9.17969 3.04004C9.50922 2.71051 9.90053 2.44891 10.3311 2.27051C10.7618 2.0921 11.2242 2 11.6904 2C12.1565 2.00006 12.6183 2.09216 13.0488 2.27051C13.4794 2.44891 13.8706 2.71048 14.2002 3.04004C14.5298 3.36964 14.7913 3.76078 14.9697 4.19141C15.1481 4.62205 15.2402 5.08368 15.2402 5.5498Z"})]}),xg=h("TriangleNetworkIcon",Tg),Ng=h("TrophyIcon",t.jsx("path",{d:"M18 2c-.9 0-2 1-2 2H8c0-1-1.1-2-2-2H2v9c0 1 1 2 2 2h2.2c.4 2 1.7 3.7 4.8 4v2.08C8 19.54 8 22 8 22h8s0-2.46-3-2.92V17c3.1-.3 4.4-2 4.8-4H20c1 0 2-1 2-2V2zM6 11H4V4h2zm14 0h-2V4h2z"})),Og=h("TunnelIcon",t.jsx("path",{d:"M22 12c0-2.11-.29-9-4-9H6c-3.71 0-4 6.89-4 9s.29 9 4 9h12c3.71 0 4-6.89 4-9m-8 0c0 1.38.13 4.8 1.25 7h-6.5C9.87 16.8 10 13.38 10 12s-.13-4.8-1.25-7h6.5C14.13 7.2 14 10.62 14 12m6 0c0 3.87-.89 7-2 7s-2-3.13-2-7 .89-7 2-7 2 3.13 2 7M4 12c0-3.87.89-7 2-7 1.1 0 2 3.13 2 7s-.9 7-2 7c-1.11 0-2-3.13-2-7"})),Dg=h("TunnelOffIcon",t.jsx("path",{d:"m19.4 8.26 1.61-1.61c.73 2.12.83 4.79.83 5.97 0 2.11-.29 9-4 9H6.04l2.94-2.94c-.11.33-.24.64-.39.94h6.5c-.88-1.72-1.14-4.18-1.22-5.83l1.97-1.99v.82c0 3.87.89 7 2 7s2-3.13 2-7c0-1.65-.17-3.16-.44-4.36M2.38 22.73l-1.27-1.27 1.93-1.93c-1.07-2.21-1.2-5.55-1.2-6.91 0-2.11.29-9 4-9h12c.34 0 .64.08.93.18l2.07-2.07 1.27 1.28zM8.59 5.62c1.12 2.2 1.25 5.62 1.25 7v.11l4.38-4.38c.19-.97.47-1.93.87-2.73zM4.56 18.01l3.18-3.18c.06-.71.1-1.43.1-2.21 0-3.87-.9-7-2-7s-2 3.13-2 7c0 2.17.28 4.1.72 5.39"})),_g=h("UndoIcon",t.jsx("path",{fillRule:"evenodd",d:"M21 14.571c0-4.102-3.274-7.428-7.312-7.428h-6.38l3.477-3.532L9.187 2 3 8.286l6.188 6.285 1.586-1.611-3.465-3.531h6.379c2.812 0 5.062 2.285 5.062 5.142s-2.25 5.143-5.062 5.143H9.75V22h3.938C17.726 22 21 18.674 21 14.571M7.5 19.714H5.25V22H7.5z"})),Fg=h("UnplugIcon",t.jsx("path",{d:"M21.4 7.55c.8.8.8 2.1 0 2.8l-2.8 2.8-7.8-7.8 2.8-2.8c.8-.8 2.1-.8 2.8 0l1.8 1.8 3-3 1.4 1.4-3 3zm-5.8 5.8-1.4-1.4-2.8 2.8-2.1-2.1 2.8-2.8-1.4-1.4-2.8 2.8-1.5-1.4-2.8 2.8c-.8.8-.8 2.1 0 2.8l1.8 1.8-4 4 1.4 1.4 4-4 1.8 1.8c.8.8 2.1.8 2.8 0l2.8-2.8-1.4-1.4z"})),Zg=h("UsbKeyIcon",t.jsx("path",{d:"M1 7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v1h5a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-5v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm16 7h4v-4h-4zm-8 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6"})),qg=h("UserIcon",t.jsx("path",{d:"M12 12c2.49 0 4.5-2.01 4.5-4.5S14.49 3 12 3 7.5 5.01 7.5 7.5 9.51 12 12 12m0 2.85c-3 0-9 1.65-9 4.65V21h18v-1.5c0-3-6-4.65-9-4.65"})),Bg=h("UserBanIcon",t.jsx("path",{d:"M10 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8m7.5 9C15 13 13 15 13 17.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5M10 14c-4.42 0-8 1.79-8 4v2h9.5a6.5 6.5 0 0 1-.5-2.5 6.5 6.5 0 0 1 .95-3.36c-.63-.08-1.27-.14-1.95-.14m7.5.5c1.66 0 3 1.34 3 3 0 .56-.15 1.08-.42 1.5L16 14.92c.42-.27.94-.42 1.5-.42M14.92 16 19 20.08c-.42.27-.94.42-1.5.42-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5"})),Ug=h("UserEllipsisIcon",t.jsx("path",{d:"M12 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4m-5 8h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"})),Wg=h("UserFunnelIcon",t.jsx("path",{d:"M10.14 3c2.232 0 4.057 1.8 4.057 4s-1.825 4-4.056 4-4.057-1.8-4.057-4 1.826-4 4.057-4m7.1 17 1.825 1.8c.507.5 1.217.1 1.217-.5V17l2.839-3.4c.507-.7 0-1.6-.811-1.6H15.21c-.811 0-1.318 1-.811 1.6l2.84 3.4zm-4.361-5.1 2.332 2.8V19H2.028v-2c0-2.2 3.65-4 8.113-4 .71 0 1.42 0 2.13.2 0 .6.202 1.2.608 1.7"})),Gg=h("UserHeadsetIcon",t.jsx("path",{d:"M18.72 14.76c.35-.85.54-1.76.54-2.76 0-.72-.11-1.41-.3-2.05-.65.15-1.33.23-2.04.23A9.07 9.07 0 0 1 9.5 6.34a9.2 9.2 0 0 1-4.73 4.88c-.04.25-.04.52-.04.78A7.27 7.27 0 0 0 12 19.27c1.05 0 2.06-.23 2.97-.64.57 1.09.83 1.63.81 1.63-1.64.55-2.91.82-3.78.82-2.42 0-4.73-.95-6.43-2.66a9 9 0 0 1-2.24-3.69H2v-4.55h1.09a9.09 9.09 0 0 1 15.33-4.6 9 9 0 0 1 2.47 4.6H22v4.55h-.06L18.38 18l-5.3-.6v-1.67h4.83zm-9.45-2.99c.3 0 .59.12.8.34a1.136 1.136 0 0 1 0 1.6c-.21.21-.5.33-.8.33-.63 0-1.14-.5-1.14-1.13s.51-1.14 1.14-1.14m5.45 0c.63 0 1.13.51 1.13 1.14s-.5 1.13-1.13 1.13a1.131 1.131 0 0 1-.806-1.936 1.14 1.14 0 0 1 .806-.334"})),Kg=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M21 12.22C21 6.73 16.74 3 12 3c-4.69 0-9 3.65-9 9.28-.6.34-1 .98-1 1.72v2c0 1.1.9 2 2 2h1v-6.1c0-3.87 3.13-7 7-7s7 3.13 7 7V19h-8v2h8c1.1 0 2-.9 2-2v-1.22c.59-.31 1-.92 1-1.64v-2.3c0-.7-.41-1.31-1-1.62"}),t.jsx("path",{d:"M9 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2M15 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2"}),t.jsx("path",{d:"M18 11.03A6.04 6.04 0 0 0 12.05 6c-3.03 0-6.29 2.51-6.03 6.45a8.07 8.07 0 0 0 4.86-5.89c1.31 2.63 4 4.44 7.12 4.47"})]}),Xg=h("UserHeadset2Icon",Kg),Yg=h("UserKeyIcon",t.jsx("path",{d:"M11 10v2H9v2H7v-2H5.8c-.4 1.2-1.5 2-2.8 2-1.7 0-3-1.3-3-3s1.3-3 3-3c1.3 0 2.4.8 2.8 2zm-8 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m13 4c2.7 0 8 1.3 8 4v2H8v-2c0-2.7 5.3-4 8-4m0-2c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4"})),Qg=h("UserLeftIcon",t.jsx("path",{d:"M6 8c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4m4 6c-4.42 0-8 1.79-8 4v2h11.09c-.05-.33-.09-.66-.09-1 0-1.64.66-3.13 1.74-4.22-1.33-.49-2.96-.78-4.74-.78m8 4v-2l-3 3 3 3v-2h4v-2z"})),Rg=h("UserPencilIcon",t.jsx("path",{d:"M13.52 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8M4.142 14l1.978-2 5.932 6 .04 2h-2.018zM22 20v-2c0-2.34-1.05-4-6-4h-5l4 3.94V20zM3.404 10.161a.51.51 0 0 1 .743 0l.968.98-1.983 2.007-.968-.979a.527.527 0 0 1 0-.755z"})),Jg=h("UserPlusIcon",t.jsx("path",{fillRule:"evenodd",d:"M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6Zm1 8c0-2.66 5.33-4 8-4s8 1.34 8 4v2H7v-2Z",clipRule:"evenodd"})),eC=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M20.032 20.838c0 2.013 2.968 2.013 2.968 0V18.73h-2.968zM17.095 3.147a3.15 3.15 0 1 1-6.298 0 3.15 3.15 0 0 1 6.298 0M7.216 13.707a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5"}),t.jsx("path",{d:"M23 11.831v-.211c0-2.43-2.074-4.376-4.461-4.376h-4.096v15.152h4.766l.002-10.5h.821v6.19H23v-4.54H21.26v-1.715zm-6.385 1a1.143 1.143 0 1 1 0-2.286 1.143 1.143 0 0 1 0 2.286M13.72 7.244H7.84c-.067 0-.576.035-.643.045-.568.085-3.446.596-5.262 2.817C-.35 12.896.014 15.742.03 15.86a1.363 1.363 0 0 0 2.532.5l-.001 1.77h1.03v-3.843a3.59 3.59 0 0 1 3.588-3.447q.38.002.736.078c.04.009.076.025.116.034.2.05.396.111.581.192q.028.014.055.029.307.14.58.333l.001.001q.294.21.538.471c.57.605.94 1.4.98 2.288l.008 3.906-.898-.005.028-.018v-4.077s-1.296.475-2.762.475a8.5 8.5 0 0 1-2.713-.475v4.077s1.07.758 2.75.758a5.4 5.4 0 0 0 2.616-.693l.004 4.181h3.921V7.244"})]}),oC=h("UserRacecarDriverIcon",eC),tC=h("UserRefreshCcwIcon",t.jsx("path",{d:"m15.1 3.84 1.35-1.34c3.25 1.57 5.59 4.74 5.95 8.5h1.5c-.51-6.16-5.66-11-11.95-11l-.66.03zM8.8 20.16 7.45 21.5C4.2 19.94 1.86 16.76 1.5 13H0c.51 6.16 5.66 11 11.95 11l.66-.03zM5.95 17c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1h-12zm6-5a3 3 0 1 0 0-6 3 3 0 0 0 0 6"})),nC=h("UserRightIcon",t.jsx("path",{d:"M6 8c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4m4 6c-4.42 0-8 1.79-8 4v2h11.09c-.05-.33-.09-.66-.09-1 0-1.64.66-3.13 1.74-4.22-1.33-.49-2.96-.78-4.74-.78m13 5-3-3v2h-4v2h4v2z"})),rC=h("UserShareIcon",t.jsx("path",{d:"M21.604 13.662H24l-4.193-4.193-4.192 4.193h2.455c0 2.994-.958 5.09-3.054 6.588 2.994-.599 5.99-2.396 6.588-6.588M5.313 7.313A4.31 4.31 0 0 1 9.625 3a4.31 4.31 0 0 1 4.313 4.313 4.31 4.31 0 0 1-4.313 4.312 4.31 4.31 0 0 1-4.312-4.312m4.312 6.468C4.86 13.781 1 15.711 1 18.094v2.156h11.957a7 7 0 0 1-.098-1.078 6.44 6.44 0 0 1 1.876-4.55c-1.433-.528-3.19-.84-5.11-.84"})),cC=h("UserStudentIcon",t.jsx("path",{d:"M16 9c0 2.21-1.79 4-4 4s-4-1.79-4-4l.11-.94L5 6.5 12 3l7 3.5v5h-1V7l-2.11 1.06zm-4 6c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4"})),sC=h("UserTeacherIcon",t.jsx("path",{d:"M20.338 17a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H9.798c.35.61.54 1.3.54 2h10v11h-9v2m4-10v2h-6v13h-2v-6h-2v6h-2v-8h-1.5V9a2 2 0 0 1 2-2zm-7-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0"})),aC=h("UserUpIcon",t.jsx("path",{d:"M17 17v4h2v-4h2l-3-3-3 3zM11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 10c-4.4 0-8 1.8-8 4v2h9.5c-.3-.8-.5-1.6-.5-2.5 0-1.2.3-2.3.9-3.4-.6 0-1.2-.1-1.9-.1"})),lC=h("UserWeightsIcon",t.jsx("path",{d:"M12.338 5c-1.11 0-2 .89-2 2s.89 2 2 2 2-.89 2-2-.89-2-2-2m10-4v5h-2V4h-16v2h-2V1h2v2h16V1zm-7 10.26V23h-2v-5h-2v5h-2V11.26c-2.07-1.09-3.5-3.26-3.5-5.76V5h2v.5c0 2.5 2 4.5 4.5 4.5s4.5-2 4.5-4.5V5h2v.5c0 2.5-1.43 4.67-3.5 5.76"})),iC=h("UserXIcon",t.jsx("path",{fillRule:"evenodd",d:"M14.572 12.428a3.714 3.714 0 1 1 0-7.428 3.714 3.714 0 0 1 0 7.428Zm0 1.857C17.052 14.285 22 15.52 22 18v1.857H7.144V18c0-2.479 4.949-3.714 7.428-3.714ZM7.255 8.213 5.287 10.19 3.318 8.213 2 9.53 3.978 11.5 2 13.468l1.318 1.318 1.969-1.977 1.968 1.977 1.319-1.318-1.978-1.969 1.978-1.968-1.319-1.318Z",clipRule:"evenodd"})),dC=h("UsersIcon",t.jsx("path",{d:"M16 11C17.66 11 18.99 9.66 18.99 8C18.99 6.34 17.66 5 16 5C14.34 5 13 6.34 13 8C13 9.66 14.34 11 16 11ZM8 11C9.66 11 10.99 9.66 10.99 8C10.99 6.34 9.66 5 8 5C6.34 5 5 6.34 5 8C5 9.66 6.34 11 8 11ZM8 13C5.67 13 1 14.17 1 16.5V19H15V16.5C15 14.17 10.33 13 8 13ZM16 13C15.71 13 15.38 13.02 15.03 13.05C16.19 13.89 17 15.02 17 16.5V19H23V16.5C23 14.17 18.33 13 16 13Z"})),hC=h("Users2Icon",t.jsx("path",{d:"M11.989 7.214c0 1.779-1.463 3.215-3.289 3.215S5.4 8.993 5.4 7.214 6.874 4 8.7 4s3.289 1.436 3.289 3.214m7.7 1.607c0 1.479-1.221 2.679-2.739 2.679s-2.75-1.2-2.75-2.679 1.232-2.678 2.75-2.678 2.739 1.2 2.739 2.678m-2.739 4.822c-2.013 0-6.05.986-6.05 2.946V19H23v-2.41c0-1.961-4.037-2.947-6.05-2.947M1 16.32c0-2.496 5.137-3.75 7.7-3.75.726 0 1.65.108 2.607.3C9.063 14.082 8.7 15.68 8.7 16.59V19H1z"})),uC=h("UsersCheckIcon",t.jsx("path",{d:"M19 17v2H7v-2s0-4 6-4 6 4 6 4m-3-9a3 3 0 1 0-6 0 3 3 0 0 0 6 0m3.2 5.06A5.6 5.6 0 0 1 21 17v2h3v-2s0-3.45-4.8-3.94M18 5a2.9 2.9 0 0 0-.89.14 5 5 0 0 1 0 5.72c.288.093.588.14.89.14a3 3 0 0 0 0-6M7.34 8.92l1.16 1.41-4.75 4.75-2.75-3 1.16-1.16 1.59 1.58z"})),fC=h("UsersPlusIcon",t.jsx("path",{d:"M18 11c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86s-.34 2.04-.9 2.86c.28.09.59.14.91.14M8 10H5V7H3v3H0v2h3v3h2v-3h3zm7.99-2c0 1.66-1.33 3-2.99 3s-3-1.34-3-3 1.34-3 3-3 2.99 1.34 2.99 3m3.63 5.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84M7 16c0-2 4-3 6-3s6 1 6 3v2H7z"})),vC=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M12.125 14.5C13.7819 14.5 15.125 13.1569 15.125 11.5C15.125 9.84315 13.7819 8.5 12.125 8.5C10.4681 8.5 9.125 9.84315 9.125 11.5C9.125 13.1569 10.4681 14.5 12.125 14.5Z"}),t.jsx("path",{d:"M2.125 3.5C2.125 2.39543 3.02043 1.5 4.125 1.5H20.125C21.2296 1.5 22.125 2.39543 22.125 3.5V19.5C22.125 20.6046 21.2296 21.5 20.125 21.5H19.125V22C19.125 22.5523 18.6773 23 18.125 23C17.5727 23 17.125 22.5523 17.125 22V21.5H7.125V22C7.125 22.5523 6.67728 23 6.125 23C5.57272 23 5.125 22.5523 5.125 22V21.5H4.125C3.02043 21.5 2.125 20.6046 2.125 19.5V3.5ZM11.125 6V6.60002C9.16587 6.9977 7.6227 8.54087 7.22502 10.5H6.625C6.07272 10.5 5.625 10.9477 5.625 11.5C5.625 12.0523 6.07272 12.5 6.625 12.5H7.22502C7.6227 14.4591 9.16587 16.0023 11.125 16.4V17C11.125 17.5523 11.5727 18 12.125 18C12.6773 18 13.125 17.5523 13.125 17V16.4C15.0841 16.0023 16.6273 14.4591 17.025 12.5H17.625C18.1773 12.5 18.625 12.0523 18.625 11.5C18.625 10.9477 18.1773 10.5 17.625 10.5H17.025C16.6273 8.54087 15.0841 6.9977 13.125 6.60002V6C13.125 5.44772 12.6773 5 12.125 5C11.5727 5 11.125 5.44772 11.125 6Z"})]}),pC=h("VaultIcon",vC),mC=h("VaultOutlineIcon",t.jsx("path",{d:"M10 11.5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m-2.2 5.7-1.5-1.4 1.5-1.5c-.5-.8-.8-1.8-.8-2.8s.3-2 .8-2.7L6.3 7.3l1.5-1.5 1.4 1.5c.8-.5 1.8-.8 2.8-.8s2 .3 2.8.8l1.5-1.5 1.4 1.4-1.5 1.5c.5.8.8 1.8.8 2.8s-.3 2-.8 2.8l1.5 1.5-1.4 1.4-1.5-1.5c-.8.5-1.8.8-2.8.8s-2-.3-2.7-.8zM12 8.5c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3m8-7c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2h-1v1h-4v-1H9v1H5v-1H4c-1.1 0-2-.9-2-2v-16c0-1.1.9-2 2-2zm0 18v-16H4v16z"})),gC=h("VideoIcon",t.jsx("path",{d:"M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11z"})),CC=h("VideoOffIcon",t.jsx("path",{d:"M2 3.27 3.27 2 21 19.73 19.73 21l-3.19-3.18c-.15.1-.33.18-.54.18H4c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h.73zm15 7.23 4-4v10.68L9.82 6H16c.55 0 1 .45 1 1z"})),IC=t.jsxs(t.Fragment,{children:[t.jsx("path",{fill:"#3c58bf",d:"m9.333 14.82 1.016-5.61h1.588l-.985 5.61z"}),t.jsx("path",{fill:"#293688",d:"m9.333 14.82 1.302-5.61h1.302l-.985 5.61z"}),t.jsx("path",{fill:"#3c58bf",d:"M16.698 9.273a4.1 4.1 0 0 0-1.46-.25c-1.587 0-2.73.78-2.73 1.902 0 .841.794 1.278 1.429 1.558.634.28.825.468.825.717 0 .374-.508.561-.953.561-.634 0-.984-.093-1.523-.312l-.223-.093-.222 1.278c.381.156 1.08.311 1.81.311 1.682 0 2.793-.779 2.793-1.963 0-.655-.412-1.153-1.365-1.559-.571-.28-.92-.436-.92-.716 0-.25.285-.5.92-.5.54 0 .921.094 1.207.219l.158.062z"}),t.jsx("path",{fill:"#293688",d:"M16.698 9.273a4.1 4.1 0 0 0-1.46-.25c-1.587 0-2.444.78-2.444 1.902 0 .841.508 1.278 1.143 1.558.634.28.825.468.825.717 0 .374-.508.561-.953.561-.634 0-.984-.093-1.523-.312l-.223-.093-.222 1.278c.381.156 1.08.311 1.81.311 1.682 0 2.793-.779 2.793-1.963 0-.655-.412-1.153-1.365-1.559-.571-.28-.92-.436-.92-.716 0-.25.285-.5.92-.5.54 0 .921.094 1.207.219l.158.062z"}),t.jsx("path",{fill:"#3c58bf",fillRule:"evenodd",d:"M18.603 9.616c.159-.374.445-.406.826-.406h1.238L22 14.82h-1.524l-.19-.934h-2.032l-.318.935h-1.714zm.73 1.683s-.54 1.371-.635 1.652v.03h1.334c-.064-.31-.381-1.713-.381-1.713l-.095-.53c-.096.218-.223.56-.223.56",clipRule:"evenodd"}),t.jsx("path",{fill:"#293688",fillRule:"evenodd",d:"M18.984 9.616c.159-.374.445-.406.825-.406h.858L22 14.82h-1.524l-.19-.934h-2.032l-.318.935h-1.714zm.35 1.683s-.509 1.34-.636 1.652v.03h1.334c-.064-.31-.381-1.713-.381-1.713l-.095-.53c-.096.218-.223.56-.223.56",clipRule:"evenodd"}),t.jsx("path",{fill:"#3c58bf",d:"m6.413 13.138-.159-.81c-.286-.936-1.206-1.964-2.222-2.463l1.428 4.987h1.715l2.571-5.61H8.032z"}),t.jsx("path",{fill:"#293688",d:"m6.413 13.138-.159-.81c-.286-.936-1.206-1.964-2.222-2.463l1.428 4.987h1.715l2.571-5.61H8.349z"}),t.jsx("path",{fill:"#ffbc00",d:"m2 9.21.286.063c2.031.467 3.428 1.652 3.968 3.054l-.571-2.65c-.096-.373-.381-.467-.73-.467z"}),t.jsx("path",{fill:"#f7981d",d:"M2 9.21c2.032.468 3.714 1.683 4.254 3.086l-.54-2.213a.77.77 0 0 0-.762-.592z"}),t.jsx("path",{fill:"#ed7c00",d:"M2 9.21c2.032.468 3.714 1.683 4.254 3.086l-.381-1.215c-.095-.374-.222-.748-.667-.904z"}),t.jsx("path",{fill:"#051244",d:"m8 12.95-1.08-1.06-.507 1.185-.127-.779C6 11.361 5.079 10.332 4.063 9.834l1.43 4.987h1.713zM10.952 14.82l-1.365-1.37-.254 1.37zM14.603 12.888c.127.125.19.219.159.343 0 .374-.508.561-.953.561-.634 0-.984-.093-1.523-.312l-.223-.093-.222 1.278c.381.156 1.08.312 1.81.312 1.016 0 1.841-.28 2.317-.78zM16.444 14.82h1.492l.318-.934h2.032l.19.935H22l-.54-2.275-1.904-1.808.095.498s.317 1.403.38 1.715h-1.333c.127-.312.635-1.652.635-1.652s.127-.343.223-.561"})]}),MC=h("VisaLogoIcon",IC),wC=h("VncLogoIcon",t.jsx("path",{fill:"#1b74da",d:"M21.992 21.346a.055.055 0 0 0-.056.053c-.026.146-.135.241-.227.343a1.1 1.1 0 0 1-.392.248q-.033.01-.066.007l-.267.002H2.877c-.287.013-.492-.141-.667-.343-.068-.079-.152-.156-.157-.274 0-.025-.026-.034-.05-.035Q2 21.195 2 21.042V2.852q.001-.043.005-.085c.035 0 .036-.026.043-.051a1 1 0 0 1 .061-.178c.138-.24.326-.424.606-.49.026-.005.052-.008.051-.043q.081-.003.161-.005h18.339l.076.003c0 .024.01.049.034.051.142.013.233.115.324.2.101.095.206.196.238.344.006.028.018.055.054.056q.001.17.003.343V21.28zM5.214 5.948h-.438c-.1 0-.147.058-.097.143.063.107.07.229.109.34.1.28.177.569.263.854.09.294.182.587.267.883.023.079.066.152.074.232.011.122.06.234.095.345.08.25.15.504.233.754q.14.426.26.858c.025.088.067.171.08.26.02.133.077.252.115.38.046.169.11.334.153.505.03.122.073.24.108.361.049.17.118.333.155.504.038.186.112.361.159.544q.086.329.197.649c.033.095.05.193.083.287.063.177.124.356.17.539q.04.162.092.316c.084.246.157.496.229.744.076.256.165.508.227.768q.027.121.07.236c.076.197.12.402.185.602.045.138.087.278.171.397.139.209.345.363.584.438a.98.98 0 0 0 .75-.064c.277-.134.449-.364.549-.646.08-.229.143-.462.209-.695q.074-.262.152-.526c.06-.214.134-.425.196-.639q.032-.138.08-.27c.073-.172.114-.352.166-.53.052-.177.115-.353.162-.534.05-.188.12-.37.171-.558q.074-.28.162-.551.084-.26.161-.523c.055-.186.118-.37.17-.558.08-.291.163-.58.26-.866.031-.093.041-.19.078-.281q.102-.264.171-.538c.031-.108.058-.22.095-.324.09-.249.147-.507.234-.756.088-.25.14-.517.23-.768.088-.252.148-.513.238-.765.076-.212.133-.432.195-.648.052-.182.114-.36.161-.544.026-.101.04-.21.098-.303.023-.038.01-.059-.028-.072a.4.4 0 0 0-.122-.014h-.747a.7.7 0 0 0-.152.01.08.08 0 0 0-.074.07c-.045.17-.099.337-.146.506a9 9 0 0 1-.126.406c-.031.093-.038.193-.076.28-.076.174-.115.36-.174.539-.06.178-.103.355-.157.534q-.092.3-.185.603c-.075.247-.146.495-.222.741-.075.246-.161.501-.238.753-.076.26-.145.521-.228.78-.023.068-.039.138-.062.207-.059.185-.124.37-.175.556-.051.188-.1.372-.16.553-.084.246-.153.495-.232.744-.056.182-.117.365-.165.551a2 2 0 0 1-.095.315 2.7 2.7 0 0 0-.144.468c-.029.134-.083.257-.117.388-.043.164-.115.32-.148.485-.024.115-.07.222-.098.334-.054.213-.124.422-.19.632q-.057.18-.12.36c-.006.018-.01.049-.04.042-.022-.006-.022-.03-.025-.048a2 2 0 0 0-.034-.167c-.053-.17-.116-.338-.163-.51q-.054-.196-.116-.39c-.027-.09-.063-.178-.084-.269-.032-.135-.086-.262-.117-.397-.022-.099-.063-.19-.092-.288-.052-.181-.101-.364-.156-.544s-.126-.349-.166-.528c-.041-.186-.114-.36-.16-.545-.054-.219-.129-.433-.196-.648-.029-.093-.05-.188-.08-.28-.059-.175-.12-.35-.17-.528-.036-.127-.07-.254-.115-.379a2 2 0 0 1-.084-.29 3 3 0 0 0-.096-.324 27 27 0 0 0-.16-.5q-.076-.223-.131-.453c-.023-.096-.067-.183-.089-.278-.025-.121-.063-.236-.099-.35-.053-.174-.114-.346-.159-.522a6 6 0 0 0-.112-.367 2 2 0 0 1-.082-.27c-.02-.122-.071-.235-.103-.353-.045-.173-.122-.34-.16-.513-.06-.267-.172-.514-.227-.78-.013-.064-.042-.13-.06-.197a.124.124 0 0 0-.137-.105q-.218.001-.438 0M17.6 17.932h1.505c.073 0 .1-.021.1-.098-.005-.276 0-.552 0-.828 0-.145 0-.145-.15-.145h-2.57a1.76 1.76 0 0 1-1.124-.403 1.6 1.6 0 0 1-.409-.524 1.5 1.5 0 0 1-.16-.578c-.014-.261 0-.519.092-.765a1.73 1.73 0 0 1 .964-.977c.18-.067.372-.099.564-.092.88.008 1.759.003 2.638.003.138 0 .155-.016.155-.152v-.801c0-.13 0-.13-.131-.13-.778 0-1.556-.004-2.333.002-.324.003-.648-.02-.97.067q-.24.064-.466.166-.342.15-.623.396a3.3 3.3 0 0 0-.442.474c-.073.099-.136.203-.198.308a3 3 0 0 0-.178.37c-.043.104-.052.22-.09.323a1.8 1.8 0 0 0-.08.54 2.817 2.817 0 0 0 .615 1.822c.165.208.36.39.58.538q.163.12.345.207c.143.06.28.133.435.167.165.038.326.1.496.103.477.01.956.006 1.435.006m1.578-7.987h-.007q-.002-.528 0-1.056c.003-.449-.05-.884-.239-1.3a2.8 2.8 0 0 0-.464-.718 2.8 2.8 0 0 0-.81-.61c-.221-.12-.46-.201-.709-.24-.53-.075-1.056-.055-1.56.171a2.8 2.8 0 0 0-.725.451c-.25.217-.458.479-.613.772a3 3 0 0 0-.236.584 2.7 2.7 0 0 0-.09.75c-.003.847 0 1.695-.002 2.542 0 .088.03.117.117.115.253-.004.507 0 .762 0 .13 0 .13 0 .13-.132 0-.867-.003-1.734.003-2.6.005-.288.086-.57.235-.817.145-.257.354-.47.607-.621.236-.147.507-.23.785-.238q.257-.014.507.048c.197.053.384.139.553.253.243.167.438.396.564.663q.11.206.148.437.024.228.02.457.003 1.11 0 2.219 0 .123-.008.247c-.005.059.021.082.076.082h.886c.042 0 .071-.013.07-.066z"})),kC=h("WalletIcon",t.jsx("path",{fillRule:"evenodd",d:"M21 18v1c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14c1.1 0 2 .9 2 2v1h-9a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2zm-9-2h10V8H12zm2.5-4c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5-1.5.67-1.5 1.5"})),bC=h("WatchIcon",t.jsx("path",{d:"M7.621 2.515A2 2 0 0 1 9.561 1h4.877a2 2 0 0 1 1.94 1.515l.236.941c.094.377.402.655.767.789A4 4 0 0 1 20 8a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v4a4 4 0 0 1-2.62 3.755c-.363.134-.672.412-.766.789l-.235.941A2 2 0 0 1 14.439 23H9.561a2 2 0 0 1-1.94-1.515l-.236-.941c-.094-.377-.402-.655-.767-.789A4 4 0 0 1 4 16V8a4 4 0 0 1 2.62-3.755c.364-.134.672-.412.766-.789zM16 6H8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2"})),yC=h("Watch2Icon",t.jsx("path",{fillRule:"evenodd",d:"m8.25 22-.748-4.626A3.5 3.5 0 0 1 6 14.5v-5c0-1.19.594-2.242 1.502-2.874L8.25 2h6.5l.757 4.632A3.5 3.5 0 0 1 17 9.5v5c0 1.187-.59 2.235-1.493 2.868L14.75 22zM7.6 9.5c0-1.05.85-1.9 1.9-1.9h4c1.05 0 1.9.85 1.9 1.9v5a1.9 1.9 0 0 1-1.9 1.9h-4a1.9 1.9 0 0 1-1.9-1.9z"})),SC=h("WatchStarIcon",t.jsx("path",{d:"M7.84 1.804A1 1 0 0 1 8.82 1h6.36a1 1 0 0 1 .98.804l.782 3.904A8 8 0 0 1 19.748 10H20a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-.252a8 8 0 0 1-2.806 4.292l-.781 3.904a1 1 0 0 1-.98.804H8.82a1 1 0 0 1-.98-.804l-.782-3.904A7.99 7.99 0 0 1 4 12a7.99 7.99 0 0 1 3.058-6.292zM11.994 18h.01a6 6 0 1 0-.01 0m1.22-7.5L12 6.5l-1.215 4H7l3.09 2.205L8.915 16.5 12 14.155l3.09 2.345-1.175-3.795L17 10.5z"})),HC=h("WifiIcon",t.jsx("path",{d:"m1 9 2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9m8 8 3 3 3-3a4.237 4.237 0 0 0-6 0m-4-4 2 2a7.074 7.074 0 0 1 10 0l2-2C15.14 9.14 8.87 9.14 5 13"})),AC=h("WrenchHammerIcon",t.jsx("path",{d:"m15.904 13.05-2.121 2.122 5.996 5.996 2.121-2.121zM17.5 10c1.93 0 3.5-1.57 3.5-3.5 0-.58-.16-1.12-.41-1.6l-2.7 2.7-1.49-1.49 2.7-2.7c-.48-.25-1.02-.41-1.6-.41C15.57 3 14 4.57 14 6.5c0 .41.08.8.21 1.16l-1.85 1.85-1.78-1.78.71-.71-1.41-1.41L12 3.49a3 3 0 0 0-4.24 0L4.22 7.03l1.41 1.41H2.81l-.71.71 3.54 3.54.71-.71V9.15l1.41 1.41.71-.71 1.78 1.78-7.41 7.41 2.12 2.12L16.34 9.79c.36.13.75.21 1.16.21"})),VC=t.jsxs(t.Fragment,{children:[t.jsx("path",{d:"M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z"}),t.jsx("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"})]}),ma=h("XIcon",VC),LC=h("XLogoIcon",t.jsx("path",{d:"M13.903 10.655 21.348 2h-1.764l-6.465 7.515L7.955 2H2l7.808 11.364L2 22.439h1.764l6.828-7.935 5.452 7.935H22zm-2.417 2.809-.791-1.132L4.4 3.328h2.71l5.08 7.267.791 1.131 6.604 9.446h-2.71z"})),zC=h("ZapIcon",t.jsx("path",{d:"M11.338 15h-5l7-14v8h5l-7 14z"})),ga=a.forwardRef(({className:e,...o},n)=>t.jsx(ho,{ref:n,className:O(["ksjsui:transition-colors ksjsui:duration-200","ksjsui:peer ksjsui:size-4 ksjsui:shrink-0 ksjsui:rounded-xs ksjsui:border-2 ksjsui:border-input ksjsui:ring-offset-background ksjsui:focus-visible:ring-2 ksjsui:focus-visible:ring-ring ksjsui:focus-visible:ring-offset-2","ksjsui:focus-visible:outline-hidden","ksjsui:disabled:cursor-not-allowed ksjsui:disabled:opacity-50","ksjsui:data-[state=checked]:border-secondary ksjsui:data-[state=checked]:bg-secondary ksjsui:data-[state=checked]:text-secondary-foreground","ksjsui:forced-colors:border-button-border ksjsui:forced-colors:transition-none","ksjsui:forced-colors:data-[state=checked]:border-highlight ksjsui:forced-colors:data-[state=checked]:bg-highlight ksjsui:forced-colors:data-[state=checked]:**:fill-highlight-text"],e),"data-slot":"ksjsui-checkbox",...o,children:t.jsx(Un,{children:t.jsx(F2,{className:"ksjsui:size-3 ksjsui:text-secondary-foreground ksjsui:forced-colors:fill-highlight-text"})})}));ga.displayName=ho.displayName;function Ca(e){return t.jsx(wn,{"data-slot":"ksjsui-dialog",...e})}Ca.displayName=wn.displayName;const Ia=a.forwardRef((e,o)=>t.jsx(kn,{"data-slot":"ksjsui-dialog-trigger",ref:o,...e}));Ia.displayName=kn.displayName;function ft(e){return t.jsx(bn,{"data-slot":"ksjsui-dialog-portal",...e})}ft.displayName=bn.displayName;const Ma=a.forwardRef((e,o)=>t.jsx(Vn,{"data-slot":"ksjsui-dialog-close",ref:o,...e}));Ma.displayName=Vn.displayName;const vt=a.forwardRef(({className:e,...o},n)=>t.jsx(yn,{"data-slot":"ksjsui-dialog-overlay",ref:n,className:O(["ksjsui:fixed ksjsui:inset-0 ksjsui:z-50 ksjsui:bg-black/50","ksjsui:data-[state=open]:animate-in ksjsui:data-[state=open]:fade-in-0","ksjsui:data-[state=closed]:animate-out ksjsui:data-[state=closed]:fade-out-0"],e),...o}));vt.displayName=yn.displayName;const wa=a.forwardRef(({className:e,children:o,...n},r)=>t.jsxs(ft,{children:[t.jsx(vt,{}),t.jsx(Sn,{"data-slot":"ksjsui-dialog-content",ref:r,className:O(["ksjsui:fixed ksjsui:top-[50%] ksjsui:left-[50%] ksjsui:z-50 ksjsui:grid ksjsui:w-[calc(100%-(--spacing(6)))] ksjsui:max-w-lg ksjsui:translate-x-[-50%] ksjsui:translate-y-[-50%] ksjsui:gap-4 ksjsui:rounded-lg ksjsui:border ksjsui:border-border ksjsui:bg-background ksjsui:p-6 ksjsui:text-foreground ksjsui:shadow-lg ksjsui:duration-200","ksjsui:data-[state=open]:animate-in ksjsui:data-[state=open]:fade-in-0 ksjsui:data-[state=open]:zoom-in-95","ksjsui:data-[state=closed]:animate-out ksjsui:data-[state=closed]:fade-out-0 ksjsui:data-[state=closed]:zoom-out-95"],e),...n,children:o})]}));wa.displayName=Sn.displayName;function ka({className:e,...o}){return t.jsx("div",{"data-slot":"ksjsui-dialog-header",className:O("ksjsui:flex ksjsui:flex-col ksjsui:gap-2 ksjsui:text-start",e),...o})}ka.displayName="DialogHeader";function ba({className:e,...o}){return t.jsx("div",{"data-slot":"ksjsui-dialog-footer",className:O(["ksjsui:flex ksjsui:flex-col-reverse ksjsui:gap-2","ksjsui:xs:flex-row ksjsui:xs:justify-end"],e),...o})}ba.displayName="DialogFooter";const ya=a.forwardRef(({className:e,...o},n)=>t.jsx(Hn,{ref:n,"data-slot":"ksjsui-dialog-title",className:O("ksjsui:text-lg ksjsui:leading-none ksjsui:font-semibold",e),...o}));ya.displayName=Hn.displayName;const Sa=a.forwardRef(({className:e,...o},n)=>t.jsx(An,{ref:n,"data-slot":"ksjsui-dialog-description",className:O("ksjsui:text-sm ksjsui:text-muted-foreground",e),...o}));Sa.displayName=An.displayName;function Ha(e){return t.jsx(k0,{"data-slot":"ksjsui-dropdown-menu",...e})}Ha.displayName=k0.displayName;const Aa=a.forwardRef((e,o)=>t.jsx(b0,{"data-slot":"ksjsui-dropdown-menu-trigger",ref:o,...e}));Aa.displayName=b0.displayName;const Va=a.forwardRef(({className:e,...o},n)=>t.jsx(H0,{"data-slot":"ksjsui-dropdown-menu-group",ref:n,className:O("ksjsui:flex ksjsui:flex-col ksjsui:gap-y-2",e),...o}));Va.displayName=H0.displayName;function pt(e){return t.jsx(y0,{"data-slot":"ksjsui-dropdown-menu-portal",...e})}pt.displayName=y0.displayName;function La(e){return t.jsx(P0,{"data-slot":"ksjsui-dropdown-menu-sub",...e})}La.displayName=P0.displayName;const za=a.forwardRef((e,o)=>t.jsx(z0,{"data-slot":"ksjsui-dropdown-menu-radio-group",ref:o,...e}));za.displayName=z0.displayName;const Ea=a.forwardRef(({className:e,inset:o,children:n,...r},c)=>t.jsxs(T0,{ref:c,"data-slot":"ksjsui-dropdown-menu-sub-trigger",className:O(["ksjsui:group","ksjsui:flex ksjsui:cursor-default ksjsui:items-start ksjsui:gap-2 ksjsui:rounded-lg ksjsui:border-0 ksjsui:px-2 ksjsui:py-1 ksjsui:text-base ksjsui:transition-colors ksjsui:select-none","ksjsui:focus:bg-neutral ksjsui:focus:text-neutral-foreground ksjsui:focus:outline-hidden","ksjsui:data-[disabled]:opacity-50","ksjsui:data-[state=open]:bg-neutral ksjsui:data-[state=open]:text-neutral-foreground","ksjsui:[&_svg]:pointer-events-none ksjsui:[&_svg]:shrink-0","ksjsui:[&_>_svg]:size-6","ksjsui:forced-colors:outline-0 ksjsui:forced-colors:transition-none","ksjsui:forced-colors:focus:bg-highlight ksjsui:forced-colors:focus:text-highlight-text ksjsui:forced-colors:focus:forced-color-adjust-none"],o&&"ksjsui:ps-8",e),...r,children:[n,t.jsxs("span",{className:O(["ksjsui:ms-auto ksjsui:-me-2 ksjsui:mt-1 ksjsui:text-label","ksjsui:[&_svg]:size-4","ksjsui:group-focus:forced-colors:[&_svg]:fill-highlight-text"]),children:[t.jsx(ut,{className:"ksjsui:rtl:hidden"}),t.jsx(ht,{className:"ksjsui:ltr:hidden"})]})]}));Ea.displayName=T0.displayName;const $a=a.forwardRef(({className:e,...o},n)=>t.jsx(x0,{ref:n,"data-slot":"ksjsui-dropdown-menu-sub-content",className:O(["ksjsui:z-50 ksjsui:flex ksjsui:min-w-32 ksjsui:flex-col ksjsui:gap-y-2 ksjsui:overflow-hidden ksjsui:rounded-lg ksjsui:bg-popover ksjsui:px-2 ksjsui:py-4 ksjsui:text-popover-foreground ksjsui:shadow-lg","ksjsui:data-[state=open]:animate-in ksjsui:data-[state=open]:fade-in-0 ksjsui:data-[state=open]:zoom-in-95","ksjsui:data-[state=closed]:animate-out ksjsui:data-[state=closed]:fade-out-0 ksjsui:data-[state=closed]:zoom-out-95","ksjsui:data-[side=top]:slide-in-from-bottom-2","ksjsui:data-[side=right]:slide-in-from-left-2","ksjsui:data-[side=bottom]:slide-in-from-top-2","ksjsui:data-[side=left]:slide-in-from-right-2","ksjsui:forced-colors:border"],e),...o}));$a.displayName=x0.displayName;const ja=a.forwardRef(({className:e,align:o="start",side:n="bottom",sideOffset:r=4,...c},s)=>t.jsx(pt,{children:t.jsx(S0,{"data-slot":"ksjsui-dropdown-menu-content",ref:s,align:o,side:n,sideOffset:r,className:O(["ksjsui:z-50 ksjsui:flex ksjsui:min-w-32 ksjsui:flex-col ksjsui:gap-y-2 ksjsui:overflow-hidden ksjsui:rounded-lg ksjsui:bg-popover ksjsui:px-2 ksjsui:py-4 ksjsui:text-popover-foreground ksjsui:shadow-md","ksjsui:data-[state=open]:animate-in ksjsui:data-[state=open]:fade-in-0 ksjsui:data-[state=open]:zoom-in-95","ksjsui:data-[state=closed]:animate-out ksjsui:data-[state=closed]:fade-out-0 ksjsui:data-[state=closed]:zoom-out-95","ksjsui:data-[side=top]:slide-in-from-bottom-2","ksjsui:data-[side=right]:slide-in-from-left-2","ksjsui:data-[side=bottom]:slide-in-from-top-2","ksjsui:data-[side=left]:slide-in-from-right-2","ksjsui:forced-colors:border"],e),...c})}));ja.displayName=S0.displayName;const EC=S1(["ksjsui:group","ksjsui:flex ksjsui:cursor-default ksjsui:items-start ksjsui:gap-2 ksjsui:rounded-lg ksjsui:border-0 ksjsui:px-2 ksjsui:py-1 ksjsui:text-base ksjsui:transition-colors ksjsui:select-none","ksjsui:focus:bg-neutral ksjsui:focus:outline-hidden","ksjsui:data-disabled:pointer-events-none ksjsui:data-disabled:opacity-50","ksjsui:[&_svg]:pointer-events-none ksjsui:[&_svg]:size-6 ksjsui:[&_svg]:shrink-0","ksjsui:forced-colors:outline-0 ksjsui:forced-colors:transition-none","ksjsui:forced-colors:focus:bg-highlight ksjsui:forced-colors:focus:text-highlight-text ksjsui:forced-colors:focus:forced-color-adjust-none"],{variants:{color:{primary:"ksjsui:text-primary ksjsui:focus:text-primary",secondary:"ksjsui:text-secondary ksjsui:focus:text-secondary",success:"ksjsui:text-success ksjsui:focus:text-success",warning:"ksjsui:text-warning ksjsui:focus:text-warning",destructive:"ksjsui:text-destructive ksjsui:focus:text-destructive"},inset:{true:"ksjsui:ps-10"}}}),Pa=a.forwardRef(({className:e,color:o,inset:n,...r},c)=>t.jsx(V0,{ref:c,"data-slot":"ksjsui-dropdown-menu-item",className:O(EC({color:o,inset:n,className:e})),...r}));Pa.displayName=V0.displayName;const Ta=a.forwardRef(({className:e,children:o,checked:n,...r},c)=>t.jsxs(L0,{ref:c,"data-slot":"ksjsui-dropdown-menu-checkbox-item",className:O(["ksjsui:flex ksjsui:cursor-default ksjsui:items-start ksjsui:justify-between ksjsui:gap-2 ksjsui:rounded-lg ksjsui:border-0 ksjsui:px-2 ksjsui:py-1 ksjsui:text-base ksjsui:outline-hidden ksjsui:transition-colors ksjsui:select-none","ksjsui:focus:bg-neutral ksjsui:focus:text-neutral-foreground","ksjsui:data-disabled:pointer-events-none ksjsui:data-disabled:opacity-50","ksjsui:forced-colors:outline-0 ksjsui:forced-colors:transition-none","ksjsui:forced-colors:focus:bg-highlight ksjsui:forced-colors:focus:text-highlight-text ksjsui:forced-colors:focus:forced-color-adjust-none"],e),checked:n,...r,children:[o,t.jsx($0,{"data-slot":"ksjsui-dropdown-menu-item-indicator",children:t.jsx(F2,{className:"ksjsui:size-6"})})]}));Ta.displayName=L0.displayName;const xa=a.forwardRef(({className:e,children:o,...n},r)=>t.jsxs(E0,{ref:r,"data-slot":"ksjsui-dropdown-menu-radio-item",className:O(["ksjsui:flex ksjsui:cursor-default ksjsui:items-center ksjsui:justify-between ksjsui:gap-2 ksjsui:rounded-lg ksjsui:border-0 ksjsui:px-2 ksjsui:py-1 ksjsui:text-base ksjsui:outline-hidden ksjsui:transition-colors ksjsui:select-none","ksjsui:focus:bg-neutral ksjsui:focus:text-neutral-foreground","ksjsui:data-disabled:pointer-events-none ksjsui:data-disabled:opacity-50","ksjsui:forced-colors:outline-0 ksjsui:forced-colors:transition-none","ksjsui:forced-colors:focus:bg-highlight ksjsui:forced-colors:focus:text-highlight-text ksjsui:forced-colors:focus:forced-color-adjust-none"],e),...n,children:[o,t.jsx("span",{className:"ksjsui:flex ksjsui:size-3.5 ksjsui:items-center ksjsui:justify-center",children:t.jsx($0,{"data-slot":"ksjsui-dropdown-menu-item-indicator",children:t.jsx(pa,{className:"ksjsui:size-2"})})})]}));xa.displayName=E0.displayName;const Na=a.forwardRef(({className:e,inset:o,...n},r)=>t.jsx(A0,{ref:r,"data-slot":"ksjsui-dropdown-menu-label",className:O("ksjsui:px-2 ksjsui:text-sm ksjsui:text-label",o&&"ksjsui:ps-8",e),...n}));Na.displayName=A0.displayName;const Oa=a.forwardRef(({className:e,...o},n)=>t.jsx(j0,{ref:n,"data-slot":"ksjsui-dropdown-menu-separator",className:O(["ksjsui:my-1 ksjsui:h-px ksjsui:bg-border","ksjsui:forced-colors:bg-canvas-text"],e),...o}));Oa.displayName=j0.displayName;const Da=({className:e,...o})=>t.jsx("span",{"data-slot":"ksjsui-dropdown-menu-shortcut",className:O("ksjsui:ms-auto ksjsui:mt-0.5 ksjsui:text-sm ksjsui:tracking-widest ksjsui:text-label","ksjsui:group-focus:forced-colors:text-current",e),...o});Da.displayName="DropdownMenuShortcut";const _a=a.forwardRef(({className:e,primary:o,secondary:n,...r},c)=>t.jsxs("div",{ref:c,"data-slot":"ksjsui-dropdown-menu-item-text",className:O(e),...r,children:[t.jsx("span",{className:O(["DropdownMenuItemPrimaryText"],e),children:o}),n&&t.jsx("div",{className:O(["DropdownMenuItemSecondaryText","ksjsui:text-sm ksjsui:text-label","ksjsui:group-focus:forced-colors:text-current"],e),children:n})]}));_a.displayName="DropdownMenuItemText";const Fa=a.forwardRef((e,o)=>t.jsx(dt,{ref:o,"data-slot":"ksjsui-icon-button",...e,iconOnly:!0,fullWidth:!1}));Fa.displayName="IconButton";const $C=S1(["ksjsui:text-sm ksjsui:leading-5","ksjsui:peer-disabled:cursor-not-allowed ksjsui:peer-disabled:opacity-70","ksjsui:for:cursor-pointer","ksjsui:has-[+_[role=checkbox]]:me-2","ksjsui:[[role=checkbox]_+_&]:ms-2"]),Za=a.forwardRef(({className:e,...o},n)=>t.jsx(O0,{ref:n,className:O($C(),e),"data-slot":"ksjsui-label",...o}));Za.displayName=O0.displayName;const qa=a.forwardRef(({className:e,...o},n)=>t.jsx("ul",{ref:n,"data-slot":"ksjsui-list",className:O(["ksjsui:flex ksjsui:w-full ksjsui:flex-col ksjsui:gap-y-2"],e),...o}));qa.displayName="List";const Ba=a.forwardRef(({className:e,inset:o,...n},r)=>t.jsx("li",{ref:r,"data-slot":"ksjsui-list-item",className:O(["ksjsui:group/list-item","ksjsui:flex ksjsui:items-center ksjsui:gap-2 ksjsui:rounded-lg ksjsui:p-2 ksjsui:transition-colors","ksjsui:[&_svg]:pointer-events-none ksjsui:[&_svg]:size-6 ksjsui:[&_svg]:shrink-0 ksjsui:[&_svg]:self-stretch","ksjsui:has-[[data-slot=ksjsui-list-item-button]]:p-0","ksjsui:has-[[data-slot=ksjsui-list-item-button]:not(:disabled)]:hover:bg-neutral","ksjsui:has-[[data-slot=ksjsui-list-item-button]:focus-visible]:bg-neutral ksjsui:has-[[data-slot=ksjsui-list-item-button]:focus-visible]:text-foreground","ksjsui:has-[[data-slot=ksjsui-list-item-button]:hover]:bg-neutral ksjsui:has-[[data-slot=ksjsui-list-item-button]:hover]:text-foreground","ksjsui:has-[[data-slot=ksjsui-list-item-button]:focus-visible]:forced-colors:outline-hidden ksjsui:has-[[data-slot=ksjsui-list-item-button]:focus-visible]:forced-colors:outline-highlight","ksjsui:has-[[data-slot=ksjsui-list-item-button]:hover]:forced-colors:outline-hidden ksjsui:has-[[data-slot=ksjsui-list-item-button]:hover]:forced-colors:outline-highlight","ksjsui:forced-colors:outline-highlight"],o&&["ksjsui:ps-10"],e),"data-inset":o,...n}));Ba.displayName="ListItem";const Ua=({className:e,...o})=>{const n="ksjsui:py-1 ksjsui:pointer-events-none ksjsui:hidden ksjsui:shrink-0 ksjsui:text-foreground";return t.jsxs(t.Fragment,{children:[t.jsx(ht,{"data-slot":"ksjsui-list-item-arrow-icon",className:O("ksjsui:rtl:inline-block",n,e),...o}),t.jsx(ut,{"data-slot":"ksjsui-list-item-arrow-icon",className:O("ksjsui:ltr:inline-block",n,e),...o})]})};Ua.displayName="ListItemArrow";const jC=S1(["ksjsui:flex ksjsui:w-full ksjsui:items-center ksjsui:gap-2 ksjsui:p-2","ksjsui:focus-visible:border-0 ksjsui:focus-visible:outline-hidden","ksjsui:disabled:pointer-events-none ksjsui:disabled:opacity-50","ksjsui:forced-colors:not-disabled:text-link-text","ksjsui:forced-colors:focus-visible:outline-0","ksjsui:group-[[data-inset]]/list-item:ps-10"],{variants:{color:{secondary:"ksjsui:text-secondary",destructive:"ksjsui:text-destructive"}}}),Wa=a.forwardRef(({color:e,className:o,tabIndex:n=0,...r},c)=>t.jsx("button",{ref:c,"data-slot":"ksjsui-list-item-button",className:O(jC({color:e,className:o})),tabIndex:n,...r}));Wa.displayName="ListItemButton";const Ga=a.forwardRef(({className:e,primary:o,secondary:n,...r},c)=>t.jsxs("span",{ref:c,"data-slot":"ksjsui-list-item-text",className:O(["ksjsui:flex ksjsui:size-full ksjsui:flex-col ksjsui:self-stretch"],e),...r,children:[t.jsx("span",{"data-slot":"ksjsui-list-item-text-primary",className:O(["ksjsui:text-start ksjsui:text-[15px]/6"],e),children:o}),n&&t.jsx("span",{"data-slot":"ksjsui-list-item-text-secondary",className:O(["ksjsui:text-start ksjsui:text-[15px]/5 ksjsui:text-label"],e),children:n})]}));Ga.displayName="ListItemText";const Ka=a.forwardRef(({className:e,inset:o,...n},r)=>t.jsx("li",{ref:r,"data-slot":"ksjsui-list-label",className:O("ksjsui:block ksjsui:px-2 ksjsui:py-3 ksjsui:text-sm ksjsui:text-label",o&&"ksjsui:ps-8",e),...n}));Ka.displayName="ListLabel";const Xa=a.forwardRef(({className:e,...o},n)=>t.jsx("li",{ref:n,"data-slot":"ksjsui-list-separator",className:O(["ksjsui:my-1 ksjsui:block ksjsui:h-px ksjsui:bg-border","ksjsui:forced-colors:bg-canvas-text"],e),role:"separator",...o}));Xa.displayName="ListSeparator";function Ya(e){return t.jsx(Y0,{"data-slot":"ksjsui-popover",...e})}Ya.displayName=Y0.displayName;const Qa=a.forwardRef((e,o)=>t.jsx(R0,{"data-slot":"ksjsui-popover-trigger",ref:o,...e}));Qa.displayName=R0.displayName;const Ra=a.forwardRef(({className:e,align:o="center",children:n,sideOffset:r=4,side:c="bottom",onOpenAutoFocus:s=u=>u.preventDefault(),...i},d)=>t.jsx(e6,{"data-slot":"ksjsui-popover-portal",children:t.jsx(J0,{"data-slot":"ksjsui-popover-content",ref:d,align:o,className:O(["ksjsui:group","ksjsui:z-50 ksjsui:w-72 ksjsui:origin-(--radix-popover-content-transform-origin) ksjsui:rounded-md ksjsui:border ksjsui:border-border ksjsui:bg-popover ksjsui:p-4 ksjsui:text-popover-foreground ksjsui:shadow-md ksjsui:outline-hidden ksjsui:will-change-transform","ksjsui:motion-safe:data-[state=open]:animate-in ksjsui:motion-safe:data-[state=open]:fade-in-0","ksjsui:motion-safe:data-[state=closed]:animate-out ksjsui:motion-safe:data-[state=closed]:fade-out-0","ksjsui:forced-colors:outline-0 ksjsui:focus:forced-colors:border-highlight"],e),onOpenAutoFocus:s,side:c,sideOffset:r,...i,children:n})}));Ra.displayName=J0.displayName;const PC=a.forwardRef((e,o)=>t.jsx(Q0,{"data-slot":"ksjsui-popover-anchor",ref:o,...e}));PC.displayName=Q0.displayName;const mt=a.forwardRef(({className:e,children:o,...n},r)=>t.jsxs(fc,{ref:r,"data-slot":"ksjsui-scroll-area",className:O("ksjsui:relative ksjsui:size-full ksjsui:overflow-hidden",e),...n,children:[o,t.jsx(Ct,{}),t.jsx(u6,{"data-slot":"ksjsui-sroll-area-corner"})]}));mt.displayName=fc.displayName;const gt=a.forwardRef(({className:e,children:o,...n},r)=>t.jsx(vc,{ref:r,"data-slot":"ksjsui-scroll-area-viewport",className:O(["ksjsui:size-full ksjsui:rounded-[inherit]",e]),...n,children:o}));gt.displayName=vc.displayName;const Ct=a.forwardRef(({className:e,orientation:o="vertical",...n},r)=>t.jsx(Do,{ref:r,"data-slot":"ksjsui-scroll-area-scrollbar",orientation:o,className:O("ksjsui:flex ksjsui:touch-none ksjsui:transition-colors ksjsui:select-none",o==="vertical"&&"ksjsui:h-full ksjsui:w-2.5 ksjsui:border-l ksjsui:border-l-transparent ksjsui:p-px",o==="horizontal"&&"ksjsui:h-2.5 ksjsui:flex-col ksjsui:border-t ksjsui:border-t-transparent ksjsui:p-px",e),...n,children:t.jsx(ac,{"data-slot":"ksjsui-scroll-area-thumb",className:O(["ksjsui:relative ksjsui:flex-1 ksjsui:rounded-full ksjsui:bg-border","ksjsui:forced-colors:bg-canvas-text","ksjsui:forced-colors:hover:bg-highlight"])})}));Ct.displayName=Do.displayName;function Ja(e){return t.jsx(Zc,{"data-slot":"ksjsui-select",...e})}Ja.displayName=Zc.displayName;const TC=a.forwardRef((e,o)=>t.jsx(Wc,{ref:o,"data-slot":"ksjsui-select-group",...e}));TC.displayName=Wc.displayName;const e3=a.forwardRef((e,o)=>t.jsx(Bc,{ref:o,"data-slot":"ksjsui-select-value",...e}));e3.displayName=Bc.displayName;const o3=a.forwardRef(({className:e,children:o,tabIndex:n=0,...r},c)=>t.jsxs(qc,{ref:c,"data-slot":"ksjsui-select-trigger",className:O(["ksjsui:flex ksjsui:h-10 ksjsui:w-full ksjsui:items-center ksjsui:justify-between ksjsui:gap-x-2 ksjsui:rounded-lg ksjsui:border ksjsui:border-input ksjsui:bg-background ksjsui:px-3 ksjsui:py-2 ksjsui:text-sm","ksjsui:[&>span]:truncate","ksjsui:data-[placeholder]:text-placeholder","ksjsui:focus-visible:outline-2 ksjsui:focus-visible:outline-ring","ksjsui:disabled:opacity-50","ksjsui:aria-invalid:border-destructive ksjsui:aria-invalid:outline-destructive"],e),tabIndex:n,...r,children:[o,t.jsx(T6,{asChild:!0,"data-slot":"ksjsui-select-icon",children:t.jsx(va,{className:"ksjsui:shrink-0 ksjsui:opacity-50"})})]}));o3.displayName=qc.displayName;const t3=a.forwardRef(({className:e,children:o,position:n="popper",...r},c)=>t.jsx(x6,{children:t.jsx(Uc,{ref:c,"data-slot":"ksjsui-select-content",className:O(["ksjsui:z-50 ksjsui:flex ksjsui:flex-col ksjsui:gap-y-2 ksjsui:overflow-hidden ksjsui:rounded-lg ksjsui:border-0 ksjsui:bg-popover ksjsui:text-popover-foreground ksjsui:shadow-md","ksjsui:max-h-(--radix-select-content-available-height)","ksjsui:max-w-(--radix-select-content-available-width) ksjsui:min-w-(--radix-select-trigger-width)","ksjsui:data-[state=open]:animate-in ksjsui:data-[state=open]:fade-in-0 ksjsui:data-[state=open]:zoom-in-95","ksjsui:data-[state=closed]:animate-out ksjsui:data-[state=closed]:fade-out-0 ksjsui:data-[state=closed]:zoom-out-95","ksjsui:data-[side=top]:slide-in-from-bottom-2","ksjsui:data-[side=right]:slide-in-from-left-2","ksjsui:data-[side=bottom]:slide-in-from-top-2","ksjsui:data-[side=left]:slide-in-from-right-2","ksjsui:forced-colors:border"],n==="popper"&&["ksjsui:data-[side=top]:-translate-y-1","ksjsui:data-[side=right]:translate-x-1","ksjsui:data-[side=bottom]:translate-y-1","ksjsui:data-[side=left]:-translate-x-1"],e),position:n,...r,children:t.jsx(N6,{"data-slot":"ksjsui-select-viewport",className:O("ksjsui:flex ksjsui:flex-col ksjsui:gap-y-2 ksjsui:px-2 ksjsui:py-4"),asChild:!0,children:t.jsx(mt,{children:t.jsx(gt,{children:o})})})})}));t3.displayName=Uc.displayName;const xC=a.forwardRef(({className:e,...o},n)=>t.jsx(Gc,{ref:n,"data-slot":"ksjsui-select-label",className:O("ksjsui:px-2 ksjsui:pt-2 ksjsui:text-sm ksjsui:text-label",e),...o}));xC.displayName=Gc.displayName;const n3=a.forwardRef(({className:e,children:o,...n},r)=>t.jsxs(Kc,{ref:r,"data-slot":"ksjsui-select-item",className:O(["ksjsui:group","ksjsui:flex ksjsui:w-full ksjsui:cursor-pointer ksjsui:items-center ksjsui:justify-between ksjsui:gap-2 ksjsui:rounded-lg ksjsui:px-2 ksjsui:py-1 ksjsui:text-base ksjsui:select-none","ksjsui:data-[disabled]:pointer-events-none ksjsui:data-[disabled]:opacity-50","ksjsui:focus:text-selected-foreground ksjsui:focus:bg-selected-hover ksjsui:focus:outline-hidden","ksjsui:forced-colors:focus:bg-highlight ksjsui:forced-colors:focus:text-highlight-text ksjsui:forced-colors:focus:forced-color-adjust-none","ksjsui:*:data-[slot=ksjsui-select-item-text]:line-clamp-2"],e),...n,children:[t.jsx(O6,{"data-slot":"ksjsui-select-item-text",children:o}),t.jsx(D6,{"data-slot":"ksjsui-select-item-indicator",children:t.jsx(F2,{className:O(["ksjsui:size-6 ksjsui:shrink-0","ksjsui:group-focus:forced-colors:fill-highlight-text"])})})]}));n3.displayName=Kc.displayName;const NC=a.forwardRef(({className:e,...o},n)=>t.jsx(Xc,{ref:n,"data-slot":"ksjsui-select-separator",className:O(["ksjsui:my-1 ksjsui:h-px ksjsui:shrink-0 ksjsui:bg-border","ksjsui:forced-colors:bg-button-border"],e),...o}));NC.displayName=Xc.displayName;const r3=a.forwardRef(({className:e,orientation:o="horizontal",decorative:n=!0,...r},c)=>t.jsx(Ko,{ref:c,"data-slot":"ksjsui-separator",decorative:n,orientation:o,className:O("ksjsui:shrink-0 ksjsui:bg-border ksjsui:forced-colors:bg-canvas-text",o==="horizontal"?"ksjsui:block ksjsui:h-px ksjsui:w-full":"ksjsui:inline-block ksjsui:w-px",e),...r}));r3.displayName=Ko.displayName;const c3=a.forwardRef(({className:e,tabIndex:o=0,...n},r)=>t.jsx(ts,{"data-slot":"ksjsui-switch",className:O(["ksjsui:peer ksjsui:inline-flex ksjsui:h-6 ksjsui:w-11 ksjsui:shrink-0 ksjsui:cursor-pointer ksjsui:items-center ksjsui:rounded-full ksjsui:border-2 ksjsui:border-transparent ksjsui:transition-colors","ksjsui:focus-visible:ring-2 ksjsui:focus-visible:ring-ring ksjsui:focus-visible:ring-offset-2 ksjsui:focus-visible:ring-offset-background ksjsui:focus-visible:outline-hidden","ksjsui:disabled:pointer-events-none ksjsui:disabled:opacity-50","ksjsui:data-[state=unchecked]:bg-input","ksjsui:data-[state=checked]:border-secondary ksjsui:data-[state=checked]:bg-secondary","ksjsui:forced-colors:border-button-border ksjsui:forced-colors:transition-none","ksjsui:forced-colors:data-[state=checked]:border-highlight ksjsui:forced-colors:data-[state=checked]:bg-highlight","ksjsui:forced-colors:disabled:border-gray-text","ksjsui:forced-colors:disabled:data-[state=checked]:bg-gray-text"],e),tabIndex:o,...n,ref:r,children:t.jsx(G6,{"data-slot":"ksjsui-switch-thumb",className:O(["ksjsui:pointer-events-none ksjsui:block ksjsui:size-5 ksjsui:translate-x-0 ksjsui:rounded-full ksjsui:bg-thumb ksjsui:shadow-sm ksjsui:ring-0","ksjsui:motion-safe:transition-transform","ksjsui:data-[state=unchecked]:translate-x-0","ksjsui:data-[state=checked]:translate-x-5","ksjsui:rtl:data-[state=checked]:-translate-x-5","ksjsui:forced-colors:bg-button-border ksjsui:forced-colors:transition-none","ksjsui:forced-colors:data-[state=checked]:bg-canvas","ksjsui:forced-colors:data-[disabled]:bg-gray-text"])})}));c3.displayName=ts.displayName;const OC=1,DC=1e6;let It=0;function _C(){return It=(It+1)%Number.MAX_SAFE_INTEGER,It.toString()}const Mt=new Map,s3=e=>{if(Mt.has(e))return;const o=setTimeout(()=>{Mt.delete(e),De({type:"REMOVE_TOAST",toastId:e})},DC);Mt.set(e,o)},FC=(e,o)=>{switch(o.type){case"ADD_TOAST":return{...e,toasts:[o.toast,...e.toasts].slice(0,OC)};case"UPDATE_TOAST":return{...e,toasts:e.toasts.map(n=>n.id===o.toast.id?{...n,...o.toast}:n)};case"DISMISS_TOAST":{const{toastId:n}=o;return n?s3(n):e.toasts.forEach(r=>{s3(r.id)}),{...e,toasts:e.toasts.map(r=>r.id===n||n===void 0?{...r,open:!1}:r)}}case"REMOVE_TOAST":return o.toastId===void 0?{...e,toasts:[]}:{...e,toasts:e.toasts.filter(n=>n.id!==o.toastId)}}},Z2=[];let q2={toasts:[]};function De(e){q2=FC(q2,e),Z2.forEach(o=>{o(q2)})}function ZC({...e}){const o=_C(),n=c=>De({type:"UPDATE_TOAST",toast:{...c,id:o}}),r=()=>De({type:"DISMISS_TOAST",toastId:o});return De({type:"ADD_TOAST",toast:{...e,id:o,open:!0,onOpenChange:c=>{c||r()}}}),{id:o,dismiss:r,update:n}}function a3(){const[e,o]=a.useState(q2);return a.useEffect(()=>(Z2.push(o),()=>{const n=Z2.indexOf(o);n>-1&&Z2.splice(n,1)}),[e]),{...e,toast:ZC,dismiss:n=>De({type:"DISMISS_TOAST",toastId:n})}}const l3=()=>{const{toasts:e}=a3(),{toast:o}=fa();return t.jsxs(i3,{children:[e.map(function({id:n,title:r,description:c,action:s,icon:i,dismissButtonLabel:d,...u}){return t.jsxs(h3,{...u,children:[i&&t.jsx("div",{className:"ksjsui:shrink-0",children:i}),t.jsx("div",{className:"ksjsui:grid ksjsui:grow ksjsui:gap-1",children:c&&t.jsx(f3,{children:c})}),s??t.jsx(u3,{"aria-label":d||o.dismissButtonLabel})]},n)}),t.jsx(d3,{})]})};l3.displayName="ToastContainer";function i3(e){return t.jsx(ms,{"data-slot":"ksjsui-toast-provider",...e})}i3.displayName=ms.displayName;const d3=a.forwardRef(({className:e,...o},n)=>t.jsx(gs,{ref:n,"data-slot":"ksjsui-toast-viewport",className:O(["dark-mode","ksjsui:fixed ksjsui:end-0 ksjsui:bottom-0 ksjsui:z-[100] ksjsui:flex ksjsui:max-h-screen ksjsui:w-full ksjsui:flex-col ksjsui:p-4","ksjsui:focus:outline-none","ksjsui:xs:max-w-[--spacing(88)]"],e),...o}));d3.displayName=gs.displayName;const qC=S1(["ksjsui:group","ksjsui:pointer-events-auto ksjsui:relative ksjsui:flex ksjsui:w-full ksjsui:items-center ksjsui:justify-between ksjsui:gap-x-2 ksjsui:overflow-hidden ksjsui:rounded-lg ksjsui:border ksjsui:border-transparent ksjsui:bg-toast ksjsui:p-3 ksjsui:text-toast-foreground ksjsui:shadow-lg ksjsui:transition-all","ksjsui:data-[swipe=cancel]:translate-x-0","ksjsui:data-[swipe=end]:translate-x(--radix-toast-swipe-end-x)","ksjsui:data-[swipe=move]:translate-x-(--radix-toast-swipe-move-x) ksjsui:data-[swipe=move]:transition-none","ksjsui:data-[state=open]:animate-in ksjsui:data-[state=open]:slide-in-from-bottom-full","ksjsui:data-[state=closed]:animate-out ksjsui:data-[state=closed]:fade-out-80","ksjsui:data-[state=closed]:slide-out-to-bottom-full","ksjsui:forced-colors:focus-visible:outline","ksjsui:forced-colors:focus-visible:border-highlight","ksjsui:be-fix ksjsui:outline-ring ksjsui:focus-visible:outline-2"]),h3=a.forwardRef(({className:e,...o},n)=>t.jsx(Cs,{ref:n,"data-slot":"ksjsui-toast",className:O(qC(),e),...o}));h3.displayName=Cs.displayName;const BC=a.forwardRef(({className:e,...o},n)=>t.jsx(Ms,{ref:n,"data-slot":"ksjsui-toast-action",className:O(["ksjsui:inline-flex ksjsui:shrink-0 ksjsui:items-center ksjsui:justify-center ksjsui:rounded-sm ksjsui:bg-transparent ksjsui:px-1.5 ksjsui:text-sm ksjsui:font-medium ksjsui:text-secondary ksjsui:ring-offset-background ksjsui:transition-colors","ksjsui:focus-visible:ring-2 ksjsui:focus-visible:ring-ring ksjsui:focus-visible:ring-offset-2 ksjsui:focus-visible:outline-hidden","ksjsui:disabled:pointer-events-none ksjsui:disabled:opacity-50","ksjsui:forced-colors:border","ksjsui:forced-colors:hover:border-highlight"],e),...o}));BC.displayName=Ms.displayName;const u3=a.forwardRef(({className:e,...o},n)=>t.jsx(ws,{ref:n,"data-slot":"ksjsui-toast-close",className:O(["ksjsui:self-start ksjsui:rounded-xs ksjsui:text-current/50 ksjsui:opacity-0 ksjsui:outline-ring","ksjsui:focus-visible:opacity-100 ksjsui:focus-visible:outline-2","ksjsui:hover:bg-neutral-hover","ksjsui:group-hover:opacity-100","ksjsui:group-focus-visible:opacity-100","ksjsui:motion-safe:transition","ksjsui:forced-colors:border","ksjsui:forced-colors:hover:border-highlight","ksjsui:forced-colors:focus-visible:outline-highlight","ksjsui:be-fix ksjsui:outline-ring ksjsui:focus-visible:outline-2"],e),"toast-close":"",...o,children:t.jsx(ma,{})}));u3.displayName=ws.displayName;const f3=a.forwardRef(({className:e,...o},n)=>t.jsx(Is,{ref:n,"data-slot":"ksjsui-toast-description",className:O("ksjsui:text-[15px]/6",e),...o}));f3.displayName=Is.displayName;function v3(e){return t.jsx(Es,{"data-slot":"ksjsui-tooltip",...e})}v3.displayName=Es.displayName;function p3({delayDuration:e=0,disableHoverableContent:o=!0,...n}){return t.jsx(zs,{"data-slot":"ksjsui-tooltip-provider",delayDuration:e,disableHoverableContent:o,...n})}p3.displayName=zs.displayName;const m3=a.forwardRef((e,o)=>t.jsx($s,{"data-slot":"ksjsui-tooltip-trigger",ref:o,...e}));m3.displayName=$s.displayName;const g3=a.forwardRef(({children:e,className:o,collisionPadding:n={left:12,right:12},side:r="top",sideOffset:c=0,...s},i)=>t.jsxs(js,{"data-slot":"ksjsui-tooltip-content",ref:i,sideOffset:c,side:r,collisionPadding:n,className:O(["ksjsui:z-50 ksjsui:w-fit ksjsui:max-w-[var(--radix-popper-available-width)] ksjsui:origin-(--radix-tooltip-content-transform-origin) ksjsui:rounded-md ksjsui:bg-popover-foreground ksjsui:px-3 ksjsui:py-2 ksjsui:text-[15px] ksjsui:text-balance ksjsui:text-popover ksjsui:shadow-md ksjsui:will-change-transform","ksjsui:sm:max-w-prose","ksjsui:motion-safe:animate-in ksjsui:motion-safe:duration-300 ksjsui:motion-safe:fade-in-0","ksjsui:motion-safe:data-[state=closed]:animate-out ksjsui:motion-safe:data-[state=closed]:fade-out-0","ksjsui:forced-colors:border ksjsui:forced-colors:border-canvas-text"],o),...s,children:[e,t.jsx(A8,{"data-slot":"ksjsui-tooltip-arrow",className:O(["ksjsui:z-50 ksjsui:size-2.5 ksjsui:translate-y-[calc(-50%_-_2px)] ksjsui:rotate-45 ksjsui:rounded-br-[2px] ksjsui:bg-popover-foreground ksjsui:fill-popover-foreground ksjsui:motion-safe:duration-300","ksjsui:forced-colors:translate-y-[calc(-50%_+_1px)] ksjsui:forced-colors:border-r ksjsui:forced-colors:border-b ksjsui:forced-colors:border-canvas-text ksjsui:forced-colors:bg-canvas ksjsui:forced-colors:fill-canvas ksjsui:forced-colors:shadow-none"]),style:{width:10,height:10}})]}));g3.displayName=js.displayName;const UC=S1("",{variants:{display:{block:"ksjsui:block","inline-block":"ksjsui:inline-block",none:"ksjsui:hidden"},position:{absolute:"ksjsui:absolute",fixed:"ksjsui:fixed",relative:"ksjsui:relative",static:"ksjsui:static",sticky:"ksjsui:sticky"}},defaultVariants:{display:"block"}}),wt=a.forwardRef(({as:e="div",asChild:o,className:n,display:r,style:c,m:s,mb:i,me:d,ms:u,mt:f,mx:v,my:p,p:m,pb:C,pe:M,position:g,ps:I,pt:w,px:k,py:b,...y},S)=>{const z=o?B2:e,V={...c,...ra({m:s,mb:i,me:d,ms:u,mt:f,mx:v,my:p}),...ca({p:m,pb:C,pe:M,ps:I,pt:w,px:k,py:b})};return t.jsx(z,{className:O(UC({display:r,position:g,className:n})),"data-slot":"ksjsui-box",ref:S,style:V,...y})});wt.displayName="Box";const WC=S1("",{variants:{...{align:{baseline:"ksjsui:items-baseline",center:"ksjsui:items-center",end:"ksjsui:items-end",start:"ksjsui:items-start",stretch:"ksjsui:items-stretch"},direction:{"column-reverse":"ksjsui:flex-col-reverse","row-reverse":"ksjsui:flex-row-reverse",column:"ksjsui:flex-col",row:"ksjsui:flex-row"},display:{"inline-flex":"ksjsui:inline-flex",flex:"ksjsui:flex",none:"ksjsui:hidden"},grow:{0:"ksjsui:grow-0",1:"ksjsui:grow"},justify:{around:"ksjsui:justify-around",baseline:"ksjsui:justify-baseline",between:"ksjsui:justify-between",center:"ksjsui:justify-center",end:"ksjsui:justify-end",evenly:"ksjsui:justify-evenly",normal:"ksjsui:justify-normal",start:"ksjsui:justify-start",stretch:"ksjsui:justify-stretch"},position:{absolute:"ksjsui:absolute",fixed:"ksjsui:fixed",relative:"ksjsui:relative",static:"ksjsui:static",sticky:"ksjsui:sticky"},self:{auto:"ksjsui:self-auto",baseline:"ksjsui:self-baseline",center:"ksjsui:self-center",end:"ksjsui:self-end",start:"ksjsui:self-start",stretch:"ksjsui:self-stretch"},shrink:{0:"ksjsui:shrink-0",1:"ksjsui:shrink"},wrap:{nowrap:"ksjsui:flex-nowrap",reverse:"ksjsui:flex-wrap-reverse",wrap:"ksjsui:flex-wrap"}}},defaultVariants:{display:"flex",justify:"start"}}),C3=a.forwardRef(({align:e,as:o=wt,asChild:n,className:r,display:c,style:s,direction:i,gap:d,columnGap:u,rowGap:f,grow:v,justify:p,m,mb:C,me:M,ms:g,mt:I,mx:w,my:k,p:b,pb:y,pe:S,position:z,ps:V,pt:H,px:P,py:D,self:F,shrink:B,wrap:W,...$},q)=>{const T=n?B2:o,Z={...s,...I9({gap:d,columnGap:u,rowGap:f}),...ra({m,mb:C,me:M,ms:g,mt:I,mx:w,my:k}),...ca({p:b,pb:y,pe:S,ps:V,pt:H,px:P,py:D})};return t.jsx(T,{className:O(WC({align:e,direction:i,display:c,grow:v,justify:p,position:z,self:F,shrink:B,wrap:W,className:r})),"data-slot":"ksjsui-flex",ref:q,style:Z,...$})});C3.displayName="Flex";const GC=Ce;function KC(e){return t.jsx(O3,{...e})}l.AIcon=z9,l.AZArrowsIcon=E9,l.AZMinusIcon=$9,l.AccessibilityIcon=j9,l.AlignJustifyIcon=P9,l.AmazonLogoIcon=x9,l.AmpersandIcon=N9,l.AppWindow2Icon=D9,l.AppWindowArrowRightIcon=_9,l.AppWindowArrowUpIcon=F9,l.AppWindowCloudIcon=q9,l.AppWindowCodeIcon=B9,l.AppWindowCog2Icon=G9,l.AppWindowCogIcon=W9,l.AppWindowGlobeIcon=X9,l.AppWindowGrid2x2CogIcon=Q9,l.AppWindowGrid2x2Icon=Y9,l.AppWindowGrid2x2NetworkIcon=R9,l.AppWindowGridSearchIcon=J9,l.AppWindowIcon=O9,l.AppWindowLockKeyholeIcon=o7,l.AppWindowPromptTopRightIcon=n7,l.AppWindowTerminal2Icon=c7,l.AppWindowTerminalIcon=r7,l.ArchiveIcon=s7,l.ArchiveRestoreIcon=a7,l.ArchiveSendIcon=l7,l.ArrowDownIcon=va,l.ArrowDownNarrowWideIcon=i7,l.ArrowDownToLineIcon=d7,l.ArrowDownWideNarrowIcon=h7,l.ArrowLeftIcon=u7,l.ArrowLeftRightIcon=f7,l.ArrowUpFromLineIcon=p7,l.ArrowUpIcon=v7,l.ArrowUpNarrowWideIcon=m7,l.Avatar=aa,l.AvatarFallback=ia,l.AvatarImage=la,l.AvatarStatus=da,l.AwsLogoIcon=g7,l.BadgeCheckIcon=C7,l.BadgeUserAlertIcon=M7,l.BadgeUserIcon=I7,l.BanIcon=w7,l.BellAlertIcon=b7,l.BellIcon=k7,l.BellOutlineIcon=y7,l.BombIcon=S7,l.BookOpenPageIcon=H7,l.BookOpenPageOutlineIcon=A7,l.BookOpenUpIcon=V7,l.Box=wt,l.BracesIcon=L7,l.BreachwatchOffIcon=z7,l.BriefcaseBusinessIcon=$7,l.BriefcaseBusinessShieldIcon=P7,l.BriefcaseIcon=E7,l.BugIcon=T7,l.Building2Icon=N7,l.BuildingCogIcon=O7,l.BuildingIcon=x7,l.BuildingPlusIcon=D7,l.Button=dt,l.CalendarIcon=_7,l.CameraIcon=F7,l.CaseLowerIcon=Z7,l.ChartColumnIcon=q7,l.ChartNoAxesColumnsTrendingUpIcon=B7,l.CheckCheckIcon=U7,l.CheckCircleOutlineIcon=W7,l.CheckIcon=F2,l.Checkbox=ga,l.ChevronDownIcon=G7,l.ChevronLeftIcon=ht,l.ChevronRightIcon=ut,l.ChevronUpIcon=K7,l.ChevronsDownIcon=Y7,l.CircleAlertIcon=Q7,l.CircleAlertOutlineIcon=R7,l.CircleArrowUpIcon=J7,l.CircleCheckIcon=ed,l.CircleChevronsRightLeftIcon=od,l.CircleCloudIcon=td,l.CircleDnaIcon=nd,l.CircleDnaThinIcon=rd,l.CircleDollarSignIcon=cd,l.CircleInfoOutlineIcon=sd,l.CircleLockFillIcon=dd,l.CircleLockIcon=ld,l.CircleMinusIcon=hd,l.CircleMinusOutlineIcon=ud,l.CircleMinusSmallIcon=fd,l.CircleOutlineIcon=vd,l.CirclePauseIcon=md,l.CirclePlayIcon=gd,l.CirclePlayOutlineIcon=Cd,l.CirclePlusIcon=Id,l.CircleQuestionMarkIcon=Md,l.CircleQuestionMarkOutlineIcon=wd,l.CircleSegmentTopRight2Icon=yd,l.CircleSegmentTopRightIcon=bd,l.CircleSkipForwardIcon=Sd,l.CircleUserConciergeIcon=Ad,l.CircleUserIcon=Hd,l.CircleUserNetworkIcon=Ld,l.CircleUserOffIcon=Ed,l.CircleXIcon=$d,l.CircleZapIcon=jd,l.ClapperboardIcon=Pd,l.Clipboard2AlertIcon=xd,l.Clipboard2CheckIcon=Nd,l.Clipboard2TextIcon=Od,l.ClipboardAlertIcon=Dd,l.ClipboardChartIcon=_d,l.ClipboardIcon=Td,l.ClipboardTextIcon=Zd,l.ClipboardXIcon=Bd,l.ClockIcon=Ud,l.CloudCogIcon=Gd,l.CloudDownloadIcon=Kd,l.CloudGovernmentIcon=Xd,l.CloudIcon=Wd,l.CloudKeyIcon=Yd,l.CloudKeyOutlineIcon=Qd,l.CloudOffIcon=Rd,l.CloudUploadIcon=Jd,l.CogIcon=eh,l.Columns3Icon=oh,l.Columns4Icon=nh,l.CommandIcon=rh,l.CommanderLogoIcon=sh,l.CopyAlertIcon=lh,l.CopyChevronDownIcon=ih,l.CopyCirclePlusIcon=dh,l.CopyIcon=ah,l.CopyPlusIcon=hh,l.CreditCardClockIcon=fh,l.CreditCardIcon=uh,l.DatabaseIcon=vh,l.DatabaseMapPinIcon=ph,l.DatabaseRefreshCcwIcon=mh,l.DatabaseSearchIcon=gh,l.Dialog=Ca,l.DialogClose=Ma,l.DialogContent=wa,l.DialogDescription=Sa,l.DialogFooter=ba,l.DialogHeader=ka,l.DialogOverlay=vt,l.DialogPortal=ft,l.DialogTitle=ya,l.DialogTrigger=Ia,l.DiceIcon=Ih,l.DiceOutlineIcon=wh,l.DiceWhiteIcon=bh,l.DirectionProvider=KC,l.DockerLogoIcon=yh,l.DotIcon=Sh,l.DotOutlineIcon=Hh,l.DownloadIcon=Ah,l.DragHandleIcon=Vh,l.DrawerOpenIcon=Lh,l.DropdownMenu=Ha,l.DropdownMenuCheckboxItem=Ta,l.DropdownMenuContent=ja,l.DropdownMenuGroup=Va,l.DropdownMenuItem=Pa,l.DropdownMenuItemText=_a,l.DropdownMenuLabel=Na,l.DropdownMenuPortal=pt,l.DropdownMenuRadioGroup=za,l.DropdownMenuRadioItem=xa,l.DropdownMenuSeparator=Oa,l.DropdownMenuShortcut=Da,l.DropdownMenuSub=La,l.DropdownMenuSubContent=$a,l.DropdownMenuSubTrigger=Ea,l.DropdownMenuTrigger=Aa,l.DuoLogoIcon=Eh,l.Earth2Icon=jh,l.EarthIcon=$h,l.EarthLockIcon=Ph,l.EllipsisHorizontalIcon=Th,l.EllipsisVerticalIcon=xh,l.EqualIcon=Nh,l.EyeHelloIcon=Dh,l.EyeIcon=Oh,l.EyeOffIcon=_h,l.FileBookmarkStarIcon=Zh,l.FileCodeIcon=qh,l.FileCogIcon=Uh,l.FileDocIcon=Wh,l.FileEpsIcon=Kh,l.FileIcon=Fh,l.FileImageIcon=Xh,l.FileLockIcon=Yh,l.FilePdfIcon=Qh,l.FilePptIcon=Rh,l.FileQuestionMarkIcon=Jh,l.FileSearchIcon=eu,l.FileSearchOutlineIcon=ou,l.FileSvgIcon=tu,l.FileTextIcon=nu,l.FileTextPencilIcon=ru,l.FileUserIcon=cu,l.FileXlsIcon=su,l.Fingerprint2Icon=lu,l.Fingerprint3Icon=iu,l.FingerprintIcon=au,l.FlagIcon=du,l.Flex=C3,l.FolderArchiveIcon=uu,l.FolderIcon=hu,l.FolderNetworkIcon=fu,l.FolderOutlineIcon=vu,l.FolderPlusIcon=pu,l.FolderRightIcon=mu,l.FolderShareIcon=gu,l.FolderShareOutlineIcon=Iu,l.FolderSharePlusIcon=Mu,l.FolderUserIcon=wu,l.FolderUsersIcon=ku,l.FolderXIcon=bu,l.FoldersIcon=yu,l.FootballIcon=Su,l.FootprintsIcon=Hu,l.ForwardIcon=Au,l.GamepadIcon=Vu,l.GaugeIcon=zu,l.GemIcon=Eu,l.Gift2Icon=ju,l.GiftCardIcon=Pu,l.GiftIcon=$u,l.GlobeEyeIcon=Nu,l.GlobeIcon=Tu,l.GlobeQuestionMarkIcon=Du,l.GoogleAuthenticatorLogoIcon=Fu,l.GoogleLogoIcon=Zu,l.Government2Icon=Bu,l.Government3Icon=Uu,l.GovernmentIcon=qu,l.GraduationCapIcon=Wu,l.Grid2x2Icon=Gu,l.Grid3x2Icon=Ku,l.GripIcon=Xu,l.HandIcon=Yu,l.HandshakeIcon=Qu,l.HeadsetIcon=Ru,l.HexagonsIcon=Ju,l.HexagonsOutlineIcon=ef,l.HospitalIcon=of,l.HourglassIcon=tf,l.HourglassSandIcon=nf,l.HouseIcon=rf,l.IconButton=Fa,l.IdCard2Icon=sf,l.IdCard3Icon=af,l.IdCardIcon=cf,l.ImageSplitVerticalIcon=lf,l.InboxDownIcon=df,l.InfinityIcon=hf,l.KeeperCoinIcon=vf,l.KeeperIcon=uf,l.KeeperOffIcon=pf,l.KeeperSquareInputIcon=gf,l.KeyEqualIcon=If,l.KeyIcon=Cf,l.KeyUserIcon=wf,l.KeyboardIcon=kf,l.KeychainIcon=bf,l.KeypadIcon=yf,l.KeysIcon=Sf,l.KubernetesLogoIcon=Af,l.Label=Za,l.LandmarkIcon=Vf,l.LaptopIcon=Lf,l.LaptopSearchIcon=zf,l.LaptopSmartphoneIcon=Ef,l.LaughIcon=$f,l.LayoutDashboardIcon=jf,l.LifeBuoyIcon=Pf,l.LightbulbIcon=Tf,l.LightbulbOutlineIcon=xf,l.Link2Icon=Df,l.LinkIcon=Of,l.List=qa,l.ListCheckIcon=Ff,l.ListFilterIcon=Zf,l.ListIcon=_f,l.ListItem=Ba,l.ListItemArrow=Ua,l.ListItemButton=Wa,l.ListItemText=Ga,l.ListLabel=Ka,l.ListPlusIcon=qf,l.ListSeparator=Xa,l.Loader=it,l.LockCheckCircleXIcon=Gf,l.LockCheckIcon=Uf,l.LockIcon=Bf,l.LockKeyholeIcon=Kf,l.LockKeyholeOutlineIcon=Xf,l.LockOpenIcon=Yf,l.LockXIcon=Qf,l.LogInIcon=Rf,l.LogOutIcon=Jf,l.MailIcon=ev,l.MapClockIcon=ov,l.MapPinIcon=tv,l.MapPinOutlineIcon=rv,l.MaximizeIcon=cv,l.Megaphone2Icon=av,l.MegaphoneIcon=sv,l.MembershipCardIcon=lv,l.MenuIcon=iv,l.MessageSquareIcon=dv,l.MessageSquareInfoIcon=hv,l.MessageSquareMore2Icon=fv,l.MessageSquareMoreIcon=uv,l.MessageSquarePenLineIcon=vv,l.MessageSquareText2Icon=mv,l.MessageSquareTextIcon=pv,l.MessageSquareVideoIcon=gv,l.MessageSquareXIcon=Cv,l.MessagesSquareIcon=Mv,l.MicrochipLayoutDashboardIcon=wv,l.MicrophoneIcon=kv,l.MicrosoftAuthenticatorLogoIcon=yv,l.MilitaryIcon=Hv,l.MinimizeIcon=Av,l.MonitorChevronsRightLeftIcon=Lv,l.MonitorIcon=Vv,l.MonitorLayoutDashboardIcon=zv,l.MonitorLockIcon=$v,l.MonitorSmartphoneWatchIcon=jv,l.MonitorsNetworkIcon=Pv,l.MonitorsXIcon=Tv,l.MonitorsZapIcon=xv,l.MoonIcon=Nv,l.MusicIcon=Ov,l.MysqlLogoIcon=Dv,l.Network2Icon=Fv,l.NetworkIcon=_v,l.NewspaperIcon=Zv,l.NoteIcon=qv,l.OctagonAlertIcon=Uv,l.PageBookmarkAzIcon=Kv,l.PageBookmarkIcon=Wv,l.PaintBucketIcon=Yv,l.PaletteIcon=Qv,l.PanelLandscapeIcon=Rv,l.PanelPortraitIcon=Jv,l.PanelsTopLeftIcon=ep,l.PaperclipIcon=tp,l.PaperclipVerticalIcon=np,l.PaypalLogoIcon=cp,l.PcCaseIcon=sp,l.PencilIcon=ap,l.PencilLineIcon=lp,l.PencilOffIcon=ip,l.PencilRulerIcon=dp,l.PhoneIcon=hp,l.PhonePlusIcon=up,l.PlusIcon=fp,l.Popover=Ya,l.PopoverContent=Ra,l.PopoverTrigger=Qa,l.PostgresLogoIcon=vp,l.PowerIcon=pp,l.PrinterIcon=mp,l.PuzzleIcon=gp,l.QrCodeIcon=Cp,l.RadioIcon=Ip,l.RadioInputIcon=Mp,l.RadioInputSelectedIcon=pa,l.RadioSignalIcon=wp,l.RectangleArrowRightIcon=kp,l.RectangleArrowUpIcon=bp,l.RectangleCheckIcon=yp,l.RectangleEllipsisIcon=Sp,l.RectangleEllipsisShieldIcon=Ap,l.RectanglePlusIcon=Vp,l.RedditLogoIcon=Lp,l.RefreshCcwIcon=zp,l.RefreshCwCheckIcon=Ep,l.ReplyIcon=$p,l.RocketIcon=jp,l.RotateCcwClockIcon=Pp,l.RotateCcwDotIcon=Tp,l.RotateCcwSegmentIcon=xp,l.RotateCcwSquareFileIcon=Np,l.RotateCwClockIcon=Dp,l.RotateCwCogIcon=_p,l.RotateCwDashedIcon=Fp,l.RotateCwIcon=Op,l.RotateCwKeyIcon=qp,l.RsaLogoIcon=Up,l.SaveIcon=Wp,l.ScanCameraIcon=Gp,l.ScanDotIcon=Kp,l.ScanFaceIcon=Xp,l.ScanLineIcon=Yp,l.ScanQrCodeIcon=Qp,l.ScanSkullIcon=Rp,l.ScanSmileIcon=Jp,l.SchoolIcon=em,l.ScrollArea=mt,l.ScrollAreaViewport=gt,l.ScrollBar=Ct,l.ScrollTextArrowRightIcon=tm,l.ScrollTextIcon=om,l.SearchIcon=nm,l.SecretsManagerLogoIcon=rm,l.Select=Ja,l.SelectContent=t3,l.SelectItem=n3,l.SelectTrigger=o3,l.SelectValue=e3,l.SendIcon=cm,l.Separator=r3,l.Server2Icon=am,l.ServerIcon=sm,l.ServerNetworkArrowUpIcon=im,l.ServerNetworkIcon=lm,l.ServerOutlineIcon=dm,l.ServerShieldIcon=hm,l.ShapesIcon=fm,l.ShieldAlertIcon=vm,l.ShieldCheckIcon=pm,l.ShieldHalfIcon=mm,l.ShieldKeyIcon=gm,l.ShieldLockIcon=Cm,l.ShieldQuestionMarkIcon=Im,l.ShieldSecurityIcon=wm,l.ShieldSunIcon=km,l.ShieldUserIcon=bm,l.ShoppingCartIcon=ym,l.SiteBlogIcon=Sm,l.SkipForwardIcon=Hm,l.SlidersHorizontalIcon=Vm,l.SlidersVerticalIcon=Lm,l.SmartphoneIcon=zm,l.SmartphoneKeyIcon=Em,l.SmileIcon=$m,l.SocialSecurityCardIcon=jm,l.SparklesIcon=Pm,l.SprayCanIcon=Tm,l.SquareArrowDownLeftSquareIcon=Nm,l.SquareArrowDownToLineIcon=Om,l.SquareArrowOutLeftIcon=Dm,l.SquareArrowOutUpRightIcon=_m,l.SquareArrowUpIcon=Fm,l.SquareArrowUpRightSquareIcon=Zm,l.SquareChartColumnIcon=qm,l.SquareCheck2Icon=Gm,l.SquareCheckIcon=Um,l.SquareDashedRightSolidIcon=Km,l.SquareDashedSquareIcon=Xm,l.SquareGifIcon=Ym,l.SquareGlobeLineIcon=Qm,l.SquareIcon=xm,l.SquareImageIcon=Rm,l.SquareInput2Icon=eg,l.SquareInputIcon=Jm,l.SquareInputOffIcon=og,l.SquareKeyUserIcon=tg,l.SquareMinusIcon=ng,l.SquarePenLineIcon=rg,l.SquarePencilIcon=cg,l.SquarePlusIcon=sg,l.SquarePlusOutlineIcon=ag,l.SquareShapesIcon=lg,l.SquareTextIcon=ig,l.SquareUserIcon=dg,l.SquareUserLinesIcon=hg,l.SquareXIcon=fg,l.StarHalfIcon=mg,l.StarIcon=vg,l.StarOutlineIcon=gg,l.StickerIcon=Cg,l.StringsProvider=H9,l.SunIcon=Ig,l.SurfboardIcon=Mg,l.SwatchBookIcon=wg,l.Switch=c3,l.TableLinesIcon=kg,l.TabletLayoutDashboardIcon=bg,l.ThumbsUpIcon=yg,l.ThumbsUpOutlineIcon=Sg,l.TimelineIcon=Hg,l.TimerIcon=Ag,l.Toast=l3,l.Tooltip=v3,l.TooltipContent=g3,l.TooltipProvider=p3,l.TooltipTrigger=m3,l.Trash2Icon=zg,l.Trash3Icon=Eg,l.TrashIcon=Lg,l.TrashWideNarrowIcon=$g,l.TriangleAlertIcon=jg,l.TriangleArrowsUpDownIcon=Pg,l.TriangleNetworkIcon=xg,l.TrophyIcon=Ng,l.TunnelIcon=Og,l.TunnelOffIcon=Dg,l.UndoIcon=_g,l.UnplugIcon=Fg,l.UsbKeyIcon=Zg,l.UserBanIcon=Bg,l.UserEllipsisIcon=Ug,l.UserFunnelIcon=Wg,l.UserHeadset2Icon=Xg,l.UserHeadsetIcon=Gg,l.UserIcon=qg,l.UserKeyIcon=Yg,l.UserLeftIcon=Qg,l.UserPencilIcon=Rg,l.UserPlusIcon=Jg,l.UserRacecarDriverIcon=oC,l.UserRefreshCcwIcon=tC,l.UserRightIcon=nC,l.UserShareIcon=rC,l.UserStudentIcon=cC,l.UserTeacherIcon=sC,l.UserUpIcon=aC,l.UserWeightsIcon=lC,l.UserXIcon=iC,l.Users2Icon=hC,l.UsersCheckIcon=uC,l.UsersIcon=dC,l.UsersPlusIcon=fC,l.VaultIcon=pC,l.VaultOutlineIcon=mC,l.VideoIcon=gC,l.VideoOffIcon=CC,l.VisaLogoIcon=MC,l.VncLogoIcon=wC,l.WalletIcon=kC,l.Watch2Icon=yC,l.WatchIcon=bC,l.WatchStarIcon=SC,l.WifiIcon=HC,l.WrenchHammerIcon=AC,l.XIcon=ma,l.XLogoIcon=LC,l.ZapIcon=zC,l.configureStrings=A9,l.useDirection=GC,l.useToast=a3,Object.defineProperty(l,Symbol.toStringTag,{value:"Module"})}));