@billgangcom/theme-lib 1.109.0 → 1.110.5

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 (3502) hide show
  1. package/dist/App-BwVII14K.cjs +1 -0
  2. package/dist/App-ytDoD626.js +315 -0
  3. package/dist/builder-BLDXBzNl.cjs +43 -0
  4. package/dist/builder-C64dSizd.js +7878 -0
  5. package/dist/builder-components-DHTh1VoV.cjs +5 -0
  6. package/dist/builder-components-FfKRBcLk.js +6866 -0
  7. package/dist/builder.cjs.js +1 -112
  8. package/dist/builder.es.js +6 -11798
  9. package/dist/charge-BHULUGTw.cjs +107 -0
  10. package/dist/charge-BcGATQ-j.js +29437 -0
  11. package/dist/checkout-C_l1R6-u.cjs +1 -0
  12. package/dist/checkout-DzoPtqLk.js +77 -0
  13. package/dist/exports.cjs.js +1 -0
  14. package/dist/exports.es.js +33 -0
  15. package/dist/index-BLcplkmB.js +43 -0
  16. package/dist/index-BWeBpiO8.cjs +1 -0
  17. package/dist/index-Bj_McHvo.js +83 -0
  18. package/dist/index-C23qWl0W.cjs +1 -0
  19. package/dist/index-C2mw0EhF.js +28 -0
  20. package/dist/index-Cl9CSdbF.js +150 -0
  21. package/dist/index-DugPvosX.cjs +1 -0
  22. package/dist/index-DyfD4eoN.js +31 -0
  23. package/dist/index-T0XXq2pq.cjs +1 -0
  24. package/dist/index-T7iWZCzU.cjs +1 -0
  25. package/dist/index.cjs.js +1 -1
  26. package/dist/index.d.ts +22 -0
  27. package/dist/index.es.js +51 -23
  28. package/dist/order-_mx45K-F.cjs +1 -0
  29. package/dist/order-rZVNwk6i.js +222 -0
  30. package/dist/src/App.d.ts +18 -0
  31. package/dist/src/abstractions/IBlock.d.ts +14 -0
  32. package/dist/src/assets/icon-registry/IconRegistry.d.ts +22 -0
  33. package/dist/src/assets/icon-registry/libraryIcons.d.ts +1 -0
  34. package/dist/src/assets/icon-registry/runtime.d.ts +8 -0
  35. package/dist/src/assets/icons/index.d.ts +3 -0
  36. package/dist/src/builder/components/BlockColors/index.d.ts +7 -0
  37. package/dist/src/builder/components/BlockSettings/settings.d.ts +7 -0
  38. package/dist/src/builder/components/HeaderSaveButton/utils/index.d.ts +6 -0
  39. package/dist/src/builder/components/ThemeSettingsColors/utils/getDuplicateColors.d.ts +2 -0
  40. package/dist/src/builder/store/index.d.ts +6 -0
  41. package/dist/src/builder/store/useDeviceStore.d.ts +7 -0
  42. package/dist/src/builder/ui/Notification/index.d.ts +13 -0
  43. package/dist/src/builder/ui/Picker/index.d.ts +9 -0
  44. package/dist/src/components/lazy-pages.d.ts +22 -0
  45. package/dist/src/constants/blocks.d.ts +79 -0
  46. package/dist/src/constants/color-variables.d.ts +48 -0
  47. package/dist/src/constants/icon.d.ts +2 -0
  48. package/dist/src/constants/index.d.ts +13 -0
  49. package/dist/src/exports.d.ts +17 -0
  50. package/dist/src/hooks/useIconRegistration.d.ts +37 -0
  51. package/dist/src/lib/generateDynamicStyles.d.ts +2 -0
  52. package/dist/src/lib/setupDynamicFonts.d.ts +2 -0
  53. package/dist/src/lib/useBuilderPages.d.ts +1 -0
  54. package/dist/src/shared/constants/aspect-ratio.d.ts +11 -0
  55. package/dist/src/shared/constants/color-variables.d.ts +48 -0
  56. package/dist/src/shared/constants/index.d.ts +5 -0
  57. package/dist/src/shared/constants/notification.d.ts +16 -0
  58. package/dist/src/shared/constants/text-font-keys.d.ts +3 -0
  59. package/dist/src/storefront/components/ChargeStatusBlock/index.d.ts +10 -0
  60. package/dist/src/storefront/components/OrderStatusBlock/index.d.ts +9 -0
  61. package/dist/src/storefront/components/PreviewRender/index.d.ts +23 -0
  62. package/dist/src/storefront/components/StatItem/index.d.ts +15 -0
  63. package/dist/src/storefront/store/index.d.ts +22 -0
  64. package/dist/src/storefront/store/useBlocksStore.d.ts +23 -0
  65. package/dist/src/storefront/store/useHistoryState.d.ts +20 -0
  66. package/dist/src/storefront/store/useNavbarStore.d.ts +7 -0
  67. package/dist/src/storefront/store/useNotificationStore.d.ts +7 -0
  68. package/dist/src/storefront/store/usePagesStore.d.ts +33 -0
  69. package/dist/src/storefront/store/useSettingsStore.d.ts +12 -0
  70. package/dist/src/storefront/store/useThemeSettingsStore.d.ts +21 -0
  71. package/dist/src/storefront/utils/showNotification.d.ts +3 -0
  72. package/dist/src/ui/BuilderModal/index.d.ts +9 -0
  73. package/dist/src/ui/ButtonSettings/index.d.ts +14 -0
  74. package/dist/src/ui/CategorySettings/index.d.ts +48 -0
  75. package/dist/src/ui/Icon/index.d.ts +13 -0
  76. package/dist/src/ui/InputSettings/index.d.ts +22 -0
  77. package/dist/src/ui/ItemsSettings/index.d.ts +70 -0
  78. package/dist/src/ui/ListingSelector/index.d.ts +134 -0
  79. package/dist/src/ui/LoaderBuilder/index.d.ts +2 -0
  80. package/dist/src/ui/NotificationBuilder/index.d.ts +13 -0
  81. package/dist/src/ui/SelectTypeText/index.d.ts +8 -0
  82. package/dist/src/ui/TextSettings/index.d.ts +20 -0
  83. package/dist/src/ui/TextareaSettings/index.d.ts +11 -0
  84. package/dist/src/ui/Wrapper/index.d.ts +11 -0
  85. package/dist/src/ui/index.d.ts +44 -0
  86. package/dist/style.css +1 -0
  87. package/dist/subscription-CZ9Buxql.js +153 -0
  88. package/dist/subscription-D-GVTc5C.cjs +1 -0
  89. package/dist/ticket-D8MxvdiA.js +4070 -0
  90. package/dist/ticket-SllRZ1vs.cjs +108 -0
  91. package/dist/top-up-7XHWZMR7.js +37 -0
  92. package/dist/top-up-CyEK2j7V.cjs +1 -0
  93. package/dist/ui-components-D2ccINdB.cjs +1 -0
  94. package/dist/ui-components-DSaAYQJp.js +9475 -0
  95. package/dist/ui.cjs.js +1 -1
  96. package/dist/ui.es.js +54 -3000
  97. package/dist/validation-DOeo0z9F.js +110 -0
  98. package/dist/validation-_p4G1oC2.cjs +1 -0
  99. package/package.json +13 -9
  100. package/dist/App.d.ts +0 -33
  101. package/dist/abstractions/IBlock.d.ts +0 -14
  102. package/dist/assets/icons/Acorn.d.ts +0 -2
  103. package/dist/assets/icons/AcornIcon.d.ts +0 -2
  104. package/dist/assets/icons/ActivityIcon.d.ts +0 -2
  105. package/dist/assets/icons/AddressBook.d.ts +0 -2
  106. package/dist/assets/icons/AddressBookIcon.d.ts +0 -2
  107. package/dist/assets/icons/AddressBookTabs.d.ts +0 -2
  108. package/dist/assets/icons/AddressBookTabsIcon.d.ts +0 -2
  109. package/dist/assets/icons/AirTrafficControl.d.ts +0 -2
  110. package/dist/assets/icons/AirTrafficControlIcon.d.ts +0 -2
  111. package/dist/assets/icons/Airplane.d.ts +0 -2
  112. package/dist/assets/icons/AirplaneIcon.d.ts +0 -2
  113. package/dist/assets/icons/AirplaneInFlight.d.ts +0 -2
  114. package/dist/assets/icons/AirplaneInFlightIcon.d.ts +0 -2
  115. package/dist/assets/icons/AirplaneLanding.d.ts +0 -2
  116. package/dist/assets/icons/AirplaneLandingIcon.d.ts +0 -2
  117. package/dist/assets/icons/AirplaneTakeoff.d.ts +0 -2
  118. package/dist/assets/icons/AirplaneTakeoffIcon.d.ts +0 -2
  119. package/dist/assets/icons/AirplaneTaxiing.d.ts +0 -2
  120. package/dist/assets/icons/AirplaneTaxiingIcon.d.ts +0 -2
  121. package/dist/assets/icons/AirplaneTilt.d.ts +0 -2
  122. package/dist/assets/icons/AirplaneTiltIcon.d.ts +0 -2
  123. package/dist/assets/icons/Airplay.d.ts +0 -2
  124. package/dist/assets/icons/AirplayIcon.d.ts +0 -2
  125. package/dist/assets/icons/Alarm.d.ts +0 -2
  126. package/dist/assets/icons/AlarmIcon.d.ts +0 -2
  127. package/dist/assets/icons/Alien.d.ts +0 -2
  128. package/dist/assets/icons/AlienIcon.d.ts +0 -2
  129. package/dist/assets/icons/AlignBottom.d.ts +0 -2
  130. package/dist/assets/icons/AlignBottomIcon.d.ts +0 -2
  131. package/dist/assets/icons/AlignBottomSimple.d.ts +0 -2
  132. package/dist/assets/icons/AlignBottomSimpleIcon.d.ts +0 -2
  133. package/dist/assets/icons/AlignCenterHorizontal.d.ts +0 -2
  134. package/dist/assets/icons/AlignCenterHorizontalIcon.d.ts +0 -2
  135. package/dist/assets/icons/AlignCenterHorizontalSimple.d.ts +0 -2
  136. package/dist/assets/icons/AlignCenterHorizontalSimpleIcon.d.ts +0 -2
  137. package/dist/assets/icons/AlignCenterVertical.d.ts +0 -2
  138. package/dist/assets/icons/AlignCenterVerticalIcon.d.ts +0 -2
  139. package/dist/assets/icons/AlignCenterVerticalSimple.d.ts +0 -2
  140. package/dist/assets/icons/AlignCenterVerticalSimpleIcon.d.ts +0 -2
  141. package/dist/assets/icons/AlignLeft.d.ts +0 -2
  142. package/dist/assets/icons/AlignLeftIcon.d.ts +0 -2
  143. package/dist/assets/icons/AlignLeftSimple.d.ts +0 -2
  144. package/dist/assets/icons/AlignLeftSimpleIcon.d.ts +0 -2
  145. package/dist/assets/icons/AlignRight.d.ts +0 -2
  146. package/dist/assets/icons/AlignRightIcon.d.ts +0 -2
  147. package/dist/assets/icons/AlignRightSimple.d.ts +0 -2
  148. package/dist/assets/icons/AlignRightSimpleIcon.d.ts +0 -2
  149. package/dist/assets/icons/AlignTop.d.ts +0 -2
  150. package/dist/assets/icons/AlignTopIcon.d.ts +0 -2
  151. package/dist/assets/icons/AlignTopSimple.d.ts +0 -2
  152. package/dist/assets/icons/AlignTopSimpleIcon.d.ts +0 -2
  153. package/dist/assets/icons/AmazonLogo.d.ts +0 -2
  154. package/dist/assets/icons/AmazonLogoIcon.d.ts +0 -2
  155. package/dist/assets/icons/Ambulance.d.ts +0 -2
  156. package/dist/assets/icons/AmbulanceIcon.d.ts +0 -2
  157. package/dist/assets/icons/Anchor.d.ts +0 -2
  158. package/dist/assets/icons/AnchorIcon.d.ts +0 -2
  159. package/dist/assets/icons/AnchorSimple.d.ts +0 -2
  160. package/dist/assets/icons/AnchorSimpleIcon.d.ts +0 -2
  161. package/dist/assets/icons/AndroidLogo.d.ts +0 -2
  162. package/dist/assets/icons/AndroidLogoIcon.d.ts +0 -2
  163. package/dist/assets/icons/Angle.d.ts +0 -2
  164. package/dist/assets/icons/AngleIcon.d.ts +0 -2
  165. package/dist/assets/icons/AngularLogo.d.ts +0 -2
  166. package/dist/assets/icons/AngularLogoIcon.d.ts +0 -2
  167. package/dist/assets/icons/Aperture.d.ts +0 -2
  168. package/dist/assets/icons/ApertureIcon.d.ts +0 -2
  169. package/dist/assets/icons/AppStoreLogo.d.ts +0 -2
  170. package/dist/assets/icons/AppStoreLogoIcon.d.ts +0 -2
  171. package/dist/assets/icons/AppWindow.d.ts +0 -2
  172. package/dist/assets/icons/AppWindowIcon.d.ts +0 -2
  173. package/dist/assets/icons/AppleLogo.d.ts +0 -2
  174. package/dist/assets/icons/AppleLogoIcon.d.ts +0 -2
  175. package/dist/assets/icons/ApplePodcastsLogo.d.ts +0 -2
  176. package/dist/assets/icons/ApplePodcastsLogoIcon.d.ts +0 -2
  177. package/dist/assets/icons/ApproximateEquals.d.ts +0 -2
  178. package/dist/assets/icons/ApproximateEqualsIcon.d.ts +0 -2
  179. package/dist/assets/icons/Archive.d.ts +0 -2
  180. package/dist/assets/icons/ArchiveBoxIcon.d.ts +0 -2
  181. package/dist/assets/icons/ArchiveIcon.d.ts +0 -2
  182. package/dist/assets/icons/ArchiveTrayIcon.d.ts +0 -2
  183. package/dist/assets/icons/Armchair.d.ts +0 -2
  184. package/dist/assets/icons/ArmchairIcon.d.ts +0 -2
  185. package/dist/assets/icons/ArrowArcLeft.d.ts +0 -2
  186. package/dist/assets/icons/ArrowArcLeftIcon.d.ts +0 -2
  187. package/dist/assets/icons/ArrowArcRight.d.ts +0 -2
  188. package/dist/assets/icons/ArrowArcRightIcon.d.ts +0 -2
  189. package/dist/assets/icons/ArrowBendDoubleUpLeft.d.ts +0 -2
  190. package/dist/assets/icons/ArrowBendDoubleUpLeftIcon.d.ts +0 -2
  191. package/dist/assets/icons/ArrowBendDoubleUpRight.d.ts +0 -2
  192. package/dist/assets/icons/ArrowBendDoubleUpRightIcon.d.ts +0 -2
  193. package/dist/assets/icons/ArrowBendDownLeft.d.ts +0 -2
  194. package/dist/assets/icons/ArrowBendDownLeftIcon.d.ts +0 -2
  195. package/dist/assets/icons/ArrowBendDownRight.d.ts +0 -2
  196. package/dist/assets/icons/ArrowBendDownRightIcon.d.ts +0 -2
  197. package/dist/assets/icons/ArrowBendLeftDown.d.ts +0 -2
  198. package/dist/assets/icons/ArrowBendLeftDownIcon.d.ts +0 -2
  199. package/dist/assets/icons/ArrowBendLeftUp.d.ts +0 -2
  200. package/dist/assets/icons/ArrowBendLeftUpIcon.d.ts +0 -2
  201. package/dist/assets/icons/ArrowBendRightDown.d.ts +0 -2
  202. package/dist/assets/icons/ArrowBendRightDownIcon.d.ts +0 -2
  203. package/dist/assets/icons/ArrowBendRightUp.d.ts +0 -2
  204. package/dist/assets/icons/ArrowBendRightUpIcon.d.ts +0 -2
  205. package/dist/assets/icons/ArrowBendUpLeft.d.ts +0 -2
  206. package/dist/assets/icons/ArrowBendUpLeftIcon.d.ts +0 -2
  207. package/dist/assets/icons/ArrowBendUpRight.d.ts +0 -2
  208. package/dist/assets/icons/ArrowBendUpRightIcon.d.ts +0 -2
  209. package/dist/assets/icons/ArrowCircleDown.d.ts +0 -2
  210. package/dist/assets/icons/ArrowCircleDownIcon.d.ts +0 -2
  211. package/dist/assets/icons/ArrowCircleDownLeft.d.ts +0 -2
  212. package/dist/assets/icons/ArrowCircleDownLeftIcon.d.ts +0 -2
  213. package/dist/assets/icons/ArrowCircleDownRight.d.ts +0 -2
  214. package/dist/assets/icons/ArrowCircleDownRightIcon.d.ts +0 -2
  215. package/dist/assets/icons/ArrowCircleLeft.d.ts +0 -2
  216. package/dist/assets/icons/ArrowCircleLeftIcon.d.ts +0 -2
  217. package/dist/assets/icons/ArrowCircleRight.d.ts +0 -2
  218. package/dist/assets/icons/ArrowCircleRightIcon.d.ts +0 -2
  219. package/dist/assets/icons/ArrowCircleUp.d.ts +0 -2
  220. package/dist/assets/icons/ArrowCircleUpIcon.d.ts +0 -2
  221. package/dist/assets/icons/ArrowCircleUpLeft.d.ts +0 -2
  222. package/dist/assets/icons/ArrowCircleUpLeftIcon.d.ts +0 -2
  223. package/dist/assets/icons/ArrowCircleUpRight.d.ts +0 -2
  224. package/dist/assets/icons/ArrowCircleUpRightIcon.d.ts +0 -2
  225. package/dist/assets/icons/ArrowClockwise.d.ts +0 -2
  226. package/dist/assets/icons/ArrowClockwiseIcon.d.ts +0 -2
  227. package/dist/assets/icons/ArrowCounterClockwise.d.ts +0 -2
  228. package/dist/assets/icons/ArrowCounterClockwiseIcon.d.ts +0 -2
  229. package/dist/assets/icons/ArrowDown.d.ts +0 -2
  230. package/dist/assets/icons/ArrowDownIcon.d.ts +0 -2
  231. package/dist/assets/icons/ArrowDownLeft.d.ts +0 -2
  232. package/dist/assets/icons/ArrowDownLeftIcon.d.ts +0 -2
  233. package/dist/assets/icons/ArrowDownRight.d.ts +0 -2
  234. package/dist/assets/icons/ArrowDownRightIcon.d.ts +0 -2
  235. package/dist/assets/icons/ArrowElbowDownLeft.d.ts +0 -2
  236. package/dist/assets/icons/ArrowElbowDownLeftIcon.d.ts +0 -2
  237. package/dist/assets/icons/ArrowElbowDownRight.d.ts +0 -2
  238. package/dist/assets/icons/ArrowElbowDownRightIcon.d.ts +0 -2
  239. package/dist/assets/icons/ArrowElbowLeft.d.ts +0 -2
  240. package/dist/assets/icons/ArrowElbowLeftDown.d.ts +0 -2
  241. package/dist/assets/icons/ArrowElbowLeftDownIcon.d.ts +0 -2
  242. package/dist/assets/icons/ArrowElbowLeftIcon.d.ts +0 -2
  243. package/dist/assets/icons/ArrowElbowLeftUp.d.ts +0 -2
  244. package/dist/assets/icons/ArrowElbowLeftUpIcon.d.ts +0 -2
  245. package/dist/assets/icons/ArrowElbowRight.d.ts +0 -2
  246. package/dist/assets/icons/ArrowElbowRightDown.d.ts +0 -2
  247. package/dist/assets/icons/ArrowElbowRightDownIcon.d.ts +0 -2
  248. package/dist/assets/icons/ArrowElbowRightIcon.d.ts +0 -2
  249. package/dist/assets/icons/ArrowElbowRightUp.d.ts +0 -2
  250. package/dist/assets/icons/ArrowElbowRightUpIcon.d.ts +0 -2
  251. package/dist/assets/icons/ArrowElbowUpLeft.d.ts +0 -2
  252. package/dist/assets/icons/ArrowElbowUpLeftIcon.d.ts +0 -2
  253. package/dist/assets/icons/ArrowElbowUpRight.d.ts +0 -2
  254. package/dist/assets/icons/ArrowElbowUpRightIcon.d.ts +0 -2
  255. package/dist/assets/icons/ArrowFatDown.d.ts +0 -2
  256. package/dist/assets/icons/ArrowFatDownIcon.d.ts +0 -2
  257. package/dist/assets/icons/ArrowFatLeft.d.ts +0 -2
  258. package/dist/assets/icons/ArrowFatLeftIcon.d.ts +0 -2
  259. package/dist/assets/icons/ArrowFatLineDown.d.ts +0 -2
  260. package/dist/assets/icons/ArrowFatLineDownIcon.d.ts +0 -2
  261. package/dist/assets/icons/ArrowFatLineLeft.d.ts +0 -2
  262. package/dist/assets/icons/ArrowFatLineLeftIcon.d.ts +0 -2
  263. package/dist/assets/icons/ArrowFatLineRight.d.ts +0 -2
  264. package/dist/assets/icons/ArrowFatLineRightIcon.d.ts +0 -2
  265. package/dist/assets/icons/ArrowFatLineUp.d.ts +0 -2
  266. package/dist/assets/icons/ArrowFatLineUpIcon.d.ts +0 -2
  267. package/dist/assets/icons/ArrowFatLinesDown.d.ts +0 -2
  268. package/dist/assets/icons/ArrowFatLinesDownIcon.d.ts +0 -2
  269. package/dist/assets/icons/ArrowFatLinesLeft.d.ts +0 -2
  270. package/dist/assets/icons/ArrowFatLinesLeftIcon.d.ts +0 -2
  271. package/dist/assets/icons/ArrowFatLinesRight.d.ts +0 -2
  272. package/dist/assets/icons/ArrowFatLinesRightIcon.d.ts +0 -2
  273. package/dist/assets/icons/ArrowFatLinesUp.d.ts +0 -2
  274. package/dist/assets/icons/ArrowFatLinesUpIcon.d.ts +0 -2
  275. package/dist/assets/icons/ArrowFatRight.d.ts +0 -2
  276. package/dist/assets/icons/ArrowFatRightIcon.d.ts +0 -2
  277. package/dist/assets/icons/ArrowFatUp.d.ts +0 -2
  278. package/dist/assets/icons/ArrowFatUpIcon.d.ts +0 -2
  279. package/dist/assets/icons/ArrowLeft.d.ts +0 -2
  280. package/dist/assets/icons/ArrowLeftIcon.d.ts +0 -2
  281. package/dist/assets/icons/ArrowLineDown.d.ts +0 -2
  282. package/dist/assets/icons/ArrowLineDownIcon.d.ts +0 -2
  283. package/dist/assets/icons/ArrowLineDownLeft.d.ts +0 -2
  284. package/dist/assets/icons/ArrowLineDownLeftIcon.d.ts +0 -2
  285. package/dist/assets/icons/ArrowLineDownRight.d.ts +0 -2
  286. package/dist/assets/icons/ArrowLineDownRightIcon.d.ts +0 -2
  287. package/dist/assets/icons/ArrowLineLeft.d.ts +0 -2
  288. package/dist/assets/icons/ArrowLineLeftIcon.d.ts +0 -2
  289. package/dist/assets/icons/ArrowLineRight.d.ts +0 -2
  290. package/dist/assets/icons/ArrowLineRightIcon.d.ts +0 -2
  291. package/dist/assets/icons/ArrowLineUp.d.ts +0 -2
  292. package/dist/assets/icons/ArrowLineUpIcon.d.ts +0 -2
  293. package/dist/assets/icons/ArrowLineUpLeft.d.ts +0 -2
  294. package/dist/assets/icons/ArrowLineUpLeftIcon.d.ts +0 -2
  295. package/dist/assets/icons/ArrowLineUpRight.d.ts +0 -2
  296. package/dist/assets/icons/ArrowLineUpRightIcon.d.ts +0 -2
  297. package/dist/assets/icons/ArrowRight.d.ts +0 -2
  298. package/dist/assets/icons/ArrowRightIcon.d.ts +0 -2
  299. package/dist/assets/icons/ArrowSquareDown.d.ts +0 -2
  300. package/dist/assets/icons/ArrowSquareDownIcon.d.ts +0 -2
  301. package/dist/assets/icons/ArrowSquareDownLeft.d.ts +0 -2
  302. package/dist/assets/icons/ArrowSquareDownLeftIcon.d.ts +0 -2
  303. package/dist/assets/icons/ArrowSquareDownRight.d.ts +0 -2
  304. package/dist/assets/icons/ArrowSquareDownRightIcon.d.ts +0 -2
  305. package/dist/assets/icons/ArrowSquareIn.d.ts +0 -2
  306. package/dist/assets/icons/ArrowSquareInIcon.d.ts +0 -2
  307. package/dist/assets/icons/ArrowSquareLeft.d.ts +0 -2
  308. package/dist/assets/icons/ArrowSquareLeftIcon.d.ts +0 -2
  309. package/dist/assets/icons/ArrowSquareOut.d.ts +0 -2
  310. package/dist/assets/icons/ArrowSquareOutIcon.d.ts +0 -2
  311. package/dist/assets/icons/ArrowSquareRight.d.ts +0 -2
  312. package/dist/assets/icons/ArrowSquareRightIcon.d.ts +0 -2
  313. package/dist/assets/icons/ArrowSquareUp.d.ts +0 -2
  314. package/dist/assets/icons/ArrowSquareUpIcon.d.ts +0 -2
  315. package/dist/assets/icons/ArrowSquareUpLeft.d.ts +0 -2
  316. package/dist/assets/icons/ArrowSquareUpLeftIcon.d.ts +0 -2
  317. package/dist/assets/icons/ArrowSquareUpRight.d.ts +0 -2
  318. package/dist/assets/icons/ArrowSquareUpRightIcon.d.ts +0 -2
  319. package/dist/assets/icons/ArrowUDownLeft.d.ts +0 -2
  320. package/dist/assets/icons/ArrowUDownLeftIcon.d.ts +0 -2
  321. package/dist/assets/icons/ArrowUDownRight.d.ts +0 -2
  322. package/dist/assets/icons/ArrowUDownRightIcon.d.ts +0 -2
  323. package/dist/assets/icons/ArrowULeftDown.d.ts +0 -2
  324. package/dist/assets/icons/ArrowULeftDownIcon.d.ts +0 -2
  325. package/dist/assets/icons/ArrowULeftUp.d.ts +0 -2
  326. package/dist/assets/icons/ArrowULeftUpIcon.d.ts +0 -2
  327. package/dist/assets/icons/ArrowURightDown.d.ts +0 -2
  328. package/dist/assets/icons/ArrowURightDownIcon.d.ts +0 -2
  329. package/dist/assets/icons/ArrowURightUp.d.ts +0 -2
  330. package/dist/assets/icons/ArrowURightUpIcon.d.ts +0 -2
  331. package/dist/assets/icons/ArrowUUpLeft.d.ts +0 -2
  332. package/dist/assets/icons/ArrowUUpLeftIcon.d.ts +0 -2
  333. package/dist/assets/icons/ArrowUUpRight.d.ts +0 -2
  334. package/dist/assets/icons/ArrowUUpRightIcon.d.ts +0 -2
  335. package/dist/assets/icons/ArrowUp.d.ts +0 -2
  336. package/dist/assets/icons/ArrowUpIcon.d.ts +0 -2
  337. package/dist/assets/icons/ArrowUpLeft.d.ts +0 -2
  338. package/dist/assets/icons/ArrowUpLeftIcon.d.ts +0 -2
  339. package/dist/assets/icons/ArrowUpRight.d.ts +0 -2
  340. package/dist/assets/icons/ArrowUpRightIcon.d.ts +0 -2
  341. package/dist/assets/icons/ArrowsClockwise.d.ts +0 -2
  342. package/dist/assets/icons/ArrowsClockwiseIcon.d.ts +0 -2
  343. package/dist/assets/icons/ArrowsCounterClockwise.d.ts +0 -2
  344. package/dist/assets/icons/ArrowsCounterClockwiseIcon.d.ts +0 -2
  345. package/dist/assets/icons/ArrowsDownUp.d.ts +0 -2
  346. package/dist/assets/icons/ArrowsDownUpIcon.d.ts +0 -2
  347. package/dist/assets/icons/ArrowsHorizontal.d.ts +0 -2
  348. package/dist/assets/icons/ArrowsHorizontalIcon.d.ts +0 -2
  349. package/dist/assets/icons/ArrowsIn.d.ts +0 -2
  350. package/dist/assets/icons/ArrowsInCardinal.d.ts +0 -2
  351. package/dist/assets/icons/ArrowsInCardinalIcon.d.ts +0 -2
  352. package/dist/assets/icons/ArrowsInIcon.d.ts +0 -2
  353. package/dist/assets/icons/ArrowsInLineHorizontal.d.ts +0 -2
  354. package/dist/assets/icons/ArrowsInLineHorizontalIcon.d.ts +0 -2
  355. package/dist/assets/icons/ArrowsInLineVertical.d.ts +0 -2
  356. package/dist/assets/icons/ArrowsInLineVerticalIcon.d.ts +0 -2
  357. package/dist/assets/icons/ArrowsInSimple.d.ts +0 -2
  358. package/dist/assets/icons/ArrowsInSimpleIcon.d.ts +0 -2
  359. package/dist/assets/icons/ArrowsLeftRight.d.ts +0 -2
  360. package/dist/assets/icons/ArrowsLeftRightIcon.d.ts +0 -2
  361. package/dist/assets/icons/ArrowsMerge.d.ts +0 -2
  362. package/dist/assets/icons/ArrowsMergeIcon.d.ts +0 -2
  363. package/dist/assets/icons/ArrowsOut.d.ts +0 -2
  364. package/dist/assets/icons/ArrowsOutCardinal.d.ts +0 -2
  365. package/dist/assets/icons/ArrowsOutCardinalIcon.d.ts +0 -2
  366. package/dist/assets/icons/ArrowsOutIcon.d.ts +0 -2
  367. package/dist/assets/icons/ArrowsOutLineHorizontal.d.ts +0 -2
  368. package/dist/assets/icons/ArrowsOutLineHorizontalIcon.d.ts +0 -2
  369. package/dist/assets/icons/ArrowsOutLineVertical.d.ts +0 -2
  370. package/dist/assets/icons/ArrowsOutLineVerticalIcon.d.ts +0 -2
  371. package/dist/assets/icons/ArrowsOutSimple.d.ts +0 -2
  372. package/dist/assets/icons/ArrowsOutSimpleIcon.d.ts +0 -2
  373. package/dist/assets/icons/ArrowsSplit.d.ts +0 -2
  374. package/dist/assets/icons/ArrowsSplitIcon.d.ts +0 -2
  375. package/dist/assets/icons/ArrowsVertical.d.ts +0 -2
  376. package/dist/assets/icons/ArrowsVerticalIcon.d.ts +0 -2
  377. package/dist/assets/icons/Article.d.ts +0 -2
  378. package/dist/assets/icons/ArticleIcon.d.ts +0 -2
  379. package/dist/assets/icons/ArticleMedium.d.ts +0 -2
  380. package/dist/assets/icons/ArticleMediumIcon.d.ts +0 -2
  381. package/dist/assets/icons/ArticleNyTimes.d.ts +0 -2
  382. package/dist/assets/icons/ArticleNyTimesIcon.d.ts +0 -2
  383. package/dist/assets/icons/Asclepius.d.ts +0 -2
  384. package/dist/assets/icons/AsclepiusIcon.d.ts +0 -2
  385. package/dist/assets/icons/Asterisk.d.ts +0 -2
  386. package/dist/assets/icons/AsteriskIcon.d.ts +0 -2
  387. package/dist/assets/icons/AsteriskSimple.d.ts +0 -2
  388. package/dist/assets/icons/AsteriskSimpleIcon.d.ts +0 -2
  389. package/dist/assets/icons/At.d.ts +0 -2
  390. package/dist/assets/icons/AtIcon.d.ts +0 -2
  391. package/dist/assets/icons/Atom.d.ts +0 -2
  392. package/dist/assets/icons/AtomIcon.d.ts +0 -2
  393. package/dist/assets/icons/Avocado.d.ts +0 -2
  394. package/dist/assets/icons/AvocadoIcon.d.ts +0 -2
  395. package/dist/assets/icons/Axe.d.ts +0 -2
  396. package/dist/assets/icons/AxeIcon.d.ts +0 -2
  397. package/dist/assets/icons/Baby.d.ts +0 -2
  398. package/dist/assets/icons/BabyCarriage.d.ts +0 -2
  399. package/dist/assets/icons/BabyCarriageIcon.d.ts +0 -2
  400. package/dist/assets/icons/BabyIcon.d.ts +0 -2
  401. package/dist/assets/icons/Backpack.d.ts +0 -2
  402. package/dist/assets/icons/BackpackIcon.d.ts +0 -2
  403. package/dist/assets/icons/Backspace.d.ts +0 -2
  404. package/dist/assets/icons/BackspaceIcon.d.ts +0 -2
  405. package/dist/assets/icons/Bag.d.ts +0 -2
  406. package/dist/assets/icons/BagIcon.d.ts +0 -2
  407. package/dist/assets/icons/BagSimple.d.ts +0 -2
  408. package/dist/assets/icons/BagSimpleIcon.d.ts +0 -2
  409. package/dist/assets/icons/Balloon.d.ts +0 -2
  410. package/dist/assets/icons/BalloonIcon.d.ts +0 -2
  411. package/dist/assets/icons/Bandaids.d.ts +0 -2
  412. package/dist/assets/icons/BandaidsIcon.d.ts +0 -2
  413. package/dist/assets/icons/Bank.d.ts +0 -2
  414. package/dist/assets/icons/BankIcon.d.ts +0 -2
  415. package/dist/assets/icons/Barbell.d.ts +0 -2
  416. package/dist/assets/icons/BarbellIcon.d.ts +0 -2
  417. package/dist/assets/icons/Barcode.d.ts +0 -2
  418. package/dist/assets/icons/BarcodeIcon.d.ts +0 -2
  419. package/dist/assets/icons/Barn.d.ts +0 -2
  420. package/dist/assets/icons/BarnIcon.d.ts +0 -2
  421. package/dist/assets/icons/Barricade.d.ts +0 -2
  422. package/dist/assets/icons/BarricadeIcon.d.ts +0 -2
  423. package/dist/assets/icons/Baseball.d.ts +0 -2
  424. package/dist/assets/icons/BaseballCap.d.ts +0 -2
  425. package/dist/assets/icons/BaseballCapIcon.d.ts +0 -2
  426. package/dist/assets/icons/BaseballHelmet.d.ts +0 -2
  427. package/dist/assets/icons/BaseballHelmetIcon.d.ts +0 -2
  428. package/dist/assets/icons/BaseballIcon.d.ts +0 -2
  429. package/dist/assets/icons/Basket.d.ts +0 -2
  430. package/dist/assets/icons/BasketIcon.d.ts +0 -2
  431. package/dist/assets/icons/Basketball.d.ts +0 -2
  432. package/dist/assets/icons/BasketballIcon.d.ts +0 -2
  433. package/dist/assets/icons/Bathtub.d.ts +0 -2
  434. package/dist/assets/icons/BathtubIcon.d.ts +0 -2
  435. package/dist/assets/icons/BatteryCharging.d.ts +0 -2
  436. package/dist/assets/icons/BatteryChargingIcon.d.ts +0 -2
  437. package/dist/assets/icons/BatteryChargingVertical.d.ts +0 -2
  438. package/dist/assets/icons/BatteryChargingVerticalIcon.d.ts +0 -2
  439. package/dist/assets/icons/BatteryEmpty.d.ts +0 -2
  440. package/dist/assets/icons/BatteryEmptyIcon.d.ts +0 -2
  441. package/dist/assets/icons/BatteryFull.d.ts +0 -2
  442. package/dist/assets/icons/BatteryFullIcon.d.ts +0 -2
  443. package/dist/assets/icons/BatteryHigh.d.ts +0 -2
  444. package/dist/assets/icons/BatteryHighIcon.d.ts +0 -2
  445. package/dist/assets/icons/BatteryLow.d.ts +0 -2
  446. package/dist/assets/icons/BatteryLowIcon.d.ts +0 -2
  447. package/dist/assets/icons/BatteryMedium.d.ts +0 -2
  448. package/dist/assets/icons/BatteryMediumIcon.d.ts +0 -2
  449. package/dist/assets/icons/BatteryPlus.d.ts +0 -2
  450. package/dist/assets/icons/BatteryPlusIcon.d.ts +0 -2
  451. package/dist/assets/icons/BatteryPlusVertical.d.ts +0 -2
  452. package/dist/assets/icons/BatteryPlusVerticalIcon.d.ts +0 -2
  453. package/dist/assets/icons/BatteryVerticalEmpty.d.ts +0 -2
  454. package/dist/assets/icons/BatteryVerticalEmptyIcon.d.ts +0 -2
  455. package/dist/assets/icons/BatteryVerticalFull.d.ts +0 -2
  456. package/dist/assets/icons/BatteryVerticalFullIcon.d.ts +0 -2
  457. package/dist/assets/icons/BatteryVerticalHigh.d.ts +0 -2
  458. package/dist/assets/icons/BatteryVerticalHighIcon.d.ts +0 -2
  459. package/dist/assets/icons/BatteryVerticalLow.d.ts +0 -2
  460. package/dist/assets/icons/BatteryVerticalLowIcon.d.ts +0 -2
  461. package/dist/assets/icons/BatteryVerticalMedium.d.ts +0 -2
  462. package/dist/assets/icons/BatteryVerticalMediumIcon.d.ts +0 -2
  463. package/dist/assets/icons/BatteryWarning.d.ts +0 -2
  464. package/dist/assets/icons/BatteryWarningIcon.d.ts +0 -2
  465. package/dist/assets/icons/BatteryWarningVertical.d.ts +0 -2
  466. package/dist/assets/icons/BatteryWarningVerticalIcon.d.ts +0 -2
  467. package/dist/assets/icons/BeachBall.d.ts +0 -2
  468. package/dist/assets/icons/BeachBallIcon.d.ts +0 -2
  469. package/dist/assets/icons/Beanie.d.ts +0 -2
  470. package/dist/assets/icons/BeanieIcon.d.ts +0 -2
  471. package/dist/assets/icons/Bed.d.ts +0 -2
  472. package/dist/assets/icons/BedIcon.d.ts +0 -2
  473. package/dist/assets/icons/BeerBottle.d.ts +0 -2
  474. package/dist/assets/icons/BeerBottleIcon.d.ts +0 -2
  475. package/dist/assets/icons/BeerStein.d.ts +0 -2
  476. package/dist/assets/icons/BeerSteinIcon.d.ts +0 -2
  477. package/dist/assets/icons/BehanceLogo.d.ts +0 -2
  478. package/dist/assets/icons/BehanceLogoIcon.d.ts +0 -2
  479. package/dist/assets/icons/Bell.d.ts +0 -2
  480. package/dist/assets/icons/BellIcon.d.ts +0 -2
  481. package/dist/assets/icons/BellRinging.d.ts +0 -2
  482. package/dist/assets/icons/BellRingingIcon.d.ts +0 -2
  483. package/dist/assets/icons/BellSimple.d.ts +0 -2
  484. package/dist/assets/icons/BellSimpleIcon.d.ts +0 -2
  485. package/dist/assets/icons/BellSimpleRinging.d.ts +0 -2
  486. package/dist/assets/icons/BellSimpleRingingIcon.d.ts +0 -2
  487. package/dist/assets/icons/BellSimpleSlash.d.ts +0 -2
  488. package/dist/assets/icons/BellSimpleSlashIcon.d.ts +0 -2
  489. package/dist/assets/icons/BellSimpleZ.d.ts +0 -2
  490. package/dist/assets/icons/BellSimpleZIcon.d.ts +0 -2
  491. package/dist/assets/icons/BellSlash.d.ts +0 -2
  492. package/dist/assets/icons/BellSlashIcon.d.ts +0 -2
  493. package/dist/assets/icons/BellZ.d.ts +0 -2
  494. package/dist/assets/icons/BellZIcon.d.ts +0 -2
  495. package/dist/assets/icons/Belt.d.ts +0 -2
  496. package/dist/assets/icons/BeltIcon.d.ts +0 -2
  497. package/dist/assets/icons/BezierCurve.d.ts +0 -2
  498. package/dist/assets/icons/BezierCurveIcon.d.ts +0 -2
  499. package/dist/assets/icons/Bicycle.d.ts +0 -2
  500. package/dist/assets/icons/BicycleIcon.d.ts +0 -2
  501. package/dist/assets/icons/Binary.d.ts +0 -2
  502. package/dist/assets/icons/BinaryIcon.d.ts +0 -2
  503. package/dist/assets/icons/Binoculars.d.ts +0 -2
  504. package/dist/assets/icons/BinocularsIcon.d.ts +0 -2
  505. package/dist/assets/icons/Biohazard.d.ts +0 -2
  506. package/dist/assets/icons/BiohazardIcon.d.ts +0 -2
  507. package/dist/assets/icons/Bird.d.ts +0 -2
  508. package/dist/assets/icons/BirdIcon.d.ts +0 -2
  509. package/dist/assets/icons/Blueprint.d.ts +0 -2
  510. package/dist/assets/icons/BlueprintIcon.d.ts +0 -2
  511. package/dist/assets/icons/Bluetooth.d.ts +0 -2
  512. package/dist/assets/icons/BluetoothConnected.d.ts +0 -2
  513. package/dist/assets/icons/BluetoothConnectedIcon.d.ts +0 -2
  514. package/dist/assets/icons/BluetoothIcon.d.ts +0 -2
  515. package/dist/assets/icons/BluetoothSlash.d.ts +0 -2
  516. package/dist/assets/icons/BluetoothSlashIcon.d.ts +0 -2
  517. package/dist/assets/icons/BluetoothX.d.ts +0 -2
  518. package/dist/assets/icons/BluetoothXIcon.d.ts +0 -2
  519. package/dist/assets/icons/Boat.d.ts +0 -2
  520. package/dist/assets/icons/BoatIcon.d.ts +0 -2
  521. package/dist/assets/icons/Bomb.d.ts +0 -2
  522. package/dist/assets/icons/BombIcon.d.ts +0 -2
  523. package/dist/assets/icons/Bone.d.ts +0 -2
  524. package/dist/assets/icons/BoneIcon.d.ts +0 -2
  525. package/dist/assets/icons/Book.d.ts +0 -2
  526. package/dist/assets/icons/BookBookmark.d.ts +0 -2
  527. package/dist/assets/icons/BookBookmarkIcon.d.ts +0 -2
  528. package/dist/assets/icons/BookIcon.d.ts +0 -2
  529. package/dist/assets/icons/BookOpen.d.ts +0 -2
  530. package/dist/assets/icons/BookOpenIcon.d.ts +0 -2
  531. package/dist/assets/icons/BookOpenText.d.ts +0 -2
  532. package/dist/assets/icons/BookOpenTextIcon.d.ts +0 -2
  533. package/dist/assets/icons/BookOpenUser.d.ts +0 -2
  534. package/dist/assets/icons/BookOpenUserIcon.d.ts +0 -2
  535. package/dist/assets/icons/Bookmark.d.ts +0 -2
  536. package/dist/assets/icons/BookmarkIcon.d.ts +0 -2
  537. package/dist/assets/icons/BookmarkSimple.d.ts +0 -2
  538. package/dist/assets/icons/BookmarkSimpleIcon.d.ts +0 -2
  539. package/dist/assets/icons/Bookmarks.d.ts +0 -2
  540. package/dist/assets/icons/BookmarksIcon.d.ts +0 -2
  541. package/dist/assets/icons/BookmarksSimple.d.ts +0 -2
  542. package/dist/assets/icons/BookmarksSimpleIcon.d.ts +0 -2
  543. package/dist/assets/icons/Books.d.ts +0 -2
  544. package/dist/assets/icons/BooksIcon.d.ts +0 -2
  545. package/dist/assets/icons/Boot.d.ts +0 -2
  546. package/dist/assets/icons/BootIcon.d.ts +0 -2
  547. package/dist/assets/icons/Boules.d.ts +0 -2
  548. package/dist/assets/icons/BoulesIcon.d.ts +0 -2
  549. package/dist/assets/icons/BoundingBox.d.ts +0 -2
  550. package/dist/assets/icons/BoundingBoxIcon.d.ts +0 -2
  551. package/dist/assets/icons/BowlFood.d.ts +0 -2
  552. package/dist/assets/icons/BowlFoodIcon.d.ts +0 -2
  553. package/dist/assets/icons/BowlSteam.d.ts +0 -2
  554. package/dist/assets/icons/BowlSteamIcon.d.ts +0 -2
  555. package/dist/assets/icons/BowlingBall.d.ts +0 -2
  556. package/dist/assets/icons/BowlingBallIcon.d.ts +0 -2
  557. package/dist/assets/icons/BoxArrowDown.d.ts +0 -2
  558. package/dist/assets/icons/BoxArrowDownIcon.d.ts +0 -2
  559. package/dist/assets/icons/BoxArrowUp.d.ts +0 -2
  560. package/dist/assets/icons/BoxArrowUpIcon.d.ts +0 -2
  561. package/dist/assets/icons/BoxingGlove.d.ts +0 -2
  562. package/dist/assets/icons/BoxingGloveIcon.d.ts +0 -2
  563. package/dist/assets/icons/BracketsAngle.d.ts +0 -2
  564. package/dist/assets/icons/BracketsAngleIcon.d.ts +0 -2
  565. package/dist/assets/icons/BracketsCurly.d.ts +0 -2
  566. package/dist/assets/icons/BracketsCurlyIcon.d.ts +0 -2
  567. package/dist/assets/icons/BracketsRound.d.ts +0 -2
  568. package/dist/assets/icons/BracketsRoundIcon.d.ts +0 -2
  569. package/dist/assets/icons/BracketsSquare.d.ts +0 -2
  570. package/dist/assets/icons/BracketsSquareIcon.d.ts +0 -2
  571. package/dist/assets/icons/Brain.d.ts +0 -2
  572. package/dist/assets/icons/BrainIcon.d.ts +0 -2
  573. package/dist/assets/icons/Brandy.d.ts +0 -2
  574. package/dist/assets/icons/BrandyIcon.d.ts +0 -2
  575. package/dist/assets/icons/Bread.d.ts +0 -2
  576. package/dist/assets/icons/BreadIcon.d.ts +0 -2
  577. package/dist/assets/icons/Bridge.d.ts +0 -2
  578. package/dist/assets/icons/BridgeIcon.d.ts +0 -2
  579. package/dist/assets/icons/Briefcase.d.ts +0 -2
  580. package/dist/assets/icons/BriefcaseIcon.d.ts +0 -2
  581. package/dist/assets/icons/BriefcaseMetal.d.ts +0 -2
  582. package/dist/assets/icons/BriefcaseMetalIcon.d.ts +0 -2
  583. package/dist/assets/icons/Broadcast.d.ts +0 -2
  584. package/dist/assets/icons/BroadcastIcon.d.ts +0 -2
  585. package/dist/assets/icons/Broom.d.ts +0 -2
  586. package/dist/assets/icons/BroomIcon.d.ts +0 -2
  587. package/dist/assets/icons/Browser.d.ts +0 -2
  588. package/dist/assets/icons/BrowserIcon.d.ts +0 -2
  589. package/dist/assets/icons/Browsers.d.ts +0 -2
  590. package/dist/assets/icons/BrowsersIcon.d.ts +0 -2
  591. package/dist/assets/icons/Bug.d.ts +0 -2
  592. package/dist/assets/icons/BugBeetle.d.ts +0 -2
  593. package/dist/assets/icons/BugBeetleIcon.d.ts +0 -2
  594. package/dist/assets/icons/BugDroid.d.ts +0 -2
  595. package/dist/assets/icons/BugDroidIcon.d.ts +0 -2
  596. package/dist/assets/icons/BugIcon.d.ts +0 -2
  597. package/dist/assets/icons/Building.d.ts +0 -2
  598. package/dist/assets/icons/BuildingApartment.d.ts +0 -2
  599. package/dist/assets/icons/BuildingApartmentIcon.d.ts +0 -2
  600. package/dist/assets/icons/BuildingIcon.d.ts +0 -2
  601. package/dist/assets/icons/BuildingOffice.d.ts +0 -2
  602. package/dist/assets/icons/BuildingOfficeIcon.d.ts +0 -2
  603. package/dist/assets/icons/Buildings.d.ts +0 -2
  604. package/dist/assets/icons/BuildingsIcon.d.ts +0 -2
  605. package/dist/assets/icons/Bulldozer.d.ts +0 -2
  606. package/dist/assets/icons/BulldozerIcon.d.ts +0 -2
  607. package/dist/assets/icons/Bus.d.ts +0 -2
  608. package/dist/assets/icons/BusIcon.d.ts +0 -2
  609. package/dist/assets/icons/Butterfly.d.ts +0 -2
  610. package/dist/assets/icons/ButterflyIcon.d.ts +0 -2
  611. package/dist/assets/icons/CableCar.d.ts +0 -2
  612. package/dist/assets/icons/CableCarIcon.d.ts +0 -2
  613. package/dist/assets/icons/Cactus.d.ts +0 -2
  614. package/dist/assets/icons/CactusIcon.d.ts +0 -2
  615. package/dist/assets/icons/CaduceusIcon.d.ts +0 -2
  616. package/dist/assets/icons/Cake.d.ts +0 -2
  617. package/dist/assets/icons/CakeIcon.d.ts +0 -2
  618. package/dist/assets/icons/Calculator.d.ts +0 -2
  619. package/dist/assets/icons/CalculatorIcon.d.ts +0 -2
  620. package/dist/assets/icons/Calendar.d.ts +0 -2
  621. package/dist/assets/icons/CalendarBlank.d.ts +0 -2
  622. package/dist/assets/icons/CalendarBlankIcon.d.ts +0 -2
  623. package/dist/assets/icons/CalendarCheck.d.ts +0 -2
  624. package/dist/assets/icons/CalendarCheckIcon.d.ts +0 -2
  625. package/dist/assets/icons/CalendarDot.d.ts +0 -2
  626. package/dist/assets/icons/CalendarDotIcon.d.ts +0 -2
  627. package/dist/assets/icons/CalendarDots.d.ts +0 -2
  628. package/dist/assets/icons/CalendarDotsIcon.d.ts +0 -2
  629. package/dist/assets/icons/CalendarHeart.d.ts +0 -2
  630. package/dist/assets/icons/CalendarHeartIcon.d.ts +0 -2
  631. package/dist/assets/icons/CalendarIcon.d.ts +0 -2
  632. package/dist/assets/icons/CalendarMinus.d.ts +0 -2
  633. package/dist/assets/icons/CalendarMinusIcon.d.ts +0 -2
  634. package/dist/assets/icons/CalendarPlus.d.ts +0 -2
  635. package/dist/assets/icons/CalendarPlusIcon.d.ts +0 -2
  636. package/dist/assets/icons/CalendarSlash.d.ts +0 -2
  637. package/dist/assets/icons/CalendarSlashIcon.d.ts +0 -2
  638. package/dist/assets/icons/CalendarStar.d.ts +0 -2
  639. package/dist/assets/icons/CalendarStarIcon.d.ts +0 -2
  640. package/dist/assets/icons/CalendarX.d.ts +0 -2
  641. package/dist/assets/icons/CalendarXIcon.d.ts +0 -2
  642. package/dist/assets/icons/CallBell.d.ts +0 -2
  643. package/dist/assets/icons/CallBellIcon.d.ts +0 -2
  644. package/dist/assets/icons/Camera.d.ts +0 -2
  645. package/dist/assets/icons/CameraIcon.d.ts +0 -2
  646. package/dist/assets/icons/CameraPlus.d.ts +0 -2
  647. package/dist/assets/icons/CameraPlusIcon.d.ts +0 -2
  648. package/dist/assets/icons/CameraRotate.d.ts +0 -2
  649. package/dist/assets/icons/CameraRotateIcon.d.ts +0 -2
  650. package/dist/assets/icons/CameraSlash.d.ts +0 -2
  651. package/dist/assets/icons/CameraSlashIcon.d.ts +0 -2
  652. package/dist/assets/icons/Campfire.d.ts +0 -2
  653. package/dist/assets/icons/CampfireIcon.d.ts +0 -2
  654. package/dist/assets/icons/Car.d.ts +0 -2
  655. package/dist/assets/icons/CarBattery.d.ts +0 -2
  656. package/dist/assets/icons/CarBatteryIcon.d.ts +0 -2
  657. package/dist/assets/icons/CarIcon.d.ts +0 -2
  658. package/dist/assets/icons/CarProfile.d.ts +0 -2
  659. package/dist/assets/icons/CarProfileIcon.d.ts +0 -2
  660. package/dist/assets/icons/CarSimple.d.ts +0 -2
  661. package/dist/assets/icons/CarSimpleIcon.d.ts +0 -2
  662. package/dist/assets/icons/Cardholder.d.ts +0 -2
  663. package/dist/assets/icons/CardholderIcon.d.ts +0 -2
  664. package/dist/assets/icons/Cards.d.ts +0 -2
  665. package/dist/assets/icons/CardsIcon.d.ts +0 -2
  666. package/dist/assets/icons/CardsThree.d.ts +0 -2
  667. package/dist/assets/icons/CardsThreeIcon.d.ts +0 -2
  668. package/dist/assets/icons/CaretCircleDoubleDown.d.ts +0 -2
  669. package/dist/assets/icons/CaretCircleDoubleDownIcon.d.ts +0 -2
  670. package/dist/assets/icons/CaretCircleDoubleLeft.d.ts +0 -2
  671. package/dist/assets/icons/CaretCircleDoubleLeftIcon.d.ts +0 -2
  672. package/dist/assets/icons/CaretCircleDoubleRight.d.ts +0 -2
  673. package/dist/assets/icons/CaretCircleDoubleRightIcon.d.ts +0 -2
  674. package/dist/assets/icons/CaretCircleDoubleUp.d.ts +0 -2
  675. package/dist/assets/icons/CaretCircleDoubleUpIcon.d.ts +0 -2
  676. package/dist/assets/icons/CaretCircleDown.d.ts +0 -2
  677. package/dist/assets/icons/CaretCircleDownIcon.d.ts +0 -2
  678. package/dist/assets/icons/CaretCircleLeft.d.ts +0 -2
  679. package/dist/assets/icons/CaretCircleLeftIcon.d.ts +0 -2
  680. package/dist/assets/icons/CaretCircleRight.d.ts +0 -2
  681. package/dist/assets/icons/CaretCircleRightIcon.d.ts +0 -2
  682. package/dist/assets/icons/CaretCircleUp.d.ts +0 -2
  683. package/dist/assets/icons/CaretCircleUpDown.d.ts +0 -2
  684. package/dist/assets/icons/CaretCircleUpDownIcon.d.ts +0 -2
  685. package/dist/assets/icons/CaretCircleUpIcon.d.ts +0 -2
  686. package/dist/assets/icons/CaretDoubleDown.d.ts +0 -2
  687. package/dist/assets/icons/CaretDoubleDownIcon.d.ts +0 -2
  688. package/dist/assets/icons/CaretDoubleLeft.d.ts +0 -2
  689. package/dist/assets/icons/CaretDoubleLeftIcon.d.ts +0 -2
  690. package/dist/assets/icons/CaretDoubleRight.d.ts +0 -2
  691. package/dist/assets/icons/CaretDoubleRightIcon.d.ts +0 -2
  692. package/dist/assets/icons/CaretDoubleUp.d.ts +0 -2
  693. package/dist/assets/icons/CaretDoubleUpIcon.d.ts +0 -2
  694. package/dist/assets/icons/CaretDown.d.ts +0 -2
  695. package/dist/assets/icons/CaretDownIcon.d.ts +0 -2
  696. package/dist/assets/icons/CaretLeft.d.ts +0 -2
  697. package/dist/assets/icons/CaretLeftIcon.d.ts +0 -2
  698. package/dist/assets/icons/CaretLineDown.d.ts +0 -2
  699. package/dist/assets/icons/CaretLineDownIcon.d.ts +0 -2
  700. package/dist/assets/icons/CaretLineLeft.d.ts +0 -2
  701. package/dist/assets/icons/CaretLineLeftIcon.d.ts +0 -2
  702. package/dist/assets/icons/CaretLineRight.d.ts +0 -2
  703. package/dist/assets/icons/CaretLineRightIcon.d.ts +0 -2
  704. package/dist/assets/icons/CaretLineUp.d.ts +0 -2
  705. package/dist/assets/icons/CaretLineUpIcon.d.ts +0 -2
  706. package/dist/assets/icons/CaretRight.d.ts +0 -2
  707. package/dist/assets/icons/CaretRightIcon.d.ts +0 -2
  708. package/dist/assets/icons/CaretUp.d.ts +0 -2
  709. package/dist/assets/icons/CaretUpDown.d.ts +0 -2
  710. package/dist/assets/icons/CaretUpDownIcon.d.ts +0 -2
  711. package/dist/assets/icons/CaretUpIcon.d.ts +0 -2
  712. package/dist/assets/icons/Carrot.d.ts +0 -2
  713. package/dist/assets/icons/CarrotIcon.d.ts +0 -2
  714. package/dist/assets/icons/CashRegister.d.ts +0 -2
  715. package/dist/assets/icons/CashRegisterIcon.d.ts +0 -2
  716. package/dist/assets/icons/CassetteTape.d.ts +0 -2
  717. package/dist/assets/icons/CassetteTapeIcon.d.ts +0 -2
  718. package/dist/assets/icons/CastleTurret.d.ts +0 -2
  719. package/dist/assets/icons/CastleTurretIcon.d.ts +0 -2
  720. package/dist/assets/icons/Cat.d.ts +0 -2
  721. package/dist/assets/icons/CatIcon.d.ts +0 -2
  722. package/dist/assets/icons/CellSignalFull.d.ts +0 -2
  723. package/dist/assets/icons/CellSignalFullIcon.d.ts +0 -2
  724. package/dist/assets/icons/CellSignalHigh.d.ts +0 -2
  725. package/dist/assets/icons/CellSignalHighIcon.d.ts +0 -2
  726. package/dist/assets/icons/CellSignalLow.d.ts +0 -2
  727. package/dist/assets/icons/CellSignalLowIcon.d.ts +0 -2
  728. package/dist/assets/icons/CellSignalMedium.d.ts +0 -2
  729. package/dist/assets/icons/CellSignalMediumIcon.d.ts +0 -2
  730. package/dist/assets/icons/CellSignalNone.d.ts +0 -2
  731. package/dist/assets/icons/CellSignalNoneIcon.d.ts +0 -2
  732. package/dist/assets/icons/CellSignalSlash.d.ts +0 -2
  733. package/dist/assets/icons/CellSignalSlashIcon.d.ts +0 -2
  734. package/dist/assets/icons/CellSignalX.d.ts +0 -2
  735. package/dist/assets/icons/CellSignalXIcon.d.ts +0 -2
  736. package/dist/assets/icons/CellTower.d.ts +0 -2
  737. package/dist/assets/icons/CellTowerIcon.d.ts +0 -2
  738. package/dist/assets/icons/Certificate.d.ts +0 -2
  739. package/dist/assets/icons/CertificateIcon.d.ts +0 -2
  740. package/dist/assets/icons/Chair.d.ts +0 -2
  741. package/dist/assets/icons/ChairIcon.d.ts +0 -2
  742. package/dist/assets/icons/Chalkboard.d.ts +0 -2
  743. package/dist/assets/icons/ChalkboardIcon.d.ts +0 -2
  744. package/dist/assets/icons/ChalkboardSimple.d.ts +0 -2
  745. package/dist/assets/icons/ChalkboardSimpleIcon.d.ts +0 -2
  746. package/dist/assets/icons/ChalkboardTeacher.d.ts +0 -2
  747. package/dist/assets/icons/ChalkboardTeacherIcon.d.ts +0 -2
  748. package/dist/assets/icons/Champagne.d.ts +0 -2
  749. package/dist/assets/icons/ChampagneIcon.d.ts +0 -2
  750. package/dist/assets/icons/ChargingStation.d.ts +0 -2
  751. package/dist/assets/icons/ChargingStationIcon.d.ts +0 -2
  752. package/dist/assets/icons/ChartBar.d.ts +0 -2
  753. package/dist/assets/icons/ChartBarHorizontal.d.ts +0 -2
  754. package/dist/assets/icons/ChartBarHorizontalIcon.d.ts +0 -2
  755. package/dist/assets/icons/ChartBarIcon.d.ts +0 -2
  756. package/dist/assets/icons/ChartDonut.d.ts +0 -2
  757. package/dist/assets/icons/ChartDonutIcon.d.ts +0 -2
  758. package/dist/assets/icons/ChartLine.d.ts +0 -2
  759. package/dist/assets/icons/ChartLineDown.d.ts +0 -2
  760. package/dist/assets/icons/ChartLineDownIcon.d.ts +0 -2
  761. package/dist/assets/icons/ChartLineIcon.d.ts +0 -2
  762. package/dist/assets/icons/ChartLineUp.d.ts +0 -2
  763. package/dist/assets/icons/ChartLineUpIcon.d.ts +0 -2
  764. package/dist/assets/icons/ChartPie.d.ts +0 -2
  765. package/dist/assets/icons/ChartPieIcon.d.ts +0 -2
  766. package/dist/assets/icons/ChartPieSlice.d.ts +0 -2
  767. package/dist/assets/icons/ChartPieSliceIcon.d.ts +0 -2
  768. package/dist/assets/icons/ChartPolar.d.ts +0 -2
  769. package/dist/assets/icons/ChartPolarIcon.d.ts +0 -2
  770. package/dist/assets/icons/ChartScatter.d.ts +0 -2
  771. package/dist/assets/icons/ChartScatterIcon.d.ts +0 -2
  772. package/dist/assets/icons/Chat.d.ts +0 -2
  773. package/dist/assets/icons/ChatCentered.d.ts +0 -2
  774. package/dist/assets/icons/ChatCenteredDots.d.ts +0 -2
  775. package/dist/assets/icons/ChatCenteredDotsIcon.d.ts +0 -2
  776. package/dist/assets/icons/ChatCenteredIcon.d.ts +0 -2
  777. package/dist/assets/icons/ChatCenteredSlash.d.ts +0 -2
  778. package/dist/assets/icons/ChatCenteredSlashIcon.d.ts +0 -2
  779. package/dist/assets/icons/ChatCenteredText.d.ts +0 -2
  780. package/dist/assets/icons/ChatCenteredTextIcon.d.ts +0 -2
  781. package/dist/assets/icons/ChatCircle.d.ts +0 -2
  782. package/dist/assets/icons/ChatCircleDots.d.ts +0 -2
  783. package/dist/assets/icons/ChatCircleDotsIcon.d.ts +0 -2
  784. package/dist/assets/icons/ChatCircleIcon.d.ts +0 -2
  785. package/dist/assets/icons/ChatCircleSlash.d.ts +0 -2
  786. package/dist/assets/icons/ChatCircleSlashIcon.d.ts +0 -2
  787. package/dist/assets/icons/ChatCircleText.d.ts +0 -2
  788. package/dist/assets/icons/ChatCircleTextIcon.d.ts +0 -2
  789. package/dist/assets/icons/ChatDots.d.ts +0 -2
  790. package/dist/assets/icons/ChatDotsIcon.d.ts +0 -2
  791. package/dist/assets/icons/ChatIcon.d.ts +0 -2
  792. package/dist/assets/icons/ChatSlash.d.ts +0 -2
  793. package/dist/assets/icons/ChatSlashIcon.d.ts +0 -2
  794. package/dist/assets/icons/ChatTeardrop.d.ts +0 -2
  795. package/dist/assets/icons/ChatTeardropDots.d.ts +0 -2
  796. package/dist/assets/icons/ChatTeardropDotsIcon.d.ts +0 -2
  797. package/dist/assets/icons/ChatTeardropIcon.d.ts +0 -2
  798. package/dist/assets/icons/ChatTeardropSlash.d.ts +0 -2
  799. package/dist/assets/icons/ChatTeardropSlashIcon.d.ts +0 -2
  800. package/dist/assets/icons/ChatTeardropText.d.ts +0 -2
  801. package/dist/assets/icons/ChatTeardropTextIcon.d.ts +0 -2
  802. package/dist/assets/icons/ChatText.d.ts +0 -2
  803. package/dist/assets/icons/ChatTextIcon.d.ts +0 -2
  804. package/dist/assets/icons/Chats.d.ts +0 -2
  805. package/dist/assets/icons/ChatsCircle.d.ts +0 -2
  806. package/dist/assets/icons/ChatsCircleIcon.d.ts +0 -2
  807. package/dist/assets/icons/ChatsIcon.d.ts +0 -2
  808. package/dist/assets/icons/ChatsTeardrop.d.ts +0 -2
  809. package/dist/assets/icons/ChatsTeardropIcon.d.ts +0 -2
  810. package/dist/assets/icons/Check.d.ts +0 -2
  811. package/dist/assets/icons/CheckCircle.d.ts +0 -2
  812. package/dist/assets/icons/CheckCircleIcon.d.ts +0 -2
  813. package/dist/assets/icons/CheckFat.d.ts +0 -2
  814. package/dist/assets/icons/CheckFatIcon.d.ts +0 -2
  815. package/dist/assets/icons/CheckIcon.d.ts +0 -2
  816. package/dist/assets/icons/CheckSquare.d.ts +0 -2
  817. package/dist/assets/icons/CheckSquareIcon.d.ts +0 -2
  818. package/dist/assets/icons/CheckSquareOffset.d.ts +0 -2
  819. package/dist/assets/icons/CheckSquareOffsetIcon.d.ts +0 -2
  820. package/dist/assets/icons/Checkerboard.d.ts +0 -2
  821. package/dist/assets/icons/CheckerboardIcon.d.ts +0 -2
  822. package/dist/assets/icons/Checks.d.ts +0 -2
  823. package/dist/assets/icons/ChecksIcon.d.ts +0 -2
  824. package/dist/assets/icons/Cheers.d.ts +0 -2
  825. package/dist/assets/icons/CheersIcon.d.ts +0 -2
  826. package/dist/assets/icons/Cheese.d.ts +0 -2
  827. package/dist/assets/icons/CheeseIcon.d.ts +0 -2
  828. package/dist/assets/icons/ChefHat.d.ts +0 -2
  829. package/dist/assets/icons/ChefHatIcon.d.ts +0 -2
  830. package/dist/assets/icons/Cherries.d.ts +0 -2
  831. package/dist/assets/icons/CherriesIcon.d.ts +0 -2
  832. package/dist/assets/icons/Church.d.ts +0 -2
  833. package/dist/assets/icons/ChurchIcon.d.ts +0 -2
  834. package/dist/assets/icons/Cigarette.d.ts +0 -2
  835. package/dist/assets/icons/CigaretteIcon.d.ts +0 -2
  836. package/dist/assets/icons/CigaretteSlash.d.ts +0 -2
  837. package/dist/assets/icons/CigaretteSlashIcon.d.ts +0 -2
  838. package/dist/assets/icons/Circle.d.ts +0 -2
  839. package/dist/assets/icons/CircleDashed.d.ts +0 -2
  840. package/dist/assets/icons/CircleDashedIcon.d.ts +0 -2
  841. package/dist/assets/icons/CircleHalf.d.ts +0 -2
  842. package/dist/assets/icons/CircleHalfIcon.d.ts +0 -2
  843. package/dist/assets/icons/CircleHalfTilt.d.ts +0 -2
  844. package/dist/assets/icons/CircleHalfTiltIcon.d.ts +0 -2
  845. package/dist/assets/icons/CircleIcon.d.ts +0 -2
  846. package/dist/assets/icons/CircleNotch.d.ts +0 -2
  847. package/dist/assets/icons/CircleNotchIcon.d.ts +0 -2
  848. package/dist/assets/icons/CircleWavyCheckIcon.d.ts +0 -2
  849. package/dist/assets/icons/CircleWavyIcon.d.ts +0 -2
  850. package/dist/assets/icons/CircleWavyQuestionIcon.d.ts +0 -2
  851. package/dist/assets/icons/CircleWavyWarningIcon.d.ts +0 -2
  852. package/dist/assets/icons/CirclesFour.d.ts +0 -2
  853. package/dist/assets/icons/CirclesFourIcon.d.ts +0 -2
  854. package/dist/assets/icons/CirclesThree.d.ts +0 -2
  855. package/dist/assets/icons/CirclesThreeIcon.d.ts +0 -2
  856. package/dist/assets/icons/CirclesThreePlus.d.ts +0 -2
  857. package/dist/assets/icons/CirclesThreePlusIcon.d.ts +0 -2
  858. package/dist/assets/icons/Circuitry.d.ts +0 -2
  859. package/dist/assets/icons/CircuitryIcon.d.ts +0 -2
  860. package/dist/assets/icons/City.d.ts +0 -2
  861. package/dist/assets/icons/CityIcon.d.ts +0 -2
  862. package/dist/assets/icons/Clipboard.d.ts +0 -2
  863. package/dist/assets/icons/ClipboardIcon.d.ts +0 -2
  864. package/dist/assets/icons/ClipboardText.d.ts +0 -2
  865. package/dist/assets/icons/ClipboardTextIcon.d.ts +0 -2
  866. package/dist/assets/icons/Clock.d.ts +0 -2
  867. package/dist/assets/icons/ClockAfternoon.d.ts +0 -2
  868. package/dist/assets/icons/ClockAfternoonIcon.d.ts +0 -2
  869. package/dist/assets/icons/ClockClockwise.d.ts +0 -2
  870. package/dist/assets/icons/ClockClockwiseIcon.d.ts +0 -2
  871. package/dist/assets/icons/ClockCountdown.d.ts +0 -2
  872. package/dist/assets/icons/ClockCountdownIcon.d.ts +0 -2
  873. package/dist/assets/icons/ClockCounterClockwise.d.ts +0 -2
  874. package/dist/assets/icons/ClockCounterClockwiseIcon.d.ts +0 -2
  875. package/dist/assets/icons/ClockIcon.d.ts +0 -2
  876. package/dist/assets/icons/ClockUser.d.ts +0 -2
  877. package/dist/assets/icons/ClockUserIcon.d.ts +0 -2
  878. package/dist/assets/icons/ClosedCaptioning.d.ts +0 -2
  879. package/dist/assets/icons/ClosedCaptioningIcon.d.ts +0 -2
  880. package/dist/assets/icons/Cloud.d.ts +0 -2
  881. package/dist/assets/icons/CloudArrowDown.d.ts +0 -2
  882. package/dist/assets/icons/CloudArrowDownIcon.d.ts +0 -2
  883. package/dist/assets/icons/CloudArrowUp.d.ts +0 -2
  884. package/dist/assets/icons/CloudArrowUpIcon.d.ts +0 -2
  885. package/dist/assets/icons/CloudCheck.d.ts +0 -2
  886. package/dist/assets/icons/CloudCheckIcon.d.ts +0 -2
  887. package/dist/assets/icons/CloudFog.d.ts +0 -2
  888. package/dist/assets/icons/CloudFogIcon.d.ts +0 -2
  889. package/dist/assets/icons/CloudIcon.d.ts +0 -2
  890. package/dist/assets/icons/CloudLightning.d.ts +0 -2
  891. package/dist/assets/icons/CloudLightningIcon.d.ts +0 -2
  892. package/dist/assets/icons/CloudMoon.d.ts +0 -2
  893. package/dist/assets/icons/CloudMoonIcon.d.ts +0 -2
  894. package/dist/assets/icons/CloudRain.d.ts +0 -2
  895. package/dist/assets/icons/CloudRainIcon.d.ts +0 -2
  896. package/dist/assets/icons/CloudSlash.d.ts +0 -2
  897. package/dist/assets/icons/CloudSlashIcon.d.ts +0 -2
  898. package/dist/assets/icons/CloudSnow.d.ts +0 -2
  899. package/dist/assets/icons/CloudSnowIcon.d.ts +0 -2
  900. package/dist/assets/icons/CloudSun.d.ts +0 -2
  901. package/dist/assets/icons/CloudSunIcon.d.ts +0 -2
  902. package/dist/assets/icons/CloudWarning.d.ts +0 -2
  903. package/dist/assets/icons/CloudWarningIcon.d.ts +0 -2
  904. package/dist/assets/icons/CloudX.d.ts +0 -2
  905. package/dist/assets/icons/CloudXIcon.d.ts +0 -2
  906. package/dist/assets/icons/Clover.d.ts +0 -2
  907. package/dist/assets/icons/CloverIcon.d.ts +0 -2
  908. package/dist/assets/icons/Club.d.ts +0 -2
  909. package/dist/assets/icons/ClubIcon.d.ts +0 -2
  910. package/dist/assets/icons/CoatHanger.d.ts +0 -2
  911. package/dist/assets/icons/CoatHangerIcon.d.ts +0 -2
  912. package/dist/assets/icons/CodaLogo.d.ts +0 -2
  913. package/dist/assets/icons/CodaLogoIcon.d.ts +0 -2
  914. package/dist/assets/icons/Code.d.ts +0 -2
  915. package/dist/assets/icons/CodeBlock.d.ts +0 -2
  916. package/dist/assets/icons/CodeBlockIcon.d.ts +0 -2
  917. package/dist/assets/icons/CodeIcon.d.ts +0 -2
  918. package/dist/assets/icons/CodeSimple.d.ts +0 -2
  919. package/dist/assets/icons/CodeSimpleIcon.d.ts +0 -2
  920. package/dist/assets/icons/CodepenLogo.d.ts +0 -2
  921. package/dist/assets/icons/CodepenLogoIcon.d.ts +0 -2
  922. package/dist/assets/icons/CodesandboxLogo.d.ts +0 -2
  923. package/dist/assets/icons/CodesandboxLogoIcon.d.ts +0 -2
  924. package/dist/assets/icons/Coffee.d.ts +0 -2
  925. package/dist/assets/icons/CoffeeBean.d.ts +0 -2
  926. package/dist/assets/icons/CoffeeBeanIcon.d.ts +0 -2
  927. package/dist/assets/icons/CoffeeIcon.d.ts +0 -2
  928. package/dist/assets/icons/Coin.d.ts +0 -2
  929. package/dist/assets/icons/CoinIcon.d.ts +0 -2
  930. package/dist/assets/icons/CoinVertical.d.ts +0 -2
  931. package/dist/assets/icons/CoinVerticalIcon.d.ts +0 -2
  932. package/dist/assets/icons/Coins.d.ts +0 -2
  933. package/dist/assets/icons/CoinsIcon.d.ts +0 -2
  934. package/dist/assets/icons/Columns.d.ts +0 -2
  935. package/dist/assets/icons/ColumnsIcon.d.ts +0 -2
  936. package/dist/assets/icons/ColumnsPlusLeft.d.ts +0 -2
  937. package/dist/assets/icons/ColumnsPlusLeftIcon.d.ts +0 -2
  938. package/dist/assets/icons/ColumnsPlusRight.d.ts +0 -2
  939. package/dist/assets/icons/ColumnsPlusRightIcon.d.ts +0 -2
  940. package/dist/assets/icons/Command.d.ts +0 -2
  941. package/dist/assets/icons/CommandIcon.d.ts +0 -2
  942. package/dist/assets/icons/Compass.d.ts +0 -2
  943. package/dist/assets/icons/CompassIcon.d.ts +0 -2
  944. package/dist/assets/icons/CompassRose.d.ts +0 -2
  945. package/dist/assets/icons/CompassRoseIcon.d.ts +0 -2
  946. package/dist/assets/icons/CompassTool.d.ts +0 -2
  947. package/dist/assets/icons/CompassToolIcon.d.ts +0 -2
  948. package/dist/assets/icons/ComputerTower.d.ts +0 -2
  949. package/dist/assets/icons/ComputerTowerIcon.d.ts +0 -2
  950. package/dist/assets/icons/Confetti.d.ts +0 -2
  951. package/dist/assets/icons/ConfettiIcon.d.ts +0 -2
  952. package/dist/assets/icons/ContactlessPayment.d.ts +0 -2
  953. package/dist/assets/icons/ContactlessPaymentIcon.d.ts +0 -2
  954. package/dist/assets/icons/Control.d.ts +0 -2
  955. package/dist/assets/icons/ControlIcon.d.ts +0 -2
  956. package/dist/assets/icons/Cookie.d.ts +0 -2
  957. package/dist/assets/icons/CookieIcon.d.ts +0 -2
  958. package/dist/assets/icons/CookingPot.d.ts +0 -2
  959. package/dist/assets/icons/CookingPotIcon.d.ts +0 -2
  960. package/dist/assets/icons/Copy.d.ts +0 -2
  961. package/dist/assets/icons/CopyIcon.d.ts +0 -2
  962. package/dist/assets/icons/CopySimple.d.ts +0 -2
  963. package/dist/assets/icons/CopySimpleIcon.d.ts +0 -2
  964. package/dist/assets/icons/Copyleft.d.ts +0 -2
  965. package/dist/assets/icons/CopyleftIcon.d.ts +0 -2
  966. package/dist/assets/icons/Copyright.d.ts +0 -2
  967. package/dist/assets/icons/CopyrightIcon.d.ts +0 -2
  968. package/dist/assets/icons/CornersIn.d.ts +0 -2
  969. package/dist/assets/icons/CornersInIcon.d.ts +0 -2
  970. package/dist/assets/icons/CornersOut.d.ts +0 -2
  971. package/dist/assets/icons/CornersOutIcon.d.ts +0 -2
  972. package/dist/assets/icons/Couch.d.ts +0 -2
  973. package/dist/assets/icons/CouchIcon.d.ts +0 -2
  974. package/dist/assets/icons/CourtBasketball.d.ts +0 -2
  975. package/dist/assets/icons/CourtBasketballIcon.d.ts +0 -2
  976. package/dist/assets/icons/Cow.d.ts +0 -2
  977. package/dist/assets/icons/CowIcon.d.ts +0 -2
  978. package/dist/assets/icons/CowboyHat.d.ts +0 -2
  979. package/dist/assets/icons/CowboyHatIcon.d.ts +0 -2
  980. package/dist/assets/icons/Cpu.d.ts +0 -2
  981. package/dist/assets/icons/CpuIcon.d.ts +0 -2
  982. package/dist/assets/icons/Crane.d.ts +0 -2
  983. package/dist/assets/icons/CraneIcon.d.ts +0 -2
  984. package/dist/assets/icons/CraneTower.d.ts +0 -2
  985. package/dist/assets/icons/CraneTowerIcon.d.ts +0 -2
  986. package/dist/assets/icons/CreditCard.d.ts +0 -2
  987. package/dist/assets/icons/CreditCardIcon.d.ts +0 -2
  988. package/dist/assets/icons/Cricket.d.ts +0 -2
  989. package/dist/assets/icons/CricketIcon.d.ts +0 -2
  990. package/dist/assets/icons/Crop.d.ts +0 -2
  991. package/dist/assets/icons/CropIcon.d.ts +0 -2
  992. package/dist/assets/icons/Cross.d.ts +0 -2
  993. package/dist/assets/icons/CrossIcon.d.ts +0 -2
  994. package/dist/assets/icons/Crosshair.d.ts +0 -2
  995. package/dist/assets/icons/CrosshairIcon.d.ts +0 -2
  996. package/dist/assets/icons/CrosshairSimple.d.ts +0 -2
  997. package/dist/assets/icons/CrosshairSimpleIcon.d.ts +0 -2
  998. package/dist/assets/icons/Crown.d.ts +0 -2
  999. package/dist/assets/icons/CrownCross.d.ts +0 -2
  1000. package/dist/assets/icons/CrownCrossIcon.d.ts +0 -2
  1001. package/dist/assets/icons/CrownIcon.d.ts +0 -2
  1002. package/dist/assets/icons/CrownSimple.d.ts +0 -2
  1003. package/dist/assets/icons/CrownSimpleIcon.d.ts +0 -2
  1004. package/dist/assets/icons/Cube.d.ts +0 -2
  1005. package/dist/assets/icons/CubeFocus.d.ts +0 -2
  1006. package/dist/assets/icons/CubeFocusIcon.d.ts +0 -2
  1007. package/dist/assets/icons/CubeIcon.d.ts +0 -2
  1008. package/dist/assets/icons/CubeTransparent.d.ts +0 -2
  1009. package/dist/assets/icons/CubeTransparentIcon.d.ts +0 -2
  1010. package/dist/assets/icons/CurrencyBtc.d.ts +0 -2
  1011. package/dist/assets/icons/CurrencyBtcIcon.d.ts +0 -2
  1012. package/dist/assets/icons/CurrencyCircleDollar.d.ts +0 -2
  1013. package/dist/assets/icons/CurrencyCircleDollarIcon.d.ts +0 -2
  1014. package/dist/assets/icons/CurrencyCny.d.ts +0 -2
  1015. package/dist/assets/icons/CurrencyCnyIcon.d.ts +0 -2
  1016. package/dist/assets/icons/CurrencyDollar.d.ts +0 -2
  1017. package/dist/assets/icons/CurrencyDollarIcon.d.ts +0 -2
  1018. package/dist/assets/icons/CurrencyDollarSimple.d.ts +0 -2
  1019. package/dist/assets/icons/CurrencyDollarSimpleIcon.d.ts +0 -2
  1020. package/dist/assets/icons/CurrencyEth.d.ts +0 -2
  1021. package/dist/assets/icons/CurrencyEthIcon.d.ts +0 -2
  1022. package/dist/assets/icons/CurrencyEur.d.ts +0 -2
  1023. package/dist/assets/icons/CurrencyEurIcon.d.ts +0 -2
  1024. package/dist/assets/icons/CurrencyGbp.d.ts +0 -2
  1025. package/dist/assets/icons/CurrencyGbpIcon.d.ts +0 -2
  1026. package/dist/assets/icons/CurrencyInr.d.ts +0 -2
  1027. package/dist/assets/icons/CurrencyInrIcon.d.ts +0 -2
  1028. package/dist/assets/icons/CurrencyJpy.d.ts +0 -2
  1029. package/dist/assets/icons/CurrencyJpyIcon.d.ts +0 -2
  1030. package/dist/assets/icons/CurrencyKrw.d.ts +0 -2
  1031. package/dist/assets/icons/CurrencyKrwIcon.d.ts +0 -2
  1032. package/dist/assets/icons/CurrencyKzt.d.ts +0 -2
  1033. package/dist/assets/icons/CurrencyKztIcon.d.ts +0 -2
  1034. package/dist/assets/icons/CurrencyNgn.d.ts +0 -2
  1035. package/dist/assets/icons/CurrencyNgnIcon.d.ts +0 -2
  1036. package/dist/assets/icons/CurrencyRub.d.ts +0 -2
  1037. package/dist/assets/icons/CurrencyRubIcon.d.ts +0 -2
  1038. package/dist/assets/icons/Cursor.d.ts +0 -2
  1039. package/dist/assets/icons/CursorClick.d.ts +0 -2
  1040. package/dist/assets/icons/CursorClickIcon.d.ts +0 -2
  1041. package/dist/assets/icons/CursorIcon.d.ts +0 -2
  1042. package/dist/assets/icons/CursorText.d.ts +0 -2
  1043. package/dist/assets/icons/CursorTextIcon.d.ts +0 -2
  1044. package/dist/assets/icons/Cylinder.d.ts +0 -2
  1045. package/dist/assets/icons/CylinderIcon.d.ts +0 -2
  1046. package/dist/assets/icons/Database.d.ts +0 -2
  1047. package/dist/assets/icons/DatabaseIcon.d.ts +0 -2
  1048. package/dist/assets/icons/Desk.d.ts +0 -2
  1049. package/dist/assets/icons/DeskIcon.d.ts +0 -2
  1050. package/dist/assets/icons/Desktop.d.ts +0 -2
  1051. package/dist/assets/icons/DesktopIcon.d.ts +0 -2
  1052. package/dist/assets/icons/DesktopTower.d.ts +0 -2
  1053. package/dist/assets/icons/DesktopTowerIcon.d.ts +0 -2
  1054. package/dist/assets/icons/Detective.d.ts +0 -2
  1055. package/dist/assets/icons/DetectiveIcon.d.ts +0 -2
  1056. package/dist/assets/icons/DevToLogo.d.ts +0 -2
  1057. package/dist/assets/icons/DevToLogoIcon.d.ts +0 -2
  1058. package/dist/assets/icons/DeviceMobile.d.ts +0 -2
  1059. package/dist/assets/icons/DeviceMobileCamera.d.ts +0 -2
  1060. package/dist/assets/icons/DeviceMobileCameraIcon.d.ts +0 -2
  1061. package/dist/assets/icons/DeviceMobileIcon.d.ts +0 -2
  1062. package/dist/assets/icons/DeviceMobileSlash.d.ts +0 -2
  1063. package/dist/assets/icons/DeviceMobileSlashIcon.d.ts +0 -2
  1064. package/dist/assets/icons/DeviceMobileSpeaker.d.ts +0 -2
  1065. package/dist/assets/icons/DeviceMobileSpeakerIcon.d.ts +0 -2
  1066. package/dist/assets/icons/DeviceRotate.d.ts +0 -2
  1067. package/dist/assets/icons/DeviceRotateIcon.d.ts +0 -2
  1068. package/dist/assets/icons/DeviceTablet.d.ts +0 -2
  1069. package/dist/assets/icons/DeviceTabletCamera.d.ts +0 -2
  1070. package/dist/assets/icons/DeviceTabletCameraIcon.d.ts +0 -2
  1071. package/dist/assets/icons/DeviceTabletIcon.d.ts +0 -2
  1072. package/dist/assets/icons/DeviceTabletSpeaker.d.ts +0 -2
  1073. package/dist/assets/icons/DeviceTabletSpeakerIcon.d.ts +0 -2
  1074. package/dist/assets/icons/Devices.d.ts +0 -2
  1075. package/dist/assets/icons/DevicesIcon.d.ts +0 -2
  1076. package/dist/assets/icons/Diamond.d.ts +0 -2
  1077. package/dist/assets/icons/DiamondIcon.d.ts +0 -2
  1078. package/dist/assets/icons/DiamondsFour.d.ts +0 -2
  1079. package/dist/assets/icons/DiamondsFourIcon.d.ts +0 -2
  1080. package/dist/assets/icons/DiceFive.d.ts +0 -2
  1081. package/dist/assets/icons/DiceFiveIcon.d.ts +0 -2
  1082. package/dist/assets/icons/DiceFour.d.ts +0 -2
  1083. package/dist/assets/icons/DiceFourIcon.d.ts +0 -2
  1084. package/dist/assets/icons/DiceOne.d.ts +0 -2
  1085. package/dist/assets/icons/DiceOneIcon.d.ts +0 -2
  1086. package/dist/assets/icons/DiceSix.d.ts +0 -2
  1087. package/dist/assets/icons/DiceSixIcon.d.ts +0 -2
  1088. package/dist/assets/icons/DiceThree.d.ts +0 -2
  1089. package/dist/assets/icons/DiceThreeIcon.d.ts +0 -2
  1090. package/dist/assets/icons/DiceTwo.d.ts +0 -2
  1091. package/dist/assets/icons/DiceTwoIcon.d.ts +0 -2
  1092. package/dist/assets/icons/Disc.d.ts +0 -2
  1093. package/dist/assets/icons/DiscIcon.d.ts +0 -2
  1094. package/dist/assets/icons/DiscoBall.d.ts +0 -2
  1095. package/dist/assets/icons/DiscoBallIcon.d.ts +0 -2
  1096. package/dist/assets/icons/DiscordLogo.d.ts +0 -2
  1097. package/dist/assets/icons/DiscordLogoIcon.d.ts +0 -2
  1098. package/dist/assets/icons/Divide.d.ts +0 -2
  1099. package/dist/assets/icons/DivideIcon.d.ts +0 -2
  1100. package/dist/assets/icons/Dna.d.ts +0 -2
  1101. package/dist/assets/icons/DnaIcon.d.ts +0 -2
  1102. package/dist/assets/icons/Dog.d.ts +0 -2
  1103. package/dist/assets/icons/DogIcon.d.ts +0 -2
  1104. package/dist/assets/icons/Door.d.ts +0 -2
  1105. package/dist/assets/icons/DoorIcon.d.ts +0 -2
  1106. package/dist/assets/icons/DoorOpen.d.ts +0 -2
  1107. package/dist/assets/icons/DoorOpenIcon.d.ts +0 -2
  1108. package/dist/assets/icons/Dot.d.ts +0 -2
  1109. package/dist/assets/icons/DotIcon.d.ts +0 -2
  1110. package/dist/assets/icons/DotOutline.d.ts +0 -2
  1111. package/dist/assets/icons/DotOutlineIcon.d.ts +0 -2
  1112. package/dist/assets/icons/DotsNine.d.ts +0 -2
  1113. package/dist/assets/icons/DotsNineIcon.d.ts +0 -2
  1114. package/dist/assets/icons/DotsSix.d.ts +0 -2
  1115. package/dist/assets/icons/DotsSixIcon.d.ts +0 -2
  1116. package/dist/assets/icons/DotsSixVertical.d.ts +0 -2
  1117. package/dist/assets/icons/DotsSixVerticalIcon.d.ts +0 -2
  1118. package/dist/assets/icons/DotsThree.d.ts +0 -2
  1119. package/dist/assets/icons/DotsThreeCircle.d.ts +0 -2
  1120. package/dist/assets/icons/DotsThreeCircleIcon.d.ts +0 -2
  1121. package/dist/assets/icons/DotsThreeCircleVertical.d.ts +0 -2
  1122. package/dist/assets/icons/DotsThreeCircleVerticalIcon.d.ts +0 -2
  1123. package/dist/assets/icons/DotsThreeIcon.d.ts +0 -2
  1124. package/dist/assets/icons/DotsThreeOutline.d.ts +0 -2
  1125. package/dist/assets/icons/DotsThreeOutlineIcon.d.ts +0 -2
  1126. package/dist/assets/icons/DotsThreeOutlineVertical.d.ts +0 -2
  1127. package/dist/assets/icons/DotsThreeOutlineVerticalIcon.d.ts +0 -2
  1128. package/dist/assets/icons/DotsThreeVertical.d.ts +0 -2
  1129. package/dist/assets/icons/DotsThreeVerticalIcon.d.ts +0 -2
  1130. package/dist/assets/icons/Download.d.ts +0 -2
  1131. package/dist/assets/icons/DownloadIcon.d.ts +0 -2
  1132. package/dist/assets/icons/DownloadSimple.d.ts +0 -2
  1133. package/dist/assets/icons/DownloadSimpleIcon.d.ts +0 -2
  1134. package/dist/assets/icons/Dress.d.ts +0 -2
  1135. package/dist/assets/icons/DressIcon.d.ts +0 -2
  1136. package/dist/assets/icons/Dresser.d.ts +0 -2
  1137. package/dist/assets/icons/DresserIcon.d.ts +0 -2
  1138. package/dist/assets/icons/DribbbleLogo.d.ts +0 -2
  1139. package/dist/assets/icons/DribbbleLogoIcon.d.ts +0 -2
  1140. package/dist/assets/icons/Drone.d.ts +0 -2
  1141. package/dist/assets/icons/DroneIcon.d.ts +0 -2
  1142. package/dist/assets/icons/Drop.d.ts +0 -2
  1143. package/dist/assets/icons/DropHalf.d.ts +0 -2
  1144. package/dist/assets/icons/DropHalfBottom.d.ts +0 -2
  1145. package/dist/assets/icons/DropHalfBottomIcon.d.ts +0 -2
  1146. package/dist/assets/icons/DropHalfIcon.d.ts +0 -2
  1147. package/dist/assets/icons/DropIcon.d.ts +0 -2
  1148. package/dist/assets/icons/DropSimple.d.ts +0 -2
  1149. package/dist/assets/icons/DropSimpleIcon.d.ts +0 -2
  1150. package/dist/assets/icons/DropSlash.d.ts +0 -2
  1151. package/dist/assets/icons/DropSlashIcon.d.ts +0 -2
  1152. package/dist/assets/icons/DropboxLogo.d.ts +0 -2
  1153. package/dist/assets/icons/DropboxLogoIcon.d.ts +0 -2
  1154. package/dist/assets/icons/Ear.d.ts +0 -2
  1155. package/dist/assets/icons/EarIcon.d.ts +0 -2
  1156. package/dist/assets/icons/EarSlash.d.ts +0 -2
  1157. package/dist/assets/icons/EarSlashIcon.d.ts +0 -2
  1158. package/dist/assets/icons/Egg.d.ts +0 -2
  1159. package/dist/assets/icons/EggCrack.d.ts +0 -2
  1160. package/dist/assets/icons/EggCrackIcon.d.ts +0 -2
  1161. package/dist/assets/icons/EggIcon.d.ts +0 -2
  1162. package/dist/assets/icons/Eject.d.ts +0 -2
  1163. package/dist/assets/icons/EjectIcon.d.ts +0 -2
  1164. package/dist/assets/icons/EjectSimple.d.ts +0 -2
  1165. package/dist/assets/icons/EjectSimpleIcon.d.ts +0 -2
  1166. package/dist/assets/icons/Elevator.d.ts +0 -2
  1167. package/dist/assets/icons/ElevatorIcon.d.ts +0 -2
  1168. package/dist/assets/icons/Empty.d.ts +0 -2
  1169. package/dist/assets/icons/EmptyIcon.d.ts +0 -2
  1170. package/dist/assets/icons/Engine.d.ts +0 -2
  1171. package/dist/assets/icons/EngineIcon.d.ts +0 -2
  1172. package/dist/assets/icons/Envelope.d.ts +0 -2
  1173. package/dist/assets/icons/EnvelopeIcon.d.ts +0 -2
  1174. package/dist/assets/icons/EnvelopeOpen.d.ts +0 -2
  1175. package/dist/assets/icons/EnvelopeOpenIcon.d.ts +0 -2
  1176. package/dist/assets/icons/EnvelopeSimple.d.ts +0 -2
  1177. package/dist/assets/icons/EnvelopeSimpleIcon.d.ts +0 -2
  1178. package/dist/assets/icons/EnvelopeSimpleOpen.d.ts +0 -2
  1179. package/dist/assets/icons/EnvelopeSimpleOpenIcon.d.ts +0 -2
  1180. package/dist/assets/icons/Equalizer.d.ts +0 -2
  1181. package/dist/assets/icons/EqualizerIcon.d.ts +0 -2
  1182. package/dist/assets/icons/Equals.d.ts +0 -2
  1183. package/dist/assets/icons/EqualsIcon.d.ts +0 -2
  1184. package/dist/assets/icons/Eraser.d.ts +0 -2
  1185. package/dist/assets/icons/EraserIcon.d.ts +0 -2
  1186. package/dist/assets/icons/EscalatorDown.d.ts +0 -2
  1187. package/dist/assets/icons/EscalatorDownIcon.d.ts +0 -2
  1188. package/dist/assets/icons/EscalatorUp.d.ts +0 -2
  1189. package/dist/assets/icons/EscalatorUpIcon.d.ts +0 -2
  1190. package/dist/assets/icons/Exam.d.ts +0 -2
  1191. package/dist/assets/icons/ExamIcon.d.ts +0 -2
  1192. package/dist/assets/icons/ExclamationMark.d.ts +0 -2
  1193. package/dist/assets/icons/ExclamationMarkIcon.d.ts +0 -2
  1194. package/dist/assets/icons/Exclude.d.ts +0 -2
  1195. package/dist/assets/icons/ExcludeIcon.d.ts +0 -2
  1196. package/dist/assets/icons/ExcludeSquare.d.ts +0 -2
  1197. package/dist/assets/icons/ExcludeSquareIcon.d.ts +0 -2
  1198. package/dist/assets/icons/Export.d.ts +0 -2
  1199. package/dist/assets/icons/ExportIcon.d.ts +0 -2
  1200. package/dist/assets/icons/Eye.d.ts +0 -2
  1201. package/dist/assets/icons/EyeClosed.d.ts +0 -2
  1202. package/dist/assets/icons/EyeClosedIcon.d.ts +0 -2
  1203. package/dist/assets/icons/EyeIcon.d.ts +0 -2
  1204. package/dist/assets/icons/EyeSlash.d.ts +0 -2
  1205. package/dist/assets/icons/EyeSlashIcon.d.ts +0 -2
  1206. package/dist/assets/icons/Eyedropper.d.ts +0 -2
  1207. package/dist/assets/icons/EyedropperIcon.d.ts +0 -2
  1208. package/dist/assets/icons/EyedropperSample.d.ts +0 -2
  1209. package/dist/assets/icons/EyedropperSampleIcon.d.ts +0 -2
  1210. package/dist/assets/icons/Eyeglasses.d.ts +0 -2
  1211. package/dist/assets/icons/EyeglassesIcon.d.ts +0 -2
  1212. package/dist/assets/icons/Eyes.d.ts +0 -2
  1213. package/dist/assets/icons/EyesIcon.d.ts +0 -2
  1214. package/dist/assets/icons/FaceMask.d.ts +0 -2
  1215. package/dist/assets/icons/FaceMaskIcon.d.ts +0 -2
  1216. package/dist/assets/icons/FacebookLogo.d.ts +0 -2
  1217. package/dist/assets/icons/FacebookLogoIcon.d.ts +0 -2
  1218. package/dist/assets/icons/Factory.d.ts +0 -2
  1219. package/dist/assets/icons/FactoryIcon.d.ts +0 -2
  1220. package/dist/assets/icons/Faders.d.ts +0 -2
  1221. package/dist/assets/icons/FadersHorizontal.d.ts +0 -2
  1222. package/dist/assets/icons/FadersHorizontalIcon.d.ts +0 -2
  1223. package/dist/assets/icons/FadersIcon.d.ts +0 -2
  1224. package/dist/assets/icons/FalloutShelter.d.ts +0 -2
  1225. package/dist/assets/icons/FalloutShelterIcon.d.ts +0 -2
  1226. package/dist/assets/icons/Fan.d.ts +0 -2
  1227. package/dist/assets/icons/FanIcon.d.ts +0 -2
  1228. package/dist/assets/icons/Farm.d.ts +0 -2
  1229. package/dist/assets/icons/FarmIcon.d.ts +0 -2
  1230. package/dist/assets/icons/FastForward.d.ts +0 -2
  1231. package/dist/assets/icons/FastForwardCircle.d.ts +0 -2
  1232. package/dist/assets/icons/FastForwardCircleIcon.d.ts +0 -2
  1233. package/dist/assets/icons/FastForwardIcon.d.ts +0 -2
  1234. package/dist/assets/icons/Feather.d.ts +0 -2
  1235. package/dist/assets/icons/FeatherIcon.d.ts +0 -2
  1236. package/dist/assets/icons/FediverseLogo.d.ts +0 -2
  1237. package/dist/assets/icons/FediverseLogoIcon.d.ts +0 -2
  1238. package/dist/assets/icons/FigmaLogo.d.ts +0 -2
  1239. package/dist/assets/icons/FigmaLogoIcon.d.ts +0 -2
  1240. package/dist/assets/icons/File.d.ts +0 -2
  1241. package/dist/assets/icons/FileArchive.d.ts +0 -2
  1242. package/dist/assets/icons/FileArchiveIcon.d.ts +0 -2
  1243. package/dist/assets/icons/FileArrowDown.d.ts +0 -2
  1244. package/dist/assets/icons/FileArrowDownIcon.d.ts +0 -2
  1245. package/dist/assets/icons/FileArrowUp.d.ts +0 -2
  1246. package/dist/assets/icons/FileArrowUpIcon.d.ts +0 -2
  1247. package/dist/assets/icons/FileAudio.d.ts +0 -2
  1248. package/dist/assets/icons/FileAudioIcon.d.ts +0 -2
  1249. package/dist/assets/icons/FileC.d.ts +0 -2
  1250. package/dist/assets/icons/FileCIcon.d.ts +0 -2
  1251. package/dist/assets/icons/FileCSharp.d.ts +0 -2
  1252. package/dist/assets/icons/FileCSharpIcon.d.ts +0 -2
  1253. package/dist/assets/icons/FileCloud.d.ts +0 -2
  1254. package/dist/assets/icons/FileCloudIcon.d.ts +0 -2
  1255. package/dist/assets/icons/FileCode.d.ts +0 -2
  1256. package/dist/assets/icons/FileCodeIcon.d.ts +0 -2
  1257. package/dist/assets/icons/FileCpp.d.ts +0 -2
  1258. package/dist/assets/icons/FileCppIcon.d.ts +0 -2
  1259. package/dist/assets/icons/FileCss.d.ts +0 -2
  1260. package/dist/assets/icons/FileCssIcon.d.ts +0 -2
  1261. package/dist/assets/icons/FileCsv.d.ts +0 -2
  1262. package/dist/assets/icons/FileCsvIcon.d.ts +0 -2
  1263. package/dist/assets/icons/FileDashed.d.ts +0 -2
  1264. package/dist/assets/icons/FileDashedIcon.d.ts +0 -2
  1265. package/dist/assets/icons/FileDoc.d.ts +0 -2
  1266. package/dist/assets/icons/FileDocIcon.d.ts +0 -2
  1267. package/dist/assets/icons/FileDottedIcon.d.ts +0 -2
  1268. package/dist/assets/icons/FileHtml.d.ts +0 -2
  1269. package/dist/assets/icons/FileHtmlIcon.d.ts +0 -2
  1270. package/dist/assets/icons/FileIcon.d.ts +0 -2
  1271. package/dist/assets/icons/FileImage.d.ts +0 -2
  1272. package/dist/assets/icons/FileImageIcon.d.ts +0 -2
  1273. package/dist/assets/icons/FileIni.d.ts +0 -2
  1274. package/dist/assets/icons/FileIniIcon.d.ts +0 -2
  1275. package/dist/assets/icons/FileJpg.d.ts +0 -2
  1276. package/dist/assets/icons/FileJpgIcon.d.ts +0 -2
  1277. package/dist/assets/icons/FileJs.d.ts +0 -2
  1278. package/dist/assets/icons/FileJsIcon.d.ts +0 -2
  1279. package/dist/assets/icons/FileJsx.d.ts +0 -2
  1280. package/dist/assets/icons/FileJsxIcon.d.ts +0 -2
  1281. package/dist/assets/icons/FileLock.d.ts +0 -2
  1282. package/dist/assets/icons/FileLockIcon.d.ts +0 -2
  1283. package/dist/assets/icons/FileMagnifyingGlass.d.ts +0 -2
  1284. package/dist/assets/icons/FileMagnifyingGlassIcon.d.ts +0 -2
  1285. package/dist/assets/icons/FileMd.d.ts +0 -2
  1286. package/dist/assets/icons/FileMdIcon.d.ts +0 -2
  1287. package/dist/assets/icons/FileMinus.d.ts +0 -2
  1288. package/dist/assets/icons/FileMinusIcon.d.ts +0 -2
  1289. package/dist/assets/icons/FilePdf.d.ts +0 -2
  1290. package/dist/assets/icons/FilePdfIcon.d.ts +0 -2
  1291. package/dist/assets/icons/FilePlus.d.ts +0 -2
  1292. package/dist/assets/icons/FilePlusIcon.d.ts +0 -2
  1293. package/dist/assets/icons/FilePng.d.ts +0 -2
  1294. package/dist/assets/icons/FilePngIcon.d.ts +0 -2
  1295. package/dist/assets/icons/FilePpt.d.ts +0 -2
  1296. package/dist/assets/icons/FilePptIcon.d.ts +0 -2
  1297. package/dist/assets/icons/FilePy.d.ts +0 -2
  1298. package/dist/assets/icons/FilePyIcon.d.ts +0 -2
  1299. package/dist/assets/icons/FileRs.d.ts +0 -2
  1300. package/dist/assets/icons/FileRsIcon.d.ts +0 -2
  1301. package/dist/assets/icons/FileSearchIcon.d.ts +0 -2
  1302. package/dist/assets/icons/FileSql.d.ts +0 -2
  1303. package/dist/assets/icons/FileSqlIcon.d.ts +0 -2
  1304. package/dist/assets/icons/FileSvg.d.ts +0 -2
  1305. package/dist/assets/icons/FileSvgIcon.d.ts +0 -2
  1306. package/dist/assets/icons/FileText.d.ts +0 -2
  1307. package/dist/assets/icons/FileTextIcon.d.ts +0 -2
  1308. package/dist/assets/icons/FileTs.d.ts +0 -2
  1309. package/dist/assets/icons/FileTsIcon.d.ts +0 -2
  1310. package/dist/assets/icons/FileTsx.d.ts +0 -2
  1311. package/dist/assets/icons/FileTsxIcon.d.ts +0 -2
  1312. package/dist/assets/icons/FileTxt.d.ts +0 -2
  1313. package/dist/assets/icons/FileTxtIcon.d.ts +0 -2
  1314. package/dist/assets/icons/FileVideo.d.ts +0 -2
  1315. package/dist/assets/icons/FileVideoIcon.d.ts +0 -2
  1316. package/dist/assets/icons/FileVue.d.ts +0 -2
  1317. package/dist/assets/icons/FileVueIcon.d.ts +0 -2
  1318. package/dist/assets/icons/FileX.d.ts +0 -2
  1319. package/dist/assets/icons/FileXIcon.d.ts +0 -2
  1320. package/dist/assets/icons/FileXls.d.ts +0 -2
  1321. package/dist/assets/icons/FileXlsIcon.d.ts +0 -2
  1322. package/dist/assets/icons/FileZip.d.ts +0 -2
  1323. package/dist/assets/icons/FileZipIcon.d.ts +0 -2
  1324. package/dist/assets/icons/Files.d.ts +0 -2
  1325. package/dist/assets/icons/FilesIcon.d.ts +0 -2
  1326. package/dist/assets/icons/FilmReel.d.ts +0 -2
  1327. package/dist/assets/icons/FilmReelIcon.d.ts +0 -2
  1328. package/dist/assets/icons/FilmScript.d.ts +0 -2
  1329. package/dist/assets/icons/FilmScriptIcon.d.ts +0 -2
  1330. package/dist/assets/icons/FilmSlate.d.ts +0 -2
  1331. package/dist/assets/icons/FilmSlateIcon.d.ts +0 -2
  1332. package/dist/assets/icons/FilmStrip.d.ts +0 -2
  1333. package/dist/assets/icons/FilmStripIcon.d.ts +0 -2
  1334. package/dist/assets/icons/Fingerprint.d.ts +0 -2
  1335. package/dist/assets/icons/FingerprintIcon.d.ts +0 -2
  1336. package/dist/assets/icons/FingerprintSimple.d.ts +0 -2
  1337. package/dist/assets/icons/FingerprintSimpleIcon.d.ts +0 -2
  1338. package/dist/assets/icons/FinnTheHuman.d.ts +0 -2
  1339. package/dist/assets/icons/FinnTheHumanIcon.d.ts +0 -2
  1340. package/dist/assets/icons/Fire.d.ts +0 -2
  1341. package/dist/assets/icons/FireExtinguisher.d.ts +0 -2
  1342. package/dist/assets/icons/FireExtinguisherIcon.d.ts +0 -2
  1343. package/dist/assets/icons/FireIcon.d.ts +0 -2
  1344. package/dist/assets/icons/FireSimple.d.ts +0 -2
  1345. package/dist/assets/icons/FireSimpleIcon.d.ts +0 -2
  1346. package/dist/assets/icons/FireTruck.d.ts +0 -2
  1347. package/dist/assets/icons/FireTruckIcon.d.ts +0 -2
  1348. package/dist/assets/icons/FirstAid.d.ts +0 -2
  1349. package/dist/assets/icons/FirstAidIcon.d.ts +0 -2
  1350. package/dist/assets/icons/FirstAidKit.d.ts +0 -2
  1351. package/dist/assets/icons/FirstAidKitIcon.d.ts +0 -2
  1352. package/dist/assets/icons/Fish.d.ts +0 -2
  1353. package/dist/assets/icons/FishIcon.d.ts +0 -2
  1354. package/dist/assets/icons/FishSimple.d.ts +0 -2
  1355. package/dist/assets/icons/FishSimpleIcon.d.ts +0 -2
  1356. package/dist/assets/icons/Flag.d.ts +0 -2
  1357. package/dist/assets/icons/FlagBanner.d.ts +0 -2
  1358. package/dist/assets/icons/FlagBannerFold.d.ts +0 -2
  1359. package/dist/assets/icons/FlagBannerFoldIcon.d.ts +0 -2
  1360. package/dist/assets/icons/FlagBannerIcon.d.ts +0 -2
  1361. package/dist/assets/icons/FlagCheckered.d.ts +0 -2
  1362. package/dist/assets/icons/FlagCheckeredIcon.d.ts +0 -2
  1363. package/dist/assets/icons/FlagIcon.d.ts +0 -2
  1364. package/dist/assets/icons/FlagPennant.d.ts +0 -2
  1365. package/dist/assets/icons/FlagPennantIcon.d.ts +0 -2
  1366. package/dist/assets/icons/Flame.d.ts +0 -2
  1367. package/dist/assets/icons/FlameIcon.d.ts +0 -2
  1368. package/dist/assets/icons/Flashlight.d.ts +0 -2
  1369. package/dist/assets/icons/FlashlightIcon.d.ts +0 -2
  1370. package/dist/assets/icons/Flask.d.ts +0 -2
  1371. package/dist/assets/icons/FlaskIcon.d.ts +0 -2
  1372. package/dist/assets/icons/FlipHorizontal.d.ts +0 -2
  1373. package/dist/assets/icons/FlipHorizontalIcon.d.ts +0 -2
  1374. package/dist/assets/icons/FlipVertical.d.ts +0 -2
  1375. package/dist/assets/icons/FlipVerticalIcon.d.ts +0 -2
  1376. package/dist/assets/icons/FloppyDisk.d.ts +0 -2
  1377. package/dist/assets/icons/FloppyDiskBack.d.ts +0 -2
  1378. package/dist/assets/icons/FloppyDiskBackIcon.d.ts +0 -2
  1379. package/dist/assets/icons/FloppyDiskIcon.d.ts +0 -2
  1380. package/dist/assets/icons/FlowArrow.d.ts +0 -2
  1381. package/dist/assets/icons/FlowArrowIcon.d.ts +0 -2
  1382. package/dist/assets/icons/Flower.d.ts +0 -2
  1383. package/dist/assets/icons/FlowerIcon.d.ts +0 -2
  1384. package/dist/assets/icons/FlowerLotus.d.ts +0 -2
  1385. package/dist/assets/icons/FlowerLotusIcon.d.ts +0 -2
  1386. package/dist/assets/icons/FlowerTulip.d.ts +0 -2
  1387. package/dist/assets/icons/FlowerTulipIcon.d.ts +0 -2
  1388. package/dist/assets/icons/FlyingSaucer.d.ts +0 -2
  1389. package/dist/assets/icons/FlyingSaucerIcon.d.ts +0 -2
  1390. package/dist/assets/icons/Folder.d.ts +0 -2
  1391. package/dist/assets/icons/FolderDashed.d.ts +0 -2
  1392. package/dist/assets/icons/FolderDashedIcon.d.ts +0 -2
  1393. package/dist/assets/icons/FolderDottedIcon.d.ts +0 -2
  1394. package/dist/assets/icons/FolderIcon.d.ts +0 -2
  1395. package/dist/assets/icons/FolderLock.d.ts +0 -2
  1396. package/dist/assets/icons/FolderLockIcon.d.ts +0 -2
  1397. package/dist/assets/icons/FolderMinus.d.ts +0 -2
  1398. package/dist/assets/icons/FolderMinusIcon.d.ts +0 -2
  1399. package/dist/assets/icons/FolderNotchIcon.d.ts +0 -2
  1400. package/dist/assets/icons/FolderNotchMinusIcon.d.ts +0 -2
  1401. package/dist/assets/icons/FolderNotchOpenIcon.d.ts +0 -2
  1402. package/dist/assets/icons/FolderNotchPlusIcon.d.ts +0 -2
  1403. package/dist/assets/icons/FolderOpen.d.ts +0 -2
  1404. package/dist/assets/icons/FolderOpenIcon.d.ts +0 -2
  1405. package/dist/assets/icons/FolderPlus.d.ts +0 -2
  1406. package/dist/assets/icons/FolderPlusIcon.d.ts +0 -2
  1407. package/dist/assets/icons/FolderSimple.d.ts +0 -2
  1408. package/dist/assets/icons/FolderSimpleDashed.d.ts +0 -2
  1409. package/dist/assets/icons/FolderSimpleDashedIcon.d.ts +0 -2
  1410. package/dist/assets/icons/FolderSimpleDottedIcon.d.ts +0 -2
  1411. package/dist/assets/icons/FolderSimpleIcon.d.ts +0 -2
  1412. package/dist/assets/icons/FolderSimpleLock.d.ts +0 -2
  1413. package/dist/assets/icons/FolderSimpleLockIcon.d.ts +0 -2
  1414. package/dist/assets/icons/FolderSimpleMinus.d.ts +0 -2
  1415. package/dist/assets/icons/FolderSimpleMinusIcon.d.ts +0 -2
  1416. package/dist/assets/icons/FolderSimplePlus.d.ts +0 -2
  1417. package/dist/assets/icons/FolderSimplePlusIcon.d.ts +0 -2
  1418. package/dist/assets/icons/FolderSimpleStar.d.ts +0 -2
  1419. package/dist/assets/icons/FolderSimpleStarIcon.d.ts +0 -2
  1420. package/dist/assets/icons/FolderSimpleUser.d.ts +0 -2
  1421. package/dist/assets/icons/FolderSimpleUserIcon.d.ts +0 -2
  1422. package/dist/assets/icons/FolderStar.d.ts +0 -2
  1423. package/dist/assets/icons/FolderStarIcon.d.ts +0 -2
  1424. package/dist/assets/icons/FolderUser.d.ts +0 -2
  1425. package/dist/assets/icons/FolderUserIcon.d.ts +0 -2
  1426. package/dist/assets/icons/Folders.d.ts +0 -2
  1427. package/dist/assets/icons/FoldersIcon.d.ts +0 -2
  1428. package/dist/assets/icons/Football.d.ts +0 -2
  1429. package/dist/assets/icons/FootballHelmet.d.ts +0 -2
  1430. package/dist/assets/icons/FootballHelmetIcon.d.ts +0 -2
  1431. package/dist/assets/icons/FootballIcon.d.ts +0 -2
  1432. package/dist/assets/icons/Footprints.d.ts +0 -2
  1433. package/dist/assets/icons/FootprintsIcon.d.ts +0 -2
  1434. package/dist/assets/icons/ForkKnife.d.ts +0 -2
  1435. package/dist/assets/icons/ForkKnifeIcon.d.ts +0 -2
  1436. package/dist/assets/icons/FourK.d.ts +0 -2
  1437. package/dist/assets/icons/FourKIcon.d.ts +0 -2
  1438. package/dist/assets/icons/FrameCorners.d.ts +0 -2
  1439. package/dist/assets/icons/FrameCornersIcon.d.ts +0 -2
  1440. package/dist/assets/icons/FramerLogo.d.ts +0 -2
  1441. package/dist/assets/icons/FramerLogoIcon.d.ts +0 -2
  1442. package/dist/assets/icons/Function.d.ts +0 -2
  1443. package/dist/assets/icons/FunctionIcon.d.ts +0 -2
  1444. package/dist/assets/icons/Funnel.d.ts +0 -2
  1445. package/dist/assets/icons/FunnelIcon.d.ts +0 -2
  1446. package/dist/assets/icons/FunnelSimple.d.ts +0 -2
  1447. package/dist/assets/icons/FunnelSimpleIcon.d.ts +0 -2
  1448. package/dist/assets/icons/FunnelSimpleX.d.ts +0 -2
  1449. package/dist/assets/icons/FunnelSimpleXIcon.d.ts +0 -2
  1450. package/dist/assets/icons/FunnelX.d.ts +0 -2
  1451. package/dist/assets/icons/FunnelXIcon.d.ts +0 -2
  1452. package/dist/assets/icons/GameController.d.ts +0 -2
  1453. package/dist/assets/icons/GameControllerIcon.d.ts +0 -2
  1454. package/dist/assets/icons/Garage.d.ts +0 -2
  1455. package/dist/assets/icons/GarageIcon.d.ts +0 -2
  1456. package/dist/assets/icons/GasCan.d.ts +0 -2
  1457. package/dist/assets/icons/GasCanIcon.d.ts +0 -2
  1458. package/dist/assets/icons/GasPump.d.ts +0 -2
  1459. package/dist/assets/icons/GasPumpIcon.d.ts +0 -2
  1460. package/dist/assets/icons/Gauge.d.ts +0 -2
  1461. package/dist/assets/icons/GaugeIcon.d.ts +0 -2
  1462. package/dist/assets/icons/Gavel.d.ts +0 -2
  1463. package/dist/assets/icons/GavelIcon.d.ts +0 -2
  1464. package/dist/assets/icons/Gear.d.ts +0 -2
  1465. package/dist/assets/icons/GearFine.d.ts +0 -2
  1466. package/dist/assets/icons/GearFineIcon.d.ts +0 -2
  1467. package/dist/assets/icons/GearIcon.d.ts +0 -2
  1468. package/dist/assets/icons/GearSix.d.ts +0 -2
  1469. package/dist/assets/icons/GearSixIcon.d.ts +0 -2
  1470. package/dist/assets/icons/GenderFemale.d.ts +0 -2
  1471. package/dist/assets/icons/GenderFemaleIcon.d.ts +0 -2
  1472. package/dist/assets/icons/GenderIntersex.d.ts +0 -2
  1473. package/dist/assets/icons/GenderIntersexIcon.d.ts +0 -2
  1474. package/dist/assets/icons/GenderMale.d.ts +0 -2
  1475. package/dist/assets/icons/GenderMaleIcon.d.ts +0 -2
  1476. package/dist/assets/icons/GenderNeuter.d.ts +0 -2
  1477. package/dist/assets/icons/GenderNeuterIcon.d.ts +0 -2
  1478. package/dist/assets/icons/GenderNonbinary.d.ts +0 -2
  1479. package/dist/assets/icons/GenderNonbinaryIcon.d.ts +0 -2
  1480. package/dist/assets/icons/GenderTransgender.d.ts +0 -2
  1481. package/dist/assets/icons/GenderTransgenderIcon.d.ts +0 -2
  1482. package/dist/assets/icons/Ghost.d.ts +0 -2
  1483. package/dist/assets/icons/GhostIcon.d.ts +0 -2
  1484. package/dist/assets/icons/Gif.d.ts +0 -2
  1485. package/dist/assets/icons/GifIcon.d.ts +0 -2
  1486. package/dist/assets/icons/Gift.d.ts +0 -2
  1487. package/dist/assets/icons/GiftIcon.d.ts +0 -2
  1488. package/dist/assets/icons/GitBranch.d.ts +0 -2
  1489. package/dist/assets/icons/GitBranchIcon.d.ts +0 -2
  1490. package/dist/assets/icons/GitCommit.d.ts +0 -2
  1491. package/dist/assets/icons/GitCommitIcon.d.ts +0 -2
  1492. package/dist/assets/icons/GitDiff.d.ts +0 -2
  1493. package/dist/assets/icons/GitDiffIcon.d.ts +0 -2
  1494. package/dist/assets/icons/GitFork.d.ts +0 -2
  1495. package/dist/assets/icons/GitForkIcon.d.ts +0 -2
  1496. package/dist/assets/icons/GitMerge.d.ts +0 -2
  1497. package/dist/assets/icons/GitMergeIcon.d.ts +0 -2
  1498. package/dist/assets/icons/GitPullRequest.d.ts +0 -2
  1499. package/dist/assets/icons/GitPullRequestIcon.d.ts +0 -2
  1500. package/dist/assets/icons/GithubLogo.d.ts +0 -2
  1501. package/dist/assets/icons/GithubLogoIcon.d.ts +0 -2
  1502. package/dist/assets/icons/GitlabLogo.d.ts +0 -2
  1503. package/dist/assets/icons/GitlabLogoIcon.d.ts +0 -2
  1504. package/dist/assets/icons/GitlabLogoSimple.d.ts +0 -2
  1505. package/dist/assets/icons/GitlabLogoSimpleIcon.d.ts +0 -2
  1506. package/dist/assets/icons/Globe.d.ts +0 -2
  1507. package/dist/assets/icons/GlobeHemisphereEast.d.ts +0 -2
  1508. package/dist/assets/icons/GlobeHemisphereEastIcon.d.ts +0 -2
  1509. package/dist/assets/icons/GlobeHemisphereWest.d.ts +0 -2
  1510. package/dist/assets/icons/GlobeHemisphereWestIcon.d.ts +0 -2
  1511. package/dist/assets/icons/GlobeIcon.d.ts +0 -2
  1512. package/dist/assets/icons/GlobeSimple.d.ts +0 -2
  1513. package/dist/assets/icons/GlobeSimpleIcon.d.ts +0 -2
  1514. package/dist/assets/icons/GlobeSimpleX.d.ts +0 -2
  1515. package/dist/assets/icons/GlobeSimpleXIcon.d.ts +0 -2
  1516. package/dist/assets/icons/GlobeStand.d.ts +0 -2
  1517. package/dist/assets/icons/GlobeStandIcon.d.ts +0 -2
  1518. package/dist/assets/icons/GlobeX.d.ts +0 -2
  1519. package/dist/assets/icons/GlobeXIcon.d.ts +0 -2
  1520. package/dist/assets/icons/Goggles.d.ts +0 -2
  1521. package/dist/assets/icons/GogglesIcon.d.ts +0 -2
  1522. package/dist/assets/icons/Golf.d.ts +0 -2
  1523. package/dist/assets/icons/GolfIcon.d.ts +0 -2
  1524. package/dist/assets/icons/GoodreadsLogo.d.ts +0 -2
  1525. package/dist/assets/icons/GoodreadsLogoIcon.d.ts +0 -2
  1526. package/dist/assets/icons/GoogleCardboardLogo.d.ts +0 -2
  1527. package/dist/assets/icons/GoogleCardboardLogoIcon.d.ts +0 -2
  1528. package/dist/assets/icons/GoogleChromeLogo.d.ts +0 -2
  1529. package/dist/assets/icons/GoogleChromeLogoIcon.d.ts +0 -2
  1530. package/dist/assets/icons/GoogleDriveLogo.d.ts +0 -2
  1531. package/dist/assets/icons/GoogleDriveLogoIcon.d.ts +0 -2
  1532. package/dist/assets/icons/GoogleLogo.d.ts +0 -2
  1533. package/dist/assets/icons/GoogleLogoIcon.d.ts +0 -2
  1534. package/dist/assets/icons/GooglePhotosLogo.d.ts +0 -2
  1535. package/dist/assets/icons/GooglePhotosLogoIcon.d.ts +0 -2
  1536. package/dist/assets/icons/GooglePlayLogo.d.ts +0 -2
  1537. package/dist/assets/icons/GooglePlayLogoIcon.d.ts +0 -2
  1538. package/dist/assets/icons/GooglePodcastsLogo.d.ts +0 -2
  1539. package/dist/assets/icons/GooglePodcastsLogoIcon.d.ts +0 -2
  1540. package/dist/assets/icons/Gps.d.ts +0 -2
  1541. package/dist/assets/icons/GpsFix.d.ts +0 -2
  1542. package/dist/assets/icons/GpsFixIcon.d.ts +0 -2
  1543. package/dist/assets/icons/GpsIcon.d.ts +0 -2
  1544. package/dist/assets/icons/GpsSlash.d.ts +0 -2
  1545. package/dist/assets/icons/GpsSlashIcon.d.ts +0 -2
  1546. package/dist/assets/icons/Gradient.d.ts +0 -2
  1547. package/dist/assets/icons/GradientIcon.d.ts +0 -2
  1548. package/dist/assets/icons/GraduationCap.d.ts +0 -2
  1549. package/dist/assets/icons/GraduationCapIcon.d.ts +0 -2
  1550. package/dist/assets/icons/Grains.d.ts +0 -2
  1551. package/dist/assets/icons/GrainsIcon.d.ts +0 -2
  1552. package/dist/assets/icons/GrainsSlash.d.ts +0 -2
  1553. package/dist/assets/icons/GrainsSlashIcon.d.ts +0 -2
  1554. package/dist/assets/icons/Graph.d.ts +0 -2
  1555. package/dist/assets/icons/GraphIcon.d.ts +0 -2
  1556. package/dist/assets/icons/GraphicsCard.d.ts +0 -2
  1557. package/dist/assets/icons/GraphicsCardIcon.d.ts +0 -2
  1558. package/dist/assets/icons/GreaterThan.d.ts +0 -2
  1559. package/dist/assets/icons/GreaterThanIcon.d.ts +0 -2
  1560. package/dist/assets/icons/GreaterThanOrEqual.d.ts +0 -2
  1561. package/dist/assets/icons/GreaterThanOrEqualIcon.d.ts +0 -2
  1562. package/dist/assets/icons/GridFour.d.ts +0 -2
  1563. package/dist/assets/icons/GridFourIcon.d.ts +0 -2
  1564. package/dist/assets/icons/GridNine.d.ts +0 -2
  1565. package/dist/assets/icons/GridNineIcon.d.ts +0 -2
  1566. package/dist/assets/icons/Guitar.d.ts +0 -2
  1567. package/dist/assets/icons/GuitarIcon.d.ts +0 -2
  1568. package/dist/assets/icons/HairDryer.d.ts +0 -2
  1569. package/dist/assets/icons/HairDryerIcon.d.ts +0 -2
  1570. package/dist/assets/icons/Hamburger.d.ts +0 -2
  1571. package/dist/assets/icons/HamburgerIcon.d.ts +0 -2
  1572. package/dist/assets/icons/Hammer.d.ts +0 -2
  1573. package/dist/assets/icons/HammerIcon.d.ts +0 -2
  1574. package/dist/assets/icons/Hand.d.ts +0 -2
  1575. package/dist/assets/icons/HandArrowDown.d.ts +0 -2
  1576. package/dist/assets/icons/HandArrowDownIcon.d.ts +0 -2
  1577. package/dist/assets/icons/HandArrowUp.d.ts +0 -2
  1578. package/dist/assets/icons/HandArrowUpIcon.d.ts +0 -2
  1579. package/dist/assets/icons/HandCoins.d.ts +0 -2
  1580. package/dist/assets/icons/HandCoinsIcon.d.ts +0 -2
  1581. package/dist/assets/icons/HandDeposit.d.ts +0 -2
  1582. package/dist/assets/icons/HandDepositIcon.d.ts +0 -2
  1583. package/dist/assets/icons/HandEye.d.ts +0 -2
  1584. package/dist/assets/icons/HandEyeIcon.d.ts +0 -2
  1585. package/dist/assets/icons/HandFist.d.ts +0 -2
  1586. package/dist/assets/icons/HandFistIcon.d.ts +0 -2
  1587. package/dist/assets/icons/HandGrabbing.d.ts +0 -2
  1588. package/dist/assets/icons/HandGrabbingIcon.d.ts +0 -2
  1589. package/dist/assets/icons/HandHeart.d.ts +0 -2
  1590. package/dist/assets/icons/HandHeartIcon.d.ts +0 -2
  1591. package/dist/assets/icons/HandIcon.d.ts +0 -2
  1592. package/dist/assets/icons/HandPalm.d.ts +0 -2
  1593. package/dist/assets/icons/HandPalmIcon.d.ts +0 -2
  1594. package/dist/assets/icons/HandPeace.d.ts +0 -2
  1595. package/dist/assets/icons/HandPeaceIcon.d.ts +0 -2
  1596. package/dist/assets/icons/HandPointing.d.ts +0 -2
  1597. package/dist/assets/icons/HandPointingIcon.d.ts +0 -2
  1598. package/dist/assets/icons/HandSoap.d.ts +0 -2
  1599. package/dist/assets/icons/HandSoapIcon.d.ts +0 -2
  1600. package/dist/assets/icons/HandSwipeLeft.d.ts +0 -2
  1601. package/dist/assets/icons/HandSwipeLeftIcon.d.ts +0 -2
  1602. package/dist/assets/icons/HandSwipeRight.d.ts +0 -2
  1603. package/dist/assets/icons/HandSwipeRightIcon.d.ts +0 -2
  1604. package/dist/assets/icons/HandTap.d.ts +0 -2
  1605. package/dist/assets/icons/HandTapIcon.d.ts +0 -2
  1606. package/dist/assets/icons/HandWaving.d.ts +0 -2
  1607. package/dist/assets/icons/HandWavingIcon.d.ts +0 -2
  1608. package/dist/assets/icons/HandWithdraw.d.ts +0 -2
  1609. package/dist/assets/icons/HandWithdrawIcon.d.ts +0 -2
  1610. package/dist/assets/icons/Handbag.d.ts +0 -2
  1611. package/dist/assets/icons/HandbagIcon.d.ts +0 -2
  1612. package/dist/assets/icons/HandbagSimple.d.ts +0 -2
  1613. package/dist/assets/icons/HandbagSimpleIcon.d.ts +0 -2
  1614. package/dist/assets/icons/HandsClapping.d.ts +0 -2
  1615. package/dist/assets/icons/HandsClappingIcon.d.ts +0 -2
  1616. package/dist/assets/icons/HandsPraying.d.ts +0 -2
  1617. package/dist/assets/icons/HandsPrayingIcon.d.ts +0 -2
  1618. package/dist/assets/icons/Handshake.d.ts +0 -2
  1619. package/dist/assets/icons/HandshakeIcon.d.ts +0 -2
  1620. package/dist/assets/icons/HardDrive.d.ts +0 -2
  1621. package/dist/assets/icons/HardDriveIcon.d.ts +0 -2
  1622. package/dist/assets/icons/HardDrives.d.ts +0 -2
  1623. package/dist/assets/icons/HardDrivesIcon.d.ts +0 -2
  1624. package/dist/assets/icons/HardHat.d.ts +0 -2
  1625. package/dist/assets/icons/HardHatIcon.d.ts +0 -2
  1626. package/dist/assets/icons/Hash.d.ts +0 -2
  1627. package/dist/assets/icons/HashIcon.d.ts +0 -2
  1628. package/dist/assets/icons/HashStraight.d.ts +0 -2
  1629. package/dist/assets/icons/HashStraightIcon.d.ts +0 -2
  1630. package/dist/assets/icons/HeadCircuit.d.ts +0 -2
  1631. package/dist/assets/icons/HeadCircuitIcon.d.ts +0 -2
  1632. package/dist/assets/icons/Headlights.d.ts +0 -2
  1633. package/dist/assets/icons/HeadlightsIcon.d.ts +0 -2
  1634. package/dist/assets/icons/Headphones.d.ts +0 -2
  1635. package/dist/assets/icons/HeadphonesIcon.d.ts +0 -2
  1636. package/dist/assets/icons/Headset.d.ts +0 -2
  1637. package/dist/assets/icons/HeadsetIcon.d.ts +0 -2
  1638. package/dist/assets/icons/Heart.d.ts +0 -2
  1639. package/dist/assets/icons/HeartBreak.d.ts +0 -2
  1640. package/dist/assets/icons/HeartBreakIcon.d.ts +0 -2
  1641. package/dist/assets/icons/HeartHalf.d.ts +0 -2
  1642. package/dist/assets/icons/HeartHalfIcon.d.ts +0 -2
  1643. package/dist/assets/icons/HeartIcon.d.ts +0 -2
  1644. package/dist/assets/icons/HeartStraight.d.ts +0 -2
  1645. package/dist/assets/icons/HeartStraightBreak.d.ts +0 -2
  1646. package/dist/assets/icons/HeartStraightBreakIcon.d.ts +0 -2
  1647. package/dist/assets/icons/HeartStraightIcon.d.ts +0 -2
  1648. package/dist/assets/icons/Heartbeat.d.ts +0 -2
  1649. package/dist/assets/icons/HeartbeatIcon.d.ts +0 -2
  1650. package/dist/assets/icons/Hexagon.d.ts +0 -2
  1651. package/dist/assets/icons/HexagonIcon.d.ts +0 -2
  1652. package/dist/assets/icons/HighDefinition.d.ts +0 -2
  1653. package/dist/assets/icons/HighDefinitionIcon.d.ts +0 -2
  1654. package/dist/assets/icons/HighHeel.d.ts +0 -2
  1655. package/dist/assets/icons/HighHeelIcon.d.ts +0 -2
  1656. package/dist/assets/icons/Highlighter.d.ts +0 -2
  1657. package/dist/assets/icons/HighlighterCircle.d.ts +0 -2
  1658. package/dist/assets/icons/HighlighterCircleIcon.d.ts +0 -2
  1659. package/dist/assets/icons/HighlighterIcon.d.ts +0 -2
  1660. package/dist/assets/icons/Hockey.d.ts +0 -2
  1661. package/dist/assets/icons/HockeyIcon.d.ts +0 -2
  1662. package/dist/assets/icons/Hoodie.d.ts +0 -2
  1663. package/dist/assets/icons/HoodieIcon.d.ts +0 -2
  1664. package/dist/assets/icons/Horse.d.ts +0 -2
  1665. package/dist/assets/icons/HorseIcon.d.ts +0 -2
  1666. package/dist/assets/icons/Hospital.d.ts +0 -2
  1667. package/dist/assets/icons/HospitalIcon.d.ts +0 -2
  1668. package/dist/assets/icons/Hourglass.d.ts +0 -2
  1669. package/dist/assets/icons/HourglassHigh.d.ts +0 -2
  1670. package/dist/assets/icons/HourglassHighIcon.d.ts +0 -2
  1671. package/dist/assets/icons/HourglassIcon.d.ts +0 -2
  1672. package/dist/assets/icons/HourglassLow.d.ts +0 -2
  1673. package/dist/assets/icons/HourglassLowIcon.d.ts +0 -2
  1674. package/dist/assets/icons/HourglassMedium.d.ts +0 -2
  1675. package/dist/assets/icons/HourglassMediumIcon.d.ts +0 -2
  1676. package/dist/assets/icons/HourglassSimple.d.ts +0 -2
  1677. package/dist/assets/icons/HourglassSimpleHigh.d.ts +0 -2
  1678. package/dist/assets/icons/HourglassSimpleHighIcon.d.ts +0 -2
  1679. package/dist/assets/icons/HourglassSimpleIcon.d.ts +0 -2
  1680. package/dist/assets/icons/HourglassSimpleLow.d.ts +0 -2
  1681. package/dist/assets/icons/HourglassSimpleLowIcon.d.ts +0 -2
  1682. package/dist/assets/icons/HourglassSimpleMedium.d.ts +0 -2
  1683. package/dist/assets/icons/HourglassSimpleMediumIcon.d.ts +0 -2
  1684. package/dist/assets/icons/House.d.ts +0 -2
  1685. package/dist/assets/icons/HouseIcon.d.ts +0 -2
  1686. package/dist/assets/icons/HouseLine.d.ts +0 -2
  1687. package/dist/assets/icons/HouseLineIcon.d.ts +0 -2
  1688. package/dist/assets/icons/HouseSimple.d.ts +0 -2
  1689. package/dist/assets/icons/HouseSimpleIcon.d.ts +0 -2
  1690. package/dist/assets/icons/Hurricane.d.ts +0 -2
  1691. package/dist/assets/icons/HurricaneIcon.d.ts +0 -2
  1692. package/dist/assets/icons/IceCream.d.ts +0 -2
  1693. package/dist/assets/icons/IceCreamIcon.d.ts +0 -2
  1694. package/dist/assets/icons/IconBase.d.ts +0 -2
  1695. package/dist/assets/icons/IconContext.d.ts +0 -2
  1696. package/dist/assets/icons/IdentificationBadge.d.ts +0 -2
  1697. package/dist/assets/icons/IdentificationBadgeIcon.d.ts +0 -2
  1698. package/dist/assets/icons/IdentificationCard.d.ts +0 -2
  1699. package/dist/assets/icons/IdentificationCardIcon.d.ts +0 -2
  1700. package/dist/assets/icons/Image.d.ts +0 -2
  1701. package/dist/assets/icons/ImageBroken.d.ts +0 -2
  1702. package/dist/assets/icons/ImageBrokenIcon.d.ts +0 -2
  1703. package/dist/assets/icons/ImageIcon.d.ts +0 -2
  1704. package/dist/assets/icons/ImageSquare.d.ts +0 -2
  1705. package/dist/assets/icons/ImageSquareIcon.d.ts +0 -2
  1706. package/dist/assets/icons/Images.d.ts +0 -2
  1707. package/dist/assets/icons/ImagesIcon.d.ts +0 -2
  1708. package/dist/assets/icons/ImagesSquare.d.ts +0 -2
  1709. package/dist/assets/icons/ImagesSquareIcon.d.ts +0 -2
  1710. package/dist/assets/icons/Infinity.d.ts +0 -2
  1711. package/dist/assets/icons/InfinityIcon.d.ts +0 -2
  1712. package/dist/assets/icons/Info.d.ts +0 -2
  1713. package/dist/assets/icons/InfoIcon.d.ts +0 -2
  1714. package/dist/assets/icons/InstagramLogo.d.ts +0 -2
  1715. package/dist/assets/icons/InstagramLogoIcon.d.ts +0 -2
  1716. package/dist/assets/icons/Intersect.d.ts +0 -2
  1717. package/dist/assets/icons/IntersectIcon.d.ts +0 -2
  1718. package/dist/assets/icons/IntersectSquare.d.ts +0 -2
  1719. package/dist/assets/icons/IntersectSquareIcon.d.ts +0 -2
  1720. package/dist/assets/icons/IntersectThree.d.ts +0 -2
  1721. package/dist/assets/icons/IntersectThreeIcon.d.ts +0 -2
  1722. package/dist/assets/icons/Intersection.d.ts +0 -2
  1723. package/dist/assets/icons/IntersectionIcon.d.ts +0 -2
  1724. package/dist/assets/icons/Invoice.d.ts +0 -2
  1725. package/dist/assets/icons/InvoiceIcon.d.ts +0 -2
  1726. package/dist/assets/icons/Island.d.ts +0 -2
  1727. package/dist/assets/icons/IslandIcon.d.ts +0 -2
  1728. package/dist/assets/icons/Jar.d.ts +0 -2
  1729. package/dist/assets/icons/JarIcon.d.ts +0 -2
  1730. package/dist/assets/icons/JarLabel.d.ts +0 -2
  1731. package/dist/assets/icons/JarLabelIcon.d.ts +0 -2
  1732. package/dist/assets/icons/Jeep.d.ts +0 -2
  1733. package/dist/assets/icons/JeepIcon.d.ts +0 -2
  1734. package/dist/assets/icons/Joystick.d.ts +0 -2
  1735. package/dist/assets/icons/JoystickIcon.d.ts +0 -2
  1736. package/dist/assets/icons/Kanban.d.ts +0 -2
  1737. package/dist/assets/icons/KanbanIcon.d.ts +0 -2
  1738. package/dist/assets/icons/Key.d.ts +0 -2
  1739. package/dist/assets/icons/KeyIcon.d.ts +0 -2
  1740. package/dist/assets/icons/KeyReturn.d.ts +0 -2
  1741. package/dist/assets/icons/KeyReturnIcon.d.ts +0 -2
  1742. package/dist/assets/icons/Keyboard.d.ts +0 -2
  1743. package/dist/assets/icons/KeyboardIcon.d.ts +0 -2
  1744. package/dist/assets/icons/Keyhole.d.ts +0 -2
  1745. package/dist/assets/icons/KeyholeIcon.d.ts +0 -2
  1746. package/dist/assets/icons/Knife.d.ts +0 -2
  1747. package/dist/assets/icons/KnifeIcon.d.ts +0 -2
  1748. package/dist/assets/icons/Ladder.d.ts +0 -2
  1749. package/dist/assets/icons/LadderIcon.d.ts +0 -2
  1750. package/dist/assets/icons/LadderSimple.d.ts +0 -2
  1751. package/dist/assets/icons/LadderSimpleIcon.d.ts +0 -2
  1752. package/dist/assets/icons/Lamp.d.ts +0 -2
  1753. package/dist/assets/icons/LampIcon.d.ts +0 -2
  1754. package/dist/assets/icons/LampPendant.d.ts +0 -2
  1755. package/dist/assets/icons/LampPendantIcon.d.ts +0 -2
  1756. package/dist/assets/icons/Laptop.d.ts +0 -2
  1757. package/dist/assets/icons/LaptopIcon.d.ts +0 -2
  1758. package/dist/assets/icons/Lasso.d.ts +0 -2
  1759. package/dist/assets/icons/LassoIcon.d.ts +0 -2
  1760. package/dist/assets/icons/LastfmLogo.d.ts +0 -2
  1761. package/dist/assets/icons/LastfmLogoIcon.d.ts +0 -2
  1762. package/dist/assets/icons/Layout.d.ts +0 -2
  1763. package/dist/assets/icons/LayoutIcon.d.ts +0 -2
  1764. package/dist/assets/icons/Leaf.d.ts +0 -2
  1765. package/dist/assets/icons/LeafIcon.d.ts +0 -2
  1766. package/dist/assets/icons/Lectern.d.ts +0 -2
  1767. package/dist/assets/icons/LecternIcon.d.ts +0 -2
  1768. package/dist/assets/icons/Lego.d.ts +0 -2
  1769. package/dist/assets/icons/LegoIcon.d.ts +0 -2
  1770. package/dist/assets/icons/LegoSmiley.d.ts +0 -2
  1771. package/dist/assets/icons/LegoSmileyIcon.d.ts +0 -2
  1772. package/dist/assets/icons/LemniscateIcon.d.ts +0 -2
  1773. package/dist/assets/icons/LessThan.d.ts +0 -2
  1774. package/dist/assets/icons/LessThanIcon.d.ts +0 -2
  1775. package/dist/assets/icons/LessThanOrEqual.d.ts +0 -2
  1776. package/dist/assets/icons/LessThanOrEqualIcon.d.ts +0 -2
  1777. package/dist/assets/icons/LetterCircleH.d.ts +0 -2
  1778. package/dist/assets/icons/LetterCircleHIcon.d.ts +0 -2
  1779. package/dist/assets/icons/LetterCircleP.d.ts +0 -2
  1780. package/dist/assets/icons/LetterCirclePIcon.d.ts +0 -2
  1781. package/dist/assets/icons/LetterCircleV.d.ts +0 -2
  1782. package/dist/assets/icons/LetterCircleVIcon.d.ts +0 -2
  1783. package/dist/assets/icons/Lifebuoy.d.ts +0 -2
  1784. package/dist/assets/icons/LifebuoyIcon.d.ts +0 -2
  1785. package/dist/assets/icons/Lightbulb.d.ts +0 -2
  1786. package/dist/assets/icons/LightbulbFilament.d.ts +0 -2
  1787. package/dist/assets/icons/LightbulbFilamentIcon.d.ts +0 -2
  1788. package/dist/assets/icons/LightbulbIcon.d.ts +0 -2
  1789. package/dist/assets/icons/Lighthouse.d.ts +0 -2
  1790. package/dist/assets/icons/LighthouseIcon.d.ts +0 -2
  1791. package/dist/assets/icons/Lightning.d.ts +0 -2
  1792. package/dist/assets/icons/LightningA.d.ts +0 -2
  1793. package/dist/assets/icons/LightningAIcon.d.ts +0 -2
  1794. package/dist/assets/icons/LightningIcon.d.ts +0 -2
  1795. package/dist/assets/icons/LightningSlash.d.ts +0 -2
  1796. package/dist/assets/icons/LightningSlashIcon.d.ts +0 -2
  1797. package/dist/assets/icons/LineSegment.d.ts +0 -2
  1798. package/dist/assets/icons/LineSegmentIcon.d.ts +0 -2
  1799. package/dist/assets/icons/LineSegments.d.ts +0 -2
  1800. package/dist/assets/icons/LineSegmentsIcon.d.ts +0 -2
  1801. package/dist/assets/icons/LineVertical.d.ts +0 -2
  1802. package/dist/assets/icons/LineVerticalIcon.d.ts +0 -2
  1803. package/dist/assets/icons/Link.d.ts +0 -2
  1804. package/dist/assets/icons/LinkBreak.d.ts +0 -2
  1805. package/dist/assets/icons/LinkBreakIcon.d.ts +0 -2
  1806. package/dist/assets/icons/LinkIcon.d.ts +0 -2
  1807. package/dist/assets/icons/LinkSimple.d.ts +0 -2
  1808. package/dist/assets/icons/LinkSimpleBreak.d.ts +0 -2
  1809. package/dist/assets/icons/LinkSimpleBreakIcon.d.ts +0 -2
  1810. package/dist/assets/icons/LinkSimpleHorizontal.d.ts +0 -2
  1811. package/dist/assets/icons/LinkSimpleHorizontalBreak.d.ts +0 -2
  1812. package/dist/assets/icons/LinkSimpleHorizontalBreakIcon.d.ts +0 -2
  1813. package/dist/assets/icons/LinkSimpleHorizontalIcon.d.ts +0 -2
  1814. package/dist/assets/icons/LinkSimpleIcon.d.ts +0 -2
  1815. package/dist/assets/icons/LinkedinLogo.d.ts +0 -2
  1816. package/dist/assets/icons/LinkedinLogoIcon.d.ts +0 -2
  1817. package/dist/assets/icons/LinktreeLogo.d.ts +0 -2
  1818. package/dist/assets/icons/LinktreeLogoIcon.d.ts +0 -2
  1819. package/dist/assets/icons/LinuxLogo.d.ts +0 -2
  1820. package/dist/assets/icons/LinuxLogoIcon.d.ts +0 -2
  1821. package/dist/assets/icons/List.d.ts +0 -2
  1822. package/dist/assets/icons/ListBullets.d.ts +0 -2
  1823. package/dist/assets/icons/ListBulletsIcon.d.ts +0 -2
  1824. package/dist/assets/icons/ListChecks.d.ts +0 -2
  1825. package/dist/assets/icons/ListChecksIcon.d.ts +0 -2
  1826. package/dist/assets/icons/ListDashes.d.ts +0 -2
  1827. package/dist/assets/icons/ListDashesIcon.d.ts +0 -2
  1828. package/dist/assets/icons/ListHeart.d.ts +0 -2
  1829. package/dist/assets/icons/ListHeartIcon.d.ts +0 -2
  1830. package/dist/assets/icons/ListIcon.d.ts +0 -2
  1831. package/dist/assets/icons/ListMagnifyingGlass.d.ts +0 -2
  1832. package/dist/assets/icons/ListMagnifyingGlassIcon.d.ts +0 -2
  1833. package/dist/assets/icons/ListNumbers.d.ts +0 -2
  1834. package/dist/assets/icons/ListNumbersIcon.d.ts +0 -2
  1835. package/dist/assets/icons/ListPlus.d.ts +0 -2
  1836. package/dist/assets/icons/ListPlusIcon.d.ts +0 -2
  1837. package/dist/assets/icons/ListStar.d.ts +0 -2
  1838. package/dist/assets/icons/ListStarIcon.d.ts +0 -2
  1839. package/dist/assets/icons/Lock.d.ts +0 -2
  1840. package/dist/assets/icons/LockIcon.d.ts +0 -2
  1841. package/dist/assets/icons/LockKey.d.ts +0 -2
  1842. package/dist/assets/icons/LockKeyIcon.d.ts +0 -2
  1843. package/dist/assets/icons/LockKeyOpen.d.ts +0 -2
  1844. package/dist/assets/icons/LockKeyOpenIcon.d.ts +0 -2
  1845. package/dist/assets/icons/LockLaminated.d.ts +0 -2
  1846. package/dist/assets/icons/LockLaminatedIcon.d.ts +0 -2
  1847. package/dist/assets/icons/LockLaminatedOpen.d.ts +0 -2
  1848. package/dist/assets/icons/LockLaminatedOpenIcon.d.ts +0 -2
  1849. package/dist/assets/icons/LockOpen.d.ts +0 -2
  1850. package/dist/assets/icons/LockOpenIcon.d.ts +0 -2
  1851. package/dist/assets/icons/LockSimple.d.ts +0 -2
  1852. package/dist/assets/icons/LockSimpleIcon.d.ts +0 -2
  1853. package/dist/assets/icons/LockSimpleOpen.d.ts +0 -2
  1854. package/dist/assets/icons/LockSimpleOpenIcon.d.ts +0 -2
  1855. package/dist/assets/icons/Lockers.d.ts +0 -2
  1856. package/dist/assets/icons/LockersIcon.d.ts +0 -2
  1857. package/dist/assets/icons/Log.d.ts +0 -2
  1858. package/dist/assets/icons/LogIcon.d.ts +0 -2
  1859. package/dist/assets/icons/MagicWand.d.ts +0 -2
  1860. package/dist/assets/icons/MagicWandIcon.d.ts +0 -2
  1861. package/dist/assets/icons/Magnet.d.ts +0 -2
  1862. package/dist/assets/icons/MagnetIcon.d.ts +0 -2
  1863. package/dist/assets/icons/MagnetStraight.d.ts +0 -2
  1864. package/dist/assets/icons/MagnetStraightIcon.d.ts +0 -2
  1865. package/dist/assets/icons/MagnifyingGlass.d.ts +0 -2
  1866. package/dist/assets/icons/MagnifyingGlassIcon.d.ts +0 -2
  1867. package/dist/assets/icons/MagnifyingGlassMinus.d.ts +0 -2
  1868. package/dist/assets/icons/MagnifyingGlassMinusIcon.d.ts +0 -2
  1869. package/dist/assets/icons/MagnifyingGlassPlus.d.ts +0 -2
  1870. package/dist/assets/icons/MagnifyingGlassPlusIcon.d.ts +0 -2
  1871. package/dist/assets/icons/Mailbox.d.ts +0 -2
  1872. package/dist/assets/icons/MailboxIcon.d.ts +0 -2
  1873. package/dist/assets/icons/MapPin.d.ts +0 -2
  1874. package/dist/assets/icons/MapPinArea.d.ts +0 -2
  1875. package/dist/assets/icons/MapPinAreaIcon.d.ts +0 -2
  1876. package/dist/assets/icons/MapPinIcon.d.ts +0 -2
  1877. package/dist/assets/icons/MapPinLine.d.ts +0 -2
  1878. package/dist/assets/icons/MapPinLineIcon.d.ts +0 -2
  1879. package/dist/assets/icons/MapPinPlus.d.ts +0 -2
  1880. package/dist/assets/icons/MapPinPlusIcon.d.ts +0 -2
  1881. package/dist/assets/icons/MapPinSimple.d.ts +0 -2
  1882. package/dist/assets/icons/MapPinSimpleArea.d.ts +0 -2
  1883. package/dist/assets/icons/MapPinSimpleAreaIcon.d.ts +0 -2
  1884. package/dist/assets/icons/MapPinSimpleIcon.d.ts +0 -2
  1885. package/dist/assets/icons/MapPinSimpleLine.d.ts +0 -2
  1886. package/dist/assets/icons/MapPinSimpleLineIcon.d.ts +0 -2
  1887. package/dist/assets/icons/MapTrifold.d.ts +0 -2
  1888. package/dist/assets/icons/MapTrifoldIcon.d.ts +0 -2
  1889. package/dist/assets/icons/MarkdownLogo.d.ts +0 -2
  1890. package/dist/assets/icons/MarkdownLogoIcon.d.ts +0 -2
  1891. package/dist/assets/icons/MarkerCircle.d.ts +0 -2
  1892. package/dist/assets/icons/MarkerCircleIcon.d.ts +0 -2
  1893. package/dist/assets/icons/Martini.d.ts +0 -2
  1894. package/dist/assets/icons/MartiniIcon.d.ts +0 -2
  1895. package/dist/assets/icons/MaskHappy.d.ts +0 -2
  1896. package/dist/assets/icons/MaskHappyIcon.d.ts +0 -2
  1897. package/dist/assets/icons/MaskSad.d.ts +0 -2
  1898. package/dist/assets/icons/MaskSadIcon.d.ts +0 -2
  1899. package/dist/assets/icons/MastodonLogo.d.ts +0 -2
  1900. package/dist/assets/icons/MastodonLogoIcon.d.ts +0 -2
  1901. package/dist/assets/icons/MathOperations.d.ts +0 -2
  1902. package/dist/assets/icons/MathOperationsIcon.d.ts +0 -2
  1903. package/dist/assets/icons/MatrixLogo.d.ts +0 -2
  1904. package/dist/assets/icons/MatrixLogoIcon.d.ts +0 -2
  1905. package/dist/assets/icons/Medal.d.ts +0 -2
  1906. package/dist/assets/icons/MedalIcon.d.ts +0 -2
  1907. package/dist/assets/icons/MedalMilitary.d.ts +0 -2
  1908. package/dist/assets/icons/MedalMilitaryIcon.d.ts +0 -2
  1909. package/dist/assets/icons/MediumLogo.d.ts +0 -2
  1910. package/dist/assets/icons/MediumLogoIcon.d.ts +0 -2
  1911. package/dist/assets/icons/Megaphone.d.ts +0 -2
  1912. package/dist/assets/icons/MegaphoneIcon.d.ts +0 -2
  1913. package/dist/assets/icons/MegaphoneSimple.d.ts +0 -2
  1914. package/dist/assets/icons/MegaphoneSimpleIcon.d.ts +0 -2
  1915. package/dist/assets/icons/MemberOf.d.ts +0 -2
  1916. package/dist/assets/icons/MemberOfIcon.d.ts +0 -2
  1917. package/dist/assets/icons/Memory.d.ts +0 -2
  1918. package/dist/assets/icons/MemoryIcon.d.ts +0 -2
  1919. package/dist/assets/icons/MessengerLogo.d.ts +0 -2
  1920. package/dist/assets/icons/MessengerLogoIcon.d.ts +0 -2
  1921. package/dist/assets/icons/MetaLogo.d.ts +0 -2
  1922. package/dist/assets/icons/MetaLogoIcon.d.ts +0 -2
  1923. package/dist/assets/icons/Meteor.d.ts +0 -2
  1924. package/dist/assets/icons/MeteorIcon.d.ts +0 -2
  1925. package/dist/assets/icons/Metronome.d.ts +0 -2
  1926. package/dist/assets/icons/MetronomeIcon.d.ts +0 -2
  1927. package/dist/assets/icons/Microphone.d.ts +0 -2
  1928. package/dist/assets/icons/MicrophoneIcon.d.ts +0 -2
  1929. package/dist/assets/icons/MicrophoneSlash.d.ts +0 -2
  1930. package/dist/assets/icons/MicrophoneSlashIcon.d.ts +0 -2
  1931. package/dist/assets/icons/MicrophoneStage.d.ts +0 -2
  1932. package/dist/assets/icons/MicrophoneStageIcon.d.ts +0 -2
  1933. package/dist/assets/icons/Microscope.d.ts +0 -2
  1934. package/dist/assets/icons/MicroscopeIcon.d.ts +0 -2
  1935. package/dist/assets/icons/MicrosoftExcelLogo.d.ts +0 -2
  1936. package/dist/assets/icons/MicrosoftExcelLogoIcon.d.ts +0 -2
  1937. package/dist/assets/icons/MicrosoftOutlookLogo.d.ts +0 -2
  1938. package/dist/assets/icons/MicrosoftOutlookLogoIcon.d.ts +0 -2
  1939. package/dist/assets/icons/MicrosoftPowerpointLogo.d.ts +0 -2
  1940. package/dist/assets/icons/MicrosoftPowerpointLogoIcon.d.ts +0 -2
  1941. package/dist/assets/icons/MicrosoftTeamsLogo.d.ts +0 -2
  1942. package/dist/assets/icons/MicrosoftTeamsLogoIcon.d.ts +0 -2
  1943. package/dist/assets/icons/MicrosoftWordLogo.d.ts +0 -2
  1944. package/dist/assets/icons/MicrosoftWordLogoIcon.d.ts +0 -2
  1945. package/dist/assets/icons/Minus.d.ts +0 -2
  1946. package/dist/assets/icons/MinusCircle.d.ts +0 -2
  1947. package/dist/assets/icons/MinusCircleIcon.d.ts +0 -2
  1948. package/dist/assets/icons/MinusIcon.d.ts +0 -2
  1949. package/dist/assets/icons/MinusSquare.d.ts +0 -2
  1950. package/dist/assets/icons/MinusSquareIcon.d.ts +0 -2
  1951. package/dist/assets/icons/Money.d.ts +0 -2
  1952. package/dist/assets/icons/MoneyIcon.d.ts +0 -2
  1953. package/dist/assets/icons/MoneyWavy.d.ts +0 -2
  1954. package/dist/assets/icons/MoneyWavyIcon.d.ts +0 -2
  1955. package/dist/assets/icons/Monitor.d.ts +0 -2
  1956. package/dist/assets/icons/MonitorArrowUp.d.ts +0 -2
  1957. package/dist/assets/icons/MonitorArrowUpIcon.d.ts +0 -2
  1958. package/dist/assets/icons/MonitorIcon.d.ts +0 -2
  1959. package/dist/assets/icons/MonitorPlay.d.ts +0 -2
  1960. package/dist/assets/icons/MonitorPlayIcon.d.ts +0 -2
  1961. package/dist/assets/icons/Moon.d.ts +0 -2
  1962. package/dist/assets/icons/MoonIcon.d.ts +0 -2
  1963. package/dist/assets/icons/MoonStars.d.ts +0 -2
  1964. package/dist/assets/icons/MoonStarsIcon.d.ts +0 -2
  1965. package/dist/assets/icons/Moped.d.ts +0 -2
  1966. package/dist/assets/icons/MopedFront.d.ts +0 -2
  1967. package/dist/assets/icons/MopedFrontIcon.d.ts +0 -2
  1968. package/dist/assets/icons/MopedIcon.d.ts +0 -2
  1969. package/dist/assets/icons/Mosque.d.ts +0 -2
  1970. package/dist/assets/icons/MosqueIcon.d.ts +0 -2
  1971. package/dist/assets/icons/Motorcycle.d.ts +0 -2
  1972. package/dist/assets/icons/MotorcycleIcon.d.ts +0 -2
  1973. package/dist/assets/icons/Mountains.d.ts +0 -2
  1974. package/dist/assets/icons/MountainsIcon.d.ts +0 -2
  1975. package/dist/assets/icons/Mouse.d.ts +0 -2
  1976. package/dist/assets/icons/MouseIcon.d.ts +0 -2
  1977. package/dist/assets/icons/MouseLeftClick.d.ts +0 -2
  1978. package/dist/assets/icons/MouseLeftClickIcon.d.ts +0 -2
  1979. package/dist/assets/icons/MouseMiddleClick.d.ts +0 -2
  1980. package/dist/assets/icons/MouseMiddleClickIcon.d.ts +0 -2
  1981. package/dist/assets/icons/MouseRightClick.d.ts +0 -2
  1982. package/dist/assets/icons/MouseRightClickIcon.d.ts +0 -2
  1983. package/dist/assets/icons/MouseScroll.d.ts +0 -2
  1984. package/dist/assets/icons/MouseScrollIcon.d.ts +0 -2
  1985. package/dist/assets/icons/MouseSimple.d.ts +0 -2
  1986. package/dist/assets/icons/MouseSimpleIcon.d.ts +0 -2
  1987. package/dist/assets/icons/MusicNote.d.ts +0 -2
  1988. package/dist/assets/icons/MusicNoteIcon.d.ts +0 -2
  1989. package/dist/assets/icons/MusicNoteSimple.d.ts +0 -2
  1990. package/dist/assets/icons/MusicNoteSimpleIcon.d.ts +0 -2
  1991. package/dist/assets/icons/MusicNotes.d.ts +0 -2
  1992. package/dist/assets/icons/MusicNotesIcon.d.ts +0 -2
  1993. package/dist/assets/icons/MusicNotesMinus.d.ts +0 -2
  1994. package/dist/assets/icons/MusicNotesMinusIcon.d.ts +0 -2
  1995. package/dist/assets/icons/MusicNotesPlus.d.ts +0 -2
  1996. package/dist/assets/icons/MusicNotesPlusIcon.d.ts +0 -2
  1997. package/dist/assets/icons/MusicNotesSimple.d.ts +0 -2
  1998. package/dist/assets/icons/MusicNotesSimpleIcon.d.ts +0 -2
  1999. package/dist/assets/icons/NavigationArrow.d.ts +0 -2
  2000. package/dist/assets/icons/NavigationArrowIcon.d.ts +0 -2
  2001. package/dist/assets/icons/Needle.d.ts +0 -2
  2002. package/dist/assets/icons/NeedleIcon.d.ts +0 -2
  2003. package/dist/assets/icons/Network.d.ts +0 -2
  2004. package/dist/assets/icons/NetworkIcon.d.ts +0 -2
  2005. package/dist/assets/icons/NetworkSlash.d.ts +0 -2
  2006. package/dist/assets/icons/NetworkSlashIcon.d.ts +0 -2
  2007. package/dist/assets/icons/NetworkX.d.ts +0 -2
  2008. package/dist/assets/icons/NetworkXIcon.d.ts +0 -2
  2009. package/dist/assets/icons/Newspaper.d.ts +0 -2
  2010. package/dist/assets/icons/NewspaperClipping.d.ts +0 -2
  2011. package/dist/assets/icons/NewspaperClippingIcon.d.ts +0 -2
  2012. package/dist/assets/icons/NewspaperIcon.d.ts +0 -2
  2013. package/dist/assets/icons/NotEquals.d.ts +0 -2
  2014. package/dist/assets/icons/NotEqualsIcon.d.ts +0 -2
  2015. package/dist/assets/icons/NotMemberOf.d.ts +0 -2
  2016. package/dist/assets/icons/NotMemberOfIcon.d.ts +0 -2
  2017. package/dist/assets/icons/NotSubsetOf.d.ts +0 -2
  2018. package/dist/assets/icons/NotSubsetOfIcon.d.ts +0 -2
  2019. package/dist/assets/icons/NotSupersetOf.d.ts +0 -2
  2020. package/dist/assets/icons/NotSupersetOfIcon.d.ts +0 -2
  2021. package/dist/assets/icons/Notches.d.ts +0 -2
  2022. package/dist/assets/icons/NotchesIcon.d.ts +0 -2
  2023. package/dist/assets/icons/Note.d.ts +0 -2
  2024. package/dist/assets/icons/NoteBlank.d.ts +0 -2
  2025. package/dist/assets/icons/NoteBlankIcon.d.ts +0 -2
  2026. package/dist/assets/icons/NoteIcon.d.ts +0 -2
  2027. package/dist/assets/icons/NotePencil.d.ts +0 -2
  2028. package/dist/assets/icons/NotePencilIcon.d.ts +0 -2
  2029. package/dist/assets/icons/Notebook.d.ts +0 -2
  2030. package/dist/assets/icons/NotebookIcon.d.ts +0 -2
  2031. package/dist/assets/icons/Notepad.d.ts +0 -2
  2032. package/dist/assets/icons/NotepadIcon.d.ts +0 -2
  2033. package/dist/assets/icons/Notification.d.ts +0 -2
  2034. package/dist/assets/icons/NotificationIcon.d.ts +0 -2
  2035. package/dist/assets/icons/NotionLogo.d.ts +0 -2
  2036. package/dist/assets/icons/NotionLogoIcon.d.ts +0 -2
  2037. package/dist/assets/icons/NuclearPlant.d.ts +0 -2
  2038. package/dist/assets/icons/NuclearPlantIcon.d.ts +0 -2
  2039. package/dist/assets/icons/NumberCircleEight.d.ts +0 -2
  2040. package/dist/assets/icons/NumberCircleEightIcon.d.ts +0 -2
  2041. package/dist/assets/icons/NumberCircleFive.d.ts +0 -2
  2042. package/dist/assets/icons/NumberCircleFiveIcon.d.ts +0 -2
  2043. package/dist/assets/icons/NumberCircleFour.d.ts +0 -2
  2044. package/dist/assets/icons/NumberCircleFourIcon.d.ts +0 -2
  2045. package/dist/assets/icons/NumberCircleNine.d.ts +0 -2
  2046. package/dist/assets/icons/NumberCircleNineIcon.d.ts +0 -2
  2047. package/dist/assets/icons/NumberCircleOne.d.ts +0 -2
  2048. package/dist/assets/icons/NumberCircleOneIcon.d.ts +0 -2
  2049. package/dist/assets/icons/NumberCircleSeven.d.ts +0 -2
  2050. package/dist/assets/icons/NumberCircleSevenIcon.d.ts +0 -2
  2051. package/dist/assets/icons/NumberCircleSix.d.ts +0 -2
  2052. package/dist/assets/icons/NumberCircleSixIcon.d.ts +0 -2
  2053. package/dist/assets/icons/NumberCircleThree.d.ts +0 -2
  2054. package/dist/assets/icons/NumberCircleThreeIcon.d.ts +0 -2
  2055. package/dist/assets/icons/NumberCircleTwo.d.ts +0 -2
  2056. package/dist/assets/icons/NumberCircleTwoIcon.d.ts +0 -2
  2057. package/dist/assets/icons/NumberCircleZero.d.ts +0 -2
  2058. package/dist/assets/icons/NumberCircleZeroIcon.d.ts +0 -2
  2059. package/dist/assets/icons/NumberEight.d.ts +0 -2
  2060. package/dist/assets/icons/NumberEightIcon.d.ts +0 -2
  2061. package/dist/assets/icons/NumberFive.d.ts +0 -2
  2062. package/dist/assets/icons/NumberFiveIcon.d.ts +0 -2
  2063. package/dist/assets/icons/NumberFour.d.ts +0 -2
  2064. package/dist/assets/icons/NumberFourIcon.d.ts +0 -2
  2065. package/dist/assets/icons/NumberNine.d.ts +0 -2
  2066. package/dist/assets/icons/NumberNineIcon.d.ts +0 -2
  2067. package/dist/assets/icons/NumberOne.d.ts +0 -2
  2068. package/dist/assets/icons/NumberOneIcon.d.ts +0 -2
  2069. package/dist/assets/icons/NumberSeven.d.ts +0 -2
  2070. package/dist/assets/icons/NumberSevenIcon.d.ts +0 -2
  2071. package/dist/assets/icons/NumberSix.d.ts +0 -2
  2072. package/dist/assets/icons/NumberSixIcon.d.ts +0 -2
  2073. package/dist/assets/icons/NumberSquareEight.d.ts +0 -2
  2074. package/dist/assets/icons/NumberSquareEightIcon.d.ts +0 -2
  2075. package/dist/assets/icons/NumberSquareFive.d.ts +0 -2
  2076. package/dist/assets/icons/NumberSquareFiveIcon.d.ts +0 -2
  2077. package/dist/assets/icons/NumberSquareFour.d.ts +0 -2
  2078. package/dist/assets/icons/NumberSquareFourIcon.d.ts +0 -2
  2079. package/dist/assets/icons/NumberSquareNine.d.ts +0 -2
  2080. package/dist/assets/icons/NumberSquareNineIcon.d.ts +0 -2
  2081. package/dist/assets/icons/NumberSquareOne.d.ts +0 -2
  2082. package/dist/assets/icons/NumberSquareOneIcon.d.ts +0 -2
  2083. package/dist/assets/icons/NumberSquareSeven.d.ts +0 -2
  2084. package/dist/assets/icons/NumberSquareSevenIcon.d.ts +0 -2
  2085. package/dist/assets/icons/NumberSquareSix.d.ts +0 -2
  2086. package/dist/assets/icons/NumberSquareSixIcon.d.ts +0 -2
  2087. package/dist/assets/icons/NumberSquareThree.d.ts +0 -2
  2088. package/dist/assets/icons/NumberSquareThreeIcon.d.ts +0 -2
  2089. package/dist/assets/icons/NumberSquareTwo.d.ts +0 -2
  2090. package/dist/assets/icons/NumberSquareTwoIcon.d.ts +0 -2
  2091. package/dist/assets/icons/NumberSquareZero.d.ts +0 -2
  2092. package/dist/assets/icons/NumberSquareZeroIcon.d.ts +0 -2
  2093. package/dist/assets/icons/NumberThree.d.ts +0 -2
  2094. package/dist/assets/icons/NumberThreeIcon.d.ts +0 -2
  2095. package/dist/assets/icons/NumberTwo.d.ts +0 -2
  2096. package/dist/assets/icons/NumberTwoIcon.d.ts +0 -2
  2097. package/dist/assets/icons/NumberZero.d.ts +0 -2
  2098. package/dist/assets/icons/NumberZeroIcon.d.ts +0 -2
  2099. package/dist/assets/icons/Numpad.d.ts +0 -2
  2100. package/dist/assets/icons/NumpadIcon.d.ts +0 -2
  2101. package/dist/assets/icons/Nut.d.ts +0 -2
  2102. package/dist/assets/icons/NutIcon.d.ts +0 -2
  2103. package/dist/assets/icons/NyTimesLogo.d.ts +0 -2
  2104. package/dist/assets/icons/NyTimesLogoIcon.d.ts +0 -2
  2105. package/dist/assets/icons/Octagon.d.ts +0 -2
  2106. package/dist/assets/icons/OctagonIcon.d.ts +0 -2
  2107. package/dist/assets/icons/OfficeChair.d.ts +0 -2
  2108. package/dist/assets/icons/OfficeChairIcon.d.ts +0 -2
  2109. package/dist/assets/icons/Onigiri.d.ts +0 -2
  2110. package/dist/assets/icons/OnigiriIcon.d.ts +0 -2
  2111. package/dist/assets/icons/OpenAiLogo.d.ts +0 -2
  2112. package/dist/assets/icons/OpenAiLogoIcon.d.ts +0 -2
  2113. package/dist/assets/icons/Option.d.ts +0 -2
  2114. package/dist/assets/icons/OptionIcon.d.ts +0 -2
  2115. package/dist/assets/icons/Orange.d.ts +0 -2
  2116. package/dist/assets/icons/OrangeIcon.d.ts +0 -2
  2117. package/dist/assets/icons/OrangeSlice.d.ts +0 -2
  2118. package/dist/assets/icons/OrangeSliceIcon.d.ts +0 -2
  2119. package/dist/assets/icons/Oven.d.ts +0 -2
  2120. package/dist/assets/icons/OvenIcon.d.ts +0 -2
  2121. package/dist/assets/icons/Package.d.ts +0 -2
  2122. package/dist/assets/icons/PackageIcon.d.ts +0 -2
  2123. package/dist/assets/icons/PaintBrush.d.ts +0 -2
  2124. package/dist/assets/icons/PaintBrushBroad.d.ts +0 -2
  2125. package/dist/assets/icons/PaintBrushBroadIcon.d.ts +0 -2
  2126. package/dist/assets/icons/PaintBrushHousehold.d.ts +0 -2
  2127. package/dist/assets/icons/PaintBrushHouseholdIcon.d.ts +0 -2
  2128. package/dist/assets/icons/PaintBrushIcon.d.ts +0 -2
  2129. package/dist/assets/icons/PaintBucket.d.ts +0 -2
  2130. package/dist/assets/icons/PaintBucketIcon.d.ts +0 -2
  2131. package/dist/assets/icons/PaintRoller.d.ts +0 -2
  2132. package/dist/assets/icons/PaintRollerIcon.d.ts +0 -2
  2133. package/dist/assets/icons/Palette.d.ts +0 -2
  2134. package/dist/assets/icons/PaletteIcon.d.ts +0 -2
  2135. package/dist/assets/icons/Panorama.d.ts +0 -2
  2136. package/dist/assets/icons/PanoramaIcon.d.ts +0 -2
  2137. package/dist/assets/icons/Pants.d.ts +0 -2
  2138. package/dist/assets/icons/PantsIcon.d.ts +0 -2
  2139. package/dist/assets/icons/PaperPlane.d.ts +0 -2
  2140. package/dist/assets/icons/PaperPlaneIcon.d.ts +0 -2
  2141. package/dist/assets/icons/PaperPlaneRight.d.ts +0 -2
  2142. package/dist/assets/icons/PaperPlaneRightIcon.d.ts +0 -2
  2143. package/dist/assets/icons/PaperPlaneTilt.d.ts +0 -2
  2144. package/dist/assets/icons/PaperPlaneTiltIcon.d.ts +0 -2
  2145. package/dist/assets/icons/Paperclip.d.ts +0 -2
  2146. package/dist/assets/icons/PaperclipHorizontal.d.ts +0 -2
  2147. package/dist/assets/icons/PaperclipHorizontalIcon.d.ts +0 -2
  2148. package/dist/assets/icons/PaperclipIcon.d.ts +0 -2
  2149. package/dist/assets/icons/Parachute.d.ts +0 -2
  2150. package/dist/assets/icons/ParachuteIcon.d.ts +0 -2
  2151. package/dist/assets/icons/Paragraph.d.ts +0 -2
  2152. package/dist/assets/icons/ParagraphIcon.d.ts +0 -2
  2153. package/dist/assets/icons/Parallelogram.d.ts +0 -2
  2154. package/dist/assets/icons/ParallelogramIcon.d.ts +0 -2
  2155. package/dist/assets/icons/Park.d.ts +0 -2
  2156. package/dist/assets/icons/ParkIcon.d.ts +0 -2
  2157. package/dist/assets/icons/Password.d.ts +0 -2
  2158. package/dist/assets/icons/PasswordIcon.d.ts +0 -2
  2159. package/dist/assets/icons/Path.d.ts +0 -2
  2160. package/dist/assets/icons/PathIcon.d.ts +0 -2
  2161. package/dist/assets/icons/PatreonLogo.d.ts +0 -2
  2162. package/dist/assets/icons/PatreonLogoIcon.d.ts +0 -2
  2163. package/dist/assets/icons/Pause.d.ts +0 -2
  2164. package/dist/assets/icons/PauseCircle.d.ts +0 -2
  2165. package/dist/assets/icons/PauseCircleIcon.d.ts +0 -2
  2166. package/dist/assets/icons/PauseIcon.d.ts +0 -2
  2167. package/dist/assets/icons/PawPrint.d.ts +0 -2
  2168. package/dist/assets/icons/PawPrintIcon.d.ts +0 -2
  2169. package/dist/assets/icons/PaypalLogo.d.ts +0 -2
  2170. package/dist/assets/icons/PaypalLogoIcon.d.ts +0 -2
  2171. package/dist/assets/icons/Peace.d.ts +0 -2
  2172. package/dist/assets/icons/PeaceIcon.d.ts +0 -2
  2173. package/dist/assets/icons/Pen.d.ts +0 -2
  2174. package/dist/assets/icons/PenIcon.d.ts +0 -2
  2175. package/dist/assets/icons/PenNib.d.ts +0 -2
  2176. package/dist/assets/icons/PenNibIcon.d.ts +0 -2
  2177. package/dist/assets/icons/PenNibStraight.d.ts +0 -2
  2178. package/dist/assets/icons/PenNibStraightIcon.d.ts +0 -2
  2179. package/dist/assets/icons/Pencil.d.ts +0 -2
  2180. package/dist/assets/icons/PencilCircle.d.ts +0 -2
  2181. package/dist/assets/icons/PencilCircleIcon.d.ts +0 -2
  2182. package/dist/assets/icons/PencilIcon.d.ts +0 -2
  2183. package/dist/assets/icons/PencilLine.d.ts +0 -2
  2184. package/dist/assets/icons/PencilLineIcon.d.ts +0 -2
  2185. package/dist/assets/icons/PencilRuler.d.ts +0 -2
  2186. package/dist/assets/icons/PencilRulerIcon.d.ts +0 -2
  2187. package/dist/assets/icons/PencilSimple.d.ts +0 -2
  2188. package/dist/assets/icons/PencilSimpleIcon.d.ts +0 -2
  2189. package/dist/assets/icons/PencilSimpleLine.d.ts +0 -2
  2190. package/dist/assets/icons/PencilSimpleLineIcon.d.ts +0 -2
  2191. package/dist/assets/icons/PencilSimpleSlash.d.ts +0 -2
  2192. package/dist/assets/icons/PencilSimpleSlashIcon.d.ts +0 -2
  2193. package/dist/assets/icons/PencilSlash.d.ts +0 -2
  2194. package/dist/assets/icons/PencilSlashIcon.d.ts +0 -2
  2195. package/dist/assets/icons/Pentagon.d.ts +0 -2
  2196. package/dist/assets/icons/PentagonIcon.d.ts +0 -2
  2197. package/dist/assets/icons/Pentagram.d.ts +0 -2
  2198. package/dist/assets/icons/PentagramIcon.d.ts +0 -2
  2199. package/dist/assets/icons/Pepper.d.ts +0 -2
  2200. package/dist/assets/icons/PepperIcon.d.ts +0 -2
  2201. package/dist/assets/icons/Percent.d.ts +0 -2
  2202. package/dist/assets/icons/PercentIcon.d.ts +0 -2
  2203. package/dist/assets/icons/Person.d.ts +0 -2
  2204. package/dist/assets/icons/PersonArmsSpread.d.ts +0 -2
  2205. package/dist/assets/icons/PersonArmsSpreadIcon.d.ts +0 -2
  2206. package/dist/assets/icons/PersonIcon.d.ts +0 -2
  2207. package/dist/assets/icons/PersonSimple.d.ts +0 -2
  2208. package/dist/assets/icons/PersonSimpleBike.d.ts +0 -2
  2209. package/dist/assets/icons/PersonSimpleBikeIcon.d.ts +0 -2
  2210. package/dist/assets/icons/PersonSimpleCircle.d.ts +0 -2
  2211. package/dist/assets/icons/PersonSimpleCircleIcon.d.ts +0 -2
  2212. package/dist/assets/icons/PersonSimpleHike.d.ts +0 -2
  2213. package/dist/assets/icons/PersonSimpleHikeIcon.d.ts +0 -2
  2214. package/dist/assets/icons/PersonSimpleIcon.d.ts +0 -2
  2215. package/dist/assets/icons/PersonSimpleRun.d.ts +0 -2
  2216. package/dist/assets/icons/PersonSimpleRunIcon.d.ts +0 -2
  2217. package/dist/assets/icons/PersonSimpleSki.d.ts +0 -2
  2218. package/dist/assets/icons/PersonSimpleSkiIcon.d.ts +0 -2
  2219. package/dist/assets/icons/PersonSimpleSnowboard.d.ts +0 -2
  2220. package/dist/assets/icons/PersonSimpleSnowboardIcon.d.ts +0 -2
  2221. package/dist/assets/icons/PersonSimpleSwim.d.ts +0 -2
  2222. package/dist/assets/icons/PersonSimpleSwimIcon.d.ts +0 -2
  2223. package/dist/assets/icons/PersonSimpleTaiChi.d.ts +0 -2
  2224. package/dist/assets/icons/PersonSimpleTaiChiIcon.d.ts +0 -2
  2225. package/dist/assets/icons/PersonSimpleThrow.d.ts +0 -2
  2226. package/dist/assets/icons/PersonSimpleThrowIcon.d.ts +0 -2
  2227. package/dist/assets/icons/PersonSimpleWalk.d.ts +0 -2
  2228. package/dist/assets/icons/PersonSimpleWalkIcon.d.ts +0 -2
  2229. package/dist/assets/icons/Perspective.d.ts +0 -2
  2230. package/dist/assets/icons/PerspectiveIcon.d.ts +0 -2
  2231. package/dist/assets/icons/Phone.d.ts +0 -2
  2232. package/dist/assets/icons/PhoneCall.d.ts +0 -2
  2233. package/dist/assets/icons/PhoneCallIcon.d.ts +0 -2
  2234. package/dist/assets/icons/PhoneDisconnect.d.ts +0 -2
  2235. package/dist/assets/icons/PhoneDisconnectIcon.d.ts +0 -2
  2236. package/dist/assets/icons/PhoneIcon.d.ts +0 -2
  2237. package/dist/assets/icons/PhoneIncoming.d.ts +0 -2
  2238. package/dist/assets/icons/PhoneIncomingIcon.d.ts +0 -2
  2239. package/dist/assets/icons/PhoneList.d.ts +0 -2
  2240. package/dist/assets/icons/PhoneListIcon.d.ts +0 -2
  2241. package/dist/assets/icons/PhoneOutgoing.d.ts +0 -2
  2242. package/dist/assets/icons/PhoneOutgoingIcon.d.ts +0 -2
  2243. package/dist/assets/icons/PhonePause.d.ts +0 -2
  2244. package/dist/assets/icons/PhonePauseIcon.d.ts +0 -2
  2245. package/dist/assets/icons/PhonePlus.d.ts +0 -2
  2246. package/dist/assets/icons/PhonePlusIcon.d.ts +0 -2
  2247. package/dist/assets/icons/PhoneSlash.d.ts +0 -2
  2248. package/dist/assets/icons/PhoneSlashIcon.d.ts +0 -2
  2249. package/dist/assets/icons/PhoneTransfer.d.ts +0 -2
  2250. package/dist/assets/icons/PhoneTransferIcon.d.ts +0 -2
  2251. package/dist/assets/icons/PhoneX.d.ts +0 -2
  2252. package/dist/assets/icons/PhoneXIcon.d.ts +0 -2
  2253. package/dist/assets/icons/PhosphorLogo.d.ts +0 -2
  2254. package/dist/assets/icons/PhosphorLogoIcon.d.ts +0 -2
  2255. package/dist/assets/icons/Pi.d.ts +0 -2
  2256. package/dist/assets/icons/PiIcon.d.ts +0 -2
  2257. package/dist/assets/icons/PianoKeys.d.ts +0 -2
  2258. package/dist/assets/icons/PianoKeysIcon.d.ts +0 -2
  2259. package/dist/assets/icons/PicnicTable.d.ts +0 -2
  2260. package/dist/assets/icons/PicnicTableIcon.d.ts +0 -2
  2261. package/dist/assets/icons/PictureInPicture.d.ts +0 -2
  2262. package/dist/assets/icons/PictureInPictureIcon.d.ts +0 -2
  2263. package/dist/assets/icons/PiggyBank.d.ts +0 -2
  2264. package/dist/assets/icons/PiggyBankIcon.d.ts +0 -2
  2265. package/dist/assets/icons/Pill.d.ts +0 -2
  2266. package/dist/assets/icons/PillIcon.d.ts +0 -2
  2267. package/dist/assets/icons/PingPong.d.ts +0 -2
  2268. package/dist/assets/icons/PingPongIcon.d.ts +0 -2
  2269. package/dist/assets/icons/PintGlass.d.ts +0 -2
  2270. package/dist/assets/icons/PintGlassIcon.d.ts +0 -2
  2271. package/dist/assets/icons/PinterestLogo.d.ts +0 -2
  2272. package/dist/assets/icons/PinterestLogoIcon.d.ts +0 -2
  2273. package/dist/assets/icons/Pinwheel.d.ts +0 -2
  2274. package/dist/assets/icons/PinwheelIcon.d.ts +0 -2
  2275. package/dist/assets/icons/Pipe.d.ts +0 -2
  2276. package/dist/assets/icons/PipeIcon.d.ts +0 -2
  2277. package/dist/assets/icons/PipeWrench.d.ts +0 -2
  2278. package/dist/assets/icons/PipeWrenchIcon.d.ts +0 -2
  2279. package/dist/assets/icons/PixLogo.d.ts +0 -2
  2280. package/dist/assets/icons/PixLogoIcon.d.ts +0 -2
  2281. package/dist/assets/icons/Pizza.d.ts +0 -2
  2282. package/dist/assets/icons/PizzaIcon.d.ts +0 -2
  2283. package/dist/assets/icons/Placeholder.d.ts +0 -2
  2284. package/dist/assets/icons/PlaceholderIcon.d.ts +0 -2
  2285. package/dist/assets/icons/Planet.d.ts +0 -2
  2286. package/dist/assets/icons/PlanetIcon.d.ts +0 -2
  2287. package/dist/assets/icons/Plant.d.ts +0 -2
  2288. package/dist/assets/icons/PlantIcon.d.ts +0 -2
  2289. package/dist/assets/icons/Play.d.ts +0 -2
  2290. package/dist/assets/icons/PlayCircle.d.ts +0 -2
  2291. package/dist/assets/icons/PlayCircleIcon.d.ts +0 -2
  2292. package/dist/assets/icons/PlayIcon.d.ts +0 -2
  2293. package/dist/assets/icons/PlayPause.d.ts +0 -2
  2294. package/dist/assets/icons/PlayPauseIcon.d.ts +0 -2
  2295. package/dist/assets/icons/Playlist.d.ts +0 -2
  2296. package/dist/assets/icons/PlaylistIcon.d.ts +0 -2
  2297. package/dist/assets/icons/Plug.d.ts +0 -2
  2298. package/dist/assets/icons/PlugCharging.d.ts +0 -2
  2299. package/dist/assets/icons/PlugChargingIcon.d.ts +0 -2
  2300. package/dist/assets/icons/PlugIcon.d.ts +0 -2
  2301. package/dist/assets/icons/Plugs.d.ts +0 -2
  2302. package/dist/assets/icons/PlugsConnected.d.ts +0 -2
  2303. package/dist/assets/icons/PlugsConnectedIcon.d.ts +0 -2
  2304. package/dist/assets/icons/PlugsIcon.d.ts +0 -2
  2305. package/dist/assets/icons/Plus.d.ts +0 -2
  2306. package/dist/assets/icons/PlusCircle.d.ts +0 -2
  2307. package/dist/assets/icons/PlusCircleIcon.d.ts +0 -2
  2308. package/dist/assets/icons/PlusIcon.d.ts +0 -2
  2309. package/dist/assets/icons/PlusMinus.d.ts +0 -2
  2310. package/dist/assets/icons/PlusMinusIcon.d.ts +0 -2
  2311. package/dist/assets/icons/PlusSquare.d.ts +0 -2
  2312. package/dist/assets/icons/PlusSquareIcon.d.ts +0 -2
  2313. package/dist/assets/icons/PokerChip.d.ts +0 -2
  2314. package/dist/assets/icons/PokerChipIcon.d.ts +0 -2
  2315. package/dist/assets/icons/PoliceCar.d.ts +0 -2
  2316. package/dist/assets/icons/PoliceCarIcon.d.ts +0 -2
  2317. package/dist/assets/icons/Polygon.d.ts +0 -2
  2318. package/dist/assets/icons/PolygonIcon.d.ts +0 -2
  2319. package/dist/assets/icons/Popcorn.d.ts +0 -2
  2320. package/dist/assets/icons/PopcornIcon.d.ts +0 -2
  2321. package/dist/assets/icons/Popsicle.d.ts +0 -2
  2322. package/dist/assets/icons/PopsicleIcon.d.ts +0 -2
  2323. package/dist/assets/icons/PottedPlant.d.ts +0 -2
  2324. package/dist/assets/icons/PottedPlantIcon.d.ts +0 -2
  2325. package/dist/assets/icons/Power.d.ts +0 -2
  2326. package/dist/assets/icons/PowerIcon.d.ts +0 -2
  2327. package/dist/assets/icons/Prescription.d.ts +0 -2
  2328. package/dist/assets/icons/PrescriptionIcon.d.ts +0 -2
  2329. package/dist/assets/icons/Presentation.d.ts +0 -2
  2330. package/dist/assets/icons/PresentationChart.d.ts +0 -2
  2331. package/dist/assets/icons/PresentationChartIcon.d.ts +0 -2
  2332. package/dist/assets/icons/PresentationIcon.d.ts +0 -2
  2333. package/dist/assets/icons/Printer.d.ts +0 -2
  2334. package/dist/assets/icons/PrinterIcon.d.ts +0 -2
  2335. package/dist/assets/icons/Prohibit.d.ts +0 -2
  2336. package/dist/assets/icons/ProhibitIcon.d.ts +0 -2
  2337. package/dist/assets/icons/ProhibitInset.d.ts +0 -2
  2338. package/dist/assets/icons/ProhibitInsetIcon.d.ts +0 -2
  2339. package/dist/assets/icons/ProjectorScreen.d.ts +0 -2
  2340. package/dist/assets/icons/ProjectorScreenChart.d.ts +0 -2
  2341. package/dist/assets/icons/ProjectorScreenChartIcon.d.ts +0 -2
  2342. package/dist/assets/icons/ProjectorScreenIcon.d.ts +0 -2
  2343. package/dist/assets/icons/Pulse.d.ts +0 -2
  2344. package/dist/assets/icons/PulseIcon.d.ts +0 -2
  2345. package/dist/assets/icons/PushPin.d.ts +0 -2
  2346. package/dist/assets/icons/PushPinIcon.d.ts +0 -2
  2347. package/dist/assets/icons/PushPinSimple.d.ts +0 -2
  2348. package/dist/assets/icons/PushPinSimpleIcon.d.ts +0 -2
  2349. package/dist/assets/icons/PushPinSimpleSlash.d.ts +0 -2
  2350. package/dist/assets/icons/PushPinSimpleSlashIcon.d.ts +0 -2
  2351. package/dist/assets/icons/PushPinSlash.d.ts +0 -2
  2352. package/dist/assets/icons/PushPinSlashIcon.d.ts +0 -2
  2353. package/dist/assets/icons/PuzzlePiece.d.ts +0 -2
  2354. package/dist/assets/icons/PuzzlePieceIcon.d.ts +0 -2
  2355. package/dist/assets/icons/QrCode.d.ts +0 -2
  2356. package/dist/assets/icons/QrCodeIcon.d.ts +0 -2
  2357. package/dist/assets/icons/Question.d.ts +0 -2
  2358. package/dist/assets/icons/QuestionIcon.d.ts +0 -2
  2359. package/dist/assets/icons/QuestionMark.d.ts +0 -2
  2360. package/dist/assets/icons/QuestionMarkIcon.d.ts +0 -2
  2361. package/dist/assets/icons/Queue.d.ts +0 -2
  2362. package/dist/assets/icons/QueueIcon.d.ts +0 -2
  2363. package/dist/assets/icons/Quotes.d.ts +0 -2
  2364. package/dist/assets/icons/QuotesIcon.d.ts +0 -2
  2365. package/dist/assets/icons/Rabbit.d.ts +0 -2
  2366. package/dist/assets/icons/RabbitIcon.d.ts +0 -2
  2367. package/dist/assets/icons/Racquet.d.ts +0 -2
  2368. package/dist/assets/icons/RacquetIcon.d.ts +0 -2
  2369. package/dist/assets/icons/Radical.d.ts +0 -2
  2370. package/dist/assets/icons/RadicalIcon.d.ts +0 -2
  2371. package/dist/assets/icons/Radio.d.ts +0 -2
  2372. package/dist/assets/icons/RadioButton.d.ts +0 -2
  2373. package/dist/assets/icons/RadioButtonIcon.d.ts +0 -2
  2374. package/dist/assets/icons/RadioIcon.d.ts +0 -2
  2375. package/dist/assets/icons/Radioactive.d.ts +0 -2
  2376. package/dist/assets/icons/RadioactiveIcon.d.ts +0 -2
  2377. package/dist/assets/icons/Rainbow.d.ts +0 -2
  2378. package/dist/assets/icons/RainbowCloud.d.ts +0 -2
  2379. package/dist/assets/icons/RainbowCloudIcon.d.ts +0 -2
  2380. package/dist/assets/icons/RainbowIcon.d.ts +0 -2
  2381. package/dist/assets/icons/Ranking.d.ts +0 -2
  2382. package/dist/assets/icons/RankingIcon.d.ts +0 -2
  2383. package/dist/assets/icons/ReadCvLogo.d.ts +0 -2
  2384. package/dist/assets/icons/ReadCvLogoIcon.d.ts +0 -2
  2385. package/dist/assets/icons/Receipt.d.ts +0 -2
  2386. package/dist/assets/icons/ReceiptIcon.d.ts +0 -2
  2387. package/dist/assets/icons/ReceiptX.d.ts +0 -2
  2388. package/dist/assets/icons/ReceiptXIcon.d.ts +0 -2
  2389. package/dist/assets/icons/Record.d.ts +0 -2
  2390. package/dist/assets/icons/RecordIcon.d.ts +0 -2
  2391. package/dist/assets/icons/Rectangle.d.ts +0 -2
  2392. package/dist/assets/icons/RectangleDashed.d.ts +0 -2
  2393. package/dist/assets/icons/RectangleDashedIcon.d.ts +0 -2
  2394. package/dist/assets/icons/RectangleIcon.d.ts +0 -2
  2395. package/dist/assets/icons/Recycle.d.ts +0 -2
  2396. package/dist/assets/icons/RecycleIcon.d.ts +0 -2
  2397. package/dist/assets/icons/RedditLogo.d.ts +0 -2
  2398. package/dist/assets/icons/RedditLogoIcon.d.ts +0 -2
  2399. package/dist/assets/icons/Repeat.d.ts +0 -2
  2400. package/dist/assets/icons/RepeatIcon.d.ts +0 -2
  2401. package/dist/assets/icons/RepeatOnce.d.ts +0 -2
  2402. package/dist/assets/icons/RepeatOnceIcon.d.ts +0 -2
  2403. package/dist/assets/icons/ReplitLogo.d.ts +0 -2
  2404. package/dist/assets/icons/ReplitLogoIcon.d.ts +0 -2
  2405. package/dist/assets/icons/Resize.d.ts +0 -2
  2406. package/dist/assets/icons/ResizeIcon.d.ts +0 -2
  2407. package/dist/assets/icons/Rewind.d.ts +0 -2
  2408. package/dist/assets/icons/RewindCircle.d.ts +0 -2
  2409. package/dist/assets/icons/RewindCircleIcon.d.ts +0 -2
  2410. package/dist/assets/icons/RewindIcon.d.ts +0 -2
  2411. package/dist/assets/icons/RoadHorizon.d.ts +0 -2
  2412. package/dist/assets/icons/RoadHorizonIcon.d.ts +0 -2
  2413. package/dist/assets/icons/Robot.d.ts +0 -2
  2414. package/dist/assets/icons/RobotIcon.d.ts +0 -2
  2415. package/dist/assets/icons/Rocket.d.ts +0 -2
  2416. package/dist/assets/icons/RocketIcon.d.ts +0 -2
  2417. package/dist/assets/icons/RocketLaunch.d.ts +0 -2
  2418. package/dist/assets/icons/RocketLaunchIcon.d.ts +0 -2
  2419. package/dist/assets/icons/Rows.d.ts +0 -2
  2420. package/dist/assets/icons/RowsIcon.d.ts +0 -2
  2421. package/dist/assets/icons/RowsPlusBottom.d.ts +0 -2
  2422. package/dist/assets/icons/RowsPlusBottomIcon.d.ts +0 -2
  2423. package/dist/assets/icons/RowsPlusTop.d.ts +0 -2
  2424. package/dist/assets/icons/RowsPlusTopIcon.d.ts +0 -2
  2425. package/dist/assets/icons/Rss.d.ts +0 -2
  2426. package/dist/assets/icons/RssIcon.d.ts +0 -2
  2427. package/dist/assets/icons/RssSimple.d.ts +0 -2
  2428. package/dist/assets/icons/RssSimpleIcon.d.ts +0 -2
  2429. package/dist/assets/icons/Rug.d.ts +0 -2
  2430. package/dist/assets/icons/RugIcon.d.ts +0 -2
  2431. package/dist/assets/icons/Ruler.d.ts +0 -2
  2432. package/dist/assets/icons/RulerIcon.d.ts +0 -2
  2433. package/dist/assets/icons/Sailboat.d.ts +0 -2
  2434. package/dist/assets/icons/SailboatIcon.d.ts +0 -2
  2435. package/dist/assets/icons/Scales.d.ts +0 -2
  2436. package/dist/assets/icons/ScalesIcon.d.ts +0 -2
  2437. package/dist/assets/icons/Scan.d.ts +0 -2
  2438. package/dist/assets/icons/ScanIcon.d.ts +0 -2
  2439. package/dist/assets/icons/ScanSmiley.d.ts +0 -2
  2440. package/dist/assets/icons/ScanSmileyIcon.d.ts +0 -2
  2441. package/dist/assets/icons/Scissors.d.ts +0 -2
  2442. package/dist/assets/icons/ScissorsIcon.d.ts +0 -2
  2443. package/dist/assets/icons/Scooter.d.ts +0 -2
  2444. package/dist/assets/icons/ScooterIcon.d.ts +0 -2
  2445. package/dist/assets/icons/Screencast.d.ts +0 -2
  2446. package/dist/assets/icons/ScreencastIcon.d.ts +0 -2
  2447. package/dist/assets/icons/Screwdriver.d.ts +0 -2
  2448. package/dist/assets/icons/ScrewdriverIcon.d.ts +0 -2
  2449. package/dist/assets/icons/Scribble.d.ts +0 -2
  2450. package/dist/assets/icons/ScribbleIcon.d.ts +0 -2
  2451. package/dist/assets/icons/ScribbleLoop.d.ts +0 -2
  2452. package/dist/assets/icons/ScribbleLoopIcon.d.ts +0 -2
  2453. package/dist/assets/icons/Scroll.d.ts +0 -2
  2454. package/dist/assets/icons/ScrollIcon.d.ts +0 -2
  2455. package/dist/assets/icons/Seal.d.ts +0 -2
  2456. package/dist/assets/icons/SealCheck.d.ts +0 -2
  2457. package/dist/assets/icons/SealCheckIcon.d.ts +0 -2
  2458. package/dist/assets/icons/SealIcon.d.ts +0 -2
  2459. package/dist/assets/icons/SealPercent.d.ts +0 -2
  2460. package/dist/assets/icons/SealPercentIcon.d.ts +0 -2
  2461. package/dist/assets/icons/SealQuestion.d.ts +0 -2
  2462. package/dist/assets/icons/SealQuestionIcon.d.ts +0 -2
  2463. package/dist/assets/icons/SealWarning.d.ts +0 -2
  2464. package/dist/assets/icons/SealWarningIcon.d.ts +0 -2
  2465. package/dist/assets/icons/Seat.d.ts +0 -2
  2466. package/dist/assets/icons/SeatIcon.d.ts +0 -2
  2467. package/dist/assets/icons/Seatbelt.d.ts +0 -2
  2468. package/dist/assets/icons/SeatbeltIcon.d.ts +0 -2
  2469. package/dist/assets/icons/SecurityCamera.d.ts +0 -2
  2470. package/dist/assets/icons/SecurityCameraIcon.d.ts +0 -2
  2471. package/dist/assets/icons/Selection.d.ts +0 -2
  2472. package/dist/assets/icons/SelectionAll.d.ts +0 -2
  2473. package/dist/assets/icons/SelectionAllIcon.d.ts +0 -2
  2474. package/dist/assets/icons/SelectionBackground.d.ts +0 -2
  2475. package/dist/assets/icons/SelectionBackgroundIcon.d.ts +0 -2
  2476. package/dist/assets/icons/SelectionForeground.d.ts +0 -2
  2477. package/dist/assets/icons/SelectionForegroundIcon.d.ts +0 -2
  2478. package/dist/assets/icons/SelectionIcon.d.ts +0 -2
  2479. package/dist/assets/icons/SelectionInverse.d.ts +0 -2
  2480. package/dist/assets/icons/SelectionInverseIcon.d.ts +0 -2
  2481. package/dist/assets/icons/SelectionPlus.d.ts +0 -2
  2482. package/dist/assets/icons/SelectionPlusIcon.d.ts +0 -2
  2483. package/dist/assets/icons/SelectionSlash.d.ts +0 -2
  2484. package/dist/assets/icons/SelectionSlashIcon.d.ts +0 -2
  2485. package/dist/assets/icons/Shapes.d.ts +0 -2
  2486. package/dist/assets/icons/ShapesIcon.d.ts +0 -2
  2487. package/dist/assets/icons/Share.d.ts +0 -2
  2488. package/dist/assets/icons/ShareFat.d.ts +0 -2
  2489. package/dist/assets/icons/ShareFatIcon.d.ts +0 -2
  2490. package/dist/assets/icons/ShareIcon.d.ts +0 -2
  2491. package/dist/assets/icons/ShareNetwork.d.ts +0 -2
  2492. package/dist/assets/icons/ShareNetworkIcon.d.ts +0 -2
  2493. package/dist/assets/icons/Shield.d.ts +0 -2
  2494. package/dist/assets/icons/ShieldCheck.d.ts +0 -2
  2495. package/dist/assets/icons/ShieldCheckIcon.d.ts +0 -2
  2496. package/dist/assets/icons/ShieldCheckered.d.ts +0 -2
  2497. package/dist/assets/icons/ShieldCheckeredIcon.d.ts +0 -2
  2498. package/dist/assets/icons/ShieldChevron.d.ts +0 -2
  2499. package/dist/assets/icons/ShieldChevronIcon.d.ts +0 -2
  2500. package/dist/assets/icons/ShieldIcon.d.ts +0 -2
  2501. package/dist/assets/icons/ShieldPlus.d.ts +0 -2
  2502. package/dist/assets/icons/ShieldPlusIcon.d.ts +0 -2
  2503. package/dist/assets/icons/ShieldSlash.d.ts +0 -2
  2504. package/dist/assets/icons/ShieldSlashIcon.d.ts +0 -2
  2505. package/dist/assets/icons/ShieldStar.d.ts +0 -2
  2506. package/dist/assets/icons/ShieldStarIcon.d.ts +0 -2
  2507. package/dist/assets/icons/ShieldWarning.d.ts +0 -2
  2508. package/dist/assets/icons/ShieldWarningIcon.d.ts +0 -2
  2509. package/dist/assets/icons/ShippingContainer.d.ts +0 -2
  2510. package/dist/assets/icons/ShippingContainerIcon.d.ts +0 -2
  2511. package/dist/assets/icons/ShirtFolded.d.ts +0 -2
  2512. package/dist/assets/icons/ShirtFoldedIcon.d.ts +0 -2
  2513. package/dist/assets/icons/ShootingStar.d.ts +0 -2
  2514. package/dist/assets/icons/ShootingStarIcon.d.ts +0 -2
  2515. package/dist/assets/icons/ShoppingBag.d.ts +0 -2
  2516. package/dist/assets/icons/ShoppingBagIcon.d.ts +0 -2
  2517. package/dist/assets/icons/ShoppingBagOpen.d.ts +0 -2
  2518. package/dist/assets/icons/ShoppingBagOpenIcon.d.ts +0 -2
  2519. package/dist/assets/icons/ShoppingCart.d.ts +0 -2
  2520. package/dist/assets/icons/ShoppingCartIcon.d.ts +0 -2
  2521. package/dist/assets/icons/ShoppingCartSimple.d.ts +0 -2
  2522. package/dist/assets/icons/ShoppingCartSimpleIcon.d.ts +0 -2
  2523. package/dist/assets/icons/Shovel.d.ts +0 -2
  2524. package/dist/assets/icons/ShovelIcon.d.ts +0 -2
  2525. package/dist/assets/icons/Shower.d.ts +0 -2
  2526. package/dist/assets/icons/ShowerIcon.d.ts +0 -2
  2527. package/dist/assets/icons/Shrimp.d.ts +0 -2
  2528. package/dist/assets/icons/ShrimpIcon.d.ts +0 -2
  2529. package/dist/assets/icons/Shuffle.d.ts +0 -2
  2530. package/dist/assets/icons/ShuffleAngular.d.ts +0 -2
  2531. package/dist/assets/icons/ShuffleAngularIcon.d.ts +0 -2
  2532. package/dist/assets/icons/ShuffleIcon.d.ts +0 -2
  2533. package/dist/assets/icons/ShuffleSimple.d.ts +0 -2
  2534. package/dist/assets/icons/ShuffleSimpleIcon.d.ts +0 -2
  2535. package/dist/assets/icons/Sidebar.d.ts +0 -2
  2536. package/dist/assets/icons/SidebarIcon.d.ts +0 -2
  2537. package/dist/assets/icons/SidebarSimple.d.ts +0 -2
  2538. package/dist/assets/icons/SidebarSimpleIcon.d.ts +0 -2
  2539. package/dist/assets/icons/Sigma.d.ts +0 -2
  2540. package/dist/assets/icons/SigmaIcon.d.ts +0 -2
  2541. package/dist/assets/icons/SignIn.d.ts +0 -2
  2542. package/dist/assets/icons/SignInIcon.d.ts +0 -2
  2543. package/dist/assets/icons/SignOut.d.ts +0 -2
  2544. package/dist/assets/icons/SignOutIcon.d.ts +0 -2
  2545. package/dist/assets/icons/Signature.d.ts +0 -2
  2546. package/dist/assets/icons/SignatureIcon.d.ts +0 -2
  2547. package/dist/assets/icons/Signpost.d.ts +0 -2
  2548. package/dist/assets/icons/SignpostIcon.d.ts +0 -2
  2549. package/dist/assets/icons/SimCard.d.ts +0 -2
  2550. package/dist/assets/icons/SimCardIcon.d.ts +0 -2
  2551. package/dist/assets/icons/Siren.d.ts +0 -2
  2552. package/dist/assets/icons/SirenIcon.d.ts +0 -2
  2553. package/dist/assets/icons/SketchLogo.d.ts +0 -2
  2554. package/dist/assets/icons/SketchLogoIcon.d.ts +0 -2
  2555. package/dist/assets/icons/SkipBack.d.ts +0 -2
  2556. package/dist/assets/icons/SkipBackCircle.d.ts +0 -2
  2557. package/dist/assets/icons/SkipBackCircleIcon.d.ts +0 -2
  2558. package/dist/assets/icons/SkipBackIcon.d.ts +0 -2
  2559. package/dist/assets/icons/SkipForward.d.ts +0 -2
  2560. package/dist/assets/icons/SkipForwardCircle.d.ts +0 -2
  2561. package/dist/assets/icons/SkipForwardCircleIcon.d.ts +0 -2
  2562. package/dist/assets/icons/SkipForwardIcon.d.ts +0 -2
  2563. package/dist/assets/icons/Skull.d.ts +0 -2
  2564. package/dist/assets/icons/SkullIcon.d.ts +0 -2
  2565. package/dist/assets/icons/SkypeLogo.d.ts +0 -2
  2566. package/dist/assets/icons/SkypeLogoIcon.d.ts +0 -2
  2567. package/dist/assets/icons/SlackLogo.d.ts +0 -2
  2568. package/dist/assets/icons/SlackLogoIcon.d.ts +0 -2
  2569. package/dist/assets/icons/Sliders.d.ts +0 -2
  2570. package/dist/assets/icons/SlidersHorizontal.d.ts +0 -2
  2571. package/dist/assets/icons/SlidersHorizontalIcon.d.ts +0 -2
  2572. package/dist/assets/icons/SlidersIcon.d.ts +0 -2
  2573. package/dist/assets/icons/Slideshow.d.ts +0 -2
  2574. package/dist/assets/icons/SlideshowIcon.d.ts +0 -2
  2575. package/dist/assets/icons/Smiley.d.ts +0 -2
  2576. package/dist/assets/icons/SmileyAngry.d.ts +0 -2
  2577. package/dist/assets/icons/SmileyAngryIcon.d.ts +0 -2
  2578. package/dist/assets/icons/SmileyBlank.d.ts +0 -2
  2579. package/dist/assets/icons/SmileyBlankIcon.d.ts +0 -2
  2580. package/dist/assets/icons/SmileyIcon.d.ts +0 -2
  2581. package/dist/assets/icons/SmileyMeh.d.ts +0 -2
  2582. package/dist/assets/icons/SmileyMehIcon.d.ts +0 -2
  2583. package/dist/assets/icons/SmileyMelting.d.ts +0 -2
  2584. package/dist/assets/icons/SmileyMeltingIcon.d.ts +0 -2
  2585. package/dist/assets/icons/SmileyNervous.d.ts +0 -2
  2586. package/dist/assets/icons/SmileyNervousIcon.d.ts +0 -2
  2587. package/dist/assets/icons/SmileySad.d.ts +0 -2
  2588. package/dist/assets/icons/SmileySadIcon.d.ts +0 -2
  2589. package/dist/assets/icons/SmileySticker.d.ts +0 -2
  2590. package/dist/assets/icons/SmileyStickerIcon.d.ts +0 -2
  2591. package/dist/assets/icons/SmileyWink.d.ts +0 -2
  2592. package/dist/assets/icons/SmileyWinkIcon.d.ts +0 -2
  2593. package/dist/assets/icons/SmileyXEyes.d.ts +0 -2
  2594. package/dist/assets/icons/SmileyXEyesIcon.d.ts +0 -2
  2595. package/dist/assets/icons/SnapchatLogo.d.ts +0 -2
  2596. package/dist/assets/icons/SnapchatLogoIcon.d.ts +0 -2
  2597. package/dist/assets/icons/Sneaker.d.ts +0 -2
  2598. package/dist/assets/icons/SneakerIcon.d.ts +0 -2
  2599. package/dist/assets/icons/SneakerMove.d.ts +0 -2
  2600. package/dist/assets/icons/SneakerMoveIcon.d.ts +0 -2
  2601. package/dist/assets/icons/Snowflake.d.ts +0 -2
  2602. package/dist/assets/icons/SnowflakeIcon.d.ts +0 -2
  2603. package/dist/assets/icons/SoccerBall.d.ts +0 -2
  2604. package/dist/assets/icons/SoccerBallIcon.d.ts +0 -2
  2605. package/dist/assets/icons/Sock.d.ts +0 -2
  2606. package/dist/assets/icons/SockIcon.d.ts +0 -2
  2607. package/dist/assets/icons/SolarPanel.d.ts +0 -2
  2608. package/dist/assets/icons/SolarPanelIcon.d.ts +0 -2
  2609. package/dist/assets/icons/SolarRoof.d.ts +0 -2
  2610. package/dist/assets/icons/SolarRoofIcon.d.ts +0 -2
  2611. package/dist/assets/icons/SortAscending.d.ts +0 -2
  2612. package/dist/assets/icons/SortAscendingIcon.d.ts +0 -2
  2613. package/dist/assets/icons/SortDescending.d.ts +0 -2
  2614. package/dist/assets/icons/SortDescendingIcon.d.ts +0 -2
  2615. package/dist/assets/icons/SoundcloudLogo.d.ts +0 -2
  2616. package/dist/assets/icons/SoundcloudLogoIcon.d.ts +0 -2
  2617. package/dist/assets/icons/Spade.d.ts +0 -2
  2618. package/dist/assets/icons/SpadeIcon.d.ts +0 -2
  2619. package/dist/assets/icons/Sparkle.d.ts +0 -2
  2620. package/dist/assets/icons/SparkleIcon.d.ts +0 -2
  2621. package/dist/assets/icons/SpeakerHifi.d.ts +0 -2
  2622. package/dist/assets/icons/SpeakerHifiIcon.d.ts +0 -2
  2623. package/dist/assets/icons/SpeakerHigh.d.ts +0 -2
  2624. package/dist/assets/icons/SpeakerHighIcon.d.ts +0 -2
  2625. package/dist/assets/icons/SpeakerLow.d.ts +0 -2
  2626. package/dist/assets/icons/SpeakerLowIcon.d.ts +0 -2
  2627. package/dist/assets/icons/SpeakerNone.d.ts +0 -2
  2628. package/dist/assets/icons/SpeakerNoneIcon.d.ts +0 -2
  2629. package/dist/assets/icons/SpeakerSimpleHigh.d.ts +0 -2
  2630. package/dist/assets/icons/SpeakerSimpleHighIcon.d.ts +0 -2
  2631. package/dist/assets/icons/SpeakerSimpleLow.d.ts +0 -2
  2632. package/dist/assets/icons/SpeakerSimpleLowIcon.d.ts +0 -2
  2633. package/dist/assets/icons/SpeakerSimpleNone.d.ts +0 -2
  2634. package/dist/assets/icons/SpeakerSimpleNoneIcon.d.ts +0 -2
  2635. package/dist/assets/icons/SpeakerSimpleSlash.d.ts +0 -2
  2636. package/dist/assets/icons/SpeakerSimpleSlashIcon.d.ts +0 -2
  2637. package/dist/assets/icons/SpeakerSimpleX.d.ts +0 -2
  2638. package/dist/assets/icons/SpeakerSimpleXIcon.d.ts +0 -2
  2639. package/dist/assets/icons/SpeakerSlash.d.ts +0 -2
  2640. package/dist/assets/icons/SpeakerSlashIcon.d.ts +0 -2
  2641. package/dist/assets/icons/SpeakerX.d.ts +0 -2
  2642. package/dist/assets/icons/SpeakerXIcon.d.ts +0 -2
  2643. package/dist/assets/icons/Speedometer.d.ts +0 -2
  2644. package/dist/assets/icons/SpeedometerIcon.d.ts +0 -2
  2645. package/dist/assets/icons/Sphere.d.ts +0 -2
  2646. package/dist/assets/icons/SphereIcon.d.ts +0 -2
  2647. package/dist/assets/icons/Spinner.d.ts +0 -2
  2648. package/dist/assets/icons/SpinnerBall.d.ts +0 -2
  2649. package/dist/assets/icons/SpinnerBallIcon.d.ts +0 -2
  2650. package/dist/assets/icons/SpinnerGap.d.ts +0 -2
  2651. package/dist/assets/icons/SpinnerGapIcon.d.ts +0 -2
  2652. package/dist/assets/icons/SpinnerIcon.d.ts +0 -2
  2653. package/dist/assets/icons/Spiral.d.ts +0 -2
  2654. package/dist/assets/icons/SpiralIcon.d.ts +0 -2
  2655. package/dist/assets/icons/SplitHorizontal.d.ts +0 -2
  2656. package/dist/assets/icons/SplitHorizontalIcon.d.ts +0 -2
  2657. package/dist/assets/icons/SplitVertical.d.ts +0 -2
  2658. package/dist/assets/icons/SplitVerticalIcon.d.ts +0 -2
  2659. package/dist/assets/icons/SpotifyLogo.d.ts +0 -2
  2660. package/dist/assets/icons/SpotifyLogoIcon.d.ts +0 -2
  2661. package/dist/assets/icons/SprayBottle.d.ts +0 -2
  2662. package/dist/assets/icons/SprayBottleIcon.d.ts +0 -2
  2663. package/dist/assets/icons/Square.d.ts +0 -2
  2664. package/dist/assets/icons/SquareHalf.d.ts +0 -2
  2665. package/dist/assets/icons/SquareHalfBottom.d.ts +0 -2
  2666. package/dist/assets/icons/SquareHalfBottomIcon.d.ts +0 -2
  2667. package/dist/assets/icons/SquareHalfIcon.d.ts +0 -2
  2668. package/dist/assets/icons/SquareIcon.d.ts +0 -2
  2669. package/dist/assets/icons/SquareLogo.d.ts +0 -2
  2670. package/dist/assets/icons/SquareLogoIcon.d.ts +0 -2
  2671. package/dist/assets/icons/SquareSplitHorizontal.d.ts +0 -2
  2672. package/dist/assets/icons/SquareSplitHorizontalIcon.d.ts +0 -2
  2673. package/dist/assets/icons/SquareSplitVertical.d.ts +0 -2
  2674. package/dist/assets/icons/SquareSplitVerticalIcon.d.ts +0 -2
  2675. package/dist/assets/icons/SquaresFour.d.ts +0 -2
  2676. package/dist/assets/icons/SquaresFourIcon.d.ts +0 -2
  2677. package/dist/assets/icons/Stack.d.ts +0 -2
  2678. package/dist/assets/icons/StackIcon.d.ts +0 -2
  2679. package/dist/assets/icons/StackMinus.d.ts +0 -2
  2680. package/dist/assets/icons/StackMinusIcon.d.ts +0 -2
  2681. package/dist/assets/icons/StackOverflowLogo.d.ts +0 -2
  2682. package/dist/assets/icons/StackOverflowLogoIcon.d.ts +0 -2
  2683. package/dist/assets/icons/StackPlus.d.ts +0 -2
  2684. package/dist/assets/icons/StackPlusIcon.d.ts +0 -2
  2685. package/dist/assets/icons/StackSimple.d.ts +0 -2
  2686. package/dist/assets/icons/StackSimpleIcon.d.ts +0 -2
  2687. package/dist/assets/icons/Stairs.d.ts +0 -2
  2688. package/dist/assets/icons/StairsIcon.d.ts +0 -2
  2689. package/dist/assets/icons/Stamp.d.ts +0 -2
  2690. package/dist/assets/icons/StampIcon.d.ts +0 -2
  2691. package/dist/assets/icons/StandardDefinition.d.ts +0 -2
  2692. package/dist/assets/icons/StandardDefinitionIcon.d.ts +0 -2
  2693. package/dist/assets/icons/Star.d.ts +0 -2
  2694. package/dist/assets/icons/StarAndCrescent.d.ts +0 -2
  2695. package/dist/assets/icons/StarAndCrescentIcon.d.ts +0 -2
  2696. package/dist/assets/icons/StarFour.d.ts +0 -2
  2697. package/dist/assets/icons/StarFourIcon.d.ts +0 -2
  2698. package/dist/assets/icons/StarHalf.d.ts +0 -2
  2699. package/dist/assets/icons/StarHalfIcon.d.ts +0 -2
  2700. package/dist/assets/icons/StarIcon.d.ts +0 -2
  2701. package/dist/assets/icons/StarOfDavid.d.ts +0 -2
  2702. package/dist/assets/icons/StarOfDavidIcon.d.ts +0 -2
  2703. package/dist/assets/icons/SteamLogo.d.ts +0 -2
  2704. package/dist/assets/icons/SteamLogoIcon.d.ts +0 -2
  2705. package/dist/assets/icons/SteeringWheel.d.ts +0 -2
  2706. package/dist/assets/icons/SteeringWheelIcon.d.ts +0 -2
  2707. package/dist/assets/icons/Steps.d.ts +0 -2
  2708. package/dist/assets/icons/StepsIcon.d.ts +0 -2
  2709. package/dist/assets/icons/Stethoscope.d.ts +0 -2
  2710. package/dist/assets/icons/StethoscopeIcon.d.ts +0 -2
  2711. package/dist/assets/icons/Sticker.d.ts +0 -2
  2712. package/dist/assets/icons/StickerIcon.d.ts +0 -2
  2713. package/dist/assets/icons/Stool.d.ts +0 -2
  2714. package/dist/assets/icons/StoolIcon.d.ts +0 -2
  2715. package/dist/assets/icons/Stop.d.ts +0 -2
  2716. package/dist/assets/icons/StopCircle.d.ts +0 -2
  2717. package/dist/assets/icons/StopCircleIcon.d.ts +0 -2
  2718. package/dist/assets/icons/StopIcon.d.ts +0 -2
  2719. package/dist/assets/icons/Storefront.d.ts +0 -2
  2720. package/dist/assets/icons/StorefrontIcon.d.ts +0 -2
  2721. package/dist/assets/icons/Strategy.d.ts +0 -2
  2722. package/dist/assets/icons/StrategyIcon.d.ts +0 -2
  2723. package/dist/assets/icons/StripeLogo.d.ts +0 -2
  2724. package/dist/assets/icons/StripeLogoIcon.d.ts +0 -2
  2725. package/dist/assets/icons/Student.d.ts +0 -2
  2726. package/dist/assets/icons/StudentIcon.d.ts +0 -2
  2727. package/dist/assets/icons/SubsetOf.d.ts +0 -2
  2728. package/dist/assets/icons/SubsetOfIcon.d.ts +0 -2
  2729. package/dist/assets/icons/SubsetProperOf.d.ts +0 -2
  2730. package/dist/assets/icons/SubsetProperOfIcon.d.ts +0 -2
  2731. package/dist/assets/icons/Subtitles.d.ts +0 -2
  2732. package/dist/assets/icons/SubtitlesIcon.d.ts +0 -2
  2733. package/dist/assets/icons/SubtitlesSlash.d.ts +0 -2
  2734. package/dist/assets/icons/SubtitlesSlashIcon.d.ts +0 -2
  2735. package/dist/assets/icons/Subtract.d.ts +0 -2
  2736. package/dist/assets/icons/SubtractIcon.d.ts +0 -2
  2737. package/dist/assets/icons/SubtractSquare.d.ts +0 -2
  2738. package/dist/assets/icons/SubtractSquareIcon.d.ts +0 -2
  2739. package/dist/assets/icons/Subway.d.ts +0 -2
  2740. package/dist/assets/icons/SubwayIcon.d.ts +0 -2
  2741. package/dist/assets/icons/Suitcase.d.ts +0 -2
  2742. package/dist/assets/icons/SuitcaseIcon.d.ts +0 -2
  2743. package/dist/assets/icons/SuitcaseRolling.d.ts +0 -2
  2744. package/dist/assets/icons/SuitcaseRollingIcon.d.ts +0 -2
  2745. package/dist/assets/icons/SuitcaseSimple.d.ts +0 -2
  2746. package/dist/assets/icons/SuitcaseSimpleIcon.d.ts +0 -2
  2747. package/dist/assets/icons/Sun.d.ts +0 -2
  2748. package/dist/assets/icons/SunDim.d.ts +0 -2
  2749. package/dist/assets/icons/SunDimIcon.d.ts +0 -2
  2750. package/dist/assets/icons/SunHorizon.d.ts +0 -2
  2751. package/dist/assets/icons/SunHorizonIcon.d.ts +0 -2
  2752. package/dist/assets/icons/SunIcon.d.ts +0 -2
  2753. package/dist/assets/icons/Sunglasses.d.ts +0 -2
  2754. package/dist/assets/icons/SunglassesIcon.d.ts +0 -2
  2755. package/dist/assets/icons/SupersetOf.d.ts +0 -2
  2756. package/dist/assets/icons/SupersetOfIcon.d.ts +0 -2
  2757. package/dist/assets/icons/SupersetProperOf.d.ts +0 -2
  2758. package/dist/assets/icons/SupersetProperOfIcon.d.ts +0 -2
  2759. package/dist/assets/icons/Swap.d.ts +0 -2
  2760. package/dist/assets/icons/SwapIcon.d.ts +0 -2
  2761. package/dist/assets/icons/Swatches.d.ts +0 -2
  2762. package/dist/assets/icons/SwatchesIcon.d.ts +0 -2
  2763. package/dist/assets/icons/SwimmingPool.d.ts +0 -2
  2764. package/dist/assets/icons/SwimmingPoolIcon.d.ts +0 -2
  2765. package/dist/assets/icons/Sword.d.ts +0 -2
  2766. package/dist/assets/icons/SwordIcon.d.ts +0 -2
  2767. package/dist/assets/icons/Synagogue.d.ts +0 -2
  2768. package/dist/assets/icons/SynagogueIcon.d.ts +0 -2
  2769. package/dist/assets/icons/Syringe.d.ts +0 -2
  2770. package/dist/assets/icons/SyringeIcon.d.ts +0 -2
  2771. package/dist/assets/icons/TShirt.d.ts +0 -2
  2772. package/dist/assets/icons/TShirtIcon.d.ts +0 -2
  2773. package/dist/assets/icons/Table.d.ts +0 -2
  2774. package/dist/assets/icons/TableIcon.d.ts +0 -2
  2775. package/dist/assets/icons/Tabs.d.ts +0 -2
  2776. package/dist/assets/icons/TabsIcon.d.ts +0 -2
  2777. package/dist/assets/icons/Tag.d.ts +0 -2
  2778. package/dist/assets/icons/TagChevron.d.ts +0 -2
  2779. package/dist/assets/icons/TagChevronIcon.d.ts +0 -2
  2780. package/dist/assets/icons/TagIcon.d.ts +0 -2
  2781. package/dist/assets/icons/TagSimple.d.ts +0 -2
  2782. package/dist/assets/icons/TagSimpleIcon.d.ts +0 -2
  2783. package/dist/assets/icons/Target.d.ts +0 -2
  2784. package/dist/assets/icons/TargetIcon.d.ts +0 -2
  2785. package/dist/assets/icons/Taxi.d.ts +0 -2
  2786. package/dist/assets/icons/TaxiIcon.d.ts +0 -2
  2787. package/dist/assets/icons/TeaBag.d.ts +0 -2
  2788. package/dist/assets/icons/TeaBagIcon.d.ts +0 -2
  2789. package/dist/assets/icons/TelegramLogo.d.ts +0 -2
  2790. package/dist/assets/icons/TelegramLogoIcon.d.ts +0 -2
  2791. package/dist/assets/icons/Television.d.ts +0 -2
  2792. package/dist/assets/icons/TelevisionIcon.d.ts +0 -2
  2793. package/dist/assets/icons/TelevisionSimple.d.ts +0 -2
  2794. package/dist/assets/icons/TelevisionSimpleIcon.d.ts +0 -2
  2795. package/dist/assets/icons/TennisBall.d.ts +0 -2
  2796. package/dist/assets/icons/TennisBallIcon.d.ts +0 -2
  2797. package/dist/assets/icons/Tent.d.ts +0 -2
  2798. package/dist/assets/icons/TentIcon.d.ts +0 -2
  2799. package/dist/assets/icons/Terminal.d.ts +0 -2
  2800. package/dist/assets/icons/TerminalIcon.d.ts +0 -2
  2801. package/dist/assets/icons/TerminalWindow.d.ts +0 -2
  2802. package/dist/assets/icons/TerminalWindowIcon.d.ts +0 -2
  2803. package/dist/assets/icons/TestTube.d.ts +0 -2
  2804. package/dist/assets/icons/TestTubeIcon.d.ts +0 -2
  2805. package/dist/assets/icons/TextAUnderline.d.ts +0 -2
  2806. package/dist/assets/icons/TextAUnderlineIcon.d.ts +0 -2
  2807. package/dist/assets/icons/TextAa.d.ts +0 -2
  2808. package/dist/assets/icons/TextAaIcon.d.ts +0 -2
  2809. package/dist/assets/icons/TextAlignCenter.d.ts +0 -2
  2810. package/dist/assets/icons/TextAlignCenterIcon.d.ts +0 -2
  2811. package/dist/assets/icons/TextAlignJustify.d.ts +0 -2
  2812. package/dist/assets/icons/TextAlignJustifyIcon.d.ts +0 -2
  2813. package/dist/assets/icons/TextAlignLeft.d.ts +0 -2
  2814. package/dist/assets/icons/TextAlignLeftIcon.d.ts +0 -2
  2815. package/dist/assets/icons/TextAlignRight.d.ts +0 -2
  2816. package/dist/assets/icons/TextAlignRightIcon.d.ts +0 -2
  2817. package/dist/assets/icons/TextB.d.ts +0 -2
  2818. package/dist/assets/icons/TextBIcon.d.ts +0 -2
  2819. package/dist/assets/icons/TextBolderIcon.d.ts +0 -2
  2820. package/dist/assets/icons/TextColumns.d.ts +0 -2
  2821. package/dist/assets/icons/TextColumnsIcon.d.ts +0 -2
  2822. package/dist/assets/icons/TextH.d.ts +0 -2
  2823. package/dist/assets/icons/TextHFive.d.ts +0 -2
  2824. package/dist/assets/icons/TextHFiveIcon.d.ts +0 -2
  2825. package/dist/assets/icons/TextHFour.d.ts +0 -2
  2826. package/dist/assets/icons/TextHFourIcon.d.ts +0 -2
  2827. package/dist/assets/icons/TextHIcon.d.ts +0 -2
  2828. package/dist/assets/icons/TextHOne.d.ts +0 -2
  2829. package/dist/assets/icons/TextHOneIcon.d.ts +0 -2
  2830. package/dist/assets/icons/TextHSix.d.ts +0 -2
  2831. package/dist/assets/icons/TextHSixIcon.d.ts +0 -2
  2832. package/dist/assets/icons/TextHThree.d.ts +0 -2
  2833. package/dist/assets/icons/TextHThreeIcon.d.ts +0 -2
  2834. package/dist/assets/icons/TextHTwo.d.ts +0 -2
  2835. package/dist/assets/icons/TextHTwoIcon.d.ts +0 -2
  2836. package/dist/assets/icons/TextIndent.d.ts +0 -2
  2837. package/dist/assets/icons/TextIndentIcon.d.ts +0 -2
  2838. package/dist/assets/icons/TextItalic.d.ts +0 -2
  2839. package/dist/assets/icons/TextItalicIcon.d.ts +0 -2
  2840. package/dist/assets/icons/TextOutdent.d.ts +0 -2
  2841. package/dist/assets/icons/TextOutdentIcon.d.ts +0 -2
  2842. package/dist/assets/icons/TextStrikethrough.d.ts +0 -2
  2843. package/dist/assets/icons/TextStrikethroughIcon.d.ts +0 -2
  2844. package/dist/assets/icons/TextSubscript.d.ts +0 -2
  2845. package/dist/assets/icons/TextSubscriptIcon.d.ts +0 -2
  2846. package/dist/assets/icons/TextSuperscript.d.ts +0 -2
  2847. package/dist/assets/icons/TextSuperscriptIcon.d.ts +0 -2
  2848. package/dist/assets/icons/TextT.d.ts +0 -2
  2849. package/dist/assets/icons/TextTIcon.d.ts +0 -2
  2850. package/dist/assets/icons/TextTSlash.d.ts +0 -2
  2851. package/dist/assets/icons/TextTSlashIcon.d.ts +0 -2
  2852. package/dist/assets/icons/TextUnderline.d.ts +0 -2
  2853. package/dist/assets/icons/TextUnderlineIcon.d.ts +0 -2
  2854. package/dist/assets/icons/Textbox.d.ts +0 -2
  2855. package/dist/assets/icons/TextboxIcon.d.ts +0 -2
  2856. package/dist/assets/icons/Thermometer.d.ts +0 -2
  2857. package/dist/assets/icons/ThermometerCold.d.ts +0 -2
  2858. package/dist/assets/icons/ThermometerColdIcon.d.ts +0 -2
  2859. package/dist/assets/icons/ThermometerHot.d.ts +0 -2
  2860. package/dist/assets/icons/ThermometerHotIcon.d.ts +0 -2
  2861. package/dist/assets/icons/ThermometerIcon.d.ts +0 -2
  2862. package/dist/assets/icons/ThermometerSimple.d.ts +0 -2
  2863. package/dist/assets/icons/ThermometerSimpleIcon.d.ts +0 -2
  2864. package/dist/assets/icons/ThreadsLogo.d.ts +0 -2
  2865. package/dist/assets/icons/ThreadsLogoIcon.d.ts +0 -2
  2866. package/dist/assets/icons/ThreeD.d.ts +0 -2
  2867. package/dist/assets/icons/ThreeDIcon.d.ts +0 -2
  2868. package/dist/assets/icons/ThumbsDown.d.ts +0 -2
  2869. package/dist/assets/icons/ThumbsDownIcon.d.ts +0 -2
  2870. package/dist/assets/icons/ThumbsUp.d.ts +0 -2
  2871. package/dist/assets/icons/ThumbsUpIcon.d.ts +0 -2
  2872. package/dist/assets/icons/Ticket.d.ts +0 -2
  2873. package/dist/assets/icons/TicketIcon.d.ts +0 -2
  2874. package/dist/assets/icons/TidalLogo.d.ts +0 -2
  2875. package/dist/assets/icons/TidalLogoIcon.d.ts +0 -2
  2876. package/dist/assets/icons/TiktokLogo.d.ts +0 -2
  2877. package/dist/assets/icons/TiktokLogoIcon.d.ts +0 -2
  2878. package/dist/assets/icons/Tilde.d.ts +0 -2
  2879. package/dist/assets/icons/TildeIcon.d.ts +0 -2
  2880. package/dist/assets/icons/Timer.d.ts +0 -2
  2881. package/dist/assets/icons/TimerIcon.d.ts +0 -2
  2882. package/dist/assets/icons/TipJar.d.ts +0 -2
  2883. package/dist/assets/icons/TipJarIcon.d.ts +0 -2
  2884. package/dist/assets/icons/Tipi.d.ts +0 -2
  2885. package/dist/assets/icons/TipiIcon.d.ts +0 -2
  2886. package/dist/assets/icons/Tire.d.ts +0 -2
  2887. package/dist/assets/icons/TireIcon.d.ts +0 -2
  2888. package/dist/assets/icons/ToggleLeft.d.ts +0 -2
  2889. package/dist/assets/icons/ToggleLeftIcon.d.ts +0 -2
  2890. package/dist/assets/icons/ToggleRight.d.ts +0 -2
  2891. package/dist/assets/icons/ToggleRightIcon.d.ts +0 -2
  2892. package/dist/assets/icons/Toilet.d.ts +0 -2
  2893. package/dist/assets/icons/ToiletIcon.d.ts +0 -2
  2894. package/dist/assets/icons/ToiletPaper.d.ts +0 -2
  2895. package/dist/assets/icons/ToiletPaperIcon.d.ts +0 -2
  2896. package/dist/assets/icons/Toolbox.d.ts +0 -2
  2897. package/dist/assets/icons/ToolboxIcon.d.ts +0 -2
  2898. package/dist/assets/icons/Tooth.d.ts +0 -2
  2899. package/dist/assets/icons/ToothIcon.d.ts +0 -2
  2900. package/dist/assets/icons/Tornado.d.ts +0 -2
  2901. package/dist/assets/icons/TornadoIcon.d.ts +0 -2
  2902. package/dist/assets/icons/Tote.d.ts +0 -2
  2903. package/dist/assets/icons/ToteIcon.d.ts +0 -2
  2904. package/dist/assets/icons/ToteSimple.d.ts +0 -2
  2905. package/dist/assets/icons/ToteSimpleIcon.d.ts +0 -2
  2906. package/dist/assets/icons/Towel.d.ts +0 -2
  2907. package/dist/assets/icons/TowelIcon.d.ts +0 -2
  2908. package/dist/assets/icons/Tractor.d.ts +0 -2
  2909. package/dist/assets/icons/TractorIcon.d.ts +0 -2
  2910. package/dist/assets/icons/Trademark.d.ts +0 -2
  2911. package/dist/assets/icons/TrademarkIcon.d.ts +0 -2
  2912. package/dist/assets/icons/TrademarkRegistered.d.ts +0 -2
  2913. package/dist/assets/icons/TrademarkRegisteredIcon.d.ts +0 -2
  2914. package/dist/assets/icons/TrafficCone.d.ts +0 -2
  2915. package/dist/assets/icons/TrafficConeIcon.d.ts +0 -2
  2916. package/dist/assets/icons/TrafficSign.d.ts +0 -2
  2917. package/dist/assets/icons/TrafficSignIcon.d.ts +0 -2
  2918. package/dist/assets/icons/TrafficSignal.d.ts +0 -2
  2919. package/dist/assets/icons/TrafficSignalIcon.d.ts +0 -2
  2920. package/dist/assets/icons/Train.d.ts +0 -2
  2921. package/dist/assets/icons/TrainIcon.d.ts +0 -2
  2922. package/dist/assets/icons/TrainRegional.d.ts +0 -2
  2923. package/dist/assets/icons/TrainRegionalIcon.d.ts +0 -2
  2924. package/dist/assets/icons/TrainSimple.d.ts +0 -2
  2925. package/dist/assets/icons/TrainSimpleIcon.d.ts +0 -2
  2926. package/dist/assets/icons/Tram.d.ts +0 -2
  2927. package/dist/assets/icons/TramIcon.d.ts +0 -2
  2928. package/dist/assets/icons/Translate.d.ts +0 -2
  2929. package/dist/assets/icons/TranslateIcon.d.ts +0 -2
  2930. package/dist/assets/icons/Trash.d.ts +0 -2
  2931. package/dist/assets/icons/TrashIcon.d.ts +0 -2
  2932. package/dist/assets/icons/TrashSimple.d.ts +0 -2
  2933. package/dist/assets/icons/TrashSimpleIcon.d.ts +0 -2
  2934. package/dist/assets/icons/Tray.d.ts +0 -2
  2935. package/dist/assets/icons/TrayArrowDown.d.ts +0 -2
  2936. package/dist/assets/icons/TrayArrowDownIcon.d.ts +0 -2
  2937. package/dist/assets/icons/TrayArrowUp.d.ts +0 -2
  2938. package/dist/assets/icons/TrayArrowUpIcon.d.ts +0 -2
  2939. package/dist/assets/icons/TrayIcon.d.ts +0 -2
  2940. package/dist/assets/icons/TreasureChest.d.ts +0 -2
  2941. package/dist/assets/icons/TreasureChestIcon.d.ts +0 -2
  2942. package/dist/assets/icons/Tree.d.ts +0 -2
  2943. package/dist/assets/icons/TreeEvergreen.d.ts +0 -2
  2944. package/dist/assets/icons/TreeEvergreenIcon.d.ts +0 -2
  2945. package/dist/assets/icons/TreeIcon.d.ts +0 -2
  2946. package/dist/assets/icons/TreePalm.d.ts +0 -2
  2947. package/dist/assets/icons/TreePalmIcon.d.ts +0 -2
  2948. package/dist/assets/icons/TreeStructure.d.ts +0 -2
  2949. package/dist/assets/icons/TreeStructureIcon.d.ts +0 -2
  2950. package/dist/assets/icons/TreeView.d.ts +0 -2
  2951. package/dist/assets/icons/TreeViewIcon.d.ts +0 -2
  2952. package/dist/assets/icons/TrendDown.d.ts +0 -2
  2953. package/dist/assets/icons/TrendDownIcon.d.ts +0 -2
  2954. package/dist/assets/icons/TrendUp.d.ts +0 -2
  2955. package/dist/assets/icons/TrendUpIcon.d.ts +0 -2
  2956. package/dist/assets/icons/Triangle.d.ts +0 -2
  2957. package/dist/assets/icons/TriangleDashed.d.ts +0 -2
  2958. package/dist/assets/icons/TriangleDashedIcon.d.ts +0 -2
  2959. package/dist/assets/icons/TriangleIcon.d.ts +0 -2
  2960. package/dist/assets/icons/Trolley.d.ts +0 -2
  2961. package/dist/assets/icons/TrolleyIcon.d.ts +0 -2
  2962. package/dist/assets/icons/TrolleySuitcase.d.ts +0 -2
  2963. package/dist/assets/icons/TrolleySuitcaseIcon.d.ts +0 -2
  2964. package/dist/assets/icons/Trophy.d.ts +0 -2
  2965. package/dist/assets/icons/TrophyIcon.d.ts +0 -2
  2966. package/dist/assets/icons/Truck.d.ts +0 -2
  2967. package/dist/assets/icons/TruckIcon.d.ts +0 -2
  2968. package/dist/assets/icons/TruckTrailer.d.ts +0 -2
  2969. package/dist/assets/icons/TruckTrailerIcon.d.ts +0 -2
  2970. package/dist/assets/icons/TumblrLogo.d.ts +0 -2
  2971. package/dist/assets/icons/TumblrLogoIcon.d.ts +0 -2
  2972. package/dist/assets/icons/TwitchLogo.d.ts +0 -2
  2973. package/dist/assets/icons/TwitchLogoIcon.d.ts +0 -2
  2974. package/dist/assets/icons/TwitterLogo.d.ts +0 -2
  2975. package/dist/assets/icons/TwitterLogoIcon.d.ts +0 -2
  2976. package/dist/assets/icons/Umbrella.d.ts +0 -2
  2977. package/dist/assets/icons/UmbrellaIcon.d.ts +0 -2
  2978. package/dist/assets/icons/UmbrellaSimple.d.ts +0 -2
  2979. package/dist/assets/icons/UmbrellaSimpleIcon.d.ts +0 -2
  2980. package/dist/assets/icons/Union.d.ts +0 -2
  2981. package/dist/assets/icons/UnionIcon.d.ts +0 -2
  2982. package/dist/assets/icons/Unite.d.ts +0 -2
  2983. package/dist/assets/icons/UniteIcon.d.ts +0 -2
  2984. package/dist/assets/icons/UniteSquare.d.ts +0 -2
  2985. package/dist/assets/icons/UniteSquareIcon.d.ts +0 -2
  2986. package/dist/assets/icons/Upload.d.ts +0 -2
  2987. package/dist/assets/icons/UploadIcon.d.ts +0 -2
  2988. package/dist/assets/icons/UploadSimple.d.ts +0 -2
  2989. package/dist/assets/icons/UploadSimpleIcon.d.ts +0 -2
  2990. package/dist/assets/icons/Usb.d.ts +0 -2
  2991. package/dist/assets/icons/UsbIcon.d.ts +0 -2
  2992. package/dist/assets/icons/User.d.ts +0 -2
  2993. package/dist/assets/icons/UserCheck.d.ts +0 -2
  2994. package/dist/assets/icons/UserCheckIcon.d.ts +0 -2
  2995. package/dist/assets/icons/UserCircle.d.ts +0 -2
  2996. package/dist/assets/icons/UserCircleCheck.d.ts +0 -2
  2997. package/dist/assets/icons/UserCircleCheckIcon.d.ts +0 -2
  2998. package/dist/assets/icons/UserCircleDashed.d.ts +0 -2
  2999. package/dist/assets/icons/UserCircleDashedIcon.d.ts +0 -2
  3000. package/dist/assets/icons/UserCircleGear.d.ts +0 -2
  3001. package/dist/assets/icons/UserCircleGearIcon.d.ts +0 -2
  3002. package/dist/assets/icons/UserCircleIcon.d.ts +0 -2
  3003. package/dist/assets/icons/UserCircleMinus.d.ts +0 -2
  3004. package/dist/assets/icons/UserCircleMinusIcon.d.ts +0 -2
  3005. package/dist/assets/icons/UserCirclePlus.d.ts +0 -2
  3006. package/dist/assets/icons/UserCirclePlusIcon.d.ts +0 -2
  3007. package/dist/assets/icons/UserFocus.d.ts +0 -2
  3008. package/dist/assets/icons/UserFocusIcon.d.ts +0 -2
  3009. package/dist/assets/icons/UserGear.d.ts +0 -2
  3010. package/dist/assets/icons/UserGearIcon.d.ts +0 -2
  3011. package/dist/assets/icons/UserIcon.d.ts +0 -2
  3012. package/dist/assets/icons/UserList.d.ts +0 -2
  3013. package/dist/assets/icons/UserListIcon.d.ts +0 -2
  3014. package/dist/assets/icons/UserMinus.d.ts +0 -2
  3015. package/dist/assets/icons/UserMinusIcon.d.ts +0 -2
  3016. package/dist/assets/icons/UserPlus.d.ts +0 -2
  3017. package/dist/assets/icons/UserPlusIcon.d.ts +0 -2
  3018. package/dist/assets/icons/UserRectangle.d.ts +0 -2
  3019. package/dist/assets/icons/UserRectangleIcon.d.ts +0 -2
  3020. package/dist/assets/icons/UserSound.d.ts +0 -2
  3021. package/dist/assets/icons/UserSoundIcon.d.ts +0 -2
  3022. package/dist/assets/icons/UserSquare.d.ts +0 -2
  3023. package/dist/assets/icons/UserSquareIcon.d.ts +0 -2
  3024. package/dist/assets/icons/UserSwitch.d.ts +0 -2
  3025. package/dist/assets/icons/UserSwitchIcon.d.ts +0 -2
  3026. package/dist/assets/icons/Users.d.ts +0 -2
  3027. package/dist/assets/icons/UsersFour.d.ts +0 -2
  3028. package/dist/assets/icons/UsersFourIcon.d.ts +0 -2
  3029. package/dist/assets/icons/UsersIcon.d.ts +0 -2
  3030. package/dist/assets/icons/UsersThree.d.ts +0 -2
  3031. package/dist/assets/icons/UsersThreeIcon.d.ts +0 -2
  3032. package/dist/assets/icons/Van.d.ts +0 -2
  3033. package/dist/assets/icons/VanIcon.d.ts +0 -2
  3034. package/dist/assets/icons/Vault.d.ts +0 -2
  3035. package/dist/assets/icons/VaultIcon.d.ts +0 -2
  3036. package/dist/assets/icons/VectorThree.d.ts +0 -2
  3037. package/dist/assets/icons/VectorThreeIcon.d.ts +0 -2
  3038. package/dist/assets/icons/VectorTwo.d.ts +0 -2
  3039. package/dist/assets/icons/VectorTwoIcon.d.ts +0 -2
  3040. package/dist/assets/icons/Vibrate.d.ts +0 -2
  3041. package/dist/assets/icons/VibrateIcon.d.ts +0 -2
  3042. package/dist/assets/icons/Video.d.ts +0 -2
  3043. package/dist/assets/icons/VideoCamera.d.ts +0 -2
  3044. package/dist/assets/icons/VideoCameraIcon.d.ts +0 -2
  3045. package/dist/assets/icons/VideoCameraSlash.d.ts +0 -2
  3046. package/dist/assets/icons/VideoCameraSlashIcon.d.ts +0 -2
  3047. package/dist/assets/icons/VideoConference.d.ts +0 -2
  3048. package/dist/assets/icons/VideoConferenceIcon.d.ts +0 -2
  3049. package/dist/assets/icons/VideoIcon.d.ts +0 -2
  3050. package/dist/assets/icons/Vignette.d.ts +0 -2
  3051. package/dist/assets/icons/VignetteIcon.d.ts +0 -2
  3052. package/dist/assets/icons/VinylRecord.d.ts +0 -2
  3053. package/dist/assets/icons/VinylRecordIcon.d.ts +0 -2
  3054. package/dist/assets/icons/VirtualReality.d.ts +0 -2
  3055. package/dist/assets/icons/VirtualRealityIcon.d.ts +0 -2
  3056. package/dist/assets/icons/Virus.d.ts +0 -2
  3057. package/dist/assets/icons/VirusIcon.d.ts +0 -2
  3058. package/dist/assets/icons/Visor.d.ts +0 -2
  3059. package/dist/assets/icons/VisorIcon.d.ts +0 -2
  3060. package/dist/assets/icons/Voicemail.d.ts +0 -2
  3061. package/dist/assets/icons/VoicemailIcon.d.ts +0 -2
  3062. package/dist/assets/icons/Volleyball.d.ts +0 -2
  3063. package/dist/assets/icons/VolleyballIcon.d.ts +0 -2
  3064. package/dist/assets/icons/Wall.d.ts +0 -2
  3065. package/dist/assets/icons/WallIcon.d.ts +0 -2
  3066. package/dist/assets/icons/Wallet.d.ts +0 -2
  3067. package/dist/assets/icons/WalletIcon.d.ts +0 -2
  3068. package/dist/assets/icons/Warehouse.d.ts +0 -2
  3069. package/dist/assets/icons/WarehouseIcon.d.ts +0 -2
  3070. package/dist/assets/icons/Warning.d.ts +0 -2
  3071. package/dist/assets/icons/WarningCircle.d.ts +0 -2
  3072. package/dist/assets/icons/WarningCircleIcon.d.ts +0 -2
  3073. package/dist/assets/icons/WarningDiamond.d.ts +0 -2
  3074. package/dist/assets/icons/WarningDiamondIcon.d.ts +0 -2
  3075. package/dist/assets/icons/WarningIcon.d.ts +0 -2
  3076. package/dist/assets/icons/WarningOctagon.d.ts +0 -2
  3077. package/dist/assets/icons/WarningOctagonIcon.d.ts +0 -2
  3078. package/dist/assets/icons/WashingMachine.d.ts +0 -2
  3079. package/dist/assets/icons/WashingMachineIcon.d.ts +0 -2
  3080. package/dist/assets/icons/Watch.d.ts +0 -2
  3081. package/dist/assets/icons/WatchIcon.d.ts +0 -2
  3082. package/dist/assets/icons/WaveSawtooth.d.ts +0 -2
  3083. package/dist/assets/icons/WaveSawtoothIcon.d.ts +0 -2
  3084. package/dist/assets/icons/WaveSine.d.ts +0 -2
  3085. package/dist/assets/icons/WaveSineIcon.d.ts +0 -2
  3086. package/dist/assets/icons/WaveSquare.d.ts +0 -2
  3087. package/dist/assets/icons/WaveSquareIcon.d.ts +0 -2
  3088. package/dist/assets/icons/WaveTriangle.d.ts +0 -2
  3089. package/dist/assets/icons/WaveTriangleIcon.d.ts +0 -2
  3090. package/dist/assets/icons/Waveform.d.ts +0 -2
  3091. package/dist/assets/icons/WaveformIcon.d.ts +0 -2
  3092. package/dist/assets/icons/WaveformSlash.d.ts +0 -2
  3093. package/dist/assets/icons/WaveformSlashIcon.d.ts +0 -2
  3094. package/dist/assets/icons/Waves.d.ts +0 -2
  3095. package/dist/assets/icons/WavesIcon.d.ts +0 -2
  3096. package/dist/assets/icons/Webcam.d.ts +0 -2
  3097. package/dist/assets/icons/WebcamIcon.d.ts +0 -2
  3098. package/dist/assets/icons/WebcamSlash.d.ts +0 -2
  3099. package/dist/assets/icons/WebcamSlashIcon.d.ts +0 -2
  3100. package/dist/assets/icons/WebhooksLogo.d.ts +0 -2
  3101. package/dist/assets/icons/WebhooksLogoIcon.d.ts +0 -2
  3102. package/dist/assets/icons/WechatLogo.d.ts +0 -2
  3103. package/dist/assets/icons/WechatLogoIcon.d.ts +0 -2
  3104. package/dist/assets/icons/WhatsappLogo.d.ts +0 -2
  3105. package/dist/assets/icons/WhatsappLogoIcon.d.ts +0 -2
  3106. package/dist/assets/icons/Wheelchair.d.ts +0 -2
  3107. package/dist/assets/icons/WheelchairIcon.d.ts +0 -2
  3108. package/dist/assets/icons/WheelchairMotion.d.ts +0 -2
  3109. package/dist/assets/icons/WheelchairMotionIcon.d.ts +0 -2
  3110. package/dist/assets/icons/WifiHigh.d.ts +0 -2
  3111. package/dist/assets/icons/WifiHighIcon.d.ts +0 -2
  3112. package/dist/assets/icons/WifiLow.d.ts +0 -2
  3113. package/dist/assets/icons/WifiLowIcon.d.ts +0 -2
  3114. package/dist/assets/icons/WifiMedium.d.ts +0 -2
  3115. package/dist/assets/icons/WifiMediumIcon.d.ts +0 -2
  3116. package/dist/assets/icons/WifiNone.d.ts +0 -2
  3117. package/dist/assets/icons/WifiNoneIcon.d.ts +0 -2
  3118. package/dist/assets/icons/WifiSlash.d.ts +0 -2
  3119. package/dist/assets/icons/WifiSlashIcon.d.ts +0 -2
  3120. package/dist/assets/icons/WifiX.d.ts +0 -2
  3121. package/dist/assets/icons/WifiXIcon.d.ts +0 -2
  3122. package/dist/assets/icons/Wind.d.ts +0 -2
  3123. package/dist/assets/icons/WindIcon.d.ts +0 -2
  3124. package/dist/assets/icons/Windmill.d.ts +0 -2
  3125. package/dist/assets/icons/WindmillIcon.d.ts +0 -2
  3126. package/dist/assets/icons/WindowsLogo.d.ts +0 -2
  3127. package/dist/assets/icons/WindowsLogoIcon.d.ts +0 -2
  3128. package/dist/assets/icons/Wine.d.ts +0 -2
  3129. package/dist/assets/icons/WineIcon.d.ts +0 -2
  3130. package/dist/assets/icons/Wrench.d.ts +0 -2
  3131. package/dist/assets/icons/WrenchIcon.d.ts +0 -2
  3132. package/dist/assets/icons/X.d.ts +0 -2
  3133. package/dist/assets/icons/XCircle.d.ts +0 -2
  3134. package/dist/assets/icons/XCircleIcon.d.ts +0 -2
  3135. package/dist/assets/icons/XIcon.d.ts +0 -2
  3136. package/dist/assets/icons/XLogo.d.ts +0 -2
  3137. package/dist/assets/icons/XLogoIcon.d.ts +0 -2
  3138. package/dist/assets/icons/XSquare.d.ts +0 -2
  3139. package/dist/assets/icons/XSquareIcon.d.ts +0 -2
  3140. package/dist/assets/icons/Yarn.d.ts +0 -2
  3141. package/dist/assets/icons/YarnIcon.d.ts +0 -2
  3142. package/dist/assets/icons/YinYang.d.ts +0 -2
  3143. package/dist/assets/icons/YinYangIcon.d.ts +0 -2
  3144. package/dist/assets/icons/YoutubeLogo.d.ts +0 -2
  3145. package/dist/assets/icons/YoutubeLogoIcon.d.ts +0 -2
  3146. package/dist/assets/icons/index.d.ts +0 -3044
  3147. package/dist/builder/components/BlockColors/index.d.ts +0 -7
  3148. package/dist/builder/components/BlockSettings/settings.d.ts +0 -7
  3149. package/dist/builder/components/HeaderSaveButton/utils/index.d.ts +0 -6
  3150. package/dist/builder/components/PreviewRender/index.d.ts +0 -23
  3151. package/dist/builder/components/ThemeSettingsColors/utils/getDuplicateColors.d.ts +0 -2
  3152. package/dist/builder/constants/blocks.d.ts +0 -79
  3153. package/dist/builder/constants/index.d.ts +0 -14
  3154. package/dist/builder/store/index.d.ts +0 -21
  3155. package/dist/builder/store/useBlocksStore.d.ts +0 -23
  3156. package/dist/builder/store/useDeviceStore.d.ts +0 -7
  3157. package/dist/builder/store/useHistoryState.d.ts +0 -20
  3158. package/dist/builder/store/useNavbarStore.d.ts +0 -7
  3159. package/dist/builder/store/useNotificationStore.d.ts +0 -7
  3160. package/dist/builder/store/usePagesStore.d.ts +0 -33
  3161. package/dist/builder/store/useSettingsStore.d.ts +0 -12
  3162. package/dist/builder/store/useThemeSettingsStore.d.ts +0 -21
  3163. package/dist/builder/ui/Button/index.d.ts +0 -14
  3164. package/dist/builder/ui/Icon/index.d.ts +0 -14
  3165. package/dist/builder/ui/Input/index.d.ts +0 -22
  3166. package/dist/builder/ui/Notification/index.d.ts +0 -13
  3167. package/dist/builder/ui/Picker/index.d.ts +0 -9
  3168. package/dist/builder/ui/Textarea/index.d.ts +0 -11
  3169. package/dist/builder/ui/index.d.ts +0 -5
  3170. package/dist/index-BUR3yJDZ.js +0 -44385
  3171. package/dist/index-Ca07PUGs.cjs +0 -179
  3172. package/dist/lib/generateDynamicStyles.d.ts +0 -2
  3173. package/dist/lib/setupDynamicFonts.d.ts +0 -2
  3174. package/dist/lib/useBuilderPages.d.ts +0 -1
  3175. package/dist/storefront/components/ChargeStatusBlock/index.d.ts +0 -10
  3176. package/dist/storefront/components/OrderStatusBlock/index.d.ts +0 -9
  3177. package/dist/storefront/components/StatItem/index.d.ts +0 -15
  3178. package/dist/storefront/store/index.d.ts +0 -7
  3179. package/dist/storefront/utils/showNotification.d.ts +0 -3
  3180. package/dist/ui/CategorySettings/index.d.ts +0 -48
  3181. package/dist/ui/ItemsSettings/index.d.ts +0 -70
  3182. package/dist/ui/ListingSelector/index.d.ts +0 -134
  3183. package/dist/ui/Modal/index.d.ts +0 -9
  3184. package/dist/ui/Select/index.d.ts +0 -20
  3185. package/dist/ui/Select/utils/index.d.ts +0 -2
  3186. package/dist/ui/SelectTypeText/index.d.ts +0 -8
  3187. package/dist/ui/TextSettings/index.d.ts +0 -20
  3188. package/dist/ui/Wrapper/index.d.ts +0 -11
  3189. package/dist/ui/index.d.ts +0 -33
  3190. /package/dist/{abstractions → src/abstractions}/ISettings.d.ts +0 -0
  3191. /package/dist/{abstractions → src/abstractions}/PageContext.d.ts +0 -0
  3192. /package/dist/{abstractions → src/abstractions}/Variable.d.ts +0 -0
  3193. /package/dist/{builder/constants → src/abstractions}/color-variables.d.ts +0 -0
  3194. /package/dist/{abstractions → src/abstractions}/index.d.ts +0 -0
  3195. /package/dist/{api → src/api}/constants.d.ts +0 -0
  3196. /package/dist/{api → src/api}/index.d.ts +0 -0
  3197. /package/dist/{api → src/api}/request.d.ts +0 -0
  3198. /package/dist/{assets → src/assets}/storefront-icons/index.d.ts +0 -0
  3199. /package/dist/{builder → src/builder}/api/fetchAll.d.ts +0 -0
  3200. /package/dist/{builder → src/builder}/api/fetchData.d.ts +0 -0
  3201. /package/dist/{builder → src/builder}/api/fetchFontsData.d.ts +0 -0
  3202. /package/dist/{builder → src/builder}/api/fetchPagesData.d.ts +0 -0
  3203. /package/dist/{builder → src/builder}/api/index.d.ts +0 -0
  3204. /package/dist/{builder → src/builder}/components/AddSections/index.d.ts +0 -0
  3205. /package/dist/{builder → src/builder}/components/AddSections/utils/index.d.ts +0 -0
  3206. /package/dist/{builder → src/builder}/components/AddSectionsBlock/index.d.ts +0 -0
  3207. /package/dist/{builder → src/builder}/components/BlockSettings/index.d.ts +0 -0
  3208. /package/dist/{builder → src/builder}/components/BlockSettingsHeader/index.d.ts +0 -0
  3209. /package/dist/{builder → src/builder}/components/ExitButton/index.d.ts +0 -0
  3210. /package/dist/{builder → src/builder}/components/Header/index.d.ts +0 -0
  3211. /package/dist/{builder → src/builder}/components/HeaderButtons/index.d.ts +0 -0
  3212. /package/dist/{builder → src/builder}/components/HeaderDevices/index.d.ts +0 -0
  3213. /package/dist/{builder → src/builder}/components/HeaderPreviewButton/index.d.ts +0 -0
  3214. /package/dist/{builder → src/builder}/components/HeaderSaveButton/api/index.d.ts +0 -0
  3215. /package/dist/{builder → src/builder}/components/HeaderSaveButton/index.d.ts +0 -0
  3216. /package/dist/{builder → src/builder}/components/HeaderSettings/index.d.ts +0 -0
  3217. /package/dist/{builder → src/builder}/components/HeaderSettingsLanguage/index.d.ts +0 -0
  3218. /package/dist/{builder → src/builder}/components/HeaderSettingsPages/api/index.d.ts +0 -0
  3219. /package/dist/{builder → src/builder}/components/HeaderSettingsPages/index.d.ts +0 -0
  3220. /package/dist/{builder → src/builder}/components/HeaderSettingsZoom/index.d.ts +0 -0
  3221. /package/dist/{builder → src/builder}/components/HeaderSwitchTheme/index.d.ts +0 -0
  3222. /package/dist/{builder → src/builder}/components/ModifyPage/index.d.ts +0 -0
  3223. /package/dist/{builder → src/builder}/components/Navbar/index.d.ts +0 -0
  3224. /package/dist/{builder → src/builder}/components/Preview/index.d.ts +0 -0
  3225. /package/dist/{builder → src/builder}/components/PreviewBlockSidebar/index.d.ts +0 -0
  3226. /package/dist/{builder → src/builder}/components/PreviewContent/index.d.ts +0 -0
  3227. /package/dist/{builder → src/builder}/components/PreviewHeader/index.d.ts +0 -0
  3228. /package/dist/{builder → src/builder}/components/Sidebar/index.d.ts +0 -0
  3229. /package/dist/{builder → src/builder}/components/SidebarLayer/index.d.ts +0 -0
  3230. /package/dist/{builder → src/builder}/components/SidebarLayers/index.d.ts +0 -0
  3231. /package/dist/{builder → src/builder}/components/SidebarSettings/index.d.ts +0 -0
  3232. /package/dist/{builder → src/builder}/components/SidebarTheme/index.d.ts +0 -0
  3233. /package/dist/{builder → src/builder}/components/ThemeSettings/index.d.ts +0 -0
  3234. /package/dist/{builder → src/builder}/components/ThemeSettingsBorders/index.d.ts +0 -0
  3235. /package/dist/{builder → src/builder}/components/ThemeSettingsButtons/index.d.ts +0 -0
  3236. /package/dist/{builder → src/builder}/components/ThemeSettingsCategories/index.d.ts +0 -0
  3237. /package/dist/{builder → src/builder}/components/ThemeSettingsColors/index.d.ts +0 -0
  3238. /package/dist/{builder → src/builder}/components/ThemeSettingsColors/utils/index.d.ts +0 -0
  3239. /package/dist/{builder → src/builder}/components/ThemeSettingsCurrentColors/index.d.ts +0 -0
  3240. /package/dist/{builder → src/builder}/components/ThemeSettingsCurrentColors/tip.d.ts +0 -0
  3241. /package/dist/{builder → src/builder}/components/ThemeSettingsCurrentFont/index.d.ts +0 -0
  3242. /package/dist/{builder → src/builder}/components/ThemeSettingsFonts/index.d.ts +0 -0
  3243. /package/dist/{builder → src/builder}/components/ThemeSettingsHeaderItem/index.d.ts +0 -0
  3244. /package/dist/{builder → src/builder}/components/ThemeSettingsInputs/index.d.ts +0 -0
  3245. /package/dist/{builder → src/builder}/constants/block-icons.d.ts +0 -0
  3246. /package/dist/{builder → src/builder}/index.d.ts +0 -0
  3247. /package/dist/{builder → src/builder}/layout.d.ts +0 -0
  3248. /package/dist/{builder → src/builder}/store/useColorPickerStore.d.ts +0 -0
  3249. /package/dist/{builder → src/builder}/store/useFontsStore.d.ts +0 -0
  3250. /package/dist/{builder → src/builder}/store/useLayoutStore.d.ts +0 -0
  3251. /package/dist/{builder → src/builder}/store/useSubmodalStore.d.ts +0 -0
  3252. /package/dist/{builder → src/builder}/store/useTooltipStore.d.ts +0 -0
  3253. /package/dist/{builder → src/builder}/ui/AnimatedPanel/index.d.ts +0 -0
  3254. /package/dist/{builder → src/builder}/ui/ColorPicker/index.d.ts +0 -0
  3255. /package/dist/{builder → src/builder}/ui/ColorPicker/modal.d.ts +0 -0
  3256. /package/dist/{builder → src/builder}/ui/Loader/index.d.ts +0 -0
  3257. /package/dist/{builder → src/builder}/ui/Radio/index.d.ts +0 -0
  3258. /package/dist/{builder → src/builder}/ui/Submodal/index.d.ts +0 -0
  3259. /package/dist/{builder → src/builder}/ui/Tooltip/index.d.ts +0 -0
  3260. /package/dist/{builder → src/builder}/utils/formatLabel.d.ts +0 -0
  3261. /package/dist/{builder → src/builder}/utils/getDisplayName.d.ts +0 -0
  3262. /package/dist/{builder → src/builder}/utils/getModalPosition.d.ts +0 -0
  3263. /package/dist/{builder → src/builder}/utils/index.d.ts +0 -0
  3264. /package/dist/{builder → src}/constants/aspectRatio.d.ts +0 -0
  3265. /package/dist/{builder → src}/constants/device.d.ts +0 -0
  3266. /package/dist/{builder → src}/constants/font.d.ts +0 -0
  3267. /package/dist/{builder → src}/constants/local-host.d.ts +0 -0
  3268. /package/dist/{builder → src}/constants/navbar.d.ts +0 -0
  3269. /package/dist/{builder → src}/constants/notification.d.ts +0 -0
  3270. /package/dist/{builder → src}/constants/pages.d.ts +0 -0
  3271. /package/dist/{builder → src}/constants/radius-variables.d.ts +0 -0
  3272. /package/dist/{builder → src}/constants/text-font-keys.d.ts +0 -0
  3273. /package/dist/{builder → src}/constants/theme-settings.d.ts +0 -0
  3274. /package/dist/{lib → src/lib}/createTicket.d.ts +0 -0
  3275. /package/dist/{lib → src/lib}/getDynamicRoutes.d.ts +0 -0
  3276. /package/dist/{lib → src/lib}/hotReload.d.ts +0 -0
  3277. /package/dist/{lib → src/lib}/index.d.ts +0 -0
  3278. /package/dist/{lib → src/lib}/injectStylesToDOM.d.ts +0 -0
  3279. /package/dist/{lib → src/lib}/loadCustomFonts.d.ts +0 -0
  3280. /package/dist/{lib → src/lib}/splitTextIntoSpans.d.ts +0 -0
  3281. /package/dist/{main.d.ts → src/main.d.ts} +0 -0
  3282. /package/dist/{pages → src/pages}/active-page/index.d.ts +0 -0
  3283. /package/dist/{pages → src/pages}/balance/balance-modal.d.ts +0 -0
  3284. /package/dist/{pages → src/pages}/balance/index.d.ts +0 -0
  3285. /package/dist/{pages → src/pages}/balance/model.d.ts +0 -0
  3286. /package/dist/{pages → src/pages}/builder/index.d.ts +0 -0
  3287. /package/dist/{pages → src/pages}/builder/utils/index.d.ts +0 -0
  3288. /package/dist/{pages → src/pages}/charge/index.d.ts +0 -0
  3289. /package/dist/{pages → src/pages}/checkout/index.d.ts +0 -0
  3290. /package/dist/{pages → src/pages}/checkout/model.d.ts +0 -0
  3291. /package/dist/{pages → src/pages}/dynamic-error-page/index.d.ts +0 -0
  3292. /package/dist/{pages → src/pages}/dynamic-page/api/index.d.ts +0 -0
  3293. /package/dist/{pages → src/pages}/dynamic-page/index.d.ts +0 -0
  3294. /package/dist/{pages → src/pages}/error-page/api/index.d.ts +0 -0
  3295. /package/dist/{pages → src/pages}/error-page/index.d.ts +0 -0
  3296. /package/dist/{pages → src/pages}/home/index.d.ts +0 -0
  3297. /package/dist/{pages → src/pages}/home/model.d.ts +0 -0
  3298. /package/dist/{pages → src/pages}/maintenance/index.d.ts +0 -0
  3299. /package/dist/{pages → src/pages}/not-found-page/index.d.ts +0 -0
  3300. /package/dist/{pages → src/pages}/order/index.d.ts +0 -0
  3301. /package/dist/{pages → src/pages}/order/model.d.ts +0 -0
  3302. /package/dist/{pages → src/pages}/orders/index.d.ts +0 -0
  3303. /package/dist/{pages → src/pages}/orders/model.d.ts +0 -0
  3304. /package/dist/{pages → src/pages}/rewards/index.d.ts +0 -0
  3305. /package/dist/{pages → src/pages}/router-error-page/index.d.ts +0 -0
  3306. /package/dist/{pages → src/pages}/subscription/index.d.ts +0 -0
  3307. /package/dist/{pages → src/pages}/subscription/model.d.ts +0 -0
  3308. /package/dist/{pages → src/pages}/subscriptions/index.d.ts +0 -0
  3309. /package/dist/{pages → src/pages}/subscriptions/model.d.ts +0 -0
  3310. /package/dist/{pages → src/pages}/ticket/index.d.ts +0 -0
  3311. /package/dist/{pages → src/pages}/ticket/model.d.ts +0 -0
  3312. /package/dist/{pages → src/pages}/tickets/index.d.ts +0 -0
  3313. /package/dist/{pages → src/pages}/tickets/model.d.ts +0 -0
  3314. /package/dist/{pages → src/pages}/top-up-balance/index.d.ts +0 -0
  3315. /package/dist/{pages → src/pages}/validation/index.d.ts +0 -0
  3316. /package/dist/{pages → src/pages}/wrapper-page/index.d.ts +0 -0
  3317. /package/dist/{builder → src/shared}/constants/icon.d.ts +0 -0
  3318. /package/dist/{storefront → src/storefront}/api/auth.d.ts +0 -0
  3319. /package/dist/{storefront → src/storefront}/api/charge.d.ts +0 -0
  3320. /package/dist/{storefront → src/storefront}/api/coupon.d.ts +0 -0
  3321. /package/dist/{storefront → src/storefront}/api/customer.d.ts +0 -0
  3322. /package/dist/{storefront → src/storefront}/api/discord.d.ts +0 -0
  3323. /package/dist/{storefront → src/storefront}/api/fetchGatewaysDetail.d.ts +0 -0
  3324. /package/dist/{storefront → src/storefront}/api/fetchGeneral.d.ts +0 -0
  3325. /package/dist/{storefront → src/storefront}/api/fetchThemeAndSettings.d.ts +0 -0
  3326. /package/dist/{storefront → src/storefront}/api/fetchWithPages.d.ts +0 -0
  3327. /package/dist/{storefront → src/storefront}/api/index.d.ts +0 -0
  3328. /package/dist/{storefront → src/storefront}/api/order.d.ts +0 -0
  3329. /package/dist/{storefront → src/storefront}/api/postBalanceTopUp.d.ts +0 -0
  3330. /package/dist/{storefront → src/storefront}/api/postCashappLink.d.ts +0 -0
  3331. /package/dist/{storefront → src/storefront}/api/referral.d.ts +0 -0
  3332. /package/dist/{storefront → src/storefront}/api/reviews.d.ts +0 -0
  3333. /package/dist/{storefront → src/storefront}/api/rewards.d.ts +0 -0
  3334. /package/dist/{storefront → src/storefront}/api/signUpReferral.d.ts +0 -0
  3335. /package/dist/{storefront → src/storefront}/api/store.d.ts +0 -0
  3336. /package/dist/{storefront → src/storefront}/api/subscription.d.ts +0 -0
  3337. /package/dist/{storefront → src/storefront}/api/ticket.d.ts +0 -0
  3338. /package/dist/{storefront → src/storefront}/api/transactions.d.ts +0 -0
  3339. /package/dist/{storefront → src/storefront}/components/ActivePaymentMethod/index.d.ts +0 -0
  3340. /package/dist/{storefront → src/storefront}/components/ActiveSubscriptionProduct/index.d.ts +0 -0
  3341. /package/dist/{storefront → src/storefront}/components/Auth/index.d.ts +0 -0
  3342. /package/dist/{storefront → src/storefront}/components/Auth/otp-input.d.ts +0 -0
  3343. /package/dist/{storefront → src/storefront}/components/AuthModal/index.d.ts +0 -0
  3344. /package/dist/{storefront → src/storefront}/components/CancelSubscription/index.d.ts +0 -0
  3345. /package/dist/{storefront → src/storefront}/components/CashAppVerify/index.d.ts +0 -0
  3346. /package/dist/{storefront → src/storefront}/components/ChangePaymentMethod/index.d.ts +0 -0
  3347. /package/dist/{storefront → src/storefront}/components/ChangeSubscriptionPlan/index.d.ts +0 -0
  3348. /package/dist/{storefront → src/storefront}/components/ChargeBlocksRenderer/index.d.ts +0 -0
  3349. /package/dist/{storefront → src/storefront}/components/ChargeItems/index.d.ts +0 -0
  3350. /package/dist/{storefront → src/storefront}/components/CheckoutFooter/index.d.ts +0 -0
  3351. /package/dist/{storefront → src/storefront}/components/CheckoutHeader/index.d.ts +0 -0
  3352. /package/dist/{storefront → src/storefront}/components/CheckoutItems/index.d.ts +0 -0
  3353. /package/dist/{storefront → src/storefront}/components/CheckoutOperational/index.d.ts +0 -0
  3354. /package/dist/{storefront → src/storefront}/components/CheckoutOrderMainData/index.d.ts +0 -0
  3355. /package/dist/{storefront → src/storefront}/components/CheckoutPrices/index.d.ts +0 -0
  3356. /package/dist/{storefront → src/storefront}/components/CheckoutProduct/index.d.ts +0 -0
  3357. /package/dist/{storefront → src/storefront}/components/CheckoutProduct/model.d.ts +0 -0
  3358. /package/dist/{storefront → src/storefront}/components/ChoosePlanUpgradeMethod/index.d.ts +0 -0
  3359. /package/dist/{storefront → src/storefront}/components/ConnectDiscord/index.d.ts +0 -0
  3360. /package/dist/{storefront → src/storefront}/components/ConnectDiscord/model.d.ts +0 -0
  3361. /package/dist/{storefront → src/storefront}/components/Coupon/index.d.ts +0 -0
  3362. /package/dist/{storefront → src/storefront}/components/CustomFields/index.d.ts +0 -0
  3363. /package/dist/{storefront → src/storefront}/components/CustomerDashboard/index.d.ts +0 -0
  3364. /package/dist/{storefront → src/storefront}/components/DeliveryItem/index.d.ts +0 -0
  3365. /package/dist/{storefront → src/storefront}/components/InsufficientBalance/index.d.ts +0 -0
  3366. /package/dist/{storefront → src/storefront}/components/LeaveAReview/index.d.ts +0 -0
  3367. /package/dist/{storefront → src/storefront}/components/NoItemsBlock/index.d.ts +0 -0
  3368. /package/dist/{storefront → src/storefront}/components/OpenDelivery/index.d.ts +0 -0
  3369. /package/dist/{storefront → src/storefront}/components/OrdersTable/index.d.ts +0 -0
  3370. /package/dist/{storefront → src/storefront}/components/PageLoading/index.d.ts +0 -0
  3371. /package/dist/{storefront → src/storefront}/components/PageTitle/index.d.ts +0 -0
  3372. /package/dist/{storefront → src/storefront}/components/Pagination/index.d.ts +0 -0
  3373. /package/dist/{storefront → src/storefront}/components/PayPalF&FNote/index.d.ts +0 -0
  3374. /package/dist/{storefront → src/storefront}/components/PaymentMethod/checkout-balance-payment-method.d.ts +0 -0
  3375. /package/dist/{storefront → src/storefront}/components/PaymentMethod/index.d.ts +0 -0
  3376. /package/dist/{storefront → src/storefront}/components/PaymentMethod/model.d.ts +0 -0
  3377. /package/dist/{storefront → src/storefront}/components/PaymentMethods/index.d.ts +0 -0
  3378. /package/dist/{storefront → src/storefront}/components/ProcessingPayment/index.d.ts +0 -0
  3379. /package/dist/{storefront → src/storefront}/components/ReferralBlock/index.d.ts +0 -0
  3380. /package/dist/{storefront → src/storefront}/components/ReferralBlock/mask.d.ts +0 -0
  3381. /package/dist/{storefront → src/storefront}/components/ReferralBlock/referral-modal.d.ts +0 -0
  3382. /package/dist/{storefront → src/storefront}/components/ReferralBlock/step-item.d.ts +0 -0
  3383. /package/dist/{storefront → src/storefront}/components/SecuredBySsl/index.d.ts +0 -0
  3384. /package/dist/{storefront → src/storefront}/components/Sidebar/card.d.ts +0 -0
  3385. /package/dist/{storefront → src/storefront}/components/Sidebar/index.d.ts +0 -0
  3386. /package/dist/{storefront → src/storefront}/components/Sidebar/nav-list.d.ts +0 -0
  3387. /package/dist/{storefront → src/storefront}/components/StatusIndicator/index.d.ts +0 -0
  3388. /package/dist/{storefront → src/storefront}/components/SubmitReview/index.d.ts +0 -0
  3389. /package/dist/{storefront → src/storefront}/components/SubscriptionCoupon/index.d.ts +0 -0
  3390. /package/dist/{storefront → src/storefront}/components/SubscriptionExpiration/index.d.ts +0 -0
  3391. /package/dist/{storefront → src/storefront}/components/SubscriptionExpirationDate/index.d.ts +0 -0
  3392. /package/dist/{storefront → src/storefront}/components/SubscriptionProduct/index.d.ts +0 -0
  3393. /package/dist/{storefront → src/storefront}/components/SubscriptionProduct/model.d.ts +0 -0
  3394. /package/dist/{storefront → src/storefront}/components/SubscriptionStatusBadge/index.d.ts +0 -0
  3395. /package/dist/{storefront → src/storefront}/components/SubscriptionsTable/index.d.ts +0 -0
  3396. /package/dist/{storefront → src/storefront}/components/Table/index.d.ts +0 -0
  3397. /package/dist/{storefront → src/storefront}/components/TermsOfService/index.d.ts +0 -0
  3398. /package/dist/{storefront → src/storefront}/components/TicketRow/index.d.ts +0 -0
  3399. /package/dist/{storefront → src/storefront}/components/TrackPayment/index.d.ts +0 -0
  3400. /package/dist/{storefront → src/storefront}/components/index.d.ts +0 -0
  3401. /package/dist/{storefront → src/storefront}/constants/actions.d.ts +0 -0
  3402. /package/dist/{storefront → src/storefront}/constants/api.d.ts +0 -0
  3403. /package/dist/{storefront → src/storefront}/constants/index.d.ts +0 -0
  3404. /package/dist/{storefront → src/storefront}/constants/referralSteps.d.ts +0 -0
  3405. /package/dist/{storefront → src/storefront}/constants/routes.d.ts +0 -0
  3406. /package/dist/{storefront → src/storefront}/hooks/index.d.ts +0 -0
  3407. /package/dist/{storefront → src/storefront}/hooks/useCart.d.ts +0 -0
  3408. /package/dist/{storefront → src/storefront}/hooks/useCopy.d.ts +0 -0
  3409. /package/dist/{storefront → src/storefront}/index.d.ts +0 -0
  3410. /package/dist/{storefront → src/storefront}/models/balance.d.ts +0 -0
  3411. /package/dist/{storefront → src/storefront}/models/charge.d.ts +0 -0
  3412. /package/dist/{storefront → src/storefront}/models/checkout.d.ts +0 -0
  3413. /package/dist/{storefront → src/storefront}/models/coupon.d.ts +0 -0
  3414. /package/dist/{storefront → src/storefront}/models/discord.d.ts +0 -0
  3415. /package/dist/{storefront → src/storefront}/models/gateway.d.ts +0 -0
  3416. /package/dist/{storefront → src/storefront}/models/index.d.ts +0 -0
  3417. /package/dist/{storefront → src/storefront}/models/order.d.ts +0 -0
  3418. /package/dist/{storefront → src/storefront}/models/payment.d.ts +0 -0
  3419. /package/dist/{storefront → src/storefront}/models/post.d.ts +0 -0
  3420. /package/dist/{storefront → src/storefront}/models/price.d.ts +0 -0
  3421. /package/dist/{storefront → src/storefront}/models/referral.d.ts +0 -0
  3422. /package/dist/{storefront → src/storefront}/models/referralCode.d.ts +0 -0
  3423. /package/dist/{storefront → src/storefront}/models/rewards.d.ts +0 -0
  3424. /package/dist/{storefront → src/storefront}/models/shop.d.ts +0 -0
  3425. /package/dist/{storefront → src/storefront}/models/subscription.d.ts +0 -0
  3426. /package/dist/{storefront → src/storefront}/models/transaction.d.ts +0 -0
  3427. /package/dist/{storefront → src/storefront}/store/useApiStore.d.ts +0 -0
  3428. /package/dist/{storefront → src/storefront}/store/useCartStore.d.ts +0 -0
  3429. /package/dist/{builder → src/storefront}/store/useChooseImageStore.d.ts +0 -0
  3430. /package/dist/{builder → src/storefront}/store/useConfirmationModalStore.d.ts +0 -0
  3431. /package/dist/{storefront → src/storefront}/store/useCustomerDashboardStore.d.ts +0 -0
  3432. /package/dist/{storefront → src/storefront}/store/useDiscordStore.d.ts +0 -0
  3433. /package/dist/{builder → src/storefront}/store/useErrorStore.d.ts +0 -0
  3434. /package/dist/{builder → src/storefront}/store/useGeneralStore.d.ts +0 -0
  3435. /package/dist/{builder → src/storefront}/store/useLayersStore.d.ts +0 -0
  3436. /package/dist/{builder → src/storefront}/store/useModalStore.d.ts +0 -0
  3437. /package/dist/{storefront → src/storefront}/store/usePaginationPagesStore.d.ts +0 -0
  3438. /package/dist/{builder → src/storefront}/store/usePreviewStore.d.ts +0 -0
  3439. /package/dist/{builder → src/storefront}/store/useShareLinkStore.d.ts +0 -0
  3440. /package/dist/{storefront → src/storefront}/store/useStorefrontStore.d.ts +0 -0
  3441. /package/dist/{storefront → src/storefront}/store/useSubscriptionStore.d.ts +0 -0
  3442. /package/dist/{storefront → src/storefront}/ui/ActiveBadge/index.d.ts +0 -0
  3443. /package/dist/{storefront → src/storefront}/ui/InputRange/index.d.ts +0 -0
  3444. /package/dist/{storefront → src/storefront}/ui/ProgressBar/index.d.ts +0 -0
  3445. /package/dist/{storefront → src/storefront}/ui/Rating/index.d.ts +0 -0
  3446. /package/dist/{storefront → src/storefront}/ui/Timer/index.d.ts +0 -0
  3447. /package/dist/{storefront → src/storefront}/ui/index.d.ts +0 -0
  3448. /package/dist/{storefront → src/storefront}/utils/MarkdownText.d.ts +0 -0
  3449. /package/dist/{storefront → src/storefront}/utils/checkParams.d.ts +0 -0
  3450. /package/dist/{storefront → src/storefront}/utils/checkToken.d.ts +0 -0
  3451. /package/dist/{storefront → src/storefront}/utils/clearQueryParams.d.ts +0 -0
  3452. /package/dist/{storefront → src/storefront}/utils/index.d.ts +0 -0
  3453. /package/dist/{storefront → src/storefront}/utils/parseDraftJsText.d.ts +0 -0
  3454. /package/dist/{storefront → src/storefront}/utils/recapcha.d.ts +0 -0
  3455. /package/dist/{storefront → src/storefront}/utils/resizeManager.d.ts +0 -0
  3456. /package/dist/{storefront → src/storefront}/utils/stable-text.d.ts +0 -0
  3457. /package/dist/{storefront → src/storefront}/utils/useAdaptiveStyles.d.ts +0 -0
  3458. /package/dist/{storefront → src/storefront}/utils/useBalance.d.ts +0 -0
  3459. /package/dist/{storefront → src/storefront}/utils/useCart.d.ts +0 -0
  3460. /package/dist/{storefront → src/storefront}/utils/useGeneralInfo.d.ts +0 -0
  3461. /package/dist/{storefront → src/storefront}/utils/useMarkdownIt.d.ts +0 -0
  3462. /package/dist/{storefront → src/storefront}/utils/useTrackingAnalytics.d.ts +0 -0
  3463. /package/dist/{ui → src/ui}/Accordion/index.d.ts +0 -0
  3464. /package/dist/{ui → src/ui}/AlignText/index.d.ts +0 -0
  3465. /package/dist/{ui → src/ui}/Button/index.d.ts +0 -0
  3466. /package/dist/{ui → src/ui}/ButtonTypeSettings/index.d.ts +0 -0
  3467. /package/dist/{ui → src/ui}/ButtonsSettings/index.d.ts +0 -0
  3468. /package/dist/{ui → src/ui}/ButtonsSettings/popup.d.ts +0 -0
  3469. /package/dist/{ui → src/ui}/Checkbox/index.d.ts +0 -0
  3470. /package/dist/{builder → src}/ui/ChooseImage/api/index.d.ts +0 -0
  3471. /package/dist/{builder → src}/ui/ChooseImage/index.d.ts +0 -0
  3472. /package/dist/{builder → src}/ui/ConfirmationModal/index.d.ts +0 -0
  3473. /package/dist/{builder → src}/ui/ErrorableBlock/index.d.ts +0 -0
  3474. /package/dist/{ui → src/ui}/FormSettings/index.d.ts +0 -0
  3475. /package/dist/{ui → src/ui}/FormSettings/popup.d.ts +0 -0
  3476. /package/dist/{ui → src/ui}/GroupCardModal/index.d.ts +0 -0
  3477. /package/dist/{ui → src/ui}/HeaderButtons/index.d.ts +0 -0
  3478. /package/dist/{ui → src/ui}/Input/index.d.ts +0 -0
  3479. /package/dist/{ui → src/ui}/ItemsSettings/popup.d.ts +0 -0
  3480. /package/dist/{ui → src/ui}/LayoutSettings/index.d.ts +0 -0
  3481. /package/dist/{ui → src/ui}/Link/index.d.ts +0 -0
  3482. /package/dist/{ui → src/ui}/ListingSelector/popup.d.ts +0 -0
  3483. /package/dist/{ui → src/ui}/Loader/index.d.ts +0 -0
  3484. /package/dist/{ui → src/ui}/MetaInfoPost/index.d.ts +0 -0
  3485. /package/dist/{builder → src}/ui/Modal/index.d.ts +0 -0
  3486. /package/dist/{ui → src/ui}/NotificationAntistock/index.d.ts +0 -0
  3487. /package/dist/{ui → src/ui}/OtherSettings/index.d.ts +0 -0
  3488. /package/dist/{ui → src/ui}/PagesSettings/index.d.ts +0 -0
  3489. /package/dist/{ui → src/ui}/ProductCardButtons/index.d.ts +0 -0
  3490. /package/dist/{ui → src/ui}/ProductCardModal/index.d.ts +0 -0
  3491. /package/dist/{ui → src/ui}/ProductOptions/index.d.ts +0 -0
  3492. /package/dist/{ui → src/ui}/Radio/index.d.ts +0 -0
  3493. /package/dist/{ui → src/ui}/RangeSelector/index.d.ts +0 -0
  3494. /package/dist/{builder → src}/ui/Select/index.d.ts +0 -0
  3495. /package/dist/{builder → src}/ui/Select/utils/index.d.ts +0 -0
  3496. /package/dist/{builder → src}/ui/SelectInfiniteList/index.d.ts +0 -0
  3497. /package/dist/{builder → src}/ui/SelectInfiniteList/utils/index.d.ts +0 -0
  3498. /package/dist/{ui → src/ui}/ShareLink/index.d.ts +0 -0
  3499. /package/dist/{builder → src}/ui/Switch/index.d.ts +0 -0
  3500. /package/dist/{ui → src/ui}/Textarea/index.d.ts +0 -0
  3501. /package/dist/{builder → src}/ui/Tip/index.d.ts +0 -0
  3502. /package/dist/{ui → src/ui}/TypesText/index.d.ts +0 -0
@@ -0,0 +1 @@
1
+ "use strict";var qt=Object.create;var Ze=Object.defineProperty;var $t=Object.getOwnPropertyDescriptor;var Gt=Object.getOwnPropertyNames;var Wt=Object.getPrototypeOf,zt=Object.prototype.hasOwnProperty;var Vt=(e,n,i)=>n in e?Ze(e,n,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[n]=i;var Xt=(e,n,i,r)=>{if(n&&typeof n=="object"||typeof n=="function")for(let s of Gt(n))!zt.call(e,s)&&s!==i&&Ze(e,s,{get:()=>n[s],enumerable:!(r=$t(n,s))||r.enumerable});return e};var t=(e,n,i)=>(i=e!=null?qt(Wt(e)):{},Xt(n||!e||!e.__esModule?Ze(i,"default",{value:e,enumerable:!0}):i,e));var It=(e,n,i)=>Vt(e,typeof n!="symbol"?n+"":n,i);const o=require("react/jsx-runtime"),f=require("react"),I=require("./builder-BLDXBzNl.cjs"),Pe=require("./charge-BHULUGTw.cjs"),U=require("./builder-components-DHTh1VoV.cjs"),Ce=require("./ticket-SllRZ1vs.cjs"),Kt=require("react-dom"),Jt="_wrapper_5w9s8_1",Yt={wrapper:Jt},Qt=e=>{const{error:n}=e;return o.jsx("div",{className:Yt.wrapper,children:n})},Zt="_icon_bsuj2_1",eo="_hoverable_bsuj2_5",Ct={icon:Zt,hoverable:eo},to={Acorn:()=>import("@phosphor-icons/react").then(e=>e.Acorn),AcornIcon:()=>import("@phosphor-icons/react").then(e=>e.Acorn),ActivityIcon:()=>import("@phosphor-icons/react").then(e=>e.Activity),AddressBook:()=>import("@phosphor-icons/react").then(e=>e.AddressBook),AddressBookIcon:()=>import("@phosphor-icons/react").then(e=>e.AddressBook),AddressBookTabs:()=>import("@phosphor-icons/react").then(e=>e.AddressBookTabs),AddressBookTabsIcon:()=>import("@phosphor-icons/react").then(e=>e.AddressBookTabs),AirTrafficControl:()=>import("@phosphor-icons/react").then(e=>e.AirTrafficControl),AirTrafficControlIcon:()=>import("@phosphor-icons/react").then(e=>e.AirTrafficControl),Airplane:()=>import("@phosphor-icons/react").then(e=>e.Airplane),AirplaneIcon:()=>import("@phosphor-icons/react").then(e=>e.Airplane),AirplaneInFlight:()=>import("@phosphor-icons/react").then(e=>e.AirplaneInFlight),AirplaneInFlightIcon:()=>import("@phosphor-icons/react").then(e=>e.AirplaneInFlight),AirplaneLanding:()=>import("@phosphor-icons/react").then(e=>e.AirplaneLanding),AirplaneLandingIcon:()=>import("@phosphor-icons/react").then(e=>e.AirplaneLanding),AirplaneTakeoff:()=>import("@phosphor-icons/react").then(e=>e.AirplaneTakeoff),AirplaneTakeoffIcon:()=>import("@phosphor-icons/react").then(e=>e.AirplaneTakeoff),AirplaneTaxiing:()=>import("@phosphor-icons/react").then(e=>e.AirplaneTaxiing),AirplaneTaxiingIcon:()=>import("@phosphor-icons/react").then(e=>e.AirplaneTaxiing),AirplaneTilt:()=>import("@phosphor-icons/react").then(e=>e.AirplaneTilt),AirplaneTiltIcon:()=>import("@phosphor-icons/react").then(e=>e.AirplaneTilt),Airplay:()=>import("@phosphor-icons/react").then(e=>e.Airplay),AirplayIcon:()=>import("@phosphor-icons/react").then(e=>e.Airplay),Alarm:()=>import("@phosphor-icons/react").then(e=>e.Alarm),AlarmIcon:()=>import("@phosphor-icons/react").then(e=>e.Alarm),Alien:()=>import("@phosphor-icons/react").then(e=>e.Alien),AlienIcon:()=>import("@phosphor-icons/react").then(e=>e.Alien),AlignBottom:()=>import("@phosphor-icons/react").then(e=>e.AlignBottom),AlignBottomIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignBottom),AlignBottomSimple:()=>import("@phosphor-icons/react").then(e=>e.AlignBottomSimple),AlignBottomSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignBottomSimple),AlignCenterHorizontal:()=>import("@phosphor-icons/react").then(e=>e.AlignCenterHorizontal),AlignCenterHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignCenterHorizontal),AlignCenterHorizontalSimple:()=>import("@phosphor-icons/react").then(e=>e.AlignCenterHorizontalSimple),AlignCenterHorizontalSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignCenterHorizontalSimple),AlignCenterVertical:()=>import("@phosphor-icons/react").then(e=>e.AlignCenterVertical),AlignCenterVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignCenterVertical),AlignCenterVerticalSimple:()=>import("@phosphor-icons/react").then(e=>e.AlignCenterVerticalSimple),AlignCenterVerticalSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignCenterVerticalSimple),AlignLeft:()=>import("@phosphor-icons/react").then(e=>e.AlignLeft),AlignLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignLeft),AlignLeftSimple:()=>import("@phosphor-icons/react").then(e=>e.AlignLeftSimple),AlignLeftSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignLeftSimple),AlignRight:()=>import("@phosphor-icons/react").then(e=>e.AlignRight),AlignRightIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignRight),AlignRightSimple:()=>import("@phosphor-icons/react").then(e=>e.AlignRightSimple),AlignRightSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignRightSimple),AlignTop:()=>import("@phosphor-icons/react").then(e=>e.AlignTop),AlignTopIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignTop),AlignTopSimple:()=>import("@phosphor-icons/react").then(e=>e.AlignTopSimple),AlignTopSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.AlignTopSimple),AmazonLogo:()=>import("@phosphor-icons/react").then(e=>e.AmazonLogo),AmazonLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.AmazonLogo),Ambulance:()=>import("@phosphor-icons/react").then(e=>e.Ambulance),AmbulanceIcon:()=>import("@phosphor-icons/react").then(e=>e.Ambulance),Anchor:()=>import("@phosphor-icons/react").then(e=>e.Anchor),AnchorIcon:()=>import("@phosphor-icons/react").then(e=>e.Anchor),AnchorSimple:()=>import("@phosphor-icons/react").then(e=>e.AnchorSimple),AnchorSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.AnchorSimple),AndroidLogo:()=>import("@phosphor-icons/react").then(e=>e.AndroidLogo),AndroidLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.AndroidLogo),Angle:()=>import("@phosphor-icons/react").then(e=>e.Angle),AngleIcon:()=>import("@phosphor-icons/react").then(e=>e.Angle),AngularLogo:()=>import("@phosphor-icons/react").then(e=>e.AngularLogo),AngularLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.AngularLogo),Aperture:()=>import("@phosphor-icons/react").then(e=>e.Aperture),ApertureIcon:()=>import("@phosphor-icons/react").then(e=>e.Aperture),AppStoreLogo:()=>import("@phosphor-icons/react").then(e=>e.AppStoreLogo),AppStoreLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.AppStoreLogo),AppWindow:()=>import("@phosphor-icons/react").then(e=>e.AppWindow),AppWindowIcon:()=>import("@phosphor-icons/react").then(e=>e.AppWindow),AppleLogo:()=>import("@phosphor-icons/react").then(e=>e.AppleLogo),AppleLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.AppleLogo),ApplePodcastsLogo:()=>import("@phosphor-icons/react").then(e=>e.ApplePodcastsLogo),ApplePodcastsLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.ApplePodcastsLogo),ApproximateEquals:()=>import("@phosphor-icons/react").then(e=>e.ApproximateEquals),ApproximateEqualsIcon:()=>import("@phosphor-icons/react").then(e=>e.ApproximateEquals),Archive:()=>import("@phosphor-icons/react").then(e=>e.Archive),ArchiveBoxIcon:()=>import("@phosphor-icons/react").then(e=>e.ArchiveBox),ArchiveIcon:()=>import("@phosphor-icons/react").then(e=>e.Archive),ArchiveTrayIcon:()=>import("@phosphor-icons/react").then(e=>e.ArchiveTray),Armchair:()=>import("@phosphor-icons/react").then(e=>e.Armchair),ArmchairIcon:()=>import("@phosphor-icons/react").then(e=>e.Armchair),ArrowArcLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowArcLeft),ArrowArcLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowArcLeft),ArrowArcRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowArcRight),ArrowArcRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowArcRight),ArrowBendDoubleUpLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendDoubleUpLeft),ArrowBendDoubleUpLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendDoubleUpLeft),ArrowBendDoubleUpRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendDoubleUpRight),ArrowBendDoubleUpRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendDoubleUpRight),ArrowBendDownLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendDownLeft),ArrowBendDownLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendDownLeft),ArrowBendDownRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendDownRight),ArrowBendDownRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendDownRight),ArrowBendLeftDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendLeftDown),ArrowBendLeftDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendLeftDown),ArrowBendLeftUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendLeftUp),ArrowBendLeftUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendLeftUp),ArrowBendRightDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendRightDown),ArrowBendRightDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendRightDown),ArrowBendRightUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendRightUp),ArrowBendRightUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendRightUp),ArrowBendUpLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendUpLeft),ArrowBendUpLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendUpLeft),ArrowBendUpRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendUpRight),ArrowBendUpRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowBendUpRight),ArrowCircleDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleDown),ArrowCircleDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleDown),ArrowCircleDownLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleDownLeft),ArrowCircleDownLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleDownLeft),ArrowCircleDownRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleDownRight),ArrowCircleDownRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleDownRight),ArrowCircleLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleLeft),ArrowCircleLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleLeft),ArrowCircleRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleRight),ArrowCircleRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleRight),ArrowCircleUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleUp),ArrowCircleUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleUp),ArrowCircleUpLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleUpLeft),ArrowCircleUpLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleUpLeft),ArrowCircleUpRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleUpRight),ArrowCircleUpRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowCircleUpRight),ArrowClockwise:()=>import("@phosphor-icons/react").then(e=>e.ArrowClockwise),ArrowClockwiseIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowClockwise),ArrowCounterClockwise:()=>import("@phosphor-icons/react").then(e=>e.ArrowCounterClockwise),ArrowCounterClockwiseIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowCounterClockwise),ArrowDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowDown),ArrowDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowDown),ArrowDownLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowDownLeft),ArrowDownLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowDownLeft),ArrowDownRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowDownRight),ArrowDownRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowDownRight),ArrowElbowDownLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowDownLeft),ArrowElbowDownLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowDownLeft),ArrowElbowDownRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowDownRight),ArrowElbowDownRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowDownRight),ArrowElbowLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowLeft),ArrowElbowLeftDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowLeftDown),ArrowElbowLeftDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowLeftDown),ArrowElbowLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowLeft),ArrowElbowLeftUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowLeftUp),ArrowElbowLeftUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowLeftUp),ArrowElbowRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowRight),ArrowElbowRightDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowRightDown),ArrowElbowRightDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowRightDown),ArrowElbowRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowRight),ArrowElbowRightUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowRightUp),ArrowElbowRightUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowRightUp),ArrowElbowUpLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowUpLeft),ArrowElbowUpLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowUpLeft),ArrowElbowUpRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowUpRight),ArrowElbowUpRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowElbowUpRight),ArrowFatDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatDown),ArrowFatDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatDown),ArrowFatLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLeft),ArrowFatLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLeft),ArrowFatLineDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLineDown),ArrowFatLineDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLineDown),ArrowFatLineLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLineLeft),ArrowFatLineLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLineLeft),ArrowFatLineRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLineRight),ArrowFatLineRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLineRight),ArrowFatLineUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLineUp),ArrowFatLineUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLineUp),ArrowFatLinesDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLinesDown),ArrowFatLinesDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLinesDown),ArrowFatLinesLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLinesLeft),ArrowFatLinesLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLinesLeft),ArrowFatLinesRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLinesRight),ArrowFatLinesRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLinesRight),ArrowFatLinesUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLinesUp),ArrowFatLinesUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatLinesUp),ArrowFatRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatRight),ArrowFatRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatRight),ArrowFatUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatUp),ArrowFatUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowFatUp),ArrowLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowLeft),ArrowLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowLeft),ArrowLineDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineDown),ArrowLineDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineDown),ArrowLineDownLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineDownLeft),ArrowLineDownLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineDownLeft),ArrowLineDownRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineDownRight),ArrowLineDownRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineDownRight),ArrowLineLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineLeft),ArrowLineLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineLeft),ArrowLineRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineRight),ArrowLineRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineRight),ArrowLineUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineUp),ArrowLineUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineUp),ArrowLineUpLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineUpLeft),ArrowLineUpLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineUpLeft),ArrowLineUpRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineUpRight),ArrowLineUpRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowLineUpRight),ArrowRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowRight),ArrowRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowRight),ArrowSquareDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareDown),ArrowSquareDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareDown),ArrowSquareDownLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareDownLeft),ArrowSquareDownLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareDownLeft),ArrowSquareDownRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareDownRight),ArrowSquareDownRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareDownRight),ArrowSquareIn:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareIn),ArrowSquareInIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareIn),ArrowSquareLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareLeft),ArrowSquareLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareLeft),ArrowSquareOut:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareOut),ArrowSquareOutIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareOut),ArrowSquareRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareRight),ArrowSquareRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareRight),ArrowSquareUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareUp),ArrowSquareUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareUp),ArrowSquareUpLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareUpLeft),ArrowSquareUpLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareUpLeft),ArrowSquareUpRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareUpRight),ArrowSquareUpRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowSquareUpRight),ArrowUDownLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowUDownLeft),ArrowUDownLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowUDownLeft),ArrowUDownRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowUDownRight),ArrowUDownRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowUDownRight),ArrowULeftDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowULeftDown),ArrowULeftDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowULeftDown),ArrowULeftUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowULeftUp),ArrowULeftUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowULeftUp),ArrowURightDown:()=>import("@phosphor-icons/react").then(e=>e.ArrowURightDown),ArrowURightDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowURightDown),ArrowURightUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowURightUp),ArrowURightUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowURightUp),ArrowUUpLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowUUpLeft),ArrowUUpLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowUUpLeft),ArrowUUpRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowUUpRight),ArrowUUpRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowUUpRight),ArrowUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowUp),ArrowUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowUp),ArrowUpLeft:()=>import("@phosphor-icons/react").then(e=>e.ArrowUpLeft),ArrowUpLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowUpLeft),ArrowUpRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowUpRight),ArrowUpRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowUpRight),ArrowsClockwise:()=>import("@phosphor-icons/react").then(e=>e.ArrowsClockwise),ArrowsClockwiseIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsClockwise),ArrowsCounterClockwise:()=>import("@phosphor-icons/react").then(e=>e.ArrowsCounterClockwise),ArrowsCounterClockwiseIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsCounterClockwise),ArrowsDownUp:()=>import("@phosphor-icons/react").then(e=>e.ArrowsDownUp),ArrowsDownUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsDownUp),ArrowsHorizontal:()=>import("@phosphor-icons/react").then(e=>e.ArrowsHorizontal),ArrowsHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsHorizontal),ArrowsIn:()=>import("@phosphor-icons/react").then(e=>e.ArrowsIn),ArrowsInCardinal:()=>import("@phosphor-icons/react").then(e=>e.ArrowsInCardinal),ArrowsInCardinalIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsInCardinal),ArrowsInIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsIn),ArrowsInLineHorizontal:()=>import("@phosphor-icons/react").then(e=>e.ArrowsInLineHorizontal),ArrowsInLineHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsInLineHorizontal),ArrowsInLineVertical:()=>import("@phosphor-icons/react").then(e=>e.ArrowsInLineVertical),ArrowsInLineVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsInLineVertical),ArrowsInSimple:()=>import("@phosphor-icons/react").then(e=>e.ArrowsInSimple),ArrowsInSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsInSimple),ArrowsLeftRight:()=>import("@phosphor-icons/react").then(e=>e.ArrowsLeftRight),ArrowsLeftRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsLeftRight),ArrowsMerge:()=>import("@phosphor-icons/react").then(e=>e.ArrowsMerge),ArrowsMergeIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsMerge),ArrowsOut:()=>import("@phosphor-icons/react").then(e=>e.ArrowsOut),ArrowsOutCardinal:()=>import("@phosphor-icons/react").then(e=>e.ArrowsOutCardinal),ArrowsOutCardinalIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsOutCardinal),ArrowsOutIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsOut),ArrowsOutLineHorizontal:()=>import("@phosphor-icons/react").then(e=>e.ArrowsOutLineHorizontal),ArrowsOutLineHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsOutLineHorizontal),ArrowsOutLineVertical:()=>import("@phosphor-icons/react").then(e=>e.ArrowsOutLineVertical),ArrowsOutLineVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsOutLineVertical),ArrowsOutSimple:()=>import("@phosphor-icons/react").then(e=>e.ArrowsOutSimple),ArrowsOutSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsOutSimple),ArrowsSplit:()=>import("@phosphor-icons/react").then(e=>e.ArrowsSplit),ArrowsSplitIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsSplit),ArrowsVertical:()=>import("@phosphor-icons/react").then(e=>e.ArrowsVertical),ArrowsVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.ArrowsVertical),Article:()=>import("@phosphor-icons/react").then(e=>e.Article),ArticleIcon:()=>import("@phosphor-icons/react").then(e=>e.Article),ArticleMedium:()=>import("@phosphor-icons/react").then(e=>e.ArticleMedium),ArticleMediumIcon:()=>import("@phosphor-icons/react").then(e=>e.ArticleMedium),ArticleNyTimes:()=>import("@phosphor-icons/react").then(e=>e.ArticleNyTimes),ArticleNyTimesIcon:()=>import("@phosphor-icons/react").then(e=>e.ArticleNyTimes),Asclepius:()=>import("@phosphor-icons/react").then(e=>e.Asclepius),AsclepiusIcon:()=>import("@phosphor-icons/react").then(e=>e.Asclepius),Asterisk:()=>import("@phosphor-icons/react").then(e=>e.Asterisk),AsteriskIcon:()=>import("@phosphor-icons/react").then(e=>e.Asterisk),AsteriskSimple:()=>import("@phosphor-icons/react").then(e=>e.AsteriskSimple),AsteriskSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.AsteriskSimple),At:()=>import("@phosphor-icons/react").then(e=>e.At),AtIcon:()=>import("@phosphor-icons/react").then(e=>e.At),Atom:()=>import("@phosphor-icons/react").then(e=>e.Atom),AtomIcon:()=>import("@phosphor-icons/react").then(e=>e.Atom),Avocado:()=>import("@phosphor-icons/react").then(e=>e.Avocado),AvocadoIcon:()=>import("@phosphor-icons/react").then(e=>e.Avocado),Axe:()=>import("@phosphor-icons/react").then(e=>e.Axe),AxeIcon:()=>import("@phosphor-icons/react").then(e=>e.Axe),Baby:()=>import("@phosphor-icons/react").then(e=>e.Baby),BabyCarriage:()=>import("@phosphor-icons/react").then(e=>e.BabyCarriage),BabyCarriageIcon:()=>import("@phosphor-icons/react").then(e=>e.BabyCarriage),BabyIcon:()=>import("@phosphor-icons/react").then(e=>e.Baby),Backpack:()=>import("@phosphor-icons/react").then(e=>e.Backpack),BackpackIcon:()=>import("@phosphor-icons/react").then(e=>e.Backpack),Backspace:()=>import("@phosphor-icons/react").then(e=>e.Backspace),BackspaceIcon:()=>import("@phosphor-icons/react").then(e=>e.Backspace),Bag:()=>import("@phosphor-icons/react").then(e=>e.Bag),BagIcon:()=>import("@phosphor-icons/react").then(e=>e.Bag),BagSimple:()=>import("@phosphor-icons/react").then(e=>e.BagSimple),BagSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.BagSimple),Balloon:()=>import("@phosphor-icons/react").then(e=>e.Balloon),BalloonIcon:()=>import("@phosphor-icons/react").then(e=>e.Balloon),Bandaids:()=>import("@phosphor-icons/react").then(e=>e.Bandaids),BandaidsIcon:()=>import("@phosphor-icons/react").then(e=>e.Bandaids),Bank:()=>import("@phosphor-icons/react").then(e=>e.Bank),BankIcon:()=>import("@phosphor-icons/react").then(e=>e.Bank),Barbell:()=>import("@phosphor-icons/react").then(e=>e.Barbell),BarbellIcon:()=>import("@phosphor-icons/react").then(e=>e.Barbell),Barcode:()=>import("@phosphor-icons/react").then(e=>e.Barcode),BarcodeIcon:()=>import("@phosphor-icons/react").then(e=>e.Barcode),Barn:()=>import("@phosphor-icons/react").then(e=>e.Barn),BarnIcon:()=>import("@phosphor-icons/react").then(e=>e.Barn),Barricade:()=>import("@phosphor-icons/react").then(e=>e.Barricade),BarricadeIcon:()=>import("@phosphor-icons/react").then(e=>e.Barricade),Baseball:()=>import("@phosphor-icons/react").then(e=>e.Baseball),BaseballCap:()=>import("@phosphor-icons/react").then(e=>e.BaseballCap),BaseballCapIcon:()=>import("@phosphor-icons/react").then(e=>e.BaseballCap),BaseballHelmet:()=>import("@phosphor-icons/react").then(e=>e.BaseballHelmet),BaseballHelmetIcon:()=>import("@phosphor-icons/react").then(e=>e.BaseballHelmet),BaseballIcon:()=>import("@phosphor-icons/react").then(e=>e.Baseball),Basket:()=>import("@phosphor-icons/react").then(e=>e.Basket),BasketIcon:()=>import("@phosphor-icons/react").then(e=>e.Basket),Basketball:()=>import("@phosphor-icons/react").then(e=>e.Basketball),BasketballIcon:()=>import("@phosphor-icons/react").then(e=>e.Basketball),Bathtub:()=>import("@phosphor-icons/react").then(e=>e.Bathtub),BathtubIcon:()=>import("@phosphor-icons/react").then(e=>e.Bathtub),BatteryCharging:()=>import("@phosphor-icons/react").then(e=>e.BatteryCharging),BatteryChargingIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryCharging),BatteryChargingVertical:()=>import("@phosphor-icons/react").then(e=>e.BatteryChargingVertical),BatteryChargingVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryChargingVertical),BatteryEmpty:()=>import("@phosphor-icons/react").then(e=>e.BatteryEmpty),BatteryEmptyIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryEmpty),BatteryFull:()=>import("@phosphor-icons/react").then(e=>e.BatteryFull),BatteryFullIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryFull),BatteryHigh:()=>import("@phosphor-icons/react").then(e=>e.BatteryHigh),BatteryHighIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryHigh),BatteryLow:()=>import("@phosphor-icons/react").then(e=>e.BatteryLow),BatteryLowIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryLow),BatteryMedium:()=>import("@phosphor-icons/react").then(e=>e.BatteryMedium),BatteryMediumIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryMedium),BatteryPlus:()=>import("@phosphor-icons/react").then(e=>e.BatteryPlus),BatteryPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryPlus),BatteryPlusVertical:()=>import("@phosphor-icons/react").then(e=>e.BatteryPlusVertical),BatteryPlusVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryPlusVertical),BatteryVerticalEmpty:()=>import("@phosphor-icons/react").then(e=>e.BatteryVerticalEmpty),BatteryVerticalEmptyIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryVerticalEmpty),BatteryVerticalFull:()=>import("@phosphor-icons/react").then(e=>e.BatteryVerticalFull),BatteryVerticalFullIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryVerticalFull),BatteryVerticalHigh:()=>import("@phosphor-icons/react").then(e=>e.BatteryVerticalHigh),BatteryVerticalHighIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryVerticalHigh),BatteryVerticalLow:()=>import("@phosphor-icons/react").then(e=>e.BatteryVerticalLow),BatteryVerticalLowIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryVerticalLow),BatteryVerticalMedium:()=>import("@phosphor-icons/react").then(e=>e.BatteryVerticalMedium),BatteryVerticalMediumIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryVerticalMedium),BatteryWarning:()=>import("@phosphor-icons/react").then(e=>e.BatteryWarning),BatteryWarningIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryWarning),BatteryWarningVertical:()=>import("@phosphor-icons/react").then(e=>e.BatteryWarningVertical),BatteryWarningVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.BatteryWarningVertical),BeachBall:()=>import("@phosphor-icons/react").then(e=>e.BeachBall),BeachBallIcon:()=>import("@phosphor-icons/react").then(e=>e.BeachBall),Beanie:()=>import("@phosphor-icons/react").then(e=>e.Beanie),BeanieIcon:()=>import("@phosphor-icons/react").then(e=>e.Beanie),Bed:()=>import("@phosphor-icons/react").then(e=>e.Bed),BedIcon:()=>import("@phosphor-icons/react").then(e=>e.Bed),BeerBottle:()=>import("@phosphor-icons/react").then(e=>e.BeerBottle),BeerBottleIcon:()=>import("@phosphor-icons/react").then(e=>e.BeerBottle),BeerStein:()=>import("@phosphor-icons/react").then(e=>e.BeerStein),BeerSteinIcon:()=>import("@phosphor-icons/react").then(e=>e.BeerStein),BehanceLogo:()=>import("@phosphor-icons/react").then(e=>e.BehanceLogo),BehanceLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.BehanceLogo),Bell:()=>import("@phosphor-icons/react").then(e=>e.Bell),BellIcon:()=>import("@phosphor-icons/react").then(e=>e.Bell),BellRinging:()=>import("@phosphor-icons/react").then(e=>e.BellRinging),BellRingingIcon:()=>import("@phosphor-icons/react").then(e=>e.BellRinging),BellSimple:()=>import("@phosphor-icons/react").then(e=>e.BellSimple),BellSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.BellSimple),BellSimpleRinging:()=>import("@phosphor-icons/react").then(e=>e.BellSimpleRinging),BellSimpleRingingIcon:()=>import("@phosphor-icons/react").then(e=>e.BellSimpleRinging),BellSimpleSlash:()=>import("@phosphor-icons/react").then(e=>e.BellSimpleSlash),BellSimpleSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.BellSimpleSlash),BellSimpleZ:()=>import("@phosphor-icons/react").then(e=>e.BellSimpleZ),BellSimpleZIcon:()=>import("@phosphor-icons/react").then(e=>e.BellSimpleZ),BellSlash:()=>import("@phosphor-icons/react").then(e=>e.BellSlash),BellSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.BellSlash),BellZ:()=>import("@phosphor-icons/react").then(e=>e.BellZ),BellZIcon:()=>import("@phosphor-icons/react").then(e=>e.BellZ),Belt:()=>import("@phosphor-icons/react").then(e=>e.Belt),BeltIcon:()=>import("@phosphor-icons/react").then(e=>e.Belt),BezierCurve:()=>import("@phosphor-icons/react").then(e=>e.BezierCurve),BezierCurveIcon:()=>import("@phosphor-icons/react").then(e=>e.BezierCurve),Bicycle:()=>import("@phosphor-icons/react").then(e=>e.Bicycle),BicycleIcon:()=>import("@phosphor-icons/react").then(e=>e.Bicycle),Binary:()=>import("@phosphor-icons/react").then(e=>e.Binary),BinaryIcon:()=>import("@phosphor-icons/react").then(e=>e.Binary),Binoculars:()=>import("@phosphor-icons/react").then(e=>e.Binoculars),BinocularsIcon:()=>import("@phosphor-icons/react").then(e=>e.Binoculars),Biohazard:()=>import("@phosphor-icons/react").then(e=>e.Biohazard),BiohazardIcon:()=>import("@phosphor-icons/react").then(e=>e.Biohazard),Bird:()=>import("@phosphor-icons/react").then(e=>e.Bird),BirdIcon:()=>import("@phosphor-icons/react").then(e=>e.Bird),Blueprint:()=>import("@phosphor-icons/react").then(e=>e.Blueprint),BlueprintIcon:()=>import("@phosphor-icons/react").then(e=>e.Blueprint),Bluetooth:()=>import("@phosphor-icons/react").then(e=>e.Bluetooth),BluetoothConnected:()=>import("@phosphor-icons/react").then(e=>e.BluetoothConnected),BluetoothConnectedIcon:()=>import("@phosphor-icons/react").then(e=>e.BluetoothConnected),BluetoothIcon:()=>import("@phosphor-icons/react").then(e=>e.Bluetooth),BluetoothSlash:()=>import("@phosphor-icons/react").then(e=>e.BluetoothSlash),BluetoothSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.BluetoothSlash),BluetoothX:()=>import("@phosphor-icons/react").then(e=>e.BluetoothX),BluetoothXIcon:()=>import("@phosphor-icons/react").then(e=>e.BluetoothX),Boat:()=>import("@phosphor-icons/react").then(e=>e.Boat),BoatIcon:()=>import("@phosphor-icons/react").then(e=>e.Boat),Bomb:()=>import("@phosphor-icons/react").then(e=>e.Bomb),BombIcon:()=>import("@phosphor-icons/react").then(e=>e.Bomb),Bone:()=>import("@phosphor-icons/react").then(e=>e.Bone),BoneIcon:()=>import("@phosphor-icons/react").then(e=>e.Bone),Book:()=>import("@phosphor-icons/react").then(e=>e.Book),BookBookmark:()=>import("@phosphor-icons/react").then(e=>e.BookBookmark),BookBookmarkIcon:()=>import("@phosphor-icons/react").then(e=>e.BookBookmark),BookIcon:()=>import("@phosphor-icons/react").then(e=>e.Book),BookOpen:()=>import("@phosphor-icons/react").then(e=>e.BookOpen),BookOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.BookOpen),BookOpenText:()=>import("@phosphor-icons/react").then(e=>e.BookOpenText),BookOpenTextIcon:()=>import("@phosphor-icons/react").then(e=>e.BookOpenText),BookOpenUser:()=>import("@phosphor-icons/react").then(e=>e.BookOpenUser),BookOpenUserIcon:()=>import("@phosphor-icons/react").then(e=>e.BookOpenUser),Bookmark:()=>import("@phosphor-icons/react").then(e=>e.Bookmark),BookmarkIcon:()=>import("@phosphor-icons/react").then(e=>e.Bookmark),BookmarkSimple:()=>import("@phosphor-icons/react").then(e=>e.BookmarkSimple),BookmarkSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.BookmarkSimple),Bookmarks:()=>import("@phosphor-icons/react").then(e=>e.Bookmarks),BookmarksIcon:()=>import("@phosphor-icons/react").then(e=>e.Bookmarks),BookmarksSimple:()=>import("@phosphor-icons/react").then(e=>e.BookmarksSimple),BookmarksSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.BookmarksSimple),Books:()=>import("@phosphor-icons/react").then(e=>e.Books),BooksIcon:()=>import("@phosphor-icons/react").then(e=>e.Books),Boot:()=>import("@phosphor-icons/react").then(e=>e.Boot),BootIcon:()=>import("@phosphor-icons/react").then(e=>e.Boot),Boules:()=>import("@phosphor-icons/react").then(e=>e.Boules),BoulesIcon:()=>import("@phosphor-icons/react").then(e=>e.Boules),BoundingBox:()=>import("@phosphor-icons/react").then(e=>e.BoundingBox),BoundingBoxIcon:()=>import("@phosphor-icons/react").then(e=>e.BoundingBox),BowlFood:()=>import("@phosphor-icons/react").then(e=>e.BowlFood),BowlFoodIcon:()=>import("@phosphor-icons/react").then(e=>e.BowlFood),BowlSteam:()=>import("@phosphor-icons/react").then(e=>e.BowlSteam),BowlSteamIcon:()=>import("@phosphor-icons/react").then(e=>e.BowlSteam),BowlingBall:()=>import("@phosphor-icons/react").then(e=>e.BowlingBall),BowlingBallIcon:()=>import("@phosphor-icons/react").then(e=>e.BowlingBall),BoxArrowDown:()=>import("@phosphor-icons/react").then(e=>e.BoxArrowDown),BoxArrowDownIcon:()=>import("@phosphor-icons/react").then(e=>e.BoxArrowDown),BoxArrowUp:()=>import("@phosphor-icons/react").then(e=>e.BoxArrowUp),BoxArrowUpIcon:()=>import("@phosphor-icons/react").then(e=>e.BoxArrowUp),BoxingGlove:()=>import("@phosphor-icons/react").then(e=>e.BoxingGlove),BoxingGloveIcon:()=>import("@phosphor-icons/react").then(e=>e.BoxingGlove),BracketsAngle:()=>import("@phosphor-icons/react").then(e=>e.BracketsAngle),BracketsAngleIcon:()=>import("@phosphor-icons/react").then(e=>e.BracketsAngle),BracketsCurly:()=>import("@phosphor-icons/react").then(e=>e.BracketsCurly),BracketsCurlyIcon:()=>import("@phosphor-icons/react").then(e=>e.BracketsCurly),BracketsRound:()=>import("@phosphor-icons/react").then(e=>e.BracketsRound),BracketsRoundIcon:()=>import("@phosphor-icons/react").then(e=>e.BracketsRound),BracketsSquare:()=>import("@phosphor-icons/react").then(e=>e.BracketsSquare),BracketsSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.BracketsSquare),Brain:()=>import("@phosphor-icons/react").then(e=>e.Brain),BrainIcon:()=>import("@phosphor-icons/react").then(e=>e.Brain),Brandy:()=>import("@phosphor-icons/react").then(e=>e.Brandy),BrandyIcon:()=>import("@phosphor-icons/react").then(e=>e.Brandy),Bread:()=>import("@phosphor-icons/react").then(e=>e.Bread),BreadIcon:()=>import("@phosphor-icons/react").then(e=>e.Bread),Bridge:()=>import("@phosphor-icons/react").then(e=>e.Bridge),BridgeIcon:()=>import("@phosphor-icons/react").then(e=>e.Bridge),Briefcase:()=>import("@phosphor-icons/react").then(e=>e.Briefcase),BriefcaseIcon:()=>import("@phosphor-icons/react").then(e=>e.Briefcase),BriefcaseMetal:()=>import("@phosphor-icons/react").then(e=>e.BriefcaseMetal),BriefcaseMetalIcon:()=>import("@phosphor-icons/react").then(e=>e.BriefcaseMetal),Broadcast:()=>import("@phosphor-icons/react").then(e=>e.Broadcast),BroadcastIcon:()=>import("@phosphor-icons/react").then(e=>e.Broadcast),Broom:()=>import("@phosphor-icons/react").then(e=>e.Broom),BroomIcon:()=>import("@phosphor-icons/react").then(e=>e.Broom),Browser:()=>import("@phosphor-icons/react").then(e=>e.Browser),BrowserIcon:()=>import("@phosphor-icons/react").then(e=>e.Browser),Browsers:()=>import("@phosphor-icons/react").then(e=>e.Browsers),BrowsersIcon:()=>import("@phosphor-icons/react").then(e=>e.Browsers),Bug:()=>import("@phosphor-icons/react").then(e=>e.Bug),BugBeetle:()=>import("@phosphor-icons/react").then(e=>e.BugBeetle),BugBeetleIcon:()=>import("@phosphor-icons/react").then(e=>e.BugBeetle),BugDroid:()=>import("@phosphor-icons/react").then(e=>e.BugDroid),BugDroidIcon:()=>import("@phosphor-icons/react").then(e=>e.BugDroid),BugIcon:()=>import("@phosphor-icons/react").then(e=>e.Bug),Building:()=>import("@phosphor-icons/react").then(e=>e.Building),BuildingApartment:()=>import("@phosphor-icons/react").then(e=>e.BuildingApartment),BuildingApartmentIcon:()=>import("@phosphor-icons/react").then(e=>e.BuildingApartment),BuildingIcon:()=>import("@phosphor-icons/react").then(e=>e.Building),BuildingOffice:()=>import("@phosphor-icons/react").then(e=>e.BuildingOffice),BuildingOfficeIcon:()=>import("@phosphor-icons/react").then(e=>e.BuildingOffice),Buildings:()=>import("@phosphor-icons/react").then(e=>e.Buildings),BuildingsIcon:()=>import("@phosphor-icons/react").then(e=>e.Buildings),Bulldozer:()=>import("@phosphor-icons/react").then(e=>e.Bulldozer),BulldozerIcon:()=>import("@phosphor-icons/react").then(e=>e.Bulldozer),Bus:()=>import("@phosphor-icons/react").then(e=>e.Bus),BusIcon:()=>import("@phosphor-icons/react").then(e=>e.Bus),Butterfly:()=>import("@phosphor-icons/react").then(e=>e.Butterfly),ButterflyIcon:()=>import("@phosphor-icons/react").then(e=>e.Butterfly),CableCar:()=>import("@phosphor-icons/react").then(e=>e.CableCar),CableCarIcon:()=>import("@phosphor-icons/react").then(e=>e.CableCar),Cactus:()=>import("@phosphor-icons/react").then(e=>e.Cactus),CactusIcon:()=>import("@phosphor-icons/react").then(e=>e.Cactus),CaduceusIcon:()=>import("@phosphor-icons/react").then(e=>e.Caduceus),Cake:()=>import("@phosphor-icons/react").then(e=>e.Cake),CakeIcon:()=>import("@phosphor-icons/react").then(e=>e.Cake),Calculator:()=>import("@phosphor-icons/react").then(e=>e.Calculator),CalculatorIcon:()=>import("@phosphor-icons/react").then(e=>e.Calculator),Calendar:()=>import("@phosphor-icons/react").then(e=>e.Calendar),CalendarBlank:()=>import("@phosphor-icons/react").then(e=>e.CalendarBlank),CalendarBlankIcon:()=>import("@phosphor-icons/react").then(e=>e.CalendarBlank),CalendarCheck:()=>import("@phosphor-icons/react").then(e=>e.CalendarCheck),CalendarCheckIcon:()=>import("@phosphor-icons/react").then(e=>e.CalendarCheck),CalendarDot:()=>import("@phosphor-icons/react").then(e=>e.CalendarDot),CalendarDotIcon:()=>import("@phosphor-icons/react").then(e=>e.CalendarDot),CalendarDots:()=>import("@phosphor-icons/react").then(e=>e.CalendarDots),CalendarDotsIcon:()=>import("@phosphor-icons/react").then(e=>e.CalendarDots),CalendarHeart:()=>import("@phosphor-icons/react").then(e=>e.CalendarHeart),CalendarHeartIcon:()=>import("@phosphor-icons/react").then(e=>e.CalendarHeart),CalendarIcon:()=>import("@phosphor-icons/react").then(e=>e.Calendar),CalendarMinus:()=>import("@phosphor-icons/react").then(e=>e.CalendarMinus),CalendarMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.CalendarMinus),CalendarPlus:()=>import("@phosphor-icons/react").then(e=>e.CalendarPlus),CalendarPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.CalendarPlus),CalendarSlash:()=>import("@phosphor-icons/react").then(e=>e.CalendarSlash),CalendarSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.CalendarSlash),CalendarStar:()=>import("@phosphor-icons/react").then(e=>e.CalendarStar),CalendarStarIcon:()=>import("@phosphor-icons/react").then(e=>e.CalendarStar),CalendarX:()=>import("@phosphor-icons/react").then(e=>e.CalendarX),CalendarXIcon:()=>import("@phosphor-icons/react").then(e=>e.CalendarX),CallBell:()=>import("@phosphor-icons/react").then(e=>e.CallBell),CallBellIcon:()=>import("@phosphor-icons/react").then(e=>e.CallBell),Camera:()=>import("@phosphor-icons/react").then(e=>e.Camera),CameraIcon:()=>import("@phosphor-icons/react").then(e=>e.Camera),CameraPlus:()=>import("@phosphor-icons/react").then(e=>e.CameraPlus),CameraPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.CameraPlus),CameraRotate:()=>import("@phosphor-icons/react").then(e=>e.CameraRotate),CameraRotateIcon:()=>import("@phosphor-icons/react").then(e=>e.CameraRotate),CameraSlash:()=>import("@phosphor-icons/react").then(e=>e.CameraSlash),CameraSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.CameraSlash),Campfire:()=>import("@phosphor-icons/react").then(e=>e.Campfire),CampfireIcon:()=>import("@phosphor-icons/react").then(e=>e.Campfire),Car:()=>import("@phosphor-icons/react").then(e=>e.Car),CarBattery:()=>import("@phosphor-icons/react").then(e=>e.CarBattery),CarBatteryIcon:()=>import("@phosphor-icons/react").then(e=>e.CarBattery),CarIcon:()=>import("@phosphor-icons/react").then(e=>e.Car),CarProfile:()=>import("@phosphor-icons/react").then(e=>e.CarProfile),CarProfileIcon:()=>import("@phosphor-icons/react").then(e=>e.CarProfile),CarSimple:()=>import("@phosphor-icons/react").then(e=>e.CarSimple),CarSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.CarSimple),Cardholder:()=>import("@phosphor-icons/react").then(e=>e.Cardholder),CardholderIcon:()=>import("@phosphor-icons/react").then(e=>e.Cardholder),Cards:()=>import("@phosphor-icons/react").then(e=>e.Cards),CardsIcon:()=>import("@phosphor-icons/react").then(e=>e.Cards),CardsThree:()=>import("@phosphor-icons/react").then(e=>e.CardsThree),CardsThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.CardsThree),CaretCircleDoubleDown:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleDoubleDown),CaretCircleDoubleDownIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleDoubleDown),CaretCircleDoubleLeft:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleDoubleLeft),CaretCircleDoubleLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleDoubleLeft),CaretCircleDoubleRight:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleDoubleRight),CaretCircleDoubleRightIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleDoubleRight),CaretCircleDoubleUp:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleDoubleUp),CaretCircleDoubleUpIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleDoubleUp),CaretCircleDown:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleDown),CaretCircleDownIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleDown),CaretCircleLeft:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleLeft),CaretCircleLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleLeft),CaretCircleRight:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleRight),CaretCircleRightIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleRight),CaretCircleUp:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleUp),CaretCircleUpDown:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleUpDown),CaretCircleUpDownIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleUpDown),CaretCircleUpIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretCircleUp),CaretDoubleDown:()=>import("@phosphor-icons/react").then(e=>e.CaretDoubleDown),CaretDoubleDownIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretDoubleDown),CaretDoubleLeft:()=>import("@phosphor-icons/react").then(e=>e.CaretDoubleLeft),CaretDoubleLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretDoubleLeft),CaretDoubleRight:()=>import("@phosphor-icons/react").then(e=>e.CaretDoubleRight),CaretDoubleRightIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretDoubleRight),CaretDoubleUp:()=>import("@phosphor-icons/react").then(e=>e.CaretDoubleUp),CaretDoubleUpIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretDoubleUp),CaretDown:()=>import("@phosphor-icons/react").then(e=>e.CaretDown),CaretDownIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretDown),CaretLeft:()=>import("@phosphor-icons/react").then(e=>e.CaretLeft),CaretLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretLeft),CaretLineDown:()=>import("@phosphor-icons/react").then(e=>e.CaretLineDown),CaretLineDownIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretLineDown),CaretLineLeft:()=>import("@phosphor-icons/react").then(e=>e.CaretLineLeft),CaretLineLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretLineLeft),CaretLineRight:()=>import("@phosphor-icons/react").then(e=>e.CaretLineRight),CaretLineRightIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretLineRight),CaretLineUp:()=>import("@phosphor-icons/react").then(e=>e.CaretLineUp),CaretLineUpIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretLineUp),CaretRight:()=>import("@phosphor-icons/react").then(e=>e.CaretRight),CaretRightIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretRight),CaretUp:()=>import("@phosphor-icons/react").then(e=>e.CaretUp),CaretUpDown:()=>import("@phosphor-icons/react").then(e=>e.CaretUpDown),CaretUpDownIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretUpDown),CaretUpIcon:()=>import("@phosphor-icons/react").then(e=>e.CaretUp),Carrot:()=>import("@phosphor-icons/react").then(e=>e.Carrot),CarrotIcon:()=>import("@phosphor-icons/react").then(e=>e.Carrot),CashRegister:()=>import("@phosphor-icons/react").then(e=>e.CashRegister),CashRegisterIcon:()=>import("@phosphor-icons/react").then(e=>e.CashRegister),CassetteTape:()=>import("@phosphor-icons/react").then(e=>e.CassetteTape),CassetteTapeIcon:()=>import("@phosphor-icons/react").then(e=>e.CassetteTape),CastleTurret:()=>import("@phosphor-icons/react").then(e=>e.CastleTurret),CastleTurretIcon:()=>import("@phosphor-icons/react").then(e=>e.CastleTurret),Cat:()=>import("@phosphor-icons/react").then(e=>e.Cat),CatIcon:()=>import("@phosphor-icons/react").then(e=>e.Cat),CellSignalFull:()=>import("@phosphor-icons/react").then(e=>e.CellSignalFull),CellSignalFullIcon:()=>import("@phosphor-icons/react").then(e=>e.CellSignalFull),CellSignalHigh:()=>import("@phosphor-icons/react").then(e=>e.CellSignalHigh),CellSignalHighIcon:()=>import("@phosphor-icons/react").then(e=>e.CellSignalHigh),CellSignalLow:()=>import("@phosphor-icons/react").then(e=>e.CellSignalLow),CellSignalLowIcon:()=>import("@phosphor-icons/react").then(e=>e.CellSignalLow),CellSignalMedium:()=>import("@phosphor-icons/react").then(e=>e.CellSignalMedium),CellSignalMediumIcon:()=>import("@phosphor-icons/react").then(e=>e.CellSignalMedium),CellSignalNone:()=>import("@phosphor-icons/react").then(e=>e.CellSignalNone),CellSignalNoneIcon:()=>import("@phosphor-icons/react").then(e=>e.CellSignalNone),CellSignalSlash:()=>import("@phosphor-icons/react").then(e=>e.CellSignalSlash),CellSignalSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.CellSignalSlash),CellSignalX:()=>import("@phosphor-icons/react").then(e=>e.CellSignalX),CellSignalXIcon:()=>import("@phosphor-icons/react").then(e=>e.CellSignalX),CellTower:()=>import("@phosphor-icons/react").then(e=>e.CellTower),CellTowerIcon:()=>import("@phosphor-icons/react").then(e=>e.CellTower),Certificate:()=>import("@phosphor-icons/react").then(e=>e.Certificate),CertificateIcon:()=>import("@phosphor-icons/react").then(e=>e.Certificate),Chair:()=>import("@phosphor-icons/react").then(e=>e.Chair),ChairIcon:()=>import("@phosphor-icons/react").then(e=>e.Chair),Chalkboard:()=>import("@phosphor-icons/react").then(e=>e.Chalkboard),ChalkboardIcon:()=>import("@phosphor-icons/react").then(e=>e.Chalkboard),ChalkboardSimple:()=>import("@phosphor-icons/react").then(e=>e.ChalkboardSimple),ChalkboardSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.ChalkboardSimple),ChalkboardTeacher:()=>import("@phosphor-icons/react").then(e=>e.ChalkboardTeacher),ChalkboardTeacherIcon:()=>import("@phosphor-icons/react").then(e=>e.ChalkboardTeacher),Champagne:()=>import("@phosphor-icons/react").then(e=>e.Champagne),ChampagneIcon:()=>import("@phosphor-icons/react").then(e=>e.Champagne),ChargingStation:()=>import("@phosphor-icons/react").then(e=>e.ChargingStation),ChargingStationIcon:()=>import("@phosphor-icons/react").then(e=>e.ChargingStation),ChartBar:()=>import("@phosphor-icons/react").then(e=>e.ChartBar),ChartBarHorizontal:()=>import("@phosphor-icons/react").then(e=>e.ChartBarHorizontal),ChartBarHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.ChartBarHorizontal),ChartBarIcon:()=>import("@phosphor-icons/react").then(e=>e.ChartBar),ChartDonut:()=>import("@phosphor-icons/react").then(e=>e.ChartDonut),ChartDonutIcon:()=>import("@phosphor-icons/react").then(e=>e.ChartDonut),ChartLine:()=>import("@phosphor-icons/react").then(e=>e.ChartLine),ChartLineDown:()=>import("@phosphor-icons/react").then(e=>e.ChartLineDown),ChartLineDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ChartLineDown),ChartLineIcon:()=>import("@phosphor-icons/react").then(e=>e.ChartLine),ChartLineUp:()=>import("@phosphor-icons/react").then(e=>e.ChartLineUp),ChartLineUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ChartLineUp),ChartPie:()=>import("@phosphor-icons/react").then(e=>e.ChartPie),ChartPieIcon:()=>import("@phosphor-icons/react").then(e=>e.ChartPie),ChartPieSlice:()=>import("@phosphor-icons/react").then(e=>e.ChartPieSlice),ChartPieSliceIcon:()=>import("@phosphor-icons/react").then(e=>e.ChartPieSlice),ChartPolar:()=>import("@phosphor-icons/react").then(e=>e.ChartPolar),ChartPolarIcon:()=>import("@phosphor-icons/react").then(e=>e.ChartPolar),ChartScatter:()=>import("@phosphor-icons/react").then(e=>e.ChartScatter),ChartScatterIcon:()=>import("@phosphor-icons/react").then(e=>e.ChartScatter),Chat:()=>import("@phosphor-icons/react").then(e=>e.Chat),ChatCentered:()=>import("@phosphor-icons/react").then(e=>e.ChatCentered),ChatCenteredDots:()=>import("@phosphor-icons/react").then(e=>e.ChatCenteredDots),ChatCenteredDotsIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatCenteredDots),ChatCenteredIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatCentered),ChatCenteredSlash:()=>import("@phosphor-icons/react").then(e=>e.ChatCenteredSlash),ChatCenteredSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatCenteredSlash),ChatCenteredText:()=>import("@phosphor-icons/react").then(e=>e.ChatCenteredText),ChatCenteredTextIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatCenteredText),ChatCircle:()=>import("@phosphor-icons/react").then(e=>e.ChatCircle),ChatCircleDots:()=>import("@phosphor-icons/react").then(e=>e.ChatCircleDots),ChatCircleDotsIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatCircleDots),ChatCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatCircle),ChatCircleSlash:()=>import("@phosphor-icons/react").then(e=>e.ChatCircleSlash),ChatCircleSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatCircleSlash),ChatCircleText:()=>import("@phosphor-icons/react").then(e=>e.ChatCircleText),ChatCircleTextIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatCircleText),ChatDots:()=>import("@phosphor-icons/react").then(e=>e.ChatDots),ChatDotsIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatDots),ChatIcon:()=>import("@phosphor-icons/react").then(e=>e.Chat),ChatSlash:()=>import("@phosphor-icons/react").then(e=>e.ChatSlash),ChatSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatSlash),ChatTeardrop:()=>import("@phosphor-icons/react").then(e=>e.ChatTeardrop),ChatTeardropDots:()=>import("@phosphor-icons/react").then(e=>e.ChatTeardropDots),ChatTeardropDotsIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatTeardropDots),ChatTeardropIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatTeardrop),ChatTeardropSlash:()=>import("@phosphor-icons/react").then(e=>e.ChatTeardropSlash),ChatTeardropSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatTeardropSlash),ChatTeardropText:()=>import("@phosphor-icons/react").then(e=>e.ChatTeardropText),ChatTeardropTextIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatTeardropText),ChatText:()=>import("@phosphor-icons/react").then(e=>e.ChatText),ChatTextIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatText),Chats:()=>import("@phosphor-icons/react").then(e=>e.Chats),ChatsCircle:()=>import("@phosphor-icons/react").then(e=>e.ChatsCircle),ChatsCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatsCircle),ChatsIcon:()=>import("@phosphor-icons/react").then(e=>e.Chats),ChatsTeardrop:()=>import("@phosphor-icons/react").then(e=>e.ChatsTeardrop),ChatsTeardropIcon:()=>import("@phosphor-icons/react").then(e=>e.ChatsTeardrop),Check:()=>import("@phosphor-icons/react").then(e=>e.Check),CheckCircle:()=>import("@phosphor-icons/react").then(e=>e.CheckCircle),CheckCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.CheckCircle),CheckFat:()=>import("@phosphor-icons/react").then(e=>e.CheckFat),CheckFatIcon:()=>import("@phosphor-icons/react").then(e=>e.CheckFat),CheckIcon:()=>import("@phosphor-icons/react").then(e=>e.Check),CheckSquare:()=>import("@phosphor-icons/react").then(e=>e.CheckSquare),CheckSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.CheckSquare),CheckSquareOffset:()=>import("@phosphor-icons/react").then(e=>e.CheckSquareOffset),CheckSquareOffsetIcon:()=>import("@phosphor-icons/react").then(e=>e.CheckSquareOffset),Checkerboard:()=>import("@phosphor-icons/react").then(e=>e.Checkerboard),CheckerboardIcon:()=>import("@phosphor-icons/react").then(e=>e.Checkerboard),Checks:()=>import("@phosphor-icons/react").then(e=>e.Checks),ChecksIcon:()=>import("@phosphor-icons/react").then(e=>e.Checks),Cheers:()=>import("@phosphor-icons/react").then(e=>e.Cheers),CheersIcon:()=>import("@phosphor-icons/react").then(e=>e.Cheers),Cheese:()=>import("@phosphor-icons/react").then(e=>e.Cheese),CheeseIcon:()=>import("@phosphor-icons/react").then(e=>e.Cheese),ChefHat:()=>import("@phosphor-icons/react").then(e=>e.ChefHat),ChefHatIcon:()=>import("@phosphor-icons/react").then(e=>e.ChefHat),Cherries:()=>import("@phosphor-icons/react").then(e=>e.Cherries),CherriesIcon:()=>import("@phosphor-icons/react").then(e=>e.Cherries),Church:()=>import("@phosphor-icons/react").then(e=>e.Church),ChurchIcon:()=>import("@phosphor-icons/react").then(e=>e.Church),Cigarette:()=>import("@phosphor-icons/react").then(e=>e.Cigarette),CigaretteIcon:()=>import("@phosphor-icons/react").then(e=>e.Cigarette),CigaretteSlash:()=>import("@phosphor-icons/react").then(e=>e.CigaretteSlash),CigaretteSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.CigaretteSlash),Circle:()=>import("@phosphor-icons/react").then(e=>e.Circle),CircleDashed:()=>import("@phosphor-icons/react").then(e=>e.CircleDashed),CircleDashedIcon:()=>import("@phosphor-icons/react").then(e=>e.CircleDashed),CircleHalf:()=>import("@phosphor-icons/react").then(e=>e.CircleHalf),CircleHalfIcon:()=>import("@phosphor-icons/react").then(e=>e.CircleHalf),CircleHalfTilt:()=>import("@phosphor-icons/react").then(e=>e.CircleHalfTilt),CircleHalfTiltIcon:()=>import("@phosphor-icons/react").then(e=>e.CircleHalfTilt),CircleIcon:()=>import("@phosphor-icons/react").then(e=>e.Circle),CircleNotch:()=>import("@phosphor-icons/react").then(e=>e.CircleNotch),CircleNotchIcon:()=>import("@phosphor-icons/react").then(e=>e.CircleNotch),CircleWavyCheckIcon:()=>import("@phosphor-icons/react").then(e=>e.CircleWavyCheck),CircleWavyIcon:()=>import("@phosphor-icons/react").then(e=>e.CircleWavy),CircleWavyQuestionIcon:()=>import("@phosphor-icons/react").then(e=>e.CircleWavyQuestion),CircleWavyWarningIcon:()=>import("@phosphor-icons/react").then(e=>e.CircleWavyWarning),CirclesFour:()=>import("@phosphor-icons/react").then(e=>e.CirclesFour),CirclesFourIcon:()=>import("@phosphor-icons/react").then(e=>e.CirclesFour),CirclesThree:()=>import("@phosphor-icons/react").then(e=>e.CirclesThree),CirclesThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.CirclesThree),CirclesThreePlus:()=>import("@phosphor-icons/react").then(e=>e.CirclesThreePlus),CirclesThreePlusIcon:()=>import("@phosphor-icons/react").then(e=>e.CirclesThreePlus),Circuitry:()=>import("@phosphor-icons/react").then(e=>e.Circuitry),CircuitryIcon:()=>import("@phosphor-icons/react").then(e=>e.Circuitry),City:()=>import("@phosphor-icons/react").then(e=>e.City),CityIcon:()=>import("@phosphor-icons/react").then(e=>e.City),Clipboard:()=>import("@phosphor-icons/react").then(e=>e.Clipboard),ClipboardIcon:()=>import("@phosphor-icons/react").then(e=>e.Clipboard),ClipboardText:()=>import("@phosphor-icons/react").then(e=>e.ClipboardText),ClipboardTextIcon:()=>import("@phosphor-icons/react").then(e=>e.ClipboardText),Clock:()=>import("@phosphor-icons/react").then(e=>e.Clock),ClockAfternoon:()=>import("@phosphor-icons/react").then(e=>e.ClockAfternoon),ClockAfternoonIcon:()=>import("@phosphor-icons/react").then(e=>e.ClockAfternoon),ClockClockwise:()=>import("@phosphor-icons/react").then(e=>e.ClockClockwise),ClockClockwiseIcon:()=>import("@phosphor-icons/react").then(e=>e.ClockClockwise),ClockCountdown:()=>import("@phosphor-icons/react").then(e=>e.ClockCountdown),ClockCountdownIcon:()=>import("@phosphor-icons/react").then(e=>e.ClockCountdown),ClockCounterClockwise:()=>import("@phosphor-icons/react").then(e=>e.ClockCounterClockwise),ClockCounterClockwiseIcon:()=>import("@phosphor-icons/react").then(e=>e.ClockCounterClockwise),ClockIcon:()=>import("@phosphor-icons/react").then(e=>e.Clock),ClockUser:()=>import("@phosphor-icons/react").then(e=>e.ClockUser),ClockUserIcon:()=>import("@phosphor-icons/react").then(e=>e.ClockUser),ClosedCaptioning:()=>import("@phosphor-icons/react").then(e=>e.ClosedCaptioning),ClosedCaptioningIcon:()=>import("@phosphor-icons/react").then(e=>e.ClosedCaptioning),Cloud:()=>import("@phosphor-icons/react").then(e=>e.Cloud),CloudArrowDown:()=>import("@phosphor-icons/react").then(e=>e.CloudArrowDown),CloudArrowDownIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudArrowDown),CloudArrowUp:()=>import("@phosphor-icons/react").then(e=>e.CloudArrowUp),CloudArrowUpIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudArrowUp),CloudCheck:()=>import("@phosphor-icons/react").then(e=>e.CloudCheck),CloudCheckIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudCheck),CloudFog:()=>import("@phosphor-icons/react").then(e=>e.CloudFog),CloudFogIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudFog),CloudIcon:()=>import("@phosphor-icons/react").then(e=>e.Cloud),CloudLightning:()=>import("@phosphor-icons/react").then(e=>e.CloudLightning),CloudLightningIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudLightning),CloudMoon:()=>import("@phosphor-icons/react").then(e=>e.CloudMoon),CloudMoonIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudMoon),CloudRain:()=>import("@phosphor-icons/react").then(e=>e.CloudRain),CloudRainIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudRain),CloudSlash:()=>import("@phosphor-icons/react").then(e=>e.CloudSlash),CloudSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudSlash),CloudSnow:()=>import("@phosphor-icons/react").then(e=>e.CloudSnow),CloudSnowIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudSnow),CloudSun:()=>import("@phosphor-icons/react").then(e=>e.CloudSun),CloudSunIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudSun),CloudWarning:()=>import("@phosphor-icons/react").then(e=>e.CloudWarning),CloudWarningIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudWarning),CloudX:()=>import("@phosphor-icons/react").then(e=>e.CloudX),CloudXIcon:()=>import("@phosphor-icons/react").then(e=>e.CloudX),Clover:()=>import("@phosphor-icons/react").then(e=>e.Clover),CloverIcon:()=>import("@phosphor-icons/react").then(e=>e.Clover),Club:()=>import("@phosphor-icons/react").then(e=>e.Club),ClubIcon:()=>import("@phosphor-icons/react").then(e=>e.Club),CoatHanger:()=>import("@phosphor-icons/react").then(e=>e.CoatHanger),CoatHangerIcon:()=>import("@phosphor-icons/react").then(e=>e.CoatHanger),CodaLogo:()=>import("@phosphor-icons/react").then(e=>e.CodaLogo),CodaLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.CodaLogo),Code:()=>import("@phosphor-icons/react").then(e=>e.Code),CodeBlock:()=>import("@phosphor-icons/react").then(e=>e.CodeBlock),CodeBlockIcon:()=>import("@phosphor-icons/react").then(e=>e.CodeBlock),CodeIcon:()=>import("@phosphor-icons/react").then(e=>e.Code),CodeSimple:()=>import("@phosphor-icons/react").then(e=>e.CodeSimple),CodeSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.CodeSimple),CodepenLogo:()=>import("@phosphor-icons/react").then(e=>e.CodepenLogo),CodepenLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.CodepenLogo),CodesandboxLogo:()=>import("@phosphor-icons/react").then(e=>e.CodesandboxLogo),CodesandboxLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.CodesandboxLogo),Coffee:()=>import("@phosphor-icons/react").then(e=>e.Coffee),CoffeeBean:()=>import("@phosphor-icons/react").then(e=>e.CoffeeBean),CoffeeBeanIcon:()=>import("@phosphor-icons/react").then(e=>e.CoffeeBean),CoffeeIcon:()=>import("@phosphor-icons/react").then(e=>e.Coffee),Coin:()=>import("@phosphor-icons/react").then(e=>e.Coin),CoinIcon:()=>import("@phosphor-icons/react").then(e=>e.Coin),CoinVertical:()=>import("@phosphor-icons/react").then(e=>e.CoinVertical),CoinVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.CoinVertical),Coins:()=>import("@phosphor-icons/react").then(e=>e.Coins),CoinsIcon:()=>import("@phosphor-icons/react").then(e=>e.Coins),Columns:()=>import("@phosphor-icons/react").then(e=>e.Columns),ColumnsIcon:()=>import("@phosphor-icons/react").then(e=>e.Columns),ColumnsPlusLeft:()=>import("@phosphor-icons/react").then(e=>e.ColumnsPlusLeft),ColumnsPlusLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ColumnsPlusLeft),ColumnsPlusRight:()=>import("@phosphor-icons/react").then(e=>e.ColumnsPlusRight),ColumnsPlusRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ColumnsPlusRight),Command:()=>import("@phosphor-icons/react").then(e=>e.Command),CommandIcon:()=>import("@phosphor-icons/react").then(e=>e.Command),Compass:()=>import("@phosphor-icons/react").then(e=>e.Compass),CompassIcon:()=>import("@phosphor-icons/react").then(e=>e.Compass),CompassRose:()=>import("@phosphor-icons/react").then(e=>e.CompassRose),CompassRoseIcon:()=>import("@phosphor-icons/react").then(e=>e.CompassRose),CompassTool:()=>import("@phosphor-icons/react").then(e=>e.CompassTool),CompassToolIcon:()=>import("@phosphor-icons/react").then(e=>e.CompassTool),ComputerTower:()=>import("@phosphor-icons/react").then(e=>e.ComputerTower),ComputerTowerIcon:()=>import("@phosphor-icons/react").then(e=>e.ComputerTower),Confetti:()=>import("@phosphor-icons/react").then(e=>e.Confetti),ConfettiIcon:()=>import("@phosphor-icons/react").then(e=>e.Confetti),ContactlessPayment:()=>import("@phosphor-icons/react").then(e=>e.ContactlessPayment),ContactlessPaymentIcon:()=>import("@phosphor-icons/react").then(e=>e.ContactlessPayment),Control:()=>import("@phosphor-icons/react").then(e=>e.Control),ControlIcon:()=>import("@phosphor-icons/react").then(e=>e.Control),Cookie:()=>import("@phosphor-icons/react").then(e=>e.Cookie),CookieIcon:()=>import("@phosphor-icons/react").then(e=>e.Cookie),CookingPot:()=>import("@phosphor-icons/react").then(e=>e.CookingPot),CookingPotIcon:()=>import("@phosphor-icons/react").then(e=>e.CookingPot),Copy:()=>import("@phosphor-icons/react").then(e=>e.Copy),CopyIcon:()=>import("@phosphor-icons/react").then(e=>e.Copy),CopySimple:()=>import("@phosphor-icons/react").then(e=>e.CopySimple),CopySimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.CopySimple),Copyleft:()=>import("@phosphor-icons/react").then(e=>e.Copyleft),CopyleftIcon:()=>import("@phosphor-icons/react").then(e=>e.Copyleft),Copyright:()=>import("@phosphor-icons/react").then(e=>e.Copyright),CopyrightIcon:()=>import("@phosphor-icons/react").then(e=>e.Copyright),CornersIn:()=>import("@phosphor-icons/react").then(e=>e.CornersIn),CornersInIcon:()=>import("@phosphor-icons/react").then(e=>e.CornersIn),CornersOut:()=>import("@phosphor-icons/react").then(e=>e.CornersOut),CornersOutIcon:()=>import("@phosphor-icons/react").then(e=>e.CornersOut),Couch:()=>import("@phosphor-icons/react").then(e=>e.Couch),CouchIcon:()=>import("@phosphor-icons/react").then(e=>e.Couch),CourtBasketball:()=>import("@phosphor-icons/react").then(e=>e.CourtBasketball),CourtBasketballIcon:()=>import("@phosphor-icons/react").then(e=>e.CourtBasketball),Cow:()=>import("@phosphor-icons/react").then(e=>e.Cow),CowIcon:()=>import("@phosphor-icons/react").then(e=>e.Cow),CowboyHat:()=>import("@phosphor-icons/react").then(e=>e.CowboyHat),CowboyHatIcon:()=>import("@phosphor-icons/react").then(e=>e.CowboyHat),Cpu:()=>import("@phosphor-icons/react").then(e=>e.Cpu),CpuIcon:()=>import("@phosphor-icons/react").then(e=>e.Cpu),Crane:()=>import("@phosphor-icons/react").then(e=>e.Crane),CraneIcon:()=>import("@phosphor-icons/react").then(e=>e.Crane),CraneTower:()=>import("@phosphor-icons/react").then(e=>e.CraneTower),CraneTowerIcon:()=>import("@phosphor-icons/react").then(e=>e.CraneTower),CreditCard:()=>import("@phosphor-icons/react").then(e=>e.CreditCard),CreditCardIcon:()=>import("@phosphor-icons/react").then(e=>e.CreditCard),Cricket:()=>import("@phosphor-icons/react").then(e=>e.Cricket),CricketIcon:()=>import("@phosphor-icons/react").then(e=>e.Cricket),Crop:()=>import("@phosphor-icons/react").then(e=>e.Crop),CropIcon:()=>import("@phosphor-icons/react").then(e=>e.Crop),Cross:()=>import("@phosphor-icons/react").then(e=>e.Cross),CrossIcon:()=>import("@phosphor-icons/react").then(e=>e.Cross),Crosshair:()=>import("@phosphor-icons/react").then(e=>e.Crosshair),CrosshairIcon:()=>import("@phosphor-icons/react").then(e=>e.Crosshair),CrosshairSimple:()=>import("@phosphor-icons/react").then(e=>e.CrosshairSimple),CrosshairSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.CrosshairSimple),Crown:()=>import("@phosphor-icons/react").then(e=>e.Crown),CrownCross:()=>import("@phosphor-icons/react").then(e=>e.CrownCross),CrownCrossIcon:()=>import("@phosphor-icons/react").then(e=>e.CrownCross),CrownIcon:()=>import("@phosphor-icons/react").then(e=>e.Crown),CrownSimple:()=>import("@phosphor-icons/react").then(e=>e.CrownSimple),CrownSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.CrownSimple),Cube:()=>import("@phosphor-icons/react").then(e=>e.Cube),CubeFocus:()=>import("@phosphor-icons/react").then(e=>e.CubeFocus),CubeFocusIcon:()=>import("@phosphor-icons/react").then(e=>e.CubeFocus),CubeIcon:()=>import("@phosphor-icons/react").then(e=>e.Cube),CubeTransparent:()=>import("@phosphor-icons/react").then(e=>e.CubeTransparent),CubeTransparentIcon:()=>import("@phosphor-icons/react").then(e=>e.CubeTransparent),CurrencyBtc:()=>import("@phosphor-icons/react").then(e=>e.CurrencyBtc),CurrencyBtcIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyBtc),CurrencyCircleDollar:()=>import("@phosphor-icons/react").then(e=>e.CurrencyCircleDollar),CurrencyCircleDollarIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyCircleDollar),CurrencyCny:()=>import("@phosphor-icons/react").then(e=>e.CurrencyCny),CurrencyCnyIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyCny),CurrencyDollar:()=>import("@phosphor-icons/react").then(e=>e.CurrencyDollar),CurrencyDollarIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyDollar),CurrencyDollarSimple:()=>import("@phosphor-icons/react").then(e=>e.CurrencyDollarSimple),CurrencyDollarSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyDollarSimple),CurrencyEth:()=>import("@phosphor-icons/react").then(e=>e.CurrencyEth),CurrencyEthIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyEth),CurrencyEur:()=>import("@phosphor-icons/react").then(e=>e.CurrencyEur),CurrencyEurIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyEur),CurrencyGbp:()=>import("@phosphor-icons/react").then(e=>e.CurrencyGbp),CurrencyGbpIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyGbp),CurrencyInr:()=>import("@phosphor-icons/react").then(e=>e.CurrencyInr),CurrencyInrIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyInr),CurrencyJpy:()=>import("@phosphor-icons/react").then(e=>e.CurrencyJpy),CurrencyJpyIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyJpy),CurrencyKrw:()=>import("@phosphor-icons/react").then(e=>e.CurrencyKrw),CurrencyKrwIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyKrw),CurrencyKzt:()=>import("@phosphor-icons/react").then(e=>e.CurrencyKzt),CurrencyKztIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyKzt),CurrencyNgn:()=>import("@phosphor-icons/react").then(e=>e.CurrencyNgn),CurrencyNgnIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyNgn),CurrencyRub:()=>import("@phosphor-icons/react").then(e=>e.CurrencyRub),CurrencyRubIcon:()=>import("@phosphor-icons/react").then(e=>e.CurrencyRub),Cursor:()=>import("@phosphor-icons/react").then(e=>e.Cursor),CursorClick:()=>import("@phosphor-icons/react").then(e=>e.CursorClick),CursorClickIcon:()=>import("@phosphor-icons/react").then(e=>e.CursorClick),CursorIcon:()=>import("@phosphor-icons/react").then(e=>e.Cursor),CursorText:()=>import("@phosphor-icons/react").then(e=>e.CursorText),CursorTextIcon:()=>import("@phosphor-icons/react").then(e=>e.CursorText),Cylinder:()=>import("@phosphor-icons/react").then(e=>e.Cylinder),CylinderIcon:()=>import("@phosphor-icons/react").then(e=>e.Cylinder),Database:()=>import("@phosphor-icons/react").then(e=>e.Database),DatabaseIcon:()=>import("@phosphor-icons/react").then(e=>e.Database),Desk:()=>import("@phosphor-icons/react").then(e=>e.Desk),DeskIcon:()=>import("@phosphor-icons/react").then(e=>e.Desk),Desktop:()=>import("@phosphor-icons/react").then(e=>e.Desktop),DesktopIcon:()=>import("@phosphor-icons/react").then(e=>e.Desktop),DesktopTower:()=>import("@phosphor-icons/react").then(e=>e.DesktopTower),DesktopTowerIcon:()=>import("@phosphor-icons/react").then(e=>e.DesktopTower),Detective:()=>import("@phosphor-icons/react").then(e=>e.Detective),DetectiveIcon:()=>import("@phosphor-icons/react").then(e=>e.Detective),DevToLogo:()=>import("@phosphor-icons/react").then(e=>e.DevToLogo),DevToLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.DevToLogo),DeviceMobile:()=>import("@phosphor-icons/react").then(e=>e.DeviceMobile),DeviceMobileCamera:()=>import("@phosphor-icons/react").then(e=>e.DeviceMobileCamera),DeviceMobileCameraIcon:()=>import("@phosphor-icons/react").then(e=>e.DeviceMobileCamera),DeviceMobileIcon:()=>import("@phosphor-icons/react").then(e=>e.DeviceMobile),DeviceMobileSlash:()=>import("@phosphor-icons/react").then(e=>e.DeviceMobileSlash),DeviceMobileSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.DeviceMobileSlash),DeviceMobileSpeaker:()=>import("@phosphor-icons/react").then(e=>e.DeviceMobileSpeaker),DeviceMobileSpeakerIcon:()=>import("@phosphor-icons/react").then(e=>e.DeviceMobileSpeaker),DeviceRotate:()=>import("@phosphor-icons/react").then(e=>e.DeviceRotate),DeviceRotateIcon:()=>import("@phosphor-icons/react").then(e=>e.DeviceRotate),DeviceTablet:()=>import("@phosphor-icons/react").then(e=>e.DeviceTablet),DeviceTabletCamera:()=>import("@phosphor-icons/react").then(e=>e.DeviceTabletCamera),DeviceTabletCameraIcon:()=>import("@phosphor-icons/react").then(e=>e.DeviceTabletCamera),DeviceTabletIcon:()=>import("@phosphor-icons/react").then(e=>e.DeviceTablet),DeviceTabletSpeaker:()=>import("@phosphor-icons/react").then(e=>e.DeviceTabletSpeaker),DeviceTabletSpeakerIcon:()=>import("@phosphor-icons/react").then(e=>e.DeviceTabletSpeaker),Devices:()=>import("@phosphor-icons/react").then(e=>e.Devices),DevicesIcon:()=>import("@phosphor-icons/react").then(e=>e.Devices),Diamond:()=>import("@phosphor-icons/react").then(e=>e.Diamond),DiamondIcon:()=>import("@phosphor-icons/react").then(e=>e.Diamond),DiamondsFour:()=>import("@phosphor-icons/react").then(e=>e.DiamondsFour),DiamondsFourIcon:()=>import("@phosphor-icons/react").then(e=>e.DiamondsFour),DiceFive:()=>import("@phosphor-icons/react").then(e=>e.DiceFive),DiceFiveIcon:()=>import("@phosphor-icons/react").then(e=>e.DiceFive),DiceFour:()=>import("@phosphor-icons/react").then(e=>e.DiceFour),DiceFourIcon:()=>import("@phosphor-icons/react").then(e=>e.DiceFour),DiceOne:()=>import("@phosphor-icons/react").then(e=>e.DiceOne),DiceOneIcon:()=>import("@phosphor-icons/react").then(e=>e.DiceOne),DiceSix:()=>import("@phosphor-icons/react").then(e=>e.DiceSix),DiceSixIcon:()=>import("@phosphor-icons/react").then(e=>e.DiceSix),DiceThree:()=>import("@phosphor-icons/react").then(e=>e.DiceThree),DiceThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.DiceThree),DiceTwo:()=>import("@phosphor-icons/react").then(e=>e.DiceTwo),DiceTwoIcon:()=>import("@phosphor-icons/react").then(e=>e.DiceTwo),Disc:()=>import("@phosphor-icons/react").then(e=>e.Disc),DiscIcon:()=>import("@phosphor-icons/react").then(e=>e.Disc),DiscoBall:()=>import("@phosphor-icons/react").then(e=>e.DiscoBall),DiscoBallIcon:()=>import("@phosphor-icons/react").then(e=>e.DiscoBall),DiscordLogo:()=>import("@phosphor-icons/react").then(e=>e.DiscordLogo),DiscordLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.DiscordLogo),Divide:()=>import("@phosphor-icons/react").then(e=>e.Divide),DivideIcon:()=>import("@phosphor-icons/react").then(e=>e.Divide),Dna:()=>import("@phosphor-icons/react").then(e=>e.Dna),DnaIcon:()=>import("@phosphor-icons/react").then(e=>e.Dna),Dog:()=>import("@phosphor-icons/react").then(e=>e.Dog),DogIcon:()=>import("@phosphor-icons/react").then(e=>e.Dog),Door:()=>import("@phosphor-icons/react").then(e=>e.Door),DoorIcon:()=>import("@phosphor-icons/react").then(e=>e.Door),DoorOpen:()=>import("@phosphor-icons/react").then(e=>e.DoorOpen),DoorOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.DoorOpen),Dot:()=>import("@phosphor-icons/react").then(e=>e.Dot),DotIcon:()=>import("@phosphor-icons/react").then(e=>e.Dot),DotOutline:()=>import("@phosphor-icons/react").then(e=>e.DotOutline),DotOutlineIcon:()=>import("@phosphor-icons/react").then(e=>e.DotOutline),DotsNine:()=>import("@phosphor-icons/react").then(e=>e.DotsNine),DotsNineIcon:()=>import("@phosphor-icons/react").then(e=>e.DotsNine),DotsSix:()=>import("@phosphor-icons/react").then(e=>e.DotsSix),DotsSixIcon:()=>import("@phosphor-icons/react").then(e=>e.DotsSix),DotsSixVertical:()=>import("@phosphor-icons/react").then(e=>e.DotsSixVertical),DotsSixVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.DotsSixVertical),DotsThree:()=>import("@phosphor-icons/react").then(e=>e.DotsThree),DotsThreeCircle:()=>import("@phosphor-icons/react").then(e=>e.DotsThreeCircle),DotsThreeCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.DotsThreeCircle),DotsThreeCircleVertical:()=>import("@phosphor-icons/react").then(e=>e.DotsThreeCircleVertical),DotsThreeCircleVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.DotsThreeCircleVertical),DotsThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.DotsThree),DotsThreeOutline:()=>import("@phosphor-icons/react").then(e=>e.DotsThreeOutline),DotsThreeOutlineIcon:()=>import("@phosphor-icons/react").then(e=>e.DotsThreeOutline),DotsThreeOutlineVertical:()=>import("@phosphor-icons/react").then(e=>e.DotsThreeOutlineVertical),DotsThreeOutlineVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.DotsThreeOutlineVertical),DotsThreeVertical:()=>import("@phosphor-icons/react").then(e=>e.DotsThreeVertical),DotsThreeVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.DotsThreeVertical),Download:()=>import("@phosphor-icons/react").then(e=>e.Download),DownloadIcon:()=>import("@phosphor-icons/react").then(e=>e.Download),DownloadSimple:()=>import("@phosphor-icons/react").then(e=>e.DownloadSimple),DownloadSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.DownloadSimple),Dress:()=>import("@phosphor-icons/react").then(e=>e.Dress),DressIcon:()=>import("@phosphor-icons/react").then(e=>e.Dress),Dresser:()=>import("@phosphor-icons/react").then(e=>e.Dresser),DresserIcon:()=>import("@phosphor-icons/react").then(e=>e.Dresser),DribbbleLogo:()=>import("@phosphor-icons/react").then(e=>e.DribbbleLogo),DribbbleLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.DribbbleLogo),Drone:()=>import("@phosphor-icons/react").then(e=>e.Drone),DroneIcon:()=>import("@phosphor-icons/react").then(e=>e.Drone),Drop:()=>import("@phosphor-icons/react").then(e=>e.Drop),DropHalf:()=>import("@phosphor-icons/react").then(e=>e.DropHalf),DropHalfBottom:()=>import("@phosphor-icons/react").then(e=>e.DropHalfBottom),DropHalfBottomIcon:()=>import("@phosphor-icons/react").then(e=>e.DropHalfBottom),DropHalfIcon:()=>import("@phosphor-icons/react").then(e=>e.DropHalf),DropIcon:()=>import("@phosphor-icons/react").then(e=>e.Drop),DropSimple:()=>import("@phosphor-icons/react").then(e=>e.DropSimple),DropSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.DropSimple),DropSlash:()=>import("@phosphor-icons/react").then(e=>e.DropSlash),DropSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.DropSlash),DropboxLogo:()=>import("@phosphor-icons/react").then(e=>e.DropboxLogo),DropboxLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.DropboxLogo),Ear:()=>import("@phosphor-icons/react").then(e=>e.Ear),EarIcon:()=>import("@phosphor-icons/react").then(e=>e.Ear),EarSlash:()=>import("@phosphor-icons/react").then(e=>e.EarSlash),EarSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.EarSlash),Egg:()=>import("@phosphor-icons/react").then(e=>e.Egg),EggCrack:()=>import("@phosphor-icons/react").then(e=>e.EggCrack),EggCrackIcon:()=>import("@phosphor-icons/react").then(e=>e.EggCrack),EggIcon:()=>import("@phosphor-icons/react").then(e=>e.Egg),Eject:()=>import("@phosphor-icons/react").then(e=>e.Eject),EjectIcon:()=>import("@phosphor-icons/react").then(e=>e.Eject),EjectSimple:()=>import("@phosphor-icons/react").then(e=>e.EjectSimple),EjectSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.EjectSimple),Elevator:()=>import("@phosphor-icons/react").then(e=>e.Elevator),ElevatorIcon:()=>import("@phosphor-icons/react").then(e=>e.Elevator),Empty:()=>import("@phosphor-icons/react").then(e=>e.Empty),EmptyIcon:()=>import("@phosphor-icons/react").then(e=>e.Empty),Engine:()=>import("@phosphor-icons/react").then(e=>e.Engine),EngineIcon:()=>import("@phosphor-icons/react").then(e=>e.Engine),Envelope:()=>import("@phosphor-icons/react").then(e=>e.Envelope),EnvelopeIcon:()=>import("@phosphor-icons/react").then(e=>e.Envelope),EnvelopeOpen:()=>import("@phosphor-icons/react").then(e=>e.EnvelopeOpen),EnvelopeOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.EnvelopeOpen),EnvelopeSimple:()=>import("@phosphor-icons/react").then(e=>e.EnvelopeSimple),EnvelopeSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.EnvelopeSimple),EnvelopeSimpleOpen:()=>import("@phosphor-icons/react").then(e=>e.EnvelopeSimpleOpen),EnvelopeSimpleOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.EnvelopeSimpleOpen),Equalizer:()=>import("@phosphor-icons/react").then(e=>e.Equalizer),EqualizerIcon:()=>import("@phosphor-icons/react").then(e=>e.Equalizer),Equals:()=>import("@phosphor-icons/react").then(e=>e.Equals),EqualsIcon:()=>import("@phosphor-icons/react").then(e=>e.Equals),Eraser:()=>import("@phosphor-icons/react").then(e=>e.Eraser),EraserIcon:()=>import("@phosphor-icons/react").then(e=>e.Eraser),EscalatorDown:()=>import("@phosphor-icons/react").then(e=>e.EscalatorDown),EscalatorDownIcon:()=>import("@phosphor-icons/react").then(e=>e.EscalatorDown),EscalatorUp:()=>import("@phosphor-icons/react").then(e=>e.EscalatorUp),EscalatorUpIcon:()=>import("@phosphor-icons/react").then(e=>e.EscalatorUp),Exam:()=>import("@phosphor-icons/react").then(e=>e.Exam),ExamIcon:()=>import("@phosphor-icons/react").then(e=>e.Exam),ExclamationMark:()=>import("@phosphor-icons/react").then(e=>e.ExclamationMark),ExclamationMarkIcon:()=>import("@phosphor-icons/react").then(e=>e.ExclamationMark),Exclude:()=>import("@phosphor-icons/react").then(e=>e.Exclude),ExcludeIcon:()=>import("@phosphor-icons/react").then(e=>e.Exclude),ExcludeSquare:()=>import("@phosphor-icons/react").then(e=>e.ExcludeSquare),ExcludeSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.ExcludeSquare),Export:()=>import("@phosphor-icons/react").then(e=>e.Export),ExportIcon:()=>import("@phosphor-icons/react").then(e=>e.Export),Eye:()=>import("@phosphor-icons/react").then(e=>e.Eye),EyeClosed:()=>import("@phosphor-icons/react").then(e=>e.EyeClosed),EyeClosedIcon:()=>import("@phosphor-icons/react").then(e=>e.EyeClosed),EyeIcon:()=>import("@phosphor-icons/react").then(e=>e.Eye),EyeSlash:()=>import("@phosphor-icons/react").then(e=>e.EyeSlash),EyeSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.EyeSlash),Eyedropper:()=>import("@phosphor-icons/react").then(e=>e.Eyedropper),EyedropperIcon:()=>import("@phosphor-icons/react").then(e=>e.Eyedropper),EyedropperSample:()=>import("@phosphor-icons/react").then(e=>e.EyedropperSample),EyedropperSampleIcon:()=>import("@phosphor-icons/react").then(e=>e.EyedropperSample),Eyeglasses:()=>import("@phosphor-icons/react").then(e=>e.Eyeglasses),EyeglassesIcon:()=>import("@phosphor-icons/react").then(e=>e.Eyeglasses),Eyes:()=>import("@phosphor-icons/react").then(e=>e.Eyes),EyesIcon:()=>import("@phosphor-icons/react").then(e=>e.Eyes),FaceMask:()=>import("@phosphor-icons/react").then(e=>e.FaceMask),FaceMaskIcon:()=>import("@phosphor-icons/react").then(e=>e.FaceMask),FacebookLogo:()=>import("@phosphor-icons/react").then(e=>e.FacebookLogo),FacebookLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.FacebookLogo),Factory:()=>import("@phosphor-icons/react").then(e=>e.Factory),FactoryIcon:()=>import("@phosphor-icons/react").then(e=>e.Factory),Faders:()=>import("@phosphor-icons/react").then(e=>e.Faders),FadersHorizontal:()=>import("@phosphor-icons/react").then(e=>e.FadersHorizontal),FadersHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.FadersHorizontal),FadersIcon:()=>import("@phosphor-icons/react").then(e=>e.Faders),FalloutShelter:()=>import("@phosphor-icons/react").then(e=>e.FalloutShelter),FalloutShelterIcon:()=>import("@phosphor-icons/react").then(e=>e.FalloutShelter),Fan:()=>import("@phosphor-icons/react").then(e=>e.Fan),FanIcon:()=>import("@phosphor-icons/react").then(e=>e.Fan),Farm:()=>import("@phosphor-icons/react").then(e=>e.Farm),FarmIcon:()=>import("@phosphor-icons/react").then(e=>e.Farm),FastForward:()=>import("@phosphor-icons/react").then(e=>e.FastForward),FastForwardCircle:()=>import("@phosphor-icons/react").then(e=>e.FastForwardCircle),FastForwardCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.FastForwardCircle),FastForwardIcon:()=>import("@phosphor-icons/react").then(e=>e.FastForward),Feather:()=>import("@phosphor-icons/react").then(e=>e.Feather),FeatherIcon:()=>import("@phosphor-icons/react").then(e=>e.Feather),FediverseLogo:()=>import("@phosphor-icons/react").then(e=>e.FediverseLogo),FediverseLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.FediverseLogo),FigmaLogo:()=>import("@phosphor-icons/react").then(e=>e.FigmaLogo),FigmaLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.FigmaLogo),File:()=>import("@phosphor-icons/react").then(e=>e.File),FileArchive:()=>import("@phosphor-icons/react").then(e=>e.FileArchive),FileArchiveIcon:()=>import("@phosphor-icons/react").then(e=>e.FileArchive),FileArrowDown:()=>import("@phosphor-icons/react").then(e=>e.FileArrowDown),FileArrowDownIcon:()=>import("@phosphor-icons/react").then(e=>e.FileArrowDown),FileArrowUp:()=>import("@phosphor-icons/react").then(e=>e.FileArrowUp),FileArrowUpIcon:()=>import("@phosphor-icons/react").then(e=>e.FileArrowUp),FileAudio:()=>import("@phosphor-icons/react").then(e=>e.FileAudio),FileAudioIcon:()=>import("@phosphor-icons/react").then(e=>e.FileAudio),FileC:()=>import("@phosphor-icons/react").then(e=>e.FileC),FileCIcon:()=>import("@phosphor-icons/react").then(e=>e.FileC),FileCSharp:()=>import("@phosphor-icons/react").then(e=>e.FileCSharp),FileCSharpIcon:()=>import("@phosphor-icons/react").then(e=>e.FileCSharp),FileCloud:()=>import("@phosphor-icons/react").then(e=>e.FileCloud),FileCloudIcon:()=>import("@phosphor-icons/react").then(e=>e.FileCloud),FileCode:()=>import("@phosphor-icons/react").then(e=>e.FileCode),FileCodeIcon:()=>import("@phosphor-icons/react").then(e=>e.FileCode),FileCpp:()=>import("@phosphor-icons/react").then(e=>e.FileCpp),FileCppIcon:()=>import("@phosphor-icons/react").then(e=>e.FileCpp),FileCss:()=>import("@phosphor-icons/react").then(e=>e.FileCss),FileCssIcon:()=>import("@phosphor-icons/react").then(e=>e.FileCss),FileCsv:()=>import("@phosphor-icons/react").then(e=>e.FileCsv),FileCsvIcon:()=>import("@phosphor-icons/react").then(e=>e.FileCsv),FileDashed:()=>import("@phosphor-icons/react").then(e=>e.FileDashed),FileDashedIcon:()=>import("@phosphor-icons/react").then(e=>e.FileDashed),FileDoc:()=>import("@phosphor-icons/react").then(e=>e.FileDoc),FileDocIcon:()=>import("@phosphor-icons/react").then(e=>e.FileDoc),FileDottedIcon:()=>import("@phosphor-icons/react").then(e=>e.FileDotted),FileHtml:()=>import("@phosphor-icons/react").then(e=>e.FileHtml),FileHtmlIcon:()=>import("@phosphor-icons/react").then(e=>e.FileHtml),FileIcon:()=>import("@phosphor-icons/react").then(e=>e.File),FileImage:()=>import("@phosphor-icons/react").then(e=>e.FileImage),FileImageIcon:()=>import("@phosphor-icons/react").then(e=>e.FileImage),FileIni:()=>import("@phosphor-icons/react").then(e=>e.FileIni),FileIniIcon:()=>import("@phosphor-icons/react").then(e=>e.FileIni),FileJpg:()=>import("@phosphor-icons/react").then(e=>e.FileJpg),FileJpgIcon:()=>import("@phosphor-icons/react").then(e=>e.FileJpg),FileJs:()=>import("@phosphor-icons/react").then(e=>e.FileJs),FileJsIcon:()=>import("@phosphor-icons/react").then(e=>e.FileJs),FileJsx:()=>import("@phosphor-icons/react").then(e=>e.FileJsx),FileJsxIcon:()=>import("@phosphor-icons/react").then(e=>e.FileJsx),FileLock:()=>import("@phosphor-icons/react").then(e=>e.FileLock),FileLockIcon:()=>import("@phosphor-icons/react").then(e=>e.FileLock),FileMagnifyingGlass:()=>import("@phosphor-icons/react").then(e=>e.FileMagnifyingGlass),FileMagnifyingGlassIcon:()=>import("@phosphor-icons/react").then(e=>e.FileMagnifyingGlass),FileMd:()=>import("@phosphor-icons/react").then(e=>e.FileMd),FileMdIcon:()=>import("@phosphor-icons/react").then(e=>e.FileMd),FileMinus:()=>import("@phosphor-icons/react").then(e=>e.FileMinus),FileMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.FileMinus),FilePdf:()=>import("@phosphor-icons/react").then(e=>e.FilePdf),FilePdfIcon:()=>import("@phosphor-icons/react").then(e=>e.FilePdf),FilePlus:()=>import("@phosphor-icons/react").then(e=>e.FilePlus),FilePlusIcon:()=>import("@phosphor-icons/react").then(e=>e.FilePlus),FilePng:()=>import("@phosphor-icons/react").then(e=>e.FilePng),FilePngIcon:()=>import("@phosphor-icons/react").then(e=>e.FilePng),FilePpt:()=>import("@phosphor-icons/react").then(e=>e.FilePpt),FilePptIcon:()=>import("@phosphor-icons/react").then(e=>e.FilePpt),FilePy:()=>import("@phosphor-icons/react").then(e=>e.FilePy),FilePyIcon:()=>import("@phosphor-icons/react").then(e=>e.FilePy),FileRs:()=>import("@phosphor-icons/react").then(e=>e.FileRs),FileRsIcon:()=>import("@phosphor-icons/react").then(e=>e.FileRs),FileSearchIcon:()=>import("@phosphor-icons/react").then(e=>e.FileSearch),FileSql:()=>import("@phosphor-icons/react").then(e=>e.FileSql),FileSqlIcon:()=>import("@phosphor-icons/react").then(e=>e.FileSql),FileSvg:()=>import("@phosphor-icons/react").then(e=>e.FileSvg),FileSvgIcon:()=>import("@phosphor-icons/react").then(e=>e.FileSvg),FileText:()=>import("@phosphor-icons/react").then(e=>e.FileText),FileTextIcon:()=>import("@phosphor-icons/react").then(e=>e.FileText),FileTs:()=>import("@phosphor-icons/react").then(e=>e.FileTs),FileTsIcon:()=>import("@phosphor-icons/react").then(e=>e.FileTs),FileTsx:()=>import("@phosphor-icons/react").then(e=>e.FileTsx),FileTsxIcon:()=>import("@phosphor-icons/react").then(e=>e.FileTsx),FileTxt:()=>import("@phosphor-icons/react").then(e=>e.FileTxt),FileTxtIcon:()=>import("@phosphor-icons/react").then(e=>e.FileTxt),FileVideo:()=>import("@phosphor-icons/react").then(e=>e.FileVideo),FileVideoIcon:()=>import("@phosphor-icons/react").then(e=>e.FileVideo),FileVue:()=>import("@phosphor-icons/react").then(e=>e.FileVue),FileVueIcon:()=>import("@phosphor-icons/react").then(e=>e.FileVue),FileX:()=>import("@phosphor-icons/react").then(e=>e.FileX),FileXIcon:()=>import("@phosphor-icons/react").then(e=>e.FileX),FileXls:()=>import("@phosphor-icons/react").then(e=>e.FileXls),FileXlsIcon:()=>import("@phosphor-icons/react").then(e=>e.FileXls),FileZip:()=>import("@phosphor-icons/react").then(e=>e.FileZip),FileZipIcon:()=>import("@phosphor-icons/react").then(e=>e.FileZip),Files:()=>import("@phosphor-icons/react").then(e=>e.Files),FilesIcon:()=>import("@phosphor-icons/react").then(e=>e.Files),FilmReel:()=>import("@phosphor-icons/react").then(e=>e.FilmReel),FilmReelIcon:()=>import("@phosphor-icons/react").then(e=>e.FilmReel),FilmScript:()=>import("@phosphor-icons/react").then(e=>e.FilmScript),FilmScriptIcon:()=>import("@phosphor-icons/react").then(e=>e.FilmScript),FilmSlate:()=>import("@phosphor-icons/react").then(e=>e.FilmSlate),FilmSlateIcon:()=>import("@phosphor-icons/react").then(e=>e.FilmSlate),FilmStrip:()=>import("@phosphor-icons/react").then(e=>e.FilmStrip),FilmStripIcon:()=>import("@phosphor-icons/react").then(e=>e.FilmStrip),Fingerprint:()=>import("@phosphor-icons/react").then(e=>e.Fingerprint),FingerprintIcon:()=>import("@phosphor-icons/react").then(e=>e.Fingerprint),FingerprintSimple:()=>import("@phosphor-icons/react").then(e=>e.FingerprintSimple),FingerprintSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.FingerprintSimple),FinnTheHuman:()=>import("@phosphor-icons/react").then(e=>e.FinnTheHuman),FinnTheHumanIcon:()=>import("@phosphor-icons/react").then(e=>e.FinnTheHuman),Fire:()=>import("@phosphor-icons/react").then(e=>e.Fire),FireExtinguisher:()=>import("@phosphor-icons/react").then(e=>e.FireExtinguisher),FireExtinguisherIcon:()=>import("@phosphor-icons/react").then(e=>e.FireExtinguisher),FireIcon:()=>import("@phosphor-icons/react").then(e=>e.Fire),FireSimple:()=>import("@phosphor-icons/react").then(e=>e.FireSimple),FireSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.FireSimple),FireTruck:()=>import("@phosphor-icons/react").then(e=>e.FireTruck),FireTruckIcon:()=>import("@phosphor-icons/react").then(e=>e.FireTruck),FirstAid:()=>import("@phosphor-icons/react").then(e=>e.FirstAid),FirstAidIcon:()=>import("@phosphor-icons/react").then(e=>e.FirstAid),FirstAidKit:()=>import("@phosphor-icons/react").then(e=>e.FirstAidKit),FirstAidKitIcon:()=>import("@phosphor-icons/react").then(e=>e.FirstAidKit),Fish:()=>import("@phosphor-icons/react").then(e=>e.Fish),FishIcon:()=>import("@phosphor-icons/react").then(e=>e.Fish),FishSimple:()=>import("@phosphor-icons/react").then(e=>e.FishSimple),FishSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.FishSimple),Flag:()=>import("@phosphor-icons/react").then(e=>e.Flag),FlagBanner:()=>import("@phosphor-icons/react").then(e=>e.FlagBanner),FlagBannerFold:()=>import("@phosphor-icons/react").then(e=>e.FlagBannerFold),FlagBannerFoldIcon:()=>import("@phosphor-icons/react").then(e=>e.FlagBannerFold),FlagBannerIcon:()=>import("@phosphor-icons/react").then(e=>e.FlagBanner),FlagCheckered:()=>import("@phosphor-icons/react").then(e=>e.FlagCheckered),FlagCheckeredIcon:()=>import("@phosphor-icons/react").then(e=>e.FlagCheckered),FlagIcon:()=>import("@phosphor-icons/react").then(e=>e.Flag),FlagPennant:()=>import("@phosphor-icons/react").then(e=>e.FlagPennant),FlagPennantIcon:()=>import("@phosphor-icons/react").then(e=>e.FlagPennant),Flame:()=>import("@phosphor-icons/react").then(e=>e.Flame),FlameIcon:()=>import("@phosphor-icons/react").then(e=>e.Flame),Flashlight:()=>import("@phosphor-icons/react").then(e=>e.Flashlight),FlashlightIcon:()=>import("@phosphor-icons/react").then(e=>e.Flashlight),Flask:()=>import("@phosphor-icons/react").then(e=>e.Flask),FlaskIcon:()=>import("@phosphor-icons/react").then(e=>e.Flask),FlipHorizontal:()=>import("@phosphor-icons/react").then(e=>e.FlipHorizontal),FlipHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.FlipHorizontal),FlipVertical:()=>import("@phosphor-icons/react").then(e=>e.FlipVertical),FlipVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.FlipVertical),FloppyDisk:()=>import("@phosphor-icons/react").then(e=>e.FloppyDisk),FloppyDiskBack:()=>import("@phosphor-icons/react").then(e=>e.FloppyDiskBack),FloppyDiskBackIcon:()=>import("@phosphor-icons/react").then(e=>e.FloppyDiskBack),FloppyDiskIcon:()=>import("@phosphor-icons/react").then(e=>e.FloppyDisk),FlowArrow:()=>import("@phosphor-icons/react").then(e=>e.FlowArrow),FlowArrowIcon:()=>import("@phosphor-icons/react").then(e=>e.FlowArrow),Flower:()=>import("@phosphor-icons/react").then(e=>e.Flower),FlowerIcon:()=>import("@phosphor-icons/react").then(e=>e.Flower),FlowerLotus:()=>import("@phosphor-icons/react").then(e=>e.FlowerLotus),FlowerLotusIcon:()=>import("@phosphor-icons/react").then(e=>e.FlowerLotus),FlowerTulip:()=>import("@phosphor-icons/react").then(e=>e.FlowerTulip),FlowerTulipIcon:()=>import("@phosphor-icons/react").then(e=>e.FlowerTulip),FlyingSaucer:()=>import("@phosphor-icons/react").then(e=>e.FlyingSaucer),FlyingSaucerIcon:()=>import("@phosphor-icons/react").then(e=>e.FlyingSaucer),Folder:()=>import("@phosphor-icons/react").then(e=>e.Folder),FolderDashed:()=>import("@phosphor-icons/react").then(e=>e.FolderDashed),FolderDashedIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderDashed),FolderDottedIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderDotted),FolderIcon:()=>import("@phosphor-icons/react").then(e=>e.Folder),FolderLock:()=>import("@phosphor-icons/react").then(e=>e.FolderLock),FolderLockIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderLock),FolderMinus:()=>import("@phosphor-icons/react").then(e=>e.FolderMinus),FolderMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderMinus),FolderNotchIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderNotch),FolderNotchMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderNotchMinus),FolderNotchOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderNotchOpen),FolderNotchPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderNotchPlus),FolderOpen:()=>import("@phosphor-icons/react").then(e=>e.FolderOpen),FolderOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderOpen),FolderPlus:()=>import("@phosphor-icons/react").then(e=>e.FolderPlus),FolderPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderPlus),FolderSimple:()=>import("@phosphor-icons/react").then(e=>e.FolderSimple),FolderSimpleDashed:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleDashed),FolderSimpleDashedIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleDashed),FolderSimpleDottedIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleDotted),FolderSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderSimple),FolderSimpleLock:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleLock),FolderSimpleLockIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleLock),FolderSimpleMinus:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleMinus),FolderSimpleMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleMinus),FolderSimplePlus:()=>import("@phosphor-icons/react").then(e=>e.FolderSimplePlus),FolderSimplePlusIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderSimplePlus),FolderSimpleStar:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleStar),FolderSimpleStarIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleStar),FolderSimpleUser:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleUser),FolderSimpleUserIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderSimpleUser),FolderStar:()=>import("@phosphor-icons/react").then(e=>e.FolderStar),FolderStarIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderStar),FolderUser:()=>import("@phosphor-icons/react").then(e=>e.FolderUser),FolderUserIcon:()=>import("@phosphor-icons/react").then(e=>e.FolderUser),Folders:()=>import("@phosphor-icons/react").then(e=>e.Folders),FoldersIcon:()=>import("@phosphor-icons/react").then(e=>e.Folders),Football:()=>import("@phosphor-icons/react").then(e=>e.Football),FootballHelmet:()=>import("@phosphor-icons/react").then(e=>e.FootballHelmet),FootballHelmetIcon:()=>import("@phosphor-icons/react").then(e=>e.FootballHelmet),FootballIcon:()=>import("@phosphor-icons/react").then(e=>e.Football),Footprints:()=>import("@phosphor-icons/react").then(e=>e.Footprints),FootprintsIcon:()=>import("@phosphor-icons/react").then(e=>e.Footprints),ForkKnife:()=>import("@phosphor-icons/react").then(e=>e.ForkKnife),ForkKnifeIcon:()=>import("@phosphor-icons/react").then(e=>e.ForkKnife),FourK:()=>import("@phosphor-icons/react").then(e=>e.FourK),FourKIcon:()=>import("@phosphor-icons/react").then(e=>e.FourK),FrameCorners:()=>import("@phosphor-icons/react").then(e=>e.FrameCorners),FrameCornersIcon:()=>import("@phosphor-icons/react").then(e=>e.FrameCorners),FramerLogo:()=>import("@phosphor-icons/react").then(e=>e.FramerLogo),FramerLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.FramerLogo),Function:()=>import("@phosphor-icons/react").then(e=>e.Function),FunctionIcon:()=>import("@phosphor-icons/react").then(e=>e.Function),Funnel:()=>import("@phosphor-icons/react").then(e=>e.Funnel),FunnelIcon:()=>import("@phosphor-icons/react").then(e=>e.Funnel),FunnelSimple:()=>import("@phosphor-icons/react").then(e=>e.FunnelSimple),FunnelSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.FunnelSimple),FunnelSimpleX:()=>import("@phosphor-icons/react").then(e=>e.FunnelSimpleX),FunnelSimpleXIcon:()=>import("@phosphor-icons/react").then(e=>e.FunnelSimpleX),FunnelX:()=>import("@phosphor-icons/react").then(e=>e.FunnelX),FunnelXIcon:()=>import("@phosphor-icons/react").then(e=>e.FunnelX),GameController:()=>import("@phosphor-icons/react").then(e=>e.GameController),GameControllerIcon:()=>import("@phosphor-icons/react").then(e=>e.GameController),Garage:()=>import("@phosphor-icons/react").then(e=>e.Garage),GarageIcon:()=>import("@phosphor-icons/react").then(e=>e.Garage),GasCan:()=>import("@phosphor-icons/react").then(e=>e.GasCan),GasCanIcon:()=>import("@phosphor-icons/react").then(e=>e.GasCan),GasPump:()=>import("@phosphor-icons/react").then(e=>e.GasPump),GasPumpIcon:()=>import("@phosphor-icons/react").then(e=>e.GasPump),Gauge:()=>import("@phosphor-icons/react").then(e=>e.Gauge),GaugeIcon:()=>import("@phosphor-icons/react").then(e=>e.Gauge),Gavel:()=>import("@phosphor-icons/react").then(e=>e.Gavel),GavelIcon:()=>import("@phosphor-icons/react").then(e=>e.Gavel),Gear:()=>import("@phosphor-icons/react").then(e=>e.Gear),GearFine:()=>import("@phosphor-icons/react").then(e=>e.GearFine),GearFineIcon:()=>import("@phosphor-icons/react").then(e=>e.GearFine),GearIcon:()=>import("@phosphor-icons/react").then(e=>e.Gear),GearSix:()=>import("@phosphor-icons/react").then(e=>e.GearSix),GearSixIcon:()=>import("@phosphor-icons/react").then(e=>e.GearSix),GenderFemale:()=>import("@phosphor-icons/react").then(e=>e.GenderFemale),GenderFemaleIcon:()=>import("@phosphor-icons/react").then(e=>e.GenderFemale),GenderIntersex:()=>import("@phosphor-icons/react").then(e=>e.GenderIntersex),GenderIntersexIcon:()=>import("@phosphor-icons/react").then(e=>e.GenderIntersex),GenderMale:()=>import("@phosphor-icons/react").then(e=>e.GenderMale),GenderMaleIcon:()=>import("@phosphor-icons/react").then(e=>e.GenderMale),GenderNeuter:()=>import("@phosphor-icons/react").then(e=>e.GenderNeuter),GenderNeuterIcon:()=>import("@phosphor-icons/react").then(e=>e.GenderNeuter),GenderNonbinary:()=>import("@phosphor-icons/react").then(e=>e.GenderNonbinary),GenderNonbinaryIcon:()=>import("@phosphor-icons/react").then(e=>e.GenderNonbinary),GenderTransgender:()=>import("@phosphor-icons/react").then(e=>e.GenderTransgender),GenderTransgenderIcon:()=>import("@phosphor-icons/react").then(e=>e.GenderTransgender),Ghost:()=>import("@phosphor-icons/react").then(e=>e.Ghost),GhostIcon:()=>import("@phosphor-icons/react").then(e=>e.Ghost),Gif:()=>import("@phosphor-icons/react").then(e=>e.Gif),GifIcon:()=>import("@phosphor-icons/react").then(e=>e.Gif),Gift:()=>import("@phosphor-icons/react").then(e=>e.Gift),GiftIcon:()=>import("@phosphor-icons/react").then(e=>e.Gift),GitBranch:()=>import("@phosphor-icons/react").then(e=>e.GitBranch),GitBranchIcon:()=>import("@phosphor-icons/react").then(e=>e.GitBranch),GitCommit:()=>import("@phosphor-icons/react").then(e=>e.GitCommit),GitCommitIcon:()=>import("@phosphor-icons/react").then(e=>e.GitCommit),GitDiff:()=>import("@phosphor-icons/react").then(e=>e.GitDiff),GitDiffIcon:()=>import("@phosphor-icons/react").then(e=>e.GitDiff),GitFork:()=>import("@phosphor-icons/react").then(e=>e.GitFork),GitForkIcon:()=>import("@phosphor-icons/react").then(e=>e.GitFork),GitMerge:()=>import("@phosphor-icons/react").then(e=>e.GitMerge),GitMergeIcon:()=>import("@phosphor-icons/react").then(e=>e.GitMerge),GitPullRequest:()=>import("@phosphor-icons/react").then(e=>e.GitPullRequest),GitPullRequestIcon:()=>import("@phosphor-icons/react").then(e=>e.GitPullRequest),GithubLogo:()=>import("@phosphor-icons/react").then(e=>e.GithubLogo),GithubLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.GithubLogo),GitlabLogo:()=>import("@phosphor-icons/react").then(e=>e.GitlabLogo),GitlabLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.GitlabLogo),GitlabLogoSimple:()=>import("@phosphor-icons/react").then(e=>e.GitlabLogoSimple),GitlabLogoSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.GitlabLogoSimple),Globe:()=>import("@phosphor-icons/react").then(e=>e.Globe),GlobeHemisphereEast:()=>import("@phosphor-icons/react").then(e=>e.GlobeHemisphereEast),GlobeHemisphereEastIcon:()=>import("@phosphor-icons/react").then(e=>e.GlobeHemisphereEast),GlobeHemisphereWest:()=>import("@phosphor-icons/react").then(e=>e.GlobeHemisphereWest),GlobeHemisphereWestIcon:()=>import("@phosphor-icons/react").then(e=>e.GlobeHemisphereWest),GlobeIcon:()=>import("@phosphor-icons/react").then(e=>e.Globe),GlobeSimple:()=>import("@phosphor-icons/react").then(e=>e.GlobeSimple),GlobeSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.GlobeSimple),GlobeSimpleX:()=>import("@phosphor-icons/react").then(e=>e.GlobeSimpleX),GlobeSimpleXIcon:()=>import("@phosphor-icons/react").then(e=>e.GlobeSimpleX),GlobeStand:()=>import("@phosphor-icons/react").then(e=>e.GlobeStand),GlobeStandIcon:()=>import("@phosphor-icons/react").then(e=>e.GlobeStand),GlobeX:()=>import("@phosphor-icons/react").then(e=>e.GlobeX),GlobeXIcon:()=>import("@phosphor-icons/react").then(e=>e.GlobeX),Goggles:()=>import("@phosphor-icons/react").then(e=>e.Goggles),GogglesIcon:()=>import("@phosphor-icons/react").then(e=>e.Goggles),Golf:()=>import("@phosphor-icons/react").then(e=>e.Golf),GolfIcon:()=>import("@phosphor-icons/react").then(e=>e.Golf),GoodreadsLogo:()=>import("@phosphor-icons/react").then(e=>e.GoodreadsLogo),GoodreadsLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.GoodreadsLogo),GoogleCardboardLogo:()=>import("@phosphor-icons/react").then(e=>e.GoogleCardboardLogo),GoogleCardboardLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.GoogleCardboardLogo),GoogleChromeLogo:()=>import("@phosphor-icons/react").then(e=>e.GoogleChromeLogo),GoogleChromeLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.GoogleChromeLogo),GoogleDriveLogo:()=>import("@phosphor-icons/react").then(e=>e.GoogleDriveLogo),GoogleDriveLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.GoogleDriveLogo),GoogleLogo:()=>import("@phosphor-icons/react").then(e=>e.GoogleLogo),GoogleLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.GoogleLogo),GooglePhotosLogo:()=>import("@phosphor-icons/react").then(e=>e.GooglePhotosLogo),GooglePhotosLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.GooglePhotosLogo),GooglePlayLogo:()=>import("@phosphor-icons/react").then(e=>e.GooglePlayLogo),GooglePlayLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.GooglePlayLogo),GooglePodcastsLogo:()=>import("@phosphor-icons/react").then(e=>e.GooglePodcastsLogo),GooglePodcastsLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.GooglePodcastsLogo),Gps:()=>import("@phosphor-icons/react").then(e=>e.Gps),GpsFix:()=>import("@phosphor-icons/react").then(e=>e.GpsFix),GpsFixIcon:()=>import("@phosphor-icons/react").then(e=>e.GpsFix),GpsIcon:()=>import("@phosphor-icons/react").then(e=>e.Gps),GpsSlash:()=>import("@phosphor-icons/react").then(e=>e.GpsSlash),GpsSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.GpsSlash),Gradient:()=>import("@phosphor-icons/react").then(e=>e.Gradient),GradientIcon:()=>import("@phosphor-icons/react").then(e=>e.Gradient),GraduationCap:()=>import("@phosphor-icons/react").then(e=>e.GraduationCap),GraduationCapIcon:()=>import("@phosphor-icons/react").then(e=>e.GraduationCap),Grains:()=>import("@phosphor-icons/react").then(e=>e.Grains),GrainsIcon:()=>import("@phosphor-icons/react").then(e=>e.Grains),GrainsSlash:()=>import("@phosphor-icons/react").then(e=>e.GrainsSlash),GrainsSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.GrainsSlash),Graph:()=>import("@phosphor-icons/react").then(e=>e.Graph),GraphIcon:()=>import("@phosphor-icons/react").then(e=>e.Graph),GraphicsCard:()=>import("@phosphor-icons/react").then(e=>e.GraphicsCard),GraphicsCardIcon:()=>import("@phosphor-icons/react").then(e=>e.GraphicsCard),GreaterThan:()=>import("@phosphor-icons/react").then(e=>e.GreaterThan),GreaterThanIcon:()=>import("@phosphor-icons/react").then(e=>e.GreaterThan),GreaterThanOrEqual:()=>import("@phosphor-icons/react").then(e=>e.GreaterThanOrEqual),GreaterThanOrEqualIcon:()=>import("@phosphor-icons/react").then(e=>e.GreaterThanOrEqual),GridFour:()=>import("@phosphor-icons/react").then(e=>e.GridFour),GridFourIcon:()=>import("@phosphor-icons/react").then(e=>e.GridFour),GridNine:()=>import("@phosphor-icons/react").then(e=>e.GridNine),GridNineIcon:()=>import("@phosphor-icons/react").then(e=>e.GridNine),Guitar:()=>import("@phosphor-icons/react").then(e=>e.Guitar),GuitarIcon:()=>import("@phosphor-icons/react").then(e=>e.Guitar),HairDryer:()=>import("@phosphor-icons/react").then(e=>e.HairDryer),HairDryerIcon:()=>import("@phosphor-icons/react").then(e=>e.HairDryer),Hamburger:()=>import("@phosphor-icons/react").then(e=>e.Hamburger),HamburgerIcon:()=>import("@phosphor-icons/react").then(e=>e.Hamburger),Hammer:()=>import("@phosphor-icons/react").then(e=>e.Hammer),HammerIcon:()=>import("@phosphor-icons/react").then(e=>e.Hammer),Hand:()=>import("@phosphor-icons/react").then(e=>e.Hand),HandArrowDown:()=>import("@phosphor-icons/react").then(e=>e.HandArrowDown),HandArrowDownIcon:()=>import("@phosphor-icons/react").then(e=>e.HandArrowDown),HandArrowUp:()=>import("@phosphor-icons/react").then(e=>e.HandArrowUp),HandArrowUpIcon:()=>import("@phosphor-icons/react").then(e=>e.HandArrowUp),HandCoins:()=>import("@phosphor-icons/react").then(e=>e.HandCoins),HandCoinsIcon:()=>import("@phosphor-icons/react").then(e=>e.HandCoins),HandDeposit:()=>import("@phosphor-icons/react").then(e=>e.HandDeposit),HandDepositIcon:()=>import("@phosphor-icons/react").then(e=>e.HandDeposit),HandEye:()=>import("@phosphor-icons/react").then(e=>e.HandEye),HandEyeIcon:()=>import("@phosphor-icons/react").then(e=>e.HandEye),HandFist:()=>import("@phosphor-icons/react").then(e=>e.HandFist),HandFistIcon:()=>import("@phosphor-icons/react").then(e=>e.HandFist),HandGrabbing:()=>import("@phosphor-icons/react").then(e=>e.HandGrabbing),HandGrabbingIcon:()=>import("@phosphor-icons/react").then(e=>e.HandGrabbing),HandHeart:()=>import("@phosphor-icons/react").then(e=>e.HandHeart),HandHeartIcon:()=>import("@phosphor-icons/react").then(e=>e.HandHeart),HandIcon:()=>import("@phosphor-icons/react").then(e=>e.Hand),HandPalm:()=>import("@phosphor-icons/react").then(e=>e.HandPalm),HandPalmIcon:()=>import("@phosphor-icons/react").then(e=>e.HandPalm),HandPeace:()=>import("@phosphor-icons/react").then(e=>e.HandPeace),HandPeaceIcon:()=>import("@phosphor-icons/react").then(e=>e.HandPeace),HandPointing:()=>import("@phosphor-icons/react").then(e=>e.HandPointing),HandPointingIcon:()=>import("@phosphor-icons/react").then(e=>e.HandPointing),HandSoap:()=>import("@phosphor-icons/react").then(e=>e.HandSoap),HandSoapIcon:()=>import("@phosphor-icons/react").then(e=>e.HandSoap),HandSwipeLeft:()=>import("@phosphor-icons/react").then(e=>e.HandSwipeLeft),HandSwipeLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.HandSwipeLeft),HandSwipeRight:()=>import("@phosphor-icons/react").then(e=>e.HandSwipeRight),HandSwipeRightIcon:()=>import("@phosphor-icons/react").then(e=>e.HandSwipeRight),HandTap:()=>import("@phosphor-icons/react").then(e=>e.HandTap),HandTapIcon:()=>import("@phosphor-icons/react").then(e=>e.HandTap),HandWaving:()=>import("@phosphor-icons/react").then(e=>e.HandWaving),HandWavingIcon:()=>import("@phosphor-icons/react").then(e=>e.HandWaving),HandWithdraw:()=>import("@phosphor-icons/react").then(e=>e.HandWithdraw),HandWithdrawIcon:()=>import("@phosphor-icons/react").then(e=>e.HandWithdraw),Handbag:()=>import("@phosphor-icons/react").then(e=>e.Handbag),HandbagIcon:()=>import("@phosphor-icons/react").then(e=>e.Handbag),HandbagSimple:()=>import("@phosphor-icons/react").then(e=>e.HandbagSimple),HandbagSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.HandbagSimple),HandsClapping:()=>import("@phosphor-icons/react").then(e=>e.HandsClapping),HandsClappingIcon:()=>import("@phosphor-icons/react").then(e=>e.HandsClapping),HandsPraying:()=>import("@phosphor-icons/react").then(e=>e.HandsPraying),HandsPrayingIcon:()=>import("@phosphor-icons/react").then(e=>e.HandsPraying),Handshake:()=>import("@phosphor-icons/react").then(e=>e.Handshake),HandshakeIcon:()=>import("@phosphor-icons/react").then(e=>e.Handshake),HardDrive:()=>import("@phosphor-icons/react").then(e=>e.HardDrive),HardDriveIcon:()=>import("@phosphor-icons/react").then(e=>e.HardDrive),HardDrives:()=>import("@phosphor-icons/react").then(e=>e.HardDrives),HardDrivesIcon:()=>import("@phosphor-icons/react").then(e=>e.HardDrives),HardHat:()=>import("@phosphor-icons/react").then(e=>e.HardHat),HardHatIcon:()=>import("@phosphor-icons/react").then(e=>e.HardHat),Hash:()=>import("@phosphor-icons/react").then(e=>e.Hash),HashIcon:()=>import("@phosphor-icons/react").then(e=>e.Hash),HashStraight:()=>import("@phosphor-icons/react").then(e=>e.HashStraight),HashStraightIcon:()=>import("@phosphor-icons/react").then(e=>e.HashStraight),HeadCircuit:()=>import("@phosphor-icons/react").then(e=>e.HeadCircuit),HeadCircuitIcon:()=>import("@phosphor-icons/react").then(e=>e.HeadCircuit),Headlights:()=>import("@phosphor-icons/react").then(e=>e.Headlights),HeadlightsIcon:()=>import("@phosphor-icons/react").then(e=>e.Headlights),Headphones:()=>import("@phosphor-icons/react").then(e=>e.Headphones),HeadphonesIcon:()=>import("@phosphor-icons/react").then(e=>e.Headphones),Headset:()=>import("@phosphor-icons/react").then(e=>e.Headset),HeadsetIcon:()=>import("@phosphor-icons/react").then(e=>e.Headset),Heart:()=>import("@phosphor-icons/react").then(e=>e.Heart),HeartBreak:()=>import("@phosphor-icons/react").then(e=>e.HeartBreak),HeartBreakIcon:()=>import("@phosphor-icons/react").then(e=>e.HeartBreak),HeartHalf:()=>import("@phosphor-icons/react").then(e=>e.HeartHalf),HeartHalfIcon:()=>import("@phosphor-icons/react").then(e=>e.HeartHalf),HeartIcon:()=>import("@phosphor-icons/react").then(e=>e.Heart),HeartStraight:()=>import("@phosphor-icons/react").then(e=>e.HeartStraight),HeartStraightBreak:()=>import("@phosphor-icons/react").then(e=>e.HeartStraightBreak),HeartStraightBreakIcon:()=>import("@phosphor-icons/react").then(e=>e.HeartStraightBreak),HeartStraightIcon:()=>import("@phosphor-icons/react").then(e=>e.HeartStraight),Heartbeat:()=>import("@phosphor-icons/react").then(e=>e.Heartbeat),HeartbeatIcon:()=>import("@phosphor-icons/react").then(e=>e.Heartbeat),Hexagon:()=>import("@phosphor-icons/react").then(e=>e.Hexagon),HexagonIcon:()=>import("@phosphor-icons/react").then(e=>e.Hexagon),HighDefinition:()=>import("@phosphor-icons/react").then(e=>e.HighDefinition),HighDefinitionIcon:()=>import("@phosphor-icons/react").then(e=>e.HighDefinition),HighHeel:()=>import("@phosphor-icons/react").then(e=>e.HighHeel),HighHeelIcon:()=>import("@phosphor-icons/react").then(e=>e.HighHeel),Highlighter:()=>import("@phosphor-icons/react").then(e=>e.Highlighter),HighlighterCircle:()=>import("@phosphor-icons/react").then(e=>e.HighlighterCircle),HighlighterCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.HighlighterCircle),HighlighterIcon:()=>import("@phosphor-icons/react").then(e=>e.Highlighter),Hockey:()=>import("@phosphor-icons/react").then(e=>e.Hockey),HockeyIcon:()=>import("@phosphor-icons/react").then(e=>e.Hockey),Hoodie:()=>import("@phosphor-icons/react").then(e=>e.Hoodie),HoodieIcon:()=>import("@phosphor-icons/react").then(e=>e.Hoodie),Horse:()=>import("@phosphor-icons/react").then(e=>e.Horse),HorseIcon:()=>import("@phosphor-icons/react").then(e=>e.Horse),Hospital:()=>import("@phosphor-icons/react").then(e=>e.Hospital),HospitalIcon:()=>import("@phosphor-icons/react").then(e=>e.Hospital),Hourglass:()=>import("@phosphor-icons/react").then(e=>e.Hourglass),HourglassHigh:()=>import("@phosphor-icons/react").then(e=>e.HourglassHigh),HourglassHighIcon:()=>import("@phosphor-icons/react").then(e=>e.HourglassHigh),HourglassIcon:()=>import("@phosphor-icons/react").then(e=>e.Hourglass),HourglassLow:()=>import("@phosphor-icons/react").then(e=>e.HourglassLow),HourglassLowIcon:()=>import("@phosphor-icons/react").then(e=>e.HourglassLow),HourglassMedium:()=>import("@phosphor-icons/react").then(e=>e.HourglassMedium),HourglassMediumIcon:()=>import("@phosphor-icons/react").then(e=>e.HourglassMedium),HourglassSimple:()=>import("@phosphor-icons/react").then(e=>e.HourglassSimple),HourglassSimpleHigh:()=>import("@phosphor-icons/react").then(e=>e.HourglassSimpleHigh),HourglassSimpleHighIcon:()=>import("@phosphor-icons/react").then(e=>e.HourglassSimpleHigh),HourglassSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.HourglassSimple),HourglassSimpleLow:()=>import("@phosphor-icons/react").then(e=>e.HourglassSimpleLow),HourglassSimpleLowIcon:()=>import("@phosphor-icons/react").then(e=>e.HourglassSimpleLow),HourglassSimpleMedium:()=>import("@phosphor-icons/react").then(e=>e.HourglassSimpleMedium),HourglassSimpleMediumIcon:()=>import("@phosphor-icons/react").then(e=>e.HourglassSimpleMedium),House:()=>import("@phosphor-icons/react").then(e=>e.House),HouseIcon:()=>import("@phosphor-icons/react").then(e=>e.House),HouseLine:()=>import("@phosphor-icons/react").then(e=>e.HouseLine),HouseLineIcon:()=>import("@phosphor-icons/react").then(e=>e.HouseLine),HouseSimple:()=>import("@phosphor-icons/react").then(e=>e.HouseSimple),HouseSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.HouseSimple),Hurricane:()=>import("@phosphor-icons/react").then(e=>e.Hurricane),HurricaneIcon:()=>import("@phosphor-icons/react").then(e=>e.Hurricane),IceCream:()=>import("@phosphor-icons/react").then(e=>e.IceCream),IceCreamIcon:()=>import("@phosphor-icons/react").then(e=>e.IceCream),IconBase:()=>import("@phosphor-icons/react").then(e=>e.IconBase),IconContext:()=>import("@phosphor-icons/react").then(e=>e.IconContext),IdentificationBadge:()=>import("@phosphor-icons/react").then(e=>e.IdentificationBadge),IdentificationBadgeIcon:()=>import("@phosphor-icons/react").then(e=>e.IdentificationBadge),IdentificationCard:()=>import("@phosphor-icons/react").then(e=>e.IdentificationCard),IdentificationCardIcon:()=>import("@phosphor-icons/react").then(e=>e.IdentificationCard),Image:()=>import("@phosphor-icons/react").then(e=>e.Image),ImageBroken:()=>import("@phosphor-icons/react").then(e=>e.ImageBroken),ImageBrokenIcon:()=>import("@phosphor-icons/react").then(e=>e.ImageBroken),ImageIcon:()=>import("@phosphor-icons/react").then(e=>e.Image),ImageSquare:()=>import("@phosphor-icons/react").then(e=>e.ImageSquare),ImageSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.ImageSquare),Images:()=>import("@phosphor-icons/react").then(e=>e.Images),ImagesIcon:()=>import("@phosphor-icons/react").then(e=>e.Images),ImagesSquare:()=>import("@phosphor-icons/react").then(e=>e.ImagesSquare),ImagesSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.ImagesSquare),Infinity:()=>import("@phosphor-icons/react").then(e=>e.Infinity),InfinityIcon:()=>import("@phosphor-icons/react").then(e=>e.Infinity),Info:()=>import("@phosphor-icons/react").then(e=>e.Info),InfoIcon:()=>import("@phosphor-icons/react").then(e=>e.Info),InstagramLogo:()=>import("@phosphor-icons/react").then(e=>e.InstagramLogo),InstagramLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.InstagramLogo),Intersect:()=>import("@phosphor-icons/react").then(e=>e.Intersect),IntersectIcon:()=>import("@phosphor-icons/react").then(e=>e.Intersect),IntersectSquare:()=>import("@phosphor-icons/react").then(e=>e.IntersectSquare),IntersectSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.IntersectSquare),IntersectThree:()=>import("@phosphor-icons/react").then(e=>e.IntersectThree),IntersectThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.IntersectThree),Intersection:()=>import("@phosphor-icons/react").then(e=>e.Intersection),IntersectionIcon:()=>import("@phosphor-icons/react").then(e=>e.Intersection),Invoice:()=>import("@phosphor-icons/react").then(e=>e.Invoice),InvoiceIcon:()=>import("@phosphor-icons/react").then(e=>e.Invoice),Island:()=>import("@phosphor-icons/react").then(e=>e.Island),IslandIcon:()=>import("@phosphor-icons/react").then(e=>e.Island),Jar:()=>import("@phosphor-icons/react").then(e=>e.Jar),JarIcon:()=>import("@phosphor-icons/react").then(e=>e.Jar),JarLabel:()=>import("@phosphor-icons/react").then(e=>e.JarLabel),JarLabelIcon:()=>import("@phosphor-icons/react").then(e=>e.JarLabel),Jeep:()=>import("@phosphor-icons/react").then(e=>e.Jeep),JeepIcon:()=>import("@phosphor-icons/react").then(e=>e.Jeep),Joystick:()=>import("@phosphor-icons/react").then(e=>e.Joystick),JoystickIcon:()=>import("@phosphor-icons/react").then(e=>e.Joystick),Kanban:()=>import("@phosphor-icons/react").then(e=>e.Kanban),KanbanIcon:()=>import("@phosphor-icons/react").then(e=>e.Kanban),Key:()=>import("@phosphor-icons/react").then(e=>e.Key),KeyIcon:()=>import("@phosphor-icons/react").then(e=>e.Key),KeyReturn:()=>import("@phosphor-icons/react").then(e=>e.KeyReturn),KeyReturnIcon:()=>import("@phosphor-icons/react").then(e=>e.KeyReturn),Keyboard:()=>import("@phosphor-icons/react").then(e=>e.Keyboard),KeyboardIcon:()=>import("@phosphor-icons/react").then(e=>e.Keyboard),Keyhole:()=>import("@phosphor-icons/react").then(e=>e.Keyhole),KeyholeIcon:()=>import("@phosphor-icons/react").then(e=>e.Keyhole),Knife:()=>import("@phosphor-icons/react").then(e=>e.Knife),KnifeIcon:()=>import("@phosphor-icons/react").then(e=>e.Knife),Ladder:()=>import("@phosphor-icons/react").then(e=>e.Ladder),LadderIcon:()=>import("@phosphor-icons/react").then(e=>e.Ladder),LadderSimple:()=>import("@phosphor-icons/react").then(e=>e.LadderSimple),LadderSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.LadderSimple),Lamp:()=>import("@phosphor-icons/react").then(e=>e.Lamp),LampIcon:()=>import("@phosphor-icons/react").then(e=>e.Lamp),LampPendant:()=>import("@phosphor-icons/react").then(e=>e.LampPendant),LampPendantIcon:()=>import("@phosphor-icons/react").then(e=>e.LampPendant),Laptop:()=>import("@phosphor-icons/react").then(e=>e.Laptop),LaptopIcon:()=>import("@phosphor-icons/react").then(e=>e.Laptop),Lasso:()=>import("@phosphor-icons/react").then(e=>e.Lasso),LassoIcon:()=>import("@phosphor-icons/react").then(e=>e.Lasso),LastfmLogo:()=>import("@phosphor-icons/react").then(e=>e.LastfmLogo),LastfmLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.LastfmLogo),Layout:()=>import("@phosphor-icons/react").then(e=>e.Layout),LayoutIcon:()=>import("@phosphor-icons/react").then(e=>e.Layout),Leaf:()=>import("@phosphor-icons/react").then(e=>e.Leaf),LeafIcon:()=>import("@phosphor-icons/react").then(e=>e.Leaf),Lectern:()=>import("@phosphor-icons/react").then(e=>e.Lectern),LecternIcon:()=>import("@phosphor-icons/react").then(e=>e.Lectern),Lego:()=>import("@phosphor-icons/react").then(e=>e.Lego),LegoIcon:()=>import("@phosphor-icons/react").then(e=>e.Lego),LegoSmiley:()=>import("@phosphor-icons/react").then(e=>e.LegoSmiley),LegoSmileyIcon:()=>import("@phosphor-icons/react").then(e=>e.LegoSmiley),LemniscateIcon:()=>import("@phosphor-icons/react").then(e=>e.Lemniscate),LessThan:()=>import("@phosphor-icons/react").then(e=>e.LessThan),LessThanIcon:()=>import("@phosphor-icons/react").then(e=>e.LessThan),LessThanOrEqual:()=>import("@phosphor-icons/react").then(e=>e.LessThanOrEqual),LessThanOrEqualIcon:()=>import("@phosphor-icons/react").then(e=>e.LessThanOrEqual),LetterCircleH:()=>import("@phosphor-icons/react").then(e=>e.LetterCircleH),LetterCircleHIcon:()=>import("@phosphor-icons/react").then(e=>e.LetterCircleH),LetterCircleP:()=>import("@phosphor-icons/react").then(e=>e.LetterCircleP),LetterCirclePIcon:()=>import("@phosphor-icons/react").then(e=>e.LetterCircleP),LetterCircleV:()=>import("@phosphor-icons/react").then(e=>e.LetterCircleV),LetterCircleVIcon:()=>import("@phosphor-icons/react").then(e=>e.LetterCircleV),Lifebuoy:()=>import("@phosphor-icons/react").then(e=>e.Lifebuoy),LifebuoyIcon:()=>import("@phosphor-icons/react").then(e=>e.Lifebuoy),Lightbulb:()=>import("@phosphor-icons/react").then(e=>e.Lightbulb),LightbulbFilament:()=>import("@phosphor-icons/react").then(e=>e.LightbulbFilament),LightbulbFilamentIcon:()=>import("@phosphor-icons/react").then(e=>e.LightbulbFilament),LightbulbIcon:()=>import("@phosphor-icons/react").then(e=>e.Lightbulb),Lighthouse:()=>import("@phosphor-icons/react").then(e=>e.Lighthouse),LighthouseIcon:()=>import("@phosphor-icons/react").then(e=>e.Lighthouse),Lightning:()=>import("@phosphor-icons/react").then(e=>e.Lightning),LightningA:()=>import("@phosphor-icons/react").then(e=>e.LightningA),LightningAIcon:()=>import("@phosphor-icons/react").then(e=>e.LightningA),LightningIcon:()=>import("@phosphor-icons/react").then(e=>e.Lightning),LightningSlash:()=>import("@phosphor-icons/react").then(e=>e.LightningSlash),LightningSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.LightningSlash),LineSegment:()=>import("@phosphor-icons/react").then(e=>e.LineSegment),LineSegmentIcon:()=>import("@phosphor-icons/react").then(e=>e.LineSegment),LineSegments:()=>import("@phosphor-icons/react").then(e=>e.LineSegments),LineSegmentsIcon:()=>import("@phosphor-icons/react").then(e=>e.LineSegments),LineVertical:()=>import("@phosphor-icons/react").then(e=>e.LineVertical),LineVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.LineVertical),Link:()=>import("@phosphor-icons/react").then(e=>e.Link),LinkBreak:()=>import("@phosphor-icons/react").then(e=>e.LinkBreak),LinkBreakIcon:()=>import("@phosphor-icons/react").then(e=>e.LinkBreak),LinkIcon:()=>import("@phosphor-icons/react").then(e=>e.Link),LinkSimple:()=>import("@phosphor-icons/react").then(e=>e.LinkSimple),LinkSimpleBreak:()=>import("@phosphor-icons/react").then(e=>e.LinkSimpleBreak),LinkSimpleBreakIcon:()=>import("@phosphor-icons/react").then(e=>e.LinkSimpleBreak),LinkSimpleHorizontal:()=>import("@phosphor-icons/react").then(e=>e.LinkSimpleHorizontal),LinkSimpleHorizontalBreak:()=>import("@phosphor-icons/react").then(e=>e.LinkSimpleHorizontalBreak),LinkSimpleHorizontalBreakIcon:()=>import("@phosphor-icons/react").then(e=>e.LinkSimpleHorizontalBreak),LinkSimpleHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.LinkSimpleHorizontal),LinkSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.LinkSimple),LinkedinLogo:()=>import("@phosphor-icons/react").then(e=>e.LinkedinLogo),LinkedinLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.LinkedinLogo),LinktreeLogo:()=>import("@phosphor-icons/react").then(e=>e.LinktreeLogo),LinktreeLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.LinktreeLogo),LinuxLogo:()=>import("@phosphor-icons/react").then(e=>e.LinuxLogo),LinuxLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.LinuxLogo),List:()=>import("@phosphor-icons/react").then(e=>e.List),ListBullets:()=>import("@phosphor-icons/react").then(e=>e.ListBullets),ListBulletsIcon:()=>import("@phosphor-icons/react").then(e=>e.ListBullets),ListChecks:()=>import("@phosphor-icons/react").then(e=>e.ListChecks),ListChecksIcon:()=>import("@phosphor-icons/react").then(e=>e.ListChecks),ListDashes:()=>import("@phosphor-icons/react").then(e=>e.ListDashes),ListDashesIcon:()=>import("@phosphor-icons/react").then(e=>e.ListDashes),ListHeart:()=>import("@phosphor-icons/react").then(e=>e.ListHeart),ListHeartIcon:()=>import("@phosphor-icons/react").then(e=>e.ListHeart),ListIcon:()=>import("@phosphor-icons/react").then(e=>e.List),ListMagnifyingGlass:()=>import("@phosphor-icons/react").then(e=>e.ListMagnifyingGlass),ListMagnifyingGlassIcon:()=>import("@phosphor-icons/react").then(e=>e.ListMagnifyingGlass),ListNumbers:()=>import("@phosphor-icons/react").then(e=>e.ListNumbers),ListNumbersIcon:()=>import("@phosphor-icons/react").then(e=>e.ListNumbers),ListPlus:()=>import("@phosphor-icons/react").then(e=>e.ListPlus),ListPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.ListPlus),ListStar:()=>import("@phosphor-icons/react").then(e=>e.ListStar),ListStarIcon:()=>import("@phosphor-icons/react").then(e=>e.ListStar),Lock:()=>import("@phosphor-icons/react").then(e=>e.Lock),LockIcon:()=>import("@phosphor-icons/react").then(e=>e.Lock),LockKey:()=>import("@phosphor-icons/react").then(e=>e.LockKey),LockKeyIcon:()=>import("@phosphor-icons/react").then(e=>e.LockKey),LockKeyOpen:()=>import("@phosphor-icons/react").then(e=>e.LockKeyOpen),LockKeyOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.LockKeyOpen),LockLaminated:()=>import("@phosphor-icons/react").then(e=>e.LockLaminated),LockLaminatedIcon:()=>import("@phosphor-icons/react").then(e=>e.LockLaminated),LockLaminatedOpen:()=>import("@phosphor-icons/react").then(e=>e.LockLaminatedOpen),LockLaminatedOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.LockLaminatedOpen),LockOpen:()=>import("@phosphor-icons/react").then(e=>e.LockOpen),LockOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.LockOpen),LockSimple:()=>import("@phosphor-icons/react").then(e=>e.LockSimple),LockSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.LockSimple),LockSimpleOpen:()=>import("@phosphor-icons/react").then(e=>e.LockSimpleOpen),LockSimpleOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.LockSimpleOpen),Lockers:()=>import("@phosphor-icons/react").then(e=>e.Lockers),LockersIcon:()=>import("@phosphor-icons/react").then(e=>e.Lockers),Log:()=>import("@phosphor-icons/react").then(e=>e.Log),LogIcon:()=>import("@phosphor-icons/react").then(e=>e.Log),MagicWand:()=>import("@phosphor-icons/react").then(e=>e.MagicWand),MagicWandIcon:()=>import("@phosphor-icons/react").then(e=>e.MagicWand),Magnet:()=>import("@phosphor-icons/react").then(e=>e.Magnet),MagnetIcon:()=>import("@phosphor-icons/react").then(e=>e.Magnet),MagnetStraight:()=>import("@phosphor-icons/react").then(e=>e.MagnetStraight),MagnetStraightIcon:()=>import("@phosphor-icons/react").then(e=>e.MagnetStraight),MagnifyingGlass:()=>import("@phosphor-icons/react").then(e=>e.MagnifyingGlass),MagnifyingGlassIcon:()=>import("@phosphor-icons/react").then(e=>e.MagnifyingGlass),MagnifyingGlassMinus:()=>import("@phosphor-icons/react").then(e=>e.MagnifyingGlassMinus),MagnifyingGlassMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.MagnifyingGlassMinus),MagnifyingGlassPlus:()=>import("@phosphor-icons/react").then(e=>e.MagnifyingGlassPlus),MagnifyingGlassPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.MagnifyingGlassPlus),Mailbox:()=>import("@phosphor-icons/react").then(e=>e.Mailbox),MailboxIcon:()=>import("@phosphor-icons/react").then(e=>e.Mailbox),MapPin:()=>import("@phosphor-icons/react").then(e=>e.MapPin),MapPinArea:()=>import("@phosphor-icons/react").then(e=>e.MapPinArea),MapPinAreaIcon:()=>import("@phosphor-icons/react").then(e=>e.MapPinArea),MapPinIcon:()=>import("@phosphor-icons/react").then(e=>e.MapPin),MapPinLine:()=>import("@phosphor-icons/react").then(e=>e.MapPinLine),MapPinLineIcon:()=>import("@phosphor-icons/react").then(e=>e.MapPinLine),MapPinPlus:()=>import("@phosphor-icons/react").then(e=>e.MapPinPlus),MapPinPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.MapPinPlus),MapPinSimple:()=>import("@phosphor-icons/react").then(e=>e.MapPinSimple),MapPinSimpleArea:()=>import("@phosphor-icons/react").then(e=>e.MapPinSimpleArea),MapPinSimpleAreaIcon:()=>import("@phosphor-icons/react").then(e=>e.MapPinSimpleArea),MapPinSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.MapPinSimple),MapPinSimpleLine:()=>import("@phosphor-icons/react").then(e=>e.MapPinSimpleLine),MapPinSimpleLineIcon:()=>import("@phosphor-icons/react").then(e=>e.MapPinSimpleLine),MapTrifold:()=>import("@phosphor-icons/react").then(e=>e.MapTrifold),MapTrifoldIcon:()=>import("@phosphor-icons/react").then(e=>e.MapTrifold),MarkdownLogo:()=>import("@phosphor-icons/react").then(e=>e.MarkdownLogo),MarkdownLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MarkdownLogo),MarkerCircle:()=>import("@phosphor-icons/react").then(e=>e.MarkerCircle),MarkerCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.MarkerCircle),Martini:()=>import("@phosphor-icons/react").then(e=>e.Martini),MartiniIcon:()=>import("@phosphor-icons/react").then(e=>e.Martini),MaskHappy:()=>import("@phosphor-icons/react").then(e=>e.MaskHappy),MaskHappyIcon:()=>import("@phosphor-icons/react").then(e=>e.MaskHappy),MaskSad:()=>import("@phosphor-icons/react").then(e=>e.MaskSad),MaskSadIcon:()=>import("@phosphor-icons/react").then(e=>e.MaskSad),MastodonLogo:()=>import("@phosphor-icons/react").then(e=>e.MastodonLogo),MastodonLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MastodonLogo),MathOperations:()=>import("@phosphor-icons/react").then(e=>e.MathOperations),MathOperationsIcon:()=>import("@phosphor-icons/react").then(e=>e.MathOperations),MatrixLogo:()=>import("@phosphor-icons/react").then(e=>e.MatrixLogo),MatrixLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MatrixLogo),Medal:()=>import("@phosphor-icons/react").then(e=>e.Medal),MedalIcon:()=>import("@phosphor-icons/react").then(e=>e.Medal),MedalMilitary:()=>import("@phosphor-icons/react").then(e=>e.MedalMilitary),MedalMilitaryIcon:()=>import("@phosphor-icons/react").then(e=>e.MedalMilitary),MediumLogo:()=>import("@phosphor-icons/react").then(e=>e.MediumLogo),MediumLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MediumLogo),Megaphone:()=>import("@phosphor-icons/react").then(e=>e.Megaphone),MegaphoneIcon:()=>import("@phosphor-icons/react").then(e=>e.Megaphone),MegaphoneSimple:()=>import("@phosphor-icons/react").then(e=>e.MegaphoneSimple),MegaphoneSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.MegaphoneSimple),MemberOf:()=>import("@phosphor-icons/react").then(e=>e.MemberOf),MemberOfIcon:()=>import("@phosphor-icons/react").then(e=>e.MemberOf),Memory:()=>import("@phosphor-icons/react").then(e=>e.Memory),MemoryIcon:()=>import("@phosphor-icons/react").then(e=>e.Memory),MessengerLogo:()=>import("@phosphor-icons/react").then(e=>e.MessengerLogo),MessengerLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MessengerLogo),MetaLogo:()=>import("@phosphor-icons/react").then(e=>e.MetaLogo),MetaLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MetaLogo),Meteor:()=>import("@phosphor-icons/react").then(e=>e.Meteor),MeteorIcon:()=>import("@phosphor-icons/react").then(e=>e.Meteor),Metronome:()=>import("@phosphor-icons/react").then(e=>e.Metronome),MetronomeIcon:()=>import("@phosphor-icons/react").then(e=>e.Metronome),Microphone:()=>import("@phosphor-icons/react").then(e=>e.Microphone),MicrophoneIcon:()=>import("@phosphor-icons/react").then(e=>e.Microphone),MicrophoneSlash:()=>import("@phosphor-icons/react").then(e=>e.MicrophoneSlash),MicrophoneSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.MicrophoneSlash),MicrophoneStage:()=>import("@phosphor-icons/react").then(e=>e.MicrophoneStage),MicrophoneStageIcon:()=>import("@phosphor-icons/react").then(e=>e.MicrophoneStage),Microscope:()=>import("@phosphor-icons/react").then(e=>e.Microscope),MicroscopeIcon:()=>import("@phosphor-icons/react").then(e=>e.Microscope),MicrosoftExcelLogo:()=>import("@phosphor-icons/react").then(e=>e.MicrosoftExcelLogo),MicrosoftExcelLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MicrosoftExcelLogo),MicrosoftOutlookLogo:()=>import("@phosphor-icons/react").then(e=>e.MicrosoftOutlookLogo),MicrosoftOutlookLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MicrosoftOutlookLogo),MicrosoftPowerpointLogo:()=>import("@phosphor-icons/react").then(e=>e.MicrosoftPowerpointLogo),MicrosoftPowerpointLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MicrosoftPowerpointLogo),MicrosoftTeamsLogo:()=>import("@phosphor-icons/react").then(e=>e.MicrosoftTeamsLogo),MicrosoftTeamsLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MicrosoftTeamsLogo),MicrosoftWordLogo:()=>import("@phosphor-icons/react").then(e=>e.MicrosoftWordLogo),MicrosoftWordLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.MicrosoftWordLogo),Minus:()=>import("@phosphor-icons/react").then(e=>e.Minus),MinusCircle:()=>import("@phosphor-icons/react").then(e=>e.MinusCircle),MinusCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.MinusCircle),MinusIcon:()=>import("@phosphor-icons/react").then(e=>e.Minus),MinusSquare:()=>import("@phosphor-icons/react").then(e=>e.MinusSquare),MinusSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.MinusSquare),Money:()=>import("@phosphor-icons/react").then(e=>e.Money),MoneyIcon:()=>import("@phosphor-icons/react").then(e=>e.Money),MoneyWavy:()=>import("@phosphor-icons/react").then(e=>e.MoneyWavy),MoneyWavyIcon:()=>import("@phosphor-icons/react").then(e=>e.MoneyWavy),Monitor:()=>import("@phosphor-icons/react").then(e=>e.Monitor),MonitorArrowUp:()=>import("@phosphor-icons/react").then(e=>e.MonitorArrowUp),MonitorArrowUpIcon:()=>import("@phosphor-icons/react").then(e=>e.MonitorArrowUp),MonitorIcon:()=>import("@phosphor-icons/react").then(e=>e.Monitor),MonitorPlay:()=>import("@phosphor-icons/react").then(e=>e.MonitorPlay),MonitorPlayIcon:()=>import("@phosphor-icons/react").then(e=>e.MonitorPlay),Moon:()=>import("@phosphor-icons/react").then(e=>e.Moon),MoonIcon:()=>import("@phosphor-icons/react").then(e=>e.Moon),MoonStars:()=>import("@phosphor-icons/react").then(e=>e.MoonStars),MoonStarsIcon:()=>import("@phosphor-icons/react").then(e=>e.MoonStars),Moped:()=>import("@phosphor-icons/react").then(e=>e.Moped),MopedFront:()=>import("@phosphor-icons/react").then(e=>e.MopedFront),MopedFrontIcon:()=>import("@phosphor-icons/react").then(e=>e.MopedFront),MopedIcon:()=>import("@phosphor-icons/react").then(e=>e.Moped),Mosque:()=>import("@phosphor-icons/react").then(e=>e.Mosque),MosqueIcon:()=>import("@phosphor-icons/react").then(e=>e.Mosque),Motorcycle:()=>import("@phosphor-icons/react").then(e=>e.Motorcycle),MotorcycleIcon:()=>import("@phosphor-icons/react").then(e=>e.Motorcycle),Mountains:()=>import("@phosphor-icons/react").then(e=>e.Mountains),MountainsIcon:()=>import("@phosphor-icons/react").then(e=>e.Mountains),Mouse:()=>import("@phosphor-icons/react").then(e=>e.Mouse),MouseIcon:()=>import("@phosphor-icons/react").then(e=>e.Mouse),MouseLeftClick:()=>import("@phosphor-icons/react").then(e=>e.MouseLeftClick),MouseLeftClickIcon:()=>import("@phosphor-icons/react").then(e=>e.MouseLeftClick),MouseMiddleClick:()=>import("@phosphor-icons/react").then(e=>e.MouseMiddleClick),MouseMiddleClickIcon:()=>import("@phosphor-icons/react").then(e=>e.MouseMiddleClick),MouseRightClick:()=>import("@phosphor-icons/react").then(e=>e.MouseRightClick),MouseRightClickIcon:()=>import("@phosphor-icons/react").then(e=>e.MouseRightClick),MouseScroll:()=>import("@phosphor-icons/react").then(e=>e.MouseScroll),MouseScrollIcon:()=>import("@phosphor-icons/react").then(e=>e.MouseScroll),MouseSimple:()=>import("@phosphor-icons/react").then(e=>e.MouseSimple),MouseSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.MouseSimple),MusicNote:()=>import("@phosphor-icons/react").then(e=>e.MusicNote),MusicNoteIcon:()=>import("@phosphor-icons/react").then(e=>e.MusicNote),MusicNoteSimple:()=>import("@phosphor-icons/react").then(e=>e.MusicNoteSimple),MusicNoteSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.MusicNoteSimple),MusicNotes:()=>import("@phosphor-icons/react").then(e=>e.MusicNotes),MusicNotesIcon:()=>import("@phosphor-icons/react").then(e=>e.MusicNotes),MusicNotesMinus:()=>import("@phosphor-icons/react").then(e=>e.MusicNotesMinus),MusicNotesMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.MusicNotesMinus),MusicNotesPlus:()=>import("@phosphor-icons/react").then(e=>e.MusicNotesPlus),MusicNotesPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.MusicNotesPlus),MusicNotesSimple:()=>import("@phosphor-icons/react").then(e=>e.MusicNotesSimple),MusicNotesSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.MusicNotesSimple),NavigationArrow:()=>import("@phosphor-icons/react").then(e=>e.NavigationArrow),NavigationArrowIcon:()=>import("@phosphor-icons/react").then(e=>e.NavigationArrow),Needle:()=>import("@phosphor-icons/react").then(e=>e.Needle),NeedleIcon:()=>import("@phosphor-icons/react").then(e=>e.Needle),Network:()=>import("@phosphor-icons/react").then(e=>e.Network),NetworkIcon:()=>import("@phosphor-icons/react").then(e=>e.Network),NetworkSlash:()=>import("@phosphor-icons/react").then(e=>e.NetworkSlash),NetworkSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.NetworkSlash),NetworkX:()=>import("@phosphor-icons/react").then(e=>e.NetworkX),NetworkXIcon:()=>import("@phosphor-icons/react").then(e=>e.NetworkX),Newspaper:()=>import("@phosphor-icons/react").then(e=>e.Newspaper),NewspaperClipping:()=>import("@phosphor-icons/react").then(e=>e.NewspaperClipping),NewspaperClippingIcon:()=>import("@phosphor-icons/react").then(e=>e.NewspaperClipping),NewspaperIcon:()=>import("@phosphor-icons/react").then(e=>e.Newspaper),NotEquals:()=>import("@phosphor-icons/react").then(e=>e.NotEquals),NotEqualsIcon:()=>import("@phosphor-icons/react").then(e=>e.NotEquals),NotMemberOf:()=>import("@phosphor-icons/react").then(e=>e.NotMemberOf),NotMemberOfIcon:()=>import("@phosphor-icons/react").then(e=>e.NotMemberOf),NotSubsetOf:()=>import("@phosphor-icons/react").then(e=>e.NotSubsetOf),NotSubsetOfIcon:()=>import("@phosphor-icons/react").then(e=>e.NotSubsetOf),NotSupersetOf:()=>import("@phosphor-icons/react").then(e=>e.NotSupersetOf),NotSupersetOfIcon:()=>import("@phosphor-icons/react").then(e=>e.NotSupersetOf),Notches:()=>import("@phosphor-icons/react").then(e=>e.Notches),NotchesIcon:()=>import("@phosphor-icons/react").then(e=>e.Notches),Note:()=>import("@phosphor-icons/react").then(e=>e.Note),NoteBlank:()=>import("@phosphor-icons/react").then(e=>e.NoteBlank),NoteBlankIcon:()=>import("@phosphor-icons/react").then(e=>e.NoteBlank),NoteIcon:()=>import("@phosphor-icons/react").then(e=>e.Note),NotePencil:()=>import("@phosphor-icons/react").then(e=>e.NotePencil),NotePencilIcon:()=>import("@phosphor-icons/react").then(e=>e.NotePencil),Notebook:()=>import("@phosphor-icons/react").then(e=>e.Notebook),NotebookIcon:()=>import("@phosphor-icons/react").then(e=>e.Notebook),Notepad:()=>import("@phosphor-icons/react").then(e=>e.Notepad),NotepadIcon:()=>import("@phosphor-icons/react").then(e=>e.Notepad),Notification:()=>import("@phosphor-icons/react").then(e=>e.Notification),NotificationIcon:()=>import("@phosphor-icons/react").then(e=>e.Notification),NotionLogo:()=>import("@phosphor-icons/react").then(e=>e.NotionLogo),NotionLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.NotionLogo),NuclearPlant:()=>import("@phosphor-icons/react").then(e=>e.NuclearPlant),NuclearPlantIcon:()=>import("@phosphor-icons/react").then(e=>e.NuclearPlant),NumberCircleEight:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleEight),NumberCircleEightIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleEight),NumberCircleFive:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleFive),NumberCircleFiveIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleFive),NumberCircleFour:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleFour),NumberCircleFourIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleFour),NumberCircleNine:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleNine),NumberCircleNineIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleNine),NumberCircleOne:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleOne),NumberCircleOneIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleOne),NumberCircleSeven:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleSeven),NumberCircleSevenIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleSeven),NumberCircleSix:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleSix),NumberCircleSixIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleSix),NumberCircleThree:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleThree),NumberCircleThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleThree),NumberCircleTwo:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleTwo),NumberCircleTwoIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleTwo),NumberCircleZero:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleZero),NumberCircleZeroIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberCircleZero),NumberEight:()=>import("@phosphor-icons/react").then(e=>e.NumberEight),NumberEightIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberEight),NumberFive:()=>import("@phosphor-icons/react").then(e=>e.NumberFive),NumberFiveIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberFive),NumberFour:()=>import("@phosphor-icons/react").then(e=>e.NumberFour),NumberFourIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberFour),NumberNine:()=>import("@phosphor-icons/react").then(e=>e.NumberNine),NumberNineIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberNine),NumberOne:()=>import("@phosphor-icons/react").then(e=>e.NumberOne),NumberOneIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberOne),NumberSeven:()=>import("@phosphor-icons/react").then(e=>e.NumberSeven),NumberSevenIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSeven),NumberSix:()=>import("@phosphor-icons/react").then(e=>e.NumberSix),NumberSixIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSix),NumberSquareEight:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareEight),NumberSquareEightIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareEight),NumberSquareFive:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareFive),NumberSquareFiveIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareFive),NumberSquareFour:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareFour),NumberSquareFourIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareFour),NumberSquareNine:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareNine),NumberSquareNineIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareNine),NumberSquareOne:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareOne),NumberSquareOneIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareOne),NumberSquareSeven:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareSeven),NumberSquareSevenIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareSeven),NumberSquareSix:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareSix),NumberSquareSixIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareSix),NumberSquareThree:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareThree),NumberSquareThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareThree),NumberSquareTwo:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareTwo),NumberSquareTwoIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareTwo),NumberSquareZero:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareZero),NumberSquareZeroIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberSquareZero),NumberThree:()=>import("@phosphor-icons/react").then(e=>e.NumberThree),NumberThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberThree),NumberTwo:()=>import("@phosphor-icons/react").then(e=>e.NumberTwo),NumberTwoIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberTwo),NumberZero:()=>import("@phosphor-icons/react").then(e=>e.NumberZero),NumberZeroIcon:()=>import("@phosphor-icons/react").then(e=>e.NumberZero),Numpad:()=>import("@phosphor-icons/react").then(e=>e.Numpad),NumpadIcon:()=>import("@phosphor-icons/react").then(e=>e.Numpad),Nut:()=>import("@phosphor-icons/react").then(e=>e.Nut),NutIcon:()=>import("@phosphor-icons/react").then(e=>e.Nut),NyTimesLogo:()=>import("@phosphor-icons/react").then(e=>e.NyTimesLogo),NyTimesLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.NyTimesLogo),Octagon:()=>import("@phosphor-icons/react").then(e=>e.Octagon),OctagonIcon:()=>import("@phosphor-icons/react").then(e=>e.Octagon),OfficeChair:()=>import("@phosphor-icons/react").then(e=>e.OfficeChair),OfficeChairIcon:()=>import("@phosphor-icons/react").then(e=>e.OfficeChair),Onigiri:()=>import("@phosphor-icons/react").then(e=>e.Onigiri),OnigiriIcon:()=>import("@phosphor-icons/react").then(e=>e.Onigiri),OpenAiLogo:()=>import("@phosphor-icons/react").then(e=>e.OpenAiLogo),OpenAiLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.OpenAiLogo),Option:()=>import("@phosphor-icons/react").then(e=>e.Option),OptionIcon:()=>import("@phosphor-icons/react").then(e=>e.Option),Orange:()=>import("@phosphor-icons/react").then(e=>e.Orange),OrangeIcon:()=>import("@phosphor-icons/react").then(e=>e.Orange),OrangeSlice:()=>import("@phosphor-icons/react").then(e=>e.OrangeSlice),OrangeSliceIcon:()=>import("@phosphor-icons/react").then(e=>e.OrangeSlice),Oven:()=>import("@phosphor-icons/react").then(e=>e.Oven),OvenIcon:()=>import("@phosphor-icons/react").then(e=>e.Oven),Package:()=>import("@phosphor-icons/react").then(e=>e.Package),PackageIcon:()=>import("@phosphor-icons/react").then(e=>e.Package),PaintBrush:()=>import("@phosphor-icons/react").then(e=>e.PaintBrush),PaintBrushBroad:()=>import("@phosphor-icons/react").then(e=>e.PaintBrushBroad),PaintBrushBroadIcon:()=>import("@phosphor-icons/react").then(e=>e.PaintBrushBroad),PaintBrushHousehold:()=>import("@phosphor-icons/react").then(e=>e.PaintBrushHousehold),PaintBrushHouseholdIcon:()=>import("@phosphor-icons/react").then(e=>e.PaintBrushHousehold),PaintBrushIcon:()=>import("@phosphor-icons/react").then(e=>e.PaintBrush),PaintBucket:()=>import("@phosphor-icons/react").then(e=>e.PaintBucket),PaintBucketIcon:()=>import("@phosphor-icons/react").then(e=>e.PaintBucket),PaintRoller:()=>import("@phosphor-icons/react").then(e=>e.PaintRoller),PaintRollerIcon:()=>import("@phosphor-icons/react").then(e=>e.PaintRoller),Palette:()=>import("@phosphor-icons/react").then(e=>e.Palette),PaletteIcon:()=>import("@phosphor-icons/react").then(e=>e.Palette),Panorama:()=>import("@phosphor-icons/react").then(e=>e.Panorama),PanoramaIcon:()=>import("@phosphor-icons/react").then(e=>e.Panorama),Pants:()=>import("@phosphor-icons/react").then(e=>e.Pants),PantsIcon:()=>import("@phosphor-icons/react").then(e=>e.Pants),PaperPlane:()=>import("@phosphor-icons/react").then(e=>e.PaperPlane),PaperPlaneIcon:()=>import("@phosphor-icons/react").then(e=>e.PaperPlane),PaperPlaneRight:()=>import("@phosphor-icons/react").then(e=>e.PaperPlaneRight),PaperPlaneRightIcon:()=>import("@phosphor-icons/react").then(e=>e.PaperPlaneRight),PaperPlaneTilt:()=>import("@phosphor-icons/react").then(e=>e.PaperPlaneTilt),PaperPlaneTiltIcon:()=>import("@phosphor-icons/react").then(e=>e.PaperPlaneTilt),Paperclip:()=>import("@phosphor-icons/react").then(e=>e.Paperclip),PaperclipHorizontal:()=>import("@phosphor-icons/react").then(e=>e.PaperclipHorizontal),PaperclipHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.PaperclipHorizontal),PaperclipIcon:()=>import("@phosphor-icons/react").then(e=>e.Paperclip),Parachute:()=>import("@phosphor-icons/react").then(e=>e.Parachute),ParachuteIcon:()=>import("@phosphor-icons/react").then(e=>e.Parachute),Paragraph:()=>import("@phosphor-icons/react").then(e=>e.Paragraph),ParagraphIcon:()=>import("@phosphor-icons/react").then(e=>e.Paragraph),Parallelogram:()=>import("@phosphor-icons/react").then(e=>e.Parallelogram),ParallelogramIcon:()=>import("@phosphor-icons/react").then(e=>e.Parallelogram),Park:()=>import("@phosphor-icons/react").then(e=>e.Park),ParkIcon:()=>import("@phosphor-icons/react").then(e=>e.Park),Password:()=>import("@phosphor-icons/react").then(e=>e.Password),PasswordIcon:()=>import("@phosphor-icons/react").then(e=>e.Password),Path:()=>import("@phosphor-icons/react").then(e=>e.Path),PathIcon:()=>import("@phosphor-icons/react").then(e=>e.Path),PatreonLogo:()=>import("@phosphor-icons/react").then(e=>e.PatreonLogo),PatreonLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.PatreonLogo),Pause:()=>import("@phosphor-icons/react").then(e=>e.Pause),PauseCircle:()=>import("@phosphor-icons/react").then(e=>e.PauseCircle),PauseCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.PauseCircle),PauseIcon:()=>import("@phosphor-icons/react").then(e=>e.Pause),PawPrint:()=>import("@phosphor-icons/react").then(e=>e.PawPrint),PawPrintIcon:()=>import("@phosphor-icons/react").then(e=>e.PawPrint),PaypalLogo:()=>import("@phosphor-icons/react").then(e=>e.PaypalLogo),PaypalLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.PaypalLogo),Peace:()=>import("@phosphor-icons/react").then(e=>e.Peace),PeaceIcon:()=>import("@phosphor-icons/react").then(e=>e.Peace),Pen:()=>import("@phosphor-icons/react").then(e=>e.Pen),PenIcon:()=>import("@phosphor-icons/react").then(e=>e.Pen),PenNib:()=>import("@phosphor-icons/react").then(e=>e.PenNib),PenNibIcon:()=>import("@phosphor-icons/react").then(e=>e.PenNib),PenNibStraight:()=>import("@phosphor-icons/react").then(e=>e.PenNibStraight),PenNibStraightIcon:()=>import("@phosphor-icons/react").then(e=>e.PenNibStraight),Pencil:()=>import("@phosphor-icons/react").then(e=>e.Pencil),PencilCircle:()=>import("@phosphor-icons/react").then(e=>e.PencilCircle),PencilCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.PencilCircle),PencilIcon:()=>import("@phosphor-icons/react").then(e=>e.Pencil),PencilLine:()=>import("@phosphor-icons/react").then(e=>e.PencilLine),PencilLineIcon:()=>import("@phosphor-icons/react").then(e=>e.PencilLine),PencilRuler:()=>import("@phosphor-icons/react").then(e=>e.PencilRuler),PencilRulerIcon:()=>import("@phosphor-icons/react").then(e=>e.PencilRuler),PencilSimple:()=>import("@phosphor-icons/react").then(e=>e.PencilSimple),PencilSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.PencilSimple),PencilSimpleLine:()=>import("@phosphor-icons/react").then(e=>e.PencilSimpleLine),PencilSimpleLineIcon:()=>import("@phosphor-icons/react").then(e=>e.PencilSimpleLine),PencilSimpleSlash:()=>import("@phosphor-icons/react").then(e=>e.PencilSimpleSlash),PencilSimpleSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.PencilSimpleSlash),PencilSlash:()=>import("@phosphor-icons/react").then(e=>e.PencilSlash),PencilSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.PencilSlash),Pentagon:()=>import("@phosphor-icons/react").then(e=>e.Pentagon),PentagonIcon:()=>import("@phosphor-icons/react").then(e=>e.Pentagon),Pentagram:()=>import("@phosphor-icons/react").then(e=>e.Pentagram),PentagramIcon:()=>import("@phosphor-icons/react").then(e=>e.Pentagram),Pepper:()=>import("@phosphor-icons/react").then(e=>e.Pepper),PepperIcon:()=>import("@phosphor-icons/react").then(e=>e.Pepper),Percent:()=>import("@phosphor-icons/react").then(e=>e.Percent),PercentIcon:()=>import("@phosphor-icons/react").then(e=>e.Percent),Person:()=>import("@phosphor-icons/react").then(e=>e.Person),PersonArmsSpread:()=>import("@phosphor-icons/react").then(e=>e.PersonArmsSpread),PersonArmsSpreadIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonArmsSpread),PersonIcon:()=>import("@phosphor-icons/react").then(e=>e.Person),PersonSimple:()=>import("@phosphor-icons/react").then(e=>e.PersonSimple),PersonSimpleBike:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleBike),PersonSimpleBikeIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleBike),PersonSimpleCircle:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleCircle),PersonSimpleCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleCircle),PersonSimpleHike:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleHike),PersonSimpleHikeIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleHike),PersonSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimple),PersonSimpleRun:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleRun),PersonSimpleRunIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleRun),PersonSimpleSki:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleSki),PersonSimpleSkiIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleSki),PersonSimpleSnowboard:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleSnowboard),PersonSimpleSnowboardIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleSnowboard),PersonSimpleSwim:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleSwim),PersonSimpleSwimIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleSwim),PersonSimpleTaiChi:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleTaiChi),PersonSimpleTaiChiIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleTaiChi),PersonSimpleThrow:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleThrow),PersonSimpleThrowIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleThrow),PersonSimpleWalk:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleWalk),PersonSimpleWalkIcon:()=>import("@phosphor-icons/react").then(e=>e.PersonSimpleWalk),Perspective:()=>import("@phosphor-icons/react").then(e=>e.Perspective),PerspectiveIcon:()=>import("@phosphor-icons/react").then(e=>e.Perspective),Phone:()=>import("@phosphor-icons/react").then(e=>e.Phone),PhoneCall:()=>import("@phosphor-icons/react").then(e=>e.PhoneCall),PhoneCallIcon:()=>import("@phosphor-icons/react").then(e=>e.PhoneCall),PhoneDisconnect:()=>import("@phosphor-icons/react").then(e=>e.PhoneDisconnect),PhoneDisconnectIcon:()=>import("@phosphor-icons/react").then(e=>e.PhoneDisconnect),PhoneIcon:()=>import("@phosphor-icons/react").then(e=>e.Phone),PhoneIncoming:()=>import("@phosphor-icons/react").then(e=>e.PhoneIncoming),PhoneIncomingIcon:()=>import("@phosphor-icons/react").then(e=>e.PhoneIncoming),PhoneList:()=>import("@phosphor-icons/react").then(e=>e.PhoneList),PhoneListIcon:()=>import("@phosphor-icons/react").then(e=>e.PhoneList),PhoneOutgoing:()=>import("@phosphor-icons/react").then(e=>e.PhoneOutgoing),PhoneOutgoingIcon:()=>import("@phosphor-icons/react").then(e=>e.PhoneOutgoing),PhonePause:()=>import("@phosphor-icons/react").then(e=>e.PhonePause),PhonePauseIcon:()=>import("@phosphor-icons/react").then(e=>e.PhonePause),PhonePlus:()=>import("@phosphor-icons/react").then(e=>e.PhonePlus),PhonePlusIcon:()=>import("@phosphor-icons/react").then(e=>e.PhonePlus),PhoneSlash:()=>import("@phosphor-icons/react").then(e=>e.PhoneSlash),PhoneSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.PhoneSlash),PhoneTransfer:()=>import("@phosphor-icons/react").then(e=>e.PhoneTransfer),PhoneTransferIcon:()=>import("@phosphor-icons/react").then(e=>e.PhoneTransfer),PhoneX:()=>import("@phosphor-icons/react").then(e=>e.PhoneX),PhoneXIcon:()=>import("@phosphor-icons/react").then(e=>e.PhoneX),PhosphorLogo:()=>import("@phosphor-icons/react").then(e=>e.PhosphorLogo),PhosphorLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.PhosphorLogo),Pi:()=>import("@phosphor-icons/react").then(e=>e.Pi),PiIcon:()=>import("@phosphor-icons/react").then(e=>e.Pi),PianoKeys:()=>import("@phosphor-icons/react").then(e=>e.PianoKeys),PianoKeysIcon:()=>import("@phosphor-icons/react").then(e=>e.PianoKeys),PicnicTable:()=>import("@phosphor-icons/react").then(e=>e.PicnicTable),PicnicTableIcon:()=>import("@phosphor-icons/react").then(e=>e.PicnicTable),PictureInPicture:()=>import("@phosphor-icons/react").then(e=>e.PictureInPicture),PictureInPictureIcon:()=>import("@phosphor-icons/react").then(e=>e.PictureInPicture),PiggyBank:()=>import("@phosphor-icons/react").then(e=>e.PiggyBank),PiggyBankIcon:()=>import("@phosphor-icons/react").then(e=>e.PiggyBank),Pill:()=>import("@phosphor-icons/react").then(e=>e.Pill),PillIcon:()=>import("@phosphor-icons/react").then(e=>e.Pill),PingPong:()=>import("@phosphor-icons/react").then(e=>e.PingPong),PingPongIcon:()=>import("@phosphor-icons/react").then(e=>e.PingPong),PintGlass:()=>import("@phosphor-icons/react").then(e=>e.PintGlass),PintGlassIcon:()=>import("@phosphor-icons/react").then(e=>e.PintGlass),PinterestLogo:()=>import("@phosphor-icons/react").then(e=>e.PinterestLogo),PinterestLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.PinterestLogo),Pinwheel:()=>import("@phosphor-icons/react").then(e=>e.Pinwheel),PinwheelIcon:()=>import("@phosphor-icons/react").then(e=>e.Pinwheel),Pipe:()=>import("@phosphor-icons/react").then(e=>e.Pipe),PipeIcon:()=>import("@phosphor-icons/react").then(e=>e.Pipe),PipeWrench:()=>import("@phosphor-icons/react").then(e=>e.PipeWrench),PipeWrenchIcon:()=>import("@phosphor-icons/react").then(e=>e.PipeWrench),PixLogo:()=>import("@phosphor-icons/react").then(e=>e.PixLogo),PixLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.PixLogo),Pizza:()=>import("@phosphor-icons/react").then(e=>e.Pizza),PizzaIcon:()=>import("@phosphor-icons/react").then(e=>e.Pizza),Placeholder:()=>import("@phosphor-icons/react").then(e=>e.Placeholder),PlaceholderIcon:()=>import("@phosphor-icons/react").then(e=>e.Placeholder),Planet:()=>import("@phosphor-icons/react").then(e=>e.Planet),PlanetIcon:()=>import("@phosphor-icons/react").then(e=>e.Planet),Plant:()=>import("@phosphor-icons/react").then(e=>e.Plant),PlantIcon:()=>import("@phosphor-icons/react").then(e=>e.Plant),Play:()=>import("@phosphor-icons/react").then(e=>e.Play),PlayCircle:()=>import("@phosphor-icons/react").then(e=>e.PlayCircle),PlayCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.PlayCircle),PlayIcon:()=>import("@phosphor-icons/react").then(e=>e.Play),PlayPause:()=>import("@phosphor-icons/react").then(e=>e.PlayPause),PlayPauseIcon:()=>import("@phosphor-icons/react").then(e=>e.PlayPause),Playlist:()=>import("@phosphor-icons/react").then(e=>e.Playlist),PlaylistIcon:()=>import("@phosphor-icons/react").then(e=>e.Playlist),Plug:()=>import("@phosphor-icons/react").then(e=>e.Plug),PlugCharging:()=>import("@phosphor-icons/react").then(e=>e.PlugCharging),PlugChargingIcon:()=>import("@phosphor-icons/react").then(e=>e.PlugCharging),PlugIcon:()=>import("@phosphor-icons/react").then(e=>e.Plug),Plugs:()=>import("@phosphor-icons/react").then(e=>e.Plugs),PlugsConnected:()=>import("@phosphor-icons/react").then(e=>e.PlugsConnected),PlugsConnectedIcon:()=>import("@phosphor-icons/react").then(e=>e.PlugsConnected),PlugsIcon:()=>import("@phosphor-icons/react").then(e=>e.Plugs),Plus:()=>import("@phosphor-icons/react").then(e=>e.Plus),PlusCircle:()=>import("@phosphor-icons/react").then(e=>e.PlusCircle),PlusCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.PlusCircle),PlusIcon:()=>import("@phosphor-icons/react").then(e=>e.Plus),PlusMinus:()=>import("@phosphor-icons/react").then(e=>e.PlusMinus),PlusMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.PlusMinus),PlusSquare:()=>import("@phosphor-icons/react").then(e=>e.PlusSquare),PlusSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.PlusSquare),PokerChip:()=>import("@phosphor-icons/react").then(e=>e.PokerChip),PokerChipIcon:()=>import("@phosphor-icons/react").then(e=>e.PokerChip),PoliceCar:()=>import("@phosphor-icons/react").then(e=>e.PoliceCar),PoliceCarIcon:()=>import("@phosphor-icons/react").then(e=>e.PoliceCar),Polygon:()=>import("@phosphor-icons/react").then(e=>e.Polygon),PolygonIcon:()=>import("@phosphor-icons/react").then(e=>e.Polygon),Popcorn:()=>import("@phosphor-icons/react").then(e=>e.Popcorn),PopcornIcon:()=>import("@phosphor-icons/react").then(e=>e.Popcorn),Popsicle:()=>import("@phosphor-icons/react").then(e=>e.Popsicle),PopsicleIcon:()=>import("@phosphor-icons/react").then(e=>e.Popsicle),PottedPlant:()=>import("@phosphor-icons/react").then(e=>e.PottedPlant),PottedPlantIcon:()=>import("@phosphor-icons/react").then(e=>e.PottedPlant),Power:()=>import("@phosphor-icons/react").then(e=>e.Power),PowerIcon:()=>import("@phosphor-icons/react").then(e=>e.Power),Prescription:()=>import("@phosphor-icons/react").then(e=>e.Prescription),PrescriptionIcon:()=>import("@phosphor-icons/react").then(e=>e.Prescription),Presentation:()=>import("@phosphor-icons/react").then(e=>e.Presentation),PresentationChart:()=>import("@phosphor-icons/react").then(e=>e.PresentationChart),PresentationChartIcon:()=>import("@phosphor-icons/react").then(e=>e.PresentationChart),PresentationIcon:()=>import("@phosphor-icons/react").then(e=>e.Presentation),Printer:()=>import("@phosphor-icons/react").then(e=>e.Printer),PrinterIcon:()=>import("@phosphor-icons/react").then(e=>e.Printer),Prohibit:()=>import("@phosphor-icons/react").then(e=>e.Prohibit),ProhibitIcon:()=>import("@phosphor-icons/react").then(e=>e.Prohibit),ProhibitInset:()=>import("@phosphor-icons/react").then(e=>e.ProhibitInset),ProhibitInsetIcon:()=>import("@phosphor-icons/react").then(e=>e.ProhibitInset),ProjectorScreen:()=>import("@phosphor-icons/react").then(e=>e.ProjectorScreen),ProjectorScreenChart:()=>import("@phosphor-icons/react").then(e=>e.ProjectorScreenChart),ProjectorScreenChartIcon:()=>import("@phosphor-icons/react").then(e=>e.ProjectorScreenChart),ProjectorScreenIcon:()=>import("@phosphor-icons/react").then(e=>e.ProjectorScreen),Pulse:()=>import("@phosphor-icons/react").then(e=>e.Pulse),PulseIcon:()=>import("@phosphor-icons/react").then(e=>e.Pulse),PushPin:()=>import("@phosphor-icons/react").then(e=>e.PushPin),PushPinIcon:()=>import("@phosphor-icons/react").then(e=>e.PushPin),PushPinSimple:()=>import("@phosphor-icons/react").then(e=>e.PushPinSimple),PushPinSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.PushPinSimple),PushPinSimpleSlash:()=>import("@phosphor-icons/react").then(e=>e.PushPinSimpleSlash),PushPinSimpleSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.PushPinSimpleSlash),PushPinSlash:()=>import("@phosphor-icons/react").then(e=>e.PushPinSlash),PushPinSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.PushPinSlash),PuzzlePiece:()=>import("@phosphor-icons/react").then(e=>e.PuzzlePiece),PuzzlePieceIcon:()=>import("@phosphor-icons/react").then(e=>e.PuzzlePiece),QrCode:()=>import("@phosphor-icons/react").then(e=>e.QrCode),QrCodeIcon:()=>import("@phosphor-icons/react").then(e=>e.QrCode),Question:()=>import("@phosphor-icons/react").then(e=>e.Question),QuestionIcon:()=>import("@phosphor-icons/react").then(e=>e.Question),QuestionMark:()=>import("@phosphor-icons/react").then(e=>e.QuestionMark),QuestionMarkIcon:()=>import("@phosphor-icons/react").then(e=>e.QuestionMark),Queue:()=>import("@phosphor-icons/react").then(e=>e.Queue),QueueIcon:()=>import("@phosphor-icons/react").then(e=>e.Queue),Quotes:()=>import("@phosphor-icons/react").then(e=>e.Quotes),QuotesIcon:()=>import("@phosphor-icons/react").then(e=>e.Quotes),Rabbit:()=>import("@phosphor-icons/react").then(e=>e.Rabbit),RabbitIcon:()=>import("@phosphor-icons/react").then(e=>e.Rabbit),Racquet:()=>import("@phosphor-icons/react").then(e=>e.Racquet),RacquetIcon:()=>import("@phosphor-icons/react").then(e=>e.Racquet),Radical:()=>import("@phosphor-icons/react").then(e=>e.Radical),RadicalIcon:()=>import("@phosphor-icons/react").then(e=>e.Radical),Radio:()=>import("@phosphor-icons/react").then(e=>e.Radio),RadioButton:()=>import("@phosphor-icons/react").then(e=>e.RadioButton),RadioButtonIcon:()=>import("@phosphor-icons/react").then(e=>e.RadioButton),RadioIcon:()=>import("@phosphor-icons/react").then(e=>e.Radio),Radioactive:()=>import("@phosphor-icons/react").then(e=>e.Radioactive),RadioactiveIcon:()=>import("@phosphor-icons/react").then(e=>e.Radioactive),Rainbow:()=>import("@phosphor-icons/react").then(e=>e.Rainbow),RainbowCloud:()=>import("@phosphor-icons/react").then(e=>e.RainbowCloud),RainbowCloudIcon:()=>import("@phosphor-icons/react").then(e=>e.RainbowCloud),RainbowIcon:()=>import("@phosphor-icons/react").then(e=>e.Rainbow),Ranking:()=>import("@phosphor-icons/react").then(e=>e.Ranking),RankingIcon:()=>import("@phosphor-icons/react").then(e=>e.Ranking),ReadCvLogo:()=>import("@phosphor-icons/react").then(e=>e.ReadCvLogo),ReadCvLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.ReadCvLogo),Receipt:()=>import("@phosphor-icons/react").then(e=>e.Receipt),ReceiptIcon:()=>import("@phosphor-icons/react").then(e=>e.Receipt),ReceiptX:()=>import("@phosphor-icons/react").then(e=>e.ReceiptX),ReceiptXIcon:()=>import("@phosphor-icons/react").then(e=>e.ReceiptX),Record:()=>import("@phosphor-icons/react").then(e=>e.Record),RecordIcon:()=>import("@phosphor-icons/react").then(e=>e.Record),Rectangle:()=>import("@phosphor-icons/react").then(e=>e.Rectangle),RectangleDashed:()=>import("@phosphor-icons/react").then(e=>e.RectangleDashed),RectangleDashedIcon:()=>import("@phosphor-icons/react").then(e=>e.RectangleDashed),RectangleIcon:()=>import("@phosphor-icons/react").then(e=>e.Rectangle),Recycle:()=>import("@phosphor-icons/react").then(e=>e.Recycle),RecycleIcon:()=>import("@phosphor-icons/react").then(e=>e.Recycle),RedditLogo:()=>import("@phosphor-icons/react").then(e=>e.RedditLogo),RedditLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.RedditLogo),Repeat:()=>import("@phosphor-icons/react").then(e=>e.Repeat),RepeatIcon:()=>import("@phosphor-icons/react").then(e=>e.Repeat),RepeatOnce:()=>import("@phosphor-icons/react").then(e=>e.RepeatOnce),RepeatOnceIcon:()=>import("@phosphor-icons/react").then(e=>e.RepeatOnce),ReplitLogo:()=>import("@phosphor-icons/react").then(e=>e.ReplitLogo),ReplitLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.ReplitLogo),Resize:()=>import("@phosphor-icons/react").then(e=>e.Resize),ResizeIcon:()=>import("@phosphor-icons/react").then(e=>e.Resize),Rewind:()=>import("@phosphor-icons/react").then(e=>e.Rewind),RewindCircle:()=>import("@phosphor-icons/react").then(e=>e.RewindCircle),RewindCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.RewindCircle),RewindIcon:()=>import("@phosphor-icons/react").then(e=>e.Rewind),RoadHorizon:()=>import("@phosphor-icons/react").then(e=>e.RoadHorizon),RoadHorizonIcon:()=>import("@phosphor-icons/react").then(e=>e.RoadHorizon),Robot:()=>import("@phosphor-icons/react").then(e=>e.Robot),RobotIcon:()=>import("@phosphor-icons/react").then(e=>e.Robot),Rocket:()=>import("@phosphor-icons/react").then(e=>e.Rocket),RocketIcon:()=>import("@phosphor-icons/react").then(e=>e.Rocket),RocketLaunch:()=>import("@phosphor-icons/react").then(e=>e.RocketLaunch),RocketLaunchIcon:()=>import("@phosphor-icons/react").then(e=>e.RocketLaunch),Rows:()=>import("@phosphor-icons/react").then(e=>e.Rows),RowsIcon:()=>import("@phosphor-icons/react").then(e=>e.Rows),RowsPlusBottom:()=>import("@phosphor-icons/react").then(e=>e.RowsPlusBottom),RowsPlusBottomIcon:()=>import("@phosphor-icons/react").then(e=>e.RowsPlusBottom),RowsPlusTop:()=>import("@phosphor-icons/react").then(e=>e.RowsPlusTop),RowsPlusTopIcon:()=>import("@phosphor-icons/react").then(e=>e.RowsPlusTop),Rss:()=>import("@phosphor-icons/react").then(e=>e.Rss),RssIcon:()=>import("@phosphor-icons/react").then(e=>e.Rss),RssSimple:()=>import("@phosphor-icons/react").then(e=>e.RssSimple),RssSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.RssSimple),Rug:()=>import("@phosphor-icons/react").then(e=>e.Rug),RugIcon:()=>import("@phosphor-icons/react").then(e=>e.Rug),Ruler:()=>import("@phosphor-icons/react").then(e=>e.Ruler),RulerIcon:()=>import("@phosphor-icons/react").then(e=>e.Ruler),Sailboat:()=>import("@phosphor-icons/react").then(e=>e.Sailboat),SailboatIcon:()=>import("@phosphor-icons/react").then(e=>e.Sailboat),Scales:()=>import("@phosphor-icons/react").then(e=>e.Scales),ScalesIcon:()=>import("@phosphor-icons/react").then(e=>e.Scales),Scan:()=>import("@phosphor-icons/react").then(e=>e.Scan),ScanIcon:()=>import("@phosphor-icons/react").then(e=>e.Scan),ScanSmiley:()=>import("@phosphor-icons/react").then(e=>e.ScanSmiley),ScanSmileyIcon:()=>import("@phosphor-icons/react").then(e=>e.ScanSmiley),Scissors:()=>import("@phosphor-icons/react").then(e=>e.Scissors),ScissorsIcon:()=>import("@phosphor-icons/react").then(e=>e.Scissors),Scooter:()=>import("@phosphor-icons/react").then(e=>e.Scooter),ScooterIcon:()=>import("@phosphor-icons/react").then(e=>e.Scooter),Screencast:()=>import("@phosphor-icons/react").then(e=>e.Screencast),ScreencastIcon:()=>import("@phosphor-icons/react").then(e=>e.Screencast),Screwdriver:()=>import("@phosphor-icons/react").then(e=>e.Screwdriver),ScrewdriverIcon:()=>import("@phosphor-icons/react").then(e=>e.Screwdriver),Scribble:()=>import("@phosphor-icons/react").then(e=>e.Scribble),ScribbleIcon:()=>import("@phosphor-icons/react").then(e=>e.Scribble),ScribbleLoop:()=>import("@phosphor-icons/react").then(e=>e.ScribbleLoop),ScribbleLoopIcon:()=>import("@phosphor-icons/react").then(e=>e.ScribbleLoop),Scroll:()=>import("@phosphor-icons/react").then(e=>e.Scroll),ScrollIcon:()=>import("@phosphor-icons/react").then(e=>e.Scroll),Seal:()=>import("@phosphor-icons/react").then(e=>e.Seal),SealCheck:()=>import("@phosphor-icons/react").then(e=>e.SealCheck),SealCheckIcon:()=>import("@phosphor-icons/react").then(e=>e.SealCheck),SealIcon:()=>import("@phosphor-icons/react").then(e=>e.Seal),SealPercent:()=>import("@phosphor-icons/react").then(e=>e.SealPercent),SealPercentIcon:()=>import("@phosphor-icons/react").then(e=>e.SealPercent),SealQuestion:()=>import("@phosphor-icons/react").then(e=>e.SealQuestion),SealQuestionIcon:()=>import("@phosphor-icons/react").then(e=>e.SealQuestion),SealWarning:()=>import("@phosphor-icons/react").then(e=>e.SealWarning),SealWarningIcon:()=>import("@phosphor-icons/react").then(e=>e.SealWarning),Seat:()=>import("@phosphor-icons/react").then(e=>e.Seat),SeatIcon:()=>import("@phosphor-icons/react").then(e=>e.Seat),Seatbelt:()=>import("@phosphor-icons/react").then(e=>e.Seatbelt),SeatbeltIcon:()=>import("@phosphor-icons/react").then(e=>e.Seatbelt),SecurityCamera:()=>import("@phosphor-icons/react").then(e=>e.SecurityCamera),SecurityCameraIcon:()=>import("@phosphor-icons/react").then(e=>e.SecurityCamera),Selection:()=>import("@phosphor-icons/react").then(e=>e.Selection),SelectionAll:()=>import("@phosphor-icons/react").then(e=>e.SelectionAll),SelectionAllIcon:()=>import("@phosphor-icons/react").then(e=>e.SelectionAll),SelectionBackground:()=>import("@phosphor-icons/react").then(e=>e.SelectionBackground),SelectionBackgroundIcon:()=>import("@phosphor-icons/react").then(e=>e.SelectionBackground),SelectionForeground:()=>import("@phosphor-icons/react").then(e=>e.SelectionForeground),SelectionForegroundIcon:()=>import("@phosphor-icons/react").then(e=>e.SelectionForeground),SelectionIcon:()=>import("@phosphor-icons/react").then(e=>e.Selection),SelectionInverse:()=>import("@phosphor-icons/react").then(e=>e.SelectionInverse),SelectionInverseIcon:()=>import("@phosphor-icons/react").then(e=>e.SelectionInverse),SelectionPlus:()=>import("@phosphor-icons/react").then(e=>e.SelectionPlus),SelectionPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.SelectionPlus),SelectionSlash:()=>import("@phosphor-icons/react").then(e=>e.SelectionSlash),SelectionSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.SelectionSlash),Shapes:()=>import("@phosphor-icons/react").then(e=>e.Shapes),ShapesIcon:()=>import("@phosphor-icons/react").then(e=>e.Shapes),Share:()=>import("@phosphor-icons/react").then(e=>e.Share),ShareFat:()=>import("@phosphor-icons/react").then(e=>e.ShareFat),ShareFatIcon:()=>import("@phosphor-icons/react").then(e=>e.ShareFat),ShareIcon:()=>import("@phosphor-icons/react").then(e=>e.Share),ShareNetwork:()=>import("@phosphor-icons/react").then(e=>e.ShareNetwork),ShareNetworkIcon:()=>import("@phosphor-icons/react").then(e=>e.ShareNetwork),Shield:()=>import("@phosphor-icons/react").then(e=>e.Shield),ShieldCheck:()=>import("@phosphor-icons/react").then(e=>e.ShieldCheck),ShieldCheckIcon:()=>import("@phosphor-icons/react").then(e=>e.ShieldCheck),ShieldCheckered:()=>import("@phosphor-icons/react").then(e=>e.ShieldCheckered),ShieldCheckeredIcon:()=>import("@phosphor-icons/react").then(e=>e.ShieldCheckered),ShieldChevron:()=>import("@phosphor-icons/react").then(e=>e.ShieldChevron),ShieldChevronIcon:()=>import("@phosphor-icons/react").then(e=>e.ShieldChevron),ShieldIcon:()=>import("@phosphor-icons/react").then(e=>e.Shield),ShieldPlus:()=>import("@phosphor-icons/react").then(e=>e.ShieldPlus),ShieldPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.ShieldPlus),ShieldSlash:()=>import("@phosphor-icons/react").then(e=>e.ShieldSlash),ShieldSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.ShieldSlash),ShieldStar:()=>import("@phosphor-icons/react").then(e=>e.ShieldStar),ShieldStarIcon:()=>import("@phosphor-icons/react").then(e=>e.ShieldStar),ShieldWarning:()=>import("@phosphor-icons/react").then(e=>e.ShieldWarning),ShieldWarningIcon:()=>import("@phosphor-icons/react").then(e=>e.ShieldWarning),ShippingContainer:()=>import("@phosphor-icons/react").then(e=>e.ShippingContainer),ShippingContainerIcon:()=>import("@phosphor-icons/react").then(e=>e.ShippingContainer),ShirtFolded:()=>import("@phosphor-icons/react").then(e=>e.ShirtFolded),ShirtFoldedIcon:()=>import("@phosphor-icons/react").then(e=>e.ShirtFolded),ShootingStar:()=>import("@phosphor-icons/react").then(e=>e.ShootingStar),ShootingStarIcon:()=>import("@phosphor-icons/react").then(e=>e.ShootingStar),ShoppingBag:()=>import("@phosphor-icons/react").then(e=>e.ShoppingBag),ShoppingBagIcon:()=>import("@phosphor-icons/react").then(e=>e.ShoppingBag),ShoppingBagOpen:()=>import("@phosphor-icons/react").then(e=>e.ShoppingBagOpen),ShoppingBagOpenIcon:()=>import("@phosphor-icons/react").then(e=>e.ShoppingBagOpen),ShoppingCart:()=>import("@phosphor-icons/react").then(e=>e.ShoppingCart),ShoppingCartIcon:()=>import("@phosphor-icons/react").then(e=>e.ShoppingCart),ShoppingCartSimple:()=>import("@phosphor-icons/react").then(e=>e.ShoppingCartSimple),ShoppingCartSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.ShoppingCartSimple),Shovel:()=>import("@phosphor-icons/react").then(e=>e.Shovel),ShovelIcon:()=>import("@phosphor-icons/react").then(e=>e.Shovel),Shower:()=>import("@phosphor-icons/react").then(e=>e.Shower),ShowerIcon:()=>import("@phosphor-icons/react").then(e=>e.Shower),Shrimp:()=>import("@phosphor-icons/react").then(e=>e.Shrimp),ShrimpIcon:()=>import("@phosphor-icons/react").then(e=>e.Shrimp),Shuffle:()=>import("@phosphor-icons/react").then(e=>e.Shuffle),ShuffleAngular:()=>import("@phosphor-icons/react").then(e=>e.ShuffleAngular),ShuffleAngularIcon:()=>import("@phosphor-icons/react").then(e=>e.ShuffleAngular),ShuffleIcon:()=>import("@phosphor-icons/react").then(e=>e.Shuffle),ShuffleSimple:()=>import("@phosphor-icons/react").then(e=>e.ShuffleSimple),ShuffleSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.ShuffleSimple),Sidebar:()=>import("@phosphor-icons/react").then(e=>e.Sidebar),SidebarIcon:()=>import("@phosphor-icons/react").then(e=>e.Sidebar),SidebarSimple:()=>import("@phosphor-icons/react").then(e=>e.SidebarSimple),SidebarSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.SidebarSimple),Sigma:()=>import("@phosphor-icons/react").then(e=>e.Sigma),SigmaIcon:()=>import("@phosphor-icons/react").then(e=>e.Sigma),SignIn:()=>import("@phosphor-icons/react").then(e=>e.SignIn),SignInIcon:()=>import("@phosphor-icons/react").then(e=>e.SignIn),SignOut:()=>import("@phosphor-icons/react").then(e=>e.SignOut),SignOutIcon:()=>import("@phosphor-icons/react").then(e=>e.SignOut),Signature:()=>import("@phosphor-icons/react").then(e=>e.Signature),SignatureIcon:()=>import("@phosphor-icons/react").then(e=>e.Signature),Signpost:()=>import("@phosphor-icons/react").then(e=>e.Signpost),SignpostIcon:()=>import("@phosphor-icons/react").then(e=>e.Signpost),SimCard:()=>import("@phosphor-icons/react").then(e=>e.SimCard),SimCardIcon:()=>import("@phosphor-icons/react").then(e=>e.SimCard),Siren:()=>import("@phosphor-icons/react").then(e=>e.Siren),SirenIcon:()=>import("@phosphor-icons/react").then(e=>e.Siren),SketchLogo:()=>import("@phosphor-icons/react").then(e=>e.SketchLogo),SketchLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.SketchLogo),SkipBack:()=>import("@phosphor-icons/react").then(e=>e.SkipBack),SkipBackCircle:()=>import("@phosphor-icons/react").then(e=>e.SkipBackCircle),SkipBackCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.SkipBackCircle),SkipBackIcon:()=>import("@phosphor-icons/react").then(e=>e.SkipBack),SkipForward:()=>import("@phosphor-icons/react").then(e=>e.SkipForward),SkipForwardCircle:()=>import("@phosphor-icons/react").then(e=>e.SkipForwardCircle),SkipForwardCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.SkipForwardCircle),SkipForwardIcon:()=>import("@phosphor-icons/react").then(e=>e.SkipForward),Skull:()=>import("@phosphor-icons/react").then(e=>e.Skull),SkullIcon:()=>import("@phosphor-icons/react").then(e=>e.Skull),SkypeLogo:()=>import("@phosphor-icons/react").then(e=>e.SkypeLogo),SkypeLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.SkypeLogo),SlackLogo:()=>import("@phosphor-icons/react").then(e=>e.SlackLogo),SlackLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.SlackLogo),Sliders:()=>import("@phosphor-icons/react").then(e=>e.Sliders),SlidersHorizontal:()=>import("@phosphor-icons/react").then(e=>e.SlidersHorizontal),SlidersHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.SlidersHorizontal),SlidersIcon:()=>import("@phosphor-icons/react").then(e=>e.Sliders),Slideshow:()=>import("@phosphor-icons/react").then(e=>e.Slideshow),SlideshowIcon:()=>import("@phosphor-icons/react").then(e=>e.Slideshow),Smiley:()=>import("@phosphor-icons/react").then(e=>e.Smiley),SmileyAngry:()=>import("@phosphor-icons/react").then(e=>e.SmileyAngry),SmileyAngryIcon:()=>import("@phosphor-icons/react").then(e=>e.SmileyAngry),SmileyBlank:()=>import("@phosphor-icons/react").then(e=>e.SmileyBlank),SmileyBlankIcon:()=>import("@phosphor-icons/react").then(e=>e.SmileyBlank),SmileyIcon:()=>import("@phosphor-icons/react").then(e=>e.Smiley),SmileyMeh:()=>import("@phosphor-icons/react").then(e=>e.SmileyMeh),SmileyMehIcon:()=>import("@phosphor-icons/react").then(e=>e.SmileyMeh),SmileyMelting:()=>import("@phosphor-icons/react").then(e=>e.SmileyMelting),SmileyMeltingIcon:()=>import("@phosphor-icons/react").then(e=>e.SmileyMelting),SmileyNervous:()=>import("@phosphor-icons/react").then(e=>e.SmileyNervous),SmileyNervousIcon:()=>import("@phosphor-icons/react").then(e=>e.SmileyNervous),SmileySad:()=>import("@phosphor-icons/react").then(e=>e.SmileySad),SmileySadIcon:()=>import("@phosphor-icons/react").then(e=>e.SmileySad),SmileySticker:()=>import("@phosphor-icons/react").then(e=>e.SmileySticker),SmileyStickerIcon:()=>import("@phosphor-icons/react").then(e=>e.SmileySticker),SmileyWink:()=>import("@phosphor-icons/react").then(e=>e.SmileyWink),SmileyWinkIcon:()=>import("@phosphor-icons/react").then(e=>e.SmileyWink),SmileyXEyes:()=>import("@phosphor-icons/react").then(e=>e.SmileyXEyes),SmileyXEyesIcon:()=>import("@phosphor-icons/react").then(e=>e.SmileyXEyes),SnapchatLogo:()=>import("@phosphor-icons/react").then(e=>e.SnapchatLogo),SnapchatLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.SnapchatLogo),Sneaker:()=>import("@phosphor-icons/react").then(e=>e.Sneaker),SneakerIcon:()=>import("@phosphor-icons/react").then(e=>e.Sneaker),SneakerMove:()=>import("@phosphor-icons/react").then(e=>e.SneakerMove),SneakerMoveIcon:()=>import("@phosphor-icons/react").then(e=>e.SneakerMove),Snowflake:()=>import("@phosphor-icons/react").then(e=>e.Snowflake),SnowflakeIcon:()=>import("@phosphor-icons/react").then(e=>e.Snowflake),SoccerBall:()=>import("@phosphor-icons/react").then(e=>e.SoccerBall),SoccerBallIcon:()=>import("@phosphor-icons/react").then(e=>e.SoccerBall),Sock:()=>import("@phosphor-icons/react").then(e=>e.Sock),SockIcon:()=>import("@phosphor-icons/react").then(e=>e.Sock),SolarPanel:()=>import("@phosphor-icons/react").then(e=>e.SolarPanel),SolarPanelIcon:()=>import("@phosphor-icons/react").then(e=>e.SolarPanel),SolarRoof:()=>import("@phosphor-icons/react").then(e=>e.SolarRoof),SolarRoofIcon:()=>import("@phosphor-icons/react").then(e=>e.SolarRoof),SortAscending:()=>import("@phosphor-icons/react").then(e=>e.SortAscending),SortAscendingIcon:()=>import("@phosphor-icons/react").then(e=>e.SortAscending),SortDescending:()=>import("@phosphor-icons/react").then(e=>e.SortDescending),SortDescendingIcon:()=>import("@phosphor-icons/react").then(e=>e.SortDescending),SoundcloudLogo:()=>import("@phosphor-icons/react").then(e=>e.SoundcloudLogo),SoundcloudLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.SoundcloudLogo),Spade:()=>import("@phosphor-icons/react").then(e=>e.Spade),SpadeIcon:()=>import("@phosphor-icons/react").then(e=>e.Spade),Sparkle:()=>import("@phosphor-icons/react").then(e=>e.Sparkle),SparkleIcon:()=>import("@phosphor-icons/react").then(e=>e.Sparkle),SpeakerHifi:()=>import("@phosphor-icons/react").then(e=>e.SpeakerHifi),SpeakerHifiIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerHifi),SpeakerHigh:()=>import("@phosphor-icons/react").then(e=>e.SpeakerHigh),SpeakerHighIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerHigh),SpeakerLow:()=>import("@phosphor-icons/react").then(e=>e.SpeakerLow),SpeakerLowIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerLow),SpeakerNone:()=>import("@phosphor-icons/react").then(e=>e.SpeakerNone),SpeakerNoneIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerNone),SpeakerSimpleHigh:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSimpleHigh),SpeakerSimpleHighIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSimpleHigh),SpeakerSimpleLow:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSimpleLow),SpeakerSimpleLowIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSimpleLow),SpeakerSimpleNone:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSimpleNone),SpeakerSimpleNoneIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSimpleNone),SpeakerSimpleSlash:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSimpleSlash),SpeakerSimpleSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSimpleSlash),SpeakerSimpleX:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSimpleX),SpeakerSimpleXIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSimpleX),SpeakerSlash:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSlash),SpeakerSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerSlash),SpeakerX:()=>import("@phosphor-icons/react").then(e=>e.SpeakerX),SpeakerXIcon:()=>import("@phosphor-icons/react").then(e=>e.SpeakerX),Speedometer:()=>import("@phosphor-icons/react").then(e=>e.Speedometer),SpeedometerIcon:()=>import("@phosphor-icons/react").then(e=>e.Speedometer),Sphere:()=>import("@phosphor-icons/react").then(e=>e.Sphere),SphereIcon:()=>import("@phosphor-icons/react").then(e=>e.Sphere),Spinner:()=>import("@phosphor-icons/react").then(e=>e.Spinner),SpinnerBall:()=>import("@phosphor-icons/react").then(e=>e.SpinnerBall),SpinnerBallIcon:()=>import("@phosphor-icons/react").then(e=>e.SpinnerBall),SpinnerGap:()=>import("@phosphor-icons/react").then(e=>e.SpinnerGap),SpinnerGapIcon:()=>import("@phosphor-icons/react").then(e=>e.SpinnerGap),SpinnerIcon:()=>import("@phosphor-icons/react").then(e=>e.Spinner),Spiral:()=>import("@phosphor-icons/react").then(e=>e.Spiral),SpiralIcon:()=>import("@phosphor-icons/react").then(e=>e.Spiral),SplitHorizontal:()=>import("@phosphor-icons/react").then(e=>e.SplitHorizontal),SplitHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.SplitHorizontal),SplitVertical:()=>import("@phosphor-icons/react").then(e=>e.SplitVertical),SplitVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.SplitVertical),SpotifyLogo:()=>import("@phosphor-icons/react").then(e=>e.SpotifyLogo),SpotifyLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.SpotifyLogo),SprayBottle:()=>import("@phosphor-icons/react").then(e=>e.SprayBottle),SprayBottleIcon:()=>import("@phosphor-icons/react").then(e=>e.SprayBottle),Square:()=>import("@phosphor-icons/react").then(e=>e.Square),SquareHalf:()=>import("@phosphor-icons/react").then(e=>e.SquareHalf),SquareHalfBottom:()=>import("@phosphor-icons/react").then(e=>e.SquareHalfBottom),SquareHalfBottomIcon:()=>import("@phosphor-icons/react").then(e=>e.SquareHalfBottom),SquareHalfIcon:()=>import("@phosphor-icons/react").then(e=>e.SquareHalf),SquareIcon:()=>import("@phosphor-icons/react").then(e=>e.Square),SquareLogo:()=>import("@phosphor-icons/react").then(e=>e.SquareLogo),SquareLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.SquareLogo),SquareSplitHorizontal:()=>import("@phosphor-icons/react").then(e=>e.SquareSplitHorizontal),SquareSplitHorizontalIcon:()=>import("@phosphor-icons/react").then(e=>e.SquareSplitHorizontal),SquareSplitVertical:()=>import("@phosphor-icons/react").then(e=>e.SquareSplitVertical),SquareSplitVerticalIcon:()=>import("@phosphor-icons/react").then(e=>e.SquareSplitVertical),SquaresFour:()=>import("@phosphor-icons/react").then(e=>e.SquaresFour),SquaresFourIcon:()=>import("@phosphor-icons/react").then(e=>e.SquaresFour),Stack:()=>import("@phosphor-icons/react").then(e=>e.Stack),StackIcon:()=>import("@phosphor-icons/react").then(e=>e.Stack),StackMinus:()=>import("@phosphor-icons/react").then(e=>e.StackMinus),StackMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.StackMinus),StackOverflowLogo:()=>import("@phosphor-icons/react").then(e=>e.StackOverflowLogo),StackOverflowLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.StackOverflowLogo),StackPlus:()=>import("@phosphor-icons/react").then(e=>e.StackPlus),StackPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.StackPlus),StackSimple:()=>import("@phosphor-icons/react").then(e=>e.StackSimple),StackSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.StackSimple),Stairs:()=>import("@phosphor-icons/react").then(e=>e.Stairs),StairsIcon:()=>import("@phosphor-icons/react").then(e=>e.Stairs),Stamp:()=>import("@phosphor-icons/react").then(e=>e.Stamp),StampIcon:()=>import("@phosphor-icons/react").then(e=>e.Stamp),StandardDefinition:()=>import("@phosphor-icons/react").then(e=>e.StandardDefinition),StandardDefinitionIcon:()=>import("@phosphor-icons/react").then(e=>e.StandardDefinition),Star:()=>import("@phosphor-icons/react").then(e=>e.Star),StarAndCrescent:()=>import("@phosphor-icons/react").then(e=>e.StarAndCrescent),StarAndCrescentIcon:()=>import("@phosphor-icons/react").then(e=>e.StarAndCrescent),StarFour:()=>import("@phosphor-icons/react").then(e=>e.StarFour),StarFourIcon:()=>import("@phosphor-icons/react").then(e=>e.StarFour),StarHalf:()=>import("@phosphor-icons/react").then(e=>e.StarHalf),StarHalfIcon:()=>import("@phosphor-icons/react").then(e=>e.StarHalf),StarIcon:()=>import("@phosphor-icons/react").then(e=>e.Star),StarOfDavid:()=>import("@phosphor-icons/react").then(e=>e.StarOfDavid),StarOfDavidIcon:()=>import("@phosphor-icons/react").then(e=>e.StarOfDavid),SteamLogo:()=>import("@phosphor-icons/react").then(e=>e.SteamLogo),SteamLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.SteamLogo),SteeringWheel:()=>import("@phosphor-icons/react").then(e=>e.SteeringWheel),SteeringWheelIcon:()=>import("@phosphor-icons/react").then(e=>e.SteeringWheel),Steps:()=>import("@phosphor-icons/react").then(e=>e.Steps),StepsIcon:()=>import("@phosphor-icons/react").then(e=>e.Steps),Stethoscope:()=>import("@phosphor-icons/react").then(e=>e.Stethoscope),StethoscopeIcon:()=>import("@phosphor-icons/react").then(e=>e.Stethoscope),Sticker:()=>import("@phosphor-icons/react").then(e=>e.Sticker),StickerIcon:()=>import("@phosphor-icons/react").then(e=>e.Sticker),Stool:()=>import("@phosphor-icons/react").then(e=>e.Stool),StoolIcon:()=>import("@phosphor-icons/react").then(e=>e.Stool),Stop:()=>import("@phosphor-icons/react").then(e=>e.Stop),StopCircle:()=>import("@phosphor-icons/react").then(e=>e.StopCircle),StopCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.StopCircle),StopIcon:()=>import("@phosphor-icons/react").then(e=>e.Stop),Storefront:()=>import("@phosphor-icons/react").then(e=>e.Storefront),StorefrontIcon:()=>import("@phosphor-icons/react").then(e=>e.Storefront),Strategy:()=>import("@phosphor-icons/react").then(e=>e.Strategy),StrategyIcon:()=>import("@phosphor-icons/react").then(e=>e.Strategy),StripeLogo:()=>import("@phosphor-icons/react").then(e=>e.StripeLogo),StripeLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.StripeLogo),Student:()=>import("@phosphor-icons/react").then(e=>e.Student),StudentIcon:()=>import("@phosphor-icons/react").then(e=>e.Student),SubsetOf:()=>import("@phosphor-icons/react").then(e=>e.SubsetOf),SubsetOfIcon:()=>import("@phosphor-icons/react").then(e=>e.SubsetOf),SubsetProperOf:()=>import("@phosphor-icons/react").then(e=>e.SubsetProperOf),SubsetProperOfIcon:()=>import("@phosphor-icons/react").then(e=>e.SubsetProperOf),Subtitles:()=>import("@phosphor-icons/react").then(e=>e.Subtitles),SubtitlesIcon:()=>import("@phosphor-icons/react").then(e=>e.Subtitles),SubtitlesSlash:()=>import("@phosphor-icons/react").then(e=>e.SubtitlesSlash),SubtitlesSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.SubtitlesSlash),Subtract:()=>import("@phosphor-icons/react").then(e=>e.Subtract),SubtractIcon:()=>import("@phosphor-icons/react").then(e=>e.Subtract),SubtractSquare:()=>import("@phosphor-icons/react").then(e=>e.SubtractSquare),SubtractSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.SubtractSquare),Subway:()=>import("@phosphor-icons/react").then(e=>e.Subway),SubwayIcon:()=>import("@phosphor-icons/react").then(e=>e.Subway),Suitcase:()=>import("@phosphor-icons/react").then(e=>e.Suitcase),SuitcaseIcon:()=>import("@phosphor-icons/react").then(e=>e.Suitcase),SuitcaseRolling:()=>import("@phosphor-icons/react").then(e=>e.SuitcaseRolling),SuitcaseRollingIcon:()=>import("@phosphor-icons/react").then(e=>e.SuitcaseRolling),SuitcaseSimple:()=>import("@phosphor-icons/react").then(e=>e.SuitcaseSimple),SuitcaseSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.SuitcaseSimple),Sun:()=>import("@phosphor-icons/react").then(e=>e.Sun),SunDim:()=>import("@phosphor-icons/react").then(e=>e.SunDim),SunDimIcon:()=>import("@phosphor-icons/react").then(e=>e.SunDim),SunHorizon:()=>import("@phosphor-icons/react").then(e=>e.SunHorizon),SunHorizonIcon:()=>import("@phosphor-icons/react").then(e=>e.SunHorizon),SunIcon:()=>import("@phosphor-icons/react").then(e=>e.Sun),Sunglasses:()=>import("@phosphor-icons/react").then(e=>e.Sunglasses),SunglassesIcon:()=>import("@phosphor-icons/react").then(e=>e.Sunglasses),SupersetOf:()=>import("@phosphor-icons/react").then(e=>e.SupersetOf),SupersetOfIcon:()=>import("@phosphor-icons/react").then(e=>e.SupersetOf),SupersetProperOf:()=>import("@phosphor-icons/react").then(e=>e.SupersetProperOf),SupersetProperOfIcon:()=>import("@phosphor-icons/react").then(e=>e.SupersetProperOf),Swap:()=>import("@phosphor-icons/react").then(e=>e.Swap),SwapIcon:()=>import("@phosphor-icons/react").then(e=>e.Swap),Swatches:()=>import("@phosphor-icons/react").then(e=>e.Swatches),SwatchesIcon:()=>import("@phosphor-icons/react").then(e=>e.Swatches),SwimmingPool:()=>import("@phosphor-icons/react").then(e=>e.SwimmingPool),SwimmingPoolIcon:()=>import("@phosphor-icons/react").then(e=>e.SwimmingPool),Sword:()=>import("@phosphor-icons/react").then(e=>e.Sword),SwordIcon:()=>import("@phosphor-icons/react").then(e=>e.Sword),Synagogue:()=>import("@phosphor-icons/react").then(e=>e.Synagogue),SynagogueIcon:()=>import("@phosphor-icons/react").then(e=>e.Synagogue),Syringe:()=>import("@phosphor-icons/react").then(e=>e.Syringe),SyringeIcon:()=>import("@phosphor-icons/react").then(e=>e.Syringe),TShirt:()=>import("@phosphor-icons/react").then(e=>e.TShirt),TShirtIcon:()=>import("@phosphor-icons/react").then(e=>e.TShirt),Table:()=>import("@phosphor-icons/react").then(e=>e.Table),TableIcon:()=>import("@phosphor-icons/react").then(e=>e.Table),Tabs:()=>import("@phosphor-icons/react").then(e=>e.Tabs),TabsIcon:()=>import("@phosphor-icons/react").then(e=>e.Tabs),Tag:()=>import("@phosphor-icons/react").then(e=>e.Tag),TagChevron:()=>import("@phosphor-icons/react").then(e=>e.TagChevron),TagChevronIcon:()=>import("@phosphor-icons/react").then(e=>e.TagChevron),TagIcon:()=>import("@phosphor-icons/react").then(e=>e.Tag),TagSimple:()=>import("@phosphor-icons/react").then(e=>e.TagSimple),TagSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.TagSimple),Target:()=>import("@phosphor-icons/react").then(e=>e.Target),TargetIcon:()=>import("@phosphor-icons/react").then(e=>e.Target),Taxi:()=>import("@phosphor-icons/react").then(e=>e.Taxi),TaxiIcon:()=>import("@phosphor-icons/react").then(e=>e.Taxi),TeaBag:()=>import("@phosphor-icons/react").then(e=>e.TeaBag),TeaBagIcon:()=>import("@phosphor-icons/react").then(e=>e.TeaBag),TelegramLogo:()=>import("@phosphor-icons/react").then(e=>e.TelegramLogo),TelegramLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.TelegramLogo),Television:()=>import("@phosphor-icons/react").then(e=>e.Television),TelevisionIcon:()=>import("@phosphor-icons/react").then(e=>e.Television),TelevisionSimple:()=>import("@phosphor-icons/react").then(e=>e.TelevisionSimple),TelevisionSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.TelevisionSimple),TennisBall:()=>import("@phosphor-icons/react").then(e=>e.TennisBall),TennisBallIcon:()=>import("@phosphor-icons/react").then(e=>e.TennisBall),Tent:()=>import("@phosphor-icons/react").then(e=>e.Tent),TentIcon:()=>import("@phosphor-icons/react").then(e=>e.Tent),Terminal:()=>import("@phosphor-icons/react").then(e=>e.Terminal),TerminalIcon:()=>import("@phosphor-icons/react").then(e=>e.Terminal),TerminalWindow:()=>import("@phosphor-icons/react").then(e=>e.TerminalWindow),TerminalWindowIcon:()=>import("@phosphor-icons/react").then(e=>e.TerminalWindow),TestTube:()=>import("@phosphor-icons/react").then(e=>e.TestTube),TestTubeIcon:()=>import("@phosphor-icons/react").then(e=>e.TestTube),TextAUnderline:()=>import("@phosphor-icons/react").then(e=>e.TextAUnderline),TextAUnderlineIcon:()=>import("@phosphor-icons/react").then(e=>e.TextAUnderline),TextAa:()=>import("@phosphor-icons/react").then(e=>e.TextAa),TextAaIcon:()=>import("@phosphor-icons/react").then(e=>e.TextAa),TextAlignCenter:()=>import("@phosphor-icons/react").then(e=>e.TextAlignCenter),TextAlignCenterIcon:()=>import("@phosphor-icons/react").then(e=>e.TextAlignCenter),TextAlignJustify:()=>import("@phosphor-icons/react").then(e=>e.TextAlignJustify),TextAlignJustifyIcon:()=>import("@phosphor-icons/react").then(e=>e.TextAlignJustify),TextAlignLeft:()=>import("@phosphor-icons/react").then(e=>e.TextAlignLeft),TextAlignLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.TextAlignLeft),TextAlignRight:()=>import("@phosphor-icons/react").then(e=>e.TextAlignRight),TextAlignRightIcon:()=>import("@phosphor-icons/react").then(e=>e.TextAlignRight),TextB:()=>import("@phosphor-icons/react").then(e=>e.TextB),TextBIcon:()=>import("@phosphor-icons/react").then(e=>e.TextB),TextBolderIcon:()=>import("@phosphor-icons/react").then(e=>e.TextBolder),TextColumns:()=>import("@phosphor-icons/react").then(e=>e.TextColumns),TextColumnsIcon:()=>import("@phosphor-icons/react").then(e=>e.TextColumns),TextH:()=>import("@phosphor-icons/react").then(e=>e.TextH),TextHFive:()=>import("@phosphor-icons/react").then(e=>e.TextHFive),TextHFiveIcon:()=>import("@phosphor-icons/react").then(e=>e.TextHFive),TextHFour:()=>import("@phosphor-icons/react").then(e=>e.TextHFour),TextHFourIcon:()=>import("@phosphor-icons/react").then(e=>e.TextHFour),TextHIcon:()=>import("@phosphor-icons/react").then(e=>e.TextH),TextHOne:()=>import("@phosphor-icons/react").then(e=>e.TextHOne),TextHOneIcon:()=>import("@phosphor-icons/react").then(e=>e.TextHOne),TextHSix:()=>import("@phosphor-icons/react").then(e=>e.TextHSix),TextHSixIcon:()=>import("@phosphor-icons/react").then(e=>e.TextHSix),TextHThree:()=>import("@phosphor-icons/react").then(e=>e.TextHThree),TextHThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.TextHThree),TextHTwo:()=>import("@phosphor-icons/react").then(e=>e.TextHTwo),TextHTwoIcon:()=>import("@phosphor-icons/react").then(e=>e.TextHTwo),TextIndent:()=>import("@phosphor-icons/react").then(e=>e.TextIndent),TextIndentIcon:()=>import("@phosphor-icons/react").then(e=>e.TextIndent),TextItalic:()=>import("@phosphor-icons/react").then(e=>e.TextItalic),TextItalicIcon:()=>import("@phosphor-icons/react").then(e=>e.TextItalic),TextOutdent:()=>import("@phosphor-icons/react").then(e=>e.TextOutdent),TextOutdentIcon:()=>import("@phosphor-icons/react").then(e=>e.TextOutdent),TextStrikethrough:()=>import("@phosphor-icons/react").then(e=>e.TextStrikethrough),TextStrikethroughIcon:()=>import("@phosphor-icons/react").then(e=>e.TextStrikethrough),TextSubscript:()=>import("@phosphor-icons/react").then(e=>e.TextSubscript),TextSubscriptIcon:()=>import("@phosphor-icons/react").then(e=>e.TextSubscript),TextSuperscript:()=>import("@phosphor-icons/react").then(e=>e.TextSuperscript),TextSuperscriptIcon:()=>import("@phosphor-icons/react").then(e=>e.TextSuperscript),TextT:()=>import("@phosphor-icons/react").then(e=>e.TextT),TextTIcon:()=>import("@phosphor-icons/react").then(e=>e.TextT),TextTSlash:()=>import("@phosphor-icons/react").then(e=>e.TextTSlash),TextTSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.TextTSlash),TextUnderline:()=>import("@phosphor-icons/react").then(e=>e.TextUnderline),TextUnderlineIcon:()=>import("@phosphor-icons/react").then(e=>e.TextUnderline),Textbox:()=>import("@phosphor-icons/react").then(e=>e.Textbox),TextboxIcon:()=>import("@phosphor-icons/react").then(e=>e.Textbox),Thermometer:()=>import("@phosphor-icons/react").then(e=>e.Thermometer),ThermometerCold:()=>import("@phosphor-icons/react").then(e=>e.ThermometerCold),ThermometerColdIcon:()=>import("@phosphor-icons/react").then(e=>e.ThermometerCold),ThermometerHot:()=>import("@phosphor-icons/react").then(e=>e.ThermometerHot),ThermometerHotIcon:()=>import("@phosphor-icons/react").then(e=>e.ThermometerHot),ThermometerIcon:()=>import("@phosphor-icons/react").then(e=>e.Thermometer),ThermometerSimple:()=>import("@phosphor-icons/react").then(e=>e.ThermometerSimple),ThermometerSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.ThermometerSimple),ThreadsLogo:()=>import("@phosphor-icons/react").then(e=>e.ThreadsLogo),ThreadsLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.ThreadsLogo),ThreeD:()=>import("@phosphor-icons/react").then(e=>e.ThreeD),ThreeDIcon:()=>import("@phosphor-icons/react").then(e=>e.ThreeD),ThumbsDown:()=>import("@phosphor-icons/react").then(e=>e.ThumbsDown),ThumbsDownIcon:()=>import("@phosphor-icons/react").then(e=>e.ThumbsDown),ThumbsUp:()=>import("@phosphor-icons/react").then(e=>e.ThumbsUp),ThumbsUpIcon:()=>import("@phosphor-icons/react").then(e=>e.ThumbsUp),Ticket:()=>import("@phosphor-icons/react").then(e=>e.Ticket),TicketIcon:()=>import("@phosphor-icons/react").then(e=>e.Ticket),TidalLogo:()=>import("@phosphor-icons/react").then(e=>e.TidalLogo),TidalLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.TidalLogo),TiktokLogo:()=>import("@phosphor-icons/react").then(e=>e.TiktokLogo),TiktokLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.TiktokLogo),Tilde:()=>import("@phosphor-icons/react").then(e=>e.Tilde),TildeIcon:()=>import("@phosphor-icons/react").then(e=>e.Tilde),Timer:()=>import("@phosphor-icons/react").then(e=>e.Timer),TimerIcon:()=>import("@phosphor-icons/react").then(e=>e.Timer),TipJar:()=>import("@phosphor-icons/react").then(e=>e.TipJar),TipJarIcon:()=>import("@phosphor-icons/react").then(e=>e.TipJar),Tipi:()=>import("@phosphor-icons/react").then(e=>e.Tipi),TipiIcon:()=>import("@phosphor-icons/react").then(e=>e.Tipi),Tire:()=>import("@phosphor-icons/react").then(e=>e.Tire),TireIcon:()=>import("@phosphor-icons/react").then(e=>e.Tire),ToggleLeft:()=>import("@phosphor-icons/react").then(e=>e.ToggleLeft),ToggleLeftIcon:()=>import("@phosphor-icons/react").then(e=>e.ToggleLeft),ToggleRight:()=>import("@phosphor-icons/react").then(e=>e.ToggleRight),ToggleRightIcon:()=>import("@phosphor-icons/react").then(e=>e.ToggleRight),Toilet:()=>import("@phosphor-icons/react").then(e=>e.Toilet),ToiletIcon:()=>import("@phosphor-icons/react").then(e=>e.Toilet),ToiletPaper:()=>import("@phosphor-icons/react").then(e=>e.ToiletPaper),ToiletPaperIcon:()=>import("@phosphor-icons/react").then(e=>e.ToiletPaper),Toolbox:()=>import("@phosphor-icons/react").then(e=>e.Toolbox),ToolboxIcon:()=>import("@phosphor-icons/react").then(e=>e.Toolbox),Tooth:()=>import("@phosphor-icons/react").then(e=>e.Tooth),ToothIcon:()=>import("@phosphor-icons/react").then(e=>e.Tooth),Tornado:()=>import("@phosphor-icons/react").then(e=>e.Tornado),TornadoIcon:()=>import("@phosphor-icons/react").then(e=>e.Tornado),Tote:()=>import("@phosphor-icons/react").then(e=>e.Tote),ToteIcon:()=>import("@phosphor-icons/react").then(e=>e.Tote),ToteSimple:()=>import("@phosphor-icons/react").then(e=>e.ToteSimple),ToteSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.ToteSimple),Towel:()=>import("@phosphor-icons/react").then(e=>e.Towel),TowelIcon:()=>import("@phosphor-icons/react").then(e=>e.Towel),Tractor:()=>import("@phosphor-icons/react").then(e=>e.Tractor),TractorIcon:()=>import("@phosphor-icons/react").then(e=>e.Tractor),Trademark:()=>import("@phosphor-icons/react").then(e=>e.Trademark),TrademarkIcon:()=>import("@phosphor-icons/react").then(e=>e.Trademark),TrademarkRegistered:()=>import("@phosphor-icons/react").then(e=>e.TrademarkRegistered),TrademarkRegisteredIcon:()=>import("@phosphor-icons/react").then(e=>e.TrademarkRegistered),TrafficCone:()=>import("@phosphor-icons/react").then(e=>e.TrafficCone),TrafficConeIcon:()=>import("@phosphor-icons/react").then(e=>e.TrafficCone),TrafficSign:()=>import("@phosphor-icons/react").then(e=>e.TrafficSign),TrafficSignIcon:()=>import("@phosphor-icons/react").then(e=>e.TrafficSign),TrafficSignal:()=>import("@phosphor-icons/react").then(e=>e.TrafficSignal),TrafficSignalIcon:()=>import("@phosphor-icons/react").then(e=>e.TrafficSignal),Train:()=>import("@phosphor-icons/react").then(e=>e.Train),TrainIcon:()=>import("@phosphor-icons/react").then(e=>e.Train),TrainRegional:()=>import("@phosphor-icons/react").then(e=>e.TrainRegional),TrainRegionalIcon:()=>import("@phosphor-icons/react").then(e=>e.TrainRegional),TrainSimple:()=>import("@phosphor-icons/react").then(e=>e.TrainSimple),TrainSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.TrainSimple),Tram:()=>import("@phosphor-icons/react").then(e=>e.Tram),TramIcon:()=>import("@phosphor-icons/react").then(e=>e.Tram),Translate:()=>import("@phosphor-icons/react").then(e=>e.Translate),TranslateIcon:()=>import("@phosphor-icons/react").then(e=>e.Translate),Trash:()=>import("@phosphor-icons/react").then(e=>e.Trash),TrashIcon:()=>import("@phosphor-icons/react").then(e=>e.Trash),TrashSimple:()=>import("@phosphor-icons/react").then(e=>e.TrashSimple),TrashSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.TrashSimple),Tray:()=>import("@phosphor-icons/react").then(e=>e.Tray),TrayArrowDown:()=>import("@phosphor-icons/react").then(e=>e.TrayArrowDown),TrayArrowDownIcon:()=>import("@phosphor-icons/react").then(e=>e.TrayArrowDown),TrayArrowUp:()=>import("@phosphor-icons/react").then(e=>e.TrayArrowUp),TrayArrowUpIcon:()=>import("@phosphor-icons/react").then(e=>e.TrayArrowUp),TrayIcon:()=>import("@phosphor-icons/react").then(e=>e.Tray),TreasureChest:()=>import("@phosphor-icons/react").then(e=>e.TreasureChest),TreasureChestIcon:()=>import("@phosphor-icons/react").then(e=>e.TreasureChest),Tree:()=>import("@phosphor-icons/react").then(e=>e.Tree),TreeEvergreen:()=>import("@phosphor-icons/react").then(e=>e.TreeEvergreen),TreeEvergreenIcon:()=>import("@phosphor-icons/react").then(e=>e.TreeEvergreen),TreeIcon:()=>import("@phosphor-icons/react").then(e=>e.Tree),TreePalm:()=>import("@phosphor-icons/react").then(e=>e.TreePalm),TreePalmIcon:()=>import("@phosphor-icons/react").then(e=>e.TreePalm),TreeStructure:()=>import("@phosphor-icons/react").then(e=>e.TreeStructure),TreeStructureIcon:()=>import("@phosphor-icons/react").then(e=>e.TreeStructure),TreeView:()=>import("@phosphor-icons/react").then(e=>e.TreeView),TreeViewIcon:()=>import("@phosphor-icons/react").then(e=>e.TreeView),TrendDown:()=>import("@phosphor-icons/react").then(e=>e.TrendDown),TrendDownIcon:()=>import("@phosphor-icons/react").then(e=>e.TrendDown),TrendUp:()=>import("@phosphor-icons/react").then(e=>e.TrendUp),TrendUpIcon:()=>import("@phosphor-icons/react").then(e=>e.TrendUp),Triangle:()=>import("@phosphor-icons/react").then(e=>e.Triangle),TriangleDashed:()=>import("@phosphor-icons/react").then(e=>e.TriangleDashed),TriangleDashedIcon:()=>import("@phosphor-icons/react").then(e=>e.TriangleDashed),TriangleIcon:()=>import("@phosphor-icons/react").then(e=>e.Triangle),Trolley:()=>import("@phosphor-icons/react").then(e=>e.Trolley),TrolleyIcon:()=>import("@phosphor-icons/react").then(e=>e.Trolley),TrolleySuitcase:()=>import("@phosphor-icons/react").then(e=>e.TrolleySuitcase),TrolleySuitcaseIcon:()=>import("@phosphor-icons/react").then(e=>e.TrolleySuitcase),Trophy:()=>import("@phosphor-icons/react").then(e=>e.Trophy),TrophyIcon:()=>import("@phosphor-icons/react").then(e=>e.Trophy),Truck:()=>import("@phosphor-icons/react").then(e=>e.Truck),TruckIcon:()=>import("@phosphor-icons/react").then(e=>e.Truck),TruckTrailer:()=>import("@phosphor-icons/react").then(e=>e.TruckTrailer),TruckTrailerIcon:()=>import("@phosphor-icons/react").then(e=>e.TruckTrailer),TumblrLogo:()=>import("@phosphor-icons/react").then(e=>e.TumblrLogo),TumblrLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.TumblrLogo),TwitchLogo:()=>import("@phosphor-icons/react").then(e=>e.TwitchLogo),TwitchLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.TwitchLogo),TwitterLogo:()=>import("@phosphor-icons/react").then(e=>e.TwitterLogo),TwitterLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.TwitterLogo),Umbrella:()=>import("@phosphor-icons/react").then(e=>e.Umbrella),UmbrellaIcon:()=>import("@phosphor-icons/react").then(e=>e.Umbrella),UmbrellaSimple:()=>import("@phosphor-icons/react").then(e=>e.UmbrellaSimple),UmbrellaSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.UmbrellaSimple),Union:()=>import("@phosphor-icons/react").then(e=>e.Union),UnionIcon:()=>import("@phosphor-icons/react").then(e=>e.Union),Unite:()=>import("@phosphor-icons/react").then(e=>e.Unite),UniteIcon:()=>import("@phosphor-icons/react").then(e=>e.Unite),UniteSquare:()=>import("@phosphor-icons/react").then(e=>e.UniteSquare),UniteSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.UniteSquare),Upload:()=>import("@phosphor-icons/react").then(e=>e.Upload),UploadIcon:()=>import("@phosphor-icons/react").then(e=>e.Upload),UploadSimple:()=>import("@phosphor-icons/react").then(e=>e.UploadSimple),UploadSimpleIcon:()=>import("@phosphor-icons/react").then(e=>e.UploadSimple),Usb:()=>import("@phosphor-icons/react").then(e=>e.Usb),UsbIcon:()=>import("@phosphor-icons/react").then(e=>e.Usb),User:()=>import("@phosphor-icons/react").then(e=>e.User),UserCheck:()=>import("@phosphor-icons/react").then(e=>e.UserCheck),UserCheckIcon:()=>import("@phosphor-icons/react").then(e=>e.UserCheck),UserCircle:()=>import("@phosphor-icons/react").then(e=>e.UserCircle),UserCircleCheck:()=>import("@phosphor-icons/react").then(e=>e.UserCircleCheck),UserCircleCheckIcon:()=>import("@phosphor-icons/react").then(e=>e.UserCircleCheck),UserCircleDashed:()=>import("@phosphor-icons/react").then(e=>e.UserCircleDashed),UserCircleDashedIcon:()=>import("@phosphor-icons/react").then(e=>e.UserCircleDashed),UserCircleGear:()=>import("@phosphor-icons/react").then(e=>e.UserCircleGear),UserCircleGearIcon:()=>import("@phosphor-icons/react").then(e=>e.UserCircleGear),UserCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.UserCircle),UserCircleMinus:()=>import("@phosphor-icons/react").then(e=>e.UserCircleMinus),UserCircleMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.UserCircleMinus),UserCirclePlus:()=>import("@phosphor-icons/react").then(e=>e.UserCirclePlus),UserCirclePlusIcon:()=>import("@phosphor-icons/react").then(e=>e.UserCirclePlus),UserFocus:()=>import("@phosphor-icons/react").then(e=>e.UserFocus),UserFocusIcon:()=>import("@phosphor-icons/react").then(e=>e.UserFocus),UserGear:()=>import("@phosphor-icons/react").then(e=>e.UserGear),UserGearIcon:()=>import("@phosphor-icons/react").then(e=>e.UserGear),UserIcon:()=>import("@phosphor-icons/react").then(e=>e.User),UserList:()=>import("@phosphor-icons/react").then(e=>e.UserList),UserListIcon:()=>import("@phosphor-icons/react").then(e=>e.UserList),UserMinus:()=>import("@phosphor-icons/react").then(e=>e.UserMinus),UserMinusIcon:()=>import("@phosphor-icons/react").then(e=>e.UserMinus),UserPlus:()=>import("@phosphor-icons/react").then(e=>e.UserPlus),UserPlusIcon:()=>import("@phosphor-icons/react").then(e=>e.UserPlus),UserRectangle:()=>import("@phosphor-icons/react").then(e=>e.UserRectangle),UserRectangleIcon:()=>import("@phosphor-icons/react").then(e=>e.UserRectangle),UserSound:()=>import("@phosphor-icons/react").then(e=>e.UserSound),UserSoundIcon:()=>import("@phosphor-icons/react").then(e=>e.UserSound),UserSquare:()=>import("@phosphor-icons/react").then(e=>e.UserSquare),UserSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.UserSquare),UserSwitch:()=>import("@phosphor-icons/react").then(e=>e.UserSwitch),UserSwitchIcon:()=>import("@phosphor-icons/react").then(e=>e.UserSwitch),Users:()=>import("@phosphor-icons/react").then(e=>e.Users),UsersFour:()=>import("@phosphor-icons/react").then(e=>e.UsersFour),UsersFourIcon:()=>import("@phosphor-icons/react").then(e=>e.UsersFour),UsersIcon:()=>import("@phosphor-icons/react").then(e=>e.Users),UsersThree:()=>import("@phosphor-icons/react").then(e=>e.UsersThree),UsersThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.UsersThree),Van:()=>import("@phosphor-icons/react").then(e=>e.Van),VanIcon:()=>import("@phosphor-icons/react").then(e=>e.Van),Vault:()=>import("@phosphor-icons/react").then(e=>e.Vault),VaultIcon:()=>import("@phosphor-icons/react").then(e=>e.Vault),VectorThree:()=>import("@phosphor-icons/react").then(e=>e.VectorThree),VectorThreeIcon:()=>import("@phosphor-icons/react").then(e=>e.VectorThree),VectorTwo:()=>import("@phosphor-icons/react").then(e=>e.VectorTwo),VectorTwoIcon:()=>import("@phosphor-icons/react").then(e=>e.VectorTwo),Vibrate:()=>import("@phosphor-icons/react").then(e=>e.Vibrate),VibrateIcon:()=>import("@phosphor-icons/react").then(e=>e.Vibrate),Video:()=>import("@phosphor-icons/react").then(e=>e.Video),VideoCamera:()=>import("@phosphor-icons/react").then(e=>e.VideoCamera),VideoCameraIcon:()=>import("@phosphor-icons/react").then(e=>e.VideoCamera),VideoCameraSlash:()=>import("@phosphor-icons/react").then(e=>e.VideoCameraSlash),VideoCameraSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.VideoCameraSlash),VideoConference:()=>import("@phosphor-icons/react").then(e=>e.VideoConference),VideoConferenceIcon:()=>import("@phosphor-icons/react").then(e=>e.VideoConference),VideoIcon:()=>import("@phosphor-icons/react").then(e=>e.Video),Vignette:()=>import("@phosphor-icons/react").then(e=>e.Vignette),VignetteIcon:()=>import("@phosphor-icons/react").then(e=>e.Vignette),VinylRecord:()=>import("@phosphor-icons/react").then(e=>e.VinylRecord),VinylRecordIcon:()=>import("@phosphor-icons/react").then(e=>e.VinylRecord),VirtualReality:()=>import("@phosphor-icons/react").then(e=>e.VirtualReality),VirtualRealityIcon:()=>import("@phosphor-icons/react").then(e=>e.VirtualReality),Virus:()=>import("@phosphor-icons/react").then(e=>e.Virus),VirusIcon:()=>import("@phosphor-icons/react").then(e=>e.Virus),Visor:()=>import("@phosphor-icons/react").then(e=>e.Visor),VisorIcon:()=>import("@phosphor-icons/react").then(e=>e.Visor),Voicemail:()=>import("@phosphor-icons/react").then(e=>e.Voicemail),VoicemailIcon:()=>import("@phosphor-icons/react").then(e=>e.Voicemail),Volleyball:()=>import("@phosphor-icons/react").then(e=>e.Volleyball),VolleyballIcon:()=>import("@phosphor-icons/react").then(e=>e.Volleyball),Wall:()=>import("@phosphor-icons/react").then(e=>e.Wall),WallIcon:()=>import("@phosphor-icons/react").then(e=>e.Wall),Wallet:()=>import("@phosphor-icons/react").then(e=>e.Wallet),WalletIcon:()=>import("@phosphor-icons/react").then(e=>e.Wallet),Warehouse:()=>import("@phosphor-icons/react").then(e=>e.Warehouse),WarehouseIcon:()=>import("@phosphor-icons/react").then(e=>e.Warehouse),Warning:()=>import("@phosphor-icons/react").then(e=>e.Warning),WarningCircle:()=>import("@phosphor-icons/react").then(e=>e.WarningCircle),WarningCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.WarningCircle),WarningDiamond:()=>import("@phosphor-icons/react").then(e=>e.WarningDiamond),WarningDiamondIcon:()=>import("@phosphor-icons/react").then(e=>e.WarningDiamond),WarningIcon:()=>import("@phosphor-icons/react").then(e=>e.Warning),WarningOctagon:()=>import("@phosphor-icons/react").then(e=>e.WarningOctagon),WarningOctagonIcon:()=>import("@phosphor-icons/react").then(e=>e.WarningOctagon),WashingMachine:()=>import("@phosphor-icons/react").then(e=>e.WashingMachine),WashingMachineIcon:()=>import("@phosphor-icons/react").then(e=>e.WashingMachine),Watch:()=>import("@phosphor-icons/react").then(e=>e.Watch),WatchIcon:()=>import("@phosphor-icons/react").then(e=>e.Watch),WaveSawtooth:()=>import("@phosphor-icons/react").then(e=>e.WaveSawtooth),WaveSawtoothIcon:()=>import("@phosphor-icons/react").then(e=>e.WaveSawtooth),WaveSine:()=>import("@phosphor-icons/react").then(e=>e.WaveSine),WaveSineIcon:()=>import("@phosphor-icons/react").then(e=>e.WaveSine),WaveSquare:()=>import("@phosphor-icons/react").then(e=>e.WaveSquare),WaveSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.WaveSquare),WaveTriangle:()=>import("@phosphor-icons/react").then(e=>e.WaveTriangle),WaveTriangleIcon:()=>import("@phosphor-icons/react").then(e=>e.WaveTriangle),Waveform:()=>import("@phosphor-icons/react").then(e=>e.Waveform),WaveformIcon:()=>import("@phosphor-icons/react").then(e=>e.Waveform),WaveformSlash:()=>import("@phosphor-icons/react").then(e=>e.WaveformSlash),WaveformSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.WaveformSlash),Waves:()=>import("@phosphor-icons/react").then(e=>e.Waves),WavesIcon:()=>import("@phosphor-icons/react").then(e=>e.Waves),Webcam:()=>import("@phosphor-icons/react").then(e=>e.Webcam),WebcamIcon:()=>import("@phosphor-icons/react").then(e=>e.Webcam),WebcamSlash:()=>import("@phosphor-icons/react").then(e=>e.WebcamSlash),WebcamSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.WebcamSlash),WebhooksLogo:()=>import("@phosphor-icons/react").then(e=>e.WebhooksLogo),WebhooksLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.WebhooksLogo),WechatLogo:()=>import("@phosphor-icons/react").then(e=>e.WechatLogo),WechatLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.WechatLogo),WhatsappLogo:()=>import("@phosphor-icons/react").then(e=>e.WhatsappLogo),WhatsappLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.WhatsappLogo),Wheelchair:()=>import("@phosphor-icons/react").then(e=>e.Wheelchair),WheelchairIcon:()=>import("@phosphor-icons/react").then(e=>e.Wheelchair),WheelchairMotion:()=>import("@phosphor-icons/react").then(e=>e.WheelchairMotion),WheelchairMotionIcon:()=>import("@phosphor-icons/react").then(e=>e.WheelchairMotion),WifiHigh:()=>import("@phosphor-icons/react").then(e=>e.WifiHigh),WifiHighIcon:()=>import("@phosphor-icons/react").then(e=>e.WifiHigh),WifiLow:()=>import("@phosphor-icons/react").then(e=>e.WifiLow),WifiLowIcon:()=>import("@phosphor-icons/react").then(e=>e.WifiLow),WifiMedium:()=>import("@phosphor-icons/react").then(e=>e.WifiMedium),WifiMediumIcon:()=>import("@phosphor-icons/react").then(e=>e.WifiMedium),WifiNone:()=>import("@phosphor-icons/react").then(e=>e.WifiNone),WifiNoneIcon:()=>import("@phosphor-icons/react").then(e=>e.WifiNone),WifiSlash:()=>import("@phosphor-icons/react").then(e=>e.WifiSlash),WifiSlashIcon:()=>import("@phosphor-icons/react").then(e=>e.WifiSlash),WifiX:()=>import("@phosphor-icons/react").then(e=>e.WifiX),WifiXIcon:()=>import("@phosphor-icons/react").then(e=>e.WifiX),Wind:()=>import("@phosphor-icons/react").then(e=>e.Wind),WindIcon:()=>import("@phosphor-icons/react").then(e=>e.Wind),Windmill:()=>import("@phosphor-icons/react").then(e=>e.Windmill),WindmillIcon:()=>import("@phosphor-icons/react").then(e=>e.Windmill),WindowsLogo:()=>import("@phosphor-icons/react").then(e=>e.WindowsLogo),WindowsLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.WindowsLogo),Wine:()=>import("@phosphor-icons/react").then(e=>e.Wine),WineIcon:()=>import("@phosphor-icons/react").then(e=>e.Wine),Wrench:()=>import("@phosphor-icons/react").then(e=>e.Wrench),WrenchIcon:()=>import("@phosphor-icons/react").then(e=>e.Wrench),X:()=>import("@phosphor-icons/react").then(e=>e.X),XCircle:()=>import("@phosphor-icons/react").then(e=>e.XCircle),XCircleIcon:()=>import("@phosphor-icons/react").then(e=>e.XCircle),XIcon:()=>import("@phosphor-icons/react").then(e=>e.X),XLogo:()=>import("@phosphor-icons/react").then(e=>e.XLogo),XLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.XLogo),XSquare:()=>import("@phosphor-icons/react").then(e=>e.XSquare),XSquareIcon:()=>import("@phosphor-icons/react").then(e=>e.XSquare),Yarn:()=>import("@phosphor-icons/react").then(e=>e.Yarn),YarnIcon:()=>import("@phosphor-icons/react").then(e=>e.Yarn),YinYang:()=>import("@phosphor-icons/react").then(e=>e.YinYang),YinYangIcon:()=>import("@phosphor-icons/react").then(e=>e.YinYang),YoutubeLogo:()=>import("@phosphor-icons/react").then(e=>e.YoutubeLogo),YoutubeLogoIcon:()=>import("@phosphor-icons/react").then(e=>e.YoutubeLogo)};function oo(e){const n=to[e];return n?f.lazy(n):f.lazy(()=>Promise.reject(new Error(`Unknown icon: ${e}`)))}const no=({name:e,fallback:n=null,...i})=>{const r=f.useMemo(()=>oo(e),[e]);return o.jsx(f.Suspense,{fallback:n,children:o.jsx(r,{...i})})},L=({name:e,fill:n="currentColor",hoverable:i=!1,onClick:r,className:s,width:a=24,height:h=24,style:c={}})=>o.jsx(ro,{children:o.jsx(no,{name:e,fill:n,style:{"--icon-fill":n,...c},className:I.clx(Ct.icon,s,{[Ct.hoverable]:i}),onClick:r,width:a,height:h})});class ro extends f.Component{constructor(){super(...arguments);It(this,"state",{hasError:!1})}static getDerivedStateFromError(){return{hasError:!0}}render(){return this.state.hasError?null:this.props.children}}const io="_block_kh9z8_8",ao="_title_kh9z8_16",so="_subtitle_kh9z8_23",lo="_alignmentContent_kh9z8_30",co="_alignments_kh9z8_39",po="_alignment_kh9z8_30",ho="_circle_kh9z8_64",mo="_paddings_kh9z8_71",uo="_padding_kh9z8_71",go="_active_kh9z8_97",me={block:io,title:ao,subtitle:so,alignmentContent:lo,alignments:co,alignment:po,circle:ho,paddings:mo,padding:uo,active:go},So="_wrapper_187gl_1",Io="_label_187gl_9",Co="_input_187gl_17",fo="_required_187gl_47",bo="_paddingless_187gl_54",yo="_content_187gl_58",wo="_borderless_187gl_66",xo="_rightIcon_187gl_77",_o="_inputPostfix_187gl_83",xe={wrapper:So,label:Io,input:Co,required:fo,paddingless:bo,content:yo,borderless:wo,rightIcon:xo,inputPostfix:_o},ue=e=>{const{onChange:n,style:i,label:r,value:s,type:a,min:h,max:c,placeholder:l,disabled:m=!1,required:g=!1,regex:v,paddingless:C=!1,borderless:S=!1,editable:w=!1,isSearch:p=!1,postfix:u,id:d=r}=e,[b,_]=f.useState(!1);function x(j){return Number(j)<0?String(h):j}function A(j){return!g||!v?!0:new RegExp(v).test(j)}return o.jsxs("div",{className:xe.wrapper,children:[r&&o.jsx("label",{className:xe.label,htmlFor:r,children:r}),o.jsxs("div",{className:xe.content,children:[o.jsx("input",{id:d,type:a||"text",onChange:j=>{if(j.stopPropagation(),a==="text")n(j.target.value);else{const N=x(j.target.value);n(N)}},value:s,autoComplete:"off",placeholder:l||"Type something...",className:I.clx(xe.input,{[xe.required]:b&&g&&!A(s),[xe.paddingless]:C,[xe.borderless]:S}),min:a==="number"?h:void 0,max:a==="number"?c:void 0,disabled:m,onFocus:()=>{S||_(!0)},style:i}),u&&o.jsx("span",{className:xe.inputPostfix,children:u}),p&&o.jsx("div",{className:xe.rightIcon,children:o.jsx(L,{name:"MagnifyingGlass",fill:"var(--text-secondary)",width:20,height:20})}),w&&o.jsx("div",{children:o.jsx(L,{name:"Sliders",width:20,height:20,hoverable:!0})})]})]})},vo=["topLeft","top","topRight","left","center","right","bottomLeft","bottom","bottomRight"],ko=["left","top","right","bottom"],To=e=>{const{alignment:n,padding:i,setPadding:r,setAlignment:s,isAlignment:a=!0,isPadding:h=!0}=e;function c(S){switch(S){case"left":case"topLeft":case"bottomLeft":return"TextAlignLeft";case"right":case"topRight":case"bottomRight":return"TextAlignRight";case"center":case"top":case"bottom":return"TextAlignCenter";default:return"TextAlignCenter"}}function l(S){switch(S){case"left":return"AlignLeft";case"right":return"AlignRight";case"top":return"AlignTop";case"bottom":return"AlignBottom"}}const[m,g]=f.useState(null),[v,C]=f.useState(null);return o.jsxs("div",{className:me.layout,children:[o.jsx("h3",{className:me.title,children:"Layout (for Desktop version)"}),o.jsxs("div",{className:me.alignmentContent,children:[a&&o.jsxs("div",{className:me.block,children:[o.jsx("h5",{className:me.subtitle,children:"Alignment"}),o.jsx("div",{className:me.alignments,children:vo.map(S=>o.jsxs("div",{onClick:()=>{s(S)},className:me.alignment,onMouseEnter:()=>{g(S)},onMouseLeave:()=>{g(null)},children:[S!==n&&m!==S&&o.jsx("div",{className:me.circle}),S!==n&&m===S&&o.jsx(L,{name:c(m),fill:"#c2c2c2",width:22,height:22}),S===n&&o.jsx(L,{name:c(n),fill:"#FF3F19",width:22,height:22})]},S))})]}),h&&o.jsxs("div",{className:me.block,children:[o.jsx("h5",{className:me.subtitle,children:"Paddings"}),o.jsx("div",{className:me.paddings,children:ko.map(S=>o.jsxs("label",{className:I.clx(me.padding,{[me.active]:v===S}),onFocus:()=>{C(S)},onBlur:()=>{C(null)},children:[o.jsx("div",{children:o.jsx(L,{name:l(S),width:20,height:20})}),o.jsx(ue,{type:"number",value:String(i[S]),onChange:w=>r({...i,[S]:Math.min(Number(w),999)}),max:999,paddingless:!0,borderless:!0})]},S))})]})]})]})},Lo="_title_1uycf_1",Po="_subtitle_1uycf_5",Ao="_text_1uycf_13",Bo="_top_1uycf_20",Fo="_itemsBlock_1uycf_29",No="_textSettings_1uycf_35",Ne={title:Lo,subtitle:Po,text:Ao,top:Bo,itemsBlock:Fo,textSettings:No},jo="_typeTexts_1gfda_1",Do="_block_1gfda_8",Mo="_active_1gfda_25",et={typeTexts:jo,block:Do,active:Mo},Ho=["bold","italic","underline","strike-through"],lt=e=>{const{typesText:n,setTypesText:i}=e;function r(s){switch(s){case"bold":return"TextB";case"italic":return"TextItalic";case"strike-through":return"TextStrikethrough";case"underline":return"TextUnderline"}}return o.jsx("div",{className:et.typeTexts,children:Ho.map(s=>o.jsx("div",{className:I.clx(et.block,{[et.active]:n.includes(s)}),onClick:()=>{const a=[...n];if(a.includes(s)){const h=a.filter(c=>c!==s);i(h)}else a.push(s),i(a)},children:o.jsx(L,{name:r(s),fill:n.includes(s)?"#252525":"#757575",width:20,height:20})},String(s)))})},Ro="_wrapper_34cvp_1",Oo="_label_34cvp_10",Uo="_textarea_34cvp_18",Eo="_length_34cvp_46",qo="_full_34cvp_54",qe={wrapper:Ro,label:Oo,textarea:Uo,length:Eo,full:qo},ct=e=>{const{onChange:n,label:i,value:r,maxLength:s,placeholder:a="Type something..."}=e,[h,c]=f.useState(r.length);return o.jsxs("div",{className:qe.wrapper,children:[i&&o.jsx("label",{className:qe.label,htmlFor:i,children:i}),o.jsx("textarea",{id:i,value:r,onChange:l=>{c(l.target.value.length),n(l.target.value)},placeholder:a,className:qe.textarea,maxLength:s}),s&&o.jsxs("div",{className:I.clx(qe.length,{[qe.full]:h===s}),children:[h,"/",s]})]})},pt=e=>{const{typeFont:n,setTypeFont:i}=e,[r,s]=f.useState([]),a=()=>{const h=document.documentElement,c=getComputedStyle(h),l=["h1","h2","h3","h4","h5","h6","h7"].map(g=>c.getPropertyValue(`--font-heading-${g}-size`).trim()),m=["lg","md","sm"].map(g=>c.getPropertyValue(`--font-body-${g}-size`).trim());return l.push(...m),l};return f.useEffect(()=>{const h=a();h.every(c=>c)&&s(h)},[]),o.jsx(ce,{label:"Type Text",options:Object.values(I.typeFontOptions),onChange:h=>i(Object.keys(I.typeFontOptions).find(c=>I.typeFontOptions[c]===h)),value:I.typeFontOptions[n],postfixs:r})},$o="_alignTexts_xs0ug_1",Go="_block_xs0ug_10",Wo="_active_xs0ug_28",tt={alignTexts:$o,block:Go,active:Wo},zo=["left","center","right"],Bt=e=>{const{alignText:n,setAlignText:i}=e;function r(s){switch(s){case"left":return"TextAlignLeft";case"center":return"TextAlignCenter";case"right":return"TextAlignRight"}}return o.jsx("div",{className:tt.alignTexts,children:zo.map(s=>o.jsx("div",{className:I.clx(tt.block,{[tt.active]:n===s}),onClick:()=>{i(s)},children:o.jsx(L,{name:r(s),fill:n===s?"#252525":"#757575",width:20,height:20})},String(s)))})},ht=e=>{const{typesText:n,isActiveText:i,setIsActiveText:r,text:s,setText:a,setTypesText:h,title:c,subtitle:l="Items",typeFont:m,setTypeFont:g,alignText:v,setAlignText:C}=e;return o.jsxs("div",{className:Ne.text,children:[(c||i!==void 0)&&o.jsxs("div",{className:Ne.top,children:[c&&o.jsx("h3",{className:Ne.title,children:c}),i!==void 0&&r&&o.jsx(he,{current:i,onChange:S=>r(S)})]}),(i===void 0||i)&&o.jsxs("div",{className:Ne.itemsBlock,children:[o.jsx("h5",{className:Ne.subtitle,children:l}),o.jsx(ct,{onChange:S=>a(S),value:s}),o.jsxs("div",{className:Ne.textSettings,children:[o.jsx(lt,{typesText:n,setTypesText:h}),o.jsx(Bt,{alignText:v,setAlignText:C})]}),o.jsx(pt,{typeFont:m,setTypeFont:g})]})]})},Vo="_title_msd5s_1",Xo="_subtitle_msd5s_5",Ko="_productsBlock_msd5s_14",Jo="_top_msd5s_26",Yo="_products_msd5s_14",Qo="_product_msd5s_14",Zo="_button_msd5s_80",en="_disabled_msd5s_91",tn="_buttons_msd5s_118",on="_modal_msd5s_125",nn="_link_msd5s_146",rn="_modalOptions_msd5s_152",an="_addButton_msd5s_165",sn="_deleteButton_msd5s_180",ln="_closeIcon_msd5s_192",Q={title:Vo,subtitle:Xo,productsBlock:Ko,top:Jo,products:Yo,product:Qo,button:Zo,disabled:en,buttons:tn,modal:on,link:nn,modalOptions:rn,addButton:an,deleteButton:sn,closeIcon:ln},cn="_wrapper_1yh21_2",pn="_label_1yh21_9",hn="_icon_1yh21_16",mn="_text_1yh21_28",dn="_content_1yh21_37",un="_modal_1yh21_48",gn="_top_1yh21_56",Sn="_title_1yh21_65",In="_modalContent_1yh21_72",Cn="_images_1yh21_81",fn="_add_1yh21_91",bn="_dragging_1yh21_111",yn="_description_1yh21_115",wn="_bottom_1yh21_125",xn="_cancel_1yh21_139",_n="_highlight_1yh21_144",vn="_accent_1yh21_149",kn="_image_1yh21_81",Tn="_selected_1yh21_169",Ln="_checkbox_1yh21_177",Pn="_loading_1yh21_183",An="_spinner_1yh21_197",X={wrapper:cn,label:pn,icon:hn,text:mn,content:dn,modal:un,top:gn,title:Sn,modalContent:In,images:Cn,add:fn,dragging:bn,description:yn,bottom:wn,cancel:xn,highlight:_n,accent:vn,image:kn,selected:Tn,checkbox:Ln,loading:Pn,spinner:An},Bn=async()=>{const e=localStorage.getItem("shopId")||void 0,i=`${I.useApiStore.getState().apiUrls.api}/v1/dash/shops/${e}/images`;return await I.request({url:i,withToken:!0,method:"get"})},Fn=async e=>{const n=localStorage.getItem("shopId")||void 0,r=`${I.useApiStore.getState().apiUrls.api}/v1/dash/shops/${n}/images`;return await I.request({url:r,withToken:!0,method:"post",body:e,contentType:"mutlipart/form-data"})},Nn="_button_jptux_1",jn="_primary_jptux_20",Dn="_primaryHovered_jptux_30",Mn="_secondary_jptux_35",Hn="_secondaryHovered_jptux_45",Rn="_secondaryAntistock_jptux_50",On="_tertiary_jptux_61",Un="_special_jptux_71",En="_tertiaryHovered_jptux_75",qn="_content_jptux_80",$n="_isAntistock_jptux_88",ge={button:Nn,primary:jn,primaryHovered:Dn,secondary:Mn,secondaryHovered:Hn,secondaryAntistock:Rn,tertiary:On,special:Un,tertiaryHovered:En,content:qn,isAntistock:$n},J=e=>{const{children:n,onClick:i,style:r,className:s,disabled:a=!1,type:h="Primary",dangerouslySetInnerHTML:c}=e,{themeSettings:l}=I.useThemeSettingsStore(),{isAntistock:m}=I.useGeneralStore(),g=p=>typeof p=="string"?o.jsx(Pe.StableText,{children:p}):p,v={onClick:i,disabled:a,style:r,className:I.clx(ge.button,s,{[ge.primary]:h==="Primary",[ge.secondary]:h==="Secondary"&&!m,[ge.secondaryAntistock]:h==="Secondary"&&m,[ge.tertiary]:h==="Tertiary",[ge.primaryHovered]:h==="Primary"&&!a&&l.buttons.primary.hover&&!m,[ge.secondaryHovered]:h==="Secondary"&&!a&&l.buttons.secondary.hover&&!m,[ge.tertiaryHovered]:h==="Tertiary"&&!a&&l.buttons.tertiary.hover&&!m,[ge.isAntistock]:m})};if(h==="Special")return o.jsx("button",{...v,className:ge.special,...c?{dangerouslySetInnerHTML:c}:{children:g(n)}});const C=h.toLowerCase(),S=l.buttons[C],w=h==="Tertiary"?o.jsxs("div",{className:ge.content,children:[g(n),o.jsx(L,{name:"ArrowRight",fill:"var(--text-tertiary)",width:20,height:20})]}):g(n);return o.jsx("button",{...v,style:{...r,textAlign:S.alignment},...c?{dangerouslySetInnerHTML:c}:{children:w}})},Re=e=>{const{label:n,onChange:i,activeImage:r,tip:s}=e,{setOpenModal:a,setOnChange:h,setTip:c}=I.useChooseImageStore();return o.jsx(o.Fragment,{children:o.jsxs("div",{className:X.wrapper,onClick:l=>l.stopPropagation(),children:[n&&o.jsx("h4",{className:X.label,children:n}),o.jsxs("div",{onClick:()=>{h(i),a(!0),s&&c(s)},className:X.content,children:[o.jsx("div",{className:X.icon,children:r?o.jsx("img",{src:`https://imagedelivery.net/${r}/w=156,h=156`,alt:"image",style:{width:"20px",height:"20px",objectFit:"contain"}}):o.jsx(L,{name:"Plus",width:20,height:20,fill:"#757575"})}),o.jsx("span",{className:X.text,children:r?"Change Image":"Select Image"}),r&&o.jsx(L,{name:"X",width:20,height:18,fill:"#ff3f19",hoverable:!0,onClick:l=>{l.stopPropagation(),i([])}})]})]})})},Gn=()=>{const{setOpenModal:e,onChange:n,tip:i,setTip:r}=I.useChooseImageStore(),{setIsOpen:s}=I.useModalStore(),[a,h]=f.useState(!1),c=()=>{var b;(b=l.current)==null||b.click()},l=f.useRef(null),[m,g]=f.useState([]),[v,C]=f.useState(!1),S=async b=>{var N;const _=((N=b.target.files)==null?void 0:N[0])||null;if(!_)return;const x=new FormData;x.append("file",_),C(!0);const{data:A}=await Fn(x),j=[...m];j.unshift({...A.data,cfId:A.data.path}),g([...j]),C(!1)},w=b=>{b.preventDefault(),h(!1);const _=b.dataTransfer.files;if(_&&_.length>0){const A={target:{files:[_[0]]}};S(A)}},p=()=>{s(!1),r(""),setTimeout(()=>{e(!1),s(!0)},300)},u=b=>{const _=m.map(x=>({...x,isSelected:x.id===b.id?!x.isSelected:!1}));g([..._])};function d(){const b=m.find(_=>_.isSelected);b&&(n==null||n([b.cfId]))}return f.useEffect(()=>{(async()=>{const{data:_}=await Bn(),x=_.data.map(A=>({...A,isSelected:!1}));g(x)})()},[]),o.jsxs("div",{onClick:b=>b.stopPropagation(),className:X.modal,children:[o.jsxs("div",{className:X.top,children:[o.jsx("h4",{className:X.title,children:"Select Image"}),o.jsx(L,{name:"X",width:20,height:20,hoverable:!0,onClick:p})]}),i&&o.jsx(jt,{type:"warning",message:i,padding:5}),o.jsx("div",{className:X.modalContent,children:o.jsxs("div",{className:X.images,children:[o.jsxs("div",{className:X.input,onDragOver:b=>b.preventDefault(),onDragEnter:()=>h(!0),onDragLeave:()=>h(!1),onDrop:w,children:[o.jsxs("div",{onClick:c,className:I.clx(X.add,{[X.dragging]:a}),children:[o.jsx("div",{className:X.icon,children:o.jsx(L,{name:"Plus",width:20,height:20,fill:"#757575"})}),o.jsxs("div",{className:X.description,children:[o.jsx("span",{children:"Drag and drop images here, or "}),o.jsx("span",{className:X.highlight,children:"click to browse"}),o.jsx("br",{}),o.jsx("span",{className:X.accent,children:"up to 10MB."})]})]}),o.jsx("input",{type:"file",ref:l,style:{display:"none"},onChange:S,multiple:!1,accept:"image/*"})]}),v&&o.jsx(ft,{}),m.map(b=>o.jsx(Wn,{image:b,updateImage:u},b.id)),m.length===0&&[...new Array(5)].map((b,_)=>o.jsx(ft,{},_))]})}),o.jsxs("div",{className:X.bottom,children:[o.jsx(J,{className:X.cancel,onClick:p,type:"Secondary",children:"Cancel"}),o.jsx(J,{onClick:()=>{e(!1),d()},children:"Select"})]})]})},Wn=e=>{const{image:n,updateImage:i}=e;return o.jsxs("div",{className:I.clx(X.image,{[X.selected]:n.isSelected}),onClick:()=>{i({...n,isSelected:!n.isSelected})},children:[o.jsx("div",{className:X.checkbox,children:o.jsx(Dt,{value:n.isSelected,onChange:r=>{i({...n,isSelected:r})}})}),o.jsx("img",{src:`https://imagedelivery.net/${n.cfId}/w=156,h=156`,alt:"image",style:{objectFit:"contain",width:"156px",height:"100px"}})]},n.id)},ft=()=>o.jsx("div",{className:X.loading,children:o.jsx("div",{className:X.spinner})});function Oe(e,n){f.useEffect(()=>{function i(r){!e.current||e.current.contains(r.target)||n(r)}return document.addEventListener("mousedown",i),()=>{document.removeEventListener("mousedown",i)}},[e,n])}const zn=f.forwardRef((e,n)=>{const{activeItem:i,setActiveItem:r,popupPosition:s,modalOptions:a,setIsOpenModal:h}=e;Oe(n,()=>{r(null),h(!1)});function c(l,m){return l.length>m?`${l.slice(0,m)}...`:l}return o.jsxs("div",{ref:n,className:Q.modal,onClick:l=>{l.stopPropagation()},style:{top:`${s.top}px`,left:`${s.left}px`},children:[o.jsxs("div",{className:Q.top,children:[o.jsx("h3",{className:Q.title,children:c(i.name["en-US"],20)}),o.jsx("div",{className:Q.closeIcon,children:o.jsx(L,{name:"X",height:20,width:20,onClick:()=>{r(null),h(!1)}})})]}),o.jsx("div",{className:Q.modalOptions,children:a.map(l=>{if(l.type==="image")return o.jsx(Re,{label:"Put up an attractive image",activeImage:i[l.field],onChange:m=>{const g={...i,[l.field]:m};r(g)}},String(l.field));if(l.type==="text")return o.jsx(ht,{isActiveText:!0,typesText:i[l.field.type],setTypesText:m=>{const g={...i,[l.field.type]:m};r(g)},alignText:i[l.field.alignText],setAlignText:m=>{const g={...i,[l.field.alignText]:m};r(g)},text:i[l.field.text]["en-US"]||"",setText:m=>{const g={...i,[l.field.text]:{"en-US":m}};r(g)},typeFont:i[l.field.typeFont],setTypeFont:m=>{const g={...i,[l.field.typeFont]:m};r(g)},subtitle:l.label});if(l.type==="input")return o.jsx(ue,{onChange:m=>{const g={...i,[l.field]:m};r(g)},value:i[l.field]||"",label:l.label,placeholder:l.placeholder});if(l.type==="inputSwitch")return o.jsxs("div",{className:Q.link,children:[o.jsx(ue,{onChange:m=>{const g={...i,[l.field.text]:m};r(g)},value:i[l.field.text]||"",label:l.inputLabel,placeholder:l.placeholder}),o.jsx(he,{current:!!i[l.field.switch]||!1,label:l.switchLabel,onChange:m=>{const g={...i,[l.field.switch]:m};r(g)}})]});if(l.type==="list")return o.jsx(Ft,{items:i[l.field]||[],setItems:m=>{const g={...i,[l.field]:m};r(g)},itemsType:"select",draggable:l.draggable||!1,itemsOptions:l.itemsOptions,deletable:l.deletable||!1,editable:l.editable||!1,subtitle:l.label,addableOptions:l.addableOptions,modalOptions:l.modalOptions});if(l.type==="select")return o.jsx(ce,{options:l.itemsOptions,onChange:m=>{const g={...i,[l.field]:m};r(g)},label:l.label,value:i[l.field]||"String",leftAddonOptions:l.leftAddonOptions,switcher:l.switcher?{value:!!i[l.switcher],onChange:m=>{if(l.switcher==="isActive"){const g={...i,[l.switcher]:m};r(g)}}}:void 0});if(l.type==="selectTypeFont")return o.jsx(pt,{typeFont:i[l.field],setTypeFont:m=>{const g={...i,[l.field]:m};r(g)}});if(l.type==="selectInfiniteList")return o.jsx(St,{options:l.itemsOptions,onChange:m=>{const g={...i,[l.field]:m};r(g)},label:l.label,value:i[l.field]||"String",leftAddonOptions:l.leftAddonOptions,switcher:l.switcher?{value:!!i[l.switcher],onChange:m=>{if(l.switcher==="isActive"){const g={...i,[l.switcher]:m};r(g)}}}:void 0})})})]})}),Vn="_other_1a1tk_1",Xn="_subtitle_1a1tk_7",Kn="_items_1a1tk_14",ot={other:Vn,subtitle:Xn,items:Kn},$e=e=>{const{items:n,otherTitle:i,tagsTitle:r}=e;return o.jsxs("div",{className:ot.other,children:[o.jsx("h5",{className:ot.subtitle,children:i||r}),o.jsx("div",{className:ot.items,children:n.map((s,a)=>o.jsx(he,{current:s.isItem,onChange:h=>s.setIsItem(h),label:s.label,hasBackground:!0,paddingless:!1},a))})]})};function Jn({product:e,children:n}){const{attributes:i,listeners:r,setNodeRef:s,transform:a,transition:h,isDragging:c}=U.useSortable({id:e.id}),l={transform:U.CSS.Transform.toString(a),transition:h};return o.jsx("div",{ref:s,style:l,className:`${Q.product} ${c?Q.dragging:""}`,...i,...r,children:n})}const Ft=e=>{const{isActiveItems:n,setIsActiveItems:i,items:r,setItems:s,other:a,title:h,subtitle:c,editable:l=!0,draggable:m=!1,withImage:g=!1,deletable:v=!0,addable:C=!0,itemsType:S,itemsPlaceholder:w="",itemsOptions:p,hasRangeSelector:u=!1,rangeSelectorOptions:d,modalOptions:b,addableOptions:_={},limit:x,autoInterval:A,tip:j,aspectRatio:N,setAspectRatio:y}=e,[B,T]=f.useState(null),[M,k]=f.useState({top:0,left:0}),[P,G]=f.useState(null),H=f.useRef(null),[z,F]=f.useState(!1),O=U.useSensors(U.useSensor(U.PointerSensor,{activationConstraint:{distance:5}}));f.useEffect(()=>{if(B){const D=[...r].map(V=>V.id===B.id?B:V);s(D)}},[B]),f.useEffect(()=>{if(H.current&&P){const D=H.current.getBoundingClientRect().height,V=window.innerHeight;let K=P.top;K+D>V+window.scrollY-200&&(K=V+window.scrollY-D-200),K<0&&(K=10),k({top:K-30,left:P.left})}},[H.current,P]);const q=(D,V)=>{D.stopPropagation();const K=D.target.getBoundingClientRect();G({top:K.top+window.scrollY-70,left:K.left-(C?30:65)}),T(V),F(!0)},E=(D,V)=>{const K=[...r],fe={...D,id:Math.random().toString(36).substr(2,9)};K.splice(V+1,0,fe),s(K)};function ne(D){if(g)return D?o.jsx("img",{src:`https://imagedelivery.net/${D[0]}/w=50`,alt:"image",width:16,height:16}):o.jsx(L,{name:"Image",width:16,height:16,fill:"#757575"})}const ee=D=>{const{active:V,over:K}=D;if(K&&V.id!==K.id){const fe=r.findIndex(R=>R.id===V.id),Ee=r.findIndex(R=>R.id===K.id);if(fe!==-1&&Ee!==-1){const R=[...r],[re]=R.splice(fe,1);R.splice(Ee,0,re),s(R)}}},Y=(D,V)=>{var fe,Ee;const K=o.jsxs(o.Fragment,{children:[m&&o.jsx("div",{children:o.jsx(L,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),S==="select"&&p&&o.jsx(ce,{onChange:R=>{const re=[...r],be=p.find(we=>we.name["en-US"]===R);if(!be)return;const ye=re.map(we=>we.id===D.id?{...be,name:{"en-US":R}}:we);T({...D,name:{"en-US":R}}),s([...ye])},value:D.name["en-US"],options:p.filter(R=>!r.find(re=>re.name["en-US"]===R.name["en-US"])).map(R=>R.name["en-US"]),leftAddonOptions:p.filter(R=>{var re;return((re=R.images)==null?void 0:re.length)>0}).map(R=>({value:R.name["en-US"],addon:ne(R.images)}))}),S==="selectInfiniteList"&&p&&o.jsx(St,{onChange:R=>{const re=[...r],be=p.find(we=>we.name["en-US"]===R);if(!be)return;const ye=re.map(we=>we.id===D.id?{...be,name:{"en-US":R}}:we);T({...D,name:{"en-US":R}}),s([...ye])},value:D.name["en-US"],options:p.filter(R=>!r.find(re=>re.name["en-US"]===R.name["en-US"])).map(R=>R.name["en-US"]),leftAddonOptions:p.filter(R=>{var re;return((re=R.images)==null?void 0:re.length)>0}).map(R=>({value:R.name["en-US"],addon:ne(R.images)}))}),S==="input"&&o.jsx(ue,{onChange:R=>{const be=[...r].map(ye=>ye.id===D.id?{...D,name:{"en-US":R}}:ye);s([...be])},value:D.name["en-US"],placeholder:w}),S==="image"&&o.jsx(Re,{onChange:R=>{const be=[...r].map(ye=>ye.id===D.id?{...D,images:R}:ye);s([...be])},activeImage:(fe=r.find(R=>R.id===D.id))!=null&&fe.images?(Ee=r.find(R=>R.id===D.id))==null?void 0:Ee.images[0]:void 0,tip:j}),o.jsxs("div",{className:Q.buttons,children:[x&&x>r.length&&C&&o.jsx("div",{className:Q.deleteButton,children:o.jsx(L,{name:"Copy",hoverable:!0,width:20,height:20,onClick:()=>{E(D,V)}})}),l&&o.jsx("div",{className:Q.deleteButton,children:o.jsx(L,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:R=>{q(R,D)}})}),v&&o.jsx("div",{className:Q.deleteButton,children:o.jsx(L,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>s(r.filter(R=>R.id!==D.id))})})]})]});return m?o.jsx(Jn,{product:D,index:V,children:K},D.id):o.jsx("div",{className:Q.product,children:K},D.id)};return o.jsxs("div",{className:Q.productsBlock,children:[(h||n!==void 0)&&o.jsxs("div",{className:Q.top,children:[h&&o.jsx("h3",{className:Q.title,children:h}),n!==void 0&&o.jsx(he,{current:n,onChange:D=>i==null?void 0:i(D)})]}),B&&l&&b&&z&&o.jsx(zn,{ref:H,activeItem:B,setActiveItem:T,popupPosition:M,modalOptions:b,setIsOpenModal:F}),(n===void 0||n)&&u&&d&&o.jsx(Ye,{...d}),(n===void 0||n)&&o.jsxs("div",{className:Q.products,children:[c&&o.jsx("h5",{className:Q.subtitle,children:c}),m?o.jsx(U.DndContext,{sensors:O,onDragEnd:ee,children:o.jsx(U.SortableContext,{items:r.map(D=>D.id),strategy:U.verticalListSortingStrategy,children:r.map((D,V)=>Y(D,V))})}):r.map((D,V)=>Y(D,V)),C&&o.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:o.jsx(ve,{withoutHover:!0,className:I.clx(Q.button,{[Q.disabled]:!!(x&&x<=r.length||r.length===(p==null?void 0:p.length))}),size:"s",disabled:!!(x&&x<=r.length||r.length===(p==null?void 0:p.length)),onClick:()=>{const D=[...r];let V=null;if(p){for(let K=0;K<p.length;K++)if(!r.find(fe=>fe.id===p[K].id)){V=p[K];break}}S==="select"&&p?D.push({name:V?V.name:p[0].name,id:(V==null?void 0:V.id)||p[0].id,..._}):S==="input"?D.push({name:{"en-US":""},id:I.v4(),..._}):D.push({name:{"en-US":`Image ${r.length+1}`},id:I.v4(),..._}),s(D)},style:{width:"fit-content"},children:o.jsxs("div",{className:Q.addButton,children:[o.jsx("span",{children:"Add Option"}),o.jsx(L,{name:"Plus",width:16,height:16})]})})})]}),N&&y&&o.jsx(ce,{value:N,label:"Aspect Ratio",options:Object.keys(I.aspectRatio),onChange:D=>y(D),leftAddonOptions:I.aspectRatioOptions}),(n===void 0||n)&&a!==void 0&&o.jsx($e,{otherTitle:"Other",items:a}),(n===void 0||n)&&A!==void 0&&o.jsx(ue,{label:A.title||"Auto scroll interval",type:"number",value:String(A.autoInterval),onChange:D=>A.setAutoInterval(Number(D)),min:.1,max:100,style:{width:"100%"},postfix:"sec."})]})},Yn="_title_82zux_1",Qn="_subtitle_82zux_5",Zn="_productsBlock_82zux_14",er="_top_82zux_26",tr="_products_82zux_14",or="_product_82zux_14",nr="_button_82zux_80",rr="_disabled_82zux_91",ir="_buttons_82zux_118",ar="_addButton_82zux_157",sr="_deleteButton_82zux_179",de={title:Yn,subtitle:Qn,productsBlock:Zn,top:er,products:tr,product:or,button:nr,disabled:rr,buttons:ir,addButton:ar,deleteButton:sr},lr="_button_1gxoe_1",cr="_primary_1gxoe_14",pr="_secondary_1gxoe_22",hr="_tertiary_1gxoe_30",mr="_content_1gxoe_38",dr="_withoutHover_1gxoe_45",je={button:lr,primary:cr,secondary:pr,tertiary:hr,content:mr,withoutHover:dr},ve=e=>{const{children:n,onClick:i,style:r,className:s,disabled:a=!1,size:h="m",type:c="Primary",withoutHover:l=!1}=e;return o.jsx("button",{className:I.clx(je.button,s,{[je.primary]:c==="Primary",[je.secondary]:c==="Secondary",[je.tertiary]:c==="Tertiary",[je.withoutHover]:l}),onClick:i,style:{...r,fontSize:h==="m"?14:h==="s"?12:16},disabled:a,children:c==="Tertiary"?o.jsxs("div",{className:je.content,children:[n,o.jsx(L,{name:"ArrowRight",fill:"#757575",width:20,height:20})]}):o.jsx(o.Fragment,{children:n})})};function ur({id:e,children:n}){const{attributes:i,listeners:r,setNodeRef:s,transform:a,transition:h,isDragging:c}=U.useSortable({id:e}),l={transform:U.CSS.Transform.toString(a),transition:h};return o.jsx("div",{ref:s,style:l,className:`${de.product} ${c?de.dragging:""}`,...i,...r,children:n})}const gr=e=>{const{isActiveItems:n,setIsActiveItems:i,items:r,setItems:s,other:a,tags:h,title:c,subtitle:l,draggable:m=!1,withImage:g=!1,addable:v=!0,itemsOptions:C,hasRangeSelector:S=!1,rangeSelectorOptions:w,limit:p,autoScrollInterval:u,deletable:d,aspectRatio:b,setAspectRatio:_}=e,x=U.useSensors(U.useSensor(U.PointerSensor,{activationConstraint:{distance:5}})),A=y=>{const{active:B,over:T}=y;if(T&&B.id!==T.id){const M=r.findIndex(P=>P===B.id),k=r.findIndex(P=>P===T.id);if(M!==-1&&k!==-1){const P=[...r],[G]=P.splice(M,1);P.splice(k,0,G),s(P)}}};function j(y){if(g)return y?o.jsx("img",{src:`https://imagedelivery.net/${y[0]}/w=1000`,alt:"image",width:16,height:16}):o.jsx(L,{name:"Image",width:16,height:16,fill:"#757575"})}const N=(y,B=!1)=>{const T=C.find(k=>k.id===y);if(!T)return;const M=o.jsxs(o.Fragment,{children:[m&&o.jsx("div",{children:o.jsx(L,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),o.jsx(ce,{onChange:k=>{const P=[...r],G=C.find(F=>F.name===k);if(!G)return;const H=G.id,z=P.map(F=>F===y?H:F);s([...z])},value:T.name,options:C.filter(k=>!r.find(P=>P===k.id)).map(k=>k.name),leftAddonOptions:C.map(k=>({value:k.name,addon:j(k.images)}))}),B&&o.jsx("div",{className:de.buttons,children:o.jsx("div",{className:de.deleteButton,children:o.jsx(L,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>s(r.filter(k=>k!==y))})})})]});return m?o.jsx(ur,{id:y,children:M},I.v4()):o.jsx("div",{className:de.product,children:M},I.v4())};return o.jsxs("div",{className:de.productsBlock,children:[(c||n!==void 0)&&o.jsxs("div",{className:de.top,children:[c&&o.jsx("h3",{className:de.title,children:c}),n!==void 0&&o.jsx(he,{current:n,onChange:y=>i==null?void 0:i(y)})]}),S&&w&&o.jsx(Ye,{...w}),o.jsxs("div",{className:de.products,children:[l&&o.jsx("h5",{className:de.subtitle,children:l}),m?o.jsx(U.DndContext,{sensors:x,onDragEnd:A,children:o.jsx(U.SortableContext,{items:r,strategy:U.verticalListSortingStrategy,children:r.map(y=>N(y,d))})}):r.map(y=>N(y,d)),v&&o.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center",gap:5},children:o.jsx(ve,{withoutHover:!0,className:I.clx(de.button,{[de.disabled]:!!(p&&p<=r.length||r.length===C.length)}),size:"s",disabled:!!(p&&p<=r.length||r.length===C.length),onClick:()=>{const y=[...r];let B=null;if(C){for(let T=0;T<C.length;T++)if(!r.find(M=>M===C[T].id)){B=C[T];break}}y.push((B==null?void 0:B.id)||C[0].id),s(y)},style:{width:"fit-content"},children:o.jsxs("div",{className:de.addButton,children:[o.jsx("span",{children:"Add Option"}),o.jsx(L,{name:"Plus",width:16,height:16})]})})})]}),b&&_&&o.jsx(ce,{value:b,label:"Aspect Ratio",options:Object.keys(I.aspectRatio),onChange:y=>_(y),leftAddonOptions:I.aspectRatioOptions}),h!==void 0&&o.jsx($e,{tagsTitle:"Tags",items:h}),a!==void 0&&o.jsx($e,{otherTitle:"Other",items:a}),u!==void 0&&o.jsx(ue,{label:"Auto scroll interval",type:"number",value:String(u.scrollInterval),onChange:y=>u.setScrollInterval(Number(y)),min:.1,max:100,style:{width:"100%"},postfix:"sec."})]})},Sr="_title_roi3a_1",Ir="_subtitle_roi3a_5",Cr="_productsBlock_roi3a_14",fr="_top_roi3a_26",br="_products_roi3a_14",yr="_product_roi3a_14",wr="_button_roi3a_80",xr="_disabled_roi3a_91",_r="_buttons_roi3a_118",vr="_addButton_roi3a_164",kr="_deleteButton_roi3a_179",pe={title:Sr,subtitle:Ir,productsBlock:Cr,top:fr,products:br,product:yr,button:wr,disabled:xr,buttons:_r,addButton:vr,deleteButton:kr};function Tr({product:e,children:n}){const{attributes:i,listeners:r,setNodeRef:s,transform:a,transition:h,isDragging:c}=U.useSortable({id:e.id}),l={transform:U.CSS.Transform.toString(a),transition:h};return o.jsx("div",{ref:s,style:l,className:`${pe.product} ${c?pe.dragging:""}`,...i,...r,children:n})}const Lr=e=>{const{isActiveItems:n,setIsActiveItems:i,items:r,setItems:s,title:a,subtitle:h,editable:c=!0,draggable:l=!1,deletable:m=!0,addable:g=!0,itemsType:v,itemsOptions:C,addableOptions:S={},limit:w}=e,[p,u]=f.useState(null),[d,b]=f.useState(null),_=f.useRef(null),x=U.useSensors(U.useSensor(U.PointerSensor,{activationConstraint:{distance:5}}));f.useEffect(()=>{if(p){const y=[...r].map(B=>B.id===p.id?p:B);s(y)}},[p]),f.useEffect(()=>{_.current&&d&&(_.current.getBoundingClientRect().height,d.top)},[_.current,d]);const A=(y,B)=>{y.stopPropagation();const T=y.target.getBoundingClientRect();b({top:T.top+window.scrollY,left:T.left-30}),u(B)},j=y=>{const{active:B,over:T}=y;if(T&&B.id!==T.id){const M=r.findIndex(P=>P.id===B.id),k=r.findIndex(P=>P.id===T.id);if(M!==-1&&k!==-1){const P=[...r],[G]=P.splice(M,1);P.splice(k,0,G),s(P)}}},N=(y,B)=>{const T=o.jsxs(o.Fragment,{children:[l&&o.jsx("div",{children:o.jsx(L,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),v==="select"&&C&&o.jsx(ce,{onChange:M=>{const k=[...r],P=C.find(H=>H.name===M);if(!P)return;const G=k.map(H=>H.id===y.id?{...P,name:{"en-US":M}}:H);u({...y,name:{"en-US":M}}),s([...G])},value:y.name,options:C.filter(M=>!r.find(k=>k.name===M.name)).map(M=>M.name)}),o.jsxs("div",{className:pe.buttons,children:[c&&o.jsx("div",{className:pe.deleteButton,children:o.jsx(L,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:M=>A(M,y)})}),m&&o.jsx("div",{className:pe.deleteButton,children:o.jsx(L,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>s(r.filter(M=>M.id!==y.id))})})]})]});return l?o.jsx(Tr,{product:y,index:B,children:T},y.id):o.jsx("div",{className:pe.product,children:T},y.id)};return o.jsxs("div",{className:pe.productsBlock,children:[(a||n!==void 0)&&o.jsxs("div",{className:pe.top,children:[a&&o.jsx("h3",{className:pe.title,children:a}),n!==void 0&&o.jsx(he,{current:n,onChange:y=>i==null?void 0:i(y)})]}),o.jsxs("div",{className:pe.products,children:[h&&o.jsx("h5",{className:pe.subtitle,children:h}),l?o.jsx(U.DndContext,{sensors:x,onDragEnd:j,children:o.jsx(U.SortableContext,{items:r.map(y=>y.id),strategy:U.verticalListSortingStrategy,children:r.map((y,B)=>N(y,B))})}):r.map((y,B)=>N(y,B)),g&&o.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:o.jsx(ve,{withoutHover:!0,className:I.clx(pe.button,{[pe.disabled]:!!(w&&w<=r.length||r.length===(C==null?void 0:C.length))}),size:"s",disabled:!!(w&&w<=r.length||r.length===(C==null?void 0:C.length)),onClick:()=>{const y=[...r];let B=null;if(C){for(let T=0;T<C.length;T++)if(!r.find(M=>M.id===C[T].id)){B=C[T];break}}v==="select"&&C&&y.push({name:B?B.name:C[0].name,id:(B==null?void 0:B.id)||C[0].id,...S}),s(y)},style:{width:"fit-content"},children:o.jsxs("div",{className:pe.addButton,children:[o.jsx("span",{children:"Add Option"}),o.jsx(L,{name:"Plus",width:16,height:16})]})})})]})]})},Pr="_title_cx65i_1",Ar="_subtitle_cx65i_5",Br="_productsBlock_cx65i_14",Fr="_top_cx65i_26",Nr="_products_cx65i_14",jr="_product_cx65i_14",Dr="_button_cx65i_80",Mr="_disabled_cx65i_91",Hr="_buttons_cx65i_118",Rr="_modal_cx65i_125",Or="_link_cx65i_146",Ur="_modalOptions_cx65i_152",Er="_addButton_cx65i_165",qr="_deleteButton_cx65i_180",$r="_closeIcon_cx65i_192",Z={title:Pr,subtitle:Ar,productsBlock:Br,top:Fr,products:Nr,product:jr,button:Dr,disabled:Mr,buttons:Hr,modal:Rr,link:Or,modalOptions:Ur,addButton:Er,deleteButton:qr,closeIcon:$r},Gr=f.forwardRef((e,n)=>{const{activeItem:i,setActiveItem:r,popupPosition:s,modalOptions:a,setIsOpenModal:h}=e;return Oe(n,()=>{r(null),h(!1)}),o.jsxs("div",{ref:n,className:Z.modal,onClick:c=>{c.stopPropagation()},style:{top:`${s.top}px`,left:`${s.left}px`},children:[o.jsxs("div",{className:Z.top,children:[o.jsx("h3",{className:Z.title,children:i.name["en-US"]}),o.jsx("div",{className:Z.closeIcon,children:o.jsx(L,{name:"X",height:20,width:20,hoverable:!0,onClick:()=>{r(null),h(!1)}})})]}),o.jsx("div",{className:Z.modalOptions,children:a.map(c=>{if(c.type==="image")return o.jsx(Re,{label:"Put up an attractive image",activeImage:i[c.field],onChange:l=>{const m={...i,[c.field]:l};r(m)}},String(c.field));if(c.type==="text")return o.jsx(ht,{isActiveText:!0,typesText:i[c.field.type],setTypesText:l=>{const m={...i,[c.field.type]:l};r(m)},alignText:i[c.field.alignText],setAlignText:l=>{const m={...i,[c.field.alignText]:l};r(m)},text:i[c.field.text]["en-US"]||"",setText:l=>{const m={...i,[c.field.text]:{"en-US":l}};r(m)},typeFont:i[c.field.type],setTypeFont:l=>{const m={...i,[c.field.type]:l};r(m)},subtitle:c.label});if(c.type==="input")return o.jsx(ue,{onChange:l=>{const m={...i,[c.field]:{"en-US":l}};r(m)},value:i[c.field]["en-US"]||"",label:c.label,placeholder:c.placeholder});if(c.type==="inputNumber")return o.jsx(ue,{onChange:l=>{const m={...i,[c.field]:l};r(m)},value:i[c.field]||"",label:c.label,placeholder:c.placeholder,type:"number"});if(c.type==="inputSwitch")return o.jsxs("div",{className:Z.link,children:[o.jsx(ue,{onChange:l=>{const m={...i,[c.field.text]:{"en-US":l}};r(m)},value:i[c.field.text]["en-US"]||"",label:c.inputLabel,placeholder:c.placeholder}),o.jsx(he,{current:!!i[c.field.switch]||!1,label:c.switchLabel,onChange:l=>{const m={...i,[c.field.switch]:l};r(m)}})]});if(c.type==="select")return o.jsx(ce,{options:c.itemsOptions,onChange:l=>{const m={...i,[c.field]:l};r(m)},label:c.label,value:i[c.field]||"String",leftAddonOptions:c.leftAddonOptions})})})]})});function Wr(e){const{product:n,children:i}=e,{attributes:r,listeners:s,setNodeRef:a,transform:h,transition:c,isDragging:l}=U.useSortable({id:n.id}),m={transform:U.CSS.Transform.toString(h),transition:c};return o.jsx("div",{ref:a,style:m,className:`${Z.product} ${l?Z.dragging:""}`,...r,...s,children:i})}const zr=e=>{const{isActiveItems:n,setIsActiveItems:i,items:r,setItems:s,other:a,title:h,subtitle:c,editable:l=!0,draggable:m=!1,deletable:g=!0,addable:v=!0,itemsType:C,itemsPlaceholder:S="",itemsOptions:w,hasRangeSelector:p=!1,rangeSelectorOptions:u,modalOptions:d,addableOptions:b={},limit:_}=e,[x,A]=f.useState(null),[j,N]=f.useState({top:0,left:0}),[y,B]=f.useState(null),T=f.useRef(null),[M,k]=f.useState(!1),P=U.useSensors(U.useSensor(U.PointerSensor,{activationConstraint:{distance:5}}));f.useEffect(()=>{const F=()=>{A(null),k(!1)};return document.body.addEventListener("click",F),A(null),k(!1),()=>{A(null),k(!1),document.body.removeEventListener("click",F)}},[]),f.useEffect(()=>{if(x){const F=[...r].map(O=>O.id===x.id?x:O);s(F)}},[x]),f.useEffect(()=>{if(T.current&&y){const F=T.current.getBoundingClientRect().height,O=window.innerHeight;let q=y.top;q+F>O+window.scrollY-200&&(q=O+window.scrollY-F-200),q<0&&(q=10),N({top:q,left:y.left})}},[T.current,y]);const G=(F,O)=>{F.stopPropagation();const q=F.target.getBoundingClientRect();B({top:q.top+window.scrollY,left:q.left-30}),A(O),k(!0)},H=F=>{const{active:O,over:q}=F;if(q&&O.id!==q.id){const E=r.findIndex(ee=>ee.id===O.id),ne=r.findIndex(ee=>ee.id===q.id);if(E!==-1&&ne!==-1){const ee=[...r],[Y]=ee.splice(E,1);ee.splice(ne,0,Y),s(ee)}}},z=F=>{var q;const O=o.jsxs(o.Fragment,{children:[m&&o.jsx("div",{children:o.jsx(L,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),C==="select"&&w&&o.jsx(ce,{onChange:E=>{const ee=[...r].map(Y=>Y.id===F.id?{...F,name:{"en-US":E}}:Y);A({...F,name:{"en-US":E}}),s([...ee])},value:F.name["en-US"],options:w.filter(E=>!r.find(ne=>ne.name["en-US"]===E))}),C==="input"&&o.jsx(ue,{onChange:E=>{const ee=[...r].map(Y=>Y.id===F.id?{...F,name:{"en-US":E}}:Y);s([...ee])},value:F.name["en-US"],placeholder:S}),C==="image"&&o.jsx(Re,{onChange:E=>{const ee=[...r].map(Y=>Y.id===F.id?{...F,images:E}:Y);s([...ee])},activeImage:(q=r.find(E=>E.id===F.id))==null?void 0:q.images[0]}),o.jsxs("div",{className:Z.buttons,children:[l&&o.jsx("div",{className:Z.deleteButton,children:o.jsx(L,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:E=>G(E,F)})}),g&&o.jsx("div",{className:Z.deleteButton,children:o.jsx(L,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>s(r.filter(E=>E.id!==F.id))})})]})]});return m?o.jsx(Wr,{product:F,children:O},F.id):o.jsx("div",{className:Z.product,children:O},F.id)};return o.jsxs("div",{className:Z.productsBlock,children:[(h||n!==void 0)&&o.jsxs("div",{className:Z.top,children:[h&&o.jsx("h3",{className:Z.title,children:h}),n!==void 0&&o.jsx(he,{current:n,onChange:F=>i==null?void 0:i(F)})]}),x&&l&&d&&M&&o.jsx(Gr,{ref:T,activeItem:x,setActiveItem:A,popupPosition:j,modalOptions:d,setIsOpenModal:k}),p&&u&&o.jsx(Ye,{...u}),o.jsxs("div",{className:Z.products,children:[c&&o.jsx("h5",{className:Z.subtitle,children:c}),m?o.jsx(U.DndContext,{sensors:P,onDragEnd:H,children:o.jsx(U.SortableContext,{items:r.map(F=>F.id),strategy:U.verticalListSortingStrategy,children:r.map(F=>z(F))})}):r.map(F=>z(F)),v&&o.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:o.jsx(ve,{withoutHover:!0,className:I.clx(Z.button,{[Z.disabled]:!!(_&&_<=r.length)}),size:"s",disabled:!!(_&&_<=r.length),onClick:()=>{const F=[...r];let O=null;if(w){for(let q=0;q<w.length;q++)if(!r.find(E=>E.name["en-US"]===w[q])){O=w[q];break}}C==="select"&&w?F.push({name:{"en-US":O||w[0]},id:I.v4(),...b,maxSymbols:100}):C==="input"?F.push({name:{"en-US":""},id:I.v4(),...b,maxSymbols:100}):F.push({name:{"en-US":`Image ${r.length+1}`},id:I.v4(),...b,maxSymbols:100}),s(F)},style:{width:"fit-content"},children:o.jsxs("div",{className:Z.addButton,children:[o.jsx("span",{children:"Add Option"}),o.jsx(L,{name:"Plus",width:16,height:16})]})})})]}),a!==void 0&&o.jsx($e,{otherTitle:"Other",items:a})]})},Vr="_title_hvj8m_1",Xr="_buttonsBlock_hvj8m_15",Kr="_top_hvj8m_26",Jr="_modal_hvj8m_120",Yr="_options_hvj8m_146",Qr="_closeIcon_hvj8m_154",Le={title:Vr,buttonsBlock:Xr,top:Kr,modal:Jr,options:Yr,closeIcon:Qr},Zr=f.forwardRef((e,n)=>{var _;const{activeButton:i,setActiveButton:r,popupPosition:s,editableLink:a=!0}=e,[h,c]=f.useState(i.typesText),[l,m]=f.useState(i.destination),[g,v]=f.useState(i.page),[C,S]=f.useState(i.link||""),[w,p]=f.useState(i.text||{"en-US":""}),[u,d]=f.useState(i.openInNewTab),{pages:b}=I.usePagesStore();return Oe(n,()=>{r(null)}),f.useEffect(()=>{r({...i,...{text:w,link:C,destination:l,typesText:h,page:g,openInNewTab:u}})},[h,l,C,w,g,u]),o.jsxs("div",{className:Le.modal,onClick:x=>{x.stopPropagation()},style:{top:`${s.top}px`,left:`${s.left}px`},ref:n,children:[o.jsxs("div",{className:Le.top,children:[o.jsx("h3",{className:Le.title,children:i.type}),o.jsx("div",{className:Le.closeIcon,children:o.jsx(L,{name:"X",height:20,width:20,hoverable:!0,onClick:()=>r(null)})})]}),o.jsxs("div",{className:Le.options,children:[a&&o.jsx(ce,{label:"Destination",onChange:x=>m(x),options:["Go to Page","Open Link"].filter(x=>x!==l),value:l}),a&&(l==="Go to Page"?o.jsx(ce,{label:"Go to",onChange:x=>{if(x==="Sign In")v("/customer-dash");else if(b){for(const A in b)if(b[A].name===x){v(b[A].path);break}}else v(I.defaultPagePaths[0])},options:b?[...Object.values(b).filter(x=>x.path!==g).map(x=>x.name),"Sign In"]:["Sign In"],value:b?g==="/customer-dash"?"Sign In":((_=Object.values(b).find(x=>x.path===g))==null?void 0:_.name)||"Home":"Home"}):o.jsx(ue,{onChange:x=>S(x),value:C,placeholder:"https://",label:"Link"})),a&&o.jsx(he,{current:i.openInNewTab,label:"Open in new tab",onChange:x=>d(x)}),o.jsx(ct,{onChange:x=>p({"en-US":x}),value:w["en-US"],label:"Text"}),o.jsx(lt,{typesText:h,setTypesText:c})]})]})}),ei="_subtitle_jql1y_1",ti="_products_jql1y_10",oi="_product_jql1y_10",ni="_button_jql1y_11",ri="_buttons_jql1y_11",ii="_addButton_jql1y_150",ai="_deleteButton_jql1y_165",_e={subtitle:ei,products:ti,product:oi,button:ni,buttons:ri,addButton:ii,deleteButton:ai},Nt=e=>{const{buttons:n,setButtons:i,deletable:r=!0,addable:s=!0,editableLink:a=!0}=e,{pages:h}=I.usePagesStore(),[c,l]=f.useState(null),[m,g]=f.useState({top:0,left:0}),[v,C]=f.useState(null),S=f.useRef(null);f.useEffect(()=>{if(c){const u=[...n].map(d=>d.id===c.id?c:d);i(u)}},[c]),f.useEffect(()=>{if(S.current&&v){const u=S.current.getBoundingClientRect().height,d=window.innerHeight;let b=v.top;b+u>d+window.scrollY-200&&(b=d+window.scrollY-u-200),b<0&&(b=10),g({top:b,left:v.left})}},[S.current,v]);const w=(u,d)=>{u.stopPropagation();const b=u.target.getBoundingClientRect();C({top:b.top+window.scrollY-70,left:b.left-(s?30:65)}),l(d)},p=(u,d)=>{const b=[...n],_={...u,id:Math.random().toString(36).substr(2,9)};b.splice(d+1,0,_),i(b)};return o.jsxs("div",{className:_e.products,children:[o.jsx("h5",{className:_e.subtitle,children:"Button Type"}),n.map((u,d)=>o.jsxs("div",{className:_e.product,children:[o.jsx(ce,{onChange:b=>{const x=[...n].map(A=>A.id===u.id?{...u,type:b}:A);i(x)},value:u.type,options:["Primary","Secondary","Tertiary"]}),o.jsxs("div",{className:_e.buttons,children:[o.jsx("div",{className:_e.deleteButton,children:o.jsx(L,{name:"Copy",hoverable:!0,width:20,height:20,onClick:()=>{p(u,d)}})}),o.jsx("div",{className:_e.deleteButton,children:o.jsx(L,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:b=>{w(b,u)}})}),r&&o.jsx("div",{className:_e.deleteButton,children:o.jsx(L,{name:"Trash",hoverable:!0,onClick:()=>{const b=n.filter(_=>_.id!==u.id);i(b)},width:20,height:20,fill:"#C12A2A"})})]})]},u.id)),c&&o.jsx(Zr,{ref:S,activeButton:c,setActiveButton:l,popupPosition:m,editableLink:a}),s&&o.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:o.jsx(ve,{withoutHover:!0,className:_e.button,size:"s",onClick:()=>{const u=[...n];a?u.push({type:"Primary",id:I.v4(),typesText:[],text:{"en-US":"Button Name"},destination:"Go to Page",page:h?Object.values(h)[0].path:"/",openInNewTab:!1}):u.push({type:"Primary",id:I.v4(),typesText:[],text:{"en-US":"Create Ticket"},destination:"Go to Page",page:h?Object.values(h)[0].path:"/",openInNewTab:!1}),i(u)},style:{width:"fit-content"},children:o.jsxs("div",{className:_e.addButton,children:[o.jsx("span",{children:"Add Option"}),o.jsx(L,{name:"Plus",width:16,height:16})]})})})]})},si=e=>{const{isActiveButtons:n,setIsActiveButtons:i,buttons:r,setButtons:s,editableLink:a=!0,addable:h=!0,deletable:c=!0}=e;return o.jsx(o.Fragment,{children:o.jsxs("div",{className:Le.buttonsBlock,children:[o.jsxs("div",{className:Le.top,children:[o.jsx("h3",{className:Le.title,children:"Buttons"}),o.jsx(he,{current:n,onChange:l=>i(l)})]}),n&&o.jsx(Nt,{buttons:r,setButtons:s,editableLink:a,addable:h,deletable:c})]})})},li="_wrapper_m18qi_1",ci="_subtitle_m18qi_7",pi="_content_m18qi_14",hi="_range_m18qi_22",mi="_track_m18qi_27",di="_progress_m18qi_36",ui="_dots_m18qi_46",gi="_dot_m18qi_46",Si="_active_m18qi_65",Ii="_input_m18qi_77",Ci="_countBlock_m18qi_91",fi="_controls_m18qi_107",bi="_button_m18qi_113",ae={wrapper:li,subtitle:ci,content:pi,range:hi,track:mi,progress:di,dots:ui,dot:gi,active:Si,input:Ii,countBlock:Ci,controls:fi,button:bi},Ye=e=>{const{label:n,min:i=1,max:r=4,step:s=1,count:a,setCount:h}=e,[c,l]=f.useState(!1),m=Array.from({length:(r-i)/s+1}),g=(a-i)/(r-i)*100,v=()=>{a<r&&h(a+s)},C=()=>{a>i&&h(a-s)},S=w=>{const p=i+w*s;h(p)};return o.jsxs("div",{className:ae.wrapper,children:[n&&o.jsx("h5",{className:ae.subtitle,children:n}),o.jsxs("div",{className:ae.content,children:[o.jsxs("div",{className:ae.range,children:[o.jsx("div",{className:ae.track}),o.jsx("div",{className:ae.progress,style:{width:`${g}%`}}),o.jsx("div",{className:ae.dots,children:m.map((w,p)=>{const u=p<=(a-i)/s;return o.jsx("button",{onClick:()=>S(p),className:I.clx(ae.dot,{[ae.active]:u,[ae.inactive]:!u,[ae.dragging]:c}),"aria-label":`Set value to ${i+p*s}`},p)})}),o.jsx("input",{type:"range",min:i,max:r,step:s,value:a,onChange:w=>h(Number(w.target.value)),onMouseDown:()=>l(!0),onMouseUp:()=>l(!1),onTouchStart:()=>l(!0),onTouchEnd:()=>l(!1),className:ae.input})]}),o.jsxs("div",{className:ae.countBlock,children:[o.jsx(ue,{type:"number",min:i,max:r,paddingless:!0,onChange:w=>{const p=Number(w);p>r?h(r):p<i?h(i):h(p)},value:String(a)}),o.jsxs("div",{className:ae.controls,children:[o.jsx("button",{onClick:v,disabled:a>=r,className:ae.button,"aria-label":"Increment count",children:o.jsx(L,{name:"CaretUp",width:15,height:15})}),o.jsx("button",{onClick:C,disabled:a<=i,className:ae.button,"aria-label":"Decrement count",children:o.jsx(L,{name:"CaretDown",width:15,height:15})})]})]})]})]})},yi="_title_11jyy_1",wi="_subtitle_11jyy_5",xi="_productsBlock_11jyy_14",_i="_top_11jyy_26",vi="_products_11jyy_14",ki="_product_11jyy_14",Ti="_button_11jyy_80",Li="_buttons_11jyy_114",Pi="_modal_11jyy_121",Ai="_modalOptions_11jyy_148",Bi="_addButton_11jyy_161",Fi="_deleteButton_11jyy_176",Ni="_closeIcon_11jyy_188",ie={title:yi,subtitle:wi,productsBlock:xi,top:_i,products:vi,product:ki,button:Ti,buttons:Li,modal:Pi,modalOptions:Ai,addButton:Bi,deleteButton:Fi,closeIcon:Ni},ji=f.forwardRef((e,n)=>{const{activeItem:i,setActiveItem:r,popupPosition:s,setIsOpenModal:a,itemsOptions:h}=e,c=h.find(l=>l.id===i.listingId);return Oe(n,()=>{r(null),a(!1)}),c?o.jsxs("div",{className:ie.modal,onClick:l=>{l.stopPropagation()},style:{top:`${s.top}px`,left:`${s.left}px`},children:[o.jsxs("div",{className:ie.top,children:[o.jsx("h3",{dangerouslySetInnerHTML:{__html:Ce.splitTextIntoSpans(c.productData.name)}}),o.jsx("div",{className:ie.closeIcon,children:o.jsx(L,{name:"X",height:20,width:20,onClick:()=>{a(!1),r(null)}})})]}),o.jsx("div",{className:ie.modalOptions,children:o.jsx(Re,{label:"Put up an attractive image",activeImage:c.productData.images.length>0?c.productData.images[0].cfId:i.image?i.image:void 0,onChange:l=>{const m={...i,image:l[0]};r(m)}})})]}):null});function Di(e){const{product:n,children:i}=e,{attributes:r,listeners:s,setNodeRef:a,transform:h,transition:c,isDragging:l}=U.useSortable({id:String(n.listingId)}),m={transform:U.CSS.Transform.toString(h),transition:c};return o.jsx("div",{ref:a,style:m,className:`${ie.product} ${l?ie.dragging:""}`,...r,...s,children:i})}const Mi=e=>{const{isActiveItems:n,setIsActiveItems:i,items:r,setItems:s,other:a,title:h,subtitle:c,editable:l=!0,draggable:m=!1,withImage:g=!1,deletable:v=!0,addable:C=!0,itemsType:S,itemsOptions:w,limit:p,aspectRatio:u,setAspectRatio:d}=e,[b,_]=f.useState(null),[x,A]=f.useState({top:0,left:0}),[j,N]=f.useState(!1),y=U.useSensors(U.useSensor(U.PointerSensor,{activationConstraint:{distance:5}}));f.useEffect(()=>{const H=()=>{_(null),N(!1)};return document.body.addEventListener("click",H),_(null),N(!1),()=>{_(null),N(!1),document.body.removeEventListener("click",H)}},[]),f.useEffect(()=>{if(b){const H=[...r].map(z=>z.listingId===b.listingId?b:z);s(H)}},[b]);const B=(H,z)=>{H.stopPropagation();const F=H.target.getBoundingClientRect(),O=100,q=window.innerHeight;let E=F.top+window.scrollY;E+O>q&&(E=q-O-20),N(!0),A({top:E-80,left:F.left-30}),_(z)};function T(H){if(g)return H?o.jsx("img",{src:`https://imagedelivery.net/${H}/w=50`,alt:"image",width:16,height:16}):o.jsx(L,{name:"Image",width:16,height:16,fill:"#757575"})}const M=H=>{const{active:z,over:F}=H;if(F&&z.id!==F.id){const O=r.findIndex(E=>String(E.listingId)===z.id),q=r.findIndex(E=>String(E.listingId)===F.id);if(O!==-1&&q!==-1){const E=[...r],[ne]=E.splice(O,1);E.splice(q,0,ne),s(E)}}},k=()=>{N(!1),_(null)},P=H=>{const z=w.find(O=>H.listingId===O.id);if(!z)return null;const F=o.jsxs(o.Fragment,{children:[m&&o.jsx("div",{children:o.jsx(L,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),S==="select"&&o.jsx(ce,{onChange:O=>{const q=[...r],E=w.find(Y=>Y.productData.name===O);if(!E)return;const ne={listingId:E.id,image:E.productData.images.length>0?E.productData.images[0].cfId:""},ee=q.map(Y=>Y.listingId===H.listingId?ne:Y);_(ne),s([...ee])},value:z.productData.name,options:[...w.filter(O=>!r.find(q=>q.listingId===O.id)).map(O=>O.productData.name)],leftAddonOptions:w.map(O=>{var q;return{value:O.productData.name,addon:T(((q=O.productData.images[0])==null?void 0:q.cfId)||"")}})}),o.jsxs("div",{className:ie.buttons,children:[l&&o.jsx("div",{className:ie.deleteButton,children:o.jsx(L,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:O=>B(O,H)})}),v&&o.jsx("div",{className:ie.deleteButton,children:o.jsx(L,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>s(r.filter(O=>O!==H))})})]})]});return m?o.jsx(Di,{product:H,children:F},H.listingId):o.jsx("div",{className:ie.product,children:F},H.listingId)},G=f.useRef(null);return o.jsxs("div",{className:ie.productsBlock,children:[(h||n!==void 0)&&o.jsxs("div",{className:ie.top,children:[h&&o.jsx("h3",{className:ie.title,children:h}),n!==void 0&&o.jsx(he,{current:n,onChange:H=>i==null?void 0:i(H)})]}),j&&b&&o.jsx(ji,{ref:G,activeItem:b,setActiveItem:_,setIsOpenModal:N,popupPosition:x,itemsOptions:w}),n&&o.jsxs("div",{className:ie.products,children:[c&&o.jsx("h5",{className:ie.subtitle,children:c}),m?o.jsx(U.DndContext,{sensors:y,onDragEnd:M,onDragStart:k,children:o.jsx(U.SortableContext,{items:r.map(H=>String(H.listingId)),strategy:U.verticalListSortingStrategy,children:r.map(H=>P(H))})}):r.map(H=>P(H)),C&&o.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:o.jsx(ve,{withoutHover:!0,className:ie.button,size:"s",onClick:()=>{const H=[...r];for(let z=0;z<w.length;z++)if(!r.find(F=>F.listingId===w[z].id)){H.push({listingId:w[z].id,image:w[z].productData.images.length>0?w[z].productData.images[0].cfId:""});break}s(H)},disabled:r.length===(p||w.length),style:{width:"fit-content"},children:o.jsxs("div",{className:ie.addButton,children:[o.jsx("span",{children:"Add Option"}),o.jsx(L,{name:"Plus",width:16,height:16})]})})})]}),u&&d&&o.jsx(ce,{value:u,options:Object.keys(I.aspectRatio),onChange:H=>d(H),leftAddonOptions:I.aspectRatioOptions}),n&&a!==void 0&&o.jsx($e,{otherTitle:"Other",items:a})]})},Hi="_options_s4lx3_1",Ri="_price_s4lx3_18",Oi="_oldPrice_s4lx3_25",Ui="_newPrice_s4lx3_34",Ei="_animate_s4lx3_42",qi="_meta_s4lx3_60",$i="_info_s4lx3_66",Gi="_infoRight_s4lx3_75",Wi="_buttons_s4lx3_82",zi="_variants_s4lx3_89",Vi="_variant_s4lx3_89",Xi="_stock_s4lx3_107",Ki="_variantInfo_s4lx3_115",Ji="_quantity_s4lx3_122",Yi="_button_s4lx3_82",Qi="_activeVariant_s4lx3_168",Zi="_chargeTypes_s4lx3_172",ea="_charge_s4lx3_172",ta="_chargeActive_s4lx3_197",oa="_title_s4lx3_205",W={options:Hi,price:Ri,oldPrice:Oi,newPrice:Ui,animate:Ei,meta:qi,info:$i,infoRight:Gi,buttons:Wi,variants:zi,variant:Vi,stock:Xi,variantInfo:Ki,quantity:Ji,button:Yi,activeVariant:Qi,chargeTypes:Zi,charge:ea,chargeActive:ta,title:oa},na="_wrapper_ipyfg_1",ra="_label_ipyfg_9",ia="_input_ipyfg_18",aa="_disabled_ipyfg_31",sa="_paddingless_ipyfg_36",la="_content_ipyfg_47",ca="_contentBorder_ipyfg_60",pa="_contentField_ipyfg_65",ha="_contentIsAntistock_ipyfg_69",ma="_borderless_ipyfg_74",da="_rightIcon_ipyfg_79",ua="_leftIcon_ipyfg_87",ga="_requiredStar_ipyfg_94",le={wrapper:na,label:ra,input:ia,disabled:aa,paddingless:sa,content:la,contentBorder:ca,contentField:pa,contentIsAntistock:ha,borderless:ma,rightIcon:da,leftIcon:ua,requiredStar:ga},Qe=e=>{const{onChange:n,style:i,label:r,value:s,type:a="text",min:h,max:c,placeholder:l,disabled:m=!1,required:g=!1,regex:v,paddingless:C=!1,borderless:S=!1,editable:w=!1,isSearch:p=!1,centered:u=!1,maxSymbols:d,rightIcon:b,onFocus:_,leftIcon:x}=e,{themeSettings:A}=I.useThemeSettingsStore(),{isAntistock:j}=I.useGeneralStore(),{inputs:N}=A,[y,B]=f.useState(!1);function T(k){if(Number(k)<0)return String(h);const P=k.replace(/[^\d-]/g,"");return Number(P)<0?String(h):P}function M(k){if(!g||!v)return!0;try{return new RegExp(v).test(k)}catch(P){return console.error("Invalid regex pattern:",v,P),!0}}return o.jsxs("div",{className:le.wrapper,children:[r&&o.jsxs("label",{className:le.label,htmlFor:r,style:{color:j?"var(--text-secondary)":void 0},children:[r,g&&o.jsx("span",{className:le.requiredStar,children:"*"})]}),o.jsxs("div",{className:I.clx(le.content,{[le.contentBorder]:!j&&N.border.active,[le.contentField]:N.field.active,[le.disabled]:m,[le.contentIsAntistock]:j}),style:{...i},children:[x&&o.jsx("div",{className:le.leftIcon,children:x}),o.jsx("input",{maxLength:d,id:r,type:a||"text",onChange:k=>{if(a==="text")n(k.target.value);else{const P=T(k.target.value);n(P)}},value:s,autoComplete:"off",placeholder:l||"Type something...",className:I.clx(le.input,{[le.required]:y&&g&&!M(s),[le.paddingless]:C,[le.borderless]:S}),min:a==="number"?h:void 0,max:a==="number"?c:void 0,onFocus:()=>{_==null||_(),B(!0)},disabled:m,style:{textAlign:u?"center":"left",padding:p?`7px ${Number(N.general.size)+20}px 7px ${x?35:11}px`:j?`4.5px ${b?35:11}px 4px ${x?35:11}px`:`7px ${b?35:11}px 7px ${x?35:11}px`}}),b&&o.jsx("div",{className:le.rightIcon,children:b}),p&&o.jsx("div",{className:le.rightIcon,children:o.jsx(L,{name:"MagnifyingGlass",fill:"var(--text-secondary)",width:N.general.size,height:N.general.size})}),w&&o.jsx("div",{children:o.jsx(L,{name:"Sliders",width:20,height:20,hoverable:!0})})]})]})},Sa="_loader_1kbu3_1",Ia="_loaderAntistock_1kbu3_18",bt={loader:Sa,loaderAntistock:Ia},mt=e=>{const{isAntistock:n}=I.useGeneralStore();return n?o.jsx("span",{className:bt.loaderAntistock,style:{width:"15px",height:"15px",borderWidth:"2px"}}):o.jsx("div",{className:bt.loader,...e})},Ca="_tip_q9ixw_1",fa="_text_q9ixw_12",ba="_warning_q9ixw_18",ya="_error_q9ixw_23",wa="_success_q9ixw_28",xa="_hide_q9ixw_33",De={tip:Ca,text:fa,warning:ba,error:ya,success:wa,hide:xa},yt={warning:"#C1972A",error:"#FF3F19",success:"#338B13"},jt=e=>{const{type:n,message:i,style:r,padding:s,id:a}=e,[h,c]=f.useState(!1);return o.jsx("div",{style:{padding:s},children:o.jsxs("div",{className:I.clx(De.tip,{[De.warning]:n==="warning",[De.error]:n==="error",[De.success]:n==="success",[De.hide]:h}),style:r,children:[o.jsx("div",{children:o.jsx(L,{name:"Info",fill:yt[n],width:20,height:20})}),o.jsx("div",{className:De.text,id:a,children:i}),o.jsx("div",{children:o.jsx(L,{name:"X",fill:yt[n],width:20,height:20,hoverable:!0,onClick:()=>c(!0)})})]})})},_a="_customCheckbox_w9x8g_1",va="_checkboxBox_w9x8g_7",ka="_checked_w9x8g_23",Ta="_icon_w9x8g_31",Ge={customCheckbox:_a,checkboxBox:va,checked:ka,icon:Ta},Dt=e=>{const{value:n,onChange:i}=e,[r,s]=f.useState(n),a=()=>{s(!r),i(!r)};return f.useEffect(()=>{s(n)},[n]),o.jsxs("label",{className:Ge.customCheckbox,onClick:h=>h.stopPropagation(),children:[o.jsx("input",{type:"checkbox",checked:r,onChange:a,style:{display:"none"}}),o.jsx("span",{className:I.clx(Ge.checkboxBox,{[Ge.checked]:r})}),r&&o.jsx("div",{className:Ge.icon,children:o.jsx(L,{name:"Check",width:14,height:14,fill:"#ff3f19"})})]})},La="_wrapper_d9z4o_1",Pa="_label_d9z4o_10",Aa="_contentBorder_d9z4o_19",Ba="_textarea_d9z4o_23",Fa="_contentField_d9z4o_35",Na="_antistock_d9z4o_49",ja="_length_d9z4o_58",ke={wrapper:La,label:Pa,contentBorder:Aa,textarea:Ba,contentField:Fa,antistock:Na,length:ja},Da=e=>{const{onChange:n,label:i,value:r,maxLength:s,placeholder:a="Type something...",type:h="text",required:c=!1}=e,[l,m]=f.useState(r.length),{themeSettings:g}=I.useThemeSettingsStore(),{isAntistock:v}=I.useGeneralStore();function C(S){return h==="number"?S.replace(/[^\d\n]+/g,""):S}return o.jsxs("div",{className:ke.wrapper,children:[i&&o.jsxs("label",{className:ke.label,htmlFor:i,style:{color:v?"var(--text-secondary)":void 0},children:[i,c&&o.jsx("span",{className:ke.requiredStar,children:"*"})]}),o.jsx("textarea",{id:i,value:r,onChange:S=>{const w=C(S.target.value);m(w.length),n(w)},placeholder:a,className:I.clx(ke.textarea,{[ke.contentBorder]:g.inputs.border.active,[ke.contentField]:g.inputs.field.active,[ke.antistock]:v}),maxLength:s}),s&&o.jsxs("div",{className:ke.length,children:[l,"/",s]})]})};var dt=(e=>(e.ONE_TIME="One-Time",e.RECURRING="Subscribe & Save",e))(dt||{});const Mt=e=>{var j,N;const{product:n,setIsOpen:i,isCartEnabled:r=!0}=e,{variants:s}=n,[a,h]=f.useState(s[0]),[c,l]=f.useState(a.chargeTypes?a.chargeTypes[0]:"ONE_TIME"),{notifications:m,setNotifications:g}=I.useNotificationStore(),v=I.useNavigate(),[C,S]=f.useState(1),{cart:w,reset:p,addProductToCart:u}=Pe.useCart(),[d,b]=f.useState(!1);f.useEffect(()=>{b(!0);const y=setTimeout(()=>b(!1),600);return()=>clearTimeout(y)},[C]);async function _(){try{u({productId:n.id,productVariantId:a.id,chargeType:c,quantity:C}),g([...m,{id:I.v4(),message:"Product added to cart",status:"success"}])}catch(y){const B=y;g([...m,{id:I.v4(),message:`Product failed to add to cart: ${B.message}`,status:"error"}])}i==null||i(!1)}function x(){p(),_(),v("/checkout")}function A(y){if(y>=864e5){const P=Math.floor(y/864e5);return`${P} ${P===1?"day":"days"}`}else if(y>=36e5){const P=Math.floor(y/36e5);return`${P} ${P===1?"hour":"hours"}`}else if(y>=6e4){const P=Math.floor(y/6e4);return`${P} ${P===1?"minute":"minutes"}`}else{const P=Math.floor(y/1e3);return`${P} ${P===1?"second":"seconds"}`}}return f.useEffect(()=>{a.quantity&&a.quantity.available===0?S(0):S(1)},[a.quantity.available]),f.useEffect(()=>{a.chargeTypes&&l(a.chargeTypes.includes(c)?c:a.chargeTypes[0])},[a.chargeTypes]),o.jsxs("div",{className:W.options,children:[a.chargeTypes&&a.chargeTypes.length>1&&o.jsx("div",{className:W.chargeTypes,children:a.chargeTypes.map(y=>o.jsx("div",{className:I.clx(W.charge,{[W.chargeActive]:c===y}),onClick:()=>l(y),children:dt[y]},y))}),o.jsx("div",{className:W.variants,children:s.filter(y=>{var B;return(B=y.chargeTypes)==null?void 0:B.includes(c)}).map(y=>{var B,T;return o.jsxs("div",{className:I.clx(W.variant,{[W.activeVariant]:a.id===y.id}),onClick:()=>{h(y),S(1)},children:[o.jsxs("div",{className:W.variantInfo,children:[o.jsx("span",{className:W.title,id:"h4",dangerouslySetInnerHTML:{__html:Ce.splitTextIntoSpans(y.name)}}),o.jsxs("span",{id:"md",children:[I.formatPrice({amount:c==="ONE_TIME"?y.price.amount:y.subscriptionSettings?y.subscriptionSettings.price.amount:0,currency:c==="ONE_TIME"?y.price.currency:y.subscriptionSettings?y.subscriptionSettings.price.currency:"USD"})," ",c==="RECURRING"&&y.subscriptionSettings&&` / ${I.normalizeInterval(y.subscriptionSettings.recurringIntervalDays||0)}`]})]}),o.jsx("div",{id:"md",children:c==="ONE_TIME"&&o.jsxs("span",{className:W.stock,id:"md",children:[(B=y.quantity.restrictions)!=null&&B.max||y.quantity.available!==void 0?((T=y.quantity.restrictions)==null?void 0:T.max)||y.quantity.available:"∞"," ","in stock"]})})]},y.id)})}),c==="ONE_TIME"&&o.jsxs("div",{className:W.quantity,id:"md",children:[o.jsx(J,{type:"Secondary",onClick:()=>{C>1?S(y=>y-1):S(1)},className:W.button,disabled:a.quantity.available&&a.quantity.restrictions&&C<=a.quantity.restrictions.min||a.quantity.available===0,children:o.jsx(L,{name:"Minus"})}),o.jsx(Qe,{type:"number",value:String(C),onChange:y=>{a.quantity.available&&Number(y)>a.quantity.available?S(a.quantity.available):S(Number(y))},max:((j=a.quantity.restrictions)==null?void 0:j.max)||a.quantity.available||Number.POSITIVE_INFINITY,min:((N=a.quantity.restrictions)==null?void 0:N.min)||0,centered:!0,disabled:a.quantity&&a.quantity.available===0||Object.keys(a.quantity.restrictions||{}).length!==0&&C>=a.quantity.restrictions.max}),o.jsx(J,{type:"Secondary",onClick:()=>{S(y=>y+1)},className:W.button,disabled:!!(a.quantity.available&&a.quantity.restrictions&&C>=a.quantity.restrictions.max||a.quantity.available===0||a.quantity.available&&C>=a.quantity.available),children:o.jsx(L,{name:"Plus"})})]}),o.jsxs("div",{className:W.meta,children:[o.jsxs("div",{className:W.info,children:[o.jsx("span",{id:"md",children:"Delivery"}),o.jsxs("div",{className:W.infoRight,children:[o.jsx(L,{name:"Lightning",fill:"var(--text-action)",width:20,height:20}),o.jsx("span",{id:"md",children:!a.deliveryTime||a.deliveryTime===0?"Instant":A(a.deliveryTime)})]})]}),o.jsxs("div",{className:W.info,children:[o.jsx("span",{id:"md",children:"Price"}),o.jsx("div",{className:W.infoRight,children:c==="ONE_TIME"?a.compareAtPrice&&(a.compareAtPrice.amount||0)-(a.price.amount||0)>0?o.jsxs("div",{className:W.price,id:"md",children:[o.jsx("span",{className:I.clx(W.newPrice,{[W.animate]:d}),children:I.formatPrice({amount:a.price.amount*C,currency:a.price.currency})}),o.jsx("span",{className:W.oldPrice,id:"md",children:I.formatPrice({amount:a.compareAtPrice.amount*C,currency:a.compareAtPrice.currency})})]}):o.jsx("span",{className:I.clx(W.newPrice,{[W.animate]:d}),id:"md",children:I.formatPrice({amount:a.price.amount*C,currency:a.price.currency})}):a.subscriptionSettings&&a.subscriptionSettings.compareAtPrice&&(a.subscriptionSettings.compareAtPrice.amount||0)-(a.subscriptionSettings.price.amount||0)>0?o.jsxs("div",{className:W.price,id:"md",children:[o.jsx("span",{className:I.clx(W.newPrice,{[W.animate]:d}),id:"md",children:I.formatPrice({amount:a.subscriptionSettings.price.amount*C,currency:a.subscriptionSettings.price.currency})}),o.jsx("span",{className:W.oldPrice,id:"md",children:I.formatPrice({amount:a.subscriptionSettings.compareAtPrice.amount*C,currency:a.subscriptionSettings.compareAtPrice.currency})})]}):a.subscriptionSettings&&o.jsx("span",{className:I.clx(W.newPrice,{[W.animate]:d}),id:"md",children:I.formatPrice({amount:a.subscriptionSettings.price.amount*C,currency:a.subscriptionSettings.price.currency})})})]})]}),o.jsxs("div",{className:W.buttons,children:[o.jsx(J,{type:"Primary",onClick:()=>x(),disabled:a.quantity&&a.quantity.available===0||C===0,children:c==="ONE_TIME"?"Buy Now":"Subscribe Now"}),c==="ONE_TIME"&&r&&o.jsx(J,{type:"Secondary",onClick:()=>_(),disabled:a.quantity&&a.quantity.available===0||C===0,children:w.parts.some(y=>y.productId===n.id&&y.productVariantId===a.id)?"Add More":"Add to Cart"})]})]})},Ma="_buttons_1uy6y_23",Ha="_modal_1uy6y_32",Ra="_closing_1uy6y_65",Oa="_info_1uy6y_114",Ua="_top_1uy6y_121",Ea="_title_1uy6y_132",qa="_clear_1uy6y_139",$a="_activeClear_1uy6y_146",Ga="_count_1uy6y_150",Wa="_cart_1uy6y_165",za="_empty_1uy6y_173",Va="_product_1uy6y_199",Xa="_products_1uy6y_208",Ka="_image_1uy6y_216",Ja="_productInfo_1uy6y_233",Ya="_content_1uy6y_240",Qa="_name_1uy6y_246",Za="_price_1uy6y_252",es="_productButtons_1uy6y_258",ts="_productButton_1uy6y_258",os="_productCount_1uy6y_275",ns="_bottom_1uy6y_292",rs="_subtotal_1uy6y_300",is="_block_1uy6y_308",as="_shoppingCount_1uy6y_315",ss="_total_1uy6y_335",ls="_link_1uy6y_341",cs="_userInfo_1uy6y_348",ps="_pagesMobileModal_1uy6y_360",hs="_pagesMobileModalContent_1uy6y_374",ms="_pagesMobileModalHeader_1uy6y_380",ds="_pagesMobileModalFooter_1uy6y_390",us="_pageLink_1uy6y_397",gs="_rightButtons_1uy6y_406",$={buttons:Ma,modal:Ha,closing:Ra,info:Oa,top:Ua,title:Ea,clear:qa,activeClear:$a,count:Ga,cart:Wa,empty:za,product:Va,products:Xa,image:Ka,productInfo:Ja,content:Ya,name:Qa,price:Za,productButtons:es,productButton:ts,productCount:os,bottom:ns,subtotal:rs,block:is,shoppingCount:as,total:ss,link:ls,userInfo:cs,pagesMobileModal:ps,pagesMobileModalContent:hs,pagesMobileModalHeader:ms,pagesMobileModalFooter:ds,pageLink:us,rightButtons:gs,delete:"_delete_1uy6y_413"},Ss=e=>{const{shopping:n,signUp:i,isShowUserInfo:r=!0}=e;return o.jsx(o.Fragment,{children:(n||r)&&o.jsxs("div",{className:$.buttons,children:[n&&o.jsx(Ht,{}),r&&o.jsx(ut,{signUp:i})]})})},Ht=()=>{const[e,n]=f.useState(!1),[i,r]=f.useState([]),[s,a]=f.useState(!1),{cart:h,products:c}=Pe.useCart();f.useEffect(()=>{(async()=>{const C=h.parts.map(p=>String(p.productId)),S=c.filter(p=>C.includes(String(p.id)))||[],w=h.parts.map(p=>{const u=S.find(d=>d.id===p.productId);return u?{...u,activeVariantId:p.productVariantId,quantity:p.quantity,chargeType:p.chargeType}:null}).filter(Boolean);r(w)})()},[h.parts,c]);function l(v){return!v||!(v!=null&&v.variants)?!1:v.chargeType==="RECURRING"}const m=h.parts.length>0&&i.length>0&&!l(i[0]);function g(){a(!1),setTimeout(()=>{n(!1)},300)}return o.jsxs(o.Fragment,{children:[o.jsxs(J,{type:"Secondary",style:{padding:10,position:"relative"},onClick:v=>{v.stopPropagation(),window.location.pathname.includes("/admin/builder")||(n(!0),a(!0))},children:[o.jsx(L,{name:"Handbag"}),m&&o.jsx("div",{className:$.shoppingCount,children:h.parts.length})]}),e&&o.jsx(Ue,{close:g,withAnimation:!1,children:o.jsx(Rt,{activeProducts:i,isCartNotEmpty:m,isOpen:s,close:g})})]})},Rt=e=>{var p,u;const{activeProducts:n,isCartNotEmpty:i,isOpen:r,close:s}=e,{cart:a,reset:h,getTotalAndDiscount:c,updateQuantityOfProduct:l,removeProduct:m}=Pe.useCart(),g=I.useNavigate();function v(d,b){g(d,{replace:b})}function C(d){d.quantity&&l({productId:d.id,productVariantId:d.activeVariantId,quantity:d.quantity+1,chargeType:d.chargeType})}function S(d){d.quantity&&l({productId:d.id,productVariantId:d.activeVariantId,quantity:d.quantity-1,chargeType:d.chargeType})}function w(d){m({productId:d.id,productVariantId:d.activeVariantId,quantity:d.quantity||1,chargeType:d.chargeType})}return o.jsxs("div",{className:I.clx($.modal,{[$.closing]:!r}),onClick:d=>d.stopPropagation(),children:[o.jsxs("div",{className:$.top,children:[o.jsxs("div",{className:$.info,children:[o.jsx("span",{className:$.title,id:"h4",children:"Cart"}),i&&o.jsx("div",{className:$.count,id:"md",children:a.parts.length})]}),o.jsxs("div",{className:$.rightButtons,children:[i&&o.jsx("button",{className:I.clx($.clear,{[$.activeClear]:i}),disabled:!i,onClick:h,id:"md",children:"Clear all"}),o.jsx(L,{name:"X",onClick:s,hoverable:!0,width:24,height:24,fill:"var(--text-primary)"})]})]}),i?o.jsxs("div",{className:$.cart,children:[o.jsx("div",{className:$.products,children:n.map(d=>{var b,_;return o.jsxs("div",{className:$.product,children:[o.jsxs("div",{className:$.productInfo,children:[d.images.length>0?o.jsx("img",{src:`https://imagedelivery.net/${d.images[0].cfId}/w=500`,alt:"image",width:"100%",height:"100%",className:$.image}):o.jsx("div",{className:$.image,children:o.jsx(L,{name:"Image",fill:"var(--text-secondary)"})}),o.jsxs("div",{className:$.content,children:[o.jsx("div",{className:$.name,dangerouslySetInnerHTML:{__html:Ce.splitTextIntoSpans(((b=d.variants.find(x=>x.id===d.activeVariantId))==null?void 0:b.name)||d.name)}}),o.jsx("div",{className:$.price,children:I.formatPrice({amount:d.variants.find(x=>x.id===d.activeVariantId).price.amount*((d==null?void 0:d.quantity)||1),currency:d.variants.find(x=>x.id===d.activeVariantId).price.currency})})]})]}),o.jsxs("div",{className:$.productButtons,children:[o.jsx(J,{type:"Secondary",onClick:()=>{d.quantity!==1&&S(d)},className:$.productButton,disabled:d.quantity===1,children:o.jsx(L,{name:"Minus",fill:"#757575",width:20,height:20})}),o.jsx("input",{className:$.productCount,type:"number",value:((_=d.quantity)==null?void 0:_.toString())||"",onChange:x=>{const A=Math.min(Number(x.target.value),d.variants.find(j=>j.id===d.activeVariantId).quantity.available||1/0);A<1||l({productId:d.id,productVariantId:d.activeVariantId,quantity:A,chargeType:d.chargeType})},min:1,max:d.variants.find(x=>x.id===d.activeVariantId).quantity.available||1/0}),o.jsx(J,{type:"Secondary",onClick:()=>C(d),className:$.productButton,disabled:d.quantity===d.variants.find(x=>x.id===d.activeVariantId).quantity.available,children:o.jsx(L,{name:"Plus",fill:"#757575",width:20,height:20})}),o.jsx("div",{className:$.delete,children:o.jsx(L,{name:"Trash",fill:"var(--text-action)",width:20,height:20,onClick:()=>w(d),hoverable:!0})})]})]},d.id)})}),o.jsxs("div",{className:$.bottom,children:[o.jsxs("div",{className:$.subtotal,children:[o.jsxs("div",{className:$.block,children:[o.jsx("span",{children:"Subtotal"}),o.jsx(L,{name:"Info",width:20,height:20,fill:"#757575"})]}),o.jsx("div",{className:$.total,children:I.formatPrice({amount:c().total,currency:a.parts.length>0&&((u=(p=n.find(d=>d.id===a.parts[0].productId))==null?void 0:p.variants.find(d=>d.id===a.parts[0].productVariantId))==null?void 0:u.price.currency)||"USD"})})]}),o.jsx(J,{onClick:()=>v("/checkout",!1),children:"Checkout"})]})]}):o.jsx(Ot,{})]})},Ot=()=>o.jsxs("div",{className:$.empty,children:[o.jsx("div",{children:o.jsx(L,{name:"Handbag",fill:"var(--text-secondary)"})}),o.jsx("span",{id:"h5",children:"Empty Cart"}),o.jsxs("span",{id:"md",children:["You don’t have any items in your shopping cart yet,"," ",o.jsx("a",{href:"/products",className:$.link,id:"md",children:"view products"})]})]}),ut=({signUp:e,close:n})=>{const{token:i}=I.useStorefrontStore(),r=I.useNavigate(),[s,a]=f.useState("test-email@gmail.com");f.useEffect(()=>{i&&(async()=>{if(!i)return;const l=I.jwtDecode(i);a(l.email)})()},[i]);function h(c){window.location.pathname.includes("/admin/builder")||r(c)}return i?o.jsx(J,{type:"Secondary",className:$.userInfo,onClick:()=>{h("/customer-dash"),n==null||n()},children:o.jsx("div",{children:s||"test-email@gmail.com"})}):o.jsxs(o.Fragment,{children:[o.jsx(J,{onClick:()=>{h("/customer-dash"),n==null||n()},type:"Secondary",style:{padding:10},children:"Login"}),e&&o.jsx(J,{onClick:()=>{h("/customer-dash"),n==null||n()},type:"Primary",style:{padding:10,whiteSpace:"nowrap"},children:"Sign Up"})]})},Ut=({logo:e,setIsOpen:n,signUp:i,pages:r})=>{const{setIsOpen:s}=I.useModalStore(),a=()=>{s(!1),setTimeout(()=>{n(!1),s(!0)},300)};return o.jsxs("div",{className:$.pagesMobileModal,onClick:h=>h.stopPropagation(),children:[o.jsxs("div",{className:$.pagesMobileModalHeader,children:[o.jsx("div",{children:e}),o.jsx(J,{type:"Secondary",onClick:a,children:o.jsx(L,{name:"X"})})]}),o.jsx("div",{className:$.pagesMobileModalContent,children:r.length>0&&r.map(h=>o.jsx("div",{className:$.pageLink,onClick:a,children:o.jsx(gt,{path:h.path,children:h.name["en-US"]},h.id)}))}),o.jsx("div",{className:$.pagesMobileModalFooter,children:o.jsx(ut,{signUp:i,close:a})})]})},Is=({logo:e,signUp:n,pages:i})=>{const[r,s]=f.useState(!1);return o.jsxs(o.Fragment,{children:[o.jsx(Et,{setIsOpenModal:s}),r&&o.jsx(Ue,{close:()=>s(!1),hasPadding:!1,children:o.jsx(Ut,{logo:e,setIsOpen:s,signUp:n,pages:i})})]})},Et=e=>{const{setIsOpenModal:n}=e;return o.jsx(J,{type:"Secondary",style:{padding:10},onClick:i=>{i.stopPropagation(),window.location.pathname.includes("/admin/builder")||n(!0)},children:o.jsx(L,{name:"List"})})},Cs="_share_onabp_1",fs="_modal_onabp_8",bs="_header_onabp_20",ys="_title_onabp_46",ws="_copyWrapper_onabp_53",xs="_copyText_onabp_62",_s="_copyTextMobile_onabp_75",vs="_copyTextMiniMobile_onabp_94",Te={share:Cs,modal:fs,header:bs,title:ys,copyWrapper:ws,copyText:xs,copyTextMobile:_s,copyTextMiniMobile:vs},ks="_modal_1iz94_1",Ts="_padding_1iz94_17",Ls="_content_1iz94_21",Ps="_close_1iz94_42",We={modal:ks,padding:Ts,content:Ls,close:Ps},Ue=e=>{const{close:n,children:i,withAnimation:r=!0,hasPadding:s=!0}=e,{isOpen:a,setIsOpen:h}=I.useModalStore(),{themeSettings:c}=I.useThemeSettingsStore(),{isAntistock:l}=Pe.useGeneralInfo(),m=v=>{const C=v.replace("#","");if(!/^[0-9A-Fa-f]{3}$|^[0-9A-Fa-f]{6}$/.test(C))return console.warn("Invalid hex color:",v),v;let S=C;return C.length===3&&(S=C.split("").map(w=>w+w).join("")),`#${S}e6`},g=()=>{h(!1),r?setTimeout(()=>{n(!1),h(!0)},300):(n(!1),h(!0))};return f.useEffect(()=>{const v=C=>{C.key==="Escape"&&g()};return document.addEventListener("keydown",v),()=>{document.removeEventListener("keydown",v)}},[]),Kt.createPortal(o.jsx("div",{className:I.clx(We.modal,{[We.padding]:s}),style:{backgroundColor:l?m(c.colors.surface.primary):void 0},onClick:g,children:r?o.jsx("div",{className:I.clx(We.content,{[We.close]:!a}),children:i}):o.jsx(o.Fragment,{children:i})}),document.body)},As=({title:e="Copy Product Link"})=>{const{isOpenModal:n,setIsOpenModal:i}=I.useShareLinkStore();function r(){i(!0)}return o.jsxs(o.Fragment,{children:[o.jsx(J,{className:Te.share,onClick:s=>{s.stopPropagation(),r()},type:"Secondary",children:o.jsx(L,{name:"Share",fill:"#757575",hoverable:!0})}),n&&o.jsx(Ue,{close:i,children:o.jsx(Bs,{title:e})})]})},Bs=({title:e="Copy Product Link"})=>{const{setIsOpenModal:n}=I.useShareLinkStore(),{notifications:i,setNotifications:r}=I.useNotificationStore(),{setIsOpen:s}=I.useModalStore(),a=window.location.href;function h(){navigator.clipboard.writeText(a),r([...i,{id:I.v4(),message:"Link copied to clipboard",status:"success"}])}function c(){s(!1),setTimeout(()=>{n(!1),s(!0)},300)}function l(m,g){return m.length>g?m.slice(0,g)+"...":m}return o.jsxs("div",{className:Te.modal,onClick:m=>m.stopPropagation(),children:[o.jsxs("div",{className:Te.header,children:[o.jsx("div",{className:Te.title,id:"h4",children:e}),o.jsx(L,{name:"X",fill:"#757575",onClick:c,hoverable:!0})]}),o.jsxs("div",{className:Te.copyWrapper,children:[o.jsxs(J,{type:"Secondary",onClick:h,style:{flex:1},children:[o.jsx("div",{className:Te.copyText,id:"md",children:l(a,100)}),o.jsx("div",{className:Te.copyTextMobile,id:"md",children:l(a,40)}),o.jsx("div",{className:Te.copyTextMiniMobile,id:"md",children:l(a,20)})]}),o.jsx(J,{type:"Secondary",onClick:h,children:i.find(m=>m.message==="Link copied to clipboard")?o.jsx(L,{name:"Check"}):o.jsx(L,{name:"Copy"})})]})]})},Fs="_accordion_153d4_1",Ns="_header_153d4_12",js="_icon_153d4_21",Ds="_open_153d4_24",Ms="_content_153d4_28",Hs="_contentOpen_153d4_36",Rs="_contentText_153d4_40",Ae={accordion:Fs,header:Ns,icon:js,open:Ds,content:Ms,contentOpen:Hs,contentText:Rs},Os=({title:e,content:n,defaultOpen:i=!1})=>{const[r,s]=f.useState(i),[a,h]=f.useState(0),c=f.useRef(null),l=()=>{s(!r)};return f.useEffect(()=>{c.current&&h(r?c.current.scrollHeight:0)},[r]),o.jsxs("div",{className:Ae.accordion,children:[o.jsxs("div",{className:Ae.header,onClick:l,children:[o.jsx("h5",{id:"h5",children:e}),o.jsx("div",{className:I.clx(Ae.icon,{[Ae.open]:r}),children:o.jsx(L,{name:"CaretDown"})})]}),o.jsx("div",{className:I.clx(Ae.content,{[Ae.contentOpen]:r}),children:o.jsx("p",{id:"md",className:Ae.contentText,ref:c,style:{height:`${a}px`,marginTop:`${a>0?"20px":"0px"}`},children:n})})]})},gt=({children:e,path:n,className:i,target:r="_self",id:s})=>{if(window.location.pathname.includes("/admin/builder"))return o.jsx("div",{className:i,role:"link",style:{cursor:"pointer"},id:s,children:e});const a=I.useNavigate(),h=/^https?:\/\//.test(n),c=l=>{h||r==="_blank"?r==="_blank"?window.open(n,"_blank"):window.open(n,"_self"):(l.preventDefault(),a(n,{replace:!1}))};return o.jsx("div",{onClick:c,className:i,role:"link",style:{cursor:"pointer"},id:s,children:e})},Us="_buttonsBlock_1x6xf_1",Es="_cartDisabled_1x6xf_25",wt={buttonsBlock:Us,cartDisabled:Es},qs=e=>{var g,v;const{setIsOpen:n,setModalType:i,productId:r,isCartEnabled:s=!0}=e,{cart:a}=Pe.useCart(),{pageContext:h}=I.usePagesStore(),c=(g=h==null?void 0:h.listings)==null?void 0:g.find(C=>C.id===r);if(!c)return null;const l=(v=h==null?void 0:h.products)==null?void 0:v.find(C=>C.uniquePath===c.productData.uniquePath);if(!l)return null;const m=a.parts.find(C=>C.productId===l.id);return o.jsxs("div",{className:I.clx(wt.buttonsBlock,{[wt.cartDisabled]:!s}),onClick:C=>C.stopPropagation(),children:[s&&o.jsx(J,{type:"Secondary",style:{width:"100%"},onClick:()=>{i("Add To Cart"),n(!0)},children:m?"Add More":"Add To Cart"}),o.jsx(J,{type:"Primary",onClick:()=>{i("Buy Now"),n(!0)},style:{width:"100%"},children:"Buy"})]})},$s="_wrapper_27wzz_1",Gs="_logo_27wzz_8",Ws="_info_27wzz_12",nt={wrapper:$s,logo:Gs,info:Ws},zs=({date:e})=>{const{general:n}=I.useGeneralStore();if(!n)return o.jsx(o.Fragment,{});function i(r){const s=new Date(r),a={month:"short",day:"2-digit",year:"numeric",hour:"2-digit",minute:"2-digit",hour12:!1};return s.toLocaleDateString("en-US",a)}return o.jsxs("div",{className:nt.wrapper,children:[o.jsx("div",{className:nt.logo,children:n.info.logo?o.jsx("img",{src:`https://imagedelivery.net/${n.info.logo.cfId}/w=500,h=500`,alt:"image",style:{objectFit:"contain",width:"48px",height:"48px"}}):o.jsx(L,{name:"Image",width:48,height:48})}),o.jsxs("div",{className:nt.info,children:[o.jsx("h3",{id:"h4",children:n.info.name}),o.jsx("p",{id:"p",children:i(e)})]})]})},Vs="_variants_18tbu_82",Xs="_variant_18tbu_82",Ks="_stock_18tbu_100",Js="_variantInfo_18tbu_108",Ys="_title_18tbu_202",Qs="_modal_18tbu_208",Zs="_header_18tbu_228",el="_productOptions_18tbu_236",tl="_loading_18tbu_244",Se={variants:Vs,variant:Xs,stock:Ks,variantInfo:Js,title:Ys,modal:Qs,header:Zs,productOptions:el,loading:tl},ol=e=>{var C;const{pageContext:n}=I.usePagesStore(),i=(C=n==null?void 0:n.listings)==null?void 0:C.find(S=>S.id===e.productId),[r,s]=f.useState(!0),[a,h]=f.useState(null),c=(a==null?void 0:a.variants[0])||null,[l,m]=f.useState("ONE_TIME"),{addProducts:g}=Pe.useCart(),{setIsOpen:v}=I.useModalStore();return f.useEffect(()=>{(async()=>{s(!0);const w=await Ce.getDynamicPage(encodeURIComponent(`/product/${i.productData.uniquePath}`));g(w==null?void 0:w.data.products),h(w==null?void 0:w.data.products[0]),s(!1)})()},[]),f.useEffect(()=>{v(!0)},[]),o.jsx(Ue,{close:e.setIsOpen,children:o.jsxs("div",{className:Se.modal,onClick:S=>S.stopPropagation(),children:[r&&o.jsx("div",{className:Se.loading,children:o.jsx(mt,{})}),e.type==="Add To Cart"&&e.isCartEnabled&&a&&c&&!r&&o.jsx(nl,{variants:a.variants,activeVariant:c,activeChargeType:l,setActiveChargeType:m,productId:a.id,setIsOpen:e.setIsOpen}),e.type==="Buy Now"&&a&&!r&&o.jsx(rl,{product:a,setIsOpen:e.setIsOpen,isCartEnabled:e.isCartEnabled})]})})},nl=e=>{const{variants:n,activeChargeType:i,productId:r,setIsOpen:s}=e,{cart:a,addProductToCart:h,addProducts:c,updateQuantityOfProduct:l}=Pe.useCart(),{notifications:m,setNotifications:g}=I.useNotificationStore(),{pageContext:v}=I.usePagesStore(),{setIsOpen:C}=I.useModalStore(),S=()=>{C(!1),setTimeout(()=>{s(!1)},300)};async function w(p){const u=n.find(_=>_.id===p),d=a.parts.find(_=>_.productId===e.productId&&_.productVariantId===p);if((u==null?void 0:u.quantity.available)&&(u==null?void 0:u.quantity.restrictions)&&((d==null?void 0:d.quantity)||0)+1>(u==null?void 0:u.quantity.restrictions.max)||(u==null?void 0:u.quantity.available)===0||(u==null?void 0:u.quantity.available)&&((d==null?void 0:d.quantity)||0)+1>(u==null?void 0:u.quantity.available)){g([...m,{id:I.v4(),message:"Product is out of stock",status:"error"}]);return}if(d)l({productId:r,productVariantId:p,quantity:d.quantity+1,chargeType:i});else{v!=null&&v.products&&c(v.products);try{h({productId:r,productVariantId:p,quantity:1,chargeType:i}),g([...m,{id:I.v4(),message:"Product added to cart",status:"success"}])}catch(_){const x=_;g([...m,{id:I.v4(),message:`Product failed to add to cart: ${x.message}`,status:"error"}])}}}return o.jsxs(o.Fragment,{children:[o.jsxs("div",{className:Se.header,children:[o.jsx("div",{id:"h3",children:"Choose a Variant"}),o.jsx(L,{name:"X",width:24,height:24,fill:"var(--text-secondary)",hoverable:!0,onClick:S})]}),o.jsx("div",{className:Se.variants,children:n.filter(p=>{var u;return(u=p.chargeTypes)==null?void 0:u.includes(i)}).map(p=>{var u,d,b;return o.jsxs("div",{className:I.clx(Se.variant),onClick:()=>{w(p.id),s(!1)},children:[o.jsxs("div",{className:Se.variantInfo,children:[o.jsx("span",{className:Se.title,id:"h4",children:p.name}),o.jsx("span",{id:"md",children:I.formatPrice({amount:i==="ONE_TIME"?p.price.amount:p.subscriptionSettings?p.subscriptionSettings.price.amount:0,currency:i==="ONE_TIME"?p.price.currency:((u=p.subscriptionSettings)==null?void 0:u.price.currency)||"USD"})})]}),o.jsx("div",{id:"md",children:i==="ONE_TIME"&&o.jsxs("span",{className:Se.stock,id:"md",children:[(d=p.quantity.restrictions)!=null&&d.max||p.quantity.available!==void 0?((b=p.quantity.restrictions)==null?void 0:b.max)||p.quantity.available:"∞"," ","in stock"]})})]},p.id)})})]})},rl=e=>{const{product:n,setIsOpen:i,isCartEnabled:r}=e,{setIsOpen:s}=I.useModalStore(),a=()=>{s(!1),setTimeout(()=>{i(!1)},300)};return o.jsxs(o.Fragment,{children:[o.jsxs("div",{className:Se.header,children:[o.jsx("div",{id:"h3",className:Se.title,dangerouslySetInnerHTML:{__html:`Buy ${Ce.splitTextIntoSpans(n.name)}`}}),o.jsx(L,{name:"X",width:24,height:24,fill:"var(--text-secondary)",hoverable:!0,onClick:a,style:{minWidth:24,minHeight:24}})]}),o.jsx("div",{className:Se.productOptions,children:o.jsx(Mt,{product:n,setIsOpen:i,isCartEnabled:r})})]})},il="_contentModal_m2tf9_1",al="_modalTop_m2tf9_12",sl="_loading_m2tf9_19",ll="_modalCards_m2tf9_28",cl="_modalImage_m2tf9_34",pl="_card_m2tf9_39",hl="_cardInfo_m2tf9_51",ml="_cardButtons_m2tf9_58",dl="_title_m2tf9_64",ul="_blockImage_m2tf9_71",gl="_short_m2tf9_80",Sl="_price_m2tf9_84",Il="_oldPrice_m2tf9_91",Cl="_newPrice_m2tf9_100",se={contentModal:il,modalTop:al,loading:sl,modalCards:ll,modalImage:cl,card:pl,cardInfo:hl,cardButtons:ml,title:dl,blockImage:ul,short:gl,price:Sl,oldPrice:Il,newPrice:Cl},fl=e=>{const{setIsOpen:n,pageContext:i,groupData:r,setProductId:s,setIsProductModalOpen:a,setShowDropdown:h}=e,[c,l]=f.useState(null),[m,g]=f.useState(!0),{setIsOpen:v}=I.useModalStore();f.useEffect(()=>{var w;g(!0);const S=(w=i.listings)==null?void 0:w.filter(p=>r.listingIdList.includes(p.id));S&&l([...S]),g(!1)},[i]),f.useEffect(()=>{v(!0)},[]);const C=()=>{v(!1),setTimeout(()=>{n(!1)},300)};return o.jsx(Ue,{close:()=>n(!1),children:o.jsxs("div",{className:se.contentModal,onClick:S=>S.stopPropagation(),children:[o.jsxs("div",{className:se.modalTop,children:[o.jsx("span",{className:se.title,id:"h4",dangerouslySetInnerHTML:{__html:Ce.splitTextIntoSpans(r.name)}}),o.jsx(L,{name:"X",hoverable:!0,onClick:C,fill:"var(--text-primary)"})]}),!m&&c&&o.jsx("div",{className:se.modalCards,children:c.map(S=>o.jsxs("div",{className:se.card,children:[o.jsx("div",{children:S.productData.images[0]?o.jsx("img",{src:`https://imagedelivery.net/${S.productData.images[0].cfId}/w=500`,alt:"",width:64,height:64,className:se.modalImage}):o.jsx("div",{className:I.clx(se.blockImage,se.modalImage),children:o.jsx(L,{name:"Image"})})}),o.jsxs("div",{className:se.cardInfo,children:[o.jsx("div",{id:"h5",children:S.productData.compareAtPrice&&(S.productData.compareAtPrice.amount||0)-(S.productData.minPrice.amount||0)>0?o.jsxs(o.Fragment,{children:[Ce.splitTextIntoSpans(S.productData.name,!1),o.jsxs("span",{className:se.price,id:"md",children:[o.jsx("span",{className:se.newPrice,id:"md",children:I.formatPrice({amount:S.productData.minPrice.amount,currency:S.productData.minPrice.currency})}),o.jsx("span",{className:se.oldPrice,id:"md",children:I.formatPrice({amount:S.productData.compareAtPrice.amount,currency:S.productData.compareAtPrice.currency})})]})]}):o.jsxs(o.Fragment,{children:[Ce.splitTextIntoSpans(S.productData.name,!1),o.jsx("span",{className:se.newPrice,id:"md",children:I.formatPrice({amount:S.productData.minPrice.amount,currency:S.productData.minPrice.currency})})]})}),S.productData.shortDescription&&o.jsx("span",{className:se.short,id:"md",dangerouslySetInnerHTML:{__html:Ce.splitTextIntoSpans(S.productData.shortDescription)}})]}),o.jsxs("div",{className:se.cardButtons,children:[o.jsx(J,{type:"Secondary",onClick:()=>{s(S.id),n(!1),a(!0)},children:"Buy"}),o.jsx(gt,{path:`/product/${S.productData.uniquePath}`,children:o.jsx(J,{type:"Primary",style:{whiteSpace:"nowrap"},onClick:()=>{h(!1),C()},children:"View Details"})})]})]},S.id))}),m&&o.jsx("div",{className:se.loading,children:o.jsx(mt,{})})]})})},bl="_container_6vcrl_1",yl="_wrapper_6vcrl_5",xt={container:bl,wrapper:yl},ze=16,wl=({children:e,padding:n,style:i,notPadding:r=!1,maxWidth:s="var(--max-width-store)"})=>{const a=f.useRef(null),h=Ce.useAdaptiveStyles(a);return o.jsx("div",{className:xt.container,ref:a,style:i,children:o.jsx("div",{className:xt.wrapper,style:{maxWidth:s,paddingTop:h==="desktop"?n==null?void 0:n.top:r?0:ze,paddingBottom:h==="desktop"?n==null?void 0:n.bottom:r?0:ze,paddingLeft:h==="desktop"?n==null?void 0:n.left:r?0:ze,paddingRight:h==="desktop"?n==null?void 0:n.right:r?0:ze,...i},children:e(h)})})},xl="_wrapper_ty9h3_2",_l="_label_ty9h3_9",vl="_top_ty9h3_17",kl="_select_ty9h3_23",Tl="_borderFocused_ty9h3_42",Ll="_input_ty9h3_49",Pl="_icon_ty9h3_59",Al="_rotate_ty9h3_64",Bl="_content_ty9h3_68",Fl="_options_ty9h3_72",Nl="_filteredOptions_ty9h3_93",jl="_open_ty9h3_97",Dl="_option_ty9h3_72",Ml="_focused_ty9h3_115",Hl="_addon_ty9h3_119",Rl="_value_ty9h3_130",Ol="_postfix_ty9h3_135",Ul="_leftAddon_ty9h3_139",te={wrapper:xl,label:_l,top:vl,select:kl,borderFocused:Tl,input:Ll,icon:Pl,rotate:Al,content:Bl,options:Fl,filteredOptions:Nl,open:jl,option:Dl,focused:Ml,addon:Hl,value:Rl,postfix:Ol,leftAddon:Ul},ce=e=>{var y,B;const{onChange:n,label:i,value:r,options:s,style:a,switcher:h,postfixs:c,leftAddonOptions:l}=e,[m,g]=f.useState(!1),[v,C]=f.useState(""),[S,w]=f.useState(null),[p,u]=f.useState(!1),d=f.useRef(null);Oe(d,()=>g(!1));function b(T){C(""),n(T),g(!1),w(null)}function _(T,M){return T?T.length>M+3?`${T.slice(0,M)}...`:T:""}function x(T){if(!m){(T.key==="Enter"||T.key==="ArrowDown")&&g(!0);return}const M=N;T.key==="ArrowDown"&&(T.preventDefault(),w(k=>k===null||k===M.length-1?0:k+1)),T.key==="ArrowUp"&&(T.preventDefault(),w(k=>k===null||k===0?M.length-1:k-1)),T.key==="Enter"&&S!==null&&(T.preventDefault(),b(M[S])),T.key==="Escape"&&g(!1)}const A=f.useRef(null),j=f.useMemo(()=>new U.Fuse(s,{threshold:.4,minMatchCharLength:2}),[s]),N=f.useMemo(()=>p&&v.trim()!==""?j.search(v).map(T=>T.item):s,[v,s,p,j]);return o.jsxs("div",{className:te.wrapper,style:{...a},children:[i&&o.jsxs("div",{className:te.top,children:[o.jsx("label",{className:te.label,htmlFor:i,children:i}),h&&o.jsx(he,{current:h.value,onChange:h.onChange})]}),o.jsxs("label",{className:te.content,ref:d,children:[o.jsxs("div",{className:I.clx(te.select,{[te.borderFocused]:m}),onKeyDown:x,onClick:T=>{T.stopPropagation(),g(M=>!M),u(!1)},ref:A,tabIndex:0,children:[l&&l.length>0&&o.jsx("div",{className:te.addon,children:(y=l.find(T=>T.value===r))==null?void 0:y.addon}),o.jsx("div",{className:te.input,id:"md",children:_(r,15)}),o.jsx("div",{className:I.clx(te.icon,{[te.rotate]:m}),onClick:T=>{T.stopPropagation(),g(M=>!M)},children:o.jsx(L,{name:"CaretDown",width:16,height:16,fill:"var(--text-primary)"})})]}),o.jsxs("div",{className:I.clx(te.options,{[te.open]:m}),style:{top:((B=A.current)==null?void 0:B.clientHeight)+10},children:[s.length>6&&o.jsx(Qe,{type:"text",value:v,placeholder:"Search...",onChange:T=>{C(T),u(!0)},isSearch:!0}),o.jsxs("div",{className:te.filteredOptions,children:[N.map((T,M)=>{var k;return o.jsxs("div",{className:I.clx(te.option,{[te.focused]:M===S}),onClick:()=>{b(T),g(!1)},id:"md",children:[l&&l.length>0&&o.jsx("div",{className:te.leftAddon,children:(k=l.find(P=>P.value===T))==null?void 0:k.addon}),o.jsx("span",{className:te.value,id:"md",children:_(T,20)}),c&&o.jsx("span",{className:te.postfix,id:"md",children:c[M]})]},T)}),N.length===0&&o.jsx("div",{children:"No results found."})]})]})]})]})},El="_wrapper_mmfra_1",ql="_active_mmfra_27",$l="_toggle_mmfra_30",Gl="_background_mmfra_42",Wl="_padding_mmfra_46",Ie={wrapper:El,switch:"_switch_mmfra_14",active:ql,toggle:$l,background:Gl,padding:Wl},he=e=>{const{onChange:n,style:i,current:r,label:s,hasBackground:a=!1,paddingless:h=!0}=e,[c,l]=f.useState(r),m=()=>{l(g=>!g),n==null||n(!c)};return f.useEffect(()=>{l(r)},[r]),o.jsx(o.Fragment,{children:s?o.jsxs("div",{className:I.clx(Ie.wrapper,{[Ie.background]:a,[Ie.padding]:!h}),children:[o.jsx("div",{className:I.clx(Ie.switch,{[Ie.active]:c}),onClick:m,style:i,children:o.jsx("div",{className:Ie.toggle})}),o.jsx("span",{className:Ie.value,children:s})]}):o.jsx("div",{className:I.clx(Ie.switch,{[Ie.active]:c}),onClick:m,style:i,children:o.jsx("div",{className:Ie.toggle})})})};function at(){return at=Object.assign?Object.assign.bind():function(e){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},at.apply(null,arguments)}function _t(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function st(e,n){return st=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(i,r){return i.__proto__=r,i},st(e,n)}function zl(e,n){e.prototype=Object.create(n.prototype),e.prototype.constructor=e,st(e,n)}var vt=Number.isNaN||function(n){return typeof n=="number"&&n!==n};function Vl(e,n){return!!(e===n||vt(e)&&vt(n))}function Xl(e,n){if(e.length!==n.length)return!1;for(var i=0;i<e.length;i++)if(!Vl(e[i],n[i]))return!1;return!0}function rt(e,n){n===void 0&&(n=Xl);var i,r=[],s,a=!1;function h(){for(var c=[],l=0;l<arguments.length;l++)c[l]=arguments[l];return a&&i===this&&n(c,r)||(s=e.apply(this,c),a=!0,i=this,r=c),s}return h}var Kl=typeof performance=="object"&&typeof performance.now=="function",kt=Kl?function(){return performance.now()}:function(){return Date.now()};function Tt(e){cancelAnimationFrame(e.id)}function Jl(e,n){var i=kt();function r(){kt()-i>=n?e.call(null):s.id=requestAnimationFrame(r)}var s={id:requestAnimationFrame(r)};return s}var it=-1;function Lt(e){if(e===void 0&&(e=!1),it===-1||e){var n=document.createElement("div"),i=n.style;i.width="50px",i.height="50px",i.overflow="scroll",document.body.appendChild(n),it=n.offsetWidth-n.clientWidth,document.body.removeChild(n)}return it}var Me=null;function Pt(e){if(e===void 0&&(e=!1),Me===null||e){var n=document.createElement("div"),i=n.style;i.width="50px",i.height="50px",i.overflow="scroll",i.direction="rtl";var r=document.createElement("div"),s=r.style;return s.width="100px",s.height="100px",n.appendChild(r),document.body.appendChild(n),n.scrollLeft>0?Me="positive-descending":(n.scrollLeft=1,n.scrollLeft===0?Me="negative":Me="positive-ascending"),document.body.removeChild(n),Me}return Me}process.env.NODE_ENV;var Yl=150,Ql=function(n,i){return n},Ke=null,Je=null;process.env.NODE_ENV!=="production"&&typeof window<"u"&&typeof window.WeakSet<"u"&&(Ke=new WeakSet,Je=new WeakSet);function Zl(e){var n,i=e.getItemOffset,r=e.getEstimatedTotalSize,s=e.getItemSize,a=e.getOffsetForIndexAndAlignment,h=e.getStartIndexForOffset,c=e.getStopIndexForStartIndex,l=e.initInstanceProps,m=e.shouldResetStyleCacheOnItemSizeChange,g=e.validateProps;return n=function(v){zl(C,v);function C(w){var p;return p=v.call(this,w)||this,p._instanceProps=l(p.props,_t(p)),p._outerRef=void 0,p._resetIsScrollingTimeoutId=null,p.state={instance:_t(p),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof p.props.initialScrollOffset=="number"?p.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},p._callOnItemsRendered=void 0,p._callOnItemsRendered=rt(function(u,d,b,_){return p.props.onItemsRendered({overscanStartIndex:u,overscanStopIndex:d,visibleStartIndex:b,visibleStopIndex:_})}),p._callOnScroll=void 0,p._callOnScroll=rt(function(u,d,b){return p.props.onScroll({scrollDirection:u,scrollOffset:d,scrollUpdateWasRequested:b})}),p._getItemStyle=void 0,p._getItemStyle=function(u){var d=p.props,b=d.direction,_=d.itemSize,x=d.layout,A=p._getItemStyleCache(m&&_,m&&x,m&&b),j;if(A.hasOwnProperty(u))j=A[u];else{var N=i(p.props,u,p._instanceProps),y=s(p.props,u,p._instanceProps),B=b==="horizontal"||x==="horizontal",T=b==="rtl",M=B?N:0;A[u]=j={position:"absolute",left:T?void 0:M,right:T?M:void 0,top:B?0:N,height:B?"100%":y,width:B?y:"100%"}}return j},p._getItemStyleCache=void 0,p._getItemStyleCache=rt(function(u,d,b){return{}}),p._onScrollHorizontal=function(u){var d=u.currentTarget,b=d.clientWidth,_=d.scrollLeft,x=d.scrollWidth;p.setState(function(A){if(A.scrollOffset===_)return null;var j=p.props.direction,N=_;if(j==="rtl")switch(Pt()){case"negative":N=-_;break;case"positive-descending":N=x-b-_;break}return N=Math.max(0,Math.min(N,x-b)),{isScrolling:!0,scrollDirection:A.scrollOffset<N?"forward":"backward",scrollOffset:N,scrollUpdateWasRequested:!1}},p._resetIsScrollingDebounced)},p._onScrollVertical=function(u){var d=u.currentTarget,b=d.clientHeight,_=d.scrollHeight,x=d.scrollTop;p.setState(function(A){if(A.scrollOffset===x)return null;var j=Math.max(0,Math.min(x,_-b));return{isScrolling:!0,scrollDirection:A.scrollOffset<j?"forward":"backward",scrollOffset:j,scrollUpdateWasRequested:!1}},p._resetIsScrollingDebounced)},p._outerRefSetter=function(u){var d=p.props.outerRef;p._outerRef=u,typeof d=="function"?d(u):d!=null&&typeof d=="object"&&d.hasOwnProperty("current")&&(d.current=u)},p._resetIsScrollingDebounced=function(){p._resetIsScrollingTimeoutId!==null&&Tt(p._resetIsScrollingTimeoutId),p._resetIsScrollingTimeoutId=Jl(p._resetIsScrolling,Yl)},p._resetIsScrolling=function(){p._resetIsScrollingTimeoutId=null,p.setState({isScrolling:!1},function(){p._getItemStyleCache(-1,null)})},p}C.getDerivedStateFromProps=function(p,u){return ec(p,u),g(p),null};var S=C.prototype;return S.scrollTo=function(p){p=Math.max(0,p),this.setState(function(u){return u.scrollOffset===p?null:{scrollDirection:u.scrollOffset<p?"forward":"backward",scrollOffset:p,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},S.scrollToItem=function(p,u){u===void 0&&(u="auto");var d=this.props,b=d.itemCount,_=d.layout,x=this.state.scrollOffset;p=Math.max(0,Math.min(p,b-1));var A=0;if(this._outerRef){var j=this._outerRef;_==="vertical"?A=j.scrollWidth>j.clientWidth?Lt():0:A=j.scrollHeight>j.clientHeight?Lt():0}this.scrollTo(a(this.props,p,u,x,this._instanceProps,A))},S.componentDidMount=function(){var p=this.props,u=p.direction,d=p.initialScrollOffset,b=p.layout;if(typeof d=="number"&&this._outerRef!=null){var _=this._outerRef;u==="horizontal"||b==="horizontal"?_.scrollLeft=d:_.scrollTop=d}this._callPropsCallbacks()},S.componentDidUpdate=function(){var p=this.props,u=p.direction,d=p.layout,b=this.state,_=b.scrollOffset,x=b.scrollUpdateWasRequested;if(x&&this._outerRef!=null){var A=this._outerRef;if(u==="horizontal"||d==="horizontal")if(u==="rtl")switch(Pt()){case"negative":A.scrollLeft=-_;break;case"positive-ascending":A.scrollLeft=_;break;default:var j=A.clientWidth,N=A.scrollWidth;A.scrollLeft=N-j-_;break}else A.scrollLeft=_;else A.scrollTop=_}this._callPropsCallbacks()},S.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&Tt(this._resetIsScrollingTimeoutId)},S.render=function(){var p=this.props,u=p.children,d=p.className,b=p.direction,_=p.height,x=p.innerRef,A=p.innerElementType,j=p.innerTagName,N=p.itemCount,y=p.itemData,B=p.itemKey,T=B===void 0?Ql:B,M=p.layout,k=p.outerElementType,P=p.outerTagName,G=p.style,H=p.useIsScrolling,z=p.width,F=this.state.isScrolling,O=b==="horizontal"||M==="horizontal",q=O?this._onScrollHorizontal:this._onScrollVertical,E=this._getRangeToRender(),ne=E[0],ee=E[1],Y=[];if(N>0)for(var D=ne;D<=ee;D++)Y.push(f.createElement(u,{data:y,key:T(D,y),index:D,isScrolling:H?F:void 0,style:this._getItemStyle(D)}));var V=r(this.props,this._instanceProps);return f.createElement(k||P||"div",{className:d,onScroll:q,ref:this._outerRefSetter,style:at({position:"relative",height:_,width:z,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:b},G)},f.createElement(A||j||"div",{children:Y,ref:x,style:{height:O?"100%":V,pointerEvents:F?"none":void 0,width:O?V:"100%"}}))},S._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var p=this.props.itemCount;if(p>0){var u=this._getRangeToRender(),d=u[0],b=u[1],_=u[2],x=u[3];this._callOnItemsRendered(d,b,_,x)}}if(typeof this.props.onScroll=="function"){var A=this.state,j=A.scrollDirection,N=A.scrollOffset,y=A.scrollUpdateWasRequested;this._callOnScroll(j,N,y)}},S._getRangeToRender=function(){var p=this.props,u=p.itemCount,d=p.overscanCount,b=this.state,_=b.isScrolling,x=b.scrollDirection,A=b.scrollOffset;if(u===0)return[0,0,0,0];var j=h(this.props,A,this._instanceProps),N=c(this.props,j,A,this._instanceProps),y=!_||x==="backward"?Math.max(1,d):1,B=!_||x==="forward"?Math.max(1,d):1;return[Math.max(0,j-y),Math.max(0,Math.min(u-1,N+B)),j,N]},C}(f.PureComponent),n.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},n}var ec=function(n,i){var r=n.children,s=n.direction,a=n.height,h=n.layout,c=n.innerTagName,l=n.outerTagName,m=n.width,g=i.instance;if(process.env.NODE_ENV!=="production"){(c!=null||l!=null)&&Je&&!Je.has(g)&&(Je.add(g),console.warn("The innerTagName and outerTagName props have been deprecated. Please use the innerElementType and outerElementType props instead."));var v=s==="horizontal"||h==="horizontal";switch(s){case"horizontal":case"vertical":Ke&&!Ke.has(g)&&(Ke.add(g),console.warn('The direction prop should be either "ltr" (default) or "rtl". Please use the layout prop to specify "vertical" (default) or "horizontal" orientation.'));break;case"ltr":case"rtl":break;default:throw Error('An invalid "direction" prop has been specified. Value should be either "ltr" or "rtl". '+('"'+s+'" was specified.'))}switch(h){case"horizontal":case"vertical":break;default:throw Error('An invalid "layout" prop has been specified. Value should be either "horizontal" or "vertical". '+('"'+h+'" was specified.'))}if(r==null)throw Error('An invalid "children" prop has been specified. Value should be a React component. '+('"'+(r===null?"null":typeof r)+'" was specified.'));if(v&&typeof m!="number")throw Error('An invalid "width" prop has been specified. Horizontal lists must specify a number for width. '+('"'+(m===null?"null":typeof m)+'" was specified.'));if(!v&&typeof a!="number")throw Error('An invalid "height" prop has been specified. Vertical lists must specify a number for height. '+('"'+(a===null?"null":typeof a)+'" was specified.'))}},tc=Zl({getItemOffset:function(n,i){var r=n.itemSize;return i*r},getItemSize:function(n,i){var r=n.itemSize;return r},getEstimatedTotalSize:function(n){var i=n.itemCount,r=n.itemSize;return r*i},getOffsetForIndexAndAlignment:function(n,i,r,s,a,h){var c=n.direction,l=n.height,m=n.itemCount,g=n.itemSize,v=n.layout,C=n.width,S=c==="horizontal"||v==="horizontal",w=S?C:l,p=Math.max(0,m*g-w),u=Math.min(p,i*g),d=Math.max(0,i*g-w+g+h);switch(r==="smart"&&(s>=d-w&&s<=u+w?r="auto":r="center"),r){case"start":return u;case"end":return d;case"center":{var b=Math.round(d+(u-d)/2);return b<Math.ceil(w/2)?0:b>p+Math.floor(w/2)?p:b}case"auto":default:return s>=d&&s<=u?s:s<d?d:u}},getStartIndexForOffset:function(n,i){var r=n.itemCount,s=n.itemSize;return Math.max(0,Math.min(r-1,Math.floor(i/s)))},getStopIndexForStartIndex:function(n,i,r){var s=n.direction,a=n.height,h=n.itemCount,c=n.itemSize,l=n.layout,m=n.width,g=s==="horizontal"||l==="horizontal",v=i*c,C=g?m:a,S=Math.ceil((C+r-v)/c);return Math.max(0,Math.min(h-1,i+S-1))},initInstanceProps:function(n){},shouldResetStyleCacheOnItemSizeChange:!0,validateProps:function(n){var i=n.itemSize;if(process.env.NODE_ENV!=="production"&&typeof i!="number")throw Error('An invalid "itemSize" prop has been specified. Value should be a number. '+('"'+(i===null?"null":typeof i)+'" was specified.'))}});const oc="_wrapper_1gk74_2",nc="_label_1gk74_9",rc="_top_1gk74_17",ic="_select_1gk74_23",ac="_borderFocused_1gk74_42",sc="_input_1gk74_49",lc="_icon_1gk74_59",cc="_rotate_1gk74_64",pc="_content_1gk74_68",hc="_options_1gk74_72",mc="_filteredOptions_1gk74_93",dc="_open_1gk74_97",uc="_option_1gk74_72",gc="_focused_1gk74_115",Sc="_addon_1gk74_119",Ic="_value_1gk74_130",Cc="_postfix_1gk74_134",fc="_leftAddon_1gk74_138",oe={wrapper:oc,label:nc,top:rc,select:ic,borderFocused:ac,input:sc,icon:lc,rotate:cc,content:pc,options:hc,filteredOptions:mc,open:dc,option:uc,focused:gc,addon:Sc,value:Ic,postfix:Cc,leftAddon:fc};function bc(e,n){f.useEffect(()=>{function i(r){!e.current||e.current.contains(r.target)||n(r)}return document.addEventListener("mousedown",i),()=>{document.removeEventListener("mousedown",i)}},[e,n])}const St=e=>{var M;const{onChange:n,label:i,value:r,options:s,style:a,switcher:h,postfixs:c,leftAddonOptions:l}=e,[m,g]=f.useState(!1),[v,C]=f.useState(""),[S,w]=f.useState(null),[p,u]=f.useState(!1),d=f.useRef(null);bc(d,()=>g(!1));function b(k){C(""),n(k),g(!1),w(null)}function _(k,P){return k?k.length>P+3?`${k.slice(0,P)}...`:k:""}function x(k){if(!m){(k.key==="Enter"||k.key==="ArrowDown")&&g(!0);return}const P=N;k.key==="ArrowDown"&&(k.preventDefault(),w(G=>G===null||G===P.length-1?0:G+1)),k.key==="ArrowUp"&&(k.preventDefault(),w(G=>G===null||G===0?P.length-1:G-1)),k.key==="Enter"&&S!==null&&(k.preventDefault(),b(P[S])),k.key==="Escape"&&g(!1)}const A=f.useRef(null),j=f.useMemo(()=>new U.Fuse(s,{threshold:.4,minMatchCharLength:2}),[s]),N=f.useMemo(()=>p&&v.trim()!==""?j.search(v).map(k=>k.item):s,[v,s,p,j]),y=f.useMemo(()=>{const k=new Map;return l==null||l.forEach(P=>{k.set(P.value,P.addon)}),k},[l]),B=f.useMemo(()=>{if(!c)return new Map;const k=new Map;if(c.length===s.length)for(let P=0;P<s.length;P++)k.set(s[P],c[P]);return k},[s,c]),T=f.useCallback(({index:k,style:P})=>{const G=N[k];if(!G)return null;const H=S===k,z=y.get(G),F=B.get(G);return o.jsxs("div",{className:I.clx(oe.option,{[oe.focused]:H}),style:P,onClick:()=>b(G),children:[z&&o.jsx("div",{className:oe.leftAddon,children:z}),o.jsx("span",{className:oe.value,children:_(G,20)}),F&&o.jsx("span",{className:oe.postfix,children:F})]},G)},[N,S,y,B]);return o.jsxs("div",{className:oe.wrapper,style:{...a},children:[i&&o.jsxs("div",{className:oe.top,children:[o.jsx("label",{className:oe.label,htmlFor:i,children:i}),h&&o.jsx(he,{current:h.value,onChange:h.onChange})]}),o.jsxs("label",{className:oe.content,ref:d,children:[o.jsxs("div",{className:I.clx(oe.select,{[oe.borderFocused]:m}),onKeyDown:x,onClick:k=>{k.stopPropagation(),g(P=>!P),u(!1)},ref:A,tabIndex:0,children:[l&&o.jsx("div",{className:oe.addon,children:y.get(r)}),o.jsx("div",{className:oe.input,children:_(r,15)}),o.jsx("div",{className:I.clx(oe.icon,{[oe.rotate]:m}),onClick:k=>{k.stopPropagation(),g(P=>!P)},children:o.jsx(L,{name:"CaretDown",width:16,height:16})})]}),o.jsxs("div",{className:I.clx(oe.options,{[oe.open]:m}),style:{top:((M=A.current)==null?void 0:M.clientHeight)+10},children:[s.length>6&&o.jsx(Qe,{type:"text",value:v,placeholder:"Search...",onChange:k=>{C(k),u(!0)},isSearch:!0}),o.jsxs("div",{className:oe.filteredOptions,children:[N.length===0&&o.jsx("div",{children:"No results found."}),N.length>0&&o.jsx(tc,{height:200,itemCount:N.length,itemSize:36,width:"100%",itemKey:k=>N[k]||k,children:T})]})]})]})]})},yc="_modal_1h74q_1",wc="_title_1h74q_14",xc="_buttons_1h74q_20",Ve={modal:yc,title:wc,buttons:xc},_c=()=>{const{title:e,description:n,onConfirm:i,setTitle:r,setDescription:s,setOnConfirm:a}=I.useConfirmationModalStore(),{setIsOpen:h}=I.useModalStore();function c(){h(!1),setTimeout(()=>{r(null),s(null),a(null),h(!0)},300)}return e&&n&&i&&o.jsxs("div",{className:Ve.modal,onClick:l=>l.stopPropagation(),children:[o.jsx("div",{className:Ve.title,children:e}),o.jsx("div",{className:Ve.description,children:n}),o.jsxs("div",{className:Ve.buttons,children:[o.jsx(ve,{onClick:c,children:"Cancel"}),o.jsx(ve,{onClick:()=>{i(),c()},type:"Secondary",children:"Confirm"})]})]})},vc="_notification_2jmah_1",kc="_text_2jmah_22",Tc="_timer_2jmah_27",Lc="_warning_2jmah_32",Pc="_error_2jmah_37",Ac="_success_2jmah_42",He={notification:vc,text:kc,timer:Tc,warning:Lc,error:Pc,success:Ac},At={warning:"#C1972A",error:"#FF3F19",success:"#338B13"},Bc=e=>{const{type:n,message:i,style:r,padding:s,timer:a,id:h,element:c}=e,[l,m]=f.useState(a),{setNotifications:g}=I.useNotificationStore();function v(){const S=I.useNotificationStore.getState().notifications.filter(w=>w.id!==h);g([...S])}return f.useEffect(()=>{const C=setTimeout(()=>{v()},a*1e3);return()=>clearTimeout(C)},[a]),f.useEffect(()=>{const C=setInterval(()=>m(S=>S-1),1e3);return()=>clearInterval(C)},[l]),c?c({type:n,message:i,style:r,padding:s,timer:a,id:h}):o.jsx("div",{style:{padding:s,position:"relative"},children:o.jsxs("div",{className:I.clx(He.notification,{[He.warning]:n==="warning",[He.error]:n==="error",[He.success]:n==="success"}),style:r,children:[o.jsx("div",{children:o.jsx(L,{name:"Info",fill:At[n],width:20,height:20})}),o.jsx("div",{className:He.text,children:i}),a&&o.jsx("div",{className:He.timer,children:l}),o.jsx("div",{style:{display:"flex"},children:o.jsx(L,{name:"X",fill:At[n],width:20,height:20,hoverable:!0,onClick:()=>v()})})]})})},Fc="_loader_jr7a4_1",Nc={loader:Fc},jc=()=>o.jsx("div",{className:Nc.loader}),Dc="_wrapper_2vleg_1",Mc="_label_2vleg_9",Hc="_options_2vleg_17",Rc="_radioLabel_2vleg_23",Oc="_radio_2vleg_23",Uc="_custom_2vleg_38",Ec="_option_2vleg_17",Be={wrapper:Dc,label:Mc,options:Hc,radioLabel:Rc,radio:Oc,custom:Uc,option:Ec},qc=e=>{const{defaultValue:n,options:i,onChange:r,label:s,flexDirection:a="row"}=e,[h,c]=f.useState(n),l=m=>{const g=m.target.value;c(g),r(g)};return o.jsxs("div",{className:Be.wrapper,children:[o.jsx("span",{className:Be.label,children:s}),o.jsx("div",{className:Be.options,style:{flexDirection:a},children:i.map(m=>o.jsxs("label",{className:Be.radioLabel,children:[o.jsx("input",{type:"radio",value:m.value,checked:h===m.value,onChange:l,className:Be.radio}),o.jsx("span",{className:Be.custom}),o.jsx("span",{className:Be.option,children:m.label})]},m.value))})]})},$c="_modal_270ti_1",Gc="_padding_270ti_17",Wc="_content_270ti_21",zc="_close_270ti_42",Xe={modal:$c,padding:Gc,content:Wc,close:zc},Vc=e=>{const{close:n,children:i,withAnimation:r=!0,hasPadding:s=!0}=e,{isOpen:a,setIsOpen:h}=I.useModalStore();return f.useEffect(()=>{const c=()=>{h(!1),r?setTimeout(()=>{n(!1),h(!0)},300):(n(!1),h(!0))};return document.body.addEventListener("click",c),()=>{document.body.removeEventListener("click",c)}},[]),o.jsx("div",{className:I.clx(Xe.modal,{[Xe.padding]:s}),children:r?o.jsx("div",{className:I.clx(Xe.content,{[Xe.close]:!a}),children:i}):o.jsx(o.Fragment,{children:i})})},Xc="_notification_o93uc_1",Kc="_accent_o93uc_15",Jc="_body_o93uc_23",Yc="_label_o93uc_30",Qc="_content_o93uc_36",Zc="_timer_o93uc_41",ep="_warning_o93uc_48",tp="_error_o93uc_53",op="_success_o93uc_58",Fe={notification:Xc,accent:Kc,body:Jc,label:Yc,content:Qc,timer:Zc,warning:ep,error:tp,success:op},np={warning:"Warning",error:"Error",success:"Success"},rp=({type:e,message:n,style:i,padding:r=0,timer:s=0})=>{const[a,h]=f.useState(s);return f.useEffect(()=>{if(!s)return;const c=setInterval(()=>h(l=>l-1),1e3);return()=>clearInterval(c)},[]),o.jsx("div",{style:{padding:r,position:"relative"},children:o.jsxs("div",{className:I.clx(Fe.notification,Fe[e]),style:i,children:[o.jsx("div",{className:Fe.accent}),o.jsx("div",{className:Fe.body,children:o.jsxs("div",{className:Fe.content,children:[o.jsxs("span",{className:Fe.label,children:[np[e],":"]})," ",n]})}),s>0&&o.jsx("span",{className:Fe.timer,children:a})]})})};exports.Accordion=Os;exports.AlignText=Bt;exports.BuilderModal=Vc;exports.BurgerMenuButton=Et;exports.Button=J;exports.ButtonSettings=ve;exports.ButtonTypeSettings=Nt;exports.ButtonsSettings=si;exports.CategorySettings=gr;exports.ChargeTypes=dt;exports.Checkbox=Dt;exports.ChooseImage=Re;exports.ChooseImageModal=Gn;exports.ConfirmationModal=_c;exports.EmptyCart=Ot;exports.ErrorableBlock=Qt;exports.FormSettings=zr;exports.GroupCardModal=fl;exports.HeaderButtons=Ss;exports.Icon=L;exports.Input=Qe;exports.InputSettings=ue;exports.ItemsSettings=Ft;exports.LayoutSettings=To;exports.Link=gt;exports.ListingSelector=Mi;exports.Loader=mt;exports.LoaderBuilder=jc;exports.MetaInfoPost=zs;exports.Modal=Ue;exports.NotificationAntistock=rp;exports.NotificationBuilder=Bc;exports.PagesMobileMenu=Is;exports.PagesMobileModal=Ut;exports.PagesSettings=Lr;exports.ProductCardButtons=qs;exports.ProductCardModal=ol;exports.ProductOptions=Mt;exports.Radio=qc;exports.RangeSelector=Ye;exports.Select=ce;exports.SelectInfiniteList=St;exports.SelectTypeText=pt;exports.ShareLink=As;exports.ShoppingButton=Ht;exports.ShoppingModalCart=Rt;exports.Switch=he;exports.TextSettings=ht;exports.Textarea=Da;exports.TextareaSettings=ct;exports.Tip=jt;exports.TypesText=lt;exports.UserInfo=ut;exports.Wrapper=wl;exports.useOnClickOutside=Oe;