xkit-ui 2.0.0-alpha.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 (309) hide show
  1. package/lib/assets/icon-add-circle-fill.vue.d.ts +3 -0
  2. package/lib/assets/icon-add-circle-fill.vue.d.ts.map +1 -0
  3. package/lib/assets/icon-close-line.vue.d.ts +3 -0
  4. package/lib/assets/icon-close-line.vue.d.ts.map +1 -0
  5. package/lib/assets/icon-drag.vue.d.ts +3 -0
  6. package/lib/assets/icon-drag.vue.d.ts.map +1 -0
  7. package/lib/assets/icon-minus-circle.vue.d.ts +3 -0
  8. package/lib/assets/icon-minus-circle.vue.d.ts.map +1 -0
  9. package/lib/components/_public/form-item-cols.vue.d.ts +17 -0
  10. package/lib/components/_public/form-item-cols.vue.d.ts.map +1 -0
  11. package/lib/components/button/type.d.ts +85 -0
  12. package/lib/components/button/type.d.ts.map +1 -0
  13. package/lib/components/cascader/index.vue.d.ts +66 -0
  14. package/lib/components/cascader/index.vue.d.ts.map +1 -0
  15. package/lib/components/cascader/type.d.ts +125 -0
  16. package/lib/components/cascader/type.d.ts.map +1 -0
  17. package/lib/components/checkbox/index.vue.d.ts +30 -0
  18. package/lib/components/checkbox/index.vue.d.ts.map +1 -0
  19. package/lib/components/checkbox/type.d.ts +36 -0
  20. package/lib/components/checkbox/type.d.ts.map +1 -0
  21. package/lib/components/checkboxes/index.vue.d.ts +42 -0
  22. package/lib/components/checkboxes/index.vue.d.ts.map +1 -0
  23. package/lib/components/checkboxes/type.d.ts +56 -0
  24. package/lib/components/checkboxes/type.d.ts.map +1 -0
  25. package/lib/components/component/index.d.ts +7 -0
  26. package/lib/components/component/index.d.ts.map +1 -0
  27. package/lib/components/condition-builder/condition-node.vue.d.ts +32 -0
  28. package/lib/components/condition-builder/condition-node.vue.d.ts.map +1 -0
  29. package/lib/components/condition-builder/group-bracket.vue.d.ts +19 -0
  30. package/lib/components/condition-builder/group-bracket.vue.d.ts.map +1 -0
  31. package/lib/components/condition-builder/group-indent.vue.d.ts +19 -0
  32. package/lib/components/condition-builder/group-indent.vue.d.ts.map +1 -0
  33. package/lib/components/condition-builder/index.vue.d.ts +160 -0
  34. package/lib/components/condition-builder/index.vue.d.ts.map +1 -0
  35. package/lib/components/condition-builder/type.d.ts +88 -0
  36. package/lib/components/condition-builder/type.d.ts.map +1 -0
  37. package/lib/components/crud/action-type.d.ts +80 -0
  38. package/lib/components/crud/action-type.d.ts.map +1 -0
  39. package/lib/components/crud/index.vue.d.ts +78 -0
  40. package/lib/components/crud/index.vue.d.ts.map +1 -0
  41. package/lib/components/crud/multi-action.vue.d.ts +8 -0
  42. package/lib/components/crud/multi-action.vue.d.ts.map +1 -0
  43. package/lib/components/crud/single-action.vue.d.ts +7 -0
  44. package/lib/components/crud/single-action.vue.d.ts.map +1 -0
  45. package/lib/components/crud/type.d.ts +171 -0
  46. package/lib/components/crud/type.d.ts.map +1 -0
  47. package/lib/components/crud-form/index.vue.d.ts +22 -0
  48. package/lib/components/crud-form/index.vue.d.ts.map +1 -0
  49. package/lib/components/crud-form/type.d.ts +65 -0
  50. package/lib/components/crud-form/type.d.ts.map +1 -0
  51. package/lib/components/date-picker/index.vue.d.ts +35 -0
  52. package/lib/components/date-picker/index.vue.d.ts.map +1 -0
  53. package/lib/components/date-picker/type.d.ts +139 -0
  54. package/lib/components/date-picker/type.d.ts.map +1 -0
  55. package/lib/components/date-range-picker/index.vue.d.ts +15 -0
  56. package/lib/components/date-range-picker/index.vue.d.ts.map +1 -0
  57. package/lib/components/date-range-picker/type.d.ts +137 -0
  58. package/lib/components/date-range-picker/type.d.ts.map +1 -0
  59. package/lib/components/date-range-picker-v2/index.vue.d.ts +22 -0
  60. package/lib/components/date-range-picker-v2/index.vue.d.ts.map +1 -0
  61. package/lib/components/date-range-picker-v2/type.d.ts +37 -0
  62. package/lib/components/date-range-picker-v2/type.d.ts.map +1 -0
  63. package/lib/components/description/index.vue.d.ts +28 -0
  64. package/lib/components/description/index.vue.d.ts.map +1 -0
  65. package/lib/components/description/type.d.ts +120 -0
  66. package/lib/components/description/type.d.ts.map +1 -0
  67. package/lib/components/dialog/type.d.ts +100 -0
  68. package/lib/components/dialog/type.d.ts.map +1 -0
  69. package/lib/components/dropdown/type.d.ts +62 -0
  70. package/lib/components/dropdown/type.d.ts.map +1 -0
  71. package/lib/components/ellipsis/index.vue.d.ts +34 -0
  72. package/lib/components/ellipsis/index.vue.d.ts.map +1 -0
  73. package/lib/components/ellipsis/type.d.ts +26 -0
  74. package/lib/components/ellipsis/type.d.ts.map +1 -0
  75. package/lib/components/event-menu/index.vue.d.ts +25 -0
  76. package/lib/components/event-menu/index.vue.d.ts.map +1 -0
  77. package/lib/components/form/form-item.type.d.ts +304 -0
  78. package/lib/components/form/form-item.type.d.ts.map +1 -0
  79. package/lib/components/form/form-item.vue.d.ts +50 -0
  80. package/lib/components/form/form-item.vue.d.ts.map +1 -0
  81. package/lib/components/form/form-layout-renderer.vue.d.ts +71 -0
  82. package/lib/components/form/form-layout-renderer.vue.d.ts.map +1 -0
  83. package/lib/components/form/index.vue.d.ts +220 -0
  84. package/lib/components/form/index.vue.d.ts.map +1 -0
  85. package/lib/components/form/query-form.d.ts +4 -0
  86. package/lib/components/form/query-form.d.ts.map +1 -0
  87. package/lib/components/form/type.d.ts +312 -0
  88. package/lib/components/form/type.d.ts.map +1 -0
  89. package/lib/components/group/group-item.vue.d.ts +9 -0
  90. package/lib/components/group/group-item.vue.d.ts.map +1 -0
  91. package/lib/components/group/index.vue.d.ts +24 -0
  92. package/lib/components/group/index.vue.d.ts.map +1 -0
  93. package/lib/components/group/type.d.ts +119 -0
  94. package/lib/components/group/type.d.ts.map +1 -0
  95. package/lib/components/icon-select/__tests__/icon-sources.test.d.ts +2 -0
  96. package/lib/components/icon-select/__tests__/icon-sources.test.d.ts.map +1 -0
  97. package/lib/components/icon-select/icon-parser.vue.d.ts +41 -0
  98. package/lib/components/icon-select/icon-parser.vue.d.ts.map +1 -0
  99. package/lib/components/icon-select/icon-sources.d.ts +22 -0
  100. package/lib/components/icon-select/icon-sources.d.ts.map +1 -0
  101. package/lib/components/icon-select/index.vue.d.ts +15 -0
  102. package/lib/components/icon-select/index.vue.d.ts.map +1 -0
  103. package/lib/components/icon-select/type.d.ts +24 -0
  104. package/lib/components/icon-select/type.d.ts.map +1 -0
  105. package/lib/components/index.d.ts +107 -0
  106. package/lib/components/index.d.ts.map +1 -0
  107. package/lib/components/input/index.vue.d.ts +20 -0
  108. package/lib/components/input/index.vue.d.ts.map +1 -0
  109. package/lib/components/input/type.d.ts +121 -0
  110. package/lib/components/input/type.d.ts.map +1 -0
  111. package/lib/components/input-array/__tests__/layout.test.d.ts +2 -0
  112. package/lib/components/input-array/__tests__/layout.test.d.ts.map +1 -0
  113. package/lib/components/input-array/index.vue.d.ts +28 -0
  114. package/lib/components/input-array/index.vue.d.ts.map +1 -0
  115. package/lib/components/input-array/layout.d.ts +11 -0
  116. package/lib/components/input-array/layout.d.ts.map +1 -0
  117. package/lib/components/input-array/type.d.ts +89 -0
  118. package/lib/components/input-array/type.d.ts.map +1 -0
  119. package/lib/components/input-collapse/index.vue.d.ts +7 -0
  120. package/lib/components/input-collapse/index.vue.d.ts.map +1 -0
  121. package/lib/components/input-collapse/type.d.ts +50 -0
  122. package/lib/components/input-collapse/type.d.ts.map +1 -0
  123. package/lib/components/input-linked/index.vue.d.ts +13 -0
  124. package/lib/components/input-linked/index.vue.d.ts.map +1 -0
  125. package/lib/components/input-linked/type.d.ts +32 -0
  126. package/lib/components/input-linked/type.d.ts.map +1 -0
  127. package/lib/components/input-number/index.vue.d.ts +29 -0
  128. package/lib/components/input-number/index.vue.d.ts.map +1 -0
  129. package/lib/components/input-number/type.d.ts +57 -0
  130. package/lib/components/input-number/type.d.ts.map +1 -0
  131. package/lib/components/input-number-range/index.vue.d.ts +28 -0
  132. package/lib/components/input-number-range/index.vue.d.ts.map +1 -0
  133. package/lib/components/input-number-range/type.d.ts +49 -0
  134. package/lib/components/input-number-range/type.d.ts.map +1 -0
  135. package/lib/components/input-table/index.vue.d.ts +25 -0
  136. package/lib/components/input-table/index.vue.d.ts.map +1 -0
  137. package/lib/components/input-table/type.d.ts +37 -0
  138. package/lib/components/input-table/type.d.ts.map +1 -0
  139. package/lib/components/input-upload/index.vue.d.ts +11 -0
  140. package/lib/components/input-upload/index.vue.d.ts.map +1 -0
  141. package/lib/components/input-upload/type.d.ts +59 -0
  142. package/lib/components/input-upload/type.d.ts.map +1 -0
  143. package/lib/components/json/index.vue.d.ts +10 -0
  144. package/lib/components/json/index.vue.d.ts.map +1 -0
  145. package/lib/components/link/index.vue.d.ts +21 -0
  146. package/lib/components/link/index.vue.d.ts.map +1 -0
  147. package/lib/components/link/type.d.ts +28 -0
  148. package/lib/components/link/type.d.ts.map +1 -0
  149. package/lib/components/radios/index.vue.d.ts +42 -0
  150. package/lib/components/radios/index.vue.d.ts.map +1 -0
  151. package/lib/components/radios/type.d.ts +36 -0
  152. package/lib/components/radios/type.d.ts.map +1 -0
  153. package/lib/components/search-bar/index.vue.d.ts +37 -0
  154. package/lib/components/search-bar/index.vue.d.ts.map +1 -0
  155. package/lib/components/select/index.vue.d.ts +48 -0
  156. package/lib/components/select/index.vue.d.ts.map +1 -0
  157. package/lib/components/select/type.d.ts +222 -0
  158. package/lib/components/select/type.d.ts.map +1 -0
  159. package/lib/components/static/options-viewer.vue.d.ts +16 -0
  160. package/lib/components/static/options-viewer.vue.d.ts.map +1 -0
  161. package/lib/components/static/rich-text-viewer.vue.d.ts +8 -0
  162. package/lib/components/static/rich-text-viewer.vue.d.ts.map +1 -0
  163. package/lib/components/static/textarea-viewer.vue.d.ts +6 -0
  164. package/lib/components/static/textarea-viewer.vue.d.ts.map +1 -0
  165. package/lib/components/switch/index.vue.d.ts +38 -0
  166. package/lib/components/switch/index.vue.d.ts.map +1 -0
  167. package/lib/components/switch/type.d.ts +72 -0
  168. package/lib/components/switch/type.d.ts.map +1 -0
  169. package/lib/components/table/index.vue.d.ts +1317 -0
  170. package/lib/components/table/index.vue.d.ts.map +1 -0
  171. package/lib/components/table/table-column.vue.d.ts +44 -0
  172. package/lib/components/table/table-column.vue.d.ts.map +1 -0
  173. package/lib/components/table/type.d.ts +306 -0
  174. package/lib/components/table/type.d.ts.map +1 -0
  175. package/lib/components/table-select/const.d.ts +14 -0
  176. package/lib/components/table-select/const.d.ts.map +1 -0
  177. package/lib/components/table-select/index.vue.d.ts +22471 -0
  178. package/lib/components/table-select/index.vue.d.ts.map +1 -0
  179. package/lib/components/table-select/table-selector-main.vue.d.ts +4795 -0
  180. package/lib/components/table-select/table-selector-main.vue.d.ts.map +1 -0
  181. package/lib/components/table-select/type.d.ts +71 -0
  182. package/lib/components/table-select/type.d.ts.map +1 -0
  183. package/lib/components/tabs/index.vue.d.ts +6 -0
  184. package/lib/components/tabs/index.vue.d.ts.map +1 -0
  185. package/lib/components/tabs/type.d.ts +23 -0
  186. package/lib/components/tabs/type.d.ts.map +1 -0
  187. package/lib/components/text/index.vue.d.ts +7 -0
  188. package/lib/components/text/index.vue.d.ts.map +1 -0
  189. package/lib/components/text/type.d.ts +7 -0
  190. package/lib/components/text/type.d.ts.map +1 -0
  191. package/lib/components/textarea/type.d.ts +79 -0
  192. package/lib/components/textarea/type.d.ts.map +1 -0
  193. package/lib/components/toolbar/index.vue.d.ts +15 -0
  194. package/lib/components/toolbar/index.vue.d.ts.map +1 -0
  195. package/lib/components/transitions/TransitionHeight.vue.d.ts +30 -0
  196. package/lib/components/transitions/TransitionHeight.vue.d.ts.map +1 -0
  197. package/lib/components/tree/index.vue.d.ts +17 -0
  198. package/lib/components/tree/index.vue.d.ts.map +1 -0
  199. package/lib/components/tree/tree-node.vue.d.ts +8 -0
  200. package/lib/components/tree/tree-node.vue.d.ts.map +1 -0
  201. package/lib/components/tree/tree-state.d.ts +35 -0
  202. package/lib/components/tree/tree-state.d.ts.map +1 -0
  203. package/lib/components/tree/type.d.ts +50 -0
  204. package/lib/components/tree/type.d.ts.map +1 -0
  205. package/lib/components/tree-select/index.vue.d.ts +94 -0
  206. package/lib/components/tree-select/index.vue.d.ts.map +1 -0
  207. package/lib/components/tree-select/type.d.ts +156 -0
  208. package/lib/components/tree-select/type.d.ts.map +1 -0
  209. package/lib/components/tree-select-crud/index.vue.d.ts +3102 -0
  210. package/lib/components/tree-select-crud/index.vue.d.ts.map +1 -0
  211. package/lib/components/tree-select-crud/type.d.ts +88 -0
  212. package/lib/components/tree-select-crud/type.d.ts.map +1 -0
  213. package/lib/components/upload/index.vue.d.ts +54 -0
  214. package/lib/components/upload/index.vue.d.ts.map +1 -0
  215. package/lib/composables/__tests__/use-option-static.test.d.ts +2 -0
  216. package/lib/composables/__tests__/use-option-static.test.d.ts.map +1 -0
  217. package/lib/composables/index.d.ts +3 -0
  218. package/lib/composables/index.d.ts.map +1 -0
  219. package/lib/composables/use-action.d.ts +21 -0
  220. package/lib/composables/use-action.d.ts.map +1 -0
  221. package/lib/composables/use-component.d.ts +74 -0
  222. package/lib/composables/use-component.d.ts.map +1 -0
  223. package/lib/composables/use-config.d.ts +76 -0
  224. package/lib/composables/use-config.d.ts.map +1 -0
  225. package/lib/composables/use-draggable.d.ts +22 -0
  226. package/lib/composables/use-draggable.d.ts.map +1 -0
  227. package/lib/composables/use-input-array.d.ts +45 -0
  228. package/lib/composables/use-input-array.d.ts.map +1 -0
  229. package/lib/composables/use-label.d.ts +2 -0
  230. package/lib/composables/use-label.d.ts.map +1 -0
  231. package/lib/composables/use-loading.d.ts +6 -0
  232. package/lib/composables/use-loading.d.ts.map +1 -0
  233. package/lib/composables/use-option-static.d.ts +51 -0
  234. package/lib/composables/use-option-static.d.ts.map +1 -0
  235. package/lib/composables/use-options.d.ts +66 -0
  236. package/lib/composables/use-options.d.ts.map +1 -0
  237. package/lib/composables/use-paging.d.ts +134 -0
  238. package/lib/composables/use-paging.d.ts.map +1 -0
  239. package/lib/composables/use-scaffold.d.ts +54 -0
  240. package/lib/composables/use-scaffold.d.ts.map +1 -0
  241. package/lib/composables/use-toggle.d.ts +11 -0
  242. package/lib/composables/use-toggle.d.ts.map +1 -0
  243. package/lib/composables/use-tree-static-path.d.ts +45 -0
  244. package/lib/composables/use-tree-static-path.d.ts.map +1 -0
  245. package/lib/composables/use-visible.d.ts +11 -0
  246. package/lib/composables/use-visible.d.ts.map +1 -0
  247. package/lib/config/layout.d.ts +9 -0
  248. package/lib/config/layout.d.ts.map +1 -0
  249. package/lib/constants/injection.d.ts +11 -0
  250. package/lib/constants/injection.d.ts.map +1 -0
  251. package/lib/directives/highlight.d.ts +7 -0
  252. package/lib/directives/highlight.d.ts.map +1 -0
  253. package/lib/directives/index.d.ts +2 -0
  254. package/lib/directives/index.d.ts.map +1 -0
  255. package/lib/favicon.ico +0 -0
  256. package/lib/index.d.ts +59 -0
  257. package/lib/index.d.ts.map +1 -0
  258. package/lib/ri/icons.json +8728 -0
  259. package/lib/ri/metadata.json +2938 -0
  260. package/lib/types/api.d.ts +8 -0
  261. package/lib/types/api.d.ts.map +1 -0
  262. package/lib/types/base.d.ts +306 -0
  263. package/lib/types/base.d.ts.map +1 -0
  264. package/lib/types/form.d.ts +82 -0
  265. package/lib/types/form.d.ts.map +1 -0
  266. package/lib/types/index.d.ts +6 -0
  267. package/lib/types/index.d.ts.map +1 -0
  268. package/lib/types/option.d.ts +115 -0
  269. package/lib/types/option.d.ts.map +1 -0
  270. package/lib/types/pagination.d.ts +35 -0
  271. package/lib/types/pagination.d.ts.map +1 -0
  272. package/lib/types/table.d.ts +34 -0
  273. package/lib/types/table.d.ts.map +1 -0
  274. package/lib/types/util.d.ts +6 -0
  275. package/lib/types/util.d.ts.map +1 -0
  276. package/lib/utils/__tests__/condition.test.d.ts +2 -0
  277. package/lib/utils/__tests__/condition.test.d.ts.map +1 -0
  278. package/lib/utils/__tests__/editor-container.test.d.ts +2 -0
  279. package/lib/utils/__tests__/editor-container.test.d.ts.map +1 -0
  280. package/lib/utils/__tests__/form.test.d.ts +2 -0
  281. package/lib/utils/__tests__/form.test.d.ts.map +1 -0
  282. package/lib/utils/__tests__/tree.test.d.ts +2 -0
  283. package/lib/utils/__tests__/tree.test.d.ts.map +1 -0
  284. package/lib/utils/common.d.ts +13 -0
  285. package/lib/utils/common.d.ts.map +1 -0
  286. package/lib/utils/computed-state-manager.d.ts +3 -0
  287. package/lib/utils/computed-state-manager.d.ts.map +1 -0
  288. package/lib/utils/condition.d.ts +4 -0
  289. package/lib/utils/condition.d.ts.map +1 -0
  290. package/lib/utils/editor-container.d.ts +25 -0
  291. package/lib/utils/editor-container.d.ts.map +1 -0
  292. package/lib/utils/form-item.d.ts +23 -0
  293. package/lib/utils/form-item.d.ts.map +1 -0
  294. package/lib/utils/form.d.ts +75 -0
  295. package/lib/utils/form.d.ts.map +1 -0
  296. package/lib/utils/id.d.ts +24 -0
  297. package/lib/utils/id.d.ts.map +1 -0
  298. package/lib/utils/options.d.ts +14 -0
  299. package/lib/utils/options.d.ts.map +1 -0
  300. package/lib/utils/reactive.d.ts +13 -0
  301. package/lib/utils/reactive.d.ts.map +1 -0
  302. package/lib/utils/style.d.ts +5 -0
  303. package/lib/utils/style.d.ts.map +1 -0
  304. package/lib/utils/tree.d.ts +51 -0
  305. package/lib/utils/tree.d.ts.map +1 -0
  306. package/lib/xkit-ui.css +2 -0
  307. package/lib/xkit-ui.js +7478 -0
  308. package/lib/xkit-ui.umd.cjs +3 -0
  309. package/package.json +66 -0
@@ -0,0 +1,2938 @@
1
+ {
2
+ "categories": {
3
+ "Arrows": [
4
+ "arrow-down-circle-fill",
5
+ "arrow-down-circle-line",
6
+ "arrow-down-double-fill",
7
+ "arrow-down-double-line",
8
+ "arrow-down-fill",
9
+ "arrow-down-line",
10
+ "arrow-down-s-fill",
11
+ "arrow-down-s-line",
12
+ "arrow-down-wide-fill",
13
+ "arrow-down-wide-line",
14
+ "arrow-drop-down-fill",
15
+ "arrow-drop-down-line",
16
+ "arrow-drop-left-fill",
17
+ "arrow-drop-left-line",
18
+ "arrow-drop-right-fill",
19
+ "arrow-drop-right-line",
20
+ "arrow-drop-up-fill",
21
+ "arrow-drop-up-line",
22
+ "arrow-go-back-fill",
23
+ "arrow-go-back-line",
24
+ "arrow-go-forward-fill",
25
+ "arrow-go-forward-line",
26
+ "arrow-left-circle-fill",
27
+ "arrow-left-circle-line",
28
+ "arrow-left-double-fill",
29
+ "arrow-left-double-line",
30
+ "arrow-left-down-fill",
31
+ "arrow-left-down-line",
32
+ "arrow-left-fill",
33
+ "arrow-left-line",
34
+ "arrow-left-right-fill",
35
+ "arrow-left-right-line",
36
+ "arrow-left-s-fill",
37
+ "arrow-left-s-line",
38
+ "arrow-left-up-fill",
39
+ "arrow-left-up-line",
40
+ "arrow-left-wide-fill",
41
+ "arrow-left-wide-line",
42
+ "arrow-right-circle-fill",
43
+ "arrow-right-circle-line",
44
+ "arrow-right-double-fill",
45
+ "arrow-right-double-line",
46
+ "arrow-right-down-fill",
47
+ "arrow-right-down-line",
48
+ "arrow-right-fill",
49
+ "arrow-right-line",
50
+ "arrow-right-s-fill",
51
+ "arrow-right-s-line",
52
+ "arrow-right-up-fill",
53
+ "arrow-right-up-line",
54
+ "arrow-right-wide-fill",
55
+ "arrow-right-wide-line",
56
+ "arrow-turn-back-fill",
57
+ "arrow-turn-back-line",
58
+ "arrow-turn-forward-fill",
59
+ "arrow-turn-forward-line",
60
+ "arrow-up-circle-fill",
61
+ "arrow-up-circle-line",
62
+ "arrow-up-double-fill",
63
+ "arrow-up-double-line",
64
+ "arrow-up-down-fill",
65
+ "arrow-up-down-line",
66
+ "arrow-up-fill",
67
+ "arrow-up-line",
68
+ "arrow-up-s-fill",
69
+ "arrow-up-s-line",
70
+ "arrow-up-wide-fill",
71
+ "arrow-up-wide-line",
72
+ "collapse-diagonal-2-fill",
73
+ "collapse-diagonal-2-line",
74
+ "collapse-diagonal-fill",
75
+ "collapse-diagonal-line",
76
+ "collapse-horizontal-fill",
77
+ "collapse-horizontal-line",
78
+ "collapse-vertical-fill",
79
+ "collapse-vertical-line",
80
+ "contract-left-fill",
81
+ "contract-left-line",
82
+ "contract-left-right-fill",
83
+ "contract-left-right-line",
84
+ "contract-right-fill",
85
+ "contract-right-line",
86
+ "contract-up-down-fill",
87
+ "contract-up-down-line",
88
+ "corner-down-left-fill",
89
+ "corner-down-left-line",
90
+ "corner-down-right-fill",
91
+ "corner-down-right-line",
92
+ "corner-left-down-fill",
93
+ "corner-left-down-line",
94
+ "corner-left-up-fill",
95
+ "corner-left-up-line",
96
+ "corner-right-down-fill",
97
+ "corner-right-down-line",
98
+ "corner-right-up-fill",
99
+ "corner-right-up-line",
100
+ "corner-up-left-double-fill",
101
+ "corner-up-left-double-line",
102
+ "corner-up-left-fill",
103
+ "corner-up-left-line",
104
+ "corner-up-right-double-fill",
105
+ "corner-up-right-double-line",
106
+ "corner-up-right-fill",
107
+ "corner-up-right-line",
108
+ "drag-move-2-fill",
109
+ "drag-move-2-line",
110
+ "drag-move-fill",
111
+ "drag-move-line",
112
+ "expand-diagonal-2-fill",
113
+ "expand-diagonal-2-line",
114
+ "expand-diagonal-fill",
115
+ "expand-diagonal-line",
116
+ "expand-diagonal-s-2-fill",
117
+ "expand-diagonal-s-2-line",
118
+ "expand-diagonal-s-fill",
119
+ "expand-diagonal-s-line",
120
+ "expand-height-fill",
121
+ "expand-height-line",
122
+ "expand-horizontal-fill",
123
+ "expand-horizontal-line",
124
+ "expand-horizontal-s-fill",
125
+ "expand-horizontal-s-line",
126
+ "expand-left-fill",
127
+ "expand-left-line",
128
+ "expand-left-right-fill",
129
+ "expand-left-right-line",
130
+ "expand-right-fill",
131
+ "expand-right-line",
132
+ "expand-up-down-fill",
133
+ "expand-up-down-line",
134
+ "expand-vertical-fill",
135
+ "expand-vertical-line",
136
+ "expand-vertical-s-fill",
137
+ "expand-vertical-s-line",
138
+ "expand-width-fill",
139
+ "expand-width-line",
140
+ "scroll-to-bottom-fill",
141
+ "scroll-to-bottom-line",
142
+ "skip-down-fill",
143
+ "skip-down-line",
144
+ "skip-left-fill",
145
+ "skip-left-line",
146
+ "skip-right-fill",
147
+ "skip-right-line",
148
+ "skip-up-fill",
149
+ "skip-up-line"
150
+ ],
151
+ "Buildings": [
152
+ "ancient-gate-fill",
153
+ "ancient-gate-line",
154
+ "ancient-pavilion-fill",
155
+ "ancient-pavilion-line",
156
+ "bank-fill",
157
+ "bank-line",
158
+ "building-2-fill",
159
+ "building-2-line",
160
+ "building-3-fill",
161
+ "building-3-line",
162
+ "building-4-fill",
163
+ "building-4-line",
164
+ "building-fill",
165
+ "building-line",
166
+ "community-fill",
167
+ "community-line",
168
+ "government-fill",
169
+ "government-line",
170
+ "home-2-fill",
171
+ "home-2-line",
172
+ "home-3-fill",
173
+ "home-3-line",
174
+ "home-4-fill",
175
+ "home-4-line",
176
+ "home-5-fill",
177
+ "home-5-line",
178
+ "home-6-fill",
179
+ "home-6-line",
180
+ "home-7-fill",
181
+ "home-7-line",
182
+ "home-8-fill",
183
+ "home-8-line",
184
+ "home-fill",
185
+ "home-gear-fill",
186
+ "home-gear-line",
187
+ "home-heart-fill",
188
+ "home-heart-line",
189
+ "home-line",
190
+ "home-office-fill",
191
+ "home-office-line",
192
+ "home-smile-2-fill",
193
+ "home-smile-2-line",
194
+ "home-smile-fill",
195
+ "home-smile-line",
196
+ "home-wifi-fill",
197
+ "home-wifi-line",
198
+ "hospital-fill",
199
+ "hospital-line",
200
+ "hotel-fill",
201
+ "hotel-line",
202
+ "school-fill",
203
+ "school-line",
204
+ "store-2-fill",
205
+ "store-2-line",
206
+ "store-3-fill",
207
+ "store-3-line",
208
+ "store-fill",
209
+ "store-line",
210
+ "tent-fill",
211
+ "tent-line"
212
+ ],
213
+ "Business": [
214
+ "advertisement-fill",
215
+ "advertisement-line",
216
+ "archive-2-fill",
217
+ "archive-2-line",
218
+ "archive-drawer-fill",
219
+ "archive-drawer-line",
220
+ "archive-fill",
221
+ "archive-line",
222
+ "archive-stack-fill",
223
+ "archive-stack-line",
224
+ "at-fill",
225
+ "at-line",
226
+ "attachment-fill",
227
+ "attachment-line",
228
+ "award-fill",
229
+ "award-line",
230
+ "bar-chart-2-fill",
231
+ "bar-chart-2-line",
232
+ "bar-chart-box-fill",
233
+ "bar-chart-box-line",
234
+ "bar-chart-fill",
235
+ "bar-chart-grouped-fill",
236
+ "bar-chart-grouped-line",
237
+ "bar-chart-horizontal-fill",
238
+ "bar-chart-horizontal-line",
239
+ "bar-chart-line",
240
+ "bookmark-2-fill",
241
+ "bookmark-2-line",
242
+ "bookmark-3-fill",
243
+ "bookmark-3-line",
244
+ "bookmark-fill",
245
+ "bookmark-line",
246
+ "briefcase-2-fill",
247
+ "briefcase-2-line",
248
+ "briefcase-3-fill",
249
+ "briefcase-3-line",
250
+ "briefcase-4-fill",
251
+ "briefcase-4-line",
252
+ "briefcase-5-fill",
253
+ "briefcase-5-line",
254
+ "briefcase-fill",
255
+ "briefcase-line",
256
+ "bubble-chart-fill",
257
+ "bubble-chart-line",
258
+ "calculator-fill",
259
+ "calculator-line",
260
+ "calendar-2-fill",
261
+ "calendar-2-line",
262
+ "calendar-check-fill",
263
+ "calendar-check-line",
264
+ "calendar-close-fill",
265
+ "calendar-close-line",
266
+ "calendar-event-fill",
267
+ "calendar-event-line",
268
+ "calendar-fill",
269
+ "calendar-line",
270
+ "calendar-schedule-fill",
271
+ "calendar-schedule-line",
272
+ "calendar-todo-fill",
273
+ "calendar-todo-line",
274
+ "cloud-fill",
275
+ "cloud-line",
276
+ "cloud-off-fill",
277
+ "cloud-off-line",
278
+ "copyleft-fill",
279
+ "copyleft-line",
280
+ "copyright-fill",
281
+ "copyright-line",
282
+ "creative-commons-by-fill",
283
+ "creative-commons-by-line",
284
+ "creative-commons-fill",
285
+ "creative-commons-line",
286
+ "creative-commons-nc-fill",
287
+ "creative-commons-nc-line",
288
+ "creative-commons-nd-fill",
289
+ "creative-commons-nd-line",
290
+ "creative-commons-sa-fill",
291
+ "creative-commons-sa-line",
292
+ "creative-commons-zero-fill",
293
+ "creative-commons-zero-line",
294
+ "customer-service-2-fill",
295
+ "customer-service-2-line",
296
+ "customer-service-fill",
297
+ "customer-service-line",
298
+ "donut-chart-fill",
299
+ "donut-chart-line",
300
+ "flag-2-fill",
301
+ "flag-2-line",
302
+ "flag-fill",
303
+ "flag-line",
304
+ "global-fill",
305
+ "global-line",
306
+ "honour-fill",
307
+ "honour-line",
308
+ "id-card-fill",
309
+ "id-card-line",
310
+ "inbox-2-fill",
311
+ "inbox-2-line",
312
+ "inbox-archive-fill",
313
+ "inbox-archive-line",
314
+ "inbox-fill",
315
+ "inbox-line",
316
+ "inbox-unarchive-fill",
317
+ "inbox-unarchive-line",
318
+ "line-chart-fill",
319
+ "line-chart-line",
320
+ "links-fill",
321
+ "links-line",
322
+ "mail-add-fill",
323
+ "mail-add-line",
324
+ "mail-check-fill",
325
+ "mail-check-line",
326
+ "mail-close-fill",
327
+ "mail-close-line",
328
+ "mail-download-fill",
329
+ "mail-download-line",
330
+ "mail-fill",
331
+ "mail-forbid-fill",
332
+ "mail-forbid-line",
333
+ "mail-line",
334
+ "mail-lock-fill",
335
+ "mail-lock-line",
336
+ "mail-open-fill",
337
+ "mail-open-line",
338
+ "mail-send-fill",
339
+ "mail-send-line",
340
+ "mail-settings-fill",
341
+ "mail-settings-line",
342
+ "mail-star-fill",
343
+ "mail-star-line",
344
+ "mail-unread-fill",
345
+ "mail-unread-line",
346
+ "mail-volume-fill",
347
+ "mail-volume-line",
348
+ "medal-2-fill",
349
+ "medal-2-line",
350
+ "medal-fill",
351
+ "medal-line",
352
+ "megaphone-fill",
353
+ "megaphone-line",
354
+ "pass-expired-fill",
355
+ "pass-expired-line",
356
+ "pass-pending-fill",
357
+ "pass-pending-line",
358
+ "pass-valid-fill",
359
+ "pass-valid-line",
360
+ "pie-chart-2-fill",
361
+ "pie-chart-2-line",
362
+ "pie-chart-box-fill",
363
+ "pie-chart-box-line",
364
+ "pie-chart-fill",
365
+ "pie-chart-line",
366
+ "presentation-fill",
367
+ "presentation-line",
368
+ "printer-cloud-fill",
369
+ "printer-cloud-line",
370
+ "printer-fill",
371
+ "printer-line",
372
+ "profile-fill",
373
+ "profile-line",
374
+ "projector-2-fill",
375
+ "projector-2-line",
376
+ "projector-fill",
377
+ "projector-line",
378
+ "record-mail-fill",
379
+ "record-mail-line",
380
+ "registered-fill",
381
+ "registered-line",
382
+ "reply-all-fill",
383
+ "reply-all-line",
384
+ "reply-fill",
385
+ "reply-line",
386
+ "send-plane-2-fill",
387
+ "send-plane-2-line",
388
+ "send-plane-fill",
389
+ "send-plane-line",
390
+ "seo-fill",
391
+ "seo-line",
392
+ "service-fill",
393
+ "service-line",
394
+ "shake-hands-fill",
395
+ "shake-hands-line",
396
+ "slideshow-2-fill",
397
+ "slideshow-2-line",
398
+ "slideshow-3-fill",
399
+ "slideshow-3-line",
400
+ "slideshow-4-fill",
401
+ "slideshow-4-line",
402
+ "slideshow-fill",
403
+ "slideshow-line",
404
+ "stack-fill",
405
+ "stack-line",
406
+ "trademark-fill",
407
+ "trademark-line",
408
+ "triangular-flag-fill",
409
+ "triangular-flag-line",
410
+ "verified-badge-fill",
411
+ "verified-badge-line",
412
+ "window-2-fill",
413
+ "window-2-line",
414
+ "window-fill",
415
+ "window-line"
416
+ ],
417
+ "Communication": [
418
+ "chat-1-fill",
419
+ "chat-1-line",
420
+ "chat-2-fill",
421
+ "chat-2-line",
422
+ "chat-3-fill",
423
+ "chat-3-line",
424
+ "chat-4-fill",
425
+ "chat-4-line",
426
+ "chat-check-fill",
427
+ "chat-check-line",
428
+ "chat-delete-fill",
429
+ "chat-delete-line",
430
+ "chat-download-fill",
431
+ "chat-download-line",
432
+ "chat-follow-up-fill",
433
+ "chat-follow-up-line",
434
+ "chat-forward-fill",
435
+ "chat-forward-line",
436
+ "chat-heart-fill",
437
+ "chat-heart-line",
438
+ "chat-history-fill",
439
+ "chat-history-line",
440
+ "chat-new-fill",
441
+ "chat-new-line",
442
+ "chat-off-fill",
443
+ "chat-off-line",
444
+ "chat-poll-fill",
445
+ "chat-poll-line",
446
+ "chat-private-fill",
447
+ "chat-private-line",
448
+ "chat-quote-fill",
449
+ "chat-quote-line",
450
+ "chat-search-fill",
451
+ "chat-search-line",
452
+ "chat-settings-fill",
453
+ "chat-settings-line",
454
+ "chat-smile-2-fill",
455
+ "chat-smile-2-line",
456
+ "chat-smile-3-fill",
457
+ "chat-smile-3-line",
458
+ "chat-smile-fill",
459
+ "chat-smile-line",
460
+ "chat-thread-fill",
461
+ "chat-thread-line",
462
+ "chat-unread-fill",
463
+ "chat-unread-line",
464
+ "chat-upload-fill",
465
+ "chat-upload-line",
466
+ "chat-voice-fill",
467
+ "chat-voice-line",
468
+ "discuss-fill",
469
+ "discuss-line",
470
+ "emoji-sticker-fill",
471
+ "emoji-sticker-line",
472
+ "feedback-fill",
473
+ "feedback-line",
474
+ "message-2-fill",
475
+ "message-2-line",
476
+ "message-3-fill",
477
+ "message-3-line",
478
+ "message-fill",
479
+ "message-line",
480
+ "question-answer-fill",
481
+ "question-answer-line",
482
+ "questionnaire-fill",
483
+ "questionnaire-line",
484
+ "speak-fill",
485
+ "speak-line",
486
+ "video-chat-fill",
487
+ "video-chat-line"
488
+ ],
489
+ "Design": [
490
+ "align-item-bottom-fill",
491
+ "align-item-bottom-line",
492
+ "align-item-horizontal-center-fill",
493
+ "align-item-horizontal-center-line",
494
+ "align-item-left-fill",
495
+ "align-item-left-line",
496
+ "align-item-right-fill",
497
+ "align-item-right-line",
498
+ "align-item-top-fill",
499
+ "align-item-top-line",
500
+ "align-item-vertical-center-fill",
501
+ "align-item-vertical-center-line",
502
+ "anticlockwise-2-fill",
503
+ "anticlockwise-2-line",
504
+ "anticlockwise-fill",
505
+ "anticlockwise-line",
506
+ "artboard-2-fill",
507
+ "artboard-2-line",
508
+ "artboard-fill",
509
+ "artboard-line",
510
+ "ball-pen-fill",
511
+ "ball-pen-line",
512
+ "blur-off-fill",
513
+ "blur-off-line",
514
+ "brush-2-fill",
515
+ "brush-2-line",
516
+ "brush-3-fill",
517
+ "brush-3-line",
518
+ "brush-4-fill",
519
+ "brush-4-line",
520
+ "brush-fill",
521
+ "brush-line",
522
+ "circle-fill",
523
+ "circle-line",
524
+ "clockwise-2-fill",
525
+ "clockwise-2-line",
526
+ "clockwise-fill",
527
+ "clockwise-line",
528
+ "collage-fill",
529
+ "collage-line",
530
+ "color-filter-fill",
531
+ "color-filter-line",
532
+ "compasses-2-fill",
533
+ "compasses-2-line",
534
+ "compasses-fill",
535
+ "compasses-line",
536
+ "contrast-2-fill",
537
+ "contrast-2-line",
538
+ "contrast-drop-2-fill",
539
+ "contrast-drop-2-line",
540
+ "contrast-drop-fill",
541
+ "contrast-drop-line",
542
+ "contrast-fill",
543
+ "contrast-line",
544
+ "crop-2-fill",
545
+ "crop-2-line",
546
+ "crop-fill",
547
+ "crop-line",
548
+ "crosshair-2-fill",
549
+ "crosshair-2-line",
550
+ "crosshair-fill",
551
+ "crosshair-line",
552
+ "drag-drop-fill",
553
+ "drag-drop-line",
554
+ "drop-fill",
555
+ "drop-line",
556
+ "edit-2-fill",
557
+ "edit-2-line",
558
+ "edit-box-fill",
559
+ "edit-box-line",
560
+ "edit-circle-fill",
561
+ "edit-circle-line",
562
+ "edit-fill",
563
+ "edit-line",
564
+ "eraser-fill",
565
+ "eraser-line",
566
+ "flip-horizontal-2-fill",
567
+ "flip-horizontal-2-line",
568
+ "flip-horizontal-fill",
569
+ "flip-horizontal-line",
570
+ "flip-vertical-2-fill",
571
+ "flip-vertical-2-line",
572
+ "flip-vertical-fill",
573
+ "flip-vertical-line",
574
+ "focus-2-fill",
575
+ "focus-2-line",
576
+ "focus-3-fill",
577
+ "focus-3-line",
578
+ "focus-fill",
579
+ "focus-line",
580
+ "grid-fill",
581
+ "grid-line",
582
+ "hammer-fill",
583
+ "hammer-line",
584
+ "hexagon-fill",
585
+ "hexagon-line",
586
+ "ink-bottle-fill",
587
+ "ink-bottle-line",
588
+ "input-method-fill",
589
+ "input-method-line",
590
+ "layout-2-fill",
591
+ "layout-2-line",
592
+ "layout-3-fill",
593
+ "layout-3-line",
594
+ "layout-4-fill",
595
+ "layout-4-line",
596
+ "layout-5-fill",
597
+ "layout-5-line",
598
+ "layout-6-fill",
599
+ "layout-6-line",
600
+ "layout-bottom-2-fill",
601
+ "layout-bottom-2-line",
602
+ "layout-bottom-fill",
603
+ "layout-bottom-line",
604
+ "layout-column-fill",
605
+ "layout-column-line",
606
+ "layout-fill",
607
+ "layout-grid-2-fill",
608
+ "layout-grid-2-line",
609
+ "layout-grid-fill",
610
+ "layout-grid-line",
611
+ "layout-horizontal-fill",
612
+ "layout-horizontal-line",
613
+ "layout-left-2-fill",
614
+ "layout-left-2-line",
615
+ "layout-left-fill",
616
+ "layout-left-line",
617
+ "layout-line",
618
+ "layout-masonry-fill",
619
+ "layout-masonry-line",
620
+ "layout-right-2-fill",
621
+ "layout-right-2-line",
622
+ "layout-right-fill",
623
+ "layout-right-line",
624
+ "layout-row-fill",
625
+ "layout-row-line",
626
+ "layout-top-2-fill",
627
+ "layout-top-2-line",
628
+ "layout-top-fill",
629
+ "layout-top-line",
630
+ "layout-vertical-fill",
631
+ "layout-vertical-line",
632
+ "magic-fill",
633
+ "magic-line",
634
+ "mark-pen-fill",
635
+ "mark-pen-line",
636
+ "markup-fill",
637
+ "markup-line",
638
+ "octagon-fill",
639
+ "octagon-line",
640
+ "paint-brush-fill",
641
+ "paint-brush-line",
642
+ "paint-fill",
643
+ "paint-line",
644
+ "palette-fill",
645
+ "palette-line",
646
+ "pantone-fill",
647
+ "pantone-line",
648
+ "pen-nib-fill",
649
+ "pen-nib-line",
650
+ "pencil-fill",
651
+ "pencil-line",
652
+ "pencil-ruler-2-fill",
653
+ "pencil-ruler-2-line",
654
+ "pencil-ruler-fill",
655
+ "pencil-ruler-line",
656
+ "pentagon-fill",
657
+ "pentagon-line",
658
+ "quill-pen-fill",
659
+ "quill-pen-line",
660
+ "rectangle-fill",
661
+ "rectangle-line",
662
+ "ruler-2-fill",
663
+ "ruler-2-line",
664
+ "ruler-fill",
665
+ "ruler-line",
666
+ "scissors-2-fill",
667
+ "scissors-2-line",
668
+ "scissors-cut-fill",
669
+ "scissors-cut-line",
670
+ "scissors-fill",
671
+ "scissors-line",
672
+ "screenshot-2-fill",
673
+ "screenshot-2-line",
674
+ "screenshot-fill",
675
+ "screenshot-line",
676
+ "shadow-fill",
677
+ "shadow-line",
678
+ "shape-2-fill",
679
+ "shape-2-line",
680
+ "shape-fill",
681
+ "shape-line",
682
+ "shapes-fill",
683
+ "shapes-line",
684
+ "sip-fill",
685
+ "sip-line",
686
+ "slice-fill",
687
+ "slice-line",
688
+ "square-fill",
689
+ "square-line",
690
+ "t-box-fill",
691
+ "t-box-line",
692
+ "table-alt-fill",
693
+ "table-alt-line",
694
+ "table-fill",
695
+ "table-line",
696
+ "tools-fill",
697
+ "tools-line",
698
+ "triangle-fill",
699
+ "triangle-line"
700
+ ],
701
+ "Development": [
702
+ "braces-fill",
703
+ "braces-line",
704
+ "brackets-fill",
705
+ "brackets-line",
706
+ "bug-2-fill",
707
+ "bug-2-line",
708
+ "bug-fill",
709
+ "bug-line",
710
+ "code-box-fill",
711
+ "code-box-line",
712
+ "code-fill",
713
+ "code-line",
714
+ "code-s-fill",
715
+ "code-s-line",
716
+ "code-s-slash-fill",
717
+ "code-s-slash-line",
718
+ "command-fill",
719
+ "command-line",
720
+ "css3-fill",
721
+ "css3-line",
722
+ "cursor-fill",
723
+ "cursor-line",
724
+ "git-branch-fill",
725
+ "git-branch-line",
726
+ "git-close-pull-request-fill",
727
+ "git-close-pull-request-line",
728
+ "git-commit-fill",
729
+ "git-commit-line",
730
+ "git-fork-fill",
731
+ "git-fork-line",
732
+ "git-merge-fill",
733
+ "git-merge-line",
734
+ "git-pr-draft-fill",
735
+ "git-pr-draft-line",
736
+ "git-pull-request-fill",
737
+ "git-pull-request-line",
738
+ "git-repository-commits-fill",
739
+ "git-repository-commits-line",
740
+ "git-repository-fill",
741
+ "git-repository-line",
742
+ "git-repository-private-fill",
743
+ "git-repository-private-line",
744
+ "html5-fill",
745
+ "html5-line",
746
+ "javascript-fill",
747
+ "javascript-line",
748
+ "parentheses-fill",
749
+ "parentheses-line",
750
+ "puzzle-2-fill",
751
+ "puzzle-2-line",
752
+ "puzzle-fill",
753
+ "puzzle-line",
754
+ "terminal-box-fill",
755
+ "terminal-box-line",
756
+ "terminal-fill",
757
+ "terminal-line",
758
+ "terminal-window-fill",
759
+ "terminal-window-line"
760
+ ],
761
+ "Device": [
762
+ "airplay-fill",
763
+ "airplay-line",
764
+ "barcode-box-fill",
765
+ "barcode-box-line",
766
+ "barcode-fill",
767
+ "barcode-line",
768
+ "base-station-fill",
769
+ "base-station-line",
770
+ "battery-2-charge-fill",
771
+ "battery-2-charge-line",
772
+ "battery-2-fill",
773
+ "battery-2-line",
774
+ "battery-charge-fill",
775
+ "battery-charge-line",
776
+ "battery-fill",
777
+ "battery-line",
778
+ "battery-low-fill",
779
+ "battery-low-line",
780
+ "battery-saver-fill",
781
+ "battery-saver-line",
782
+ "battery-share-fill",
783
+ "battery-share-line",
784
+ "bluetooth-connect-fill",
785
+ "bluetooth-connect-line",
786
+ "bluetooth-fill",
787
+ "bluetooth-line",
788
+ "cast-fill",
789
+ "cast-line",
790
+ "cellphone-fill",
791
+ "cellphone-line",
792
+ "computer-fill",
793
+ "computer-line",
794
+ "cpu-fill",
795
+ "cpu-line",
796
+ "dashboard-2-fill",
797
+ "dashboard-2-line",
798
+ "dashboard-3-fill",
799
+ "dashboard-3-line",
800
+ "database-2-fill",
801
+ "database-2-line",
802
+ "database-fill",
803
+ "database-line",
804
+ "device-fill",
805
+ "device-line",
806
+ "device-recover-fill",
807
+ "device-recover-line",
808
+ "dual-sim-1-fill",
809
+ "dual-sim-1-line",
810
+ "dual-sim-2-fill",
811
+ "dual-sim-2-line",
812
+ "fingerprint-2-fill",
813
+ "fingerprint-2-line",
814
+ "fingerprint-fill",
815
+ "fingerprint-line",
816
+ "gamepad-fill",
817
+ "gamepad-line",
818
+ "gps-fill",
819
+ "gps-line",
820
+ "gradienter-fill",
821
+ "gradienter-line",
822
+ "hard-drive-2-fill",
823
+ "hard-drive-2-line",
824
+ "hard-drive-3-fill",
825
+ "hard-drive-3-line",
826
+ "hard-drive-fill",
827
+ "hard-drive-line",
828
+ "hotspot-fill",
829
+ "hotspot-line",
830
+ "install-fill",
831
+ "install-line",
832
+ "instance-fill",
833
+ "instance-line",
834
+ "keyboard-box-fill",
835
+ "keyboard-box-line",
836
+ "keyboard-fill",
837
+ "keyboard-line",
838
+ "mac-fill",
839
+ "mac-line",
840
+ "macbook-fill",
841
+ "macbook-line",
842
+ "mobile-download-fill",
843
+ "mobile-download-line",
844
+ "mouse-fill",
845
+ "mouse-line",
846
+ "phone-fill",
847
+ "phone-find-fill",
848
+ "phone-find-line",
849
+ "phone-line",
850
+ "phone-lock-fill",
851
+ "phone-lock-line",
852
+ "qr-code-fill",
853
+ "qr-code-line",
854
+ "qr-scan-2-fill",
855
+ "qr-scan-2-line",
856
+ "qr-scan-fill",
857
+ "qr-scan-line",
858
+ "radar-fill",
859
+ "radar-line",
860
+ "ram-2-fill",
861
+ "ram-2-line",
862
+ "ram-fill",
863
+ "ram-line",
864
+ "remote-control-2-fill",
865
+ "remote-control-2-line",
866
+ "remote-control-fill",
867
+ "remote-control-line",
868
+ "restart-fill",
869
+ "restart-line",
870
+ "rfid-fill",
871
+ "rfid-line",
872
+ "rotate-lock-fill",
873
+ "rotate-lock-line",
874
+ "router-fill",
875
+ "router-line",
876
+ "rss-fill",
877
+ "rss-line",
878
+ "save-2-fill",
879
+ "save-2-line",
880
+ "save-3-fill",
881
+ "save-3-line",
882
+ "save-fill",
883
+ "save-line",
884
+ "scan-2-fill",
885
+ "scan-2-line",
886
+ "scan-fill",
887
+ "scan-line",
888
+ "sd-card-fill",
889
+ "sd-card-line",
890
+ "sd-card-mini-fill",
891
+ "sd-card-mini-line",
892
+ "sensor-fill",
893
+ "sensor-line",
894
+ "server-fill",
895
+ "server-line",
896
+ "shut-down-fill",
897
+ "shut-down-line",
898
+ "signal-wifi-1-fill",
899
+ "signal-wifi-1-line",
900
+ "signal-wifi-2-fill",
901
+ "signal-wifi-2-line",
902
+ "signal-wifi-3-fill",
903
+ "signal-wifi-3-line",
904
+ "signal-wifi-error-fill",
905
+ "signal-wifi-error-line",
906
+ "signal-wifi-fill",
907
+ "signal-wifi-line",
908
+ "signal-wifi-off-fill",
909
+ "signal-wifi-off-line",
910
+ "sim-card-2-fill",
911
+ "sim-card-2-line",
912
+ "sim-card-fill",
913
+ "sim-card-line",
914
+ "smartphone-fill",
915
+ "smartphone-line",
916
+ "tablet-fill",
917
+ "tablet-line",
918
+ "tv-2-fill",
919
+ "tv-2-line",
920
+ "tv-fill",
921
+ "tv-line",
922
+ "u-disk-fill",
923
+ "u-disk-line",
924
+ "uninstall-fill",
925
+ "uninstall-line",
926
+ "usb-fill",
927
+ "usb-line",
928
+ "wifi-fill",
929
+ "wifi-line",
930
+ "wifi-off-fill",
931
+ "wifi-off-line",
932
+ "wireless-charging-fill",
933
+ "wireless-charging-line"
934
+ ],
935
+ "Document": [
936
+ "article-fill",
937
+ "article-line",
938
+ "bill-fill",
939
+ "bill-line",
940
+ "book-2-fill",
941
+ "book-2-line",
942
+ "book-3-fill",
943
+ "book-3-line",
944
+ "book-fill",
945
+ "book-line",
946
+ "book-marked-fill",
947
+ "book-marked-line",
948
+ "book-open-fill",
949
+ "book-open-line",
950
+ "book-read-fill",
951
+ "book-read-line",
952
+ "booklet-fill",
953
+ "booklet-line",
954
+ "clipboard-fill",
955
+ "clipboard-line",
956
+ "contacts-book-2-fill",
957
+ "contacts-book-2-line",
958
+ "contacts-book-3-fill",
959
+ "contacts-book-3-line",
960
+ "contacts-book-fill",
961
+ "contacts-book-line",
962
+ "contacts-book-upload-fill",
963
+ "contacts-book-upload-line",
964
+ "contract-fill",
965
+ "contract-line",
966
+ "draft-fill",
967
+ "draft-line",
968
+ "file-2-fill",
969
+ "file-2-line",
970
+ "file-3-fill",
971
+ "file-3-line",
972
+ "file-4-fill",
973
+ "file-4-line",
974
+ "file-add-fill",
975
+ "file-add-line",
976
+ "file-chart-2-fill",
977
+ "file-chart-2-line",
978
+ "file-chart-fill",
979
+ "file-chart-line",
980
+ "file-check-fill",
981
+ "file-check-line",
982
+ "file-close-fill",
983
+ "file-close-line",
984
+ "file-cloud-fill",
985
+ "file-cloud-line",
986
+ "file-code-fill",
987
+ "file-code-line",
988
+ "file-copy-2-fill",
989
+ "file-copy-2-line",
990
+ "file-copy-fill",
991
+ "file-copy-line",
992
+ "file-damage-fill",
993
+ "file-damage-line",
994
+ "file-download-fill",
995
+ "file-download-line",
996
+ "file-edit-fill",
997
+ "file-edit-line",
998
+ "file-excel-2-fill",
999
+ "file-excel-2-line",
1000
+ "file-excel-fill",
1001
+ "file-excel-line",
1002
+ "file-fill",
1003
+ "file-forbid-fill",
1004
+ "file-forbid-line",
1005
+ "file-gif-fill",
1006
+ "file-gif-line",
1007
+ "file-history-fill",
1008
+ "file-history-line",
1009
+ "file-hwp-fill",
1010
+ "file-hwp-line",
1011
+ "file-image-fill",
1012
+ "file-image-line",
1013
+ "file-info-fill",
1014
+ "file-info-line",
1015
+ "file-line",
1016
+ "file-list-2-fill",
1017
+ "file-list-2-line",
1018
+ "file-list-3-fill",
1019
+ "file-list-3-line",
1020
+ "file-list-fill",
1021
+ "file-list-line",
1022
+ "file-lock-fill",
1023
+ "file-lock-line",
1024
+ "file-marked-fill",
1025
+ "file-marked-line",
1026
+ "file-music-fill",
1027
+ "file-music-line",
1028
+ "file-paper-2-fill",
1029
+ "file-paper-2-line",
1030
+ "file-paper-fill",
1031
+ "file-paper-line",
1032
+ "file-pdf-2-fill",
1033
+ "file-pdf-2-line",
1034
+ "file-pdf-fill",
1035
+ "file-pdf-line",
1036
+ "file-ppt-2-fill",
1037
+ "file-ppt-2-line",
1038
+ "file-ppt-fill",
1039
+ "file-ppt-line",
1040
+ "file-reduce-fill",
1041
+ "file-reduce-line",
1042
+ "file-search-fill",
1043
+ "file-search-line",
1044
+ "file-settings-fill",
1045
+ "file-settings-line",
1046
+ "file-shield-2-fill",
1047
+ "file-shield-2-line",
1048
+ "file-shield-fill",
1049
+ "file-shield-line",
1050
+ "file-shred-fill",
1051
+ "file-shred-line",
1052
+ "file-text-fill",
1053
+ "file-text-line",
1054
+ "file-transfer-fill",
1055
+ "file-transfer-line",
1056
+ "file-unknow-fill",
1057
+ "file-unknow-line",
1058
+ "file-upload-fill",
1059
+ "file-upload-line",
1060
+ "file-user-fill",
1061
+ "file-user-line",
1062
+ "file-video-fill",
1063
+ "file-video-line",
1064
+ "file-warning-fill",
1065
+ "file-warning-line",
1066
+ "file-word-2-fill",
1067
+ "file-word-2-line",
1068
+ "file-word-fill",
1069
+ "file-word-line",
1070
+ "file-zip-fill",
1071
+ "file-zip-line",
1072
+ "folder-2-fill",
1073
+ "folder-2-line",
1074
+ "folder-3-fill",
1075
+ "folder-3-line",
1076
+ "folder-4-fill",
1077
+ "folder-4-line",
1078
+ "folder-5-fill",
1079
+ "folder-5-line",
1080
+ "folder-6-fill",
1081
+ "folder-6-line",
1082
+ "folder-add-fill",
1083
+ "folder-add-line",
1084
+ "folder-chart-2-fill",
1085
+ "folder-chart-2-line",
1086
+ "folder-chart-fill",
1087
+ "folder-chart-line",
1088
+ "folder-check-fill",
1089
+ "folder-check-line",
1090
+ "folder-close-fill",
1091
+ "folder-close-line",
1092
+ "folder-cloud-fill",
1093
+ "folder-cloud-line",
1094
+ "folder-download-fill",
1095
+ "folder-download-line",
1096
+ "folder-fill",
1097
+ "folder-forbid-fill",
1098
+ "folder-forbid-line",
1099
+ "folder-history-fill",
1100
+ "folder-history-line",
1101
+ "folder-image-fill",
1102
+ "folder-image-line",
1103
+ "folder-info-fill",
1104
+ "folder-info-line",
1105
+ "folder-keyhole-fill",
1106
+ "folder-keyhole-line",
1107
+ "folder-line",
1108
+ "folder-lock-fill",
1109
+ "folder-lock-line",
1110
+ "folder-music-fill",
1111
+ "folder-music-line",
1112
+ "folder-open-fill",
1113
+ "folder-open-line",
1114
+ "folder-received-fill",
1115
+ "folder-received-line",
1116
+ "folder-reduce-fill",
1117
+ "folder-reduce-line",
1118
+ "folder-settings-fill",
1119
+ "folder-settings-line",
1120
+ "folder-shared-fill",
1121
+ "folder-shared-line",
1122
+ "folder-shield-2-fill",
1123
+ "folder-shield-2-line",
1124
+ "folder-shield-fill",
1125
+ "folder-shield-line",
1126
+ "folder-transfer-fill",
1127
+ "folder-transfer-line",
1128
+ "folder-unknow-fill",
1129
+ "folder-unknow-line",
1130
+ "folder-upload-fill",
1131
+ "folder-upload-line",
1132
+ "folder-user-fill",
1133
+ "folder-user-line",
1134
+ "folder-video-fill",
1135
+ "folder-video-line",
1136
+ "folder-warning-fill",
1137
+ "folder-warning-line",
1138
+ "folder-zip-fill",
1139
+ "folder-zip-line",
1140
+ "folders-fill",
1141
+ "folders-line",
1142
+ "keynote-fill",
1143
+ "keynote-line",
1144
+ "markdown-fill",
1145
+ "markdown-line",
1146
+ "news-fill",
1147
+ "news-line",
1148
+ "newspaper-fill",
1149
+ "newspaper-line",
1150
+ "numbers-fill",
1151
+ "numbers-line",
1152
+ "pages-fill",
1153
+ "pages-line",
1154
+ "receipt-fill",
1155
+ "receipt-line",
1156
+ "sticky-note-2-fill",
1157
+ "sticky-note-2-line",
1158
+ "sticky-note-add-fill",
1159
+ "sticky-note-add-line",
1160
+ "sticky-note-fill",
1161
+ "sticky-note-line",
1162
+ "survey-fill",
1163
+ "survey-line",
1164
+ "task-fill",
1165
+ "task-line",
1166
+ "todo-fill",
1167
+ "todo-line"
1168
+ ],
1169
+ "Editor": [
1170
+ "a-b",
1171
+ "ai-generate",
1172
+ "align-bottom",
1173
+ "align-center",
1174
+ "align-justify",
1175
+ "align-left",
1176
+ "align-right",
1177
+ "align-top",
1178
+ "align-vertically",
1179
+ "asterisk",
1180
+ "attachment-2",
1181
+ "bold",
1182
+ "bring-forward",
1183
+ "bring-to-front",
1184
+ "calendar-view",
1185
+ "carousel-view",
1186
+ "code-block",
1187
+ "code-view",
1188
+ "delete-column",
1189
+ "delete-row",
1190
+ "double-quotes-l",
1191
+ "double-quotes-r",
1192
+ "draggable",
1193
+ "dropdown-list",
1194
+ "emphasis",
1195
+ "emphasis-cn",
1196
+ "english-input",
1197
+ "flow-chart",
1198
+ "focus-mode",
1199
+ "font-color",
1200
+ "font-family",
1201
+ "font-mono",
1202
+ "font-sans",
1203
+ "font-sans-serif",
1204
+ "font-size",
1205
+ "font-size-2",
1206
+ "format-clear",
1207
+ "formula",
1208
+ "functions",
1209
+ "gallery-view",
1210
+ "gallery-view-2",
1211
+ "h-1",
1212
+ "h-2",
1213
+ "h-3",
1214
+ "h-4",
1215
+ "h-5",
1216
+ "h-6",
1217
+ "hand",
1218
+ "hashtag",
1219
+ "heading",
1220
+ "indent-decrease",
1221
+ "indent-increase",
1222
+ "info-i",
1223
+ "input-cursor-move",
1224
+ "input-field",
1225
+ "insert-column-left",
1226
+ "insert-column-right",
1227
+ "insert-row-bottom",
1228
+ "insert-row-top",
1229
+ "italic",
1230
+ "kanban-view",
1231
+ "kanban-view-2",
1232
+ "line-height",
1233
+ "link",
1234
+ "link-m",
1235
+ "link-unlink",
1236
+ "link-unlink-m",
1237
+ "list-check",
1238
+ "list-check-2",
1239
+ "list-check-3",
1240
+ "list-indefinite",
1241
+ "list-ordered",
1242
+ "list-ordered-2",
1243
+ "list-radio",
1244
+ "list-unordered",
1245
+ "list-view",
1246
+ "merge-cells-horizontal",
1247
+ "merge-cells-vertical",
1248
+ "mind-map",
1249
+ "node-tree",
1250
+ "number-0",
1251
+ "number-1",
1252
+ "number-2",
1253
+ "number-3",
1254
+ "number-4",
1255
+ "number-5",
1256
+ "number-6",
1257
+ "number-7",
1258
+ "number-8",
1259
+ "number-9",
1260
+ "omega",
1261
+ "organization-chart",
1262
+ "overline",
1263
+ "page-separator",
1264
+ "paragraph",
1265
+ "pinyin-input",
1266
+ "question-mark",
1267
+ "quote-text",
1268
+ "rounded-corner",
1269
+ "send-backward",
1270
+ "send-to-back",
1271
+ "separator",
1272
+ "single-quotes-l",
1273
+ "single-quotes-r",
1274
+ "sketching",
1275
+ "slash-commands",
1276
+ "slash-commands-2",
1277
+ "slideshow-view",
1278
+ "sort-alphabet-asc",
1279
+ "sort-alphabet-desc",
1280
+ "sort-asc",
1281
+ "sort-desc",
1282
+ "sort-number-asc",
1283
+ "sort-number-desc",
1284
+ "space",
1285
+ "split-cells-horizontal",
1286
+ "split-cells-vertical",
1287
+ "square-root",
1288
+ "stacked-view",
1289
+ "strikethrough",
1290
+ "strikethrough-2",
1291
+ "subscript",
1292
+ "subscript-2",
1293
+ "superscript",
1294
+ "superscript-2",
1295
+ "table-2",
1296
+ "table-3",
1297
+ "table-view",
1298
+ "text",
1299
+ "text-block",
1300
+ "text-direction-l",
1301
+ "text-direction-r",
1302
+ "text-snippet",
1303
+ "text-spacing",
1304
+ "text-wrap",
1305
+ "timeline-view",
1306
+ "translate",
1307
+ "translate-2",
1308
+ "underline",
1309
+ "wubi-input"
1310
+ ],
1311
+ "Finance": [
1312
+ "24-hours-fill",
1313
+ "24-hours-line",
1314
+ "auction-fill",
1315
+ "auction-line",
1316
+ "bank-card-2-fill",
1317
+ "bank-card-2-line",
1318
+ "bank-card-fill",
1319
+ "bank-card-line",
1320
+ "bit-coin-fill",
1321
+ "bit-coin-line",
1322
+ "bnb-fill",
1323
+ "bnb-line",
1324
+ "btc-fill",
1325
+ "btc-line",
1326
+ "cash-fill",
1327
+ "cash-line",
1328
+ "coin-fill",
1329
+ "coin-line",
1330
+ "coins-fill",
1331
+ "coins-line",
1332
+ "copper-coin-fill",
1333
+ "copper-coin-line",
1334
+ "copper-diamond-fill",
1335
+ "copper-diamond-line",
1336
+ "coupon-2-fill",
1337
+ "coupon-2-line",
1338
+ "coupon-3-fill",
1339
+ "coupon-3-line",
1340
+ "coupon-4-fill",
1341
+ "coupon-4-line",
1342
+ "coupon-5-fill",
1343
+ "coupon-5-line",
1344
+ "coupon-fill",
1345
+ "coupon-line",
1346
+ "currency-fill",
1347
+ "currency-line",
1348
+ "discount-percent-fill",
1349
+ "discount-percent-line",
1350
+ "eth-fill",
1351
+ "eth-line",
1352
+ "exchange-2-fill",
1353
+ "exchange-2-line",
1354
+ "exchange-box-fill",
1355
+ "exchange-box-line",
1356
+ "exchange-cny-fill",
1357
+ "exchange-cny-line",
1358
+ "exchange-dollar-fill",
1359
+ "exchange-dollar-line",
1360
+ "exchange-fill",
1361
+ "exchange-funds-fill",
1362
+ "exchange-funds-line",
1363
+ "exchange-line",
1364
+ "funds-box-fill",
1365
+ "funds-box-line",
1366
+ "funds-fill",
1367
+ "funds-line",
1368
+ "gift-2-fill",
1369
+ "gift-2-line",
1370
+ "gift-fill",
1371
+ "gift-line",
1372
+ "hand-coin-fill",
1373
+ "hand-coin-line",
1374
+ "hand-heart-fill",
1375
+ "hand-heart-line",
1376
+ "increase-decrease-fill",
1377
+ "increase-decrease-line",
1378
+ "money-cny-box-fill",
1379
+ "money-cny-box-line",
1380
+ "money-cny-circle-fill",
1381
+ "money-cny-circle-line",
1382
+ "money-dollar-box-fill",
1383
+ "money-dollar-box-line",
1384
+ "money-dollar-circle-fill",
1385
+ "money-dollar-circle-line",
1386
+ "money-euro-box-fill",
1387
+ "money-euro-box-line",
1388
+ "money-euro-circle-fill",
1389
+ "money-euro-circle-line",
1390
+ "money-pound-box-fill",
1391
+ "money-pound-box-line",
1392
+ "money-pound-circle-fill",
1393
+ "money-pound-circle-line",
1394
+ "money-rupee-circle-fill",
1395
+ "money-rupee-circle-line",
1396
+ "nft-fill",
1397
+ "nft-line",
1398
+ "p2p-fill",
1399
+ "p2p-line",
1400
+ "percent-fill",
1401
+ "percent-line",
1402
+ "price-tag-2-fill",
1403
+ "price-tag-2-line",
1404
+ "price-tag-3-fill",
1405
+ "price-tag-3-line",
1406
+ "price-tag-fill",
1407
+ "price-tag-line",
1408
+ "red-packet-fill",
1409
+ "red-packet-line",
1410
+ "refund-2-fill",
1411
+ "refund-2-line",
1412
+ "refund-fill",
1413
+ "refund-line",
1414
+ "safe-2-fill",
1415
+ "safe-2-line",
1416
+ "safe-fill",
1417
+ "safe-line",
1418
+ "secure-payment-fill",
1419
+ "secure-payment-line",
1420
+ "shopping-bag-2-fill",
1421
+ "shopping-bag-2-line",
1422
+ "shopping-bag-3-fill",
1423
+ "shopping-bag-3-line",
1424
+ "shopping-bag-4-fill",
1425
+ "shopping-bag-4-line",
1426
+ "shopping-bag-fill",
1427
+ "shopping-bag-line",
1428
+ "shopping-basket-2-fill",
1429
+ "shopping-basket-2-line",
1430
+ "shopping-basket-fill",
1431
+ "shopping-basket-line",
1432
+ "shopping-cart-2-fill",
1433
+ "shopping-cart-2-line",
1434
+ "shopping-cart-fill",
1435
+ "shopping-cart-line",
1436
+ "stock-fill",
1437
+ "stock-line",
1438
+ "swap-2-fill",
1439
+ "swap-2-line",
1440
+ "swap-3-fill",
1441
+ "swap-3-line",
1442
+ "swap-box-fill",
1443
+ "swap-box-line",
1444
+ "swap-fill",
1445
+ "swap-line",
1446
+ "ticket-2-fill",
1447
+ "ticket-2-line",
1448
+ "ticket-fill",
1449
+ "ticket-line",
1450
+ "token-swap-fill",
1451
+ "token-swap-line",
1452
+ "trophy-fill",
1453
+ "trophy-line",
1454
+ "vip-crown-2-fill",
1455
+ "vip-crown-2-line",
1456
+ "vip-crown-fill",
1457
+ "vip-crown-line",
1458
+ "vip-diamond-fill",
1459
+ "vip-diamond-line",
1460
+ "vip-fill",
1461
+ "vip-line",
1462
+ "wallet-2-fill",
1463
+ "wallet-2-line",
1464
+ "wallet-3-fill",
1465
+ "wallet-3-line",
1466
+ "wallet-fill",
1467
+ "wallet-line",
1468
+ "water-flash-fill",
1469
+ "water-flash-line",
1470
+ "xrp-fill",
1471
+ "xrp-line",
1472
+ "xtz-fill",
1473
+ "xtz-line"
1474
+ ],
1475
+ "Food": [
1476
+ "beer-fill",
1477
+ "beer-line",
1478
+ "bowl-fill",
1479
+ "bowl-line",
1480
+ "bread-fill",
1481
+ "bread-line",
1482
+ "cake-2-fill",
1483
+ "cake-2-line",
1484
+ "cake-3-fill",
1485
+ "cake-3-line",
1486
+ "cake-fill",
1487
+ "cake-line",
1488
+ "cup-fill",
1489
+ "cup-line",
1490
+ "drinks-2-fill",
1491
+ "drinks-2-line",
1492
+ "drinks-fill",
1493
+ "drinks-line",
1494
+ "goblet-2-fill",
1495
+ "goblet-2-line",
1496
+ "goblet-fill",
1497
+ "goblet-line",
1498
+ "knife-blood-fill",
1499
+ "knife-blood-line",
1500
+ "knife-fill",
1501
+ "knife-line",
1502
+ "restaurant-2-fill",
1503
+ "restaurant-2-line",
1504
+ "restaurant-fill",
1505
+ "restaurant-line"
1506
+ ],
1507
+ "Health & Medical": [
1508
+ "aed-electrodes-fill",
1509
+ "aed-electrodes-line",
1510
+ "aed-fill",
1511
+ "aed-line",
1512
+ "brain-2-fill",
1513
+ "brain-2-line",
1514
+ "brain-fill",
1515
+ "brain-line",
1516
+ "capsule-fill",
1517
+ "capsule-line",
1518
+ "dislike-fill",
1519
+ "dislike-line",
1520
+ "dna-fill",
1521
+ "dna-line",
1522
+ "dossier-fill",
1523
+ "dossier-line",
1524
+ "dropper-fill",
1525
+ "dropper-line",
1526
+ "empathize-fill",
1527
+ "empathize-line",
1528
+ "first-aid-kit-fill",
1529
+ "first-aid-kit-line",
1530
+ "flask-fill",
1531
+ "flask-line",
1532
+ "hand-sanitizer-fill",
1533
+ "hand-sanitizer-line",
1534
+ "health-book-fill",
1535
+ "health-book-line",
1536
+ "heart-2-fill",
1537
+ "heart-2-line",
1538
+ "heart-3-fill",
1539
+ "heart-3-line",
1540
+ "heart-add-2-fill",
1541
+ "heart-add-2-line",
1542
+ "heart-add-fill",
1543
+ "heart-add-line",
1544
+ "heart-fill",
1545
+ "heart-line",
1546
+ "heart-pulse-fill",
1547
+ "heart-pulse-line",
1548
+ "hearts-fill",
1549
+ "hearts-line",
1550
+ "infrared-thermometer-fill",
1551
+ "infrared-thermometer-line",
1552
+ "lungs-fill",
1553
+ "lungs-line",
1554
+ "medicine-bottle-fill",
1555
+ "medicine-bottle-line",
1556
+ "mental-health-fill",
1557
+ "mental-health-line",
1558
+ "microscope-fill",
1559
+ "microscope-line",
1560
+ "nurse-fill",
1561
+ "nurse-line",
1562
+ "psychotherapy-fill",
1563
+ "psychotherapy-line",
1564
+ "pulse-fill",
1565
+ "pulse-line",
1566
+ "rest-time-fill",
1567
+ "rest-time-line",
1568
+ "stethoscope-fill",
1569
+ "stethoscope-line",
1570
+ "surgical-mask-fill",
1571
+ "surgical-mask-line",
1572
+ "syringe-fill",
1573
+ "syringe-line",
1574
+ "test-tube-fill",
1575
+ "test-tube-line",
1576
+ "thermometer-fill",
1577
+ "thermometer-line",
1578
+ "virus-fill",
1579
+ "virus-line",
1580
+ "zzz-fill",
1581
+ "zzz-line"
1582
+ ],
1583
+ "Logos": [
1584
+ "alibaba-cloud-fill",
1585
+ "alibaba-cloud-line",
1586
+ "alipay-fill",
1587
+ "alipay-line",
1588
+ "amazon-fill",
1589
+ "amazon-line",
1590
+ "android-fill",
1591
+ "android-line",
1592
+ "angularjs-fill",
1593
+ "angularjs-line",
1594
+ "app-store-fill",
1595
+ "app-store-line",
1596
+ "apple-fill",
1597
+ "apple-line",
1598
+ "baidu-fill",
1599
+ "baidu-line",
1600
+ "bard-fill",
1601
+ "bard-line",
1602
+ "behance-fill",
1603
+ "behance-line",
1604
+ "bilibili-fill",
1605
+ "bilibili-line",
1606
+ "blender-fill",
1607
+ "blender-line",
1608
+ "blogger-fill",
1609
+ "blogger-line",
1610
+ "bluesky-fill",
1611
+ "bluesky-line",
1612
+ "bootstrap-fill",
1613
+ "bootstrap-line",
1614
+ "centos-fill",
1615
+ "centos-line",
1616
+ "chrome-fill",
1617
+ "chrome-line",
1618
+ "codepen-fill",
1619
+ "codepen-line",
1620
+ "copilot-fill",
1621
+ "copilot-line",
1622
+ "coreos-fill",
1623
+ "coreos-line",
1624
+ "dingding-fill",
1625
+ "dingding-line",
1626
+ "discord-fill",
1627
+ "discord-line",
1628
+ "disqus-fill",
1629
+ "disqus-line",
1630
+ "douban-fill",
1631
+ "douban-line",
1632
+ "dribbble-fill",
1633
+ "dribbble-line",
1634
+ "drive-fill",
1635
+ "drive-line",
1636
+ "dropbox-fill",
1637
+ "dropbox-line",
1638
+ "edge-fill",
1639
+ "edge-line",
1640
+ "edge-new-fill",
1641
+ "edge-new-line",
1642
+ "evernote-fill",
1643
+ "evernote-line",
1644
+ "facebook-box-fill",
1645
+ "facebook-box-line",
1646
+ "facebook-circle-fill",
1647
+ "facebook-circle-line",
1648
+ "facebook-fill",
1649
+ "facebook-line",
1650
+ "finder-fill",
1651
+ "finder-line",
1652
+ "firebase-fill",
1653
+ "firebase-line",
1654
+ "firefox-fill",
1655
+ "firefox-line",
1656
+ "flickr-fill",
1657
+ "flickr-line",
1658
+ "flutter-fill",
1659
+ "flutter-line",
1660
+ "friendica-fill",
1661
+ "friendica-line",
1662
+ "gatsby-fill",
1663
+ "gatsby-line",
1664
+ "gemini-fill",
1665
+ "gemini-line",
1666
+ "github-fill",
1667
+ "github-line",
1668
+ "gitlab-fill",
1669
+ "gitlab-line",
1670
+ "google-fill",
1671
+ "google-line",
1672
+ "google-play-fill",
1673
+ "google-play-line",
1674
+ "honor-of-kings-fill",
1675
+ "honor-of-kings-line",
1676
+ "ie-fill",
1677
+ "ie-line",
1678
+ "instagram-fill",
1679
+ "instagram-line",
1680
+ "invision-fill",
1681
+ "invision-line",
1682
+ "java-fill",
1683
+ "java-line",
1684
+ "kakao-talk-fill",
1685
+ "kakao-talk-line",
1686
+ "kick-fill",
1687
+ "kick-line",
1688
+ "line-fill",
1689
+ "line-line",
1690
+ "linkedin-box-fill",
1691
+ "linkedin-box-line",
1692
+ "linkedin-fill",
1693
+ "linkedin-line",
1694
+ "mastercard-fill",
1695
+ "mastercard-line",
1696
+ "mastodon-fill",
1697
+ "mastodon-line",
1698
+ "medium-fill",
1699
+ "medium-line",
1700
+ "messenger-fill",
1701
+ "messenger-line",
1702
+ "meta-fill",
1703
+ "meta-line",
1704
+ "microsoft-fill",
1705
+ "microsoft-line",
1706
+ "microsoft-loop-fill",
1707
+ "microsoft-loop-line",
1708
+ "mini-program-fill",
1709
+ "mini-program-line",
1710
+ "netease-cloud-music-fill",
1711
+ "netease-cloud-music-line",
1712
+ "netflix-fill",
1713
+ "netflix-line",
1714
+ "nextjs-fill",
1715
+ "nextjs-line",
1716
+ "nodejs-fill",
1717
+ "nodejs-line",
1718
+ "notion-fill",
1719
+ "notion-line",
1720
+ "npmjs-fill",
1721
+ "npmjs-line",
1722
+ "open-source-fill",
1723
+ "open-source-line",
1724
+ "openai-fill",
1725
+ "openai-line",
1726
+ "openbase-fill",
1727
+ "openbase-line",
1728
+ "opera-fill",
1729
+ "opera-line",
1730
+ "patreon-fill",
1731
+ "patreon-line",
1732
+ "paypal-fill",
1733
+ "paypal-line",
1734
+ "pinterest-fill",
1735
+ "pinterest-line",
1736
+ "pixelfed-fill",
1737
+ "pixelfed-line",
1738
+ "playstation-fill",
1739
+ "playstation-line",
1740
+ "product-hunt-fill",
1741
+ "product-hunt-line",
1742
+ "qq-fill",
1743
+ "qq-line",
1744
+ "reactjs-fill",
1745
+ "reactjs-line",
1746
+ "reddit-fill",
1747
+ "reddit-line",
1748
+ "remix-run-fill",
1749
+ "remix-run-line",
1750
+ "remixicon-fill",
1751
+ "remixicon-line",
1752
+ "safari-fill",
1753
+ "safari-line",
1754
+ "skype-fill",
1755
+ "skype-line",
1756
+ "slack-fill",
1757
+ "slack-line",
1758
+ "snapchat-fill",
1759
+ "snapchat-line",
1760
+ "soundcloud-fill",
1761
+ "soundcloud-line",
1762
+ "spectrum-fill",
1763
+ "spectrum-line",
1764
+ "spotify-fill",
1765
+ "spotify-line",
1766
+ "stack-overflow-fill",
1767
+ "stack-overflow-line",
1768
+ "stackshare-fill",
1769
+ "stackshare-line",
1770
+ "steam-fill",
1771
+ "steam-line",
1772
+ "supabase-fill",
1773
+ "supabase-line",
1774
+ "svelte-fill",
1775
+ "svelte-line",
1776
+ "switch-fill",
1777
+ "switch-line",
1778
+ "tailwind-css-fill",
1779
+ "tailwind-css-line",
1780
+ "taobao-fill",
1781
+ "taobao-line",
1782
+ "telegram-2-fill",
1783
+ "telegram-2-line",
1784
+ "telegram-fill",
1785
+ "telegram-line",
1786
+ "threads-fill",
1787
+ "threads-line",
1788
+ "tiktok-fill",
1789
+ "tiktok-line",
1790
+ "trello-fill",
1791
+ "trello-line",
1792
+ "tumblr-fill",
1793
+ "tumblr-line",
1794
+ "twitch-fill",
1795
+ "twitch-line",
1796
+ "twitter-fill",
1797
+ "twitter-line",
1798
+ "twitter-x-fill",
1799
+ "twitter-x-line",
1800
+ "ubuntu-fill",
1801
+ "ubuntu-line",
1802
+ "unsplash-fill",
1803
+ "unsplash-line",
1804
+ "vimeo-fill",
1805
+ "vimeo-line",
1806
+ "visa-fill",
1807
+ "visa-line",
1808
+ "vk-fill",
1809
+ "vk-line",
1810
+ "vuejs-fill",
1811
+ "vuejs-line",
1812
+ "webhook-fill",
1813
+ "webhook-line",
1814
+ "wechat-2-fill",
1815
+ "wechat-2-line",
1816
+ "wechat-channels-fill",
1817
+ "wechat-channels-line",
1818
+ "wechat-fill",
1819
+ "wechat-line",
1820
+ "wechat-pay-fill",
1821
+ "wechat-pay-line",
1822
+ "weibo-fill",
1823
+ "weibo-line",
1824
+ "whatsapp-fill",
1825
+ "whatsapp-line",
1826
+ "windows-fill",
1827
+ "windows-line",
1828
+ "wordpress-fill",
1829
+ "wordpress-line",
1830
+ "xbox-fill",
1831
+ "xbox-line",
1832
+ "xing-fill",
1833
+ "xing-line",
1834
+ "youtube-fill",
1835
+ "youtube-line",
1836
+ "yuque-fill",
1837
+ "yuque-line",
1838
+ "zcool-fill",
1839
+ "zcool-line",
1840
+ "zhihu-fill",
1841
+ "zhihu-line"
1842
+ ],
1843
+ "Map": [
1844
+ "anchor-fill",
1845
+ "anchor-line",
1846
+ "barricade-fill",
1847
+ "barricade-line",
1848
+ "bike-fill",
1849
+ "bike-line",
1850
+ "bus-2-fill",
1851
+ "bus-2-line",
1852
+ "bus-fill",
1853
+ "bus-line",
1854
+ "bus-wifi-fill",
1855
+ "bus-wifi-line",
1856
+ "car-fill",
1857
+ "car-line",
1858
+ "car-washing-fill",
1859
+ "car-washing-line",
1860
+ "caravan-fill",
1861
+ "caravan-line",
1862
+ "charging-pile-2-fill",
1863
+ "charging-pile-2-line",
1864
+ "charging-pile-fill",
1865
+ "charging-pile-line",
1866
+ "china-railway-fill",
1867
+ "china-railway-line",
1868
+ "compass-2-fill",
1869
+ "compass-2-line",
1870
+ "compass-3-fill",
1871
+ "compass-3-line",
1872
+ "compass-4-fill",
1873
+ "compass-4-line",
1874
+ "compass-discover-fill",
1875
+ "compass-discover-line",
1876
+ "compass-fill",
1877
+ "compass-line",
1878
+ "direction-fill",
1879
+ "direction-line",
1880
+ "e-bike-2-fill",
1881
+ "e-bike-2-line",
1882
+ "e-bike-fill",
1883
+ "e-bike-line",
1884
+ "earth-fill",
1885
+ "earth-line",
1886
+ "flight-land-fill",
1887
+ "flight-land-line",
1888
+ "flight-takeoff-fill",
1889
+ "flight-takeoff-line",
1890
+ "footprint-fill",
1891
+ "footprint-line",
1892
+ "gas-station-fill",
1893
+ "gas-station-line",
1894
+ "globe-fill",
1895
+ "globe-line",
1896
+ "guide-fill",
1897
+ "guide-line",
1898
+ "hotel-bed-fill",
1899
+ "hotel-bed-line",
1900
+ "lifebuoy-fill",
1901
+ "lifebuoy-line",
1902
+ "luggage-cart-fill",
1903
+ "luggage-cart-line",
1904
+ "luggage-deposit-fill",
1905
+ "luggage-deposit-line",
1906
+ "map-2-fill",
1907
+ "map-2-line",
1908
+ "map-fill",
1909
+ "map-line",
1910
+ "map-pin-2-fill",
1911
+ "map-pin-2-line",
1912
+ "map-pin-3-fill",
1913
+ "map-pin-3-line",
1914
+ "map-pin-4-fill",
1915
+ "map-pin-4-line",
1916
+ "map-pin-5-fill",
1917
+ "map-pin-5-line",
1918
+ "map-pin-add-fill",
1919
+ "map-pin-add-line",
1920
+ "map-pin-fill",
1921
+ "map-pin-line",
1922
+ "map-pin-range-fill",
1923
+ "map-pin-range-line",
1924
+ "map-pin-time-fill",
1925
+ "map-pin-time-line",
1926
+ "map-pin-user-fill",
1927
+ "map-pin-user-line",
1928
+ "motorbike-fill",
1929
+ "motorbike-line",
1930
+ "navigation-fill",
1931
+ "navigation-line",
1932
+ "oil-fill",
1933
+ "oil-line",
1934
+ "parking-box-fill",
1935
+ "parking-box-line",
1936
+ "parking-fill",
1937
+ "parking-line",
1938
+ "passport-fill",
1939
+ "passport-line",
1940
+ "pin-distance-fill",
1941
+ "pin-distance-line",
1942
+ "plane-fill",
1943
+ "plane-line",
1944
+ "planet-fill",
1945
+ "planet-line",
1946
+ "police-car-fill",
1947
+ "police-car-line",
1948
+ "pushpin-2-fill",
1949
+ "pushpin-2-line",
1950
+ "pushpin-fill",
1951
+ "pushpin-line",
1952
+ "riding-fill",
1953
+ "riding-line",
1954
+ "road-map-fill",
1955
+ "road-map-line",
1956
+ "roadster-fill",
1957
+ "roadster-line",
1958
+ "rocket-2-fill",
1959
+ "rocket-2-line",
1960
+ "rocket-fill",
1961
+ "rocket-line",
1962
+ "route-fill",
1963
+ "route-line",
1964
+ "run-fill",
1965
+ "run-line",
1966
+ "sailboat-fill",
1967
+ "sailboat-line",
1968
+ "ship-2-fill",
1969
+ "ship-2-line",
1970
+ "ship-fill",
1971
+ "ship-line",
1972
+ "signal-tower-fill",
1973
+ "signal-tower-line",
1974
+ "signpost-fill",
1975
+ "signpost-line",
1976
+ "space-ship-fill",
1977
+ "space-ship-line",
1978
+ "steering-2-fill",
1979
+ "steering-2-line",
1980
+ "steering-fill",
1981
+ "steering-line",
1982
+ "subway-fill",
1983
+ "subway-line",
1984
+ "subway-wifi-fill",
1985
+ "subway-wifi-line",
1986
+ "suitcase-2-fill",
1987
+ "suitcase-2-line",
1988
+ "suitcase-3-fill",
1989
+ "suitcase-3-line",
1990
+ "suitcase-fill",
1991
+ "suitcase-line",
1992
+ "takeaway-fill",
1993
+ "takeaway-line",
1994
+ "taxi-fill",
1995
+ "taxi-line",
1996
+ "taxi-wifi-fill",
1997
+ "taxi-wifi-line",
1998
+ "time-zone-fill",
1999
+ "time-zone-line",
2000
+ "traffic-light-fill",
2001
+ "traffic-light-line",
2002
+ "train-fill",
2003
+ "train-line",
2004
+ "train-wifi-fill",
2005
+ "train-wifi-line",
2006
+ "treasure-map-fill",
2007
+ "treasure-map-line",
2008
+ "truck-fill",
2009
+ "truck-line",
2010
+ "unpin-fill",
2011
+ "unpin-line",
2012
+ "walk-fill",
2013
+ "walk-line"
2014
+ ],
2015
+ "Media": [
2016
+ "4k-fill",
2017
+ "4k-line",
2018
+ "album-fill",
2019
+ "album-line",
2020
+ "aspect-ratio-fill",
2021
+ "aspect-ratio-line",
2022
+ "broadcast-fill",
2023
+ "broadcast-line",
2024
+ "camera-2-fill",
2025
+ "camera-2-line",
2026
+ "camera-3-fill",
2027
+ "camera-3-line",
2028
+ "camera-fill",
2029
+ "camera-lens-fill",
2030
+ "camera-lens-line",
2031
+ "camera-line",
2032
+ "camera-off-fill",
2033
+ "camera-off-line",
2034
+ "camera-switch-fill",
2035
+ "camera-switch-line",
2036
+ "clapperboard-fill",
2037
+ "clapperboard-line",
2038
+ "closed-captioning-fill",
2039
+ "closed-captioning-line",
2040
+ "disc-fill",
2041
+ "disc-line",
2042
+ "dv-fill",
2043
+ "dv-line",
2044
+ "dvd-fill",
2045
+ "dvd-line",
2046
+ "eject-fill",
2047
+ "eject-line",
2048
+ "equalizer-2-fill",
2049
+ "equalizer-2-line",
2050
+ "equalizer-3-fill",
2051
+ "equalizer-3-line",
2052
+ "equalizer-fill",
2053
+ "equalizer-line",
2054
+ "film-fill",
2055
+ "film-line",
2056
+ "forward-10-fill",
2057
+ "forward-10-line",
2058
+ "forward-15-fill",
2059
+ "forward-15-line",
2060
+ "forward-30-fill",
2061
+ "forward-30-line",
2062
+ "forward-5-fill",
2063
+ "forward-5-line",
2064
+ "forward-end-fill",
2065
+ "forward-end-line",
2066
+ "forward-end-mini-fill",
2067
+ "forward-end-mini-line",
2068
+ "fullscreen-exit-fill",
2069
+ "fullscreen-exit-line",
2070
+ "fullscreen-fill",
2071
+ "fullscreen-line",
2072
+ "gallery-fill",
2073
+ "gallery-line",
2074
+ "gallery-upload-fill",
2075
+ "gallery-upload-line",
2076
+ "hd-fill",
2077
+ "hd-line",
2078
+ "headphone-fill",
2079
+ "headphone-line",
2080
+ "hq-fill",
2081
+ "hq-line",
2082
+ "image-2-fill",
2083
+ "image-2-line",
2084
+ "image-add-fill",
2085
+ "image-add-line",
2086
+ "image-circle-fill",
2087
+ "image-circle-line",
2088
+ "image-edit-fill",
2089
+ "image-edit-line",
2090
+ "image-fill",
2091
+ "image-line",
2092
+ "landscape-fill",
2093
+ "landscape-line",
2094
+ "live-fill",
2095
+ "live-line",
2096
+ "memories-fill",
2097
+ "memories-line",
2098
+ "mic-2-fill",
2099
+ "mic-2-line",
2100
+ "mic-fill",
2101
+ "mic-line",
2102
+ "mic-off-fill",
2103
+ "mic-off-line",
2104
+ "movie-2-fill",
2105
+ "movie-2-line",
2106
+ "movie-fill",
2107
+ "movie-line",
2108
+ "music-2-fill",
2109
+ "music-2-line",
2110
+ "music-fill",
2111
+ "music-line",
2112
+ "mv-fill",
2113
+ "mv-line",
2114
+ "notification-2-fill",
2115
+ "notification-2-line",
2116
+ "notification-3-fill",
2117
+ "notification-3-line",
2118
+ "notification-4-fill",
2119
+ "notification-4-line",
2120
+ "notification-fill",
2121
+ "notification-line",
2122
+ "notification-off-fill",
2123
+ "notification-off-line",
2124
+ "order-play-fill",
2125
+ "order-play-line",
2126
+ "pause-circle-fill",
2127
+ "pause-circle-line",
2128
+ "pause-fill",
2129
+ "pause-large-fill",
2130
+ "pause-large-line",
2131
+ "pause-line",
2132
+ "pause-mini-fill",
2133
+ "pause-mini-line",
2134
+ "phone-camera-fill",
2135
+ "phone-camera-line",
2136
+ "picture-in-picture-2-fill",
2137
+ "picture-in-picture-2-line",
2138
+ "picture-in-picture-exit-fill",
2139
+ "picture-in-picture-exit-line",
2140
+ "picture-in-picture-fill",
2141
+ "picture-in-picture-line",
2142
+ "play-circle-fill",
2143
+ "play-circle-line",
2144
+ "play-fill",
2145
+ "play-large-fill",
2146
+ "play-large-line",
2147
+ "play-line",
2148
+ "play-list-2-fill",
2149
+ "play-list-2-line",
2150
+ "play-list-add-fill",
2151
+ "play-list-add-line",
2152
+ "play-list-fill",
2153
+ "play-list-line",
2154
+ "play-mini-fill",
2155
+ "play-mini-line",
2156
+ "play-reverse-fill",
2157
+ "play-reverse-large-fill",
2158
+ "play-reverse-large-line",
2159
+ "play-reverse-line",
2160
+ "play-reverse-mini-fill",
2161
+ "play-reverse-mini-line",
2162
+ "polaroid-2-fill",
2163
+ "polaroid-2-line",
2164
+ "polaroid-fill",
2165
+ "polaroid-line",
2166
+ "radio-2-fill",
2167
+ "radio-2-line",
2168
+ "radio-fill",
2169
+ "radio-line",
2170
+ "record-circle-fill",
2171
+ "record-circle-line",
2172
+ "repeat-2-fill",
2173
+ "repeat-2-line",
2174
+ "repeat-fill",
2175
+ "repeat-line",
2176
+ "repeat-one-fill",
2177
+ "repeat-one-line",
2178
+ "replay-10-fill",
2179
+ "replay-10-line",
2180
+ "replay-15-fill",
2181
+ "replay-15-line",
2182
+ "replay-30-fill",
2183
+ "replay-30-line",
2184
+ "replay-5-fill",
2185
+ "replay-5-line",
2186
+ "rewind-fill",
2187
+ "rewind-line",
2188
+ "rewind-mini-fill",
2189
+ "rewind-mini-line",
2190
+ "rewind-start-fill",
2191
+ "rewind-start-line",
2192
+ "rewind-start-mini-fill",
2193
+ "rewind-start-mini-line",
2194
+ "rhythm-fill",
2195
+ "rhythm-line",
2196
+ "shuffle-fill",
2197
+ "shuffle-line",
2198
+ "skip-back-fill",
2199
+ "skip-back-line",
2200
+ "skip-back-mini-fill",
2201
+ "skip-back-mini-line",
2202
+ "skip-forward-fill",
2203
+ "skip-forward-line",
2204
+ "skip-forward-mini-fill",
2205
+ "skip-forward-mini-line",
2206
+ "slow-down-fill",
2207
+ "slow-down-line",
2208
+ "sound-module-fill",
2209
+ "sound-module-line",
2210
+ "speaker-2-fill",
2211
+ "speaker-2-line",
2212
+ "speaker-3-fill",
2213
+ "speaker-3-line",
2214
+ "speaker-fill",
2215
+ "speaker-line",
2216
+ "speed-fill",
2217
+ "speed-line",
2218
+ "speed-mini-fill",
2219
+ "speed-mini-line",
2220
+ "speed-up-fill",
2221
+ "speed-up-line",
2222
+ "stop-circle-fill",
2223
+ "stop-circle-line",
2224
+ "stop-fill",
2225
+ "stop-large-fill",
2226
+ "stop-large-line",
2227
+ "stop-line",
2228
+ "stop-mini-fill",
2229
+ "stop-mini-line",
2230
+ "surround-sound-fill",
2231
+ "surround-sound-line",
2232
+ "tape-fill",
2233
+ "tape-line",
2234
+ "video-add-fill",
2235
+ "video-add-line",
2236
+ "video-download-fill",
2237
+ "video-download-line",
2238
+ "video-fill",
2239
+ "video-line",
2240
+ "video-off-fill",
2241
+ "video-off-line",
2242
+ "video-on-fill",
2243
+ "video-on-line",
2244
+ "video-upload-fill",
2245
+ "video-upload-line",
2246
+ "vidicon-2-fill",
2247
+ "vidicon-2-line",
2248
+ "vidicon-fill",
2249
+ "vidicon-line",
2250
+ "voiceprint-fill",
2251
+ "voiceprint-line",
2252
+ "volume-down-fill",
2253
+ "volume-down-line",
2254
+ "volume-mute-fill",
2255
+ "volume-mute-line",
2256
+ "volume-off-vibrate-fill",
2257
+ "volume-off-vibrate-line",
2258
+ "volume-up-fill",
2259
+ "volume-up-line",
2260
+ "volume-vibrate-fill",
2261
+ "volume-vibrate-line",
2262
+ "webcam-fill",
2263
+ "webcam-line"
2264
+ ],
2265
+ "Others": [
2266
+ "armchair-fill",
2267
+ "armchair-line",
2268
+ "basketball-fill",
2269
+ "basketball-line",
2270
+ "bell-fill",
2271
+ "bell-line",
2272
+ "billiards-fill",
2273
+ "billiards-line",
2274
+ "book-shelf-fill",
2275
+ "book-shelf-line",
2276
+ "box-1-fill",
2277
+ "box-1-line",
2278
+ "box-2-fill",
2279
+ "box-2-line",
2280
+ "box-3-fill",
2281
+ "box-3-line",
2282
+ "boxing-fill",
2283
+ "boxing-line",
2284
+ "cactus-fill",
2285
+ "cactus-line",
2286
+ "candle-fill",
2287
+ "candle-line",
2288
+ "character-recognition-fill",
2289
+ "character-recognition-line",
2290
+ "cross-fill",
2291
+ "cross-line",
2292
+ "dice-1-fill",
2293
+ "dice-1-line",
2294
+ "dice-2-fill",
2295
+ "dice-2-line",
2296
+ "dice-3-fill",
2297
+ "dice-3-line",
2298
+ "dice-4-fill",
2299
+ "dice-4-line",
2300
+ "dice-5-fill",
2301
+ "dice-5-line",
2302
+ "dice-6-fill",
2303
+ "dice-6-line",
2304
+ "dice-fill",
2305
+ "dice-line",
2306
+ "door-closed-fill",
2307
+ "door-closed-line",
2308
+ "door-fill",
2309
+ "door-line",
2310
+ "door-lock-box-fill",
2311
+ "door-lock-box-line",
2312
+ "door-lock-fill",
2313
+ "door-lock-line",
2314
+ "door-open-fill",
2315
+ "door-open-line",
2316
+ "flower-fill",
2317
+ "flower-line",
2318
+ "football-fill",
2319
+ "football-line",
2320
+ "fridge-fill",
2321
+ "fridge-line",
2322
+ "game-fill",
2323
+ "game-line",
2324
+ "glasses-2-fill",
2325
+ "glasses-2-line",
2326
+ "glasses-fill",
2327
+ "glasses-line",
2328
+ "goggles-fill",
2329
+ "goggles-line",
2330
+ "golf-ball-fill",
2331
+ "golf-ball-line",
2332
+ "graduation-cap-fill",
2333
+ "graduation-cap-line",
2334
+ "handbag-fill",
2335
+ "handbag-line",
2336
+ "infinity-fill",
2337
+ "infinity-line",
2338
+ "key-2-fill",
2339
+ "key-2-line",
2340
+ "key-fill",
2341
+ "key-line",
2342
+ "leaf-fill",
2343
+ "leaf-line",
2344
+ "lightbulb-fill",
2345
+ "lightbulb-flash-fill",
2346
+ "lightbulb-flash-line",
2347
+ "lightbulb-line",
2348
+ "outlet-2-fill",
2349
+ "outlet-2-line",
2350
+ "outlet-fill",
2351
+ "outlet-line",
2352
+ "ping-pong-fill",
2353
+ "ping-pong-line",
2354
+ "plant-fill",
2355
+ "plant-line",
2356
+ "plug-2-fill",
2357
+ "plug-2-line",
2358
+ "plug-fill",
2359
+ "plug-line",
2360
+ "police-badge-fill",
2361
+ "police-badge-line",
2362
+ "recycle-fill",
2363
+ "recycle-line",
2364
+ "reserved-fill",
2365
+ "reserved-line",
2366
+ "scales-2-fill",
2367
+ "scales-2-line",
2368
+ "scales-3-fill",
2369
+ "scales-3-line",
2370
+ "scales-fill",
2371
+ "scales-line",
2372
+ "seedling-fill",
2373
+ "seedling-line",
2374
+ "shirt-fill",
2375
+ "shirt-line",
2376
+ "sofa-fill",
2377
+ "sofa-line",
2378
+ "stairs-fill",
2379
+ "stairs-line",
2380
+ "sword-fill",
2381
+ "sword-line",
2382
+ "t-shirt-2-fill",
2383
+ "t-shirt-2-line",
2384
+ "t-shirt-air-fill",
2385
+ "t-shirt-air-line",
2386
+ "t-shirt-fill",
2387
+ "t-shirt-line",
2388
+ "tooth-fill",
2389
+ "tooth-line",
2390
+ "tree-fill",
2391
+ "tree-line",
2392
+ "umbrella-fill",
2393
+ "umbrella-line",
2394
+ "voice-recognition-fill",
2395
+ "voice-recognition-line",
2396
+ "weight-fill",
2397
+ "weight-line",
2398
+ "wheelchair-fill",
2399
+ "wheelchair-line"
2400
+ ],
2401
+ "System": [
2402
+ "add-box-fill",
2403
+ "add-box-line",
2404
+ "add-circle-fill",
2405
+ "add-circle-line",
2406
+ "add-fill",
2407
+ "add-large-fill",
2408
+ "add-large-line",
2409
+ "add-line",
2410
+ "alarm-fill",
2411
+ "alarm-line",
2412
+ "alarm-warning-fill",
2413
+ "alarm-warning-line",
2414
+ "alert-fill",
2415
+ "alert-line",
2416
+ "apps-2-add-fill",
2417
+ "apps-2-add-line",
2418
+ "apps-2-fill",
2419
+ "apps-2-line",
2420
+ "apps-fill",
2421
+ "apps-line",
2422
+ "check-double-fill",
2423
+ "check-double-line",
2424
+ "check-fill",
2425
+ "check-line",
2426
+ "checkbox-blank-circle-fill",
2427
+ "checkbox-blank-circle-line",
2428
+ "checkbox-blank-fill",
2429
+ "checkbox-blank-line",
2430
+ "checkbox-circle-fill",
2431
+ "checkbox-circle-line",
2432
+ "checkbox-fill",
2433
+ "checkbox-indeterminate-fill",
2434
+ "checkbox-indeterminate-line",
2435
+ "checkbox-line",
2436
+ "checkbox-multiple-blank-fill",
2437
+ "checkbox-multiple-blank-line",
2438
+ "checkbox-multiple-fill",
2439
+ "checkbox-multiple-line",
2440
+ "close-circle-fill",
2441
+ "close-circle-line",
2442
+ "close-fill",
2443
+ "close-large-fill",
2444
+ "close-large-line",
2445
+ "close-line",
2446
+ "dashboard-fill",
2447
+ "dashboard-horizontal-fill",
2448
+ "dashboard-horizontal-line",
2449
+ "dashboard-line",
2450
+ "delete-back-2-fill",
2451
+ "delete-back-2-line",
2452
+ "delete-back-fill",
2453
+ "delete-back-line",
2454
+ "delete-bin-2-fill",
2455
+ "delete-bin-2-line",
2456
+ "delete-bin-3-fill",
2457
+ "delete-bin-3-line",
2458
+ "delete-bin-4-fill",
2459
+ "delete-bin-4-line",
2460
+ "delete-bin-5-fill",
2461
+ "delete-bin-5-line",
2462
+ "delete-bin-6-fill",
2463
+ "delete-bin-6-line",
2464
+ "delete-bin-7-fill",
2465
+ "delete-bin-7-line",
2466
+ "delete-bin-fill",
2467
+ "delete-bin-line",
2468
+ "divide-fill",
2469
+ "divide-line",
2470
+ "download-2-fill",
2471
+ "download-2-line",
2472
+ "download-cloud-2-fill",
2473
+ "download-cloud-2-line",
2474
+ "download-cloud-fill",
2475
+ "download-cloud-line",
2476
+ "download-fill",
2477
+ "download-line",
2478
+ "equal-fill",
2479
+ "equal-line",
2480
+ "error-warning-fill",
2481
+ "error-warning-line",
2482
+ "export-fill",
2483
+ "export-line",
2484
+ "external-link-fill",
2485
+ "external-link-line",
2486
+ "eye-2-fill",
2487
+ "eye-2-line",
2488
+ "eye-close-fill",
2489
+ "eye-close-line",
2490
+ "eye-fill",
2491
+ "eye-line",
2492
+ "eye-off-fill",
2493
+ "eye-off-line",
2494
+ "filter-2-fill",
2495
+ "filter-2-line",
2496
+ "filter-3-fill",
2497
+ "filter-3-line",
2498
+ "filter-fill",
2499
+ "filter-line",
2500
+ "filter-off-fill",
2501
+ "filter-off-line",
2502
+ "find-replace-fill",
2503
+ "find-replace-line",
2504
+ "forbid-2-fill",
2505
+ "forbid-2-line",
2506
+ "forbid-fill",
2507
+ "forbid-line",
2508
+ "function-add-fill",
2509
+ "function-add-line",
2510
+ "function-fill",
2511
+ "function-line",
2512
+ "history-fill",
2513
+ "history-line",
2514
+ "hourglass-2-fill",
2515
+ "hourglass-2-line",
2516
+ "hourglass-fill",
2517
+ "hourglass-line",
2518
+ "import-fill",
2519
+ "import-line",
2520
+ "indeterminate-circle-fill",
2521
+ "indeterminate-circle-line",
2522
+ "information-2-fill",
2523
+ "information-2-line",
2524
+ "information-fill",
2525
+ "information-line",
2526
+ "information-off-fill",
2527
+ "information-off-line",
2528
+ "list-settings-fill",
2529
+ "list-settings-line",
2530
+ "loader-2-fill",
2531
+ "loader-2-line",
2532
+ "loader-3-fill",
2533
+ "loader-3-line",
2534
+ "loader-4-fill",
2535
+ "loader-4-line",
2536
+ "loader-5-fill",
2537
+ "loader-5-line",
2538
+ "loader-fill",
2539
+ "loader-line",
2540
+ "lock-2-fill",
2541
+ "lock-2-line",
2542
+ "lock-fill",
2543
+ "lock-line",
2544
+ "lock-password-fill",
2545
+ "lock-password-line",
2546
+ "lock-star-fill",
2547
+ "lock-star-line",
2548
+ "lock-unlock-fill",
2549
+ "lock-unlock-line",
2550
+ "login-box-fill",
2551
+ "login-box-line",
2552
+ "login-circle-fill",
2553
+ "login-circle-line",
2554
+ "logout-box-fill",
2555
+ "logout-box-line",
2556
+ "logout-box-r-fill",
2557
+ "logout-box-r-line",
2558
+ "logout-circle-fill",
2559
+ "logout-circle-line",
2560
+ "logout-circle-r-fill",
2561
+ "logout-circle-r-line",
2562
+ "loop-left-fill",
2563
+ "loop-left-line",
2564
+ "loop-right-fill",
2565
+ "loop-right-line",
2566
+ "menu-2-fill",
2567
+ "menu-2-line",
2568
+ "menu-3-fill",
2569
+ "menu-3-line",
2570
+ "menu-4-fill",
2571
+ "menu-4-line",
2572
+ "menu-5-fill",
2573
+ "menu-5-line",
2574
+ "menu-add-fill",
2575
+ "menu-add-line",
2576
+ "menu-fill",
2577
+ "menu-fold-2-fill",
2578
+ "menu-fold-2-line",
2579
+ "menu-fold-3-fill",
2580
+ "menu-fold-3-line",
2581
+ "menu-fold-4-fill",
2582
+ "menu-fold-4-line",
2583
+ "menu-fold-fill",
2584
+ "menu-fold-line",
2585
+ "menu-line",
2586
+ "menu-search-fill",
2587
+ "menu-search-line",
2588
+ "menu-unfold-2-fill",
2589
+ "menu-unfold-2-line",
2590
+ "menu-unfold-3-fill",
2591
+ "menu-unfold-3-line",
2592
+ "menu-unfold-4-fill",
2593
+ "menu-unfold-4-line",
2594
+ "menu-unfold-fill",
2595
+ "menu-unfold-line",
2596
+ "more-2-fill",
2597
+ "more-2-line",
2598
+ "more-fill",
2599
+ "more-line",
2600
+ "notification-badge-fill",
2601
+ "notification-badge-line",
2602
+ "progress-1-fill",
2603
+ "progress-1-line",
2604
+ "progress-2-fill",
2605
+ "progress-2-line",
2606
+ "progress-3-fill",
2607
+ "progress-3-line",
2608
+ "progress-4-fill",
2609
+ "progress-4-line",
2610
+ "progress-5-fill",
2611
+ "progress-5-line",
2612
+ "progress-6-fill",
2613
+ "progress-6-line",
2614
+ "progress-7-fill",
2615
+ "progress-7-line",
2616
+ "progress-8-fill",
2617
+ "progress-8-line",
2618
+ "prohibited-2-fill",
2619
+ "prohibited-2-line",
2620
+ "prohibited-fill",
2621
+ "prohibited-line",
2622
+ "question-fill",
2623
+ "question-line",
2624
+ "radio-button-fill",
2625
+ "radio-button-line",
2626
+ "refresh-fill",
2627
+ "refresh-line",
2628
+ "reset-left-fill",
2629
+ "reset-left-line",
2630
+ "reset-right-fill",
2631
+ "reset-right-line",
2632
+ "search-2-fill",
2633
+ "search-2-line",
2634
+ "search-eye-fill",
2635
+ "search-eye-line",
2636
+ "search-fill",
2637
+ "search-line",
2638
+ "settings-2-fill",
2639
+ "settings-2-line",
2640
+ "settings-3-fill",
2641
+ "settings-3-line",
2642
+ "settings-4-fill",
2643
+ "settings-4-line",
2644
+ "settings-5-fill",
2645
+ "settings-5-line",
2646
+ "settings-6-fill",
2647
+ "settings-6-line",
2648
+ "settings-fill",
2649
+ "settings-line",
2650
+ "share-2-fill",
2651
+ "share-2-line",
2652
+ "share-box-fill",
2653
+ "share-box-line",
2654
+ "share-circle-fill",
2655
+ "share-circle-line",
2656
+ "share-fill",
2657
+ "share-forward-2-fill",
2658
+ "share-forward-2-line",
2659
+ "share-forward-box-fill",
2660
+ "share-forward-box-line",
2661
+ "share-forward-fill",
2662
+ "share-forward-line",
2663
+ "share-line",
2664
+ "shield-check-fill",
2665
+ "shield-check-line",
2666
+ "shield-cross-fill",
2667
+ "shield-cross-line",
2668
+ "shield-fill",
2669
+ "shield-flash-fill",
2670
+ "shield-flash-line",
2671
+ "shield-keyhole-fill",
2672
+ "shield-keyhole-line",
2673
+ "shield-line",
2674
+ "shield-star-fill",
2675
+ "shield-star-line",
2676
+ "shield-user-fill",
2677
+ "shield-user-line",
2678
+ "side-bar-fill",
2679
+ "side-bar-line",
2680
+ "sidebar-fold-fill",
2681
+ "sidebar-fold-line",
2682
+ "sidebar-unfold-fill",
2683
+ "sidebar-unfold-line",
2684
+ "spam-2-fill",
2685
+ "spam-2-line",
2686
+ "spam-3-fill",
2687
+ "spam-3-line",
2688
+ "spam-fill",
2689
+ "spam-line",
2690
+ "star-fill",
2691
+ "star-half-fill",
2692
+ "star-half-line",
2693
+ "star-half-s-fill",
2694
+ "star-half-s-line",
2695
+ "star-line",
2696
+ "star-s-fill",
2697
+ "star-s-line",
2698
+ "subtract-fill",
2699
+ "subtract-line",
2700
+ "thumb-down-fill",
2701
+ "thumb-down-line",
2702
+ "thumb-up-fill",
2703
+ "thumb-up-line",
2704
+ "time-fill",
2705
+ "time-line",
2706
+ "timer-2-fill",
2707
+ "timer-2-line",
2708
+ "timer-fill",
2709
+ "timer-flash-fill",
2710
+ "timer-flash-line",
2711
+ "timer-line",
2712
+ "toggle-fill",
2713
+ "toggle-line",
2714
+ "upload-2-fill",
2715
+ "upload-2-line",
2716
+ "upload-cloud-2-fill",
2717
+ "upload-cloud-2-line",
2718
+ "upload-cloud-fill",
2719
+ "upload-cloud-line",
2720
+ "upload-fill",
2721
+ "upload-line",
2722
+ "zoom-in-fill",
2723
+ "zoom-in-line",
2724
+ "zoom-out-fill",
2725
+ "zoom-out-line"
2726
+ ],
2727
+ "User & Faces": [
2728
+ "account-box-fill",
2729
+ "account-box-line",
2730
+ "account-circle-fill",
2731
+ "account-circle-line",
2732
+ "account-pin-box-fill",
2733
+ "account-pin-box-line",
2734
+ "account-pin-circle-fill",
2735
+ "account-pin-circle-line",
2736
+ "admin-fill",
2737
+ "admin-line",
2738
+ "aliens-fill",
2739
+ "aliens-line",
2740
+ "bear-smile-fill",
2741
+ "bear-smile-line",
2742
+ "body-scan-fill",
2743
+ "body-scan-line",
2744
+ "contacts-fill",
2745
+ "contacts-line",
2746
+ "criminal-fill",
2747
+ "criminal-line",
2748
+ "emotion-2-fill",
2749
+ "emotion-2-line",
2750
+ "emotion-fill",
2751
+ "emotion-happy-fill",
2752
+ "emotion-happy-line",
2753
+ "emotion-laugh-fill",
2754
+ "emotion-laugh-line",
2755
+ "emotion-line",
2756
+ "emotion-normal-fill",
2757
+ "emotion-normal-line",
2758
+ "emotion-sad-fill",
2759
+ "emotion-sad-line",
2760
+ "emotion-unhappy-fill",
2761
+ "emotion-unhappy-line",
2762
+ "genderless-fill",
2763
+ "genderless-line",
2764
+ "ghost-2-fill",
2765
+ "ghost-2-line",
2766
+ "ghost-fill",
2767
+ "ghost-line",
2768
+ "ghost-smile-fill",
2769
+ "ghost-smile-line",
2770
+ "group-2-fill",
2771
+ "group-2-line",
2772
+ "group-3-fill",
2773
+ "group-3-line",
2774
+ "group-fill",
2775
+ "group-line",
2776
+ "men-fill",
2777
+ "men-line",
2778
+ "mickey-fill",
2779
+ "mickey-line",
2780
+ "open-arm-fill",
2781
+ "open-arm-line",
2782
+ "parent-fill",
2783
+ "parent-line",
2784
+ "robot-2-fill",
2785
+ "robot-2-line",
2786
+ "robot-3-fill",
2787
+ "robot-3-line",
2788
+ "robot-fill",
2789
+ "robot-line",
2790
+ "skull-2-fill",
2791
+ "skull-2-line",
2792
+ "skull-fill",
2793
+ "skull-line",
2794
+ "spy-fill",
2795
+ "spy-line",
2796
+ "star-smile-fill",
2797
+ "star-smile-line",
2798
+ "team-fill",
2799
+ "team-line",
2800
+ "travesti-fill",
2801
+ "travesti-line",
2802
+ "user-2-fill",
2803
+ "user-2-line",
2804
+ "user-3-fill",
2805
+ "user-3-line",
2806
+ "user-4-fill",
2807
+ "user-4-line",
2808
+ "user-5-fill",
2809
+ "user-5-line",
2810
+ "user-6-fill",
2811
+ "user-6-line",
2812
+ "user-add-fill",
2813
+ "user-add-line",
2814
+ "user-fill",
2815
+ "user-follow-fill",
2816
+ "user-follow-line",
2817
+ "user-forbid-fill",
2818
+ "user-forbid-line",
2819
+ "user-heart-fill",
2820
+ "user-heart-line",
2821
+ "user-line",
2822
+ "user-location-fill",
2823
+ "user-location-line",
2824
+ "user-minus-fill",
2825
+ "user-minus-line",
2826
+ "user-received-2-fill",
2827
+ "user-received-2-line",
2828
+ "user-received-fill",
2829
+ "user-received-line",
2830
+ "user-search-fill",
2831
+ "user-search-line",
2832
+ "user-settings-fill",
2833
+ "user-settings-line",
2834
+ "user-shared-2-fill",
2835
+ "user-shared-2-line",
2836
+ "user-shared-fill",
2837
+ "user-shared-line",
2838
+ "user-smile-fill",
2839
+ "user-smile-line",
2840
+ "user-star-fill",
2841
+ "user-star-line",
2842
+ "user-unfollow-fill",
2843
+ "user-unfollow-line",
2844
+ "user-voice-fill",
2845
+ "user-voice-line",
2846
+ "women-fill",
2847
+ "women-line"
2848
+ ],
2849
+ "Weather": [
2850
+ "blaze-fill",
2851
+ "blaze-line",
2852
+ "celsius-fill",
2853
+ "celsius-line",
2854
+ "cloud-windy-fill",
2855
+ "cloud-windy-line",
2856
+ "cloudy-2-fill",
2857
+ "cloudy-2-line",
2858
+ "cloudy-fill",
2859
+ "cloudy-line",
2860
+ "drizzle-fill",
2861
+ "drizzle-line",
2862
+ "earthquake-fill",
2863
+ "earthquake-line",
2864
+ "fahrenheit-fill",
2865
+ "fahrenheit-line",
2866
+ "fire-fill",
2867
+ "fire-line",
2868
+ "flashlight-fill",
2869
+ "flashlight-line",
2870
+ "flood-fill",
2871
+ "flood-line",
2872
+ "foggy-fill",
2873
+ "foggy-line",
2874
+ "hail-fill",
2875
+ "hail-line",
2876
+ "haze-2-fill",
2877
+ "haze-2-line",
2878
+ "haze-fill",
2879
+ "haze-line",
2880
+ "heavy-showers-fill",
2881
+ "heavy-showers-line",
2882
+ "meteor-fill",
2883
+ "meteor-line",
2884
+ "mist-fill",
2885
+ "mist-line",
2886
+ "moon-clear-fill",
2887
+ "moon-clear-line",
2888
+ "moon-cloudy-fill",
2889
+ "moon-cloudy-line",
2890
+ "moon-fill",
2891
+ "moon-foggy-fill",
2892
+ "moon-foggy-line",
2893
+ "moon-line",
2894
+ "rainbow-fill",
2895
+ "rainbow-line",
2896
+ "rainy-fill",
2897
+ "rainy-line",
2898
+ "shining-2-fill",
2899
+ "shining-2-line",
2900
+ "shining-fill",
2901
+ "shining-line",
2902
+ "showers-fill",
2903
+ "showers-line",
2904
+ "snowflake-fill",
2905
+ "snowflake-line",
2906
+ "snowy-fill",
2907
+ "snowy-line",
2908
+ "sparkling-2-fill",
2909
+ "sparkling-2-line",
2910
+ "sparkling-fill",
2911
+ "sparkling-line",
2912
+ "sun-cloudy-fill",
2913
+ "sun-cloudy-line",
2914
+ "sun-fill",
2915
+ "sun-foggy-fill",
2916
+ "sun-foggy-line",
2917
+ "sun-line",
2918
+ "temp-cold-fill",
2919
+ "temp-cold-line",
2920
+ "temp-hot-fill",
2921
+ "temp-hot-line",
2922
+ "thunderstorms-fill",
2923
+ "thunderstorms-line",
2924
+ "tornado-fill",
2925
+ "tornado-line",
2926
+ "typhoon-fill",
2927
+ "typhoon-line",
2928
+ "water-percent-fill",
2929
+ "water-percent-line",
2930
+ "windy-fill",
2931
+ "windy-line"
2932
+ ]
2933
+ },
2934
+ "suffixes": {
2935
+ "line": "Line",
2936
+ "fill": "Fill"
2937
+ }
2938
+ }