@dayflow/core 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (304) hide show
  1. package/README.md +13 -6
  2. package/dist/components/EventLayout.d.ts +0 -1
  3. package/dist/components/common/ColorPicker.d.ts +0 -1
  4. package/dist/components/common/DefaultEventDetailDialog.d.ts +0 -1
  5. package/dist/components/common/DefaultEventDetailPanel.d.ts +0 -1
  6. package/dist/components/common/EventDetailPanelWithContent.d.ts +0 -1
  7. package/dist/components/common/RangePicker.d.ts +0 -1
  8. package/dist/components/common/TodayBox.d.ts +0 -1
  9. package/dist/components/common/ViewHeader.d.ts +0 -1
  10. package/dist/components/common/ViewSwitcher.d.ts +0 -1
  11. package/dist/components/monthView/MonthDragIndicator.d.ts +0 -1
  12. package/dist/components/monthView/MultiDayEvent.d.ts +0 -1
  13. package/dist/components/monthView/WeekComponent.d.ts +0 -1
  14. package/dist/components/monthView/util.d.ts +0 -1
  15. package/dist/components/sidebar/DefaultCalendarSidebar.d.ts +0 -1
  16. package/dist/components/weekView/CalendarEvent.d.ts +0 -1
  17. package/dist/components/weekView/DragIndicator/DefaultDragIndicator.d.ts +0 -1
  18. package/dist/components/weekView/DragIndicator/DragIndicatorComponent.d.ts +0 -1
  19. package/dist/core/CalendarApp.d.ts +0 -1
  20. package/dist/core/DayFlowCalendar.d.ts +0 -1
  21. package/dist/core/calendarRegistry.d.ts +0 -1
  22. package/dist/core/config.d.ts +0 -1
  23. package/dist/core/index.d.ts +0 -1
  24. package/dist/core/useCalendarApp.d.ts +0 -1
  25. package/dist/factories/ViewAdapter.d.ts +0 -1
  26. package/dist/factories/createDayView.d.ts +0 -1
  27. package/dist/factories/createMonthView.d.ts +0 -1
  28. package/dist/factories/createWeekView.d.ts +0 -1
  29. package/dist/factories/createYearView.d.ts +0 -1
  30. package/dist/factories/index.d.ts +0 -1
  31. package/dist/hooks/drag/index.d.ts +0 -1
  32. package/dist/hooks/drag/useDrag.d.ts +0 -1
  33. package/dist/hooks/drag/useDragCommon.d.ts +0 -1
  34. package/dist/hooks/drag/useDragHandlers.d.ts +0 -1
  35. package/dist/hooks/drag/useDragManager.d.ts +0 -1
  36. package/dist/hooks/drag/useDragState.d.ts +0 -1
  37. package/dist/hooks/drag/useMonthDrag.d.ts +0 -1
  38. package/dist/hooks/drag/useWeekDayDrag.d.ts +0 -1
  39. package/dist/hooks/virtualScroll/index.d.ts +0 -1
  40. package/dist/hooks/virtualScroll/useVirtualMonthScroll.d.ts +0 -1
  41. package/dist/hooks/virtualScroll/useVirtualScroll.d.ts +0 -1
  42. package/dist/index.d.ts +0 -1
  43. package/dist/index.esm.js +1 -125
  44. package/dist/index.js +1 -126
  45. package/dist/plugins/dragPlugin.d.ts +0 -1
  46. package/dist/plugins/eventsPlugin.d.ts +0 -1
  47. package/dist/plugins/index.d.ts +0 -1
  48. package/dist/setupTests.d.ts +0 -1
  49. package/dist/styles/classNames.d.ts +0 -1
  50. package/dist/styles.css +1 -1
  51. package/dist/types/calendar.d.ts +0 -1
  52. package/dist/types/calendarTypes.d.ts +0 -1
  53. package/dist/types/config.d.ts +0 -1
  54. package/dist/types/core.d.ts +0 -1
  55. package/dist/types/dragIndicator.d.ts +0 -1
  56. package/dist/types/event.d.ts +0 -1
  57. package/dist/types/eventDetail.d.ts +0 -1
  58. package/dist/types/factory.d.ts +0 -1
  59. package/dist/types/hook.d.ts +0 -1
  60. package/dist/types/index.d.ts +0 -1
  61. package/dist/types/layout.d.ts +0 -1
  62. package/dist/types/monthView.d.ts +0 -1
  63. package/dist/types/plugin.d.ts +0 -1
  64. package/dist/utils/calendarDataUtils.d.ts +0 -1
  65. package/dist/utils/colorUtils.d.ts +0 -1
  66. package/dist/utils/dateConstants.d.ts +0 -1
  67. package/dist/utils/dateFormat.d.ts +0 -1
  68. package/dist/utils/dateRangeUtils.d.ts +0 -1
  69. package/dist/utils/dateTimeUtils.d.ts +0 -1
  70. package/dist/utils/eventHelpers.d.ts +0 -1
  71. package/dist/utils/eventUtils.d.ts +0 -1
  72. package/dist/utils/helpers.d.ts +0 -1
  73. package/dist/utils/index.d.ts +0 -1
  74. package/dist/utils/logger.d.ts +0 -1
  75. package/dist/utils/rangePicker.d.ts +0 -1
  76. package/dist/utils/temporal.d.ts +0 -1
  77. package/dist/utils/temporalTypeGuards.d.ts +0 -1
  78. package/dist/utils/testDataUtils.d.ts +0 -1
  79. package/dist/utils/throttle.d.ts +11 -0
  80. package/dist/utils/timeUtils.d.ts +0 -1
  81. package/dist/utils/utilityFunctions.d.ts +0 -1
  82. package/dist/views/DayView.d.ts +0 -1
  83. package/dist/views/MonthView.d.ts +0 -1
  84. package/dist/views/WeekView.d.ts +0 -1
  85. package/dist/views/YearView.d.ts +0 -1
  86. package/package.json +3 -3
  87. package/dist/Old/MonthView.d.ts +0 -8
  88. package/dist/Old/MonthView.d.ts.map +0 -1
  89. package/dist/Old/monthView/MonthDragIndicator.d.ts +0 -13
  90. package/dist/Old/monthView/MonthDragIndicator.d.ts.map +0 -1
  91. package/dist/Old/monthView/MultiDayEvent.d.ts +0 -26
  92. package/dist/Old/monthView/MultiDayEvent.d.ts.map +0 -1
  93. package/dist/Old/monthView/WeekComponent.d.ts +0 -43
  94. package/dist/Old/monthView/WeekComponent.d.ts.map +0 -1
  95. package/dist/Old/monthView/util.d.ts +0 -6
  96. package/dist/Old/monthView/util.d.ts.map +0 -1
  97. package/dist/Old/src/app/layout.d.ts +0 -7
  98. package/dist/Old/src/app/layout.d.ts.map +0 -1
  99. package/dist/Old/src/app/page.d.ts +0 -2
  100. package/dist/Old/src/app/page.d.ts.map +0 -1
  101. package/dist/Old/src/app/test/page.d.ts +0 -2
  102. package/dist/Old/src/app/test/page.d.ts.map +0 -1
  103. package/dist/Old/src/components/EventLayout.d.ts +0 -134
  104. package/dist/Old/src/components/EventLayout.d.ts.map +0 -1
  105. package/dist/Old/src/components/common/TodayBox.d.ts +0 -8
  106. package/dist/Old/src/components/common/TodayBox.d.ts.map +0 -1
  107. package/dist/Old/src/components/monthView/MonthDragIndicator.d.ts +0 -13
  108. package/dist/Old/src/components/monthView/MonthDragIndicator.d.ts.map +0 -1
  109. package/dist/Old/src/components/monthView/MultiDayEvent.d.ts +0 -26
  110. package/dist/Old/src/components/monthView/MultiDayEvent.d.ts.map +0 -1
  111. package/dist/Old/src/components/monthView/WeekComponent.d.ts +0 -43
  112. package/dist/Old/src/components/monthView/WeekComponent.d.ts.map +0 -1
  113. package/dist/Old/src/components/monthView/util.d.ts +0 -6
  114. package/dist/Old/src/components/monthView/util.d.ts.map +0 -1
  115. package/dist/Old/src/components/weekView/CalendarEvent.d.ts +0 -29
  116. package/dist/Old/src/components/weekView/CalendarEvent.d.ts.map +0 -1
  117. package/dist/Old/src/components/weekView/DragIndicator/DefaultDragIndicator.d.ts +0 -3
  118. package/dist/Old/src/components/weekView/DragIndicator/DefaultDragIndicator.d.ts.map +0 -1
  119. package/dist/Old/src/components/weekView/DragIndicator/DragIndicatorComponent.d.ts +0 -8
  120. package/dist/Old/src/components/weekView/DragIndicator/DragIndicatorComponent.d.ts.map +0 -1
  121. package/dist/Old/src/core/CalendarApp.d.ts +0 -29
  122. package/dist/Old/src/core/CalendarApp.d.ts.map +0 -1
  123. package/dist/Old/src/core/CalendarRenderer.d.ts +0 -9
  124. package/dist/Old/src/core/CalendarRenderer.d.ts.map +0 -1
  125. package/dist/Old/src/core/config.d.ts +0 -61
  126. package/dist/Old/src/core/config.d.ts.map +0 -1
  127. package/dist/Old/src/core/index.d.ts +0 -8
  128. package/dist/Old/src/core/index.d.ts.map +0 -1
  129. package/dist/Old/src/core/useCalendarAdapter.d.ts +0 -4
  130. package/dist/Old/src/core/useCalendarAdapter.d.ts.map +0 -1
  131. package/dist/Old/src/core/useCalendarApp.d.ts +0 -3
  132. package/dist/Old/src/core/useCalendarApp.d.ts.map +0 -1
  133. package/dist/Old/src/factories/ViewAdapter.d.ts +0 -5
  134. package/dist/Old/src/factories/ViewAdapter.d.ts.map +0 -1
  135. package/dist/Old/src/factories/createDayView.d.ts +0 -12
  136. package/dist/Old/src/factories/createDayView.d.ts.map +0 -1
  137. package/dist/Old/src/factories/createMonthView.d.ts +0 -16
  138. package/dist/Old/src/factories/createMonthView.d.ts.map +0 -1
  139. package/dist/Old/src/factories/createWeekView.d.ts +0 -15
  140. package/dist/Old/src/factories/createWeekView.d.ts.map +0 -1
  141. package/dist/Old/src/factories/createYearView.d.ts +0 -10
  142. package/dist/Old/src/factories/createYearView.d.ts.map +0 -1
  143. package/dist/Old/src/factories/index.d.ts +0 -18
  144. package/dist/Old/src/factories/index.d.ts.map +0 -1
  145. package/dist/Old/src/hooks/drag/index.d.ts +0 -8
  146. package/dist/Old/src/hooks/drag/index.d.ts.map +0 -1
  147. package/dist/Old/src/hooks/drag/useDrag.d.ts +0 -3
  148. package/dist/Old/src/hooks/drag/useDrag.d.ts.map +0 -1
  149. package/dist/Old/src/hooks/drag/useDragCommon.d.ts +0 -3
  150. package/dist/Old/src/hooks/drag/useDragCommon.d.ts.map +0 -1
  151. package/dist/Old/src/hooks/drag/useDragHandlers.d.ts +0 -3
  152. package/dist/Old/src/hooks/drag/useDragHandlers.d.ts.map +0 -1
  153. package/dist/Old/src/hooks/drag/useDragManager.d.ts +0 -3
  154. package/dist/Old/src/hooks/drag/useDragManager.d.ts.map +0 -1
  155. package/dist/Old/src/hooks/drag/useDragState.d.ts +0 -3
  156. package/dist/Old/src/hooks/drag/useDragState.d.ts.map +0 -1
  157. package/dist/Old/src/hooks/drag/useMonthDrag.d.ts +0 -3
  158. package/dist/Old/src/hooks/drag/useMonthDrag.d.ts.map +0 -1
  159. package/dist/Old/src/hooks/drag/useWeekDayDrag.d.ts +0 -3
  160. package/dist/Old/src/hooks/drag/useWeekDayDrag.d.ts.map +0 -1
  161. package/dist/Old/src/hooks/virtualScroll/index.d.ts +0 -3
  162. package/dist/Old/src/hooks/virtualScroll/index.d.ts.map +0 -1
  163. package/dist/Old/src/hooks/virtualScroll/useVirtualMonthScroll.d.ts +0 -8
  164. package/dist/Old/src/hooks/virtualScroll/useVirtualMonthScroll.d.ts.map +0 -1
  165. package/dist/Old/src/hooks/virtualScroll/useVirtualScroll.d.ts +0 -49
  166. package/dist/Old/src/hooks/virtualScroll/useVirtualScroll.d.ts.map +0 -1
  167. package/dist/Old/src/plugins/dragPlugin.d.ts +0 -6
  168. package/dist/Old/src/plugins/dragPlugin.d.ts.map +0 -1
  169. package/dist/Old/src/plugins/eventsPlugin.d.ts +0 -4
  170. package/dist/Old/src/plugins/eventsPlugin.d.ts.map +0 -1
  171. package/dist/Old/src/plugins/index.d.ts +0 -7
  172. package/dist/Old/src/plugins/index.d.ts.map +0 -1
  173. package/dist/Old/src/types/calendar.d.ts +0 -27
  174. package/dist/Old/src/types/calendar.d.ts.map +0 -1
  175. package/dist/Old/src/types/config.d.ts +0 -20
  176. package/dist/Old/src/types/config.d.ts.map +0 -1
  177. package/dist/Old/src/types/core.d.ts +0 -148
  178. package/dist/Old/src/types/core.d.ts.map +0 -1
  179. package/dist/Old/src/types/dragIndicator.d.ts +0 -141
  180. package/dist/Old/src/types/dragIndicator.d.ts.map +0 -1
  181. package/dist/Old/src/types/event.d.ts +0 -27
  182. package/dist/Old/src/types/event.d.ts.map +0 -1
  183. package/dist/Old/src/types/factory.d.ts +0 -148
  184. package/dist/Old/src/types/factory.d.ts.map +0 -1
  185. package/dist/Old/src/types/hook.d.ts +0 -104
  186. package/dist/Old/src/types/hook.d.ts.map +0 -1
  187. package/dist/Old/src/types/index.d.ts +0 -11
  188. package/dist/Old/src/types/index.d.ts.map +0 -1
  189. package/dist/Old/src/types/layout.d.ts +0 -114
  190. package/dist/Old/src/types/layout.d.ts.map +0 -1
  191. package/dist/Old/src/types/monthView.d.ts +0 -62
  192. package/dist/Old/src/types/monthView.d.ts.map +0 -1
  193. package/dist/Old/src/types/plugin.d.ts +0 -78
  194. package/dist/Old/src/types/plugin.d.ts.map +0 -1
  195. package/dist/Old/src/utils/dateFormat.d.ts +0 -15
  196. package/dist/Old/src/utils/dateFormat.d.ts.map +0 -1
  197. package/dist/Old/src/utils/helpers.d.ts +0 -89
  198. package/dist/Old/src/utils/helpers.d.ts.map +0 -1
  199. package/dist/Old/src/utils/index.d.ts +0 -3
  200. package/dist/Old/src/utils/index.d.ts.map +0 -1
  201. package/dist/Old/src/views/DayView.d.ts +0 -8
  202. package/dist/Old/src/views/DayView.d.ts.map +0 -1
  203. package/dist/Old/src/views/MonthView.d.ts +0 -8
  204. package/dist/Old/src/views/MonthView.d.ts.map +0 -1
  205. package/dist/Old/src/views/WeekView.d.ts +0 -8
  206. package/dist/Old/src/views/WeekView.d.ts.map +0 -1
  207. package/dist/Old/src/views/YearView.d.ts +0 -8
  208. package/dist/Old/src/views/YearView.d.ts.map +0 -1
  209. package/dist/Old/useVirtualMonthScroll.d.ts +0 -8
  210. package/dist/Old/useVirtualMonthScroll.d.ts.map +0 -1
  211. package/dist/components/EventLayout.d.ts.map +0 -1
  212. package/dist/components/common/ColorPicker.d.ts.map +0 -1
  213. package/dist/components/common/DefaultEventDetailDialog.d.ts.map +0 -1
  214. package/dist/components/common/DefaultEventDetailPanel.d.ts.map +0 -1
  215. package/dist/components/common/EventDetailPanelWithContent.d.ts.map +0 -1
  216. package/dist/components/common/RangePicker.d.ts.map +0 -1
  217. package/dist/components/common/TodayBox.d.ts.map +0 -1
  218. package/dist/components/common/ViewHeader.d.ts.map +0 -1
  219. package/dist/components/common/ViewSwitcher.d.ts.map +0 -1
  220. package/dist/components/monthView/MonthDragIndicator.d.ts.map +0 -1
  221. package/dist/components/monthView/MultiDayEvent.d.ts.map +0 -1
  222. package/dist/components/monthView/WeekComponent.d.ts.map +0 -1
  223. package/dist/components/monthView/util.d.ts.map +0 -1
  224. package/dist/components/sidebar/DefaultCalendarSidebar.d.ts.map +0 -1
  225. package/dist/components/weekView/CalendarEvent.d.ts.map +0 -1
  226. package/dist/components/weekView/DragIndicator/DefaultDragIndicator.d.ts.map +0 -1
  227. package/dist/components/weekView/DragIndicator/DragIndicatorComponent.d.ts.map +0 -1
  228. package/dist/core/CalendarApp.d.ts.map +0 -1
  229. package/dist/core/CalendarRenderer.d.ts +0 -15
  230. package/dist/core/CalendarRenderer.d.ts.map +0 -1
  231. package/dist/core/DayFlowCalendar.d.ts.map +0 -1
  232. package/dist/core/calendarRegistry.d.ts.map +0 -1
  233. package/dist/core/config.d.ts.map +0 -1
  234. package/dist/core/index.d.ts.map +0 -1
  235. package/dist/core/useCalendarAdapter.d.ts +0 -4
  236. package/dist/core/useCalendarAdapter.d.ts.map +0 -1
  237. package/dist/core/useCalendarApp.d.ts.map +0 -1
  238. package/dist/factories/ViewAdapter.d.ts.map +0 -1
  239. package/dist/factories/createDayView.d.ts.map +0 -1
  240. package/dist/factories/createMonthView.d.ts.map +0 -1
  241. package/dist/factories/createWeekView.d.ts.map +0 -1
  242. package/dist/factories/createYearView.d.ts.map +0 -1
  243. package/dist/factories/index.d.ts.map +0 -1
  244. package/dist/hooks/drag/index.d.ts.map +0 -1
  245. package/dist/hooks/drag/useDrag.d.ts.map +0 -1
  246. package/dist/hooks/drag/useDragCommon.d.ts.map +0 -1
  247. package/dist/hooks/drag/useDragHandlers.d.ts.map +0 -1
  248. package/dist/hooks/drag/useDragManager.d.ts.map +0 -1
  249. package/dist/hooks/drag/useDragState.d.ts.map +0 -1
  250. package/dist/hooks/drag/useMonthDrag.d.ts.map +0 -1
  251. package/dist/hooks/drag/useWeekDayDrag.d.ts.map +0 -1
  252. package/dist/hooks/useEventCreator.d.ts +0 -63
  253. package/dist/hooks/useEventCreator.d.ts.map +0 -1
  254. package/dist/hooks/virtualScroll/index.d.ts.map +0 -1
  255. package/dist/hooks/virtualScroll/useVirtualMonthScroll.d.ts.map +0 -1
  256. package/dist/hooks/virtualScroll/useVirtualScroll.d.ts.map +0 -1
  257. package/dist/index.d.ts.map +0 -1
  258. package/dist/index.esm.js.map +0 -1
  259. package/dist/index.js.map +0 -1
  260. package/dist/plugins/dragPlugin.d.ts.map +0 -1
  261. package/dist/plugins/eventsPlugin.d.ts.map +0 -1
  262. package/dist/plugins/index.d.ts.map +0 -1
  263. package/dist/setupTests.d.ts.map +0 -1
  264. package/dist/styles/calendarClassNames.d.ts +0 -155
  265. package/dist/styles/calendarClassNames.d.ts.map +0 -1
  266. package/dist/styles/classNames.d.ts.map +0 -1
  267. package/dist/types/calendar.d.ts.map +0 -1
  268. package/dist/types/calendarTypes.d.ts.map +0 -1
  269. package/dist/types/config.d.ts.map +0 -1
  270. package/dist/types/core.d.ts.map +0 -1
  271. package/dist/types/dragIndicator.d.ts.map +0 -1
  272. package/dist/types/event.d.ts.map +0 -1
  273. package/dist/types/eventDetail.d.ts.map +0 -1
  274. package/dist/types/factory.d.ts.map +0 -1
  275. package/dist/types/hook.d.ts.map +0 -1
  276. package/dist/types/index.d.ts.map +0 -1
  277. package/dist/types/layout.d.ts.map +0 -1
  278. package/dist/types/monthView.d.ts.map +0 -1
  279. package/dist/types/plugin.d.ts.map +0 -1
  280. package/dist/utils/calendarDataUtils.d.ts.map +0 -1
  281. package/dist/utils/colorResolver.d.ts +0 -33
  282. package/dist/utils/colorResolver.d.ts.map +0 -1
  283. package/dist/utils/colorUtils.d.ts.map +0 -1
  284. package/dist/utils/compat.d.ts +0 -60
  285. package/dist/utils/compat.d.ts.map +0 -1
  286. package/dist/utils/dateConstants.d.ts.map +0 -1
  287. package/dist/utils/dateFormat.d.ts.map +0 -1
  288. package/dist/utils/dateRangeUtils.d.ts.map +0 -1
  289. package/dist/utils/dateTimeUtils.d.ts.map +0 -1
  290. package/dist/utils/eventHelpers.d.ts.map +0 -1
  291. package/dist/utils/eventUtils.d.ts.map +0 -1
  292. package/dist/utils/helpers.d.ts.map +0 -1
  293. package/dist/utils/index.d.ts.map +0 -1
  294. package/dist/utils/logger.d.ts.map +0 -1
  295. package/dist/utils/rangePicker.d.ts.map +0 -1
  296. package/dist/utils/temporal.d.ts.map +0 -1
  297. package/dist/utils/temporalTypeGuards.d.ts.map +0 -1
  298. package/dist/utils/testDataUtils.d.ts.map +0 -1
  299. package/dist/utils/timeUtils.d.ts.map +0 -1
  300. package/dist/utils/utilityFunctions.d.ts.map +0 -1
  301. package/dist/views/DayView.d.ts.map +0 -1
  302. package/dist/views/MonthView.d.ts.map +0 -1
  303. package/dist/views/WeekView.d.ts.map +0 -1
  304. package/dist/views/YearView.d.ts.map +0 -1
package/dist/index.js CHANGED
@@ -1,126 +1 @@
1
- "use strict";var e,t=require("react"),a=require("react/jsx-runtime"),r=require("react-dom"),n=require("react-dom/client");exports.ViewType=void 0,(e=exports.ViewType||(exports.ViewType={})).DAY="day",e.WEEK="week",e.MONTH="month",e.YEAR="year";const h=100,d=8,i=150,o=80,y=90,l=119;class c{constructor(e=h){this.cache=new Map,this.accessOrder=[],this.maxSize=e}getKey(e){return`${e.getFullYear()}-${e.getMonth()}-${e.getDate()}`}get(e){const t=this.getKey(e),a=this.cache.get(t);if(a)return this.updateAccessOrder(t),a}set(e,t){const a=this.getKey(e);if(this.cache.size>=this.maxSize){const e=this.accessOrder.shift();void 0!==e&&this.cache.delete(e)}this.cache.set(a,t),this.updateAccessOrder(a)}updateAccessOrder(e){const t=this.accessOrder.indexOf(e);t>-1&&this.accessOrder.splice(t,1),this.accessOrder.push(e)}getSize(){return this.cache.size}clear(){this.cache.clear(),this.accessOrder=[]}}const s=[{id:"blue",name:"Blue",isDefault:!0,colors:{eventColor:"#eff6ff",eventSelectedColor:"rgba(59, 130, 246)",lineColor:"#3b82f6",textColor:"#1e3a8a"},darkColors:{eventColor:"rgba(30, 64, 175, 0.8)",eventSelectedColor:"rgba(30, 58, 138, 1)",lineColor:"#3b82f6",textColor:"#dbeafe"}},{id:"green",name:"Green",isDefault:!0,colors:{eventColor:"#f0fdf4",eventSelectedColor:"rgba(16, 185, 129, 1)",lineColor:"#10b981",textColor:"#064e3b"},darkColors:{eventColor:"rgba(4, 120, 87, 0.8)",eventSelectedColor:"rgba(6, 78, 59, 1)",lineColor:"#10b981",textColor:"#d1fae5"}},{id:"purple",name:"Purple",isDefault:!0,colors:{eventColor:"#faf5ff",eventSelectedColor:"rgba(139, 92, 246, 1)",lineColor:"#8b5cf6",textColor:"#5b21b6"},darkColors:{eventColor:"rgba(109, 40, 217, 0.8)",eventSelectedColor:"rgba(91, 33, 182, 1)",lineColor:"#8b5cf6",textColor:"#ede9fe"}},{id:"yellow",name:"Yellow",isDefault:!0,colors:{eventColor:"#fefce8",eventSelectedColor:"rgba(245, 158, 11, 1)",lineColor:"#f59e0b",textColor:"#78350f"},darkColors:{eventColor:"rgba(180, 83, 9, 0.8)",eventSelectedColor:"rgba(120, 53, 15, 1)",lineColor:"#f59e0b",textColor:"#fef3c7"}},{id:"red",name:"Red",isDefault:!0,colors:{eventColor:"#fef2f2",eventSelectedColor:"rgba(239, 68, 68, 1)",lineColor:"#ef4444",textColor:"#7f1d1d"},darkColors:{eventColor:"rgba(185, 28, 28, 0.8)",eventSelectedColor:"rgba(127, 29, 29, 1)",lineColor:"#ef4444",textColor:"#fee2e2"}},{id:"orange",name:"Orange",isDefault:!0,colors:{eventColor:"#fff7edb3",eventSelectedColor:"rgba(249, 115, 22, 1)",lineColor:"#f97316",textColor:"#7c2d12"},darkColors:{eventColor:"rgba(194, 65, 12, 0.8)",eventSelectedColor:"rgba(124, 45, 18, 1)",lineColor:"#f97316",textColor:"#fed7aa"}},{id:"pink",name:"Pink",isDefault:!0,colors:{eventColor:"#fdf2f8",eventSelectedColor:"rgba(236, 72, 153, 1)",lineColor:"#ec4899",textColor:"#831843"},darkColors:{eventColor:"rgba(190, 24, 93, 0.8)",eventSelectedColor:"rgba(131, 24, 67, 1)",lineColor:"#ec4899",textColor:"#fce7f3"}},{id:"teal",name:"Teal",isDefault:!0,colors:{eventColor:"#f0fdfa",eventSelectedColor:"rgba(20, 184, 166, 1)",lineColor:"#14b8a6",textColor:"#134e4a"},darkColors:{eventColor:"rgba(15, 118, 110, 0.8)",eventSelectedColor:"rgba(19, 78, 74, 1)",lineColor:"#14b8a6",textColor:"#ccfbf1"}},{id:"indigo",name:"Indigo",isDefault:!0,colors:{eventColor:"#eef2ffb3",eventSelectedColor:"rgba(99, 102, 241, 1)",lineColor:"#6366f1",textColor:"#312e81"},darkColors:{eventColor:"rgba(67, 56, 202, 0.8)",eventSelectedColor:"rgba(49, 46, 129, 1)",lineColor:"#6366f1",textColor:"#e0e7ff"}},{id:"gray",name:"Gray",isDefault:!0,colors:{eventColor:"#f9fafbb3",eventSelectedColor:"rgba(107, 114, 128, 1)",lineColor:"#6b7280",textColor:"#1f2937"},darkColors:{eventColor:"rgba(75, 85, 99, 0.8)",eventSelectedColor:"rgba(31, 41, 55, 1)",lineColor:"#6b7280",textColor:"#f3f4f6"}}];class p{constructor(e,t,a="light"){this.calendars=new Map,this.defaultCalendarId=t||"blue",this.currentTheme=a;const r=e&&e.length>0;e?e.forEach(e=>{this.calendars.set(e.id,e)}):s.forEach(e=>{this.calendars.set(e.id,Object.assign(Object.assign({},e),{isVisible:!r&&e.isVisible}))})}register(e){this.calendars.set(e.id,e)}unregister(e){return this.calendars.delete(e)}get(e){return this.calendars.get(e)}getAll(){return Array.from(this.calendars.values())}getVisible(){return this.getAll().filter(e=>!1!==e.isVisible)}has(e){return this.calendars.has(e)}setVisibility(e,t){const a=this.calendars.get(e);a&&this.calendars.set(e,Object.assign(Object.assign({},a),{isVisible:t}))}setAllVisibility(e){this.calendars.forEach((t,a)=>{this.calendars.set(a,Object.assign(Object.assign({},t),{isVisible:e}))})}setDefaultCalendar(e){if(!this.has(e))throw new Error(`Calendar type '${e}' does not exist`);this.defaultCalendarId=e}getDefaultCalendarId(){return this.defaultCalendarId}getDefaultCalendar(){const e=this.get(this.defaultCalendarId);return e||this.getAll()[0]}setTheme(e){this.currentTheme=e}getTheme(){return this.currentTheme}resolveColors(e,t){const a=t||this.currentTheme,r=this.isDarkTheme(a);let n;return e&&(n=this.get(e)),n||(n=this.getDefaultCalendar()),r&&n.darkColors?n.darkColors:n.colors}getSelectedBgColor(e,t){return this.resolveColors(e,t).eventSelectedColor}getLineColor(e,t){return this.resolveColors(e,t).lineColor}getTextColor(e,t){return this.resolveColors(e,t).textColor}isDarkTheme(e){return"dark"===e||"light"!==e&&(!("undefined"==typeof window||!window.matchMedia)&&window.matchMedia("(prefers-color-scheme: dark)").matches)}validate(e){const t=[];return e.id||t.push("Calendar type must have an id"),e.name||t.push("Calendar type must have a name"),e.colors?(e.colors.eventColor||t.push("Calendar colors must include eventColor"),e.colors.eventSelectedColor||t.push("Calendar colors must include eventSelectedColor"),e.colors.lineColor||t.push("Calendar colors must include lineColor"),e.colors.textColor||t.push("Calendar colors must include textColor")):t.push("Calendar type must have colors configuration"),t}}let k=new p;function u(){return k}const v=new class{constructor(){this.isDevelopment="production"!==process.env.NODE_ENV}formatMessage(e,t,...a){if(!this.isDevelopment)return;const r=(new Date).toISOString(),n=`[DayFlow ${e.toUpperCase()}] ${r}:`;switch(e){case"log":console.log(n,t,...a);break;case"warn":console.warn(n,t,...a);break;case"error":console.error(n,t,...a);break;case"debug":console.debug(n,t,...a)}}log(e,...t){this.formatMessage("log",e,...t)}warn(e,...t){this.formatMessage("warn",e,...t)}error(e,...t){this.formatMessage("error",e,...t)}debug(e,...t){this.formatMessage("debug",e,...t)}},m="240px",M=e=>"number"==typeof e?`${e}px`:"string"==typeof e&&e.trim().length>0?e:m;class x{constructor(e){var a,r,n,h;this.changeView=e=>{var t,a;if(!this.state.views.has(e))throw new Error(`View ${e} is not registered`);this.state.currentView=e,null===(a=(t=this.callbacks).onViewChange)||void 0===a||a.call(t,e)},this.getCurrentView=()=>{const e=this.state.views.get(this.state.currentView);if(!e)throw new Error(`Current view ${this.state.currentView} is not registered`);return e},this.setCurrentDate=e=>{var t,a;this.state.currentDate=new Date(e),null===(a=(t=this.callbacks).onDateChange)||void 0===a||a.call(t,this.state.currentDate),this.setVisibleMonth(this.state.currentDate)},this.getCurrentDate=()=>new Date(this.state.currentDate),this.setVisibleMonth=e=>{var t,a;const r=new Date(e.getFullYear(),e.getMonth(),1);this.visibleMonth.getFullYear()===r.getFullYear()&&this.visibleMonth.getMonth()===r.getMonth()||(this.visibleMonth=r,null===(a=(t=this.callbacks).onVisibleMonthChange)||void 0===a||a.call(t,new Date(this.visibleMonth)))},this.getVisibleMonth=()=>new Date(this.visibleMonth),this.goToToday=()=>{this.setCurrentDate(new Date)},this.goToPrevious=()=>{const e=new Date(this.state.currentDate);switch(this.state.currentView){case exports.ViewType.DAY:e.setDate(e.getDate()-1);break;case exports.ViewType.WEEK:e.setDate(e.getDate()-7);break;case exports.ViewType.MONTH:e.setMonth(e.getMonth()-1)}this.setCurrentDate(e)},this.goToNext=()=>{const e=new Date(this.state.currentDate);switch(this.state.currentView){case exports.ViewType.DAY:e.setDate(e.getDate()+1);break;case exports.ViewType.WEEK:e.setDate(e.getDate()+7);break;case exports.ViewType.MONTH:e.setMonth(e.getMonth()+1)}this.setCurrentDate(e)},this.selectDate=e=>{var t,a;this.setCurrentDate(e),null===(a=(t=this.callbacks).onDateChange)||void 0===a||a.call(t,new Date(e))},this.addEvent=e=>{var t,a;this.state.events=[...this.state.events,e],null===(a=(t=this.callbacks).onEventCreate)||void 0===a||a.call(t,e)},this.updateEvent=(e,t,a)=>{var r,n;const h=this.state.events.findIndex(t=>t.id===e);if(-1===h)throw new Error(`Event with id ${e} not found`);const d=Object.assign(Object.assign({},this.state.events[h]),t);this.state.events=[...this.state.events.slice(0,h),d,...this.state.events.slice(h+1)],a||null===(n=(r=this.callbacks).onEventUpdate)||void 0===n||n.call(r,d)},this.deleteEvent=e=>{var t,a;const r=this.state.events.findIndex(t=>t.id===e);if(-1===r)throw new Error(`Event with id ${e} not found`);this.state.events=[...this.state.events.slice(0,r),...this.state.events.slice(r+1)],null===(a=(t=this.callbacks).onEventDelete)||void 0===a||a.call(t,e)},this.getAllEvents=()=>[...this.state.events],this.getEvents=()=>{const e=this.getAllEvents(),t=new Set(this.calendarRegistry.getAll().filter(e=>!1!==e.isVisible).map(e=>e.id));return e.filter(e=>!e.calendarId||(!this.calendarRegistry.has(e.calendarId)||t.has(e.calendarId)))},this.getCalendars=()=>this.calendarRegistry.getAll(),this.setCalendarVisibility=(e,t)=>{var a,r;this.calendarRegistry.setVisibility(e,t),null===(r=(a=this.callbacks).onRender)||void 0===r||r.call(a)},this.setAllCalendarsVisibility=e=>{var t,a;this.calendarRegistry.setAllVisibility(e),null===(a=(t=this.callbacks).onRender)||void 0===a||a.call(t)},this.getSidebarConfig=()=>this.sidebarConfig,this.installPlugin=e=>{this.state.plugins.has(e.name)?v.warn(`Plugin ${e.name} is already installed`):(this.state.plugins.set(e.name,e),e.install(this))},this.getPlugin=e=>{const t=this.state.plugins.get(e);return null==t?void 0:t.api},this.hasPlugin=e=>this.state.plugins.has(e),this.render=()=>t.createElement("div",{className:"calendar-app"},"Calendar App"),this.getPluginConfig=e=>{const t=this.state.plugins.get(e);return(null==t?void 0:t.config)||{}},this.updatePluginConfig=(e,t)=>{const a=this.state.plugins.get(e);a&&(a.config=Object.assign(Object.assign({},a.config),t))},this.getViewConfig=e=>{const t=this.state.views.get(e);return(null==t?void 0:t.config)||{}},this.triggerRender=()=>{var e,t;null===(t=(e=this.callbacks).onRender)||void 0===t||t.call(e)},this.getCalendarRegistry=()=>this.calendarRegistry,this.getUseEventDetailDialog=()=>this.useEventDetailDialog,this.state={currentView:e.defaultView||exports.ViewType.WEEK,currentDate:e.initialDate||new Date,events:e.events||[],switcherMode:e.switcherMode||"buttons",plugins:new Map,views:new Map},this.callbacks=e.callbacks||{},this.calendarRegistry=new p(e.calendars,e.defaultCalendar,(null===(a=e.theme)||void 0===a?void 0:a.mode)||"light"),h=this.calendarRegistry,k=h,this.sidebarConfig=(e=>{if(!e)return{enabled:!1,width:m,initialCollapsed:!1};if(!0===e)return{enabled:!0,width:m,initialCollapsed:!1};const{enabled:t=!0,width:a,initialCollapsed:r=!1,render:n}=e;return{enabled:t,width:M(a),initialCollapsed:r,render:n}})(e.useSidebar),this.state.sidebar=this.sidebarConfig;const d=this.state.currentDate;this.visibleMonth=new Date(d.getFullYear(),d.getMonth(),1),this.useEventDetailDialog=null!==(r=e.useEventDetailDialog)&&void 0!==r&&r,e.views.forEach(e=>{this.state.views.set(e.type,e)}),null===(n=e.plugins)||void 0===n||n.forEach(e=>{this.installPlugin(e)})}}
2
- /**
3
- * @license lucide-react v0.487.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const g=e=>{const t=(e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,a)=>a?a.toUpperCase():t.toLowerCase()))(e);return t.charAt(0).toUpperCase()+t.slice(1)},f=(...e)=>e.filter((e,t,a)=>Boolean(e)&&""!==e.trim()&&a.indexOf(e)===t).join(" ").trim();
9
- /**
10
- * @license lucide-react v0.487.0 - ISC
11
- *
12
- * This source code is licensed under the ISC license.
13
- * See the LICENSE file in the root directory of this source tree.
14
- */
15
- var w={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};
16
- /**
17
- * @license lucide-react v0.487.0 - ISC
18
- *
19
- * This source code is licensed under the ISC license.
20
- * See the LICENSE file in the root directory of this source tree.
21
- */const b=t.forwardRef(({color:e="currentColor",size:a=24,strokeWidth:r=2,absoluteStrokeWidth:n,className:h="",children:d,iconNode:i,...o},y)=>t.createElement("svg",{ref:y,...w,width:a,height:a,stroke:e,strokeWidth:n?24*Number(r)/Number(a):r,className:f("lucide",h),...o},[...i.map(([e,a])=>t.createElement(e,a)),...Array.isArray(d)?d:[d]])),j=(e,a)=>{const r=t.forwardRef(({className:r,...n},h)=>{return t.createElement(b,{ref:h,iconNode:a,className:f(`lucide-${d=g(e),d.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,r),...n});var d});return r.displayName=g(e),r};
22
- /**
23
- * @license lucide-react v0.487.0 - ISC
24
- *
25
- * This source code is licensed under the ISC license.
26
- * See the LICENSE file in the root directory of this source tree.
27
- */j("a-arrow-down",[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 7v9",key:"pknjwm"}],["path",{d:"m14 12 4 4 4-4",key:"buelq4"}]]);j("a-arrow-up",[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 16V7",key:"ty0viw"}],["path",{d:"m14 11 4-4 4 4",key:"1pu57t"}]]);j("a-large-small",[["path",{d:"M21 14h-5",key:"1vh23k"}],["path",{d:"M16 16v-3.5a2.5 2.5 0 0 1 5 0V16",key:"1wh10o"}],["path",{d:"M4.5 13h6",key:"dfilno"}],["path",{d:"m3 16 4.5-9 4.5 9",key:"2dxa0e"}]]);j("accessibility",[["circle",{cx:"16",cy:"4",r:"1",key:"1grugj"}],["path",{d:"m18 19 1-7-6 1",key:"r0i19z"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5",key:"9ptxx2"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6",key:"10kmtu"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6",key:"2qq6rc"}]]);j("activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]);j("air-vent",[["path",{d:"M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"larmp2"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12",key:"1bo8pg"}],["path",{d:"M6.6 15.6A2 2 0 1 0 10 17v-5",key:"t9h90c"}]]);j("alarm-clock-check",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]]);j("airplay",[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1",key:"ns4c3b"}],["path",{d:"m12 15 5 6H7Z",key:"14qnn2"}]]);j("alarm-clock-minus",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M9 13h6",key:"1uhe8q"}]]);j("alarm-clock-off",[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26",key:"3on8tj"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15",key:"15ghsc"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.26 18.67 4 21",key:"yzmioq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4 4 2 6",key:"1ycko6"}]]);j("alarm-clock-plus",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}]]);j("alarm-clock",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M12 9v4l2 2",key:"1c63tq"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}]]);j("alarm-smoke",[["path",{d:"M11 21c0-2.5 2-2.5 2-5",key:"1sicvv"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5",key:"1o3eny"}],["path",{d:"m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8",key:"1bvca4"}],["path",{d:"M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z",key:"x3qr1j"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5",key:"i3w1gp"}]]);j("album",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3",key:"1wcwz3"}]]);j("align-center-horizontal",[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4",key:"11f1s0"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4",key:"t14dx9"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1",key:"1w07xs"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1",key:"1apec2"}]]);j("align-center-vertical",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4",key:"14d6g8"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4",key:"1e2lrw"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1",key:"1fkdwx"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1",key:"1euafb"}]]);j("align-center",[["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 18H5",key:"18s9l3"}],["path",{d:"M21 6H3",key:"1jwq7v"}]]);j("align-end-horizontal",[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2",key:"z5wdxg"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2",key:"um7a8w"}],["path",{d:"M22 22H2",key:"19qnx5"}]]);j("align-end-vertical",[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2",key:"10wcwx"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2",key:"4p5bwg"}],["path",{d:"M22 22V2",key:"12ipfv"}]]);j("align-horizontal-distribute-center",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M17 22v-5",key:"4b6g73"}],["path",{d:"M17 7V2",key:"hnrr36"}],["path",{d:"M7 22v-3",key:"1r4jpn"}],["path",{d:"M7 5V2",key:"liy1u9"}]]);j("align-horizontal-distribute-end",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M10 2v20",key:"uyc634"}],["path",{d:"M20 2v20",key:"1tx262"}]]);j("align-horizontal-distribute-start",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M4 2v20",key:"gtpd5x"}],["path",{d:"M14 2v20",key:"tg6bpw"}]]);j("align-horizontal-justify-center",[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M12 2v20",key:"t6zp3m"}]]);j("align-horizontal-justify-end",[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2",key:"1ht384"}],["path",{d:"M22 2v20",key:"40qfg1"}]]);j("align-horizontal-justify-start",[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2",key:"hsirpf"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M2 2v20",key:"1ivd8o"}]]);j("align-horizontal-space-around",[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2",key:"yn7j0q"}],["path",{d:"M4 22V2",key:"tsjzd3"}],["path",{d:"M20 22V2",key:"1bnhr8"}]]);j("align-horizontal-space-between",[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2",key:"j77dae"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2",key:"bq30hj"}],["path",{d:"M3 2v20",key:"1d2pfg"}],["path",{d:"M21 2v20",key:"p059bm"}]]);j("align-justify",[["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M3 6h18",key:"d0wm0j"}]]);j("align-left",[["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 18H3",key:"1amg6g"}],["path",{d:"M21 6H3",key:"1jwq7v"}]]);j("align-right",[["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 18H7",key:"1ygte8"}],["path",{d:"M21 6H3",key:"1jwq7v"}]]);j("align-start-horizontal",[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2",key:"1n4dg1"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2",key:"17khns"}],["path",{d:"M22 2H2",key:"fhrpnj"}]]);j("align-start-vertical",[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2",key:"lpm2y7"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2",key:"rdj6ps"}],["path",{d:"M2 2v20",key:"1ivd8o"}]]);j("align-vertical-distribute-center",[["path",{d:"M22 17h-3",key:"1lwga1"}],["path",{d:"M22 7h-5",key:"o2endc"}],["path",{d:"M5 17H2",key:"1gx9xc"}],["path",{d:"M7 7H2",key:"6bq26l"}],["rect",{x:"5",y:"14",width:"14",height:"6",rx:"2",key:"1qrzuf"}],["rect",{x:"7",y:"4",width:"10",height:"6",rx:"2",key:"we8e9z"}]]);j("align-vertical-distribute-end",[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M2 10h20",key:"1ir3d8"}]]);j("align-vertical-distribute-start",[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M2 4h20",key:"mda7wb"}]]);j("align-vertical-justify-center",[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]);j("align-vertical-justify-end",[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2",key:"4l4tp2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 22h20",key:"272qi7"}]]);j("align-vertical-justify-start",[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2",key:"13squh"}],["path",{d:"M2 2h20",key:"1ennik"}]]);j("align-vertical-space-around",[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2",key:"b1zbii"}],["path",{d:"M22 20H2",key:"1p1f7z"}],["path",{d:"M22 4H2",key:"1b7qnq"}]]);j("align-vertical-space-between",[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2",key:"1w91an"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2",key:"17wqzy"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M2 3h20",key:"91anmk"}]]);j("ambulance",[["path",{d:"M10 10H6",key:"1bsnug"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14",key:"lrkjwd"}],["path",{d:"M8 8v4",key:"1fwk8c"}],["path",{d:"M9 18h6",key:"x1upvd"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]]);j("ampersand",[["path",{d:"M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13",key:"1o9ehi"}],["path",{d:"M16 12h3",key:"4uvgyw"}]]);j("ampersands",[["path",{d:"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"12lh1k"}],["path",{d:"M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"173c68"}]]);j("amphora",[["path",{d:"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8",key:"1h8rid"}],["path",{d:"M10 5H8a2 2 0 0 0 0 4h.68",key:"3ezsi6"}],["path",{d:"M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8",key:"yt6q09"}],["path",{d:"M14 5h2a2 2 0 0 1 0 4h-.68",key:"8f95yk"}],["path",{d:"M18 22H6",key:"mg6kv4"}],["path",{d:"M9 2h6",key:"1jrp98"}]]);j("angry",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["path",{d:"M7.5 8 10 9",key:"olxxln"}],["path",{d:"m14 9 2.5-1",key:"1j6cij"}],["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}]]);j("anchor",[["path",{d:"M12 22V8",key:"qkxhtm"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3",key:"1hv3nh"}],["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}]]);j("annoyed",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M14 9h2",key:"116p9w"}]]);j("antenna",[["path",{d:"M2 12 7 2",key:"117k30"}],["path",{d:"m7 12 5-10",key:"1tvx22"}],["path",{d:"m12 12 5-10",key:"ev1o1a"}],["path",{d:"m17 12 5-10",key:"1e4ti3"}],["path",{d:"M4.5 7h15",key:"vlsxkz"}],["path",{d:"M12 16v6",key:"c8a4gj"}]]);j("anvil",[["path",{d:"M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4",key:"1hjpb6"}],["path",{d:"M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z",key:"1qn45f"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1",key:"1fi4x8"}]]);j("aperture",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14.31 8 5.74 9.94",key:"1y6ab4"}],["path",{d:"M9.69 8h11.48",key:"1wxppr"}],["path",{d:"m7.38 12 5.74-9.94",key:"1grp0k"}],["path",{d:"M9.69 16 3.95 6.06",key:"libnyf"}],["path",{d:"M14.31 16H2.83",key:"x5fava"}],["path",{d:"m16.62 12-5.74 9.94",key:"1vwawt"}]]);j("app-window-mac",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M14 8h.01",key:"1primd"}]]);j("app-window",[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}],["path",{d:"M10 4v4",key:"pp8u80"}],["path",{d:"M2 8h20",key:"d11cs7"}],["path",{d:"M6 4v4",key:"1svtjw"}]]);j("apple",[["path",{d:"M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z",key:"3s7exb"}],["path",{d:"M10 2c1 .5 2 2 2 5",key:"fcco2y"}]]);j("archive-restore",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2",key:"tvwodi"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2",key:"1gkqxj"}],["path",{d:"m9 15 3-3 3 3",key:"1pd0qc"}],["path",{d:"M12 12v9",key:"192myk"}]]);j("archive",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"M10 12h4",key:"a56b0p"}]]);j("archive-x",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"m9.5 17 5-5",key:"nakeu6"}],["path",{d:"m9.5 12 5 5",key:"1hccrj"}]]);j("armchair",[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3",key:"irtipd"}],["path",{d:"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"1qyhux"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]);j("arrow-big-down-dash",[["path",{d:"M15 5H9",key:"1tp3ed"}],["path",{d:"M15 9v3h4l-7 7-7-7h4V9z",key:"ncdc4b"}]]);j("arrow-big-left-dash",[["path",{d:"M19 15V9",key:"1hci5f"}],["path",{d:"M15 15h-3v4l-7-7 7-7v4h3v6z",key:"16tjna"}]]);j("arrow-big-down",[["path",{d:"M15 6v6h4l-7 7-7-7h4V6h6z",key:"1thax2"}]]);j("arrow-big-left",[["path",{d:"M18 15h-6v4l-7-7 7-7v4h6v6z",key:"lbrdak"}]]);j("arrow-big-right-dash",[["path",{d:"M5 9v6",key:"158jrl"}],["path",{d:"M9 9h3V5l7 7-7 7v-4H9V9z",key:"1sg2xn"}]]);j("arrow-big-right",[["path",{d:"M6 9h6V5l7 7-7 7v-4H6V9z",key:"7fvt9c"}]]);j("arrow-big-up-dash",[["path",{d:"M9 19h6",key:"456am0"}],["path",{d:"M9 15v-3H5l7-7 7 7h-4v3H9z",key:"1r2uve"}]]);j("arrow-big-up",[["path",{d:"M9 18v-6H5l7-7 7 7h-4v6H9z",key:"1x06kx"}]]);j("arrow-down-0-1",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]]);j("arrow-down-1-0",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]]);j("arrow-down-a-z",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]]);j("arrow-down-from-line",[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]]);j("arrow-down-left",[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]]);j("arrow-down-narrow-wide",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h4",key:"6d7r33"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h10",key:"1438ji"}]]);j("arrow-down-right",[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]]);j("arrow-down-to-dot",[["path",{d:"M12 2v14",key:"jyx4ut"}],["path",{d:"m19 9-7 7-7-7",key:"1oe3oy"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]]);j("arrow-down-to-line",[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]]);j("arrow-down-up",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"m21 8-4-4-4 4",key:"1c9v7m"}],["path",{d:"M17 4v16",key:"7dpous"}]]);j("arrow-down-wide-narrow",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h10",key:"1w87gc"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h4",key:"q8tih4"}]]);j("arrow-down-z-a",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]]);j("arrow-down",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]);j("arrow-left-from-line",[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]]);j("arrow-left-right",[["path",{d:"M8 3 4 7l4 4",key:"9rb6wj"}],["path",{d:"M4 7h16",key:"6tx8e3"}],["path",{d:"m16 21 4-4-4-4",key:"siv7j2"}],["path",{d:"M20 17H4",key:"h6l3hr"}]]);j("arrow-left-to-line",[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]]);j("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);j("arrow-right-from-line",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]]);j("arrow-right-left",[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]]);j("arrow-right-to-line",[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]]);j("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);j("arrow-up-0-1",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]]);j("arrow-up-1-0",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]]);j("arrow-up-a-z",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]]);j("arrow-up-down",[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]]);j("arrow-up-from-dot",[["path",{d:"m5 9 7-7 7 7",key:"1hw5ic"}],["path",{d:"M12 16V2",key:"ywoabb"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]]);j("arrow-up-from-line",[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]]);j("arrow-up-left",[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]]);j("arrow-up-narrow-wide",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h4",key:"q8tih4"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h10",key:"jvxblo"}]]);j("arrow-up-right",[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]]);j("arrow-up-to-line",[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]]);j("arrow-up-wide-narrow",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h4",key:"1krc32"}]]);j("arrow-up-z-a",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]]);j("arrow-up",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]);j("arrows-up-from-line",[["path",{d:"m4 6 3-3 3 3",key:"9aidw8"}],["path",{d:"M7 17V3",key:"19qxw1"}],["path",{d:"m14 6 3-3 3 3",key:"6iy689"}],["path",{d:"M17 17V3",key:"o0fmgi"}],["path",{d:"M4 21h16",key:"1h09gz"}]]);j("asterisk",[["path",{d:"M12 6v12",key:"1vza4d"}],["path",{d:"M17.196 9 6.804 15",key:"1ah31z"}],["path",{d:"m6.804 9 10.392 6",key:"1b6pxd"}]]);j("at-sign",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",key:"7n84p3"}]]);j("atom",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z",key:"1l2ple"}],["path",{d:"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z",key:"1wam0m"}]]);j("audio-lines",[["path",{d:"M2 10v3",key:"1fnikh"}],["path",{d:"M6 6v11",key:"11sgs0"}],["path",{d:"M10 3v18",key:"yhl04a"}],["path",{d:"M14 8v7",key:"3a1oy3"}],["path",{d:"M18 5v13",key:"123xd1"}],["path",{d:"M22 10v3",key:"154ddg"}]]);j("audio-waveform",[["path",{d:"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2",key:"57tc96"}]]);j("award",[["path",{d:"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526",key:"1yiouv"}],["circle",{cx:"12",cy:"8",r:"6",key:"1vp47v"}]]);j("axe",[["path",{d:"m14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9",key:"csbz4o"}],["path",{d:"M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z",key:"113wfo"}]]);j("axis-3d",[["path",{d:"M4 4v16h16",key:"1s015l"}],["path",{d:"m4 20 7-7",key:"17qe9y"}]]);j("baby",[["path",{d:"M9 12h.01",key:"157uk2"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M19 6.3a9 9 0 0 1 1.8 3.9 2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1",key:"5yv0yz"}]]);j("backpack",[["path",{d:"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z",key:"1ol0lm"}],["path",{d:"M8 10h8",key:"c7uz4u"}],["path",{d:"M8 18h8",key:"1no2b1"}],["path",{d:"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6",key:"1fr6do"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2",key:"donm21"}]]);j("badge-alert",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);j("badge-cent",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4",key:"2eqtx8"}]]);j("badge-check",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);j("badge-dollar-sign",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]]);j("badge-euro",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M7 12h5",key:"gblrwe"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]);j("badge-help",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17",key:"io3f8k"}]]);j("badge-indian-rupee",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 8h8",key:"1bis0t"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8",key:"nu2bwa"}]]);j("badge-info",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12",key:"1y1yb1"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8",key:"110wyk"}]]);j("badge-japanese-yen",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 8 3 3v7",key:"17yadx"}],["path",{d:"m12 11 3-3",key:"p4cfq1"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M9 16h6",key:"8wimt3"}]]);j("badge-minus",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);j("badge-percent",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);j("badge-plus",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16",key:"10p56q"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);j("badge-pound-sterling",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 12h4",key:"qz6y1c"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0",key:"3mlbjk"}],["path",{d:"M8 16h7",key:"sbedsn"}]]);j("badge-russian-ruble",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9 16h5",key:"1syiyw"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9",key:"1ge9c1"}]]);j("badge-swiss-franc",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M11 17V8h4",key:"1bfq6y"}],["path",{d:"M11 12h3",key:"2eqnfz"}],["path",{d:"M9 16h4",key:"1skf3a"}]]);j("badge-x",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]]);j("badge",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}]]);j("baggage-claim",[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2",key:"4irg2o"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10",key:"14fcyx"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1",key:"o6oiis"}],["circle",{cx:"18",cy:"20",r:"2",key:"t9985n"}],["circle",{cx:"9",cy:"20",r:"2",key:"e5v82j"}]]);j("ban",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.9 4.9 14.2 14.2",key:"1m5liu"}]]);j("banana",[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5",key:"1cscit"}],["path",{d:"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z",key:"1y1nbv"}]]);j("bandage",[["path",{d:"M10 10.01h.01",key:"1e9xi7"}],["path",{d:"M10 14.01h.01",key:"ac23bv"}],["path",{d:"M14 10.01h.01",key:"2wfrvf"}],["path",{d:"M14 14.01h.01",key:"8tw8yn"}],["path",{d:"M18 6v11.5",key:"dkbidh"}],["path",{d:"M6 6v12",key:"vkc79e"}],["rect",{x:"2",y:"6",width:"20",height:"12",rx:"2",key:"1wpnh2"}]]);j("banknote-arrow-down",[["path",{d:"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5",key:"x6cv4u"}],["path",{d:"m16 19 3 3 3-3",key:"1ibux0"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);j("banknote-arrow-up",[["path",{d:"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5",key:"x6cv4u"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M19 22v-6",key:"qhmiwi"}],["path",{d:"m22 19-3-3-3 3",key:"rn6bg2"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);j("banknote-x",[["path",{d:"M13 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5",key:"16nib6"}],["path",{d:"m17 17 5 5",key:"p7ous7"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"m22 17-5 5",key:"gqnmv0"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);j("banknote",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M6 12h.01M18 12h.01",key:"113zkx"}]]);j("barcode",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M8 5v14",key:"1ybrkv"}],["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"M17 5v14",key:"ycjyhj"}],["path",{d:"M21 5v14",key:"nzette"}]]);j("baseline",[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);j("bath",[["path",{d:"M10 4 8 6",key:"1rru8s"}],["path",{d:"M17 19v2",key:"ts1sot"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M7 19v2",key:"12npes"}],["path",{d:"M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5",key:"14ym8i"}]]);j("battery-charging",[["path",{d:"M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2",key:"1sdynx"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1",key:"1gkd3k"}],["path",{d:"m11 7-3 5h4l-3 5",key:"b4a64w"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]]);j("battery-full",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"13",key:"c6fn6x"}]]);j("battery-low",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}]]);j("battery-medium",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}]]);j("battery-plus",[["path",{d:"M10 9v6",key:"17i7lo"}],["path",{d:"M13.5 7H16a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2.5",key:"jzl4pj"}],["path",{d:"M22 11v2",key:"1wo06k"}],["path",{d:"M6.5 17H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2.5",key:"1ar5vp"}],["path",{d:"M7 12h6",key:"iekk3h"}]]);j("battery-warning",[["path",{d:"M10 17h.01",key:"nbq80n"}],["path",{d:"M10 7v6",key:"nne03l"}],["path",{d:"M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2",key:"1x5o8m"}],["path",{d:"M22 11v2",key:"1wo06k"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"1mdjgh"}]]);j("battery",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]]);j("beaker",[["path",{d:"M4.5 3h15",key:"c7n0jr"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3",key:"m1uhx7"}],["path",{d:"M6 14h12",key:"4cwo0f"}]]);j("bean-off",[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1",key:"bq3udt"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66",key:"17ccse"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04",key:"18zqgq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("bean",[["path",{d:"M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z",key:"1tvzk7"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28",key:"2cyri2"}]]);j("bed-double",[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8",key:"1k78r4"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"fb3tl2"}],["path",{d:"M12 4v6",key:"1dcgq2"}],["path",{d:"M2 18h20",key:"ajqnye"}]]);j("bed-single",[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8",key:"1wm6mi"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4",key:"4k93s5"}],["path",{d:"M3 18h18",key:"1h113x"}]]);j("bed",[["path",{d:"M2 4v16",key:"vw9hq8"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10",key:"1dgv2r"}],["path",{d:"M2 17h20",key:"18nfp3"}],["path",{d:"M6 8v9",key:"1yriud"}]]);j("beef",[["path",{d:"M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3",key:"cisjcv"}],["path",{d:"m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5",key:"5byaag"}],["circle",{cx:"12.5",cy:"8.5",r:"2.5",key:"9738u8"}]]);j("beer-off",[["path",{d:"M13 13v5",key:"igwfh0"}],["path",{d:"M17 11.47V8",key:"16yw0g"}],["path",{d:"M17 11h1a3 3 0 0 1 2.745 4.211",key:"1xbt65"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3",key:"c55o3e"}],["path",{d:"M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268",key:"1ydug7"}],["path",{d:"M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12",key:"q81o7q"}],["path",{d:"M9 14.6V18",key:"20ek98"}]]);j("beer",[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1",key:"1yp76v"}],["path",{d:"M9 12v6",key:"1u1cab"}],["path",{d:"M13 12v6",key:"1sugkk"}],["path",{d:"M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z",key:"1510fo"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8",key:"19jb7n"}]]);j("bell-dot",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665",key:"1tip0g"}],["circle",{cx:"18",cy:"8",r:"3",key:"1g0gzu"}]]);j("bell-electric",[["path",{d:"M18.8 4A6.3 8.7 0 0 1 20 9",key:"xve1fh"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["rect",{width:"10",height:"6",x:"4",y:"16",rx:"2",key:"17f3te"}],["path",{d:"M14 19c3 0 4.6-1.6 4.6-1.6",key:"n7odp6"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}]]);j("bell-minus",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12",key:"bdwj86"}]]);j("bell-off",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742",key:"178tsu"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05",key:"1hqiys"}]]);j("bell-plus",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M18 5v6",key:"g5ayrv"}],["path",{d:"M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332",key:"1abcvy"}]]);j("bell",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}]]);j("bell-ring",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6",key:"5bb3ad"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8",key:"tap9e0"}]]);j("between-horizontal-end",[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1",key:"11xb64"}],["path",{d:"m22 15-3-3 3-3",key:"26chmm"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1",key:"k6ky7n"}]]);j("between-horizontal-start",[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1",key:"pkso9a"}],["path",{d:"m2 9 3 3-3 3",key:"1agib5"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1",key:"1q5fc1"}]]);j("between-vertical-end",[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1",key:"1fdu0f"}],["path",{d:"m9 22 3-3 3 3",key:"17z65a"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1",key:"1squn4"}]]);j("between-vertical-start",[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1",key:"1fjrkv"}],["path",{d:"m15 2-3 3-3-3",key:"1uh6eb"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1",key:"w3fjg8"}]]);j("biceps-flexed",[["path",{d:"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1",key:"1pmlyh"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2",key:"5rb254"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15",key:"kbvsx9"}]]);j("bike",[["circle",{cx:"18.5",cy:"17.5",r:"3.5",key:"15x4ox"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5",key:"1noe27"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2",key:"1npguv"}]]);j("binary",[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2",key:"p02svl"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2",key:"xm4xkj"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 10h4",key:"ru81e7"}],["path",{d:"M6 14h2v6",key:"16z9wg"}],["path",{d:"M14 4h2v6",key:"1idq9u"}]]);j("binoculars",[["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3",key:"3apit1"}],["path",{d:"M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z",key:"rhpgnw"}],["path",{d:"M 22 16 L 2 16",key:"14lkq7"}],["path",{d:"M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z",key:"104b3k"}],["path",{d:"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3",key:"14fczp"}]]);j("biohazard",[["circle",{cx:"12",cy:"11.9",r:"2",key:"e8h31w"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6",key:"17bolr"}],["path",{d:"m8.9 10.1 1.4.8",key:"15ezny"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5",key:"wtwa5u"}],["path",{d:"m15.1 10.1-1.4.8",key:"1r0b28"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2",key:"m7qszh"}],["path",{d:"M12 13.9v1.6",key:"zfyyim"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0",key:"1bi9q0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5",key:"1rhjqw"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5",key:"8gsud3"}]]);j("bird",[["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20",key:"oj1oa8"}],["path",{d:"m20 7 2 .5-2 .5",key:"12nv4d"}],["path",{d:"M10 18v3",key:"1yea0a"}],["path",{d:"M14 17.75V21",key:"1pymcb"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61",key:"1npnn0"}]]);j("bitcoin",[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]]);j("blend",[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]]);j("blinds",[["path",{d:"M3 3h18",key:"o7r712"}],["path",{d:"M20 7H8",key:"gd2fo2"}],["path",{d:"M20 11H8",key:"1ynp89"}],["path",{d:"M10 19h10",key:"19hjk5"}],["path",{d:"M8 15h12",key:"1yqzne"}],["path",{d:"M4 3v14",key:"fggqzn"}],["circle",{cx:"4",cy:"19",r:"2",key:"p3m9r0"}]]);j("blocks",[["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["path",{d:"M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3",key:"1fpvtg"}]]);j("bluetooth-off",[["path",{d:"m17 17-5 5V12l-5 5",key:"v5aci6"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5",key:"1kddfz"}]]);j("bluetooth-connected",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12",key:"1rsjjs"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12",key:"11yl8c"}]]);j("bluetooth-searching",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66",key:"k8tn1j"}],["path",{d:"M18 12h.01",key:"yjnet6"}]]);j("bluetooth",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]]);j("bold",[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]]);j("bolt",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]);j("bomb",[["circle",{cx:"11",cy:"13",r:"9",key:"hd149"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95",key:"jp4j1b"}],["path",{d:"m22 2-1.5 1.5",key:"ay92ug"}]]);j("bone",[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z",key:"w610uw"}]]);j("book-audio",[["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8v3",key:"gejaml"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 8v3",key:"1qzp49"}]]);j("book-a",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m8 13 4-7 4 7",key:"4rari8"}],["path",{d:"M9.1 11h5.7",key:"1gkovt"}]]);j("book-check",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 9.5 2 2 4-4",key:"1dth82"}]]);j("book-copy",[["path",{d:"M2 16V4a2 2 0 0 1 2-2h11",key:"spzkk5"}],["path",{d:"M22 18H11a2 2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2 2v12",key:"1wz07i"}],["path",{d:"M5 14H4a2 2 0 1 0 0 4h1",key:"16gqf9"}]]);j("book-dashed",[["path",{d:"M12 17h1.5",key:"1gkc67"}],["path",{d:"M12 22h1.5",key:"1my7sn"}],["path",{d:"M12 2h1.5",key:"19tvb7"}],["path",{d:"M17.5 22H19a1 1 0 0 0 1-1",key:"10akbh"}],["path",{d:"M17.5 2H19a1 1 0 0 1 1 1v1.5",key:"1vrfjs"}],["path",{d:"M20 14v3h-2.5",key:"1naeju"}],["path",{d:"M20 8.5V10",key:"1ctpfu"}],["path",{d:"M4 10V8.5",key:"1o3zg5"}],["path",{d:"M4 19.5V14",key:"ob81pf"}],["path",{d:"M4 4.5A2.5 2.5 0 0 1 6.5 2H8",key:"s8vcyb"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8",key:"1cu73q"}]]);j("book-down",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3 3 3-3",key:"zt5b4y"}]]);j("book-headphones",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2",key:"1vsqkj"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]]);j("book-heart",[["path",{d:"M16 8.2A2.22 2.22 0 0 0 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 0 0 8 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0 0 12 13a404 404 0 0 0 3.3-3.1 2.413 2.413 0 0 0 .7-1.7",key:"1t75a8"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]);j("book-image",[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17",key:"q6ojf0"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"10",cy:"8",r:"2",key:"2qkj4p"}]]);j("book-key",[["path",{d:"m19 3 1 1",key:"ze14oc"}],["path",{d:"m20 2-4.5 4.5",key:"1sppr8"}],["path",{d:"M20 8v13a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1ocbpn"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14",key:"1gfsgw"}],["circle",{cx:"14",cy:"8",r:"2",key:"u49eql"}]]);j("book-lock",[["path",{d:"M18 6V4a2 2 0 1 0-4 0v2",key:"1aquzs"}],["path",{d:"M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1rkj32"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10",key:"18wgow"}],["rect",{x:"12",y:"6",width:"8",height:"5",rx:"1",key:"73l30o"}]]);j("book-marked",[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]);j("book-open-check",[["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m16 12 2 2 4-4",key:"mdajum"}],["path",{d:"M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3",key:"8arnkb"}]]);j("book-minus",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);j("book-open-text",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M16 12h2",key:"7q9ll5"}],["path",{d:"M16 8h2",key:"msurwy"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}],["path",{d:"M6 12h2",key:"32wvfc"}],["path",{d:"M6 8h2",key:"30oboj"}]]);j("book-open",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]]);j("book-plus",[["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);j("book-text",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 11h8",key:"vwpz6n"}],["path",{d:"M8 7h6",key:"1f0q6e"}]]);j("book-type",[["path",{d:"M10 13h4",key:"ytezjc"}],["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8V6H8v2",key:"x8j6u4"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]);j("book-up-2",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"161d7n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2",key:"1lorq7"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]]);j("book-up",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]]);j("book-user",[["path",{d:"M15 13a3 3 0 1 0-6 0",key:"10j68g"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}]]);j("book-x",[["path",{d:"m14.5 7-5 5",key:"dy991v"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9.5 7 5 5",key:"s45iea"}]]);j("book",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]);j("bookmark-check",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]);j("bookmark-minus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]);j("bookmark-plus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13",key:"1cppfj"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]);j("bookmark-x",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]);j("bookmark",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}]]);j("boom-box",[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"vvzvr1"}],["path",{d:"M8 8v1",key:"xcqmfk"}],["path",{d:"M12 8v1",key:"1rj8u4"}],["path",{d:"M16 8v1",key:"1q12zr"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2",key:"igpb89"}],["circle",{cx:"8",cy:"15",r:"2",key:"fa4a8s"}],["circle",{cx:"16",cy:"15",r:"2",key:"14c3ya"}]]);j("bot-message-square",[["path",{d:"M12 6V2H8",key:"1155em"}],["path",{d:"m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z",key:"w2lp3e"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M9 11v2",key:"1ueba0"}],["path",{d:"M15 11v2",key:"i11awn"}],["path",{d:"M20 12h2",key:"1q8mjw"}]]);j("bot-off",[["path",{d:"M13.67 8H18a2 2 0 0 1 2 2v4.33",key:"7az073"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}],["path",{d:"M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586",key:"s09a7a"}],["path",{d:"M9 13v2",key:"rq6x2g"}],["path",{d:"M9.67 4H12v2.33",key:"110xot"}]]);j("bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]]);j("box",[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",key:"hh9hay"}],["path",{d:"m3.3 7 8.7 5 8.7-5",key:"g66t2b"}],["path",{d:"M12 22V12",key:"d0xqtd"}]]);j("boxes",[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]]);j("braces",[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]]);j("brackets",[["path",{d:"M16 3h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-2",key:"tum69e"}],["path",{d:"M8 21H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2",key:"z7wn0n"}]]);j("brain-circuit",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]]);j("brain-cog",[["path",{d:"M12 5a3 3 0 1 0-5.997.142 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588 4 4 0 0 0 7.636 2.106 3.2 3.2 0 0 0 .164-.546c.028-.13.306-.13.335 0a3.2 3.2 0 0 0 .163.546 4 4 0 0 0 7.636-2.106 4 4 0 0 0 .556-6.588 4 4 0 0 0-2.526-5.77A3 3 0 1 0 12 5",key:"1kgmhc"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m15.7 10.4-.9.4",key:"ayzo6p"}],["path",{d:"m9.2 13.2-.9.4",key:"1uzb3g"}],["path",{d:"m13.6 15.7-.4-.9",key:"11ifqf"}],["path",{d:"m10.8 9.2-.4-.9",key:"1pmk2v"}],["path",{d:"m15.7 13.5-.9-.4",key:"7ng02m"}],["path",{d:"m9.2 10.9-.9-.4",key:"1x66zd"}],["path",{d:"m10.5 15.7.4-.9",key:"3js94g"}],["path",{d:"m13.1 9.2.4-.9",key:"18n7mc"}]]);j("brain",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z",key:"ep3f8r"}],["path",{d:"M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4",key:"1p4c4q"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}]]);j("brick-wall",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 9v6",key:"199k2o"}],["path",{d:"M16 15v6",key:"8rj2es"}],["path",{d:"M16 3v6",key:"1j6rpj"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]]);j("briefcase-business",[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M22 13a18.15 18.15 0 0 1-20 0",key:"12hx5q"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]);j("briefcase-conveyor-belt",[["path",{d:"M10 20v2",key:"1n8e1g"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M18 20v2",key:"10uadw"}],["path",{d:"M21 20H3",key:"kdqkdp"}],["path",{d:"M6 20v2",key:"a9bc87"}],["path",{d:"M8 16V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12",key:"17n9tx"}],["rect",{x:"4",y:"6",width:"16",height:"10",rx:"2",key:"1097i5"}]]);j("briefcase-medical",[["path",{d:"M12 11v4",key:"a6ujw6"}],["path",{d:"M14 13h-4",key:"1pl8zg"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M18 6v14",key:"1mu4gy"}],["path",{d:"M6 6v14",key:"1s15cj"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]);j("briefcase",[["path",{d:"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",key:"jecpp"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]);j("bring-to-front",[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2",key:"yj20xf"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2",key:"1ltk23"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2",key:"1q24h9"}]]);j("brush",[["path",{d:"m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08",key:"1styjt"}],["path",{d:"M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z",key:"z0l1mu"}]]);j("bug-off",[["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2",key:"vl8zik"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M22 13h-4v-2a4 4 0 0 0-4-4h-1.3",key:"1ou0bd"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13",key:"1njkjs"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}]]);j("bug-play",[["path",{d:"M12.765 21.522a.5.5 0 0 1-.765-.424v-8.196a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"17shqo"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5",key:"1tjixy"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}]]);j("bug",[["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}],["path",{d:"M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6",key:"xs1cw7"}],["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M17.2 17c2.1.1 3.8 1.9 3.8 4",key:"k3fwyw"}]]);j("building-2",[["path",{d:"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z",key:"1b4qmf"}],["path",{d:"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"i71pzd"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2",key:"10jefs"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M10 14h4",key:"kelpxr"}],["path",{d:"M10 18h4",key:"1ulq68"}]]);j("building",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["path",{d:"M9 22v-4h6v4",key:"r93iot"}],["path",{d:"M8 6h.01",key:"1dz90k"}],["path",{d:"M16 6h.01",key:"1x0f13"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M8 14h.01",key:"6423bh"}]]);j("bus-front",[["path",{d:"M4 6 2 7",key:"1mqr15"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"m22 7-2-1",key:"1umjhc"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 21v-2",key:"sqyl04"}]]);j("bus",[["path",{d:"M8 6v6",key:"18i7km"}],["path",{d:"M15 6v6",key:"1sg6z9"}],["path",{d:"M2 12h19.6",key:"de5uta"}],["path",{d:"M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3",key:"1wwztk"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}],["path",{d:"M9 18h5",key:"lrx6i"}],["circle",{cx:"16",cy:"18",r:"2",key:"1v4tcr"}]]);j("cable-car",[["path",{d:"M10 3h.01",key:"lbucoy"}],["path",{d:"M14 2h.01",key:"1k8aa1"}],["path",{d:"m2 9 20-5",key:"1kz0j5"}],["path",{d:"M12 12V6.5",key:"1vbrij"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3",key:"if91er"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M4 17h16",key:"g4d7ey"}]]);j("cable",[["path",{d:"M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1",key:"10bnsj"}],["path",{d:"M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9",key:"1eqmu1"}],["path",{d:"M21 21v-2h-4",key:"14zm7j"}],["path",{d:"M3 5h4V3",key:"z442eg"}],["path",{d:"M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3",key:"ebdjd7"}]]);j("cake-slice",[["circle",{cx:"9",cy:"7",r:"2",key:"1305pl"}],["path",{d:"M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6",key:"xle13f"}],["path",{d:"M16 13H3",key:"1wpj08"}],["path",{d:"M16 17H3",key:"3lvfcd"}]]);j("cake",[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8",key:"1w3rig"}],["path",{d:"M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1",key:"n2jgmb"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M7 8v3",key:"1qtyvj"}],["path",{d:"M12 8v3",key:"hwp4zt"}],["path",{d:"M17 8v3",key:"1i6e5u"}],["path",{d:"M7 4h.01",key:"1bh4kh"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M17 4h.01",key:"1upcoc"}]]);j("calculator",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6",key:"x4nwl0"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18",key:"wjye3r"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]);j("calendar-1",[["path",{d:"M11 14h1v4",key:"fy54vd"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]]);j("calendar-arrow-down",[["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 14v8",key:"irew45"}],["path",{d:"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343",key:"bse4f3"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);j("calendar-arrow-up",[["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 22v-8",key:"su0gjh"}],["path",{d:"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9",key:"1exg90"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);j("calendar-check-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"bce9hv"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]]);j("calendar-check",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m9 16 2 2 4-4",key:"19s6y9"}]]);j("calendar-clock",[["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5",key:"1osxxc"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M3 10h5",key:"r794hk"}],["path",{d:"M17.5 17.5 16 16.3V14",key:"akvzfd"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]]);j("calendar-cog",[["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"M21 10.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"11kmuh"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]);
28
- /**
29
- * @license lucide-react v0.487.0 - ISC
30
- *
31
- * This source code is licensed under the ISC license.
32
- * See the LICENSE file in the root directory of this source tree.
33
- */
34
- const D=j("calendar-days",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]]);j("calendar-fold",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z",key:"kg77oy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M15 22v-4a2 2 0 0 1 2-2h4",key:"1gnbqr"}]]);j("calendar-heart",[["path",{d:"M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7",key:"136lmk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1t7hil"}]]);j("calendar-minus-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}]]);j("calendar-minus",[["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5",key:"1scpom"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);j("calendar-off",[["path",{d:"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18",key:"16swn3"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5",key:"yhw86o"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h7",key:"1wap6i"}],["path",{d:"M21 10h-5.5",key:"quycpq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("calendar-plus-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}],["path",{d:"M12 14v4",key:"1thi36"}]]);j("calendar-plus",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"3spt84"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 16v6",key:"tddt3s"}]]);j("calendar-range",[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M17 14h-6",key:"bkmgh3"}],["path",{d:"M13 18H7",key:"bb0bb7"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 18h.01",key:"1bdyru"}]]);j("calendar-search",[["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25",key:"1jrsq6"}],["path",{d:"m22 22-1.875-1.875",key:"13zax7"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]);j("calendar-sync",[["path",{d:"M11 10v4h4",key:"172dkj"}],["path",{d:"m11 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"vu0qm5"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m21 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"1qgeyt"}],["path",{d:"M21 22v-4h-4",key:"hrummi"}],["path",{d:"M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3",key:"mctw84"}],["path",{d:"M3 10h4",key:"1el30a"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);j("calendar-x-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"3spt84"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m17 22 5-5",key:"1k6ppv"}],["path",{d:"m17 17 5 5",key:"p7ous7"}]]);j("calendar-x",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m14 14-4 4",key:"rymu2i"}],["path",{d:"m10 14 4 4",key:"3sz06r"}]]);
35
- /**
36
- * @license lucide-react v0.487.0 - ISC
37
- *
38
- * This source code is licensed under the ISC license.
39
- * See the LICENSE file in the root directory of this source tree.
40
- */
41
- const H=j("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);j("camera-off",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16",key:"qmtpty"}],["path",{d:"M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5",key:"1ufyfc"}],["path",{d:"M14.121 15.121A3 3 0 1 1 9.88 10.88",key:"11zox6"}]]);j("camera",[["path",{d:"M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z",key:"1tc9qg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]]);j("candy-off",[["path",{d:"M10 10v7.9",key:"m8g9tt"}],["path",{d:"M11.802 6.145a5 5 0 0 1 6.053 6.053",key:"dn87i3"}],["path",{d:"M14 6.1v2.243",key:"1kzysn"}],["path",{d:"m15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965",key:"3sxy18"}],["path",{d:"M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4",key:"gpb6xx"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4",key:"qexcha"}]]);j("candy-cane",[["path",{d:"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z",key:"isaq8g"}],["path",{d:"M17.75 7 15 2.1",key:"12x7e8"}],["path",{d:"M10.9 4.8 13 9",key:"100a87"}],["path",{d:"m7.9 9.7 2 4.4",key:"ntfhaj"}],["path",{d:"M4.9 14.7 7 18.9",key:"1x43jy"}]]);j("candy",[["path",{d:"M10 7v10.9",key:"1gynux"}],["path",{d:"M14 6.1V17",key:"116kdf"}],["path",{d:"M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4",key:"gpb6xx"}],["path",{d:"M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07",key:"1tsln4"}],["path",{d:"M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4",key:"qexcha"}]]);j("cannabis",[["path",{d:"M12 22v-4",key:"1utk9m"}],["path",{d:"M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6",key:"1mezod"}]]);j("captions-off",[["path",{d:"M10.5 5H19a2 2 0 0 1 2 2v8.5",key:"jqtk4d"}],["path",{d:"M17 11h-.5",key:"1961ue"}],["path",{d:"M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2",key:"1keqsi"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7 11h4",key:"1o1z6v"}],["path",{d:"M7 15h2.5",key:"1ina1g"}]]);j("captions",[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]]);j("car-front",[["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]);j("car-taxi-front",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]);j("car",[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",key:"5owen"}],["circle",{cx:"7",cy:"17",r:"2",key:"u2ysq9"}],["path",{d:"M9 17h6",key:"r8uit2"}],["circle",{cx:"17",cy:"17",r:"2",key:"axvx0g"}]]);j("caravan",[["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2",key:"19jm3t"}],["path",{d:"M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2",key:"13hakp"}],["path",{d:"M22 17v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9",key:"1crci8"}],["circle",{cx:"8",cy:"19",r:"2",key:"t8fc5s"}]]);j("carrot",[["path",{d:"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46",key:"rfqxbe"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z",key:"6b25w4"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z",key:"fn65lo"}]]);j("case-lower",[["circle",{cx:"7",cy:"12",r:"3",key:"12clwm"}],["path",{d:"M10 9v6",key:"17i7lo"}],["circle",{cx:"17",cy:"12",r:"3",key:"gl7c2s"}],["path",{d:"M14 7v8",key:"dl84cr"}]]);j("case-sensitive",[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["circle",{cx:"18",cy:"12",r:"3",key:"1kchzo"}],["path",{d:"M21 9v6",key:"anns31"}]]);j("case-upper",[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["path",{d:"M15 11h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4",key:"1sqfas"}]]);j("cassette-tape",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["circle",{cx:"8",cy:"10",r:"2",key:"1xl4ub"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"10",r:"2",key:"r14t7q"}],["path",{d:"m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3",key:"l01ucn"}]]);j("cast",[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6",key:"3zrzxg"}],["path",{d:"M2 12a9 9 0 0 1 8 8",key:"g6cvee"}],["path",{d:"M2 16a5 5 0 0 1 4 4",key:"1y1dii"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20",key:"xu2jvo"}]]);j("castle",[["path",{d:"M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z",key:"109fe4"}],["path",{d:"M18 11V4H6v7",key:"mon5oj"}],["path",{d:"M15 22v-4a3 3 0 0 0-3-3a3 3 0 0 0-3 3v4",key:"1k4jtn"}],["path",{d:"M22 11V9",key:"3zbp94"}],["path",{d:"M2 11V9",key:"1x5rnq"}],["path",{d:"M6 4V2",key:"1rsq15"}],["path",{d:"M18 4V2",key:"1jsdo1"}],["path",{d:"M10 4V2",key:"75d9ly"}],["path",{d:"M14 4V2",key:"8nj3z6"}]]);j("cat",[["path",{d:"M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z",key:"x6xyqk"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z",key:"12kq1m"}]]);j("cctv",[["path",{d:"M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97",key:"ir91b5"}],["path",{d:"M17.106 9.053a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3z",key:"jlp8i1"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15",key:"19bib8"}],["path",{d:"M2 21v-4",key:"l40lih"}],["path",{d:"M7 9h.01",key:"19b3jx"}]]);j("chart-area",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z",key:"q0gr47"}]]);j("chart-bar-big",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]]);j("chart-bar-decreasing",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h3",key:"ur6vzw"}],["path",{d:"M7 6h12",key:"sz5b0d"}]]);j("chart-bar-increasing",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h12",key:"wsnu98"}],["path",{d:"M7 6h3",key:"w9rmul"}]]);j("chart-bar-stacked",[["path",{d:"M11 13v4",key:"vyy2rb"}],["path",{d:"M15 5v4",key:"1gx88a"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]]);j("chart-candlestick",[["path",{d:"M9 5v4",key:"14uxtq"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1",key:"f4fvz0"}],["path",{d:"M9 15v2",key:"r5rk32"}],["path",{d:"M17 3v2",key:"1l2re6"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1",key:"z38je5"}],["path",{d:"M17 13v3",key:"5l0wba"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]]);j("chart-bar",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16h8",key:"srdodz"}],["path",{d:"M7 11h12",key:"127s9w"}],["path",{d:"M7 6h3",key:"w9rmul"}]]);j("chart-column-big",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]]);j("chart-column-decreasing",[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17v-3",key:"1sqioe"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17V5",key:"1wzmnc"}]]);j("chart-column-increasing",[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17V5",key:"sfb6ij"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17v-3",key:"17ska0"}]]);j("chart-column-stacked",[["path",{d:"M11 13H7",key:"t0o9gq"}],["path",{d:"M19 9h-4",key:"rera1j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]]);j("chart-column",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]]);j("chart-gantt",[["path",{d:"M10 6h8",key:"zvc2xc"}],["path",{d:"M12 16h6",key:"yi5mkt"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 11h7",key:"wz2hg0"}]]);j("chart-line",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]]);j("chart-network",[["path",{d:"m13.11 7.664 1.78 2.672",key:"go2gg9"}],["path",{d:"m14.162 12.788-3.324 1.424",key:"11x848"}],["path",{d:"m20 4-6.06 1.515",key:"1wxxh7"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["circle",{cx:"12",cy:"6",r:"2",key:"1jj5th"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}],["circle",{cx:"9",cy:"15",r:"2",key:"lf2ghp"}]]);j("chart-no-axes-column-decreasing",[["path",{d:"M12 20V10",key:"g8npz5"}],["path",{d:"M18 20v-4",key:"8uic4z"}],["path",{d:"M6 20V4",key:"1w1bmo"}]]);j("chart-no-axes-column-increasing",[["line",{x1:"12",x2:"12",y1:"20",y2:"10",key:"1vz5eb"}],["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["line",{x1:"6",x2:"6",y1:"20",y2:"16",key:"hq0ia6"}]]);j("chart-no-axes-column",[["line",{x1:"18",x2:"18",y1:"20",y2:"10",key:"1xfpm4"}],["line",{x1:"12",x2:"12",y1:"20",y2:"4",key:"be30l9"}],["line",{x1:"6",x2:"6",y1:"20",y2:"14",key:"1r4le6"}]]);j("chart-no-axes-combined",[["path",{d:"M12 16v5",key:"zza2cw"}],["path",{d:"M16 14v7",key:"1g90b9"}],["path",{d:"M20 10v11",key:"1iqoj0"}],["path",{d:"m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15",key:"1fw8x9"}],["path",{d:"M4 18v3",key:"1yp0dc"}],["path",{d:"M8 14v7",key:"n3cwzv"}]]);j("chart-no-axes-gantt",[["path",{d:"M8 6h10",key:"9lnwnk"}],["path",{d:"M6 12h9",key:"1g9pqf"}],["path",{d:"M11 18h7",key:"c8dzvl"}]]);j("chart-pie",[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",key:"pzmjnu"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83",key:"k2fpak"}]]);j("chart-scatter",[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor",key:"lysivs"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor",key:"byv1b8"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor",key:"1gjh6j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]]);j("chart-spline",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7",key:"lw07rv"}]]);j("check-check",[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]]);
42
- /**
43
- * @license lucide-react v0.487.0 - ISC
44
- *
45
- * This source code is licensed under the ISC license.
46
- * See the LICENSE file in the root directory of this source tree.
47
- */
48
- const z=j("check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);j("chef-hat",[["path",{d:"M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z",key:"1qvrer"}],["path",{d:"M6 17h12",key:"1jwigz"}]]);j("cherry",[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"cvxqlc"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"1ostrc"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12",key:"hqx58h"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z",key:"eykp1o"}]]);j("chevron-first",[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]]);j("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);j("chevron-last",[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]]);
49
- /**
50
- * @license lucide-react v0.487.0 - ISC
51
- *
52
- * This source code is licensed under the ISC license.
53
- * See the LICENSE file in the root directory of this source tree.
54
- */
55
- const q=j("chevron-left",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]),V=j("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);j("chevron-up",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]);j("chevrons-down-up",[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]]);j("chevrons-down",[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]]);j("chevrons-left-right-ellipsis",[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]);
56
- /**
57
- * @license lucide-react v0.487.0 - ISC
58
- *
59
- * This source code is licensed under the ISC license.
60
- * See the LICENSE file in the root directory of this source tree.
61
- */
62
- const C=j("chevrons-left",[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]]);j("chevrons-left-right",[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]]);
63
- /**
64
- * @license lucide-react v0.487.0 - ISC
65
- *
66
- * This source code is licensed under the ISC license.
67
- * See the LICENSE file in the root directory of this source tree.
68
- */
69
- const E=j("chevrons-right",[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]]);j("chevrons-right-left",[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]]);
70
- /**
71
- * @license lucide-react v0.487.0 - ISC
72
- *
73
- * This source code is licensed under the ISC license.
74
- * See the LICENSE file in the root directory of this source tree.
75
- */
76
- const T=j("chevrons-up-down",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]);j("chevrons-up",[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]]);j("chrome",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["line",{x1:"21.17",x2:"12",y1:"8",y2:"8",key:"a0cw5f"}],["line",{x1:"3.95",x2:"8.54",y1:"6.06",y2:"14",key:"1kftof"}],["line",{x1:"10.88",x2:"15.46",y1:"21.94",y2:"14",key:"1ymyh8"}]]);j("church",[["path",{d:"M10 9h4",key:"u4k05v"}],["path",{d:"M12 7v5",key:"ma6bk"}],["path",{d:"M14 22v-4a2 2 0 0 0-4 0v4",key:"1pdhuj"}],["path",{d:"M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22",key:"1rkokr"}],["path",{d:"m18 7 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7",key:"1w6esw"}]]);j("cigarette-off",[["path",{d:"M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13",key:"1gdiyg"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866",key:"166zjj"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]]);j("cigarette",[["path",{d:"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14",key:"1mb5g1"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"1yl5r7"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]]);j("circle-arrow-down",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]]);j("circle-arrow-left",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}]]);j("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);j("circle-arrow-out-down-left",[["path",{d:"M2 12a10 10 0 1 1 10 10",key:"1yn6ov"}],["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"M8 22H2v-6",key:"sulq54"}]]);j("circle-arrow-out-down-right",[["path",{d:"M12 22a10 10 0 1 1 10-10",key:"130bv5"}],["path",{d:"M22 22 12 12",key:"131aw7"}],["path",{d:"M22 16v6h-6",key:"1gvm70"}]]);j("circle-arrow-out-up-left",[["path",{d:"M2 8V2h6",key:"hiwtdz"}],["path",{d:"m2 2 10 10",key:"1oh8rs"}],["path",{d:"M12 2A10 10 0 1 1 2 12",key:"rrk4fa"}]]);j("circle-arrow-out-up-right",[["path",{d:"M22 12A10 10 0 1 1 12 2",key:"1fm58d"}],["path",{d:"M22 2 12 12",key:"yg2myt"}],["path",{d:"M16 2h6v6",key:"zan5cs"}]]);j("circle-arrow-right",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]]);j("circle-arrow-up",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]]);j("circle-check-big",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);j("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);j("circle-chevron-down",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]);j("circle-chevron-left",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]);j("circle-chevron-right",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]);j("circle-chevron-up",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]);j("circle-dashed",[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0",key:"5ilxe3"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0",key:"11zvb9"}],["path",{d:"M17.609 3.721a10 10 0 0 1 2.69 2.7",key:"1iw5b2"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8",key:"c0bmvh"}],["path",{d:"M20.279 17.609a10 10 0 0 1-2.7 2.69",key:"1ruxm7"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8",key:"qkgqxc"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69",key:"1mcia2"}],["path",{d:"M6.391 20.279a10 10 0 0 1-2.69-2.7",key:"1fvljs"}]]);j("circle-dollar-sign",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]]);j("circle-divide",[["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);j("circle-dot-dashed",[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0",key:"1qdqn0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7",key:"1bq7p6"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8",key:"1rlaqf"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69",key:"1xk03u"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0",key:"l7re25"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7",key:"1v18p6"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8",key:"xdo6bj"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69",key:"1jjmaz"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);j("circle-dot",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);j("circle-ellipsis",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]);j("circle-equal",[["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);j("circle-fading-arrow-up",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]);j("circle-fading-plus",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]);j("circle-gauge",[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7",key:"1e0p6d"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M13.4 10.6 19 5",key:"1kr7tw"}]]);j("circle-help",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);j("circle-minus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);j("circle-off",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65",key:"1pfsoa"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92",key:"1ablyi"}]]);j("circle-parking-off",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m5 5 14 14",key:"11anup"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.34",key:"a9qo08"}]]);j("circle-parking",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]);j("circle-pause",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9",key:"c1nkhi"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9",key:"h65svq"}]]);j("circle-percent",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);j("circle-play",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polygon",{points:"10 8 16 12 10 16 10 8",key:"1cimsy"}]]);j("circle-plus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]);j("circle-power",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);j("circle-slash-2",[["path",{d:"M22 2 2 22",key:"y4kqgn"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);j("circle-slash",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]);j("circle-small",[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]]);j("circle-stop",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]]);j("circle-user-round",[["path",{d:"M18 20a6 6 0 0 0-12 0",key:"1qehca"}],["circle",{cx:"12",cy:"10",r:"4",key:"1h16sb"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);j("circle-user",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]]);j("circle-x",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);j("circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);j("circuit-board",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3",key:"1ve2rv"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4",key:"1fwkro"}],["circle",{cx:"15",cy:"15",r:"2",key:"3i40o0"}]]);j("citrus",[["path",{d:"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z",key:"4ite01"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34",key:"1gxipu"}],["path",{d:"m14 10-5.5 5.5",key:"92pfem"}],["path",{d:"M14 17.85V10H6.15",key:"xqmtsk"}]]);j("clapperboard",[["path",{d:"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z",key:"1tn4o7"}],["path",{d:"m6.2 5.3 3.1 3.9",key:"iuk76l"}],["path",{d:"m12.4 3.4 3.1 4",key:"6hsd6n"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z",key:"ltgou9"}]]);j("clipboard-check",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m9 14 2 2 4-4",key:"df797q"}]]);j("clipboard-copy",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2",key:"4jdomd"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4",key:"3hqy98"}],["path",{d:"M21 14H11",key:"1bme5i"}],["path",{d:"m15 10-4 4 4 4",key:"5dvupr"}]]);j("clipboard-list",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);j("clipboard-minus",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}]]);j("clipboard-paste",[["path",{d:"M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z",key:"1pp7kr"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10",key:"2ik1ml"}],["path",{d:"m17 10 4 4-4 4",key:"vp2hj1"}]]);j("clipboard-pen-line",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5",key:"1but9f"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1",key:"1p8n7l"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}]]);j("clipboard-pen",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5",key:"cereej"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2",key:"5ua5vh"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]]);j("clipboard-plus",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}],["path",{d:"M12 17v-6",key:"1y8rbf"}]]);j("clipboard-type",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 12v-1h6v1",key:"iehl6m"}],["path",{d:"M11 17h2",key:"12w5me"}],["path",{d:"M12 11v6",key:"1bwqyc"}]]);j("clipboard-x",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m15 11-6 6",key:"1toa9n"}],["path",{d:"m9 11 6 6",key:"wlibny"}]]);j("clipboard",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]]);j("clock-1",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 8",key:"12zbmj"}]]);j("clock-10",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 10",key:"atfzqc"}]]);j("clock-11",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 8",key:"l5bg6f"}]]);j("clock-12",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12",key:"1fub01"}]]);j("clock-2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 10",key:"1g230d"}]]);j("clock-3",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16.5 12",key:"1aq6pp"}]]);j("clock-4",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]);j("clock-5",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 16",key:"1pcbox"}]]);j("clock-7",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 16",key:"ka3394"}]]);j("clock-6",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 12 16.5",key:"hb2qv6"}]]);j("clock-8",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 14",key:"tmc9b4"}]]);j("clock-9",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 7.5 12",key:"1k60p0"}]]);j("clock-alert",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M16 21.16a10 10 0 1 1 5-13.516",key:"cxo92l"}],["path",{d:"M20 11.5v6",key:"2ei3xq"}],["path",{d:"M20 21.5h.01",key:"1r2dzp"}]]);j("clock-arrow-down",[["path",{d:"M12.338 21.994A10 10 0 1 1 21.925 13.227",key:"1i7shu"}],["path",{d:"M12 6v6l2 1",key:"19cm8n"}],["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M18 14v8",key:"irew45"}]]);j("clock-arrow-up",[["path",{d:"M13.228 21.925A10 10 0 1 1 21.994 12.338",key:"1fzlyi"}],["path",{d:"M12 6v6l1.562.781",key:"1ujuk9"}],["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M18 22v-8",key:"su0gjh"}]]);j("clock",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]);j("clock-fading",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]);j("cloud-alert",[["path",{d:"M12 12v4",key:"tww15h"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708",key:"xsb5ju"}]]);j("cloud-cog",[["circle",{cx:"12",cy:"17",r:"3",key:"1spfwm"}],["path",{d:"M4.2 15.1A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",key:"zaobp"}],["path",{d:"m15.7 18.4-.9-.3",key:"4qxpbn"}],["path",{d:"m9.2 15.9-.9-.3",key:"17q7o2"}],["path",{d:"m10.6 20.7.3-.9",key:"1pf4s2"}],["path",{d:"m13.1 14.2.3-.9",key:"1mnuqm"}],["path",{d:"m13.6 20.7-.4-1",key:"1jpd1m"}],["path",{d:"m10.8 14.3-.4-1",key:"17ugyy"}],["path",{d:"m8.3 18.6 1-.4",key:"s42vdx"}],["path",{d:"m14.7 15.8 1-.4",key:"2wizun"}]]);j("cloud-download",[["path",{d:"M12 13v8l-4-4",key:"1f5nwf"}],["path",{d:"m12 21 4-4",key:"1lfcce"}],["path",{d:"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284",key:"ui1hmy"}]]);j("cloud-drizzle",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 19v1",key:"1dk2by"}],["path",{d:"M8 14v1",key:"84yxot"}],["path",{d:"M16 19v1",key:"v220m7"}],["path",{d:"M16 14v1",key:"g12gj6"}],["path",{d:"M12 21v1",key:"q8vafk"}],["path",{d:"M12 16v1",key:"1mx6rx"}]]);j("cloud-fog",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 17H7",key:"pygtm1"}],["path",{d:"M17 21H9",key:"1u2q02"}]]);j("cloud-hail",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v2",key:"a1is7l"}],["path",{d:"M8 14v2",key:"1e9m6t"}],["path",{d:"M16 20h.01",key:"xwek51"}],["path",{d:"M8 20h.01",key:"1vjney"}],["path",{d:"M12 16v2",key:"z66u1j"}],["path",{d:"M12 22h.01",key:"1urd7a"}]]);j("cloud-lightning",[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973",key:"1cez44"}],["path",{d:"m13 12-3 5h4l-3 5",key:"1t22er"}]]);j("cloud-moon-rain",[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M7 19v2",key:"12npes"}]]);j("cloud-moon",[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z",key:"p44pc9"}]]);j("cloud-off",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193",key:"yfwify"}],["path",{d:"M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07",key:"jlfiyv"}]]);j("cloud-rain-wind",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m9.2 22 3-7",key:"sb5f6j"}],["path",{d:"m9 13-3 7",key:"500co5"}],["path",{d:"m17 13-3 7",key:"8t2fiy"}]]);j("cloud-rain",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v6",key:"1j4efv"}],["path",{d:"M8 14v6",key:"17c4r9"}],["path",{d:"M12 16v6",key:"c8a4gj"}]]);j("cloud-snow",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M8 19h.01",key:"puxtts"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M12 21h.01",key:"h35vbk"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M16 19h.01",key:"1vcnzz"}]]);j("cloud-sun-rain",[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M7 19v2",key:"12npes"}]]);j("cloud-sun",[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z",key:"s09mg5"}]]);j("cloud-upload",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]]);j("cloudy",[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"gqqjvc"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5",key:"1p2s76"}]]);j("clover",[["path",{d:"M16.17 7.83 2 22",key:"t58vo8"}],["path",{d:"M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12",key:"17k36q"}],["path",{d:"m7.83 7.83 8.34 8.34",key:"1d7sxk"}]]);j("cloud",[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]]);j("club",[["path",{d:"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z",key:"27yuqz"}],["path",{d:"M12 17.66L12 22",key:"ogfahf"}]]);j("code-xml",[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]]);j("code",[["polyline",{points:"16 18 22 12 16 6",key:"z7tu5w"}],["polyline",{points:"8 6 2 12 8 18",key:"1eg1df"}]]);j("codepen",[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2",key:"srzb37"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5",key:"1t73f2"}],["polyline",{points:"22 8.5 12 15.5 2 8.5",key:"ajlxae"}],["polyline",{points:"2 15.5 12 8.5 22 15.5",key:"susrui"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5",key:"2cldga"}]]);j("codesandbox",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21",key:"fabo96"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12",key:"z377f1"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79",key:"9nrev1"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96",key:"1180pa"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12",key:"3z3uq6"}]]);j("coffee",[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",key:"pwadti"}],["path",{d:"M6 2v2",key:"colzsn"}]]);j("cog",[["path",{d:"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z",key:"sobvz5"}],["path",{d:"M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",key:"11i496"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 22v-2",key:"1osdcq"}],["path",{d:"m17 20.66-1-1.73",key:"eq3orb"}],["path",{d:"M11 10.27 7 3.34",key:"16pf9h"}],["path",{d:"m20.66 17-1.73-1",key:"sg0v6f"}],["path",{d:"m3.34 7 1.73 1",key:"1ulond"}],["path",{d:"M14 12h8",key:"4f43i9"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"m20.66 7-1.73 1",key:"1ow05n"}],["path",{d:"m3.34 17 1.73-1",key:"nuk764"}],["path",{d:"m17 3.34-1 1.73",key:"2wel8s"}],["path",{d:"m11 13.73-4 6.93",key:"794ttg"}]]);j("coins",[["circle",{cx:"8",cy:"8",r:"6",key:"3yglwk"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18",key:"t5s6rm"}],["path",{d:"M7 6h1v4",key:"1obek4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82",key:"1rbuyh"}]]);j("columns-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]]);j("columns-4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7.5 3v18",key:"w0wo6v"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M16.5 3v18",key:"10tjh1"}]]);j("columns-3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);j("combine",[["path",{d:"M10 18H5a3 3 0 0 1-3-3v-1",key:"ru65g8"}],["path",{d:"M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"e30een"}],["path",{d:"M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"2ahx8o"}],["path",{d:"m7 21 3-3-3-3",key:"127cv2"}],["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2",key:"1b0bso"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2",key:"1x09vl"}]]);j("command",[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]]);j("compass",[["path",{d:"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z",key:"9ktpf1"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);j("component",[["path",{d:"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",key:"1uwlt4"}],["path",{d:"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z",key:"10291m"}],["path",{d:"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z",key:"1tqoq1"}],["path",{d:"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",key:"1x6lto"}]]);j("computer",[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2",key:"wc9tft"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h2",key:"rwmk9e"}],["path",{d:"M12 18h6",key:"aqd8w3"}]]);j("concierge-bell",[["path",{d:"M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z",key:"1pvr1r"}],["path",{d:"M20 16a8 8 0 1 0-16 0",key:"1pa543"}],["path",{d:"M12 4v4",key:"1bq03y"}],["path",{d:"M10 4h4",key:"1xpv9s"}]]);j("cone",[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98",key:"53pte7"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3",key:"1ji25f"}]]);j("construction",[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1",key:"1estib"}],["path",{d:"M17 14v7",key:"7m2elx"}],["path",{d:"M7 14v7",key:"1cm7wv"}],["path",{d:"M17 3v3",key:"1v4jwn"}],["path",{d:"M7 3v3",key:"7o6guu"}],["path",{d:"M10 14 2.3 6.3",key:"1023jk"}],["path",{d:"m14 6 7.7 7.7",key:"1s8pl2"}],["path",{d:"m8 6 8 8",key:"hl96qh"}]]);j("contact-round",[["path",{d:"M16 2v2",key:"scm5qe"}],["path",{d:"M17.915 22a6 6 0 0 0-12 0",key:"suqz9p"}],["path",{d:"M8 2v2",key:"pbkmx"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]]);j("contact",[["path",{d:"M16 2v2",key:"scm5qe"}],["path",{d:"M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1waht3"}],["path",{d:"M8 2v2",key:"pbkmx"}],["circle",{cx:"12",cy:"11",r:"3",key:"itu57m"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]]);j("container",[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]]);j("contrast",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]]);j("cooking-pot",[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",key:"u0tga0"}],["path",{d:"m4 8 16-4",key:"16g0ng"}],["path",{d:"m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8",key:"12cejc"}]]);j("cookie",[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5",key:"laymnq"}],["path",{d:"M8.5 8.5v.01",key:"ue8clq"}],["path",{d:"M16 15.5v.01",key:"14dtrp"}],["path",{d:"M12 12v.01",key:"u5ubse"}],["path",{d:"M11 17v.01",key:"1hyl5a"}],["path",{d:"M7 14v.01",key:"uct60s"}]]);j("copy-check",[["path",{d:"m12 15 2 2 4-4",key:"2c609p"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);j("copy-minus",[["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);j("copy-plus",[["line",{x1:"15",x2:"15",y1:"12",y2:"18",key:"1p7wdc"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);j("copy-slash",[["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);j("copy-x",[["line",{x1:"12",x2:"18",y1:"12",y2:"18",key:"1rg63v"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);j("copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);j("copyleft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]]);j("copyright",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]]);j("corner-down-left",[["polyline",{points:"9 10 4 15 9 20",key:"r3jprv"}],["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}]]);j("corner-down-right",[["polyline",{points:"15 10 20 15 15 20",key:"1q7qjw"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]]);j("corner-left-down",[["polyline",{points:"14 15 9 20 4 15",key:"nkc4i"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]]);j("corner-left-up",[["polyline",{points:"14 9 9 4 4 9",key:"m9oyvo"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]]);j("corner-right-down",[["polyline",{points:"10 15 15 20 20 15",key:"axus6l"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]]);j("corner-up-right",[["polyline",{points:"15 14 20 9 15 4",key:"1tbx3s"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]]);j("corner-up-left",[["polyline",{points:"9 14 4 9 9 4",key:"881910"}],["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}]]);j("corner-right-up",[["polyline",{points:"10 9 15 4 20 9",key:"1lr6px"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]]);j("cpu",[["rect",{width:"16",height:"16",x:"4",y:"4",rx:"2",key:"14l7u7"}],["rect",{width:"6",height:"6",x:"9",y:"9",rx:"1",key:"5aljv4"}],["path",{d:"M15 2v2",key:"13l42r"}],["path",{d:"M15 20v2",key:"15mkzm"}],["path",{d:"M2 15h2",key:"1gxd5l"}],["path",{d:"M2 9h2",key:"1bbxkp"}],["path",{d:"M20 15h2",key:"19e6y8"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M9 2v2",key:"165o2o"}],["path",{d:"M9 20v2",key:"i2bqo8"}]]);j("creative-commons",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1ss3eq"}],["path",{d:"M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1od56t"}]]);j("credit-card",[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]]);j("croissant",[["path",{d:"m4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z",key:"1ozxlb"}],["path",{d:"m10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83",key:"ffuyb5"}],["path",{d:"M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4",key:"osnpzi"}],["path",{d:"m14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2",key:"1vubaw"}],["path",{d:"M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5",key:"wxr772"}]]);j("crop",[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]]);j("cross",[["path",{d:"M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z",key:"1xbrqy"}]]);j("crosshair",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12",key:"l9bcsi"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12",key:"13hhkx"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2",key:"10w3f3"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18",key:"15g9kq"}]]);j("crown",[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]]);j("cuboid",[["path",{d:"m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z",key:"1u2ovd"}],["path",{d:"M10 22v-8L2.25 9.15",key:"11pn4q"}],["path",{d:"m10 14 11.77-6.87",key:"1kt1wh"}]]);j("cup-soda",[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8",key:"8166m8"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"yjz344"}],["path",{d:"m12 8 1-6h2",key:"3ybfa4"}]]);j("currency",[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6",key:"1jkytn"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6",key:"14zfjt"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18",key:"iusuec"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18",key:"yj2dd7"}]]);j("cylinder",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]]);j("dam",[["path",{d:"M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"157kva"}],["path",{d:"M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"d7q6m6"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z",key:"pr6s65"}]]);j("database-backup",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69",key:"1ui2ym"}],["path",{d:"M21 9.3V5",key:"6k6cib"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88",key:"i62tjy"}],["path",{d:"M12 12v4h4",key:"1bxaet"}],["path",{d:"M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16",key:"1f4ei9"}]]);j("database-zap",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84",key:"14ibmq"}],["path",{d:"M21 5V8",key:"1marbg"}],["path",{d:"M21 12L18 17H22L19 22",key:"zafso"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87",key:"1y4wr8"}]]);j("database",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]]);j("delete",[["path",{d:"M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z",key:"1yo7s0"}],["path",{d:"m12 9 6 6",key:"anjzzh"}],["path",{d:"m18 9-6 6",key:"1fp51s"}]]);j("dessert",[["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}],["path",{d:"M10.2 3.2C5.5 4 2 8.1 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4 0c0-4.9-3.5-9-8.2-9.8",key:"lfo06j"}],["path",{d:"M3.2 14.8a9 9 0 0 0 17.6 0",key:"12xarc"}]]);j("diameter",[["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86",key:"xr8kdq"}],["path",{d:"m6.41 6.41 11.18 11.18",key:"uhpjw7"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86",key:"cldpwv"}]]);j("diamond-minus",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);j("diamond-percent",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z",key:"1tpxz2"}],["path",{d:"M9.2 9.2h.01",key:"1b7bvt"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"M14.7 14.8h.01",key:"17nsh4"}]]);j("diamond-plus",[["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);j("diamond",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z",key:"1f1r0c"}]]);j("dice-1",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);j("dice-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M9 15h.01",key:"fzyn71"}]]);j("dice-3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);j("dice-4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}]]);j("dice-5",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);j("dice-6",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);j("dices",[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2",key:"6agr2n"}],["path",{d:"m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6",key:"1o487t"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 14h.01",key:"ssrbsk"}],["path",{d:"M15 6h.01",key:"cblpky"}],["path",{d:"M18 9h.01",key:"2061c0"}]]);j("diff",[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]]);j("disc-2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);j("disc-3",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2",key:"oqkarx"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2",key:"1eah9h"}]]);j("disc-album",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"5",key:"nd82uf"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);j("disc",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);j("divide",[["circle",{cx:"12",cy:"6",r:"1",key:"1bh7o1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12",key:"13b5wn"}],["circle",{cx:"12",cy:"18",r:"1",key:"lqb9t5"}]]);j("dna-off",[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8",key:"1bivrr"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3",key:"nxix30"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1",key:"18cutr"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16",key:"rlvei3"}]]);j("dna",[["path",{d:"m10 16 1.5 1.5",key:"11lckj"}],["path",{d:"m14 8-1.5-1.5",key:"1ohn8i"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993",key:"80uv8i"}],["path",{d:"m16.5 10.5 1 1",key:"696xn5"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c6.667-6 13.333 0 20-6",key:"1pyr53"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993",key:"q3hbxp"}]]);j("dog",[["path",{d:"M11.25 16.25h1.5L12 17z",key:"w7jh35"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309",key:"u7s9ue"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5",key:"v8hric"}]]);j("dock",[["path",{d:"M2 8h20",key:"d11cs7"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 16h12",key:"u522kt"}]]);j("dollar-sign",[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]]);j("donut",[["path",{d:"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3",key:"19sr3x"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);j("door-closed",[["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",key:"36qu9e"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M14 12v.01",key:"xfcn54"}]]);j("door-open",[["path",{d:"M13 4h3a2 2 0 0 1 2 2v14",key:"hrm0s9"}],["path",{d:"M2 20h3",key:"1gaodv"}],["path",{d:"M13 20h9",key:"s90cdi"}],["path",{d:"M10 12v.01",key:"vx6srw"}],["path",{d:"M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z",key:"199qr4"}]]);j("dot",[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]]);j("download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]]);j("drafting-compass",[["path",{d:"m12.99 6.74 1.93 3.44",key:"iwagvd"}],["path",{d:"M19.136 12a10 10 0 0 1-14.271 0",key:"ppmlo4"}],["path",{d:"m21 21-2.16-3.84",key:"vylbct"}],["path",{d:"m3 21 8.02-14.26",key:"1ssaw4"}],["circle",{cx:"12",cy:"5",r:"2",key:"f1ur92"}]]);j("drama",[["path",{d:"M10 11h.01",key:"d2at3l"}],["path",{d:"M14 6h.01",key:"k028ub"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6.5 13.1h.01",key:"1748ia"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3",key:"172yzv"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0",key:"1obv0w"}],["path",{d:"M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7",key:"rqjl8i"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4",key:"1mr6wy"}]]);j("dribbble",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94",key:"hpej1"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32",key:"1tr44o"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72",key:"kbh691"}]]);j("drill",[["path",{d:"M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z",key:"ioqxb1"}],["path",{d:"M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8",key:"1rs59n"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3",key:"105ega"}],["path",{d:"M18 6h4",key:"66u95g"}],["path",{d:"m5 10-2 8",key:"xt2lic"}],["path",{d:"m7 18 2-8",key:"1bzku2"}]]);j("droplet-off",[["path",{d:"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586",key:"8suz2t"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208",key:"19dw9m"}]]);j("droplet",[["path",{d:"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",key:"c7niix"}]]);j("droplets",[["path",{d:"M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z",key:"1ptgy4"}],["path",{d:"M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97",key:"1sl1rz"}]]);j("drumstick",[["path",{d:"M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23",key:"1dtqwm"}],["path",{d:"m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59",key:"1oq1fw"}]]);j("drum",[["path",{d:"m2 2 8 8",key:"1v6059"}],["path",{d:"m22 2-8 8",key:"173r8a"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5",key:"liohsx"}],["path",{d:"M7 13.4v7.9",key:"1yi6u9"}],["path",{d:"M12 14v8",key:"1tn2tj"}],["path",{d:"M17 13.4v7.9",key:"eqz2v3"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9",key:"1750ul"}]]);j("dumbbell",[["path",{d:"M14.4 14.4 9.6 9.6",key:"ic80wn"}],["path",{d:"M18.657 21.485a2 2 0 1 1-2.829-2.828l-1.767 1.768a2 2 0 1 1-2.829-2.829l6.364-6.364a2 2 0 1 1 2.829 2.829l-1.768 1.767a2 2 0 1 1 2.828 2.829z",key:"nnl7wr"}],["path",{d:"m21.5 21.5-1.4-1.4",key:"1f1ice"}],["path",{d:"M3.9 3.9 2.5 2.5",key:"1evmna"}],["path",{d:"M6.404 12.768a2 2 0 1 1-2.829-2.829l1.768-1.767a2 2 0 1 1-2.828-2.829l2.828-2.828a2 2 0 1 1 2.829 2.828l1.767-1.768a2 2 0 1 1 2.829 2.829z",key:"yhosts"}]]);j("ear-off",[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46",key:"1qngmn"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14",key:"b06bma"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76",key:"g10hsz"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18",key:"ygzou7"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("ear",[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",key:"1dfaln"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",key:"1qnva7"}]]);j("earth-lock",[["path",{d:"M7 3.34V5a3 3 0 0 0 3 3",key:"w732o8"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"f02343"}],["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M12 2a10 10 0 1 0 9.54 13",key:"zjsr6q"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]]);j("earth",[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17",key:"1tzkfa"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"14pb5j"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);j("eclipse",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]]);j("egg-fried",[["circle",{cx:"11.5",cy:"12.5",r:"3.5",key:"1cl1mi"}],["path",{d:"M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z",key:"165ef9"}]]);j("egg-off",[["path",{d:"M6.399 6.399C5.362 8.157 4.65 10.189 4.5 12c-.37 4.43 1.27 9.95 7.5 10 3.256-.026 5.259-1.547 6.375-3.625",key:"6et380"}],["path",{d:"M19.532 13.875A14.07 14.07 0 0 0 19.5 12c-.36-4.34-3.95-9.96-7.5-10-1.04.012-2.082.502-3.046 1.297",key:"gcdc3f"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("egg",[["path",{d:"M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z",key:"1c39pg"}]]);j("ellipsis-vertical",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}]]);j("equal-approximately",[["path",{d:"M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0",key:"yrdkhy"}],["path",{d:"M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0",key:"gzkvyz"}]]);j("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]);j("equal-not",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}]]);j("equal",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]]);j("eraser",[["path",{d:"m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21",key:"182aya"}],["path",{d:"M22 21H7",key:"t4ddhn"}],["path",{d:"m5 11 9 9",key:"1mo9qw"}]]);j("euro",[["path",{d:"M4 10h12",key:"1y6xl8"}],["path",{d:"M4 14h9",key:"1loblj"}],["path",{d:"M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2",key:"1j6lzo"}]]);j("ethernet-port",[["path",{d:"m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z",key:"rbahqx"}],["path",{d:"M6 8v1",key:"1636ez"}],["path",{d:"M10 8v1",key:"1talb4"}],["path",{d:"M14 8v1",key:"1rsfgr"}],["path",{d:"M18 8v1",key:"gnkwox"}]]);j("expand",[["path",{d:"m15 15 6 6",key:"1s409w"}],["path",{d:"m15 9 6-6",key:"ko1vev"}],["path",{d:"M21 16.2V21h-4.8",key:"1hrera"}],["path",{d:"M21 7.8V3h-4.8",key:"ul1q53"}],["path",{d:"M3 16.2V21h4.8",key:"1x04uo"}],["path",{d:"m3 21 6-6",key:"wwnumi"}],["path",{d:"M3 7.8V3h4.8",key:"1ijppm"}],["path",{d:"M9 9 3 3",key:"v551iv"}]]);j("eye-closed",[["path",{d:"m15 18-.722-3.25",key:"1j64jw"}],["path",{d:"M2 8a10.645 10.645 0 0 0 20 0",key:"1e7gxb"}],["path",{d:"m20 15-1.726-2.05",key:"1cnuld"}],["path",{d:"m4 15 1.726-2.05",key:"1dsqqd"}],["path",{d:"m9 18 .722-3.25",key:"ypw2yx"}]]);j("external-link",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);j("eye-off",[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("eye",[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);j("facebook",[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]]);j("factory",[["path",{d:"M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"159hny"}],["path",{d:"M17 18h1",key:"uldtlt"}],["path",{d:"M12 18h1",key:"s9uhes"}],["path",{d:"M7 18h1",key:"1neino"}]]);j("fan",[["path",{d:"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z",key:"484a7f"}],["path",{d:"M12 12v.01",key:"u5ubse"}]]);j("fast-forward",[["polygon",{points:"13 19 22 12 13 5 13 19",key:"587y9g"}],["polygon",{points:"2 19 11 12 2 5 2 19",key:"3pweh0"}]]);j("feather",[["path",{d:"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z",key:"18jl4k"}],["path",{d:"M16 8 2 22",key:"vp34q"}],["path",{d:"M17.5 15H9",key:"1oz8nu"}]]);j("fence",[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"1n2rgs"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M6 18h4",key:"12yh4b"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"3ha7mj"}],["path",{d:"M14 8h4",key:"1r8wg2"}],["path",{d:"M14 18h4",key:"1t3kbu"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"dfd4e2"}]]);j("figma",[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z",key:"1340ok"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z",key:"1hz3m3"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z",key:"1oz8n2"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z",key:"1ff65i"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z",key:"pdip6e"}]]);j("ferris-wheel",[["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m6.8 15-3.5 2",key:"hjy98k"}],["path",{d:"m20.7 7-3.5 2",key:"f08gto"}],["path",{d:"M6.8 9 3.3 7",key:"1aevh4"}],["path",{d:"m20.7 17-3.5-2",key:"1liqo3"}],["path",{d:"m9 22 3-8 3 8",key:"wees03"}],["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0",key:"dhzg4g"}]]);j("file-archive",[["path",{d:"M10 12v-1",key:"v7bkov"}],["path",{d:"M10 18v-2",key:"1cjy8d"}],["path",{d:"M10 7V6",key:"dljcrl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01",key:"gkbcor"}],["circle",{cx:"10",cy:"20",r:"2",key:"1xzdoj"}]]);j("file-audio-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"3",cy:"17",r:"1",key:"vo6nti"}],["path",{d:"M2 17v-3a4 4 0 0 1 8 0v3",key:"1ggdre"}],["circle",{cx:"9",cy:"17",r:"1",key:"bc1fq4"}]]);j("file-audio",[["path",{d:"M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"rslqgf"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0",key:"9f7x3i"}]]);j("file-axis-3d",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 18 4-4",key:"12zab0"}],["path",{d:"M8 10v8h8",key:"tlaukw"}]]);j("file-badge-2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14 12.5 1 5.5-3-1-3 1 1-5.5",key:"14xlky"}]]);j("file-badge",[["path",{d:"M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"12ixgl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"u0c8gj"}],["path",{d:"M7 16.5 8 22l-3-1-3 1 1-5.5",key:"5gm2nr"}]]);j("file-box",[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"16lz6z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z",key:"99pj1s"}],["path",{d:"M7 17v5",key:"1yj1jh"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8",key:"1yk8tc"}]]);j("file-chart-column-increasing",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M12 18v-4",key:"q1q25u"}],["path",{d:"M16 18v-6",key:"15y0np"}]]);j("file-chart-column",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-1",key:"zg0ygc"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"M16 18v-3",key:"j5jt4h"}]]);j("file-chart-pie",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5",key:"13ddob"}],["path",{d:"M4.017 11.512a6 6 0 1 0 8.466 8.475",key:"s6vs5t"}],["path",{d:"M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z",key:"1dl6s6"}]]);j("file-chart-line",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17",key:"zz7yod"}]]);j("file-check-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3 15 2 2 4-4",key:"1lhrkk"}]]);j("file-check",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]]);j("file-clock",[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"37hlfg"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"8",cy:"16",r:"6",key:"10v15b"}],["path",{d:"M9.5 17.5 8 16.25V14",key:"1o80t2"}]]);j("file-code-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m5 12-3 3 3 3",key:"oke12k"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]]);j("file-code",[["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}]]);j("file-cog",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3.2 12.9-.9-.4",key:"1i3dj5"}],["path",{d:"m3.2 15.1-.9.4",key:"1fvgj0"}],["path",{d:"M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5",key:"1yo3oz"}],["path",{d:"m4.9 11.2-.4-.9",key:"otmhb9"}],["path",{d:"m4.9 16.8-.4.9",key:"1b8z07"}],["path",{d:"m7.5 10.3-.4.9",key:"11k65u"}],["path",{d:"m7.5 17.7-.4-.9",key:"431x55"}],["path",{d:"m9.7 12.5-.9.4",key:"87sjan"}],["path",{d:"m9.7 15.5-.9-.4",key:"khqm91"}],["circle",{cx:"6",cy:"14",r:"3",key:"a1xfv6"}]]);j("file-diff",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M9 17h6",key:"r8uit2"}]]);j("file-digit",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"4",height:"6",x:"2",y:"12",rx:"2",key:"jm304g"}],["path",{d:"M10 12h2v6",key:"12zw74"}],["path",{d:"M10 18h4",key:"1ulq68"}]]);j("file-down",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"m9 15 3 3 3-3",key:"1npd3o"}]]);j("file-heart",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1c1fso"}]]);j("file-image",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"10",cy:"12",r:"2",key:"737tya"}],["path",{d:"m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22",key:"wt3hpn"}]]);j("file-input",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 15h10",key:"jfw4w8"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]]);j("file-json-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",key:"fq0c9t"}],["path",{d:"M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",key:"4gibmv"}]]);j("file-json",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",key:"1oajmo"}],["path",{d:"M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",key:"mpwhp6"}]]);j("file-key-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6",key:"rc0qvx"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"m10 10-4.5 4.5",key:"7fwrp6"}],["path",{d:"m9 11 1 1",key:"wa6s5q"}]]);j("file-key",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"10",cy:"16",r:"2",key:"4ckbqe"}],["path",{d:"m16 10-4.5 4.5",key:"7p3ebg"}],["path",{d:"m15 11 1 1",key:"1bsyx3"}]]);j("file-lock-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1",key:"jmtmu2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"5",x:"2",y:"13",rx:"1",key:"10y5wo"}],["path",{d:"M8 13v-2a2 2 0 1 0-4 0v2",key:"1pdxzg"}]]);j("file-lock",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["rect",{width:"8",height:"6",x:"8",y:"12",rx:"1",key:"3yr8at"}],["path",{d:"M10 12v-2a2 2 0 1 1 4 0v2",key:"j4i8d"}]]);j("file-minus-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}]]);j("file-minus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}]]);j("file-music",[["path",{d:"M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4",key:"1d3kfm"}],["path",{d:"M8 18v-7.7L16 9v7",key:"1oie6o"}],["circle",{cx:"14",cy:"16",r:"2",key:"1bzzi3"}],["circle",{cx:"6",cy:"18",r:"2",key:"1fncim"}]]);j("file-output",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 7V4a2 2 0 0 1 2-2 2 2 0 0 0-2 2",key:"1vk7w2"}],["path",{d:"M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6",key:"1jink5"}],["path",{d:"m5 11-3 3",key:"1dgrs4"}],["path",{d:"m5 17-3-3h10",key:"1mvvaf"}]]);j("file-pen-line",[["path",{d:"m18 5-2.414-2.414A2 2 0 0 0 14.172 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2",key:"142zxg"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}],["path",{d:"M8 18h1",key:"13wk12"}]]);j("file-pen",[["path",{d:"M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5",key:"1couwa"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]]);j("file-plus-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}],["path",{d:"M6 12v6",key:"1u72j0"}]]);j("file-plus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]]);j("file-question",[["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}]]);j("file-scan",[["path",{d:"M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4",key:"1rdf37"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 14a2 2 0 0 0-2 2",key:"ceaadl"}],["path",{d:"M20 14a2 2 0 0 1 2 2",key:"1ny6zw"}],["path",{d:"M20 22a2 2 0 0 0 2-2",key:"1l9q4k"}],["path",{d:"M16 22a2 2 0 0 1-2-2",key:"1wqh5n"}]]);j("file-search-2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5",key:"1bq0ko"}],["path",{d:"M13.3 16.3 15 18",key:"2quom7"}]]);j("file-search",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"ms7g94"}],["path",{d:"m9 18-1.5-1.5",key:"1j6qii"}],["circle",{cx:"5",cy:"14",r:"3",key:"ufru5t"}]]);j("file-sliders",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M10 11v2",key:"1s651w"}],["path",{d:"M8 17h8",key:"wh5c61"}],["path",{d:"M14 16v2",key:"12fp5e"}]]);j("file-spreadsheet",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 13h2",key:"yr2amv"}],["path",{d:"M14 13h2",key:"un5t4a"}],["path",{d:"M8 17h2",key:"2yhykz"}],["path",{d:"M14 17h2",key:"10kma7"}]]);j("file-stack",[["path",{d:"M21 7h-3a2 2 0 0 1-2-2V2",key:"9rb54x"}],["path",{d:"M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z",key:"1059l0"}],["path",{d:"M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15",key:"16874u"}],["path",{d:"M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11",key:"k2ox98"}]]);j("file-symlink",[["path",{d:"m10 18 3-3-3-3",key:"18f6ys"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"50q2rw"}]]);j("file-terminal",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 16 2-2-2-2",key:"10vzyd"}],["path",{d:"M12 18h4",key:"1wd2n7"}]]);j("file-text",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);j("file-type-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 13v-1h6v1",key:"1dh9dg"}],["path",{d:"M5 12v6",key:"150t9c"}],["path",{d:"M4 18h2",key:"1xrofg"}]]);j("file-type",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 13v-1h6v1",key:"1bb014"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M11 18h2",key:"12mj7e"}]]);j("file-up",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"m15 15-3-3-3 3",key:"15xj92"}]]);j("file-user",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 18a3 3 0 1 0-6 0",key:"16awa0"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]]);j("file-video-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"6",x:"2",y:"12",rx:"1",key:"1a6c1e"}],["path",{d:"m10 15.5 4 2.5v-6l-4 2.5",key:"t7cp39"}]]);j("file-video",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m10 11 5 3-5 3v-6Z",key:"7ntvm4"}]]);j("file-volume-2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M11.5 13.5a2.5 2.5 0 0 1 0 3",key:"1fccat"}],["path",{d:"M15 12a5 5 0 0 1 0 6",key:"ps46cm"}]]);j("file-volume",[["path",{d:"M11 11a5 5 0 0 1 0 6",key:"193qb2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 6.765V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-.93-.23",key:"ifyjnl"}],["path",{d:"M7 10.51a.5.5 0 0 0-.826-.38l-1.893 1.628A1 1 0 0 1 3.63 12H2.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1.129a1 1 0 0 1 .652.242l1.893 1.63a.5.5 0 0 0 .826-.38z",key:"mk8rxu"}]]);j("file-warning",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);j("file-x-2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 12.5-5 5",key:"b853mi"}],["path",{d:"m3 12.5 5 5",key:"1qls4r"}]]);j("file-x",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14.5 12.5-5 5",key:"b62r18"}],["path",{d:"m9.5 12.5 5 5",key:"1rk7el"}]]);j("file",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]]);j("files",[["path",{d:"M20 7h-3a2 2 0 0 1-2-2V2",key:"x099mo"}],["path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z",key:"18t6ie"}],["path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8",key:"1nja0z"}]]);j("film",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M3 7.5h4",key:"zfgn84"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 16.5h4",key:"1230mu"}],["path",{d:"M17 3v18",key:"in4fa5"}],["path",{d:"M17 7.5h4",key:"myr1c1"}],["path",{d:"M17 16.5h4",key:"go4c1d"}]]);j("fingerprint",[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]]);j("fish-off",[["path",{d:"M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058",key:"1j1hse"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618",key:"1q46z8"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20",key:"1407gh"}]]);j("fire-extinguisher",[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5",key:"sqyvz"}],["path",{d:"M9 18h8",key:"i7pszb"}],["path",{d:"M18 3h-3",key:"7idoqj"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11",key:"1v5je3"}],["path",{d:"M5 13h4",key:"svpcxo"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z",key:"vsjego"}]]);j("fish-symbol",[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]]);j("fish",[["path",{d:"M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z",key:"15baut"}],["path",{d:"M18 12v.5",key:"18hhni"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86",key:"16dt7o"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33",key:"l9di03"}],["path",{d:"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4",key:"1kjonw"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98",key:"1zlm23"}]]);j("flag-off",[["path",{d:"M8 2c3 0 5 2 8 2s4-1 4-1v11",key:"9rwyz9"}],["path",{d:"M4 22V4",key:"1plyxx"}],["path",{d:"M4 15s1-1 4-1 5 2 8 2",key:"1myooe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("flag-triangle-left",[["path",{d:"M17 22V2L7 7l10 5",key:"1rmf0r"}]]);j("flag-triangle-right",[["path",{d:"M7 22V2l10 5-10 5",key:"17n18y"}]]);j("flag",[["path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z",key:"i9b6wo"}],["line",{x1:"4",x2:"4",y1:"22",y2:"15",key:"1cm3nv"}]]);j("flame-kindling",[["path",{d:"M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z",key:"1ir223"}],["path",{d:"m5 22 14-4",key:"1brv4h"}],["path",{d:"m5 18 14 4",key:"lgyyje"}]]);j("flame",[["path",{d:"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z",key:"96xj49"}]]);j("flashlight-off",[["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4",key:"1r120k"}],["path",{d:"M7 2h11v4c0 2-2 2-2 4v1",key:"dz1920"}],["line",{x1:"11",x2:"18",y1:"6",y2:"6",key:"bi1vpe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("flashlight",[["path",{d:"M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z",key:"1orkel"}],["line",{x1:"6",x2:"18",y1:"6",y2:"6",key:"1z11jq"}],["line",{x1:"12",x2:"12",y1:"12",y2:"12",key:"1f4yc1"}]]);j("flask-conical-off",[["path",{d:"M10 2v2.343",key:"15t272"}],["path",{d:"M14 2v6.343",key:"sxr80q"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563",key:"k0duyd"}],["path",{d:"M6.453 15H15",key:"1f0z33"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]]);j("flask-conical",[["path",{d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2",key:"18mbvz"}],["path",{d:"M6.453 15h11.094",key:"3shlmq"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]]);j("flask-round",[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2",key:"1s42pc"}],["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]]);j("flip-horizontal",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]);j("flip-horizontal-2",[["path",{d:"m3 7 5 5-5 5V7",key:"couhi7"}],["path",{d:"m21 7-5 5 5 5V7",key:"6ouia7"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]);j("flip-vertical-2",[["path",{d:"m17 3-5 5-5-5h10",key:"1ftt6x"}],["path",{d:"m17 21-5-5-5 5h10",key:"1m0wmu"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]);j("flip-vertical",[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3",key:"14bfxa"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3",key:"14rx03"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]);j("flower-2",[["path",{d:"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1",key:"3pnvol"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M12 10v12",key:"6ubwww"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z",key:"9hd38g"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z",key:"ufn41s"}]]);j("flower",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5",key:"14wa3c"}],["path",{d:"M12 7.5V9",key:"1oy5b0"}],["path",{d:"M7.5 12H9",key:"eltsq1"}],["path",{d:"M16.5 12H15",key:"vk5kw4"}],["path",{d:"M12 16.5V15",key:"k7eayi"}],["path",{d:"m8 8 1.88 1.88",key:"nxy4qf"}],["path",{d:"M14.12 9.88 16 8",key:"1lst6k"}],["path",{d:"m8 16 1.88-1.88",key:"h2eex1"}],["path",{d:"M14.12 14.12 16 16",key:"uqkrx3"}]]);j("focus",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]);j("fold-horizontal",[["path",{d:"M2 12h6",key:"1wqiqv"}],["path",{d:"M22 12h-6",key:"1eg9hc"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 9-3 3 3 3",key:"12ol22"}],["path",{d:"m5 15 3-3-3-3",key:"1kdhjc"}]]);j("fold-vertical",[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3-3-3 3",key:"e37ymu"}],["path",{d:"m15 5-3 3-3-3",key:"19d6lf"}]]);j("folder-archive",[["circle",{cx:"15",cy:"19",r:"2",key:"u2pros"}],["path",{d:"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1",key:"1jj40k"}],["path",{d:"M15 11v-1",key:"cntcp"}],["path",{d:"M15 17v-2",key:"1279jj"}]]);j("folder-check",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]]);j("folder-clock",[["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["path",{d:"M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2",key:"1urifu"}],["path",{d:"M16 14v2l1 1",key:"xth2jh"}]]);j("folder-closed",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M2 10h20",key:"1ir3d8"}]]);j("folder-code",[["path",{d:"M10 10.5 8 13l2 2.5",key:"m4t9c1"}],["path",{d:"m14 10.5 2 2.5-2 2.5",key:"14w2eb"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z",key:"1u1bxd"}]]);j("folder-cog",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.3",key:"1k8050"}],["path",{d:"m21.7 19.4-.9-.3",key:"1qgwi9"}],["path",{d:"m15.2 16.9-.9-.3",key:"1t7mvx"}],["path",{d:"m16.6 21.7.3-.9",key:"1j67ps"}],["path",{d:"m19.1 15.2.3-.9",key:"18r7jp"}],["path",{d:"m19.6 21.7-.4-1",key:"z2vh2"}],["path",{d:"m16.8 15.3-.4-1",key:"1ei7r6"}],["path",{d:"m14.3 19.6 1-.4",key:"11sv9r"}],["path",{d:"m20.7 16.8 1-.4",key:"19m87a"}]]);j("folder-dot",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"1",key:"49l61u"}]]);j("folder-down",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m15 13-3 3-3-3",key:"6j2sf0"}]]);j("folder-git-2",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5",key:"1w6njk"}],["circle",{cx:"13",cy:"12",r:"2",key:"1j92g6"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8",key:"pkpw2h"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}]]);j("folder-git",[["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M14 13h3",key:"1dgedf"}],["path",{d:"M7 13h3",key:"1pygq7"}]]);j("folder-heart",[["path",{d:"M11 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.5",key:"6hud8k"}],["path",{d:"M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01c.95.95 1 2.53-.2 3.74L17.5 21Z",key:"wpff58"}]]);j("folder-input",[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1",key:"fm4g5t"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m9 16 3-3-3-3",key:"6m91ic"}]]);j("folder-kanban",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M12 10v2",key:"hh53o1"}],["path",{d:"M16 10v6",key:"1d6xys"}]]);j("folder-key",[["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2",key:"3hgo9p"}],["path",{d:"m22 14-4.5 4.5",key:"1ef6z8"}],["path",{d:"m21 15 1 1",key:"1ejcpy"}]]);j("folder-lock",[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1",key:"19aais"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5",key:"1w6v7t"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2",key:"pwaxnr"}]]);j("folder-minus",[["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);j("folder-open-dot",[["path",{d:"m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2",key:"1nmvlm"}],["circle",{cx:"14",cy:"15",r:"1",key:"1gm4qj"}]]);j("folder-open",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]]);j("folder-output",[["path",{d:"M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5",key:"1yk7aj"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m5 10-3 3 3 3",key:"1r8ie0"}]]);j("folder-pen",[["path",{d:"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5",key:"a8xqs0"}],["path",{d:"M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1saktj"}]]);j("folder-root",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M12 15v5",key:"11xva1"}]]);j("folder-plus",[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);j("folder-search-2",[["circle",{cx:"11.5",cy:"12.5",r:"2.5",key:"1ea5ju"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M13.3 14.3 15 16",key:"1y4v1n"}]]);j("folder-search",[["path",{d:"M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1",key:"1bw5m7"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}]]);j("folder-symlink",[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"x1c07l"}],["path",{d:"m8 16 3-3-3-3",key:"rlqrt1"}]]);j("folder-sync",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5",key:"1dkoa9"}],["path",{d:"M12 10v4h4",key:"1czhmt"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"lvuxfi"}],["path",{d:"M22 22v-4h-4",key:"1ewp4q"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"14ync0"}]]);j("folder-tree",[["path",{d:"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"hod4my"}],["path",{d:"M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"w4yl2u"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3",key:"f2jnh7"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3",key:"k8epm1"}]]);j("folder-up",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m9 13 3-3 3 3",key:"1pxg3c"}]]);j("folder-x",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9.5 10.5 5 5",key:"ra9qjz"}],["path",{d:"m14.5 10.5-5 5",key:"l2rkpq"}]]);j("folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);j("folders",[["path",{d:"M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z",key:"4u7rpt"}],["path",{d:"M2 8v11a2 2 0 0 0 2 2h14",key:"1eicx1"}]]);j("footprints",[["path",{d:"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z",key:"1dudjm"}],["path",{d:"M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z",key:"l2t8xc"}],["path",{d:"M16 17h4",key:"1dejxt"}],["path",{d:"M4 13h4",key:"1bwh8b"}]]);j("forklift",[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5",key:"7zsz91"}],["circle",{cx:"13",cy:"19",r:"2",key:"wjnkru"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5",key:"13bk1p"}]]);j("forward",[["polyline",{points:"15 17 20 12 15 7",key:"1w3sku"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]]);j("frame",[["line",{x1:"22",x2:"2",y1:"6",y2:"6",key:"15w7dq"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18",key:"1ip48p"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22",key:"a2lnyx"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22",key:"8vb6jd"}]]);j("framer",[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]]);j("frown",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);j("fuel",[["line",{x1:"3",x2:"15",y1:"22",y2:"22",key:"xegly4"}],["line",{x1:"4",x2:"14",y1:"9",y2:"9",key:"xcnuvu"}],["path",{d:"M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18",key:"16j0yd"}],["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5",key:"7cu91f"}]]);j("fullscreen",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1",key:"vys8me"}]]);j("funnel-plus",[["path",{d:"M13.354 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l1.218-1.348",key:"8mvsmf"}],["path",{d:"M16 6h6",key:"1dogtp"}],["path",{d:"M19 3v6",key:"1ytpjt"}]]);j("funnel-x",[["path",{d:"M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473",key:"ol2ft2"}],["path",{d:"m16.5 3.5 5 5",key:"15e6fa"}],["path",{d:"m21.5 3.5-5 5",key:"m0lwru"}]]);j("funnel",[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]]);j("gallery-horizontal-end",[["path",{d:"M2 7v10",key:"a2pl2d"}],["path",{d:"M6 5v14",key:"1kq3d7"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2",key:"13i7bc"}]]);j("gallery-horizontal",[["path",{d:"M2 3v18",key:"pzttux"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2",key:"btr8bg"}],["path",{d:"M22 3v18",key:"6jf3v"}]]);j("gallery-thumbnails",[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2",key:"74y24f"}],["path",{d:"M4 21h1",key:"16zlid"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M19 21h1",key:"edywat"}]]);j("gallery-vertical-end",[["path",{d:"M7 2h10",key:"nczekb"}],["path",{d:"M5 6h14",key:"u2x4p"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}]]);j("gallery-vertical",[["path",{d:"M3 2h18",key:"15qxfx"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2",key:"1439r6"}],["path",{d:"M3 22h18",key:"8prr45"}]]);j("gamepad-2",[["line",{x1:"6",x2:"10",y1:"11",y2:"11",key:"1gktln"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13",key:"qnk9ow"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12",key:"krot7o"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10",key:"1lcuu1"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",key:"mfqc10"}]]);j("gamepad",[["line",{x1:"6",x2:"10",y1:"12",y2:"12",key:"161bw2"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13",key:"dqpgro"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11",key:"meh2c"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);j("gavel",[["path",{d:"m14.5 12.5-8 8a2.119 2.119 0 1 1-3-3l8-8",key:"15492f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m9 7 8 8",key:"5jnvq1"}],["path",{d:"m21 11-8-8",key:"z4y7zo"}]]);j("gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]);j("gem",[["path",{d:"M6 3h12l4 6-10 13L2 9Z",key:"1pcd5k"}],["path",{d:"M11 3 8 9l4 13 4-13-3-6",key:"1fcu3u"}],["path",{d:"M2 9h20",key:"16fsjt"}]]);j("ghost",[["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}],["path",{d:"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z",key:"uwwb07"}]]);
77
- /**
78
- * @license lucide-react v0.487.0 - ISC
79
- *
80
- * This source code is licensed under the ISC license.
81
- * See the LICENSE file in the root directory of this source tree.
82
- */
83
- const A=j("gift",[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]]);j("git-branch-plus",[["path",{d:"M6 3v12",key:"qpgusn"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"1d02ji"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"chk6ph"}],["path",{d:"M15 6a9 9 0 0 0-9 9",key:"or332x"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]]);j("git-branch",[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]]);j("git-commit-horizontal",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12",key:"1dyftd"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12",key:"oup4p8"}]]);j("git-commit-vertical",[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]]);j("git-compare-arrows",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9",key:"16sdep"}],["path",{d:"m9 15 3 3-3 3",key:"1m3kbl"}]]);j("git-compare",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9",key:"19pyzm"}]]);j("git-fork",[["circle",{cx:"12",cy:"18",r:"3",key:"1mpf1b"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9",key:"1uq4wg"}],["path",{d:"M12 12v3",key:"158kv8"}]]);j("git-graph",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v6",key:"158jrl"}],["circle",{cx:"5",cy:"18",r:"3",key:"104gr9"}],["path",{d:"M12 3v18",key:"108xh3"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9",key:"1e3vqb"}]]);j("git-merge",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]]);j("git-pull-request-arrow",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}]]);j("git-pull-request-closed",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"m21 3-6 6",key:"16nqsk"}],["path",{d:"m21 9-6-6",key:"9j17rh"}],["path",{d:"M18 11.5V15",key:"65xf6f"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]);j("git-pull-request-create-arrow",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3",key:"1rbwk6"}],["path",{d:"M19 15v6",key:"10aioa"}],["path",{d:"M22 18h-6",key:"1d5gi5"}]]);j("git-pull-request-create",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3",key:"1jb6z3"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]]);j("git-pull-request",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]);j("git-pull-request-draft",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M18 6V5",key:"1oao2s"}],["path",{d:"M18 11v-1",key:"11c8tz"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]);j("github",[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]]);j("gitlab",[["path",{d:"m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z",key:"148pdi"}]]);j("glass-water",[["path",{d:"M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z",key:"p55z4y"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0",key:"mjntcy"}]]);j("glasses",[["circle",{cx:"6",cy:"15",r:"4",key:"vux9w4"}],["circle",{cx:"18",cy:"15",r:"4",key:"18o8ve"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2",key:"1ag4bs"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2",key:"1hm1gs"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2",key:"1r31ai"}]]);j("globe-lock",[["path",{d:"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13",key:"qkt0x6"}],["path",{d:"M2 12h8.5",key:"ovaggd"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]]);j("globe",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]);j("goal",[["path",{d:"M12 13V2l8 4-8 4",key:"5wlwwj"}],["path",{d:"M20.561 10.222a9 9 0 1 1-12.55-5.29",key:"1c0wjv"}],["path",{d:"M8.002 9.997a5 5 0 1 0 8.9 2.02",key:"gb1g7m"}]]);j("grab",[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"edstyy"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"19wdwo"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"1lugqo"}],["path",{d:"M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1hbeus"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0",key:"1etffm"}]]);j("graduation-cap",[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]]);j("grape",[["path",{d:"M22 5V2l-5.89 5.89",key:"1eenpo"}],["circle",{cx:"16.6",cy:"15.89",r:"3",key:"xjtalx"}],["circle",{cx:"8.11",cy:"7.4",r:"3",key:"u2fv6i"}],["circle",{cx:"12.35",cy:"11.65",r:"3",key:"i6i8g7"}],["circle",{cx:"13.91",cy:"5.85",r:"3",key:"6ye0dv"}],["circle",{cx:"18.15",cy:"10.09",r:"3",key:"snx9no"}],["circle",{cx:"6.56",cy:"13.2",r:"3",key:"17x4xg"}],["circle",{cx:"10.8",cy:"17.44",r:"3",key:"1hogw9"}],["circle",{cx:"5",cy:"19",r:"3",key:"1sn6vo"}]]);j("grid-2x2-check",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]);j("grid-2x2-plus",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 22v-6",key:"qhmiwi"}]]);j("grid-2x2-x",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 16 5 5",key:"8tpb07"}],["path",{d:"m16 21 5-5",key:"193jll"}]]);j("grid-2x2",[["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 12h18",key:"1i2n21"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);j("grid-3x3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);j("grip-horizontal",[["circle",{cx:"12",cy:"9",r:"1",key:"124mty"}],["circle",{cx:"19",cy:"9",r:"1",key:"1ruzo2"}],["circle",{cx:"5",cy:"9",r:"1",key:"1a8b28"}],["circle",{cx:"12",cy:"15",r:"1",key:"1e56xg"}],["circle",{cx:"19",cy:"15",r:"1",key:"1a92ep"}],["circle",{cx:"5",cy:"15",r:"1",key:"5r1jwy"}]]);j("grip-vertical",[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]]);j("grip",[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"19",cy:"5",r:"1",key:"w8mnmm"}],["circle",{cx:"5",cy:"5",r:"1",key:"lttvr7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}],["circle",{cx:"19",cy:"19",r:"1",key:"shf9b7"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]]);j("group",[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2",key:"adw53z"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2",key:"an4l38"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2",key:"144t0e"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2",key:"rtnfgi"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1",key:"1eyiv7"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1",key:"1qlmkx"}]]);j("guitar",[["path",{d:"m11.9 12.1 4.514-4.514",key:"109xqo"}],["path",{d:"M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z",key:"txyc8t"}],["path",{d:"m6 16 2 2",key:"16qmzd"}],["path",{d:"M8.2 9.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4 2 2 0 0 0 1.8-1.2z",key:"1u8q3z"}],["circle",{cx:"11.5",cy:"12.5",r:".5",fill:"currentColor",key:"16onso"}]]);j("ham",[["path",{d:"M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856",key:"1k1t7q"}],["path",{d:"M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288",key:"153t1g"}],["path",{d:"M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025",key:"gzrt0n"}],["path",{d:"m8.5 16.5-1-1",key:"otr954"}]]);j("hammer",[["path",{d:"m15 12-8.373 8.373a1 1 0 1 1-3-3L12 9",key:"eefl8a"}],["path",{d:"m18 15 4-4",key:"16gjal"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",key:"b7pghm"}]]);j("hand-heart",[["path",{d:"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16",key:"1ifwr1"}],["path",{d:"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"17abbs"}],["path",{d:"m2 15 6 6",key:"10dquu"}],["path",{d:"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z",key:"1h3036"}]]);j("hand-coins",[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17",key:"geh8rc"}],["path",{d:"m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"1fto5m"}],["path",{d:"m2 16 6 6",key:"1pfhp9"}],["circle",{cx:"16",cy:"9",r:"2.9",key:"1n0dlu"}],["circle",{cx:"6",cy:"5",r:"3",key:"151irh"}]]);j("hand-helping",[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14",key:"1j4xps"}],["path",{d:"m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"uospg8"}],["path",{d:"m2 13 6 6",key:"16e5sb"}]]);j("hand-metal",[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"wc6myp"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2",key:"94qvcw"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9",key:"m1ah89"}],["path",{d:"m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5",key:"t1skq1"}]]);j("hand-platter",[["path",{d:"M12 3V2",key:"ar7q03"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5",key:"n2g93r"}],["path",{d:"M2 14h12a2 2 0 0 1 0 4h-2",key:"1o2jem"}],["path",{d:"M4 10h16",key:"img6z1"}],["path",{d:"M5 10a7 7 0 0 1 14 0",key:"1ega1o"}],["path",{d:"M5 14v6a1 1 0 0 1-1 1H2",key:"1hescx"}]]);j("hand",[["path",{d:"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1fvzgz"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"1kc0my"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8",key:"10h0bg"}],["path",{d:"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"1s1gnw"}]]);j("handshake",[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]]);j("hard-drive-download",[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]]);j("hard-drive-upload",[["path",{d:"m16 6-4-4-4 4",key:"13yo43"}],["path",{d:"M12 2v8",key:"1q4o3n"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]]);j("hard-drive",[["line",{x1:"22",x2:"2",y1:"12",y2:"12",key:"1y58io"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16",key:"sgf278"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16",key:"1l4acy"}]]);j("hard-hat",[["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5",key:"1p9q5i"}],["path",{d:"M14 6a6 6 0 0 1 6 6v3",key:"1hnv84"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6",key:"9ciidu"}],["rect",{x:"2",y:"15",width:"20",height:"4",rx:"1",key:"g3x8cw"}]]);j("hash",[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]]);j("haze",[["path",{d:"m5.2 6.2 1.4 1.4",key:"17imol"}],["path",{d:"M2 13h2",key:"13gyu8"}],["path",{d:"M20 13h2",key:"16rner"}],["path",{d:"m17.4 7.6 1.4-1.4",key:"t4xlah"}],["path",{d:"M22 17H2",key:"1gtaj3"}],["path",{d:"M22 21H2",key:"1gy6en"}],["path",{d:"M16 13a4 4 0 0 0-8 0",key:"1dyczq"}],["path",{d:"M12 5V2.5",key:"1vytko"}]]);j("hdmi-port",[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z",key:"2128wb"}],["path",{d:"M7.5 12h9",key:"1t0ckc"}]]);j("heading-1",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]]);j("heading-2",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]]);j("heading-3",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]]);j("heading-4",[["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 10v3a1 1 0 0 0 1 1h3",key:"tj5zdr"}],["path",{d:"M21 10v8",key:"1kdml4"}],["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}]]);j("heading-5",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 13v-3h4",key:"1nvgqp"}],["path",{d:"M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17",key:"2nebdn"}]]);j("heading",[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]]);j("heading-6",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["circle",{cx:"19",cy:"16",r:"2",key:"15mx69"}],["path",{d:"M20 10c-2 2-3 3.5-3 6",key:"f35dl0"}]]);j("headphone-off",[["path",{d:"M21 14h-1.343",key:"1jdnxi"}],["path",{d:"M9.128 3.47A9 9 0 0 1 21 12v3.343",key:"6kipu2"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3",key:"9x50f4"}],["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364",key:"1bkxnm"}]]);j("headphones",[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",key:"1xhozi"}]]);j("headset",[["path",{d:"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z",key:"12oyoe"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5",key:"1x7m43"}]]);j("heart-crack",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"m12 13-1-1 2-2-3-3 2-2",key:"xjdxli"}]]);j("heart-handshake",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66",key:"4oyue0"}],["path",{d:"m18 15-2-2",key:"60u0ii"}],["path",{d:"m15 18-2-2",key:"6p76be"}]]);j("heart-off",[["line",{x1:"2",y1:"2",x2:"22",y2:"22",key:"1w4vcy"}],["path",{d:"M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35",key:"3mpagl"}],["path",{d:"M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17",key:"1gh3v3"}]]);j("heart-pulse",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M3.22 12H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27",key:"1uw2ng"}]]);
84
- /**
85
- * @license lucide-react v0.487.0 - ISC
86
- *
87
- * This source code is licensed under the ISC license.
88
- * See the LICENSE file in the root directory of this source tree.
89
- */
90
- const N=j("heart",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}]]);j("heater",[["path",{d:"M11 8c2-3-2-3 0-6",key:"1ldv5m"}],["path",{d:"M15.5 8c2-3-2-3 0-6",key:"1otqoz"}],["path",{d:"M6 10h.01",key:"1lbq93"}],["path",{d:"M6 14h.01",key:"zudwn7"}],["path",{d:"M10 16v-4",key:"1c25yv"}],["path",{d:"M14 16v-4",key:"1dkbt8"}],["path",{d:"M18 16v-4",key:"1yg9me"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3",key:"1ubg90"}],["path",{d:"M5 20v2",key:"1abpe8"}],["path",{d:"M19 20v2",key:"kqn6ft"}]]);j("highlighter",[["path",{d:"m9 11-6 6v3h9l3-3",key:"1a3l36"}],["path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4",key:"14a9rk"}]]);j("hexagon",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}]]);j("history",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]]);j("hop-off",[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27",key:"qyzcap"}],["path",{d:"M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28",key:"y078lb"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26",key:"1utre3"}],["path",{d:"M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25",key:"17o9hm"}],["path",{d:"M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75",key:"1d1n4p"}],["path",{d:"M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24",key:"9uv3tt"}],["path",{d:"M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28",key:"1292wz"}],["path",{d:"M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05",key:"7ozu9p"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("hop",[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18",key:"18lxf1"}],["path",{d:"M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88",key:"vtfxrw"}],["path",{d:"M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36",key:"13hl71"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87",key:"1sl8oj"}],["path",{d:"M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08",key:"19c6kt"}],["path",{d:"M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57",key:"85ghs3"}],["path",{d:"M4.93 4.93 3 3a.7.7 0 0 1 0-1",key:"x087yj"}],["path",{d:"M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15",key:"11xdqo"}]]);j("hotel",[["path",{d:"M10 22v-6.57",key:"1wmca3"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M12 7h.01",key:"1ivr5q"}],["path",{d:"M14 15.43V22",key:"1q2vjd"}],["path",{d:"M15 16a5 5 0 0 0-6 0",key:"o9wqvi"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 7h.01",key:"1vti4s"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",key:"1uxh74"}]]);j("hospital",[["path",{d:"M12 6v4",key:"16clxf"}],["path",{d:"M14 14h-4",key:"esezmu"}],["path",{d:"M14 18h-4",key:"16mqa2"}],["path",{d:"M14 8h-4",key:"z8ypaz"}],["path",{d:"M18 12h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2",key:"b1k337"}],["path",{d:"M18 22V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v18",key:"16g51d"}]]);j("hourglass",[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M5 2h14",key:"pdyrp9"}],["path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22",key:"1d314k"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2",key:"1vvvr6"}]]);j("house-plug",[["path",{d:"M10 12V8.964",key:"1vll13"}],["path",{d:"M14 12V8.964",key:"1x3qvg"}],["path",{d:"M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z",key:"ppykja"}],["path",{d:"M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2",key:"1gvg2z"}]]);j("house-plus",[["path",{d:"M13.22 2.416a2 2 0 0 0-2.511.057l-7 5.999A2 2 0 0 0 3 10v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7.354",key:"5phn05"}],["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"M18 3v6",key:"x1uolp"}]]);j("house-wifi",[["path",{d:"M9.5 13.866a4 4 0 0 1 5 .01",key:"1wy54i"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}],["path",{d:"M7 10.754a8 8 0 0 1 10 0",key:"exoy2g"}]]);j("house",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]]);j("ice-cream-bowl",[["path",{d:"M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0",key:"1uxfcu"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0",key:"4k3m1s"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0",key:"zmuahr"}]]);j("ice-cream-cone",[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11",key:"1v6356"}],["path",{d:"M17 7A5 5 0 0 0 7 7",key:"151p3v"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4",key:"1sdaij"}]]);j("id-card",[["path",{d:"M16 10h2",key:"8sgtl7"}],["path",{d:"M16 14h2",key:"epxaof"}],["path",{d:"M6.17 15a3 3 0 0 1 5.66 0",key:"n6f512"}],["circle",{cx:"9",cy:"11",r:"2",key:"yxgjnd"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]]);j("image-down",[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19 3 3v-5.5",key:"9ldu5r"}],["path",{d:"m17 22 3-3",key:"1nkfve"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);j("image-minus",[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"m87ecr"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5",key:"ez7e4s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]);j("image-off",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83",key:"1bzlo9"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21",key:"1q0aeu"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15",key:"5mozeu"}],["path",{d:"M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59",key:"mmje98"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}]]);j("image-play",[["path",{d:"m11 16-5 5",key:"j5f7ct"}],["path",{d:"M11 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.5",key:"7s81lt"}],["path",{d:"M15.765 22a.5.5 0 0 1-.765-.424V13.38a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"1omb6s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);j("image-plus",[["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5",key:"1ue2ih"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);j("image-up",[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19.5 3-3 3 3",key:"9vmjn0"}],["path",{d:"M17 22v-5.5",key:"1aa6fl"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);j("image-upscale",[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M17 21h2a2 2 0 0 0 2-2",key:"130fy9"}],["path",{d:"M21 12v3",key:"1wzk3p"}],["path",{d:"m21 3-5 5",key:"1g5oa7"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2",key:"kk3yz1"}],["path",{d:"m5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19",key:"fyekpt"}],["path",{d:"M9 3h3",key:"d52fa"}],["rect",{x:"3",y:"11",width:"10",height:"10",rx:"1",key:"1wpmix"}]]);j("image",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]);j("images",[["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18",key:"nf6bnh"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["rect",{width:"16",height:"16",x:"6",y:"2",rx:"2",key:"12espp"}]]);j("import",[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m8 11 4 4 4-4",key:"1dohi6"}],["path",{d:"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4",key:"1ywtjm"}]]);j("inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]);j("indent-decrease",[["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 18H11",key:"4wu86t"}],["path",{d:"M21 6H11",key:"6dy1d6"}],["path",{d:"m7 8-4 4 4 4",key:"o5hrat"}]]);j("indent-increase",[["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 18H11",key:"4wu86t"}],["path",{d:"M21 6H11",key:"6dy1d6"}],["path",{d:"m3 8 4 4-4 4",key:"1a3j6y"}]]);j("indian-rupee",[["path",{d:"M6 3h12",key:"ggurg9"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"m6 13 8.5 8",key:"u1kupk"}],["path",{d:"M6 13h3",key:"wdp6ag"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10",key:"1nkvk2"}]]);j("infinity",[["path",{d:"M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8",key:"18ogeb"}]]);j("info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);j("instagram",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5",key:"2e1cvw"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z",key:"9exkf1"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5",key:"r4j83e"}]]);j("inspection-panel",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h.01",key:"7u93v4"}],["path",{d:"M17 7h.01",key:"14a9sn"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M17 17h.01",key:"1sd3ek"}]]);j("italic",[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]]);j("iteration-ccw",[["path",{d:"M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8",key:"4znkd0"}],["polyline",{points:"16 14 20 18 16 22",key:"11njsm"}]]);j("japanese-yen",[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3",key:"2ej80x"}],["path",{d:"M6 15h12",key:"1hwgt5"}],["path",{d:"M6 11h12",key:"wf4gp6"}]]);j("iteration-cw",[["path",{d:"M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4",key:"tuf4su"}],["polyline",{points:"8 22 4 18 8 14",key:"evkj9s"}]]);j("joystick",[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z",key:"jg2n2t"}],["path",{d:"M6 15v-2",key:"gd6mvg"}],["path",{d:"M12 15V9",key:"8c7uyn"}],["circle",{cx:"12",cy:"6",r:"3",key:"1gm2ql"}]]);j("kanban",[["path",{d:"M6 5v11",key:"mdvv1e"}],["path",{d:"M12 5v6",key:"14ar3b"}],["path",{d:"M18 5v14",key:"7ji314"}]]);j("key-round",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]);j("key-square",[["path",{d:"M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z",key:"165ttr"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"m9.4 10.6-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814",key:"1ubxi2"}]]);j("key",[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]]);j("keyboard-music",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M6 12v4",key:"dy92yo"}],["path",{d:"M10 12v4",key:"1fxnav"}],["path",{d:"M14 12v4",key:"1hft58"}],["path",{d:"M18 12v4",key:"tjjnbz"}]]);j("keyboard-off",[["path",{d:"M 20 4 A2 2 0 0 1 22 6",key:"1g1fkt"}],["path",{d:"M 22 6 L 22 16.41",key:"1qjg3w"}],["path",{d:"M 7 16 L 16 16",key:"n0yqwb"}],["path",{d:"M 9.69 4 L 20 4",key:"kbpcgx"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2",key:"s23sx2"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M8 12h.01",key:"czm47f"}]]);j("keyboard",[["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M7 16h10",key:"wp8him"}],["path",{d:"M8 12h.01",key:"czm47f"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}]]);j("lamp-ceiling",[["path",{d:"M12 2v5",key:"nd4vlx"}],["path",{d:"M6 7h12l4 9H2l4-9Z",key:"123d64"}],["path",{d:"M9.17 16a3 3 0 1 0 5.66 0",key:"1061mw"}]]);j("lamp-desk",[["path",{d:"m14 5-3 3 2 7 8-8-7-2Z",key:"1b0msb"}],["path",{d:"m14 5-3 3-3-3 3-3 3 3Z",key:"1uemms"}],["path",{d:"M9.5 6.5 4 12l3 6",key:"1bx08v"}],["path",{d:"M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z",key:"wap775"}]]);j("lamp-floor",[["path",{d:"M9 2h6l3 7H6l3-7Z",key:"wcx6mj"}],["path",{d:"M12 9v13",key:"3n1su1"}],["path",{d:"M9 22h6",key:"1rlq3v"}]]);j("lamp-wall-down",[["path",{d:"M11 13h6l3 7H8l3-7Z",key:"9n3qlo"}],["path",{d:"M14 13V8a2 2 0 0 0-2-2H8",key:"1hu4hb"}],["path",{d:"M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z",key:"s053bc"}]]);j("lamp-wall-up",[["path",{d:"M11 4h6l3 7H8l3-7Z",key:"11x1ee"}],["path",{d:"M14 11v5a2 2 0 0 1-2 2H8",key:"eutp5o"}],["path",{d:"M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z",key:"1iuthr"}]]);j("land-plot",[["path",{d:"m12 8 6-3-6-3v10",key:"mvpnpy"}],["path",{d:"m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12",key:"ek95tt"}],["path",{d:"m6.49 12.85 11.02 6.3",key:"1kt42w"}],["path",{d:"M17.51 12.85 6.5 19.15",key:"v55bdg"}]]);j("lamp",[["path",{d:"M8 2h8l4 10H4L8 2Z",key:"9dma5w"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M8 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H8Z",key:"mwf4oh"}]]);j("landmark",[["line",{x1:"3",x2:"21",y1:"22",y2:"22",key:"j8o0r"}],["line",{x1:"6",x2:"6",y1:"18",y2:"11",key:"10tf0k"}],["line",{x1:"10",x2:"10",y1:"18",y2:"11",key:"54lgf6"}],["line",{x1:"14",x2:"14",y1:"18",y2:"11",key:"380y"}],["line",{x1:"18",x2:"18",y1:"18",y2:"11",key:"1kevvc"}],["polygon",{points:"12 2 20 7 4 7",key:"jkujk7"}]]);j("languages",[["path",{d:"m5 8 6 6",key:"1wu5hv"}],["path",{d:"m4 14 6-6 2-3",key:"1k1g8d"}],["path",{d:"M2 5h12",key:"or177f"}],["path",{d:"M7 2h1",key:"1t2jsx"}],["path",{d:"m22 22-5-10-5 10",key:"don7ne"}],["path",{d:"M14 18h6",key:"1m8k6r"}]]);j("laptop-minimal-check",[["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2",key:"8ur36m"}]]);j("laptop-minimal",[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2",key:"1qhy41"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20",key:"ni3hll"}]]);j("lasso-select",[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91",key:"ybbtv3"}],["path",{d:"M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2",key:"gt5e1w"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}],["path",{d:"M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z",key:"72q637"}]]);j("laptop",[["path",{d:"M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16",key:"tarvll"}]]);j("lasso",[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1",key:"146dds"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}]]);j("laugh",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z",key:"b2q4dd"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);j("layers-2",[["path",{d:"m16.02 12 5.48 3.13a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74L7.98 12",key:"1cuww1"}],["path",{d:"M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74Z",key:"pdlvxu"}]]);j("layers",[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]]);j("layout-dashboard",[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]]);j("layout-grid",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]]);j("layout-list",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["path",{d:"M14 4h7",key:"3xa0d5"}],["path",{d:"M14 9h7",key:"1icrd9"}],["path",{d:"M14 15h7",key:"1mj8o2"}],["path",{d:"M14 20h7",key:"11slyb"}]]);j("layout-panel-left",[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1",key:"2obqm"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]]);j("layout-panel-top",[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]]);j("leaf",[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",key:"nnexq3"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",key:"mt58a7"}]]);j("layout-template",[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1",key:"jqznyg"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1",key:"q5h2i8"}]]);j("leafy-green",[["path",{d:"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22",key:"1134nt"}],["path",{d:"M2 22 17 7",key:"1q7jp2"}]]);j("lectern",[["path",{d:"M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3",key:"13jjxg"}],["path",{d:"M18 6V3a1 1 0 0 0-1-1h-3",key:"1550fe"}],["rect",{width:"8",height:"12",x:"8",y:"10",rx:"1",key:"qmu8b6"}]]);j("letter-text",[["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13",key:"blevx4"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M4 11h6",key:"olkgv1"}]]);j("library-big",[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1",key:"oynpb5"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z",key:"1qboyk"}]]);j("library",[["path",{d:"m16 6 4 14",key:"ji33uf"}],["path",{d:"M12 6v14",key:"1n7gus"}],["path",{d:"M8 8v12",key:"1gg7y9"}],["path",{d:"M4 4v16",key:"6qkkli"}]]);j("life-buoy",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.93 4.93 4.24 4.24",key:"1ymg45"}],["path",{d:"m14.83 9.17 4.24-4.24",key:"1cb5xl"}],["path",{d:"m14.83 14.83 4.24 4.24",key:"q42g0n"}],["path",{d:"m9.17 14.83-4.24 4.24",key:"bqpfvv"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]);j("ligature",[["path",{d:"M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2",key:"1rtphz"}],["path",{d:"M6 12h4",key:"a4o3ry"}],["path",{d:"M14 12h2v8",key:"c1fccl"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 20h4",key:"lzx1xo"}]]);j("lightbulb-off",[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5",key:"1fkcox"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5",key:"10m8kw"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]]);j("lightbulb",[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]]);j("link-2-off",[["path",{d:"M9 17H7A5 5 0 0 1 7 7",key:"10o201"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8",key:"1d3206"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12",key:"rvw6j4"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("link-2",[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);j("link",[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]]);j("linkedin",[["path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z",key:"c2jq9f"}],["rect",{width:"4",height:"12",x:"2",y:"9",key:"mk3on5"}],["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}]]);j("list-check",[["path",{d:"M11 18H3",key:"n3j2dh"}],["path",{d:"m15 18 2 2 4-4",key:"1szwhi"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}]]);j("list-checks",[["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]]);j("list-collapse",[["path",{d:"m3 10 2.5-2.5L3 5",key:"i6eama"}],["path",{d:"m3 19 2.5-2.5L3 14",key:"w2gmor"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}]]);j("list-end",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M10 18H3",key:"13769t"}],["path",{d:"M21 6v10a2 2 0 0 1-2 2h-5",key:"ilrcs8"}],["path",{d:"m16 16-2 2 2 2",key:"kkc6pm"}]]);j("list-filter-plus",[["path",{d:"M10 18h4",key:"1ulq68"}],["path",{d:"M11 6H3",key:"1u26ik"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"M18 9V3",key:"xwwp7m"}],["path",{d:"M7 12h8",key:"7a1bxv"}]]);j("list-filter",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M10 18h4",key:"1ulq68"}]]);j("list-minus",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M21 12h-6",key:"bt1uis"}]]);j("list-music",[["path",{d:"M21 15V6",key:"h1cx4g"}],["path",{d:"M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",key:"8saifv"}],["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}]]);j("list-ordered",[["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M4 10h2",key:"16xx2s"}],["path",{d:"M4 6h1v4",key:"cnovpq"}],["path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1",key:"m9a95d"}]]);j("list-plus",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M18 9v6",key:"1twb98"}],["path",{d:"M21 12h-6",key:"bt1uis"}]]);j("list-restart",[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M7 12H3",key:"13ou7f"}],["path",{d:"M7 18H3",key:"1sijw9"}],["path",{d:"M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14",key:"qth677"}],["path",{d:"M11 10v4h4",key:"172dkj"}]]);j("list-start",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M10 6H3",key:"lf8lx7"}],["path",{d:"M21 18V8a2 2 0 0 0-2-2h-5",key:"1hghli"}],["path",{d:"m16 8-2-2 2-2",key:"160uvd"}]]);j("list-video",[["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}],["path",{d:"m16 12 5 3-5 3v-6Z",key:"zpskkp"}]]);j("list-todo",[["rect",{x:"3",y:"5",width:"6",height:"6",rx:"1",key:"1defrl"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]]);j("list-tree",[["path",{d:"M21 12h-8",key:"1bmf0i"}],["path",{d:"M21 6H8",key:"1pqkrb"}],["path",{d:"M21 18h-8",key:"1tm79t"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3",key:"1ywdgy"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3",key:"2wc746"}]]);j("list",[["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 18h.01",key:"1tta3j"}],["path",{d:"M3 6h.01",key:"1rqtza"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 18h13",key:"1lx6n3"}],["path",{d:"M8 6h13",key:"ik3vkj"}]]);j("list-x",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"m19 10-4 4",key:"1tz659"}],["path",{d:"m15 10 4 4",key:"1n7nei"}]]);j("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]);j("loader-pinwheel",[["path",{d:"M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0",key:"1lzz15"}],["path",{d:"M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6",key:"1gnrpi"}],["path",{d:"M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6",key:"u9yy5q"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);j("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);j("locate-fixed",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);j("locate-off",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["path",{d:"M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11",key:"1oh7ia"}],["path",{d:"M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29",key:"3qdecy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("locate",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}]]);j("lock-keyhole",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]]);j("lock-keyhole-open",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5",key:"car5b7"}]]);j("lock-open",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1",key:"1mm8w8"}]]);j("lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]]);j("log-in",[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}],["polyline",{points:"10 17 15 12 10 7",key:"1ail0h"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}]]);j("log-out",[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}],["polyline",{points:"16 17 21 12 16 7",key:"1gabdz"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}]]);j("logs",[["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M3 18h1",key:"1eiwyy"}],["path",{d:"M3 6h1",key:"rgxa97"}],["path",{d:"M8 12h1",key:"1con00"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M8 6h1",key:"tn6mkg"}]]);j("lollipop",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0",key:"107gwy"}]]);j("luggage",[["path",{d:"M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1m57jg"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14",key:"1l99gc"}],["path",{d:"M10 20h4",key:"ni2waw"}],["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]]);j("magnet",[["path",{d:"m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15",key:"1i3lhw"}],["path",{d:"m5 8 4 4",key:"j6kj7e"}],["path",{d:"m12 15 4 4",key:"lnac28"}]]);j("mail-check",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]);j("mail-minus",[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"fuxbkv"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M16 19h6",key:"xwg31i"}]]);j("mail-plus",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M16 19h6",key:"xwg31i"}]]);j("mail-open",[["path",{d:"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z",key:"1jhwl8"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10",key:"1qfld7"}]]);j("mail-question",[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2",key:"7z9rxb"}],["path",{d:"M20 22v.01",key:"12bgn6"}]]);j("mail-search",[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5",key:"w80f2v"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"8lzu5m"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.5-1.5",key:"1x83k4"}]]);j("mail-warning",[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M20 14v4",key:"1hm744"}],["path",{d:"M20 22v.01",key:"12bgn6"}]]);j("mail-x",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9",key:"1j9vog"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m17 17 4 4",key:"1b3523"}],["path",{d:"m21 17-4 4",key:"uinynz"}]]);j("mail",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}]]);j("mailbox",[["path",{d:"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z",key:"1lbycx"}],["polyline",{points:"15,9 18,9 18,11",key:"1pm9c0"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2",key:"15i455"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10",key:"1e2scm"}]]);j("mails",[["rect",{width:"16",height:"13",x:"6",y:"4",rx:"2",key:"1drq3f"}],["path",{d:"m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7",key:"xn252p"}],["path",{d:"M2 8v11c0 1.1.9 2 2 2h14",key:"n13cji"}]]);j("map-pin-check-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]);j("map-pin-check",[["path",{d:"M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728",key:"1dq61d"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m16 18 2 2 4-4",key:"1mkfmb"}]]);j("map-pin-house",[["path",{d:"M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z",key:"1p1rcz"}],["path",{d:"M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2",key:"mcbcs9"}],["path",{d:"M18 22v-3",key:"1t1ugv"}],["circle",{cx:"10",cy:"10",r:"3",key:"1ns7v1"}]]);j("map-pin-minus-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);j("map-pin-minus",[["path",{d:"M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"11uxia"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}]]);j("map-pin-plus-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);j("map-pin-off",[["path",{d:"M12.75 7.09a3 3 0 0 1 2.16 2.16",key:"1d4wjd"}],["path",{d:"M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568",key:"12yil7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533",key:"lhrkcz"}],["path",{d:"M9.13 9.13a3 3 0 0 0 3.74 3.74",key:"13wojd"}]]);j("map-pin-plus",[["path",{d:"M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"fcdtly"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}],["path",{d:"M19 15v6",key:"10aioa"}]]);j("map-pin-x-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]);j("map-pin-x",[["path",{d:"M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077",key:"y0ewhp"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m21.5 15.5-5 5",key:"11iqnx"}],["path",{d:"m21.5 20.5-5-5",key:"1bylgx"}]]);
91
- /**
92
- * @license lucide-react v0.487.0 - ISC
93
- *
94
- * This source code is licensed under the ISC license.
95
- * See the LICENSE file in the root directory of this source tree.
96
- */
97
- const S=j("map-pin",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]]);j("map-pinned",[["path",{d:"M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0",key:"11u0oz"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712",key:"q8zwxj"}]]);j("map-plus",[["path",{d:"m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V12",key:"svfegj"}],["path",{d:"M15 5.764V12",key:"1ocw4k"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]]);j("map",[["path",{d:"M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",key:"169xi5"}],["path",{d:"M15 5.764v15",key:"1pn4in"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]]);j("mars-stroke",[["path",{d:"m14 6 4 4",key:"1q72g9"}],["path",{d:"M17 3h4v4",key:"19p9u1"}],["path",{d:"m21 3-7.75 7.75",key:"1cjbfd"}],["circle",{cx:"9",cy:"15",r:"6",key:"bx5svt"}]]);j("mars",[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"m21 3-6.75 6.75",key:"pv0uzu"}],["circle",{cx:"10",cy:"14",r:"6",key:"1qwbdc"}]]);j("martini",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]]);j("maximize-2",[["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["polyline",{points:"9 21 3 21 3 15",key:"1avn1i"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10",key:"ota7mn"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]);j("maximize",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3",key:"1dcmit"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3",key:"1e4gt3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3",key:"wsl5sc"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3",key:"18trek"}]]);j("medal",[["path",{d:"M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15",key:"143lza"}],["path",{d:"M11 12 5.12 2.2",key:"qhuxz6"}],["path",{d:"m13 12 5.88-9.8",key:"hbye0f"}],["path",{d:"M8 7h8",key:"i86dvs"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}],["path",{d:"M12 18v-2h-.5",key:"fawc4q"}]]);j("megaphone-off",[["path",{d:"M9.26 9.26 3 11v3l14.14 3.14",key:"3429n"}],["path",{d:"M21 15.34V6l-7.31 2.03",key:"4o1dh8"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("megaphone",[["path",{d:"m3 11 18-5v12L3 14v-3z",key:"n962bs"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}]]);j("meh",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15",key:"1xb1d9"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);j("memory-stick",[["path",{d:"M6 19v-3",key:"1nvgqn"}],["path",{d:"M10 19v-3",key:"iu8nkm"}],["path",{d:"M14 19v-3",key:"kcehxu"}],["path",{d:"M18 19v-3",key:"1vh91z"}],["path",{d:"M8 11V9",key:"63erz4"}],["path",{d:"M16 11V9",key:"fru6f3"}],["path",{d:"M12 11V9",key:"ha00sb"}],["path",{d:"M2 15h20",key:"16ne18"}],["path",{d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z",key:"lhddv3"}]]);j("menu",[["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6",key:"1owob3"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18",key:"yk5zj1"}]]);j("merge",[["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22",key:"1hyw0i"}],["path",{d:"m20 22-5-5",key:"1m27yz"}]]);j("message-circle-code",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22z",key:"k85zhp"}]]);j("message-circle-dashed",[["path",{d:"M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1",key:"16ll65"}],["path",{d:"M19.3 6.8a10.45 10.45 0 0 0-2.1-2.1",key:"1nq77a"}],["path",{d:"M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5",key:"1sf7wn"}],["path",{d:"M17.2 19.3a10.45 10.45 0 0 0 2.1-2.1",key:"x1hs5g"}],["path",{d:"M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1",key:"19m18z"}],["path",{d:"M3.5 17.5 2 22l4.5-1.5",key:"1f36qi"}],["path",{d:"M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5",key:"1vz3ju"}],["path",{d:"M6.8 4.7a10.45 10.45 0 0 0-2.1 2.1",key:"19f9do"}]]);j("message-circle-heart",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7",key:"43lnbm"}]]);j("message-circle-more",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]);j("message-circle-off",[["path",{d:"M20.5 14.9A9 9 0 0 0 9.1 3.5",key:"1iebmn"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.6 5.6C3 8.3 2.2 12.5 4 16l-2 6 6-2c3.4 1.8 7.6 1.1 10.3-1.7",key:"1ov8ce"}]]);j("message-circle-question",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);j("message-circle-plus",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]);j("message-circle-reply",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}],["path",{d:"M7 12h7a2 2 0 0 1 2 2v1",key:"1gheu4"}]]);j("message-circle-warning",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]]);j("message-circle-x",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);j("message-circle",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}]]);j("message-square-code",[["path",{d:"M10 7.5 8 10l2 2.5",key:"xb17xw"}],["path",{d:"m14 7.5 2 2.5-2 2.5",key:"5rap1v"}],["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]]);j("message-square-dashed",[["path",{d:"M10 17H7l-4 4v-7",key:"1r71xu"}],["path",{d:"M14 17h1",key:"nufu4t"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 14v1a2 2 0 0 1-2 2",key:"29akq3"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}]]);j("message-square-diff",[["path",{d:"m5 19-2 2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1xuzuj"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 17h6",key:"r8uit2"}]]);j("message-square-dot",[["path",{d:"M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7",key:"uodpkb"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]]);j("message-square-heart",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M14.8 7.5a1.84 1.84 0 0 0-2.6 0l-.2.3-.3-.3a1.84 1.84 0 1 0-2.4 2.8L12 13l2.7-2.7c.9-.9.8-2.1.1-2.8",key:"1blaws"}]]);j("message-square-lock",[["path",{d:"M19 15v-2a2 2 0 1 0-4 0v2",key:"h3d1vz"}],["path",{d:"M9 17H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3.5",key:"xsnnhn"}],["rect",{x:"13",y:"15",width:"8",height:"5",rx:"1",key:"1ccwuk"}]]);j("message-square-more",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M16 10h.01",key:"1m94wz"}]]);j("message-square-off",[["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M3.6 3.6c-.4.3-.6.8-.6 1.4v16l4-4h10",key:"pwpm4a"}]]);j("message-square-plus",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);j("message-square-quote",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 12a2 2 0 0 0 2-2V8H8",key:"1jfesj"}],["path",{d:"M14 12a2 2 0 0 0 2-2V8h-2",key:"1dq9mh"}]]);j("message-square-reply",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m10 7-3 3 3 3",key:"1eugdv"}],["path",{d:"M17 13v-1a2 2 0 0 0-2-2H7",key:"ernfh3"}]]);j("message-square-share",[["path",{d:"M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7",key:"tqtdkg"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"m16 8 5-5",key:"15mbrl"}]]);j("message-square-text",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M13 8H7",key:"14i4kc"}],["path",{d:"M17 12H7",key:"16if0g"}]]);j("message-square-x",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]);j("message-square-warning",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v2",key:"stiyo7"}],["path",{d:"M12 13h.01",key:"y0uutt"}]]);j("message-square",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]]);j("messages-square",[["path",{d:"M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z",key:"p1xzt8"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1",key:"1cx29u"}]]);j("mic-off",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2",key:"80xlxr"}],["path",{d:"M5 10v2a7 7 0 0 0 12 5",key:"p2k8kg"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33",key:"1gzdoj"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12",key:"r2i35w"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]]);j("mic-vocal",[["path",{d:"m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12",key:"80a601"}],["path",{d:"M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5",key:"j0ngtp"}],["circle",{cx:"16",cy:"7",r:"5",key:"d08jfb"}]]);j("mic",[["path",{d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z",key:"131961"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]]);j("microchip",[["path",{d:"M18 12h2",key:"quuxs7"}],["path",{d:"M18 16h2",key:"zsn3lv"}],["path",{d:"M18 20h2",key:"9x5y9y"}],["path",{d:"M18 4h2",key:"1luxfb"}],["path",{d:"M18 8h2",key:"nxqzg"}],["path",{d:"M4 12h2",key:"1ltxp0"}],["path",{d:"M4 16h2",key:"8a5zha"}],["path",{d:"M4 20h2",key:"27dk57"}],["path",{d:"M4 4h2",key:"10groj"}],["path",{d:"M4 8h2",key:"18vq6w"}],["path",{d:"M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z",key:"1681fp"}]]);j("microscope",[["path",{d:"M6 18h8",key:"1borvv"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1",key:"1jwaiy"}],["path",{d:"M9 14h2",key:"197e7h"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z",key:"1bmzmy"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",key:"1drr47"}]]);j("microwave",[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2",key:"2no95f"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1",key:"zh9wx"}],["path",{d:"M18 8v7",key:"o5zi4n"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 19v2",key:"1dawf0"}]]);j("milestone",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z",key:"1btarq"}]]);j("milk-off",[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3",key:"y0ejgx"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435",key:"iaxqsy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("milk",[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2",key:"qtp12x"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"ygeh44"}]]);j("minimize-2",[["polyline",{points:"4 14 10 14 10 20",key:"11kfnr"}],["polyline",{points:"20 10 14 10 14 4",key:"rlmsce"}],["line",{x1:"14",x2:"21",y1:"10",y2:"3",key:"o5lafz"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]);j("minimize",[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3",key:"hohbtr"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3",key:"5jw1f3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3",key:"198tvr"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3",key:"ph8mxp"}]]);j("minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);j("monitor-check",[["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);j("monitor-cog",[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m15.2 4.9-.9-.4",key:"12wd2u"}],["path",{d:"m15.2 7.1-.9.4",key:"1r2vl7"}],["path",{d:"m16.9 3.2-.4-.9",key:"3zbo91"}],["path",{d:"m16.9 8.8-.4.9",key:"1qr2dn"}],["path",{d:"m19.5 2.3-.4.9",key:"1rjrkq"}],["path",{d:"m19.5 9.7-.4-.9",key:"heryx5"}],["path",{d:"m21.7 4.5-.9.4",key:"17fqt1"}],["path",{d:"m21.7 7.5-.9-.4",key:"14zyni"}],["path",{d:"M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"1tnzv8"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]]);j("monitor-dot",[["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9",key:"1fet9y"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);j("monitor-down",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"m15 10-3 3-3-3",key:"lzhmyn"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);j("monitor-off",[["path",{d:"M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2",key:"k0q8oc"}],["path",{d:"M22 15V5a2 2 0 0 0-2-2H9",key:"cp1ac0"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("monitor-pause",[["path",{d:"M10 13V7",key:"1u13u9"}],["path",{d:"M14 13V7",key:"1vj9om"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);j("monitor-play",[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}]]);j("monitor-smartphone",[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8",key:"10dyio"}],["path",{d:"M10 19v-3.96 3.15",key:"1irgej"}],["path",{d:"M7 19h5",key:"qswx4l"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2",key:"1egngj"}]]);j("monitor-speaker",[["path",{d:"M5.5 20H8",key:"1k40s5"}],["path",{d:"M17 9h.01",key:"1j24nn"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2",key:"ixliua"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4",key:"1mp6e1"}],["circle",{cx:"17",cy:"15",r:"1",key:"tqvash"}]]);j("monitor-stop",[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}],["rect",{x:"9",y:"7",width:"6",height:"6",rx:"1",key:"5m2oou"}]]);j("monitor-up",[["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"M12 13V7",key:"h0r20n"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);j("monitor-x",[["path",{d:"m14.5 12.5-5-5",key:"1jahn5"}],["path",{d:"m9.5 12.5 5-5",key:"1k2t7b"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);j("monitor",[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]]);j("moon-star",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9",key:"4ay0iu"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}]]);j("moon",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]]);j("mountain-snow",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}],["path",{d:"M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19",key:"1pvmmp"}]]);j("mountain",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]]);j("mouse-off",[["path",{d:"M12 6v.343",key:"1gyhex"}],["path",{d:"M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218",key:"ukzz01"}],["path",{d:"M19 13.343V9A7 7 0 0 0 8.56 2.902",key:"104jy9"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]]);j("mouse-pointer-2",[["path",{d:"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",key:"edeuup"}]]);j("mouse-pointer-ban",[["path",{d:"M2.034 2.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.944L8.204 7.545a1 1 0 0 0-.66.66l-1.066 3.443a.5.5 0 0 1-.944.033z",key:"11pp1i"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["path",{d:"m11.8 11.8 8.4 8.4",key:"oogvdj"}]]);j("mouse-pointer-click",[["path",{d:"M14 4.1 12 6",key:"ita8i4"}],["path",{d:"m5.1 8-2.9-.8",key:"1go3kf"}],["path",{d:"m6 12-1.9 2",key:"mnht97"}],["path",{d:"M7.2 2.2 8 5.1",key:"1cfko1"}],["path",{d:"M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z",key:"s0h3yz"}]]);j("mouse",[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]]);j("mouse-pointer",[["path",{d:"M12.586 12.586 19 19",key:"ea5xo7"}],["path",{d:"M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z",key:"277e5u"}]]);j("move-3d",[["path",{d:"M5 3v16h16",key:"1mqmf9"}],["path",{d:"m5 19 6-6",key:"jh6hbb"}],["path",{d:"m2 6 3-3 3 3",key:"tkyvxa"}],["path",{d:"m18 16 3 3-3 3",key:"1d4glt"}]]);j("move-diagonal-2",[["path",{d:"M19 13v6h-6",key:"1hxl6d"}],["path",{d:"M5 11V5h6",key:"12e2xe"}],["path",{d:"m5 5 14 14",key:"11anup"}]]);j("move-diagonal",[["path",{d:"M11 19H5v-6",key:"8awifj"}],["path",{d:"M13 5h6v6",key:"7voy1q"}],["path",{d:"M19 5 5 19",key:"wwaj1z"}]]);j("move-down-left",[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]);j("move-down-right",[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]);j("move-horizontal",[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}]]);j("move-left",[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]]);j("move-down",[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]]);
98
- /**
99
- * @license lucide-react v0.487.0 - ISC
100
- *
101
- * This source code is licensed under the ISC license.
102
- * See the LICENSE file in the root directory of this source tree.
103
- */
104
- const I=j("move-right",[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]]);j("move-up-left",[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]);j("move-up-right",[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]);j("move-up",[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]]);j("move-vertical",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"m8 18 4 4 4-4",key:"bh5tu3"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}]]);j("move",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m19 9 3 3-3 3",key:"1mg7y2"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]]);j("music-2",[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]]);j("music-3",[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]]);j("music-4",[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["path",{d:"m9 9 12-2",key:"1e64n2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]]);j("music",[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]]);j("navigation-2-off",[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17",key:"qoq2o2"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17",key:"k3sjzy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("navigation-2",[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]]);j("navigation",[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]]);j("navigation-off",[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43",key:"1vdtb7"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61",key:"tya3r6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("network",[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]]);j("newspaper",[["path",{d:"M15 18h-5",key:"95g1m2"}],["path",{d:"M18 14h-8",key:"sponae"}],["path",{d:"M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2",key:"39pd36"}],["rect",{width:"8",height:"4",x:"10",y:"6",rx:"1",key:"aywv1n"}]]);j("nfc",[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36",key:"9iaqei"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"1yha7l"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"4iu2gk"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20",key:"sap9u2"}]]);j("non-binary",[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"m9 4 6 4",key:"t8piew"}],["path",{d:"m9 8 6-4",key:"sndyih"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}]]);j("notebook-pen",[["path",{d:"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4",key:"re6nr2"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"pqwjuv"}]]);j("notebook-tabs",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M15 2v20",key:"dcj49h"}],["path",{d:"M15 7h5",key:"1xj5lc"}],["path",{d:"M15 12h5",key:"w5shd9"}],["path",{d:"M15 17h5",key:"1qaofu"}]]);j("notebook-text",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M9.5 8h5",key:"11mslq"}],["path",{d:"M9.5 12H16",key:"ktog6x"}],["path",{d:"M9.5 16H14",key:"p1seyn"}]]);j("notebook",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M16 2v20",key:"rotuqe"}]]);j("notepad-text-dashed",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"j91f56"}],["path",{d:"M20 12v2",key:"w8o0tu"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1",key:"1c9ggx"}],["path",{d:"M13 22h-2",key:"191ugt"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2",key:"1rt9px"}],["path",{d:"M4 14v-2",key:"1v0sqh"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2",key:"1mwabg"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]]);j("notepad-text",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2",key:"1u9h20"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]]);j("nut-off",[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939",key:"1xcvy9"}],["path",{d:"M19 10v3.343",key:"163tfc"}],["path",{d:"M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192",key:"17914v"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("nut",[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4",key:"1tgyif"}],["path",{d:"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z",key:"tnsqj"}]]);j("octagon-alert",[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]]);j("octagon-minus",[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);j("octagon-pause",[["path",{d:"M10 15V9",key:"1lckn7"}],["path",{d:"M14 15V9",key:"1muqhk"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]]);j("octagon-x",[["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);j("octagon",[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]]);j("omega",[["path",{d:"M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21",key:"1x94xo"}]]);j("option",[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]]);j("orbit",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M10.4 21.9a10 10 0 0 0 9.941-15.416",key:"eohfx2"}],["path",{d:"M13.5 2.1a10 10 0 0 0-9.841 15.416",key:"19pvbm"}]]);j("origami",[["path",{d:"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025",key:"1bx4vc"}],["path",{d:"m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009",key:"1h3km6"}],["path",{d:"m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027",key:"1hj4wg"}]]);j("package-2",[["path",{d:"M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z",key:"1ront0"}],["path",{d:"m3 9 2.45-4.9A2 2 0 0 1 7.24 3h9.52a2 2 0 0 1 1.8 1.1L21 9",key:"19h2x1"}],["path",{d:"M12 3v6",key:"1holv5"}]]);j("package-check",[["path",{d:"m16 16 2 2 4-4",key:"gfu2re"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);j("package-minus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);j("package-open",[["path",{d:"M12 22v-9",key:"x3hkom"}],["path",{d:"M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z",key:"2ntwy6"}],["path",{d:"M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13",key:"1pmm1c"}],["path",{d:"M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z",key:"12ttoo"}]]);j("package-plus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M19 13v6",key:"85cyf1"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);j("package-search",[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5",key:"b5zd12"}],["path",{d:"M20.27 17.27 22 19",key:"1l4muz"}]]);j("package-x",[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["path",{d:"m17 13 5 5m-5 0 5-5",key:"im3w4b"}]]);j("package",[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);j("paint-bucket",[["path",{d:"m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z",key:"irua1i"}],["path",{d:"m5 2 5 5",key:"1lls2c"}],["path",{d:"M2 13h15",key:"1hkzvu"}],["path",{d:"M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z",key:"xk76lq"}]]);j("paint-roller",[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2",key:"jcyz7m"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1b9h7c"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1",key:"d6e7yl"}]]);j("paintbrush-vertical",[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v4",key:"qmzblu"}],["path",{d:"M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z",key:"ycvu00"}],["path",{d:"M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1",key:"iw4wnp"}]]);j("paintbrush",[["path",{d:"m14.622 17.897-10.68-2.913",key:"vj2p1u"}],["path",{d:"M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z",key:"18tc5c"}],["path",{d:"M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15",key:"ytzfxy"}]]);j("palette",[["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z",key:"12rzf8"}]]);j("panel-bottom-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m15 8-3 3-3-3",key:"1oxy1z"}]]);j("panel-bottom-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 15h1",key:"171nev"}],["path",{d:"M19 15h2",key:"1vnucp"}],["path",{d:"M3 15h2",key:"8bym0q"}],["path",{d:"M9 15h1",key:"1tg3ks"}]]);j("panel-bottom-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]]);j("panel-bottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]]);j("panel-left-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]]);j("panel-left-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 14v1",key:"askpd8"}],["path",{d:"M9 19v2",key:"16tejx"}],["path",{d:"M9 3v2",key:"1noubl"}],["path",{d:"M9 9v1",key:"19ebxg"}]]);j("panel-left-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m14 9 3 3-3 3",key:"8010ee"}]]);j("panel-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]]);
105
- /**
106
- * @license lucide-react v0.487.0 - ISC
107
- *
108
- * This source code is licensed under the ISC license.
109
- * See the LICENSE file in the root directory of this source tree.
110
- */
111
- const L=j("panel-right-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m8 9 3 3-3 3",key:"12hl5m"}]]);j("panel-right-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 14v1",key:"ilsfch"}],["path",{d:"M15 19v2",key:"1fst2f"}],["path",{d:"M15 3v2",key:"z204g4"}],["path",{d:"M15 9v1",key:"z2a8b1"}]]);
112
- /**
113
- * @license lucide-react v0.487.0 - ISC
114
- *
115
- * This source code is licensed under the ISC license.
116
- * See the LICENSE file in the root directory of this source tree.
117
- */
118
- const Z=j("panel-right-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}]]);j("panel-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);j("panel-top-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m9 16 3-3 3 3",key:"1idcnm"}]]);j("panel-top-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m15 14-3 3-3-3",key:"g215vf"}]]);j("panel-top-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 9h1",key:"l0svgy"}],["path",{d:"M19 9h2",key:"te2zfg"}],["path",{d:"M3 9h2",key:"1h4ldw"}],["path",{d:"M9 9h1",key:"15jzuz"}]]);j("panel-top",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]]);j("panels-left-bottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M9 15h12",key:"5ijen5"}]]);j("panels-right-bottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h12",key:"1wkqb3"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);j("panels-top-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M9 21V9",key:"1oto5p"}]]);j("paperclip",[["path",{d:"M13.234 20.252 21 12.3",key:"1cbrk9"}],["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 0 2.828 2 2 0 0 0 2.828 0l8.414-8.586a4 4 0 0 0 0-5.656 4 4 0 0 0-5.656 0l-8.415 8.585a6 6 0 1 0 8.486 8.486",key:"1pkts6"}]]);j("parentheses",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}]]);j("parking-meter",[["path",{d:"M11 15h2",key:"199qp6"}],["path",{d:"M12 12v3",key:"158kv8"}],["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z",key:"1jofit"}],["path",{d:"M9 9a3 3 0 1 1 6 0",key:"jdoeu8"}]]);j("party-popper",[["path",{d:"M5.8 11.3 2 22l10.7-3.79",key:"gwxi1d"}],["path",{d:"M4 3h.01",key:"1vcuye"}],["path",{d:"M22 8h.01",key:"1mrtc2"}],["path",{d:"M15 2h.01",key:"1cjtqr"}],["path",{d:"M22 20h.01",key:"1mrys2"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",key:"hbicv8"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17",key:"1i94pl"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7",key:"1cofks"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",key:"4kbmks"}]]);j("pause",[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]]);j("paw-print",[["circle",{cx:"11",cy:"4",r:"2",key:"vol9p0"}],["circle",{cx:"18",cy:"8",r:"2",key:"17gozi"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}],["path",{d:"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",key:"1ydw1z"}]]);j("pc-case",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",key:"1uq1d7"}],["path",{d:"M15 14h.01",key:"1kp3bh"}],["path",{d:"M9 6h6",key:"dgm16u"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);j("pen-line",[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}]]);j("pen-off",[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("pen-tool",[["path",{d:"M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z",key:"nt11vn"}],["path",{d:"m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18",key:"15qc1e"}],["path",{d:"m2.3 2.3 7.286 7.286",key:"1wuzzi"}],["circle",{cx:"11",cy:"11",r:"2",key:"xmgehs"}]]);j("pen",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]]);j("pencil-off",[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("pencil-line",[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}],["path",{d:"m15 5 3 3",key:"1w25hb"}]]);j("pencil-ruler",[["path",{d:"M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13",key:"orapub"}],["path",{d:"m8 6 2-2",key:"115y1s"}],["path",{d:"m18 16 2-2",key:"ee94s4"}],["path",{d:"m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17",key:"cfq27r"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]);j("pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]);j("pentagon",[["path",{d:"M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z",key:"2hea0t"}]]);j("percent",[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]]);j("person-standing",[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["path",{d:"m9 20 3-6 3 6",key:"se2kox"}],["path",{d:"m6 8 6 2 6-2",key:"4o3us4"}],["path",{d:"M12 10v4",key:"1kjpxc"}]]);j("philippine-peso",[["path",{d:"M20 11H4",key:"6ut86h"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7",key:"1ana5r"}]]);j("phone-call",[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}],["path",{d:"M14.05 2a9 9 0 0 1 8 7.94",key:"vmijpz"}],["path",{d:"M14.05 6A5 5 0 0 1 18 10",key:"13nbpp"}]]);j("phone-forwarded",[["polyline",{points:"18 2 22 6 18 10",key:"6vjanh"}],["line",{x1:"14",x2:"22",y1:"6",y2:"6",key:"1jsywh"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]);j("phone-incoming",[["polyline",{points:"16 2 16 8 22 8",key:"1ygljm"}],["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]);j("phone-missed",[["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["line",{x1:"16",x2:"22",y1:"2",y2:"8",key:"13zxdn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]);j("phone-off",[["path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91",key:"z86iuo"}],["line",{x1:"22",x2:"2",y1:"2",y2:"22",key:"11kh81"}]]);j("phone-outgoing",[["polyline",{points:"22 8 22 2 16 2",key:"1g204g"}],["line",{x1:"16",x2:"22",y1:"8",y2:"2",key:"1ggias"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]);j("phone",[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]);j("pi",[["line",{x1:"9",x2:"9",y1:"4",y2:"20",key:"ovs5a5"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13",key:"10pag4"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4",key:"1gaosr"}]]);j("piano",[["path",{d:"M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8",key:"lag0yf"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M6 14v4",key:"9ng0ue"}],["path",{d:"M10 14v4",key:"1v8uk5"}],["path",{d:"M14 14v4",key:"1tqops"}],["path",{d:"M18 14v4",key:"18uqwm"}]]);j("pickaxe",[["path",{d:"M14.531 12.469 6.619 20.38a1 1 0 1 1-3-3l7.912-7.912",key:"we99rg"}],["path",{d:"M15.686 4.314A12.5 12.5 0 0 0 5.461 2.958 1 1 0 0 0 5.58 4.71a22 22 0 0 1 6.318 3.393",key:"1w6hck"}],["path",{d:"M17.7 3.7a1 1 0 0 0-1.4 0l-4.6 4.6a1 1 0 0 0 0 1.4l2.6 2.6a1 1 0 0 0 1.4 0l4.6-4.6a1 1 0 0 0 0-1.4z",key:"15hgfx"}],["path",{d:"M19.686 8.314a12.501 12.501 0 0 1 1.356 10.225 1 1 0 0 1-1.751-.119 22 22 0 0 0-3.393-6.319",key:"452b4h"}]]);j("picture-in-picture-2",[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4",key:"daa4of"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2",key:"1nb8gs"}]]);j("picture-in-picture",[["path",{d:"M2 10h6V4",key:"zwrco"}],["path",{d:"m2 4 6 6",key:"ug085t"}],["path",{d:"M21 10V7a2 2 0 0 0-2-2h-7",key:"git5jr"}],["path",{d:"M3 14v2a2 2 0 0 0 2 2h3",key:"1f7fh3"}],["rect",{x:"12",y:"14",width:"10",height:"7",rx:"1",key:"1wjs3o"}]]);j("piggy-bank",[["path",{d:"M19 5c-1.5 0-2.8 1.4-3 2-3.5-1.5-11-.3-11 5 0 1.8 0 3 2 4.5V20h4v-2h3v2h4v-4c1-.5 1.7-1 2-2h2v-4h-2c0-1-.5-1.5-1-2V5z",key:"1ivx2i"}],["path",{d:"M2 9v1c0 1.1.9 2 2 2h1",key:"nm575m"}],["path",{d:"M16 11h.01",key:"xkw8gn"}]]);j("pilcrow-left",[["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9",key:"1ulc19"}],["path",{d:"M18 3v11",key:"1phi0r"}],["path",{d:"M22 18H2l4-4",key:"yt65j9"}],["path",{d:"m6 22-4-4",key:"6jgyf5"}]]);j("pilcrow-right",[["path",{d:"M10 3v11",key:"o3l5kj"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8",key:"1wb1nc"}],["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"m18 14 4 4H2",key:"4r8io1"}],["path",{d:"m22 18-4 4",key:"1hjjrd"}]]);j("pilcrow",[["path",{d:"M13 4v16",key:"8vvj80"}],["path",{d:"M17 4v16",key:"7dpous"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13",key:"sh4n9v"}]]);j("pill-bottle",[["path",{d:"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4",key:"17ldeb"}],["path",{d:"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7",key:"nc37y6"}],["rect",{width:"16",height:"5",x:"4",y:"2",rx:"1",key:"3jeezo"}]]);j("pill",[["path",{d:"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z",key:"wa1lgi"}],["path",{d:"m8.5 8.5 7 7",key:"rvfmvr"}]]);j("pin-off",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89",key:"znwnzq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11",key:"c9qhm2"}]]);j("pin",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]]);j("pizza",[["path",{d:"m12 14-1 1",key:"11onhr"}],["path",{d:"m13.75 18.25-1.25 1.42",key:"1yisr3"}],["path",{d:"M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12",key:"1qtqk6"}],["path",{d:"M18.8 9.3a1 1 0 0 0 2.1 7.7",key:"fbbbr2"}],["path",{d:"M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z",key:"1hyfdd"}]]);j("pipette",[["path",{d:"m2 22 1-1h3l9-9",key:"1sre89"}],["path",{d:"M3 21v-3l9-9",key:"hpe2y6"}],["path",{d:"m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9l.4.4a2.1 2.1 0 1 1-3 3l-3.8-3.8a2.1 2.1 0 1 1 3-3l.4.4Z",key:"196du1"}]]);j("plane-landing",[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z",key:"1ma21e"}]]);j("plane-takeoff",[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z",key:"fkigj9"}]]);j("plane",[["path",{d:"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",key:"1v9wt8"}]]);j("plug-2",[["path",{d:"M9 2v6",key:"17ngun"}],["path",{d:"M15 2v6",key:"s7yy2p"}],["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0Z",key:"wtfw2c"}]]);j("play",[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]]);j("plug-zap",[["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m18 3-4 4h6l-4 4",key:"16psg9"}]]);j("plug",[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M9 8V2",key:"14iosj"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",key:"osxo6l"}]]);j("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);j("pocket-knife",[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2",key:"19w3oe"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z",key:"6fykxj"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6",key:"1utzek"}]]);j("pocket",[["path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z",key:"1mz881"}],["polyline",{points:"8 10 12 14 16 10",key:"w4mbv5"}]]);j("podcast",[["path",{d:"M16.85 18.58a9 9 0 1 0-9.7 0",key:"d71mpg"}],["path",{d:"M8 14a5 5 0 1 1 8 0",key:"fc81rn"}],["circle",{cx:"12",cy:"11",r:"1",key:"1gvufo"}],["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 1 0 1 0Z",key:"za5kbj"}]]);j("pointer-off",[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957",key:"jsi14n"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295",key:"hirc7f"}],["path",{d:"M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158",key:"1jxb2e"}],["path",{d:"m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343",key:"10r7hm"}],["path",{d:"M6 6v8",key:"tv5xkp"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("pointer",[["path",{d:"M22 14a8 8 0 0 1-8 8",key:"56vcr3"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1agjmk"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1",key:"wdbh2u"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10",key:"1ibuk9"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"g6ys72"}]]);j("popcorn",[["path",{d:"M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4",key:"10td1f"}],["path",{d:"M10 22 9 8",key:"yjptiv"}],["path",{d:"m14 22 1-14",key:"8jwc8b"}],["path",{d:"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z",key:"1qo33t"}]]);j("popsicle",[["path",{d:"M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z",key:"1o68ps"}],["path",{d:"m22 22-5.5-5.5",key:"17o70y"}]]);j("pound-sterling",[["path",{d:"M18 7c0-5.333-8-5.333-8 0",key:"1prm2n"}],["path",{d:"M10 7v14",key:"18tmcs"}],["path",{d:"M6 21h12",key:"4dkmi1"}],["path",{d:"M6 13h10",key:"ybwr4a"}]]);j("power-off",[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15",key:"dxknvb"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68",key:"1x7qb5"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("power",[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]]);j("presentation",[["path",{d:"M2 3h20",key:"91anmk"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3",key:"2k9sn8"}],["path",{d:"m7 21 5-5 5 5",key:"bip4we"}]]);j("printer-check",[["path",{d:"M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5",key:"qeb09x"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2",key:"1md90i"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}]]);j("printer",[["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"143wyd"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1",key:"1ue0tg"}]]);j("projector",[["path",{d:"M5 7 3 5",key:"1yys58"}],["path",{d:"M9 6V3",key:"1ptz9u"}],["path",{d:"m13 7 2-2",key:"1w3vmq"}],["circle",{cx:"9",cy:"13",r:"3",key:"1mma13"}],["path",{d:"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17",key:"2frwzc"}],["path",{d:"M16 16h2",key:"dnq2od"}]]);j("proportions",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M12 9v11",key:"1fnkrn"}],["path",{d:"M2 9h13a2 2 0 0 1 2 2v9",key:"11z3ex"}]]);j("puzzle",[["path",{d:"M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z",key:"w46dr5"}]]);j("pyramid",[["path",{d:"M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z",key:"aenxs0"}],["path",{d:"M12 2v20",key:"t6zp3m"}]]);j("qr-code",[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]]);j("quote",[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]]);j("rabbit",[["path",{d:"M13 16a3 3 0 0 1 2.24 5",key:"1epib5"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3",key:"ue9ozu"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3",key:"49iql8"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3",key:"1e33i0"}]]);j("radar",[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34",key:"z3du51"}],["path",{d:"M4 6h.01",key:"oypzma"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35",key:"qzzz0"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67",key:"1yjesh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67",key:"1u2y91"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"m13.41 10.59 5.66-5.66",key:"mhq4k0"}]]);j("radiation",[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z",key:"wy49g3"}],["path",{d:"M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z",key:"vklnvr"}],["path",{d:"M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z",key:"wkdf1o"}]]);j("radical",[["path",{d:"M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21",key:"1mqj8i"}]]);j("radio-receiver",[["path",{d:"M5 16v2",key:"g5qcv5"}],["path",{d:"M19 16v2",key:"1gbaio"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2",key:"vjsjur"}],["path",{d:"M18 12h.01",key:"yjnet6"}]]);j("radio-tower",[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9",key:"s0qx1y"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5",key:"1idnkw"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47",key:"ojru2q"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1",key:"rhi7fg"}],["path",{d:"M9.5 18h5",key:"mfy3pd"}],["path",{d:"m8 22 4-11 4 11",key:"25yftu"}]]);j("radio",[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]]);j("radius",[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82",key:"fydyku"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["path",{d:"m13.41 13.41 4.18 4.18",key:"1gqbwc"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);j("rainbow",[["path",{d:"M22 17a10 10 0 0 0-20 0",key:"ozegv"}],["path",{d:"M6 17a6 6 0 0 1 12 0",key:"5giftw"}],["path",{d:"M10 17a2 2 0 0 1 4 0",key:"gnsikk"}]]);j("rail-symbol",[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]]);j("rat",[["path",{d:"M13 22H4a2 2 0 0 1 0-4h12",key:"bt3f23"}],["path",{d:"M13.236 18a3 3 0 0 0-2.2-5",key:"1tbvmo"}],["path",{d:"M16 9h.01",key:"1bdo4e"}],["path",{d:"M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3",key:"9ch7kn"}],["path",{d:"M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18",key:"3s7e9i"}]]);j("ratio",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);j("receipt-cent",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M12 6.5v11",key:"ecfhkf"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]);j("receipt-euro",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 12h5",key:"1g6qi8"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2",key:"b2px4r"}]]);j("receipt-indian-rupee",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 7h8",key:"i86dvs"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8",key:"grpkl4"}],["path",{d:"M8 11h8",key:"vwpz6n"}]]);j("receipt-japanese-yen",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"m12 10 3-3",key:"1mc12w"}],["path",{d:"m9 7 3 3v7.5",key:"39i0xv"}],["path",{d:"M9 11h6",key:"1fldmi"}],["path",{d:"M9 15h6",key:"cctwl0"}]]);j("receipt-pound-sterling",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 13h5",key:"1k9z8w"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0",key:"1dzgp0"}],["path",{d:"M8 17h7",key:"8mjdqu"}]]);j("receipt-russian-ruble",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 15h5",key:"vxg57a"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10",key:"1usi5u"}]]);j("receipt-swiss-franc",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M10 17V7h5",key:"k7jq18"}],["path",{d:"M10 11h4",key:"1i0mka"}],["path",{d:"M8 15h5",key:"vxg57a"}]]);j("receipt-text",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M14 8H8",key:"1l3xfs"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M13 16H8",key:"wsln4y"}]]);j("receipt",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 17.5v-11",key:"1jc1ny"}]]);j("rectangle-ellipsis",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]);j("rectangle-horizontal",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);j("rectangle-vertical",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]]);j("recycle",[["path",{d:"M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5",key:"x6z5xu"}],["path",{d:"M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12",key:"1x4zh5"}],["path",{d:"m14 16-3 3 3 3",key:"f6jyew"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598",key:"wf1obh"}],["path",{d:"m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843",key:"9tzpgr"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096",key:"1oe83g"}]]);j("redo-2",[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13",key:"6uklza"}]]);j("redo-dot",[["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}],["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]]);j("redo",[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]]);j("refresh-ccw-dot",[["path",{d:"M3 2v6h6",key:"18ldww"}],["path",{d:"M21 12A9 9 0 0 0 6 5.3L3 8",key:"1pbrqz"}],["path",{d:"M21 22v-6h-6",key:"usdfbe"}],["path",{d:"M3 12a9 9 0 0 0 15 6.7l3-2.7",key:"1hosoe"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);j("refresh-ccw",[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]]);j("refresh-cw-off",[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47",key:"1krf6h"}],["path",{d:"M8 16H3v5",key:"1cv678"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64",key:"ruvoct"}],["path",{d:"m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64",key:"19q130"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87",key:"4w8emr"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]]);j("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);j("refrigerator",[["path",{d:"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z",key:"fpq118"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M15 7v6",key:"1nx30x"}]]);j("regex",[["path",{d:"M17 3v10",key:"15fgeh"}],["path",{d:"m12.67 5.5 8.66 5",key:"1gpheq"}],["path",{d:"m12.67 10.5 8.66-5",key:"1dkfa6"}],["path",{d:"M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z",key:"swwfx4"}]]);j("remove-formatting",[["path",{d:"M4 7V4h16v3",key:"9msm58"}],["path",{d:"M5 20h6",key:"1h6pxn"}],["path",{d:"M13 4 8 20",key:"kqq6aj"}],["path",{d:"m15 15 5 5",key:"me55sn"}],["path",{d:"m20 15-5 5",key:"11p7ol"}]]);j("repeat-1",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}],["path",{d:"M11 10h1v4",key:"70cz1p"}]]);j("repeat-2",[["path",{d:"m2 9 3-3 3 3",key:"1ltn5i"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6",key:"1r6tfw"}],["path",{d:"m22 15-3 3-3-3",key:"4rnwn2"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10",key:"2f72bc"}]]);j("repeat",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]]);j("replace-all",[["path",{d:"M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"1yyzbs"}],["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"zfj4xr"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a 3 3 0 0 1 3-3h1",key:"1ageje"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]]);j("replace",[["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a3 3 0 0 1 3-3h1",key:"3y3t5z"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]]);j("reply-all",[["polyline",{points:"7 17 2 12 7 7",key:"t83bqg"}],["polyline",{points:"12 17 7 12 12 7",key:"1g4ajm"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7",key:"1fcyog"}]]);j("reply",[["polyline",{points:"9 17 4 12 9 7",key:"hvgpf2"}],["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}]]);j("rewind",[["polygon",{points:"11 19 2 12 11 5 11 19",key:"14yba5"}],["polygon",{points:"22 19 13 12 22 5 22 19",key:"1pi1cj"}]]);j("ribbon",[["path",{d:"M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22",key:"1rnhq3"}],["path",{d:"m12 18 2.57-3.5",key:"116vt7"}],["path",{d:"M6.243 9.016a7 7 0 0 1 11.507-.009",key:"10dq0b"}],["path",{d:"M9.35 14.53 12 11.22",key:"tdsyp2"}],["path",{d:"M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z",key:"nmifey"}]]);j("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);j("rocking-chair",[["polyline",{points:"3.5 2 6.5 12.5 18 12.5",key:"y3iy52"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20",key:"19vg5i"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20",key:"1inpmv"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0",key:"1nquas"}]]);j("roller-coaster",[["path",{d:"M6 19V5",key:"1r845m"}],["path",{d:"M10 19V6.8",key:"9j2tfs"}],["path",{d:"M14 19v-7.8",key:"10s8qv"}],["path",{d:"M18 5v4",key:"1tajlv"}],["path",{d:"M18 19v-6",key:"ielfq3"}],["path",{d:"M22 19V9",key:"158nzp"}],["path",{d:"M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65",key:"1930oh"}]]);j("rotate-3d",[["path",{d:"M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2",key:"10n0gc"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814",key:"16shm9"}],["path",{d:"M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4",key:"1lxi77"}]]);j("rotate-ccw-square",[["path",{d:"M20 9V7a2 2 0 0 0-2-2h-6",key:"19z8uc"}],["path",{d:"m15 2-3 3 3 3",key:"177bxs"}],["path",{d:"M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2",key:"d36hnl"}]]);j("rotate-ccw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]]);j("rotate-cw-square",[["path",{d:"M12 5H6a2 2 0 0 0-2 2v3",key:"l96uqu"}],["path",{d:"m9 8 3-3-3-3",key:"1gzgc3"}],["path",{d:"M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1w2k5h"}]]);j("rotate-cw",[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]]);j("route-off",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2",key:"1effex"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12",key:"k9y2ds"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3",key:"11nlu2"}],["path",{d:"M15 5h-4.3",key:"6537je"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]);j("route",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15",key:"1d8sl"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]);j("router",[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6.01 18H6",key:"19vcac"}],["path",{d:"M10.01 18H10",key:"uamcmx"}],["path",{d:"M15 10v4",key:"qjz1xs"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0",key:"1rif40"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0",key:"6a5xfq"}]]);j("rows-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]]);j("rows-3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]]);j("rows-4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 7.5H3",key:"1hm9pq"}],["path",{d:"M21 12H3",key:"2avoz0"}],["path",{d:"M21 16.5H3",key:"n7jzkj"}]]);j("rss",[["path",{d:"M4 11a9 9 0 0 1 9 9",key:"pv89mb"}],["path",{d:"M4 4a16 16 0 0 1 16 16",key:"k0647b"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]]);j("ruler",[["path",{d:"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z",key:"icamh8"}],["path",{d:"m14.5 12.5 2-2",key:"inckbg"}],["path",{d:"m11.5 9.5 2-2",key:"fmmyf7"}],["path",{d:"m8.5 6.5 2-2",key:"vc6u1g"}],["path",{d:"m17.5 15.5 2-2",key:"wo5hmg"}]]);j("russian-ruble",[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]]);j("sailboat",[["path",{d:"M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z",key:"1404fh"}],["path",{d:"M21 14 10 2 3 14h18Z",key:"1nzg7v"}],["path",{d:"M10 2v16",key:"1labyt"}]]);j("salad",[["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",key:"10xrj0"}],["path",{d:"m13 12 4-4",key:"1hckqy"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",key:"1p4srx"}]]);j("sandwich",[["path",{d:"m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777",key:"f1wd0e"}],["path",{d:"M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25",key:"1pfu07"}],["path",{d:"M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9",key:"1oq9qw"}],["path",{d:"m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2",key:"1fnwu5"}],["rect",{width:"20",height:"4",x:"2",y:"11",rx:"1",key:"itshg"}]]);j("satellite",[["path",{d:"M13 7 9 3 5 7l4 4",key:"vyckw6"}],["path",{d:"m17 11 4 4-4 4-4-4",key:"rchckc"}],["path",{d:"m8 12 4 4 6-6-4-4Z",key:"1sshf7"}],["path",{d:"m16 8 3-3",key:"x428zp"}],["path",{d:"M9 21a6 6 0 0 0-6-6",key:"1iajcf"}]]);j("satellite-dish",[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z",key:"1fzpp3"}],["path",{d:"m9 15 3-3",key:"88sc13"}],["path",{d:"M17 13a6 6 0 0 0-6-6",key:"15cc6u"}],["path",{d:"M21 13A10 10 0 0 0 11 3",key:"11nf8s"}]]);j("saudi-riyal",[["path",{d:"m20 19.5-5.5 1.2",key:"1aenhr"}],["path",{d:"M14.5 4v11.22a1 1 0 0 0 1.242.97L20 15.2",key:"2rtezt"}],["path",{d:"m2.978 19.351 5.549-1.363A2 2 0 0 0 10 16V2",key:"1kbm92"}],["path",{d:"M20 10 4 13.5",key:"8nums9"}]]);j("save-all",[["path",{d:"M10 2v3a1 1 0 0 0 1 1h5",key:"1xspal"}],["path",{d:"M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6",key:"1ra60u"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z",key:"1yve0x"}]]);j("save-off",[["path",{d:"M13 13H8a1 1 0 0 0-1 1v7",key:"h8g396"}],["path",{d:"M14 8h1",key:"1lfen6"}],["path",{d:"M17 21v-4",key:"1yknxs"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41",key:"1t4vdl"}],["path",{d:"M29.5 11.5s5 5 4 5",key:"zzn4i6"}],["path",{d:"M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15",key:"24cby9"}]]);j("save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]]);j("scale-3d",[["path",{d:"M5 7v11a1 1 0 0 0 1 1h11",key:"13dt1j"}],["path",{d:"M5.293 18.707 11 13",key:"ezgbsx"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}]]);j("scale",[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"7g6ntu"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"ijws7r"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2",key:"3gwbw2"}]]);j("scaling",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M14 15H9v-5",key:"pi4jk9"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M21 3 9 15",key:"15kdhq"}]]);j("scan-barcode",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 7v10",key:"23sfjj"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M17 7v10",key:"578dap"}]]);j("scan-eye",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]]);j("scan-face",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 9h.01",key:"x1ddxp"}]]);j("scan-heart",[["path",{d:"M11.246 16.657a1 1 0 0 0 1.508 0l3.57-4.101A2.75 2.75 0 1 0 12 9.168a2.75 2.75 0 1 0-4.324 3.388z",key:"1algrk"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]);j("scan-line",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 12h10",key:"b7w52i"}]]);j("scan-qr-code",[["path",{d:"M17 12v4a1 1 0 0 1-1 1h-4",key:"uk4fdo"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M17 8V7",key:"q2g9wo"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{x:"7",y:"7",width:"5",height:"5",rx:"1",key:"m9kyts"}]]);j("scan-search",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m16 16-1.9-1.9",key:"1dq9hf"}]]);j("scan-text",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 8h8",key:"1jbsf9"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h6",key:"1vyc9m"}]]);j("scan",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]);j("school",[["path",{d:"M14 22v-4a2 2 0 1 0-4 0v4",key:"hhkicm"}],["path",{d:"m18 10 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10",key:"1xqip1"}],["path",{d:"M18 5v17",key:"1sw6gf"}],["path",{d:"m4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6",key:"9d2mlk"}],["path",{d:"M6 5v17",key:"1xfsm0"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}]]);j("scissors-line-dashed",[["path",{d:"M5.42 9.42 8 12",key:"12pkuq"}],["circle",{cx:"4",cy:"8",r:"2",key:"107mxr"}],["path",{d:"m14 6-8.58 8.58",key:"gvzu5l"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"M10.8 14.8 14 18",key:"ax7m9r"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]);j("scissors",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]]);j("screen-share-off",[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]]);j("screen-share",[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m17 8 5-5",key:"fqif7o"}],["path",{d:"M17 3h5v5",key:"1o3tu8"}]]);j("scroll-text",[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]);j("scroll",[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]);j("search-check",[["path",{d:"m8 11 2 2 4-4",key:"1sed1v"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);j("search-code",[["path",{d:"m13 13.5 2-2.5-2-2.5",key:"1rvxrh"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M9 8.5 7 11l2 2.5",key:"6ffwbx"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]);j("search-slash",[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);j("search-x",[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["path",{d:"m8.5 8.5 5 5",key:"a8mexj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);j("search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);j("section",[["path",{d:"M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0",key:"vqan6v"}],["path",{d:"M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0",key:"wdjd8o"}]]);j("send-horizontal",[["path",{d:"M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z",key:"117uat"}],["path",{d:"M6 12h16",key:"s4cdu5"}]]);j("send-to-back",[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2",key:"1b0bso"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2",key:"1x09vl"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1",key:"pao6x6"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1",key:"19tdru"}]]);j("send",[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]]);j("separator-horizontal",[["line",{x1:"3",x2:"21",y1:"12",y2:"12",key:"10d38w"}],["polyline",{points:"8 8 12 4 16 8",key:"zo8t4w"}],["polyline",{points:"16 16 12 20 8 16",key:"1oyrid"}]]);j("separator-vertical",[["line",{x1:"12",x2:"12",y1:"3",y2:"21",key:"1efggb"}],["polyline",{points:"8 8 4 12 8 16",key:"bnfmv4"}],["polyline",{points:"16 16 20 12 16 8",key:"u90052"}]]);j("server-cog",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5",key:"tn8das"}],["path",{d:"M4.5 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5",key:"1g2pve"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m15.7 13.4-.9-.3",key:"1jwmzr"}],["path",{d:"m9.2 10.9-.9-.3",key:"qapnim"}],["path",{d:"m10.6 15.7.3-.9",key:"quwk0k"}],["path",{d:"m13.6 15.7-.4-1",key:"cb9xp7"}],["path",{d:"m10.8 9.3-.4-1",key:"1uaiz5"}],["path",{d:"m8.3 13.6 1-.4",key:"s6srou"}],["path",{d:"m14.7 10.8 1-.4",key:"4d31cq"}],["path",{d:"m13.4 8.3-.3.9",key:"1bm987"}]]);j("server-crash",[["path",{d:"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2",key:"4b9dqc"}],["path",{d:"M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2",key:"22nnkd"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m13 6-4 6h6l-4 6",key:"14hqih"}]]);j("server-off",[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5",key:"bt2siv"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z",key:"1hjrv1"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1",key:"1iynyr"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z",key:"161ggg"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);j("settings-2",[["path",{d:"M20 7h-9",key:"3s1dr2"}],["path",{d:"M14 17H5",key:"gfn3mx"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]]);j("settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);j("shapes",[["path",{d:"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z",key:"1bo67w"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5",key:"w3z12y"}]]);j("share-2",[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]]);j("share",[["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["polyline",{points:"16 6 12 2 8 6",key:"m901s6"}],["line",{x1:"12",x2:"12",y1:"2",y2:"15",key:"1p0rca"}]]);j("sheet",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9",key:"1vqk6q"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15",key:"o2sbyz"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21",key:"1ib60c"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21",key:"1n26ft"}]]);j("shell",[["path",{d:"M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44",key:"1cn552"}]]);j("shield-alert",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]]);j("shield-ban",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m4.243 5.21 14.39 12.472",key:"1c9a7c"}]]);j("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);j("shield-ellipsis",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]);j("shield-half",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 22V2",key:"zs6s6o"}]]);j("shield-minus",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}]]);j("shield-off",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71",key:"1jlk70"}],["path",{d:"M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264",key:"18rp1v"}]]);j("shield-plus",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]]);j("shield-question",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);j("shield-user",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M6.376 18.91a6 6 0 0 1 11.249.003",key:"hnjrf2"}],["circle",{cx:"12",cy:"11",r:"4",key:"1gt34v"}]]);j("shield-x",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]]);j("shield",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]]);j("ship-wheel",[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["path",{d:"M12 2v7.5",key:"1e5rl5"}],["path",{d:"m19 5-5.23 5.23",key:"1ezxxf"}],["path",{d:"M22 12h-7.5",key:"le1719"}],["path",{d:"m19 19-5.23-5.23",key:"p3fmgn"}],["path",{d:"M12 14.5V22",key:"dgcmos"}],["path",{d:"M10.23 13.77 5 19",key:"qwopd4"}],["path",{d:"M9.5 12H2",key:"r7bup8"}],["path",{d:"M10.23 10.23 5 5",key:"k2y7lj"}],["circle",{cx:"12",cy:"12",r:"2.5",key:"ix0uyj"}]]);j("shirt",[["path",{d:"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z",key:"1wgbhj"}]]);j("shopping-bag",[["path",{d:"M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z",key:"hou9p0"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}]]);j("ship",[["path",{d:"M12 10.189V14",key:"1p8cqu"}],["path",{d:"M12 2v3",key:"qbqxhf"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6",key:"qpkstq"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76",key:"7tigtc"}],["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"1924j5"}]]);j("shopping-basket",[["path",{d:"m15 11-1 9",key:"5wnq3a"}],["path",{d:"m19 11-4-7",key:"cnml18"}],["path",{d:"M2 11h20",key:"3eubbj"}],["path",{d:"m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4",key:"yiazzp"}],["path",{d:"M4.5 15.5h15",key:"13mye1"}],["path",{d:"m5 11 4-7",key:"116ra9"}],["path",{d:"m9 11 1 9",key:"1ojof7"}]]);j("shopping-cart",[["circle",{cx:"8",cy:"21",r:"1",key:"jimo8o"}],["circle",{cx:"19",cy:"21",r:"1",key:"13723u"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",key:"9zh506"}]]);j("shovel",[["path",{d:"M2 22v-5l5-5 5 5-5 5z",key:"1fh25c"}],["path",{d:"M9.5 14.5 16 8",key:"1smz5x"}],["path",{d:"m17 2 5 5-.5.5a3.53 3.53 0 0 1-5 0s0 0 0 0a3.53 3.53 0 0 1 0-5L17 2",key:"1q8uv5"}]]);j("shower-head",[["path",{d:"m4 4 2.5 2.5",key:"uv2vmf"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7",key:"frdkwv"}],["path",{d:"M15 5 5 15",key:"1ag8rq"}],["path",{d:"M14 17v.01",key:"eokfpp"}],["path",{d:"M10 16v.01",key:"14uyyl"}],["path",{d:"M13 13v.01",key:"1v1k97"}],["path",{d:"M16 10v.01",key:"5169yg"}],["path",{d:"M11 20v.01",key:"cj92p8"}],["path",{d:"M17 14v.01",key:"11cswd"}],["path",{d:"M20 11v.01",key:"19e0od"}]]);j("shrimp",[["path",{d:"M11 12h.01",key:"1lr4k6"}],["path",{d:"M13 22c.5-.5 1.12-1 2.5-1-1.38 0-2-.5-2.5-1",key:"fatpdi"}],["path",{d:"M14 2a3.28 3.28 0 0 1-3.227 1.798l-6.17-.561A2.387 2.387 0 1 0 4.387 8H15.5a1 1 0 0 1 0 13 1 1 0 0 0 0-5H12a7 7 0 0 1-7-7V8",key:"kehrqe"}],["path",{d:"M14 8a8.5 8.5 0 0 1 0 8",key:"1imjx2"}],["path",{d:"M16 16c2 0 4.5-4 4-6",key:"z0nejz"}]]);j("shrink",[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8",key:"17vawe"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6",key:"chjx8e"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6",key:"lav6yq"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3",key:"1pxi2q"}]]);j("shrub",[["path",{d:"M12 22v-7l-2-2",key:"eqv9mc"}],["path",{d:"M17 8v.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0Z",key:"ubcgy"}],["path",{d:"m14 14-2 2",key:"847xa2"}]]);j("shuffle",[["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22",key:"1ailkh"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2",key:"km57vx"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45",key:"os18l9"}]]);j("sigma",[["path",{d:"M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",key:"wuwx1p"}]]);j("signal-high",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}]]);j("signal-low",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]]);j("signal-medium",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]]);j("signal-zero",[["path",{d:"M2 20h.01",key:"4haj6o"}]]);j("signal",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}],["path",{d:"M22 4v16",key:"sih9yq"}]]);j("signature",[["path",{d:"m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284",key:"y32ogt"}],["path",{d:"M3 21h18",key:"itz85i"}]]);j("signpost-big",[["path",{d:"M10 9H4L2 7l2-2h6",key:"1hq7x2"}],["path",{d:"M14 5h6l2 2-2 2h-6",key:"bv62ej"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18",key:"eqpcf2"}],["path",{d:"M8 22h8",key:"rmew8v"}]]);j("signpost",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z",key:"gqqp9m"}]]);j("siren",[["path",{d:"M7 18v-6a5 5 0 1 1 10 0v6",key:"pcx96s"}],["path",{d:"M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z",key:"1b4s83"}],["path",{d:"M21 12h1",key:"jtio3y"}],["path",{d:"M18.5 4.5 18 5",key:"g5sp9y"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"m4.929 4.929.707.707",key:"1i51kw"}],["path",{d:"M12 12v6",key:"3ahymv"}]]);j("skip-back",[["polygon",{points:"19 20 9 12 19 4 19 20",key:"o2sva"}],["line",{x1:"5",x2:"5",y1:"19",y2:"5",key:"1ocqjk"}]]);j("skip-forward",[["polygon",{points:"5 4 15 12 5 20 5 4",key:"16p6eg"}],["line",{x1:"19",x2:"19",y1:"5",y2:"19",key:"futhcm"}]]);j("skull",[["path",{d:"m12.5 17-.5-1-.5 1h1z",key:"3me087"}],["path",{d:"M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z",key:"1o5pge"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]]);j("slash",[["path",{d:"M22 2 2 22",key:"y4kqgn"}]]);j("slack",[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5",key:"diqz80"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5",key:"183iwg"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5",key:"hqg7r1"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5",key:"76g71w"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5",key:"1kmz0a"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5",key:"jc4sz0"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5",key:"1omvl4"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5",key:"16f3cl"}]]);j("slice",[["path",{d:"M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14",key:"1sllp5"}]]);j("sliders-horizontal",[["line",{x1:"21",x2:"14",y1:"4",y2:"4",key:"obuewd"}],["line",{x1:"10",x2:"3",y1:"4",y2:"4",key:"1q6298"}],["line",{x1:"21",x2:"12",y1:"12",y2:"12",key:"1iu8h1"}],["line",{x1:"8",x2:"3",y1:"12",y2:"12",key:"ntss68"}],["line",{x1:"21",x2:"16",y1:"20",y2:"20",key:"14d8ph"}],["line",{x1:"12",x2:"3",y1:"20",y2:"20",key:"m0wm8r"}],["line",{x1:"14",x2:"14",y1:"2",y2:"6",key:"14e1ph"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"16",x2:"16",y1:"18",y2:"22",key:"1lctlv"}]]);j("sliders-vertical",[["line",{x1:"4",x2:"4",y1:"21",y2:"14",key:"1p332r"}],["line",{x1:"4",x2:"4",y1:"10",y2:"3",key:"gb41h5"}],["line",{x1:"12",x2:"12",y1:"21",y2:"12",key:"hf2csr"}],["line",{x1:"12",x2:"12",y1:"8",y2:"3",key:"1kfi7u"}],["line",{x1:"20",x2:"20",y1:"21",y2:"16",key:"1lhrwl"}],["line",{x1:"20",x2:"20",y1:"12",y2:"3",key:"16vvfq"}],["line",{x1:"2",x2:"6",y1:"14",y2:"14",key:"1uebub"}],["line",{x1:"10",x2:"14",y1:"8",y2:"8",key:"1yglbp"}],["line",{x1:"18",x2:"22",y1:"16",y2:"16",key:"1jxqpz"}]]);j("smartphone-charging",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12.667 8 10 12h4l-2.667 4",key:"h9lk2d"}]]);j("smartphone",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]]);j("smartphone-nfc",[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1",key:"5nje8w"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36",key:"1g306n"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"uqvjvo"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"ujntz3"}]]);j("smile-plus",[["path",{d:"M22 11v1a10 10 0 1 1-9-10",key:"ew0xw9"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}],["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}]]);j("smile",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);j("snail",[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0",key:"hneq2s"}],["circle",{cx:"10",cy:"13",r:"8",key:"194lz3"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6",key:"ixqyt7"}],["path",{d:"M18 3 19.1 5.2",key:"9tjm43"}],["path",{d:"M22 3 20.9 5.2",key:"j3odrs"}]]);j("snowflake",[["path",{d:"m10 20-1.25-2.5L6 18",key:"18frcb"}],["path",{d:"M10 4 8.75 6.5 6 6",key:"7mghy3"}],["path",{d:"m14 20 1.25-2.5L18 18",key:"1chtki"}],["path",{d:"m14 4 1.25 2.5L18 6",key:"1b4wsy"}],["path",{d:"m17 21-3-6h-4",key:"15hhxa"}],["path",{d:"m17 3-3 6 1.5 3",key:"11697g"}],["path",{d:"M2 12h6.5L10 9",key:"kv9z4n"}],["path",{d:"m20 10-1.5 2 1.5 2",key:"1swlpi"}],["path",{d:"M22 12h-6.5L14 15",key:"1mxi28"}],["path",{d:"m4 10 1.5 2L4 14",key:"k9enpj"}],["path",{d:"m7 21 3-6-1.5-3",key:"j8hb9u"}],["path",{d:"m7 3 3 6h4",key:"1otusx"}]]);j("sofa",[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3",key:"1dgpiv"}],["path",{d:"M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"xacw8m"}],["path",{d:"M4 18v2",key:"jwo5n2"}],["path",{d:"M20 18v2",key:"1ar1qi"}],["path",{d:"M12 4v9",key:"oqhhn3"}]]);j("soup",[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M19.5 12 22 6",key:"shfsr5"}],["path",{d:"M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62",key:"rpc6vp"}],["path",{d:"M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62",key:"1lf63m"}],["path",{d:"M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62",key:"97tijn"}]]);j("space",[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]);j("spade",[["path",{d:"M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z",key:"40bo9n"}],["path",{d:"M12 18v4",key:"jadmvz"}]]);j("sparkle",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}]]);j("sparkles",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]]);j("speaker",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["circle",{cx:"12",cy:"14",r:"4",key:"1jruaj"}],["path",{d:"M12 14h.01",key:"1etili"}]]);j("speech",[["path",{d:"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20",key:"11atix"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603",key:"yol142"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975",key:"ssbmkc"}]]);j("spell-check-2",[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1",key:"8mdmtu"}]]);j("spell-check",[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]]);j("spline-pointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}],["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}]]);j("spline",[["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}]]);j("split",[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M8 3H3v5",key:"15dfkv"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3",key:"1qrqzj"}],["path",{d:"m15 9 6-6",key:"ko1vev"}]]);j("spray-can",[["path",{d:"M3 3h.01",key:"159qn6"}],["path",{d:"M7 5h.01",key:"1hq22a"}],["path",{d:"M11 7h.01",key:"1osv80"}],["path",{d:"M3 7h.01",key:"1xzrh3"}],["path",{d:"M7 9h.01",key:"19b3jx"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{width:"4",height:"4",x:"15",y:"5",key:"mri9e4"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2",key:"aib6hk"}],["path",{d:"m13 14 8-2",key:"1d7bmk"}],["path",{d:"m13 19 8-2",key:"1y2vml"}]]);j("sprout",[["path",{d:"M7 20h10",key:"e6iznv"}],["path",{d:"M10 20c5.5-2.5.8-6.4 3-10",key:"161w41"}],["path",{d:"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z",key:"9gtqwd"}],["path",{d:"M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z",key:"bkxnd2"}]]);j("square-activity",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7",key:"15hlnc"}]]);j("square-arrow-down-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 8-8 8",key:"166keh"}],["path",{d:"M16 16H8V8",key:"1w2ppm"}]]);j("square-arrow-down-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"M16 8v8H8",key:"1lbpgo"}]]);j("square-arrow-down",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]]);j("square-arrow-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}],["path",{d:"M16 12H8",key:"1fr5h0"}]]);j("square-arrow-out-down-left",[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6",key:"14qz4y"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]]);j("square-arrow-out-up-left",[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6",key:"14mv1t"}],["path",{d:"m3 3 9 9",key:"rks13r"}],["path",{d:"M3 9V3h6",key:"ira0h2"}]]);j("square-arrow-out-down-right",[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}],["path",{d:"m21 21-9-9",key:"1et2py"}],["path",{d:"M21 15v6h-6",key:"1jko0i"}]]);j("square-arrow-out-up-right",[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6",key:"y09zxi"}],["path",{d:"m21 3-9 9",key:"mpx6sq"}],["path",{d:"M15 3h6v6",key:"1q9fwt"}]]);j("square-arrow-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]]);j("square-arrow-up-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8h8",key:"19xb1h"}],["path",{d:"M16 16 8 8",key:"1qdy8n"}]]);j("square-arrow-up-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 8h8v8",key:"b65dnt"}],["path",{d:"m8 16 8-8",key:"13b9ih"}]]);j("square-arrow-up",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]]);j("square-asterisk",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8.5 14 7-4",key:"12hpby"}],["path",{d:"m8.5 10 7 4",key:"wwy2dy"}]]);j("square-bottom-dashed-scissors",[["path",{d:"M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2",key:"1vzg26"}],["path",{d:"M10 22H8",key:"euku7a"}],["path",{d:"M16 22h-2",key:"18d249"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]);j("square-chart-gantt",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 8h7",key:"kbo1nt"}],["path",{d:"M8 12h6",key:"ikassy"}],["path",{d:"M11 16h5",key:"oq65wt"}]]);j("square-check",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);j("square-check-big",[["path",{d:"M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5",key:"1uzm8b"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);j("square-chevron-down",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]);j("square-chevron-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]);j("square-chevron-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]);j("square-chevron-up",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]);j("square-dashed-bottom-code",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}]]);j("square-code",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);j("square-dashed-bottom",[["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}]]);j("square-dashed-mouse-pointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h2",key:"1qve2z"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v2",key:"p14lih"}],["path",{d:"M3 14v1",key:"vnatye"}]]);j("square-dashed-kanban",[["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 9v1",key:"1r0deq"}]]);j("square-dashed",[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}]]);j("square-divide",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}]]);j("square-dot",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);j("square-equal",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}]]);j("square-function",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3",key:"m1af9g"}],["path",{d:"M9 11.2h5.7",key:"3zgcl2"}]]);j("square-library",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7v10",key:"d5nglc"}],["path",{d:"M11 7v10",key:"pptsnr"}],["path",{d:"m15 7 2 10",key:"1m7qm5"}]]);j("square-m",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8l4 4 4-4v8",key:"141u4e"}]]);j("square-kanban",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}]]);j("square-menu",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 8h10",key:"1jw688"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h10",key:"wp8him"}]]);j("square-minus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);j("square-mouse-pointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}]]);j("square-parking-off",[["path",{d:"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41",key:"9l1ft6"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3",key:"17knke"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.3",key:"1jxgo2"}]]);j("square-parking",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]);j("square-pen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]]);j("square-percent",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);j("square-pi",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h10",key:"udp07y"}],["path",{d:"M10 7v10",key:"i1d9ee"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7",key:"ftwdc7"}]]);j("square-play",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 8 6 4-6 4Z",key:"f1r3lt"}]]);j("square-pilcrow",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17",key:"1l9586"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M16 7v10",key:"lavkr4"}]]);j("square-plus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]);j("square-power",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);j("square-radical",[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);j("square-round-corner",[["path",{d:"M21 11a8 8 0 0 0-8-8",key:"1lxwo5"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1dv2y5"}]]);j("square-scissors",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2",key:"1btzen"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]);j("square-sigma",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9",key:"9nih0i"}]]);j("square-slash",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]);j("square-split-horizontal",[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3",key:"lubmu8"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3",key:"1ag34g"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]]);j("square-split-vertical",[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3",key:"1pi83i"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3",key:"ido5k7"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]]);j("square-square",[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]]);j("square-stack",[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"4i38lg"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"mlte4a"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2",key:"1fa9i4"}]]);j("square-terminal",[["path",{d:"m7 11 2-2-2-2",key:"1lz0vl"}],["path",{d:"M11 13h4",key:"1p7l4v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}]]);j("square-user-round",[["path",{d:"M18 21a6 6 0 0 0-12 0",key:"kaz2du"}],["circle",{cx:"12",cy:"11",r:"4",key:"1gt34v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);j("square-user",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1m6ac2"}]]);j("square-x",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);j("square",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);j("squircle",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9",key:"garfkc"}]]);j("squirrel",[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5",key:"21bitc"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4",key:"oh0fg0"}],["path",{d:"M18 13h.01",key:"9veqaj"}],["path",{d:"M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10",key:"980v8a"}]]);j("stamp",[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z",key:"1sy9ra"}],["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13",key:"cnxgux"}]]);j("star-half",[["path",{d:"M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2",key:"2ksp49"}]]);j("star-off",[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43",key:"16m0ql"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91",key:"1vt8nq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);
119
- /**
120
- * @license lucide-react v0.487.0 - ISC
121
- *
122
- * This source code is licensed under the ISC license.
123
- * See the LICENSE file in the root directory of this source tree.
124
- */
125
- const O=j("star",[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]]);j("step-back",[["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["polygon",{points:"14,20 4,12 14,4",key:"ypakod"}]]);j("step-forward",[["line",{x1:"6",x2:"6",y1:"4",y2:"20",key:"fy8qot"}],["polygon",{points:"10,4 20,12 10,20",key:"1mc1pf"}]]);j("stethoscope",[["path",{d:"M11 2v2",key:"1539x4"}],["path",{d:"M5 2v2",key:"1yf1q8"}],["path",{d:"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1",key:"rb5t3r"}],["path",{d:"M8 15a6 6 0 0 0 12 0v-3",key:"x18d4x"}],["circle",{cx:"20",cy:"10",r:"2",key:"ts1r5v"}]]);j("sticker",[["path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z",key:"1wis1t"}],["path",{d:"M14 3v4a2 2 0 0 0 2 2h4",key:"36rjfy"}],["path",{d:"M8 13h.01",key:"1sbv64"}],["path",{d:"M16 13h.01",key:"wip0gl"}],["path",{d:"M10 16s.8 1 2 1c1.3 0 2-1 2-1",key:"1vvgv3"}]]);j("sticky-note",[["path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z",key:"qazsjp"}],["path",{d:"M15 3v4a2 2 0 0 0 2 2h4",key:"40519r"}]]);j("store",[["path",{d:"m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7",key:"ztvudi"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["path",{d:"M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4",key:"2ebpfo"}],["path",{d:"M2 7h20",key:"1fcdvo"}],["path",{d:"M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7",key:"6c3vgh"}]]);j("stretch-horizontal",[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2",key:"qdearl"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2",key:"1xrn6j"}]]);j("stretch-vertical",[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2",key:"19qu7m"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2",key:"24v0nk"}]]);j("strikethrough",[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]]);j("subscript",[["path",{d:"m4 5 8 8",key:"1eunvl"}],["path",{d:"m12 5-8 8",key:"1ah0jp"}],["path",{d:"M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07",key:"e8ta8j"}]]);j("sun-dim",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M20 12h.01",key:"1ykeid"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M4 12h.01",key:"158zrr"}],["path",{d:"M17.657 6.343h.01",key:"31pqzk"}],["path",{d:"M17.657 17.657h.01",key:"jehnf4"}],["path",{d:"M6.343 17.657h.01",key:"gdk6ow"}],["path",{d:"M6.343 6.343h.01",key:"1uurf0"}]]);j("sun-medium",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 3v1",key:"1asbbs"}],["path",{d:"M12 20v1",key:"1wcdkc"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M20 12h1",key:"1vloll"}],["path",{d:"m18.364 5.636-.707.707",key:"1hakh0"}],["path",{d:"m6.343 17.657-.707.707",key:"18m9nf"}],["path",{d:"m5.636 5.636.707.707",key:"1xv1c5"}],["path",{d:"m17.657 17.657.707.707",key:"vl76zb"}]]);j("sun-moon",[["path",{d:"M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4",key:"1fu5g2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.9 4.9 1.4 1.4",key:"b9915j"}],["path",{d:"m17.7 17.7 1.4 1.4",key:"qc3ed3"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.3 17.7-1.4 1.4",key:"5gca6"}],["path",{d:"m19.1 4.9-1.4 1.4",key:"wpu9u6"}]]);j("sun-snow",[["path",{d:"M10 21v-1",key:"1u8rkd"}],["path",{d:"M10 4V3",key:"pkzwkn"}],["path",{d:"M10 9a3 3 0 0 0 0 6",key:"gv75dk"}],["path",{d:"m14 20 1.25-2.5L18 18",key:"1chtki"}],["path",{d:"m14 4 1.25 2.5L18 6",key:"1b4wsy"}],["path",{d:"m17 21-3-6 1.5-3H22",key:"o5qa3v"}],["path",{d:"m17 3-3 6 1.5 3",key:"11697g"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"m20 10-1.5 2 1.5 2",key:"1swlpi"}],["path",{d:"m3.64 18.36.7-.7",key:"105rm9"}],["path",{d:"m4.34 6.34-.7-.7",key:"d3unjp"}]]);j("sun",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]]);j("sunrise",[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]]);j("sunset",[["path",{d:"M12 10V2",key:"16sf7g"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]]);j("superscript",[["path",{d:"m4 19 8-8",key:"hr47gm"}],["path",{d:"m12 19-8-8",key:"1dhhmo"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06",key:"1dfcux"}]]);j("swatch-book",[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z",key:"1ldrpk"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7",key:"11i5po"}],["path",{d:"M 7 17h.01",key:"1euzgo"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8",key:"o2gii7"}]]);j("swiss-franc",[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]]);j("switch-camera",[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5",key:"mtk2lu"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5",key:"120jsl"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m18 22-3-3 3-3",key:"kgdoj7"}],["path",{d:"m6 2 3 3-3 3",key:"1fnbkv"}]]);j("sword",[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5",key:"1hfsw2"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13",key:"1vrmhu"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20",key:"1bron3"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19",key:"13pww6"}]]);j("swords",[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5",key:"1hfsw2"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13",key:"1vrmhu"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20",key:"1bron3"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19",key:"13pww6"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5",key:"hbey2j"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18",key:"1hf58s"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20",key:"pidxm4"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21",key:"1pehsh"}]]);j("syringe",[["path",{d:"m18 2 4 4",key:"22kx64"}],["path",{d:"m17 7 3-3",key:"1w1zoj"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5",key:"1exhtz"}],["path",{d:"m9 11 4 4",key:"rovt3i"}],["path",{d:"m5 19-3 3",key:"59f2uf"}],["path",{d:"m14 4 6 6",key:"yqp9t2"}]]);j("table-2",[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]]);j("table-cells-merge",[["path",{d:"M12 21v-6",key:"lihzve"}],["path",{d:"M12 9V3",key:"da5inc"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);j("table-cells-split",[["path",{d:"M12 15V9",key:"8c7uyn"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);j("table-columns-split",[["path",{d:"M14 14v2",key:"w2a1xv"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M14 8v2",key:"i67w9a"}],["path",{d:"M2 15h8",key:"82wtch"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2",key:"up0l64"}],["path",{d:"M2 9h8",key:"yelfik"}],["path",{d:"M22 15h-4",key:"1es58f"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2",key:"pdjoqf"}],["path",{d:"M22 9h-4",key:"1luja7"}],["path",{d:"M5 3v18",key:"14hmio"}]]);j("table-of-contents",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M21 12h.01",key:"msek7k"}],["path",{d:"M21 18h.01",key:"1e8rq1"}],["path",{d:"M21 6h.01",key:"1koanj"}]]);j("table-properties",[["path",{d:"M15 3v18",key:"14nvp0"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]]);j("table-rows-split",[["path",{d:"M14 10h2",key:"1lstlu"}],["path",{d:"M15 22v-8",key:"1fwwgm"}],["path",{d:"M15 2v4",key:"1044rn"}],["path",{d:"M2 10h2",key:"1r8dkt"}],["path",{d:"M20 10h2",key:"1ug425"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6",key:"ibqhof"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2",key:"1uenja"}],["path",{d:"M8 10h2",key:"66od0"}],["path",{d:"M9 22v-8",key:"fmnu31"}],["path",{d:"M9 2v4",key:"j1yeou"}]]);j("table",[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]]);j("tablet-smartphone",[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2",key:"1vrsiq"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4",key:"1j4zmg"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]);j("tablets",[["circle",{cx:"7",cy:"7",r:"5",key:"x29byf"}],["circle",{cx:"17",cy:"17",r:"5",key:"1op1d2"}],["path",{d:"M12 17h10",key:"ls21zv"}],["path",{d:"m3.46 10.54 7.08-7.08",key:"1rehiu"}]]);j("tablet",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18",key:"1dp563"}]]);j("tag",[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]]);j("tags",[["path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19",key:"1cbfv1"}],["path",{d:"M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z",key:"135mg7"}],["circle",{cx:"6.5",cy:"9.5",r:".5",fill:"currentColor",key:"5pm5xn"}]]);j("tally-1",[["path",{d:"M4 4v16",key:"6qkkli"}]]);j("tally-2",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]]);j("tally-3",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]]);j("tally-4",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]]);j("tally-5",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}],["path",{d:"M22 6 2 18",key:"h9moai"}]]);j("tangent",[["circle",{cx:"17",cy:"4",r:"2",key:"y5j2s2"}],["path",{d:"M15.59 5.41 5.41 15.59",key:"l0vprr"}],["circle",{cx:"4",cy:"17",r:"2",key:"9p4efm"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12",key:"1twk4o"}]]);j("target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);j("telescope",[["path",{d:"m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44",key:"k4qptu"}],["path",{d:"m13.56 11.747 4.332-.924",key:"19l80z"}],["path",{d:"m16 21-3.105-6.21",key:"7oh9d"}],["path",{d:"M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z",key:"m7xp4m"}],["path",{d:"m6.158 8.633 1.114 4.456",key:"74o979"}],["path",{d:"m8 21 3.105-6.21",key:"1fvxut"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]]);j("tent-tree",[["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}],["path",{d:"m14 5 3-3 3 3",key:"1sorif"}],["path",{d:"m14 10 3-3 3 3",key:"1jyi9h"}],["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M17 14H7l-5 8h20Z",key:"13ar7p"}],["path",{d:"M8 14v8",key:"1ghmqk"}],["path",{d:"m9 14 5 8",key:"13pgi6"}]]);j("tent",[["path",{d:"M3.5 21 14 3",key:"1szst5"}],["path",{d:"M20.5 21 10 3",key:"1310c3"}],["path",{d:"M15.5 21 12 15l-3.5 6",key:"1ddtfw"}],["path",{d:"M2 21h20",key:"1nyx9w"}]]);j("terminal",[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]]);j("test-tube-diagonal",[["path",{d:"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3",key:"1ub6xw"}],["path",{d:"m16 2 6 6",key:"1gw87d"}],["path",{d:"M12 16H4",key:"1cjfip"}]]);j("test-tube",[["path",{d:"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2",key:"125lnx"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M14.5 16h-5",key:"1ox875"}]]);j("test-tubes",[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2",key:"1hjrqt"}],["path",{d:"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2",key:"16lc8n"}],["path",{d:"M3 2h7",key:"7s29d5"}],["path",{d:"M14 2h7",key:"7sicin"}],["path",{d:"M9 16H4",key:"1bfye3"}],["path",{d:"M20 16h-5",key:"ddnjpe"}]]);j("text-cursor-input",[["path",{d:"M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1",key:"18xjzo"}],["path",{d:"M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5",key:"fj48gi"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M9 7v10",key:"1vc8ob"}]]);j("text-cursor",[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1",key:"uvaxm9"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1",key:"11xy8d"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1",key:"1uw06m"}]]);j("text-quote",[["path",{d:"M17 6H3",key:"16j9eg"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 18H8",key:"1wfozv"}],["path",{d:"M3 12v6",key:"fv4c87"}]]);j("text-search",[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M10 12H3",key:"1ulcyk"}],["path",{d:"M10 18H3",key:"13769t"}],["circle",{cx:"17",cy:"15",r:"3",key:"1upz2a"}],["path",{d:"m21 19-1.9-1.9",key:"dwi7p8"}]]);j("text-select",[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}],["line",{x1:"7",x2:"15",y1:"8",y2:"8",key:"1758g8"}],["line",{x1:"7",x2:"17",y1:"12",y2:"12",key:"197423"}],["line",{x1:"7",x2:"13",y1:"16",y2:"16",key:"37cgm6"}]]);j("text",[["path",{d:"M17 6.1H3",key:"wptmhv"}],["path",{d:"M21 12.1H3",key:"1j38uz"}],["path",{d:"M15.1 18H3",key:"1nb16a"}]]);j("theater",[["path",{d:"M2 10s3-3 3-8",key:"3xiif0"}],["path",{d:"M22 10s-3-3-3-8",key:"ioaa5q"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8",key:"16fkpi"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8",key:"b9eulq"}],["path",{d:"M2 10s2 2 2 5",key:"1au1lb"}],["path",{d:"M22 10s-2 2-2 5",key:"qi2y5e"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"1vsc2m"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"hrha4u"}]]);j("thermometer-snowflake",[["path",{d:"m10 20-1.25-2.5L6 18",key:"18frcb"}],["path",{d:"M10 4 8.75 6.5 6 6",key:"7mghy3"}],["path",{d:"M10.585 15H10",key:"4nqulp"}],["path",{d:"M2 12h6.5L10 9",key:"kv9z4n"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z",key:"yu0u2z"}],["path",{d:"m4 10 1.5 2L4 14",key:"k9enpj"}],["path",{d:"m7 21 3-6-1.5-3",key:"j8hb9u"}],["path",{d:"m7 3 3 6h2",key:"1bbqgq"}]]);j("thermometer-sun",[["path",{d:"M12 9a4 4 0 0 0-2 7.5",key:"1jvsq6"}],["path",{d:"M12 3v2",key:"1w22ol"}],["path",{d:"m6.6 18.4-1.4 1.4",key:"w2yidj"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"iof6y5"}],["path",{d:"M4 13H2",key:"118le4"}],["path",{d:"M6.34 7.34 4.93 5.93",key:"1brd51"}]]);j("thermometer",[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]]);j("thumbs-down",[["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z",key:"m61m77"}]]);j("thumbs-up",[["path",{d:"M7 10v12",key:"1qc93n"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}]]);j("ticket-check",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);j("ticket-minus",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}]]);j("ticket-percent",[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"1l48ns"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);j("ticket-plus",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]]);j("ticket-slash",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}]]);j("ticket-x",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]]);j("ticket",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M13 5v2",key:"dyzc3o"}],["path",{d:"M13 17v2",key:"1ont0d"}],["path",{d:"M13 11v2",key:"1wjjxi"}]]);j("tickets-plane",[["path",{d:"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12",key:"16muxl"}],["path",{d:"m12 13.5 3.75.5",key:"1i9qhk"}],["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8",key:"12lg5p"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]]);j("tickets",[["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8",key:"12lg5p"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]]);j("timer-off",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7",key:"10he05"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2",key:"15f7sh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M12 12v-2",key:"fwoke6"}]]);j("timer-reset",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M12 14v-4",key:"1evpnu"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6",key:"1ts96g"}],["path",{d:"M9 17H4v5",key:"8t5av"}]]);j("timer",[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]]);j("toggle-left",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"8",cy:"12",r:"2",key:"1nvbw3"}]]);j("toggle-right",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}]]);j("toilet",[["path",{d:"M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18",key:"kc4kqr"}],["path",{d:"M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8",key:"1tqs57"}]]);j("tornado",[["path",{d:"M21 4H3",key:"1hwok0"}],["path",{d:"M18 8H6",key:"41n648"}],["path",{d:"M19 12H9",key:"1g4lpz"}],["path",{d:"M16 16h-6",key:"1j5d54"}],["path",{d:"M11 20H9",key:"39obr8"}]]);j("torus",[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]]);j("touchpad-off",[["path",{d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16",key:"lnt0bk"}],["path",{d:"M2 14h12",key:"d8icqz"}],["path",{d:"M22 14h-2",key:"jrx26d"}],["path",{d:"M12 20v-6",key:"1rm09r"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M22 16V6a2 2 0 0 0-2-2H10",key:"11y8e4"}]]);j("touchpad",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M12 20v-6",key:"1rm09r"}]]);j("tower-control",[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z",key:"1pledb"}],["path",{d:"M8 13v9",key:"hmv0ci"}],["path",{d:"M16 22v-9",key:"ylnf1u"}],["path",{d:"m9 6 1 7",key:"dpdgam"}],["path",{d:"m15 6-1 7",key:"ls7zgu"}],["path",{d:"M12 6V2",key:"1pj48d"}],["path",{d:"M13 2h-2",key:"mj6ths"}]]);j("toy-brick",[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1",key:"158fvp"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3",key:"s0042v"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3",key:"9wmeh2"}]]);j("tractor",[["path",{d:"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20",key:"she1j9"}],["path",{d:"M16 18h-5",key:"bq60fd"}],["path",{d:"M18 5a1 1 0 0 0-1 1v5.573",key:"1kv8ia"}],["path",{d:"M3 4h8.129a1 1 0 0 1 .99.863L13 11.246",key:"1q1ert"}],["path",{d:"M4 11V4",key:"9ft8pt"}],["path",{d:"M7 15h.01",key:"k5ht0j"}],["path",{d:"M8 10.1V4",key:"1jgyzo"}],["circle",{cx:"18",cy:"18",r:"2",key:"1emm8v"}],["circle",{cx:"7",cy:"15",r:"5",key:"ddtuc"}]]);j("traffic-cone",[["path",{d:"M9.3 6.2a4.55 4.55 0 0 0 5.4 0",key:"flyxqv"}],["path",{d:"M7.9 10.7c.9.8 2.4 1.3 4.1 1.3s3.2-.5 4.1-1.3",key:"1nlxxg"}],["path",{d:"M13.9 3.5a1.93 1.93 0 0 0-3.8-.1l-3 10c-.1.2-.1.4-.1.6 0 1.7 2.2 3 5 3s5-1.3 5-3c0-.2 0-.4-.1-.5Z",key:"vz7x1l"}],["path",{d:"m7.5 12.2-4.7 2.7c-.5.3-.8.7-.8 1.1s.3.8.8 1.1l7.6 4.5c.9.5 2.1.5 3 0l7.6-4.5c.7-.3 1-.7 1-1.1s-.3-.8-.8-1.1l-4.7-2.8",key:"1xfzlw"}]]);j("train-front-tunnel",[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10",key:"o0fyp0"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8",key:"m8q3n9"}],["path",{d:"M10 15h.01",key:"44in9x"}],["path",{d:"M14 15h.01",key:"5mohn5"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z",key:"hckbmu"}],["path",{d:"m9 19-2 3",key:"iij7hm"}],["path",{d:"m15 19 2 3",key:"npx8sa"}]]);j("train-front",[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1",key:"1v71zp"}],["path",{d:"m9 15-1-1",key:"1yrq24"}],["path",{d:"m15 15 1-1",key:"1t0d6s"}],["path",{d:"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z",key:"1p0hjs"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m16 19 2 3",key:"xo31yx"}]]);j("train-track",[["path",{d:"M2 17 17 2",key:"18b09t"}],["path",{d:"m2 14 8 8",key:"1gv9hu"}],["path",{d:"m5 11 8 8",key:"189pqp"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"m11 5 8 8",key:"ummqn6"}],["path",{d:"m14 2 8 8",key:"1vk7dn"}],["path",{d:"M7 22 22 7",key:"15mb1i"}]]);j("tram-front",[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m18 22-2-3",key:"1p0ohu"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}]]);j("transgender",[["path",{d:"M12 16v6",key:"c8a4gj"}],["path",{d:"M14 20h-4",key:"m8m19d"}],["path",{d:"M18 2h4v4",key:"1341mj"}],["path",{d:"m2 2 7.17 7.17",key:"13q8l2"}],["path",{d:"M2 5.355V2h3.357",key:"18136r"}],["path",{d:"m22 2-7.17 7.17",key:"1epvy4"}],["path",{d:"M8 5 5 8",key:"mgbjhz"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]);j("trash-2",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]]);j("trash",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}]]);j("tree-deciduous",[["path",{d:"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z",key:"oadzkq"}],["path",{d:"M12 19v3",key:"npa21l"}]]);j("tree-palm",[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4",key:"foxbe7"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3",key:"18arnh"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35",key:"ywahnh"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14",key:"ft0feo"}]]);j("tree-pine",[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z",key:"cpyugq"}],["path",{d:"M12 22v-3",key:"kmzjlo"}]]);j("trees",[["path",{d:"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z",key:"1l6gj6"}],["path",{d:"M7 16v6",key:"1a82de"}],["path",{d:"M13 19v3",key:"13sx9i"}],["path",{d:"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5",key:"1sj9kv"}]]);j("trello",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["rect",{width:"3",height:"9",x:"7",y:"7",key:"14n3xi"}],["rect",{width:"3",height:"5",x:"14",y:"7",key:"s4azjd"}]]);j("trending-up-down",[["path",{d:"M14.828 14.828 21 21",key:"ar5fw7"}],["path",{d:"M21 16v5h-5",key:"1ck2sf"}],["path",{d:"m21 3-9 9-4-4-6 6",key:"1h02xo"}],["path",{d:"M21 8V3h-5",key:"1qoq8a"}]]);j("trending-down",[["polyline",{points:"22 17 13.5 8.5 8.5 13.5 2 7",key:"1r2t7k"}],["polyline",{points:"16 17 22 17 22 11",key:"11uiuu"}]]);j("trending-up",[["polyline",{points:"22 7 13.5 15.5 8.5 10.5 2 17",key:"126l90"}],["polyline",{points:"16 7 22 7 22 13",key:"kwv8wd"}]]);j("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);j("triangle-dashed",[["path",{d:"M10.17 4.193a2 2 0 0 1 3.666.013",key:"pltmmw"}],["path",{d:"M14 21h2",key:"v4qezv"}],["path",{d:"m15.874 7.743 1 1.732",key:"10m0iw"}],["path",{d:"m18.849 12.952 1 1.732",key:"zadnam"}],["path",{d:"M21.824 18.18a2 2 0 0 1-1.835 2.824",key:"fvwuk4"}],["path",{d:"M4.024 21a2 2 0 0 1-1.839-2.839",key:"1e1kah"}],["path",{d:"m5.136 12.952-1 1.732",key:"1u4ldi"}],["path",{d:"M8 21h2",key:"i9zjee"}],["path",{d:"m8.102 7.743-1 1.732",key:"1zzo4u"}]]);j("triangle-right",[["path",{d:"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z",key:"183wce"}]]);j("triangle",[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",key:"14u9p9"}]]);j("trophy",[["path",{d:"M6 9H4.5a2.5 2.5 0 0 1 0-5H6",key:"17hqa7"}],["path",{d:"M18 9h1.5a2.5 2.5 0 0 0 0-5H18",key:"lmptdp"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22",key:"1nw9bq"}],["path",{d:"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22",key:"1np0yb"}],["path",{d:"M18 2H6v7a6 6 0 0 0 12 0V2Z",key:"u46fv3"}]]);j("truck",[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M15 18H9",key:"1lyqi6"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14",key:"lysw3i"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]]);j("turtle",[["path",{d:"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z",key:"1lbbv7"}],["path",{d:"M4.82 7.9 8 10",key:"m9wose"}],["path",{d:"M15.18 7.9 12 10",key:"p8dp2u"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2",key:"12nsm7"}]]);j("tv-minimal-play",[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]);j("tv-minimal",[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]);j("twitch",[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]]);j("tv",[["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",ry:"2",key:"10ag99"}],["polyline",{points:"17 2 12 7 7 2",key:"11pgbg"}]]);j("twitter",[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",key:"pff0z6"}]]);j("type-outline",[["path",{d:"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z",key:"1reda3"}]]);j("type",[["polyline",{points:"4 7 4 4 20 4 20 7",key:"1nosan"}],["line",{x1:"9",x2:"15",y1:"20",y2:"20",key:"swin9y"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]]);j("umbrella-off",[["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575",key:"eki10q"}],["path",{d:"M17.5 12H22A10 10 0 0 0 9.004 3.455",key:"n2ayka"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("umbrella",[["path",{d:"M22 12a10.06 10.06 1 0 0-20 0Z",key:"1teyop"}],["path",{d:"M12 12v8a2 2 0 0 0 4 0",key:"ulpmoc"}],["path",{d:"M12 2v1",key:"11qlp1"}]]);j("underline",[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]]);j("undo-2",[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]]);j("undo-dot",[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13",key:"8mp6z9"}],["path",{d:"M3 7v6h6",key:"1v2h90"}],["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}]]);j("undo",[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]]);j("unfold-horizontal",[["path",{d:"M16 12h6",key:"15xry1"}],["path",{d:"M8 12H2",key:"1jqql6"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 15 3-3-3-3",key:"wjy7rq"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}]]);j("unfold-vertical",[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m15 5-3-3-3 3",key:"itvq4r"}]]);j("ungroup",[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1",key:"nzclkv"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1",key:"4tytwb"}]]);j("university",[["circle",{cx:"12",cy:"10",r:"1",key:"1gnqs8"}],["path",{d:"M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"1qj5sn"}],["path",{d:"M6 17v.01",key:"roodi6"}],["path",{d:"M6 13v.01",key:"67c122"}],["path",{d:"M18 17v.01",key:"12ktxm"}],["path",{d:"M18 13v.01",key:"tn1rt1"}],["path",{d:"M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"11g7fi"}]]);j("unlink-2",[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]]);j("unlink",[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",key:"yqzxt4"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",key:"4qinb0"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5",key:"1041cp"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8",key:"14m1p5"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22",key:"rzdirn"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16",key:"ox905f"}]]);j("unplug",[["path",{d:"m19 5 3-3",key:"yk6iyv"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z",key:"1snsnr"}]]);j("usb",[["circle",{cx:"10",cy:"7",r:"1",key:"dypaad"}],["circle",{cx:"4",cy:"20",r:"1",key:"22iqad"}],["path",{d:"M4.7 19.3 19 5",key:"1enqfc"}],["path",{d:"m21 3-3 1 2 2Z",key:"d3ov82"}],["path",{d:"M9.26 7.68 5 12l2 5",key:"1esawj"}],["path",{d:"m10 14 5 2 3.5-3.5",key:"v8oal5"}],["path",{d:"m18 12 1-1 1 1-1 1Z",key:"1bh22v"}]]);j("upload",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"17 8 12 3 7 8",key:"t8dd8p"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15",key:"widbto"}]]);j("user-check",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["polyline",{points:"16 11 18 13 22 9",key:"1pwet4"}]]);j("user-cog",[["circle",{cx:"18",cy:"15",r:"3",key:"gjjjvw"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M10 15H6a4 4 0 0 0-4 4v2",key:"1nfge6"}],["path",{d:"m21.7 16.4-.9-.3",key:"12j9ji"}],["path",{d:"m15.2 13.9-.9-.3",key:"1fdjdi"}],["path",{d:"m16.6 18.7.3-.9",key:"heedtr"}],["path",{d:"m19.1 12.2.3-.9",key:"1af3ki"}],["path",{d:"m19.6 18.7-.4-1",key:"1x9vze"}],["path",{d:"m16.8 12.3-.4-1",key:"vqeiwj"}],["path",{d:"m14.3 16.6 1-.4",key:"1qlj63"}],["path",{d:"m20.7 13.8 1-.4",key:"1v5t8k"}]]);j("user-minus",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]]);j("user-pen",[["path",{d:"M11.5 15H7a4 4 0 0 0-4 4v2",key:"15lzij"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}]]);j("user-plus",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]]);j("user-round-check",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]);j("user-round-cog",[["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}]]);j("user-round-minus",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 19h-6",key:"vcuq98"}]]);j("user-round-pen",[["path",{d:"M2 21a8 8 0 0 1 10.821-7.487",key:"1c8h7z"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}]]);j("user-round-plus",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M22 19h-6",key:"vcuq98"}]]);j("user-round-search",[["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.9-1.9",key:"1e5ubv"}]]);j("user-round-x",[["path",{d:"M2 21a8 8 0 0 1 11.873-7",key:"74fkxq"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m17 17 5 5",key:"p7ous7"}],["path",{d:"m22 17-5 5",key:"gqnmv0"}]]);j("user-round",[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]]);j("user-search",[["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2",key:"3bnktk"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}]]);j("user-x",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13",key:"3nzzx3"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13",key:"1swrse"}]]);j("user",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]);j("users-round",[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]]);j("users",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"1da9ce"}]]);j("utensils-crossed",[["path",{d:"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8",key:"n7qcjb"}],["path",{d:"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7",key:"d0u48b"}],["path",{d:"m2.1 21.8 6.4-6.3",key:"yn04lh"}],["path",{d:"m19 5-7 7",key:"194lzd"}]]);j("utensils",[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2",key:"cjf0a3"}],["path",{d:"M7 2v20",key:"1473qp"}],["path",{d:"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7",key:"j28e5"}]]);j("utility-pole",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M3 3v2",key:"9imdir"}],["path",{d:"M7 3v2",key:"n0os7"}],["path",{d:"M17 3v2",key:"1l2re6"}],["path",{d:"M21 3v2",key:"1duuac"}],["path",{d:"m19 5-7 7-7-7",key:"133zxf"}]]);j("variable",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]]);j("vault",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["path",{d:"m7.9 7.9 2.7 2.7",key:"hpeyl3"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}],["path",{d:"m13.4 10.6 2.7-2.7",key:"264c1n"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["path",{d:"m7.9 16.1 2.7-2.7",key:"p81g5e"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor",key:"fubopw"}],["path",{d:"m13.4 13.4 2.7 2.7",key:"abhel3"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);j("vegan",[["path",{d:"M16 8q6 0 6-6-6 0-6 6",key:"qsyyc4"}],["path",{d:"M17.41 3.59a10 10 0 1 0 3 3",key:"41m9h7"}],["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14",key:"qiv7li"}]]);j("venetian-mask",[["path",{d:"M18 11c-1.5 0-2.5.5-3 2",key:"1fod00"}],["path",{d:"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z",key:"d70hit"}],["path",{d:"M6 11c1.5 0 2.5.5 3 2",key:"136fht"}]]);j("venus-and-mars",[["path",{d:"M10 20h4",key:"ni2waw"}],["path",{d:"M12 16v6",key:"c8a4gj"}],["path",{d:"M17 2h4v4",key:"vhe59"}],["path",{d:"m21 2-5.46 5.46",key:"19kypf"}],["circle",{cx:"12",cy:"11",r:"5",key:"16gxyc"}]]);j("venus",[["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M9 19h6",key:"456am0"}],["circle",{cx:"12",cy:"9",r:"6",key:"1nw4tq"}]]);j("vibrate",[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1",key:"1oyrl4"}]]);j("vibrate-off",[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2",key:"1hbad5"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34",key:"1x5tf0"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("video-off",[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196",key:"w8jjjt"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2",key:"1xawa7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("video",[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]]);j("videotape",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 8h20",key:"d11cs7"}],["circle",{cx:"8",cy:"14",r:"2",key:"1k2qr5"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"14",r:"2",key:"14k7lr"}]]);j("view",[["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2",key:"mrq65r"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2",key:"be3xqs"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]]);j("voicemail",[["circle",{cx:"6",cy:"12",r:"4",key:"1ehtga"}],["circle",{cx:"18",cy:"12",r:"4",key:"4vafl8"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16",key:"pmt8us"}]]);j("volleyball",[["path",{d:"M11.1 7.1a16.55 16.55 0 0 1 10.9 4",key:"2880wi"}],["path",{d:"M12 12a12.6 12.6 0 0 1-8.7 5",key:"113sja"}],["path",{d:"M16.8 13.6a16.55 16.55 0 0 1-9 7.5",key:"1qmsgl"}],["path",{d:"M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10",key:"1bmeqp"}],["path",{d:"M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5",key:"iekzv9"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);j("volume-1",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}]]);j("volume-2",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]]);j("volume-off",[["path",{d:"M16 9a5 5 0 0 1 .95 2.293",key:"1fgyg8"}],["path",{d:"M19.364 5.636a9 9 0 0 1 1.889 9.96",key:"l3zxae"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11",key:"1gbwow"}],["path",{d:"M9.828 4.172A.686.686 0 0 1 11 4.657v.686",key:"s2je0y"}]]);j("volume-x",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15",key:"1ewh16"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15",key:"5ykzw1"}]]);j("volume",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}]]);j("vote",[["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z",key:"1ezoue"}],["path",{d:"M22 19H2",key:"nuriw5"}]]);j("wallet-cards",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2",key:"4125el"}],["path",{d:"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21",key:"1dpki6"}]]);j("wallet-minimal",[["path",{d:"M17 14h.01",key:"7oqj8z"}],["path",{d:"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14",key:"u1rqew"}]]);j("wallpaper",[["circle",{cx:"8",cy:"9",r:"2",key:"gjzl9d"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"69xh40"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}]]);j("wallet",[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]]);j("wand-sparkles",[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]]);j("wand",[["path",{d:"M15 4V2",key:"z1p9b7"}],["path",{d:"M15 16v-2",key:"px0unx"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M17.8 11.8 19 13",key:"yihg8r"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M17.8 6.2 19 5",key:"fd4us0"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M12.2 6.2 11 5",key:"i3da3b"}]]);j("warehouse",[["path",{d:"M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z",key:"gksnxg"}],["path",{d:"M6 18h12",key:"9pbo8z"}],["path",{d:"M6 14h12",key:"4cwo0f"}],["rect",{width:"12",height:"12",x:"6",y:"10",key:"apd30q"}]]);j("washing-machine",[["path",{d:"M3 6h3",key:"155dbl"}],["path",{d:"M17 6h.01",key:"e2y6kg"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2",key:"od3kk9"}],["circle",{cx:"12",cy:"13",r:"5",key:"nlbqau"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5",key:"17lach"}]]);j("watch",[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["polyline",{points:"12 10 12 12 13 13",key:"19dquz"}],["path",{d:"m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05",key:"18k57s"}],["path",{d:"m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05",key:"16ny36"}]]);j("waves-ladder",[["path",{d:"M19 5a2 2 0 0 0-2 2v11",key:"s41o68"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}],["path",{d:"M7 13h10",key:"1rwob1"}],["path",{d:"M7 9h10",key:"12czzb"}],["path",{d:"M9 5a2 2 0 0 0-2 2v11",key:"x0q4gh"}]]);j("waves",[["path",{d:"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"knzxuh"}],["path",{d:"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"2jd2cc"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}]]);j("waypoints",[["circle",{cx:"12",cy:"4.5",r:"2.5",key:"r5ysbb"}],["path",{d:"m10.2 6.3-3.9 3.9",key:"1nzqf6"}],["circle",{cx:"4.5",cy:"12",r:"2.5",key:"jydg6v"}],["path",{d:"M7 12h10",key:"b7w52i"}],["circle",{cx:"19.5",cy:"12",r:"2.5",key:"1piiel"}],["path",{d:"m13.8 17.7 3.9-3.9",key:"1wyg1y"}],["circle",{cx:"12",cy:"19.5",r:"2.5",key:"13o1pw"}]]);j("webcam",[["circle",{cx:"12",cy:"10",r:"8",key:"1gshiw"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 22h10",key:"10w4w3"}],["path",{d:"M12 22v-4",key:"1utk9m"}]]);j("webhook",[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2",key:"q3hayz"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06",key:"1go1hn"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8",key:"qlwsc0"}]]);j("webhook-off",[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15",key:"1tvl6x"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66",key:"q04jfq"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05",key:"azowf0"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7",key:"5joiws"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414",key:"cangb8"}],["path",{d:"m12 6 .6 1",key:"tpjl1n"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("weight",[["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}],["path",{d:"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",key:"56o5sh"}]]);j("wheat-off",[["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"m16 8-1.17 1.17",key:"1qqm82"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97",key:"4wz8re"}],["path",{d:"M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62",key:"rves66"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98",key:"ak46r"}],["path",{d:"M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28",key:"1tw520"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("wheat",[["path",{d:"M2 22 16 8",key:"60hf96"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1sdzmb"}],["path",{d:"M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"eoatbi"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"2m8kc5"}],["path",{d:"M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"vex3ng"}]]);j("wifi-high",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);j("whole-word",[["circle",{cx:"7",cy:"12",r:"3",key:"12clwm"}],["path",{d:"M10 9v6",key:"17i7lo"}],["circle",{cx:"17",cy:"12",r:"3",key:"gl7c2s"}],["path",{d:"M14 7v8",key:"dl84cr"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]);j("wifi-low",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);j("wifi-off",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69",key:"1dl1wf"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523",key:"4k23kn"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643",key:"1grhjp"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764",key:"z3jwby"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("wifi-zero",[["path",{d:"M12 20h.01",key:"zekei9"}]]);j("wifi",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);j("wind-arrow-down",[["path",{d:"M10 2v8",key:"d4bbey"}],["path",{d:"M12.8 21.6A2 2 0 1 0 14 18H2",key:"19kp1d"}],["path",{d:"M17.5 10a2.5 2.5 0 1 1 2 4H2",key:"19kpjc"}],["path",{d:"m6 6 4 4 4-4",key:"k13n16"}]]);j("wind",[["path",{d:"M12.8 19.6A2 2 0 1 0 14 16H2",key:"148xed"}],["path",{d:"M17.5 8a2.5 2.5 0 1 1 2 4H2",key:"1u4tom"}],["path",{d:"M9.8 4.4A2 2 0 1 1 11 8H2",key:"75valh"}]]);j("wine-off",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h3m7 0h-1.343",key:"v48bem"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198",key:"1ymjlu"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);j("wine",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z",key:"10ffi3"}]]);j("workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]);j("worm",[["path",{d:"m19 12-1.5 3",key:"9bcu4o"}],["path",{d:"M19.63 18.81 22 20",key:"121v98"}],["path",{d:"M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z",key:"1tij6q"}]]);j("wrap-text",[["line",{x1:"3",x2:"21",y1:"6",y2:"6",key:"4m8b97"}],["path",{d:"M3 12h15a3 3 0 1 1 0 6h-4",key:"1cl7v7"}],["polyline",{points:"16 16 14 18 16 20",key:"1jznyi"}],["line",{x1:"3",x2:"10",y1:"18",y2:"18",key:"1h33wv"}]]);j("wrench",[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z",key:"cbrjhi"}]]);j("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);j("youtube",[["path",{d:"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17",key:"1q2vi4"}],["path",{d:"m10 15 5-3-5-3z",key:"1jp15x"}]]);j("zap-off",[["path",{d:"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317",key:"193nxd"}],["path",{d:"M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773",key:"27a7lr"}],["path",{d:"M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643",key:"1e0qe9"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);j("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]);j("zoom-in",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]);j("zoom-out",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]);const R="p-2 flex justify-between",P="text-2xl font-semibold",$="relative overflow-y-auto calendar-content",Y="w-20 flex-shrink-0 border-gray-200",F="relative h-18 flex",B="absolute -top-2.5 right-2 text-[12px] text-gray-500",W="h-18 border-t first:border-none border-gray-200 flex",U="absolute left-0 top-0 flex pointer-events-none",_="ml-2 text-white text-xs font-bold px-1.5 bg-red-500 rounded-sm",G="flex items-center border-b border-gray-200 sticky",X="w-20 flex-shrink-0 p-1 text-xs font-medium text-gray-500 flex justify-end",J="calendar-event select-none pointer-events-auto px-0.5",K="rounded-xl my-0.5",Q="font-medium text-xs truncate pr-1",ee="absolute left-1 top-1 bottom-1 w-[3px] rounded-full",te="h-3 w-3 mr-1",ae="grid grid-cols-7 gap-1 text-xs justify-items-center",re="text-center text-gray-500 font-medium py-1 h-6 w-6",ne="text-center py-1 rounded text-xs h-6 w-6",he="text-gray-900",de="text-gray-400",ie="bg-blue-500 rounded-full text-white",oe="bg-red-100 text-red-600 rounded-full font-medium",ye="text-gray-600",le="text-xs",ce="text-sm",se="flex flex-col",pe="mr-1";function ke(e,t,a,r,n){return ue(t,((e,t)=>{const a=e[t];if(void 0===a)throw new TypeError(Sh(t));return a})(e,t),a,r,n)}function ue(e,t,a,r,n,h){const d=Se(t,a,r);if(n&&t!==d)throw new RangeError(Ah(e,t,a,r,h));return d}function ve(e){return null!==e&&/object|function/.test(typeof e)}function me(e,t=Map){const a=new t;return(t,...r)=>{if(a.has(t))return a.get(t);const n=e(t,...r);return a.set(t,n),n}}function Me(e){return xe({name:e},1)}function xe(e,t){return be(e=>({value:e,configurable:1,writable:!t}),e)}function ge(e){return be(e=>({get:e,configurable:1}),e)}function fe(e){return{[Symbol.toStringTag]:{value:e,configurable:1}}}function we(e,t){const a={};let r=e.length;for(const n of t)a[e[--r]]=n;return a}function be(e,t,a){const r={};for(const n in t)r[n]=e(t[n],n,a);return r}function je(e,t,a){const r={};for(let n=0;n<t.length;n++){const h=t[n];r[h]=e(h,n,a)}return r}function De(e,t,a){const r={};for(let n=0;n<e.length;n++)r[t[n]]=a[e[n]];return r}function He(e,t){const a=Object.create(null);for(const r of e)a[r]=t[r];return a}function ze(e,t){for(const a of t)if(a in e)return 1;return 0}function qe(e,t,a){for(const r of e)if(t[r]!==a[r])return 0;return 1}function Ve(e,t,a){const r={...a};for(let a=0;a<t;a++)r[e[a]]=0;return r}function Ce(e,...t){return(...a)=>e(...t,...a)}function Ee(e){return e[0].toUpperCase()+e.substring(1)}function Te(e){return e.slice().sort()}function Ae(e,t){return String(t).padStart(e,"0")}function Ne(e,t){return Math.sign(e-t)}function Se(e,t,a){return Math.min(Math.max(e,t),a)}function Ie(e,t){return[Math.floor(e/t),Le(e,t)]}function Le(e,t){return(e%t+t)%t}function Ze(e,t){return[Oe(e,t),Re(e,t)]}function Oe(e,t){return Math.trunc(e/t)||0}function Re(e,t){return e%t||0}function Pe(e){return.5===Math.abs(e%1)}function $e(e,t,a){let r=0,n=0;for(let h=0;h<=t;h++){const t=e[a[h]],d=Cd[h],i=Vd/d,[o,y]=Ze(t,i);r+=y*d,n+=o}const[h,d]=Ze(r,Vd);return[n+h,d]}function Ye(e,t,a){const r={};for(let n=t;n>=0;n--){const t=Cd[n];r[a[n]]=Oe(e,t),e=Re(e,t)}return r}function Fe(e){if(void 0!==e)return We(e)}function Be(e){return Je(We(e))}function We(e){return Xe(ri(e))}function Ue(e,t){if(null==t)throw new RangeError(Sh(e));return t}function _e(e){if(!ve(e))throw new TypeError(Th);return e}function Ge(e,t,a=e){if(typeof t!==e)throw new TypeError(Nh(a,t));return t}function Xe(e,t="number"){if(!Number.isInteger(e))throw new RangeError(Hh(t,e));return e||0}function Je(e,t="number"){if(e<=0)throw new RangeError(zh(t,e));return e}function Ke(e){if("symbol"==typeof e)throw new TypeError(Eh);return String(e)}function Qe(e,t){return ve(e)?String(e):ti(e,t)}function et(e){if("string"==typeof e)return BigInt(e);if("bigint"!=typeof e)throw new TypeError(Ch(e));return e}function tt(e,t="number"){if("bigint"==typeof e)throw new TypeError(Vh(t));if(e=Number(e),!Number.isFinite(e))throw new RangeError(qh(t,e));return e}function at(e,t){return Math.trunc(tt(e,t))||0}function rt(e,t){return Xe(tt(e,t),t)}function nt(e,t){return Je(at(e,t),t)}function ht(e,t){let[a,r]=Ze(t,Vd),n=e+a;const h=Math.sign(n);return h&&h===-Math.sign(r)&&(n-=h,r+=h*Vd),[n,r]}function dt(e,t,a=1){return ht(e[0]+t[0]*a,e[1]+t[1]*a)}function it(e,t){return ht(e[0],e[1]+t)}function ot(e,t){return dt(t,e,-1)}function yt(e,t){return Ne(e[0],t[0])||Ne(e[1],t[1])}function lt(e,t,a){return-1===yt(e,t)||1===yt(e,a)}function ct(e,t=1){const a=BigInt(Vd/t);return[Number(e/a),Number(e%a)*t]}function st(e,t=1){const a=Vd/t,[r,n]=Ze(e,a);return[r,n*t]}function pt(e,t=1,a){const[r,n]=e,[h,d]=Ze(n,t);return r*(Vd/t)+(h+(a?d/t:0))}function kt(e,t,a=Ie){const[r,n]=e,[h,d]=a(n,t);return[r*(Vd/t)+h,d]}function ut(e){return ke(e,"isoYear",Hi,Di,1),e.isoYear===Hi?ke(e,"isoMonth",4,12,1):e.isoYear===Di&&ke(e,"isoMonth",1,9,1),e}function vt(e){return mt({...e,...xi,isoHour:12}),e}function mt(e){const t=ke(e,"isoYear",Hi,Di,1),a=t===Hi?1:t===Di?-1:0;return a&&Mt(bt({...e,isoDay:e.isoDay+a,isoNanosecond:e.isoNanosecond-a})),e}function Mt(e){if(!e||lt(e,ji,bi))throw new RangeError(dd);return e}function xt(e){return $e(e,5,pi)[1]}function gt(e){const[t,a]=Ie(e,Vd);return[Ye(a,5,pi),t]}function ft(e){return kt(e,Hd)}function wt(e){return Ht(e.isoYear,e.isoMonth,e.isoDay,e.isoHour,e.isoMinute,e.isoSecond,e.isoMillisecond)}function bt(e){const t=wt(e);if(void 0!==t){const[a,r]=Ze(t,wd);return[a,r*Dd+(e.isoMicrosecond||0)*jd+(e.isoNanosecond||0)]}}function jt(e,t){const[a,r]=gt(xt(e)-t);return Mt(bt({...e,isoDay:e.isoDay+r,...a}))}function Dt(...e){return Ht(...e)/bd}function Ht(...e){const[t,a]=zt(...e),r=t.valueOf();if(!isNaN(r))return r-a*wd}function zt(e,t=1,a=1,r=0,n=0,h=0,d=0){const i=e===Hi?1:e===Di?-1:0,o=new Date;return o.setUTCHours(r,n,h,d),o.setUTCFullYear(e,t-1,a+i),[o,i]}function qt(e,t){let[a,r]=it(e,t);r<0&&(r+=Vd,a-=1);const[n,h]=Ie(r,Dd),[d,i]=Ie(h,jd);return Vt(a*wd+n,d,i)}function Vt(e,t=0,a=0){const r=Math.ceil(Math.max(0,Math.abs(e)-wi)/wd)*Math.sign(e),n=new Date(e-r*wd);return we(ui,[n.getUTCFullYear(),n.getUTCMonth()+1,n.getUTCDate()+r,n.getUTCHours(),n.getUTCMinutes(),n.getUTCSeconds(),n.getUTCMilliseconds(),t,a])}function Ct(e,t){if(t<-wi)throw new RangeError(dd);const a=e.formatToParts(t),r={};for(const e of a)r[e.type]=e.value;return r}function Et(e){return[e.isoYear,e.isoMonth,e.isoDay]}function Tt(e,t){return[t,0]}function At(){return Ei}function Nt(e,t){switch(t){case 2:return It(e)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}function St(e){return It(e)?366:365}function It(e){return e%4==0&&(e%100!=0||e%400==0)}function Lt(e){const[t,a]=zt(e.isoYear,e.isoMonth,e.isoDay);return Le(t.getUTCDay()-a,7)||7}function Zt(e){return this.id===Xd?(({isoYear:e})=>e<1?["gregory-inverse",1-e]:["gregory",e])(e):this.id===Jd?Ai(e):[]}function Ot(e){const t=wt(e);if(t<Ti){const{isoYear:t}=e;return t<1?["japanese-inverse",1-t]:["japanese",t]}const a=Ct(Bo(Jd),t),{era:r,eraYear:n}=Fn(a,Jd);return[r,n]}function Rt(e){return Pt(e),Ft(e,1),e}function Pt(e){return Yt(e,1),e}function $t(e){return qe(ki,e,Yt(e))}function Yt(e,t){const{isoYear:a}=e,r=ke(e,"isoMonth",1,At(),t);return{isoYear:a,isoMonth:r,isoDay:ke(e,"isoDay",1,Nt(a,r),t)}}function Ft(e,t){return we(pi,[ke(e,"isoHour",0,23,t),ke(e,"isoMinute",0,59,t),ke(e,"isoSecond",0,59,t),ke(e,"isoMillisecond",0,999,t),ke(e,"isoMicrosecond",0,999,t),ke(e,"isoNanosecond",0,999,t)])}function Bt(e){return void 0===e?0:Ki(_e(e))}function Wt(e,t=0){e=aa(e);const a=Qi(e),r=eo(e,t);return[Ki(e),r,a]}function Ut(e,t,a,r=9,n=0,h=4){t=aa(t);let d=Xi(t,r,n),i=Qt(t),o=no(t,h);const y=Gi(t,r,n,1);return null==d?d=Math.max(a,y):ia(d,y),i=ea(i,y,1),e&&(o=(e=>e<4?(e+2)%4:e)(o)),[d,y,i,o]}function _t(e,t=6,a){let r=Qt(e=ra(e,Ni));const n=no(e,7);let h=Gi(e,t);return h=Ue(Ni,h),r=ea(r,h,void 0,a),[h,r,n]}function Gt(e){return to(aa(e))}function Xt(e,t){return Jt(aa(e),t)}function Jt(e,t=4){const a=ta(e);return[no(e,4),...Kt(Gi(e,t),a)]}function Kt(e,t){return null!=e?[Cd[e],e<4?9-3*e:-1]:[void 0===t?1:10**(9-t),t]}function Qt(e){const t=e[Ii];return void 0===t?1:at(t,Ii)}function ea(e,t,a,r){const n=r?Vd:Cd[t+1];if(n){const a=Cd[t];if(n%((e=ue(Ii,e,1,n/a-(r?0:1),1))*a))throw new RangeError(Nh(Ii,e))}else e=ue(Ii,e,1,a?10**9:1,1);return e}function ta(e){let t=e[Li];if(void 0!==t){if("number"!=typeof t){if("auto"===Ke(t))return;throw new RangeError(Nh(Li,t))}t=ue(Li,Math.floor(t),0,9,1)}return t}function aa(e){return void 0===e?{}:_e(e)}function ra(e,t){return"string"==typeof e?{[t]:e}:_e(e)}function na(e){return{overflow:Pi[e]}}function ha(e,t,a=9,r=0,n){let h=t[e];if(void 0===h)return n?r:void 0;if(h=Ke(h),"auto"===h)return n?r:null;let d=gd[h];if(void 0===d&&(d=yi[h]),void 0===d)throw new RangeError(Oh(e,h,gd));return ue(e,d,r,a,1,fd),d}function da(e,t,a,r=0){const n=a[e];if(void 0===n)return r;const h=Ke(n),d=t[h];if(void 0===d)throw new RangeError(Oh(e,h,t));return d}function ia(e,t){if(t>e)throw new RangeError(sd)}function oa(e){return{branding:so,epochNanoseconds:e}}function ya(e,t,a){return{branding:co,calendar:a,timeZone:t,epochNanoseconds:e}}function la(e,t=e.calendar){return{branding:yo,calendar:t,...He(Mi,e)}}function ca(e,t=e.calendar){return{branding:oo,calendar:t,...He(vi,e)}}function sa(e,t=e.calendar){return{branding:ho,calendar:t,...He(vi,e)}}function pa(e,t=e.calendar){return{branding:io,calendar:t,...He(vi,e)}}function ka(e){return{branding:lo,...He(mi,e)}}function ua(e){return{branding:po,sign:Vr(e),...He(hi,e)}}function va(e){return kt(e.epochNanoseconds,Dd)[0]}function ma(e){return e.epochNanoseconds}function Ma(e,t){return pt(Tr(e),Cd[t],1)}function xa(e,t,a,r,n,h,d){const i=ni[a],o={...t,[i]:t[i]+r},y=d(e,n,t),l=d(e,n,o);return[h(y),h(l)]}function ga(e,t,a){const r=pt(ot(t,a));if(!r)throw new RangeError(Xh);return pt(ot(t,e))/r}function fa(e,t,a,r){return wa(e,Da(t,a),r)}function wa(e,t,a){const[r,n]=ba(e,t,a);return mt({...xr(e,n),...r})}function ba(e,t,a){return gt(Ta(xt(e),t,a))}function ja(e){return Ta(e,zd,7)}function Da(e,t){return Cd[e]*t}function Ha(e){const t=za(e);return[t,xr(t,1)]}function za(e){return gi(6,e)}function qa(e,t,a){const r=Math.min(Ir(e),6);return Ar(Ea(Tr(e,r),t,a),r)}function Va(e,t,a,r,n,h,d,i,o,y){if(0===r&&1===n)return e;const l=Dr(r,i)?jr(i)&&r<6&&a>=6?Sa:Na:Ia;let[c,s,p]=l(e,t,a,r,n,h,d,i,o,y);return p&&7!==r&&(c=((e,t,a,r,n,h,d,i)=>{const o=Vr(e);for(let y=r+1;y<=a;y++){if(7===y&&7!==a)continue;const r=si(y,e);r[ni[y]]+=o;const l=pt(ot(d(i(n,h,r)),t));if(l&&Math.sign(l)!==o)break;e=r}return e})(c,s,a,Math.max(6,r),d,i,o,y)),c}function Ca(e,t,a,r,n){if(6===t){const t=(e=>e[0]+e[1]/Vd)(e);return[Ta(t,a,r),0]}return Ea(e,Da(t,a),r,n)}function Ea(e,t,a,r){let[n,h]=e;r&&h<0&&(h+=Vd,n-=1);const[d,i]=Ie(Ta(h,t,a),Vd);return ht(n+d,i)}function Ta(e,t,a){return Aa(e/t,a)*t}function Aa(e,t){return ko[t](e)}function Na(e,t,a,r,n,h){const d=Vr(e),i=Tr(e),o=Ca(i,r,n,h),y=ot(i,o),l=Math.sign(o[0]-i[0])===d,c=Ar(o,Math.min(a,6));return[{...e,...c},dt(t,y),l]}function Sa(e,t,a,r,n,h,d,i,o,y){const l=Vr(e)||1,c=pt(Tr(e,5)),s=Da(r,n);let p=Ta(c,s,h);const[k,u]=xa(d,{...e,...ci},6,l,i,o,y),v=p-pt(ot(k,u));let m=0;v&&Math.sign(v)!==l?t=it(k,p):(m+=l,p=Ta(v,s,h),t=it(u,p));const M=Nr(p);return[{...e,...M,days:e.days+m},t,Boolean(m)]}function Ia(e,t,a,r,n,h,d,i,o,y){const l=Vr(e),c=ni[r],s=si(r,e);7===r&&(e={...e,weeks:e.weeks+Math.trunc(e.days/7)});const p=Oe(e[c],n)*n;s[c]=p;const[k,u]=xa(d,s,r,n*l,i,o,y),v=p+ga(t,k,u)*l*n,m=Ta(v,n,h),M=Math.sign(m-v)===l;return s[c]=m,[s,M?u:k,M]}function La(e,t,a,r){const[n,h,d,i]=(e=>{const t=Jt(e=aa(e));return[e.timeZone,...t]})(r),o=void 0!==n;return((e,t,a,r,n,h)=>{a=Ea(a,n,r,1);const d=t.R(a);return Ua(qt(a,d),h)+(e?Ka(ja(d)):"Z")})(o,t(o?e(n):uo),a.epochNanoseconds,h,d,i)}function Za(e,t,a){const[r,n,h,d,i,o]=(e=>{e=aa(e);const t=to(e),a=ta(e),r=ro(e),n=no(e,4),h=Gi(e,4);return[t,ao(e),r,n,...Kt(h,a)]})(a);return((e,t,a,r,n,h,d,i,o,y)=>{r=Ea(r,o,i,1);const l=e(a).R(r);return Ua(qt(r,l),y)+Ka(ja(l),d)+((e,t)=>1!==t?"["+(2===t?"!":"")+e+"]":"")(a,h)+Qa(t,n)})(e,t.calendar,t.timeZone,t.epochNanoseconds,r,n,h,d,i,o)}function Oa(e,t){const[a,r,n,h]=(e=>(e=aa(e),[to(e),...Jt(e)]))(t);return d=e.calendar,i=a,o=h,Ua(wa(e,n,r),o)+Qa(d,i);var d,i,o}function Ra(e,t){return a=e.calendar,r=e,n=Gt(t),_a(r)+Qa(a,n);var a,r,n}function Pa(e,t){return Ba(e.calendar,Ga,e,Gt(t))}function $a(e,t){return Ba(e.calendar,Xa,e,Gt(t))}function Ya(e,t){const[a,r,n]=Xt(t);return h=n,Ja(ba(e,r,a)[0],h);var h}function Fa(e,t){const[a,r,n]=Xt(t,3);return r>1&&Cr(e={...e,...qa(e,r,a)}),((e,t)=>{const{sign:a}=e,r=-1===a?qr(e):e,{hours:n,minutes:h}=r,[d,i]=kt(Tr(r,3),Hd,Ze);Er(d);const o=tr(i,t),y=t>=0||!a||o;return(a<0?"-":"")+"P"+Wa({Y:rr(r.years),M:rr(r.months),W:rr(r.weeks),D:rr(r.days)})+(n||h||d||y?"T"+Wa({H:rr(n),M:rr(h),S:rr(d,y)+o}):"")})(e,n)}function Ba(e,t,a,r){const n=r>1||0===r&&e!==Gd;return 1===r?e===Gd?t(a):_a(a):n?_a(a)+er(e,2===r):t(a)}function Wa(e){const t=[];for(const a in e){const r=e[a];r&&t.push(r,a)}return t.join("")}function Ua(e,t){return _a(e)+"T"+Ja(e,t)}function _a(e){return Ga(e)+"-"+xd(e.isoDay)}function Ga(e){const{isoYear:t}=e;return(t<0||t>9999?ar(t)+Ae(6,Math.abs(t)):Ae(4,t))+"-"+xd(e.isoMonth)}function Xa(e){return xd(e.isoMonth)+"-"+xd(e.isoDay)}function Ja(e,t){const a=[xd(e.isoHour),xd(e.isoMinute)];return-1!==t&&a.push(xd(e.isoSecond)+((e,t,a,r)=>tr(e*Dd+t*jd+a,r))(e.isoMillisecond,e.isoMicrosecond,e.isoNanosecond,t)),a.join(":")}function Ka(e,t=0){if(1===t)return"";const[a,r]=Ie(Math.abs(e),qd),[n,h]=Ie(r,zd),[d,i]=Ie(h,Hd);return ar(e)+xd(a)+":"+xd(n)+(d||i?":"+xd(d)+tr(i):"")}function Qa(e,t){return 1!==t&&(t>1||0===t&&e!==Gd)?er(e,2===t):""}function er(e,t){return"["+(t?"!":"")+"u-ca="+e+"]"}function tr(e,t){let a=Ae(9,e);return a=void 0===t?a.replace(xo,""):a.slice(0,t),a?"."+a:""}function ar(e){return e<0?"-":"+"}function rr(e,t){return e||t?e.toLocaleString("fullwide",{useGrouping:0}):""}function nr(e,t){const{epochNanoseconds:a}=e,r=(t.R?t:t(e.timeZone)).R(a),n=qt(a,r);return{calendar:e.calendar,...n,offsetNanoseconds:r}}function hr(e,t,a,r=0,n=0,h,d){if(void 0!==a&&1===r&&(1===r||d))return jt(t,a);const i=e.I(t);if(void 0!==a&&3!==r){const e=((e,t,a,r)=>{const n=bt(t);r&&(a=ja(a));for(const t of e){let e=pt(ot(t,n));if(r&&(e=ja(e)),e===a)return t}})(i,t,a,h);if(void 0!==e)return e;if(0===r)throw new RangeError(nd)}return d?bt(t):dr(e,t,n,i)}function dr(e,t,a=0,r=e.I(t)){if(1===r.length)return r[0];if(1===a)throw new RangeError(hd);if(r.length)return r[3===a?1:0];const n=bt(t),h=((e,t)=>{const a=e.R(it(t,-Vd));return(e=>{if(e>Vd)throw new RangeError(rd);return e})(e.R(it(t,Vd))-a)})(e,n),d=h*(2===a?-1:1);return(r=e.I(qt(n,d)))[2===a?0:r.length-1]}function ir(e,t){const a=e.I(t);if(a.length)return a[0];const r=it(bt(t),-Vd);return e.O(r,1)}function or(e,t,a){return oa(Mt(dt(t.epochNanoseconds,(e=>{if(Sr(e))throw new RangeError(ld);return Tr(e,5)})(e?qr(a):a))))}function yr(e,t,a,r,n,h=Object.create(null)){const d=t(r.timeZone),i=e(r.calendar);return{...r,...kr(d,i,r,a?qr(n):n,h)}}function lr(e,t,a,r,n=Object.create(null)){const{calendar:h}=a;return la(ur(e(h),a,t?qr(r):r,n),h)}function cr(e,t,a,r,n){const{calendar:h}=a;return ca(vr(e(h),a,t?qr(r):r,n),h)}function sr(e,t,a,r,n){const h=a.calendar,d=e(h);let i=vt(mr(d,a));t&&(r=zr(r)),r.sign<0&&(i=d.P(i,{...li,months:1}),i=xr(i,-1));const o=d.P(i,r,n);return sa(mr(d,o),h)}function pr(e,t,a){return ka(Mr(t,e?qr(a):a)[0])}function kr(e,t,a,r,n){const h=Tr(r,5);let d=a.epochNanoseconds;if(Sr(r)){const i=go(a,e);d=dt(dr(e,{...vr(t,i,{...r,...ci},n),...He(pi,i)}),h)}else d=dt(d,h),Bt(n);return{epochNanoseconds:Mt(d)}}function ur(e,t,a,r){const[n,h]=Mr(t,a);return mt({...vr(e,t,{...a,...ci,days:a.days+h},r),...n})}function vr(e,t,a,r){if(a.years||a.months||a.weeks)return e.P(t,a,r);Bt(r);const n=a.days+Tr(a,5)[0];return n?vt(xr(t,n)):t}function mr(e,t,a=1){return xr(t,a-e.day(t))}function Mr(e,t){const[a,r]=Tr(t,5),[n,h]=gt(xt(e)+r);return[n,a+h]}function xr(e,t){return t?{...e,...Vt(wt(e)+t*wd)}:e}function gr(e,t,a){const r=e(a.calendar);return jr(a)?[a,r,t(a.timeZone)]:[{...a,...xi},r]}function fr(e){return e?ma:bt}function wr(e){return e?Ce(kr,e):ur}function br(e){return e?Ce(gn,e):fn}function jr(e){return e&&e.epochNanoseconds}function Dr(e,t){return e<=6-(jr(t)?1:0)}function Hr(e,t,a,r,n,h,d){const i=e(aa(d).relativeTo),o=Math.max(Ir(n),Ir(h));if(Dr(o,i))return ua(Cr(((e,t,a,r)=>{const n=dt(Tr(e),Tr(t),r?-1:1);if(!Number.isFinite(n[0]))throw new RangeError(dd);return{...li,...Ar(n,a)}})(n,h,o,r)));if(!i)throw new RangeError(yd);r&&(h=qr(h));const[y,l,c]=gr(t,a,i),s=wr(c),p=br(c),k=s(l,y,n);return ua(p(l,y,s(l,k,h),o))}function zr(e){return ua(qr(e))}function qr(e){const t={};for(const a of ni)t[a]=-1*e[a]||0;return t}function Vr(e,t=ni){let a=0;for(const r of t){const t=Math.sign(e[r]);if(t){if(a&&a!==t)throw new RangeError(od);a=t}}return a}function Cr(e){for(const t of oi)ue(t,e[t],-fo,fo,1);return Er(pt(Tr(e),Hd)),e}function Er(e){if(!Number.isSafeInteger(e))throw new RangeError(id)}function Tr(e,t=6){return $e(e,t,ni)}function Ar(e,t=6){const[a,r]=e,n=Ye(r,t,ni);if(n[ni[t]]+=a*(Vd/Cd[t]),!Number.isFinite(n[ni[t]]))throw new RangeError(dd);return n}function Nr(e,t=5){return Ye(e,t,ni)}function Sr(e){return Boolean(Vr(e,ii))}function Ir(e){let t=9;for(;t>0&&!e[ni[t]];t--);return t}function Lr(e,t){return[e,t]}function Zr(e){const t=Math.floor(e/vo)*vo;return[t,t+vo]}function Or(e){const t=Gr(e);if(void 0===t)throw new RangeError(pd(e));return t}function Rr(e,t,a){let r=Wr(ti(e));if(!r||r.j)throw new RangeError(pd(e));return t?r.calendar===Gd&&(r=-271821===r.isoYear&&4===r.isoMonth?{...r,isoDay:20,...xi}:{...r,isoDay:1,...xi}):a&&r.calendar===Gd&&(r={...r,isoYear:Ci}),ca(r.C?Yr(r):Fr(r))}function Pr(e){if(e.calendar!==Gd)throw new RangeError(kd(e.calendar))}function $r(e,t,a=0,r=0){const n=rn(e.timeZone),h=wo(n);let d;return Rt(e),d=e.C?hr(h,e,t,a,r,!h.$,e.j):ir(h,e),ya(d,n,ah(e.calendar))}function Yr(e){return Br(mt(Rt(e)))}function Fr(e){return Br(vt(Pt(e)))}function Br(e){return{...e,calendar:ah(e.calendar)}}function Wr(e){const t=So.exec(e);return t?(e=>{const t=e[10],a="Z"===(t||"").toUpperCase();return{isoYear:Xr(e),isoMonth:parseInt(e[4]),isoDay:parseInt(e[5]),...Jr(e.slice(5)),...Kr(e[16]),C:Boolean(e[6]),j:a,offset:a?void 0:t}})(t):void 0}function Ur(e){const t=Ao.exec(e);return t?(e=>({isoYear:Xr(e),isoMonth:parseInt(e[4]),isoDay:1,...Kr(e[5])}))(t):void 0}function _r(e){const t=No.exec(e);return t?(e=>({isoYear:Ci,isoMonth:parseInt(e[1]),isoDay:parseInt(e[2]),...Kr(e[3])}))(t):void 0}function Gr(e,t){const a=Lo.exec(e);return a?((e,t)=>{const a=e[4]||e[5];if(t&&a)throw new RangeError(kd(a));return(e=>{if(Math.abs(e)>=Vd)throw new RangeError(ad);return e})((an(e[2])*qd+an(e[3])*zd+an(e[4])*Hd+Qr(e[5]||""))*tn(e[1]))})(a,t):void 0}function Xr(e){const t=tn(e[1]),a=parseInt(e[2]||e[3]);if(t<0&&!a)throw new RangeError(kd(-0));return t*a}function Jr(e){const t=an(e[3]);return{...gt(Qr(e[4]||""))[0],isoHour:an(e[1]),isoMinute:an(e[2]),isoSecond:60===t?59:t}}function Kr(e){let t,a;const r=[];if(e.replace(Zo,(e,n,h)=>{const d=Boolean(n),[i,o]=h.split("=").reverse();if(o){if("u-ca"===o)r.push(i),t||(t=d);else if(d||/[A-Z]/.test(o))throw new RangeError(kd(e))}else{if(a)throw new RangeError(kd(e));a=i}return""}),r.length>1&&t)throw new RangeError(kd(e));return{timeZone:a,calendar:r[0]||Gd}}function Qr(e){return parseInt(e.padEnd(9,"0"))}function en(e){return new RegExp(`^${e}$`,"i")}function tn(e){return e&&"+"!==e?-1:1}function an(e){return void 0===e?0:parseInt(e)}function rn(e){const t=hn(e);return"number"==typeof t?Ka(t):t?(e=>{if($o.test(e))throw new RangeError(Qh(e));if(Po.test(e))throw new RangeError(td);return e.toLowerCase().split("/").map((e,t)=>(e.length<=3||/\d/.test(e))&&!/etc|yap/.test(e)?e.toUpperCase():e.replace(/baja|dumont|[a-z]+/g,(e,a)=>e.length<=2&&!t||"in"===e||"chat"===e?e.toUpperCase():e.length>2||!a?Ee(e).replace(/island|noronha|murdo|rivadavia|urville/,Ee):e)).join("/")})(e):uo}function nn(e){const t=hn(e);return"number"==typeof t?t:t?t.resolvedOptions().timeZone:uo}function hn(e){const t=Gr(e=e.toUpperCase(),1);return void 0!==t?t:e!==uo?Ro(e):void 0}function dn(e,t){return yt(e.epochNanoseconds,t.epochNanoseconds)}function on(e,t){return yt(e.epochNanoseconds,t.epochNanoseconds)}function yn(e,t){return ln(e,t)||cn(e,t)}function ln(e,t){return Ne(wt(e),wt(t))}function cn(e,t){return Ne(xt(e),xt(t))}function sn(e,t){if(e===t)return 1;try{return nn(e)===nn(t)}catch(e){}}function pn(e,t,a,r){const n=Ut(e,r,3,5),h=jn(t.epochNanoseconds,a.epochNanoseconds,...n);return ua(e?qr(h):h)}function kn(e,t,a,r,n,h){const d=Vn(r.calendar,n.calendar),[i,o,y,l]=Ut(a,h,5),c=r.epochNanoseconds,s=n.epochNanoseconds,p=yt(s,c);let k;if(p)if(i<6)k=jn(c,s,i,o,y,l);else{const a=t(((e,t)=>{if(!sn(e,t))throw new RangeError(ed);return e})(r.timeZone,n.timeZone)),c=e(d);k=wn(c,a,r,n,p,i,h),k=Va(k,s,i,o,y,l,c,r,ma,Ce(kr,a))}else k=li;return ua(a?qr(k):k)}function un(e,t,a,r,n){const h=Vn(a.calendar,r.calendar),[d,i,o,y]=Ut(t,n,6),l=bt(a),c=bt(r),s=yt(c,l);let p;if(s)if(d<=6)p=jn(l,c,d,i,o,y);else{const t=e(h);p=bn(t,a,r,s,d,n),p=Va(p,c,d,i,o,y,t,a,bt,ur)}else p=li;return ua(t?qr(p):p)}function vn(e,t,a,r,n){const h=Vn(a.calendar,r.calendar);return Mn(t,()=>e(h),a,r,...Ut(t,n,6,9,6))}function mn(e,t,a,r,n){const h=Vn(a.calendar,r.calendar),d=Ut(t,n,9,9,8),i=e(h),o=mr(i,a),y=mr(i,r);return o.isoYear===y.isoYear&&o.isoMonth===y.isoMonth&&o.isoDay===y.isoDay?ua(li):Mn(t,()=>i,vt(o),vt(y),...d,8)}function Mn(e,t,a,r,n,h,d,i,o=6){const y=bt(a),l=bt(r);if(void 0===y||void 0===l)throw new RangeError(dd);let c;if(yt(l,y))if(6===n)c=jn(y,l,n,h,d,i);else{const e=t();c=e.N(a,r,n),h===o&&1===d||(c=Va(c,l,n,h,d,i,e,a,bt,vr))}else c=li;return ua(e?qr(c):c)}function xn(e,t,a,r){const[n,h,d,i]=Ut(e,r,5,5),o=Ta(qn(t,a),Da(h,d),i),y={...li,...Nr(o,n)};return ua(e?qr(y):y)}function gn(e,t,a,r,n,h){const d=yt(r.epochNanoseconds,a.epochNanoseconds);return d?n<6?Dn(a.epochNanoseconds,r.epochNanoseconds,n):wn(t,e,a,r,d,n,h):li}function fn(e,t,a,r,n){const h=bt(t),d=bt(a),i=yt(d,h);return i?r<=6?Dn(h,d,r):bn(e,t,a,i,r,n):li}function wn(e,t,a,r,n,h,d){const[i,o,y]=((e,t,a,r)=>{function n(){return c={...xr(i,y++*-r),...d},s=dr(e,c),yt(o,s)===-r}const h=go(t,e),d=He(pi,h),i=go(a,e),o=a.epochNanoseconds;let y=0;const l=qn(h,i);let c,s;if(Math.sign(l)===-r&&y++,n()&&(-1===r||n()))throw new RangeError(Xh);const p=pt(ot(s,o));return[h,c,p]})(t,a,r,n);var l,c;return{...6===h?(l=i,c=o,{...li,days:Hn(l,c)}):e.N(i,o,h,d),...Nr(y)}}function bn(e,t,a,r,n,h){const[d,i,o]=((e,t,a)=>{let r=t,n=qn(e,t);return Math.sign(n)===-a&&(r=xr(t,-a),n+=Vd*a),[e,r,n]})(t,a,r);return{...e.N(d,i,n,h),...Nr(o)}}function jn(e,t,a,r,n,h){return{...li,...Ar(Ca(ot(e,t),r,n,h),a)}}function Dn(e,t,a){return{...li,...Ar(ot(e,t),a)}}function Hn(e,t){return zn(wt(e),wt(t))}function zn(e,t){return Math.trunc((t-e)/wd)}function qn(e,t){return xt(t)-xt(e)}function Vn(e,t){if(e!==t)throw new RangeError(Kh);return e}function Cn(e){return this.m(e)[0]}function En(e){return this.m(e)[1]}function Tn(e){const[t]=this.v(e);return zn(this.p(t),wt(e))+1}function An(e){const t=Yo.exec(e);if(!t)throw new RangeError(Wh(e));return[parseInt(t[1]),Boolean(t[2])]}function Nn(e,t){return"M"+xd(e)+(t?"L":"")}function Sn(e,t,a){return e+(t||a&&e>=a?1:0)}function In(e,t){return e-(t&&e>=t?1:0)}function Ln(e,t){return(t+e)*(Math.sign(t)||1)||0}function Zn(e){return Kd[Rn(e)]}function On(e){return ei[Rn(e)]}function Rn(e){return rh(e.id||Gd)}function Pn(e){function t(e){return((e,t)=>({...Fn(e,t),o:e.month,day:parseInt(e.day)}))(Ct(a,e),r)}const a=Bo(e),r=rh(e);return{id:e,h:$n(t),l:Yn(t)}}function $n(e){return me(t=>{const a=wt(t);return e(a)},WeakMap)}function Yn(e){const t=e(0).year-Vi;return me(a=>{let r,n=Ht(a-t),h=0;const d=[],i=[];do{n+=400*wd}while((r=e(n)).year<=a);do{if(n+=(1-r.day)*wd,r.year===a&&(d.push(n),i.push(r.o)),n-=wd,++h>100||n<-wi)throw new RangeError(Xh)}while((r=e(n)).year>=a);return{i:d.reverse(),u:md(i.reverse())}})}function Fn(e,t){let a,r,n=Bn(e);if(e.era){const h=Kd[t],d=Qd[t]||{};void 0!==h&&(a="islamic"===t?"ah":e.era.normalize("NFD").toLowerCase().replace(/[^a-z0-9]/g,""),"bc"===a||"b"===a?a="bce":"ad"===a||"a"===a?a="ce":"beforeroc"===a&&(a="broc"),a=d[a]||a,r=n,n=Ln(r,h[a]||0))}return{era:a,eraYear:r,year:n}}function Bn(e){return parseInt(e.relatedYear||e.year)}function Wn(e){const{year:t,o:a,day:r}=this.h(e),{u:n}=this.l(t);return[t,n[a]+1,r]}function Un(e,t=1,a=1){return this.l(e).i[t-1]+(a-1)*wd}function _n(e,t){const a=Gn.call(this,e);return[In(t,a),a===t]}function Gn(e){const t=eh(this,e),a=eh(this,e-1),r=t.length;if(r>a.length){const e=On(this);if(e<0)return-e;for(let e=0;e<r;e++)if(t[e]!==a[e])return e+1}}function Xn(e){return zn(Un.call(this,e),Un.call(this,e+1))}function Jn(e,t){const{i:a}=this.l(e);let r=t+1,n=a;return r>a.length&&(r=1,n=this.l(e+1).i),zn(a[t-1],n[r-1])}function Kn(e){return this.l(e).i.length}function Qn(e){const t=this.h(e);return[t.era,t.eraYear]}function eh(e,t){return Object.keys(e.l(t).u)}function th(e){return ah(ti(e))}function ah(e){if((e=e.toLowerCase())!==Gd&&e!==Xd){const t=Bo(e).resolvedOptions().calendar;if(rh(e)!==rh(t))throw new RangeError(Jh(e));return t}return e}function rh(e){return"islamicc"===e&&(e="islamic"),e.split("-")[0]}function nh(e,t){return a=>a===Gd?e:a===Xd||a===Jd?Object.assign(Object.create(e),{id:a}):Object.assign(Object.create(t),Fo(a))}function hh(e,t,a,r){const n=dh(a,r,Bd,[],Id);if(void 0!==n.timeZone){const r=a.F(n),h=oh(n),d=e(n.timeZone);return{epochNanoseconds:hr(t(d),{...r,...h},void 0!==n.offset?Or(n.offset):void 0),timeZone:d}}return{...a.F(n),...xi}}function dh(e,t,a,r=[],n=[]){return ih(t,[...e.fields(a),...n].sort(),r)}function ih(e,t,a,r=!a){const n={};let h,d=0;for(const r of t){if(r===h)throw new RangeError(Lh(r));if("constructor"===r||"__proto__"===r)throw new RangeError(Ih(r));let t=e[r];if(void 0!==t)d=1,ay[r]&&(t=ay[r](t,r)),n[r]=t;else if(a){if(a.includes(r))throw new TypeError(Sh(r));n[r]=_d[r]}h=r}if(r&&!d)throw new TypeError(Zh(t));return n}function oh(e,t){return Ft(ry({..._d,...e}),t)}function yh(e,t,a,r,n){t=He(a=e.fields(a),t),r=ih(r,n=e.fields(n),[]);let h=e.k(t,r);return h=ih(h,[...a,...n].sort(),[]),e.F(h)}function lh(e,t){const a=Zn(e),r=Qd[e.id||""]||{};let{era:n,eraYear:h,year:d}=t;if(void 0!==n||void 0!==h){if(void 0===n||void 0===h)throw new TypeError($h);if(!a)throw new RangeError(Ph);const e=a[r[n]||n];if(void 0===e)throw new RangeError(Fh(n));const t=Ln(h,e);if(void 0!==d&&d!==t)throw new RangeError(Yh);d=t}else if(void 0===d)throw new TypeError(Bh(a));return d}function ch(e,t,a,r){let{month:n,monthCode:h}=t;if(void 0!==h){const t=((e,t,a,r)=>{const n=e.L(a),[h,d]=An(t);let i=Sn(h,d,n);if(d){const t=On(e);if(void 0===t)throw new RangeError(Gh);if(t>0){if(i>t)throw new RangeError(Gh);if(void 0===n){if(1===r)throw new RangeError(Gh);i--}}else{if(i!==-t)throw new RangeError(Gh);if(void 0===n&&1===r)throw new RangeError(Gh)}}return i})(e,h,a,r);if(void 0!==n&&n!==t)throw new RangeError(Uh);n=t,r=1}else if(void 0===n)throw new TypeError(_h);return ue("month",n,1,e.B(a),r)}function sh(e,t,a,r,n){return ke(t,"day",1,e.U(r,a),n)}function ph(e,t,a,r){let n=0;const h=[];for(const e of a)void 0!==t[e]?n=1:h.push(e);if(Object.assign(e,t),n)for(const t of r||h)delete e[t]}function kh(e){const t=ey(e.calendar),[a,r,n]=t.v(e),[h,d]=t.q(a,r);return{year:a,monthCode:Nn(h,d),day:n}}function uh(e,t){return la(go(t,e))}function vh(e,t){return ca(go(t,e))}function mh(e,t){return ka(go(t,e))}function Mh(e,t,a){const r=new Set(a);return(n,h)=>{const d=a&&ze(n,a);if(!ze(n=((e,t)=>{const a={};for(const r in t)e.has(r)||(a[r]=t[r]);return a})(r,n),e)){if(h&&d)throw new TypeError("Invalid formatting options");n={...t,...n}}return a&&(n.timeZone=uo,["full","long"].includes(n.J)&&(n.J="medium")),n}}function xh(e,t=gh,a=0){const[r,,,n]=e;return(h,d=Ny,...i)=>{const o=t(n&&n(...i),h,d,r,a),y=o.resolvedOptions();return[o,...fh(e,y,i)]}}function gh(e,t,a,r,n){if(a=r(a,n),e){if(void 0!==a.timeZone)throw new TypeError(vd);a.timeZone=e}return new zi(t,a)}function fh(e,t,a){const[,r,n]=e;return a.map(e=>(e.calendar&&((e,t,a)=>{if((a||e!==Gd)&&e!==t)throw new RangeError(Kh)})(e.calendar,t.calendar,n),r(e,t)))}function wh(e,t){return{...e,calendar:t}}function bh(e){const t=jh();return qt(t,e.R(t))}function jh(){return st(Date.now(),Dd)}function Dh(){return Yy||(Yy=(new zi).resolvedOptions().timeZone)}const Hh=(e,t)=>`Non-integer ${e}: ${t}`,zh=(e,t)=>`Non-positive ${e}: ${t}`,qh=(e,t)=>`Non-finite ${e}: ${t}`,Vh=e=>`Cannot convert bigint to ${e}`,Ch=e=>`Invalid bigint: ${e}`,Eh="Cannot convert Symbol to string",Th="Invalid object",Ah=(e,t,a,r,n)=>n?Ah(e,n[t],n[a],n[r]):Nh(e,t)+`; must be between ${a}-${r}`,Nh=(e,t)=>`Invalid ${e}: ${t}`,Sh=e=>`Missing ${e}`,Ih=e=>`Invalid field ${e}`,Lh=e=>`Duplicate field ${e}`,Zh=e=>"No valid fields: "+e.join(),Oh=(e,t,a)=>Nh(e,t)+"; must be "+Object.keys(a).join(),Rh="Invalid calling context",Ph="Forbidden era/eraYear",$h="Mismatching era/eraYear",Yh="Mismatching year/eraYear",Fh=e=>`Invalid era: ${e}`,Bh=e=>"Missing year"+(e?"/era/eraYear":""),Wh=e=>`Invalid monthCode: ${e}`,Uh="Mismatching month/monthCode",_h="Missing month/monthCode",Gh="Invalid leap month",Xh="Invalid protocol results",Jh=e=>Nh("Calendar",e),Kh="Mismatching Calendars",Qh=e=>Nh("TimeZone",e),ed="Mismatching TimeZones",td="Forbidden ICU TimeZone",ad="Out-of-bounds offset",rd="Out-of-bounds TimeZone gap",nd="Invalid TimeZone offset",hd="Ambiguous offset",dd="Out-of-bounds date",id="Out-of-bounds duration",od="Cannot mix duration signs",yd="Missing relativeTo",ld="Cannot use large units",cd="Required smallestUnit or largestUnit",sd="smallestUnit > largestUnit",pd=e=>`Cannot parse: ${e}`,kd=e=>`Invalid substring: ${e}`,ud="Mismatching types for formatting",vd="Cannot specify TimeZone",md=Ce(je,(e,t)=>t),Md=Ce(je,(e,t,a)=>a),xd=Ce(Ae,2),gd={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},fd=Object.keys(gd),wd=864e5,bd=1e3,jd=1e3,Dd=1e6,Hd=1e9,zd=6e10,qd=36e11,Vd=864e11,Cd=[1,jd,Dd,Hd,zd,qd,Vd],Ed=fd.slice(0,6),Td=Te(Ed),Ad=["offset"],Nd=["timeZone"],Sd=Ed.concat(Ad),Id=Sd.concat(Nd),Ld=["era","eraYear"],Zd=Ld.concat(["year"]),Od=["year"],Rd=["monthCode"],Pd=["month"].concat(Rd),$d=["day"],Yd=Pd.concat(Od),Fd=Rd.concat(Od),Bd=$d.concat(Yd),Wd=$d.concat(Pd),Ud=$d.concat(Rd),_d=Md(Ed,0),Gd="iso8601",Xd="gregory",Jd="japanese",Kd={[Xd]:{"gregory-inverse":-1,gregory:0},[Jd]:{"japanese-inverse":-1,japanese:0,meiji:1867,taisho:1911,showa:1925,heisei:1988,reiwa:2018},ethiopic:{ethioaa:0,ethiopic:5500},coptic:{"coptic-inverse":-1,coptic:0},roc:{"roc-inverse":-1,roc:0},buddhist:{be:0},islamic:{ah:0},indian:{saka:0},persian:{ap:0}},Qd={[Xd]:{bce:"gregory-inverse",ce:"gregory"},[Jd]:{bce:"japanese-inverse",ce:"japanese"},ethiopic:{era0:"ethioaa",era1:"ethiopic"},coptic:{era0:"coptic-inverse",era1:"coptic"},roc:{broc:"roc-inverse",minguo:"roc"}},ei={chinese:13,dangi:13,hebrew:-6},ti=Ce(Ge,"string"),ai=Ce(Ge,"boolean"),ri=Ce(Ge,"number"),ni=fd.map(e=>e+"s"),hi=Te(ni),di=ni.slice(0,6),ii=ni.slice(6),oi=ii.slice(1),yi=md(ni),li=Md(ni,0),ci=Md(di,0),si=Ce(Ve,ni),pi=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],ki=["isoDay","isoMonth","isoYear"],ui=pi.concat(ki),vi=Te(ki),mi=Te(pi),Mi=Te(ui),xi=Md(mi,0),gi=Ce(Ve,ui),fi=1e8,wi=fi*wd,bi=[fi,0],ji=[-fi,0],Di=275760,Hi=-271821,zi=Intl.DateTimeFormat,qi="en-GB",Vi=1970,Ci=1972,Ei=12,Ti=Ht(1868,9,8),Ai=me(Ot,WeakMap),Ni="smallestUnit",Si="unit",Ii="roundingIncrement",Li="fractionalSecondDigits",Zi="relativeTo",Oi="direction",Ri={constrain:0,reject:1},Pi=Object.keys(Ri),$i={compatible:0,reject:1,earlier:2,later:3},Yi={reject:0,use:1,prefer:2,ignore:3},Fi={auto:0,never:1,critical:2,always:3},Bi={auto:0,never:1,critical:2},Wi={auto:0,never:1},Ui={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},_i={previous:-1,next:1},Gi=Ce(ha,Ni),Xi=Ce(ha,"largestUnit"),Ji=Ce(ha,Si),Ki=Ce(da,"overflow",Ri),Qi=Ce(da,"disambiguation",$i),eo=Ce(da,"offset",Yi),to=Ce(da,"calendarName",Fi),ao=Ce(da,"timeZoneName",Bi),ro=Ce(da,"offset",Wi),no=Ce(da,"roundingMode",Ui),ho="PlainYearMonth",io="PlainMonthDay",oo="PlainDate",yo="PlainDateTime",lo="PlainTime",co="ZonedDateTime",so="Instant",po="Duration",ko=[Math.floor,e=>Pe(e)?Math.floor(e):Math.round(e),Math.ceil,e=>Pe(e)?Math.ceil(e):Math.round(e),Math.trunc,e=>Pe(e)?Math.trunc(e)||0:Math.round(e),e=>e<0?Math.floor(e):Math.ceil(e),e=>Math.sign(e)*Math.round(Math.abs(e))||0,e=>Pe(e)?(e=Math.trunc(e)||0)+e%2:Math.round(e)],uo="UTC",vo=5184e3,mo=Dt(1847),Mo=Dt((new Date).getUTCFullYear()+10),xo=/0+$/,go=me(nr,WeakMap),fo=2**32-1,wo=me(e=>{const t=hn(e);return"object"==typeof t?new jo(t):new bo(t||0)});class bo{constructor(e){this.$=e}R(){return this.$}I(e){return(e=>{const t=bt({...e,...xi});if(!t||Math.abs(t[0])>1e8)throw new RangeError(dd)})(e),[jt(e,this.$)]}O(){}}class jo{constructor(e){this.nn=(e=>{function t(e){const t=Se(e,h,d),[i,o]=Zr(t),y=r(i),l=r(o);return y===l?y:a(n(i,o),y,l,e)}function a(t,a,r,n){let h,d;for(;(void 0===n||void 0===(h=n<t[0]?a:n>=t[1]?r:void 0))&&(d=t[1]-t[0]);){const a=t[0]+Math.floor(d/2);e(a)===r?t[1]=a:t[0]=a+1}return h}const r=me(e),n=me(Lr);let h=mo,d=Mo;return{tn(e){const a=t(e-86400),r=t(e+86400),n=e-a,h=e-r;if(a===r)return[n];const d=t(n);return d===t(h)?[e-d]:a>r?[n,h]:[]},rn:t,O(e,t){const i=Se(e,h,d);let[o,y]=Zr(i);const l=vo*t,c=t<0?()=>y>h||(h=i,0):()=>o<d||(d=i,0);for(;c();){const h=r(o),d=r(y);if(h!==d){const r=n(o,y);a(r,h,d);const i=r[0];if((Ne(i,e)||1)===t)return i}o+=l,y+=l}}}})((e=>t=>{const a=Ct(e,t*bd);return Dt(Bn(a),parseInt(a.month),parseInt(a.day),parseInt(a.hour),parseInt(a.minute),parseInt(a.second))-t})(e))}R(e){return this.nn.rn((e=>ft(e)[0])(e))*Hd}I(e){const[t,a]=[Dt((r=e).isoYear,r.isoMonth,r.isoDay,r.isoHour,r.isoMinute,r.isoSecond),r.isoMillisecond*Dd+r.isoMicrosecond*jd+r.isoNanosecond];var r;return this.nn.tn(t).map(e=>Mt(it(st(e,Hd),a)))}O(e,t){const[a,r]=ft(e),n=this.nn.O(a+(t>0||r?1:0),t);if(void 0!==n)return st(n,Hd)}}const Do="([+-])",Ho="(?:[.,](\\d{1,9}))?",zo=`(?:(?:${Do}(\\d{6}))|(\\d{4}))-?(\\d{2})`,qo="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+Ho+")?)?",Vo=Do+qo,Co=zo+"-?(\\d{2})(?:[T ]"+qo+"(Z|"+Vo+")?)?",Eo="\\[(!?)([^\\]]*)\\]",To=`((?:${Eo}){0,9})`,Ao=en(zo+To),No=en("(?:--)?(\\d{2})-?(\\d{2})"+To),So=en(Co+To),Io=en("T?"+qo+"(?:"+Vo+")?"+To),Lo=en(Vo),Zo=new RegExp(Eo,"g"),Oo=en(`${Do}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${Ho}H)?(?:(\\d+)${Ho}M)?(?:(\\d+)${Ho}S)?)?`),Ro=me(e=>new zi(qi,{timeZone:e,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"})),Po=/^(AC|AE|AG|AR|AS|BE|BS|CA|CN|CS|CT|EA|EC|IE|IS|JS|MI|NE|NS|PL|PN|PR|PS|SS|VS)T$/,$o=/[^\w\/:+-]+/,Yo=/^M(\d{2})(L?)$/,Fo=me(Pn),Bo=me(e=>new zi(qi,{calendar:e,timeZone:uo,era:"short",year:"numeric",month:"short",day:"numeric"})),Wo={P(e,t,a){const r=Bt(a);let n,{years:h,months:d,weeks:i,days:o}=t;if(o+=Tr(t,5)[0],h||d)n=((e,t,a,r,n)=>{let[h,d,i]=e.v(t);if(a){const[t,r]=e.q(h,d);h+=a,d=Sn(t,r,e.L(h)),d=ue("month",d,1,e.B(h),n)}return r&&([h,d]=e.un(h,d,r)),i=ue("day",i,1,e.U(h,d),n),e.p(h,d,i)})(this,e,h,d,r);else{if(!i&&!o)return e;n=wt(e)}if(void 0===n)throw new RangeError(dd);return n+=(7*i+o)*wd,vt(Vt(n))},N(e,t,a){if(a<=7){let r=0,n=Hn({...e,...xi},{...t,...xi});return 7===a&&([r,n]=Ze(n,7)),{...li,weeks:r,days:n}}const r=this.v(e),n=this.v(t);let[h,d,i]=((e,t,a,r,n,h,d)=>{let i=n-t,o=h-a,y=d-r;if(i||o){const l=Math.sign(i||o);let c=e.U(n,h),s=0;if(Math.sign(y)===-l){const r=c;[n,h]=e.un(n,h,-l),i=n-t,o=h-a,c=e.U(n,h),s=l<0?-r:c}if(y=d-Math.min(r,c)+s,i){const[r,d]=e.q(t,a),[y,c]=e.q(n,h);if(o=y-r||Number(c)-Number(d),Math.sign(o)===-l){const a=l<0&&-e.B(n);i=(n-=l)-t,o=h-Sn(r,d,e.L(n))+(a||e.B(n))}}}return[i,o,y]})(this,...r,...n);return 8===a&&(d+=this.cn(h,r[0]),h=0),{...li,years:h,months:d,days:i}},F(e,t){const a=Bt(t),r=lh(this,e),n=ch(this,e,r,a),h=sh(this,e,n,r,a);return ca(vt(this.V(r,n,h)),this.id||Gd)},K(e,t){const a=Bt(t),r=lh(this,e),n=ch(this,e,r,a);return sa(ut(this.V(r,n,1)),this.id||Gd)},_(e,t){const a=Bt(t);let r,n,h,d=void 0!==e.eraYear||void 0!==e.year?lh(this,e):void 0;const i=!this.id;if(void 0===d&&i&&(d=Ci),void 0!==d){const t=ch(this,e,d,a);r=sh(this,e,t,d,a);const i=this.L(d);n=In(t,i),h=t===i}else{if(void 0===e.monthCode)throw new TypeError(_h);if([n,h]=An(e.monthCode),this.id&&this.id!==Xd&&this.id!==Jd)if(this.id&&"coptic"===rh(this.id)&&0===a){const t=h||13!==n?30:6;r=e.day,r=Se(r,1,t)}else if(this.id&&"chinese"===rh(this.id)&&0===a){const t=!h||1!==n&&9!==n&&10!==n&&11!==n&&12!==n?30:29;r=e.day,r=Se(r,1,t)}else r=e.day;else r=sh(this,e,ch(this,e,Ci,a),Ci,a)}const o=this.G(n,h,r);if(!o)throw new RangeError("Cannot guess year");const[y,l]=o;return pa(vt(this.V(y,l,r)),this.id||Gd)},fields(e){return Zn(this)&&e.includes("year")?[...e,...Ld]:e},k(e,t){const a=Object.assign(Object.create(null),e);return ph(a,t,Pd),Zn(this)&&(ph(a,t,Zd),this.id===Jd&&ph(a,t,Wd,Ld)),a},inLeapYear(e){const[t]=this.v(e);return this.sn(t)},monthsInYear(e){const[t]=this.v(e);return this.B(t)},daysInMonth(e){const[t,a]=this.v(e);return this.U(t,a)},daysInYear(e){const[t]=this.v(e);return this.fn(t)},dayOfYear:Tn,era(e){return this.hn(e)[0]},eraYear(e){return this.hn(e)[1]},monthCode(e){const[t,a]=this.v(e),[r,n]=this.q(t,a);return Nn(r,n)},dayOfWeek:Lt,daysInWeek:()=>7},Uo={v:Et,hn:Zt,q:Tt},_o={dayOfYear:Tn,v:Et,p:Ht},Go=Object.assign({},_o,{weekOfYear:Cn,yearOfWeek:En,m(e){function t(e){return(7-e<r?7:0)-e}function a(e){const a=St(s+e),r=e||1,n=t(Le(o+a*r,7));return l=(a+(n-y)*r)/7}const r=this.id?1:4,n=Lt(e),h=this.dayOfYear(e),d=Le(n-1,7),i=h-1,o=Le(d-i,7),y=t(o);let l,c=Math.floor((i-y)/7)+1,s=e.isoYear;return c?c>a(0)&&(c=1,s++):(c=a(-1),s--),[c,s,l]}}),Xo=Object.assign({},Wo,Go,{v:Et,hn:Zt,q:Tt,G(e,t){if(!t)return[Ci,e]},sn:It,L(){},B:At,cn:e=>e*Ei,U:Nt,fn:St,V:(e,t,a)=>({isoYear:e,isoMonth:t,isoDay:a}),p:Ht,un:(e,t,a)=>(e+=Oe(a,Ei),(t+=Re(a,Ei))<1?(e--,t+=Ei):t>Ei&&(e++,t-=Ei),[e,t]),year:e=>e.isoYear,month:e=>e.isoMonth,day:e=>e.isoDay}),Jo={v:Wn,hn:Qn,q:_n},Ko={dayOfYear:Tn,v:Wn,p:Un,weekOfYear:Cn,yearOfWeek:En,m:()=>[]},Qo=Object.assign({},Wo,Ko,{v:Wn,hn:Qn,q:_n,G(e,t,a){const r=this.id&&"chinese"===rh(this.id)?((e,t,a)=>{if(t)switch(e){case 1:return 1651;case 2:return a<30?1947:1765;case 3:return a<30?1966:1955;case 4:return a<30?1963:1944;case 5:return a<30?1971:1952;case 6:return a<30?1960:1941;case 7:return a<30?1968:1938;case 8:return a<30?1957:1718;case 9:return 1832;case 10:return 1870;case 11:return 1814;case 12:return 1890}return 1972})(e,t,a):Ci;let[n,h,d]=Wn.call(this,{isoYear:r,isoMonth:Ei,isoDay:31});const i=Gn.call(this,n),o=h===i;1===(Ne(e,In(h,i))||Ne(Number(t),Number(o))||Ne(a,d))&&n--;for(let r=0;r<100;r++){const h=n-r,d=Gn.call(this,h),i=Sn(e,t,d);if(t===(i===d)&&a<=Jn.call(this,h,i))return[h,i]}},sn(e){const t=Xn.call(this,e);return t>Xn.call(this,e-1)&&t>Xn.call(this,e+1)},L:Gn,B:Kn,cn(e,t){const a=t+e,r=Math.sign(e),n=r<0?-1:0;let h=0;for(let e=t;e!==a;e+=r)h+=Kn.call(this,e+n);return h},U:Jn,fn:Xn,V(e,t,a){return Vt(Un.call(this,e,t,a))},p:Un,un(e,t,a){if(a){if(t+=a,!Number.isSafeInteger(t))throw new RangeError(dd);if(a<0)for(;t<1;)t+=Kn.call(this,--e);else{let a;for(;t>(a=Kn.call(this,e));)t-=a,e++}}return[e,t]},year(e){return this.h(e).year},month(e){const{year:t,o:a}=this.h(e),{u:r}=this.l(t);return r[a]+1},day(e){return this.h(e).day}}),ey=nh(Uo,Jo),ty=nh(Xo,Qo),ay={...{era:Qe,eraYear:at,year:at,month:nt,monthCode(e){const t=Qe(e);return An(t),t},day:nt},...Md(Ed,at),...Md(ni,rt),offset(e){const t=Qe(e);return Or(t),t}},ry=Ce(De,Ed,pi),ny=Ce(De,pi,Ed),hy="numeric",dy=["timeZoneName"],iy={month:hy,day:hy},oy={year:hy,month:hy},yy=Object.assign({},oy,{day:hy}),ly={hour:hy,minute:hy,second:hy},cy=Object.assign({},yy,ly),sy=Object.assign({},cy,{timeZoneName:"short"}),py=Object.keys(oy),ky=Object.keys(iy),uy=Object.keys(yy),vy=Object.keys(ly),my=["dateStyle"],My=py.concat(my),xy=ky.concat(my),gy=uy.concat(my,["weekday"]),fy=vy.concat(["dayPeriod","timeStyle","fractionalSecondDigits"]),wy=gy.concat(fy),by=dy.concat(fy),jy=dy.concat(gy),Dy=dy.concat(["day","weekday"],fy),Hy=dy.concat(["year","weekday"],fy),zy=Mh(wy,cy),qy=Mh(wy,sy),Vy=Mh(wy,cy,dy),Cy=Mh(gy,yy,by),Ey=Mh(fy,ly,jy),Ty=Mh(My,oy,Dy),Ay=Mh(xy,iy,Hy),Ny={},Sy=new zi(void 0,{calendar:Gd}).resolvedOptions().calendar===Gd,Iy=[zy,va],Ly=[qy,va,0,(e,t)=>{const a=e.timeZone;if(t&&t.timeZone!==a)throw new RangeError(ed);return a}],Zy=[Vy,wt],Oy=[Cy,wt],Ry=[Ey,e=>xt(e)/Dd],Py=[Ty,wt,Sy],$y=[Ay,wt,Sy];let Yy;function Fy(e,t,a,r,n){function h(...e){if(!(this instanceof h))throw new TypeError(Rh);vl(this,t(...e))}function d(e,t){return Object.defineProperties(function(...t){return e.call(this,i(this),...t)},Me(t))}function i(t){const a=ul(t);if(!a||a.branding!==e)throw new TypeError(Rh);return a}return Object.defineProperties(h.prototype,{...ge(be(d,a)),...xe(be(d,r)),...fe("Temporal."+e)}),Object.defineProperties(h,{...xe(n),...Me(e)}),[h,e=>{const t=Object.create(h.prototype);return vl(t,e),t},i]}function By(e){if(ul(e)||void 0!==e.calendar||void 0!==e.timeZone)throw new TypeError("Invalid bag");return e}function Wy(e){return Uy(e)||Gd}function Uy(e){const{calendar:t}=e;if(void 0!==t)return _y(t)}function _y(e){if(ve(e)){const{calendar:t}=ul(e)||{};if(!t)throw new TypeError(Jh(e));return t}return(e=>ah(function(e){const t=Wr(e)||Ur(e)||_r(e);return t?t.calendar:e}(ti(e))))(e)}function Gy(e){const t={};for(const a in e)t[a]=e=>{const{calendar:t}=e;return ty(t)[a](e)};return t}function Xy(){throw new TypeError("Cannot use valueOf")}function Jy(e){if(ve(e)){const{timeZone:t}=ul(e)||{};if(!t)throw new TypeError(Qh(e));return t}return(e=>rn(function(e){const t=Wr(e);return t&&(t.timeZone||t.j&&uo||t.offset)||e}(ti(e))))(e)}function Ky(e){if(ve(e)){const t=ul(e);return t&&t.branding===po?t:function(e){const t=ih(e,hi);return ua(Cr({...li,...t}))}(e)}return function(e){const t=(e=>{const t=Oo.exec(e);return t?(e=>{function t(e,t,h){let d=0,i=0;if(h&&([d,n]=Ie(n,Cd[h])),void 0!==e){if(r)throw new RangeError(kd(e));i=(e=>{const t=parseInt(e);if(!Number.isFinite(t))throw new RangeError(kd(e));return t})(e),a=1,t&&(n=Qr(t)*(Cd[h]/Hd),r=1)}return d+i}let a=0,r=0,n=0,h={...we(ni,[t(e[2]),t(e[3]),t(e[4]),t(e[5]),t(e[6],e[7],5),t(e[8],e[9],4),t(e[10],e[11],3)]),...Ye(n,2,ni)};if(!a)throw new RangeError(Zh(ni));return tn(e[1])<0&&(h=qr(h)),h})(t):void 0})(ti(e));if(!t)throw new RangeError(pd(e));return ua(Cr(t))}(e)}function Qy(e){if(void 0!==e){if(ve(e)){const t=ul(e)||{};switch(t.branding){case co:case oo:return t;case yo:return ca(t)}const a=Wy(e);return{...hh(Jy,wo,ty(a),e),calendar:a}}return function(e){const t=Wr(ti(e));if(!t)throw new RangeError(pd(e));if(t.timeZone)return $r(t,t.offset?Or(t.offset):void 0);if(t.j)throw new RangeError(pd(e));return Fr(t)}(e)}}function el(e,t){if(ve(e)){const a=ul(e)||{};switch(a.branding){case lo:return Bt(t),a;case yo:return Bt(t),ka(a);case co:return Bt(t),mh(wo,a)}return function(e,t){return ka(oh(ih(e,Td,[],1),Bt(t)))}(e,t)}const a=function(e){let t,a=(e=>{const t=Io.exec(e);return t?(Kr(t[10]),Jr(t)):void 0})(ti(e));if(!a){if(a=Wr(e),!a)throw new RangeError(pd(e));if(!a.C)throw new RangeError(pd(e));if(a.j)throw new RangeError(kd("Z"));Pr(a)}if((t=Ur(e))&&$t(t))throw new RangeError(pd(e));if((t=_r(e))&&$t(t))throw new RangeError(pd(e));return ka(Ft(a,1))}(e);return Bt(t),a}function tl(e){return void 0===e?void 0:el(e)}function al(e,t){if(ve(e)){const a=ul(e)||{};switch(a.branding){case yo:return Bt(t),a;case oo:return Bt(t),la({...a,...xi});case co:return Bt(t),uh(wo,a)}return function(e,t,a){const r=dh(e,t,Bd,[],Ed),n=Bt(a);return la(mt({...e.F(r,na(n)),...oh(r,n)}))}(ty(Wy(e)),e,t)}const a=function(e){const t=Wr(ti(e));if(!t||t.j)throw new RangeError(pd(e));return la(Yr(t))}(e);return Bt(t),a}function rl(e,t){if(ve(e)){const a=ul(e);if(a&&a.branding===io)return Bt(t),a;const r=Uy(e);return function(e,t,a,r){const n=dh(e,a,Bd,$d);return t&&void 0!==n.month&&void 0===n.monthCode&&void 0===n.year&&(n.year=Ci),e._(n,r)}(ty(r||Gd),!r,e,t)}const a=function(e,t){const a=_r(ti(t));if(a)return Pr(a),pa(Pt(a));const r=Rr(t,0,1),{calendar:n}=r,h=e(n),[d,i,o]=h.v(r),[y,l]=h.q(d,i),[c,s]=h.G(y,l,o);return pa(vt(h.V(c,s,o)),n)}(ty,e);return Bt(t),a}function nl(e,t){if(ve(e)){const a=ul(e);return a&&a.branding===ho?(Bt(t),a):function(e,t,a,r){const n=dh(e,t,Yd,r);return e.K(n,a)}(ty(Wy(e)),e,t)}const a=function(e,t){const a=Ur(ti(t));if(a)return Pr(a),sa(ut(Pt(a)));const r=Rr(t,1);return sa(mr(e(r.calendar),r))}(ty,e);return Bt(t),a}function hl(e,t){if(ve(e)){const a=ul(e)||{};switch(a.branding){case oo:return Bt(t),a;case yo:return Bt(t),ca(a);case co:return Bt(t),vh(wo,a)}return function(e,t,a,r=[]){const n=dh(e,t,Bd,r);return e.F(n,a)}(ty(Wy(e)),e,t)}const a=Rr(e);return Bt(t),a}function dl(e,t){if(ve(e)){const a=ul(e);if(a&&a.branding===co)return Wt(t),a;const r=Wy(e);return function(e,t,a,r,n,h){const d=dh(a,n,Bd,Nd,Id),i=e(d.timeZone),[o,y,l]=Wt(h),c=a.F(d,na(o)),s=oh(d,o);return ya(hr(t(i),{...c,...s},void 0!==d.offset?Or(d.offset):void 0,y,l),i,r)}(Jy,wo,ty(r),r,e,t)}return function(e,t){const a=Wr(ti(e));if(!a||!a.timeZone)throw new RangeError(pd(e));const{offset:r}=a,n=r?Or(r):void 0,[,h,d]=Wt(t);return $r(a,n,h,d)}(e,t)}function il(e){return be(e=>t=>e(ol(t)),e)}function ol(e){return go(e,wo)}function yl(e){if(ve(e)){const t=ul(e);if(t)switch(t.branding){case so:return t;case co:return oa(t.epochNanoseconds)}}return function(e){const t=Wr(e=Qe(e));if(!t)throw new RangeError(pd(e));let a;if(t.j)a=0;else{if(!t.offset)throw new RangeError(pd(e));a=Or(t.offset)}return t.timeZone&&Gr(t.timeZone,1),oa(jt(Rt(t),a))}(e)}function ll(){function e(e,a){return new t(e,a)}function t(e,t=Object.create(null)){tc.set(this,((e,t)=>{const a=new zi(e,t),r=a.resolvedOptions(),n=r.locale,h=He(Object.keys(t),r),d=me(pl),i=(e,...t)=>{if(e){if(2!==t.length)throw new TypeError(ud);for(const e of t)if(void 0===e)throw new TypeError(ud)}e||void 0!==t[0]||(t=[]);const r=t.map(e=>ul(e)||Number(e));let i,o=0;for(const e of r){const t="object"==typeof e?e.branding:void 0;if(o++&&t!==i)throw new TypeError(ud);i=t}return i?d(i)(n,h,...r):[a,...r]};return i.X=a,i})(e,t))}const a=zi.prototype,r=Object.getOwnPropertyDescriptors(a),n=Object.getOwnPropertyDescriptors(zi);for(const t in r){const a=r[t],n=t.startsWith("format")&&cl(t);"function"==typeof a.value?a.value="constructor"===t?e:n||sl(t):n&&(a.get=function(){if(!tc.has(this))throw new TypeError(Rh);return(...e)=>n.apply(this,e)},Object.defineProperties(a.get,Me(`get ${t}`)))}return n.prototype.value=t.prototype=Object.create({},r),Object.defineProperties(e,n),e}function cl(e){return Object.defineProperties(function(...t){const a=tc.get(this),[r,...n]=a(e.includes("Range"),...t);return r[e](...n)},Me(e))}function sl(e){return Object.defineProperties(function(...t){return tc.get(this).X[e](...t)},Me(e))}function pl(e){const t=Cl[e];if(!t)throw new TypeError((e=>`Cannot format ${e}`)(e));return xh(t,me(gh),1)}const kl=new WeakMap,ul=kl.get.bind(kl),vl=kl.set.bind(kl),ml={era:function(e){if(void 0!==e)return ti(e)},eraYear:Fe,year:We,month:Be,daysInMonth:Be,daysInYear:Be,inLeapYear:ai,monthsInYear:Be},Ml={monthCode:ti},xl={day:Be},gl={dayOfWeek:Be,dayOfYear:Be,weekOfYear:function(e){if(void 0!==e)return Be(e)},yearOfWeek:Fe,daysInWeek:Be},fl=Gy(Object.assign({},ml,Ml,xl,gl)),wl=Gy({...ml,...Ml}),bl=Gy({...Ml,...xl}),jl={calendarId:e=>e.calendar},Dl=je(e=>t=>t[e],ni.concat("sign")),Hl=je((e,t)=>e=>e[pi[t]],Ed),zl={epochMilliseconds:va,epochNanoseconds:function(e){return((e,t=1)=>{const[a,r]=e,n=Math.floor(r/t),h=Vd/t;return BigInt(a)*BigInt(h)+BigInt(n)})(e.epochNanoseconds)}},[ql,Vl]=Fy(po,function(e=0,t=0,a=0,r=0,n=0,h=0,d=0,i=0,o=0,y=0){return ua(Cr(be(rt,we(ni,[e,t,a,r,n,h,d,i,o,y]))))},{...Dl,blank:function(e){return!e.sign}},{with:(e,t)=>Vl(function(e,t){return ua((a=e,r=t,Cr({...a,...ih(r,hi)})));var a,r}(e,t)),negated:e=>Vl(zr(e)),abs:e=>Vl(function(e){return-1===e.sign?zr(e):e}(e)),add:(e,t,a)=>Vl(Hr(Qy,ty,wo,0,e,Ky(t),a)),subtract:(e,t,a)=>Vl(Hr(Qy,ty,wo,1,e,Ky(t),a)),round:(e,t)=>Vl(function(e,t,a,r,n){const h=Ir(r),[d,i,o,y,l]=((e,t,a)=>{e=ra(e,Ni);let r=Xi(e);const n=a(e[Zi]);let h=Qt(e);const d=no(e,7);let i=Gi(e);if(void 0===r&&void 0===i)throw new RangeError(cd);if(null==i&&(i=0),null==r&&(r=Math.max(i,t)),ia(r,i),h=ea(h,i,1),h>1&&i>5&&r!==i)throw new RangeError("For calendar units with roundingIncrement > 1, use largestUnit = smallestUnit");return[r,i,h,d,n]})(n,h,e),c=Math.max(h,d);if(!l&&c<=6)return ua(Cr(((e,t,a,r,n)=>{const h=Ca(Tr(e),a,r,n);return{...li,...Ar(h,t)}})(r,d,i,o,y)));if(!jr(l)&&!r.sign)return r;if(!l)throw new RangeError(yd);const[s,p,k]=gr(t,a,l),u=fr(k),v=wr(k),m=br(k),M=v(p,s,r);jr(l)||(mt(s),mt(M));let x=m(p,s,M,d);const g=r.sign,f=Vr(x);if(g&&f&&g!==f)throw new RangeError(Xh);return x=Va(x,u(M),d,i,o,y,p,s,u,v),ua(x)}(Qy,ty,wo,e,t)),total:(e,t)=>function(e,t,a,r,n){const h=Ir(r),[d,i]=((e,t)=>{const a=t((e=ra(e,Si))[Zi]);let r=Ji(e);return r=Ue(Si,r),[r,a]})(n,e),o=Math.max(d,h);if(!i&&Dr(o,i))return Ma(r,d);if(!i)throw new RangeError(yd);if(!r.sign)return 0;const[y,l,c]=gr(t,a,i),s=fr(c),p=wr(c),k=br(c),u=p(l,y,r);jr(i)||(mt(y),mt(u));const v=k(l,y,u,d);return Dr(d,i)?Ma(v,d):((e,t,a,r,n,h,d)=>{const i=Vr(e),[o,y]=xa(r,si(a,e),a,i,n,h,d),l=ga(t,o,y);return e[ni[a]]+l*i})(v,s(u),d,l,y,s,p)}(Qy,ty,wo,e,t),toLocaleString(e,t,a){return Intl.DurationFormat?new Intl.DurationFormat(t,a).format(this):Fa(e)},toString:Fa,toJSON:e=>Fa(e),valueOf:Xy},{from:e=>Vl(Ky(e)),compare:(e,t,a)=>function(e,t,a,r,n,h){const d=e(aa(h).relativeTo),i=Math.max(Ir(r),Ir(n));if(qe(ni,r,n))return 0;if(Dr(i,d))return yt(Tr(r),Tr(n));if(!d)throw new RangeError(yd);const[o,y,l]=gr(t,a,d),c=fr(l),s=wr(l);return yt(c(s(y,o,r)),c(s(y,o,n)))}(Qy,ty,wo,Ky(e),Ky(t),a)}),Cl={Instant:Iy,PlainDateTime:Zy,PlainDate:Oy,PlainTime:Ry,PlainYearMonth:Py,PlainMonthDay:$y},El=xh(Iy),Tl=xh(Ly),Al=xh(Zy),Nl=xh(Oy),Sl=xh(Ry),Il=xh(Py),Ll=xh($y),[Zl,Ol]=Fy(lo,function(e=0,t=0,a=0,r=0,n=0,h=0){return ka(Ft(be(at,we(pi,[e,t,a,r,n,h])),1))},Hl,{with(e,t,a){return Ol(function(e,t,a){return ka(((e,t,a)=>oh({...He(Td,e),...ih(t,Td)},Bt(a)))(e,t,a))}(this,By(t),a))},add:(e,t)=>Ol(pr(0,e,Ky(t))),subtract:(e,t)=>Ol(pr(1,e,Ky(t))),until:(e,t,a)=>Vl(xn(0,e,el(t),a)),since:(e,t,a)=>Vl(xn(1,e,el(t),a)),round:(e,t)=>Ol(function(e,t){const[a,r,n]=_t(t,5);var h;return ka((h=n,ba(e,Da(a,r),h)[0]))}(e,t)),equals:(e,t)=>function(e,t){return!cn(e,t)}(e,el(t)),toLocaleString(e,t,a){const[r,n]=Sl(t,a,e);return r.format(n)},toString:Ya,toJSON:e=>Ya(e),valueOf:Xy},{from:(e,t)=>Ol(el(e,t)),compare:(e,t)=>cn(el(e),el(t))}),[Rl,Pl]=Fy(yo,Ce(function(e,t,a,r,n=0,h=0,d=0,i=0,o=0,y=0,l=Gd){return la(mt(Rt(be(at,we(ui,[t,a,r,n,h,d,i,o,y])))),e(l))},th),{...jl,...fl,...Hl},{with:(e,t,a)=>Pl(function(e,t,a,r){const n=e(t.calendar),h=[...n.fields(Bd),...Ed].sort(),d={...kh(i=t),hour:i.isoHour,minute:i.isoMinute,second:i.isoSecond,millisecond:i.isoMillisecond,microsecond:i.isoMicrosecond,nanosecond:i.isoNanosecond};var i;const o=ih(a,h),y=Bt(r),l=n.k(d,o),c={...d,...o};return la(mt({...n.F(l,na(y)),...Ft(ry(c),y)}))}(ty,e,By(t),a)),withCalendar:(e,t)=>Pl(wh(e,_y(t))),withPlainTime:(e,t)=>Pl(function(e,t=xi){return la(mt({...e,...t}))}(e,tl(t))),add:(e,t,a)=>Pl(lr(ty,0,e,Ky(t),a)),subtract:(e,t,a)=>Pl(lr(ty,1,e,Ky(t),a)),until:(e,t,a)=>Vl(un(ty,0,e,al(t),a)),since:(e,t,a)=>Vl(un(ty,1,e,al(t),a)),round:(e,t)=>Pl(function(e,t){return la(fa(e,..._t(t)),e.calendar)}(e,t)),equals:(e,t)=>function(e,t){return!yn(e,t)&&e.calendar===t.calendar}(e,al(t)),toZonedDateTime:(e,t,a)=>Gl(function(e,t,a,r){const n=((e,t,a,r)=>{const n=(e=>Qi(aa(e)))(r);return dr(e(t),a,n)})(e,a,t,r);return ya(Mt(n),a,t.calendar)}(wo,e,Jy(t),a)),toPlainDate:e=>Ul(ca(e)),toPlainTime:e=>Ol(ka(e)),toLocaleString(e,t,a){const[r,n]=Al(t,a,e);return r.format(n)},toString:Oa,toJSON:e=>Oa(e),valueOf:Xy},{from:(e,t)=>Pl(al(e,t)),compare:(e,t)=>yn(al(e),al(t))}),[$l,Yl]=Fy(io,Ce(function(e,t,a,r=Gd,n=Ci){const h=at(t),d=at(a),i=e(r);return pa(vt(Pt({isoYear:at(n),isoMonth:h,isoDay:d})),i)},th),{...jl,...bl},{with:(e,t,a)=>Yl(function(e,t,a,r){const n=e(t.calendar),h=n.fields(Bd).sort(),d=(e=>{const t=ey(e.calendar),[a,r,n]=t.v(e),[h,d]=t.q(a,r);return{monthCode:Nn(h,d),day:n}})(t),i=ih(a,h),o=n.k(d,i);return n._(o,r)}(ty,e,By(t),a)),equals:(e,t)=>function(e,t){return!ln(e,t)&&e.calendar===t.calendar}(e,rl(t)),toPlainDate(e,t){return Ul(function(e,t,a,r){return((e,t,a)=>yh(e,t,Ud,_e(a),Od))(e(t.calendar),a,r)}(ty,e,this,t))},toLocaleString(e,t,a){const[r,n]=Ll(t,a,e);return r.format(n)},toString:$a,toJSON:e=>$a(e),valueOf:Xy},{from:(e,t)=>Yl(rl(e,t))}),[Fl,Bl]=Fy(ho,Ce(function(e,t,a,r=Gd,n=1){const h=at(t),d=at(a),i=e(r);return sa(ut(Pt({isoYear:h,isoMonth:d,isoDay:at(n)})),i)},th),{...jl,...wl},{with:(e,t,a)=>Bl(function(e,t,a,r){const n=e(t.calendar),h=n.fields(Yd).sort(),d=(e=>{const t=ey(e.calendar),[a,r]=t.v(e),[n,h]=t.q(a,r);return{year:a,monthCode:Nn(n,h)}})(t),i=ih(a,h),o=n.k(d,i);return n.K(o,r)}(ty,e,By(t),a)),add:(e,t,a)=>Bl(sr(ty,0,e,Ky(t),a)),subtract:(e,t,a)=>Bl(sr(ty,1,e,Ky(t),a)),until:(e,t,a)=>Vl(mn(ty,0,e,nl(t),a)),since:(e,t,a)=>Vl(mn(ty,1,e,nl(t),a)),equals:(e,t)=>function(e,t){return!ln(e,t)&&e.calendar===t.calendar}(e,nl(t)),toPlainDate(e,t){return Ul(function(e,t,a,r){return((e,t,a)=>yh(e,t,Fd,_e(a),$d))(e(t.calendar),a,r)}(ty,e,this,t))},toLocaleString(e,t,a){const[r,n]=Il(t,a,e);return r.format(n)},toString:Pa,toJSON:e=>Pa(e),valueOf:Xy},{from:(e,t)=>Bl(nl(e,t)),compare:(e,t)=>ln(nl(e),nl(t))}),[Wl,Ul]=Fy(oo,Ce(function(e,t,a,r,n=Gd){return ca(vt(Pt(be(at,{isoYear:t,isoMonth:a,isoDay:r}))),e(n))},th),{...jl,...fl},{with:(e,t,a)=>Ul(function(e,t,a,r){const n=e(t.calendar),h=n.fields(Bd).sort(),d=kh(t),i=ih(a,h),o=n.k(d,i);return n.F(o,r)}(ty,e,By(t),a)),withCalendar:(e,t)=>Ul(wh(e,_y(t))),add:(e,t,a)=>Ul(cr(ty,0,e,Ky(t),a)),subtract:(e,t,a)=>Ul(cr(ty,1,e,Ky(t),a)),until:(e,t,a)=>Vl(vn(ty,0,e,hl(t),a)),since:(e,t,a)=>Vl(vn(ty,1,e,hl(t),a)),equals:(e,t)=>function(e,t){return!ln(e,t)&&e.calendar===t.calendar}(e,hl(t)),toZonedDateTime(e,t){const a=ve(t)?t:{timeZone:t};return Gl(function(e,t,a,r,n){const h=e(n.timeZone),d=n.plainTime,i=void 0!==d?t(d):void 0,o=a(h);let y;return y=i?dr(o,{...r,...i}):ir(o,{...r,...xi}),ya(y,h,r.calendar)}(Jy,el,wo,e,a))},toPlainDateTime:(e,t)=>Pl(function(e,t=xi){return la(mt({...e,...t}))}(e,tl(t))),toPlainYearMonth(e){return Bl(function(e,t,a){return((e,t)=>{const a=dh(e,t,Fd);return e.K(a,void 0)})(e(t.calendar),a)}(ty,e,this))},toPlainMonthDay(e){return Yl(function(e,t,a){return((e,t)=>{const a=dh(e,t,Ud);return e._(a)})(e(t.calendar),a)}(ty,e,this))},toLocaleString(e,t,a){const[r,n]=Nl(t,a,e);return r.format(n)},toString:Ra,toJSON:e=>Ra(e),valueOf:Xy},{from:(e,t)=>Ul(hl(e,t)),compare:(e,t)=>ln(hl(e),hl(t))}),[_l,Gl]=Fy(co,Ce(function(e,t,a,r,n=Gd){return ya(Mt(ct(et(a))),t(r),e(n))},th,function(e){return rn(ti(e))}),{...zl,...jl,...il(fl),...il(Hl),offset:e=>Ka(ol(e).offsetNanoseconds),offsetNanoseconds:e=>ol(e).offsetNanoseconds,timeZoneId:e=>e.timeZone,hoursInDay:e=>function(e,t){const a=e(t.timeZone),r=go(t,a),[n,h]=Ha(r),d=pt(ot(ir(a,n),ir(a,h)),qd,1);if(d<=0)throw new RangeError(Xh);return d}(wo,e)},{with:(e,t,a)=>Gl(function(e,t,a,r,n){const{calendar:h,timeZone:d}=a,i=e(h),o=t(d),y=[...i.fields(Bd),...Sd].sort(),l=(e=>{const t=go(e,wo),a=Ka(t.offsetNanoseconds),r=ey(e.calendar),[n,h,d]=r.v(t),[i,o]=r.q(n,h),y=Nn(i,o);return{...ny(t),year:n,monthCode:y,day:d,offset:a}})(a),c=ih(r,y),s=i.k(l,c),p={...l,...c},[k,u,v]=Wt(n,2);return ya(hr(o,{...i.F(s,na(k)),...Ft(ry(p),k)},Or(p.offset),u,v),d,h)}(ty,wo,e,By(t),a)),withCalendar:(e,t)=>Gl(wh(e,_y(t))),withTimeZone:(e,t)=>Gl(function(e,t){return{...e,timeZone:t}}(e,Jy(t))),withPlainTime:(e,t)=>Gl(function(e,t,a){const r=t.timeZone,n=e(r),h={...go(t,n),...a||xi};let d;return d=a?hr(n,h,h.offsetNanoseconds,2):ir(n,h),ya(d,r,t.calendar)}(wo,e,tl(t))),add:(e,t,a)=>Gl(yr(ty,wo,0,e,Ky(t),a)),subtract:(e,t,a)=>Gl(yr(ty,wo,1,e,Ky(t),a)),until:(e,t,a)=>Vl(ua(kn(ty,wo,0,e,dl(t),a))),since:(e,t,a)=>Vl(ua(kn(ty,wo,1,e,dl(t),a))),round:(e,t)=>Gl(function(e,t,a){let{epochNanoseconds:r,timeZone:n,calendar:h}=t;const[d,i,o]=_t(a);if(0===d&&1===i)return t;const y=e(n);if(6===d)r=((e,t,a,r)=>{const n=go(a,t),[h,d]=e(n),i=a.epochNanoseconds,o=ir(t,h),y=ir(t,d);if(lt(i,o,y))throw new RangeError(Xh);return Aa(ga(i,o,y),r)?y:o})(Ha,y,t,o);else{const e=y.R(r);r=hr(y,fa(qt(r,e),d,i,o),e,2,0,1)}return ya(r,n,h)}(wo,e,t)),startOfDay:e=>Gl(function(e,t){const{timeZone:a,calendar:r}=t,n=((e,t,a)=>ir(t,e(go(a,t))))(za,e(a),t);return ya(n,a,r)}(wo,e)),equals:(e,t)=>function(e,t){return!on(e,t)&&!!sn(e.timeZone,t.timeZone)&&e.calendar===t.calendar}(e,dl(t)),toInstant:e=>Jl(function(e){return oa(e.epochNanoseconds)}(e)),toPlainDateTime:e=>Pl(uh(wo,e)),toPlainDate:e=>Ul(vh(wo,e)),toPlainTime:e=>Ol(mh(wo,e)),toLocaleString(e,t,a={}){const[r,n]=Tl(t,a,e);return r.format(n)},toString:(e,t)=>Za(wo,e,t),toJSON:e=>Za(wo,e),valueOf:Xy,getTimeZoneTransition(e,t){const{timeZone:a,epochNanoseconds:r}=e,n=function(e){const t=ra(e,Oi),a=da(Oi,_i,t,0);if(!a)throw new RangeError(Nh(Oi,a));return a}(t),h=wo(a).O(r,n);return h?Gl({...e,epochNanoseconds:h}):null}},{from:(e,t)=>Gl(dl(e,t)),compare:(e,t)=>on(dl(e),dl(t))}),[Xl,Jl]=Fy(so,function(e){return oa(Mt(ct(et(e))))},zl,{add:(e,t)=>Jl(or(0,e,Ky(t))),subtract:(e,t)=>Jl(or(1,e,Ky(t))),until:(e,t,a)=>Vl(pn(0,e,yl(t),a)),since:(e,t,a)=>Vl(pn(1,e,yl(t),a)),round:(e,t)=>Jl(function(e,t){const[a,r,n]=_t(t,5,1);return oa(Ca(e.epochNanoseconds,a,r,n,1))}(e,t)),equals:(e,t)=>function(e,t){return!dn(e,t)}(e,yl(t)),toZonedDateTimeISO:(e,t)=>Gl(function(e,t,a=Gd){return ya(e.epochNanoseconds,t,a)}(e,Jy(t))),toLocaleString(e,t,a){const[r,n]=El(t,a,e);return r.format(n)},toString:(e,t)=>La(Jy,wo,e,t),toJSON:e=>La(Jy,wo,e),valueOf:Xy},{from:e=>Jl(yl(e)),fromEpochMilliseconds:e=>Jl(function(e){return oa(Mt(st(rt(e),Dd)))}(e)),fromEpochNanoseconds:e=>Jl(function(e){return oa(Mt(ct(et(e))))}(e)),compare:(e,t)=>dn(yl(e),yl(t))}),Kl=Object.defineProperties({},{...fe("Temporal.Now"),...xe({timeZoneId:()=>Dh(),instant:()=>Jl(oa(jh())),zonedDateTimeISO:(e=Dh())=>Gl(ya(jh(),Jy(e),Gd)),plainDateTimeISO:(e=Dh())=>Pl(la(bh(wo(Jy(e))),Gd)),plainDateISO:(e=Dh())=>Ul(ca(bh(wo(Jy(e))),Gd)),plainTimeISO:(e=Dh())=>Ol(ka(bh(wo(Jy(e)))))})}),Ql=Object.defineProperties({},{...fe("Temporal"),...xe({PlainYearMonth:Fl,PlainMonthDay:$l,PlainDate:Wl,PlainTime:Zl,PlainDateTime:Rl,ZonedDateTime:_l,Instant:Xl,Duration:ql,Now:Kl})}),ec=ll(),tc=new WeakMap;function ac(e){var t;return e instanceof Ql.PlainDate||("PlainDate"===(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)||!("hour"in e)&&!("timeZone"in e))}function rc(e,t=Ql.Now.timeZoneId()){return Ql.Instant.fromEpochMilliseconds(e.getTime()).toZonedDateTimeISO(t)}function nc(e){return Ql.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()})}function hc(e){return new Date(e.epochMilliseconds)}function dc(e,t){return ac(e)?function(e,t=Ql.Now.timeZoneId()){return hc(e.toZonedDateTime({timeZone:t,plainTime:Ql.PlainTime.from({hour:0,minute:0})}))}(e,t):"hour"in e&&!("timeZone"in e)?new Date(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond):hc(e)}function ic(e,t){const a=Math.floor(t),r=Math.round(60*(t-a));return ac(e)?Ql.PlainDateTime.from({year:e.year,month:e.month,day:e.day,hour:a,minute:r}):e.with({hour:a,minute:r,second:0,millisecond:0})}function oc(e,t){const a=ac(e)?e:e.toPlainDate(),r=ac(t)?t:t.toPlainDate();return 0===Ql.PlainDate.compare(a,r)}function yc(e,t=Ql.Now.timeZoneId()){return(ac(e)?e:e.toPlainDate()).toZonedDateTime({timeZone:t,plainTime:Ql.PlainTime.from({hour:0,minute:0})})}function lc(e,t=Ql.Now.timeZoneId()){return(ac(e)?e:e.toPlainDate()).toZonedDateTime({timeZone:t,plainTime:Ql.PlainTime.from({hour:23,minute:59,second:59,millisecond:999})})}function cc(e,t){const a=new Date(e.getFullYear(),e.getMonth(),e.getDate()),r=new Date(t.getFullYear(),t.getMonth(),t.getDate());return Math.round((r.getTime()-a.getTime())/864e5)}function sc(e,t){const a=new Date(e);return a.setDate(a.getDate()+t),a}Object.create(Intl),xe({DateTimeFormat:ec});const pc=e=>{if(e instanceof Date){return e.getHours()+e.getMinutes()/60}return ac(t=e)?0:"hour"in t&&void 0!==t.hour?t.hour+(null!==(a=t.minute)&&void 0!==a?a:0)/60:(console.warn("Warning: No hour property found in temporal object, returning 0"),0);var t,a},kc=(e,t)=>{if(e instanceof Date){const a=new Date(e),r=Math.floor(t),n=Math.round(60*(t-r));return a.setHours(r,n,0,0),a}return ic(e,t)},uc=e=>{if(e instanceof Date){const t=new Date(e);return t.setHours(23,59,59,999),t}return lc(e)},vc=(e,t)=>{if(e instanceof Date&&t instanceof Date)return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate();return oc(e instanceof Date?Ql.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()}):ac(e)?e:e.toPlainDate(),t instanceof Date?Ql.PlainDate.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}):ac(t)?t:t.toPlainDate())},mc=(e,t)=>!vc(e,t),Mc=e=>u().resolveColors(e).eventColor,xc=e=>u().resolveColors(e).textColor,gc=e=>u().resolveColors(e).eventSelectedColor,fc=e=>u().resolveColors(e).lineColor,wc=.25,bc=(e,t=0)=>{const a=Math.floor(e),r=t||Math.round(60*(e-a));return`${a.toString().padStart(2,"0")}:${r.toString().padStart(2,"0")}`},jc=e=>{if(e.allDay)return"All day";const t=pc(e.start),a=Hc(e);return`${bc(t)} - ${bc(a)}`},Dc=e=>{const t=wc;return Math.round(e/t)*t},Hc=e=>{if(!e.end)return 0;const t=pc(e.end);if(e.allDay||!e.start)return t;const a=dc(e.start),r=dc(e.end);if(!(a.getFullYear()!==r.getFullYear()||a.getMonth()!==r.getMonth()||a.getDate()!==r.getDate()))return t;if(0===t&&0===r.getMinutes()&&0===r.getSeconds()&&0===r.getMilliseconds()){const e=r.getTime()-a.getTime();if(e>0&&e<864e5)return 24}return t},zc=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],qc=["January","February","March","April","May","June","July","August","September","October","November","December"],Vc=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Cc=e=>{const t=e.getDay(),a=e.getDate()-t+(0===t?-6:1),r=new Date(e);r.setDate(a),r.setHours(0,0,0,0);const n=new Date(r);return n.setDate(r.getDate()+6),n.setHours(23,59,59,999),{monday:r,sunday:n}},Ec=e=>{const t=new Date(e),a=t.getDate(),r=t.getMonth(),n=t.getFullYear(),h=new Date;return{date:t,day:a,month:r,year:n,monthName:qc[r],shortMonthName:Vc[r],isToday:h.getDate()===a&&h.getMonth()===r&&h.getFullYear()===n}},Tc=e=>{const t=[],a=new Date(e);for(let e=0;e<7;e++){const e=new Date(a);t.push(Ec(e)),a.setDate(a.getDate()+1)}return{days:t,startDate:new Date(e),monthYear:Ac(t)}},Ac=e=>{const t={};e.forEach(e=>{const a=`${e.month}-${e.year}`;t[a]=(t[a]||0)+1});let a=0,r="";Object.entries(t).forEach(([e,t])=>{t>a&&(a=t,r=e)});const[n,h]=r.split("-").map(Number);return{month:qc[n],monthIndex:n,year:h}};function Nc(e,t){const a=[],r=Math.floor(t/2),n=new Date(e),h=e.getDay(),d=0===h?6:h-1;n.setDate(e.getDate()-d),n.setHours(0,0,0,0);const i=new Date(n);i.setDate(i.getDate()-7*r);for(let e=0;e<t;e++){const t=new Date(i);t.setDate(t.getDate()+7*e),a.push(Tc(t))}return a}const Sc=(e,t)=>t.filter(t=>t.day===e&&!t.allDay),Ic=(e,t)=>{const a=new Date(e);return a.setDate(e.getDate()+t),a},Lc=(e,t)=>t?Ql.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()}):Ql.ZonedDateTime.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate(),hour:e.getHours(),minute:e.getMinutes(),second:e.getSeconds(),millisecond:e.getMilliseconds(),timeZone:Ql.Now.timeZoneId()}),Zc=(e,t)=>{const a=new Date(e);a.setHours(0,0,0,0);const r=new Date(t);r.setHours(0,0,0,0);const n=a.getTime()-r.getTime();return Math.floor(n/864e5)},Oc=(e,t)=>e.map(e=>{const a=dc(e.start),r=Zc(a,t);return Object.assign(Object.assign({},e),{day:r})});function Rc(){return Date.now().toString(36)+Math.random().toString(36).substring(2,8)}const Pc=e=>{if(e.icon)return e.icon;return(e.name||e.id).charAt(0).toUpperCase()},$c=({app:e,calendars:r,toggleCalendarVisibility:n,isCollapsed:h,setCollapsed:d})=>{const i=e.getCurrentDate(),o=e.getVisibleMonth(),y=o.getFullYear(),l=o.getMonth(),[c,s]=t.useState(()=>new Date(y,l,1));t.useEffect(()=>{s(e=>e.getFullYear()===y&&e.getMonth()===l?e:new Date(y,l,1))},[y,l]);const p=t.useMemo(()=>(new Date).toDateString(),[]),k=i.toDateString(),u=t.useMemo(()=>zc.map(e=>e.charAt(0)),[]),v=t.useMemo(()=>{const e=c.getFullYear(),t=c.getMonth(),a=(new Date(e,t,1).getDay()+6)%7,r=[];for(let n=0;n<42;n++){const h=new Date(e,t,n-a+1),d=h.toDateString();r.push({date:h.getDate(),fullDate:h,isCurrentMonth:h.getMonth()===t,isToday:d===p,isSelected:d===k})}return r},[c,k,p]),m=t.useMemo(()=>c.toLocaleDateString(void 0,{month:"long",year:"numeric"}),[c]),M=t.useCallback(t=>{s(a=>{const r=new Date(a.getFullYear(),a.getMonth()+t,1);return e.setVisibleMonth(r),r})},[e]),x=t.useCallback(t=>{const a=new Date(t.getFullYear(),t.getMonth(),t.getDate());e.setCurrentDate(a),s(new Date(a.getFullYear(),a.getMonth(),1))},[e]);return a.jsxs("div",{className:"flex h-full flex-col border-r border-gray-200 bg-white dark:bg-slate-900",children:[a.jsxs("div",{className:"flex items-center px-3 py-2",children:[a.jsx("button",{type:"button","aria-label":h?"Expand calendar sidebar":"Collapse calendar sidebar",className:"flex h-8 w-8 items-center justify-center rounded hover:bg-gray-100 dark:hover:bg-slate-800",onClick:()=>d(!h),children:h?a.jsx(L,{className:"h-4 w-4 text-gray-500"}):a.jsx(Z,{className:"h-4 w-4 text-gray-500"})}),!h&&a.jsx("span",{className:"text-sm font-semibold text-gray-700 dark:text-gray-200",children:"Calendars"})]}),h?a.jsx("div",{className:"flex-1 overflow-y-auto px-2 pb-3",children:a.jsx("ul",{className:"space-y-1",children:r.map(e=>{var t;const r=!1!==e.isVisible,h=(null===(t=e.colors)||void 0===t?void 0:t.lineColor)||"#3b82f6";return Boolean(e.icon),a.jsx("li",{children:a.jsxs("label",{className:"group flex cursor-pointer items-center rounded px-2 py-2 transition hover:bg-gray-100 dark:hover:bg-slate-800",title:e.name,children:[a.jsx("input",{type:"checkbox",className:"calendar-checkbox",style:{"--checkbox-color":h},checked:r,onChange:t=>n(e.id,t.target.checked)}),a.jsx("span",{className:"flex-1 truncate text-sm text-gray-700 group-hover:text-gray-900 dark:text-gray-200 dark:group-hover:text-white",children:" "})]})},e.id)})})}):a.jsxs(a.Fragment,{children:[a.jsx("div",{className:"flex-1 overflow-y-auto px-2 pb-3",children:a.jsx("ul",{className:"space-y-1",children:r.map(e=>{var t;const r=!1!==e.isVisible,h=(null===(t=e.colors)||void 0===t?void 0:t.lineColor)||"#3b82f6",d=Boolean(e.icon);return a.jsx("li",{children:a.jsxs("label",{className:"group flex cursor-pointer items-center rounded px-2 py-2 transition hover:bg-gray-100 dark:hover:bg-slate-800",title:e.name,children:[a.jsx("input",{type:"checkbox",className:"calendar-checkbox",style:{"--checkbox-color":h},checked:r,onChange:t=>n(e.id,t.target.checked)}),d&&a.jsx("span",{className:"mr-2 flex h-5 w-5 flex-shrink-0 items-center justify-center text-xs font-semibold text-white","aria-hidden":"true",children:Pc(e)}),a.jsx("span",{className:"flex-1 truncate text-sm text-gray-700 group-hover:text-gray-900 dark:text-gray-200 dark:group-hover:text-white",children:e.name||e.id})]})},e.id)})})}),a.jsxs("div",{className:"border-t border-gray-200 px-3 py-3 dark:border-slate-800",children:[a.jsxs("div",{className:"mb-3 flex items-center justify-between",children:[a.jsx("button",{type:"button",className:"flex h-7 w-7 items-center justify-center rounded-full text-gray-500 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-slate-800",onClick:()=>M(-1),"aria-label":"Previous month",children:a.jsx(q,{className:"h-4 w-4"})}),a.jsx("span",{className:"text-sm font-semibold text-gray-700 dark:text-gray-200",children:m}),a.jsx("button",{type:"button",className:"flex h-7 w-7 items-center justify-center rounded-full text-gray-500 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-slate-800",onClick:()=>M(1),"aria-label":"Next month",children:a.jsx(V,{className:"h-4 w-4"})})]}),a.jsxs("div",{className:ae,children:[u.map(e=>a.jsx("div",{className:`${re} text-gray-500`,children:e},Rc())),v.map(e=>a.jsx("button",{type:"button",className:`\n ${ne}\n ${e.isCurrentMonth?he:de}\n ${e.isToday?ie:""}\n ${e.isSelected&&!e.isToday?oe:""}\n `,onClick:()=>x(e.fullDate),children:e.date},Rc()))]})]})]})]})},Yc=e=>{if(!e)return"";let t,a,r;e instanceof Date?(t=e.getFullYear(),a=e.getMonth()+1,r=e.getDate()):ac(e)?(t=e.year,a=e.month,r=e.day):(!function(){Ql.ZonedDateTime}(e),t=e.year,a=e.month,r=e.day);const n=String(a).padStart(2,"0");return`${String(r).padStart(2,"0")}/${n}/${t}`},Fc=e=>{const t=e.year,a=e.month;return`${e.day} ${["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][a-1]} ${t}`},Bc=({options:e,value:r,onChange:n})=>{const[h,d]=t.useState(!1),i=t.useRef(null);t.useEffect(()=>{const e=e=>{i.current&&!i.current.contains(e.target)&&d(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]),e.find(e=>e.value===r);const o=e=>u().resolveColors(e).lineColor;return a.jsxs("div",{className:"relative inline-block",ref:i,children:[a.jsxs("button",{type:"button",onClick:()=>d(!h),className:"flex items-center space-x-2 bg-gray-100 rounded-md px-2 py-1 hover:bg-gray-200 transition-colors h-8",children:[a.jsx("span",{className:"w-4 h-4 rounded-sm flex-shrink-0",style:{backgroundColor:o(r)}}),a.jsx(T,{className:"w-4 h-4 text-gray-600"})]}),h&&a.jsx("ul",{className:"absolute mt-1 w-full min-w-max bg-gray-100 rounded-md shadow-lg z-10 overflow-hidden",children:e.map(e=>a.jsxs("li",{className:"flex items-center px-2 py-1 cursor-pointer hover:bg-gray-300 transition-colors "+(r===e.value?"font-semibold":""),onClick:()=>{return t=e.value,n(t),void d(!1);var t},children:[r===e.value?a.jsx("span",{className:"mr-2 text-sm",children:a.jsx(z,{width:12,height:12})}):a.jsx("div",{className:"mr-2 text-sm w-3 h-3",children:" "}),a.jsx("span",{className:"w-3 h-3 mr-2 rounded-sm flex-shrink-0",style:{backgroundColor:o(e.value)}}),a.jsx("span",{className:"text-sm whitespace-nowrap",children:e.label})]},e.value))})]})},Wc=/(YYYY|YY|MM|DD|HH|mm)/g,Uc=e=>e.toString().padStart(2,"0"),_c=(e,t)=>{const a=(null!=t?t:"").trim(),r=/[Hhms]/.test(e)||!a?e:`${e} ${a}`.trim();return r.replace(/(H{1,2}):MM/g,(e,t)=>`${t}:mm`)},Gc=e=>e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),Xc=e=>{let t,a=0,r="^";for(;null!==(t=Wc.exec(e));){r+=Gc(e.slice(a,t.index));const n=t[0];r+=`(?<${n}>\\d{${"YYYY"===n?4:2}})`,a=t.index+n.length}return r+=Gc(e.slice(a))+"$",new RegExp(r)},Jc=(e,t,a,r)=>{const n=e.trim();if(!n)return null;const h=n.match(t),d=null==h?void 0:h.groups;if(!d)return null;const i=d.YYYY?Number(d.YYYY):d.YY?Number(d.YY)+2e3:a.year,o=d.MM?Number(d.MM):a.month,y=d.DD?Number(d.DD):a.day,l=d.HH?Number(d.HH):a.hour,c=d.mm?Number(d.mm):a.minute;try{return Ql.ZonedDateTime.from({timeZone:r,year:i,month:o,day:y,hour:l,minute:c,second:a.second,millisecond:a.millisecond,microsecond:a.microsecond,nanosecond:a.nanosecond})}catch(e){return null}},Kc=e=>{const t=e;if(t.timeZoneId&&"string"==typeof t.timeZoneId)return t.timeZoneId;if("timeZoneId"in e&&"string"==typeof e.timeZoneId)return e.timeZoneId;const a=e.timeZone;return a&&"string"==typeof a.id?a.id:"string"==typeof t.timeZone?t.timeZone:Ql.Now.timeZoneId()},Qc=(e,t,a)=>{var r,n,h,d,i,o,y,l,c,s,p,k,u,v,m,M,x,g,f,w,b,j,D,H;if(!e){const e=null!=t?t:a?Kc(a):Ql.Now.timeZoneId();return null!=a?a:Ql.Now.zonedDateTimeISO(e)}if(ac(e)){const a=null!=t?t:Ql.Now.timeZoneId(),r=`${e.year}-${Uc(e.month)}-${Uc(e.day)}T00:00:00[${a}]`;return Ql.ZonedDateTime.from(r)}if("hour"in e&&!("timeZone"in e)){const a=null!=t?t:Ql.Now.timeZoneId();if("function"==typeof e.toZonedDateTime)try{return e.toZonedDateTime(a)}catch(e){}return Ql.ZonedDateTime.from({timeZone:a,year:e.year,month:e.month,day:e.day,hour:e.hour,minute:e.minute,second:null!==(r=e.second)&&void 0!==r?r:0,millisecond:null!==(n=e.millisecond)&&void 0!==n?n:0,microsecond:null!==(h=e.microsecond)&&void 0!==h?h:0,nanosecond:null!==(d=e.nanosecond)&&void 0!==d?d:0})}try{return Ql.ZonedDateTime.from(e)}catch(r){const n=e,h=null!==(c=null!==(l=null!==(y=null!==(o="string"==typeof(null==n?void 0:n.timeZone)?n.timeZone:null===(i=null==n?void 0:n.timeZone)||void 0===i?void 0:i.id)&&void 0!==o?o:null==n?void 0:n.timeZoneId)&&void 0!==y?y:t)&&void 0!==l?l:a?Kc(a):void 0)&&void 0!==c?c:Ql.Now.timeZoneId();if("function"==typeof(null==n?void 0:n.toZonedDateTime))try{return n.toZonedDateTime({timeZone:h})}catch(e){}const d=null!=a?a:Ql.Now.zonedDateTimeISO(h);return Ql.ZonedDateTime.from({timeZone:h,year:null!==(s=null==n?void 0:n.year)&&void 0!==s?s:d.year,month:null!==(p=null==n?void 0:n.month)&&void 0!==p?p:d.month,day:null!==(k=null==n?void 0:n.day)&&void 0!==k?k:d.day,hour:null!==(v=null!==(u=null==n?void 0:n.hour)&&void 0!==u?u:null==a?void 0:a.hour)&&void 0!==v?v:0,minute:null!==(M=null!==(m=null==n?void 0:n.minute)&&void 0!==m?m:null==a?void 0:a.minute)&&void 0!==M?M:0,second:null!==(g=null!==(x=null==n?void 0:n.second)&&void 0!==x?x:null==a?void 0:a.second)&&void 0!==g?g:0,millisecond:null!==(w=null!==(f=null==n?void 0:n.millisecond)&&void 0!==f?f:null==a?void 0:a.millisecond)&&void 0!==w?w:0,microsecond:null!==(j=null!==(b=null==n?void 0:n.microsecond)&&void 0!==b?b:null==a?void 0:a.microsecond)&&void 0!==j?j:0,nanosecond:null!==(H=null!==(D=null==n?void 0:n.nanosecond)&&void 0!==D?D:null==a?void 0:a.nanosecond)&&void 0!==H?H:0})}},es=(e,t,a)=>{const r=_c(t,a),n={YYYY:e.year.toString(),YY:Uc(e.year%100),MM:Uc(e.month),DD:Uc(e.day),HH:Uc(e.hour),mm:Uc(e.minute)};return r.replace(Wc,e=>{var t;return null!==(t=n[e])&&void 0!==t?t:e})},ts=Array.from({length:24},(e,t)=>t),as=Array.from({length:60},(e,t)=>t),rs=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],ns=(e,t)=>Ql.PlainDate.compare(e,t),hs=({value:e,format:n="YYYY-MM-DD HH:mm",showTimeFormat:h="HH:mm",showTime:d=!0,onChange:i,onOk:o,timeZone:y,disabled:l=!1,placement:c="bottomLeft",autoAdjustOverflow:s=!0,getPopupContainer:p})=>{const k=t.useMemo(()=>_c(n,h),[n,h]),u=t.useMemo(()=>Xc(k),[k]),v=t.useMemo(()=>{const t=null!=y?y:ac(e[0])?ac(e[1])?Ql.Now.timeZoneId():Kc(e[1]):Kc(e[0]),a=Qc(e[0],t);return[a,Qc(e[1],t,a)]},[e,y]),[m,M]=t.useState(v),x=t.useRef(v),[g,f]=t.useState("start"),[w,b]=t.useState([es(v[0],n,h),es(v[1],n,h)]),j=t.useRef([es(v[0],n,h),es(v[1],n,h)]),D=t.useRef(v),[H,z]=t.useState(v[0].toPlainDate().with({day:1})),[T,A]=t.useState(!1),N=t.useCallback(e=>{A(e)},[]),[S,L]=t.useState(c),Z=t.useRef(c),O=t.useRef(null),R=t.useRef(null),P=t.useRef({start:{hour:null,minute:null},end:{hour:null,minute:null}}),$=t.useRef(!1);t.useEffect(()=>{j.current=w},[w]),t.useEffect(()=>{D.current=m},[m]),t.useEffect(()=>{const e=x.current,t=0!==Ql.ZonedDateTime.compare(e[0],v[0]),a=0!==Ql.ZonedDateTime.compare(e[1],v[1]);(t||a)&&M(v),x.current=v},[v]),t.useEffect(()=>{z(v[0].toPlainDate().with({day:1}))},[v[0]]);const Y=t.useCallback((e,t,a=0)=>{var r;if(!e||!t)return;const n=e.getBoundingClientRect(),h=t.getBoundingClientRect().top-n.top+e.scrollTop-a,d=(null===(r=window.matchMedia)||void 0===r?void 0:r.call(window,"(prefers-reduced-motion: reduce)").matches)?"auto":"smooth";Math.abs(e.scrollTop-h)>1&&e.scrollTo({top:h,behavior:d})},[]),F=t.useCallback(e=>{requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=P.current[e];["hour","minute"].forEach(e=>{const a=t[e];if(!a)return;const r=a.querySelector('[data-active="true"]');r&&Y(a,r,0)})})})},[Y]);t.useEffect(()=>{T&&F(g)},[g,T,F]);const B=m[0].epochMilliseconds,W=m[0].offsetNanoseconds,U=m[1].epochMilliseconds,_=m[1].offsetNanoseconds;t.useEffect(()=>{const[e,t]=D.current,a=es(e,n,h),r=es(t,n,h),[d,i]=j.current;d===a&&i===r||(j.current=[a,r],b([a,r]))},[B,W,U,_,n,h]),t.useEffect(()=>{if(!T)return;const e=e=>{var t,a;const r=e.target;if(null===(t=O.current)||void 0===t?void 0:t.contains(r))return;if(null===(a=R.current)||void 0===a?void 0:a.contains(r))return;r.closest("[data-rangepicker-popup]")||N(!1)},t=setTimeout(()=>{document.addEventListener("mousedown",e)},100);return()=>{clearTimeout(t),document.removeEventListener("mousedown",e)}},[T]),t.useEffect(()=>{T||(f("start"),$.current||M(v),$.current=!1)},[T,v]);const G=t.useCallback(e=>{i&&i(e,[es(e[0],n,h),es(e[1],n,h)])},[n,i,h]),X=t.useCallback(e=>{o&&o(e,[es(e[0],n,h),es(e[1],n,h)])},[n,o,h]),J=t.useCallback((e,t)=>{M(a=>{const r=[...a];if("start"===e){const e=Qc(r[1],Kc(t),t),a=Ql.ZonedDateTime.compare(t,e)>0?t:e;return[t,a]}const n=Qc(r[0],Kc(t),t);return[Ql.ZonedDateTime.compare(n,t)>0?t:n,t]})},[]),K=t.useCallback((e,t)=>{if(l)return;const a="start"===e?0:1;M(r=>{const n=r[a],h=n.with({hour:t,minute:n.minute,second:0,millisecond:0,microsecond:0,nanosecond:0});if("start"===e){const e=Qc(r[1],Kc(h),h);return[h,Ql.ZonedDateTime.compare(h,e)>0?h:e]}const d=Qc(r[0],Kc(h),h);return[Ql.ZonedDateTime.compare(d,h)>0?h:d,h]}),requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=P.current[e].hour;if(!t)return;const a=t.querySelector('[data-active="true"]');a&&Y(t,a,0)})})},[l]),Q=t.useCallback((e,t)=>{if(l)return;const a="start"===e?0:1;M(r=>{const n=r[a].with({minute:t,second:0,millisecond:0,microsecond:0,nanosecond:0});if("start"===e){const e=Qc(r[1],Kc(n),n);return[n,Ql.ZonedDateTime.compare(n,e)>0?n:e]}const h=Qc(r[0],Kc(n),n);return[Ql.ZonedDateTime.compare(h,n)>0?n:h,n]}),requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=P.current[e].minute;if(!t)return;const a=t.querySelector('[data-active="true"]');a&&Y(t,a,0)})})},[l]),ee=t.useCallback((e,t)=>{const a="start"===e?0:1;b(e=>{const r=[...e];return r[a]=t,r})},[]),te=t.useCallback((e,t)=>{const a="start"===e?0:1,r=m[a],d=Kc(r),i=Jc(t,u,r,d);if(i){J(e,i);const t=i.toPlainDate().with({day:1});return z(t),"start"===e&&f("end"),!0}return b(e=>{const t=[...e];return t[a]=es(m[a],n,h),t}),!1},[m,n,u,h,J]),ae=t.useCallback(e=>t=>{ee(e,t.target.value)},[ee]),re=t.useCallback(e=>t=>{var a;if(l)return;if(T)return;const r=t.relatedTarget;r&&(null===(a=O.current)||void 0===a?void 0:a.contains(r))||te(e,t.target.value)},[te,l,T]),ne=t.useCallback(e=>t=>{"Enter"===t.key&&(t.preventDefault(),te(e,t.currentTarget.value)),"Escape"===t.key&&t.currentTarget.blur()},[te]),he=e=>{z(t=>t.add({months:e}).with({day:1}))},de=e=>{z(t=>t.add({years:e}).with({day:1}))},ie=t.useMemo(()=>{const e=H,t=e.dayOfWeek%7,a=e.subtract({days:t});return Array.from({length:42},(e,t)=>a.add({days:t}))},[H]),oe=m[0].toPlainDate(),ye=m[1].toPlainDate(),le=t.useCallback((e=c)=>{if(!s||!O.current)return e;const t=O.current.getBoundingClientRect(),a=window.innerHeight-t.bottom,r=t.top,n=window.innerWidth-t.left,h=t.right;let d=e;return d.startsWith("bottom")&&a<500&&r>a?d=d.replace("bottom","top"):d.startsWith("top")&&r<500&&a>r&&(d=d.replace("top","bottom")),d.endsWith("Left")&&n<480&&h>n?d=d.replace("Left","Right"):d.endsWith("Right")&&h<480&&n>h&&(d=d.replace("Right","Left")),d},[s,c]),ce=t.useCallback(()=>{const e=le();Z.current!==e&&(Z.current=e,L(e))},[le]),se=e=>{if(l)return;f(e);const t=m["start"===e?0:1].toPlainDate().with({day:1});z(t);const a=le();Z.current!==a&&(Z.current=a,L(a)),N(!0)};t.useEffect(()=>{if(!T)return;ce();const e=()=>ce();return window.addEventListener("resize",e),window.addEventListener("scroll",e,!0),()=>{window.removeEventListener("resize",e),window.removeEventListener("scroll",e,!0)}},[T,ce]);const pe=a.jsx("div",{ref:R,style:(()=>{if(!O.current)return{};const e=O.current.getBoundingClientRect(),t=Z.current,a={position:"fixed",zIndex:9999};return t.startsWith("bottom")?a.top=e.bottom+8:a.bottom=window.innerHeight-e.top+8,t.endsWith("Left")?a.left=e.left:a.right=window.innerWidth-e.right,a})(),className:"max-w-[400px]","data-rangepicker-popup":"true",children:a.jsxs("div",{className:"space-y-3 rounded-xl border border-slate-200 bg-white p-3",style:{boxShadow:"0 2px 8px rgba(0, 0, 0, 0.15)"},children:[a.jsxs("div",{className:"flex flex-col gap-1 sm:flex-row",children:[a.jsxs("div",{className:"flex-3 rounded-xl border border-slate-200 bg-white shadow-sm w-full",children:[a.jsxs("div",{className:"flex items-center justify-between border-b border-slate-100 px-3 py-2 text-sm font-medium text-slate-700",children:[a.jsxs("div",{className:"flex items-center gap-1",children:[a.jsx("button",{type:"button",disabled:l,onClick:()=>de(-1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:a.jsx(C,{width:14,height:12})}),a.jsx("button",{type:"button",disabled:l,onClick:()=>he(-1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:a.jsx(q,{width:14,height:12})})]}),a.jsxs("div",{className:"text-sm font-semibold text-slate-700",children:[rs[H.month-1]," ",H.year]}),a.jsxs("div",{className:"flex items-center gap-1",children:[a.jsx("button",{type:"button",disabled:l,onClick:()=>he(1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:a.jsx(V,{width:14,height:12})}),a.jsx("button",{type:"button",disabled:l,onClick:()=>de(1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:a.jsx(E,{width:14,height:12})})]})]}),a.jsx("div",{className:"grid grid-cols-7 gap-1 px-3 pb-3 pt-2 text-center text-[11px] uppercase tracking-wide text-slate-400",children:["Su","Mo","Tu","We","Th","Fr","Sa"].map(e=>a.jsx("span",{children:e},e))}),a.jsx("div",{className:"grid grid-cols-7 gap-2 px-1 ",children:ie.map(e=>{const t=e.month!==H.month,r=0===ns(e,oe),n=0===ns(e,ye),h=ns(e,oe)>=0&&ns(e,ye)<=0,d=r||n?"bg-blue-500 text-white font-semibold":h?"bg-blue-50 text-blue-600":t?"text-slate-300":"text-slate-700 hover:bg-blue-50 hover:text-blue-600";return a.jsx("button",{type:"button",disabled:l,onClick:()=>(e=>{if(l)return;const t=(e,t)=>{var a,r,n,h;const d=Kc(e);return Ql.ZonedDateTime.from({timeZone:d,year:t.year,month:t.month,day:t.day,hour:e.hour,minute:e.minute,second:null!==(a=e.second)&&void 0!==a?a:0,millisecond:null!==(r=e.millisecond)&&void 0!==r?r:0,microsecond:null!==(n=e.microsecond)&&void 0!==n?n:0,nanosecond:null!==(h=e.nanosecond)&&void 0!==h?h:0})};if("start"===g){const a=t(m[0],e),r=m[1].epochMilliseconds-m[0].epochMilliseconds,n=a.add({milliseconds:r});return void M([a,n])}const a=t(m[1],e),r=m[1].epochMilliseconds-m[0].epochMilliseconds;if(Ql.ZonedDateTime.compare(a,m[0])<0){const a=t(m[0],e),n=a.add({milliseconds:r});return void M([a,n])}const n=[m[0],a];M(n),z(a.toPlainDate().with({day:1}))})(e),className:`flex h-9 w-9 items-center justify-center rounded-md text-sm transition ${d}`,children:e.day},e.toString())})})]}),a.jsx("div",{className:"flex flex-1 justify-end sm:w-32",children:(()=>{const e=g,t=m["start"===e?0:1],r=t.minute,n=as.includes(r)?as:[...as,r].sort((e,t)=>e-t);return a.jsxs("div",{className:"flex flex-col rounded-xl border border-slate-200 bg-white shadow-sm sm:w-28",children:[a.jsx("div",{className:"flex border-b border-slate-100 justify-center",children:a.jsxs("div",{className:"text-lg py-2",children:[t.hour,":",t.minute]})}),a.jsxs("div",{className:"flex p-1",children:[a.jsx("div",{className:"w-14",children:a.jsx("div",{className:"h-72 overflow-y-auto rounded-md border border-slate-100 bg-white",role:"listbox","aria-label":"Hour",ref:t=>{P.current[e].hour=t},children:ts.map(r=>{const n=r===t.hour;return a.jsx("button",{type:"button",role:"option","aria-selected":n,disabled:l,onClick:()=>K(e,r),className:"flex h-8 w-full items-center justify-center text-sm transition "+(n?"bg-blue-500 text-white font-semibold":"text-slate-600 hover:bg-blue-50 hover:text-blue-600"),"data-active":n?"true":void 0,children:Uc(r)},r)})})}),a.jsx("div",{className:"w-14",children:a.jsx("div",{className:"h-72 overflow-y-auto rounded-md border border-slate-100 bg-white",role:"listbox","aria-label":"Minute",ref:t=>{P.current[e].minute=t},children:n.map(t=>{const n=t===r;return a.jsx("button",{type:"button",role:"option","aria-selected":n,disabled:l,onClick:()=>Q(e,t),className:"flex h-8 w-full items-center justify-center text-sm transition "+(n?"bg-blue-500 text-white font-semibold":"text-slate-600 hover:bg-blue-50 hover:text-blue-600"),"data-active":n?"true":void 0,children:Uc(t)},t)})})})]})]})})()})]}),a.jsx("div",{className:"flex justify-end",children:a.jsx("button",{type:"button",onClick:()=>{$.current=!0,G(m),X(m),N(!1)},disabled:l,className:"inline-flex items-center rounded-full bg-blue-500 px-4 py-1.5 text-sm font-semibold text-white shadow-sm transition hover:bg-blue-400 disabled:cursor-not-allowed disabled:bg-slate-300",children:"OK"})})]})});return a.jsxs("div",{className:"relative max-w-[400px]",ref:O,children:[a.jsxs("div",{className:"flex items-center gap-2 rounded-lg border text-sm shadow-sm transition "+(l?"cursor-not-allowed border-slate-200 bg-slate-50 text-slate-400":T?"border-blue-500 bg-white shadow-md":"border-slate-200 bg-white hover:border-blue-300"),children:[a.jsx("div",{className:"flex min-w-0 flex-1 flex-col gap-1",children:a.jsx("input",{type:"text",value:w[0],onChange:ae("start"),onFocus:()=>se("start"),onClick:()=>se("start"),onBlur:re("start"),onKeyDown:ne("start"),className:"w-full rounded-md border px-2 py-1.5 text-sm font-medium transition focus:outline-none focus:ring-0 "+(l?"cursor-not-allowed border-transparent bg-transparent text-slate-400":"start"===g&&T?" bg-white text-blue-600":"border-transparent bg-transparent text-slate-700 hover:border-blue-200"),placeholder:k,autoComplete:"off",disabled:l})}),a.jsx(I,{className:"text-slate-400"}),a.jsx("div",{className:"flex min-w-0 flex-1 flex-col gap-1",children:a.jsx("input",{type:"text",value:w[1],onChange:ae("end"),onFocus:()=>se("end"),onClick:()=>se("end"),onBlur:re("end"),onKeyDown:ne("end"),className:"w-full rounded-md border px-2 py-1.5 text-sm font-medium transition focus:outline-none focus:ring-0 "+(l?"cursor-not-allowed border-transparent bg-transparent text-slate-400":"end"===g&&T?"bg-white text-blue-600":"border-transparent bg-transparent text-slate-700 hover:border-blue-200"),placeholder:k,autoComplete:"off",disabled:l})})]}),T&&(p?r.createPortal(pe,p()):r.createPortal(pe,document.body))]})},ds=({event:e,isOpen:n,isAllDay:h,onEventUpdate:d,onEventDelete:i,onClose:o})=>{var y,l;const c=t.useMemo(()=>u().getVisible().map(e=>({label:e.name,value:e.id})),[]);if(!n)return null;if("undefined"==typeof window||"undefined"==typeof document)return null;const s=a.jsxs("div",{className:"fixed inset-0 flex items-center justify-center",style:{pointerEvents:"auto",zIndex:9998},"data-event-detail-dialog":"true",children:[a.jsx("div",{className:"absolute inset-0 bg-black/50",onClick:e=>{const t=e.target;t.closest("[data-rangepicker-popup]")||t===e.currentTarget&&o()}}),a.jsxs("div",{className:"relative bg-white shadow-2xl border border-gray-200 rounded-lg p-6 max-w-md w-full mx-4",style:{backgroundColor:"#ffffff"},children:[a.jsx("button",{onClick:o,className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 transition","aria-label":"Close",children:a.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:a.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})}),a.jsxs("div",{className:"pr-8",children:[a.jsx("span",{className:"block text-xs text-gray-600 mb-1",children:"Event Title"}),a.jsxs("div",{className:"flex items-center justify-between gap-3 mb-4",children:[a.jsx("div",{className:"flex-1",children:a.jsx("input",{type:"text",value:e.title,onChange:t=>{d(Object.assign(Object.assign({},e),{title:t.target.value}))},className:"w-full border border-slate-200 rounded-lg px-3 py-2 text-sm text-gray-900 shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-blue-400 transition"})}),a.jsx(Bc,{options:c,value:e.calendarId||"blue",onChange:t=>{d(Object.assign(Object.assign({},e),{calendarId:t}))}})]}),h?a.jsxs("div",{className:"mb-4",children:[a.jsx("div",{className:"text-xs text-gray-600 mb-1",children:"Date"}),a.jsx("div",{className:"text-sm text-gray-900 font-medium",children:mc(e.start,e.end)?`${Fc(e.start)} to ${Fc(e.end)}`:Fc(e.start)})]}):a.jsxs("div",{className:"mb-4",children:[a.jsx("div",{className:"text-xs text-gray-600 mb-1",children:"Time Range"}),a.jsx(hs,{value:[e.start,e.end],timeZone:ac(e.start)?Ql.Now.timeZoneId():null!==(y=e.start.timeZoneId)&&void 0!==y?y:e.start.timeZoneId,onChange:t=>{const[a,r]=t;d(Object.assign(Object.assign({},e),{start:a,end:r}))},onOk:t=>{const[a,r]=t;d(Object.assign(Object.assign({},e),{start:a,end:r}))}})]}),a.jsxs("div",{className:"mb-4",children:[a.jsx("span",{className:"block text-xs text-gray-600 mb-1",children:"Note"}),a.jsx("textarea",{value:null!==(l=e.description)&&void 0!==l?l:"",onChange:t=>d(Object.assign(Object.assign({},e),{description:t.target.value})),rows:4,className:"w-full border border-slate-200 rounded-lg px-3 py-2 text-sm text-gray-900 shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-blue-400 transition resize-none",placeholder:"Add a note..."})]}),a.jsxs("div",{className:"flex space-x-2",children:[h?a.jsx("button",{className:"px-3 py-2 bg-blue-100 text-blue-700 rounded-lg hover:bg-blue-200 text-sm font-medium transition",onClick:()=>{const t=ac(e.start)?e.start:e.start.toPlainDate(),a=Ql.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:9,minute:0,timeZone:Ql.Now.timeZoneId()}),r=Ql.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:10,minute:0,timeZone:Ql.Now.timeZoneId()});d(Object.assign(Object.assign({},e),{allDay:!1,start:a,end:r}))},children:"Set as Timed Event"}):a.jsx("button",{className:"px-3 py-2 bg-blue-100 text-blue-700 rounded-lg hover:bg-blue-200 text-sm font-medium transition",onClick:()=>{const t=ac(e.start)?e.start:e.start.toPlainDate();d(Object.assign(Object.assign({},e),{allDay:!0,start:t,end:t}))},children:"Set as All-day"}),a.jsx("button",{className:"px-3 py-2 bg-red-100 text-red-700 rounded-lg hover:bg-red-200 text-sm font-medium transition",onClick:()=>{i(e.id),o()},children:"Delete"})]})]})]})]}),p=document.body;return p?r.createPortal(s,p):null},is=({originalComponent:e,app:r,config:n,customDetailPanelContent:h,customEventDetailDialog:d,calendarRef:i,switcherMode:o,meta:y})=>{const l=r.getPlugin("events"),c=n.enableDrag?r.getPlugin("drag"):void 0,s=r.getCurrentDate(),p=r.state.currentView,k=r.getEvents(),u=t.useCallback(e=>{l?l.update(e.id,e):r.updateEvent(e.id,e)},[l,r]),v=t.useCallback(e=>{l?l.delete(e):r.deleteEvent(e)},[l,r]),m=t.useCallback(e=>{l?l.add(e):r.addEvent(e)},[l,r]),M=t.useCallback(e=>{r.setCurrentDate(e)},[r]),x=t.useCallback(e=>{r.changeView(e)},[r]),g=t.useMemo(()=>{const e=n.viewConfig||{};return c&&Object.assign(e,n.dragConfig||{}),l&&Object.assign(e,n.eventsConfig||{}),e},[n,c,l]),f=t.useMemo(()=>({app:r,currentDate:s,currentView:p,events:k,onEventUpdate:u,onEventDelete:v,onEventCreate:m,onDateChange:M,onViewChange:x,config:g}),[r,s,p,k,u,v,m,M,x,g]),w=t.useMemo(()=>{const e={currentDate:s,events:k,setEvents:e=>{k.forEach(e=>v(e.id)),e.forEach(e=>m(e))},updateEvent:u,deleteEvent:v,addEvent:m,goToPrevious:()=>{const e=new Date(s);switch(p){case exports.ViewType.DAY:e.setDate(e.getDate()-1);break;case exports.ViewType.WEEK:e.setDate(e.getDate()-7);break;case exports.ViewType.MONTH:e.setMonth(e.getMonth()-1)}M(e)},goToNext:()=>{const e=new Date(s);switch(p){case exports.ViewType.DAY:e.setDate(e.getDate()+1);break;case exports.ViewType.WEEK:e.setDate(e.getDate()+7);break;case exports.ViewType.MONTH:e.setMonth(e.getMonth()+1)}M(e)},goToToday:()=>{M(new Date)},changeView:x,selectDate:M};return Object.assign(Object.assign({calendar:e},f),{eventsService:l,dragService:c,customDetailPanelContent:h,customEventDetailDialog:d,calendarRef:i,switcherMode:o,meta:y})},[s,k,p,u,v,m,M,x,f,l,c,h,d,i,o,y]);return a.jsx(e,Object.assign({},w))};function os(e){return!("hour"in e)}function ys(e){return"hour"in e&&!("timeZone"in e)}function ls(e){return"timeZone"in e}function cs(e){return Ql.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()})}function ss(e){return Ql.PlainDateTime.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate(),hour:e.getHours(),minute:e.getMinutes(),second:e.getSeconds(),millisecond:e.getMilliseconds()})}function ps(e,t){return Ql.ZonedDateTime.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate(),hour:e.getHours(),minute:e.getMinutes(),second:e.getSeconds(),millisecond:e.getMilliseconds(),timeZone:t})}function ks(e,t=!1){if(e instanceof Ql.PlainDate||e instanceof Ql.PlainDateTime)return e;if(e instanceof Date)return t?cs(e):ss(e);throw new Error("Invalid time type: "+typeof e)}function us(e,t){if(e instanceof Ql.ZonedDateTime)return e;if(e instanceof Date)return ps(e,t);throw new Error("Invalid time type: "+typeof e)}function vs(e){var t;const a=ks(e.start,e.allDay),r=ks(e.end,e.allDay);return{id:e.id,title:e.title,description:e.description,start:a,end:r,allDay:null!==(t=e.allDay)&&void 0!==t&&t,calendarId:e.calendarId,meta:e.meta}}function ms(e){const t=us(e.start,e.timeZone),a=us(e.end,e.timeZone);return{id:e.id,title:e.title,description:e.description,start:t,end:a,allDay:!1,calendarId:e.calendarId,meta:e.meta}}const Ms=e=>{const t=e.title.toLowerCase();return t.includes("holiday")||t.includes("vacation")||t.includes("假期")?a.jsx(A,{className:"h-3 w-3"}):t.includes("birthday")||t.includes("anniversary")||t.includes("生日")?a.jsx(N,{className:"h-3 w-3"}):t.includes("conference")||t.includes("meeting")||t.includes("会议")||t.includes("研讨")?a.jsx(O,{className:"h-3 w-3"}):t.includes("trip")||t.includes("travel")||t.includes("旅行")?a.jsx(S,{className:"h-3 w-3"}):a.jsx(D,{className:"h-3 w-3"})},xs=(e,t)=>{const a=[],r=new Date(t);return r.setDate(t.getDate()+6),r.setHours(23,59,59,999),e.forEach(e=>{const n=dc(e.start),h=dc(e.end),d=new Date(n);d.setHours(0,0,0,0);const i=new Date(h);i.setHours(0,0,0,0);let o=new Date(i);if(!e.allDay){if(!(0!==h.getHours()||0!==h.getMinutes()||0!==h.getSeconds())){const e=h.getTime()-n.getTime();e>0&&e<864e5&&(o=new Date(i),o.setDate(o.getDate()-1))}}const y=cc(d,o)>0;if(!y&&e.allDay){if(d<t||d>r)return;const n=Math.floor((d.getTime()-t.getTime())/864e5);return void(n>=0&&n<=6&&a.push({id:`${e.id}-week-${t.getTime()}`,originalEventId:e.id,event:e,startDayIndex:n,endDayIndex:n,segmentType:"single",totalDays:1,segmentIndex:0,isFirstSegment:!0,isLastSegment:!0}))}if(!y)return;const l=d;let c;if(e.allDay)c=new Date(i),c.setHours(23,59,59,999);else{0!==h.getHours()||0!==h.getMinutes()||0!==h.getSeconds()?(c=new Date(i),c.setHours(23,59,59,999)):(c=new Date(i),c.setTime(c.getTime()-1))}if(c<t||l>r)return;const s=l<t?t:l,p=c>r?r:c,k=Math.max(0,Math.floor((s.getTime()-t.getTime())/864e5)),u=Math.min(6,Math.floor((p.getTime()-t.getTime())/864e5)),v=l>=t,m=c<=r,M=0===k||6===u;let x;x=v&&m?"single":v?M&&6===u?"start-week-end":"start":m?M&&0===k?"end-week-start":"end":"middle";const g=cc(l,c)+1;a.push({id:`${e.id}-week-${t.getTime()}`,originalEventId:e.id,event:e,startDayIndex:k,endDayIndex:u,segmentType:x,totalDays:g,segmentIndex:0,isFirstSegment:v,isLastSegment:m})}),a},gs=(e,t)=>{if(e.allDay)return[];const a=dc(e.start),r=dc(e.end),n=new Date(a);n.setHours(0,0,0,0);const h=new Date(r);h.setHours(0,0,0,0);const d=cc(n,h);if(0===d)return[];const i=0!==r.getHours()||0!==r.getMinutes()||0!==r.getSeconds()||0!==r.getMilliseconds(),o=r.getTime()-a.getTime();if(!e.allDay&&1===d&&!i&&o<864e5)return[];const y=i?d:Math.max(0,d-1),l=[];for(let e=0;e<=y;e++){const h=new Date(n);h.setDate(n.getDate()+e);const d=Math.floor((h.getTime()-t.getTime())/864e5);if(d<0||d>6)continue;const o=0===e,c=e===y,s=o?a.getHours()+a.getMinutes()/60:0,p=c&&i?r.getHours()+r.getMinutes()/60:24;l.push({dayIndex:d,startHour:s,endHour:p,isFirst:o,isLast:c})}return l},fs=t.memo(({segment:e,segmentIndex:t,isDragging:r,isSelected:n=!1,onMoveStart:h,onResizeStart:d})=>{const i=17*t,o=`calc(${e.startDayIndex/7*100}% + 2px)`,y=`calc(${(e.endDayIndex-e.startDayIndex+1)/7*100}% - 4px)`,l=t=>{const r="left"===t;return(r?e.isFirstSegment:e.isLastSegment)&&d?a.jsx("div",{className:`resize-handle absolute ${r?"left-0":"right-0"} top-0 bottom-0 w-1 cursor-ew-resize opacity-0 group-hover:opacity-100 transition-opacity z-20`,onMouseDown:t=>{t.preventDefault(),t.stopPropagation(),d(t,e.event,r?"left":"right")},onClick:e=>{e.preventDefault(),e.stopPropagation()}}):null},c=e.event.calendarId||"blue",s=e.endDayIndex-e.startDayIndex+1;return a.jsxs("div",{className:"absolute px-1 text-xs cursor-pointer select-none flex items-center transition-all duration-200 hover:shadow-sm group",style:Object.assign({left:o,width:y,top:i-2+"px",height:"16px",borderRadius:(p=e.segmentType,{single:"0.25rem",start:"0.25rem 0 0 0.25rem","start-week-end":"0.25rem 0 0 0.25rem",end:"0 0.25rem 0.25rem 0","end-week-start":"0 0.25rem 0.25rem 0",middle:"0"}[p]),pointerEvents:"auto",zIndex:10},n||r?{backgroundColor:gc(c),color:"#fff"}:{backgroundColor:Mc(c),color:xc(c)}),"data-segment-days":s,onMouseDown:t=>{t.preventDefault(),t.stopPropagation();t.target.closest(".resize-handle")||h(t,e.event)},title:`${e.event.title} (${Yc(e.event.start)} - ${Yc(e.event.end)})`,children:[l("left"),(()=>{const t=e.event.allDay,r=e.event.calendarId||"blue",n=pc(e.event.start),h=Hc(e.event),d=bc(n),i=bc(h);if(t){const t=()=>e.isFirstSegment?e.event.title:"middle"===e.segmentType||e.isLastSegment&&e.totalDays>1?"···":e.event.title;return a.jsxs("div",{className:"flex items-center min-w-0 w-full pointer-events-auto",children:[e.isFirstSegment&&a.jsx("div",{className:"flex-shrink-0 mr-1",children:a.jsx("div",{className:"rounded-full p-0.5 text-white flex items-center justify-center",style:{backgroundColor:fc(r),width:"12px",height:"12px"},children:Ms(e.event)})}),a.jsx("div",{className:"flex-1 min-w-0",children:a.jsx("div",{className:"truncate font-medium text-xs",children:t()})}),e.isLastSegment&&"single"!==e.segmentType&&a.jsx("div",{className:"flex-shrink-0 ml-1 text-white/80",children:a.jsx("div",{className:"w-1.5 h-1.5 rounded-full bg-white/60"})})]})}const o=e.isFirstSegment||e.isLastSegment?e.event.title:"···",y=e.endDayIndex-e.startDayIndex+1,l=y>1?{position:"absolute",right:`calc(${y>1?(y-1)/y*100:0}% + 2px)`,top:"50%",transform:"translateY(-50%)"}:void 0;return a.jsxs("div",{className:"relative flex items-center min-w-0 w-full pointer-events-auto",children:[a.jsx("span",{className:"inline-block w-[3px] h-3 rounded-full flex-shrink-0 mr-1",style:{backgroundColor:fc(r)}}),a.jsx("div",{className:"flex items-center min-w-0 flex-1",children:a.jsx("span",{className:"truncate font-medium text-xs",children:o})}),e.isFirstSegment&&a.jsx("span",{className:"text-xs font-medium whitespace-nowrap "+(1===y?"ml-2":""),style:l,children:d}),e.isLastSegment&&!e.event.allDay&&24!==h&&a.jsx("span",{className:"text-xs font-medium whitespace-nowrap ml-auto",children:`ends ${i}`})]})})(),l("right")]});var p});fs.displayName="MultiDayEvent";const ws=({event:e,position:n,panelRef:h,isAllDay:d,eventVisibility:i,calendarRef:o,selectedEventElementRef:y,onEventUpdate:l,onEventDelete:c})=>{var s,p;const k=t.useMemo(()=>u().getVisible().map(e=>({label:e.name,value:e.id})),[]),v=(()=>{var e;let t={};if("sticky-top"===i){const a=null===(e=o.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(a){const e=a.getBoundingClientRect().top+3-n.top;t=Object.assign({position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:e-6+"px",borderRight:""+(n.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(n.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(n.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(n.isSunday?"none":"1px solid rgb(229, 231, 235)")},n.isSunday?{right:"-6px"}:{left:"-6px"})}}else if("sticky-bottom"===i){const e=h.current;let a=200;if(e){const t=e.getBoundingClientRect(),r=window.getComputedStyle(e),n=parseInt(r.paddingBottom,10)||0,h=parseInt(r.borderBottomWidth,10)||0;a=t.height-n-h-6+11}t={position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:`${a}px`,left:n.isSunday?void 0:"-6px",right:n.isSunday?"-6px":void 0,borderRight:""+(n.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(n.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(n.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(n.isSunday?"none":"1px solid rgb(229, 231, 235)")}}else if(n&&y.current&&o.current){const e=y.current.getBoundingClientRect(),a=o.current.querySelector(".calendar-content");if(a){const r=a.getBoundingClientRect(),d=Math.max(e.top,r.top),i=Math.min(e.bottom,r.bottom),o=Math.max(0,i-d);let y;y=o===e.height?e.top+e.height/2:o>0?d+o/2:e.top+e.height/2;const l=y-n.top,c=h.current;let s=228;if(c){const e=c.getBoundingClientRect(),t=window.getComputedStyle(c),a=parseInt(t.paddingBottom,10)||0,r=parseInt(t.borderBottomWidth,10)||0;s=e.height-a-r+11}const p=12,k=Math.max(p,Math.min(s,l));t=Object.assign({position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:k-6+"px",borderRight:""+(n.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(n.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(n.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(n.isSunday?"none":"1px solid rgb(229, 231, 235)")},n.isSunday?{right:"-6px"}:{left:"-6px"})}}return t})(),m=a.jsxs("div",{ref:h,className:"fixed bg-white shadow-lg border border-gray-200 rounded-lg p-4 ",style:{top:`${n.top}px`,left:`${n.left}px`,zIndex:9999,pointerEvents:"auto",backgroundColor:"#ffffff"},children:[a.jsx("div",{style:v}),a.jsx("span",{className:"block text-xs text-gray-600 mb-1",children:"Event Title"}),a.jsxs("div",{className:"flex items-center justify-between gap-3 mb-3",children:[a.jsx("div",{className:"flex-1",children:a.jsx("input",{type:"text",value:e.title,onChange:t=>{l(Object.assign(Object.assign({},e),{title:t.target.value}))},className:"w-full border border-slate-200 rounded-lg px-3 py-1.5 text-sm text-gray-900 shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-blue-400 transition"})}),a.jsx(Bc,{options:k,value:e.calendarId||"blue",onChange:t=>{l(Object.assign(Object.assign({},e),{calendarId:t}))}})]}),d?a.jsxs("div",{className:"mb-3",children:[a.jsx("div",{className:"text-xs text-gray-600 mb-1",children:"Date"}),a.jsx("div",{className:"text-xs text-gray-900 font-medium",children:mc(e.start,e.end)?`${Fc(e.start)} to ${Fc(e.end)}`:Fc(e.start)})]}):a.jsxs("div",{className:"mb-3",children:[a.jsx("div",{className:"text-xs text-gray-600 mb-1",children:"Time Range"}),a.jsx(hs,{value:[e.start,e.end],timeZone:ac(e.start)?Ql.Now.timeZoneId():null!==(s=e.start.timeZoneId)&&void 0!==s?s:e.start.timeZoneId,onChange:t=>{const[a,r]=t;l(Object.assign(Object.assign({},e),{start:a,end:r}))},onOk:t=>{const[a,r]=t;l(Object.assign(Object.assign({},e),{start:a,end:r}))}})]}),a.jsxs("div",{className:"mb-3",children:[a.jsx("span",{className:"block text-xs text-gray-600 mb-1",children:"Note"}),a.jsx("textarea",{value:null!==(p=e.description)&&void 0!==p?p:"",onChange:t=>l(Object.assign(Object.assign({},e),{description:t.target.value})),rows:3,className:"w-full border border-slate-200 rounded-lg px-3 py-2 text-sm text-gray-900 shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-blue-400 transition resize-none",placeholder:"Add a note..."})]}),a.jsxs("div",{className:"flex space-x-2",children:[d?a.jsx("button",{className:"px-2 py-1 bg-blue-100 text-blue-700 rounded hover:bg-blue-200 text-xs font-medium",onClick:()=>{const t=ac(e.start)?e.start:e.start.toPlainDate(),a=Ql.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:9,minute:0,timeZone:Ql.Now.timeZoneId()}),r=Ql.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:10,minute:0,timeZone:Ql.Now.timeZoneId()});l(Object.assign(Object.assign({},e),{allDay:!1,start:a,end:r}))},children:"Set as Timed Event"}):a.jsx("button",{className:"px-2 py-1 bg-blue-100 text-blue-700 rounded hover:bg-blue-200 text-xs font-medium",onClick:()=>{const t=ac(e.start)?e.start:e.start.toPlainDate();l(Object.assign(Object.assign({},e),{allDay:!0,start:t,end:t}))},children:"Set as All-day"}),a.jsx("button",{className:"px-2 py-1 bg-red-100 text-red-700 rounded hover:bg-red-200 text-xs font-medium",onClick:()=>c(e.id),children:"Delete"})]})]});if("undefined"==typeof window||"undefined"==typeof document)return null;const M=document.body;return M?r.createPortal(m,M):null},bs=({event:e,position:t,panelRef:n,isAllDay:h,eventVisibility:d,calendarRef:i,selectedEventElementRef:o,onEventUpdate:y,onEventDelete:l,onClose:c,contentRenderer:s})=>{const p=(()=>{var e;let a={};if("sticky-top"===d){const r=null===(e=i.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(r){const e=r.getBoundingClientRect().top+3-t.top;a=Object.assign({position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:e-6+"px",borderRight:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)")},t.isSunday?{right:"-6px"}:{left:"-6px"})}}else if("sticky-bottom"===d){const e=n.current;let r=200;if(e){const t=e.getBoundingClientRect(),a=window.getComputedStyle(e),n=parseInt(a.paddingBottom,10)||0,h=parseInt(a.borderBottomWidth,10)||0;r=t.height-n-h-6+11}a={position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:`${r}px`,left:t.isSunday?void 0:"-6px",right:t.isSunday?"-6px":void 0,borderRight:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)")}}else if(t&&o.current&&i.current){const e=o.current.getBoundingClientRect(),r=i.current.querySelector(".calendar-content");if(r){const h=r.getBoundingClientRect(),d=Math.max(e.top,h.top),i=Math.min(e.bottom,h.bottom),o=Math.max(0,i-d);let y;y=o===e.height?e.top+e.height/2:o>0?d+o/2:e.top+e.height/2;const l=y-t.top,c=n.current;let s=228;if(c){const e=c.getBoundingClientRect(),t=window.getComputedStyle(c),a=parseInt(t.paddingBottom,10)||0,r=parseInt(t.borderBottomWidth,10)||0;s=e.height-a-r+11}const p=12,k=Math.max(p,Math.min(s,l));a=Object.assign({position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:k-6+"px",borderRight:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)")},t.isSunday?{right:"-6px"}:{left:"-6px"})}}return a})(),k=a.jsxs("div",{ref:n,className:"fixed bg-white shadow-lg border border-gray-200 rounded-lg p-3",style:{top:`${t.top}px`,left:`${t.left}px`,zIndex:9999,pointerEvents:"auto",backgroundColor:"#ffffff"},children:[a.jsx("div",{style:p}),a.jsx(s,{event:e,isAllDay:h,onEventUpdate:y,onEventDelete:l,onClose:c})]});return r.createPortal(k,document.body)},js=({event:e,layout:n,isAllDay:h=!1,allDayHeight:d=28,calendarRef:i,isBeingDragged:o=!1,isDayView:y=!1,isMonthView:l=!1,isMultiDay:c=!1,segment:s,segmentIndex:p=0,hourHeight:k,firstHour:u,selectedEventId:v,detailPanelEventId:m,onMoveStart:M,onResizeStart:x,onEventUpdate:g,onEventDelete:f,newlyCreatedEventId:w,onDetailPanelOpen:b,onEventSelect:j,onDetailPanelToggle:H,customDetailPanelContent:z,customEventDetailDialog:q,multiDaySegmentInfo:V})=>{const[C,E]=t.useState(!1),T=c&&s?`${e.id}::${s.id}`:void 0!==(null==V?void 0:V.dayIndex)?`${e.id}::day-${V.dayIndex}`:e.id,A=m===T,[N,S]=t.useState(null),[I,L]=t.useState("visible"),Z=t.useRef(null),O=t.useRef(null),R=t.useRef(null),P=t.useRef(null),$=void 0!==v?v===e.id:C,Y=e=>{if(!i.current)return null;const t=i.current.getBoundingClientRect();if(l){const a=t.width/7,r=e-t.left,n=Math.floor(r/a);return Number.isFinite(n)?Math.max(0,Math.min(6,n)):null}const a=y?1:7,r=(t.width-80)/a,n=e-t.left-80,h=Math.floor(n/r);return Number.isFinite(h)?Math.max(0,Math.min(a-1,h)):null},F=e=>{if(!i.current)return null;const t=i.current.getBoundingClientRect();if(l){const a=t.width/7;return{left:t.left+e*a,width:a}}if(y){const e=t.width-80;return{left:t.left+80,width:e}}const a=(t.width-80)/7;return{left:t.left+80+e*a,width:a}},B=e=>{P.current=e},W=()=>{var t;if(null!==P.current)return P.current;if(m===T){const e=T.split("::"),t=e[e.length-1];if(t.startsWith("day-")){const e=Number(t.replace("day-",""));if(!Number.isNaN(e))return e}}return void 0!==(null==V?void 0:V.dayIndex)?V.dayIndex:s?s.startDayIndex:null!==(t=e.day)&&void 0!==t?t:0},U=t.useCallback(()=>{if(!R.current||!i.current||!O.current)return;const t=i.current.getBoundingClientRect(),a=W(),r=F(a);let n,h;if(r)n=r.left,h=r.width;else if(l)h=t.width/7,n=t.left+a*h;else{const e=80;h=(t.width-e)/7,n=t.left+e+a*h}const d=Math.min(window.innerWidth,t.right),o=Math.min(window.innerHeight,t.bottom);requestAnimationFrame(()=>{var r,h,p,v,m;if(!O.current)return;if(!R.current)return;const M=O.current.getBoundingClientRect(),x=M.width,g=M.height;let f,w,b;if("sticky-top"===I||"sticky-bottom"===I){const t=null===(r=i.current)||void 0===r?void 0:r.querySelector(".calendar-content");if(!t)return;const a=V?V.startHour:pc(e.start),n=V?V.endHour:Hc(e),d=(a-u)*k,o=Math.max((n-a)*k,k/4),y=t.getBoundingClientRect(),l=t.scrollTop,c=y.top+d-l,s=null===(h=Z.current)||void 0===h?void 0:h.getBoundingClientRect();if(!s)return;b={top:c,bottom:c+o,left:s.left,right:s.right,width:s.width,height:o,x:s.x,y:c,toJSON:()=>({})}}else b=R.current.getBoundingClientRect();if(l&&c&&s){const e=F(a),r=null!==(p=null==e?void 0:e.width)&&void 0!==p?p:t.width/7,n=null!==(v=null==e?void 0:e.left)&&void 0!==v?v:t.left+a*r,h=n+r;b={top:b.top,bottom:b.bottom,left:n,right:h,width:h-n,height:b.height,x:n,y:b.top,toJSON:()=>({})}}if(("sticky-top"===I||"sticky-bottom"===I)&&!l){const e=null!==(m=null==V?void 0:V.dayIndex)&&void 0!==m?m:W(),a=80,r=y?1:7,n=(t.width-a)/r,h=F(e),d=h?h.left:t.left+a+e*n,i=h?h.width:n,o=Math.max(0,y?b.width:i-3),l=y?b.left:d;b=Object.assign(Object.assign({},b),{left:l,right:l+o,width:o})}const j=d-b.right,D=b.left-t.left;f=j>=x+20?b.right+10:D>=x+20?b.left-x-10:j>D?Math.max(t.left+10,d-x-10):t.left+10;const H=b.top-g/2+b.height/2,z=Math.max(10,t.top+10),q=o-10;w=H<z?z:H+g>q?q-g:H,S(e=>e?Object.assign(Object.assign({},e),{top:w,left:f,isSunday:f<n}):null)})},[i,e.day,e.start,e.end,I,l,u,k,c,null==s?void 0:s.startDayIndex,null==s?void 0:s.endDayIndex,null==V?void 0:V.dayIndex,m,T]),_=t.useCallback(()=>{if(!C||!A||!Z.current||!i.current||h||l)return;const t=i.current.querySelector(".calendar-content");if(!t)return;const a=V?V.startHour:pc(e.start),r=V?V.endHour:Hc(e),n=(a-u)*k,d=n+Math.max((r-a)*k,k/4),o=t.getBoundingClientRect(),y=t.scrollTop;let c=d<y+6,s=n>y+o.height-6;const p=o.bottom<0,v=o.top>window.innerHeight;p?c=!0:v&&(s=!0),L(c?"sticky-top":s?"sticky-bottom":"visible"),U()},[C,A,i,h,l,pc(e.start),Hc(e),u,k,U,null==V?void 0:V.startHour,null==V?void 0:V.endHour,null==V?void 0:V.dayIndex,m,T]);t.useEffect(()=>{var e,t;if(!C||!A||h)return;const a=null===(e=i.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(!a)return;const r=()=>_(),n=()=>{_(),U()},d=[a];let o=null===(t=i.current)||void 0===t?void 0:t.parentElement;for(;o;){const e=window.getComputedStyle(o),t=e.overflowY,a=e.overflowX;"auto"!==t&&"scroll"!==t&&"auto"!==a&&"scroll"!==a||d.push(o),o=o.parentElement}return d.forEach(e=>{e.addEventListener("scroll",r)}),window.addEventListener("scroll",r,!0),window.addEventListener("resize",n),_(),()=>{d.forEach(e=>{e.removeEventListener("scroll",r)}),window.removeEventListener("scroll",r,!0),window.removeEventListener("resize",n)}},[C,A,h,_,U,i,I]),t.useEffect(()=>{if(!$&&!A)return;const e=e=>{var t,a;const r=e.target,n=null===(t=Z.current)||void 0===t?void 0:t.contains(r),h=null===(a=O.current)||void 0===a?void 0:a.contains(r),d=r.closest("[data-event-detail-dialog]"),i=r.closest("[data-rangepicker-popup]");A?n||h||d||i||(j&&j(null),B(null),E(!1),null==H||H(null)):$&&!n&&(j&&j(null),B(null),E(!1),null==H||H(null))};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[$,A,j,H]),t.useEffect(()=>{c&&s&&!s.isFirstSegment||w!==e.id||A||setTimeout(()=>{var t,a;if(Z.current){let r=Z.current;if(c){const e=Z.current.querySelector("div");e&&(r=e)}c?s?B(s.startDayIndex):void 0!==(null==V?void 0:V.dayIndex)?B(V.dayIndex):B(null!==(t=e.day)&&void 0!==t?t:null):B(null!==(a=e.day)&&void 0!==a?a:null),R.current=r,E(!0),null==H||H(T),S({top:-9999,left:-9999,eventHeight:0,eventMiddleY:0,isSunday:!1}),requestAnimationFrame(()=>{U()})}null==b||b()},150)},[w,e.id,A,b,U,c,s,H,T]);const G=()=>s?a.jsx(fs,{segment:s,segmentIndex:null!=p?p:0,isDragging:o||$,isSelected:$,onMoveStart:M||(()=>{}),onResizeStart:x}):null,X=()=>{if(c&&s){const{segmentType:e}=s;if("single"===e||"start"===e)return K;if("start-week-end"===e)return"rounded-l-xl rounded-r-none my-0.5";if("end"===e||"end-week-start"===e)return"rounded-r-xl rounded-l-none my-0.5";if("middle"===e)return"rounded-none my-0.5"}return K},ae=e.calendarId||"blue";return a.jsxs(a.Fragment,{children:[a.jsx("div",{ref:Z,"data-event-id":e.id,className:l?`\n ${J}\n ${h?X():"rounded-sm"}\n `:`\n ${J}\n shadow-sm\n ${h?X():"rounded-sm"}\n `,style:Object.assign(Object.assign({},(()=>{var t,a,r,v,m,M;if(l)return{opacity:o?.3:1,zIndex:$||A?1e3:1};if(h){const e={height:d-4+"px",opacity:o?.3:1,zIndex:$||A?1e3:1},t=p*d;if(Object.assign(e,{top:`${t}px`}),y)Object.assign(e,{width:"100%",left:"0px",right:"2px"});else if(c&&s){const t=(s.endDayIndex-s.startDayIndex+1)/7*100,a=s.startDayIndex/7*100,r=2,n=s.isFirstSegment?r:0,h=n+(s.isLastSegment?r:0);Object.assign(e,{width:h>0?`calc(${t}% - ${h}px)`:`${t}%`,left:n>0?`calc(${a}% + ${n}px)`:`${a}%`,position:"absolute",pointerEvents:"auto"})}else Object.assign(e,{width:"calc(100% - 3px)",left:"0px",position:"relative"});return e}const x=V?V.startHour:pc(e.start),g=V?V.endHour:Hc(e),f={top:`${(x-u)*k+3}px`,height:Math.max((g-x)*k,k/4)-4+"px",position:"absolute",opacity:o?.3:1,zIndex:$||A?1e3:null!==(t=null==n?void 0:n.zIndex)&&void 0!==t?t:1};if($&&A&&("sticky-top"===I||"sticky-bottom"===I)){const e=null===(a=i.current)||void 0===a?void 0:a.getBoundingClientRect();if(e){const t=null!==(r=null==V?void 0:V.dayIndex)&&void 0!==r?r:W(),a=80,n=y?1:7;let h=(e.width-a)/n,d=e.left+a+t*h;l&&(h=e.width/7,d=e.left+t*h);const o=F(t);o&&(d=o.left,h=o.width);let c=null===(v=i.current)||void 0===v?void 0:v.querySelector(".calendar-content");c||(c=null===(m=i.current)||void 0===m?void 0:m.querySelector(".calendar-renderer"));const s=null==c?void 0:c.getBoundingClientRect(),p=null===(M=Z.current)||void 0===M?void 0:M.getBoundingClientRect(),k=null==p?void 0:p.left,u=null==p?void 0:p.width;if("sticky-top"===I){let t=s?s.top:e.top;return t=Math.max(t,0),t=Math.max(t,e.top),t=Math.min(t,e.bottom-6),t=Math.min(t,window.innerHeight-6),{position:"fixed",top:`${t}px`,left:`${y?k:d}px`,width:`${y?u:h-3}px`,height:"6px",zIndex:1e3,overflow:"hidden"}}let x=s?s.bottom:e.bottom;return x=Math.min(x,window.innerHeight),x=Math.min(x,e.bottom),x=Math.max(x,e.top+6),x=Math.max(x,6),{position:"fixed",top:x-6+"px",left:`${y?k:d}px`,width:`${y?u:h-3}px`,height:"6px",zIndex:1e3,overflow:"hidden"}}}return n&&!h?Object.assign(Object.assign({},f),{left:`${n.left}%`,width:n.width-1+"%",right:"auto"}):Object.assign(Object.assign({},f),{left:"0px",right:"3px"})})()),$?{backgroundColor:gc(ae),color:"#fff"}:{backgroundColor:Mc(ae),color:xc(ae)}),onClick:t=>{var a,r;if(t.preventDefault(),t.stopPropagation(),c)if(s){const e=Y(t.clientX);if(null!==e){const t=Math.min(Math.max(e,s.startDayIndex),s.endDayIndex);B(t)}else B(s.startDayIndex)}else void 0!==(null==V?void 0:V.dayIndex)?B(V.dayIndex):B(null!==(a=e.day)&&void 0!==a?a:null);else B(null!==(r=e.day)&&void 0!==r?r:null);j?j(e.id):E(!0),null==H||H(null),S(null)},onDoubleClick:t=>{var a,r;t.preventDefault(),t.stopPropagation();let n=t.currentTarget;if(c){const e=n.querySelector("div");e&&(n=e)}if(R.current=n,c)if(s){const e=Y(t.clientX);if(null!==e){const t=Math.min(Math.max(e,s.startDayIndex),s.endDayIndex);B(t)}else B(s.startDayIndex)}else void 0!==(null==V?void 0:V.dayIndex)?B(V.dayIndex):B(null!==(a=e.day)&&void 0!==a?a:null);else B(null!==(r=e.day)&&void 0!==r?r:null);new Promise(t=>{if(!i.current||h||l)return void t();const a=i.current.querySelector(".calendar-content");if(!a)return void t();const r=V?V.startHour:pc(e.start),n=V?V.endHour:Hc(e),d=(r-u)*k,o=d+Math.max((n-r)*k,k/4),y=a.scrollTop,c=a.clientHeight;if(d>=y&&o<=y+c)return void t();const s=((r+n)/2-u)*k-c/2,p=a.scrollHeight-c,v=Math.max(0,Math.min(p,s));a.scrollTo({top:v,behavior:"smooth"}),setTimeout(()=>{t()},300)}).then(()=>{E(!0),null==H||H(T),S({top:-9999,left:-9999,eventHeight:0,eventMiddleY:0,isSunday:!1}),requestAnimationFrame(()=>{U()})})},onMouseDown:M?t=>{var a;if(V){const r=Object.assign(Object.assign({},e),{day:null!==(a=V.dayIndex)&&void 0!==a?a:e.day,_segmentInfo:V});M(t,r)}else M(t,e)}:void 0,children:l?c&&s?G():e.allDay?c?G():a.jsxs("div",{className:"text-xs px-1 mb-0.5 rounded truncate cursor-pointer flex items-center",children:[e.title.toLowerCase().includes("easter")||e.title.toLowerCase().includes("holiday")?a.jsx("span",{className:`inline-block ${pe} flex-shrink-0 ${$?"text-yellow-200":"text-yellow-600"}`,children:"⭐"}):a.jsx(D,{className:`${te} ${$?"text-white":""}`}),a.jsx("span",{className:"truncate "+($?"text-white":""),children:e.title})]}):(()=>{const t=`${Math.floor(pc(e.start)).toString().padStart(2,"0")}:${Math.round(pc(e.start)%1*60).toString().padStart(2,"0")}`;return a.jsxs("div",{className:"text-xs mb-0.5 cursor-pointer flex items-center justify-between",children:[a.jsxs("div",{className:"flex items-center flex-1 min-w-0",children:[a.jsx("span",{style:{backgroundColor:fc(e.calendarId||"blue")},className:`inline-block w-[3px] h-3 ${pe} flex-shrink-0 rounded-full`}),a.jsx("span",{className:"truncate "+($?"text-white":""),children:e.title})]}),a.jsx("span",{className:`${le} ml-1 flex-shrink-0 ${$?"text-white":""}`,style:$?void 0:{opacity:.8},children:t})]})})():e.allDay?a.jsxs("div",{className:"h-full flex items-center overflow-hidden pl-3 px-1 py-0 relative group",children:[x&&a.jsx("div",{className:"resize-handle absolute left-0 top-0 bottom-0 w-1 cursor-ew-resize opacity-0 group-hover:opacity-100 transition-opacity z-20",onMouseDown:t=>{t.preventDefault(),t.stopPropagation(),x(t,e,"left")},onClick:e=>{e.preventDefault(),e.stopPropagation()}}),a.jsx(D,{className:te}),a.jsx("div",{className:`${Q} pr-1`,style:{lineHeight:"1.2"},children:e.title}),x&&a.jsx("div",{className:"resize-handle absolute right-0 top-0 bottom-0 w-1 cursor-ew-resize opacity-0 group-hover:opacity-100 transition-opacity z-20",onMouseDown:t=>{t.preventDefault(),t.stopPropagation(),x(t,e,"right")},onClick:e=>{e.preventDefault(),e.stopPropagation()}})]}):(()=>{const t=V?V.startHour:pc(e.start),r=V?V.endHour:Hc(e),n=r-t,h=!V||V.isFirst,d=!V||V.isLast;return a.jsxs(a.Fragment,{children:[a.jsx("div",{className:ee,style:{backgroundColor:fc(e.calendarId||"blue")}}),a.jsxs("div",{className:"h-full flex flex-col overflow-hidden pl-3 "+(Hc(e)-pc(e.start)<=.25?"px-1 py-0":"p-1"),children:[a.jsx("div",{className:`${Q} pr-1`,style:{lineHeight:n<=.25?"1.2":"normal"},children:e.title}),n>.5&&a.jsx("div",{className:"text-xs opacity-80 truncate",children:V?`${bc(t)} - ${bc(r)}`:jc(e)})]}),x&&a.jsxs(a.Fragment,{children:[h&&a.jsx("div",{className:"absolute top-0 left-0 w-full h-1.5 cursor-ns-resize z-10 rounded-t-sm",onMouseDown:t=>x(t,e,"top")}),d&&a.jsx("div",{className:"absolute bottom-0 left-0 w-full h-1.5 cursor-ns-resize z-10 rounded-b-sm",onMouseDown:t=>x(t,e,"bottom")}),!h&&d&&V&&a.jsx("div",{className:"resize-handle absolute right-0 top-0 bottom-0 w-1 cursor-ew-resize opacity-0 hover:opacity-100 transition-opacity z-20 bg-blue-500",onMouseDown:t=>{t.preventDefault(),t.stopPropagation(),x(t,e,"right")},onClick:e=>{e.preventDefault(),e.stopPropagation()}})]})]})})()}),A&&a.jsx("div",{style:{position:"fixed",top:0,left:0,right:0,bottom:0,zIndex:9998,pointerEvents:"none"}}),(()=>{if(!A)return null;const t=()=>{j&&j(null),B(null),E(!1),null==H||H(null)};if(q){const n=q,d={event:e,isOpen:A,isAllDay:h,onEventUpdate:g,onEventDelete:f,onClose:t};if("undefined"==typeof window||"undefined"==typeof document)return null;const i=document.body;return i?r.createPortal(a.jsx(n,Object.assign({},d)),i):null}return N?z?a.jsx(bs,{event:e,position:N,panelRef:O,isAllDay:h,eventVisibility:I,calendarRef:i,selectedEventElementRef:R,onEventUpdate:g,onEventDelete:f,onClose:t,contentRenderer:z}):a.jsx(ws,{event:e,position:N,panelRef:O,isAllDay:h,eventVisibility:I,calendarRef:i,selectedEventElementRef:R,onEventUpdate:g,onEventDelete:f,onClose:t}):null})()]})};function Ds(e){return Object.assign(Object.assign({},e),{parentId:void 0,children:[],_startHour:e.allDay?0:pc(e.start),_endHour:e.allDay?0:Hc(e)})}function Hs(e){var t;return null!==(t=e._startHour)&&void 0!==t?t:pc(e.start)}function zs(e){var t;return null!==(t=e._endHour)&&void 0!==t?t:Hc(e)}const qs=.25,Vs=.5,Cs=25,Es=1,Ts=.9;class As{static getIndentStepPercent(e){return"day"===e?.5:2.5}static calculateDayEventLayouts(e,t={}){const a=e.map(Ds);this.clearAllParentChildRelations(a);const r=new Map,n=a.filter(e=>!e.allDay);if(0===n.length)return r;const h=this.groupOverlappingEvents(n);for(let e=0;e<h.length;e++){const a=h[e];1===a.length?this.setSingleEventLayout(a[0],r):this.calculateComplexGroupLayout(a,r,t)}return r}static clearAllParentChildRelations(e){for(const t of e)t.parentId=void 0,t.children=[]}static setParentChildRelation(e,t){t.parentId=e.id,e.children.includes(t.id)||e.children.push(t.id)}static eventsOverlap(e,t){return e.day===t.day&&!e.allDay&&!t.allDay&&(Hs(e)<zs(t)&&Hs(t)<zs(e))}static groupOverlappingEvents(e){const t=[],a=new Set;for(const r of e){if(a.has(r.id))continue;const n=[r],h=[r];for(a.add(r.id);h.length>0;){const t=h.shift();for(const r of e)a.has(r.id)||this.eventsOverlap(t,r)&&(n.push(r),h.push(r),a.add(r.id))}t.push(n)}return t}static setSingleEventLayout(e,t){t.set(e.id,{id:e.id,left:0,width:100-Ts,zIndex:0,level:0,isPrimary:!0,indentOffset:0,importance:1})}static calculateComplexGroupLayout(e,t,a={}){const r=[...e].sort((e,t)=>{const a=Hs(e),r=Hs(t);if(a!==r)return a-r;return zs(t)-Hs(t)-(zs(e)-Hs(e))}),n=this.analyzeParallelGroups(r),h=this.buildNestedStructure(n,e);this.calculateLayoutFromStructure(h,t,a)}static analyzeParallelGroups(e){const t=[],a=new Set;for(const r of e){if(a.has(r.id))continue;const n=[r];a.add(r.id);for(const t of e){if(a.has(t.id))continue;Math.abs(Hs(r)-Hs(t))<=qs&&(n.push(t),a.add(t.id))}n.sort((e,t)=>Hs(e)-Hs(t));const h={events:n,startHour:Math.min(...n.map(e=>Hs(e))),endHour:Math.max(...n.map(e=>zs(e)))};t.push(h)}return t.sort((e,t)=>e.startHour-t.startHour),t}static shouldBeParallel(e,t){if(!this.eventsOverlap(e,t))return!1;const a=Math.abs(Hs(e)-Hs(t));if(a<=qs)return!0;if(a>qs&&a<Vs)return!0;return!!this.checkExtendedEventParallel(e,t)}static checkExtendedEventParallel(e,t){return!!this.eventsOverlap(e,t)&&(!!this.isExtendedEventParallel(e,t)||!!this.isExtendedEventParallel(t,e))}static isExtendedEventParallel(e,t){const a=zs(e)-Hs(e);if(a<1.25)return!1;const r=Hs(e)+.4*a,n=Hs(t)>=r,h=this.eventsOverlap(e,t);return n&&h}static buildNestedStructure(e,t){const a=[],r=new Map,n=new Map;t.forEach(e=>n.set(e.id,e));for(const t of e)for(const e of t.events){const t={event:n.get(e.id),children:[],parent:null,depth:0,isProcessed:!1};a.push(t),r.set(e.id,t)}for(let a=0;a<e.length;a++){const h=e[a],d=h.events.map(e=>n.get(e.id));let i=!1;for(let o=a-1;o>=0&&!i;o--){const a=e[o],y=a.events.map(e=>n.get(e.id)),l={events:y,startHour:a.startHour,endHour:a.endHour};if(this.canGroupContain(l,{events:d,startHour:h.startHour,endHour:h.endHour})){const e=this.optimizeChildAssignments(d,l,t);for(const t of e){const e=r.get(t.child.id),a=r.get(t.parent.id);e.parent=a,e.depth=a.depth+1,a.children.push(e)}i=!0}}}const h=a.filter(e=>null===e.parent);return h.forEach(e=>{e.depth=0}),this.rebalanceLoadByGroups(e,a),h}static findAlternateBranchRoot(e,t,a){const r=a.get(e.id);if(!r)return null;let n=r;for(;n.parent&&n.depth>1;)n=n.parent;if(1!==n.depth)return null;const h=n.parent;if(!h)return null;const d=h.children.filter(e=>1===e.depth&&e.event.id!==n.event.id);let i=1/0,o=null;for(const e of d){const t=this.calculateBranchLoad(e);t<i&&(i=t,o=e)}return o?o.event:null}static calculateBranchLoad(e){let t=0;function a(e){t++;for(const t of e.children)a(t)}for(const t of e.children)a(t);return t}static canGroupContain(e,t){const a=t.startHour-e.startHour;if(this.checkLoadBalanceParallel(e,t))return!1;if(a<Vs)return!1;let r=!1;for(const a of e.events){for(const e of t.events)if(this.canEventContain(a,e)){r=!0;break}if(r)break}return r}static checkLoadBalanceParallel(e,t){for(const a of e.events)for(const e of t.events){if(!this.eventsOverlap(a,e))continue;const t=Math.abs(Hs(e)-Hs(a));if(t<=qs)return!0;if(t>qs&&t<Vs)return!0}return!1}static canEventContain(e,t){const a=Hs(e)<=Hs(t)&&zs(e)>=zs(t),r=Hs(e)<=Hs(t)&&Hs(t)<zs(e)&&this.eventsOverlap(e,t);return a||r}static optimizeChildAssignments(e,t,a){const r=[];if(1===e.length){const n=this.findBestParentInGroup(e[0],t,a);return n&&(r.push({child:e[0],parent:n}),this.setParentChildRelation(n,e[0])),r}if(1===t.events.length){const a=t.events[0];for(const t of e)this.canEventContain(a,t)&&(r.push({child:t,parent:a}),this.setParentChildRelation(a,t));return r}const n=t.events.filter(t=>e.every(e=>this.canEventContain(t,e)));if(0===n.length){for(const n of e){const h=this.findBestParentInGroup(n,t,a);if(h)r.push({child:n,parent:h}),this.setParentChildRelation(h,n);else{const t=e.find(e=>e.id!==n.id&&this.eventsOverlap(e,n));if(t){const e=this.buildTempNodeMap(a),h=this.findAlternateBranchRoot(t,Array.from(e.values()),e);h&&(r.push({child:n,parent:h}),this.setParentChildRelation(h,n))}}}return r}const h=[...e].sort((e,t)=>{const a=zs(e)-Hs(e);return zs(t)-Hs(t)-a});if(h.length%n.length===0){const e=h.length/n.length;for(let t=0;t<n.length;t++){const a=n[t],d=h.slice(t*e,(t+1)*e);for(const e of d)r.push({child:e,parent:a}),this.setParentChildRelation(a,e)}return r}for(let e=0;e<h.length;e++){const t=h[e],a=this.findParentWithMinLoadFromEvents(t,n,h);a&&(r.push({child:t,parent:a}),this.setParentChildRelation(a,t))}return r}static buildTempNodeMap(e){const t=new Map;for(const a of e){const e={event:a,children:[],parent:null,depth:0,isProcessed:!1};t.set(a.id,e)}for(const a of e)if(a.parentId){const e=t.get(a.id),r=t.get(a.parentId);e&&r&&(e.parent=r,e.depth=r.depth+1,r.children.push(e))}return t}static findParentWithMinLoadFromEvents(e,t,a){if(0===t.length)return null;let r=1/0,n=[];for(const e of t){const t=e.children.length;t<r?(r=t,n=[e]):t===r&&n.push(e)}const h=n.map(e=>e.children).flat(),d=zs(e)-Hs(e),i=d>Math.max(...h.map(e=>{const t=a.find(t=>t.id===e);return t?zs(t)-Hs(t):0}));a.every(e=>zs(e)-Hs(e)===d);return i?n[0]:n[n.length-1]}static findBestParentInGroup(e,t,a){const r=t.events.filter(t=>this.canEventContain(t,e));if(0===r.length)return null;if(1===r.length)return r[0];const n=r.map(e=>({parent:e,load:e.children.length,hasParallelSibling:!1}));for(const t of n)for(const r of t.parent.children){const n=a.find(e=>e.id===r);if(n&&this.shouldBeParallel(e,n)){t.hasParallelSibling=!0;break}}n.sort((t,a)=>{if(t.load!==a.load)return t.load-a.load;if(t.hasParallelSibling!==a.hasParallelSibling)return t.hasParallelSibling?-1:1;if(t.load!==a.load)return t.load-a.load;return Math.abs(Hs(e)-Hs(t.parent))-Math.abs(Hs(e)-Hs(a.parent))});return n[0].parent}static calculateLayoutFromStructure(e,t,a={}){const r=100-Ts;if(1===e.length)this.calculateNodeLayoutWithVirtualParallel(e[0],0,r,t,a);else{const n=e.length,h=(r-Es*(n-1))/n;e.forEach((e,r)=>{const n=r*(h+Es);this.calculateNodeLayoutWithVirtualParallel(e,n,Math.max(h,Cs),t,a)})}}static calculateNodeLayoutWithVirtualParallel(e,t,a,r,n={}){let h=e.depth*this.getIndentStepPercent(n.viewType);if(e.isProcessed){const t=this.findBranchRootIndent(e,n.viewType);null!==t&&(h=t)}let d=0;const i="day"===n.viewType;1===e.depth?d=i?.5:1.5:2===e.depth?d=i?-.01:-1:e.depth>=3&&(d=i?.55:-3.5);const o=t+h+d;let y=a-(h+d);if(o+y>t+a&&(y=t+a-o,console.warn(`⚠️ ${e.event.title}'s width exceeds parent event range, adjusted to: ${y.toFixed(1)}%`)),r.set(e.event.id,{id:e.event.id,left:o,width:y,zIndex:e.depth,level:e.depth,isPrimary:0===e.depth,indentOffset:h*(n.containerWidth||320)/100,importance:this.calculateEventImportance(e.event)}),0===e.children.length)return;const l=[...e.children].sort((e,t)=>{const a=zs(e.event)-Hs(e.event);return zs(t.event)-Hs(t.event)-a});if(1===l.length)this.calculateNodeLayoutWithVirtualParallel(l[0],o,y,r,n);else{const e=this.shouldChildrenBeParallel(l.map(e=>e.event));e?this.calculateParallelChildrenLayout(l,o,y,r,n):l.forEach(e=>{this.calculateNodeLayoutWithVirtualParallel(e,o,y,r,n)})}}static calculateParallelChildrenLayout(e,t,a,r,n={}){const h=e.length,d=e[0].depth,i=d*this.getIndentStepPercent(n.viewType);let o;const y="day"===n.viewType;o=1===d?y?.5:1.5:2===d?y?-.01:-1:y?.55:-3.5;const l=t+i+o,c=a-(i+o);if(c<=0)return void e.forEach(e=>{this.calculateNodeLayoutWithVirtualParallel(e,t,a,r,n)});let s;s=1===d?Es*(y?.15:.3):Es*(y?.1:.2);const p=(c-s*(h-1))/h;e.forEach((e,t)=>{const a=l+t*(p+s);if(r.set(e.event.id,{id:e.event.id,left:a,width:p,zIndex:e.depth,level:e.depth,isPrimary:0===e.depth,indentOffset:i*(n.containerWidth||320)/100,importance:this.calculateEventImportance(e.event)}),e.children.length>0){const t=[...e.children].sort((e,t)=>{const a=zs(e.event)-Hs(e.event);return zs(t.event)-Hs(t.event)-a});if(1===t.length)this.calculateNodeLayoutWithVirtualParallel(t[0],a,p,r,n);else{const e=this.shouldChildrenBeParallel(t.map(e=>e.event));e?this.calculateParallelChildrenLayout(t,a,p,r,n):t.forEach(e=>{this.calculateNodeLayoutWithVirtualParallel(e,a,p,r,n)})}}})}static findBranchRootIndent(e,t){let a=e;for(;a.parent&&a.parent.depth>0;)a=a.parent;if(1===a.depth){return a.depth*this.getIndentStepPercent(t)}return null}static shouldChildrenBeParallel(e){if(e.length<2)return!1;for(let t=0;t<e.length;t++)for(let a=t+1;a<e.length;a++)if(this.shouldBeParallel(e[t],e[a]))return!0;return!1}static calculateEventImportance(e){const t=zs(e)-Hs(e);return Math.max(.1,Math.min(1,t/4))}static countDescendants(e){let t=0;for(const a of e.children)t+=1+this.countDescendants(a);return t}static findTransferableLeaf(e,t){const a=[];return this.collectLeaves(e,a),a.find(e=>this.canEventContain(t.event,e.event))||a[0]}static collectLeaves(e,t){0===e.children.length?t.push(e):e.children.forEach(e=>this.collectLeaves(e,t))}static transferNode(e,t){e.parent&&(e.parent.children=e.parent.children.filter(t=>t!==e));const a=t.children;let r=null;for(const t of a){if(this.shouldBeParallel(e.event,t.event))break;if(this.canEventContain(t.event,e.event)){r=t;break}}r?(e.parent=r,e.depth=r.depth+1,r.children.push(e),this.setParentChildRelation(r.event,e.event)):(e.parent=t,e.depth=t.depth+1,t.children.push(e),this.setParentChildRelation(t.event,e.event))}static calculateParentLoads(e,t){var a,r;const n=[],h=null===(r=null===(a=e[0])||void 0===a?void 0:a.parent)||void 0===r?void 0:r.depth;if(void 0===h)return n;const d=t.filter(e=>e.depth===h);for(const e of d){const t=this.countDescendants(e);n.push({node:e,load:t})}return n.sort((e,t)=>t.load-e.load),n}static needsRebalancing(e){if(e.length<2)return!1;return e[0].load-e[e.length-1].load>=2}static rebalanceGroupLoad(e){let t=0;for(;t<5;){e.sort((e,t)=>t.load-e.load);const a=e[0],r=e[e.length-1];if(a.load-r.load<2)break;const n=this.findTransferableLeaf(a.node,r.node);if(!n)break;this.transferNode(n,r.node),a.load--,r.load++,t++}}static rebalanceLoadByGroups(e,t){for(let a=e.length-1;a>=1;a--){const r=e[a].events.map(e=>t.find(t=>t.event.id===e.id)),n=this.calculateParentLoads(r,t);this.needsRebalancing(n)&&this.rebalanceGroupLoad(n)}}}const Ns={HOUR_HEIGHT:72,FIRST_HOUR:0,LAST_HOUR:24,MIN_DURATION:.25,TIME_COLUMN_WIDTH:80,ALL_DAY_HEIGHT:28,getLineColor:e=>({blue:"#3b82f6",green:"#10b981",purple:"#8b5cf6",yellow:"#f59e0b",red:"#ef4444",orange:"#f97316",pink:"#ec4899",teal:"#14b8a6",indigo:"#6366f1"}[e]||"#6b7280"),getDynamicPadding:e=>e.endHour-e.startHour<=.25?"px-1 py-0":"p-1"};var Ss,Is,Ls,Zs,Os,Rs,Ps,$s,Ys,Fs,Bs,Ws,Us,_s,Gs,Xs,Js,Ks,Qs,ep,tp,ap,rp,np,hp,dp,ip,op,yp,lp,cp="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function sp(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function pp(){if(Is)return Ss;return Is=1,Ss=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}}function kp(){if(Rs)return Os;Rs=1;var e=function(){if(Zs)return Ls;Zs=1;var e="object"==typeof cp&&cp&&cp.Object===Object&&cp;return Ls=e}(),t="object"==typeof self&&self&&self.Object===Object&&self,a=e||t||Function("return this")();return Os=a}function up(){if(Ws)return Bs;Ws=1;var e=function(){if(Fs)return Ys;Fs=1;var e=/\s/;return Ys=function(t){for(var a=t.length;a--&&e.test(t.charAt(a)););return a}}(),t=/^\s+/;return Bs=function(a){return a?a.slice(0,e(a)+1).replace(t,""):a}}function vp(){if(_s)return Us;_s=1;var e=kp().Symbol;return Us=e}function mp(){if(ep)return Qs;ep=1;var e=vp(),t=function(){if(Xs)return Gs;Xs=1;var e=vp(),t=Object.prototype,a=t.hasOwnProperty,r=t.toString,n=e?e.toStringTag:void 0;return Gs=function(e){var t=a.call(e,n),h=e[n];try{e[n]=void 0;var d=!0}catch(e){}var i=r.call(e);return d&&(t?e[n]=h:delete e[n]),i}}(),a=function(){if(Ks)return Js;Ks=1;var e=Object.prototype.toString;return Js=function(t){return e.call(t)}}(),r=e?e.toStringTag:void 0;return Qs=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":r&&r in Object(e)?t(e):a(e)}}function Mp(){if(np)return rp;np=1;var e=mp(),t=ap?tp:(ap=1,tp=function(e){return null!=e&&"object"==typeof e});return rp=function(a){return"symbol"==typeof a||t(a)&&"[object Symbol]"==e(a)}}function xp(){if(op)return ip;op=1;var e=pp(),t=function(){if($s)return Ps;$s=1;var e=kp();return Ps=function(){return e.Date.now()}}(),a=function(){if(dp)return hp;dp=1;var e=up(),t=pp(),a=Mp(),r=/^[-+]0x[0-9a-f]+$/i,n=/^0b[01]+$/i,h=/^0o[0-7]+$/i,d=parseInt;return hp=function(i){if("number"==typeof i)return i;if(a(i))return NaN;if(t(i)){var o="function"==typeof i.valueOf?i.valueOf():i;i=t(o)?o+"":o}if("string"!=typeof i)return 0===i?i:+i;i=e(i);var y=n.test(i);return y||h.test(i)?d(i.slice(2),y?2:8):r.test(i)?NaN:+i}}(),r=Math.max,n=Math.min;return ip=function(h,d,i){var o,y,l,c,s,p,k=0,u=!1,v=!1,m=!0;if("function"!=typeof h)throw new TypeError("Expected a function");function M(e){var t=o,a=y;return o=y=void 0,k=e,c=h.apply(a,t)}function x(e){var t=e-p;return void 0===p||t>=d||t<0||v&&e-k>=l}function g(){var e=t();if(x(e))return f(e);s=setTimeout(g,function(e){var t=d-(e-p);return v?n(t,l-(e-k)):t}(e))}function f(e){return s=void 0,m&&o?M(e):(o=y=void 0,c)}function w(){var e=t(),a=x(e);if(o=arguments,y=this,p=e,a){if(void 0===s)return function(e){return k=e,s=setTimeout(g,d),u?M(e):c}(p);if(v)return clearTimeout(s),s=setTimeout(g,d),M(p)}return void 0===s&&(s=setTimeout(g,d)),c}return d=a(d)||0,e(i)&&(u=!!i.leading,l=(v="maxWait"in i)?r(a(i.maxWait)||0,d):l,m="trailing"in i?!!i.trailing:m),w.cancel=function(){void 0!==s&&clearTimeout(s),k=0,o=p=y=s=void 0},w.flush=function(){return void 0===s?c:f(t())},w},ip}var gp=sp(function(){if(lp)return yp;lp=1;var e=xp(),t=pp();return yp=function(a,r,n){var h=!0,d=!0;if("function"!=typeof a)throw new TypeError("Expected a function");return t(n)&&(h="leading"in n?!!n.leading:h,d="trailing"in n?!!n.trailing:d),e(a,r,{leading:h,maxWait:r,trailing:d})}}());const fp={renderAllDayContent:({title:e,color:t})=>a.jsxs("div",{className:"h-full flex items-center overflow-hidden pl-3 pt-1",children:[a.jsx(D,{className:"h-3 w-3 mr-1 text-white"}),a.jsx("div",{className:"font-medium text-xs truncate pr-1 text-white",children:e})]}),renderRegularContent:({drag:e,title:t,layout:r,formatTime:n,getLineColor:h,getDynamicPadding:d,color:i})=>a.jsxs(a.Fragment,{children:[a.jsx("div",{className:ee,style:{backgroundColor:h(i||"blue")}}),a.jsxs("div",{className:`h-full flex flex-col overflow-hidden pl-3 ${d(e)}`,children:[a.jsx("div",{className:"font-medium text-xs truncate pr-1",style:{lineHeight:e.endHour-e.startHour<=.25?"1.2":"normal"},children:t}),!e.allDay&&e.endHour-e.startHour>.5&&a.jsxs("div",{className:"text-xs truncate time-display",children:[n(e.startHour)," - ",n(e.endHour)]})]})]}),renderDefaultContent:({drag:e,title:t,allDay:r})=>r?a.jsxs("div",{className:"h-full flex items-center overflow-hidden pl-3 px-1 py-0",children:[a.jsx("svg",{className:"h-3 w-3 mr-1",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:a.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 002 2z"})}),a.jsx("div",{className:"font-medium text-xs truncate pr-1",style:{lineHeight:1.2},children:t})]}):a.jsxs(a.Fragment,{children:[a.jsx("div",{className:"absolute left-0.5 top-1 bottom-1 w-0.5 rounded-full bg-blue-600"}),a.jsx("div",{className:"h-full flex flex-col overflow-hidden pl-3 p-1",children:a.jsx("div",{className:"font-medium text-xs truncate pr-1 text-blue-900",children:t})})]})},wp=({drag:e,color:t,title:r,layout:n,allDay:h,formatTime:d,getLineColor:i,getDynamicPadding:o,renderer:y=fp})=>{const l=r||(h?"New All-day Event":"New Event");return a.jsx("div",{className:"drag-indicator-content",children:t?h?y.renderAllDayContent({drag:e,color:t,title:l,layout:n,allDay:h,formatTime:d,getLineColor:i,getDynamicPadding:o}):y.renderRegularContent({drag:e,color:t,title:l,layout:n,allDay:h,formatTime:d,getLineColor:i,getDynamicPadding:o}):y.renderDefaultContent({drag:e,color:t,title:l,layout:n,allDay:h,formatTime:d,getLineColor:i,getDynamicPadding:o})})},bp=({event:e,isCreating:t,isMultiDay:r=!1,startDate:n,endDate:h})=>{const d=(()=>{if(t)return{title:"New Event",icon:a.jsx(H,{className:"h-3 w-3"}),showDateRange:!1};if(r&&n&&h){const t=cc(n,h)+1;return{title:e.title.replace(/ \(\d+天\)$/,""),showDateRange:!0,duration:t}}return{title:e.title,showDateRange:!1}})();return a.jsxs("div",{className:"flex items-center space-x-2 text-white text-xs font-medium rounded-sm",children:[a.jsx("div",{className:"flex-shrink-0",children:d.icon}),a.jsx("div",{className:"flex-1 min-w-0",children:a.jsx("div",{className:"truncate font-medium",children:d.title})})]})},jp=e=>{const a=t.useMemo(()=>Object.assign(Object.assign({},Ns),e),[e]),{viewType:r}=a,h=r===exports.ViewType.MONTH,d=(e=>{const{calendarRef:a,allDayRowRef:r,viewType:n,HOUR_HEIGHT:h=72,FIRST_HOUR:d=0,LAST_HOUR:i=24,TIME_COLUMN_WIDTH:o=80}=e,y=n===exports.ViewType.MONTH,l=n===exports.ViewType.WEEK,c=t.useCallback(e=>{if(y||!a.current)return d;const t=a.current.querySelector(".calendar-content");if(!t)return d;const r=t.getBoundingClientRect(),n=t.scrollTop,o=window.getComputedStyle(t),l=parseInt(o.paddingTop,10)||0,c=(e-r.top+n-l)/h+d;return Math.max(d,Math.min(i,c))},[a,d,h,i,y]),s=t.useCallback(e=>{if(y||!a.current)return 0;const t=a.current.getBoundingClientRect(),r=(t.width-o)/(l?7:1),n=e-t.left-o,h=Math.floor(n/r);return Math.max(0,Math.min(l?6:0,h))},[a,o,y,l]),p=t.useCallback(e=>{if(y||!a.current)return;const t=a.current.querySelector(".calendar-content");if(!t)return;const r=t.getBoundingClientRect();e<r.top?t.scrollTop+=e-r.top:e+40>r.bottom&&(t.scrollTop+=e+40-r.bottom)},[a,y]),k=t.useCallback(e=>{if(y||!(null==r?void 0:r.current))return!1;const t=r.current.getBoundingClientRect();return e>=t.top&&e<=t.bottom},[r,y]),u=t.useMemo(()=>864e5,[]);return{pixelYToHour:c,getColumnDayIndex:s,checkIfInAllDayArea:k,handleDirectScroll:p,daysDifference:t.useCallback((e,t)=>cc(e,t),[]),addDaysToDate:t.useCallback((e,t)=>sc(e,t),[]),getTargetDateFromPosition:t.useCallback((e,t)=>{if(n!==exports.ViewType.MONTH||!a.current)return null;const r=document.elementFromPoint(e,t);if(!r)return null;let h=r,d=0;for(;h&&!h.hasAttribute("data-date")&&d<10;)h=h.parentElement,d++;if(h&&h.hasAttribute("data-date")){const e=h.getAttribute("data-date");if(e)return new Date(e+"T00:00:00")}return null},[a,n]),ONE_DAY_MS:u}})(a),i=(e=>{const{viewType:a,onEventsUpdate:r}=e,n=a===exports.ViewType.MONTH,h=t.useRef({active:!1,mode:null,eventId:null,startX:0,startY:0,dayIndex:0,startHour:0,endHour:0,originalDay:0,originalStartHour:0,originalEndHour:0,resizeDirection:null,hourOffset:null,duration:0,lastRawMouseHour:null,lastUpdateTime:0,initialMouseY:0,lastClientY:0,allDay:!1,targetDate:null,originalDate:null,originalEvent:null,dragOffset:0,originalStartDate:null,originalEndDate:null,eventDate:void 0,originalStartTime:null,originalEndTime:null,sourceElement:null,indicatorVisible:!1}),d=t.useRef({x:0,y:0}),i=t.useMemo(()=>n?{active:!1,mode:null,eventId:null,targetDate:null,startDate:null,endDate:null}:{active:!1,mode:null,eventId:null,dayIndex:0,startHour:0,endHour:0,allDay:!1},[n]),[o,y]=t.useState(i),l=t.useMemo(()=>gp((e,t)=>r(e,"resize"===t),n?16:8),[n,r]),c=t.useCallback(()=>{y(n?{active:!1,mode:null,eventId:null,targetDate:null,startDate:null,endDate:null}:{active:!1,mode:null,eventId:null,dayIndex:0,startHour:0,endHour:0,allDay:!1}),h.current={active:!1,mode:null,eventId:null,startX:0,startY:0,dayIndex:0,startHour:0,endHour:0,originalDay:0,originalStartHour:0,originalEndHour:0,duration:0,resizeDirection:null,hourOffset:null,lastRawMouseHour:null,lastUpdateTime:0,initialMouseY:0,lastClientY:0,allDay:!1,targetDate:null,originalDate:null,originalEvent:null,dragOffset:0,originalStartDate:null,originalEndDate:null,eventDate:void 0,originalStartTime:null,originalEndTime:null,sourceElement:null,indicatorVisible:!1}},[n]);return{dragRef:h,currentDragRef:d,dragState:o,setDragState:y,resetDragState:c,throttledSetEvents:l}})(a),o=(e=>{const{calendarRef:a,allDayRowRef:r,viewType:h,getLineColor:d,getDynamicPadding:i,renderer:o,HOUR_HEIGHT:y=72,FIRST_HOUR:l=0,TIME_COLUMN_WIDTH:c=80,ALL_DAY_HEIGHT:s=60}=e,p=h===exports.ViewType.MONTH,k=h===exports.ViewType.DAY,u=t.useRef(null),v=t.useRef(null),m=t.useRef(null),M=t.useCallback(()=>{v.current&&(v.current.unmount(),v.current=null),u.current&&(u.current.remove(),u.current=null),m.current=null},[]),x=t.useCallback((e,h,x,g,f)=>{var w,b,j,D,H,z,q,V,C;M();const E=document.createElement("div");if(E.style.position=p?"fixed":"absolute",E.style.pointerEvents="none",E.style.zIndex="1000",p){let a,r;if(E.style.opacity="0.9",f){const t=f.getBoundingClientRect(),n=null!==(b=null!==(w=e.currentSegmentDays)&&void 0!==w?w:e.eventDurationDays)&&void 0!==b?b:1;a=t.width/n,r=t.height,E.className=`rounded-sm shadow-sm ${f.className}`}else a=120,r=22,E.className="rounded text-xs px-2 py-1";E.style.width=`${a}px`,E.style.height=`${r}px`,E.style.left=e.startX-a/2+"px",E.style.top=e.startY-r/2+"px",document.body.appendChild(E),v.current=n.createRoot(E);const d=rc(new Date),i=e.originalEvent||{id:String(Date.now()),color:h||"blue",title:x||"New Event",start:d,end:d,allDay:!1,day:0};v.current.render(t.createElement(bp,{event:i,isCreating:"create"===e.mode,targetDate:e.targetDate||null,startDate:e.originalStartDate||null,endDate:e.originalEndDate||null}))}else{if(f){const t=f.getBoundingClientRect();let n;if(n=e.allDay?null===(j=null==r?void 0:r.current)||void 0===j?void 0:j.getBoundingClientRect():null===(H=null===(D=a.current)||void 0===D?void 0:D.querySelector(".calendar-content"))||void 0===H?void 0:H.getBoundingClientRect(),n){if(e.allDay&&k)E.style.left=`${c}px`,E.style.top=f.offsetTop-2+"px",E.style.width=`calc(100% - ${c}px - 2px)`,E.style.height=`${t.height}px`;else if(e.allDay&&!k){const r=null===(z=a.current)||void 0===z?void 0:z.getBoundingClientRect();if(r){const a=(r.width-c)/7;E.style.left=`${c+e.dayIndex*a}px`,E.style.top=f.offsetTop-2+"px",E.style.width=a-2+"px",E.style.height=`${t.height}px`}}else{const a=(e.startHour-l)*y;E.style.left=t.left-n.left+"px",E.style.top=`${a+3}px`,E.style.width=`${t.width}px`,E.style.height=`${t.height}px`}E.className=f.className,E.style.opacity="0.8",E.style.boxShadow="0 4px 12px rgba(0, 0, 0, 0.15)"}}else if(e.allDay){const t=k?"100%":`calc((100% - ${c}px) / 7)`;E.style.top="2px",E.style.height=s-4+"px",E.style.marginBottom="3px",k?(E.style.left=`${c}px`,E.style.width=`calc(100% - ${c}px - 2px)`):(E.style.left=`calc(${c}px + (${t} * ${e.dayIndex}))`,E.style.width=`calc(${t} - 2px)`),E.className="rounded-xl shadow-sm"}else{const t=(e.startHour-l)*y,a=(e.endHour-e.startHour)*y;if(E.style.top=`${t+3}px`,E.style.height=a-4+"px",E.style.color="#fff",E.className="rounded-sm shadow-sm",g){if(k)E.style.left=`${c}px`,E.style.width=`calc(100% - ${c}px)`;else{const t=`calc((100% - ${c}px) / 7)`;E.style.left=`calc(${c}px + (${t} * ${e.dayIndex}) + (${t} * ${g.left/100}))`,E.style.width=`calc((${t} * ${g.width/100}))`}E.style.zIndex=String(1e3)}else{const t=k?`calc(100% - ${c}px)`:`calc((100% - ${c}px) / 7)`;E.style.left=k?`${c}px`:`calc(${c}px + (${t} * ${e.dayIndex}))`,E.style.width=t}}e.allDay?null===(q=null==r?void 0:r.current)||void 0===q||q.appendChild(E):null===(C=null===(V=a.current)||void 0===V?void 0:V.querySelector(".calendar-content"))||void 0===C||C.appendChild(E),m.current={drag:e,color:h,title:x,layout:g},v.current=n.createRoot(E),v.current.render(t.createElement(wp,{drag:e,color:h,title:x,layout:g,allDay:e.allDay,formatTime:bc,getLineColor:d||(()=>""),getDynamicPadding:i||(()=>"0px"),renderer:o}))}h?(E.style.backgroundColor=gc(h),E.style.color=xc(h)):E.className+=" bg-blue-50/70 text-blue-900 border border-dashed border-blue-400",u.current=E},[M,p,k,r,a,bc,d,i,o,c,s,l,y]),g=t.useCallback((...e)=>{var n,h;const M=u.current;if(M)if(p){const[t,a]=e,r=parseFloat(M.style.width)||120,n=parseFloat(M.style.height)||22;requestAnimationFrame(()=>{M.style.left=t-r/2+"px",M.style.top=a-n/2+"px",M.style.transition="none"})}else{const[p,u,x,g=!1,f]=e;if(g&&M.parentElement!==(null==r?void 0:r.current))null===(n=null==r?void 0:r.current)||void 0===n||n.appendChild(M);else if(!g){const e=null===(h=a.current)||void 0===h?void 0:h.querySelector(".calendar-content");M.parentElement!==e&&(null==e||e.appendChild(M))}if(g){if(k)M.style.left=`${c}px`,M.style.width=`calc(100% - ${c}px - 2px)`;else{const e=`calc((100% - ${c}px) / 7)`;M.style.left=`calc(${c}px + (${e} * ${p}))`,M.style.width=`calc(${e} - 2px)`,M.style.top="2px"}M.style.height=s-4+"px",M.style.marginBottom="3px",M.className=M.className.replace("rounded-sm","rounded-xl")}else{const e=(u-l)*y,t=(x-u)*y;if(M.style.top=`${e+3}px`,M.style.height=t-4+"px",M.style.marginBottom="0",M.className=M.className.replace("rounded-xl","rounded-sm"),f){if(k)M.style.left=`${c}px`,M.style.width=`calc(100% - ${c}px)`;else{const e=`calc((100% - ${c}px) / 7)`;M.style.left=`calc(${c}px + (${e} * ${p}) + (${e} * ${f.left/100}))`,M.style.width=`calc((${e} * ${f.width/100}))`}M.style.zIndex=String(f.zIndex+10)}else{const e=k?`calc(100% - ${c}px)`:`calc((100% - ${c}px) / 7)`;M.style.left=k?`${c}px`:`calc(${c}px + (${e} * ${p}))`,M.style.width=e}}if(M.style.cursor="grabbing",v.current&&m.current){const e=Object.assign(Object.assign({},m.current.drag),{dayIndex:p,startHour:u,endHour:x,allDay:g});m.current.drag=e,v.current.render(t.createElement(wp,{drag:e,color:m.current.color,title:m.current.title,layout:f||m.current.layout,allDay:g,formatTime:bc,getLineColor:d||(()=>""),getDynamicPadding:i||(()=>"0px"),renderer:o}))}}},[p,r,bc,a,k,s,c,l,y,d,i,o]);return{dragIndicatorRef:u,reactRootRef:v,removeDragIndicator:M,createDragIndicator:x,updateDragIndicator:g}})(a),y=(e=>{const{options:a,common:r,state:n,manager:h}=e,{viewType:d,onEventsUpdate:i,onEventCreate:o,onEventEdit:y,calculateNewEventLayout:l,calculateDragLayout:c,currentWeekStart:s,events:p,FIRST_HOUR:k=0,LAST_HOUR:u=24,MIN_DURATION:v=.25}=a,{dragRef:m,currentDragRef:M,setDragState:x,resetDragState:g,throttledSetEvents:f}=n,{removeDragIndicator:w,createDragIndicator:b,updateDragIndicator:j}=h,{pixelYToHour:D,getColumnDayIndex:H,checkIfInAllDayArea:z,handleDirectScroll:q,daysDifference:V,addDaysToDate:C,getTargetDateFromPosition:E}=r,T=d===exports.ViewType.MONTH,A=d===exports.ViewType.DAY,N=864e5,S=(e,t,a=!1)=>{const r=new Date(e);r.setHours(0,0,0,0);const n=new Date(t);n.setHours(0,0,0,0);let h=Math.floor((n.getTime()-r.getTime())/N);if(h<=0)return 0;if(!a&&1===h){const a=0===t.getHours()&&0===t.getMinutes()&&0===t.getSeconds()&&0===t.getMilliseconds(),r=t.getTime()-e.getTime();if(a&&r<N)return 0}return h},I=t.useCallback(e=>{var t,a;e.preventDefault(),document.body.style.cursor="grabbing";const r=m.current;if(!r.active)return;const n=z(e.clientY),h=A?r.dayIndex:H(e.clientX);if(n){if(!r.allDay){r.allDay=!0,r.startHour=0,r.endHour=0,r.eventDate=s?Ic(s,h):new Date,w(),r.indicatorVisible=!1;const e=null==p?void 0:p.find(e=>e.id===r.eventId);b(r,null==e?void 0:e.calendarId,null==e?void 0:e.title),r.sourceElement=null,r.indicatorVisible=!0}r.dayIndex=h,x(e=>Object.assign(Object.assign({},e),{dayIndex:h,startHour:0,endHour:0,allDay:!0})),j(h,0,0,!0)}else{q(e.clientY);const n=D(e.clientY);if(null!==(t=r.startDragDayIndex)&&void 0!==t||r.originalDay,r.dayIndex,r.allDay){r.allDay=!1,r.startHour=Dc(n),r.endHour=r.startHour+1,r.duration=1,r.hourOffset=0,r.eventDate=s?Ic(s,h):new Date,w(),r.indicatorVisible=!1;const e=null==p?void 0:p.find(e=>e.id===r.eventId);b(r,null==e?void 0:e.calendarId,null==e?void 0:e.title),r.sourceElement=null,r.indicatorVisible=!0}else{let e=Dc(n+(null!==(a=r.hourOffset)&&void 0!==a?a:0));e=Math.max(k,Math.min(u-r.duration,e)),r.startHour=e,r.endHour=e+r.duration}r.dayIndex=h,r.eventDate=s?Ic(s,h):new Date,x(e=>Object.assign(Object.assign({},e),{dayIndex:h,startHour:Dc(r.startHour),endHour:Dc(r.endHour),allDay:!1}));let d=null;if("move"===r.mode&&r.eventId&&c){const e=null==p?void 0:p.find(e=>e.id===r.eventId);e&&(d=c(e,h,Dc(r.startHour),Dc(r.endHour)))}j(h,Dc(r.startHour),Dc(r.endHour),!1,d)}},[c,z,b,s,p,k,H,q,u,A,D,w,j,m,x]),L=t.useCallback(()=>{document.body.style.cursor="default";const e=m.current;if(!e.active||"move"!==e.mode||!e.eventId)return;let t=e.startHour,a=e.endHour;e.allDay||(t=Dc(e.startHour),a=Dc(e.endHour),a-t<v&&(a=t+v)),null==i||i(r=>r.map(r=>{var n,h;if(r.id!==e.eventId)return r;s?Ic(s,e.dayIndex):dc(r.start);const d=null!==(n=e.startDragDayIndex)&&void 0!==n?n:e.originalDay,i=e.dayIndex-d;let o,y;if(e.allDay){const t=e.originalStartDate?new Date(e.originalStartDate):dc(r.start);t.setHours(0,0,0,0);const a=new Date(t);a.setDate(a.getDate()+i);const n=new Date(a);e.eventDurationDays&&e.eventDurationDays>0&&n.setDate(n.getDate()+e.eventDurationDays),o=nc(a),y=nc(uc(n))}else{const n=dc(r.start),d=dc(r.end);if(S(n,d,null!==(h=r.allDay)&&void 0!==h&&h)>0){const e=new Date(n);e.setDate(e.getDate()+i);const t=new Date(d);t.setDate(t.getDate()+i),o=rc(e),y=rc(t)}else{const r=s?Ic(s,e.dayIndex):new Date,n=kc(r,t),h=kc(r,a);o=rc(n),y=rc(h)}}const l=e.originalDay+i;return Object.assign(Object.assign({},r),{day:l,start:o,end:y,allDay:e.allDay})})),document.removeEventListener("mousemove",I),document.removeEventListener("mouseup",L),w(),g()},[I,w,g,i,v,s,m]),Z=t.useCallback(e=>{var t,a,r,n,h,d,i,o,y;e.preventDefault(),document.body.style.cursor="grabbing";const v=m.current;if(v.active)if(T){if("resize"!==v.mode){if("move"===v.mode){const r=Math.hypot(e.clientX-v.startX,e.clientY-v.startY);!v.indicatorVisible&&r>=3&&(b(v,null===(t=v.originalEvent)||void 0===t?void 0:t.calendarId,null===(a=v.originalEvent)||void 0===a?void 0:a.title,null,v.sourceElement||void 0),v.indicatorVisible=!0)}v.indicatorVisible&&j(e.clientX,e.clientY)}const h=E(e.clientX,e.clientY);if(!h)return;if("resize"===v.mode&&v.originalEvent&&v.resizeDirection){const e=dc(v.originalEvent.start);let t,a;const r=(e,t)=>{var a,r;e&&((null===(a=v.originalEvent)||void 0===a?void 0:a.allDay)?e.setHours(0,0,0,0):t&&e.setHours(t.hour,t.minute,null!==(r=t.second)&&void 0!==r?r:0,0))},n=v.originalStartTime,d=v.originalEndTime;if("left"===v.resizeDirection){t=new Date(h),r(t,n);const i=dc(v.originalEvent.end)||e;a=new Date(i),r(a,d),t>a&&(t=a)}else{const i=dc(v.originalEvent.start)||e;t=new Date(i),r(t,n),a=new Date(h),r(a,d),a<t&&(a=t)}v.originalStartDate=new Date(t.getTime()),v.originalEndDate=new Date(a.getTime());const i=v.originalEvent.allDay?nc(t):rc(t),o=v.originalEvent.allDay?nc(a):rc(a);f(e=>e.map(e=>e.id===v.eventId?Object.assign(Object.assign({},e),{start:i,end:o,title:e.title}):e),v.mode)}else if("move"===v.mode)if(v.originalStartDate&&v.originalEndDate){const e=V(v.originalStartDate,h),t=C(v.originalStartDate,e),a=C(v.originalEndDate,e);(null===(r=v.originalStartDate)||void 0===r?void 0:r.getTime())!==t.getTime()&&(v.originalStartDate=new Date(t.getTime()),v.originalEndDate=new Date(a.getTime()),v.targetDate=t)}else(null===(n=v.targetDate)||void 0===n?void 0:n.getTime())!==h.getTime()&&(v.targetDate=h)}else{q(e.clientY),v.lastClientY=e.clientY;const t=D(e.clientY);if("resize"===v.mode)if(v.allDay){const t=A?v.dayIndex:H(e.clientX);let a=v.originalStartDate||new Date,r=v.originalEndDate||new Date;"left"===v.resizeDirection?(a=s?Ic(s,t):new Date,a>r&&(a=r)):"right"===v.resizeDirection&&(r=s?Ic(s,t):new Date,r<a&&(r=a)),v.originalStartDate=new Date(a.getTime()),v.originalEndDate=new Date(r.getTime());const n=nc(a),h=nc(r);f(e=>e.map(e=>e.id!==v.eventId?e:Object.assign(Object.assign({},e),{start:n,end:h,allDay:!0})),v.mode)}else{let a=v.startHour,r=v.endHour;const n=null==p?void 0:p.find(e=>e.id===v.eventId);let y=v.dayIndex;if(n){const e=dc(n.start),t=dc(n.end),a=S(e,t,null!==(h=n.allDay)&&void 0!==h&&h);y=(null!==(d=n.day)&&void 0!==d?d:0)+a}let l=y,c=v.originalDay;if("top"===v.resizeDirection){const n=A?v.dayIndex:H(e.clientX),h=t+(null!==(i=null==v?void 0:v.hourOffset)&&void 0!==i?i:0);n<y?(c=n,a=Math.max(k,Math.min(u,h))):(c=y,h>v.originalEndHour?(a=v.originalEndHour,r=h,v.hourOffset=r-t):(a=Math.max(k,h),v.originalEndHour-a<wc&&(a=v.originalEndHour-wc)))}else if("bottom"===v.resizeDirection){const n=A?v.dayIndex:H(e.clientX),h=t+(null!==(o=null==v?void 0:v.hourOffset)&&void 0!==o?o:0);n!==v.dayIndex?(l=n,r=Math.max(k,Math.min(u,h))):h<v.originalStartHour?(r=v.originalStartHour,a=h,v.hourOffset=a-t):(r=Math.min(u,h),r-v.startHour<wc&&(r=v.startHour+wc))}else if("right"===v.resizeDirection){const t=A?v.dayIndex:H(e.clientX);l=Math.max(v.dayIndex,t)}l===c&&([a,r]=[Math.max(k,Math.min(a,r)),Math.min(u,Math.max(a,r))]);const[m,M]=[Dc(a),Dc(r)];v.startHour=a,v.endHour=r,v.dayIndex=c,f(e=>e.map(e=>{if(e.id!==v.eventId)return e;const t=dc(e.start),a=kc(s?Ic(s,c):t,m),r=s?Ic(s,l):t,n=kc(r,M),h=rc(a),d=rc(n);return Object.assign(Object.assign({},e),{start:h,end:d,day:c})}),v.mode),j(v.dayIndex,m,M,!1)}else if("create"===v.mode){const a=Dc(t),[r,n]=e.clientY<v.startY?[a,Math.max(a+wc,v.endHour)]:[v.startHour,Math.max(v.startHour+wc,a)];v.startHour=r,v.endHour=n;const h=null==l?void 0:l(v.dayIndex,r,n);j(v.dayIndex,r,n,!1,h)}else if("move"===v.mode){const a=A?v.dayIndex:H(e.clientX);let r=Dc(t+(null!==(y=v.hourOffset)&&void 0!==y?y:0));r=Math.max(k,Math.min(u-v.duration,r));const n=r+v.duration;v.dayIndex=a,v.startHour=r,v.endHour=n;let h=null;if(v.eventId&&c){const e=null==p?void 0:p.find(e=>e.id===v.eventId);e&&(h=c(e,a,Dc(r),Dc(n)))}j(a,Dc(r),Dc(n),!1,h)}}},[T,A,j,E,f,V,C,k,u,l,H,D,q,c,p,m,b]),O=t.useCallback(e=>{var t,a;document.body.style.cursor="default";const r=m.current;if(r.active){if(T){if("resize"===r.mode&&r.eventId&&r.originalStartDate&&r.originalEndDate){x(e=>"targetDate"in e?Object.assign(Object.assign({},e),{targetDate:r.originalStartDate,startDate:r.originalStartDate,endDate:r.originalEndDate}):e);const e=(null===(t=r.originalEvent)||void 0===t?void 0:t.allDay)||!1,a=e?nc(r.originalStartDate):rc(r.originalStartDate),n=e?nc(r.originalEndDate):rc(r.originalEndDate);f(e=>e.map(e=>e.id===r.eventId?Object.assign(Object.assign({},e),{start:a,end:n,title:e.title}):e))}else if("move"===r.mode)if(r.eventId&&r.originalStartDate&&r.originalEndDate){x(e=>"targetDate"in e?Object.assign(Object.assign({},e),{targetDate:r.originalStartDate,startDate:r.originalStartDate,endDate:r.originalEndDate}):e);const e=(null===(a=r.originalEvent)||void 0===a?void 0:a.allDay)||!1,t=e?nc(r.originalStartDate):rc(r.originalStartDate),n=e?nc(r.originalEndDate):rc(r.originalEndDate);f(e=>e.map(e=>e.id===r.eventId?Object.assign(Object.assign({},e),{start:t,end:n,title:e.title}):e))}else{const t=E(e.clientX,e.clientY)||r.targetDate;r.eventId&&t&&(x(e=>"targetDate"in e?Object.assign(Object.assign({},e),{targetDate:t}):e),f(e=>e.map(e=>{if(e.id!==r.eventId)return e;const a=dc(e.start),n=dc(e.end),h=new Date(t);h.setHours(a.getHours(),a.getMinutes(),0,0);const d=new Date(t);d.setHours(n.getHours(),n.getMinutes(),0,0);const i=e.allDay?nc(h):rc(h),o=e.allDay?nc(d):rc(d);return Object.assign(Object.assign({},e),{start:i,end:o})})))}}else{let[e,t]=[Dc(r.startHour),Dc(r.endHour)];if(t-e<v&&("top"===r.resizeDirection?e=t-v:t=e+v),"create"===r.mode){const a=s?Ic(s,r.dayIndex):new Date;x(a=>"dayIndex"in a?Object.assign(Object.assign({},a),{dayIndex:r.dayIndex,startHour:e,endHour:t}):a);const n=kc(a,e),h=kc(a,t),d=rc(n),i=rc(h);null==o||o({id:String(Date.now()),title:"New Event",day:r.dayIndex,start:d,end:i,calendarId:"blue",allDay:!1})}else"move"!==r.mode&&"resize"!==r.mode||(x(a=>"dayIndex"in a?Object.assign(Object.assign({},a),{dayIndex:r.dayIndex,startHour:e,endHour:t}):a),"move"===r.mode&&(null==i||i(e=>e.map(e=>e.id===r.eventId?Object.assign(Object.assign({},e),{day:r.dayIndex}):e))))}document.removeEventListener("mousemove",Z),document.removeEventListener("mouseup",O),w(),r.indicatorVisible=!1,r.sourceElement=null,g()}},[T,Z,w,g,E,f,v,s,o,i,m,x]),R=t.useCallback((e,...t)=>{if(e.preventDefault(),e.stopPropagation(),!m.current.active)if(T){const[e]=t,a=new Date(e);a.setHours(9,0,0,0);const r=new Date(e);r.setHours(10,0,0,0);const n=rc(a),h=rc(r),d={id:String(Date.now()),title:"New Event",start:n,end:h,day:e.getDay(),calendarId:"blue",allDay:!1};null==o||o(d),y&&setTimeout(()=>{y(d)},50)}else{const[a,r]=t,n=m.current,h=Dc(r);Object.assign(n,{active:!0,mode:"create",eventId:null,startX:e.clientX,startY:e.clientY,dayIndex:a,startHour:h,endHour:h+1,allDay:!1,eventDate:s?Ic(s,a):new Date}),x({active:!0,mode:"create",eventId:null,dayIndex:a,startHour:n.startHour,endHour:n.endHour,allDay:!1});const d=null==l?void 0:l(a,n.startHour,n.endHour);b(n,"blue","New Event",d),n.sourceElement=null,n.indicatorVisible=!0,document.addEventListener("mousemove",Z),document.addEventListener("mouseup",O)}},[T,o,y,s,l,b,Z,O,m,x]),P=t.useCallback((e,t)=>{var a,r,n;if(e.preventDefault(),e.stopPropagation(),m.current.active)return;const h=m.current,d=e.currentTarget;if(T){M.current={x:e.clientX-d.getBoundingClientRect().left,y:e.clientY-d.getBoundingClientRect().top};const a=dc(t.start),r=dc(t.end);let n=1;if(t.allDay&&t.start&&t.end){const e=new Date(a);e.setHours(0,0,0,0);const t=new Date(r);t.setHours(0,0,0,0),n=Math.floor((t.getTime()-e.getTime())/864e5+1),n=Math.max(1,n)}const i=d.getAttribute("data-segment-days"),o=i?parseInt(i,10):n;h.active=!0,h.mode="move",h.eventId=t.id,h.startX=e.clientX,h.startY=e.clientY,h.targetDate=a,h.originalDate=a,h.originalEvent=Object.assign({},t),h.lastUpdateTime=Date.now(),h.originalStartDate=a,h.originalEndDate=r,h.eventDurationDays=n,h.currentSegmentDays=o,x({active:!0,mode:"move",eventId:t.id,targetDate:a,startDate:a,endDate:r}),h.sourceElement=d,h.indicatorVisible=!1,document.addEventListener("mousemove",Z),document.addEventListener("mouseup",O)}else{const i=D(e.clientY),o=t._segmentInfo,y=!!o,l=y?o.dayIndex:null!==(a=t.day)&&void 0!==a?a:0,c=y?o.startHour:pc(t.start);let s=0;if(t.allDay&&t.start&&t.end){const e=dc(t.start);e.setHours(0,0,0,0);const a=dc(t.end);a.setHours(0,0,0,0),s=Math.floor((a.getTime()-e.getTime())/864e5)}const p=dc(t.start);if(Object.assign(h,{active:!0,mode:"move",eventId:t.id,startX:e.clientX,startY:e.clientY,dayIndex:l,startHour:c,endHour:y?o.endHour:Hc(t),originalDay:null!==(r=t.day)&&void 0!==r?r:0,originalStartHour:pc(t.start),originalEndHour:Hc(t),allDay:t.allDay||!1,eventDate:p,eventDurationDays:s,startDragDayIndex:l}),!t.allDay){h.hourOffset=c-i;const e=dc(t.start),a=dc(t.end).getTime()-e.getTime();h.duration=a/36e5}x({active:!0,mode:"move",eventId:t.id,dayIndex:null!==(n=t.day)&&void 0!==n?n:0,startHour:pc(t.start),endHour:Hc(t),allDay:t.allDay||!1}),b(h,t.calendarId,t.title,null,d),h.sourceElement=d,h.indicatorVisible=!0,document.addEventListener("mousemove",I),document.addEventListener("mouseup",L)}},[T,b,O,Z,I,L,D,m,M,x]),$=t.useCallback((e,t,a)=>{var r,n,h,d,i;if(e.preventDefault(),e.stopPropagation(),m.current.active)return;const o=m.current;if(T){const r=dc(t.start),n=dc(t.start),h=dc(t.end),d={hour:n.getHours(),minute:n.getMinutes(),second:n.getSeconds()},i={hour:h.getHours(),minute:h.getMinutes(),second:h.getSeconds()};o.active=!0,o.mode="resize",o.eventId=t.id,o.startX=e.clientX,o.startY=e.clientY,o.targetDate="left"===a?n:h,o.originalDate=r,o.originalEvent=Object.assign({},t),o.lastUpdateTime=Date.now(),o.resizeDirection=a,o.originalStartDate=n,o.originalEndDate=h,o.originalStartTime=d,o.originalEndTime=i,x({active:!0,mode:"resize",eventId:t.id,targetDate:"left"===a?n:h,startDate:n,endDate:h})}else if(t.allDay){const h=dc(t.start),d=dc(t.end);o.active=!0,o.mode="resize",o.eventId=t.id,o.startX=e.clientX,o.startY=e.clientY,o.allDay=!0,o.resizeDirection=a,o.originalStartDate=h,o.originalEndDate=d,o.originalEvent=Object.assign({},t),o.dayIndex=null!==(r=t.day)&&void 0!==r?r:0,x({active:!0,mode:"resize",eventId:t.id,dayIndex:null!==(n=t.day)&&void 0!==n?n:0,startHour:0,endHour:0,allDay:!0})}else{const r=D(e.clientY);Object.assign(o,{active:!0,mode:"resize",eventId:t.id,startX:e.clientX,startY:e.clientY,dayIndex:null!==(h=t.day)&&void 0!==h?h:0,startHour:pc(t.start),endHour:Hc(t),originalDay:null!==(d=t.day)&&void 0!==d?d:0,originalStartHour:pc(t.start),originalEndHour:Hc(t),resizeDirection:a,lastUpdateTime:Date.now(),initialMouseY:r,hourOffset:"top"===a?pc(t.start)-r:Hc(t)-r,allDay:!1}),x({active:!0,mode:"resize",eventId:t.id,dayIndex:null!==(i=t.day)&&void 0!==i?i:0,startHour:pc(t.start),endHour:Hc(t),allDay:!1})}document.addEventListener("mousemove",Z),document.addEventListener("mouseup",O)},[T,Z,O,D,m,x]);return{handleDragMove:Z,handleDragEnd:O,handleCreateStart:R,handleMoveStart:P,handleResizeStart:$,handleUniversalDragMove:I,handleUniversalDragEnd:L}})({options:a,common:d,state:i,manager:o}),l=(e=>{const{options:a,common:r,state:n,manager:h,handleDragMove:d,handleDragEnd:i}=e,{viewType:o,currentWeekStart:y}=a,{dragRef:l,setDragState:c}=n,{createDragIndicator:s}=h,{pixelYToHour:p,getColumnDayIndex:k}=r,u=o===exports.ViewType.MONTH,v=t.useCallback((e,t)=>{if(u)return;if(e.preventDefault(),e.stopPropagation(),l.current.active)return;const a=l.current;Object.assign(a,{active:!0,mode:"create",eventId:null,startX:e.clientX,startY:e.clientY,dayIndex:t,allDay:!0,eventDate:y?Ic(y,t):new Date}),c({active:!0,mode:"create",eventId:null,dayIndex:t,startHour:0,endHour:0,allDay:!0}),s(a,"blue","New All-day Event"),document.addEventListener("mousemove",d),document.addEventListener("mouseup",i)},[u,s,y,i,d,l,c]);return{handleCreateAllDayEvent:v,pixelYToHour:p,getColumnDayIndex:k}})({options:a,common:d,state:i,manager:o,handleDragMove:y.handleDragMove,handleDragEnd:y.handleDragEnd}),c=(e=>{const{common:t}=e,{daysDifference:a,addDaysToDate:r,getTargetDateFromPosition:n}=t;return{daysDifference:a,addDaysToDate:r,getTargetDateFromPosition:n}})({common:d});return Object.assign({createDragIndicator:o.createDragIndicator,updateDragIndicator:o.updateDragIndicator,removeDragIndicator:o.removeDragIndicator,handleCreateStart:y.handleCreateStart,handleMoveStart:y.handleMoveStart,handleResizeStart:y.handleResizeStart,dragState:i.dragState,isDragging:i.dragState.active},h?{daysDifference:c.daysDifference,addDaysToDate:c.addDaysToDate,getTargetDateFromPosition:c.getTargetDateFromPosition}:{handleCreateAllDayEvent:l.handleCreateAllDayEvent,pixelYToHour:l.pixelYToHour,getColumnDayIndex:l.getColumnDayIndex})},Dp={enableDrag:!0,enableResize:!0,enableCreate:!0,enableAllDayCreate:!0,supportedViews:[exports.ViewType.DAY,exports.ViewType.WEEK,exports.ViewType.MONTH]};function Hp(e,t){const a=e.getPlugin("drag"),r=jp(t);if(!a)return v.warn("Drag plugin is not installed. Drag functionality will be disabled. Add createDragPlugin() to your plugins array to enable dragging."),{handleMoveStart:()=>{},handleCreateStart:()=>{},handleResizeStart:()=>{},handleCreateAllDayEvent:void 0,dragState:r.dragState,isDragging:!1};const n=a.getConfig(),h=a.isViewSupported(t.viewType);return h||console.info(`ℹ️ Drag functionality is not supported for ${t.viewType} view.`),{handleMoveStart:h&&n.enableDrag?r.handleMoveStart:()=>{},handleCreateStart:h&&n.enableCreate?r.handleCreateStart:()=>{},handleResizeStart:h&&n.enableResize?r.handleResizeStart:()=>{},handleCreateAllDayEvent:h&&n.enableAllDayCreate?r.handleCreateAllDayEvent:void 0,dragState:r.dragState,isDragging:!!h&&r.isDragging}}const zp=({handlePreviousMonth:e,handleToday:t,handleNextMonth:r})=>a.jsxs("div",{className:"flex items-center gap-1",children:[a.jsx("button",{className:"calendar-nav-button group relative inline-flex items-center justify-center w-8 h-8 rounded-lg border border-gray-200 bg-white text-gray-700 hover:bg-gray-50 hover:border-gray-300 active:bg-gray-100 transition-all duration-150 shadow-sm hover:shadow focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1",onClick:e,"aria-label":"Previous month",children:a.jsx(q,{className:"h-4 w-4 transition-transform group-hover:scale-110"})}),a.jsx("button",{className:"calendar-today-button inline-flex items-center justify-center px-4 py-[5px] text-sm font-medium rounded-lg border border-gray-200 bg-white text-gray-900 hover:bg-gray-50 hover:border-gray-300 active:bg-gray-100 transition-all duration-150 shadow-sm hover:shadow focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1 min-w-[70px]",onClick:t,children:"Today"}),a.jsx("button",{className:"calendar-nav-button group relative inline-flex items-center justify-center w-8 h-8 rounded-lg border border-gray-200 bg-white text-gray-700 hover:bg-gray-50 hover:border-gray-300 active:bg-gray-100 transition-all duration-150 shadow-sm hover:shadow focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1",onClick:r,"aria-label":"Next month",children:a.jsx(V,{className:"h-4 w-4 transition-transform group-hover:scale-110"})})]}),qp={[exports.ViewType.DAY]:"Day",[exports.ViewType.WEEK]:"Week",[exports.ViewType.MONTH]:"Month",[exports.ViewType.YEAR]:"Year"},Vp=()=>a.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"transition-transform duration-200",children:a.jsx("path",{d:"M4 6L8 10L12 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),Cp=({calendar:e,mode:r="buttons"})=>{const[n,h]=t.useState(!1),d=t.useRef(null),i=Array.from(e.state.views.keys()),o=e.state.currentView;return t.useEffect(()=>{const e=e=>{d.current&&!d.current.contains(e.target)&&h(!1)};if(n)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[n]),"select"===r?a.jsxs("div",{className:"relative inline-block",ref:d,children:[a.jsxs("button",{onClick:()=>h(!n),className:"flex items-center gap-2 px-3 py-1 text-sm font-medium border border-gray-200 rounded-lg bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1 transition-all duration-200 shadow-sm min-w-[120px] justify-between","aria-expanded":n,"aria-haspopup":"listbox",children:[a.jsx("span",{className:"text-gray-900",children:qp[o]}),a.jsx("span",{className:"text-gray-500 transition-transform duration-200 "+(n?"rotate-180":""),children:a.jsx(Vp,{})})]}),n&&a.jsx("div",{className:"absolute top-full mt-1 left-0 z-50 w-full min-w-[120px] bg-white border border-gray-200 rounded-lg shadow-lg overflow-hidden animate-in",children:a.jsx("div",{className:"py-1",role:"listbox",children:i.map(t=>a.jsx("button",{onClick:()=>{e.changeView(t),h(!1)},className:"w-full text-left px-3 py-2 text-sm transition-colors duration-150 "+(o===t?"bg-blue-50 text-blue-700 font-medium":"text-gray-700 hover:bg-gray-50"),role:"option","aria-selected":o===t,children:qp[t]},t))})}),a.jsx("style",{children:"\n @keyframes slideIn {\n from {\n opacity: 0;\n transform: translateY(-4px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n }\n .animate-in {\n animation: slideIn 0.15s ease-out;\n }\n "})]}):a.jsx("div",{className:"inline-flex items-center gap-1 p-1 bg-gray-100 rounded-lg",children:i.map(t=>a.jsx("button",{className:"px-4 py-1.5 text-sm font-medium rounded-md transition-all duration-200 "+(o===t?"bg-white text-gray-900 shadow-sm":"text-gray-600 hover:text-gray-900 hover:bg-gray-50"),onClick:()=>e.changeView(t),children:qp[t]},t))})},Ep=({calendar:e,viewType:t,currentDate:r,onPrevious:n,onNext:h,onToday:d,customTitle:i,customSubtitle:o,showTodayBox:y,switcherMode:l="buttons"})=>{const c=void 0!==y?y:"day"!==t,s="buttons"===l,p=i||(()=>{switch(t){case"day":return r.toLocaleDateString("en-GB",{day:"numeric",month:"long",year:"numeric"});case"week":case"month":return r.toLocaleDateString("en-US",{month:"long",year:"numeric"});default:return""}})(),k="day"===t?o||("day"===t?r.toLocaleDateString("en-US",{weekday:"long"}):null):null;return"day"===t?a.jsxs("div",{className:R,style:{position:"relative"},children:[a.jsxs("div",{className:"flex-1",children:[a.jsx("div",{className:`${P} text-gray-900`,children:p}),k&&a.jsx("div",{className:"mt-3",children:k})]}),s&&a.jsx("div",{className:"absolute -translate-x-1/2",style:{left:"calc(5 / 7 * 100% + 0.5px)"},children:a.jsx(Cp,{mode:l,calendar:e})}),!s&&a.jsx("div",{className:"flex items-center gap-2",children:c&&n&&h&&d&&a.jsx(zp,{handlePreviousMonth:n,handleNextMonth:h,handleToday:d})})]}):a.jsxs("div",{className:R,style:{position:"relative"},children:[a.jsx("div",{children:a.jsx("h1",{className:P,children:p})}),s&&a.jsx("div",{className:"absolute left-1/2 -translate-x-1/2",children:a.jsx(Cp,{mode:l,calendar:e})}),(c||!s)&&n&&h&&d&&a.jsxs("div",{className:"flex items-center gap-2",children:[!s&&a.jsx(Cp,{mode:l,calendar:e}),c&&a.jsx(zp,{handlePreviousMonth:n,handleNextMonth:h,handleToday:d})]})]})},Tp=({app:e,customDetailPanelContent:r,customEventDetailDialog:n,calendarRef:h,switcherMode:d="buttons"})=>{const i=e.getCurrentDate(),o=e.getEvents(),[y,l]=t.useState(new Date),[c,s]=t.useState(null),[p,k]=t.useState(null),{HOUR_HEIGHT:u,FIRST_HOUR:v,LAST_HOUR:m,TIME_COLUMN_WIDTH:M,ALL_DAY_HEIGHT:x}=Ns,g=t.useRef(null),f=t.useMemo(()=>(e=>{const t=e.getDay(),a=e.getDate()-t+(0===t?-6:1),r=new Date(e);return r.setDate(a),r.setHours(0,0,0,0),r})(i),[i]),w=t.useMemo(()=>o.filter(e=>{const t=dc(e.start);t.setHours(0,0,0,0);const a=new Date(i);return a.setHours(0,0,0,0),t.getTime()===a.getTime()}).map(e=>{const t=dc(e.start),a=Math.floor((t.getTime()-f.getTime())/864e5),r=Math.max(0,Math.min(6,a));return Object.assign(Object.assign({},e),{day:r})}),[o,i,f]),b=t.useMemo(()=>As.calculateDayEventLayouts(w,{viewType:"day"}),[w]),{handleMoveStart:j,handleCreateStart:D,handleResizeStart:H,handleCreateAllDayEvent:z,dragState:q,isDragging:V}=Hp(e,{calendarRef:h,allDayRowRef:g,viewType:exports.ViewType.DAY,onEventsUpdate:t=>{const a=t(w),r=new Set(a.map(e=>e.id)),n=w.filter(e=>!r.has(e.id)),h=new Set(w.map(e=>e.id)),d=a.filter(e=>!h.has(e.id)),i=a.filter(e=>{if(!h.has(e.id))return!1;const t=w.find(t=>t.id===e.id);return t&&(dc(t.start).getTime()!==dc(e.start).getTime()||dc(t.end).getTime()!==dc(e.end).getTime()||t.day!==e.day||pc(t.start)!==pc(e.start)||pc(t.end)!==pc(e.end)||t.title!==e.title)});n.forEach(t=>e.deleteEvent(t.id)),d.forEach(t=>e.addEvent(t)),i.forEach(t=>e.updateEvent(t.id,t))},onEventCreate:t=>{e.addEvent(t)},onEventEdit:()=>{},currentWeekStart:f,events:w,calculateNewEventLayout:(e,t,a)=>{const r=new Date(i),n=new Date(i);r.setHours(Math.floor(t),t%1*60,0,0),n.setHours(Math.floor(a),a%1*60,0,0);const h={id:"-1",title:"Temp",day:e,start:rc(r),end:rc(n),calendarId:"blue",allDay:!1},d=[...w.filter(e=>!e.allDay),h];return As.calculateDayEventLayouts(d,{viewType:"day"}).get("-1")||null},calculateDragLayout:(e,t,a,r)=>{const n=w.map(n=>{if(n.id!==e.id)return n;const h=dc(n.start),d=kc(h,a),i=kc(h,r),o=rc(d),y=rc(i);return Object.assign(Object.assign({},n),{day:t,start:o,end:y})}),h=n.filter(e=>!e.allDay);if(0===h.length)return null;return As.calculateDayEventLayouts(h,{viewType:"day"}).get(e.id)||null}}),C=t=>{e.updateEvent(t.id,t)},E=t=>{e.deleteEvent(t)},T=Array.from({length:24},(e,t)=>({hour:t+v,label:bc(t+v)})),A=(()=>{const t=e.getCurrentDate().getFullYear(),a=e.getCurrentDate().getMonth(),r=new Date(t,a,1),n=new Date(t,a+1,0),h=[];for(let e=(0===r.getDay()?6:r.getDay()-1)-1;e>=0;e--){const r=new Date(t,a,-e);h.push({date:r.getDate(),isCurrentMonth:!1,isToday:!1,isSelected:!1,fullDate:r})}for(let e=1;e<=n.getDate();e++){const r=new Date(t,a,e),n=r.toDateString()===(new Date).toDateString(),d=r.toDateString()===i.toDateString();h.push({date:e,isCurrentMonth:!0,isToday:n,isSelected:d,fullDate:r})}const d=42-h.length;for(let e=1;e<=d;e++){const r=new Date(t,a+1,e);h.push({date:e,isCurrentMonth:!1,isToday:!1,isSelected:!1,fullDate:r})}return h})(),N=t.useMemo(()=>{const e=new Date;e.setHours(0,0,0,0);const t=new Date(i);return t.setHours(0,0,0,0),t.getTime()===e.getTime()},[i]);return t.useEffect(()=>{const e=setInterval(()=>l(new Date),6e4);return()=>clearInterval(e)},[]),a.jsxs("div",{className:"flex h-full bg-gray-50",children:[a.jsx("div",{className:`flex-none ${"buttons"===d?"":"md:w-[60%]"} w-[70%] bg-white border-r border-gray-200`,children:a.jsxs("div",{className:`relative ${se} h-full`,children:[a.jsx(Ep,{calendar:e,viewType:exports.ViewType.DAY,currentDate:i,switcherMode:d,customSubtitle:y.toLocaleDateString("en-US",{weekday:"long"})}),a.jsxs("div",{className:G,ref:g,children:[a.jsx("div",{className:X,children:"all-day"}),a.jsx("div",{className:"flex flex-1 relative",children:a.jsx("div",{className:"w-full relative",style:{minHeight:`${x}px`},onDoubleClick:e=>{const t=Math.floor((i.getTime()-f.getTime())/864e5);null==z||z(e,t)},children:w.filter(e=>e.allDay).map(e=>a.jsx(js,{event:e,isAllDay:!0,isDayView:!0,allDayHeight:x,calendarRef:h,isBeingDragged:V&&(null==q?void 0:q.eventId)===e.id&&"move"===(null==q?void 0:q.mode),hourHeight:u,firstHour:v,onMoveStart:j,onEventUpdate:C,onEventDelete:E,detailPanelEventId:p,onDetailPanelToggle:e=>k(e),customDetailPanelContent:r,customEventDetailDialog:n},e.id))})})]}),a.jsx("div",{className:$,style:{position:"relative"},children:a.jsxs("div",{className:"relative flex",children:[N&&(()=>{const e=y,t=e.getHours()+e.getMinutes()/60;if(t<v||t>m)return null;const r=(t-v)*u;return a.jsxs("div",{className:U,style:{top:`${r}px`,width:"100%",height:0,zIndex:20},children:[a.jsxs("div",{className:"flex items-center",style:{width:`${M}px`},children:[a.jsx("div",{className:"relative w-full flex items-center"}),a.jsx("div",{className:_,children:bc(t)})]}),a.jsx("div",{className:"flex-1 flex items-center",children:a.jsx("div",{className:"h-0.5 w-full bg-red-600 relative"})})]})})(),a.jsx("div",{className:Y,children:T.map((e,t)=>a.jsx("div",{className:F,children:a.jsx("div",{className:B,children:0===t?"":e.label})},t))}),a.jsxs("div",{className:"flex-grow relative",children:[T.map((e,t)=>a.jsx("div",{className:W,onDoubleClick:e=>{var t,a,r,n;const d=Math.floor((i.getTime()-f.getTime())/864e5),o=null===(a=null===(t=h.current)||void 0===t?void 0:t.querySelector(".calendar-content"))||void 0===a?void 0:a.getBoundingClientRect();if(!o)return;const y=e.clientY-o.top+(null===(n=null===(r=h.current)||void 0===r?void 0:r.querySelector(".calendar-content"))||void 0===n?void 0:n.scrollTop)||0;D(e,d,v+y/u)}},t)),a.jsx("div",{className:"h-3 border-t border-gray-200 relative",children:a.jsx("div",{className:"absolute -top-2.5 -left-9 text-[12px] text-gray-500",children:"00.00"})}),a.jsx("div",{className:"absolute top-0 left-0 right-0 bottom-0 pointer-events-none",children:w.filter(e=>!e.allDay).map(e=>{const t=b.get(e.id);return a.jsx(js,{event:e,layout:t,isDayView:!0,calendarRef:h,isBeingDragged:V&&(null==q?void 0:q.eventId)===e.id&&"move"===(null==q?void 0:q.mode),hourHeight:u,firstHour:v,onMoveStart:j,onResizeStart:H,onEventUpdate:C,onEventDelete:E,detailPanelEventId:p,onDetailPanelToggle:e=>k(e),customDetailPanelContent:r,customEventDetailDialog:n},e.id)})})]})]})})]})}),a.jsx("div",{className:`flex-none ${"buttons"===d?"":"md:w-[40%]"} w-[30%] bg-white`,children:a.jsxs("div",{className:`${se} h-full`,children:[a.jsx("div",{className:"px-2 border-b border-gray-200",children:a.jsxs("div",{children:[a.jsxs("div",{className:"flex items-center justify-end gap-2",children:[a.jsx("div",{className:R,style:{position:"relative"},children:a.jsx("div",{children:a.jsx("h1",{className:P,children:" "})})}),"select"===d?a.jsx(Cp,{mode:d,calendar:e}):null,a.jsx(zp,{handlePreviousMonth:()=>e.goToPrevious(),handleNextMonth:()=>e.goToNext(),handleToday:()=>e.goToToday()})]}),a.jsxs("div",{className:ae,children:[zc.map(e=>a.jsx("div",{className:re,children:e.charAt(0)},e)),A.map((t,r)=>a.jsx("button",{className:`\n ${ne}\n ${t.isCurrentMonth?he:de}\n ${t.isToday?ie:""}\n ${t.isSelected&&!t.isToday?oe:""}\n `,onClick:()=>{return a=t.fullDate,void e.setCurrentDate(a);var a},children:t.date},r))]})]})}),a.jsxs("div",{className:"flex-1 p-4 overflow-y-auto",children:[a.jsx("h3",{className:"text-lg font-semibold mb-3",children:i.toLocaleDateString("en-US",{weekday:"long",month:"long",day:"numeric"})}),0===w.length?a.jsx("p",{className:`text-gray-500 ${ce}`,children:"No events for this day"}):a.jsx("div",{className:"space-y-2",children:w.map(e=>a.jsxs("div",{className:`\n p-2 rounded border-l-4 cursor-pointer transition-colors\n ${(null==c?void 0:c.id)===e.id?"bg-blue-50 border-blue-500":"bg-gray-50 border-gray-300"}\n hover:bg-gray-100\n `,style:{borderLeftColor:fc(e.calendarId||"blue")},onClick:()=>s(e),children:[a.jsx("div",{className:`font-medium ${ce}`,children:e.title}),!e.allDay&&a.jsxs("div",{className:`${le} ${ye}`,children:[bc(pc(e.start))," -"," ",bc(Hc(e))]}),e.allDay&&a.jsx("div",{className:`${le} ${ye}`,children:"All day"})]},e.id))})]})]})})]})},Ap={enableDrag:!0,enableResize:!0,enableCreate:!0,showMiniCalendar:!0,showAllDay:!0,scrollToCurrentTime:!0,hourHeight:72,firstHour:0,lastHour:24,dragConfig:{supportedViews:[exports.ViewType.DAY],enableAllDayCreate:!0},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},viewConfig:{showMiniCalendar:!0,showAllDay:!0,scrollToCurrentTime:!0}},Np=({app:e,customDetailPanelContent:r,customEventDetailDialog:n,calendarRef:h,switcherMode:d="buttons"})=>{const i=e.getCurrentDate(),o=e.getEvents(),y=e=>{const t=e.getDay(),a=e.getDate()-t+(0===t?-6:1),r=new Date(e);return r.setDate(a),r.setHours(0,0,0,0),r},l=t.useMemo(()=>y(i),[i]),[c,s]=t.useState(new Date),[p,k]=t.useState(null),[u,v]=t.useState(null),{HOUR_HEIGHT:m,FIRST_HOUR:M,LAST_HOUR:x,TIME_COLUMN_WIDTH:g,ALL_DAY_HEIGHT:f}=Ns,w=t.useRef(null),b=t.useMemo(()=>{const e=new Date(l);e.setDate(l.getDate()+6),e.setHours(23,59,59,999);return o.filter(t=>{const a=dc(t.start);a.setHours(0,0,0,0);const r=dc(t.end);return r.setHours(23,59,59,999),r>=l&&a<=e}).map(e=>{const t=dc(e.start),a=Math.floor((t.getTime()-l.getTime())/864e5),r=Math.max(0,Math.min(6,a));return Object.assign(Object.assign({},e),{day:r})})},[o,l]),j=t.useMemo(()=>xs(b,l),[b,l]),D=t.useMemo(()=>{const e=j.filter(e=>e.event.allDay);e.sort((e,t)=>{if(e.startDayIndex!==t.startDayIndex)return e.startDayIndex-t.startDayIndex;const a=e.endDayIndex-e.startDayIndex;return t.endDayIndex-t.startDayIndex-a});const t=[];return e.forEach(e=>{let a=0,r=!1;for(;!r;){t.some(t=>t.row===a&&!(e.endDayIndex<t.startDayIndex||e.startDayIndex>t.endDayIndex))?a++:r=!0}t.push(Object.assign(Object.assign({},e),{row:a}))}),t},[j]),H=t.useMemo(()=>{if(0===D.length)return f;const e=Math.max(...D.map(e=>e.row));return f+e*f},[D,f]),z=t.useMemo(()=>{const e=new Map;for(let t=0;t<7;t++){const a=[];b.forEach(e=>{if(e.allDay)return;const r=gs(e,l);if(r.length>0){const n=r.find(e=>e.dayIndex===t);if(n){const r=n.endHour>=24?23.99:n.endHour,h=Object.assign(Object.assign({},e),{start:rc(kc(Ic(l,t),n.startHour)),end:rc(kc(Ic(l,t),r)),day:t});a.push(h)}}else e.day===t&&a.push(e)});const r=As.calculateDayEventLayouts(a,{viewType:"week"});e.set(t,r)}return e},[b,l]),{handleMoveStart:q,handleCreateStart:V,handleResizeStart:C,handleCreateAllDayEvent:E,dragState:T,isDragging:A}=Hp(e,{calendarRef:h,allDayRowRef:w,viewType:exports.ViewType.WEEK,onEventsUpdate:(t,a)=>{const r=t(b),n=new Set(r.map(e=>e.id)),h=b.filter(e=>!n.has(e.id)),d=new Set(b.map(e=>e.id)),i=r.filter(e=>!d.has(e.id)),o=r.filter(e=>{if(!d.has(e.id))return!1;const t=b.find(t=>t.id===e.id);return t&&(dc(t.start).getTime()!==dc(e.start).getTime()||dc(t.end).getTime()!==dc(e.end).getTime()||t.day!==e.day||pc(t.start)!==pc(e.start)||pc(t.end)!==pc(e.end)||t.title!==e.title)});h.forEach(t=>e.deleteEvent(t.id)),i.forEach(t=>e.addEvent(t)),o.forEach(t=>e.updateEvent(t.id,t,a))},onEventCreate:t=>{e.addEvent(t)},onEventEdit:()=>{},currentWeekStart:l,events:b,calculateNewEventLayout:(e,t,a)=>{const r=new Date,n=new Date;r.setHours(Math.floor(t),t%1*60,0,0),n.setHours(Math.floor(a),a%1*60,0,0);const h={id:"-1",title:"Temp",day:e,start:rc(r),end:rc(n),calendarId:"blue",allDay:!1},d=[...b.filter(t=>t.day===e&&!t.allDay),h];return As.calculateDayEventLayouts(d,{viewType:"week"}).get("-1")||null},calculateDragLayout:(e,t,a,r)=>{const n=b.map(n=>{if(n.id!==e.id)return n;const h=dc(n.start),d=kc(h,a),i=kc(h,r),o=rc(d),y=rc(i);return Object.assign(Object.assign({},n),{day:t,start:o,end:y})}),h=n.filter(e=>e.day===t&&!e.allDay);if(0===h.length)return null;return As.calculateDayEventLayouts(h,{viewType:"week"}).get(e.id)||null}}),N=t.useMemo(()=>["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],[]),S=Array.from({length:24},(e,t)=>({hour:t+M,label:bc(t+M)})),I=t.useMemo(()=>{const e=new Date;return e.setHours(0,0,0,0),N.map((t,a)=>{const r=new Date(l);r.setDate(l.getDate()+a);const n=new Date(r);return n.setHours(0,0,0,0),{date:r.getDate(),month:r.toLocaleString("default",{month:"short"}),fullDate:new Date(r),isToday:n.getTime()===e.getTime()}})},[l,N]),L=t=>{e.updateEvent(t.id,t)},Z=t=>{e.deleteEvent(t)},O=t.useMemo(()=>{const e=new Date,t=y(e);return l.getTime()===t.getTime()},[l]);return t.useEffect(()=>{const e=setInterval(()=>s(new Date),6e4);return()=>clearInterval(e)},[]),a.jsxs("div",{className:"relative flex flex-col bg-white w-full overflow-hidden h-full",children:[a.jsx(Ep,{calendar:e,viewType:exports.ViewType.WEEK,currentDate:i,switcherMode:d,onPrevious:()=>e.goToPrevious(),onNext:()=>e.goToNext(),onToday:()=>e.goToToday()}),a.jsxs("div",{className:"flex border-b border-gray-200",children:[a.jsx("div",{className:"w-20 p-2"}),N.map((e,t)=>a.jsxs("div",{className:"flex flex-1 justify-center items-center text-center text-gray-500 text-sm p-1",children:[a.jsx("div",{className:"inline-flex items-center justify-center text-sm h-6 w-6 mt-1 mr-1",children:e}),a.jsx("div",{className:"inline-flex items-center justify-center h-6 w-6 rounded-full text-sm mt-1",children:I[t].date})]},t))]}),a.jsxs("div",{className:G,ref:w,children:[a.jsx("div",{className:X,children:"all-day"}),a.jsxs("div",{className:"flex flex-1 relative",style:{minHeight:`${H}px`},children:[N.map((e,t)=>a.jsx("div",{className:"flex-1 border-r border-gray-200 relative",style:{minHeight:`${H}px`},onDoubleClick:e=>null==E?void 0:E(e,t)},`allday-${t}`)),a.jsx("div",{className:"absolute inset-0 pointer-events-none",children:D.map(e=>a.jsx(js,{event:e.event,segment:e,segmentIndex:e.row,isAllDay:!0,isMultiDay:!0,allDayHeight:f,calendarRef:h,isBeingDragged:A&&(null==T?void 0:T.eventId)===e.event.id&&"move"===(null==T?void 0:T.mode),hourHeight:m,firstHour:M,onMoveStart:q,onResizeStart:C,onEventUpdate:L,onEventDelete:Z,selectedEventId:u,detailPanelEventId:p,onEventSelect:e=>v(e),onDetailPanelToggle:e=>k(e),customDetailPanelContent:r,customEventDetailDialog:n},e.id))})]})]}),a.jsx("div",{className:$,style:{position:"relative"},children:a.jsxs("div",{className:"relative flex",children:[O&&(()=>{const e=c,t=e.getHours()+e.getMinutes()/60;if(t<M||t>x)return null;const r=e.getDay(),n=0===r?6:r-1,h=(t-M)*m;return a.jsxs("div",{className:U,style:{top:`${h}px`,width:"100%",height:0,zIndex:20},children:[a.jsxs("div",{className:"flex items-center",style:{width:`${g}px`},children:[a.jsx("div",{className:"relative w-full flex items-center"}),a.jsx("div",{className:_,children:bc(t)})]}),a.jsx("div",{className:"flex flex-1",children:N.map((e,t)=>a.jsx("div",{className:"flex-1 flex items-center",children:a.jsx("div",{className:"h-0.5 w-full relative",style:{backgroundColor:t===n?"#C53030":"#fdedeb",zIndex:9999},children:t===n&&0!==n&&a.jsx("div",{className:"absolute w-2 h-2 bg-red-700 rounded-full",style:{top:"-3px",left:"-4px"}})})},t))})]})})(),a.jsx("div",{className:Y,children:S.map((e,t)=>a.jsx("div",{className:F,children:a.jsx("div",{className:B,children:0===t?"":e.label})},t))}),a.jsxs("div",{className:"flex-grow relative",children:[S.map((e,t)=>a.jsx("div",{className:W,children:N.map((r,n)=>a.jsx("div",{className:"flex-1 relative border-r border-gray-200",onDoubleClick:t=>{V(t,n,e.hour)}},`${t}-${n}`))},t)),a.jsxs("div",{className:"h-3 border-t border-gray-200 flex relative",children:[a.jsx("div",{className:"absolute -top-2.5 -left-9 text-[12px] text-gray-500",children:"00.00"}),N.map((e,t)=>a.jsx("div",{className:"flex-1 relative border-r border-gray-200"},`24-${t}`))]}),N.map((e,t)=>{const d=Sc(t,b),i=[];return d.forEach(e=>{const a=gs(e,l);if(a.length>0){const r=a.find(e=>e.dayIndex===t);r&&i.push({event:e,segmentInfo:Object.assign(Object.assign({},r),{dayIndex:t})})}else i.push({event:e})}),b.forEach(e=>{if(e.allDay||e.day===t)return;const a=gs(e,l).find(e=>e.dayIndex===t);a&&i.push({event:e,segmentInfo:Object.assign(Object.assign({},a),{dayIndex:t})})}),a.jsx("div",{className:"absolute top-0 pointer-events-none",style:{left:`calc(${100/7*t}%)`,width:100/7+"%",height:"100%"},children:i.map(({event:e,segmentInfo:d})=>{const i=z.get(t),o=null==i?void 0:i.get(e.id);return a.jsx(js,{event:e,layout:o,calendarRef:h,isBeingDragged:A&&(null==T?void 0:T.eventId)===e.id&&"move"===(null==T?void 0:T.mode),hourHeight:m,firstHour:M,onMoveStart:q,onResizeStart:C,onEventUpdate:L,onEventDelete:Z,selectedEventId:u,detailPanelEventId:p,onEventSelect:e=>v(e),onDetailPanelToggle:e=>k(e),customDetailPanelContent:r,customEventDetailDialog:n,multiDaySegmentInfo:d},d?`${e.id}-seg-${t}`:e.id)})},`events-day-${t}`)})]})]})})]})},Sp={enableDrag:!0,enableResize:!0,enableCreate:!0,showWeekends:!0,showAllDay:!0,startOfWeek:1,scrollToCurrentTime:!0,hourHeight:72,firstHour:0,lastHour:24,dragConfig:{supportedViews:[exports.ViewType.WEEK],enableAllDayCreate:!0},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},viewConfig:{showWeekends:!0,showAllDay:!0,startOfWeek:1,scrollToCurrentTime:!0}},Ip=2,Lp=50,Zp=1900,Op=2200,Rp=8,Pp=150,$p=1400,Yp=1e3,Fp=900;class Bp{static trackScrollEvent(e=0){this.metrics.scrollEvents++,this.metrics.totalScrollDistance+=Math.abs(e),this.metrics.avgScrollDelta=this.metrics.totalScrollDistance/this.metrics.scrollEvents}static trackRenderTime(e){this.metrics.renderTime.push(e),e>16.67&&this.metrics.frameDrops++,this.metrics.renderTime.length>100&&this.metrics.renderTime.shift()}static trackCacheHit(){this.metrics.cacheHits++}static trackCacheMiss(){this.metrics.cacheMisses++}static getMetrics(){const e=this.metrics.renderTime.length>0?this.metrics.renderTime.reduce((e,t)=>e+t,0)/this.metrics.renderTime.length:0,t=this.metrics.cacheHits+this.metrics.cacheMisses>0?this.metrics.cacheHits/(this.metrics.cacheHits+this.metrics.cacheMisses)*100:0,a=Date.now()-this.metrics.startTime,r=e>0?1e3/e:0;return{scrollEvents:this.metrics.scrollEvents,avgRenderTime:Math.round(100*e)/100,cacheHitRate:Math.round(100*t)/100,uptime:Math.round(a/1e3),scrollEventsPerSecond:Math.round(this.metrics.scrollEvents/(a/1e3)*100)/100,estimatedFPS:Math.round(r),frameDrops:this.metrics.frameDrops,avgScrollDelta:Math.round(100*this.metrics.avgScrollDelta)/100}}static reset(){this.metrics={scrollEvents:0,renderTime:[],cacheHits:0,cacheMisses:0,startTime:Date.now(),frameDrops:0,avgScrollDelta:0,totalScrollDistance:0}}}Bp.metrics={scrollEvents:0,renderTime:[],cacheHits:0,cacheMisses:0,startTime:Date.now(),frameDrops:0,avgScrollDelta:0,totalScrollDistance:0};class Wp{constructor(e=Lp){this.cache=new Map,this.accessOrder=[],this.maxSize=e}get(e){const t=this.cache.get(e);if(t)return Bp.trackCacheHit(),this.updateAccessOrder(e),t;Bp.trackCacheMiss()}set(e,t){if(this.cache.size>=this.maxSize){const e=this.accessOrder.shift();void 0!==e&&this.cache.delete(e)}this.cache.set(e,t),this.updateAccessOrder(e)}updateAccessOrder(e){const t=this.accessOrder.indexOf(e);t>-1&&this.accessOrder.splice(t,1),this.accessOrder.push(e)}getSize(){return this.cache.size}getHitRate(){return Bp.getMetrics().cacheHitRate}clear(){this.cache.clear(),this.accessOrder=[]}}const Up=()=>{const[e,a]=t.useState({yearHeight:Fp,screenSize:"desktop"});return t.useEffect(()=>{const e=()=>{const e=window.innerWidth;a(e<768?{yearHeight:$p,screenSize:"mobile"}:e<1024?{yearHeight:Yp,screenSize:"tablet"}:{yearHeight:Fp,screenSize:"desktop"})};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),e},_p=({currentDate:e,yearHeight:a,onCurrentYearChange:r})=>{const n=e.getFullYear(),h=(n-Zp)*a,[d,i]=t.useState(h),[o,y]=t.useState(600),[l,c]=t.useState(n),[s,p]=t.useState(!1),k=t.useRef(document.createElement("div")),u=t.useRef(null),v=t.useRef(0),m=t.useRef(0),M=t.useMemo(()=>{const e=performance.now(),t=Op-Zp+1,r=t*a,n=Math.floor(d/a),h=Math.min(t-1,Math.ceil((d+o)/a)),i=Math.max(0,n-Ip),y=Math.min(t-1,h+Ip),l=[];for(let e=i;e<=y;e++)l.push({index:e,year:Zp+e,top:e*a,height:a});const c=performance.now()-e;return Bp.trackRenderTime(c),{totalHeight:r,visibleItems:l}},[d,o,a]),x=t.useCallback(e=>{const t=performance.now();if(t-v.current<Rp)return;v.current=t;const n=e.currentTarget.scrollTop,h=Math.abs(n-m.current);m.current=n,Bp.trackScrollEvent(h),requestAnimationFrame(()=>{i(n);const e=n+o/2,t=Math.round(Zp+e/a);t!==l&&t>=Zp&&t<=Op&&(c(t),null==r||r(t))}),p(!0),u.current&&clearTimeout(u.current),u.current=setTimeout(()=>{p(!1)},Pp)},[o,l,a,r]);t.useEffect(()=>{const e=k.current;if(!e)return;e.scrollTop=h;const t=new ResizeObserver(([e])=>{y(e.contentRect.height)});return t.observe(e),()=>t.disconnect()},[h]);const g=t.useCallback((e,t=!0)=>{if(!k.current)return;const r=(e-Zp)*a-o/2+a/2;k.current.scrollTo({top:Math.max(0,r),behavior:t?"smooth":"auto"})},[a,o]),f=t.useCallback(()=>{const e=Math.max(Zp,l-1);c(e),g(e)},[l,g]),w=t.useCallback(()=>{const e=Math.min(Op,l+1);c(e),g(e)},[l,g]),b=t.useCallback(()=>{const e=(new Date).getFullYear();c(e),g(e)},[g]);return t.useEffect(()=>()=>{u.current&&clearTimeout(u.current)},[]),{scrollTop:d,containerHeight:o,currentYear:l,isScrolling:s,virtualData:M,scrollElementRef:k,handleScroll:x,scrollToYear:g,handlePreviousYear:f,handleNextYear:w,handleToday:b,setScrollTop:i,setContainerHeight:y,setCurrentYear:c,setIsScrolling:p}},Gp=()=>{const[e,a]=t.useState({weekHeight:l,screenSize:"desktop",weeksPerView:6});return t.useEffect(()=>{const e=()=>{const e=window.innerWidth,t=window.innerHeight-150,r=Math.max(80,Math.floor(t/6)),n=e<768?{weekHeight:Math.max(o,r),screenSize:"mobile",weeksPerView:6}:e<1024?{weekHeight:Math.max(y,r),screenSize:"tablet",weeksPerView:6}:{weekHeight:Math.max(l,r),screenSize:"desktop",weeksPerView:6};a(n)};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),e},Xp=({currentDate:e,weekHeight:a,onCurrentMonthChange:r,initialWeeksToLoad:n=104})=>{const h=t.useRef(null),o=t.useMemo(()=>{const t=new Date(e);return t.setDate(1),t.setHours(0,0,0,0),Nc(t,n)},[e,n]),y=t.useMemo(()=>{const t=new Date(e);t.setDate(1),t.setHours(0,0,0,0);const r=o.findIndex(e=>e.days.some(e=>e.date.toDateString()===t.toDateString()));return r>0?r*a:0},[o,e,a]),[l,s]=t.useState(y),[p,k]=t.useState(600),[u,v]=t.useState(qc[e.getMonth()]),[m,M]=t.useState(e.getFullYear()),[x,g]=t.useState(!1),[f,w]=t.useState(o),[b,j]=t.useState(!1),D=t.useRef(!1),[H,z]=t.useState(!1),q=t.useRef(e),V=t.useRef(null),C=t.useRef(null),E=t.useRef(new c),T=t.useRef(0),A=t.useRef(0),N=t.useRef(!1),S=t.useCallback(e=>{e&&(V.current=e)},[]),I=t.useCallback(e=>{let t=E.current.get(e);return t||(t=Tc(e),E.current.set(e,t)),t},[]),L=t.useCallback((e,t=26)=>{N.current||(N.current=!0,setTimeout(()=>{try{if("future"===e){const e=f[f.length-1],a=[];for(let r=1;r<=t;r++){const t=new Date(e.startDate);t.setDate(t.getDate()+7*r),a.push(I(t))}w(e=>[...e,...a])}else{const e=f[0],r=[];for(let a=t;a>=1;a--){const t=new Date(e.startDate);t.setDate(t.getDate()-7*a),r.push(I(t))}const n=r.length*a;w(e=>[...r,...e]),requestAnimationFrame(()=>{s(e=>e+n),V.current&&(V.current.scrollTop+=n)})}}finally{setTimeout(()=>{N.current=!1},200)}},0))},[f,I,a]),Z=t.useMemo(()=>{const e=f.length*a,t=Math.floor(l/a);let r=Math.max(0,t);r=Math.min(r,Math.max(0,f.length-6));const n=Math.min(f.length-1,r+6-1),h=Math.max(0,r-15),d=Math.min(f.length-1,n+15),i=[];for(let e=h;e<=d;e++)i.push({index:e,weekData:f[e],top:e*a,height:a});return{totalHeight:e,visibleItems:i,displayStartIndex:r}},[l,p,a,f]),O=t.useCallback(e=>{if(b||x||0===e.length||!H)return;const t=l+p/2,a=e.find(e=>e.top<=t&&e.top+e.height>t)||e[Math.floor(e.length/2)];if(!a)return;const n={};a.weekData.days.forEach(e=>{const t=`${qc[e.month]}-${e.year}`;n[t]=(n[t]||0)+1});let d="",i=0,o=0;Object.entries(n).forEach(([e,t])=>{if(t>o){o=t;const[a,r]=e.split("-");d=a,i=parseInt(r)}}),d&&i&&(h.current?d===h.current.month&&i===h.current.year&&(h.current=null,d===u&&i===m||(v(d),M(i),null==r||r(d,i))):d===u&&i===m||(v(d),M(i),null==r||r(d,i)))},[p,u,m,b,x,r,l,H]),R=t.useCallback(e=>{const t=performance.now();if(t-T.current<d)return;T.current=t;const r=e.currentTarget,n=r.scrollTop;A.current=n,s(n),b||requestAnimationFrame(()=>{const{scrollHeight:e,clientHeight:t}=r;n+t>e-10*a&&!N.current&&L("future",26),n<10*a&&!N.current&&L("past",26)}),g(!0),C.current&&clearTimeout(C.current),C.current=setTimeout(()=>{g(!1)},i)},[a,L,b]),P=t.useCallback((e,t=!0)=>{if(!V.current)return;j(!0),D.current=!0;const r=()=>{setTimeout(()=>{j(!1),D.current=!1},t?500:200)},n=f.findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(-1!==n){const e=n*a;return V.current.scrollTo({top:e,behavior:t?"smooth":"auto"}),void r()}const h=e.getDay(),d=0===h?6:h-1,i=new Date(e);i.setDate(e.getDate()-d),i.setHours(0,0,0,0);const o=f[0],y=f[f.length-1];let l=0,c=!1,p=!1;i<o.startDate?(l=Math.ceil((o.startDate.getTime()-i.getTime())/6048e5),c=!0):i>y.startDate&&(l=Math.ceil((i.getTime()-y.startDate.getTime())/6048e5),p=!0);const k=Math.min(l+10,52);if(c){const n=[];for(let e=k;e>=1;e--){const t=new Date(o.startDate);t.setDate(t.getDate()-7*e),n.push(I(t))}const h=n.length*a;w(e=>[...n,...e]),requestAnimationFrame(()=>{const d=[...n,...f].findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(V.current&&-1!==d){const e=d*a;V.current.scrollTop+=h,s(e=>e+h),setTimeout(()=>{V.current&&V.current.scrollTo({top:e,behavior:t?"smooth":"auto"})},50)}r()})}else if(p){const n=[];for(let e=1;e<=k;e++){const t=new Date(y.startDate);t.setDate(t.getDate()+7*e),n.push(I(t))}w(e=>[...e,...n]),requestAnimationFrame(()=>{const h=[...f,...n].findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(V.current&&-1!==h){const e=h*a;V.current.scrollTo({top:e,behavior:t?"smooth":"auto"})}r()})}else r()},[f,a,I]),$=t.useCallback(()=>{const e="January"===u?11:qc.indexOf(u)-1,t=new Date("January"===u?m-1:m,e,1);P(t)},[u,m,P]),Y=t.useCallback(()=>{const e="December"===u?0:qc.indexOf(u)+1,t=new Date("December"===u?m+1:m,e,1);P(t)},[u,m,P]),F=t.useCallback(()=>{const e=new Date,t=qc[e.getMonth()],n=e.getFullYear(),d=new Date(n,e.getMonth(),1);h.current={month:t,year:n},v(t),M(n),null==r||r(t,n);const i=f.findIndex(e=>e.days.some(e=>e.date.toDateString()===d.toDateString()));if(-1!==i){const e=i*a,t=V.current;t&&(j(!0),D.current=!0,requestAnimationFrame(()=>{s(e),requestAnimationFrame(()=>{t&&(t.scrollTop=e,setTimeout(()=>{D.current=!1,j(!1)},200))})}))}else j(!0),D.current=!0,requestAnimationFrame(()=>{P(d,!0),setTimeout(()=>{D.current=!1,j(!1)},200)})},[f,a,r,P]);return t.useEffect(()=>{O(Z.visibleItems)},[Z.visibleItems,O]),t.useEffect(()=>{const t=q.current,a=t.getMonth(),n=t.getFullYear(),d=e.getMonth(),i=e.getFullYear();if(a!==d||n!==i){const e=new Date(i,d,1),t=qc[d];h.current={month:t,year:i},v(t),M(i),null==r||r(t,i),P(e,!0)}q.current=e},[e,r,P]),t.useEffect(()=>{const e=V.current;if(!e)return;const t=new ResizeObserver(([e])=>{k(e.contentRect.height)});return t.observe(e),()=>t.disconnect()},[]),t.useEffect(()=>{const e=V.current;e&&!H&&requestAnimationFrame(()=>{e&&y>0?(e.scrollTop=y,z(!0)):e&&z(!0)})},[H,y]),t.useEffect(()=>()=>{C.current&&clearTimeout(C.current)},[]),{scrollTop:l,containerHeight:p,currentMonth:u,currentYear:m,isScrolling:x,virtualData:Z,scrollElementRef:V,handleScroll:R,scrollToDate:P,handlePreviousMonth:$,handleNextMonth:Y,handleToday:F,setScrollTop:s,setContainerHeight:k,setCurrentMonth:v,setCurrentYear:M,setIsScrolling:g,cache:E.current,scrollElementRefCallback:S,weeksData:f}},Jp=t.memo(({currentMonth:e,currentYear:r,newlyCreatedEventId:n,isScrolling:h,isDragging:d,item:i,events:o,dragState:y,calendarRef:l,onEventUpdate:c,onEventDelete:s,onMoveStart:p,onCreateStart:k,onResizeStart:u,onDetailPanelOpen:m,onMoreEventsClick:M,onChangeView:x,onSelectDate:g,selectedEventId:f,onEventSelect:w,detailPanelEventId:b,onDetailPanelToggle:j,customDetailPanelContent:D,customEventDetailDialog:H})=>{const[z,q]=t.useState(!1),V=t.useRef(null);t.useEffect(()=>h?(q(!0),V.current&&(clearTimeout(V.current),V.current=null),()=>{V.current&&(clearTimeout(V.current),V.current=null)}):z?(V.current=setTimeout(()=>{q(!1),V.current=null},100),()=>{V.current&&(clearTimeout(V.current),V.current=null)}):void 0,[h,z]);const{weekData:C,height:E}=i,T=C.days.find(e=>1===e.day),A=`${E}px`,N=t.useMemo(()=>xs(o,C.startDate),[o,C.startDate]),S=t.useMemo(()=>(e=>{const t=[];return e.forEach(e=>{if(!e.start||!e.end)return void v.warn("Event missing start or end date:",e);const a=dc(e.start),r=dc(e.end),n=new Date(a);n.setHours(0,0,0,0);const h=new Date(r);h.setHours(0,0,0,0);let d=new Date(h);if(!e.allDay&&0===r.getHours()&&0===r.getMinutes()&&0===r.getSeconds()){const e=r.getTime()-a.getTime();e>0&&e<864e5&&(d=new Date(h),d.setDate(d.getDate()-1))}const i=n.toDateString()!==d.toDateString();if(!i||e.allDay)if(i&&e.allDay){const n=new Date(a);for(;n<=r;){const a=Ql.PlainDate.from({year:n.getFullYear(),month:n.getMonth()+1,day:n.getDate()});t.push(Object.assign(Object.assign({},e),{start:a,end:a,day:n.getDay()})),n.setDate(n.getDate()+1)}}else t.push(Object.assign(Object.assign({},e),{start:e.start,end:e.end,day:a.getDay()}))}),t})(o),[o]),I=t.useMemo(()=>(e=>{const t=[...e].sort((e,t)=>{const a=e.endDayIndex-e.startDayIndex+1,r=t.endDayIndex-t.startDayIndex+1;return e.startDayIndex>t.startDayIndex?1:a!==r?r-a:e.startDayIndex-t.startDayIndex}),a=[];t.forEach(e=>{let t=0,r=!1;for(;!r;)a.some(a=>{var r;const n=Math.abs((null!==(r=a.yPosition)&&void 0!==r?r:0)-t)<16,h=!(e.endDayIndex<a.startDayIndex||e.startDayIndex>a.endDayIndex);return n&&h})?t+=16:r=!0;a.push(Object.assign(Object.assign({},e),{yPosition:t}))});const r=[];return a.forEach(e=>{var t;const a=Math.floor((null!==(t=e.yPosition)&&void 0!==t?t:0)/16);r[a]||(r[a]=[]),r[a].push(e)}),r.forEach(e=>{e.sort((e,t)=>e.startDayIndex-t.startDayIndex)}),r})(N),[N]),L=t.useMemo(()=>{const e=Array(7).fill(0);return I.forEach((t,a)=>{t.forEach(t=>{for(let r=t.startDayIndex;r<=t.endDayIndex;r++)e[r]=Math.max(e[r],a+1)})}),e},[I]),Z=t.useMemo(()=>Math.max(0,17*I.length),[I]),O=(t,h)=>{var i;const o=t.month===qc.indexOf(e)&&t.year===r;var v;const z=(e=>[...e].sort((e,t)=>e.allDay!==t.allDay?e.allDay?-1:1:e.allDay&&t.allDay?0:pc(e.start)-pc(t.start)))((v=t.date,S.filter(e=>{if(!e.start||!e.end)return dc(e.start).toDateString()===v.toDateString();const t=dc(e.start),a=dc(e.end);if(!e.allDay&&0===a.getHours()&&0===a.getMinutes()&&0===a.getSeconds()){const e=a.getTime()-t.getTime();if(e>0&&e<864e5)return t.toDateString()===v.toDateString()}return t.toDateString()===v.toDateString()||a.toDateString()===v.toDateString()}))),q=z.slice(0,4),V=z.length-q.length,C=V>0,E=[],T=null!==(i=L[h])&&void 0!==i?i:0;for(let e=0;e<T;e++)E.push(a.jsx("div",{className:"flex-shrink-0",style:{height:"17px",minHeight:"17px"}},`placeholder-layer-${e}-${t.date.getTime()}`));return q.forEach((e,t)=>{const r=I.flat().find(t=>t.originalEventId===e.id);e.allDay&&r||E.push(a.jsx(js,{event:e,isMonthView:!0,calendarRef:l,hourHeight:72,firstHour:0,onEventUpdate:c,onEventDelete:s,onMoveStart:p,onResizeStart:u,isBeingDragged:d&&y.eventId===e.id&&"move"===y.mode,newlyCreatedEventId:n,onDetailPanelOpen:m,selectedEventId:f,onEventSelect:w,detailPanelEventId:b,onDetailPanelToggle:j,customDetailPanelContent:D,customEventDetailDialog:H},`${e.id}-${e.day}-${pc(e.start)}-${t}`))}),a.jsxs("div",{className:`\n relative flex flex-col border-r border-gray-200 last:border-r-0 \n ${o?"text-gray-800":"text-gray-400"}\n `,style:{height:A},"data-date":(N=t.date,`${N.getFullYear()}-${String(N.getMonth()+1).padStart(2,"0")}-${String(N.getDate()).padStart(2,"0")}`),onDoubleClick:e=>k(e,t.date),children:[a.jsxs("div",{className:"flex items-start justify-between p-2 pb-1 relative z-20",children:[a.jsx("div",{className:"flex-1"}),a.jsxs("div",{className:"flex items-center",children:[a.jsx("span",{className:`\n inline-flex items-center justify-center h-5 w-5 rounded-full text-sm font-medium\n ${t.isToday?"bg-blue-500 text-white":o?"text-gray-900":"text-gray-400"}\n `,children:t.day}),1===t.day&&a.jsx("span",{className:"text-xs text-gray-500 ml-1",children:t.shortMonthName})]})]}),a.jsxs("div",{className:"flex-1 overflow-hidden px-1",children:[E,C&&a.jsxs("div",{className:"text-xs text-gray-500 hover:text-gray-700 cursor-pointer hover:underline",onClick:e=>{e.stopPropagation(),M?M(t.date):(null==g||g(t.date),null==x||x(exports.ViewType.DAY))},children:["+",V," more"]})]})]},`day-${t.date.getTime()}`);var N};return a.jsxs("div",{className:"relative select-none border-b border-gray-200",style:{height:A},children:[T&&a.jsx("div",{className:`\n absolute top-10 left-0 z-30 bg-white/50 py-2 px-2 duration-300\n ${z?"opacity-100 pointer-events-auto":"opacity-0 pointer-events-none"}\n `,style:{transition:"opacity 0.5s ease",maxWidth:"fit-content"},children:a.jsxs("span",{className:"text-2xl font-bold",children:[T.monthName," ",T.year]})}),a.jsx("div",{className:"h-full flex flex-col",children:a.jsxs("div",{className:"calendar-week relative h-full",children:[a.jsx("div",{className:"grid grid-cols-7 h-full",children:C.days.map((e,t)=>O(e,t))}),I.length>0&&a.jsx("div",{className:"absolute left-0 right-0 pointer-events-none",style:{top:"33px",height:`${Z}px`,zIndex:10},children:I.map((e,t)=>a.jsx("div",{className:"absolute inset-0",children:e.map(e=>a.jsx(js,{event:e.event,segment:e,segmentIndex:t,isMonthView:!0,isMultiDay:!0,calendarRef:l,hourHeight:72,firstHour:0,onEventUpdate:c,onEventDelete:s,onMoveStart:p,onResizeStart:u,isBeingDragged:d&&y.eventId===e.event.id&&"move"===y.mode,newlyCreatedEventId:n,onDetailPanelOpen:m,selectedEventId:f,onEventSelect:w,detailPanelEventId:b,onDetailPanelToggle:j,customDetailPanelContent:D,customEventDetailDialog:H},e.id))},`layer-${t}`))})]})})]})});Jp.displayName="WeekComponent";const Kp=({app:e,customDetailPanelContent:r,customEventDetailDialog:n,calendarRef:h,switcherMode:d="buttons"})=>{const i=e.getCurrentDate(),o=e.getEvents(),y=t.useRef(null),l=t.useMemo(()=>{const e=y.current;return e&&e.length===o.length&&e.every((e,t)=>e===o[t])?e:(y.current=o,o)},[o]),c=t.useMemo(()=>{const e=new Map,t=e=>{const t=new Date(e);t.setHours(0,0,0,0);const a=t.getDay(),r=0===a?-6:1-a;return t.setDate(t.getDate()+r),t.setHours(0,0,0,0),t},a=(t,a)=>{const r=e.get(t);r?r.push(a):e.set(t,[a])};return l.forEach(e=>{if(!e.start)return;const r=dc(e.start),n=e.end?dc(e.end):r,h=new Date(r);h.setHours(0,0,0,0);const d=new Date(n);d.setHours(0,0,0,0);let i=new Date(d);if(!e.allDay){0!==n.getHours()||0!==n.getMinutes()||0!==n.getSeconds()||0!==n.getMilliseconds()||i.setDate(i.getDate()-1)}i<h&&(i=new Date(h));const o=t(h),y=t(i);let l=o.getTime();const c=y.getTime();for(;l<=c;){a(l,e);const t=new Date(l);t.setDate(t.getDate()+7),t.setHours(0,0,0,0),l=t.getTime()}}),e},[l]),{screenSize:s}=Gp(),[p,k]=t.useState(119),u=t.useRef(119),v=t.useRef([]),[m,M]=t.useState(null),[x,g]=t.useState(null),[f,w]=t.useState(null),b=t.useMemo(()=>{const e=i.getDay(),t=i.getDate()-e+(0===e?-6:1),a=new Date(i);return a.setDate(t),a.setHours(0,0,0,0),a},[i]),{handleMoveStart:j,handleCreateStart:D,handleResizeStart:H,dragState:z,isDragging:q}=Hp(e,{calendarRef:h,viewType:exports.ViewType.MONTH,onEventsUpdate:(t,a)=>{const r=t(l),n=new Set(r.map(e=>e.id)),h=l.filter(e=>!n.has(e.id)),d=new Set(l.map(e=>e.id)),i=r.filter(e=>!d.has(e.id)),o=r.filter(e=>{if(!d.has(e.id))return!1;const t=l.find(t=>t.id===e.id);return t&&(dc(t.start).getTime()!==dc(e.start).getTime()||dc(t.end).getTime()!==dc(e.end).getTime()||t.day!==e.day||pc(t.start)!==pc(e.start)||pc(t.end)!==pc(e.end)||t.title!==e.title||(null==t?void 0:t.start)!==(null==e?void 0:e.start)||(null==t?void 0:t.end)!==(null==e?void 0:e.end))});h.forEach(t=>e.deleteEvent(t.id)),i.forEach(t=>e.addEvent(t)),o.forEach(t=>e.updateEvent(t.id,t,a))},onEventCreate:t=>{e.addEvent(t)},onEventEdit:e=>{M(e.id)},currentWeekStart:b,events:l}),{currentMonth:V,currentYear:C,isScrolling:E,virtualData:T,scrollElementRef:A,handleScroll:N,handlePreviousMonth:S,handleNextMonth:I,handleToday:L,setScrollTop:Z}=Xp({currentDate:i,weekHeight:p,onCurrentMonthChange:(t,a)=>{const r=qc.indexOf(t);r>=0&&e.setVisibleMonth(new Date(a,r,1))},initialWeeksToLoad:156}),O=t.useRef(0),[R,P]=t.useState(0),$=t.useMemo(()=>R-6*p,[R,p]),{visibleWeeks:Y,startIndex:F}=t.useMemo(()=>{const{visibleItems:e,displayStartIndex:t}=T,a=e.findIndex(e=>e.index===t);if(-1===a)return v.current.length>0?{visibleWeeks:v.current,startIndex:O.current}:{visibleWeeks:[],startIndex:t};const r=e.slice(a,a+8);return r.length>=6&&(v.current=r,O.current=t),{visibleWeeks:r,startIndex:t}},[T]),B=t.useMemo(()=>F*p,[F,p]),W=t.useMemo(()=>{const e=T.totalHeight,t=F*p+16*p+$;return Math.max(0,e-t)},[T.totalHeight,F,p,$]);t.useEffect(()=>{const e=A.current;if(!e)return;const t=new ResizeObserver(t=>{for(const a of t){const t=a.contentRect.height;P(t);const r=Math.max(80,Math.floor(t/6));if(r!==u.current&&0!==u.current){const t=Math.floor(e.scrollTop/u.current)*r;e.scrollTop=t,Z(t)}u.current=r,k(r)}});return t.observe(e),()=>{t.disconnect()}},[A,Z]);const U=t=>{e.updateEvent(t.id,t)},_=t=>{e.deleteEvent(t)},G=t=>{e.changeView(t)};return a.jsxs("div",{className:"h-full flex flex-col",children:[a.jsx(Ep,{calendar:e,viewType:exports.ViewType.MONTH,currentDate:i,customTitle:`${V} ${C}`,onPrevious:S,onNext:I,onToday:L,switcherMode:d}),a.jsx("div",{className:"sticky top-0 z-10 bg-white border-b border-gray-200",children:a.jsx("div",{className:"grid grid-cols-7 px-2",children:zc.map((e,t)=>a.jsx("div",{className:"text-right text-gray-500 text-sm py-2 pr-2",children:e},t))})}),a.jsxs("div",{ref:A,className:"flex-1 overflow-auto will-change-scroll",style:{scrollSnapType:"y mandatory",overflow:"hidden auto"},onScroll:N,children:[a.jsx("div",{style:{height:B}}),Y.map((t,d)=>{var i;const o=null!==(i=c.get(t.weekData.startDate.getTime()))&&void 0!==i?i:[],y=5===d?Object.assign(Object.assign({},t),{height:t.height+$}):t;return a.jsx(Jp,{item:y,currentMonth:V,currentYear:C,screenSize:s,isScrolling:E,calendarRef:h,events:o,onEventUpdate:U,onEventDelete:_,onMoveStart:j,onCreateStart:D,onResizeStart:H,isDragging:q,dragState:z,newlyCreatedEventId:m,onDetailPanelOpen:()=>M(null),onChangeView:G,onSelectDate:e.selectDate,selectedEventId:x,onEventSelect:g,detailPanelEventId:f,onDetailPanelToggle:w,customDetailPanelContent:r,customEventDetailDialog:n},`week-${t.weekData.startDate.getTime()}`)}),a.jsx("div",{style:{height:W}})]})]})},Qp={enableDrag:!0,enableResize:!1,enableCreate:!0,showOtherMonth:!0,weekHeight:120,showWeekNumbers:!1,enableVirtualScroll:!0,initialWeeksToLoad:156,dragConfig:{supportedViews:[exports.ViewType.MONTH],enableAllDayCreate:!1},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},virtualScrollConfig:{weekHeight:120,initialWeeksToLoad:156,enableVirtualScroll:!0,enableKeyboardNavigation:!0,supportedViews:[exports.ViewType.MONTH]},viewConfig:{showOtherMonth:!0,weekHeight:120,showWeekNumbers:!1,enableVirtualScroll:!0}},ek=({app:e})=>{const r=e.getCurrentDate(),{yearHeight:n,screenSize:h}=Up(),[d,i]=t.useState(!1),o=t.useRef(new Wp),y=t.useRef(new Date),{currentYear:l,isScrolling:c,virtualData:s,scrollElementRef:p,handleScroll:k,scrollToYear:u,handlePreviousYear:v,handleNextYear:m,handleToday:M}=_p({currentDate:r,yearHeight:n}),x=t.useCallback((e,t)=>{const a=new Date(e,t,1),n=0===a.getDay()?6:a.getDay()-1,h=[],d=y.current,i=r;for(let a=0;a<42;a++){const r=new Date(e,t,a-n+1),o=r.getDate(),y=r.getMonth()===t;h.push({date:o,isCurrentMonth:y,isToday:y&&r.toDateString()===d.toDateString(),isSelected:y&&r.toDateString()===i.toDateString(),fullDate:r})}return{year:e,month:t,monthName:qc[t],days:h}},[r]),g=t.useCallback(e=>{let t=o.current.get(e);if(!t){const a=[];for(let t=0;t<12;t++)a.push(x(e,t));t={year:e,months:a},o.current.set(e,t)}return t},[x]),f=t.useCallback(()=>{e.goToToday(),M()},[e,M]);t.useEffect(()=>{const e=e=>{if(!e.repeat)switch(e.key){case"ArrowUp":e.preventDefault(),v();break;case"ArrowDown":e.preventDefault(),m();break;case"Home":e.preventDefault(),f();break;case"PageUp":e.preventDefault();const t=Math.max(Zp,l-5);u(t);break;case"PageDown":e.preventDefault();const a=Math.min(Op,l+5);u(a);break;case"F12":e.shiftKey&&(e.preventDefault(),i(!d))}};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[l,v,m,f,u,d]);const w=t.memo(({monthData:t})=>a.jsxs("div",{className:"h-fit",children:[a.jsx("div",{className:`text-red-600 font-semibold mb-2 sm:mb-3 ${"mobile"===h?"text-xs":"text-xs sm:text-sm"} `,children:t.monthName}),a.jsx("div",{className:"grid grid-cols-7 gap-0 mb-1 sm:mb-2",children:["M","T","W","T","F","S","S"].map((e,t)=>a.jsx("div",{className:"text-center text-gray-500 py-0.5 text-xs w-10",children:e},t))}),a.jsx("div",{className:"grid grid-cols-7 gap-0",children:t.days.map((t,r)=>a.jsx("button",{className:`\n text-center rounded-sm transition-colors\n w-10\n ${"mobile"===h?"text-xs py-1 min-h-[18px]":"text-xs py-1 sm:py-1.5 min-h-[20px] sm:min-h-[26px]"}\n ${t.isCurrentMonth?"text-gray-900 font-medium hover:bg-gray-100 active:bg-gray-200":"text-gray-300 cursor-not-allowed"}\n ${t.isToday?"bg-red-500 text-white hover:bg-red-600 font-bold shadow-sm ring-2 ring-red-200":""}\n ${t.isSelected&&!t.isToday?"bg-red-100 text-red-600 font-semibold ring-1 ring-red-300":""}\n `,onClick:()=>t.isCurrentMonth&&e.selectDate(t.fullDate),disabled:!t.isCurrentMonth,children:t.date},r))})]})),b=t.memo(({item:e})=>{const t=g(e.year);return a.jsx("div",{className:"absolute w-full",style:{top:e.top,height:e.height,contain:"layout style paint"},children:a.jsx("div",{className:"px-4 py-2 bg-white",children:a.jsx("div",{className:"mx-auto px-8",children:a.jsx("div",{className:"grid gap-3 lg:gap-8 "+("mobile"===h?"grid-cols-2 grid-rows-6":"tablet"===h?"grid-cols-3 grid-rows-4":"grid-cols-4 grid-rows-3"),children:t.months.map(e=>a.jsx(w,{monthData:e},`${e.year}-${e.month}`))})})})})});return w.displayName="MonthComponent",b.displayName="VirtualYearItem",a.jsxs("div",{className:"relative flex flex-col bg-white shadow-md w-full overflow-hidden h-full",children:[a.jsx("div",{className:"p-2 bg-white",children:a.jsxs("div",{className:"flex justify-between items-center",children:[a.jsx("h1",{className:"text-2xl font-semibold",children:l}),a.jsxs("div",{className:"flex space-x-1",children:[a.jsx("button",{className:"p-1 text-gray-600 hover:bg-gray-100 rounded",onClick:()=>e.goToPrevious(),title:"Previous week",children:a.jsx(q,{className:"h-5 w-5"})}),a.jsx("button",{className:"px-4 py-1 text-sm text-gray-700 hover:bg-gray-100 rounded",onClick:()=>e.goToToday(),title:"Go to today",children:"Today"}),a.jsx("button",{className:"p-1 text-gray-600 hover:bg-gray-100 rounded",onClick:()=>e.goToNext(),title:"Next week",children:a.jsx(V,{className:"h-5 w-5"})})]})]})}),c&&a.jsx("div",{className:"absolute top-24 left-1/2 transform -translate-x-1/2 z-40 bg-white/95 backdrop-blur-sm py-2 px-4 rounded-lg shadow-lg border border-gray-200 transition-all duration-200 pointer-events-none",children:a.jsx("span",{className:"text-xl font-bold text-gray-900",children:l})}),a.jsx("div",{ref:p,className:"flex-1 overflow-auto bg-gray-50",onScroll:k,style:{contain:"layout style paint",scrollBehavior:"auto"},children:a.jsx("div",{className:"relative",style:{height:s.totalHeight},children:s.visibleItems.map(e=>a.jsx(b,{item:e},e.year))})}),a.jsx("div",{className:"absolute right-2 top-1/2 transform -translate-y-1/2 opacity-30 hover:opacity-70 transition-opacity",children:a.jsxs("div",{className:"bg-gray-800 text-white text-xs px-2 py-1 rounded",children:[Math.round((l-Zp)/(Op-Zp)*100),"%"]})})]})},tk={enableDrag:!1,enableResize:!1,enableCreate:!1,enableVirtualScroll:!0,showDebugInfo:!1,eventsConfig:{enableAutoRecalculate:!1,enableValidation:!0},viewConfig:{enableVirtualScroll:!0,showDebugInfo:!1}},ak={enableAutoRecalculate:!0,enableValidation:!0,defaultEvents:[],maxEventsPerDay:50};exports.CalendarApp=x,exports.CalendarEvent=js,exports.CalendarRegistry=p,exports.ColorPicker=Bc,exports.DayFlowCalendar=({calendar:e,className:r,style:n,customDetailPanelContent:h,customEventDetailDialog:d,meta:i})=>{var o,y;const l=e.app,c=l.getCurrentView(),s=c.component,p=l.getSidebarConfig(),k=null!==(o=null==p?void 0:p.enabled)&&void 0!==o&&o,[u,v]=t.useState(0),[m,M]=t.useState(null!==(y=null==p?void 0:p.initialCollapsed)&&void 0!==y&&y);t.useEffect(()=>{var e;M(null!==(e=null==p?void 0:p.initialCollapsed)&&void 0!==e&&e)},[null==p?void 0:p.initialCollapsed]);const x=t.useCallback(()=>{v(e=>e+1)},[]),g=t.useMemo(()=>l.getCalendars(),[l,u]),f=t.useCallback((e,t)=>{l.setCalendarVisibility(e,t),x()},[l,x]),w=t.useCallback(e=>{l.setAllCalendarsVisibility(e),x()},[l,x]),b=t.useRef(null),j=d||(l.getUseEventDetailDialog()?ds:void 0),D={app:l,config:c.config||{},customDetailPanelContent:h,customEventDetailDialog:j,switcherMode:l.state.switcherMode,calendarRef:b,meta:i},H={app:l,calendars:g,toggleCalendarVisibility:f,toggleAll:w,isCollapsed:m,setCollapsed:M},z=m?"60px":"number"==typeof(q=null==p?void 0:p.width)?`${q}px`:"string"==typeof q&&q.trim().length>0?q:"240px";var q;return a.jsx("div",{className:"calendar-container",style:null!=n?n:{height:800},children:a.jsxs("div",{className:"flex h-full",children:[k&&a.jsx("aside",{className:"flex-shrink-0",style:{width:z},children:k?p.render?p.render(H):a.jsx($c,Object.assign({},H)):null}),a.jsx("div",{className:"flex flex-col flex-1 h-full",ref:b,children:a.jsx("div",{className:"calendar-renderer h-full",children:a.jsx(s,Object.assign({},D))})})]})})},exports.DefaultEventDetailDialog=ds,exports.DefaultEventDetailPanel=ws,exports.EventDetailPanelWithContent=bs,exports.EventLayoutCalculator=As,exports.TIME_STEP=wc,exports.ViewHeader=Ep,exports.addDays=sc,exports.buildParseRegExp=Xc,exports.calculateDayIndex=Zc,exports.convertDateEvent=function(e,t,a,r,n=!1,h){return vs(Object.assign({id:e,title:t,start:a,end:r,allDay:n},h))},exports.convertDateEventWithTimeZone=function(e,t,a,r,n,h){return ms(Object.assign({id:e,title:t,start:a,end:r,timeZone:n},h))},exports.createAllDayEvent=function(e,t,a,r){return vs(Object.assign({id:e,title:t,start:a,end:a,allDay:!0},r))},exports.createDateWithHour=kc,exports.createDayView=(e={})=>{const a=Object.assign(Object.assign({},Ap),e),r=e=>t.createElement(is,{viewType:exports.ViewType.DAY,originalComponent:Tp,app:e.app,config:a,className:"day-view-factory",customDetailPanelContent:e.customDetailPanelContent,customEventDetailDialog:e.customEventDetailDialog,calendarRef:e.calendarRef,switcherMode:e.switcherMode,meta:e.meta});return r.displayName="DayViewAdapter",{type:exports.ViewType.DAY,component:r,config:a}},exports.createDragPlugin=function(e={}){const t=Object.assign(Object.assign({},Dp),e),a={getConfig:()=>t,updateConfig:e=>{Object.assign(t,e)},isViewSupported:e=>t.supportedViews.includes(e)};return{name:"drag",config:t,install:()=>{v.log("Drag plugin installed - providing drag capabilities")},api:a}},exports.createEvent=vs,exports.createEventWithDate=(e,t)=>{var a,r;const n=Ic(t,null!==(a=e.day)&&void 0!==a?a:0),h=null!==(r=e.allDay)&&void 0!==r&&r;return Object.assign(Object.assign({},e),{start:Lc(n,h),end:Lc(n,h)})},exports.createEventWithRealDate=(e,t)=>{var a,r;const n=new Date(t);n.setDate(t.getDate()+(null!==(a=e.day)&&void 0!==a?a:0));const h=null!==(r=e.allDay)&&void 0!==r&&r;return Object.assign(Object.assign({},e),{start:Lc(n,h),end:Lc(n,h)})},exports.createEvents=function(e){return e.map(e=>vs(e))},exports.createEventsPlugin=function(e={}){const t=Object.assign(Object.assign({},ak),e);let a;const r={getAll:()=>a.getAllEvents(),getById:e=>a.getAllEvents().find(t=>t.id===e),add:e=>{if(t.enableValidation){const t=r.validateEvent(e);if(t.length>0)throw new Error(`Event validation failed: ${t.join(", ")}`)}if(t.maxEventsPerDay&&void 0!==e.day){if(r.getByDay(e.day,a.getCurrentDate()).length>=t.maxEventsPerDay)throw new Error(`Maximum events per day (${t.maxEventsPerDay}) exceeded`)}if(a.addEvent(e),t.enableAutoRecalculate){const e=n(a.getCurrentDate()),t=Oc(a.getAllEvents(),e);a.state.events=t}},update:(e,h)=>{const d=r.getById(e);if(!d)throw new Error(`Event with id ${e} not found`);const i=Object.assign(Object.assign({},d),h);if(t.enableValidation){const e=r.validateEvent(i);if(e.length>0)throw new Error(`Event validation failed: ${e.join(", ")}`)}if(a.updateEvent(e,h),t.enableAutoRecalculate){const e=n(a.getCurrentDate()),t=Oc(a.getAllEvents(),e);a.state.events=t}return a.getAllEvents().find(t=>t.id===e)},delete:e=>{a.deleteEvent(e)},getByDate:e=>a.getAllEvents().filter(t=>{const a=dc(t.start);a.setHours(0,0,0,0);const r=new Date(e);return r.setHours(0,0,0,0),a.getTime()===r.getTime()}),getByDateRange:(e,t)=>a.getAllEvents().filter(a=>{const r=dc(a.start),n=dc(a.end);return r>=e&&r<=t||n>=e&&n<=t||r<=e&&n>=t}),getByDay:(e,t)=>a.getAllEvents().filter(t=>t.day===e),getAllDayEvents:(e,t)=>t.filter(t=>t.day===e&&t.allDay),recalculateEventDays:(e,t)=>Oc(e,t),validateEvent:e=>{const t=[];return e.title&&""!==e.title.trim()||t.push("Event title is required"),e.start||t.push("Event start time is required"),e.end||t.push("Event end time is required"),e.start&&e.end&&!e.allDay&&e.start>=e.end&&t.push("Start time must be before end time"),e.id&&"string"!=typeof e.id&&t.push("Event ID must be a string"),t},filterEvents:(e,t)=>e.filter(t)};function n(e){const t=e.getDay(),a=e.getDate()-t+(0===t?-6:1),r=new Date(e);return r.setDate(a),r.setHours(0,0,0,0),r}return{name:"events",config:t,install:e=>{a=e,v.log("Events plugin installed - providing event management services")},api:r}},exports.createMonthView=(e={})=>{const a=Object.assign(Object.assign({},Qp),e),r=e=>t.createElement(is,{viewType:exports.ViewType.MONTH,originalComponent:Kp,app:e.app,config:a,className:"month-view-factory",customDetailPanelContent:e.customDetailPanelContent,customEventDetailDialog:e.customEventDetailDialog,calendarRef:e.calendarRef,switcherMode:e.switcherMode,meta:e.meta});return r.displayName="MonthViewAdapter",{type:exports.ViewType.MONTH,component:r,config:a}},exports.createTemporalWithHour=ic,exports.createTimedEvent=function(e,t,a,r,n){return vs(Object.assign({id:e,title:t,start:a,end:r},n))},exports.createTimezoneEvent=ms,exports.createTimezoneEvents=function(e){return e.map(e=>ms(e))},exports.createWeekView=(e={})=>{const a=Object.assign(Object.assign({},Sp),e),r=e=>t.createElement(is,{viewType:exports.ViewType.WEEK,originalComponent:Np,app:e.app,config:a,className:"week-view-factory",customDetailPanelContent:e.customDetailPanelContent,customEventDetailDialog:e.customEventDetailDialog,calendarRef:e.calendarRef,switcherMode:e.switcherMode,meta:e.meta});return r.displayName="WeekViewAdapter",{type:exports.ViewType.WEEK,component:r,config:a}},exports.createYearView=(e={})=>{const a=Object.assign(Object.assign({},tk),e),r=e=>t.createElement(is,{viewType:exports.ViewType.YEAR,originalComponent:ek,app:e.app,config:a,className:"year-view-factory",customDetailPanelContent:e.customDetailPanelContent,customEventDetailDialog:e.customEventDetailDialog,calendarRef:e.calendarRef,meta:e.meta});return r.displayName="YearViewAdapter",{type:exports.ViewType.YEAR,component:r,config:a}},exports.dateToPlainDate=cs,exports.dateToPlainDateTime=ss,exports.dateToZonedDateTime=ps,exports.daysBetween=function(e,t){const a=ac(e)?e:e.toPlainDate(),r=ac(t)?t:t.toPlainDate();return a.until(r).days},exports.daysDifference=cc,exports.extractHourFromDate=pc,exports.extractHourFromTemporal=function(e){return os(e)?0:e.hour+e.minute/60},exports.formatDate=Fc,exports.formatDateConsistent=Yc,exports.formatEventTimeRange=jc,exports.formatMonthYear=e=>`${["January","February","March","April","May","June","July","August","September","October","November","December"][e.getMonth()]} ${e.getFullYear()}`,exports.formatTemporal=es,exports.formatTime=bc,exports.generateDayData=Ec,exports.generateUniKey=Rc,exports.generateWeekData=Tc,exports.generateWeekRange=Nc,exports.generateWeeksData=(e,t=3)=>{const a=5*t,{monday:r}=Cc(e),n=[],h=Math.floor(a/2),d=new Date(r);d.setDate(d.getDate()-7*h);for(let e=0;e<a;e++){const t=new Date(d);t.setDate(t.getDate()+7*e),n.push(Tc(t))}return n},exports.getAllDayEventsForDay=(e,t,a)=>t.filter(t=>{if(!t.allDay)return!1;if(!a)return t.day===e;const r=new Date(a);r.setDate(a.getDate()+e),r.setHours(0,0,0,0);const n=dc(t.start);n.setHours(0,0,0,0);const h=dc(t.end);return h.setHours(0,0,0,0),r>=n&&r<=h}),exports.getCurrentWeekDates=()=>{const e=new Date,t=new Date,a=e.getDay(),r=e.getDate()-a+(0===a?-6:1);return zc.map((a,n)=>{const h=new Date(e);return h.setDate(r+n),{date:h.getDate(),month:h.toLocaleString("default",{month:"short"}),isToday:h.getDate()===t.getDate()&&h.getMonth()===t.getMonth()&&h.getFullYear()===t.getFullYear()}})},exports.getDateByDayIndex=Ic,exports.getDayIndexByDate=(e,t)=>{const a=new Date(e);a.setHours(0,0,0,0);const r=new Date(t);r.setHours(0,0,0,0);const n=r.getTime()-a.getTime();return Math.floor(n/864e5)},exports.getEndOfDay=uc,exports.getEndOfTemporal=lc,exports.getEventBgColor=Mc,exports.getEventEndHour=Hc,exports.getEventTextColor=xc,exports.getEventsForDay=Sc,exports.getEventsForWeek=(e,t)=>{const a=new Date(t);return a.setDate(t.getDate()+6),a.setHours(23,59,59,999),e.filter(e=>{const r=dc(e.start);return r>=t&&r<=a}).map(e=>{const a=Zc(dc(e.start),t);return Object.assign(Object.assign({},e),{day:a})})},exports.getLineColor=fc,exports.getMonthYearOfWeek=Ac,exports.getPlainDate=function(e){return os(e)?e:(ys(e),e.toPlainDate())},exports.getSelectedBgColor=gc,exports.getStartOfDay=e=>{if(e instanceof Date){const t=new Date(e);return t.setHours(0,0,0,0),t}return yc(e)},exports.getStartOfTemporal=yc,exports.getTestEvents=function(){const e=new Date,t=e.getDay(),a=new Date(e),r=0===t?-6:1-t;a.setDate(e.getDate()+r),a.setHours(0,0,0,0);const n=[{id:"15",title:"C-早开始",day:3,startHour:8.5,endHour:10,calendarId:"teal"},{id:"16",title:"D-晚开始",day:3,startHour:9,endHour:10.5,calendarId:"red"},{id:"21",title:"A",day:0,startHour:14,endHour:16,calendarId:"blue"},{id:"22",title:"B",day:0,startHour:14.5,endHour:16,calendarId:"green"},{id:"23",title:"C",day:0,startHour:14.5,endHour:16,calendarId:"purple"},{id:"24",title:"D",day:0,startHour:15,endHour:16,calendarId:"yellow"},{id:"25",title:"E",day:0,startHour:15,endHour:16,calendarId:"red"},{id:"26",title:"F",day:0,startHour:15.5,endHour:16,calendarId:"orange"},{id:"27",title:"G",day:0,startHour:15,endHour:16,calendarId:"pink"},{id:"28",title:"H",day:0,startHour:15.5,endHour:16,calendarId:"teal"},{id:"29",title:"L",day:0,startHour:15.5,endHour:16,calendarId:"teal"},{id:"30",title:"I",day:0,startHour:15.5,endHour:16,calendarId:"blue"},{id:"99",title:"X",day:0,startHour:15.5,endHour:16,calendarId:"blue"},{id:"6",title:"假日",day:0,startHour:0,endHour:0,calendarId:"blue",allDay:!0},{id:"7",title:"研讨会",day:2,startHour:0,endHour:0,calendarId:"green",allDay:!0},{id:"8",title:"团队建设",day:4,startHour:0,endHour:0,calendarId:"purple",allDay:!0},{id:"41",title:"A",day:3,startHour:16,endHour:18.25,calendarId:"blue"},{id:"42",title:"B",day:3,startHour:16.5,endHour:18,calendarId:"green"},{id:"43",title:"C",day:3,startHour:16.75,endHour:17.75,calendarId:"purple"},{id:"44",title:"D",day:3,startHour:17,endHour:19,calendarId:"yellow"},{id:"45",title:"E",day:3,startHour:17.75,endHour:18.75,calendarId:"red"},{id:"46",title:"X",day:2,startHour:15,endHour:15.75,calendarId:"orange"},{id:"47",title:"Y",day:2,startHour:15.5,endHour:19.5,calendarId:"pink"},{id:"48",title:"Z",day:2,startHour:15,endHour:15.75,calendarId:"teal"},{id:"59",title:"Q",day:2,startHour:17,endHour:18,calendarId:"teal"},{id:"60",title:"W",day:2,startHour:15.5,endHour:18,calendarId:"teal"},{id:"31",title:"A",day:6,startHour:14,endHour:16,calendarId:"blue"},{id:"32",title:"B",day:6,startHour:14.5,endHour:16,calendarId:"green"},{id:"33",title:"C",day:6,startHour:14.5,endHour:16,calendarId:"purple"},{id:"34",title:"D",day:6,startHour:15,endHour:16,calendarId:"yellow"},{id:"35",title:"E",day:6,startHour:15.5,endHour:16.5,calendarId:"red"},{id:"36",title:"F",day:6,startHour:16.25,endHour:16.75,calendarId:"orange"},{id:"37",title:"G",day:6,startHour:16,endHour:17.25,calendarId:"pink"},{id:"51",title:"下周会议1",day:1,startHour:9,endHour:10,calendarId:"blue"},{id:"52",title:"下周会议2",day:3,startHour:14,endHour:15,calendarId:"green"},{id:"81",title:"A",day:5,startHour:14,endHour:16,calendarId:"blue"},{id:"82",title:"B",day:5,startHour:14.5,endHour:16,calendarId:"green"},{id:"83",title:"C",day:5,startHour:14.5,endHour:16,calendarId:"purple"},{id:"84",title:"D",day:5,startHour:15,endHour:16,calendarId:"yellow"},{id:"85",title:"E",day:5,startHour:15,endHour:16,calendarId:"red"},{id:"86",title:"F",day:5,startHour:15.75,endHour:17,calendarId:"orange"},{id:"87",title:"G",day:5,startHour:14.75,endHour:17.5,calendarId:"pink"}].map(e=>{const t=new Date(a);if(t.setDate(a.getDate()+e.day),e.allDay)return{id:e.id,title:e.title,start:Ql.PlainDate.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}),end:Ql.PlainDate.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}),allDay:!0,calendarId:e.calendarId,day:e.day};const r=Math.floor(e.startHour),n=Math.round(60*(e.startHour-r)),h=Math.floor(e.endHour),d=Math.round(60*(e.endHour-h));return{id:e.id,title:e.title,start:Ql.ZonedDateTime.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate(),hour:r,minute:n,timeZone:Ql.Now.timeZoneId()}),end:Ql.ZonedDateTime.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate(),hour:h,minute:d,timeZone:Ql.Now.timeZoneId()}),allDay:!1,calendarId:e.calendarId,day:e.day}});return n},exports.getWeekRange=Cc,exports.getZoneId=Kc,exports.isDate=function(e){return e instanceof Date},exports.isEventInWeek=(e,t)=>{const a=Zc(e,t);return a>=0&&a<=6},exports.isMultiDayEvent=mc,exports.isMultiDayTemporalEvent=function(e,t){return!oc(e,t)},exports.isPlainDate=os,exports.isPlainDateTime=ys,exports.isSameDay=vc,exports.isSamePlainDate=oc,exports.isSameTemporal=function(e,t){const a=os(e)?e:(ys(e),e.toPlainDate()),r=os(t)?t:(ys(t),t.toPlainDate());return a.equals(r)},exports.isZonedDateTime=ls,exports.mergeFormatTemplate=_c,exports.monthNames=qc,exports.normalizeToZoned=Qc,exports.now=function(e=Ql.Now.timeZoneId()){return Ql.Now.zonedDateTimeISO(e)},exports.pad=Uc,exports.parseTemporalString=Jc,exports.plainDateTimeToDate=function(e){return new Date(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond)},exports.plainDateToDate=function(e){return new Date(e.year,e.month-1,e.day)},exports.recalculateEventDays=Oc,exports.roundToTimeStep=Dc,exports.setHourInTemporal=function(e,t){const a=Math.floor(t),r=Math.round(60*(t-a));return ls(e),e.with({hour:a,minute:r,second:0,millisecond:0})},exports.shortMonthNames=Vc,exports.temporalToDate=function(e){if(os(e))return new Date(e.year,e.month-1,e.day);if(ys(e))return new Date(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);const t=e.toInstant();return new Date(t.epochMilliseconds)},exports.today=function(e=Ql.Now.timeZoneId()){return Ql.Now.plainDateISO(e)},exports.updateEventDateAndDay=(e,t,a)=>{const r=Ic(a,t);return Object.assign(Object.assign({},e),{day:t,start:e.allDay?Ql.PlainDate.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate()}):Ql.ZonedDateTime.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate(),hour:r.getHours(),minute:r.getMinutes(),timeZone:Ql.Now.timeZoneId()}),end:e.allDay?Ql.PlainDate.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate()}):Ql.ZonedDateTime.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate(),hour:r.getHours(),minute:r.getMinutes(),timeZone:Ql.Now.timeZoneId()})})},exports.updateEventWithRealDate=(e,t,a)=>{var r;const n=new Date(a);n.setDate(a.getDate()+t);const h=null!==(r=e.allDay)&&void 0!==r&&r;return Object.assign(Object.assign({},e),{day:t,start:Lc(n,h),end:Lc(n,h)})},exports.useCalendarApp=function(e){const a=t.useMemo(()=>new x(e),[]),[r,n]=t.useState(a.state.currentView),[h,d]=t.useState(a.state.currentDate),[i,o]=t.useState(a.getEvents()),[,y]=t.useState({}),l=t.useCallback(()=>{y({})},[]);t.useEffect(()=>{const e=a.changeView;a.changeView=t=>{e(t),n(t),l()};const t=a.setCurrentDate;a.setCurrentDate=e=>{t(e),d(new Date(e)),l()};const r=a.addEvent;a.addEvent=e=>{r(e),o([...a.getEvents()]),l()};const h=a.updateEvent;a.updateEvent=(e,t,r)=>{h(e,t,r),o([...a.getEvents()]),l()};const i=a.deleteEvent;a.deleteEvent=e=>{i(e),o([...a.getEvents()]),l()};const y=a.setCalendarVisibility;a.setCalendarVisibility=(e,t)=>{y(e,t),o([...a.getEvents()]),l()};const c=a.setAllCalendarsVisibility;a.setAllCalendarsVisibility=e=>{c(e),o([...a.getEvents()]),l()};const s=a.setVisibleMonth;return a.setVisibleMonth=e=>{s(e),l()},()=>{}},[a,l]),t.useEffect(()=>{n(a.state.currentView),d(a.state.currentDate),o(a.getEvents())},[a]);const c=t.useCallback(e=>{a.changeView(e)},[a]),s=t.useCallback(e=>{a.setCurrentDate(e)},[a]),p=t.useCallback(e=>{a.addEvent(e)},[a]),k=t.useCallback((e,t,r)=>{a.updateEvent(e,t,r)},[a]),u=t.useCallback(e=>{a.deleteEvent(e)},[a]),v=t.useCallback(()=>{a.goToToday()},[a]),m=t.useCallback(()=>{a.goToPrevious()},[a]),M=t.useCallback(()=>{a.goToNext()},[a]),g=t.useCallback(e=>{a.selectDate(e)},[a]),f=t.useCallback((e,t)=>{a.setCalendarVisibility(e,t)},[a]),w=t.useCallback(e=>{a.setAllCalendarsVisibility(e)},[a]);return{app:a,currentView:r,currentDate:h,events:i,changeView:c,setCurrentDate:s,addEvent:p,updateEvent:k,deleteEvent:u,goToToday:v,goToPrevious:m,goToNext:M,selectDate:g,getCalendars:()=>a.getCalendars(),setCalendarVisibility:f,setAllCalendarsVisibility:w,getAllEvents:()=>a.getAllEvents(),setVisibleMonth:e=>a.setVisibleMonth(e),getVisibleMonth:()=>a.getVisibleMonth(),sidebarConfig:a.getSidebarConfig()}},exports.useDrag=jp,exports.useDragForView=Hp,exports.useResponsiveConfig=Up,exports.useResponsiveMonthConfig=Gp,exports.useVirtualMonthScroll=Xp,exports.useVirtualScroll=_p,exports.weekDays=zc,exports.weekDaysFullName=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],exports.zonedDateTimeToDate=hc;
126
- //# sourceMappingURL=index.js.map
1
+ "use strict";var e,t=require("react"),n=require("react/jsx-runtime"),r=require("lucide-react"),a=require("react-dom"),o=require("react-dom/client");exports.ViewType=void 0,(e=exports.ViewType||(exports.ViewType={})).DAY="day",e.WEEK="week",e.MONTH="month",e.YEAR="year";const s=100,i=8,l=150,c=80,d=90,u=119;class h{constructor(e=s){this.cache=new Map,this.accessOrder=[],this.maxSize=e}getKey(e){return`${e.getFullYear()}-${e.getMonth()}-${e.getDate()}`}get(e){const t=this.getKey(e),n=this.cache.get(t);if(n)return this.updateAccessOrder(t),n}set(e,t){const n=this.getKey(e);if(this.cache.size>=this.maxSize){const e=this.accessOrder.shift();void 0!==e&&this.cache.delete(e)}this.cache.set(n,t),this.updateAccessOrder(n)}updateAccessOrder(e){const t=this.accessOrder.indexOf(e);t>-1&&this.accessOrder.splice(t,1),this.accessOrder.push(e)}getSize(){return this.cache.size}clear(){this.cache.clear(),this.accessOrder=[]}}const f=[{id:"blue",name:"Blue",isDefault:!0,colors:{eventColor:"#eff6ff",eventSelectedColor:"rgba(59, 130, 246)",lineColor:"#3b82f6",textColor:"#1e3a8a"},darkColors:{eventColor:"rgba(30, 64, 175, 0.8)",eventSelectedColor:"rgba(30, 58, 138, 1)",lineColor:"#3b82f6",textColor:"#dbeafe"}},{id:"green",name:"Green",isDefault:!0,colors:{eventColor:"#f0fdf4",eventSelectedColor:"rgba(16, 185, 129, 1)",lineColor:"#10b981",textColor:"#064e3b"},darkColors:{eventColor:"rgba(4, 120, 87, 0.8)",eventSelectedColor:"rgba(6, 78, 59, 1)",lineColor:"#10b981",textColor:"#d1fae5"}},{id:"purple",name:"Purple",isDefault:!0,colors:{eventColor:"#faf5ff",eventSelectedColor:"rgba(139, 92, 246, 1)",lineColor:"#8b5cf6",textColor:"#5b21b6"},darkColors:{eventColor:"rgba(109, 40, 217, 0.8)",eventSelectedColor:"rgba(91, 33, 182, 1)",lineColor:"#8b5cf6",textColor:"#ede9fe"}},{id:"yellow",name:"Yellow",isDefault:!0,colors:{eventColor:"#fefce8",eventSelectedColor:"rgba(245, 158, 11, 1)",lineColor:"#f59e0b",textColor:"#78350f"},darkColors:{eventColor:"rgba(180, 83, 9, 0.8)",eventSelectedColor:"rgba(120, 53, 15, 1)",lineColor:"#f59e0b",textColor:"#fef3c7"}},{id:"red",name:"Red",isDefault:!0,colors:{eventColor:"#fef2f2",eventSelectedColor:"rgba(239, 68, 68, 1)",lineColor:"#ef4444",textColor:"#7f1d1d"},darkColors:{eventColor:"rgba(185, 28, 28, 0.8)",eventSelectedColor:"rgba(127, 29, 29, 1)",lineColor:"#ef4444",textColor:"#fee2e2"}},{id:"orange",name:"Orange",isDefault:!0,colors:{eventColor:"#fff7edb3",eventSelectedColor:"rgba(249, 115, 22, 1)",lineColor:"#f97316",textColor:"#7c2d12"},darkColors:{eventColor:"rgba(194, 65, 12, 0.8)",eventSelectedColor:"rgba(124, 45, 18, 1)",lineColor:"#f97316",textColor:"#fed7aa"}},{id:"pink",name:"Pink",isDefault:!0,colors:{eventColor:"#fdf2f8",eventSelectedColor:"rgba(236, 72, 153, 1)",lineColor:"#ec4899",textColor:"#831843"},darkColors:{eventColor:"rgba(190, 24, 93, 0.8)",eventSelectedColor:"rgba(131, 24, 67, 1)",lineColor:"#ec4899",textColor:"#fce7f3"}},{id:"teal",name:"Teal",isDefault:!0,colors:{eventColor:"#f0fdfa",eventSelectedColor:"rgba(20, 184, 166, 1)",lineColor:"#14b8a6",textColor:"#134e4a"},darkColors:{eventColor:"rgba(15, 118, 110, 0.8)",eventSelectedColor:"rgba(19, 78, 74, 1)",lineColor:"#14b8a6",textColor:"#ccfbf1"}},{id:"indigo",name:"Indigo",isDefault:!0,colors:{eventColor:"#eef2ffb3",eventSelectedColor:"rgba(99, 102, 241, 1)",lineColor:"#6366f1",textColor:"#312e81"},darkColors:{eventColor:"rgba(67, 56, 202, 0.8)",eventSelectedColor:"rgba(49, 46, 129, 1)",lineColor:"#6366f1",textColor:"#e0e7ff"}},{id:"gray",name:"Gray",isDefault:!0,colors:{eventColor:"#f9fafbb3",eventSelectedColor:"rgba(107, 114, 128, 1)",lineColor:"#6b7280",textColor:"#1f2937"},darkColors:{eventColor:"rgba(75, 85, 99, 0.8)",eventSelectedColor:"rgba(31, 41, 55, 1)",lineColor:"#6b7280",textColor:"#f3f4f6"}}];class g{constructor(e,t,n="light"){this.calendars=new Map,this.defaultCalendarId=t||"blue",this.currentTheme=n;const r=e&&e.length>0;e?e.forEach(e=>{this.calendars.set(e.id,e)}):f.forEach(e=>{this.calendars.set(e.id,Object.assign(Object.assign({},e),{isVisible:!r&&e.isVisible}))})}register(e){this.calendars.set(e.id,e)}unregister(e){return this.calendars.delete(e)}get(e){return this.calendars.get(e)}getAll(){return Array.from(this.calendars.values())}getVisible(){return this.getAll().filter(e=>!1!==e.isVisible)}has(e){return this.calendars.has(e)}setVisibility(e,t){const n=this.calendars.get(e);n&&this.calendars.set(e,Object.assign(Object.assign({},n),{isVisible:t}))}setAllVisibility(e){this.calendars.forEach((t,n)=>{this.calendars.set(n,Object.assign(Object.assign({},t),{isVisible:e}))})}setDefaultCalendar(e){if(!this.has(e))throw new Error(`Calendar type '${e}' does not exist`);this.defaultCalendarId=e}getDefaultCalendarId(){return this.defaultCalendarId}getDefaultCalendar(){const e=this.get(this.defaultCalendarId);return e||this.getAll()[0]}setTheme(e){this.currentTheme=e}getTheme(){return this.currentTheme}resolveColors(e,t){const n=t||this.currentTheme,r=this.isDarkTheme(n);let a;return e&&(a=this.get(e)),a||(a=this.getDefaultCalendar()),r&&a.darkColors?a.darkColors:a.colors}getSelectedBgColor(e,t){return this.resolveColors(e,t).eventSelectedColor}getLineColor(e,t){return this.resolveColors(e,t).lineColor}getTextColor(e,t){return this.resolveColors(e,t).textColor}isDarkTheme(e){return"dark"===e||"light"!==e&&(!("undefined"==typeof window||!window.matchMedia)&&window.matchMedia("(prefers-color-scheme: dark)").matches)}validate(e){const t=[];return e.id||t.push("Calendar type must have an id"),e.name||t.push("Calendar type must have a name"),e.colors?(e.colors.eventColor||t.push("Calendar colors must include eventColor"),e.colors.eventSelectedColor||t.push("Calendar colors must include eventSelectedColor"),e.colors.lineColor||t.push("Calendar colors must include lineColor"),e.colors.textColor||t.push("Calendar colors must include textColor")):t.push("Calendar type must have colors configuration"),t}}let m=new g;function p(){return m}const v=new class{constructor(){this.isDevelopment="production"!==process.env.NODE_ENV}formatMessage(e,t,...n){if(!this.isDevelopment)return;const r=(new Date).toISOString(),a=`[DayFlow ${e.toUpperCase()}] ${r}:`;switch(e){case"log":console.log(a,t,...n);break;case"warn":console.warn(a,t,...n);break;case"error":console.error(a,t,...n);break;case"debug":console.debug(a,t,...n)}}log(e,...t){this.formatMessage("log",e,...t)}warn(e,...t){this.formatMessage("warn",e,...t)}error(e,...t){this.formatMessage("error",e,...t)}debug(e,...t){this.formatMessage("debug",e,...t)}},y="240px",x=e=>"number"==typeof e?`${e}px`:"string"==typeof e&&e.trim().length>0?e:y;class D{constructor(e){var n,r,a,o;this.changeView=e=>{var t,n;if(!this.state.views.has(e))throw new Error(`View ${e} is not registered`);this.state.currentView=e,null===(n=(t=this.callbacks).onViewChange)||void 0===n||n.call(t,e)},this.getCurrentView=()=>{const e=this.state.views.get(this.state.currentView);if(!e)throw new Error(`Current view ${this.state.currentView} is not registered`);return e},this.setCurrentDate=e=>{var t,n;this.state.currentDate=new Date(e),null===(n=(t=this.callbacks).onDateChange)||void 0===n||n.call(t,this.state.currentDate),this.setVisibleMonth(this.state.currentDate)},this.getCurrentDate=()=>new Date(this.state.currentDate),this.setVisibleMonth=e=>{var t,n;const r=new Date(e.getFullYear(),e.getMonth(),1);this.visibleMonth.getFullYear()===r.getFullYear()&&this.visibleMonth.getMonth()===r.getMonth()||(this.visibleMonth=r,null===(n=(t=this.callbacks).onVisibleMonthChange)||void 0===n||n.call(t,new Date(this.visibleMonth)))},this.getVisibleMonth=()=>new Date(this.visibleMonth),this.goToToday=()=>{this.setCurrentDate(new Date)},this.goToPrevious=()=>{const e=new Date(this.state.currentDate);switch(this.state.currentView){case exports.ViewType.DAY:e.setDate(e.getDate()-1);break;case exports.ViewType.WEEK:e.setDate(e.getDate()-7);break;case exports.ViewType.MONTH:e.setMonth(e.getMonth()-1)}this.setCurrentDate(e)},this.goToNext=()=>{const e=new Date(this.state.currentDate);switch(this.state.currentView){case exports.ViewType.DAY:e.setDate(e.getDate()+1);break;case exports.ViewType.WEEK:e.setDate(e.getDate()+7);break;case exports.ViewType.MONTH:e.setMonth(e.getMonth()+1)}this.setCurrentDate(e)},this.selectDate=e=>{var t,n;this.setCurrentDate(e),null===(n=(t=this.callbacks).onDateChange)||void 0===n||n.call(t,new Date(e))},this.addEvent=e=>{var t,n;this.state.events=[...this.state.events,e],null===(n=(t=this.callbacks).onEventCreate)||void 0===n||n.call(t,e)},this.updateEvent=(e,t,n)=>{var r,a;const o=this.state.events.findIndex(t=>t.id===e);if(-1===o)throw new Error(`Event with id ${e} not found`);const s=Object.assign(Object.assign({},this.state.events[o]),t);this.state.events=[...this.state.events.slice(0,o),s,...this.state.events.slice(o+1)],n||null===(a=(r=this.callbacks).onEventUpdate)||void 0===a||a.call(r,s)},this.deleteEvent=e=>{var t,n;const r=this.state.events.findIndex(t=>t.id===e);if(-1===r)throw new Error(`Event with id ${e} not found`);this.state.events=[...this.state.events.slice(0,r),...this.state.events.slice(r+1)],null===(n=(t=this.callbacks).onEventDelete)||void 0===n||n.call(t,e)},this.getAllEvents=()=>[...this.state.events],this.getEvents=()=>{const e=this.getAllEvents(),t=new Set(this.calendarRegistry.getAll().filter(e=>!1!==e.isVisible).map(e=>e.id));return e.filter(e=>!e.calendarId||(!this.calendarRegistry.has(e.calendarId)||t.has(e.calendarId)))},this.getCalendars=()=>this.calendarRegistry.getAll(),this.setCalendarVisibility=(e,t)=>{var n,r;this.calendarRegistry.setVisibility(e,t),null===(r=(n=this.callbacks).onRender)||void 0===r||r.call(n)},this.setAllCalendarsVisibility=e=>{var t,n;this.calendarRegistry.setAllVisibility(e),null===(n=(t=this.callbacks).onRender)||void 0===n||n.call(t)},this.getSidebarConfig=()=>this.sidebarConfig,this.installPlugin=e=>{this.state.plugins.has(e.name)?v.warn(`Plugin ${e.name} is already installed`):(this.state.plugins.set(e.name,e),e.install(this))},this.getPlugin=e=>{const t=this.state.plugins.get(e);return null==t?void 0:t.api},this.hasPlugin=e=>this.state.plugins.has(e),this.render=()=>t.createElement("div",{className:"calendar-app"},"Calendar App"),this.getPluginConfig=e=>{const t=this.state.plugins.get(e);return(null==t?void 0:t.config)||{}},this.updatePluginConfig=(e,t)=>{const n=this.state.plugins.get(e);n&&(n.config=Object.assign(Object.assign({},n.config),t))},this.getViewConfig=e=>{const t=this.state.views.get(e);return(null==t?void 0:t.config)||{}},this.triggerRender=()=>{var e,t;null===(t=(e=this.callbacks).onRender)||void 0===t||t.call(e)},this.getCalendarRegistry=()=>this.calendarRegistry,this.getUseEventDetailDialog=()=>this.useEventDetailDialog,this.state={currentView:e.defaultView||exports.ViewType.WEEK,currentDate:e.initialDate||new Date,events:e.events||[],switcherMode:e.switcherMode||"buttons",plugins:new Map,views:new Map},this.callbacks=e.callbacks||{},this.calendarRegistry=new g(e.calendars,e.defaultCalendar,(null===(n=e.theme)||void 0===n?void 0:n.mode)||"light"),o=this.calendarRegistry,m=o,this.sidebarConfig=(e=>{if(!e)return{enabled:!1,width:y,initialCollapsed:!1};if(!0===e)return{enabled:!0,width:y,initialCollapsed:!1};const{enabled:t=!0,width:n,initialCollapsed:r=!1,render:a}=e;return{enabled:t,width:x(n),initialCollapsed:r,render:a}})(e.useSidebar),this.state.sidebar=this.sidebarConfig;const s=this.state.currentDate;this.visibleMonth=new Date(s.getFullYear(),s.getMonth(),1),this.useEventDetailDialog=null!==(r=e.useEventDetailDialog)&&void 0!==r&&r,e.views.forEach(e=>{this.state.views.set(e.type,e)}),null===(a=e.plugins)||void 0===a||a.forEach(e=>{this.installPlugin(e)})}}const b="p-2 flex justify-between",w="text-2xl font-semibold",C="relative overflow-y-auto calendar-content",E="w-20 flex-shrink-0 border-gray-200",M="relative h-18 flex",j="absolute -top-2.5 right-2 text-[12px] text-gray-500",T="h-18 border-t first:border-none border-gray-200 flex",N="absolute left-0 top-0 flex pointer-events-none",S="ml-2 text-white text-xs font-bold px-1.5 bg-red-500 rounded-sm",I="flex items-center border-b border-gray-200 sticky",H="w-20 flex-shrink-0 p-1 text-xs font-medium text-gray-500 flex justify-end",k="calendar-event select-none pointer-events-auto px-0.5",O="rounded-xl my-0.5",R="font-medium text-xs truncate pr-1",P="absolute left-1 top-1 bottom-1 w-[3px] rounded-full",$="h-3 w-3 mr-1",Y="grid grid-cols-7 gap-1 text-xs justify-items-center",V="text-center text-gray-500 font-medium py-1 h-6 w-6",A="text-center py-1 rounded text-xs h-6 w-6",L="text-gray-900",Z="text-gray-400",F="bg-blue-500 rounded-full text-white",z="bg-red-100 text-red-600 rounded-full font-medium",B="text-gray-600",W="text-xs",U="text-sm",q="flex flex-col",_="mr-1";function G(e,t,n,r,a){return X(t,((e,t)=>{const n=e[t];if(void 0===n)throw new TypeError(vo(t));return n})(e,t),n,r,a)}function X(e,t,n,r,a,o){const s=pe(t,n,r);if(a&&t!==s)throw new RangeError(mo(e,t,n,r,o));return s}function J(e){return null!==e&&/object|function/.test(typeof e)}function K(e,t=Map){const n=new t;return(t,...r)=>{if(n.has(t))return n.get(t);const a=e(t,...r);return n.set(t,a),a}}function Q(e){return ee({name:e},1)}function ee(e,t){return ae(e=>({value:e,configurable:1,writable:!t}),e)}function te(e){return ae(e=>({get:e,configurable:1}),e)}function ne(e){return{[Symbol.toStringTag]:{value:e,configurable:1}}}function re(e,t){const n={};let r=e.length;for(const a of t)n[e[--r]]=a;return n}function ae(e,t,n){const r={};for(const a in t)r[a]=e(t[a],a,n);return r}function oe(e,t,n){const r={};for(let a=0;a<t.length;a++){const o=t[a];r[o]=e(o,a,n)}return r}function se(e,t,n){const r={};for(let a=0;a<e.length;a++)r[t[a]]=n[e[a]];return r}function ie(e,t){const n=Object.create(null);for(const r of e)n[r]=t[r];return n}function le(e,t){for(const n of t)if(n in e)return 1;return 0}function ce(e,t,n){for(const r of e)if(t[r]!==n[r])return 0;return 1}function de(e,t,n){const r={...n};for(let n=0;n<t;n++)r[e[n]]=0;return r}function ue(e,...t){return(...n)=>e(...t,...n)}function he(e){return e[0].toUpperCase()+e.substring(1)}function fe(e){return e.slice().sort()}function ge(e,t){return String(t).padStart(e,"0")}function me(e,t){return Math.sign(e-t)}function pe(e,t,n){return Math.min(Math.max(e,t),n)}function ve(e,t){return[Math.floor(e/t),ye(e,t)]}function ye(e,t){return(e%t+t)%t}function xe(e,t){return[De(e,t),be(e,t)]}function De(e,t){return Math.trunc(e/t)||0}function be(e,t){return e%t||0}function we(e){return.5===Math.abs(e%1)}function Ce(e,t,n){let r=0,a=0;for(let o=0;o<=t;o++){const t=e[n[o]],s=hs[o],i=us/s,[l,c]=xe(t,i);r+=c*s,a+=l}const[o,s]=xe(r,us);return[a+o,s]}function Ee(e,t,n){const r={};for(let a=t;a>=0;a--){const t=hs[a];r[n[a]]=De(e,t),e=be(e,t)}return r}function Me(e){if(void 0!==e)return Te(e)}function je(e){return ke(Te(e))}function Te(e){return He(As(e))}function Ne(e,t){if(null==t)throw new RangeError(vo(e));return t}function Se(e){if(!J(e))throw new TypeError(go);return e}function Ie(e,t,n=e){if(typeof t!==e)throw new TypeError(po(n,t));return t}function He(e,t="number"){if(!Number.isInteger(e))throw new RangeError(io(t,e));return e||0}function ke(e,t="number"){if(e<=0)throw new RangeError(lo(t,e));return e}function Oe(e){if("symbol"==typeof e)throw new TypeError(fo);return String(e)}function Re(e,t){return J(e)?String(e):Ys(e,t)}function Pe(e){if("string"==typeof e)return BigInt(e);if("bigint"!=typeof e)throw new TypeError(ho(e));return e}function $e(e,t="number"){if("bigint"==typeof e)throw new TypeError(uo(t));if(e=Number(e),!Number.isFinite(e))throw new RangeError(co(t,e));return e}function Ye(e,t){return Math.trunc($e(e,t))||0}function Ve(e,t){return He($e(e,t),t)}function Ae(e,t){return ke(Ye(e,t),t)}function Le(e,t){let[n,r]=xe(t,us),a=e+n;const o=Math.sign(a);return o&&o===-Math.sign(r)&&(a-=o,r+=o*us),[a,r]}function Ze(e,t,n=1){return Le(e[0]+t[0]*n,e[1]+t[1]*n)}function Fe(e,t){return Le(e[0],e[1]+t)}function ze(e,t){return Ze(t,e,-1)}function Be(e,t){return me(e[0],t[0])||me(e[1],t[1])}function We(e,t,n){return-1===Be(e,t)||1===Be(e,n)}function Ue(e,t=1){const n=BigInt(us/t);return[Number(e/n),Number(e%n)*t]}function qe(e,t=1){const n=us/t,[r,a]=xe(e,n);return[r,a*t]}function _e(e,t=1,n){const[r,a]=e,[o,s]=xe(a,t);return r*(us/t)+(o+(n?s/t:0))}function Ge(e,t,n=ve){const[r,a]=e,[o,s]=n(a,t);return[r*(us/t)+o,s]}function Xe(e){return G(e,"isoYear",li,ii,1),e.isoYear===li?G(e,"isoMonth",4,12,1):e.isoYear===ii&&G(e,"isoMonth",1,9,1),e}function Je(e){return Ke({...e,...ti,isoHour:12}),e}function Ke(e){const t=G(e,"isoYear",li,ii,1),n=t===li?1:t===ii?-1:0;return n&&Qe(at({...e,isoDay:e.isoDay+n,isoNanosecond:e.isoNanosecond-n})),e}function Qe(e){if(!e||We(e,si,oi))throw new RangeError(Fo);return e}function et(e){return Ce(e,5,Gs)[1]}function tt(e){const[t,n]=ve(e,us);return[Ee(n,5,Gs),t]}function nt(e){return Ge(e,ls)}function rt(e){return it(e.isoYear,e.isoMonth,e.isoDay,e.isoHour,e.isoMinute,e.isoSecond,e.isoMillisecond)}function at(e){const t=rt(e);if(void 0!==t){const[n,r]=xe(t,as);return[n,r*is+(e.isoMicrosecond||0)*ss+(e.isoNanosecond||0)]}}function ot(e,t){const[n,r]=tt(et(e)-t);return Qe(at({...e,isoDay:e.isoDay+r,...n}))}function st(...e){return it(...e)/os}function it(...e){const[t,n]=lt(...e),r=t.valueOf();if(!isNaN(r))return r-n*as}function lt(e,t=1,n=1,r=0,a=0,o=0,s=0){const i=e===li?1:e===ii?-1:0,l=new Date;return l.setUTCHours(r,a,o,s),l.setUTCFullYear(e,t-1,n+i),[l,i]}function ct(e,t){let[n,r]=Fe(e,t);r<0&&(r+=us,n-=1);const[a,o]=ve(r,is),[s,i]=ve(o,ss);return dt(n*as+a,s,i)}function dt(e,t=0,n=0){const r=Math.ceil(Math.max(0,Math.abs(e)-ai)/as)*Math.sign(e),a=new Date(e-r*as);return re(Js,[a.getUTCFullYear(),a.getUTCMonth()+1,a.getUTCDate()+r,a.getUTCHours(),a.getUTCMinutes(),a.getUTCSeconds(),a.getUTCMilliseconds(),t,n])}function ut(e,t){if(t<-ai)throw new RangeError(Fo);const n=e.formatToParts(t),r={};for(const e of n)r[e.type]=e.value;return r}function ht(e){return[e.isoYear,e.isoMonth,e.isoDay]}function ft(e,t){return[t,0]}function gt(){return fi}function mt(e,t){switch(t){case 2:return vt(e)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}function pt(e){return vt(e)?366:365}function vt(e){return e%4==0&&(e%100!=0||e%400==0)}function yt(e){const[t,n]=lt(e.isoYear,e.isoMonth,e.isoDay);return ye(t.getUTCDay()-n,7)||7}function xt(e){return this.id===ks?(({isoYear:e})=>e<1?["gregory-inverse",1-e]:["gregory",e])(e):this.id===Os?mi(e):[]}function Dt(e){const t=rt(e);if(t<gi){const{isoYear:t}=e;return t<1?["japanese-inverse",1-t]:["japanese",t]}const n=ut(jl(Os),t),{era:r,eraYear:a}=Ma(n,Os);return[r,a]}function bt(e){return wt(e),Mt(e,1),e}function wt(e){return Et(e,1),e}function Ct(e){return ce(Xs,e,Et(e))}function Et(e,t){const{isoYear:n}=e,r=G(e,"isoMonth",1,gt(),t);return{isoYear:n,isoMonth:r,isoDay:G(e,"isoDay",1,mt(n,r),t)}}function Mt(e,t){return re(Gs,[G(e,"isoHour",0,23,t),G(e,"isoMinute",0,59,t),G(e,"isoSecond",0,59,t),G(e,"isoMillisecond",0,999,t),G(e,"isoMicrosecond",0,999,t),G(e,"isoNanosecond",0,999,t)])}function jt(e){return void 0===e?0:Ri(Se(e))}function Tt(e,t=0){e=Yt(e);const n=Pi(e),r=$i(e,t);return[Ri(e),r,n]}function Nt(e,t,n,r=9,a=0,o=4){t=Yt(t);let s=ki(t,r,a),i=Rt(t),l=Li(t,o);const c=Hi(t,r,a,1);return null==s?s=Math.max(n,c):Ft(s,c),i=Pt(i,c,1),e&&(l=(e=>e<4?(e+2)%4:e)(l)),[s,c,i,l]}function St(e,t=6,n){let r=Rt(e=Vt(e,pi));const a=Li(e,7);let o=Hi(e,t);return o=Ne(pi,o),r=Pt(r,o,void 0,n),[o,r,a]}function It(e){return Yi(Yt(e))}function Ht(e,t){return kt(Yt(e),t)}function kt(e,t=4){const n=$t(e);return[Li(e,4),...Ot(Hi(e,t),n)]}function Ot(e,t){return null!=e?[hs[e],e<4?9-3*e:-1]:[void 0===t?1:10**(9-t),t]}function Rt(e){const t=e[yi];return void 0===t?1:Ye(t,yi)}function Pt(e,t,n,r){const a=r?us:hs[t+1];if(a){const n=hs[t];if(a%((e=X(yi,e,1,a/n-(r?0:1),1))*n))throw new RangeError(po(yi,e))}else e=X(yi,e,1,n?10**9:1,1);return e}function $t(e){let t=e[xi];if(void 0!==t){if("number"!=typeof t){if("auto"===Oe(t))return;throw new RangeError(po(xi,t))}t=X(xi,Math.floor(t),0,9,1)}return t}function Yt(e){return void 0===e?{}:Se(e)}function Vt(e,t){return"string"==typeof e?{[t]:e}:Se(e)}function At(e){return{overflow:Ci[e]}}function Lt(e,t,n=9,r=0,a){let o=t[e];if(void 0===o)return a?r:void 0;if(o=Oe(o),"auto"===o)return a?r:null;let s=ns[o];if(void 0===s&&(s=Ws[o]),void 0===s)throw new RangeError(bo(e,o,ns));return X(e,s,r,n,1,rs),s}function Zt(e,t,n,r=0){const a=n[e];if(void 0===a)return r;const o=Oe(a),s=t[o];if(void 0===s)throw new RangeError(bo(e,o,t));return s}function Ft(e,t){if(t>e)throw new RangeError(_o)}function zt(e){return{branding:qi,epochNanoseconds:e}}function Bt(e,t,n){return{branding:Ui,calendar:n,timeZone:t,epochNanoseconds:e}}function Wt(e,t=e.calendar){return{branding:Bi,calendar:t,...ie(ei,e)}}function Ut(e,t=e.calendar){return{branding:zi,calendar:t,...ie(Ks,e)}}function qt(e,t=e.calendar){return{branding:Zi,calendar:t,...ie(Ks,e)}}function _t(e,t=e.calendar){return{branding:Fi,calendar:t,...ie(Ks,e)}}function Gt(e){return{branding:Wi,...ie(Qs,e)}}function Xt(e){return{branding:_i,sign:ur(e),...ie(Zs,e)}}function Jt(e){return Ge(e.epochNanoseconds,is)[0]}function Kt(e){return e.epochNanoseconds}function Qt(e,t){return _e(gr(e),hs[t],1)}function en(e,t,n,r,a,o,s){const i=Ls[n],l={...t,[i]:t[i]+r},c=s(e,a,t),d=s(e,a,l);return[o(c),o(d)]}function tn(e,t,n){const r=_e(ze(t,n));if(!r)throw new RangeError(ko);return _e(ze(t,e))/r}function nn(e,t,n,r){return rn(e,sn(t,n),r)}function rn(e,t,n){const[r,a]=an(e,t,n);return Ke({...tr(e,a),...r})}function an(e,t,n){return tt(gn(et(e),t,n))}function on(e){return gn(e,cs,7)}function sn(e,t){return hs[e]*t}function ln(e){const t=cn(e);return[t,tr(t,1)]}function cn(e){return ni(6,e)}function dn(e,t,n){const r=Math.min(yr(e),6);return mr(fn(gr(e,r),t,n),r)}function un(e,t,n,r,a,o,s,i,l,c){if(0===r&&1===a)return e;const d=ir(r,i)?sr(i)&&r<6&&n>=6?vn:pn:yn;let[u,h,f]=d(e,t,n,r,a,o,s,i,l,c);return f&&7!==r&&(u=((e,t,n,r,a,o,s,i)=>{const l=ur(e);for(let c=r+1;c<=n;c++){if(7===c&&7!==n)continue;const r=_s(c,e);r[Ls[c]]+=l;const d=_e(ze(s(i(a,o,r)),t));if(d&&Math.sign(d)!==l)break;e=r}return e})(u,h,n,Math.max(6,r),s,i,l,c)),u}function hn(e,t,n,r,a){if(6===t){const t=(e=>e[0]+e[1]/us)(e);return[gn(t,n,r),0]}return fn(e,sn(t,n),r,a)}function fn(e,t,n,r){let[a,o]=e;r&&o<0&&(o+=us,a-=1);const[s,i]=ve(gn(o,t,n),us);return Le(a+s,i)}function gn(e,t,n){return mn(e/t,n)*t}function mn(e,t){return Gi[t](e)}function pn(e,t,n,r,a,o){const s=ur(e),i=gr(e),l=hn(i,r,a,o),c=ze(i,l),d=Math.sign(l[0]-i[0])===s,u=mr(l,Math.min(n,6));return[{...e,...u},Ze(t,c),d]}function vn(e,t,n,r,a,o,s,i,l,c){const d=ur(e)||1,u=_e(gr(e,5)),h=sn(r,a);let f=gn(u,h,o);const[g,m]=en(s,{...e,...qs},6,d,i,l,c),p=f-_e(ze(g,m));let v=0;p&&Math.sign(p)!==d?t=Fe(g,f):(v+=d,f=gn(p,h,o),t=Fe(m,f));const y=pr(f);return[{...e,...y,days:e.days+v},t,Boolean(v)]}function yn(e,t,n,r,a,o,s,i,l,c){const d=ur(e),u=Ls[r],h=_s(r,e);7===r&&(e={...e,weeks:e.weeks+Math.trunc(e.days/7)});const f=De(e[u],a)*a;h[u]=f;const[g,m]=en(s,h,r,a*d,i,l,c),p=f+tn(t,g,m)*d*a,v=gn(p,a,o),y=Math.sign(v-p)===d;return h[u]=v,[h,y?m:g,y]}function xn(e,t,n,r){const[a,o,s,i]=(e=>{const t=kt(e=Yt(e));return[e.timeZone,...t]})(r),l=void 0!==a;return((e,t,n,r,a,o)=>{n=fn(n,a,r,1);const s=t.R(n);return Sn(ct(n,s),o)+(e?Rn(on(s)):"Z")})(l,t(l?e(a):Xi),n.epochNanoseconds,o,s,i)}function Dn(e,t,n){const[r,a,o,s,i,l]=(e=>{e=Yt(e);const t=Yi(e),n=$t(e),r=Ai(e),a=Li(e,4),o=Hi(e,4);return[t,Vi(e),r,a,...Ot(o,n)]})(n);return((e,t,n,r,a,o,s,i,l,c)=>{r=fn(r,l,i,1);const d=e(n).R(r);return Sn(ct(r,d),c)+Rn(on(d),s)+((e,t)=>1!==t?"["+(2===t?"!":"")+e+"]":"")(n,o)+Pn(t,a)})(e,t.calendar,t.timeZone,t.epochNanoseconds,r,a,o,s,i,l)}function bn(e,t){const[n,r,a,o]=(e=>(e=Yt(e),[Yi(e),...kt(e)]))(t);return s=e.calendar,i=n,l=o,Sn(rn(e,a,r),l)+Pn(s,i);var s,i,l}function wn(e,t){return n=e.calendar,r=e,a=It(t),In(r)+Pn(n,a);var n,r,a}function Cn(e,t){return Tn(e.calendar,Hn,e,It(t))}function En(e,t){return Tn(e.calendar,kn,e,It(t))}function Mn(e,t){const[n,r,a]=Ht(t);return o=a,On(an(e,r,n)[0],o);var o}function jn(e,t){const[n,r,a]=Ht(t,3);return r>1&&hr(e={...e,...dn(e,r,n)}),((e,t)=>{const{sign:n}=e,r=-1===n?dr(e):e,{hours:a,minutes:o}=r,[s,i]=Ge(gr(r,3),ls,xe);fr(s);const l=Yn(i,t),c=t>=0||!n||l;return(n<0?"-":"")+"P"+Nn({Y:An(r.years),M:An(r.months),W:An(r.weeks),D:An(r.days)})+(a||o||s||c?"T"+Nn({H:An(a),M:An(o),S:An(s,c)+l}):"")})(e,a)}function Tn(e,t,n,r){const a=r>1||0===r&&e!==Hs;return 1===r?e===Hs?t(n):In(n):a?In(n)+$n(e,2===r):t(n)}function Nn(e){const t=[];for(const n in e){const r=e[n];r&&t.push(r,n)}return t.join("")}function Sn(e,t){return In(e)+"T"+On(e,t)}function In(e){return Hn(e)+"-"+ts(e.isoDay)}function Hn(e){const{isoYear:t}=e;return(t<0||t>9999?Vn(t)+ge(6,Math.abs(t)):ge(4,t))+"-"+ts(e.isoMonth)}function kn(e){return ts(e.isoMonth)+"-"+ts(e.isoDay)}function On(e,t){const n=[ts(e.isoHour),ts(e.isoMinute)];return-1!==t&&n.push(ts(e.isoSecond)+((e,t,n,r)=>Yn(e*is+t*ss+n,r))(e.isoMillisecond,e.isoMicrosecond,e.isoNanosecond,t)),n.join(":")}function Rn(e,t=0){if(1===t)return"";const[n,r]=ve(Math.abs(e),ds),[a,o]=ve(r,cs),[s,i]=ve(o,ls);return Vn(e)+ts(n)+":"+ts(a)+(s||i?":"+ts(s)+Yn(i):"")}function Pn(e,t){return 1!==t&&(t>1||0===t&&e!==Hs)?$n(e,2===t):""}function $n(e,t){return"["+(t?"!":"")+"u-ca="+e+"]"}function Yn(e,t){let n=ge(9,e);return n=void 0===t?n.replace(el,""):n.slice(0,t),n?"."+n:""}function Vn(e){return e<0?"-":"+"}function An(e,t){return e||t?e.toLocaleString("fullwide",{useGrouping:0}):""}function Ln(e,t){const{epochNanoseconds:n}=e,r=(t.R?t:t(e.timeZone)).R(n),a=ct(n,r);return{calendar:e.calendar,...a,offsetNanoseconds:r}}function Zn(e,t,n,r=0,a=0,o,s){if(void 0!==n&&1===r&&(1===r||s))return ot(t,n);const i=e.I(t);if(void 0!==n&&3!==r){const e=((e,t,n,r)=>{const a=at(t);r&&(n=on(n));for(const t of e){let e=_e(ze(t,a));if(r&&(e=on(e)),e===n)return t}})(i,t,n,o);if(void 0!==e)return e;if(0===r)throw new RangeError(Lo)}return s?at(t):Fn(e,t,a,i)}function Fn(e,t,n=0,r=e.I(t)){if(1===r.length)return r[0];if(1===n)throw new RangeError(Zo);if(r.length)return r[3===n?1:0];const a=at(t),o=((e,t)=>{const n=e.R(Fe(t,-us));return(e=>{if(e>us)throw new RangeError(Ao);return e})(e.R(Fe(t,us))-n)})(e,a),s=o*(2===n?-1:1);return(r=e.I(ct(a,s)))[2===n?0:r.length-1]}function zn(e,t){const n=e.I(t);if(n.length)return n[0];const r=Fe(at(t),-us);return e.O(r,1)}function Bn(e,t,n){return zt(Qe(Ze(t.epochNanoseconds,(e=>{if(vr(e))throw new RangeError(Uo);return gr(e,5)})(e?dr(n):n))))}function Wn(e,t,n,r,a,o=Object.create(null)){const s=t(r.timeZone),i=e(r.calendar);return{...r,...Xn(s,i,r,n?dr(a):a,o)}}function Un(e,t,n,r,a=Object.create(null)){const{calendar:o}=n;return Wt(Jn(e(o),n,t?dr(r):r,a),o)}function qn(e,t,n,r,a){const{calendar:o}=n;return Ut(Kn(e(o),n,t?dr(r):r,a),o)}function _n(e,t,n,r,a){const o=n.calendar,s=e(o);let i=Je(Qn(s,n));t&&(r=cr(r)),r.sign<0&&(i=s.P(i,{...Us,months:1}),i=tr(i,-1));const l=s.P(i,r,a);return qt(Qn(s,l),o)}function Gn(e,t,n){return Gt(er(t,e?dr(n):n)[0])}function Xn(e,t,n,r,a){const o=gr(r,5);let s=n.epochNanoseconds;if(vr(r)){const i=tl(n,e);s=Ze(Fn(e,{...Kn(t,i,{...r,...qs},a),...ie(Gs,i)}),o)}else s=Ze(s,o),jt(a);return{epochNanoseconds:Qe(s)}}function Jn(e,t,n,r){const[a,o]=er(t,n);return Ke({...Kn(e,t,{...n,...qs,days:n.days+o},r),...a})}function Kn(e,t,n,r){if(n.years||n.months||n.weeks)return e.P(t,n,r);jt(r);const a=n.days+gr(n,5)[0];return a?Je(tr(t,a)):t}function Qn(e,t,n=1){return tr(t,n-e.day(t))}function er(e,t){const[n,r]=gr(t,5),[a,o]=tt(et(e)+r);return[a,n+o]}function tr(e,t){return t?{...e,...dt(rt(e)+t*as)}:e}function nr(e,t,n){const r=e(n.calendar);return sr(n)?[n,r,t(n.timeZone)]:[{...n,...ti},r]}function rr(e){return e?Kt:at}function ar(e){return e?ue(Xn,e):Jn}function or(e){return e?ue(ta,e):na}function sr(e){return e&&e.epochNanoseconds}function ir(e,t){return e<=6-(sr(t)?1:0)}function lr(e,t,n,r,a,o,s){const i=e(Yt(s).relativeTo),l=Math.max(yr(a),yr(o));if(ir(l,i))return Xt(hr(((e,t,n,r)=>{const a=Ze(gr(e),gr(t),r?-1:1);if(!Number.isFinite(a[0]))throw new RangeError(Fo);return{...Us,...mr(a,n)}})(a,o,l,r)));if(!i)throw new RangeError(Wo);r&&(o=dr(o));const[c,d,u]=nr(t,n,i),h=ar(u),f=or(u),g=h(d,c,a);return Xt(f(d,c,h(d,g,o),l))}function cr(e){return Xt(dr(e))}function dr(e){const t={};for(const n of Ls)t[n]=-1*e[n]||0;return t}function ur(e,t=Ls){let n=0;for(const r of t){const t=Math.sign(e[r]);if(t){if(n&&n!==t)throw new RangeError(Bo);n=t}}return n}function hr(e){for(const t of Bs)X(t,e[t],-nl,nl,1);return fr(_e(gr(e),ls)),e}function fr(e){if(!Number.isSafeInteger(e))throw new RangeError(zo)}function gr(e,t=6){return Ce(e,t,Ls)}function mr(e,t=6){const[n,r]=e,a=Ee(r,t,Ls);if(a[Ls[t]]+=n*(us/hs[t]),!Number.isFinite(a[Ls[t]]))throw new RangeError(Fo);return a}function pr(e,t=5){return Ee(e,t,Ls)}function vr(e){return Boolean(ur(e,zs))}function yr(e){let t=9;for(;t>0&&!e[Ls[t]];t--);return t}function xr(e,t){return[e,t]}function Dr(e){const t=Math.floor(e/Ji)*Ji;return[t,t+Ji]}function br(e){const t=Hr(e);if(void 0===t)throw new RangeError(Go(e));return t}function wr(e,t,n){let r=Nr(Ys(e));if(!r||r.j)throw new RangeError(Go(e));return t?r.calendar===Hs&&(r=-271821===r.isoYear&&4===r.isoMonth?{...r,isoDay:20,...ti}:{...r,isoDay:1,...ti}):n&&r.calendar===Hs&&(r={...r,isoYear:hi}),Ut(r.C?Mr(r):jr(r))}function Cr(e){if(e.calendar!==Hs)throw new RangeError(Xo(e.calendar))}function Er(e,t,n=0,r=0){const a=Ar(e.timeZone),o=rl(a);let s;return bt(e),s=e.C?Zn(o,e,t,n,r,!o.$,e.j):zn(o,e),Bt(s,a,Ya(e.calendar))}function Mr(e){return Tr(Ke(bt(e)))}function jr(e){return Tr(Je(wt(e)))}function Tr(e){return{...e,calendar:Ya(e.calendar)}}function Nr(e){const t=pl.exec(e);return t?(e=>{const t=e[10],n="Z"===(t||"").toUpperCase();return{isoYear:kr(e),isoMonth:parseInt(e[4]),isoDay:parseInt(e[5]),...Or(e.slice(5)),...Rr(e[16]),C:Boolean(e[6]),j:n,offset:n?void 0:t}})(t):void 0}function Sr(e){const t=gl.exec(e);return t?(e=>({isoYear:kr(e),isoMonth:parseInt(e[4]),isoDay:1,...Rr(e[5])}))(t):void 0}function Ir(e){const t=ml.exec(e);return t?(e=>({isoYear:hi,isoMonth:parseInt(e[1]),isoDay:parseInt(e[2]),...Rr(e[3])}))(t):void 0}function Hr(e,t){const n=yl.exec(e);return n?((e,t)=>{const n=e[4]||e[5];if(t&&n)throw new RangeError(Xo(n));return(e=>{if(Math.abs(e)>=us)throw new RangeError(Vo);return e})((Vr(e[2])*ds+Vr(e[3])*cs+Vr(e[4])*ls+Pr(e[5]||""))*Yr(e[1]))})(n,t):void 0}function kr(e){const t=Yr(e[1]),n=parseInt(e[2]||e[3]);if(t<0&&!n)throw new RangeError(Xo(-0));return t*n}function Or(e){const t=Vr(e[3]);return{...tt(Pr(e[4]||""))[0],isoHour:Vr(e[1]),isoMinute:Vr(e[2]),isoSecond:60===t?59:t}}function Rr(e){let t,n;const r=[];if(e.replace(xl,(e,a,o)=>{const s=Boolean(a),[i,l]=o.split("=").reverse();if(l){if("u-ca"===l)r.push(i),t||(t=s);else if(s||/[A-Z]/.test(l))throw new RangeError(Xo(e))}else{if(n)throw new RangeError(Xo(e));n=i}return""}),r.length>1&&t)throw new RangeError(Xo(e));return{timeZone:n,calendar:r[0]||Hs}}function Pr(e){return parseInt(e.padEnd(9,"0"))}function $r(e){return new RegExp(`^${e}$`,"i")}function Yr(e){return e&&"+"!==e?-1:1}function Vr(e){return void 0===e?0:parseInt(e)}function Ar(e){const t=Zr(e);return"number"==typeof t?Rn(t):t?(e=>{if(Cl.test(e))throw new RangeError(Po(e));if(wl.test(e))throw new RangeError(Yo);return e.toLowerCase().split("/").map((e,t)=>(e.length<=3||/\d/.test(e))&&!/etc|yap/.test(e)?e.toUpperCase():e.replace(/baja|dumont|[a-z]+/g,(e,n)=>e.length<=2&&!t||"in"===e||"chat"===e?e.toUpperCase():e.length>2||!n?he(e).replace(/island|noronha|murdo|rivadavia|urville/,he):e)).join("/")})(e):Xi}function Lr(e){const t=Zr(e);return"number"==typeof t?t:t?t.resolvedOptions().timeZone:Xi}function Zr(e){const t=Hr(e=e.toUpperCase(),1);return void 0!==t?t:e!==Xi?bl(e):void 0}function Fr(e,t){return Be(e.epochNanoseconds,t.epochNanoseconds)}function zr(e,t){return Be(e.epochNanoseconds,t.epochNanoseconds)}function Br(e,t){return Wr(e,t)||Ur(e,t)}function Wr(e,t){return me(rt(e),rt(t))}function Ur(e,t){return me(et(e),et(t))}function qr(e,t){if(e===t)return 1;try{return Lr(e)===Lr(t)}catch(e){}}function _r(e,t,n,r){const a=Nt(e,r,3,5),o=oa(t.epochNanoseconds,n.epochNanoseconds,...a);return Xt(e?dr(o):o)}function Gr(e,t,n,r,a,o){const s=da(r.calendar,a.calendar),[i,l,c,d]=Nt(n,o,5),u=r.epochNanoseconds,h=a.epochNanoseconds,f=Be(h,u);let g;if(f)if(i<6)g=oa(u,h,i,l,c,d);else{const n=t(((e,t)=>{if(!qr(e,t))throw new RangeError($o);return e})(r.timeZone,a.timeZone)),u=e(s);g=ra(u,n,r,a,f,i,o),g=un(g,h,i,l,c,d,u,r,Kt,ue(Xn,n))}else g=Us;return Xt(n?dr(g):g)}function Xr(e,t,n,r,a){const o=da(n.calendar,r.calendar),[s,i,l,c]=Nt(t,a,6),d=at(n),u=at(r),h=Be(u,d);let f;if(h)if(s<=6)f=oa(d,u,s,i,l,c);else{const t=e(o);f=aa(t,n,r,h,s,a),f=un(f,u,s,i,l,c,t,n,at,Jn)}else f=Us;return Xt(t?dr(f):f)}function Jr(e,t,n,r,a){const o=da(n.calendar,r.calendar);return Qr(t,()=>e(o),n,r,...Nt(t,a,6,9,6))}function Kr(e,t,n,r,a){const o=da(n.calendar,r.calendar),s=Nt(t,a,9,9,8),i=e(o),l=Qn(i,n),c=Qn(i,r);return l.isoYear===c.isoYear&&l.isoMonth===c.isoMonth&&l.isoDay===c.isoDay?Xt(Us):Qr(t,()=>i,Je(l),Je(c),...s,8)}function Qr(e,t,n,r,a,o,s,i,l=6){const c=at(n),d=at(r);if(void 0===c||void 0===d)throw new RangeError(Fo);let u;if(Be(d,c))if(6===a)u=oa(c,d,a,o,s,i);else{const e=t();u=e.N(n,r,a),o===l&&1===s||(u=un(u,d,a,o,s,i,e,n,at,Kn))}else u=Us;return Xt(e?dr(u):u)}function ea(e,t,n,r){const[a,o,s,i]=Nt(e,r,5,5),l=gn(ca(t,n),sn(o,s),i),c={...Us,...pr(l,a)};return Xt(e?dr(c):c)}function ta(e,t,n,r,a,o){const s=Be(r.epochNanoseconds,n.epochNanoseconds);return s?a<6?sa(n.epochNanoseconds,r.epochNanoseconds,a):ra(t,e,n,r,s,a,o):Us}function na(e,t,n,r,a){const o=at(t),s=at(n),i=Be(s,o);return i?r<=6?sa(o,s,r):aa(e,t,n,i,r,a):Us}function ra(e,t,n,r,a,o,s){const[i,l,c]=((e,t,n,r)=>{function a(){return u={...tr(i,c++*-r),...s},h=Fn(e,u),Be(l,h)===-r}const o=tl(t,e),s=ie(Gs,o),i=tl(n,e),l=n.epochNanoseconds;let c=0;const d=ca(o,i);let u,h;if(Math.sign(d)===-r&&c++,a()&&(-1===r||a()))throw new RangeError(ko);const f=_e(ze(h,l));return[o,u,f]})(t,n,r,a);var d,u;return{...6===o?(d=i,u=l,{...Us,days:ia(d,u)}):e.N(i,l,o,s),...pr(c)}}function aa(e,t,n,r,a,o){const[s,i,l]=((e,t,n)=>{let r=t,a=ca(e,t);return Math.sign(a)===-n&&(r=tr(t,-n),a+=us*n),[e,r,a]})(t,n,r);return{...e.N(s,i,a,o),...pr(l)}}function oa(e,t,n,r,a,o){return{...Us,...mr(hn(ze(e,t),r,a,o),n)}}function sa(e,t,n){return{...Us,...mr(ze(e,t),n)}}function ia(e,t){return la(rt(e),rt(t))}function la(e,t){return Math.trunc((t-e)/as)}function ca(e,t){return et(t)-et(e)}function da(e,t){if(e!==t)throw new RangeError(Ro);return e}function ua(e){return this.m(e)[0]}function ha(e){return this.m(e)[1]}function fa(e){const[t]=this.v(e);return la(this.p(t),rt(e))+1}function ga(e){const t=El.exec(e);if(!t)throw new RangeError(No(e));return[parseInt(t[1]),Boolean(t[2])]}function ma(e,t){return"M"+ts(e)+(t?"L":"")}function pa(e,t,n){return e+(t||n&&e>=n?1:0)}function va(e,t){return e-(t&&e>=t?1:0)}function ya(e,t){return(t+e)*(Math.sign(t)||1)||0}function xa(e){return Rs[ba(e)]}function Da(e){return $s[ba(e)]}function ba(e){return Va(e.id||Hs)}function wa(e){function t(e){return((e,t)=>({...Ma(e,t),o:e.month,day:parseInt(e.day)}))(ut(n,e),r)}const n=jl(e),r=Va(e);return{id:e,h:Ca(t),l:Ea(t)}}function Ca(e){return K(t=>{const n=rt(t);return e(n)},WeakMap)}function Ea(e){const t=e(0).year-ui;return K(n=>{let r,a=it(n-t),o=0;const s=[],i=[];do{a+=400*as}while((r=e(a)).year<=n);do{if(a+=(1-r.day)*as,r.year===n&&(s.push(a),i.push(r.o)),a-=as,++o>100||a<-ai)throw new RangeError(ko)}while((r=e(a)).year>=n);return{i:s.reverse(),u:Qo(i.reverse())}})}function Ma(e,t){let n,r,a=ja(e);if(e.era){const o=Rs[t],s=Ps[t]||{};void 0!==o&&(n="islamic"===t?"ah":e.era.normalize("NFD").toLowerCase().replace(/[^a-z0-9]/g,""),"bc"===n||"b"===n?n="bce":"ad"===n||"a"===n?n="ce":"beforeroc"===n&&(n="broc"),n=s[n]||n,r=a,a=ya(r,o[n]||0))}return{era:n,eraYear:r,year:a}}function ja(e){return parseInt(e.relatedYear||e.year)}function Ta(e){const{year:t,o:n,day:r}=this.h(e),{u:a}=this.l(t);return[t,a[n]+1,r]}function Na(e,t=1,n=1){return this.l(e).i[t-1]+(n-1)*as}function Sa(e,t){const n=Ia.call(this,e);return[va(t,n),n===t]}function Ia(e){const t=Pa(this,e),n=Pa(this,e-1),r=t.length;if(r>n.length){const e=Da(this);if(e<0)return-e;for(let e=0;e<r;e++)if(t[e]!==n[e])return e+1}}function Ha(e){return la(Na.call(this,e),Na.call(this,e+1))}function ka(e,t){const{i:n}=this.l(e);let r=t+1,a=n;return r>n.length&&(r=1,a=this.l(e+1).i),la(n[t-1],a[r-1])}function Oa(e){return this.l(e).i.length}function Ra(e){const t=this.h(e);return[t.era,t.eraYear]}function Pa(e,t){return Object.keys(e.l(t).u)}function $a(e){return Ya(Ys(e))}function Ya(e){if((e=e.toLowerCase())!==Hs&&e!==ks){const t=jl(e).resolvedOptions().calendar;if(Va(e)!==Va(t))throw new RangeError(Oo(e));return t}return e}function Va(e){return"islamicc"===e&&(e="islamic"),e.split("-")[0]}function Aa(e,t){return n=>n===Hs?e:n===ks||n===Os?Object.assign(Object.create(e),{id:n}):Object.assign(Object.create(t),Ml(n))}function La(e,t,n,r){const a=Za(n,r,Ts,[],ys);if(void 0!==a.timeZone){const r=n.F(a),o=za(a),s=e(a.timeZone);return{epochNanoseconds:Zn(t(s),{...r,...o},void 0!==a.offset?br(a.offset):void 0),timeZone:s}}return{...n.F(a),...ti}}function Za(e,t,n,r=[],a=[]){return Fa(t,[...e.fields(n),...a].sort(),r)}function Fa(e,t,n,r=!n){const a={};let o,s=0;for(const r of t){if(r===o)throw new RangeError(xo(r));if("constructor"===r||"__proto__"===r)throw new RangeError(yo(r));let t=e[r];if(void 0!==t)s=1,Yl[r]&&(t=Yl[r](t,r)),a[r]=t;else if(n){if(n.includes(r))throw new TypeError(vo(r));a[r]=Is[r]}o=r}if(r&&!s)throw new TypeError(Do(t));return a}function za(e,t){return Mt(Vl({...Is,...e}),t)}function Ba(e,t,n,r,a){t=ie(n=e.fields(n),t),r=Fa(r,a=e.fields(a),[]);let o=e.k(t,r);return o=Fa(o,[...n,...a].sort(),[]),e.F(o)}function Wa(e,t){const n=xa(e),r=Ps[e.id||""]||{};let{era:a,eraYear:o,year:s}=t;if(void 0!==a||void 0!==o){if(void 0===a||void 0===o)throw new TypeError(Eo);if(!n)throw new RangeError(Co);const e=n[r[a]||a];if(void 0===e)throw new RangeError(jo(a));const t=ya(o,e);if(void 0!==s&&s!==t)throw new RangeError(Mo);s=t}else if(void 0===s)throw new TypeError(To(n));return s}function Ua(e,t,n,r){let{month:a,monthCode:o}=t;if(void 0!==o){const t=((e,t,n,r)=>{const a=e.L(n),[o,s]=ga(t);let i=pa(o,s,a);if(s){const t=Da(e);if(void 0===t)throw new RangeError(Ho);if(t>0){if(i>t)throw new RangeError(Ho);if(void 0===a){if(1===r)throw new RangeError(Ho);i--}}else{if(i!==-t)throw new RangeError(Ho);if(void 0===a&&1===r)throw new RangeError(Ho)}}return i})(e,o,n,r);if(void 0!==a&&a!==t)throw new RangeError(So);a=t,r=1}else if(void 0===a)throw new TypeError(Io);return X("month",a,1,e.B(n),r)}function qa(e,t,n,r,a){return G(t,"day",1,e.U(r,n),a)}function _a(e,t,n,r){let a=0;const o=[];for(const e of n)void 0!==t[e]?a=1:o.push(e);if(Object.assign(e,t),a)for(const t of r||o)delete e[t]}function Ga(e){const t=Pl(e.calendar),[n,r,a]=t.v(e),[o,s]=t.q(n,r);return{year:n,monthCode:ma(o,s),day:a}}function Xa(e,t){return Wt(tl(t,e))}function Ja(e,t){return Ut(tl(t,e))}function Ka(e,t){return Gt(tl(t,e))}function Qa(e,t,n){const r=new Set(n);return(a,o)=>{const s=n&&le(a,n);if(!le(a=((e,t)=>{const n={};for(const r in t)e.has(r)||(n[r]=t[r]);return n})(r,a),e)){if(o&&s)throw new TypeError("Invalid formatting options");a={...t,...a}}return n&&(a.timeZone=Xi,["full","long"].includes(a.J)&&(a.J="medium")),a}}function eo(e,t=to,n=0){const[r,,,a]=e;return(o,s=mc,...i)=>{const l=t(a&&a(...i),o,s,r,n),c=l.resolvedOptions();return[l,...no(e,c,i)]}}function to(e,t,n,r,a){if(n=r(n,a),e){if(void 0!==n.timeZone)throw new TypeError(Ko);n.timeZone=e}return new ci(t,n)}function no(e,t,n){const[,r,a]=e;return n.map(e=>(e.calendar&&((e,t,n)=>{if((n||e!==Hs)&&e!==t)throw new RangeError(Ro)})(e.calendar,t.calendar,a),r(e,t)))}function ro(e,t){return{...e,calendar:t}}function ao(e){const t=oo();return ct(t,e.R(t))}function oo(){return qe(Date.now(),is)}function so(){return Ec||(Ec=(new ci).resolvedOptions().timeZone)}const io=(e,t)=>`Non-integer ${e}: ${t}`,lo=(e,t)=>`Non-positive ${e}: ${t}`,co=(e,t)=>`Non-finite ${e}: ${t}`,uo=e=>`Cannot convert bigint to ${e}`,ho=e=>`Invalid bigint: ${e}`,fo="Cannot convert Symbol to string",go="Invalid object",mo=(e,t,n,r,a)=>a?mo(e,a[t],a[n],a[r]):po(e,t)+`; must be between ${n}-${r}`,po=(e,t)=>`Invalid ${e}: ${t}`,vo=e=>`Missing ${e}`,yo=e=>`Invalid field ${e}`,xo=e=>`Duplicate field ${e}`,Do=e=>"No valid fields: "+e.join(),bo=(e,t,n)=>po(e,t)+"; must be "+Object.keys(n).join(),wo="Invalid calling context",Co="Forbidden era/eraYear",Eo="Mismatching era/eraYear",Mo="Mismatching year/eraYear",jo=e=>`Invalid era: ${e}`,To=e=>"Missing year"+(e?"/era/eraYear":""),No=e=>`Invalid monthCode: ${e}`,So="Mismatching month/monthCode",Io="Missing month/monthCode",Ho="Invalid leap month",ko="Invalid protocol results",Oo=e=>po("Calendar",e),Ro="Mismatching Calendars",Po=e=>po("TimeZone",e),$o="Mismatching TimeZones",Yo="Forbidden ICU TimeZone",Vo="Out-of-bounds offset",Ao="Out-of-bounds TimeZone gap",Lo="Invalid TimeZone offset",Zo="Ambiguous offset",Fo="Out-of-bounds date",zo="Out-of-bounds duration",Bo="Cannot mix duration signs",Wo="Missing relativeTo",Uo="Cannot use large units",qo="Required smallestUnit or largestUnit",_o="smallestUnit > largestUnit",Go=e=>`Cannot parse: ${e}`,Xo=e=>`Invalid substring: ${e}`,Jo="Mismatching types for formatting",Ko="Cannot specify TimeZone",Qo=ue(oe,(e,t)=>t),es=ue(oe,(e,t,n)=>n),ts=ue(ge,2),ns={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},rs=Object.keys(ns),as=864e5,os=1e3,ss=1e3,is=1e6,ls=1e9,cs=6e10,ds=36e11,us=864e11,hs=[1,ss,is,ls,cs,ds,us],fs=rs.slice(0,6),gs=fe(fs),ms=["offset"],ps=["timeZone"],vs=fs.concat(ms),ys=vs.concat(ps),xs=["era","eraYear"],Ds=xs.concat(["year"]),bs=["year"],ws=["monthCode"],Cs=["month"].concat(ws),Es=["day"],Ms=Cs.concat(bs),js=ws.concat(bs),Ts=Es.concat(Ms),Ns=Es.concat(Cs),Ss=Es.concat(ws),Is=es(fs,0),Hs="iso8601",ks="gregory",Os="japanese",Rs={[ks]:{"gregory-inverse":-1,gregory:0},[Os]:{"japanese-inverse":-1,japanese:0,meiji:1867,taisho:1911,showa:1925,heisei:1988,reiwa:2018},ethiopic:{ethioaa:0,ethiopic:5500},coptic:{"coptic-inverse":-1,coptic:0},roc:{"roc-inverse":-1,roc:0},buddhist:{be:0},islamic:{ah:0},indian:{saka:0},persian:{ap:0}},Ps={[ks]:{bce:"gregory-inverse",ce:"gregory"},[Os]:{bce:"japanese-inverse",ce:"japanese"},ethiopic:{era0:"ethioaa",era1:"ethiopic"},coptic:{era0:"coptic-inverse",era1:"coptic"},roc:{broc:"roc-inverse",minguo:"roc"}},$s={chinese:13,dangi:13,hebrew:-6},Ys=ue(Ie,"string"),Vs=ue(Ie,"boolean"),As=ue(Ie,"number"),Ls=rs.map(e=>e+"s"),Zs=fe(Ls),Fs=Ls.slice(0,6),zs=Ls.slice(6),Bs=zs.slice(1),Ws=Qo(Ls),Us=es(Ls,0),qs=es(Fs,0),_s=ue(de,Ls),Gs=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],Xs=["isoDay","isoMonth","isoYear"],Js=Gs.concat(Xs),Ks=fe(Xs),Qs=fe(Gs),ei=fe(Js),ti=es(Qs,0),ni=ue(de,Js),ri=1e8,ai=ri*as,oi=[ri,0],si=[-ri,0],ii=275760,li=-271821,ci=Intl.DateTimeFormat,di="en-GB",ui=1970,hi=1972,fi=12,gi=it(1868,9,8),mi=K(Dt,WeakMap),pi="smallestUnit",vi="unit",yi="roundingIncrement",xi="fractionalSecondDigits",Di="relativeTo",bi="direction",wi={constrain:0,reject:1},Ci=Object.keys(wi),Ei={compatible:0,reject:1,earlier:2,later:3},Mi={reject:0,use:1,prefer:2,ignore:3},ji={auto:0,never:1,critical:2,always:3},Ti={auto:0,never:1,critical:2},Ni={auto:0,never:1},Si={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},Ii={previous:-1,next:1},Hi=ue(Lt,pi),ki=ue(Lt,"largestUnit"),Oi=ue(Lt,vi),Ri=ue(Zt,"overflow",wi),Pi=ue(Zt,"disambiguation",Ei),$i=ue(Zt,"offset",Mi),Yi=ue(Zt,"calendarName",ji),Vi=ue(Zt,"timeZoneName",Ti),Ai=ue(Zt,"offset",Ni),Li=ue(Zt,"roundingMode",Si),Zi="PlainYearMonth",Fi="PlainMonthDay",zi="PlainDate",Bi="PlainDateTime",Wi="PlainTime",Ui="ZonedDateTime",qi="Instant",_i="Duration",Gi=[Math.floor,e=>we(e)?Math.floor(e):Math.round(e),Math.ceil,e=>we(e)?Math.ceil(e):Math.round(e),Math.trunc,e=>we(e)?Math.trunc(e)||0:Math.round(e),e=>e<0?Math.floor(e):Math.ceil(e),e=>Math.sign(e)*Math.round(Math.abs(e))||0,e=>we(e)?(e=Math.trunc(e)||0)+e%2:Math.round(e)],Xi="UTC",Ji=5184e3,Ki=st(1847),Qi=st((new Date).getUTCFullYear()+10),el=/0+$/,tl=K(Ln,WeakMap),nl=2**32-1,rl=K(e=>{const t=Zr(e);return"object"==typeof t?new ol(t):new al(t||0)});class al{constructor(e){this.$=e}R(){return this.$}I(e){return(e=>{const t=at({...e,...ti});if(!t||Math.abs(t[0])>1e8)throw new RangeError(Fo)})(e),[ot(e,this.$)]}O(){}}class ol{constructor(e){this.nn=(e=>{function t(e){const t=pe(e,o,s),[i,l]=Dr(t),c=r(i),d=r(l);return c===d?c:n(a(i,l),c,d,e)}function n(t,n,r,a){let o,s;for(;(void 0===a||void 0===(o=a<t[0]?n:a>=t[1]?r:void 0))&&(s=t[1]-t[0]);){const n=t[0]+Math.floor(s/2);e(n)===r?t[1]=n:t[0]=n+1}return o}const r=K(e),a=K(xr);let o=Ki,s=Qi;return{tn(e){const n=t(e-86400),r=t(e+86400),a=e-n,o=e-r;if(n===r)return[a];const s=t(a);return s===t(o)?[e-s]:n>r?[a,o]:[]},rn:t,O(e,t){const i=pe(e,o,s);let[l,c]=Dr(i);const d=Ji*t,u=t<0?()=>c>o||(o=i,0):()=>l<s||(s=i,0);for(;u();){const o=r(l),s=r(c);if(o!==s){const r=a(l,c);n(r,o,s);const i=r[0];if((me(i,e)||1)===t)return i}l+=d,c+=d}}}})((e=>t=>{const n=ut(e,t*os);return st(ja(n),parseInt(n.month),parseInt(n.day),parseInt(n.hour),parseInt(n.minute),parseInt(n.second))-t})(e))}R(e){return this.nn.rn((e=>nt(e)[0])(e))*ls}I(e){const[t,n]=[st((r=e).isoYear,r.isoMonth,r.isoDay,r.isoHour,r.isoMinute,r.isoSecond),r.isoMillisecond*is+r.isoMicrosecond*ss+r.isoNanosecond];var r;return this.nn.tn(t).map(e=>Qe(Fe(qe(e,ls),n)))}O(e,t){const[n,r]=nt(e),a=this.nn.O(n+(t>0||r?1:0),t);if(void 0!==a)return qe(a,ls)}}const sl="([+-])",il="(?:[.,](\\d{1,9}))?",ll=`(?:(?:${sl}(\\d{6}))|(\\d{4}))-?(\\d{2})`,cl="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+il+")?)?",dl=sl+cl,ul=ll+"-?(\\d{2})(?:[T ]"+cl+"(Z|"+dl+")?)?",hl="\\[(!?)([^\\]]*)\\]",fl=`((?:${hl}){0,9})`,gl=$r(ll+fl),ml=$r("(?:--)?(\\d{2})-?(\\d{2})"+fl),pl=$r(ul+fl),vl=$r("T?"+cl+"(?:"+dl+")?"+fl),yl=$r(dl),xl=new RegExp(hl,"g"),Dl=$r(`${sl}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${il}H)?(?:(\\d+)${il}M)?(?:(\\d+)${il}S)?)?`),bl=K(e=>new ci(di,{timeZone:e,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"})),wl=/^(AC|AE|AG|AR|AS|BE|BS|CA|CN|CS|CT|EA|EC|IE|IS|JS|MI|NE|NS|PL|PN|PR|PS|SS|VS)T$/,Cl=/[^\w\/:+-]+/,El=/^M(\d{2})(L?)$/,Ml=K(wa),jl=K(e=>new ci(di,{calendar:e,timeZone:Xi,era:"short",year:"numeric",month:"short",day:"numeric"})),Tl={P(e,t,n){const r=jt(n);let a,{years:o,months:s,weeks:i,days:l}=t;if(l+=gr(t,5)[0],o||s)a=((e,t,n,r,a)=>{let[o,s,i]=e.v(t);if(n){const[t,r]=e.q(o,s);o+=n,s=pa(t,r,e.L(o)),s=X("month",s,1,e.B(o),a)}return r&&([o,s]=e.un(o,s,r)),i=X("day",i,1,e.U(o,s),a),e.p(o,s,i)})(this,e,o,s,r);else{if(!i&&!l)return e;a=rt(e)}if(void 0===a)throw new RangeError(Fo);return a+=(7*i+l)*as,Je(dt(a))},N(e,t,n){if(n<=7){let r=0,a=ia({...e,...ti},{...t,...ti});return 7===n&&([r,a]=xe(a,7)),{...Us,weeks:r,days:a}}const r=this.v(e),a=this.v(t);let[o,s,i]=((e,t,n,r,a,o,s)=>{let i=a-t,l=o-n,c=s-r;if(i||l){const d=Math.sign(i||l);let u=e.U(a,o),h=0;if(Math.sign(c)===-d){const r=u;[a,o]=e.un(a,o,-d),i=a-t,l=o-n,u=e.U(a,o),h=d<0?-r:u}if(c=s-Math.min(r,u)+h,i){const[r,s]=e.q(t,n),[c,u]=e.q(a,o);if(l=c-r||Number(u)-Number(s),Math.sign(l)===-d){const n=d<0&&-e.B(a);i=(a-=d)-t,l=o-pa(r,s,e.L(a))+(n||e.B(a))}}}return[i,l,c]})(this,...r,...a);return 8===n&&(s+=this.cn(o,r[0]),o=0),{...Us,years:o,months:s,days:i}},F(e,t){const n=jt(t),r=Wa(this,e),a=Ua(this,e,r,n),o=qa(this,e,a,r,n);return Ut(Je(this.V(r,a,o)),this.id||Hs)},K(e,t){const n=jt(t),r=Wa(this,e),a=Ua(this,e,r,n);return qt(Xe(this.V(r,a,1)),this.id||Hs)},_(e,t){const n=jt(t);let r,a,o,s=void 0!==e.eraYear||void 0!==e.year?Wa(this,e):void 0;const i=!this.id;if(void 0===s&&i&&(s=hi),void 0!==s){const t=Ua(this,e,s,n);r=qa(this,e,t,s,n);const i=this.L(s);a=va(t,i),o=t===i}else{if(void 0===e.monthCode)throw new TypeError(Io);if([a,o]=ga(e.monthCode),this.id&&this.id!==ks&&this.id!==Os)if(this.id&&"coptic"===Va(this.id)&&0===n){const t=o||13!==a?30:6;r=e.day,r=pe(r,1,t)}else if(this.id&&"chinese"===Va(this.id)&&0===n){const t=!o||1!==a&&9!==a&&10!==a&&11!==a&&12!==a?30:29;r=e.day,r=pe(r,1,t)}else r=e.day;else r=qa(this,e,Ua(this,e,hi,n),hi,n)}const l=this.G(a,o,r);if(!l)throw new RangeError("Cannot guess year");const[c,d]=l;return _t(Je(this.V(c,d,r)),this.id||Hs)},fields(e){return xa(this)&&e.includes("year")?[...e,...xs]:e},k(e,t){const n=Object.assign(Object.create(null),e);return _a(n,t,Cs),xa(this)&&(_a(n,t,Ds),this.id===Os&&_a(n,t,Ns,xs)),n},inLeapYear(e){const[t]=this.v(e);return this.sn(t)},monthsInYear(e){const[t]=this.v(e);return this.B(t)},daysInMonth(e){const[t,n]=this.v(e);return this.U(t,n)},daysInYear(e){const[t]=this.v(e);return this.fn(t)},dayOfYear:fa,era(e){return this.hn(e)[0]},eraYear(e){return this.hn(e)[1]},monthCode(e){const[t,n]=this.v(e),[r,a]=this.q(t,n);return ma(r,a)},dayOfWeek:yt,daysInWeek:()=>7},Nl={v:ht,hn:xt,q:ft},Sl={dayOfYear:fa,v:ht,p:it},Il=Object.assign({},Sl,{weekOfYear:ua,yearOfWeek:ha,m(e){function t(e){return(7-e<r?7:0)-e}function n(e){const n=pt(h+e),r=e||1,a=t(ye(l+n*r,7));return d=(n+(a-c)*r)/7}const r=this.id?1:4,a=yt(e),o=this.dayOfYear(e),s=ye(a-1,7),i=o-1,l=ye(s-i,7),c=t(l);let d,u=Math.floor((i-c)/7)+1,h=e.isoYear;return u?u>n(0)&&(u=1,h++):(u=n(-1),h--),[u,h,d]}}),Hl=Object.assign({},Tl,Il,{v:ht,hn:xt,q:ft,G(e,t){if(!t)return[hi,e]},sn:vt,L(){},B:gt,cn:e=>e*fi,U:mt,fn:pt,V:(e,t,n)=>({isoYear:e,isoMonth:t,isoDay:n}),p:it,un:(e,t,n)=>(e+=De(n,fi),(t+=be(n,fi))<1?(e--,t+=fi):t>fi&&(e++,t-=fi),[e,t]),year:e=>e.isoYear,month:e=>e.isoMonth,day:e=>e.isoDay}),kl={v:Ta,hn:Ra,q:Sa},Ol={dayOfYear:fa,v:Ta,p:Na,weekOfYear:ua,yearOfWeek:ha,m:()=>[]},Rl=Object.assign({},Tl,Ol,{v:Ta,hn:Ra,q:Sa,G(e,t,n){const r=this.id&&"chinese"===Va(this.id)?((e,t,n)=>{if(t)switch(e){case 1:return 1651;case 2:return n<30?1947:1765;case 3:return n<30?1966:1955;case 4:return n<30?1963:1944;case 5:return n<30?1971:1952;case 6:return n<30?1960:1941;case 7:return n<30?1968:1938;case 8:return n<30?1957:1718;case 9:return 1832;case 10:return 1870;case 11:return 1814;case 12:return 1890}return 1972})(e,t,n):hi;let[a,o,s]=Ta.call(this,{isoYear:r,isoMonth:fi,isoDay:31});const i=Ia.call(this,a),l=o===i;1===(me(e,va(o,i))||me(Number(t),Number(l))||me(n,s))&&a--;for(let r=0;r<100;r++){const o=a-r,s=Ia.call(this,o),i=pa(e,t,s);if(t===(i===s)&&n<=ka.call(this,o,i))return[o,i]}},sn(e){const t=Ha.call(this,e);return t>Ha.call(this,e-1)&&t>Ha.call(this,e+1)},L:Ia,B:Oa,cn(e,t){const n=t+e,r=Math.sign(e),a=r<0?-1:0;let o=0;for(let e=t;e!==n;e+=r)o+=Oa.call(this,e+a);return o},U:ka,fn:Ha,V(e,t,n){return dt(Na.call(this,e,t,n))},p:Na,un(e,t,n){if(n){if(t+=n,!Number.isSafeInteger(t))throw new RangeError(Fo);if(n<0)for(;t<1;)t+=Oa.call(this,--e);else{let n;for(;t>(n=Oa.call(this,e));)t-=n,e++}}return[e,t]},year(e){return this.h(e).year},month(e){const{year:t,o:n}=this.h(e),{u:r}=this.l(t);return r[n]+1},day(e){return this.h(e).day}}),Pl=Aa(Nl,kl),$l=Aa(Hl,Rl),Yl={...{era:Re,eraYear:Ye,year:Ye,month:Ae,monthCode(e){const t=Re(e);return ga(t),t},day:Ae},...es(fs,Ye),...es(Ls,Ve),offset(e){const t=Re(e);return br(t),t}},Vl=ue(se,fs,Gs),Al=ue(se,Gs,fs),Ll="numeric",Zl=["timeZoneName"],Fl={month:Ll,day:Ll},zl={year:Ll,month:Ll},Bl=Object.assign({},zl,{day:Ll}),Wl={hour:Ll,minute:Ll,second:Ll},Ul=Object.assign({},Bl,Wl),ql=Object.assign({},Ul,{timeZoneName:"short"}),_l=Object.keys(zl),Gl=Object.keys(Fl),Xl=Object.keys(Bl),Jl=Object.keys(Wl),Kl=["dateStyle"],Ql=_l.concat(Kl),ec=Gl.concat(Kl),tc=Xl.concat(Kl,["weekday"]),nc=Jl.concat(["dayPeriod","timeStyle","fractionalSecondDigits"]),rc=tc.concat(nc),ac=Zl.concat(nc),oc=Zl.concat(tc),sc=Zl.concat(["day","weekday"],nc),ic=Zl.concat(["year","weekday"],nc),lc=Qa(rc,Ul),cc=Qa(rc,ql),dc=Qa(rc,Ul,Zl),uc=Qa(tc,Bl,ac),hc=Qa(nc,Wl,oc),fc=Qa(Ql,zl,sc),gc=Qa(ec,Fl,ic),mc={},pc=new ci(void 0,{calendar:Hs}).resolvedOptions().calendar===Hs,vc=[lc,Jt],yc=[cc,Jt,0,(e,t)=>{const n=e.timeZone;if(t&&t.timeZone!==n)throw new RangeError($o);return n}],xc=[dc,rt],Dc=[uc,rt],bc=[hc,e=>et(e)/is],wc=[fc,rt,pc],Cc=[gc,rt,pc];let Ec;function Mc(e,t,n,r,a){function o(...e){if(!(this instanceof o))throw new TypeError(wo);Jc(this,t(...e))}function s(e,t){return Object.defineProperties(function(...t){return e.call(this,i(this),...t)},Q(t))}function i(t){const n=Xc(t);if(!n||n.branding!==e)throw new TypeError(wo);return n}return Object.defineProperties(o.prototype,{...te(ae(s,n)),...ee(ae(s,r)),...ne("Temporal."+e)}),Object.defineProperties(o,{...ee(a),...Q(e)}),[o,e=>{const t=Object.create(o.prototype);return Jc(t,e),t},i]}function jc(e){if(Xc(e)||void 0!==e.calendar||void 0!==e.timeZone)throw new TypeError("Invalid bag");return e}function Tc(e){return Nc(e)||Hs}function Nc(e){const{calendar:t}=e;if(void 0!==t)return Sc(t)}function Sc(e){if(J(e)){const{calendar:t}=Xc(e)||{};if(!t)throw new TypeError(Oo(e));return t}return(e=>Ya(function(e){const t=Nr(e)||Sr(e)||Ir(e);return t?t.calendar:e}(Ys(e))))(e)}function Ic(e){const t={};for(const n in e)t[n]=e=>{const{calendar:t}=e;return $l(t)[n](e)};return t}function Hc(){throw new TypeError("Cannot use valueOf")}function kc(e){if(J(e)){const{timeZone:t}=Xc(e)||{};if(!t)throw new TypeError(Po(e));return t}return(e=>Ar(function(e){const t=Nr(e);return t&&(t.timeZone||t.j&&Xi||t.offset)||e}(Ys(e))))(e)}function Oc(e){if(J(e)){const t=Xc(e);return t&&t.branding===_i?t:function(e){const t=Fa(e,Zs);return Xt(hr({...Us,...t}))}(e)}return function(e){const t=(e=>{const t=Dl.exec(e);return t?(e=>{function t(e,t,o){let s=0,i=0;if(o&&([s,a]=ve(a,hs[o])),void 0!==e){if(r)throw new RangeError(Xo(e));i=(e=>{const t=parseInt(e);if(!Number.isFinite(t))throw new RangeError(Xo(e));return t})(e),n=1,t&&(a=Pr(t)*(hs[o]/ls),r=1)}return s+i}let n=0,r=0,a=0,o={...re(Ls,[t(e[2]),t(e[3]),t(e[4]),t(e[5]),t(e[6],e[7],5),t(e[8],e[9],4),t(e[10],e[11],3)]),...Ee(a,2,Ls)};if(!n)throw new RangeError(Do(Ls));return Yr(e[1])<0&&(o=dr(o)),o})(t):void 0})(Ys(e));if(!t)throw new RangeError(Go(e));return Xt(hr(t))}(e)}function Rc(e){if(void 0!==e){if(J(e)){const t=Xc(e)||{};switch(t.branding){case Ui:case zi:return t;case Bi:return Ut(t)}const n=Tc(e);return{...La(kc,rl,$l(n),e),calendar:n}}return function(e){const t=Nr(Ys(e));if(!t)throw new RangeError(Go(e));if(t.timeZone)return Er(t,t.offset?br(t.offset):void 0);if(t.j)throw new RangeError(Go(e));return jr(t)}(e)}}function Pc(e,t){if(J(e)){const n=Xc(e)||{};switch(n.branding){case Wi:return jt(t),n;case Bi:return jt(t),Gt(n);case Ui:return jt(t),Ka(rl,n)}return function(e,t){return Gt(za(Fa(e,gs,[],1),jt(t)))}(e,t)}const n=function(e){let t,n=(e=>{const t=vl.exec(e);return t?(Rr(t[10]),Or(t)):void 0})(Ys(e));if(!n){if(n=Nr(e),!n)throw new RangeError(Go(e));if(!n.C)throw new RangeError(Go(e));if(n.j)throw new RangeError(Xo("Z"));Cr(n)}if((t=Sr(e))&&Ct(t))throw new RangeError(Go(e));if((t=Ir(e))&&Ct(t))throw new RangeError(Go(e));return Gt(Mt(n,1))}(e);return jt(t),n}function $c(e){return void 0===e?void 0:Pc(e)}function Yc(e,t){if(J(e)){const n=Xc(e)||{};switch(n.branding){case Bi:return jt(t),n;case zi:return jt(t),Wt({...n,...ti});case Ui:return jt(t),Xa(rl,n)}return function(e,t,n){const r=Za(e,t,Ts,[],fs),a=jt(n);return Wt(Ke({...e.F(r,At(a)),...za(r,a)}))}($l(Tc(e)),e,t)}const n=function(e){const t=Nr(Ys(e));if(!t||t.j)throw new RangeError(Go(e));return Wt(Mr(t))}(e);return jt(t),n}function Vc(e,t){if(J(e)){const n=Xc(e);if(n&&n.branding===Fi)return jt(t),n;const r=Nc(e);return function(e,t,n,r){const a=Za(e,n,Ts,Es);return t&&void 0!==a.month&&void 0===a.monthCode&&void 0===a.year&&(a.year=hi),e._(a,r)}($l(r||Hs),!r,e,t)}const n=function(e,t){const n=Ir(Ys(t));if(n)return Cr(n),_t(wt(n));const r=wr(t,0,1),{calendar:a}=r,o=e(a),[s,i,l]=o.v(r),[c,d]=o.q(s,i),[u,h]=o.G(c,d,l);return _t(Je(o.V(u,h,l)),a)}($l,e);return jt(t),n}function Ac(e,t){if(J(e)){const n=Xc(e);return n&&n.branding===Zi?(jt(t),n):function(e,t,n,r){const a=Za(e,t,Ms,r);return e.K(a,n)}($l(Tc(e)),e,t)}const n=function(e,t){const n=Sr(Ys(t));if(n)return Cr(n),qt(Xe(wt(n)));const r=wr(t,1);return qt(Qn(e(r.calendar),r))}($l,e);return jt(t),n}function Lc(e,t){if(J(e)){const n=Xc(e)||{};switch(n.branding){case zi:return jt(t),n;case Bi:return jt(t),Ut(n);case Ui:return jt(t),Ja(rl,n)}return function(e,t,n,r=[]){const a=Za(e,t,Ts,r);return e.F(a,n)}($l(Tc(e)),e,t)}const n=wr(e);return jt(t),n}function Zc(e,t){if(J(e)){const n=Xc(e);if(n&&n.branding===Ui)return Tt(t),n;const r=Tc(e);return function(e,t,n,r,a,o){const s=Za(n,a,Ts,ps,ys),i=e(s.timeZone),[l,c,d]=Tt(o),u=n.F(s,At(l)),h=za(s,l);return Bt(Zn(t(i),{...u,...h},void 0!==s.offset?br(s.offset):void 0,c,d),i,r)}(kc,rl,$l(r),r,e,t)}return function(e,t){const n=Nr(Ys(e));if(!n||!n.timeZone)throw new RangeError(Go(e));const{offset:r}=n,a=r?br(r):void 0,[,o,s]=Tt(t);return Er(n,a,o,s)}(e,t)}function Fc(e){return ae(e=>t=>e(zc(t)),e)}function zc(e){return tl(e,rl)}function Bc(e){if(J(e)){const t=Xc(e);if(t)switch(t.branding){case qi:return t;case Ui:return zt(t.epochNanoseconds)}}return function(e){const t=Nr(e=Re(e));if(!t)throw new RangeError(Go(e));let n;if(t.j)n=0;else{if(!t.offset)throw new RangeError(Go(e));n=br(t.offset)}return t.timeZone&&Hr(t.timeZone,1),zt(ot(bt(t),n))}(e)}function Wc(){function e(e,n){return new t(e,n)}function t(e,t=Object.create(null)){$d.set(this,((e,t)=>{const n=new ci(e,t),r=n.resolvedOptions(),a=r.locale,o=ie(Object.keys(t),r),s=K(_c),i=(e,...t)=>{if(e){if(2!==t.length)throw new TypeError(Jo);for(const e of t)if(void 0===e)throw new TypeError(Jo)}e||void 0!==t[0]||(t=[]);const r=t.map(e=>Xc(e)||Number(e));let i,l=0;for(const e of r){const t="object"==typeof e?e.branding:void 0;if(l++&&t!==i)throw new TypeError(Jo);i=t}return i?s(i)(a,o,...r):[n,...r]};return i.X=n,i})(e,t))}const n=ci.prototype,r=Object.getOwnPropertyDescriptors(n),a=Object.getOwnPropertyDescriptors(ci);for(const t in r){const n=r[t],a=t.startsWith("format")&&Uc(t);"function"==typeof n.value?n.value="constructor"===t?e:a||qc(t):a&&(n.get=function(){if(!$d.has(this))throw new TypeError(wo);return(...e)=>a.apply(this,e)},Object.defineProperties(n.get,Q(`get ${t}`)))}return a.prototype.value=t.prototype=Object.create({},r),Object.defineProperties(e,a),e}function Uc(e){return Object.defineProperties(function(...t){const n=$d.get(this),[r,...a]=n(e.includes("Range"),...t);return r[e](...a)},Q(e))}function qc(e){return Object.defineProperties(function(...t){return $d.get(this).X[e](...t)},Q(e))}function _c(e){const t=ud[e];if(!t)throw new TypeError((e=>`Cannot format ${e}`)(e));return eo(t,K(to),1)}const Gc=new WeakMap,Xc=Gc.get.bind(Gc),Jc=Gc.set.bind(Gc),Kc={era:function(e){if(void 0!==e)return Ys(e)},eraYear:Me,year:Te,month:je,daysInMonth:je,daysInYear:je,inLeapYear:Vs,monthsInYear:je},Qc={monthCode:Ys},ed={day:je},td={dayOfWeek:je,dayOfYear:je,weekOfYear:function(e){if(void 0!==e)return je(e)},yearOfWeek:Me,daysInWeek:je},nd=Ic(Object.assign({},Kc,Qc,ed,td)),rd=Ic({...Kc,...Qc}),ad=Ic({...Qc,...ed}),od={calendarId:e=>e.calendar},sd=oe(e=>t=>t[e],Ls.concat("sign")),id=oe((e,t)=>e=>e[Gs[t]],fs),ld={epochMilliseconds:Jt,epochNanoseconds:function(e){return((e,t=1)=>{const[n,r]=e,a=Math.floor(r/t),o=us/t;return BigInt(n)*BigInt(o)+BigInt(a)})(e.epochNanoseconds)}},[cd,dd]=Mc(_i,function(e=0,t=0,n=0,r=0,a=0,o=0,s=0,i=0,l=0,c=0){return Xt(hr(ae(Ve,re(Ls,[e,t,n,r,a,o,s,i,l,c]))))},{...sd,blank:function(e){return!e.sign}},{with:(e,t)=>dd(function(e,t){return Xt((n=e,r=t,hr({...n,...Fa(r,Zs)})));var n,r}(e,t)),negated:e=>dd(cr(e)),abs:e=>dd(function(e){return-1===e.sign?cr(e):e}(e)),add:(e,t,n)=>dd(lr(Rc,$l,rl,0,e,Oc(t),n)),subtract:(e,t,n)=>dd(lr(Rc,$l,rl,1,e,Oc(t),n)),round:(e,t)=>dd(function(e,t,n,r,a){const o=yr(r),[s,i,l,c,d]=((e,t,n)=>{e=Vt(e,pi);let r=ki(e);const a=n(e[Di]);let o=Rt(e);const s=Li(e,7);let i=Hi(e);if(void 0===r&&void 0===i)throw new RangeError(qo);if(null==i&&(i=0),null==r&&(r=Math.max(i,t)),Ft(r,i),o=Pt(o,i,1),o>1&&i>5&&r!==i)throw new RangeError("For calendar units with roundingIncrement > 1, use largestUnit = smallestUnit");return[r,i,o,s,a]})(a,o,e),u=Math.max(o,s);if(!d&&u<=6)return Xt(hr(((e,t,n,r,a)=>{const o=hn(gr(e),n,r,a);return{...Us,...mr(o,t)}})(r,s,i,l,c)));if(!sr(d)&&!r.sign)return r;if(!d)throw new RangeError(Wo);const[h,f,g]=nr(t,n,d),m=rr(g),p=ar(g),v=or(g),y=p(f,h,r);sr(d)||(Ke(h),Ke(y));let x=v(f,h,y,s);const D=r.sign,b=ur(x);if(D&&b&&D!==b)throw new RangeError(ko);return x=un(x,m(y),s,i,l,c,f,h,m,p),Xt(x)}(Rc,$l,rl,e,t)),total:(e,t)=>function(e,t,n,r,a){const o=yr(r),[s,i]=((e,t)=>{const n=t((e=Vt(e,vi))[Di]);let r=Oi(e);return r=Ne(vi,r),[r,n]})(a,e),l=Math.max(s,o);if(!i&&ir(l,i))return Qt(r,s);if(!i)throw new RangeError(Wo);if(!r.sign)return 0;const[c,d,u]=nr(t,n,i),h=rr(u),f=ar(u),g=or(u),m=f(d,c,r);sr(i)||(Ke(c),Ke(m));const p=g(d,c,m,s);return ir(s,i)?Qt(p,s):((e,t,n,r,a,o,s)=>{const i=ur(e),[l,c]=en(r,_s(n,e),n,i,a,o,s),d=tn(t,l,c);return e[Ls[n]]+d*i})(p,h(m),s,d,c,h,f)}(Rc,$l,rl,e,t),toLocaleString(e,t,n){return Intl.DurationFormat?new Intl.DurationFormat(t,n).format(this):jn(e)},toString:jn,toJSON:e=>jn(e),valueOf:Hc},{from:e=>dd(Oc(e)),compare:(e,t,n)=>function(e,t,n,r,a,o){const s=e(Yt(o).relativeTo),i=Math.max(yr(r),yr(a));if(ce(Ls,r,a))return 0;if(ir(i,s))return Be(gr(r),gr(a));if(!s)throw new RangeError(Wo);const[l,c,d]=nr(t,n,s),u=rr(d),h=ar(d);return Be(u(h(c,l,r)),u(h(c,l,a)))}(Rc,$l,rl,Oc(e),Oc(t),n)}),ud={Instant:vc,PlainDateTime:xc,PlainDate:Dc,PlainTime:bc,PlainYearMonth:wc,PlainMonthDay:Cc},hd=eo(vc),fd=eo(yc),gd=eo(xc),md=eo(Dc),pd=eo(bc),vd=eo(wc),yd=eo(Cc),[xd,Dd]=Mc(Wi,function(e=0,t=0,n=0,r=0,a=0,o=0){return Gt(Mt(ae(Ye,re(Gs,[e,t,n,r,a,o])),1))},id,{with(e,t,n){return Dd(function(e,t,n){return Gt(((e,t,n)=>za({...ie(gs,e),...Fa(t,gs)},jt(n)))(e,t,n))}(this,jc(t),n))},add:(e,t)=>Dd(Gn(0,e,Oc(t))),subtract:(e,t)=>Dd(Gn(1,e,Oc(t))),until:(e,t,n)=>dd(ea(0,e,Pc(t),n)),since:(e,t,n)=>dd(ea(1,e,Pc(t),n)),round:(e,t)=>Dd(function(e,t){const[n,r,a]=St(t,5);var o;return Gt((o=a,an(e,sn(n,r),o)[0]))}(e,t)),equals:(e,t)=>function(e,t){return!Ur(e,t)}(e,Pc(t)),toLocaleString(e,t,n){const[r,a]=pd(t,n,e);return r.format(a)},toString:Mn,toJSON:e=>Mn(e),valueOf:Hc},{from:(e,t)=>Dd(Pc(e,t)),compare:(e,t)=>Ur(Pc(e),Pc(t))}),[bd,wd]=Mc(Bi,ue(function(e,t,n,r,a=0,o=0,s=0,i=0,l=0,c=0,d=Hs){return Wt(Ke(bt(ae(Ye,re(Js,[t,n,r,a,o,s,i,l,c])))),e(d))},$a),{...od,...nd,...id},{with:(e,t,n)=>wd(function(e,t,n,r){const a=e(t.calendar),o=[...a.fields(Ts),...fs].sort(),s={...Ga(i=t),hour:i.isoHour,minute:i.isoMinute,second:i.isoSecond,millisecond:i.isoMillisecond,microsecond:i.isoMicrosecond,nanosecond:i.isoNanosecond};var i;const l=Fa(n,o),c=jt(r),d=a.k(s,l),u={...s,...l};return Wt(Ke({...a.F(d,At(c)),...Mt(Vl(u),c)}))}($l,e,jc(t),n)),withCalendar:(e,t)=>wd(ro(e,Sc(t))),withPlainTime:(e,t)=>wd(function(e,t=ti){return Wt(Ke({...e,...t}))}(e,$c(t))),add:(e,t,n)=>wd(Un($l,0,e,Oc(t),n)),subtract:(e,t,n)=>wd(Un($l,1,e,Oc(t),n)),until:(e,t,n)=>dd(Xr($l,0,e,Yc(t),n)),since:(e,t,n)=>dd(Xr($l,1,e,Yc(t),n)),round:(e,t)=>wd(function(e,t){return Wt(nn(e,...St(t)),e.calendar)}(e,t)),equals:(e,t)=>function(e,t){return!Br(e,t)&&e.calendar===t.calendar}(e,Yc(t)),toZonedDateTime:(e,t,n)=>Id(function(e,t,n,r){const a=((e,t,n,r)=>{const a=(e=>Pi(Yt(e)))(r);return Fn(e(t),n,a)})(e,n,t,r);return Bt(Qe(a),n,t.calendar)}(rl,e,kc(t),n)),toPlainDate:e=>Nd(Ut(e)),toPlainTime:e=>Dd(Gt(e)),toLocaleString(e,t,n){const[r,a]=gd(t,n,e);return r.format(a)},toString:bn,toJSON:e=>bn(e),valueOf:Hc},{from:(e,t)=>wd(Yc(e,t)),compare:(e,t)=>Br(Yc(e),Yc(t))}),[Cd,Ed]=Mc(Fi,ue(function(e,t,n,r=Hs,a=hi){const o=Ye(t),s=Ye(n),i=e(r);return _t(Je(wt({isoYear:Ye(a),isoMonth:o,isoDay:s})),i)},$a),{...od,...ad},{with:(e,t,n)=>Ed(function(e,t,n,r){const a=e(t.calendar),o=a.fields(Ts).sort(),s=(e=>{const t=Pl(e.calendar),[n,r,a]=t.v(e),[o,s]=t.q(n,r);return{monthCode:ma(o,s),day:a}})(t),i=Fa(n,o),l=a.k(s,i);return a._(l,r)}($l,e,jc(t),n)),equals:(e,t)=>function(e,t){return!Wr(e,t)&&e.calendar===t.calendar}(e,Vc(t)),toPlainDate(e,t){return Nd(function(e,t,n,r){return((e,t,n)=>Ba(e,t,Ss,Se(n),bs))(e(t.calendar),n,r)}($l,e,this,t))},toLocaleString(e,t,n){const[r,a]=yd(t,n,e);return r.format(a)},toString:En,toJSON:e=>En(e),valueOf:Hc},{from:(e,t)=>Ed(Vc(e,t))}),[Md,jd]=Mc(Zi,ue(function(e,t,n,r=Hs,a=1){const o=Ye(t),s=Ye(n),i=e(r);return qt(Xe(wt({isoYear:o,isoMonth:s,isoDay:Ye(a)})),i)},$a),{...od,...rd},{with:(e,t,n)=>jd(function(e,t,n,r){const a=e(t.calendar),o=a.fields(Ms).sort(),s=(e=>{const t=Pl(e.calendar),[n,r]=t.v(e),[a,o]=t.q(n,r);return{year:n,monthCode:ma(a,o)}})(t),i=Fa(n,o),l=a.k(s,i);return a.K(l,r)}($l,e,jc(t),n)),add:(e,t,n)=>jd(_n($l,0,e,Oc(t),n)),subtract:(e,t,n)=>jd(_n($l,1,e,Oc(t),n)),until:(e,t,n)=>dd(Kr($l,0,e,Ac(t),n)),since:(e,t,n)=>dd(Kr($l,1,e,Ac(t),n)),equals:(e,t)=>function(e,t){return!Wr(e,t)&&e.calendar===t.calendar}(e,Ac(t)),toPlainDate(e,t){return Nd(function(e,t,n,r){return((e,t,n)=>Ba(e,t,js,Se(n),Es))(e(t.calendar),n,r)}($l,e,this,t))},toLocaleString(e,t,n){const[r,a]=vd(t,n,e);return r.format(a)},toString:Cn,toJSON:e=>Cn(e),valueOf:Hc},{from:(e,t)=>jd(Ac(e,t)),compare:(e,t)=>Wr(Ac(e),Ac(t))}),[Td,Nd]=Mc(zi,ue(function(e,t,n,r,a=Hs){return Ut(Je(wt(ae(Ye,{isoYear:t,isoMonth:n,isoDay:r}))),e(a))},$a),{...od,...nd},{with:(e,t,n)=>Nd(function(e,t,n,r){const a=e(t.calendar),o=a.fields(Ts).sort(),s=Ga(t),i=Fa(n,o),l=a.k(s,i);return a.F(l,r)}($l,e,jc(t),n)),withCalendar:(e,t)=>Nd(ro(e,Sc(t))),add:(e,t,n)=>Nd(qn($l,0,e,Oc(t),n)),subtract:(e,t,n)=>Nd(qn($l,1,e,Oc(t),n)),until:(e,t,n)=>dd(Jr($l,0,e,Lc(t),n)),since:(e,t,n)=>dd(Jr($l,1,e,Lc(t),n)),equals:(e,t)=>function(e,t){return!Wr(e,t)&&e.calendar===t.calendar}(e,Lc(t)),toZonedDateTime(e,t){const n=J(t)?t:{timeZone:t};return Id(function(e,t,n,r,a){const o=e(a.timeZone),s=a.plainTime,i=void 0!==s?t(s):void 0,l=n(o);let c;return c=i?Fn(l,{...r,...i}):zn(l,{...r,...ti}),Bt(c,o,r.calendar)}(kc,Pc,rl,e,n))},toPlainDateTime:(e,t)=>wd(function(e,t=ti){return Wt(Ke({...e,...t}))}(e,$c(t))),toPlainYearMonth(e){return jd(function(e,t,n){return((e,t)=>{const n=Za(e,t,js);return e.K(n,void 0)})(e(t.calendar),n)}($l,e,this))},toPlainMonthDay(e){return Ed(function(e,t,n){return((e,t)=>{const n=Za(e,t,Ss);return e._(n)})(e(t.calendar),n)}($l,e,this))},toLocaleString(e,t,n){const[r,a]=md(t,n,e);return r.format(a)},toString:wn,toJSON:e=>wn(e),valueOf:Hc},{from:(e,t)=>Nd(Lc(e,t)),compare:(e,t)=>Wr(Lc(e),Lc(t))}),[Sd,Id]=Mc(Ui,ue(function(e,t,n,r,a=Hs){return Bt(Qe(Ue(Pe(n))),t(r),e(a))},$a,function(e){return Ar(Ys(e))}),{...ld,...od,...Fc(nd),...Fc(id),offset:e=>Rn(zc(e).offsetNanoseconds),offsetNanoseconds:e=>zc(e).offsetNanoseconds,timeZoneId:e=>e.timeZone,hoursInDay:e=>function(e,t){const n=e(t.timeZone),r=tl(t,n),[a,o]=ln(r),s=_e(ze(zn(n,a),zn(n,o)),ds,1);if(s<=0)throw new RangeError(ko);return s}(rl,e)},{with:(e,t,n)=>Id(function(e,t,n,r,a){const{calendar:o,timeZone:s}=n,i=e(o),l=t(s),c=[...i.fields(Ts),...vs].sort(),d=(e=>{const t=tl(e,rl),n=Rn(t.offsetNanoseconds),r=Pl(e.calendar),[a,o,s]=r.v(t),[i,l]=r.q(a,o),c=ma(i,l);return{...Al(t),year:a,monthCode:c,day:s,offset:n}})(n),u=Fa(r,c),h=i.k(d,u),f={...d,...u},[g,m,p]=Tt(a,2);return Bt(Zn(l,{...i.F(h,At(g)),...Mt(Vl(f),g)},br(f.offset),m,p),s,o)}($l,rl,e,jc(t),n)),withCalendar:(e,t)=>Id(ro(e,Sc(t))),withTimeZone:(e,t)=>Id(function(e,t){return{...e,timeZone:t}}(e,kc(t))),withPlainTime:(e,t)=>Id(function(e,t,n){const r=t.timeZone,a=e(r),o={...tl(t,a),...n||ti};let s;return s=n?Zn(a,o,o.offsetNanoseconds,2):zn(a,o),Bt(s,r,t.calendar)}(rl,e,$c(t))),add:(e,t,n)=>Id(Wn($l,rl,0,e,Oc(t),n)),subtract:(e,t,n)=>Id(Wn($l,rl,1,e,Oc(t),n)),until:(e,t,n)=>dd(Xt(Gr($l,rl,0,e,Zc(t),n))),since:(e,t,n)=>dd(Xt(Gr($l,rl,1,e,Zc(t),n))),round:(e,t)=>Id(function(e,t,n){let{epochNanoseconds:r,timeZone:a,calendar:o}=t;const[s,i,l]=St(n);if(0===s&&1===i)return t;const c=e(a);if(6===s)r=((e,t,n,r)=>{const a=tl(n,t),[o,s]=e(a),i=n.epochNanoseconds,l=zn(t,o),c=zn(t,s);if(We(i,l,c))throw new RangeError(ko);return mn(tn(i,l,c),r)?c:l})(ln,c,t,l);else{const e=c.R(r);r=Zn(c,nn(ct(r,e),s,i,l),e,2,0,1)}return Bt(r,a,o)}(rl,e,t)),startOfDay:e=>Id(function(e,t){const{timeZone:n,calendar:r}=t,a=((e,t,n)=>zn(t,e(tl(n,t))))(cn,e(n),t);return Bt(a,n,r)}(rl,e)),equals:(e,t)=>function(e,t){return!zr(e,t)&&!!qr(e.timeZone,t.timeZone)&&e.calendar===t.calendar}(e,Zc(t)),toInstant:e=>kd(function(e){return zt(e.epochNanoseconds)}(e)),toPlainDateTime:e=>wd(Xa(rl,e)),toPlainDate:e=>Nd(Ja(rl,e)),toPlainTime:e=>Dd(Ka(rl,e)),toLocaleString(e,t,n={}){const[r,a]=fd(t,n,e);return r.format(a)},toString:(e,t)=>Dn(rl,e,t),toJSON:e=>Dn(rl,e),valueOf:Hc,getTimeZoneTransition(e,t){const{timeZone:n,epochNanoseconds:r}=e,a=function(e){const t=Vt(e,bi),n=Zt(bi,Ii,t,0);if(!n)throw new RangeError(po(bi,n));return n}(t),o=rl(n).O(r,a);return o?Id({...e,epochNanoseconds:o}):null}},{from:(e,t)=>Id(Zc(e,t)),compare:(e,t)=>zr(Zc(e),Zc(t))}),[Hd,kd]=Mc(qi,function(e){return zt(Qe(Ue(Pe(e))))},ld,{add:(e,t)=>kd(Bn(0,e,Oc(t))),subtract:(e,t)=>kd(Bn(1,e,Oc(t))),until:(e,t,n)=>dd(_r(0,e,Bc(t),n)),since:(e,t,n)=>dd(_r(1,e,Bc(t),n)),round:(e,t)=>kd(function(e,t){const[n,r,a]=St(t,5,1);return zt(hn(e.epochNanoseconds,n,r,a,1))}(e,t)),equals:(e,t)=>function(e,t){return!Fr(e,t)}(e,Bc(t)),toZonedDateTimeISO:(e,t)=>Id(function(e,t,n=Hs){return Bt(e.epochNanoseconds,t,n)}(e,kc(t))),toLocaleString(e,t,n){const[r,a]=hd(t,n,e);return r.format(a)},toString:(e,t)=>xn(kc,rl,e,t),toJSON:e=>xn(kc,rl,e),valueOf:Hc},{from:e=>kd(Bc(e)),fromEpochMilliseconds:e=>kd(function(e){return zt(Qe(qe(Ve(e),is)))}(e)),fromEpochNanoseconds:e=>kd(function(e){return zt(Qe(Ue(Pe(e))))}(e)),compare:(e,t)=>Fr(Bc(e),Bc(t))}),Od=Object.defineProperties({},{...ne("Temporal.Now"),...ee({timeZoneId:()=>so(),instant:()=>kd(zt(oo())),zonedDateTimeISO:(e=so())=>Id(Bt(oo(),kc(e),Hs)),plainDateTimeISO:(e=so())=>wd(Wt(ao(rl(kc(e))),Hs)),plainDateISO:(e=so())=>Nd(Ut(ao(rl(kc(e))),Hs)),plainTimeISO:(e=so())=>Dd(Gt(ao(rl(kc(e)))))})}),Rd=Object.defineProperties({},{...ne("Temporal"),...ee({PlainYearMonth:Md,PlainMonthDay:Cd,PlainDate:Td,PlainTime:xd,PlainDateTime:bd,ZonedDateTime:Sd,Instant:Hd,Duration:cd,Now:Od})}),Pd=Wc(),$d=new WeakMap;function Yd(e){var t;return e instanceof Rd.PlainDate||("PlainDate"===(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)||!("hour"in e)&&!("timeZone"in e))}function Vd(e,t=Rd.Now.timeZoneId()){return Rd.Instant.fromEpochMilliseconds(e.getTime()).toZonedDateTimeISO(t)}function Ad(e){return Rd.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()})}function Ld(e){return new Date(e.epochMilliseconds)}function Zd(e,t){return Yd(e)?function(e,t=Rd.Now.timeZoneId()){return Ld(e.toZonedDateTime({timeZone:t,plainTime:Rd.PlainTime.from({hour:0,minute:0})}))}(e,t):"hour"in e&&!("timeZone"in e)?new Date(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond):Ld(e)}function Fd(e,t){const n=Math.floor(t),r=Math.round(60*(t-n));return Yd(e)?Rd.PlainDateTime.from({year:e.year,month:e.month,day:e.day,hour:n,minute:r}):e.with({hour:n,minute:r,second:0,millisecond:0})}function zd(e,t){const n=Yd(e)?e:e.toPlainDate(),r=Yd(t)?t:t.toPlainDate();return 0===Rd.PlainDate.compare(n,r)}function Bd(e,t=Rd.Now.timeZoneId()){return(Yd(e)?e:e.toPlainDate()).toZonedDateTime({timeZone:t,plainTime:Rd.PlainTime.from({hour:0,minute:0})})}function Wd(e,t=Rd.Now.timeZoneId()){return(Yd(e)?e:e.toPlainDate()).toZonedDateTime({timeZone:t,plainTime:Rd.PlainTime.from({hour:23,minute:59,second:59,millisecond:999})})}function Ud(e,t){const n=new Date(e.getFullYear(),e.getMonth(),e.getDate()),r=new Date(t.getFullYear(),t.getMonth(),t.getDate());return Math.round((r.getTime()-n.getTime())/864e5)}function qd(e,t){const n=new Date(e);return n.setDate(n.getDate()+t),n}Object.create(Intl),ee({DateTimeFormat:Pd});const _d=e=>{if(e instanceof Date){return e.getHours()+e.getMinutes()/60}return Yd(t=e)?0:"hour"in t&&void 0!==t.hour?t.hour+(null!==(n=t.minute)&&void 0!==n?n:0)/60:(console.warn("Warning: No hour property found in temporal object, returning 0"),0);var t,n},Gd=(e,t)=>{if(e instanceof Date){const n=new Date(e),r=Math.floor(t),a=Math.round(60*(t-r));return n.setHours(r,a,0,0),n}return Fd(e,t)},Xd=e=>{if(e instanceof Date){const t=new Date(e);return t.setHours(23,59,59,999),t}return Wd(e)},Jd=(e,t)=>{if(e instanceof Date&&t instanceof Date)return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate();return zd(e instanceof Date?Rd.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()}):Yd(e)?e:e.toPlainDate(),t instanceof Date?Rd.PlainDate.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}):Yd(t)?t:t.toPlainDate())},Kd=(e,t)=>!Jd(e,t),Qd=e=>p().resolveColors(e).eventColor,eu=e=>p().resolveColors(e).textColor,tu=e=>p().resolveColors(e).eventSelectedColor,nu=e=>p().resolveColors(e).lineColor,ru=.25,au=(e,t=0)=>{const n=Math.floor(e),r=t||Math.round(60*(e-n));return`${n.toString().padStart(2,"0")}:${r.toString().padStart(2,"0")}`},ou=e=>{if(e.allDay)return"All day";const t=_d(e.start),n=iu(e);return`${au(t)} - ${au(n)}`},su=e=>{const t=ru;return Math.round(e/t)*t},iu=e=>{if(!e.end)return 0;const t=_d(e.end);if(e.allDay||!e.start)return t;const n=Zd(e.start),r=Zd(e.end);if(!(n.getFullYear()!==r.getFullYear()||n.getMonth()!==r.getMonth()||n.getDate()!==r.getDate()))return t;if(0===t&&0===r.getMinutes()&&0===r.getSeconds()&&0===r.getMilliseconds()){const e=r.getTime()-n.getTime();if(e>0&&e<864e5)return 24}return t},lu=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],cu=["January","February","March","April","May","June","July","August","September","October","November","December"],du=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],uu=e=>{const t=e.getDay(),n=e.getDate()-t+(0===t?-6:1),r=new Date(e);r.setDate(n),r.setHours(0,0,0,0);const a=new Date(r);return a.setDate(r.getDate()+6),a.setHours(23,59,59,999),{monday:r,sunday:a}},hu=e=>{const t=new Date(e),n=t.getDate(),r=t.getMonth(),a=t.getFullYear(),o=new Date;return{date:t,day:n,month:r,year:a,monthName:cu[r],shortMonthName:du[r],isToday:o.getDate()===n&&o.getMonth()===r&&o.getFullYear()===a}},fu=e=>{const t=[],n=new Date(e);for(let e=0;e<7;e++){const e=new Date(n);t.push(hu(e)),n.setDate(n.getDate()+1)}return{days:t,startDate:new Date(e),monthYear:gu(t)}},gu=e=>{const t={};e.forEach(e=>{const n=`${e.month}-${e.year}`;t[n]=(t[n]||0)+1});let n=0,r="";Object.entries(t).forEach(([e,t])=>{t>n&&(n=t,r=e)});const[a,o]=r.split("-").map(Number);return{month:cu[a],monthIndex:a,year:o}};function mu(e,t){const n=[],r=Math.floor(t/2),a=new Date(e),o=e.getDay(),s=0===o?6:o-1;a.setDate(e.getDate()-s),a.setHours(0,0,0,0);const i=new Date(a);i.setDate(i.getDate()-7*r);for(let e=0;e<t;e++){const t=new Date(i);t.setDate(t.getDate()+7*e),n.push(fu(t))}return n}const pu=(e,t)=>t.filter(t=>t.day===e&&!t.allDay),vu=(e,t)=>{const n=new Date(e);return n.setDate(e.getDate()+t),n},yu=(e,t)=>t?Rd.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()}):Rd.ZonedDateTime.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate(),hour:e.getHours(),minute:e.getMinutes(),second:e.getSeconds(),millisecond:e.getMilliseconds(),timeZone:Rd.Now.timeZoneId()}),xu=(e,t)=>{const n=new Date(e);n.setHours(0,0,0,0);const r=new Date(t);r.setHours(0,0,0,0);const a=n.getTime()-r.getTime();return Math.floor(a/864e5)},Du=(e,t)=>e.map(e=>{const n=Zd(e.start),r=xu(n,t);return Object.assign(Object.assign({},e),{day:r})});function bu(){return Date.now().toString(36)+Math.random().toString(36).substring(2,8)}const wu=e=>{if(e.icon)return e.icon;return(e.name||e.id).charAt(0).toUpperCase()},Cu=({app:e,calendars:a,toggleCalendarVisibility:o,isCollapsed:s,setCollapsed:i})=>{const l=e.getCurrentDate(),c=e.getVisibleMonth(),d=c.getFullYear(),u=c.getMonth(),[h,f]=t.useState(()=>new Date(d,u,1));t.useEffect(()=>{f(e=>e.getFullYear()===d&&e.getMonth()===u?e:new Date(d,u,1))},[d,u]);const g=t.useMemo(()=>(new Date).toDateString(),[]),m=l.toDateString(),p=t.useMemo(()=>lu.map(e=>e.charAt(0)),[]),v=t.useMemo(()=>{const e=h.getFullYear(),t=h.getMonth(),n=(new Date(e,t,1).getDay()+6)%7,r=[];for(let a=0;a<42;a++){const o=new Date(e,t,a-n+1),s=o.toDateString();r.push({date:o.getDate(),fullDate:o,isCurrentMonth:o.getMonth()===t,isToday:s===g,isSelected:s===m})}return r},[h,m,g]),y=t.useMemo(()=>h.toLocaleDateString(void 0,{month:"long",year:"numeric"}),[h]),x=t.useCallback(t=>{f(n=>{const r=new Date(n.getFullYear(),n.getMonth()+t,1);return e.setVisibleMonth(r),r})},[e]),D=t.useCallback(t=>{const n=new Date(t.getFullYear(),t.getMonth(),t.getDate());e.setCurrentDate(n),f(new Date(n.getFullYear(),n.getMonth(),1))},[e]);return n.jsxs("div",{className:"flex h-full flex-col border-r border-gray-200 bg-white dark:bg-slate-900",children:[n.jsxs("div",{className:"flex items-center px-3 py-2",children:[n.jsx("button",{type:"button","aria-label":s?"Expand calendar sidebar":"Collapse calendar sidebar",className:"flex h-8 w-8 items-center justify-center rounded hover:bg-gray-100 dark:hover:bg-slate-800",onClick:()=>i(!s),children:s?n.jsx(r.PanelRightClose,{className:"h-4 w-4 text-gray-500"}):n.jsx(r.PanelRightOpen,{className:"h-4 w-4 text-gray-500"})}),!s&&n.jsx("span",{className:"text-sm font-semibold text-gray-700 dark:text-gray-200",children:"Calendars"})]}),s?n.jsx("div",{className:"flex-1 overflow-y-auto px-2 pb-3",children:n.jsx("ul",{className:"space-y-1",children:a.map(e=>{var t;const r=!1!==e.isVisible,a=(null===(t=e.colors)||void 0===t?void 0:t.lineColor)||"#3b82f6";return Boolean(e.icon),n.jsx("li",{children:n.jsxs("label",{className:"group flex cursor-pointer items-center rounded px-2 py-2 transition hover:bg-gray-100 dark:hover:bg-slate-800",title:e.name,children:[n.jsx("input",{type:"checkbox",className:"calendar-checkbox",style:{"--checkbox-color":a},checked:r,onChange:t=>o(e.id,t.target.checked)}),n.jsx("span",{className:"flex-1 truncate text-sm text-gray-700 group-hover:text-gray-900 dark:text-gray-200 dark:group-hover:text-white",children:" "})]})},e.id)})})}):n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"flex-1 overflow-y-auto px-2 pb-3",children:n.jsx("ul",{className:"space-y-1",children:a.map(e=>{var t;const r=!1!==e.isVisible,a=(null===(t=e.colors)||void 0===t?void 0:t.lineColor)||"#3b82f6",s=Boolean(e.icon);return n.jsx("li",{children:n.jsxs("label",{className:"group flex cursor-pointer items-center rounded px-2 py-2 transition hover:bg-gray-100 dark:hover:bg-slate-800",title:e.name,children:[n.jsx("input",{type:"checkbox",className:"calendar-checkbox",style:{"--checkbox-color":a},checked:r,onChange:t=>o(e.id,t.target.checked)}),s&&n.jsx("span",{className:"mr-2 flex h-5 w-5 flex-shrink-0 items-center justify-center text-xs font-semibold text-white","aria-hidden":"true",children:wu(e)}),n.jsx("span",{className:"flex-1 truncate text-sm text-gray-700 group-hover:text-gray-900 dark:text-gray-200 dark:group-hover:text-white",children:e.name||e.id})]})},e.id)})})}),n.jsxs("div",{className:"border-t border-gray-200 px-3 py-3 dark:border-slate-800",children:[n.jsxs("div",{className:"mb-3 flex items-center justify-between",children:[n.jsx("button",{type:"button",className:"flex h-7 w-7 items-center justify-center rounded-full text-gray-500 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-slate-800",onClick:()=>x(-1),"aria-label":"Previous month",children:n.jsx(r.ChevronLeft,{className:"h-4 w-4"})}),n.jsx("span",{className:"text-sm font-semibold text-gray-700 dark:text-gray-200",children:y}),n.jsx("button",{type:"button",className:"flex h-7 w-7 items-center justify-center rounded-full text-gray-500 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-slate-800",onClick:()=>x(1),"aria-label":"Next month",children:n.jsx(r.ChevronRight,{className:"h-4 w-4"})})]}),n.jsxs("div",{className:Y,children:[p.map(e=>n.jsx("div",{className:`${V} text-gray-500`,children:e},bu())),v.map(e=>n.jsx("button",{type:"button",className:`\n ${A}\n ${e.isCurrentMonth?L:Z}\n ${e.isToday?F:""}\n ${e.isSelected&&!e.isToday?z:""}\n `,onClick:()=>D(e.fullDate),children:e.date},bu()))]})]})]})]})},Eu=e=>{if(!e)return"";let t,n,r;e instanceof Date?(t=e.getFullYear(),n=e.getMonth()+1,r=e.getDate()):Yd(e)?(t=e.year,n=e.month,r=e.day):(!function(){Rd.ZonedDateTime}(e),t=e.year,n=e.month,r=e.day);const a=String(n).padStart(2,"0");return`${String(r).padStart(2,"0")}/${a}/${t}`},Mu=e=>{const t=e.year,n=e.month;return`${e.day} ${["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][n-1]} ${t}`},ju=({options:e,value:a,onChange:o})=>{const[s,i]=t.useState(!1),l=t.useRef(null);t.useEffect(()=>{const e=e=>{l.current&&!l.current.contains(e.target)&&i(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]),e.find(e=>e.value===a);const c=e=>p().resolveColors(e).lineColor;return n.jsxs("div",{className:"relative inline-block",ref:l,children:[n.jsxs("button",{type:"button",onClick:()=>i(!s),className:"flex items-center space-x-2 bg-gray-100 rounded-md px-2 py-1 hover:bg-gray-200 transition-colors h-8",children:[n.jsx("span",{className:"w-4 h-4 rounded-sm flex-shrink-0",style:{backgroundColor:c(a)}}),n.jsx(r.ChevronsUpDown,{className:"w-4 h-4 text-gray-600"})]}),s&&n.jsx("ul",{className:"absolute mt-1 w-full min-w-max bg-gray-100 rounded-md shadow-lg z-10 overflow-hidden",children:e.map(e=>n.jsxs("li",{className:"flex items-center px-2 py-1 cursor-pointer hover:bg-gray-300 transition-colors "+(a===e.value?"font-semibold":""),onClick:()=>{return t=e.value,o(t),void i(!1);var t},children:[a===e.value?n.jsx("span",{className:"mr-2 text-sm",children:n.jsx(r.Check,{width:12,height:12})}):n.jsx("div",{className:"mr-2 text-sm w-3 h-3",children:" "}),n.jsx("span",{className:"w-3 h-3 mr-2 rounded-sm flex-shrink-0",style:{backgroundColor:c(e.value)}}),n.jsx("span",{className:"text-sm whitespace-nowrap",children:e.label})]},e.value))})]})},Tu=/(YYYY|YY|MM|DD|HH|mm)/g,Nu=e=>e.toString().padStart(2,"0"),Su=(e,t)=>{const n=(null!=t?t:"").trim(),r=/[Hhms]/.test(e)||!n?e:`${e} ${n}`.trim();return r.replace(/(H{1,2}):MM/g,(e,t)=>`${t}:mm`)},Iu=e=>e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),Hu=e=>{let t,n=0,r="^";for(;null!==(t=Tu.exec(e));){r+=Iu(e.slice(n,t.index));const a=t[0];r+=`(?<${a}>\\d{${"YYYY"===a?4:2}})`,n=t.index+a.length}return r+=Iu(e.slice(n))+"$",new RegExp(r)},ku=(e,t,n,r)=>{const a=e.trim();if(!a)return null;const o=a.match(t),s=null==o?void 0:o.groups;if(!s)return null;const i=s.YYYY?Number(s.YYYY):s.YY?Number(s.YY)+2e3:n.year,l=s.MM?Number(s.MM):n.month,c=s.DD?Number(s.DD):n.day,d=s.HH?Number(s.HH):n.hour,u=s.mm?Number(s.mm):n.minute;try{return Rd.ZonedDateTime.from({timeZone:r,year:i,month:l,day:c,hour:d,minute:u,second:n.second,millisecond:n.millisecond,microsecond:n.microsecond,nanosecond:n.nanosecond})}catch(e){return null}},Ou=e=>{const t=e;if(t.timeZoneId&&"string"==typeof t.timeZoneId)return t.timeZoneId;if("timeZoneId"in e&&"string"==typeof e.timeZoneId)return e.timeZoneId;const n=e.timeZone;return n&&"string"==typeof n.id?n.id:"string"==typeof t.timeZone?t.timeZone:Rd.Now.timeZoneId()},Ru=(e,t,n)=>{var r,a,o,s,i,l,c,d,u,h,f,g,m,p,v,y,x,D,b,w,C,E,M,j;if(!e){const e=null!=t?t:n?Ou(n):Rd.Now.timeZoneId();return null!=n?n:Rd.Now.zonedDateTimeISO(e)}if(Yd(e)){const n=null!=t?t:Rd.Now.timeZoneId(),r=`${e.year}-${Nu(e.month)}-${Nu(e.day)}T00:00:00[${n}]`;return Rd.ZonedDateTime.from(r)}if("hour"in e&&!("timeZone"in e)){const n=null!=t?t:Rd.Now.timeZoneId();if("function"==typeof e.toZonedDateTime)try{return e.toZonedDateTime(n)}catch(e){}return Rd.ZonedDateTime.from({timeZone:n,year:e.year,month:e.month,day:e.day,hour:e.hour,minute:e.minute,second:null!==(r=e.second)&&void 0!==r?r:0,millisecond:null!==(a=e.millisecond)&&void 0!==a?a:0,microsecond:null!==(o=e.microsecond)&&void 0!==o?o:0,nanosecond:null!==(s=e.nanosecond)&&void 0!==s?s:0})}try{return Rd.ZonedDateTime.from(e)}catch(r){const a=e,o=null!==(u=null!==(d=null!==(c=null!==(l="string"==typeof(null==a?void 0:a.timeZone)?a.timeZone:null===(i=null==a?void 0:a.timeZone)||void 0===i?void 0:i.id)&&void 0!==l?l:null==a?void 0:a.timeZoneId)&&void 0!==c?c:t)&&void 0!==d?d:n?Ou(n):void 0)&&void 0!==u?u:Rd.Now.timeZoneId();if("function"==typeof(null==a?void 0:a.toZonedDateTime))try{return a.toZonedDateTime({timeZone:o})}catch(e){}const s=null!=n?n:Rd.Now.zonedDateTimeISO(o);return Rd.ZonedDateTime.from({timeZone:o,year:null!==(h=null==a?void 0:a.year)&&void 0!==h?h:s.year,month:null!==(f=null==a?void 0:a.month)&&void 0!==f?f:s.month,day:null!==(g=null==a?void 0:a.day)&&void 0!==g?g:s.day,hour:null!==(p=null!==(m=null==a?void 0:a.hour)&&void 0!==m?m:null==n?void 0:n.hour)&&void 0!==p?p:0,minute:null!==(y=null!==(v=null==a?void 0:a.minute)&&void 0!==v?v:null==n?void 0:n.minute)&&void 0!==y?y:0,second:null!==(D=null!==(x=null==a?void 0:a.second)&&void 0!==x?x:null==n?void 0:n.second)&&void 0!==D?D:0,millisecond:null!==(w=null!==(b=null==a?void 0:a.millisecond)&&void 0!==b?b:null==n?void 0:n.millisecond)&&void 0!==w?w:0,microsecond:null!==(E=null!==(C=null==a?void 0:a.microsecond)&&void 0!==C?C:null==n?void 0:n.microsecond)&&void 0!==E?E:0,nanosecond:null!==(j=null!==(M=null==a?void 0:a.nanosecond)&&void 0!==M?M:null==n?void 0:n.nanosecond)&&void 0!==j?j:0})}},Pu=(e,t,n)=>{const r=Su(t,n),a={YYYY:e.year.toString(),YY:Nu(e.year%100),MM:Nu(e.month),DD:Nu(e.day),HH:Nu(e.hour),mm:Nu(e.minute)};return r.replace(Tu,e=>{var t;return null!==(t=a[e])&&void 0!==t?t:e})},$u=Array.from({length:24},(e,t)=>t),Yu=Array.from({length:60},(e,t)=>t),Vu=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Au=(e,t)=>Rd.PlainDate.compare(e,t),Lu=({value:e,format:o="YYYY-MM-DD HH:mm",showTimeFormat:s="HH:mm",showTime:i=!0,onChange:l,onOk:c,timeZone:d,disabled:u=!1,placement:h="bottomLeft",autoAdjustOverflow:f=!0,getPopupContainer:g})=>{const m=t.useMemo(()=>Su(o,s),[o,s]),p=t.useMemo(()=>Hu(m),[m]),v=t.useMemo(()=>{const t=null!=d?d:Yd(e[0])?Yd(e[1])?Rd.Now.timeZoneId():Ou(e[1]):Ou(e[0]),n=Ru(e[0],t);return[n,Ru(e[1],t,n)]},[e,d]),[y,x]=t.useState(v),D=t.useRef(v),[b,w]=t.useState("start"),[C,E]=t.useState([Pu(v[0],o,s),Pu(v[1],o,s)]),M=t.useRef([Pu(v[0],o,s),Pu(v[1],o,s)]),j=t.useRef(v),[T,N]=t.useState(v[0].toPlainDate().with({day:1})),[S,I]=t.useState(!1),H=t.useCallback(e=>{I(e)},[]),[k,O]=t.useState(h),R=t.useRef(h),P=t.useRef(null),$=t.useRef(null),Y=t.useRef({start:{hour:null,minute:null},end:{hour:null,minute:null}}),V=t.useRef(!1);t.useEffect(()=>{M.current=C},[C]),t.useEffect(()=>{j.current=y},[y]),t.useEffect(()=>{const e=D.current,t=0!==Rd.ZonedDateTime.compare(e[0],v[0]),n=0!==Rd.ZonedDateTime.compare(e[1],v[1]);(t||n)&&x(v),D.current=v},[v]),t.useEffect(()=>{N(v[0].toPlainDate().with({day:1}))},[v[0]]);const A=t.useCallback((e,t,n=0)=>{var r;if(!e||!t)return;const a=e.getBoundingClientRect(),o=t.getBoundingClientRect().top-a.top+e.scrollTop-n,s=(null===(r=window.matchMedia)||void 0===r?void 0:r.call(window,"(prefers-reduced-motion: reduce)").matches)?"auto":"smooth";Math.abs(e.scrollTop-o)>1&&e.scrollTo({top:o,behavior:s})},[]),L=t.useCallback(e=>{requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=Y.current[e];["hour","minute"].forEach(e=>{const n=t[e];if(!n)return;const r=n.querySelector('[data-active="true"]');r&&A(n,r,0)})})})},[A]);t.useEffect(()=>{S&&L(b)},[b,S,L]);const Z=y[0].epochMilliseconds,F=y[0].offsetNanoseconds,z=y[1].epochMilliseconds,B=y[1].offsetNanoseconds;t.useEffect(()=>{const[e,t]=j.current,n=Pu(e,o,s),r=Pu(t,o,s),[a,i]=M.current;a===n&&i===r||(M.current=[n,r],E([n,r]))},[Z,F,z,B,o,s]),t.useEffect(()=>{if(!S)return;const e=e=>{var t,n;const r=e.target;if(null===(t=P.current)||void 0===t?void 0:t.contains(r))return;if(null===(n=$.current)||void 0===n?void 0:n.contains(r))return;r.closest("[data-rangepicker-popup]")||H(!1)},t=setTimeout(()=>{document.addEventListener("mousedown",e)},100);return()=>{clearTimeout(t),document.removeEventListener("mousedown",e)}},[S]),t.useEffect(()=>{S||(w("start"),V.current||x(v),V.current=!1)},[S,v]);const W=t.useCallback(e=>{l&&l(e,[Pu(e[0],o,s),Pu(e[1],o,s)])},[o,l,s]),U=t.useCallback(e=>{c&&c(e,[Pu(e[0],o,s),Pu(e[1],o,s)])},[o,c,s]),q=t.useCallback((e,t)=>{x(n=>{const r=[...n];if("start"===e){const e=Ru(r[1],Ou(t),t),n=Rd.ZonedDateTime.compare(t,e)>0?t:e;return[t,n]}const a=Ru(r[0],Ou(t),t);return[Rd.ZonedDateTime.compare(a,t)>0?t:a,t]})},[]),_=t.useCallback((e,t)=>{if(u)return;const n="start"===e?0:1;x(r=>{const a=r[n],o=a.with({hour:t,minute:a.minute,second:0,millisecond:0,microsecond:0,nanosecond:0});if("start"===e){const e=Ru(r[1],Ou(o),o);return[o,Rd.ZonedDateTime.compare(o,e)>0?o:e]}const s=Ru(r[0],Ou(o),o);return[Rd.ZonedDateTime.compare(s,o)>0?o:s,o]}),requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=Y.current[e].hour;if(!t)return;const n=t.querySelector('[data-active="true"]');n&&A(t,n,0)})})},[u]),G=t.useCallback((e,t)=>{if(u)return;const n="start"===e?0:1;x(r=>{const a=r[n].with({minute:t,second:0,millisecond:0,microsecond:0,nanosecond:0});if("start"===e){const e=Ru(r[1],Ou(a),a);return[a,Rd.ZonedDateTime.compare(a,e)>0?a:e]}const o=Ru(r[0],Ou(a),a);return[Rd.ZonedDateTime.compare(o,a)>0?a:o,a]}),requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=Y.current[e].minute;if(!t)return;const n=t.querySelector('[data-active="true"]');n&&A(t,n,0)})})},[u]),X=t.useCallback((e,t)=>{const n="start"===e?0:1;E(e=>{const r=[...e];return r[n]=t,r})},[]),J=t.useCallback((e,t)=>{const n="start"===e?0:1,r=y[n],a=Ou(r),i=ku(t,p,r,a);if(i){q(e,i);const t=i.toPlainDate().with({day:1});return N(t),"start"===e&&w("end"),!0}return E(e=>{const t=[...e];return t[n]=Pu(y[n],o,s),t}),!1},[y,o,p,s,q]),K=t.useCallback(e=>t=>{X(e,t.target.value)},[X]),Q=t.useCallback(e=>t=>{var n;if(u)return;if(S)return;const r=t.relatedTarget;r&&(null===(n=P.current)||void 0===n?void 0:n.contains(r))||J(e,t.target.value)},[J,u,S]),ee=t.useCallback(e=>t=>{"Enter"===t.key&&(t.preventDefault(),J(e,t.currentTarget.value)),"Escape"===t.key&&t.currentTarget.blur()},[J]),te=e=>{N(t=>t.add({months:e}).with({day:1}))},ne=e=>{N(t=>t.add({years:e}).with({day:1}))},re=t.useMemo(()=>{const e=T,t=e.dayOfWeek%7,n=e.subtract({days:t});return Array.from({length:42},(e,t)=>n.add({days:t}))},[T]),ae=y[0].toPlainDate(),oe=y[1].toPlainDate(),se=t.useCallback((e=h)=>{if(!f||!P.current)return e;const t=P.current.getBoundingClientRect(),n=window.innerHeight-t.bottom,r=t.top,a=window.innerWidth-t.left,o=t.right;let s=e;return s.startsWith("bottom")&&n<500&&r>n?s=s.replace("bottom","top"):s.startsWith("top")&&r<500&&n>r&&(s=s.replace("top","bottom")),s.endsWith("Left")&&a<480&&o>a?s=s.replace("Left","Right"):s.endsWith("Right")&&o<480&&a>o&&(s=s.replace("Right","Left")),s},[f,h]),ie=t.useCallback(()=>{const e=se();R.current!==e&&(R.current=e,O(e))},[se]),le=e=>{if(u)return;w(e);const t=y["start"===e?0:1].toPlainDate().with({day:1});N(t);const n=se();R.current!==n&&(R.current=n,O(n)),H(!0)};t.useEffect(()=>{if(!S)return;ie();const e=()=>ie();return window.addEventListener("resize",e),window.addEventListener("scroll",e,!0),()=>{window.removeEventListener("resize",e),window.removeEventListener("scroll",e,!0)}},[S,ie]);const ce=n.jsx("div",{ref:$,style:(()=>{if(!P.current)return{};const e=P.current.getBoundingClientRect(),t=R.current,n={position:"fixed",zIndex:9999};return t.startsWith("bottom")?n.top=e.bottom+8:n.bottom=window.innerHeight-e.top+8,t.endsWith("Left")?n.left=e.left:n.right=window.innerWidth-e.right,n})(),className:"max-w-[400px]","data-rangepicker-popup":"true",children:n.jsxs("div",{className:"space-y-3 rounded-xl border border-slate-200 bg-white p-3",style:{boxShadow:"0 2px 8px rgba(0, 0, 0, 0.15)"},children:[n.jsxs("div",{className:"flex flex-col gap-1 sm:flex-row",children:[n.jsxs("div",{className:"flex-3 rounded-xl border border-slate-200 bg-white shadow-sm w-full",children:[n.jsxs("div",{className:"flex items-center justify-between border-b border-slate-100 px-3 py-2 text-sm font-medium text-slate-700",children:[n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx("button",{type:"button",disabled:u,onClick:()=>ne(-1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:n.jsx(r.ChevronsLeft,{width:14,height:12})}),n.jsx("button",{type:"button",disabled:u,onClick:()=>te(-1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:n.jsx(r.ChevronLeft,{width:14,height:12})})]}),n.jsxs("div",{className:"text-sm font-semibold text-slate-700",children:[Vu[T.month-1]," ",T.year]}),n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx("button",{type:"button",disabled:u,onClick:()=>te(1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:n.jsx(r.ChevronRight,{width:14,height:12})}),n.jsx("button",{type:"button",disabled:u,onClick:()=>ne(1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:n.jsx(r.ChevronsRight,{width:14,height:12})})]})]}),n.jsx("div",{className:"grid grid-cols-7 gap-1 px-3 pb-3 pt-2 text-center text-[11px] uppercase tracking-wide text-slate-400",children:["Su","Mo","Tu","We","Th","Fr","Sa"].map(e=>n.jsx("span",{children:e},e))}),n.jsx("div",{className:"grid grid-cols-7 gap-2 px-1 ",children:re.map(e=>{const t=e.month!==T.month,r=0===Au(e,ae),a=0===Au(e,oe),o=Au(e,ae)>=0&&Au(e,oe)<=0,s=r||a?"bg-blue-500 text-white font-semibold":o?"bg-blue-50 text-blue-600":t?"text-slate-300":"text-slate-700 hover:bg-blue-50 hover:text-blue-600";return n.jsx("button",{type:"button",disabled:u,onClick:()=>(e=>{if(u)return;const t=(e,t)=>{var n,r,a,o;const s=Ou(e);return Rd.ZonedDateTime.from({timeZone:s,year:t.year,month:t.month,day:t.day,hour:e.hour,minute:e.minute,second:null!==(n=e.second)&&void 0!==n?n:0,millisecond:null!==(r=e.millisecond)&&void 0!==r?r:0,microsecond:null!==(a=e.microsecond)&&void 0!==a?a:0,nanosecond:null!==(o=e.nanosecond)&&void 0!==o?o:0})};if("start"===b){const n=t(y[0],e),r=y[1].epochMilliseconds-y[0].epochMilliseconds,a=n.add({milliseconds:r});return void x([n,a])}const n=t(y[1],e),r=y[1].epochMilliseconds-y[0].epochMilliseconds;if(Rd.ZonedDateTime.compare(n,y[0])<0){const n=t(y[0],e),a=n.add({milliseconds:r});return void x([n,a])}const a=[y[0],n];x(a),N(n.toPlainDate().with({day:1}))})(e),className:`flex h-9 w-9 items-center justify-center rounded-md text-sm transition ${s}`,children:e.day},e.toString())})})]}),n.jsx("div",{className:"flex flex-1 justify-end sm:w-32",children:(()=>{const e=b,t=y["start"===e?0:1],r=t.minute,a=Yu.includes(r)?Yu:[...Yu,r].sort((e,t)=>e-t);return n.jsxs("div",{className:"flex flex-col rounded-xl border border-slate-200 bg-white shadow-sm sm:w-28",children:[n.jsx("div",{className:"flex border-b border-slate-100 justify-center",children:n.jsxs("div",{className:"text-lg py-2",children:[t.hour,":",t.minute]})}),n.jsxs("div",{className:"flex p-1",children:[n.jsx("div",{className:"w-14",children:n.jsx("div",{className:"h-72 overflow-y-auto rounded-md border border-slate-100 bg-white",role:"listbox","aria-label":"Hour",ref:t=>{Y.current[e].hour=t},children:$u.map(r=>{const a=r===t.hour;return n.jsx("button",{type:"button",role:"option","aria-selected":a,disabled:u,onClick:()=>_(e,r),className:"flex h-8 w-full items-center justify-center text-sm transition "+(a?"bg-blue-500 text-white font-semibold":"text-slate-600 hover:bg-blue-50 hover:text-blue-600"),"data-active":a?"true":void 0,children:Nu(r)},r)})})}),n.jsx("div",{className:"w-14",children:n.jsx("div",{className:"h-72 overflow-y-auto rounded-md border border-slate-100 bg-white",role:"listbox","aria-label":"Minute",ref:t=>{Y.current[e].minute=t},children:a.map(t=>{const a=t===r;return n.jsx("button",{type:"button",role:"option","aria-selected":a,disabled:u,onClick:()=>G(e,t),className:"flex h-8 w-full items-center justify-center text-sm transition "+(a?"bg-blue-500 text-white font-semibold":"text-slate-600 hover:bg-blue-50 hover:text-blue-600"),"data-active":a?"true":void 0,children:Nu(t)},t)})})})]})]})})()})]}),n.jsx("div",{className:"flex justify-end",children:n.jsx("button",{type:"button",onClick:()=>{V.current=!0,W(y),U(y),H(!1)},disabled:u,className:"inline-flex items-center rounded-full bg-blue-500 px-4 py-1.5 text-sm font-semibold text-white shadow-sm transition hover:bg-blue-400 disabled:cursor-not-allowed disabled:bg-slate-300",children:"OK"})})]})});return n.jsxs("div",{className:"relative max-w-[400px]",ref:P,children:[n.jsxs("div",{className:"flex items-center gap-2 rounded-lg border text-sm shadow-sm transition "+(u?"cursor-not-allowed border-slate-200 bg-slate-50 text-slate-400":S?"border-blue-500 bg-white shadow-md":"border-slate-200 bg-white hover:border-blue-300"),children:[n.jsx("div",{className:"flex min-w-0 flex-1 flex-col gap-1",children:n.jsx("input",{type:"text",value:C[0],onChange:K("start"),onFocus:()=>le("start"),onClick:()=>le("start"),onBlur:Q("start"),onKeyDown:ee("start"),className:"w-full rounded-md border px-2 py-1.5 text-sm font-medium transition focus:outline-none focus:ring-0 "+(u?"cursor-not-allowed border-transparent bg-transparent text-slate-400":"start"===b&&S?" bg-white text-blue-600":"border-transparent bg-transparent text-slate-700 hover:border-blue-200"),placeholder:m,autoComplete:"off",disabled:u})}),n.jsx(r.MoveRight,{className:"text-slate-400"}),n.jsx("div",{className:"flex min-w-0 flex-1 flex-col gap-1",children:n.jsx("input",{type:"text",value:C[1],onChange:K("end"),onFocus:()=>le("end"),onClick:()=>le("end"),onBlur:Q("end"),onKeyDown:ee("end"),className:"w-full rounded-md border px-2 py-1.5 text-sm font-medium transition focus:outline-none focus:ring-0 "+(u?"cursor-not-allowed border-transparent bg-transparent text-slate-400":"end"===b&&S?"bg-white text-blue-600":"border-transparent bg-transparent text-slate-700 hover:border-blue-200"),placeholder:m,autoComplete:"off",disabled:u})})]}),S&&(g?a.createPortal(ce,g()):a.createPortal(ce,document.body))]})},Zu=({event:e,isOpen:r,isAllDay:o,onEventUpdate:s,onEventDelete:i,onClose:l})=>{var c,d;const u=t.useMemo(()=>p().getVisible().map(e=>({label:e.name,value:e.id})),[]);if(!r)return null;if("undefined"==typeof window||"undefined"==typeof document)return null;const h=n.jsxs("div",{className:"fixed inset-0 flex items-center justify-center",style:{pointerEvents:"auto",zIndex:9998},"data-event-detail-dialog":"true",children:[n.jsx("div",{className:"absolute inset-0 bg-black/50",onClick:e=>{const t=e.target;t.closest("[data-rangepicker-popup]")||t===e.currentTarget&&l()}}),n.jsxs("div",{className:"relative bg-white shadow-2xl border border-gray-200 rounded-lg p-6 max-w-md w-full mx-4",style:{backgroundColor:"#ffffff"},children:[n.jsx("button",{onClick:l,className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 transition","aria-label":"Close",children:n.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})}),n.jsxs("div",{className:"pr-8",children:[n.jsx("span",{className:"block text-xs text-gray-600 mb-1",children:"Event Title"}),n.jsxs("div",{className:"flex items-center justify-between gap-3 mb-4",children:[n.jsx("div",{className:"flex-1",children:n.jsx("input",{type:"text",value:e.title,onChange:t=>{s(Object.assign(Object.assign({},e),{title:t.target.value}))},className:"w-full border border-slate-200 rounded-lg px-3 py-2 text-sm text-gray-900 shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-blue-400 transition"})}),n.jsx(ju,{options:u,value:e.calendarId||"blue",onChange:t=>{s(Object.assign(Object.assign({},e),{calendarId:t}))}})]}),o?n.jsxs("div",{className:"mb-4",children:[n.jsx("div",{className:"text-xs text-gray-600 mb-1",children:"Date"}),n.jsx("div",{className:"text-sm text-gray-900 font-medium",children:Kd(e.start,e.end)?`${Mu(e.start)} to ${Mu(e.end)}`:Mu(e.start)})]}):n.jsxs("div",{className:"mb-4",children:[n.jsx("div",{className:"text-xs text-gray-600 mb-1",children:"Time Range"}),n.jsx(Lu,{value:[e.start,e.end],timeZone:Yd(e.start)?Rd.Now.timeZoneId():null!==(c=e.start.timeZoneId)&&void 0!==c?c:e.start.timeZoneId,onChange:t=>{const[n,r]=t;s(Object.assign(Object.assign({},e),{start:n,end:r}))},onOk:t=>{const[n,r]=t;s(Object.assign(Object.assign({},e),{start:n,end:r}))}})]}),n.jsxs("div",{className:"mb-4",children:[n.jsx("span",{className:"block text-xs text-gray-600 mb-1",children:"Note"}),n.jsx("textarea",{value:null!==(d=e.description)&&void 0!==d?d:"",onChange:t=>s(Object.assign(Object.assign({},e),{description:t.target.value})),rows:4,className:"w-full border border-slate-200 rounded-lg px-3 py-2 text-sm text-gray-900 shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-blue-400 transition resize-none",placeholder:"Add a note..."})]}),n.jsxs("div",{className:"flex space-x-2",children:[o?n.jsx("button",{className:"px-3 py-2 bg-blue-100 text-blue-700 rounded-lg hover:bg-blue-200 text-sm font-medium transition",onClick:()=>{const t=Yd(e.start)?e.start:e.start.toPlainDate(),n=Rd.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:9,minute:0,timeZone:Rd.Now.timeZoneId()}),r=Rd.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:10,minute:0,timeZone:Rd.Now.timeZoneId()});s(Object.assign(Object.assign({},e),{allDay:!1,start:n,end:r}))},children:"Set as Timed Event"}):n.jsx("button",{className:"px-3 py-2 bg-blue-100 text-blue-700 rounded-lg hover:bg-blue-200 text-sm font-medium transition",onClick:()=>{const t=Yd(e.start)?e.start:e.start.toPlainDate();s(Object.assign(Object.assign({},e),{allDay:!0,start:t,end:t}))},children:"Set as All-day"}),n.jsx("button",{className:"px-3 py-2 bg-red-100 text-red-700 rounded-lg hover:bg-red-200 text-sm font-medium transition",onClick:()=>{i(e.id),l()},children:"Delete"})]})]})]})]}),f=document.body;return f?a.createPortal(h,f):null},Fu=({originalComponent:e,app:r,config:a,customDetailPanelContent:o,customEventDetailDialog:s,calendarRef:i,switcherMode:l,meta:c})=>{const d=r.getPlugin("events"),u=a.enableDrag?r.getPlugin("drag"):void 0,h=r.getCurrentDate(),f=r.state.currentView,g=r.getEvents(),m=t.useCallback(e=>{d?d.update(e.id,e):r.updateEvent(e.id,e)},[d,r]),p=t.useCallback(e=>{d?d.delete(e):r.deleteEvent(e)},[d,r]),v=t.useCallback(e=>{d?d.add(e):r.addEvent(e)},[d,r]),y=t.useCallback(e=>{r.setCurrentDate(e)},[r]),x=t.useCallback(e=>{r.changeView(e)},[r]),D=t.useMemo(()=>{const e=a.viewConfig||{};return u&&Object.assign(e,a.dragConfig||{}),d&&Object.assign(e,a.eventsConfig||{}),e},[a,u,d]),b=t.useMemo(()=>({app:r,currentDate:h,currentView:f,events:g,onEventUpdate:m,onEventDelete:p,onEventCreate:v,onDateChange:y,onViewChange:x,config:D}),[r,h,f,g,m,p,v,y,x,D]),w=t.useMemo(()=>{const e={currentDate:h,events:g,setEvents:e=>{g.forEach(e=>p(e.id)),e.forEach(e=>v(e))},updateEvent:m,deleteEvent:p,addEvent:v,goToPrevious:()=>{const e=new Date(h);switch(f){case exports.ViewType.DAY:e.setDate(e.getDate()-1);break;case exports.ViewType.WEEK:e.setDate(e.getDate()-7);break;case exports.ViewType.MONTH:e.setMonth(e.getMonth()-1)}y(e)},goToNext:()=>{const e=new Date(h);switch(f){case exports.ViewType.DAY:e.setDate(e.getDate()+1);break;case exports.ViewType.WEEK:e.setDate(e.getDate()+7);break;case exports.ViewType.MONTH:e.setMonth(e.getMonth()+1)}y(e)},goToToday:()=>{y(new Date)},changeView:x,selectDate:y};return Object.assign(Object.assign({calendar:e},b),{eventsService:d,dragService:u,customDetailPanelContent:o,customEventDetailDialog:s,calendarRef:i,switcherMode:l,meta:c})},[h,g,f,m,p,v,y,x,b,d,u,o,s,i,l,c]);return n.jsx(e,Object.assign({},w))};function zu(e){return!("hour"in e)}function Bu(e){return"hour"in e&&!("timeZone"in e)}function Wu(e){return"timeZone"in e}function Uu(e){return Rd.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()})}function qu(e){return Rd.PlainDateTime.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate(),hour:e.getHours(),minute:e.getMinutes(),second:e.getSeconds(),millisecond:e.getMilliseconds()})}function _u(e,t){return Rd.ZonedDateTime.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate(),hour:e.getHours(),minute:e.getMinutes(),second:e.getSeconds(),millisecond:e.getMilliseconds(),timeZone:t})}function Gu(e,t=!1){if(e instanceof Rd.PlainDate||e instanceof Rd.PlainDateTime)return e;if(e instanceof Date)return t?Uu(e):qu(e);throw new Error("Invalid time type: "+typeof e)}function Xu(e,t){if(e instanceof Rd.ZonedDateTime)return e;if(e instanceof Date)return _u(e,t);throw new Error("Invalid time type: "+typeof e)}function Ju(e){var t;const n=Gu(e.start,e.allDay),r=Gu(e.end,e.allDay);return{id:e.id,title:e.title,description:e.description,start:n,end:r,allDay:null!==(t=e.allDay)&&void 0!==t&&t,calendarId:e.calendarId,meta:e.meta}}function Ku(e){const t=Xu(e.start,e.timeZone),n=Xu(e.end,e.timeZone);return{id:e.id,title:e.title,description:e.description,start:t,end:n,allDay:!1,calendarId:e.calendarId,meta:e.meta}}const Qu=e=>{const t=e.title.toLowerCase();return t.includes("holiday")||t.includes("vacation")||t.includes("假期")?n.jsx(r.Gift,{className:"h-3 w-3"}):t.includes("birthday")||t.includes("anniversary")||t.includes("生日")?n.jsx(r.Heart,{className:"h-3 w-3"}):t.includes("conference")||t.includes("meeting")||t.includes("会议")||t.includes("研讨")?n.jsx(r.Star,{className:"h-3 w-3"}):t.includes("trip")||t.includes("travel")||t.includes("旅行")?n.jsx(r.MapPin,{className:"h-3 w-3"}):n.jsx(r.CalendarDays,{className:"h-3 w-3"})},eh=(e,t)=>{const n=[],r=new Date(t);return r.setDate(t.getDate()+6),r.setHours(23,59,59,999),e.forEach(e=>{const a=Zd(e.start),o=Zd(e.end),s=new Date(a);s.setHours(0,0,0,0);const i=new Date(o);i.setHours(0,0,0,0);let l=new Date(i);if(!e.allDay){if(!(0!==o.getHours()||0!==o.getMinutes()||0!==o.getSeconds())){const e=o.getTime()-a.getTime();e>0&&e<864e5&&(l=new Date(i),l.setDate(l.getDate()-1))}}const c=Ud(s,l)>0;if(!c&&e.allDay){if(s<t||s>r)return;const a=Math.floor((s.getTime()-t.getTime())/864e5);return void(a>=0&&a<=6&&n.push({id:`${e.id}-week-${t.getTime()}`,originalEventId:e.id,event:e,startDayIndex:a,endDayIndex:a,segmentType:"single",totalDays:1,segmentIndex:0,isFirstSegment:!0,isLastSegment:!0}))}if(!c)return;const d=s;let u;if(e.allDay)u=new Date(i),u.setHours(23,59,59,999);else{0!==o.getHours()||0!==o.getMinutes()||0!==o.getSeconds()?(u=new Date(i),u.setHours(23,59,59,999)):(u=new Date(i),u.setTime(u.getTime()-1))}if(u<t||d>r)return;const h=d<t?t:d,f=u>r?r:u,g=Math.max(0,Math.floor((h.getTime()-t.getTime())/864e5)),m=Math.min(6,Math.floor((f.getTime()-t.getTime())/864e5)),p=d>=t,v=u<=r,y=0===g||6===m;let x;x=p&&v?"single":p?y&&6===m?"start-week-end":"start":v?y&&0===g?"end-week-start":"end":"middle";const D=Ud(d,u)+1;n.push({id:`${e.id}-week-${t.getTime()}`,originalEventId:e.id,event:e,startDayIndex:g,endDayIndex:m,segmentType:x,totalDays:D,segmentIndex:0,isFirstSegment:p,isLastSegment:v})}),n},th=(e,t)=>{if(e.allDay)return[];const n=Zd(e.start),r=Zd(e.end),a=new Date(n);a.setHours(0,0,0,0);const o=new Date(r);o.setHours(0,0,0,0);const s=Ud(a,o);if(0===s)return[];const i=0!==r.getHours()||0!==r.getMinutes()||0!==r.getSeconds()||0!==r.getMilliseconds(),l=r.getTime()-n.getTime();if(!e.allDay&&1===s&&!i&&l<864e5)return[];const c=i?s:Math.max(0,s-1),d=[];for(let e=0;e<=c;e++){const o=new Date(a);o.setDate(a.getDate()+e);const s=Math.floor((o.getTime()-t.getTime())/864e5);if(s<0||s>6)continue;const l=0===e,u=e===c,h=l?n.getHours()+n.getMinutes()/60:0,f=u&&i?r.getHours()+r.getMinutes()/60:24;d.push({dayIndex:s,startHour:h,endHour:f,isFirst:l,isLast:u})}return d},nh=t.memo(({segment:e,segmentIndex:t,isDragging:r,isSelected:a=!1,onMoveStart:o,onResizeStart:s})=>{const i=17*t,l=`calc(${e.startDayIndex/7*100}% + 2px)`,c=`calc(${(e.endDayIndex-e.startDayIndex+1)/7*100}% - 4px)`,d=t=>{const r="left"===t;return(r?e.isFirstSegment:e.isLastSegment)&&s?n.jsx("div",{className:`resize-handle absolute ${r?"left-0":"right-0"} top-0 bottom-0 w-1 cursor-ew-resize opacity-0 group-hover:opacity-100 transition-opacity z-20`,onMouseDown:t=>{t.preventDefault(),t.stopPropagation(),s(t,e.event,r?"left":"right")},onClick:e=>{e.preventDefault(),e.stopPropagation()}}):null},u=e.event.calendarId||"blue",h=e.endDayIndex-e.startDayIndex+1;return n.jsxs("div",{className:"absolute px-1 text-xs cursor-pointer select-none flex items-center transition-all duration-200 hover:shadow-sm group",style:Object.assign({left:l,width:c,top:i-2+"px",height:"16px",borderRadius:(f=e.segmentType,{single:"0.25rem",start:"0.25rem 0 0 0.25rem","start-week-end":"0.25rem 0 0 0.25rem",end:"0 0.25rem 0.25rem 0","end-week-start":"0 0.25rem 0.25rem 0",middle:"0"}[f]),pointerEvents:"auto",zIndex:10},a||r?{backgroundColor:tu(u),color:"#fff"}:{backgroundColor:Qd(u),color:eu(u)}),"data-segment-days":h,onMouseDown:t=>{t.preventDefault(),t.stopPropagation();t.target.closest(".resize-handle")||o(t,e.event)},title:`${e.event.title} (${Eu(e.event.start)} - ${Eu(e.event.end)})`,children:[d("left"),(()=>{const t=e.event.allDay,r=e.event.calendarId||"blue",a=_d(e.event.start),o=iu(e.event),s=au(a),i=au(o);if(t){const t=()=>e.isFirstSegment?e.event.title:"middle"===e.segmentType||e.isLastSegment&&e.totalDays>1?"···":e.event.title;return n.jsxs("div",{className:"flex items-center min-w-0 w-full pointer-events-auto",children:[e.isFirstSegment&&n.jsx("div",{className:"flex-shrink-0 mr-1",children:n.jsx("div",{className:"rounded-full p-0.5 text-white flex items-center justify-center",style:{backgroundColor:nu(r),width:"12px",height:"12px"},children:Qu(e.event)})}),n.jsx("div",{className:"flex-1 min-w-0",children:n.jsx("div",{className:"truncate font-medium text-xs",children:t()})}),e.isLastSegment&&"single"!==e.segmentType&&n.jsx("div",{className:"flex-shrink-0 ml-1 text-white/80",children:n.jsx("div",{className:"w-1.5 h-1.5 rounded-full bg-white/60"})})]})}const l=e.isFirstSegment||e.isLastSegment?e.event.title:"···",c=e.endDayIndex-e.startDayIndex+1,d=c>1?{position:"absolute",right:`calc(${c>1?(c-1)/c*100:0}% + 2px)`,top:"50%",transform:"translateY(-50%)"}:void 0;return n.jsxs("div",{className:"relative flex items-center min-w-0 w-full pointer-events-auto",children:[n.jsx("span",{className:"inline-block w-[3px] h-3 rounded-full flex-shrink-0 mr-1",style:{backgroundColor:nu(r)}}),n.jsx("div",{className:"flex items-center min-w-0 flex-1",children:n.jsx("span",{className:"truncate font-medium text-xs",children:l})}),e.isFirstSegment&&n.jsx("span",{className:"text-xs font-medium whitespace-nowrap "+(1===c?"ml-2":""),style:d,children:s}),e.isLastSegment&&!e.event.allDay&&24!==o&&n.jsx("span",{className:"text-xs font-medium whitespace-nowrap ml-auto",children:`ends ${i}`})]})})(),d("right")]});var f});nh.displayName="MultiDayEvent";const rh=({event:e,position:r,panelRef:o,isAllDay:s,eventVisibility:i,calendarRef:l,selectedEventElementRef:c,onEventUpdate:d,onEventDelete:u})=>{var h,f;const g=t.useMemo(()=>p().getVisible().map(e=>({label:e.name,value:e.id})),[]),m=(()=>{var e;let t={};if("sticky-top"===i){const n=null===(e=l.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(n){const e=n.getBoundingClientRect().top+3-r.top;t=Object.assign({position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:e-6+"px",borderRight:""+(r.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(r.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(r.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(r.isSunday?"none":"1px solid rgb(229, 231, 235)")},r.isSunday?{right:"-6px"}:{left:"-6px"})}}else if("sticky-bottom"===i){const e=o.current;let n=200;if(e){const t=e.getBoundingClientRect(),r=window.getComputedStyle(e),a=parseInt(r.paddingBottom,10)||0,o=parseInt(r.borderBottomWidth,10)||0;n=t.height-a-o-6+11}t={position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:`${n}px`,left:r.isSunday?void 0:"-6px",right:r.isSunday?"-6px":void 0,borderRight:""+(r.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(r.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(r.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(r.isSunday?"none":"1px solid rgb(229, 231, 235)")}}else if(r&&c.current&&l.current){const e=c.current.getBoundingClientRect(),n=l.current.querySelector(".calendar-content");if(n){const a=n.getBoundingClientRect(),s=Math.max(e.top,a.top),i=Math.min(e.bottom,a.bottom),l=Math.max(0,i-s);let c;c=l===e.height?e.top+e.height/2:l>0?s+l/2:e.top+e.height/2;const d=c-r.top,u=o.current;let h=228;if(u){const e=u.getBoundingClientRect(),t=window.getComputedStyle(u),n=parseInt(t.paddingBottom,10)||0,r=parseInt(t.borderBottomWidth,10)||0;h=e.height-n-r+11}const f=12,g=Math.max(f,Math.min(h,d));t=Object.assign({position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:g-6+"px",borderRight:""+(r.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(r.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(r.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(r.isSunday?"none":"1px solid rgb(229, 231, 235)")},r.isSunday?{right:"-6px"}:{left:"-6px"})}}return t})(),v=n.jsxs("div",{ref:o,className:"fixed bg-white shadow-lg border border-gray-200 rounded-lg p-4 ",style:{top:`${r.top}px`,left:`${r.left}px`,zIndex:9999,pointerEvents:"auto",backgroundColor:"#ffffff"},children:[n.jsx("div",{style:m}),n.jsx("span",{className:"block text-xs text-gray-600 mb-1",children:"Event Title"}),n.jsxs("div",{className:"flex items-center justify-between gap-3 mb-3",children:[n.jsx("div",{className:"flex-1",children:n.jsx("input",{type:"text",value:e.title,onChange:t=>{d(Object.assign(Object.assign({},e),{title:t.target.value}))},className:"w-full border border-slate-200 rounded-lg px-3 py-1.5 text-sm text-gray-900 shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-blue-400 transition"})}),n.jsx(ju,{options:g,value:e.calendarId||"blue",onChange:t=>{d(Object.assign(Object.assign({},e),{calendarId:t}))}})]}),s?n.jsxs("div",{className:"mb-3",children:[n.jsx("div",{className:"text-xs text-gray-600 mb-1",children:"Date"}),n.jsx("div",{className:"text-xs text-gray-900 font-medium",children:Kd(e.start,e.end)?`${Mu(e.start)} to ${Mu(e.end)}`:Mu(e.start)})]}):n.jsxs("div",{className:"mb-3",children:[n.jsx("div",{className:"text-xs text-gray-600 mb-1",children:"Time Range"}),n.jsx(Lu,{value:[e.start,e.end],timeZone:Yd(e.start)?Rd.Now.timeZoneId():null!==(h=e.start.timeZoneId)&&void 0!==h?h:e.start.timeZoneId,onChange:t=>{const[n,r]=t;d(Object.assign(Object.assign({},e),{start:n,end:r}))},onOk:t=>{const[n,r]=t;d(Object.assign(Object.assign({},e),{start:n,end:r}))}})]}),n.jsxs("div",{className:"mb-3",children:[n.jsx("span",{className:"block text-xs text-gray-600 mb-1",children:"Note"}),n.jsx("textarea",{value:null!==(f=e.description)&&void 0!==f?f:"",onChange:t=>d(Object.assign(Object.assign({},e),{description:t.target.value})),rows:3,className:"w-full border border-slate-200 rounded-lg px-3 py-2 text-sm text-gray-900 shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-blue-400 transition resize-none",placeholder:"Add a note..."})]}),n.jsxs("div",{className:"flex space-x-2",children:[s?n.jsx("button",{className:"px-2 py-1 bg-blue-100 text-blue-700 rounded hover:bg-blue-200 text-xs font-medium",onClick:()=>{const t=Yd(e.start)?e.start:e.start.toPlainDate(),n=Rd.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:9,minute:0,timeZone:Rd.Now.timeZoneId()}),r=Rd.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:10,minute:0,timeZone:Rd.Now.timeZoneId()});d(Object.assign(Object.assign({},e),{allDay:!1,start:n,end:r}))},children:"Set as Timed Event"}):n.jsx("button",{className:"px-2 py-1 bg-blue-100 text-blue-700 rounded hover:bg-blue-200 text-xs font-medium",onClick:()=>{const t=Yd(e.start)?e.start:e.start.toPlainDate();d(Object.assign(Object.assign({},e),{allDay:!0,start:t,end:t}))},children:"Set as All-day"}),n.jsx("button",{className:"px-2 py-1 bg-red-100 text-red-700 rounded hover:bg-red-200 text-xs font-medium",onClick:()=>u(e.id),children:"Delete"})]})]});if("undefined"==typeof window||"undefined"==typeof document)return null;const y=document.body;return y?a.createPortal(v,y):null},ah=({event:e,position:t,panelRef:r,isAllDay:o,eventVisibility:s,calendarRef:i,selectedEventElementRef:l,onEventUpdate:c,onEventDelete:d,onClose:u,contentRenderer:h})=>{const f=(()=>{var e;let n={};if("sticky-top"===s){const r=null===(e=i.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(r){const e=r.getBoundingClientRect().top+3-t.top;n=Object.assign({position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:e-6+"px",borderRight:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)")},t.isSunday?{right:"-6px"}:{left:"-6px"})}}else if("sticky-bottom"===s){const e=r.current;let a=200;if(e){const t=e.getBoundingClientRect(),n=window.getComputedStyle(e),r=parseInt(n.paddingBottom,10)||0,o=parseInt(n.borderBottomWidth,10)||0;a=t.height-r-o-6+11}n={position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:`${a}px`,left:t.isSunday?void 0:"-6px",right:t.isSunday?"-6px":void 0,borderRight:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)")}}else if(t&&l.current&&i.current){const e=l.current.getBoundingClientRect(),a=i.current.querySelector(".calendar-content");if(a){const o=a.getBoundingClientRect(),s=Math.max(e.top,o.top),i=Math.min(e.bottom,o.bottom),l=Math.max(0,i-s);let c;c=l===e.height?e.top+e.height/2:l>0?s+l/2:e.top+e.height/2;const d=c-t.top,u=r.current;let h=228;if(u){const e=u.getBoundingClientRect(),t=window.getComputedStyle(u),n=parseInt(t.paddingBottom,10)||0,r=parseInt(t.borderBottomWidth,10)||0;h=e.height-n-r+11}const f=12,g=Math.max(f,Math.min(h,d));n=Object.assign({position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:g-6+"px",borderRight:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(t.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(t.isSunday?"none":"1px solid rgb(229, 231, 235)")},t.isSunday?{right:"-6px"}:{left:"-6px"})}}return n})(),g=n.jsxs("div",{ref:r,className:"fixed bg-white shadow-lg border border-gray-200 rounded-lg p-3",style:{top:`${t.top}px`,left:`${t.left}px`,zIndex:9999,pointerEvents:"auto",backgroundColor:"#ffffff"},children:[n.jsx("div",{style:f}),n.jsx(h,{event:e,isAllDay:o,onEventUpdate:c,onEventDelete:d,onClose:u})]});return a.createPortal(g,document.body)},oh=({event:e,layout:o,isAllDay:s=!1,allDayHeight:i=28,calendarRef:l,isBeingDragged:c=!1,isDayView:d=!1,isMonthView:u=!1,isMultiDay:h=!1,segment:f,segmentIndex:g=0,hourHeight:m,firstHour:p,selectedEventId:v,detailPanelEventId:y,onMoveStart:x,onResizeStart:D,onEventUpdate:b,onEventDelete:w,newlyCreatedEventId:C,onDetailPanelOpen:E,onEventSelect:M,onDetailPanelToggle:j,customDetailPanelContent:T,customEventDetailDialog:N,multiDaySegmentInfo:S})=>{const[I,H]=t.useState(!1),Y=h&&f?`${e.id}::${f.id}`:void 0!==(null==S?void 0:S.dayIndex)?`${e.id}::day-${S.dayIndex}`:e.id,V=y===Y,[A,L]=t.useState(null),[Z,F]=t.useState("visible"),z=t.useRef(null),B=t.useRef(null),U=t.useRef(null),q=t.useRef(null),G=void 0!==v?v===e.id:I,X=e=>{if(!l.current)return null;const t=l.current.getBoundingClientRect();if(u){const n=t.width/7,r=e-t.left,a=Math.floor(r/n);return Number.isFinite(a)?Math.max(0,Math.min(6,a)):null}const n=d?1:7,r=(t.width-80)/n,a=e-t.left-80,o=Math.floor(a/r);return Number.isFinite(o)?Math.max(0,Math.min(n-1,o)):null},J=e=>{if(!l.current)return null;const t=l.current.getBoundingClientRect();if(u){const n=t.width/7;return{left:t.left+e*n,width:n}}if(d){const e=t.width-80;return{left:t.left+80,width:e}}const n=(t.width-80)/7;return{left:t.left+80+e*n,width:n}},K=e=>{q.current=e},Q=()=>{var t;if(null!==q.current)return q.current;if(y===Y){const e=Y.split("::"),t=e[e.length-1];if(t.startsWith("day-")){const e=Number(t.replace("day-",""));if(!Number.isNaN(e))return e}}return void 0!==(null==S?void 0:S.dayIndex)?S.dayIndex:f?f.startDayIndex:null!==(t=e.day)&&void 0!==t?t:0},ee=t.useCallback(()=>{if(!U.current||!l.current||!B.current)return;const t=l.current.getBoundingClientRect(),n=Q(),r=J(n);let a,o;if(r)a=r.left,o=r.width;else if(u)o=t.width/7,a=t.left+n*o;else{const e=80;o=(t.width-e)/7,a=t.left+e+n*o}const s=Math.min(window.innerWidth,t.right),i=Math.min(window.innerHeight,t.bottom);requestAnimationFrame(()=>{var r,o,c,g,v;if(!B.current)return;if(!U.current)return;const y=B.current.getBoundingClientRect(),x=y.width,D=y.height;let b,w,C;if("sticky-top"===Z||"sticky-bottom"===Z){const t=null===(r=l.current)||void 0===r?void 0:r.querySelector(".calendar-content");if(!t)return;const n=S?S.startHour:_d(e.start),a=S?S.endHour:iu(e),s=(n-p)*m,i=Math.max((a-n)*m,m/4),c=t.getBoundingClientRect(),d=t.scrollTop,u=c.top+s-d,h=null===(o=z.current)||void 0===o?void 0:o.getBoundingClientRect();if(!h)return;C={top:u,bottom:u+i,left:h.left,right:h.right,width:h.width,height:i,x:h.x,y:u,toJSON:()=>({})}}else C=U.current.getBoundingClientRect();if(u&&h&&f){const e=J(n),r=null!==(c=null==e?void 0:e.width)&&void 0!==c?c:t.width/7,a=null!==(g=null==e?void 0:e.left)&&void 0!==g?g:t.left+n*r,o=a+r;C={top:C.top,bottom:C.bottom,left:a,right:o,width:o-a,height:C.height,x:a,y:C.top,toJSON:()=>({})}}if(("sticky-top"===Z||"sticky-bottom"===Z)&&!u){const e=null!==(v=null==S?void 0:S.dayIndex)&&void 0!==v?v:Q(),n=80,r=d?1:7,a=(t.width-n)/r,o=J(e),s=o?o.left:t.left+n+e*a,i=o?o.width:a,l=Math.max(0,d?C.width:i-3),c=d?C.left:s;C=Object.assign(Object.assign({},C),{left:c,right:c+l,width:l})}const E=s-C.right,M=C.left-t.left;b=E>=x+20?C.right+10:M>=x+20?C.left-x-10:E>M?Math.max(t.left+10,s-x-10):t.left+10;const j=C.top-D/2+C.height/2,T=Math.max(10,t.top+10),N=i-10;w=j<T?T:j+D>N?N-D:j,L(e=>e?Object.assign(Object.assign({},e),{top:w,left:b,isSunday:b<a}):null)})},[l,e.day,e.start,e.end,Z,u,p,m,h,null==f?void 0:f.startDayIndex,null==f?void 0:f.endDayIndex,null==S?void 0:S.dayIndex,y,Y]),te=t.useCallback(()=>{if(!I||!V||!z.current||!l.current||s||u)return;const t=l.current.querySelector(".calendar-content");if(!t)return;const n=S?S.startHour:_d(e.start),r=S?S.endHour:iu(e),a=(n-p)*m,o=a+Math.max((r-n)*m,m/4),i=t.getBoundingClientRect(),c=t.scrollTop;let d=o<c+6,h=a>c+i.height-6;const f=i.bottom<0,g=i.top>window.innerHeight;f?d=!0:g&&(h=!0),F(d?"sticky-top":h?"sticky-bottom":"visible"),ee()},[I,V,l,s,u,_d(e.start),iu(e),p,m,ee,null==S?void 0:S.startHour,null==S?void 0:S.endHour,null==S?void 0:S.dayIndex,y,Y]);t.useEffect(()=>{var e,t;if(!I||!V||s)return;const n=null===(e=l.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(!n)return;const r=()=>te(),a=()=>{te(),ee()},o=[n];let i=null===(t=l.current)||void 0===t?void 0:t.parentElement;for(;i;){const e=window.getComputedStyle(i),t=e.overflowY,n=e.overflowX;"auto"!==t&&"scroll"!==t&&"auto"!==n&&"scroll"!==n||o.push(i),i=i.parentElement}return o.forEach(e=>{e.addEventListener("scroll",r)}),window.addEventListener("scroll",r,!0),window.addEventListener("resize",a),te(),()=>{o.forEach(e=>{e.removeEventListener("scroll",r)}),window.removeEventListener("scroll",r,!0),window.removeEventListener("resize",a)}},[I,V,s,te,ee,l,Z]),t.useEffect(()=>{if(!G&&!V)return;const e=e=>{var t,n;const r=e.target,a=null===(t=z.current)||void 0===t?void 0:t.contains(r),o=null===(n=B.current)||void 0===n?void 0:n.contains(r),s=r.closest("[data-event-detail-dialog]"),i=r.closest("[data-rangepicker-popup]");V?a||o||s||i||(M&&M(null),K(null),H(!1),null==j||j(null)):G&&!a&&(M&&M(null),K(null),H(!1),null==j||j(null))};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[G,V,M,j]),t.useEffect(()=>{h&&f&&!f.isFirstSegment||C!==e.id||V||setTimeout(()=>{var t,n;if(z.current){let r=z.current;if(h){const e=z.current.querySelector("div");e&&(r=e)}h?f?K(f.startDayIndex):void 0!==(null==S?void 0:S.dayIndex)?K(S.dayIndex):K(null!==(t=e.day)&&void 0!==t?t:null):K(null!==(n=e.day)&&void 0!==n?n:null),U.current=r,H(!0),null==j||j(Y),L({top:-9999,left:-9999,eventHeight:0,eventMiddleY:0,isSunday:!1}),requestAnimationFrame(()=>{ee()})}null==E||E()},150)},[C,e.id,V,E,ee,h,f,j,Y]);const ne=()=>f?n.jsx(nh,{segment:f,segmentIndex:null!=g?g:0,isDragging:c||G,isSelected:G,onMoveStart:x||(()=>{}),onResizeStart:D}):null,re=()=>{if(h&&f){const{segmentType:e}=f;if("single"===e||"start"===e)return O;if("start-week-end"===e)return"rounded-l-xl rounded-r-none my-0.5";if("end"===e||"end-week-start"===e)return"rounded-r-xl rounded-l-none my-0.5";if("middle"===e)return"rounded-none my-0.5"}return O},ae=e.calendarId||"blue";return n.jsxs(n.Fragment,{children:[n.jsx("div",{ref:z,"data-event-id":e.id,className:u?`\n ${k}\n ${s?re():"rounded-sm"}\n `:`\n ${k}\n shadow-sm\n ${s?re():"rounded-sm"}\n `,style:Object.assign(Object.assign({},(()=>{var t,n,r,a,v,y;if(u)return{opacity:c?.3:1,zIndex:G||V?1e3:1};if(s){const e={height:i-4+"px",opacity:c?.3:1,zIndex:G||V?1e3:1},t=g*i;if(Object.assign(e,{top:`${t}px`}),d)Object.assign(e,{width:"100%",left:"0px",right:"2px"});else if(h&&f){const t=(f.endDayIndex-f.startDayIndex+1)/7*100,n=f.startDayIndex/7*100,r=2,a=f.isFirstSegment?r:0,o=a+(f.isLastSegment?r:0);Object.assign(e,{width:o>0?`calc(${t}% - ${o}px)`:`${t}%`,left:a>0?`calc(${n}% + ${a}px)`:`${n}%`,position:"absolute",pointerEvents:"auto"})}else Object.assign(e,{width:"calc(100% - 3px)",left:"0px",position:"relative"});return e}const x=S?S.startHour:_d(e.start),D=S?S.endHour:iu(e),b={top:`${(x-p)*m+3}px`,height:Math.max((D-x)*m,m/4)-4+"px",position:"absolute",opacity:c?.3:1,zIndex:G||V?1e3:null!==(t=null==o?void 0:o.zIndex)&&void 0!==t?t:1};if(G&&V&&("sticky-top"===Z||"sticky-bottom"===Z)){const e=null===(n=l.current)||void 0===n?void 0:n.getBoundingClientRect();if(e){const t=null!==(r=null==S?void 0:S.dayIndex)&&void 0!==r?r:Q(),n=80,o=d?1:7;let s=(e.width-n)/o,i=e.left+n+t*s;u&&(s=e.width/7,i=e.left+t*s);const c=J(t);c&&(i=c.left,s=c.width);let h=null===(a=l.current)||void 0===a?void 0:a.querySelector(".calendar-content");h||(h=null===(v=l.current)||void 0===v?void 0:v.querySelector(".calendar-renderer"));const f=null==h?void 0:h.getBoundingClientRect(),g=null===(y=z.current)||void 0===y?void 0:y.getBoundingClientRect(),m=null==g?void 0:g.left,p=null==g?void 0:g.width;if("sticky-top"===Z){let t=f?f.top:e.top;return t=Math.max(t,0),t=Math.max(t,e.top),t=Math.min(t,e.bottom-6),t=Math.min(t,window.innerHeight-6),{position:"fixed",top:`${t}px`,left:`${d?m:i}px`,width:`${d?p:s-3}px`,height:"6px",zIndex:1e3,overflow:"hidden"}}let x=f?f.bottom:e.bottom;return x=Math.min(x,window.innerHeight),x=Math.min(x,e.bottom),x=Math.max(x,e.top+6),x=Math.max(x,6),{position:"fixed",top:x-6+"px",left:`${d?m:i}px`,width:`${d?p:s-3}px`,height:"6px",zIndex:1e3,overflow:"hidden"}}}return o&&!s?Object.assign(Object.assign({},b),{left:`${o.left}%`,width:o.width-1+"%",right:"auto"}):Object.assign(Object.assign({},b),{left:"0px",right:"3px"})})()),G?{backgroundColor:tu(ae),color:"#fff"}:{backgroundColor:Qd(ae),color:eu(ae)}),onClick:t=>{var n,r;if(t.preventDefault(),t.stopPropagation(),h)if(f){const e=X(t.clientX);if(null!==e){const t=Math.min(Math.max(e,f.startDayIndex),f.endDayIndex);K(t)}else K(f.startDayIndex)}else void 0!==(null==S?void 0:S.dayIndex)?K(S.dayIndex):K(null!==(n=e.day)&&void 0!==n?n:null);else K(null!==(r=e.day)&&void 0!==r?r:null);M?M(e.id):H(!0),null==j||j(null),L(null)},onDoubleClick:t=>{var n,r;t.preventDefault(),t.stopPropagation();let a=t.currentTarget;if(h){const e=a.querySelector("div");e&&(a=e)}if(U.current=a,h)if(f){const e=X(t.clientX);if(null!==e){const t=Math.min(Math.max(e,f.startDayIndex),f.endDayIndex);K(t)}else K(f.startDayIndex)}else void 0!==(null==S?void 0:S.dayIndex)?K(S.dayIndex):K(null!==(n=e.day)&&void 0!==n?n:null);else K(null!==(r=e.day)&&void 0!==r?r:null);new Promise(t=>{if(!l.current||s||u)return void t();const n=l.current.querySelector(".calendar-content");if(!n)return void t();const r=S?S.startHour:_d(e.start),a=S?S.endHour:iu(e),o=(r-p)*m,i=o+Math.max((a-r)*m,m/4),c=n.scrollTop,d=n.clientHeight;if(o>=c&&i<=c+d)return void t();const h=((r+a)/2-p)*m-d/2,f=n.scrollHeight-d,g=Math.max(0,Math.min(f,h));n.scrollTo({top:g,behavior:"smooth"}),setTimeout(()=>{t()},300)}).then(()=>{H(!0),null==j||j(Y),L({top:-9999,left:-9999,eventHeight:0,eventMiddleY:0,isSunday:!1}),requestAnimationFrame(()=>{ee()})})},onMouseDown:x?t=>{var n;if(S){const r=Object.assign(Object.assign({},e),{day:null!==(n=S.dayIndex)&&void 0!==n?n:e.day,_segmentInfo:S});x(t,r)}else x(t,e)}:void 0,children:u?h&&f?ne():e.allDay?h?ne():n.jsxs("div",{className:"text-xs px-1 mb-0.5 rounded truncate cursor-pointer flex items-center",children:[e.title.toLowerCase().includes("easter")||e.title.toLowerCase().includes("holiday")?n.jsx("span",{className:`inline-block ${_} flex-shrink-0 ${G?"text-yellow-200":"text-yellow-600"}`,children:"⭐"}):n.jsx(r.CalendarDays,{className:`${$} ${G?"text-white":""}`}),n.jsx("span",{className:"truncate "+(G?"text-white":""),children:e.title})]}):(()=>{const t=`${Math.floor(_d(e.start)).toString().padStart(2,"0")}:${Math.round(_d(e.start)%1*60).toString().padStart(2,"0")}`;return n.jsxs("div",{className:"text-xs mb-0.5 cursor-pointer flex items-center justify-between",children:[n.jsxs("div",{className:"flex items-center flex-1 min-w-0",children:[n.jsx("span",{style:{backgroundColor:nu(e.calendarId||"blue")},className:`inline-block w-[3px] h-3 ${_} flex-shrink-0 rounded-full`}),n.jsx("span",{className:"truncate "+(G?"text-white":""),children:e.title})]}),n.jsx("span",{className:`${W} ml-1 flex-shrink-0 ${G?"text-white":""}`,style:G?void 0:{opacity:.8},children:t})]})})():e.allDay?n.jsxs("div",{className:"h-full flex items-center overflow-hidden pl-3 px-1 py-0 relative group",children:[D&&n.jsx("div",{className:"resize-handle absolute left-0 top-0 bottom-0 w-1 cursor-ew-resize opacity-0 group-hover:opacity-100 transition-opacity z-20",onMouseDown:t=>{t.preventDefault(),t.stopPropagation(),D(t,e,"left")},onClick:e=>{e.preventDefault(),e.stopPropagation()}}),n.jsx(r.CalendarDays,{className:$}),n.jsx("div",{className:`${R} pr-1`,style:{lineHeight:"1.2"},children:e.title}),D&&n.jsx("div",{className:"resize-handle absolute right-0 top-0 bottom-0 w-1 cursor-ew-resize opacity-0 group-hover:opacity-100 transition-opacity z-20",onMouseDown:t=>{t.preventDefault(),t.stopPropagation(),D(t,e,"right")},onClick:e=>{e.preventDefault(),e.stopPropagation()}})]}):(()=>{const t=S?S.startHour:_d(e.start),r=S?S.endHour:iu(e),a=r-t,o=!S||S.isFirst,s=!S||S.isLast;return n.jsxs(n.Fragment,{children:[n.jsx("div",{className:P,style:{backgroundColor:nu(e.calendarId||"blue")}}),n.jsxs("div",{className:"h-full flex flex-col overflow-hidden pl-3 "+(iu(e)-_d(e.start)<=.25?"px-1 py-0":"p-1"),children:[n.jsx("div",{className:`${R} pr-1`,style:{lineHeight:a<=.25?"1.2":"normal"},children:e.title}),a>.5&&n.jsx("div",{className:"text-xs opacity-80 truncate",children:S?`${au(t)} - ${au(r)}`:ou(e)})]}),D&&n.jsxs(n.Fragment,{children:[o&&n.jsx("div",{className:"absolute top-0 left-0 w-full h-1.5 cursor-ns-resize z-10 rounded-t-sm",onMouseDown:t=>D(t,e,"top")}),s&&n.jsx("div",{className:"absolute bottom-0 left-0 w-full h-1.5 cursor-ns-resize z-10 rounded-b-sm",onMouseDown:t=>D(t,e,"bottom")}),!o&&s&&S&&n.jsx("div",{className:"resize-handle absolute right-0 top-0 bottom-0 w-1 cursor-ew-resize opacity-0 hover:opacity-100 transition-opacity z-20 bg-blue-500",onMouseDown:t=>{t.preventDefault(),t.stopPropagation(),D(t,e,"right")},onClick:e=>{e.preventDefault(),e.stopPropagation()}})]})]})})()}),V&&n.jsx("div",{style:{position:"fixed",top:0,left:0,right:0,bottom:0,zIndex:9998,pointerEvents:"none"}}),(()=>{if(!V)return null;const t=()=>{M&&M(null),K(null),H(!1),null==j||j(null)};if(N){const r=N,o={event:e,isOpen:V,isAllDay:s,onEventUpdate:b,onEventDelete:w,onClose:t};if("undefined"==typeof window||"undefined"==typeof document)return null;const i=document.body;return i?a.createPortal(n.jsx(r,Object.assign({},o)),i):null}return A?T?n.jsx(ah,{event:e,position:A,panelRef:B,isAllDay:s,eventVisibility:Z,calendarRef:l,selectedEventElementRef:U,onEventUpdate:b,onEventDelete:w,onClose:t,contentRenderer:T}):n.jsx(rh,{event:e,position:A,panelRef:B,isAllDay:s,eventVisibility:Z,calendarRef:l,selectedEventElementRef:U,onEventUpdate:b,onEventDelete:w,onClose:t}):null})()]})};function sh(e){return Object.assign(Object.assign({},e),{parentId:void 0,children:[],_startHour:e.allDay?0:_d(e.start),_endHour:e.allDay?0:iu(e)})}function ih(e){var t;return null!==(t=e._startHour)&&void 0!==t?t:_d(e.start)}function lh(e){var t;return null!==(t=e._endHour)&&void 0!==t?t:iu(e)}const ch=.25,dh=.5,uh=25,hh=1,fh=.9;class gh{static getIndentStepPercent(e){return"day"===e?.5:2.5}static calculateDayEventLayouts(e,t={}){const n=e.map(sh);this.clearAllParentChildRelations(n);const r=new Map,a=n.filter(e=>!e.allDay);if(0===a.length)return r;const o=this.groupOverlappingEvents(a);for(let e=0;e<o.length;e++){const n=o[e];1===n.length?this.setSingleEventLayout(n[0],r):this.calculateComplexGroupLayout(n,r,t)}return r}static clearAllParentChildRelations(e){for(const t of e)t.parentId=void 0,t.children=[]}static setParentChildRelation(e,t){t.parentId=e.id,e.children.includes(t.id)||e.children.push(t.id)}static eventsOverlap(e,t){return e.day===t.day&&!e.allDay&&!t.allDay&&(ih(e)<lh(t)&&ih(t)<lh(e))}static groupOverlappingEvents(e){const t=[],n=new Set;for(const r of e){if(n.has(r.id))continue;const a=[r],o=[r];for(n.add(r.id);o.length>0;){const t=o.shift();for(const r of e)n.has(r.id)||this.eventsOverlap(t,r)&&(a.push(r),o.push(r),n.add(r.id))}t.push(a)}return t}static setSingleEventLayout(e,t){t.set(e.id,{id:e.id,left:0,width:100-fh,zIndex:0,level:0,isPrimary:!0,indentOffset:0,importance:1})}static calculateComplexGroupLayout(e,t,n={}){const r=[...e].sort((e,t)=>{const n=ih(e),r=ih(t);if(n!==r)return n-r;return lh(t)-ih(t)-(lh(e)-ih(e))}),a=this.analyzeParallelGroups(r),o=this.buildNestedStructure(a,e);this.calculateLayoutFromStructure(o,t,n)}static analyzeParallelGroups(e){const t=[],n=new Set;for(const r of e){if(n.has(r.id))continue;const a=[r];n.add(r.id);for(const t of e){if(n.has(t.id))continue;Math.abs(ih(r)-ih(t))<=ch&&(a.push(t),n.add(t.id))}a.sort((e,t)=>ih(e)-ih(t));const o={events:a,startHour:Math.min(...a.map(e=>ih(e))),endHour:Math.max(...a.map(e=>lh(e)))};t.push(o)}return t.sort((e,t)=>e.startHour-t.startHour),t}static shouldBeParallel(e,t){if(!this.eventsOverlap(e,t))return!1;const n=Math.abs(ih(e)-ih(t));if(n<=ch)return!0;if(n>ch&&n<dh)return!0;return!!this.checkExtendedEventParallel(e,t)}static checkExtendedEventParallel(e,t){return!!this.eventsOverlap(e,t)&&(!!this.isExtendedEventParallel(e,t)||!!this.isExtendedEventParallel(t,e))}static isExtendedEventParallel(e,t){const n=lh(e)-ih(e);if(n<1.25)return!1;const r=ih(e)+.4*n,a=ih(t)>=r,o=this.eventsOverlap(e,t);return a&&o}static buildNestedStructure(e,t){const n=[],r=new Map,a=new Map;t.forEach(e=>a.set(e.id,e));for(const t of e)for(const e of t.events){const t={event:a.get(e.id),children:[],parent:null,depth:0,isProcessed:!1};n.push(t),r.set(e.id,t)}for(let n=0;n<e.length;n++){const o=e[n],s=o.events.map(e=>a.get(e.id));let i=!1;for(let l=n-1;l>=0&&!i;l--){const n=e[l],c=n.events.map(e=>a.get(e.id)),d={events:c,startHour:n.startHour,endHour:n.endHour};if(this.canGroupContain(d,{events:s,startHour:o.startHour,endHour:o.endHour})){const e=this.optimizeChildAssignments(s,d,t);for(const t of e){const e=r.get(t.child.id),n=r.get(t.parent.id);e.parent=n,e.depth=n.depth+1,n.children.push(e)}i=!0}}}const o=n.filter(e=>null===e.parent);return o.forEach(e=>{e.depth=0}),this.rebalanceLoadByGroups(e,n),o}static findAlternateBranchRoot(e,t,n){const r=n.get(e.id);if(!r)return null;let a=r;for(;a.parent&&a.depth>1;)a=a.parent;if(1!==a.depth)return null;const o=a.parent;if(!o)return null;const s=o.children.filter(e=>1===e.depth&&e.event.id!==a.event.id);let i=1/0,l=null;for(const e of s){const t=this.calculateBranchLoad(e);t<i&&(i=t,l=e)}return l?l.event:null}static calculateBranchLoad(e){let t=0;function n(e){t++;for(const t of e.children)n(t)}for(const t of e.children)n(t);return t}static canGroupContain(e,t){const n=t.startHour-e.startHour;if(this.checkLoadBalanceParallel(e,t))return!1;if(n<dh)return!1;let r=!1;for(const n of e.events){for(const e of t.events)if(this.canEventContain(n,e)){r=!0;break}if(r)break}return r}static checkLoadBalanceParallel(e,t){for(const n of e.events)for(const e of t.events){if(!this.eventsOverlap(n,e))continue;const t=Math.abs(ih(e)-ih(n));if(t<=ch)return!0;if(t>ch&&t<dh)return!0}return!1}static canEventContain(e,t){const n=ih(e)<=ih(t)&&lh(e)>=lh(t),r=ih(e)<=ih(t)&&ih(t)<lh(e)&&this.eventsOverlap(e,t);return n||r}static optimizeChildAssignments(e,t,n){const r=[];if(1===e.length){const a=this.findBestParentInGroup(e[0],t,n);return a&&(r.push({child:e[0],parent:a}),this.setParentChildRelation(a,e[0])),r}if(1===t.events.length){const n=t.events[0];for(const t of e)this.canEventContain(n,t)&&(r.push({child:t,parent:n}),this.setParentChildRelation(n,t));return r}const a=t.events.filter(t=>e.every(e=>this.canEventContain(t,e)));if(0===a.length){for(const a of e){const o=this.findBestParentInGroup(a,t,n);if(o)r.push({child:a,parent:o}),this.setParentChildRelation(o,a);else{const t=e.find(e=>e.id!==a.id&&this.eventsOverlap(e,a));if(t){const e=this.buildTempNodeMap(n),o=this.findAlternateBranchRoot(t,Array.from(e.values()),e);o&&(r.push({child:a,parent:o}),this.setParentChildRelation(o,a))}}}return r}const o=[...e].sort((e,t)=>{const n=lh(e)-ih(e);return lh(t)-ih(t)-n});if(o.length%a.length===0){const e=o.length/a.length;for(let t=0;t<a.length;t++){const n=a[t],s=o.slice(t*e,(t+1)*e);for(const e of s)r.push({child:e,parent:n}),this.setParentChildRelation(n,e)}return r}for(let e=0;e<o.length;e++){const t=o[e],n=this.findParentWithMinLoadFromEvents(t,a,o);n&&(r.push({child:t,parent:n}),this.setParentChildRelation(n,t))}return r}static buildTempNodeMap(e){const t=new Map;for(const n of e){const e={event:n,children:[],parent:null,depth:0,isProcessed:!1};t.set(n.id,e)}for(const n of e)if(n.parentId){const e=t.get(n.id),r=t.get(n.parentId);e&&r&&(e.parent=r,e.depth=r.depth+1,r.children.push(e))}return t}static findParentWithMinLoadFromEvents(e,t,n){if(0===t.length)return null;let r=1/0,a=[];for(const e of t){const t=e.children.length;t<r?(r=t,a=[e]):t===r&&a.push(e)}const o=a.map(e=>e.children).flat(),s=lh(e)-ih(e),i=s>Math.max(...o.map(e=>{const t=n.find(t=>t.id===e);return t?lh(t)-ih(t):0}));n.every(e=>lh(e)-ih(e)===s);return i?a[0]:a[a.length-1]}static findBestParentInGroup(e,t,n){const r=t.events.filter(t=>this.canEventContain(t,e));if(0===r.length)return null;if(1===r.length)return r[0];const a=r.map(e=>({parent:e,load:e.children.length,hasParallelSibling:!1}));for(const t of a)for(const r of t.parent.children){const a=n.find(e=>e.id===r);if(a&&this.shouldBeParallel(e,a)){t.hasParallelSibling=!0;break}}a.sort((t,n)=>{if(t.load!==n.load)return t.load-n.load;if(t.hasParallelSibling!==n.hasParallelSibling)return t.hasParallelSibling?-1:1;if(t.load!==n.load)return t.load-n.load;return Math.abs(ih(e)-ih(t.parent))-Math.abs(ih(e)-ih(n.parent))});return a[0].parent}static calculateLayoutFromStructure(e,t,n={}){const r=100-fh;if(1===e.length)this.calculateNodeLayoutWithVirtualParallel(e[0],0,r,t,n);else{const a=e.length,o=(r-hh*(a-1))/a;e.forEach((e,r)=>{const a=r*(o+hh);this.calculateNodeLayoutWithVirtualParallel(e,a,Math.max(o,uh),t,n)})}}static calculateNodeLayoutWithVirtualParallel(e,t,n,r,a={}){let o=e.depth*this.getIndentStepPercent(a.viewType);if(e.isProcessed){const t=this.findBranchRootIndent(e,a.viewType);null!==t&&(o=t)}let s=0;const i="day"===a.viewType;1===e.depth?s=i?.5:1.5:2===e.depth?s=i?-.01:-1:e.depth>=3&&(s=i?.55:-3.5);const l=t+o+s;let c=n-(o+s);if(l+c>t+n&&(c=t+n-l,console.warn(`⚠️ ${e.event.title}'s width exceeds parent event range, adjusted to: ${c.toFixed(1)}%`)),r.set(e.event.id,{id:e.event.id,left:l,width:c,zIndex:e.depth,level:e.depth,isPrimary:0===e.depth,indentOffset:o*(a.containerWidth||320)/100,importance:this.calculateEventImportance(e.event)}),0===e.children.length)return;const d=[...e.children].sort((e,t)=>{const n=lh(e.event)-ih(e.event);return lh(t.event)-ih(t.event)-n});if(1===d.length)this.calculateNodeLayoutWithVirtualParallel(d[0],l,c,r,a);else{const e=this.shouldChildrenBeParallel(d.map(e=>e.event));e?this.calculateParallelChildrenLayout(d,l,c,r,a):d.forEach(e=>{this.calculateNodeLayoutWithVirtualParallel(e,l,c,r,a)})}}static calculateParallelChildrenLayout(e,t,n,r,a={}){const o=e.length,s=e[0].depth,i=s*this.getIndentStepPercent(a.viewType);let l;const c="day"===a.viewType;l=1===s?c?.5:1.5:2===s?c?-.01:-1:c?.55:-3.5;const d=t+i+l,u=n-(i+l);if(u<=0)return void e.forEach(e=>{this.calculateNodeLayoutWithVirtualParallel(e,t,n,r,a)});let h;h=1===s?hh*(c?.15:.3):hh*(c?.1:.2);const f=(u-h*(o-1))/o;e.forEach((e,t)=>{const n=d+t*(f+h);if(r.set(e.event.id,{id:e.event.id,left:n,width:f,zIndex:e.depth,level:e.depth,isPrimary:0===e.depth,indentOffset:i*(a.containerWidth||320)/100,importance:this.calculateEventImportance(e.event)}),e.children.length>0){const t=[...e.children].sort((e,t)=>{const n=lh(e.event)-ih(e.event);return lh(t.event)-ih(t.event)-n});if(1===t.length)this.calculateNodeLayoutWithVirtualParallel(t[0],n,f,r,a);else{const e=this.shouldChildrenBeParallel(t.map(e=>e.event));e?this.calculateParallelChildrenLayout(t,n,f,r,a):t.forEach(e=>{this.calculateNodeLayoutWithVirtualParallel(e,n,f,r,a)})}}})}static findBranchRootIndent(e,t){let n=e;for(;n.parent&&n.parent.depth>0;)n=n.parent;if(1===n.depth){return n.depth*this.getIndentStepPercent(t)}return null}static shouldChildrenBeParallel(e){if(e.length<2)return!1;for(let t=0;t<e.length;t++)for(let n=t+1;n<e.length;n++)if(this.shouldBeParallel(e[t],e[n]))return!0;return!1}static calculateEventImportance(e){const t=lh(e)-ih(e);return Math.max(.1,Math.min(1,t/4))}static countDescendants(e){let t=0;for(const n of e.children)t+=1+this.countDescendants(n);return t}static findTransferableLeaf(e,t){const n=[];return this.collectLeaves(e,n),n.find(e=>this.canEventContain(t.event,e.event))||n[0]}static collectLeaves(e,t){0===e.children.length?t.push(e):e.children.forEach(e=>this.collectLeaves(e,t))}static transferNode(e,t){e.parent&&(e.parent.children=e.parent.children.filter(t=>t!==e));const n=t.children;let r=null;for(const t of n){if(this.shouldBeParallel(e.event,t.event))break;if(this.canEventContain(t.event,e.event)){r=t;break}}r?(e.parent=r,e.depth=r.depth+1,r.children.push(e),this.setParentChildRelation(r.event,e.event)):(e.parent=t,e.depth=t.depth+1,t.children.push(e),this.setParentChildRelation(t.event,e.event))}static calculateParentLoads(e,t){var n,r;const a=[],o=null===(r=null===(n=e[0])||void 0===n?void 0:n.parent)||void 0===r?void 0:r.depth;if(void 0===o)return a;const s=t.filter(e=>e.depth===o);for(const e of s){const t=this.countDescendants(e);a.push({node:e,load:t})}return a.sort((e,t)=>t.load-e.load),a}static needsRebalancing(e){if(e.length<2)return!1;return e[0].load-e[e.length-1].load>=2}static rebalanceGroupLoad(e){let t=0;for(;t<5;){e.sort((e,t)=>t.load-e.load);const n=e[0],r=e[e.length-1];if(n.load-r.load<2)break;const a=this.findTransferableLeaf(n.node,r.node);if(!a)break;this.transferNode(a,r.node),n.load--,r.load++,t++}}static rebalanceLoadByGroups(e,t){for(let n=e.length-1;n>=1;n--){const r=e[n].events.map(e=>t.find(t=>t.event.id===e.id)),a=this.calculateParentLoads(r,t);this.needsRebalancing(a)&&this.rebalanceGroupLoad(a)}}}const mh={HOUR_HEIGHT:72,FIRST_HOUR:0,LAST_HOUR:24,MIN_DURATION:.25,TIME_COLUMN_WIDTH:80,ALL_DAY_HEIGHT:28,getLineColor:e=>({blue:"#3b82f6",green:"#10b981",purple:"#8b5cf6",yellow:"#f59e0b",red:"#ef4444",orange:"#f97316",pink:"#ec4899",teal:"#14b8a6",indigo:"#6366f1"}[e]||"#6b7280"),getDynamicPadding:e=>e.endHour-e.startHour<=.25?"px-1 py-0":"p-1"};const ph=e=>{const{viewType:n,onEventsUpdate:r}=e,a=n===exports.ViewType.MONTH,o=t.useRef({active:!1,mode:null,eventId:null,startX:0,startY:0,dayIndex:0,startHour:0,endHour:0,originalDay:0,originalStartHour:0,originalEndHour:0,resizeDirection:null,hourOffset:null,duration:0,lastRawMouseHour:null,lastUpdateTime:0,initialMouseY:0,lastClientY:0,allDay:!1,targetDate:null,originalDate:null,originalEvent:null,dragOffset:0,originalStartDate:null,originalEndDate:null,eventDate:void 0,originalStartTime:null,originalEndTime:null,sourceElement:null,indicatorVisible:!1}),s=t.useRef({x:0,y:0}),i=t.useMemo(()=>a?{active:!1,mode:null,eventId:null,targetDate:null,startDate:null,endDate:null}:{active:!1,mode:null,eventId:null,dayIndex:0,startHour:0,endHour:0,allDay:!1},[a]),[l,c]=t.useState(i),d=t.useMemo(()=>function(e,t){let n=null,r=0;const a=function(...a){const o=Date.now(),s=t-(o-r);s<=0||s>t?(n&&(clearTimeout(n),n=null),r=o,e.apply(this,a)):n||(n=setTimeout(()=>{r=Date.now(),n=null,e.apply(this,a)},s))};return a.cancel=()=>{n&&(clearTimeout(n),n=null),r=0},a}((e,t)=>r(e,"resize"===t),a?16:8),[a,r]),u=t.useCallback(()=>{c(a?{active:!1,mode:null,eventId:null,targetDate:null,startDate:null,endDate:null}:{active:!1,mode:null,eventId:null,dayIndex:0,startHour:0,endHour:0,allDay:!1}),o.current={active:!1,mode:null,eventId:null,startX:0,startY:0,dayIndex:0,startHour:0,endHour:0,originalDay:0,originalStartHour:0,originalEndHour:0,duration:0,resizeDirection:null,hourOffset:null,lastRawMouseHour:null,lastUpdateTime:0,initialMouseY:0,lastClientY:0,allDay:!1,targetDate:null,originalDate:null,originalEvent:null,dragOffset:0,originalStartDate:null,originalEndDate:null,eventDate:void 0,originalStartTime:null,originalEndTime:null,sourceElement:null,indicatorVisible:!1}},[a]);return{dragRef:o,currentDragRef:s,dragState:l,setDragState:c,resetDragState:u,throttledSetEvents:d}},vh={renderAllDayContent:({title:e,color:t})=>n.jsxs("div",{className:"h-full flex items-center overflow-hidden pl-3 pt-1",children:[n.jsx(r.CalendarDays,{className:"h-3 w-3 mr-1 text-white"}),n.jsx("div",{className:"font-medium text-xs truncate pr-1 text-white",children:e})]}),renderRegularContent:({drag:e,title:t,layout:r,formatTime:a,getLineColor:o,getDynamicPadding:s,color:i})=>n.jsxs(n.Fragment,{children:[n.jsx("div",{className:P,style:{backgroundColor:o(i||"blue")}}),n.jsxs("div",{className:`h-full flex flex-col overflow-hidden pl-3 ${s(e)}`,children:[n.jsx("div",{className:"font-medium text-xs truncate pr-1",style:{lineHeight:e.endHour-e.startHour<=.25?"1.2":"normal"},children:t}),!e.allDay&&e.endHour-e.startHour>.5&&n.jsxs("div",{className:"text-xs truncate time-display",children:[a(e.startHour)," - ",a(e.endHour)]})]})]}),renderDefaultContent:({drag:e,title:t,allDay:r})=>r?n.jsxs("div",{className:"h-full flex items-center overflow-hidden pl-3 px-1 py-0",children:[n.jsx("svg",{className:"h-3 w-3 mr-1",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 002 2z"})}),n.jsx("div",{className:"font-medium text-xs truncate pr-1",style:{lineHeight:1.2},children:t})]}):n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"absolute left-0.5 top-1 bottom-1 w-0.5 rounded-full bg-blue-600"}),n.jsx("div",{className:"h-full flex flex-col overflow-hidden pl-3 p-1",children:n.jsx("div",{className:"font-medium text-xs truncate pr-1 text-blue-900",children:t})})]})},yh=({drag:e,color:t,title:r,layout:a,allDay:o,formatTime:s,getLineColor:i,getDynamicPadding:l,renderer:c=vh})=>{const d=r||(o?"New All-day Event":"New Event");return n.jsx("div",{className:"drag-indicator-content",children:t?o?c.renderAllDayContent({drag:e,color:t,title:d,layout:a,allDay:o,formatTime:s,getLineColor:i,getDynamicPadding:l}):c.renderRegularContent({drag:e,color:t,title:d,layout:a,allDay:o,formatTime:s,getLineColor:i,getDynamicPadding:l}):c.renderDefaultContent({drag:e,color:t,title:d,layout:a,allDay:o,formatTime:s,getLineColor:i,getDynamicPadding:l})})},xh=({event:e,isCreating:t,isMultiDay:a=!1,startDate:o,endDate:s})=>{const i=(()=>{if(t)return{title:"New Event",icon:n.jsx(r.Calendar,{className:"h-3 w-3"}),showDateRange:!1};if(a&&o&&s){const t=Ud(o,s)+1;return{title:e.title.replace(/ \(\d+天\)$/,""),showDateRange:!0,duration:t}}return{title:e.title,showDateRange:!1}})();return n.jsxs("div",{className:"flex items-center space-x-2 text-white text-xs font-medium rounded-sm",children:[n.jsx("div",{className:"flex-shrink-0",children:i.icon}),n.jsx("div",{className:"flex-1 min-w-0",children:n.jsx("div",{className:"truncate font-medium",children:i.title})})]})},Dh=e=>{const n=t.useMemo(()=>Object.assign(Object.assign({},mh),e),[e]),{viewType:r}=n,a=r===exports.ViewType.MONTH,s=(e=>{const{calendarRef:n,allDayRowRef:r,viewType:a,HOUR_HEIGHT:o=72,FIRST_HOUR:s=0,LAST_HOUR:i=24,TIME_COLUMN_WIDTH:l=80}=e,c=a===exports.ViewType.MONTH,d=a===exports.ViewType.WEEK,u=t.useCallback(e=>{if(c||!n.current)return s;const t=n.current.querySelector(".calendar-content");if(!t)return s;const r=t.getBoundingClientRect(),a=t.scrollTop,l=window.getComputedStyle(t),d=parseInt(l.paddingTop,10)||0,u=(e-r.top+a-d)/o+s;return Math.max(s,Math.min(i,u))},[n,s,o,i,c]),h=t.useCallback(e=>{if(c||!n.current)return 0;const t=n.current.getBoundingClientRect(),r=(t.width-l)/(d?7:1),a=e-t.left-l,o=Math.floor(a/r);return Math.max(0,Math.min(d?6:0,o))},[n,l,c,d]),f=t.useCallback(e=>{if(c||!n.current)return;const t=n.current.querySelector(".calendar-content");if(!t)return;const r=t.getBoundingClientRect();e<r.top?t.scrollTop+=e-r.top:e+40>r.bottom&&(t.scrollTop+=e+40-r.bottom)},[n,c]),g=t.useCallback(e=>{if(c||!(null==r?void 0:r.current))return!1;const t=r.current.getBoundingClientRect();return e>=t.top&&e<=t.bottom},[r,c]),m=t.useMemo(()=>864e5,[]);return{pixelYToHour:u,getColumnDayIndex:h,checkIfInAllDayArea:g,handleDirectScroll:f,daysDifference:t.useCallback((e,t)=>Ud(e,t),[]),addDaysToDate:t.useCallback((e,t)=>qd(e,t),[]),getTargetDateFromPosition:t.useCallback((e,t)=>{if(a!==exports.ViewType.MONTH||!n.current)return null;const r=document.elementFromPoint(e,t);if(!r)return null;let o=r,s=0;for(;o&&!o.hasAttribute("data-date")&&s<10;)o=o.parentElement,s++;if(o&&o.hasAttribute("data-date")){const e=o.getAttribute("data-date");if(e)return new Date(e+"T00:00:00")}return null},[n,a]),ONE_DAY_MS:m}})(n),i=ph(n),l=(e=>{const{calendarRef:n,allDayRowRef:r,viewType:a,getLineColor:s,getDynamicPadding:i,renderer:l,HOUR_HEIGHT:c=72,FIRST_HOUR:d=0,TIME_COLUMN_WIDTH:u=80,ALL_DAY_HEIGHT:h=60}=e,f=a===exports.ViewType.MONTH,g=a===exports.ViewType.DAY,m=t.useRef(null),p=t.useRef(null),v=t.useRef(null),y=t.useCallback(()=>{p.current&&(p.current.unmount(),p.current=null),m.current&&(m.current.remove(),m.current=null),v.current=null},[]),x=t.useCallback((e,a,x,D,b)=>{var w,C,E,M,j,T,N,S,I;y();const H=document.createElement("div");if(H.style.position=f?"fixed":"absolute",H.style.pointerEvents="none",H.style.zIndex="1000",f){let n,r;if(H.style.opacity="0.9",b){const t=b.getBoundingClientRect(),a=null!==(C=null!==(w=e.currentSegmentDays)&&void 0!==w?w:e.eventDurationDays)&&void 0!==C?C:1;n=t.width/a,r=t.height,H.className=`rounded-sm shadow-sm ${b.className}`}else n=120,r=22,H.className="rounded text-xs px-2 py-1";H.style.width=`${n}px`,H.style.height=`${r}px`,H.style.left=e.startX-n/2+"px",H.style.top=e.startY-r/2+"px",document.body.appendChild(H),p.current=o.createRoot(H);const s=Vd(new Date),i=e.originalEvent||{id:String(Date.now()),color:a||"blue",title:x||"New Event",start:s,end:s,allDay:!1,day:0};p.current.render(t.createElement(xh,{event:i,isCreating:"create"===e.mode,targetDate:e.targetDate||null,startDate:e.originalStartDate||null,endDate:e.originalEndDate||null}))}else{if(b){const t=b.getBoundingClientRect();let a;if(a=e.allDay?null===(E=null==r?void 0:r.current)||void 0===E?void 0:E.getBoundingClientRect():null===(j=null===(M=n.current)||void 0===M?void 0:M.querySelector(".calendar-content"))||void 0===j?void 0:j.getBoundingClientRect(),a){if(e.allDay&&g)H.style.left=`${u}px`,H.style.top=b.offsetTop-2+"px",H.style.width=`calc(100% - ${u}px - 2px)`,H.style.height=`${t.height}px`;else if(e.allDay&&!g){const r=null===(T=n.current)||void 0===T?void 0:T.getBoundingClientRect();if(r){const n=(r.width-u)/7;H.style.left=`${u+e.dayIndex*n}px`,H.style.top=b.offsetTop-2+"px",H.style.width=n-2+"px",H.style.height=`${t.height}px`}}else{const n=(e.startHour-d)*c;H.style.left=t.left-a.left+"px",H.style.top=`${n+3}px`,H.style.width=`${t.width}px`,H.style.height=`${t.height}px`}H.className=b.className,H.style.opacity="0.8",H.style.boxShadow="0 4px 12px rgba(0, 0, 0, 0.15)"}}else if(e.allDay){const t=g?"100%":`calc((100% - ${u}px) / 7)`;H.style.top="2px",H.style.height=h-4+"px",H.style.marginBottom="3px",g?(H.style.left=`${u}px`,H.style.width=`calc(100% - ${u}px - 2px)`):(H.style.left=`calc(${u}px + (${t} * ${e.dayIndex}))`,H.style.width=`calc(${t} - 2px)`),H.className="rounded-xl shadow-sm"}else{const t=(e.startHour-d)*c,n=(e.endHour-e.startHour)*c;if(H.style.top=`${t+3}px`,H.style.height=n-4+"px",H.style.color="#fff",H.className="rounded-sm shadow-sm",D){if(g)H.style.left=`${u}px`,H.style.width=`calc(100% - ${u}px)`;else{const t=`calc((100% - ${u}px) / 7)`;H.style.left=`calc(${u}px + (${t} * ${e.dayIndex}) + (${t} * ${D.left/100}))`,H.style.width=`calc((${t} * ${D.width/100}))`}H.style.zIndex=String(1e3)}else{const t=g?`calc(100% - ${u}px)`:`calc((100% - ${u}px) / 7)`;H.style.left=g?`${u}px`:`calc(${u}px + (${t} * ${e.dayIndex}))`,H.style.width=t}}e.allDay?null===(N=null==r?void 0:r.current)||void 0===N||N.appendChild(H):null===(I=null===(S=n.current)||void 0===S?void 0:S.querySelector(".calendar-content"))||void 0===I||I.appendChild(H),v.current={drag:e,color:a,title:x,layout:D},p.current=o.createRoot(H),p.current.render(t.createElement(yh,{drag:e,color:a,title:x,layout:D,allDay:e.allDay,formatTime:au,getLineColor:s||(()=>""),getDynamicPadding:i||(()=>"0px"),renderer:l}))}a?(H.style.backgroundColor=tu(a),H.style.color=eu(a)):H.className+=" bg-blue-50/70 text-blue-900 border border-dashed border-blue-400",m.current=H},[y,f,g,r,n,au,s,i,l,u,h,d,c]),D=t.useCallback((...e)=>{var a,o;const y=m.current;if(y)if(f){const[t,n]=e,r=parseFloat(y.style.width)||120,a=parseFloat(y.style.height)||22;requestAnimationFrame(()=>{y.style.left=t-r/2+"px",y.style.top=n-a/2+"px",y.style.transition="none"})}else{const[f,m,x,D=!1,b]=e;if(D&&y.parentElement!==(null==r?void 0:r.current))null===(a=null==r?void 0:r.current)||void 0===a||a.appendChild(y);else if(!D){const e=null===(o=n.current)||void 0===o?void 0:o.querySelector(".calendar-content");y.parentElement!==e&&(null==e||e.appendChild(y))}if(D){if(g)y.style.left=`${u}px`,y.style.width=`calc(100% - ${u}px - 2px)`;else{const e=`calc((100% - ${u}px) / 7)`;y.style.left=`calc(${u}px + (${e} * ${f}))`,y.style.width=`calc(${e} - 2px)`,y.style.top="2px"}y.style.height=h-4+"px",y.style.marginBottom="3px",y.className=y.className.replace("rounded-sm","rounded-xl")}else{const e=(m-d)*c,t=(x-m)*c;if(y.style.top=`${e+3}px`,y.style.height=t-4+"px",y.style.marginBottom="0",y.className=y.className.replace("rounded-xl","rounded-sm"),b){if(g)y.style.left=`${u}px`,y.style.width=`calc(100% - ${u}px)`;else{const e=`calc((100% - ${u}px) / 7)`;y.style.left=`calc(${u}px + (${e} * ${f}) + (${e} * ${b.left/100}))`,y.style.width=`calc((${e} * ${b.width/100}))`}y.style.zIndex=String(b.zIndex+10)}else{const e=g?`calc(100% - ${u}px)`:`calc((100% - ${u}px) / 7)`;y.style.left=g?`${u}px`:`calc(${u}px + (${e} * ${f}))`,y.style.width=e}}if(y.style.cursor="grabbing",p.current&&v.current){const e=Object.assign(Object.assign({},v.current.drag),{dayIndex:f,startHour:m,endHour:x,allDay:D});v.current.drag=e,p.current.render(t.createElement(yh,{drag:e,color:v.current.color,title:v.current.title,layout:b||v.current.layout,allDay:D,formatTime:au,getLineColor:s||(()=>""),getDynamicPadding:i||(()=>"0px"),renderer:l}))}}},[f,r,au,n,g,h,u,d,c,s,i,l]);return{dragIndicatorRef:m,reactRootRef:p,removeDragIndicator:y,createDragIndicator:x,updateDragIndicator:D}})(n),c=(e=>{const{options:n,common:r,state:a,manager:o}=e,{viewType:s,onEventsUpdate:i,onEventCreate:l,onEventEdit:c,calculateNewEventLayout:d,calculateDragLayout:u,currentWeekStart:h,events:f,FIRST_HOUR:g=0,LAST_HOUR:m=24,MIN_DURATION:p=.25}=n,{dragRef:v,currentDragRef:y,setDragState:x,resetDragState:D,throttledSetEvents:b}=a,{removeDragIndicator:w,createDragIndicator:C,updateDragIndicator:E}=o,{pixelYToHour:M,getColumnDayIndex:j,checkIfInAllDayArea:T,handleDirectScroll:N,daysDifference:S,addDaysToDate:I,getTargetDateFromPosition:H}=r,k=s===exports.ViewType.MONTH,O=s===exports.ViewType.DAY,R=864e5,P=(e,t,n=!1)=>{const r=new Date(e);r.setHours(0,0,0,0);const a=new Date(t);a.setHours(0,0,0,0);let o=Math.floor((a.getTime()-r.getTime())/R);if(o<=0)return 0;if(!n&&1===o){const n=0===t.getHours()&&0===t.getMinutes()&&0===t.getSeconds()&&0===t.getMilliseconds(),r=t.getTime()-e.getTime();if(n&&r<R)return 0}return o},$=t.useCallback(e=>{var t,n;e.preventDefault(),document.body.style.cursor="grabbing";const r=v.current;if(!r.active)return;const a=T(e.clientY),o=O?r.dayIndex:j(e.clientX);if(a){if(!r.allDay){r.allDay=!0,r.startHour=0,r.endHour=0,r.eventDate=h?vu(h,o):new Date,w(),r.indicatorVisible=!1;const e=null==f?void 0:f.find(e=>e.id===r.eventId);C(r,null==e?void 0:e.calendarId,null==e?void 0:e.title),r.sourceElement=null,r.indicatorVisible=!0}r.dayIndex=o,x(e=>Object.assign(Object.assign({},e),{dayIndex:o,startHour:0,endHour:0,allDay:!0})),E(o,0,0,!0)}else{N(e.clientY);const a=M(e.clientY);if(null!==(t=r.startDragDayIndex)&&void 0!==t||r.originalDay,r.dayIndex,r.allDay){r.allDay=!1,r.startHour=su(a),r.endHour=r.startHour+1,r.duration=1,r.hourOffset=0,r.eventDate=h?vu(h,o):new Date,w(),r.indicatorVisible=!1;const e=null==f?void 0:f.find(e=>e.id===r.eventId);C(r,null==e?void 0:e.calendarId,null==e?void 0:e.title),r.sourceElement=null,r.indicatorVisible=!0}else{let e=su(a+(null!==(n=r.hourOffset)&&void 0!==n?n:0));e=Math.max(g,Math.min(m-r.duration,e)),r.startHour=e,r.endHour=e+r.duration}r.dayIndex=o,r.eventDate=h?vu(h,o):new Date,x(e=>Object.assign(Object.assign({},e),{dayIndex:o,startHour:su(r.startHour),endHour:su(r.endHour),allDay:!1}));let s=null;if("move"===r.mode&&r.eventId&&u){const e=null==f?void 0:f.find(e=>e.id===r.eventId);e&&(s=u(e,o,su(r.startHour),su(r.endHour)))}E(o,su(r.startHour),su(r.endHour),!1,s)}},[u,T,C,h,f,g,j,N,m,O,M,w,E,v,x]),Y=t.useCallback(()=>{document.body.style.cursor="default";const e=v.current;if(!e.active||"move"!==e.mode||!e.eventId)return;let t=e.startHour,n=e.endHour;e.allDay||(t=su(e.startHour),n=su(e.endHour),n-t<p&&(n=t+p)),null==i||i(r=>r.map(r=>{var a,o;if(r.id!==e.eventId)return r;h?vu(h,e.dayIndex):Zd(r.start);const s=null!==(a=e.startDragDayIndex)&&void 0!==a?a:e.originalDay,i=e.dayIndex-s;let l,c;if(e.allDay){const t=e.originalStartDate?new Date(e.originalStartDate):Zd(r.start);t.setHours(0,0,0,0);const n=new Date(t);n.setDate(n.getDate()+i);const a=new Date(n);e.eventDurationDays&&e.eventDurationDays>0&&a.setDate(a.getDate()+e.eventDurationDays),l=Ad(n),c=Ad(Xd(a))}else{const a=Zd(r.start),s=Zd(r.end);if(P(a,s,null!==(o=r.allDay)&&void 0!==o&&o)>0){const e=new Date(a);e.setDate(e.getDate()+i);const t=new Date(s);t.setDate(t.getDate()+i),l=Vd(e),c=Vd(t)}else{const r=h?vu(h,e.dayIndex):new Date,a=Gd(r,t),o=Gd(r,n);l=Vd(a),c=Vd(o)}}const d=e.originalDay+i;return Object.assign(Object.assign({},r),{day:d,start:l,end:c,allDay:e.allDay})})),document.removeEventListener("mousemove",$),document.removeEventListener("mouseup",Y),w(),D()},[$,w,D,i,p,h,v]),V=t.useCallback(e=>{var t,n,r,a,o,s,i,l,c;e.preventDefault(),document.body.style.cursor="grabbing";const p=v.current;if(p.active)if(k){if("resize"!==p.mode){if("move"===p.mode){const r=Math.hypot(e.clientX-p.startX,e.clientY-p.startY);!p.indicatorVisible&&r>=3&&(C(p,null===(t=p.originalEvent)||void 0===t?void 0:t.calendarId,null===(n=p.originalEvent)||void 0===n?void 0:n.title,null,p.sourceElement||void 0),p.indicatorVisible=!0)}p.indicatorVisible&&E(e.clientX,e.clientY)}const o=H(e.clientX,e.clientY);if(!o)return;if("resize"===p.mode&&p.originalEvent&&p.resizeDirection){const e=Zd(p.originalEvent.start);let t,n;const r=(e,t)=>{var n,r;e&&((null===(n=p.originalEvent)||void 0===n?void 0:n.allDay)?e.setHours(0,0,0,0):t&&e.setHours(t.hour,t.minute,null!==(r=t.second)&&void 0!==r?r:0,0))},a=p.originalStartTime,s=p.originalEndTime;if("left"===p.resizeDirection){t=new Date(o),r(t,a);const i=Zd(p.originalEvent.end)||e;n=new Date(i),r(n,s),t>n&&(t=n)}else{const i=Zd(p.originalEvent.start)||e;t=new Date(i),r(t,a),n=new Date(o),r(n,s),n<t&&(n=t)}p.originalStartDate=new Date(t.getTime()),p.originalEndDate=new Date(n.getTime());const i=p.originalEvent.allDay?Ad(t):Vd(t),l=p.originalEvent.allDay?Ad(n):Vd(n);b(e=>e.map(e=>e.id===p.eventId?Object.assign(Object.assign({},e),{start:i,end:l,title:e.title}):e),p.mode)}else if("move"===p.mode)if(p.originalStartDate&&p.originalEndDate){const e=S(p.originalStartDate,o),t=I(p.originalStartDate,e),n=I(p.originalEndDate,e);(null===(r=p.originalStartDate)||void 0===r?void 0:r.getTime())!==t.getTime()&&(p.originalStartDate=new Date(t.getTime()),p.originalEndDate=new Date(n.getTime()),p.targetDate=t)}else(null===(a=p.targetDate)||void 0===a?void 0:a.getTime())!==o.getTime()&&(p.targetDate=o)}else{N(e.clientY),p.lastClientY=e.clientY;const t=M(e.clientY);if("resize"===p.mode)if(p.allDay){const t=O?p.dayIndex:j(e.clientX);let n=p.originalStartDate||new Date,r=p.originalEndDate||new Date;"left"===p.resizeDirection?(n=h?vu(h,t):new Date,n>r&&(n=r)):"right"===p.resizeDirection&&(r=h?vu(h,t):new Date,r<n&&(r=n)),p.originalStartDate=new Date(n.getTime()),p.originalEndDate=new Date(r.getTime());const a=Ad(n),o=Ad(r);b(e=>e.map(e=>e.id!==p.eventId?e:Object.assign(Object.assign({},e),{start:a,end:o,allDay:!0})),p.mode)}else{let n=p.startHour,r=p.endHour;const a=null==f?void 0:f.find(e=>e.id===p.eventId);let c=p.dayIndex;if(a){const e=Zd(a.start),t=Zd(a.end),n=P(e,t,null!==(o=a.allDay)&&void 0!==o&&o);c=(null!==(s=a.day)&&void 0!==s?s:0)+n}let d=c,u=p.originalDay;if("top"===p.resizeDirection){const a=O?p.dayIndex:j(e.clientX),o=t+(null!==(i=null==p?void 0:p.hourOffset)&&void 0!==i?i:0);a<c?(u=a,n=Math.max(g,Math.min(m,o))):(u=c,o>p.originalEndHour?(n=p.originalEndHour,r=o,p.hourOffset=r-t):(n=Math.max(g,o),p.originalEndHour-n<ru&&(n=p.originalEndHour-ru)))}else if("bottom"===p.resizeDirection){const a=O?p.dayIndex:j(e.clientX),o=t+(null!==(l=null==p?void 0:p.hourOffset)&&void 0!==l?l:0);a!==p.dayIndex?(d=a,r=Math.max(g,Math.min(m,o))):o<p.originalStartHour?(r=p.originalStartHour,n=o,p.hourOffset=n-t):(r=Math.min(m,o),r-p.startHour<ru&&(r=p.startHour+ru))}else if("right"===p.resizeDirection){const t=O?p.dayIndex:j(e.clientX);d=Math.max(p.dayIndex,t)}d===u&&([n,r]=[Math.max(g,Math.min(n,r)),Math.min(m,Math.max(n,r))]);const[v,y]=[su(n),su(r)];p.startHour=n,p.endHour=r,p.dayIndex=u,b(e=>e.map(e=>{if(e.id!==p.eventId)return e;const t=Zd(e.start),n=Gd(h?vu(h,u):t,v),r=h?vu(h,d):t,a=Gd(r,y),o=Vd(n),s=Vd(a);return Object.assign(Object.assign({},e),{start:o,end:s,day:u})}),p.mode),E(p.dayIndex,v,y,!1)}else if("create"===p.mode){const n=su(t),[r,a]=e.clientY<p.startY?[n,Math.max(n+ru,p.endHour)]:[p.startHour,Math.max(p.startHour+ru,n)];p.startHour=r,p.endHour=a;const o=null==d?void 0:d(p.dayIndex,r,a);E(p.dayIndex,r,a,!1,o)}else if("move"===p.mode){const n=O?p.dayIndex:j(e.clientX);let r=su(t+(null!==(c=p.hourOffset)&&void 0!==c?c:0));r=Math.max(g,Math.min(m-p.duration,r));const a=r+p.duration;p.dayIndex=n,p.startHour=r,p.endHour=a;let o=null;if(p.eventId&&u){const e=null==f?void 0:f.find(e=>e.id===p.eventId);e&&(o=u(e,n,su(r),su(a)))}E(n,su(r),su(a),!1,o)}}},[k,O,E,H,b,S,I,g,m,d,j,M,N,u,f,v,C]),A=t.useCallback(e=>{var t,n;document.body.style.cursor="default";const r=v.current;if(r.active){if(k){if("resize"===r.mode&&r.eventId&&r.originalStartDate&&r.originalEndDate){x(e=>"targetDate"in e?Object.assign(Object.assign({},e),{targetDate:r.originalStartDate,startDate:r.originalStartDate,endDate:r.originalEndDate}):e);const e=(null===(t=r.originalEvent)||void 0===t?void 0:t.allDay)||!1,n=e?Ad(r.originalStartDate):Vd(r.originalStartDate),a=e?Ad(r.originalEndDate):Vd(r.originalEndDate);b(e=>e.map(e=>e.id===r.eventId?Object.assign(Object.assign({},e),{start:n,end:a,title:e.title}):e))}else if("move"===r.mode)if(r.eventId&&r.originalStartDate&&r.originalEndDate){x(e=>"targetDate"in e?Object.assign(Object.assign({},e),{targetDate:r.originalStartDate,startDate:r.originalStartDate,endDate:r.originalEndDate}):e);const e=(null===(n=r.originalEvent)||void 0===n?void 0:n.allDay)||!1,t=e?Ad(r.originalStartDate):Vd(r.originalStartDate),a=e?Ad(r.originalEndDate):Vd(r.originalEndDate);b(e=>e.map(e=>e.id===r.eventId?Object.assign(Object.assign({},e),{start:t,end:a,title:e.title}):e))}else{const t=H(e.clientX,e.clientY)||r.targetDate;r.eventId&&t&&(x(e=>"targetDate"in e?Object.assign(Object.assign({},e),{targetDate:t}):e),b(e=>e.map(e=>{if(e.id!==r.eventId)return e;const n=Zd(e.start),a=Zd(e.end),o=new Date(t);o.setHours(n.getHours(),n.getMinutes(),0,0);const s=new Date(t);s.setHours(a.getHours(),a.getMinutes(),0,0);const i=e.allDay?Ad(o):Vd(o),l=e.allDay?Ad(s):Vd(s);return Object.assign(Object.assign({},e),{start:i,end:l})})))}}else{let[e,t]=[su(r.startHour),su(r.endHour)];if(t-e<p&&("top"===r.resizeDirection?e=t-p:t=e+p),"create"===r.mode){const n=h?vu(h,r.dayIndex):new Date;x(n=>"dayIndex"in n?Object.assign(Object.assign({},n),{dayIndex:r.dayIndex,startHour:e,endHour:t}):n);const a=Gd(n,e),o=Gd(n,t),s=Vd(a),i=Vd(o);null==l||l({id:String(Date.now()),title:"New Event",day:r.dayIndex,start:s,end:i,calendarId:"blue",allDay:!1})}else"move"!==r.mode&&"resize"!==r.mode||(x(n=>"dayIndex"in n?Object.assign(Object.assign({},n),{dayIndex:r.dayIndex,startHour:e,endHour:t}):n),"move"===r.mode&&(null==i||i(e=>e.map(e=>e.id===r.eventId?Object.assign(Object.assign({},e),{day:r.dayIndex}):e))))}document.removeEventListener("mousemove",V),document.removeEventListener("mouseup",A),w(),r.indicatorVisible=!1,r.sourceElement=null,D()}},[k,V,w,D,H,b,p,h,l,i,v,x]),L=t.useCallback((e,...t)=>{if(e.preventDefault(),e.stopPropagation(),!v.current.active)if(k){const[e]=t,n=new Date(e);n.setHours(9,0,0,0);const r=new Date(e);r.setHours(10,0,0,0);const a=Vd(n),o=Vd(r),s={id:String(Date.now()),title:"New Event",start:a,end:o,day:e.getDay(),calendarId:"blue",allDay:!1};null==l||l(s),c&&setTimeout(()=>{c(s)},50)}else{const[n,r]=t,a=v.current,o=su(r);Object.assign(a,{active:!0,mode:"create",eventId:null,startX:e.clientX,startY:e.clientY,dayIndex:n,startHour:o,endHour:o+1,allDay:!1,eventDate:h?vu(h,n):new Date}),x({active:!0,mode:"create",eventId:null,dayIndex:n,startHour:a.startHour,endHour:a.endHour,allDay:!1});const s=null==d?void 0:d(n,a.startHour,a.endHour);C(a,"blue","New Event",s),a.sourceElement=null,a.indicatorVisible=!0,document.addEventListener("mousemove",V),document.addEventListener("mouseup",A)}},[k,l,c,h,d,C,V,A,v,x]),Z=t.useCallback((e,t)=>{var n,r,a;if(e.preventDefault(),e.stopPropagation(),v.current.active)return;const o=v.current,s=e.currentTarget;if(k){y.current={x:e.clientX-s.getBoundingClientRect().left,y:e.clientY-s.getBoundingClientRect().top};const n=Zd(t.start),r=Zd(t.end);let a=1;if(t.allDay&&t.start&&t.end){const e=new Date(n);e.setHours(0,0,0,0);const t=new Date(r);t.setHours(0,0,0,0),a=Math.floor((t.getTime()-e.getTime())/864e5+1),a=Math.max(1,a)}const i=s.getAttribute("data-segment-days"),l=i?parseInt(i,10):a;o.active=!0,o.mode="move",o.eventId=t.id,o.startX=e.clientX,o.startY=e.clientY,o.targetDate=n,o.originalDate=n,o.originalEvent=Object.assign({},t),o.lastUpdateTime=Date.now(),o.originalStartDate=n,o.originalEndDate=r,o.eventDurationDays=a,o.currentSegmentDays=l,x({active:!0,mode:"move",eventId:t.id,targetDate:n,startDate:n,endDate:r}),o.sourceElement=s,o.indicatorVisible=!1,document.addEventListener("mousemove",V),document.addEventListener("mouseup",A)}else{const i=M(e.clientY),l=t._segmentInfo,c=!!l,d=c?l.dayIndex:null!==(n=t.day)&&void 0!==n?n:0,u=c?l.startHour:_d(t.start);let h=0;if(t.allDay&&t.start&&t.end){const e=Zd(t.start);e.setHours(0,0,0,0);const n=Zd(t.end);n.setHours(0,0,0,0),h=Math.floor((n.getTime()-e.getTime())/864e5)}const f=Zd(t.start);if(Object.assign(o,{active:!0,mode:"move",eventId:t.id,startX:e.clientX,startY:e.clientY,dayIndex:d,startHour:u,endHour:c?l.endHour:iu(t),originalDay:null!==(r=t.day)&&void 0!==r?r:0,originalStartHour:_d(t.start),originalEndHour:iu(t),allDay:t.allDay||!1,eventDate:f,eventDurationDays:h,startDragDayIndex:d}),!t.allDay){o.hourOffset=u-i;const e=Zd(t.start),n=Zd(t.end).getTime()-e.getTime();o.duration=n/36e5}x({active:!0,mode:"move",eventId:t.id,dayIndex:null!==(a=t.day)&&void 0!==a?a:0,startHour:_d(t.start),endHour:iu(t),allDay:t.allDay||!1}),C(o,t.calendarId,t.title,null,s),o.sourceElement=s,o.indicatorVisible=!0,document.addEventListener("mousemove",$),document.addEventListener("mouseup",Y)}},[k,C,A,V,$,Y,M,v,y,x]),F=t.useCallback((e,t,n)=>{var r,a,o,s,i;if(e.preventDefault(),e.stopPropagation(),v.current.active)return;const l=v.current;if(k){const r=Zd(t.start),a=Zd(t.start),o=Zd(t.end),s={hour:a.getHours(),minute:a.getMinutes(),second:a.getSeconds()},i={hour:o.getHours(),minute:o.getMinutes(),second:o.getSeconds()};l.active=!0,l.mode="resize",l.eventId=t.id,l.startX=e.clientX,l.startY=e.clientY,l.targetDate="left"===n?a:o,l.originalDate=r,l.originalEvent=Object.assign({},t),l.lastUpdateTime=Date.now(),l.resizeDirection=n,l.originalStartDate=a,l.originalEndDate=o,l.originalStartTime=s,l.originalEndTime=i,x({active:!0,mode:"resize",eventId:t.id,targetDate:"left"===n?a:o,startDate:a,endDate:o})}else if(t.allDay){const o=Zd(t.start),s=Zd(t.end);l.active=!0,l.mode="resize",l.eventId=t.id,l.startX=e.clientX,l.startY=e.clientY,l.allDay=!0,l.resizeDirection=n,l.originalStartDate=o,l.originalEndDate=s,l.originalEvent=Object.assign({},t),l.dayIndex=null!==(r=t.day)&&void 0!==r?r:0,x({active:!0,mode:"resize",eventId:t.id,dayIndex:null!==(a=t.day)&&void 0!==a?a:0,startHour:0,endHour:0,allDay:!0})}else{const r=M(e.clientY);Object.assign(l,{active:!0,mode:"resize",eventId:t.id,startX:e.clientX,startY:e.clientY,dayIndex:null!==(o=t.day)&&void 0!==o?o:0,startHour:_d(t.start),endHour:iu(t),originalDay:null!==(s=t.day)&&void 0!==s?s:0,originalStartHour:_d(t.start),originalEndHour:iu(t),resizeDirection:n,lastUpdateTime:Date.now(),initialMouseY:r,hourOffset:"top"===n?_d(t.start)-r:iu(t)-r,allDay:!1}),x({active:!0,mode:"resize",eventId:t.id,dayIndex:null!==(i=t.day)&&void 0!==i?i:0,startHour:_d(t.start),endHour:iu(t),allDay:!1})}document.addEventListener("mousemove",V),document.addEventListener("mouseup",A)},[k,V,A,M,v,x]);return{handleDragMove:V,handleDragEnd:A,handleCreateStart:L,handleMoveStart:Z,handleResizeStart:F,handleUniversalDragMove:$,handleUniversalDragEnd:Y}})({options:n,common:s,state:i,manager:l}),d=(e=>{const{options:n,common:r,state:a,manager:o,handleDragMove:s,handleDragEnd:i}=e,{viewType:l,currentWeekStart:c}=n,{dragRef:d,setDragState:u}=a,{createDragIndicator:h}=o,{pixelYToHour:f,getColumnDayIndex:g}=r,m=l===exports.ViewType.MONTH,p=t.useCallback((e,t)=>{if(m)return;if(e.preventDefault(),e.stopPropagation(),d.current.active)return;const n=d.current;Object.assign(n,{active:!0,mode:"create",eventId:null,startX:e.clientX,startY:e.clientY,dayIndex:t,allDay:!0,eventDate:c?vu(c,t):new Date}),u({active:!0,mode:"create",eventId:null,dayIndex:t,startHour:0,endHour:0,allDay:!0}),h(n,"blue","New All-day Event"),document.addEventListener("mousemove",s),document.addEventListener("mouseup",i)},[m,h,c,i,s,d,u]);return{handleCreateAllDayEvent:p,pixelYToHour:f,getColumnDayIndex:g}})({options:n,common:s,state:i,manager:l,handleDragMove:c.handleDragMove,handleDragEnd:c.handleDragEnd}),u=(e=>{const{common:t}=e,{daysDifference:n,addDaysToDate:r,getTargetDateFromPosition:a}=t;return{daysDifference:n,addDaysToDate:r,getTargetDateFromPosition:a}})({common:s});return Object.assign({createDragIndicator:l.createDragIndicator,updateDragIndicator:l.updateDragIndicator,removeDragIndicator:l.removeDragIndicator,handleCreateStart:c.handleCreateStart,handleMoveStart:c.handleMoveStart,handleResizeStart:c.handleResizeStart,dragState:i.dragState,isDragging:i.dragState.active},a?{daysDifference:u.daysDifference,addDaysToDate:u.addDaysToDate,getTargetDateFromPosition:u.getTargetDateFromPosition}:{handleCreateAllDayEvent:d.handleCreateAllDayEvent,pixelYToHour:d.pixelYToHour,getColumnDayIndex:d.getColumnDayIndex})},bh={enableDrag:!0,enableResize:!0,enableCreate:!0,enableAllDayCreate:!0,supportedViews:[exports.ViewType.DAY,exports.ViewType.WEEK,exports.ViewType.MONTH]};function wh(e,t){const n=e.getPlugin("drag"),r=Dh(t);if(!n)return v.warn("Drag plugin is not installed. Drag functionality will be disabled. Add createDragPlugin() to your plugins array to enable dragging."),{handleMoveStart:()=>{},handleCreateStart:()=>{},handleResizeStart:()=>{},handleCreateAllDayEvent:void 0,dragState:r.dragState,isDragging:!1};const a=n.getConfig(),o=n.isViewSupported(t.viewType);return o||console.info(`ℹ️ Drag functionality is not supported for ${t.viewType} view.`),{handleMoveStart:o&&a.enableDrag?r.handleMoveStart:()=>{},handleCreateStart:o&&a.enableCreate?r.handleCreateStart:()=>{},handleResizeStart:o&&a.enableResize?r.handleResizeStart:()=>{},handleCreateAllDayEvent:o&&a.enableAllDayCreate?r.handleCreateAllDayEvent:void 0,dragState:r.dragState,isDragging:!!o&&r.isDragging}}const Ch=({handlePreviousMonth:e,handleToday:t,handleNextMonth:a})=>n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx("button",{className:"calendar-nav-button group relative inline-flex items-center justify-center w-8 h-8 rounded-lg border border-gray-200 bg-white text-gray-700 hover:bg-gray-50 hover:border-gray-300 active:bg-gray-100 transition-all duration-150 shadow-sm hover:shadow focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1",onClick:e,"aria-label":"Previous month",children:n.jsx(r.ChevronLeft,{className:"h-4 w-4 transition-transform group-hover:scale-110"})}),n.jsx("button",{className:"calendar-today-button inline-flex items-center justify-center px-4 py-[5px] text-sm font-medium rounded-lg border border-gray-200 bg-white text-gray-900 hover:bg-gray-50 hover:border-gray-300 active:bg-gray-100 transition-all duration-150 shadow-sm hover:shadow focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1 min-w-[70px]",onClick:t,children:"Today"}),n.jsx("button",{className:"calendar-nav-button group relative inline-flex items-center justify-center w-8 h-8 rounded-lg border border-gray-200 bg-white text-gray-700 hover:bg-gray-50 hover:border-gray-300 active:bg-gray-100 transition-all duration-150 shadow-sm hover:shadow focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1",onClick:a,"aria-label":"Next month",children:n.jsx(r.ChevronRight,{className:"h-4 w-4 transition-transform group-hover:scale-110"})})]}),Eh={[exports.ViewType.DAY]:"Day",[exports.ViewType.WEEK]:"Week",[exports.ViewType.MONTH]:"Month",[exports.ViewType.YEAR]:"Year"},Mh=()=>n.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"transition-transform duration-200",children:n.jsx("path",{d:"M4 6L8 10L12 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),jh=({calendar:e,mode:r="buttons"})=>{const[a,o]=t.useState(!1),s=t.useRef(null),i=Array.from(e.state.views.keys()),l=e.state.currentView;return t.useEffect(()=>{const e=e=>{s.current&&!s.current.contains(e.target)&&o(!1)};if(a)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[a]),"select"===r?n.jsxs("div",{className:"relative inline-block",ref:s,children:[n.jsxs("button",{onClick:()=>o(!a),className:"flex items-center gap-2 px-3 py-1 text-sm font-medium border border-gray-200 rounded-lg bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1 transition-all duration-200 shadow-sm min-w-[120px] justify-between","aria-expanded":a,"aria-haspopup":"listbox",children:[n.jsx("span",{className:"text-gray-900",children:Eh[l]}),n.jsx("span",{className:"text-gray-500 transition-transform duration-200 "+(a?"rotate-180":""),children:n.jsx(Mh,{})})]}),a&&n.jsx("div",{className:"absolute top-full mt-1 left-0 z-50 w-full min-w-[120px] bg-white border border-gray-200 rounded-lg shadow-lg overflow-hidden animate-in",children:n.jsx("div",{className:"py-1",role:"listbox",children:i.map(t=>n.jsx("button",{onClick:()=>{e.changeView(t),o(!1)},className:"w-full text-left px-3 py-2 text-sm transition-colors duration-150 "+(l===t?"bg-blue-50 text-blue-700 font-medium":"text-gray-700 hover:bg-gray-50"),role:"option","aria-selected":l===t,children:Eh[t]},t))})}),n.jsx("style",{children:"\n @keyframes slideIn {\n from {\n opacity: 0;\n transform: translateY(-4px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n }\n .animate-in {\n animation: slideIn 0.15s ease-out;\n }\n "})]}):n.jsx("div",{className:"inline-flex items-center gap-1 p-1 bg-gray-100 rounded-lg",children:i.map(t=>n.jsx("button",{className:"px-4 py-1.5 text-sm font-medium rounded-md transition-all duration-200 "+(l===t?"bg-white text-gray-900 shadow-sm":"text-gray-600 hover:text-gray-900 hover:bg-gray-50"),onClick:()=>e.changeView(t),children:Eh[t]},t))})},Th=({calendar:e,viewType:t,currentDate:r,onPrevious:a,onNext:o,onToday:s,customTitle:i,customSubtitle:l,showTodayBox:c,switcherMode:d="buttons"})=>{const u=void 0!==c?c:"day"!==t,h="buttons"===d,f=i||(()=>{switch(t){case"day":return r.toLocaleDateString("en-GB",{day:"numeric",month:"long",year:"numeric"});case"week":case"month":return r.toLocaleDateString("en-US",{month:"long",year:"numeric"});default:return""}})(),g="day"===t?l||("day"===t?r.toLocaleDateString("en-US",{weekday:"long"}):null):null;return"day"===t?n.jsxs("div",{className:b,style:{position:"relative"},children:[n.jsxs("div",{className:"flex-1",children:[n.jsx("div",{className:`${w} text-gray-900`,children:f}),g&&n.jsx("div",{className:"mt-3",children:g})]}),h&&n.jsx("div",{className:"absolute -translate-x-1/2",style:{left:"calc(5 / 7 * 100% + 0.5px)"},children:n.jsx(jh,{mode:d,calendar:e})}),!h&&n.jsx("div",{className:"flex items-center gap-2",children:u&&a&&o&&s&&n.jsx(Ch,{handlePreviousMonth:a,handleNextMonth:o,handleToday:s})})]}):n.jsxs("div",{className:b,style:{position:"relative"},children:[n.jsx("div",{children:n.jsx("h1",{className:w,children:f})}),h&&n.jsx("div",{className:"absolute left-1/2 -translate-x-1/2",children:n.jsx(jh,{mode:d,calendar:e})}),(u||!h)&&a&&o&&s&&n.jsxs("div",{className:"flex items-center gap-2",children:[!h&&n.jsx(jh,{mode:d,calendar:e}),u&&n.jsx(Ch,{handlePreviousMonth:a,handleNextMonth:o,handleToday:s})]})]})},Nh=({app:e,customDetailPanelContent:r,customEventDetailDialog:a,calendarRef:o,switcherMode:s="buttons"})=>{const i=e.getCurrentDate(),l=e.getEvents(),[c,d]=t.useState(new Date),[u,h]=t.useState(null),[f,g]=t.useState(null),{HOUR_HEIGHT:m,FIRST_HOUR:p,LAST_HOUR:v,TIME_COLUMN_WIDTH:y,ALL_DAY_HEIGHT:x}=mh,D=t.useRef(null),k=t.useMemo(()=>(e=>{const t=e.getDay(),n=e.getDate()-t+(0===t?-6:1),r=new Date(e);return r.setDate(n),r.setHours(0,0,0,0),r})(i),[i]),O=t.useMemo(()=>l.filter(e=>{const t=Zd(e.start);t.setHours(0,0,0,0);const n=new Date(i);return n.setHours(0,0,0,0),t.getTime()===n.getTime()}).map(e=>{const t=Zd(e.start),n=Math.floor((t.getTime()-k.getTime())/864e5),r=Math.max(0,Math.min(6,n));return Object.assign(Object.assign({},e),{day:r})}),[l,i,k]),R=t.useMemo(()=>gh.calculateDayEventLayouts(O,{viewType:"day"}),[O]),{handleMoveStart:P,handleCreateStart:$,handleResizeStart:_,handleCreateAllDayEvent:G,dragState:X,isDragging:J}=wh(e,{calendarRef:o,allDayRowRef:D,viewType:exports.ViewType.DAY,onEventsUpdate:t=>{const n=t(O),r=new Set(n.map(e=>e.id)),a=O.filter(e=>!r.has(e.id)),o=new Set(O.map(e=>e.id)),s=n.filter(e=>!o.has(e.id)),i=n.filter(e=>{if(!o.has(e.id))return!1;const t=O.find(t=>t.id===e.id);return t&&(Zd(t.start).getTime()!==Zd(e.start).getTime()||Zd(t.end).getTime()!==Zd(e.end).getTime()||t.day!==e.day||_d(t.start)!==_d(e.start)||_d(t.end)!==_d(e.end)||t.title!==e.title)});a.forEach(t=>e.deleteEvent(t.id)),s.forEach(t=>e.addEvent(t)),i.forEach(t=>e.updateEvent(t.id,t))},onEventCreate:t=>{e.addEvent(t)},onEventEdit:()=>{},currentWeekStart:k,events:O,calculateNewEventLayout:(e,t,n)=>{const r=new Date(i),a=new Date(i);r.setHours(Math.floor(t),t%1*60,0,0),a.setHours(Math.floor(n),n%1*60,0,0);const o={id:"-1",title:"Temp",day:e,start:Vd(r),end:Vd(a),calendarId:"blue",allDay:!1},s=[...O.filter(e=>!e.allDay),o];return gh.calculateDayEventLayouts(s,{viewType:"day"}).get("-1")||null},calculateDragLayout:(e,t,n,r)=>{const a=O.map(a=>{if(a.id!==e.id)return a;const o=Zd(a.start),s=Gd(o,n),i=Gd(o,r),l=Vd(s),c=Vd(i);return Object.assign(Object.assign({},a),{day:t,start:l,end:c})}),o=a.filter(e=>!e.allDay);if(0===o.length)return null;return gh.calculateDayEventLayouts(o,{viewType:"day"}).get(e.id)||null}}),K=t=>{e.updateEvent(t.id,t)},Q=t=>{e.deleteEvent(t)},ee=Array.from({length:24},(e,t)=>({hour:t+p,label:au(t+p)})),te=(()=>{const t=e.getCurrentDate().getFullYear(),n=e.getCurrentDate().getMonth(),r=new Date(t,n,1),a=new Date(t,n+1,0),o=[];for(let e=(0===r.getDay()?6:r.getDay()-1)-1;e>=0;e--){const r=new Date(t,n,-e);o.push({date:r.getDate(),isCurrentMonth:!1,isToday:!1,isSelected:!1,fullDate:r})}for(let e=1;e<=a.getDate();e++){const r=new Date(t,n,e),a=r.toDateString()===(new Date).toDateString(),s=r.toDateString()===i.toDateString();o.push({date:e,isCurrentMonth:!0,isToday:a,isSelected:s,fullDate:r})}const s=42-o.length;for(let e=1;e<=s;e++){const r=new Date(t,n+1,e);o.push({date:e,isCurrentMonth:!1,isToday:!1,isSelected:!1,fullDate:r})}return o})(),ne=t.useMemo(()=>{const e=new Date;e.setHours(0,0,0,0);const t=new Date(i);return t.setHours(0,0,0,0),t.getTime()===e.getTime()},[i]);return t.useEffect(()=>{const e=setInterval(()=>d(new Date),6e4);return()=>clearInterval(e)},[]),n.jsxs("div",{className:"flex h-full bg-gray-50",children:[n.jsx("div",{className:`flex-none ${"buttons"===s?"":"md:w-[60%]"} w-[70%] bg-white border-r border-gray-200`,children:n.jsxs("div",{className:`relative ${q} h-full`,children:[n.jsx(Th,{calendar:e,viewType:exports.ViewType.DAY,currentDate:i,switcherMode:s,customSubtitle:c.toLocaleDateString("en-US",{weekday:"long"})}),n.jsxs("div",{className:I,ref:D,children:[n.jsx("div",{className:H,children:"all-day"}),n.jsx("div",{className:"flex flex-1 relative",children:n.jsx("div",{className:"w-full relative",style:{minHeight:`${x}px`},onDoubleClick:e=>{const t=Math.floor((i.getTime()-k.getTime())/864e5);null==G||G(e,t)},children:O.filter(e=>e.allDay).map(e=>n.jsx(oh,{event:e,isAllDay:!0,isDayView:!0,allDayHeight:x,calendarRef:o,isBeingDragged:J&&(null==X?void 0:X.eventId)===e.id&&"move"===(null==X?void 0:X.mode),hourHeight:m,firstHour:p,onMoveStart:P,onEventUpdate:K,onEventDelete:Q,detailPanelEventId:f,onDetailPanelToggle:e=>g(e),customDetailPanelContent:r,customEventDetailDialog:a},e.id))})})]}),n.jsx("div",{className:C,style:{position:"relative"},children:n.jsxs("div",{className:"relative flex",children:[ne&&(()=>{const e=c,t=e.getHours()+e.getMinutes()/60;if(t<p||t>v)return null;const r=(t-p)*m;return n.jsxs("div",{className:N,style:{top:`${r}px`,width:"100%",height:0,zIndex:20},children:[n.jsxs("div",{className:"flex items-center",style:{width:`${y}px`},children:[n.jsx("div",{className:"relative w-full flex items-center"}),n.jsx("div",{className:S,children:au(t)})]}),n.jsx("div",{className:"flex-1 flex items-center",children:n.jsx("div",{className:"h-0.5 w-full bg-red-600 relative"})})]})})(),n.jsx("div",{className:E,children:ee.map((e,t)=>n.jsx("div",{className:M,children:n.jsx("div",{className:j,children:0===t?"":e.label})},t))}),n.jsxs("div",{className:"flex-grow relative",children:[ee.map((e,t)=>n.jsx("div",{className:T,onDoubleClick:e=>{var t,n,r,a;const s=Math.floor((i.getTime()-k.getTime())/864e5),l=null===(n=null===(t=o.current)||void 0===t?void 0:t.querySelector(".calendar-content"))||void 0===n?void 0:n.getBoundingClientRect();if(!l)return;const c=e.clientY-l.top+(null===(a=null===(r=o.current)||void 0===r?void 0:r.querySelector(".calendar-content"))||void 0===a?void 0:a.scrollTop)||0;$(e,s,p+c/m)}},t)),n.jsx("div",{className:"h-3 border-t border-gray-200 relative",children:n.jsx("div",{className:"absolute -top-2.5 -left-9 text-[12px] text-gray-500",children:"00.00"})}),n.jsx("div",{className:"absolute top-0 left-0 right-0 bottom-0 pointer-events-none",children:O.filter(e=>!e.allDay).map(e=>{const t=R.get(e.id);return n.jsx(oh,{event:e,layout:t,isDayView:!0,calendarRef:o,isBeingDragged:J&&(null==X?void 0:X.eventId)===e.id&&"move"===(null==X?void 0:X.mode),hourHeight:m,firstHour:p,onMoveStart:P,onResizeStart:_,onEventUpdate:K,onEventDelete:Q,detailPanelEventId:f,onDetailPanelToggle:e=>g(e),customDetailPanelContent:r,customEventDetailDialog:a},e.id)})})]})]})})]})}),n.jsx("div",{className:`flex-none ${"buttons"===s?"":"md:w-[40%]"} w-[30%] bg-white`,children:n.jsxs("div",{className:`${q} h-full`,children:[n.jsx("div",{className:"px-2 border-b border-gray-200",children:n.jsxs("div",{children:[n.jsxs("div",{className:"flex items-center justify-end gap-2",children:[n.jsx("div",{className:b,style:{position:"relative"},children:n.jsx("div",{children:n.jsx("h1",{className:w,children:" "})})}),"select"===s?n.jsx(jh,{mode:s,calendar:e}):null,n.jsx(Ch,{handlePreviousMonth:()=>e.goToPrevious(),handleNextMonth:()=>e.goToNext(),handleToday:()=>e.goToToday()})]}),n.jsxs("div",{className:Y,children:[lu.map(e=>n.jsx("div",{className:V,children:e.charAt(0)},e)),te.map((t,r)=>n.jsx("button",{className:`\n ${A}\n ${t.isCurrentMonth?L:Z}\n ${t.isToday?F:""}\n ${t.isSelected&&!t.isToday?z:""}\n `,onClick:()=>{return n=t.fullDate,void e.setCurrentDate(n);var n},children:t.date},r))]})]})}),n.jsxs("div",{className:"flex-1 p-4 overflow-y-auto",children:[n.jsx("h3",{className:"text-lg font-semibold mb-3",children:i.toLocaleDateString("en-US",{weekday:"long",month:"long",day:"numeric"})}),0===O.length?n.jsx("p",{className:`text-gray-500 ${U}`,children:"No events for this day"}):n.jsx("div",{className:"space-y-2",children:O.map(e=>n.jsxs("div",{className:`\n p-2 rounded border-l-4 cursor-pointer transition-colors\n ${(null==u?void 0:u.id)===e.id?"bg-blue-50 border-blue-500":"bg-gray-50 border-gray-300"}\n hover:bg-gray-100\n `,style:{borderLeftColor:nu(e.calendarId||"blue")},onClick:()=>h(e),children:[n.jsx("div",{className:`font-medium ${U}`,children:e.title}),!e.allDay&&n.jsxs("div",{className:`${W} ${B}`,children:[au(_d(e.start))," -"," ",au(iu(e))]}),e.allDay&&n.jsx("div",{className:`${W} ${B}`,children:"All day"})]},e.id))})]})]})})]})},Sh={enableDrag:!0,enableResize:!0,enableCreate:!0,showMiniCalendar:!0,showAllDay:!0,scrollToCurrentTime:!0,hourHeight:72,firstHour:0,lastHour:24,dragConfig:{supportedViews:[exports.ViewType.DAY],enableAllDayCreate:!0},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},viewConfig:{showMiniCalendar:!0,showAllDay:!0,scrollToCurrentTime:!0}},Ih=({app:e,customDetailPanelContent:r,customEventDetailDialog:a,calendarRef:o,switcherMode:s="buttons"})=>{const i=e.getCurrentDate(),l=e.getEvents(),c=e=>{const t=e.getDay(),n=e.getDate()-t+(0===t?-6:1),r=new Date(e);return r.setDate(n),r.setHours(0,0,0,0),r},d=t.useMemo(()=>c(i),[i]),[u,h]=t.useState(new Date),[f,g]=t.useState(null),[m,p]=t.useState(null),{HOUR_HEIGHT:v,FIRST_HOUR:y,LAST_HOUR:x,TIME_COLUMN_WIDTH:D,ALL_DAY_HEIGHT:b}=mh,w=t.useRef(null),k=t.useMemo(()=>{const e=new Date(d);e.setDate(d.getDate()+6),e.setHours(23,59,59,999);return l.filter(t=>{const n=Zd(t.start);n.setHours(0,0,0,0);const r=Zd(t.end);return r.setHours(23,59,59,999),r>=d&&n<=e}).map(e=>{const t=Zd(e.start),n=Math.floor((t.getTime()-d.getTime())/864e5),r=Math.max(0,Math.min(6,n));return Object.assign(Object.assign({},e),{day:r})})},[l,d]),O=t.useMemo(()=>eh(k,d),[k,d]),R=t.useMemo(()=>{const e=O.filter(e=>e.event.allDay);e.sort((e,t)=>{if(e.startDayIndex!==t.startDayIndex)return e.startDayIndex-t.startDayIndex;const n=e.endDayIndex-e.startDayIndex;return t.endDayIndex-t.startDayIndex-n});const t=[];return e.forEach(e=>{let n=0,r=!1;for(;!r;){t.some(t=>t.row===n&&!(e.endDayIndex<t.startDayIndex||e.startDayIndex>t.endDayIndex))?n++:r=!0}t.push(Object.assign(Object.assign({},e),{row:n}))}),t},[O]),P=t.useMemo(()=>{if(0===R.length)return b;const e=Math.max(...R.map(e=>e.row));return b+e*b},[R,b]),$=t.useMemo(()=>{const e=new Map;for(let t=0;t<7;t++){const n=[];k.forEach(e=>{if(e.allDay)return;const r=th(e,d);if(r.length>0){const a=r.find(e=>e.dayIndex===t);if(a){const r=a.endHour>=24?23.99:a.endHour,o=Object.assign(Object.assign({},e),{start:Vd(Gd(vu(d,t),a.startHour)),end:Vd(Gd(vu(d,t),r)),day:t});n.push(o)}}else e.day===t&&n.push(e)});const r=gh.calculateDayEventLayouts(n,{viewType:"week"});e.set(t,r)}return e},[k,d]),{handleMoveStart:Y,handleCreateStart:V,handleResizeStart:A,handleCreateAllDayEvent:L,dragState:Z,isDragging:F}=wh(e,{calendarRef:o,allDayRowRef:w,viewType:exports.ViewType.WEEK,onEventsUpdate:(t,n)=>{const r=t(k),a=new Set(r.map(e=>e.id)),o=k.filter(e=>!a.has(e.id)),s=new Set(k.map(e=>e.id)),i=r.filter(e=>!s.has(e.id)),l=r.filter(e=>{if(!s.has(e.id))return!1;const t=k.find(t=>t.id===e.id);return t&&(Zd(t.start).getTime()!==Zd(e.start).getTime()||Zd(t.end).getTime()!==Zd(e.end).getTime()||t.day!==e.day||_d(t.start)!==_d(e.start)||_d(t.end)!==_d(e.end)||t.title!==e.title)});o.forEach(t=>e.deleteEvent(t.id)),i.forEach(t=>e.addEvent(t)),l.forEach(t=>e.updateEvent(t.id,t,n))},onEventCreate:t=>{e.addEvent(t)},onEventEdit:()=>{},currentWeekStart:d,events:k,calculateNewEventLayout:(e,t,n)=>{const r=new Date,a=new Date;r.setHours(Math.floor(t),t%1*60,0,0),a.setHours(Math.floor(n),n%1*60,0,0);const o={id:"-1",title:"Temp",day:e,start:Vd(r),end:Vd(a),calendarId:"blue",allDay:!1},s=[...k.filter(t=>t.day===e&&!t.allDay),o];return gh.calculateDayEventLayouts(s,{viewType:"week"}).get("-1")||null},calculateDragLayout:(e,t,n,r)=>{const a=k.map(a=>{if(a.id!==e.id)return a;const o=Zd(a.start),s=Gd(o,n),i=Gd(o,r),l=Vd(s),c=Vd(i);return Object.assign(Object.assign({},a),{day:t,start:l,end:c})}),o=a.filter(e=>e.day===t&&!e.allDay);if(0===o.length)return null;return gh.calculateDayEventLayouts(o,{viewType:"week"}).get(e.id)||null}}),z=t.useMemo(()=>["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],[]),B=Array.from({length:24},(e,t)=>({hour:t+y,label:au(t+y)})),W=t.useMemo(()=>{const e=new Date;return e.setHours(0,0,0,0),z.map((t,n)=>{const r=new Date(d);r.setDate(d.getDate()+n);const a=new Date(r);return a.setHours(0,0,0,0),{date:r.getDate(),month:r.toLocaleString("default",{month:"short"}),fullDate:new Date(r),isToday:a.getTime()===e.getTime()}})},[d,z]),U=t=>{e.updateEvent(t.id,t)},q=t=>{e.deleteEvent(t)},_=t.useMemo(()=>{const e=new Date,t=c(e);return d.getTime()===t.getTime()},[d]);return t.useEffect(()=>{const e=setInterval(()=>h(new Date),6e4);return()=>clearInterval(e)},[]),n.jsxs("div",{className:"relative flex flex-col bg-white w-full overflow-hidden h-full",children:[n.jsx(Th,{calendar:e,viewType:exports.ViewType.WEEK,currentDate:i,switcherMode:s,onPrevious:()=>e.goToPrevious(),onNext:()=>e.goToNext(),onToday:()=>e.goToToday()}),n.jsxs("div",{className:"flex border-b border-gray-200",children:[n.jsx("div",{className:"w-20 p-2"}),z.map((e,t)=>n.jsxs("div",{className:"flex flex-1 justify-center items-center text-center text-gray-500 text-sm p-1",children:[n.jsx("div",{className:"inline-flex items-center justify-center text-sm h-6 w-6 mt-1 mr-1",children:e}),n.jsx("div",{className:"inline-flex items-center justify-center h-6 w-6 rounded-full text-sm mt-1",children:W[t].date})]},t))]}),n.jsxs("div",{className:I,ref:w,children:[n.jsx("div",{className:H,children:"all-day"}),n.jsxs("div",{className:"flex flex-1 relative",style:{minHeight:`${P}px`},children:[z.map((e,t)=>n.jsx("div",{className:"flex-1 border-r border-gray-200 relative",style:{minHeight:`${P}px`},onDoubleClick:e=>null==L?void 0:L(e,t)},`allday-${t}`)),n.jsx("div",{className:"absolute inset-0 pointer-events-none",children:R.map(e=>n.jsx(oh,{event:e.event,segment:e,segmentIndex:e.row,isAllDay:!0,isMultiDay:!0,allDayHeight:b,calendarRef:o,isBeingDragged:F&&(null==Z?void 0:Z.eventId)===e.event.id&&"move"===(null==Z?void 0:Z.mode),hourHeight:v,firstHour:y,onMoveStart:Y,onResizeStart:A,onEventUpdate:U,onEventDelete:q,selectedEventId:m,detailPanelEventId:f,onEventSelect:e=>p(e),onDetailPanelToggle:e=>g(e),customDetailPanelContent:r,customEventDetailDialog:a},e.id))})]})]}),n.jsx("div",{className:C,style:{position:"relative"},children:n.jsxs("div",{className:"relative flex",children:[_&&(()=>{const e=u,t=e.getHours()+e.getMinutes()/60;if(t<y||t>x)return null;const r=e.getDay(),a=0===r?6:r-1,o=(t-y)*v;return n.jsxs("div",{className:N,style:{top:`${o}px`,width:"100%",height:0,zIndex:20},children:[n.jsxs("div",{className:"flex items-center",style:{width:`${D}px`},children:[n.jsx("div",{className:"relative w-full flex items-center"}),n.jsx("div",{className:S,children:au(t)})]}),n.jsx("div",{className:"flex flex-1",children:z.map((e,t)=>n.jsx("div",{className:"flex-1 flex items-center",children:n.jsx("div",{className:"h-0.5 w-full relative",style:{backgroundColor:t===a?"#C53030":"#fdedeb",zIndex:9999},children:t===a&&0!==a&&n.jsx("div",{className:"absolute w-2 h-2 bg-red-700 rounded-full",style:{top:"-3px",left:"-4px"}})})},t))})]})})(),n.jsx("div",{className:E,children:B.map((e,t)=>n.jsx("div",{className:M,children:n.jsx("div",{className:j,children:0===t?"":e.label})},t))}),n.jsxs("div",{className:"flex-grow relative",children:[B.map((e,t)=>n.jsx("div",{className:T,children:z.map((r,a)=>n.jsx("div",{className:"flex-1 relative border-r border-gray-200",onDoubleClick:t=>{V(t,a,e.hour)}},`${t}-${a}`))},t)),n.jsxs("div",{className:"h-3 border-t border-gray-200 flex relative",children:[n.jsx("div",{className:"absolute -top-2.5 -left-9 text-[12px] text-gray-500",children:"00.00"}),z.map((e,t)=>n.jsx("div",{className:"flex-1 relative border-r border-gray-200"},`24-${t}`))]}),z.map((e,t)=>{const s=pu(t,k),i=[];return s.forEach(e=>{const n=th(e,d);if(n.length>0){const r=n.find(e=>e.dayIndex===t);r&&i.push({event:e,segmentInfo:Object.assign(Object.assign({},r),{dayIndex:t})})}else i.push({event:e})}),k.forEach(e=>{if(e.allDay||e.day===t)return;const n=th(e,d).find(e=>e.dayIndex===t);n&&i.push({event:e,segmentInfo:Object.assign(Object.assign({},n),{dayIndex:t})})}),n.jsx("div",{className:"absolute top-0 pointer-events-none",style:{left:`calc(${100/7*t}%)`,width:100/7+"%",height:"100%"},children:i.map(({event:e,segmentInfo:s})=>{const i=$.get(t),l=null==i?void 0:i.get(e.id);return n.jsx(oh,{event:e,layout:l,calendarRef:o,isBeingDragged:F&&(null==Z?void 0:Z.eventId)===e.id&&"move"===(null==Z?void 0:Z.mode),hourHeight:v,firstHour:y,onMoveStart:Y,onResizeStart:A,onEventUpdate:U,onEventDelete:q,selectedEventId:m,detailPanelEventId:f,onEventSelect:e=>p(e),onDetailPanelToggle:e=>g(e),customDetailPanelContent:r,customEventDetailDialog:a,multiDaySegmentInfo:s},s?`${e.id}-seg-${t}`:e.id)})},`events-day-${t}`)})]})]})})]})},Hh={enableDrag:!0,enableResize:!0,enableCreate:!0,showWeekends:!0,showAllDay:!0,startOfWeek:1,scrollToCurrentTime:!0,hourHeight:72,firstHour:0,lastHour:24,dragConfig:{supportedViews:[exports.ViewType.WEEK],enableAllDayCreate:!0},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},viewConfig:{showWeekends:!0,showAllDay:!0,startOfWeek:1,scrollToCurrentTime:!0}},kh=2,Oh=50,Rh=1900,Ph=2200,$h=8,Yh=150,Vh=1400,Ah=1e3,Lh=900;class Zh{static trackScrollEvent(e=0){this.metrics.scrollEvents++,this.metrics.totalScrollDistance+=Math.abs(e),this.metrics.avgScrollDelta=this.metrics.totalScrollDistance/this.metrics.scrollEvents}static trackRenderTime(e){this.metrics.renderTime.push(e),e>16.67&&this.metrics.frameDrops++,this.metrics.renderTime.length>100&&this.metrics.renderTime.shift()}static trackCacheHit(){this.metrics.cacheHits++}static trackCacheMiss(){this.metrics.cacheMisses++}static getMetrics(){const e=this.metrics.renderTime.length>0?this.metrics.renderTime.reduce((e,t)=>e+t,0)/this.metrics.renderTime.length:0,t=this.metrics.cacheHits+this.metrics.cacheMisses>0?this.metrics.cacheHits/(this.metrics.cacheHits+this.metrics.cacheMisses)*100:0,n=Date.now()-this.metrics.startTime,r=e>0?1e3/e:0;return{scrollEvents:this.metrics.scrollEvents,avgRenderTime:Math.round(100*e)/100,cacheHitRate:Math.round(100*t)/100,uptime:Math.round(n/1e3),scrollEventsPerSecond:Math.round(this.metrics.scrollEvents/(n/1e3)*100)/100,estimatedFPS:Math.round(r),frameDrops:this.metrics.frameDrops,avgScrollDelta:Math.round(100*this.metrics.avgScrollDelta)/100}}static reset(){this.metrics={scrollEvents:0,renderTime:[],cacheHits:0,cacheMisses:0,startTime:Date.now(),frameDrops:0,avgScrollDelta:0,totalScrollDistance:0}}}Zh.metrics={scrollEvents:0,renderTime:[],cacheHits:0,cacheMisses:0,startTime:Date.now(),frameDrops:0,avgScrollDelta:0,totalScrollDistance:0};class Fh{constructor(e=Oh){this.cache=new Map,this.accessOrder=[],this.maxSize=e}get(e){const t=this.cache.get(e);if(t)return Zh.trackCacheHit(),this.updateAccessOrder(e),t;Zh.trackCacheMiss()}set(e,t){if(this.cache.size>=this.maxSize){const e=this.accessOrder.shift();void 0!==e&&this.cache.delete(e)}this.cache.set(e,t),this.updateAccessOrder(e)}updateAccessOrder(e){const t=this.accessOrder.indexOf(e);t>-1&&this.accessOrder.splice(t,1),this.accessOrder.push(e)}getSize(){return this.cache.size}getHitRate(){return Zh.getMetrics().cacheHitRate}clear(){this.cache.clear(),this.accessOrder=[]}}const zh=()=>{const[e,n]=t.useState({yearHeight:Lh,screenSize:"desktop"});return t.useEffect(()=>{const e=()=>{const e=window.innerWidth;n(e<768?{yearHeight:Vh,screenSize:"mobile"}:e<1024?{yearHeight:Ah,screenSize:"tablet"}:{yearHeight:Lh,screenSize:"desktop"})};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),e},Bh=({currentDate:e,yearHeight:n,onCurrentYearChange:r})=>{const a=e.getFullYear(),o=(a-Rh)*n,[s,i]=t.useState(o),[l,c]=t.useState(600),[d,u]=t.useState(a),[h,f]=t.useState(!1),g=t.useRef(document.createElement("div")),m=t.useRef(null),p=t.useRef(0),v=t.useRef(0),y=t.useMemo(()=>{const e=performance.now(),t=Ph-Rh+1,r=t*n,a=Math.floor(s/n),o=Math.min(t-1,Math.ceil((s+l)/n)),i=Math.max(0,a-kh),c=Math.min(t-1,o+kh),d=[];for(let e=i;e<=c;e++)d.push({index:e,year:Rh+e,top:e*n,height:n});const u=performance.now()-e;return Zh.trackRenderTime(u),{totalHeight:r,visibleItems:d}},[s,l,n]),x=t.useCallback(e=>{const t=performance.now();if(t-p.current<$h)return;p.current=t;const a=e.currentTarget.scrollTop,o=Math.abs(a-v.current);v.current=a,Zh.trackScrollEvent(o),requestAnimationFrame(()=>{i(a);const e=a+l/2,t=Math.round(Rh+e/n);t!==d&&t>=Rh&&t<=Ph&&(u(t),null==r||r(t))}),f(!0),m.current&&clearTimeout(m.current),m.current=setTimeout(()=>{f(!1)},Yh)},[l,d,n,r]);t.useEffect(()=>{const e=g.current;if(!e)return;e.scrollTop=o;const t=new ResizeObserver(([e])=>{c(e.contentRect.height)});return t.observe(e),()=>t.disconnect()},[o]);const D=t.useCallback((e,t=!0)=>{if(!g.current)return;const r=(e-Rh)*n-l/2+n/2;g.current.scrollTo({top:Math.max(0,r),behavior:t?"smooth":"auto"})},[n,l]),b=t.useCallback(()=>{const e=Math.max(Rh,d-1);u(e),D(e)},[d,D]),w=t.useCallback(()=>{const e=Math.min(Ph,d+1);u(e),D(e)},[d,D]),C=t.useCallback(()=>{const e=(new Date).getFullYear();u(e),D(e)},[D]);return t.useEffect(()=>()=>{m.current&&clearTimeout(m.current)},[]),{scrollTop:s,containerHeight:l,currentYear:d,isScrolling:h,virtualData:y,scrollElementRef:g,handleScroll:x,scrollToYear:D,handlePreviousYear:b,handleNextYear:w,handleToday:C,setScrollTop:i,setContainerHeight:c,setCurrentYear:u,setIsScrolling:f}},Wh=()=>{const[e,n]=t.useState({weekHeight:u,screenSize:"desktop",weeksPerView:6});return t.useEffect(()=>{const e=()=>{const e=window.innerWidth,t=window.innerHeight-150,r=Math.max(80,Math.floor(t/6)),a=e<768?{weekHeight:Math.max(c,r),screenSize:"mobile",weeksPerView:6}:e<1024?{weekHeight:Math.max(d,r),screenSize:"tablet",weeksPerView:6}:{weekHeight:Math.max(u,r),screenSize:"desktop",weeksPerView:6};n(a)};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),e},Uh=({currentDate:e,weekHeight:n,onCurrentMonthChange:r,initialWeeksToLoad:a=104})=>{const o=t.useRef(null),s=t.useMemo(()=>{const t=new Date(e);return t.setDate(1),t.setHours(0,0,0,0),mu(t,a)},[e,a]),c=t.useMemo(()=>{const t=new Date(e);t.setDate(1),t.setHours(0,0,0,0);const r=s.findIndex(e=>e.days.some(e=>e.date.toDateString()===t.toDateString()));return r>0?r*n:0},[s,e,n]),[d,u]=t.useState(c),[f,g]=t.useState(600),[m,p]=t.useState(cu[e.getMonth()]),[v,y]=t.useState(e.getFullYear()),[x,D]=t.useState(!1),[b,w]=t.useState(s),[C,E]=t.useState(!1),M=t.useRef(!1),[j,T]=t.useState(!1),N=t.useRef(e),S=t.useRef(null),I=t.useRef(null),H=t.useRef(new h),k=t.useRef(0),O=t.useRef(0),R=t.useRef(!1),P=t.useCallback(e=>{e&&(S.current=e)},[]),$=t.useCallback(e=>{let t=H.current.get(e);return t||(t=fu(e),H.current.set(e,t)),t},[]),Y=t.useCallback((e,t=26)=>{R.current||(R.current=!0,setTimeout(()=>{try{if("future"===e){const e=b[b.length-1],n=[];for(let r=1;r<=t;r++){const t=new Date(e.startDate);t.setDate(t.getDate()+7*r),n.push($(t))}w(e=>[...e,...n])}else{const e=b[0],r=[];for(let n=t;n>=1;n--){const t=new Date(e.startDate);t.setDate(t.getDate()-7*n),r.push($(t))}const a=r.length*n;w(e=>[...r,...e]),requestAnimationFrame(()=>{u(e=>e+a),S.current&&(S.current.scrollTop+=a)})}}finally{setTimeout(()=>{R.current=!1},200)}},0))},[b,$,n]),V=t.useMemo(()=>{const e=b.length*n,t=Math.floor(d/n);let r=Math.max(0,t);r=Math.min(r,Math.max(0,b.length-6));const a=Math.min(b.length-1,r+6-1),o=Math.max(0,r-15),s=Math.min(b.length-1,a+15),i=[];for(let e=o;e<=s;e++)i.push({index:e,weekData:b[e],top:e*n,height:n});return{totalHeight:e,visibleItems:i,displayStartIndex:r}},[d,f,n,b]),A=t.useCallback(e=>{if(C||x||0===e.length||!j)return;const t=d+f/2,n=e.find(e=>e.top<=t&&e.top+e.height>t)||e[Math.floor(e.length/2)];if(!n)return;const a={};n.weekData.days.forEach(e=>{const t=`${cu[e.month]}-${e.year}`;a[t]=(a[t]||0)+1});let s="",i=0,l=0;Object.entries(a).forEach(([e,t])=>{if(t>l){l=t;const[n,r]=e.split("-");s=n,i=parseInt(r)}}),s&&i&&(o.current?s===o.current.month&&i===o.current.year&&(o.current=null,s===m&&i===v||(p(s),y(i),null==r||r(s,i))):s===m&&i===v||(p(s),y(i),null==r||r(s,i)))},[f,m,v,C,x,r,d,j]),L=t.useCallback(e=>{const t=performance.now();if(t-k.current<i)return;k.current=t;const r=e.currentTarget,a=r.scrollTop;O.current=a,u(a),C||requestAnimationFrame(()=>{const{scrollHeight:e,clientHeight:t}=r;a+t>e-10*n&&!R.current&&Y("future",26),a<10*n&&!R.current&&Y("past",26)}),D(!0),I.current&&clearTimeout(I.current),I.current=setTimeout(()=>{D(!1)},l)},[n,Y,C]),Z=t.useCallback((e,t=!0)=>{if(!S.current)return;E(!0),M.current=!0;const r=()=>{setTimeout(()=>{E(!1),M.current=!1},t?500:200)},a=b.findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(-1!==a){const e=a*n;return S.current.scrollTo({top:e,behavior:t?"smooth":"auto"}),void r()}const o=e.getDay(),s=0===o?6:o-1,i=new Date(e);i.setDate(e.getDate()-s),i.setHours(0,0,0,0);const l=b[0],c=b[b.length-1];let d=0,h=!1,f=!1;i<l.startDate?(d=Math.ceil((l.startDate.getTime()-i.getTime())/6048e5),h=!0):i>c.startDate&&(d=Math.ceil((i.getTime()-c.startDate.getTime())/6048e5),f=!0);const g=Math.min(d+10,52);if(h){const a=[];for(let e=g;e>=1;e--){const t=new Date(l.startDate);t.setDate(t.getDate()-7*e),a.push($(t))}const o=a.length*n;w(e=>[...a,...e]),requestAnimationFrame(()=>{const s=[...a,...b].findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(S.current&&-1!==s){const e=s*n;S.current.scrollTop+=o,u(e=>e+o),setTimeout(()=>{S.current&&S.current.scrollTo({top:e,behavior:t?"smooth":"auto"})},50)}r()})}else if(f){const a=[];for(let e=1;e<=g;e++){const t=new Date(c.startDate);t.setDate(t.getDate()+7*e),a.push($(t))}w(e=>[...e,...a]),requestAnimationFrame(()=>{const o=[...b,...a].findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(S.current&&-1!==o){const e=o*n;S.current.scrollTo({top:e,behavior:t?"smooth":"auto"})}r()})}else r()},[b,n,$]),F=t.useCallback(()=>{const e="January"===m?11:cu.indexOf(m)-1,t=new Date("January"===m?v-1:v,e,1);Z(t)},[m,v,Z]),z=t.useCallback(()=>{const e="December"===m?0:cu.indexOf(m)+1,t=new Date("December"===m?v+1:v,e,1);Z(t)},[m,v,Z]),B=t.useCallback(()=>{const e=new Date,t=cu[e.getMonth()],a=e.getFullYear(),s=new Date(a,e.getMonth(),1);o.current={month:t,year:a},p(t),y(a),null==r||r(t,a);const i=b.findIndex(e=>e.days.some(e=>e.date.toDateString()===s.toDateString()));if(-1!==i){const e=i*n,t=S.current;t&&(E(!0),M.current=!0,requestAnimationFrame(()=>{u(e),requestAnimationFrame(()=>{t&&(t.scrollTop=e,setTimeout(()=>{M.current=!1,E(!1)},200))})}))}else E(!0),M.current=!0,requestAnimationFrame(()=>{Z(s,!0),setTimeout(()=>{M.current=!1,E(!1)},200)})},[b,n,r,Z]);return t.useEffect(()=>{A(V.visibleItems)},[V.visibleItems,A]),t.useEffect(()=>{const t=N.current,n=t.getMonth(),a=t.getFullYear(),s=e.getMonth(),i=e.getFullYear();if(n!==s||a!==i){const e=new Date(i,s,1),t=cu[s];o.current={month:t,year:i},p(t),y(i),null==r||r(t,i),Z(e,!0)}N.current=e},[e,r,Z]),t.useEffect(()=>{const e=S.current;if(!e)return;const t=new ResizeObserver(([e])=>{g(e.contentRect.height)});return t.observe(e),()=>t.disconnect()},[]),t.useEffect(()=>{const e=S.current;e&&!j&&requestAnimationFrame(()=>{e&&c>0?(e.scrollTop=c,T(!0)):e&&T(!0)})},[j,c]),t.useEffect(()=>()=>{I.current&&clearTimeout(I.current)},[]),{scrollTop:d,containerHeight:f,currentMonth:m,currentYear:v,isScrolling:x,virtualData:V,scrollElementRef:S,handleScroll:L,scrollToDate:Z,handlePreviousMonth:F,handleNextMonth:z,handleToday:B,setScrollTop:u,setContainerHeight:g,setCurrentMonth:p,setCurrentYear:y,setIsScrolling:D,cache:H.current,scrollElementRefCallback:P,weeksData:b}},qh=t.memo(({currentMonth:e,currentYear:r,newlyCreatedEventId:a,isScrolling:o,isDragging:s,item:i,events:l,dragState:c,calendarRef:d,onEventUpdate:u,onEventDelete:h,onMoveStart:f,onCreateStart:g,onResizeStart:m,onDetailPanelOpen:p,onMoreEventsClick:y,onChangeView:x,onSelectDate:D,selectedEventId:b,onEventSelect:w,detailPanelEventId:C,onDetailPanelToggle:E,customDetailPanelContent:M,customEventDetailDialog:j})=>{const[T,N]=t.useState(!1),S=t.useRef(null);t.useEffect(()=>o?(N(!0),S.current&&(clearTimeout(S.current),S.current=null),()=>{S.current&&(clearTimeout(S.current),S.current=null)}):T?(S.current=setTimeout(()=>{N(!1),S.current=null},100),()=>{S.current&&(clearTimeout(S.current),S.current=null)}):void 0,[o,T]);const{weekData:I,height:H}=i,k=I.days.find(e=>1===e.day),O=`${H}px`,R=t.useMemo(()=>eh(l,I.startDate),[l,I.startDate]),P=t.useMemo(()=>(e=>{const t=[];return e.forEach(e=>{if(!e.start||!e.end)return void v.warn("Event missing start or end date:",e);const n=Zd(e.start),r=Zd(e.end),a=new Date(n);a.setHours(0,0,0,0);const o=new Date(r);o.setHours(0,0,0,0);let s=new Date(o);if(!e.allDay&&0===r.getHours()&&0===r.getMinutes()&&0===r.getSeconds()){const e=r.getTime()-n.getTime();e>0&&e<864e5&&(s=new Date(o),s.setDate(s.getDate()-1))}const i=a.toDateString()!==s.toDateString();if(!i||e.allDay)if(i&&e.allDay){const a=new Date(n);for(;a<=r;){const n=Rd.PlainDate.from({year:a.getFullYear(),month:a.getMonth()+1,day:a.getDate()});t.push(Object.assign(Object.assign({},e),{start:n,end:n,day:a.getDay()})),a.setDate(a.getDate()+1)}}else t.push(Object.assign(Object.assign({},e),{start:e.start,end:e.end,day:n.getDay()}))}),t})(l),[l]),$=t.useMemo(()=>(e=>{const t=[...e].sort((e,t)=>{const n=e.endDayIndex-e.startDayIndex+1,r=t.endDayIndex-t.startDayIndex+1;return e.startDayIndex>t.startDayIndex?1:n!==r?r-n:e.startDayIndex-t.startDayIndex}),n=[];t.forEach(e=>{let t=0,r=!1;for(;!r;)n.some(n=>{var r;const a=Math.abs((null!==(r=n.yPosition)&&void 0!==r?r:0)-t)<16,o=!(e.endDayIndex<n.startDayIndex||e.startDayIndex>n.endDayIndex);return a&&o})?t+=16:r=!0;n.push(Object.assign(Object.assign({},e),{yPosition:t}))});const r=[];return n.forEach(e=>{var t;const n=Math.floor((null!==(t=e.yPosition)&&void 0!==t?t:0)/16);r[n]||(r[n]=[]),r[n].push(e)}),r.forEach(e=>{e.sort((e,t)=>e.startDayIndex-t.startDayIndex)}),r})(R),[R]),Y=t.useMemo(()=>{const e=Array(7).fill(0);return $.forEach((t,n)=>{t.forEach(t=>{for(let r=t.startDayIndex;r<=t.endDayIndex;r++)e[r]=Math.max(e[r],n+1)})}),e},[$]),V=t.useMemo(()=>Math.max(0,17*$.length),[$]),A=(t,o)=>{var i;const l=t.month===cu.indexOf(e)&&t.year===r;var v;const T=(e=>[...e].sort((e,t)=>e.allDay!==t.allDay?e.allDay?-1:1:e.allDay&&t.allDay?0:_d(e.start)-_d(t.start)))((v=t.date,P.filter(e=>{if(!e.start||!e.end)return Zd(e.start).toDateString()===v.toDateString();const t=Zd(e.start),n=Zd(e.end);if(!e.allDay&&0===n.getHours()&&0===n.getMinutes()&&0===n.getSeconds()){const e=n.getTime()-t.getTime();if(e>0&&e<864e5)return t.toDateString()===v.toDateString()}return t.toDateString()===v.toDateString()||n.toDateString()===v.toDateString()}))),N=T.slice(0,4),S=T.length-N.length,I=S>0,H=[],k=null!==(i=Y[o])&&void 0!==i?i:0;for(let e=0;e<k;e++)H.push(n.jsx("div",{className:"flex-shrink-0",style:{height:"17px",minHeight:"17px"}},`placeholder-layer-${e}-${t.date.getTime()}`));return N.forEach((e,t)=>{const r=$.flat().find(t=>t.originalEventId===e.id);e.allDay&&r||H.push(n.jsx(oh,{event:e,isMonthView:!0,calendarRef:d,hourHeight:72,firstHour:0,onEventUpdate:u,onEventDelete:h,onMoveStart:f,onResizeStart:m,isBeingDragged:s&&c.eventId===e.id&&"move"===c.mode,newlyCreatedEventId:a,onDetailPanelOpen:p,selectedEventId:b,onEventSelect:w,detailPanelEventId:C,onDetailPanelToggle:E,customDetailPanelContent:M,customEventDetailDialog:j},`${e.id}-${e.day}-${_d(e.start)}-${t}`))}),n.jsxs("div",{className:`\n relative flex flex-col border-r border-gray-200 last:border-r-0 \n ${l?"text-gray-800":"text-gray-400"}\n `,style:{height:O},"data-date":(R=t.date,`${R.getFullYear()}-${String(R.getMonth()+1).padStart(2,"0")}-${String(R.getDate()).padStart(2,"0")}`),onDoubleClick:e=>g(e,t.date),children:[n.jsxs("div",{className:"flex items-start justify-between p-2 pb-1 relative z-20",children:[n.jsx("div",{className:"flex-1"}),n.jsxs("div",{className:"flex items-center",children:[n.jsx("span",{className:`\n inline-flex items-center justify-center h-5 w-5 rounded-full text-sm font-medium\n ${t.isToday?"bg-blue-500 text-white":l?"text-gray-900":"text-gray-400"}\n `,children:t.day}),1===t.day&&n.jsx("span",{className:"text-xs text-gray-500 ml-1",children:t.shortMonthName})]})]}),n.jsxs("div",{className:"flex-1 overflow-hidden px-1",children:[H,I&&n.jsxs("div",{className:"text-xs text-gray-500 hover:text-gray-700 cursor-pointer hover:underline",onClick:e=>{e.stopPropagation(),y?y(t.date):(null==D||D(t.date),null==x||x(exports.ViewType.DAY))},children:["+",S," more"]})]})]},`day-${t.date.getTime()}`);var R};return n.jsxs("div",{className:"relative select-none border-b border-gray-200",style:{height:O},children:[k&&n.jsx("div",{className:`\n absolute top-10 left-0 z-30 bg-white/50 py-2 px-2 duration-300\n ${T?"opacity-100 pointer-events-auto":"opacity-0 pointer-events-none"}\n `,style:{transition:"opacity 0.5s ease",maxWidth:"fit-content"},children:n.jsxs("span",{className:"text-2xl font-bold",children:[k.monthName," ",k.year]})}),n.jsx("div",{className:"h-full flex flex-col",children:n.jsxs("div",{className:"calendar-week relative h-full",children:[n.jsx("div",{className:"grid grid-cols-7 h-full",children:I.days.map((e,t)=>A(e,t))}),$.length>0&&n.jsx("div",{className:"absolute left-0 right-0 pointer-events-none",style:{top:"33px",height:`${V}px`,zIndex:10},children:$.map((e,t)=>n.jsx("div",{className:"absolute inset-0",children:e.map(e=>n.jsx(oh,{event:e.event,segment:e,segmentIndex:t,isMonthView:!0,isMultiDay:!0,calendarRef:d,hourHeight:72,firstHour:0,onEventUpdate:u,onEventDelete:h,onMoveStart:f,onResizeStart:m,isBeingDragged:s&&c.eventId===e.event.id&&"move"===c.mode,newlyCreatedEventId:a,onDetailPanelOpen:p,selectedEventId:b,onEventSelect:w,detailPanelEventId:C,onDetailPanelToggle:E,customDetailPanelContent:M,customEventDetailDialog:j},e.id))},`layer-${t}`))})]})})]})});qh.displayName="WeekComponent";const _h=({app:e,customDetailPanelContent:r,customEventDetailDialog:a,calendarRef:o,switcherMode:s="buttons"})=>{const i=e.getCurrentDate(),l=e.getEvents(),c=t.useRef(null),d=t.useMemo(()=>{const e=c.current;return e&&e.length===l.length&&e.every((e,t)=>e===l[t])?e:(c.current=l,l)},[l]),u=t.useMemo(()=>{const e=new Map,t=e=>{const t=new Date(e);t.setHours(0,0,0,0);const n=t.getDay(),r=0===n?-6:1-n;return t.setDate(t.getDate()+r),t.setHours(0,0,0,0),t},n=(t,n)=>{const r=e.get(t);r?r.push(n):e.set(t,[n])};return d.forEach(e=>{if(!e.start)return;const r=Zd(e.start),a=e.end?Zd(e.end):r,o=new Date(r);o.setHours(0,0,0,0);const s=new Date(a);s.setHours(0,0,0,0);let i=new Date(s);if(!e.allDay){0!==a.getHours()||0!==a.getMinutes()||0!==a.getSeconds()||0!==a.getMilliseconds()||i.setDate(i.getDate()-1)}i<o&&(i=new Date(o));const l=t(o),c=t(i);let d=l.getTime();const u=c.getTime();for(;d<=u;){n(d,e);const t=new Date(d);t.setDate(t.getDate()+7),t.setHours(0,0,0,0),d=t.getTime()}}),e},[d]),{screenSize:h}=Wh(),[f,g]=t.useState(119),m=t.useRef(119),p=t.useRef([]),[v,y]=t.useState(null),[x,D]=t.useState(null),[b,w]=t.useState(null),C=t.useMemo(()=>{const e=i.getDay(),t=i.getDate()-e+(0===e?-6:1),n=new Date(i);return n.setDate(t),n.setHours(0,0,0,0),n},[i]),{handleMoveStart:E,handleCreateStart:M,handleResizeStart:j,dragState:T,isDragging:N}=wh(e,{calendarRef:o,viewType:exports.ViewType.MONTH,onEventsUpdate:(t,n)=>{const r=t(d),a=new Set(r.map(e=>e.id)),o=d.filter(e=>!a.has(e.id)),s=new Set(d.map(e=>e.id)),i=r.filter(e=>!s.has(e.id)),l=r.filter(e=>{if(!s.has(e.id))return!1;const t=d.find(t=>t.id===e.id);return t&&(Zd(t.start).getTime()!==Zd(e.start).getTime()||Zd(t.end).getTime()!==Zd(e.end).getTime()||t.day!==e.day||_d(t.start)!==_d(e.start)||_d(t.end)!==_d(e.end)||t.title!==e.title||(null==t?void 0:t.start)!==(null==e?void 0:e.start)||(null==t?void 0:t.end)!==(null==e?void 0:e.end))});o.forEach(t=>e.deleteEvent(t.id)),i.forEach(t=>e.addEvent(t)),l.forEach(t=>e.updateEvent(t.id,t,n))},onEventCreate:t=>{e.addEvent(t)},onEventEdit:e=>{y(e.id)},currentWeekStart:C,events:d}),{currentMonth:S,currentYear:I,isScrolling:H,virtualData:k,scrollElementRef:O,handleScroll:R,handlePreviousMonth:P,handleNextMonth:$,handleToday:Y,setScrollTop:V}=Uh({currentDate:i,weekHeight:f,onCurrentMonthChange:(t,n)=>{const r=cu.indexOf(t);r>=0&&e.setVisibleMonth(new Date(n,r,1))},initialWeeksToLoad:156}),A=t.useRef(0),[L,Z]=t.useState(0),F=t.useMemo(()=>L-6*f,[L,f]),{visibleWeeks:z,startIndex:B}=t.useMemo(()=>{const{visibleItems:e,displayStartIndex:t}=k,n=e.findIndex(e=>e.index===t);if(-1===n)return p.current.length>0?{visibleWeeks:p.current,startIndex:A.current}:{visibleWeeks:[],startIndex:t};const r=e.slice(n,n+8);return r.length>=6&&(p.current=r,A.current=t),{visibleWeeks:r,startIndex:t}},[k]),W=t.useMemo(()=>B*f,[B,f]),U=t.useMemo(()=>{const e=k.totalHeight,t=B*f+16*f+F;return Math.max(0,e-t)},[k.totalHeight,B,f,F]);t.useEffect(()=>{const e=O.current;if(!e)return;const t=new ResizeObserver(t=>{for(const n of t){const t=n.contentRect.height;Z(t);const r=Math.max(80,Math.floor(t/6));if(r!==m.current&&0!==m.current){const t=Math.floor(e.scrollTop/m.current)*r;e.scrollTop=t,V(t)}m.current=r,g(r)}});return t.observe(e),()=>{t.disconnect()}},[O,V]);const q=t=>{e.updateEvent(t.id,t)},_=t=>{e.deleteEvent(t)},G=t=>{e.changeView(t)};return n.jsxs("div",{className:"h-full flex flex-col",children:[n.jsx(Th,{calendar:e,viewType:exports.ViewType.MONTH,currentDate:i,customTitle:`${S} ${I}`,onPrevious:P,onNext:$,onToday:Y,switcherMode:s}),n.jsx("div",{className:"sticky top-0 z-10 bg-white border-b border-gray-200",children:n.jsx("div",{className:"grid grid-cols-7 px-2",children:lu.map((e,t)=>n.jsx("div",{className:"text-right text-gray-500 text-sm py-2 pr-2",children:e},t))})}),n.jsxs("div",{ref:O,className:"flex-1 overflow-auto will-change-scroll",style:{scrollSnapType:"y mandatory",overflow:"hidden auto"},onScroll:R,children:[n.jsx("div",{style:{height:W}}),z.map((t,s)=>{var i;const l=null!==(i=u.get(t.weekData.startDate.getTime()))&&void 0!==i?i:[],c=5===s?Object.assign(Object.assign({},t),{height:t.height+F}):t;return n.jsx(qh,{item:c,currentMonth:S,currentYear:I,screenSize:h,isScrolling:H,calendarRef:o,events:l,onEventUpdate:q,onEventDelete:_,onMoveStart:E,onCreateStart:M,onResizeStart:j,isDragging:N,dragState:T,newlyCreatedEventId:v,onDetailPanelOpen:()=>y(null),onChangeView:G,onSelectDate:e.selectDate,selectedEventId:x,onEventSelect:D,detailPanelEventId:b,onDetailPanelToggle:w,customDetailPanelContent:r,customEventDetailDialog:a},`week-${t.weekData.startDate.getTime()}`)}),n.jsx("div",{style:{height:U}})]})]})},Gh={enableDrag:!0,enableResize:!1,enableCreate:!0,showOtherMonth:!0,weekHeight:120,showWeekNumbers:!1,enableVirtualScroll:!0,initialWeeksToLoad:156,dragConfig:{supportedViews:[exports.ViewType.MONTH],enableAllDayCreate:!1},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},virtualScrollConfig:{weekHeight:120,initialWeeksToLoad:156,enableVirtualScroll:!0,enableKeyboardNavigation:!0,supportedViews:[exports.ViewType.MONTH]},viewConfig:{showOtherMonth:!0,weekHeight:120,showWeekNumbers:!1,enableVirtualScroll:!0}},Xh=({app:e})=>{const a=e.getCurrentDate(),{yearHeight:o,screenSize:s}=zh(),[i,l]=t.useState(!1),c=t.useRef(new Fh),d=t.useRef(new Date),{currentYear:u,isScrolling:h,virtualData:f,scrollElementRef:g,handleScroll:m,scrollToYear:p,handlePreviousYear:v,handleNextYear:y,handleToday:x}=Bh({currentDate:a,yearHeight:o}),D=t.useCallback((e,t)=>{const n=new Date(e,t,1),r=0===n.getDay()?6:n.getDay()-1,o=[],s=d.current,i=a;for(let n=0;n<42;n++){const a=new Date(e,t,n-r+1),l=a.getDate(),c=a.getMonth()===t;o.push({date:l,isCurrentMonth:c,isToday:c&&a.toDateString()===s.toDateString(),isSelected:c&&a.toDateString()===i.toDateString(),fullDate:a})}return{year:e,month:t,monthName:cu[t],days:o}},[a]),b=t.useCallback(e=>{let t=c.current.get(e);if(!t){const n=[];for(let t=0;t<12;t++)n.push(D(e,t));t={year:e,months:n},c.current.set(e,t)}return t},[D]),w=t.useCallback(()=>{e.goToToday(),x()},[e,x]);t.useEffect(()=>{const e=e=>{if(!e.repeat)switch(e.key){case"ArrowUp":e.preventDefault(),v();break;case"ArrowDown":e.preventDefault(),y();break;case"Home":e.preventDefault(),w();break;case"PageUp":e.preventDefault();const t=Math.max(Rh,u-5);p(t);break;case"PageDown":e.preventDefault();const n=Math.min(Ph,u+5);p(n);break;case"F12":e.shiftKey&&(e.preventDefault(),l(!i))}};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[u,v,y,w,p,i]);const C=t.memo(({monthData:t})=>n.jsxs("div",{className:"h-fit",children:[n.jsx("div",{className:`text-red-600 font-semibold mb-2 sm:mb-3 ${"mobile"===s?"text-xs":"text-xs sm:text-sm"} `,children:t.monthName}),n.jsx("div",{className:"grid grid-cols-7 gap-0 mb-1 sm:mb-2",children:["M","T","W","T","F","S","S"].map((e,t)=>n.jsx("div",{className:"text-center text-gray-500 py-0.5 text-xs w-10",children:e},t))}),n.jsx("div",{className:"grid grid-cols-7 gap-0",children:t.days.map((t,r)=>n.jsx("button",{className:`\n text-center rounded-sm transition-colors\n w-10\n ${"mobile"===s?"text-xs py-1 min-h-[18px]":"text-xs py-1 sm:py-1.5 min-h-[20px] sm:min-h-[26px]"}\n ${t.isCurrentMonth?"text-gray-900 font-medium hover:bg-gray-100 active:bg-gray-200":"text-gray-300 cursor-not-allowed"}\n ${t.isToday?"bg-red-500 text-white hover:bg-red-600 font-bold shadow-sm ring-2 ring-red-200":""}\n ${t.isSelected&&!t.isToday?"bg-red-100 text-red-600 font-semibold ring-1 ring-red-300":""}\n `,onClick:()=>t.isCurrentMonth&&e.selectDate(t.fullDate),disabled:!t.isCurrentMonth,children:t.date},r))})]})),E=t.memo(({item:e})=>{const t=b(e.year);return n.jsx("div",{className:"absolute w-full",style:{top:e.top,height:e.height,contain:"layout style paint"},children:n.jsx("div",{className:"px-4 py-2 bg-white",children:n.jsx("div",{className:"mx-auto px-8",children:n.jsx("div",{className:"grid gap-3 lg:gap-8 "+("mobile"===s?"grid-cols-2 grid-rows-6":"tablet"===s?"grid-cols-3 grid-rows-4":"grid-cols-4 grid-rows-3"),children:t.months.map(e=>n.jsx(C,{monthData:e},`${e.year}-${e.month}`))})})})})});return C.displayName="MonthComponent",E.displayName="VirtualYearItem",n.jsxs("div",{className:"relative flex flex-col bg-white shadow-md w-full overflow-hidden h-full",children:[n.jsx("div",{className:"p-2 bg-white",children:n.jsxs("div",{className:"flex justify-between items-center",children:[n.jsx("h1",{className:"text-2xl font-semibold",children:u}),n.jsxs("div",{className:"flex space-x-1",children:[n.jsx("button",{className:"p-1 text-gray-600 hover:bg-gray-100 rounded",onClick:()=>e.goToPrevious(),title:"Previous week",children:n.jsx(r.ChevronLeft,{className:"h-5 w-5"})}),n.jsx("button",{className:"px-4 py-1 text-sm text-gray-700 hover:bg-gray-100 rounded",onClick:()=>e.goToToday(),title:"Go to today",children:"Today"}),n.jsx("button",{className:"p-1 text-gray-600 hover:bg-gray-100 rounded",onClick:()=>e.goToNext(),title:"Next week",children:n.jsx(r.ChevronRight,{className:"h-5 w-5"})})]})]})}),h&&n.jsx("div",{className:"absolute top-24 left-1/2 transform -translate-x-1/2 z-40 bg-white/95 backdrop-blur-sm py-2 px-4 rounded-lg shadow-lg border border-gray-200 transition-all duration-200 pointer-events-none",children:n.jsx("span",{className:"text-xl font-bold text-gray-900",children:u})}),n.jsx("div",{ref:g,className:"flex-1 overflow-auto bg-gray-50",onScroll:m,style:{contain:"layout style paint",scrollBehavior:"auto"},children:n.jsx("div",{className:"relative",style:{height:f.totalHeight},children:f.visibleItems.map(e=>n.jsx(E,{item:e},e.year))})}),n.jsx("div",{className:"absolute right-2 top-1/2 transform -translate-y-1/2 opacity-30 hover:opacity-70 transition-opacity",children:n.jsxs("div",{className:"bg-gray-800 text-white text-xs px-2 py-1 rounded",children:[Math.round((u-Rh)/(Ph-Rh)*100),"%"]})})]})},Jh={enableDrag:!1,enableResize:!1,enableCreate:!1,enableVirtualScroll:!0,showDebugInfo:!1,eventsConfig:{enableAutoRecalculate:!1,enableValidation:!0},viewConfig:{enableVirtualScroll:!0,showDebugInfo:!1}},Kh={enableAutoRecalculate:!0,enableValidation:!0,defaultEvents:[],maxEventsPerDay:50};exports.CalendarApp=D,exports.CalendarEvent=oh,exports.CalendarRegistry=g,exports.ColorPicker=ju,exports.DayFlowCalendar=({calendar:e,className:r,style:a,customDetailPanelContent:o,customEventDetailDialog:s,meta:i})=>{var l,c;const d=e.app,u=d.getCurrentView(),h=u.component,f=d.getSidebarConfig(),g=null!==(l=null==f?void 0:f.enabled)&&void 0!==l&&l,[m,p]=t.useState(0),[v,y]=t.useState(null!==(c=null==f?void 0:f.initialCollapsed)&&void 0!==c&&c);t.useEffect(()=>{var e;y(null!==(e=null==f?void 0:f.initialCollapsed)&&void 0!==e&&e)},[null==f?void 0:f.initialCollapsed]);const x=t.useCallback(()=>{p(e=>e+1)},[]),D=t.useMemo(()=>d.getCalendars(),[d,m]),b=t.useCallback((e,t)=>{d.setCalendarVisibility(e,t),x()},[d,x]),w=t.useCallback(e=>{d.setAllCalendarsVisibility(e),x()},[d,x]),C=t.useRef(null),E=s||(d.getUseEventDetailDialog()?Zu:void 0),M={app:d,config:u.config||{},customDetailPanelContent:o,customEventDetailDialog:E,switcherMode:d.state.switcherMode,calendarRef:C,meta:i},j={app:d,calendars:D,toggleCalendarVisibility:b,toggleAll:w,isCollapsed:v,setCollapsed:y},T=v?"60px":"number"==typeof(N=null==f?void 0:f.width)?`${N}px`:"string"==typeof N&&N.trim().length>0?N:"240px";var N;return n.jsx("div",{className:"calendar-container",style:null!=a?a:{height:800},children:n.jsxs("div",{className:"flex h-full",children:[g&&n.jsx("aside",{className:"flex-shrink-0",style:{width:T},children:g?f.render?f.render(j):n.jsx(Cu,Object.assign({},j)):null}),n.jsx("div",{className:"flex flex-col flex-1 h-full",ref:C,children:n.jsx("div",{className:"calendar-renderer h-full",children:n.jsx(h,Object.assign({},M))})})]})})},exports.DefaultEventDetailDialog=Zu,exports.DefaultEventDetailPanel=rh,exports.EventDetailPanelWithContent=ah,exports.EventLayoutCalculator=gh,exports.TIME_STEP=ru,exports.ViewHeader=Th,exports.addDays=qd,exports.buildParseRegExp=Hu,exports.calculateDayIndex=xu,exports.convertDateEvent=function(e,t,n,r,a=!1,o){return Ju(Object.assign({id:e,title:t,start:n,end:r,allDay:a},o))},exports.convertDateEventWithTimeZone=function(e,t,n,r,a,o){return Ku(Object.assign({id:e,title:t,start:n,end:r,timeZone:a},o))},exports.createAllDayEvent=function(e,t,n,r){return Ju(Object.assign({id:e,title:t,start:n,end:n,allDay:!0},r))},exports.createDateWithHour=Gd,exports.createDayView=(e={})=>{const n=Object.assign(Object.assign({},Sh),e),r=e=>t.createElement(Fu,{viewType:exports.ViewType.DAY,originalComponent:Nh,app:e.app,config:n,className:"day-view-factory",customDetailPanelContent:e.customDetailPanelContent,customEventDetailDialog:e.customEventDetailDialog,calendarRef:e.calendarRef,switcherMode:e.switcherMode,meta:e.meta});return r.displayName="DayViewAdapter",{type:exports.ViewType.DAY,component:r,config:n}},exports.createDragPlugin=function(e={}){const t=Object.assign(Object.assign({},bh),e),n={getConfig:()=>t,updateConfig:e=>{Object.assign(t,e)},isViewSupported:e=>t.supportedViews.includes(e)};return{name:"drag",config:t,install:()=>{v.log("Drag plugin installed - providing drag capabilities")},api:n}},exports.createEvent=Ju,exports.createEventWithDate=(e,t)=>{var n,r;const a=vu(t,null!==(n=e.day)&&void 0!==n?n:0),o=null!==(r=e.allDay)&&void 0!==r&&r;return Object.assign(Object.assign({},e),{start:yu(a,o),end:yu(a,o)})},exports.createEventWithRealDate=(e,t)=>{var n,r;const a=new Date(t);a.setDate(t.getDate()+(null!==(n=e.day)&&void 0!==n?n:0));const o=null!==(r=e.allDay)&&void 0!==r&&r;return Object.assign(Object.assign({},e),{start:yu(a,o),end:yu(a,o)})},exports.createEvents=function(e){return e.map(e=>Ju(e))},exports.createEventsPlugin=function(e={}){const t=Object.assign(Object.assign({},Kh),e);let n;const r={getAll:()=>n.getAllEvents(),getById:e=>n.getAllEvents().find(t=>t.id===e),add:e=>{if(t.enableValidation){const t=r.validateEvent(e);if(t.length>0)throw new Error(`Event validation failed: ${t.join(", ")}`)}if(t.maxEventsPerDay&&void 0!==e.day){if(r.getByDay(e.day,n.getCurrentDate()).length>=t.maxEventsPerDay)throw new Error(`Maximum events per day (${t.maxEventsPerDay}) exceeded`)}if(n.addEvent(e),t.enableAutoRecalculate){const e=a(n.getCurrentDate()),t=Du(n.getAllEvents(),e);n.state.events=t}},update:(e,o)=>{const s=r.getById(e);if(!s)throw new Error(`Event with id ${e} not found`);const i=Object.assign(Object.assign({},s),o);if(t.enableValidation){const e=r.validateEvent(i);if(e.length>0)throw new Error(`Event validation failed: ${e.join(", ")}`)}if(n.updateEvent(e,o),t.enableAutoRecalculate){const e=a(n.getCurrentDate()),t=Du(n.getAllEvents(),e);n.state.events=t}return n.getAllEvents().find(t=>t.id===e)},delete:e=>{n.deleteEvent(e)},getByDate:e=>n.getAllEvents().filter(t=>{const n=Zd(t.start);n.setHours(0,0,0,0);const r=new Date(e);return r.setHours(0,0,0,0),n.getTime()===r.getTime()}),getByDateRange:(e,t)=>n.getAllEvents().filter(n=>{const r=Zd(n.start),a=Zd(n.end);return r>=e&&r<=t||a>=e&&a<=t||r<=e&&a>=t}),getByDay:(e,t)=>n.getAllEvents().filter(t=>t.day===e),getAllDayEvents:(e,t)=>t.filter(t=>t.day===e&&t.allDay),recalculateEventDays:(e,t)=>Du(e,t),validateEvent:e=>{const t=[];return e.title&&""!==e.title.trim()||t.push("Event title is required"),e.start||t.push("Event start time is required"),e.end||t.push("Event end time is required"),e.start&&e.end&&!e.allDay&&e.start>=e.end&&t.push("Start time must be before end time"),e.id&&"string"!=typeof e.id&&t.push("Event ID must be a string"),t},filterEvents:(e,t)=>e.filter(t)};function a(e){const t=e.getDay(),n=e.getDate()-t+(0===t?-6:1),r=new Date(e);return r.setDate(n),r.setHours(0,0,0,0),r}return{name:"events",config:t,install:e=>{n=e,v.log("Events plugin installed - providing event management services")},api:r}},exports.createMonthView=(e={})=>{const n=Object.assign(Object.assign({},Gh),e),r=e=>t.createElement(Fu,{viewType:exports.ViewType.MONTH,originalComponent:_h,app:e.app,config:n,className:"month-view-factory",customDetailPanelContent:e.customDetailPanelContent,customEventDetailDialog:e.customEventDetailDialog,calendarRef:e.calendarRef,switcherMode:e.switcherMode,meta:e.meta});return r.displayName="MonthViewAdapter",{type:exports.ViewType.MONTH,component:r,config:n}},exports.createTemporalWithHour=Fd,exports.createTimedEvent=function(e,t,n,r,a){return Ju(Object.assign({id:e,title:t,start:n,end:r},a))},exports.createTimezoneEvent=Ku,exports.createTimezoneEvents=function(e){return e.map(e=>Ku(e))},exports.createWeekView=(e={})=>{const n=Object.assign(Object.assign({},Hh),e),r=e=>t.createElement(Fu,{viewType:exports.ViewType.WEEK,originalComponent:Ih,app:e.app,config:n,className:"week-view-factory",customDetailPanelContent:e.customDetailPanelContent,customEventDetailDialog:e.customEventDetailDialog,calendarRef:e.calendarRef,switcherMode:e.switcherMode,meta:e.meta});return r.displayName="WeekViewAdapter",{type:exports.ViewType.WEEK,component:r,config:n}},exports.createYearView=(e={})=>{const n=Object.assign(Object.assign({},Jh),e),r=e=>t.createElement(Fu,{viewType:exports.ViewType.YEAR,originalComponent:Xh,app:e.app,config:n,className:"year-view-factory",customDetailPanelContent:e.customDetailPanelContent,customEventDetailDialog:e.customEventDetailDialog,calendarRef:e.calendarRef,meta:e.meta});return r.displayName="YearViewAdapter",{type:exports.ViewType.YEAR,component:r,config:n}},exports.dateToPlainDate=Uu,exports.dateToPlainDateTime=qu,exports.dateToZonedDateTime=_u,exports.daysBetween=function(e,t){const n=Yd(e)?e:e.toPlainDate(),r=Yd(t)?t:t.toPlainDate();return n.until(r).days},exports.daysDifference=Ud,exports.extractHourFromDate=_d,exports.extractHourFromTemporal=function(e){return zu(e)?0:e.hour+e.minute/60},exports.formatDate=Mu,exports.formatDateConsistent=Eu,exports.formatEventTimeRange=ou,exports.formatMonthYear=e=>`${["January","February","March","April","May","June","July","August","September","October","November","December"][e.getMonth()]} ${e.getFullYear()}`,exports.formatTemporal=Pu,exports.formatTime=au,exports.generateDayData=hu,exports.generateUniKey=bu,exports.generateWeekData=fu,exports.generateWeekRange=mu,exports.generateWeeksData=(e,t=3)=>{const n=5*t,{monday:r}=uu(e),a=[],o=Math.floor(n/2),s=new Date(r);s.setDate(s.getDate()-7*o);for(let e=0;e<n;e++){const t=new Date(s);t.setDate(t.getDate()+7*e),a.push(fu(t))}return a},exports.getAllDayEventsForDay=(e,t,n)=>t.filter(t=>{if(!t.allDay)return!1;if(!n)return t.day===e;const r=new Date(n);r.setDate(n.getDate()+e),r.setHours(0,0,0,0);const a=Zd(t.start);a.setHours(0,0,0,0);const o=Zd(t.end);return o.setHours(0,0,0,0),r>=a&&r<=o}),exports.getCurrentWeekDates=()=>{const e=new Date,t=new Date,n=e.getDay(),r=e.getDate()-n+(0===n?-6:1);return lu.map((n,a)=>{const o=new Date(e);return o.setDate(r+a),{date:o.getDate(),month:o.toLocaleString("default",{month:"short"}),isToday:o.getDate()===t.getDate()&&o.getMonth()===t.getMonth()&&o.getFullYear()===t.getFullYear()}})},exports.getDateByDayIndex=vu,exports.getDayIndexByDate=(e,t)=>{const n=new Date(e);n.setHours(0,0,0,0);const r=new Date(t);r.setHours(0,0,0,0);const a=r.getTime()-n.getTime();return Math.floor(a/864e5)},exports.getEndOfDay=Xd,exports.getEndOfTemporal=Wd,exports.getEventBgColor=Qd,exports.getEventEndHour=iu,exports.getEventTextColor=eu,exports.getEventsForDay=pu,exports.getEventsForWeek=(e,t)=>{const n=new Date(t);return n.setDate(t.getDate()+6),n.setHours(23,59,59,999),e.filter(e=>{const r=Zd(e.start);return r>=t&&r<=n}).map(e=>{const n=xu(Zd(e.start),t);return Object.assign(Object.assign({},e),{day:n})})},exports.getLineColor=nu,exports.getMonthYearOfWeek=gu,exports.getPlainDate=function(e){return zu(e)?e:(Bu(e),e.toPlainDate())},exports.getSelectedBgColor=tu,exports.getStartOfDay=e=>{if(e instanceof Date){const t=new Date(e);return t.setHours(0,0,0,0),t}return Bd(e)},exports.getStartOfTemporal=Bd,exports.getTestEvents=function(){const e=new Date,t=e.getDay(),n=new Date(e),r=0===t?-6:1-t;n.setDate(e.getDate()+r),n.setHours(0,0,0,0);const a=[{id:"15",title:"C-早开始",day:3,startHour:8.5,endHour:10,calendarId:"teal"},{id:"16",title:"D-晚开始",day:3,startHour:9,endHour:10.5,calendarId:"red"},{id:"21",title:"A",day:0,startHour:14,endHour:16,calendarId:"blue"},{id:"22",title:"B",day:0,startHour:14.5,endHour:16,calendarId:"green"},{id:"23",title:"C",day:0,startHour:14.5,endHour:16,calendarId:"purple"},{id:"24",title:"D",day:0,startHour:15,endHour:16,calendarId:"yellow"},{id:"25",title:"E",day:0,startHour:15,endHour:16,calendarId:"red"},{id:"26",title:"F",day:0,startHour:15.5,endHour:16,calendarId:"orange"},{id:"27",title:"G",day:0,startHour:15,endHour:16,calendarId:"pink"},{id:"28",title:"H",day:0,startHour:15.5,endHour:16,calendarId:"teal"},{id:"29",title:"L",day:0,startHour:15.5,endHour:16,calendarId:"teal"},{id:"30",title:"I",day:0,startHour:15.5,endHour:16,calendarId:"blue"},{id:"99",title:"X",day:0,startHour:15.5,endHour:16,calendarId:"blue"},{id:"6",title:"假日",day:0,startHour:0,endHour:0,calendarId:"blue",allDay:!0},{id:"7",title:"研讨会",day:2,startHour:0,endHour:0,calendarId:"green",allDay:!0},{id:"8",title:"团队建设",day:4,startHour:0,endHour:0,calendarId:"purple",allDay:!0},{id:"41",title:"A",day:3,startHour:16,endHour:18.25,calendarId:"blue"},{id:"42",title:"B",day:3,startHour:16.5,endHour:18,calendarId:"green"},{id:"43",title:"C",day:3,startHour:16.75,endHour:17.75,calendarId:"purple"},{id:"44",title:"D",day:3,startHour:17,endHour:19,calendarId:"yellow"},{id:"45",title:"E",day:3,startHour:17.75,endHour:18.75,calendarId:"red"},{id:"46",title:"X",day:2,startHour:15,endHour:15.75,calendarId:"orange"},{id:"47",title:"Y",day:2,startHour:15.5,endHour:19.5,calendarId:"pink"},{id:"48",title:"Z",day:2,startHour:15,endHour:15.75,calendarId:"teal"},{id:"59",title:"Q",day:2,startHour:17,endHour:18,calendarId:"teal"},{id:"60",title:"W",day:2,startHour:15.5,endHour:18,calendarId:"teal"},{id:"31",title:"A",day:6,startHour:14,endHour:16,calendarId:"blue"},{id:"32",title:"B",day:6,startHour:14.5,endHour:16,calendarId:"green"},{id:"33",title:"C",day:6,startHour:14.5,endHour:16,calendarId:"purple"},{id:"34",title:"D",day:6,startHour:15,endHour:16,calendarId:"yellow"},{id:"35",title:"E",day:6,startHour:15.5,endHour:16.5,calendarId:"red"},{id:"36",title:"F",day:6,startHour:16.25,endHour:16.75,calendarId:"orange"},{id:"37",title:"G",day:6,startHour:16,endHour:17.25,calendarId:"pink"},{id:"51",title:"下周会议1",day:1,startHour:9,endHour:10,calendarId:"blue"},{id:"52",title:"下周会议2",day:3,startHour:14,endHour:15,calendarId:"green"},{id:"81",title:"A",day:5,startHour:14,endHour:16,calendarId:"blue"},{id:"82",title:"B",day:5,startHour:14.5,endHour:16,calendarId:"green"},{id:"83",title:"C",day:5,startHour:14.5,endHour:16,calendarId:"purple"},{id:"84",title:"D",day:5,startHour:15,endHour:16,calendarId:"yellow"},{id:"85",title:"E",day:5,startHour:15,endHour:16,calendarId:"red"},{id:"86",title:"F",day:5,startHour:15.75,endHour:17,calendarId:"orange"},{id:"87",title:"G",day:5,startHour:14.75,endHour:17.5,calendarId:"pink"}].map(e=>{const t=new Date(n);if(t.setDate(n.getDate()+e.day),e.allDay)return{id:e.id,title:e.title,start:Rd.PlainDate.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}),end:Rd.PlainDate.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}),allDay:!0,calendarId:e.calendarId,day:e.day};const r=Math.floor(e.startHour),a=Math.round(60*(e.startHour-r)),o=Math.floor(e.endHour),s=Math.round(60*(e.endHour-o));return{id:e.id,title:e.title,start:Rd.ZonedDateTime.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate(),hour:r,minute:a,timeZone:Rd.Now.timeZoneId()}),end:Rd.ZonedDateTime.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate(),hour:o,minute:s,timeZone:Rd.Now.timeZoneId()}),allDay:!1,calendarId:e.calendarId,day:e.day}});return a},exports.getWeekRange=uu,exports.getZoneId=Ou,exports.isDate=function(e){return e instanceof Date},exports.isEventInWeek=(e,t)=>{const n=xu(e,t);return n>=0&&n<=6},exports.isMultiDayEvent=Kd,exports.isMultiDayTemporalEvent=function(e,t){return!zd(e,t)},exports.isPlainDate=zu,exports.isPlainDateTime=Bu,exports.isSameDay=Jd,exports.isSamePlainDate=zd,exports.isSameTemporal=function(e,t){const n=zu(e)?e:(Bu(e),e.toPlainDate()),r=zu(t)?t:(Bu(t),t.toPlainDate());return n.equals(r)},exports.isZonedDateTime=Wu,exports.mergeFormatTemplate=Su,exports.monthNames=cu,exports.normalizeToZoned=Ru,exports.now=function(e=Rd.Now.timeZoneId()){return Rd.Now.zonedDateTimeISO(e)},exports.pad=Nu,exports.parseTemporalString=ku,exports.plainDateTimeToDate=function(e){return new Date(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond)},exports.plainDateToDate=function(e){return new Date(e.year,e.month-1,e.day)},exports.recalculateEventDays=Du,exports.roundToTimeStep=su,exports.setHourInTemporal=function(e,t){const n=Math.floor(t),r=Math.round(60*(t-n));return Wu(e),e.with({hour:n,minute:r,second:0,millisecond:0})},exports.shortMonthNames=du,exports.temporalToDate=function(e){if(zu(e))return new Date(e.year,e.month-1,e.day);if(Bu(e))return new Date(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);const t=e.toInstant();return new Date(t.epochMilliseconds)},exports.today=function(e=Rd.Now.timeZoneId()){return Rd.Now.plainDateISO(e)},exports.updateEventDateAndDay=(e,t,n)=>{const r=vu(n,t);return Object.assign(Object.assign({},e),{day:t,start:e.allDay?Rd.PlainDate.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate()}):Rd.ZonedDateTime.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate(),hour:r.getHours(),minute:r.getMinutes(),timeZone:Rd.Now.timeZoneId()}),end:e.allDay?Rd.PlainDate.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate()}):Rd.ZonedDateTime.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate(),hour:r.getHours(),minute:r.getMinutes(),timeZone:Rd.Now.timeZoneId()})})},exports.updateEventWithRealDate=(e,t,n)=>{var r;const a=new Date(n);a.setDate(n.getDate()+t);const o=null!==(r=e.allDay)&&void 0!==r&&r;return Object.assign(Object.assign({},e),{day:t,start:yu(a,o),end:yu(a,o)})},exports.useCalendarApp=function(e){const n=t.useMemo(()=>new D(e),[]),[r,a]=t.useState(n.state.currentView),[o,s]=t.useState(n.state.currentDate),[i,l]=t.useState(n.getEvents()),[,c]=t.useState({}),d=t.useCallback(()=>{c({})},[]);t.useEffect(()=>{const e=n.changeView;n.changeView=t=>{e(t),a(t),d()};const t=n.setCurrentDate;n.setCurrentDate=e=>{t(e),s(new Date(e)),d()};const r=n.addEvent;n.addEvent=e=>{r(e),l([...n.getEvents()]),d()};const o=n.updateEvent;n.updateEvent=(e,t,r)=>{o(e,t,r),l([...n.getEvents()]),d()};const i=n.deleteEvent;n.deleteEvent=e=>{i(e),l([...n.getEvents()]),d()};const c=n.setCalendarVisibility;n.setCalendarVisibility=(e,t)=>{c(e,t),l([...n.getEvents()]),d()};const u=n.setAllCalendarsVisibility;n.setAllCalendarsVisibility=e=>{u(e),l([...n.getEvents()]),d()};const h=n.setVisibleMonth;return n.setVisibleMonth=e=>{h(e),d()},()=>{}},[n,d]),t.useEffect(()=>{a(n.state.currentView),s(n.state.currentDate),l(n.getEvents())},[n]);const u=t.useCallback(e=>{n.changeView(e)},[n]),h=t.useCallback(e=>{n.setCurrentDate(e)},[n]),f=t.useCallback(e=>{n.addEvent(e)},[n]),g=t.useCallback((e,t,r)=>{n.updateEvent(e,t,r)},[n]),m=t.useCallback(e=>{n.deleteEvent(e)},[n]),p=t.useCallback(()=>{n.goToToday()},[n]),v=t.useCallback(()=>{n.goToPrevious()},[n]),y=t.useCallback(()=>{n.goToNext()},[n]),x=t.useCallback(e=>{n.selectDate(e)},[n]),b=t.useCallback((e,t)=>{n.setCalendarVisibility(e,t)},[n]),w=t.useCallback(e=>{n.setAllCalendarsVisibility(e)},[n]);return{app:n,currentView:r,currentDate:o,events:i,changeView:u,setCurrentDate:h,addEvent:f,updateEvent:g,deleteEvent:m,goToToday:p,goToPrevious:v,goToNext:y,selectDate:x,getCalendars:()=>n.getCalendars(),setCalendarVisibility:b,setAllCalendarsVisibility:w,getAllEvents:()=>n.getAllEvents(),setVisibleMonth:e=>n.setVisibleMonth(e),getVisibleMonth:()=>n.getVisibleMonth(),sidebarConfig:n.getSidebarConfig()}},exports.useDrag=Dh,exports.useDragForView=wh,exports.useResponsiveConfig=zh,exports.useResponsiveMonthConfig=Wh,exports.useVirtualMonthScroll=Uh,exports.useVirtualScroll=Bh,exports.weekDays=lu,exports.weekDaysFullName=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],exports.zonedDateTimeToDate=Ld;