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