@qoretechnologies/reqore 0.44.0 → 0.45.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 (222) hide show
  1. package/package.json +1 -1
  2. package/tests.json +1 -1
  3. package/.eslintrc.js +0 -40
  4. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
  5. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  6. package/.github/ISSUE_TEMPLATE/new-component.md +0 -20
  7. package/.github/ISSUE_TEMPLATE/visual-bug-report.md +0 -38
  8. package/.github/workflows/beta_release.yml +0 -100
  9. package/.github/workflows/tests.yml +0 -84
  10. package/.gitpod.yml +0 -11
  11. package/.jest-test-results.json +0 -1
  12. package/.prettierrc +0 -7
  13. package/.vscode/settings.json +0 -0
  14. package/__tests__/breadcrumbs.test.tsx +0 -75
  15. package/__tests__/button.test.tsx +0 -218
  16. package/__tests__/checkbox.test.tsx +0 -45
  17. package/__tests__/collection.test.tsx +0 -243
  18. package/__tests__/containers/paging.test.tsx +0 -138
  19. package/__tests__/control_group.test.tsx +0 -32
  20. package/__tests__/drawer.test.tsx +0 -140
  21. package/__tests__/dropdown.test.tsx +0 -381
  22. package/__tests__/effect.test.tsx +0 -70
  23. package/__tests__/heading.test.tsx +0 -58
  24. package/__tests__/helpers/colors.test.tsx +0 -18
  25. package/__tests__/helpers/table.test.tsx +0 -67
  26. package/__tests__/hooks/useLatestZIndex.test.tsx +0 -10
  27. package/__tests__/hooks/useReqorePaging.test.tsx +0 -271
  28. package/__tests__/hooks/useTheme.test.tsx +0 -31
  29. package/__tests__/icon.test.tsx +0 -53
  30. package/__tests__/input.test.tsx +0 -482
  31. package/__tests__/layout.test.tsx +0 -37
  32. package/__tests__/menu.test.tsx +0 -65
  33. package/__tests__/messages.test.tsx +0 -79
  34. package/__tests__/modal.test.tsx +0 -204
  35. package/__tests__/multiselect.test.tsx +0 -458
  36. package/__tests__/navbar.test.tsx +0 -31
  37. package/__tests__/notifications.test.tsx +0 -178
  38. package/__tests__/pagination.test.tsx +0 -437
  39. package/__tests__/panel.test.tsx +0 -243
  40. package/__tests__/popover.test.tsx +0 -282
  41. package/__tests__/radiogroup.test.tsx +0 -47
  42. package/__tests__/setup.js +0 -8
  43. package/__tests__/stories/Collection.stories.tsx +0 -0
  44. package/__tests__/table.test.tsx +0 -647
  45. package/__tests__/tabs.test.tsx +0 -321
  46. package/__tests__/tag.test.tsx +0 -160
  47. package/__tests__/textarea.test.tsx +0 -467
  48. package/__tests__/timeAgo.test.tsx +0 -27
  49. package/__tests__/tree.test.tsx +0 -58
  50. package/build-storybook.log +0 -491
  51. package/chromatic.config.json +0 -1
  52. package/icons.ts +0 -1
  53. package/migration-storybook.log +0 -56
  54. package/public/logo-dark.png +0 -0
  55. package/public/logo.png +0 -0
  56. package/public/q-symbol-small.png +0 -0
  57. package/public/q-symbol.png +0 -0
  58. package/public/qoreLogo-dark.png +0 -0
  59. package/public/qoreLogo.png +0 -0
  60. package/src/components/Breadcrumbs/index.tsx +0 -254
  61. package/src/components/Breadcrumbs/item.tsx +0 -44
  62. package/src/components/Button/index.tsx +0 -633
  63. package/src/components/Checkbox/index.tsx +0 -388
  64. package/src/components/Collection/index.tsx +0 -426
  65. package/src/components/Collection/item.tsx +0 -267
  66. package/src/components/Columns/column.tsx +0 -27
  67. package/src/components/Columns/index.tsx +0 -41
  68. package/src/components/Comment/index.tsx +0 -141
  69. package/src/components/CommentFeed/index.tsx +0 -34
  70. package/src/components/Content/index.tsx +0 -34
  71. package/src/components/Content/wrapper.tsx +0 -36
  72. package/src/components/ControlGroup/index.tsx +0 -523
  73. package/src/components/DatePicker/index.tsx +0 -347
  74. package/src/components/Drawer/backdrop.tsx +0 -54
  75. package/src/components/Drawer/index.tsx +0 -365
  76. package/src/components/Dropdown/index.tsx +0 -153
  77. package/src/components/Dropdown/item.tsx +0 -33
  78. package/src/components/Dropdown/list.tsx +0 -222
  79. package/src/components/Effect/index.tsx +0 -464
  80. package/src/components/ExportModal/index.tsx +0 -99
  81. package/src/components/Header/index.tsx +0 -81
  82. package/src/components/Icon/index.tsx +0 -184
  83. package/src/components/Input/index.tsx +0 -295
  84. package/src/components/InputClearButton/index.tsx +0 -59
  85. package/src/components/InternalPopover/index.tsx +0 -303
  86. package/src/components/KeyValueTable/index.tsx +0 -192
  87. package/src/components/Label/index.tsx +0 -10
  88. package/src/components/Layout/content.tsx +0 -31
  89. package/src/components/Layout/index.tsx +0 -55
  90. package/src/components/Menu/divider.tsx +0 -92
  91. package/src/components/Menu/index.tsx +0 -141
  92. package/src/components/Menu/item.tsx +0 -137
  93. package/src/components/Menu/section.tsx +0 -81
  94. package/src/components/Message/index.tsx +0 -220
  95. package/src/components/Modal/index.tsx +0 -26
  96. package/src/components/MultiSelect/index.tsx +0 -288
  97. package/src/components/Navbar/divider.tsx +0 -50
  98. package/src/components/Navbar/group.tsx +0 -53
  99. package/src/components/Navbar/index.tsx +0 -82
  100. package/src/components/Navbar/item.tsx +0 -92
  101. package/src/components/Notifications/index.tsx +0 -57
  102. package/src/components/Notifications/notification.tsx +0 -362
  103. package/src/components/Paging/index.tsx +0 -321
  104. package/src/components/Panel/LabelEditor.tsx +0 -67
  105. package/src/components/Panel/NonResponsiveActions.tsx +0 -79
  106. package/src/components/Panel/__screenshots__/linux/panel-SomePanel.png +0 -0
  107. package/src/components/Panel/index.tsx +0 -912
  108. package/src/components/Panel/panel.screenshot.tsx +0 -29
  109. package/src/components/Paragraph/index.tsx +0 -43
  110. package/src/components/Popover/index.tsx +0 -68
  111. package/src/components/RadioGroup/index.tsx +0 -71
  112. package/src/components/Slider/index.tsx +0 -358
  113. package/src/components/Spacer/index.tsx +0 -142
  114. package/src/components/Spinner/index.tsx +0 -74
  115. package/src/components/Table/body.tsx +0 -109
  116. package/src/components/Table/cell.tsx +0 -136
  117. package/src/components/Table/header.tsx +0 -236
  118. package/src/components/Table/headerCell.tsx +0 -203
  119. package/src/components/Table/helpers.ts +0 -308
  120. package/src/components/Table/index.tsx +0 -797
  121. package/src/components/Table/row.tsx +0 -288
  122. package/src/components/Table/value.tsx +0 -28
  123. package/src/components/Tabs/content.tsx +0 -68
  124. package/src/components/Tabs/index.tsx +0 -124
  125. package/src/components/Tabs/item.tsx +0 -198
  126. package/src/components/Tabs/list.tsx +0 -381
  127. package/src/components/Tag/group.tsx +0 -73
  128. package/src/components/Tag/index.tsx +0 -463
  129. package/src/components/Textarea/index.tsx +0 -277
  130. package/src/components/TimeAgo/index.tsx +0 -15
  131. package/src/components/Tree/index.tsx +0 -271
  132. package/src/constants/animations.ts +0 -9
  133. package/src/constants/colors.ts +0 -13
  134. package/src/constants/paging.ts +0 -93
  135. package/src/constants/sizes.ts +0 -185
  136. package/src/constants/theme.ts +0 -122
  137. package/src/containers/Paging.tsx +0 -136
  138. package/src/containers/PopoverProvider.tsx +0 -124
  139. package/src/containers/ReqoreProvider.tsx +0 -289
  140. package/src/containers/ThemeProvider.tsx +0 -12
  141. package/src/containers/UIProvider.tsx +0 -101
  142. package/src/context/PopoverContext.tsx +0 -11
  143. package/src/context/ReqoreContext.tsx +0 -47
  144. package/src/context/ThemeContext.tsx +0 -4
  145. package/src/helpers/animations.ts +0 -13
  146. package/src/helpers/colors.ts +0 -335
  147. package/src/helpers/time.ts +0 -21
  148. package/src/helpers/utils.ts +0 -152
  149. package/src/hooks/useAutoFocus.ts +0 -106
  150. package/src/hooks/useCloneThroughFragments.ts +0 -39
  151. package/src/hooks/useCombinedRefs.ts +0 -26
  152. package/src/hooks/useLatestZIndex.ts +0 -13
  153. package/src/hooks/useOutsideClick.ts +0 -29
  154. package/src/hooks/usePaging.ts +0 -128
  155. package/src/hooks/usePopover.tsx +0 -220
  156. package/src/hooks/useQueryWithDelay.ts +0 -30
  157. package/src/hooks/useReqore.ts +0 -12
  158. package/src/hooks/useReqoreContext.ts +0 -16
  159. package/src/hooks/useReqoreEffect.ts +0 -49
  160. package/src/hooks/useTextareaAutoSize.ts +0 -22
  161. package/src/hooks/useTheme.ts +0 -48
  162. package/src/hooks/useTooltip.ts +0 -40
  163. package/src/hooks/useWhyDidYouUpdate.ts +0 -32
  164. package/src/icons.json +0 -2295
  165. package/src/index.tsx +0 -80
  166. package/src/mock/breadcrumbs.ts +0 -146
  167. package/src/mock/collectionData.tsx +0 -380
  168. package/src/mock/data.json +0 -11000
  169. package/src/mock/icons.ts +0 -32
  170. package/src/mock/menu.ts +0 -93
  171. package/src/mock/multiSelect.ts +0 -71
  172. package/src/mock/object.json +0 -317
  173. package/src/mock/styleMock.js +0 -1
  174. package/src/mock/tableData.ts +0 -64
  175. package/src/stories/Breadcrumbs/Breadcrumbs.stories.tsx +0 -27
  176. package/src/stories/Button/Button.stories.tsx +0 -405
  177. package/src/stories/Checkbox/Checkbox.stories.tsx +0 -75
  178. package/src/stories/Collection/Collection.stories.tsx +0 -317
  179. package/src/stories/Columns/Columns.stories.tsx +0 -158
  180. package/src/stories/Comment/Comment.stories.tsx +0 -136
  181. package/src/stories/ControlGroup/ControlGroup.stories.tsx +0 -399
  182. package/src/stories/DatePicker/DatePicker.stories.tsx +0 -348
  183. package/src/stories/Drawer/Drawer.stories.tsx +0 -294
  184. package/src/stories/Dropdown/Dropdown.stories.tsx +0 -375
  185. package/src/stories/Dropdown/DropdownTests.stories.tsx +0 -111
  186. package/src/stories/ExportModal/ExportModal.stories.tsx +0 -18
  187. package/src/stories/Header/Header.stories.tsx +0 -108
  188. package/src/stories/Icon/Icon.stories.tsx +0 -162
  189. package/src/stories/Input/Input.stories.tsx +0 -220
  190. package/src/stories/KeyValueTable/KeyValueTable.stories.tsx +0 -346
  191. package/src/stories/Label/Label.stories.tsx +0 -33
  192. package/src/stories/Menu/Menu.stories.tsx +0 -367
  193. package/src/stories/Message/Message.stories.tsx +0 -167
  194. package/src/stories/Modal/Manager.stories.tsx +0 -192
  195. package/src/stories/Modal/Modal.stories.tsx +0 -252
  196. package/src/stories/MultiSelect/MultiSelect.stories.tsx +0 -140
  197. package/src/stories/Navbar/Navbar.stories.tsx +0 -119
  198. package/src/stories/Notifications/Interactive.stories.tsx +0 -117
  199. package/src/stories/Notifications/Notification.stories.tsx +0 -216
  200. package/src/stories/Notifications/Notifications.stories.tsx +0 -81
  201. package/src/stories/Paging/Paging.stories.tsx +0 -255
  202. package/src/stories/Panel/Panel.stories.tsx +0 -753
  203. package/src/stories/Paragraph/Paragraph.stories.tsx +0 -108
  204. package/src/stories/Popover/Popover.stories.tsx +0 -510
  205. package/src/stories/RadioGroup/RadioGroup.stories.tsx +0 -212
  206. package/src/stories/Slider/Slider.stories.tsx +0 -173
  207. package/src/stories/Spacer/Spacer.stories.tsx +0 -100
  208. package/src/stories/Spinner/Spinner.stories.tsx +0 -82
  209. package/src/stories/Table/Table.stories.tsx +0 -571
  210. package/src/stories/Tabs/Tabs.stories.tsx +0 -346
  211. package/src/stories/Tag/Tag.stories.tsx +0 -381
  212. package/src/stories/Tag/TagGroup.stories.tsx +0 -307
  213. package/src/stories/TextArea/TextArea.stories.tsx +0 -287
  214. package/src/stories/TextArea/TextAreaTests.stories.tsx +0 -108
  215. package/src/stories/Tree/Tree.stories.tsx +0 -124
  216. package/src/stories/Wrapper.tsx +0 -13
  217. package/src/stories/utils/args.ts +0 -151
  218. package/src/stories/utils.ts +0 -39
  219. package/src/styles.ts +0 -124
  220. package/src/types/global.ts +0 -211
  221. package/src/types/icons.ts +0 -2272
  222. package/tsconfig.prod.json +0 -26
@@ -1,2272 +0,0 @@
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";