@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,2060 @@
1
+ import type { IconSetDefinition } from "../types";
2
+
3
+ export const bootstrapIconSet: IconSetDefinition = {
4
+ id: "bi",
5
+ title: "Bootstrap Icons",
6
+ prefix: "bi bi-",
7
+ formatter: (name: string) => `bi bi-${name}`,
8
+ icons: [
9
+ "0-circle",
10
+ "0-circle-fill",
11
+ "0-square",
12
+ "0-square-fill",
13
+ "1-circle",
14
+ "1-circle-fill",
15
+ "1-square",
16
+ "1-square-fill",
17
+ "123",
18
+ "2-circle",
19
+ "2-circle-fill",
20
+ "2-square",
21
+ "2-square-fill",
22
+ "3-circle",
23
+ "3-circle-fill",
24
+ "3-square",
25
+ "3-square-fill",
26
+ "4-circle",
27
+ "4-circle-fill",
28
+ "4-square",
29
+ "4-square-fill",
30
+ "5-circle",
31
+ "5-circle-fill",
32
+ "5-square",
33
+ "5-square-fill",
34
+ "6-circle",
35
+ "6-circle-fill",
36
+ "6-square",
37
+ "6-square-fill",
38
+ "7-circle",
39
+ "7-circle-fill",
40
+ "7-square",
41
+ "7-square-fill",
42
+ "8-circle",
43
+ "8-circle-fill",
44
+ "8-square",
45
+ "8-square-fill",
46
+ "9-circle",
47
+ "9-circle-fill",
48
+ "9-square",
49
+ "9-square-fill",
50
+ "activity",
51
+ "airplane",
52
+ "airplane-engines",
53
+ "airplane-engines-fill",
54
+ "airplane-fill",
55
+ "alarm",
56
+ "alarm-fill",
57
+ "alexa",
58
+ "align-bottom",
59
+ "align-center",
60
+ "align-end",
61
+ "align-middle",
62
+ "align-start",
63
+ "align-top",
64
+ "alipay",
65
+ "alphabet",
66
+ "alphabet-uppercase",
67
+ "alt",
68
+ "amazon",
69
+ "amd",
70
+ "android",
71
+ "android2",
72
+ "app",
73
+ "app-indicator",
74
+ "apple",
75
+ "archive",
76
+ "archive-fill",
77
+ "arrow-90deg-down",
78
+ "arrow-90deg-left",
79
+ "arrow-90deg-right",
80
+ "arrow-90deg-up",
81
+ "arrow-bar-down",
82
+ "arrow-bar-left",
83
+ "arrow-bar-right",
84
+ "arrow-bar-up",
85
+ "arrow-clockwise",
86
+ "arrow-counterclockwise",
87
+ "arrow-down",
88
+ "arrow-down-circle",
89
+ "arrow-down-circle-fill",
90
+ "arrow-down-left",
91
+ "arrow-down-left-circle",
92
+ "arrow-down-left-circle-fill",
93
+ "arrow-down-left-square",
94
+ "arrow-down-left-square-fill",
95
+ "arrow-down-right",
96
+ "arrow-down-right-circle",
97
+ "arrow-down-right-circle-fill",
98
+ "arrow-down-right-square",
99
+ "arrow-down-right-square-fill",
100
+ "arrow-down-short",
101
+ "arrow-down-square",
102
+ "arrow-down-square-fill",
103
+ "arrow-down-up",
104
+ "arrow-left",
105
+ "arrow-left-circle",
106
+ "arrow-left-circle-fill",
107
+ "arrow-left-right",
108
+ "arrow-left-short",
109
+ "arrow-left-square",
110
+ "arrow-left-square-fill",
111
+ "arrow-repeat",
112
+ "arrow-return-left",
113
+ "arrow-return-right",
114
+ "arrow-right",
115
+ "arrow-right-circle",
116
+ "arrow-right-circle-fill",
117
+ "arrow-right-short",
118
+ "arrow-right-square",
119
+ "arrow-right-square-fill",
120
+ "arrow-through-heart",
121
+ "arrow-through-heart-fill",
122
+ "arrow-up",
123
+ "arrow-up-circle",
124
+ "arrow-up-circle-fill",
125
+ "arrow-up-left",
126
+ "arrow-up-left-circle",
127
+ "arrow-up-left-circle-fill",
128
+ "arrow-up-left-square",
129
+ "arrow-up-left-square-fill",
130
+ "arrow-up-right",
131
+ "arrow-up-right-circle",
132
+ "arrow-up-right-circle-fill",
133
+ "arrow-up-right-square",
134
+ "arrow-up-right-square-fill",
135
+ "arrow-up-short",
136
+ "arrow-up-square",
137
+ "arrow-up-square-fill",
138
+ "arrows",
139
+ "arrows-angle-contract",
140
+ "arrows-angle-expand",
141
+ "arrows-collapse",
142
+ "arrows-collapse-vertical",
143
+ "arrows-expand",
144
+ "arrows-expand-vertical",
145
+ "arrows-fullscreen",
146
+ "arrows-move",
147
+ "arrows-vertical",
148
+ "aspect-ratio",
149
+ "aspect-ratio-fill",
150
+ "asterisk",
151
+ "at",
152
+ "award",
153
+ "award-fill",
154
+ "back",
155
+ "backpack",
156
+ "backpack-fill",
157
+ "backpack2",
158
+ "backpack2-fill",
159
+ "backpack3",
160
+ "backpack3-fill",
161
+ "backpack4",
162
+ "backpack4-fill",
163
+ "backspace",
164
+ "backspace-fill",
165
+ "backspace-reverse",
166
+ "backspace-reverse-fill",
167
+ "badge-3d",
168
+ "badge-3d-fill",
169
+ "badge-4k",
170
+ "badge-4k-fill",
171
+ "badge-8k",
172
+ "badge-8k-fill",
173
+ "badge-ad",
174
+ "badge-ad-fill",
175
+ "badge-ar",
176
+ "badge-ar-fill",
177
+ "badge-cc",
178
+ "badge-cc-fill",
179
+ "badge-hd",
180
+ "badge-hd-fill",
181
+ "badge-sd",
182
+ "badge-sd-fill",
183
+ "badge-tm",
184
+ "badge-tm-fill",
185
+ "badge-vo",
186
+ "badge-vo-fill",
187
+ "badge-vr",
188
+ "badge-vr-fill",
189
+ "badge-wc",
190
+ "badge-wc-fill",
191
+ "bag",
192
+ "bag-check",
193
+ "bag-check-fill",
194
+ "bag-dash",
195
+ "bag-dash-fill",
196
+ "bag-fill",
197
+ "bag-heart",
198
+ "bag-heart-fill",
199
+ "bag-plus",
200
+ "bag-plus-fill",
201
+ "bag-x",
202
+ "bag-x-fill",
203
+ "balloon",
204
+ "balloon-fill",
205
+ "balloon-heart",
206
+ "balloon-heart-fill",
207
+ "ban",
208
+ "ban-fill",
209
+ "bandaid",
210
+ "bandaid-fill",
211
+ "bank",
212
+ "bank2",
213
+ "bar-chart",
214
+ "bar-chart-fill",
215
+ "bar-chart-line",
216
+ "bar-chart-line-fill",
217
+ "bar-chart-steps",
218
+ "basket",
219
+ "basket-fill",
220
+ "basket2",
221
+ "basket2-fill",
222
+ "basket3",
223
+ "basket3-fill",
224
+ "battery",
225
+ "battery-charging",
226
+ "battery-full",
227
+ "battery-half",
228
+ "behance",
229
+ "bell",
230
+ "bell-fill",
231
+ "bell-slash",
232
+ "bell-slash-fill",
233
+ "bezier",
234
+ "bezier2",
235
+ "bicycle",
236
+ "bing",
237
+ "binoculars",
238
+ "binoculars-fill",
239
+ "blockquote-left",
240
+ "blockquote-right",
241
+ "bluetooth",
242
+ "body-text",
243
+ "book",
244
+ "book-fill",
245
+ "book-half",
246
+ "bookmark",
247
+ "bookmark-check",
248
+ "bookmark-check-fill",
249
+ "bookmark-dash",
250
+ "bookmark-dash-fill",
251
+ "bookmark-fill",
252
+ "bookmark-heart",
253
+ "bookmark-heart-fill",
254
+ "bookmark-plus",
255
+ "bookmark-plus-fill",
256
+ "bookmark-star",
257
+ "bookmark-star-fill",
258
+ "bookmark-x",
259
+ "bookmark-x-fill",
260
+ "bookmarks",
261
+ "bookmarks-fill",
262
+ "bookshelf",
263
+ "boombox",
264
+ "boombox-fill",
265
+ "bootstrap",
266
+ "bootstrap-fill",
267
+ "bootstrap-reboot",
268
+ "border",
269
+ "border-all",
270
+ "border-bottom",
271
+ "border-center",
272
+ "border-inner",
273
+ "border-left",
274
+ "border-middle",
275
+ "border-outer",
276
+ "border-right",
277
+ "border-style",
278
+ "border-top",
279
+ "border-width",
280
+ "bounding-box",
281
+ "bounding-box-circles",
282
+ "box",
283
+ "box-arrow-down",
284
+ "box-arrow-down-left",
285
+ "box-arrow-down-right",
286
+ "box-arrow-in-down",
287
+ "box-arrow-in-down-left",
288
+ "box-arrow-in-down-right",
289
+ "box-arrow-in-left",
290
+ "box-arrow-in-right",
291
+ "box-arrow-in-up",
292
+ "box-arrow-in-up-left",
293
+ "box-arrow-in-up-right",
294
+ "box-arrow-left",
295
+ "box-arrow-right",
296
+ "box-arrow-up",
297
+ "box-arrow-up-left",
298
+ "box-arrow-up-right",
299
+ "box-fill",
300
+ "box-seam",
301
+ "box-seam-fill",
302
+ "box2",
303
+ "box2-fill",
304
+ "box2-heart",
305
+ "box2-heart-fill",
306
+ "boxes",
307
+ "braces",
308
+ "braces-asterisk",
309
+ "bricks",
310
+ "briefcase",
311
+ "briefcase-fill",
312
+ "brightness-alt-high",
313
+ "brightness-alt-high-fill",
314
+ "brightness-alt-low",
315
+ "brightness-alt-low-fill",
316
+ "brightness-high",
317
+ "brightness-high-fill",
318
+ "brightness-low",
319
+ "brightness-low-fill",
320
+ "brilliance",
321
+ "broadcast",
322
+ "broadcast-pin",
323
+ "browser-chrome",
324
+ "browser-edge",
325
+ "browser-firefox",
326
+ "browser-safari",
327
+ "brush",
328
+ "brush-fill",
329
+ "bucket",
330
+ "bucket-fill",
331
+ "bug",
332
+ "bug-fill",
333
+ "building",
334
+ "building-add",
335
+ "building-check",
336
+ "building-dash",
337
+ "building-down",
338
+ "building-exclamation",
339
+ "building-fill",
340
+ "building-fill-add",
341
+ "building-fill-check",
342
+ "building-fill-dash",
343
+ "building-fill-down",
344
+ "building-fill-exclamation",
345
+ "building-fill-gear",
346
+ "building-fill-lock",
347
+ "building-fill-slash",
348
+ "building-fill-up",
349
+ "building-fill-x",
350
+ "building-gear",
351
+ "building-lock",
352
+ "building-slash",
353
+ "building-up",
354
+ "building-x",
355
+ "buildings",
356
+ "buildings-fill",
357
+ "bullseye",
358
+ "bus-front",
359
+ "bus-front-fill",
360
+ "c-circle",
361
+ "c-circle-fill",
362
+ "c-square",
363
+ "c-square-fill",
364
+ "cake",
365
+ "cake-fill",
366
+ "cake2",
367
+ "cake2-fill",
368
+ "calculator",
369
+ "calculator-fill",
370
+ "calendar",
371
+ "calendar-check",
372
+ "calendar-check-fill",
373
+ "calendar-date",
374
+ "calendar-date-fill",
375
+ "calendar-day",
376
+ "calendar-day-fill",
377
+ "calendar-event",
378
+ "calendar-event-fill",
379
+ "calendar-fill",
380
+ "calendar-heart",
381
+ "calendar-heart-fill",
382
+ "calendar-minus",
383
+ "calendar-minus-fill",
384
+ "calendar-month",
385
+ "calendar-month-fill",
386
+ "calendar-plus",
387
+ "calendar-plus-fill",
388
+ "calendar-range",
389
+ "calendar-range-fill",
390
+ "calendar-week",
391
+ "calendar-week-fill",
392
+ "calendar-x",
393
+ "calendar-x-fill",
394
+ "calendar2",
395
+ "calendar2-check",
396
+ "calendar2-check-fill",
397
+ "calendar2-date",
398
+ "calendar2-date-fill",
399
+ "calendar2-day",
400
+ "calendar2-day-fill",
401
+ "calendar2-event",
402
+ "calendar2-event-fill",
403
+ "calendar2-fill",
404
+ "calendar2-heart",
405
+ "calendar2-heart-fill",
406
+ "calendar2-minus",
407
+ "calendar2-minus-fill",
408
+ "calendar2-month",
409
+ "calendar2-month-fill",
410
+ "calendar2-plus",
411
+ "calendar2-plus-fill",
412
+ "calendar2-range",
413
+ "calendar2-range-fill",
414
+ "calendar2-week",
415
+ "calendar2-week-fill",
416
+ "calendar2-x",
417
+ "calendar2-x-fill",
418
+ "calendar3",
419
+ "calendar3-event",
420
+ "calendar3-event-fill",
421
+ "calendar3-fill",
422
+ "calendar3-range",
423
+ "calendar3-range-fill",
424
+ "calendar3-week",
425
+ "calendar3-week-fill",
426
+ "calendar4",
427
+ "calendar4-event",
428
+ "calendar4-range",
429
+ "calendar4-week",
430
+ "camera",
431
+ "camera-fill",
432
+ "camera-reels",
433
+ "camera-reels-fill",
434
+ "camera-video",
435
+ "camera-video-fill",
436
+ "camera-video-off",
437
+ "camera-video-off-fill",
438
+ "camera2",
439
+ "capslock",
440
+ "capslock-fill",
441
+ "capsule",
442
+ "capsule-pill",
443
+ "car-front",
444
+ "car-front-fill",
445
+ "card-checklist",
446
+ "card-heading",
447
+ "card-image",
448
+ "card-list",
449
+ "card-text",
450
+ "caret-down",
451
+ "caret-down-fill",
452
+ "caret-down-square",
453
+ "caret-down-square-fill",
454
+ "caret-left",
455
+ "caret-left-fill",
456
+ "caret-left-square",
457
+ "caret-left-square-fill",
458
+ "caret-right",
459
+ "caret-right-fill",
460
+ "caret-right-square",
461
+ "caret-right-square-fill",
462
+ "caret-up",
463
+ "caret-up-fill",
464
+ "caret-up-square",
465
+ "caret-up-square-fill",
466
+ "cart",
467
+ "cart-check",
468
+ "cart-check-fill",
469
+ "cart-dash",
470
+ "cart-dash-fill",
471
+ "cart-fill",
472
+ "cart-plus",
473
+ "cart-plus-fill",
474
+ "cart-x",
475
+ "cart-x-fill",
476
+ "cart2",
477
+ "cart3",
478
+ "cart4",
479
+ "cash",
480
+ "cash-coin",
481
+ "cash-stack",
482
+ "cassette",
483
+ "cassette-fill",
484
+ "cast",
485
+ "cc-circle",
486
+ "cc-circle-fill",
487
+ "cc-square",
488
+ "cc-square-fill",
489
+ "chat",
490
+ "chat-dots",
491
+ "chat-dots-fill",
492
+ "chat-fill",
493
+ "chat-heart",
494
+ "chat-heart-fill",
495
+ "chat-left",
496
+ "chat-left-dots",
497
+ "chat-left-dots-fill",
498
+ "chat-left-fill",
499
+ "chat-left-heart",
500
+ "chat-left-heart-fill",
501
+ "chat-left-quote",
502
+ "chat-left-quote-fill",
503
+ "chat-left-text",
504
+ "chat-left-text-fill",
505
+ "chat-quote",
506
+ "chat-quote-fill",
507
+ "chat-right",
508
+ "chat-right-dots",
509
+ "chat-right-dots-fill",
510
+ "chat-right-fill",
511
+ "chat-right-heart",
512
+ "chat-right-heart-fill",
513
+ "chat-right-quote",
514
+ "chat-right-quote-fill",
515
+ "chat-right-text",
516
+ "chat-right-text-fill",
517
+ "chat-square",
518
+ "chat-square-dots",
519
+ "chat-square-dots-fill",
520
+ "chat-square-fill",
521
+ "chat-square-heart",
522
+ "chat-square-heart-fill",
523
+ "chat-square-quote",
524
+ "chat-square-quote-fill",
525
+ "chat-square-text",
526
+ "chat-square-text-fill",
527
+ "chat-text",
528
+ "chat-text-fill",
529
+ "check",
530
+ "check-all",
531
+ "check-circle",
532
+ "check-circle-fill",
533
+ "check-lg",
534
+ "check-square",
535
+ "check-square-fill",
536
+ "check2",
537
+ "check2-all",
538
+ "check2-circle",
539
+ "check2-square",
540
+ "chevron-bar-contract",
541
+ "chevron-bar-down",
542
+ "chevron-bar-expand",
543
+ "chevron-bar-left",
544
+ "chevron-bar-right",
545
+ "chevron-bar-up",
546
+ "chevron-compact-down",
547
+ "chevron-compact-left",
548
+ "chevron-compact-right",
549
+ "chevron-compact-up",
550
+ "chevron-contract",
551
+ "chevron-double-down",
552
+ "chevron-double-left",
553
+ "chevron-double-right",
554
+ "chevron-double-up",
555
+ "chevron-down",
556
+ "chevron-expand",
557
+ "chevron-left",
558
+ "chevron-right",
559
+ "chevron-up",
560
+ "circle",
561
+ "circle-fill",
562
+ "circle-half",
563
+ "circle-square",
564
+ "clipboard",
565
+ "clipboard-check",
566
+ "clipboard-check-fill",
567
+ "clipboard-data",
568
+ "clipboard-data-fill",
569
+ "clipboard-fill",
570
+ "clipboard-heart",
571
+ "clipboard-heart-fill",
572
+ "clipboard-minus",
573
+ "clipboard-minus-fill",
574
+ "clipboard-plus",
575
+ "clipboard-plus-fill",
576
+ "clipboard-pulse",
577
+ "clipboard-x",
578
+ "clipboard-x-fill",
579
+ "clipboard2",
580
+ "clipboard2-check",
581
+ "clipboard2-check-fill",
582
+ "clipboard2-data",
583
+ "clipboard2-data-fill",
584
+ "clipboard2-fill",
585
+ "clipboard2-heart",
586
+ "clipboard2-heart-fill",
587
+ "clipboard2-minus",
588
+ "clipboard2-minus-fill",
589
+ "clipboard2-plus",
590
+ "clipboard2-plus-fill",
591
+ "clipboard2-pulse",
592
+ "clipboard2-pulse-fill",
593
+ "clipboard2-x",
594
+ "clipboard2-x-fill",
595
+ "clock",
596
+ "clock-fill",
597
+ "clock-history",
598
+ "cloud",
599
+ "cloud-arrow-down",
600
+ "cloud-arrow-down-fill",
601
+ "cloud-arrow-up",
602
+ "cloud-arrow-up-fill",
603
+ "cloud-check",
604
+ "cloud-check-fill",
605
+ "cloud-download",
606
+ "cloud-download-fill",
607
+ "cloud-drizzle",
608
+ "cloud-drizzle-fill",
609
+ "cloud-fill",
610
+ "cloud-fog",
611
+ "cloud-fog-fill",
612
+ "cloud-fog2",
613
+ "cloud-fog2-fill",
614
+ "cloud-hail",
615
+ "cloud-hail-fill",
616
+ "cloud-haze",
617
+ "cloud-haze-fill",
618
+ "cloud-haze2",
619
+ "cloud-haze2-fill",
620
+ "cloud-lightning",
621
+ "cloud-lightning-fill",
622
+ "cloud-lightning-rain",
623
+ "cloud-lightning-rain-fill",
624
+ "cloud-minus",
625
+ "cloud-minus-fill",
626
+ "cloud-moon",
627
+ "cloud-moon-fill",
628
+ "cloud-plus",
629
+ "cloud-plus-fill",
630
+ "cloud-rain",
631
+ "cloud-rain-fill",
632
+ "cloud-rain-heavy",
633
+ "cloud-rain-heavy-fill",
634
+ "cloud-slash",
635
+ "cloud-slash-fill",
636
+ "cloud-sleet",
637
+ "cloud-sleet-fill",
638
+ "cloud-snow",
639
+ "cloud-snow-fill",
640
+ "cloud-sun",
641
+ "cloud-sun-fill",
642
+ "cloud-upload",
643
+ "cloud-upload-fill",
644
+ "clouds",
645
+ "clouds-fill",
646
+ "cloudy",
647
+ "cloudy-fill",
648
+ "code",
649
+ "code-slash",
650
+ "code-square",
651
+ "coin",
652
+ "collection",
653
+ "collection-fill",
654
+ "collection-play",
655
+ "collection-play-fill",
656
+ "columns",
657
+ "columns-gap",
658
+ "command",
659
+ "compass",
660
+ "compass-fill",
661
+ "cone",
662
+ "cone-striped",
663
+ "controller",
664
+ "cookie",
665
+ "copy",
666
+ "cpu",
667
+ "cpu-fill",
668
+ "credit-card",
669
+ "credit-card-2-back",
670
+ "credit-card-2-back-fill",
671
+ "credit-card-2-front",
672
+ "credit-card-2-front-fill",
673
+ "credit-card-fill",
674
+ "crop",
675
+ "crosshair",
676
+ "crosshair2",
677
+ "cup",
678
+ "cup-fill",
679
+ "cup-hot",
680
+ "cup-hot-fill",
681
+ "cup-straw",
682
+ "currency-bitcoin",
683
+ "currency-dollar",
684
+ "currency-euro",
685
+ "currency-exchange",
686
+ "currency-pound",
687
+ "currency-rupee",
688
+ "currency-yen",
689
+ "cursor",
690
+ "cursor-fill",
691
+ "cursor-text",
692
+ "dash",
693
+ "dash-circle",
694
+ "dash-circle-dotted",
695
+ "dash-circle-fill",
696
+ "dash-lg",
697
+ "dash-square",
698
+ "dash-square-dotted",
699
+ "dash-square-fill",
700
+ "database",
701
+ "database-add",
702
+ "database-check",
703
+ "database-dash",
704
+ "database-down",
705
+ "database-exclamation",
706
+ "database-fill",
707
+ "database-fill-add",
708
+ "database-fill-check",
709
+ "database-fill-dash",
710
+ "database-fill-down",
711
+ "database-fill-exclamation",
712
+ "database-fill-gear",
713
+ "database-fill-lock",
714
+ "database-fill-slash",
715
+ "database-fill-up",
716
+ "database-fill-x",
717
+ "database-gear",
718
+ "database-lock",
719
+ "database-slash",
720
+ "database-up",
721
+ "database-x",
722
+ "device-hdd",
723
+ "device-hdd-fill",
724
+ "device-ssd",
725
+ "device-ssd-fill",
726
+ "diagram-2",
727
+ "diagram-2-fill",
728
+ "diagram-3",
729
+ "diagram-3-fill",
730
+ "diamond",
731
+ "diamond-fill",
732
+ "diamond-half",
733
+ "dice-1",
734
+ "dice-1-fill",
735
+ "dice-2",
736
+ "dice-2-fill",
737
+ "dice-3",
738
+ "dice-3-fill",
739
+ "dice-4",
740
+ "dice-4-fill",
741
+ "dice-5",
742
+ "dice-5-fill",
743
+ "dice-6",
744
+ "dice-6-fill",
745
+ "disc",
746
+ "disc-fill",
747
+ "discord",
748
+ "display",
749
+ "display-fill",
750
+ "displayport",
751
+ "displayport-fill",
752
+ "distribute-horizontal",
753
+ "distribute-vertical",
754
+ "door-closed",
755
+ "door-closed-fill",
756
+ "door-open",
757
+ "door-open-fill",
758
+ "dot",
759
+ "download",
760
+ "dpad",
761
+ "dpad-fill",
762
+ "dribbble",
763
+ "dropbox",
764
+ "droplet",
765
+ "droplet-fill",
766
+ "droplet-half",
767
+ "duffle",
768
+ "duffle-fill",
769
+ "ear",
770
+ "ear-fill",
771
+ "earbuds",
772
+ "easel",
773
+ "easel-fill",
774
+ "easel2",
775
+ "easel2-fill",
776
+ "easel3",
777
+ "easel3-fill",
778
+ "egg",
779
+ "egg-fill",
780
+ "egg-fried",
781
+ "eject",
782
+ "eject-fill",
783
+ "emoji-angry",
784
+ "emoji-angry-fill",
785
+ "emoji-astonished",
786
+ "emoji-astonished-fill",
787
+ "emoji-dizzy",
788
+ "emoji-dizzy-fill",
789
+ "emoji-expressionless",
790
+ "emoji-expressionless-fill",
791
+ "emoji-frown",
792
+ "emoji-frown-fill",
793
+ "emoji-grimace",
794
+ "emoji-grimace-fill",
795
+ "emoji-grin",
796
+ "emoji-grin-fill",
797
+ "emoji-heart-eyes",
798
+ "emoji-heart-eyes-fill",
799
+ "emoji-kiss",
800
+ "emoji-kiss-fill",
801
+ "emoji-laughing",
802
+ "emoji-laughing-fill",
803
+ "emoji-neutral",
804
+ "emoji-neutral-fill",
805
+ "emoji-smile",
806
+ "emoji-smile-fill",
807
+ "emoji-smile-upside-down",
808
+ "emoji-smile-upside-down-fill",
809
+ "emoji-sunglasses",
810
+ "emoji-sunglasses-fill",
811
+ "emoji-surprise",
812
+ "emoji-surprise-fill",
813
+ "emoji-tear",
814
+ "emoji-tear-fill",
815
+ "emoji-wink",
816
+ "emoji-wink-fill",
817
+ "envelope",
818
+ "envelope-arrow-down",
819
+ "envelope-arrow-down-fill",
820
+ "envelope-arrow-up",
821
+ "envelope-arrow-up-fill",
822
+ "envelope-at",
823
+ "envelope-at-fill",
824
+ "envelope-check",
825
+ "envelope-check-fill",
826
+ "envelope-dash",
827
+ "envelope-dash-fill",
828
+ "envelope-exclamation",
829
+ "envelope-exclamation-fill",
830
+ "envelope-fill",
831
+ "envelope-heart",
832
+ "envelope-heart-fill",
833
+ "envelope-open",
834
+ "envelope-open-fill",
835
+ "envelope-open-heart",
836
+ "envelope-open-heart-fill",
837
+ "envelope-paper",
838
+ "envelope-paper-fill",
839
+ "envelope-paper-heart",
840
+ "envelope-paper-heart-fill",
841
+ "envelope-plus",
842
+ "envelope-plus-fill",
843
+ "envelope-slash",
844
+ "envelope-slash-fill",
845
+ "envelope-x",
846
+ "envelope-x-fill",
847
+ "eraser",
848
+ "eraser-fill",
849
+ "escape",
850
+ "ethernet",
851
+ "ev-front",
852
+ "ev-front-fill",
853
+ "ev-station",
854
+ "ev-station-fill",
855
+ "exclamation",
856
+ "exclamation-circle",
857
+ "exclamation-circle-fill",
858
+ "exclamation-diamond",
859
+ "exclamation-diamond-fill",
860
+ "exclamation-lg",
861
+ "exclamation-octagon",
862
+ "exclamation-octagon-fill",
863
+ "exclamation-square",
864
+ "exclamation-square-fill",
865
+ "exclamation-triangle",
866
+ "exclamation-triangle-fill",
867
+ "exclude",
868
+ "explicit",
869
+ "explicit-fill",
870
+ "exposure",
871
+ "eye",
872
+ "eye-fill",
873
+ "eye-slash",
874
+ "eye-slash-fill",
875
+ "eyedropper",
876
+ "eyeglasses",
877
+ "facebook",
878
+ "fan",
879
+ "fast-forward",
880
+ "fast-forward-btn",
881
+ "fast-forward-btn-fill",
882
+ "fast-forward-circle",
883
+ "fast-forward-circle-fill",
884
+ "fast-forward-fill",
885
+ "feather",
886
+ "feather2",
887
+ "file",
888
+ "file-arrow-down",
889
+ "file-arrow-down-fill",
890
+ "file-arrow-up",
891
+ "file-arrow-up-fill",
892
+ "file-bar-graph",
893
+ "file-bar-graph-fill",
894
+ "file-binary",
895
+ "file-binary-fill",
896
+ "file-break",
897
+ "file-break-fill",
898
+ "file-check",
899
+ "file-check-fill",
900
+ "file-code",
901
+ "file-code-fill",
902
+ "file-diff",
903
+ "file-diff-fill",
904
+ "file-earmark",
905
+ "file-earmark-arrow-down",
906
+ "file-earmark-arrow-down-fill",
907
+ "file-earmark-arrow-up",
908
+ "file-earmark-arrow-up-fill",
909
+ "file-earmark-bar-graph",
910
+ "file-earmark-bar-graph-fill",
911
+ "file-earmark-binary",
912
+ "file-earmark-binary-fill",
913
+ "file-earmark-break",
914
+ "file-earmark-break-fill",
915
+ "file-earmark-check",
916
+ "file-earmark-check-fill",
917
+ "file-earmark-code",
918
+ "file-earmark-code-fill",
919
+ "file-earmark-diff",
920
+ "file-earmark-diff-fill",
921
+ "file-earmark-easel",
922
+ "file-earmark-easel-fill",
923
+ "file-earmark-excel",
924
+ "file-earmark-excel-fill",
925
+ "file-earmark-fill",
926
+ "file-earmark-font",
927
+ "file-earmark-font-fill",
928
+ "file-earmark-image",
929
+ "file-earmark-image-fill",
930
+ "file-earmark-lock",
931
+ "file-earmark-lock-fill",
932
+ "file-earmark-lock2",
933
+ "file-earmark-lock2-fill",
934
+ "file-earmark-medical",
935
+ "file-earmark-medical-fill",
936
+ "file-earmark-minus",
937
+ "file-earmark-minus-fill",
938
+ "file-earmark-music",
939
+ "file-earmark-music-fill",
940
+ "file-earmark-pdf",
941
+ "file-earmark-pdf-fill",
942
+ "file-earmark-person",
943
+ "file-earmark-person-fill",
944
+ "file-earmark-play",
945
+ "file-earmark-play-fill",
946
+ "file-earmark-plus",
947
+ "file-earmark-plus-fill",
948
+ "file-earmark-post",
949
+ "file-earmark-post-fill",
950
+ "file-earmark-ppt",
951
+ "file-earmark-ppt-fill",
952
+ "file-earmark-richtext",
953
+ "file-earmark-richtext-fill",
954
+ "file-earmark-ruled",
955
+ "file-earmark-ruled-fill",
956
+ "file-earmark-slides",
957
+ "file-earmark-slides-fill",
958
+ "file-earmark-spreadsheet",
959
+ "file-earmark-spreadsheet-fill",
960
+ "file-earmark-text",
961
+ "file-earmark-text-fill",
962
+ "file-earmark-word",
963
+ "file-earmark-word-fill",
964
+ "file-earmark-x",
965
+ "file-earmark-x-fill",
966
+ "file-earmark-zip",
967
+ "file-earmark-zip-fill",
968
+ "file-easel",
969
+ "file-easel-fill",
970
+ "file-excel",
971
+ "file-excel-fill",
972
+ "file-fill",
973
+ "file-font",
974
+ "file-font-fill",
975
+ "file-image",
976
+ "file-image-fill",
977
+ "file-lock",
978
+ "file-lock-fill",
979
+ "file-lock2",
980
+ "file-lock2-fill",
981
+ "file-medical",
982
+ "file-medical-fill",
983
+ "file-minus",
984
+ "file-minus-fill",
985
+ "file-music",
986
+ "file-music-fill",
987
+ "file-pdf",
988
+ "file-pdf-fill",
989
+ "file-person",
990
+ "file-person-fill",
991
+ "file-play",
992
+ "file-play-fill",
993
+ "file-plus",
994
+ "file-plus-fill",
995
+ "file-post",
996
+ "file-post-fill",
997
+ "file-ppt",
998
+ "file-ppt-fill",
999
+ "file-richtext",
1000
+ "file-richtext-fill",
1001
+ "file-ruled",
1002
+ "file-ruled-fill",
1003
+ "file-slides",
1004
+ "file-slides-fill",
1005
+ "file-spreadsheet",
1006
+ "file-spreadsheet-fill",
1007
+ "file-text",
1008
+ "file-text-fill",
1009
+ "file-word",
1010
+ "file-word-fill",
1011
+ "file-x",
1012
+ "file-x-fill",
1013
+ "file-zip",
1014
+ "file-zip-fill",
1015
+ "files",
1016
+ "files-alt",
1017
+ "filetype-aac",
1018
+ "filetype-ai",
1019
+ "filetype-bmp",
1020
+ "filetype-cs",
1021
+ "filetype-css",
1022
+ "filetype-csv",
1023
+ "filetype-doc",
1024
+ "filetype-docx",
1025
+ "filetype-exe",
1026
+ "filetype-gif",
1027
+ "filetype-heic",
1028
+ "filetype-html",
1029
+ "filetype-java",
1030
+ "filetype-jpg",
1031
+ "filetype-js",
1032
+ "filetype-json",
1033
+ "filetype-jsx",
1034
+ "filetype-key",
1035
+ "filetype-m4p",
1036
+ "filetype-md",
1037
+ "filetype-mdx",
1038
+ "filetype-mov",
1039
+ "filetype-mp3",
1040
+ "filetype-mp4",
1041
+ "filetype-otf",
1042
+ "filetype-pdf",
1043
+ "filetype-php",
1044
+ "filetype-png",
1045
+ "filetype-ppt",
1046
+ "filetype-pptx",
1047
+ "filetype-psd",
1048
+ "filetype-py",
1049
+ "filetype-raw",
1050
+ "filetype-rb",
1051
+ "filetype-sass",
1052
+ "filetype-scss",
1053
+ "filetype-sh",
1054
+ "filetype-sql",
1055
+ "filetype-svg",
1056
+ "filetype-tiff",
1057
+ "filetype-tsx",
1058
+ "filetype-ttf",
1059
+ "filetype-txt",
1060
+ "filetype-wav",
1061
+ "filetype-woff",
1062
+ "filetype-xls",
1063
+ "filetype-xlsx",
1064
+ "filetype-xml",
1065
+ "filetype-yml",
1066
+ "film",
1067
+ "filter",
1068
+ "filter-circle",
1069
+ "filter-circle-fill",
1070
+ "filter-left",
1071
+ "filter-right",
1072
+ "filter-square",
1073
+ "filter-square-fill",
1074
+ "fingerprint",
1075
+ "fire",
1076
+ "flag",
1077
+ "flag-fill",
1078
+ "floppy",
1079
+ "floppy-fill",
1080
+ "floppy2",
1081
+ "floppy2-fill",
1082
+ "flower1",
1083
+ "flower2",
1084
+ "flower3",
1085
+ "folder",
1086
+ "folder-check",
1087
+ "folder-fill",
1088
+ "folder-minus",
1089
+ "folder-plus",
1090
+ "folder-symlink",
1091
+ "folder-symlink-fill",
1092
+ "folder-x",
1093
+ "folder2",
1094
+ "folder2-open",
1095
+ "fonts",
1096
+ "forward",
1097
+ "forward-fill",
1098
+ "front",
1099
+ "fuel-pump",
1100
+ "fuel-pump-diesel",
1101
+ "fuel-pump-diesel-fill",
1102
+ "fuel-pump-fill",
1103
+ "fullscreen",
1104
+ "fullscreen-exit",
1105
+ "funnel",
1106
+ "funnel-fill",
1107
+ "gear",
1108
+ "gear-fill",
1109
+ "gear-wide",
1110
+ "gear-wide-connected",
1111
+ "gem",
1112
+ "gender-ambiguous",
1113
+ "gender-female",
1114
+ "gender-male",
1115
+ "gender-neuter",
1116
+ "gender-trans",
1117
+ "geo",
1118
+ "geo-alt",
1119
+ "geo-alt-fill",
1120
+ "geo-fill",
1121
+ "gift",
1122
+ "gift-fill",
1123
+ "git",
1124
+ "github",
1125
+ "gitlab",
1126
+ "globe",
1127
+ "globe-americas",
1128
+ "globe-asia-australia",
1129
+ "globe-central-south-asia",
1130
+ "globe-europe-africa",
1131
+ "globe2",
1132
+ "google",
1133
+ "google-play",
1134
+ "gpu-card",
1135
+ "graph-down",
1136
+ "graph-down-arrow",
1137
+ "graph-up",
1138
+ "graph-up-arrow",
1139
+ "grid",
1140
+ "grid-1x2",
1141
+ "grid-1x2-fill",
1142
+ "grid-3x2",
1143
+ "grid-3x2-gap",
1144
+ "grid-3x2-gap-fill",
1145
+ "grid-3x3",
1146
+ "grid-3x3-gap",
1147
+ "grid-3x3-gap-fill",
1148
+ "grid-fill",
1149
+ "grip-horizontal",
1150
+ "grip-vertical",
1151
+ "h-circle",
1152
+ "h-circle-fill",
1153
+ "h-square",
1154
+ "h-square-fill",
1155
+ "hammer",
1156
+ "hand-index",
1157
+ "hand-index-fill",
1158
+ "hand-index-thumb",
1159
+ "hand-index-thumb-fill",
1160
+ "hand-thumbs-down",
1161
+ "hand-thumbs-down-fill",
1162
+ "hand-thumbs-up",
1163
+ "hand-thumbs-up-fill",
1164
+ "handbag",
1165
+ "handbag-fill",
1166
+ "hash",
1167
+ "hdd",
1168
+ "hdd-fill",
1169
+ "hdd-network",
1170
+ "hdd-network-fill",
1171
+ "hdd-rack",
1172
+ "hdd-rack-fill",
1173
+ "hdd-stack",
1174
+ "hdd-stack-fill",
1175
+ "hdmi",
1176
+ "hdmi-fill",
1177
+ "headphones",
1178
+ "headset",
1179
+ "headset-vr",
1180
+ "heart",
1181
+ "heart-arrow",
1182
+ "heart-fill",
1183
+ "heart-half",
1184
+ "heart-pulse",
1185
+ "heart-pulse-fill",
1186
+ "heartbreak",
1187
+ "heartbreak-fill",
1188
+ "hearts",
1189
+ "heptagon",
1190
+ "heptagon-fill",
1191
+ "heptagon-half",
1192
+ "hexagon",
1193
+ "hexagon-fill",
1194
+ "hexagon-half",
1195
+ "highlighter",
1196
+ "highlights",
1197
+ "hospital",
1198
+ "hospital-fill",
1199
+ "hourglass",
1200
+ "hourglass-bottom",
1201
+ "hourglass-split",
1202
+ "hourglass-top",
1203
+ "house",
1204
+ "house-add",
1205
+ "house-add-fill",
1206
+ "house-check",
1207
+ "house-check-fill",
1208
+ "house-dash",
1209
+ "house-dash-fill",
1210
+ "house-door",
1211
+ "house-door-fill",
1212
+ "house-down",
1213
+ "house-down-fill",
1214
+ "house-exclamation",
1215
+ "house-exclamation-fill",
1216
+ "house-fill",
1217
+ "house-gear",
1218
+ "house-gear-fill",
1219
+ "house-heart",
1220
+ "house-heart-fill",
1221
+ "house-lock",
1222
+ "house-lock-fill",
1223
+ "house-slash",
1224
+ "house-slash-fill",
1225
+ "house-up",
1226
+ "house-up-fill",
1227
+ "house-x",
1228
+ "house-x-fill",
1229
+ "houses",
1230
+ "houses-fill",
1231
+ "hr",
1232
+ "hurricane",
1233
+ "hypnotize",
1234
+ "image",
1235
+ "image-alt",
1236
+ "image-fill",
1237
+ "images",
1238
+ "inbox",
1239
+ "inbox-fill",
1240
+ "inboxes",
1241
+ "inboxes-fill",
1242
+ "incognito",
1243
+ "indent",
1244
+ "infinity",
1245
+ "info",
1246
+ "info-circle",
1247
+ "info-circle-fill",
1248
+ "info-lg",
1249
+ "info-square",
1250
+ "info-square-fill",
1251
+ "input-cursor",
1252
+ "input-cursor-text",
1253
+ "instagram",
1254
+ "intersect",
1255
+ "journal",
1256
+ "journal-album",
1257
+ "journal-arrow-down",
1258
+ "journal-arrow-up",
1259
+ "journal-bookmark",
1260
+ "journal-bookmark-fill",
1261
+ "journal-check",
1262
+ "journal-code",
1263
+ "journal-medical",
1264
+ "journal-minus",
1265
+ "journal-plus",
1266
+ "journal-richtext",
1267
+ "journal-text",
1268
+ "journal-x",
1269
+ "journals",
1270
+ "joystick",
1271
+ "justify",
1272
+ "justify-left",
1273
+ "justify-right",
1274
+ "kanban",
1275
+ "kanban-fill",
1276
+ "key",
1277
+ "key-fill",
1278
+ "keyboard",
1279
+ "keyboard-fill",
1280
+ "ladder",
1281
+ "lamp",
1282
+ "lamp-fill",
1283
+ "laptop",
1284
+ "laptop-fill",
1285
+ "layer-backward",
1286
+ "layer-forward",
1287
+ "layers",
1288
+ "layers-fill",
1289
+ "layers-half",
1290
+ "layout-sidebar",
1291
+ "layout-sidebar-inset",
1292
+ "layout-sidebar-inset-reverse",
1293
+ "layout-sidebar-reverse",
1294
+ "layout-split",
1295
+ "layout-text-sidebar",
1296
+ "layout-text-sidebar-reverse",
1297
+ "layout-text-window",
1298
+ "layout-text-window-reverse",
1299
+ "layout-three-columns",
1300
+ "layout-wtf",
1301
+ "life-preserver",
1302
+ "lightbulb",
1303
+ "lightbulb-fill",
1304
+ "lightbulb-off",
1305
+ "lightbulb-off-fill",
1306
+ "lightning",
1307
+ "lightning-charge",
1308
+ "lightning-charge-fill",
1309
+ "lightning-fill",
1310
+ "line",
1311
+ "link",
1312
+ "link-45deg",
1313
+ "linkedin",
1314
+ "list",
1315
+ "list-check",
1316
+ "list-columns",
1317
+ "list-columns-reverse",
1318
+ "list-nested",
1319
+ "list-ol",
1320
+ "list-stars",
1321
+ "list-task",
1322
+ "list-ul",
1323
+ "lock",
1324
+ "lock-fill",
1325
+ "luggage",
1326
+ "luggage-fill",
1327
+ "lungs",
1328
+ "lungs-fill",
1329
+ "magic",
1330
+ "magnet",
1331
+ "magnet-fill",
1332
+ "mailbox",
1333
+ "mailbox-flag",
1334
+ "mailbox2",
1335
+ "mailbox2-flag",
1336
+ "map",
1337
+ "map-fill",
1338
+ "markdown",
1339
+ "markdown-fill",
1340
+ "marker-tip",
1341
+ "mask",
1342
+ "mastodon",
1343
+ "medium",
1344
+ "megaphone",
1345
+ "megaphone-fill",
1346
+ "memory",
1347
+ "menu-app",
1348
+ "menu-app-fill",
1349
+ "menu-button",
1350
+ "menu-button-fill",
1351
+ "menu-button-wide",
1352
+ "menu-button-wide-fill",
1353
+ "menu-down",
1354
+ "menu-up",
1355
+ "messenger",
1356
+ "meta",
1357
+ "mic",
1358
+ "mic-fill",
1359
+ "mic-mute",
1360
+ "mic-mute-fill",
1361
+ "microsoft",
1362
+ "microsoft-teams",
1363
+ "minecart",
1364
+ "minecart-loaded",
1365
+ "modem",
1366
+ "modem-fill",
1367
+ "moisture",
1368
+ "moon",
1369
+ "moon-fill",
1370
+ "moon-stars",
1371
+ "moon-stars-fill",
1372
+ "mortarboard",
1373
+ "mortarboard-fill",
1374
+ "motherboard",
1375
+ "motherboard-fill",
1376
+ "mouse",
1377
+ "mouse-fill",
1378
+ "mouse2",
1379
+ "mouse2-fill",
1380
+ "mouse3",
1381
+ "mouse3-fill",
1382
+ "music-note",
1383
+ "music-note-beamed",
1384
+ "music-note-list",
1385
+ "music-player",
1386
+ "music-player-fill",
1387
+ "newspaper",
1388
+ "nintendo-switch",
1389
+ "node-minus",
1390
+ "node-minus-fill",
1391
+ "node-plus",
1392
+ "node-plus-fill",
1393
+ "noise-reduction",
1394
+ "nut",
1395
+ "nut-fill",
1396
+ "nvidia",
1397
+ "nvme",
1398
+ "nvme-fill",
1399
+ "octagon",
1400
+ "octagon-fill",
1401
+ "octagon-half",
1402
+ "opencollective",
1403
+ "optical-audio",
1404
+ "optical-audio-fill",
1405
+ "option",
1406
+ "outlet",
1407
+ "p-circle",
1408
+ "p-circle-fill",
1409
+ "p-square",
1410
+ "p-square-fill",
1411
+ "paint-bucket",
1412
+ "palette",
1413
+ "palette-fill",
1414
+ "palette2",
1415
+ "paperclip",
1416
+ "paragraph",
1417
+ "pass",
1418
+ "pass-fill",
1419
+ "passport",
1420
+ "passport-fill",
1421
+ "patch-check",
1422
+ "patch-check-fill",
1423
+ "patch-exclamation",
1424
+ "patch-exclamation-fill",
1425
+ "patch-minus",
1426
+ "patch-minus-fill",
1427
+ "patch-plus",
1428
+ "patch-plus-fill",
1429
+ "patch-question",
1430
+ "patch-question-fill",
1431
+ "pause",
1432
+ "pause-btn",
1433
+ "pause-btn-fill",
1434
+ "pause-circle",
1435
+ "pause-circle-fill",
1436
+ "pause-fill",
1437
+ "paypal",
1438
+ "pc",
1439
+ "pc-display",
1440
+ "pc-display-horizontal",
1441
+ "pc-horizontal",
1442
+ "pci-card",
1443
+ "pci-card-network",
1444
+ "pci-card-sound",
1445
+ "peace",
1446
+ "peace-fill",
1447
+ "pen",
1448
+ "pen-fill",
1449
+ "pencil",
1450
+ "pencil-fill",
1451
+ "pencil-square",
1452
+ "pentagon",
1453
+ "pentagon-fill",
1454
+ "pentagon-half",
1455
+ "people",
1456
+ "people-fill",
1457
+ "percent",
1458
+ "person",
1459
+ "person-add",
1460
+ "person-arms-up",
1461
+ "person-badge",
1462
+ "person-badge-fill",
1463
+ "person-bounding-box",
1464
+ "person-check",
1465
+ "person-check-fill",
1466
+ "person-circle",
1467
+ "person-dash",
1468
+ "person-dash-fill",
1469
+ "person-down",
1470
+ "person-exclamation",
1471
+ "person-fill",
1472
+ "person-fill-add",
1473
+ "person-fill-check",
1474
+ "person-fill-dash",
1475
+ "person-fill-down",
1476
+ "person-fill-exclamation",
1477
+ "person-fill-gear",
1478
+ "person-fill-lock",
1479
+ "person-fill-slash",
1480
+ "person-fill-up",
1481
+ "person-fill-x",
1482
+ "person-gear",
1483
+ "person-heart",
1484
+ "person-hearts",
1485
+ "person-lines-fill",
1486
+ "person-lock",
1487
+ "person-plus",
1488
+ "person-plus-fill",
1489
+ "person-raised-hand",
1490
+ "person-rolodex",
1491
+ "person-slash",
1492
+ "person-square",
1493
+ "person-standing",
1494
+ "person-standing-dress",
1495
+ "person-up",
1496
+ "person-vcard",
1497
+ "person-vcard-fill",
1498
+ "person-video",
1499
+ "person-video2",
1500
+ "person-video3",
1501
+ "person-walking",
1502
+ "person-wheelchair",
1503
+ "person-workspace",
1504
+ "person-x",
1505
+ "person-x-fill",
1506
+ "phone",
1507
+ "phone-fill",
1508
+ "phone-flip",
1509
+ "phone-landscape",
1510
+ "phone-landscape-fill",
1511
+ "phone-vibrate",
1512
+ "phone-vibrate-fill",
1513
+ "pie-chart",
1514
+ "pie-chart-fill",
1515
+ "piggy-bank",
1516
+ "piggy-bank-fill",
1517
+ "pin",
1518
+ "pin-angle",
1519
+ "pin-angle-fill",
1520
+ "pin-fill",
1521
+ "pin-map",
1522
+ "pin-map-fill",
1523
+ "pinterest",
1524
+ "pip",
1525
+ "pip-fill",
1526
+ "play",
1527
+ "play-btn",
1528
+ "play-btn-fill",
1529
+ "play-circle",
1530
+ "play-circle-fill",
1531
+ "play-fill",
1532
+ "playstation",
1533
+ "plug",
1534
+ "plug-fill",
1535
+ "plugin",
1536
+ "plus",
1537
+ "plus-circle",
1538
+ "plus-circle-dotted",
1539
+ "plus-circle-fill",
1540
+ "plus-lg",
1541
+ "plus-slash-minus",
1542
+ "plus-square",
1543
+ "plus-square-dotted",
1544
+ "plus-square-fill",
1545
+ "postage",
1546
+ "postage-fill",
1547
+ "postage-heart",
1548
+ "postage-heart-fill",
1549
+ "postcard",
1550
+ "postcard-fill",
1551
+ "postcard-heart",
1552
+ "postcard-heart-fill",
1553
+ "power",
1554
+ "prescription",
1555
+ "prescription2",
1556
+ "printer",
1557
+ "printer-fill",
1558
+ "projector",
1559
+ "projector-fill",
1560
+ "puzzle",
1561
+ "puzzle-fill",
1562
+ "qr-code",
1563
+ "qr-code-scan",
1564
+ "question",
1565
+ "question-circle",
1566
+ "question-circle-fill",
1567
+ "question-diamond",
1568
+ "question-diamond-fill",
1569
+ "question-lg",
1570
+ "question-octagon",
1571
+ "question-octagon-fill",
1572
+ "question-square",
1573
+ "question-square-fill",
1574
+ "quora",
1575
+ "quote",
1576
+ "r-circle",
1577
+ "r-circle-fill",
1578
+ "r-square",
1579
+ "r-square-fill",
1580
+ "radar",
1581
+ "radioactive",
1582
+ "rainbow",
1583
+ "receipt",
1584
+ "receipt-cutoff",
1585
+ "reception-0",
1586
+ "reception-1",
1587
+ "reception-2",
1588
+ "reception-3",
1589
+ "reception-4",
1590
+ "record",
1591
+ "record-btn",
1592
+ "record-btn-fill",
1593
+ "record-circle",
1594
+ "record-circle-fill",
1595
+ "record-fill",
1596
+ "record2",
1597
+ "record2-fill",
1598
+ "recycle",
1599
+ "reddit",
1600
+ "regex",
1601
+ "repeat",
1602
+ "repeat-1",
1603
+ "reply",
1604
+ "reply-all",
1605
+ "reply-all-fill",
1606
+ "reply-fill",
1607
+ "rewind",
1608
+ "rewind-btn",
1609
+ "rewind-btn-fill",
1610
+ "rewind-circle",
1611
+ "rewind-circle-fill",
1612
+ "rewind-fill",
1613
+ "robot",
1614
+ "rocket",
1615
+ "rocket-fill",
1616
+ "rocket-takeoff",
1617
+ "rocket-takeoff-fill",
1618
+ "router",
1619
+ "router-fill",
1620
+ "rss",
1621
+ "rss-fill",
1622
+ "rulers",
1623
+ "safe",
1624
+ "safe-fill",
1625
+ "safe2",
1626
+ "safe2-fill",
1627
+ "save",
1628
+ "save-fill",
1629
+ "save2",
1630
+ "save2-fill",
1631
+ "scissors",
1632
+ "scooter",
1633
+ "screwdriver",
1634
+ "sd-card",
1635
+ "sd-card-fill",
1636
+ "search",
1637
+ "search-heart",
1638
+ "search-heart-fill",
1639
+ "segmented-nav",
1640
+ "send",
1641
+ "send-arrow-down",
1642
+ "send-arrow-down-fill",
1643
+ "send-arrow-up",
1644
+ "send-arrow-up-fill",
1645
+ "send-check",
1646
+ "send-check-fill",
1647
+ "send-dash",
1648
+ "send-dash-fill",
1649
+ "send-exclamation",
1650
+ "send-exclamation-fill",
1651
+ "send-fill",
1652
+ "send-plus",
1653
+ "send-plus-fill",
1654
+ "send-slash",
1655
+ "send-slash-fill",
1656
+ "send-x",
1657
+ "send-x-fill",
1658
+ "server",
1659
+ "shadows",
1660
+ "share",
1661
+ "share-fill",
1662
+ "shield",
1663
+ "shield-check",
1664
+ "shield-exclamation",
1665
+ "shield-fill",
1666
+ "shield-fill-check",
1667
+ "shield-fill-exclamation",
1668
+ "shield-fill-minus",
1669
+ "shield-fill-plus",
1670
+ "shield-fill-x",
1671
+ "shield-lock",
1672
+ "shield-lock-fill",
1673
+ "shield-minus",
1674
+ "shield-plus",
1675
+ "shield-shaded",
1676
+ "shield-slash",
1677
+ "shield-slash-fill",
1678
+ "shield-x",
1679
+ "shift",
1680
+ "shift-fill",
1681
+ "shop",
1682
+ "shop-window",
1683
+ "shuffle",
1684
+ "sign-dead-end",
1685
+ "sign-dead-end-fill",
1686
+ "sign-do-not-enter",
1687
+ "sign-do-not-enter-fill",
1688
+ "sign-intersection",
1689
+ "sign-intersection-fill",
1690
+ "sign-intersection-side",
1691
+ "sign-intersection-side-fill",
1692
+ "sign-intersection-t",
1693
+ "sign-intersection-t-fill",
1694
+ "sign-intersection-y",
1695
+ "sign-intersection-y-fill",
1696
+ "sign-merge-left",
1697
+ "sign-merge-left-fill",
1698
+ "sign-merge-right",
1699
+ "sign-merge-right-fill",
1700
+ "sign-no-left-turn",
1701
+ "sign-no-left-turn-fill",
1702
+ "sign-no-parking",
1703
+ "sign-no-parking-fill",
1704
+ "sign-no-right-turn",
1705
+ "sign-no-right-turn-fill",
1706
+ "sign-railroad",
1707
+ "sign-railroad-fill",
1708
+ "sign-stop",
1709
+ "sign-stop-fill",
1710
+ "sign-stop-lights",
1711
+ "sign-stop-lights-fill",
1712
+ "sign-turn-left",
1713
+ "sign-turn-left-fill",
1714
+ "sign-turn-right",
1715
+ "sign-turn-right-fill",
1716
+ "sign-turn-slight-left",
1717
+ "sign-turn-slight-left-fill",
1718
+ "sign-turn-slight-right",
1719
+ "sign-turn-slight-right-fill",
1720
+ "sign-yield",
1721
+ "sign-yield-fill",
1722
+ "signal",
1723
+ "signpost",
1724
+ "signpost-2",
1725
+ "signpost-2-fill",
1726
+ "signpost-fill",
1727
+ "signpost-split",
1728
+ "signpost-split-fill",
1729
+ "sim",
1730
+ "sim-fill",
1731
+ "sim-slash",
1732
+ "sim-slash-fill",
1733
+ "sina-weibo",
1734
+ "skip-backward",
1735
+ "skip-backward-btn",
1736
+ "skip-backward-btn-fill",
1737
+ "skip-backward-circle",
1738
+ "skip-backward-circle-fill",
1739
+ "skip-backward-fill",
1740
+ "skip-end",
1741
+ "skip-end-btn",
1742
+ "skip-end-btn-fill",
1743
+ "skip-end-circle",
1744
+ "skip-end-circle-fill",
1745
+ "skip-end-fill",
1746
+ "skip-forward",
1747
+ "skip-forward-btn",
1748
+ "skip-forward-btn-fill",
1749
+ "skip-forward-circle",
1750
+ "skip-forward-circle-fill",
1751
+ "skip-forward-fill",
1752
+ "skip-start",
1753
+ "skip-start-btn",
1754
+ "skip-start-btn-fill",
1755
+ "skip-start-circle",
1756
+ "skip-start-circle-fill",
1757
+ "skip-start-fill",
1758
+ "skype",
1759
+ "slack",
1760
+ "slash",
1761
+ "slash-circle",
1762
+ "slash-circle-fill",
1763
+ "slash-lg",
1764
+ "slash-square",
1765
+ "slash-square-fill",
1766
+ "sliders",
1767
+ "sliders2",
1768
+ "sliders2-vertical",
1769
+ "smartwatch",
1770
+ "snapchat",
1771
+ "snow",
1772
+ "snow2",
1773
+ "snow3",
1774
+ "sort-alpha-down",
1775
+ "sort-alpha-down-alt",
1776
+ "sort-alpha-up",
1777
+ "sort-alpha-up-alt",
1778
+ "sort-down",
1779
+ "sort-down-alt",
1780
+ "sort-numeric-down",
1781
+ "sort-numeric-down-alt",
1782
+ "sort-numeric-up",
1783
+ "sort-numeric-up-alt",
1784
+ "sort-up",
1785
+ "sort-up-alt",
1786
+ "soundwave",
1787
+ "sourceforge",
1788
+ "speaker",
1789
+ "speaker-fill",
1790
+ "speedometer",
1791
+ "speedometer2",
1792
+ "spellcheck",
1793
+ "spotify",
1794
+ "square",
1795
+ "square-fill",
1796
+ "square-half",
1797
+ "stack",
1798
+ "stack-overflow",
1799
+ "star",
1800
+ "star-fill",
1801
+ "star-half",
1802
+ "stars",
1803
+ "steam",
1804
+ "stickies",
1805
+ "stickies-fill",
1806
+ "sticky",
1807
+ "sticky-fill",
1808
+ "stop",
1809
+ "stop-btn",
1810
+ "stop-btn-fill",
1811
+ "stop-circle",
1812
+ "stop-circle-fill",
1813
+ "stop-fill",
1814
+ "stoplights",
1815
+ "stoplights-fill",
1816
+ "stopwatch",
1817
+ "stopwatch-fill",
1818
+ "strava",
1819
+ "stripe",
1820
+ "subscript",
1821
+ "substack",
1822
+ "subtract",
1823
+ "suit-club",
1824
+ "suit-club-fill",
1825
+ "suit-diamond",
1826
+ "suit-diamond-fill",
1827
+ "suit-heart",
1828
+ "suit-heart-fill",
1829
+ "suit-spade",
1830
+ "suit-spade-fill",
1831
+ "suitcase",
1832
+ "suitcase-fill",
1833
+ "suitcase-lg",
1834
+ "suitcase-lg-fill",
1835
+ "suitcase2",
1836
+ "suitcase2-fill",
1837
+ "sun",
1838
+ "sun-fill",
1839
+ "sunglasses",
1840
+ "sunrise",
1841
+ "sunrise-fill",
1842
+ "sunset",
1843
+ "sunset-fill",
1844
+ "superscript",
1845
+ "symmetry-horizontal",
1846
+ "symmetry-vertical",
1847
+ "table",
1848
+ "tablet",
1849
+ "tablet-fill",
1850
+ "tablet-landscape",
1851
+ "tablet-landscape-fill",
1852
+ "tag",
1853
+ "tag-fill",
1854
+ "tags",
1855
+ "tags-fill",
1856
+ "taxi-front",
1857
+ "taxi-front-fill",
1858
+ "telegram",
1859
+ "telephone",
1860
+ "telephone-fill",
1861
+ "telephone-forward",
1862
+ "telephone-forward-fill",
1863
+ "telephone-inbound",
1864
+ "telephone-inbound-fill",
1865
+ "telephone-minus",
1866
+ "telephone-minus-fill",
1867
+ "telephone-outbound",
1868
+ "telephone-outbound-fill",
1869
+ "telephone-plus",
1870
+ "telephone-plus-fill",
1871
+ "telephone-x",
1872
+ "telephone-x-fill",
1873
+ "tencent-qq",
1874
+ "terminal",
1875
+ "terminal-dash",
1876
+ "terminal-fill",
1877
+ "terminal-plus",
1878
+ "terminal-split",
1879
+ "terminal-x",
1880
+ "text-center",
1881
+ "text-indent-left",
1882
+ "text-indent-right",
1883
+ "text-left",
1884
+ "text-paragraph",
1885
+ "text-right",
1886
+ "text-wrap",
1887
+ "textarea",
1888
+ "textarea-resize",
1889
+ "textarea-t",
1890
+ "thermometer",
1891
+ "thermometer-half",
1892
+ "thermometer-high",
1893
+ "thermometer-low",
1894
+ "thermometer-snow",
1895
+ "thermometer-sun",
1896
+ "threads",
1897
+ "threads-fill",
1898
+ "three-dots",
1899
+ "three-dots-vertical",
1900
+ "thunderbolt",
1901
+ "thunderbolt-fill",
1902
+ "ticket",
1903
+ "ticket-detailed",
1904
+ "ticket-detailed-fill",
1905
+ "ticket-fill",
1906
+ "ticket-perforated",
1907
+ "ticket-perforated-fill",
1908
+ "tiktok",
1909
+ "toggle-off",
1910
+ "toggle-on",
1911
+ "toggle2-off",
1912
+ "toggle2-on",
1913
+ "toggles",
1914
+ "toggles2",
1915
+ "tools",
1916
+ "tornado",
1917
+ "train-freight-front",
1918
+ "train-freight-front-fill",
1919
+ "train-front",
1920
+ "train-front-fill",
1921
+ "train-lightrail-front",
1922
+ "train-lightrail-front-fill",
1923
+ "translate",
1924
+ "transparency",
1925
+ "trash",
1926
+ "trash-fill",
1927
+ "trash2",
1928
+ "trash2-fill",
1929
+ "trash3",
1930
+ "trash3-fill",
1931
+ "tree",
1932
+ "tree-fill",
1933
+ "trello",
1934
+ "triangle",
1935
+ "triangle-fill",
1936
+ "triangle-half",
1937
+ "trophy",
1938
+ "trophy-fill",
1939
+ "tropical-storm",
1940
+ "truck",
1941
+ "truck-flatbed",
1942
+ "truck-front",
1943
+ "truck-front-fill",
1944
+ "tsunami",
1945
+ "tv",
1946
+ "tv-fill",
1947
+ "twitch",
1948
+ "twitter",
1949
+ "twitter-x",
1950
+ "type",
1951
+ "type-bold",
1952
+ "type-h1",
1953
+ "type-h2",
1954
+ "type-h3",
1955
+ "type-h4",
1956
+ "type-h5",
1957
+ "type-h6",
1958
+ "type-italic",
1959
+ "type-strikethrough",
1960
+ "type-underline",
1961
+ "ubuntu",
1962
+ "ui-checks",
1963
+ "ui-checks-grid",
1964
+ "ui-radios",
1965
+ "ui-radios-grid",
1966
+ "umbrella",
1967
+ "umbrella-fill",
1968
+ "unindent",
1969
+ "union",
1970
+ "unity",
1971
+ "universal-access",
1972
+ "universal-access-circle",
1973
+ "unlock",
1974
+ "unlock-fill",
1975
+ "upc",
1976
+ "upc-scan",
1977
+ "upload",
1978
+ "usb",
1979
+ "usb-c",
1980
+ "usb-c-fill",
1981
+ "usb-drive",
1982
+ "usb-drive-fill",
1983
+ "usb-fill",
1984
+ "usb-micro",
1985
+ "usb-micro-fill",
1986
+ "usb-mini",
1987
+ "usb-mini-fill",
1988
+ "usb-plug",
1989
+ "usb-plug-fill",
1990
+ "usb-symbol",
1991
+ "valentine",
1992
+ "valentine2",
1993
+ "vector-pen",
1994
+ "view-list",
1995
+ "view-stacked",
1996
+ "vignette",
1997
+ "vimeo",
1998
+ "vinyl",
1999
+ "vinyl-fill",
2000
+ "virus",
2001
+ "virus2",
2002
+ "voicemail",
2003
+ "volume-down",
2004
+ "volume-down-fill",
2005
+ "volume-mute",
2006
+ "volume-mute-fill",
2007
+ "volume-off",
2008
+ "volume-off-fill",
2009
+ "volume-up",
2010
+ "volume-up-fill",
2011
+ "vr",
2012
+ "wallet",
2013
+ "wallet-fill",
2014
+ "wallet2",
2015
+ "watch",
2016
+ "water",
2017
+ "webcam",
2018
+ "webcam-fill",
2019
+ "wechat",
2020
+ "whatsapp",
2021
+ "wifi",
2022
+ "wifi-1",
2023
+ "wifi-2",
2024
+ "wifi-off",
2025
+ "wikipedia",
2026
+ "wind",
2027
+ "window",
2028
+ "window-dash",
2029
+ "window-desktop",
2030
+ "window-dock",
2031
+ "window-fullscreen",
2032
+ "window-plus",
2033
+ "window-sidebar",
2034
+ "window-split",
2035
+ "window-stack",
2036
+ "window-x",
2037
+ "windows",
2038
+ "wordpress",
2039
+ "wrench",
2040
+ "wrench-adjustable",
2041
+ "wrench-adjustable-circle",
2042
+ "wrench-adjustable-circle-fill",
2043
+ "x",
2044
+ "x-circle",
2045
+ "x-circle-fill",
2046
+ "x-diamond",
2047
+ "x-diamond-fill",
2048
+ "x-lg",
2049
+ "x-octagon",
2050
+ "x-octagon-fill",
2051
+ "x-square",
2052
+ "x-square-fill",
2053
+ "xbox",
2054
+ "yelp",
2055
+ "yin-yang",
2056
+ "youtube",
2057
+ "zoom-in",
2058
+ "zoom-out"
2059
+ ]
2060
+ };