@lazar-ui/kit 0.5.1 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1844) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/dist/Actions-CEIXfLKN.mjs +26 -0
  3. package/dist/Actions.css +1 -0
  4. package/dist/ActiveFilters-BJojmc-d.mjs +29 -0
  5. package/dist/ActiveFilters.css +1 -0
  6. package/dist/Button-BN85EtaZ.mjs +52 -0
  7. package/dist/Button.css +1 -1
  8. package/dist/Cell-BPBvEyeL.mjs +21 -0
  9. package/dist/Cell.css +1 -0
  10. package/dist/Checkbox-Chfzm1Z9.mjs +46 -0
  11. package/dist/Checkbox.css +1 -0
  12. package/dist/{Chip-DLfYGIQG.mjs → Chip-CmsNZTlz.mjs} +2 -2
  13. package/dist/Content-ru2X8iBx.mjs +13 -0
  14. package/dist/Content.css +1 -0
  15. package/dist/Group-DyDpeqOP.mjs +16 -0
  16. package/dist/Group.css +1 -0
  17. package/dist/Header-Clhgyr0J.mjs +29 -0
  18. package/dist/Header.css +1 -0
  19. package/dist/Heading-CL47Fqe7.mjs +30 -0
  20. package/dist/Heading.css +1 -0
  21. package/dist/Icon-DUCBChX2.mjs +24 -0
  22. package/dist/InputBase-BHZWQT9-.mjs +46 -0
  23. package/dist/Item-JbyvZy05.mjs +66 -0
  24. package/dist/Item.css +1 -0
  25. package/dist/Panel-Q06TIYep.mjs +12 -0
  26. package/dist/Provider-CBfZpO45.mjs +12 -0
  27. package/dist/Row-C-3TXoDz.mjs +15 -0
  28. package/dist/Row.css +1 -0
  29. package/dist/Tab-CR0KvVaA.mjs +39 -0
  30. package/dist/Tab.css +1 -0
  31. package/dist/Text-DiOqZt8E.mjs +49 -0
  32. package/dist/Text.css +1 -0
  33. package/dist/Title-aOeFD24v.mjs +13 -0
  34. package/dist/Title.css +1 -0
  35. package/dist/Toolbar-BJQy4qFI.mjs +11 -0
  36. package/dist/Toolbar.css +1 -0
  37. package/dist/Trigger-C_4De6l1.mjs +11 -0
  38. package/dist/accordion.js +24 -24
  39. package/dist/actions.d.ts +13 -0
  40. package/dist/actions.js +4 -0
  41. package/dist/active-filters.d.ts +35 -0
  42. package/dist/active-filters.js +4 -0
  43. package/dist/alert.js +1 -1
  44. package/dist/avatar.js +1 -1
  45. package/dist/badge.js +1 -1
  46. package/dist/breadcrumbs.js +26 -26
  47. package/dist/button.js +1 -1
  48. package/dist/card.js +1 -1
  49. package/dist/cell.d.ts +20 -0
  50. package/dist/cell.js +4 -0
  51. package/dist/checkbox.d.ts +10 -35
  52. package/dist/checkbox.js +2 -40
  53. package/dist/chip.js +1 -1
  54. package/dist/content.d.ts +8 -0
  55. package/dist/content.js +4 -0
  56. package/dist/context.d.ts +44 -0
  57. package/dist/context.js +7 -0
  58. package/dist/dialog.css +1 -1
  59. package/dist/dialog.js +51 -59
  60. package/dist/drawer.css +1 -1
  61. package/dist/drawer.js +74 -96
  62. package/dist/empty-state.css +1 -1
  63. package/dist/empty-state.js +29 -48
  64. package/dist/enums-BnuDYTua.mjs +4 -0
  65. package/dist/enums-CiPhZomh.mjs +6 -0
  66. package/dist/enums-DUZMBQDd.mjs +7 -0
  67. package/dist/flex.js +1 -1
  68. package/dist/{getComponentSlots-DwAYUFNk.mjs → getComponentSlots-DD4iju8N.mjs} +1 -1
  69. package/dist/getVariantClassName-DoCNtwBw.mjs +8 -0
  70. package/dist/group.d.ts +12 -0
  71. package/dist/group.js +4 -0
  72. package/dist/header.d.ts +21 -0
  73. package/dist/header.js +4 -0
  74. package/dist/heading.d.ts +55 -0
  75. package/dist/heading.js +7 -0
  76. package/dist/icon.js +1 -1
  77. package/dist/input-base.d.ts +29 -0
  78. package/dist/input-base.js +4 -0
  79. package/dist/input.js +87 -125
  80. package/dist/isValidReactNode-D1buElhX.mjs +17 -0
  81. package/dist/item.d.ts +16 -0
  82. package/dist/item.js +4 -0
  83. package/dist/menu.css +1 -1
  84. package/dist/menu.js +46 -103
  85. package/dist/pagination.js +48 -60
  86. package/dist/panel.d.ts +9 -0
  87. package/dist/panel.js +4 -0
  88. package/dist/popover.js +32 -33
  89. package/dist/radio.css +1 -1
  90. package/dist/radio.js +43 -99
  91. package/dist/row.d.ts +12 -0
  92. package/dist/row.js +4 -0
  93. package/dist/select.js +2 -2
  94. package/dist/skeleton.js +1 -1
  95. package/dist/spinner.js +1 -1
  96. package/dist/switch.js +1 -1
  97. package/dist/tab.d.ts +30 -0
  98. package/dist/tab.js +4 -0
  99. package/dist/table.css +1 -1
  100. package/dist/table.js +26 -75
  101. package/dist/tabs.css +1 -1
  102. package/dist/tabs.js +30 -72
  103. package/dist/text.d.ts +74 -0
  104. package/dist/text.js +8 -0
  105. package/dist/textarea.js +1 -1
  106. package/dist/title.d.ts +8 -0
  107. package/dist/title.js +4 -0
  108. package/dist/toolbar.d.ts +20 -0
  109. package/dist/toolbar.js +4 -0
  110. package/dist/tooltip.js +35 -36
  111. package/dist/trigger.d.ts +8 -0
  112. package/dist/trigger.js +4 -0
  113. package/dist/typography.d.ts +90 -40
  114. package/dist/typography.js +4 -38
  115. package/dist/useTabsContext-DdF09jQq.mjs +11 -0
  116. package/dist/utils.d.ts +2 -55
  117. package/dist/utils.js +14 -15
  118. package/package.json +1 -1
  119. package/dist/Button-BYnrV9av.mjs +0 -52
  120. package/dist/Icon-DsTlU3j3.mjs +0 -2078
  121. package/dist/Overlay-OYo7gW8m.mjs +0 -1020
  122. package/dist/a-arrow-down-BlfeWPuA.mjs +0 -17
  123. package/dist/a-arrow-up-CkNl3rN7.mjs +0 -17
  124. package/dist/a-large-small-d-wSLfyv.mjs +0 -17
  125. package/dist/accessibility-aUHOrDni.mjs +0 -18
  126. package/dist/activity-wuveUZzx.mjs +0 -20
  127. package/dist/air-vent-DXvMNQTP.mjs +0 -23
  128. package/dist/airplay-DLsVkuDF.mjs +0 -21
  129. package/dist/alarm-clock-C9Hj7CgK.mjs +0 -19
  130. package/dist/alarm-clock-check-fN5XngDx.mjs +0 -19
  131. package/dist/alarm-clock-minus-DuIpNpf_.mjs +0 -19
  132. package/dist/alarm-clock-off-C9InlkET.mjs +0 -19
  133. package/dist/alarm-clock-plus-AoWUTU8G.mjs +0 -20
  134. package/dist/alarm-smoke-D-RTkDTT.mjs +0 -21
  135. package/dist/album-CTIAcBM2.mjs +0 -15
  136. package/dist/align-center-horizontal-Bj2Zl0OY.mjs +0 -18
  137. package/dist/align-center-vertical-D8SW_Tep.mjs +0 -18
  138. package/dist/align-end-horizontal-CFjF1goL.mjs +0 -16
  139. package/dist/align-end-vertical-Dbudsx43.mjs +0 -16
  140. package/dist/align-horizontal-distribute-center-CQBnNqf2.mjs +0 -22
  141. package/dist/align-horizontal-distribute-end-CFK-SDu1.mjs +0 -20
  142. package/dist/align-horizontal-distribute-start-3O-JUHBP.mjs +0 -20
  143. package/dist/align-horizontal-justify-center-6IyCtV3b.mjs +0 -19
  144. package/dist/align-horizontal-justify-end-DLhce5Ui.mjs +0 -16
  145. package/dist/align-horizontal-justify-start-CsVfXQKb.mjs +0 -16
  146. package/dist/align-horizontal-space-around-Ctlcf3ba.mjs +0 -16
  147. package/dist/align-horizontal-space-between-BS-q4k2V.mjs +0 -17
  148. package/dist/align-start-horizontal-DQrKkQXX.mjs +0 -16
  149. package/dist/align-start-vertical-Wd1Le-Wg.mjs +0 -16
  150. package/dist/align-vertical-distribute-center-DnSFW9BS.mjs +0 -22
  151. package/dist/align-vertical-distribute-end-Cg2W0eFF.mjs +0 -17
  152. package/dist/align-vertical-distribute-start-YWpfc-E4.mjs +0 -20
  153. package/dist/align-vertical-justify-center-Dx0p8n_E.mjs +0 -16
  154. package/dist/align-vertical-justify-end-1WW7E5cv.mjs +0 -16
  155. package/dist/align-vertical-justify-start-DExBTF6o.mjs +0 -16
  156. package/dist/align-vertical-space-around-2mP6bSVr.mjs +0 -16
  157. package/dist/align-vertical-space-between-DXMOUlyA.mjs +0 -17
  158. package/dist/ambulance-DagehLBX.mjs +0 -26
  159. package/dist/ampersand-BlidEYOl.mjs +0 -21
  160. package/dist/ampersands-B22S0lfj.mjs +0 -27
  161. package/dist/amphora-DRLRpoCw.mjs +0 -22
  162. package/dist/anchor-CaQzyIUq.mjs +0 -17
  163. package/dist/angry-FjsXpeQC.mjs +0 -19
  164. package/dist/annoyed-BrgP39fM.mjs +0 -17
  165. package/dist/antenna-COWn3-Mj.mjs +0 -19
  166. package/dist/anvil--CD3--p3.mjs +0 -24
  167. package/dist/aperture-r0JJkLpr.mjs +0 -20
  168. package/dist/app-window-B9DDaB3l.mjs +0 -17
  169. package/dist/app-window-mac-DF7omanD.mjs +0 -17
  170. package/dist/apple-C61rEU4L.mjs +0 -21
  171. package/dist/archive-D7b3qd4a.mjs +0 -16
  172. package/dist/archive-restore-BsZ0QkyX.mjs +0 -18
  173. package/dist/archive-x-Bc1yxZbh.mjs +0 -17
  174. package/dist/armchair-CerxyWHX.mjs +0 -23
  175. package/dist/arrow-big-down-Cg5IlFba.mjs +0 -20
  176. package/dist/arrow-big-down-dash-BYend0Qx.mjs +0 -21
  177. package/dist/arrow-big-left-CYSR0788.mjs +0 -20
  178. package/dist/arrow-big-left-dash-By5ZwLW-.mjs +0 -21
  179. package/dist/arrow-big-right-C4DWZWe8.mjs +0 -20
  180. package/dist/arrow-big-right-dash-DFGWfaac.mjs +0 -21
  181. package/dist/arrow-big-up-D2XSVNmP.mjs +0 -20
  182. package/dist/arrow-big-up-dash-DhUvXl5X.mjs +0 -21
  183. package/dist/arrow-down-0-1-C99bnkys.mjs +0 -18
  184. package/dist/arrow-down-1-0-B7BKMKL8.mjs +0 -18
  185. package/dist/arrow-down-E25_Qpyv.mjs +0 -15
  186. package/dist/arrow-down-a-z-B-m0G9dl.mjs +0 -18
  187. package/dist/arrow-down-from-line-zkrDlo9n.mjs +0 -16
  188. package/dist/arrow-down-left-C1MHMusT.mjs +0 -15
  189. package/dist/arrow-down-narrow-wide-DVvS25zl.mjs +0 -18
  190. package/dist/arrow-down-right-Bgh5uPT8.mjs +0 -15
  191. package/dist/arrow-down-to-dot-pG9i9C2j.mjs +0 -16
  192. package/dist/arrow-down-to-line-icfCaQ8c.mjs +0 -16
  193. package/dist/arrow-down-up-CSZcvgAE.mjs +0 -17
  194. package/dist/arrow-down-wide-narrow-XAforLBf.mjs +0 -18
  195. package/dist/arrow-down-z-a-CFtYy3hm.mjs +0 -18
  196. package/dist/arrow-left-BIIRV51g.mjs +0 -15
  197. package/dist/arrow-left-from-line-DSu_y0oi.mjs +0 -16
  198. package/dist/arrow-left-right-_3LUkKmT.mjs +0 -17
  199. package/dist/arrow-left-to-line-CAqfMjNZ.mjs +0 -16
  200. package/dist/arrow-right-D4BUcVjp.mjs +0 -15
  201. package/dist/arrow-right-from-line-BkIIKAND.mjs +0 -16
  202. package/dist/arrow-right-left-C2dJD7OA.mjs +0 -17
  203. package/dist/arrow-right-to-line-DvTgeqdb.mjs +0 -16
  204. package/dist/arrow-up-0-1-Bo5h_9Q8.mjs +0 -18
  205. package/dist/arrow-up-1-0-BpOgXmFc.mjs +0 -18
  206. package/dist/arrow-up-XWx8Gz_q.mjs +0 -15
  207. package/dist/arrow-up-a-z-Cm3AFGAH.mjs +0 -18
  208. package/dist/arrow-up-down-BwOCBcDV.mjs +0 -17
  209. package/dist/arrow-up-from-dot-RmTTMyrU.mjs +0 -16
  210. package/dist/arrow-up-from-line-C-1kYL8y.mjs +0 -16
  211. package/dist/arrow-up-left-D0Cc8Rl3.mjs +0 -15
  212. package/dist/arrow-up-narrow-wide-cMp_sI21.mjs +0 -18
  213. package/dist/arrow-up-right-BCX7CV2l.mjs +0 -15
  214. package/dist/arrow-up-to-line-CzXRPBjr.mjs +0 -16
  215. package/dist/arrow-up-wide-narrow-CM4auVSL.mjs +0 -18
  216. package/dist/arrow-up-z-a-SRtfTPXv.mjs +0 -18
  217. package/dist/arrows-up-from-line-BiQ5IFC2.mjs +0 -18
  218. package/dist/asterisk-D8hzgHPB.mjs +0 -16
  219. package/dist/astroid-SHZKbbm3.mjs +0 -20
  220. package/dist/at-sign-LbZ6YKXz.mjs +0 -15
  221. package/dist/atom-DBU_AFD2.mjs +0 -28
  222. package/dist/audio-lines-D_3akyRY.mjs +0 -19
  223. package/dist/audio-waveform-46OjEV0S.mjs +0 -20
  224. package/dist/award-DogG7FK9.mjs +0 -21
  225. package/dist/axe-gmLGJawz.mjs +0 -21
  226. package/dist/axis-3d-DCNE2HrV.mjs +0 -17
  227. package/dist/baby-ll_O91IQ.mjs +0 -23
  228. package/dist/backpack-DQqVusHi.mjs +0 -21
  229. package/dist/badge-Dw6awT6H.mjs +0 -20
  230. package/dist/badge-alert-XEZK8AyX.mjs +0 -22
  231. package/dist/badge-cent-CAFBJcQi.mjs +0 -22
  232. package/dist/badge-check-Darlsvul.mjs +0 -21
  233. package/dist/badge-dollar-sign-B_FnEF0W.mjs +0 -22
  234. package/dist/badge-euro-CxHMIBzq.mjs +0 -22
  235. package/dist/badge-indian-rupee-_PqJ7m6y.mjs +0 -23
  236. package/dist/badge-info-CWsSoddY.mjs +0 -22
  237. package/dist/badge-japanese-yen-5FULxTtc.mjs +0 -24
  238. package/dist/badge-minus-CmnySm4A.mjs +0 -21
  239. package/dist/badge-percent-Ce5v1IKu.mjs +0 -23
  240. package/dist/badge-plus-BRbGRmaX.mjs +0 -22
  241. package/dist/badge-pound-sterling-Bx_PgHaF.mjs +0 -23
  242. package/dist/badge-question-mark-B6c1VPs9.mjs +0 -22
  243. package/dist/badge-russian-ruble-BoECF7xk.mjs +0 -22
  244. package/dist/badge-swiss-franc-DYizVCVQ.mjs +0 -23
  245. package/dist/badge-turkish-lira-60bZM_UM.mjs +0 -22
  246. package/dist/badge-x-fZZj8sjz.mjs +0 -22
  247. package/dist/baggage-claim-mn2ue61d.mjs +0 -18
  248. package/dist/balloon-BQNsbiw7.mjs +0 -16
  249. package/dist/ban-YpZ0aN5L.mjs +0 -15
  250. package/dist/banana-lyUbRIAI.mjs +0 -21
  251. package/dist/bandage-BUzYnNaa.mjs +0 -20
  252. package/dist/banknote-DIB_LZxs.mjs +0 -16
  253. package/dist/banknote-arrow-down--AjtfMLh.mjs +0 -19
  254. package/dist/banknote-arrow-up-CXOX0Xr9.mjs +0 -19
  255. package/dist/banknote-x-DDEo3Fl8.mjs +0 -19
  256. package/dist/barcode-DlMQWId2.mjs +0 -18
  257. package/dist/barrel-DdcKnEZ5.mjs +0 -24
  258. package/dist/baseline-GyNhs3Qs.mjs +0 -16
  259. package/dist/bath-Bal-zRXF.mjs +0 -24
  260. package/dist/battery-1_jm6Nma.mjs +0 -15
  261. package/dist/battery-charging-4kXiuoGu.mjs +0 -17
  262. package/dist/battery-full-CXCGn1NQ.mjs +0 -18
  263. package/dist/battery-low-DxsEtWHi.mjs +0 -16
  264. package/dist/battery-medium-O_XL32xp.mjs +0 -17
  265. package/dist/battery-plus-C9ltBB0Q.mjs +0 -18
  266. package/dist/battery-warning-Drqu0Es-.mjs +0 -18
  267. package/dist/beaker-C9LthSQn.mjs +0 -16
  268. package/dist/bean-Ch6paB8K.mjs +0 -21
  269. package/dist/bean-off-CirsLrxd.mjs +0 -29
  270. package/dist/bed-CAjyqr4Y.mjs +0 -17
  271. package/dist/bed-double-BcoTqSWU.mjs +0 -17
  272. package/dist/bed-single-Dh60Gr52.mjs +0 -16
  273. package/dist/beef-D59-X3Mw.mjs +0 -28
  274. package/dist/beef-off-5CB2nEjC.mjs +0 -31
  275. package/dist/beer-CZ1dthtD.mjs +0 -24
  276. package/dist/beer-off-BLFTQ9vp.mjs +0 -30
  277. package/dist/bell-DBOkxpqR.mjs +0 -21
  278. package/dist/bell-check-Df5elWHI.mjs +0 -26
  279. package/dist/bell-dot-CYtpc0TD.mjs +0 -22
  280. package/dist/bell-electric-CkcwawGX.mjs +0 -19
  281. package/dist/bell-minus-DF2W6tHX.mjs +0 -22
  282. package/dist/bell-off-r1BOIjVx.mjs +0 -23
  283. package/dist/bell-plus-8bWkNCuU.mjs +0 -23
  284. package/dist/bell-ring-ob3pLjI_.mjs +0 -23
  285. package/dist/between-horizontal-end-CL5o6gky.mjs +0 -16
  286. package/dist/between-horizontal-start-EIEkKW76.mjs +0 -16
  287. package/dist/between-vertical-end-CWb3cJY4.mjs +0 -16
  288. package/dist/between-vertical-start-Dmy67C7U.mjs +0 -16
  289. package/dist/biceps-flexed-DdwnRytN.mjs +0 -22
  290. package/dist/bike-DdoS8O_M.mjs +0 -17
  291. package/dist/binary-CsQLMYnl.mjs +0 -19
  292. package/dist/binoculars-GS9bnxee.mjs +0 -31
  293. package/dist/biohazard-BIfAx73k.mjs +0 -23
  294. package/dist/bird-CMGOv-rR.mjs +0 -19
  295. package/dist/birdhouse-Dnc1K9gQ.mjs +0 -19
  296. package/dist/bitcoin-xfl8FN0Y.mjs +0 -20
  297. package/dist/blend-PrAnY9yC.mjs +0 -15
  298. package/dist/blender-CXZaJtcp.mjs +0 -25
  299. package/dist/blinds-ixKDyea3.mjs +0 -20
  300. package/dist/blocks-CbSn6XLD.mjs +0 -21
  301. package/dist/bluetooth-CNoUs8D9.mjs +0 -12
  302. package/dist/bluetooth-connected-CxgvgABD.mjs +0 -16
  303. package/dist/bluetooth-off-BJP8i7fx.mjs +0 -16
  304. package/dist/bluetooth-searching-B3hpuMms.mjs +0 -16
  305. package/dist/bold-UPk73QoE.mjs +0 -17
  306. package/dist/bolt-WWu7fsDV.mjs +0 -21
  307. package/dist/bomb-CCX4SlrP.mjs +0 -22
  308. package/dist/bone-DZqKYGtN.mjs +0 -20
  309. package/dist/book-DVDrA8wD.mjs +0 -20
  310. package/dist/book-a-CHsGyBsq.mjs +0 -22
  311. package/dist/book-alert-CmoVIV4N.mjs +0 -22
  312. package/dist/book-audio-CFGYvqi9.mjs +0 -23
  313. package/dist/book-check-CDD2pAiF.mjs +0 -21
  314. package/dist/book-copy-FIys0N3s.mjs +0 -22
  315. package/dist/book-dashed-FEzFJb4a.mjs +0 -24
  316. package/dist/book-down-B2NDMnNq.mjs +0 -22
  317. package/dist/book-headphones-71QFEVsz.mjs +0 -23
  318. package/dist/book-heart-qrJkSlbq.mjs +0 -27
  319. package/dist/book-image-D7Tzh8rn.mjs +0 -22
  320. package/dist/book-key-D-tWMkGW.mjs +0 -18
  321. package/dist/book-lock-DOh9z_fX.mjs +0 -17
  322. package/dist/book-marked-B9mCS1xv.mjs +0 -21
  323. package/dist/book-minus-DRFF4tNH.mjs +0 -21
  324. package/dist/book-open-check-C1FEfJmB.mjs +0 -22
  325. package/dist/book-open-text-Cajjki5L.mjs +0 -25
  326. package/dist/book-open-zgwC8ysm.mjs +0 -21
  327. package/dist/book-plus-BNQYV8a-.mjs +0 -22
  328. package/dist/book-search-BZhxn0Gc.mjs +0 -17
  329. package/dist/book-text-DSpO7Gpk.mjs +0 -22
  330. package/dist/book-type-BenYsvk-.mjs +0 -23
  331. package/dist/book-up-2-BU_cgldS.mjs +0 -18
  332. package/dist/book-up-AP_b0PE4.mjs +0 -22
  333. package/dist/book-user-WexxmHbA.mjs +0 -22
  334. package/dist/book-x-D7p-MhpY.mjs +0 -22
  335. package/dist/bookmark-check-B_yj_GY7.mjs +0 -21
  336. package/dist/bookmark-minus-Bb9_POYA.mjs +0 -21
  337. package/dist/bookmark-off-BMXIZxN0.mjs +0 -22
  338. package/dist/bookmark-plus-DR0i7M19.mjs +0 -22
  339. package/dist/bookmark-x-WyQVUwqa.mjs +0 -22
  340. package/dist/bookmark-x4OsNYYM.mjs +0 -20
  341. package/dist/boom-box-Cx_eR9Ju.mjs +0 -20
  342. package/dist/bot-DvJuJXon.mjs +0 -19
  343. package/dist/bot-message-square-TFM8vNL3.mjs +0 -25
  344. package/dist/bot-off-DyzvJk8m.mjs +0 -20
  345. package/dist/bottle-wine-BWlQllcB.mjs +0 -21
  346. package/dist/bow-arrow-CDOWSM7X.mjs +0 -27
  347. package/dist/box-09t0pM-5.mjs +0 -22
  348. package/dist/boxes-CbEgloee.mjs +0 -43
  349. package/dist/braces-BX6F0fqN.mjs +0 -24
  350. package/dist/brackets-ChjpPV7S.mjs +0 -15
  351. package/dist/brain-BYETZhKL.mjs +0 -21
  352. package/dist/brain-circuit-DhhSX_b4.mjs +0 -32
  353. package/dist/brain-cog-CcbQ9Mlt.mjs +0 -40
  354. package/dist/brick-wall-BPSAR9T-.mjs +0 -21
  355. package/dist/brick-wall-fire-Bl8kKaVW.mjs +0 -29
  356. package/dist/brick-wall-shield-DI491PRN.mjs +0 -27
  357. package/dist/briefcase-BH8OTPUY.mjs +0 -15
  358. package/dist/briefcase-business-eO5C27gB.mjs +0 -17
  359. package/dist/briefcase-conveyor-belt-CIQDnWJC.mjs +0 -20
  360. package/dist/briefcase-medical-D3dmIO4l.mjs +0 -19
  361. package/dist/bring-to-front-luG4fX_T.mjs +0 -16
  362. package/dist/broccoli-BXKSBDOk.mjs +0 -29
  363. package/dist/brush-cleaning-C6Vxnjo1.mjs +0 -23
  364. package/dist/brush-oprisK6g.mjs +0 -19
  365. package/dist/bubbles-CiwGNuLR.mjs +0 -17
  366. package/dist/bug-mr4sopKd.mjs +0 -24
  367. package/dist/bug-off-CUu-VIDw.mjs +0 -25
  368. package/dist/bug-play-BkhQgvgj.mjs +0 -28
  369. package/dist/building-2-B64S8PfB.mjs +0 -24
  370. package/dist/building-BJC9STj5.mjs +0 -24
  371. package/dist/bus-CHv5DnIY.mjs +0 -26
  372. package/dist/bus-front-Brj2YXJ1.mjs +0 -22
  373. package/dist/cable-BszcmkbD.mjs +0 -26
  374. package/dist/cable-car-97_iiBmM.mjs +0 -21
  375. package/dist/cake-Ca3q65EN.mjs +0 -22
  376. package/dist/cake-slice-BW0rpdOO.mjs +0 -23
  377. package/dist/calculator-BG3yCCtx.mjs +0 -23
  378. package/dist/calendar-1-DRopXRQ3.mjs +0 -18
  379. package/dist/calendar-DwOAuMXy.mjs +0 -17
  380. package/dist/calendar-arrow-down-fScvEDaj.mjs +0 -22
  381. package/dist/calendar-arrow-up-BxKj3r-0.mjs +0 -19
  382. package/dist/calendar-check-2-fIWwc1kk.mjs +0 -18
  383. package/dist/calendar-check-DfuAQvui.mjs +0 -18
  384. package/dist/calendar-clock-ChxoWBRn.mjs +0 -19
  385. package/dist/calendar-cog-XCsnf7FV.mjs +0 -26
  386. package/dist/calendar-days-PqoAm2wH.mjs +0 -23
  387. package/dist/calendar-fold-MXF1ToEd.mjs +0 -24
  388. package/dist/calendar-heart-3Kck39NK.mjs +0 -27
  389. package/dist/calendar-minus-2-C4jNTAyl.mjs +0 -18
  390. package/dist/calendar-minus-CDzBZ6yU.mjs +0 -18
  391. package/dist/calendar-off-DFEtlbsp.mjs +0 -19
  392. package/dist/calendar-plus-2-CUI7OolY.mjs +0 -19
  393. package/dist/calendar-plus-DvlzSwMx.mjs +0 -19
  394. package/dist/calendar-range-Cznt1o9Z.mjs +0 -21
  395. package/dist/calendar-search-DpIEU7gI.mjs +0 -19
  396. package/dist/calendar-sync-Wt8AGVEZ.mjs +0 -21
  397. package/dist/calendar-x-2-BjEPKQnz.mjs +0 -19
  398. package/dist/calendar-x-D7aN5F6r.mjs +0 -19
  399. package/dist/calendars-CJQ4nS-3.mjs +0 -19
  400. package/dist/camelCase-PtIYufW8.mjs +0 -528
  401. package/dist/camera-CuM0nBTu.mjs +0 -21
  402. package/dist/camera-off-D5TI0CNS.mjs +0 -26
  403. package/dist/candy-DK6j52Je.mjs +0 -36
  404. package/dist/candy-cane-D29pzlzx.mjs +0 -24
  405. package/dist/candy-off-DD-Srlmx.mjs +0 -35
  406. package/dist/cannabis-CneSzCPR.mjs +0 -21
  407. package/dist/cannabis-off-CxCoGQHp.mjs +0 -37
  408. package/dist/captions-BREKXUYw.mjs +0 -15
  409. package/dist/captions-off-BAo1uvZj.mjs +0 -19
  410. package/dist/car-B6Bx_peV.mjs +0 -23
  411. package/dist/car-front-B6Lg3qt7.mjs +0 -22
  412. package/dist/car-taxi-front-CfHgTsLw.mjs +0 -23
  413. package/dist/caravan-B2EycBaY.mjs +0 -17
  414. package/dist/card-sim-COeGU9Kf.mjs +0 -23
  415. package/dist/carrot-Bd8HJNPE.mjs +0 -22
  416. package/dist/case-lower-B5lwU6dZ.mjs +0 -17
  417. package/dist/case-sensitive-CMpWnsVU.mjs +0 -17
  418. package/dist/case-upper-CXUY9Vz6.mjs +0 -22
  419. package/dist/cassette-tape-IM4dwFPC.mjs +0 -18
  420. package/dist/cast-DxLVbGus.mjs +0 -17
  421. package/dist/castle-C-wQ80Gb.mjs +0 -21
  422. package/dist/cat-BBYRqEdN.mjs +0 -23
  423. package/dist/cctv-DH3-lCyW.mjs +0 -30
  424. package/dist/cctv-off-DKjazuFe.mjs +0 -31
  425. package/dist/chart-area-DIPi2Jje.mjs +0 -21
  426. package/dist/chart-bar-B7NYHAw2.mjs +0 -17
  427. package/dist/chart-bar-big-BpTvoksc.mjs +0 -16
  428. package/dist/chart-bar-decreasing-BqzbtB0I.mjs +0 -17
  429. package/dist/chart-bar-increasing-CnImTVxT.mjs +0 -17
  430. package/dist/chart-bar-stacked-B0KpOJTX.mjs +0 -18
  431. package/dist/chart-candlestick-Bx9aS04c.mjs +0 -20
  432. package/dist/chart-column-CfHwcEhE.mjs +0 -17
  433. package/dist/chart-column-big-C8VpHQC4.mjs +0 -16
  434. package/dist/chart-column-decreasing-wGr9X1eD.mjs +0 -17
  435. package/dist/chart-column-increasing-YLAJyDlK.mjs +0 -17
  436. package/dist/chart-column-stacked-BYnXTo8Q.mjs +0 -18
  437. package/dist/chart-gantt-Ie4btiPn.mjs +0 -17
  438. package/dist/chart-line-BTvBEE_L.mjs +0 -15
  439. package/dist/chart-network-DmWs_8bQ.mjs +0 -20
  440. package/dist/chart-no-axes-column-CBuHsdUf.mjs +0 -16
  441. package/dist/chart-no-axes-column-decreasing-CNT93fqe.mjs +0 -16
  442. package/dist/chart-no-axes-column-increasing-Cw29mwbU.mjs +0 -16
  443. package/dist/chart-no-axes-combined-DmiHa2Z3.mjs +0 -22
  444. package/dist/chart-no-axes-gantt-C6jFq7qw.mjs +0 -16
  445. package/dist/chart-pie-DEbli9AR.mjs +0 -21
  446. package/dist/chart-scatter-Dzybtvq9.mjs +0 -19
  447. package/dist/chart-spline-DWLdnowB.mjs +0 -15
  448. package/dist/check-DePE7nXv.mjs +0 -12
  449. package/dist/check-check-CoNrwqj9.mjs +0 -15
  450. package/dist/check-line-B7lkugSh.mjs +0 -16
  451. package/dist/checkbox.css +0 -1
  452. package/dist/chef-hat-TEM2JeTP.mjs +0 -21
  453. package/dist/cherry-Cd-p5_6p.mjs +0 -17
  454. package/dist/chess-bishop-Bvn3qjW3.mjs +0 -26
  455. package/dist/chess-king-D8O2BeRz.mjs +0 -26
  456. package/dist/chess-knight-Z18bcYqy.mjs +0 -27
  457. package/dist/chess-pawn-CFKRnIvI.mjs +0 -21
  458. package/dist/chess-queen-WRBHnyCA.mjs +0 -24
  459. package/dist/chess-rook-YPEC0t77.mjs +0 -23
  460. package/dist/chevron-down-DMRWmlbG.mjs +0 -12
  461. package/dist/chevron-first-CiduiwlQ.mjs +0 -15
  462. package/dist/chevron-last-DOw06Ejl.mjs +0 -15
  463. package/dist/chevron-left-CGNvWRx6.mjs +0 -12
  464. package/dist/chevron-right-BJ1Q0EQA.mjs +0 -12
  465. package/dist/chevron-up-DXSww9Cb.mjs +0 -12
  466. package/dist/chevrons-down-DCTvWVJN.mjs +0 -15
  467. package/dist/chevrons-down-up-DFifWBmJ.mjs +0 -15
  468. package/dist/chevrons-left-ZlzMvQ3G.mjs +0 -15
  469. package/dist/chevrons-left-right-C37h_kfx.mjs +0 -15
  470. package/dist/chevrons-left-right-ellipsis-0vynVhgG.mjs +0 -18
  471. package/dist/chevrons-right-Ctug7HZc.mjs +0 -15
  472. package/dist/chevrons-right-left-DSDqZOxx.mjs +0 -15
  473. package/dist/chevrons-up-CZGnFmRQ.mjs +0 -15
  474. package/dist/chevrons-up-down-D4hXK0YC.mjs +0 -15
  475. package/dist/church-CKEixgXx.mjs +0 -30
  476. package/dist/cigarette-BkG48Bdy.mjs +0 -18
  477. package/dist/cigarette-off-nM8hr-nM.mjs +0 -19
  478. package/dist/circle-D6Sj25Ps.mjs +0 -12
  479. package/dist/circle-alert-uZRvrOmT.mjs +0 -16
  480. package/dist/circle-arrow-down-BRBJ9xnb.mjs +0 -16
  481. package/dist/circle-arrow-left-jbKVs_RV.mjs +0 -16
  482. package/dist/circle-arrow-out-down-left-Bue31tDl.mjs +0 -16
  483. package/dist/circle-arrow-out-down-right-k6w2Jr7q.mjs +0 -16
  484. package/dist/circle-arrow-out-up-left-ClrSek7d.mjs +0 -16
  485. package/dist/circle-arrow-out-up-right-CUbHK7EN.mjs +0 -16
  486. package/dist/circle-arrow-right-BasV7eQk.mjs +0 -16
  487. package/dist/circle-arrow-up-DE_SnVG8.mjs +0 -16
  488. package/dist/circle-check-B9m0-wwx.mjs +0 -15
  489. package/dist/circle-check-big-B0bQmAEe.mjs +0 -15
  490. package/dist/circle-chevron-down-CDRIy2F6.mjs +0 -15
  491. package/dist/circle-chevron-left-DDbU8aIv.mjs +0 -15
  492. package/dist/circle-chevron-right-BQPTyPRp.mjs +0 -15
  493. package/dist/circle-chevron-up-Dcu4iRcW.mjs +0 -15
  494. package/dist/circle-dashed-Uc-ampWa.mjs +0 -21
  495. package/dist/circle-divide-D90bQtQa.mjs +0 -17
  496. package/dist/circle-dollar-sign-Cj6n2wC8.mjs +0 -16
  497. package/dist/circle-dot-BdnO5LrV.mjs +0 -15
  498. package/dist/circle-dot-dashed-CNtR5ajw.mjs +0 -22
  499. package/dist/circle-ellipsis-Cz7y5kxX.mjs +0 -17
  500. package/dist/circle-equal-xG_A37g1.mjs +0 -16
  501. package/dist/circle-fading-arrow-up-DhRFr_uZ.mjs +0 -20
  502. package/dist/circle-fading-plus-C6_464Yi.mjs +0 -20
  503. package/dist/circle-gauge-Du5UCt46.mjs +0 -16
  504. package/dist/circle-minus-CZXHCJHh.mjs +0 -15
  505. package/dist/circle-off-DO1GlTVQ.mjs +0 -16
  506. package/dist/circle-parking-lRB3vsmp.mjs +0 -15
  507. package/dist/circle-parking-off-BthuiVFF.mjs +0 -19
  508. package/dist/circle-pause-Q-34xihA.mjs +0 -16
  509. package/dist/circle-percent-DMELA6Xy.mjs +0 -17
  510. package/dist/circle-pile-3ZzrPcjG.mjs +0 -19
  511. package/dist/circle-play-t5U2bXXu.mjs +0 -21
  512. package/dist/circle-plus-BdTcbctt.mjs +0 -16
  513. package/dist/circle-pound-sterling-CKgPFv8f.mjs +0 -17
  514. package/dist/circle-power-9YT-Lbpa.mjs +0 -16
  515. package/dist/circle-question-mark-D96G-3ol.mjs +0 -16
  516. package/dist/circle-slash-2-Cfa8Jyju.mjs +0 -15
  517. package/dist/circle-slash-CZeXxWIq.mjs +0 -15
  518. package/dist/circle-small-CBY1_IfU.mjs +0 -12
  519. package/dist/circle-star-BpfEvtkB.mjs +0 -21
  520. package/dist/circle-stop-Hy8GMohJ.mjs +0 -15
  521. package/dist/circle-user-CO4ZoWyr.mjs +0 -16
  522. package/dist/circle-user-round-B4Hc1NU1.mjs +0 -16
  523. package/dist/circle-x-DTKdJIGV.mjs +0 -16
  524. package/dist/circuit-board-DPpqWNOO.mjs +0 -18
  525. package/dist/citrus-DH5pwwKS.mjs +0 -23
  526. package/dist/clapperboard-E2YrLLkU.mjs +0 -20
  527. package/dist/clipboard-5AeeN5Sj.mjs +0 -21
  528. package/dist/clipboard-check-B6VcStkQ.mjs +0 -22
  529. package/dist/clipboard-clock-B2ncrio-.mjs +0 -18
  530. package/dist/clipboard-copy-CseiYD6k.mjs +0 -18
  531. package/dist/clipboard-list-gkOv4RZG.mjs +0 -25
  532. package/dist/clipboard-minus-BGRKYYI8.mjs +0 -22
  533. package/dist/clipboard-paste-Ula9-8-2.mjs +0 -18
  534. package/dist/clipboard-pen-DwHiIr_u.mjs +0 -23
  535. package/dist/clipboard-pen-line-BKpv3b8f.mjs +0 -24
  536. package/dist/clipboard-plus-KHhTn3eB.mjs +0 -23
  537. package/dist/clipboard-type-BGxfUh2T.mjs +0 -24
  538. package/dist/clipboard-x-6KbA4UNR.mjs +0 -23
  539. package/dist/clock-1-vsGHL4iZ.mjs +0 -15
  540. package/dist/clock-10-yoQxRerJ.mjs +0 -15
  541. package/dist/clock-11-BhBu9b2J.mjs +0 -15
  542. package/dist/clock-12-DeMOfrYg.mjs +0 -15
  543. package/dist/clock-2-xvOIBPhQ.mjs +0 -15
  544. package/dist/clock-3-CGrgUkcU.mjs +0 -15
  545. package/dist/clock-4-CCmxUTGF.mjs +0 -15
  546. package/dist/clock-5-BZclhjXE.mjs +0 -15
  547. package/dist/clock-6-ngg1EXrS.mjs +0 -15
  548. package/dist/clock-7-DiDLOywl.mjs +0 -15
  549. package/dist/clock-8-CVuOi4BD.mjs +0 -15
  550. package/dist/clock-9-GspWLeWh.mjs +0 -15
  551. package/dist/clock-Bn_APd97.mjs +0 -15
  552. package/dist/clock-alert-CT-MbTDN.mjs +0 -17
  553. package/dist/clock-arrow-down-CX2VRadB.mjs +0 -17
  554. package/dist/clock-arrow-up-DA6rzn-1.mjs +0 -17
  555. package/dist/clock-check-DgmVACfN.mjs +0 -16
  556. package/dist/clock-fading-DuBi_ORx.mjs +0 -19
  557. package/dist/clock-plus-BiKSaKZP.mjs +0 -17
  558. package/dist/closed-caption-Yw4qxvwn.mjs +0 -16
  559. package/dist/cloud-C9y1l-c_.mjs +0 -14
  560. package/dist/cloud-alert-CFnZMO9i.mjs +0 -16
  561. package/dist/cloud-backup-BnJaXFjv.mjs +0 -22
  562. package/dist/cloud-check-D-ZuPaiq.mjs +0 -15
  563. package/dist/cloud-cog-7hcLYtk2.mjs +0 -28
  564. package/dist/cloud-download-ToJCu4EI.mjs +0 -16
  565. package/dist/cloud-drizzle-Cttv22l0.mjs +0 -20
  566. package/dist/cloud-fog-e5bRavT_.mjs +0 -16
  567. package/dist/cloud-hail-BLzqVP10.mjs +0 -20
  568. package/dist/cloud-lightning-q54APP6V.mjs +0 -15
  569. package/dist/cloud-moon-DMLaswsw.mjs +0 -21
  570. package/dist/cloud-moon-rain-Dlv1pW-V.mjs +0 -23
  571. package/dist/cloud-off-DRZmh5vb.mjs +0 -16
  572. package/dist/cloud-rain-D2XjOoyL.mjs +0 -17
  573. package/dist/cloud-rain-wind-Eu3c8wXB.mjs +0 -17
  574. package/dist/cloud-snow-CNPChumF.mjs +0 -20
  575. package/dist/cloud-sun-Bt2zNaKR.mjs +0 -19
  576. package/dist/cloud-sun-rain-C_TXJmgr.mjs +0 -21
  577. package/dist/cloud-sync-DAuBDmwN.mjs +0 -21
  578. package/dist/cloud-upload-B_HBYXOJ.mjs +0 -16
  579. package/dist/cloudy-BtsAdmJn.mjs +0 -15
  580. package/dist/clover-AaFe9vRi.mjs +0 -22
  581. package/dist/club-CYDMIAKB.mjs +0 -21
  582. package/dist/code-CNQZ9kop.mjs +0 -15
  583. package/dist/code-xml-1rsqh5a8.mjs +0 -16
  584. package/dist/coffee-CNBSi_tC.mjs +0 -23
  585. package/dist/cog-BFU8SFe-.mjs +0 -27
  586. package/dist/coins-Dk1LlkPG.mjs +0 -17
  587. package/dist/columns-2-DXYxqVjb.mjs +0 -15
  588. package/dist/columns-3-CG29c2cW.mjs +0 -16
  589. package/dist/columns-3-cog-CYoW7abv.mjs +0 -25
  590. package/dist/columns-4-AghWuOQS.mjs +0 -17
  591. package/dist/combine-DcdO-FTf.mjs +0 -19
  592. package/dist/command-DXKREWTX.mjs +0 -17
  593. package/dist/compass-CsmPbvoV.mjs +0 -21
  594. package/dist/component-D0Y9hYaH.mjs +0 -41
  595. package/dist/computer-ChtwKiN_.mjs +0 -17
  596. package/dist/concierge-bell-BUkK7R2g.mjs +0 -20
  597. package/dist/cone-CTRdE_nK.mjs +0 -15
  598. package/dist/construction-NQvLq-xk.mjs +0 -21
  599. package/dist/contact-DukjhwFI.mjs +0 -18
  600. package/dist/contact-round-BIMI5ZLG.mjs +0 -18
  601. package/dist/container-9azFC8XR.mjs +0 -24
  602. package/dist/contrast-DL23ptsb.mjs +0 -15
  603. package/dist/cookie-CCPHmUuY.mjs +0 -19
  604. package/dist/cooking-pot-Bg-0KEKx.mjs +0 -23
  605. package/dist/copy-Bg9kCf8z.mjs +0 -15
  606. package/dist/copy-check-DoKvDQ-C.mjs +0 -16
  607. package/dist/copy-minus-KP8GsZBc.mjs +0 -16
  608. package/dist/copy-plus-BYCfCT31.mjs +0 -17
  609. package/dist/copy-slash-DIlq5dQP.mjs +0 -16
  610. package/dist/copy-x-ChyKKvc2.mjs +0 -17
  611. package/dist/copyleft-CuiuuPwc.mjs +0 -15
  612. package/dist/copyright-845sofyx.mjs +0 -15
  613. package/dist/corner-down-left-C2DX8tlY.mjs +0 -15
  614. package/dist/corner-down-right-hRq3pje1.mjs +0 -15
  615. package/dist/corner-left-down-CKJOQjNf.mjs +0 -15
  616. package/dist/corner-left-up-VHyzIxV9.mjs +0 -15
  617. package/dist/corner-right-down-BGbAYoLU.mjs +0 -15
  618. package/dist/corner-right-up-D-BtbpHA.mjs +0 -15
  619. package/dist/corner-up-left-48CFUnV0.mjs +0 -15
  620. package/dist/corner-up-right-CXgtANiT.mjs +0 -15
  621. package/dist/cpu-BD-4CPYP.mjs +0 -27
  622. package/dist/createLucideIcon-DkhMPClE.mjs +0 -53
  623. package/dist/creative-commons-LdxhoQoZ.mjs +0 -22
  624. package/dist/credit-card-DLd8cPzH.mjs +0 -15
  625. package/dist/croissant-YYP0_Od0.mjs +0 -24
  626. package/dist/crop-Cg8P0K4F.mjs +0 -15
  627. package/dist/cross-DGhsOkZv.mjs +0 -20
  628. package/dist/crosshair-CH6q-MgS.mjs +0 -18
  629. package/dist/crown-C8OMsxt0.mjs +0 -21
  630. package/dist/cuboid-B0tNc-UW.mjs +0 -22
  631. package/dist/cup-soda-DinqzLn7.mjs +0 -17
  632. package/dist/currency-CFRetH_A.mjs +0 -18
  633. package/dist/cylinder-WsciK7SN.mjs +0 -15
  634. package/dist/dam-B5p_tm_8.mjs +0 -26
  635. package/dist/database-DyKkn9Wk.mjs +0 -16
  636. package/dist/database-backup-d2Z1A4-Z.mjs +0 -25
  637. package/dist/database-search-FQxIPK3K.mjs +0 -19
  638. package/dist/database-zap--RvssJhy.mjs +0 -18
  639. package/dist/decimals-arrow-left-GezPGw_O.mjs +0 -17
  640. package/dist/decimals-arrow-right-C_LBq8Aq.mjs +0 -18
  641. package/dist/delete-B-MYahG3.mjs +0 -22
  642. package/dist/dessert-CQuaIZ2R.mjs +0 -22
  643. package/dist/diameter-Caiyguji.mjs +0 -18
  644. package/dist/diamond-RvSqxlbU.mjs +0 -20
  645. package/dist/diamond-minus-D8iM_bqJ.mjs +0 -21
  646. package/dist/diamond-percent-ChD23dUP.mjs +0 -23
  647. package/dist/diamond-plus-C7nowPPR.mjs +0 -22
  648. package/dist/dice-1-Ch64SWZ0.mjs +0 -15
  649. package/dist/dice-2-DPJH8jRS.mjs +0 -16
  650. package/dist/dice-3-5Hf1dJrn.mjs +0 -17
  651. package/dist/dice-4-Cqu1JuYC.mjs +0 -18
  652. package/dist/dice-5-C8jR85bI.mjs +0 -19
  653. package/dist/dice-6-Cq5qjMtB.mjs +0 -20
  654. package/dist/dices-CEsOGUN0.mjs +0 -22
  655. package/dist/diff-KN4MNhSg.mjs +0 -16
  656. package/dist/disc-2-C9nKYAnw.mjs +0 -16
  657. package/dist/disc-3-DOo08jJy.mjs +0 -17
  658. package/dist/disc-Dmcx0M4I.mjs +0 -15
  659. package/dist/disc-album-BulpZsN0.mjs +0 -16
  660. package/dist/divide-aD4oJtet.mjs +0 -16
  661. package/dist/dna-BR5huegH.mjs +0 -24
  662. package/dist/dna-off-m_XMnpNq.mjs +0 -23
  663. package/dist/dock-DIFgM4O4.mjs +0 -16
  664. package/dist/dog-D1jzRc2A.mjs +0 -30
  665. package/dist/dollar-sign-DnPoEz4N.mjs +0 -15
  666. package/dist/donut-D8ccw0ft.mjs +0 -21
  667. package/dist/door-closed-BiVLlVsh.mjs +0 -16
  668. package/dist/door-closed-locked-hHrNCdL0.mjs +0 -18
  669. package/dist/door-open-AbpVxffk.mjs +0 -24
  670. package/dist/dot-zgLdlC1x.mjs +0 -12
  671. package/dist/download-C2kVpF1e.mjs +0 -16
  672. package/dist/drafting-compass-BC7-NYeR.mjs +0 -18
  673. package/dist/drama-COLjJR-7.mjs +0 -27
  674. package/dist/drill-DSMJvM9B.mjs +0 -28
  675. package/dist/drone-C4vGUZXo.mjs +0 -22
  676. package/dist/droplet-C-UuirME.mjs +0 -20
  677. package/dist/droplet-off-6eCWrYeX.mjs +0 -25
  678. package/dist/droplets-DyMMR0bI.mjs +0 -27
  679. package/dist/drum-DES6bHXx.mjs +0 -20
  680. package/dist/drumstick-CruVd1LX.mjs +0 -24
  681. package/dist/dumbbell-DSUAqCYb.mjs +0 -30
  682. package/dist/ear-DO6mzVUt.mjs +0 -15
  683. package/dist/ear-off-CiqJSC2V.mjs +0 -18
  684. package/dist/earth-SZwFGmuL.mjs +0 -23
  685. package/dist/earth-lock-C2SyViXE.mjs +0 -19
  686. package/dist/eclipse-D0e41soq.mjs +0 -15
  687. package/dist/egg-BzjnFsq1.mjs +0 -14
  688. package/dist/egg-fried-BqZoltZX.mjs +0 -21
  689. package/dist/egg-off-BVzCuHSz.mjs +0 -16
  690. package/dist/ellipse-DTwL-Py2.mjs +0 -14
  691. package/dist/ellipsis-BGepzwdB.mjs +0 -16
  692. package/dist/ellipsis-vertical-Ba1tvC-v.mjs +0 -16
  693. package/dist/equal-B7yooYJd.mjs +0 -15
  694. package/dist/equal-approximately-Cqra1NKp.mjs +0 -15
  695. package/dist/equal-not-BNhqrdyl.mjs +0 -16
  696. package/dist/eraser-B9f3G8EG.mjs +0 -21
  697. package/dist/ethernet-port-Cc7y_uHB.mjs +0 -24
  698. package/dist/euro-Drori7FZ.mjs +0 -22
  699. package/dist/ev-charger-dFgIrMvS.mjs +0 -21
  700. package/dist/expand-CZptmh_w.mjs +0 -21
  701. package/dist/external-link-KaF6HaoB.mjs +0 -16
  702. package/dist/eye-DYzzgGT4.mjs +0 -21
  703. package/dist/eye-closed-CvXqd95m.mjs +0 -18
  704. package/dist/eye-off-BJsxjGx7.mjs +0 -29
  705. package/dist/factory-UZ0FpGp9.mjs +0 -23
  706. package/dist/fan-DpWUgEF0.mjs +0 -21
  707. package/dist/fast-forward-CRtKH_kN.mjs +0 -21
  708. package/dist/feather-sCQ8Kzen.mjs +0 -22
  709. package/dist/fence-CpG3BP69.mjs +0 -20
  710. package/dist/ferris-wheel-DCisUBcl.mjs +0 -22
  711. package/dist/file-B4IzlEN6.mjs +0 -21
  712. package/dist/file-archive-hYx_CyV4.mjs +0 -25
  713. package/dist/file-axis-3d-DnBgDMw3.mjs +0 -23
  714. package/dist/file-badge-QFoFrCCD.mjs +0 -29
  715. package/dist/file-box-CvZuzI0y.mjs +0 -30
  716. package/dist/file-braces-CTuyoen8.mjs +0 -29
  717. package/dist/file-braces-corner-CGPvUvjY.mjs +0 -29
  718. package/dist/file-chart-column-ApfUD9Xw.mjs +0 -24
  719. package/dist/file-chart-column-increasing-hqHYpbgx.mjs +0 -24
  720. package/dist/file-chart-line-DRk-HWry.mjs +0 -22
  721. package/dist/file-chart-pie-BFDkY9wu.mjs +0 -29
  722. package/dist/file-check-QfjfIXBy.mjs +0 -22
  723. package/dist/file-check-corner-BW7C9VlT.mjs +0 -22
  724. package/dist/file-clock-Bnx5wXXm.mjs +0 -23
  725. package/dist/file-code-_7UsZOQz.mjs +0 -23
  726. package/dist/file-code-corner-Cb-bu9TC.mjs +0 -23
  727. package/dist/file-cog-DxfF0zcg.mjs +0 -31
  728. package/dist/file-diff-IGt98qfR.mjs +0 -23
  729. package/dist/file-digit-BYcfy3-3.mjs +0 -24
  730. package/dist/file-down-Cr1C98vP.mjs +0 -23
  731. package/dist/file-exclamation-point-CWYWHlBi.mjs +0 -22
  732. package/dist/file-headphone-DtxNL90i.mjs +0 -28
  733. package/dist/file-heart-DdXU8NT1.mjs +0 -28
  734. package/dist/file-image-Co2dGSZt.mjs +0 -23
  735. package/dist/file-input-CFgxpxDx.mjs +0 -23
  736. package/dist/file-key-DLIO7pmH.mjs +0 -24
  737. package/dist/file-lock-DdNQDzrJ.mjs +0 -23
  738. package/dist/file-minus-BvkN8OtB.mjs +0 -22
  739. package/dist/file-minus-corner-D1lAYggL.mjs +0 -22
  740. package/dist/file-music-CEin9nBe.mjs +0 -23
  741. package/dist/file-output-CylnKp7o.mjs +0 -23
  742. package/dist/file-pen-DbBvN9MV.mjs +0 -28
  743. package/dist/file-pen-line-CeO1038L.mjs +0 -29
  744. package/dist/file-play-6-SkfD-W.mjs +0 -28
  745. package/dist/file-plus-DhMs2zUF.mjs +0 -23
  746. package/dist/file-plus-corner-DQpdn6df.mjs +0 -23
  747. package/dist/file-question-mark-DfnoH0Vv.mjs +0 -22
  748. package/dist/file-scan-BSUWW17F.mjs +0 -25
  749. package/dist/file-search-Qz9WTAgb.mjs +0 -23
  750. package/dist/file-search-corner-5khmcnRx.mjs +0 -23
  751. package/dist/file-signal-B76rVEtB.mjs +0 -24
  752. package/dist/file-sliders-B9ZI2agJ.mjs +0 -25
  753. package/dist/file-spreadsheet-B-4awT59.mjs +0 -25
  754. package/dist/file-stack-DYvyk9K2.mjs +0 -22
  755. package/dist/file-symlink-C59HcCC6.mjs +0 -22
  756. package/dist/file-terminal-DoB5PJSg.mjs +0 -23
  757. package/dist/file-text-Cnjxs24T.mjs +0 -24
  758. package/dist/file-type-60CTbwGY.mjs +0 -24
  759. package/dist/file-type-corner-B9hrwnEU.mjs +0 -24
  760. package/dist/file-up-YI7jexOm.mjs +0 -23
  761. package/dist/file-user-eR-N-sST.mjs +0 -23
  762. package/dist/file-video-camera-DvClhqGG.mjs +0 -29
  763. package/dist/file-volume-Cj8RFFQi.mjs +0 -29
  764. package/dist/file-x-corner-DnwdtzBT.mjs +0 -23
  765. package/dist/file-x-sz5JYGId.mjs +0 -23
  766. package/dist/files-JRVmKRkv.mjs +0 -22
  767. package/dist/film-C1vCB8-O.mjs +0 -21
  768. package/dist/fingerprint-pattern-BaGRbBZz.mjs +0 -22
  769. package/dist/fire-extinguisher-CkRgULsy.mjs +0 -19
  770. package/dist/fish-DIXxa2Qd.mjs +0 -37
  771. package/dist/fish-off-6qlGU7vd.mjs +0 -34
  772. package/dist/fish-symbol-DOdHIgvR.mjs +0 -14
  773. package/dist/fishing-hook-BftB_301.mjs +0 -22
  774. package/dist/fishing-rod-DYoKCJHL.mjs +0 -16
  775. package/dist/flag-BeAD_ZQg.mjs +0 -20
  776. package/dist/flag-off-D572H9WC.mjs +0 -17
  777. package/dist/flag-triangle-left-BbPAVZmT.mjs +0 -17
  778. package/dist/flag-triangle-right-Ba5aXpM2.mjs +0 -17
  779. package/dist/flame-Do9-rofj.mjs +0 -20
  780. package/dist/flame-kindling-DRJgKIhJ.mjs +0 -22
  781. package/dist/flashlight-DBhyZ_uU.mjs +0 -22
  782. package/dist/flashlight-off-CE9-qG0t.mjs +0 -27
  783. package/dist/flask-conical-De3QBQAh.mjs +0 -22
  784. package/dist/flask-conical-off-BwaivPBn.mjs +0 -19
  785. package/dist/flask-round-j-esG6kf.mjs +0 -16
  786. package/dist/flip-horizontal-2-DS49HVv3.mjs +0 -19
  787. package/dist/flip-vertical-2-oczsYJnJ.mjs +0 -19
  788. package/dist/flower-2-D8VfeQsN.mjs +0 -24
  789. package/dist/flower-BD0zpwZ9.mjs +0 -29
  790. package/dist/focus-DqYQtFi3.mjs +0 -18
  791. package/dist/fold-horizontal-DhOD1NE2.mjs +0 -21
  792. package/dist/fold-vertical-BcFBRCZ4.mjs +0 -21
  793. package/dist/folder-B7dAl27C.mjs +0 -20
  794. package/dist/folder-archive-D6dci4mp.mjs +0 -23
  795. package/dist/folder-bookmark-DOAmtUL8.mjs +0 -21
  796. package/dist/folder-check-C058rCYW.mjs +0 -21
  797. package/dist/folder-clock-BPfA6zt2.mjs +0 -22
  798. package/dist/folder-closed-C6_RiwtS.mjs +0 -21
  799. package/dist/folder-code-3LGrHfiv.mjs +0 -22
  800. package/dist/folder-cog-Cyy6ppQ1.mjs +0 -29
  801. package/dist/folder-dot-DJZv4S-3.mjs +0 -21
  802. package/dist/folder-down-C65-0ybF.mjs +0 -22
  803. package/dist/folder-git-2-CJ-ZgcfW.mjs +0 -23
  804. package/dist/folder-git-BLMckeOA.mjs +0 -23
  805. package/dist/folder-heart-CFo5JOP1.mjs +0 -27
  806. package/dist/folder-input-BMjWef8u.mjs +0 -22
  807. package/dist/folder-kanban-Cki6o_BG.mjs +0 -23
  808. package/dist/folder-key-DoqYuQ3w.mjs +0 -23
  809. package/dist/folder-lock-CjF6Gcos.mjs +0 -22
  810. package/dist/folder-minus-DpTgq08Y.mjs +0 -21
  811. package/dist/folder-open-CdhmNVU-.mjs +0 -20
  812. package/dist/folder-open-dot-8ahClkLr.mjs +0 -21
  813. package/dist/folder-output-DWMLn4Mh.mjs +0 -22
  814. package/dist/folder-pen-CpYixSPk.mjs +0 -27
  815. package/dist/folder-plus-CoeLughu.mjs +0 -22
  816. package/dist/folder-root-CM_xGmsm.mjs +0 -22
  817. package/dist/folder-search-2-BkIE45yK.mjs +0 -22
  818. package/dist/folder-search-CKAAzuc5.mjs +0 -22
  819. package/dist/folder-symlink-K49_hiUh.mjs +0 -21
  820. package/dist/folder-sync-Bhprhfwb.mjs +0 -24
  821. package/dist/folder-tree-D4V53TzX.mjs +0 -29
  822. package/dist/folder-up-CCDS80DP.mjs +0 -22
  823. package/dist/folder-x-DlTYWOEo.mjs +0 -22
  824. package/dist/folders-D2oZDYf6.mjs +0 -24
  825. package/dist/footprints-D3BRgpXi.mjs +0 -29
  826. package/dist/forklift-DYQOMick.mjs +0 -26
  827. package/dist/form-vQB7oCI3.mjs +0 -17
  828. package/dist/forward-DoP0P0FX.mjs +0 -15
  829. package/dist/frame-CLBDnQuf.mjs +0 -17
  830. package/dist/frown-BEY3ifPv.mjs +0 -17
  831. package/dist/fuel-CUl6L3uB.mjs +0 -20
  832. package/dist/fullscreen-NwryOg86.mjs +0 -18
  833. package/dist/funnel-91zyeh1T.mjs +0 -20
  834. package/dist/funnel-plus-DEPk0CE6.mjs +0 -22
  835. package/dist/funnel-x-D3_qa3wA.mjs +0 -22
  836. package/dist/gallery-horizontal-CMfUEK8f.mjs +0 -16
  837. package/dist/gallery-horizontal-end-D7zc1QwV.mjs +0 -16
  838. package/dist/gallery-thumbnails-M0GdR1c-.mjs +0 -18
  839. package/dist/gallery-vertical-YIre8FbQ.mjs +0 -16
  840. package/dist/gallery-vertical-end-B6BHJNE_.mjs +0 -16
  841. package/dist/gamepad-2-B2KurEVS.mjs +0 -24
  842. package/dist/gamepad-BHKpSYfq.mjs +0 -18
  843. package/dist/gamepad-directional-rtWPU9u1.mjs +0 -41
  844. package/dist/gauge-CElUqrOU.mjs +0 -15
  845. package/dist/gavel-BESOh61Y.mjs +0 -18
  846. package/dist/gem-i2xvZyo6.mjs +0 -22
  847. package/dist/georgian-lari-BedvmAL6.mjs +0 -17
  848. package/dist/getVariantClassName-D7Nhpuec.mjs +0 -8
  849. package/dist/ghost-BzdQX_Sf.mjs +0 -22
  850. package/dist/gift-B08A0JZH.mjs +0 -20
  851. package/dist/git-branch-BfaSQC6u.mjs +0 -16
  852. package/dist/git-branch-minus-Dj92s4Kc.mjs +0 -17
  853. package/dist/git-branch-plus-DP9EA6sV.mjs +0 -19
  854. package/dist/git-commit-horizontal-Bxfsxexi.mjs +0 -16
  855. package/dist/git-commit-vertical-C5oGBQep.mjs +0 -16
  856. package/dist/git-compare-DLGZ_oZg.mjs +0 -17
  857. package/dist/git-compare-arrows-B5Yffn00.mjs +0 -19
  858. package/dist/git-fork-DlijiS67.mjs +0 -18
  859. package/dist/git-graph-BxPXNpGQ.mjs +0 -19
  860. package/dist/git-merge-BRH63yp1.mjs +0 -16
  861. package/dist/git-merge-conflict-CZOKA4TJ.mjs +0 -18
  862. package/dist/git-pull-request-DzJlHRPd.mjs +0 -17
  863. package/dist/git-pull-request-arrow-D5hoHipq.mjs +0 -18
  864. package/dist/git-pull-request-closed-BjC9LC70.mjs +0 -19
  865. package/dist/git-pull-request-create-BLUl3--W.mjs +0 -18
  866. package/dist/git-pull-request-create-arrow-DFidUrxO.mjs +0 -19
  867. package/dist/git-pull-request-draft-DljYpB89.mjs +0 -18
  868. package/dist/glass-water-DFQeju0B.mjs +0 -21
  869. package/dist/glasses-DtnUuo1o.mjs +0 -18
  870. package/dist/globe-BIqfMaxS.mjs +0 -16
  871. package/dist/globe-check-B-zKf9RR.mjs +0 -18
  872. package/dist/globe-lock-yGEN-gu8.mjs +0 -23
  873. package/dist/globe-off-DNE8H4rB.mjs +0 -20
  874. package/dist/globe-x-TEwKdxUu.mjs +0 -19
  875. package/dist/goal-D7UVBjaj.mjs +0 -16
  876. package/dist/gpu-DaU9lIsE.mjs +0 -18
  877. package/dist/graduation-cap-xeDUtBMf.mjs +0 -22
  878. package/dist/grape-UCcXmDLq.mjs +0 -22
  879. package/dist/grid-2x2-DZElslfE.mjs +0 -16
  880. package/dist/grid-2x2-check-DwIHiZ1S.mjs +0 -21
  881. package/dist/grid-2x2-plus-C2c351Lp.mjs +0 -22
  882. package/dist/grid-2x2-x-CYm86vrn.mjs +0 -22
  883. package/dist/grid-3x2-BSM9Ri81.mjs +0 -17
  884. package/dist/grid-3x3-DmD3r0N9.mjs +0 -18
  885. package/dist/grip-CKTIJW3O.mjs +0 -22
  886. package/dist/grip-horizontal-NsgZjNX7.mjs +0 -19
  887. package/dist/grip-vertical-DmfLevmu.mjs +0 -19
  888. package/dist/group-C_XjialI.mjs +0 -19
  889. package/dist/guitar-Lnc42_9d.mjs +0 -29
  890. package/dist/ham-CuflCHHk.mjs +0 -29
  891. package/dist/hamburger-CZ8PVgKv.mjs +0 -23
  892. package/dist/hammer-BishNZKK.mjs +0 -22
  893. package/dist/hand-DoiyUCUh.mjs +0 -23
  894. package/dist/hand-coins--hg2tT9E.mjs +0 -24
  895. package/dist/hand-fist-DajY79y5.mjs +0 -23
  896. package/dist/hand-grab-CEK-wh49.mjs +0 -21
  897. package/dist/hand-heart-DWBcc3uj.mjs +0 -29
  898. package/dist/hand-helping-BAVWWdJ2.mjs +0 -22
  899. package/dist/hand-metal-BBsWM3ii.mjs +0 -23
  900. package/dist/hand-platter-CC2TuLrV.mjs +0 -25
  901. package/dist/handbag-Cyx22bRv.mjs +0 -21
  902. package/dist/handshake-BlVzHeqE.mjs +0 -24
  903. package/dist/hard-drive-DRXl-haA.mjs +0 -23
  904. package/dist/hard-drive-download-YYfTkCYo.mjs +0 -18
  905. package/dist/hard-drive-upload-SQ7LiAmV.mjs +0 -18
  906. package/dist/hard-hat-CJQkVSzI.mjs +0 -17
  907. package/dist/hash-BSHEQVhz.mjs +0 -17
  908. package/dist/hat-glasses-BWmfvZAQ.mjs +0 -24
  909. package/dist/haze-C48FfBM0.mjs +0 -21
  910. package/dist/hd-Nrxge5bT.mjs +0 -24
  911. package/dist/hdmi-port-D49Pn2m_.mjs +0 -21
  912. package/dist/heading-1-C614WHp3.mjs +0 -17
  913. package/dist/heading-2-qSrHBPGT.mjs +0 -17
  914. package/dist/heading-3-CEKspx2A.mjs +0 -18
  915. package/dist/heading-4-Ceu2emX7.mjs +0 -18
  916. package/dist/heading-5-Dpf6lldc.mjs +0 -21
  917. package/dist/heading-6-BK67dqQA.mjs +0 -18
  918. package/dist/heading-BOV5u63w.mjs +0 -16
  919. package/dist/headphone-off-B_4_mluz.mjs +0 -24
  920. package/dist/headphones-CFWcEOO4.mjs +0 -20
  921. package/dist/headset-BTVXqsvE.mjs +0 -21
  922. package/dist/heart-KpHdsyl4.mjs +0 -20
  923. package/dist/heart-crack-C6Y-31Fw.mjs +0 -27
  924. package/dist/heart-handshake-DHtRmOr_.mjs +0 -20
  925. package/dist/heart-minus-SlRSQWdF.mjs +0 -21
  926. package/dist/heart-off-DBa-sUOX.mjs +0 -28
  927. package/dist/heart-plus-C0DTm6py.mjs +0 -22
  928. package/dist/heart-pulse-DOxNp2Cr.mjs +0 -21
  929. package/dist/heart-x-MXfUarhl.mjs +0 -22
  930. package/dist/heater-D7fmodON.mjs +0 -26
  931. package/dist/helicopter-CwyFrjQr.mjs +0 -24
  932. package/dist/hexagon-BOxqD6_D.mjs +0 -20
  933. package/dist/highlighter-D4mxZiaw.mjs +0 -15
  934. package/dist/history-CgrK1OFu.mjs +0 -16
  935. package/dist/hop-CUKDldOj.mjs +0 -63
  936. package/dist/hop-off-sZSENsWL.mjs +0 -52
  937. package/dist/hospital-BrpY1q4j.mjs +0 -24
  938. package/dist/hotel-CY0lemqh.mjs +0 -23
  939. package/dist/hourglass-BTDHqbj6.mjs +0 -26
  940. package/dist/house-3CMfOBX0.mjs +0 -21
  941. package/dist/house-heart-D52BykdK.mjs +0 -27
  942. package/dist/house-plug-BRNDXocd.mjs +0 -26
  943. package/dist/house-plus-DApoMqxj.mjs +0 -23
  944. package/dist/house-wifi-BRYVrlQp.mjs +0 -23
  945. package/dist/ice-cream-bowl-BdSyKQMz.mjs +0 -22
  946. package/dist/ice-cream-cone-i2RJ6VmR.mjs +0 -16
  947. package/dist/id-card-ChjwLqW4.mjs +0 -18
  948. package/dist/id-card-lanyard-CblbzNHy.mjs +0 -24
  949. package/dist/image-CBa70Hn5.mjs +0 -16
  950. package/dist/image-down-CRsBx-dN.mjs +0 -23
  951. package/dist/image-minus-B8tymBf5.mjs +0 -17
  952. package/dist/image-off-Dw9ugqHv.mjs +0 -25
  953. package/dist/image-play-CbdJQSnQ.mjs +0 -23
  954. package/dist/image-plus-DvM5y43N.mjs +0 -18
  955. package/dist/image-up-Cz6jj21k.mjs +0 -23
  956. package/dist/image-upscale-B8Y0utwn.mjs +0 -21
  957. package/dist/images-CfKnH-Do.mjs +0 -17
  958. package/dist/import-DYgCbWZi.mjs +0 -22
  959. package/dist/inbox-Cls_lfEt.mjs +0 -21
  960. package/dist/indian-rupee-DZy4fGe8.mjs +0 -18
  961. package/dist/infinity-DsGa4EJ5.mjs +0 -14
  962. package/dist/info-yx0e3NtL.mjs +0 -16
  963. package/dist/inspection-panel-C1B4Tf_D.mjs +0 -18
  964. package/dist/isValidReactNode-CmYwTWCE.mjs +0 -18
  965. package/dist/italic-CskHNUdQ.mjs +0 -16
  966. package/dist/iteration-ccw-BTsEXgw4.mjs +0 -15
  967. package/dist/iteration-cw-DXVWzkqQ.mjs +0 -15
  968. package/dist/japanese-yen-BE78Qq6k.mjs +0 -16
  969. package/dist/joystick-CfOreM8n.mjs +0 -23
  970. package/dist/kanban-DbBph9Lr.mjs +0 -16
  971. package/dist/kayak-CzcOm5wA.mjs +0 -23
  972. package/dist/key-CCSwJAdQ.mjs +0 -16
  973. package/dist/key-round-CfvhGq34.mjs +0 -21
  974. package/dist/key-square-RrSZneIZ.mjs +0 -28
  975. package/dist/keyboard-music-C3q_cw2r.mjs +0 -22
  976. package/dist/keyboard-off-CZyar4kf.mjs +0 -23
  977. package/dist/keyboard-uJkODxRP.mjs +0 -22
  978. package/dist/lamp-BLAPBNCz.mjs +0 -25
  979. package/dist/lamp-ceiling-zSp34_LC.mjs +0 -22
  980. package/dist/lamp-desk-DyxNSk0m.mjs +0 -26
  981. package/dist/lamp-floor-Cn677Q1g.mjs +0 -22
  982. package/dist/lamp-wall-down-D2C2-Yes.mjs +0 -25
  983. package/dist/lamp-wall-up-_VMEqZxX.mjs +0 -25
  984. package/dist/land-plot-iUVxNqM8.mjs +0 -23
  985. package/dist/landmark-CkvqxiNj.mjs +0 -25
  986. package/dist/languages-ceOVo26B.mjs +0 -19
  987. package/dist/laptop-BPcvaFtv.mjs +0 -21
  988. package/dist/laptop-minimal-check-CScTzEhy.mjs +0 -16
  989. package/dist/laptop-minimal-e-gqoc__.mjs +0 -15
  990. package/dist/lasso-ABv5w1nD.mjs +0 -16
  991. package/dist/lasso-select-D4CHakWr.mjs +0 -30
  992. package/dist/laugh-BqGP7uMQ.mjs +0 -17
  993. package/dist/layers-2-CIQkHpdZ.mjs +0 -27
  994. package/dist/layers-Bkh0S_Zn.mjs +0 -34
  995. package/dist/layers-minus-D_kGvYp2.mjs +0 -30
  996. package/dist/layers-plus-C06OL_qO.mjs +0 -24
  997. package/dist/layout-dashboard-C_NCt7MM.mjs +0 -17
  998. package/dist/layout-grid-CXQxNwJd.mjs +0 -17
  999. package/dist/layout-list-DlI69S8r.mjs +0 -19
  1000. package/dist/layout-panel-left-BBpEL9zb.mjs +0 -16
  1001. package/dist/layout-panel-top-U_9Pvy_M.mjs +0 -16
  1002. package/dist/layout-template-Dpbw3hNG.mjs +0 -16
  1003. package/dist/leaf-D8nmf9OI.mjs +0 -21
  1004. package/dist/leafy-green-C4vhQjEk.mjs +0 -21
  1005. package/dist/lectern-BdOGrUiO.mjs +0 -22
  1006. package/dist/lens-concave-DSOMPm-t.mjs +0 -20
  1007. package/dist/lens-convex-BN9GG3kM.mjs +0 -20
  1008. package/dist/library-big-tdk8XLx-.mjs +0 -22
  1009. package/dist/library-jio2UJ83.mjs +0 -17
  1010. package/dist/life-buoy-7mmnzP7p.mjs +0 -19
  1011. package/dist/ligature-BUntbFGT.mjs +0 -18
  1012. package/dist/lightbulb-off-DeowFgIF.mjs +0 -18
  1013. package/dist/lightbulb-zIIYaO7O.mjs +0 -22
  1014. package/dist/line-dot-right-horizontal-LuiIu0pu.mjs +0 -15
  1015. package/dist/line-squiggle-BCA8dLuW.mjs +0 -20
  1016. package/dist/line-style-THvicd9a.mjs +0 -19
  1017. package/dist/link-2-BTqo3y6S.mjs +0 -16
  1018. package/dist/link-2-off-DXkoKUSK.mjs +0 -17
  1019. package/dist/link-fAi95z78.mjs +0 -15
  1020. package/dist/list-check-BWxWozWK.mjs +0 -17
  1021. package/dist/list-checks-Bk2_Sgz-.mjs +0 -18
  1022. package/dist/list-chevrons-down-up-BMg15n9k.mjs +0 -18
  1023. package/dist/list-chevrons-up-down-DdiRwCcQ.mjs +0 -18
  1024. package/dist/list-collapse-DtwVRgng.mjs +0 -18
  1025. package/dist/list-end-Bsbyqhip.mjs +0 -18
  1026. package/dist/list-filter-CY9gq3IK.mjs +0 -16
  1027. package/dist/list-filter-plus-DtexttG2.mjs +0 -18
  1028. package/dist/list-indent-decrease-7mxKUuOA.mjs +0 -17
  1029. package/dist/list-indent-increase-9Chr2fg-.mjs +0 -17
  1030. package/dist/list-jnIO7FGT.mjs +0 -19
  1031. package/dist/list-minus-d8EmHeql.mjs +0 -17
  1032. package/dist/list-music-CbsUQM0g.mjs +0 -18
  1033. package/dist/list-ordered-BodcTK9j.mjs +0 -19
  1034. package/dist/list-plus-Dwjeu0T6.mjs +0 -18
  1035. package/dist/list-restart-CyzO28aM.mjs +0 -24
  1036. package/dist/list-start-DHqpShfj.mjs +0 -18
  1037. package/dist/list-todo-CsRGFLp7.mjs +0 -18
  1038. package/dist/list-tree-ghpIxgzS.mjs +0 -18
  1039. package/dist/list-video-6kSBOXaC.mjs +0 -23
  1040. package/dist/list-x-DMSjdLsE.mjs +0 -18
  1041. package/dist/loader-BftJMqsY.mjs +0 -21
  1042. package/dist/loader-circle-BJemcWIj.mjs +0 -12
  1043. package/dist/loader-pinwheel-BprsLjfN.mjs +0 -17
  1044. package/dist/locate-CQ8bnTzM.mjs +0 -18
  1045. package/dist/locate-fixed-CHSiAjWF.mjs +0 -19
  1046. package/dist/locate-off-DJoo8tjQ.mjs +0 -20
  1047. package/dist/lock-DcLyZdyF.mjs +0 -15
  1048. package/dist/lock-keyhole-BUc861IU.mjs +0 -16
  1049. package/dist/lock-keyhole-open-CGd8nTOG.mjs +0 -16
  1050. package/dist/lock-open-B0wkqgok.mjs +0 -15
  1051. package/dist/log-in-CGkM2tLR.mjs +0 -16
  1052. package/dist/log-out-BEKQVj7j.mjs +0 -16
  1053. package/dist/logs-Dxcgg7R1.mjs +0 -22
  1054. package/dist/lollipop-izLp7GPS.mjs +0 -16
  1055. package/dist/luggage-DrroLpKh.mjs +0 -21
  1056. package/dist/magnet-B7qaJhIH.mjs +0 -22
  1057. package/dist/mail-Dlv1MbJ3.mjs +0 -15
  1058. package/dist/mail-check-B7WUETX7.mjs +0 -16
  1059. package/dist/mail-minus-CnAGpAyU.mjs +0 -16
  1060. package/dist/mail-open-9VlOvw0k.mjs +0 -21
  1061. package/dist/mail-plus-CjuojxIU.mjs +0 -17
  1062. package/dist/mail-question-mark-C4Xx9wp-.mjs +0 -23
  1063. package/dist/mail-search-Bunw8WLX.mjs +0 -18
  1064. package/dist/mail-warning-LCnU_8B9.mjs +0 -17
  1065. package/dist/mail-x-Bak__ZVk.mjs +0 -17
  1066. package/dist/mailbox-M1H1A_Wd.mjs +0 -23
  1067. package/dist/mails-CHKHAvnc.mjs +0 -16
  1068. package/dist/map-BSpbvb5h.mjs +0 -22
  1069. package/dist/map-minus-Bp4DnudA.mjs +0 -23
  1070. package/dist/map-pin-64Xuhmem.mjs +0 -21
  1071. package/dist/map-pin-check-Chba5sJP.mjs +0 -22
  1072. package/dist/map-pin-check-inside-1cg2BTkr.mjs +0 -21
  1073. package/dist/map-pin-house-BHKpqY-G.mjs +0 -29
  1074. package/dist/map-pin-minus-CtQjpEv_.mjs +0 -22
  1075. package/dist/map-pin-minus-inside-PMNAxf0Z.mjs +0 -21
  1076. package/dist/map-pin-off-CfOCSkQj.mjs +0 -24
  1077. package/dist/map-pin-pen-BhaNmfU0.mjs +0 -22
  1078. package/dist/map-pin-plus-C4ayK909.mjs +0 -23
  1079. package/dist/map-pin-plus-inside-pO4jSh-L.mjs +0 -22
  1080. package/dist/map-pin-search-DFvHcByE.mjs +0 -23
  1081. package/dist/map-pin-x-DaZyOqH-.mjs +0 -23
  1082. package/dist/map-pin-x-inside-Z_zTqFXt.mjs +0 -22
  1083. package/dist/map-pinned-DXbi0EgO.mjs +0 -28
  1084. package/dist/map-plus-C4MaOwvj.mjs +0 -24
  1085. package/dist/mars-Ddssrmiu.mjs +0 -16
  1086. package/dist/mars-stroke-Dvp1ieP2.mjs +0 -17
  1087. package/dist/martini-D3d2et1P.mjs +0 -22
  1088. package/dist/maximize-2-gmWBlXPp.mjs +0 -17
  1089. package/dist/maximize-CoPL5O9f.mjs +0 -17
  1090. package/dist/medal-Y1vw2bUj.mjs +0 -25
  1091. package/dist/megaphone-BXFzUnsa.mjs +0 -22
  1092. package/dist/megaphone-off-t22pwHJ5.mjs +0 -21
  1093. package/dist/meh-naJ9p5ot.mjs +0 -17
  1094. package/dist/memory-stick-CJEkX32r.mjs +0 -24
  1095. package/dist/menu-3pyeMUl6.mjs +0 -16
  1096. package/dist/merge-B0cHZsTt.mjs +0 -16
  1097. package/dist/message-circle-DZu4G-Ij.mjs +0 -20
  1098. package/dist/message-circle-check-JHYgsx0U.mjs +0 -21
  1099. package/dist/message-circle-code-BQLlIijR.mjs +0 -22
  1100. package/dist/message-circle-dashed-DwiqCckU.mjs +0 -21
  1101. package/dist/message-circle-heart-U-19bpJE.mjs +0 -27
  1102. package/dist/message-circle-more-CXezk_GX.mjs +0 -23
  1103. package/dist/message-circle-off-Q3-4QYCS.mjs +0 -22
  1104. package/dist/message-circle-plus-BbDo_enz.mjs +0 -22
  1105. package/dist/message-circle-question-mark-Yw9BG9zb.mjs +0 -22
  1106. package/dist/message-circle-reply-Bkv2cgbs.mjs +0 -22
  1107. package/dist/message-circle-warning-DjqeT2nw.mjs +0 -22
  1108. package/dist/message-circle-x-8d6MuXMa.mjs +0 -22
  1109. package/dist/message-square-C7RcgYOm.mjs +0 -20
  1110. package/dist/message-square-check-BoDA1HyZ.mjs +0 -21
  1111. package/dist/message-square-code-BgxCMsOO.mjs +0 -22
  1112. package/dist/message-square-dashed-CSA8bgVG.mjs +0 -23
  1113. package/dist/message-square-diff-Ck_-0oqw.mjs +0 -23
  1114. package/dist/message-square-dot-IICw6Oy6.mjs +0 -21
  1115. package/dist/message-square-heart-BFkGTZ7B.mjs +0 -27
  1116. package/dist/message-square-lock-BvMEcNvW.mjs +0 -22
  1117. package/dist/message-square-more-BHD0ucOJ.mjs +0 -23
  1118. package/dist/message-square-off-_n7ae7JH.mjs +0 -22
  1119. package/dist/message-square-plus-139YT7Z7.mjs +0 -22
  1120. package/dist/message-square-quote-_h_xaCA6.mjs +0 -22
  1121. package/dist/message-square-reply-DebSka2w.mjs +0 -22
  1122. package/dist/message-square-share-C6PS78-y.mjs +0 -22
  1123. package/dist/message-square-text-CTIcw1hm.mjs +0 -23
  1124. package/dist/message-square-warning-CtCW1_aB.mjs +0 -22
  1125. package/dist/message-square-x-B5jqIN9p.mjs +0 -22
  1126. package/dist/messages-square-Dq9ilQat.mjs +0 -27
  1127. package/dist/metronome-xBdGHLrN.mjs +0 -23
  1128. package/dist/mic-CtHjYpkK.mjs +0 -16
  1129. package/dist/mic-off-BBsjXfgw.mjs +0 -19
  1130. package/dist/mic-vocal-CPOZEy_9.mjs +0 -28
  1131. package/dist/microchip-C3mBQo0P.mjs +0 -23
  1132. package/dist/microscope-DxAQEZLD.mjs +0 -19
  1133. package/dist/microwave-BgxG0eni.mjs +0 -18
  1134. package/dist/milestone-Cjebrgi_.mjs +0 -22
  1135. package/dist/milk-Cm53Ty6i.mjs +0 -22
  1136. package/dist/milk-off-B7EuwYY4.mjs +0 -23
  1137. package/dist/minimize-2-DQKq7ihg.mjs +0 -17
  1138. package/dist/minimize-CtYfDfrl.mjs +0 -17
  1139. package/dist/minus-C_eaBdzD.mjs +0 -12
  1140. package/dist/mirror-rectangular-B9vSJ8SG.mjs +0 -16
  1141. package/dist/mirror-round-DOZZepf3.mjs +0 -18
  1142. package/dist/monitor-DaGNi4KV.mjs +0 -16
  1143. package/dist/monitor-check-MMUDib1_.mjs +0 -17
  1144. package/dist/monitor-cloud-KZ-uVfdE.mjs +0 -17
  1145. package/dist/monitor-cog-DHzvXDee.mjs +0 -25
  1146. package/dist/monitor-dot-XFYLzc-2.mjs +0 -20
  1147. package/dist/monitor-down-BzpU-D8V.mjs +0 -18
  1148. package/dist/monitor-off-CnfV-Rxb.mjs +0 -18
  1149. package/dist/monitor-pause-DenC5H5H.mjs +0 -18
  1150. package/dist/monitor-play-B2uJjIIn.mjs +0 -23
  1151. package/dist/monitor-smartphone-DhaUXMGj.mjs +0 -17
  1152. package/dist/monitor-speaker-P1K7qRBZ.mjs +0 -18
  1153. package/dist/monitor-stop-CTvavuga.mjs +0 -17
  1154. package/dist/monitor-up-DIqV0URG.mjs +0 -18
  1155. package/dist/monitor-x-BMdXYFvm.mjs +0 -18
  1156. package/dist/moon-gpc0fqPU.mjs +0 -20
  1157. package/dist/moon-star-r2GdtfQb.mjs +0 -22
  1158. package/dist/motorbike-i-4TJmMu.mjs +0 -21
  1159. package/dist/mountain-DpIWSujp.mjs +0 -12
  1160. package/dist/mountain-snow-ufF29YkG.mjs +0 -18
  1161. package/dist/mouse-BApqqixX.mjs +0 -15
  1162. package/dist/mouse-left-Cr3b1hp-.mjs +0 -16
  1163. package/dist/mouse-off-Dnu5rwcb.mjs +0 -17
  1164. package/dist/mouse-pointer-2-D0tHcHwO.mjs +0 -20
  1165. package/dist/mouse-pointer-2-off-D4NfnzRh.mjs +0 -22
  1166. package/dist/mouse-pointer-BMusR0Kt.mjs +0 -21
  1167. package/dist/mouse-pointer-ban-Dem1dSeN.mjs +0 -22
  1168. package/dist/mouse-pointer-click-CcO1dZca.mjs +0 -24
  1169. package/dist/mouse-right-C71XOrND.mjs +0 -16
  1170. package/dist/move-3d-CQUHaksc.mjs +0 -17
  1171. package/dist/move-RmRbs9XS.mjs +0 -19
  1172. package/dist/move-diagonal-2-BIXJ6JZU.mjs +0 -16
  1173. package/dist/move-diagonal-B7IMNv28.mjs +0 -16
  1174. package/dist/move-down-DLbHMijg.mjs +0 -15
  1175. package/dist/move-down-left-mkoGoFHV.mjs +0 -15
  1176. package/dist/move-down-right-mYJyEA0W.mjs +0 -15
  1177. package/dist/move-horizontal-BnNrNpOk.mjs +0 -16
  1178. package/dist/move-left---1a5DMh.mjs +0 -15
  1179. package/dist/move-right-_su2Ibs9.mjs +0 -15
  1180. package/dist/move-up-DSbjaQ88.mjs +0 -15
  1181. package/dist/move-up-left-DN2q7I3U.mjs +0 -15
  1182. package/dist/move-up-right-S4zJ_AVL.mjs +0 -15
  1183. package/dist/move-vertical-CLhpbPD3.mjs +0 -16
  1184. package/dist/music-2-CujqNbO5.mjs +0 -15
  1185. package/dist/music-3-BQoEXQyv.mjs +0 -15
  1186. package/dist/music-4-Dkp9avnP.mjs +0 -17
  1187. package/dist/music-B7l8apEu.mjs +0 -16
  1188. package/dist/navigation-2-BIPO0yx5.mjs +0 -14
  1189. package/dist/navigation-2-off-CuUFllW3.mjs +0 -16
  1190. package/dist/navigation-DlfftWTQ.mjs +0 -14
  1191. package/dist/navigation-off-BrfviQ5X.mjs +0 -16
  1192. package/dist/network-c0bRF6MV.mjs +0 -18
  1193. package/dist/newspaper-MImIcpCg.mjs +0 -23
  1194. package/dist/nfc-Dc6cE7w7.mjs +0 -17
  1195. package/dist/non-binary-BmgATQKf.mjs +0 -17
  1196. package/dist/notebook-DcUIUYO7.mjs +0 -19
  1197. package/dist/notebook-pen-D-6tq_91.mjs +0 -25
  1198. package/dist/notebook-tabs-CB7Ud8-v.mjs +0 -22
  1199. package/dist/notebook-text-Bu0SpdlK.mjs +0 -21
  1200. package/dist/notepad-text-CmXnZxld.mjs +0 -20
  1201. package/dist/notepad-text-dashed-DZB9hKd7.mjs +0 -26
  1202. package/dist/nut-BkNtsJWa.mjs +0 -28
  1203. package/dist/nut-off-CMzyVGPv.mjs +0 -30
  1204. package/dist/octagon-ByVEg6qD.mjs +0 -20
  1205. package/dist/octagon-alert-CktihwNh.mjs +0 -22
  1206. package/dist/octagon-minus-CssBqlxl.mjs +0 -21
  1207. package/dist/octagon-pause-CjVRXZPJ.mjs +0 -22
  1208. package/dist/octagon-x-C4imYYmJ.mjs +0 -22
  1209. package/dist/omega-a_gRzh2z.mjs +0 -20
  1210. package/dist/option-5mqjkpru.mjs +0 -15
  1211. package/dist/orbit-Cdyu8sUo.mjs +0 -18
  1212. package/dist/origami-CpklweI_.mjs +0 -28
  1213. package/dist/package-2-C_JYR2Q5.mjs +0 -22
  1214. package/dist/package-DMiQ6-6x.mjs +0 -23
  1215. package/dist/package-check-uaC99jTy.mjs +0 -24
  1216. package/dist/package-minus-DgwxUP1l.mjs +0 -24
  1217. package/dist/package-open-DJNqtQQ3.mjs +0 -35
  1218. package/dist/package-plus-DnqGckAV.mjs +0 -25
  1219. package/dist/package-search-DBu9H0nf.mjs +0 -25
  1220. package/dist/package-x-BufJPZUj.mjs +0 -25
  1221. package/dist/paint-bucket-RsUCKtBJ.mjs +0 -29
  1222. package/dist/paint-roller-Lrcim83h.mjs +0 -16
  1223. package/dist/paintbrush-D3ljNFgG.mjs +0 -28
  1224. package/dist/paintbrush-vertical-Cctb0CzH.mjs +0 -23
  1225. package/dist/palette-DgoR7RMd.mjs +0 -24
  1226. package/dist/panda-CAgf5r9B.mjs +0 -25
  1227. package/dist/panel-bottom-BL28xCHL.mjs +0 -15
  1228. package/dist/panel-bottom-close-BOF-twfI.mjs +0 -16
  1229. package/dist/panel-bottom-dashed-BY2PFqKs.mjs +0 -18
  1230. package/dist/panel-bottom-open-DpP3vNg_.mjs +0 -16
  1231. package/dist/panel-left--0h6YQzA.mjs +0 -15
  1232. package/dist/panel-left-close-C_pOZ5Kw.mjs +0 -16
  1233. package/dist/panel-left-dashed-D9fABlPD.mjs +0 -18
  1234. package/dist/panel-left-open-Bm7hgLLf.mjs +0 -16
  1235. package/dist/panel-left-right-dashed-CsrgUcGa.mjs +0 -22
  1236. package/dist/panel-right-DHOhk9IJ.mjs +0 -15
  1237. package/dist/panel-right-close-DY-k9R1S.mjs +0 -16
  1238. package/dist/panel-right-dashed-DALDomo_.mjs +0 -18
  1239. package/dist/panel-right-open-4FP9g1si.mjs +0 -16
  1240. package/dist/panel-top-DoHOUK1X.mjs +0 -15
  1241. package/dist/panel-top-bottom-dashed-CVsjHFSh.mjs +0 -22
  1242. package/dist/panel-top-close-BNi86Uga.mjs +0 -16
  1243. package/dist/panel-top-dashed-CcpYixO5.mjs +0 -18
  1244. package/dist/panel-top-open-8PPqZhCN.mjs +0 -16
  1245. package/dist/panels-left-bottom-DUp6eMxS.mjs +0 -16
  1246. package/dist/panels-right-bottom-6z6LL0pZ.mjs +0 -16
  1247. package/dist/panels-top-left-BJ2cEaXA.mjs +0 -16
  1248. package/dist/paperclip-CXlxHwq5.mjs +0 -20
  1249. package/dist/parasol-CZCMmYPC.mjs +0 -22
  1250. package/dist/parentheses-Bp_dgYof.mjs +0 -15
  1251. package/dist/parking-meter-CCj00rDp.mjs +0 -24
  1252. package/dist/party-popper-Ck3MYuOD.mjs +0 -37
  1253. package/dist/pause-CwSxRf2Q.mjs +0 -15
  1254. package/dist/paw-print-CNmcNhg8.mjs +0 -23
  1255. package/dist/pc-case-RwW5UZbf.mjs +0 -17
  1256. package/dist/pen-9qmYaJ4a.mjs +0 -20
  1257. package/dist/pen-line-CXYZiqaJ.mjs +0 -21
  1258. package/dist/pen-off-C5wKyIIp.mjs +0 -22
  1259. package/dist/pen-tool-C2C_zAoy.mjs +0 -29
  1260. package/dist/pencil-DvsiVdkQ.mjs +0 -21
  1261. package/dist/pencil-line-DMq6xNuP.mjs +0 -22
  1262. package/dist/pencil-off-B6zlOPUh.mjs +0 -23
  1263. package/dist/pencil-ruler-DYfZnIe6.mjs +0 -34
  1264. package/dist/pentagon-DQmpihTw.mjs +0 -20
  1265. package/dist/percent-DgFRDQ-6.mjs +0 -16
  1266. package/dist/person-standing-DXQR_kXy.mjs +0 -17
  1267. package/dist/philippine-peso-C1BwLscA.mjs +0 -16
  1268. package/dist/phone-D2zUn0OR.mjs +0 -20
  1269. package/dist/phone-call-C2KLKc0V.mjs +0 -22
  1270. package/dist/phone-forwarded-uonrDnCC.mjs +0 -22
  1271. package/dist/phone-incoming-Cxgpeg2z.mjs +0 -22
  1272. package/dist/phone-missed-0dkkyVfH.mjs +0 -22
  1273. package/dist/phone-off-CaOzUcJI.mjs +0 -28
  1274. package/dist/phone-outgoing-DfoLs1Bd.mjs +0 -22
  1275. package/dist/pi-BrdElHwS.mjs +0 -16
  1276. package/dist/piano-DFpTC7Lf.mjs +0 -25
  1277. package/dist/pickaxe-C3oBWiHE.mjs +0 -35
  1278. package/dist/picture-in-picture-2-C6q5agpd.mjs +0 -15
  1279. package/dist/picture-in-picture-BF28os_i.mjs +0 -18
  1280. package/dist/piggy-bank-D7U_HsyH.mjs +0 -22
  1281. package/dist/pilcrow-C8_i1vWs.mjs +0 -16
  1282. package/dist/pilcrow-left-BUxIQBkC.mjs +0 -18
  1283. package/dist/pilcrow-right-D-bCjNg-.mjs +0 -18
  1284. package/dist/pill-CubDo6PQ.mjs +0 -18
  1285. package/dist/pill-bottle-Dq2uV3lL.mjs +0 -16
  1286. package/dist/pin-C0Zrmaur.mjs +0 -21
  1287. package/dist/pin-off-CVd09fjj.mjs +0 -23
  1288. package/dist/pipette-DTZXBHJT.mjs +0 -28
  1289. package/dist/pizza-D_e_zvMv.mjs +0 -24
  1290. package/dist/plane-BLHLkaI9.mjs +0 -20
  1291. package/dist/plane-landing-B60xYXyX.mjs +0 -21
  1292. package/dist/plane-takeoff-Bfp-dbY7.mjs +0 -21
  1293. package/dist/play-CifIQhpX.mjs +0 -20
  1294. package/dist/plug-2-DUV4OqY_.mjs +0 -18
  1295. package/dist/plug-DnvVsacZ.mjs +0 -20
  1296. package/dist/plug-zap-uYGS9X-p.mjs +0 -21
  1297. package/dist/plus-dBQDdfJY.mjs +0 -15
  1298. package/dist/pocket-knife-CNPx12QY.mjs +0 -18
  1299. package/dist/podcast-Edu2kHdg.mjs +0 -20
  1300. package/dist/pointer-BwhbkObl.mjs +0 -24
  1301. package/dist/pointer-off-mbkZegix.mjs +0 -28
  1302. package/dist/popcorn-D3lyhlko.mjs +0 -29
  1303. package/dist/popsicle-Dwa4Kz7y.mjs +0 -21
  1304. package/dist/pound-sterling-D0d6Hjyd.mjs +0 -17
  1305. package/dist/power-g82Sh1CT.mjs +0 -15
  1306. package/dist/power-off-Dkt_dW88.mjs +0 -17
  1307. package/dist/presentation-DR3aRcKn.mjs +0 -16
  1308. package/dist/printer-DhwqXWpD.mjs +0 -22
  1309. package/dist/printer-check-COZENogU.mjs +0 -17
  1310. package/dist/printer-x-IQZjvDJt.mjs +0 -18
  1311. package/dist/projector-BY0hSv-E.mjs +0 -25
  1312. package/dist/proportions-CclLcoOF.mjs +0 -16
  1313. package/dist/puzzle-BC9xCgSK.mjs +0 -20
  1314. package/dist/pyramid-Dm7yIACy.mjs +0 -21
  1315. package/dist/qr-code-bFIuaG8N.mjs +0 -25
  1316. package/dist/quote-DuVdHkGT.mjs +0 -27
  1317. package/dist/rabbit-bni7RCjq.mjs +0 -24
  1318. package/dist/radar-BilEdlZX.mjs +0 -21
  1319. package/dist/radiation-CqOyCoqu.mjs +0 -35
  1320. package/dist/radical-QPW7INiQ.mjs +0 -20
  1321. package/dist/radio-BCU3o7LB.mjs +0 -18
  1322. package/dist/radio-off-CQHwJBwN.mjs +0 -19
  1323. package/dist/radio-receiver-BFprR8aA.mjs +0 -17
  1324. package/dist/radio-tower-CnLckAOv.mjs +0 -20
  1325. package/dist/radius-88wkDavc.mjs +0 -17
  1326. package/dist/rainbow-DtPSP4ap.mjs +0 -16
  1327. package/dist/rat-BIMJe-eC.mjs +0 -24
  1328. package/dist/ratio-65PoYdfc.mjs +0 -15
  1329. package/dist/receipt-DSvE76Gz.mjs +0 -22
  1330. package/dist/receipt-cent-CdA16GpN.mjs +0 -25
  1331. package/dist/receipt-euro-CC0aGZe3.mjs +0 -25
  1332. package/dist/receipt-indian-rupee-D7ExFAO1.mjs +0 -23
  1333. package/dist/receipt-japanese-yen-DnWL5MOW.mjs +0 -24
  1334. package/dist/receipt-pound-sterling-BizaCStq.mjs +0 -23
  1335. package/dist/receipt-russian-ruble-BkEn23P5.mjs +0 -22
  1336. package/dist/receipt-swiss-franc-jdNVtime.mjs +0 -23
  1337. package/dist/receipt-text-BaWA2sMF.mjs +0 -23
  1338. package/dist/receipt-turkish-lira-Wv9BTd76.mjs +0 -22
  1339. package/dist/rectangle-circle-AdaEbApS.mjs +0 -15
  1340. package/dist/rectangle-ellipsis-T1rJR3mV.mjs +0 -17
  1341. package/dist/rectangle-goggles-BFOyeiND.mjs +0 -20
  1342. package/dist/rectangle-horizontal-BGI3F78b.mjs +0 -14
  1343. package/dist/rectangle-vertical-DsnDKjju.mjs +0 -14
  1344. package/dist/recycle-8BdmlWRs.mjs +0 -37
  1345. package/dist/redo-2-DKzAGjnU.mjs +0 -15
  1346. package/dist/redo-DLlazjbo.mjs +0 -15
  1347. package/dist/redo-dot-cR7xes7k.mjs +0 -16
  1348. package/dist/refresh-ccw-CmJ3RGuF.mjs +0 -17
  1349. package/dist/refresh-ccw-dot-CduYfKPu.mjs +0 -18
  1350. package/dist/refresh-cw-2nL4DUxD.mjs +0 -17
  1351. package/dist/refresh-cw-off-NS-REnOa.mjs +0 -20
  1352. package/dist/refrigerator-C9bRuZyJ.mjs +0 -19
  1353. package/dist/regex-4mIhNK8g.mjs +0 -20
  1354. package/dist/remove-formatting-CmIqcI42.mjs +0 -18
  1355. package/dist/repeat-1-BnuuGE57.mjs +0 -18
  1356. package/dist/repeat-2-6OsQ21rl.mjs +0 -17
  1357. package/dist/repeat-BFRJtxII.mjs +0 -17
  1358. package/dist/repeat-off-BvYh_mHN.mjs +0 -20
  1359. package/dist/replace-all-DPl2VlYB.mjs +0 -22
  1360. package/dist/replace-b7lSTAfk.mjs +0 -20
  1361. package/dist/reply-CBJAsqdS.mjs +0 -15
  1362. package/dist/reply-all-BfgSAPc6.mjs +0 -16
  1363. package/dist/rewind-BZYxWQzi.mjs +0 -21
  1364. package/dist/ribbon-BGkjBZ1P.mjs +0 -27
  1365. package/dist/road-Cw3zMmo_.mjs +0 -23
  1366. package/dist/rocket-DD3FUvsx.mjs +0 -29
  1367. package/dist/rocking-chair-C1WOIFaV.mjs +0 -17
  1368. package/dist/roller-coaster-CX75vHq4.mjs +0 -20
  1369. package/dist/rose-CwLnW77I.mjs +0 -27
  1370. package/dist/rotate-3d-Bp1nlPbb.mjs +0 -16
  1371. package/dist/rotate-ccw-Dlvbm_Ty.mjs +0 -15
  1372. package/dist/rotate-ccw-key-BNWOmtYR.mjs +0 -18
  1373. package/dist/rotate-ccw-square-DfWSFf6R.mjs +0 -16
  1374. package/dist/rotate-cw-CzTcA1ln.mjs +0 -15
  1375. package/dist/rotate-cw-square-DstIBapf.mjs +0 -16
  1376. package/dist/route-CuHqV_6W.mjs +0 -16
  1377. package/dist/route-off-BUqTljB1.mjs +0 -20
  1378. package/dist/router-JHwOiIST.mjs +0 -19
  1379. package/dist/rows-2-Bsz4fKGE.mjs +0 -15
  1380. package/dist/rows-3-FwRRk9mX.mjs +0 -16
  1381. package/dist/rows-4-CIfA9V0M.mjs +0 -17
  1382. package/dist/rss-GM051QhO.mjs +0 -16
  1383. package/dist/ruler-OZeVHGcK.mjs +0 -24
  1384. package/dist/ruler-dimension-line-D44Th3zJ.mjs +0 -21
  1385. package/dist/russian-ruble-CnhaBDsS.mjs +0 -15
  1386. package/dist/sailboat-D0_ONpaP.mjs +0 -25
  1387. package/dist/salad-Cv-prBaj.mjs +0 -24
  1388. package/dist/sandwich-Cvt_1pR_.mjs +0 -18
  1389. package/dist/satellite-DJQjZz2t.mjs +0 -36
  1390. package/dist/satellite-dish-B_UJPno9.mjs +0 -17
  1391. package/dist/saudi-riyal-CcmKkb-d.mjs +0 -17
  1392. package/dist/save-Dck4A1W2.mjs +0 -22
  1393. package/dist/save-all-vl4hXw1b.mjs +0 -23
  1394. package/dist/save-off-D59fU8M0.mjs +0 -23
  1395. package/dist/scale-3d-SzhdtuxT.mjs +0 -17
  1396. package/dist/scale-dPayAaf-.mjs +0 -18
  1397. package/dist/scaling-C5otuA0_.mjs +0 -17
  1398. package/dist/scan-TwMKbkeu.mjs +0 -17
  1399. package/dist/scan-barcode-B4GAfPJo.mjs +0 -20
  1400. package/dist/scan-eye-DCOPLP2F.mjs +0 -25
  1401. package/dist/scan-face-DDBxTuN9.mjs +0 -20
  1402. package/dist/scan-heart-Chf6hJvX.mjs +0 -24
  1403. package/dist/scan-line-K5hYooc0.mjs +0 -18
  1404. package/dist/scan-qr-code-CyNDcB0l.mjs +0 -21
  1405. package/dist/scan-search-BTTsXiIx.mjs +0 -19
  1406. package/dist/scan-text-eV1feTqP.mjs +0 -20
  1407. package/dist/school-CeVCwozv.mjs +0 -25
  1408. package/dist/scissors-BdjKaQpW.mjs +0 -18
  1409. package/dist/scissors-line-dashed-CcsgO2lw.mjs +0 -20
  1410. package/dist/scooter-DV_4Wusk.mjs +0 -20
  1411. package/dist/screen-share--iO_EA3D.mjs +0 -18
  1412. package/dist/screen-share-off-BtTqW-9s.mjs +0 -18
  1413. package/dist/scroll-4qK67Fe4.mjs +0 -21
  1414. package/dist/scroll-text-Gh4QnE3N.mjs +0 -23
  1415. package/dist/search-DI-54FxN.mjs +0 -15
  1416. package/dist/search-alert-CnK9zlVN.mjs +0 -17
  1417. package/dist/search-check-cCfLC4kM.mjs +0 -16
  1418. package/dist/search-code-DJ92SgtT.mjs +0 -17
  1419. package/dist/search-slash-DXQPPNVT.mjs +0 -16
  1420. package/dist/search-x-D7h-CzMb.mjs +0 -17
  1421. package/dist/section-Cf6qQVR9.mjs +0 -15
  1422. package/dist/send-CXIpMvlf.mjs +0 -21
  1423. package/dist/send-horizontal-D9PYRsIS.mjs +0 -21
  1424. package/dist/send-to-back-C-MmaKxM.mjs +0 -17
  1425. package/dist/separator-horizontal-GjSVNRM8.mjs +0 -16
  1426. package/dist/separator-vertical-B_a-KjIb.mjs +0 -16
  1427. package/dist/server-_X_IZtBM.mjs +0 -17
  1428. package/dist/server-cog-DjyeTdtw.mjs +0 -37
  1429. package/dist/server-crash-BAtSafpr.mjs +0 -30
  1430. package/dist/server-off-CpVWEt8-.mjs +0 -19
  1431. package/dist/settings-2-DBX8PlUz.mjs +0 -17
  1432. package/dist/settings-gxycL38Y.mjs +0 -21
  1433. package/dist/shapes-DQ1owRvR.mjs +0 -22
  1434. package/dist/share-2-DwzeTjZx.mjs +0 -18
  1435. package/dist/share-BvgKe78S.mjs +0 -16
  1436. package/dist/sheet-V27NsjKF.mjs +0 -18
  1437. package/dist/shell-BNYH7eNQ.mjs +0 -20
  1438. package/dist/shelving-unit-DFutUHj_.mjs +0 -20
  1439. package/dist/shield-CqsLbFuR.mjs +0 -20
  1440. package/dist/shield-alert-DNZGJ9Aq.mjs +0 -22
  1441. package/dist/shield-ban-DZxN0ZhD.mjs +0 -21
  1442. package/dist/shield-check-CBiN_cis.mjs +0 -21
  1443. package/dist/shield-cog-corner-D1LIjBzM.mjs +0 -29
  1444. package/dist/shield-cog-wWgYhiFW.mjs +0 -29
  1445. package/dist/shield-ellipsis-B7wUATpJ.mjs +0 -23
  1446. package/dist/shield-half-i66bjKUh.mjs +0 -21
  1447. package/dist/shield-minus-BJUnMH7X.mjs +0 -21
  1448. package/dist/shield-off-CX3XJQ6o.mjs +0 -28
  1449. package/dist/shield-plus-v_UWKNen.mjs +0 -22
  1450. package/dist/shield-question-mark-DRamOL_N.mjs +0 -22
  1451. package/dist/shield-user-BGlQXOCQ.mjs +0 -22
  1452. package/dist/shield-x-BRstUOew.mjs +0 -22
  1453. package/dist/ship-DH45rfg6.mjs +0 -30
  1454. package/dist/ship-wheel-J6qOoqz0.mjs +0 -23
  1455. package/dist/shirt-DtSuVNQx.mjs +0 -20
  1456. package/dist/shopping-bag-CxOylFd4.mjs +0 -22
  1457. package/dist/shopping-basket-v5En48wB.mjs +0 -20
  1458. package/dist/shopping-cart-u20ngGsl.mjs +0 -22
  1459. package/dist/shovel-BnLIWa2w.mjs +0 -28
  1460. package/dist/shower-head-BmA7SzzO.mjs +0 -23
  1461. package/dist/shredder-C9heHPss.mjs +0 -26
  1462. package/dist/shrimp-BU1Z_aLe.mjs +0 -24
  1463. package/dist/shrink-HSlw9gAs.mjs +0 -17
  1464. package/dist/shrub-DOulzJGz.mjs +0 -16
  1465. package/dist/shuffle-D13uXBwE.mjs +0 -18
  1466. package/dist/sigma-CBP20Cee.mjs +0 -20
  1467. package/dist/signal-cLs4PZ87.mjs +0 -18
  1468. package/dist/signal-high-XUeQ4yF9.mjs +0 -17
  1469. package/dist/signal-low-C_nxgYDQ.mjs +0 -15
  1470. package/dist/signal-medium-BT_I06HN.mjs +0 -16
  1471. package/dist/signal-zero-B2Z4J9fu.mjs +0 -12
  1472. package/dist/signature-DkSJoimJ.mjs +0 -21
  1473. package/dist/signpost-DYSo8MzN.mjs +0 -22
  1474. package/dist/signpost-big-Bme1ecvF.mjs +0 -17
  1475. package/dist/siren-DbxWbUWJ.mjs +0 -24
  1476. package/dist/skip-back-BQw2f0Ao.mjs +0 -21
  1477. package/dist/skip-forward-Cu5ap-Zu.mjs +0 -21
  1478. package/dist/skull-ByKv9ScT.mjs +0 -23
  1479. package/dist/slash-CK9SIuwG.mjs +0 -12
  1480. package/dist/slice-2301ZQFe.mjs +0 -20
  1481. package/dist/sliders-horizontal-BvtxtBk1.mjs +0 -22
  1482. package/dist/sliders-vertical-B3Hy-tcM.mjs +0 -22
  1483. package/dist/smartphone-BVeim-_x.mjs +0 -15
  1484. package/dist/smartphone-charging-DIJXYDsg.mjs +0 -15
  1485. package/dist/smartphone-nfc-C0uWpdtG.mjs +0 -17
  1486. package/dist/smile-CIGoDgoI.mjs +0 -17
  1487. package/dist/smile-plus-D6W0z2Lm.mjs +0 -19
  1488. package/dist/snail-GZXvSuvy.mjs +0 -18
  1489. package/dist/snowflake-BCMhMOoB.mjs +0 -25
  1490. package/dist/soap-dispenser-droplet-BqZxYVhv.mjs +0 -29
  1491. package/dist/sofa-CvkBTYT1.mjs +0 -24
  1492. package/dist/solar-panel-BKZS-GWN.mjs +0 -26
  1493. package/dist/soup-C1bt10fH.mjs +0 -34
  1494. package/dist/space-CYW4ePBx.mjs +0 -14
  1495. package/dist/spade-B6W1ZHR1.mjs +0 -21
  1496. package/dist/sparkle-JV0wx6_T.mjs +0 -20
  1497. package/dist/sparkles-B_LcP7re.mjs +0 -23
  1498. package/dist/speaker-DMqFdzNi.mjs +0 -17
  1499. package/dist/speech-CgA3ju_f.mjs +0 -22
  1500. package/dist/spell-check-2-Bc37WBnN.mjs +0 -22
  1501. package/dist/spell-check-B-tHXhzC.mjs +0 -16
  1502. package/dist/spline-BzqL7G5Q.mjs +0 -16
  1503. package/dist/spline-pointer-Btnc1Ke5.mjs +0 -23
  1504. package/dist/split-QjxuaZBS.mjs +0 -17
  1505. package/dist/spool-CIS2yXFS.mjs +0 -27
  1506. package/dist/sport-shoe-Cm20zIQD.mjs +0 -22
  1507. package/dist/spotlight-CM7PkQxf.mjs +0 -24
  1508. package/dist/spray-can-CeYrA70u.mjs +0 -23
  1509. package/dist/sprout-BrIJQwwG.mjs +0 -22
  1510. package/dist/square-B4FHcByK.mjs +0 -14
  1511. package/dist/square-activity-B1PEOqTN.mjs +0 -15
  1512. package/dist/square-arrow-down-BvyGjGXs.mjs +0 -16
  1513. package/dist/square-arrow-down-left-BLfitQs_.mjs +0 -16
  1514. package/dist/square-arrow-down-right-B41lWSE7.mjs +0 -16
  1515. package/dist/square-arrow-left-BPPTcb2t.mjs +0 -16
  1516. package/dist/square-arrow-out-down-left-CpEboLOr.mjs +0 -16
  1517. package/dist/square-arrow-out-down-right-D-ajkKvn.mjs +0 -16
  1518. package/dist/square-arrow-out-up-left-CvjfdcNh.mjs +0 -16
  1519. package/dist/square-arrow-out-up-right-BsTxIUBs.mjs +0 -16
  1520. package/dist/square-arrow-right-CGe2HmsC.mjs +0 -16
  1521. package/dist/square-arrow-right-enter-BJ5CZF29.mjs +0 -22
  1522. package/dist/square-arrow-right-exit-CSj5L0c5.mjs +0 -22
  1523. package/dist/square-arrow-up-DvbZVXSN.mjs +0 -16
  1524. package/dist/square-arrow-up-left-HcauQfx6.mjs +0 -16
  1525. package/dist/square-arrow-up-right-Z4cdEMxV.mjs +0 -16
  1526. package/dist/square-asterisk-CEYuJpWf.mjs +0 -17
  1527. package/dist/square-bottom-dashed-scissors-Ba7WaaVV.mjs +0 -27
  1528. package/dist/square-centerline-dashed-horizontal-Dxj5sY-1.mjs +0 -22
  1529. package/dist/square-centerline-dashed-vertical-CDlHPAHk.mjs +0 -22
  1530. package/dist/square-chart-gantt-JQSYtlXP.mjs +0 -17
  1531. package/dist/square-check-big-BnWsJDs6.mjs +0 -18
  1532. package/dist/square-check-o-bj2EX1.mjs +0 -15
  1533. package/dist/square-chevron-down-Ci5_zItc.mjs +0 -15
  1534. package/dist/square-chevron-left-tYa-7kTG.mjs +0 -15
  1535. package/dist/square-chevron-right-dW2__7Hx.mjs +0 -15
  1536. package/dist/square-chevron-up-CQHGavb8.mjs +0 -15
  1537. package/dist/square-code-H15uNhhH.mjs +0 -16
  1538. package/dist/square-dashed-B-nLAC4N.mjs +0 -25
  1539. package/dist/square-dashed-bottom-BDKTgNnr.mjs +0 -19
  1540. package/dist/square-dashed-bottom-code-CLb7AkEf.mjs +0 -21
  1541. package/dist/square-dashed-kanban-COQ68tT_.mjs +0 -28
  1542. package/dist/square-dashed-mouse-pointer-CdKU87Wz.mjs +0 -29
  1543. package/dist/square-dashed-text-CD9r90ag.mjs +0 -28
  1544. package/dist/square-dashed-top-solid-hlCT1nAd.mjs +0 -22
  1545. package/dist/square-divide-CzFI0dcO.mjs +0 -17
  1546. package/dist/square-dot-b6rVCQXA.mjs +0 -15
  1547. package/dist/square-equal-DVO8rc10.mjs +0 -16
  1548. package/dist/square-function-C7C2uWzh.mjs +0 -16
  1549. package/dist/square-kanban-C-5cXrYd.mjs +0 -17
  1550. package/dist/square-library-BVhTLi0B.mjs +0 -17
  1551. package/dist/square-m-CTO2Hjse.mjs +0 -21
  1552. package/dist/square-menu-CAOFynVP.mjs +0 -17
  1553. package/dist/square-minus-DJuZeFUl.mjs +0 -15
  1554. package/dist/square-mouse-pointer-Ctj616X-.mjs +0 -21
  1555. package/dist/square-parking-CCp6R9Cj.mjs +0 -15
  1556. package/dist/square-parking-off-DraSVoP1.mjs +0 -18
  1557. package/dist/square-pause-CVh46gQs.mjs +0 -16
  1558. package/dist/square-pen-CXpbTi2V.mjs +0 -21
  1559. package/dist/square-percent-B8ArSACZ.mjs +0 -17
  1560. package/dist/square-pi-D_BdJ__r.mjs +0 -17
  1561. package/dist/square-pilcrow-C-4gsFrh.mjs +0 -17
  1562. package/dist/square-play-CzJo6hkc.mjs +0 -21
  1563. package/dist/square-plus-DR03bvlL.mjs +0 -16
  1564. package/dist/square-power-BDnUD7qZ.mjs +0 -16
  1565. package/dist/square-radical-DN2s96OP.mjs +0 -15
  1566. package/dist/square-round-corner-DgggeN0S.mjs +0 -15
  1567. package/dist/square-scissors-Co3R-kuY.mjs +0 -19
  1568. package/dist/square-sigma-B6NHFRaL.mjs +0 -15
  1569. package/dist/square-slash-BfbYeKmz.mjs +0 -15
  1570. package/dist/square-split-horizontal-CLZ3aaLk.mjs +0 -16
  1571. package/dist/square-split-vertical-Dx4yOMvE.mjs +0 -16
  1572. package/dist/square-square-B70qwkRY.mjs +0 -15
  1573. package/dist/square-stack-eHexjp7u.mjs +0 -16
  1574. package/dist/square-star-BDxo1g43.mjs +0 -21
  1575. package/dist/square-stop-CSE-2bSn.mjs +0 -15
  1576. package/dist/square-terminal-Bk-DeP3f.mjs +0 -16
  1577. package/dist/square-user-kGrZkwSR.mjs +0 -16
  1578. package/dist/square-user-round-CBjn4J0Z.mjs +0 -16
  1579. package/dist/square-x-CDFnkBd0.mjs +0 -16
  1580. package/dist/squares-exclude-Bh2TkxYH.mjs +0 -27
  1581. package/dist/squares-intersect-DalQY-Ld.mjs +0 -27
  1582. package/dist/squares-subtract-DaBoNVZ9.mjs +0 -25
  1583. package/dist/squares-unite-Bwf_u01E.mjs +0 -20
  1584. package/dist/squircle-BoYVtyNm.mjs +0 -14
  1585. package/dist/squircle-dashed-Rsys_Le6.mjs +0 -21
  1586. package/dist/squirrel-Dy9kps6O.mjs +0 -23
  1587. package/dist/stamp-DZCss_Hy.mjs +0 -22
  1588. package/dist/star-B0hzVa8N.mjs +0 -20
  1589. package/dist/star-half-Vg6S8F2o.mjs +0 -20
  1590. package/dist/star-off-Y6s_fq7f.mjs +0 -28
  1591. package/dist/step-back-DSRobBLU.mjs +0 -21
  1592. package/dist/step-forward-CNGwoeBI.mjs +0 -21
  1593. package/dist/stethoscope-Dmvu2Unl.mjs +0 -18
  1594. package/dist/sticker-BxW2G5h5.mjs +0 -24
  1595. package/dist/sticky-note-D5S-gZZM.mjs +0 -21
  1596. package/dist/sticky-note-check-CdwcDEWI.mjs +0 -22
  1597. package/dist/sticky-note-minus-CC3VlUdN.mjs +0 -22
  1598. package/dist/sticky-note-off-qrP94wqa.mjs +0 -26
  1599. package/dist/sticky-note-plus-BXaTkaRq.mjs +0 -23
  1600. package/dist/sticky-note-x-DOzsDm3E.mjs +0 -23
  1601. package/dist/sticky-notes-CHYTbc7D.mjs +0 -29
  1602. package/dist/stone-CEAO8XBV.mjs +0 -22
  1603. package/dist/store-PxTL4QuK.mjs +0 -22
  1604. package/dist/stretch-horizontal-BgByfjxN.mjs +0 -15
  1605. package/dist/stretch-vertical-CVUByIo1.mjs +0 -15
  1606. package/dist/strikethrough-DABaGGUB.mjs +0 -16
  1607. package/dist/subscript-mfwi7uYF.mjs +0 -22
  1608. package/dist/sun-DUbJ-jO0.mjs +0 -22
  1609. package/dist/sun-dim-DZ4iu-XF.mjs +0 -22
  1610. package/dist/sun-medium-B0cLVLeB.mjs +0 -22
  1611. package/dist/sun-moon-DbEhF9NI.mjs +0 -24
  1612. package/dist/sun-snow-D_c0LzgN.mjs +0 -24
  1613. package/dist/sunrise-B417-HH4.mjs +0 -21
  1614. package/dist/sunset-DUUXCyqH.mjs +0 -21
  1615. package/dist/superscript-QDxdWUIq.mjs +0 -22
  1616. package/dist/swatch-book-Byf3qLlh.mjs +0 -23
  1617. package/dist/swiss-franc-CRvGqPmj.mjs +0 -16
  1618. package/dist/switch-camera-DGfGKEI3.mjs +0 -18
  1619. package/dist/sword-2eSFD-5g.mjs +0 -17
  1620. package/dist/swords-Dd2LGvLx.mjs +0 -21
  1621. package/dist/syringe-D8IJ95lb.mjs +0 -19
  1622. package/dist/table-2-DMmh9WHx.mjs +0 -20
  1623. package/dist/table-62S9yB9s.mjs +0 -17
  1624. package/dist/table-cells-merge-nA-2GlGM.mjs +0 -18
  1625. package/dist/table-cells-split-CmS6IzIr.mjs +0 -17
  1626. package/dist/table-columns-split-B6QSxUny.mjs +0 -24
  1627. package/dist/table-of-contents-BXDp_iXP.mjs +0 -19
  1628. package/dist/table-properties-vFLkH_NU.mjs +0 -17
  1629. package/dist/table-rows-split-Cl4J5Ko9.mjs +0 -24
  1630. package/dist/tablet-CgBmCSvK.mjs +0 -15
  1631. package/dist/tablet-smartphone-Ck-SO_FS.mjs +0 -16
  1632. package/dist/tablets-B1GrmK4j.mjs +0 -17
  1633. package/dist/tag-Cp_z_ej4.mjs +0 -21
  1634. package/dist/tags-DYVMWJWD.mjs +0 -25
  1635. package/dist/tally-1-ija-WFDs.mjs +0 -12
  1636. package/dist/tally-2-DxJAJRQk.mjs +0 -15
  1637. package/dist/tally-3-DT8FHiwB.mjs +0 -16
  1638. package/dist/tally-4-l61sukvo.mjs +0 -17
  1639. package/dist/tally-5-CqIvv2KO.mjs +0 -18
  1640. package/dist/tangent-DziJzOOh.mjs +0 -17
  1641. package/dist/target-BU3MFkz7.mjs +0 -16
  1642. package/dist/telescope-DV0IVWeZ.mjs +0 -32
  1643. package/dist/tent-Dp0diK0Z.mjs +0 -17
  1644. package/dist/tent-tree-C1tSen4i.mjs +0 -20
  1645. package/dist/terminal-DLPHRK7E.mjs +0 -15
  1646. package/dist/test-tube-CI29H3wE.mjs +0 -16
  1647. package/dist/test-tube-diagonal-lWaNCne3.mjs +0 -19
  1648. package/dist/test-tubes-DkBqE3p_.mjs +0 -19
  1649. package/dist/text-align-center-DqVJoJRy.mjs +0 -16
  1650. package/dist/text-align-end-Cu_HOEKt.mjs +0 -16
  1651. package/dist/text-align-justify-CHUk8uKK.mjs +0 -16
  1652. package/dist/text-align-start-isdh0NIc.mjs +0 -16
  1653. package/dist/text-cursor-BsWkupCE.mjs +0 -16
  1654. package/dist/text-cursor-input-DnXMygPX.mjs +0 -18
  1655. package/dist/text-initial-_pTA9Mq1.mjs +0 -18
  1656. package/dist/text-quote-B_QQd4V7.mjs +0 -17
  1657. package/dist/text-search-C6t3ym8t.mjs +0 -18
  1658. package/dist/text-wrap-CNJKquK5.mjs +0 -17
  1659. package/dist/theater-CT_V28vj.mjs +0 -22
  1660. package/dist/thermometer-Ct-pKFYV.mjs +0 -14
  1661. package/dist/thermometer-snowflake-nh0lTo9C.mjs +0 -21
  1662. package/dist/thermometer-sun-sLzBTyis.mjs +0 -19
  1663. package/dist/thumbs-down-BZops8O2.mjs +0 -21
  1664. package/dist/thumbs-up-D-RCeEDv.mjs +0 -21
  1665. package/dist/ticket-DzpLG2tO.mjs +0 -23
  1666. package/dist/ticket-check-CpwVQeqD.mjs +0 -21
  1667. package/dist/ticket-minus-CrfArqTc.mjs +0 -21
  1668. package/dist/ticket-percent-C_cl5rri.mjs +0 -23
  1669. package/dist/ticket-plus-ChXmvdJV.mjs +0 -22
  1670. package/dist/ticket-slash-BsWA-EgB.mjs +0 -21
  1671. package/dist/ticket-x-Yb1RcmpW.mjs +0 -22
  1672. package/dist/tickets-B7N0DRX9.mjs +0 -18
  1673. package/dist/tickets-plane-KLYPLlaH.mjs +0 -20
  1674. package/dist/timeline-CsFIJCK6.mjs +0 -39
  1675. package/dist/timer-DktiGxYW.mjs +0 -16
  1676. package/dist/timer-off-DNQjKVyk.mjs +0 -18
  1677. package/dist/timer-reset-Dtqw_Bgt.mjs +0 -17
  1678. package/dist/toggle-left-BrJVWwib.mjs +0 -15
  1679. package/dist/toggle-right-DchtM72j.mjs +0 -15
  1680. package/dist/toilet-DR6xr5Wy.mjs +0 -21
  1681. package/dist/tool-case-93bKnY1Q.mjs +0 -35
  1682. package/dist/toolbox-Ca-ExaRu.mjs +0 -24
  1683. package/dist/tornado-DRrBWKD4.mjs +0 -18
  1684. package/dist/torus-BaXz6pV7.mjs +0 -15
  1685. package/dist/touchpad-Cf1GlO2d.mjs +0 -16
  1686. package/dist/touchpad-off-BGncArX6.mjs +0 -19
  1687. package/dist/towel-rack-C8oItfOi.mjs +0 -22
  1688. package/dist/tower-control-BtOqAtyH.mjs +0 -23
  1689. package/dist/toy-brick-CbHsLUIw.mjs +0 -16
  1690. package/dist/tractor-BEOL6ukm.mjs +0 -22
  1691. package/dist/traffic-cone-Dr2VJz_1.mjs +0 -23
  1692. package/dist/train-front-DtwuzALG.mjs +0 -19
  1693. package/dist/train-front-tunnel-DX9uetS8.mjs +0 -20
  1694. package/dist/train-track-BNeU5gLe.mjs +0 -20
  1695. package/dist/tram-front-BeKsd6dt.mjs +0 -20
  1696. package/dist/transgender-7QcVwP-Q.mjs +0 -21
  1697. package/dist/trash-2-B0DeyLUI.mjs +0 -18
  1698. package/dist/trash-9qzvRpum.mjs +0 -16
  1699. package/dist/tree-deciduous-CLSUxy6b.mjs +0 -21
  1700. package/dist/tree-palm-BtNlYQe5.mjs +0 -26
  1701. package/dist/tree-pine-B95jcUTU.mjs +0 -21
  1702. package/dist/trees-CpYWJ5Jc.mjs +0 -23
  1703. package/dist/trending-down-CdkK9Nkx.mjs +0 -15
  1704. package/dist/trending-up-DSJ_2rSz.mjs +0 -15
  1705. package/dist/trending-up-down-BCtCSVnq.mjs +0 -17
  1706. package/dist/triangle-CvxiuLQ2.mjs +0 -17
  1707. package/dist/triangle-alert-N7UvgdeS.mjs +0 -22
  1708. package/dist/triangle-dashed-CiuvlxdL.mjs +0 -22
  1709. package/dist/triangle-right-HVO1Xics.mjs +0 -20
  1710. package/dist/trophy-CH-oQpZd.mjs +0 -19
  1711. package/dist/truck-electric-gyMQvYbX.mjs +0 -29
  1712. package/dist/truck-oYF2PxHW.mjs +0 -24
  1713. package/dist/turkish-lira-WNR2fNkb.mjs +0 -16
  1714. package/dist/turntable-84SCiMca.mjs +0 -17
  1715. package/dist/turtle-CgbONOhe.mjs +0 -23
  1716. package/dist/tv-DofYos4n.mjs +0 -15
  1717. package/dist/tv-minimal-Dn0LnxSw.mjs +0 -15
  1718. package/dist/tv-minimal-play-Bl3I2WLG.mjs +0 -22
  1719. package/dist/type-DDC_wQ9p.mjs +0 -16
  1720. package/dist/type-outline-34zeqF3f.mjs +0 -20
  1721. package/dist/typography.css +0 -1
  1722. package/dist/umbrella-DeDh3Ffs.mjs +0 -22
  1723. package/dist/umbrella-off-BuaDzW_j.mjs +0 -21
  1724. package/dist/underline-CBCkAIKk.mjs +0 -15
  1725. package/dist/undo-2-CBz86UJt.mjs +0 -15
  1726. package/dist/undo-CaQkdc1r.mjs +0 -15
  1727. package/dist/undo-dot-D9q1X28q.mjs +0 -16
  1728. package/dist/unfold-horizontal-BMbUNbcN.mjs +0 -21
  1729. package/dist/unfold-vertical-DzP3UavF.mjs +0 -21
  1730. package/dist/ungroup-CkXIX7dB.mjs +0 -15
  1731. package/dist/university-DW24i1Z4.mjs +0 -26
  1732. package/dist/unlink-2-D_9W2DNF.mjs +0 -14
  1733. package/dist/unlink-CRruXRrS.mjs +0 -31
  1734. package/dist/unplug-ZKxGpz4j.mjs +0 -25
  1735. package/dist/upload-DgNzpKHC.mjs +0 -16
  1736. package/dist/usb-CEM8vMiB.mjs +0 -20
  1737. package/dist/useModalOverlay-C311Y5HK.mjs +0 -486
  1738. package/dist/useOverlayPosition-CK3oEqVS.mjs +0 -451
  1739. package/dist/useOverlayTriggerState-DK8Xy6Kr.mjs +0 -221
  1740. package/dist/user-check-CwG7N_ZJ.mjs +0 -16
  1741. package/dist/user-cog-CD53dSst.mjs +0 -24
  1742. package/dist/user-key-By5H4lOV.mjs +0 -18
  1743. package/dist/user-lock-m2SmoonW.mjs +0 -17
  1744. package/dist/user-minus-B0lkc_Lq.mjs +0 -16
  1745. package/dist/user-n7V7DYhN.mjs +0 -15
  1746. package/dist/user-pen-Pmtc4Cz1.mjs +0 -22
  1747. package/dist/user-plus-DCF0-B48.mjs +0 -17
  1748. package/dist/user-round-CNXR_wY1.mjs +0 -15
  1749. package/dist/user-round-check-4zj0-Ku4.mjs +0 -16
  1750. package/dist/user-round-cog-HoxsTJSG.mjs +0 -24
  1751. package/dist/user-round-key-D9s64SnF.mjs +0 -18
  1752. package/dist/user-round-minus-CYwkqvTH.mjs +0 -16
  1753. package/dist/user-round-pen-ufKIulOJ.mjs +0 -22
  1754. package/dist/user-round-plus-CJaTcXTf.mjs +0 -17
  1755. package/dist/user-round-search-D0XJa9hA.mjs +0 -17
  1756. package/dist/user-round-x-C2WX9vn8.mjs +0 -17
  1757. package/dist/user-search-BjC8AtLh.mjs +0 -17
  1758. package/dist/user-star-Cl_pkLQG.mjs +0 -22
  1759. package/dist/user-x-CWBEIffg.mjs +0 -17
  1760. package/dist/users-DQInynbN.mjs +0 -17
  1761. package/dist/users-round-Bj4qC9RF.mjs +0 -16
  1762. package/dist/utensils-B8lWpZH8.mjs +0 -16
  1763. package/dist/utensils-crossed-CDdEGybw.mjs +0 -20
  1764. package/dist/utility-pole-Bh0zL1mD.mjs +0 -20
  1765. package/dist/van-BauyKyXG.mjs +0 -27
  1766. package/dist/variable-D79AZvg0.mjs +0 -17
  1767. package/dist/vault-B9xS-uDX.mjs +0 -23
  1768. package/dist/vector-square-Be4m6Zmm.mjs +0 -21
  1769. package/dist/vegan-C59PdyT5.mjs +0 -16
  1770. package/dist/venetian-mask-CL0xhqnj.mjs +0 -22
  1771. package/dist/venus-D7vFvzcK.mjs +0 -16
  1772. package/dist/venus-and-mars-DIJJBHFS.mjs +0 -18
  1773. package/dist/vibrate-B1ujC933.mjs +0 -16
  1774. package/dist/vibrate-off-0xNGMhl4.mjs +0 -18
  1775. package/dist/video-DXXHDFuE.mjs +0 -21
  1776. package/dist/video-off-rxtaUkfH.mjs +0 -19
  1777. package/dist/videotape-ZnxjlLpK.mjs +0 -18
  1778. package/dist/view-C5FPEOP4.mjs +0 -23
  1779. package/dist/voicemail-QU9a3Ckr.mjs +0 -16
  1780. package/dist/volleyball-DA8qD-EK.mjs +0 -19
  1781. package/dist/volume-1-Bx2QfOF1.mjs +0 -21
  1782. package/dist/volume-2-DbfZPv61.mjs +0 -22
  1783. package/dist/volume-BI0VZ2Md.mjs +0 -20
  1784. package/dist/volume-off-Duis1YDe.mjs +0 -24
  1785. package/dist/volume-x-f9uuUBUy.mjs +0 -22
  1786. package/dist/vote-B_C1-N94.mjs +0 -16
  1787. package/dist/wallet-DDVTNq9F.mjs +0 -21
  1788. package/dist/wallet-cards-X7-V7sv3.mjs +0 -22
  1789. package/dist/wallet-minimal-C6LvKuT4.mjs +0 -21
  1790. package/dist/wallpaper-Dl-BkLZN.mjs +0 -18
  1791. package/dist/wand-BMYqE_Kl.mjs +0 -22
  1792. package/dist/wand-sparkles-POnhgXRv.mjs +0 -27
  1793. package/dist/warehouse-uzgoYXqV.mjs +0 -23
  1794. package/dist/washing-machine-WwAMwpEx.mjs +0 -18
  1795. package/dist/watch-DoplMg_3.mjs +0 -20
  1796. package/dist/waves-arrow-down-D80J_6Ng.mjs +0 -29
  1797. package/dist/waves-arrow-up-4gi1wu67.mjs +0 -29
  1798. package/dist/waves-horizontal-CXWs0PXC.mjs +0 -16
  1799. package/dist/waves-ladder-hqW3VtKM.mjs +0 -24
  1800. package/dist/waves-vertical-Cx56b8xK.mjs +0 -16
  1801. package/dist/waypoints-DNV-ePUl.mjs +0 -20
  1802. package/dist/webcam-D7_wPIiR.mjs +0 -17
  1803. package/dist/webhook-CmwCnSYg.mjs +0 -22
  1804. package/dist/webhook-off-DIaGBrXW.mjs +0 -20
  1805. package/dist/weight-CoxRfJ0A.mjs +0 -21
  1806. package/dist/weight-tilde-7hGtPrqh.mjs +0 -22
  1807. package/dist/wheat-COFtD3oM.mjs +0 -57
  1808. package/dist/wheat-off-CNu0_2Mw.mjs +0 -53
  1809. package/dist/whole-word-CgAiW0uc.mjs +0 -18
  1810. package/dist/wifi-DxPJlIdL.mjs +0 -17
  1811. package/dist/wifi-cog-eGyym3V_.mjs +0 -25
  1812. package/dist/wifi-high-BjI1OVTC.mjs +0 -16
  1813. package/dist/wifi-low-DysIo0zY.mjs +0 -15
  1814. package/dist/wifi-off-B5o12Kk_.mjs +0 -20
  1815. package/dist/wifi-pen-jHOmvqI4.mjs +0 -23
  1816. package/dist/wifi-sync-DyzXY2kk.mjs +0 -20
  1817. package/dist/wifi-zero-Be8Gq6u3.mjs +0 -12
  1818. package/dist/wind-arrow-down-BHK-Zvol.mjs +0 -17
  1819. package/dist/wind-oEMQcMBC.mjs +0 -16
  1820. package/dist/wine-BU386WCQ.mjs +0 -20
  1821. package/dist/wine-off-CNWtYmja.mjs +0 -24
  1822. package/dist/workflow-DVXOY_lK.mjs +0 -16
  1823. package/dist/worm-BmqYg4B3.mjs +0 -22
  1824. package/dist/wrench-DLp6gyq-.mjs +0 -20
  1825. package/dist/x-DylHFkZ_.mjs +0 -15
  1826. package/dist/x-line-top-CNTfKekc.mjs +0 -16
  1827. package/dist/zap-1ZDWY9NQ.mjs +0 -20
  1828. package/dist/zap-off-BwYK3qqn.mjs +0 -23
  1829. package/dist/zodiac-aquarius-KYJbv1dW.mjs +0 -27
  1830. package/dist/zodiac-aries-BKnPjxUe.mjs +0 -15
  1831. package/dist/zodiac-cancer-D3LGz07t.mjs +0 -17
  1832. package/dist/zodiac-capricorn-DdjFdT8U.mjs +0 -16
  1833. package/dist/zodiac-gemini-EAh8sedt.mjs +0 -17
  1834. package/dist/zodiac-leo-D8gJsuze.mjs +0 -18
  1835. package/dist/zodiac-libra-CU_LRB-S.mjs +0 -21
  1836. package/dist/zodiac-ophiuchus-W4xzEmkV.mjs +0 -15
  1837. package/dist/zodiac-pisces--10QFUY3.mjs +0 -16
  1838. package/dist/zodiac-sagittarius-D-pYxu_B.mjs +0 -16
  1839. package/dist/zodiac-scorpio-qBHt2aVa.mjs +0 -17
  1840. package/dist/zodiac-taurus-D3duA2oq.mjs +0 -15
  1841. package/dist/zodiac-virgo-Dt-09z9V.mjs +0 -17
  1842. package/dist/zoom-in-BclB1Poc.mjs +0 -17
  1843. package/dist/zoom-out-D5fxxGpo.mjs +0 -16
  1844. /package/dist/{input.css → InputBase.css} +0 -0
@@ -1,16 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "16", height: "6", x: "2", y: "2", rx: "2", key: "jcyz7m" }],
10
- ["path", { d: "M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2", key: "1b9h7c" }],
11
- ["rect", { width: "4", height: "6", x: "8", y: "16", rx: "1", key: "d6e7yl" }]
12
- ], r = e("paint-roller", t);
13
- export {
14
- t as __iconNode,
15
- r as default
16
- };
@@ -1,28 +0,0 @@
1
- import { c as a } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["path", { d: "m14.622 17.897-10.68-2.913", key: "vj2p1u" }],
10
- [
11
- "path",
12
- {
13
- d: "M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z",
14
- key: "18tc5c"
15
- }
16
- ],
17
- [
18
- "path",
19
- {
20
- d: "M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15",
21
- key: "ytzfxy"
22
- }
23
- ]
24
- ], e = a("paintbrush", t);
25
- export {
26
- t as __iconNode,
27
- e as default
28
- };
@@ -1,23 +0,0 @@
1
- import { c as a } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["path", { d: "M10 2v2", key: "7u0qdc" }],
10
- ["path", { d: "M14 2v4", key: "qmzblu" }],
11
- ["path", { d: "M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z", key: "ycvu00" }],
12
- [
13
- "path",
14
- {
15
- d: "M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1",
16
- key: "iw4wnp"
17
- }
18
- ]
19
- ], c = a("paintbrush-vertical", t);
20
- export {
21
- t as __iconNode,
22
- c as default
23
- };
@@ -1,24 +0,0 @@
1
- import { c } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- [
10
- "path",
11
- {
12
- d: "M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",
13
- key: "e79jfc"
14
- }
15
- ],
16
- ["circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor", key: "1okk4w" }],
17
- ["circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor", key: "f64h9f" }],
18
- ["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
19
- ["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
20
- ], l = c("palette", e);
21
- export {
22
- e as __iconNode,
23
- l as default
24
- };
@@ -1,25 +0,0 @@
1
- import { c as a } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["path", { d: "M11.25 17.25h1.5L12 18z", key: "1wmwwj" }],
10
- ["path", { d: "m15 12 2 2", key: "k60wz4" }],
11
- ["path", { d: "M18 6.5a.5.5 0 0 0-.5-.5", key: "1ch4h4" }],
12
- [
13
- "path",
14
- {
15
- d: "M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5 8.35 8.35 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5 2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83",
16
- key: "1c660l"
17
- }
18
- ],
19
- ["path", { d: "M6 6.5a.495.495 0 0 1 .5-.5", key: "eviuep" }],
20
- ["path", { d: "m9 12-2 2", key: "326nkw" }]
21
- ], d = a("panda", e);
22
- export {
23
- e as __iconNode,
24
- d as default
25
- };
@@ -1,15 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M3 15h18", key: "5xshup" }]
11
- ], a = t("panel-bottom", e);
12
- export {
13
- e as __iconNode,
14
- a as default
15
- };
@@ -1,16 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M3 15h18", key: "5xshup" }],
11
- ["path", { d: "m15 8-3 3-3-3", key: "1oxy1z" }]
12
- ], a = t("panel-bottom-close", e);
13
- export {
14
- e as __iconNode,
15
- a as default
16
- };
@@ -1,18 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M14 15h1", key: "171nev" }],
11
- ["path", { d: "M19 15h2", key: "1vnucp" }],
12
- ["path", { d: "M3 15h2", key: "8bym0q" }],
13
- ["path", { d: "M9 15h1", key: "1tg3ks" }]
14
- ], h = t("panel-bottom-dashed", e);
15
- export {
16
- e as __iconNode,
17
- h as default
18
- };
@@ -1,16 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M3 15h18", key: "5xshup" }],
11
- ["path", { d: "m9 10 3-3 3 3", key: "11gsxs" }]
12
- ], a = t("panel-bottom-open", e);
13
- export {
14
- e as __iconNode,
15
- a as default
16
- };
@@ -1,15 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M9 3v18", key: "fh3hqa" }]
11
- ], c = e("panel-left", t);
12
- export {
13
- t as __iconNode,
14
- c as default
15
- };
@@ -1,16 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M9 3v18", key: "fh3hqa" }],
11
- ["path", { d: "m16 15-3-3 3-3", key: "14y99z" }]
12
- ], o = e("panel-left-close", t);
13
- export {
14
- t as __iconNode,
15
- o as default
16
- };
@@ -1,18 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M9 14v1", key: "askpd8" }],
11
- ["path", { d: "M9 19v2", key: "16tejx" }],
12
- ["path", { d: "M9 3v2", key: "1noubl" }],
13
- ["path", { d: "M9 9v1", key: "19ebxg" }]
14
- ], d = e("panel-left-dashed", t);
15
- export {
16
- t as __iconNode,
17
- d as default
18
- };
@@ -1,16 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M9 3v18", key: "fh3hqa" }],
11
- ["path", { d: "m14 9 3 3-3 3", key: "8010ee" }]
12
- ], o = e("panel-left-open", t);
13
- export {
14
- t as __iconNode,
15
- o as default
16
- };
@@ -1,22 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["path", { d: "M15 10V9", key: "4dkmfx" }],
10
- ["path", { d: "M15 15v-1", key: "6a4afx" }],
11
- ["path", { d: "M15 21v-2", key: "1qshmc" }],
12
- ["path", { d: "M15 5V3", key: "1fk0mb" }],
13
- ["path", { d: "M9 10V9", key: "1lazqi" }],
14
- ["path", { d: "M9 15v-1", key: "9lx740" }],
15
- ["path", { d: "M9 21v-2", key: "1fwk0n" }],
16
- ["path", { d: "M9 5V3", key: "2q8zi6" }],
17
- ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
18
- ], h = e("panel-left-right-dashed", t);
19
- export {
20
- t as __iconNode,
21
- h as default
22
- };
@@ -1,15 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M15 3v18", key: "14nvp0" }]
11
- ], c = t("panel-right", e);
12
- export {
13
- e as __iconNode,
14
- c as default
15
- };
@@ -1,16 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M15 3v18", key: "14nvp0" }],
11
- ["path", { d: "m8 9 3 3-3 3", key: "12hl5m" }]
12
- ], a = e("panel-right-close", t);
13
- export {
14
- t as __iconNode,
15
- a as default
16
- };
@@ -1,18 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M15 14v1", key: "ilsfch" }],
11
- ["path", { d: "M15 19v2", key: "1fst2f" }],
12
- ["path", { d: "M15 3v2", key: "z204g4" }],
13
- ["path", { d: "M15 9v1", key: "z2a8b1" }]
14
- ], h = e("panel-right-dashed", t);
15
- export {
16
- t as __iconNode,
17
- h as default
18
- };
@@ -1,16 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M15 3v18", key: "14nvp0" }],
11
- ["path", { d: "m10 15-3-3 3-3", key: "1pgupc" }]
12
- ], a = e("panel-right-open", t);
13
- export {
14
- t as __iconNode,
15
- a as default
16
- };
@@ -1,15 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M3 9h18", key: "1pudct" }]
11
- ], c = t("panel-top", e);
12
- export {
13
- e as __iconNode,
14
- c as default
15
- };
@@ -1,22 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["path", { d: "M14 15h1", key: "171nev" }],
10
- ["path", { d: "M14 9h1", key: "l0svgy" }],
11
- ["path", { d: "M19 15h2", key: "1vnucp" }],
12
- ["path", { d: "M19 9h2", key: "te2zfg" }],
13
- ["path", { d: "M3 15h2", key: "8bym0q" }],
14
- ["path", { d: "M3 9h2", key: "1h4ldw" }],
15
- ["path", { d: "M9 15h1", key: "1tg3ks" }],
16
- ["path", { d: "M9 9h1", key: "15jzuz" }],
17
- ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
18
- ], a = t("panel-top-bottom-dashed", e);
19
- export {
20
- e as __iconNode,
21
- a as default
22
- };
@@ -1,16 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M3 9h18", key: "1pudct" }],
11
- ["path", { d: "m9 16 3-3 3 3", key: "1idcnm" }]
12
- ], c = e("panel-top-close", t);
13
- export {
14
- t as __iconNode,
15
- c as default
16
- };
@@ -1,18 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M14 9h1", key: "l0svgy" }],
11
- ["path", { d: "M19 9h2", key: "te2zfg" }],
12
- ["path", { d: "M3 9h2", key: "1h4ldw" }],
13
- ["path", { d: "M9 9h1", key: "15jzuz" }]
14
- ], a = e("panel-top-dashed", t);
15
- export {
16
- t as __iconNode,
17
- a as default
18
- };
@@ -1,16 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M3 9h18", key: "1pudct" }],
11
- ["path", { d: "m15 14-3 3-3-3", key: "g215vf" }]
12
- ], p = e("panel-top-open", t);
13
- export {
14
- t as __iconNode,
15
- p as default
16
- };
@@ -1,16 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M9 3v18", key: "fh3hqa" }],
11
- ["path", { d: "M9 15h12", key: "5ijen5" }]
12
- ], a = t("panels-left-bottom", e);
13
- export {
14
- e as __iconNode,
15
- a as default
16
- };
@@ -1,16 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M3 15h12", key: "1wkqb3" }],
11
- ["path", { d: "M15 3v18", key: "14nvp0" }]
12
- ], a = t("panels-right-bottom", e);
13
- export {
14
- e as __iconNode,
15
- a as default
16
- };
@@ -1,16 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
10
- ["path", { d: "M3 9h18", key: "1pudct" }],
11
- ["path", { d: "M9 21V9", key: "1oto5p" }]
12
- ], a = t("panels-top-left", e);
13
- export {
14
- e as __iconNode,
15
- a as default
16
- };
@@ -1,20 +0,0 @@
1
- import { c as a } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const c = [
9
- [
10
- "path",
11
- {
12
- d: "m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551",
13
- key: "1miecu"
14
- }
15
- ]
16
- ], o = a("paperclip", c);
17
- export {
18
- c as __iconNode,
19
- o as default
20
- };
@@ -1,22 +0,0 @@
1
- import { c as a } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const o = [
9
- ["path", { d: "M12.5 11.134 18.196 21", key: "gf58kt" }],
10
- [
11
- "path",
12
- {
13
- d: "M20.425 5.299a10 10 0 0 0-16.941 9.78c.183.563.843.774 1.355.478L20.16 6.711c.512-.296.66-.973.264-1.413",
14
- key: "znqfe4"
15
- }
16
- ],
17
- ["path", { d: "M21 21H3", key: "oafrgs" }]
18
- ], t = a("parasol", o);
19
- export {
20
- o as __iconNode,
21
- t as default
22
- };
@@ -1,15 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const s = [
9
- ["path", { d: "M8 21s-4-3-4-9 4-9 4-9", key: "uto9ud" }],
10
- ["path", { d: "M16 3s4 3 4 9-4 9-4 9", key: "4w2vsq" }]
11
- ], o = e("parentheses", s);
12
- export {
13
- s as __iconNode,
14
- o as default
15
- };
@@ -1,24 +0,0 @@
1
- import { c as a } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const e = [
9
- ["path", { d: "M11 15h2", key: "199qp6" }],
10
- ["path", { d: "M12 12v3", key: "158kv8" }],
11
- ["path", { d: "M12 19v3", key: "npa21l" }],
12
- [
13
- "path",
14
- {
15
- d: "M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z",
16
- key: "1jofit"
17
- }
18
- ],
19
- ["path", { d: "M9 9a3 3 0 1 1 6 0", key: "jdoeu8" }]
20
- ], o = a("parking-meter", e);
21
- export {
22
- e as __iconNode,
23
- o as default
24
- };
@@ -1,37 +0,0 @@
1
- import { c as t } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const c = [
9
- ["path", { d: "M5.8 11.3 2 22l10.7-3.79", key: "gwxi1d" }],
10
- ["path", { d: "M4 3h.01", key: "1vcuye" }],
11
- ["path", { d: "M22 8h.01", key: "1mrtc2" }],
12
- ["path", { d: "M15 2h.01", key: "1cjtqr" }],
13
- ["path", { d: "M22 20h.01", key: "1mrys2" }],
14
- [
15
- "path",
16
- {
17
- d: "m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",
18
- key: "hbicv8"
19
- }
20
- ],
21
- [
22
- "path",
23
- { d: "m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17", key: "1i94pl" }
24
- ],
25
- ["path", { d: "m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7", key: "1cofks" }],
26
- [
27
- "path",
28
- {
29
- d: "M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",
30
- key: "4kbmks"
31
- }
32
- ]
33
- ], p = t("party-popper", c);
34
- export {
35
- c as __iconNode,
36
- p as default
37
- };
@@ -1,15 +0,0 @@
1
- import { c as e } from "./createLucideIcon-DkhMPClE.mjs";
2
- /**
3
- * @license lucide-react v1.17.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const t = [
9
- ["rect", { x: "14", y: "3", width: "5", height: "18", rx: "1", key: "kaeet6" }],
10
- ["rect", { x: "5", y: "3", width: "5", height: "18", rx: "1", key: "1wsw3u" }]
11
- ], o = e("pause", t);
12
- export {
13
- t as __iconNode,
14
- o as default
15
- };