@qoretechnologies/reqore 0.20.0 → 0.20.3

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 (469) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.md +38 -0
  2. package/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  3. package/.github/ISSUE_TEMPLATE/new-component.md +20 -0
  4. package/.github/ISSUE_TEMPLATE/visual-bug-report.md +38 -0
  5. package/dist/components/Breadcrumbs/index.d.ts +33 -0
  6. package/dist/components/Breadcrumbs/index.d.ts.map +1 -0
  7. package/dist/components/Breadcrumbs/index.js +167 -0
  8. package/dist/components/Breadcrumbs/index.js.map +1 -0
  9. package/dist/components/Breadcrumbs/item.d.ts +14 -0
  10. package/dist/components/Breadcrumbs/item.d.ts.map +1 -0
  11. package/dist/components/Breadcrumbs/item.js +84 -0
  12. package/dist/components/Breadcrumbs/item.js.map +1 -0
  13. package/dist/components/Button/index.d.ts +33 -0
  14. package/dist/components/Button/index.d.ts.map +1 -0
  15. package/dist/components/Button/index.js +154 -0
  16. package/dist/components/Button/index.js.map +1 -0
  17. package/dist/components/Checkbox/index.d.ts +26 -0
  18. package/dist/components/Checkbox/index.d.ts.map +1 -0
  19. package/dist/components/Checkbox/index.js +108 -0
  20. package/dist/components/Checkbox/index.js.map +1 -0
  21. package/dist/components/Columns/column.d.ts +5 -0
  22. package/dist/components/Columns/column.d.ts.map +1 -0
  23. package/dist/components/Columns/column.js +37 -0
  24. package/dist/components/Columns/column.js.map +1 -0
  25. package/dist/components/Columns/index.d.ts +17 -0
  26. package/dist/components/Columns/index.d.ts.map +1 -0
  27. package/dist/components/Columns/index.js +69 -0
  28. package/dist/components/Columns/index.js.map +1 -0
  29. package/dist/components/Comment/index.d.ts +24 -0
  30. package/dist/components/Comment/index.d.ts.map +1 -0
  31. package/dist/components/Comment/index.js +71 -0
  32. package/dist/components/Comment/index.js.map +1 -0
  33. package/dist/components/CommentFeed/index.d.ts +7 -0
  34. package/dist/components/CommentFeed/index.d.ts.map +1 -0
  35. package/dist/components/CommentFeed/index.js +49 -0
  36. package/dist/components/CommentFeed/index.js.map +1 -0
  37. package/dist/components/Content/index.d.ts +11 -0
  38. package/dist/components/Content/index.d.ts.map +1 -0
  39. package/dist/components/Content/index.js +70 -0
  40. package/dist/components/Content/index.js.map +1 -0
  41. package/dist/components/Content/wrapper.d.ts +11 -0
  42. package/dist/components/Content/wrapper.d.ts.map +1 -0
  43. package/dist/components/Content/wrapper.js +43 -0
  44. package/dist/components/Content/wrapper.js.map +1 -0
  45. package/dist/components/ControlGroup/index.d.ts +17 -0
  46. package/dist/components/ControlGroup/index.d.ts.map +1 -0
  47. package/dist/components/ControlGroup/index.js +90 -0
  48. package/dist/components/ControlGroup/index.js.map +1 -0
  49. package/dist/components/Drawer/index.d.ts +36 -0
  50. package/dist/components/Drawer/index.d.ts.map +1 -0
  51. package/dist/components/Drawer/index.js +251 -0
  52. package/dist/components/Drawer/index.js.map +1 -0
  53. package/dist/components/Dropdown/index.d.ts +24 -0
  54. package/dist/components/Dropdown/index.d.ts.map +1 -0
  55. package/dist/components/Dropdown/index.js +38 -0
  56. package/dist/components/Dropdown/index.js.map +1 -0
  57. package/dist/components/Dropdown/item.d.ts +10 -0
  58. package/dist/components/Dropdown/item.d.ts.map +1 -0
  59. package/dist/components/Dropdown/item.js +35 -0
  60. package/dist/components/Dropdown/item.js.map +1 -0
  61. package/dist/components/Dropdown/list.d.ts +14 -0
  62. package/dist/components/Dropdown/list.d.ts.map +1 -0
  63. package/dist/components/Dropdown/list.js +47 -0
  64. package/dist/components/Dropdown/list.js.map +1 -0
  65. package/dist/components/Header/index.d.ts +13 -0
  66. package/dist/components/Header/index.d.ts.map +1 -0
  67. package/dist/components/Header/index.js +44 -0
  68. package/dist/components/Header/index.js.map +1 -0
  69. package/dist/components/Icon/index.d.ts +16 -0
  70. package/dist/components/Icon/index.d.ts.map +1 -0
  71. package/dist/components/Icon/index.js +81 -0
  72. package/dist/components/Icon/index.js.map +1 -0
  73. package/dist/components/Input/index.d.ts +33 -0
  74. package/dist/components/Input/index.d.ts.map +1 -0
  75. package/dist/components/Input/index.js +115 -0
  76. package/dist/components/Input/index.js.map +1 -0
  77. package/dist/components/InputClearButton/index.d.ts +10 -0
  78. package/dist/components/InputClearButton/index.d.ts.map +1 -0
  79. package/dist/components/InputClearButton/index.js +49 -0
  80. package/dist/components/InputClearButton/index.js.map +1 -0
  81. package/dist/components/InternalPopover/index.d.ts +7 -0
  82. package/dist/components/InternalPopover/index.d.ts.map +1 -0
  83. package/dist/components/InternalPopover/index.js +132 -0
  84. package/dist/components/InternalPopover/index.js.map +1 -0
  85. package/dist/components/Layout/content.d.ts +8 -0
  86. package/dist/components/Layout/content.d.ts.map +1 -0
  87. package/dist/components/Layout/content.js +41 -0
  88. package/dist/components/Layout/content.js.map +1 -0
  89. package/dist/components/Layout/index.d.ts +8 -0
  90. package/dist/components/Layout/index.d.ts.map +1 -0
  91. package/dist/components/Layout/index.js +69 -0
  92. package/dist/components/Layout/index.js.map +1 -0
  93. package/dist/components/Menu/divider.d.ts +7 -0
  94. package/dist/components/Menu/divider.d.ts.map +1 -0
  95. package/dist/components/Menu/divider.js +49 -0
  96. package/dist/components/Menu/divider.js.map +1 -0
  97. package/dist/components/Menu/index.d.ts +17 -0
  98. package/dist/components/Menu/index.d.ts.map +1 -0
  99. package/dist/components/Menu/index.js +89 -0
  100. package/dist/components/Menu/index.js.map +1 -0
  101. package/dist/components/Menu/item.d.ts +31 -0
  102. package/dist/components/Menu/item.d.ts.map +1 -0
  103. package/dist/components/Menu/item.js +121 -0
  104. package/dist/components/Menu/item.js.map +1 -0
  105. package/dist/components/Message/index.d.ts +25 -0
  106. package/dist/components/Message/index.d.ts.map +1 -0
  107. package/dist/components/Message/index.js +54 -0
  108. package/dist/components/Message/index.js.map +1 -0
  109. package/dist/components/Modal/actions.d.ts +6 -0
  110. package/dist/components/Modal/actions.d.ts.map +1 -0
  111. package/dist/components/Modal/actions.js +49 -0
  112. package/dist/components/Modal/actions.js.map +1 -0
  113. package/dist/components/Modal/content.d.ts +6 -0
  114. package/dist/components/Modal/content.d.ts.map +1 -0
  115. package/dist/components/Modal/content.js +25 -0
  116. package/dist/components/Modal/content.js.map +1 -0
  117. package/dist/components/Modal/index.d.ts +14 -0
  118. package/dist/components/Modal/index.d.ts.map +1 -0
  119. package/dist/components/Modal/index.js +33 -0
  120. package/dist/components/Modal/index.js.map +1 -0
  121. package/dist/components/Navbar/divider.d.ts +9 -0
  122. package/dist/components/Navbar/divider.d.ts.map +1 -0
  123. package/dist/components/Navbar/divider.js +47 -0
  124. package/dist/components/Navbar/divider.js.map +1 -0
  125. package/dist/components/Navbar/group.d.ts +15 -0
  126. package/dist/components/Navbar/group.d.ts.map +1 -0
  127. package/dist/components/Navbar/group.js +75 -0
  128. package/dist/components/Navbar/group.js.map +1 -0
  129. package/dist/components/Navbar/index.d.ts +16 -0
  130. package/dist/components/Navbar/index.d.ts.map +1 -0
  131. package/dist/components/Navbar/index.js +86 -0
  132. package/dist/components/Navbar/index.js.map +1 -0
  133. package/dist/components/Navbar/item.d.ts +16 -0
  134. package/dist/components/Navbar/item.d.ts.map +1 -0
  135. package/dist/components/Navbar/item.js +81 -0
  136. package/dist/components/Navbar/item.js.map +1 -0
  137. package/dist/components/Notifications/index.d.ts +12 -0
  138. package/dist/components/Notifications/index.d.ts.map +1 -0
  139. package/dist/components/Notifications/index.js +60 -0
  140. package/dist/components/Notifications/index.js.map +1 -0
  141. package/dist/components/Notifications/notification.d.ts +43 -0
  142. package/dist/components/Notifications/notification.d.ts.map +1 -0
  143. package/dist/components/Notifications/notification.js +140 -0
  144. package/dist/components/Notifications/notification.js.map +1 -0
  145. package/dist/components/Panel/index.d.ts +49 -0
  146. package/dist/components/Panel/index.d.ts.map +1 -0
  147. package/dist/components/Panel/index.js +172 -0
  148. package/dist/components/Panel/index.js.map +1 -0
  149. package/dist/components/Panel/panel.screenshot.d.ts +3 -0
  150. package/dist/components/Panel/panel.screenshot.d.ts.map +1 -0
  151. package/dist/components/Panel/panel.screenshot.js +30 -0
  152. package/dist/components/Panel/panel.screenshot.js.map +1 -0
  153. package/dist/components/Paragraph/index.d.ts +8 -0
  154. package/dist/components/Paragraph/index.d.ts.map +1 -0
  155. package/dist/components/Paragraph/index.js +64 -0
  156. package/dist/components/Paragraph/index.js.map +1 -0
  157. package/dist/components/Popover/index.d.ts +16 -0
  158. package/dist/components/Popover/index.d.ts.map +1 -0
  159. package/dist/components/Popover/index.js +55 -0
  160. package/dist/components/Popover/index.js.map +1 -0
  161. package/dist/components/RadioGroup/index.d.ts +17 -0
  162. package/dist/components/RadioGroup/index.d.ts.map +1 -0
  163. package/dist/components/RadioGroup/index.js +48 -0
  164. package/dist/components/RadioGroup/index.js.map +1 -0
  165. package/dist/components/Sidebar/index.d.ts +60 -0
  166. package/dist/components/Sidebar/index.d.ts.map +1 -0
  167. package/dist/components/Sidebar/index.js +265 -0
  168. package/dist/components/Sidebar/index.js.map +1 -0
  169. package/dist/components/Sidebar/item.d.ts +36 -0
  170. package/dist/components/Sidebar/item.d.ts.map +1 -0
  171. package/dist/components/Sidebar/item.js +106 -0
  172. package/dist/components/Sidebar/item.js.map +1 -0
  173. package/dist/components/Table/body.d.ts +10 -0
  174. package/dist/components/Table/body.d.ts.map +1 -0
  175. package/dist/components/Table/body.js +44 -0
  176. package/dist/components/Table/body.js.map +1 -0
  177. package/dist/components/Table/header.d.ts +29 -0
  178. package/dist/components/Table/header.d.ts.map +1 -0
  179. package/dist/components/Table/header.js +106 -0
  180. package/dist/components/Table/header.js.map +1 -0
  181. package/dist/components/Table/headerCell.d.ts +18 -0
  182. package/dist/components/Table/headerCell.d.ts.map +1 -0
  183. package/dist/components/Table/headerCell.js +92 -0
  184. package/dist/components/Table/headerCell.js.map +1 -0
  185. package/dist/components/Table/helpers.d.ts +8 -0
  186. package/dist/components/Table/helpers.d.ts.map +1 -0
  187. package/dist/components/Table/helpers.js +41 -0
  188. package/dist/components/Table/helpers.js.map +1 -0
  189. package/dist/components/Table/index.d.ts +75 -0
  190. package/dist/components/Table/index.d.ts.map +1 -0
  191. package/dist/components/Table/index.js +165 -0
  192. package/dist/components/Table/index.js.map +1 -0
  193. package/dist/components/Table/row.d.ts +58 -0
  194. package/dist/components/Table/row.d.ts.map +1 -0
  195. package/dist/components/Table/row.js +204 -0
  196. package/dist/components/Table/row.js.map +1 -0
  197. package/dist/components/Tabs/content.d.ts +8 -0
  198. package/dist/components/Tabs/content.d.ts.map +1 -0
  199. package/dist/components/Tabs/content.js +41 -0
  200. package/dist/components/Tabs/content.js.map +1 -0
  201. package/dist/components/Tabs/index.d.ts +39 -0
  202. package/dist/components/Tabs/index.d.ts.map +1 -0
  203. package/dist/components/Tabs/index.js +83 -0
  204. package/dist/components/Tabs/index.js.map +1 -0
  205. package/dist/components/Tabs/item.d.ts +23 -0
  206. package/dist/components/Tabs/item.d.ts.map +1 -0
  207. package/dist/components/Tabs/item.js +71 -0
  208. package/dist/components/Tabs/item.js.map +1 -0
  209. package/dist/components/Tabs/list.d.ts +17 -0
  210. package/dist/components/Tabs/list.d.ts.map +1 -0
  211. package/dist/components/Tabs/list.js +189 -0
  212. package/dist/components/Tabs/list.js.map +1 -0
  213. package/dist/components/Tag/group.d.ts +10 -0
  214. package/dist/components/Tag/group.d.ts.map +1 -0
  215. package/dist/components/Tag/group.js +50 -0
  216. package/dist/components/Tag/group.js.map +1 -0
  217. package/dist/components/Tag/index.d.ts +36 -0
  218. package/dist/components/Tag/index.d.ts.map +1 -0
  219. package/dist/components/Tag/index.js +136 -0
  220. package/dist/components/Tag/index.js.map +1 -0
  221. package/dist/components/Textarea/index.d.ts +26 -0
  222. package/dist/components/Textarea/index.d.ts.map +1 -0
  223. package/dist/components/Textarea/index.js +85 -0
  224. package/dist/components/Textarea/index.js.map +1 -0
  225. package/dist/components/TimeAgo/index.d.ts +4 -0
  226. package/dist/components/TimeAgo/index.d.ts.map +1 -0
  227. package/dist/components/TimeAgo/index.js +21 -0
  228. package/dist/components/TimeAgo/index.js.map +1 -0
  229. package/dist/components/Tree/index.d.ts +16 -0
  230. package/dist/components/Tree/index.d.ts.map +1 -0
  231. package/dist/components/Tree/index.js +155 -0
  232. package/dist/components/Tree/index.js.map +1 -0
  233. package/dist/constants/animations.d.ts +5 -0
  234. package/dist/constants/animations.d.ts.map +1 -0
  235. package/dist/constants/animations.js +8 -0
  236. package/dist/constants/animations.js.map +1 -0
  237. package/dist/constants/colors.d.ts +10 -0
  238. package/dist/constants/colors.d.ts.map +1 -0
  239. package/dist/constants/colors.js +13 -0
  240. package/dist/constants/colors.js.map +1 -0
  241. package/dist/constants/sizes.d.ts +59 -0
  242. package/dist/constants/sizes.d.ts.map +1 -0
  243. package/dist/constants/sizes.js +60 -0
  244. package/dist/constants/sizes.js.map +1 -0
  245. package/dist/constants/theme.d.ts +81 -0
  246. package/dist/constants/theme.d.ts.map +1 -0
  247. package/dist/constants/theme.js +20 -0
  248. package/dist/constants/theme.js.map +1 -0
  249. package/dist/containers/PopoverProvider.d.ts +13 -0
  250. package/dist/containers/PopoverProvider.d.ts.map +1 -0
  251. package/dist/containers/PopoverProvider.js +81 -0
  252. package/dist/containers/PopoverProvider.js.map +1 -0
  253. package/dist/containers/ReqoreProvider.d.ts +40 -0
  254. package/dist/containers/ReqoreProvider.d.ts.map +1 -0
  255. package/dist/containers/ReqoreProvider.js +125 -0
  256. package/dist/containers/ReqoreProvider.js.map +1 -0
  257. package/dist/containers/ThemeProvider.d.ts +8 -0
  258. package/dist/containers/ThemeProvider.d.ts.map +1 -0
  259. package/dist/containers/ThemeProvider.js +27 -0
  260. package/dist/containers/ThemeProvider.js.map +1 -0
  261. package/dist/containers/UIProvider.d.ts +13 -0
  262. package/dist/containers/UIProvider.d.ts.map +1 -0
  263. package/dist/containers/UIProvider.js +43 -0
  264. package/dist/containers/UIProvider.js.map +1 -0
  265. package/dist/context/PopoverContext.d.ts +11 -0
  266. package/dist/context/PopoverContext.d.ts.map +1 -0
  267. package/dist/context/PopoverContext.js +5 -0
  268. package/dist/context/PopoverContext.js.map +1 -0
  269. package/dist/context/ReqoreContext.d.ts +15 -0
  270. package/dist/context/ReqoreContext.d.ts.map +1 -0
  271. package/dist/context/ReqoreContext.js +10 -0
  272. package/dist/context/ReqoreContext.js.map +1 -0
  273. package/dist/context/ThemeContext.d.ts +5 -0
  274. package/dist/context/ThemeContext.d.ts.map +1 -0
  275. package/dist/context/ThemeContext.js +6 -0
  276. package/dist/context/ThemeContext.js.map +1 -0
  277. package/dist/helpers/animations.d.ts +2 -0
  278. package/dist/helpers/animations.d.ts.map +1 -0
  279. package/dist/helpers/animations.js +11 -0
  280. package/dist/helpers/animations.js.map +1 -0
  281. package/dist/helpers/colors.d.ts +14 -0
  282. package/dist/helpers/colors.d.ts.map +1 -0
  283. package/dist/helpers/colors.js +108 -0
  284. package/dist/helpers/colors.js.map +1 -0
  285. package/dist/helpers/sidebar.d.ts +4 -0
  286. package/dist/helpers/sidebar.d.ts.map +1 -0
  287. package/dist/helpers/sidebar.js +90 -0
  288. package/dist/helpers/sidebar.js.map +1 -0
  289. package/dist/helpers/time.d.ts +8 -0
  290. package/dist/helpers/time.d.ts.map +1 -0
  291. package/dist/helpers/time.js +25 -0
  292. package/dist/helpers/time.js.map +1 -0
  293. package/dist/helpers/utils.d.ts +5 -0
  294. package/dist/helpers/utils.d.ts.map +1 -0
  295. package/dist/helpers/utils.js +103 -0
  296. package/dist/helpers/utils.js.map +1 -0
  297. package/dist/hooks/useCombinedRefs.d.ts +3 -0
  298. package/dist/hooks/useCombinedRefs.d.ts.map +1 -0
  299. package/dist/hooks/useCombinedRefs.js +29 -0
  300. package/dist/hooks/useCombinedRefs.js.map +1 -0
  301. package/dist/hooks/useLatestZIndex.d.ts +3 -0
  302. package/dist/hooks/useLatestZIndex.d.ts.map +1 -0
  303. package/dist/hooks/useLatestZIndex.js +11 -0
  304. package/dist/hooks/useLatestZIndex.js.map +1 -0
  305. package/dist/hooks/useOutsideClick.d.ts +4 -0
  306. package/dist/hooks/useOutsideClick.d.ts.map +1 -0
  307. package/dist/hooks/useOutsideClick.js +19 -0
  308. package/dist/hooks/useOutsideClick.js.map +1 -0
  309. package/dist/hooks/usePopover.d.ts +19 -0
  310. package/dist/hooks/usePopover.d.ts.map +1 -0
  311. package/dist/hooks/usePopover.js +86 -0
  312. package/dist/hooks/usePopover.js.map +1 -0
  313. package/dist/hooks/useShareForwardedRef.d.ts +3 -0
  314. package/dist/hooks/useShareForwardedRef.d.ts.map +1 -0
  315. package/dist/hooks/useShareForwardedRef.js +25 -0
  316. package/dist/hooks/useShareForwardedRef.js.map +1 -0
  317. package/dist/hooks/useTheme.d.ts +3 -0
  318. package/dist/hooks/useTheme.d.ts.map +1 -0
  319. package/dist/hooks/useTheme.js +21 -0
  320. package/dist/hooks/useTheme.js.map +1 -0
  321. package/dist/hooks/useTooltip.d.ts +3 -0
  322. package/dist/hooks/useTooltip.d.ts.map +1 -0
  323. package/dist/hooks/useTooltip.js +24 -0
  324. package/dist/hooks/useTooltip.js.map +1 -0
  325. package/dist/index.d.ts +52 -0
  326. package/dist/index.d.ts.map +1 -0
  327. package/dist/index.js +127 -0
  328. package/dist/index.js.map +1 -0
  329. package/dist/styles.d.ts +5 -0
  330. package/dist/styles.d.ts.map +1 -0
  331. package/dist/styles.js +16 -0
  332. package/dist/styles.js.map +1 -0
  333. package/dist/types/global.d.ts +9 -0
  334. package/dist/types/global.d.ts.map +1 -0
  335. package/dist/types/global.js +3 -0
  336. package/dist/types/global.js.map +1 -0
  337. package/dist/types/icons.d.ts +2 -0
  338. package/dist/types/icons.d.ts.map +1 -0
  339. package/dist/types/icons.js +3 -0
  340. package/dist/types/icons.js.map +1 -0
  341. package/dist/types/icons____.d.ts +2 -0
  342. package/dist/types/icons____.d.ts.map +1 -0
  343. package/dist/types/icons____.js +5 -0
  344. package/dist/types/icons____.js.map +1 -0
  345. package/package.json +1 -1
  346. package/src/components/Breadcrumbs/index.tsx +286 -0
  347. package/src/components/Breadcrumbs/item.tsx +162 -0
  348. package/src/components/Button/index.tsx +270 -0
  349. package/src/components/Checkbox/index.tsx +161 -0
  350. package/src/components/Columns/column.tsx +26 -0
  351. package/src/components/Columns/index.tsx +40 -0
  352. package/src/components/Comment/index.tsx +139 -0
  353. package/src/components/CommentFeed/index.tsx +34 -0
  354. package/src/components/Content/index.tsx +39 -0
  355. package/src/components/Content/wrapper.tsx +37 -0
  356. package/src/components/ControlGroup/index.tsx +81 -0
  357. package/src/components/Drawer/index.tsx +387 -0
  358. package/src/components/Dropdown/index.tsx +81 -0
  359. package/src/components/Dropdown/item.tsx +20 -0
  360. package/src/components/Dropdown/list.tsx +76 -0
  361. package/src/components/Header/index.tsx +38 -0
  362. package/src/components/Icon/index.tsx +83 -0
  363. package/src/components/Input/index.tsx +185 -0
  364. package/src/components/InputClearButton/index.tsx +34 -0
  365. package/src/components/InternalPopover/index.tsx +185 -0
  366. package/src/components/Layout/content.tsx +31 -0
  367. package/src/components/Layout/index.tsx +55 -0
  368. package/src/components/Menu/divider.tsx +36 -0
  369. package/src/components/Menu/index.tsx +64 -0
  370. package/src/components/Menu/item.tsx +219 -0
  371. package/src/components/Message/index.tsx +136 -0
  372. package/src/components/Modal/actions.tsx +26 -0
  373. package/src/components/Modal/content.tsx +11 -0
  374. package/src/components/Modal/index.tsx +26 -0
  375. package/src/components/Navbar/divider.tsx +51 -0
  376. package/src/components/Navbar/group.tsx +57 -0
  377. package/src/components/Navbar/index.tsx +81 -0
  378. package/src/components/Navbar/item.tsx +75 -0
  379. package/src/components/Notifications/index.tsx +56 -0
  380. package/src/components/Notifications/notification.tsx +288 -0
  381. package/src/components/Panel/__screenshots__/linux/panel-SomePanel.png +0 -0
  382. package/src/components/Panel/index.tsx +333 -0
  383. package/src/components/Panel/panel.screenshot.tsx +29 -0
  384. package/src/components/Paragraph/index.tsx +25 -0
  385. package/src/components/Popover/index.tsx +65 -0
  386. package/src/components/RadioGroup/index.tsx +52 -0
  387. package/src/components/Sidebar/index.tsx +526 -0
  388. package/src/components/Sidebar/item.tsx +269 -0
  389. package/src/components/Table/body.tsx +46 -0
  390. package/src/components/Table/header.tsx +173 -0
  391. package/src/components/Table/headerCell.tsx +117 -0
  392. package/src/components/Table/helpers.ts +19 -0
  393. package/src/components/Table/index.tsx +265 -0
  394. package/src/components/Table/row.tsx +355 -0
  395. package/src/components/Tabs/content.tsx +23 -0
  396. package/src/components/Tabs/index.tsx +117 -0
  397. package/src/components/Tabs/item.tsx +151 -0
  398. package/src/components/Tabs/list.tsx +281 -0
  399. package/src/components/Tag/group.tsx +32 -0
  400. package/src/components/Tag/index.tsx +237 -0
  401. package/src/components/Textarea/index.tsx +121 -0
  402. package/src/components/TimeAgo/index.tsx +15 -0
  403. package/src/components/Tree/index.tsx +255 -0
  404. package/src/constants/animations.ts +4 -0
  405. package/src/constants/colors.ts +9 -0
  406. package/src/constants/sizes.ts +66 -0
  407. package/src/constants/theme.ts +102 -0
  408. package/src/containers/PopoverProvider.tsx +85 -0
  409. package/src/containers/ReqoreProvider.tsx +194 -0
  410. package/src/containers/ThemeProvider.tsx +22 -0
  411. package/src/containers/UIProvider.tsx +54 -0
  412. package/src/context/PopoverContext.tsx +10 -0
  413. package/src/context/ReqoreContext.tsx +20 -0
  414. package/src/context/ThemeContext.tsx +4 -0
  415. package/src/helpers/animations.ts +13 -0
  416. package/src/helpers/colors.ts +127 -0
  417. package/src/helpers/sidebar.ts +105 -0
  418. package/src/helpers/time.ts +21 -0
  419. package/src/helpers/utils.ts +75 -0
  420. package/src/hooks/useCombinedRefs.ts +19 -0
  421. package/src/hooks/useLatestZIndex.ts +11 -0
  422. package/src/hooks/useOutsideClick.ts +29 -0
  423. package/src/hooks/usePopover.tsx +118 -0
  424. package/src/hooks/useShareForwardedRef.ts +23 -0
  425. package/src/hooks/useTheme.ts +20 -0
  426. package/src/hooks/useTooltip.ts +15 -0
  427. package/src/icons.json +2295 -0
  428. package/src/index.tsx +51 -0
  429. package/src/mock/breadcrumbs.ts +93 -0
  430. package/src/mock/icons.ts +32 -0
  431. package/src/mock/menu.ts +95 -0
  432. package/src/mock/object.json +317 -0
  433. package/src/mock/styleMock.js +1 -0
  434. package/src/mock/tableData.ts +40 -0
  435. package/src/stories/Breadcrumbs/Breadcrumbs.stories.tsx +38 -0
  436. package/src/stories/Button/Button.stories.tsx +69 -0
  437. package/src/stories/Checkbox/Checkbox.stories.tsx +26 -0
  438. package/src/stories/Columns/Columns.stories.tsx +71 -0
  439. package/src/stories/Comment/Comment.stories.tsx +127 -0
  440. package/src/stories/ControlGroup/ControlGroup.stories.tsx +43 -0
  441. package/src/stories/Drawer/Drawer.stories.tsx +181 -0
  442. package/src/stories/Dropdown/Dropdown.stories.tsx +160 -0
  443. package/src/stories/Icon/Icon.stories.tsx +35 -0
  444. package/src/stories/Input/Input.stories.tsx +77 -0
  445. package/src/stories/Menu/Menu.stories.tsx +94 -0
  446. package/src/stories/Message/Message.stories.tsx +52 -0
  447. package/src/stories/Modal/Modal.stories.tsx +148 -0
  448. package/src/stories/Navbar/Navbar.stories.tsx +109 -0
  449. package/src/stories/Notifications/Interactive.stories.tsx +105 -0
  450. package/src/stories/Notifications/Notification.stories.tsx +200 -0
  451. package/src/stories/Notifications/Notifications.stories.tsx +65 -0
  452. package/src/stories/Panel/Panel.stories.tsx +107 -0
  453. package/src/stories/Popover/Popover.stories.tsx +54 -0
  454. package/src/stories/RadioGroup/RadioGroup.stories.tsx +51 -0
  455. package/src/stories/Sidebar/Sidebar.stories.tsx +78 -0
  456. package/src/stories/Table/Table.stories.tsx +151 -0
  457. package/src/stories/Tabs/Tabs.stories.tsx +233 -0
  458. package/src/stories/Tag/Tag.stories.tsx +72 -0
  459. package/src/stories/TextArea/TextArea.stories.tsx +74 -0
  460. package/src/stories/Tree/Tree.stories.tsx +43 -0
  461. package/src/stories/Wrapper.tsx +13 -0
  462. package/src/stories/utils/args.ts +138 -0
  463. package/src/stories/utils.ts +17 -0
  464. package/src/styles.ts +38 -0
  465. package/src/types/global.ts +9 -0
  466. package/src/types/icons.ts +2272 -0
  467. package/src/types/icons____.ts +5 -0
  468. package/tests.json +1 -1
  469. package/dist/tests.json +0 -1
@@ -0,0 +1,2272 @@
1
+ export type IReqoreIconName =
2
+ | "AncientGateFill"
3
+ | "AncientGateLine"
4
+ | "AncientPavilionFill"
5
+ | "AncientPavilionLine"
6
+ | "BankFill"
7
+ | "BankLine"
8
+ | "Building2Fill"
9
+ | "Building2Line"
10
+ | "Building3Fill"
11
+ | "Building3Line"
12
+ | "Building4Fill"
13
+ | "Building4Line"
14
+ | "BuildingFill"
15
+ | "BuildingLine"
16
+ | "CommunityFill"
17
+ | "CommunityLine"
18
+ | "GovernmentFill"
19
+ | "GovernmentLine"
20
+ | "Home2Fill"
21
+ | "Home2Line"
22
+ | "Home3Fill"
23
+ | "Home3Line"
24
+ | "Home4Fill"
25
+ | "Home4Line"
26
+ | "Home5Fill"
27
+ | "Home5Line"
28
+ | "Home6Fill"
29
+ | "Home6Line"
30
+ | "Home7Fill"
31
+ | "Home7Line"
32
+ | "Home8Fill"
33
+ | "Home8Line"
34
+ | "HomeFill"
35
+ | "HomeGearFill"
36
+ | "HomeGearLine"
37
+ | "HomeHeartFill"
38
+ | "HomeHeartLine"
39
+ | "HomeLine"
40
+ | "HomeSmile2Fill"
41
+ | "HomeSmile2Line"
42
+ | "HomeSmileFill"
43
+ | "HomeSmileLine"
44
+ | "HomeWifiFill"
45
+ | "HomeWifiLine"
46
+ | "HospitalFill"
47
+ | "HospitalLine"
48
+ | "HotelFill"
49
+ | "HotelLine"
50
+ | "Store2Fill"
51
+ | "Store2Line"
52
+ | "Store3Fill"
53
+ | "Store3Line"
54
+ | "StoreFill"
55
+ | "StoreLine"
56
+ | "AdvertisementFill"
57
+ | "AdvertisementLine"
58
+ | "ArchiveDrawerFill"
59
+ | "ArchiveDrawerLine"
60
+ | "ArchiveFill"
61
+ | "ArchiveLine"
62
+ | "AtFill"
63
+ | "AtLine"
64
+ | "AttachmentFill"
65
+ | "AttachmentLine"
66
+ | "AwardFill"
67
+ | "AwardLine"
68
+ | "BarChart2Fill"
69
+ | "BarChart2Line"
70
+ | "BarChartBoxFill"
71
+ | "BarChartBoxLine"
72
+ | "BarChartFill"
73
+ | "BarChartGroupedFill"
74
+ | "BarChartGroupedLine"
75
+ | "BarChartHorizontalFill"
76
+ | "BarChartHorizontalLine"
77
+ | "BarChartLine"
78
+ | "Bookmark2Fill"
79
+ | "Bookmark2Line"
80
+ | "Bookmark3Fill"
81
+ | "Bookmark3Line"
82
+ | "BookmarkFill"
83
+ | "BookmarkLine"
84
+ | "Briefcase2Fill"
85
+ | "Briefcase2Line"
86
+ | "Briefcase3Fill"
87
+ | "Briefcase3Line"
88
+ | "Briefcase4Fill"
89
+ | "Briefcase4Line"
90
+ | "Briefcase5Fill"
91
+ | "Briefcase5Line"
92
+ | "BriefcaseFill"
93
+ | "BriefcaseLine"
94
+ | "BubbleChartFill"
95
+ | "BubbleChartLine"
96
+ | "CalculatorFill"
97
+ | "CalculatorLine"
98
+ | "Calendar2Fill"
99
+ | "Calendar2Line"
100
+ | "CalendarCheckFill"
101
+ | "CalendarCheckLine"
102
+ | "CalendarEventFill"
103
+ | "CalendarEventLine"
104
+ | "CalendarFill"
105
+ | "CalendarLine"
106
+ | "CalendarTodoFill"
107
+ | "CalendarTodoLine"
108
+ | "CloudFill"
109
+ | "CloudLine"
110
+ | "CloudOffFill"
111
+ | "CloudOffLine"
112
+ | "CopyleftFill"
113
+ | "CopyleftLine"
114
+ | "CopyrightFill"
115
+ | "CopyrightLine"
116
+ | "CreativeCommonsByFill"
117
+ | "CreativeCommonsByLine"
118
+ | "CreativeCommonsFill"
119
+ | "CreativeCommonsLine"
120
+ | "CreativeCommonsNcFill"
121
+ | "CreativeCommonsNcLine"
122
+ | "CreativeCommonsNdFill"
123
+ | "CreativeCommonsNdLine"
124
+ | "CreativeCommonsSaFill"
125
+ | "CreativeCommonsSaLine"
126
+ | "CreativeCommonsZeroFill"
127
+ | "CreativeCommonsZeroLine"
128
+ | "CustomerService2Fill"
129
+ | "CustomerService2Line"
130
+ | "CustomerServiceFill"
131
+ | "CustomerServiceLine"
132
+ | "DonutChartFill"
133
+ | "DonutChartLine"
134
+ | "Flag2Fill"
135
+ | "Flag2Line"
136
+ | "FlagFill"
137
+ | "FlagLine"
138
+ | "GlobalFill"
139
+ | "GlobalLine"
140
+ | "HonourFill"
141
+ | "HonourLine"
142
+ | "InboxArchiveFill"
143
+ | "InboxArchiveLine"
144
+ | "InboxFill"
145
+ | "InboxLine"
146
+ | "InboxUnarchiveFill"
147
+ | "InboxUnarchiveLine"
148
+ | "LineChartFill"
149
+ | "LineChartLine"
150
+ | "LinksFill"
151
+ | "LinksLine"
152
+ | "MailAddFill"
153
+ | "MailAddLine"
154
+ | "MailCheckFill"
155
+ | "MailCheckLine"
156
+ | "MailCloseFill"
157
+ | "MailCloseLine"
158
+ | "MailDownloadFill"
159
+ | "MailDownloadLine"
160
+ | "MailFill"
161
+ | "MailForbidFill"
162
+ | "MailForbidLine"
163
+ | "MailLine"
164
+ | "MailLockFill"
165
+ | "MailLockLine"
166
+ | "MailOpenFill"
167
+ | "MailOpenLine"
168
+ | "MailSendFill"
169
+ | "MailSendLine"
170
+ | "MailSettingsFill"
171
+ | "MailSettingsLine"
172
+ | "MailStarFill"
173
+ | "MailStarLine"
174
+ | "MailUnreadFill"
175
+ | "MailUnreadLine"
176
+ | "MailVolumeFill"
177
+ | "MailVolumeLine"
178
+ | "Medal2Fill"
179
+ | "Medal2Line"
180
+ | "MedalFill"
181
+ | "MedalLine"
182
+ | "PieChart2Fill"
183
+ | "PieChart2Line"
184
+ | "PieChartBoxFill"
185
+ | "PieChartBoxLine"
186
+ | "PieChartFill"
187
+ | "PieChartLine"
188
+ | "PrinterCloudFill"
189
+ | "PrinterCloudLine"
190
+ | "PrinterFill"
191
+ | "PrinterLine"
192
+ | "ProfileFill"
193
+ | "ProfileLine"
194
+ | "Projector2Fill"
195
+ | "Projector2Line"
196
+ | "ProjectorFill"
197
+ | "ProjectorLine"
198
+ | "RecordMailFill"
199
+ | "RecordMailLine"
200
+ | "RegisteredFill"
201
+ | "RegisteredLine"
202
+ | "ReplyAllFill"
203
+ | "ReplyAllLine"
204
+ | "ReplyFill"
205
+ | "ReplyLine"
206
+ | "SendPlane2Fill"
207
+ | "SendPlane2Line"
208
+ | "SendPlaneFill"
209
+ | "SendPlaneLine"
210
+ | "ServiceFill"
211
+ | "ServiceLine"
212
+ | "Slideshow2Fill"
213
+ | "Slideshow2Line"
214
+ | "Slideshow3Fill"
215
+ | "Slideshow3Line"
216
+ | "Slideshow4Fill"
217
+ | "Slideshow4Line"
218
+ | "SlideshowFill"
219
+ | "SlideshowLine"
220
+ | "StackFill"
221
+ | "StackLine"
222
+ | "TrademarkFill"
223
+ | "TrademarkLine"
224
+ | "Window2Fill"
225
+ | "Window2Line"
226
+ | "WindowFill"
227
+ | "WindowLine"
228
+ | "Chat1Fill"
229
+ | "Chat1Line"
230
+ | "Chat2Fill"
231
+ | "Chat2Line"
232
+ | "Chat3Fill"
233
+ | "Chat3Line"
234
+ | "Chat4Fill"
235
+ | "Chat4Line"
236
+ | "ChatCheckFill"
237
+ | "ChatCheckLine"
238
+ | "ChatDeleteFill"
239
+ | "ChatDeleteLine"
240
+ | "ChatDownloadFill"
241
+ | "ChatDownloadLine"
242
+ | "ChatFollowUpFill"
243
+ | "ChatFollowUpLine"
244
+ | "ChatForwardFill"
245
+ | "ChatForwardLine"
246
+ | "ChatHeartFill"
247
+ | "ChatHeartLine"
248
+ | "ChatHistoryFill"
249
+ | "ChatHistoryLine"
250
+ | "ChatNewFill"
251
+ | "ChatNewLine"
252
+ | "ChatOffFill"
253
+ | "ChatOffLine"
254
+ | "ChatPollFill"
255
+ | "ChatPollLine"
256
+ | "ChatPrivateFill"
257
+ | "ChatPrivateLine"
258
+ | "ChatQuoteFill"
259
+ | "ChatQuoteLine"
260
+ | "ChatSettingsFill"
261
+ | "ChatSettingsLine"
262
+ | "ChatSmile2Fill"
263
+ | "ChatSmile2Line"
264
+ | "ChatSmile3Fill"
265
+ | "ChatSmile3Line"
266
+ | "ChatSmileFill"
267
+ | "ChatSmileLine"
268
+ | "ChatUploadFill"
269
+ | "ChatUploadLine"
270
+ | "ChatVoiceFill"
271
+ | "ChatVoiceLine"
272
+ | "DiscussFill"
273
+ | "DiscussLine"
274
+ | "FeedbackFill"
275
+ | "FeedbackLine"
276
+ | "Message2Fill"
277
+ | "Message2Line"
278
+ | "Message3Fill"
279
+ | "Message3Line"
280
+ | "MessageFill"
281
+ | "MessageLine"
282
+ | "QuestionAnswerFill"
283
+ | "QuestionAnswerLine"
284
+ | "QuestionnaireFill"
285
+ | "QuestionnaireLine"
286
+ | "VideoChatFill"
287
+ | "VideoChatLine"
288
+ | "Anticlockwise2Fill"
289
+ | "Anticlockwise2Line"
290
+ | "AnticlockwiseFill"
291
+ | "AnticlockwiseLine"
292
+ | "Artboard2Fill"
293
+ | "Artboard2Line"
294
+ | "ArtboardFill"
295
+ | "ArtboardLine"
296
+ | "BallPenFill"
297
+ | "BallPenLine"
298
+ | "BlurOffFill"
299
+ | "BlurOffLine"
300
+ | "Brush2Fill"
301
+ | "Brush2Line"
302
+ | "Brush3Fill"
303
+ | "Brush3Line"
304
+ | "Brush4Fill"
305
+ | "Brush4Line"
306
+ | "BrushFill"
307
+ | "BrushLine"
308
+ | "Clockwise2Fill"
309
+ | "Clockwise2Line"
310
+ | "ClockwiseFill"
311
+ | "ClockwiseLine"
312
+ | "CollageFill"
313
+ | "CollageLine"
314
+ | "Compasses2Fill"
315
+ | "Compasses2Line"
316
+ | "CompassesFill"
317
+ | "CompassesLine"
318
+ | "Contrast2Fill"
319
+ | "Contrast2Line"
320
+ | "ContrastDrop2Fill"
321
+ | "ContrastDrop2Line"
322
+ | "ContrastDropFill"
323
+ | "ContrastDropLine"
324
+ | "ContrastFill"
325
+ | "ContrastLine"
326
+ | "Crop2Fill"
327
+ | "Crop2Line"
328
+ | "CropFill"
329
+ | "CropLine"
330
+ | "DragDropFill"
331
+ | "DragDropLine"
332
+ | "DragMove2Fill"
333
+ | "DragMove2Line"
334
+ | "DragMoveFill"
335
+ | "DragMoveLine"
336
+ | "DropFill"
337
+ | "DropLine"
338
+ | "Edit2Fill"
339
+ | "Edit2Line"
340
+ | "EditBoxFill"
341
+ | "EditBoxLine"
342
+ | "EditCircleFill"
343
+ | "EditCircleLine"
344
+ | "EditFill"
345
+ | "EditLine"
346
+ | "EraserFill"
347
+ | "EraserLine"
348
+ | "Focus2Fill"
349
+ | "Focus2Line"
350
+ | "Focus3Fill"
351
+ | "Focus3Line"
352
+ | "FocusFill"
353
+ | "FocusLine"
354
+ | "GridFill"
355
+ | "GridLine"
356
+ | "HammerFill"
357
+ | "HammerLine"
358
+ | "InkBottleFill"
359
+ | "InkBottleLine"
360
+ | "InputMethodFill"
361
+ | "InputMethodLine"
362
+ | "Layout2Fill"
363
+ | "Layout2Line"
364
+ | "Layout3Fill"
365
+ | "Layout3Line"
366
+ | "Layout4Fill"
367
+ | "Layout4Line"
368
+ | "Layout5Fill"
369
+ | "Layout5Line"
370
+ | "Layout6Fill"
371
+ | "Layout6Line"
372
+ | "LayoutBottom2Fill"
373
+ | "LayoutBottom2Line"
374
+ | "LayoutBottomFill"
375
+ | "LayoutBottomLine"
376
+ | "LayoutColumnFill"
377
+ | "LayoutColumnLine"
378
+ | "LayoutFill"
379
+ | "LayoutGridFill"
380
+ | "LayoutGridLine"
381
+ | "LayoutLeft2Fill"
382
+ | "LayoutLeft2Line"
383
+ | "LayoutLeftFill"
384
+ | "LayoutLeftLine"
385
+ | "LayoutLine"
386
+ | "LayoutMasonryFill"
387
+ | "LayoutMasonryLine"
388
+ | "LayoutRight2Fill"
389
+ | "LayoutRight2Line"
390
+ | "LayoutRightFill"
391
+ | "LayoutRightLine"
392
+ | "LayoutRowFill"
393
+ | "LayoutRowLine"
394
+ | "LayoutTop2Fill"
395
+ | "LayoutTop2Line"
396
+ | "LayoutTopFill"
397
+ | "LayoutTopLine"
398
+ | "MagicFill"
399
+ | "MagicLine"
400
+ | "MarkPenFill"
401
+ | "MarkPenLine"
402
+ | "MarkupFill"
403
+ | "MarkupLine"
404
+ | "PaintBrushFill"
405
+ | "PaintBrushLine"
406
+ | "PaintFill"
407
+ | "PaintLine"
408
+ | "PaletteFill"
409
+ | "PaletteLine"
410
+ | "PantoneFill"
411
+ | "PantoneLine"
412
+ | "PenNibFill"
413
+ | "PenNibLine"
414
+ | "PencilFill"
415
+ | "PencilLine"
416
+ | "PencilRuler2Fill"
417
+ | "PencilRuler2Line"
418
+ | "PencilRulerFill"
419
+ | "PencilRulerLine"
420
+ | "QuillPenFill"
421
+ | "QuillPenLine"
422
+ | "Ruler2Fill"
423
+ | "Ruler2Line"
424
+ | "RulerFill"
425
+ | "RulerLine"
426
+ | "Scissors2Fill"
427
+ | "Scissors2Line"
428
+ | "ScissorsCutFill"
429
+ | "ScissorsCutLine"
430
+ | "ScissorsFill"
431
+ | "ScissorsLine"
432
+ | "Screenshot2Fill"
433
+ | "Screenshot2Line"
434
+ | "ScreenshotFill"
435
+ | "ScreenshotLine"
436
+ | "Shape2Fill"
437
+ | "Shape2Line"
438
+ | "ShapeFill"
439
+ | "ShapeLine"
440
+ | "SipFill"
441
+ | "SipLine"
442
+ | "SliceFill"
443
+ | "SliceLine"
444
+ | "TBoxFill"
445
+ | "TBoxLine"
446
+ | "TableAltFill"
447
+ | "TableAltLine"
448
+ | "TableFill"
449
+ | "TableLine"
450
+ | "ToolsFill"
451
+ | "ToolsLine"
452
+ | "BracesFill"
453
+ | "BracesLine"
454
+ | "BracketsFill"
455
+ | "BracketsLine"
456
+ | "Bug2Fill"
457
+ | "Bug2Line"
458
+ | "BugFill"
459
+ | "BugLine"
460
+ | "CodeBoxFill"
461
+ | "CodeBoxLine"
462
+ | "CodeFill"
463
+ | "CodeLine"
464
+ | "CodeSFill"
465
+ | "CodeSLine"
466
+ | "CodeSSlashFill"
467
+ | "CodeSSlashLine"
468
+ | "CommandFill"
469
+ | "CommandLine"
470
+ | "Css3Fill"
471
+ | "Css3Line"
472
+ | "CursorFill"
473
+ | "CursorLine"
474
+ | "GitBranchFill"
475
+ | "GitBranchLine"
476
+ | "GitCommitFill"
477
+ | "GitCommitLine"
478
+ | "GitMergeFill"
479
+ | "GitMergeLine"
480
+ | "GitPullRequestFill"
481
+ | "GitPullRequestLine"
482
+ | "GitRepositoryCommitsFill"
483
+ | "GitRepositoryCommitsLine"
484
+ | "GitRepositoryFill"
485
+ | "GitRepositoryLine"
486
+ | "GitRepositoryPrivateFill"
487
+ | "GitRepositoryPrivateLine"
488
+ | "Html5Fill"
489
+ | "Html5Line"
490
+ | "ParenthesesFill"
491
+ | "ParenthesesLine"
492
+ | "TerminalBoxFill"
493
+ | "TerminalBoxLine"
494
+ | "TerminalFill"
495
+ | "TerminalLine"
496
+ | "TerminalWindowFill"
497
+ | "TerminalWindowLine"
498
+ | "AirplayFill"
499
+ | "AirplayLine"
500
+ | "BarcodeBoxFill"
501
+ | "BarcodeBoxLine"
502
+ | "BarcodeFill"
503
+ | "BarcodeLine"
504
+ | "BaseStationFill"
505
+ | "BaseStationLine"
506
+ | "Battery2ChargeFill"
507
+ | "Battery2ChargeLine"
508
+ | "Battery2Fill"
509
+ | "Battery2Line"
510
+ | "BatteryChargeFill"
511
+ | "BatteryChargeLine"
512
+ | "BatteryFill"
513
+ | "BatteryLine"
514
+ | "BatteryLowFill"
515
+ | "BatteryLowLine"
516
+ | "BatterySaverFill"
517
+ | "BatterySaverLine"
518
+ | "BatteryShareFill"
519
+ | "BatteryShareLine"
520
+ | "BluetoothConnectFill"
521
+ | "BluetoothConnectLine"
522
+ | "BluetoothFill"
523
+ | "BluetoothLine"
524
+ | "CastFill"
525
+ | "CastLine"
526
+ | "CellphoneFill"
527
+ | "CellphoneLine"
528
+ | "ComputerFill"
529
+ | "ComputerLine"
530
+ | "CpuFill"
531
+ | "CpuLine"
532
+ | "Dashboard2Fill"
533
+ | "Dashboard2Line"
534
+ | "Dashboard3Fill"
535
+ | "Dashboard3Line"
536
+ | "Database2Fill"
537
+ | "Database2Line"
538
+ | "DatabaseFill"
539
+ | "DatabaseLine"
540
+ | "DeviceFill"
541
+ | "DeviceLine"
542
+ | "DeviceRecoverFill"
543
+ | "DeviceRecoverLine"
544
+ | "DualSim1Fill"
545
+ | "DualSim1Line"
546
+ | "DualSim2Fill"
547
+ | "DualSim2Line"
548
+ | "Fingerprint2Fill"
549
+ | "Fingerprint2Line"
550
+ | "FingerprintFill"
551
+ | "FingerprintLine"
552
+ | "GamepadFill"
553
+ | "GamepadLine"
554
+ | "GpsFill"
555
+ | "GpsLine"
556
+ | "GradienterFill"
557
+ | "GradienterLine"
558
+ | "HardDrive2Fill"
559
+ | "HardDrive2Line"
560
+ | "HardDriveFill"
561
+ | "HardDriveLine"
562
+ | "HotspotFill"
563
+ | "HotspotLine"
564
+ | "InstallFill"
565
+ | "InstallLine"
566
+ | "KeyboardBoxFill"
567
+ | "KeyboardBoxLine"
568
+ | "KeyboardFill"
569
+ | "KeyboardLine"
570
+ | "MacFill"
571
+ | "MacLine"
572
+ | "MacbookFill"
573
+ | "MacbookLine"
574
+ | "MouseFill"
575
+ | "MouseLine"
576
+ | "PhoneFill"
577
+ | "PhoneFindFill"
578
+ | "PhoneFindLine"
579
+ | "PhoneLine"
580
+ | "PhoneLockFill"
581
+ | "PhoneLockLine"
582
+ | "QrCodeFill"
583
+ | "QrCodeLine"
584
+ | "QrScan2Fill"
585
+ | "QrScan2Line"
586
+ | "QrScanFill"
587
+ | "QrScanLine"
588
+ | "RadarFill"
589
+ | "RadarLine"
590
+ | "RemoteControl2Fill"
591
+ | "RemoteControl2Line"
592
+ | "RemoteControlFill"
593
+ | "RemoteControlLine"
594
+ | "RestartFill"
595
+ | "RestartLine"
596
+ | "RotateLockFill"
597
+ | "RotateLockLine"
598
+ | "RouterFill"
599
+ | "RouterLine"
600
+ | "RssFill"
601
+ | "RssLine"
602
+ | "Save2Fill"
603
+ | "Save2Line"
604
+ | "Save3Fill"
605
+ | "Save3Line"
606
+ | "SaveFill"
607
+ | "SaveLine"
608
+ | "Scan2Fill"
609
+ | "Scan2Line"
610
+ | "ScanFill"
611
+ | "ScanLine"
612
+ | "SdCardFill"
613
+ | "SdCardLine"
614
+ | "SdCardMiniFill"
615
+ | "SdCardMiniLine"
616
+ | "SensorFill"
617
+ | "SensorLine"
618
+ | "ServerFill"
619
+ | "ServerLine"
620
+ | "ShutDownFill"
621
+ | "ShutDownLine"
622
+ | "SignalWifi1Fill"
623
+ | "SignalWifi1Line"
624
+ | "SignalWifi2Fill"
625
+ | "SignalWifi2Line"
626
+ | "SignalWifi3Fill"
627
+ | "SignalWifi3Line"
628
+ | "SignalWifiErrorFill"
629
+ | "SignalWifiErrorLine"
630
+ | "SignalWifiFill"
631
+ | "SignalWifiLine"
632
+ | "SignalWifiOffFill"
633
+ | "SignalWifiOffLine"
634
+ | "SimCard2Fill"
635
+ | "SimCard2Line"
636
+ | "SimCardFill"
637
+ | "SimCardLine"
638
+ | "SmartphoneFill"
639
+ | "SmartphoneLine"
640
+ | "TabletFill"
641
+ | "TabletLine"
642
+ | "Tv2Fill"
643
+ | "Tv2Line"
644
+ | "TvFill"
645
+ | "TvLine"
646
+ | "UDiskFill"
647
+ | "UDiskLine"
648
+ | "UninstallFill"
649
+ | "UninstallLine"
650
+ | "UsbFill"
651
+ | "UsbLine"
652
+ | "WifiFill"
653
+ | "WifiLine"
654
+ | "WifiOffFill"
655
+ | "WifiOffLine"
656
+ | "WirelessChargingFill"
657
+ | "WirelessChargingLine"
658
+ | "ArticleFill"
659
+ | "ArticleLine"
660
+ | "BillFill"
661
+ | "BillLine"
662
+ | "Book2Fill"
663
+ | "Book2Line"
664
+ | "Book3Fill"
665
+ | "Book3Line"
666
+ | "BookFill"
667
+ | "BookLine"
668
+ | "BookMarkFill"
669
+ | "BookMarkLine"
670
+ | "BookOpenFill"
671
+ | "BookOpenLine"
672
+ | "BookReadFill"
673
+ | "BookReadLine"
674
+ | "BookletFill"
675
+ | "BookletLine"
676
+ | "ClipboardFill"
677
+ | "ClipboardLine"
678
+ | "ContactsBook2Fill"
679
+ | "ContactsBook2Line"
680
+ | "ContactsBookFill"
681
+ | "ContactsBookLine"
682
+ | "ContactsBookUploadFill"
683
+ | "ContactsBookUploadLine"
684
+ | "DraftFill"
685
+ | "DraftLine"
686
+ | "File2Fill"
687
+ | "File2Line"
688
+ | "File3Fill"
689
+ | "File3Line"
690
+ | "File4Fill"
691
+ | "File4Line"
692
+ | "FileAddFill"
693
+ | "FileAddLine"
694
+ | "FileChart2Fill"
695
+ | "FileChart2Line"
696
+ | "FileChartFill"
697
+ | "FileChartLine"
698
+ | "FileCloudFill"
699
+ | "FileCloudLine"
700
+ | "FileCodeFill"
701
+ | "FileCodeLine"
702
+ | "FileCopy2Fill"
703
+ | "FileCopy2Line"
704
+ | "FileCopyFill"
705
+ | "FileCopyLine"
706
+ | "FileDamageFill"
707
+ | "FileDamageLine"
708
+ | "FileDownloadFill"
709
+ | "FileDownloadLine"
710
+ | "FileEditFill"
711
+ | "FileEditLine"
712
+ | "FileExcel2Fill"
713
+ | "FileExcel2Line"
714
+ | "FileExcelFill"
715
+ | "FileExcelLine"
716
+ | "FileFill"
717
+ | "FileForbidFill"
718
+ | "FileForbidLine"
719
+ | "FileGifFill"
720
+ | "FileGifLine"
721
+ | "FileHistoryFill"
722
+ | "FileHistoryLine"
723
+ | "FileHwpFill"
724
+ | "FileHwpLine"
725
+ | "FileInfoFill"
726
+ | "FileInfoLine"
727
+ | "FileLine"
728
+ | "FileList2Fill"
729
+ | "FileList2Line"
730
+ | "FileList3Fill"
731
+ | "FileList3Line"
732
+ | "FileListFill"
733
+ | "FileListLine"
734
+ | "FileLockFill"
735
+ | "FileLockLine"
736
+ | "FileMarkFill"
737
+ | "FileMarkLine"
738
+ | "FileMusicFill"
739
+ | "FileMusicLine"
740
+ | "FilePaper2Fill"
741
+ | "FilePaper2Line"
742
+ | "FilePaperFill"
743
+ | "FilePaperLine"
744
+ | "FilePdfFill"
745
+ | "FilePdfLine"
746
+ | "FilePpt2Fill"
747
+ | "FilePpt2Line"
748
+ | "FilePptFill"
749
+ | "FilePptLine"
750
+ | "FileReduceFill"
751
+ | "FileReduceLine"
752
+ | "FileSearchFill"
753
+ | "FileSearchLine"
754
+ | "FileSettingsFill"
755
+ | "FileSettingsLine"
756
+ | "FileShield2Fill"
757
+ | "FileShield2Line"
758
+ | "FileShieldFill"
759
+ | "FileShieldLine"
760
+ | "FileShredFill"
761
+ | "FileShredLine"
762
+ | "FileTextFill"
763
+ | "FileTextLine"
764
+ | "FileTransferFill"
765
+ | "FileTransferLine"
766
+ | "FileUnknowFill"
767
+ | "FileUnknowLine"
768
+ | "FileUploadFill"
769
+ | "FileUploadLine"
770
+ | "FileUserFill"
771
+ | "FileUserLine"
772
+ | "FileWarningFill"
773
+ | "FileWarningLine"
774
+ | "FileWord2Fill"
775
+ | "FileWord2Line"
776
+ | "FileWordFill"
777
+ | "FileWordLine"
778
+ | "FileZipFill"
779
+ | "FileZipLine"
780
+ | "Folder2Fill"
781
+ | "Folder2Line"
782
+ | "Folder3Fill"
783
+ | "Folder3Line"
784
+ | "Folder4Fill"
785
+ | "Folder4Line"
786
+ | "Folder5Fill"
787
+ | "Folder5Line"
788
+ | "FolderAddFill"
789
+ | "FolderAddLine"
790
+ | "FolderChart2Fill"
791
+ | "FolderChart2Line"
792
+ | "FolderChartFill"
793
+ | "FolderChartLine"
794
+ | "FolderDownloadFill"
795
+ | "FolderDownloadLine"
796
+ | "FolderFill"
797
+ | "FolderForbidFill"
798
+ | "FolderForbidLine"
799
+ | "FolderHistoryFill"
800
+ | "FolderHistoryLine"
801
+ | "FolderInfoFill"
802
+ | "FolderInfoLine"
803
+ | "FolderKeyholeFill"
804
+ | "FolderKeyholeLine"
805
+ | "FolderLine"
806
+ | "FolderLockFill"
807
+ | "FolderLockLine"
808
+ | "FolderMusicFill"
809
+ | "FolderMusicLine"
810
+ | "FolderOpenFill"
811
+ | "FolderOpenLine"
812
+ | "FolderReceivedFill"
813
+ | "FolderReceivedLine"
814
+ | "FolderReduceFill"
815
+ | "FolderReduceLine"
816
+ | "FolderSettingsFill"
817
+ | "FolderSettingsLine"
818
+ | "FolderSharedFill"
819
+ | "FolderSharedLine"
820
+ | "FolderShield2Fill"
821
+ | "FolderShield2Line"
822
+ | "FolderShieldFill"
823
+ | "FolderShieldLine"
824
+ | "FolderTransferFill"
825
+ | "FolderTransferLine"
826
+ | "FolderUnknowFill"
827
+ | "FolderUnknowLine"
828
+ | "FolderUploadFill"
829
+ | "FolderUploadLine"
830
+ | "FolderUserFill"
831
+ | "FolderUserLine"
832
+ | "FolderWarningFill"
833
+ | "FolderWarningLine"
834
+ | "FolderZipFill"
835
+ | "FolderZipLine"
836
+ | "FoldersFill"
837
+ | "FoldersLine"
838
+ | "KeynoteFill"
839
+ | "KeynoteLine"
840
+ | "MarkdownFill"
841
+ | "MarkdownLine"
842
+ | "NewspaperFill"
843
+ | "NewspaperLine"
844
+ | "NumbersFill"
845
+ | "NumbersLine"
846
+ | "PagesFill"
847
+ | "PagesLine"
848
+ | "StickyNote2Fill"
849
+ | "StickyNote2Line"
850
+ | "StickyNoteFill"
851
+ | "StickyNoteLine"
852
+ | "SurveyFill"
853
+ | "SurveyLine"
854
+ | "TaskFill"
855
+ | "TaskLine"
856
+ | "TodoFill"
857
+ | "TodoLine"
858
+ | "AB"
859
+ | "AlignBottom"
860
+ | "AlignCenter"
861
+ | "AlignJustify"
862
+ | "AlignLeft"
863
+ | "AlignRight"
864
+ | "AlignTop"
865
+ | "AlignVertically"
866
+ | "Asterisk"
867
+ | "Attachment2"
868
+ | "Bold"
869
+ | "BringForward"
870
+ | "BringToFront"
871
+ | "CodeView"
872
+ | "DeleteColumn"
873
+ | "DeleteRow"
874
+ | "DoubleQuotesL"
875
+ | "DoubleQuotesR"
876
+ | "EmphasisCn"
877
+ | "Emphasis"
878
+ | "EnglishInput"
879
+ | "FlowChart"
880
+ | "FontColor"
881
+ | "FontSize2"
882
+ | "FontSize"
883
+ | "FormatClear"
884
+ | "Functions"
885
+ | "H1"
886
+ | "H2"
887
+ | "H3"
888
+ | "H4"
889
+ | "H5"
890
+ | "H6"
891
+ | "Hashtag"
892
+ | "Heading"
893
+ | "IndentDecrease"
894
+ | "IndentIncrease"
895
+ | "InputCursorMove"
896
+ | "InsertColumnLeft"
897
+ | "InsertColumnRight"
898
+ | "InsertRowBottom"
899
+ | "InsertRowTop"
900
+ | "Italic"
901
+ | "LineHeight"
902
+ | "LinkM"
903
+ | "LinkUnlinkM"
904
+ | "LinkUnlink"
905
+ | "Link"
906
+ | "ListCheck2"
907
+ | "ListCheck"
908
+ | "ListOrdered"
909
+ | "ListUnordered"
910
+ | "MergeCellsHorizontal"
911
+ | "MergeCellsVertical"
912
+ | "MindMap"
913
+ | "NodeTree"
914
+ | "Number0"
915
+ | "Number1"
916
+ | "Number2"
917
+ | "Number3"
918
+ | "Number4"
919
+ | "Number5"
920
+ | "Number6"
921
+ | "Number7"
922
+ | "Number8"
923
+ | "Number9"
924
+ | "Omega"
925
+ | "OrganizationChart"
926
+ | "PageSeparator"
927
+ | "Paragraph"
928
+ | "PinyinInput"
929
+ | "QuestionMark"
930
+ | "RoundedCorner"
931
+ | "SendBackward"
932
+ | "SendToBack"
933
+ | "Separator"
934
+ | "SingleQuotesL"
935
+ | "SingleQuotesR"
936
+ | "SortAsc"
937
+ | "SortDesc"
938
+ | "Space"
939
+ | "SplitCellsHorizontal"
940
+ | "SplitCellsVertical"
941
+ | "Strikethrough2"
942
+ | "Strikethrough"
943
+ | "Subscript2"
944
+ | "Subscript"
945
+ | "Superscript2"
946
+ | "Superscript"
947
+ | "Table2"
948
+ | "TextDirectionL"
949
+ | "TextDirectionR"
950
+ | "TextSpacing"
951
+ | "TextWrap"
952
+ | "Text"
953
+ | "Translate2"
954
+ | "Translate"
955
+ | "Underline"
956
+ | "WubiInput"
957
+ | "24HoursFill"
958
+ | "24HoursLine"
959
+ | "AuctionFill"
960
+ | "AuctionLine"
961
+ | "BankCard2Fill"
962
+ | "BankCard2Line"
963
+ | "BankCardFill"
964
+ | "BankCardLine"
965
+ | "BitCoinFill"
966
+ | "BitCoinLine"
967
+ | "CoinFill"
968
+ | "CoinLine"
969
+ | "CoinsFill"
970
+ | "CoinsLine"
971
+ | "CopperCoinFill"
972
+ | "CopperCoinLine"
973
+ | "CopperDiamondFill"
974
+ | "CopperDiamondLine"
975
+ | "Coupon2Fill"
976
+ | "Coupon2Line"
977
+ | "Coupon3Fill"
978
+ | "Coupon3Line"
979
+ | "Coupon4Fill"
980
+ | "Coupon4Line"
981
+ | "Coupon5Fill"
982
+ | "Coupon5Line"
983
+ | "CouponFill"
984
+ | "CouponLine"
985
+ | "CurrencyFill"
986
+ | "CurrencyLine"
987
+ | "ExchangeBoxFill"
988
+ | "ExchangeBoxLine"
989
+ | "ExchangeCnyFill"
990
+ | "ExchangeCnyLine"
991
+ | "ExchangeDollarFill"
992
+ | "ExchangeDollarLine"
993
+ | "ExchangeFill"
994
+ | "ExchangeFundsFill"
995
+ | "ExchangeFundsLine"
996
+ | "ExchangeLine"
997
+ | "FundsBoxFill"
998
+ | "FundsBoxLine"
999
+ | "FundsFill"
1000
+ | "FundsLine"
1001
+ | "Gift2Fill"
1002
+ | "Gift2Line"
1003
+ | "GiftFill"
1004
+ | "GiftLine"
1005
+ | "HandCoinFill"
1006
+ | "HandCoinLine"
1007
+ | "HandHeartFill"
1008
+ | "HandHeartLine"
1009
+ | "IncreaseDecreaseFill"
1010
+ | "IncreaseDecreaseLine"
1011
+ | "MoneyCnyBoxFill"
1012
+ | "MoneyCnyBoxLine"
1013
+ | "MoneyCnyCircleFill"
1014
+ | "MoneyCnyCircleLine"
1015
+ | "MoneyDollarBoxFill"
1016
+ | "MoneyDollarBoxLine"
1017
+ | "MoneyDollarCircleFill"
1018
+ | "MoneyDollarCircleLine"
1019
+ | "MoneyEuroBoxFill"
1020
+ | "MoneyEuroBoxLine"
1021
+ | "MoneyEuroCircleFill"
1022
+ | "MoneyEuroCircleLine"
1023
+ | "MoneyPoundBoxFill"
1024
+ | "MoneyPoundBoxLine"
1025
+ | "MoneyPoundCircleFill"
1026
+ | "MoneyPoundCircleLine"
1027
+ | "PercentFill"
1028
+ | "PercentLine"
1029
+ | "PriceTag2Fill"
1030
+ | "PriceTag2Line"
1031
+ | "PriceTag3Fill"
1032
+ | "PriceTag3Line"
1033
+ | "PriceTagFill"
1034
+ | "PriceTagLine"
1035
+ | "RedPacketFill"
1036
+ | "RedPacketLine"
1037
+ | "Refund2Fill"
1038
+ | "Refund2Line"
1039
+ | "RefundFill"
1040
+ | "RefundLine"
1041
+ | "Safe2Fill"
1042
+ | "Safe2Line"
1043
+ | "SafeFill"
1044
+ | "SafeLine"
1045
+ | "SecurePaymentFill"
1046
+ | "SecurePaymentLine"
1047
+ | "ShoppingBag2Fill"
1048
+ | "ShoppingBag2Line"
1049
+ | "ShoppingBag3Fill"
1050
+ | "ShoppingBag3Line"
1051
+ | "ShoppingBagFill"
1052
+ | "ShoppingBagLine"
1053
+ | "ShoppingBasket2Fill"
1054
+ | "ShoppingBasket2Line"
1055
+ | "ShoppingBasketFill"
1056
+ | "ShoppingBasketLine"
1057
+ | "ShoppingCart2Fill"
1058
+ | "ShoppingCart2Line"
1059
+ | "ShoppingCartFill"
1060
+ | "ShoppingCartLine"
1061
+ | "StockFill"
1062
+ | "StockLine"
1063
+ | "SwapBoxFill"
1064
+ | "SwapBoxLine"
1065
+ | "SwapFill"
1066
+ | "SwapLine"
1067
+ | "Ticket2Fill"
1068
+ | "Ticket2Line"
1069
+ | "TicketFill"
1070
+ | "TicketLine"
1071
+ | "TrophyFill"
1072
+ | "TrophyLine"
1073
+ | "VipCrown2Fill"
1074
+ | "VipCrown2Line"
1075
+ | "VipCrownFill"
1076
+ | "VipCrownLine"
1077
+ | "VipDiamondFill"
1078
+ | "VipDiamondLine"
1079
+ | "VipFill"
1080
+ | "VipLine"
1081
+ | "Wallet2Fill"
1082
+ | "Wallet2Line"
1083
+ | "Wallet3Fill"
1084
+ | "Wallet3Line"
1085
+ | "WalletFill"
1086
+ | "WalletLine"
1087
+ | "WaterFlashFill"
1088
+ | "WaterFlashLine"
1089
+ | "CapsuleFill"
1090
+ | "CapsuleLine"
1091
+ | "DislikeFill"
1092
+ | "DislikeLine"
1093
+ | "DossierFill"
1094
+ | "DossierLine"
1095
+ | "EmpathizeFill"
1096
+ | "EmpathizeLine"
1097
+ | "FirstAidKitFill"
1098
+ | "FirstAidKitLine"
1099
+ | "FlaskFill"
1100
+ | "FlaskLine"
1101
+ | "HandSanitizerFill"
1102
+ | "HandSanitizerLine"
1103
+ | "HealthBookFill"
1104
+ | "HealthBookLine"
1105
+ | "Heart2Fill"
1106
+ | "Heart2Line"
1107
+ | "Heart3Fill"
1108
+ | "Heart3Line"
1109
+ | "HeartAddFill"
1110
+ | "HeartAddLine"
1111
+ | "HeartFill"
1112
+ | "HeartLine"
1113
+ | "HeartPulseFill"
1114
+ | "HeartPulseLine"
1115
+ | "HeartsFill"
1116
+ | "HeartsLine"
1117
+ | "InfraredThermometerFill"
1118
+ | "InfraredThermometerLine"
1119
+ | "LungsFill"
1120
+ | "LungsLine"
1121
+ | "MedicineBottleFill"
1122
+ | "MedicineBottleLine"
1123
+ | "MentalHealthFill"
1124
+ | "MentalHealthLine"
1125
+ | "MicroscopeFill"
1126
+ | "MicroscopeLine"
1127
+ | "NurseFill"
1128
+ | "NurseLine"
1129
+ | "PsychotherapyFill"
1130
+ | "PsychotherapyLine"
1131
+ | "PulseFill"
1132
+ | "PulseLine"
1133
+ | "RestTimeFill"
1134
+ | "RestTimeLine"
1135
+ | "StethoscopeFill"
1136
+ | "StethoscopeLine"
1137
+ | "SurgicalMaskFill"
1138
+ | "SurgicalMaskLine"
1139
+ | "SyringeFill"
1140
+ | "SyringeLine"
1141
+ | "TestTubeFill"
1142
+ | "TestTubeLine"
1143
+ | "ThermometerFill"
1144
+ | "ThermometerLine"
1145
+ | "VirusFill"
1146
+ | "VirusLine"
1147
+ | "ZzzFill"
1148
+ | "ZzzLine"
1149
+ | "AlipayFill"
1150
+ | "AlipayLine"
1151
+ | "AmazonFill"
1152
+ | "AmazonLine"
1153
+ | "AndroidFill"
1154
+ | "AndroidLine"
1155
+ | "AngularjsFill"
1156
+ | "AngularjsLine"
1157
+ | "AppStoreFill"
1158
+ | "AppStoreLine"
1159
+ | "AppleFill"
1160
+ | "AppleLine"
1161
+ | "BaiduFill"
1162
+ | "BaiduLine"
1163
+ | "BehanceFill"
1164
+ | "BehanceLine"
1165
+ | "BilibiliFill"
1166
+ | "BilibiliLine"
1167
+ | "CentosFill"
1168
+ | "CentosLine"
1169
+ | "ChromeFill"
1170
+ | "ChromeLine"
1171
+ | "CodepenFill"
1172
+ | "CodepenLine"
1173
+ | "CoreosFill"
1174
+ | "CoreosLine"
1175
+ | "DingdingFill"
1176
+ | "DingdingLine"
1177
+ | "DiscordFill"
1178
+ | "DiscordLine"
1179
+ | "DisqusFill"
1180
+ | "DisqusLine"
1181
+ | "DoubanFill"
1182
+ | "DoubanLine"
1183
+ | "DribbbleFill"
1184
+ | "DribbbleLine"
1185
+ | "DriveFill"
1186
+ | "DriveLine"
1187
+ | "DropboxFill"
1188
+ | "DropboxLine"
1189
+ | "EdgeFill"
1190
+ | "EdgeLine"
1191
+ | "EvernoteFill"
1192
+ | "EvernoteLine"
1193
+ | "FacebookBoxFill"
1194
+ | "FacebookBoxLine"
1195
+ | "FacebookCircleFill"
1196
+ | "FacebookCircleLine"
1197
+ | "FacebookFill"
1198
+ | "FacebookLine"
1199
+ | "FinderFill"
1200
+ | "FinderLine"
1201
+ | "FirefoxFill"
1202
+ | "FirefoxLine"
1203
+ | "FlutterFill"
1204
+ | "FlutterLine"
1205
+ | "GatsbyFill"
1206
+ | "GatsbyLine"
1207
+ | "GithubFill"
1208
+ | "GithubLine"
1209
+ | "GitlabFill"
1210
+ | "GitlabLine"
1211
+ | "GoogleFill"
1212
+ | "GoogleLine"
1213
+ | "GooglePlayFill"
1214
+ | "GooglePlayLine"
1215
+ | "HonorOfKingsFill"
1216
+ | "HonorOfKingsLine"
1217
+ | "IeFill"
1218
+ | "IeLine"
1219
+ | "InstagramFill"
1220
+ | "InstagramLine"
1221
+ | "InvisionFill"
1222
+ | "InvisionLine"
1223
+ | "KakaoTalkFill"
1224
+ | "KakaoTalkLine"
1225
+ | "LineFill"
1226
+ | "LineLine"
1227
+ | "LinkedinBoxFill"
1228
+ | "LinkedinBoxLine"
1229
+ | "LinkedinFill"
1230
+ | "LinkedinLine"
1231
+ | "MastercardFill"
1232
+ | "MastercardLine"
1233
+ | "MastodonFill"
1234
+ | "MastodonLine"
1235
+ | "MediumFill"
1236
+ | "MediumLine"
1237
+ | "MessengerFill"
1238
+ | "MessengerLine"
1239
+ | "MicrosoftFill"
1240
+ | "MicrosoftLine"
1241
+ | "MiniProgramFill"
1242
+ | "MiniProgramLine"
1243
+ | "NeteaseCloudMusicFill"
1244
+ | "NeteaseCloudMusicLine"
1245
+ | "NetflixFill"
1246
+ | "NetflixLine"
1247
+ | "NpmjsFill"
1248
+ | "NpmjsLine"
1249
+ | "OpenSourceFill"
1250
+ | "OpenSourceLine"
1251
+ | "OperaFill"
1252
+ | "OperaLine"
1253
+ | "PatreonFill"
1254
+ | "PatreonLine"
1255
+ | "PaypalFill"
1256
+ | "PaypalLine"
1257
+ | "PinterestFill"
1258
+ | "PinterestLine"
1259
+ | "PixelfedFill"
1260
+ | "PixelfedLine"
1261
+ | "PlaystationFill"
1262
+ | "PlaystationLine"
1263
+ | "ProductHuntFill"
1264
+ | "ProductHuntLine"
1265
+ | "QqFill"
1266
+ | "QqLine"
1267
+ | "ReactjsFill"
1268
+ | "ReactjsLine"
1269
+ | "RedditFill"
1270
+ | "RedditLine"
1271
+ | "RemixiconFill"
1272
+ | "RemixiconLine"
1273
+ | "SafariFill"
1274
+ | "SafariLine"
1275
+ | "SkypeFill"
1276
+ | "SkypeLine"
1277
+ | "SlackFill"
1278
+ | "SlackLine"
1279
+ | "SnapchatFill"
1280
+ | "SnapchatLine"
1281
+ | "SoundcloudFill"
1282
+ | "SoundcloudLine"
1283
+ | "SpectrumFill"
1284
+ | "SpectrumLine"
1285
+ | "SpotifyFill"
1286
+ | "SpotifyLine"
1287
+ | "StackOverflowFill"
1288
+ | "StackOverflowLine"
1289
+ | "StackshareFill"
1290
+ | "StackshareLine"
1291
+ | "SteamFill"
1292
+ | "SteamLine"
1293
+ | "SwitchFill"
1294
+ | "SwitchLine"
1295
+ | "TaobaoFill"
1296
+ | "TaobaoLine"
1297
+ | "TelegramFill"
1298
+ | "TelegramLine"
1299
+ | "TrelloFill"
1300
+ | "TrelloLine"
1301
+ | "TumblrFill"
1302
+ | "TumblrLine"
1303
+ | "TwitchFill"
1304
+ | "TwitchLine"
1305
+ | "TwitterFill"
1306
+ | "TwitterLine"
1307
+ | "UbuntuFill"
1308
+ | "UbuntuLine"
1309
+ | "UnsplashFill"
1310
+ | "UnsplashLine"
1311
+ | "VimeoFill"
1312
+ | "VimeoLine"
1313
+ | "VisaFill"
1314
+ | "VisaLine"
1315
+ | "VuejsFill"
1316
+ | "VuejsLine"
1317
+ | "Wechat2Fill"
1318
+ | "Wechat2Line"
1319
+ | "WechatFill"
1320
+ | "WechatLine"
1321
+ | "WechatPayFill"
1322
+ | "WechatPayLine"
1323
+ | "WeiboFill"
1324
+ | "WeiboLine"
1325
+ | "WhatsappFill"
1326
+ | "WhatsappLine"
1327
+ | "WindowsFill"
1328
+ | "WindowsLine"
1329
+ | "XboxFill"
1330
+ | "XboxLine"
1331
+ | "XingFill"
1332
+ | "XingLine"
1333
+ | "YoutubeFill"
1334
+ | "YoutubeLine"
1335
+ | "ZcoolFill"
1336
+ | "ZcoolLine"
1337
+ | "ZhihuFill"
1338
+ | "ZhihuLine"
1339
+ | "AnchorFill"
1340
+ | "AnchorLine"
1341
+ | "BarricadeFill"
1342
+ | "BarricadeLine"
1343
+ | "BikeFill"
1344
+ | "BikeLine"
1345
+ | "Bus2Fill"
1346
+ | "Bus2Line"
1347
+ | "BusFill"
1348
+ | "BusLine"
1349
+ | "BusWifiFill"
1350
+ | "BusWifiLine"
1351
+ | "CarFill"
1352
+ | "CarLine"
1353
+ | "CarWashingFill"
1354
+ | "CarWashingLine"
1355
+ | "CaravanFill"
1356
+ | "CaravanLine"
1357
+ | "ChargingPile2Fill"
1358
+ | "ChargingPile2Line"
1359
+ | "ChargingPileFill"
1360
+ | "ChargingPileLine"
1361
+ | "ChinaRailwayFill"
1362
+ | "ChinaRailwayLine"
1363
+ | "Compass2Fill"
1364
+ | "Compass2Line"
1365
+ | "Compass3Fill"
1366
+ | "Compass3Line"
1367
+ | "Compass4Fill"
1368
+ | "Compass4Line"
1369
+ | "CompassDiscoverFill"
1370
+ | "CompassDiscoverLine"
1371
+ | "CompassFill"
1372
+ | "CompassLine"
1373
+ | "CupFill"
1374
+ | "CupLine"
1375
+ | "DirectionFill"
1376
+ | "DirectionLine"
1377
+ | "EBike2Fill"
1378
+ | "EBike2Line"
1379
+ | "EBikeFill"
1380
+ | "EBikeLine"
1381
+ | "EarthFill"
1382
+ | "EarthLine"
1383
+ | "FlightLandFill"
1384
+ | "FlightLandLine"
1385
+ | "FlightTakeoffFill"
1386
+ | "FlightTakeoffLine"
1387
+ | "FootprintFill"
1388
+ | "FootprintLine"
1389
+ | "GasStationFill"
1390
+ | "GasStationLine"
1391
+ | "GlobeFill"
1392
+ | "GlobeLine"
1393
+ | "GobletFill"
1394
+ | "GobletLine"
1395
+ | "GuideFill"
1396
+ | "GuideLine"
1397
+ | "HotelBedFill"
1398
+ | "HotelBedLine"
1399
+ | "LifebuoyFill"
1400
+ | "LifebuoyLine"
1401
+ | "LuggageCartFill"
1402
+ | "LuggageCartLine"
1403
+ | "LuggageDepositFill"
1404
+ | "LuggageDepositLine"
1405
+ | "Map2Fill"
1406
+ | "Map2Line"
1407
+ | "MapFill"
1408
+ | "MapLine"
1409
+ | "MapPin2Fill"
1410
+ | "MapPin2Line"
1411
+ | "MapPin3Fill"
1412
+ | "MapPin3Line"
1413
+ | "MapPin4Fill"
1414
+ | "MapPin4Line"
1415
+ | "MapPin5Fill"
1416
+ | "MapPin5Line"
1417
+ | "MapPinAddFill"
1418
+ | "MapPinAddLine"
1419
+ | "MapPinFill"
1420
+ | "MapPinLine"
1421
+ | "MapPinRangeFill"
1422
+ | "MapPinRangeLine"
1423
+ | "MapPinTimeFill"
1424
+ | "MapPinTimeLine"
1425
+ | "MapPinUserFill"
1426
+ | "MapPinUserLine"
1427
+ | "MotorbikeFill"
1428
+ | "MotorbikeLine"
1429
+ | "NavigationFill"
1430
+ | "NavigationLine"
1431
+ | "OilFill"
1432
+ | "OilLine"
1433
+ | "ParkingBoxFill"
1434
+ | "ParkingBoxLine"
1435
+ | "ParkingFill"
1436
+ | "ParkingLine"
1437
+ | "PassportFill"
1438
+ | "PassportLine"
1439
+ | "PinDistanceFill"
1440
+ | "PinDistanceLine"
1441
+ | "PlaneFill"
1442
+ | "PlaneLine"
1443
+ | "PoliceCarFill"
1444
+ | "PoliceCarLine"
1445
+ | "Pushpin2Fill"
1446
+ | "Pushpin2Line"
1447
+ | "PushpinFill"
1448
+ | "PushpinLine"
1449
+ | "Restaurant2Fill"
1450
+ | "Restaurant2Line"
1451
+ | "RestaurantFill"
1452
+ | "RestaurantLine"
1453
+ | "RidingFill"
1454
+ | "RidingLine"
1455
+ | "RoadMapFill"
1456
+ | "RoadMapLine"
1457
+ | "RoadsterFill"
1458
+ | "RoadsterLine"
1459
+ | "Rocket2Fill"
1460
+ | "Rocket2Line"
1461
+ | "RocketFill"
1462
+ | "RocketLine"
1463
+ | "RouteFill"
1464
+ | "RouteLine"
1465
+ | "RunFill"
1466
+ | "RunLine"
1467
+ | "SailboatFill"
1468
+ | "SailboatLine"
1469
+ | "Ship2Fill"
1470
+ | "Ship2Line"
1471
+ | "ShipFill"
1472
+ | "ShipLine"
1473
+ | "SignalTowerFill"
1474
+ | "SignalTowerLine"
1475
+ | "SpaceShipFill"
1476
+ | "SpaceShipLine"
1477
+ | "Steering2Fill"
1478
+ | "Steering2Line"
1479
+ | "SteeringFill"
1480
+ | "SteeringLine"
1481
+ | "SubwayFill"
1482
+ | "SubwayLine"
1483
+ | "SubwayWifiFill"
1484
+ | "SubwayWifiLine"
1485
+ | "Suitcase2Fill"
1486
+ | "Suitcase2Line"
1487
+ | "Suitcase3Fill"
1488
+ | "Suitcase3Line"
1489
+ | "SuitcaseFill"
1490
+ | "SuitcaseLine"
1491
+ | "TakeawayFill"
1492
+ | "TakeawayLine"
1493
+ | "TaxiFill"
1494
+ | "TaxiLine"
1495
+ | "TaxiWifiFill"
1496
+ | "TaxiWifiLine"
1497
+ | "TrafficLightFill"
1498
+ | "TrafficLightLine"
1499
+ | "TrainFill"
1500
+ | "TrainLine"
1501
+ | "TrainWifiFill"
1502
+ | "TrainWifiLine"
1503
+ | "TreasureMapFill"
1504
+ | "TreasureMapLine"
1505
+ | "TruckFill"
1506
+ | "TruckLine"
1507
+ | "WalkFill"
1508
+ | "WalkLine"
1509
+ | "4KFill"
1510
+ | "4KLine"
1511
+ | "AlbumFill"
1512
+ | "AlbumLine"
1513
+ | "AspectRatioFill"
1514
+ | "AspectRatioLine"
1515
+ | "BroadcastFill"
1516
+ | "BroadcastLine"
1517
+ | "Camera2Fill"
1518
+ | "Camera2Line"
1519
+ | "Camera3Fill"
1520
+ | "Camera3Line"
1521
+ | "CameraFill"
1522
+ | "CameraLensFill"
1523
+ | "CameraLensLine"
1524
+ | "CameraLine"
1525
+ | "CameraOffFill"
1526
+ | "CameraOffLine"
1527
+ | "CameraSwitchFill"
1528
+ | "CameraSwitchLine"
1529
+ | "ClapperboardFill"
1530
+ | "ClapperboardLine"
1531
+ | "ClosedCaptioningFill"
1532
+ | "ClosedCaptioningLine"
1533
+ | "DiscFill"
1534
+ | "DiscLine"
1535
+ | "DvFill"
1536
+ | "DvLine"
1537
+ | "DvdFill"
1538
+ | "DvdLine"
1539
+ | "EjectFill"
1540
+ | "EjectLine"
1541
+ | "EqualizerFill"
1542
+ | "EqualizerLine"
1543
+ | "FilmFill"
1544
+ | "FilmLine"
1545
+ | "FullscreenExitFill"
1546
+ | "FullscreenExitLine"
1547
+ | "FullscreenFill"
1548
+ | "FullscreenLine"
1549
+ | "GalleryFill"
1550
+ | "GalleryLine"
1551
+ | "GalleryUploadFill"
1552
+ | "GalleryUploadLine"
1553
+ | "HdFill"
1554
+ | "HdLine"
1555
+ | "HeadphoneFill"
1556
+ | "HeadphoneLine"
1557
+ | "HqFill"
1558
+ | "HqLine"
1559
+ | "Image2Fill"
1560
+ | "Image2Line"
1561
+ | "ImageAddFill"
1562
+ | "ImageAddLine"
1563
+ | "ImageEditFill"
1564
+ | "ImageEditLine"
1565
+ | "ImageFill"
1566
+ | "ImageLine"
1567
+ | "LandscapeFill"
1568
+ | "LandscapeLine"
1569
+ | "LiveFill"
1570
+ | "LiveLine"
1571
+ | "Mic2Fill"
1572
+ | "Mic2Line"
1573
+ | "MicFill"
1574
+ | "MicLine"
1575
+ | "MicOffFill"
1576
+ | "MicOffLine"
1577
+ | "Movie2Fill"
1578
+ | "Movie2Line"
1579
+ | "MovieFill"
1580
+ | "MovieLine"
1581
+ | "Music2Fill"
1582
+ | "Music2Line"
1583
+ | "MusicFill"
1584
+ | "MusicLine"
1585
+ | "MvFill"
1586
+ | "MvLine"
1587
+ | "Notification2Fill"
1588
+ | "Notification2Line"
1589
+ | "Notification3Fill"
1590
+ | "Notification3Line"
1591
+ | "Notification4Fill"
1592
+ | "Notification4Line"
1593
+ | "NotificationFill"
1594
+ | "NotificationLine"
1595
+ | "NotificationOffFill"
1596
+ | "NotificationOffLine"
1597
+ | "OrderPlayFill"
1598
+ | "OrderPlayLine"
1599
+ | "PauseCircleFill"
1600
+ | "PauseCircleLine"
1601
+ | "PauseFill"
1602
+ | "PauseLine"
1603
+ | "PauseMiniFill"
1604
+ | "PauseMiniLine"
1605
+ | "PhoneCameraFill"
1606
+ | "PhoneCameraLine"
1607
+ | "PictureInPicture2Fill"
1608
+ | "PictureInPicture2Line"
1609
+ | "PictureInPictureExitFill"
1610
+ | "PictureInPictureExitLine"
1611
+ | "PictureInPictureFill"
1612
+ | "PictureInPictureLine"
1613
+ | "PlayCircleFill"
1614
+ | "PlayCircleLine"
1615
+ | "PlayFill"
1616
+ | "PlayLine"
1617
+ | "PlayList2Fill"
1618
+ | "PlayList2Line"
1619
+ | "PlayListAddFill"
1620
+ | "PlayListAddLine"
1621
+ | "PlayListFill"
1622
+ | "PlayListLine"
1623
+ | "PlayMiniFill"
1624
+ | "PlayMiniLine"
1625
+ | "Polaroid2Fill"
1626
+ | "Polaroid2Line"
1627
+ | "PolaroidFill"
1628
+ | "PolaroidLine"
1629
+ | "Radio2Fill"
1630
+ | "Radio2Line"
1631
+ | "RadioFill"
1632
+ | "RadioLine"
1633
+ | "RecordCircleFill"
1634
+ | "RecordCircleLine"
1635
+ | "Repeat2Fill"
1636
+ | "Repeat2Line"
1637
+ | "RepeatFill"
1638
+ | "RepeatLine"
1639
+ | "RepeatOneFill"
1640
+ | "RepeatOneLine"
1641
+ | "RewindFill"
1642
+ | "RewindLine"
1643
+ | "RewindMiniFill"
1644
+ | "RewindMiniLine"
1645
+ | "RhythmFill"
1646
+ | "RhythmLine"
1647
+ | "ShuffleFill"
1648
+ | "ShuffleLine"
1649
+ | "SkipBackFill"
1650
+ | "SkipBackLine"
1651
+ | "SkipBackMiniFill"
1652
+ | "SkipBackMiniLine"
1653
+ | "SkipForwardFill"
1654
+ | "SkipForwardLine"
1655
+ | "SkipForwardMiniFill"
1656
+ | "SkipForwardMiniLine"
1657
+ | "SoundModuleFill"
1658
+ | "SoundModuleLine"
1659
+ | "Speaker2Fill"
1660
+ | "Speaker2Line"
1661
+ | "Speaker3Fill"
1662
+ | "Speaker3Line"
1663
+ | "SpeakerFill"
1664
+ | "SpeakerLine"
1665
+ | "SpeedFill"
1666
+ | "SpeedLine"
1667
+ | "SpeedMiniFill"
1668
+ | "SpeedMiniLine"
1669
+ | "StopCircleFill"
1670
+ | "StopCircleLine"
1671
+ | "StopFill"
1672
+ | "StopLine"
1673
+ | "StopMiniFill"
1674
+ | "StopMiniLine"
1675
+ | "SurroundSoundFill"
1676
+ | "SurroundSoundLine"
1677
+ | "TapeFill"
1678
+ | "TapeLine"
1679
+ | "VideoAddFill"
1680
+ | "VideoAddLine"
1681
+ | "VideoDownloadFill"
1682
+ | "VideoDownloadLine"
1683
+ | "VideoFill"
1684
+ | "VideoLine"
1685
+ | "VideoUploadFill"
1686
+ | "VideoUploadLine"
1687
+ | "Vidicon2Fill"
1688
+ | "Vidicon2Line"
1689
+ | "VidiconFill"
1690
+ | "VidiconLine"
1691
+ | "VoiceprintFill"
1692
+ | "VoiceprintLine"
1693
+ | "VolumeDownFill"
1694
+ | "VolumeDownLine"
1695
+ | "VolumeMuteFill"
1696
+ | "VolumeMuteLine"
1697
+ | "VolumeOffVibrateFill"
1698
+ | "VolumeOffVibrateLine"
1699
+ | "VolumeUpFill"
1700
+ | "VolumeUpLine"
1701
+ | "VolumeVibrateFill"
1702
+ | "VolumeVibrateLine"
1703
+ | "WebcamFill"
1704
+ | "WebcamLine"
1705
+ | "BasketballFill"
1706
+ | "BasketballLine"
1707
+ | "BellFill"
1708
+ | "BellLine"
1709
+ | "BilliardsFill"
1710
+ | "BilliardsLine"
1711
+ | "BoxingFill"
1712
+ | "BoxingLine"
1713
+ | "CactusFill"
1714
+ | "CactusLine"
1715
+ | "Cake2Fill"
1716
+ | "Cake2Line"
1717
+ | "Cake3Fill"
1718
+ | "Cake3Line"
1719
+ | "CakeFill"
1720
+ | "CakeLine"
1721
+ | "CharacterRecognitionFill"
1722
+ | "CharacterRecognitionLine"
1723
+ | "DoorClosedFill"
1724
+ | "DoorClosedLine"
1725
+ | "DoorFill"
1726
+ | "DoorLine"
1727
+ | "DoorLockBoxFill"
1728
+ | "DoorLockBoxLine"
1729
+ | "DoorLockFill"
1730
+ | "DoorLockLine"
1731
+ | "DoorOpenFill"
1732
+ | "DoorOpenLine"
1733
+ | "FootballFill"
1734
+ | "FootballLine"
1735
+ | "FridgeFill"
1736
+ | "FridgeLine"
1737
+ | "GameFill"
1738
+ | "GameLine"
1739
+ | "HandbagFill"
1740
+ | "HandbagLine"
1741
+ | "Key2Fill"
1742
+ | "Key2Line"
1743
+ | "KeyFill"
1744
+ | "KeyLine"
1745
+ | "KnifeBloodFill"
1746
+ | "KnifeBloodLine"
1747
+ | "KnifeFill"
1748
+ | "KnifeLine"
1749
+ | "LeafFill"
1750
+ | "LeafLine"
1751
+ | "LightbulbFill"
1752
+ | "LightbulbFlashFill"
1753
+ | "LightbulbFlashLine"
1754
+ | "LightbulbLine"
1755
+ | "Outlet2Fill"
1756
+ | "Outlet2Line"
1757
+ | "OutletFill"
1758
+ | "OutletLine"
1759
+ | "PingPongFill"
1760
+ | "PingPongLine"
1761
+ | "PlantFill"
1762
+ | "PlantLine"
1763
+ | "Plug2Fill"
1764
+ | "Plug2Line"
1765
+ | "PlugFill"
1766
+ | "PlugLine"
1767
+ | "RecycleFill"
1768
+ | "RecycleLine"
1769
+ | "ReservedFill"
1770
+ | "ReservedLine"
1771
+ | "Scales2Fill"
1772
+ | "Scales2Line"
1773
+ | "Scales3Fill"
1774
+ | "Scales3Line"
1775
+ | "ScalesFill"
1776
+ | "ScalesLine"
1777
+ | "SeedlingFill"
1778
+ | "SeedlingLine"
1779
+ | "ShirtFill"
1780
+ | "ShirtLine"
1781
+ | "SwordFill"
1782
+ | "SwordLine"
1783
+ | "TShirt2Fill"
1784
+ | "TShirt2Line"
1785
+ | "TShirtAirFill"
1786
+ | "TShirtAirLine"
1787
+ | "TShirtFill"
1788
+ | "TShirtLine"
1789
+ | "UmbrellaFill"
1790
+ | "UmbrellaLine"
1791
+ | "VoiceRecognitionFill"
1792
+ | "VoiceRecognitionLine"
1793
+ | "WheelchairFill"
1794
+ | "WheelchairLine"
1795
+ | "AddBoxFill"
1796
+ | "AddBoxLine"
1797
+ | "AddCircleFill"
1798
+ | "AddCircleLine"
1799
+ | "AddFill"
1800
+ | "AddLine"
1801
+ | "AlarmFill"
1802
+ | "AlarmLine"
1803
+ | "AlarmWarningFill"
1804
+ | "AlarmWarningLine"
1805
+ | "AlertFill"
1806
+ | "AlertLine"
1807
+ | "Apps2Fill"
1808
+ | "Apps2Line"
1809
+ | "AppsFill"
1810
+ | "AppsLine"
1811
+ | "ArrowDownCircleFill"
1812
+ | "ArrowDownCircleLine"
1813
+ | "ArrowDownFill"
1814
+ | "ArrowDownLine"
1815
+ | "ArrowDownSFill"
1816
+ | "ArrowDownSLine"
1817
+ | "ArrowDropDownFill"
1818
+ | "ArrowDropDownLine"
1819
+ | "ArrowDropLeftFill"
1820
+ | "ArrowDropLeftLine"
1821
+ | "ArrowDropRightFill"
1822
+ | "ArrowDropRightLine"
1823
+ | "ArrowDropUpFill"
1824
+ | "ArrowDropUpLine"
1825
+ | "ArrowGoBackFill"
1826
+ | "ArrowGoBackLine"
1827
+ | "ArrowGoForwardFill"
1828
+ | "ArrowGoForwardLine"
1829
+ | "ArrowLeftCircleFill"
1830
+ | "ArrowLeftCircleLine"
1831
+ | "ArrowLeftDownFill"
1832
+ | "ArrowLeftDownLine"
1833
+ | "ArrowLeftFill"
1834
+ | "ArrowLeftLine"
1835
+ | "ArrowLeftRightFill"
1836
+ | "ArrowLeftRightLine"
1837
+ | "ArrowLeftSFill"
1838
+ | "ArrowLeftSLine"
1839
+ | "ArrowLeftUpFill"
1840
+ | "ArrowLeftUpLine"
1841
+ | "ArrowRightCircleFill"
1842
+ | "ArrowRightCircleLine"
1843
+ | "ArrowRightDownFill"
1844
+ | "ArrowRightDownLine"
1845
+ | "ArrowRightFill"
1846
+ | "ArrowRightLine"
1847
+ | "ArrowRightSFill"
1848
+ | "ArrowRightSLine"
1849
+ | "ArrowRightUpFill"
1850
+ | "ArrowRightUpLine"
1851
+ | "ArrowUpCircleFill"
1852
+ | "ArrowUpCircleLine"
1853
+ | "ArrowUpDownFill"
1854
+ | "ArrowUpDownLine"
1855
+ | "ArrowUpFill"
1856
+ | "ArrowUpLine"
1857
+ | "ArrowUpSFill"
1858
+ | "ArrowUpSLine"
1859
+ | "CheckDoubleFill"
1860
+ | "CheckDoubleLine"
1861
+ | "CheckFill"
1862
+ | "CheckLine"
1863
+ | "CheckboxBlankCircleFill"
1864
+ | "CheckboxBlankCircleLine"
1865
+ | "CheckboxBlankFill"
1866
+ | "CheckboxBlankLine"
1867
+ | "CheckboxCircleFill"
1868
+ | "CheckboxCircleLine"
1869
+ | "CheckboxFill"
1870
+ | "CheckboxIndeterminateFill"
1871
+ | "CheckboxIndeterminateLine"
1872
+ | "CheckboxLine"
1873
+ | "CheckboxMultipleBlankFill"
1874
+ | "CheckboxMultipleBlankLine"
1875
+ | "CheckboxMultipleFill"
1876
+ | "CheckboxMultipleLine"
1877
+ | "CloseCircleFill"
1878
+ | "CloseCircleLine"
1879
+ | "CloseFill"
1880
+ | "CloseLine"
1881
+ | "DashboardFill"
1882
+ | "DashboardLine"
1883
+ | "DeleteBack2Fill"
1884
+ | "DeleteBack2Line"
1885
+ | "DeleteBackFill"
1886
+ | "DeleteBackLine"
1887
+ | "DeleteBin2Fill"
1888
+ | "DeleteBin2Line"
1889
+ | "DeleteBin3Fill"
1890
+ | "DeleteBin3Line"
1891
+ | "DeleteBin4Fill"
1892
+ | "DeleteBin4Line"
1893
+ | "DeleteBin5Fill"
1894
+ | "DeleteBin5Line"
1895
+ | "DeleteBin6Fill"
1896
+ | "DeleteBin6Line"
1897
+ | "DeleteBin7Fill"
1898
+ | "DeleteBin7Line"
1899
+ | "DeleteBinFill"
1900
+ | "DeleteBinLine"
1901
+ | "DivideFill"
1902
+ | "DivideLine"
1903
+ | "Download2Fill"
1904
+ | "Download2Line"
1905
+ | "DownloadCloud2Fill"
1906
+ | "DownloadCloud2Line"
1907
+ | "DownloadCloudFill"
1908
+ | "DownloadCloudLine"
1909
+ | "DownloadFill"
1910
+ | "DownloadLine"
1911
+ | "ErrorWarningFill"
1912
+ | "ErrorWarningLine"
1913
+ | "ExternalLinkFill"
1914
+ | "ExternalLinkLine"
1915
+ | "Eye2Fill"
1916
+ | "Eye2Line"
1917
+ | "EyeCloseFill"
1918
+ | "EyeCloseLine"
1919
+ | "EyeFill"
1920
+ | "EyeLine"
1921
+ | "EyeOffFill"
1922
+ | "EyeOffLine"
1923
+ | "Filter2Fill"
1924
+ | "Filter2Line"
1925
+ | "Filter3Fill"
1926
+ | "Filter3Line"
1927
+ | "FilterFill"
1928
+ | "FilterLine"
1929
+ | "FilterOffFill"
1930
+ | "FilterOffLine"
1931
+ | "FindReplaceFill"
1932
+ | "FindReplaceLine"
1933
+ | "Forbid2Fill"
1934
+ | "Forbid2Line"
1935
+ | "ForbidFill"
1936
+ | "ForbidLine"
1937
+ | "FunctionFill"
1938
+ | "FunctionLine"
1939
+ | "HistoryFill"
1940
+ | "HistoryLine"
1941
+ | "IndeterminateCircleFill"
1942
+ | "IndeterminateCircleLine"
1943
+ | "InformationFill"
1944
+ | "InformationLine"
1945
+ | "ListSettingsFill"
1946
+ | "ListSettingsLine"
1947
+ | "Loader2Fill"
1948
+ | "Loader2Line"
1949
+ | "Loader3Fill"
1950
+ | "Loader3Line"
1951
+ | "Loader4Fill"
1952
+ | "Loader4Line"
1953
+ | "Loader5Fill"
1954
+ | "Loader5Line"
1955
+ | "LoaderFill"
1956
+ | "LoaderLine"
1957
+ | "Lock2Fill"
1958
+ | "Lock2Line"
1959
+ | "LockFill"
1960
+ | "LockLine"
1961
+ | "LockPasswordFill"
1962
+ | "LockPasswordLine"
1963
+ | "LockUnlockFill"
1964
+ | "LockUnlockLine"
1965
+ | "LoginBoxFill"
1966
+ | "LoginBoxLine"
1967
+ | "LoginCircleFill"
1968
+ | "LoginCircleLine"
1969
+ | "LogoutBoxFill"
1970
+ | "LogoutBoxLine"
1971
+ | "LogoutBoxRFill"
1972
+ | "LogoutBoxRLine"
1973
+ | "LogoutCircleFill"
1974
+ | "LogoutCircleLine"
1975
+ | "LogoutCircleRFill"
1976
+ | "LogoutCircleRLine"
1977
+ | "Menu2Fill"
1978
+ | "Menu2Line"
1979
+ | "Menu3Fill"
1980
+ | "Menu3Line"
1981
+ | "Menu4Fill"
1982
+ | "Menu4Line"
1983
+ | "Menu5Fill"
1984
+ | "Menu5Line"
1985
+ | "MenuAddFill"
1986
+ | "MenuAddLine"
1987
+ | "MenuFill"
1988
+ | "MenuFoldFill"
1989
+ | "MenuFoldLine"
1990
+ | "MenuLine"
1991
+ | "MenuUnfoldFill"
1992
+ | "MenuUnfoldLine"
1993
+ | "More2Fill"
1994
+ | "More2Line"
1995
+ | "MoreFill"
1996
+ | "MoreLine"
1997
+ | "NotificationBadgeFill"
1998
+ | "NotificationBadgeLine"
1999
+ | "QuestionFill"
2000
+ | "QuestionLine"
2001
+ | "RadioButtonFill"
2002
+ | "RadioButtonLine"
2003
+ | "RefreshFill"
2004
+ | "RefreshLine"
2005
+ | "Search2Fill"
2006
+ | "Search2Line"
2007
+ | "SearchEyeFill"
2008
+ | "SearchEyeLine"
2009
+ | "SearchFill"
2010
+ | "SearchLine"
2011
+ | "Settings2Fill"
2012
+ | "Settings2Line"
2013
+ | "Settings3Fill"
2014
+ | "Settings3Line"
2015
+ | "Settings4Fill"
2016
+ | "Settings4Line"
2017
+ | "Settings5Fill"
2018
+ | "Settings5Line"
2019
+ | "Settings6Fill"
2020
+ | "Settings6Line"
2021
+ | "SettingsFill"
2022
+ | "SettingsLine"
2023
+ | "ShareBoxFill"
2024
+ | "ShareBoxLine"
2025
+ | "ShareCircleFill"
2026
+ | "ShareCircleLine"
2027
+ | "ShareFill"
2028
+ | "ShareForward2Fill"
2029
+ | "ShareForward2Line"
2030
+ | "ShareForwardBoxFill"
2031
+ | "ShareForwardBoxLine"
2032
+ | "ShareForwardFill"
2033
+ | "ShareForwardLine"
2034
+ | "ShareLine"
2035
+ | "ShieldCheckFill"
2036
+ | "ShieldCheckLine"
2037
+ | "ShieldCrossFill"
2038
+ | "ShieldCrossLine"
2039
+ | "ShieldFill"
2040
+ | "ShieldFlashFill"
2041
+ | "ShieldFlashLine"
2042
+ | "ShieldKeyholeFill"
2043
+ | "ShieldKeyholeLine"
2044
+ | "ShieldLine"
2045
+ | "ShieldStarFill"
2046
+ | "ShieldStarLine"
2047
+ | "ShieldUserFill"
2048
+ | "ShieldUserLine"
2049
+ | "SideBarFill"
2050
+ | "SideBarLine"
2051
+ | "Spam2Fill"
2052
+ | "Spam2Line"
2053
+ | "Spam3Fill"
2054
+ | "Spam3Line"
2055
+ | "SpamFill"
2056
+ | "SpamLine"
2057
+ | "StarFill"
2058
+ | "StarHalfFill"
2059
+ | "StarHalfLine"
2060
+ | "StarHalfSFill"
2061
+ | "StarHalfSLine"
2062
+ | "StarLine"
2063
+ | "StarSFill"
2064
+ | "StarSLine"
2065
+ | "SubtractFill"
2066
+ | "SubtractLine"
2067
+ | "ThumbDownFill"
2068
+ | "ThumbDownLine"
2069
+ | "ThumbUpFill"
2070
+ | "ThumbUpLine"
2071
+ | "TimeFill"
2072
+ | "TimeLine"
2073
+ | "Timer2Fill"
2074
+ | "Timer2Line"
2075
+ | "TimerFill"
2076
+ | "TimerFlashFill"
2077
+ | "TimerFlashLine"
2078
+ | "TimerLine"
2079
+ | "ToggleFill"
2080
+ | "ToggleLine"
2081
+ | "Upload2Fill"
2082
+ | "Upload2Line"
2083
+ | "UploadCloud2Fill"
2084
+ | "UploadCloud2Line"
2085
+ | "UploadCloudFill"
2086
+ | "UploadCloudLine"
2087
+ | "UploadFill"
2088
+ | "UploadLine"
2089
+ | "ZoomInFill"
2090
+ | "ZoomInLine"
2091
+ | "ZoomOutFill"
2092
+ | "ZoomOutLine"
2093
+ | "AccountBoxFill"
2094
+ | "AccountBoxLine"
2095
+ | "AccountCircleFill"
2096
+ | "AccountCircleLine"
2097
+ | "AccountPinBoxFill"
2098
+ | "AccountPinBoxLine"
2099
+ | "AccountPinCircleFill"
2100
+ | "AccountPinCircleLine"
2101
+ | "AdminFill"
2102
+ | "AdminLine"
2103
+ | "AliensFill"
2104
+ | "AliensLine"
2105
+ | "BearSmileFill"
2106
+ | "BearSmileLine"
2107
+ | "BodyScanFill"
2108
+ | "BodyScanLine"
2109
+ | "ContactsFill"
2110
+ | "ContactsLine"
2111
+ | "CriminalFill"
2112
+ | "CriminalLine"
2113
+ | "Emotion2Fill"
2114
+ | "Emotion2Line"
2115
+ | "EmotionFill"
2116
+ | "EmotionHappyFill"
2117
+ | "EmotionHappyLine"
2118
+ | "EmotionLaughFill"
2119
+ | "EmotionLaughLine"
2120
+ | "EmotionLine"
2121
+ | "EmotionNormalFill"
2122
+ | "EmotionNormalLine"
2123
+ | "EmotionSadFill"
2124
+ | "EmotionSadLine"
2125
+ | "EmotionUnhappyFill"
2126
+ | "EmotionUnhappyLine"
2127
+ | "GenderlessFill"
2128
+ | "GenderlessLine"
2129
+ | "Ghost2Fill"
2130
+ | "Ghost2Line"
2131
+ | "GhostFill"
2132
+ | "GhostLine"
2133
+ | "GhostSmileFill"
2134
+ | "GhostSmileLine"
2135
+ | "Group2Fill"
2136
+ | "Group2Line"
2137
+ | "GroupFill"
2138
+ | "GroupLine"
2139
+ | "MenFill"
2140
+ | "MenLine"
2141
+ | "MickeyFill"
2142
+ | "MickeyLine"
2143
+ | "OpenArmFill"
2144
+ | "OpenArmLine"
2145
+ | "ParentFill"
2146
+ | "ParentLine"
2147
+ | "RobotFill"
2148
+ | "RobotLine"
2149
+ | "Skull2Fill"
2150
+ | "Skull2Line"
2151
+ | "SkullFill"
2152
+ | "SkullLine"
2153
+ | "SpyFill"
2154
+ | "SpyLine"
2155
+ | "StarSmileFill"
2156
+ | "StarSmileLine"
2157
+ | "TeamFill"
2158
+ | "TeamLine"
2159
+ | "TravestiFill"
2160
+ | "TravestiLine"
2161
+ | "User2Fill"
2162
+ | "User2Line"
2163
+ | "User3Fill"
2164
+ | "User3Line"
2165
+ | "User4Fill"
2166
+ | "User4Line"
2167
+ | "User5Fill"
2168
+ | "User5Line"
2169
+ | "User6Fill"
2170
+ | "User6Line"
2171
+ | "UserAddFill"
2172
+ | "UserAddLine"
2173
+ | "UserFill"
2174
+ | "UserFollowFill"
2175
+ | "UserFollowLine"
2176
+ | "UserHeartFill"
2177
+ | "UserHeartLine"
2178
+ | "UserLine"
2179
+ | "UserLocationFill"
2180
+ | "UserLocationLine"
2181
+ | "UserReceived2Fill"
2182
+ | "UserReceived2Line"
2183
+ | "UserReceivedFill"
2184
+ | "UserReceivedLine"
2185
+ | "UserSearchFill"
2186
+ | "UserSearchLine"
2187
+ | "UserSettingsFill"
2188
+ | "UserSettingsLine"
2189
+ | "UserShared2Fill"
2190
+ | "UserShared2Line"
2191
+ | "UserSharedFill"
2192
+ | "UserSharedLine"
2193
+ | "UserSmileFill"
2194
+ | "UserSmileLine"
2195
+ | "UserStarFill"
2196
+ | "UserStarLine"
2197
+ | "UserUnfollowFill"
2198
+ | "UserUnfollowLine"
2199
+ | "UserVoiceFill"
2200
+ | "UserVoiceLine"
2201
+ | "WomenFill"
2202
+ | "WomenLine"
2203
+ | "BlazeFill"
2204
+ | "BlazeLine"
2205
+ | "CelsiusFill"
2206
+ | "CelsiusLine"
2207
+ | "CloudWindyFill"
2208
+ | "CloudWindyLine"
2209
+ | "Cloudy2Fill"
2210
+ | "Cloudy2Line"
2211
+ | "CloudyFill"
2212
+ | "CloudyLine"
2213
+ | "DrizzleFill"
2214
+ | "DrizzleLine"
2215
+ | "EarthquakeFill"
2216
+ | "EarthquakeLine"
2217
+ | "FahrenheitFill"
2218
+ | "FahrenheitLine"
2219
+ | "FireFill"
2220
+ | "FireLine"
2221
+ | "FlashlightFill"
2222
+ | "FlashlightLine"
2223
+ | "FloodFill"
2224
+ | "FloodLine"
2225
+ | "FoggyFill"
2226
+ | "FoggyLine"
2227
+ | "HailFill"
2228
+ | "HailLine"
2229
+ | "Haze2Fill"
2230
+ | "Haze2Line"
2231
+ | "HazeFill"
2232
+ | "HazeLine"
2233
+ | "HeavyShowersFill"
2234
+ | "HeavyShowersLine"
2235
+ | "MeteorFill"
2236
+ | "MeteorLine"
2237
+ | "MistFill"
2238
+ | "MistLine"
2239
+ | "MoonClearFill"
2240
+ | "MoonClearLine"
2241
+ | "MoonCloudyFill"
2242
+ | "MoonCloudyLine"
2243
+ | "MoonFill"
2244
+ | "MoonFoggyFill"
2245
+ | "MoonFoggyLine"
2246
+ | "MoonLine"
2247
+ | "RainbowFill"
2248
+ | "RainbowLine"
2249
+ | "RainyFill"
2250
+ | "RainyLine"
2251
+ | "ShowersFill"
2252
+ | "ShowersLine"
2253
+ | "SnowyFill"
2254
+ | "SnowyLine"
2255
+ | "SunCloudyFill"
2256
+ | "SunCloudyLine"
2257
+ | "SunFill"
2258
+ | "SunFoggyFill"
2259
+ | "SunFoggyLine"
2260
+ | "SunLine"
2261
+ | "TempColdFill"
2262
+ | "TempColdLine"
2263
+ | "TempHotFill"
2264
+ | "TempHotLine"
2265
+ | "ThunderstormsFill"
2266
+ | "ThunderstormsLine"
2267
+ | "TornadoFill"
2268
+ | "TornadoLine"
2269
+ | "TyphoonFill"
2270
+ | "TyphoonLine"
2271
+ | "WindyFill"
2272
+ | "WindyLine";