@kubex/zinc 1.1.97 → 1.1.99

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