@rebasepro/ui 0.17.3 → 0.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/README.md +4 -0
  2. package/dist/components/MultiSelect.d.ts +10 -0
  3. package/dist/index.es.js +2 -1
  4. package/dist/index.es.js.map +1 -1
  5. package/package.json +32 -23
  6. package/src/components/Alert.tsx +0 -118
  7. package/src/components/Autocomplete.tsx +0 -93
  8. package/src/components/Avatar.tsx +0 -73
  9. package/src/components/Badge.tsx +0 -44
  10. package/src/components/BooleanSwitch.tsx +0 -116
  11. package/src/components/BooleanSwitchWithLabel.tsx +0 -120
  12. package/src/components/Button.tsx +0 -110
  13. package/src/components/Card.tsx +0 -43
  14. package/src/components/CenteredView.tsx +0 -35
  15. package/src/components/Checkbox.tsx +0 -129
  16. package/src/components/Chip.tsx +0 -131
  17. package/src/components/CircularProgress.tsx +0 -53
  18. package/src/components/CircularProgressCenter.tsx +0 -27
  19. package/src/components/Collapse.tsx +0 -66
  20. package/src/components/ColorPicker.tsx +0 -140
  21. package/src/components/Container.tsx +0 -51
  22. package/src/components/DateTimeField.tsx +0 -363
  23. package/src/components/DebouncedTextField.tsx +0 -76
  24. package/src/components/Dialog.tsx +0 -159
  25. package/src/components/DialogActions.tsx +0 -29
  26. package/src/components/DialogContent.tsx +0 -27
  27. package/src/components/DialogTitle.tsx +0 -41
  28. package/src/components/ErrorBoundary.tsx +0 -236
  29. package/src/components/ExpandablePanel.tsx +0 -130
  30. package/src/components/FileUpload.tsx +0 -103
  31. package/src/components/FilterChip.tsx +0 -89
  32. package/src/components/IconButton.tsx +0 -101
  33. package/src/components/InfoLabel.tsx +0 -23
  34. package/src/components/InputLabel.tsx +0 -40
  35. package/src/components/Label.tsx +0 -32
  36. package/src/components/LoadingButton.tsx +0 -32
  37. package/src/components/Markdown.tsx +0 -55
  38. package/src/components/Menu.tsx +0 -114
  39. package/src/components/Menubar.tsx +0 -355
  40. package/src/components/MultiSelect.tsx +0 -433
  41. package/src/components/Paper.tsx +0 -23
  42. package/src/components/Popover.tsx +0 -162
  43. package/src/components/RadioGroup.tsx +0 -74
  44. package/src/components/ResizablePanels.tsx +0 -189
  45. package/src/components/SearchBar.tsx +0 -136
  46. package/src/components/Select.tsx +0 -326
  47. package/src/components/Separator.tsx +0 -28
  48. package/src/components/Sheet.tsx +0 -135
  49. package/src/components/Skeleton.tsx +0 -54
  50. package/src/components/Slider.tsx +0 -110
  51. package/src/components/Table.tsx +0 -178
  52. package/src/components/Tabs.tsx +0 -185
  53. package/src/components/TextField.tsx +0 -270
  54. package/src/components/TextareaAutosize.tsx +0 -368
  55. package/src/components/ToggleButtonGroup.tsx +0 -69
  56. package/src/components/Tooltip.tsx +0 -153
  57. package/src/components/Typography.tsx +0 -132
  58. package/src/components/VirtualTable/VirtualTable.performance.test.tsx +0 -90
  59. package/src/components/VirtualTable/VirtualTable.tsx +0 -700
  60. package/src/components/VirtualTable/VirtualTableCell.tsx +0 -59
  61. package/src/components/VirtualTable/VirtualTableHeader.tsx +0 -327
  62. package/src/components/VirtualTable/VirtualTableHeaderRow.tsx +0 -250
  63. package/src/components/VirtualTable/VirtualTableProps.tsx +0 -339
  64. package/src/components/VirtualTable/VirtualTableRow.tsx +0 -51
  65. package/src/components/VirtualTable/fields/VirtualTableDateField.tsx +0 -44
  66. package/src/components/VirtualTable/fields/VirtualTableInput.tsx +0 -89
  67. package/src/components/VirtualTable/fields/VirtualTableNumberInput.tsx +0 -71
  68. package/src/components/VirtualTable/fields/VirtualTableSelect.tsx +0 -107
  69. package/src/components/VirtualTable/fields/VirtualTableSwitch.tsx +0 -28
  70. package/src/components/VirtualTable/index.tsx +0 -10
  71. package/src/components/VirtualTable/selection/SelectionContext.tsx +0 -36
  72. package/src/components/VirtualTable/selection/SelectionStore.ts +0 -54
  73. package/src/components/VirtualTable/types.tsx +0 -47
  74. package/src/components/common/SelectInputLabel.tsx +0 -23
  75. package/src/components/index.tsx +0 -62
  76. package/src/hooks/PortalContainerContext.tsx +0 -50
  77. package/src/hooks/index.ts +0 -7
  78. package/src/hooks/useDebounceCallback.tsx +0 -21
  79. package/src/hooks/useDebounceValue.tsx +0 -20
  80. package/src/hooks/useDebouncedCallback.ts +0 -39
  81. package/src/hooks/useInjectStyles.tsx +0 -31
  82. package/src/hooks/useOutsideAlerter.tsx +0 -46
  83. package/src/icons/GitHubIcon.tsx +0 -21
  84. package/src/icons/HandleIcon.tsx +0 -23
  85. package/src/icons/Icon.tsx +0 -33
  86. package/src/icons/LucideIconByName.tsx +0 -117
  87. package/src/icons/cool_icon_keys.ts +0 -12
  88. package/src/icons/icon_keys.ts +0 -1936
  89. package/src/icons/index.ts +0 -179
  90. package/src/index.css +0 -169
  91. package/src/index.ts +0 -47
  92. package/src/scripts/fixIconSizes.cjs +0 -92
  93. package/src/scripts/fixIconSizesToConst.cjs +0 -106
  94. package/src/scripts/generateIconKeys.ts +0 -41
  95. package/src/scripts/generateIcons.ts +0 -4
  96. package/src/scripts/saveIconFiles.ts +0 -89
  97. package/src/styles.ts +0 -141
  98. package/src/theme.css +0 -168
  99. package/src/util/chip_colors.ts +0 -242
  100. package/src/util/cls.ts +0 -8
  101. package/src/util/debounce.ts +0 -28
  102. package/src/util/hash.ts +0 -11
  103. package/src/util/index.ts +0 -4
  104. package/src/util/key_to_icon_component.ts +0 -11
  105. package/src/util/lazy_chunk.ts +0 -101
  106. package/src/views/CardView.tsx +0 -281
  107. package/src/views/CollectionView/CollectionCardView.tsx +0 -265
  108. package/src/views/CollectionView/CollectionKanbanView.tsx +0 -246
  109. package/src/views/CollectionView/CollectionListView.tsx +0 -240
  110. package/src/views/CollectionView/CollectionTableView.tsx +0 -229
  111. package/src/views/CollectionView/CollectionView.tsx +0 -450
  112. package/src/views/CollectionView/CollectionViewToolbar.tsx +0 -242
  113. package/src/views/CollectionView/CollectionViewTypes.ts +0 -181
  114. package/src/views/CollectionView/DefaultCellRenderer.tsx +0 -404
  115. package/src/views/CollectionView/index.ts +0 -39
  116. package/src/views/CollectionView/resolveTitleProperty.ts +0 -52
  117. package/src/views/CollectionView/utils.ts +0 -14
  118. package/src/views/Kanban/Board.tsx +0 -384
  119. package/src/views/Kanban/BoardColumn.tsx +0 -138
  120. package/src/views/Kanban/BoardColumnTitle.tsx +0 -47
  121. package/src/views/Kanban/BoardSortableList.tsx +0 -182
  122. package/src/views/Kanban/board_types.ts +0 -80
  123. package/src/views/Kanban/index.tsx +0 -5
  124. package/src/views/Kanban/placement.ts +0 -62
  125. package/src/views/KanbanView.tsx +0 -32
  126. package/src/views/ListView.tsx +0 -296
  127. package/src/views/index.ts +0 -5
@@ -1,1936 +0,0 @@
1
- export const iconKeys = [
2
- "AArrowDown",
3
- "AArrowUp",
4
- "ALargeSmall",
5
- "Accessibility",
6
- "Activity",
7
- "ActivitySquare",
8
- "AirVent",
9
- "Airplay",
10
- "AlarmCheck",
11
- "AlarmClock",
12
- "AlarmClockCheck",
13
- "AlarmClockMinus",
14
- "AlarmClockOff",
15
- "AlarmClockPlus",
16
- "AlarmMinus",
17
- "AlarmPlus",
18
- "AlarmSmoke",
19
- "Album",
20
- "AlertCircle",
21
- "AlertOctagon",
22
- "AlertTriangle",
23
- "AlignCenter",
24
- "AlignCenterHorizontal",
25
- "AlignCenterVertical",
26
- "AlignEndHorizontal",
27
- "AlignEndVertical",
28
- "AlignHorizontalDistributeCenter",
29
- "AlignHorizontalDistributeEnd",
30
- "AlignHorizontalDistributeStart",
31
- "AlignHorizontalJustifyCenter",
32
- "AlignHorizontalJustifyEnd",
33
- "AlignHorizontalJustifyStart",
34
- "AlignHorizontalSpaceAround",
35
- "AlignHorizontalSpaceBetween",
36
- "AlignJustify",
37
- "AlignLeft",
38
- "AlignRight",
39
- "AlignStartHorizontal",
40
- "AlignStartVertical",
41
- "AlignVerticalDistributeCenter",
42
- "AlignVerticalDistributeEnd",
43
- "AlignVerticalDistributeStart",
44
- "AlignVerticalJustifyCenter",
45
- "AlignVerticalJustifyEnd",
46
- "AlignVerticalJustifyStart",
47
- "AlignVerticalSpaceAround",
48
- "AlignVerticalSpaceBetween",
49
- "Ambulance",
50
- "Ampersand",
51
- "Ampersands",
52
- "Amphora",
53
- "Anchor",
54
- "Angry",
55
- "Annoyed",
56
- "Antenna",
57
- "Anvil",
58
- "Aperture",
59
- "AppWindow",
60
- "AppWindowMac",
61
- "Apple",
62
- "Archive",
63
- "ArchiveRestore",
64
- "ArchiveX",
65
- "AreaChart",
66
- "Armchair",
67
- "ArrowBigDown",
68
- "ArrowBigDownDash",
69
- "ArrowBigLeft",
70
- "ArrowBigLeftDash",
71
- "ArrowBigRight",
72
- "ArrowBigRightDash",
73
- "ArrowBigUp",
74
- "ArrowBigUpDash",
75
- "ArrowDown",
76
- "ArrowDown01",
77
- "ArrowDown10",
78
- "ArrowDownAZ",
79
- "ArrowDownCircle",
80
- "ArrowDownFromLine",
81
- "ArrowDownLeft",
82
- "ArrowDownLeftFromCircle",
83
- "ArrowDownLeftFromSquare",
84
- "ArrowDownLeftSquare",
85
- "ArrowDownNarrowWide",
86
- "ArrowDownRight",
87
- "ArrowDownRightFromCircle",
88
- "ArrowDownRightFromSquare",
89
- "ArrowDownRightSquare",
90
- "ArrowDownSquare",
91
- "ArrowDownToDot",
92
- "ArrowDownToLine",
93
- "ArrowDownUp",
94
- "ArrowDownWideNarrow",
95
- "ArrowDownZA",
96
- "ArrowLeft",
97
- "ArrowLeftCircle",
98
- "ArrowLeftFromLine",
99
- "ArrowLeftRight",
100
- "ArrowLeftSquare",
101
- "ArrowLeftToLine",
102
- "ArrowRight",
103
- "ArrowRightCircle",
104
- "ArrowRightFromLine",
105
- "ArrowRightLeft",
106
- "ArrowRightSquare",
107
- "ArrowRightToLine",
108
- "ArrowUp",
109
- "ArrowUp01",
110
- "ArrowUp10",
111
- "ArrowUpAZ",
112
- "ArrowUpCircle",
113
- "ArrowUpDown",
114
- "ArrowUpFromDot",
115
- "ArrowUpFromLine",
116
- "ArrowUpLeft",
117
- "ArrowUpLeftFromCircle",
118
- "ArrowUpLeftFromSquare",
119
- "ArrowUpLeftSquare",
120
- "ArrowUpNarrowWide",
121
- "ArrowUpRight",
122
- "ArrowUpRightFromCircle",
123
- "ArrowUpRightFromSquare",
124
- "ArrowUpRightSquare",
125
- "ArrowUpSquare",
126
- "ArrowUpToLine",
127
- "ArrowUpWideNarrow",
128
- "ArrowUpZA",
129
- "ArrowsUpFromLine",
130
- "Asterisk",
131
- "AsteriskSquare",
132
- "Astroid",
133
- "AtSign",
134
- "Atom",
135
- "AudioLines",
136
- "AudioWaveform",
137
- "Award",
138
- "Axe",
139
- "Axis3D",
140
- "Baby",
141
- "Backpack",
142
- "Badge",
143
- "BadgeAlert",
144
- "BadgeCent",
145
- "BadgeCheck",
146
- "BadgeDollarSign",
147
- "BadgeEuro",
148
- "BadgeHelp",
149
- "BadgeIndianRupee",
150
- "BadgeInfo",
151
- "BadgeJapaneseYen",
152
- "BadgeMinus",
153
- "BadgePercent",
154
- "BadgePlus",
155
- "BadgePoundSterling",
156
- "BadgeQuestionMark",
157
- "BadgeRussianRuble",
158
- "BadgeSwissFranc",
159
- "BadgeTurkishLira",
160
- "BadgeX",
161
- "BaggageClaim",
162
- "Balloon",
163
- "Ban",
164
- "Banana",
165
- "Bandage",
166
- "Banknote",
167
- "BanknoteArrowDown",
168
- "BanknoteArrowUp",
169
- "BanknoteX",
170
- "BarChart",
171
- "BarChart2",
172
- "BarChart3",
173
- "BarChart4",
174
- "BarChartBig",
175
- "BarChartHorizontal",
176
- "BarChartHorizontalBig",
177
- "Barcode",
178
- "Barrel",
179
- "Baseline",
180
- "Bath",
181
- "Battery",
182
- "BatteryCharging",
183
- "BatteryFull",
184
- "BatteryLow",
185
- "BatteryMedium",
186
- "BatteryPlus",
187
- "BatteryWarning",
188
- "Beaker",
189
- "Bean",
190
- "BeanOff",
191
- "Bed",
192
- "BedDouble",
193
- "BedSingle",
194
- "Beef",
195
- "BeefOff",
196
- "Beer",
197
- "BeerOff",
198
- "Bell",
199
- "BellCheck",
200
- "BellDot",
201
- "BellElectric",
202
- "BellMinus",
203
- "BellOff",
204
- "BellPlus",
205
- "BellRing",
206
- "BetweenHorizonalEnd",
207
- "BetweenHorizonalStart",
208
- "BetweenHorizontalEnd",
209
- "BetweenHorizontalStart",
210
- "BetweenVerticalEnd",
211
- "BetweenVerticalStart",
212
- "BicepsFlexed",
213
- "Bike",
214
- "Binary",
215
- "Binoculars",
216
- "Biohazard",
217
- "Bird",
218
- "Birdhouse",
219
- "Bitcoin",
220
- "Blend",
221
- "Blinds",
222
- "Blocks",
223
- "Bluetooth",
224
- "BluetoothConnected",
225
- "BluetoothOff",
226
- "BluetoothSearching",
227
- "Bold",
228
- "Bolt",
229
- "Bomb",
230
- "Bone",
231
- "Book",
232
- "BookA",
233
- "BookAlert",
234
- "BookAudio",
235
- "BookCheck",
236
- "BookCopy",
237
- "BookDashed",
238
- "BookDown",
239
- "BookHeadphones",
240
- "BookHeart",
241
- "BookImage",
242
- "BookKey",
243
- "BookLock",
244
- "BookMarked",
245
- "BookMinus",
246
- "BookOpen",
247
- "BookOpenCheck",
248
- "BookOpenText",
249
- "BookPlus",
250
- "BookSearch",
251
- "BookTemplate",
252
- "BookText",
253
- "BookType",
254
- "BookUp",
255
- "BookUp2",
256
- "BookUser",
257
- "BookX",
258
- "Bookmark",
259
- "BookmarkCheck",
260
- "BookmarkMinus",
261
- "BookmarkOff",
262
- "BookmarkPlus",
263
- "BookmarkX",
264
- "BoomBox",
265
- "Bot",
266
- "BotMessageSquare",
267
- "BotOff",
268
- "BottleWine",
269
- "BowArrow",
270
- "Box",
271
- "BoxSelect",
272
- "Boxes",
273
- "Braces",
274
- "Brackets",
275
- "Brain",
276
- "BrainCircuit",
277
- "BrainCog",
278
- "BrickWall",
279
- "BrickWallFire",
280
- "BrickWallShield",
281
- "Briefcase",
282
- "BriefcaseBusiness",
283
- "BriefcaseConveyorBelt",
284
- "BriefcaseMedical",
285
- "BringToFront",
286
- "Brush",
287
- "BrushCleaning",
288
- "Bubbles",
289
- "Bug",
290
- "BugOff",
291
- "BugPlay",
292
- "Building",
293
- "Building2",
294
- "Bus",
295
- "BusFront",
296
- "Cable",
297
- "CableCar",
298
- "Cake",
299
- "CakeSlice",
300
- "Calculator",
301
- "Calendar",
302
- "Calendar1",
303
- "CalendarArrowDown",
304
- "CalendarArrowUp",
305
- "CalendarCheck",
306
- "CalendarCheck2",
307
- "CalendarClock",
308
- "CalendarCog",
309
- "CalendarDays",
310
- "CalendarFold",
311
- "CalendarHeart",
312
- "CalendarMinus",
313
- "CalendarMinus2",
314
- "CalendarOff",
315
- "CalendarPlus",
316
- "CalendarPlus2",
317
- "CalendarRange",
318
- "CalendarSearch",
319
- "CalendarSync",
320
- "CalendarX",
321
- "CalendarX2",
322
- "Calendars",
323
- "Camera",
324
- "CameraOff",
325
- "CandlestickChart",
326
- "Candy",
327
- "CandyCane",
328
- "CandyOff",
329
- "Cannabis",
330
- "CannabisOff",
331
- "Captions",
332
- "CaptionsOff",
333
- "Car",
334
- "CarFront",
335
- "CarTaxiFront",
336
- "Caravan",
337
- "CardSim",
338
- "Carrot",
339
- "CaseLower",
340
- "CaseSensitive",
341
- "CaseUpper",
342
- "CassetteTape",
343
- "Cast",
344
- "Castle",
345
- "Cat",
346
- "Cctv",
347
- "CctvOff",
348
- "ChartArea",
349
- "ChartBar",
350
- "ChartBarBig",
351
- "ChartBarDecreasing",
352
- "ChartBarIncreasing",
353
- "ChartBarStacked",
354
- "ChartCandlestick",
355
- "ChartColumn",
356
- "ChartColumnBig",
357
- "ChartColumnDecreasing",
358
- "ChartColumnIncreasing",
359
- "ChartColumnStacked",
360
- "ChartGantt",
361
- "ChartLine",
362
- "ChartNetwork",
363
- "ChartNoAxesColumn",
364
- "ChartNoAxesColumnDecreasing",
365
- "ChartNoAxesColumnIncreasing",
366
- "ChartNoAxesCombined",
367
- "ChartNoAxesGantt",
368
- "ChartPie",
369
- "ChartScatter",
370
- "ChartSpline",
371
- "Check",
372
- "CheckCheck",
373
- "CheckCircle",
374
- "CheckCircle2",
375
- "CheckLine",
376
- "CheckSquare",
377
- "CheckSquare2",
378
- "ChefHat",
379
- "Cherry",
380
- "ChessBishop",
381
- "ChessKing",
382
- "ChessKnight",
383
- "ChessPawn",
384
- "ChessQueen",
385
- "ChessRook",
386
- "ChevronDown",
387
- "ChevronDownCircle",
388
- "ChevronDownSquare",
389
- "ChevronFirst",
390
- "ChevronLast",
391
- "ChevronLeft",
392
- "ChevronLeftCircle",
393
- "ChevronLeftSquare",
394
- "ChevronRight",
395
- "ChevronRightCircle",
396
- "ChevronRightSquare",
397
- "ChevronUp",
398
- "ChevronUpCircle",
399
- "ChevronUpSquare",
400
- "ChevronsDown",
401
- "ChevronsDownUp",
402
- "ChevronsLeft",
403
- "ChevronsLeftRight",
404
- "ChevronsLeftRightEllipsis",
405
- "ChevronsRight",
406
- "ChevronsRightLeft",
407
- "ChevronsUp",
408
- "ChevronsUpDown",
409
- "Church",
410
- "Cigarette",
411
- "CigaretteOff",
412
- "Circle",
413
- "CircleAlert",
414
- "CircleArrowDown",
415
- "CircleArrowLeft",
416
- "CircleArrowOutDownLeft",
417
- "CircleArrowOutDownRight",
418
- "CircleArrowOutUpLeft",
419
- "CircleArrowOutUpRight",
420
- "CircleArrowRight",
421
- "CircleArrowUp",
422
- "CircleCheck",
423
- "CircleCheckBig",
424
- "CircleChevronDown",
425
- "CircleChevronLeft",
426
- "CircleChevronRight",
427
- "CircleChevronUp",
428
- "CircleDashed",
429
- "CircleDivide",
430
- "CircleDollarSign",
431
- "CircleDot",
432
- "CircleDotDashed",
433
- "CircleEllipsis",
434
- "CircleEqual",
435
- "CircleFadingArrowUp",
436
- "CircleFadingPlus",
437
- "CircleGauge",
438
- "CircleHelp",
439
- "CircleMinus",
440
- "CircleOff",
441
- "CircleParking",
442
- "CircleParkingOff",
443
- "CirclePause",
444
- "CirclePercent",
445
- "CirclePile",
446
- "CirclePlay",
447
- "CirclePlus",
448
- "CirclePoundSterling",
449
- "CirclePower",
450
- "CircleQuestionMark",
451
- "CircleSlash",
452
- "CircleSlash2",
453
- "CircleSlashed",
454
- "CircleSmall",
455
- "CircleStar",
456
- "CircleStop",
457
- "CircleUser",
458
- "CircleUserRound",
459
- "CircleX",
460
- "CircuitBoard",
461
- "Citrus",
462
- "Clapperboard",
463
- "Clipboard",
464
- "ClipboardCheck",
465
- "ClipboardClock",
466
- "ClipboardCopy",
467
- "ClipboardEdit",
468
- "ClipboardList",
469
- "ClipboardMinus",
470
- "ClipboardPaste",
471
- "ClipboardPen",
472
- "ClipboardPenLine",
473
- "ClipboardPlus",
474
- "ClipboardSignature",
475
- "ClipboardType",
476
- "ClipboardX",
477
- "Clock",
478
- "Clock1",
479
- "Clock10",
480
- "Clock11",
481
- "Clock12",
482
- "Clock2",
483
- "Clock3",
484
- "Clock4",
485
- "Clock5",
486
- "Clock6",
487
- "Clock7",
488
- "Clock8",
489
- "Clock9",
490
- "ClockAlert",
491
- "ClockArrowDown",
492
- "ClockArrowUp",
493
- "ClockCheck",
494
- "ClockFading",
495
- "ClockPlus",
496
- "ClosedCaption",
497
- "Cloud",
498
- "CloudAlert",
499
- "CloudBackup",
500
- "CloudCheck",
501
- "CloudCog",
502
- "CloudDownload",
503
- "CloudDrizzle",
504
- "CloudFog",
505
- "CloudHail",
506
- "CloudLightning",
507
- "CloudMoon",
508
- "CloudMoonRain",
509
- "CloudOff",
510
- "CloudRain",
511
- "CloudRainWind",
512
- "CloudSnow",
513
- "CloudSun",
514
- "CloudSunRain",
515
- "CloudSync",
516
- "CloudUpload",
517
- "Cloudy",
518
- "Clover",
519
- "Club",
520
- "Code",
521
- "Code2",
522
- "CodeSquare",
523
- "CodeXml",
524
- "Coffee",
525
- "Cog",
526
- "Coins",
527
- "Columns",
528
- "Columns2",
529
- "Columns3",
530
- "Columns3Cog",
531
- "Columns4",
532
- "ColumnsSettings",
533
- "Combine",
534
- "Command",
535
- "Compass",
536
- "Component",
537
- "Computer",
538
- "ConciergeBell",
539
- "Cone",
540
- "Construction",
541
- "Contact",
542
- "Contact2",
543
- "ContactRound",
544
- "Container",
545
- "Contrast",
546
- "Cookie",
547
- "CookingPot",
548
- "Copy",
549
- "CopyCheck",
550
- "CopyMinus",
551
- "CopyPlus",
552
- "CopySlash",
553
- "CopyX",
554
- "Copyleft",
555
- "Copyright",
556
- "CornerDownLeft",
557
- "CornerDownRight",
558
- "CornerLeftDown",
559
- "CornerLeftUp",
560
- "CornerRightDown",
561
- "CornerRightUp",
562
- "CornerUpLeft",
563
- "CornerUpRight",
564
- "Cpu",
565
- "CreativeCommons",
566
- "CreditCard",
567
- "Croissant",
568
- "Crop",
569
- "Cross",
570
- "Crosshair",
571
- "Crown",
572
- "Cuboid",
573
- "CupSoda",
574
- "CurlyBraces",
575
- "Currency",
576
- "Cylinder",
577
- "Dam",
578
- "Database",
579
- "DatabaseBackup",
580
- "DatabaseSearch",
581
- "DatabaseZap",
582
- "DecimalsArrowLeft",
583
- "DecimalsArrowRight",
584
- "Delete",
585
- "Dessert",
586
- "Diameter",
587
- "Diamond",
588
- "DiamondMinus",
589
- "DiamondPercent",
590
- "DiamondPlus",
591
- "Dice1",
592
- "Dice2",
593
- "Dice3",
594
- "Dice4",
595
- "Dice5",
596
- "Dice6",
597
- "Dices",
598
- "Diff",
599
- "Disc",
600
- "Disc2",
601
- "Disc3",
602
- "DiscAlbum",
603
- "Divide",
604
- "DivideCircle",
605
- "DivideSquare",
606
- "Dna",
607
- "DnaOff",
608
- "Dock",
609
- "Dog",
610
- "DollarSign",
611
- "Donut",
612
- "DoorClosed",
613
- "DoorClosedLocked",
614
- "DoorOpen",
615
- "Dot",
616
- "DotSquare",
617
- "Download",
618
- "DownloadCloud",
619
- "DraftingCompass",
620
- "Drama",
621
- "Drill",
622
- "Drone",
623
- "Droplet",
624
- "DropletOff",
625
- "Droplets",
626
- "Drum",
627
- "Drumstick",
628
- "Dumbbell",
629
- "Ear",
630
- "EarOff",
631
- "Earth",
632
- "EarthLock",
633
- "Eclipse",
634
- "Edit",
635
- "Edit2",
636
- "Edit3",
637
- "Egg",
638
- "EggFried",
639
- "EggOff",
640
- "Ellipse",
641
- "Ellipsis",
642
- "EllipsisVertical",
643
- "Equal",
644
- "EqualApproximately",
645
- "EqualNot",
646
- "EqualSquare",
647
- "Eraser",
648
- "EthernetPort",
649
- "Euro",
650
- "EvCharger",
651
- "Expand",
652
- "ExternalLink",
653
- "Eye",
654
- "EyeClosed",
655
- "EyeOff",
656
- "Factory",
657
- "Fan",
658
- "FastForward",
659
- "Feather",
660
- "Fence",
661
- "FerrisWheel",
662
- "File",
663
- "FileArchive",
664
- "FileAudio",
665
- "FileAudio2",
666
- "FileAxis3D",
667
- "FileBadge",
668
- "FileBadge2",
669
- "FileBarChart",
670
- "FileBarChart2",
671
- "FileBox",
672
- "FileBraces",
673
- "FileBracesCorner",
674
- "FileChartColumn",
675
- "FileChartColumnIncreasing",
676
- "FileChartLine",
677
- "FileChartPie",
678
- "FileCheck",
679
- "FileCheck2",
680
- "FileCheckCorner",
681
- "FileClock",
682
- "FileCode",
683
- "FileCode2",
684
- "FileCodeCorner",
685
- "FileCog",
686
- "FileCog2",
687
- "FileDiff",
688
- "FileDigit",
689
- "FileDown",
690
- "FileEdit",
691
- "FileExclamationPoint",
692
- "FileHeadphone",
693
- "FileHeart",
694
- "FileImage",
695
- "FileInput",
696
- "FileJson",
697
- "FileJson2",
698
- "FileKey",
699
- "FileKey2",
700
- "FileLineChart",
701
- "FileLock",
702
- "FileLock2",
703
- "FileMinus",
704
- "FileMinus2",
705
- "FileMinusCorner",
706
- "FileMusic",
707
- "FileOutput",
708
- "FilePen",
709
- "FilePenLine",
710
- "FilePieChart",
711
- "FilePlay",
712
- "FilePlus",
713
- "FilePlus2",
714
- "FilePlusCorner",
715
- "FileQuestion",
716
- "FileQuestionMark",
717
- "FileScan",
718
- "FileSearch",
719
- "FileSearch2",
720
- "FileSearchCorner",
721
- "FileSignal",
722
- "FileSignature",
723
- "FileSliders",
724
- "FileSpreadsheet",
725
- "FileStack",
726
- "FileSymlink",
727
- "FileTerminal",
728
- "FileText",
729
- "FileType",
730
- "FileType2",
731
- "FileTypeCorner",
732
- "FileUp",
733
- "FileUser",
734
- "FileVideo",
735
- "FileVideo2",
736
- "FileVideoCamera",
737
- "FileVolume",
738
- "FileVolume2",
739
- "FileWarning",
740
- "FileX",
741
- "FileX2",
742
- "FileXCorner",
743
- "Files",
744
- "Film",
745
- "Filter",
746
- "FilterX",
747
- "Fingerprint",
748
- "FingerprintPattern",
749
- "FireExtinguisher",
750
- "Fish",
751
- "FishOff",
752
- "FishSymbol",
753
- "FishingHook",
754
- "FishingRod",
755
- "Flag",
756
- "FlagOff",
757
- "FlagTriangleLeft",
758
- "FlagTriangleRight",
759
- "Flame",
760
- "FlameKindling",
761
- "Flashlight",
762
- "FlashlightOff",
763
- "FlaskConical",
764
- "FlaskConicalOff",
765
- "FlaskRound",
766
- "FlipHorizontal",
767
- "FlipHorizontal2",
768
- "FlipVertical",
769
- "FlipVertical2",
770
- "Flower",
771
- "Flower2",
772
- "Focus",
773
- "FoldHorizontal",
774
- "FoldVertical",
775
- "Folder",
776
- "FolderArchive",
777
- "FolderBookmark",
778
- "FolderCheck",
779
- "FolderClock",
780
- "FolderClosed",
781
- "FolderCode",
782
- "FolderCog",
783
- "FolderCog2",
784
- "FolderDot",
785
- "FolderDown",
786
- "FolderEdit",
787
- "FolderGit",
788
- "FolderGit2",
789
- "FolderHeart",
790
- "FolderInput",
791
- "FolderKanban",
792
- "FolderKey",
793
- "FolderLock",
794
- "FolderMinus",
795
- "FolderOpen",
796
- "FolderOpenDot",
797
- "FolderOutput",
798
- "FolderPen",
799
- "FolderPlus",
800
- "FolderRoot",
801
- "FolderSearch",
802
- "FolderSearch2",
803
- "FolderSymlink",
804
- "FolderSync",
805
- "FolderTree",
806
- "FolderUp",
807
- "FolderX",
808
- "Folders",
809
- "Footprints",
810
- "ForkKnife",
811
- "ForkKnifeCrossed",
812
- "Forklift",
813
- "Form",
814
- "FormInput",
815
- "Forward",
816
- "Frame",
817
- "Frown",
818
- "Fuel",
819
- "Fullscreen",
820
- "FunctionSquare",
821
- "Funnel",
822
- "FunnelPlus",
823
- "FunnelX",
824
- "GalleryHorizontal",
825
- "GalleryHorizontalEnd",
826
- "GalleryThumbnails",
827
- "GalleryVertical",
828
- "GalleryVerticalEnd",
829
- "Gamepad",
830
- "Gamepad2",
831
- "GamepadDirectional",
832
- "GanttChart",
833
- "GanttChartSquare",
834
- "Gauge",
835
- "GaugeCircle",
836
- "Gavel",
837
- "Gem",
838
- "GeorgianLari",
839
- "Ghost",
840
- "Gift",
841
- "GitBranch",
842
- "GitBranchMinus",
843
- "GitBranchPlus",
844
- "GitCommit",
845
- "GitCommitHorizontal",
846
- "GitCommitVertical",
847
- "GitCompare",
848
- "GitCompareArrows",
849
- "GitFork",
850
- "GitGraph",
851
- "GitMerge",
852
- "GitMergeConflict",
853
- "GitPullRequest",
854
- "GitPullRequestArrow",
855
- "GitPullRequestClosed",
856
- "GitPullRequestCreate",
857
- "GitPullRequestCreateArrow",
858
- "GitPullRequestDraft",
859
- "GlassWater",
860
- "Glasses",
861
- "Globe",
862
- "Globe2",
863
- "GlobeLock",
864
- "GlobeOff",
865
- "GlobeX",
866
- "Goal",
867
- "Gpu",
868
- "Grab",
869
- "GraduationCap",
870
- "Grape",
871
- "Grid",
872
- "Grid2X2",
873
- "Grid2X2Check",
874
- "Grid2X2Plus",
875
- "Grid2X2X",
876
- "Grid3X3",
877
- "Grid3x2",
878
- "Grip",
879
- "GripHorizontal",
880
- "GripVertical",
881
- "Group",
882
- "Guitar",
883
- "Ham",
884
- "Hamburger",
885
- "Hammer",
886
- "Hand",
887
- "HandCoins",
888
- "HandFist",
889
- "HandGrab",
890
- "HandHeart",
891
- "HandHelping",
892
- "HandMetal",
893
- "HandPlatter",
894
- "Handbag",
895
- "Handshake",
896
- "HardDrive",
897
- "HardDriveDownload",
898
- "HardDriveUpload",
899
- "HardHat",
900
- "Hash",
901
- "HatGlasses",
902
- "Haze",
903
- "Hd",
904
- "HdmiPort",
905
- "Heading",
906
- "Heading1",
907
- "Heading2",
908
- "Heading3",
909
- "Heading4",
910
- "Heading5",
911
- "Heading6",
912
- "HeadphoneOff",
913
- "Headphones",
914
- "Headset",
915
- "Heart",
916
- "HeartCrack",
917
- "HeartHandshake",
918
- "HeartMinus",
919
- "HeartOff",
920
- "HeartPlus",
921
- "HeartPulse",
922
- "HeartX",
923
- "Heater",
924
- "Helicopter",
925
- "HelpCircle",
926
- "HelpingHand",
927
- "Hexagon",
928
- "Highlighter",
929
- "History",
930
- "Home",
931
- "Hop",
932
- "HopOff",
933
- "Hospital",
934
- "Hotel",
935
- "Hourglass",
936
- "House",
937
- "HouseHeart",
938
- "HousePlug",
939
- "HousePlus",
940
- "HouseWifi",
941
- "IceCream",
942
- "IceCream2",
943
- "IceCreamBowl",
944
- "IceCreamCone",
945
- "IdCard",
946
- "IdCardLanyard",
947
- "Image",
948
- "ImageDown",
949
- "ImageMinus",
950
- "ImageOff",
951
- "ImagePlay",
952
- "ImagePlus",
953
- "ImageUp",
954
- "ImageUpscale",
955
- "Images",
956
- "Import",
957
- "Inbox",
958
- "Indent",
959
- "IndentDecrease",
960
- "IndentIncrease",
961
- "IndianRupee",
962
- "Infinity",
963
- "Info",
964
- "Inspect",
965
- "InspectionPanel",
966
- "Italic",
967
- "IterationCcw",
968
- "IterationCw",
969
- "JapaneseYen",
970
- "Joystick",
971
- "Kanban",
972
- "KanbanSquare",
973
- "KanbanSquareDashed",
974
- "Kayak",
975
- "Key",
976
- "KeyRound",
977
- "KeySquare",
978
- "Keyboard",
979
- "KeyboardMusic",
980
- "KeyboardOff",
981
- "Lamp",
982
- "LampCeiling",
983
- "LampDesk",
984
- "LampFloor",
985
- "LampWallDown",
986
- "LampWallUp",
987
- "LandPlot",
988
- "Landmark",
989
- "Languages",
990
- "Laptop",
991
- "Laptop2",
992
- "LaptopMinimal",
993
- "LaptopMinimalCheck",
994
- "Lasso",
995
- "LassoSelect",
996
- "Laugh",
997
- "Layers",
998
- "Layers2",
999
- "Layers3",
1000
- "LayersMinus",
1001
- "LayersPlus",
1002
- "Layout",
1003
- "LayoutDashboard",
1004
- "LayoutGrid",
1005
- "LayoutList",
1006
- "LayoutPanelLeft",
1007
- "LayoutPanelTop",
1008
- "LayoutTemplate",
1009
- "Leaf",
1010
- "LeafyGreen",
1011
- "Lectern",
1012
- "LensConcave",
1013
- "LensConvex",
1014
- "LetterText",
1015
- "Library",
1016
- "LibraryBig",
1017
- "LibrarySquare",
1018
- "LifeBuoy",
1019
- "Ligature",
1020
- "Lightbulb",
1021
- "LightbulbOff",
1022
- "LineChart",
1023
- "LineDotRightHorizontal",
1024
- "LineSquiggle",
1025
- "LineStyle",
1026
- "Link",
1027
- "Link2",
1028
- "Link2Off",
1029
- "List",
1030
- "ListCheck",
1031
- "ListChecks",
1032
- "ListChevronsDownUp",
1033
- "ListChevronsUpDown",
1034
- "ListCollapse",
1035
- "ListEnd",
1036
- "ListFilter",
1037
- "ListFilterPlus",
1038
- "ListIndentDecrease",
1039
- "ListIndentIncrease",
1040
- "ListMinus",
1041
- "ListMusic",
1042
- "ListOrdered",
1043
- "ListPlus",
1044
- "ListRestart",
1045
- "ListStart",
1046
- "ListTodo",
1047
- "ListTree",
1048
- "ListVideo",
1049
- "ListX",
1050
- "Loader",
1051
- "Loader2",
1052
- "LoaderCircle",
1053
- "LoaderPinwheel",
1054
- "Locate",
1055
- "LocateFixed",
1056
- "LocateOff",
1057
- "LocationEdit",
1058
- "Lock",
1059
- "LockKeyhole",
1060
- "LockKeyholeOpen",
1061
- "LockOpen",
1062
- "LogIn",
1063
- "LogOut",
1064
- "Logs",
1065
- "Lollipop",
1066
- "Luggage",
1067
- "MSquare",
1068
- "Magnet",
1069
- "Mail",
1070
- "MailCheck",
1071
- "MailMinus",
1072
- "MailOpen",
1073
- "MailPlus",
1074
- "MailQuestion",
1075
- "MailQuestionMark",
1076
- "MailSearch",
1077
- "MailWarning",
1078
- "MailX",
1079
- "Mailbox",
1080
- "Mails",
1081
- "Map",
1082
- "MapMinus",
1083
- "MapPin",
1084
- "MapPinCheck",
1085
- "MapPinCheckInside",
1086
- "MapPinHouse",
1087
- "MapPinMinus",
1088
- "MapPinMinusInside",
1089
- "MapPinOff",
1090
- "MapPinPen",
1091
- "MapPinPlus",
1092
- "MapPinPlusInside",
1093
- "MapPinSearch",
1094
- "MapPinX",
1095
- "MapPinXInside",
1096
- "MapPinned",
1097
- "MapPlus",
1098
- "Mars",
1099
- "MarsStroke",
1100
- "Martini",
1101
- "Maximize",
1102
- "Maximize2",
1103
- "Medal",
1104
- "Megaphone",
1105
- "MegaphoneOff",
1106
- "Meh",
1107
- "MemoryStick",
1108
- "Menu",
1109
- "MenuSquare",
1110
- "Merge",
1111
- "MessageCircle",
1112
- "MessageCircleCheck",
1113
- "MessageCircleCode",
1114
- "MessageCircleDashed",
1115
- "MessageCircleHeart",
1116
- "MessageCircleMore",
1117
- "MessageCircleOff",
1118
- "MessageCirclePlus",
1119
- "MessageCircleQuestion",
1120
- "MessageCircleQuestionMark",
1121
- "MessageCircleReply",
1122
- "MessageCircleWarning",
1123
- "MessageCircleX",
1124
- "MessageSquare",
1125
- "MessageSquareCheck",
1126
- "MessageSquareCode",
1127
- "MessageSquareDashed",
1128
- "MessageSquareDiff",
1129
- "MessageSquareDot",
1130
- "MessageSquareHeart",
1131
- "MessageSquareLock",
1132
- "MessageSquareMore",
1133
- "MessageSquareOff",
1134
- "MessageSquarePlus",
1135
- "MessageSquareQuote",
1136
- "MessageSquareReply",
1137
- "MessageSquareShare",
1138
- "MessageSquareText",
1139
- "MessageSquareWarning",
1140
- "MessageSquareX",
1141
- "MessagesSquare",
1142
- "Metronome",
1143
- "Mic",
1144
- "Mic2",
1145
- "MicOff",
1146
- "MicVocal",
1147
- "Microchip",
1148
- "Microscope",
1149
- "Microwave",
1150
- "Milestone",
1151
- "Milk",
1152
- "MilkOff",
1153
- "Minimize",
1154
- "Minimize2",
1155
- "Minus",
1156
- "MinusCircle",
1157
- "MinusSquare",
1158
- "MirrorRectangular",
1159
- "MirrorRound",
1160
- "Monitor",
1161
- "MonitorCheck",
1162
- "MonitorCloud",
1163
- "MonitorCog",
1164
- "MonitorDot",
1165
- "MonitorDown",
1166
- "MonitorOff",
1167
- "MonitorPause",
1168
- "MonitorPlay",
1169
- "MonitorSmartphone",
1170
- "MonitorSpeaker",
1171
- "MonitorStop",
1172
- "MonitorUp",
1173
- "MonitorX",
1174
- "Moon",
1175
- "MoonStar",
1176
- "MoreHorizontal",
1177
- "MoreVertical",
1178
- "Motorbike",
1179
- "Mountain",
1180
- "MountainSnow",
1181
- "Mouse",
1182
- "MouseLeft",
1183
- "MouseOff",
1184
- "MousePointer",
1185
- "MousePointer2",
1186
- "MousePointer2Off",
1187
- "MousePointerBan",
1188
- "MousePointerClick",
1189
- "MousePointerSquareDashed",
1190
- "MouseRight",
1191
- "Move",
1192
- "Move3D",
1193
- "MoveDiagonal",
1194
- "MoveDiagonal2",
1195
- "MoveDown",
1196
- "MoveDownLeft",
1197
- "MoveDownRight",
1198
- "MoveHorizontal",
1199
- "MoveLeft",
1200
- "MoveRight",
1201
- "MoveUp",
1202
- "MoveUpLeft",
1203
- "MoveUpRight",
1204
- "MoveVertical",
1205
- "Music",
1206
- "Music2",
1207
- "Music3",
1208
- "Music4",
1209
- "Navigation",
1210
- "Navigation2",
1211
- "Navigation2Off",
1212
- "NavigationOff",
1213
- "Network",
1214
- "Newspaper",
1215
- "Nfc",
1216
- "NonBinary",
1217
- "Notebook",
1218
- "NotebookPen",
1219
- "NotebookTabs",
1220
- "NotebookText",
1221
- "NotepadText",
1222
- "NotepadTextDashed",
1223
- "Nut",
1224
- "NutOff",
1225
- "Octagon",
1226
- "OctagonAlert",
1227
- "OctagonMinus",
1228
- "OctagonPause",
1229
- "OctagonX",
1230
- "Omega",
1231
- "Option",
1232
- "Orbit",
1233
- "Origami",
1234
- "Outdent",
1235
- "Package",
1236
- "Package2",
1237
- "PackageCheck",
1238
- "PackageMinus",
1239
- "PackageOpen",
1240
- "PackagePlus",
1241
- "PackageSearch",
1242
- "PackageX",
1243
- "PaintBucket",
1244
- "PaintRoller",
1245
- "Paintbrush",
1246
- "Paintbrush2",
1247
- "PaintbrushVertical",
1248
- "Palette",
1249
- "Palmtree",
1250
- "Panda",
1251
- "PanelBottom",
1252
- "PanelBottomClose",
1253
- "PanelBottomDashed",
1254
- "PanelBottomInactive",
1255
- "PanelBottomOpen",
1256
- "PanelLeft",
1257
- "PanelLeftClose",
1258
- "PanelLeftDashed",
1259
- "PanelLeftInactive",
1260
- "PanelLeftOpen",
1261
- "PanelLeftRightDashed",
1262
- "PanelRight",
1263
- "PanelRightClose",
1264
- "PanelRightDashed",
1265
- "PanelRightInactive",
1266
- "PanelRightOpen",
1267
- "PanelTop",
1268
- "PanelTopBottomDashed",
1269
- "PanelTopClose",
1270
- "PanelTopDashed",
1271
- "PanelTopInactive",
1272
- "PanelTopOpen",
1273
- "PanelsLeftBottom",
1274
- "PanelsLeftRight",
1275
- "PanelsRightBottom",
1276
- "PanelsTopBottom",
1277
- "PanelsTopLeft",
1278
- "Paperclip",
1279
- "Parentheses",
1280
- "ParkingCircle",
1281
- "ParkingCircleOff",
1282
- "ParkingMeter",
1283
- "ParkingSquare",
1284
- "ParkingSquareOff",
1285
- "PartyPopper",
1286
- "Pause",
1287
- "PauseCircle",
1288
- "PauseOctagon",
1289
- "PawPrint",
1290
- "PcCase",
1291
- "Pen",
1292
- "PenBox",
1293
- "PenLine",
1294
- "PenOff",
1295
- "PenSquare",
1296
- "PenTool",
1297
- "Pencil",
1298
- "PencilLine",
1299
- "PencilOff",
1300
- "PencilRuler",
1301
- "Pentagon",
1302
- "Percent",
1303
- "PercentCircle",
1304
- "PercentDiamond",
1305
- "PercentSquare",
1306
- "PersonStanding",
1307
- "PhilippinePeso",
1308
- "Phone",
1309
- "PhoneCall",
1310
- "PhoneForwarded",
1311
- "PhoneIncoming",
1312
- "PhoneMissed",
1313
- "PhoneOff",
1314
- "PhoneOutgoing",
1315
- "Pi",
1316
- "PiSquare",
1317
- "Piano",
1318
- "Pickaxe",
1319
- "PictureInPicture",
1320
- "PictureInPicture2",
1321
- "PieChart",
1322
- "PiggyBank",
1323
- "Pilcrow",
1324
- "PilcrowLeft",
1325
- "PilcrowRight",
1326
- "PilcrowSquare",
1327
- "Pill",
1328
- "PillBottle",
1329
- "Pin",
1330
- "PinOff",
1331
- "Pipette",
1332
- "Pizza",
1333
- "Plane",
1334
- "PlaneLanding",
1335
- "PlaneTakeoff",
1336
- "Play",
1337
- "PlayCircle",
1338
- "PlaySquare",
1339
- "Plug",
1340
- "Plug2",
1341
- "PlugZap",
1342
- "PlugZap2",
1343
- "Plus",
1344
- "PlusCircle",
1345
- "PlusSquare",
1346
- "PocketKnife",
1347
- "Podcast",
1348
- "Pointer",
1349
- "PointerOff",
1350
- "Popcorn",
1351
- "Popsicle",
1352
- "PoundSterling",
1353
- "Power",
1354
- "PowerCircle",
1355
- "PowerOff",
1356
- "PowerSquare",
1357
- "Presentation",
1358
- "Printer",
1359
- "PrinterCheck",
1360
- "PrinterX",
1361
- "Projector",
1362
- "Proportions",
1363
- "Puzzle",
1364
- "Pyramid",
1365
- "QrCode",
1366
- "Quote",
1367
- "Rabbit",
1368
- "Radar",
1369
- "Radiation",
1370
- "Radical",
1371
- "Radio",
1372
- "RadioOff",
1373
- "RadioReceiver",
1374
- "RadioTower",
1375
- "Radius",
1376
- "Rainbow",
1377
- "Rat",
1378
- "Ratio",
1379
- "Receipt",
1380
- "ReceiptCent",
1381
- "ReceiptEuro",
1382
- "ReceiptIndianRupee",
1383
- "ReceiptJapaneseYen",
1384
- "ReceiptPoundSterling",
1385
- "ReceiptRussianRuble",
1386
- "ReceiptSwissFranc",
1387
- "ReceiptText",
1388
- "ReceiptTurkishLira",
1389
- "RectangleCircle",
1390
- "RectangleEllipsis",
1391
- "RectangleGoggles",
1392
- "RectangleHorizontal",
1393
- "RectangleVertical",
1394
- "Recycle",
1395
- "Redo",
1396
- "Redo2",
1397
- "RedoDot",
1398
- "RefreshCcw",
1399
- "RefreshCcwDot",
1400
- "RefreshCw",
1401
- "RefreshCwOff",
1402
- "Refrigerator",
1403
- "Regex",
1404
- "RemoveFormatting",
1405
- "Repeat",
1406
- "Repeat1",
1407
- "Repeat2",
1408
- "RepeatOff",
1409
- "Replace",
1410
- "ReplaceAll",
1411
- "Reply",
1412
- "ReplyAll",
1413
- "Rewind",
1414
- "Ribbon",
1415
- "Road",
1416
- "Rocket",
1417
- "RockingChair",
1418
- "RollerCoaster",
1419
- "Rose",
1420
- "Rotate3D",
1421
- "RotateCcw",
1422
- "RotateCcwKey",
1423
- "RotateCcwSquare",
1424
- "RotateCw",
1425
- "RotateCwSquare",
1426
- "Route",
1427
- "RouteOff",
1428
- "Router",
1429
- "Rows",
1430
- "Rows2",
1431
- "Rows3",
1432
- "Rows4",
1433
- "Rss",
1434
- "Ruler",
1435
- "RulerDimensionLine",
1436
- "RussianRuble",
1437
- "Sailboat",
1438
- "Salad",
1439
- "Sandwich",
1440
- "Satellite",
1441
- "SatelliteDish",
1442
- "SaudiRiyal",
1443
- "Save",
1444
- "SaveAll",
1445
- "SaveOff",
1446
- "Scale",
1447
- "Scale3D",
1448
- "Scaling",
1449
- "Scan",
1450
- "ScanBarcode",
1451
- "ScanEye",
1452
- "ScanFace",
1453
- "ScanHeart",
1454
- "ScanLine",
1455
- "ScanQrCode",
1456
- "ScanSearch",
1457
- "ScanText",
1458
- "ScatterChart",
1459
- "School",
1460
- "School2",
1461
- "Scissors",
1462
- "ScissorsLineDashed",
1463
- "ScissorsSquare",
1464
- "ScissorsSquareDashedBottom",
1465
- "Scooter",
1466
- "ScreenShare",
1467
- "ScreenShareOff",
1468
- "Scroll",
1469
- "ScrollText",
1470
- "Search",
1471
- "SearchAlert",
1472
- "SearchCheck",
1473
- "SearchCode",
1474
- "SearchSlash",
1475
- "SearchX",
1476
- "Section",
1477
- "Send",
1478
- "SendHorizonal",
1479
- "SendHorizontal",
1480
- "SendToBack",
1481
- "SeparatorHorizontal",
1482
- "SeparatorVertical",
1483
- "Server",
1484
- "ServerCog",
1485
- "ServerCrash",
1486
- "ServerOff",
1487
- "Settings",
1488
- "Settings2",
1489
- "Shapes",
1490
- "Share",
1491
- "Share2",
1492
- "Sheet",
1493
- "Shell",
1494
- "ShelvingUnit",
1495
- "Shield",
1496
- "ShieldAlert",
1497
- "ShieldBan",
1498
- "ShieldCheck",
1499
- "ShieldClose",
1500
- "ShieldCog",
1501
- "ShieldCogCorner",
1502
- "ShieldEllipsis",
1503
- "ShieldHalf",
1504
- "ShieldMinus",
1505
- "ShieldOff",
1506
- "ShieldPlus",
1507
- "ShieldQuestion",
1508
- "ShieldQuestionMark",
1509
- "ShieldUser",
1510
- "ShieldX",
1511
- "Ship",
1512
- "ShipWheel",
1513
- "Shirt",
1514
- "ShoppingBag",
1515
- "ShoppingBasket",
1516
- "ShoppingCart",
1517
- "Shovel",
1518
- "ShowerHead",
1519
- "Shredder",
1520
- "Shrimp",
1521
- "Shrink",
1522
- "Shrub",
1523
- "Shuffle",
1524
- "Sidebar",
1525
- "SidebarClose",
1526
- "SidebarOpen",
1527
- "Sigma",
1528
- "SigmaSquare",
1529
- "Signal",
1530
- "SignalHigh",
1531
- "SignalLow",
1532
- "SignalMedium",
1533
- "SignalZero",
1534
- "Signature",
1535
- "Signpost",
1536
- "SignpostBig",
1537
- "Siren",
1538
- "SkipBack",
1539
- "SkipForward",
1540
- "Skull",
1541
- "Slash",
1542
- "SlashSquare",
1543
- "Slice",
1544
- "Sliders",
1545
- "SlidersHorizontal",
1546
- "SlidersVertical",
1547
- "Smartphone",
1548
- "SmartphoneCharging",
1549
- "SmartphoneNfc",
1550
- "Smile",
1551
- "SmilePlus",
1552
- "Snail",
1553
- "Snowflake",
1554
- "SoapDispenserDroplet",
1555
- "Sofa",
1556
- "SolarPanel",
1557
- "SortAsc",
1558
- "SortDesc",
1559
- "Soup",
1560
- "Space",
1561
- "Spade",
1562
- "Sparkle",
1563
- "Sparkles",
1564
- "Speaker",
1565
- "Speech",
1566
- "SpellCheck",
1567
- "SpellCheck2",
1568
- "Spline",
1569
- "SplinePointer",
1570
- "Split",
1571
- "SplitSquareHorizontal",
1572
- "SplitSquareVertical",
1573
- "Spool",
1574
- "SportShoe",
1575
- "Spotlight",
1576
- "SprayCan",
1577
- "Sprout",
1578
- "Square",
1579
- "SquareActivity",
1580
- "SquareArrowDown",
1581
- "SquareArrowDownLeft",
1582
- "SquareArrowDownRight",
1583
- "SquareArrowLeft",
1584
- "SquareArrowOutDownLeft",
1585
- "SquareArrowOutDownRight",
1586
- "SquareArrowOutUpLeft",
1587
- "SquareArrowOutUpRight",
1588
- "SquareArrowRight",
1589
- "SquareArrowRightEnter",
1590
- "SquareArrowRightExit",
1591
- "SquareArrowUp",
1592
- "SquareArrowUpLeft",
1593
- "SquareArrowUpRight",
1594
- "SquareAsterisk",
1595
- "SquareBottomDashedScissors",
1596
- "SquareCenterlineDashedHorizontal",
1597
- "SquareCenterlineDashedVertical",
1598
- "SquareChartGantt",
1599
- "SquareCheck",
1600
- "SquareCheckBig",
1601
- "SquareChevronDown",
1602
- "SquareChevronLeft",
1603
- "SquareChevronRight",
1604
- "SquareChevronUp",
1605
- "SquareCode",
1606
- "SquareDashed",
1607
- "SquareDashedBottom",
1608
- "SquareDashedBottomCode",
1609
- "SquareDashedKanban",
1610
- "SquareDashedMousePointer",
1611
- "SquareDashedText",
1612
- "SquareDashedTopSolid",
1613
- "SquareDivide",
1614
- "SquareDot",
1615
- "SquareEqual",
1616
- "SquareFunction",
1617
- "SquareGanttChart",
1618
- "SquareKanban",
1619
- "SquareLibrary",
1620
- "SquareM",
1621
- "SquareMenu",
1622
- "SquareMinus",
1623
- "SquareMousePointer",
1624
- "SquareParking",
1625
- "SquareParkingOff",
1626
- "SquarePause",
1627
- "SquarePen",
1628
- "SquarePercent",
1629
- "SquarePi",
1630
- "SquarePilcrow",
1631
- "SquarePlay",
1632
- "SquarePlus",
1633
- "SquarePower",
1634
- "SquareRadical",
1635
- "SquareRoundCorner",
1636
- "SquareScissors",
1637
- "SquareSigma",
1638
- "SquareSlash",
1639
- "SquareSplitHorizontal",
1640
- "SquareSplitVertical",
1641
- "SquareSquare",
1642
- "SquareStack",
1643
- "SquareStar",
1644
- "SquareStop",
1645
- "SquareTerminal",
1646
- "SquareUser",
1647
- "SquareUserRound",
1648
- "SquareX",
1649
- "SquaresExclude",
1650
- "SquaresIntersect",
1651
- "SquaresSubtract",
1652
- "SquaresUnite",
1653
- "Squircle",
1654
- "SquircleDashed",
1655
- "Squirrel",
1656
- "Stamp",
1657
- "Star",
1658
- "StarHalf",
1659
- "StarOff",
1660
- "Stars",
1661
- "StepBack",
1662
- "StepForward",
1663
- "Stethoscope",
1664
- "Sticker",
1665
- "StickyNote",
1666
- "Stone",
1667
- "StopCircle",
1668
- "Store",
1669
- "StretchHorizontal",
1670
- "StretchVertical",
1671
- "Strikethrough",
1672
- "Subscript",
1673
- "Subtitles",
1674
- "Sun",
1675
- "SunDim",
1676
- "SunMedium",
1677
- "SunMoon",
1678
- "SunSnow",
1679
- "Sunrise",
1680
- "Sunset",
1681
- "Superscript",
1682
- "SwatchBook",
1683
- "SwissFranc",
1684
- "SwitchCamera",
1685
- "Sword",
1686
- "Swords",
1687
- "Syringe",
1688
- "Table",
1689
- "Table2",
1690
- "TableCellsMerge",
1691
- "TableCellsSplit",
1692
- "TableColumnsSplit",
1693
- "TableConfig",
1694
- "TableOfContents",
1695
- "TableProperties",
1696
- "TableRowsSplit",
1697
- "Tablet",
1698
- "TabletSmartphone",
1699
- "Tablets",
1700
- "Tag",
1701
- "Tags",
1702
- "Tally1",
1703
- "Tally2",
1704
- "Tally3",
1705
- "Tally4",
1706
- "Tally5",
1707
- "Tangent",
1708
- "Target",
1709
- "Telescope",
1710
- "Tent",
1711
- "TentTree",
1712
- "Terminal",
1713
- "TerminalSquare",
1714
- "TestTube",
1715
- "TestTube2",
1716
- "TestTubeDiagonal",
1717
- "TestTubes",
1718
- "Text",
1719
- "TextAlignCenter",
1720
- "TextAlignEnd",
1721
- "TextAlignJustify",
1722
- "TextAlignStart",
1723
- "TextCursor",
1724
- "TextCursorInput",
1725
- "TextInitial",
1726
- "TextQuote",
1727
- "TextSearch",
1728
- "TextSelect",
1729
- "TextSelection",
1730
- "TextWrap",
1731
- "Theater",
1732
- "Thermometer",
1733
- "ThermometerSnowflake",
1734
- "ThermometerSun",
1735
- "ThumbsDown",
1736
- "ThumbsUp",
1737
- "Ticket",
1738
- "TicketCheck",
1739
- "TicketMinus",
1740
- "TicketPercent",
1741
- "TicketPlus",
1742
- "TicketSlash",
1743
- "TicketX",
1744
- "Tickets",
1745
- "TicketsPlane",
1746
- "Timeline",
1747
- "Timer",
1748
- "TimerOff",
1749
- "TimerReset",
1750
- "ToggleLeft",
1751
- "ToggleRight",
1752
- "Toilet",
1753
- "ToolCase",
1754
- "Toolbox",
1755
- "Tornado",
1756
- "Torus",
1757
- "Touchpad",
1758
- "TouchpadOff",
1759
- "TowelRack",
1760
- "TowerControl",
1761
- "ToyBrick",
1762
- "Tractor",
1763
- "TrafficCone",
1764
- "Train",
1765
- "TrainFront",
1766
- "TrainFrontTunnel",
1767
- "TrainTrack",
1768
- "TramFront",
1769
- "Transgender",
1770
- "Trash",
1771
- "Trash2",
1772
- "TreeDeciduous",
1773
- "TreePalm",
1774
- "TreePine",
1775
- "Trees",
1776
- "TrendingDown",
1777
- "TrendingUp",
1778
- "TrendingUpDown",
1779
- "Triangle",
1780
- "TriangleAlert",
1781
- "TriangleDashed",
1782
- "TriangleRight",
1783
- "Trophy",
1784
- "Truck",
1785
- "TruckElectric",
1786
- "TurkishLira",
1787
- "Turntable",
1788
- "Turtle",
1789
- "Tv",
1790
- "Tv2",
1791
- "TvMinimal",
1792
- "TvMinimalPlay",
1793
- "Type",
1794
- "TypeOutline",
1795
- "Umbrella",
1796
- "UmbrellaOff",
1797
- "Underline",
1798
- "Undo",
1799
- "Undo2",
1800
- "UndoDot",
1801
- "UnfoldHorizontal",
1802
- "UnfoldVertical",
1803
- "Ungroup",
1804
- "University",
1805
- "Unlink",
1806
- "Unlink2",
1807
- "Unlock",
1808
- "UnlockKeyhole",
1809
- "Unplug",
1810
- "Upload",
1811
- "UploadCloud",
1812
- "Usb",
1813
- "User",
1814
- "User2",
1815
- "UserCheck",
1816
- "UserCheck2",
1817
- "UserCircle",
1818
- "UserCircle2",
1819
- "UserCog",
1820
- "UserCog2",
1821
- "UserKey",
1822
- "UserLock",
1823
- "UserMinus",
1824
- "UserMinus2",
1825
- "UserPen",
1826
- "UserPlus",
1827
- "UserPlus2",
1828
- "UserRound",
1829
- "UserRoundCheck",
1830
- "UserRoundCog",
1831
- "UserRoundKey",
1832
- "UserRoundMinus",
1833
- "UserRoundPen",
1834
- "UserRoundPlus",
1835
- "UserRoundSearch",
1836
- "UserRoundX",
1837
- "UserSearch",
1838
- "UserSquare",
1839
- "UserSquare2",
1840
- "UserStar",
1841
- "UserX",
1842
- "UserX2",
1843
- "Users",
1844
- "Users2",
1845
- "UsersRound",
1846
- "Utensils",
1847
- "UtensilsCrossed",
1848
- "UtilityPole",
1849
- "Van",
1850
- "Variable",
1851
- "Vault",
1852
- "VectorSquare",
1853
- "Vegan",
1854
- "VenetianMask",
1855
- "Venus",
1856
- "VenusAndMars",
1857
- "Verified",
1858
- "Vibrate",
1859
- "VibrateOff",
1860
- "Video",
1861
- "VideoOff",
1862
- "Videotape",
1863
- "View",
1864
- "Voicemail",
1865
- "Volleyball",
1866
- "Volume",
1867
- "Volume1",
1868
- "Volume2",
1869
- "VolumeOff",
1870
- "VolumeX",
1871
- "Vote",
1872
- "Wallet",
1873
- "Wallet2",
1874
- "WalletCards",
1875
- "WalletMinimal",
1876
- "Wallpaper",
1877
- "Wand",
1878
- "Wand2",
1879
- "WandSparkles",
1880
- "Warehouse",
1881
- "WashingMachine",
1882
- "Watch",
1883
- "Waves",
1884
- "WavesArrowDown",
1885
- "WavesArrowUp",
1886
- "WavesHorizontal",
1887
- "WavesLadder",
1888
- "WavesVertical",
1889
- "Waypoints",
1890
- "Webcam",
1891
- "Webhook",
1892
- "WebhookOff",
1893
- "Weight",
1894
- "WeightTilde",
1895
- "Wheat",
1896
- "WheatOff",
1897
- "WholeWord",
1898
- "Wifi",
1899
- "WifiCog",
1900
- "WifiHigh",
1901
- "WifiLow",
1902
- "WifiOff",
1903
- "WifiPen",
1904
- "WifiSync",
1905
- "WifiZero",
1906
- "Wind",
1907
- "WindArrowDown",
1908
- "Wine",
1909
- "WineOff",
1910
- "Workflow",
1911
- "Worm",
1912
- "WrapText",
1913
- "Wrench",
1914
- "X",
1915
- "XCircle",
1916
- "XLineTop",
1917
- "XOctagon",
1918
- "XSquare",
1919
- "Zap",
1920
- "ZapOff",
1921
- "ZodiacAquarius",
1922
- "ZodiacAries",
1923
- "ZodiacCancer",
1924
- "ZodiacCapricorn",
1925
- "ZodiacGemini",
1926
- "ZodiacLeo",
1927
- "ZodiacLibra",
1928
- "ZodiacOphiuchus",
1929
- "ZodiacPisces",
1930
- "ZodiacSagittarius",
1931
- "ZodiacScorpio",
1932
- "ZodiacTaurus",
1933
- "ZodiacVirgo",
1934
- "ZoomIn",
1935
- "ZoomOut"
1936
- ];