@koide-labs/ui 0.0.14 → 0.1.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 (310) hide show
  1. package/dist/-utils.d.ts +2 -2
  2. package/dist/-utils.js +1 -1
  3. package/dist/{Button-DrPFFzo7.js → Button-BmcVHRRW.js} +2 -2
  4. package/dist/{CompositeRoot-CVk5a-pR.js → CompositeRoot-CCgh2M64.js} +6 -6
  5. package/dist/{FloatingPortal-tWyuKRSN.js → FloatingPortal-BQsQhvIr.js} +27 -27
  6. package/dist/{FloatingPortalLite-DVyq6YhV.js → FloatingPortalLite-_ECdFE7b.js} +1 -1
  7. package/dist/{InternalBackdrop-jYAiOJ8v.js → InternalBackdrop-BSMKU-hc.js} +13 -13
  8. package/dist/{LabelableContext-BMvjVwor.js → LabelableContext-Be1u-eFg.js} +2 -2
  9. package/dist/accordion.css +1 -0
  10. package/dist/alert-dialog.css +1 -0
  11. package/dist/anchor.css +1 -0
  12. package/dist/avatar.css +1 -0
  13. package/dist/badge.css +1 -0
  14. package/dist/button.css +1 -0
  15. package/dist/checkbox.css +1 -0
  16. package/dist/code.css +1 -0
  17. package/dist/collapse.css +1 -0
  18. package/dist/command.css +1 -0
  19. package/dist/components/accordion/accordion.d.ts +19 -0
  20. package/dist/components/accordion/accordion.js +701 -0
  21. package/dist/components/accordion/index.d.ts +1 -12
  22. package/dist/components/accordion/index.js +2 -697
  23. package/dist/components/alert-dialog/alert-dialog.d.ts +36 -0
  24. package/dist/components/alert-dialog/alert-dialog.js +138 -0
  25. package/dist/components/alert-dialog/index.d.ts +1 -26
  26. package/dist/components/alert-dialog/index.js +2 -134
  27. package/dist/components/anchor/anchor.d.ts +12 -0
  28. package/dist/components/anchor/anchor.js +21 -0
  29. package/dist/components/anchor/index.d.ts +1 -8
  30. package/dist/components/anchor/index.js +2 -19
  31. package/dist/components/avatar/avatar.d.ts +25 -0
  32. package/dist/components/avatar/avatar.js +161 -0
  33. package/dist/components/avatar/index.d.ts +1 -21
  34. package/dist/components/avatar/index.js +2 -159
  35. package/dist/components/badge/badge.d.ts +20 -0
  36. package/dist/components/badge/badge.js +42 -0
  37. package/dist/components/badge/index.d.ts +1 -16
  38. package/dist/components/badge/index.js +2 -40
  39. package/dist/components/button/button.d.ts +27 -0
  40. package/dist/components/button/button.js +47 -0
  41. package/dist/components/button/index.d.ts +1 -24
  42. package/dist/components/button/index.js +2 -45
  43. package/dist/components/checkbox/checkbox.d.ts +13 -0
  44. package/dist/components/checkbox/checkbox.js +269 -0
  45. package/dist/components/checkbox/index.d.ts +1 -9
  46. package/dist/components/checkbox/index.js +2 -267
  47. package/dist/components/code/code.d.ts +13 -0
  48. package/dist/components/code/code.js +1206 -0
  49. package/dist/components/code/index.d.ts +1 -9
  50. package/dist/components/code/index.js +2 -1204
  51. package/dist/components/collapse/collapse.d.ts +14 -0
  52. package/dist/components/collapse/collapse.js +35 -0
  53. package/dist/components/collapse/index.d.ts +1 -11
  54. package/dist/components/collapse/index.js +2 -33
  55. package/dist/components/command/command.d.ts +36 -0
  56. package/dist/components/command/command.js +1695 -0
  57. package/dist/components/command/index.d.ts +1 -15
  58. package/dist/components/command/index.js +2 -1693
  59. package/dist/components/context-menu/context-menu.d.ts +82 -0
  60. package/dist/components/context-menu/context-menu.js +1445 -0
  61. package/dist/components/context-menu/index.d.ts +1 -42
  62. package/dist/components/context-menu/index.js +2 -1442
  63. package/dist/components/dialog/dialog.d.ts +22 -0
  64. package/dist/components/dialog/dialog.js +140 -0
  65. package/dist/components/dialog/dialog.types.d.ts +38 -0
  66. package/dist/components/dialog/index.d.ts +1 -48
  67. package/dist/components/dialog/index.js +2 -136
  68. package/dist/components/heading/heading.d.ts +25 -0
  69. package/dist/components/heading/heading.js +36 -0
  70. package/dist/components/heading/index.d.ts +1 -44
  71. package/dist/components/heading/index.js +2 -49
  72. package/dist/components/icon/icon.d.ts +28 -0
  73. package/dist/components/icon/icon.js +43 -0
  74. package/dist/components/icon/{icon-names.d.ts → icon.types.d.ts} +4 -0
  75. package/dist/components/icon/icon.types.js +1 -0
  76. package/dist/components/icon/index.d.ts +2 -24
  77. package/dist/components/icon/index.js +2 -41
  78. package/dist/components/icon-button/icon-button.d.ts +16 -0
  79. package/dist/components/icon-button/icon-button.js +46 -0
  80. package/dist/components/icon-button/index.d.ts +1 -12
  81. package/dist/components/icon-button/index.js +2 -44
  82. package/dist/components/inline-code/index.d.ts +1 -6
  83. package/dist/components/inline-code/index.js +2 -20
  84. package/dist/components/inline-code/inline-code.d.ts +10 -0
  85. package/dist/components/inline-code/inline-code.js +25 -0
  86. package/dist/components/input/index.d.ts +1 -3
  87. package/dist/components/input/index.js +2 -117
  88. package/dist/components/input/input.d.ts +9 -0
  89. package/dist/components/input/input.js +126 -0
  90. package/dist/components/meter/index.d.ts +1 -18
  91. package/dist/components/meter/index.js +2 -163
  92. package/dist/components/meter/meter.d.ts +22 -0
  93. package/dist/components/meter/meter.js +165 -0
  94. package/dist/components/multiline-input/index.d.ts +1 -6
  95. package/dist/components/multiline-input/index.js +2 -98
  96. package/dist/components/multiline-input/multiline-input.d.ts +10 -0
  97. package/dist/components/multiline-input/multiline-input.js +100 -0
  98. package/dist/components/number-input/index.d.ts +1 -10
  99. package/dist/components/number-input/index.js +2 -1167
  100. package/dist/components/number-input/number-input.d.ts +14 -0
  101. package/dist/components/number-input/number-input.js +1169 -0
  102. package/dist/components/password-input/index.d.ts +1 -2
  103. package/dist/components/password-input/index.js +2 -27
  104. package/dist/components/password-input/password-input.d.ts +7 -0
  105. package/dist/components/password-input/password-input.js +29 -0
  106. package/dist/components/pill/index.d.ts +1 -13
  107. package/dist/components/pill/index.js +2 -36
  108. package/dist/components/pill/pill.d.ts +17 -0
  109. package/dist/components/pill/pill.js +38 -0
  110. package/dist/components/popover/index.d.ts +1 -21
  111. package/dist/components/popover/index.js +2 -634
  112. package/dist/components/popover/popover.d.ts +22 -0
  113. package/dist/components/popover/popover.js +634 -0
  114. package/dist/components/preview-card/index.d.ts +1 -17
  115. package/dist/components/preview-card/index.js +2 -400
  116. package/dist/components/preview-card/preview-card.d.ts +21 -0
  117. package/dist/components/preview-card/preview-card.js +402 -0
  118. package/dist/components/radio-group/index.d.ts +1 -0
  119. package/dist/components/radio-group/index.js +5 -0
  120. package/dist/components/radio-group/radio-group.d.ts +25 -0
  121. package/dist/components/{radio/index.js → radio-group/radio-group.js} +91 -90
  122. package/dist/components/search-bar/index.d.ts +1 -12
  123. package/dist/components/search-bar/index.js +2 -46
  124. package/dist/components/search-bar/search-bar.d.ts +16 -0
  125. package/dist/components/search-bar/search-bar.js +43 -0
  126. package/dist/components/select/index.d.ts +1 -16
  127. package/dist/components/select/index.js +2 -1261
  128. package/dist/components/select/select.d.ts +22 -0
  129. package/dist/components/select/select.js +1263 -0
  130. package/dist/components/separator/index.d.ts +1 -7
  131. package/dist/components/separator/index.js +2 -4
  132. package/dist/components/separator/separator.d.ts +10 -0
  133. package/dist/components/separator/separator.js +6 -0
  134. package/dist/components/slider/index.d.ts +1 -5
  135. package/dist/components/slider/index.js +2 -900
  136. package/dist/components/slider/slider.d.ts +10 -0
  137. package/dist/components/slider/slider.js +899 -0
  138. package/dist/components/spinner/index.d.ts +1 -2
  139. package/dist/components/spinner/index.js +2 -11
  140. package/dist/components/spinner/spinner.d.ts +7 -0
  141. package/dist/components/spinner/spinner.js +13 -0
  142. package/dist/components/stacked-avatars/index.d.ts +1 -14
  143. package/dist/components/stacked-avatars/index.js +2 -90
  144. package/dist/components/stacked-avatars/stacked-avatars.d.ts +18 -0
  145. package/dist/components/stacked-avatars/stacked-avatars.js +92 -0
  146. package/dist/components/status-banner/index.d.ts +1 -17
  147. package/dist/components/status-banner/index.js +2 -69
  148. package/dist/components/status-banner/status-banner.d.ts +22 -0
  149. package/dist/components/status-banner/status-banner.js +71 -0
  150. package/dist/components/surface/index.d.ts +2 -27
  151. package/dist/components/surface/index.js +2 -39
  152. package/dist/components/surface/surface.d.ts +26 -0
  153. package/dist/components/surface/surface.js +36 -0
  154. package/dist/components/surface/surface.types.d.ts +1 -0
  155. package/dist/components/surface/surface.types.js +1 -0
  156. package/dist/components/switch/index.d.ts +1 -5
  157. package/dist/components/switch/index.js +2 -194
  158. package/dist/components/switch/switch.d.ts +10 -0
  159. package/dist/components/switch/switch.js +193 -0
  160. package/dist/components/tabs/index.d.ts +1 -18
  161. package/dist/components/tabs/index.js +2 -507
  162. package/dist/components/tabs/tabs.d.ts +28 -0
  163. package/dist/components/tabs/tabs.js +511 -0
  164. package/dist/components/text/index.d.ts +1 -26
  165. package/dist/components/text/index.js +2 -46
  166. package/dist/components/text/text.d.ts +29 -0
  167. package/dist/components/text/text.js +48 -0
  168. package/dist/components/theme-provider/index.d.ts +1 -1
  169. package/dist/components/theme-provider/theme-provider.d.ts +8 -4
  170. package/dist/components/theme-provider/theme-provider.js +3 -3
  171. package/dist/components/timestamp/index.d.ts +1 -23
  172. package/dist/components/timestamp/index.js +2 -1390
  173. package/dist/components/timestamp/timestamp.d.ts +26 -0
  174. package/dist/components/timestamp/timestamp.js +1391 -0
  175. package/dist/components/toaster/index.d.ts +2 -0
  176. package/dist/components/toaster/index.js +7 -0
  177. package/dist/components/toaster/toaster.d.ts +7 -0
  178. package/dist/components/toaster/toaster.js +923 -0
  179. package/dist/components/{toast → toaster}/use-toast-manager.d.ts +3 -3
  180. package/dist/components/tooltip/index.d.ts +1 -14
  181. package/dist/components/tooltip/index.js +2 -710
  182. package/dist/components/tooltip/tooltip.d.ts +24 -0
  183. package/dist/components/tooltip/tooltip.js +9 -0
  184. package/dist/components/view/index.d.ts +2 -30
  185. package/dist/components/view/index.js +2 -79
  186. package/dist/components/view/view.d.ts +31 -0
  187. package/dist/components/view/view.js +83 -0
  188. package/dist/components/view/view.types.d.ts +5 -0
  189. package/dist/components/view/view.types.js +1 -0
  190. package/dist/components/visually-hidden/index.d.ts +5 -1
  191. package/dist/{composite-Bx7Szd_T.js → composite-BZzP-LlG.js} +3 -3
  192. package/dist/{composite-C9L5QmZL.js → composite-BwEK5cWH.js} +1 -1
  193. package/dist/context-menu.css +1 -0
  194. package/dist/{createBaseUIEventDetails-D8M2Yl-a.js → createBaseUIEventDetails-CCSfZ2vM.js} +7 -7
  195. package/dist/{detectBrowser-I-s3yzIE.js → detectBrowser-Bl8Ki_1I.js} +2 -2
  196. package/dist/dialog.css +1 -1
  197. package/dist/{dialog.module-BeF-6XAo.js → dialog.module-DsbQRp-d.js} +55 -55
  198. package/dist/{element-CZEOj04G.js → element-u5WgOZX1.js} +7 -7
  199. package/dist/{event-CKoGyQEJ.js → event-B89-Ng5h.js} +4 -4
  200. package/dist/{floating-ui.utils-C7pRWMZ_.js → floating-ui.utils-DUVaIF3G.js} +7 -7
  201. package/dist/{floating-ui.utils.dom-C7FS5id0.js → floating-ui.utils.dom-cbi420Pg.js} +4 -4
  202. package/dist/{getDisabledMountTransitionStyles-YfHPge6T.js → getDisabledMountTransitionStyles-E2x-_lte.js} +7 -7
  203. package/dist/heading.css +1 -0
  204. package/dist/icon-button.css +1 -0
  205. package/dist/icon.css +1 -0
  206. package/dist/index.d.ts +10 -10
  207. package/dist/index.js +86 -104
  208. package/dist/{inertValue-BCYGsdmf.js → inertValue-BTpPjX30.js} +1 -1
  209. package/dist/inline-code.css +1 -0
  210. package/dist/input.css +1 -1
  211. package/dist/input.module-CtE19OH8.js +8 -0
  212. package/dist/integrations/react-markdown/index.js +12 -12
  213. package/dist/meter.css +1 -0
  214. package/dist/number-input.css +1 -0
  215. package/dist/password-input.css +1 -0
  216. package/dist/pill.css +1 -0
  217. package/dist/popover.css +1 -0
  218. package/dist/preview-card.css +1 -0
  219. package/dist/radio-group.css +1 -0
  220. package/dist/safePolygon-DnkzOIur.js +558 -0
  221. package/dist/search-bar.css +1 -0
  222. package/dist/select.css +1 -0
  223. package/dist/{index-DVjyPAD4.js → separator-fh_wDZNf.js} +7 -11
  224. package/dist/separator.css +1 -0
  225. package/dist/slider.css +1 -0
  226. package/dist/spinner.css +1 -0
  227. package/dist/stacked-avatars.css +1 -0
  228. package/dist/status-banner.css +1 -0
  229. package/dist/styles/core.css +1 -1
  230. package/dist/surface.css +1 -0
  231. package/dist/switch.css +1 -0
  232. package/dist/tabs.css +1 -0
  233. package/dist/text.css +1 -0
  234. package/dist/timestamp.css +1 -0
  235. package/dist/toaster.css +1 -0
  236. package/dist/tooltip-oCp-elli.js +765 -0
  237. package/dist/tooltip.css +1 -0
  238. package/dist/transitions.css +1 -1
  239. package/dist/{transitions.module-CWX8e5cx.js → transitions.module-D9mMAtfI.js} +11 -11
  240. package/dist/{useAnimationFrame-451ugS_6.js → useAnimationFrame-DvK1s63A.js} +1 -1
  241. package/dist/{useButton-DfIwsdb8.js → useButton-d3_JgBNr.js} +3 -3
  242. package/dist/{useCompositeListItem-OkcAim_1.js → useCompositeListItem-CZp9WTnF.js} +2 -2
  243. package/dist/{useLabelableId-Ci_jDvmv.js → useLabelableId-CX4tcfzK.js} +3 -3
  244. package/dist/{useOpenChangeComplete-Dse9kY9E.js → useOpenChangeComplete-BHd-N7Ig.js} +5 -5
  245. package/dist/{useRender-CLx7dR_1.js → useRender-C3vlzS3t.js} +1 -1
  246. package/dist/{useRenderElement-DwToLA61.js → useRenderElement-DngNDu_P.js} +2 -2
  247. package/dist/{useRole-oDBdbuwQ.js → useRole-BD3OL1rr.js} +3 -3
  248. package/dist/{useStableCallback-CkTrVkNX.js → useStableCallback-DKZHlUAT.js} +1 -1
  249. package/dist/{useSyncedFloatingRootContext-Dorsv-jf.js → useSyncedFloatingRootContext-BB1vwkV-.js} +20 -20
  250. package/dist/{useTimeout-CflX-kz3.js → useTimeout-BNni6aw5.js} +1 -1
  251. package/dist/{useTransitionStatus-CUfcuGAV.js → useTransitionStatus-CmMyUh74.js} +1 -1
  252. package/dist/{useTypeahead-D85V2IUx.js → useTypeahead-BiL5IAVb.js} +11 -11
  253. package/dist/{useValueAsRef-HURLzret.js → useValueAsRef-B4EriRsI.js} +1 -1
  254. package/dist/{useValueChanged-DL757-yD.js → useValueChanged-MJRmEWz1.js} +1 -1
  255. package/dist/view.css +1 -1
  256. package/dist/view.module-Dj7wj0kk.js +6 -0
  257. package/dist/view2.css +1 -0
  258. package/package.json +16 -19
  259. package/dist/components/radio/index.d.ts +0 -13
  260. package/dist/components/toast/index.d.ts +0 -2
  261. package/dist/components/toast/index.js +0 -8
  262. package/dist/components/toast/toast.d.ts +0 -2
  263. package/dist/components/toast/toast.js +0 -921
  264. package/dist/components/tooltip/tooltip-arrow.d.ts +0 -3
  265. package/dist/components/tooltip/tooltip-arrow.js +0 -6
  266. package/dist/index10.css +0 -1
  267. package/dist/index11.css +0 -1
  268. package/dist/index12.css +0 -1
  269. package/dist/index13.css +0 -1
  270. package/dist/index14.css +0 -1
  271. package/dist/index15.css +0 -1
  272. package/dist/index16.css +0 -1
  273. package/dist/index17.css +0 -1
  274. package/dist/index18.css +0 -1
  275. package/dist/index19.css +0 -1
  276. package/dist/index20.css +0 -1
  277. package/dist/index21.css +0 -1
  278. package/dist/index22.css +0 -1
  279. package/dist/index23.css +0 -1
  280. package/dist/index24.css +0 -1
  281. package/dist/index25.css +0 -1
  282. package/dist/index26.css +0 -1
  283. package/dist/index27.css +0 -1
  284. package/dist/index28.css +0 -1
  285. package/dist/index29.css +0 -1
  286. package/dist/index3.css +0 -1
  287. package/dist/index30.css +0 -1
  288. package/dist/index31.css +0 -1
  289. package/dist/index32.css +0 -1
  290. package/dist/index33.css +0 -1
  291. package/dist/index34.css +0 -1
  292. package/dist/index35.css +0 -1
  293. package/dist/index36.css +0 -1
  294. package/dist/index37.css +0 -1
  295. package/dist/index4.css +0 -1
  296. package/dist/index5.css +0 -1
  297. package/dist/index6.css +0 -1
  298. package/dist/index7.css +0 -1
  299. package/dist/index8.css +0 -1
  300. package/dist/index9.css +0 -1
  301. package/dist/input.module-DDQY_Ij6.js +0 -7
  302. package/dist/safePolygon-DWy1dGKJ.js +0 -308
  303. package/dist/toast.css +0 -1
  304. package/dist/tooltip-arrow-cs6vjjqZ.js +0 -24
  305. package/dist/tooltip-arrow.css +0 -1
  306. package/dist/useHoverReferenceInteraction-SfOBPoXM.js +0 -264
  307. package/dist/usePopupAutoResize-CNR6Ekmx.js +0 -85
  308. package/dist/view.module-DfDLgJE0.js +0 -6
  309. /package/dist/components/{icon/icon-names.js → dialog/dialog.types.js} +0 -0
  310. /package/dist/components/{toast → toaster}/use-toast-manager.js +0 -0
@@ -1 +1,5 @@
1
+ /**
2
+ * DO NOT EDIT THIS FILE
3
+ * Every publish to NPM will automatically regenerate this file
4
+ */
1
5
  export type IconName = "24-hours-fill" | "24-hours-line" | "4k-fill" | "4k-line" | "a-b" | "account-box-fill" | "account-box-line" | "account-circle-fill" | "account-circle-line" | "account-pin-box-fill" | "account-pin-box-line" | "account-pin-circle-fill" | "account-pin-circle-line" | "add-box-fill" | "add-box-line" | "add-circle-fill" | "add-circle-line" | "add-fill" | "add-line" | "admin-fill" | "admin-line" | "advertisement-fill" | "advertisement-line" | "airplay-fill" | "airplay-line" | "alarm-fill" | "alarm-line" | "alarm-warning-fill" | "alarm-warning-line" | "album-fill" | "album-line" | "alert-fill" | "alert-line" | "aliens-fill" | "aliens-line" | "align-bottom" | "align-center" | "align-justify" | "align-left" | "align-right" | "align-top" | "align-vertically" | "alipay-fill" | "alipay-line" | "amazon-fill" | "amazon-line" | "anchor-fill" | "anchor-line" | "ancient-gate-fill" | "ancient-gate-line" | "ancient-pavilion-fill" | "ancient-pavilion-line" | "android-fill" | "android-line" | "angularjs-fill" | "angularjs-line" | "anticlockwise-2-fill" | "anticlockwise-2-line" | "anticlockwise-fill" | "anticlockwise-line" | "app-store-fill" | "app-store-line" | "apple-fill" | "apple-line" | "apps-2-fill" | "apps-2-line" | "apps-fill" | "apps-line" | "archive-drawer-fill" | "archive-drawer-line" | "archive-fill" | "archive-line" | "arrow-down-circle-fill" | "arrow-down-circle-line" | "arrow-down-fill" | "arrow-down-line" | "arrow-down-s-fill" | "arrow-down-s-line" | "arrow-drop-down-fill" | "arrow-drop-down-line" | "arrow-drop-left-fill" | "arrow-drop-left-line" | "arrow-drop-right-fill" | "arrow-drop-right-line" | "arrow-drop-up-fill" | "arrow-drop-up-line" | "arrow-go-back-fill" | "arrow-go-back-line" | "arrow-go-forward-fill" | "arrow-go-forward-line" | "arrow-left-circle-fill" | "arrow-left-circle-line" | "arrow-left-down-fill" | "arrow-left-down-line" | "arrow-left-fill" | "arrow-left-line" | "arrow-left-right-fill" | "arrow-left-right-line" | "arrow-left-s-fill" | "arrow-left-s-line" | "arrow-left-up-fill" | "arrow-left-up-line" | "arrow-right-circle-fill" | "arrow-right-circle-line" | "arrow-right-down-fill" | "arrow-right-down-line" | "arrow-right-fill" | "arrow-right-line" | "arrow-right-s-fill" | "arrow-right-s-line" | "arrow-right-up-fill" | "arrow-right-up-line" | "arrow-up-circle-fill" | "arrow-up-circle-line" | "arrow-up-down-fill" | "arrow-up-down-line" | "arrow-up-fill" | "arrow-up-line" | "arrow-up-s-fill" | "arrow-up-s-line" | "artboard-2-fill" | "artboard-2-line" | "artboard-fill" | "artboard-line" | "article-fill" | "article-line" | "aspect-ratio-fill" | "aspect-ratio-line" | "asterisk" | "at-fill" | "at-line" | "attachment-2" | "attachment-fill" | "attachment-line" | "auction-fill" | "auction-line" | "award-fill" | "award-line" | "baidu-fill" | "baidu-line" | "ball-pen-fill" | "ball-pen-line" | "bank-card-2-fill" | "bank-card-2-line" | "bank-card-fill" | "bank-card-line" | "bank-fill" | "bank-line" | "bar-chart-2-fill" | "bar-chart-2-line" | "bar-chart-box-fill" | "bar-chart-box-line" | "bar-chart-fill" | "bar-chart-grouped-fill" | "bar-chart-grouped-line" | "bar-chart-horizontal-fill" | "bar-chart-horizontal-line" | "bar-chart-line" | "barcode-box-fill" | "barcode-box-line" | "barcode-fill" | "barcode-line" | "barricade-fill" | "barricade-line" | "base-station-fill" | "base-station-line" | "basketball-fill" | "basketball-line" | "battery-2-charge-fill" | "battery-2-charge-line" | "battery-2-fill" | "battery-2-line" | "battery-charge-fill" | "battery-charge-line" | "battery-fill" | "battery-line" | "battery-low-fill" | "battery-low-line" | "battery-saver-fill" | "battery-saver-line" | "battery-share-fill" | "battery-share-line" | "bear-smile-fill" | "bear-smile-line" | "behance-fill" | "behance-line" | "bell-fill" | "bell-line" | "bike-fill" | "bike-line" | "bilibili-fill" | "bilibili-line" | "bill-fill" | "bill-line" | "billiards-fill" | "billiards-line" | "bit-coin-fill" | "bit-coin-line" | "blaze-fill" | "blaze-line" | "bluetooth-connect-fill" | "bluetooth-connect-line" | "bluetooth-fill" | "bluetooth-line" | "blur-off-fill" | "blur-off-line" | "body-scan-fill" | "body-scan-line" | "bold" | "book-2-fill" | "book-2-line" | "book-3-fill" | "book-3-line" | "book-fill" | "book-line" | "book-marked-fill" | "book-marked-line" | "book-open-fill" | "book-open-line" | "book-read-fill" | "book-read-line" | "booklet-fill" | "booklet-line" | "bookmark-2-fill" | "bookmark-2-line" | "bookmark-3-fill" | "bookmark-3-line" | "bookmark-fill" | "bookmark-line" | "boxing-fill" | "boxing-line" | "braces-fill" | "braces-line" | "brackets-fill" | "brackets-line" | "briefcase-2-fill" | "briefcase-2-line" | "briefcase-3-fill" | "briefcase-3-line" | "briefcase-4-fill" | "briefcase-4-line" | "briefcase-5-fill" | "briefcase-5-line" | "briefcase-fill" | "briefcase-line" | "bring-forward" | "bring-to-front" | "broadcast-fill" | "broadcast-line" | "brush-2-fill" | "brush-2-line" | "brush-3-fill" | "brush-3-line" | "brush-4-fill" | "brush-4-line" | "brush-fill" | "brush-line" | "bubble-chart-fill" | "bubble-chart-line" | "bug-2-fill" | "bug-2-line" | "bug-fill" | "bug-line" | "building-2-fill" | "building-2-line" | "building-3-fill" | "building-3-line" | "building-4-fill" | "building-4-line" | "building-fill" | "building-line" | "bus-2-fill" | "bus-2-line" | "bus-fill" | "bus-line" | "bus-wifi-fill" | "bus-wifi-line" | "cactus-fill" | "cactus-line" | "cake-2-fill" | "cake-2-line" | "cake-3-fill" | "cake-3-line" | "cake-fill" | "cake-line" | "calculator-fill" | "calculator-line" | "calendar-2-fill" | "calendar-2-line" | "calendar-check-fill" | "calendar-check-line" | "calendar-event-fill" | "calendar-event-line" | "calendar-fill" | "calendar-line" | "calendar-todo-fill" | "calendar-todo-line" | "camera-2-fill" | "camera-2-line" | "camera-3-fill" | "camera-3-line" | "camera-fill" | "camera-lens-fill" | "camera-lens-line" | "camera-line" | "camera-off-fill" | "camera-off-line" | "camera-switch-fill" | "camera-switch-line" | "capsule-fill" | "capsule-line" | "car-fill" | "car-line" | "car-washing-fill" | "car-washing-line" | "caravan-fill" | "caravan-line" | "cast-fill" | "cast-line" | "cellphone-fill" | "cellphone-line" | "celsius-fill" | "celsius-line" | "centos-fill" | "centos-line" | "character-recognition-fill" | "character-recognition-line" | "charging-pile-2-fill" | "charging-pile-2-line" | "charging-pile-fill" | "charging-pile-line" | "chat-1-fill" | "chat-1-line" | "chat-2-fill" | "chat-2-line" | "chat-3-fill" | "chat-3-line" | "chat-4-fill" | "chat-4-line" | "chat-check-fill" | "chat-check-line" | "chat-delete-fill" | "chat-delete-line" | "chat-download-fill" | "chat-download-line" | "chat-follow-up-fill" | "chat-follow-up-line" | "chat-forward-fill" | "chat-forward-line" | "chat-heart-fill" | "chat-heart-line" | "chat-history-fill" | "chat-history-line" | "chat-new-fill" | "chat-new-line" | "chat-off-fill" | "chat-off-line" | "chat-poll-fill" | "chat-poll-line" | "chat-private-fill" | "chat-private-line" | "chat-quote-fill" | "chat-quote-line" | "chat-settings-fill" | "chat-settings-line" | "chat-smile-2-fill" | "chat-smile-2-line" | "chat-smile-3-fill" | "chat-smile-3-line" | "chat-smile-fill" | "chat-smile-line" | "chat-upload-fill" | "chat-upload-line" | "chat-voice-fill" | "chat-voice-line" | "check-double-fill" | "check-double-line" | "check-fill" | "check-line" | "checkbox-blank-circle-fill" | "checkbox-blank-circle-line" | "checkbox-blank-fill" | "checkbox-blank-line" | "checkbox-circle-fill" | "checkbox-circle-line" | "checkbox-fill" | "checkbox-indeterminate-fill" | "checkbox-indeterminate-line" | "checkbox-line" | "checkbox-multiple-blank-fill" | "checkbox-multiple-blank-line" | "checkbox-multiple-fill" | "checkbox-multiple-line" | "china-railway-fill" | "china-railway-line" | "chrome-fill" | "chrome-line" | "clapperboard-fill" | "clapperboard-line" | "clipboard-fill" | "clipboard-line" | "clockwise-2-fill" | "clockwise-2-line" | "clockwise-fill" | "clockwise-line" | "close-circle-fill" | "close-circle-line" | "close-fill" | "close-line" | "closed-captioning-fill" | "closed-captioning-line" | "cloud-fill" | "cloud-line" | "cloud-off-fill" | "cloud-off-line" | "cloud-windy-fill" | "cloud-windy-line" | "cloudy-2-fill" | "cloudy-2-line" | "cloudy-fill" | "cloudy-line" | "code-box-fill" | "code-box-line" | "code-fill" | "code-line" | "code-s-fill" | "code-s-line" | "code-s-slash-fill" | "code-s-slash-line" | "code-view" | "codepen-fill" | "codepen-line" | "coin-fill" | "coin-line" | "coins-fill" | "coins-line" | "collage-fill" | "collage-line" | "command-fill" | "command-line" | "community-fill" | "community-line" | "compass-2-fill" | "compass-2-line" | "compass-3-fill" | "compass-3-line" | "compass-4-fill" | "compass-4-line" | "compass-discover-fill" | "compass-discover-line" | "compass-fill" | "compass-line" | "compasses-2-fill" | "compasses-2-line" | "compasses-fill" | "compasses-line" | "computer-fill" | "computer-line" | "contacts-book-2-fill" | "contacts-book-2-line" | "contacts-book-fill" | "contacts-book-line" | "contacts-book-upload-fill" | "contacts-book-upload-line" | "contacts-fill" | "contacts-line" | "contrast-2-fill" | "contrast-2-line" | "contrast-drop-2-fill" | "contrast-drop-2-line" | "contrast-drop-fill" | "contrast-drop-line" | "contrast-fill" | "contrast-line" | "copper-coin-fill" | "copper-coin-line" | "copper-diamond-fill" | "copper-diamond-line" | "copyleft-fill" | "copyleft-line" | "copyright-fill" | "copyright-line" | "coreos-fill" | "coreos-line" | "coupon-2-fill" | "coupon-2-line" | "coupon-3-fill" | "coupon-3-line" | "coupon-4-fill" | "coupon-4-line" | "coupon-5-fill" | "coupon-5-line" | "coupon-fill" | "coupon-line" | "cpu-fill" | "cpu-line" | "creative-commons-by-fill" | "creative-commons-by-line" | "creative-commons-fill" | "creative-commons-line" | "creative-commons-nc-fill" | "creative-commons-nc-line" | "creative-commons-nd-fill" | "creative-commons-nd-line" | "creative-commons-sa-fill" | "creative-commons-sa-line" | "creative-commons-zero-fill" | "creative-commons-zero-line" | "criminal-fill" | "criminal-line" | "crop-2-fill" | "crop-2-line" | "crop-fill" | "crop-line" | "css3-fill" | "css3-line" | "cup-fill" | "cup-line" | "currency-fill" | "currency-line" | "cursor-fill" | "cursor-line" | "customer-service-2-fill" | "customer-service-2-line" | "customer-service-fill" | "customer-service-line" | "dashboard-2-fill" | "dashboard-2-line" | "dashboard-3-fill" | "dashboard-3-line" | "dashboard-fill" | "dashboard-line" | "database-2-fill" | "database-2-line" | "database-fill" | "database-line" | "delete-back-2-fill" | "delete-back-2-line" | "delete-back-fill" | "delete-back-line" | "delete-bin-2-fill" | "delete-bin-2-line" | "delete-bin-3-fill" | "delete-bin-3-line" | "delete-bin-4-fill" | "delete-bin-4-line" | "delete-bin-5-fill" | "delete-bin-5-line" | "delete-bin-6-fill" | "delete-bin-6-line" | "delete-bin-7-fill" | "delete-bin-7-line" | "delete-bin-fill" | "delete-bin-line" | "delete-column" | "delete-row" | "device-fill" | "device-line" | "device-recover-fill" | "device-recover-line" | "dingding-fill" | "dingding-line" | "direction-fill" | "direction-line" | "disc-fill" | "disc-line" | "discord-fill" | "discord-line" | "discuss-fill" | "discuss-line" | "dislike-fill" | "dislike-line" | "disqus-fill" | "disqus-line" | "divide-fill" | "divide-line" | "donut-chart-fill" | "donut-chart-line" | "door-closed-fill" | "door-closed-line" | "door-fill" | "door-line" | "door-lock-box-fill" | "door-lock-box-line" | "door-lock-fill" | "door-lock-line" | "door-open-fill" | "door-open-line" | "dossier-fill" | "dossier-line" | "douban-fill" | "douban-line" | "double-quotes-l" | "double-quotes-r" | "download-2-fill" | "download-2-line" | "download-cloud-2-fill" | "download-cloud-2-line" | "download-cloud-fill" | "download-cloud-line" | "download-fill" | "download-line" | "draft-fill" | "draft-line" | "drag-drop-fill" | "drag-drop-line" | "drag-move-2-fill" | "drag-move-2-line" | "drag-move-fill" | "drag-move-line" | "dribbble-fill" | "dribbble-line" | "drive-fill" | "drive-line" | "drizzle-fill" | "drizzle-line" | "drop-fill" | "drop-line" | "dropbox-fill" | "dropbox-line" | "dual-sim-1-fill" | "dual-sim-1-line" | "dual-sim-2-fill" | "dual-sim-2-line" | "dv-fill" | "dv-line" | "dvd-fill" | "dvd-line" | "e-bike-2-fill" | "e-bike-2-line" | "e-bike-fill" | "e-bike-line" | "earth-fill" | "earth-line" | "earthquake-fill" | "earthquake-line" | "edge-fill" | "edge-line" | "edit-2-fill" | "edit-2-line" | "edit-box-fill" | "edit-box-line" | "edit-circle-fill" | "edit-circle-line" | "edit-fill" | "edit-line" | "eject-fill" | "eject-line" | "emotion-2-fill" | "emotion-2-line" | "emotion-fill" | "emotion-happy-fill" | "emotion-happy-line" | "emotion-laugh-fill" | "emotion-laugh-line" | "emotion-line" | "emotion-normal-fill" | "emotion-normal-line" | "emotion-sad-fill" | "emotion-sad-line" | "emotion-unhappy-fill" | "emotion-unhappy-line" | "empathize-fill" | "empathize-line" | "emphasis-cn" | "emphasis" | "english-input" | "equalizer-fill" | "equalizer-line" | "eraser-fill" | "eraser-line" | "error-warning-fill" | "error-warning-line" | "evernote-fill" | "evernote-line" | "exchange-box-fill" | "exchange-box-line" | "exchange-cny-fill" | "exchange-cny-line" | "exchange-dollar-fill" | "exchange-dollar-line" | "exchange-fill" | "exchange-funds-fill" | "exchange-funds-line" | "exchange-line" | "external-link-fill" | "external-link-line" | "eye-2-fill" | "eye-2-line" | "eye-close-fill" | "eye-close-line" | "eye-fill" | "eye-line" | "eye-off-fill" | "eye-off-line" | "facebook-box-fill" | "facebook-box-line" | "facebook-circle-fill" | "facebook-circle-line" | "facebook-fill" | "facebook-line" | "fahrenheit-fill" | "fahrenheit-line" | "feedback-fill" | "feedback-line" | "file-2-fill" | "file-2-line" | "file-3-fill" | "file-3-line" | "file-4-fill" | "file-4-line" | "file-add-fill" | "file-add-line" | "file-chart-2-fill" | "file-chart-2-line" | "file-chart-fill" | "file-chart-line" | "file-cloud-fill" | "file-cloud-line" | "file-code-fill" | "file-code-line" | "file-copy-2-fill" | "file-copy-2-line" | "file-copy-fill" | "file-copy-line" | "file-damage-fill" | "file-damage-line" | "file-download-fill" | "file-download-line" | "file-edit-fill" | "file-edit-line" | "file-excel-2-fill" | "file-excel-2-line" | "file-excel-fill" | "file-excel-line" | "file-fill" | "file-forbid-fill" | "file-forbid-line" | "file-gif-fill" | "file-gif-line" | "file-history-fill" | "file-history-line" | "file-hwp-fill" | "file-hwp-line" | "file-info-fill" | "file-info-line" | "file-line" | "file-list-2-fill" | "file-list-2-line" | "file-list-3-fill" | "file-list-3-line" | "file-list-fill" | "file-list-line" | "file-lock-fill" | "file-lock-line" | "file-marked-fill" | "file-marked-line" | "file-music-fill" | "file-music-line" | "file-paper-2-fill" | "file-paper-2-line" | "file-paper-fill" | "file-paper-line" | "file-pdf-fill" | "file-pdf-line" | "file-ppt-2-fill" | "file-ppt-2-line" | "file-ppt-fill" | "file-ppt-line" | "file-reduce-fill" | "file-reduce-line" | "file-search-fill" | "file-search-line" | "file-settings-fill" | "file-settings-line" | "file-shield-2-fill" | "file-shield-2-line" | "file-shield-fill" | "file-shield-line" | "file-shred-fill" | "file-shred-line" | "file-text-fill" | "file-text-line" | "file-transfer-fill" | "file-transfer-line" | "file-unknow-fill" | "file-unknow-line" | "file-upload-fill" | "file-upload-line" | "file-user-fill" | "file-user-line" | "file-warning-fill" | "file-warning-line" | "file-word-2-fill" | "file-word-2-line" | "file-word-fill" | "file-word-line" | "file-zip-fill" | "file-zip-line" | "film-fill" | "film-line" | "filter-2-fill" | "filter-2-line" | "filter-3-fill" | "filter-3-line" | "filter-fill" | "filter-line" | "filter-off-fill" | "filter-off-line" | "find-replace-fill" | "find-replace-line" | "finder-fill" | "finder-line" | "fingerprint-2-fill" | "fingerprint-2-line" | "fingerprint-fill" | "fingerprint-line" | "fire-fill" | "fire-line" | "firefox-fill" | "firefox-line" | "first-aid-kit-fill" | "first-aid-kit-line" | "flag-2-fill" | "flag-2-line" | "flag-fill" | "flag-line" | "flashlight-fill" | "flashlight-line" | "flask-fill" | "flask-line" | "flight-land-fill" | "flight-land-line" | "flight-takeoff-fill" | "flight-takeoff-line" | "flood-fill" | "flood-line" | "flow-chart" | "flutter-fill" | "flutter-line" | "focus-2-fill" | "focus-2-line" | "focus-3-fill" | "focus-3-line" | "focus-fill" | "focus-line" | "foggy-fill" | "foggy-line" | "folder-2-fill" | "folder-2-line" | "folder-3-fill" | "folder-3-line" | "folder-4-fill" | "folder-4-line" | "folder-5-fill" | "folder-5-line" | "folder-add-fill" | "folder-add-line" | "folder-chart-2-fill" | "folder-chart-2-line" | "folder-chart-fill" | "folder-chart-line" | "folder-download-fill" | "folder-download-line" | "folder-fill" | "folder-forbid-fill" | "folder-forbid-line" | "folder-history-fill" | "folder-history-line" | "folder-info-fill" | "folder-info-line" | "folder-keyhole-fill" | "folder-keyhole-line" | "folder-line" | "folder-lock-fill" | "folder-lock-line" | "folder-music-fill" | "folder-music-line" | "folder-open-fill" | "folder-open-line" | "folder-received-fill" | "folder-received-line" | "folder-reduce-fill" | "folder-reduce-line" | "folder-settings-fill" | "folder-settings-line" | "folder-shared-fill" | "folder-shared-line" | "folder-shield-2-fill" | "folder-shield-2-line" | "folder-shield-fill" | "folder-shield-line" | "folder-transfer-fill" | "folder-transfer-line" | "folder-unknow-fill" | "folder-unknow-line" | "folder-upload-fill" | "folder-upload-line" | "folder-user-fill" | "folder-user-line" | "folder-warning-fill" | "folder-warning-line" | "folder-zip-fill" | "folder-zip-line" | "folders-fill" | "folders-line" | "font-color" | "font-size-2" | "font-size" | "football-fill" | "football-line" | "footprint-fill" | "footprint-line" | "forbid-2-fill" | "forbid-2-line" | "forbid-fill" | "forbid-line" | "format-clear" | "fridge-fill" | "fridge-line" | "fullscreen-exit-fill" | "fullscreen-exit-line" | "fullscreen-fill" | "fullscreen-line" | "function-fill" | "function-line" | "functions" | "funds-box-fill" | "funds-box-line" | "funds-fill" | "funds-line" | "gallery-fill" | "gallery-line" | "gallery-upload-fill" | "gallery-upload-line" | "game-fill" | "game-line" | "gamepad-fill" | "gamepad-line" | "gas-station-fill" | "gas-station-line" | "gatsby-fill" | "gatsby-line" | "genderless-fill" | "genderless-line" | "ghost-2-fill" | "ghost-2-line" | "ghost-fill" | "ghost-line" | "ghost-smile-fill" | "ghost-smile-line" | "gift-2-fill" | "gift-2-line" | "gift-fill" | "gift-line" | "git-branch-fill" | "git-branch-line" | "git-commit-fill" | "git-commit-line" | "git-merge-fill" | "git-merge-line" | "git-pull-request-fill" | "git-pull-request-line" | "git-repository-commits-fill" | "git-repository-commits-line" | "git-repository-fill" | "git-repository-line" | "git-repository-private-fill" | "git-repository-private-line" | "github-fill" | "github-line" | "gitlab-fill" | "gitlab-line" | "global-fill" | "global-line" | "globe-fill" | "globe-line" | "goblet-fill" | "goblet-line" | "google-fill" | "google-line" | "google-play-fill" | "google-play-line" | "government-fill" | "government-line" | "gps-fill" | "gps-line" | "gradienter-fill" | "gradienter-line" | "grid-fill" | "grid-line" | "group-2-fill" | "group-2-line" | "group-fill" | "group-line" | "guide-fill" | "guide-line" | "h-1" | "h-2" | "h-3" | "h-4" | "h-5" | "h-6" | "hail-fill" | "hail-line" | "hammer-fill" | "hammer-line" | "hand-coin-fill" | "hand-coin-line" | "hand-heart-fill" | "hand-heart-line" | "hand-sanitizer-fill" | "hand-sanitizer-line" | "handbag-fill" | "handbag-line" | "hard-drive-2-fill" | "hard-drive-2-line" | "hard-drive-fill" | "hard-drive-line" | "hashtag" | "haze-2-fill" | "haze-2-line" | "haze-fill" | "haze-line" | "hd-fill" | "hd-line" | "heading" | "headphone-fill" | "headphone-line" | "health-book-fill" | "health-book-line" | "heart-2-fill" | "heart-2-line" | "heart-3-fill" | "heart-3-line" | "heart-add-fill" | "heart-add-line" | "heart-fill" | "heart-line" | "heart-pulse-fill" | "heart-pulse-line" | "hearts-fill" | "hearts-line" | "heavy-showers-fill" | "heavy-showers-line" | "history-fill" | "history-line" | "home-2-fill" | "home-2-line" | "home-3-fill" | "home-3-line" | "home-4-fill" | "home-4-line" | "home-5-fill" | "home-5-line" | "home-6-fill" | "home-6-line" | "home-7-fill" | "home-7-line" | "home-8-fill" | "home-8-line" | "home-fill" | "home-gear-fill" | "home-gear-line" | "home-heart-fill" | "home-heart-line" | "home-line" | "home-smile-2-fill" | "home-smile-2-line" | "home-smile-fill" | "home-smile-line" | "home-wifi-fill" | "home-wifi-line" | "honor-of-kings-fill" | "honor-of-kings-line" | "honour-fill" | "honour-line" | "hospital-fill" | "hospital-line" | "hotel-bed-fill" | "hotel-bed-line" | "hotel-fill" | "hotel-line" | "hotspot-fill" | "hotspot-line" | "hq-fill" | "hq-line" | "html5-fill" | "html5-line" | "ie-fill" | "ie-line" | "image-2-fill" | "image-2-line" | "image-add-fill" | "image-add-line" | "image-edit-fill" | "image-edit-line" | "image-fill" | "image-line" | "inbox-archive-fill" | "inbox-archive-line" | "inbox-fill" | "inbox-line" | "inbox-unarchive-fill" | "inbox-unarchive-line" | "increase-decrease-fill" | "increase-decrease-line" | "indent-decrease" | "indent-increase" | "indeterminate-circle-fill" | "indeterminate-circle-line" | "information-fill" | "information-line" | "infrared-thermometer-fill" | "infrared-thermometer-line" | "ink-bottle-fill" | "ink-bottle-line" | "input-cursor-move" | "input-method-fill" | "input-method-line" | "insert-column-left" | "insert-column-right" | "insert-row-bottom" | "insert-row-top" | "instagram-fill" | "instagram-line" | "install-fill" | "install-line" | "invision-fill" | "invision-line" | "italic" | "kakao-talk-fill" | "kakao-talk-line" | "key-2-fill" | "key-2-line" | "key-fill" | "key-line" | "keyboard-box-fill" | "keyboard-box-line" | "keyboard-fill" | "keyboard-line" | "keynote-fill" | "keynote-line" | "knife-blood-fill" | "knife-blood-line" | "knife-fill" | "knife-line" | "landscape-fill" | "landscape-line" | "layout-2-fill" | "layout-2-line" | "layout-3-fill" | "layout-3-line" | "layout-4-fill" | "layout-4-line" | "layout-5-fill" | "layout-5-line" | "layout-6-fill" | "layout-6-line" | "layout-bottom-2-fill" | "layout-bottom-2-line" | "layout-bottom-fill" | "layout-bottom-line" | "layout-column-fill" | "layout-column-line" | "layout-fill" | "layout-grid-fill" | "layout-grid-line" | "layout-left-2-fill" | "layout-left-2-line" | "layout-left-fill" | "layout-left-line" | "layout-line" | "layout-masonry-fill" | "layout-masonry-line" | "layout-right-2-fill" | "layout-right-2-line" | "layout-right-fill" | "layout-right-line" | "layout-row-fill" | "layout-row-line" | "layout-top-2-fill" | "layout-top-2-line" | "layout-top-fill" | "layout-top-line" | "leaf-fill" | "leaf-line" | "lifebuoy-fill" | "lifebuoy-line" | "lightbulb-fill" | "lightbulb-flash-fill" | "lightbulb-flash-line" | "lightbulb-line" | "line-chart-fill" | "line-chart-line" | "line-fill" | "line-height" | "line-line" | "link-m" | "link-unlink-m" | "link-unlink" | "link" | "linkedin-box-fill" | "linkedin-box-line" | "linkedin-fill" | "linkedin-line" | "links-fill" | "links-line" | "list-check-2" | "list-check" | "list-ordered" | "list-settings-fill" | "list-settings-line" | "list-unordered" | "live-fill" | "live-line" | "loader-2-fill" | "loader-2-line" | "loader-3-fill" | "loader-3-line" | "loader-4-fill" | "loader-4-line" | "loader-5-fill" | "loader-5-line" | "loader-fill" | "loader-line" | "lock-2-fill" | "lock-2-line" | "lock-fill" | "lock-line" | "lock-password-fill" | "lock-password-line" | "lock-unlock-fill" | "lock-unlock-line" | "login-box-fill" | "login-box-line" | "login-circle-fill" | "login-circle-line" | "logout-box-fill" | "logout-box-line" | "logout-box-r-fill" | "logout-box-r-line" | "logout-circle-fill" | "logout-circle-line" | "logout-circle-r-fill" | "logout-circle-r-line" | "luggage-cart-fill" | "luggage-cart-line" | "luggage-deposit-fill" | "luggage-deposit-line" | "lungs-fill" | "lungs-line" | "mac-fill" | "mac-line" | "macbook-fill" | "macbook-line" | "magic-fill" | "magic-line" | "mail-add-fill" | "mail-add-line" | "mail-check-fill" | "mail-check-line" | "mail-close-fill" | "mail-close-line" | "mail-download-fill" | "mail-download-line" | "mail-fill" | "mail-forbid-fill" | "mail-forbid-line" | "mail-line" | "mail-lock-fill" | "mail-lock-line" | "mail-open-fill" | "mail-open-line" | "mail-send-fill" | "mail-send-line" | "mail-settings-fill" | "mail-settings-line" | "mail-star-fill" | "mail-star-line" | "mail-unread-fill" | "mail-unread-line" | "mail-volume-fill" | "mail-volume-line" | "map-2-fill" | "map-2-line" | "map-fill" | "map-line" | "map-pin-2-fill" | "map-pin-2-line" | "map-pin-3-fill" | "map-pin-3-line" | "map-pin-4-fill" | "map-pin-4-line" | "map-pin-5-fill" | "map-pin-5-line" | "map-pin-add-fill" | "map-pin-add-line" | "map-pin-fill" | "map-pin-line" | "map-pin-range-fill" | "map-pin-range-line" | "map-pin-time-fill" | "map-pin-time-line" | "map-pin-user-fill" | "map-pin-user-line" | "mark-pen-fill" | "mark-pen-line" | "markdown-fill" | "markdown-line" | "markup-fill" | "markup-line" | "mastercard-fill" | "mastercard-line" | "mastodon-fill" | "mastodon-line" | "medal-2-fill" | "medal-2-line" | "medal-fill" | "medal-line" | "medicine-bottle-fill" | "medicine-bottle-line" | "medium-fill" | "medium-line" | "men-fill" | "men-line" | "mental-health-fill" | "mental-health-line" | "menu-2-fill" | "menu-2-line" | "menu-3-fill" | "menu-3-line" | "menu-4-fill" | "menu-4-line" | "menu-5-fill" | "menu-5-line" | "menu-add-fill" | "menu-add-line" | "menu-fill" | "menu-fold-fill" | "menu-fold-line" | "menu-line" | "menu-unfold-fill" | "menu-unfold-line" | "merge-cells-horizontal" | "merge-cells-vertical" | "message-2-fill" | "message-2-line" | "message-3-fill" | "message-3-line" | "message-fill" | "message-line" | "messenger-fill" | "messenger-line" | "meteor-fill" | "meteor-line" | "mic-2-fill" | "mic-2-line" | "mic-fill" | "mic-line" | "mic-off-fill" | "mic-off-line" | "mickey-fill" | "mickey-line" | "microscope-fill" | "microscope-line" | "microsoft-fill" | "microsoft-line" | "mind-map" | "mini-program-fill" | "mini-program-line" | "mist-fill" | "mist-line" | "money-cny-box-fill" | "money-cny-box-line" | "money-cny-circle-fill" | "money-cny-circle-line" | "money-dollar-box-fill" | "money-dollar-box-line" | "money-dollar-circle-fill" | "money-dollar-circle-line" | "money-euro-box-fill" | "money-euro-box-line" | "money-euro-circle-fill" | "money-euro-circle-line" | "money-pound-box-fill" | "money-pound-box-line" | "money-pound-circle-fill" | "money-pound-circle-line" | "moon-clear-fill" | "moon-clear-line" | "moon-cloudy-fill" | "moon-cloudy-line" | "moon-fill" | "moon-foggy-fill" | "moon-foggy-line" | "moon-line" | "more-2-fill" | "more-2-line" | "more-fill" | "more-line" | "motorbike-fill" | "motorbike-line" | "mouse-fill" | "mouse-line" | "movie-2-fill" | "movie-2-line" | "movie-fill" | "movie-line" | "music-2-fill" | "music-2-line" | "music-fill" | "music-line" | "mv-fill" | "mv-line" | "navigation-fill" | "navigation-line" | "netease-cloud-music-fill" | "netease-cloud-music-line" | "netflix-fill" | "netflix-line" | "newspaper-fill" | "newspaper-line" | "node-tree" | "notification-2-fill" | "notification-2-line" | "notification-3-fill" | "notification-3-line" | "notification-4-fill" | "notification-4-line" | "notification-badge-fill" | "notification-badge-line" | "notification-fill" | "notification-line" | "notification-off-fill" | "notification-off-line" | "npmjs-fill" | "npmjs-line" | "number-0" | "number-1" | "number-2" | "number-3" | "number-4" | "number-5" | "number-6" | "number-7" | "number-8" | "number-9" | "numbers-fill" | "numbers-line" | "nurse-fill" | "nurse-line" | "oil-fill" | "oil-line" | "omega" | "open-arm-fill" | "open-arm-line" | "open-source-fill" | "open-source-line" | "opera-fill" | "opera-line" | "order-play-fill" | "order-play-line" | "organization-chart" | "outlet-2-fill" | "outlet-2-line" | "outlet-fill" | "outlet-line" | "page-separator" | "pages-fill" | "pages-line" | "paint-brush-fill" | "paint-brush-line" | "paint-fill" | "paint-line" | "palette-fill" | "palette-line" | "pantone-fill" | "pantone-line" | "paragraph" | "parent-fill" | "parent-line" | "parentheses-fill" | "parentheses-line" | "parking-box-fill" | "parking-box-line" | "parking-fill" | "parking-line" | "passport-fill" | "passport-line" | "patreon-fill" | "patreon-line" | "pause-circle-fill" | "pause-circle-line" | "pause-fill" | "pause-line" | "pause-mini-fill" | "pause-mini-line" | "paypal-fill" | "paypal-line" | "pen-nib-fill" | "pen-nib-line" | "pencil-fill" | "pencil-line" | "pencil-ruler-2-fill" | "pencil-ruler-2-line" | "pencil-ruler-fill" | "pencil-ruler-line" | "percent-fill" | "percent-line" | "phone-camera-fill" | "phone-camera-line" | "phone-fill" | "phone-find-fill" | "phone-find-line" | "phone-line" | "phone-lock-fill" | "phone-lock-line" | "picture-in-picture-2-fill" | "picture-in-picture-2-line" | "picture-in-picture-exit-fill" | "picture-in-picture-exit-line" | "picture-in-picture-fill" | "picture-in-picture-line" | "pie-chart-2-fill" | "pie-chart-2-line" | "pie-chart-box-fill" | "pie-chart-box-line" | "pie-chart-fill" | "pie-chart-line" | "pin-distance-fill" | "pin-distance-line" | "ping-pong-fill" | "ping-pong-line" | "pinterest-fill" | "pinterest-line" | "pinyin-input" | "pixelfed-fill" | "pixelfed-line" | "plane-fill" | "plane-line" | "plant-fill" | "plant-line" | "play-circle-fill" | "play-circle-line" | "play-fill" | "play-line" | "play-list-2-fill" | "play-list-2-line" | "play-list-add-fill" | "play-list-add-line" | "play-list-fill" | "play-list-line" | "play-mini-fill" | "play-mini-line" | "playstation-fill" | "playstation-line" | "plug-2-fill" | "plug-2-line" | "plug-fill" | "plug-line" | "polaroid-2-fill" | "polaroid-2-line" | "polaroid-fill" | "polaroid-line" | "police-car-fill" | "police-car-line" | "price-tag-2-fill" | "price-tag-2-line" | "price-tag-3-fill" | "price-tag-3-line" | "price-tag-fill" | "price-tag-line" | "printer-cloud-fill" | "printer-cloud-line" | "printer-fill" | "printer-line" | "product-hunt-fill" | "product-hunt-line" | "profile-fill" | "profile-line" | "projector-2-fill" | "projector-2-line" | "projector-fill" | "projector-line" | "psychotherapy-fill" | "psychotherapy-line" | "pulse-fill" | "pulse-line" | "pushpin-2-fill" | "pushpin-2-line" | "pushpin-fill" | "pushpin-line" | "qq-fill" | "qq-line" | "qr-code-fill" | "qr-code-line" | "qr-scan-2-fill" | "qr-scan-2-line" | "qr-scan-fill" | "qr-scan-line" | "question-answer-fill" | "question-answer-line" | "question-fill" | "question-line" | "question-mark" | "questionnaire-fill" | "questionnaire-line" | "quill-pen-fill" | "quill-pen-line" | "radar-fill" | "radar-line" | "radio-2-fill" | "radio-2-line" | "radio-button-fill" | "radio-button-line" | "radio-fill" | "radio-line" | "rainbow-fill" | "rainbow-line" | "rainy-fill" | "rainy-line" | "reactjs-fill" | "reactjs-line" | "record-circle-fill" | "record-circle-line" | "record-mail-fill" | "record-mail-line" | "recycle-fill" | "recycle-line" | "red-packet-fill" | "red-packet-line" | "reddit-fill" | "reddit-line" | "refresh-fill" | "refresh-line" | "refund-2-fill" | "refund-2-line" | "refund-fill" | "refund-line" | "registered-fill" | "registered-line" | "remixicon-fill" | "remixicon-line" | "remote-control-2-fill" | "remote-control-2-line" | "remote-control-fill" | "remote-control-line" | "repeat-2-fill" | "repeat-2-line" | "repeat-fill" | "repeat-line" | "repeat-one-fill" | "repeat-one-line" | "reply-all-fill" | "reply-all-line" | "reply-fill" | "reply-line" | "reserved-fill" | "reserved-line" | "rest-time-fill" | "rest-time-line" | "restart-fill" | "restart-line" | "restaurant-2-fill" | "restaurant-2-line" | "restaurant-fill" | "restaurant-line" | "rewind-fill" | "rewind-line" | "rewind-mini-fill" | "rewind-mini-line" | "rhythm-fill" | "rhythm-line" | "riding-fill" | "riding-line" | "road-map-fill" | "road-map-line" | "roadster-fill" | "roadster-line" | "robot-fill" | "robot-line" | "rocket-2-fill" | "rocket-2-line" | "rocket-fill" | "rocket-line" | "rotate-lock-fill" | "rotate-lock-line" | "rounded-corner" | "route-fill" | "route-line" | "router-fill" | "router-line" | "rss-fill" | "rss-line" | "ruler-2-fill" | "ruler-2-line" | "ruler-fill" | "ruler-line" | "run-fill" | "run-line" | "safari-fill" | "safari-line" | "safe-2-fill" | "safe-2-line" | "safe-fill" | "safe-line" | "sailboat-fill" | "sailboat-line" | "save-2-fill" | "save-2-line" | "save-3-fill" | "save-3-line" | "save-fill" | "save-line" | "scales-2-fill" | "scales-2-line" | "scales-3-fill" | "scales-3-line" | "scales-fill" | "scales-line" | "scan-2-fill" | "scan-2-line" | "scan-fill" | "scan-line" | "scissors-2-fill" | "scissors-2-line" | "scissors-cut-fill" | "scissors-cut-line" | "scissors-fill" | "scissors-line" | "screenshot-2-fill" | "screenshot-2-line" | "screenshot-fill" | "screenshot-line" | "sd-card-fill" | "sd-card-line" | "sd-card-mini-fill" | "sd-card-mini-line" | "search-2-fill" | "search-2-line" | "search-eye-fill" | "search-eye-line" | "search-fill" | "search-line" | "secure-payment-fill" | "secure-payment-line" | "seedling-fill" | "seedling-line" | "send-backward" | "send-plane-2-fill" | "send-plane-2-line" | "send-plane-fill" | "send-plane-line" | "send-to-back" | "sensor-fill" | "sensor-line" | "separator" | "server-fill" | "server-line" | "service-fill" | "service-line" | "settings-2-fill" | "settings-2-line" | "settings-3-fill" | "settings-3-line" | "settings-4-fill" | "settings-4-line" | "settings-5-fill" | "settings-5-line" | "settings-6-fill" | "settings-6-line" | "settings-fill" | "settings-line" | "shape-2-fill" | "shape-2-line" | "shape-fill" | "shape-line" | "share-box-fill" | "share-box-line" | "share-circle-fill" | "share-circle-line" | "share-fill" | "share-forward-2-fill" | "share-forward-2-line" | "share-forward-box-fill" | "share-forward-box-line" | "share-forward-fill" | "share-forward-line" | "share-line" | "shield-check-fill" | "shield-check-line" | "shield-cross-fill" | "shield-cross-line" | "shield-fill" | "shield-flash-fill" | "shield-flash-line" | "shield-keyhole-fill" | "shield-keyhole-line" | "shield-line" | "shield-star-fill" | "shield-star-line" | "shield-user-fill" | "shield-user-line" | "ship-2-fill" | "ship-2-line" | "ship-fill" | "ship-line" | "shirt-fill" | "shirt-line" | "shopping-bag-2-fill" | "shopping-bag-2-line" | "shopping-bag-3-fill" | "shopping-bag-3-line" | "shopping-bag-fill" | "shopping-bag-line" | "shopping-basket-2-fill" | "shopping-basket-2-line" | "shopping-basket-fill" | "shopping-basket-line" | "shopping-cart-2-fill" | "shopping-cart-2-line" | "shopping-cart-fill" | "shopping-cart-line" | "showers-fill" | "showers-line" | "shuffle-fill" | "shuffle-line" | "shut-down-fill" | "shut-down-line" | "side-bar-fill" | "side-bar-line" | "signal-tower-fill" | "signal-tower-line" | "signal-wifi-1-fill" | "signal-wifi-1-line" | "signal-wifi-2-fill" | "signal-wifi-2-line" | "signal-wifi-3-fill" | "signal-wifi-3-line" | "signal-wifi-error-fill" | "signal-wifi-error-line" | "signal-wifi-fill" | "signal-wifi-line" | "signal-wifi-off-fill" | "signal-wifi-off-line" | "sim-card-2-fill" | "sim-card-2-line" | "sim-card-fill" | "sim-card-line" | "single-quotes-l" | "single-quotes-r" | "sip-fill" | "sip-line" | "skip-back-fill" | "skip-back-line" | "skip-back-mini-fill" | "skip-back-mini-line" | "skip-forward-fill" | "skip-forward-line" | "skip-forward-mini-fill" | "skip-forward-mini-line" | "skull-2-fill" | "skull-2-line" | "skull-fill" | "skull-line" | "skype-fill" | "skype-line" | "slack-fill" | "slack-line" | "slice-fill" | "slice-line" | "slideshow-2-fill" | "slideshow-2-line" | "slideshow-3-fill" | "slideshow-3-line" | "slideshow-4-fill" | "slideshow-4-line" | "slideshow-fill" | "slideshow-line" | "smartphone-fill" | "smartphone-line" | "snapchat-fill" | "snapchat-line" | "snowy-fill" | "snowy-line" | "sort-asc" | "sort-desc" | "sound-module-fill" | "sound-module-line" | "soundcloud-fill" | "soundcloud-line" | "space-ship-fill" | "space-ship-line" | "space" | "spam-2-fill" | "spam-2-line" | "spam-3-fill" | "spam-3-line" | "spam-fill" | "spam-line" | "speaker-2-fill" | "speaker-2-line" | "speaker-3-fill" | "speaker-3-line" | "speaker-fill" | "speaker-line" | "spectrum-fill" | "spectrum-line" | "speed-fill" | "speed-line" | "speed-mini-fill" | "speed-mini-line" | "split-cells-horizontal" | "split-cells-vertical" | "spotify-fill" | "spotify-line" | "spy-fill" | "spy-line" | "stack-fill" | "stack-line" | "stack-overflow-fill" | "stack-overflow-line" | "stackshare-fill" | "stackshare-line" | "star-fill" | "star-half-fill" | "star-half-line" | "star-half-s-fill" | "star-half-s-line" | "star-line" | "star-s-fill" | "star-s-line" | "star-smile-fill" | "star-smile-line" | "steam-fill" | "steam-line" | "steering-2-fill" | "steering-2-line" | "steering-fill" | "steering-line" | "stethoscope-fill" | "stethoscope-line" | "sticky-note-2-fill" | "sticky-note-2-line" | "sticky-note-fill" | "sticky-note-line" | "stock-fill" | "stock-line" | "stop-circle-fill" | "stop-circle-line" | "stop-fill" | "stop-line" | "stop-mini-fill" | "stop-mini-line" | "store-2-fill" | "store-2-line" | "store-3-fill" | "store-3-line" | "store-fill" | "store-line" | "strikethrough-2" | "strikethrough" | "subscript-2" | "subscript" | "subtract-fill" | "subtract-line" | "subway-fill" | "subway-line" | "subway-wifi-fill" | "subway-wifi-line" | "suitcase-2-fill" | "suitcase-2-line" | "suitcase-3-fill" | "suitcase-3-line" | "suitcase-fill" | "suitcase-line" | "sun-cloudy-fill" | "sun-cloudy-line" | "sun-fill" | "sun-foggy-fill" | "sun-foggy-line" | "sun-line" | "superscript-2" | "superscript" | "surgical-mask-fill" | "surgical-mask-line" | "surround-sound-fill" | "surround-sound-line" | "survey-fill" | "survey-line" | "swap-box-fill" | "swap-box-line" | "swap-fill" | "swap-line" | "switch-fill" | "switch-line" | "sword-fill" | "sword-line" | "syringe-fill" | "syringe-line" | "t-box-fill" | "t-box-line" | "t-shirt-2-fill" | "t-shirt-2-line" | "t-shirt-air-fill" | "t-shirt-air-line" | "t-shirt-fill" | "t-shirt-line" | "table-2" | "table-alt-fill" | "table-alt-line" | "table-fill" | "table-line" | "tablet-fill" | "tablet-line" | "takeaway-fill" | "takeaway-line" | "taobao-fill" | "taobao-line" | "tape-fill" | "tape-line" | "task-fill" | "task-line" | "taxi-fill" | "taxi-line" | "taxi-wifi-fill" | "taxi-wifi-line" | "team-fill" | "team-line" | "telegram-fill" | "telegram-line" | "temp-cold-fill" | "temp-cold-line" | "temp-hot-fill" | "temp-hot-line" | "terminal-box-fill" | "terminal-box-line" | "terminal-fill" | "terminal-line" | "terminal-window-fill" | "terminal-window-line" | "test-tube-fill" | "test-tube-line" | "text-direction-l" | "text-direction-r" | "text-spacing" | "text-wrap" | "text" | "thermometer-fill" | "thermometer-line" | "thumb-down-fill" | "thumb-down-line" | "thumb-up-fill" | "thumb-up-line" | "thunderstorms-fill" | "thunderstorms-line" | "ticket-2-fill" | "ticket-2-line" | "ticket-fill" | "ticket-line" | "time-fill" | "time-line" | "timer-2-fill" | "timer-2-line" | "timer-fill" | "timer-flash-fill" | "timer-flash-line" | "timer-line" | "todo-fill" | "todo-line" | "toggle-fill" | "toggle-line" | "tools-fill" | "tools-line" | "tornado-fill" | "tornado-line" | "trademark-fill" | "trademark-line" | "traffic-light-fill" | "traffic-light-line" | "train-fill" | "train-line" | "train-wifi-fill" | "train-wifi-line" | "translate-2" | "translate" | "travesti-fill" | "travesti-line" | "treasure-map-fill" | "treasure-map-line" | "trello-fill" | "trello-line" | "trophy-fill" | "trophy-line" | "truck-fill" | "truck-line" | "tumblr-fill" | "tumblr-line" | "tv-2-fill" | "tv-2-line" | "tv-fill" | "tv-line" | "twitch-fill" | "twitch-line" | "twitter-fill" | "twitter-line" | "typhoon-fill" | "typhoon-line" | "u-disk-fill" | "u-disk-line" | "ubuntu-fill" | "ubuntu-line" | "umbrella-fill" | "umbrella-line" | "underline" | "uninstall-fill" | "uninstall-line" | "unsplash-fill" | "unsplash-line" | "upload-2-fill" | "upload-2-line" | "upload-cloud-2-fill" | "upload-cloud-2-line" | "upload-cloud-fill" | "upload-cloud-line" | "upload-fill" | "upload-line" | "usb-fill" | "usb-line" | "user-2-fill" | "user-2-line" | "user-3-fill" | "user-3-line" | "user-4-fill" | "user-4-line" | "user-5-fill" | "user-5-line" | "user-6-fill" | "user-6-line" | "user-add-fill" | "user-add-line" | "user-fill" | "user-follow-fill" | "user-follow-line" | "user-heart-fill" | "user-heart-line" | "user-line" | "user-location-fill" | "user-location-line" | "user-received-2-fill" | "user-received-2-line" | "user-received-fill" | "user-received-line" | "user-search-fill" | "user-search-line" | "user-settings-fill" | "user-settings-line" | "user-shared-2-fill" | "user-shared-2-line" | "user-shared-fill" | "user-shared-line" | "user-smile-fill" | "user-smile-line" | "user-star-fill" | "user-star-line" | "user-unfollow-fill" | "user-unfollow-line" | "user-voice-fill" | "user-voice-line" | "video-add-fill" | "video-add-line" | "video-chat-fill" | "video-chat-line" | "video-download-fill" | "video-download-line" | "video-fill" | "video-line" | "video-upload-fill" | "video-upload-line" | "vidicon-2-fill" | "vidicon-2-line" | "vidicon-fill" | "vidicon-line" | "vimeo-fill" | "vimeo-line" | "vip-crown-2-fill" | "vip-crown-2-line" | "vip-crown-fill" | "vip-crown-line" | "vip-diamond-fill" | "vip-diamond-line" | "vip-fill" | "vip-line" | "virus-fill" | "virus-line" | "visa-fill" | "visa-line" | "voice-recognition-fill" | "voice-recognition-line" | "voiceprint-fill" | "voiceprint-line" | "volume-down-fill" | "volume-down-line" | "volume-mute-fill" | "volume-mute-line" | "volume-off-vibrate-fill" | "volume-off-vibrate-line" | "volume-up-fill" | "volume-up-line" | "volume-vibrate-fill" | "volume-vibrate-line" | "vuejs-fill" | "vuejs-line" | "walk-fill" | "walk-line" | "wallet-2-fill" | "wallet-2-line" | "wallet-3-fill" | "wallet-3-line" | "wallet-fill" | "wallet-line" | "water-flash-fill" | "water-flash-line" | "webcam-fill" | "webcam-line" | "wechat-2-fill" | "wechat-2-line" | "wechat-fill" | "wechat-line" | "wechat-pay-fill" | "wechat-pay-line" | "weibo-fill" | "weibo-line" | "whatsapp-fill" | "whatsapp-line" | "wheelchair-fill" | "wheelchair-line" | "wifi-fill" | "wifi-line" | "wifi-off-fill" | "wifi-off-line" | "window-2-fill" | "window-2-line" | "window-fill" | "window-line" | "windows-fill" | "windows-line" | "windy-fill" | "windy-line" | "wireless-charging-fill" | "wireless-charging-line" | "women-fill" | "women-line" | "wubi-input" | "xbox-fill" | "xbox-line" | "xing-fill" | "xing-line" | "youtube-fill" | "youtube-line" | "zcool-fill" | "zcool-line" | "zhihu-fill" | "zhihu-line" | "zoom-in-fill" | "zoom-in-line" | "zoom-out-fill" | "zoom-out-line" | "zzz-fill" | "zzz-line" | "arrow-down-double-fill" | "arrow-down-double-line" | "arrow-left-double-fill" | "arrow-left-double-line" | "arrow-right-double-fill" | "arrow-right-double-line" | "arrow-turn-back-fill" | "arrow-turn-back-line" | "arrow-turn-forward-fill" | "arrow-turn-forward-line" | "arrow-up-double-fill" | "arrow-up-double-line" | "bard-fill" | "bard-line" | "bootstrap-fill" | "bootstrap-line" | "box-1-fill" | "box-1-line" | "box-2-fill" | "box-2-line" | "box-3-fill" | "box-3-line" | "brain-fill" | "brain-line" | "candle-fill" | "candle-line" | "cash-fill" | "cash-line" | "contract-left-fill" | "contract-left-line" | "contract-left-right-fill" | "contract-left-right-line" | "contract-right-fill" | "contract-right-line" | "contract-up-down-fill" | "contract-up-down-line" | "copilot-fill" | "copilot-line" | "corner-down-left-fill" | "corner-down-left-line" | "corner-down-right-fill" | "corner-down-right-line" | "corner-left-down-fill" | "corner-left-down-line" | "corner-left-up-fill" | "corner-left-up-line" | "corner-right-down-fill" | "corner-right-down-line" | "corner-right-up-fill" | "corner-right-up-line" | "corner-up-left-double-fill" | "corner-up-left-double-line" | "corner-up-left-fill" | "corner-up-left-line" | "corner-up-right-double-fill" | "corner-up-right-double-line" | "corner-up-right-fill" | "corner-up-right-line" | "cross-fill" | "cross-line" | "edge-new-fill" | "edge-new-line" | "equal-fill" | "equal-line" | "expand-left-fill" | "expand-left-line" | "expand-left-right-fill" | "expand-left-right-line" | "expand-right-fill" | "expand-right-line" | "expand-up-down-fill" | "expand-up-down-line" | "flickr-fill" | "flickr-line" | "forward-10-fill" | "forward-10-line" | "forward-15-fill" | "forward-15-line" | "forward-30-fill" | "forward-30-line" | "forward-5-fill" | "forward-5-line" | "graduation-cap-fill" | "graduation-cap-line" | "home-office-fill" | "home-office-line" | "hourglass-2-fill" | "hourglass-2-line" | "hourglass-fill" | "hourglass-line" | "javascript-fill" | "javascript-line" | "loop-left-fill" | "loop-left-line" | "loop-right-fill" | "loop-right-line" | "memories-fill" | "memories-line" | "meta-fill" | "meta-line" | "microsoft-loop-fill" | "microsoft-loop-line" | "nft-fill" | "nft-line" | "notion-fill" | "notion-line" | "openai-fill" | "openai-line" | "overline" | "p2p-fill" | "p2p-line" | "presentation-fill" | "presentation-line" | "replay-10-fill" | "replay-10-line" | "replay-15-fill" | "replay-15-line" | "replay-30-fill" | "replay-30-line" | "replay-5-fill" | "replay-5-line" | "school-fill" | "school-line" | "shining-2-fill" | "shining-2-line" | "shining-fill" | "shining-line" | "sketching" | "skip-down-fill" | "skip-down-line" | "skip-left-fill" | "skip-left-line" | "skip-right-fill" | "skip-right-line" | "skip-up-fill" | "skip-up-line" | "slow-down-fill" | "slow-down-line" | "sparkling-2-fill" | "sparkling-2-line" | "sparkling-fill" | "sparkling-line" | "speak-fill" | "speak-line" | "speed-up-fill" | "speed-up-line" | "tiktok-fill" | "tiktok-line" | "token-swap-fill" | "token-swap-line" | "unpin-fill" | "unpin-line" | "wechat-channels-fill" | "wechat-channels-line" | "wordpress-fill" | "wordpress-line" | "blender-fill" | "blender-line" | "emoji-sticker-fill" | "emoji-sticker-line" | "git-close-pull-request-fill" | "git-close-pull-request-line" | "instance-fill" | "instance-line" | "megaphone-fill" | "megaphone-line" | "pass-expired-fill" | "pass-expired-line" | "pass-pending-fill" | "pass-pending-line" | "pass-valid-fill" | "pass-valid-line" | "ai-generate" | "calendar-close-fill" | "calendar-close-line" | "draggable" | "font-family" | "font-mono" | "font-sans-serif" | "hard-drive-3-fill" | "hard-drive-3-line" | "kick-fill" | "kick-line" | "list-check-3" | "list-indefinite" | "list-ordered-2" | "list-radio" | "openbase-fill" | "openbase-line" | "planet-fill" | "planet-line" | "prohibited-fill" | "prohibited-line" | "quote-text" | "seo-fill" | "seo-line" | "slash-commands" | "archive-2-fill" | "archive-2-line" | "inbox-2-fill" | "inbox-2-line" | "shake-hands-fill" | "shake-hands-line" | "supabase-fill" | "supabase-line" | "water-percent-fill" | "water-percent-line" | "yuque-fill" | "yuque-line" | "crosshair-2-fill" | "crosshair-2-line" | "crosshair-fill" | "crosshair-line" | "file-close-fill" | "file-close-line" | "infinity-fill" | "infinity-line" | "rfid-fill" | "rfid-line" | "slash-commands-2" | "user-forbid-fill" | "user-forbid-line" | "beer-fill" | "beer-line" | "circle-fill" | "circle-line" | "dropdown-list" | "file-image-fill" | "file-image-line" | "file-pdf-2-fill" | "file-pdf-2-line" | "file-video-fill" | "file-video-line" | "folder-image-fill" | "folder-image-line" | "folder-video-fill" | "folder-video-line" | "hexagon-fill" | "hexagon-line" | "menu-search-fill" | "menu-search-line" | "octagon-fill" | "octagon-line" | "pentagon-fill" | "pentagon-line" | "rectangle-fill" | "rectangle-line" | "robot-2-fill" | "robot-2-line" | "shapes-fill" | "shapes-line" | "square-fill" | "square-line" | "tent-fill" | "tent-line" | "threads-fill" | "threads-line" | "tree-fill" | "tree-line" | "triangle-fill" | "triangle-line" | "twitter-x-fill" | "twitter-x-line" | "verified-badge-fill" | "verified-badge-line" | "armchair-fill" | "armchair-line" | "bnb-fill" | "bnb-line" | "bread-fill" | "bread-line" | "btc-fill" | "btc-line" | "calendar-schedule-fill" | "calendar-schedule-line" | "dice-1-fill" | "dice-1-line" | "dice-2-fill" | "dice-2-line" | "dice-3-fill" | "dice-3-line" | "dice-4-fill" | "dice-4-line" | "dice-5-fill" | "dice-5-line" | "dice-6-fill" | "dice-6-line" | "dice-fill" | "dice-line" | "drinks-fill" | "drinks-line" | "equalizer-2-fill" | "equalizer-2-line" | "equalizer-3-fill" | "equalizer-3-line" | "eth-fill" | "eth-line" | "flower-fill" | "flower-line" | "glasses-2-fill" | "glasses-2-line" | "glasses-fill" | "glasses-line" | "goggles-fill" | "goggles-line" | "image-circle-fill" | "image-circle-line" | "info-i" | "money-rupee-circle-fill" | "money-rupee-circle-line" | "news-fill" | "news-line" | "robot-3-fill" | "robot-3-line" | "share-2-fill" | "share-2-line" | "sofa-fill" | "sofa-line" | "svelte-fill" | "svelte-line" | "vk-fill" | "vk-line" | "xrp-fill" | "xrp-line" | "xtz-fill" | "xtz-line" | "archive-stack-fill" | "archive-stack-line" | "bowl-fill" | "bowl-line" | "calendar-view" | "carousel-view" | "code-block" | "color-filter-fill" | "color-filter-line" | "contacts-book-3-fill" | "contacts-book-3-line" | "contract-fill" | "contract-line" | "drinks-2-fill" | "drinks-2-line" | "export-fill" | "export-line" | "file-check-fill" | "file-check-line" | "focus-mode" | "folder-6-fill" | "folder-6-line" | "folder-check-fill" | "folder-check-line" | "folder-close-fill" | "folder-close-line" | "folder-cloud-fill" | "folder-cloud-line" | "gallery-view-2" | "gallery-view" | "hand" | "import-fill" | "import-line" | "information-2-fill" | "information-2-line" | "kanban-view-2" | "kanban-view" | "list-view" | "lock-star-fill" | "lock-star-line" | "puzzle-2-fill" | "puzzle-2-line" | "puzzle-fill" | "puzzle-line" | "ram-2-fill" | "ram-2-line" | "ram-fill" | "ram-line" | "receipt-fill" | "receipt-line" | "shadow-fill" | "shadow-line" | "sidebar-fold-fill" | "sidebar-fold-line" | "sidebar-unfold-fill" | "sidebar-unfold-line" | "slideshow-view" | "sort-alphabet-asc" | "sort-alphabet-desc" | "sort-number-asc" | "sort-number-desc" | "stacked-view" | "sticky-note-add-fill" | "sticky-note-add-line" | "swap-2-fill" | "swap-2-line" | "swap-3-fill" | "swap-3-line" | "table-3" | "table-view" | "text-block" | "text-snippet" | "timeline-view" | "blogger-fill" | "blogger-line" | "chat-thread-fill" | "chat-thread-line" | "discount-percent-fill" | "discount-percent-line" | "exchange-2-fill" | "exchange-2-line" | "git-fork-fill" | "git-fork-line" | "input-field" | "progress-1-fill" | "progress-1-line" | "progress-2-fill" | "progress-2-line" | "progress-3-fill" | "progress-3-line" | "progress-4-fill" | "progress-4-line" | "progress-5-fill" | "progress-5-line" | "progress-6-fill" | "progress-6-line" | "progress-7-fill" | "progress-7-line" | "progress-8-fill" | "progress-8-line" | "remix-run-fill" | "remix-run-line" | "signpost-fill" | "signpost-line" | "time-zone-fill" | "time-zone-line" | "arrow-down-wide-fill" | "arrow-down-wide-line" | "arrow-left-wide-fill" | "arrow-left-wide-line" | "arrow-right-wide-fill" | "arrow-right-wide-line" | "arrow-up-wide-fill" | "arrow-up-wide-line" | "bluesky-fill" | "bluesky-line" | "expand-height-fill" | "expand-height-line" | "expand-width-fill" | "expand-width-line" | "forward-end-fill" | "forward-end-line" | "forward-end-mini-fill" | "forward-end-mini-line" | "friendica-fill" | "friendica-line" | "git-pr-draft-fill" | "git-pr-draft-line" | "play-reverse-fill" | "play-reverse-line" | "play-reverse-mini-fill" | "play-reverse-mini-line" | "rewind-start-fill" | "rewind-start-line" | "rewind-start-mini-fill" | "rewind-start-mini-line" | "scroll-to-bottom-fill" | "scroll-to-bottom-line" | "add-large-fill" | "add-large-line" | "aed-electrodes-fill" | "aed-electrodes-line" | "aed-fill" | "aed-line" | "alibaba-cloud-fill" | "alibaba-cloud-line" | "align-item-bottom-fill" | "align-item-bottom-line" | "align-item-horizontal-center-fill" | "align-item-horizontal-center-line" | "align-item-left-fill" | "align-item-left-line" | "align-item-right-fill" | "align-item-right-line" | "align-item-top-fill" | "align-item-top-line" | "align-item-vertical-center-fill" | "align-item-vertical-center-line" | "apps-2-add-fill" | "apps-2-add-line" | "close-large-fill" | "close-large-line" | "collapse-diagonal-2-fill" | "collapse-diagonal-2-line" | "collapse-diagonal-fill" | "collapse-diagonal-line" | "dashboard-horizontal-fill" | "dashboard-horizontal-line" | "expand-diagonal-2-fill" | "expand-diagonal-2-line" | "expand-diagonal-fill" | "expand-diagonal-line" | "firebase-fill" | "firebase-line" | "flip-horizontal-2-fill" | "flip-horizontal-2-line" | "flip-horizontal-fill" | "flip-horizontal-line" | "flip-vertical-2-fill" | "flip-vertical-2-line" | "flip-vertical-fill" | "flip-vertical-line" | "formula" | "function-add-fill" | "function-add-line" | "goblet-2-fill" | "goblet-2-line" | "golf-ball-fill" | "golf-ball-line" | "group-3-fill" | "group-3-line" | "heart-add-2-fill" | "heart-add-2-line" | "id-card-fill" | "id-card-line" | "information-off-fill" | "information-off-line" | "java-fill" | "java-line" | "layout-grid-2-fill" | "layout-grid-2-line" | "layout-horizontal-fill" | "layout-horizontal-line" | "layout-vertical-fill" | "layout-vertical-line" | "menu-fold-2-fill" | "menu-fold-2-line" | "menu-fold-3-fill" | "menu-fold-3-line" | "menu-fold-4-fill" | "menu-fold-4-line" | "menu-unfold-2-fill" | "menu-unfold-2-line" | "menu-unfold-3-fill" | "menu-unfold-3-line" | "menu-unfold-4-fill" | "menu-unfold-4-line" | "mobile-download-fill" | "mobile-download-line" | "nextjs-fill" | "nextjs-line" | "nodejs-fill" | "nodejs-line" | "pause-large-fill" | "pause-large-line" | "play-large-fill" | "play-large-line" | "play-reverse-large-fill" | "play-reverse-large-line" | "police-badge-fill" | "police-badge-line" | "prohibited-2-fill" | "prohibited-2-line" | "shopping-bag-4-fill" | "shopping-bag-4-line" | "snowflake-fill" | "snowflake-line" | "square-root" | "stop-large-fill" | "stop-large-line" | "tailwind-css-fill" | "tailwind-css-line" | "tooth-fill" | "tooth-line" | "video-off-fill" | "video-off-line" | "video-on-fill" | "video-on-line" | "webhook-fill" | "webhook-line" | "weight-fill" | "weight-line" | "book-shelf-fill" | "book-shelf-line" | "brain-2-fill" | "brain-2-line" | "chat-search-fill" | "chat-search-line" | "chat-unread-fill" | "chat-unread-line" | "collapse-horizontal-fill" | "collapse-horizontal-line" | "collapse-vertical-fill" | "collapse-vertical-line" | "dna-fill" | "dna-line" | "dropper-fill" | "dropper-line" | "expand-diagonal-s-2-fill" | "expand-diagonal-s-2-line" | "expand-diagonal-s-fill" | "expand-diagonal-s-line" | "expand-horizontal-fill" | "expand-horizontal-line" | "expand-horizontal-s-fill" | "expand-horizontal-s-line" | "expand-vertical-fill" | "expand-vertical-line" | "expand-vertical-s-fill" | "expand-vertical-s-line" | "gemini-fill" | "gemini-line" | "reset-left-fill" | "reset-left-line" | "reset-right-fill" | "reset-right-line" | "stairs-fill" | "stairs-line" | "telegram-2-fill" | "telegram-2-line" | "triangular-flag-fill" | "triangular-flag-line" | "user-minus-fill" | "user-minus-line" | "account-box-2-fill" | "account-box-2-line" | "account-circle-2-fill" | "account-circle-2-line" | "alarm-snooze-fill" | "alarm-snooze-line" | "arrow-down-box-fill" | "arrow-down-box-line" | "arrow-left-box-fill" | "arrow-left-box-line" | "arrow-left-down-box-fill" | "arrow-left-down-box-line" | "arrow-left-up-box-fill" | "arrow-left-up-box-line" | "arrow-right-box-fill" | "arrow-right-box-line" | "arrow-right-down-box-fill" | "arrow-right-down-box-line" | "arrow-right-up-box-fill" | "arrow-right-up-box-line" | "arrow-up-box-fill" | "arrow-up-box-line" | "bar-chart-box-ai-fill" | "bar-chart-box-ai-line" | "brush-ai-fill" | "brush-ai-line" | "camera-ai-fill" | "camera-ai-line" | "chat-ai-fill" | "chat-ai-line" | "chat-smile-ai-fill" | "chat-smile-ai-line" | "chat-voice-ai-fill" | "chat-voice-ai-line" | "code-ai-fill" | "code-ai-line" | "color-filter-ai-fill" | "color-filter-ai-line" | "custom-size" | "fediverse-fill" | "fediverse-line" | "flag-off-fill" | "flag-off-line" | "home-9-fill" | "home-9-line" | "image-ai-fill" | "image-ai-line" | "image-circle-ai-fill" | "image-circle-ai-line" | "info-card-fill" | "info-card-line" | "landscape-ai-fill" | "landscape-ai-line" | "letter-spacing-2" | "line-height-2" | "mail-ai-fill" | "mail-ai-line" | "mic-2-ai-fill" | "mic-2-ai-line" | "mic-ai-fill" | "mic-ai-line" | "movie-ai-fill" | "movie-ai-line" | "music-ai-fill" | "music-ai-line" | "notification-snooze-fill" | "notification-snooze-line" | "php-fill" | "php-line" | "pix-fill" | "pix-line" | "pulse-ai-fill" | "pulse-ai-line" | "quill-pen-ai-fill" | "quill-pen-ai-line" | "speak-ai-fill" | "speak-ai-line" | "star-off-fill" | "star-off-line" | "translate-ai-2" | "translate-ai" | "user-community-fill" | "user-community-line" | "vercel-fill" | "vercel-line" | "video-ai-fill" | "video-ai-line" | "video-on-ai-fill" | "video-on-ai-line" | "voice-ai-fill" | "voice-ai-line" | "ai-generate-2" | "ai-generate-text" | "anthropic-fill" | "anthropic-line" | "apps-2-ai-fill" | "apps-2-ai-line" | "camera-lens-ai-fill" | "camera-lens-ai-line" | "clapperboard-ai-fill" | "clapperboard-ai-line" | "claude-fill" | "claude-line" | "closed-captioning-ai-fill" | "closed-captioning-ai-line" | "dvd-ai-fill" | "dvd-ai-line" | "film-ai-fill" | "film-ai-line" | "font-size-ai" | "mixtral-fill" | "mixtral-line" | "movie-2-ai-fill" | "movie-2-ai-line" | "mv-ai-fill" | "mv-ai-line" | "perplexity-fill" | "perplexity-line" | "poker-clubs-fill" | "poker-clubs-line" | "poker-diamonds-fill" | "poker-diamonds-line" | "poker-hearts-fill" | "poker-hearts-line" | "poker-spades-fill" | "poker-spades-line" | "safe-3-fill" | "safe-3-line" | "accessibility-fill" | "accessibility-line" | "alarm-add-fill" | "alarm-add-line" | "arrow-down-long-fill" | "arrow-down-long-line" | "arrow-left-down-long-fill" | "arrow-left-down-long-line" | "arrow-left-long-fill" | "arrow-left-long-line" | "arrow-left-up-long-fill" | "arrow-left-up-long-line" | "arrow-right-down-long-fill" | "arrow-right-down-long-line" | "arrow-right-long-fill" | "arrow-right-long-line" | "arrow-right-up-long-fill" | "arrow-right-up-long-line" | "arrow-up-long-fill" | "arrow-up-long-line" | "chess-fill" | "chess-line" | "diamond-fill" | "diamond-line" | "diamond-ring-fill" | "diamond-ring-line" | "figma-fill" | "figma-line" | "firefox-browser-fill" | "firefox-browser-line" | "jewelry-fill" | "jewelry-line" | "multi-image-fill" | "multi-image-line" | "no-credit-card-fill" | "no-credit-card-line" | "service-bell-fill" | "service-bell-line" | "ai-agent-fill" | "ai-agent-line" | "ai-generate-2-fill" | "ai-generate-2-line" | "ai-generate-3d-fill" | "ai-generate-3d-line" | "ai" | "apps-ai-fill" | "apps-ai-line" | "atom-fill" | "atom-line" | "book-ai-fill" | "book-ai-line" | "brain-3-fill" | "brain-3-line" | "brain-ai-3-fill" | "brain-ai-3-line" | "brush-ai-3-fill" | "brush-ai-3-line" | "camera-4-fill" | "camera-4-line" | "camera-ai-2-fill" | "camera-ai-2-line" | "chat-ai-2-fill" | "chat-ai-2-line" | "chat-ai-3-fill" | "chat-ai-3-line" | "chat-ai-4-fill" | "chat-ai-4-line" | "chat-smile-ai-3-fill" | "chat-smile-ai-3-line" | "deepseek-fill" | "deepseek-line" | "file-ai-2-fill" | "file-ai-2-line" | "file-ai-fill" | "file-ai-line" | "function-ai-fill" | "function-ai-line" | "game-2-fill" | "game-2-line" | "goblet-broken-fill" | "goblet-broken-line" | "lightbulb-ai-fill" | "lightbulb-ai-line" | "loop-left-ai-fill" | "loop-left-ai-line" | "loop-right-ai-fill" | "loop-right-ai-line" | "message-ai-3-fill" | "message-ai-3-line" | "painting-ai-fill" | "painting-ai-line" | "painting-fill" | "painting-line" | "pencil-ai-2-fill" | "pencil-ai-2-line" | "pencil-ai-fill" | "pencil-ai-line" | "remix-fill" | "remix-line" | "search-ai-2-fill" | "search-ai-2-line" | "search-ai-3-fill" | "search-ai-3-line" | "search-ai-4-fill" | "search-ai-4-line" | "search-ai-fill" | "search-ai-line" | "speech-to-text-fill" | "speech-to-text-line" | "target-fill" | "target-line" | "text-to-speech-fill" | "text-to-speech-line" | "wrench-fill" | "wrench-line" | "area-chart-fill" | "area-chart-line" | "baseball-fill" | "baseball-line" | "binoculars-fill" | "binoculars-line" | "cursor-hand" | "emotion-add-fill" | "emotion-add-line" | "file-scan-fill" | "file-scan-line" | "fiverr-fill" | "fiverr-line" | "font-serif" | "ghost-3-fill" | "ghost-3-line" | "gitee-fill" | "gitee-line" | "global-off-fill" | "global-off-line" | "image-download-fill" | "image-download-line" | "image-upload-fill" | "image-upload-line" | "issues-fill" | "issues-line" | "issues-reopen-fill" | "issues-reopen-line" | "network-error-fill" | "network-error-line" | "network-fill" | "network-line" | "network-off-fill" | "network-off-line" | "piano-fill" | "piano-grand-fill" | "piano-grand-line" | "piano-line" | "plug-3-fill" | "plug-3-line" | "send-ins-fill" | "send-ins-line" | "signal-cellular-1-fill" | "signal-cellular-1-line" | "signal-cellular-2-fill" | "signal-cellular-2-line" | "signal-cellular-3-fill" | "signal-cellular-3-line" | "signal-cellular-off-fill" | "signal-cellular-off-line" | "stacked-chart-fill" | "stacked-chart-line" | "upwork-fill" | "upwork-line";
@@ -0,0 +1 @@
1
+
@@ -1,24 +1,2 @@
1
- import { ComponentProps } from 'react';
2
- import { ColorToken, Size } from '../../styles/tokens';
3
- import { IconName } from './icon-names';
4
- export type { IconName };
5
- export interface IconProps extends Omit<ComponentProps<"svg">, "name"> {
6
- /**
7
- * Overrides the icon size provider.
8
- * Defaults to "md".
9
- */
10
- size?: Size;
11
- /** Icon name */
12
- name: IconName;
13
- /**
14
- * Icon fill color
15
- * You probably should provide a color token, but we allow any color
16
- */
17
- color?: ColorToken | (string & {});
18
- /**
19
- * Use like `img alt` attribute.
20
- * Leave empty if icon is purely decorative.
21
- */
22
- alt?: string;
23
- }
24
- export declare function Icon({ size, name, color, alt, className, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
1
+ export { Icon } from './icon';
2
+ export * from './icon.types';
@@ -1,44 +1,5 @@
1
1
  "use client";
2
- import { jsxs as t, jsx as s } from "react/jsx-runtime";
3
- import { c as z } from "../../clsx-OuTLNxxd.js";
4
- import "react";
5
- import x from "remixicon/fonts/remixicon.symbol.svg";
6
- import '../../index12.css';const m = "_icon_9rs9y_1", d = "_icon_size_sm_9rs9y_13", f = "_icon_size_md_9rs9y_18", p = "_icon_size_lg_9rs9y_22", y = "_icon_size_xl_9rs9y_26", g = "_icon_size_2xl_9rs9y_30", u = "_icon_size_3xl_9rs9y_34", o = {
7
- icon: m,
8
- icon_size_sm: d,
9
- icon_size_md: f,
10
- icon_size_lg: p,
11
- icon_size_xl: y,
12
- icon_size_2xl: g,
13
- icon_size_3xl: u
14
- };
15
- function $({
16
- size: n = "md",
17
- name: c,
18
- color: e,
19
- alt: i,
20
- className: r,
21
- ...l
22
- }) {
23
- const _ = `${x}#ri-${c}`;
24
- return /* @__PURE__ */ t(
25
- "svg",
26
- {
27
- preserveAspectRatio: "xMidYMin",
28
- viewBox: "0 0 24 24",
29
- "aria-hidden": !i,
30
- focusable: !1,
31
- xmlns: "http://www.w3.org/2000/svg",
32
- fill: e || "currentColor",
33
- className: z(o.icon, o[`icon_size_${n}`], r),
34
- ...l,
35
- children: [
36
- i ? /* @__PURE__ */ s("title", { children: i }) : null,
37
- /* @__PURE__ */ s("use", { xlinkHref: _, href: _ })
38
- ]
39
- }
40
- );
41
- }
2
+ import { Icon as c } from "./icon.js";
42
3
  export {
43
- $ as Icon
4
+ c as Icon
44
5
  };
@@ -0,0 +1,16 @@
1
+ import { Size } from '../../styles/tokens';
2
+ import { Icon } from '../icon';
3
+ import { View } from '../view';
4
+ export interface IconButtonProps extends View.Props<"button"> {
5
+ /** Icon to display. */
6
+ icon: Icon.Name;
7
+ /** Explain what the button does. Required for accessibility. */
8
+ alt: string;
9
+ /** What size should the IconButton be. Defaults to "md". */
10
+ size?: Size;
11
+ }
12
+ declare function IconButton({ icon, alt, size, render, className, ...props }: IconButtonProps): import("react/jsx-runtime").JSX.Element;
13
+ export { IconButton };
14
+ export declare namespace IconButton {
15
+ type Props = IconButtonProps;
16
+ }
@@ -0,0 +1,46 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as u } from "../../clsx-OuTLNxxd.js";
3
+ import { View as b } from "../view/view.js";
4
+ import { Icon as m } from "../icon/icon.js";
5
+ import { B as r } from "../../Button-BmcVHRRW.js";
6
+ import '../../icon-button.css';const n = {
7
+ "icon-button": "_icon-button_1aj78_2",
8
+ "icon-button_size_sm": "_icon-button_size_sm_1aj78_12",
9
+ "icon-button_size_md": "_icon-button_size_md_1aj78_16",
10
+ "icon-button_size_lg": "_icon-button_size_lg_1aj78_20",
11
+ "icon-button_size_xl": "_icon-button_size_xl_1aj78_24",
12
+ "icon-button_size_2xl": "_icon-button_size_2xl_1aj78_28",
13
+ "icon-button_size_3xl": "_icon-button_size_3xl_1aj78_32"
14
+ };
15
+ function d({
16
+ icon: i,
17
+ alt: e,
18
+ size: t = "md",
19
+ render: c,
20
+ className: s,
21
+ ..._
22
+ }) {
23
+ return /* @__PURE__ */ o(
24
+ b,
25
+ {
26
+ interactive: !0,
27
+ render: /* @__PURE__ */ o(
28
+ r,
29
+ {
30
+ className: u(
31
+ n["icon-button"],
32
+ n[`icon-button_size_${t}`],
33
+ s
34
+ ),
35
+ focusableWhenDisabled: !!_.loading,
36
+ render: c
37
+ }
38
+ ),
39
+ ..._,
40
+ children: /* @__PURE__ */ o(m, { name: i, size: t, alt: e })
41
+ }
42
+ );
43
+ }
44
+ export {
45
+ d as IconButton
46
+ };
@@ -1,12 +1 @@
1
- import { Size } from '../../styles/tokens';
2
- import { IconName } from '../icon/icon-names';
3
- import { ViewProps } from '../view';
4
- export type IconButtonProps = ViewProps<"button"> & {
5
- /** Icon to display. */
6
- icon: IconName;
7
- /** Explain what the button does. Required for accessibility. */
8
- alt: string;
9
- /** What size should the IconButton be. Defaults to "md". */
10
- size?: Size;
11
- };
12
- export declare function IconButton({ icon, alt, size, render, className, ...props }: IconButtonProps): import("react/jsx-runtime").JSX.Element;
1
+ export { IconButton } from './icon-button';
@@ -1,47 +1,5 @@
1
1
  "use client";
2
- import { jsx as t } from "react/jsx-runtime";
3
- import { c as u } from "../../clsx-OuTLNxxd.js";
4
- import { Icon as b } from "../icon/index.js";
5
- import { View as m } from "../view/index.js";
6
- import { B as r } from "../../Button-DrPFFzo7.js";
7
- import '../../index13.css';const _ = {
8
- "icon-button": "_icon-button_1xtat_1",
9
- "icon-button_size_sm": "_icon-button_size_sm_1xtat_11",
10
- "icon-button_size_md": "_icon-button_size_md_1xtat_15",
11
- "icon-button_size_lg": "_icon-button_size_lg_1xtat_19",
12
- "icon-button_size_xl": "_icon-button_size_xl_1xtat_23",
13
- "icon-button_size_2xl": "_icon-button_size_2xl_1xtat_27",
14
- "icon-button_size_3xl": "_icon-button_size_3xl_1xtat_31"
15
- };
16
- function f({
17
- icon: i,
18
- alt: e,
19
- size: o = "md",
20
- render: c,
21
- className: s,
22
- ...n
23
- }) {
24
- return /* @__PURE__ */ t(
25
- m,
26
- {
27
- interactive: !0,
28
- render: /* @__PURE__ */ t(
29
- r,
30
- {
31
- className: u(
32
- _["icon-button"],
33
- _[`icon-button_size_${o}`],
34
- s
35
- ),
36
- focusableWhenDisabled: !!n.loading,
37
- render: c
38
- }
39
- ),
40
- ...n,
41
- children: /* @__PURE__ */ t(b, { name: i, size: o, alt: e })
42
- }
43
- );
44
- }
2
+ import { IconButton as e } from "./icon-button.js";
45
3
  export {
46
- f as IconButton
4
+ e as IconButton
47
5
  };
@@ -1,6 +1 @@
1
- import { useRender } from '@base-ui/react';
2
- import { Color } from '../view';
3
- export interface InlineCodeProps extends useRender.ComponentProps<"span"> {
4
- color?: Color;
5
- }
6
- export declare const InlineCode: ({ color, ...props }: InlineCodeProps) => import("react/jsx-runtime").JSX.Element;
1
+ export { InlineCode } from './inline-code';
@@ -1,23 +1,5 @@
1
1
  "use client";
2
- import { jsx as e } from "react/jsx-runtime";
3
- import { c } from "../../clsx-OuTLNxxd.js";
4
- import { Surface as r } from "../surface/index.js";
5
- import { Text as l } from "../text/index.js";
6
- import '../../index14.css';const o = {
7
- "inline-code": "_inline-code_ai49m_1",
8
- "inline-code_colorway": "_inline-code_colorway_ai49m_11"
9
- }, a = ({ color: i, ...n }) => /* @__PURE__ */ e(
10
- r,
11
- {
12
- elevated: !0,
13
- className: c(
14
- o["inline-code"],
15
- i && o["inline-code_colorway"]
16
- ),
17
- color: i,
18
- children: /* @__PURE__ */ e(l, { size: "sm", color: "inherit", children: /* @__PURE__ */ e("code", { ...n }) })
19
- }
20
- );
2
+ import { InlineCode as o } from "./inline-code.js";
21
3
  export {
22
- a as InlineCode
4
+ o as InlineCode
23
5
  };
@@ -0,0 +1,10 @@
1
+ import { useRender } from '@base-ui/react';
2
+ import { Color } from '../view';
3
+ interface InlineCodeProps extends useRender.ComponentProps<"span"> {
4
+ color?: Color;
5
+ }
6
+ declare function InlineCode({ color, ...props }: InlineCodeProps): import("react/jsx-runtime").JSX.Element;
7
+ export { InlineCode };
8
+ export declare namespace InlineCode {
9
+ type Props = InlineCodeProps;
10
+ }
@@ -0,0 +1,25 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import { c as r } from "../../clsx-OuTLNxxd.js";
3
+ import { Surface as c } from "../surface/surface.js";
4
+ import { Text as l } from "../text/text.js";
5
+ import '../../inline-code.css';const i = {
6
+ "inline-code": "_inline-code_1vbg6_2",
7
+ "inline-code_colorway": "_inline-code_colorway_1vbg6_12"
8
+ };
9
+ function _({ color: o, ...n }) {
10
+ return /* @__PURE__ */ e(
11
+ c,
12
+ {
13
+ elevated: !0,
14
+ className: r(
15
+ i["inline-code"],
16
+ o && i["inline-code_colorway"]
17
+ ),
18
+ color: o,
19
+ children: /* @__PURE__ */ e(l, { size: "sm", color: "inherit", children: /* @__PURE__ */ e("code", { ...n }) })
20
+ }
21
+ );
22
+ }
23
+ export {
24
+ _ as InlineCode
25
+ };
@@ -1,3 +1 @@
1
- import { Input as InputPrimitive } from '@base-ui/react/input';
2
- export type InputProps = InputPrimitive.Props;
3
- export declare function Input({ className, ...props }: InputProps): import("react/jsx-runtime").JSX.Element;
1
+ export { Input } from './input';
@@ -1,120 +1,5 @@
1
1
  "use client";
2
- import { jsx as u } from "react/jsx-runtime";
3
- import { c as O } from "../../clsx-OuTLNxxd.js";
4
- import { View as S } from "../view/index.js";
5
- import { s as U } from "../../input.module-DDQY_Ij6.js";
6
- import * as d from "react";
7
- import { u as _ } from "../../useStableCallback-CkTrVkNX.js";
8
- import { u as j } from "../../useControlled-Du4sJyMj.js";
9
- import { u as A } from "../../useIsoLayoutEffect-CIDbvm3Q.js";
10
- import { a as g, u as K, b as $, f as q } from "../../LabelableContext-BMvjVwor.js";
11
- import { u as z } from "../../useLabelableId-Ci_jDvmv.js";
12
- import { u as G } from "../../useRenderElement-DwToLA61.js";
13
- import { c as H, n as J } from "../../createBaseUIEventDetails-D8M2Yl-a.js";
14
- const V = /* @__PURE__ */ d.forwardRef(function(a, i) {
15
- const {
16
- render: Q,
17
- className: W,
18
- id: R,
19
- name: y,
20
- value: o,
21
- disabled: E = !1,
22
- onValueChange: F,
23
- defaultValue: c,
24
- ...I
25
- } = a, {
26
- state: f,
27
- name: D,
28
- disabled: P
29
- } = g(), s = P || E, m = D ?? y, T = d.useMemo(() => ({
30
- ...f,
31
- disabled: s
32
- }), [f, s]), {
33
- setTouched: p,
34
- setDirty: h,
35
- validityData: w,
36
- setFocused: b,
37
- setFilled: r,
38
- validationMode: x,
39
- validation: t
40
- } = g(), {
41
- labelId: M
42
- } = K(), v = z({
43
- id: R
44
- });
45
- A(() => {
46
- const e = o != null;
47
- t.inputRef.current?.value || e && o !== "" ? r(!0) : e && o === "" && r(!1);
48
- }, [t.inputRef, r, o]);
49
- const [C, L] = j({
50
- controlled: o,
51
- default: c,
52
- name: "FieldControl",
53
- state: "value"
54
- }), k = o !== void 0, B = _((e, n) => {
55
- F?.(e, n), !n.isCanceled && L(e);
56
- });
57
- return $({
58
- id: v,
59
- name: m,
60
- commit: t.commit,
61
- value: C,
62
- getValue: () => t.inputRef.current?.value,
63
- controlRef: t.inputRef
64
- }), G("input", a, {
65
- ref: i,
66
- state: T,
67
- props: [{
68
- id: v,
69
- disabled: s,
70
- name: m,
71
- ref: t.inputRef,
72
- "aria-labelledby": M,
73
- ...k ? {
74
- value: C
75
- } : {
76
- defaultValue: c
77
- },
78
- onChange(e) {
79
- const n = e.currentTarget.value;
80
- B(n, H(J, e.nativeEvent)), h(n !== w.initialValue), r(n !== "");
81
- },
82
- onFocus() {
83
- b(!0);
84
- },
85
- onBlur(e) {
86
- p(!0), b(!1), x === "onBlur" && t.commit(e.currentTarget.value);
87
- },
88
- onKeyDown(e) {
89
- e.currentTarget.tagName === "INPUT" && e.key === "Enter" && (p(!0), t.commit(e.currentTarget.value));
90
- }
91
- }, t.getInputValidationProps(), I],
92
- stateAttributesMapping: q
93
- });
94
- });
95
- process.env.NODE_ENV !== "production" && (V.displayName = "FieldControl");
96
- const N = /* @__PURE__ */ d.forwardRef(function(a, i) {
97
- return /* @__PURE__ */ u(V, {
98
- ref: i,
99
- ...a
100
- });
101
- });
102
- process.env.NODE_ENV !== "production" && (N.displayName = "Input");
103
- function ue({ className: l, ...a }) {
104
- return /* @__PURE__ */ u(
105
- S,
106
- {
107
- interactive: "fill-outline",
108
- render: /* @__PURE__ */ u(
109
- N,
110
- {
111
- className: O(U.input, l),
112
- ...a
113
- }
114
- )
115
- }
116
- );
117
- }
2
+ import { Input as n } from "./input.js";
118
3
  export {
119
- ue as Input
4
+ n as Input
120
5
  };
@@ -0,0 +1,9 @@
1
+ import { Input as InputPrimitive } from '@base-ui/react/input';
2
+ interface InputProps extends InputPrimitive.Props {
3
+ label?: string;
4
+ }
5
+ declare function Input({ label, className, ...props }: InputProps): import("react/jsx-runtime").JSX.Element;
6
+ export { Input };
7
+ export declare namespace Input {
8
+ type Props = InputProps;
9
+ }