@lukso/web-components 1.171.2 → 1.172.14

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 (555) hide show
  1. package/dist/chunks/cn-LM_JlZIN.js +36 -0
  2. package/dist/chunks/cn-zamUNFMe.js +39 -0
  3. package/dist/chunks/directive-CY66atYi.js +22 -0
  4. package/dist/chunks/directive-DUHAbymA.js +15 -0
  5. package/dist/chunks/index-BNt_JinF.js +212 -0
  6. package/dist/{index-D0nCA-7X.cjs → chunks/index-BOEPqh0N.js} +1 -1
  7. package/dist/{index-F8ll4iy2.js → chunks/index-C5S-_QDF.js} +1 -1
  8. package/dist/{index-DjH11fPx.js → chunks/index-CA6SrfZ-.js} +10 -8
  9. package/dist/{index-Cgi00Tgl.js → chunks/index-CqZm8OfY.js} +1 -2
  10. package/dist/chunks/index-Cy2_2lFt.js +214 -0
  11. package/dist/{index-CC4JDQ8G.js → chunks/index-Ds-r8fCt.js} +85 -81
  12. package/dist/{index-DWXaNepK.cjs → chunks/index-DvLZWpq9.js} +2 -3
  13. package/dist/{index-CF7OqmeH.cjs → chunks/index-UVrFZqIM.js} +88 -84
  14. package/dist/{index-CptAIlsO.cjs → chunks/index-cakeic-M.js} +10 -8
  15. package/dist/chunks/safe-custom-element-qdGIR_v6.js +10 -0
  16. package/dist/chunks/safe-custom-element-tQ-epw6h.js +12 -0
  17. package/dist/{style-map-Bsh7bGbD.cjs → chunks/style-map-AEeBQfPb.js} +2 -3
  18. package/dist/{style-map-fND-mbdR.js → chunks/style-map-auscxO0L.js} +1 -2
  19. package/dist/components/index.cjs +6 -16
  20. package/dist/components/index.d.ts +0 -1
  21. package/dist/components/index.d.ts.map +1 -1
  22. package/dist/components/index.js +4 -6
  23. package/dist/components/lukso-alert/index.cjs +17 -15
  24. package/dist/components/lukso-alert/index.js +17 -15
  25. package/dist/components/lukso-button/index.cjs +70 -68
  26. package/dist/components/lukso-button/index.d.ts +1 -1
  27. package/dist/components/lukso-button/index.d.ts.map +1 -1
  28. package/dist/components/lukso-button/index.js +66 -66
  29. package/dist/components/lukso-button/lukso-button.stories.d.ts.map +1 -1
  30. package/dist/components/lukso-card/index.cjs +67 -71
  31. package/dist/components/lukso-card/index.js +49 -53
  32. package/dist/components/lukso-checkbox/index.cjs +28 -26
  33. package/dist/components/lukso-checkbox/index.js +28 -26
  34. package/dist/components/lukso-collapse/index.cjs +28 -26
  35. package/dist/components/lukso-collapse/index.js +27 -25
  36. package/dist/components/lukso-color-picker/index.cjs +34 -31
  37. package/dist/components/lukso-color-picker/index.js +33 -30
  38. package/dist/components/lukso-dropdown/index.cjs +22 -20
  39. package/dist/components/lukso-dropdown/index.js +22 -20
  40. package/dist/components/lukso-dropdown-option/index.cjs +13 -11
  41. package/dist/components/lukso-dropdown-option/index.js +13 -11
  42. package/dist/components/lukso-footer/index.cjs +6 -4
  43. package/dist/components/lukso-footer/index.js +6 -4
  44. package/dist/components/lukso-form-description/index.cjs +8 -6
  45. package/dist/components/lukso-form-description/index.js +8 -6
  46. package/dist/components/lukso-form-error/index.cjs +8 -6
  47. package/dist/components/lukso-form-error/index.js +8 -6
  48. package/dist/components/lukso-form-label/index.cjs +9 -7
  49. package/dist/components/lukso-form-label/index.js +9 -7
  50. package/dist/components/lukso-icon/index.cjs +270 -268
  51. package/dist/components/lukso-icon/index.js +270 -268
  52. package/dist/components/lukso-image/index.cjs +13 -12
  53. package/dist/components/lukso-image/index.js +13 -12
  54. package/dist/components/lukso-input/index.cjs +50 -47
  55. package/dist/components/lukso-input/index.js +49 -46
  56. package/dist/components/lukso-markdown/index.cjs +14 -83
  57. package/dist/components/lukso-markdown/index.js +14 -83
  58. package/dist/components/lukso-markdown-editor/index.cjs +69 -67
  59. package/dist/components/lukso-markdown-editor/index.js +68 -66
  60. package/dist/components/lukso-modal/index.cjs +25 -24
  61. package/dist/components/lukso-modal/index.d.ts +3 -2
  62. package/dist/components/lukso-modal/index.d.ts.map +1 -1
  63. package/dist/components/lukso-modal/index.js +23 -24
  64. package/dist/components/lukso-modal/lukso-modal.stories.d.ts.map +1 -1
  65. package/dist/components/lukso-navbar/index.cjs +31 -30
  66. package/dist/components/lukso-navbar/index.js +31 -30
  67. package/dist/components/lukso-pagination/index.cjs +17 -16
  68. package/dist/components/lukso-pagination/index.js +17 -16
  69. package/dist/components/lukso-profile/index.cjs +162 -10
  70. package/dist/components/lukso-profile/index.js +165 -4
  71. package/dist/components/lukso-progress/index.cjs +17 -13
  72. package/dist/components/lukso-progress/index.js +14 -10
  73. package/dist/components/lukso-qr-code/index.cjs +18 -34
  74. package/dist/components/lukso-qr-code/index.js +17 -33
  75. package/dist/components/lukso-radio/index.cjs +28 -25
  76. package/dist/components/lukso-radio/index.js +26 -23
  77. package/dist/components/lukso-radio-group/index.cjs +10 -9
  78. package/dist/components/lukso-radio-group/index.js +10 -9
  79. package/dist/components/lukso-sanitize/index.cjs +6 -4
  80. package/dist/components/lukso-sanitize/index.js +6 -4
  81. package/dist/components/lukso-search/index.cjs +13 -9
  82. package/dist/components/lukso-search/index.js +13 -9
  83. package/dist/components/lukso-select/index.cjs +49 -47
  84. package/dist/components/lukso-select/index.js +48 -46
  85. package/dist/components/lukso-share/index.cjs +8 -6
  86. package/dist/components/lukso-share/index.js +8 -6
  87. package/dist/components/lukso-switch/index.cjs +18 -16
  88. package/dist/components/lukso-switch/index.js +18 -16
  89. package/dist/components/lukso-tag/index.cjs +14 -12
  90. package/dist/components/lukso-tag/index.js +13 -11
  91. package/dist/components/lukso-terms/index.cjs +10 -8
  92. package/dist/components/lukso-terms/index.js +10 -8
  93. package/dist/components/lukso-textarea/index.cjs +37 -34
  94. package/dist/components/lukso-textarea/index.js +36 -33
  95. package/dist/components/lukso-tooltip/index.cjs +28 -3461
  96. package/dist/components/lukso-tooltip/index.js +28 -3461
  97. package/dist/components/lukso-username/index.cjs +12 -7
  98. package/dist/components/lukso-username/index.js +12 -7
  99. package/dist/components/lukso-wizard/index.cjs +14 -12
  100. package/dist/components/lukso-wizard/index.js +12 -10
  101. package/dist/index.cjs +8 -17
  102. package/dist/index.js +5 -6
  103. package/dist/shared/tailwind-element/index.cjs +15 -3
  104. package/dist/shared/tailwind-element/index.js +17 -1
  105. package/dist/vite.full.config.d.ts.map +1 -1
  106. package/package.json +290 -279
  107. package/tailwind.config.cjs +1 -0
  108. package/dist/_commonjsHelpers-B85MJLTf.js +0 -5
  109. package/dist/_commonjsHelpers-CFO10eej.cjs +0 -7
  110. package/dist/axe-BK9JSROP.js +0 -35093
  111. package/dist/axe-C-H1UVi1.cjs +0 -35097
  112. package/dist/base-Cl6v8-BZ.js +0 -8
  113. package/dist/base-NFGX42U4.cjs +0 -10
  114. package/dist/directive-BKuZRRPO.js +0 -8
  115. package/dist/directive-DT5Y-Nw0.cjs +0 -12
  116. package/dist/index--lLKpFka.js +0 -1344
  117. package/dist/index-B9iart53.js +0 -2545
  118. package/dist/index-BubNMsN-.js +0 -608
  119. package/dist/index-C0f78WvR.cjs +0 -610
  120. package/dist/index-CQo4gGTi.cjs +0 -50
  121. package/dist/index-CaJky2qL.cjs +0 -2547
  122. package/dist/index-D4_r_sqt.cjs +0 -1346
  123. package/dist/index-DUvJL4Yz.js +0 -41
  124. package/dist/isAddress-DYM3mZP7.cjs +0 -833
  125. package/dist/isAddress-ZNhN82OL.js +0 -831
  126. package/dist/query-CHb9Ft_d.js +0 -9
  127. package/dist/query-EFiHeHdi.cjs +0 -11
  128. package/dist/safe-custom-element-B49fAUL7.js +0 -18
  129. package/dist/safe-custom-element-DRyGbLN8.cjs +0 -21
  130. package/dist/state-BR0gwm98.js +0 -9
  131. package/dist/state-Dte59Cra.cjs +0 -11
  132. package/dist/unsafe-html-B9WyMkeu.js +0 -10
  133. package/dist/unsafe-html-DBahNVEu.cjs +0 -12
  134. /package/dist/{add-B--ZbV4O.cjs → chunks/add-B--ZbV4O.js} +0 -0
  135. /package/dist/{add-B8haxtAr.cjs → chunks/add-B8haxtAr.js} +0 -0
  136. /package/dist/{add-BMW2Bij-.cjs → chunks/add-BMW2Bij-.js} +0 -0
  137. /package/dist/{add-BZlJRhpZ.cjs → chunks/add-BZlJRhpZ.js} +0 -0
  138. /package/dist/{add-Bms1t1Lr.js → chunks/add-Bms1t1Lr.js} +0 -0
  139. /package/dist/{add-CGEIKo3I.cjs → chunks/add-CGEIKo3I.js} +0 -0
  140. /package/dist/{add-CbSpAgHT.js → chunks/add-CbSpAgHT.js} +0 -0
  141. /package/dist/{add-DWAmoxRW.cjs → chunks/add-DWAmoxRW.js} +0 -0
  142. /package/dist/{add-DxSCGBjD.js → chunks/add-DxSCGBjD.js} +0 -0
  143. /package/dist/{add-Dxv8tEUm.js → chunks/add-Dxv8tEUm.js} +0 -0
  144. /package/dist/{add-DzvbYMpx.js → chunks/add-DzvbYMpx.js} +0 -0
  145. /package/dist/{add-circle-9l-CxMsN.cjs → chunks/add-circle-9l-CxMsN.js} +0 -0
  146. /package/dist/{add-circle-BQjGGTJr.js → chunks/add-circle-BQjGGTJr.js} +0 -0
  147. /package/dist/{add-circle-Bz3Y4QI7.js → chunks/add-circle-Bz3Y4QI7.js} +0 -0
  148. /package/dist/{add-circle-C5X8QBBW.cjs → chunks/add-circle-C5X8QBBW.js} +0 -0
  149. /package/dist/{add-circle-CZSTsKQR.js → chunks/add-circle-CZSTsKQR.js} +0 -0
  150. /package/dist/{add-circle-ClSv4n6V.cjs → chunks/add-circle-ClSv4n6V.js} +0 -0
  151. /package/dist/{add-circle-CtHFxNIE.js → chunks/add-circle-CtHFxNIE.js} +0 -0
  152. /package/dist/{add-circle-DGt91woB.js → chunks/add-circle-DGt91woB.js} +0 -0
  153. /package/dist/{add-circle-DJam8zDB.cjs → chunks/add-circle-DJam8zDB.js} +0 -0
  154. /package/dist/{add-circle-DSuCFqyy.cjs → chunks/add-circle-DSuCFqyy.js} +0 -0
  155. /package/dist/{add-circle-D_S9YFr9.js → chunks/add-circle-D_S9YFr9.js} +0 -0
  156. /package/dist/{add-circle-DvWjrYha.cjs → chunks/add-circle-DvWjrYha.js} +0 -0
  157. /package/dist/{add-qN9qXvHm.js → chunks/add-qN9qXvHm.js} +0 -0
  158. /package/dist/{add-square-7CHf34ee.cjs → chunks/add-square-7CHf34ee.js} +0 -0
  159. /package/dist/{add-square-BCJEGKsL.cjs → chunks/add-square-BCJEGKsL.js} +0 -0
  160. /package/dist/{add-square-BEep9HcK.js → chunks/add-square-BEep9HcK.js} +0 -0
  161. /package/dist/{add-square-BQ3k5H9J.cjs → chunks/add-square-BQ3k5H9J.js} +0 -0
  162. /package/dist/{add-square-Bjc528mL.js → chunks/add-square-Bjc528mL.js} +0 -0
  163. /package/dist/{add-square-CAMpqT5W.cjs → chunks/add-square-CAMpqT5W.js} +0 -0
  164. /package/dist/{add-square-CGrEdv07.js → chunks/add-square-CGrEdv07.js} +0 -0
  165. /package/dist/{add-square-CjJimcC7.cjs → chunks/add-square-CjJimcC7.js} +0 -0
  166. /package/dist/{add-square-CpWTUYPz.js → chunks/add-square-CpWTUYPz.js} +0 -0
  167. /package/dist/{add-square-DhkDywTs.js → chunks/add-square-DhkDywTs.js} +0 -0
  168. /package/dist/{add-square-DxiXdSez.cjs → chunks/add-square-DxiXdSez.js} +0 -0
  169. /package/dist/{add-square-jZc4kdw7.js → chunks/add-square-jZc4kdw7.js} +0 -0
  170. /package/dist/{attach-square-BDYuLWN1.js → chunks/attach-square-BDYuLWN1.js} +0 -0
  171. /package/dist/{attach-square-BEkoBfpV.js → chunks/attach-square-BEkoBfpV.js} +0 -0
  172. /package/dist/{attach-square-BF4bK2lN.cjs → chunks/attach-square-BF4bK2lN.js} +0 -0
  173. /package/dist/{attach-square-B_oIBENK.js → chunks/attach-square-B_oIBENK.js} +0 -0
  174. /package/dist/{attach-square-CMjY_cQG.cjs → chunks/attach-square-CMjY_cQG.js} +0 -0
  175. /package/dist/{attach-square-CPsLNqIT.cjs → chunks/attach-square-CPsLNqIT.js} +0 -0
  176. /package/dist/{attach-square-Ch9_iq5a.js → chunks/attach-square-Ch9_iq5a.js} +0 -0
  177. /package/dist/{attach-square-D0YgLg2d.cjs → chunks/attach-square-D0YgLg2d.js} +0 -0
  178. /package/dist/{attach-square-DGJ30O7H.js → chunks/attach-square-DGJ30O7H.js} +0 -0
  179. /package/dist/{attach-square-DHjVapDw.cjs → chunks/attach-square-DHjVapDw.js} +0 -0
  180. /package/dist/{attach-square-Dtfj1Edy.js → chunks/attach-square-Dtfj1Edy.js} +0 -0
  181. /package/dist/{attach-square-nLmVYCe2.cjs → chunks/attach-square-nLmVYCe2.js} +0 -0
  182. /package/dist/{buy-crypto-B2lD7UwQ.cjs → chunks/buy-crypto-B2lD7UwQ.js} +0 -0
  183. /package/dist/{buy-crypto-BO_SEu5h.js → chunks/buy-crypto-BO_SEu5h.js} +0 -0
  184. /package/dist/{buy-crypto-BoEnHO_y.cjs → chunks/buy-crypto-BoEnHO_y.js} +0 -0
  185. /package/dist/{buy-crypto-CYN3BAez.cjs → chunks/buy-crypto-CYN3BAez.js} +0 -0
  186. /package/dist/{buy-crypto-Cwle-QhV.cjs → chunks/buy-crypto-Cwle-QhV.js} +0 -0
  187. /package/dist/{buy-crypto-D7-dupti.js → chunks/buy-crypto-D7-dupti.js} +0 -0
  188. /package/dist/{buy-crypto-DJdoQgnu.cjs → chunks/buy-crypto-DJdoQgnu.js} +0 -0
  189. /package/dist/{buy-crypto-DaKjNga_.js → chunks/buy-crypto-DaKjNga_.js} +0 -0
  190. /package/dist/{buy-crypto-Du3ATyw8.js → chunks/buy-crypto-Du3ATyw8.js} +0 -0
  191. /package/dist/{buy-crypto-WRjeb_sI.js → chunks/buy-crypto-WRjeb_sI.js} +0 -0
  192. /package/dist/{buy-crypto-YVUo2wH1.cjs → chunks/buy-crypto-YVUo2wH1.js} +0 -0
  193. /package/dist/{buy-crypto-xBVBSgbg.js → chunks/buy-crypto-xBVBSgbg.js} +0 -0
  194. /package/dist/{close-circle-0d5DVUGo.js → chunks/close-circle-0d5DVUGo.js} +0 -0
  195. /package/dist/{close-circle-B0lQ5WU5.js → chunks/close-circle-B0lQ5WU5.js} +0 -0
  196. /package/dist/{close-circle-B4IqXNXm.js → chunks/close-circle-B4IqXNXm.js} +0 -0
  197. /package/dist/{close-circle-BEGzJ1HM.cjs → chunks/close-circle-BEGzJ1HM.js} +0 -0
  198. /package/dist/{close-circle-Cwx0b5lp.cjs → chunks/close-circle-Cwx0b5lp.js} +0 -0
  199. /package/dist/{close-circle-D1cH-0oJ.js → chunks/close-circle-D1cH-0oJ.js} +0 -0
  200. /package/dist/{close-circle-DEM7PaqP.cjs → chunks/close-circle-DEM7PaqP.js} +0 -0
  201. /package/dist/{close-circle-DKC2wH7e.cjs → chunks/close-circle-DKC2wH7e.js} +0 -0
  202. /package/dist/{close-circle-DLdzizCF.cjs → chunks/close-circle-DLdzizCF.js} +0 -0
  203. /package/dist/{close-circle-DOAztdSv.js → chunks/close-circle-DOAztdSv.js} +0 -0
  204. /package/dist/{close-circle-DQAsrBFU.cjs → chunks/close-circle-DQAsrBFU.js} +0 -0
  205. /package/dist/{close-circle-gnTKz8qg.js → chunks/close-circle-gnTKz8qg.js} +0 -0
  206. /package/dist/{close-square-BeaRx-R3.js → chunks/close-square-BeaRx-R3.js} +0 -0
  207. /package/dist/{close-square-Bgbpe-Rb.js → chunks/close-square-Bgbpe-Rb.js} +0 -0
  208. /package/dist/{close-square-Bl5JtmsE.cjs → chunks/close-square-Bl5JtmsE.js} +0 -0
  209. /package/dist/{close-square-BpqbwDYV.js → chunks/close-square-BpqbwDYV.js} +0 -0
  210. /package/dist/{close-square-Bvc743jq.cjs → chunks/close-square-Bvc743jq.js} +0 -0
  211. /package/dist/{close-square-Cbvknyw7.cjs → chunks/close-square-Cbvknyw7.js} +0 -0
  212. /package/dist/{close-square-CfUUq0oj.js → chunks/close-square-CfUUq0oj.js} +0 -0
  213. /package/dist/{close-square-DHgut7I-.cjs → chunks/close-square-DHgut7I-.js} +0 -0
  214. /package/dist/{close-square-DVGmbOJ0.js → chunks/close-square-DVGmbOJ0.js} +0 -0
  215. /package/dist/{close-square-DdPHu5Jm.js → chunks/close-square-DdPHu5Jm.js} +0 -0
  216. /package/dist/{close-square-DnYt2XiH.cjs → chunks/close-square-DnYt2XiH.js} +0 -0
  217. /package/dist/{close-square-xjRp8BTq.cjs → chunks/close-square-xjRp8BTq.js} +0 -0
  218. /package/dist/{danger-BJdULh6Z.cjs → chunks/danger-BJdULh6Z.js} +0 -0
  219. /package/dist/{danger-BTIz23In.js → chunks/danger-BTIz23In.js} +0 -0
  220. /package/dist/{danger-BrjbvZiM.cjs → chunks/danger-BrjbvZiM.js} +0 -0
  221. /package/dist/{danger-Bx32gN5U.js → chunks/danger-Bx32gN5U.js} +0 -0
  222. /package/dist/{danger-CAX8lJKX.js → chunks/danger-CAX8lJKX.js} +0 -0
  223. /package/dist/{danger-CVcAvOXB.cjs → chunks/danger-CVcAvOXB.js} +0 -0
  224. /package/dist/{danger-CaWRrPCf.cjs → chunks/danger-CaWRrPCf.js} +0 -0
  225. /package/dist/{danger-DWQKUt-Q.cjs → chunks/danger-DWQKUt-Q.js} +0 -0
  226. /package/dist/{danger-DzUo5c-V.js → chunks/danger-DzUo5c-V.js} +0 -0
  227. /package/dist/{danger-K7iKJ6Hj.js → chunks/danger-K7iKJ6Hj.js} +0 -0
  228. /package/dist/{danger-nL3XSMXA.js → chunks/danger-nL3XSMXA.js} +0 -0
  229. /package/dist/{danger-wTJsMBEI.cjs → chunks/danger-wTJsMBEI.js} +0 -0
  230. /package/dist/{element-3-BDqsOdTs.cjs → chunks/element-3-BDqsOdTs.js} +0 -0
  231. /package/dist/{element-3-BLa3Fw8C.cjs → chunks/element-3-BLa3Fw8C.js} +0 -0
  232. /package/dist/{element-3-B_uwUAge.cjs → chunks/element-3-B_uwUAge.js} +0 -0
  233. /package/dist/{element-3-BoNJBDqp.js → chunks/element-3-BoNJBDqp.js} +0 -0
  234. /package/dist/{element-3-C73hLVc7.js → chunks/element-3-C73hLVc7.js} +0 -0
  235. /package/dist/{element-3-CPX7vOz_.cjs → chunks/element-3-CPX7vOz_.js} +0 -0
  236. /package/dist/{element-3-DdeKipa7.js → chunks/element-3-DdeKipa7.js} +0 -0
  237. /package/dist/{element-3-Dsa3aFFy.js → chunks/element-3-Dsa3aFFy.js} +0 -0
  238. /package/dist/{element-3-S8sDNtwv.cjs → chunks/element-3-S8sDNtwv.js} +0 -0
  239. /package/dist/{element-3-YhkV61N8.cjs → chunks/element-3-YhkV61N8.js} +0 -0
  240. /package/dist/{element-3-nzEm__Rv.js → chunks/element-3-nzEm__Rv.js} +0 -0
  241. /package/dist/{element-3-yr3hzzck.js → chunks/element-3-yr3hzzck.js} +0 -0
  242. /package/dist/{eye-BGOT4dkg.cjs → chunks/eye-BGOT4dkg.js} +0 -0
  243. /package/dist/{eye-BJFvKUDu.cjs → chunks/eye-BJFvKUDu.js} +0 -0
  244. /package/dist/{eye-BRB1atdh.js → chunks/eye-BRB1atdh.js} +0 -0
  245. /package/dist/{eye-Bf4VFl7a.js → chunks/eye-Bf4VFl7a.js} +0 -0
  246. /package/dist/{eye-CC9LXMQ1.js → chunks/eye-CC9LXMQ1.js} +0 -0
  247. /package/dist/{eye-CK1M03ez.cjs → chunks/eye-CK1M03ez.js} +0 -0
  248. /package/dist/{eye-CXBFLyYh.cjs → chunks/eye-CXBFLyYh.js} +0 -0
  249. /package/dist/{eye-CcM-Nmq0.js → chunks/eye-CcM-Nmq0.js} +0 -0
  250. /package/dist/{eye-DP4zhXsm.cjs → chunks/eye-DP4zhXsm.js} +0 -0
  251. /package/dist/{eye-DaGlp3S9.js → chunks/eye-DaGlp3S9.js} +0 -0
  252. /package/dist/{eye-slash-4QawqpXV.js → chunks/eye-slash-4QawqpXV.js} +0 -0
  253. /package/dist/{eye-slash-5K5tDUZr.cjs → chunks/eye-slash-5K5tDUZr.js} +0 -0
  254. /package/dist/{eye-slash-BnjvF1ME.cjs → chunks/eye-slash-BnjvF1ME.js} +0 -0
  255. /package/dist/{eye-slash-BxKMkFDP.js → chunks/eye-slash-BxKMkFDP.js} +0 -0
  256. /package/dist/{eye-slash-CZVpq_gN.cjs → chunks/eye-slash-CZVpq_gN.js} +0 -0
  257. /package/dist/{eye-slash-Chha_f6F.js → chunks/eye-slash-Chha_f6F.js} +0 -0
  258. /package/dist/{eye-slash-CzBrFoLA.js → chunks/eye-slash-CzBrFoLA.js} +0 -0
  259. /package/dist/{eye-slash-DD4uAbjM.cjs → chunks/eye-slash-DD4uAbjM.js} +0 -0
  260. /package/dist/{eye-slash-DGM6ST4a.js → chunks/eye-slash-DGM6ST4a.js} +0 -0
  261. /package/dist/{eye-slash-DaVNSGPe.cjs → chunks/eye-slash-DaVNSGPe.js} +0 -0
  262. /package/dist/{eye-slash-iagfBjcI.cjs → chunks/eye-slash-iagfBjcI.js} +0 -0
  263. /package/dist/{eye-slash-j5X2mtyc.js → chunks/eye-slash-j5X2mtyc.js} +0 -0
  264. /package/dist/{flash-By-nb1yZ.cjs → chunks/flash-By-nb1yZ.js} +0 -0
  265. /package/dist/{flash-CH18tlI8.cjs → chunks/flash-CH18tlI8.js} +0 -0
  266. /package/dist/{flash-CImmbyq_.js → chunks/flash-CImmbyq_.js} +0 -0
  267. /package/dist/{flash-Cy-uF5pi.cjs → chunks/flash-Cy-uF5pi.js} +0 -0
  268. /package/dist/{flash-DHUvCDyx.js → chunks/flash-DHUvCDyx.js} +0 -0
  269. /package/dist/{flash-DX_C1GdP.js → chunks/flash-DX_C1GdP.js} +0 -0
  270. /package/dist/{flash-Dno8J4JT.js → chunks/flash-Dno8J4JT.js} +0 -0
  271. /package/dist/{flash-IFst8Ipi.js → chunks/flash-IFst8Ipi.js} +0 -0
  272. /package/dist/{flash-NI73RUka.cjs → chunks/flash-NI73RUka.js} +0 -0
  273. /package/dist/{flash-XfQDpuaG.cjs → chunks/flash-XfQDpuaG.js} +0 -0
  274. /package/dist/{flash-ZHhka8Oo.cjs → chunks/flash-ZHhka8Oo.js} +0 -0
  275. /package/dist/{flash-ayX6IKB0.js → chunks/flash-ayX6IKB0.js} +0 -0
  276. /package/dist/{frame-BcRKV975.js → chunks/frame-BcRKV975.js} +0 -0
  277. /package/dist/{frame-CHLzNIw4.cjs → chunks/frame-CHLzNIw4.js} +0 -0
  278. /package/dist/{gallery-0fheQOYq.js → chunks/gallery-0fheQOYq.js} +0 -0
  279. /package/dist/{gallery-B4t7C9Jf.cjs → chunks/gallery-B4t7C9Jf.js} +0 -0
  280. /package/dist/{gallery-BCpw4T1-.cjs → chunks/gallery-BCpw4T1-.js} +0 -0
  281. /package/dist/{gallery-CF8Dofw0.cjs → chunks/gallery-CF8Dofw0.js} +0 -0
  282. /package/dist/{gallery-CagXRqNB.js → chunks/gallery-CagXRqNB.js} +0 -0
  283. /package/dist/{gallery-CdGDxVhM.cjs → chunks/gallery-CdGDxVhM.js} +0 -0
  284. /package/dist/{gallery-D9nPGi9m.cjs → chunks/gallery-D9nPGi9m.js} +0 -0
  285. /package/dist/{gallery-DfKRzQbP.js → chunks/gallery-DfKRzQbP.js} +0 -0
  286. /package/dist/{gallery-DgjR4hza.js → chunks/gallery-DgjR4hza.js} +0 -0
  287. /package/dist/{gallery-DiipqL2j.cjs → chunks/gallery-DiipqL2j.js} +0 -0
  288. /package/dist/{gallery-St0nMTLD.js → chunks/gallery-St0nMTLD.js} +0 -0
  289. /package/dist/{gallery-rn6RSmVV.js → chunks/gallery-rn6RSmVV.js} +0 -0
  290. /package/dist/{grid-1-2nFV93EB.js → chunks/grid-1-2nFV93EB.js} +0 -0
  291. /package/dist/{grid-1-Baoacxrq.cjs → chunks/grid-1-Baoacxrq.js} +0 -0
  292. /package/dist/{grid-1-BlCKb_LV.js → chunks/grid-1-BlCKb_LV.js} +0 -0
  293. /package/dist/{grid-1-CLV2XKu_.js → chunks/grid-1-CLV2XKu_.js} +0 -0
  294. /package/dist/{grid-1-CMerB-h1.cjs → chunks/grid-1-CMerB-h1.js} +0 -0
  295. /package/dist/{grid-1-CbT37dAh.js → chunks/grid-1-CbT37dAh.js} +0 -0
  296. /package/dist/{grid-1-DF2Mn097.cjs → chunks/grid-1-DF2Mn097.js} +0 -0
  297. /package/dist/{grid-1-DHV1_esU.js → chunks/grid-1-DHV1_esU.js} +0 -0
  298. /package/dist/{grid-1-PXJ9qJA5.js → chunks/grid-1-PXJ9qJA5.js} +0 -0
  299. /package/dist/{grid-1-d8nUwYIQ.cjs → chunks/grid-1-d8nUwYIQ.js} +0 -0
  300. /package/dist/{grid-1-lJFmBO2n.cjs → chunks/grid-1-lJFmBO2n.js} +0 -0
  301. /package/dist/{grid-1-qkwEtBfE.cjs → chunks/grid-1-qkwEtBfE.js} +0 -0
  302. /package/dist/{grid-2-0nHeFZzu.cjs → chunks/grid-2-0nHeFZzu.js} +0 -0
  303. /package/dist/{grid-2-B1kT57-Q.cjs → chunks/grid-2-B1kT57-Q.js} +0 -0
  304. /package/dist/{grid-2-BFtHrjhC.cjs → chunks/grid-2-BFtHrjhC.js} +0 -0
  305. /package/dist/{grid-2-BkIkGXa_.js → chunks/grid-2-BkIkGXa_.js} +0 -0
  306. /package/dist/{grid-2-C2OQfTfW.cjs → chunks/grid-2-C2OQfTfW.js} +0 -0
  307. /package/dist/{grid-2-CRR2dSRR.js → chunks/grid-2-CRR2dSRR.js} +0 -0
  308. /package/dist/{grid-2-Cc7nLy-d.cjs → chunks/grid-2-Cc7nLy-d.js} +0 -0
  309. /package/dist/{grid-2-D4GQdXkI.js → chunks/grid-2-D4GQdXkI.js} +0 -0
  310. /package/dist/{grid-2-DIA2Jyjl.js → chunks/grid-2-DIA2Jyjl.js} +0 -0
  311. /package/dist/{grid-2-Dka1tyBi.js → chunks/grid-2-Dka1tyBi.js} +0 -0
  312. /package/dist/{grid-2-Mk5eW_yV.cjs → chunks/grid-2-Mk5eW_yV.js} +0 -0
  313. /package/dist/{grid-2-lJuB51Te.js → chunks/grid-2-lJuB51Te.js} +0 -0
  314. /package/dist/{grid-3-B9jJKcuc.cjs → chunks/grid-3-B9jJKcuc.js} +0 -0
  315. /package/dist/{grid-3-BJtV6Fui.js → chunks/grid-3-BJtV6Fui.js} +0 -0
  316. /package/dist/{grid-3-BLRp5Kqd.js → chunks/grid-3-BLRp5Kqd.js} +0 -0
  317. /package/dist/{grid-3-BaTZ0DdR.cjs → chunks/grid-3-BaTZ0DdR.js} +0 -0
  318. /package/dist/{grid-3-BhG9vXW7.js → chunks/grid-3-BhG9vXW7.js} +0 -0
  319. /package/dist/{grid-3-Cb12p1Zb.cjs → chunks/grid-3-Cb12p1Zb.js} +0 -0
  320. /package/dist/{grid-3-CsQx4u-_.js → chunks/grid-3-CsQx4u-_.js} +0 -0
  321. /package/dist/{grid-3-DcqGdYFy.cjs → chunks/grid-3-DcqGdYFy.js} +0 -0
  322. /package/dist/{grid-3-Dr1KxfZX.js → chunks/grid-3-Dr1KxfZX.js} +0 -0
  323. /package/dist/{grid-3-DrWKKu9M.js → chunks/grid-3-DrWKKu9M.js} +0 -0
  324. /package/dist/{grid-3-Lb9oixKO.cjs → chunks/grid-3-Lb9oixKO.js} +0 -0
  325. /package/dist/{grid-3-v7girwOq.cjs → chunks/grid-3-v7girwOq.js} +0 -0
  326. /package/dist/{grid-edit-B7msOSsO.cjs → chunks/grid-edit-B7msOSsO.js} +0 -0
  327. /package/dist/{grid-edit-BStqG00A.js → chunks/grid-edit-BStqG00A.js} +0 -0
  328. /package/dist/{grid-edit-BUjOEbvH.cjs → chunks/grid-edit-BUjOEbvH.js} +0 -0
  329. /package/dist/{grid-edit-Bxtgdd5n.cjs → chunks/grid-edit-Bxtgdd5n.js} +0 -0
  330. /package/dist/{grid-edit-CQL_1mZM.cjs → chunks/grid-edit-CQL_1mZM.js} +0 -0
  331. /package/dist/{grid-edit-CZ51xDRR.js → chunks/grid-edit-CZ51xDRR.js} +0 -0
  332. /package/dist/{grid-edit-Cn07rsiC.js → chunks/grid-edit-Cn07rsiC.js} +0 -0
  333. /package/dist/{grid-edit-DvB7eEl0.cjs → chunks/grid-edit-DvB7eEl0.js} +0 -0
  334. /package/dist/{grid-edit-Dy3t8muv.js → chunks/grid-edit-Dy3t8muv.js} +0 -0
  335. /package/dist/{grid-edit-RMOiU5q8.cjs → chunks/grid-edit-RMOiU5q8.js} +0 -0
  336. /package/dist/{grid-edit-YvL5gNMc.js → chunks/grid-edit-YvL5gNMc.js} +0 -0
  337. /package/dist/{grid-edit-baK1pIq6.js → chunks/grid-edit-baK1pIq6.js} +0 -0
  338. /package/dist/{info-circle-6kOenfNC.js → chunks/info-circle-6kOenfNC.js} +0 -0
  339. /package/dist/{info-circle-B5N2xyfy.js → chunks/info-circle-B5N2xyfy.js} +0 -0
  340. /package/dist/{info-circle-C2Wz2r6o.cjs → chunks/info-circle-C2Wz2r6o.js} +0 -0
  341. /package/dist/{info-circle-COcPkuXZ.cjs → chunks/info-circle-COcPkuXZ.js} +0 -0
  342. /package/dist/{info-circle-CP93ILuj.cjs → chunks/info-circle-CP93ILuj.js} +0 -0
  343. /package/dist/{info-circle-CQk7i3Su.js → chunks/info-circle-CQk7i3Su.js} +0 -0
  344. /package/dist/{info-circle-DWF1Ef0o.cjs → chunks/info-circle-DWF1Ef0o.js} +0 -0
  345. /package/dist/{info-circle-DkfW8vAI.js → chunks/info-circle-DkfW8vAI.js} +0 -0
  346. /package/dist/{info-circle-DnyLsdiC.js → chunks/info-circle-DnyLsdiC.js} +0 -0
  347. /package/dist/{info-circle-U9SbQLWk.cjs → chunks/info-circle-U9SbQLWk.js} +0 -0
  348. /package/dist/{info-circle-_bVU3x_k.cjs → chunks/info-circle-_bVU3x_k.js} +0 -0
  349. /package/dist/{info-circle-aE0Oyezo.js → chunks/info-circle-aE0Oyezo.js} +0 -0
  350. /package/dist/{information-Bc0NnmJZ.cjs → chunks/information-Bc0NnmJZ.js} +0 -0
  351. /package/dist/{information-CaGJ_mM3.js → chunks/information-CaGJ_mM3.js} +0 -0
  352. /package/dist/{information-CwxlT-FJ.js → chunks/information-CwxlT-FJ.js} +0 -0
  353. /package/dist/{information-D8o3u538.cjs → chunks/information-D8o3u538.js} +0 -0
  354. /package/dist/{information-DRCq5fE5.cjs → chunks/information-DRCq5fE5.js} +0 -0
  355. /package/dist/{information-DgGDcc32.cjs → chunks/information-DgGDcc32.js} +0 -0
  356. /package/dist/{information-DjJvt2X4.cjs → chunks/information-DjJvt2X4.js} +0 -0
  357. /package/dist/{information-DnVVcwnJ.js → chunks/information-DnVVcwnJ.js} +0 -0
  358. /package/dist/{information-Xv5n2X1A.js → chunks/information-Xv5n2X1A.js} +0 -0
  359. /package/dist/{information-d8ZG6aaS.js → chunks/information-d8ZG6aaS.js} +0 -0
  360. /package/dist/{information-jYXEDed4.js → chunks/information-jYXEDed4.js} +0 -0
  361. /package/dist/{information-nwb7P4Ht.cjs → chunks/information-nwb7P4Ht.js} +0 -0
  362. /package/dist/{link-BWjOQDxe.js → chunks/link-BWjOQDxe.js} +0 -0
  363. /package/dist/{link-C248CAet.cjs → chunks/link-C248CAet.js} +0 -0
  364. /package/dist/{link-CaiWNqlz.cjs → chunks/link-CaiWNqlz.js} +0 -0
  365. /package/dist/{link-Ccxf5n-l.cjs → chunks/link-Ccxf5n-l.js} +0 -0
  366. /package/dist/{link-CrnK4TCj.js → chunks/link-CrnK4TCj.js} +0 -0
  367. /package/dist/{link-CtsNQupk.cjs → chunks/link-CtsNQupk.js} +0 -0
  368. /package/dist/{link-CxQZZHzv.js → chunks/link-CxQZZHzv.js} +0 -0
  369. /package/dist/{link-DCLn1IDs.cjs → chunks/link-DCLn1IDs.js} +0 -0
  370. /package/dist/{link-DUkoe5Km.js → chunks/link-DUkoe5Km.js} +0 -0
  371. /package/dist/{link-DkkL7LfC.js → chunks/link-DkkL7LfC.js} +0 -0
  372. /package/dist/{link-YlDhxD95.js → chunks/link-YlDhxD95.js} +0 -0
  373. /package/dist/{link-ck4nib4k.cjs → chunks/link-ck4nib4k.js} +0 -0
  374. /package/dist/{minus-AwCeA7rg.js → chunks/minus-AwCeA7rg.js} +0 -0
  375. /package/dist/{minus-BNumKlkE.cjs → chunks/minus-BNumKlkE.js} +0 -0
  376. /package/dist/{minus-BmYzqTap.js → chunks/minus-BmYzqTap.js} +0 -0
  377. /package/dist/{minus-BpebEyH-.cjs → chunks/minus-BpebEyH-.js} +0 -0
  378. /package/dist/{minus-CHNQpWqO.cjs → chunks/minus-CHNQpWqO.js} +0 -0
  379. /package/dist/{minus-DPxsgjkb.js → chunks/minus-DPxsgjkb.js} +0 -0
  380. /package/dist/{minus-DU815nlw.cjs → chunks/minus-DU815nlw.js} +0 -0
  381. /package/dist/{minus-DsP-Y1rj.cjs → chunks/minus-DsP-Y1rj.js} +0 -0
  382. /package/dist/{minus-DyuuKbm0.js → chunks/minus-DyuuKbm0.js} +0 -0
  383. /package/dist/{minus-IpswOxr_.cjs → chunks/minus-IpswOxr_.js} +0 -0
  384. /package/dist/{minus-WdS4_M_-.js → chunks/minus-WdS4_M_-.js} +0 -0
  385. /package/dist/{minus-cirlce-1BD-prgU.js → chunks/minus-cirlce-1BD-prgU.js} +0 -0
  386. /package/dist/{minus-cirlce-8ybre9Oa.cjs → chunks/minus-cirlce-8ybre9Oa.js} +0 -0
  387. /package/dist/{minus-cirlce-B-s5qjuC.cjs → chunks/minus-cirlce-B-s5qjuC.js} +0 -0
  388. /package/dist/{minus-cirlce-B4wPx7Ld.js → chunks/minus-cirlce-B4wPx7Ld.js} +0 -0
  389. /package/dist/{minus-cirlce-BThD7ayf.js → chunks/minus-cirlce-BThD7ayf.js} +0 -0
  390. /package/dist/{minus-cirlce-BZzid6gu.js → chunks/minus-cirlce-BZzid6gu.js} +0 -0
  391. /package/dist/{minus-cirlce-ClVOqRsi.js → chunks/minus-cirlce-ClVOqRsi.js} +0 -0
  392. /package/dist/{minus-cirlce-CqtEPKpg.js → chunks/minus-cirlce-CqtEPKpg.js} +0 -0
  393. /package/dist/{minus-cirlce-DMgKEXmq.cjs → chunks/minus-cirlce-DMgKEXmq.js} +0 -0
  394. /package/dist/{minus-cirlce-DqWKt5kG.cjs → chunks/minus-cirlce-DqWKt5kG.js} +0 -0
  395. /package/dist/{minus-cirlce-Dxq_jI5N.cjs → chunks/minus-cirlce-Dxq_jI5N.js} +0 -0
  396. /package/dist/{minus-cirlce-dilMVSmk.cjs → chunks/minus-cirlce-dilMVSmk.js} +0 -0
  397. /package/dist/{minus-lJM-f7JO.js → chunks/minus-lJM-f7JO.js} +0 -0
  398. /package/dist/{minus-square-5yIOZ583.cjs → chunks/minus-square-5yIOZ583.js} +0 -0
  399. /package/dist/{minus-square-BIOcgTzZ.cjs → chunks/minus-square-BIOcgTzZ.js} +0 -0
  400. /package/dist/{minus-square-BiFQWw1K.js → chunks/minus-square-BiFQWw1K.js} +0 -0
  401. /package/dist/{minus-square-Bm7Eo1gc.js → chunks/minus-square-Bm7Eo1gc.js} +0 -0
  402. /package/dist/{minus-square-Ct1YbAc3.cjs → chunks/minus-square-Ct1YbAc3.js} +0 -0
  403. /package/dist/{minus-square-D6evOc5Q.cjs → chunks/minus-square-D6evOc5Q.js} +0 -0
  404. /package/dist/{minus-square-DKec4fLp.js → chunks/minus-square-DKec4fLp.js} +0 -0
  405. /package/dist/{minus-square-DLwreP3Z.js → chunks/minus-square-DLwreP3Z.js} +0 -0
  406. /package/dist/{minus-square-DOok_IGg.cjs → chunks/minus-square-DOok_IGg.js} +0 -0
  407. /package/dist/{minus-square-DmSqPQeo.js → chunks/minus-square-DmSqPQeo.js} +0 -0
  408. /package/dist/{minus-square-OYhlceDc.js → chunks/minus-square-OYhlceDc.js} +0 -0
  409. /package/dist/{minus-square-jz81Ss1y.cjs → chunks/minus-square-jz81Ss1y.js} +0 -0
  410. /package/dist/{smallcaps-4db6OP5z.cjs → chunks/smallcaps-4db6OP5z.js} +0 -0
  411. /package/dist/{smallcaps-BRGmz5X1.js → chunks/smallcaps-BRGmz5X1.js} +0 -0
  412. /package/dist/{smallcaps-C3aFFEMg.cjs → chunks/smallcaps-C3aFFEMg.js} +0 -0
  413. /package/dist/{smallcaps-CQH0e-Qr.js → chunks/smallcaps-CQH0e-Qr.js} +0 -0
  414. /package/dist/{smallcaps-CrTAH_fl.cjs → chunks/smallcaps-CrTAH_fl.js} +0 -0
  415. /package/dist/{smallcaps-Csx5r5fL.js → chunks/smallcaps-Csx5r5fL.js} +0 -0
  416. /package/dist/{smallcaps-D57em6lZ.js → chunks/smallcaps-D57em6lZ.js} +0 -0
  417. /package/dist/{smallcaps-DMxoMhLq.cjs → chunks/smallcaps-DMxoMhLq.js} +0 -0
  418. /package/dist/{smallcaps-DTc90-wB.js → chunks/smallcaps-DTc90-wB.js} +0 -0
  419. /package/dist/{smallcaps-DvQw3mgt.cjs → chunks/smallcaps-DvQw3mgt.js} +0 -0
  420. /package/dist/{smallcaps-EMohyYps.js → chunks/smallcaps-EMohyYps.js} +0 -0
  421. /package/dist/{smallcaps-tS0-FTm4.cjs → chunks/smallcaps-tS0-FTm4.js} +0 -0
  422. /package/dist/{task-5wAtmLia.cjs → chunks/task-5wAtmLia.js} +0 -0
  423. /package/dist/{task-BFFgtsR7.cjs → chunks/task-BFFgtsR7.js} +0 -0
  424. /package/dist/{task-CPHbx6Xp.js → chunks/task-CPHbx6Xp.js} +0 -0
  425. /package/dist/{task-CPK0Xitw.js → chunks/task-CPK0Xitw.js} +0 -0
  426. /package/dist/{task-CWMoBPrR.js → chunks/task-CWMoBPrR.js} +0 -0
  427. /package/dist/{task-CZeuxLHS.cjs → chunks/task-CZeuxLHS.js} +0 -0
  428. /package/dist/{task-CpUWZ14w.cjs → chunks/task-CpUWZ14w.js} +0 -0
  429. /package/dist/{task-D2dHPypM.js → chunks/task-D2dHPypM.js} +0 -0
  430. /package/dist/{task-DHjlHB5u.js → chunks/task-DHjlHB5u.js} +0 -0
  431. /package/dist/{task-INl8gJof.cjs → chunks/task-INl8gJof.js} +0 -0
  432. /package/dist/{task-YBjBROjF.cjs → chunks/task-YBjBROjF.js} +0 -0
  433. /package/dist/{task-rAZ4_dJi.js → chunks/task-rAZ4_dJi.js} +0 -0
  434. /package/dist/{text-bold-B9Uuus_K.js → chunks/text-bold-B9Uuus_K.js} +0 -0
  435. /package/dist/{text-bold-Bpds56iN.cjs → chunks/text-bold-Bpds56iN.js} +0 -0
  436. /package/dist/{text-bold-BwjfWLnV.js → chunks/text-bold-BwjfWLnV.js} +0 -0
  437. /package/dist/{text-bold-CGib54xr.js → chunks/text-bold-CGib54xr.js} +0 -0
  438. /package/dist/{text-bold-D9E9gOwG.js → chunks/text-bold-D9E9gOwG.js} +0 -0
  439. /package/dist/{text-bold-D9y0G3W6.cjs → chunks/text-bold-D9y0G3W6.js} +0 -0
  440. /package/dist/{text-bold-DA18Cobf.cjs → chunks/text-bold-DA18Cobf.js} +0 -0
  441. /package/dist/{text-bold-FVlP-onb.js → chunks/text-bold-FVlP-onb.js} +0 -0
  442. /package/dist/{text-bold-dNsqnxrJ.cjs → chunks/text-bold-dNsqnxrJ.js} +0 -0
  443. /package/dist/{text-bold-hD59fjBM.cjs → chunks/text-bold-hD59fjBM.js} +0 -0
  444. /package/dist/{text-bold-q4PQl2lp.cjs → chunks/text-bold-q4PQl2lp.js} +0 -0
  445. /package/dist/{text-bold-yLyZsv3k.js → chunks/text-bold-yLyZsv3k.js} +0 -0
  446. /package/dist/{text-italic-BAQsDLCD.cjs → chunks/text-italic-BAQsDLCD.js} +0 -0
  447. /package/dist/{text-italic-BBbdgOV8.js → chunks/text-italic-BBbdgOV8.js} +0 -0
  448. /package/dist/{text-italic-BLRmyoa_.cjs → chunks/text-italic-BLRmyoa_.js} +0 -0
  449. /package/dist/{text-italic-BRpMpFEP.cjs → chunks/text-italic-BRpMpFEP.js} +0 -0
  450. /package/dist/{text-italic-BbSEOHaR.js → chunks/text-italic-BbSEOHaR.js} +0 -0
  451. /package/dist/{text-italic-BbY_nLh3.cjs → chunks/text-italic-BbY_nLh3.js} +0 -0
  452. /package/dist/{text-italic-BqvfDpZ_.js → chunks/text-italic-BqvfDpZ_.js} +0 -0
  453. /package/dist/{text-italic-COwZp8nN.js → chunks/text-italic-COwZp8nN.js} +0 -0
  454. /package/dist/{text-italic-D-86ejcb.js → chunks/text-italic-D-86ejcb.js} +0 -0
  455. /package/dist/{text-italic-D5L8cO7S.cjs → chunks/text-italic-D5L8cO7S.js} +0 -0
  456. /package/dist/{text-italic-Dqj-AGrY.cjs → chunks/text-italic-Dqj-AGrY.js} +0 -0
  457. /package/dist/{text-italic-JVNLjL6A.js → chunks/text-italic-JVNLjL6A.js} +0 -0
  458. /package/dist/{textalign-center-BNXKb7o1.js → chunks/textalign-center-BNXKb7o1.js} +0 -0
  459. /package/dist/{textalign-center-BgDrvLgu.js → chunks/textalign-center-BgDrvLgu.js} +0 -0
  460. /package/dist/{textalign-center-BiW7-UK8.cjs → chunks/textalign-center-BiW7-UK8.js} +0 -0
  461. /package/dist/{textalign-center-BjXTeLZ9.js → chunks/textalign-center-BjXTeLZ9.js} +0 -0
  462. /package/dist/{textalign-center-CMfGM3nt.cjs → chunks/textalign-center-CMfGM3nt.js} +0 -0
  463. /package/dist/{textalign-center-CZUB_mi5.cjs → chunks/textalign-center-CZUB_mi5.js} +0 -0
  464. /package/dist/{textalign-center-DV1ZVVJ9.js → chunks/textalign-center-DV1ZVVJ9.js} +0 -0
  465. /package/dist/{textalign-center-DhIAARrX.cjs → chunks/textalign-center-DhIAARrX.js} +0 -0
  466. /package/dist/{textalign-center-DssUllZx.cjs → chunks/textalign-center-DssUllZx.js} +0 -0
  467. /package/dist/{textalign-center-DuFr4Z0N.js → chunks/textalign-center-DuFr4Z0N.js} +0 -0
  468. /package/dist/{textalign-center-TtJrRcy1.cjs → chunks/textalign-center-TtJrRcy1.js} +0 -0
  469. /package/dist/{textalign-center-XZiUcsoS.js → chunks/textalign-center-XZiUcsoS.js} +0 -0
  470. /package/dist/{textalign-justifycenter-1H0ry4i1.cjs → chunks/textalign-justifycenter-1H0ry4i1.js} +0 -0
  471. /package/dist/{textalign-justifycenter-B4Okp5WQ.js → chunks/textalign-justifycenter-B4Okp5WQ.js} +0 -0
  472. /package/dist/{textalign-justifycenter-BanoqoY2.cjs → chunks/textalign-justifycenter-BanoqoY2.js} +0 -0
  473. /package/dist/{textalign-justifycenter-BrM7y8Q-.cjs → chunks/textalign-justifycenter-BrM7y8Q-.js} +0 -0
  474. /package/dist/{textalign-justifycenter-BvuL2Tc9.js → chunks/textalign-justifycenter-BvuL2Tc9.js} +0 -0
  475. /package/dist/{textalign-justifycenter-ByaUTZOq.cjs → chunks/textalign-justifycenter-ByaUTZOq.js} +0 -0
  476. /package/dist/{textalign-justifycenter-C7GGAIEd.cjs → chunks/textalign-justifycenter-C7GGAIEd.js} +0 -0
  477. /package/dist/{textalign-justifycenter-C_15oG-O.js → chunks/textalign-justifycenter-C_15oG-O.js} +0 -0
  478. /package/dist/{textalign-justifycenter-Cd3T_URi.js → chunks/textalign-justifycenter-Cd3T_URi.js} +0 -0
  479. /package/dist/{textalign-justifycenter-Cuq0nA7n.js → chunks/textalign-justifycenter-Cuq0nA7n.js} +0 -0
  480. /package/dist/{textalign-justifycenter-DTB7BpEM.cjs → chunks/textalign-justifycenter-DTB7BpEM.js} +0 -0
  481. /package/dist/{textalign-justifycenter-GJYh78KA.js → chunks/textalign-justifycenter-GJYh78KA.js} +0 -0
  482. /package/dist/{textalign-left-BBkJw9sM.js → chunks/textalign-left-BBkJw9sM.js} +0 -0
  483. /package/dist/{textalign-left-CQFeWNky.cjs → chunks/textalign-left-CQFeWNky.js} +0 -0
  484. /package/dist/{textalign-left-CVLtezzT.cjs → chunks/textalign-left-CVLtezzT.js} +0 -0
  485. /package/dist/{textalign-left-CrkiT20G.js → chunks/textalign-left-CrkiT20G.js} +0 -0
  486. /package/dist/{textalign-left-Czv9gCWL.js → chunks/textalign-left-Czv9gCWL.js} +0 -0
  487. /package/dist/{textalign-left-DDV2YTsX.js → chunks/textalign-left-DDV2YTsX.js} +0 -0
  488. /package/dist/{textalign-left-DbbIELEG.js → chunks/textalign-left-DbbIELEG.js} +0 -0
  489. /package/dist/{textalign-left-DmbcMnUt.cjs → chunks/textalign-left-DmbcMnUt.js} +0 -0
  490. /package/dist/{textalign-left-DwMDZkz6.cjs → chunks/textalign-left-DwMDZkz6.js} +0 -0
  491. /package/dist/{textalign-left-FcEEgVUa.js → chunks/textalign-left-FcEEgVUa.js} +0 -0
  492. /package/dist/{textalign-left-HOX6BrC8.cjs → chunks/textalign-left-HOX6BrC8.js} +0 -0
  493. /package/dist/{textalign-left-Tim7PD2T.cjs → chunks/textalign-left-Tim7PD2T.js} +0 -0
  494. /package/dist/{textalign-right-AzUv7Wy_.cjs → chunks/textalign-right-AzUv7Wy_.js} +0 -0
  495. /package/dist/{textalign-right-B4RMoyPu.js → chunks/textalign-right-B4RMoyPu.js} +0 -0
  496. /package/dist/{textalign-right-Bh1GtPWc.cjs → chunks/textalign-right-Bh1GtPWc.js} +0 -0
  497. /package/dist/{textalign-right-BwpxVvNc.js → chunks/textalign-right-BwpxVvNc.js} +0 -0
  498. /package/dist/{textalign-right-CKoFhqEE.js → chunks/textalign-right-CKoFhqEE.js} +0 -0
  499. /package/dist/{textalign-right-CQKHpAQn.cjs → chunks/textalign-right-CQKHpAQn.js} +0 -0
  500. /package/dist/{textalign-right-CSi5EldQ.js → chunks/textalign-right-CSi5EldQ.js} +0 -0
  501. /package/dist/{textalign-right-CaDWcT07.cjs → chunks/textalign-right-CaDWcT07.js} +0 -0
  502. /package/dist/{textalign-right-CoIc3IEi.js → chunks/textalign-right-CoIc3IEi.js} +0 -0
  503. /package/dist/{textalign-right-D-peBkxs.cjs → chunks/textalign-right-D-peBkxs.js} +0 -0
  504. /package/dist/{textalign-right-DxQZxeBV.cjs → chunks/textalign-right-DxQZxeBV.js} +0 -0
  505. /package/dist/{textalign-right-LtrQalb-.js → chunks/textalign-right-LtrQalb-.js} +0 -0
  506. /package/dist/{tick-circle-BKOcfgEg.js → chunks/tick-circle-BKOcfgEg.js} +0 -0
  507. /package/dist/{tick-circle-BnKIaxPY.cjs → chunks/tick-circle-BnKIaxPY.js} +0 -0
  508. /package/dist/{tick-circle-BtUKn3PL.js → chunks/tick-circle-BtUKn3PL.js} +0 -0
  509. /package/dist/{tick-circle-C5RStEjH.cjs → chunks/tick-circle-C5RStEjH.js} +0 -0
  510. /package/dist/{tick-circle-CDTd4DZh.cjs → chunks/tick-circle-CDTd4DZh.js} +0 -0
  511. /package/dist/{tick-circle-CG3ZUEnU.js → chunks/tick-circle-CG3ZUEnU.js} +0 -0
  512. /package/dist/{tick-circle-CUaIX5y-.js → chunks/tick-circle-CUaIX5y-.js} +0 -0
  513. /package/dist/{tick-circle-DAndptFp.js → chunks/tick-circle-DAndptFp.js} +0 -0
  514. /package/dist/{tick-circle-DQ9C7xxg.cjs → chunks/tick-circle-DQ9C7xxg.js} +0 -0
  515. /package/dist/{tick-circle-DWmag5im.cjs → chunks/tick-circle-DWmag5im.js} +0 -0
  516. /package/dist/{tick-circle-DYrsmBQ9.cjs → chunks/tick-circle-DYrsmBQ9.js} +0 -0
  517. /package/dist/{tick-circle-Pc0TudXX.js → chunks/tick-circle-Pc0TudXX.js} +0 -0
  518. /package/dist/{tick-square-6dk-mgmy.cjs → chunks/tick-square-6dk-mgmy.js} +0 -0
  519. /package/dist/{tick-square-B4p9-AAj.cjs → chunks/tick-square-B4p9-AAj.js} +0 -0
  520. /package/dist/{tick-square-BO__mVIu.js → chunks/tick-square-BO__mVIu.js} +0 -0
  521. /package/dist/{tick-square-BTbcAXZP.js → chunks/tick-square-BTbcAXZP.js} +0 -0
  522. /package/dist/{tick-square-CCsVYSqp.cjs → chunks/tick-square-CCsVYSqp.js} +0 -0
  523. /package/dist/{tick-square-CoNp6Xdh.js → chunks/tick-square-CoNp6Xdh.js} +0 -0
  524. /package/dist/{tick-square-CplD_Uli.js → chunks/tick-square-CplD_Uli.js} +0 -0
  525. /package/dist/{tick-square-CwTiY1_M.js → chunks/tick-square-CwTiY1_M.js} +0 -0
  526. /package/dist/{tick-square-CziXw6v_.cjs → chunks/tick-square-CziXw6v_.js} +0 -0
  527. /package/dist/{tick-square-EOW8ui7o.cjs → chunks/tick-square-EOW8ui7o.js} +0 -0
  528. /package/dist/{tick-square-IPQPjzmL.cjs → chunks/tick-square-IPQPjzmL.js} +0 -0
  529. /package/dist/{tick-square-TXkCLxdY.js → chunks/tick-square-TXkCLxdY.js} +0 -0
  530. /package/dist/{uniq-id-CGUN-pJV.js → chunks/uniq-id-CGUN-pJV.js} +0 -0
  531. /package/dist/{uniq-id-Cszs24DQ.cjs → chunks/uniq-id-Cszs24DQ.js} +0 -0
  532. /package/dist/{verify-5gEaWngS.js → chunks/verify-5gEaWngS.js} +0 -0
  533. /package/dist/{verify-AxjJkl01.cjs → chunks/verify-AxjJkl01.js} +0 -0
  534. /package/dist/{verify-BDzJ6pBw.js → chunks/verify-BDzJ6pBw.js} +0 -0
  535. /package/dist/{verify-BPKA8uIA.js → chunks/verify-BPKA8uIA.js} +0 -0
  536. /package/dist/{verify-CLN2KLsL.js → chunks/verify-CLN2KLsL.js} +0 -0
  537. /package/dist/{verify-Cf6dmlZH.cjs → chunks/verify-Cf6dmlZH.js} +0 -0
  538. /package/dist/{verify-D2WLFn6G.cjs → chunks/verify-D2WLFn6G.js} +0 -0
  539. /package/dist/{verify-DAWpZR-0.cjs → chunks/verify-DAWpZR-0.js} +0 -0
  540. /package/dist/{verify-Dn_1284X.js → chunks/verify-Dn_1284X.js} +0 -0
  541. /package/dist/{verify-Dwm5p0Wm.cjs → chunks/verify-Dwm5p0Wm.js} +0 -0
  542. /package/dist/{verify-poZiNwDW.cjs → chunks/verify-poZiNwDW.js} +0 -0
  543. /package/dist/{verify-qKgDt_cz.js → chunks/verify-qKgDt_cz.js} +0 -0
  544. /package/dist/{warning-2-97Si6IrM.cjs → chunks/warning-2-97Si6IrM.js} +0 -0
  545. /package/dist/{warning-2-BSM6W1Gm.js → chunks/warning-2-BSM6W1Gm.js} +0 -0
  546. /package/dist/{warning-2-BixGOAk9.js → chunks/warning-2-BixGOAk9.js} +0 -0
  547. /package/dist/{warning-2-BvOu0gS4.js → chunks/warning-2-BvOu0gS4.js} +0 -0
  548. /package/dist/{warning-2-CZN1r-ol.cjs → chunks/warning-2-CZN1r-ol.js} +0 -0
  549. /package/dist/{warning-2-CtlOo41U.js → chunks/warning-2-CtlOo41U.js} +0 -0
  550. /package/dist/{warning-2-Cv13JPGf.cjs → chunks/warning-2-Cv13JPGf.js} +0 -0
  551. /package/dist/{warning-2-D2EzJ9aB.js → chunks/warning-2-D2EzJ9aB.js} +0 -0
  552. /package/dist/{warning-2-DMkszxQr.cjs → chunks/warning-2-DMkszxQr.js} +0 -0
  553. /package/dist/{warning-2-DdO_RDHZ.cjs → chunks/warning-2-DdO_RDHZ.js} +0 -0
  554. /package/dist/{warning-2-Dq9nReo1.cjs → chunks/warning-2-Dq9nReo1.js} +0 -0
  555. /package/dist/{warning-2-DqcrFtKk.js → chunks/warning-2-DqcrFtKk.js} +0 -0
@@ -1,12 +1,14 @@
1
- import { x, T as TailwindStyledElement } from '../../index-DUvJL4Yz.js';
2
- import { n, s as safeCustomElement } from '../../safe-custom-element-B49fAUL7.js';
3
- import { o as o$1 } from '../../unsafe-html-B9WyMkeu.js';
4
- import { o } from '../../style-map-fND-mbdR.js';
1
+ import { html } from 'lit';
2
+ import { property } from 'lit/decorators.js';
3
+ import { unsafeHTML } from 'lit/directives/unsafe-html.js';
4
+ import { s as safeCustomElement } from '../../chunks/safe-custom-element-qdGIR_v6.js';
5
+ import { TailwindStyledElement } from '../../shared/tailwind-element/index.js';
6
+ import { o } from '../../chunks/style-map-auscxO0L.js';
5
7
 
6
8
  const style = ":host {\n position: relative;\n display: inline-flex;\n line-height: 0;\n}\n:host svg {\n display: block !important;\n}";
7
9
 
8
10
  const addPhoto = (options) => {
9
- return x`<svg
11
+ return html`<svg
10
12
  width="24"
11
13
  height="24"
12
14
  viewBox="0 0 24 24"
@@ -48,7 +50,7 @@ const addPhoto = (options) => {
48
50
  };
49
51
 
50
52
  const arrowDownLg = (options) => {
51
- return x`<svg
53
+ return html`<svg
52
54
  width="24"
53
55
  height="24"
54
56
  viewBox="0 0 24 24"
@@ -70,7 +72,7 @@ const arrowDownLg = (options) => {
70
72
  };
71
73
 
72
74
  const arrowDownSm = (options) => {
73
- return x`<svg
75
+ return html`<svg
74
76
  width="24"
75
77
  height="24"
76
78
  viewBox="0 0 24 24"
@@ -92,7 +94,7 @@ const arrowDownSm = (options) => {
92
94
  };
93
95
 
94
96
  const arrowLeftLg = (options) => {
95
- return x`<svg
97
+ return html`<svg
96
98
  width="24"
97
99
  height="24"
98
100
  viewBox="0 0 24 24"
@@ -114,7 +116,7 @@ const arrowLeftLg = (options) => {
114
116
  };
115
117
 
116
118
  const arrowLeftSm = (options) => {
117
- return x`<svg
119
+ return html`<svg
118
120
  width="24"
119
121
  height="24"
120
122
  viewBox="0 0 24 24"
@@ -136,7 +138,7 @@ const arrowLeftSm = (options) => {
136
138
  };
137
139
 
138
140
  const arrowRightLg = (options) => {
139
- return x`<svg
141
+ return html`<svg
140
142
  width="24"
141
143
  height="24"
142
144
  viewBox="0 0 24 24"
@@ -158,7 +160,7 @@ const arrowRightLg = (options) => {
158
160
  };
159
161
 
160
162
  const arrowRightSm = (options) => {
161
- return x`<svg
163
+ return html`<svg
162
164
  width="24"
163
165
  height="24"
164
166
  viewBox="0 0 24 24"
@@ -180,7 +182,7 @@ const arrowRightSm = (options) => {
180
182
  };
181
183
 
182
184
  const arrowUpLg = (options) => {
183
- return x`<svg
185
+ return html`<svg
184
186
  width="24"
185
187
  height="24"
186
188
  viewBox="0 0 24 24"
@@ -202,7 +204,7 @@ const arrowUpLg = (options) => {
202
204
  };
203
205
 
204
206
  const arrowUpSm = (options) => {
205
- return x`<svg
207
+ return html`<svg
206
208
  width="24"
207
209
  height="24"
208
210
  viewBox="0 0 24 24"
@@ -224,7 +226,7 @@ const arrowUpSm = (options) => {
224
226
  };
225
227
 
226
228
  const barbellOutline = (options) => {
227
- return x`<svg
229
+ return html`<svg
228
230
  width="24"
229
231
  height="24"
230
232
  viewBox="0 0 24 24"
@@ -274,7 +276,7 @@ const barbellOutline = (options) => {
274
276
  };
275
277
 
276
278
  const bulbOutline = (options) => {
277
- return x`<svg
279
+ return html`<svg
278
280
  width="24"
279
281
  height="24"
280
282
  viewBox="0 0 24 24"
@@ -324,7 +326,7 @@ const bulbOutline = (options) => {
324
326
  };
325
327
 
326
328
  const camera = (options) => {
327
- return x`<svg
329
+ return html`<svg
328
330
  width="24"
329
331
  height="24"
330
332
  viewBox="0 0 24 24"
@@ -360,7 +362,7 @@ const camera = (options) => {
360
362
  };
361
363
 
362
364
  const clipboard = (options) => {
363
- return x`<svg
365
+ return html`<svg
364
366
  width="24"
365
367
  height="24"
366
368
  viewBox="0 0 24 24"
@@ -415,7 +417,7 @@ const clipboard = (options) => {
415
417
  };
416
418
 
417
419
  const clock = (options) => {
418
- return x`<svg
420
+ return html`<svg
419
421
  width="24"
420
422
  height="24"
421
423
  viewBox="0 0 24 24"
@@ -442,7 +444,7 @@ const clock = (options) => {
442
444
  };
443
445
 
444
446
  const closeLg = (options) => {
445
- return x`<svg
447
+ return html`<svg
446
448
  width="24"
447
449
  height="24"
448
450
  viewBox="0 0 24 24"
@@ -471,7 +473,7 @@ const closeLg = (options) => {
471
473
  };
472
474
 
473
475
  const closeSm = (options) => {
474
- return x`<svg
476
+ return html`<svg
475
477
  width="24"
476
478
  height="24"
477
479
  viewBox="0 0 24 24"
@@ -500,7 +502,7 @@ const closeSm = (options) => {
500
502
  };
501
503
 
502
504
  const cloud = (options) => {
503
- return x`<svg
505
+ return html`<svg
504
506
  width="24"
505
507
  height="24"
506
508
  viewBox="0 0 24 24"
@@ -521,7 +523,7 @@ const cloud = (options) => {
521
523
  };
522
524
 
523
525
  const compassOutline = (options) => {
524
- return x`<svg
526
+ return html`<svg
525
527
  width="24"
526
528
  height="24"
527
529
  viewBox="0 0 24 24"
@@ -546,7 +548,7 @@ const compassOutline = (options) => {
546
548
  };
547
549
 
548
550
  const completeFilled = (options) => {
549
- return x`<svg
551
+ return html`<svg
550
552
  width="24"
551
553
  height="24"
552
554
  viewBox="0 0 24 24"
@@ -574,7 +576,7 @@ const completeFilled = (options) => {
574
576
  };
575
577
 
576
578
  const completeOutline = (options) => {
577
- return x`<svg
579
+ return html`<svg
578
580
  width="24"
579
581
  height="24"
580
582
  viewBox="0 0 24 24"
@@ -601,7 +603,7 @@ const completeOutline = (options) => {
601
603
  };
602
604
 
603
605
  const contractLock = (options) => {
604
- return x`<svg
606
+ return html`<svg
605
607
  width="24"
606
608
  height="24"
607
609
  viewBox="0 0 24 24"
@@ -640,7 +642,7 @@ const contractLock = (options) => {
640
642
  };
641
643
 
642
644
  const contractSigned = (options) => {
643
- return x`<svg
645
+ return html`<svg
644
646
  width="24"
645
647
  height="24"
646
648
  viewBox="0 0 24 24"
@@ -702,7 +704,7 @@ const contractSigned = (options) => {
702
704
  };
703
705
 
704
706
  const connect = (options) => {
705
- return x`<svg
707
+ return html`<svg
706
708
  width="24"
707
709
  height="24"
708
710
  viewBox="0 0 24 24"
@@ -731,7 +733,7 @@ const connect = (options) => {
731
733
  };
732
734
 
733
735
  const connections = (options) => {
734
- return x`<svg
736
+ return html`<svg
735
737
  width="24"
736
738
  height="24"
737
739
  viewBox="0 0 24 24"
@@ -761,7 +763,7 @@ const connections = (options) => {
761
763
  };
762
764
 
763
765
  const controller = (options) => {
764
- return x`<svg
766
+ return html`<svg
765
767
  width="24"
766
768
  height="24"
767
769
  viewBox="0 0 24 24"
@@ -812,7 +814,7 @@ const controller = (options) => {
812
814
  };
813
815
 
814
816
  const copy = (options) => {
815
- return x`<svg
817
+ return html`<svg
816
818
  width="24"
817
819
  height="24"
818
820
  viewBox="0 0 24 24"
@@ -839,7 +841,7 @@ const copy = (options) => {
839
841
  };
840
842
 
841
843
  const crossOutline = (options) => {
842
- return x`<svg
844
+ return html`<svg
843
845
  width="24"
844
846
  height="24"
845
847
  viewBox="0 0 24 24"
@@ -873,7 +875,7 @@ const crossOutline = (options) => {
873
875
  };
874
876
 
875
877
  const dots = (options) => {
876
- return x`<svg
878
+ return html`<svg
877
879
  width="24"
878
880
  height="24"
879
881
  viewBox="0 0 24 24"
@@ -891,7 +893,7 @@ const dots = (options) => {
891
893
  };
892
894
 
893
895
  const edit = (options) => {
894
- return x`<svg
896
+ return html`<svg
895
897
  width="24"
896
898
  height="24"
897
899
  viewBox="0 0 24 24"
@@ -917,7 +919,7 @@ const edit = (options) => {
917
919
  };
918
920
 
919
921
  const error = (options) => {
920
- return x`<svg
922
+ return html`<svg
921
923
  width="24"
922
924
  height="24"
923
925
  viewBox="0 0 24 24"
@@ -944,7 +946,7 @@ const error = (options) => {
944
946
  };
945
947
 
946
948
  const expand = (options) => {
947
- return x`<svg
949
+ return html`<svg
948
950
  width="24"
949
951
  height="24"
950
952
  viewBox="0 0 24 24"
@@ -993,7 +995,7 @@ const expand = (options) => {
993
995
  };
994
996
 
995
997
  const extension = (options) => {
996
- return x`<svg
998
+ return html`<svg
997
999
  width="24"
998
1000
  height="24"
999
1001
  viewBox="0 0 24 24"
@@ -1020,7 +1022,7 @@ const extension = (options) => {
1020
1022
  };
1021
1023
 
1022
1024
  const eyeHide = (options) => {
1023
- return x`<svg
1025
+ return html`<svg
1024
1026
  width="24"
1025
1027
  height="24"
1026
1028
  viewBox="0 0 24 24"
@@ -1063,7 +1065,7 @@ const eyeHide = (options) => {
1063
1065
  };
1064
1066
 
1065
1067
  const eyeShow = (options) => {
1066
- return x`<svg
1068
+ return html`<svg
1067
1069
  width="24"
1068
1070
  height="24"
1069
1071
  viewBox="0 0 24 24"
@@ -1096,7 +1098,7 @@ const eyeShow = (options) => {
1096
1098
  };
1097
1099
 
1098
1100
  const filter = (options) => {
1099
- return x`<svg
1101
+ return html`<svg
1100
1102
  width="24"
1101
1103
  height="24"
1102
1104
  viewBox="0 0 24 24"
@@ -1135,7 +1137,7 @@ const filter = (options) => {
1135
1137
  };
1136
1138
 
1137
1139
  const fishOutline = (options) => {
1138
- return x`<svg
1140
+ return html`<svg
1139
1141
  width="24"
1140
1142
  height="24"
1141
1143
  viewBox="0 0 24 24"
@@ -1167,7 +1169,7 @@ const fishOutline = (options) => {
1167
1169
  };
1168
1170
 
1169
1171
  const flip = (options) => {
1170
- return x`<svg
1172
+ return html`<svg
1171
1173
  width="24"
1172
1174
  height="24"
1173
1175
  viewBox="0 0 24 24"
@@ -1208,7 +1210,7 @@ const flip = (options) => {
1208
1210
  };
1209
1211
 
1210
1212
  const globe = (options) => {
1211
- return x`<svg
1213
+ return html`<svg
1212
1214
  width="24"
1213
1215
  height="24"
1214
1216
  viewBox="0 0 24 24"
@@ -1265,7 +1267,7 @@ const globe = (options) => {
1265
1267
  };
1266
1268
 
1267
1269
  const hamburger = (options) => {
1268
- return x`<svg
1270
+ return html`<svg
1269
1271
  width="24"
1270
1272
  height="24"
1271
1273
  viewBox="0 0 24 24"
@@ -1301,7 +1303,7 @@ const hamburger = (options) => {
1301
1303
  };
1302
1304
 
1303
1305
  const infinite = (options) => {
1304
- return x`<svg
1306
+ return html`<svg
1305
1307
  width="24"
1306
1308
  height="24"
1307
1309
  viewBox="0 0 24 24"
@@ -1330,7 +1332,7 @@ const infinite = (options) => {
1330
1332
  };
1331
1333
 
1332
1334
  const information = (options) => {
1333
- return x`<svg
1335
+ return html`<svg
1334
1336
  width="24"
1335
1337
  height="24"
1336
1338
  viewBox="0 0 24 24"
@@ -1364,7 +1366,7 @@ const information = (options) => {
1364
1366
  };
1365
1367
 
1366
1368
  const keyOutline = (options) => {
1367
- return x`<svg
1369
+ return html`<svg
1368
1370
  width="24"
1369
1371
  height="24"
1370
1372
  viewBox="0 0 24 24"
@@ -1385,7 +1387,7 @@ const keyOutline = (options) => {
1385
1387
  };
1386
1388
 
1387
1389
  const link = (options) => {
1388
- return x`<svg
1390
+ return html`<svg
1389
1391
  width="24"
1390
1392
  height="24"
1391
1393
  viewBox="0 0 24 24"
@@ -1414,7 +1416,7 @@ const link = (options) => {
1414
1416
  };
1415
1417
 
1416
1418
  const link1 = (options) => {
1417
- return x`<svg
1419
+ return html`<svg
1418
1420
  width="24"
1419
1421
  height="24"
1420
1422
  viewBox="0 0 24 24"
@@ -1449,7 +1451,7 @@ const link1 = (options) => {
1449
1451
  };
1450
1452
 
1451
1453
  const link2 = (options) => {
1452
- return x`<svg
1454
+ return html`<svg
1453
1455
  width="24"
1454
1456
  height="24"
1455
1457
  viewBox="0 0 24 24"
@@ -1491,7 +1493,7 @@ const link2 = (options) => {
1491
1493
  };
1492
1494
 
1493
1495
  const link3 = (options) => {
1494
- return x`<svg
1496
+ return html`<svg
1495
1497
  width="24"
1496
1498
  height="24"
1497
1499
  viewBox="0 0 24 24"
@@ -1519,7 +1521,7 @@ const link3 = (options) => {
1519
1521
  };
1520
1522
 
1521
1523
  const link4 = (options) => {
1522
- return x`<svg
1524
+ return html`<svg
1523
1525
  width="24"
1524
1526
  height="24"
1525
1527
  viewBox="0 0 24 24"
@@ -1567,7 +1569,7 @@ const link4 = (options) => {
1567
1569
  };
1568
1570
 
1569
1571
  const loading = (options) => {
1570
- return x`<svg
1572
+ return html`<svg
1571
1573
  width="24"
1572
1574
  height="24"
1573
1575
  viewBox="0 0 24 24"
@@ -1613,7 +1615,7 @@ const loading = (options) => {
1613
1615
  };
1614
1616
 
1615
1617
  const location = (options) => {
1616
- return x`<svg
1618
+ return html`<svg
1617
1619
  width="24"
1618
1620
  height="24"
1619
1621
  viewBox="0 0 24 24"
@@ -1642,7 +1644,7 @@ const location = (options) => {
1642
1644
  };
1643
1645
 
1644
1646
  const locked = (options) => {
1645
- return x`<svg
1647
+ return html`<svg
1646
1648
  width="24"
1647
1649
  height="24"
1648
1650
  viewBox="0 0 24 24"
@@ -1682,7 +1684,7 @@ const locked = (options) => {
1682
1684
  };
1683
1685
 
1684
1686
  const login = (options) => {
1685
- return x`<svg
1687
+ return html`<svg
1686
1688
  width="24"
1687
1689
  height="24"
1688
1690
  viewBox="0 0 24 24"
@@ -1717,7 +1719,7 @@ const login = (options) => {
1717
1719
  };
1718
1720
 
1719
1721
  const login2 = (options) => {
1720
- return x`<svg
1722
+ return html`<svg
1721
1723
  width="24"
1722
1724
  height="24"
1723
1725
  viewBox="0 0 24 24"
@@ -1768,7 +1770,7 @@ const login2 = (options) => {
1768
1770
  };
1769
1771
 
1770
1772
  const login3 = (options) => {
1771
- return x`<svg
1773
+ return html`<svg
1772
1774
  width="24"
1773
1775
  height="24"
1774
1776
  viewBox="0 0 24 24"
@@ -1817,7 +1819,7 @@ const login3 = (options) => {
1817
1819
  };
1818
1820
 
1819
1821
  const logoChrome = (options) => {
1820
- return x`<svg
1822
+ return html`<svg
1821
1823
  width="24"
1822
1824
  height="24"
1823
1825
  viewBox="0 0 24 24"
@@ -1848,7 +1850,7 @@ const logoChrome = (options) => {
1848
1850
  };
1849
1851
 
1850
1852
  const logoBrave = (options) => {
1851
- return x`<svg
1853
+ return html`<svg
1852
1854
  width="24"
1853
1855
  height="24"
1854
1856
  viewBox="0 0 24 24"
@@ -1884,7 +1886,7 @@ const logoBrave = (options) => {
1884
1886
  };
1885
1887
 
1886
1888
  const logoEdge = (options) => {
1887
- return x`<svg
1889
+ return html`<svg
1888
1890
  width="24"
1889
1891
  height="24"
1890
1892
  viewBox="0 0 24 24"
@@ -1911,7 +1913,7 @@ const logoEdge = (options) => {
1911
1913
  };
1912
1914
 
1913
1915
  const logoFirefox = (options) => {
1914
- return x`<svg
1916
+ return html`<svg
1915
1917
  width="24"
1916
1918
  height="24"
1917
1919
  viewBox="0 0 24 24"
@@ -1930,7 +1932,7 @@ const logoFirefox = (options) => {
1930
1932
  };
1931
1933
 
1932
1934
  const logoOpera = (options) => {
1933
- return x`<svg
1935
+ return html`<svg
1934
1936
  width="24"
1935
1937
  height="24"
1936
1938
  viewBox="0 0 24 24"
@@ -1949,7 +1951,7 @@ const logoOpera = (options) => {
1949
1951
  };
1950
1952
 
1951
1953
  const logoSafari = (options) => {
1952
- return x`<svg
1954
+ return html`<svg
1953
1955
  width="24"
1954
1956
  height="24"
1955
1957
  viewBox="0 0 24 24"
@@ -1993,7 +1995,7 @@ const logoSafari = (options) => {
1993
1995
  };
1994
1996
 
1995
1997
  const mail = (options) => {
1996
- return x`<svg
1998
+ return html`<svg
1997
1999
  width="24"
1998
2000
  height="24"
1999
2001
  viewBox="0 0 24 24"
@@ -2022,7 +2024,7 @@ const mail = (options) => {
2022
2024
  };
2023
2025
 
2024
2026
  const menu1 = (options) => {
2025
- return x`<svg
2027
+ return html`<svg
2026
2028
  width="24"
2027
2029
  height="24"
2028
2030
  viewBox="0 0 24 24"
@@ -2089,7 +2091,7 @@ const menu1 = (options) => {
2089
2091
  };
2090
2092
 
2091
2093
  const menu2 = (options) => {
2092
- return x`<svg
2094
+ return html`<svg
2093
2095
  width="24"
2094
2096
  height="24"
2095
2097
  viewBox="0 0 24 24"
@@ -2146,7 +2148,7 @@ const menu2 = (options) => {
2146
2148
  };
2147
2149
 
2148
2150
  const migrate = (options) => {
2149
- return x`<svg
2151
+ return html`<svg
2150
2152
  width="24"
2151
2153
  height="24"
2152
2154
  viewBox="0 0 24 24"
@@ -2189,7 +2191,7 @@ const migrate = (options) => {
2189
2191
  };
2190
2192
 
2191
2193
  const minimize = (options) => {
2192
- return x`<svg
2194
+ return html`<svg
2193
2195
  width="24"
2194
2196
  height="24"
2195
2197
  viewBox="0 0 24 24"
@@ -2238,7 +2240,7 @@ const minimize = (options) => {
2238
2240
  };
2239
2241
 
2240
2242
  const network = (options) => {
2241
- return x`<svg
2243
+ return html`<svg
2242
2244
  width="24"
2243
2245
  height="24"
2244
2246
  viewBox="0 0 24 24"
@@ -2283,7 +2285,7 @@ const network = (options) => {
2283
2285
  };
2284
2286
 
2285
2287
  const notifications = (options) => {
2286
- return x`<svg
2288
+ return html`<svg
2287
2289
  width="24"
2288
2290
  height="24"
2289
2291
  viewBox="0 0 24 24"
@@ -2312,7 +2314,7 @@ const notifications = (options) => {
2312
2314
  };
2313
2315
 
2314
2316
  const phonePortraitOutline = (options) => {
2315
- return x`<svg
2317
+ return html`<svg
2316
2318
  width="24"
2317
2319
  height="24"
2318
2320
  viewBox="0 0 24 24"
@@ -2341,7 +2343,7 @@ const phonePortraitOutline = (options) => {
2341
2343
  };
2342
2344
 
2343
2345
  const pin = (options) => {
2344
- return x`<svg
2346
+ return html`<svg
2345
2347
  width="24"
2346
2348
  height="24"
2347
2349
  viewBox="0 0 24 24"
@@ -2362,7 +2364,7 @@ const pin = (options) => {
2362
2364
  };
2363
2365
 
2364
2366
  const playFilled = (options) => {
2365
- return x`<svg
2367
+ return html`<svg
2366
2368
  width="24"
2367
2369
  height="24"
2368
2370
  viewBox="0 0 24 24"
@@ -2381,7 +2383,7 @@ const playFilled = (options) => {
2381
2383
  };
2382
2384
 
2383
2385
  const playOutline = (options) => {
2384
- return x`<svg
2386
+ return html`<svg
2385
2387
  width="24"
2386
2388
  height="24"
2387
2389
  viewBox="0 0 24 24"
@@ -2401,7 +2403,7 @@ const playOutline = (options) => {
2401
2403
  };
2402
2404
 
2403
2405
  const plus = (options) => {
2404
- return x`<svg
2406
+ return html`<svg
2405
2407
  width="24"
2406
2408
  height="24"
2407
2409
  viewBox="0 0 24 24"
@@ -2430,7 +2432,7 @@ const plus = (options) => {
2430
2432
  };
2431
2433
 
2432
2434
  const profileAdd = (options) => {
2433
- return x`<svg
2435
+ return html`<svg
2434
2436
  width="24"
2435
2437
  height="24"
2436
2438
  viewBox="0 0 24 24"
@@ -2469,7 +2471,7 @@ const profileAdd = (options) => {
2469
2471
  };
2470
2472
 
2471
2473
  const profileExport = (options) => {
2472
- return x`<svg
2474
+ return html`<svg
2473
2475
  width="24"
2474
2476
  height="24"
2475
2477
  viewBox="0 0 24 24"
@@ -2507,7 +2509,7 @@ const profileExport = (options) => {
2507
2509
  };
2508
2510
 
2509
2511
  const profileImport = (options) => {
2510
- return x`<svg
2512
+ return html`<svg
2511
2513
  width="24"
2512
2514
  height="24"
2513
2515
  viewBox="0 0 24 24"
@@ -2545,7 +2547,7 @@ const profileImport = (options) => {
2545
2547
  };
2546
2548
 
2547
2549
  const profileRecovery = (options) => {
2548
- return x`<svg
2550
+ return html`<svg
2549
2551
  width="24"
2550
2552
  height="24"
2551
2553
  viewBox="0 0 24 24"
@@ -2596,7 +2598,7 @@ const profileRecovery = (options) => {
2596
2598
  };
2597
2599
 
2598
2600
  const profileRecovery2 = (options) => {
2599
- return x`<svg
2601
+ return html`<svg
2600
2602
  width="24"
2601
2603
  height="24"
2602
2604
  viewBox="0 0 24 24"
@@ -2654,7 +2656,7 @@ const profileRecovery2 = (options) => {
2654
2656
  };
2655
2657
 
2656
2658
  const profileRestore = (options) => {
2657
- return x`<svg
2659
+ return html`<svg
2658
2660
  width="24"
2659
2661
  height="24"
2660
2662
  viewBox="0 0 24 24"
@@ -2700,7 +2702,7 @@ const profileRestore = (options) => {
2700
2702
  };
2701
2703
 
2702
2704
  const profile = (options) => {
2703
- return x`<svg
2705
+ return html`<svg
2704
2706
  width="24"
2705
2707
  height="24"
2706
2708
  viewBox="0 0 24 24"
@@ -2725,7 +2727,7 @@ const profile = (options) => {
2725
2727
  };
2726
2728
 
2727
2729
  const qrCodeScan = (options) => {
2728
- return x`<svg
2730
+ return html`<svg
2729
2731
  width="24"
2730
2732
  height="24"
2731
2733
  viewBox="0 0 24 24"
@@ -2843,7 +2845,7 @@ const qrCodeScan = (options) => {
2843
2845
  };
2844
2846
 
2845
2847
  const qrCode = (options) => {
2846
- return x`<svg
2848
+ return html`<svg
2847
2849
  width="24"
2848
2850
  height="24"
2849
2851
  viewBox="0 0 24 24"
@@ -2937,7 +2939,7 @@ const qrCode = (options) => {
2937
2939
  };
2938
2940
 
2939
2941
  const relayer = (options) => {
2940
- return x`<svg
2942
+ return html`<svg
2941
2943
  width="24"
2942
2944
  height="24"
2943
2945
  viewBox="0 0 24 24"
@@ -2973,7 +2975,7 @@ const relayer = (options) => {
2973
2975
  };
2974
2976
 
2975
2977
  const reload = (options) => {
2976
- return x`<svg
2978
+ return html`<svg
2977
2979
  width="24"
2978
2980
  height="24"
2979
2981
  viewBox="0 0 24 24"
@@ -3001,7 +3003,7 @@ const reload = (options) => {
3001
3003
  };
3002
3004
 
3003
3005
  const returnDown = (options) => {
3004
- return x`<svg
3006
+ return html`<svg
3005
3007
  width="24"
3006
3008
  height="24"
3007
3009
  viewBox="0 0 24 24"
@@ -3030,7 +3032,7 @@ const returnDown = (options) => {
3030
3032
  };
3031
3033
 
3032
3034
  const returnLeft = (options) => {
3033
- return x`<svg
3035
+ return html`<svg
3034
3036
  width="24"
3035
3037
  height="24"
3036
3038
  viewBox="0 0 24 24"
@@ -3059,7 +3061,7 @@ const returnLeft = (options) => {
3059
3061
  };
3060
3062
 
3061
3063
  const returnRight = (options) => {
3062
- return x`<svg
3064
+ return html`<svg
3063
3065
  width="24"
3064
3066
  height="24"
3065
3067
  viewBox="0 0 24 24"
@@ -3088,7 +3090,7 @@ const returnRight = (options) => {
3088
3090
  };
3089
3091
 
3090
3092
  const returnUp = (options) => {
3091
- return x`<svg
3093
+ return html`<svg
3092
3094
  width="24"
3093
3095
  height="24"
3094
3096
  viewBox="0 0 24 24"
@@ -3117,7 +3119,7 @@ const returnUp = (options) => {
3117
3119
  };
3118
3120
 
3119
3121
  const search = (options) => {
3120
- return x`<svg
3122
+ return html`<svg
3121
3123
  width="24"
3122
3124
  height="24"
3123
3125
  viewBox="0 0 24 24"
@@ -3141,7 +3143,7 @@ const search = (options) => {
3141
3143
  };
3142
3144
 
3143
3145
  const settings = (options) => {
3144
- return x`<svg
3146
+ return html`<svg
3145
3147
  width="24"
3146
3148
  height="24"
3147
3149
  viewBox="0 0 24 24"
@@ -3170,7 +3172,7 @@ const settings = (options) => {
3170
3172
  };
3171
3173
 
3172
3174
  const smartContractDoc = (options) => {
3173
- return x`<svg
3175
+ return html`<svg
3174
3176
  width="24"
3175
3177
  height="24"
3176
3178
  viewBox="0 0 24 24"
@@ -3206,7 +3208,7 @@ const smartContractDoc = (options) => {
3206
3208
  };
3207
3209
 
3208
3210
  const smartContract = (options) => {
3209
- return x`<svg
3211
+ return html`<svg
3210
3212
  width="24"
3211
3213
  height="24"
3212
3214
  viewBox="0 0 24 24"
@@ -3233,7 +3235,7 @@ const smartContract = (options) => {
3233
3235
  };
3234
3236
 
3235
3237
  const spinner = (options) => {
3236
- return x`<svg
3238
+ return html`<svg
3237
3239
  width="24"
3238
3240
  height="24"
3239
3241
  viewBox="0 0 24 24"
@@ -3254,7 +3256,7 @@ const spinner = (options) => {
3254
3256
  };
3255
3257
 
3256
3258
  const starFilled = (options) => {
3257
- return x`<svg
3259
+ return html`<svg
3258
3260
  width="24"
3259
3261
  height="24"
3260
3262
  viewBox="0 0 24 24"
@@ -3273,7 +3275,7 @@ const starFilled = (options) => {
3273
3275
  };
3274
3276
 
3275
3277
  const starOutline = (options) => {
3276
- return x`<svg
3278
+ return html`<svg
3277
3279
  width="24"
3278
3280
  height="24"
3279
3281
  viewBox="0 0 24 24"
@@ -3293,7 +3295,7 @@ const starOutline = (options) => {
3293
3295
  };
3294
3296
 
3295
3297
  const stepDot = (options) => {
3296
- return x`<svg
3298
+ return html`<svg
3297
3299
  width="24"
3298
3300
  height="24"
3299
3301
  viewBox="0 0 24 24"
@@ -3323,7 +3325,7 @@ const stepDot = (options) => {
3323
3325
  };
3324
3326
 
3325
3327
  const stepProgress = (options) => {
3326
- return x`<svg
3328
+ return html`<svg
3327
3329
  width="24"
3328
3330
  height="24"
3329
3331
  viewBox="0 0 24 24"
@@ -3350,7 +3352,7 @@ const stepProgress = (options) => {
3350
3352
  };
3351
3353
 
3352
3354
  const steps = (options) => {
3353
- return x`<svg
3355
+ return html`<svg
3354
3356
  width="24"
3355
3357
  height="24"
3356
3358
  viewBox="0 0 24 24"
@@ -3386,7 +3388,7 @@ const steps = (options) => {
3386
3388
  };
3387
3389
 
3388
3390
  const tick = (options) => {
3389
- return x`<svg
3391
+ return html`<svg
3390
3392
  width="24"
3391
3393
  height="24"
3392
3394
  viewBox="0 0 24 24"
@@ -3408,7 +3410,7 @@ const tick = (options) => {
3408
3410
  };
3409
3411
 
3410
3412
  const timerOutline = (options) => {
3411
- return x`<svg
3413
+ return html`<svg
3412
3414
  width="24"
3413
3415
  height="24"
3414
3416
  viewBox="0 0 24 24"
@@ -3451,7 +3453,7 @@ const timerOutline = (options) => {
3451
3453
  };
3452
3454
 
3453
3455
  const transactionReceive = (options) => {
3454
- return x`<svg
3456
+ return html`<svg
3455
3457
  width="24"
3456
3458
  height="24"
3457
3459
  viewBox="0 0 24 24"
@@ -3486,7 +3488,7 @@ const transactionReceive = (options) => {
3486
3488
  };
3487
3489
 
3488
3490
  const transactionSend = (options) => {
3489
- return x`<svg
3491
+ return html`<svg
3490
3492
  width="24"
3491
3493
  height="24"
3492
3494
  viewBox="0 0 24 24"
@@ -3521,7 +3523,7 @@ const transactionSend = (options) => {
3521
3523
  };
3522
3524
 
3523
3525
  const transfer = (options) => {
3524
- return x`<svg
3526
+ return html`<svg
3525
3527
  width="24"
3526
3528
  height="24"
3527
3529
  viewBox="0 0 24 24"
@@ -3564,7 +3566,7 @@ const transfer = (options) => {
3564
3566
  };
3565
3567
 
3566
3568
  const trash = (options) => {
3567
- return x`<svg
3569
+ return html`<svg
3568
3570
  width="24"
3569
3571
  height="24"
3570
3572
  viewBox="0 0 24 24"
@@ -3600,7 +3602,7 @@ const trash = (options) => {
3600
3602
  };
3601
3603
 
3602
3604
  const turnDown = (options) => {
3603
- return x`<svg
3605
+ return html`<svg
3604
3606
  width="24"
3605
3607
  height="24"
3606
3608
  viewBox="0 0 24 24"
@@ -3629,7 +3631,7 @@ const turnDown = (options) => {
3629
3631
  };
3630
3632
 
3631
3633
  const turnLeft = (options) => {
3632
- return x`<svg
3634
+ return html`<svg
3633
3635
  width="24"
3634
3636
  height="24"
3635
3637
  viewBox="0 0 24 24"
@@ -3658,7 +3660,7 @@ const turnLeft = (options) => {
3658
3660
  };
3659
3661
 
3660
3662
  const turnRight = (options) => {
3661
- return x`<svg
3663
+ return html`<svg
3662
3664
  width="24"
3663
3665
  height="24"
3664
3666
  viewBox="0 0 24 24"
@@ -3687,7 +3689,7 @@ const turnRight = (options) => {
3687
3689
  };
3688
3690
 
3689
3691
  const turnUp = (options) => {
3690
- return x`<svg
3692
+ return html`<svg
3691
3693
  width="24"
3692
3694
  height="24"
3693
3695
  viewBox="0 0 24 24"
@@ -3716,7 +3718,7 @@ const turnUp = (options) => {
3716
3718
  };
3717
3719
 
3718
3720
  const unlocked = (options) => {
3719
- return x`<svg
3721
+ return html`<svg
3720
3722
  width="24"
3721
3723
  height="24"
3722
3724
  viewBox="0 0 24 24"
@@ -3753,7 +3755,7 @@ const unlocked = (options) => {
3753
3755
  };
3754
3756
 
3755
3757
  const walletOutline = (options) => {
3756
- return x`<svg
3758
+ return html`<svg
3757
3759
  width="24"
3758
3760
  height="24"
3759
3761
  viewBox="0 0 24 24"
@@ -3784,7 +3786,7 @@ const walletOutline = (options) => {
3784
3786
  };
3785
3787
 
3786
3788
  const warningRound = (options) => {
3787
- return x`<svg
3789
+ return html`<svg
3788
3790
  width="24"
3789
3791
  height="24"
3790
3792
  viewBox="0 0 24 24"
@@ -3812,7 +3814,7 @@ const warningRound = (options) => {
3812
3814
  };
3813
3815
 
3814
3816
  const warningTriangle = (options) => {
3815
- return x`<svg
3817
+ return html`<svg
3816
3818
  width="24"
3817
3819
  height="24"
3818
3820
  viewBox="0 0 24 24"
@@ -3840,7 +3842,7 @@ const warningTriangle = (options) => {
3840
3842
  };
3841
3843
 
3842
3844
  const googleColor = (options) => {
3843
- return x`<svg
3845
+ return html`<svg
3844
3846
  width="24"
3845
3847
  height="24"
3846
3848
  viewBox="0 0 24 24"
@@ -3871,7 +3873,7 @@ const googleColor = (options) => {
3871
3873
  };
3872
3874
 
3873
3875
  const ethLogo = (options) => {
3874
- return x`<svg
3876
+ return html`<svg
3875
3877
  width="25"
3876
3878
  height="24"
3877
3879
  viewBox="0 0 25 24"
@@ -3896,7 +3898,7 @@ const ethLogo = (options) => {
3896
3898
  };
3897
3899
 
3898
3900
  const lyxLogo = (options) => {
3899
- return x`<svg
3901
+ return html`<svg
3900
3902
  width="16"
3901
3903
  height="16"
3902
3904
  viewBox="0 0 16 16"
@@ -3934,7 +3936,7 @@ const lyxLogo = (options) => {
3934
3936
 
3935
3937
  const progressIndicator = (options) => {
3936
3938
  const uniqueId = Math.random().toString(36).substring(7);
3937
- return x`<svg
3939
+ return html`<svg
3938
3940
  width="40"
3939
3941
  height="40"
3940
3942
  viewBox="0 0 40 40"
@@ -4166,7 +4168,7 @@ const progressIndicator = (options) => {
4166
4168
  };
4167
4169
 
4168
4170
  const pulseDot = (options) => {
4169
- return x`<div
4171
+ return html`<div
4170
4172
  style=${o({
4171
4173
  width: `${options.width}px`,
4172
4174
  height: `${options.height}px`
@@ -4184,7 +4186,7 @@ const pulseDot = (options) => {
4184
4186
  };
4185
4187
 
4186
4188
  const progressComplete = (options) => {
4187
- return x`<svg
4189
+ return html`<svg
4188
4190
  width="40"
4189
4191
  height="40"
4190
4192
  viewBox="0 0 40 40"
@@ -4469,7 +4471,7 @@ const progressComplete = (options) => {
4469
4471
  };
4470
4472
 
4471
4473
  const completeFilledFadeIn = (options) => {
4472
- return x`<svg
4474
+ return html`<svg
4473
4475
  width="24"
4474
4476
  height="24"
4475
4477
  viewBox="0 0 24 24"
@@ -4499,7 +4501,7 @@ const completeFilledFadeIn = (options) => {
4499
4501
  };
4500
4502
 
4501
4503
  const desktopSharp = (options) => {
4502
- return x`<svg
4504
+ return html`<svg
4503
4505
  width="24"
4504
4506
  height="24"
4505
4507
  viewBox="0 0 24 24"
@@ -4518,7 +4520,7 @@ const desktopSharp = (options) => {
4518
4520
  };
4519
4521
 
4520
4522
  const switched = (options) => {
4521
- return x`<svg
4523
+ return html`<svg
4522
4524
  width="24"
4523
4525
  height="24"
4524
4526
  viewBox="0 0 24 24"
@@ -4562,7 +4564,7 @@ const switched = (options) => {
4562
4564
 
4563
4565
  const progressIndicatorAlt = (options) => {
4564
4566
  const uniqueId = Math.random().toString(36).substring(7);
4565
- return x`<svg
4567
+ return html`<svg
4566
4568
  width="64"
4567
4569
  height="64"
4568
4570
  viewBox="0 0 64 64"
@@ -4709,7 +4711,7 @@ const progressIndicatorAlt = (options) => {
4709
4711
  };
4710
4712
 
4711
4713
  const crossFilled = (options) => {
4712
- return x`<svg
4714
+ return html`<svg
4713
4715
  width="24"
4714
4716
  height="24"
4715
4717
  viewBox="0 0 24 24"
@@ -4744,7 +4746,7 @@ const crossFilled = (options) => {
4744
4746
  };
4745
4747
 
4746
4748
  const transferSend = (options) => {
4747
- return x`<svg
4749
+ return html`<svg
4748
4750
  width="24"
4749
4751
  height="24"
4750
4752
  viewBox="0 0 24 24"
@@ -4778,7 +4780,7 @@ const transferSend = (options) => {
4778
4780
  };
4779
4781
 
4780
4782
  const flagOutline = (options) => {
4781
- return x`<svg
4783
+ return html`<svg
4782
4784
  width="24"
4783
4785
  height="24"
4784
4786
  viewBox="0 0 24 24"
@@ -4800,7 +4802,7 @@ const flagOutline = (options) => {
4800
4802
  };
4801
4803
 
4802
4804
  const tokenId = (options) => {
4803
- return x`<svg
4805
+ return html`<svg
4804
4806
  width="24"
4805
4807
  height="24"
4806
4808
  viewBox="0 0 24 24"
@@ -4832,7 +4834,7 @@ const tokenId = (options) => {
4832
4834
  };
4833
4835
 
4834
4836
  const editDoc = (options) => {
4835
- return x`<svg
4837
+ return html`<svg
4836
4838
  width="24"
4837
4839
  height="24"
4838
4840
  viewBox="0 0 24 24"
@@ -4892,7 +4894,7 @@ const editDoc = (options) => {
4892
4894
  };
4893
4895
 
4894
4896
  const codeOutline = (options) => {
4895
- return x`<svg
4897
+ return html`<svg
4896
4898
  width="24"
4897
4899
  height="24"
4898
4900
  viewBox="0 0 24 24"
@@ -4921,7 +4923,7 @@ const codeOutline = (options) => {
4921
4923
  };
4922
4924
 
4923
4925
  const saveOutline = (options) => {
4924
- return x`<svg
4926
+ return html`<svg
4925
4927
  width="24"
4926
4928
  height="24"
4927
4929
  viewBox="0 0 24 24"
@@ -4943,7 +4945,7 @@ const saveOutline = (options) => {
4943
4945
  };
4944
4946
 
4945
4947
  const scan = (options) => {
4946
- return x`<svg
4948
+ return html`<svg
4947
4949
  width="24"
4948
4950
  height="24"
4949
4951
  viewBox="0 0 24 24"
@@ -4982,7 +4984,7 @@ const scan = (options) => {
4982
4984
  };
4983
4985
 
4984
4986
  const faceId = (options) => {
4985
- return x`<svg
4987
+ return html`<svg
4986
4988
  width="24"
4987
4989
  height="24"
4988
4990
  viewBox="0 0 24 24"
@@ -5039,7 +5041,7 @@ const faceId = (options) => {
5039
5041
  };
5040
5042
 
5041
5043
  const profileFile = (options) => {
5042
- return x`<svg
5044
+ return html`<svg
5043
5045
  width="24"
5044
5046
  height="24"
5045
5047
  viewBox="0 0 24 24"
@@ -5077,7 +5079,7 @@ const profileFile = (options) => {
5077
5079
  };
5078
5080
 
5079
5081
  const handRightOutline = (options) => {
5080
- return x`<svg
5082
+ return html`<svg
5081
5083
  width="24"
5082
5084
  height="24"
5083
5085
  viewBox="0 0 24 24"
@@ -5127,7 +5129,7 @@ const handRightOutline = (options) => {
5127
5129
  };
5128
5130
 
5129
5131
  const extensionOutline = (options) => {
5130
- return x`<svg
5132
+ return html`<svg
5131
5133
  width="24"
5132
5134
  height="24"
5133
5135
  viewBox="0 0 24 24"
@@ -5146,7 +5148,7 @@ const extensionOutline = (options) => {
5146
5148
  };
5147
5149
 
5148
5150
  const luksoLogo = (options) => {
5149
- return x`<svg
5151
+ return html`<svg
5150
5152
  width="24"
5151
5153
  height="24"
5152
5154
  viewBox="0 0 24 24"
@@ -5169,7 +5171,7 @@ const luksoLogo = (options) => {
5169
5171
  };
5170
5172
 
5171
5173
  const metamaskLogo = (options) => {
5172
- return x`<svg
5174
+ return html`<svg
5173
5175
  width="28"
5174
5176
  height="26"
5175
5177
  viewBox="0 0 28 26"
@@ -5457,7 +5459,7 @@ const metamaskLogo = (options) => {
5457
5459
  };
5458
5460
 
5459
5461
  const documentOutline = (options) => {
5460
- return x`<svg
5462
+ return html`<svg
5461
5463
  width="24"
5462
5464
  height="24"
5463
5465
  viewBox="0 0 24 24"
@@ -5485,7 +5487,7 @@ const documentOutline = (options) => {
5485
5487
  };
5486
5488
 
5487
5489
  const headsetOutline = (options) => {
5488
- return x`<svg
5490
+ return html`<svg
5489
5491
  width="24"
5490
5492
  height="24"
5491
5493
  viewBox="0 0 24 24"
@@ -5519,7 +5521,7 @@ const headsetOutline = (options) => {
5519
5521
  };
5520
5522
 
5521
5523
  const cubeOutline = (options) => {
5522
- return x`<svg
5524
+ return html`<svg
5523
5525
  width="24"
5524
5526
  height="24"
5525
5527
  viewBox="0 0 24 24"
@@ -5555,7 +5557,7 @@ const cubeOutline = (options) => {
5555
5557
  };
5556
5558
 
5557
5559
  const filmOutline = (options) => {
5558
- return x`<svg
5560
+ return html`<svg
5559
5561
  width="24"
5560
5562
  height="24"
5561
5563
  viewBox="0 0 24 24"
@@ -5636,7 +5638,7 @@ const filmOutline = (options) => {
5636
5638
  };
5637
5639
 
5638
5640
  const crossFilledFadeIn = (options) => {
5639
- return x`<svg
5641
+ return html`<svg
5640
5642
  width="24"
5641
5643
  height="24"
5642
5644
  viewBox="0 0 24 24"
@@ -5673,7 +5675,7 @@ const crossFilledFadeIn = (options) => {
5673
5675
  };
5674
5676
 
5675
5677
  const videoOutline = (options) => {
5676
- return x`<svg
5678
+ return html`<svg
5677
5679
  width="24"
5678
5680
  height="24"
5679
5681
  viewBox="0 0 24 24"
@@ -5755,7 +5757,7 @@ const videoOutline = (options) => {
5755
5757
  };
5756
5758
 
5757
5759
  const walletRestore = (options) => {
5758
- return x`<svg
5760
+ return html`<svg
5759
5761
  width="24"
5760
5762
  height="24"
5761
5763
  viewBox="0 0 24 24"
@@ -5793,7 +5795,7 @@ const walletRestore = (options) => {
5793
5795
  };
5794
5796
 
5795
5797
  const logoX = (options) => {
5796
- return x`<svg
5798
+ return html`<svg
5797
5799
  width="24"
5798
5800
  height="24"
5799
5801
  viewBox="0 0 24 24"
@@ -5812,7 +5814,7 @@ const logoX = (options) => {
5812
5814
  };
5813
5815
 
5814
5816
  const logoFacebook = (options) => {
5815
- return x`<svg
5817
+ return html`<svg
5816
5818
  width="24"
5817
5819
  height="24"
5818
5820
  viewBox="0 0 24 24"
@@ -5832,7 +5834,7 @@ const logoFacebook = (options) => {
5832
5834
  };
5833
5835
 
5834
5836
  const glasses = (options) => {
5835
- return x`<svg
5837
+ return html`<svg
5836
5838
  width="24"
5837
5839
  height="24"
5838
5840
  viewBox="0 0 24 24"
@@ -5863,7 +5865,7 @@ const glasses = (options) => {
5863
5865
  };
5864
5866
 
5865
5867
  const unlink = (options) => {
5866
- return x`<svg
5868
+ return html`<svg
5867
5869
  width="24"
5868
5870
  height="24"
5869
5871
  viewBox="0 0 24 24"
@@ -5885,7 +5887,7 @@ const unlink = (options) => {
5885
5887
  };
5886
5888
 
5887
5889
  const logoPolygon = (options) => {
5888
- return x`<svg
5890
+ return html`<svg
5889
5891
  width="24"
5890
5892
  height="24"
5891
5893
  viewBox="0 0 25 24"
@@ -5908,7 +5910,7 @@ const logoPolygon = (options) => {
5908
5910
  };
5909
5911
 
5910
5912
  const logoFantom = (options) => {
5911
- return x`<svg
5913
+ return html`<svg
5912
5914
  width="24"
5913
5915
  height="24"
5914
5916
  viewBox="0 0 25 24"
@@ -5934,7 +5936,7 @@ const logoFantom = (options) => {
5934
5936
  };
5935
5937
 
5936
5938
  const logoXMono = (options) => {
5937
- return x`<svg
5939
+ return html`<svg
5938
5940
  width="24"
5939
5941
  height="24"
5940
5942
  viewBox="0 0 24 24"
@@ -5953,7 +5955,7 @@ const logoXMono = (options) => {
5953
5955
  };
5954
5956
 
5955
5957
  const logoInstagramMono = (options) => {
5956
- return x`<svg
5958
+ return html`<svg
5957
5959
  width="24"
5958
5960
  height="24"
5959
5961
  viewBox="0 0 24 24"
@@ -5979,7 +5981,7 @@ const logoInstagramMono = (options) => {
5979
5981
  };
5980
5982
 
5981
5983
  const logoMediumMono = (options) => {
5982
- return x`<svg
5984
+ return html`<svg
5983
5985
  width="24"
5984
5986
  height="24"
5985
5987
  viewBox="0 0 24 24"
@@ -6005,7 +6007,7 @@ const logoMediumMono = (options) => {
6005
6007
  };
6006
6008
 
6007
6009
  const logoDiscordMono = (options) => {
6008
- return x`<svg
6010
+ return html`<svg
6009
6011
  width="24"
6010
6012
  height="24"
6011
6013
  viewBox="0 0 24 24"
@@ -6031,7 +6033,7 @@ const logoDiscordMono = (options) => {
6031
6033
  };
6032
6034
 
6033
6035
  const logoSnapchatMono = (options) => {
6034
- return x`<svg
6036
+ return html`<svg
6035
6037
  width="24"
6036
6038
  height="24"
6037
6039
  viewBox="0 0 24 24"
@@ -6057,7 +6059,7 @@ const logoSnapchatMono = (options) => {
6057
6059
  };
6058
6060
 
6059
6061
  const logoWhatsappMono = (options) => {
6060
- return x`<svg
6062
+ return html`<svg
6061
6063
  width="24"
6062
6064
  height="24"
6063
6065
  viewBox="0 0 24 24"
@@ -6083,7 +6085,7 @@ const logoWhatsappMono = (options) => {
6083
6085
  };
6084
6086
 
6085
6087
  const logoTelegramMono = (options) => {
6086
- return x`<svg
6088
+ return html`<svg
6087
6089
  width="24"
6088
6090
  height="24"
6089
6091
  viewBox="0 0 24 24"
@@ -6109,7 +6111,7 @@ const logoTelegramMono = (options) => {
6109
6111
  };
6110
6112
 
6111
6113
  const logoLinkedinMono = (options) => {
6112
- return x`<svg
6114
+ return html`<svg
6113
6115
  width="24"
6114
6116
  height="24"
6115
6117
  viewBox="0 0 24 24"
@@ -6135,7 +6137,7 @@ const logoLinkedinMono = (options) => {
6135
6137
  };
6136
6138
 
6137
6139
  const logoGithubMono = (options) => {
6138
- return x`<svg
6140
+ return html`<svg
6139
6141
  width="24"
6140
6142
  height="24"
6141
6143
  viewBox="0 0 24 24"
@@ -6161,7 +6163,7 @@ const logoGithubMono = (options) => {
6161
6163
  };
6162
6164
 
6163
6165
  const logoUniversalPageMono = (options) => {
6164
- return x`<svg
6166
+ return html`<svg
6165
6167
  width="24"
6166
6168
  height="24"
6167
6169
  viewBox="0 0 24 24"
@@ -6193,7 +6195,7 @@ const logoUniversalPageMono = (options) => {
6193
6195
  };
6194
6196
 
6195
6197
  const database = (options) => {
6196
- return x`<svg
6198
+ return html`<svg
6197
6199
  width="24"
6198
6200
  height="24"
6199
6201
  viewBox="0 0 24 24"
@@ -6229,7 +6231,7 @@ const database = (options) => {
6229
6231
  };
6230
6232
 
6231
6233
  const emptyOutline = (options) => {
6232
- return x`<svg
6234
+ return html`<svg
6233
6235
  width="24"
6234
6236
  height="24"
6235
6237
  viewBox="0 0 24 24"
@@ -6249,7 +6251,7 @@ const emptyOutline = (options) => {
6249
6251
  };
6250
6252
 
6251
6253
  const profileRemove = (options) => {
6252
- return x`<svg
6254
+ return html`<svg
6253
6255
  width="24"
6254
6256
  height="24"
6255
6257
  viewBox="0 0 24 24"
@@ -6281,7 +6283,7 @@ const profileRemove = (options) => {
6281
6283
  };
6282
6284
 
6283
6285
  const logoYoutubeMono = (options) => {
6284
- return x`<svg
6286
+ return html`<svg
6285
6287
  width="24"
6286
6288
  height="24"
6287
6289
  viewBox="0 0 24 24"
@@ -6300,7 +6302,7 @@ const logoYoutubeMono = (options) => {
6300
6302
  };
6301
6303
 
6302
6304
  const addGrid = (options) => {
6303
- return x`<svg
6305
+ return html`<svg
6304
6306
  width="24"
6305
6307
  height="24"
6306
6308
  viewBox="0 0 24 24"
@@ -6372,7 +6374,7 @@ const addGrid = (options) => {
6372
6374
  };
6373
6375
 
6374
6376
  const gallery = (options) => {
6375
- return x`<svg
6377
+ return html`<svg
6376
6378
  width="24"
6377
6379
  height="24"
6378
6380
  viewBox="0 0 24 24"
@@ -6408,7 +6410,7 @@ const gallery = (options) => {
6408
6410
  };
6409
6411
 
6410
6412
  const logoElfsightMono = (options) => {
6411
- return x`<svg
6413
+ return html`<svg
6412
6414
  width="24"
6413
6415
  height="24"
6414
6416
  viewBox="0 0 24 24"
@@ -6456,7 +6458,7 @@ const logoElfsightMono = (options) => {
6456
6458
  };
6457
6459
 
6458
6460
  const maximizeVertical = (options) => {
6459
- return x`<svg
6461
+ return html`<svg
6460
6462
  width="24"
6461
6463
  height="24"
6462
6464
  viewBox="0 0 24 24"
@@ -6492,7 +6494,7 @@ const maximizeVertical = (options) => {
6492
6494
  };
6493
6495
 
6494
6496
  const minimizeVertical = (options) => {
6495
- return x`<svg
6497
+ return html`<svg
6496
6498
  width="24"
6497
6499
  height="24"
6498
6500
  viewBox="0 0 24 24"
@@ -6535,7 +6537,7 @@ const minimizeVertical = (options) => {
6535
6537
  };
6536
6538
 
6537
6539
  const chart = (options) => {
6538
- return x`<svg
6540
+ return html`<svg
6539
6541
  width="24"
6540
6542
  height="24"
6541
6543
  viewBox="0 0 24 24"
@@ -6579,7 +6581,7 @@ const chart = (options) => {
6579
6581
  };
6580
6582
 
6581
6583
  const people = (options) => {
6582
- return x`<svg
6584
+ return html`<svg
6583
6585
  width="24"
6584
6586
  height="24"
6585
6587
  viewBox="0 0 24 24"
@@ -6636,7 +6638,7 @@ const people = (options) => {
6636
6638
  };
6637
6639
 
6638
6640
  const documentCode = (options) => {
6639
- return x`<svg
6641
+ return html`<svg
6640
6642
  width="24"
6641
6643
  height="24"
6642
6644
  viewBox="0 0 24 24"
@@ -6683,7 +6685,7 @@ const documentCode = (options) => {
6683
6685
  };
6684
6686
 
6685
6687
  const logoWarpcastMono = (options) => {
6686
- return x`<svg
6688
+ return html`<svg
6687
6689
  width="24"
6688
6690
  height="24"
6689
6691
  viewBox="0 0 24 24"
@@ -6835,7 +6837,7 @@ const logoWarpcastMono = (options) => {
6835
6837
  };
6836
6838
 
6837
6839
  const parachute = (options) => {
6838
- return x`<svg
6840
+ return html`<svg
6839
6841
  width="24"
6840
6842
  height="24"
6841
6843
  viewBox="0 0 24 24"
@@ -6855,7 +6857,7 @@ const parachute = (options) => {
6855
6857
  };
6856
6858
 
6857
6859
  const bitcoinConvert = (options) => {
6858
- return x`<svg
6860
+ return html`<svg
6859
6861
  width="24"
6860
6862
  height="24"
6861
6863
  viewBox="0 0 24 24"
@@ -6916,7 +6918,7 @@ const bitcoinConvert = (options) => {
6916
6918
  };
6917
6919
 
6918
6920
  const nft = (options) => {
6919
- return x`<svg
6921
+ return html`<svg
6920
6922
  width="24"
6921
6923
  height="24"
6922
6924
  viewBox="0 0 24 24"
@@ -6942,7 +6944,7 @@ const nft = (options) => {
6942
6944
  };
6943
6945
 
6944
6946
  const fingerprint = (options) => {
6945
- return x`<svg
6947
+ return html`<svg
6946
6948
  width="24"
6947
6949
  height="24"
6948
6950
  viewBox="0 0 24 24"
@@ -6961,7 +6963,7 @@ const fingerprint = (options) => {
6961
6963
  };
6962
6964
 
6963
6965
  const hammer = (options) => {
6964
- return x`<svg
6966
+ return html`<svg
6965
6967
  width="24"
6966
6968
  height="24"
6967
6969
  viewBox="0 0 24 24"
@@ -6997,7 +6999,7 @@ const hammer = (options) => {
6997
6999
  };
6998
7000
 
6999
7001
  const handHeart = (options) => {
7000
- return x`<svg
7002
+ return html`<svg
7001
7003
  width="24"
7002
7004
  height="24"
7003
7005
  viewBox="0 0 24 24"
@@ -7016,7 +7018,7 @@ const handHeart = (options) => {
7016
7018
  };
7017
7019
 
7018
7020
  const earth = (options) => {
7019
- return x`<svg
7021
+ return html`<svg
7020
7022
  width="24"
7021
7023
  height="24"
7022
7024
  viewBox="0 0 24 24"
@@ -7059,7 +7061,7 @@ const earth = (options) => {
7059
7061
  };
7060
7062
 
7061
7063
  const logoSoundcloudMono = (options) => {
7062
- return x`<svg
7064
+ return html`<svg
7063
7065
  width="24"
7064
7066
  height="24"
7065
7067
  viewBox="0 0 24 24"
@@ -7085,7 +7087,7 @@ const logoSoundcloudMono = (options) => {
7085
7087
  };
7086
7088
 
7087
7089
  const logoSpotifyMono = (options) => {
7088
- return x`<svg
7090
+ return html`<svg
7089
7091
  width="24"
7090
7092
  height="24"
7091
7093
  viewBox="0 0 24 24"
@@ -7111,7 +7113,7 @@ const logoSpotifyMono = (options) => {
7111
7113
  };
7112
7114
 
7113
7115
  const logoGoogleCalendarMono = (options) => {
7114
- return x`<svg
7116
+ return html`<svg
7115
7117
  width="24"
7116
7118
  height="24"
7117
7119
  viewBox="0 0 24 24"
@@ -7137,7 +7139,7 @@ const logoGoogleCalendarMono = (options) => {
7137
7139
  };
7138
7140
 
7139
7141
  const logoSubstackMono = (options) => {
7140
- return x`<svg
7142
+ return html`<svg
7141
7143
  width="24"
7142
7144
  height="24"
7143
7145
  viewBox="0 0 24 24"
@@ -7156,7 +7158,7 @@ const logoSubstackMono = (options) => {
7156
7158
  };
7157
7159
 
7158
7160
  const logoXround = (options) => {
7159
- return x`<svg
7161
+ return html`<svg
7160
7162
  width="24"
7161
7163
  height="24"
7162
7164
  viewBox="0 0 24 24"
@@ -7179,7 +7181,7 @@ const logoXround = (options) => {
7179
7181
  };
7180
7182
 
7181
7183
  const logoFarcaster = (options) => {
7182
- return x`<svg
7184
+ return html`<svg
7183
7185
  width="24"
7184
7186
  height="24"
7185
7187
  viewBox="0 0 24 24"
@@ -7201,7 +7203,7 @@ const logoFarcaster = (options) => {
7201
7203
  };
7202
7204
 
7203
7205
  const logoLinkedin = (options) => {
7204
- return x`<svg
7206
+ return html`<svg
7205
7207
  width="24"
7206
7208
  height="24"
7207
7209
  viewBox="0 0 24 24"
@@ -7225,7 +7227,7 @@ const logoLinkedin = (options) => {
7225
7227
  };
7226
7228
 
7227
7229
  const profileRestoreNoSetup = (options) => {
7228
- return x`<svg
7230
+ return html`<svg
7229
7231
  width="24"
7230
7232
  height="24"
7231
7233
  viewBox="0 0 24 24"
@@ -7285,7 +7287,7 @@ const profileRestoreNoSetup = (options) => {
7285
7287
  };
7286
7288
 
7287
7289
  const share = (options) => {
7288
- return x`<svg
7290
+ return html`<svg
7289
7291
  width="24"
7290
7292
  height="24"
7291
7293
  viewBox="0 0 24 24"
@@ -7321,7 +7323,7 @@ const share = (options) => {
7321
7323
  };
7322
7324
 
7323
7325
  const logoFacebookRound = (options) => {
7324
- return x`<svg
7326
+ return html`<svg
7325
7327
  width="24"
7326
7328
  height="24"
7327
7329
  viewBox="0 0 24 24"
@@ -7341,7 +7343,7 @@ const logoFacebookRound = (options) => {
7341
7343
  };
7342
7344
 
7343
7345
  const logoFarcasterRound = (options) => {
7344
- return x`<svg
7346
+ return html`<svg
7345
7347
  width="24"
7346
7348
  height="24"
7347
7349
  viewBox="0 0 24 24"
@@ -7363,7 +7365,7 @@ const logoFarcasterRound = (options) => {
7363
7365
  };
7364
7366
 
7365
7367
  const logoLinkedinRound = (options) => {
7366
- return x`<svg
7368
+ return html`<svg
7367
7369
  width="24"
7368
7370
  height="24"
7369
7371
  viewBox="0 0 24 24"
@@ -7387,7 +7389,7 @@ const logoLinkedinRound = (options) => {
7387
7389
  };
7388
7390
 
7389
7391
  const arrowLongDown = (options) => {
7390
- return x`<svg
7392
+ return html`<svg
7391
7393
  width="24"
7392
7394
  height="24"
7393
7395
  viewBox="0 0 24 24"
@@ -7416,7 +7418,7 @@ const arrowLongDown = (options) => {
7416
7418
  };
7417
7419
 
7418
7420
  const gas = (options) => {
7419
- return x`<svg
7421
+ return html`<svg
7420
7422
  width="24"
7421
7423
  height="24"
7422
7424
  viewBox="0 0 24 24"
@@ -7463,7 +7465,7 @@ const gas = (options) => {
7463
7465
  };
7464
7466
 
7465
7467
  const minusFilled = (options) => {
7466
- return x`<svg
7468
+ return html`<svg
7467
7469
  width="24"
7468
7470
  height="24"
7469
7471
  viewBox="0 0 24 24"
@@ -7485,7 +7487,7 @@ const minusFilled = (options) => {
7485
7487
  };
7486
7488
 
7487
7489
  const documentText = (options) => {
7488
- return x`<svg
7490
+ return html`<svg
7489
7491
  width="24"
7490
7492
  height="24"
7491
7493
  viewBox="0 0 25 24"
@@ -7508,7 +7510,7 @@ const documentText = (options) => {
7508
7510
  };
7509
7511
 
7510
7512
  const category = (options) => {
7511
- return x`<svg
7513
+ return html`<svg
7512
7514
  width="24"
7513
7515
  height="24"
7514
7516
  viewBox="0 0 24 24"
@@ -7555,7 +7557,7 @@ const category = (options) => {
7555
7557
  };
7556
7558
 
7557
7559
  const flash = (options) => {
7558
- return x`<svg
7560
+ return html`<svg
7559
7561
  width="24"
7560
7562
  height="24"
7561
7563
  viewBox="0 0 24 24"
@@ -7578,7 +7580,7 @@ const flash = (options) => {
7578
7580
  };
7579
7581
 
7580
7582
  const userCircleAdd = (options) => {
7581
- return x`<svg
7583
+ return html`<svg
7582
7584
  width="24"
7583
7585
  height="24"
7584
7586
  viewBox="0 0 24 24"
@@ -7638,7 +7640,7 @@ const userCircleAdd = (options) => {
7638
7640
  };
7639
7641
 
7640
7642
  const profileCircle = (options) => {
7641
- return x`<svg
7643
+ return html`<svg
7642
7644
  width="24"
7643
7645
  height="24"
7644
7646
  viewBox="0 0 24 24"
@@ -7674,7 +7676,7 @@ const profileCircle = (options) => {
7674
7676
  };
7675
7677
 
7676
7678
  const playLinear = (options) => {
7677
- return x`<svg
7679
+ return html`<svg
7678
7680
  width="24"
7679
7681
  height="24"
7680
7682
  viewBox="0 0 24 24"
@@ -7697,7 +7699,7 @@ const playLinear = (options) => {
7697
7699
  };
7698
7700
 
7699
7701
  const stopLinear = (options) => {
7700
- return x`<svg
7702
+ return html`<svg
7701
7703
  width="24"
7702
7704
  height="24"
7703
7705
  viewBox="0 0 24 24"
@@ -7719,14 +7721,14 @@ const stopLinear = (options) => {
7719
7721
  };
7720
7722
 
7721
7723
  const minus = (options) => {
7722
- return x`<svg width="24" height="24" viewBox="0 0 24 24" style=${o({
7724
+ return html`<svg width="24" height="24" viewBox="0 0 24 24" style=${o({
7723
7725
  width: `${options.width}px`,
7724
7726
  height: `${options.height}px`
7725
7727
  })} fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.417 12.75h-12c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12c.41 0 .75.34.75.75s-.34.75-.75.75" fill="var(--${options.color})"></svg>`;
7726
7728
  };
7727
7729
 
7728
7730
  const medalStar = (options) => {
7729
- return x`<svg
7731
+ return html`<svg
7730
7732
  width="24"
7731
7733
  height="24"
7732
7734
  viewBox="0 0 24 24"
@@ -7764,7 +7766,7 @@ const medalStar = (options) => {
7764
7766
  };
7765
7767
 
7766
7768
  const editLinear = (options) => {
7767
- return x`<svg
7769
+ return html`<svg
7768
7770
  width="24"
7769
7771
  height="24"
7770
7772
  viewBox="0 0 24 24"
@@ -7802,7 +7804,7 @@ const editLinear = (options) => {
7802
7804
  };
7803
7805
 
7804
7806
  const imageLinear = (options) => {
7805
- return x`<svg
7807
+ return html`<svg
7806
7808
  width="25"
7807
7809
  height="24"
7808
7810
  viewBox="0 0 25 24"
@@ -7832,7 +7834,7 @@ const imageLinear = (options) => {
7832
7834
  };
7833
7835
 
7834
7836
  const hexagon = (options) => {
7835
- return x`<svg
7837
+ return html`<svg
7836
7838
  width="25"
7837
7839
  height="24"
7838
7840
  viewBox="0 0 25 24"
@@ -7854,7 +7856,7 @@ const hexagon = (options) => {
7854
7856
  };
7855
7857
 
7856
7858
  const rowVertical = (options) => {
7857
- return x`<svg
7859
+ return html`<svg
7858
7860
  width="24"
7859
7861
  height="24"
7860
7862
  viewBox="0 0 24 24"
@@ -7883,7 +7885,7 @@ const rowVertical = (options) => {
7883
7885
  };
7884
7886
 
7885
7887
  const logoTiktokMono = (options) => {
7886
- return x`<svg
7888
+ return html`<svg
7887
7889
  width="24"
7888
7890
  height="24"
7889
7891
  viewBox="0 0 24 24"
@@ -7902,7 +7904,7 @@ const logoTiktokMono = (options) => {
7902
7904
  };
7903
7905
 
7904
7906
  const profileFollowing = (options) => {
7905
- return x`<svg
7907
+ return html`<svg
7906
7908
  width="24"
7907
7909
  height="24"
7908
7910
  viewBox="0 0 24 24"
@@ -7935,7 +7937,7 @@ const profileFollowing = (options) => {
7935
7937
  };
7936
7938
 
7937
7939
  const logoCommonGroundMono = (options) => {
7938
- return x`<svg
7940
+ return html`<svg
7939
7941
  width="24"
7940
7942
  height="24"
7941
7943
  viewBox="0 0 24 24"
@@ -7998,7 +8000,7 @@ const logoCommonGroundMono = (options) => {
7998
8000
  };
7999
8001
 
8000
8002
  const logoHyperlaneMono = (options) => {
8001
- return x`<svg
8003
+ return html`<svg
8002
8004
  width="540"
8003
8005
  height="494"
8004
8006
  viewBox="0 0 540 494"
@@ -8028,7 +8030,7 @@ const logoHyperlaneMono = (options) => {
8028
8030
  };
8029
8031
 
8030
8032
  const logoHyperlane = (options) => {
8031
- return x`<svg
8033
+ return html`<svg
8032
8034
  width="1000"
8033
8035
  height="1000"
8034
8036
  viewBox="0 0 1000 1000"
@@ -8061,7 +8063,7 @@ const logoHyperlane = (options) => {
8061
8063
  };
8062
8064
 
8063
8065
  const tokenCreate = (options) => {
8064
- return x` <svg
8066
+ return html` <svg
8065
8067
  width="24"
8066
8068
  height="24"
8067
8069
  viewBox="0 0 24 24"
@@ -8096,7 +8098,7 @@ const tokenCreate = (options) => {
8096
8098
  };
8097
8099
 
8098
8100
  const addcontrollerActivated = (options) => {
8099
- return x`<svg
8101
+ return html`<svg
8100
8102
  width="24"
8101
8103
  height="24"
8102
8104
  viewBox="0 0 80 80"
@@ -8279,7 +8281,7 @@ const addcontrollerActivated = (options) => {
8279
8281
  };
8280
8282
 
8281
8283
  const addcontrollerInactive = (options) => {
8282
- return x`<svg
8284
+ return html`<svg
8283
8285
  width="24"
8284
8286
  height="24"
8285
8287
  viewBox="0 0 80 80"
@@ -8407,7 +8409,7 @@ const addcontrollerInactive = (options) => {
8407
8409
  };
8408
8410
 
8409
8411
  const addextensionsActivated = (options) => {
8410
- return x`<svg
8412
+ return html`<svg
8411
8413
  width="24"
8412
8414
  height="24"
8413
8415
  viewBox="0 0 80 80"
@@ -8540,7 +8542,7 @@ const addextensionsActivated = (options) => {
8540
8542
  };
8541
8543
 
8542
8544
  const addextensionsInactive = (options) => {
8543
- return x`<svg
8545
+ return html`<svg
8544
8546
  width="24"
8545
8547
  height="24"
8546
8548
  viewBox="0 0 80 80"
@@ -8599,7 +8601,7 @@ const addextensionsInactive = (options) => {
8599
8601
  };
8600
8602
 
8601
8603
  const adduniversalreceiverdelegateActivated = (options) => {
8602
- return x`<svg
8604
+ return html`<svg
8603
8605
  width="24"
8604
8606
  height="24"
8605
8607
  viewBox="0 0 80 80"
@@ -8731,7 +8733,7 @@ const adduniversalreceiverdelegateActivated = (options) => {
8731
8733
  };
8732
8734
 
8733
8735
  const adduniversalreceiverdelegateInactive = (options) => {
8734
- return x`<svg
8736
+ return html`<svg
8735
8737
  width="24"
8736
8738
  height="24"
8737
8739
  viewBox="0 0 80 80"
@@ -8795,7 +8797,7 @@ const adduniversalreceiverdelegateInactive = (options) => {
8795
8797
  };
8796
8798
 
8797
8799
  const callActivated = (options) => {
8798
- return x`<svg
8800
+ return html`<svg
8799
8801
  width="24"
8800
8802
  height="24"
8801
8803
  viewBox="0 0 80 80"
@@ -8905,7 +8907,7 @@ const callActivated = (options) => {
8905
8907
  };
8906
8908
 
8907
8909
  const callInactive = (options) => {
8908
- return x`<svg
8910
+ return html`<svg
8909
8911
  width="24"
8910
8912
  height="24"
8911
8913
  viewBox="0 0 80 80"
@@ -8960,7 +8962,7 @@ const callInactive = (options) => {
8960
8962
  };
8961
8963
 
8962
8964
  const changeextensionsActivated = (options) => {
8963
- return x`<svg
8965
+ return html`<svg
8964
8966
  width="24"
8965
8967
  height="24"
8966
8968
  viewBox="0 0 80 80"
@@ -9136,7 +9138,7 @@ const changeextensionsActivated = (options) => {
9136
9138
  };
9137
9139
 
9138
9140
  const changeextensionsInactive = (options) => {
9139
- return x`<svg
9141
+ return html`<svg
9140
9142
  width="24"
9141
9143
  height="24"
9142
9144
  viewBox="0 0 80 80"
@@ -9230,7 +9232,7 @@ const changeextensionsInactive = (options) => {
9230
9232
  };
9231
9233
 
9232
9234
  const changeownerActivated = (options) => {
9233
- return x`<svg
9235
+ return html`<svg
9234
9236
  width="24"
9235
9237
  height="24"
9236
9238
  viewBox="0 0 80 80"
@@ -9445,7 +9447,7 @@ const changeownerActivated = (options) => {
9445
9447
  };
9446
9448
 
9447
9449
  const changeownerInactive = (options) => {
9448
- return x`<svg
9450
+ return html`<svg
9449
9451
  width="24"
9450
9452
  height="24"
9451
9453
  viewBox="0 0 80 80"
@@ -9562,7 +9564,7 @@ const changeownerInactive = (options) => {
9562
9564
  };
9563
9565
 
9564
9566
  const changepermissionsActivated = (options) => {
9565
- return x`<svg
9567
+ return html`<svg
9566
9568
  width="24"
9567
9569
  height="24"
9568
9570
  viewBox="0 0 40 40"
@@ -9627,7 +9629,7 @@ const changepermissionsActivated = (options) => {
9627
9629
  };
9628
9630
 
9629
9631
  const changepermissionsInactive = (options) => {
9630
- return x`<svg
9632
+ return html`<svg
9631
9633
  width="24"
9632
9634
  height="24"
9633
9635
  viewBox="0 0 40 40"
@@ -9815,7 +9817,7 @@ const changepermissionsInactive = (options) => {
9815
9817
  };
9816
9818
 
9817
9819
  const changeUniversalReceiverDelegateActivated = (options) => {
9818
- return x`<svg
9820
+ return html`<svg
9819
9821
  width="24"
9820
9822
  height="24"
9821
9823
  viewBox="0 0 80 80"
@@ -9947,7 +9949,7 @@ const changeUniversalReceiverDelegateActivated = (options) => {
9947
9949
  };
9948
9950
 
9949
9951
  const changeUniversalReceiverDelegateInactive = (options) => {
9950
- return x`<svg
9952
+ return html`<svg
9951
9953
  width="24"
9952
9954
  height="24"
9953
9955
  viewBox="0 0 80 80"
@@ -10004,7 +10006,7 @@ const changeUniversalReceiverDelegateInactive = (options) => {
10004
10006
  };
10005
10007
 
10006
10008
  const decryptActivated = (options) => {
10007
- return x`<svg
10009
+ return html`<svg
10008
10010
  width="24"
10009
10011
  height="24"
10010
10012
  viewBox="0 0 80 80"
@@ -10192,7 +10194,7 @@ const decryptActivated = (options) => {
10192
10194
  };
10193
10195
 
10194
10196
  const decryptInactive = (options) => {
10195
- return x`<svg
10197
+ return html`<svg
10196
10198
  width="24"
10197
10199
  height="24"
10198
10200
  viewBox="0 0 80 80"
@@ -10343,7 +10345,7 @@ const decryptInactive = (options) => {
10343
10345
  };
10344
10346
 
10345
10347
  const delegatecallActivated = (options) => {
10346
- return x`<svg
10348
+ return html`<svg
10347
10349
  width="24"
10348
10350
  height="24"
10349
10351
  viewBox="0 0 80 80"
@@ -10526,7 +10528,7 @@ const delegatecallActivated = (options) => {
10526
10528
  };
10527
10529
 
10528
10530
  const delegatecallInactive = (options) => {
10529
- return x`<svg
10531
+ return html`<svg
10530
10532
  width="24"
10531
10533
  height="24"
10532
10534
  viewBox="0 0 80 80"
@@ -10654,7 +10656,7 @@ const delegatecallInactive = (options) => {
10654
10656
  };
10655
10657
 
10656
10658
  const deployActivated = (options) => {
10657
- return x`<svg
10659
+ return html`<svg
10658
10660
  width="24"
10659
10661
  height="24"
10660
10662
  viewBox="0 0 80 80"
@@ -10762,7 +10764,7 @@ const deployActivated = (options) => {
10762
10764
  };
10763
10765
 
10764
10766
  const deployInactive = (options) => {
10765
- return x`<svg
10767
+ return html`<svg
10766
10768
  width="24"
10767
10769
  height="24"
10768
10770
  viewBox="0 0 80 80"
@@ -10795,7 +10797,7 @@ const deployInactive = (options) => {
10795
10797
  };
10796
10798
 
10797
10799
  const editpermissionsActivated = (options) => {
10798
- return x`<svg
10800
+ return html`<svg
10799
10801
  width="24"
10800
10802
  height="24"
10801
10803
  viewBox="0 0 80 80"
@@ -11040,7 +11042,7 @@ const editpermissionsActivated = (options) => {
11040
11042
  };
11041
11043
 
11042
11044
  const editpermissionsInactive = (options) => {
11043
- return x`<svg
11045
+ return html`<svg
11044
11046
  width="24"
11045
11047
  height="24"
11046
11048
  viewBox="0 0 80 80"
@@ -11230,7 +11232,7 @@ const editpermissionsInactive = (options) => {
11230
11232
  };
11231
11233
 
11232
11234
  const encryptActivated = (options) => {
11233
- return x`<svg
11235
+ return html`<svg
11234
11236
  width="24"
11235
11237
  height="24"
11236
11238
  viewBox="0 0 80 80"
@@ -11423,7 +11425,7 @@ const encryptActivated = (options) => {
11423
11425
  };
11424
11426
 
11425
11427
  const encryptInactive = (options) => {
11426
- return x`<svg
11428
+ return html`<svg
11427
11429
  width="24"
11428
11430
  height="24"
11429
11431
  viewBox="0 0 80 80"
@@ -11579,7 +11581,7 @@ const encryptInactive = (options) => {
11579
11581
  };
11580
11582
 
11581
11583
  const executeRelayCallActivated = (options) => {
11582
- return x`<svg
11584
+ return html`<svg
11583
11585
  width="24"
11584
11586
  height="24"
11585
11587
  viewBox="0 0 40 40"
@@ -11755,7 +11757,7 @@ const executeRelayCallActivated = (options) => {
11755
11757
  };
11756
11758
 
11757
11759
  const executeRelayCallInactive = (options) => {
11758
- return x`<svg
11760
+ return html`<svg
11759
11761
  width="24"
11760
11762
  height="24"
11761
11763
  viewBox="0 0 40 40"
@@ -11865,7 +11867,7 @@ const executeRelayCallInactive = (options) => {
11865
11867
  };
11866
11868
 
11867
11869
  const reentrancyActivated = (options) => {
11868
- return x`<svg
11870
+ return html`<svg
11869
11871
  width="24"
11870
11872
  height="24"
11871
11873
  viewBox="0 0 80 80"
@@ -12114,7 +12116,7 @@ const reentrancyActivated = (options) => {
12114
12116
  };
12115
12117
 
12116
12118
  const reentrancyInactive = (options) => {
12117
- return x`<svg
12119
+ return html`<svg
12118
12120
  width="24"
12119
12121
  height="24"
12120
12122
  viewBox="0 0 80 80"
@@ -12308,7 +12310,7 @@ const reentrancyInactive = (options) => {
12308
12310
  };
12309
12311
 
12310
12312
  const setdataActivated = (options) => {
12311
- return x`<svg
12313
+ return html`<svg
12312
12314
  width="24"
12313
12315
  height="24"
12314
12316
  viewBox="0 0 80 80"
@@ -12459,7 +12461,7 @@ const setdataActivated = (options) => {
12459
12461
  };
12460
12462
 
12461
12463
  const setdataInactive = (options) => {
12462
- return x`<svg
12464
+ return html`<svg
12463
12465
  width="24"
12464
12466
  height="24"
12465
12467
  viewBox="0 0 80 80"
@@ -12541,7 +12543,7 @@ const setdataInactive = (options) => {
12541
12543
  };
12542
12544
 
12543
12545
  const signActivated = (options) => {
12544
- return x`<svg
12546
+ return html`<svg
12545
12547
  width="24"
12546
12548
  height="24"
12547
12549
  viewBox="0 0 80 80"
@@ -12716,7 +12718,7 @@ const signActivated = (options) => {
12716
12718
  };
12717
12719
 
12718
12720
  const signInactive = (options) => {
12719
- return x`<svg
12721
+ return html`<svg
12720
12722
  width="24"
12721
12723
  height="24"
12722
12724
  viewBox="0 0 80 80"
@@ -12854,7 +12856,7 @@ const signInactive = (options) => {
12854
12856
  };
12855
12857
 
12856
12858
  const transactionActivated = (options) => {
12857
- return x`<svg
12859
+ return html`<svg
12858
12860
  width="24"
12859
12861
  height="24"
12860
12862
  viewBox="0 0 40 40"
@@ -12969,7 +12971,7 @@ const transactionActivated = (options) => {
12969
12971
  };
12970
12972
 
12971
12973
  const transferActivated = (options) => {
12972
- return x`<svg
12974
+ return html`<svg
12973
12975
  width="24"
12974
12976
  height="24"
12975
12977
  viewBox="0 0 80 80"
@@ -13082,7 +13084,7 @@ const transferActivated = (options) => {
13082
13084
  };
13083
13085
 
13084
13086
  const transferInactive = (options) => {
13085
- return x`<svg
13087
+ return html`<svg
13086
13088
  width="24"
13087
13089
  height="24"
13088
13090
  viewBox="0 0 80 80"
@@ -13140,7 +13142,7 @@ const transferInactive = (options) => {
13140
13142
  };
13141
13143
 
13142
13144
  const logoHyperlaneOutline = (options) => {
13143
- return x`<svg
13145
+ return html`<svg
13144
13146
  width="24"
13145
13147
  height="24"
13146
13148
  viewBox="0 0 24 24"
@@ -13467,7 +13469,7 @@ let LuksoIcon = class extends TailwindStyledElement(style) {
13467
13469
  strokeWidth: 1.5
13468
13470
  }
13469
13471
  };
13470
- this.svgModules = /* #__PURE__ */ Object.assign({"./vuesax/bold/add-circle.svg": () => import('../../add-circle-DGt91woB.js').then(m => m["default"]),"./vuesax/bold/add-square.svg": () => import('../../add-square-BEep9HcK.js').then(m => m["default"]),"./vuesax/bold/add.svg": () => import('../../add-Dxv8tEUm.js').then(m => m["default"]),"./vuesax/bold/attach-square.svg": () => import('../../attach-square-BEkoBfpV.js').then(m => m["default"]),"./vuesax/bold/buy-crypto.svg": () => import('../../buy-crypto-xBVBSgbg.js').then(m => m["default"]),"./vuesax/bold/close-circle.svg": () => import('../../close-circle-DOAztdSv.js').then(m => m["default"]),"./vuesax/bold/close-square.svg": () => import('../../close-square-Bgbpe-Rb.js').then(m => m["default"]),"./vuesax/bold/danger.svg": () => import('../../danger-K7iKJ6Hj.js').then(m => m["default"]),"./vuesax/bold/element-3.svg": () => import('../../element-3-C73hLVc7.js').then(m => m["default"]),"./vuesax/bold/eye-slash.svg": () => import('../../eye-slash-BxKMkFDP.js').then(m => m["default"]),"./vuesax/bold/eye.svg": () => import('../../eye-Bf4VFl7a.js').then(m => m["default"]),"./vuesax/bold/flash.svg": () => import('../../flash-DX_C1GdP.js').then(m => m["default"]),"./vuesax/bold/gallery.svg": () => import('../../gallery-CagXRqNB.js').then(m => m["default"]),"./vuesax/bold/grid-1.svg": () => import('../../grid-1-CLV2XKu_.js').then(m => m["default"]),"./vuesax/bold/grid-2.svg": () => import('../../grid-2-BkIkGXa_.js').then(m => m["default"]),"./vuesax/bold/grid-3.svg": () => import('../../grid-3-DrWKKu9M.js').then(m => m["default"]),"./vuesax/bold/grid-edit.svg": () => import('../../grid-edit-Dy3t8muv.js').then(m => m["default"]),"./vuesax/bold/info-circle.svg": () => import('../../info-circle-6kOenfNC.js').then(m => m["default"]),"./vuesax/bold/information.svg": () => import('../../information-DnVVcwnJ.js').then(m => m["default"]),"./vuesax/bold/link.svg": () => import('../../link-DkkL7LfC.js').then(m => m["default"]),"./vuesax/bold/minus-cirlce.svg": () => import('../../minus-cirlce-B4wPx7Ld.js').then(m => m["default"]),"./vuesax/bold/minus-square.svg": () => import('../../minus-square-DmSqPQeo.js').then(m => m["default"]),"./vuesax/bold/minus.svg": () => import('../../minus-DyuuKbm0.js').then(m => m["default"]),"./vuesax/bold/smallcaps.svg": () => import('../../smallcaps-CQH0e-Qr.js').then(m => m["default"]),"./vuesax/bold/task.svg": () => import('../../task-CPK0Xitw.js').then(m => m["default"]),"./vuesax/bold/text-bold.svg": () => import('../../text-bold-yLyZsv3k.js').then(m => m["default"]),"./vuesax/bold/text-italic.svg": () => import('../../text-italic-JVNLjL6A.js').then(m => m["default"]),"./vuesax/bold/textalign-center.svg": () => import('../../textalign-center-BjXTeLZ9.js').then(m => m["default"]),"./vuesax/bold/textalign-justifycenter.svg": () => import('../../textalign-justifycenter-Cd3T_URi.js').then(m => m["default"]),"./vuesax/bold/textalign-left.svg": () => import('../../textalign-left-CrkiT20G.js').then(m => m["default"]),"./vuesax/bold/textalign-right.svg": () => import('../../textalign-right-LtrQalb-.js').then(m => m["default"]),"./vuesax/bold/tick-circle.svg": () => import('../../tick-circle-CG3ZUEnU.js').then(m => m["default"]),"./vuesax/bold/tick-square.svg": () => import('../../tick-square-TXkCLxdY.js').then(m => m["default"]),"./vuesax/bold/verify.svg": () => import('../../verify-CLN2KLsL.js').then(m => m["default"]),"./vuesax/bold/warning-2.svg": () => import('../../warning-2-CtlOo41U.js').then(m => m["default"]),"./vuesax/broken/add-circle.svg": () => import('../../add-circle-CtHFxNIE.js').then(m => m["default"]),"./vuesax/broken/add-square.svg": () => import('../../add-square-CGrEdv07.js').then(m => m["default"]),"./vuesax/broken/add.svg": () => import('../../add-DxSCGBjD.js').then(m => m["default"]),"./vuesax/broken/attach-square.svg": () => import('../../attach-square-DGJ30O7H.js').then(m => m["default"]),"./vuesax/broken/buy-crypto.svg": () => import('../../buy-crypto-BO_SEu5h.js').then(m => m["default"]),"./vuesax/broken/close-circle.svg": () => import('../../close-circle-B0lQ5WU5.js').then(m => m["default"]),"./vuesax/broken/close-square.svg": () => import('../../close-square-BeaRx-R3.js').then(m => m["default"]),"./vuesax/broken/danger.svg": () => import('../../danger-Bx32gN5U.js').then(m => m["default"]),"./vuesax/broken/element-3.svg": () => import('../../element-3-BoNJBDqp.js').then(m => m["default"]),"./vuesax/broken/eye-slash.svg": () => import('../../eye-slash-Chha_f6F.js').then(m => m["default"]),"./vuesax/broken/eye.svg": () => import('../../eye-DaGlp3S9.js').then(m => m["default"]),"./vuesax/broken/flash.svg": () => import('../../flash-DHUvCDyx.js').then(m => m["default"]),"./vuesax/broken/gallery.svg": () => import('../../gallery-rn6RSmVV.js').then(m => m["default"]),"./vuesax/broken/grid-1.svg": () => import('../../grid-1-BlCKb_LV.js').then(m => m["default"]),"./vuesax/broken/grid-2.svg": () => import('../../grid-2-CRR2dSRR.js').then(m => m["default"]),"./vuesax/broken/grid-3.svg": () => import('../../grid-3-BLRp5Kqd.js').then(m => m["default"]),"./vuesax/broken/grid-edit.svg": () => import('../../grid-edit-CZ51xDRR.js').then(m => m["default"]),"./vuesax/broken/info-circle.svg": () => import('../../info-circle-B5N2xyfy.js').then(m => m["default"]),"./vuesax/broken/information.svg": () => import('../../information-jYXEDed4.js').then(m => m["default"]),"./vuesax/broken/link.svg": () => import('../../link-BWjOQDxe.js').then(m => m["default"]),"./vuesax/broken/minus-cirlce.svg": () => import('../../minus-cirlce-1BD-prgU.js').then(m => m["default"]),"./vuesax/broken/minus-square.svg": () => import('../../minus-square-OYhlceDc.js').then(m => m["default"]),"./vuesax/broken/minus.svg": () => import('../../minus-DPxsgjkb.js').then(m => m["default"]),"./vuesax/broken/smallcaps.svg": () => import('../../smallcaps-D57em6lZ.js').then(m => m["default"]),"./vuesax/broken/task.svg": () => import('../../task-D2dHPypM.js').then(m => m["default"]),"./vuesax/broken/text-bold.svg": () => import('../../text-bold-CGib54xr.js').then(m => m["default"]),"./vuesax/broken/text-italic.svg": () => import('../../text-italic-BqvfDpZ_.js').then(m => m["default"]),"./vuesax/broken/textalign-center.svg": () => import('../../textalign-center-DuFr4Z0N.js').then(m => m["default"]),"./vuesax/broken/textalign-justifycenter.svg": () => import('../../textalign-justifycenter-C_15oG-O.js').then(m => m["default"]),"./vuesax/broken/textalign-left.svg": () => import('../../textalign-left-DDV2YTsX.js').then(m => m["default"]),"./vuesax/broken/textalign-right.svg": () => import('../../textalign-right-BwpxVvNc.js').then(m => m["default"]),"./vuesax/broken/tick-circle.svg": () => import('../../tick-circle-Pc0TudXX.js').then(m => m["default"]),"./vuesax/broken/tick-square.svg": () => import('../../tick-square-BO__mVIu.js').then(m => m["default"]),"./vuesax/broken/verify.svg": () => import('../../verify-Dn_1284X.js').then(m => m["default"]),"./vuesax/broken/warning-2.svg": () => import('../../warning-2-DqcrFtKk.js').then(m => m["default"]),"./vuesax/bulk/add-circle.svg": () => import('../../add-circle-CZSTsKQR.js').then(m => m["default"]),"./vuesax/bulk/add-square.svg": () => import('../../add-square-jZc4kdw7.js').then(m => m["default"]),"./vuesax/bulk/add.svg": () => import('../../add-DzvbYMpx.js').then(m => m["default"]),"./vuesax/bulk/attach-square.svg": () => import('../../attach-square-BDYuLWN1.js').then(m => m["default"]),"./vuesax/bulk/buy-crypto.svg": () => import('../../buy-crypto-DaKjNga_.js').then(m => m["default"]),"./vuesax/bulk/close-circle.svg": () => import('../../close-circle-D1cH-0oJ.js').then(m => m["default"]),"./vuesax/bulk/close-square.svg": () => import('../../close-square-DdPHu5Jm.js').then(m => m["default"]),"./vuesax/bulk/danger.svg": () => import('../../danger-DzUo5c-V.js').then(m => m["default"]),"./vuesax/bulk/element-3.svg": () => import('../../element-3-DdeKipa7.js').then(m => m["default"]),"./vuesax/bulk/eye-slash.svg": () => import('../../eye-slash-CzBrFoLA.js').then(m => m["default"]),"./vuesax/bulk/flash.svg": () => import('../../flash-IFst8Ipi.js').then(m => m["default"]),"./vuesax/bulk/frame.svg": () => import('../../frame-BcRKV975.js').then(m => m["default"]),"./vuesax/bulk/gallery.svg": () => import('../../gallery-St0nMTLD.js').then(m => m["default"]),"./vuesax/bulk/grid-1.svg": () => import('../../grid-1-PXJ9qJA5.js').then(m => m["default"]),"./vuesax/bulk/grid-2.svg": () => import('../../grid-2-lJuB51Te.js').then(m => m["default"]),"./vuesax/bulk/grid-3.svg": () => import('../../grid-3-CsQx4u-_.js').then(m => m["default"]),"./vuesax/bulk/grid-edit.svg": () => import('../../grid-edit-BStqG00A.js').then(m => m["default"]),"./vuesax/bulk/info-circle.svg": () => import('../../info-circle-aE0Oyezo.js').then(m => m["default"]),"./vuesax/bulk/information.svg": () => import('../../information-d8ZG6aaS.js').then(m => m["default"]),"./vuesax/bulk/link.svg": () => import('../../link-DUkoe5Km.js').then(m => m["default"]),"./vuesax/bulk/minus-cirlce.svg": () => import('../../minus-cirlce-BZzid6gu.js').then(m => m["default"]),"./vuesax/bulk/minus-square.svg": () => import('../../minus-square-BiFQWw1K.js').then(m => m["default"]),"./vuesax/bulk/minus.svg": () => import('../../minus-BmYzqTap.js').then(m => m["default"]),"./vuesax/bulk/smallcaps.svg": () => import('../../smallcaps-Csx5r5fL.js').then(m => m["default"]),"./vuesax/bulk/task.svg": () => import('../../task-CWMoBPrR.js').then(m => m["default"]),"./vuesax/bulk/text-bold.svg": () => import('../../text-bold-B9Uuus_K.js').then(m => m["default"]),"./vuesax/bulk/text-italic.svg": () => import('../../text-italic-D-86ejcb.js').then(m => m["default"]),"./vuesax/bulk/textalign-center.svg": () => import('../../textalign-center-DV1ZVVJ9.js').then(m => m["default"]),"./vuesax/bulk/textalign-justifycenter.svg": () => import('../../textalign-justifycenter-BvuL2Tc9.js').then(m => m["default"]),"./vuesax/bulk/textalign-left.svg": () => import('../../textalign-left-DbbIELEG.js').then(m => m["default"]),"./vuesax/bulk/textalign-right.svg": () => import('../../textalign-right-CSi5EldQ.js').then(m => m["default"]),"./vuesax/bulk/tick-circle.svg": () => import('../../tick-circle-BKOcfgEg.js').then(m => m["default"]),"./vuesax/bulk/tick-square.svg": () => import('../../tick-square-CplD_Uli.js').then(m => m["default"]),"./vuesax/bulk/verify.svg": () => import('../../verify-qKgDt_cz.js').then(m => m["default"]),"./vuesax/bulk/warning-2.svg": () => import('../../warning-2-BvOu0gS4.js').then(m => m["default"]),"./vuesax/linear/add-circle.svg": () => import('../../add-circle-Bz3Y4QI7.js').then(m => m["default"]),"./vuesax/linear/add-square.svg": () => import('../../add-square-Bjc528mL.js').then(m => m["default"]),"./vuesax/linear/add.svg": () => import('../../add-Bms1t1Lr.js').then(m => m["default"]),"./vuesax/linear/attach-square.svg": () => import('../../attach-square-Dtfj1Edy.js').then(m => m["default"]),"./vuesax/linear/buy-crypto.svg": () => import('../../buy-crypto-D7-dupti.js').then(m => m["default"]),"./vuesax/linear/close-circle.svg": () => import('../../close-circle-B4IqXNXm.js').then(m => m["default"]),"./vuesax/linear/close-square.svg": () => import('../../close-square-CfUUq0oj.js').then(m => m["default"]),"./vuesax/linear/danger.svg": () => import('../../danger-CAX8lJKX.js').then(m => m["default"]),"./vuesax/linear/element-3.svg": () => import('../../element-3-nzEm__Rv.js').then(m => m["default"]),"./vuesax/linear/eye-slash.svg": () => import('../../eye-slash-j5X2mtyc.js').then(m => m["default"]),"./vuesax/linear/eye.svg": () => import('../../eye-CcM-Nmq0.js').then(m => m["default"]),"./vuesax/linear/flash.svg": () => import('../../flash-CImmbyq_.js').then(m => m["default"]),"./vuesax/linear/gallery.svg": () => import('../../gallery-0fheQOYq.js').then(m => m["default"]),"./vuesax/linear/grid-1.svg": () => import('../../grid-1-2nFV93EB.js').then(m => m["default"]),"./vuesax/linear/grid-2.svg": () => import('../../grid-2-Dka1tyBi.js').then(m => m["default"]),"./vuesax/linear/grid-3.svg": () => import('../../grid-3-Dr1KxfZX.js').then(m => m["default"]),"./vuesax/linear/grid-edit.svg": () => import('../../grid-edit-baK1pIq6.js').then(m => m["default"]),"./vuesax/linear/info-circle.svg": () => import('../../info-circle-CQk7i3Su.js').then(m => m["default"]),"./vuesax/linear/information.svg": () => import('../../information-Xv5n2X1A.js').then(m => m["default"]),"./vuesax/linear/link.svg": () => import('../../link-CxQZZHzv.js').then(m => m["default"]),"./vuesax/linear/minus-cirlce.svg": () => import('../../minus-cirlce-ClVOqRsi.js').then(m => m["default"]),"./vuesax/linear/minus-square.svg": () => import('../../minus-square-DKec4fLp.js').then(m => m["default"]),"./vuesax/linear/minus.svg": () => import('../../minus-lJM-f7JO.js').then(m => m["default"]),"./vuesax/linear/smallcaps.svg": () => import('../../smallcaps-DTc90-wB.js').then(m => m["default"]),"./vuesax/linear/task.svg": () => import('../../task-CPHbx6Xp.js').then(m => m["default"]),"./vuesax/linear/text-bold.svg": () => import('../../text-bold-BwjfWLnV.js').then(m => m["default"]),"./vuesax/linear/text-italic.svg": () => import('../../text-italic-BBbdgOV8.js').then(m => m["default"]),"./vuesax/linear/textalign-center.svg": () => import('../../textalign-center-BgDrvLgu.js').then(m => m["default"]),"./vuesax/linear/textalign-justifycenter.svg": () => import('../../textalign-justifycenter-GJYh78KA.js').then(m => m["default"]),"./vuesax/linear/textalign-left.svg": () => import('../../textalign-left-Czv9gCWL.js').then(m => m["default"]),"./vuesax/linear/textalign-right.svg": () => import('../../textalign-right-B4RMoyPu.js').then(m => m["default"]),"./vuesax/linear/tick-circle.svg": () => import('../../tick-circle-DAndptFp.js').then(m => m["default"]),"./vuesax/linear/tick-square.svg": () => import('../../tick-square-CoNp6Xdh.js').then(m => m["default"]),"./vuesax/linear/verify.svg": () => import('../../verify-BPKA8uIA.js').then(m => m["default"]),"./vuesax/linear/warning-2.svg": () => import('../../warning-2-BixGOAk9.js').then(m => m["default"]),"./vuesax/outline/add-circle.svg": () => import('../../add-circle-D_S9YFr9.js').then(m => m["default"]),"./vuesax/outline/add-square.svg": () => import('../../add-square-DhkDywTs.js').then(m => m["default"]),"./vuesax/outline/add.svg": () => import('../../add-qN9qXvHm.js').then(m => m["default"]),"./vuesax/outline/attach-square.svg": () => import('../../attach-square-B_oIBENK.js').then(m => m["default"]),"./vuesax/outline/buy-crypto.svg": () => import('../../buy-crypto-WRjeb_sI.js').then(m => m["default"]),"./vuesax/outline/close-circle.svg": () => import('../../close-circle-gnTKz8qg.js').then(m => m["default"]),"./vuesax/outline/close-square.svg": () => import('../../close-square-DVGmbOJ0.js').then(m => m["default"]),"./vuesax/outline/danger.svg": () => import('../../danger-nL3XSMXA.js').then(m => m["default"]),"./vuesax/outline/element-3.svg": () => import('../../element-3-yr3hzzck.js').then(m => m["default"]),"./vuesax/outline/eye-slash.svg": () => import('../../eye-slash-4QawqpXV.js').then(m => m["default"]),"./vuesax/outline/eye.svg": () => import('../../eye-BRB1atdh.js').then(m => m["default"]),"./vuesax/outline/flash.svg": () => import('../../flash-Dno8J4JT.js').then(m => m["default"]),"./vuesax/outline/gallery.svg": () => import('../../gallery-DfKRzQbP.js').then(m => m["default"]),"./vuesax/outline/grid-1.svg": () => import('../../grid-1-DHV1_esU.js').then(m => m["default"]),"./vuesax/outline/grid-2.svg": () => import('../../grid-2-D4GQdXkI.js').then(m => m["default"]),"./vuesax/outline/grid-3.svg": () => import('../../grid-3-BJtV6Fui.js').then(m => m["default"]),"./vuesax/outline/grid-edit.svg": () => import('../../grid-edit-YvL5gNMc.js').then(m => m["default"]),"./vuesax/outline/info-circle.svg": () => import('../../info-circle-DkfW8vAI.js').then(m => m["default"]),"./vuesax/outline/information.svg": () => import('../../information-CwxlT-FJ.js').then(m => m["default"]),"./vuesax/outline/link.svg": () => import('../../link-CrnK4TCj.js').then(m => m["default"]),"./vuesax/outline/minus-cirlce.svg": () => import('../../minus-cirlce-CqtEPKpg.js').then(m => m["default"]),"./vuesax/outline/minus-square.svg": () => import('../../minus-square-Bm7Eo1gc.js').then(m => m["default"]),"./vuesax/outline/minus.svg": () => import('../../minus-WdS4_M_-.js').then(m => m["default"]),"./vuesax/outline/smallcaps.svg": () => import('../../smallcaps-EMohyYps.js').then(m => m["default"]),"./vuesax/outline/task.svg": () => import('../../task-rAZ4_dJi.js').then(m => m["default"]),"./vuesax/outline/text-bold.svg": () => import('../../text-bold-D9E9gOwG.js').then(m => m["default"]),"./vuesax/outline/text-italic.svg": () => import('../../text-italic-COwZp8nN.js').then(m => m["default"]),"./vuesax/outline/textalign-center.svg": () => import('../../textalign-center-BNXKb7o1.js').then(m => m["default"]),"./vuesax/outline/textalign-justifycenter.svg": () => import('../../textalign-justifycenter-B4Okp5WQ.js').then(m => m["default"]),"./vuesax/outline/textalign-left.svg": () => import('../../textalign-left-FcEEgVUa.js').then(m => m["default"]),"./vuesax/outline/textalign-right.svg": () => import('../../textalign-right-CKoFhqEE.js').then(m => m["default"]),"./vuesax/outline/tick-circle.svg": () => import('../../tick-circle-BtUKn3PL.js').then(m => m["default"]),"./vuesax/outline/tick-square.svg": () => import('../../tick-square-BTbcAXZP.js').then(m => m["default"]),"./vuesax/outline/verify.svg": () => import('../../verify-5gEaWngS.js').then(m => m["default"]),"./vuesax/outline/warning-2.svg": () => import('../../warning-2-BSM6W1Gm.js').then(m => m["default"]),"./vuesax/twotone/add-circle.svg": () => import('../../add-circle-BQjGGTJr.js').then(m => m["default"]),"./vuesax/twotone/add-square.svg": () => import('../../add-square-CpWTUYPz.js').then(m => m["default"]),"./vuesax/twotone/add.svg": () => import('../../add-CbSpAgHT.js').then(m => m["default"]),"./vuesax/twotone/attach-square.svg": () => import('../../attach-square-Ch9_iq5a.js').then(m => m["default"]),"./vuesax/twotone/buy-crypto.svg": () => import('../../buy-crypto-Du3ATyw8.js').then(m => m["default"]),"./vuesax/twotone/close-circle.svg": () => import('../../close-circle-0d5DVUGo.js').then(m => m["default"]),"./vuesax/twotone/close-square.svg": () => import('../../close-square-BpqbwDYV.js').then(m => m["default"]),"./vuesax/twotone/danger.svg": () => import('../../danger-BTIz23In.js').then(m => m["default"]),"./vuesax/twotone/element-3.svg": () => import('../../element-3-Dsa3aFFy.js').then(m => m["default"]),"./vuesax/twotone/eye-slash.svg": () => import('../../eye-slash-DGM6ST4a.js').then(m => m["default"]),"./vuesax/twotone/eye.svg": () => import('../../eye-CC9LXMQ1.js').then(m => m["default"]),"./vuesax/twotone/flash.svg": () => import('../../flash-ayX6IKB0.js').then(m => m["default"]),"./vuesax/twotone/gallery.svg": () => import('../../gallery-DgjR4hza.js').then(m => m["default"]),"./vuesax/twotone/grid-1.svg": () => import('../../grid-1-CbT37dAh.js').then(m => m["default"]),"./vuesax/twotone/grid-2.svg": () => import('../../grid-2-DIA2Jyjl.js').then(m => m["default"]),"./vuesax/twotone/grid-3.svg": () => import('../../grid-3-BhG9vXW7.js').then(m => m["default"]),"./vuesax/twotone/grid-edit.svg": () => import('../../grid-edit-Cn07rsiC.js').then(m => m["default"]),"./vuesax/twotone/info-circle.svg": () => import('../../info-circle-DnyLsdiC.js').then(m => m["default"]),"./vuesax/twotone/information.svg": () => import('../../information-CaGJ_mM3.js').then(m => m["default"]),"./vuesax/twotone/link.svg": () => import('../../link-YlDhxD95.js').then(m => m["default"]),"./vuesax/twotone/minus-cirlce.svg": () => import('../../minus-cirlce-BThD7ayf.js').then(m => m["default"]),"./vuesax/twotone/minus-square.svg": () => import('../../minus-square-DLwreP3Z.js').then(m => m["default"]),"./vuesax/twotone/minus.svg": () => import('../../minus-AwCeA7rg.js').then(m => m["default"]),"./vuesax/twotone/smallcaps.svg": () => import('../../smallcaps-BRGmz5X1.js').then(m => m["default"]),"./vuesax/twotone/task.svg": () => import('../../task-DHjlHB5u.js').then(m => m["default"]),"./vuesax/twotone/text-bold.svg": () => import('../../text-bold-FVlP-onb.js').then(m => m["default"]),"./vuesax/twotone/text-italic.svg": () => import('../../text-italic-BbSEOHaR.js').then(m => m["default"]),"./vuesax/twotone/textalign-center.svg": () => import('../../textalign-center-XZiUcsoS.js').then(m => m["default"]),"./vuesax/twotone/textalign-justifycenter.svg": () => import('../../textalign-justifycenter-Cuq0nA7n.js').then(m => m["default"]),"./vuesax/twotone/textalign-left.svg": () => import('../../textalign-left-BBkJw9sM.js').then(m => m["default"]),"./vuesax/twotone/textalign-right.svg": () => import('../../textalign-right-CoIc3IEi.js').then(m => m["default"]),"./vuesax/twotone/tick-circle.svg": () => import('../../tick-circle-CUaIX5y-.js').then(m => m["default"]),"./vuesax/twotone/tick-square.svg": () => import('../../tick-square-CwTiY1_M.js').then(m => m["default"]),"./vuesax/twotone/verify.svg": () => import('../../verify-BDzJ6pBw.js').then(m => m["default"]),"./vuesax/twotone/warning-2.svg": () => import('../../warning-2-D2EzJ9aB.js').then(m => m["default"])
13472
+ this.svgModules = /* #__PURE__ */ Object.assign({"./vuesax/bold/add-circle.svg": () => import('../../chunks/add-circle-DGt91woB.js').then(m => m["default"]),"./vuesax/bold/add-square.svg": () => import('../../chunks/add-square-BEep9HcK.js').then(m => m["default"]),"./vuesax/bold/add.svg": () => import('../../chunks/add-Dxv8tEUm.js').then(m => m["default"]),"./vuesax/bold/attach-square.svg": () => import('../../chunks/attach-square-BEkoBfpV.js').then(m => m["default"]),"./vuesax/bold/buy-crypto.svg": () => import('../../chunks/buy-crypto-xBVBSgbg.js').then(m => m["default"]),"./vuesax/bold/close-circle.svg": () => import('../../chunks/close-circle-DOAztdSv.js').then(m => m["default"]),"./vuesax/bold/close-square.svg": () => import('../../chunks/close-square-Bgbpe-Rb.js').then(m => m["default"]),"./vuesax/bold/danger.svg": () => import('../../chunks/danger-K7iKJ6Hj.js').then(m => m["default"]),"./vuesax/bold/element-3.svg": () => import('../../chunks/element-3-C73hLVc7.js').then(m => m["default"]),"./vuesax/bold/eye-slash.svg": () => import('../../chunks/eye-slash-BxKMkFDP.js').then(m => m["default"]),"./vuesax/bold/eye.svg": () => import('../../chunks/eye-Bf4VFl7a.js').then(m => m["default"]),"./vuesax/bold/flash.svg": () => import('../../chunks/flash-DX_C1GdP.js').then(m => m["default"]),"./vuesax/bold/gallery.svg": () => import('../../chunks/gallery-CagXRqNB.js').then(m => m["default"]),"./vuesax/bold/grid-1.svg": () => import('../../chunks/grid-1-CLV2XKu_.js').then(m => m["default"]),"./vuesax/bold/grid-2.svg": () => import('../../chunks/grid-2-BkIkGXa_.js').then(m => m["default"]),"./vuesax/bold/grid-3.svg": () => import('../../chunks/grid-3-DrWKKu9M.js').then(m => m["default"]),"./vuesax/bold/grid-edit.svg": () => import('../../chunks/grid-edit-Dy3t8muv.js').then(m => m["default"]),"./vuesax/bold/info-circle.svg": () => import('../../chunks/info-circle-6kOenfNC.js').then(m => m["default"]),"./vuesax/bold/information.svg": () => import('../../chunks/information-DnVVcwnJ.js').then(m => m["default"]),"./vuesax/bold/link.svg": () => import('../../chunks/link-DkkL7LfC.js').then(m => m["default"]),"./vuesax/bold/minus-cirlce.svg": () => import('../../chunks/minus-cirlce-B4wPx7Ld.js').then(m => m["default"]),"./vuesax/bold/minus-square.svg": () => import('../../chunks/minus-square-DmSqPQeo.js').then(m => m["default"]),"./vuesax/bold/minus.svg": () => import('../../chunks/minus-DyuuKbm0.js').then(m => m["default"]),"./vuesax/bold/smallcaps.svg": () => import('../../chunks/smallcaps-CQH0e-Qr.js').then(m => m["default"]),"./vuesax/bold/task.svg": () => import('../../chunks/task-CPK0Xitw.js').then(m => m["default"]),"./vuesax/bold/text-bold.svg": () => import('../../chunks/text-bold-yLyZsv3k.js').then(m => m["default"]),"./vuesax/bold/text-italic.svg": () => import('../../chunks/text-italic-JVNLjL6A.js').then(m => m["default"]),"./vuesax/bold/textalign-center.svg": () => import('../../chunks/textalign-center-BjXTeLZ9.js').then(m => m["default"]),"./vuesax/bold/textalign-justifycenter.svg": () => import('../../chunks/textalign-justifycenter-Cd3T_URi.js').then(m => m["default"]),"./vuesax/bold/textalign-left.svg": () => import('../../chunks/textalign-left-CrkiT20G.js').then(m => m["default"]),"./vuesax/bold/textalign-right.svg": () => import('../../chunks/textalign-right-LtrQalb-.js').then(m => m["default"]),"./vuesax/bold/tick-circle.svg": () => import('../../chunks/tick-circle-CG3ZUEnU.js').then(m => m["default"]),"./vuesax/bold/tick-square.svg": () => import('../../chunks/tick-square-TXkCLxdY.js').then(m => m["default"]),"./vuesax/bold/verify.svg": () => import('../../chunks/verify-CLN2KLsL.js').then(m => m["default"]),"./vuesax/bold/warning-2.svg": () => import('../../chunks/warning-2-CtlOo41U.js').then(m => m["default"]),"./vuesax/broken/add-circle.svg": () => import('../../chunks/add-circle-CtHFxNIE.js').then(m => m["default"]),"./vuesax/broken/add-square.svg": () => import('../../chunks/add-square-CGrEdv07.js').then(m => m["default"]),"./vuesax/broken/add.svg": () => import('../../chunks/add-DxSCGBjD.js').then(m => m["default"]),"./vuesax/broken/attach-square.svg": () => import('../../chunks/attach-square-DGJ30O7H.js').then(m => m["default"]),"./vuesax/broken/buy-crypto.svg": () => import('../../chunks/buy-crypto-BO_SEu5h.js').then(m => m["default"]),"./vuesax/broken/close-circle.svg": () => import('../../chunks/close-circle-B0lQ5WU5.js').then(m => m["default"]),"./vuesax/broken/close-square.svg": () => import('../../chunks/close-square-BeaRx-R3.js').then(m => m["default"]),"./vuesax/broken/danger.svg": () => import('../../chunks/danger-Bx32gN5U.js').then(m => m["default"]),"./vuesax/broken/element-3.svg": () => import('../../chunks/element-3-BoNJBDqp.js').then(m => m["default"]),"./vuesax/broken/eye-slash.svg": () => import('../../chunks/eye-slash-Chha_f6F.js').then(m => m["default"]),"./vuesax/broken/eye.svg": () => import('../../chunks/eye-DaGlp3S9.js').then(m => m["default"]),"./vuesax/broken/flash.svg": () => import('../../chunks/flash-DHUvCDyx.js').then(m => m["default"]),"./vuesax/broken/gallery.svg": () => import('../../chunks/gallery-rn6RSmVV.js').then(m => m["default"]),"./vuesax/broken/grid-1.svg": () => import('../../chunks/grid-1-BlCKb_LV.js').then(m => m["default"]),"./vuesax/broken/grid-2.svg": () => import('../../chunks/grid-2-CRR2dSRR.js').then(m => m["default"]),"./vuesax/broken/grid-3.svg": () => import('../../chunks/grid-3-BLRp5Kqd.js').then(m => m["default"]),"./vuesax/broken/grid-edit.svg": () => import('../../chunks/grid-edit-CZ51xDRR.js').then(m => m["default"]),"./vuesax/broken/info-circle.svg": () => import('../../chunks/info-circle-B5N2xyfy.js').then(m => m["default"]),"./vuesax/broken/information.svg": () => import('../../chunks/information-jYXEDed4.js').then(m => m["default"]),"./vuesax/broken/link.svg": () => import('../../chunks/link-BWjOQDxe.js').then(m => m["default"]),"./vuesax/broken/minus-cirlce.svg": () => import('../../chunks/minus-cirlce-1BD-prgU.js').then(m => m["default"]),"./vuesax/broken/minus-square.svg": () => import('../../chunks/minus-square-OYhlceDc.js').then(m => m["default"]),"./vuesax/broken/minus.svg": () => import('../../chunks/minus-DPxsgjkb.js').then(m => m["default"]),"./vuesax/broken/smallcaps.svg": () => import('../../chunks/smallcaps-D57em6lZ.js').then(m => m["default"]),"./vuesax/broken/task.svg": () => import('../../chunks/task-D2dHPypM.js').then(m => m["default"]),"./vuesax/broken/text-bold.svg": () => import('../../chunks/text-bold-CGib54xr.js').then(m => m["default"]),"./vuesax/broken/text-italic.svg": () => import('../../chunks/text-italic-BqvfDpZ_.js').then(m => m["default"]),"./vuesax/broken/textalign-center.svg": () => import('../../chunks/textalign-center-DuFr4Z0N.js').then(m => m["default"]),"./vuesax/broken/textalign-justifycenter.svg": () => import('../../chunks/textalign-justifycenter-C_15oG-O.js').then(m => m["default"]),"./vuesax/broken/textalign-left.svg": () => import('../../chunks/textalign-left-DDV2YTsX.js').then(m => m["default"]),"./vuesax/broken/textalign-right.svg": () => import('../../chunks/textalign-right-BwpxVvNc.js').then(m => m["default"]),"./vuesax/broken/tick-circle.svg": () => import('../../chunks/tick-circle-Pc0TudXX.js').then(m => m["default"]),"./vuesax/broken/tick-square.svg": () => import('../../chunks/tick-square-BO__mVIu.js').then(m => m["default"]),"./vuesax/broken/verify.svg": () => import('../../chunks/verify-Dn_1284X.js').then(m => m["default"]),"./vuesax/broken/warning-2.svg": () => import('../../chunks/warning-2-DqcrFtKk.js').then(m => m["default"]),"./vuesax/bulk/add-circle.svg": () => import('../../chunks/add-circle-CZSTsKQR.js').then(m => m["default"]),"./vuesax/bulk/add-square.svg": () => import('../../chunks/add-square-jZc4kdw7.js').then(m => m["default"]),"./vuesax/bulk/add.svg": () => import('../../chunks/add-DzvbYMpx.js').then(m => m["default"]),"./vuesax/bulk/attach-square.svg": () => import('../../chunks/attach-square-BDYuLWN1.js').then(m => m["default"]),"./vuesax/bulk/buy-crypto.svg": () => import('../../chunks/buy-crypto-DaKjNga_.js').then(m => m["default"]),"./vuesax/bulk/close-circle.svg": () => import('../../chunks/close-circle-D1cH-0oJ.js').then(m => m["default"]),"./vuesax/bulk/close-square.svg": () => import('../../chunks/close-square-DdPHu5Jm.js').then(m => m["default"]),"./vuesax/bulk/danger.svg": () => import('../../chunks/danger-DzUo5c-V.js').then(m => m["default"]),"./vuesax/bulk/element-3.svg": () => import('../../chunks/element-3-DdeKipa7.js').then(m => m["default"]),"./vuesax/bulk/eye-slash.svg": () => import('../../chunks/eye-slash-CzBrFoLA.js').then(m => m["default"]),"./vuesax/bulk/flash.svg": () => import('../../chunks/flash-IFst8Ipi.js').then(m => m["default"]),"./vuesax/bulk/frame.svg": () => import('../../chunks/frame-BcRKV975.js').then(m => m["default"]),"./vuesax/bulk/gallery.svg": () => import('../../chunks/gallery-St0nMTLD.js').then(m => m["default"]),"./vuesax/bulk/grid-1.svg": () => import('../../chunks/grid-1-PXJ9qJA5.js').then(m => m["default"]),"./vuesax/bulk/grid-2.svg": () => import('../../chunks/grid-2-lJuB51Te.js').then(m => m["default"]),"./vuesax/bulk/grid-3.svg": () => import('../../chunks/grid-3-CsQx4u-_.js').then(m => m["default"]),"./vuesax/bulk/grid-edit.svg": () => import('../../chunks/grid-edit-BStqG00A.js').then(m => m["default"]),"./vuesax/bulk/info-circle.svg": () => import('../../chunks/info-circle-aE0Oyezo.js').then(m => m["default"]),"./vuesax/bulk/information.svg": () => import('../../chunks/information-d8ZG6aaS.js').then(m => m["default"]),"./vuesax/bulk/link.svg": () => import('../../chunks/link-DUkoe5Km.js').then(m => m["default"]),"./vuesax/bulk/minus-cirlce.svg": () => import('../../chunks/minus-cirlce-BZzid6gu.js').then(m => m["default"]),"./vuesax/bulk/minus-square.svg": () => import('../../chunks/minus-square-BiFQWw1K.js').then(m => m["default"]),"./vuesax/bulk/minus.svg": () => import('../../chunks/minus-BmYzqTap.js').then(m => m["default"]),"./vuesax/bulk/smallcaps.svg": () => import('../../chunks/smallcaps-Csx5r5fL.js').then(m => m["default"]),"./vuesax/bulk/task.svg": () => import('../../chunks/task-CWMoBPrR.js').then(m => m["default"]),"./vuesax/bulk/text-bold.svg": () => import('../../chunks/text-bold-B9Uuus_K.js').then(m => m["default"]),"./vuesax/bulk/text-italic.svg": () => import('../../chunks/text-italic-D-86ejcb.js').then(m => m["default"]),"./vuesax/bulk/textalign-center.svg": () => import('../../chunks/textalign-center-DV1ZVVJ9.js').then(m => m["default"]),"./vuesax/bulk/textalign-justifycenter.svg": () => import('../../chunks/textalign-justifycenter-BvuL2Tc9.js').then(m => m["default"]),"./vuesax/bulk/textalign-left.svg": () => import('../../chunks/textalign-left-DbbIELEG.js').then(m => m["default"]),"./vuesax/bulk/textalign-right.svg": () => import('../../chunks/textalign-right-CSi5EldQ.js').then(m => m["default"]),"./vuesax/bulk/tick-circle.svg": () => import('../../chunks/tick-circle-BKOcfgEg.js').then(m => m["default"]),"./vuesax/bulk/tick-square.svg": () => import('../../chunks/tick-square-CplD_Uli.js').then(m => m["default"]),"./vuesax/bulk/verify.svg": () => import('../../chunks/verify-qKgDt_cz.js').then(m => m["default"]),"./vuesax/bulk/warning-2.svg": () => import('../../chunks/warning-2-BvOu0gS4.js').then(m => m["default"]),"./vuesax/linear/add-circle.svg": () => import('../../chunks/add-circle-Bz3Y4QI7.js').then(m => m["default"]),"./vuesax/linear/add-square.svg": () => import('../../chunks/add-square-Bjc528mL.js').then(m => m["default"]),"./vuesax/linear/add.svg": () => import('../../chunks/add-Bms1t1Lr.js').then(m => m["default"]),"./vuesax/linear/attach-square.svg": () => import('../../chunks/attach-square-Dtfj1Edy.js').then(m => m["default"]),"./vuesax/linear/buy-crypto.svg": () => import('../../chunks/buy-crypto-D7-dupti.js').then(m => m["default"]),"./vuesax/linear/close-circle.svg": () => import('../../chunks/close-circle-B4IqXNXm.js').then(m => m["default"]),"./vuesax/linear/close-square.svg": () => import('../../chunks/close-square-CfUUq0oj.js').then(m => m["default"]),"./vuesax/linear/danger.svg": () => import('../../chunks/danger-CAX8lJKX.js').then(m => m["default"]),"./vuesax/linear/element-3.svg": () => import('../../chunks/element-3-nzEm__Rv.js').then(m => m["default"]),"./vuesax/linear/eye-slash.svg": () => import('../../chunks/eye-slash-j5X2mtyc.js').then(m => m["default"]),"./vuesax/linear/eye.svg": () => import('../../chunks/eye-CcM-Nmq0.js').then(m => m["default"]),"./vuesax/linear/flash.svg": () => import('../../chunks/flash-CImmbyq_.js').then(m => m["default"]),"./vuesax/linear/gallery.svg": () => import('../../chunks/gallery-0fheQOYq.js').then(m => m["default"]),"./vuesax/linear/grid-1.svg": () => import('../../chunks/grid-1-2nFV93EB.js').then(m => m["default"]),"./vuesax/linear/grid-2.svg": () => import('../../chunks/grid-2-Dka1tyBi.js').then(m => m["default"]),"./vuesax/linear/grid-3.svg": () => import('../../chunks/grid-3-Dr1KxfZX.js').then(m => m["default"]),"./vuesax/linear/grid-edit.svg": () => import('../../chunks/grid-edit-baK1pIq6.js').then(m => m["default"]),"./vuesax/linear/info-circle.svg": () => import('../../chunks/info-circle-CQk7i3Su.js').then(m => m["default"]),"./vuesax/linear/information.svg": () => import('../../chunks/information-Xv5n2X1A.js').then(m => m["default"]),"./vuesax/linear/link.svg": () => import('../../chunks/link-CxQZZHzv.js').then(m => m["default"]),"./vuesax/linear/minus-cirlce.svg": () => import('../../chunks/minus-cirlce-ClVOqRsi.js').then(m => m["default"]),"./vuesax/linear/minus-square.svg": () => import('../../chunks/minus-square-DKec4fLp.js').then(m => m["default"]),"./vuesax/linear/minus.svg": () => import('../../chunks/minus-lJM-f7JO.js').then(m => m["default"]),"./vuesax/linear/smallcaps.svg": () => import('../../chunks/smallcaps-DTc90-wB.js').then(m => m["default"]),"./vuesax/linear/task.svg": () => import('../../chunks/task-CPHbx6Xp.js').then(m => m["default"]),"./vuesax/linear/text-bold.svg": () => import('../../chunks/text-bold-BwjfWLnV.js').then(m => m["default"]),"./vuesax/linear/text-italic.svg": () => import('../../chunks/text-italic-BBbdgOV8.js').then(m => m["default"]),"./vuesax/linear/textalign-center.svg": () => import('../../chunks/textalign-center-BgDrvLgu.js').then(m => m["default"]),"./vuesax/linear/textalign-justifycenter.svg": () => import('../../chunks/textalign-justifycenter-GJYh78KA.js').then(m => m["default"]),"./vuesax/linear/textalign-left.svg": () => import('../../chunks/textalign-left-Czv9gCWL.js').then(m => m["default"]),"./vuesax/linear/textalign-right.svg": () => import('../../chunks/textalign-right-B4RMoyPu.js').then(m => m["default"]),"./vuesax/linear/tick-circle.svg": () => import('../../chunks/tick-circle-DAndptFp.js').then(m => m["default"]),"./vuesax/linear/tick-square.svg": () => import('../../chunks/tick-square-CoNp6Xdh.js').then(m => m["default"]),"./vuesax/linear/verify.svg": () => import('../../chunks/verify-BPKA8uIA.js').then(m => m["default"]),"./vuesax/linear/warning-2.svg": () => import('../../chunks/warning-2-BixGOAk9.js').then(m => m["default"]),"./vuesax/outline/add-circle.svg": () => import('../../chunks/add-circle-D_S9YFr9.js').then(m => m["default"]),"./vuesax/outline/add-square.svg": () => import('../../chunks/add-square-DhkDywTs.js').then(m => m["default"]),"./vuesax/outline/add.svg": () => import('../../chunks/add-qN9qXvHm.js').then(m => m["default"]),"./vuesax/outline/attach-square.svg": () => import('../../chunks/attach-square-B_oIBENK.js').then(m => m["default"]),"./vuesax/outline/buy-crypto.svg": () => import('../../chunks/buy-crypto-WRjeb_sI.js').then(m => m["default"]),"./vuesax/outline/close-circle.svg": () => import('../../chunks/close-circle-gnTKz8qg.js').then(m => m["default"]),"./vuesax/outline/close-square.svg": () => import('../../chunks/close-square-DVGmbOJ0.js').then(m => m["default"]),"./vuesax/outline/danger.svg": () => import('../../chunks/danger-nL3XSMXA.js').then(m => m["default"]),"./vuesax/outline/element-3.svg": () => import('../../chunks/element-3-yr3hzzck.js').then(m => m["default"]),"./vuesax/outline/eye-slash.svg": () => import('../../chunks/eye-slash-4QawqpXV.js').then(m => m["default"]),"./vuesax/outline/eye.svg": () => import('../../chunks/eye-BRB1atdh.js').then(m => m["default"]),"./vuesax/outline/flash.svg": () => import('../../chunks/flash-Dno8J4JT.js').then(m => m["default"]),"./vuesax/outline/gallery.svg": () => import('../../chunks/gallery-DfKRzQbP.js').then(m => m["default"]),"./vuesax/outline/grid-1.svg": () => import('../../chunks/grid-1-DHV1_esU.js').then(m => m["default"]),"./vuesax/outline/grid-2.svg": () => import('../../chunks/grid-2-D4GQdXkI.js').then(m => m["default"]),"./vuesax/outline/grid-3.svg": () => import('../../chunks/grid-3-BJtV6Fui.js').then(m => m["default"]),"./vuesax/outline/grid-edit.svg": () => import('../../chunks/grid-edit-YvL5gNMc.js').then(m => m["default"]),"./vuesax/outline/info-circle.svg": () => import('../../chunks/info-circle-DkfW8vAI.js').then(m => m["default"]),"./vuesax/outline/information.svg": () => import('../../chunks/information-CwxlT-FJ.js').then(m => m["default"]),"./vuesax/outline/link.svg": () => import('../../chunks/link-CrnK4TCj.js').then(m => m["default"]),"./vuesax/outline/minus-cirlce.svg": () => import('../../chunks/minus-cirlce-CqtEPKpg.js').then(m => m["default"]),"./vuesax/outline/minus-square.svg": () => import('../../chunks/minus-square-Bm7Eo1gc.js').then(m => m["default"]),"./vuesax/outline/minus.svg": () => import('../../chunks/minus-WdS4_M_-.js').then(m => m["default"]),"./vuesax/outline/smallcaps.svg": () => import('../../chunks/smallcaps-EMohyYps.js').then(m => m["default"]),"./vuesax/outline/task.svg": () => import('../../chunks/task-rAZ4_dJi.js').then(m => m["default"]),"./vuesax/outline/text-bold.svg": () => import('../../chunks/text-bold-D9E9gOwG.js').then(m => m["default"]),"./vuesax/outline/text-italic.svg": () => import('../../chunks/text-italic-COwZp8nN.js').then(m => m["default"]),"./vuesax/outline/textalign-center.svg": () => import('../../chunks/textalign-center-BNXKb7o1.js').then(m => m["default"]),"./vuesax/outline/textalign-justifycenter.svg": () => import('../../chunks/textalign-justifycenter-B4Okp5WQ.js').then(m => m["default"]),"./vuesax/outline/textalign-left.svg": () => import('../../chunks/textalign-left-FcEEgVUa.js').then(m => m["default"]),"./vuesax/outline/textalign-right.svg": () => import('../../chunks/textalign-right-CKoFhqEE.js').then(m => m["default"]),"./vuesax/outline/tick-circle.svg": () => import('../../chunks/tick-circle-BtUKn3PL.js').then(m => m["default"]),"./vuesax/outline/tick-square.svg": () => import('../../chunks/tick-square-BTbcAXZP.js').then(m => m["default"]),"./vuesax/outline/verify.svg": () => import('../../chunks/verify-5gEaWngS.js').then(m => m["default"]),"./vuesax/outline/warning-2.svg": () => import('../../chunks/warning-2-BSM6W1Gm.js').then(m => m["default"]),"./vuesax/twotone/add-circle.svg": () => import('../../chunks/add-circle-BQjGGTJr.js').then(m => m["default"]),"./vuesax/twotone/add-square.svg": () => import('../../chunks/add-square-CpWTUYPz.js').then(m => m["default"]),"./vuesax/twotone/add.svg": () => import('../../chunks/add-CbSpAgHT.js').then(m => m["default"]),"./vuesax/twotone/attach-square.svg": () => import('../../chunks/attach-square-Ch9_iq5a.js').then(m => m["default"]),"./vuesax/twotone/buy-crypto.svg": () => import('../../chunks/buy-crypto-Du3ATyw8.js').then(m => m["default"]),"./vuesax/twotone/close-circle.svg": () => import('../../chunks/close-circle-0d5DVUGo.js').then(m => m["default"]),"./vuesax/twotone/close-square.svg": () => import('../../chunks/close-square-BpqbwDYV.js').then(m => m["default"]),"./vuesax/twotone/danger.svg": () => import('../../chunks/danger-BTIz23In.js').then(m => m["default"]),"./vuesax/twotone/element-3.svg": () => import('../../chunks/element-3-Dsa3aFFy.js').then(m => m["default"]),"./vuesax/twotone/eye-slash.svg": () => import('../../chunks/eye-slash-DGM6ST4a.js').then(m => m["default"]),"./vuesax/twotone/eye.svg": () => import('../../chunks/eye-CC9LXMQ1.js').then(m => m["default"]),"./vuesax/twotone/flash.svg": () => import('../../chunks/flash-ayX6IKB0.js').then(m => m["default"]),"./vuesax/twotone/gallery.svg": () => import('../../chunks/gallery-DgjR4hza.js').then(m => m["default"]),"./vuesax/twotone/grid-1.svg": () => import('../../chunks/grid-1-CbT37dAh.js').then(m => m["default"]),"./vuesax/twotone/grid-2.svg": () => import('../../chunks/grid-2-DIA2Jyjl.js').then(m => m["default"]),"./vuesax/twotone/grid-3.svg": () => import('../../chunks/grid-3-BhG9vXW7.js').then(m => m["default"]),"./vuesax/twotone/grid-edit.svg": () => import('../../chunks/grid-edit-Cn07rsiC.js').then(m => m["default"]),"./vuesax/twotone/info-circle.svg": () => import('../../chunks/info-circle-DnyLsdiC.js').then(m => m["default"]),"./vuesax/twotone/information.svg": () => import('../../chunks/information-CaGJ_mM3.js').then(m => m["default"]),"./vuesax/twotone/link.svg": () => import('../../chunks/link-YlDhxD95.js').then(m => m["default"]),"./vuesax/twotone/minus-cirlce.svg": () => import('../../chunks/minus-cirlce-BThD7ayf.js').then(m => m["default"]),"./vuesax/twotone/minus-square.svg": () => import('../../chunks/minus-square-DLwreP3Z.js').then(m => m["default"]),"./vuesax/twotone/minus.svg": () => import('../../chunks/minus-AwCeA7rg.js').then(m => m["default"]),"./vuesax/twotone/smallcaps.svg": () => import('../../chunks/smallcaps-BRGmz5X1.js').then(m => m["default"]),"./vuesax/twotone/task.svg": () => import('../../chunks/task-DHjlHB5u.js').then(m => m["default"]),"./vuesax/twotone/text-bold.svg": () => import('../../chunks/text-bold-FVlP-onb.js').then(m => m["default"]),"./vuesax/twotone/text-italic.svg": () => import('../../chunks/text-italic-BbSEOHaR.js').then(m => m["default"]),"./vuesax/twotone/textalign-center.svg": () => import('../../chunks/textalign-center-XZiUcsoS.js').then(m => m["default"]),"./vuesax/twotone/textalign-justifycenter.svg": () => import('../../chunks/textalign-justifycenter-Cuq0nA7n.js').then(m => m["default"]),"./vuesax/twotone/textalign-left.svg": () => import('../../chunks/textalign-left-BBkJw9sM.js').then(m => m["default"]),"./vuesax/twotone/textalign-right.svg": () => import('../../chunks/textalign-right-CoIc3IEi.js').then(m => m["default"]),"./vuesax/twotone/tick-circle.svg": () => import('../../chunks/tick-circle-CUaIX5y-.js').then(m => m["default"]),"./vuesax/twotone/tick-square.svg": () => import('../../chunks/tick-square-CwTiY1_M.js').then(m => m["default"]),"./vuesax/twotone/verify.svg": () => import('../../chunks/verify-BDzJ6pBw.js').then(m => m["default"]),"./vuesax/twotone/warning-2.svg": () => import('../../chunks/warning-2-D2EzJ9aB.js').then(m => m["default"])
13471
13473
 
13472
13474
 
13473
13475
  });
@@ -13591,7 +13593,7 @@ let LuksoIcon = class extends TailwindStyledElement(style) {
13591
13593
  const size = this.sizes[this.size];
13592
13594
  if (!size) {
13593
13595
  console.warn(`Size ${this.size} not found`);
13594
- return x``;
13596
+ return html``;
13595
13597
  }
13596
13598
  if (this.pack === "vuesax") {
13597
13599
  if (!this.svgContent) {
@@ -13603,20 +13605,20 @@ let LuksoIcon = class extends TailwindStyledElement(style) {
13603
13605
  }
13604
13606
  this.requestUpdate();
13605
13607
  });
13606
- return x`<!-- Loading SVG... -->`;
13608
+ return html`<!-- Loading SVG... -->`;
13607
13609
  }
13608
- return x`<!-- Failed to load SVG. -->`;
13610
+ return html`<!-- Failed to load SVG. -->`;
13609
13611
  }
13610
13612
  const processedSvg = this.processVuesaxSvg(this.svgContent);
13611
- return processedSvg ? x`${o$1(processedSvg)}` : x`<!-- SVG not found -->`;
13613
+ return processedSvg ? html`${unsafeHTML(processedSvg)}` : html`<!-- SVG not found -->`;
13612
13614
  }
13613
13615
  if (!this.pack) {
13614
13616
  const icon = iconMap[this.name];
13615
13617
  if (!icon) {
13616
13618
  console.warn(`Icon ${this.name} not found`);
13617
- return x``;
13619
+ return html``;
13618
13620
  }
13619
- return x`
13621
+ return html`
13620
13622
  ${icon({
13621
13623
  width: size.width,
13622
13624
  height: size.height,
@@ -13627,29 +13629,29 @@ let LuksoIcon = class extends TailwindStyledElement(style) {
13627
13629
  `;
13628
13630
  }
13629
13631
  console.warn(`Icon pack ${this.pack} not found. `);
13630
- return x``;
13632
+ return html``;
13631
13633
  }
13632
13634
  };
13633
13635
  __decorateClass([
13634
- n({ type: String, reflect: true })
13636
+ property({ type: String, reflect: true })
13635
13637
  ], LuksoIcon.prototype, "name", 2);
13636
13638
  __decorateClass([
13637
- n({ type: String, reflect: true })
13639
+ property({ type: String, reflect: true })
13638
13640
  ], LuksoIcon.prototype, "size", 2);
13639
13641
  __decorateClass([
13640
- n({ type: String, reflect: true })
13642
+ property({ type: String, reflect: true })
13641
13643
  ], LuksoIcon.prototype, "color", 2);
13642
13644
  __decorateClass([
13643
- n({ type: String, attribute: "secondary-color", reflect: true })
13645
+ property({ type: String, attribute: "secondary-color", reflect: true })
13644
13646
  ], LuksoIcon.prototype, "secondaryColor", 2);
13645
13647
  __decorateClass([
13646
- n({ type: String, reflect: true })
13648
+ property({ type: String, reflect: true })
13647
13649
  ], LuksoIcon.prototype, "pack", 2);
13648
13650
  __decorateClass([
13649
- n({ type: String, reflect: true })
13651
+ property({ type: String, reflect: true })
13650
13652
  ], LuksoIcon.prototype, "variant", 2);
13651
13653
  __decorateClass([
13652
- n({ type: String })
13654
+ property({ type: String })
13653
13655
  ], LuksoIcon.prototype, "svgContent", 2);
13654
13656
  LuksoIcon = __decorateClass([
13655
13657
  safeCustomElement("lukso-icon")