@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.esm.js CHANGED
@@ -1,125 +1 @@
1
- import e,{useMemo as t,useState as a,useCallback as r,useEffect as n,forwardRef as h,createElement as d,useRef as i}from"react";import{jsxs as y,jsx as o,Fragment as l}from"react/jsx-runtime";import c from"react-dom";import{createRoot as s}from"react-dom/client";var p;!function(e){e.DAY="day",e.WEEK="week",e.MONTH="month",e.YEAR="year"}(p||(p={}));const k=100,u=8,v=150,m=80,M=90,g=119;class f{constructor(e=k){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 x=[{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 w{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)}):x.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 b=new w;function D(){return b}const H=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)}},z="240px",j=e=>"number"==typeof e?`${e}px`:"string"==typeof e&&e.trim().length>0?e:z;class q{constructor(t){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 p.DAY:e.setDate(e.getDate()-1);break;case p.WEEK:e.setDate(e.getDate()-7);break;case p.MONTH:e.setMonth(e.getMonth()-1)}this.setCurrentDate(e)},this.goToNext=()=>{const e=new Date(this.state.currentDate);switch(this.state.currentView){case p.DAY:e.setDate(e.getDate()+1);break;case p.WEEK:e.setDate(e.getDate()+7);break;case p.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)?H.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=()=>e.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:t.defaultView||p.WEEK,currentDate:t.initialDate||new Date,events:t.events||[],switcherMode:t.switcherMode||"buttons",plugins:new Map,views:new Map},this.callbacks=t.callbacks||{},this.calendarRegistry=new w(t.calendars,t.defaultCalendar,(null===(a=t.theme)||void 0===a?void 0:a.mode)||"light"),h=this.calendarRegistry,b=h,this.sidebarConfig=(e=>{if(!e)return{enabled:!1,width:z,initialCollapsed:!1};if(!0===e)return{enabled:!0,width:z,initialCollapsed:!1};const{enabled:t=!0,width:a,initialCollapsed:r=!1,render:n}=e;return{enabled:t,width:j(a),initialCollapsed:r,render:n}})(t.useSidebar),this.state.sidebar=this.sidebarConfig;const d=this.state.currentDate;this.visibleMonth=new Date(d.getFullYear(),d.getMonth(),1),this.useEventDetailDialog=null!==(r=t.useEventDetailDialog)&&void 0!==r&&r,t.views.forEach(e=>{this.state.views.set(e.type,e)}),null===(n=t.plugins)||void 0===n||n.forEach(e=>{this.installPlugin(e)})}}function V(e){const h=t(()=>new q(e),[]),[d,i]=a(h.state.currentView),[y,o]=a(h.state.currentDate),[l,c]=a(h.getEvents()),[,s]=a({}),p=r(()=>{s({})},[]);n(()=>{const e=h.changeView;h.changeView=t=>{e(t),i(t),p()};const t=h.setCurrentDate;h.setCurrentDate=e=>{t(e),o(new Date(e)),p()};const a=h.addEvent;h.addEvent=e=>{a(e),c([...h.getEvents()]),p()};const r=h.updateEvent;h.updateEvent=(e,t,a)=>{r(e,t,a),c([...h.getEvents()]),p()};const n=h.deleteEvent;h.deleteEvent=e=>{n(e),c([...h.getEvents()]),p()};const d=h.setCalendarVisibility;h.setCalendarVisibility=(e,t)=>{d(e,t),c([...h.getEvents()]),p()};const y=h.setAllCalendarsVisibility;h.setAllCalendarsVisibility=e=>{y(e),c([...h.getEvents()]),p()};const l=h.setVisibleMonth;return h.setVisibleMonth=e=>{l(e),p()},()=>{}},[h,p]),n(()=>{i(h.state.currentView),o(h.state.currentDate),c(h.getEvents())},[h]);const k=r(e=>{h.changeView(e)},[h]),u=r(e=>{h.setCurrentDate(e)},[h]),v=r(e=>{h.addEvent(e)},[h]),m=r((e,t,a)=>{h.updateEvent(e,t,a)},[h]),M=r(e=>{h.deleteEvent(e)},[h]),g=r(()=>{h.goToToday()},[h]),f=r(()=>{h.goToPrevious()},[h]),x=r(()=>{h.goToNext()},[h]),w=r(e=>{h.selectDate(e)},[h]),b=r((e,t)=>{h.setCalendarVisibility(e,t)},[h]),D=r(e=>{h.setAllCalendarsVisibility(e)},[h]);return{app:h,currentView:d,currentDate:y,events:l,changeView:k,setCurrentDate:u,addEvent:v,updateEvent:m,deleteEvent:M,goToToday:g,goToPrevious:f,goToNext:x,selectDate:w,getCalendars:()=>h.getCalendars(),setCalendarVisibility:b,setAllCalendarsVisibility:D,getAllEvents:()=>h.getAllEvents(),setVisibleMonth:e=>h.setVisibleMonth(e),getVisibleMonth:()=>h.getVisibleMonth(),sidebarConfig:h.getSidebarConfig()}}
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
- */const C=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)},E=(...e)=>e.filter((e,t,a)=>Boolean(e)&&""!==e.trim()&&a.indexOf(e)===t).join(" ").trim();
8
- /**
9
- * @license lucide-react v0.487.0 - ISC
10
- *
11
- * This source code is licensed under the ISC license.
12
- * See the LICENSE file in the root directory of this source tree.
13
- */
14
- var A={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"};
15
- /**
16
- * @license lucide-react v0.487.0 - ISC
17
- *
18
- * This source code is licensed under the ISC license.
19
- * See the LICENSE file in the root directory of this source tree.
20
- */const N=h(({color:e="currentColor",size:t=24,strokeWidth:a=2,absoluteStrokeWidth:r,className:n="",children:h,iconNode:i,...y},o)=>d("svg",{ref:o,...A,width:t,height:t,stroke:e,strokeWidth:r?24*Number(a)/Number(t):a,className:E("lucide",n),...y},[...i.map(([e,t])=>d(e,t)),...Array.isArray(h)?h:[h]])),T=(e,t)=>{const a=h(({className:a,...r},n)=>{return d(N,{ref:n,iconNode:t,className:E(`lucide-${h=C(e),h.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,a),...r});var h});return a.displayName=C(e),a};
21
- /**
22
- * @license lucide-react v0.487.0 - ISC
23
- *
24
- * This source code is licensed under the ISC license.
25
- * See the LICENSE file in the root directory of this source tree.
26
- */T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("align-center",[["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 18H5",key:"18s9l3"}],["path",{d:"M21 6H3",key:"1jwq7v"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("align-justify",[["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M3 6h18",key:"d0wm0j"}]]);T("align-left",[["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 18H3",key:"1amg6g"}],["path",{d:"M21 6H3",key:"1jwq7v"}]]);T("align-right",[["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 18H7",key:"1ygte8"}],["path",{d:"M21 6H3",key:"1jwq7v"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("arrow-big-down-dash",[["path",{d:"M15 5H9",key:"1tp3ed"}],["path",{d:"M15 9v3h4l-7 7-7-7h4V9z",key:"ncdc4b"}]]);T("arrow-big-left-dash",[["path",{d:"M19 15V9",key:"1hci5f"}],["path",{d:"M15 15h-3v4l-7-7 7-7v4h3v6z",key:"16tjna"}]]);T("arrow-big-down",[["path",{d:"M15 6v6h4l-7 7-7-7h4V6h6z",key:"1thax2"}]]);T("arrow-big-left",[["path",{d:"M18 15h-6v4l-7-7 7-7v4h6v6z",key:"lbrdak"}]]);T("arrow-big-right-dash",[["path",{d:"M5 9v6",key:"158jrl"}],["path",{d:"M9 9h3V5l7 7-7 7v-4H9V9z",key:"1sg2xn"}]]);T("arrow-big-right",[["path",{d:"M6 9h6V5l7 7-7 7v-4H6V9z",key:"7fvt9c"}]]);T("arrow-big-up-dash",[["path",{d:"M9 19h6",key:"456am0"}],["path",{d:"M9 15v-3H5l7-7 7 7h-4v3H9z",key:"1r2uve"}]]);T("arrow-big-up",[["path",{d:"M9 18v-6H5l7-7 7 7h-4v6H9z",key:"1x06kx"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("arrow-down-left",[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]]);T("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"}]]);T("arrow-down-right",[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("arrow-down",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("arrow-up-left",[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]]);T("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"}]]);T("arrow-up-right",[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("arrow-up",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("axis-3d",[["path",{d:"M4 4v16h16",key:"1s015l"}],["path",{d:"m4 20 7-7",key:"17qe9y"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("ban",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.9 4.9 14.2 14.2",key:"1m5liu"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("baseline",[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("blend",[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("bluetooth",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("bookmark",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);
27
- /**
28
- * @license lucide-react v0.487.0 - ISC
29
- *
30
- * This source code is licensed under the ISC license.
31
- * See the LICENSE file in the root directory of this source tree.
32
- */
33
- const I=T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);
34
- /**
35
- * @license lucide-react v0.487.0 - ISC
36
- *
37
- * This source code is licensed under the ISC license.
38
- * See the LICENSE file in the root directory of this source tree.
39
- */
40
- const S=T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("chart-no-axes-column-decreasing",[["path",{d:"M12 20V10",key:"g8npz5"}],["path",{d:"M18 20v-4",key:"8uic4z"}],["path",{d:"M6 20V4",key:"1w1bmo"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("chart-no-axes-gantt",[["path",{d:"M8 6h10",key:"9lnwnk"}],["path",{d:"M6 12h9",key:"1g9pqf"}],["path",{d:"M11 18h7",key:"c8dzvl"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("check-check",[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]]);
41
- /**
42
- * @license lucide-react v0.487.0 - ISC
43
- *
44
- * This source code is licensed under the ISC license.
45
- * See the LICENSE file in the root directory of this source tree.
46
- */
47
- const L=T("check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);T("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"}]]);T("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"}]]);T("chevron-first",[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]]);T("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);T("chevron-last",[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]]);
48
- /**
49
- * @license lucide-react v0.487.0 - ISC
50
- *
51
- * This source code is licensed under the ISC license.
52
- * See the LICENSE file in the root directory of this source tree.
53
- */
54
- const Z=T("chevron-left",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]),O=T("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);T("chevron-up",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]);T("chevrons-down-up",[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]]);T("chevrons-down",[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]]);T("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"}]]);
55
- /**
56
- * @license lucide-react v0.487.0 - ISC
57
- *
58
- * This source code is licensed under the ISC license.
59
- * See the LICENSE file in the root directory of this source tree.
60
- */
61
- const R=T("chevrons-left",[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]]);T("chevrons-left-right",[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]]);
62
- /**
63
- * @license lucide-react v0.487.0 - ISC
64
- *
65
- * This source code is licensed under the ISC license.
66
- * See the LICENSE file in the root directory of this source tree.
67
- */
68
- const P=T("chevrons-right",[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]]);T("chevrons-right-left",[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]]);
69
- /**
70
- * @license lucide-react v0.487.0 - ISC
71
- *
72
- * This source code is licensed under the ISC license.
73
- * See the LICENSE file in the root directory of this source tree.
74
- */
75
- const $=T("chevrons-up-down",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]);T("chevrons-up",[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);T("circle-chevron-down",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]);T("circle-chevron-left",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]);T("circle-chevron-right",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]);T("circle-chevron-up",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("circle-dot",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);T("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"}]]);T("circle-equal",[["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("circle-minus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);T("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"}]]);T("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"}]]);T("circle-parking",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]);T("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"}]]);T("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"}]]);T("circle-play",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polygon",{points:"10 8 16 12 10 16 10 8",key:"1cimsy"}]]);T("circle-plus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]);T("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"}]]);T("circle-slash-2",[["path",{d:"M22 2 2 22",key:"y4kqgn"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);T("circle-slash",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]);T("circle-small",[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]]);T("circle-stop",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("clock-1",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 8",key:"12zbmj"}]]);T("clock-10",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 10",key:"atfzqc"}]]);T("clock-11",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 8",key:"l5bg6f"}]]);T("clock-12",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12",key:"1fub01"}]]);T("clock-2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 10",key:"1g230d"}]]);T("clock-3",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16.5 12",key:"1aq6pp"}]]);T("clock-4",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]);T("clock-5",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 16",key:"1pcbox"}]]);T("clock-7",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 16",key:"ka3394"}]]);T("clock-6",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 12 16.5",key:"hb2qv6"}]]);T("clock-8",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 14",key:"tmc9b4"}]]);T("clock-9",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 7.5 12",key:"1k60p0"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("clock",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("cloud",[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]]);T("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"}]]);T("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"}]]);T("code",[["polyline",{points:"16 18 22 12 16 6",key:"z7tu5w"}],["polyline",{points:"8 6 2 12 8 18",key:"1eg1df"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("columns-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("contrast",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("cylinder",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("dice-1",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("diff",[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("disc",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("dot",[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("eclipse",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("equal",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("facebook",[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("fish-symbol",[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]]);T("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"}]]);T("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"}]]);T("flag-triangle-left",[["path",{d:"M17 22V2L7 7l10 5",key:"1rmf0r"}]]);T("flag-triangle-right",[["path",{d:"M7 22V2l10 5-10 5",key:"17n18y"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("forward",[["polyline",{points:"15 17 20 12 15 7",key:"1w3sku"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]]);T("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"}]]);T("framer",[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]);T("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"}]]);T("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"}]]);
76
- /**
77
- * @license lucide-react v0.487.0 - ISC
78
- *
79
- * This source code is licensed under the ISC license.
80
- * See the LICENSE file in the root directory of this source tree.
81
- */
82
- const Y=T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("git-commit-vertical",[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("heading",[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);
83
- /**
84
- * @license lucide-react v0.487.0 - ISC
85
- *
86
- * This source code is licensed under the ISC license.
87
- * See the LICENSE file in the root directory of this source tree.
88
- */
89
- const F=T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("kanban",[["path",{d:"M6 5v11",key:"mdvv1e"}],["path",{d:"M12 5v6",key:"14ar3b"}],["path",{d:"M18 5v14",key:"7ji314"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("lamp-floor",[["path",{d:"M9 2h6l3 7H6l3-7Z",key:"wcx6mj"}],["path",{d:"M12 9v13",key:"3n1su1"}],["path",{d:"M9 22h6",key:"1rlq3v"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("list-filter",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M10 18h4",key:"1ulq68"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);
90
- /**
91
- * @license lucide-react v0.487.0 - ISC
92
- *
93
- * This source code is licensed under the ISC license.
94
- * See the LICENSE file in the root directory of this source tree.
95
- */
96
- const B=T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("martini",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("message-circle",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("moon",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]]);T("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"}]]);T("mountain",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("mouse",[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]]);T("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"}]]);T("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"}]]);T("move-diagonal-2",[["path",{d:"M19 13v6h-6",key:"1hxl6d"}],["path",{d:"M5 11V5h6",key:"12e2xe"}],["path",{d:"m5 5 14 14",key:"11anup"}]]);T("move-diagonal",[["path",{d:"M11 19H5v-6",key:"8awifj"}],["path",{d:"M13 5h6v6",key:"7voy1q"}],["path",{d:"M19 5 5 19",key:"wwaj1z"}]]);T("move-down-left",[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]);T("move-down-right",[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]);T("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"}]]);T("move-left",[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]]);T("move-down",[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]]);
97
- /**
98
- * @license lucide-react v0.487.0 - ISC
99
- *
100
- * This source code is licensed under the ISC license.
101
- * See the LICENSE file in the root directory of this source tree.
102
- */
103
- const W=T("move-right",[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]]);T("move-up-left",[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]);T("move-up-right",[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]);T("move-up",[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]]);T("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"}]]);T("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"}]]);T("music-2",[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]]);T("music-3",[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("navigation-2",[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]]);T("navigation",[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("option",[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("panel-bottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("panel-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]]);
104
- /**
105
- * @license lucide-react v0.487.0 - ISC
106
- *
107
- * This source code is licensed under the ISC license.
108
- * See the LICENSE file in the root directory of this source tree.
109
- */
110
- const U=T("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"}]]);T("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"}]]);
111
- /**
112
- * @license lucide-react v0.487.0 - ISC
113
- *
114
- * This source code is licensed under the ISC license.
115
- * See the LICENSE file in the root directory of this source tree.
116
- */
117
- const _=T("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"}]]);T("panel-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("panel-top",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("play",[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]]);T("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"}]]);T("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"}]]);T("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("power",[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("rectangle-horizontal",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);T("rectangle-vertical",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("reply",[["polyline",{points:"9 17 4 12 9 7",key:"hvgpf2"}],["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("rows-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("russian-ruble",[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("signal-low",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]]);T("signal-medium",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]]);T("signal-zero",[["path",{d:"M2 20h.01",key:"4haj6o"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("slash",[["path",{d:"M22 2 2 22",key:"y4kqgn"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("smartphone",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("space",[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("square-dot",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("square-m",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8l4 4 4-4v8",key:"141u4e"}]]);T("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"}]]);T("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"}]]);T("square-minus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("square-radical",[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("square",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);
118
- /**
119
- * @license lucide-react v0.487.0 - ISC
120
- *
121
- * This source code is licensed under the ISC license.
122
- * See the LICENSE file in the root directory of this source tree.
123
- */
124
- const G=T("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"}]]);T("step-back",[["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["polygon",{points:"14,20 4,12 14,4",key:"ypakod"}]]);T("step-forward",[["line",{x1:"6",x2:"6",y1:"4",y2:"20",key:"fy8qot"}],["polygon",{points:"10,4 20,12 10,20",key:"1mc1pf"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("swiss-franc",[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("tally-1",[["path",{d:"M4 4v16",key:"6qkkli"}]]);T("tally-2",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]]);T("tally-3",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("terminal",[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("text",[["path",{d:"M17 6.1H3",key:"wptmhv"}],["path",{d:"M21 12.1H3",key:"1j38uz"}],["path",{d:"M15.1 18H3",key:"1nb16a"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("thermometer",[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("tv-minimal",[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]);T("twitch",[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("underline",[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("unlink-2",[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("user-round",[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("venus",[["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M9 19h6",key:"456am0"}],["circle",{cx:"12",cy:"9",r:"6",key:"1nw4tq"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("wifi-low",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);T("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"}]]);T("wifi-zero",[["path",{d:"M12 20h.01",key:"zekei9"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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"}]]);T("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 X="p-2 flex justify-between",J="text-2xl font-semibold",K="relative overflow-y-auto calendar-content",Q="w-20 flex-shrink-0 border-gray-200",ee="relative h-18 flex",te="absolute -top-2.5 right-2 text-[12px] text-gray-500",ae="h-18 border-t first:border-none border-gray-200 flex",re="absolute left-0 top-0 flex pointer-events-none",ne="ml-2 text-white text-xs font-bold px-1.5 bg-red-500 rounded-sm",he="flex items-center border-b border-gray-200 sticky",de="w-20 flex-shrink-0 p-1 text-xs font-medium text-gray-500 flex justify-end",ie="calendar-event select-none pointer-events-auto px-0.5",ye="rounded-xl my-0.5",oe="font-medium text-xs truncate pr-1",le="absolute left-1 top-1 bottom-1 w-[3px] rounded-full",ce="h-3 w-3 mr-1",se="grid grid-cols-7 gap-1 text-xs justify-items-center",pe="text-center text-gray-500 font-medium py-1 h-6 w-6",ke="text-center py-1 rounded text-xs h-6 w-6",ue="text-gray-900",ve="text-gray-400",me="bg-blue-500 rounded-full text-white",Me="bg-red-100 text-red-600 rounded-full font-medium",ge="text-gray-600",fe="text-xs",xe="text-sm",we="flex flex-col",be="mr-1";function De(e,t,a,r,n){return He(t,((e,t)=>{const a=e[t];if(void 0===a)throw new TypeError(Bh(t));return a})(e,t),a,r,n)}function He(e,t,a,r,n,h){const d=Be(t,a,r);if(n&&t!==d)throw new RangeError(Yh(e,t,a,r,h));return d}function ze(e){return null!==e&&/object|function/.test(typeof e)}function je(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 qe(e){return Ve({name:e},1)}function Ve(e,t){return Ne(e=>({value:e,configurable:1,writable:!t}),e)}function Ce(e){return Ne(e=>({get:e,configurable:1}),e)}function Ee(e){return{[Symbol.toStringTag]:{value:e,configurable:1}}}function Ae(e,t){const a={};let r=e.length;for(const n of t)a[e[--r]]=n;return a}function Ne(e,t,a){const r={};for(const n in t)r[n]=e(t[n],n,a);return r}function Te(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 Ie(e,t,a){const r={};for(let n=0;n<e.length;n++)r[t[n]]=a[e[n]];return r}function Se(e,t){const a=Object.create(null);for(const r of e)a[r]=t[r];return a}function Le(e,t){for(const a of t)if(a in e)return 1;return 0}function Ze(e,t,a){for(const r of e)if(t[r]!==a[r])return 0;return 1}function Oe(e,t,a){const r={...a};for(let a=0;a<t;a++)r[e[a]]=0;return r}function Re(e,...t){return(...a)=>e(...t,...a)}function Pe(e){return e[0].toUpperCase()+e.substring(1)}function $e(e){return e.slice().sort()}function Ye(e,t){return String(t).padStart(e,"0")}function Fe(e,t){return Math.sign(e-t)}function Be(e,t,a){return Math.min(Math.max(e,t),a)}function We(e,t){return[Math.floor(e/t),Ue(e,t)]}function Ue(e,t){return(e%t+t)%t}function _e(e,t){return[Ge(e,t),Xe(e,t)]}function Ge(e,t){return Math.trunc(e/t)||0}function Xe(e,t){return e%t||0}function Je(e){return.5===Math.abs(e%1)}function Ke(e,t,a){let r=0,n=0;for(let h=0;h<=t;h++){const t=e[a[h]],d=Rd[h],i=Od/d,[y,o]=_e(t,i);r+=o*d,n+=y}const[h,d]=_e(r,Od);return[n+h,d]}function Qe(e,t,a){const r={};for(let n=t;n>=0;n--){const t=Rd[n];r[a[n]]=Ge(e,t),e=Xe(e,t)}return r}function et(e){if(void 0!==e)return at(e)}function tt(e){return it(at(e))}function at(e){return dt(pi(e))}function rt(e,t){if(null==t)throw new RangeError(Bh(e));return t}function nt(e){if(!ze(e))throw new TypeError($h);return e}function ht(e,t,a=e){if(typeof t!==e)throw new TypeError(Fh(a,t));return t}function dt(e,t="number"){if(!Number.isInteger(e))throw new RangeError(Sh(t,e));return e||0}function it(e,t="number"){if(e<=0)throw new RangeError(Lh(t,e));return e}function yt(e){if("symbol"==typeof e)throw new TypeError(Ph);return String(e)}function ot(e,t){return ze(e)?String(e):ci(e,t)}function lt(e){if("string"==typeof e)return BigInt(e);if("bigint"!=typeof e)throw new TypeError(Rh(e));return e}function ct(e,t="number"){if("bigint"==typeof e)throw new TypeError(Oh(t));if(e=Number(e),!Number.isFinite(e))throw new RangeError(Zh(t,e));return e}function st(e,t){return Math.trunc(ct(e,t))||0}function pt(e,t){return dt(ct(e,t),t)}function kt(e,t){return it(st(e,t),t)}function ut(e,t){let[a,r]=_e(t,Od),n=e+a;const h=Math.sign(n);return h&&h===-Math.sign(r)&&(n-=h,r+=h*Od),[n,r]}function vt(e,t,a=1){return ut(e[0]+t[0]*a,e[1]+t[1]*a)}function mt(e,t){return ut(e[0],e[1]+t)}function Mt(e,t){return vt(t,e,-1)}function gt(e,t){return Fe(e[0],t[0])||Fe(e[1],t[1])}function ft(e,t,a){return-1===gt(e,t)||1===gt(e,a)}function xt(e,t=1){const a=BigInt(Od/t);return[Number(e/a),Number(e%a)*t]}function wt(e,t=1){const a=Od/t,[r,n]=_e(e,a);return[r,n*t]}function bt(e,t=1,a){const[r,n]=e,[h,d]=_e(n,t);return r*(Od/t)+(h+(a?d/t:0))}function Dt(e,t,a=We){const[r,n]=e,[h,d]=a(n,t);return[r*(Od/t)+h,d]}function Ht(e){return De(e,"isoYear",Si,Ii,1),e.isoYear===Si?De(e,"isoMonth",4,12,1):e.isoYear===Ii&&De(e,"isoMonth",1,9,1),e}function zt(e){return jt({...e,...Vi,isoHour:12}),e}function jt(e){const t=De(e,"isoYear",Si,Ii,1),a=t===Si?1:t===Ii?-1:0;return a&&qt(Nt({...e,isoDay:e.isoDay+a,isoNanosecond:e.isoNanosecond-a})),e}function qt(e){if(!e||ft(e,Ti,Ni))throw new RangeError(vd);return e}function Vt(e){return Ke(e,5,bi)[1]}function Ct(e){const[t,a]=We(e,Od);return[Qe(a,5,bi),t]}function Et(e){return Dt(e,Sd)}function At(e){return St(e.isoYear,e.isoMonth,e.isoDay,e.isoHour,e.isoMinute,e.isoSecond,e.isoMillisecond)}function Nt(e){const t=At(e);if(void 0!==t){const[a,r]=_e(t,Ad);return[a,r*Id+(e.isoMicrosecond||0)*Td+(e.isoNanosecond||0)]}}function Tt(e,t){const[a,r]=Ct(Vt(e)-t);return qt(Nt({...e,isoDay:e.isoDay+r,...a}))}function It(...e){return St(...e)/Nd}function St(...e){const[t,a]=Lt(...e),r=t.valueOf();if(!isNaN(r))return r-a*Ad}function Lt(e,t=1,a=1,r=0,n=0,h=0,d=0){const i=e===Si?1:e===Ii?-1:0,y=new Date;return y.setUTCHours(r,n,h,d),y.setUTCFullYear(e,t-1,a+i),[y,i]}function Zt(e,t){let[a,r]=mt(e,t);r<0&&(r+=Od,a-=1);const[n,h]=We(r,Id),[d,i]=We(h,Td);return Ot(a*Ad+n,d,i)}function Ot(e,t=0,a=0){const r=Math.ceil(Math.max(0,Math.abs(e)-Ai)/Ad)*Math.sign(e),n=new Date(e-r*Ad);return Ae(Hi,[n.getUTCFullYear(),n.getUTCMonth()+1,n.getUTCDate()+r,n.getUTCHours(),n.getUTCMinutes(),n.getUTCSeconds(),n.getUTCMilliseconds(),t,a])}function Rt(e,t){if(t<-Ai)throw new RangeError(vd);const a=e.formatToParts(t),r={};for(const e of a)r[e.type]=e.value;return r}function Pt(e){return[e.isoYear,e.isoMonth,e.isoDay]}function $t(e,t){return[t,0]}function Yt(){return Pi}function Ft(e,t){switch(t){case 2:return Wt(e)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}function Bt(e){return Wt(e)?366:365}function Wt(e){return e%4==0&&(e%100!=0||e%400==0)}function Ut(e){const[t,a]=Lt(e.isoYear,e.isoMonth,e.isoDay);return Ue(t.getUTCDay()-a,7)||7}function _t(e){return this.id===di?(({isoYear:e})=>e<1?["gregory-inverse",1-e]:["gregory",e])(e):this.id===ii?Yi(e):[]}function Gt(e){const t=At(e);if(t<$i){const{isoYear:t}=e;return t<1?["japanese-inverse",1-t]:["japanese",t]}const a=Rt(eo(ii),t),{era:r,eraYear:n}=eh(a,ii);return[r,n]}function Xt(e){return Jt(e),ea(e,1),e}function Jt(e){return Qt(e,1),e}function Kt(e){return Ze(Di,e,Qt(e))}function Qt(e,t){const{isoYear:a}=e,r=De(e,"isoMonth",1,Yt(),t);return{isoYear:a,isoMonth:r,isoDay:De(e,"isoDay",1,Ft(a,r),t)}}function ea(e,t){return Ae(bi,[De(e,"isoHour",0,23,t),De(e,"isoMinute",0,59,t),De(e,"isoSecond",0,59,t),De(e,"isoMillisecond",0,999,t),De(e,"isoMicrosecond",0,999,t),De(e,"isoNanosecond",0,999,t)])}function ta(e){return void 0===e?0:yy(nt(e))}function aa(e,t=0){e=sa(e);const a=oy(e),r=ly(e,t);return[yy(e),r,a]}function ra(e,t,a,r=9,n=0,h=4){t=sa(t);let d=dy(t,r,n),i=oa(t),y=ky(t,h);const o=hy(t,r,n,1);return null==d?d=Math.max(a,o):ma(d,o),i=la(i,o,1),e&&(y=(e=>e<4?(e+2)%4:e)(y)),[d,o,i,y]}function na(e,t=6,a){let r=oa(e=pa(e,Fi));const n=ky(e,7);let h=hy(e,t);return h=rt(Fi,h),r=la(r,h,void 0,a),[h,r,n]}function ha(e){return cy(sa(e))}function da(e,t){return ia(sa(e),t)}function ia(e,t=4){const a=ca(e);return[ky(e,4),...ya(hy(e,t),a)]}function ya(e,t){return null!=e?[Rd[e],e<4?9-3*e:-1]:[void 0===t?1:10**(9-t),t]}function oa(e){const t=e[Wi];return void 0===t?1:st(t,Wi)}function la(e,t,a,r){const n=r?Od:Rd[t+1];if(n){const a=Rd[t];if(n%((e=He(Wi,e,1,n/a-(r?0:1),1))*a))throw new RangeError(Fh(Wi,e))}else e=He(Wi,e,1,a?10**9:1,1);return e}function ca(e){let t=e[Ui];if(void 0!==t){if("number"!=typeof t){if("auto"===yt(t))return;throw new RangeError(Fh(Ui,t))}t=He(Ui,Math.floor(t),0,9,1)}return t}function sa(e){return void 0===e?{}:nt(e)}function pa(e,t){return"string"==typeof e?{[t]:e}:nt(e)}function ka(e){return{overflow:Ji[e]}}function ua(e,t,a=9,r=0,n){let h=t[e];if(void 0===h)return n?r:void 0;if(h=yt(h),"auto"===h)return n?r:null;let d=Cd[h];if(void 0===d&&(d=gi[h]),void 0===d)throw new RangeError(Gh(e,h,Cd));return He(e,d,r,a,1,Ed),d}function va(e,t,a,r=0){const n=a[e];if(void 0===n)return r;const h=yt(n),d=t[h];if(void 0===d)throw new RangeError(Gh(e,h,t));return d}function ma(e,t){if(t>e)throw new RangeError(wd)}function Ma(e){return{branding:xy,epochNanoseconds:e}}function ga(e,t,a){return{branding:fy,calendar:a,timeZone:t,epochNanoseconds:e}}function fa(e,t=e.calendar){return{branding:My,calendar:t,...Se(qi,e)}}function xa(e,t=e.calendar){return{branding:my,calendar:t,...Se(zi,e)}}function wa(e,t=e.calendar){return{branding:uy,calendar:t,...Se(zi,e)}}function ba(e,t=e.calendar){return{branding:vy,calendar:t,...Se(zi,e)}}function Da(e){return{branding:gy,...Se(ji,e)}}function Ha(e){return{branding:wy,sign:Or(e),...Se(ui,e)}}function za(e){return Dt(e.epochNanoseconds,Id)[0]}function ja(e){return e.epochNanoseconds}function qa(e,t){return bt($r(e),Rd[t],1)}function Va(e,t,a,r,n,h,d){const i=ki[a],y={...t,[i]:t[i]+r},o=d(e,n,t),l=d(e,n,y);return[h(o),h(l)]}function Ca(e,t,a){const r=bt(Mt(t,a));if(!r)throw new RangeError(dd);return bt(Mt(t,e))/r}function Ea(e,t,a,r){return Aa(e,Ia(t,a),r)}function Aa(e,t,a){const[r,n]=Na(e,t,a);return jt({...Vr(e,n),...r})}function Na(e,t,a){return Ct($a(Vt(e),t,a))}function Ta(e){return $a(e,Ld,7)}function Ia(e,t){return Rd[e]*t}function Sa(e){const t=La(e);return[t,Vr(t,1)]}function La(e){return Ci(6,e)}function Za(e,t,a){const r=Math.min(Wr(e),6);return Yr(Pa($r(e,r),t,a),r)}function Oa(e,t,a,r,n,h,d,i,y,o){if(0===r&&1===n)return e;const l=Ir(r,i)?Tr(i)&&r<6&&a>=6?Ba:Fa:Wa;let[c,s,p]=l(e,t,a,r,n,h,d,i,y,o);return p&&7!==r&&(c=((e,t,a,r,n,h,d,i)=>{const y=Or(e);for(let o=r+1;o<=a;o++){if(7===o&&7!==a)continue;const r=wi(o,e);r[ki[o]]+=y;const l=bt(Mt(d(i(n,h,r)),t));if(l&&Math.sign(l)!==y)break;e=r}return e})(c,s,a,Math.max(6,r),d,i,y,o)),c}function Ra(e,t,a,r,n){if(6===t){const t=(e=>e[0]+e[1]/Od)(e);return[$a(t,a,r),0]}return Pa(e,Ia(t,a),r,n)}function Pa(e,t,a,r){let[n,h]=e;r&&h<0&&(h+=Od,n-=1);const[d,i]=We($a(h,t,a),Od);return ut(n+d,i)}function $a(e,t,a){return Ya(e/t,a)*t}function Ya(e,t){return by[t](e)}function Fa(e,t,a,r,n,h){const d=Or(e),i=$r(e),y=Ra(i,r,n,h),o=Mt(i,y),l=Math.sign(y[0]-i[0])===d,c=Yr(y,Math.min(a,6));return[{...e,...c},vt(t,o),l]}function Ba(e,t,a,r,n,h,d,i,y,o){const l=Or(e)||1,c=bt($r(e,5)),s=Ia(r,n);let p=$a(c,s,h);const[k,u]=Va(d,{...e,...xi},6,l,i,y,o),v=p-bt(Mt(k,u));let m=0;v&&Math.sign(v)!==l?t=mt(k,p):(m+=l,p=$a(v,s,h),t=mt(u,p));const M=Fr(p);return[{...e,...M,days:e.days+m},t,Boolean(m)]}function Wa(e,t,a,r,n,h,d,i,y,o){const l=Or(e),c=ki[r],s=wi(r,e);7===r&&(e={...e,weeks:e.weeks+Math.trunc(e.days/7)});const p=Ge(e[c],n)*n;s[c]=p;const[k,u]=Va(d,s,r,n*l,i,y,o),v=p+Ca(t,k,u)*l*n,m=$a(v,n,h),M=Math.sign(m-v)===l;return s[c]=m,[s,M?u:k,M]}function Ua(e,t,a,r){const[n,h,d,i]=(e=>{const t=ia(e=sa(e));return[e.timeZone,...t]})(r),y=void 0!==n;return((e,t,a,r,n,h)=>{a=Pa(a,n,r,1);const d=t.R(a);return rr(Zt(a,d),h)+(e?yr(Ta(d)):"Z")})(y,t(y?e(n):Dy),a.epochNanoseconds,h,d,i)}function _a(e,t,a){const[r,n,h,d,i,y]=(e=>{e=sa(e);const t=cy(e),a=ca(e),r=py(e),n=ky(e,4),h=hy(e,4);return[t,sy(e),r,n,...ya(h,a)]})(a);return((e,t,a,r,n,h,d,i,y,o)=>{r=Pa(r,y,i,1);const l=e(a).R(r);return rr(Zt(r,l),o)+yr(Ta(l),d)+((e,t)=>1!==t?"["+(2===t?"!":"")+e+"]":"")(a,h)+or(t,n)})(e,t.calendar,t.timeZone,t.epochNanoseconds,r,n,h,d,i,y)}function Ga(e,t){const[a,r,n,h]=(e=>(e=sa(e),[cy(e),...ia(e)]))(t);return d=e.calendar,i=a,y=h,rr(Aa(e,n,r),y)+or(d,i);var d,i,y}function Xa(e,t){return a=e.calendar,r=e,n=ha(t),nr(r)+or(a,n);var a,r,n}function Ja(e,t){return tr(e.calendar,hr,e,ha(t))}function Ka(e,t){return tr(e.calendar,dr,e,ha(t))}function Qa(e,t){const[a,r,n]=da(t);return h=n,ir(Na(e,r,a)[0],h);var h}function er(e,t){const[a,r,n]=da(t,3);return r>1&&Rr(e={...e,...Za(e,r,a)}),((e,t)=>{const{sign:a}=e,r=-1===a?Zr(e):e,{hours:n,minutes:h}=r,[d,i]=Dt($r(r,3),Sd,_e);Pr(d);const y=cr(i,t),o=t>=0||!a||y;return(a<0?"-":"")+"P"+ar({Y:pr(r.years),M:pr(r.months),W:pr(r.weeks),D:pr(r.days)})+(n||h||d||o?"T"+ar({H:pr(n),M:pr(h),S:pr(d,o)+y}):"")})(e,n)}function tr(e,t,a,r){const n=r>1||0===r&&e!==hi;return 1===r?e===hi?t(a):nr(a):n?nr(a)+lr(e,2===r):t(a)}function ar(e){const t=[];for(const a in e){const r=e[a];r&&t.push(r,a)}return t.join("")}function rr(e,t){return nr(e)+"T"+ir(e,t)}function nr(e){return hr(e)+"-"+Vd(e.isoDay)}function hr(e){const{isoYear:t}=e;return(t<0||t>9999?sr(t)+Ye(6,Math.abs(t)):Ye(4,t))+"-"+Vd(e.isoMonth)}function dr(e){return Vd(e.isoMonth)+"-"+Vd(e.isoDay)}function ir(e,t){const a=[Vd(e.isoHour),Vd(e.isoMinute)];return-1!==t&&a.push(Vd(e.isoSecond)+((e,t,a,r)=>cr(e*Id+t*Td+a,r))(e.isoMillisecond,e.isoMicrosecond,e.isoNanosecond,t)),a.join(":")}function yr(e,t=0){if(1===t)return"";const[a,r]=We(Math.abs(e),Zd),[n,h]=We(r,Ld),[d,i]=We(h,Sd);return sr(e)+Vd(a)+":"+Vd(n)+(d||i?":"+Vd(d)+cr(i):"")}function or(e,t){return 1!==t&&(t>1||0===t&&e!==hi)?lr(e,2===t):""}function lr(e,t){return"["+(t?"!":"")+"u-ca="+e+"]"}function cr(e,t){let a=Ye(9,e);return a=void 0===t?a.replace(qy,""):a.slice(0,t),a?"."+a:""}function sr(e){return e<0?"-":"+"}function pr(e,t){return e||t?e.toLocaleString("fullwide",{useGrouping:0}):""}function kr(e,t){const{epochNanoseconds:a}=e,r=(t.R?t:t(e.timeZone)).R(a),n=Zt(a,r);return{calendar:e.calendar,...n,offsetNanoseconds:r}}function ur(e,t,a,r=0,n=0,h,d){if(void 0!==a&&1===r&&(1===r||d))return Tt(t,a);const i=e.I(t);if(void 0!==a&&3!==r){const e=((e,t,a,r)=>{const n=Nt(t);r&&(a=Ta(a));for(const t of e){let e=bt(Mt(t,n));if(r&&(e=Ta(e)),e===a)return t}})(i,t,a,h);if(void 0!==e)return e;if(0===r)throw new RangeError(kd)}return d?Nt(t):vr(e,t,n,i)}function vr(e,t,a=0,r=e.I(t)){if(1===r.length)return r[0];if(1===a)throw new RangeError(ud);if(r.length)return r[3===a?1:0];const n=Nt(t),h=((e,t)=>{const a=e.R(mt(t,-Od));return(e=>{if(e>Od)throw new RangeError(pd);return e})(e.R(mt(t,Od))-a)})(e,n),d=h*(2===a?-1:1);return(r=e.I(Zt(n,d)))[2===a?0:r.length-1]}function mr(e,t){const a=e.I(t);if(a.length)return a[0];const r=mt(Nt(t),-Od);return e.O(r,1)}function Mr(e,t,a){return Ma(qt(vt(t.epochNanoseconds,(e=>{if(Br(e))throw new RangeError(fd);return $r(e,5)})(e?Zr(a):a))))}function gr(e,t,a,r,n,h=Object.create(null)){const d=t(r.timeZone),i=e(r.calendar);return{...r,...Dr(d,i,r,a?Zr(n):n,h)}}function fr(e,t,a,r,n=Object.create(null)){const{calendar:h}=a;return fa(Hr(e(h),a,t?Zr(r):r,n),h)}function xr(e,t,a,r,n){const{calendar:h}=a;return xa(zr(e(h),a,t?Zr(r):r,n),h)}function wr(e,t,a,r,n){const h=a.calendar,d=e(h);let i=zt(jr(d,a));t&&(r=Lr(r)),r.sign<0&&(i=d.P(i,{...fi,months:1}),i=Vr(i,-1));const y=d.P(i,r,n);return wa(jr(d,y),h)}function br(e,t,a){return Da(qr(t,e?Zr(a):a)[0])}function Dr(e,t,a,r,n){const h=$r(r,5);let d=a.epochNanoseconds;if(Br(r)){const i=Vy(a,e);d=vt(vr(e,{...zr(t,i,{...r,...xi},n),...Se(bi,i)}),h)}else d=vt(d,h),ta(n);return{epochNanoseconds:qt(d)}}function Hr(e,t,a,r){const[n,h]=qr(t,a);return jt({...zr(e,t,{...a,...xi,days:a.days+h},r),...n})}function zr(e,t,a,r){if(a.years||a.months||a.weeks)return e.P(t,a,r);ta(r);const n=a.days+$r(a,5)[0];return n?zt(Vr(t,n)):t}function jr(e,t,a=1){return Vr(t,a-e.day(t))}function qr(e,t){const[a,r]=$r(t,5),[n,h]=Ct(Vt(e)+r);return[n,a+h]}function Vr(e,t){return t?{...e,...Ot(At(e)+t*Ad)}:e}function Cr(e,t,a){const r=e(a.calendar);return Tr(a)?[a,r,t(a.timeZone)]:[{...a,...Vi},r]}function Er(e){return e?ja:Nt}function Ar(e){return e?Re(Dr,e):Hr}function Nr(e){return e?Re(Cn,e):En}function Tr(e){return e&&e.epochNanoseconds}function Ir(e,t){return e<=6-(Tr(t)?1:0)}function Sr(e,t,a,r,n,h,d){const i=e(sa(d).relativeTo),y=Math.max(Wr(n),Wr(h));if(Ir(y,i))return Ha(Rr(((e,t,a,r)=>{const n=vt($r(e),$r(t),r?-1:1);if(!Number.isFinite(n[0]))throw new RangeError(vd);return{...fi,...Yr(n,a)}})(n,h,y,r)));if(!i)throw new RangeError(gd);r&&(h=Zr(h));const[o,l,c]=Cr(t,a,i),s=Ar(c),p=Nr(c),k=s(l,o,n);return Ha(p(l,o,s(l,k,h),y))}function Lr(e){return Ha(Zr(e))}function Zr(e){const t={};for(const a of ki)t[a]=-1*e[a]||0;return t}function Or(e,t=ki){let a=0;for(const r of t){const t=Math.sign(e[r]);if(t){if(a&&a!==t)throw new RangeError(Md);a=t}}return a}function Rr(e){for(const t of Mi)He(t,e[t],-Cy,Cy,1);return Pr(bt($r(e),Sd)),e}function Pr(e){if(!Number.isSafeInteger(e))throw new RangeError(md)}function $r(e,t=6){return Ke(e,t,ki)}function Yr(e,t=6){const[a,r]=e,n=Qe(r,t,ki);if(n[ki[t]]+=a*(Od/Rd[t]),!Number.isFinite(n[ki[t]]))throw new RangeError(vd);return n}function Fr(e,t=5){return Qe(e,t,ki)}function Br(e){return Boolean(Or(e,mi))}function Wr(e){let t=9;for(;t>0&&!e[ki[t]];t--);return t}function Ur(e,t){return[e,t]}function _r(e){const t=Math.floor(e/Hy)*Hy;return[t,t+Hy]}function Gr(e){const t=hn(e);if(void 0===t)throw new RangeError(bd(e));return t}function Xr(e,t,a){let r=an(ci(e));if(!r||r.j)throw new RangeError(bd(e));return t?r.calendar===hi&&(r=-271821===r.isoYear&&4===r.isoMonth?{...r,isoDay:20,...Vi}:{...r,isoDay:1,...Vi}):a&&r.calendar===hi&&(r={...r,isoYear:Ri}),xa(r.C?Qr(r):en(r))}function Jr(e){if(e.calendar!==hi)throw new RangeError(Dd(e.calendar))}function Kr(e,t,a=0,r=0){const n=kn(e.timeZone),h=Ey(n);let d;return Xt(e),d=e.C?ur(h,e,t,a,r,!h.$,e.j):mr(h,e),ga(d,n,sh(e.calendar))}function Qr(e){return tn(jt(Xt(e)))}function en(e){return tn(zt(Jt(e)))}function tn(e){return{...e,calendar:sh(e.calendar)}}function an(e){const t=Fy.exec(e);return t?(e=>{const t=e[10],a="Z"===(t||"").toUpperCase();return{isoYear:dn(e),isoMonth:parseInt(e[4]),isoDay:parseInt(e[5]),...yn(e.slice(5)),...on(e[16]),C:Boolean(e[6]),j:a,offset:a?void 0:t}})(t):void 0}function rn(e){const t=$y.exec(e);return t?(e=>({isoYear:dn(e),isoMonth:parseInt(e[4]),isoDay:1,...on(e[5])}))(t):void 0}function nn(e){const t=Yy.exec(e);return t?(e=>({isoYear:Ri,isoMonth:parseInt(e[1]),isoDay:parseInt(e[2]),...on(e[3])}))(t):void 0}function hn(e,t){const a=Wy.exec(e);return a?((e,t)=>{const a=e[4]||e[5];if(t&&a)throw new RangeError(Dd(a));return(e=>{if(Math.abs(e)>=Od)throw new RangeError(sd);return e})((pn(e[2])*Zd+pn(e[3])*Ld+pn(e[4])*Sd+ln(e[5]||""))*sn(e[1]))})(a,t):void 0}function dn(e){const t=sn(e[1]),a=parseInt(e[2]||e[3]);if(t<0&&!a)throw new RangeError(Dd(-0));return t*a}function yn(e){const t=pn(e[3]);return{...Ct(ln(e[4]||""))[0],isoHour:pn(e[1]),isoMinute:pn(e[2]),isoSecond:60===t?59:t}}function on(e){let t,a;const r=[];if(e.replace(Uy,(e,n,h)=>{const d=Boolean(n),[i,y]=h.split("=").reverse();if(y){if("u-ca"===y)r.push(i),t||(t=d);else if(d||/[A-Z]/.test(y))throw new RangeError(Dd(e))}else{if(a)throw new RangeError(Dd(e));a=i}return""}),r.length>1&&t)throw new RangeError(Dd(e));return{timeZone:a,calendar:r[0]||hi}}function ln(e){return parseInt(e.padEnd(9,"0"))}function cn(e){return new RegExp(`^${e}$`,"i")}function sn(e){return e&&"+"!==e?-1:1}function pn(e){return void 0===e?0:parseInt(e)}function kn(e){const t=vn(e);return"number"==typeof t?yr(t):t?(e=>{if(Jy.test(e))throw new RangeError(od(e));if(Xy.test(e))throw new RangeError(cd);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?Pe(e).replace(/island|noronha|murdo|rivadavia|urville/,Pe):e)).join("/")})(e):Dy}function un(e){const t=vn(e);return"number"==typeof t?t:t?t.resolvedOptions().timeZone:Dy}function vn(e){const t=hn(e=e.toUpperCase(),1);return void 0!==t?t:e!==Dy?Gy(e):void 0}function mn(e,t){return gt(e.epochNanoseconds,t.epochNanoseconds)}function Mn(e,t){return gt(e.epochNanoseconds,t.epochNanoseconds)}function gn(e,t){return fn(e,t)||xn(e,t)}function fn(e,t){return Fe(At(e),At(t))}function xn(e,t){return Fe(Vt(e),Vt(t))}function wn(e,t){if(e===t)return 1;try{return un(e)===un(t)}catch(e){}}function bn(e,t,a,r){const n=ra(e,r,3,5),h=Tn(t.epochNanoseconds,a.epochNanoseconds,...n);return Ha(e?Zr(h):h)}function Dn(e,t,a,r,n,h){const d=On(r.calendar,n.calendar),[i,y,o,l]=ra(a,h,5),c=r.epochNanoseconds,s=n.epochNanoseconds,p=gt(s,c);let k;if(p)if(i<6)k=Tn(c,s,i,y,o,l);else{const a=t(((e,t)=>{if(!wn(e,t))throw new RangeError(ld);return e})(r.timeZone,n.timeZone)),c=e(d);k=An(c,a,r,n,p,i,h),k=Oa(k,s,i,y,o,l,c,r,ja,Re(Dr,a))}else k=fi;return Ha(a?Zr(k):k)}function Hn(e,t,a,r,n){const h=On(a.calendar,r.calendar),[d,i,y,o]=ra(t,n,6),l=Nt(a),c=Nt(r),s=gt(c,l);let p;if(s)if(d<=6)p=Tn(l,c,d,i,y,o);else{const t=e(h);p=Nn(t,a,r,s,d,n),p=Oa(p,c,d,i,y,o,t,a,Nt,Hr)}else p=fi;return Ha(t?Zr(p):p)}function zn(e,t,a,r,n){const h=On(a.calendar,r.calendar);return qn(t,()=>e(h),a,r,...ra(t,n,6,9,6))}function jn(e,t,a,r,n){const h=On(a.calendar,r.calendar),d=ra(t,n,9,9,8),i=e(h),y=jr(i,a),o=jr(i,r);return y.isoYear===o.isoYear&&y.isoMonth===o.isoMonth&&y.isoDay===o.isoDay?Ha(fi):qn(t,()=>i,zt(y),zt(o),...d,8)}function qn(e,t,a,r,n,h,d,i,y=6){const o=Nt(a),l=Nt(r);if(void 0===o||void 0===l)throw new RangeError(vd);let c;if(gt(l,o))if(6===n)c=Tn(o,l,n,h,d,i);else{const e=t();c=e.N(a,r,n),h===y&&1===d||(c=Oa(c,l,n,h,d,i,e,a,Nt,zr))}else c=fi;return Ha(e?Zr(c):c)}function Vn(e,t,a,r){const[n,h,d,i]=ra(e,r,5,5),y=$a(Zn(t,a),Ia(h,d),i),o={...fi,...Fr(y,n)};return Ha(e?Zr(o):o)}function Cn(e,t,a,r,n,h){const d=gt(r.epochNanoseconds,a.epochNanoseconds);return d?n<6?In(a.epochNanoseconds,r.epochNanoseconds,n):An(t,e,a,r,d,n,h):fi}function En(e,t,a,r,n){const h=Nt(t),d=Nt(a),i=gt(d,h);return i?r<=6?In(h,d,r):Nn(e,t,a,i,r,n):fi}function An(e,t,a,r,n,h,d){const[i,y,o]=((e,t,a,r)=>{function n(){return c={...Vr(i,o++*-r),...d},s=vr(e,c),gt(y,s)===-r}const h=Vy(t,e),d=Se(bi,h),i=Vy(a,e),y=a.epochNanoseconds;let o=0;const l=Zn(h,i);let c,s;if(Math.sign(l)===-r&&o++,n()&&(-1===r||n()))throw new RangeError(dd);const p=bt(Mt(s,y));return[h,c,p]})(t,a,r,n);var l,c;return{...6===h?(l=i,c=y,{...fi,days:Sn(l,c)}):e.N(i,y,h,d),...Fr(o)}}function Nn(e,t,a,r,n,h){const[d,i,y]=((e,t,a)=>{let r=t,n=Zn(e,t);return Math.sign(n)===-a&&(r=Vr(t,-a),n+=Od*a),[e,r,n]})(t,a,r);return{...e.N(d,i,n,h),...Fr(y)}}function Tn(e,t,a,r,n,h){return{...fi,...Yr(Ra(Mt(e,t),r,n,h),a)}}function In(e,t,a){return{...fi,...Yr(Mt(e,t),a)}}function Sn(e,t){return Ln(At(e),At(t))}function Ln(e,t){return Math.trunc((t-e)/Ad)}function Zn(e,t){return Vt(t)-Vt(e)}function On(e,t){if(e!==t)throw new RangeError(yd);return e}function Rn(e){return this.m(e)[0]}function Pn(e){return this.m(e)[1]}function $n(e){const[t]=this.v(e);return Ln(this.p(t),At(e))+1}function Yn(e){const t=Ky.exec(e);if(!t)throw new RangeError(ad(e));return[parseInt(t[1]),Boolean(t[2])]}function Fn(e,t){return"M"+Vd(e)+(t?"L":"")}function Bn(e,t,a){return e+(t||a&&e>=a?1:0)}function Wn(e,t){return e-(t&&e>=t?1:0)}function Un(e,t){return(t+e)*(Math.sign(t)||1)||0}function _n(e){return yi[Xn(e)]}function Gn(e){return li[Xn(e)]}function Xn(e){return ph(e.id||hi)}function Jn(e){function t(e){return((e,t)=>({...eh(e,t),o:e.month,day:parseInt(e.day)}))(Rt(a,e),r)}const a=eo(e),r=ph(e);return{id:e,h:Kn(t),l:Qn(t)}}function Kn(e){return je(t=>{const a=At(t);return e(a)},WeakMap)}function Qn(e){const t=e(0).year-Oi;return je(a=>{let r,n=St(a-t),h=0;const d=[],i=[];do{n+=400*Ad}while((r=e(n)).year<=a);do{if(n+=(1-r.day)*Ad,r.year===a&&(d.push(n),i.push(r.o)),n-=Ad,++h>100||n<-Ai)throw new RangeError(dd)}while((r=e(n)).year>=a);return{i:d.reverse(),u:jd(i.reverse())}})}function eh(e,t){let a,r,n=th(e);if(e.era){const h=yi[t],d=oi[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=Un(r,h[a]||0))}return{era:a,eraYear:r,year:n}}function th(e){return parseInt(e.relatedYear||e.year)}function ah(e){const{year:t,o:a,day:r}=this.h(e),{u:n}=this.l(t);return[t,n[a]+1,r]}function rh(e,t=1,a=1){return this.l(e).i[t-1]+(a-1)*Ad}function nh(e,t){const a=hh.call(this,e);return[Wn(t,a),a===t]}function hh(e){const t=lh(this,e),a=lh(this,e-1),r=t.length;if(r>a.length){const e=Gn(this);if(e<0)return-e;for(let e=0;e<r;e++)if(t[e]!==a[e])return e+1}}function dh(e){return Ln(rh.call(this,e),rh.call(this,e+1))}function ih(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),Ln(a[t-1],n[r-1])}function yh(e){return this.l(e).i.length}function oh(e){const t=this.h(e);return[t.era,t.eraYear]}function lh(e,t){return Object.keys(e.l(t).u)}function ch(e){return sh(ci(e))}function sh(e){if((e=e.toLowerCase())!==hi&&e!==di){const t=eo(e).resolvedOptions().calendar;if(ph(e)!==ph(t))throw new RangeError(id(e));return t}return e}function ph(e){return"islamicc"===e&&(e="islamic"),e.split("-")[0]}function kh(e,t){return a=>a===hi?e:a===di||a===ii?Object.assign(Object.create(e),{id:a}):Object.assign(Object.create(t),Qy(a))}function uh(e,t,a,r){const n=vh(a,r,ti,[],Wd);if(void 0!==n.timeZone){const r=a.F(n),h=Mh(n),d=e(n.timeZone);return{epochNanoseconds:ur(t(d),{...r,...h},void 0!==n.offset?Gr(n.offset):void 0),timeZone:d}}return{...a.F(n),...Vi}}function vh(e,t,a,r=[],n=[]){return mh(t,[...e.fields(a),...n].sort(),r)}function mh(e,t,a,r=!a){const n={};let h,d=0;for(const r of t){if(r===h)throw new RangeError(Uh(r));if("constructor"===r||"__proto__"===r)throw new RangeError(Wh(r));let t=e[r];if(void 0!==t)d=1,so[r]&&(t=so[r](t,r)),n[r]=t;else if(a){if(a.includes(r))throw new TypeError(Bh(r));n[r]=ni[r]}h=r}if(r&&!d)throw new TypeError(_h(t));return n}function Mh(e,t){return ea(po({...ni,...e}),t)}function gh(e,t,a,r,n){t=Se(a=e.fields(a),t),r=mh(r,n=e.fields(n),[]);let h=e.k(t,r);return h=mh(h,[...a,...n].sort(),[]),e.F(h)}function fh(e,t){const a=_n(e),r=oi[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(Kh);if(!a)throw new RangeError(Jh);const e=a[r[n]||n];if(void 0===e)throw new RangeError(ed(n));const t=Un(h,e);if(void 0!==d&&d!==t)throw new RangeError(Qh);d=t}else if(void 0===d)throw new TypeError(td(a));return d}function xh(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]=Yn(t);let i=Bn(h,d,n);if(d){const t=Gn(e);if(void 0===t)throw new RangeError(hd);if(t>0){if(i>t)throw new RangeError(hd);if(void 0===n){if(1===r)throw new RangeError(hd);i--}}else{if(i!==-t)throw new RangeError(hd);if(void 0===n&&1===r)throw new RangeError(hd)}}return i})(e,h,a,r);if(void 0!==n&&n!==t)throw new RangeError(rd);n=t,r=1}else if(void 0===n)throw new TypeError(nd);return He("month",n,1,e.B(a),r)}function wh(e,t,a,r,n){return De(t,"day",1,e.U(r,a),n)}function bh(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 Dh(e){const t=lo(e.calendar),[a,r,n]=t.v(e),[h,d]=t.q(a,r);return{year:a,monthCode:Fn(h,d),day:n}}function Hh(e,t){return fa(Vy(t,e))}function zh(e,t){return xa(Vy(t,e))}function jh(e,t){return Da(Vy(t,e))}function qh(e,t,a){const r=new Set(a);return(n,h)=>{const d=a&&Le(n,a);if(!Le(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=Dy,["full","long"].includes(n.J)&&(n.J="medium")),n}}function Vh(e,t=Ch,a=0){const[r,,,n]=e;return(h,d=Fo,...i)=>{const y=t(n&&n(...i),h,d,r,a),o=y.resolvedOptions();return[y,...Eh(e,o,i)]}}function Ch(e,t,a,r,n){if(a=r(a,n),e){if(void 0!==a.timeZone)throw new TypeError(zd);a.timeZone=e}return new Li(t,a)}function Eh(e,t,a){const[,r,n]=e;return a.map(e=>(e.calendar&&((e,t,a)=>{if((a||e!==hi)&&e!==t)throw new RangeError(yd)})(e.calendar,t.calendar,n),r(e,t)))}function Ah(e,t){return{...e,calendar:t}}function Nh(e){const t=Th();return Zt(t,e.R(t))}function Th(){return wt(Date.now(),Id)}function Ih(){return Qo||(Qo=(new Li).resolvedOptions().timeZone)}const Sh=(e,t)=>`Non-integer ${e}: ${t}`,Lh=(e,t)=>`Non-positive ${e}: ${t}`,Zh=(e,t)=>`Non-finite ${e}: ${t}`,Oh=e=>`Cannot convert bigint to ${e}`,Rh=e=>`Invalid bigint: ${e}`,Ph="Cannot convert Symbol to string",$h="Invalid object",Yh=(e,t,a,r,n)=>n?Yh(e,n[t],n[a],n[r]):Fh(e,t)+`; must be between ${a}-${r}`,Fh=(e,t)=>`Invalid ${e}: ${t}`,Bh=e=>`Missing ${e}`,Wh=e=>`Invalid field ${e}`,Uh=e=>`Duplicate field ${e}`,_h=e=>"No valid fields: "+e.join(),Gh=(e,t,a)=>Fh(e,t)+"; must be "+Object.keys(a).join(),Xh="Invalid calling context",Jh="Forbidden era/eraYear",Kh="Mismatching era/eraYear",Qh="Mismatching year/eraYear",ed=e=>`Invalid era: ${e}`,td=e=>"Missing year"+(e?"/era/eraYear":""),ad=e=>`Invalid monthCode: ${e}`,rd="Mismatching month/monthCode",nd="Missing month/monthCode",hd="Invalid leap month",dd="Invalid protocol results",id=e=>Fh("Calendar",e),yd="Mismatching Calendars",od=e=>Fh("TimeZone",e),ld="Mismatching TimeZones",cd="Forbidden ICU TimeZone",sd="Out-of-bounds offset",pd="Out-of-bounds TimeZone gap",kd="Invalid TimeZone offset",ud="Ambiguous offset",vd="Out-of-bounds date",md="Out-of-bounds duration",Md="Cannot mix duration signs",gd="Missing relativeTo",fd="Cannot use large units",xd="Required smallestUnit or largestUnit",wd="smallestUnit > largestUnit",bd=e=>`Cannot parse: ${e}`,Dd=e=>`Invalid substring: ${e}`,Hd="Mismatching types for formatting",zd="Cannot specify TimeZone",jd=Re(Te,(e,t)=>t),qd=Re(Te,(e,t,a)=>a),Vd=Re(Ye,2),Cd={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},Ed=Object.keys(Cd),Ad=864e5,Nd=1e3,Td=1e3,Id=1e6,Sd=1e9,Ld=6e10,Zd=36e11,Od=864e11,Rd=[1,Td,Id,Sd,Ld,Zd,Od],Pd=Ed.slice(0,6),$d=$e(Pd),Yd=["offset"],Fd=["timeZone"],Bd=Pd.concat(Yd),Wd=Bd.concat(Fd),Ud=["era","eraYear"],_d=Ud.concat(["year"]),Gd=["year"],Xd=["monthCode"],Jd=["month"].concat(Xd),Kd=["day"],Qd=Jd.concat(Gd),ei=Xd.concat(Gd),ti=Kd.concat(Qd),ai=Kd.concat(Jd),ri=Kd.concat(Xd),ni=qd(Pd,0),hi="iso8601",di="gregory",ii="japanese",yi={[di]:{"gregory-inverse":-1,gregory:0},[ii]:{"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}},oi={[di]:{bce:"gregory-inverse",ce:"gregory"},[ii]:{bce:"japanese-inverse",ce:"japanese"},ethiopic:{era0:"ethioaa",era1:"ethiopic"},coptic:{era0:"coptic-inverse",era1:"coptic"},roc:{broc:"roc-inverse",minguo:"roc"}},li={chinese:13,dangi:13,hebrew:-6},ci=Re(ht,"string"),si=Re(ht,"boolean"),pi=Re(ht,"number"),ki=Ed.map(e=>e+"s"),ui=$e(ki),vi=ki.slice(0,6),mi=ki.slice(6),Mi=mi.slice(1),gi=jd(ki),fi=qd(ki,0),xi=qd(vi,0),wi=Re(Oe,ki),bi=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],Di=["isoDay","isoMonth","isoYear"],Hi=bi.concat(Di),zi=$e(Di),ji=$e(bi),qi=$e(Hi),Vi=qd(ji,0),Ci=Re(Oe,Hi),Ei=1e8,Ai=Ei*Ad,Ni=[Ei,0],Ti=[-Ei,0],Ii=275760,Si=-271821,Li=Intl.DateTimeFormat,Zi="en-GB",Oi=1970,Ri=1972,Pi=12,$i=St(1868,9,8),Yi=je(Gt,WeakMap),Fi="smallestUnit",Bi="unit",Wi="roundingIncrement",Ui="fractionalSecondDigits",_i="relativeTo",Gi="direction",Xi={constrain:0,reject:1},Ji=Object.keys(Xi),Ki={compatible:0,reject:1,earlier:2,later:3},Qi={reject:0,use:1,prefer:2,ignore:3},ey={auto:0,never:1,critical:2,always:3},ty={auto:0,never:1,critical:2},ay={auto:0,never:1},ry={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},ny={previous:-1,next:1},hy=Re(ua,Fi),dy=Re(ua,"largestUnit"),iy=Re(ua,Bi),yy=Re(va,"overflow",Xi),oy=Re(va,"disambiguation",Ki),ly=Re(va,"offset",Qi),cy=Re(va,"calendarName",ey),sy=Re(va,"timeZoneName",ty),py=Re(va,"offset",ay),ky=Re(va,"roundingMode",ry),uy="PlainYearMonth",vy="PlainMonthDay",my="PlainDate",My="PlainDateTime",gy="PlainTime",fy="ZonedDateTime",xy="Instant",wy="Duration",by=[Math.floor,e=>Je(e)?Math.floor(e):Math.round(e),Math.ceil,e=>Je(e)?Math.ceil(e):Math.round(e),Math.trunc,e=>Je(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=>Je(e)?(e=Math.trunc(e)||0)+e%2:Math.round(e)],Dy="UTC",Hy=5184e3,zy=It(1847),jy=It((new Date).getUTCFullYear()+10),qy=/0+$/,Vy=je(kr,WeakMap),Cy=2**32-1,Ey=je(e=>{const t=vn(e);return"object"==typeof t?new Ny(t):new Ay(t||0)});class Ay{constructor(e){this.$=e}R(){return this.$}I(e){return(e=>{const t=Nt({...e,...Vi});if(!t||Math.abs(t[0])>1e8)throw new RangeError(vd)})(e),[Tt(e,this.$)]}O(){}}class Ny{constructor(e){this.nn=(e=>{function t(e){const t=Be(e,h,d),[i,y]=_r(t),o=r(i),l=r(y);return o===l?o:a(n(i,y),o,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=je(e),n=je(Ur);let h=zy,d=jy;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=Be(e,h,d);let[y,o]=_r(i);const l=Hy*t,c=t<0?()=>o>h||(h=i,0):()=>y<d||(d=i,0);for(;c();){const h=r(y),d=r(o);if(h!==d){const r=n(y,o);a(r,h,d);const i=r[0];if((Fe(i,e)||1)===t)return i}y+=l,o+=l}}}})((e=>t=>{const a=Rt(e,t*Nd);return It(th(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=>Et(e)[0])(e))*Sd}I(e){const[t,a]=[It((r=e).isoYear,r.isoMonth,r.isoDay,r.isoHour,r.isoMinute,r.isoSecond),r.isoMillisecond*Id+r.isoMicrosecond*Td+r.isoNanosecond];var r;return this.nn.tn(t).map(e=>qt(mt(wt(e,Sd),a)))}O(e,t){const[a,r]=Et(e),n=this.nn.O(a+(t>0||r?1:0),t);if(void 0!==n)return wt(n,Sd)}}const Ty="([+-])",Iy="(?:[.,](\\d{1,9}))?",Sy=`(?:(?:${Ty}(\\d{6}))|(\\d{4}))-?(\\d{2})`,Ly="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+Iy+")?)?",Zy=Ty+Ly,Oy=Sy+"-?(\\d{2})(?:[T ]"+Ly+"(Z|"+Zy+")?)?",Ry="\\[(!?)([^\\]]*)\\]",Py=`((?:${Ry}){0,9})`,$y=cn(Sy+Py),Yy=cn("(?:--)?(\\d{2})-?(\\d{2})"+Py),Fy=cn(Oy+Py),By=cn("T?"+Ly+"(?:"+Zy+")?"+Py),Wy=cn(Zy),Uy=new RegExp(Ry,"g"),_y=cn(`${Ty}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${Iy}H)?(?:(\\d+)${Iy}M)?(?:(\\d+)${Iy}S)?)?`),Gy=je(e=>new Li(Zi,{timeZone:e,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"})),Xy=/^(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$/,Jy=/[^\w\/:+-]+/,Ky=/^M(\d{2})(L?)$/,Qy=je(Jn),eo=je(e=>new Li(Zi,{calendar:e,timeZone:Dy,era:"short",year:"numeric",month:"short",day:"numeric"})),to={P(e,t,a){const r=ta(a);let n,{years:h,months:d,weeks:i,days:y}=t;if(y+=$r(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=Bn(t,r,e.L(h)),d=He("month",d,1,e.B(h),n)}return r&&([h,d]=e.un(h,d,r)),i=He("day",i,1,e.U(h,d),n),e.p(h,d,i)})(this,e,h,d,r);else{if(!i&&!y)return e;n=At(e)}if(void 0===n)throw new RangeError(vd);return n+=(7*i+y)*Ad,zt(Ot(n))},N(e,t,a){if(a<=7){let r=0,n=Sn({...e,...Vi},{...t,...Vi});return 7===a&&([r,n]=_e(n,7)),{...fi,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,y=h-a,o=d-r;if(i||y){const l=Math.sign(i||y);let c=e.U(n,h),s=0;if(Math.sign(o)===-l){const r=c;[n,h]=e.un(n,h,-l),i=n-t,y=h-a,c=e.U(n,h),s=l<0?-r:c}if(o=d-Math.min(r,c)+s,i){const[r,d]=e.q(t,a),[o,c]=e.q(n,h);if(y=o-r||Number(c)-Number(d),Math.sign(y)===-l){const a=l<0&&-e.B(n);i=(n-=l)-t,y=h-Bn(r,d,e.L(n))+(a||e.B(n))}}}return[i,y,o]})(this,...r,...n);return 8===a&&(d+=this.cn(h,r[0]),h=0),{...fi,years:h,months:d,days:i}},F(e,t){const a=ta(t),r=fh(this,e),n=xh(this,e,r,a),h=wh(this,e,n,r,a);return xa(zt(this.V(r,n,h)),this.id||hi)},K(e,t){const a=ta(t),r=fh(this,e),n=xh(this,e,r,a);return wa(Ht(this.V(r,n,1)),this.id||hi)},_(e,t){const a=ta(t);let r,n,h,d=void 0!==e.eraYear||void 0!==e.year?fh(this,e):void 0;const i=!this.id;if(void 0===d&&i&&(d=Ri),void 0!==d){const t=xh(this,e,d,a);r=wh(this,e,t,d,a);const i=this.L(d);n=Wn(t,i),h=t===i}else{if(void 0===e.monthCode)throw new TypeError(nd);if([n,h]=Yn(e.monthCode),this.id&&this.id!==di&&this.id!==ii)if(this.id&&"coptic"===ph(this.id)&&0===a){const t=h||13!==n?30:6;r=e.day,r=Be(r,1,t)}else if(this.id&&"chinese"===ph(this.id)&&0===a){const t=!h||1!==n&&9!==n&&10!==n&&11!==n&&12!==n?30:29;r=e.day,r=Be(r,1,t)}else r=e.day;else r=wh(this,e,xh(this,e,Ri,a),Ri,a)}const y=this.G(n,h,r);if(!y)throw new RangeError("Cannot guess year");const[o,l]=y;return ba(zt(this.V(o,l,r)),this.id||hi)},fields(e){return _n(this)&&e.includes("year")?[...e,...Ud]:e},k(e,t){const a=Object.assign(Object.create(null),e);return bh(a,t,Jd),_n(this)&&(bh(a,t,_d),this.id===ii&&bh(a,t,ai,Ud)),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:$n,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 Fn(r,n)},dayOfWeek:Ut,daysInWeek:()=>7},ao={v:Pt,hn:_t,q:$t},ro={dayOfYear:$n,v:Pt,p:St},no=Object.assign({},ro,{weekOfYear:Rn,yearOfWeek:Pn,m(e){function t(e){return(7-e<r?7:0)-e}function a(e){const a=Bt(s+e),r=e||1,n=t(Ue(y+a*r,7));return l=(a+(n-o)*r)/7}const r=this.id?1:4,n=Ut(e),h=this.dayOfYear(e),d=Ue(n-1,7),i=h-1,y=Ue(d-i,7),o=t(y);let l,c=Math.floor((i-o)/7)+1,s=e.isoYear;return c?c>a(0)&&(c=1,s++):(c=a(-1),s--),[c,s,l]}}),ho=Object.assign({},to,no,{v:Pt,hn:_t,q:$t,G(e,t){if(!t)return[Ri,e]},sn:Wt,L(){},B:Yt,cn:e=>e*Pi,U:Ft,fn:Bt,V:(e,t,a)=>({isoYear:e,isoMonth:t,isoDay:a}),p:St,un:(e,t,a)=>(e+=Ge(a,Pi),(t+=Xe(a,Pi))<1?(e--,t+=Pi):t>Pi&&(e++,t-=Pi),[e,t]),year:e=>e.isoYear,month:e=>e.isoMonth,day:e=>e.isoDay}),io={v:ah,hn:oh,q:nh},yo={dayOfYear:$n,v:ah,p:rh,weekOfYear:Rn,yearOfWeek:Pn,m:()=>[]},oo=Object.assign({},to,yo,{v:ah,hn:oh,q:nh,G(e,t,a){const r=this.id&&"chinese"===ph(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):Ri;let[n,h,d]=ah.call(this,{isoYear:r,isoMonth:Pi,isoDay:31});const i=hh.call(this,n),y=h===i;1===(Fe(e,Wn(h,i))||Fe(Number(t),Number(y))||Fe(a,d))&&n--;for(let r=0;r<100;r++){const h=n-r,d=hh.call(this,h),i=Bn(e,t,d);if(t===(i===d)&&a<=ih.call(this,h,i))return[h,i]}},sn(e){const t=dh.call(this,e);return t>dh.call(this,e-1)&&t>dh.call(this,e+1)},L:hh,B:yh,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+=yh.call(this,e+n);return h},U:ih,fn:dh,V(e,t,a){return Ot(rh.call(this,e,t,a))},p:rh,un(e,t,a){if(a){if(t+=a,!Number.isSafeInteger(t))throw new RangeError(vd);if(a<0)for(;t<1;)t+=yh.call(this,--e);else{let a;for(;t>(a=yh.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}}),lo=kh(ao,io),co=kh(ho,oo),so={...{era:ot,eraYear:st,year:st,month:kt,monthCode(e){const t=ot(e);return Yn(t),t},day:kt},...qd(Pd,st),...qd(ki,pt),offset(e){const t=ot(e);return Gr(t),t}},po=Re(Ie,Pd,bi),ko=Re(Ie,bi,Pd),uo="numeric",vo=["timeZoneName"],mo={month:uo,day:uo},Mo={year:uo,month:uo},go=Object.assign({},Mo,{day:uo}),fo={hour:uo,minute:uo,second:uo},xo=Object.assign({},go,fo),wo=Object.assign({},xo,{timeZoneName:"short"}),bo=Object.keys(Mo),Do=Object.keys(mo),Ho=Object.keys(go),zo=Object.keys(fo),jo=["dateStyle"],qo=bo.concat(jo),Vo=Do.concat(jo),Co=Ho.concat(jo,["weekday"]),Eo=zo.concat(["dayPeriod","timeStyle","fractionalSecondDigits"]),Ao=Co.concat(Eo),No=vo.concat(Eo),To=vo.concat(Co),Io=vo.concat(["day","weekday"],Eo),So=vo.concat(["year","weekday"],Eo),Lo=qh(Ao,xo),Zo=qh(Ao,wo),Oo=qh(Ao,xo,vo),Ro=qh(Co,go,No),Po=qh(Eo,fo,To),$o=qh(qo,Mo,Io),Yo=qh(Vo,mo,So),Fo={},Bo=new Li(void 0,{calendar:hi}).resolvedOptions().calendar===hi,Wo=[Lo,za],Uo=[Zo,za,0,(e,t)=>{const a=e.timeZone;if(t&&t.timeZone!==a)throw new RangeError(ld);return a}],_o=[Oo,At],Go=[Ro,At],Xo=[Po,e=>Vt(e)/Id],Jo=[$o,At,Bo],Ko=[Yo,At,Bo];let Qo;function el(e,t,a,r,n){function h(...e){if(!(this instanceof h))throw new TypeError(Xh);zl(this,t(...e))}function d(e,t){return Object.defineProperties(function(...t){return e.call(this,i(this),...t)},qe(t))}function i(t){const a=Hl(t);if(!a||a.branding!==e)throw new TypeError(Xh);return a}return Object.defineProperties(h.prototype,{...Ce(Ne(d,a)),...Ve(Ne(d,r)),...Ee("Temporal."+e)}),Object.defineProperties(h,{...Ve(n),...qe(e)}),[h,e=>{const t=Object.create(h.prototype);return zl(t,e),t},i]}function tl(e){if(Hl(e)||void 0!==e.calendar||void 0!==e.timeZone)throw new TypeError("Invalid bag");return e}function al(e){return rl(e)||hi}function rl(e){const{calendar:t}=e;if(void 0!==t)return nl(t)}function nl(e){if(ze(e)){const{calendar:t}=Hl(e)||{};if(!t)throw new TypeError(id(e));return t}return(e=>sh(function(e){const t=an(e)||rn(e)||nn(e);return t?t.calendar:e}(ci(e))))(e)}function hl(e){const t={};for(const a in e)t[a]=e=>{const{calendar:t}=e;return co(t)[a](e)};return t}function dl(){throw new TypeError("Cannot use valueOf")}function il(e){if(ze(e)){const{timeZone:t}=Hl(e)||{};if(!t)throw new TypeError(od(e));return t}return(e=>kn(function(e){const t=an(e);return t&&(t.timeZone||t.j&&Dy||t.offset)||e}(ci(e))))(e)}function yl(e){if(ze(e)){const t=Hl(e);return t&&t.branding===wy?t:function(e){const t=mh(e,ui);return Ha(Rr({...fi,...t}))}(e)}return function(e){const t=(e=>{const t=_y.exec(e);return t?(e=>{function t(e,t,h){let d=0,i=0;if(h&&([d,n]=We(n,Rd[h])),void 0!==e){if(r)throw new RangeError(Dd(e));i=(e=>{const t=parseInt(e);if(!Number.isFinite(t))throw new RangeError(Dd(e));return t})(e),a=1,t&&(n=ln(t)*(Rd[h]/Sd),r=1)}return d+i}let a=0,r=0,n=0,h={...Ae(ki,[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)]),...Qe(n,2,ki)};if(!a)throw new RangeError(_h(ki));return sn(e[1])<0&&(h=Zr(h)),h})(t):void 0})(ci(e));if(!t)throw new RangeError(bd(e));return Ha(Rr(t))}(e)}function ol(e){if(void 0!==e){if(ze(e)){const t=Hl(e)||{};switch(t.branding){case fy:case my:return t;case My:return xa(t)}const a=al(e);return{...uh(il,Ey,co(a),e),calendar:a}}return function(e){const t=an(ci(e));if(!t)throw new RangeError(bd(e));if(t.timeZone)return Kr(t,t.offset?Gr(t.offset):void 0);if(t.j)throw new RangeError(bd(e));return en(t)}(e)}}function ll(e,t){if(ze(e)){const a=Hl(e)||{};switch(a.branding){case gy:return ta(t),a;case My:return ta(t),Da(a);case fy:return ta(t),jh(Ey,a)}return function(e,t){return Da(Mh(mh(e,$d,[],1),ta(t)))}(e,t)}const a=function(e){let t,a=(e=>{const t=By.exec(e);return t?(on(t[10]),yn(t)):void 0})(ci(e));if(!a){if(a=an(e),!a)throw new RangeError(bd(e));if(!a.C)throw new RangeError(bd(e));if(a.j)throw new RangeError(Dd("Z"));Jr(a)}if((t=rn(e))&&Kt(t))throw new RangeError(bd(e));if((t=nn(e))&&Kt(t))throw new RangeError(bd(e));return Da(ea(a,1))}(e);return ta(t),a}function cl(e){return void 0===e?void 0:ll(e)}function sl(e,t){if(ze(e)){const a=Hl(e)||{};switch(a.branding){case My:return ta(t),a;case my:return ta(t),fa({...a,...Vi});case fy:return ta(t),Hh(Ey,a)}return function(e,t,a){const r=vh(e,t,ti,[],Pd),n=ta(a);return fa(jt({...e.F(r,ka(n)),...Mh(r,n)}))}(co(al(e)),e,t)}const a=function(e){const t=an(ci(e));if(!t||t.j)throw new RangeError(bd(e));return fa(Qr(t))}(e);return ta(t),a}function pl(e,t){if(ze(e)){const a=Hl(e);if(a&&a.branding===vy)return ta(t),a;const r=rl(e);return function(e,t,a,r){const n=vh(e,a,ti,Kd);return t&&void 0!==n.month&&void 0===n.monthCode&&void 0===n.year&&(n.year=Ri),e._(n,r)}(co(r||hi),!r,e,t)}const a=function(e,t){const a=nn(ci(t));if(a)return Jr(a),ba(Jt(a));const r=Xr(t,0,1),{calendar:n}=r,h=e(n),[d,i,y]=h.v(r),[o,l]=h.q(d,i),[c,s]=h.G(o,l,y);return ba(zt(h.V(c,s,y)),n)}(co,e);return ta(t),a}function kl(e,t){if(ze(e)){const a=Hl(e);return a&&a.branding===uy?(ta(t),a):function(e,t,a,r){const n=vh(e,t,Qd,r);return e.K(n,a)}(co(al(e)),e,t)}const a=function(e,t){const a=rn(ci(t));if(a)return Jr(a),wa(Ht(Jt(a)));const r=Xr(t,1);return wa(jr(e(r.calendar),r))}(co,e);return ta(t),a}function ul(e,t){if(ze(e)){const a=Hl(e)||{};switch(a.branding){case my:return ta(t),a;case My:return ta(t),xa(a);case fy:return ta(t),zh(Ey,a)}return function(e,t,a,r=[]){const n=vh(e,t,ti,r);return e.F(n,a)}(co(al(e)),e,t)}const a=Xr(e);return ta(t),a}function vl(e,t){if(ze(e)){const a=Hl(e);if(a&&a.branding===fy)return aa(t),a;const r=al(e);return function(e,t,a,r,n,h){const d=vh(a,n,ti,Fd,Wd),i=e(d.timeZone),[y,o,l]=aa(h),c=a.F(d,ka(y)),s=Mh(d,y);return ga(ur(t(i),{...c,...s},void 0!==d.offset?Gr(d.offset):void 0,o,l),i,r)}(il,Ey,co(r),r,e,t)}return function(e,t){const a=an(ci(e));if(!a||!a.timeZone)throw new RangeError(bd(e));const{offset:r}=a,n=r?Gr(r):void 0,[,h,d]=aa(t);return Kr(a,n,h,d)}(e,t)}function ml(e){return Ne(e=>t=>e(Ml(t)),e)}function Ml(e){return Vy(e,Ey)}function gl(e){if(ze(e)){const t=Hl(e);if(t)switch(t.branding){case xy:return t;case fy:return Ma(t.epochNanoseconds)}}return function(e){const t=an(e=ot(e));if(!t)throw new RangeError(bd(e));let a;if(t.j)a=0;else{if(!t.offset)throw new RangeError(bd(e));a=Gr(t.offset)}return t.timeZone&&hn(t.timeZone,1),Ma(Tt(Xt(t),a))}(e)}function fl(){function e(e,a){return new t(e,a)}function t(e,t=Object.create(null)){cc.set(this,((e,t)=>{const a=new Li(e,t),r=a.resolvedOptions(),n=r.locale,h=Se(Object.keys(t),r),d=je(bl),i=(e,...t)=>{if(e){if(2!==t.length)throw new TypeError(Hd);for(const e of t)if(void 0===e)throw new TypeError(Hd)}e||void 0!==t[0]||(t=[]);const r=t.map(e=>Hl(e)||Number(e));let i,y=0;for(const e of r){const t="object"==typeof e?e.branding:void 0;if(y++&&t!==i)throw new TypeError(Hd);i=t}return i?d(i)(n,h,...r):[a,...r]};return i.X=a,i})(e,t))}const a=Li.prototype,r=Object.getOwnPropertyDescriptors(a),n=Object.getOwnPropertyDescriptors(Li);for(const t in r){const a=r[t],n=t.startsWith("format")&&xl(t);"function"==typeof a.value?a.value="constructor"===t?e:n||wl(t):n&&(a.get=function(){if(!cc.has(this))throw new TypeError(Xh);return(...e)=>n.apply(this,e)},Object.defineProperties(a.get,qe(`get ${t}`)))}return n.prototype.value=t.prototype=Object.create({},r),Object.defineProperties(e,n),e}function xl(e){return Object.defineProperties(function(...t){const a=cc.get(this),[r,...n]=a(e.includes("Range"),...t);return r[e](...n)},qe(e))}function wl(e){return Object.defineProperties(function(...t){return cc.get(this).X[e](...t)},qe(e))}function bl(e){const t=Rl[e];if(!t)throw new TypeError((e=>`Cannot format ${e}`)(e));return Vh(t,je(Ch),1)}const Dl=new WeakMap,Hl=Dl.get.bind(Dl),zl=Dl.set.bind(Dl),jl={era:function(e){if(void 0!==e)return ci(e)},eraYear:et,year:at,month:tt,daysInMonth:tt,daysInYear:tt,inLeapYear:si,monthsInYear:tt},ql={monthCode:ci},Vl={day:tt},Cl={dayOfWeek:tt,dayOfYear:tt,weekOfYear:function(e){if(void 0!==e)return tt(e)},yearOfWeek:et,daysInWeek:tt},El=hl(Object.assign({},jl,ql,Vl,Cl)),Al=hl({...jl,...ql}),Nl=hl({...ql,...Vl}),Tl={calendarId:e=>e.calendar},Il=Te(e=>t=>t[e],ki.concat("sign")),Sl=Te((e,t)=>e=>e[bi[t]],Pd),Ll={epochMilliseconds:za,epochNanoseconds:function(e){return((e,t=1)=>{const[a,r]=e,n=Math.floor(r/t),h=Od/t;return BigInt(a)*BigInt(h)+BigInt(n)})(e.epochNanoseconds)}},[Zl,Ol]=el(wy,function(e=0,t=0,a=0,r=0,n=0,h=0,d=0,i=0,y=0,o=0){return Ha(Rr(Ne(pt,Ae(ki,[e,t,a,r,n,h,d,i,y,o]))))},{...Il,blank:function(e){return!e.sign}},{with:(e,t)=>Ol(function(e,t){return Ha((a=e,r=t,Rr({...a,...mh(r,ui)})));var a,r}(e,t)),negated:e=>Ol(Lr(e)),abs:e=>Ol(function(e){return-1===e.sign?Lr(e):e}(e)),add:(e,t,a)=>Ol(Sr(ol,co,Ey,0,e,yl(t),a)),subtract:(e,t,a)=>Ol(Sr(ol,co,Ey,1,e,yl(t),a)),round:(e,t)=>Ol(function(e,t,a,r,n){const h=Wr(r),[d,i,y,o,l]=((e,t,a)=>{e=pa(e,Fi);let r=dy(e);const n=a(e[_i]);let h=oa(e);const d=ky(e,7);let i=hy(e);if(void 0===r&&void 0===i)throw new RangeError(xd);if(null==i&&(i=0),null==r&&(r=Math.max(i,t)),ma(r,i),h=la(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 Ha(Rr(((e,t,a,r,n)=>{const h=Ra($r(e),a,r,n);return{...fi,...Yr(h,t)}})(r,d,i,y,o)));if(!Tr(l)&&!r.sign)return r;if(!l)throw new RangeError(gd);const[s,p,k]=Cr(t,a,l),u=Er(k),v=Ar(k),m=Nr(k),M=v(p,s,r);Tr(l)||(jt(s),jt(M));let g=m(p,s,M,d);const f=r.sign,x=Or(g);if(f&&x&&f!==x)throw new RangeError(dd);return g=Oa(g,u(M),d,i,y,o,p,s,u,v),Ha(g)}(ol,co,Ey,e,t)),total:(e,t)=>function(e,t,a,r,n){const h=Wr(r),[d,i]=((e,t)=>{const a=t((e=pa(e,Bi))[_i]);let r=iy(e);return r=rt(Bi,r),[r,a]})(n,e),y=Math.max(d,h);if(!i&&Ir(y,i))return qa(r,d);if(!i)throw new RangeError(gd);if(!r.sign)return 0;const[o,l,c]=Cr(t,a,i),s=Er(c),p=Ar(c),k=Nr(c),u=p(l,o,r);Tr(i)||(jt(o),jt(u));const v=k(l,o,u,d);return Ir(d,i)?qa(v,d):((e,t,a,r,n,h,d)=>{const i=Or(e),[y,o]=Va(r,wi(a,e),a,i,n,h,d),l=Ca(t,y,o);return e[ki[a]]+l*i})(v,s(u),d,l,o,s,p)}(ol,co,Ey,e,t),toLocaleString(e,t,a){return Intl.DurationFormat?new Intl.DurationFormat(t,a).format(this):er(e)},toString:er,toJSON:e=>er(e),valueOf:dl},{from:e=>Ol(yl(e)),compare:(e,t,a)=>function(e,t,a,r,n,h){const d=e(sa(h).relativeTo),i=Math.max(Wr(r),Wr(n));if(Ze(ki,r,n))return 0;if(Ir(i,d))return gt($r(r),$r(n));if(!d)throw new RangeError(gd);const[y,o,l]=Cr(t,a,d),c=Er(l),s=Ar(l);return gt(c(s(o,y,r)),c(s(o,y,n)))}(ol,co,Ey,yl(e),yl(t),a)}),Rl={Instant:Wo,PlainDateTime:_o,PlainDate:Go,PlainTime:Xo,PlainYearMonth:Jo,PlainMonthDay:Ko},Pl=Vh(Wo),$l=Vh(Uo),Yl=Vh(_o),Fl=Vh(Go),Bl=Vh(Xo),Wl=Vh(Jo),Ul=Vh(Ko),[_l,Gl]=el(gy,function(e=0,t=0,a=0,r=0,n=0,h=0){return Da(ea(Ne(st,Ae(bi,[e,t,a,r,n,h])),1))},Sl,{with(e,t,a){return Gl(function(e,t,a){return Da(((e,t,a)=>Mh({...Se($d,e),...mh(t,$d)},ta(a)))(e,t,a))}(this,tl(t),a))},add:(e,t)=>Gl(br(0,e,yl(t))),subtract:(e,t)=>Gl(br(1,e,yl(t))),until:(e,t,a)=>Ol(Vn(0,e,ll(t),a)),since:(e,t,a)=>Ol(Vn(1,e,ll(t),a)),round:(e,t)=>Gl(function(e,t){const[a,r,n]=na(t,5);var h;return Da((h=n,Na(e,Ia(a,r),h)[0]))}(e,t)),equals:(e,t)=>function(e,t){return!xn(e,t)}(e,ll(t)),toLocaleString(e,t,a){const[r,n]=Bl(t,a,e);return r.format(n)},toString:Qa,toJSON:e=>Qa(e),valueOf:dl},{from:(e,t)=>Gl(ll(e,t)),compare:(e,t)=>xn(ll(e),ll(t))}),[Xl,Jl]=el(My,Re(function(e,t,a,r,n=0,h=0,d=0,i=0,y=0,o=0,l=hi){return fa(jt(Xt(Ne(st,Ae(Hi,[t,a,r,n,h,d,i,y,o])))),e(l))},ch),{...Tl,...El,...Sl},{with:(e,t,a)=>Jl(function(e,t,a,r){const n=e(t.calendar),h=[...n.fields(ti),...Pd].sort(),d={...Dh(i=t),hour:i.isoHour,minute:i.isoMinute,second:i.isoSecond,millisecond:i.isoMillisecond,microsecond:i.isoMicrosecond,nanosecond:i.isoNanosecond};var i;const y=mh(a,h),o=ta(r),l=n.k(d,y),c={...d,...y};return fa(jt({...n.F(l,ka(o)),...ea(po(c),o)}))}(co,e,tl(t),a)),withCalendar:(e,t)=>Jl(Ah(e,nl(t))),withPlainTime:(e,t)=>Jl(function(e,t=Vi){return fa(jt({...e,...t}))}(e,cl(t))),add:(e,t,a)=>Jl(fr(co,0,e,yl(t),a)),subtract:(e,t,a)=>Jl(fr(co,1,e,yl(t),a)),until:(e,t,a)=>Ol(Hn(co,0,e,sl(t),a)),since:(e,t,a)=>Ol(Hn(co,1,e,sl(t),a)),round:(e,t)=>Jl(function(e,t){return fa(Ea(e,...na(t)),e.calendar)}(e,t)),equals:(e,t)=>function(e,t){return!gn(e,t)&&e.calendar===t.calendar}(e,sl(t)),toZonedDateTime:(e,t,a)=>hc(function(e,t,a,r){const n=((e,t,a,r)=>{const n=(e=>oy(sa(e)))(r);return vr(e(t),a,n)})(e,a,t,r);return ga(qt(n),a,t.calendar)}(Ey,e,il(t),a)),toPlainDate:e=>rc(xa(e)),toPlainTime:e=>Gl(Da(e)),toLocaleString(e,t,a){const[r,n]=Yl(t,a,e);return r.format(n)},toString:Ga,toJSON:e=>Ga(e),valueOf:dl},{from:(e,t)=>Jl(sl(e,t)),compare:(e,t)=>gn(sl(e),sl(t))}),[Kl,Ql]=el(vy,Re(function(e,t,a,r=hi,n=Ri){const h=st(t),d=st(a),i=e(r);return ba(zt(Jt({isoYear:st(n),isoMonth:h,isoDay:d})),i)},ch),{...Tl,...Nl},{with:(e,t,a)=>Ql(function(e,t,a,r){const n=e(t.calendar),h=n.fields(ti).sort(),d=(e=>{const t=lo(e.calendar),[a,r,n]=t.v(e),[h,d]=t.q(a,r);return{monthCode:Fn(h,d),day:n}})(t),i=mh(a,h),y=n.k(d,i);return n._(y,r)}(co,e,tl(t),a)),equals:(e,t)=>function(e,t){return!fn(e,t)&&e.calendar===t.calendar}(e,pl(t)),toPlainDate(e,t){return rc(function(e,t,a,r){return((e,t,a)=>gh(e,t,ri,nt(a),Gd))(e(t.calendar),a,r)}(co,e,this,t))},toLocaleString(e,t,a){const[r,n]=Ul(t,a,e);return r.format(n)},toString:Ka,toJSON:e=>Ka(e),valueOf:dl},{from:(e,t)=>Ql(pl(e,t))}),[ec,tc]=el(uy,Re(function(e,t,a,r=hi,n=1){const h=st(t),d=st(a),i=e(r);return wa(Ht(Jt({isoYear:h,isoMonth:d,isoDay:st(n)})),i)},ch),{...Tl,...Al},{with:(e,t,a)=>tc(function(e,t,a,r){const n=e(t.calendar),h=n.fields(Qd).sort(),d=(e=>{const t=lo(e.calendar),[a,r]=t.v(e),[n,h]=t.q(a,r);return{year:a,monthCode:Fn(n,h)}})(t),i=mh(a,h),y=n.k(d,i);return n.K(y,r)}(co,e,tl(t),a)),add:(e,t,a)=>tc(wr(co,0,e,yl(t),a)),subtract:(e,t,a)=>tc(wr(co,1,e,yl(t),a)),until:(e,t,a)=>Ol(jn(co,0,e,kl(t),a)),since:(e,t,a)=>Ol(jn(co,1,e,kl(t),a)),equals:(e,t)=>function(e,t){return!fn(e,t)&&e.calendar===t.calendar}(e,kl(t)),toPlainDate(e,t){return rc(function(e,t,a,r){return((e,t,a)=>gh(e,t,ei,nt(a),Kd))(e(t.calendar),a,r)}(co,e,this,t))},toLocaleString(e,t,a){const[r,n]=Wl(t,a,e);return r.format(n)},toString:Ja,toJSON:e=>Ja(e),valueOf:dl},{from:(e,t)=>tc(kl(e,t)),compare:(e,t)=>fn(kl(e),kl(t))}),[ac,rc]=el(my,Re(function(e,t,a,r,n=hi){return xa(zt(Jt(Ne(st,{isoYear:t,isoMonth:a,isoDay:r}))),e(n))},ch),{...Tl,...El},{with:(e,t,a)=>rc(function(e,t,a,r){const n=e(t.calendar),h=n.fields(ti).sort(),d=Dh(t),i=mh(a,h),y=n.k(d,i);return n.F(y,r)}(co,e,tl(t),a)),withCalendar:(e,t)=>rc(Ah(e,nl(t))),add:(e,t,a)=>rc(xr(co,0,e,yl(t),a)),subtract:(e,t,a)=>rc(xr(co,1,e,yl(t),a)),until:(e,t,a)=>Ol(zn(co,0,e,ul(t),a)),since:(e,t,a)=>Ol(zn(co,1,e,ul(t),a)),equals:(e,t)=>function(e,t){return!fn(e,t)&&e.calendar===t.calendar}(e,ul(t)),toZonedDateTime(e,t){const a=ze(t)?t:{timeZone:t};return hc(function(e,t,a,r,n){const h=e(n.timeZone),d=n.plainTime,i=void 0!==d?t(d):void 0,y=a(h);let o;return o=i?vr(y,{...r,...i}):mr(y,{...r,...Vi}),ga(o,h,r.calendar)}(il,ll,Ey,e,a))},toPlainDateTime:(e,t)=>Jl(function(e,t=Vi){return fa(jt({...e,...t}))}(e,cl(t))),toPlainYearMonth(e){return tc(function(e,t,a){return((e,t)=>{const a=vh(e,t,ei);return e.K(a,void 0)})(e(t.calendar),a)}(co,e,this))},toPlainMonthDay(e){return Ql(function(e,t,a){return((e,t)=>{const a=vh(e,t,ri);return e._(a)})(e(t.calendar),a)}(co,e,this))},toLocaleString(e,t,a){const[r,n]=Fl(t,a,e);return r.format(n)},toString:Xa,toJSON:e=>Xa(e),valueOf:dl},{from:(e,t)=>rc(ul(e,t)),compare:(e,t)=>fn(ul(e),ul(t))}),[nc,hc]=el(fy,Re(function(e,t,a,r,n=hi){return ga(qt(xt(lt(a))),t(r),e(n))},ch,function(e){return kn(ci(e))}),{...Ll,...Tl,...ml(El),...ml(Sl),offset:e=>yr(Ml(e).offsetNanoseconds),offsetNanoseconds:e=>Ml(e).offsetNanoseconds,timeZoneId:e=>e.timeZone,hoursInDay:e=>function(e,t){const a=e(t.timeZone),r=Vy(t,a),[n,h]=Sa(r),d=bt(Mt(mr(a,n),mr(a,h)),Zd,1);if(d<=0)throw new RangeError(dd);return d}(Ey,e)},{with:(e,t,a)=>hc(function(e,t,a,r,n){const{calendar:h,timeZone:d}=a,i=e(h),y=t(d),o=[...i.fields(ti),...Bd].sort(),l=(e=>{const t=Vy(e,Ey),a=yr(t.offsetNanoseconds),r=lo(e.calendar),[n,h,d]=r.v(t),[i,y]=r.q(n,h),o=Fn(i,y);return{...ko(t),year:n,monthCode:o,day:d,offset:a}})(a),c=mh(r,o),s=i.k(l,c),p={...l,...c},[k,u,v]=aa(n,2);return ga(ur(y,{...i.F(s,ka(k)),...ea(po(p),k)},Gr(p.offset),u,v),d,h)}(co,Ey,e,tl(t),a)),withCalendar:(e,t)=>hc(Ah(e,nl(t))),withTimeZone:(e,t)=>hc(function(e,t){return{...e,timeZone:t}}(e,il(t))),withPlainTime:(e,t)=>hc(function(e,t,a){const r=t.timeZone,n=e(r),h={...Vy(t,n),...a||Vi};let d;return d=a?ur(n,h,h.offsetNanoseconds,2):mr(n,h),ga(d,r,t.calendar)}(Ey,e,cl(t))),add:(e,t,a)=>hc(gr(co,Ey,0,e,yl(t),a)),subtract:(e,t,a)=>hc(gr(co,Ey,1,e,yl(t),a)),until:(e,t,a)=>Ol(Ha(Dn(co,Ey,0,e,vl(t),a))),since:(e,t,a)=>Ol(Ha(Dn(co,Ey,1,e,vl(t),a))),round:(e,t)=>hc(function(e,t,a){let{epochNanoseconds:r,timeZone:n,calendar:h}=t;const[d,i,y]=na(a);if(0===d&&1===i)return t;const o=e(n);if(6===d)r=((e,t,a,r)=>{const n=Vy(a,t),[h,d]=e(n),i=a.epochNanoseconds,y=mr(t,h),o=mr(t,d);if(ft(i,y,o))throw new RangeError(dd);return Ya(Ca(i,y,o),r)?o:y})(Sa,o,t,y);else{const e=o.R(r);r=ur(o,Ea(Zt(r,e),d,i,y),e,2,0,1)}return ga(r,n,h)}(Ey,e,t)),startOfDay:e=>hc(function(e,t){const{timeZone:a,calendar:r}=t,n=((e,t,a)=>mr(t,e(Vy(a,t))))(La,e(a),t);return ga(n,a,r)}(Ey,e)),equals:(e,t)=>function(e,t){return!Mn(e,t)&&!!wn(e.timeZone,t.timeZone)&&e.calendar===t.calendar}(e,vl(t)),toInstant:e=>ic(function(e){return Ma(e.epochNanoseconds)}(e)),toPlainDateTime:e=>Jl(Hh(Ey,e)),toPlainDate:e=>rc(zh(Ey,e)),toPlainTime:e=>Gl(jh(Ey,e)),toLocaleString(e,t,a={}){const[r,n]=$l(t,a,e);return r.format(n)},toString:(e,t)=>_a(Ey,e,t),toJSON:e=>_a(Ey,e),valueOf:dl,getTimeZoneTransition(e,t){const{timeZone:a,epochNanoseconds:r}=e,n=function(e){const t=pa(e,Gi),a=va(Gi,ny,t,0);if(!a)throw new RangeError(Fh(Gi,a));return a}(t),h=Ey(a).O(r,n);return h?hc({...e,epochNanoseconds:h}):null}},{from:(e,t)=>hc(vl(e,t)),compare:(e,t)=>Mn(vl(e),vl(t))}),[dc,ic]=el(xy,function(e){return Ma(qt(xt(lt(e))))},Ll,{add:(e,t)=>ic(Mr(0,e,yl(t))),subtract:(e,t)=>ic(Mr(1,e,yl(t))),until:(e,t,a)=>Ol(bn(0,e,gl(t),a)),since:(e,t,a)=>Ol(bn(1,e,gl(t),a)),round:(e,t)=>ic(function(e,t){const[a,r,n]=na(t,5,1);return Ma(Ra(e.epochNanoseconds,a,r,n,1))}(e,t)),equals:(e,t)=>function(e,t){return!mn(e,t)}(e,gl(t)),toZonedDateTimeISO:(e,t)=>hc(function(e,t,a=hi){return ga(e.epochNanoseconds,t,a)}(e,il(t))),toLocaleString(e,t,a){const[r,n]=Pl(t,a,e);return r.format(n)},toString:(e,t)=>Ua(il,Ey,e,t),toJSON:e=>Ua(il,Ey,e),valueOf:dl},{from:e=>ic(gl(e)),fromEpochMilliseconds:e=>ic(function(e){return Ma(qt(wt(pt(e),Id)))}(e)),fromEpochNanoseconds:e=>ic(function(e){return Ma(qt(xt(lt(e))))}(e)),compare:(e,t)=>mn(gl(e),gl(t))}),yc=Object.defineProperties({},{...Ee("Temporal.Now"),...Ve({timeZoneId:()=>Ih(),instant:()=>ic(Ma(Th())),zonedDateTimeISO:(e=Ih())=>hc(ga(Th(),il(e),hi)),plainDateTimeISO:(e=Ih())=>Jl(fa(Nh(Ey(il(e))),hi)),plainDateISO:(e=Ih())=>rc(xa(Nh(Ey(il(e))),hi)),plainTimeISO:(e=Ih())=>Gl(Da(Nh(Ey(il(e)))))})}),oc=Object.defineProperties({},{...Ee("Temporal"),...Ve({PlainYearMonth:ec,PlainMonthDay:Kl,PlainDate:ac,PlainTime:_l,PlainDateTime:Xl,ZonedDateTime:nc,Instant:dc,Duration:Zl,Now:yc})}),lc=fl(),cc=new WeakMap;function sc(e){var t;return e instanceof oc.PlainDate||("PlainDate"===(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)||!("hour"in e)&&!("timeZone"in e))}function pc(e){return e instanceof Date}function kc(e,t=oc.Now.timeZoneId()){return oc.Instant.fromEpochMilliseconds(e.getTime()).toZonedDateTimeISO(t)}function uc(e){return oc.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()})}function vc(e){return new Date(e.epochMilliseconds)}function mc(e,t){return sc(e)?function(e,t=oc.Now.timeZoneId()){return vc(e.toZonedDateTime({timeZone:t,plainTime:oc.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):vc(e)}function Mc(e,t){const a=Math.floor(t),r=Math.round(60*(t-a));return sc(e)?oc.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 gc(e,t){const a=sc(e)?e:e.toPlainDate(),r=sc(t)?t:t.toPlainDate();return 0===oc.PlainDate.compare(a,r)}function fc(e,t){return!gc(e,t)}function xc(e,t=oc.Now.timeZoneId()){return(sc(e)?e:e.toPlainDate()).toZonedDateTime({timeZone:t,plainTime:oc.PlainTime.from({hour:0,minute:0})})}function wc(e,t=oc.Now.timeZoneId()){return(sc(e)?e:e.toPlainDate()).toZonedDateTime({timeZone:t,plainTime:oc.PlainTime.from({hour:23,minute:59,second:59,millisecond:999})})}function bc(e,t){const a=sc(e)?e:e.toPlainDate(),r=sc(t)?t:t.toPlainDate();return a.until(r).days}function Dc(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 Hc(e,t){const a=new Date(e);return a.setDate(a.getDate()+t),a}function zc(e=oc.Now.timeZoneId()){return oc.Now.zonedDateTimeISO(e)}function jc(e=oc.Now.timeZoneId()){return oc.Now.plainDateISO(e)}Object.create(Intl),Ve({DateTimeFormat:lc});const qc=e=>{if(e instanceof Date){return e.getHours()+e.getMinutes()/60}return sc(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},Vc=(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 Mc(e,t)},Cc=e=>{if(e instanceof Date){const t=new Date(e);return t.setHours(0,0,0,0),t}return xc(e)},Ec=e=>{if(e instanceof Date){const t=new Date(e);return t.setHours(23,59,59,999),t}return wc(e)},Ac=(e,t)=>{if(e instanceof Date&&t instanceof Date)return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate();return gc(e instanceof Date?oc.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()}):sc(e)?e:e.toPlainDate(),t instanceof Date?oc.PlainDate.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}):sc(t)?t:t.toPlainDate())},Nc=(e,t)=>!Ac(e,t),Tc=e=>D().resolveColors(e).eventColor,Ic=e=>D().resolveColors(e).textColor,Sc=e=>D().resolveColors(e).eventSelectedColor,Lc=e=>D().resolveColors(e).lineColor,Zc=.25,Oc=(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")}`},Rc=e=>{if(e.allDay)return"All day";const t=qc(e.start),a=$c(e);return`${Oc(t)} - ${Oc(a)}`},Pc=e=>{const t=Zc;return Math.round(e/t)*t},$c=e=>{if(!e.end)return 0;const t=qc(e.end);if(e.allDay||!e.start)return t;const a=mc(e.start),r=mc(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},Yc=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],Fc=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],Bc=["January","February","March","April","May","June","July","August","September","October","November","December"],Wc=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Uc=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}},_c=()=>{const e=new Date,t=new Date,a=e.getDay(),r=e.getDate()-a+(0===a?-6:1);return Yc.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()}})},Gc=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:Bc[r],shortMonthName:Wc[r],isToday:h.getDate()===a&&h.getMonth()===r&&h.getFullYear()===n}},Xc=e=>{const t=[],a=new Date(e);for(let e=0;e<7;e++){const e=new Date(a);t.push(Gc(e)),a.setDate(a.getDate()+1)}return{days:t,startDate:new Date(e),monthYear:Jc(t)}},Jc=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:Bc[n],monthIndex:n,year:h}},Kc=(e,t=3)=>{const a=5*t,{monday:r}=Uc(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(Xc(t))}return n};function Qc(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(Xc(t))}return a}const es=(e,t)=>t.filter(t=>t.day===e&&!t.allDay),ts=(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=mc(t.start);n.setHours(0,0,0,0);const h=mc(t.end);return h.setHours(0,0,0,0),r>=n&&r<=h}),as=(e,t)=>{const a=new Date(e);return a.setDate(e.getDate()+t),a},rs=(e,t,a)=>{const r=as(a,t);return Object.assign(Object.assign({},e),{day:t,start:e.allDay?oc.PlainDate.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate()}):oc.ZonedDateTime.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate(),hour:r.getHours(),minute:r.getMinutes(),timeZone:oc.Now.timeZoneId()}),end:e.allDay?oc.PlainDate.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate()}):oc.ZonedDateTime.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate(),hour:r.getHours(),minute:r.getMinutes(),timeZone:oc.Now.timeZoneId()})})},ns=(e,t)=>t?oc.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()}):oc.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:oc.Now.timeZoneId()}),hs=(e,t)=>{var a,r;const n=as(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:ns(n,h),end:ns(n,h)})},ds=(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)},is=(e,t)=>{const a=ds(e,t);return a>=0&&a<=6},ys=(e,t)=>e.map(e=>{const a=mc(e.start),r=ds(a,t);return Object.assign(Object.assign({},e),{day:r})}),os=(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)},ls=(e,t)=>{const a=new Date(t);return a.setDate(t.getDate()+6),a.setHours(23,59,59,999),e.filter(e=>{const r=mc(e.start);return r>=t&&r<=a}).map(e=>{const a=ds(mc(e.start),t);return Object.assign(Object.assign({},e),{day:a})})},cs=(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:ns(n,h),end:ns(n,h)})},ss=(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:ns(n,h),end:ns(n,h)})};function ps(){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:oc.PlainDate.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}),end:oc.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:oc.ZonedDateTime.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate(),hour:r,minute:n,timeZone:oc.Now.timeZoneId()}),end:oc.ZonedDateTime.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate(),hour:h,minute:d,timeZone:oc.Now.timeZoneId()}),allDay:!1,calendarId:e.calendarId,day:e.day}});return n}function ks(){return Date.now().toString(36)+Math.random().toString(36).substring(2,8)}const us=e=>{if(e.icon)return e.icon;return(e.name||e.id).charAt(0).toUpperCase()},vs=({app:e,calendars:h,toggleCalendarVisibility:d,isCollapsed:i,setCollapsed:c})=>{const s=e.getCurrentDate(),p=e.getVisibleMonth(),k=p.getFullYear(),u=p.getMonth(),[v,m]=a(()=>new Date(k,u,1));n(()=>{m(e=>e.getFullYear()===k&&e.getMonth()===u?e:new Date(k,u,1))},[k,u]);const M=t(()=>(new Date).toDateString(),[]),g=s.toDateString(),f=t(()=>Yc.map(e=>e.charAt(0)),[]),x=t(()=>{const e=v.getFullYear(),t=v.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===M,isSelected:d===g})}return r},[v,g,M]),w=t(()=>v.toLocaleDateString(void 0,{month:"long",year:"numeric"}),[v]),b=r(t=>{m(a=>{const r=new Date(a.getFullYear(),a.getMonth()+t,1);return e.setVisibleMonth(r),r})},[e]),D=r(t=>{const a=new Date(t.getFullYear(),t.getMonth(),t.getDate());e.setCurrentDate(a),m(new Date(a.getFullYear(),a.getMonth(),1))},[e]);return y("div",{className:"flex h-full flex-col border-r border-gray-200 bg-white dark:bg-slate-900",children:[y("div",{className:"flex items-center px-3 py-2",children:[o("button",{type:"button","aria-label":i?"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:()=>c(!i),children:o(i?U:_,{className:"h-4 w-4 text-gray-500"})}),!i&&o("span",{className:"text-sm font-semibold text-gray-700 dark:text-gray-200",children:"Calendars"})]}),i?o("div",{className:"flex-1 overflow-y-auto px-2 pb-3",children:o("ul",{className:"space-y-1",children:h.map(e=>{var t;const a=!1!==e.isVisible,r=(null===(t=e.colors)||void 0===t?void 0:t.lineColor)||"#3b82f6";return Boolean(e.icon),o("li",{children:y("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:[o("input",{type:"checkbox",className:"calendar-checkbox",style:{"--checkbox-color":r},checked:a,onChange:t=>d(e.id,t.target.checked)}),o("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)})})}):y(l,{children:[o("div",{className:"flex-1 overflow-y-auto px-2 pb-3",children:o("ul",{className:"space-y-1",children:h.map(e=>{var t;const a=!1!==e.isVisible,r=(null===(t=e.colors)||void 0===t?void 0:t.lineColor)||"#3b82f6",n=Boolean(e.icon);return o("li",{children:y("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:[o("input",{type:"checkbox",className:"calendar-checkbox",style:{"--checkbox-color":r},checked:a,onChange:t=>d(e.id,t.target.checked)}),n&&o("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:us(e)}),o("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)})})}),y("div",{className:"border-t border-gray-200 px-3 py-3 dark:border-slate-800",children:[y("div",{className:"mb-3 flex items-center justify-between",children:[o("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:()=>b(-1),"aria-label":"Previous month",children:o(Z,{className:"h-4 w-4"})}),o("span",{className:"text-sm font-semibold text-gray-700 dark:text-gray-200",children:w}),o("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:()=>b(1),"aria-label":"Next month",children:o(O,{className:"h-4 w-4"})})]}),y("div",{className:se,children:[f.map(e=>o("div",{className:`${pe} text-gray-500`,children:e},ks())),x.map(e=>o("button",{type:"button",className:`\n ${ke}\n ${e.isCurrentMonth?ue:ve}\n ${e.isToday?me:""}\n ${e.isSelected&&!e.isToday?Me:""}\n `,onClick:()=>D(e.fullDate),children:e.date},ks()))]})]})]})]})},ms=e=>{if(!e)return"";let t,a,r;e instanceof Date?(t=e.getFullYear(),a=e.getMonth()+1,r=e.getDate()):sc(e)?(t=e.year,a=e.month,r=e.day):(!function(){oc.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}`},Ms=e=>`${["January","February","March","April","May","June","July","August","September","October","November","December"][e.getMonth()]} ${e.getFullYear()}`,gs=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}`},fs=({options:e,value:t,onChange:r})=>{const[h,d]=a(!1),l=i(null);n(()=>{const e=e=>{l.current&&!l.current.contains(e.target)&&d(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]),e.find(e=>e.value===t);const c=e=>D().resolveColors(e).lineColor;return y("div",{className:"relative inline-block",ref:l,children:[y("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:[o("span",{className:"w-4 h-4 rounded-sm flex-shrink-0",style:{backgroundColor:c(t)}}),o($,{className:"w-4 h-4 text-gray-600"})]}),h&&o("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=>y("li",{className:"flex items-center px-2 py-1 cursor-pointer hover:bg-gray-300 transition-colors "+(t===e.value?"font-semibold":""),onClick:()=>{return t=e.value,r(t),void d(!1);var t},children:[t===e.value?o("span",{className:"mr-2 text-sm",children:o(L,{width:12,height:12})}):o("div",{className:"mr-2 text-sm w-3 h-3",children:" "}),o("span",{className:"w-3 h-3 mr-2 rounded-sm flex-shrink-0",style:{backgroundColor:c(e.value)}}),o("span",{className:"text-sm whitespace-nowrap",children:e.label})]},e.value))})]})},xs=/(YYYY|YY|MM|DD|HH|mm)/g,ws=e=>e.toString().padStart(2,"0"),bs=(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`)},Ds=e=>e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),Hs=e=>{let t,a=0,r="^";for(;null!==(t=xs.exec(e));){r+=Ds(e.slice(a,t.index));const n=t[0];r+=`(?<${n}>\\d{${"YYYY"===n?4:2}})`,a=t.index+n.length}return r+=Ds(e.slice(a))+"$",new RegExp(r)},zs=(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,y=d.MM?Number(d.MM):a.month,o=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 oc.ZonedDateTime.from({timeZone:r,year:i,month:y,day:o,hour:l,minute:c,second:a.second,millisecond:a.millisecond,microsecond:a.microsecond,nanosecond:a.nanosecond})}catch(e){return null}},js=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:oc.Now.timeZoneId()},qs=(e,t,a)=>{var r,n,h,d,i,y,o,l,c,s,p,k,u,v,m,M,g,f,x,w,b,D,H,z;if(!e){const e=null!=t?t:a?js(a):oc.Now.timeZoneId();return null!=a?a:oc.Now.zonedDateTimeISO(e)}if(sc(e)){const a=null!=t?t:oc.Now.timeZoneId(),r=`${e.year}-${ws(e.month)}-${ws(e.day)}T00:00:00[${a}]`;return oc.ZonedDateTime.from(r)}if("hour"in e&&!("timeZone"in e)){const a=null!=t?t:oc.Now.timeZoneId();if("function"==typeof e.toZonedDateTime)try{return e.toZonedDateTime(a)}catch(e){}return oc.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 oc.ZonedDateTime.from(e)}catch(r){const n=e,h=null!==(c=null!==(l=null!==(o=null!==(y="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!==y?y:null==n?void 0:n.timeZoneId)&&void 0!==o?o:t)&&void 0!==l?l:a?js(a):void 0)&&void 0!==c?c:oc.Now.timeZoneId();if("function"==typeof(null==n?void 0:n.toZonedDateTime))try{return n.toZonedDateTime({timeZone:h})}catch(e){}const d=null!=a?a:oc.Now.zonedDateTimeISO(h);return oc.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!==(f=null!==(g=null==n?void 0:n.second)&&void 0!==g?g:null==a?void 0:a.second)&&void 0!==f?f:0,millisecond:null!==(w=null!==(x=null==n?void 0:n.millisecond)&&void 0!==x?x:null==a?void 0:a.millisecond)&&void 0!==w?w:0,microsecond:null!==(D=null!==(b=null==n?void 0:n.microsecond)&&void 0!==b?b:null==a?void 0:a.microsecond)&&void 0!==D?D:0,nanosecond:null!==(z=null!==(H=null==n?void 0:n.nanosecond)&&void 0!==H?H:null==a?void 0:a.nanosecond)&&void 0!==z?z:0})}},Vs=(e,t,a)=>{const r=bs(t,a),n={YYYY:e.year.toString(),YY:ws(e.year%100),MM:ws(e.month),DD:ws(e.day),HH:ws(e.hour),mm:ws(e.minute)};return r.replace(xs,e=>{var t;return null!==(t=n[e])&&void 0!==t?t:e})},Cs=Array.from({length:24},(e,t)=>t),Es=Array.from({length:60},(e,t)=>t),As=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Ns=(e,t)=>oc.PlainDate.compare(e,t),Ts=({value:e,format:h="YYYY-MM-DD HH:mm",showTimeFormat:d="HH:mm",showTime:l=!0,onChange:s,onOk:p,timeZone:k,disabled:u=!1,placement:v="bottomLeft",autoAdjustOverflow:m=!0,getPopupContainer:M})=>{const g=t(()=>bs(h,d),[h,d]),f=t(()=>Hs(g),[g]),x=t(()=>{const t=null!=k?k:sc(e[0])?sc(e[1])?oc.Now.timeZoneId():js(e[1]):js(e[0]),a=qs(e[0],t);return[a,qs(e[1],t,a)]},[e,k]),[w,b]=a(x),D=i(x),[H,z]=a("start"),[j,q]=a([Vs(x[0],h,d),Vs(x[1],h,d)]),V=i([Vs(x[0],h,d),Vs(x[1],h,d)]),C=i(x),[E,A]=a(x[0].toPlainDate().with({day:1})),[N,T]=a(!1),I=r(e=>{T(e)},[]),[S,L]=a(v),$=i(v),Y=i(null),F=i(null),B=i({start:{hour:null,minute:null},end:{hour:null,minute:null}}),U=i(!1);n(()=>{V.current=j},[j]),n(()=>{C.current=w},[w]),n(()=>{const e=D.current,t=0!==oc.ZonedDateTime.compare(e[0],x[0]),a=0!==oc.ZonedDateTime.compare(e[1],x[1]);(t||a)&&b(x),D.current=x},[x]),n(()=>{A(x[0].toPlainDate().with({day:1}))},[x[0]]);const _=r((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})},[]),G=r(e=>{requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=B.current[e];["hour","minute"].forEach(e=>{const a=t[e];if(!a)return;const r=a.querySelector('[data-active="true"]');r&&_(a,r,0)})})})},[_]);n(()=>{N&&G(H)},[H,N,G]);const X=w[0].epochMilliseconds,J=w[0].offsetNanoseconds,K=w[1].epochMilliseconds,Q=w[1].offsetNanoseconds;n(()=>{const[e,t]=C.current,a=Vs(e,h,d),r=Vs(t,h,d),[n,i]=V.current;n===a&&i===r||(V.current=[a,r],q([a,r]))},[X,J,K,Q,h,d]),n(()=>{if(!N)return;const e=e=>{var t,a;const r=e.target;if(null===(t=Y.current)||void 0===t?void 0:t.contains(r))return;if(null===(a=F.current)||void 0===a?void 0:a.contains(r))return;r.closest("[data-rangepicker-popup]")||I(!1)},t=setTimeout(()=>{document.addEventListener("mousedown",e)},100);return()=>{clearTimeout(t),document.removeEventListener("mousedown",e)}},[N]),n(()=>{N||(z("start"),U.current||b(x),U.current=!1)},[N,x]);const ee=r(e=>{s&&s(e,[Vs(e[0],h,d),Vs(e[1],h,d)])},[h,s,d]),te=r(e=>{p&&p(e,[Vs(e[0],h,d),Vs(e[1],h,d)])},[h,p,d]),ae=r((e,t)=>{b(a=>{const r=[...a];if("start"===e){const e=qs(r[1],js(t),t),a=oc.ZonedDateTime.compare(t,e)>0?t:e;return[t,a]}const n=qs(r[0],js(t),t);return[oc.ZonedDateTime.compare(n,t)>0?t:n,t]})},[]),re=r((e,t)=>{if(u)return;const a="start"===e?0:1;b(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=qs(r[1],js(h),h);return[h,oc.ZonedDateTime.compare(h,e)>0?h:e]}const d=qs(r[0],js(h),h);return[oc.ZonedDateTime.compare(d,h)>0?h:d,h]}),requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=B.current[e].hour;if(!t)return;const a=t.querySelector('[data-active="true"]');a&&_(t,a,0)})})},[u]),ne=r((e,t)=>{if(u)return;const a="start"===e?0:1;b(r=>{const n=r[a].with({minute:t,second:0,millisecond:0,microsecond:0,nanosecond:0});if("start"===e){const e=qs(r[1],js(n),n);return[n,oc.ZonedDateTime.compare(n,e)>0?n:e]}const h=qs(r[0],js(n),n);return[oc.ZonedDateTime.compare(h,n)>0?n:h,n]}),requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=B.current[e].minute;if(!t)return;const a=t.querySelector('[data-active="true"]');a&&_(t,a,0)})})},[u]),he=r((e,t)=>{const a="start"===e?0:1;q(e=>{const r=[...e];return r[a]=t,r})},[]),de=r((e,t)=>{const a="start"===e?0:1,r=w[a],n=js(r),i=zs(t,f,r,n);if(i){ae(e,i);const t=i.toPlainDate().with({day:1});return A(t),"start"===e&&z("end"),!0}return q(e=>{const t=[...e];return t[a]=Vs(w[a],h,d),t}),!1},[w,h,f,d,ae]),ie=r(e=>t=>{he(e,t.target.value)},[he]),ye=r(e=>t=>{var a;if(u)return;if(N)return;const r=t.relatedTarget;r&&(null===(a=Y.current)||void 0===a?void 0:a.contains(r))||de(e,t.target.value)},[de,u,N]),oe=r(e=>t=>{"Enter"===t.key&&(t.preventDefault(),de(e,t.currentTarget.value)),"Escape"===t.key&&t.currentTarget.blur()},[de]),le=e=>{A(t=>t.add({months:e}).with({day:1}))},ce=e=>{A(t=>t.add({years:e}).with({day:1}))},se=t(()=>{const e=E,t=e.dayOfWeek%7,a=e.subtract({days:t});return Array.from({length:42},(e,t)=>a.add({days:t}))},[E]),pe=w[0].toPlainDate(),ke=w[1].toPlainDate(),ue=r((e=v)=>{if(!m||!Y.current)return e;const t=Y.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},[m,v]),ve=r(()=>{const e=ue();$.current!==e&&($.current=e,L(e))},[ue]),me=e=>{if(u)return;z(e);const t=w["start"===e?0:1].toPlainDate().with({day:1});A(t);const a=ue();$.current!==a&&($.current=a,L(a)),I(!0)};n(()=>{if(!N)return;ve();const e=()=>ve();return window.addEventListener("resize",e),window.addEventListener("scroll",e,!0),()=>{window.removeEventListener("resize",e),window.removeEventListener("scroll",e,!0)}},[N,ve]);const Me=o("div",{ref:F,style:(()=>{if(!Y.current)return{};const e=Y.current.getBoundingClientRect(),t=$.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:y("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:[y("div",{className:"flex flex-col gap-1 sm:flex-row",children:[y("div",{className:"flex-3 rounded-xl border border-slate-200 bg-white shadow-sm w-full",children:[y("div",{className:"flex items-center justify-between border-b border-slate-100 px-3 py-2 text-sm font-medium text-slate-700",children:[y("div",{className:"flex items-center gap-1",children:[o("button",{type:"button",disabled:u,onClick:()=>ce(-1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:o(R,{width:14,height:12})}),o("button",{type:"button",disabled:u,onClick:()=>le(-1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:o(Z,{width:14,height:12})})]}),y("div",{className:"text-sm font-semibold text-slate-700",children:[As[E.month-1]," ",E.year]}),y("div",{className:"flex items-center gap-1",children:[o("button",{type:"button",disabled:u,onClick:()=>le(1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:o(O,{width:14,height:12})}),o("button",{type:"button",disabled:u,onClick:()=>ce(1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:o(P,{width:14,height:12})})]})]}),o("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=>o("span",{children:e},e))}),o("div",{className:"grid grid-cols-7 gap-2 px-1 ",children:se.map(e=>{const t=e.month!==E.month,a=0===Ns(e,pe),r=0===Ns(e,ke),n=Ns(e,pe)>=0&&Ns(e,ke)<=0;return o("button",{type:"button",disabled:u,onClick:()=>(e=>{if(u)return;const t=(e,t)=>{var a,r,n,h;const d=js(e);return oc.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"===H){const a=t(w[0],e),r=w[1].epochMilliseconds-w[0].epochMilliseconds,n=a.add({milliseconds:r});return void b([a,n])}const a=t(w[1],e),r=w[1].epochMilliseconds-w[0].epochMilliseconds;if(oc.ZonedDateTime.compare(a,w[0])<0){const a=t(w[0],e),n=a.add({milliseconds:r});return void b([a,n])}const n=[w[0],a];b(n),A(a.toPlainDate().with({day:1}))})(e),className:`flex h-9 w-9 items-center justify-center rounded-md text-sm transition ${a||r?"bg-blue-500 text-white font-semibold":n?"bg-blue-50 text-blue-600":t?"text-slate-300":"text-slate-700 hover:bg-blue-50 hover:text-blue-600"}`,children:e.day},e.toString())})})]}),o("div",{className:"flex flex-1 justify-end sm:w-32",children:(()=>{const e=H,t=w["start"===e?0:1],a=t.minute,r=Es.includes(a)?Es:[...Es,a].sort((e,t)=>e-t);return y("div",{className:"flex flex-col rounded-xl border border-slate-200 bg-white shadow-sm sm:w-28",children:[o("div",{className:"flex border-b border-slate-100 justify-center",children:y("div",{className:"text-lg py-2",children:[t.hour,":",t.minute]})}),y("div",{className:"flex p-1",children:[o("div",{className:"w-14",children:o("div",{className:"h-72 overflow-y-auto rounded-md border border-slate-100 bg-white",role:"listbox","aria-label":"Hour",ref:t=>{B.current[e].hour=t},children:Cs.map(a=>{const r=a===t.hour;return o("button",{type:"button",role:"option","aria-selected":r,disabled:u,onClick:()=>re(e,a),className:"flex h-8 w-full items-center justify-center text-sm transition "+(r?"bg-blue-500 text-white font-semibold":"text-slate-600 hover:bg-blue-50 hover:text-blue-600"),"data-active":r?"true":void 0,children:ws(a)},a)})})}),o("div",{className:"w-14",children:o("div",{className:"h-72 overflow-y-auto rounded-md border border-slate-100 bg-white",role:"listbox","aria-label":"Minute",ref:t=>{B.current[e].minute=t},children:r.map(t=>{const r=t===a;return o("button",{type:"button",role:"option","aria-selected":r,disabled:u,onClick:()=>ne(e,t),className:"flex h-8 w-full items-center justify-center text-sm transition "+(r?"bg-blue-500 text-white font-semibold":"text-slate-600 hover:bg-blue-50 hover:text-blue-600"),"data-active":r?"true":void 0,children:ws(t)},t)})})})]})]})})()})]}),o("div",{className:"flex justify-end",children:o("button",{type:"button",onClick:()=>{U.current=!0,ee(w),te(w),I(!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 y("div",{className:"relative max-w-[400px]",ref:Y,children:[y("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":N?"border-blue-500 bg-white shadow-md":"border-slate-200 bg-white hover:border-blue-300"),children:[o("div",{className:"flex min-w-0 flex-1 flex-col gap-1",children:o("input",{type:"text",value:j[0],onChange:ie("start"),onFocus:()=>me("start"),onClick:()=>me("start"),onBlur:ye("start"),onKeyDown:oe("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"===H&&N?" bg-white text-blue-600":"border-transparent bg-transparent text-slate-700 hover:border-blue-200"),placeholder:g,autoComplete:"off",disabled:u})}),o(W,{className:"text-slate-400"}),o("div",{className:"flex min-w-0 flex-1 flex-col gap-1",children:o("input",{type:"text",value:j[1],onChange:ie("end"),onFocus:()=>me("end"),onClick:()=>me("end"),onBlur:ye("end"),onKeyDown:oe("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"===H&&N?"bg-white text-blue-600":"border-transparent bg-transparent text-slate-700 hover:border-blue-200"),placeholder:g,autoComplete:"off",disabled:u})})]}),N&&(M?c.createPortal(Me,M()):c.createPortal(Me,document.body))]})},Is=({event:e,isOpen:a,isAllDay:r,onEventUpdate:n,onEventDelete:h,onClose:d})=>{var i,l;const s=t(()=>D().getVisible().map(e=>({label:e.name,value:e.id})),[]);if(!a)return null;if("undefined"==typeof window||"undefined"==typeof document)return null;const p=y("div",{className:"fixed inset-0 flex items-center justify-center",style:{pointerEvents:"auto",zIndex:9998},"data-event-detail-dialog":"true",children:[o("div",{className:"absolute inset-0 bg-black/50",onClick:e=>{const t=e.target;t.closest("[data-rangepicker-popup]")||t===e.currentTarget&&d()}}),y("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:[o("button",{onClick:d,className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 transition","aria-label":"Close",children:o("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:o("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})}),y("div",{className:"pr-8",children:[o("span",{className:"block text-xs text-gray-600 mb-1",children:"Event Title"}),y("div",{className:"flex items-center justify-between gap-3 mb-4",children:[o("div",{className:"flex-1",children:o("input",{type:"text",value:e.title,onChange:t=>{n(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"})}),o(fs,{options:s,value:e.calendarId||"blue",onChange:t=>{n(Object.assign(Object.assign({},e),{calendarId:t}))}})]}),y("div",r?{className:"mb-4",children:[o("div",{className:"text-xs text-gray-600 mb-1",children:"Date"}),o("div",{className:"text-sm text-gray-900 font-medium",children:Nc(e.start,e.end)?`${gs(e.start)} to ${gs(e.end)}`:gs(e.start)})]}:{className:"mb-4",children:[o("div",{className:"text-xs text-gray-600 mb-1",children:"Time Range"}),o(Ts,{value:[e.start,e.end],timeZone:sc(e.start)?oc.Now.timeZoneId():null!==(i=e.start.timeZoneId)&&void 0!==i?i:e.start.timeZoneId,onChange:t=>{const[a,r]=t;n(Object.assign(Object.assign({},e),{start:a,end:r}))},onOk:t=>{const[a,r]=t;n(Object.assign(Object.assign({},e),{start:a,end:r}))}})]}),y("div",{className:"mb-4",children:[o("span",{className:"block text-xs text-gray-600 mb-1",children:"Note"}),o("textarea",{value:null!==(l=e.description)&&void 0!==l?l:"",onChange:t=>n(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..."})]}),y("div",{className:"flex space-x-2",children:[o("button",r?{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=sc(e.start)?e.start:e.start.toPlainDate(),a=oc.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:9,minute:0,timeZone:oc.Now.timeZoneId()}),r=oc.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:10,minute:0,timeZone:oc.Now.timeZoneId()});n(Object.assign(Object.assign({},e),{allDay:!1,start:a,end:r}))},children:"Set as Timed Event"}:{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=sc(e.start)?e.start:e.start.toPlainDate();n(Object.assign(Object.assign({},e),{allDay:!0,start:t,end:t}))},children:"Set as All-day"}),o("button",{className:"px-3 py-2 bg-red-100 text-red-700 rounded-lg hover:bg-red-200 text-sm font-medium transition",onClick:()=>{h(e.id),d()},children:"Delete"})]})]})]})]}),k=document.body;return k?c.createPortal(p,k):null},Ss=({calendar:e,className:h,style:d,customDetailPanelContent:l,customEventDetailDialog:c,meta:s})=>{var p,k;const u=e.app,v=u.getCurrentView(),m=v.component,M=u.getSidebarConfig(),g=null!==(p=null==M?void 0:M.enabled)&&void 0!==p&&p,[f,x]=a(0),[w,b]=a(null!==(k=null==M?void 0:M.initialCollapsed)&&void 0!==k&&k);n(()=>{var e;b(null!==(e=null==M?void 0:M.initialCollapsed)&&void 0!==e&&e)},[null==M?void 0:M.initialCollapsed]);const D=r(()=>{x(e=>e+1)},[]),H=t(()=>u.getCalendars(),[u,f]),z=r((e,t)=>{u.setCalendarVisibility(e,t),D()},[u,D]),j=r(e=>{u.setAllCalendarsVisibility(e),D()},[u,D]),q=i(null),V=c||(u.getUseEventDetailDialog()?Is:void 0),C={app:u,config:v.config||{},customDetailPanelContent:l,customEventDetailDialog:V,switcherMode:u.state.switcherMode,calendarRef:q,meta:s},E={app:u,calendars:H,toggleCalendarVisibility:z,toggleAll:j,isCollapsed:w,setCollapsed:b},A=w?"60px":"number"==typeof(N=null==M?void 0:M.width)?`${N}px`:"string"==typeof N&&N.trim().length>0?N:"240px";var N;return o("div",{className:"calendar-container",style:null!=d?d:{height:800},children:y("div",{className:"flex h-full",children:[g&&o("aside",{className:"flex-shrink-0",style:{width:A},children:g?M.render?M.render(E):o(vs,Object.assign({},E)):null}),o("div",{className:"flex flex-col flex-1 h-full",ref:q,children:o("div",{className:"calendar-renderer h-full",children:o(m,Object.assign({},C))})})]})})},Ls=({originalComponent:e,app:a,config:n,customDetailPanelContent:h,customEventDetailDialog:d,calendarRef:i,switcherMode:y,meta:l})=>{const c=a.getPlugin("events"),s=n.enableDrag?a.getPlugin("drag"):void 0,k=a.getCurrentDate(),u=a.state.currentView,v=a.getEvents(),m=r(e=>{c?c.update(e.id,e):a.updateEvent(e.id,e)},[c,a]),M=r(e=>{c?c.delete(e):a.deleteEvent(e)},[c,a]),g=r(e=>{c?c.add(e):a.addEvent(e)},[c,a]),f=r(e=>{a.setCurrentDate(e)},[a]),x=r(e=>{a.changeView(e)},[a]),w=t(()=>{const e=n.viewConfig||{};return s&&Object.assign(e,n.dragConfig||{}),c&&Object.assign(e,n.eventsConfig||{}),e},[n,s,c]),b=t(()=>({app:a,currentDate:k,currentView:u,events:v,onEventUpdate:m,onEventDelete:M,onEventCreate:g,onDateChange:f,onViewChange:x,config:w}),[a,k,u,v,m,M,g,f,x,w]),D=t(()=>{const e={currentDate:k,events:v,setEvents:e=>{v.forEach(e=>M(e.id)),e.forEach(e=>g(e))},updateEvent:m,deleteEvent:M,addEvent:g,goToPrevious:()=>{const e=new Date(k);switch(u){case p.DAY:e.setDate(e.getDate()-1);break;case p.WEEK:e.setDate(e.getDate()-7);break;case p.MONTH:e.setMonth(e.getMonth()-1)}f(e)},goToNext:()=>{const e=new Date(k);switch(u){case p.DAY:e.setDate(e.getDate()+1);break;case p.WEEK:e.setDate(e.getDate()+7);break;case p.MONTH:e.setMonth(e.getMonth()+1)}f(e)},goToToday:()=>{f(new Date)},changeView:x,selectDate:f};return Object.assign(Object.assign({calendar:e},b),{eventsService:c,dragService:s,customDetailPanelContent:h,customEventDetailDialog:d,calendarRef:i,switcherMode:y,meta:l})},[k,v,u,m,M,g,f,x,b,c,s,h,d,i,y,l]);return o(e,Object.assign({},D))};function Zs(e){return!("hour"in e)}function Os(e){return"hour"in e&&!("timeZone"in e)}function Rs(e){return"timeZone"in e}function Ps(e){if(Zs(e))return new Date(e.year,e.month-1,e.day);if(Os(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)}function $s(e){return oc.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()})}function Ys(e){return oc.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 Fs(e,t){return oc.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 Bs(e){return new Date(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond)}function Ws(e){return new Date(e.year,e.month-1,e.day)}function Us(e){if(Zs(e))return 0;return e.hour+e.minute/60}function _s(e,t){const a=Math.floor(t),r=Math.round(60*(t-a));return Rs(e),e.with({hour:a,minute:r,second:0,millisecond:0})}function Gs(e,t){const a=Zs(e)?e:(Os(e),e.toPlainDate()),r=Zs(t)?t:(Os(t),t.toPlainDate());return a.equals(r)}function Xs(e){return Zs(e)?e:(Os(e),e.toPlainDate())}function Js(e,t=!1){if(e instanceof oc.PlainDate||e instanceof oc.PlainDateTime)return e;if(e instanceof Date)return t?$s(e):Ys(e);throw new Error("Invalid time type: "+typeof e)}function Ks(e,t){if(e instanceof oc.ZonedDateTime)return e;if(e instanceof Date)return Fs(e,t);throw new Error("Invalid time type: "+typeof e)}function Qs(e){var t;const a=Js(e.start,e.allDay),r=Js(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 ep(e){const t=Ks(e.start,e.timeZone),a=Ks(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}}function tp(e){return e.map(e=>Qs(e))}function ap(e){return e.map(e=>ep(e))}function rp(e,t,a,r){return Qs(Object.assign({id:e,title:t,start:a,end:a,allDay:!0},r))}function np(e,t,a,r,n){return Qs(Object.assign({id:e,title:t,start:a,end:r},n))}function hp(e,t,a,r,n=!1,h){return Qs(Object.assign({id:e,title:t,start:a,end:r,allDay:n},h))}function dp(e,t,a,r,n,h){return ep(Object.assign({id:e,title:t,start:a,end:r,timeZone:n},h))}const ip=e=>{const t=e.title.toLowerCase();return t.includes("holiday")||t.includes("vacation")||t.includes("假期")?o(Y,{className:"h-3 w-3"}):t.includes("birthday")||t.includes("anniversary")||t.includes("生日")?o(F,{className:"h-3 w-3"}):t.includes("conference")||t.includes("meeting")||t.includes("会议")||t.includes("研讨")?o(G,{className:"h-3 w-3"}):t.includes("trip")||t.includes("travel")||t.includes("旅行")?o(B,{className:"h-3 w-3"}):o(I,{className:"h-3 w-3"})},yp=(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=mc(e.start),h=mc(e.end),d=new Date(n);d.setHours(0,0,0,0);const i=new Date(h);i.setHours(0,0,0,0);let y=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&&(y=new Date(i),y.setDate(y.getDate()-1))}}const o=Dc(d,y)>0;if(!o&&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(!o)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 g;g=v&&m?"single":v?M&&6===u?"start-week-end":"start":m?M&&0===k?"end-week-start":"end":"middle";const f=Dc(l,c)+1;a.push({id:`${e.id}-week-${t.getTime()}`,originalEventId:e.id,event:e,startDayIndex:k,endDayIndex:u,segmentType:g,totalDays:f,segmentIndex:0,isFirstSegment:v,isLastSegment:m})}),a},op=(e,t)=>{if(e.allDay)return[];const a=mc(e.start),r=mc(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=Dc(n,h);if(0===d)return[];const i=0!==r.getHours()||0!==r.getMinutes()||0!==r.getSeconds()||0!==r.getMilliseconds(),y=r.getTime()-a.getTime();if(!e.allDay&&1===d&&!i&&y<864e5)return[];const o=i?d:Math.max(0,d-1),l=[];for(let e=0;e<=o;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 y=0===e,c=e===o,s=y?a.getHours()+a.getMinutes()/60:0,p=c&&i?r.getHours()+r.getMinutes()/60:24;l.push({dayIndex:d,startHour:s,endHour:p,isFirst:y,isLast:c})}return l},lp=e.memo(({segment:e,segmentIndex:t,isDragging:a,isSelected:r=!1,onMoveStart:n,onResizeStart:h})=>{const d=17*t,i=`calc(${e.startDayIndex/7*100}% + 2px)`,l=`calc(${(e.endDayIndex-e.startDayIndex+1)/7*100}% - 4px)`,c=t=>{const a="left"===t;return(a?e.isFirstSegment:e.isLastSegment)&&h?o("div",{className:`resize-handle absolute ${a?"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(),h(t,e.event,a?"left":"right")},onClick:e=>{e.preventDefault(),e.stopPropagation()}}):null},s=e.event.calendarId||"blue",p=e.endDayIndex-e.startDayIndex+1;return y("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:i,width:l,top:d-2+"px",height:"16px",borderRadius:(k=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"}[k]),pointerEvents:"auto",zIndex:10},r||a?{backgroundColor:Sc(s),color:"#fff"}:{backgroundColor:Tc(s),color:Ic(s)}),"data-segment-days":p,onMouseDown:t=>{t.preventDefault(),t.stopPropagation();t.target.closest(".resize-handle")||n(t,e.event)},title:`${e.event.title} (${ms(e.event.start)} - ${ms(e.event.end)})`,children:[c("left"),(()=>{const t=e.event.allDay,a=e.event.calendarId||"blue",r=qc(e.event.start),n=$c(e.event),h=Oc(r),d=Oc(n);if(t){const t=()=>e.isFirstSegment?e.event.title:"middle"===e.segmentType||e.isLastSegment&&e.totalDays>1?"···":e.event.title;return y("div",{className:"flex items-center min-w-0 w-full pointer-events-auto",children:[e.isFirstSegment&&o("div",{className:"flex-shrink-0 mr-1",children:o("div",{className:"rounded-full p-0.5 text-white flex items-center justify-center",style:{backgroundColor:Lc(a),width:"12px",height:"12px"},children:ip(e.event)})}),o("div",{className:"flex-1 min-w-0",children:o("div",{className:"truncate font-medium text-xs",children:t()})}),e.isLastSegment&&"single"!==e.segmentType&&o("div",{className:"flex-shrink-0 ml-1 text-white/80",children:o("div",{className:"w-1.5 h-1.5 rounded-full bg-white/60"})})]})}const i=e.isFirstSegment||e.isLastSegment?e.event.title:"···",l=e.endDayIndex-e.startDayIndex+1,c=l>1?{position:"absolute",right:`calc(${l>1?(l-1)/l*100:0}% + 2px)`,top:"50%",transform:"translateY(-50%)"}:void 0;return y("div",{className:"relative flex items-center min-w-0 w-full pointer-events-auto",children:[o("span",{className:"inline-block w-[3px] h-3 rounded-full flex-shrink-0 mr-1",style:{backgroundColor:Lc(a)}}),o("div",{className:"flex items-center min-w-0 flex-1",children:o("span",{className:"truncate font-medium text-xs",children:i})}),e.isFirstSegment&&o("span",{className:"text-xs font-medium whitespace-nowrap "+(1===l?"ml-2":""),style:c,children:h}),e.isLastSegment&&!e.event.allDay&&24!==n&&o("span",{className:"text-xs font-medium whitespace-nowrap ml-auto",children:`ends ${d}`})]})})(),c("right")]});var k});lp.displayName="MultiDayEvent";const cp=({event:e,position:a,panelRef:r,isAllDay:n,eventVisibility:h,calendarRef:d,selectedEventElementRef:i,onEventUpdate:l,onEventDelete:s})=>{var p,k;const u=t(()=>D().getVisible().map(e=>({label:e.name,value:e.id})),[]),v=(()=>{var e;let t={};if("sticky-top"===h){const r=null===(e=d.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(r){const e=r.getBoundingClientRect().top+3-a.top;t=Object.assign({position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:e-6+"px",borderRight:""+(a.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(a.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(a.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(a.isSunday?"none":"1px solid rgb(229, 231, 235)")},a.isSunday?{right:"-6px"}:{left:"-6px"})}}else if("sticky-bottom"===h){const e=r.current;let n=200;if(e){const t=e.getBoundingClientRect(),a=window.getComputedStyle(e),r=parseInt(a.paddingBottom,10)||0,h=parseInt(a.borderBottomWidth,10)||0;n=t.height-r-h-6+11}t={position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:`${n}px`,left:a.isSunday?void 0:"-6px",right:a.isSunday?"-6px":void 0,borderRight:""+(a.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(a.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(a.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(a.isSunday?"none":"1px solid rgb(229, 231, 235)")}}else if(a&&i.current&&d.current){const e=i.current.getBoundingClientRect(),n=d.current.querySelector(".calendar-content");if(n){const h=n.getBoundingClientRect(),d=Math.max(e.top,h.top),i=Math.min(e.bottom,h.bottom),y=Math.max(0,i-d);let o;o=y===e.height?e.top+e.height/2:y>0?d+y/2:e.top+e.height/2;const l=o-a.top,c=r.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:""+(a.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderTop:""+(a.isSunday?"1px solid rgb(229, 231, 235)":"none"),borderLeft:""+(a.isSunday?"none":"1px solid rgb(229, 231, 235)"),borderBottom:""+(a.isSunday?"none":"1px solid rgb(229, 231, 235)")},a.isSunday?{right:"-6px"}:{left:"-6px"})}}return t})(),m=y("div",{ref:r,className:"fixed bg-white shadow-lg border border-gray-200 rounded-lg p-4 ",style:{top:`${a.top}px`,left:`${a.left}px`,zIndex:9999,pointerEvents:"auto",backgroundColor:"#ffffff"},children:[o("div",{style:v}),o("span",{className:"block text-xs text-gray-600 mb-1",children:"Event Title"}),y("div",{className:"flex items-center justify-between gap-3 mb-3",children:[o("div",{className:"flex-1",children:o("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"})}),o(fs,{options:u,value:e.calendarId||"blue",onChange:t=>{l(Object.assign(Object.assign({},e),{calendarId:t}))}})]}),y("div",n?{className:"mb-3",children:[o("div",{className:"text-xs text-gray-600 mb-1",children:"Date"}),o("div",{className:"text-xs text-gray-900 font-medium",children:Nc(e.start,e.end)?`${gs(e.start)} to ${gs(e.end)}`:gs(e.start)})]}:{className:"mb-3",children:[o("div",{className:"text-xs text-gray-600 mb-1",children:"Time Range"}),o(Ts,{value:[e.start,e.end],timeZone:sc(e.start)?oc.Now.timeZoneId():null!==(p=e.start.timeZoneId)&&void 0!==p?p: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}))}})]}),y("div",{className:"mb-3",children:[o("span",{className:"block text-xs text-gray-600 mb-1",children:"Note"}),o("textarea",{value:null!==(k=e.description)&&void 0!==k?k:"",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..."})]}),y("div",{className:"flex space-x-2",children:[o("button",n?{className:"px-2 py-1 bg-blue-100 text-blue-700 rounded hover:bg-blue-200 text-xs font-medium",onClick:()=>{const t=sc(e.start)?e.start:e.start.toPlainDate(),a=oc.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:9,minute:0,timeZone:oc.Now.timeZoneId()}),r=oc.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:10,minute:0,timeZone:oc.Now.timeZoneId()});l(Object.assign(Object.assign({},e),{allDay:!1,start:a,end:r}))},children:"Set as Timed Event"}:{className:"px-2 py-1 bg-blue-100 text-blue-700 rounded hover:bg-blue-200 text-xs font-medium",onClick:()=>{const t=sc(e.start)?e.start:e.start.toPlainDate();l(Object.assign(Object.assign({},e),{allDay:!0,start:t,end:t}))},children:"Set as All-day"}),o("button",{className:"px-2 py-1 bg-red-100 text-red-700 rounded hover:bg-red-200 text-xs font-medium",onClick:()=>s(e.id),children:"Delete"})]})]});if("undefined"==typeof window||"undefined"==typeof document)return null;const M=document.body;return M?c.createPortal(m,M):null},sp=({event:e,position:t,panelRef:a,isAllDay:r,eventVisibility:n,calendarRef:h,selectedEventElementRef:d,onEventUpdate:i,onEventDelete:l,onClose:s,contentRenderer:p})=>{const k=(()=>{var e;let r={};if("sticky-top"===n){const a=null===(e=h.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(a){const e=a.getBoundingClientRect().top+3-t.top;r=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"===n){const e=a.current;let n=200;if(e){const t=e.getBoundingClientRect(),a=window.getComputedStyle(e),r=parseInt(a.paddingBottom,10)||0,h=parseInt(a.borderBottomWidth,10)||0;n=t.height-r-h-6+11}r={position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:`${n}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&&d.current&&h.current){const e=d.current.getBoundingClientRect(),n=h.current.querySelector(".calendar-content");if(n){const h=n.getBoundingClientRect(),d=Math.max(e.top,h.top),i=Math.min(e.bottom,h.bottom),y=Math.max(0,i-d);let o;o=y===e.height?e.top+e.height/2:y>0?d+y/2:e.top+e.height/2;const l=o-t.top,c=a.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));r=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 r})(),u=y("div",{ref:a,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:[o("div",{style:k}),o(p,{event:e,isAllDay:r,onEventUpdate:i,onEventDelete:l,onClose:s})]});return c.createPortal(u,document.body)},pp=({event:e,layout:t,isAllDay:h=!1,allDayHeight:d=28,calendarRef:s,isBeingDragged:p=!1,isDayView:k=!1,isMonthView:u=!1,isMultiDay:v=!1,segment:m,segmentIndex:M=0,hourHeight:g,firstHour:f,selectedEventId:x,detailPanelEventId:w,onMoveStart:b,onResizeStart:D,onEventUpdate:H,onEventDelete:z,newlyCreatedEventId:j,onDetailPanelOpen:q,onEventSelect:V,onDetailPanelToggle:C,customDetailPanelContent:E,customEventDetailDialog:A,multiDaySegmentInfo:N})=>{const[T,S]=a(!1),L=v&&m?`${e.id}::${m.id}`:void 0!==(null==N?void 0:N.dayIndex)?`${e.id}::day-${N.dayIndex}`:e.id,Z=w===L,[O,R]=a(null),[P,$]=a("visible"),Y=i(null),F=i(null),B=i(null),W=i(null),U=void 0!==x?x===e.id:T,_=e=>{if(!s.current)return null;const t=s.current.getBoundingClientRect();if(u){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=k?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},G=e=>{if(!s.current)return null;const t=s.current.getBoundingClientRect();if(u){const a=t.width/7;return{left:t.left+e*a,width:a}}if(k){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}},X=e=>{W.current=e},J=()=>{var t;if(null!==W.current)return W.current;if(w===L){const e=L.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==N?void 0:N.dayIndex)?N.dayIndex:m?m.startDayIndex:null!==(t=e.day)&&void 0!==t?t:0},K=r(()=>{if(!B.current||!s.current||!F.current)return;const t=s.current.getBoundingClientRect(),a=J(),r=G(a);let n,h;if(r)n=r.left,h=r.width;else if(u)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),i=Math.min(window.innerHeight,t.bottom);requestAnimationFrame(()=>{var r,h,y,o,l;if(!F.current)return;if(!B.current)return;const c=F.current.getBoundingClientRect(),p=c.width,M=c.height;let x,w,b;if("sticky-top"===P||"sticky-bottom"===P){const t=null===(r=s.current)||void 0===r?void 0:r.querySelector(".calendar-content");if(!t)return;const a=N?N.startHour:qc(e.start),n=N?N.endHour:$c(e),d=(a-f)*g,i=Math.max((n-a)*g,g/4),y=t.getBoundingClientRect(),o=t.scrollTop,l=y.top+d-o,c=null===(h=Y.current)||void 0===h?void 0:h.getBoundingClientRect();if(!c)return;b={top:l,bottom:l+i,left:c.left,right:c.right,width:c.width,height:i,x:c.x,y:l,toJSON:()=>({})}}else b=B.current.getBoundingClientRect();if(u&&v&&m){const e=G(a),r=null!==(y=null==e?void 0:e.width)&&void 0!==y?y:t.width/7,n=null!==(o=null==e?void 0:e.left)&&void 0!==o?o: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"===P||"sticky-bottom"===P)&&!u){const e=null!==(l=null==N?void 0:N.dayIndex)&&void 0!==l?l:J(),a=80,r=k?1:7,n=(t.width-a)/r,h=G(e),d=h?h.left:t.left+a+e*n,i=h?h.width:n,y=Math.max(0,k?b.width:i-3),o=k?b.left:d;b=Object.assign(Object.assign({},b),{left:o,right:o+y,width:y})}const D=d-b.right,H=b.left-t.left;x=D>=p+20?b.right+10:H>=p+20?b.left-p-10:D>H?Math.max(t.left+10,d-p-10):t.left+10;const z=b.top-M/2+b.height/2,j=Math.max(10,t.top+10),q=i-10;w=z<j?j:z+M>q?q-M:z,R(e=>e?Object.assign(Object.assign({},e),{top:w,left:x,isSunday:x<n}):null)})},[s,e.day,e.start,e.end,P,u,f,g,v,null==m?void 0:m.startDayIndex,null==m?void 0:m.endDayIndex,null==N?void 0:N.dayIndex,w,L]),Q=r(()=>{if(!T||!Z||!Y.current||!s.current||h||u)return;const t=s.current.querySelector(".calendar-content");if(!t)return;const a=N?N.startHour:qc(e.start),r=N?N.endHour:$c(e),n=(a-f)*g,d=n+Math.max((r-a)*g,g/4),i=t.getBoundingClientRect(),y=t.scrollTop;let o=d<y+6,l=n>y+i.height-6;const c=i.bottom<0,p=i.top>window.innerHeight;c?o=!0:p&&(l=!0),$(o?"sticky-top":l?"sticky-bottom":"visible"),K()},[T,Z,s,h,u,qc(e.start),$c(e),f,g,K,null==N?void 0:N.startHour,null==N?void 0:N.endHour,null==N?void 0:N.dayIndex,w,L]);n(()=>{var e,t;if(!T||!Z||h)return;const a=null===(e=s.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(!a)return;const r=()=>Q(),n=()=>{Q(),K()},d=[a];let i=null===(t=s.current)||void 0===t?void 0:t.parentElement;for(;i;){const e=window.getComputedStyle(i),t=e.overflowY,a=e.overflowX;"auto"!==t&&"scroll"!==t&&"auto"!==a&&"scroll"!==a||d.push(i),i=i.parentElement}return d.forEach(e=>{e.addEventListener("scroll",r)}),window.addEventListener("scroll",r,!0),window.addEventListener("resize",n),Q(),()=>{d.forEach(e=>{e.removeEventListener("scroll",r)}),window.removeEventListener("scroll",r,!0),window.removeEventListener("resize",n)}},[T,Z,h,Q,K,s,P]),n(()=>{if(!U&&!Z)return;const e=e=>{var t,a;const r=e.target,n=null===(t=Y.current)||void 0===t?void 0:t.contains(r),h=null===(a=F.current)||void 0===a?void 0:a.contains(r),d=r.closest("[data-event-detail-dialog]"),i=r.closest("[data-rangepicker-popup]");Z?n||h||d||i||(V&&V(null),X(null),S(!1),null==C||C(null)):U&&!n&&(V&&V(null),X(null),S(!1),null==C||C(null))};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[U,Z,V,C]),n(()=>{v&&m&&!m.isFirstSegment||j!==e.id||Z||setTimeout(()=>{var t,a;if(Y.current){let r=Y.current;if(v){const e=Y.current.querySelector("div");e&&(r=e)}v?m?X(m.startDayIndex):void 0!==(null==N?void 0:N.dayIndex)?X(N.dayIndex):X(null!==(t=e.day)&&void 0!==t?t:null):X(null!==(a=e.day)&&void 0!==a?a:null),B.current=r,S(!0),null==C||C(L),R({top:-9999,left:-9999,eventHeight:0,eventMiddleY:0,isSunday:!1}),requestAnimationFrame(()=>{K()})}null==q||q()},150)},[j,e.id,Z,q,K,v,m,C,L]);const ee=()=>m?o(lp,{segment:m,segmentIndex:null!=M?M:0,isDragging:p||U,isSelected:U,onMoveStart:b||(()=>{}),onResizeStart:D}):null,te=()=>{if(v&&m){const{segmentType:e}=m;if("single"===e||"start"===e)return ye;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 ye},ae=e.calendarId||"blue";return y(l,{children:[o("div",{ref:Y,"data-event-id":e.id,className:u?`\n ${ie}\n ${h?te():"rounded-sm"}\n `:`\n ${ie}\n shadow-sm\n ${h?te():"rounded-sm"}\n `,style:Object.assign(Object.assign({},(()=>{var a,r,n,i,y,o;if(u)return{opacity:p?.3:1,zIndex:U||Z?1e3:1};if(h){const e={height:d-4+"px",opacity:p?.3:1,zIndex:U||Z?1e3:1},t=M*d;if(Object.assign(e,{top:`${t}px`}),k)Object.assign(e,{width:"100%",left:"0px",right:"2px"});else if(v&&m){const t=(m.endDayIndex-m.startDayIndex+1)/7*100,a=m.startDayIndex/7*100,r=2,n=m.isFirstSegment?r:0,h=n+(m.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 l=N?N.startHour:qc(e.start),c=N?N.endHour:$c(e),x={top:`${(l-f)*g+3}px`,height:Math.max((c-l)*g,g/4)-4+"px",position:"absolute",opacity:p?.3:1,zIndex:U||Z?1e3:null!==(a=null==t?void 0:t.zIndex)&&void 0!==a?a:1};if(U&&Z&&("sticky-top"===P||"sticky-bottom"===P)){const e=null===(r=s.current)||void 0===r?void 0:r.getBoundingClientRect();if(e){const t=null!==(n=null==N?void 0:N.dayIndex)&&void 0!==n?n:J(),a=80,r=k?1:7;let h=(e.width-a)/r,d=e.left+a+t*h;u&&(h=e.width/7,d=e.left+t*h);const l=G(t);l&&(d=l.left,h=l.width);let c=null===(i=s.current)||void 0===i?void 0:i.querySelector(".calendar-content");c||(c=null===(y=s.current)||void 0===y?void 0:y.querySelector(".calendar-renderer"));const p=null==c?void 0:c.getBoundingClientRect(),v=null===(o=Y.current)||void 0===o?void 0:o.getBoundingClientRect(),m=null==v?void 0:v.left,M=null==v?void 0:v.width;if("sticky-top"===P){let t=p?p.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:`${k?m:d}px`,width:`${k?M:h-3}px`,height:"6px",zIndex:1e3,overflow:"hidden"}}let g=p?p.bottom:e.bottom;return g=Math.min(g,window.innerHeight),g=Math.min(g,e.bottom),g=Math.max(g,e.top+6),g=Math.max(g,6),{position:"fixed",top:g-6+"px",left:`${k?m:d}px`,width:`${k?M:h-3}px`,height:"6px",zIndex:1e3,overflow:"hidden"}}}return t&&!h?Object.assign(Object.assign({},x),{left:`${t.left}%`,width:t.width-1+"%",right:"auto"}):Object.assign(Object.assign({},x),{left:"0px",right:"3px"})})()),U?{backgroundColor:Sc(ae),color:"#fff"}:{backgroundColor:Tc(ae),color:Ic(ae)}),onClick:t=>{var a,r;if(t.preventDefault(),t.stopPropagation(),v)if(m){const e=_(t.clientX);if(null!==e){const t=Math.min(Math.max(e,m.startDayIndex),m.endDayIndex);X(t)}else X(m.startDayIndex)}else void 0!==(null==N?void 0:N.dayIndex)?X(N.dayIndex):X(null!==(a=e.day)&&void 0!==a?a:null);else X(null!==(r=e.day)&&void 0!==r?r:null);V?V(e.id):S(!0),null==C||C(null),R(null)},onDoubleClick:t=>{var a,r;t.preventDefault(),t.stopPropagation();let n=t.currentTarget;if(v){const e=n.querySelector("div");e&&(n=e)}if(B.current=n,v)if(m){const e=_(t.clientX);if(null!==e){const t=Math.min(Math.max(e,m.startDayIndex),m.endDayIndex);X(t)}else X(m.startDayIndex)}else void 0!==(null==N?void 0:N.dayIndex)?X(N.dayIndex):X(null!==(a=e.day)&&void 0!==a?a:null);else X(null!==(r=e.day)&&void 0!==r?r:null);new Promise(t=>{if(!s.current||h||u)return void t();const a=s.current.querySelector(".calendar-content");if(!a)return void t();const r=N?N.startHour:qc(e.start),n=N?N.endHour:$c(e),d=(r-f)*g,i=d+Math.max((n-r)*g,g/4),y=a.scrollTop,o=a.clientHeight;if(d>=y&&i<=y+o)return void t();const l=((r+n)/2-f)*g-o/2,c=a.scrollHeight-o,p=Math.max(0,Math.min(c,l));a.scrollTo({top:p,behavior:"smooth"}),setTimeout(()=>{t()},300)}).then(()=>{S(!0),null==C||C(L),R({top:-9999,left:-9999,eventHeight:0,eventMiddleY:0,isSunday:!1}),requestAnimationFrame(()=>{K()})})},onMouseDown:b?t=>{var a;if(N){const r=Object.assign(Object.assign({},e),{day:null!==(a=N.dayIndex)&&void 0!==a?a:e.day,_segmentInfo:N});b(t,r)}else b(t,e)}:void 0,children:u?v&&m?ee():e.allDay?v?ee():y("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")?o("span",{className:`inline-block ${be} flex-shrink-0 ${U?"text-yellow-200":"text-yellow-600"}`,children:"⭐"}):o(I,{className:`${ce} ${U?"text-white":""}`}),o("span",{className:"truncate "+(U?"text-white":""),children:e.title})]}):(()=>{const t=`${Math.floor(qc(e.start)).toString().padStart(2,"0")}:${Math.round(qc(e.start)%1*60).toString().padStart(2,"0")}`;return y("div",{className:"text-xs mb-0.5 cursor-pointer flex items-center justify-between",children:[y("div",{className:"flex items-center flex-1 min-w-0",children:[o("span",{style:{backgroundColor:Lc(e.calendarId||"blue")},className:`inline-block w-[3px] h-3 ${be} flex-shrink-0 rounded-full`}),o("span",{className:"truncate "+(U?"text-white":""),children:e.title})]}),o("span",{className:`${fe} ml-1 flex-shrink-0 ${U?"text-white":""}`,style:U?void 0:{opacity:.8},children:t})]})})():e.allDay?y("div",{className:"h-full flex items-center overflow-hidden pl-3 px-1 py-0 relative group",children:[D&&o("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()}}),o(I,{className:ce}),o("div",{className:`${oe} pr-1`,style:{lineHeight:"1.2"},children:e.title}),D&&o("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=N?N.startHour:qc(e.start),a=N?N.endHour:$c(e),r=a-t,n=!N||N.isFirst,h=!N||N.isLast;return y(l,{children:[o("div",{className:le,style:{backgroundColor:Lc(e.calendarId||"blue")}}),y("div",{className:"h-full flex flex-col overflow-hidden pl-3 "+($c(e)-qc(e.start)<=.25?"px-1 py-0":"p-1"),children:[o("div",{className:`${oe} pr-1`,style:{lineHeight:r<=.25?"1.2":"normal"},children:e.title}),r>.5&&o("div",{className:"text-xs opacity-80 truncate",children:N?`${Oc(t)} - ${Oc(a)}`:Rc(e)})]}),D&&y(l,{children:[n&&o("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")}),h&&o("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")}),!n&&h&&N&&o("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()}})]})]})})()}),Z&&o("div",{style:{position:"fixed",top:0,left:0,right:0,bottom:0,zIndex:9998,pointerEvents:"none"}}),(()=>{if(!Z)return null;const t=()=>{V&&V(null),X(null),S(!1),null==C||C(null)};if(A){const a=A,r={event:e,isOpen:Z,isAllDay:h,onEventUpdate:H,onEventDelete:z,onClose:t};if("undefined"==typeof window||"undefined"==typeof document)return null;const n=document.body;return n?c.createPortal(o(a,Object.assign({},r)),n):null}return O?E?o(sp,{event:e,position:O,panelRef:F,isAllDay:h,eventVisibility:P,calendarRef:s,selectedEventElementRef:B,onEventUpdate:H,onEventDelete:z,onClose:t,contentRenderer:E}):o(cp,{event:e,position:O,panelRef:F,isAllDay:h,eventVisibility:P,calendarRef:s,selectedEventElementRef:B,onEventUpdate:H,onEventDelete:z,onClose:t}):null})()]})};function kp(e){return Object.assign(Object.assign({},e),{parentId:void 0,children:[],_startHour:e.allDay?0:qc(e.start),_endHour:e.allDay?0:$c(e)})}function up(e){var t;return null!==(t=e._startHour)&&void 0!==t?t:qc(e.start)}function vp(e){var t;return null!==(t=e._endHour)&&void 0!==t?t:$c(e)}const mp=.25,Mp=.5,gp=25,fp=1,xp=.9;class wp{static getIndentStepPercent(e){return"day"===e?.5:2.5}static calculateDayEventLayouts(e,t={}){const a=e.map(kp);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&&(up(e)<vp(t)&&up(t)<vp(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-xp,zIndex:0,level:0,isPrimary:!0,indentOffset:0,importance:1})}static calculateComplexGroupLayout(e,t,a={}){const r=[...e].sort((e,t)=>{const a=up(e),r=up(t);if(a!==r)return a-r;return vp(t)-up(t)-(vp(e)-up(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(up(r)-up(t))<=mp&&(n.push(t),a.add(t.id))}n.sort((e,t)=>up(e)-up(t));const h={events:n,startHour:Math.min(...n.map(e=>up(e))),endHour:Math.max(...n.map(e=>vp(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(up(e)-up(t));if(a<=mp)return!0;if(a>mp&&a<Mp)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=vp(e)-up(e);if(a<1.25)return!1;const r=up(e)+.4*a,n=up(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 y=a-1;y>=0&&!i;y--){const a=e[y],o=a.events.map(e=>n.get(e.id)),l={events:o,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,y=null;for(const e of d){const t=this.calculateBranchLoad(e);t<i&&(i=t,y=e)}return y?y.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<Mp)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(up(e)-up(a));if(t<=mp)return!0;if(t>mp&&t<Mp)return!0}return!1}static canEventContain(e,t){const a=up(e)<=up(t)&&vp(e)>=vp(t),r=up(e)<=up(t)&&up(t)<vp(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=vp(e)-up(e);return vp(t)-up(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=vp(e)-up(e),i=d>Math.max(...h.map(e=>{const t=a.find(t=>t.id===e);return t?vp(t)-up(t):0}));a.every(e=>vp(e)-up(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(up(e)-up(t.parent))-Math.abs(up(e)-up(a.parent))});return n[0].parent}static calculateLayoutFromStructure(e,t,a={}){const r=100-xp;if(1===e.length)this.calculateNodeLayoutWithVirtualParallel(e[0],0,r,t,a);else{const n=e.length,h=(r-fp*(n-1))/n;e.forEach((e,r)=>{const n=r*(h+fp);this.calculateNodeLayoutWithVirtualParallel(e,n,Math.max(h,gp),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 y=t+h+d;let o=a-(h+d);if(y+o>t+a&&(o=t+a-y,console.warn(`⚠️ ${e.event.title}'s width exceeds parent event range, adjusted to: ${o.toFixed(1)}%`)),r.set(e.event.id,{id:e.event.id,left:y,width:o,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=vp(e.event)-up(e.event);return vp(t.event)-up(t.event)-a});if(1===l.length)this.calculateNodeLayoutWithVirtualParallel(l[0],y,o,r,n);else{const e=this.shouldChildrenBeParallel(l.map(e=>e.event));e?this.calculateParallelChildrenLayout(l,y,o,r,n):l.forEach(e=>{this.calculateNodeLayoutWithVirtualParallel(e,y,o,r,n)})}}static calculateParallelChildrenLayout(e,t,a,r,n={}){const h=e.length,d=e[0].depth,i=d*this.getIndentStepPercent(n.viewType);let y;const o="day"===n.viewType;y=1===d?o?.5:1.5:2===d?o?-.01:-1:o?.55:-3.5;const l=t+i+y,c=a-(i+y);if(c<=0)return void e.forEach(e=>{this.calculateNodeLayoutWithVirtualParallel(e,t,a,r,n)});let s;s=1===d?fp*(o?.15:.3):fp*(o?.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=vp(e.event)-up(e.event);return vp(t.event)-up(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=vp(e)-up(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 bp={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 Dp,Hp,zp,jp,qp,Vp,Cp,Ep,Ap,Np,Tp,Ip,Sp,Lp,Zp,Op,Rp,Pp,$p,Yp,Fp,Bp,Wp,Up,_p,Gp,Xp,Jp,Kp,Qp,ek="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function tk(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function ak(){if(Hp)return Dp;return Hp=1,Dp=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}}function rk(){if(Vp)return qp;Vp=1;var e=function(){if(jp)return zp;jp=1;var e="object"==typeof ek&&ek&&ek.Object===Object&&ek;return zp=e}(),t="object"==typeof self&&self&&self.Object===Object&&self,a=e||t||Function("return this")();return qp=a}function nk(){if(Ip)return Tp;Ip=1;var e=function(){if(Np)return Ap;Np=1;var e=/\s/;return Ap=function(t){for(var a=t.length;a--&&e.test(t.charAt(a)););return a}}(),t=/^\s+/;return Tp=function(a){return a?a.slice(0,e(a)+1).replace(t,""):a}}function hk(){if(Lp)return Sp;Lp=1;var e=rk().Symbol;return Sp=e}function dk(){if(Yp)return $p;Yp=1;var e=hk(),t=function(){if(Op)return Zp;Op=1;var e=hk(),t=Object.prototype,a=t.hasOwnProperty,r=t.toString,n=e?e.toStringTag:void 0;return Zp=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(Pp)return Rp;Pp=1;var e=Object.prototype.toString;return Rp=function(t){return e.call(t)}}(),r=e?e.toStringTag:void 0;return $p=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":r&&r in Object(e)?t(e):a(e)}}function ik(){if(Up)return Wp;Up=1;var e=dk(),t=Bp?Fp:(Bp=1,Fp=function(e){return null!=e&&"object"==typeof e});return Wp=function(a){return"symbol"==typeof a||t(a)&&"[object Symbol]"==e(a)}}function yk(){if(Jp)return Xp;Jp=1;var e=ak(),t=function(){if(Ep)return Cp;Ep=1;var e=rk();return Cp=function(){return e.Date.now()}}(),a=function(){if(Gp)return _p;Gp=1;var e=nk(),t=ak(),a=ik(),r=/^[-+]0x[0-9a-f]+$/i,n=/^0b[01]+$/i,h=/^0o[0-7]+$/i,d=parseInt;return _p=function(i){if("number"==typeof i)return i;if(a(i))return NaN;if(t(i)){var y="function"==typeof i.valueOf?i.valueOf():i;i=t(y)?y+"":y}if("string"!=typeof i)return 0===i?i:+i;i=e(i);var o=n.test(i);return o||h.test(i)?d(i.slice(2),o?2:8):r.test(i)?NaN:+i}}(),r=Math.max,n=Math.min;return Xp=function(h,d,i){var y,o,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=y,a=o;return y=o=void 0,k=e,c=h.apply(a,t)}function g(e){var t=e-p;return void 0===p||t>=d||t<0||v&&e-k>=l}function f(){var e=t();if(g(e))return x(e);s=setTimeout(f,function(e){var t=d-(e-p);return v?n(t,l-(e-k)):t}(e))}function x(e){return s=void 0,m&&y?M(e):(y=o=void 0,c)}function w(){var e=t(),a=g(e);if(y=arguments,o=this,p=e,a){if(void 0===s)return function(e){return k=e,s=setTimeout(f,d),u?M(e):c}(p);if(v)return clearTimeout(s),s=setTimeout(f,d),M(p)}return void 0===s&&(s=setTimeout(f,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,y=p=o=s=void 0},w.flush=function(){return void 0===s?c:x(t())},w},Xp}var ok=tk(function(){if(Qp)return Kp;Qp=1;var e=yk(),t=ak();return Kp=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 lk={renderAllDayContent:({title:e,color:t})=>y("div",{className:"h-full flex items-center overflow-hidden pl-3 pt-1",children:[o(I,{className:"h-3 w-3 mr-1 text-white"}),o("div",{className:"font-medium text-xs truncate pr-1 text-white",children:e})]}),renderRegularContent:({drag:e,title:t,layout:a,formatTime:r,getLineColor:n,getDynamicPadding:h,color:d})=>y(l,{children:[o("div",{className:le,style:{backgroundColor:n(d||"blue")}}),y("div",{className:`h-full flex flex-col overflow-hidden pl-3 ${h(e)}`,children:[o("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&&y("div",{className:"text-xs truncate time-display",children:[r(e.startHour)," - ",r(e.endHour)]})]})]}),renderDefaultContent:({drag:e,title:t,allDay:a})=>a?y("div",{className:"h-full flex items-center overflow-hidden pl-3 px-1 py-0",children:[o("svg",{className:"h-3 w-3 mr-1",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:o("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"})}),o("div",{className:"font-medium text-xs truncate pr-1",style:{lineHeight:1.2},children:t})]}):y(l,{children:[o("div",{className:"absolute left-0.5 top-1 bottom-1 w-0.5 rounded-full bg-blue-600"}),o("div",{className:"h-full flex flex-col overflow-hidden pl-3 p-1",children:o("div",{className:"font-medium text-xs truncate pr-1 text-blue-900",children:t})})]})},ck=({drag:e,color:t,title:a,layout:r,allDay:n,formatTime:h,getLineColor:d,getDynamicPadding:i,renderer:y=lk})=>{const l=a||(n?"New All-day Event":"New Event");return o("div",{className:"drag-indicator-content",children:t?n?y.renderAllDayContent({drag:e,color:t,title:l,layout:r,allDay:n,formatTime:h,getLineColor:d,getDynamicPadding:i}):y.renderRegularContent({drag:e,color:t,title:l,layout:r,allDay:n,formatTime:h,getLineColor:d,getDynamicPadding:i}):y.renderDefaultContent({drag:e,color:t,title:l,layout:r,allDay:n,formatTime:h,getLineColor:d,getDynamicPadding:i})})},sk=({event:e,isCreating:t,isMultiDay:a=!1,startDate:r,endDate:n})=>{const h=(()=>{if(t)return{title:"New Event",icon:o(S,{className:"h-3 w-3"}),showDateRange:!1};if(a&&r&&n){const t=Dc(r,n)+1;return{title:e.title.replace(/ \(\d+天\)$/,""),showDateRange:!0,duration:t}}return{title:e.title,showDateRange:!1}})();return y("div",{className:"flex items-center space-x-2 text-white text-xs font-medium rounded-sm",children:[o("div",{className:"flex-shrink-0",children:h.icon}),o("div",{className:"flex-1 min-w-0",children:o("div",{className:"truncate font-medium",children:h.title})})]})},pk=n=>{const h=t(()=>Object.assign(Object.assign({},bp),n),[n]),{viewType:d}=h,y=d===p.MONTH,o=(e=>{const{calendarRef:a,allDayRowRef:n,viewType:h,HOUR_HEIGHT:d=72,FIRST_HOUR:i=0,LAST_HOUR:y=24,TIME_COLUMN_WIDTH:o=80}=e,l=h===p.MONTH,c=h===p.WEEK,s=r(e=>{if(l||!a.current)return i;const t=a.current.querySelector(".calendar-content");if(!t)return i;const r=t.getBoundingClientRect(),n=t.scrollTop,h=window.getComputedStyle(t),o=parseInt(h.paddingTop,10)||0,c=(e-r.top+n-o)/d+i;return Math.max(i,Math.min(y,c))},[a,i,d,y,l]),k=r(e=>{if(l||!a.current)return 0;const t=a.current.getBoundingClientRect(),r=(t.width-o)/(c?7:1),n=e-t.left-o,h=Math.floor(n/r);return Math.max(0,Math.min(c?6:0,h))},[a,o,l,c]),u=r(e=>{if(l||!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,l]),v=r(e=>{if(l||!(null==n?void 0:n.current))return!1;const t=n.current.getBoundingClientRect();return e>=t.top&&e<=t.bottom},[n,l]),m=t(()=>864e5,[]);return{pixelYToHour:s,getColumnDayIndex:k,checkIfInAllDayArea:v,handleDirectScroll:u,daysDifference:r((e,t)=>Dc(e,t),[]),addDaysToDate:r((e,t)=>Hc(e,t),[]),getTargetDateFromPosition:r((e,t)=>{if(h!==p.MONTH||!a.current)return null;const r=document.elementFromPoint(e,t);if(!r)return null;let n=r,d=0;for(;n&&!n.hasAttribute("data-date")&&d<10;)n=n.parentElement,d++;if(n&&n.hasAttribute("data-date")){const e=n.getAttribute("data-date");if(e)return new Date(e+"T00:00:00")}return null},[a,h]),ONE_DAY_MS:m}})(h),l=(e=>{const{viewType:n,onEventsUpdate:h}=e,d=n===p.MONTH,y=i({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}),o=i({x:0,y:0}),l=t(()=>d?{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},[d]),[c,s]=a(l),k=t(()=>ok((e,t)=>h(e,"resize"===t),d?16:8),[d,h]),u=r(()=>{s(d?{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}),y.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}},[d]);return{dragRef:y,currentDragRef:o,dragState:c,setDragState:s,resetDragState:u,throttledSetEvents:k}})(h),c=(t=>{const{calendarRef:a,allDayRowRef:n,viewType:h,getLineColor:d,getDynamicPadding:y,renderer:o,HOUR_HEIGHT:l=72,FIRST_HOUR:c=0,TIME_COLUMN_WIDTH:k=80,ALL_DAY_HEIGHT:u=60}=t,v=h===p.MONTH,m=h===p.DAY,M=i(null),g=i(null),f=i(null),x=r(()=>{g.current&&(g.current.unmount(),g.current=null),M.current&&(M.current.remove(),M.current=null),f.current=null},[]),w=r((t,r,h,i,p)=>{var w,b,D,H,z,j,q,V,C;x();const E=document.createElement("div");if(E.style.position=v?"fixed":"absolute",E.style.pointerEvents="none",E.style.zIndex="1000",v){let a,n;if(E.style.opacity="0.9",p){const e=p.getBoundingClientRect(),r=null!==(b=null!==(w=t.currentSegmentDays)&&void 0!==w?w:t.eventDurationDays)&&void 0!==b?b:1;a=e.width/r,n=e.height,E.className=`rounded-sm shadow-sm ${p.className}`}else a=120,n=22,E.className="rounded text-xs px-2 py-1";E.style.width=`${a}px`,E.style.height=`${n}px`,E.style.left=t.startX-a/2+"px",E.style.top=t.startY-n/2+"px",document.body.appendChild(E),g.current=s(E);const d=kc(new Date),i=t.originalEvent||{id:String(Date.now()),color:r||"blue",title:h||"New Event",start:d,end:d,allDay:!1,day:0};g.current.render(e.createElement(sk,{event:i,isCreating:"create"===t.mode,targetDate:t.targetDate||null,startDate:t.originalStartDate||null,endDate:t.originalEndDate||null}))}else{if(p){const e=p.getBoundingClientRect();let r;if(r=t.allDay?null===(D=null==n?void 0:n.current)||void 0===D?void 0:D.getBoundingClientRect():null===(z=null===(H=a.current)||void 0===H?void 0:H.querySelector(".calendar-content"))||void 0===z?void 0:z.getBoundingClientRect(),r){if(t.allDay&&m)E.style.left=`${k}px`,E.style.top=p.offsetTop-2+"px",E.style.width=`calc(100% - ${k}px - 2px)`,E.style.height=`${e.height}px`;else if(t.allDay&&!m){const r=null===(j=a.current)||void 0===j?void 0:j.getBoundingClientRect();if(r){const a=(r.width-k)/7;E.style.left=`${k+t.dayIndex*a}px`,E.style.top=p.offsetTop-2+"px",E.style.width=a-2+"px",E.style.height=`${e.height}px`}}else{const a=(t.startHour-c)*l;E.style.left=e.left-r.left+"px",E.style.top=`${a+3}px`,E.style.width=`${e.width}px`,E.style.height=`${e.height}px`}E.className=p.className,E.style.opacity="0.8",E.style.boxShadow="0 4px 12px rgba(0, 0, 0, 0.15)"}}else if(t.allDay){const e=m?"100%":`calc((100% - ${k}px) / 7)`;E.style.top="2px",E.style.height=u-4+"px",E.style.marginBottom="3px",m?(E.style.left=`${k}px`,E.style.width=`calc(100% - ${k}px - 2px)`):(E.style.left=`calc(${k}px + (${e} * ${t.dayIndex}))`,E.style.width=`calc(${e} - 2px)`),E.className="rounded-xl shadow-sm"}else{const e=(t.startHour-c)*l,a=(t.endHour-t.startHour)*l;if(E.style.top=`${e+3}px`,E.style.height=a-4+"px",E.style.color="#fff",E.className="rounded-sm shadow-sm",i){if(m)E.style.left=`${k}px`,E.style.width=`calc(100% - ${k}px)`;else{const e=`calc((100% - ${k}px) / 7)`;E.style.left=`calc(${k}px + (${e} * ${t.dayIndex}) + (${e} * ${i.left/100}))`,E.style.width=`calc((${e} * ${i.width/100}))`}E.style.zIndex=String(1e3)}else{const e=m?`calc(100% - ${k}px)`:`calc((100% - ${k}px) / 7)`;E.style.left=m?`${k}px`:`calc(${k}px + (${e} * ${t.dayIndex}))`,E.style.width=e}}t.allDay?null===(q=null==n?void 0:n.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),f.current={drag:t,color:r,title:h,layout:i},g.current=s(E),g.current.render(e.createElement(ck,{drag:t,color:r,title:h,layout:i,allDay:t.allDay,formatTime:Oc,getLineColor:d||(()=>""),getDynamicPadding:y||(()=>"0px"),renderer:o}))}r?(E.style.backgroundColor=Sc(r),E.style.color=Ic(r)):E.className+=" bg-blue-50/70 text-blue-900 border border-dashed border-blue-400",M.current=E},[x,v,m,n,a,Oc,d,y,o,k,u,c,l]),b=r((...t)=>{var r,h;const i=M.current;if(i)if(v){const[e,a]=t,r=parseFloat(i.style.width)||120,n=parseFloat(i.style.height)||22;requestAnimationFrame(()=>{i.style.left=e-r/2+"px",i.style.top=a-n/2+"px",i.style.transition="none"})}else{const[s,p,v,M=!1,x]=t;if(M&&i.parentElement!==(null==n?void 0:n.current))null===(r=null==n?void 0:n.current)||void 0===r||r.appendChild(i);else if(!M){const e=null===(h=a.current)||void 0===h?void 0:h.querySelector(".calendar-content");i.parentElement!==e&&(null==e||e.appendChild(i))}if(M){if(m)i.style.left=`${k}px`,i.style.width=`calc(100% - ${k}px - 2px)`;else{const e=`calc((100% - ${k}px) / 7)`;i.style.left=`calc(${k}px + (${e} * ${s}))`,i.style.width=`calc(${e} - 2px)`,i.style.top="2px"}i.style.height=u-4+"px",i.style.marginBottom="3px",i.className=i.className.replace("rounded-sm","rounded-xl")}else{const e=(p-c)*l,t=(v-p)*l;if(i.style.top=`${e+3}px`,i.style.height=t-4+"px",i.style.marginBottom="0",i.className=i.className.replace("rounded-xl","rounded-sm"),x){if(m)i.style.left=`${k}px`,i.style.width=`calc(100% - ${k}px)`;else{const e=`calc((100% - ${k}px) / 7)`;i.style.left=`calc(${k}px + (${e} * ${s}) + (${e} * ${x.left/100}))`,i.style.width=`calc((${e} * ${x.width/100}))`}i.style.zIndex=String(x.zIndex+10)}else{const e=m?`calc(100% - ${k}px)`:`calc((100% - ${k}px) / 7)`;i.style.left=m?`${k}px`:`calc(${k}px + (${e} * ${s}))`,i.style.width=e}}if(i.style.cursor="grabbing",g.current&&f.current){const t=Object.assign(Object.assign({},f.current.drag),{dayIndex:s,startHour:p,endHour:v,allDay:M});f.current.drag=t,g.current.render(e.createElement(ck,{drag:t,color:f.current.color,title:f.current.title,layout:x||f.current.layout,allDay:M,formatTime:Oc,getLineColor:d||(()=>""),getDynamicPadding:y||(()=>"0px"),renderer:o}))}}},[v,n,Oc,a,m,u,k,c,l,d,y,o]);return{dragIndicatorRef:M,reactRootRef:g,removeDragIndicator:x,createDragIndicator:w,updateDragIndicator:b}})(h),k=(e=>{const{options:t,common:a,state:n,manager:h}=e,{viewType:d,onEventsUpdate:i,onEventCreate:y,onEventEdit:o,calculateNewEventLayout:l,calculateDragLayout:c,currentWeekStart:s,events:k,FIRST_HOUR:u=0,LAST_HOUR:v=24,MIN_DURATION:m=.25}=t,{dragRef:M,currentDragRef:g,setDragState:f,resetDragState:x,throttledSetEvents:w}=n,{removeDragIndicator:b,createDragIndicator:D,updateDragIndicator:H}=h,{pixelYToHour:z,getColumnDayIndex:j,checkIfInAllDayArea:q,handleDirectScroll:V,daysDifference:C,addDaysToDate:E,getTargetDateFromPosition:A}=a,N=d===p.MONTH,T=d===p.DAY,I=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())/I);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<I)return 0}return h},L=r(e=>{var t,a;e.preventDefault(),document.body.style.cursor="grabbing";const r=M.current;if(!r.active)return;const n=q(e.clientY),h=T?r.dayIndex:j(e.clientX);if(n){if(!r.allDay){r.allDay=!0,r.startHour=0,r.endHour=0,r.eventDate=s?as(s,h):new Date,b(),r.indicatorVisible=!1;const e=null==k?void 0:k.find(e=>e.id===r.eventId);D(r,null==e?void 0:e.calendarId,null==e?void 0:e.title),r.sourceElement=null,r.indicatorVisible=!0}r.dayIndex=h,f(e=>Object.assign(Object.assign({},e),{dayIndex:h,startHour:0,endHour:0,allDay:!0})),H(h,0,0,!0)}else{V(e.clientY);const n=z(e.clientY);if(null!==(t=r.startDragDayIndex)&&void 0!==t||r.originalDay,r.dayIndex,r.allDay){r.allDay=!1,r.startHour=Pc(n),r.endHour=r.startHour+1,r.duration=1,r.hourOffset=0,r.eventDate=s?as(s,h):new Date,b(),r.indicatorVisible=!1;const e=null==k?void 0:k.find(e=>e.id===r.eventId);D(r,null==e?void 0:e.calendarId,null==e?void 0:e.title),r.sourceElement=null,r.indicatorVisible=!0}else{let e=Pc(n+(null!==(a=r.hourOffset)&&void 0!==a?a:0));e=Math.max(u,Math.min(v-r.duration,e)),r.startHour=e,r.endHour=e+r.duration}r.dayIndex=h,r.eventDate=s?as(s,h):new Date,f(e=>Object.assign(Object.assign({},e),{dayIndex:h,startHour:Pc(r.startHour),endHour:Pc(r.endHour),allDay:!1}));let d=null;if("move"===r.mode&&r.eventId&&c){const e=null==k?void 0:k.find(e=>e.id===r.eventId);e&&(d=c(e,h,Pc(r.startHour),Pc(r.endHour)))}H(h,Pc(r.startHour),Pc(r.endHour),!1,d)}},[c,q,D,s,k,u,j,V,v,T,z,b,H,M,f]),Z=r(()=>{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=Pc(e.startHour),a=Pc(e.endHour),a-t<m&&(a=t+m)),null==i||i(r=>r.map(r=>{var n,h;if(r.id!==e.eventId)return r;s?as(s,e.dayIndex):mc(r.start);const d=null!==(n=e.startDragDayIndex)&&void 0!==n?n:e.originalDay,i=e.dayIndex-d;let y,o;if(e.allDay){const t=e.originalStartDate?new Date(e.originalStartDate):mc(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),y=uc(a),o=uc(Ec(n))}else{const n=mc(r.start),d=mc(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),y=kc(e),o=kc(t)}else{const r=s?as(s,e.dayIndex):new Date,n=Vc(r,t),h=Vc(r,a);y=kc(n),o=kc(h)}}const l=e.originalDay+i;return Object.assign(Object.assign({},r),{day:l,start:y,end:o,allDay:e.allDay})})),document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",Z),b(),x()},[L,b,x,i,m,s,M]),O=r(e=>{var t,a,r,n,h,d,i,y,o;e.preventDefault(),document.body.style.cursor="grabbing";const p=M.current;if(p.active)if(N){if("resize"!==p.mode){if("move"===p.mode){const r=Math.hypot(e.clientX-p.startX,e.clientY-p.startY);!p.indicatorVisible&&r>=3&&(D(p,null===(t=p.originalEvent)||void 0===t?void 0:t.calendarId,null===(a=p.originalEvent)||void 0===a?void 0:a.title,null,p.sourceElement||void 0),p.indicatorVisible=!0)}p.indicatorVisible&&H(e.clientX,e.clientY)}const h=A(e.clientX,e.clientY);if(!h)return;if("resize"===p.mode&&p.originalEvent&&p.resizeDirection){const e=mc(p.originalEvent.start);let t,a;const r=(e,t)=>{var a,r;e&&((null===(a=p.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=p.originalStartTime,d=p.originalEndTime;if("left"===p.resizeDirection){t=new Date(h),r(t,n);const i=mc(p.originalEvent.end)||e;a=new Date(i),r(a,d),t>a&&(t=a)}else{const i=mc(p.originalEvent.start)||e;t=new Date(i),r(t,n),a=new Date(h),r(a,d),a<t&&(a=t)}p.originalStartDate=new Date(t.getTime()),p.originalEndDate=new Date(a.getTime());const i=p.originalEvent.allDay?uc(t):kc(t),y=p.originalEvent.allDay?uc(a):kc(a);w(e=>e.map(e=>e.id===p.eventId?Object.assign(Object.assign({},e),{start:i,end:y,title:e.title}):e),p.mode)}else if("move"===p.mode)if(p.originalStartDate&&p.originalEndDate){const e=C(p.originalStartDate,h),t=E(p.originalStartDate,e),a=E(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(a.getTime()),p.targetDate=t)}else(null===(n=p.targetDate)||void 0===n?void 0:n.getTime())!==h.getTime()&&(p.targetDate=h)}else{V(e.clientY),p.lastClientY=e.clientY;const t=z(e.clientY);if("resize"===p.mode)if(p.allDay){const t=T?p.dayIndex:j(e.clientX);let a=p.originalStartDate||new Date,r=p.originalEndDate||new Date;"left"===p.resizeDirection?(a=s?as(s,t):new Date,a>r&&(a=r)):"right"===p.resizeDirection&&(r=s?as(s,t):new Date,r<a&&(r=a)),p.originalStartDate=new Date(a.getTime()),p.originalEndDate=new Date(r.getTime());const n=uc(a),h=uc(r);w(e=>e.map(e=>e.id!==p.eventId?e:Object.assign(Object.assign({},e),{start:n,end:h,allDay:!0})),p.mode)}else{let a=p.startHour,r=p.endHour;const n=null==k?void 0:k.find(e=>e.id===p.eventId);let o=p.dayIndex;if(n){const e=mc(n.start),t=mc(n.end),a=S(e,t,null!==(h=n.allDay)&&void 0!==h&&h);o=(null!==(d=n.day)&&void 0!==d?d:0)+a}let l=o,c=p.originalDay;if("top"===p.resizeDirection){const n=T?p.dayIndex:j(e.clientX),h=t+(null!==(i=null==p?void 0:p.hourOffset)&&void 0!==i?i:0);n<o?(c=n,a=Math.max(u,Math.min(v,h))):(c=o,h>p.originalEndHour?(a=p.originalEndHour,r=h,p.hourOffset=r-t):(a=Math.max(u,h),p.originalEndHour-a<Zc&&(a=p.originalEndHour-Zc)))}else if("bottom"===p.resizeDirection){const n=T?p.dayIndex:j(e.clientX),h=t+(null!==(y=null==p?void 0:p.hourOffset)&&void 0!==y?y:0);n!==p.dayIndex?(l=n,r=Math.max(u,Math.min(v,h))):h<p.originalStartHour?(r=p.originalStartHour,a=h,p.hourOffset=a-t):(r=Math.min(v,h),r-p.startHour<Zc&&(r=p.startHour+Zc))}else if("right"===p.resizeDirection){const t=T?p.dayIndex:j(e.clientX);l=Math.max(p.dayIndex,t)}l===c&&([a,r]=[Math.max(u,Math.min(a,r)),Math.min(v,Math.max(a,r))]);const[m,M]=[Pc(a),Pc(r)];p.startHour=a,p.endHour=r,p.dayIndex=c,w(e=>e.map(e=>{if(e.id!==p.eventId)return e;const t=mc(e.start),a=Vc(s?as(s,c):t,m),r=s?as(s,l):t,n=Vc(r,M),h=kc(a),d=kc(n);return Object.assign(Object.assign({},e),{start:h,end:d,day:c})}),p.mode),H(p.dayIndex,m,M,!1)}else if("create"===p.mode){const a=Pc(t),[r,n]=e.clientY<p.startY?[a,Math.max(a+Zc,p.endHour)]:[p.startHour,Math.max(p.startHour+Zc,a)];p.startHour=r,p.endHour=n;const h=null==l?void 0:l(p.dayIndex,r,n);H(p.dayIndex,r,n,!1,h)}else if("move"===p.mode){const a=T?p.dayIndex:j(e.clientX);let r=Pc(t+(null!==(o=p.hourOffset)&&void 0!==o?o:0));r=Math.max(u,Math.min(v-p.duration,r));const n=r+p.duration;p.dayIndex=a,p.startHour=r,p.endHour=n;let h=null;if(p.eventId&&c){const e=null==k?void 0:k.find(e=>e.id===p.eventId);e&&(h=c(e,a,Pc(r),Pc(n)))}H(a,Pc(r),Pc(n),!1,h)}}},[N,T,H,A,w,C,E,u,v,l,j,z,V,c,k,M,D]),R=r(e=>{var t,a;document.body.style.cursor="default";const r=M.current;if(r.active){if(N){if("resize"===r.mode&&r.eventId&&r.originalStartDate&&r.originalEndDate){f(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?uc(r.originalStartDate):kc(r.originalStartDate),n=e?uc(r.originalEndDate):kc(r.originalEndDate);w(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){f(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?uc(r.originalStartDate):kc(r.originalStartDate),n=e?uc(r.originalEndDate):kc(r.originalEndDate);w(e=>e.map(e=>e.id===r.eventId?Object.assign(Object.assign({},e),{start:t,end:n,title:e.title}):e))}else{const t=A(e.clientX,e.clientY)||r.targetDate;r.eventId&&t&&(f(e=>"targetDate"in e?Object.assign(Object.assign({},e),{targetDate:t}):e),w(e=>e.map(e=>{if(e.id!==r.eventId)return e;const a=mc(e.start),n=mc(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?uc(h):kc(h),y=e.allDay?uc(d):kc(d);return Object.assign(Object.assign({},e),{start:i,end:y})})))}}else{let[e,t]=[Pc(r.startHour),Pc(r.endHour)];if(t-e<m&&("top"===r.resizeDirection?e=t-m:t=e+m),"create"===r.mode){const a=s?as(s,r.dayIndex):new Date;f(a=>"dayIndex"in a?Object.assign(Object.assign({},a),{dayIndex:r.dayIndex,startHour:e,endHour:t}):a);const n=Vc(a,e),h=Vc(a,t),d=kc(n),i=kc(h);null==y||y({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||(f(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",O),document.removeEventListener("mouseup",R),b(),r.indicatorVisible=!1,r.sourceElement=null,x()}},[N,O,b,x,A,w,m,s,y,i,M,f]),P=r((e,...t)=>{if(e.preventDefault(),e.stopPropagation(),!M.current.active)if(N){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=kc(a),h=kc(r),d={id:String(Date.now()),title:"New Event",start:n,end:h,day:e.getDay(),calendarId:"blue",allDay:!1};null==y||y(d),o&&setTimeout(()=>{o(d)},50)}else{const[a,r]=t,n=M.current,h=Pc(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?as(s,a):new Date}),f({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);D(n,"blue","New Event",d),n.sourceElement=null,n.indicatorVisible=!0,document.addEventListener("mousemove",O),document.addEventListener("mouseup",R)}},[N,y,o,s,l,D,O,R,M,f]),$=r((e,t)=>{var a,r,n;if(e.preventDefault(),e.stopPropagation(),M.current.active)return;const h=M.current,d=e.currentTarget;if(N){g.current={x:e.clientX-d.getBoundingClientRect().left,y:e.clientY-d.getBoundingClientRect().top};const a=mc(t.start),r=mc(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"),y=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=y,f({active:!0,mode:"move",eventId:t.id,targetDate:a,startDate:a,endDate:r}),h.sourceElement=d,h.indicatorVisible=!1,document.addEventListener("mousemove",O),document.addEventListener("mouseup",R)}else{const i=z(e.clientY),y=t._segmentInfo,o=!!y,l=o?y.dayIndex:null!==(a=t.day)&&void 0!==a?a:0,c=o?y.startHour:qc(t.start);let s=0;if(t.allDay&&t.start&&t.end){const e=mc(t.start);e.setHours(0,0,0,0);const a=mc(t.end);a.setHours(0,0,0,0),s=Math.floor((a.getTime()-e.getTime())/864e5)}const p=mc(t.start);if(Object.assign(h,{active:!0,mode:"move",eventId:t.id,startX:e.clientX,startY:e.clientY,dayIndex:l,startHour:c,endHour:o?y.endHour:$c(t),originalDay:null!==(r=t.day)&&void 0!==r?r:0,originalStartHour:qc(t.start),originalEndHour:$c(t),allDay:t.allDay||!1,eventDate:p,eventDurationDays:s,startDragDayIndex:l}),!t.allDay){h.hourOffset=c-i;const e=mc(t.start),a=mc(t.end).getTime()-e.getTime();h.duration=a/36e5}f({active:!0,mode:"move",eventId:t.id,dayIndex:null!==(n=t.day)&&void 0!==n?n:0,startHour:qc(t.start),endHour:$c(t),allDay:t.allDay||!1}),D(h,t.calendarId,t.title,null,d),h.sourceElement=d,h.indicatorVisible=!0,document.addEventListener("mousemove",L),document.addEventListener("mouseup",Z)}},[N,D,R,O,L,Z,z,M,g,f]),Y=r((e,t,a)=>{var r,n,h,d,i;if(e.preventDefault(),e.stopPropagation(),M.current.active)return;const y=M.current;if(N){const r=mc(t.start),n=mc(t.start),h=mc(t.end),d={hour:n.getHours(),minute:n.getMinutes(),second:n.getSeconds()},i={hour:h.getHours(),minute:h.getMinutes(),second:h.getSeconds()};y.active=!0,y.mode="resize",y.eventId=t.id,y.startX=e.clientX,y.startY=e.clientY,y.targetDate="left"===a?n:h,y.originalDate=r,y.originalEvent=Object.assign({},t),y.lastUpdateTime=Date.now(),y.resizeDirection=a,y.originalStartDate=n,y.originalEndDate=h,y.originalStartTime=d,y.originalEndTime=i,f({active:!0,mode:"resize",eventId:t.id,targetDate:"left"===a?n:h,startDate:n,endDate:h})}else if(t.allDay){const h=mc(t.start),d=mc(t.end);y.active=!0,y.mode="resize",y.eventId=t.id,y.startX=e.clientX,y.startY=e.clientY,y.allDay=!0,y.resizeDirection=a,y.originalStartDate=h,y.originalEndDate=d,y.originalEvent=Object.assign({},t),y.dayIndex=null!==(r=t.day)&&void 0!==r?r:0,f({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=z(e.clientY);Object.assign(y,{active:!0,mode:"resize",eventId:t.id,startX:e.clientX,startY:e.clientY,dayIndex:null!==(h=t.day)&&void 0!==h?h:0,startHour:qc(t.start),endHour:$c(t),originalDay:null!==(d=t.day)&&void 0!==d?d:0,originalStartHour:qc(t.start),originalEndHour:$c(t),resizeDirection:a,lastUpdateTime:Date.now(),initialMouseY:r,hourOffset:"top"===a?qc(t.start)-r:$c(t)-r,allDay:!1}),f({active:!0,mode:"resize",eventId:t.id,dayIndex:null!==(i=t.day)&&void 0!==i?i:0,startHour:qc(t.start),endHour:$c(t),allDay:!1})}document.addEventListener("mousemove",O),document.addEventListener("mouseup",R)},[N,O,R,z,M,f]);return{handleDragMove:O,handleDragEnd:R,handleCreateStart:P,handleMoveStart:$,handleResizeStart:Y,handleUniversalDragMove:L,handleUniversalDragEnd:Z}})({options:h,common:o,state:l,manager:c}),u=(e=>{const{options:t,common:a,state:n,manager:h,handleDragMove:d,handleDragEnd:i}=e,{viewType:y,currentWeekStart:o}=t,{dragRef:l,setDragState:c}=n,{createDragIndicator:s}=h,{pixelYToHour:k,getColumnDayIndex:u}=a,v=y===p.MONTH,m=r((e,t)=>{if(v)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:o?as(o,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)},[v,s,o,i,d,l,c]);return{handleCreateAllDayEvent:m,pixelYToHour:k,getColumnDayIndex:u}})({options:h,common:o,state:l,manager:c,handleDragMove:k.handleDragMove,handleDragEnd:k.handleDragEnd}),v=(e=>{const{common:t}=e,{daysDifference:a,addDaysToDate:r,getTargetDateFromPosition:n}=t;return{daysDifference:a,addDaysToDate:r,getTargetDateFromPosition:n}})({common:o});return Object.assign({createDragIndicator:c.createDragIndicator,updateDragIndicator:c.updateDragIndicator,removeDragIndicator:c.removeDragIndicator,handleCreateStart:k.handleCreateStart,handleMoveStart:k.handleMoveStart,handleResizeStart:k.handleResizeStart,dragState:l.dragState,isDragging:l.dragState.active},y?{daysDifference:v.daysDifference,addDaysToDate:v.addDaysToDate,getTargetDateFromPosition:v.getTargetDateFromPosition}:{handleCreateAllDayEvent:u.handleCreateAllDayEvent,pixelYToHour:u.pixelYToHour,getColumnDayIndex:u.getColumnDayIndex})},kk={enableDrag:!0,enableResize:!0,enableCreate:!0,enableAllDayCreate:!0,supportedViews:[p.DAY,p.WEEK,p.MONTH]};function uk(e={}){const t=Object.assign(Object.assign({},kk),e),a={getConfig:()=>t,updateConfig:e=>{Object.assign(t,e)},isViewSupported:e=>t.supportedViews.includes(e)};return{name:"drag",config:t,install:()=>{H.log("Drag plugin installed - providing drag capabilities")},api:a}}function vk(e,t){const a=e.getPlugin("drag"),r=pk(t);if(!a)return H.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 mk=({handlePreviousMonth:e,handleToday:t,handleNextMonth:a})=>y("div",{className:"flex items-center gap-1",children:[o("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:o(Z,{className:"h-4 w-4 transition-transform group-hover:scale-110"})}),o("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"}),o("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:o(O,{className:"h-4 w-4 transition-transform group-hover:scale-110"})})]}),Mk={[p.DAY]:"Day",[p.WEEK]:"Week",[p.MONTH]:"Month",[p.YEAR]:"Year"},gk=()=>o("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:o("path",{d:"M4 6L8 10L12 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),fk=({calendar:e,mode:t="buttons"})=>{const[r,h]=a(!1),d=i(null),l=Array.from(e.state.views.keys()),c=e.state.currentView;return n(()=>{const e=e=>{d.current&&!d.current.contains(e.target)&&h(!1)};if(r)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[r]),"select"===t?y("div",{className:"relative inline-block",ref:d,children:[y("button",{onClick:()=>h(!r),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":r,"aria-haspopup":"listbox",children:[o("span",{className:"text-gray-900",children:Mk[c]}),o("span",{className:"text-gray-500 transition-transform duration-200 "+(r?"rotate-180":""),children:o(gk,{})})]}),r&&o("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:o("div",{className:"py-1",role:"listbox",children:l.map(t=>o("button",{onClick:()=>{e.changeView(t),h(!1)},className:"w-full text-left px-3 py-2 text-sm transition-colors duration-150 "+(c===t?"bg-blue-50 text-blue-700 font-medium":"text-gray-700 hover:bg-gray-50"),role:"option","aria-selected":c===t,children:Mk[t]},t))})}),o("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 "})]}):o("div",{className:"inline-flex items-center gap-1 p-1 bg-gray-100 rounded-lg",children:l.map(t=>o("button",{className:"px-4 py-1.5 text-sm font-medium rounded-md transition-all duration-200 "+(c===t?"bg-white text-gray-900 shadow-sm":"text-gray-600 hover:text-gray-900 hover:bg-gray-50"),onClick:()=>e.changeView(t),children:Mk[t]},t))})},xk=({calendar:e,viewType:t,currentDate:a,onPrevious:r,onNext:n,onToday:h,customTitle:d,customSubtitle:i,showTodayBox:l,switcherMode:c="buttons"})=>{const s=void 0!==l?l:"day"!==t,p="buttons"===c,k=d||(()=>{switch(t){case"day":return a.toLocaleDateString("en-GB",{day:"numeric",month:"long",year:"numeric"});case"week":case"month":return a.toLocaleDateString("en-US",{month:"long",year:"numeric"});default:return""}})(),u="day"===t?i||("day"===t?a.toLocaleDateString("en-US",{weekday:"long"}):null):null;return y("div","day"===t?{className:X,style:{position:"relative"},children:[y("div",{className:"flex-1",children:[o("div",{className:`${J} text-gray-900`,children:k}),u&&o("div",{className:"mt-3",children:u})]}),p&&o("div",{className:"absolute -translate-x-1/2",style:{left:"calc(5 / 7 * 100% + 0.5px)"},children:o(fk,{mode:c,calendar:e})}),!p&&o("div",{className:"flex items-center gap-2",children:s&&r&&n&&h&&o(mk,{handlePreviousMonth:r,handleNextMonth:n,handleToday:h})})]}:{className:X,style:{position:"relative"},children:[o("div",{children:o("h1",{className:J,children:k})}),p&&o("div",{className:"absolute left-1/2 -translate-x-1/2",children:o(fk,{mode:c,calendar:e})}),(s||!p)&&r&&n&&h&&y("div",{className:"flex items-center gap-2",children:[!p&&o(fk,{mode:c,calendar:e}),s&&o(mk,{handlePreviousMonth:r,handleNextMonth:n,handleToday:h})]})]})},wk=({app:r,customDetailPanelContent:h,customEventDetailDialog:d,calendarRef:i,switcherMode:l="buttons"})=>{const c=r.getCurrentDate(),s=r.getEvents(),[k,u]=a(new Date),[v,m]=a(null),[M,g]=a(null),{HOUR_HEIGHT:f,FIRST_HOUR:x,LAST_HOUR:w,TIME_COLUMN_WIDTH:b,ALL_DAY_HEIGHT:D}=bp,H=e.useRef(null),z=t(()=>(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})(c),[c]),j=t(()=>s.filter(e=>{const t=mc(e.start);t.setHours(0,0,0,0);const a=new Date(c);return a.setHours(0,0,0,0),t.getTime()===a.getTime()}).map(e=>{const t=mc(e.start),a=Math.floor((t.getTime()-z.getTime())/864e5),r=Math.max(0,Math.min(6,a));return Object.assign(Object.assign({},e),{day:r})}),[s,c,z]),q=t(()=>wp.calculateDayEventLayouts(j,{viewType:"day"}),[j]),{handleMoveStart:V,handleCreateStart:C,handleResizeStart:E,handleCreateAllDayEvent:A,dragState:N,isDragging:T}=vk(r,{calendarRef:i,allDayRowRef:H,viewType:p.DAY,onEventsUpdate:e=>{const t=e(j),a=new Set(t.map(e=>e.id)),n=j.filter(e=>!a.has(e.id)),h=new Set(j.map(e=>e.id)),d=t.filter(e=>!h.has(e.id)),i=t.filter(e=>{if(!h.has(e.id))return!1;const t=j.find(t=>t.id===e.id);return t&&(mc(t.start).getTime()!==mc(e.start).getTime()||mc(t.end).getTime()!==mc(e.end).getTime()||t.day!==e.day||qc(t.start)!==qc(e.start)||qc(t.end)!==qc(e.end)||t.title!==e.title)});n.forEach(e=>r.deleteEvent(e.id)),d.forEach(e=>r.addEvent(e)),i.forEach(e=>r.updateEvent(e.id,e))},onEventCreate:e=>{r.addEvent(e)},onEventEdit:()=>{},currentWeekStart:z,events:j,calculateNewEventLayout:(e,t,a)=>{const r=new Date(c),n=new Date(c);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:kc(r),end:kc(n),calendarId:"blue",allDay:!1},d=[...j.filter(e=>!e.allDay),h];return wp.calculateDayEventLayouts(d,{viewType:"day"}).get("-1")||null},calculateDragLayout:(e,t,a,r)=>{const n=j.map(n=>{if(n.id!==e.id)return n;const h=mc(n.start),d=Vc(h,a),i=Vc(h,r),y=kc(d),o=kc(i);return Object.assign(Object.assign({},n),{day:t,start:y,end:o})}),h=n.filter(e=>!e.allDay);if(0===h.length)return null;return wp.calculateDayEventLayouts(h,{viewType:"day"}).get(e.id)||null}}),I=e=>{r.updateEvent(e.id,e)},S=e=>{r.deleteEvent(e)},L=Array.from({length:24},(e,t)=>({hour:t+x,label:Oc(t+x)})),Z=(()=>{const e=r.getCurrentDate().getFullYear(),t=r.getCurrentDate().getMonth(),a=new Date(e,t,1),n=new Date(e,t+1,0),h=[];for(let r=(0===a.getDay()?6:a.getDay()-1)-1;r>=0;r--){const a=new Date(e,t,-r);h.push({date:a.getDate(),isCurrentMonth:!1,isToday:!1,isSelected:!1,fullDate:a})}for(let a=1;a<=n.getDate();a++){const r=new Date(e,t,a),n=r.toDateString()===(new Date).toDateString(),d=r.toDateString()===c.toDateString();h.push({date:a,isCurrentMonth:!0,isToday:n,isSelected:d,fullDate:r})}const d=42-h.length;for(let a=1;a<=d;a++){const r=new Date(e,t+1,a);h.push({date:a,isCurrentMonth:!1,isToday:!1,isSelected:!1,fullDate:r})}return h})(),O=t(()=>{const e=new Date;e.setHours(0,0,0,0);const t=new Date(c);return t.setHours(0,0,0,0),t.getTime()===e.getTime()},[c]);return n(()=>{const e=setInterval(()=>u(new Date),6e4);return()=>clearInterval(e)},[]),y("div",{className:"flex h-full bg-gray-50",children:[o("div",{className:`flex-none ${"buttons"===l?"":"md:w-[60%]"} w-[70%] bg-white border-r border-gray-200`,children:y("div",{className:`relative ${we} h-full`,children:[o(xk,{calendar:r,viewType:p.DAY,currentDate:c,switcherMode:l,customSubtitle:k.toLocaleDateString("en-US",{weekday:"long"})}),y("div",{className:he,ref:H,children:[o("div",{className:de,children:"all-day"}),o("div",{className:"flex flex-1 relative",children:o("div",{className:"w-full relative",style:{minHeight:`${D}px`},onDoubleClick:e=>{const t=Math.floor((c.getTime()-z.getTime())/864e5);null==A||A(e,t)},children:j.filter(e=>e.allDay).map(e=>o(pp,{event:e,isAllDay:!0,isDayView:!0,allDayHeight:D,calendarRef:i,isBeingDragged:T&&(null==N?void 0:N.eventId)===e.id&&"move"===(null==N?void 0:N.mode),hourHeight:f,firstHour:x,onMoveStart:V,onEventUpdate:I,onEventDelete:S,detailPanelEventId:M,onDetailPanelToggle:e=>g(e),customDetailPanelContent:h,customEventDetailDialog:d},e.id))})})]}),o("div",{className:K,style:{position:"relative"},children:y("div",{className:"relative flex",children:[O&&(()=>{const e=k,t=e.getHours()+e.getMinutes()/60;if(t<x||t>w)return null;return y("div",{className:re,style:{top:`${(t-x)*f}px`,width:"100%",height:0,zIndex:20},children:[y("div",{className:"flex items-center",style:{width:`${b}px`},children:[o("div",{className:"relative w-full flex items-center"}),o("div",{className:ne,children:Oc(t)})]}),o("div",{className:"flex-1 flex items-center",children:o("div",{className:"h-0.5 w-full bg-red-600 relative"})})]})})(),o("div",{className:Q,children:L.map((e,t)=>o("div",{className:ee,children:o("div",{className:te,children:0===t?"":e.label})},t))}),y("div",{className:"flex-grow relative",children:[L.map((e,t)=>o("div",{className:ae,onDoubleClick:e=>{var t,a,r,n;const h=Math.floor((c.getTime()-z.getTime())/864e5),d=null===(a=null===(t=i.current)||void 0===t?void 0:t.querySelector(".calendar-content"))||void 0===a?void 0:a.getBoundingClientRect();if(!d)return;const y=e.clientY-d.top+(null===(n=null===(r=i.current)||void 0===r?void 0:r.querySelector(".calendar-content"))||void 0===n?void 0:n.scrollTop)||0;C(e,h,x+y/f)}},t)),o("div",{className:"h-3 border-t border-gray-200 relative",children:o("div",{className:"absolute -top-2.5 -left-9 text-[12px] text-gray-500",children:"00.00"})}),o("div",{className:"absolute top-0 left-0 right-0 bottom-0 pointer-events-none",children:j.filter(e=>!e.allDay).map(e=>{const t=q.get(e.id);return o(pp,{event:e,layout:t,isDayView:!0,calendarRef:i,isBeingDragged:T&&(null==N?void 0:N.eventId)===e.id&&"move"===(null==N?void 0:N.mode),hourHeight:f,firstHour:x,onMoveStart:V,onResizeStart:E,onEventUpdate:I,onEventDelete:S,detailPanelEventId:M,onDetailPanelToggle:e=>g(e),customDetailPanelContent:h,customEventDetailDialog:d},e.id)})})]})]})})]})}),o("div",{className:`flex-none ${"buttons"===l?"":"md:w-[40%]"} w-[30%] bg-white`,children:y("div",{className:`${we} h-full`,children:[o("div",{className:"px-2 border-b border-gray-200",children:y("div",{children:[y("div",{className:"flex items-center justify-end gap-2",children:[o("div",{className:X,style:{position:"relative"},children:o("div",{children:o("h1",{className:J,children:" "})})}),"select"===l?o(fk,{mode:l,calendar:r}):null,o(mk,{handlePreviousMonth:()=>r.goToPrevious(),handleNextMonth:()=>r.goToNext(),handleToday:()=>r.goToToday()})]}),y("div",{className:se,children:[Yc.map(e=>o("div",{className:pe,children:e.charAt(0)},e)),Z.map((e,t)=>o("button",{className:`\n ${ke}\n ${e.isCurrentMonth?ue:ve}\n ${e.isToday?me:""}\n ${e.isSelected&&!e.isToday?Me:""}\n `,onClick:()=>{return t=e.fullDate,void r.setCurrentDate(t);var t},children:e.date},t))]})]})}),y("div",{className:"flex-1 p-4 overflow-y-auto",children:[o("h3",{className:"text-lg font-semibold mb-3",children:c.toLocaleDateString("en-US",{weekday:"long",month:"long",day:"numeric"})}),0===j.length?o("p",{className:`text-gray-500 ${xe}`,children:"No events for this day"}):o("div",{className:"space-y-2",children:j.map(e=>y("div",{className:`\n p-2 rounded border-l-4 cursor-pointer transition-colors\n ${(null==v?void 0:v.id)===e.id?"bg-blue-50 border-blue-500":"bg-gray-50 border-gray-300"}\n hover:bg-gray-100\n `,style:{borderLeftColor:Lc(e.calendarId||"blue")},onClick:()=>m(e),children:[o("div",{className:`font-medium ${xe}`,children:e.title}),!e.allDay&&y("div",{className:`${fe} ${ge}`,children:[Oc(qc(e.start))," -"," ",Oc($c(e))]}),e.allDay&&o("div",{className:`${fe} ${ge}`,children:"All day"})]},e.id))})]})]})})]})},bk={enableDrag:!0,enableResize:!0,enableCreate:!0,showMiniCalendar:!0,showAllDay:!0,scrollToCurrentTime:!0,hourHeight:72,firstHour:0,lastHour:24,dragConfig:{supportedViews:[p.DAY],enableAllDayCreate:!0},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},viewConfig:{showMiniCalendar:!0,showAllDay:!0,scrollToCurrentTime:!0}},Dk=(t={})=>{const a=Object.assign(Object.assign({},bk),t),r=t=>e.createElement(Ls,{viewType:p.DAY,originalComponent:wk,app:t.app,config:a,className:"day-view-factory",customDetailPanelContent:t.customDetailPanelContent,customEventDetailDialog:t.customEventDetailDialog,calendarRef:t.calendarRef,switcherMode:t.switcherMode,meta:t.meta});return r.displayName="DayViewAdapter",{type:p.DAY,component:r,config:a}},Hk=({app:r,customDetailPanelContent:h,customEventDetailDialog:d,calendarRef:i,switcherMode:l="buttons"})=>{const c=r.getCurrentDate(),s=r.getEvents(),k=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},u=t(()=>k(c),[c]),[v,m]=a(new Date),[M,g]=a(null),[f,x]=a(null),{HOUR_HEIGHT:w,FIRST_HOUR:b,LAST_HOUR:D,TIME_COLUMN_WIDTH:H,ALL_DAY_HEIGHT:z}=bp,j=e.useRef(null),q=t(()=>{const e=new Date(u);e.setDate(u.getDate()+6),e.setHours(23,59,59,999);return s.filter(t=>{const a=mc(t.start);a.setHours(0,0,0,0);const r=mc(t.end);return r.setHours(23,59,59,999),r>=u&&a<=e}).map(e=>{const t=mc(e.start),a=Math.floor((t.getTime()-u.getTime())/864e5),r=Math.max(0,Math.min(6,a));return Object.assign(Object.assign({},e),{day:r})})},[s,u]),V=t(()=>yp(q,u),[q,u]),C=t(()=>{const e=V.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},[V]),E=t(()=>{if(0===C.length)return z;const e=Math.max(...C.map(e=>e.row));return z+e*z},[C,z]),A=t(()=>{const e=new Map;for(let t=0;t<7;t++){const a=[];q.forEach(e=>{if(e.allDay)return;const r=op(e,u);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:kc(Vc(as(u,t),n.startHour)),end:kc(Vc(as(u,t),r)),day:t});a.push(h)}}else e.day===t&&a.push(e)});const r=wp.calculateDayEventLayouts(a,{viewType:"week"});e.set(t,r)}return e},[q,u]),{handleMoveStart:N,handleCreateStart:T,handleResizeStart:I,handleCreateAllDayEvent:S,dragState:L,isDragging:Z}=vk(r,{calendarRef:i,allDayRowRef:j,viewType:p.WEEK,onEventsUpdate:(e,t)=>{const a=e(q),n=new Set(a.map(e=>e.id)),h=q.filter(e=>!n.has(e.id)),d=new Set(q.map(e=>e.id)),i=a.filter(e=>!d.has(e.id)),y=a.filter(e=>{if(!d.has(e.id))return!1;const t=q.find(t=>t.id===e.id);return t&&(mc(t.start).getTime()!==mc(e.start).getTime()||mc(t.end).getTime()!==mc(e.end).getTime()||t.day!==e.day||qc(t.start)!==qc(e.start)||qc(t.end)!==qc(e.end)||t.title!==e.title)});h.forEach(e=>r.deleteEvent(e.id)),i.forEach(e=>r.addEvent(e)),y.forEach(e=>r.updateEvent(e.id,e,t))},onEventCreate:e=>{r.addEvent(e)},onEventEdit:()=>{},currentWeekStart:u,events:q,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:kc(r),end:kc(n),calendarId:"blue",allDay:!1},d=[...q.filter(t=>t.day===e&&!t.allDay),h];return wp.calculateDayEventLayouts(d,{viewType:"week"}).get("-1")||null},calculateDragLayout:(e,t,a,r)=>{const n=q.map(n=>{if(n.id!==e.id)return n;const h=mc(n.start),d=Vc(h,a),i=Vc(h,r),y=kc(d),o=kc(i);return Object.assign(Object.assign({},n),{day:t,start:y,end:o})}),h=n.filter(e=>e.day===t&&!e.allDay);if(0===h.length)return null;return wp.calculateDayEventLayouts(h,{viewType:"week"}).get(e.id)||null}}),O=t(()=>["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],[]),R=Array.from({length:24},(e,t)=>({hour:t+b,label:Oc(t+b)})),P=t(()=>{const e=new Date;return e.setHours(0,0,0,0),O.map((t,a)=>{const r=new Date(u);r.setDate(u.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()}})},[u,O]),$=e=>{r.updateEvent(e.id,e)},Y=e=>{r.deleteEvent(e)},F=t(()=>{const e=new Date,t=k(e);return u.getTime()===t.getTime()},[u]);return n(()=>{const e=setInterval(()=>m(new Date),6e4);return()=>clearInterval(e)},[]),y("div",{className:"relative flex flex-col bg-white w-full overflow-hidden h-full",children:[o(xk,{calendar:r,viewType:p.WEEK,currentDate:c,switcherMode:l,onPrevious:()=>r.goToPrevious(),onNext:()=>r.goToNext(),onToday:()=>r.goToToday()}),y("div",{className:"flex border-b border-gray-200",children:[o("div",{className:"w-20 p-2"}),O.map((e,t)=>y("div",{className:"flex flex-1 justify-center items-center text-center text-gray-500 text-sm p-1",children:[o("div",{className:"inline-flex items-center justify-center text-sm h-6 w-6 mt-1 mr-1",children:e}),o("div",{className:"inline-flex items-center justify-center h-6 w-6 rounded-full text-sm mt-1",children:P[t].date})]},t))]}),y("div",{className:he,ref:j,children:[o("div",{className:de,children:"all-day"}),y("div",{className:"flex flex-1 relative",style:{minHeight:`${E}px`},children:[O.map((e,t)=>o("div",{className:"flex-1 border-r border-gray-200 relative",style:{minHeight:`${E}px`},onDoubleClick:e=>null==S?void 0:S(e,t)},`allday-${t}`)),o("div",{className:"absolute inset-0 pointer-events-none",children:C.map(e=>o(pp,{event:e.event,segment:e,segmentIndex:e.row,isAllDay:!0,isMultiDay:!0,allDayHeight:z,calendarRef:i,isBeingDragged:Z&&(null==L?void 0:L.eventId)===e.event.id&&"move"===(null==L?void 0:L.mode),hourHeight:w,firstHour:b,onMoveStart:N,onResizeStart:I,onEventUpdate:$,onEventDelete:Y,selectedEventId:f,detailPanelEventId:M,onEventSelect:e=>x(e),onDetailPanelToggle:e=>g(e),customDetailPanelContent:h,customEventDetailDialog:d},e.id))})]})]}),o("div",{className:K,style:{position:"relative"},children:y("div",{className:"relative flex",children:[F&&(()=>{const e=v,t=e.getHours()+e.getMinutes()/60;if(t<b||t>D)return null;const a=e.getDay(),r=0===a?6:a-1;return y("div",{className:re,style:{top:`${(t-b)*w}px`,width:"100%",height:0,zIndex:20},children:[y("div",{className:"flex items-center",style:{width:`${H}px`},children:[o("div",{className:"relative w-full flex items-center"}),o("div",{className:ne,children:Oc(t)})]}),o("div",{className:"flex flex-1",children:O.map((e,t)=>o("div",{className:"flex-1 flex items-center",children:o("div",{className:"h-0.5 w-full relative",style:{backgroundColor:t===r?"#C53030":"#fdedeb",zIndex:9999},children:t===r&&0!==r&&o("div",{className:"absolute w-2 h-2 bg-red-700 rounded-full",style:{top:"-3px",left:"-4px"}})})},t))})]})})(),o("div",{className:Q,children:R.map((e,t)=>o("div",{className:ee,children:o("div",{className:te,children:0===t?"":e.label})},t))}),y("div",{className:"flex-grow relative",children:[R.map((e,t)=>o("div",{className:ae,children:O.map((a,r)=>o("div",{className:"flex-1 relative border-r border-gray-200",onDoubleClick:t=>{T(t,r,e.hour)}},`${t}-${r}`))},t)),y("div",{className:"h-3 border-t border-gray-200 flex relative",children:[o("div",{className:"absolute -top-2.5 -left-9 text-[12px] text-gray-500",children:"00.00"}),O.map((e,t)=>o("div",{className:"flex-1 relative border-r border-gray-200"},`24-${t}`))]}),O.map((e,t)=>{const a=es(t,q),r=[];return a.forEach(e=>{const a=op(e,u);if(a.length>0){const n=a.find(e=>e.dayIndex===t);n&&r.push({event:e,segmentInfo:Object.assign(Object.assign({},n),{dayIndex:t})})}else r.push({event:e})}),q.forEach(e=>{if(e.allDay||e.day===t)return;const a=op(e,u).find(e=>e.dayIndex===t);a&&r.push({event:e,segmentInfo:Object.assign(Object.assign({},a),{dayIndex:t})})}),o("div",{className:"absolute top-0 pointer-events-none",style:{left:`calc(${100/7*t}%)`,width:100/7+"%",height:"100%"},children:r.map(({event:e,segmentInfo:a})=>{const r=A.get(t),n=null==r?void 0:r.get(e.id);return o(pp,{event:e,layout:n,calendarRef:i,isBeingDragged:Z&&(null==L?void 0:L.eventId)===e.id&&"move"===(null==L?void 0:L.mode),hourHeight:w,firstHour:b,onMoveStart:N,onResizeStart:I,onEventUpdate:$,onEventDelete:Y,selectedEventId:f,detailPanelEventId:M,onEventSelect:e=>x(e),onDetailPanelToggle:e=>g(e),customDetailPanelContent:h,customEventDetailDialog:d,multiDaySegmentInfo:a},a?`${e.id}-seg-${t}`:e.id)})},`events-day-${t}`)})]})]})})]})},zk={enableDrag:!0,enableResize:!0,enableCreate:!0,showWeekends:!0,showAllDay:!0,startOfWeek:1,scrollToCurrentTime:!0,hourHeight:72,firstHour:0,lastHour:24,dragConfig:{supportedViews:[p.WEEK],enableAllDayCreate:!0},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},viewConfig:{showWeekends:!0,showAllDay:!0,startOfWeek:1,scrollToCurrentTime:!0}},jk=(t={})=>{const a=Object.assign(Object.assign({},zk),t),r=t=>e.createElement(Ls,{viewType:p.WEEK,originalComponent:Hk,app:t.app,config:a,className:"week-view-factory",customDetailPanelContent:t.customDetailPanelContent,customEventDetailDialog:t.customEventDetailDialog,calendarRef:t.calendarRef,switcherMode:t.switcherMode,meta:t.meta});return r.displayName="WeekViewAdapter",{type:p.WEEK,component:r,config:a}},qk=2,Vk=50,Ck=1900,Ek=2200,Ak=8,Nk=150,Tk=1400,Ik=1e3,Sk=900;class Lk{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}}}Lk.metrics={scrollEvents:0,renderTime:[],cacheHits:0,cacheMisses:0,startTime:Date.now(),frameDrops:0,avgScrollDelta:0,totalScrollDistance:0};class Zk{constructor(e=Vk){this.cache=new Map,this.accessOrder=[],this.maxSize=e}get(e){const t=this.cache.get(e);if(t)return Lk.trackCacheHit(),this.updateAccessOrder(e),t;Lk.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 Lk.getMetrics().cacheHitRate}clear(){this.cache.clear(),this.accessOrder=[]}}const Ok=()=>{const[e,t]=a({yearHeight:Sk,screenSize:"desktop"});return n(()=>{const e=()=>{const e=window.innerWidth;t(e<768?{yearHeight:Tk,screenSize:"mobile"}:e<1024?{yearHeight:Ik,screenSize:"tablet"}:{yearHeight:Sk,screenSize:"desktop"})};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),e},Rk=({currentDate:e,yearHeight:h,onCurrentYearChange:d})=>{const y=e.getFullYear(),o=(y-Ck)*h,[l,c]=a(o),[s,p]=a(600),[k,u]=a(y),[v,m]=a(!1),M=i(document.createElement("div")),g=i(null),f=i(0),x=i(0),w=t(()=>{const e=performance.now(),t=Ek-Ck+1,a=t*h,r=Math.floor(l/h),n=Math.min(t-1,Math.ceil((l+s)/h)),d=Math.max(0,r-qk),i=Math.min(t-1,n+qk),y=[];for(let e=d;e<=i;e++)y.push({index:e,year:Ck+e,top:e*h,height:h});const o=performance.now()-e;return Lk.trackRenderTime(o),{totalHeight:a,visibleItems:y}},[l,s,h]),b=r(e=>{const t=performance.now();if(t-f.current<Ak)return;f.current=t;const a=e.currentTarget.scrollTop,r=Math.abs(a-x.current);x.current=a,Lk.trackScrollEvent(r),requestAnimationFrame(()=>{c(a);const e=a+s/2,t=Math.round(Ck+e/h);t!==k&&t>=Ck&&t<=Ek&&(u(t),null==d||d(t))}),m(!0),g.current&&clearTimeout(g.current),g.current=setTimeout(()=>{m(!1)},Nk)},[s,k,h,d]);n(()=>{const e=M.current;if(!e)return;e.scrollTop=o;const t=new ResizeObserver(([e])=>{p(e.contentRect.height)});return t.observe(e),()=>t.disconnect()},[o]);const D=r((e,t=!0)=>{if(!M.current)return;const a=(e-Ck)*h-s/2+h/2;M.current.scrollTo({top:Math.max(0,a),behavior:t?"smooth":"auto"})},[h,s]),H=r(()=>{const e=Math.max(Ck,k-1);u(e),D(e)},[k,D]),z=r(()=>{const e=Math.min(Ek,k+1);u(e),D(e)},[k,D]),j=r(()=>{const e=(new Date).getFullYear();u(e),D(e)},[D]);return n(()=>()=>{g.current&&clearTimeout(g.current)},[]),{scrollTop:l,containerHeight:s,currentYear:k,isScrolling:v,virtualData:w,scrollElementRef:M,handleScroll:b,scrollToYear:D,handlePreviousYear:H,handleNextYear:z,handleToday:j,setScrollTop:c,setContainerHeight:p,setCurrentYear:u,setIsScrolling:m}},Pk=()=>{const[e,t]=a({weekHeight:g,screenSize:"desktop",weeksPerView:6});return n(()=>{const e=()=>{const e=window.innerWidth,a=window.innerHeight-150,r=Math.max(80,Math.floor(a/6)),n=e<768?{weekHeight:Math.max(m,r),screenSize:"mobile",weeksPerView:6}:e<1024?{weekHeight:Math.max(M,r),screenSize:"tablet",weeksPerView:6}:{weekHeight:Math.max(g,r),screenSize:"desktop",weeksPerView:6};t(n)};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),e},$k=({currentDate:e,weekHeight:h,onCurrentMonthChange:d,initialWeeksToLoad:y=104})=>{const o=i(null),l=t(()=>{const t=new Date(e);return t.setDate(1),t.setHours(0,0,0,0),Qc(t,y)},[e,y]),c=t(()=>{const t=new Date(e);t.setDate(1),t.setHours(0,0,0,0);const a=l.findIndex(e=>e.days.some(e=>e.date.toDateString()===t.toDateString()));return a>0?a*h:0},[l,e,h]),[s,p]=a(c),[k,m]=a(600),[M,g]=a(Bc[e.getMonth()]),[x,w]=a(e.getFullYear()),[b,D]=a(!1),[H,z]=a(l),[j,q]=a(!1),V=i(!1),[C,E]=a(!1),A=i(e),N=i(null),T=i(null),I=i(new f),S=i(0),L=i(0),Z=i(!1),O=r(e=>{e&&(N.current=e)},[]),R=r(e=>{let t=I.current.get(e);return t||(t=Xc(e),I.current.set(e,t)),t},[]),P=r((e,t=26)=>{Z.current||(Z.current=!0,setTimeout(()=>{try{if("future"===e){const e=H[H.length-1],a=[];for(let r=1;r<=t;r++){const t=new Date(e.startDate);t.setDate(t.getDate()+7*r),a.push(R(t))}z(e=>[...e,...a])}else{const e=H[0],a=[];for(let r=t;r>=1;r--){const t=new Date(e.startDate);t.setDate(t.getDate()-7*r),a.push(R(t))}const r=a.length*h;z(e=>[...a,...e]),requestAnimationFrame(()=>{p(e=>e+r),N.current&&(N.current.scrollTop+=r)})}}finally{setTimeout(()=>{Z.current=!1},200)}},0))},[H,R,h]),$=t(()=>{const e=H.length*h,t=Math.floor(s/h);let a=Math.max(0,t);a=Math.min(a,Math.max(0,H.length-6));const r=Math.min(H.length-1,a+6-1),n=Math.max(0,a-15),d=Math.min(H.length-1,r+15),i=[];for(let e=n;e<=d;e++)i.push({index:e,weekData:H[e],top:e*h,height:h});return{totalHeight:e,visibleItems:i,displayStartIndex:a}},[s,k,h,H]),Y=r(e=>{if(j||b||0===e.length||!C)return;const t=s+k/2,a=e.find(e=>e.top<=t&&e.top+e.height>t)||e[Math.floor(e.length/2)];if(!a)return;const r={};a.weekData.days.forEach(e=>{const t=`${Bc[e.month]}-${e.year}`;r[t]=(r[t]||0)+1});let n="",h=0,i=0;Object.entries(r).forEach(([e,t])=>{if(t>i){i=t;const[a,r]=e.split("-");n=a,h=parseInt(r)}}),n&&h&&(o.current?n===o.current.month&&h===o.current.year&&(o.current=null,n===M&&h===x||(g(n),w(h),null==d||d(n,h))):n===M&&h===x||(g(n),w(h),null==d||d(n,h)))},[k,M,x,j,b,d,s,C]),F=r(e=>{const t=performance.now();if(t-S.current<u)return;S.current=t;const a=e.currentTarget,r=a.scrollTop;L.current=r,p(r),j||requestAnimationFrame(()=>{const{scrollHeight:e,clientHeight:t}=a;r+t>e-10*h&&!Z.current&&P("future",26),r<10*h&&!Z.current&&P("past",26)}),D(!0),T.current&&clearTimeout(T.current),T.current=setTimeout(()=>{D(!1)},v)},[h,P,j]),B=r((e,t=!0)=>{if(!N.current)return;q(!0),V.current=!0;const a=()=>{setTimeout(()=>{q(!1),V.current=!1},t?500:200)},r=H.findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(-1!==r){const e=r*h;return N.current.scrollTo({top:e,behavior:t?"smooth":"auto"}),void a()}const n=e.getDay(),d=0===n?6:n-1,i=new Date(e);i.setDate(e.getDate()-d),i.setHours(0,0,0,0);const y=H[0],o=H[H.length-1];let l=0,c=!1,s=!1;i<y.startDate?(l=Math.ceil((y.startDate.getTime()-i.getTime())/6048e5),c=!0):i>o.startDate&&(l=Math.ceil((i.getTime()-o.startDate.getTime())/6048e5),s=!0);const k=Math.min(l+10,52);if(c){const r=[];for(let e=k;e>=1;e--){const t=new Date(y.startDate);t.setDate(t.getDate()-7*e),r.push(R(t))}const n=r.length*h;z(e=>[...r,...e]),requestAnimationFrame(()=>{const d=[...r,...H].findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(N.current&&-1!==d){const e=d*h;N.current.scrollTop+=n,p(e=>e+n),setTimeout(()=>{N.current&&N.current.scrollTo({top:e,behavior:t?"smooth":"auto"})},50)}a()})}else if(s){const r=[];for(let e=1;e<=k;e++){const t=new Date(o.startDate);t.setDate(t.getDate()+7*e),r.push(R(t))}z(e=>[...e,...r]),requestAnimationFrame(()=>{const n=[...H,...r].findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(N.current&&-1!==n){const e=n*h;N.current.scrollTo({top:e,behavior:t?"smooth":"auto"})}a()})}else a()},[H,h,R]),W=r(()=>{const e="January"===M?11:Bc.indexOf(M)-1,t=new Date("January"===M?x-1:x,e,1);B(t)},[M,x,B]),U=r(()=>{const e="December"===M?0:Bc.indexOf(M)+1,t=new Date("December"===M?x+1:x,e,1);B(t)},[M,x,B]),_=r(()=>{const e=new Date,t=Bc[e.getMonth()],a=e.getFullYear(),r=new Date(a,e.getMonth(),1);o.current={month:t,year:a},g(t),w(a),null==d||d(t,a);const n=H.findIndex(e=>e.days.some(e=>e.date.toDateString()===r.toDateString()));if(-1!==n){const e=n*h,t=N.current;t&&(q(!0),V.current=!0,requestAnimationFrame(()=>{p(e),requestAnimationFrame(()=>{t&&(t.scrollTop=e,setTimeout(()=>{V.current=!1,q(!1)},200))})}))}else q(!0),V.current=!0,requestAnimationFrame(()=>{B(r,!0),setTimeout(()=>{V.current=!1,q(!1)},200)})},[H,h,d,B]);return n(()=>{Y($.visibleItems)},[$.visibleItems,Y]),n(()=>{const t=A.current,a=t.getMonth(),r=t.getFullYear(),n=e.getMonth(),h=e.getFullYear();if(a!==n||r!==h){const e=new Date(h,n,1),t=Bc[n];o.current={month:t,year:h},g(t),w(h),null==d||d(t,h),B(e,!0)}A.current=e},[e,d,B]),n(()=>{const e=N.current;if(!e)return;const t=new ResizeObserver(([e])=>{m(e.contentRect.height)});return t.observe(e),()=>t.disconnect()},[]),n(()=>{const e=N.current;e&&!C&&requestAnimationFrame(()=>{e&&c>0?(e.scrollTop=c,E(!0)):e&&E(!0)})},[C,c]),n(()=>()=>{T.current&&clearTimeout(T.current)},[]),{scrollTop:s,containerHeight:k,currentMonth:M,currentYear:x,isScrolling:b,virtualData:$,scrollElementRef:N,handleScroll:F,scrollToDate:B,handlePreviousMonth:W,handleNextMonth:U,handleToday:_,setScrollTop:p,setContainerHeight:m,setCurrentMonth:g,setCurrentYear:w,setIsScrolling:D,cache:I.current,scrollElementRefCallback:O,weeksData:H}},Yk=e.memo(({currentMonth:e,currentYear:r,newlyCreatedEventId:h,isScrolling:d,isDragging:l,item:c,events:s,dragState:k,calendarRef:u,onEventUpdate:v,onEventDelete:m,onMoveStart:M,onCreateStart:g,onResizeStart:f,onDetailPanelOpen:x,onMoreEventsClick:w,onChangeView:b,onSelectDate:D,selectedEventId:z,onEventSelect:j,detailPanelEventId:q,onDetailPanelToggle:V,customDetailPanelContent:C,customEventDetailDialog:E})=>{const[A,N]=a(!1),T=i(null);n(()=>d?(N(!0),T.current&&(clearTimeout(T.current),T.current=null),()=>{T.current&&(clearTimeout(T.current),T.current=null)}):A?(T.current=setTimeout(()=>{N(!1),T.current=null},100),()=>{T.current&&(clearTimeout(T.current),T.current=null)}):void 0,[d,A]);const{weekData:I,height:S}=c,L=I.days.find(e=>1===e.day),Z=`${S}px`,O=t(()=>yp(s,I.startDate),[s,I.startDate]),R=t(()=>(e=>{const t=[];return e.forEach(e=>{if(!e.start||!e.end)return void H.warn("Event missing start or end date:",e);const a=mc(e.start),r=mc(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=oc.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})(s),[s]),P=t(()=>(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})(O),[O]),$=t(()=>{const e=Array(7).fill(0);return P.forEach((t,a)=>{t.forEach(t=>{for(let r=t.startDayIndex;r<=t.endDayIndex;r++)e[r]=Math.max(e[r],a+1)})}),e},[P]),Y=t(()=>Math.max(0,17*P.length),[P]),F=(t,a)=>{var n;const d=t.month===Bc.indexOf(e)&&t.year===r;var i;const c=(e=>[...e].sort((e,t)=>e.allDay!==t.allDay?e.allDay?-1:1:e.allDay&&t.allDay?0:qc(e.start)-qc(t.start)))((i=t.date,R.filter(e=>{if(!e.start||!e.end)return mc(e.start).toDateString()===i.toDateString();const t=mc(e.start),a=mc(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()===i.toDateString()}return t.toDateString()===i.toDateString()||a.toDateString()===i.toDateString()}))),s=c.slice(0,4),H=c.length-s.length,A=H>0,N=[],T=null!==(n=$[a])&&void 0!==n?n:0;for(let e=0;e<T;e++)N.push(o("div",{className:"flex-shrink-0",style:{height:"17px",minHeight:"17px"}},`placeholder-layer-${e}-${t.date.getTime()}`));return s.forEach((e,t)=>{const a=P.flat().find(t=>t.originalEventId===e.id);e.allDay&&a||N.push(o(pp,{event:e,isMonthView:!0,calendarRef:u,hourHeight:72,firstHour:0,onEventUpdate:v,onEventDelete:m,onMoveStart:M,onResizeStart:f,isBeingDragged:l&&k.eventId===e.id&&"move"===k.mode,newlyCreatedEventId:h,onDetailPanelOpen:x,selectedEventId:z,onEventSelect:j,detailPanelEventId:q,onDetailPanelToggle:V,customDetailPanelContent:C,customEventDetailDialog:E},`${e.id}-${e.day}-${qc(e.start)}-${t}`))}),y("div",{className:`\n relative flex flex-col border-r border-gray-200 last:border-r-0 \n ${d?"text-gray-800":"text-gray-400"}\n `,style:{height:Z},"data-date":(I=t.date,`${I.getFullYear()}-${String(I.getMonth()+1).padStart(2,"0")}-${String(I.getDate()).padStart(2,"0")}`),onDoubleClick:e=>g(e,t.date),children:[y("div",{className:"flex items-start justify-between p-2 pb-1 relative z-20",children:[o("div",{className:"flex-1"}),y("div",{className:"flex items-center",children:[o("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":d?"text-gray-900":"text-gray-400"}\n `,children:t.day}),1===t.day&&o("span",{className:"text-xs text-gray-500 ml-1",children:t.shortMonthName})]})]}),y("div",{className:"flex-1 overflow-hidden px-1",children:[N,A&&y("div",{className:"text-xs text-gray-500 hover:text-gray-700 cursor-pointer hover:underline",onClick:e=>{e.stopPropagation(),w?w(t.date):(null==D||D(t.date),null==b||b(p.DAY))},children:["+",H," more"]})]})]},`day-${t.date.getTime()}`);var I};return y("div",{className:"relative select-none border-b border-gray-200",style:{height:Z},children:[L&&o("div",{className:`\n absolute top-10 left-0 z-30 bg-white/50 py-2 px-2 duration-300\n ${A?"opacity-100 pointer-events-auto":"opacity-0 pointer-events-none"}\n `,style:{transition:"opacity 0.5s ease",maxWidth:"fit-content"},children:y("span",{className:"text-2xl font-bold",children:[L.monthName," ",L.year]})}),o("div",{className:"h-full flex flex-col",children:y("div",{className:"calendar-week relative h-full",children:[o("div",{className:"grid grid-cols-7 h-full",children:I.days.map((e,t)=>F(e,t))}),P.length>0&&o("div",{className:"absolute left-0 right-0 pointer-events-none",style:{top:"33px",height:`${Y}px`,zIndex:10},children:P.map((e,t)=>o("div",{className:"absolute inset-0",children:e.map(e=>o(pp,{event:e.event,segment:e,segmentIndex:t,isMonthView:!0,isMultiDay:!0,calendarRef:u,hourHeight:72,firstHour:0,onEventUpdate:v,onEventDelete:m,onMoveStart:M,onResizeStart:f,isBeingDragged:l&&k.eventId===e.event.id&&"move"===k.mode,newlyCreatedEventId:h,onDetailPanelOpen:x,selectedEventId:z,onEventSelect:j,detailPanelEventId:q,onDetailPanelToggle:V,customDetailPanelContent:C,customEventDetailDialog:E},e.id))},`layer-${t}`))})]})})]})});Yk.displayName="WeekComponent";const Fk=({app:e,customDetailPanelContent:r,customEventDetailDialog:h,calendarRef:d,switcherMode:l="buttons"})=>{const c=e.getCurrentDate(),s=e.getEvents(),k=i(null),u=t(()=>{const e=k.current;return e&&e.length===s.length&&e.every((e,t)=>e===s[t])?e:(k.current=s,s)},[s]),v=t(()=>{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 u.forEach(e=>{if(!e.start)return;const r=mc(e.start),n=e.end?mc(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 y=t(h),o=t(i);let l=y.getTime();const c=o.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},[u]),{screenSize:m}=Pk(),[M,g]=a(119),f=i(119),x=i([]),[w,b]=a(null),[D,H]=a(null),[z,j]=a(null),q=t(()=>{const e=c.getDay(),t=c.getDate()-e+(0===e?-6:1),a=new Date(c);return a.setDate(t),a.setHours(0,0,0,0),a},[c]),{handleMoveStart:V,handleCreateStart:C,handleResizeStart:E,dragState:A,isDragging:N}=vk(e,{calendarRef:d,viewType:p.MONTH,onEventsUpdate:(t,a)=>{const r=t(u),n=new Set(r.map(e=>e.id)),h=u.filter(e=>!n.has(e.id)),d=new Set(u.map(e=>e.id)),i=r.filter(e=>!d.has(e.id)),y=r.filter(e=>{if(!d.has(e.id))return!1;const t=u.find(t=>t.id===e.id);return t&&(mc(t.start).getTime()!==mc(e.start).getTime()||mc(t.end).getTime()!==mc(e.end).getTime()||t.day!==e.day||qc(t.start)!==qc(e.start)||qc(t.end)!==qc(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)),y.forEach(t=>e.updateEvent(t.id,t,a))},onEventCreate:t=>{e.addEvent(t)},onEventEdit:e=>{b(e.id)},currentWeekStart:q,events:u}),{currentMonth:T,currentYear:I,isScrolling:S,virtualData:L,scrollElementRef:Z,handleScroll:O,handlePreviousMonth:R,handleNextMonth:P,handleToday:$,setScrollTop:Y}=$k({currentDate:c,weekHeight:M,onCurrentMonthChange:(t,a)=>{const r=Bc.indexOf(t);r>=0&&e.setVisibleMonth(new Date(a,r,1))},initialWeeksToLoad:156}),F=i(0),[B,W]=a(0),U=t(()=>B-6*M,[B,M]),{visibleWeeks:_,startIndex:G}=t(()=>{const{visibleItems:e,displayStartIndex:t}=L,a=e.findIndex(e=>e.index===t);if(-1===a)return x.current.length>0?{visibleWeeks:x.current,startIndex:F.current}:{visibleWeeks:[],startIndex:t};const r=e.slice(a,a+8);return r.length>=6&&(x.current=r,F.current=t),{visibleWeeks:r,startIndex:t}},[L]),X=t(()=>G*M,[G,M]),J=t(()=>{const e=L.totalHeight,t=G*M+16*M+U;return Math.max(0,e-t)},[L.totalHeight,G,M,U]);n(()=>{const e=Z.current;if(!e)return;const t=new ResizeObserver(t=>{for(const a of t){const t=a.contentRect.height;W(t);const r=Math.max(80,Math.floor(t/6));if(r!==f.current&&0!==f.current){const t=Math.floor(e.scrollTop/f.current)*r;e.scrollTop=t,Y(t)}f.current=r,g(r)}});return t.observe(e),()=>{t.disconnect()}},[Z,Y]);const K=t=>{e.updateEvent(t.id,t)},Q=t=>{e.deleteEvent(t)},ee=t=>{e.changeView(t)};return y("div",{className:"h-full flex flex-col",children:[o(xk,{calendar:e,viewType:p.MONTH,currentDate:c,customTitle:`${T} ${I}`,onPrevious:R,onNext:P,onToday:$,switcherMode:l}),o("div",{className:"sticky top-0 z-10 bg-white border-b border-gray-200",children:o("div",{className:"grid grid-cols-7 px-2",children:Yc.map((e,t)=>o("div",{className:"text-right text-gray-500 text-sm py-2 pr-2",children:e},t))})}),y("div",{ref:Z,className:"flex-1 overflow-auto will-change-scroll",style:{scrollSnapType:"y mandatory",overflow:"hidden auto"},onScroll:O,children:[o("div",{style:{height:X}}),_.map((t,a)=>{var n;const i=null!==(n=v.get(t.weekData.startDate.getTime()))&&void 0!==n?n:[],y=5===a?Object.assign(Object.assign({},t),{height:t.height+U}):t;return o(Yk,{item:y,currentMonth:T,currentYear:I,screenSize:m,isScrolling:S,calendarRef:d,events:i,onEventUpdate:K,onEventDelete:Q,onMoveStart:V,onCreateStart:C,onResizeStart:E,isDragging:N,dragState:A,newlyCreatedEventId:w,onDetailPanelOpen:()=>b(null),onChangeView:ee,onSelectDate:e.selectDate,selectedEventId:D,onEventSelect:H,detailPanelEventId:z,onDetailPanelToggle:j,customDetailPanelContent:r,customEventDetailDialog:h},`week-${t.weekData.startDate.getTime()}`)}),o("div",{style:{height:J}})]})]})},Bk={enableDrag:!0,enableResize:!1,enableCreate:!0,showOtherMonth:!0,weekHeight:120,showWeekNumbers:!1,enableVirtualScroll:!0,initialWeeksToLoad:156,dragConfig:{supportedViews:[p.MONTH],enableAllDayCreate:!1},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},virtualScrollConfig:{weekHeight:120,initialWeeksToLoad:156,enableVirtualScroll:!0,enableKeyboardNavigation:!0,supportedViews:[p.MONTH]},viewConfig:{showOtherMonth:!0,weekHeight:120,showWeekNumbers:!1,enableVirtualScroll:!0}},Wk=(t={})=>{const a=Object.assign(Object.assign({},Bk),t),r=t=>e.createElement(Ls,{viewType:p.MONTH,originalComponent:Fk,app:t.app,config:a,className:"month-view-factory",customDetailPanelContent:t.customDetailPanelContent,customEventDetailDialog:t.customEventDetailDialog,calendarRef:t.calendarRef,switcherMode:t.switcherMode,meta:t.meta});return r.displayName="MonthViewAdapter",{type:p.MONTH,component:r,config:a}},Uk=({app:t})=>{const h=t.getCurrentDate(),{yearHeight:d,screenSize:i}=Ok(),[l,c]=a(!1),s=e.useRef(new Zk),p=e.useRef(new Date),{currentYear:k,isScrolling:u,virtualData:v,scrollElementRef:m,handleScroll:M,scrollToYear:g,handlePreviousYear:f,handleNextYear:x,handleToday:w}=Rk({currentDate:h,yearHeight:d}),b=r((e,t)=>{const a=new Date(e,t,1),r=0===a.getDay()?6:a.getDay()-1,n=[],d=p.current,i=h;for(let a=0;a<42;a++){const h=new Date(e,t,a-r+1),y=h.getDate(),o=h.getMonth()===t;n.push({date:y,isCurrentMonth:o,isToday:o&&h.toDateString()===d.toDateString(),isSelected:o&&h.toDateString()===i.toDateString(),fullDate:h})}return{year:e,month:t,monthName:Bc[t],days:n}},[h]),D=r(e=>{let t=s.current.get(e);if(!t){const a=[];for(let t=0;t<12;t++)a.push(b(e,t));t={year:e,months:a},s.current.set(e,t)}return t},[b]),H=r(()=>{t.goToToday(),w()},[t,w]);n(()=>{const e=e=>{if(!e.repeat)switch(e.key){case"ArrowUp":e.preventDefault(),f();break;case"ArrowDown":e.preventDefault(),x();break;case"Home":e.preventDefault(),H();break;case"PageUp":e.preventDefault();const t=Math.max(Ck,k-5);g(t);break;case"PageDown":e.preventDefault();const a=Math.min(Ek,k+5);g(a);break;case"F12":e.shiftKey&&(e.preventDefault(),c(!l))}};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[k,f,x,H,g,l]);const z=e.memo(({monthData:e})=>y("div",{className:"h-fit",children:[o("div",{className:`text-red-600 font-semibold mb-2 sm:mb-3 ${"mobile"===i?"text-xs":"text-xs sm:text-sm"} `,children:e.monthName}),o("div",{className:"grid grid-cols-7 gap-0 mb-1 sm:mb-2",children:["M","T","W","T","F","S","S"].map((e,t)=>o("div",{className:"text-center text-gray-500 py-0.5 text-xs w-10",children:e},t))}),o("div",{className:"grid grid-cols-7 gap-0",children:e.days.map((e,a)=>o("button",{className:`\n text-center rounded-sm transition-colors\n w-10\n ${"mobile"===i?"text-xs py-1 min-h-[18px]":"text-xs py-1 sm:py-1.5 min-h-[20px] sm:min-h-[26px]"}\n ${e.isCurrentMonth?"text-gray-900 font-medium hover:bg-gray-100 active:bg-gray-200":"text-gray-300 cursor-not-allowed"}\n ${e.isToday?"bg-red-500 text-white hover:bg-red-600 font-bold shadow-sm ring-2 ring-red-200":""}\n ${e.isSelected&&!e.isToday?"bg-red-100 text-red-600 font-semibold ring-1 ring-red-300":""}\n `,onClick:()=>e.isCurrentMonth&&t.selectDate(e.fullDate),disabled:!e.isCurrentMonth,children:e.date},a))})]})),j=e.memo(({item:e})=>{const t=D(e.year);return o("div",{className:"absolute w-full",style:{top:e.top,height:e.height,contain:"layout style paint"},children:o("div",{className:"px-4 py-2 bg-white",children:o("div",{className:"mx-auto px-8",children:o("div",{className:"grid gap-3 lg:gap-8 "+("mobile"===i?"grid-cols-2 grid-rows-6":"tablet"===i?"grid-cols-3 grid-rows-4":"grid-cols-4 grid-rows-3"),children:t.months.map(e=>o(z,{monthData:e},`${e.year}-${e.month}`))})})})})});return z.displayName="MonthComponent",j.displayName="VirtualYearItem",y("div",{className:"relative flex flex-col bg-white shadow-md w-full overflow-hidden h-full",children:[o("div",{className:"p-2 bg-white",children:y("div",{className:"flex justify-between items-center",children:[o("h1",{className:"text-2xl font-semibold",children:k}),y("div",{className:"flex space-x-1",children:[o("button",{className:"p-1 text-gray-600 hover:bg-gray-100 rounded",onClick:()=>t.goToPrevious(),title:"Previous week",children:o(Z,{className:"h-5 w-5"})}),o("button",{className:"px-4 py-1 text-sm text-gray-700 hover:bg-gray-100 rounded",onClick:()=>t.goToToday(),title:"Go to today",children:"Today"}),o("button",{className:"p-1 text-gray-600 hover:bg-gray-100 rounded",onClick:()=>t.goToNext(),title:"Next week",children:o(O,{className:"h-5 w-5"})})]})]})}),u&&o("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:o("span",{className:"text-xl font-bold text-gray-900",children:k})}),o("div",{ref:m,className:"flex-1 overflow-auto bg-gray-50",onScroll:M,style:{contain:"layout style paint",scrollBehavior:"auto"},children:o("div",{className:"relative",style:{height:v.totalHeight},children:v.visibleItems.map(e=>o(j,{item:e},e.year))})}),o("div",{className:"absolute right-2 top-1/2 transform -translate-y-1/2 opacity-30 hover:opacity-70 transition-opacity",children:y("div",{className:"bg-gray-800 text-white text-xs px-2 py-1 rounded",children:[Math.round((k-Ck)/(Ek-Ck)*100),"%"]})})]})},_k={enableDrag:!1,enableResize:!1,enableCreate:!1,enableVirtualScroll:!0,showDebugInfo:!1,eventsConfig:{enableAutoRecalculate:!1,enableValidation:!0},viewConfig:{enableVirtualScroll:!0,showDebugInfo:!1}},Gk=(t={})=>{const a=Object.assign(Object.assign({},_k),t),r=t=>e.createElement(Ls,{viewType:p.YEAR,originalComponent:Uk,app:t.app,config:a,className:"year-view-factory",customDetailPanelContent:t.customDetailPanelContent,customEventDetailDialog:t.customEventDetailDialog,calendarRef:t.calendarRef,meta:t.meta});return r.displayName="YearViewAdapter",{type:p.YEAR,component:r,config:a}},Xk={enableAutoRecalculate:!0,enableValidation:!0,defaultEvents:[],maxEventsPerDay:50};function Jk(e={}){const t=Object.assign(Object.assign({},Xk),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=ys(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=ys(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=mc(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=mc(a.start),n=mc(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)=>ys(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,H.log("Events plugin installed - providing event management services")},api:r}}export{q as CalendarApp,pp as CalendarEvent,w as CalendarRegistry,fs as ColorPicker,Ss as DayFlowCalendar,Is as DefaultEventDetailDialog,cp as DefaultEventDetailPanel,sp as EventDetailPanelWithContent,wp as EventLayoutCalculator,Zc as TIME_STEP,xk as ViewHeader,p as ViewType,Hc as addDays,Hs as buildParseRegExp,ds as calculateDayIndex,hp as convertDateEvent,dp as convertDateEventWithTimeZone,rp as createAllDayEvent,Vc as createDateWithHour,Dk as createDayView,uk as createDragPlugin,Qs as createEvent,hs as createEventWithDate,cs as createEventWithRealDate,tp as createEvents,Jk as createEventsPlugin,Wk as createMonthView,Mc as createTemporalWithHour,np as createTimedEvent,ep as createTimezoneEvent,ap as createTimezoneEvents,jk as createWeekView,Gk as createYearView,$s as dateToPlainDate,Ys as dateToPlainDateTime,Fs as dateToZonedDateTime,bc as daysBetween,Dc as daysDifference,qc as extractHourFromDate,Us as extractHourFromTemporal,gs as formatDate,ms as formatDateConsistent,Rc as formatEventTimeRange,Ms as formatMonthYear,Vs as formatTemporal,Oc as formatTime,Gc as generateDayData,ks as generateUniKey,Xc as generateWeekData,Qc as generateWeekRange,Kc as generateWeeksData,ts as getAllDayEventsForDay,_c as getCurrentWeekDates,as as getDateByDayIndex,os as getDayIndexByDate,Ec as getEndOfDay,wc as getEndOfTemporal,Tc as getEventBgColor,$c as getEventEndHour,Ic as getEventTextColor,es as getEventsForDay,ls as getEventsForWeek,Lc as getLineColor,Jc as getMonthYearOfWeek,Xs as getPlainDate,Sc as getSelectedBgColor,Cc as getStartOfDay,xc as getStartOfTemporal,ps as getTestEvents,Uc as getWeekRange,js as getZoneId,pc as isDate,is as isEventInWeek,Nc as isMultiDayEvent,fc as isMultiDayTemporalEvent,Zs as isPlainDate,Os as isPlainDateTime,Ac as isSameDay,gc as isSamePlainDate,Gs as isSameTemporal,Rs as isZonedDateTime,bs as mergeFormatTemplate,Bc as monthNames,qs as normalizeToZoned,zc as now,ws as pad,zs as parseTemporalString,Bs as plainDateTimeToDate,Ws as plainDateToDate,ys as recalculateEventDays,Pc as roundToTimeStep,_s as setHourInTemporal,Wc as shortMonthNames,Ps as temporalToDate,jc as today,rs as updateEventDateAndDay,ss as updateEventWithRealDate,V as useCalendarApp,pk as useDrag,vk as useDragForView,Ok as useResponsiveConfig,Pk as useResponsiveMonthConfig,$k as useVirtualMonthScroll,Rk as useVirtualScroll,Yc as weekDays,Fc as weekDaysFullName,vc as zonedDateTimeToDate};
125
- //# sourceMappingURL=index.esm.js.map
1
+ import e,{useMemo as t,useState as n,useCallback as r,useEffect as a,useRef as o}from"react";import{jsxs as i,jsx as s,Fragment as l}from"react/jsx-runtime";import{PanelRightClose as c,PanelRightOpen as d,ChevronLeft as u,ChevronRight as h,ChevronsUpDown as f,Check as g,ChevronsLeft as m,ChevronsRight as v,MoveRight as p,Gift as y,Heart as D,Star as b,MapPin as w,CalendarDays as x,Calendar as E}from"lucide-react";import M from"react-dom";import{createRoot as C}from"react-dom/client";var N;!function(e){e.DAY="day",e.WEEK="week",e.MONTH="month",e.YEAR="year"}(N||(N={}));const T=100,I=8,S=150,H=80,O=90,k=119;class R{constructor(e=T){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 P=[{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 j{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)}):P.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 $=new j;function Y(){return $}const A=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)}},L="240px",Z=e=>"number"==typeof e?`${e}px`:"string"==typeof e&&e.trim().length>0?e:L;class F{constructor(t){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 N.DAY:e.setDate(e.getDate()-1);break;case N.WEEK:e.setDate(e.getDate()-7);break;case N.MONTH:e.setMonth(e.getMonth()-1)}this.setCurrentDate(e)},this.goToNext=()=>{const e=new Date(this.state.currentDate);switch(this.state.currentView){case N.DAY:e.setDate(e.getDate()+1);break;case N.WEEK:e.setDate(e.getDate()+7);break;case N.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 i=Object.assign(Object.assign({},this.state.events[o]),t);this.state.events=[...this.state.events.slice(0,o),i,...this.state.events.slice(o+1)],n||null===(a=(r=this.callbacks).onEventUpdate)||void 0===a||a.call(r,i)},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)?A.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=()=>e.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:t.defaultView||N.WEEK,currentDate:t.initialDate||new Date,events:t.events||[],switcherMode:t.switcherMode||"buttons",plugins:new Map,views:new Map},this.callbacks=t.callbacks||{},this.calendarRegistry=new j(t.calendars,t.defaultCalendar,(null===(n=t.theme)||void 0===n?void 0:n.mode)||"light"),o=this.calendarRegistry,$=o,this.sidebarConfig=(e=>{if(!e)return{enabled:!1,width:L,initialCollapsed:!1};if(!0===e)return{enabled:!0,width:L,initialCollapsed:!1};const{enabled:t=!0,width:n,initialCollapsed:r=!1,render:a}=e;return{enabled:t,width:Z(n),initialCollapsed:r,render:a}})(t.useSidebar),this.state.sidebar=this.sidebarConfig;const i=this.state.currentDate;this.visibleMonth=new Date(i.getFullYear(),i.getMonth(),1),this.useEventDetailDialog=null!==(r=t.useEventDetailDialog)&&void 0!==r&&r,t.views.forEach(e=>{this.state.views.set(e.type,e)}),null===(a=t.plugins)||void 0===a||a.forEach(e=>{this.installPlugin(e)})}}function V(e){const o=t(()=>new F(e),[]),[i,s]=n(o.state.currentView),[l,c]=n(o.state.currentDate),[d,u]=n(o.getEvents()),[,h]=n({}),f=r(()=>{h({})},[]);a(()=>{const e=o.changeView;o.changeView=t=>{e(t),s(t),f()};const t=o.setCurrentDate;o.setCurrentDate=e=>{t(e),c(new Date(e)),f()};const n=o.addEvent;o.addEvent=e=>{n(e),u([...o.getEvents()]),f()};const r=o.updateEvent;o.updateEvent=(e,t,n)=>{r(e,t,n),u([...o.getEvents()]),f()};const a=o.deleteEvent;o.deleteEvent=e=>{a(e),u([...o.getEvents()]),f()};const i=o.setCalendarVisibility;o.setCalendarVisibility=(e,t)=>{i(e,t),u([...o.getEvents()]),f()};const l=o.setAllCalendarsVisibility;o.setAllCalendarsVisibility=e=>{l(e),u([...o.getEvents()]),f()};const d=o.setVisibleMonth;return o.setVisibleMonth=e=>{d(e),f()},()=>{}},[o,f]),a(()=>{s(o.state.currentView),c(o.state.currentDate),u(o.getEvents())},[o]);const g=r(e=>{o.changeView(e)},[o]),m=r(e=>{o.setCurrentDate(e)},[o]),v=r(e=>{o.addEvent(e)},[o]),p=r((e,t,n)=>{o.updateEvent(e,t,n)},[o]),y=r(e=>{o.deleteEvent(e)},[o]),D=r(()=>{o.goToToday()},[o]),b=r(()=>{o.goToPrevious()},[o]),w=r(()=>{o.goToNext()},[o]),x=r(e=>{o.selectDate(e)},[o]),E=r((e,t)=>{o.setCalendarVisibility(e,t)},[o]),M=r(e=>{o.setAllCalendarsVisibility(e)},[o]);return{app:o,currentView:i,currentDate:l,events:d,changeView:g,setCurrentDate:m,addEvent:v,updateEvent:p,deleteEvent:y,goToToday:D,goToPrevious:b,goToNext:w,selectDate:x,getCalendars:()=>o.getCalendars(),setCalendarVisibility:E,setAllCalendarsVisibility:M,getAllEvents:()=>o.getAllEvents(),setVisibleMonth:e=>o.setVisibleMonth(e),getVisibleMonth:()=>o.getVisibleMonth(),sidebarConfig:o.getSidebarConfig()}}const z="p-2 flex justify-between",B="text-2xl font-semibold",U="relative overflow-y-auto calendar-content",W="w-20 flex-shrink-0 border-gray-200",q="relative h-18 flex",_="absolute -top-2.5 right-2 text-[12px] text-gray-500",G="h-18 border-t first:border-none border-gray-200 flex",X="absolute left-0 top-0 flex pointer-events-none",J="ml-2 text-white text-xs font-bold px-1.5 bg-red-500 rounded-sm",K="flex items-center border-b border-gray-200 sticky",Q="w-20 flex-shrink-0 p-1 text-xs font-medium text-gray-500 flex justify-end",ee="calendar-event select-none pointer-events-auto px-0.5",te="rounded-xl my-0.5",ne="font-medium text-xs truncate pr-1",re="absolute left-1 top-1 bottom-1 w-[3px] rounded-full",ae="h-3 w-3 mr-1",oe="grid grid-cols-7 gap-1 text-xs justify-items-center",ie="text-center text-gray-500 font-medium py-1 h-6 w-6",se="text-center py-1 rounded text-xs h-6 w-6",le="text-gray-900",ce="text-gray-400",de="bg-blue-500 rounded-full text-white",ue="bg-red-100 text-red-600 rounded-full font-medium",he="text-gray-600",fe="text-xs",ge="text-sm",me="flex flex-col",ve="mr-1";function pe(e,t,n,r,a){return ye(t,((e,t)=>{const n=e[t];if(void 0===n)throw new TypeError(Lo(t));return n})(e,t),n,r,a)}function ye(e,t,n,r,a,o){const i=Ae(t,n,r);if(a&&t!==i)throw new RangeError(Yo(e,t,n,r,o));return i}function De(e){return null!==e&&/object|function/.test(typeof e)}function be(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 we(e){return xe({name:e},1)}function xe(e,t){return Ne(e=>({value:e,configurable:1,writable:!t}),e)}function Ee(e){return Ne(e=>({get:e,configurable:1}),e)}function Me(e){return{[Symbol.toStringTag]:{value:e,configurable:1}}}function Ce(e,t){const n={};let r=e.length;for(const a of t)n[e[--r]]=a;return n}function Ne(e,t,n){const r={};for(const a in t)r[a]=e(t[a],a,n);return r}function Te(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 Ie(e,t,n){const r={};for(let a=0;a<e.length;a++)r[t[a]]=n[e[a]];return r}function Se(e,t){const n=Object.create(null);for(const r of e)n[r]=t[r];return n}function He(e,t){for(const n of t)if(n in e)return 1;return 0}function Oe(e,t,n){for(const r of e)if(t[r]!==n[r])return 0;return 1}function ke(e,t,n){const r={...n};for(let n=0;n<t;n++)r[e[n]]=0;return r}function Re(e,...t){return(...n)=>e(...t,...n)}function Pe(e){return e[0].toUpperCase()+e.substring(1)}function je(e){return e.slice().sort()}function $e(e,t){return String(t).padStart(e,"0")}function Ye(e,t){return Math.sign(e-t)}function Ae(e,t,n){return Math.min(Math.max(e,t),n)}function Le(e,t){return[Math.floor(e/t),Ze(e,t)]}function Ze(e,t){return(e%t+t)%t}function Fe(e,t){return[Ve(e,t),ze(e,t)]}function Ve(e,t){return Math.trunc(e/t)||0}function ze(e,t){return e%t||0}function Be(e){return.5===Math.abs(e%1)}function Ue(e,t,n){let r=0,a=0;for(let o=0;o<=t;o++){const t=e[n[o]],i=Pi[o],s=Ri/i,[l,c]=Fe(t,s);r+=c*i,a+=l}const[o,i]=Fe(r,Ri);return[a+o,i]}function We(e,t,n){const r={};for(let a=t;a>=0;a--){const t=Pi[a];r[n[a]]=Ve(e,t),e=ze(e,t)}return r}function qe(e){if(void 0!==e)return Ge(e)}function _e(e){return et(Ge(e))}function Ge(e){return Qe(ss(e))}function Xe(e,t){if(null==t)throw new RangeError(Lo(e));return t}function Je(e){if(!De(e))throw new TypeError($o);return e}function Ke(e,t,n=e){if(typeof t!==e)throw new TypeError(Ao(n,t));return t}function Qe(e,t="number"){if(!Number.isInteger(e))throw new RangeError(Ho(t,e));return e||0}function et(e,t="number"){if(e<=0)throw new RangeError(Oo(t,e));return e}function tt(e){if("symbol"==typeof e)throw new TypeError(jo);return String(e)}function nt(e,t){return De(e)?String(e):os(e,t)}function rt(e){if("string"==typeof e)return BigInt(e);if("bigint"!=typeof e)throw new TypeError(Po(e));return e}function at(e,t="number"){if("bigint"==typeof e)throw new TypeError(Ro(t));if(e=Number(e),!Number.isFinite(e))throw new RangeError(ko(t,e));return e}function ot(e,t){return Math.trunc(at(e,t))||0}function it(e,t){return Qe(at(e,t),t)}function st(e,t){return et(ot(e,t),t)}function lt(e,t){let[n,r]=Fe(t,Ri),a=e+n;const o=Math.sign(a);return o&&o===-Math.sign(r)&&(a-=o,r+=o*Ri),[a,r]}function ct(e,t,n=1){return lt(e[0]+t[0]*n,e[1]+t[1]*n)}function dt(e,t){return lt(e[0],e[1]+t)}function ut(e,t){return ct(t,e,-1)}function ht(e,t){return Ye(e[0],t[0])||Ye(e[1],t[1])}function ft(e,t,n){return-1===ht(e,t)||1===ht(e,n)}function gt(e,t=1){const n=BigInt(Ri/t);return[Number(e/n),Number(e%n)*t]}function mt(e,t=1){const n=Ri/t,[r,a]=Fe(e,n);return[r,a*t]}function vt(e,t=1,n){const[r,a]=e,[o,i]=Fe(a,t);return r*(Ri/t)+(o+(n?i/t:0))}function pt(e,t,n=Le){const[r,a]=e,[o,i]=n(a,t);return[r*(Ri/t)+o,i]}function yt(e){return pe(e,"isoYear",Hs,Ss,1),e.isoYear===Hs?pe(e,"isoMonth",4,12,1):e.isoYear===Ss&&pe(e,"isoMonth",1,9,1),e}function Dt(e){return bt({...e,...Es,isoHour:12}),e}function bt(e){const t=pe(e,"isoYear",Hs,Ss,1),n=t===Hs?1:t===Ss?-1:0;return n&&wt(Nt({...e,isoDay:e.isoDay+n,isoNanosecond:e.isoNanosecond-n})),e}function wt(e){if(!e||ft(e,Is,Ts))throw new RangeError(di);return e}function xt(e){return Ue(e,5,ps)[1]}function Et(e){const[t,n]=Le(e,Ri);return[We(n,5,ps),t]}function Mt(e){return pt(e,Hi)}function Ct(e){return St(e.isoYear,e.isoMonth,e.isoDay,e.isoHour,e.isoMinute,e.isoSecond,e.isoMillisecond)}function Nt(e){const t=Ct(e);if(void 0!==t){const[n,r]=Fe(t,Ni);return[n,r*Si+(e.isoMicrosecond||0)*Ii+(e.isoNanosecond||0)]}}function Tt(e,t){const[n,r]=Et(xt(e)-t);return wt(Nt({...e,isoDay:e.isoDay+r,...n}))}function It(...e){return St(...e)/Ti}function St(...e){const[t,n]=Ht(...e),r=t.valueOf();if(!isNaN(r))return r-n*Ni}function Ht(e,t=1,n=1,r=0,a=0,o=0,i=0){const s=e===Hs?1:e===Ss?-1:0,l=new Date;return l.setUTCHours(r,a,o,i),l.setUTCFullYear(e,t-1,n+s),[l,s]}function Ot(e,t){let[n,r]=dt(e,t);r<0&&(r+=Ri,n-=1);const[a,o]=Le(r,Si),[i,s]=Le(o,Ii);return kt(n*Ni+a,i,s)}function kt(e,t=0,n=0){const r=Math.ceil(Math.max(0,Math.abs(e)-Ns)/Ni)*Math.sign(e),a=new Date(e-r*Ni);return Ce(Ds,[a.getUTCFullYear(),a.getUTCMonth()+1,a.getUTCDate()+r,a.getUTCHours(),a.getUTCMinutes(),a.getUTCSeconds(),a.getUTCMilliseconds(),t,n])}function Rt(e,t){if(t<-Ns)throw new RangeError(di);const n=e.formatToParts(t),r={};for(const e of n)r[e.type]=e.value;return r}function Pt(e){return[e.isoYear,e.isoMonth,e.isoDay]}function jt(e,t){return[t,0]}function $t(){return js}function Yt(e,t){switch(t){case 2:return Lt(e)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}function At(e){return Lt(e)?366:365}function Lt(e){return e%4==0&&(e%100!=0||e%400==0)}function Zt(e){const[t,n]=Ht(e.isoYear,e.isoMonth,e.isoDay);return Ze(t.getUTCDay()-n,7)||7}function Ft(e){return this.id===es?(({isoYear:e})=>e<1?["gregory-inverse",1-e]:["gregory",e])(e):this.id===ts?Ys(e):[]}function Vt(e){const t=Ct(e);if(t<$s){const{isoYear:t}=e;return t<1?["japanese-inverse",1-t]:["japanese",t]}const n=Rt(_l(ts),t),{era:r,eraYear:a}=qa(n,ts);return[r,a]}function zt(e){return Bt(e),qt(e,1),e}function Bt(e){return Wt(e,1),e}function Ut(e){return Oe(ys,e,Wt(e))}function Wt(e,t){const{isoYear:n}=e,r=pe(e,"isoMonth",1,$t(),t);return{isoYear:n,isoMonth:r,isoDay:pe(e,"isoDay",1,Yt(n,r),t)}}function qt(e,t){return Ce(ps,[pe(e,"isoHour",0,23,t),pe(e,"isoMinute",0,59,t),pe(e,"isoSecond",0,59,t),pe(e,"isoMillisecond",0,999,t),pe(e,"isoMicrosecond",0,999,t),pe(e,"isoNanosecond",0,999,t)])}function _t(e){return void 0===e?0:nl(Je(e))}function Gt(e,t=0){e=on(e);const n=rl(e),r=al(e,t);return[nl(e),r,n]}function Xt(e,t,n,r=9,a=0,o=4){t=on(t);let i=el(t,r,a),s=nn(t),l=ll(t,o);const c=Qs(t,r,a,1);return null==i?i=Math.max(n,c):un(i,c),s=rn(s,c,1),e&&(l=(e=>e<4?(e+2)%4:e)(l)),[i,c,s,l]}function Jt(e,t=6,n){let r=nn(e=sn(e,As));const a=ll(e,7);let o=Qs(e,t);return o=Xe(As,o),r=rn(r,o,void 0,n),[o,r,a]}function Kt(e){return ol(on(e))}function Qt(e,t){return en(on(e),t)}function en(e,t=4){const n=an(e);return[ll(e,4),...tn(Qs(e,t),n)]}function tn(e,t){return null!=e?[Pi[e],e<4?9-3*e:-1]:[void 0===t?1:10**(9-t),t]}function nn(e){const t=e[Zs];return void 0===t?1:ot(t,Zs)}function rn(e,t,n,r){const a=r?Ri:Pi[t+1];if(a){const n=Pi[t];if(a%((e=ye(Zs,e,1,a/n-(r?0:1),1))*n))throw new RangeError(Ao(Zs,e))}else e=ye(Zs,e,1,n?10**9:1,1);return e}function an(e){let t=e[Fs];if(void 0!==t){if("number"!=typeof t){if("auto"===tt(t))return;throw new RangeError(Ao(Fs,t))}t=ye(Fs,Math.floor(t),0,9,1)}return t}function on(e){return void 0===e?{}:Je(e)}function sn(e,t){return"string"==typeof e?{[t]:e}:Je(e)}function ln(e){return{overflow:Us[e]}}function cn(e,t,n=9,r=0,a){let o=t[e];if(void 0===o)return a?r:void 0;if(o=tt(o),"auto"===o)return a?r:null;let i=Mi[o];if(void 0===i&&(i=fs[o]),void 0===i)throw new RangeError(zo(e,o,Mi));return ye(e,i,r,n,1,Ci),i}function dn(e,t,n,r=0){const a=n[e];if(void 0===a)return r;const o=tt(a),i=t[o];if(void 0===i)throw new RangeError(zo(e,o,t));return i}function un(e,t){if(t>e)throw new RangeError(vi)}function hn(e){return{branding:ml,epochNanoseconds:e}}function fn(e,t,n){return{branding:gl,calendar:n,timeZone:t,epochNanoseconds:e}}function gn(e,t=e.calendar){return{branding:hl,calendar:t,...Se(xs,e)}}function mn(e,t=e.calendar){return{branding:ul,calendar:t,...Se(bs,e)}}function vn(e,t=e.calendar){return{branding:cl,calendar:t,...Se(bs,e)}}function pn(e,t=e.calendar){return{branding:dl,calendar:t,...Se(bs,e)}}function yn(e){return{branding:fl,...Se(ws,e)}}function Dn(e){return{branding:vl,sign:Rr(e),...Se(cs,e)}}function bn(e){return pt(e.epochNanoseconds,Si)[0]}function wn(e){return e.epochNanoseconds}function xn(e,t){return vt($r(e),Pi[t],1)}function En(e,t,n,r,a,o,i){const s=ls[n],l={...t,[s]:t[s]+r},c=i(e,a,t),d=i(e,a,l);return[o(c),o(d)]}function Mn(e,t,n){const r=vt(ut(t,n));if(!r)throw new RangeError(ei);return vt(ut(t,e))/r}function Cn(e,t,n,r){return Nn(e,Sn(t,n),r)}function Nn(e,t,n){const[r,a]=Tn(e,t,n);return bt({...Er(e,a),...r})}function Tn(e,t,n){return Et($n(xt(e),t,n))}function In(e){return $n(e,Oi,7)}function Sn(e,t){return Pi[e]*t}function Hn(e){const t=On(e);return[t,Er(t,1)]}function On(e){return Ms(6,e)}function kn(e,t,n){const r=Math.min(Zr(e),6);return Yr(jn($r(e,r),t,n),r)}function Rn(e,t,n,r,a,o,i,s,l,c){if(0===r&&1===a)return e;const d=Sr(r,s)?Ir(s)&&r<6&&n>=6?Ln:An:Zn;let[u,h,f]=d(e,t,n,r,a,o,i,s,l,c);return f&&7!==r&&(u=((e,t,n,r,a,o,i,s)=>{const l=Rr(e);for(let c=r+1;c<=n;c++){if(7===c&&7!==n)continue;const r=vs(c,e);r[ls[c]]+=l;const d=vt(ut(i(s(a,o,r)),t));if(d&&Math.sign(d)!==l)break;e=r}return e})(u,h,n,Math.max(6,r),i,s,l,c)),u}function Pn(e,t,n,r,a){if(6===t){const t=(e=>e[0]+e[1]/Ri)(e);return[$n(t,n,r),0]}return jn(e,Sn(t,n),r,a)}function jn(e,t,n,r){let[a,o]=e;r&&o<0&&(o+=Ri,a-=1);const[i,s]=Le($n(o,t,n),Ri);return lt(a+i,s)}function $n(e,t,n){return Yn(e/t,n)*t}function Yn(e,t){return pl[t](e)}function An(e,t,n,r,a,o){const i=Rr(e),s=$r(e),l=Pn(s,r,a,o),c=ut(s,l),d=Math.sign(l[0]-s[0])===i,u=Yr(l,Math.min(n,6));return[{...e,...u},ct(t,c),d]}function Ln(e,t,n,r,a,o,i,s,l,c){const d=Rr(e)||1,u=vt($r(e,5)),h=Sn(r,a);let f=$n(u,h,o);const[g,m]=En(i,{...e,...ms},6,d,s,l,c),v=f-vt(ut(g,m));let p=0;v&&Math.sign(v)!==d?t=dt(g,f):(p+=d,f=$n(v,h,o),t=dt(m,f));const y=Ar(f);return[{...e,...y,days:e.days+p},t,Boolean(p)]}function Zn(e,t,n,r,a,o,i,s,l,c){const d=Rr(e),u=ls[r],h=vs(r,e);7===r&&(e={...e,weeks:e.weeks+Math.trunc(e.days/7)});const f=Ve(e[u],a)*a;h[u]=f;const[g,m]=En(i,h,r,a*d,s,l,c),v=f+Mn(t,g,m)*d*a,p=$n(v,a,o),y=Math.sign(p-v)===d;return h[u]=p,[h,y?m:g,y]}function Fn(e,t,n,r){const[a,o,i,s]=(e=>{const t=en(e=on(e));return[e.timeZone,...t]})(r),l=void 0!==a;return((e,t,n,r,a,o)=>{n=jn(n,a,r,1);const i=t.R(n);return Jn(Ot(n,i),o)+(e?nr(In(i)):"Z")})(l,t(l?e(a):yl),n.epochNanoseconds,o,i,s)}function Vn(e,t,n){const[r,a,o,i,s,l]=(e=>{e=on(e);const t=ol(e),n=an(e),r=sl(e),a=ll(e,4),o=Qs(e,4);return[t,il(e),r,a,...tn(o,n)]})(n);return((e,t,n,r,a,o,i,s,l,c)=>{r=jn(r,l,s,1);const d=e(n).R(r);return Jn(Ot(r,d),c)+nr(In(d),i)+((e,t)=>1!==t?"["+(2===t?"!":"")+e+"]":"")(n,o)+rr(t,a)})(e,t.calendar,t.timeZone,t.epochNanoseconds,r,a,o,i,s,l)}function zn(e,t){const[n,r,a,o]=(e=>(e=on(e),[ol(e),...en(e)]))(t);return i=e.calendar,s=n,l=o,Jn(Nn(e,a,r),l)+rr(i,s);var i,s,l}function Bn(e,t){return n=e.calendar,r=e,a=Kt(t),Kn(r)+rr(n,a);var n,r,a}function Un(e,t){return Gn(e.calendar,Qn,e,Kt(t))}function Wn(e,t){return Gn(e.calendar,er,e,Kt(t))}function qn(e,t){const[n,r,a]=Qt(t);return o=a,tr(Tn(e,r,n)[0],o);var o}function _n(e,t){const[n,r,a]=Qt(t,3);return r>1&&Pr(e={...e,...kn(e,r,n)}),((e,t)=>{const{sign:n}=e,r=-1===n?kr(e):e,{hours:a,minutes:o}=r,[i,s]=pt($r(r,3),Hi,Fe);jr(i);const l=or(s,t),c=t>=0||!n||l;return(n<0?"-":"")+"P"+Xn({Y:sr(r.years),M:sr(r.months),W:sr(r.weeks),D:sr(r.days)})+(a||o||i||c?"T"+Xn({H:sr(a),M:sr(o),S:sr(i,c)+l}):"")})(e,a)}function Gn(e,t,n,r){const a=r>1||0===r&&e!==Qi;return 1===r?e===Qi?t(n):Kn(n):a?Kn(n)+ar(e,2===r):t(n)}function Xn(e){const t=[];for(const n in e){const r=e[n];r&&t.push(r,n)}return t.join("")}function Jn(e,t){return Kn(e)+"T"+tr(e,t)}function Kn(e){return Qn(e)+"-"+Ei(e.isoDay)}function Qn(e){const{isoYear:t}=e;return(t<0||t>9999?ir(t)+$e(6,Math.abs(t)):$e(4,t))+"-"+Ei(e.isoMonth)}function er(e){return Ei(e.isoMonth)+"-"+Ei(e.isoDay)}function tr(e,t){const n=[Ei(e.isoHour),Ei(e.isoMinute)];return-1!==t&&n.push(Ei(e.isoSecond)+((e,t,n,r)=>or(e*Si+t*Ii+n,r))(e.isoMillisecond,e.isoMicrosecond,e.isoNanosecond,t)),n.join(":")}function nr(e,t=0){if(1===t)return"";const[n,r]=Le(Math.abs(e),ki),[a,o]=Le(r,Oi),[i,s]=Le(o,Hi);return ir(e)+Ei(n)+":"+Ei(a)+(i||s?":"+Ei(i)+or(s):"")}function rr(e,t){return 1!==t&&(t>1||0===t&&e!==Qi)?ar(e,2===t):""}function ar(e,t){return"["+(t?"!":"")+"u-ca="+e+"]"}function or(e,t){let n=$e(9,e);return n=void 0===t?n.replace(xl,""):n.slice(0,t),n?"."+n:""}function ir(e){return e<0?"-":"+"}function sr(e,t){return e||t?e.toLocaleString("fullwide",{useGrouping:0}):""}function lr(e,t){const{epochNanoseconds:n}=e,r=(t.R?t:t(e.timeZone)).R(n),a=Ot(n,r);return{calendar:e.calendar,...a,offsetNanoseconds:r}}function cr(e,t,n,r=0,a=0,o,i){if(void 0!==n&&1===r&&(1===r||i))return Tt(t,n);const s=e.I(t);if(void 0!==n&&3!==r){const e=((e,t,n,r)=>{const a=Nt(t);r&&(n=In(n));for(const t of e){let e=vt(ut(t,a));if(r&&(e=In(e)),e===n)return t}})(s,t,n,o);if(void 0!==e)return e;if(0===r)throw new RangeError(li)}return i?Nt(t):dr(e,t,a,s)}function dr(e,t,n=0,r=e.I(t)){if(1===r.length)return r[0];if(1===n)throw new RangeError(ci);if(r.length)return r[3===n?1:0];const a=Nt(t),o=((e,t)=>{const n=e.R(dt(t,-Ri));return(e=>{if(e>Ri)throw new RangeError(si);return e})(e.R(dt(t,Ri))-n)})(e,a),i=o*(2===n?-1:1);return(r=e.I(Ot(a,i)))[2===n?0:r.length-1]}function ur(e,t){const n=e.I(t);if(n.length)return n[0];const r=dt(Nt(t),-Ri);return e.O(r,1)}function hr(e,t,n){return hn(wt(ct(t.epochNanoseconds,(e=>{if(Lr(e))throw new RangeError(gi);return $r(e,5)})(e?kr(n):n))))}function fr(e,t,n,r,a,o=Object.create(null)){const i=t(r.timeZone),s=e(r.calendar);return{...r,...yr(i,s,r,n?kr(a):a,o)}}function gr(e,t,n,r,a=Object.create(null)){const{calendar:o}=n;return gn(Dr(e(o),n,t?kr(r):r,a),o)}function mr(e,t,n,r,a){const{calendar:o}=n;return mn(br(e(o),n,t?kr(r):r,a),o)}function vr(e,t,n,r,a){const o=n.calendar,i=e(o);let s=Dt(wr(i,n));t&&(r=Or(r)),r.sign<0&&(s=i.P(s,{...gs,months:1}),s=Er(s,-1));const l=i.P(s,r,a);return vn(wr(i,l),o)}function pr(e,t,n){return yn(xr(t,e?kr(n):n)[0])}function yr(e,t,n,r,a){const o=$r(r,5);let i=n.epochNanoseconds;if(Lr(r)){const s=El(n,e);i=ct(dr(e,{...br(t,s,{...r,...ms},a),...Se(ps,s)}),o)}else i=ct(i,o),_t(a);return{epochNanoseconds:wt(i)}}function Dr(e,t,n,r){const[a,o]=xr(t,n);return bt({...br(e,t,{...n,...ms,days:n.days+o},r),...a})}function br(e,t,n,r){if(n.years||n.months||n.weeks)return e.P(t,n,r);_t(r);const a=n.days+$r(n,5)[0];return a?Dt(Er(t,a)):t}function wr(e,t,n=1){return Er(t,n-e.day(t))}function xr(e,t){const[n,r]=$r(t,5),[a,o]=Et(xt(e)+r);return[a,n+o]}function Er(e,t){return t?{...e,...kt(Ct(e)+t*Ni)}:e}function Mr(e,t,n){const r=e(n.calendar);return Ir(n)?[n,r,t(n.timeZone)]:[{...n,...Es},r]}function Cr(e){return e?wn:Nt}function Nr(e){return e?Re(yr,e):Dr}function Tr(e){return e?Re(Ea,e):Ma}function Ir(e){return e&&e.epochNanoseconds}function Sr(e,t){return e<=6-(Ir(t)?1:0)}function Hr(e,t,n,r,a,o,i){const s=e(on(i).relativeTo),l=Math.max(Zr(a),Zr(o));if(Sr(l,s))return Dn(Pr(((e,t,n,r)=>{const a=ct($r(e),$r(t),r?-1:1);if(!Number.isFinite(a[0]))throw new RangeError(di);return{...gs,...Yr(a,n)}})(a,o,l,r)));if(!s)throw new RangeError(fi);r&&(o=kr(o));const[c,d,u]=Mr(t,n,s),h=Nr(u),f=Tr(u),g=h(d,c,a);return Dn(f(d,c,h(d,g,o),l))}function Or(e){return Dn(kr(e))}function kr(e){const t={};for(const n of ls)t[n]=-1*e[n]||0;return t}function Rr(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(hi);n=t}}return n}function Pr(e){for(const t of hs)ye(t,e[t],-Ml,Ml,1);return jr(vt($r(e),Hi)),e}function jr(e){if(!Number.isSafeInteger(e))throw new RangeError(ui)}function $r(e,t=6){return Ue(e,t,ls)}function Yr(e,t=6){const[n,r]=e,a=We(r,t,ls);if(a[ls[t]]+=n*(Ri/Pi[t]),!Number.isFinite(a[ls[t]]))throw new RangeError(di);return a}function Ar(e,t=5){return We(e,t,ls)}function Lr(e){return Boolean(Rr(e,us))}function Zr(e){let t=9;for(;t>0&&!e[ls[t]];t--);return t}function Fr(e,t){return[e,t]}function Vr(e){const t=Math.floor(e/Dl)*Dl;return[t,t+Dl]}function zr(e){const t=Qr(e);if(void 0===t)throw new RangeError(pi(e));return t}function Br(e,t,n){let r=Xr(os(e));if(!r||r.j)throw new RangeError(pi(e));return t?r.calendar===Qi&&(r=-271821===r.isoYear&&4===r.isoMonth?{...r,isoDay:20,...Es}:{...r,isoDay:1,...Es}):n&&r.calendar===Qi&&(r={...r,isoYear:Ps}),mn(r.C?qr(r):_r(r))}function Ur(e){if(e.calendar!==Qi)throw new RangeError(yi(e.calendar))}function Wr(e,t,n=0,r=0){const a=sa(e.timeZone),o=Cl(a);let i;return zt(e),i=e.C?cr(o,e,t,n,r,!o.$,e.j):ur(o,e),fn(i,a,oo(e.calendar))}function qr(e){return Gr(bt(zt(e)))}function _r(e){return Gr(Dt(Bt(e)))}function Gr(e){return{...e,calendar:oo(e.calendar)}}function Xr(e){const t=Al.exec(e);return t?(e=>{const t=e[10],n="Z"===(t||"").toUpperCase();return{isoYear:ea(e),isoMonth:parseInt(e[4]),isoDay:parseInt(e[5]),...ta(e.slice(5)),...na(e[16]),C:Boolean(e[6]),j:n,offset:n?void 0:t}})(t):void 0}function Jr(e){const t=$l.exec(e);return t?(e=>({isoYear:ea(e),isoMonth:parseInt(e[4]),isoDay:1,...na(e[5])}))(t):void 0}function Kr(e){const t=Yl.exec(e);return t?(e=>({isoYear:Ps,isoMonth:parseInt(e[1]),isoDay:parseInt(e[2]),...na(e[3])}))(t):void 0}function Qr(e,t){const n=Zl.exec(e);return n?((e,t)=>{const n=e[4]||e[5];if(t&&n)throw new RangeError(yi(n));return(e=>{if(Math.abs(e)>=Ri)throw new RangeError(ii);return e})((ia(e[2])*ki+ia(e[3])*Oi+ia(e[4])*Hi+ra(e[5]||""))*oa(e[1]))})(n,t):void 0}function ea(e){const t=oa(e[1]),n=parseInt(e[2]||e[3]);if(t<0&&!n)throw new RangeError(yi(-0));return t*n}function ta(e){const t=ia(e[3]);return{...Et(ra(e[4]||""))[0],isoHour:ia(e[1]),isoMinute:ia(e[2]),isoSecond:60===t?59:t}}function na(e){let t,n;const r=[];if(e.replace(Fl,(e,a,o)=>{const i=Boolean(a),[s,l]=o.split("=").reverse();if(l){if("u-ca"===l)r.push(s),t||(t=i);else if(i||/[A-Z]/.test(l))throw new RangeError(yi(e))}else{if(n)throw new RangeError(yi(e));n=s}return""}),r.length>1&&t)throw new RangeError(yi(e));return{timeZone:n,calendar:r[0]||Qi}}function ra(e){return parseInt(e.padEnd(9,"0"))}function aa(e){return new RegExp(`^${e}$`,"i")}function oa(e){return e&&"+"!==e?-1:1}function ia(e){return void 0===e?0:parseInt(e)}function sa(e){const t=ca(e);return"number"==typeof t?nr(t):t?(e=>{if(Ul.test(e))throw new RangeError(ri(e));if(Bl.test(e))throw new RangeError(oi);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?Pe(e).replace(/island|noronha|murdo|rivadavia|urville/,Pe):e)).join("/")})(e):yl}function la(e){const t=ca(e);return"number"==typeof t?t:t?t.resolvedOptions().timeZone:yl}function ca(e){const t=Qr(e=e.toUpperCase(),1);return void 0!==t?t:e!==yl?zl(e):void 0}function da(e,t){return ht(e.epochNanoseconds,t.epochNanoseconds)}function ua(e,t){return ht(e.epochNanoseconds,t.epochNanoseconds)}function ha(e,t){return fa(e,t)||ga(e,t)}function fa(e,t){return Ye(Ct(e),Ct(t))}function ga(e,t){return Ye(xt(e),xt(t))}function ma(e,t){if(e===t)return 1;try{return la(e)===la(t)}catch(e){}}function va(e,t,n,r){const a=Xt(e,r,3,5),o=Ta(t.epochNanoseconds,n.epochNanoseconds,...a);return Dn(e?kr(o):o)}function pa(e,t,n,r,a,o){const i=ka(r.calendar,a.calendar),[s,l,c,d]=Xt(n,o,5),u=r.epochNanoseconds,h=a.epochNanoseconds,f=ht(h,u);let g;if(f)if(s<6)g=Ta(u,h,s,l,c,d);else{const n=t(((e,t)=>{if(!ma(e,t))throw new RangeError(ai);return e})(r.timeZone,a.timeZone)),u=e(i);g=Ca(u,n,r,a,f,s,o),g=Rn(g,h,s,l,c,d,u,r,wn,Re(yr,n))}else g=gs;return Dn(n?kr(g):g)}function ya(e,t,n,r,a){const o=ka(n.calendar,r.calendar),[i,s,l,c]=Xt(t,a,6),d=Nt(n),u=Nt(r),h=ht(u,d);let f;if(h)if(i<=6)f=Ta(d,u,i,s,l,c);else{const t=e(o);f=Na(t,n,r,h,i,a),f=Rn(f,u,i,s,l,c,t,n,Nt,Dr)}else f=gs;return Dn(t?kr(f):f)}function Da(e,t,n,r,a){const o=ka(n.calendar,r.calendar);return wa(t,()=>e(o),n,r,...Xt(t,a,6,9,6))}function ba(e,t,n,r,a){const o=ka(n.calendar,r.calendar),i=Xt(t,a,9,9,8),s=e(o),l=wr(s,n),c=wr(s,r);return l.isoYear===c.isoYear&&l.isoMonth===c.isoMonth&&l.isoDay===c.isoDay?Dn(gs):wa(t,()=>s,Dt(l),Dt(c),...i,8)}function wa(e,t,n,r,a,o,i,s,l=6){const c=Nt(n),d=Nt(r);if(void 0===c||void 0===d)throw new RangeError(di);let u;if(ht(d,c))if(6===a)u=Ta(c,d,a,o,i,s);else{const e=t();u=e.N(n,r,a),o===l&&1===i||(u=Rn(u,d,a,o,i,s,e,n,Nt,br))}else u=gs;return Dn(e?kr(u):u)}function xa(e,t,n,r){const[a,o,i,s]=Xt(e,r,5,5),l=$n(Oa(t,n),Sn(o,i),s),c={...gs,...Ar(l,a)};return Dn(e?kr(c):c)}function Ea(e,t,n,r,a,o){const i=ht(r.epochNanoseconds,n.epochNanoseconds);return i?a<6?Ia(n.epochNanoseconds,r.epochNanoseconds,a):Ca(t,e,n,r,i,a,o):gs}function Ma(e,t,n,r,a){const o=Nt(t),i=Nt(n),s=ht(i,o);return s?r<=6?Ia(o,i,r):Na(e,t,n,s,r,a):gs}function Ca(e,t,n,r,a,o,i){const[s,l,c]=((e,t,n,r)=>{function a(){return u={...Er(s,c++*-r),...i},h=dr(e,u),ht(l,h)===-r}const o=El(t,e),i=Se(ps,o),s=El(n,e),l=n.epochNanoseconds;let c=0;const d=Oa(o,s);let u,h;if(Math.sign(d)===-r&&c++,a()&&(-1===r||a()))throw new RangeError(ei);const f=vt(ut(h,l));return[o,u,f]})(t,n,r,a);var d,u;return{...6===o?(d=s,u=l,{...gs,days:Sa(d,u)}):e.N(s,l,o,i),...Ar(c)}}function Na(e,t,n,r,a,o){const[i,s,l]=((e,t,n)=>{let r=t,a=Oa(e,t);return Math.sign(a)===-n&&(r=Er(t,-n),a+=Ri*n),[e,r,a]})(t,n,r);return{...e.N(i,s,a,o),...Ar(l)}}function Ta(e,t,n,r,a,o){return{...gs,...Yr(Pn(ut(e,t),r,a,o),n)}}function Ia(e,t,n){return{...gs,...Yr(ut(e,t),n)}}function Sa(e,t){return Ha(Ct(e),Ct(t))}function Ha(e,t){return Math.trunc((t-e)/Ni)}function Oa(e,t){return xt(t)-xt(e)}function ka(e,t){if(e!==t)throw new RangeError(ni);return e}function Ra(e){return this.m(e)[0]}function Pa(e){return this.m(e)[1]}function ja(e){const[t]=this.v(e);return Ha(this.p(t),Ct(e))+1}function $a(e){const t=Wl.exec(e);if(!t)throw new RangeError(Xo(e));return[parseInt(t[1]),Boolean(t[2])]}function Ya(e,t){return"M"+Ei(e)+(t?"L":"")}function Aa(e,t,n){return e+(t||n&&e>=n?1:0)}function La(e,t){return e-(t&&e>=t?1:0)}function Za(e,t){return(t+e)*(Math.sign(t)||1)||0}function Fa(e){return ns[za(e)]}function Va(e){return as[za(e)]}function za(e){return io(e.id||Qi)}function Ba(e){function t(e){return((e,t)=>({...qa(e,t),o:e.month,day:parseInt(e.day)}))(Rt(n,e),r)}const n=_l(e),r=io(e);return{id:e,h:Ua(t),l:Wa(t)}}function Ua(e){return be(t=>{const n=Ct(t);return e(n)},WeakMap)}function Wa(e){const t=e(0).year-Rs;return be(n=>{let r,a=St(n-t),o=0;const i=[],s=[];do{a+=400*Ni}while((r=e(a)).year<=n);do{if(a+=(1-r.day)*Ni,r.year===n&&(i.push(a),s.push(r.o)),a-=Ni,++o>100||a<-Ns)throw new RangeError(ei)}while((r=e(a)).year>=n);return{i:i.reverse(),u:wi(s.reverse())}})}function qa(e,t){let n,r,a=_a(e);if(e.era){const o=ns[t],i=rs[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=i[n]||n,r=a,a=Za(r,o[n]||0))}return{era:n,eraYear:r,year:a}}function _a(e){return parseInt(e.relatedYear||e.year)}function Ga(e){const{year:t,o:n,day:r}=this.h(e),{u:a}=this.l(t);return[t,a[n]+1,r]}function Xa(e,t=1,n=1){return this.l(e).i[t-1]+(n-1)*Ni}function Ja(e,t){const n=Ka.call(this,e);return[La(t,n),n===t]}function Ka(e){const t=ro(this,e),n=ro(this,e-1),r=t.length;if(r>n.length){const e=Va(this);if(e<0)return-e;for(let e=0;e<r;e++)if(t[e]!==n[e])return e+1}}function Qa(e){return Ha(Xa.call(this,e),Xa.call(this,e+1))}function eo(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),Ha(n[t-1],a[r-1])}function to(e){return this.l(e).i.length}function no(e){const t=this.h(e);return[t.era,t.eraYear]}function ro(e,t){return Object.keys(e.l(t).u)}function ao(e){return oo(os(e))}function oo(e){if((e=e.toLowerCase())!==Qi&&e!==es){const t=_l(e).resolvedOptions().calendar;if(io(e)!==io(t))throw new RangeError(ti(e));return t}return e}function io(e){return"islamicc"===e&&(e="islamic"),e.split("-")[0]}function so(e,t){return n=>n===Qi?e:n===es||n===ts?Object.assign(Object.create(e),{id:n}):Object.assign(Object.create(t),ql(n))}function lo(e,t,n,r){const a=co(n,r,Gi,[],Zi);if(void 0!==a.timeZone){const r=n.F(a),o=ho(a),i=e(a.timeZone);return{epochNanoseconds:cr(t(i),{...r,...o},void 0!==a.offset?zr(a.offset):void 0),timeZone:i}}return{...n.F(a),...Es}}function co(e,t,n,r=[],a=[]){return uo(t,[...e.fields(n),...a].sort(),r)}function uo(e,t,n,r=!n){const a={};let o,i=0;for(const r of t){if(r===o)throw new RangeError(Fo(r));if("constructor"===r||"__proto__"===r)throw new RangeError(Zo(r));let t=e[r];if(void 0!==t)i=1,oc[r]&&(t=oc[r](t,r)),a[r]=t;else if(n){if(n.includes(r))throw new TypeError(Lo(r));a[r]=Ki[r]}o=r}if(r&&!i)throw new TypeError(Vo(t));return a}function ho(e,t){return qt(ic({...Ki,...e}),t)}function fo(e,t,n,r,a){t=Se(n=e.fields(n),t),r=uo(r,a=e.fields(a),[]);let o=e.k(t,r);return o=uo(o,[...n,...a].sort(),[]),e.F(o)}function go(e,t){const n=Fa(e),r=rs[e.id||""]||{};let{era:a,eraYear:o,year:i}=t;if(void 0!==a||void 0!==o){if(void 0===a||void 0===o)throw new TypeError(Wo);if(!n)throw new RangeError(Uo);const e=n[r[a]||a];if(void 0===e)throw new RangeError(_o(a));const t=Za(o,e);if(void 0!==i&&i!==t)throw new RangeError(qo);i=t}else if(void 0===i)throw new TypeError(Go(n));return i}function mo(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,i]=$a(t);let s=Aa(o,i,a);if(i){const t=Va(e);if(void 0===t)throw new RangeError(Qo);if(t>0){if(s>t)throw new RangeError(Qo);if(void 0===a){if(1===r)throw new RangeError(Qo);s--}}else{if(s!==-t)throw new RangeError(Qo);if(void 0===a&&1===r)throw new RangeError(Qo)}}return s})(e,o,n,r);if(void 0!==a&&a!==t)throw new RangeError(Jo);a=t,r=1}else if(void 0===a)throw new TypeError(Ko);return ye("month",a,1,e.B(n),r)}function vo(e,t,n,r,a){return pe(t,"day",1,e.U(r,n),a)}function po(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 yo(e){const t=rc(e.calendar),[n,r,a]=t.v(e),[o,i]=t.q(n,r);return{year:n,monthCode:Ya(o,i),day:a}}function Do(e,t){return gn(El(t,e))}function bo(e,t){return mn(El(t,e))}function wo(e,t){return yn(El(t,e))}function xo(e,t,n){const r=new Set(n);return(a,o)=>{const i=n&&He(a,n);if(!He(a=((e,t)=>{const n={};for(const r in t)e.has(r)||(n[r]=t[r]);return n})(r,a),e)){if(o&&i)throw new TypeError("Invalid formatting options");a={...t,...a}}return n&&(a.timeZone=yl,["full","long"].includes(a.J)&&(a.J="medium")),a}}function Eo(e,t=Mo,n=0){const[r,,,a]=e;return(o,i=Yc,...s)=>{const l=t(a&&a(...s),o,i,r,n),c=l.resolvedOptions();return[l,...Co(e,c,s)]}}function Mo(e,t,n,r,a){if(n=r(n,a),e){if(void 0!==n.timeZone)throw new TypeError(bi);n.timeZone=e}return new Os(t,n)}function Co(e,t,n){const[,r,a]=e;return n.map(e=>(e.calendar&&((e,t,n)=>{if((n||e!==Qi)&&e!==t)throw new RangeError(ni)})(e.calendar,t.calendar,a),r(e,t)))}function No(e,t){return{...e,calendar:t}}function To(e){const t=Io();return Ot(t,e.R(t))}function Io(){return mt(Date.now(),Si)}function So(){return Wc||(Wc=(new Os).resolvedOptions().timeZone)}const Ho=(e,t)=>`Non-integer ${e}: ${t}`,Oo=(e,t)=>`Non-positive ${e}: ${t}`,ko=(e,t)=>`Non-finite ${e}: ${t}`,Ro=e=>`Cannot convert bigint to ${e}`,Po=e=>`Invalid bigint: ${e}`,jo="Cannot convert Symbol to string",$o="Invalid object",Yo=(e,t,n,r,a)=>a?Yo(e,a[t],a[n],a[r]):Ao(e,t)+`; must be between ${n}-${r}`,Ao=(e,t)=>`Invalid ${e}: ${t}`,Lo=e=>`Missing ${e}`,Zo=e=>`Invalid field ${e}`,Fo=e=>`Duplicate field ${e}`,Vo=e=>"No valid fields: "+e.join(),zo=(e,t,n)=>Ao(e,t)+"; must be "+Object.keys(n).join(),Bo="Invalid calling context",Uo="Forbidden era/eraYear",Wo="Mismatching era/eraYear",qo="Mismatching year/eraYear",_o=e=>`Invalid era: ${e}`,Go=e=>"Missing year"+(e?"/era/eraYear":""),Xo=e=>`Invalid monthCode: ${e}`,Jo="Mismatching month/monthCode",Ko="Missing month/monthCode",Qo="Invalid leap month",ei="Invalid protocol results",ti=e=>Ao("Calendar",e),ni="Mismatching Calendars",ri=e=>Ao("TimeZone",e),ai="Mismatching TimeZones",oi="Forbidden ICU TimeZone",ii="Out-of-bounds offset",si="Out-of-bounds TimeZone gap",li="Invalid TimeZone offset",ci="Ambiguous offset",di="Out-of-bounds date",ui="Out-of-bounds duration",hi="Cannot mix duration signs",fi="Missing relativeTo",gi="Cannot use large units",mi="Required smallestUnit or largestUnit",vi="smallestUnit > largestUnit",pi=e=>`Cannot parse: ${e}`,yi=e=>`Invalid substring: ${e}`,Di="Mismatching types for formatting",bi="Cannot specify TimeZone",wi=Re(Te,(e,t)=>t),xi=Re(Te,(e,t,n)=>n),Ei=Re($e,2),Mi={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},Ci=Object.keys(Mi),Ni=864e5,Ti=1e3,Ii=1e3,Si=1e6,Hi=1e9,Oi=6e10,ki=36e11,Ri=864e11,Pi=[1,Ii,Si,Hi,Oi,ki,Ri],ji=Ci.slice(0,6),$i=je(ji),Yi=["offset"],Ai=["timeZone"],Li=ji.concat(Yi),Zi=Li.concat(Ai),Fi=["era","eraYear"],Vi=Fi.concat(["year"]),zi=["year"],Bi=["monthCode"],Ui=["month"].concat(Bi),Wi=["day"],qi=Ui.concat(zi),_i=Bi.concat(zi),Gi=Wi.concat(qi),Xi=Wi.concat(Ui),Ji=Wi.concat(Bi),Ki=xi(ji,0),Qi="iso8601",es="gregory",ts="japanese",ns={[es]:{"gregory-inverse":-1,gregory:0},[ts]:{"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}},rs={[es]:{bce:"gregory-inverse",ce:"gregory"},[ts]:{bce:"japanese-inverse",ce:"japanese"},ethiopic:{era0:"ethioaa",era1:"ethiopic"},coptic:{era0:"coptic-inverse",era1:"coptic"},roc:{broc:"roc-inverse",minguo:"roc"}},as={chinese:13,dangi:13,hebrew:-6},os=Re(Ke,"string"),is=Re(Ke,"boolean"),ss=Re(Ke,"number"),ls=Ci.map(e=>e+"s"),cs=je(ls),ds=ls.slice(0,6),us=ls.slice(6),hs=us.slice(1),fs=wi(ls),gs=xi(ls,0),ms=xi(ds,0),vs=Re(ke,ls),ps=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],ys=["isoDay","isoMonth","isoYear"],Ds=ps.concat(ys),bs=je(ys),ws=je(ps),xs=je(Ds),Es=xi(ws,0),Ms=Re(ke,Ds),Cs=1e8,Ns=Cs*Ni,Ts=[Cs,0],Is=[-Cs,0],Ss=275760,Hs=-271821,Os=Intl.DateTimeFormat,ks="en-GB",Rs=1970,Ps=1972,js=12,$s=St(1868,9,8),Ys=be(Vt,WeakMap),As="smallestUnit",Ls="unit",Zs="roundingIncrement",Fs="fractionalSecondDigits",Vs="relativeTo",zs="direction",Bs={constrain:0,reject:1},Us=Object.keys(Bs),Ws={compatible:0,reject:1,earlier:2,later:3},qs={reject:0,use:1,prefer:2,ignore:3},_s={auto:0,never:1,critical:2,always:3},Gs={auto:0,never:1,critical:2},Xs={auto:0,never:1},Js={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},Ks={previous:-1,next:1},Qs=Re(cn,As),el=Re(cn,"largestUnit"),tl=Re(cn,Ls),nl=Re(dn,"overflow",Bs),rl=Re(dn,"disambiguation",Ws),al=Re(dn,"offset",qs),ol=Re(dn,"calendarName",_s),il=Re(dn,"timeZoneName",Gs),sl=Re(dn,"offset",Xs),ll=Re(dn,"roundingMode",Js),cl="PlainYearMonth",dl="PlainMonthDay",ul="PlainDate",hl="PlainDateTime",fl="PlainTime",gl="ZonedDateTime",ml="Instant",vl="Duration",pl=[Math.floor,e=>Be(e)?Math.floor(e):Math.round(e),Math.ceil,e=>Be(e)?Math.ceil(e):Math.round(e),Math.trunc,e=>Be(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=>Be(e)?(e=Math.trunc(e)||0)+e%2:Math.round(e)],yl="UTC",Dl=5184e3,bl=It(1847),wl=It((new Date).getUTCFullYear()+10),xl=/0+$/,El=be(lr,WeakMap),Ml=2**32-1,Cl=be(e=>{const t=ca(e);return"object"==typeof t?new Tl(t):new Nl(t||0)});class Nl{constructor(e){this.$=e}R(){return this.$}I(e){return(e=>{const t=Nt({...e,...Es});if(!t||Math.abs(t[0])>1e8)throw new RangeError(di)})(e),[Tt(e,this.$)]}O(){}}class Tl{constructor(e){this.nn=(e=>{function t(e){const t=Ae(e,o,i),[s,l]=Vr(t),c=r(s),d=r(l);return c===d?c:n(a(s,l),c,d,e)}function n(t,n,r,a){let o,i;for(;(void 0===a||void 0===(o=a<t[0]?n:a>=t[1]?r:void 0))&&(i=t[1]-t[0]);){const n=t[0]+Math.floor(i/2);e(n)===r?t[1]=n:t[0]=n+1}return o}const r=be(e),a=be(Fr);let o=bl,i=wl;return{tn(e){const n=t(e-86400),r=t(e+86400),a=e-n,o=e-r;if(n===r)return[a];const i=t(a);return i===t(o)?[e-i]:n>r?[a,o]:[]},rn:t,O(e,t){const s=Ae(e,o,i);let[l,c]=Vr(s);const d=Dl*t,u=t<0?()=>c>o||(o=s,0):()=>l<i||(i=s,0);for(;u();){const o=r(l),i=r(c);if(o!==i){const r=a(l,c);n(r,o,i);const s=r[0];if((Ye(s,e)||1)===t)return s}l+=d,c+=d}}}})((e=>t=>{const n=Rt(e,t*Ti);return It(_a(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=>Mt(e)[0])(e))*Hi}I(e){const[t,n]=[It((r=e).isoYear,r.isoMonth,r.isoDay,r.isoHour,r.isoMinute,r.isoSecond),r.isoMillisecond*Si+r.isoMicrosecond*Ii+r.isoNanosecond];var r;return this.nn.tn(t).map(e=>wt(dt(mt(e,Hi),n)))}O(e,t){const[n,r]=Mt(e),a=this.nn.O(n+(t>0||r?1:0),t);if(void 0!==a)return mt(a,Hi)}}const Il="([+-])",Sl="(?:[.,](\\d{1,9}))?",Hl=`(?:(?:${Il}(\\d{6}))|(\\d{4}))-?(\\d{2})`,Ol="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+Sl+")?)?",kl=Il+Ol,Rl=Hl+"-?(\\d{2})(?:[T ]"+Ol+"(Z|"+kl+")?)?",Pl="\\[(!?)([^\\]]*)\\]",jl=`((?:${Pl}){0,9})`,$l=aa(Hl+jl),Yl=aa("(?:--)?(\\d{2})-?(\\d{2})"+jl),Al=aa(Rl+jl),Ll=aa("T?"+Ol+"(?:"+kl+")?"+jl),Zl=aa(kl),Fl=new RegExp(Pl,"g"),Vl=aa(`${Il}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${Sl}H)?(?:(\\d+)${Sl}M)?(?:(\\d+)${Sl}S)?)?`),zl=be(e=>new Os(ks,{timeZone:e,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"})),Bl=/^(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$/,Ul=/[^\w\/:+-]+/,Wl=/^M(\d{2})(L?)$/,ql=be(Ba),_l=be(e=>new Os(ks,{calendar:e,timeZone:yl,era:"short",year:"numeric",month:"short",day:"numeric"})),Gl={P(e,t,n){const r=_t(n);let a,{years:o,months:i,weeks:s,days:l}=t;if(l+=$r(t,5)[0],o||i)a=((e,t,n,r,a)=>{let[o,i,s]=e.v(t);if(n){const[t,r]=e.q(o,i);o+=n,i=Aa(t,r,e.L(o)),i=ye("month",i,1,e.B(o),a)}return r&&([o,i]=e.un(o,i,r)),s=ye("day",s,1,e.U(o,i),a),e.p(o,i,s)})(this,e,o,i,r);else{if(!s&&!l)return e;a=Ct(e)}if(void 0===a)throw new RangeError(di);return a+=(7*s+l)*Ni,Dt(kt(a))},N(e,t,n){if(n<=7){let r=0,a=Sa({...e,...Es},{...t,...Es});return 7===n&&([r,a]=Fe(a,7)),{...gs,weeks:r,days:a}}const r=this.v(e),a=this.v(t);let[o,i,s]=((e,t,n,r,a,o,i)=>{let s=a-t,l=o-n,c=i-r;if(s||l){const d=Math.sign(s||l);let u=e.U(a,o),h=0;if(Math.sign(c)===-d){const r=u;[a,o]=e.un(a,o,-d),s=a-t,l=o-n,u=e.U(a,o),h=d<0?-r:u}if(c=i-Math.min(r,u)+h,s){const[r,i]=e.q(t,n),[c,u]=e.q(a,o);if(l=c-r||Number(u)-Number(i),Math.sign(l)===-d){const n=d<0&&-e.B(a);s=(a-=d)-t,l=o-Aa(r,i,e.L(a))+(n||e.B(a))}}}return[s,l,c]})(this,...r,...a);return 8===n&&(i+=this.cn(o,r[0]),o=0),{...gs,years:o,months:i,days:s}},F(e,t){const n=_t(t),r=go(this,e),a=mo(this,e,r,n),o=vo(this,e,a,r,n);return mn(Dt(this.V(r,a,o)),this.id||Qi)},K(e,t){const n=_t(t),r=go(this,e),a=mo(this,e,r,n);return vn(yt(this.V(r,a,1)),this.id||Qi)},_(e,t){const n=_t(t);let r,a,o,i=void 0!==e.eraYear||void 0!==e.year?go(this,e):void 0;const s=!this.id;if(void 0===i&&s&&(i=Ps),void 0!==i){const t=mo(this,e,i,n);r=vo(this,e,t,i,n);const s=this.L(i);a=La(t,s),o=t===s}else{if(void 0===e.monthCode)throw new TypeError(Ko);if([a,o]=$a(e.monthCode),this.id&&this.id!==es&&this.id!==ts)if(this.id&&"coptic"===io(this.id)&&0===n){const t=o||13!==a?30:6;r=e.day,r=Ae(r,1,t)}else if(this.id&&"chinese"===io(this.id)&&0===n){const t=!o||1!==a&&9!==a&&10!==a&&11!==a&&12!==a?30:29;r=e.day,r=Ae(r,1,t)}else r=e.day;else r=vo(this,e,mo(this,e,Ps,n),Ps,n)}const l=this.G(a,o,r);if(!l)throw new RangeError("Cannot guess year");const[c,d]=l;return pn(Dt(this.V(c,d,r)),this.id||Qi)},fields(e){return Fa(this)&&e.includes("year")?[...e,...Fi]:e},k(e,t){const n=Object.assign(Object.create(null),e);return po(n,t,Ui),Fa(this)&&(po(n,t,Vi),this.id===ts&&po(n,t,Xi,Fi)),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:ja,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 Ya(r,a)},dayOfWeek:Zt,daysInWeek:()=>7},Xl={v:Pt,hn:Ft,q:jt},Jl={dayOfYear:ja,v:Pt,p:St},Kl=Object.assign({},Jl,{weekOfYear:Ra,yearOfWeek:Pa,m(e){function t(e){return(7-e<r?7:0)-e}function n(e){const n=At(h+e),r=e||1,a=t(Ze(l+n*r,7));return d=(n+(a-c)*r)/7}const r=this.id?1:4,a=Zt(e),o=this.dayOfYear(e),i=Ze(a-1,7),s=o-1,l=Ze(i-s,7),c=t(l);let d,u=Math.floor((s-c)/7)+1,h=e.isoYear;return u?u>n(0)&&(u=1,h++):(u=n(-1),h--),[u,h,d]}}),Ql=Object.assign({},Gl,Kl,{v:Pt,hn:Ft,q:jt,G(e,t){if(!t)return[Ps,e]},sn:Lt,L(){},B:$t,cn:e=>e*js,U:Yt,fn:At,V:(e,t,n)=>({isoYear:e,isoMonth:t,isoDay:n}),p:St,un:(e,t,n)=>(e+=Ve(n,js),(t+=ze(n,js))<1?(e--,t+=js):t>js&&(e++,t-=js),[e,t]),year:e=>e.isoYear,month:e=>e.isoMonth,day:e=>e.isoDay}),ec={v:Ga,hn:no,q:Ja},tc={dayOfYear:ja,v:Ga,p:Xa,weekOfYear:Ra,yearOfWeek:Pa,m:()=>[]},nc=Object.assign({},Gl,tc,{v:Ga,hn:no,q:Ja,G(e,t,n){const r=this.id&&"chinese"===io(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):Ps;let[a,o,i]=Ga.call(this,{isoYear:r,isoMonth:js,isoDay:31});const s=Ka.call(this,a),l=o===s;1===(Ye(e,La(o,s))||Ye(Number(t),Number(l))||Ye(n,i))&&a--;for(let r=0;r<100;r++){const o=a-r,i=Ka.call(this,o),s=Aa(e,t,i);if(t===(s===i)&&n<=eo.call(this,o,s))return[o,s]}},sn(e){const t=Qa.call(this,e);return t>Qa.call(this,e-1)&&t>Qa.call(this,e+1)},L:Ka,B:to,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+=to.call(this,e+a);return o},U:eo,fn:Qa,V(e,t,n){return kt(Xa.call(this,e,t,n))},p:Xa,un(e,t,n){if(n){if(t+=n,!Number.isSafeInteger(t))throw new RangeError(di);if(n<0)for(;t<1;)t+=to.call(this,--e);else{let n;for(;t>(n=to.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}}),rc=so(Xl,ec),ac=so(Ql,nc),oc={...{era:nt,eraYear:ot,year:ot,month:st,monthCode(e){const t=nt(e);return $a(t),t},day:st},...xi(ji,ot),...xi(ls,it),offset(e){const t=nt(e);return zr(t),t}},ic=Re(Ie,ji,ps),sc=Re(Ie,ps,ji),lc="numeric",cc=["timeZoneName"],dc={month:lc,day:lc},uc={year:lc,month:lc},hc=Object.assign({},uc,{day:lc}),fc={hour:lc,minute:lc,second:lc},gc=Object.assign({},hc,fc),mc=Object.assign({},gc,{timeZoneName:"short"}),vc=Object.keys(uc),pc=Object.keys(dc),yc=Object.keys(hc),Dc=Object.keys(fc),bc=["dateStyle"],wc=vc.concat(bc),xc=pc.concat(bc),Ec=yc.concat(bc,["weekday"]),Mc=Dc.concat(["dayPeriod","timeStyle","fractionalSecondDigits"]),Cc=Ec.concat(Mc),Nc=cc.concat(Mc),Tc=cc.concat(Ec),Ic=cc.concat(["day","weekday"],Mc),Sc=cc.concat(["year","weekday"],Mc),Hc=xo(Cc,gc),Oc=xo(Cc,mc),kc=xo(Cc,gc,cc),Rc=xo(Ec,hc,Nc),Pc=xo(Mc,fc,Tc),jc=xo(wc,uc,Ic),$c=xo(xc,dc,Sc),Yc={},Ac=new Os(void 0,{calendar:Qi}).resolvedOptions().calendar===Qi,Lc=[Hc,bn],Zc=[Oc,bn,0,(e,t)=>{const n=e.timeZone;if(t&&t.timeZone!==n)throw new RangeError(ai);return n}],Fc=[kc,Ct],Vc=[Rc,Ct],zc=[Pc,e=>xt(e)/Si],Bc=[jc,Ct,Ac],Uc=[$c,Ct,Ac];let Wc;function qc(e,t,n,r,a){function o(...e){if(!(this instanceof o))throw new TypeError(Bo);Dd(this,t(...e))}function i(e,t){return Object.defineProperties(function(...t){return e.call(this,s(this),...t)},we(t))}function s(t){const n=yd(t);if(!n||n.branding!==e)throw new TypeError(Bo);return n}return Object.defineProperties(o.prototype,{...Ee(Ne(i,n)),...xe(Ne(i,r)),...Me("Temporal."+e)}),Object.defineProperties(o,{...xe(a),...we(e)}),[o,e=>{const t=Object.create(o.prototype);return Dd(t,e),t},s]}function _c(e){if(yd(e)||void 0!==e.calendar||void 0!==e.timeZone)throw new TypeError("Invalid bag");return e}function Gc(e){return Xc(e)||Qi}function Xc(e){const{calendar:t}=e;if(void 0!==t)return Jc(t)}function Jc(e){if(De(e)){const{calendar:t}=yd(e)||{};if(!t)throw new TypeError(ti(e));return t}return(e=>oo(function(e){const t=Xr(e)||Jr(e)||Kr(e);return t?t.calendar:e}(os(e))))(e)}function Kc(e){const t={};for(const n in e)t[n]=e=>{const{calendar:t}=e;return ac(t)[n](e)};return t}function Qc(){throw new TypeError("Cannot use valueOf")}function ed(e){if(De(e)){const{timeZone:t}=yd(e)||{};if(!t)throw new TypeError(ri(e));return t}return(e=>sa(function(e){const t=Xr(e);return t&&(t.timeZone||t.j&&yl||t.offset)||e}(os(e))))(e)}function td(e){if(De(e)){const t=yd(e);return t&&t.branding===vl?t:function(e){const t=uo(e,cs);return Dn(Pr({...gs,...t}))}(e)}return function(e){const t=(e=>{const t=Vl.exec(e);return t?(e=>{function t(e,t,o){let i=0,s=0;if(o&&([i,a]=Le(a,Pi[o])),void 0!==e){if(r)throw new RangeError(yi(e));s=(e=>{const t=parseInt(e);if(!Number.isFinite(t))throw new RangeError(yi(e));return t})(e),n=1,t&&(a=ra(t)*(Pi[o]/Hi),r=1)}return i+s}let n=0,r=0,a=0,o={...Ce(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)]),...We(a,2,ls)};if(!n)throw new RangeError(Vo(ls));return oa(e[1])<0&&(o=kr(o)),o})(t):void 0})(os(e));if(!t)throw new RangeError(pi(e));return Dn(Pr(t))}(e)}function nd(e){if(void 0!==e){if(De(e)){const t=yd(e)||{};switch(t.branding){case gl:case ul:return t;case hl:return mn(t)}const n=Gc(e);return{...lo(ed,Cl,ac(n),e),calendar:n}}return function(e){const t=Xr(os(e));if(!t)throw new RangeError(pi(e));if(t.timeZone)return Wr(t,t.offset?zr(t.offset):void 0);if(t.j)throw new RangeError(pi(e));return _r(t)}(e)}}function rd(e,t){if(De(e)){const n=yd(e)||{};switch(n.branding){case fl:return _t(t),n;case hl:return _t(t),yn(n);case gl:return _t(t),wo(Cl,n)}return function(e,t){return yn(ho(uo(e,$i,[],1),_t(t)))}(e,t)}const n=function(e){let t,n=(e=>{const t=Ll.exec(e);return t?(na(t[10]),ta(t)):void 0})(os(e));if(!n){if(n=Xr(e),!n)throw new RangeError(pi(e));if(!n.C)throw new RangeError(pi(e));if(n.j)throw new RangeError(yi("Z"));Ur(n)}if((t=Jr(e))&&Ut(t))throw new RangeError(pi(e));if((t=Kr(e))&&Ut(t))throw new RangeError(pi(e));return yn(qt(n,1))}(e);return _t(t),n}function ad(e){return void 0===e?void 0:rd(e)}function od(e,t){if(De(e)){const n=yd(e)||{};switch(n.branding){case hl:return _t(t),n;case ul:return _t(t),gn({...n,...Es});case gl:return _t(t),Do(Cl,n)}return function(e,t,n){const r=co(e,t,Gi,[],ji),a=_t(n);return gn(bt({...e.F(r,ln(a)),...ho(r,a)}))}(ac(Gc(e)),e,t)}const n=function(e){const t=Xr(os(e));if(!t||t.j)throw new RangeError(pi(e));return gn(qr(t))}(e);return _t(t),n}function id(e,t){if(De(e)){const n=yd(e);if(n&&n.branding===dl)return _t(t),n;const r=Xc(e);return function(e,t,n,r){const a=co(e,n,Gi,Wi);return t&&void 0!==a.month&&void 0===a.monthCode&&void 0===a.year&&(a.year=Ps),e._(a,r)}(ac(r||Qi),!r,e,t)}const n=function(e,t){const n=Kr(os(t));if(n)return Ur(n),pn(Bt(n));const r=Br(t,0,1),{calendar:a}=r,o=e(a),[i,s,l]=o.v(r),[c,d]=o.q(i,s),[u,h]=o.G(c,d,l);return pn(Dt(o.V(u,h,l)),a)}(ac,e);return _t(t),n}function sd(e,t){if(De(e)){const n=yd(e);return n&&n.branding===cl?(_t(t),n):function(e,t,n,r){const a=co(e,t,qi,r);return e.K(a,n)}(ac(Gc(e)),e,t)}const n=function(e,t){const n=Jr(os(t));if(n)return Ur(n),vn(yt(Bt(n)));const r=Br(t,1);return vn(wr(e(r.calendar),r))}(ac,e);return _t(t),n}function ld(e,t){if(De(e)){const n=yd(e)||{};switch(n.branding){case ul:return _t(t),n;case hl:return _t(t),mn(n);case gl:return _t(t),bo(Cl,n)}return function(e,t,n,r=[]){const a=co(e,t,Gi,r);return e.F(a,n)}(ac(Gc(e)),e,t)}const n=Br(e);return _t(t),n}function cd(e,t){if(De(e)){const n=yd(e);if(n&&n.branding===gl)return Gt(t),n;const r=Gc(e);return function(e,t,n,r,a,o){const i=co(n,a,Gi,Ai,Zi),s=e(i.timeZone),[l,c,d]=Gt(o),u=n.F(i,ln(l)),h=ho(i,l);return fn(cr(t(s),{...u,...h},void 0!==i.offset?zr(i.offset):void 0,c,d),s,r)}(ed,Cl,ac(r),r,e,t)}return function(e,t){const n=Xr(os(e));if(!n||!n.timeZone)throw new RangeError(pi(e));const{offset:r}=n,a=r?zr(r):void 0,[,o,i]=Gt(t);return Wr(n,a,o,i)}(e,t)}function dd(e){return Ne(e=>t=>e(ud(t)),e)}function ud(e){return El(e,Cl)}function hd(e){if(De(e)){const t=yd(e);if(t)switch(t.branding){case ml:return t;case gl:return hn(t.epochNanoseconds)}}return function(e){const t=Xr(e=nt(e));if(!t)throw new RangeError(pi(e));let n;if(t.j)n=0;else{if(!t.offset)throw new RangeError(pi(e));n=zr(t.offset)}return t.timeZone&&Qr(t.timeZone,1),hn(Tt(zt(t),n))}(e)}function fd(){function e(e,n){return new t(e,n)}function t(e,t=Object.create(null)){au.set(this,((e,t)=>{const n=new Os(e,t),r=n.resolvedOptions(),a=r.locale,o=Se(Object.keys(t),r),i=be(vd),s=(e,...t)=>{if(e){if(2!==t.length)throw new TypeError(Di);for(const e of t)if(void 0===e)throw new TypeError(Di)}e||void 0!==t[0]||(t=[]);const r=t.map(e=>yd(e)||Number(e));let s,l=0;for(const e of r){const t="object"==typeof e?e.branding:void 0;if(l++&&t!==s)throw new TypeError(Di);s=t}return s?i(s)(a,o,...r):[n,...r]};return s.X=n,s})(e,t))}const n=Os.prototype,r=Object.getOwnPropertyDescriptors(n),a=Object.getOwnPropertyDescriptors(Os);for(const t in r){const n=r[t],a=t.startsWith("format")&&gd(t);"function"==typeof n.value?n.value="constructor"===t?e:a||md(t):a&&(n.get=function(){if(!au.has(this))throw new TypeError(Bo);return(...e)=>a.apply(this,e)},Object.defineProperties(n.get,we(`get ${t}`)))}return a.prototype.value=t.prototype=Object.create({},r),Object.defineProperties(e,a),e}function gd(e){return Object.defineProperties(function(...t){const n=au.get(this),[r,...a]=n(e.includes("Range"),...t);return r[e](...a)},we(e))}function md(e){return Object.defineProperties(function(...t){return au.get(this).X[e](...t)},we(e))}function vd(e){const t=Rd[e];if(!t)throw new TypeError((e=>`Cannot format ${e}`)(e));return Eo(t,be(Mo),1)}const pd=new WeakMap,yd=pd.get.bind(pd),Dd=pd.set.bind(pd),bd={era:function(e){if(void 0!==e)return os(e)},eraYear:qe,year:Ge,month:_e,daysInMonth:_e,daysInYear:_e,inLeapYear:is,monthsInYear:_e},wd={monthCode:os},xd={day:_e},Ed={dayOfWeek:_e,dayOfYear:_e,weekOfYear:function(e){if(void 0!==e)return _e(e)},yearOfWeek:qe,daysInWeek:_e},Md=Kc(Object.assign({},bd,wd,xd,Ed)),Cd=Kc({...bd,...wd}),Nd=Kc({...wd,...xd}),Td={calendarId:e=>e.calendar},Id=Te(e=>t=>t[e],ls.concat("sign")),Sd=Te((e,t)=>e=>e[ps[t]],ji),Hd={epochMilliseconds:bn,epochNanoseconds:function(e){return((e,t=1)=>{const[n,r]=e,a=Math.floor(r/t),o=Ri/t;return BigInt(n)*BigInt(o)+BigInt(a)})(e.epochNanoseconds)}},[Od,kd]=qc(vl,function(e=0,t=0,n=0,r=0,a=0,o=0,i=0,s=0,l=0,c=0){return Dn(Pr(Ne(it,Ce(ls,[e,t,n,r,a,o,i,s,l,c]))))},{...Id,blank:function(e){return!e.sign}},{with:(e,t)=>kd(function(e,t){return Dn((n=e,r=t,Pr({...n,...uo(r,cs)})));var n,r}(e,t)),negated:e=>kd(Or(e)),abs:e=>kd(function(e){return-1===e.sign?Or(e):e}(e)),add:(e,t,n)=>kd(Hr(nd,ac,Cl,0,e,td(t),n)),subtract:(e,t,n)=>kd(Hr(nd,ac,Cl,1,e,td(t),n)),round:(e,t)=>kd(function(e,t,n,r,a){const o=Zr(r),[i,s,l,c,d]=((e,t,n)=>{e=sn(e,As);let r=el(e);const a=n(e[Vs]);let o=nn(e);const i=ll(e,7);let s=Qs(e);if(void 0===r&&void 0===s)throw new RangeError(mi);if(null==s&&(s=0),null==r&&(r=Math.max(s,t)),un(r,s),o=rn(o,s,1),o>1&&s>5&&r!==s)throw new RangeError("For calendar units with roundingIncrement > 1, use largestUnit = smallestUnit");return[r,s,o,i,a]})(a,o,e),u=Math.max(o,i);if(!d&&u<=6)return Dn(Pr(((e,t,n,r,a)=>{const o=Pn($r(e),n,r,a);return{...gs,...Yr(o,t)}})(r,i,s,l,c)));if(!Ir(d)&&!r.sign)return r;if(!d)throw new RangeError(fi);const[h,f,g]=Mr(t,n,d),m=Cr(g),v=Nr(g),p=Tr(g),y=v(f,h,r);Ir(d)||(bt(h),bt(y));let D=p(f,h,y,i);const b=r.sign,w=Rr(D);if(b&&w&&b!==w)throw new RangeError(ei);return D=Rn(D,m(y),i,s,l,c,f,h,m,v),Dn(D)}(nd,ac,Cl,e,t)),total:(e,t)=>function(e,t,n,r,a){const o=Zr(r),[i,s]=((e,t)=>{const n=t((e=sn(e,Ls))[Vs]);let r=tl(e);return r=Xe(Ls,r),[r,n]})(a,e),l=Math.max(i,o);if(!s&&Sr(l,s))return xn(r,i);if(!s)throw new RangeError(fi);if(!r.sign)return 0;const[c,d,u]=Mr(t,n,s),h=Cr(u),f=Nr(u),g=Tr(u),m=f(d,c,r);Ir(s)||(bt(c),bt(m));const v=g(d,c,m,i);return Sr(i,s)?xn(v,i):((e,t,n,r,a,o,i)=>{const s=Rr(e),[l,c]=En(r,vs(n,e),n,s,a,o,i),d=Mn(t,l,c);return e[ls[n]]+d*s})(v,h(m),i,d,c,h,f)}(nd,ac,Cl,e,t),toLocaleString(e,t,n){return Intl.DurationFormat?new Intl.DurationFormat(t,n).format(this):_n(e)},toString:_n,toJSON:e=>_n(e),valueOf:Qc},{from:e=>kd(td(e)),compare:(e,t,n)=>function(e,t,n,r,a,o){const i=e(on(o).relativeTo),s=Math.max(Zr(r),Zr(a));if(Oe(ls,r,a))return 0;if(Sr(s,i))return ht($r(r),$r(a));if(!i)throw new RangeError(fi);const[l,c,d]=Mr(t,n,i),u=Cr(d),h=Nr(d);return ht(u(h(c,l,r)),u(h(c,l,a)))}(nd,ac,Cl,td(e),td(t),n)}),Rd={Instant:Lc,PlainDateTime:Fc,PlainDate:Vc,PlainTime:zc,PlainYearMonth:Bc,PlainMonthDay:Uc},Pd=Eo(Lc),jd=Eo(Zc),$d=Eo(Fc),Yd=Eo(Vc),Ad=Eo(zc),Ld=Eo(Bc),Zd=Eo(Uc),[Fd,Vd]=qc(fl,function(e=0,t=0,n=0,r=0,a=0,o=0){return yn(qt(Ne(ot,Ce(ps,[e,t,n,r,a,o])),1))},Sd,{with(e,t,n){return Vd(function(e,t,n){return yn(((e,t,n)=>ho({...Se($i,e),...uo(t,$i)},_t(n)))(e,t,n))}(this,_c(t),n))},add:(e,t)=>Vd(pr(0,e,td(t))),subtract:(e,t)=>Vd(pr(1,e,td(t))),until:(e,t,n)=>kd(xa(0,e,rd(t),n)),since:(e,t,n)=>kd(xa(1,e,rd(t),n)),round:(e,t)=>Vd(function(e,t){const[n,r,a]=Jt(t,5);var o;return yn((o=a,Tn(e,Sn(n,r),o)[0]))}(e,t)),equals:(e,t)=>function(e,t){return!ga(e,t)}(e,rd(t)),toLocaleString(e,t,n){const[r,a]=Ad(t,n,e);return r.format(a)},toString:qn,toJSON:e=>qn(e),valueOf:Qc},{from:(e,t)=>Vd(rd(e,t)),compare:(e,t)=>ga(rd(e),rd(t))}),[zd,Bd]=qc(hl,Re(function(e,t,n,r,a=0,o=0,i=0,s=0,l=0,c=0,d=Qi){return gn(bt(zt(Ne(ot,Ce(Ds,[t,n,r,a,o,i,s,l,c])))),e(d))},ao),{...Td,...Md,...Sd},{with:(e,t,n)=>Bd(function(e,t,n,r){const a=e(t.calendar),o=[...a.fields(Gi),...ji].sort(),i={...yo(s=t),hour:s.isoHour,minute:s.isoMinute,second:s.isoSecond,millisecond:s.isoMillisecond,microsecond:s.isoMicrosecond,nanosecond:s.isoNanosecond};var s;const l=uo(n,o),c=_t(r),d=a.k(i,l),u={...i,...l};return gn(bt({...a.F(d,ln(c)),...qt(ic(u),c)}))}(ac,e,_c(t),n)),withCalendar:(e,t)=>Bd(No(e,Jc(t))),withPlainTime:(e,t)=>Bd(function(e,t=Es){return gn(bt({...e,...t}))}(e,ad(t))),add:(e,t,n)=>Bd(gr(ac,0,e,td(t),n)),subtract:(e,t,n)=>Bd(gr(ac,1,e,td(t),n)),until:(e,t,n)=>kd(ya(ac,0,e,od(t),n)),since:(e,t,n)=>kd(ya(ac,1,e,od(t),n)),round:(e,t)=>Bd(function(e,t){return gn(Cn(e,...Jt(t)),e.calendar)}(e,t)),equals:(e,t)=>function(e,t){return!ha(e,t)&&e.calendar===t.calendar}(e,od(t)),toZonedDateTime:(e,t,n)=>Kd(function(e,t,n,r){const a=((e,t,n,r)=>{const a=(e=>rl(on(e)))(r);return dr(e(t),n,a)})(e,n,t,r);return fn(wt(a),n,t.calendar)}(Cl,e,ed(t),n)),toPlainDate:e=>Xd(mn(e)),toPlainTime:e=>Vd(yn(e)),toLocaleString(e,t,n){const[r,a]=$d(t,n,e);return r.format(a)},toString:zn,toJSON:e=>zn(e),valueOf:Qc},{from:(e,t)=>Bd(od(e,t)),compare:(e,t)=>ha(od(e),od(t))}),[Ud,Wd]=qc(dl,Re(function(e,t,n,r=Qi,a=Ps){const o=ot(t),i=ot(n),s=e(r);return pn(Dt(Bt({isoYear:ot(a),isoMonth:o,isoDay:i})),s)},ao),{...Td,...Nd},{with:(e,t,n)=>Wd(function(e,t,n,r){const a=e(t.calendar),o=a.fields(Gi).sort(),i=(e=>{const t=rc(e.calendar),[n,r,a]=t.v(e),[o,i]=t.q(n,r);return{monthCode:Ya(o,i),day:a}})(t),s=uo(n,o),l=a.k(i,s);return a._(l,r)}(ac,e,_c(t),n)),equals:(e,t)=>function(e,t){return!fa(e,t)&&e.calendar===t.calendar}(e,id(t)),toPlainDate(e,t){return Xd(function(e,t,n,r){return((e,t,n)=>fo(e,t,Ji,Je(n),zi))(e(t.calendar),n,r)}(ac,e,this,t))},toLocaleString(e,t,n){const[r,a]=Zd(t,n,e);return r.format(a)},toString:Wn,toJSON:e=>Wn(e),valueOf:Qc},{from:(e,t)=>Wd(id(e,t))}),[qd,_d]=qc(cl,Re(function(e,t,n,r=Qi,a=1){const o=ot(t),i=ot(n),s=e(r);return vn(yt(Bt({isoYear:o,isoMonth:i,isoDay:ot(a)})),s)},ao),{...Td,...Cd},{with:(e,t,n)=>_d(function(e,t,n,r){const a=e(t.calendar),o=a.fields(qi).sort(),i=(e=>{const t=rc(e.calendar),[n,r]=t.v(e),[a,o]=t.q(n,r);return{year:n,monthCode:Ya(a,o)}})(t),s=uo(n,o),l=a.k(i,s);return a.K(l,r)}(ac,e,_c(t),n)),add:(e,t,n)=>_d(vr(ac,0,e,td(t),n)),subtract:(e,t,n)=>_d(vr(ac,1,e,td(t),n)),until:(e,t,n)=>kd(ba(ac,0,e,sd(t),n)),since:(e,t,n)=>kd(ba(ac,1,e,sd(t),n)),equals:(e,t)=>function(e,t){return!fa(e,t)&&e.calendar===t.calendar}(e,sd(t)),toPlainDate(e,t){return Xd(function(e,t,n,r){return((e,t,n)=>fo(e,t,_i,Je(n),Wi))(e(t.calendar),n,r)}(ac,e,this,t))},toLocaleString(e,t,n){const[r,a]=Ld(t,n,e);return r.format(a)},toString:Un,toJSON:e=>Un(e),valueOf:Qc},{from:(e,t)=>_d(sd(e,t)),compare:(e,t)=>fa(sd(e),sd(t))}),[Gd,Xd]=qc(ul,Re(function(e,t,n,r,a=Qi){return mn(Dt(Bt(Ne(ot,{isoYear:t,isoMonth:n,isoDay:r}))),e(a))},ao),{...Td,...Md},{with:(e,t,n)=>Xd(function(e,t,n,r){const a=e(t.calendar),o=a.fields(Gi).sort(),i=yo(t),s=uo(n,o),l=a.k(i,s);return a.F(l,r)}(ac,e,_c(t),n)),withCalendar:(e,t)=>Xd(No(e,Jc(t))),add:(e,t,n)=>Xd(mr(ac,0,e,td(t),n)),subtract:(e,t,n)=>Xd(mr(ac,1,e,td(t),n)),until:(e,t,n)=>kd(Da(ac,0,e,ld(t),n)),since:(e,t,n)=>kd(Da(ac,1,e,ld(t),n)),equals:(e,t)=>function(e,t){return!fa(e,t)&&e.calendar===t.calendar}(e,ld(t)),toZonedDateTime(e,t){const n=De(t)?t:{timeZone:t};return Kd(function(e,t,n,r,a){const o=e(a.timeZone),i=a.plainTime,s=void 0!==i?t(i):void 0,l=n(o);let c;return c=s?dr(l,{...r,...s}):ur(l,{...r,...Es}),fn(c,o,r.calendar)}(ed,rd,Cl,e,n))},toPlainDateTime:(e,t)=>Bd(function(e,t=Es){return gn(bt({...e,...t}))}(e,ad(t))),toPlainYearMonth(e){return _d(function(e,t,n){return((e,t)=>{const n=co(e,t,_i);return e.K(n,void 0)})(e(t.calendar),n)}(ac,e,this))},toPlainMonthDay(e){return Wd(function(e,t,n){return((e,t)=>{const n=co(e,t,Ji);return e._(n)})(e(t.calendar),n)}(ac,e,this))},toLocaleString(e,t,n){const[r,a]=Yd(t,n,e);return r.format(a)},toString:Bn,toJSON:e=>Bn(e),valueOf:Qc},{from:(e,t)=>Xd(ld(e,t)),compare:(e,t)=>fa(ld(e),ld(t))}),[Jd,Kd]=qc(gl,Re(function(e,t,n,r,a=Qi){return fn(wt(gt(rt(n))),t(r),e(a))},ao,function(e){return sa(os(e))}),{...Hd,...Td,...dd(Md),...dd(Sd),offset:e=>nr(ud(e).offsetNanoseconds),offsetNanoseconds:e=>ud(e).offsetNanoseconds,timeZoneId:e=>e.timeZone,hoursInDay:e=>function(e,t){const n=e(t.timeZone),r=El(t,n),[a,o]=Hn(r),i=vt(ut(ur(n,a),ur(n,o)),ki,1);if(i<=0)throw new RangeError(ei);return i}(Cl,e)},{with:(e,t,n)=>Kd(function(e,t,n,r,a){const{calendar:o,timeZone:i}=n,s=e(o),l=t(i),c=[...s.fields(Gi),...Li].sort(),d=(e=>{const t=El(e,Cl),n=nr(t.offsetNanoseconds),r=rc(e.calendar),[a,o,i]=r.v(t),[s,l]=r.q(a,o),c=Ya(s,l);return{...sc(t),year:a,monthCode:c,day:i,offset:n}})(n),u=uo(r,c),h=s.k(d,u),f={...d,...u},[g,m,v]=Gt(a,2);return fn(cr(l,{...s.F(h,ln(g)),...qt(ic(f),g)},zr(f.offset),m,v),i,o)}(ac,Cl,e,_c(t),n)),withCalendar:(e,t)=>Kd(No(e,Jc(t))),withTimeZone:(e,t)=>Kd(function(e,t){return{...e,timeZone:t}}(e,ed(t))),withPlainTime:(e,t)=>Kd(function(e,t,n){const r=t.timeZone,a=e(r),o={...El(t,a),...n||Es};let i;return i=n?cr(a,o,o.offsetNanoseconds,2):ur(a,o),fn(i,r,t.calendar)}(Cl,e,ad(t))),add:(e,t,n)=>Kd(fr(ac,Cl,0,e,td(t),n)),subtract:(e,t,n)=>Kd(fr(ac,Cl,1,e,td(t),n)),until:(e,t,n)=>kd(Dn(pa(ac,Cl,0,e,cd(t),n))),since:(e,t,n)=>kd(Dn(pa(ac,Cl,1,e,cd(t),n))),round:(e,t)=>Kd(function(e,t,n){let{epochNanoseconds:r,timeZone:a,calendar:o}=t;const[i,s,l]=Jt(n);if(0===i&&1===s)return t;const c=e(a);if(6===i)r=((e,t,n,r)=>{const a=El(n,t),[o,i]=e(a),s=n.epochNanoseconds,l=ur(t,o),c=ur(t,i);if(ft(s,l,c))throw new RangeError(ei);return Yn(Mn(s,l,c),r)?c:l})(Hn,c,t,l);else{const e=c.R(r);r=cr(c,Cn(Ot(r,e),i,s,l),e,2,0,1)}return fn(r,a,o)}(Cl,e,t)),startOfDay:e=>Kd(function(e,t){const{timeZone:n,calendar:r}=t,a=((e,t,n)=>ur(t,e(El(n,t))))(On,e(n),t);return fn(a,n,r)}(Cl,e)),equals:(e,t)=>function(e,t){return!ua(e,t)&&!!ma(e.timeZone,t.timeZone)&&e.calendar===t.calendar}(e,cd(t)),toInstant:e=>eu(function(e){return hn(e.epochNanoseconds)}(e)),toPlainDateTime:e=>Bd(Do(Cl,e)),toPlainDate:e=>Xd(bo(Cl,e)),toPlainTime:e=>Vd(wo(Cl,e)),toLocaleString(e,t,n={}){const[r,a]=jd(t,n,e);return r.format(a)},toString:(e,t)=>Vn(Cl,e,t),toJSON:e=>Vn(Cl,e),valueOf:Qc,getTimeZoneTransition(e,t){const{timeZone:n,epochNanoseconds:r}=e,a=function(e){const t=sn(e,zs),n=dn(zs,Ks,t,0);if(!n)throw new RangeError(Ao(zs,n));return n}(t),o=Cl(n).O(r,a);return o?Kd({...e,epochNanoseconds:o}):null}},{from:(e,t)=>Kd(cd(e,t)),compare:(e,t)=>ua(cd(e),cd(t))}),[Qd,eu]=qc(ml,function(e){return hn(wt(gt(rt(e))))},Hd,{add:(e,t)=>eu(hr(0,e,td(t))),subtract:(e,t)=>eu(hr(1,e,td(t))),until:(e,t,n)=>kd(va(0,e,hd(t),n)),since:(e,t,n)=>kd(va(1,e,hd(t),n)),round:(e,t)=>eu(function(e,t){const[n,r,a]=Jt(t,5,1);return hn(Pn(e.epochNanoseconds,n,r,a,1))}(e,t)),equals:(e,t)=>function(e,t){return!da(e,t)}(e,hd(t)),toZonedDateTimeISO:(e,t)=>Kd(function(e,t,n=Qi){return fn(e.epochNanoseconds,t,n)}(e,ed(t))),toLocaleString(e,t,n){const[r,a]=Pd(t,n,e);return r.format(a)},toString:(e,t)=>Fn(ed,Cl,e,t),toJSON:e=>Fn(ed,Cl,e),valueOf:Qc},{from:e=>eu(hd(e)),fromEpochMilliseconds:e=>eu(function(e){return hn(wt(mt(it(e),Si)))}(e)),fromEpochNanoseconds:e=>eu(function(e){return hn(wt(gt(rt(e))))}(e)),compare:(e,t)=>da(hd(e),hd(t))}),tu=Object.defineProperties({},{...Me("Temporal.Now"),...xe({timeZoneId:()=>So(),instant:()=>eu(hn(Io())),zonedDateTimeISO:(e=So())=>Kd(fn(Io(),ed(e),Qi)),plainDateTimeISO:(e=So())=>Bd(gn(To(Cl(ed(e))),Qi)),plainDateISO:(e=So())=>Xd(mn(To(Cl(ed(e))),Qi)),plainTimeISO:(e=So())=>Vd(yn(To(Cl(ed(e)))))})}),nu=Object.defineProperties({},{...Me("Temporal"),...xe({PlainYearMonth:qd,PlainMonthDay:Ud,PlainDate:Gd,PlainTime:Fd,PlainDateTime:zd,ZonedDateTime:Jd,Instant:Qd,Duration:Od,Now:tu})}),ru=fd(),au=new WeakMap;function ou(e){var t;return e instanceof nu.PlainDate||("PlainDate"===(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)||!("hour"in e)&&!("timeZone"in e))}function iu(e){return e instanceof Date}function su(e,t=nu.Now.timeZoneId()){return nu.Instant.fromEpochMilliseconds(e.getTime()).toZonedDateTimeISO(t)}function lu(e){return nu.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()})}function cu(e){return new Date(e.epochMilliseconds)}function du(e,t){return ou(e)?function(e,t=nu.Now.timeZoneId()){return cu(e.toZonedDateTime({timeZone:t,plainTime:nu.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):cu(e)}function uu(e,t){const n=Math.floor(t),r=Math.round(60*(t-n));return ou(e)?nu.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 hu(e,t){const n=ou(e)?e:e.toPlainDate(),r=ou(t)?t:t.toPlainDate();return 0===nu.PlainDate.compare(n,r)}function fu(e,t){return!hu(e,t)}function gu(e,t=nu.Now.timeZoneId()){return(ou(e)?e:e.toPlainDate()).toZonedDateTime({timeZone:t,plainTime:nu.PlainTime.from({hour:0,minute:0})})}function mu(e,t=nu.Now.timeZoneId()){return(ou(e)?e:e.toPlainDate()).toZonedDateTime({timeZone:t,plainTime:nu.PlainTime.from({hour:23,minute:59,second:59,millisecond:999})})}function vu(e,t){const n=ou(e)?e:e.toPlainDate(),r=ou(t)?t:t.toPlainDate();return n.until(r).days}function pu(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 yu(e,t){const n=new Date(e);return n.setDate(n.getDate()+t),n}function Du(e=nu.Now.timeZoneId()){return nu.Now.zonedDateTimeISO(e)}function bu(e=nu.Now.timeZoneId()){return nu.Now.plainDateISO(e)}Object.create(Intl),xe({DateTimeFormat:ru});const wu=e=>{if(e instanceof Date){return e.getHours()+e.getMinutes()/60}return ou(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},xu=(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 uu(e,t)},Eu=e=>{if(e instanceof Date){const t=new Date(e);return t.setHours(0,0,0,0),t}return gu(e)},Mu=e=>{if(e instanceof Date){const t=new Date(e);return t.setHours(23,59,59,999),t}return mu(e)},Cu=(e,t)=>{if(e instanceof Date&&t instanceof Date)return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate();return hu(e instanceof Date?nu.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()}):ou(e)?e:e.toPlainDate(),t instanceof Date?nu.PlainDate.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}):ou(t)?t:t.toPlainDate())},Nu=(e,t)=>!Cu(e,t),Tu=e=>Y().resolveColors(e).eventColor,Iu=e=>Y().resolveColors(e).textColor,Su=e=>Y().resolveColors(e).eventSelectedColor,Hu=e=>Y().resolveColors(e).lineColor,Ou=.25,ku=(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")}`},Ru=e=>{if(e.allDay)return"All day";const t=wu(e.start),n=ju(e);return`${ku(t)} - ${ku(n)}`},Pu=e=>{const t=Ou;return Math.round(e/t)*t},ju=e=>{if(!e.end)return 0;const t=wu(e.end);if(e.allDay||!e.start)return t;const n=du(e.start),r=du(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},$u=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],Yu=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],Au=["January","February","March","April","May","June","July","August","September","October","November","December"],Lu=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Zu=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}},Fu=()=>{const e=new Date,t=new Date,n=e.getDay(),r=e.getDate()-n+(0===n?-6:1);return $u.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()}})},Vu=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:Au[r],shortMonthName:Lu[r],isToday:o.getDate()===n&&o.getMonth()===r&&o.getFullYear()===a}},zu=e=>{const t=[],n=new Date(e);for(let e=0;e<7;e++){const e=new Date(n);t.push(Vu(e)),n.setDate(n.getDate()+1)}return{days:t,startDate:new Date(e),monthYear:Bu(t)}},Bu=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:Au[a],monthIndex:a,year:o}},Uu=(e,t=3)=>{const n=5*t,{monday:r}=Zu(e),a=[],o=Math.floor(n/2),i=new Date(r);i.setDate(i.getDate()-7*o);for(let e=0;e<n;e++){const t=new Date(i);t.setDate(t.getDate()+7*e),a.push(zu(t))}return a};function Wu(e,t){const n=[],r=Math.floor(t/2),a=new Date(e),o=e.getDay(),i=0===o?6:o-1;a.setDate(e.getDate()-i),a.setHours(0,0,0,0);const s=new Date(a);s.setDate(s.getDate()-7*r);for(let e=0;e<t;e++){const t=new Date(s);t.setDate(t.getDate()+7*e),n.push(zu(t))}return n}const qu=(e,t)=>t.filter(t=>t.day===e&&!t.allDay),_u=(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=du(t.start);a.setHours(0,0,0,0);const o=du(t.end);return o.setHours(0,0,0,0),r>=a&&r<=o}),Gu=(e,t)=>{const n=new Date(e);return n.setDate(e.getDate()+t),n},Xu=(e,t,n)=>{const r=Gu(n,t);return Object.assign(Object.assign({},e),{day:t,start:e.allDay?nu.PlainDate.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate()}):nu.ZonedDateTime.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate(),hour:r.getHours(),minute:r.getMinutes(),timeZone:nu.Now.timeZoneId()}),end:e.allDay?nu.PlainDate.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate()}):nu.ZonedDateTime.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate(),hour:r.getHours(),minute:r.getMinutes(),timeZone:nu.Now.timeZoneId()})})},Ju=(e,t)=>t?nu.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()}):nu.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:nu.Now.timeZoneId()}),Ku=(e,t)=>{var n,r;const a=Gu(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:Ju(a,o),end:Ju(a,o)})},Qu=(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)},eh=(e,t)=>{const n=Qu(e,t);return n>=0&&n<=6},th=(e,t)=>e.map(e=>{const n=du(e.start),r=Qu(n,t);return Object.assign(Object.assign({},e),{day:r})}),nh=(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)},rh=(e,t)=>{const n=new Date(t);return n.setDate(t.getDate()+6),n.setHours(23,59,59,999),e.filter(e=>{const r=du(e.start);return r>=t&&r<=n}).map(e=>{const n=Qu(du(e.start),t);return Object.assign(Object.assign({},e),{day:n})})},ah=(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:Ju(a,o),end:Ju(a,o)})},oh=(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:Ju(a,o),end:Ju(a,o)})};function ih(){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:nu.PlainDate.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}),end:nu.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),i=Math.round(60*(e.endHour-o));return{id:e.id,title:e.title,start:nu.ZonedDateTime.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate(),hour:r,minute:a,timeZone:nu.Now.timeZoneId()}),end:nu.ZonedDateTime.from({year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate(),hour:o,minute:i,timeZone:nu.Now.timeZoneId()}),allDay:!1,calendarId:e.calendarId,day:e.day}});return a}function sh(){return Date.now().toString(36)+Math.random().toString(36).substring(2,8)}const lh=e=>{if(e.icon)return e.icon;return(e.name||e.id).charAt(0).toUpperCase()},ch=({app:e,calendars:o,toggleCalendarVisibility:f,isCollapsed:g,setCollapsed:m})=>{const v=e.getCurrentDate(),p=e.getVisibleMonth(),y=p.getFullYear(),D=p.getMonth(),[b,w]=n(()=>new Date(y,D,1));a(()=>{w(e=>e.getFullYear()===y&&e.getMonth()===D?e:new Date(y,D,1))},[y,D]);const x=t(()=>(new Date).toDateString(),[]),E=v.toDateString(),M=t(()=>$u.map(e=>e.charAt(0)),[]),C=t(()=>{const e=b.getFullYear(),t=b.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),i=o.toDateString();r.push({date:o.getDate(),fullDate:o,isCurrentMonth:o.getMonth()===t,isToday:i===x,isSelected:i===E})}return r},[b,E,x]),N=t(()=>b.toLocaleDateString(void 0,{month:"long",year:"numeric"}),[b]),T=r(t=>{w(n=>{const r=new Date(n.getFullYear(),n.getMonth()+t,1);return e.setVisibleMonth(r),r})},[e]),I=r(t=>{const n=new Date(t.getFullYear(),t.getMonth(),t.getDate());e.setCurrentDate(n),w(new Date(n.getFullYear(),n.getMonth(),1))},[e]);return i("div",{className:"flex h-full flex-col border-r border-gray-200 bg-white dark:bg-slate-900",children:[i("div",{className:"flex items-center px-3 py-2",children:[s("button",{type:"button","aria-label":g?"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:()=>m(!g),children:s(g?c:d,{className:"h-4 w-4 text-gray-500"})}),!g&&s("span",{className:"text-sm font-semibold text-gray-700 dark:text-gray-200",children:"Calendars"})]}),g?s("div",{className:"flex-1 overflow-y-auto px-2 pb-3",children:s("ul",{className:"space-y-1",children:o.map(e=>{var t;const n=!1!==e.isVisible,r=(null===(t=e.colors)||void 0===t?void 0:t.lineColor)||"#3b82f6";return Boolean(e.icon),s("li",{children:i("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:[s("input",{type:"checkbox",className:"calendar-checkbox",style:{"--checkbox-color":r},checked:n,onChange:t=>f(e.id,t.target.checked)}),s("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)})})}):i(l,{children:[s("div",{className:"flex-1 overflow-y-auto px-2 pb-3",children:s("ul",{className:"space-y-1",children:o.map(e=>{var t;const n=!1!==e.isVisible,r=(null===(t=e.colors)||void 0===t?void 0:t.lineColor)||"#3b82f6",a=Boolean(e.icon);return s("li",{children:i("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:[s("input",{type:"checkbox",className:"calendar-checkbox",style:{"--checkbox-color":r},checked:n,onChange:t=>f(e.id,t.target.checked)}),a&&s("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:lh(e)}),s("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)})})}),i("div",{className:"border-t border-gray-200 px-3 py-3 dark:border-slate-800",children:[i("div",{className:"mb-3 flex items-center justify-between",children:[s("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:()=>T(-1),"aria-label":"Previous month",children:s(u,{className:"h-4 w-4"})}),s("span",{className:"text-sm font-semibold text-gray-700 dark:text-gray-200",children:N}),s("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:()=>T(1),"aria-label":"Next month",children:s(h,{className:"h-4 w-4"})})]}),i("div",{className:oe,children:[M.map(e=>s("div",{className:`${ie} text-gray-500`,children:e},sh())),C.map(e=>s("button",{type:"button",className:`\n ${se}\n ${e.isCurrentMonth?le:ce}\n ${e.isToday?de:""}\n ${e.isSelected&&!e.isToday?ue:""}\n `,onClick:()=>I(e.fullDate),children:e.date},sh()))]})]})]})]})},dh=e=>{if(!e)return"";let t,n,r;e instanceof Date?(t=e.getFullYear(),n=e.getMonth()+1,r=e.getDate()):ou(e)?(t=e.year,n=e.month,r=e.day):(!function(){nu.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}`},uh=e=>`${["January","February","March","April","May","June","July","August","September","October","November","December"][e.getMonth()]} ${e.getFullYear()}`,hh=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}`},fh=({options:e,value:t,onChange:r})=>{const[l,c]=n(!1),d=o(null);a(()=>{const e=e=>{d.current&&!d.current.contains(e.target)&&c(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]),e.find(e=>e.value===t);const u=e=>Y().resolveColors(e).lineColor;return i("div",{className:"relative inline-block",ref:d,children:[i("button",{type:"button",onClick:()=>c(!l),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:[s("span",{className:"w-4 h-4 rounded-sm flex-shrink-0",style:{backgroundColor:u(t)}}),s(f,{className:"w-4 h-4 text-gray-600"})]}),l&&s("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=>i("li",{className:"flex items-center px-2 py-1 cursor-pointer hover:bg-gray-300 transition-colors "+(t===e.value?"font-semibold":""),onClick:()=>{return t=e.value,r(t),void c(!1);var t},children:[t===e.value?s("span",{className:"mr-2 text-sm",children:s(g,{width:12,height:12})}):s("div",{className:"mr-2 text-sm w-3 h-3",children:" "}),s("span",{className:"w-3 h-3 mr-2 rounded-sm flex-shrink-0",style:{backgroundColor:u(e.value)}}),s("span",{className:"text-sm whitespace-nowrap",children:e.label})]},e.value))})]})},gh=/(YYYY|YY|MM|DD|HH|mm)/g,mh=e=>e.toString().padStart(2,"0"),vh=(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`)},ph=e=>e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),yh=e=>{let t,n=0,r="^";for(;null!==(t=gh.exec(e));){r+=ph(e.slice(n,t.index));const a=t[0];r+=`(?<${a}>\\d{${"YYYY"===a?4:2}})`,n=t.index+a.length}return r+=ph(e.slice(n))+"$",new RegExp(r)},Dh=(e,t,n,r)=>{const a=e.trim();if(!a)return null;const o=a.match(t),i=null==o?void 0:o.groups;if(!i)return null;const s=i.YYYY?Number(i.YYYY):i.YY?Number(i.YY)+2e3:n.year,l=i.MM?Number(i.MM):n.month,c=i.DD?Number(i.DD):n.day,d=i.HH?Number(i.HH):n.hour,u=i.mm?Number(i.mm):n.minute;try{return nu.ZonedDateTime.from({timeZone:r,year:s,month:l,day:c,hour:d,minute:u,second:n.second,millisecond:n.millisecond,microsecond:n.microsecond,nanosecond:n.nanosecond})}catch(e){return null}},bh=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:nu.Now.timeZoneId()},wh=(e,t,n)=>{var r,a,o,i,s,l,c,d,u,h,f,g,m,v,p,y,D,b,w,x,E,M,C,N;if(!e){const e=null!=t?t:n?bh(n):nu.Now.timeZoneId();return null!=n?n:nu.Now.zonedDateTimeISO(e)}if(ou(e)){const n=null!=t?t:nu.Now.timeZoneId(),r=`${e.year}-${mh(e.month)}-${mh(e.day)}T00:00:00[${n}]`;return nu.ZonedDateTime.from(r)}if("hour"in e&&!("timeZone"in e)){const n=null!=t?t:nu.Now.timeZoneId();if("function"==typeof e.toZonedDateTime)try{return e.toZonedDateTime(n)}catch(e){}return nu.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!==(i=e.nanosecond)&&void 0!==i?i:0})}try{return nu.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===(s=null==a?void 0:a.timeZone)||void 0===s?void 0:s.id)&&void 0!==l?l:null==a?void 0:a.timeZoneId)&&void 0!==c?c:t)&&void 0!==d?d:n?bh(n):void 0)&&void 0!==u?u:nu.Now.timeZoneId();if("function"==typeof(null==a?void 0:a.toZonedDateTime))try{return a.toZonedDateTime({timeZone:o})}catch(e){}const i=null!=n?n:nu.Now.zonedDateTimeISO(o);return nu.ZonedDateTime.from({timeZone:o,year:null!==(h=null==a?void 0:a.year)&&void 0!==h?h:i.year,month:null!==(f=null==a?void 0:a.month)&&void 0!==f?f:i.month,day:null!==(g=null==a?void 0:a.day)&&void 0!==g?g:i.day,hour:null!==(v=null!==(m=null==a?void 0:a.hour)&&void 0!==m?m:null==n?void 0:n.hour)&&void 0!==v?v:0,minute:null!==(y=null!==(p=null==a?void 0:a.minute)&&void 0!==p?p:null==n?void 0:n.minute)&&void 0!==y?y:0,second:null!==(b=null!==(D=null==a?void 0:a.second)&&void 0!==D?D:null==n?void 0:n.second)&&void 0!==b?b:0,millisecond:null!==(x=null!==(w=null==a?void 0:a.millisecond)&&void 0!==w?w:null==n?void 0:n.millisecond)&&void 0!==x?x:0,microsecond:null!==(M=null!==(E=null==a?void 0:a.microsecond)&&void 0!==E?E:null==n?void 0:n.microsecond)&&void 0!==M?M:0,nanosecond:null!==(N=null!==(C=null==a?void 0:a.nanosecond)&&void 0!==C?C:null==n?void 0:n.nanosecond)&&void 0!==N?N:0})}},xh=(e,t,n)=>{const r=vh(t,n),a={YYYY:e.year.toString(),YY:mh(e.year%100),MM:mh(e.month),DD:mh(e.day),HH:mh(e.hour),mm:mh(e.minute)};return r.replace(gh,e=>{var t;return null!==(t=a[e])&&void 0!==t?t:e})},Eh=Array.from({length:24},(e,t)=>t),Mh=Array.from({length:60},(e,t)=>t),Ch=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Nh=(e,t)=>nu.PlainDate.compare(e,t),Th=({value:e,format:l="YYYY-MM-DD HH:mm",showTimeFormat:c="HH:mm",showTime:d=!0,onChange:f,onOk:g,timeZone:y,disabled:D=!1,placement:b="bottomLeft",autoAdjustOverflow:w=!0,getPopupContainer:x})=>{const E=t(()=>vh(l,c),[l,c]),C=t(()=>yh(E),[E]),N=t(()=>{const t=null!=y?y:ou(e[0])?ou(e[1])?nu.Now.timeZoneId():bh(e[1]):bh(e[0]),n=wh(e[0],t);return[n,wh(e[1],t,n)]},[e,y]),[T,I]=n(N),S=o(N),[H,O]=n("start"),[k,R]=n([xh(N[0],l,c),xh(N[1],l,c)]),P=o([xh(N[0],l,c),xh(N[1],l,c)]),j=o(N),[$,Y]=n(N[0].toPlainDate().with({day:1})),[A,L]=n(!1),Z=r(e=>{L(e)},[]),[F,V]=n(b),z=o(b),B=o(null),U=o(null),W=o({start:{hour:null,minute:null},end:{hour:null,minute:null}}),q=o(!1);a(()=>{P.current=k},[k]),a(()=>{j.current=T},[T]),a(()=>{const e=S.current,t=0!==nu.ZonedDateTime.compare(e[0],N[0]),n=0!==nu.ZonedDateTime.compare(e[1],N[1]);(t||n)&&I(N),S.current=N},[N]),a(()=>{Y(N[0].toPlainDate().with({day:1}))},[N[0]]);const _=r((e,t,n=0)=>{var r;if(!e||!t)return;const a=e.getBoundingClientRect(),o=t.getBoundingClientRect().top-a.top+e.scrollTop-n,i=(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:i})},[]),G=r(e=>{requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=W.current[e];["hour","minute"].forEach(e=>{const n=t[e];if(!n)return;const r=n.querySelector('[data-active="true"]');r&&_(n,r,0)})})})},[_]);a(()=>{A&&G(H)},[H,A,G]);const X=T[0].epochMilliseconds,J=T[0].offsetNanoseconds,K=T[1].epochMilliseconds,Q=T[1].offsetNanoseconds;a(()=>{const[e,t]=j.current,n=xh(e,l,c),r=xh(t,l,c),[a,o]=P.current;a===n&&o===r||(P.current=[n,r],R([n,r]))},[X,J,K,Q,l,c]),a(()=>{if(!A)return;const e=e=>{var t,n;const r=e.target;if(null===(t=B.current)||void 0===t?void 0:t.contains(r))return;if(null===(n=U.current)||void 0===n?void 0:n.contains(r))return;r.closest("[data-rangepicker-popup]")||Z(!1)},t=setTimeout(()=>{document.addEventListener("mousedown",e)},100);return()=>{clearTimeout(t),document.removeEventListener("mousedown",e)}},[A]),a(()=>{A||(O("start"),q.current||I(N),q.current=!1)},[A,N]);const ee=r(e=>{f&&f(e,[xh(e[0],l,c),xh(e[1],l,c)])},[l,f,c]),te=r(e=>{g&&g(e,[xh(e[0],l,c),xh(e[1],l,c)])},[l,g,c]),ne=r((e,t)=>{I(n=>{const r=[...n];if("start"===e){const e=wh(r[1],bh(t),t),n=nu.ZonedDateTime.compare(t,e)>0?t:e;return[t,n]}const a=wh(r[0],bh(t),t);return[nu.ZonedDateTime.compare(a,t)>0?t:a,t]})},[]),re=r((e,t)=>{if(D)return;const n="start"===e?0:1;I(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=wh(r[1],bh(o),o);return[o,nu.ZonedDateTime.compare(o,e)>0?o:e]}const i=wh(r[0],bh(o),o);return[nu.ZonedDateTime.compare(i,o)>0?o:i,o]}),requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=W.current[e].hour;if(!t)return;const n=t.querySelector('[data-active="true"]');n&&_(t,n,0)})})},[D]),ae=r((e,t)=>{if(D)return;const n="start"===e?0:1;I(r=>{const a=r[n].with({minute:t,second:0,millisecond:0,microsecond:0,nanosecond:0});if("start"===e){const e=wh(r[1],bh(a),a);return[a,nu.ZonedDateTime.compare(a,e)>0?a:e]}const o=wh(r[0],bh(a),a);return[nu.ZonedDateTime.compare(o,a)>0?a:o,a]}),requestAnimationFrame(()=>{requestAnimationFrame(()=>{const t=W.current[e].minute;if(!t)return;const n=t.querySelector('[data-active="true"]');n&&_(t,n,0)})})},[D]),oe=r((e,t)=>{const n="start"===e?0:1;R(e=>{const r=[...e];return r[n]=t,r})},[]),ie=r((e,t)=>{const n="start"===e?0:1,r=T[n],a=bh(r),o=Dh(t,C,r,a);if(o){ne(e,o);const t=o.toPlainDate().with({day:1});return Y(t),"start"===e&&O("end"),!0}return R(e=>{const t=[...e];return t[n]=xh(T[n],l,c),t}),!1},[T,l,C,c,ne]),se=r(e=>t=>{oe(e,t.target.value)},[oe]),le=r(e=>t=>{var n;if(D)return;if(A)return;const r=t.relatedTarget;r&&(null===(n=B.current)||void 0===n?void 0:n.contains(r))||ie(e,t.target.value)},[ie,D,A]),ce=r(e=>t=>{"Enter"===t.key&&(t.preventDefault(),ie(e,t.currentTarget.value)),"Escape"===t.key&&t.currentTarget.blur()},[ie]),de=e=>{Y(t=>t.add({months:e}).with({day:1}))},ue=e=>{Y(t=>t.add({years:e}).with({day:1}))},he=t(()=>{const e=$,t=e.dayOfWeek%7,n=e.subtract({days:t});return Array.from({length:42},(e,t)=>n.add({days:t}))},[$]),fe=T[0].toPlainDate(),ge=T[1].toPlainDate(),me=r((e=b)=>{if(!w||!B.current)return e;const t=B.current.getBoundingClientRect(),n=window.innerHeight-t.bottom,r=t.top,a=window.innerWidth-t.left,o=t.right;let i=e;return i.startsWith("bottom")&&n<500&&r>n?i=i.replace("bottom","top"):i.startsWith("top")&&r<500&&n>r&&(i=i.replace("top","bottom")),i.endsWith("Left")&&a<480&&o>a?i=i.replace("Left","Right"):i.endsWith("Right")&&o<480&&a>o&&(i=i.replace("Right","Left")),i},[w,b]),ve=r(()=>{const e=me();z.current!==e&&(z.current=e,V(e))},[me]),pe=e=>{if(D)return;O(e);const t=T["start"===e?0:1].toPlainDate().with({day:1});Y(t);const n=me();z.current!==n&&(z.current=n,V(n)),Z(!0)};a(()=>{if(!A)return;ve();const e=()=>ve();return window.addEventListener("resize",e),window.addEventListener("scroll",e,!0),()=>{window.removeEventListener("resize",e),window.removeEventListener("scroll",e,!0)}},[A,ve]);const ye=s("div",{ref:U,style:(()=>{if(!B.current)return{};const e=B.current.getBoundingClientRect(),t=z.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:i("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:[i("div",{className:"flex flex-col gap-1 sm:flex-row",children:[i("div",{className:"flex-3 rounded-xl border border-slate-200 bg-white shadow-sm w-full",children:[i("div",{className:"flex items-center justify-between border-b border-slate-100 px-3 py-2 text-sm font-medium text-slate-700",children:[i("div",{className:"flex items-center gap-1",children:[s("button",{type:"button",disabled:D,onClick:()=>ue(-1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:s(m,{width:14,height:12})}),s("button",{type:"button",disabled:D,onClick:()=>de(-1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:s(u,{width:14,height:12})})]}),i("div",{className:"text-sm font-semibold text-slate-700",children:[Ch[$.month-1]," ",$.year]}),i("div",{className:"flex items-center gap-1",children:[s("button",{type:"button",disabled:D,onClick:()=>de(1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:s(h,{width:14,height:12})}),s("button",{type:"button",disabled:D,onClick:()=>ue(1),className:"rounded-md px-2 py-1 text-slate-400 transition hover:text-slate-600 disabled:opacity-40",children:s(v,{width:14,height:12})})]})]}),s("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=>s("span",{children:e},e))}),s("div",{className:"grid grid-cols-7 gap-2 px-1 ",children:he.map(e=>{const t=e.month!==$.month,n=0===Nh(e,fe),r=0===Nh(e,ge),a=Nh(e,fe)>=0&&Nh(e,ge)<=0;return s("button",{type:"button",disabled:D,onClick:()=>(e=>{if(D)return;const t=(e,t)=>{var n,r,a,o;const i=bh(e);return nu.ZonedDateTime.from({timeZone:i,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"===H){const n=t(T[0],e),r=T[1].epochMilliseconds-T[0].epochMilliseconds,a=n.add({milliseconds:r});return void I([n,a])}const n=t(T[1],e),r=T[1].epochMilliseconds-T[0].epochMilliseconds;if(nu.ZonedDateTime.compare(n,T[0])<0){const n=t(T[0],e),a=n.add({milliseconds:r});return void I([n,a])}const a=[T[0],n];I(a),Y(n.toPlainDate().with({day:1}))})(e),className:`flex h-9 w-9 items-center justify-center rounded-md text-sm transition ${n||r?"bg-blue-500 text-white font-semibold":a?"bg-blue-50 text-blue-600":t?"text-slate-300":"text-slate-700 hover:bg-blue-50 hover:text-blue-600"}`,children:e.day},e.toString())})})]}),s("div",{className:"flex flex-1 justify-end sm:w-32",children:(()=>{const e=H,t=T["start"===e?0:1],n=t.minute,r=Mh.includes(n)?Mh:[...Mh,n].sort((e,t)=>e-t);return i("div",{className:"flex flex-col rounded-xl border border-slate-200 bg-white shadow-sm sm:w-28",children:[s("div",{className:"flex border-b border-slate-100 justify-center",children:i("div",{className:"text-lg py-2",children:[t.hour,":",t.minute]})}),i("div",{className:"flex p-1",children:[s("div",{className:"w-14",children:s("div",{className:"h-72 overflow-y-auto rounded-md border border-slate-100 bg-white",role:"listbox","aria-label":"Hour",ref:t=>{W.current[e].hour=t},children:Eh.map(n=>{const r=n===t.hour;return s("button",{type:"button",role:"option","aria-selected":r,disabled:D,onClick:()=>re(e,n),className:"flex h-8 w-full items-center justify-center text-sm transition "+(r?"bg-blue-500 text-white font-semibold":"text-slate-600 hover:bg-blue-50 hover:text-blue-600"),"data-active":r?"true":void 0,children:mh(n)},n)})})}),s("div",{className:"w-14",children:s("div",{className:"h-72 overflow-y-auto rounded-md border border-slate-100 bg-white",role:"listbox","aria-label":"Minute",ref:t=>{W.current[e].minute=t},children:r.map(t=>{const r=t===n;return s("button",{type:"button",role:"option","aria-selected":r,disabled:D,onClick:()=>ae(e,t),className:"flex h-8 w-full items-center justify-center text-sm transition "+(r?"bg-blue-500 text-white font-semibold":"text-slate-600 hover:bg-blue-50 hover:text-blue-600"),"data-active":r?"true":void 0,children:mh(t)},t)})})})]})]})})()})]}),s("div",{className:"flex justify-end",children:s("button",{type:"button",onClick:()=>{q.current=!0,ee(T),te(T),Z(!1)},disabled:D,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 i("div",{className:"relative max-w-[400px]",ref:B,children:[i("div",{className:"flex items-center gap-2 rounded-lg border text-sm shadow-sm transition "+(D?"cursor-not-allowed border-slate-200 bg-slate-50 text-slate-400":A?"border-blue-500 bg-white shadow-md":"border-slate-200 bg-white hover:border-blue-300"),children:[s("div",{className:"flex min-w-0 flex-1 flex-col gap-1",children:s("input",{type:"text",value:k[0],onChange:se("start"),onFocus:()=>pe("start"),onClick:()=>pe("start"),onBlur:le("start"),onKeyDown:ce("start"),className:"w-full rounded-md border px-2 py-1.5 text-sm font-medium transition focus:outline-none focus:ring-0 "+(D?"cursor-not-allowed border-transparent bg-transparent text-slate-400":"start"===H&&A?" bg-white text-blue-600":"border-transparent bg-transparent text-slate-700 hover:border-blue-200"),placeholder:E,autoComplete:"off",disabled:D})}),s(p,{className:"text-slate-400"}),s("div",{className:"flex min-w-0 flex-1 flex-col gap-1",children:s("input",{type:"text",value:k[1],onChange:se("end"),onFocus:()=>pe("end"),onClick:()=>pe("end"),onBlur:le("end"),onKeyDown:ce("end"),className:"w-full rounded-md border px-2 py-1.5 text-sm font-medium transition focus:outline-none focus:ring-0 "+(D?"cursor-not-allowed border-transparent bg-transparent text-slate-400":"end"===H&&A?"bg-white text-blue-600":"border-transparent bg-transparent text-slate-700 hover:border-blue-200"),placeholder:E,autoComplete:"off",disabled:D})})]}),A&&(x?M.createPortal(ye,x()):M.createPortal(ye,document.body))]})},Ih=({event:e,isOpen:n,isAllDay:r,onEventUpdate:a,onEventDelete:o,onClose:l})=>{var c,d;const u=t(()=>Y().getVisible().map(e=>({label:e.name,value:e.id})),[]);if(!n)return null;if("undefined"==typeof window||"undefined"==typeof document)return null;const h=i("div",{className:"fixed inset-0 flex items-center justify-center",style:{pointerEvents:"auto",zIndex:9998},"data-event-detail-dialog":"true",children:[s("div",{className:"absolute inset-0 bg-black/50",onClick:e=>{const t=e.target;t.closest("[data-rangepicker-popup]")||t===e.currentTarget&&l()}}),i("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:[s("button",{onClick:l,className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 transition","aria-label":"Close",children:s("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:s("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})}),i("div",{className:"pr-8",children:[s("span",{className:"block text-xs text-gray-600 mb-1",children:"Event Title"}),i("div",{className:"flex items-center justify-between gap-3 mb-4",children:[s("div",{className:"flex-1",children:s("input",{type:"text",value:e.title,onChange:t=>{a(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"})}),s(fh,{options:u,value:e.calendarId||"blue",onChange:t=>{a(Object.assign(Object.assign({},e),{calendarId:t}))}})]}),i("div",r?{className:"mb-4",children:[s("div",{className:"text-xs text-gray-600 mb-1",children:"Date"}),s("div",{className:"text-sm text-gray-900 font-medium",children:Nu(e.start,e.end)?`${hh(e.start)} to ${hh(e.end)}`:hh(e.start)})]}:{className:"mb-4",children:[s("div",{className:"text-xs text-gray-600 mb-1",children:"Time Range"}),s(Th,{value:[e.start,e.end],timeZone:ou(e.start)?nu.Now.timeZoneId():null!==(c=e.start.timeZoneId)&&void 0!==c?c:e.start.timeZoneId,onChange:t=>{const[n,r]=t;a(Object.assign(Object.assign({},e),{start:n,end:r}))},onOk:t=>{const[n,r]=t;a(Object.assign(Object.assign({},e),{start:n,end:r}))}})]}),i("div",{className:"mb-4",children:[s("span",{className:"block text-xs text-gray-600 mb-1",children:"Note"}),s("textarea",{value:null!==(d=e.description)&&void 0!==d?d:"",onChange:t=>a(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..."})]}),i("div",{className:"flex space-x-2",children:[s("button",r?{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=ou(e.start)?e.start:e.start.toPlainDate(),n=nu.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:9,minute:0,timeZone:nu.Now.timeZoneId()}),r=nu.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:10,minute:0,timeZone:nu.Now.timeZoneId()});a(Object.assign(Object.assign({},e),{allDay:!1,start:n,end:r}))},children:"Set as Timed Event"}:{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=ou(e.start)?e.start:e.start.toPlainDate();a(Object.assign(Object.assign({},e),{allDay:!0,start:t,end:t}))},children:"Set as All-day"}),s("button",{className:"px-3 py-2 bg-red-100 text-red-700 rounded-lg hover:bg-red-200 text-sm font-medium transition",onClick:()=>{o(e.id),l()},children:"Delete"})]})]})]})]}),f=document.body;return f?M.createPortal(h,f):null},Sh=({calendar:e,className:l,style:c,customDetailPanelContent:d,customEventDetailDialog:u,meta:h})=>{var f,g;const m=e.app,v=m.getCurrentView(),p=v.component,y=m.getSidebarConfig(),D=null!==(f=null==y?void 0:y.enabled)&&void 0!==f&&f,[b,w]=n(0),[x,E]=n(null!==(g=null==y?void 0:y.initialCollapsed)&&void 0!==g&&g);a(()=>{var e;E(null!==(e=null==y?void 0:y.initialCollapsed)&&void 0!==e&&e)},[null==y?void 0:y.initialCollapsed]);const M=r(()=>{w(e=>e+1)},[]),C=t(()=>m.getCalendars(),[m,b]),N=r((e,t)=>{m.setCalendarVisibility(e,t),M()},[m,M]),T=r(e=>{m.setAllCalendarsVisibility(e),M()},[m,M]),I=o(null),S=u||(m.getUseEventDetailDialog()?Ih:void 0),H={app:m,config:v.config||{},customDetailPanelContent:d,customEventDetailDialog:S,switcherMode:m.state.switcherMode,calendarRef:I,meta:h},O={app:m,calendars:C,toggleCalendarVisibility:N,toggleAll:T,isCollapsed:x,setCollapsed:E},k=x?"60px":"number"==typeof(R=null==y?void 0:y.width)?`${R}px`:"string"==typeof R&&R.trim().length>0?R:"240px";var R;return s("div",{className:"calendar-container",style:null!=c?c:{height:800},children:i("div",{className:"flex h-full",children:[D&&s("aside",{className:"flex-shrink-0",style:{width:k},children:D?y.render?y.render(O):s(ch,Object.assign({},O)):null}),s("div",{className:"flex flex-col flex-1 h-full",ref:I,children:s("div",{className:"calendar-renderer h-full",children:s(p,Object.assign({},H))})})]})})},Hh=({originalComponent:e,app:n,config:a,customDetailPanelContent:o,customEventDetailDialog:i,calendarRef:l,switcherMode:c,meta:d})=>{const u=n.getPlugin("events"),h=a.enableDrag?n.getPlugin("drag"):void 0,f=n.getCurrentDate(),g=n.state.currentView,m=n.getEvents(),v=r(e=>{u?u.update(e.id,e):n.updateEvent(e.id,e)},[u,n]),p=r(e=>{u?u.delete(e):n.deleteEvent(e)},[u,n]),y=r(e=>{u?u.add(e):n.addEvent(e)},[u,n]),D=r(e=>{n.setCurrentDate(e)},[n]),b=r(e=>{n.changeView(e)},[n]),w=t(()=>{const e=a.viewConfig||{};return h&&Object.assign(e,a.dragConfig||{}),u&&Object.assign(e,a.eventsConfig||{}),e},[a,h,u]),x=t(()=>({app:n,currentDate:f,currentView:g,events:m,onEventUpdate:v,onEventDelete:p,onEventCreate:y,onDateChange:D,onViewChange:b,config:w}),[n,f,g,m,v,p,y,D,b,w]),E=t(()=>{const e={currentDate:f,events:m,setEvents:e=>{m.forEach(e=>p(e.id)),e.forEach(e=>y(e))},updateEvent:v,deleteEvent:p,addEvent:y,goToPrevious:()=>{const e=new Date(f);switch(g){case N.DAY:e.setDate(e.getDate()-1);break;case N.WEEK:e.setDate(e.getDate()-7);break;case N.MONTH:e.setMonth(e.getMonth()-1)}D(e)},goToNext:()=>{const e=new Date(f);switch(g){case N.DAY:e.setDate(e.getDate()+1);break;case N.WEEK:e.setDate(e.getDate()+7);break;case N.MONTH:e.setMonth(e.getMonth()+1)}D(e)},goToToday:()=>{D(new Date)},changeView:b,selectDate:D};return Object.assign(Object.assign({calendar:e},x),{eventsService:u,dragService:h,customDetailPanelContent:o,customEventDetailDialog:i,calendarRef:l,switcherMode:c,meta:d})},[f,m,g,v,p,y,D,b,x,u,h,o,i,l,c,d]);return s(e,Object.assign({},E))};function Oh(e){return!("hour"in e)}function kh(e){return"hour"in e&&!("timeZone"in e)}function Rh(e){return"timeZone"in e}function Ph(e){if(Oh(e))return new Date(e.year,e.month-1,e.day);if(kh(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)}function jh(e){return nu.PlainDate.from({year:e.getFullYear(),month:e.getMonth()+1,day:e.getDate()})}function $h(e){return nu.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 Yh(e,t){return nu.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 Ah(e){return new Date(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond)}function Lh(e){return new Date(e.year,e.month-1,e.day)}function Zh(e){if(Oh(e))return 0;return e.hour+e.minute/60}function Fh(e,t){const n=Math.floor(t),r=Math.round(60*(t-n));return Rh(e),e.with({hour:n,minute:r,second:0,millisecond:0})}function Vh(e,t){const n=Oh(e)?e:(kh(e),e.toPlainDate()),r=Oh(t)?t:(kh(t),t.toPlainDate());return n.equals(r)}function zh(e){return Oh(e)?e:(kh(e),e.toPlainDate())}function Bh(e,t=!1){if(e instanceof nu.PlainDate||e instanceof nu.PlainDateTime)return e;if(e instanceof Date)return t?jh(e):$h(e);throw new Error("Invalid time type: "+typeof e)}function Uh(e,t){if(e instanceof nu.ZonedDateTime)return e;if(e instanceof Date)return Yh(e,t);throw new Error("Invalid time type: "+typeof e)}function Wh(e){var t;const n=Bh(e.start,e.allDay),r=Bh(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 qh(e){const t=Uh(e.start,e.timeZone),n=Uh(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}}function _h(e){return e.map(e=>Wh(e))}function Gh(e){return e.map(e=>qh(e))}function Xh(e,t,n,r){return Wh(Object.assign({id:e,title:t,start:n,end:n,allDay:!0},r))}function Jh(e,t,n,r,a){return Wh(Object.assign({id:e,title:t,start:n,end:r},a))}function Kh(e,t,n,r,a=!1,o){return Wh(Object.assign({id:e,title:t,start:n,end:r,allDay:a},o))}function Qh(e,t,n,r,a,o){return qh(Object.assign({id:e,title:t,start:n,end:r,timeZone:a},o))}const ef=e=>{const t=e.title.toLowerCase();return t.includes("holiday")||t.includes("vacation")||t.includes("假期")?s(y,{className:"h-3 w-3"}):t.includes("birthday")||t.includes("anniversary")||t.includes("生日")?s(D,{className:"h-3 w-3"}):t.includes("conference")||t.includes("meeting")||t.includes("会议")||t.includes("研讨")?s(b,{className:"h-3 w-3"}):t.includes("trip")||t.includes("travel")||t.includes("旅行")?s(w,{className:"h-3 w-3"}):s(x,{className:"h-3 w-3"})},tf=(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=du(e.start),o=du(e.end),i=new Date(a);i.setHours(0,0,0,0);const s=new Date(o);s.setHours(0,0,0,0);let l=new Date(s);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(s),l.setDate(l.getDate()-1))}}const c=pu(i,l)>0;if(!c&&e.allDay){if(i<t||i>r)return;const a=Math.floor((i.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=i;let u;if(e.allDay)u=new Date(s),u.setHours(23,59,59,999);else{0!==o.getHours()||0!==o.getMinutes()||0!==o.getSeconds()?(u=new Date(s),u.setHours(23,59,59,999)):(u=new Date(s),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)),v=d>=t,p=u<=r,y=0===g||6===m;let D;D=v&&p?"single":v?y&&6===m?"start-week-end":"start":p?y&&0===g?"end-week-start":"end":"middle";const b=pu(d,u)+1;n.push({id:`${e.id}-week-${t.getTime()}`,originalEventId:e.id,event:e,startDayIndex:g,endDayIndex:m,segmentType:D,totalDays:b,segmentIndex:0,isFirstSegment:v,isLastSegment:p})}),n},nf=(e,t)=>{if(e.allDay)return[];const n=du(e.start),r=du(e.end),a=new Date(n);a.setHours(0,0,0,0);const o=new Date(r);o.setHours(0,0,0,0);const i=pu(a,o);if(0===i)return[];const s=0!==r.getHours()||0!==r.getMinutes()||0!==r.getSeconds()||0!==r.getMilliseconds(),l=r.getTime()-n.getTime();if(!e.allDay&&1===i&&!s&&l<864e5)return[];const c=s?i:Math.max(0,i-1),d=[];for(let e=0;e<=c;e++){const o=new Date(a);o.setDate(a.getDate()+e);const i=Math.floor((o.getTime()-t.getTime())/864e5);if(i<0||i>6)continue;const l=0===e,u=e===c,h=l?n.getHours()+n.getMinutes()/60:0,f=u&&s?r.getHours()+r.getMinutes()/60:24;d.push({dayIndex:i,startHour:h,endHour:f,isFirst:l,isLast:u})}return d},rf=e.memo(({segment:e,segmentIndex:t,isDragging:n,isSelected:r=!1,onMoveStart:a,onResizeStart:o})=>{const l=17*t,c=`calc(${e.startDayIndex/7*100}% + 2px)`,d=`calc(${(e.endDayIndex-e.startDayIndex+1)/7*100}% - 4px)`,u=t=>{const n="left"===t;return(n?e.isFirstSegment:e.isLastSegment)&&o?s("div",{className:`resize-handle absolute ${n?"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(),o(t,e.event,n?"left":"right")},onClick:e=>{e.preventDefault(),e.stopPropagation()}}):null},h=e.event.calendarId||"blue",f=e.endDayIndex-e.startDayIndex+1;return i("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:c,width:d,top:l-2+"px",height:"16px",borderRadius:(g=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"}[g]),pointerEvents:"auto",zIndex:10},r||n?{backgroundColor:Su(h),color:"#fff"}:{backgroundColor:Tu(h),color:Iu(h)}),"data-segment-days":f,onMouseDown:t=>{t.preventDefault(),t.stopPropagation();t.target.closest(".resize-handle")||a(t,e.event)},title:`${e.event.title} (${dh(e.event.start)} - ${dh(e.event.end)})`,children:[u("left"),(()=>{const t=e.event.allDay,n=e.event.calendarId||"blue",r=wu(e.event.start),a=ju(e.event),o=ku(r),l=ku(a);if(t){const t=()=>e.isFirstSegment?e.event.title:"middle"===e.segmentType||e.isLastSegment&&e.totalDays>1?"···":e.event.title;return i("div",{className:"flex items-center min-w-0 w-full pointer-events-auto",children:[e.isFirstSegment&&s("div",{className:"flex-shrink-0 mr-1",children:s("div",{className:"rounded-full p-0.5 text-white flex items-center justify-center",style:{backgroundColor:Hu(n),width:"12px",height:"12px"},children:ef(e.event)})}),s("div",{className:"flex-1 min-w-0",children:s("div",{className:"truncate font-medium text-xs",children:t()})}),e.isLastSegment&&"single"!==e.segmentType&&s("div",{className:"flex-shrink-0 ml-1 text-white/80",children:s("div",{className:"w-1.5 h-1.5 rounded-full bg-white/60"})})]})}const c=e.isFirstSegment||e.isLastSegment?e.event.title:"···",d=e.endDayIndex-e.startDayIndex+1,u=d>1?{position:"absolute",right:`calc(${d>1?(d-1)/d*100:0}% + 2px)`,top:"50%",transform:"translateY(-50%)"}:void 0;return i("div",{className:"relative flex items-center min-w-0 w-full pointer-events-auto",children:[s("span",{className:"inline-block w-[3px] h-3 rounded-full flex-shrink-0 mr-1",style:{backgroundColor:Hu(n)}}),s("div",{className:"flex items-center min-w-0 flex-1",children:s("span",{className:"truncate font-medium text-xs",children:c})}),e.isFirstSegment&&s("span",{className:"text-xs font-medium whitespace-nowrap "+(1===d?"ml-2":""),style:u,children:o}),e.isLastSegment&&!e.event.allDay&&24!==a&&s("span",{className:"text-xs font-medium whitespace-nowrap ml-auto",children:`ends ${l}`})]})})(),u("right")]});var g});rf.displayName="MultiDayEvent";const af=({event:e,position:n,panelRef:r,isAllDay:a,eventVisibility:o,calendarRef:l,selectedEventElementRef:c,onEventUpdate:d,onEventDelete:u})=>{var h,f;const g=t(()=>Y().getVisible().map(e=>({label:e.name,value:e.id})),[]),m=(()=>{var e;let t={};if("sticky-top"===o){const r=null===(e=l.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(r){const e=r.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"===o){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}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&&c.current&&l.current){const e=c.current.getBoundingClientRect(),a=l.current.querySelector(".calendar-content");if(a){const o=a.getBoundingClientRect(),i=Math.max(e.top,o.top),s=Math.min(e.bottom,o.bottom),l=Math.max(0,s-i);let c;c=l===e.height?e.top+e.height/2:l>0?i+l/2:e.top+e.height/2;const d=c-n.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));t=Object.assign({position:"absolute",width:"12px",height:"12px",backgroundColor:"white",transform:"rotate(45deg)",transformOrigin:"center",top:g-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})(),v=i("div",{ref:r,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:[s("div",{style:m}),s("span",{className:"block text-xs text-gray-600 mb-1",children:"Event Title"}),i("div",{className:"flex items-center justify-between gap-3 mb-3",children:[s("div",{className:"flex-1",children:s("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"})}),s(fh,{options:g,value:e.calendarId||"blue",onChange:t=>{d(Object.assign(Object.assign({},e),{calendarId:t}))}})]}),i("div",a?{className:"mb-3",children:[s("div",{className:"text-xs text-gray-600 mb-1",children:"Date"}),s("div",{className:"text-xs text-gray-900 font-medium",children:Nu(e.start,e.end)?`${hh(e.start)} to ${hh(e.end)}`:hh(e.start)})]}:{className:"mb-3",children:[s("div",{className:"text-xs text-gray-600 mb-1",children:"Time Range"}),s(Th,{value:[e.start,e.end],timeZone:ou(e.start)?nu.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}))}})]}),i("div",{className:"mb-3",children:[s("span",{className:"block text-xs text-gray-600 mb-1",children:"Note"}),s("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..."})]}),i("div",{className:"flex space-x-2",children:[s("button",a?{className:"px-2 py-1 bg-blue-100 text-blue-700 rounded hover:bg-blue-200 text-xs font-medium",onClick:()=>{const t=ou(e.start)?e.start:e.start.toPlainDate(),n=nu.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:9,minute:0,timeZone:nu.Now.timeZoneId()}),r=nu.ZonedDateTime.from({year:t.year,month:t.month,day:t.day,hour:10,minute:0,timeZone:nu.Now.timeZoneId()});d(Object.assign(Object.assign({},e),{allDay:!1,start:n,end:r}))},children:"Set as Timed Event"}:{className:"px-2 py-1 bg-blue-100 text-blue-700 rounded hover:bg-blue-200 text-xs font-medium",onClick:()=>{const t=ou(e.start)?e.start:e.start.toPlainDate();d(Object.assign(Object.assign({},e),{allDay:!0,start:t,end:t}))},children:"Set as All-day"}),s("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 p=document.body;return p?M.createPortal(v,p):null},of=({event:e,position:t,panelRef:n,isAllDay:r,eventVisibility:a,calendarRef:o,selectedEventElementRef:l,onEventUpdate:c,onEventDelete:d,onClose:u,contentRenderer:h})=>{const f=(()=>{var e;let r={};if("sticky-top"===a){const n=null===(e=o.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(n){const e=n.getBoundingClientRect().top+3-t.top;r=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"===a){const e=n.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}r={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&&o.current){const e=l.current.getBoundingClientRect(),a=o.current.querySelector(".calendar-content");if(a){const o=a.getBoundingClientRect(),i=Math.max(e.top,o.top),s=Math.min(e.bottom,o.bottom),l=Math.max(0,s-i);let c;c=l===e.height?e.top+e.height/2:l>0?i+l/2:e.top+e.height/2;const d=c-t.top,u=n.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));r=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 r})(),g=i("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:[s("div",{style:f}),s(h,{event:e,isAllDay:r,onEventUpdate:c,onEventDelete:d,onClose:u})]});return M.createPortal(g,document.body)},sf=({event:e,layout:t,isAllDay:c=!1,allDayHeight:d=28,calendarRef:u,isBeingDragged:h=!1,isDayView:f=!1,isMonthView:g=!1,isMultiDay:m=!1,segment:v,segmentIndex:p=0,hourHeight:y,firstHour:D,selectedEventId:b,detailPanelEventId:w,onMoveStart:E,onResizeStart:C,onEventUpdate:N,onEventDelete:T,newlyCreatedEventId:I,onDetailPanelOpen:S,onEventSelect:H,onDetailPanelToggle:O,customDetailPanelContent:k,customEventDetailDialog:R,multiDaySegmentInfo:P})=>{const[j,$]=n(!1),Y=m&&v?`${e.id}::${v.id}`:void 0!==(null==P?void 0:P.dayIndex)?`${e.id}::day-${P.dayIndex}`:e.id,A=w===Y,[L,Z]=n(null),[F,V]=n("visible"),z=o(null),B=o(null),U=o(null),W=o(null),q=void 0!==b?b===e.id:j,_=e=>{if(!u.current)return null;const t=u.current.getBoundingClientRect();if(g){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=f?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},G=e=>{if(!u.current)return null;const t=u.current.getBoundingClientRect();if(g){const n=t.width/7;return{left:t.left+e*n,width:n}}if(f){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}},X=e=>{W.current=e},J=()=>{var t;if(null!==W.current)return W.current;if(w===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==P?void 0:P.dayIndex)?P.dayIndex:v?v.startDayIndex:null!==(t=e.day)&&void 0!==t?t:0},K=r(()=>{if(!U.current||!u.current||!B.current)return;const t=u.current.getBoundingClientRect(),n=J(),r=G(n);let a,o;if(r)a=r.left,o=r.width;else if(g)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 i=Math.min(window.innerWidth,t.right),s=Math.min(window.innerHeight,t.bottom);requestAnimationFrame(()=>{var r,o,l,c,d;if(!B.current)return;if(!U.current)return;const h=B.current.getBoundingClientRect(),p=h.width,b=h.height;let w,x,E;if("sticky-top"===F||"sticky-bottom"===F){const t=null===(r=u.current)||void 0===r?void 0:r.querySelector(".calendar-content");if(!t)return;const n=P?P.startHour:wu(e.start),a=P?P.endHour:ju(e),i=(n-D)*y,s=Math.max((a-n)*y,y/4),l=t.getBoundingClientRect(),c=t.scrollTop,d=l.top+i-c,h=null===(o=z.current)||void 0===o?void 0:o.getBoundingClientRect();if(!h)return;E={top:d,bottom:d+s,left:h.left,right:h.right,width:h.width,height:s,x:h.x,y:d,toJSON:()=>({})}}else E=U.current.getBoundingClientRect();if(g&&m&&v){const e=G(n),r=null!==(l=null==e?void 0:e.width)&&void 0!==l?l:t.width/7,a=null!==(c=null==e?void 0:e.left)&&void 0!==c?c:t.left+n*r,o=a+r;E={top:E.top,bottom:E.bottom,left:a,right:o,width:o-a,height:E.height,x:a,y:E.top,toJSON:()=>({})}}if(("sticky-top"===F||"sticky-bottom"===F)&&!g){const e=null!==(d=null==P?void 0:P.dayIndex)&&void 0!==d?d:J(),n=80,r=f?1:7,a=(t.width-n)/r,o=G(e),i=o?o.left:t.left+n+e*a,s=o?o.width:a,l=Math.max(0,f?E.width:s-3),c=f?E.left:i;E=Object.assign(Object.assign({},E),{left:c,right:c+l,width:l})}const M=i-E.right,C=E.left-t.left;w=M>=p+20?E.right+10:C>=p+20?E.left-p-10:M>C?Math.max(t.left+10,i-p-10):t.left+10;const N=E.top-b/2+E.height/2,T=Math.max(10,t.top+10),I=s-10;x=N<T?T:N+b>I?I-b:N,Z(e=>e?Object.assign(Object.assign({},e),{top:x,left:w,isSunday:w<a}):null)})},[u,e.day,e.start,e.end,F,g,D,y,m,null==v?void 0:v.startDayIndex,null==v?void 0:v.endDayIndex,null==P?void 0:P.dayIndex,w,Y]),Q=r(()=>{if(!j||!A||!z.current||!u.current||c||g)return;const t=u.current.querySelector(".calendar-content");if(!t)return;const n=P?P.startHour:wu(e.start),r=P?P.endHour:ju(e),a=(n-D)*y,o=a+Math.max((r-n)*y,y/4),i=t.getBoundingClientRect(),s=t.scrollTop;let l=o<s+6,d=a>s+i.height-6;const h=i.bottom<0,f=i.top>window.innerHeight;h?l=!0:f&&(d=!0),V(l?"sticky-top":d?"sticky-bottom":"visible"),K()},[j,A,u,c,g,wu(e.start),ju(e),D,y,K,null==P?void 0:P.startHour,null==P?void 0:P.endHour,null==P?void 0:P.dayIndex,w,Y]);a(()=>{var e,t;if(!j||!A||c)return;const n=null===(e=u.current)||void 0===e?void 0:e.querySelector(".calendar-content");if(!n)return;const r=()=>Q(),a=()=>{Q(),K()},o=[n];let i=null===(t=u.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),Q(),()=>{o.forEach(e=>{e.removeEventListener("scroll",r)}),window.removeEventListener("scroll",r,!0),window.removeEventListener("resize",a)}},[j,A,c,Q,K,u,F]),a(()=>{if(!q&&!A)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),i=r.closest("[data-event-detail-dialog]"),s=r.closest("[data-rangepicker-popup]");A?a||o||i||s||(H&&H(null),X(null),$(!1),null==O||O(null)):q&&!a&&(H&&H(null),X(null),$(!1),null==O||O(null))};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[q,A,H,O]),a(()=>{m&&v&&!v.isFirstSegment||I!==e.id||A||setTimeout(()=>{var t,n;if(z.current){let r=z.current;if(m){const e=z.current.querySelector("div");e&&(r=e)}m?v?X(v.startDayIndex):void 0!==(null==P?void 0:P.dayIndex)?X(P.dayIndex):X(null!==(t=e.day)&&void 0!==t?t:null):X(null!==(n=e.day)&&void 0!==n?n:null),U.current=r,$(!0),null==O||O(Y),Z({top:-9999,left:-9999,eventHeight:0,eventMiddleY:0,isSunday:!1}),requestAnimationFrame(()=>{K()})}null==S||S()},150)},[I,e.id,A,S,K,m,v,O,Y]);const oe=()=>v?s(rf,{segment:v,segmentIndex:null!=p?p:0,isDragging:h||q,isSelected:q,onMoveStart:E||(()=>{}),onResizeStart:C}):null,ie=()=>{if(m&&v){const{segmentType:e}=v;if("single"===e||"start"===e)return te;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 te},se=e.calendarId||"blue";return i(l,{children:[s("div",{ref:z,"data-event-id":e.id,className:g?`\n ${ee}\n ${c?ie():"rounded-sm"}\n `:`\n ${ee}\n shadow-sm\n ${c?ie():"rounded-sm"}\n `,style:Object.assign(Object.assign({},(()=>{var n,r,a,o,i,s;if(g)return{opacity:h?.3:1,zIndex:q||A?1e3:1};if(c){const e={height:d-4+"px",opacity:h?.3:1,zIndex:q||A?1e3:1},t=p*d;if(Object.assign(e,{top:`${t}px`}),f)Object.assign(e,{width:"100%",left:"0px",right:"2px"});else if(m&&v){const t=(v.endDayIndex-v.startDayIndex+1)/7*100,n=v.startDayIndex/7*100,r=2,a=v.isFirstSegment?r:0,o=a+(v.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 l=P?P.startHour:wu(e.start),b=P?P.endHour:ju(e),w={top:`${(l-D)*y+3}px`,height:Math.max((b-l)*y,y/4)-4+"px",position:"absolute",opacity:h?.3:1,zIndex:q||A?1e3:null!==(n=null==t?void 0:t.zIndex)&&void 0!==n?n:1};if(q&&A&&("sticky-top"===F||"sticky-bottom"===F)){const e=null===(r=u.current)||void 0===r?void 0:r.getBoundingClientRect();if(e){const t=null!==(a=null==P?void 0:P.dayIndex)&&void 0!==a?a:J(),n=80,r=f?1:7;let l=(e.width-n)/r,c=e.left+n+t*l;g&&(l=e.width/7,c=e.left+t*l);const d=G(t);d&&(c=d.left,l=d.width);let h=null===(o=u.current)||void 0===o?void 0:o.querySelector(".calendar-content");h||(h=null===(i=u.current)||void 0===i?void 0:i.querySelector(".calendar-renderer"));const m=null==h?void 0:h.getBoundingClientRect(),v=null===(s=z.current)||void 0===s?void 0:s.getBoundingClientRect(),p=null==v?void 0:v.left,y=null==v?void 0:v.width;if("sticky-top"===F){let t=m?m.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:`${f?p:c}px`,width:`${f?y:l-3}px`,height:"6px",zIndex:1e3,overflow:"hidden"}}let D=m?m.bottom:e.bottom;return D=Math.min(D,window.innerHeight),D=Math.min(D,e.bottom),D=Math.max(D,e.top+6),D=Math.max(D,6),{position:"fixed",top:D-6+"px",left:`${f?p:c}px`,width:`${f?y:l-3}px`,height:"6px",zIndex:1e3,overflow:"hidden"}}}return t&&!c?Object.assign(Object.assign({},w),{left:`${t.left}%`,width:t.width-1+"%",right:"auto"}):Object.assign(Object.assign({},w),{left:"0px",right:"3px"})})()),q?{backgroundColor:Su(se),color:"#fff"}:{backgroundColor:Tu(se),color:Iu(se)}),onClick:t=>{var n,r;if(t.preventDefault(),t.stopPropagation(),m)if(v){const e=_(t.clientX);if(null!==e){const t=Math.min(Math.max(e,v.startDayIndex),v.endDayIndex);X(t)}else X(v.startDayIndex)}else void 0!==(null==P?void 0:P.dayIndex)?X(P.dayIndex):X(null!==(n=e.day)&&void 0!==n?n:null);else X(null!==(r=e.day)&&void 0!==r?r:null);H?H(e.id):$(!0),null==O||O(null),Z(null)},onDoubleClick:t=>{var n,r;t.preventDefault(),t.stopPropagation();let a=t.currentTarget;if(m){const e=a.querySelector("div");e&&(a=e)}if(U.current=a,m)if(v){const e=_(t.clientX);if(null!==e){const t=Math.min(Math.max(e,v.startDayIndex),v.endDayIndex);X(t)}else X(v.startDayIndex)}else void 0!==(null==P?void 0:P.dayIndex)?X(P.dayIndex):X(null!==(n=e.day)&&void 0!==n?n:null);else X(null!==(r=e.day)&&void 0!==r?r:null);new Promise(t=>{if(!u.current||c||g)return void t();const n=u.current.querySelector(".calendar-content");if(!n)return void t();const r=P?P.startHour:wu(e.start),a=P?P.endHour:ju(e),o=(r-D)*y,i=o+Math.max((a-r)*y,y/4),s=n.scrollTop,l=n.clientHeight;if(o>=s&&i<=s+l)return void t();const d=((r+a)/2-D)*y-l/2,h=n.scrollHeight-l,f=Math.max(0,Math.min(h,d));n.scrollTo({top:f,behavior:"smooth"}),setTimeout(()=>{t()},300)}).then(()=>{$(!0),null==O||O(Y),Z({top:-9999,left:-9999,eventHeight:0,eventMiddleY:0,isSunday:!1}),requestAnimationFrame(()=>{K()})})},onMouseDown:E?t=>{var n;if(P){const r=Object.assign(Object.assign({},e),{day:null!==(n=P.dayIndex)&&void 0!==n?n:e.day,_segmentInfo:P});E(t,r)}else E(t,e)}:void 0,children:g?m&&v?oe():e.allDay?m?oe():i("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")?s("span",{className:`inline-block ${ve} flex-shrink-0 ${q?"text-yellow-200":"text-yellow-600"}`,children:"⭐"}):s(x,{className:`${ae} ${q?"text-white":""}`}),s("span",{className:"truncate "+(q?"text-white":""),children:e.title})]}):(()=>{const t=`${Math.floor(wu(e.start)).toString().padStart(2,"0")}:${Math.round(wu(e.start)%1*60).toString().padStart(2,"0")}`;return i("div",{className:"text-xs mb-0.5 cursor-pointer flex items-center justify-between",children:[i("div",{className:"flex items-center flex-1 min-w-0",children:[s("span",{style:{backgroundColor:Hu(e.calendarId||"blue")},className:`inline-block w-[3px] h-3 ${ve} flex-shrink-0 rounded-full`}),s("span",{className:"truncate "+(q?"text-white":""),children:e.title})]}),s("span",{className:`${fe} ml-1 flex-shrink-0 ${q?"text-white":""}`,style:q?void 0:{opacity:.8},children:t})]})})():e.allDay?i("div",{className:"h-full flex items-center overflow-hidden pl-3 px-1 py-0 relative group",children:[C&&s("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(),C(t,e,"left")},onClick:e=>{e.preventDefault(),e.stopPropagation()}}),s(x,{className:ae}),s("div",{className:`${ne} pr-1`,style:{lineHeight:"1.2"},children:e.title}),C&&s("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(),C(t,e,"right")},onClick:e=>{e.preventDefault(),e.stopPropagation()}})]}):(()=>{const t=P?P.startHour:wu(e.start),n=P?P.endHour:ju(e),r=n-t,a=!P||P.isFirst,o=!P||P.isLast;return i(l,{children:[s("div",{className:re,style:{backgroundColor:Hu(e.calendarId||"blue")}}),i("div",{className:"h-full flex flex-col overflow-hidden pl-3 "+(ju(e)-wu(e.start)<=.25?"px-1 py-0":"p-1"),children:[s("div",{className:`${ne} pr-1`,style:{lineHeight:r<=.25?"1.2":"normal"},children:e.title}),r>.5&&s("div",{className:"text-xs opacity-80 truncate",children:P?`${ku(t)} - ${ku(n)}`:Ru(e)})]}),C&&i(l,{children:[a&&s("div",{className:"absolute top-0 left-0 w-full h-1.5 cursor-ns-resize z-10 rounded-t-sm",onMouseDown:t=>C(t,e,"top")}),o&&s("div",{className:"absolute bottom-0 left-0 w-full h-1.5 cursor-ns-resize z-10 rounded-b-sm",onMouseDown:t=>C(t,e,"bottom")}),!a&&o&&P&&s("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(),C(t,e,"right")},onClick:e=>{e.preventDefault(),e.stopPropagation()}})]})]})})()}),A&&s("div",{style:{position:"fixed",top:0,left:0,right:0,bottom:0,zIndex:9998,pointerEvents:"none"}}),(()=>{if(!A)return null;const t=()=>{H&&H(null),X(null),$(!1),null==O||O(null)};if(R){const n=R,r={event:e,isOpen:A,isAllDay:c,onEventUpdate:N,onEventDelete:T,onClose:t};if("undefined"==typeof window||"undefined"==typeof document)return null;const a=document.body;return a?M.createPortal(s(n,Object.assign({},r)),a):null}return L?k?s(of,{event:e,position:L,panelRef:B,isAllDay:c,eventVisibility:F,calendarRef:u,selectedEventElementRef:U,onEventUpdate:N,onEventDelete:T,onClose:t,contentRenderer:k}):s(af,{event:e,position:L,panelRef:B,isAllDay:c,eventVisibility:F,calendarRef:u,selectedEventElementRef:U,onEventUpdate:N,onEventDelete:T,onClose:t}):null})()]})};function lf(e){return Object.assign(Object.assign({},e),{parentId:void 0,children:[],_startHour:e.allDay?0:wu(e.start),_endHour:e.allDay?0:ju(e)})}function cf(e){var t;return null!==(t=e._startHour)&&void 0!==t?t:wu(e.start)}function df(e){var t;return null!==(t=e._endHour)&&void 0!==t?t:ju(e)}const uf=.25,hf=.5,ff=25,gf=1,mf=.9;class vf{static getIndentStepPercent(e){return"day"===e?.5:2.5}static calculateDayEventLayouts(e,t={}){const n=e.map(lf);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&&(cf(e)<df(t)&&cf(t)<df(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-mf,zIndex:0,level:0,isPrimary:!0,indentOffset:0,importance:1})}static calculateComplexGroupLayout(e,t,n={}){const r=[...e].sort((e,t)=>{const n=cf(e),r=cf(t);if(n!==r)return n-r;return df(t)-cf(t)-(df(e)-cf(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(cf(r)-cf(t))<=uf&&(a.push(t),n.add(t.id))}a.sort((e,t)=>cf(e)-cf(t));const o={events:a,startHour:Math.min(...a.map(e=>cf(e))),endHour:Math.max(...a.map(e=>df(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(cf(e)-cf(t));if(n<=uf)return!0;if(n>uf&&n<hf)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=df(e)-cf(e);if(n<1.25)return!1;const r=cf(e)+.4*n,a=cf(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],i=o.events.map(e=>a.get(e.id));let s=!1;for(let l=n-1;l>=0&&!s;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:i,startHour:o.startHour,endHour:o.endHour})){const e=this.optimizeChildAssignments(i,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)}s=!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 i=o.children.filter(e=>1===e.depth&&e.event.id!==a.event.id);let s=1/0,l=null;for(const e of i){const t=this.calculateBranchLoad(e);t<s&&(s=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<hf)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(cf(e)-cf(n));if(t<=uf)return!0;if(t>uf&&t<hf)return!0}return!1}static canEventContain(e,t){const n=cf(e)<=cf(t)&&df(e)>=df(t),r=cf(e)<=cf(t)&&cf(t)<df(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=df(e)-cf(e);return df(t)-cf(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],i=o.slice(t*e,(t+1)*e);for(const e of i)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(),i=df(e)-cf(e),s=i>Math.max(...o.map(e=>{const t=n.find(t=>t.id===e);return t?df(t)-cf(t):0}));n.every(e=>df(e)-cf(e)===i);return s?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(cf(e)-cf(t.parent))-Math.abs(cf(e)-cf(n.parent))});return a[0].parent}static calculateLayoutFromStructure(e,t,n={}){const r=100-mf;if(1===e.length)this.calculateNodeLayoutWithVirtualParallel(e[0],0,r,t,n);else{const a=e.length,o=(r-gf*(a-1))/a;e.forEach((e,r)=>{const a=r*(o+gf);this.calculateNodeLayoutWithVirtualParallel(e,a,Math.max(o,ff),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 i=0;const s="day"===a.viewType;1===e.depth?i=s?.5:1.5:2===e.depth?i=s?-.01:-1:e.depth>=3&&(i=s?.55:-3.5);const l=t+o+i;let c=n-(o+i);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=df(e.event)-cf(e.event);return df(t.event)-cf(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,i=e[0].depth,s=i*this.getIndentStepPercent(a.viewType);let l;const c="day"===a.viewType;l=1===i?c?.5:1.5:2===i?c?-.01:-1:c?.55:-3.5;const d=t+s+l,u=n-(s+l);if(u<=0)return void e.forEach(e=>{this.calculateNodeLayoutWithVirtualParallel(e,t,n,r,a)});let h;h=1===i?gf*(c?.15:.3):gf*(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:s*(a.containerWidth||320)/100,importance:this.calculateEventImportance(e.event)}),e.children.length>0){const t=[...e.children].sort((e,t)=>{const n=df(e.event)-cf(e.event);return df(t.event)-cf(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=df(e)-cf(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 i=t.filter(e=>e.depth===o);for(const e of i){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 pf={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 yf=e=>{const{viewType:a,onEventsUpdate:i}=e,s=a===N.MONTH,l=o({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}),c=o({x:0,y:0}),d=t(()=>s?{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},[s]),[u,h]=n(d),f=t(()=>function(e,t){let n=null,r=0;const a=function(...a){const o=Date.now(),i=t-(o-r);i<=0||i>t?(n&&(clearTimeout(n),n=null),r=o,e.apply(this,a)):n||(n=setTimeout(()=>{r=Date.now(),n=null,e.apply(this,a)},i))};return a.cancel=()=>{n&&(clearTimeout(n),n=null),r=0},a}((e,t)=>i(e,"resize"===t),s?16:8),[s,i]),g=r(()=>{h(s?{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}),l.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}},[s]);return{dragRef:l,currentDragRef:c,dragState:u,setDragState:h,resetDragState:g,throttledSetEvents:f}},Df={renderAllDayContent:({title:e,color:t})=>i("div",{className:"h-full flex items-center overflow-hidden pl-3 pt-1",children:[s(x,{className:"h-3 w-3 mr-1 text-white"}),s("div",{className:"font-medium text-xs truncate pr-1 text-white",children:e})]}),renderRegularContent:({drag:e,title:t,layout:n,formatTime:r,getLineColor:a,getDynamicPadding:o,color:c})=>i(l,{children:[s("div",{className:re,style:{backgroundColor:a(c||"blue")}}),i("div",{className:`h-full flex flex-col overflow-hidden pl-3 ${o(e)}`,children:[s("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&&i("div",{className:"text-xs truncate time-display",children:[r(e.startHour)," - ",r(e.endHour)]})]})]}),renderDefaultContent:({drag:e,title:t,allDay:n})=>n?i("div",{className:"h-full flex items-center overflow-hidden pl-3 px-1 py-0",children:[s("svg",{className:"h-3 w-3 mr-1",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:s("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"})}),s("div",{className:"font-medium text-xs truncate pr-1",style:{lineHeight:1.2},children:t})]}):i(l,{children:[s("div",{className:"absolute left-0.5 top-1 bottom-1 w-0.5 rounded-full bg-blue-600"}),s("div",{className:"h-full flex flex-col overflow-hidden pl-3 p-1",children:s("div",{className:"font-medium text-xs truncate pr-1 text-blue-900",children:t})})]})},bf=({drag:e,color:t,title:n,layout:r,allDay:a,formatTime:o,getLineColor:i,getDynamicPadding:l,renderer:c=Df})=>{const d=n||(a?"New All-day Event":"New Event");return s("div",{className:"drag-indicator-content",children:t?a?c.renderAllDayContent({drag:e,color:t,title:d,layout:r,allDay:a,formatTime:o,getLineColor:i,getDynamicPadding:l}):c.renderRegularContent({drag:e,color:t,title:d,layout:r,allDay:a,formatTime:o,getLineColor:i,getDynamicPadding:l}):c.renderDefaultContent({drag:e,color:t,title:d,layout:r,allDay:a,formatTime:o,getLineColor:i,getDynamicPadding:l})})},wf=({event:e,isCreating:t,isMultiDay:n=!1,startDate:r,endDate:a})=>{const o=(()=>{if(t)return{title:"New Event",icon:s(E,{className:"h-3 w-3"}),showDateRange:!1};if(n&&r&&a){const t=pu(r,a)+1;return{title:e.title.replace(/ \(\d+天\)$/,""),showDateRange:!0,duration:t}}return{title:e.title,showDateRange:!1}})();return i("div",{className:"flex items-center space-x-2 text-white text-xs font-medium rounded-sm",children:[s("div",{className:"flex-shrink-0",children:o.icon}),s("div",{className:"flex-1 min-w-0",children:s("div",{className:"truncate font-medium",children:o.title})})]})},xf=n=>{const a=t(()=>Object.assign(Object.assign({},pf),n),[n]),{viewType:i}=a,s=i===N.MONTH,l=(e=>{const{calendarRef:n,allDayRowRef:a,viewType:o,HOUR_HEIGHT:i=72,FIRST_HOUR:s=0,LAST_HOUR:l=24,TIME_COLUMN_WIDTH:c=80}=e,d=o===N.MONTH,u=o===N.WEEK,h=r(e=>{if(d||!n.current)return s;const t=n.current.querySelector(".calendar-content");if(!t)return s;const r=t.getBoundingClientRect(),a=t.scrollTop,o=window.getComputedStyle(t),c=parseInt(o.paddingTop,10)||0,u=(e-r.top+a-c)/i+s;return Math.max(s,Math.min(l,u))},[n,s,i,l,d]),f=r(e=>{if(d||!n.current)return 0;const t=n.current.getBoundingClientRect(),r=(t.width-c)/(u?7:1),a=e-t.left-c,o=Math.floor(a/r);return Math.max(0,Math.min(u?6:0,o))},[n,c,d,u]),g=r(e=>{if(d||!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,d]),m=r(e=>{if(d||!(null==a?void 0:a.current))return!1;const t=a.current.getBoundingClientRect();return e>=t.top&&e<=t.bottom},[a,d]),v=t(()=>864e5,[]);return{pixelYToHour:h,getColumnDayIndex:f,checkIfInAllDayArea:m,handleDirectScroll:g,daysDifference:r((e,t)=>pu(e,t),[]),addDaysToDate:r((e,t)=>yu(e,t),[]),getTargetDateFromPosition:r((e,t)=>{if(o!==N.MONTH||!n.current)return null;const r=document.elementFromPoint(e,t);if(!r)return null;let a=r,i=0;for(;a&&!a.hasAttribute("data-date")&&i<10;)a=a.parentElement,i++;if(a&&a.hasAttribute("data-date")){const e=a.getAttribute("data-date");if(e)return new Date(e+"T00:00:00")}return null},[n,o]),ONE_DAY_MS:v}})(a),c=yf(a),d=(t=>{const{calendarRef:n,allDayRowRef:a,viewType:i,getLineColor:s,getDynamicPadding:l,renderer:c,HOUR_HEIGHT:d=72,FIRST_HOUR:u=0,TIME_COLUMN_WIDTH:h=80,ALL_DAY_HEIGHT:f=60}=t,g=i===N.MONTH,m=i===N.DAY,v=o(null),p=o(null),y=o(null),D=r(()=>{p.current&&(p.current.unmount(),p.current=null),v.current&&(v.current.remove(),v.current=null),y.current=null},[]),b=r((t,r,o,i,b)=>{var w,x,E,M,N,T,I,S,H;D();const O=document.createElement("div");if(O.style.position=g?"fixed":"absolute",O.style.pointerEvents="none",O.style.zIndex="1000",g){let n,a;if(O.style.opacity="0.9",b){const e=b.getBoundingClientRect(),r=null!==(x=null!==(w=t.currentSegmentDays)&&void 0!==w?w:t.eventDurationDays)&&void 0!==x?x:1;n=e.width/r,a=e.height,O.className=`rounded-sm shadow-sm ${b.className}`}else n=120,a=22,O.className="rounded text-xs px-2 py-1";O.style.width=`${n}px`,O.style.height=`${a}px`,O.style.left=t.startX-n/2+"px",O.style.top=t.startY-a/2+"px",document.body.appendChild(O),p.current=C(O);const i=su(new Date),s=t.originalEvent||{id:String(Date.now()),color:r||"blue",title:o||"New Event",start:i,end:i,allDay:!1,day:0};p.current.render(e.createElement(wf,{event:s,isCreating:"create"===t.mode,targetDate:t.targetDate||null,startDate:t.originalStartDate||null,endDate:t.originalEndDate||null}))}else{if(b){const e=b.getBoundingClientRect();let r;if(r=t.allDay?null===(E=null==a?void 0:a.current)||void 0===E?void 0:E.getBoundingClientRect():null===(N=null===(M=n.current)||void 0===M?void 0:M.querySelector(".calendar-content"))||void 0===N?void 0:N.getBoundingClientRect(),r){if(t.allDay&&m)O.style.left=`${h}px`,O.style.top=b.offsetTop-2+"px",O.style.width=`calc(100% - ${h}px - 2px)`,O.style.height=`${e.height}px`;else if(t.allDay&&!m){const r=null===(T=n.current)||void 0===T?void 0:T.getBoundingClientRect();if(r){const n=(r.width-h)/7;O.style.left=`${h+t.dayIndex*n}px`,O.style.top=b.offsetTop-2+"px",O.style.width=n-2+"px",O.style.height=`${e.height}px`}}else{const n=(t.startHour-u)*d;O.style.left=e.left-r.left+"px",O.style.top=`${n+3}px`,O.style.width=`${e.width}px`,O.style.height=`${e.height}px`}O.className=b.className,O.style.opacity="0.8",O.style.boxShadow="0 4px 12px rgba(0, 0, 0, 0.15)"}}else if(t.allDay){const e=m?"100%":`calc((100% - ${h}px) / 7)`;O.style.top="2px",O.style.height=f-4+"px",O.style.marginBottom="3px",m?(O.style.left=`${h}px`,O.style.width=`calc(100% - ${h}px - 2px)`):(O.style.left=`calc(${h}px + (${e} * ${t.dayIndex}))`,O.style.width=`calc(${e} - 2px)`),O.className="rounded-xl shadow-sm"}else{const e=(t.startHour-u)*d,n=(t.endHour-t.startHour)*d;if(O.style.top=`${e+3}px`,O.style.height=n-4+"px",O.style.color="#fff",O.className="rounded-sm shadow-sm",i){if(m)O.style.left=`${h}px`,O.style.width=`calc(100% - ${h}px)`;else{const e=`calc((100% - ${h}px) / 7)`;O.style.left=`calc(${h}px + (${e} * ${t.dayIndex}) + (${e} * ${i.left/100}))`,O.style.width=`calc((${e} * ${i.width/100}))`}O.style.zIndex=String(1e3)}else{const e=m?`calc(100% - ${h}px)`:`calc((100% - ${h}px) / 7)`;O.style.left=m?`${h}px`:`calc(${h}px + (${e} * ${t.dayIndex}))`,O.style.width=e}}t.allDay?null===(I=null==a?void 0:a.current)||void 0===I||I.appendChild(O):null===(H=null===(S=n.current)||void 0===S?void 0:S.querySelector(".calendar-content"))||void 0===H||H.appendChild(O),y.current={drag:t,color:r,title:o,layout:i},p.current=C(O),p.current.render(e.createElement(bf,{drag:t,color:r,title:o,layout:i,allDay:t.allDay,formatTime:ku,getLineColor:s||(()=>""),getDynamicPadding:l||(()=>"0px"),renderer:c}))}r?(O.style.backgroundColor=Su(r),O.style.color=Iu(r)):O.className+=" bg-blue-50/70 text-blue-900 border border-dashed border-blue-400",v.current=O},[D,g,m,a,n,ku,s,l,c,h,f,u,d]),w=r((...t)=>{var r,o;const i=v.current;if(i)if(g){const[e,n]=t,r=parseFloat(i.style.width)||120,a=parseFloat(i.style.height)||22;requestAnimationFrame(()=>{i.style.left=e-r/2+"px",i.style.top=n-a/2+"px",i.style.transition="none"})}else{const[g,v,D,b=!1,w]=t;if(b&&i.parentElement!==(null==a?void 0:a.current))null===(r=null==a?void 0:a.current)||void 0===r||r.appendChild(i);else if(!b){const e=null===(o=n.current)||void 0===o?void 0:o.querySelector(".calendar-content");i.parentElement!==e&&(null==e||e.appendChild(i))}if(b){if(m)i.style.left=`${h}px`,i.style.width=`calc(100% - ${h}px - 2px)`;else{const e=`calc((100% - ${h}px) / 7)`;i.style.left=`calc(${h}px + (${e} * ${g}))`,i.style.width=`calc(${e} - 2px)`,i.style.top="2px"}i.style.height=f-4+"px",i.style.marginBottom="3px",i.className=i.className.replace("rounded-sm","rounded-xl")}else{const e=(v-u)*d,t=(D-v)*d;if(i.style.top=`${e+3}px`,i.style.height=t-4+"px",i.style.marginBottom="0",i.className=i.className.replace("rounded-xl","rounded-sm"),w){if(m)i.style.left=`${h}px`,i.style.width=`calc(100% - ${h}px)`;else{const e=`calc((100% - ${h}px) / 7)`;i.style.left=`calc(${h}px + (${e} * ${g}) + (${e} * ${w.left/100}))`,i.style.width=`calc((${e} * ${w.width/100}))`}i.style.zIndex=String(w.zIndex+10)}else{const e=m?`calc(100% - ${h}px)`:`calc((100% - ${h}px) / 7)`;i.style.left=m?`${h}px`:`calc(${h}px + (${e} * ${g}))`,i.style.width=e}}if(i.style.cursor="grabbing",p.current&&y.current){const t=Object.assign(Object.assign({},y.current.drag),{dayIndex:g,startHour:v,endHour:D,allDay:b});y.current.drag=t,p.current.render(e.createElement(bf,{drag:t,color:y.current.color,title:y.current.title,layout:w||y.current.layout,allDay:b,formatTime:ku,getLineColor:s||(()=>""),getDynamicPadding:l||(()=>"0px"),renderer:c}))}}},[g,a,ku,n,m,f,h,u,d,s,l,c]);return{dragIndicatorRef:v,reactRootRef:p,removeDragIndicator:D,createDragIndicator:b,updateDragIndicator:w}})(a),u=(e=>{const{options:t,common:n,state:a,manager:o}=e,{viewType:i,onEventsUpdate:s,onEventCreate:l,onEventEdit:c,calculateNewEventLayout:d,calculateDragLayout:u,currentWeekStart:h,events:f,FIRST_HOUR:g=0,LAST_HOUR:m=24,MIN_DURATION:v=.25}=t,{dragRef:p,currentDragRef:y,setDragState:D,resetDragState:b,throttledSetEvents:w}=a,{removeDragIndicator:x,createDragIndicator:E,updateDragIndicator:M}=o,{pixelYToHour:C,getColumnDayIndex:T,checkIfInAllDayArea:I,handleDirectScroll:S,daysDifference:H,addDaysToDate:O,getTargetDateFromPosition:k}=n,R=i===N.MONTH,P=i===N.DAY,j=864e5,$=(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())/j);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<j)return 0}return o},Y=r(e=>{var t,n;e.preventDefault(),document.body.style.cursor="grabbing";const r=p.current;if(!r.active)return;const a=I(e.clientY),o=P?r.dayIndex:T(e.clientX);if(a){if(!r.allDay){r.allDay=!0,r.startHour=0,r.endHour=0,r.eventDate=h?Gu(h,o):new Date,x(),r.indicatorVisible=!1;const e=null==f?void 0:f.find(e=>e.id===r.eventId);E(r,null==e?void 0:e.calendarId,null==e?void 0:e.title),r.sourceElement=null,r.indicatorVisible=!0}r.dayIndex=o,D(e=>Object.assign(Object.assign({},e),{dayIndex:o,startHour:0,endHour:0,allDay:!0})),M(o,0,0,!0)}else{S(e.clientY);const a=C(e.clientY);if(null!==(t=r.startDragDayIndex)&&void 0!==t||r.originalDay,r.dayIndex,r.allDay){r.allDay=!1,r.startHour=Pu(a),r.endHour=r.startHour+1,r.duration=1,r.hourOffset=0,r.eventDate=h?Gu(h,o):new Date,x(),r.indicatorVisible=!1;const e=null==f?void 0:f.find(e=>e.id===r.eventId);E(r,null==e?void 0:e.calendarId,null==e?void 0:e.title),r.sourceElement=null,r.indicatorVisible=!0}else{let e=Pu(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?Gu(h,o):new Date,D(e=>Object.assign(Object.assign({},e),{dayIndex:o,startHour:Pu(r.startHour),endHour:Pu(r.endHour),allDay:!1}));let i=null;if("move"===r.mode&&r.eventId&&u){const e=null==f?void 0:f.find(e=>e.id===r.eventId);e&&(i=u(e,o,Pu(r.startHour),Pu(r.endHour)))}M(o,Pu(r.startHour),Pu(r.endHour),!1,i)}},[u,I,E,h,f,g,T,S,m,P,C,x,M,p,D]),A=r(()=>{document.body.style.cursor="default";const e=p.current;if(!e.active||"move"!==e.mode||!e.eventId)return;let t=e.startHour,n=e.endHour;e.allDay||(t=Pu(e.startHour),n=Pu(e.endHour),n-t<v&&(n=t+v)),null==s||s(r=>r.map(r=>{var a,o;if(r.id!==e.eventId)return r;h?Gu(h,e.dayIndex):du(r.start);const i=null!==(a=e.startDragDayIndex)&&void 0!==a?a:e.originalDay,s=e.dayIndex-i;let l,c;if(e.allDay){const t=e.originalStartDate?new Date(e.originalStartDate):du(r.start);t.setHours(0,0,0,0);const n=new Date(t);n.setDate(n.getDate()+s);const a=new Date(n);e.eventDurationDays&&e.eventDurationDays>0&&a.setDate(a.getDate()+e.eventDurationDays),l=lu(n),c=lu(Mu(a))}else{const a=du(r.start),i=du(r.end);if($(a,i,null!==(o=r.allDay)&&void 0!==o&&o)>0){const e=new Date(a);e.setDate(e.getDate()+s);const t=new Date(i);t.setDate(t.getDate()+s),l=su(e),c=su(t)}else{const r=h?Gu(h,e.dayIndex):new Date,a=xu(r,t),o=xu(r,n);l=su(a),c=su(o)}}const d=e.originalDay+s;return Object.assign(Object.assign({},r),{day:d,start:l,end:c,allDay:e.allDay})})),document.removeEventListener("mousemove",Y),document.removeEventListener("mouseup",A),x(),b()},[Y,x,b,s,v,h,p]),L=r(e=>{var t,n,r,a,o,i,s,l,c;e.preventDefault(),document.body.style.cursor="grabbing";const v=p.current;if(v.active)if(R){if("resize"!==v.mode){if("move"===v.mode){const r=Math.hypot(e.clientX-v.startX,e.clientY-v.startY);!v.indicatorVisible&&r>=3&&(E(v,null===(t=v.originalEvent)||void 0===t?void 0:t.calendarId,null===(n=v.originalEvent)||void 0===n?void 0:n.title,null,v.sourceElement||void 0),v.indicatorVisible=!0)}v.indicatorVisible&&M(e.clientX,e.clientY)}const o=k(e.clientX,e.clientY);if(!o)return;if("resize"===v.mode&&v.originalEvent&&v.resizeDirection){const e=du(v.originalEvent.start);let t,n;const r=(e,t)=>{var n,r;e&&((null===(n=v.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=v.originalStartTime,i=v.originalEndTime;if("left"===v.resizeDirection){t=new Date(o),r(t,a);const s=du(v.originalEvent.end)||e;n=new Date(s),r(n,i),t>n&&(t=n)}else{const s=du(v.originalEvent.start)||e;t=new Date(s),r(t,a),n=new Date(o),r(n,i),n<t&&(n=t)}v.originalStartDate=new Date(t.getTime()),v.originalEndDate=new Date(n.getTime());const s=v.originalEvent.allDay?lu(t):su(t),l=v.originalEvent.allDay?lu(n):su(n);w(e=>e.map(e=>e.id===v.eventId?Object.assign(Object.assign({},e),{start:s,end:l,title:e.title}):e),v.mode)}else if("move"===v.mode)if(v.originalStartDate&&v.originalEndDate){const e=H(v.originalStartDate,o),t=O(v.originalStartDate,e),n=O(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(n.getTime()),v.targetDate=t)}else(null===(a=v.targetDate)||void 0===a?void 0:a.getTime())!==o.getTime()&&(v.targetDate=o)}else{S(e.clientY),v.lastClientY=e.clientY;const t=C(e.clientY);if("resize"===v.mode)if(v.allDay){const t=P?v.dayIndex:T(e.clientX);let n=v.originalStartDate||new Date,r=v.originalEndDate||new Date;"left"===v.resizeDirection?(n=h?Gu(h,t):new Date,n>r&&(n=r)):"right"===v.resizeDirection&&(r=h?Gu(h,t):new Date,r<n&&(r=n)),v.originalStartDate=new Date(n.getTime()),v.originalEndDate=new Date(r.getTime());const a=lu(n),o=lu(r);w(e=>e.map(e=>e.id!==v.eventId?e:Object.assign(Object.assign({},e),{start:a,end:o,allDay:!0})),v.mode)}else{let n=v.startHour,r=v.endHour;const a=null==f?void 0:f.find(e=>e.id===v.eventId);let c=v.dayIndex;if(a){const e=du(a.start),t=du(a.end),n=$(e,t,null!==(o=a.allDay)&&void 0!==o&&o);c=(null!==(i=a.day)&&void 0!==i?i:0)+n}let d=c,u=v.originalDay;if("top"===v.resizeDirection){const a=P?v.dayIndex:T(e.clientX),o=t+(null!==(s=null==v?void 0:v.hourOffset)&&void 0!==s?s:0);a<c?(u=a,n=Math.max(g,Math.min(m,o))):(u=c,o>v.originalEndHour?(n=v.originalEndHour,r=o,v.hourOffset=r-t):(n=Math.max(g,o),v.originalEndHour-n<Ou&&(n=v.originalEndHour-Ou)))}else if("bottom"===v.resizeDirection){const a=P?v.dayIndex:T(e.clientX),o=t+(null!==(l=null==v?void 0:v.hourOffset)&&void 0!==l?l:0);a!==v.dayIndex?(d=a,r=Math.max(g,Math.min(m,o))):o<v.originalStartHour?(r=v.originalStartHour,n=o,v.hourOffset=n-t):(r=Math.min(m,o),r-v.startHour<Ou&&(r=v.startHour+Ou))}else if("right"===v.resizeDirection){const t=P?v.dayIndex:T(e.clientX);d=Math.max(v.dayIndex,t)}d===u&&([n,r]=[Math.max(g,Math.min(n,r)),Math.min(m,Math.max(n,r))]);const[p,y]=[Pu(n),Pu(r)];v.startHour=n,v.endHour=r,v.dayIndex=u,w(e=>e.map(e=>{if(e.id!==v.eventId)return e;const t=du(e.start),n=xu(h?Gu(h,u):t,p),r=h?Gu(h,d):t,a=xu(r,y),o=su(n),i=su(a);return Object.assign(Object.assign({},e),{start:o,end:i,day:u})}),v.mode),M(v.dayIndex,p,y,!1)}else if("create"===v.mode){const n=Pu(t),[r,a]=e.clientY<v.startY?[n,Math.max(n+Ou,v.endHour)]:[v.startHour,Math.max(v.startHour+Ou,n)];v.startHour=r,v.endHour=a;const o=null==d?void 0:d(v.dayIndex,r,a);M(v.dayIndex,r,a,!1,o)}else if("move"===v.mode){const n=P?v.dayIndex:T(e.clientX);let r=Pu(t+(null!==(c=v.hourOffset)&&void 0!==c?c:0));r=Math.max(g,Math.min(m-v.duration,r));const a=r+v.duration;v.dayIndex=n,v.startHour=r,v.endHour=a;let o=null;if(v.eventId&&u){const e=null==f?void 0:f.find(e=>e.id===v.eventId);e&&(o=u(e,n,Pu(r),Pu(a)))}M(n,Pu(r),Pu(a),!1,o)}}},[R,P,M,k,w,H,O,g,m,d,T,C,S,u,f,p,E]),Z=r(e=>{var t,n;document.body.style.cursor="default";const r=p.current;if(r.active){if(R){if("resize"===r.mode&&r.eventId&&r.originalStartDate&&r.originalEndDate){D(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?lu(r.originalStartDate):su(r.originalStartDate),a=e?lu(r.originalEndDate):su(r.originalEndDate);w(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){D(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?lu(r.originalStartDate):su(r.originalStartDate),a=e?lu(r.originalEndDate):su(r.originalEndDate);w(e=>e.map(e=>e.id===r.eventId?Object.assign(Object.assign({},e),{start:t,end:a,title:e.title}):e))}else{const t=k(e.clientX,e.clientY)||r.targetDate;r.eventId&&t&&(D(e=>"targetDate"in e?Object.assign(Object.assign({},e),{targetDate:t}):e),w(e=>e.map(e=>{if(e.id!==r.eventId)return e;const n=du(e.start),a=du(e.end),o=new Date(t);o.setHours(n.getHours(),n.getMinutes(),0,0);const i=new Date(t);i.setHours(a.getHours(),a.getMinutes(),0,0);const s=e.allDay?lu(o):su(o),l=e.allDay?lu(i):su(i);return Object.assign(Object.assign({},e),{start:s,end:l})})))}}else{let[e,t]=[Pu(r.startHour),Pu(r.endHour)];if(t-e<v&&("top"===r.resizeDirection?e=t-v:t=e+v),"create"===r.mode){const n=h?Gu(h,r.dayIndex):new Date;D(n=>"dayIndex"in n?Object.assign(Object.assign({},n),{dayIndex:r.dayIndex,startHour:e,endHour:t}):n);const a=xu(n,e),o=xu(n,t),i=su(a),s=su(o);null==l||l({id:String(Date.now()),title:"New Event",day:r.dayIndex,start:i,end:s,calendarId:"blue",allDay:!1})}else"move"!==r.mode&&"resize"!==r.mode||(D(n=>"dayIndex"in n?Object.assign(Object.assign({},n),{dayIndex:r.dayIndex,startHour:e,endHour:t}):n),"move"===r.mode&&(null==s||s(e=>e.map(e=>e.id===r.eventId?Object.assign(Object.assign({},e),{day:r.dayIndex}):e))))}document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",Z),x(),r.indicatorVisible=!1,r.sourceElement=null,b()}},[R,L,x,b,k,w,v,h,l,s,p,D]),F=r((e,...t)=>{if(e.preventDefault(),e.stopPropagation(),!p.current.active)if(R){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=su(n),o=su(r),i={id:String(Date.now()),title:"New Event",start:a,end:o,day:e.getDay(),calendarId:"blue",allDay:!1};null==l||l(i),c&&setTimeout(()=>{c(i)},50)}else{const[n,r]=t,a=p.current,o=Pu(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?Gu(h,n):new Date}),D({active:!0,mode:"create",eventId:null,dayIndex:n,startHour:a.startHour,endHour:a.endHour,allDay:!1});const i=null==d?void 0:d(n,a.startHour,a.endHour);E(a,"blue","New Event",i),a.sourceElement=null,a.indicatorVisible=!0,document.addEventListener("mousemove",L),document.addEventListener("mouseup",Z)}},[R,l,c,h,d,E,L,Z,p,D]),V=r((e,t)=>{var n,r,a;if(e.preventDefault(),e.stopPropagation(),p.current.active)return;const o=p.current,i=e.currentTarget;if(R){y.current={x:e.clientX-i.getBoundingClientRect().left,y:e.clientY-i.getBoundingClientRect().top};const n=du(t.start),r=du(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 s=i.getAttribute("data-segment-days"),l=s?parseInt(s,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,D({active:!0,mode:"move",eventId:t.id,targetDate:n,startDate:n,endDate:r}),o.sourceElement=i,o.indicatorVisible=!1,document.addEventListener("mousemove",L),document.addEventListener("mouseup",Z)}else{const s=C(e.clientY),l=t._segmentInfo,c=!!l,d=c?l.dayIndex:null!==(n=t.day)&&void 0!==n?n:0,u=c?l.startHour:wu(t.start);let h=0;if(t.allDay&&t.start&&t.end){const e=du(t.start);e.setHours(0,0,0,0);const n=du(t.end);n.setHours(0,0,0,0),h=Math.floor((n.getTime()-e.getTime())/864e5)}const f=du(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:ju(t),originalDay:null!==(r=t.day)&&void 0!==r?r:0,originalStartHour:wu(t.start),originalEndHour:ju(t),allDay:t.allDay||!1,eventDate:f,eventDurationDays:h,startDragDayIndex:d}),!t.allDay){o.hourOffset=u-s;const e=du(t.start),n=du(t.end).getTime()-e.getTime();o.duration=n/36e5}D({active:!0,mode:"move",eventId:t.id,dayIndex:null!==(a=t.day)&&void 0!==a?a:0,startHour:wu(t.start),endHour:ju(t),allDay:t.allDay||!1}),E(o,t.calendarId,t.title,null,i),o.sourceElement=i,o.indicatorVisible=!0,document.addEventListener("mousemove",Y),document.addEventListener("mouseup",A)}},[R,E,Z,L,Y,A,C,p,y,D]),z=r((e,t,n)=>{var r,a,o,i,s;if(e.preventDefault(),e.stopPropagation(),p.current.active)return;const l=p.current;if(R){const r=du(t.start),a=du(t.start),o=du(t.end),i={hour:a.getHours(),minute:a.getMinutes(),second:a.getSeconds()},s={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=i,l.originalEndTime=s,D({active:!0,mode:"resize",eventId:t.id,targetDate:"left"===n?a:o,startDate:a,endDate:o})}else if(t.allDay){const o=du(t.start),i=du(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=i,l.originalEvent=Object.assign({},t),l.dayIndex=null!==(r=t.day)&&void 0!==r?r:0,D({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=C(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:wu(t.start),endHour:ju(t),originalDay:null!==(i=t.day)&&void 0!==i?i:0,originalStartHour:wu(t.start),originalEndHour:ju(t),resizeDirection:n,lastUpdateTime:Date.now(),initialMouseY:r,hourOffset:"top"===n?wu(t.start)-r:ju(t)-r,allDay:!1}),D({active:!0,mode:"resize",eventId:t.id,dayIndex:null!==(s=t.day)&&void 0!==s?s:0,startHour:wu(t.start),endHour:ju(t),allDay:!1})}document.addEventListener("mousemove",L),document.addEventListener("mouseup",Z)},[R,L,Z,C,p,D]);return{handleDragMove:L,handleDragEnd:Z,handleCreateStart:F,handleMoveStart:V,handleResizeStart:z,handleUniversalDragMove:Y,handleUniversalDragEnd:A}})({options:a,common:l,state:c,manager:d}),h=(e=>{const{options:t,common:n,state:a,manager:o,handleDragMove:i,handleDragEnd:s}=e,{viewType:l,currentWeekStart:c}=t,{dragRef:d,setDragState:u}=a,{createDragIndicator:h}=o,{pixelYToHour:f,getColumnDayIndex:g}=n,m=l===N.MONTH,v=r((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?Gu(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",i),document.addEventListener("mouseup",s)},[m,h,c,s,i,d,u]);return{handleCreateAllDayEvent:v,pixelYToHour:f,getColumnDayIndex:g}})({options:a,common:l,state:c,manager:d,handleDragMove:u.handleDragMove,handleDragEnd:u.handleDragEnd}),f=(e=>{const{common:t}=e,{daysDifference:n,addDaysToDate:r,getTargetDateFromPosition:a}=t;return{daysDifference:n,addDaysToDate:r,getTargetDateFromPosition:a}})({common:l});return Object.assign({createDragIndicator:d.createDragIndicator,updateDragIndicator:d.updateDragIndicator,removeDragIndicator:d.removeDragIndicator,handleCreateStart:u.handleCreateStart,handleMoveStart:u.handleMoveStart,handleResizeStart:u.handleResizeStart,dragState:c.dragState,isDragging:c.dragState.active},s?{daysDifference:f.daysDifference,addDaysToDate:f.addDaysToDate,getTargetDateFromPosition:f.getTargetDateFromPosition}:{handleCreateAllDayEvent:h.handleCreateAllDayEvent,pixelYToHour:h.pixelYToHour,getColumnDayIndex:h.getColumnDayIndex})},Ef={enableDrag:!0,enableResize:!0,enableCreate:!0,enableAllDayCreate:!0,supportedViews:[N.DAY,N.WEEK,N.MONTH]};function Mf(e={}){const t=Object.assign(Object.assign({},Ef),e),n={getConfig:()=>t,updateConfig:e=>{Object.assign(t,e)},isViewSupported:e=>t.supportedViews.includes(e)};return{name:"drag",config:t,install:()=>{A.log("Drag plugin installed - providing drag capabilities")},api:n}}function Cf(e,t){const n=e.getPlugin("drag"),r=xf(t);if(!n)return A.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 Nf=({handlePreviousMonth:e,handleToday:t,handleNextMonth:n})=>i("div",{className:"flex items-center gap-1",children:[s("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:s(u,{className:"h-4 w-4 transition-transform group-hover:scale-110"})}),s("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"}),s("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:n,"aria-label":"Next month",children:s(h,{className:"h-4 w-4 transition-transform group-hover:scale-110"})})]}),Tf={[N.DAY]:"Day",[N.WEEK]:"Week",[N.MONTH]:"Month",[N.YEAR]:"Year"},If=()=>s("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:s("path",{d:"M4 6L8 10L12 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),Sf=({calendar:e,mode:t="buttons"})=>{const[r,l]=n(!1),c=o(null),d=Array.from(e.state.views.keys()),u=e.state.currentView;return a(()=>{const e=e=>{c.current&&!c.current.contains(e.target)&&l(!1)};if(r)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[r]),"select"===t?i("div",{className:"relative inline-block",ref:c,children:[i("button",{onClick:()=>l(!r),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":r,"aria-haspopup":"listbox",children:[s("span",{className:"text-gray-900",children:Tf[u]}),s("span",{className:"text-gray-500 transition-transform duration-200 "+(r?"rotate-180":""),children:s(If,{})})]}),r&&s("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:s("div",{className:"py-1",role:"listbox",children:d.map(t=>s("button",{onClick:()=>{e.changeView(t),l(!1)},className:"w-full text-left px-3 py-2 text-sm transition-colors duration-150 "+(u===t?"bg-blue-50 text-blue-700 font-medium":"text-gray-700 hover:bg-gray-50"),role:"option","aria-selected":u===t,children:Tf[t]},t))})}),s("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 "})]}):s("div",{className:"inline-flex items-center gap-1 p-1 bg-gray-100 rounded-lg",children:d.map(t=>s("button",{className:"px-4 py-1.5 text-sm font-medium rounded-md transition-all duration-200 "+(u===t?"bg-white text-gray-900 shadow-sm":"text-gray-600 hover:text-gray-900 hover:bg-gray-50"),onClick:()=>e.changeView(t),children:Tf[t]},t))})},Hf=({calendar:e,viewType:t,currentDate:n,onPrevious:r,onNext:a,onToday:o,customTitle:l,customSubtitle:c,showTodayBox:d,switcherMode:u="buttons"})=>{const h=void 0!==d?d:"day"!==t,f="buttons"===u,g=l||(()=>{switch(t){case"day":return n.toLocaleDateString("en-GB",{day:"numeric",month:"long",year:"numeric"});case"week":case"month":return n.toLocaleDateString("en-US",{month:"long",year:"numeric"});default:return""}})(),m="day"===t?c||("day"===t?n.toLocaleDateString("en-US",{weekday:"long"}):null):null;return i("div","day"===t?{className:z,style:{position:"relative"},children:[i("div",{className:"flex-1",children:[s("div",{className:`${B} text-gray-900`,children:g}),m&&s("div",{className:"mt-3",children:m})]}),f&&s("div",{className:"absolute -translate-x-1/2",style:{left:"calc(5 / 7 * 100% + 0.5px)"},children:s(Sf,{mode:u,calendar:e})}),!f&&s("div",{className:"flex items-center gap-2",children:h&&r&&a&&o&&s(Nf,{handlePreviousMonth:r,handleNextMonth:a,handleToday:o})})]}:{className:z,style:{position:"relative"},children:[s("div",{children:s("h1",{className:B,children:g})}),f&&s("div",{className:"absolute left-1/2 -translate-x-1/2",children:s(Sf,{mode:u,calendar:e})}),(h||!f)&&r&&a&&o&&i("div",{className:"flex items-center gap-2",children:[!f&&s(Sf,{mode:u,calendar:e}),h&&s(Nf,{handlePreviousMonth:r,handleNextMonth:a,handleToday:o})]})]})},Of=({app:r,customDetailPanelContent:o,customEventDetailDialog:l,calendarRef:c,switcherMode:d="buttons"})=>{const u=r.getCurrentDate(),h=r.getEvents(),[f,g]=n(new Date),[m,v]=n(null),[p,y]=n(null),{HOUR_HEIGHT:D,FIRST_HOUR:b,LAST_HOUR:w,TIME_COLUMN_WIDTH:x,ALL_DAY_HEIGHT:E}=pf,M=e.useRef(null),C=t(()=>(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})(u),[u]),T=t(()=>h.filter(e=>{const t=du(e.start);t.setHours(0,0,0,0);const n=new Date(u);return n.setHours(0,0,0,0),t.getTime()===n.getTime()}).map(e=>{const t=du(e.start),n=Math.floor((t.getTime()-C.getTime())/864e5),r=Math.max(0,Math.min(6,n));return Object.assign(Object.assign({},e),{day:r})}),[h,u,C]),I=t(()=>vf.calculateDayEventLayouts(T,{viewType:"day"}),[T]),{handleMoveStart:S,handleCreateStart:H,handleResizeStart:O,handleCreateAllDayEvent:k,dragState:R,isDragging:P}=Cf(r,{calendarRef:c,allDayRowRef:M,viewType:N.DAY,onEventsUpdate:e=>{const t=e(T),n=new Set(t.map(e=>e.id)),a=T.filter(e=>!n.has(e.id)),o=new Set(T.map(e=>e.id)),i=t.filter(e=>!o.has(e.id)),s=t.filter(e=>{if(!o.has(e.id))return!1;const t=T.find(t=>t.id===e.id);return t&&(du(t.start).getTime()!==du(e.start).getTime()||du(t.end).getTime()!==du(e.end).getTime()||t.day!==e.day||wu(t.start)!==wu(e.start)||wu(t.end)!==wu(e.end)||t.title!==e.title)});a.forEach(e=>r.deleteEvent(e.id)),i.forEach(e=>r.addEvent(e)),s.forEach(e=>r.updateEvent(e.id,e))},onEventCreate:e=>{r.addEvent(e)},onEventEdit:()=>{},currentWeekStart:C,events:T,calculateNewEventLayout:(e,t,n)=>{const r=new Date(u),a=new Date(u);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:su(r),end:su(a),calendarId:"blue",allDay:!1},i=[...T.filter(e=>!e.allDay),o];return vf.calculateDayEventLayouts(i,{viewType:"day"}).get("-1")||null},calculateDragLayout:(e,t,n,r)=>{const a=T.map(a=>{if(a.id!==e.id)return a;const o=du(a.start),i=xu(o,n),s=xu(o,r),l=su(i),c=su(s);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 vf.calculateDayEventLayouts(o,{viewType:"day"}).get(e.id)||null}}),j=e=>{r.updateEvent(e.id,e)},$=e=>{r.deleteEvent(e)},Y=Array.from({length:24},(e,t)=>({hour:t+b,label:ku(t+b)})),A=(()=>{const e=r.getCurrentDate().getFullYear(),t=r.getCurrentDate().getMonth(),n=new Date(e,t,1),a=new Date(e,t+1,0),o=[];for(let r=(0===n.getDay()?6:n.getDay()-1)-1;r>=0;r--){const n=new Date(e,t,-r);o.push({date:n.getDate(),isCurrentMonth:!1,isToday:!1,isSelected:!1,fullDate:n})}for(let n=1;n<=a.getDate();n++){const r=new Date(e,t,n),a=r.toDateString()===(new Date).toDateString(),i=r.toDateString()===u.toDateString();o.push({date:n,isCurrentMonth:!0,isToday:a,isSelected:i,fullDate:r})}const i=42-o.length;for(let n=1;n<=i;n++){const r=new Date(e,t+1,n);o.push({date:n,isCurrentMonth:!1,isToday:!1,isSelected:!1,fullDate:r})}return o})(),L=t(()=>{const e=new Date;e.setHours(0,0,0,0);const t=new Date(u);return t.setHours(0,0,0,0),t.getTime()===e.getTime()},[u]);return a(()=>{const e=setInterval(()=>g(new Date),6e4);return()=>clearInterval(e)},[]),i("div",{className:"flex h-full bg-gray-50",children:[s("div",{className:`flex-none ${"buttons"===d?"":"md:w-[60%]"} w-[70%] bg-white border-r border-gray-200`,children:i("div",{className:`relative ${me} h-full`,children:[s(Hf,{calendar:r,viewType:N.DAY,currentDate:u,switcherMode:d,customSubtitle:f.toLocaleDateString("en-US",{weekday:"long"})}),i("div",{className:K,ref:M,children:[s("div",{className:Q,children:"all-day"}),s("div",{className:"flex flex-1 relative",children:s("div",{className:"w-full relative",style:{minHeight:`${E}px`},onDoubleClick:e=>{const t=Math.floor((u.getTime()-C.getTime())/864e5);null==k||k(e,t)},children:T.filter(e=>e.allDay).map(e=>s(sf,{event:e,isAllDay:!0,isDayView:!0,allDayHeight:E,calendarRef:c,isBeingDragged:P&&(null==R?void 0:R.eventId)===e.id&&"move"===(null==R?void 0:R.mode),hourHeight:D,firstHour:b,onMoveStart:S,onEventUpdate:j,onEventDelete:$,detailPanelEventId:p,onDetailPanelToggle:e=>y(e),customDetailPanelContent:o,customEventDetailDialog:l},e.id))})})]}),s("div",{className:U,style:{position:"relative"},children:i("div",{className:"relative flex",children:[L&&(()=>{const e=f,t=e.getHours()+e.getMinutes()/60;if(t<b||t>w)return null;return i("div",{className:X,style:{top:`${(t-b)*D}px`,width:"100%",height:0,zIndex:20},children:[i("div",{className:"flex items-center",style:{width:`${x}px`},children:[s("div",{className:"relative w-full flex items-center"}),s("div",{className:J,children:ku(t)})]}),s("div",{className:"flex-1 flex items-center",children:s("div",{className:"h-0.5 w-full bg-red-600 relative"})})]})})(),s("div",{className:W,children:Y.map((e,t)=>s("div",{className:q,children:s("div",{className:_,children:0===t?"":e.label})},t))}),i("div",{className:"flex-grow relative",children:[Y.map((e,t)=>s("div",{className:G,onDoubleClick:e=>{var t,n,r,a;const o=Math.floor((u.getTime()-C.getTime())/864e5),i=null===(n=null===(t=c.current)||void 0===t?void 0:t.querySelector(".calendar-content"))||void 0===n?void 0:n.getBoundingClientRect();if(!i)return;const s=e.clientY-i.top+(null===(a=null===(r=c.current)||void 0===r?void 0:r.querySelector(".calendar-content"))||void 0===a?void 0:a.scrollTop)||0;H(e,o,b+s/D)}},t)),s("div",{className:"h-3 border-t border-gray-200 relative",children:s("div",{className:"absolute -top-2.5 -left-9 text-[12px] text-gray-500",children:"00.00"})}),s("div",{className:"absolute top-0 left-0 right-0 bottom-0 pointer-events-none",children:T.filter(e=>!e.allDay).map(e=>{const t=I.get(e.id);return s(sf,{event:e,layout:t,isDayView:!0,calendarRef:c,isBeingDragged:P&&(null==R?void 0:R.eventId)===e.id&&"move"===(null==R?void 0:R.mode),hourHeight:D,firstHour:b,onMoveStart:S,onResizeStart:O,onEventUpdate:j,onEventDelete:$,detailPanelEventId:p,onDetailPanelToggle:e=>y(e),customDetailPanelContent:o,customEventDetailDialog:l},e.id)})})]})]})})]})}),s("div",{className:`flex-none ${"buttons"===d?"":"md:w-[40%]"} w-[30%] bg-white`,children:i("div",{className:`${me} h-full`,children:[s("div",{className:"px-2 border-b border-gray-200",children:i("div",{children:[i("div",{className:"flex items-center justify-end gap-2",children:[s("div",{className:z,style:{position:"relative"},children:s("div",{children:s("h1",{className:B,children:" "})})}),"select"===d?s(Sf,{mode:d,calendar:r}):null,s(Nf,{handlePreviousMonth:()=>r.goToPrevious(),handleNextMonth:()=>r.goToNext(),handleToday:()=>r.goToToday()})]}),i("div",{className:oe,children:[$u.map(e=>s("div",{className:ie,children:e.charAt(0)},e)),A.map((e,t)=>s("button",{className:`\n ${se}\n ${e.isCurrentMonth?le:ce}\n ${e.isToday?de:""}\n ${e.isSelected&&!e.isToday?ue:""}\n `,onClick:()=>{return t=e.fullDate,void r.setCurrentDate(t);var t},children:e.date},t))]})]})}),i("div",{className:"flex-1 p-4 overflow-y-auto",children:[s("h3",{className:"text-lg font-semibold mb-3",children:u.toLocaleDateString("en-US",{weekday:"long",month:"long",day:"numeric"})}),0===T.length?s("p",{className:`text-gray-500 ${ge}`,children:"No events for this day"}):s("div",{className:"space-y-2",children:T.map(e=>i("div",{className:`\n p-2 rounded border-l-4 cursor-pointer transition-colors\n ${(null==m?void 0:m.id)===e.id?"bg-blue-50 border-blue-500":"bg-gray-50 border-gray-300"}\n hover:bg-gray-100\n `,style:{borderLeftColor:Hu(e.calendarId||"blue")},onClick:()=>v(e),children:[s("div",{className:`font-medium ${ge}`,children:e.title}),!e.allDay&&i("div",{className:`${fe} ${he}`,children:[ku(wu(e.start))," -"," ",ku(ju(e))]}),e.allDay&&s("div",{className:`${fe} ${he}`,children:"All day"})]},e.id))})]})]})})]})},kf={enableDrag:!0,enableResize:!0,enableCreate:!0,showMiniCalendar:!0,showAllDay:!0,scrollToCurrentTime:!0,hourHeight:72,firstHour:0,lastHour:24,dragConfig:{supportedViews:[N.DAY],enableAllDayCreate:!0},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},viewConfig:{showMiniCalendar:!0,showAllDay:!0,scrollToCurrentTime:!0}},Rf=(t={})=>{const n=Object.assign(Object.assign({},kf),t),r=t=>e.createElement(Hh,{viewType:N.DAY,originalComponent:Of,app:t.app,config:n,className:"day-view-factory",customDetailPanelContent:t.customDetailPanelContent,customEventDetailDialog:t.customEventDetailDialog,calendarRef:t.calendarRef,switcherMode:t.switcherMode,meta:t.meta});return r.displayName="DayViewAdapter",{type:N.DAY,component:r,config:n}},Pf=({app:r,customDetailPanelContent:o,customEventDetailDialog:l,calendarRef:c,switcherMode:d="buttons"})=>{const u=r.getCurrentDate(),h=r.getEvents(),f=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},g=t(()=>f(u),[u]),[m,v]=n(new Date),[p,y]=n(null),[D,b]=n(null),{HOUR_HEIGHT:w,FIRST_HOUR:x,LAST_HOUR:E,TIME_COLUMN_WIDTH:M,ALL_DAY_HEIGHT:C}=pf,T=e.useRef(null),I=t(()=>{const e=new Date(g);e.setDate(g.getDate()+6),e.setHours(23,59,59,999);return h.filter(t=>{const n=du(t.start);n.setHours(0,0,0,0);const r=du(t.end);return r.setHours(23,59,59,999),r>=g&&n<=e}).map(e=>{const t=du(e.start),n=Math.floor((t.getTime()-g.getTime())/864e5),r=Math.max(0,Math.min(6,n));return Object.assign(Object.assign({},e),{day:r})})},[h,g]),S=t(()=>tf(I,g),[I,g]),H=t(()=>{const e=S.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},[S]),O=t(()=>{if(0===H.length)return C;const e=Math.max(...H.map(e=>e.row));return C+e*C},[H,C]),k=t(()=>{const e=new Map;for(let t=0;t<7;t++){const n=[];I.forEach(e=>{if(e.allDay)return;const r=nf(e,g);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:su(xu(Gu(g,t),a.startHour)),end:su(xu(Gu(g,t),r)),day:t});n.push(o)}}else e.day===t&&n.push(e)});const r=vf.calculateDayEventLayouts(n,{viewType:"week"});e.set(t,r)}return e},[I,g]),{handleMoveStart:R,handleCreateStart:P,handleResizeStart:j,handleCreateAllDayEvent:$,dragState:Y,isDragging:A}=Cf(r,{calendarRef:c,allDayRowRef:T,viewType:N.WEEK,onEventsUpdate:(e,t)=>{const n=e(I),a=new Set(n.map(e=>e.id)),o=I.filter(e=>!a.has(e.id)),i=new Set(I.map(e=>e.id)),s=n.filter(e=>!i.has(e.id)),l=n.filter(e=>{if(!i.has(e.id))return!1;const t=I.find(t=>t.id===e.id);return t&&(du(t.start).getTime()!==du(e.start).getTime()||du(t.end).getTime()!==du(e.end).getTime()||t.day!==e.day||wu(t.start)!==wu(e.start)||wu(t.end)!==wu(e.end)||t.title!==e.title)});o.forEach(e=>r.deleteEvent(e.id)),s.forEach(e=>r.addEvent(e)),l.forEach(e=>r.updateEvent(e.id,e,t))},onEventCreate:e=>{r.addEvent(e)},onEventEdit:()=>{},currentWeekStart:g,events:I,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:su(r),end:su(a),calendarId:"blue",allDay:!1},i=[...I.filter(t=>t.day===e&&!t.allDay),o];return vf.calculateDayEventLayouts(i,{viewType:"week"}).get("-1")||null},calculateDragLayout:(e,t,n,r)=>{const a=I.map(a=>{if(a.id!==e.id)return a;const o=du(a.start),i=xu(o,n),s=xu(o,r),l=su(i),c=su(s);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 vf.calculateDayEventLayouts(o,{viewType:"week"}).get(e.id)||null}}),L=t(()=>["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],[]),Z=Array.from({length:24},(e,t)=>({hour:t+x,label:ku(t+x)})),F=t(()=>{const e=new Date;return e.setHours(0,0,0,0),L.map((t,n)=>{const r=new Date(g);r.setDate(g.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()}})},[g,L]),V=e=>{r.updateEvent(e.id,e)},z=e=>{r.deleteEvent(e)},B=t(()=>{const e=new Date,t=f(e);return g.getTime()===t.getTime()},[g]);return a(()=>{const e=setInterval(()=>v(new Date),6e4);return()=>clearInterval(e)},[]),i("div",{className:"relative flex flex-col bg-white w-full overflow-hidden h-full",children:[s(Hf,{calendar:r,viewType:N.WEEK,currentDate:u,switcherMode:d,onPrevious:()=>r.goToPrevious(),onNext:()=>r.goToNext(),onToday:()=>r.goToToday()}),i("div",{className:"flex border-b border-gray-200",children:[s("div",{className:"w-20 p-2"}),L.map((e,t)=>i("div",{className:"flex flex-1 justify-center items-center text-center text-gray-500 text-sm p-1",children:[s("div",{className:"inline-flex items-center justify-center text-sm h-6 w-6 mt-1 mr-1",children:e}),s("div",{className:"inline-flex items-center justify-center h-6 w-6 rounded-full text-sm mt-1",children:F[t].date})]},t))]}),i("div",{className:K,ref:T,children:[s("div",{className:Q,children:"all-day"}),i("div",{className:"flex flex-1 relative",style:{minHeight:`${O}px`},children:[L.map((e,t)=>s("div",{className:"flex-1 border-r border-gray-200 relative",style:{minHeight:`${O}px`},onDoubleClick:e=>null==$?void 0:$(e,t)},`allday-${t}`)),s("div",{className:"absolute inset-0 pointer-events-none",children:H.map(e=>s(sf,{event:e.event,segment:e,segmentIndex:e.row,isAllDay:!0,isMultiDay:!0,allDayHeight:C,calendarRef:c,isBeingDragged:A&&(null==Y?void 0:Y.eventId)===e.event.id&&"move"===(null==Y?void 0:Y.mode),hourHeight:w,firstHour:x,onMoveStart:R,onResizeStart:j,onEventUpdate:V,onEventDelete:z,selectedEventId:D,detailPanelEventId:p,onEventSelect:e=>b(e),onDetailPanelToggle:e=>y(e),customDetailPanelContent:o,customEventDetailDialog:l},e.id))})]})]}),s("div",{className:U,style:{position:"relative"},children:i("div",{className:"relative flex",children:[B&&(()=>{const e=m,t=e.getHours()+e.getMinutes()/60;if(t<x||t>E)return null;const n=e.getDay(),r=0===n?6:n-1;return i("div",{className:X,style:{top:`${(t-x)*w}px`,width:"100%",height:0,zIndex:20},children:[i("div",{className:"flex items-center",style:{width:`${M}px`},children:[s("div",{className:"relative w-full flex items-center"}),s("div",{className:J,children:ku(t)})]}),s("div",{className:"flex flex-1",children:L.map((e,t)=>s("div",{className:"flex-1 flex items-center",children:s("div",{className:"h-0.5 w-full relative",style:{backgroundColor:t===r?"#C53030":"#fdedeb",zIndex:9999},children:t===r&&0!==r&&s("div",{className:"absolute w-2 h-2 bg-red-700 rounded-full",style:{top:"-3px",left:"-4px"}})})},t))})]})})(),s("div",{className:W,children:Z.map((e,t)=>s("div",{className:q,children:s("div",{className:_,children:0===t?"":e.label})},t))}),i("div",{className:"flex-grow relative",children:[Z.map((e,t)=>s("div",{className:G,children:L.map((n,r)=>s("div",{className:"flex-1 relative border-r border-gray-200",onDoubleClick:t=>{P(t,r,e.hour)}},`${t}-${r}`))},t)),i("div",{className:"h-3 border-t border-gray-200 flex relative",children:[s("div",{className:"absolute -top-2.5 -left-9 text-[12px] text-gray-500",children:"00.00"}),L.map((e,t)=>s("div",{className:"flex-1 relative border-r border-gray-200"},`24-${t}`))]}),L.map((e,t)=>{const n=qu(t,I),r=[];return n.forEach(e=>{const n=nf(e,g);if(n.length>0){const a=n.find(e=>e.dayIndex===t);a&&r.push({event:e,segmentInfo:Object.assign(Object.assign({},a),{dayIndex:t})})}else r.push({event:e})}),I.forEach(e=>{if(e.allDay||e.day===t)return;const n=nf(e,g).find(e=>e.dayIndex===t);n&&r.push({event:e,segmentInfo:Object.assign(Object.assign({},n),{dayIndex:t})})}),s("div",{className:"absolute top-0 pointer-events-none",style:{left:`calc(${100/7*t}%)`,width:100/7+"%",height:"100%"},children:r.map(({event:e,segmentInfo:n})=>{const r=k.get(t),a=null==r?void 0:r.get(e.id);return s(sf,{event:e,layout:a,calendarRef:c,isBeingDragged:A&&(null==Y?void 0:Y.eventId)===e.id&&"move"===(null==Y?void 0:Y.mode),hourHeight:w,firstHour:x,onMoveStart:R,onResizeStart:j,onEventUpdate:V,onEventDelete:z,selectedEventId:D,detailPanelEventId:p,onEventSelect:e=>b(e),onDetailPanelToggle:e=>y(e),customDetailPanelContent:o,customEventDetailDialog:l,multiDaySegmentInfo:n},n?`${e.id}-seg-${t}`:e.id)})},`events-day-${t}`)})]})]})})]})},jf={enableDrag:!0,enableResize:!0,enableCreate:!0,showWeekends:!0,showAllDay:!0,startOfWeek:1,scrollToCurrentTime:!0,hourHeight:72,firstHour:0,lastHour:24,dragConfig:{supportedViews:[N.WEEK],enableAllDayCreate:!0},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},viewConfig:{showWeekends:!0,showAllDay:!0,startOfWeek:1,scrollToCurrentTime:!0}},$f=(t={})=>{const n=Object.assign(Object.assign({},jf),t),r=t=>e.createElement(Hh,{viewType:N.WEEK,originalComponent:Pf,app:t.app,config:n,className:"week-view-factory",customDetailPanelContent:t.customDetailPanelContent,customEventDetailDialog:t.customEventDetailDialog,calendarRef:t.calendarRef,switcherMode:t.switcherMode,meta:t.meta});return r.displayName="WeekViewAdapter",{type:N.WEEK,component:r,config:n}},Yf=2,Af=50,Lf=1900,Zf=2200,Ff=8,Vf=150,zf=1400,Bf=1e3,Uf=900;class Wf{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}}}Wf.metrics={scrollEvents:0,renderTime:[],cacheHits:0,cacheMisses:0,startTime:Date.now(),frameDrops:0,avgScrollDelta:0,totalScrollDistance:0};class qf{constructor(e=Af){this.cache=new Map,this.accessOrder=[],this.maxSize=e}get(e){const t=this.cache.get(e);if(t)return Wf.trackCacheHit(),this.updateAccessOrder(e),t;Wf.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 Wf.getMetrics().cacheHitRate}clear(){this.cache.clear(),this.accessOrder=[]}}const _f=()=>{const[e,t]=n({yearHeight:Uf,screenSize:"desktop"});return a(()=>{const e=()=>{const e=window.innerWidth;t(e<768?{yearHeight:zf,screenSize:"mobile"}:e<1024?{yearHeight:Bf,screenSize:"tablet"}:{yearHeight:Uf,screenSize:"desktop"})};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),e},Gf=({currentDate:e,yearHeight:i,onCurrentYearChange:s})=>{const l=e.getFullYear(),c=(l-Lf)*i,[d,u]=n(c),[h,f]=n(600),[g,m]=n(l),[v,p]=n(!1),y=o(document.createElement("div")),D=o(null),b=o(0),w=o(0),x=t(()=>{const e=performance.now(),t=Zf-Lf+1,n=t*i,r=Math.floor(d/i),a=Math.min(t-1,Math.ceil((d+h)/i)),o=Math.max(0,r-Yf),s=Math.min(t-1,a+Yf),l=[];for(let e=o;e<=s;e++)l.push({index:e,year:Lf+e,top:e*i,height:i});const c=performance.now()-e;return Wf.trackRenderTime(c),{totalHeight:n,visibleItems:l}},[d,h,i]),E=r(e=>{const t=performance.now();if(t-b.current<Ff)return;b.current=t;const n=e.currentTarget.scrollTop,r=Math.abs(n-w.current);w.current=n,Wf.trackScrollEvent(r),requestAnimationFrame(()=>{u(n);const e=n+h/2,t=Math.round(Lf+e/i);t!==g&&t>=Lf&&t<=Zf&&(m(t),null==s||s(t))}),p(!0),D.current&&clearTimeout(D.current),D.current=setTimeout(()=>{p(!1)},Vf)},[h,g,i,s]);a(()=>{const e=y.current;if(!e)return;e.scrollTop=c;const t=new ResizeObserver(([e])=>{f(e.contentRect.height)});return t.observe(e),()=>t.disconnect()},[c]);const M=r((e,t=!0)=>{if(!y.current)return;const n=(e-Lf)*i-h/2+i/2;y.current.scrollTo({top:Math.max(0,n),behavior:t?"smooth":"auto"})},[i,h]),C=r(()=>{const e=Math.max(Lf,g-1);m(e),M(e)},[g,M]),N=r(()=>{const e=Math.min(Zf,g+1);m(e),M(e)},[g,M]),T=r(()=>{const e=(new Date).getFullYear();m(e),M(e)},[M]);return a(()=>()=>{D.current&&clearTimeout(D.current)},[]),{scrollTop:d,containerHeight:h,currentYear:g,isScrolling:v,virtualData:x,scrollElementRef:y,handleScroll:E,scrollToYear:M,handlePreviousYear:C,handleNextYear:N,handleToday:T,setScrollTop:u,setContainerHeight:f,setCurrentYear:m,setIsScrolling:p}},Xf=()=>{const[e,t]=n({weekHeight:k,screenSize:"desktop",weeksPerView:6});return a(()=>{const e=()=>{const e=window.innerWidth,n=window.innerHeight-150,r=Math.max(80,Math.floor(n/6)),a=e<768?{weekHeight:Math.max(H,r),screenSize:"mobile",weeksPerView:6}:e<1024?{weekHeight:Math.max(O,r),screenSize:"tablet",weeksPerView:6}:{weekHeight:Math.max(k,r),screenSize:"desktop",weeksPerView:6};t(a)};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),e},Jf=({currentDate:e,weekHeight:i,onCurrentMonthChange:s,initialWeeksToLoad:l=104})=>{const c=o(null),d=t(()=>{const t=new Date(e);return t.setDate(1),t.setHours(0,0,0,0),Wu(t,l)},[e,l]),u=t(()=>{const t=new Date(e);t.setDate(1),t.setHours(0,0,0,0);const n=d.findIndex(e=>e.days.some(e=>e.date.toDateString()===t.toDateString()));return n>0?n*i:0},[d,e,i]),[h,f]=n(u),[g,m]=n(600),[v,p]=n(Au[e.getMonth()]),[y,D]=n(e.getFullYear()),[b,w]=n(!1),[x,E]=n(d),[M,C]=n(!1),N=o(!1),[T,H]=n(!1),O=o(e),k=o(null),P=o(null),j=o(new R),$=o(0),Y=o(0),A=o(!1),L=r(e=>{e&&(k.current=e)},[]),Z=r(e=>{let t=j.current.get(e);return t||(t=zu(e),j.current.set(e,t)),t},[]),F=r((e,t=26)=>{A.current||(A.current=!0,setTimeout(()=>{try{if("future"===e){const e=x[x.length-1],n=[];for(let r=1;r<=t;r++){const t=new Date(e.startDate);t.setDate(t.getDate()+7*r),n.push(Z(t))}E(e=>[...e,...n])}else{const e=x[0],n=[];for(let r=t;r>=1;r--){const t=new Date(e.startDate);t.setDate(t.getDate()-7*r),n.push(Z(t))}const r=n.length*i;E(e=>[...n,...e]),requestAnimationFrame(()=>{f(e=>e+r),k.current&&(k.current.scrollTop+=r)})}}finally{setTimeout(()=>{A.current=!1},200)}},0))},[x,Z,i]),V=t(()=>{const e=x.length*i,t=Math.floor(h/i);let n=Math.max(0,t);n=Math.min(n,Math.max(0,x.length-6));const r=Math.min(x.length-1,n+6-1),a=Math.max(0,n-15),o=Math.min(x.length-1,r+15),s=[];for(let e=a;e<=o;e++)s.push({index:e,weekData:x[e],top:e*i,height:i});return{totalHeight:e,visibleItems:s,displayStartIndex:n}},[h,g,i,x]),z=r(e=>{if(M||b||0===e.length||!T)return;const t=h+g/2,n=e.find(e=>e.top<=t&&e.top+e.height>t)||e[Math.floor(e.length/2)];if(!n)return;const r={};n.weekData.days.forEach(e=>{const t=`${Au[e.month]}-${e.year}`;r[t]=(r[t]||0)+1});let a="",o=0,i=0;Object.entries(r).forEach(([e,t])=>{if(t>i){i=t;const[n,r]=e.split("-");a=n,o=parseInt(r)}}),a&&o&&(c.current?a===c.current.month&&o===c.current.year&&(c.current=null,a===v&&o===y||(p(a),D(o),null==s||s(a,o))):a===v&&o===y||(p(a),D(o),null==s||s(a,o)))},[g,v,y,M,b,s,h,T]),B=r(e=>{const t=performance.now();if(t-$.current<I)return;$.current=t;const n=e.currentTarget,r=n.scrollTop;Y.current=r,f(r),M||requestAnimationFrame(()=>{const{scrollHeight:e,clientHeight:t}=n;r+t>e-10*i&&!A.current&&F("future",26),r<10*i&&!A.current&&F("past",26)}),w(!0),P.current&&clearTimeout(P.current),P.current=setTimeout(()=>{w(!1)},S)},[i,F,M]),U=r((e,t=!0)=>{if(!k.current)return;C(!0),N.current=!0;const n=()=>{setTimeout(()=>{C(!1),N.current=!1},t?500:200)},r=x.findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(-1!==r){const e=r*i;return k.current.scrollTo({top:e,behavior:t?"smooth":"auto"}),void n()}const a=e.getDay(),o=0===a?6:a-1,s=new Date(e);s.setDate(e.getDate()-o),s.setHours(0,0,0,0);const l=x[0],c=x[x.length-1];let d=0,u=!1,h=!1;s<l.startDate?(d=Math.ceil((l.startDate.getTime()-s.getTime())/6048e5),u=!0):s>c.startDate&&(d=Math.ceil((s.getTime()-c.startDate.getTime())/6048e5),h=!0);const g=Math.min(d+10,52);if(u){const r=[];for(let e=g;e>=1;e--){const t=new Date(l.startDate);t.setDate(t.getDate()-7*e),r.push(Z(t))}const a=r.length*i;E(e=>[...r,...e]),requestAnimationFrame(()=>{const o=[...r,...x].findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(k.current&&-1!==o){const e=o*i;k.current.scrollTop+=a,f(e=>e+a),setTimeout(()=>{k.current&&k.current.scrollTo({top:e,behavior:t?"smooth":"auto"})},50)}n()})}else if(h){const r=[];for(let e=1;e<=g;e++){const t=new Date(c.startDate);t.setDate(t.getDate()+7*e),r.push(Z(t))}E(e=>[...e,...r]),requestAnimationFrame(()=>{const a=[...x,...r].findIndex(t=>t.days.some(t=>t.date.toDateString()===e.toDateString()));if(k.current&&-1!==a){const e=a*i;k.current.scrollTo({top:e,behavior:t?"smooth":"auto"})}n()})}else n()},[x,i,Z]),W=r(()=>{const e="January"===v?11:Au.indexOf(v)-1,t=new Date("January"===v?y-1:y,e,1);U(t)},[v,y,U]),q=r(()=>{const e="December"===v?0:Au.indexOf(v)+1,t=new Date("December"===v?y+1:y,e,1);U(t)},[v,y,U]),_=r(()=>{const e=new Date,t=Au[e.getMonth()],n=e.getFullYear(),r=new Date(n,e.getMonth(),1);c.current={month:t,year:n},p(t),D(n),null==s||s(t,n);const a=x.findIndex(e=>e.days.some(e=>e.date.toDateString()===r.toDateString()));if(-1!==a){const e=a*i,t=k.current;t&&(C(!0),N.current=!0,requestAnimationFrame(()=>{f(e),requestAnimationFrame(()=>{t&&(t.scrollTop=e,setTimeout(()=>{N.current=!1,C(!1)},200))})}))}else C(!0),N.current=!0,requestAnimationFrame(()=>{U(r,!0),setTimeout(()=>{N.current=!1,C(!1)},200)})},[x,i,s,U]);return a(()=>{z(V.visibleItems)},[V.visibleItems,z]),a(()=>{const t=O.current,n=t.getMonth(),r=t.getFullYear(),a=e.getMonth(),o=e.getFullYear();if(n!==a||r!==o){const e=new Date(o,a,1),t=Au[a];c.current={month:t,year:o},p(t),D(o),null==s||s(t,o),U(e,!0)}O.current=e},[e,s,U]),a(()=>{const e=k.current;if(!e)return;const t=new ResizeObserver(([e])=>{m(e.contentRect.height)});return t.observe(e),()=>t.disconnect()},[]),a(()=>{const e=k.current;e&&!T&&requestAnimationFrame(()=>{e&&u>0?(e.scrollTop=u,H(!0)):e&&H(!0)})},[T,u]),a(()=>()=>{P.current&&clearTimeout(P.current)},[]),{scrollTop:h,containerHeight:g,currentMonth:v,currentYear:y,isScrolling:b,virtualData:V,scrollElementRef:k,handleScroll:B,scrollToDate:U,handlePreviousMonth:W,handleNextMonth:q,handleToday:_,setScrollTop:f,setContainerHeight:m,setCurrentMonth:p,setCurrentYear:D,setIsScrolling:w,cache:j.current,scrollElementRefCallback:L,weeksData:x}},Kf=e.memo(({currentMonth:e,currentYear:r,newlyCreatedEventId:l,isScrolling:c,isDragging:d,item:u,events:h,dragState:f,calendarRef:g,onEventUpdate:m,onEventDelete:v,onMoveStart:p,onCreateStart:y,onResizeStart:D,onDetailPanelOpen:b,onMoreEventsClick:w,onChangeView:x,onSelectDate:E,selectedEventId:M,onEventSelect:C,detailPanelEventId:T,onDetailPanelToggle:I,customDetailPanelContent:S,customEventDetailDialog:H})=>{const[O,k]=n(!1),R=o(null);a(()=>c?(k(!0),R.current&&(clearTimeout(R.current),R.current=null),()=>{R.current&&(clearTimeout(R.current),R.current=null)}):O?(R.current=setTimeout(()=>{k(!1),R.current=null},100),()=>{R.current&&(clearTimeout(R.current),R.current=null)}):void 0,[c,O]);const{weekData:P,height:j}=u,$=P.days.find(e=>1===e.day),Y=`${j}px`,L=t(()=>tf(h,P.startDate),[h,P.startDate]),Z=t(()=>(e=>{const t=[];return e.forEach(e=>{if(!e.start||!e.end)return void A.warn("Event missing start or end date:",e);const n=du(e.start),r=du(e.end),a=new Date(n);a.setHours(0,0,0,0);const o=new Date(r);o.setHours(0,0,0,0);let i=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&&(i=new Date(o),i.setDate(i.getDate()-1))}const s=a.toDateString()!==i.toDateString();if(!s||e.allDay)if(s&&e.allDay){const a=new Date(n);for(;a<=r;){const n=nu.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})(h),[h]),F=t(()=>(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})(L),[L]),V=t(()=>{const e=Array(7).fill(0);return F.forEach((t,n)=>{t.forEach(t=>{for(let r=t.startDayIndex;r<=t.endDayIndex;r++)e[r]=Math.max(e[r],n+1)})}),e},[F]),z=t(()=>Math.max(0,17*F.length),[F]),B=(t,n)=>{var a;const o=t.month===Au.indexOf(e)&&t.year===r;var c;const u=(e=>[...e].sort((e,t)=>e.allDay!==t.allDay?e.allDay?-1:1:e.allDay&&t.allDay?0:wu(e.start)-wu(t.start)))((c=t.date,Z.filter(e=>{if(!e.start||!e.end)return du(e.start).toDateString()===c.toDateString();const t=du(e.start),n=du(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()===c.toDateString()}return t.toDateString()===c.toDateString()||n.toDateString()===c.toDateString()}))),h=u.slice(0,4),O=u.length-h.length,k=O>0,R=[],P=null!==(a=V[n])&&void 0!==a?a:0;for(let e=0;e<P;e++)R.push(s("div",{className:"flex-shrink-0",style:{height:"17px",minHeight:"17px"}},`placeholder-layer-${e}-${t.date.getTime()}`));return h.forEach((e,t)=>{const n=F.flat().find(t=>t.originalEventId===e.id);e.allDay&&n||R.push(s(sf,{event:e,isMonthView:!0,calendarRef:g,hourHeight:72,firstHour:0,onEventUpdate:m,onEventDelete:v,onMoveStart:p,onResizeStart:D,isBeingDragged:d&&f.eventId===e.id&&"move"===f.mode,newlyCreatedEventId:l,onDetailPanelOpen:b,selectedEventId:M,onEventSelect:C,detailPanelEventId:T,onDetailPanelToggle:I,customDetailPanelContent:S,customEventDetailDialog:H},`${e.id}-${e.day}-${wu(e.start)}-${t}`))}),i("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:Y},"data-date":(j=t.date,`${j.getFullYear()}-${String(j.getMonth()+1).padStart(2,"0")}-${String(j.getDate()).padStart(2,"0")}`),onDoubleClick:e=>y(e,t.date),children:[i("div",{className:"flex items-start justify-between p-2 pb-1 relative z-20",children:[s("div",{className:"flex-1"}),i("div",{className:"flex items-center",children:[s("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&&s("span",{className:"text-xs text-gray-500 ml-1",children:t.shortMonthName})]})]}),i("div",{className:"flex-1 overflow-hidden px-1",children:[R,k&&i("div",{className:"text-xs text-gray-500 hover:text-gray-700 cursor-pointer hover:underline",onClick:e=>{e.stopPropagation(),w?w(t.date):(null==E||E(t.date),null==x||x(N.DAY))},children:["+",O," more"]})]})]},`day-${t.date.getTime()}`);var j};return i("div",{className:"relative select-none border-b border-gray-200",style:{height:Y},children:[$&&s("div",{className:`\n absolute top-10 left-0 z-30 bg-white/50 py-2 px-2 duration-300\n ${O?"opacity-100 pointer-events-auto":"opacity-0 pointer-events-none"}\n `,style:{transition:"opacity 0.5s ease",maxWidth:"fit-content"},children:i("span",{className:"text-2xl font-bold",children:[$.monthName," ",$.year]})}),s("div",{className:"h-full flex flex-col",children:i("div",{className:"calendar-week relative h-full",children:[s("div",{className:"grid grid-cols-7 h-full",children:P.days.map((e,t)=>B(e,t))}),F.length>0&&s("div",{className:"absolute left-0 right-0 pointer-events-none",style:{top:"33px",height:`${z}px`,zIndex:10},children:F.map((e,t)=>s("div",{className:"absolute inset-0",children:e.map(e=>s(sf,{event:e.event,segment:e,segmentIndex:t,isMonthView:!0,isMultiDay:!0,calendarRef:g,hourHeight:72,firstHour:0,onEventUpdate:m,onEventDelete:v,onMoveStart:p,onResizeStart:D,isBeingDragged:d&&f.eventId===e.event.id&&"move"===f.mode,newlyCreatedEventId:l,onDetailPanelOpen:b,selectedEventId:M,onEventSelect:C,detailPanelEventId:T,onDetailPanelToggle:I,customDetailPanelContent:S,customEventDetailDialog:H},e.id))},`layer-${t}`))})]})})]})});Kf.displayName="WeekComponent";const Qf=({app:e,customDetailPanelContent:r,customEventDetailDialog:l,calendarRef:c,switcherMode:d="buttons"})=>{const u=e.getCurrentDate(),h=e.getEvents(),f=o(null),g=t(()=>{const e=f.current;return e&&e.length===h.length&&e.every((e,t)=>e===h[t])?e:(f.current=h,h)},[h]),m=t(()=>{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 g.forEach(e=>{if(!e.start)return;const r=du(e.start),a=e.end?du(e.end):r,o=new Date(r);o.setHours(0,0,0,0);const i=new Date(a);i.setHours(0,0,0,0);let s=new Date(i);if(!e.allDay){0!==a.getHours()||0!==a.getMinutes()||0!==a.getSeconds()||0!==a.getMilliseconds()||s.setDate(s.getDate()-1)}s<o&&(s=new Date(o));const l=t(o),c=t(s);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},[g]),{screenSize:v}=Xf(),[p,y]=n(119),D=o(119),b=o([]),[w,x]=n(null),[E,M]=n(null),[C,T]=n(null),I=t(()=>{const e=u.getDay(),t=u.getDate()-e+(0===e?-6:1),n=new Date(u);return n.setDate(t),n.setHours(0,0,0,0),n},[u]),{handleMoveStart:S,handleCreateStart:H,handleResizeStart:O,dragState:k,isDragging:R}=Cf(e,{calendarRef:c,viewType:N.MONTH,onEventsUpdate:(t,n)=>{const r=t(g),a=new Set(r.map(e=>e.id)),o=g.filter(e=>!a.has(e.id)),i=new Set(g.map(e=>e.id)),s=r.filter(e=>!i.has(e.id)),l=r.filter(e=>{if(!i.has(e.id))return!1;const t=g.find(t=>t.id===e.id);return t&&(du(t.start).getTime()!==du(e.start).getTime()||du(t.end).getTime()!==du(e.end).getTime()||t.day!==e.day||wu(t.start)!==wu(e.start)||wu(t.end)!==wu(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)),s.forEach(t=>e.addEvent(t)),l.forEach(t=>e.updateEvent(t.id,t,n))},onEventCreate:t=>{e.addEvent(t)},onEventEdit:e=>{x(e.id)},currentWeekStart:I,events:g}),{currentMonth:P,currentYear:j,isScrolling:$,virtualData:Y,scrollElementRef:A,handleScroll:L,handlePreviousMonth:Z,handleNextMonth:F,handleToday:V,setScrollTop:z}=Jf({currentDate:u,weekHeight:p,onCurrentMonthChange:(t,n)=>{const r=Au.indexOf(t);r>=0&&e.setVisibleMonth(new Date(n,r,1))},initialWeeksToLoad:156}),B=o(0),[U,W]=n(0),q=t(()=>U-6*p,[U,p]),{visibleWeeks:_,startIndex:G}=t(()=>{const{visibleItems:e,displayStartIndex:t}=Y,n=e.findIndex(e=>e.index===t);if(-1===n)return b.current.length>0?{visibleWeeks:b.current,startIndex:B.current}:{visibleWeeks:[],startIndex:t};const r=e.slice(n,n+8);return r.length>=6&&(b.current=r,B.current=t),{visibleWeeks:r,startIndex:t}},[Y]),X=t(()=>G*p,[G,p]),J=t(()=>{const e=Y.totalHeight,t=G*p+16*p+q;return Math.max(0,e-t)},[Y.totalHeight,G,p,q]);a(()=>{const e=A.current;if(!e)return;const t=new ResizeObserver(t=>{for(const n of t){const t=n.contentRect.height;W(t);const r=Math.max(80,Math.floor(t/6));if(r!==D.current&&0!==D.current){const t=Math.floor(e.scrollTop/D.current)*r;e.scrollTop=t,z(t)}D.current=r,y(r)}});return t.observe(e),()=>{t.disconnect()}},[A,z]);const K=t=>{e.updateEvent(t.id,t)},Q=t=>{e.deleteEvent(t)},ee=t=>{e.changeView(t)};return i("div",{className:"h-full flex flex-col",children:[s(Hf,{calendar:e,viewType:N.MONTH,currentDate:u,customTitle:`${P} ${j}`,onPrevious:Z,onNext:F,onToday:V,switcherMode:d}),s("div",{className:"sticky top-0 z-10 bg-white border-b border-gray-200",children:s("div",{className:"grid grid-cols-7 px-2",children:$u.map((e,t)=>s("div",{className:"text-right text-gray-500 text-sm py-2 pr-2",children:e},t))})}),i("div",{ref:A,className:"flex-1 overflow-auto will-change-scroll",style:{scrollSnapType:"y mandatory",overflow:"hidden auto"},onScroll:L,children:[s("div",{style:{height:X}}),_.map((t,n)=>{var a;const o=null!==(a=m.get(t.weekData.startDate.getTime()))&&void 0!==a?a:[],i=5===n?Object.assign(Object.assign({},t),{height:t.height+q}):t;return s(Kf,{item:i,currentMonth:P,currentYear:j,screenSize:v,isScrolling:$,calendarRef:c,events:o,onEventUpdate:K,onEventDelete:Q,onMoveStart:S,onCreateStart:H,onResizeStart:O,isDragging:R,dragState:k,newlyCreatedEventId:w,onDetailPanelOpen:()=>x(null),onChangeView:ee,onSelectDate:e.selectDate,selectedEventId:E,onEventSelect:M,detailPanelEventId:C,onDetailPanelToggle:T,customDetailPanelContent:r,customEventDetailDialog:l},`week-${t.weekData.startDate.getTime()}`)}),s("div",{style:{height:J}})]})]})},eg={enableDrag:!0,enableResize:!1,enableCreate:!0,showOtherMonth:!0,weekHeight:120,showWeekNumbers:!1,enableVirtualScroll:!0,initialWeeksToLoad:156,dragConfig:{supportedViews:[N.MONTH],enableAllDayCreate:!1},eventsConfig:{enableAutoRecalculate:!0,enableValidation:!0},virtualScrollConfig:{weekHeight:120,initialWeeksToLoad:156,enableVirtualScroll:!0,enableKeyboardNavigation:!0,supportedViews:[N.MONTH]},viewConfig:{showOtherMonth:!0,weekHeight:120,showWeekNumbers:!1,enableVirtualScroll:!0}},tg=(t={})=>{const n=Object.assign(Object.assign({},eg),t),r=t=>e.createElement(Hh,{viewType:N.MONTH,originalComponent:Qf,app:t.app,config:n,className:"month-view-factory",customDetailPanelContent:t.customDetailPanelContent,customEventDetailDialog:t.customEventDetailDialog,calendarRef:t.calendarRef,switcherMode:t.switcherMode,meta:t.meta});return r.displayName="MonthViewAdapter",{type:N.MONTH,component:r,config:n}},ng=({app:t})=>{const o=t.getCurrentDate(),{yearHeight:l,screenSize:c}=_f(),[d,f]=n(!1),g=e.useRef(new qf),m=e.useRef(new Date),{currentYear:v,isScrolling:p,virtualData:y,scrollElementRef:D,handleScroll:b,scrollToYear:w,handlePreviousYear:x,handleNextYear:E,handleToday:M}=Gf({currentDate:o,yearHeight:l}),C=r((e,t)=>{const n=new Date(e,t,1),r=0===n.getDay()?6:n.getDay()-1,a=[],i=m.current,s=o;for(let n=0;n<42;n++){const o=new Date(e,t,n-r+1),l=o.getDate(),c=o.getMonth()===t;a.push({date:l,isCurrentMonth:c,isToday:c&&o.toDateString()===i.toDateString(),isSelected:c&&o.toDateString()===s.toDateString(),fullDate:o})}return{year:e,month:t,monthName:Au[t],days:a}},[o]),N=r(e=>{let t=g.current.get(e);if(!t){const n=[];for(let t=0;t<12;t++)n.push(C(e,t));t={year:e,months:n},g.current.set(e,t)}return t},[C]),T=r(()=>{t.goToToday(),M()},[t,M]);a(()=>{const e=e=>{if(!e.repeat)switch(e.key){case"ArrowUp":e.preventDefault(),x();break;case"ArrowDown":e.preventDefault(),E();break;case"Home":e.preventDefault(),T();break;case"PageUp":e.preventDefault();const t=Math.max(Lf,v-5);w(t);break;case"PageDown":e.preventDefault();const n=Math.min(Zf,v+5);w(n);break;case"F12":e.shiftKey&&(e.preventDefault(),f(!d))}};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[v,x,E,T,w,d]);const I=e.memo(({monthData:e})=>i("div",{className:"h-fit",children:[s("div",{className:`text-red-600 font-semibold mb-2 sm:mb-3 ${"mobile"===c?"text-xs":"text-xs sm:text-sm"} `,children:e.monthName}),s("div",{className:"grid grid-cols-7 gap-0 mb-1 sm:mb-2",children:["M","T","W","T","F","S","S"].map((e,t)=>s("div",{className:"text-center text-gray-500 py-0.5 text-xs w-10",children:e},t))}),s("div",{className:"grid grid-cols-7 gap-0",children:e.days.map((e,n)=>s("button",{className:`\n text-center rounded-sm transition-colors\n w-10\n ${"mobile"===c?"text-xs py-1 min-h-[18px]":"text-xs py-1 sm:py-1.5 min-h-[20px] sm:min-h-[26px]"}\n ${e.isCurrentMonth?"text-gray-900 font-medium hover:bg-gray-100 active:bg-gray-200":"text-gray-300 cursor-not-allowed"}\n ${e.isToday?"bg-red-500 text-white hover:bg-red-600 font-bold shadow-sm ring-2 ring-red-200":""}\n ${e.isSelected&&!e.isToday?"bg-red-100 text-red-600 font-semibold ring-1 ring-red-300":""}\n `,onClick:()=>e.isCurrentMonth&&t.selectDate(e.fullDate),disabled:!e.isCurrentMonth,children:e.date},n))})]})),S=e.memo(({item:e})=>{const t=N(e.year);return s("div",{className:"absolute w-full",style:{top:e.top,height:e.height,contain:"layout style paint"},children:s("div",{className:"px-4 py-2 bg-white",children:s("div",{className:"mx-auto px-8",children:s("div",{className:"grid gap-3 lg:gap-8 "+("mobile"===c?"grid-cols-2 grid-rows-6":"tablet"===c?"grid-cols-3 grid-rows-4":"grid-cols-4 grid-rows-3"),children:t.months.map(e=>s(I,{monthData:e},`${e.year}-${e.month}`))})})})})});return I.displayName="MonthComponent",S.displayName="VirtualYearItem",i("div",{className:"relative flex flex-col bg-white shadow-md w-full overflow-hidden h-full",children:[s("div",{className:"p-2 bg-white",children:i("div",{className:"flex justify-between items-center",children:[s("h1",{className:"text-2xl font-semibold",children:v}),i("div",{className:"flex space-x-1",children:[s("button",{className:"p-1 text-gray-600 hover:bg-gray-100 rounded",onClick:()=>t.goToPrevious(),title:"Previous week",children:s(u,{className:"h-5 w-5"})}),s("button",{className:"px-4 py-1 text-sm text-gray-700 hover:bg-gray-100 rounded",onClick:()=>t.goToToday(),title:"Go to today",children:"Today"}),s("button",{className:"p-1 text-gray-600 hover:bg-gray-100 rounded",onClick:()=>t.goToNext(),title:"Next week",children:s(h,{className:"h-5 w-5"})})]})]})}),p&&s("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:s("span",{className:"text-xl font-bold text-gray-900",children:v})}),s("div",{ref:D,className:"flex-1 overflow-auto bg-gray-50",onScroll:b,style:{contain:"layout style paint",scrollBehavior:"auto"},children:s("div",{className:"relative",style:{height:y.totalHeight},children:y.visibleItems.map(e=>s(S,{item:e},e.year))})}),s("div",{className:"absolute right-2 top-1/2 transform -translate-y-1/2 opacity-30 hover:opacity-70 transition-opacity",children:i("div",{className:"bg-gray-800 text-white text-xs px-2 py-1 rounded",children:[Math.round((v-Lf)/(Zf-Lf)*100),"%"]})})]})},rg={enableDrag:!1,enableResize:!1,enableCreate:!1,enableVirtualScroll:!0,showDebugInfo:!1,eventsConfig:{enableAutoRecalculate:!1,enableValidation:!0},viewConfig:{enableVirtualScroll:!0,showDebugInfo:!1}},ag=(t={})=>{const n=Object.assign(Object.assign({},rg),t),r=t=>e.createElement(Hh,{viewType:N.YEAR,originalComponent:ng,app:t.app,config:n,className:"year-view-factory",customDetailPanelContent:t.customDetailPanelContent,customEventDetailDialog:t.customEventDetailDialog,calendarRef:t.calendarRef,meta:t.meta});return r.displayName="YearViewAdapter",{type:N.YEAR,component:r,config:n}},og={enableAutoRecalculate:!0,enableValidation:!0,defaultEvents:[],maxEventsPerDay:50};function ig(e={}){const t=Object.assign(Object.assign({},og),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=th(n.getAllEvents(),e);n.state.events=t}},update:(e,o)=>{const i=r.getById(e);if(!i)throw new Error(`Event with id ${e} not found`);const s=Object.assign(Object.assign({},i),o);if(t.enableValidation){const e=r.validateEvent(s);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=th(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=du(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=du(n.start),a=du(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)=>th(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,A.log("Events plugin installed - providing event management services")},api:r}}export{F as CalendarApp,sf as CalendarEvent,j as CalendarRegistry,fh as ColorPicker,Sh as DayFlowCalendar,Ih as DefaultEventDetailDialog,af as DefaultEventDetailPanel,of as EventDetailPanelWithContent,vf as EventLayoutCalculator,Ou as TIME_STEP,Hf as ViewHeader,N as ViewType,yu as addDays,yh as buildParseRegExp,Qu as calculateDayIndex,Kh as convertDateEvent,Qh as convertDateEventWithTimeZone,Xh as createAllDayEvent,xu as createDateWithHour,Rf as createDayView,Mf as createDragPlugin,Wh as createEvent,Ku as createEventWithDate,ah as createEventWithRealDate,_h as createEvents,ig as createEventsPlugin,tg as createMonthView,uu as createTemporalWithHour,Jh as createTimedEvent,qh as createTimezoneEvent,Gh as createTimezoneEvents,$f as createWeekView,ag as createYearView,jh as dateToPlainDate,$h as dateToPlainDateTime,Yh as dateToZonedDateTime,vu as daysBetween,pu as daysDifference,wu as extractHourFromDate,Zh as extractHourFromTemporal,hh as formatDate,dh as formatDateConsistent,Ru as formatEventTimeRange,uh as formatMonthYear,xh as formatTemporal,ku as formatTime,Vu as generateDayData,sh as generateUniKey,zu as generateWeekData,Wu as generateWeekRange,Uu as generateWeeksData,_u as getAllDayEventsForDay,Fu as getCurrentWeekDates,Gu as getDateByDayIndex,nh as getDayIndexByDate,Mu as getEndOfDay,mu as getEndOfTemporal,Tu as getEventBgColor,ju as getEventEndHour,Iu as getEventTextColor,qu as getEventsForDay,rh as getEventsForWeek,Hu as getLineColor,Bu as getMonthYearOfWeek,zh as getPlainDate,Su as getSelectedBgColor,Eu as getStartOfDay,gu as getStartOfTemporal,ih as getTestEvents,Zu as getWeekRange,bh as getZoneId,iu as isDate,eh as isEventInWeek,Nu as isMultiDayEvent,fu as isMultiDayTemporalEvent,Oh as isPlainDate,kh as isPlainDateTime,Cu as isSameDay,hu as isSamePlainDate,Vh as isSameTemporal,Rh as isZonedDateTime,vh as mergeFormatTemplate,Au as monthNames,wh as normalizeToZoned,Du as now,mh as pad,Dh as parseTemporalString,Ah as plainDateTimeToDate,Lh as plainDateToDate,th as recalculateEventDays,Pu as roundToTimeStep,Fh as setHourInTemporal,Lu as shortMonthNames,Ph as temporalToDate,bu as today,Xu as updateEventDateAndDay,oh as updateEventWithRealDate,V as useCalendarApp,xf as useDrag,Cf as useDragForView,_f as useResponsiveConfig,Xf as useResponsiveMonthConfig,Jf as useVirtualMonthScroll,Gf as useVirtualScroll,$u as weekDays,Yu as weekDaysFullName,cu as zonedDateTimeToDate};