zudoku 0.47.2 → 0.48.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/dist/app/ZuploBuildConfig.d.ts +4 -114
  2. package/dist/app/ZuploBuildConfig.js +1 -1
  3. package/dist/app/ZuploBuildConfig.js.map +1 -1
  4. package/dist/app/demo.js +4 -3
  5. package/dist/app/demo.js.map +1 -1
  6. package/dist/app/main.js +5 -5
  7. package/dist/app/main.js.map +1 -1
  8. package/dist/app/standalone.js +4 -3
  9. package/dist/app/standalone.js.map +1 -1
  10. package/dist/config/loader.js +1 -2
  11. package/dist/config/loader.js.map +1 -1
  12. package/dist/config/validators/BuildSchema.d.ts +20 -44
  13. package/dist/config/validators/BuildSchema.js +3 -14
  14. package/dist/config/validators/BuildSchema.js.map +1 -1
  15. package/dist/config/validators/InputNavigationSchema.d.ts +7217 -0
  16. package/dist/config/validators/InputNavigationSchema.js +74 -0
  17. package/dist/config/validators/InputNavigationSchema.js.map +1 -0
  18. package/dist/config/validators/InputNavigationSchema.test-d.d.ts +1 -0
  19. package/dist/config/validators/InputNavigationSchema.test-d.js +146 -0
  20. package/dist/config/validators/InputNavigationSchema.test-d.js.map +1 -0
  21. package/dist/config/validators/NavigationSchema.d.ts +44 -0
  22. package/dist/config/validators/NavigationSchema.js +95 -0
  23. package/dist/config/validators/NavigationSchema.js.map +1 -0
  24. package/dist/config/validators/icon-types.d.ts +2 -1
  25. package/dist/config/validators/icon-types.js +1775 -1
  26. package/dist/config/validators/icon-types.js.map +1 -1
  27. package/dist/config/validators/validate.d.ts +442 -5780
  28. package/dist/config/validators/validate.js +37 -55
  29. package/dist/config/validators/validate.js.map +1 -1
  30. package/dist/config/validators/validate.test.js +0 -2
  31. package/dist/config/validators/validate.test.js.map +1 -1
  32. package/dist/flat-config.d.ts +320 -0
  33. package/dist/index.d.ts +1 -1
  34. package/dist/index.js.map +1 -1
  35. package/dist/lib/components/BuildCheck.js +1 -1
  36. package/dist/lib/components/BuildCheck.js.map +1 -1
  37. package/dist/lib/components/Header.js +10 -9
  38. package/dist/lib/components/Header.js.map +1 -1
  39. package/dist/lib/components/Heading.d.ts +6 -2
  40. package/dist/lib/components/Heading.js +2 -2
  41. package/dist/lib/components/Heading.js.map +1 -1
  42. package/dist/lib/components/Main.js +4 -4
  43. package/dist/lib/components/Main.js.map +1 -1
  44. package/dist/lib/components/MobileTopNavigation.js +5 -5
  45. package/dist/lib/components/MobileTopNavigation.js.map +1 -1
  46. package/dist/lib/components/PageProgress.d.ts +1 -0
  47. package/dist/lib/components/PageProgress.js +20 -0
  48. package/dist/lib/components/PageProgress.js.map +1 -0
  49. package/dist/lib/components/TopNavigation.d.ts +2 -3
  50. package/dist/lib/components/TopNavigation.js +45 -44
  51. package/dist/lib/components/TopNavigation.js.map +1 -1
  52. package/dist/lib/components/context/ZudokuContext.d.ts +3 -7
  53. package/dist/lib/components/context/ZudokuContext.js +44 -26
  54. package/dist/lib/components/context/ZudokuContext.js.map +1 -1
  55. package/dist/lib/components/navigation/Navigation.d.ts +5 -0
  56. package/dist/lib/components/navigation/Navigation.js +12 -0
  57. package/dist/lib/components/navigation/Navigation.js.map +1 -0
  58. package/dist/lib/components/navigation/{SidebarBadge.d.ts → NavigationBadge.d.ts} +1 -1
  59. package/dist/lib/components/navigation/{SidebarBadge.js → NavigationBadge.js} +2 -2
  60. package/dist/lib/components/navigation/NavigationBadge.js.map +1 -0
  61. package/dist/lib/components/navigation/NavigationCategory.d.ts +5 -0
  62. package/dist/lib/components/navigation/{SidebarCategory.js → NavigationCategory.js} +14 -12
  63. package/dist/lib/components/navigation/NavigationCategory.js.map +1 -0
  64. package/dist/lib/components/navigation/NavigationItem.d.ts +6 -0
  65. package/dist/lib/components/navigation/NavigationItem.js +47 -0
  66. package/dist/lib/components/navigation/NavigationItem.js.map +1 -0
  67. package/dist/lib/components/navigation/{SidebarWrapper.d.ts → NavigationWrapper.d.ts} +1 -1
  68. package/dist/lib/components/navigation/{SidebarWrapper.js → NavigationWrapper.js} +3 -3
  69. package/dist/lib/components/navigation/NavigationWrapper.js.map +1 -0
  70. package/dist/lib/components/navigation/utils.d.ts +7 -9
  71. package/dist/lib/components/navigation/utils.js +17 -17
  72. package/dist/lib/components/navigation/utils.js.map +1 -1
  73. package/dist/lib/core/ZudokuContext.d.ts +6 -8
  74. package/dist/lib/core/ZudokuContext.js +5 -7
  75. package/dist/lib/core/ZudokuContext.js.map +1 -1
  76. package/dist/lib/core/plugins.d.ts +2 -2
  77. package/dist/lib/hooks/useEvent.test.js +5 -3
  78. package/dist/lib/hooks/useEvent.test.js.map +1 -1
  79. package/dist/lib/plugins/api-catalog/Catalog.d.ts +1 -1
  80. package/dist/lib/plugins/api-catalog/index.d.ts +6 -6
  81. package/dist/lib/plugins/api-catalog/index.js +10 -10
  82. package/dist/lib/plugins/api-catalog/index.js.map +1 -1
  83. package/dist/lib/plugins/api-keys/SettingsApiKeys.js +4 -4
  84. package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
  85. package/dist/lib/plugins/custom-pages/index.d.ts +3 -2
  86. package/dist/lib/plugins/custom-pages/index.js +15 -8
  87. package/dist/lib/plugins/custom-pages/index.js.map +1 -1
  88. package/dist/lib/plugins/markdown/MdxPage.js +6 -3
  89. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  90. package/dist/lib/plugins/markdown/index.d.ts +2 -1
  91. package/dist/lib/plugins/markdown/index.js +9 -26
  92. package/dist/lib/plugins/markdown/index.js.map +1 -1
  93. package/dist/lib/plugins/openapi/OperationList.js +1 -1
  94. package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
  95. package/dist/lib/plugins/openapi/OperationListItem.js +1 -1
  96. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  97. package/dist/lib/plugins/openapi/SchemaList.js +1 -1
  98. package/dist/lib/plugins/openapi/SchemaList.js.map +1 -1
  99. package/dist/lib/plugins/openapi/graphql/gql.d.ts +1 -1
  100. package/dist/lib/plugins/openapi/graphql/gql.js +1 -1
  101. package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
  102. package/dist/lib/plugins/openapi/graphql/graphql.d.ts +3 -3
  103. package/dist/lib/plugins/openapi/graphql/graphql.js +2 -2
  104. package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
  105. package/dist/lib/plugins/openapi/index.d.ts +3 -3
  106. package/dist/lib/plugins/openapi/index.js +9 -9
  107. package/dist/lib/plugins/openapi/index.js.map +1 -1
  108. package/dist/lib/plugins/openapi/interfaces.d.ts +3 -3
  109. package/dist/lib/plugins/openapi/util/createNavigationCategory.d.ts +9 -0
  110. package/dist/lib/plugins/openapi/util/{createSidebarCategory.js → createNavigationCategory.js} +5 -4
  111. package/dist/lib/plugins/openapi/util/createNavigationCategory.js.map +1 -0
  112. package/dist/lib/plugins/openapi/util/getRoutes.js +2 -2
  113. package/dist/lib/plugins/openapi/util/getRoutes.js.map +1 -1
  114. package/dist/lib/plugins/openapi/util/methodColorMap.d.ts +1 -1
  115. package/dist/lib/util/useScrollToAnchor.js +3 -3
  116. package/dist/lib/util/useScrollToAnchor.js.map +1 -1
  117. package/dist/vite/api/SchemaManager.d.ts +4 -4
  118. package/dist/vite/api/SchemaManager.js +19 -19
  119. package/dist/vite/api/SchemaManager.js.map +1 -1
  120. package/dist/vite/api/SchemaManager.test.js +4 -4
  121. package/dist/vite/api/SchemaManager.test.js.map +1 -1
  122. package/dist/vite/config.js +1 -0
  123. package/dist/vite/config.js.map +1 -1
  124. package/dist/vite/plugin-api.js +8 -8
  125. package/dist/vite/plugin-api.js.map +1 -1
  126. package/dist/vite/plugin-config-reload.js +2 -0
  127. package/dist/vite/plugin-config-reload.js.map +1 -1
  128. package/dist/vite/plugin-custom-pages.js +2 -2
  129. package/dist/vite/plugin-custom-pages.js.map +1 -1
  130. package/dist/vite/plugin-docs.js +61 -59
  131. package/dist/vite/plugin-docs.js.map +1 -1
  132. package/dist/vite/{plugin-sidebar.d.ts → plugin-navigation.d.ts} +1 -1
  133. package/dist/vite/{plugin-sidebar.js → plugin-navigation.js} +20 -19
  134. package/dist/vite/plugin-navigation.js.map +1 -0
  135. package/dist/vite/plugin.js +2 -2
  136. package/dist/vite/plugin.js.map +1 -1
  137. package/dist/vite/shadcn-registry.d.ts +4 -4
  138. package/lib/{Markdown-C5j8kKSX.js → Markdown-DCAIYXF5.js} +480 -475
  139. package/lib/Markdown-DCAIYXF5.js.map +1 -0
  140. package/lib/{MdxPage-CKTMf1cR.js → MdxPage-Cf9YXWoC.js} +30 -30
  141. package/lib/MdxPage-Cf9YXWoC.js.map +1 -0
  142. package/lib/OasProvider-JMVTfG6_.js +35 -0
  143. package/lib/OasProvider-JMVTfG6_.js.map +1 -0
  144. package/lib/{OperationList-BJAKaG5p.js → OperationList-m4tFCI4S.js} +8 -8
  145. package/lib/{OperationList-BJAKaG5p.js.map → OperationList-m4tFCI4S.js.map} +1 -1
  146. package/lib/{RouteGuard-B7GVW4oL.js → RouteGuard-gV7nvzi7.js} +2 -2
  147. package/lib/{RouteGuard-B7GVW4oL.js.map → RouteGuard-gV7nvzi7.js.map} +1 -1
  148. package/lib/{SchemaList-Dgc0A8x5.js → SchemaList-_wRy4aQ0.js} +20 -20
  149. package/lib/SchemaList-_wRy4aQ0.js.map +1 -0
  150. package/lib/{SchemaView-DVx-jFN4.js → SchemaView-CRl_cQYH.js} +3 -3
  151. package/lib/{SchemaView-DVx-jFN4.js.map → SchemaView-CRl_cQYH.js.map} +1 -1
  152. package/lib/{SignUp-CRIKdWt9.js → SignUp-B6w5AwHM.js} +2 -2
  153. package/lib/{SignUp-CRIKdWt9.js.map → SignUp-B6w5AwHM.js.map} +1 -1
  154. package/lib/{Slot-ITby_hMb.js → Slot-BkYrj_uC.js} +4 -4
  155. package/lib/{Slot-ITby_hMb.js.map → Slot-BkYrj_uC.js.map} +1 -1
  156. package/lib/{SyntaxHighlight-CqKHkyEy.js → SyntaxHighlight-CH9OUJre.js} +2 -2
  157. package/lib/{SyntaxHighlight-CqKHkyEy.js.map → SyntaxHighlight-CH9OUJre.js.map} +1 -1
  158. package/lib/{Toc-Csq3UNtW.js → Toc-DRxqEsFc.js} +2 -2
  159. package/lib/{Toc-Csq3UNtW.js.map → Toc-DRxqEsFc.js.map} +1 -1
  160. package/lib/{circular-BP4OrHFK.js → circular-wJaV4vh_.js} +2 -2
  161. package/lib/{circular-BP4OrHFK.js.map → circular-wJaV4vh_.js.map} +1 -1
  162. package/lib/{createServer-zu4cDiPe.js → createServer-DN5AJLcN.js} +3 -3
  163. package/lib/{createServer-zu4cDiPe.js.map → createServer-DN5AJLcN.js.map} +1 -1
  164. package/lib/{errors-CPPSp5F4.js → errors-D_5vKvUq.js} +3 -3
  165. package/lib/{errors-CPPSp5F4.js.map → errors-D_5vKvUq.js.map} +1 -1
  166. package/lib/hook-CHXroBFt.js +1503 -0
  167. package/lib/hook-CHXroBFt.js.map +1 -0
  168. package/lib/{index-jWXxqkni.js → index-DJVaRmzI.js} +63 -62
  169. package/lib/index-DJVaRmzI.js.map +1 -0
  170. package/lib/{mutation-C1XCQTQL.js → mutation-BpcyTgWI.js} +2 -2
  171. package/lib/{mutation-C1XCQTQL.js.map → mutation-BpcyTgWI.js.map} +1 -1
  172. package/lib/ui/SyntaxHighlight.js +2 -2
  173. package/lib/{useMutation-BKvPttRn.js → useMutation-N4ockVKi.js} +3 -3
  174. package/lib/{useMutation-BKvPttRn.js.map → useMutation-N4ockVKi.js.map} +1 -1
  175. package/lib/zudoku.auth-auth0.js +1 -1
  176. package/lib/zudoku.auth-azureb2c.js +2 -2
  177. package/lib/zudoku.auth-clerk.js +2 -2
  178. package/lib/zudoku.auth-openid.js +2 -2
  179. package/lib/zudoku.components.js +2756 -3424
  180. package/lib/zudoku.components.js.map +1 -1
  181. package/lib/zudoku.hooks.js +2 -2
  182. package/lib/zudoku.plugin-api-catalog.js +44 -44
  183. package/lib/zudoku.plugin-api-catalog.js.map +1 -1
  184. package/lib/zudoku.plugin-api-keys.js +42 -39
  185. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  186. package/lib/zudoku.plugin-custom-pages.js +22 -16
  187. package/lib/zudoku.plugin-custom-pages.js.map +1 -1
  188. package/lib/zudoku.plugin-markdown.js +20 -69
  189. package/lib/zudoku.plugin-markdown.js.map +1 -1
  190. package/lib/zudoku.plugin-openapi.js +5 -5
  191. package/lib/zudoku.plugin-search-pagefind.js +2 -2
  192. package/lib/zudoku.plugins.js.map +1 -1
  193. package/package.json +12 -9
  194. package/src/app/ZuploBuildConfig.ts +1 -1
  195. package/src/app/demo.tsx +4 -3
  196. package/src/app/main.css +5 -0
  197. package/src/app/main.tsx +6 -5
  198. package/src/app/standalone.tsx +4 -3
  199. package/src/lib/components/BuildCheck.tsx +1 -1
  200. package/src/lib/components/Header.tsx +5 -3
  201. package/src/lib/components/Heading.tsx +7 -3
  202. package/src/lib/components/Main.tsx +8 -8
  203. package/src/lib/components/MobileTopNavigation.tsx +12 -11
  204. package/src/lib/components/PageProgress.tsx +28 -0
  205. package/src/lib/components/TopNavigation.tsx +57 -66
  206. package/src/lib/components/context/ZudokuContext.ts +50 -32
  207. package/src/lib/components/navigation/{Sidebar.tsx → Navigation.tsx} +18 -16
  208. package/src/lib/components/navigation/{SidebarBadge.tsx → NavigationBadge.tsx} +1 -1
  209. package/src/lib/components/navigation/{SidebarCategory.tsx → NavigationCategory.tsx} +16 -14
  210. package/src/lib/components/navigation/{SidebarItem.tsx → NavigationItem.tsx} +23 -17
  211. package/src/lib/components/navigation/{SidebarWrapper.tsx → NavigationWrapper.tsx} +2 -2
  212. package/src/lib/components/navigation/utils.ts +27 -28
  213. package/src/lib/core/ZudokuContext.ts +9 -15
  214. package/src/lib/core/plugins.ts +2 -2
  215. package/src/lib/hooks/useEvent.test.tsx +7 -5
  216. package/src/lib/plugins/api-catalog/Catalog.tsx +1 -1
  217. package/src/lib/plugins/api-catalog/index.tsx +19 -19
  218. package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +6 -5
  219. package/src/lib/plugins/custom-pages/index.tsx +20 -11
  220. package/src/lib/plugins/markdown/MdxPage.tsx +6 -3
  221. package/src/lib/plugins/markdown/index.tsx +19 -40
  222. package/src/lib/plugins/openapi/OperationList.tsx +1 -1
  223. package/src/lib/plugins/openapi/OperationListItem.tsx +1 -1
  224. package/src/lib/plugins/openapi/SchemaList.tsx +2 -2
  225. package/src/lib/plugins/openapi/graphql/gql.ts +5 -5
  226. package/src/lib/plugins/openapi/graphql/graphql.ts +6 -6
  227. package/src/lib/plugins/openapi/index.tsx +11 -11
  228. package/src/lib/plugins/openapi/interfaces.ts +3 -3
  229. package/src/lib/plugins/openapi/util/{createSidebarCategory.tsx → createNavigationCategory.tsx} +6 -5
  230. package/src/lib/plugins/openapi/util/getRoutes.tsx +2 -2
  231. package/src/lib/plugins/openapi/util/methodColorMap.tsx +1 -1
  232. package/src/lib/util/useScrollToAnchor.ts +3 -3
  233. package/dist/config/validators/InputSidebarSchema.d.ts +0 -220
  234. package/dist/config/validators/InputSidebarSchema.js +0 -63
  235. package/dist/config/validators/InputSidebarSchema.js.map +0 -1
  236. package/dist/config/validators/SidebarSchema.d.ts +0 -46
  237. package/dist/config/validators/SidebarSchema.js +0 -118
  238. package/dist/config/validators/SidebarSchema.js.map +0 -1
  239. package/dist/lib/components/navigation/Sidebar.d.ts +0 -5
  240. package/dist/lib/components/navigation/Sidebar.js +0 -10
  241. package/dist/lib/components/navigation/Sidebar.js.map +0 -1
  242. package/dist/lib/components/navigation/SidebarBadge.js.map +0 -1
  243. package/dist/lib/components/navigation/SidebarCategory.d.ts +0 -5
  244. package/dist/lib/components/navigation/SidebarCategory.js.map +0 -1
  245. package/dist/lib/components/navigation/SidebarItem.d.ts +0 -6
  246. package/dist/lib/components/navigation/SidebarItem.js +0 -44
  247. package/dist/lib/components/navigation/SidebarItem.js.map +0 -1
  248. package/dist/lib/components/navigation/SidebarWrapper.js.map +0 -1
  249. package/dist/lib/plugins/markdown/resolver.d.ts +0 -32
  250. package/dist/lib/plugins/markdown/resolver.js +0 -46
  251. package/dist/lib/plugins/markdown/resolver.js.map +0 -1
  252. package/dist/lib/plugins/openapi/util/createSidebarCategory.d.ts +0 -9
  253. package/dist/lib/plugins/openapi/util/createSidebarCategory.js.map +0 -1
  254. package/dist/vite/plugin-sidebar.js.map +0 -1
  255. package/lib/Markdown-C5j8kKSX.js.map +0 -1
  256. package/lib/MdxPage-CKTMf1cR.js.map +0 -1
  257. package/lib/OasProvider-_GzmsbMg.js +0 -33
  258. package/lib/OasProvider-_GzmsbMg.js.map +0 -1
  259. package/lib/SchemaList-Dgc0A8x5.js.map +0 -1
  260. package/lib/hook-7wZANGJP.js +0 -1483
  261. package/lib/hook-7wZANGJP.js.map +0 -1
  262. package/lib/index-jWXxqkni.js.map +0 -1
  263. package/lib/joinPath-B7kNnUX4.js +0 -8
  264. package/lib/joinPath-B7kNnUX4.js.map +0 -1
  265. package/src/lib/plugins/markdown/resolver.ts +0 -59
@@ -1,2 +1,1776 @@
1
- export {};
1
+ /* Generated by scripts/generate-types.js */
2
+ export const IconNames = [
3
+ "a-arrow-down",
4
+ "a-arrow-up",
5
+ "a-large-small",
6
+ "accessibility",
7
+ "activity",
8
+ "activity-square",
9
+ "air-vent",
10
+ "airplay",
11
+ "alarm-check",
12
+ "alarm-clock",
13
+ "alarm-clock-check",
14
+ "alarm-clock-minus",
15
+ "alarm-clock-off",
16
+ "alarm-clock-plus",
17
+ "alarm-minus",
18
+ "alarm-plus",
19
+ "alarm-smoke",
20
+ "album",
21
+ "alert-circle",
22
+ "alert-octagon",
23
+ "alert-triangle",
24
+ "align-center",
25
+ "align-center-horizontal",
26
+ "align-center-vertical",
27
+ "align-end-horizontal",
28
+ "align-end-vertical",
29
+ "align-horizontal-distribute-center",
30
+ "align-horizontal-distribute-end",
31
+ "align-horizontal-distribute-start",
32
+ "align-horizontal-justify-center",
33
+ "align-horizontal-justify-end",
34
+ "align-horizontal-justify-start",
35
+ "align-horizontal-space-around",
36
+ "align-horizontal-space-between",
37
+ "align-justify",
38
+ "align-left",
39
+ "align-right",
40
+ "align-start-horizontal",
41
+ "align-start-vertical",
42
+ "align-vertical-distribute-center",
43
+ "align-vertical-distribute-end",
44
+ "align-vertical-distribute-start",
45
+ "align-vertical-justify-center",
46
+ "align-vertical-justify-end",
47
+ "align-vertical-justify-start",
48
+ "align-vertical-space-around",
49
+ "align-vertical-space-between",
50
+ "ambulance",
51
+ "ampersand",
52
+ "ampersands",
53
+ "amphora",
54
+ "anchor",
55
+ "angry",
56
+ "annoyed",
57
+ "antenna",
58
+ "anvil",
59
+ "aperture",
60
+ "app-window",
61
+ "app-window-mac",
62
+ "apple",
63
+ "archive",
64
+ "archive-restore",
65
+ "archive-x",
66
+ "area-chart",
67
+ "armchair",
68
+ "arrow-big-down",
69
+ "arrow-big-down-dash",
70
+ "arrow-big-left",
71
+ "arrow-big-left-dash",
72
+ "arrow-big-right",
73
+ "arrow-big-right-dash",
74
+ "arrow-big-up",
75
+ "arrow-big-up-dash",
76
+ "arrow-down",
77
+ "arrow-down-0-1",
78
+ "arrow-down-01",
79
+ "arrow-down-1-0",
80
+ "arrow-down-10",
81
+ "arrow-down-a-z",
82
+ "arrow-down-az",
83
+ "arrow-down-circle",
84
+ "arrow-down-from-line",
85
+ "arrow-down-left",
86
+ "arrow-down-left-from-circle",
87
+ "arrow-down-left-from-square",
88
+ "arrow-down-left-square",
89
+ "arrow-down-narrow-wide",
90
+ "arrow-down-right",
91
+ "arrow-down-right-from-circle",
92
+ "arrow-down-right-from-square",
93
+ "arrow-down-right-square",
94
+ "arrow-down-square",
95
+ "arrow-down-to-dot",
96
+ "arrow-down-to-line",
97
+ "arrow-down-up",
98
+ "arrow-down-wide-narrow",
99
+ "arrow-down-z-a",
100
+ "arrow-down-za",
101
+ "arrow-left",
102
+ "arrow-left-circle",
103
+ "arrow-left-from-line",
104
+ "arrow-left-right",
105
+ "arrow-left-square",
106
+ "arrow-left-to-line",
107
+ "arrow-right",
108
+ "arrow-right-circle",
109
+ "arrow-right-from-line",
110
+ "arrow-right-left",
111
+ "arrow-right-square",
112
+ "arrow-right-to-line",
113
+ "arrow-up",
114
+ "arrow-up-0-1",
115
+ "arrow-up-01",
116
+ "arrow-up-1-0",
117
+ "arrow-up-10",
118
+ "arrow-up-a-z",
119
+ "arrow-up-az",
120
+ "arrow-up-circle",
121
+ "arrow-up-down",
122
+ "arrow-up-from-dot",
123
+ "arrow-up-from-line",
124
+ "arrow-up-left",
125
+ "arrow-up-left-from-circle",
126
+ "arrow-up-left-from-square",
127
+ "arrow-up-left-square",
128
+ "arrow-up-narrow-wide",
129
+ "arrow-up-right",
130
+ "arrow-up-right-from-circle",
131
+ "arrow-up-right-from-square",
132
+ "arrow-up-right-square",
133
+ "arrow-up-square",
134
+ "arrow-up-to-line",
135
+ "arrow-up-wide-narrow",
136
+ "arrow-up-z-a",
137
+ "arrow-up-za",
138
+ "arrows-up-from-line",
139
+ "asterisk",
140
+ "asterisk-square",
141
+ "at-sign",
142
+ "atom",
143
+ "audio-lines",
144
+ "audio-waveform",
145
+ "award",
146
+ "axe",
147
+ "axis-3-d",
148
+ "axis-3d",
149
+ "baby",
150
+ "backpack",
151
+ "badge",
152
+ "badge-alert",
153
+ "badge-cent",
154
+ "badge-check",
155
+ "badge-dollar-sign",
156
+ "badge-euro",
157
+ "badge-help",
158
+ "badge-indian-rupee",
159
+ "badge-info",
160
+ "badge-japanese-yen",
161
+ "badge-minus",
162
+ "badge-percent",
163
+ "badge-plus",
164
+ "badge-pound-sterling",
165
+ "badge-russian-ruble",
166
+ "badge-swiss-franc",
167
+ "badge-x",
168
+ "baggage-claim",
169
+ "ban",
170
+ "banana",
171
+ "bandage",
172
+ "banknote",
173
+ "banknote-arrow-down",
174
+ "banknote-arrow-up",
175
+ "banknote-x",
176
+ "bar-chart",
177
+ "bar-chart-2",
178
+ "bar-chart-3",
179
+ "bar-chart-4",
180
+ "bar-chart-big",
181
+ "bar-chart-horizontal",
182
+ "bar-chart-horizontal-big",
183
+ "barcode",
184
+ "baseline",
185
+ "bath",
186
+ "battery",
187
+ "battery-charging",
188
+ "battery-full",
189
+ "battery-low",
190
+ "battery-medium",
191
+ "battery-plus",
192
+ "battery-warning",
193
+ "beaker",
194
+ "bean",
195
+ "bean-off",
196
+ "bed",
197
+ "bed-double",
198
+ "bed-single",
199
+ "beef",
200
+ "beer",
201
+ "beer-off",
202
+ "bell",
203
+ "bell-dot",
204
+ "bell-electric",
205
+ "bell-minus",
206
+ "bell-off",
207
+ "bell-plus",
208
+ "bell-ring",
209
+ "between-horizonal-end",
210
+ "between-horizonal-start",
211
+ "between-horizontal-end",
212
+ "between-horizontal-start",
213
+ "between-vertical-end",
214
+ "between-vertical-start",
215
+ "biceps-flexed",
216
+ "bike",
217
+ "binary",
218
+ "binoculars",
219
+ "biohazard",
220
+ "bird",
221
+ "bitcoin",
222
+ "blend",
223
+ "blinds",
224
+ "blocks",
225
+ "bluetooth",
226
+ "bluetooth-connected",
227
+ "bluetooth-off",
228
+ "bluetooth-searching",
229
+ "bold",
230
+ "bolt",
231
+ "bomb",
232
+ "bone",
233
+ "book",
234
+ "book-a",
235
+ "book-audio",
236
+ "book-check",
237
+ "book-copy",
238
+ "book-dashed",
239
+ "book-down",
240
+ "book-headphones",
241
+ "book-heart",
242
+ "book-image",
243
+ "book-key",
244
+ "book-lock",
245
+ "book-marked",
246
+ "book-minus",
247
+ "book-open",
248
+ "book-open-check",
249
+ "book-open-text",
250
+ "book-plus",
251
+ "book-template",
252
+ "book-text",
253
+ "book-type",
254
+ "book-up",
255
+ "book-up-2",
256
+ "book-user",
257
+ "book-x",
258
+ "bookmark",
259
+ "bookmark-check",
260
+ "bookmark-minus",
261
+ "bookmark-plus",
262
+ "bookmark-x",
263
+ "boom-box",
264
+ "bot",
265
+ "bot-message-square",
266
+ "bot-off",
267
+ "box",
268
+ "box-select",
269
+ "boxes",
270
+ "braces",
271
+ "brackets",
272
+ "brain",
273
+ "brain-circuit",
274
+ "brain-cog",
275
+ "brick-wall",
276
+ "briefcase",
277
+ "briefcase-business",
278
+ "briefcase-conveyor-belt",
279
+ "briefcase-medical",
280
+ "bring-to-front",
281
+ "brush",
282
+ "bug",
283
+ "bug-off",
284
+ "bug-play",
285
+ "building",
286
+ "building-2",
287
+ "bus",
288
+ "bus-front",
289
+ "cable",
290
+ "cable-car",
291
+ "cake",
292
+ "cake-slice",
293
+ "calculator",
294
+ "calendar",
295
+ "calendar-1",
296
+ "calendar-arrow-down",
297
+ "calendar-arrow-up",
298
+ "calendar-check",
299
+ "calendar-check-2",
300
+ "calendar-clock",
301
+ "calendar-cog",
302
+ "calendar-days",
303
+ "calendar-fold",
304
+ "calendar-heart",
305
+ "calendar-minus",
306
+ "calendar-minus-2",
307
+ "calendar-off",
308
+ "calendar-plus",
309
+ "calendar-plus-2",
310
+ "calendar-range",
311
+ "calendar-search",
312
+ "calendar-sync",
313
+ "calendar-x",
314
+ "calendar-x-2",
315
+ "camera",
316
+ "camera-off",
317
+ "candlestick-chart",
318
+ "candy",
319
+ "candy-cane",
320
+ "candy-off",
321
+ "cannabis",
322
+ "captions",
323
+ "captions-off",
324
+ "car",
325
+ "car-front",
326
+ "car-taxi-front",
327
+ "caravan",
328
+ "carrot",
329
+ "case-lower",
330
+ "case-sensitive",
331
+ "case-upper",
332
+ "cassette-tape",
333
+ "cast",
334
+ "castle",
335
+ "cat",
336
+ "cctv",
337
+ "chart-area",
338
+ "chart-bar",
339
+ "chart-bar-big",
340
+ "chart-bar-decreasing",
341
+ "chart-bar-increasing",
342
+ "chart-bar-stacked",
343
+ "chart-candlestick",
344
+ "chart-column",
345
+ "chart-column-big",
346
+ "chart-column-decreasing",
347
+ "chart-column-increasing",
348
+ "chart-column-stacked",
349
+ "chart-gantt",
350
+ "chart-line",
351
+ "chart-network",
352
+ "chart-no-axes-column",
353
+ "chart-no-axes-column-decreasing",
354
+ "chart-no-axes-column-increasing",
355
+ "chart-no-axes-combined",
356
+ "chart-no-axes-gantt",
357
+ "chart-pie",
358
+ "chart-scatter",
359
+ "chart-spline",
360
+ "check",
361
+ "check-check",
362
+ "check-circle",
363
+ "check-circle-2",
364
+ "check-square",
365
+ "check-square-2",
366
+ "chef-hat",
367
+ "cherry",
368
+ "chevron-down",
369
+ "chevron-down-circle",
370
+ "chevron-down-square",
371
+ "chevron-first",
372
+ "chevron-last",
373
+ "chevron-left",
374
+ "chevron-left-circle",
375
+ "chevron-left-square",
376
+ "chevron-right",
377
+ "chevron-right-circle",
378
+ "chevron-right-square",
379
+ "chevron-up",
380
+ "chevron-up-circle",
381
+ "chevron-up-square",
382
+ "chevrons-down",
383
+ "chevrons-down-up",
384
+ "chevrons-left",
385
+ "chevrons-left-right",
386
+ "chevrons-left-right-ellipsis",
387
+ "chevrons-right",
388
+ "chevrons-right-left",
389
+ "chevrons-up",
390
+ "chevrons-up-down",
391
+ "chrome",
392
+ "church",
393
+ "cigarette",
394
+ "cigarette-off",
395
+ "circle",
396
+ "circle-alert",
397
+ "circle-arrow-down",
398
+ "circle-arrow-left",
399
+ "circle-arrow-out-down-left",
400
+ "circle-arrow-out-down-right",
401
+ "circle-arrow-out-up-left",
402
+ "circle-arrow-out-up-right",
403
+ "circle-arrow-right",
404
+ "circle-arrow-up",
405
+ "circle-check",
406
+ "circle-check-big",
407
+ "circle-chevron-down",
408
+ "circle-chevron-left",
409
+ "circle-chevron-right",
410
+ "circle-chevron-up",
411
+ "circle-dashed",
412
+ "circle-divide",
413
+ "circle-dollar-sign",
414
+ "circle-dot",
415
+ "circle-dot-dashed",
416
+ "circle-ellipsis",
417
+ "circle-equal",
418
+ "circle-fading-arrow-up",
419
+ "circle-fading-plus",
420
+ "circle-gauge",
421
+ "circle-help",
422
+ "circle-minus",
423
+ "circle-off",
424
+ "circle-parking",
425
+ "circle-parking-off",
426
+ "circle-pause",
427
+ "circle-percent",
428
+ "circle-play",
429
+ "circle-plus",
430
+ "circle-power",
431
+ "circle-slash",
432
+ "circle-slash-2",
433
+ "circle-slashed",
434
+ "circle-small",
435
+ "circle-stop",
436
+ "circle-user",
437
+ "circle-user-round",
438
+ "circle-x",
439
+ "circuit-board",
440
+ "citrus",
441
+ "clapperboard",
442
+ "clipboard",
443
+ "clipboard-check",
444
+ "clipboard-copy",
445
+ "clipboard-edit",
446
+ "clipboard-list",
447
+ "clipboard-minus",
448
+ "clipboard-paste",
449
+ "clipboard-pen",
450
+ "clipboard-pen-line",
451
+ "clipboard-plus",
452
+ "clipboard-signature",
453
+ "clipboard-type",
454
+ "clipboard-x",
455
+ "clock",
456
+ "clock-1",
457
+ "clock-10",
458
+ "clock-11",
459
+ "clock-12",
460
+ "clock-2",
461
+ "clock-3",
462
+ "clock-4",
463
+ "clock-5",
464
+ "clock-6",
465
+ "clock-7",
466
+ "clock-8",
467
+ "clock-9",
468
+ "clock-alert",
469
+ "clock-arrow-down",
470
+ "clock-arrow-up",
471
+ "clock-fading",
472
+ "cloud",
473
+ "cloud-alert",
474
+ "cloud-cog",
475
+ "cloud-download",
476
+ "cloud-drizzle",
477
+ "cloud-fog",
478
+ "cloud-hail",
479
+ "cloud-lightning",
480
+ "cloud-moon",
481
+ "cloud-moon-rain",
482
+ "cloud-off",
483
+ "cloud-rain",
484
+ "cloud-rain-wind",
485
+ "cloud-snow",
486
+ "cloud-sun",
487
+ "cloud-sun-rain",
488
+ "cloud-upload",
489
+ "cloudy",
490
+ "clover",
491
+ "club",
492
+ "code",
493
+ "code-2",
494
+ "code-square",
495
+ "code-xml",
496
+ "codepen",
497
+ "codesandbox",
498
+ "coffee",
499
+ "cog",
500
+ "coins",
501
+ "columns",
502
+ "columns-2",
503
+ "columns-3",
504
+ "columns-4",
505
+ "combine",
506
+ "command",
507
+ "compass",
508
+ "component",
509
+ "computer",
510
+ "concierge-bell",
511
+ "cone",
512
+ "construction",
513
+ "contact",
514
+ "contact-2",
515
+ "contact-round",
516
+ "container",
517
+ "contrast",
518
+ "cookie",
519
+ "cooking-pot",
520
+ "copy",
521
+ "copy-check",
522
+ "copy-minus",
523
+ "copy-plus",
524
+ "copy-slash",
525
+ "copy-x",
526
+ "copyleft",
527
+ "copyright",
528
+ "corner-down-left",
529
+ "corner-down-right",
530
+ "corner-left-down",
531
+ "corner-left-up",
532
+ "corner-right-down",
533
+ "corner-right-up",
534
+ "corner-up-left",
535
+ "corner-up-right",
536
+ "cpu",
537
+ "creative-commons",
538
+ "credit-card",
539
+ "croissant",
540
+ "crop",
541
+ "cross",
542
+ "crosshair",
543
+ "crown",
544
+ "cuboid",
545
+ "cup-soda",
546
+ "curly-braces",
547
+ "currency",
548
+ "cylinder",
549
+ "dam",
550
+ "database",
551
+ "database-backup",
552
+ "database-zap",
553
+ "delete",
554
+ "dessert",
555
+ "diameter",
556
+ "diamond",
557
+ "diamond-minus",
558
+ "diamond-percent",
559
+ "diamond-plus",
560
+ "dice-1",
561
+ "dice-2",
562
+ "dice-3",
563
+ "dice-4",
564
+ "dice-5",
565
+ "dice-6",
566
+ "dices",
567
+ "diff",
568
+ "disc",
569
+ "disc-2",
570
+ "disc-3",
571
+ "disc-album",
572
+ "divide",
573
+ "divide-circle",
574
+ "divide-square",
575
+ "dna",
576
+ "dna-off",
577
+ "dock",
578
+ "dog",
579
+ "dollar-sign",
580
+ "donut",
581
+ "door-closed",
582
+ "door-open",
583
+ "dot",
584
+ "dot-square",
585
+ "download",
586
+ "download-cloud",
587
+ "drafting-compass",
588
+ "drama",
589
+ "dribbble",
590
+ "drill",
591
+ "droplet",
592
+ "droplet-off",
593
+ "droplets",
594
+ "drum",
595
+ "drumstick",
596
+ "dumbbell",
597
+ "ear",
598
+ "ear-off",
599
+ "earth",
600
+ "earth-lock",
601
+ "eclipse",
602
+ "edit",
603
+ "edit-2",
604
+ "edit-3",
605
+ "egg",
606
+ "egg-fried",
607
+ "egg-off",
608
+ "ellipsis",
609
+ "ellipsis-vertical",
610
+ "equal",
611
+ "equal-approximately",
612
+ "equal-not",
613
+ "equal-square",
614
+ "eraser",
615
+ "ethernet-port",
616
+ "euro",
617
+ "expand",
618
+ "external-link",
619
+ "eye",
620
+ "eye-closed",
621
+ "eye-off",
622
+ "facebook",
623
+ "factory",
624
+ "fan",
625
+ "fast-forward",
626
+ "feather",
627
+ "fence",
628
+ "ferris-wheel",
629
+ "figma",
630
+ "file",
631
+ "file-archive",
632
+ "file-audio",
633
+ "file-audio-2",
634
+ "file-axis-3-d",
635
+ "file-axis-3d",
636
+ "file-badge",
637
+ "file-badge-2",
638
+ "file-bar-chart",
639
+ "file-bar-chart-2",
640
+ "file-box",
641
+ "file-chart-column",
642
+ "file-chart-column-increasing",
643
+ "file-chart-line",
644
+ "file-chart-pie",
645
+ "file-check",
646
+ "file-check-2",
647
+ "file-clock",
648
+ "file-code",
649
+ "file-code-2",
650
+ "file-cog",
651
+ "file-cog-2",
652
+ "file-diff",
653
+ "file-digit",
654
+ "file-down",
655
+ "file-edit",
656
+ "file-heart",
657
+ "file-image",
658
+ "file-input",
659
+ "file-json",
660
+ "file-json-2",
661
+ "file-key",
662
+ "file-key-2",
663
+ "file-line-chart",
664
+ "file-lock",
665
+ "file-lock-2",
666
+ "file-minus",
667
+ "file-minus-2",
668
+ "file-music",
669
+ "file-output",
670
+ "file-pen",
671
+ "file-pen-line",
672
+ "file-pie-chart",
673
+ "file-plus",
674
+ "file-plus-2",
675
+ "file-question",
676
+ "file-scan",
677
+ "file-search",
678
+ "file-search-2",
679
+ "file-signature",
680
+ "file-sliders",
681
+ "file-spreadsheet",
682
+ "file-stack",
683
+ "file-symlink",
684
+ "file-terminal",
685
+ "file-text",
686
+ "file-type",
687
+ "file-type-2",
688
+ "file-up",
689
+ "file-user",
690
+ "file-video",
691
+ "file-video-2",
692
+ "file-volume",
693
+ "file-volume-2",
694
+ "file-warning",
695
+ "file-x",
696
+ "file-x-2",
697
+ "files",
698
+ "film",
699
+ "filter",
700
+ "filter-x",
701
+ "fingerprint",
702
+ "fire-extinguisher",
703
+ "fish",
704
+ "fish-off",
705
+ "fish-symbol",
706
+ "flag",
707
+ "flag-off",
708
+ "flag-triangle-left",
709
+ "flag-triangle-right",
710
+ "flame",
711
+ "flame-kindling",
712
+ "flashlight",
713
+ "flashlight-off",
714
+ "flask-conical",
715
+ "flask-conical-off",
716
+ "flask-round",
717
+ "flip-horizontal",
718
+ "flip-horizontal-2",
719
+ "flip-vertical",
720
+ "flip-vertical-2",
721
+ "flower",
722
+ "flower-2",
723
+ "focus",
724
+ "fold-horizontal",
725
+ "fold-vertical",
726
+ "folder",
727
+ "folder-archive",
728
+ "folder-check",
729
+ "folder-clock",
730
+ "folder-closed",
731
+ "folder-code",
732
+ "folder-cog",
733
+ "folder-cog-2",
734
+ "folder-dot",
735
+ "folder-down",
736
+ "folder-edit",
737
+ "folder-git",
738
+ "folder-git-2",
739
+ "folder-heart",
740
+ "folder-input",
741
+ "folder-kanban",
742
+ "folder-key",
743
+ "folder-lock",
744
+ "folder-minus",
745
+ "folder-open",
746
+ "folder-open-dot",
747
+ "folder-output",
748
+ "folder-pen",
749
+ "folder-plus",
750
+ "folder-root",
751
+ "folder-search",
752
+ "folder-search-2",
753
+ "folder-symlink",
754
+ "folder-sync",
755
+ "folder-tree",
756
+ "folder-up",
757
+ "folder-x",
758
+ "folders",
759
+ "footprints",
760
+ "fork-knife",
761
+ "fork-knife-crossed",
762
+ "forklift",
763
+ "form-input",
764
+ "forward",
765
+ "frame",
766
+ "framer",
767
+ "frown",
768
+ "fuel",
769
+ "fullscreen",
770
+ "function-square",
771
+ "funnel",
772
+ "funnel-plus",
773
+ "funnel-x",
774
+ "gallery-horizontal",
775
+ "gallery-horizontal-end",
776
+ "gallery-thumbnails",
777
+ "gallery-vertical",
778
+ "gallery-vertical-end",
779
+ "gamepad",
780
+ "gamepad-2",
781
+ "gantt-chart",
782
+ "gantt-chart-square",
783
+ "gauge",
784
+ "gauge-circle",
785
+ "gavel",
786
+ "gem",
787
+ "ghost",
788
+ "gift",
789
+ "git-branch",
790
+ "git-branch-plus",
791
+ "git-commit",
792
+ "git-commit-horizontal",
793
+ "git-commit-vertical",
794
+ "git-compare",
795
+ "git-compare-arrows",
796
+ "git-fork",
797
+ "git-graph",
798
+ "git-merge",
799
+ "git-pull-request",
800
+ "git-pull-request-arrow",
801
+ "git-pull-request-closed",
802
+ "git-pull-request-create",
803
+ "git-pull-request-create-arrow",
804
+ "git-pull-request-draft",
805
+ "github",
806
+ "gitlab",
807
+ "glass-water",
808
+ "glasses",
809
+ "globe",
810
+ "globe-2",
811
+ "globe-lock",
812
+ "goal",
813
+ "grab",
814
+ "graduation-cap",
815
+ "grape",
816
+ "grid",
817
+ "grid-2-x-2",
818
+ "grid-2-x-2-check",
819
+ "grid-2-x-2-plus",
820
+ "grid-2-x-2-x",
821
+ "grid-2x2",
822
+ "grid-2x2-check",
823
+ "grid-2x2-plus",
824
+ "grid-2x2-x",
825
+ "grid-3-x-3",
826
+ "grid-3x3",
827
+ "grip",
828
+ "grip-horizontal",
829
+ "grip-vertical",
830
+ "group",
831
+ "guitar",
832
+ "ham",
833
+ "hammer",
834
+ "hand",
835
+ "hand-coins",
836
+ "hand-heart",
837
+ "hand-helping",
838
+ "hand-metal",
839
+ "hand-platter",
840
+ "handshake",
841
+ "hard-drive",
842
+ "hard-drive-download",
843
+ "hard-drive-upload",
844
+ "hard-hat",
845
+ "hash",
846
+ "haze",
847
+ "hdmi-port",
848
+ "heading",
849
+ "heading-1",
850
+ "heading-2",
851
+ "heading-3",
852
+ "heading-4",
853
+ "heading-5",
854
+ "heading-6",
855
+ "headphone-off",
856
+ "headphones",
857
+ "headset",
858
+ "heart",
859
+ "heart-crack",
860
+ "heart-handshake",
861
+ "heart-off",
862
+ "heart-pulse",
863
+ "heater",
864
+ "help-circle",
865
+ "helping-hand",
866
+ "hexagon",
867
+ "highlighter",
868
+ "history",
869
+ "home",
870
+ "hop",
871
+ "hop-off",
872
+ "hospital",
873
+ "hotel",
874
+ "hourglass",
875
+ "house",
876
+ "house-plug",
877
+ "house-plus",
878
+ "house-wifi",
879
+ "ice-cream",
880
+ "ice-cream-2",
881
+ "ice-cream-bowl",
882
+ "ice-cream-cone",
883
+ "id-card",
884
+ "image",
885
+ "image-down",
886
+ "image-minus",
887
+ "image-off",
888
+ "image-play",
889
+ "image-plus",
890
+ "image-up",
891
+ "image-upscale",
892
+ "images",
893
+ "import",
894
+ "inbox",
895
+ "indent",
896
+ "indent-decrease",
897
+ "indent-increase",
898
+ "indian-rupee",
899
+ "infinity",
900
+ "info",
901
+ "inspect",
902
+ "inspection-panel",
903
+ "instagram",
904
+ "italic",
905
+ "iteration-ccw",
906
+ "iteration-cw",
907
+ "japanese-yen",
908
+ "joystick",
909
+ "kanban",
910
+ "kanban-square",
911
+ "kanban-square-dashed",
912
+ "key",
913
+ "key-round",
914
+ "key-square",
915
+ "keyboard",
916
+ "keyboard-music",
917
+ "keyboard-off",
918
+ "lamp",
919
+ "lamp-ceiling",
920
+ "lamp-desk",
921
+ "lamp-floor",
922
+ "lamp-wall-down",
923
+ "lamp-wall-up",
924
+ "land-plot",
925
+ "landmark",
926
+ "languages",
927
+ "laptop",
928
+ "laptop-2",
929
+ "laptop-minimal",
930
+ "laptop-minimal-check",
931
+ "lasso",
932
+ "lasso-select",
933
+ "laugh",
934
+ "layers",
935
+ "layers-2",
936
+ "layers-3",
937
+ "layout",
938
+ "layout-dashboard",
939
+ "layout-grid",
940
+ "layout-list",
941
+ "layout-panel-left",
942
+ "layout-panel-top",
943
+ "layout-template",
944
+ "leaf",
945
+ "leafy-green",
946
+ "lectern",
947
+ "letter-text",
948
+ "library",
949
+ "library-big",
950
+ "library-square",
951
+ "life-buoy",
952
+ "ligature",
953
+ "lightbulb",
954
+ "lightbulb-off",
955
+ "line-chart",
956
+ "link",
957
+ "link-2",
958
+ "link-2-off",
959
+ "linkedin",
960
+ "list",
961
+ "list-check",
962
+ "list-checks",
963
+ "list-collapse",
964
+ "list-end",
965
+ "list-filter",
966
+ "list-filter-plus",
967
+ "list-minus",
968
+ "list-music",
969
+ "list-ordered",
970
+ "list-plus",
971
+ "list-restart",
972
+ "list-start",
973
+ "list-todo",
974
+ "list-tree",
975
+ "list-video",
976
+ "list-x",
977
+ "loader",
978
+ "loader-2",
979
+ "loader-circle",
980
+ "loader-pinwheel",
981
+ "locate",
982
+ "locate-fixed",
983
+ "locate-off",
984
+ "lock",
985
+ "lock-keyhole",
986
+ "lock-keyhole-open",
987
+ "lock-open",
988
+ "log-in",
989
+ "log-out",
990
+ "logs",
991
+ "lollipop",
992
+ "luggage",
993
+ "m-square",
994
+ "magnet",
995
+ "mail",
996
+ "mail-check",
997
+ "mail-minus",
998
+ "mail-open",
999
+ "mail-plus",
1000
+ "mail-question",
1001
+ "mail-search",
1002
+ "mail-warning",
1003
+ "mail-x",
1004
+ "mailbox",
1005
+ "mails",
1006
+ "map",
1007
+ "map-pin",
1008
+ "map-pin-check",
1009
+ "map-pin-check-inside",
1010
+ "map-pin-house",
1011
+ "map-pin-minus",
1012
+ "map-pin-minus-inside",
1013
+ "map-pin-off",
1014
+ "map-pin-plus",
1015
+ "map-pin-plus-inside",
1016
+ "map-pin-x",
1017
+ "map-pin-x-inside",
1018
+ "map-pinned",
1019
+ "map-plus",
1020
+ "mars",
1021
+ "mars-stroke",
1022
+ "martini",
1023
+ "maximize",
1024
+ "maximize-2",
1025
+ "medal",
1026
+ "megaphone",
1027
+ "megaphone-off",
1028
+ "meh",
1029
+ "memory-stick",
1030
+ "menu",
1031
+ "menu-square",
1032
+ "merge",
1033
+ "message-circle",
1034
+ "message-circle-code",
1035
+ "message-circle-dashed",
1036
+ "message-circle-heart",
1037
+ "message-circle-more",
1038
+ "message-circle-off",
1039
+ "message-circle-plus",
1040
+ "message-circle-question",
1041
+ "message-circle-reply",
1042
+ "message-circle-warning",
1043
+ "message-circle-x",
1044
+ "message-square",
1045
+ "message-square-code",
1046
+ "message-square-dashed",
1047
+ "message-square-diff",
1048
+ "message-square-dot",
1049
+ "message-square-heart",
1050
+ "message-square-lock",
1051
+ "message-square-more",
1052
+ "message-square-off",
1053
+ "message-square-plus",
1054
+ "message-square-quote",
1055
+ "message-square-reply",
1056
+ "message-square-share",
1057
+ "message-square-text",
1058
+ "message-square-warning",
1059
+ "message-square-x",
1060
+ "messages-square",
1061
+ "mic",
1062
+ "mic-2",
1063
+ "mic-off",
1064
+ "mic-vocal",
1065
+ "microchip",
1066
+ "microscope",
1067
+ "microwave",
1068
+ "milestone",
1069
+ "milk",
1070
+ "milk-off",
1071
+ "minimize",
1072
+ "minimize-2",
1073
+ "minus",
1074
+ "minus-circle",
1075
+ "minus-square",
1076
+ "monitor",
1077
+ "monitor-check",
1078
+ "monitor-cog",
1079
+ "monitor-dot",
1080
+ "monitor-down",
1081
+ "monitor-off",
1082
+ "monitor-pause",
1083
+ "monitor-play",
1084
+ "monitor-smartphone",
1085
+ "monitor-speaker",
1086
+ "monitor-stop",
1087
+ "monitor-up",
1088
+ "monitor-x",
1089
+ "moon",
1090
+ "moon-star",
1091
+ "more-horizontal",
1092
+ "more-vertical",
1093
+ "mountain",
1094
+ "mountain-snow",
1095
+ "mouse",
1096
+ "mouse-off",
1097
+ "mouse-pointer",
1098
+ "mouse-pointer-2",
1099
+ "mouse-pointer-ban",
1100
+ "mouse-pointer-click",
1101
+ "mouse-pointer-square-dashed",
1102
+ "move",
1103
+ "move-3-d",
1104
+ "move-3d",
1105
+ "move-diagonal",
1106
+ "move-diagonal-2",
1107
+ "move-down",
1108
+ "move-down-left",
1109
+ "move-down-right",
1110
+ "move-horizontal",
1111
+ "move-left",
1112
+ "move-right",
1113
+ "move-up",
1114
+ "move-up-left",
1115
+ "move-up-right",
1116
+ "move-vertical",
1117
+ "music",
1118
+ "music-2",
1119
+ "music-3",
1120
+ "music-4",
1121
+ "navigation",
1122
+ "navigation-2",
1123
+ "navigation-2-off",
1124
+ "navigation-off",
1125
+ "network",
1126
+ "newspaper",
1127
+ "nfc",
1128
+ "non-binary",
1129
+ "notebook",
1130
+ "notebook-pen",
1131
+ "notebook-tabs",
1132
+ "notebook-text",
1133
+ "notepad-text",
1134
+ "notepad-text-dashed",
1135
+ "nut",
1136
+ "nut-off",
1137
+ "octagon",
1138
+ "octagon-alert",
1139
+ "octagon-minus",
1140
+ "octagon-pause",
1141
+ "octagon-x",
1142
+ "omega",
1143
+ "option",
1144
+ "orbit",
1145
+ "origami",
1146
+ "outdent",
1147
+ "package",
1148
+ "package-2",
1149
+ "package-check",
1150
+ "package-minus",
1151
+ "package-open",
1152
+ "package-plus",
1153
+ "package-search",
1154
+ "package-x",
1155
+ "paint-bucket",
1156
+ "paint-roller",
1157
+ "paintbrush",
1158
+ "paintbrush-2",
1159
+ "paintbrush-vertical",
1160
+ "palette",
1161
+ "palmtree",
1162
+ "panel-bottom",
1163
+ "panel-bottom-close",
1164
+ "panel-bottom-dashed",
1165
+ "panel-bottom-inactive",
1166
+ "panel-bottom-open",
1167
+ "panel-left",
1168
+ "panel-left-close",
1169
+ "panel-left-dashed",
1170
+ "panel-left-inactive",
1171
+ "panel-left-open",
1172
+ "panel-right",
1173
+ "panel-right-close",
1174
+ "panel-right-dashed",
1175
+ "panel-right-inactive",
1176
+ "panel-right-open",
1177
+ "panel-top",
1178
+ "panel-top-close",
1179
+ "panel-top-dashed",
1180
+ "panel-top-inactive",
1181
+ "panel-top-open",
1182
+ "panels-left-bottom",
1183
+ "panels-left-right",
1184
+ "panels-right-bottom",
1185
+ "panels-top-bottom",
1186
+ "panels-top-left",
1187
+ "paperclip",
1188
+ "parentheses",
1189
+ "parking-circle",
1190
+ "parking-circle-off",
1191
+ "parking-meter",
1192
+ "parking-square",
1193
+ "parking-square-off",
1194
+ "party-popper",
1195
+ "pause",
1196
+ "pause-circle",
1197
+ "pause-octagon",
1198
+ "paw-print",
1199
+ "pc-case",
1200
+ "pen",
1201
+ "pen-box",
1202
+ "pen-line",
1203
+ "pen-off",
1204
+ "pen-square",
1205
+ "pen-tool",
1206
+ "pencil",
1207
+ "pencil-line",
1208
+ "pencil-off",
1209
+ "pencil-ruler",
1210
+ "pentagon",
1211
+ "percent",
1212
+ "percent-circle",
1213
+ "percent-diamond",
1214
+ "percent-square",
1215
+ "person-standing",
1216
+ "philippine-peso",
1217
+ "phone",
1218
+ "phone-call",
1219
+ "phone-forwarded",
1220
+ "phone-incoming",
1221
+ "phone-missed",
1222
+ "phone-off",
1223
+ "phone-outgoing",
1224
+ "pi",
1225
+ "pi-square",
1226
+ "piano",
1227
+ "pickaxe",
1228
+ "picture-in-picture",
1229
+ "picture-in-picture-2",
1230
+ "pie-chart",
1231
+ "piggy-bank",
1232
+ "pilcrow",
1233
+ "pilcrow-left",
1234
+ "pilcrow-right",
1235
+ "pilcrow-square",
1236
+ "pill",
1237
+ "pill-bottle",
1238
+ "pin",
1239
+ "pin-off",
1240
+ "pipette",
1241
+ "pizza",
1242
+ "plane",
1243
+ "plane-landing",
1244
+ "plane-takeoff",
1245
+ "play",
1246
+ "play-circle",
1247
+ "play-square",
1248
+ "plug",
1249
+ "plug-2",
1250
+ "plug-zap",
1251
+ "plug-zap-2",
1252
+ "plus",
1253
+ "plus-circle",
1254
+ "plus-square",
1255
+ "pocket",
1256
+ "pocket-knife",
1257
+ "podcast",
1258
+ "pointer",
1259
+ "pointer-off",
1260
+ "popcorn",
1261
+ "popsicle",
1262
+ "pound-sterling",
1263
+ "power",
1264
+ "power-circle",
1265
+ "power-off",
1266
+ "power-square",
1267
+ "presentation",
1268
+ "printer",
1269
+ "printer-check",
1270
+ "projector",
1271
+ "proportions",
1272
+ "puzzle",
1273
+ "pyramid",
1274
+ "qr-code",
1275
+ "quote",
1276
+ "rabbit",
1277
+ "radar",
1278
+ "radiation",
1279
+ "radical",
1280
+ "radio",
1281
+ "radio-receiver",
1282
+ "radio-tower",
1283
+ "radius",
1284
+ "rail-symbol",
1285
+ "rainbow",
1286
+ "rat",
1287
+ "ratio",
1288
+ "receipt",
1289
+ "receipt-cent",
1290
+ "receipt-euro",
1291
+ "receipt-indian-rupee",
1292
+ "receipt-japanese-yen",
1293
+ "receipt-pound-sterling",
1294
+ "receipt-russian-ruble",
1295
+ "receipt-swiss-franc",
1296
+ "receipt-text",
1297
+ "rectangle-ellipsis",
1298
+ "rectangle-horizontal",
1299
+ "rectangle-vertical",
1300
+ "recycle",
1301
+ "redo",
1302
+ "redo-2",
1303
+ "redo-dot",
1304
+ "refresh-ccw",
1305
+ "refresh-ccw-dot",
1306
+ "refresh-cw",
1307
+ "refresh-cw-off",
1308
+ "refrigerator",
1309
+ "regex",
1310
+ "remove-formatting",
1311
+ "repeat",
1312
+ "repeat-1",
1313
+ "repeat-2",
1314
+ "replace",
1315
+ "replace-all",
1316
+ "reply",
1317
+ "reply-all",
1318
+ "rewind",
1319
+ "ribbon",
1320
+ "rocket",
1321
+ "rocking-chair",
1322
+ "roller-coaster",
1323
+ "rotate-3-d",
1324
+ "rotate-3d",
1325
+ "rotate-ccw",
1326
+ "rotate-ccw-square",
1327
+ "rotate-cw",
1328
+ "rotate-cw-square",
1329
+ "route",
1330
+ "route-off",
1331
+ "router",
1332
+ "rows",
1333
+ "rows-2",
1334
+ "rows-3",
1335
+ "rows-4",
1336
+ "rss",
1337
+ "ruler",
1338
+ "russian-ruble",
1339
+ "sailboat",
1340
+ "salad",
1341
+ "sandwich",
1342
+ "satellite",
1343
+ "satellite-dish",
1344
+ "saudi-riyal",
1345
+ "save",
1346
+ "save-all",
1347
+ "save-off",
1348
+ "scale",
1349
+ "scale-3-d",
1350
+ "scale-3d",
1351
+ "scaling",
1352
+ "scan",
1353
+ "scan-barcode",
1354
+ "scan-eye",
1355
+ "scan-face",
1356
+ "scan-heart",
1357
+ "scan-line",
1358
+ "scan-qr-code",
1359
+ "scan-search",
1360
+ "scan-text",
1361
+ "scatter-chart",
1362
+ "school",
1363
+ "school-2",
1364
+ "scissors",
1365
+ "scissors-line-dashed",
1366
+ "scissors-square",
1367
+ "scissors-square-dashed-bottom",
1368
+ "screen-share",
1369
+ "screen-share-off",
1370
+ "scroll",
1371
+ "scroll-text",
1372
+ "search",
1373
+ "search-check",
1374
+ "search-code",
1375
+ "search-slash",
1376
+ "search-x",
1377
+ "section",
1378
+ "send",
1379
+ "send-horizonal",
1380
+ "send-horizontal",
1381
+ "send-to-back",
1382
+ "separator-horizontal",
1383
+ "separator-vertical",
1384
+ "server",
1385
+ "server-cog",
1386
+ "server-crash",
1387
+ "server-off",
1388
+ "settings",
1389
+ "settings-2",
1390
+ "shapes",
1391
+ "share",
1392
+ "share-2",
1393
+ "sheet",
1394
+ "shell",
1395
+ "shield",
1396
+ "shield-alert",
1397
+ "shield-ban",
1398
+ "shield-check",
1399
+ "shield-close",
1400
+ "shield-ellipsis",
1401
+ "shield-half",
1402
+ "shield-minus",
1403
+ "shield-off",
1404
+ "shield-plus",
1405
+ "shield-question",
1406
+ "shield-user",
1407
+ "shield-x",
1408
+ "ship",
1409
+ "ship-wheel",
1410
+ "shirt",
1411
+ "shopping-bag",
1412
+ "shopping-basket",
1413
+ "shopping-cart",
1414
+ "shovel",
1415
+ "shower-head",
1416
+ "shrimp",
1417
+ "shrink",
1418
+ "shrub",
1419
+ "shuffle",
1420
+ "sidebar",
1421
+ "sidebar-close",
1422
+ "sidebar-open",
1423
+ "sigma",
1424
+ "sigma-square",
1425
+ "signal",
1426
+ "signal-high",
1427
+ "signal-low",
1428
+ "signal-medium",
1429
+ "signal-zero",
1430
+ "signature",
1431
+ "signpost",
1432
+ "signpost-big",
1433
+ "siren",
1434
+ "skip-back",
1435
+ "skip-forward",
1436
+ "skull",
1437
+ "slack",
1438
+ "slash",
1439
+ "slash-square",
1440
+ "slice",
1441
+ "sliders",
1442
+ "sliders-horizontal",
1443
+ "sliders-vertical",
1444
+ "smartphone",
1445
+ "smartphone-charging",
1446
+ "smartphone-nfc",
1447
+ "smile",
1448
+ "smile-plus",
1449
+ "snail",
1450
+ "snowflake",
1451
+ "sofa",
1452
+ "sort-asc",
1453
+ "sort-desc",
1454
+ "soup",
1455
+ "space",
1456
+ "spade",
1457
+ "sparkle",
1458
+ "sparkles",
1459
+ "speaker",
1460
+ "speech",
1461
+ "spell-check",
1462
+ "spell-check-2",
1463
+ "spline",
1464
+ "spline-pointer",
1465
+ "split",
1466
+ "split-square-horizontal",
1467
+ "split-square-vertical",
1468
+ "spray-can",
1469
+ "sprout",
1470
+ "square",
1471
+ "square-activity",
1472
+ "square-arrow-down",
1473
+ "square-arrow-down-left",
1474
+ "square-arrow-down-right",
1475
+ "square-arrow-left",
1476
+ "square-arrow-out-down-left",
1477
+ "square-arrow-out-down-right",
1478
+ "square-arrow-out-up-left",
1479
+ "square-arrow-out-up-right",
1480
+ "square-arrow-right",
1481
+ "square-arrow-up",
1482
+ "square-arrow-up-left",
1483
+ "square-arrow-up-right",
1484
+ "square-asterisk",
1485
+ "square-bottom-dashed-scissors",
1486
+ "square-chart-gantt",
1487
+ "square-check",
1488
+ "square-check-big",
1489
+ "square-chevron-down",
1490
+ "square-chevron-left",
1491
+ "square-chevron-right",
1492
+ "square-chevron-up",
1493
+ "square-code",
1494
+ "square-dashed",
1495
+ "square-dashed-bottom",
1496
+ "square-dashed-bottom-code",
1497
+ "square-dashed-kanban",
1498
+ "square-dashed-mouse-pointer",
1499
+ "square-divide",
1500
+ "square-dot",
1501
+ "square-equal",
1502
+ "square-function",
1503
+ "square-gantt-chart",
1504
+ "square-kanban",
1505
+ "square-library",
1506
+ "square-m",
1507
+ "square-menu",
1508
+ "square-minus",
1509
+ "square-mouse-pointer",
1510
+ "square-parking",
1511
+ "square-parking-off",
1512
+ "square-pen",
1513
+ "square-percent",
1514
+ "square-pi",
1515
+ "square-pilcrow",
1516
+ "square-play",
1517
+ "square-plus",
1518
+ "square-power",
1519
+ "square-radical",
1520
+ "square-round-corner",
1521
+ "square-scissors",
1522
+ "square-sigma",
1523
+ "square-slash",
1524
+ "square-split-horizontal",
1525
+ "square-split-vertical",
1526
+ "square-square",
1527
+ "square-stack",
1528
+ "square-terminal",
1529
+ "square-user",
1530
+ "square-user-round",
1531
+ "square-x",
1532
+ "squircle",
1533
+ "squirrel",
1534
+ "stamp",
1535
+ "star",
1536
+ "star-half",
1537
+ "star-off",
1538
+ "stars",
1539
+ "step-back",
1540
+ "step-forward",
1541
+ "stethoscope",
1542
+ "sticker",
1543
+ "sticky-note",
1544
+ "stop-circle",
1545
+ "store",
1546
+ "stretch-horizontal",
1547
+ "stretch-vertical",
1548
+ "strikethrough",
1549
+ "subscript",
1550
+ "subtitles",
1551
+ "sun",
1552
+ "sun-dim",
1553
+ "sun-medium",
1554
+ "sun-moon",
1555
+ "sun-snow",
1556
+ "sunrise",
1557
+ "sunset",
1558
+ "superscript",
1559
+ "swatch-book",
1560
+ "swiss-franc",
1561
+ "switch-camera",
1562
+ "sword",
1563
+ "swords",
1564
+ "syringe",
1565
+ "table",
1566
+ "table-2",
1567
+ "table-cells-merge",
1568
+ "table-cells-split",
1569
+ "table-columns-split",
1570
+ "table-of-contents",
1571
+ "table-properties",
1572
+ "table-rows-split",
1573
+ "tablet",
1574
+ "tablet-smartphone",
1575
+ "tablets",
1576
+ "tag",
1577
+ "tags",
1578
+ "tally-1",
1579
+ "tally-2",
1580
+ "tally-3",
1581
+ "tally-4",
1582
+ "tally-5",
1583
+ "tangent",
1584
+ "target",
1585
+ "telescope",
1586
+ "tent",
1587
+ "tent-tree",
1588
+ "terminal",
1589
+ "terminal-square",
1590
+ "test-tube",
1591
+ "test-tube-2",
1592
+ "test-tube-diagonal",
1593
+ "test-tubes",
1594
+ "text",
1595
+ "text-cursor",
1596
+ "text-cursor-input",
1597
+ "text-quote",
1598
+ "text-search",
1599
+ "text-select",
1600
+ "text-selection",
1601
+ "theater",
1602
+ "thermometer",
1603
+ "thermometer-snowflake",
1604
+ "thermometer-sun",
1605
+ "thumbs-down",
1606
+ "thumbs-up",
1607
+ "ticket",
1608
+ "ticket-check",
1609
+ "ticket-minus",
1610
+ "ticket-percent",
1611
+ "ticket-plus",
1612
+ "ticket-slash",
1613
+ "ticket-x",
1614
+ "tickets",
1615
+ "tickets-plane",
1616
+ "timer",
1617
+ "timer-off",
1618
+ "timer-reset",
1619
+ "toggle-left",
1620
+ "toggle-right",
1621
+ "toilet",
1622
+ "tornado",
1623
+ "torus",
1624
+ "touchpad",
1625
+ "touchpad-off",
1626
+ "tower-control",
1627
+ "toy-brick",
1628
+ "tractor",
1629
+ "traffic-cone",
1630
+ "train",
1631
+ "train-front",
1632
+ "train-front-tunnel",
1633
+ "train-track",
1634
+ "tram-front",
1635
+ "transgender",
1636
+ "trash",
1637
+ "trash-2",
1638
+ "tree-deciduous",
1639
+ "tree-palm",
1640
+ "tree-pine",
1641
+ "trees",
1642
+ "trello",
1643
+ "trending-down",
1644
+ "trending-up",
1645
+ "trending-up-down",
1646
+ "triangle",
1647
+ "triangle-alert",
1648
+ "triangle-dashed",
1649
+ "triangle-right",
1650
+ "trophy",
1651
+ "truck",
1652
+ "turtle",
1653
+ "tv",
1654
+ "tv-2",
1655
+ "tv-minimal",
1656
+ "tv-minimal-play",
1657
+ "twitch",
1658
+ "twitter",
1659
+ "type",
1660
+ "type-outline",
1661
+ "umbrella",
1662
+ "umbrella-off",
1663
+ "underline",
1664
+ "undo",
1665
+ "undo-2",
1666
+ "undo-dot",
1667
+ "unfold-horizontal",
1668
+ "unfold-vertical",
1669
+ "ungroup",
1670
+ "university",
1671
+ "unlink",
1672
+ "unlink-2",
1673
+ "unlock",
1674
+ "unlock-keyhole",
1675
+ "unplug",
1676
+ "upload",
1677
+ "upload-cloud",
1678
+ "usb",
1679
+ "user",
1680
+ "user-2",
1681
+ "user-check",
1682
+ "user-check-2",
1683
+ "user-circle",
1684
+ "user-circle-2",
1685
+ "user-cog",
1686
+ "user-cog-2",
1687
+ "user-minus",
1688
+ "user-minus-2",
1689
+ "user-pen",
1690
+ "user-plus",
1691
+ "user-plus-2",
1692
+ "user-round",
1693
+ "user-round-check",
1694
+ "user-round-cog",
1695
+ "user-round-minus",
1696
+ "user-round-pen",
1697
+ "user-round-plus",
1698
+ "user-round-search",
1699
+ "user-round-x",
1700
+ "user-search",
1701
+ "user-square",
1702
+ "user-square-2",
1703
+ "user-x",
1704
+ "user-x-2",
1705
+ "users",
1706
+ "users-2",
1707
+ "users-round",
1708
+ "utensils",
1709
+ "utensils-crossed",
1710
+ "utility-pole",
1711
+ "variable",
1712
+ "vault",
1713
+ "vegan",
1714
+ "venetian-mask",
1715
+ "venus",
1716
+ "venus-and-mars",
1717
+ "verified",
1718
+ "vibrate",
1719
+ "vibrate-off",
1720
+ "video",
1721
+ "video-off",
1722
+ "videotape",
1723
+ "view",
1724
+ "voicemail",
1725
+ "volleyball",
1726
+ "volume",
1727
+ "volume-1",
1728
+ "volume-2",
1729
+ "volume-off",
1730
+ "volume-x",
1731
+ "vote",
1732
+ "wallet",
1733
+ "wallet-2",
1734
+ "wallet-cards",
1735
+ "wallet-minimal",
1736
+ "wallpaper",
1737
+ "wand",
1738
+ "wand-2",
1739
+ "wand-sparkles",
1740
+ "warehouse",
1741
+ "washing-machine",
1742
+ "watch",
1743
+ "waves",
1744
+ "waves-ladder",
1745
+ "waypoints",
1746
+ "webcam",
1747
+ "webhook",
1748
+ "webhook-off",
1749
+ "weight",
1750
+ "wheat",
1751
+ "wheat-off",
1752
+ "whole-word",
1753
+ "wifi",
1754
+ "wifi-high",
1755
+ "wifi-low",
1756
+ "wifi-off",
1757
+ "wifi-zero",
1758
+ "wind",
1759
+ "wind-arrow-down",
1760
+ "wine",
1761
+ "wine-off",
1762
+ "workflow",
1763
+ "worm",
1764
+ "wrap-text",
1765
+ "wrench",
1766
+ "x",
1767
+ "x-circle",
1768
+ "x-octagon",
1769
+ "x-square",
1770
+ "youtube",
1771
+ "zap",
1772
+ "zap-off",
1773
+ "zoom-in",
1774
+ "zoom-out",
1775
+ ];
2
1776
  //# sourceMappingURL=icon-types.js.map