bootstrap_icons_rails 1.50.00 → 1.61.01
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.
- checksums.yaml +4 -4
- data/app/assets/fonts/bootstrap-icons.woff +0 -0
- data/app/assets/fonts/bootstrap-icons.woff2 +0 -0
- data/app/assets/images/bi/activity.svg +3 -0
- data/app/assets/images/bi/apple.svg +4 -0
- data/app/assets/images/bi/behance.svg +3 -0
- data/app/assets/images/bi/check-lg.svg +1 -1
- data/app/assets/images/bi/cloud-minus.svg +1 -0
- data/app/assets/images/bi/coin.svg +2 -2
- data/app/assets/images/bi/dash-lg.svg +1 -1
- data/app/assets/images/bi/discord.svg +1 -2
- data/app/assets/images/bi/dribbble.svg +3 -0
- data/app/assets/images/bi/droplet-fill.svg +1 -1
- data/app/assets/images/bi/easel2-fill.svg +4 -0
- data/app/assets/images/bi/easel2.svg +3 -0
- data/app/assets/images/bi/easel3-fill.svg +3 -0
- data/app/assets/images/bi/easel3.svg +3 -0
- data/app/assets/images/bi/exclamation-lg.svg +1 -1
- data/app/assets/images/bi/fan.svg +4 -0
- data/app/assets/images/bi/fingerprint.svg +7 -0
- data/app/assets/images/bi/graph-down-arrow.svg +3 -0
- data/app/assets/images/bi/graph-down.svg +1 -1
- data/app/assets/images/bi/graph-up-arrow.svg +3 -0
- data/app/assets/images/bi/graph-up.svg +1 -1
- data/app/assets/images/bi/hypnotize.svg +4 -0
- data/app/assets/images/bi/info-lg.svg +1 -1
- data/app/assets/images/bi/lamp-fill.svg +2 -1
- data/app/assets/images/bi/lamp.svg +2 -1
- data/app/assets/images/bi/line.svg +3 -0
- data/app/assets/images/bi/magic.svg +3 -0
- data/app/assets/images/bi/medium.svg +3 -0
- data/app/assets/images/bi/microsoft.svg +3 -0
- data/app/assets/images/bi/paypal.svg +3 -0
- data/app/assets/images/bi/person-rolodex.svg +4 -0
- data/app/assets/images/bi/person-video.svg +4 -0
- data/app/assets/images/bi/person-video2.svg +4 -0
- data/app/assets/images/bi/person-video3.svg +4 -0
- data/app/assets/images/bi/person-workspace.svg +4 -0
- data/app/assets/images/bi/pinterest.svg +3 -0
- data/app/assets/images/bi/plus-lg.svg +1 -1
- data/app/assets/images/bi/question-lg.svg +1 -1
- data/app/assets/images/bi/radioactive.svg +4 -0
- data/app/assets/images/bi/signal.svg +3 -0
- data/app/assets/images/bi/slash-lg.svg +1 -1
- data/app/assets/images/bi/snapchat.svg +3 -0
- data/app/assets/images/bi/spotify.svg +3 -0
- data/app/assets/images/bi/stack-overflow.svg +4 -0
- data/app/assets/images/bi/strava.svg +3 -0
- data/app/assets/images/bi/textarea-resize.svg +1 -1
- data/app/assets/images/bi/vimeo.svg +3 -0
- data/app/assets/images/bi/webcam-fill.svg +5 -0
- data/app/assets/images/bi/webcam.svg +5 -0
- data/app/assets/images/bi/windows.svg +3 -0
- data/app/assets/images/bi/wordpress.svg +5 -0
- data/app/assets/images/bi/x-lg.svg +2 -1
- data/app/assets/images/bi/yin-yang.svg +4 -0
- data/app/assets/stylesheets/bootstrap_icons.scss +2824 -1374
- data/lib/bootstrap_icons_rails/version.rb +2 -2
- metadata +37 -1
@@ -1,15 +1,20 @@
|
|
1
1
|
@import 'bootstrap_icons/bi_text';
|
2
2
|
|
3
|
+
$bootstrap-icons-font: "bootstrap-icons" !default;
|
4
|
+
|
5
|
+
$bootstrap-icons-font-src: font-url("bootstrap-icons.woff2") format("woff2"),
|
6
|
+
font-url("bootstrap-icons.woff") format("woff") !default;
|
7
|
+
|
3
8
|
@font-face {
|
4
|
-
font-family:
|
5
|
-
src:
|
6
|
-
font-url("bootstrap-icons.woff") format("woff");
|
9
|
+
font-family: $bootstrap-icons-font;
|
10
|
+
src: $bootstrap-icons-font-src;
|
7
11
|
}
|
8
12
|
|
13
|
+
.bi::before,
|
9
14
|
[class^="bi-"]::before,
|
10
15
|
[class*=" bi-"]::before {
|
11
16
|
display: inline-block;
|
12
|
-
font-family: bootstrap-icons !important;
|
17
|
+
font-family: $bootstrap-icons-font !important;
|
13
18
|
font-style: normal;
|
14
19
|
font-weight: normal !important;
|
15
20
|
font-variant: normal;
|
@@ -20,1373 +25,2818 @@
|
|
20
25
|
-moz-osx-font-smoothing: grayscale;
|
21
26
|
}
|
22
27
|
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1207
|
-
|
1208
|
-
|
1209
|
-
|
1210
|
-
|
1211
|
-
|
1212
|
-
|
1213
|
-
|
1214
|
-
|
1215
|
-
|
1216
|
-
|
1217
|
-
|
1218
|
-
|
1219
|
-
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
1231
|
-
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1281
|
-
|
1282
|
-
|
1283
|
-
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
1287
|
-
|
1288
|
-
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
|
-
|
1293
|
-
|
1294
|
-
|
1295
|
-
|
1296
|
-
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1303
|
-
|
1304
|
-
|
1305
|
-
|
1306
|
-
|
1307
|
-
|
1308
|
-
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
1315
|
-
|
1316
|
-
|
1317
|
-
|
1318
|
-
|
1319
|
-
|
1320
|
-
|
1321
|
-
|
1322
|
-
|
1323
|
-
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
|
1331
|
-
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
1337
|
-
|
1338
|
-
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1343
|
-
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1348
|
-
|
1349
|
-
|
1350
|
-
|
1351
|
-
|
1352
|
-
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1362
|
-
|
1363
|
-
|
1364
|
-
|
1365
|
-
|
1366
|
-
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1377
|
-
|
1378
|
-
|
1379
|
-
|
1380
|
-
|
1381
|
-
|
1382
|
-
|
1383
|
-
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1392
|
-
|
28
|
+
$bootstrap-icons-map: (
|
29
|
+
"alarm-fill": "\f101",
|
30
|
+
"alarm": "\f102",
|
31
|
+
"align-bottom": "\f103",
|
32
|
+
"align-center": "\f104",
|
33
|
+
"align-end": "\f105",
|
34
|
+
"align-middle": "\f106",
|
35
|
+
"align-start": "\f107",
|
36
|
+
"align-top": "\f108",
|
37
|
+
"alt": "\f109",
|
38
|
+
"app-indicator": "\f10a",
|
39
|
+
"app": "\f10b",
|
40
|
+
"archive-fill": "\f10c",
|
41
|
+
"archive": "\f10d",
|
42
|
+
"arrow-90deg-down": "\f10e",
|
43
|
+
"arrow-90deg-left": "\f10f",
|
44
|
+
"arrow-90deg-right": "\f110",
|
45
|
+
"arrow-90deg-up": "\f111",
|
46
|
+
"arrow-bar-down": "\f112",
|
47
|
+
"arrow-bar-left": "\f113",
|
48
|
+
"arrow-bar-right": "\f114",
|
49
|
+
"arrow-bar-up": "\f115",
|
50
|
+
"arrow-clockwise": "\f116",
|
51
|
+
"arrow-counterclockwise": "\f117",
|
52
|
+
"arrow-down-circle-fill": "\f118",
|
53
|
+
"arrow-down-circle": "\f119",
|
54
|
+
"arrow-down-left-circle-fill": "\f11a",
|
55
|
+
"arrow-down-left-circle": "\f11b",
|
56
|
+
"arrow-down-left-square-fill": "\f11c",
|
57
|
+
"arrow-down-left-square": "\f11d",
|
58
|
+
"arrow-down-left": "\f11e",
|
59
|
+
"arrow-down-right-circle-fill": "\f11f",
|
60
|
+
"arrow-down-right-circle": "\f120",
|
61
|
+
"arrow-down-right-square-fill": "\f121",
|
62
|
+
"arrow-down-right-square": "\f122",
|
63
|
+
"arrow-down-right": "\f123",
|
64
|
+
"arrow-down-short": "\f124",
|
65
|
+
"arrow-down-square-fill": "\f125",
|
66
|
+
"arrow-down-square": "\f126",
|
67
|
+
"arrow-down-up": "\f127",
|
68
|
+
"arrow-down": "\f128",
|
69
|
+
"arrow-left-circle-fill": "\f129",
|
70
|
+
"arrow-left-circle": "\f12a",
|
71
|
+
"arrow-left-right": "\f12b",
|
72
|
+
"arrow-left-short": "\f12c",
|
73
|
+
"arrow-left-square-fill": "\f12d",
|
74
|
+
"arrow-left-square": "\f12e",
|
75
|
+
"arrow-left": "\f12f",
|
76
|
+
"arrow-repeat": "\f130",
|
77
|
+
"arrow-return-left": "\f131",
|
78
|
+
"arrow-return-right": "\f132",
|
79
|
+
"arrow-right-circle-fill": "\f133",
|
80
|
+
"arrow-right-circle": "\f134",
|
81
|
+
"arrow-right-short": "\f135",
|
82
|
+
"arrow-right-square-fill": "\f136",
|
83
|
+
"arrow-right-square": "\f137",
|
84
|
+
"arrow-right": "\f138",
|
85
|
+
"arrow-up-circle-fill": "\f139",
|
86
|
+
"arrow-up-circle": "\f13a",
|
87
|
+
"arrow-up-left-circle-fill": "\f13b",
|
88
|
+
"arrow-up-left-circle": "\f13c",
|
89
|
+
"arrow-up-left-square-fill": "\f13d",
|
90
|
+
"arrow-up-left-square": "\f13e",
|
91
|
+
"arrow-up-left": "\f13f",
|
92
|
+
"arrow-up-right-circle-fill": "\f140",
|
93
|
+
"arrow-up-right-circle": "\f141",
|
94
|
+
"arrow-up-right-square-fill": "\f142",
|
95
|
+
"arrow-up-right-square": "\f143",
|
96
|
+
"arrow-up-right": "\f144",
|
97
|
+
"arrow-up-short": "\f145",
|
98
|
+
"arrow-up-square-fill": "\f146",
|
99
|
+
"arrow-up-square": "\f147",
|
100
|
+
"arrow-up": "\f148",
|
101
|
+
"arrows-angle-contract": "\f149",
|
102
|
+
"arrows-angle-expand": "\f14a",
|
103
|
+
"arrows-collapse": "\f14b",
|
104
|
+
"arrows-expand": "\f14c",
|
105
|
+
"arrows-fullscreen": "\f14d",
|
106
|
+
"arrows-move": "\f14e",
|
107
|
+
"aspect-ratio-fill": "\f14f",
|
108
|
+
"aspect-ratio": "\f150",
|
109
|
+
"asterisk": "\f151",
|
110
|
+
"at": "\f152",
|
111
|
+
"award-fill": "\f153",
|
112
|
+
"award": "\f154",
|
113
|
+
"back": "\f155",
|
114
|
+
"backspace-fill": "\f156",
|
115
|
+
"backspace-reverse-fill": "\f157",
|
116
|
+
"backspace-reverse": "\f158",
|
117
|
+
"backspace": "\f159",
|
118
|
+
"badge-3d-fill": "\f15a",
|
119
|
+
"badge-3d": "\f15b",
|
120
|
+
"badge-4k-fill": "\f15c",
|
121
|
+
"badge-4k": "\f15d",
|
122
|
+
"badge-8k-fill": "\f15e",
|
123
|
+
"badge-8k": "\f15f",
|
124
|
+
"badge-ad-fill": "\f160",
|
125
|
+
"badge-ad": "\f161",
|
126
|
+
"badge-ar-fill": "\f162",
|
127
|
+
"badge-ar": "\f163",
|
128
|
+
"badge-cc-fill": "\f164",
|
129
|
+
"badge-cc": "\f165",
|
130
|
+
"badge-hd-fill": "\f166",
|
131
|
+
"badge-hd": "\f167",
|
132
|
+
"badge-tm-fill": "\f168",
|
133
|
+
"badge-tm": "\f169",
|
134
|
+
"badge-vo-fill": "\f16a",
|
135
|
+
"badge-vo": "\f16b",
|
136
|
+
"badge-vr-fill": "\f16c",
|
137
|
+
"badge-vr": "\f16d",
|
138
|
+
"badge-wc-fill": "\f16e",
|
139
|
+
"badge-wc": "\f16f",
|
140
|
+
"bag-check-fill": "\f170",
|
141
|
+
"bag-check": "\f171",
|
142
|
+
"bag-dash-fill": "\f172",
|
143
|
+
"bag-dash": "\f173",
|
144
|
+
"bag-fill": "\f174",
|
145
|
+
"bag-plus-fill": "\f175",
|
146
|
+
"bag-plus": "\f176",
|
147
|
+
"bag-x-fill": "\f177",
|
148
|
+
"bag-x": "\f178",
|
149
|
+
"bag": "\f179",
|
150
|
+
"bar-chart-fill": "\f17a",
|
151
|
+
"bar-chart-line-fill": "\f17b",
|
152
|
+
"bar-chart-line": "\f17c",
|
153
|
+
"bar-chart-steps": "\f17d",
|
154
|
+
"bar-chart": "\f17e",
|
155
|
+
"basket-fill": "\f17f",
|
156
|
+
"basket": "\f180",
|
157
|
+
"basket2-fill": "\f181",
|
158
|
+
"basket2": "\f182",
|
159
|
+
"basket3-fill": "\f183",
|
160
|
+
"basket3": "\f184",
|
161
|
+
"battery-charging": "\f185",
|
162
|
+
"battery-full": "\f186",
|
163
|
+
"battery-half": "\f187",
|
164
|
+
"battery": "\f188",
|
165
|
+
"bell-fill": "\f189",
|
166
|
+
"bell": "\f18a",
|
167
|
+
"bezier": "\f18b",
|
168
|
+
"bezier2": "\f18c",
|
169
|
+
"bicycle": "\f18d",
|
170
|
+
"binoculars-fill": "\f18e",
|
171
|
+
"binoculars": "\f18f",
|
172
|
+
"blockquote-left": "\f190",
|
173
|
+
"blockquote-right": "\f191",
|
174
|
+
"book-fill": "\f192",
|
175
|
+
"book-half": "\f193",
|
176
|
+
"book": "\f194",
|
177
|
+
"bookmark-check-fill": "\f195",
|
178
|
+
"bookmark-check": "\f196",
|
179
|
+
"bookmark-dash-fill": "\f197",
|
180
|
+
"bookmark-dash": "\f198",
|
181
|
+
"bookmark-fill": "\f199",
|
182
|
+
"bookmark-heart-fill": "\f19a",
|
183
|
+
"bookmark-heart": "\f19b",
|
184
|
+
"bookmark-plus-fill": "\f19c",
|
185
|
+
"bookmark-plus": "\f19d",
|
186
|
+
"bookmark-star-fill": "\f19e",
|
187
|
+
"bookmark-star": "\f19f",
|
188
|
+
"bookmark-x-fill": "\f1a0",
|
189
|
+
"bookmark-x": "\f1a1",
|
190
|
+
"bookmark": "\f1a2",
|
191
|
+
"bookmarks-fill": "\f1a3",
|
192
|
+
"bookmarks": "\f1a4",
|
193
|
+
"bookshelf": "\f1a5",
|
194
|
+
"bootstrap-fill": "\f1a6",
|
195
|
+
"bootstrap-reboot": "\f1a7",
|
196
|
+
"bootstrap": "\f1a8",
|
197
|
+
"border-all": "\f1a9",
|
198
|
+
"border-bottom": "\f1aa",
|
199
|
+
"border-center": "\f1ab",
|
200
|
+
"border-inner": "\f1ac",
|
201
|
+
"border-left": "\f1ad",
|
202
|
+
"border-middle": "\f1ae",
|
203
|
+
"border-outer": "\f1af",
|
204
|
+
"border-right": "\f1b0",
|
205
|
+
"border-style": "\f1b1",
|
206
|
+
"border-top": "\f1b2",
|
207
|
+
"border-width": "\f1b3",
|
208
|
+
"border": "\f1b4",
|
209
|
+
"bounding-box-circles": "\f1b5",
|
210
|
+
"bounding-box": "\f1b6",
|
211
|
+
"box-arrow-down-left": "\f1b7",
|
212
|
+
"box-arrow-down-right": "\f1b8",
|
213
|
+
"box-arrow-down": "\f1b9",
|
214
|
+
"box-arrow-in-down-left": "\f1ba",
|
215
|
+
"box-arrow-in-down-right": "\f1bb",
|
216
|
+
"box-arrow-in-down": "\f1bc",
|
217
|
+
"box-arrow-in-left": "\f1bd",
|
218
|
+
"box-arrow-in-right": "\f1be",
|
219
|
+
"box-arrow-in-up-left": "\f1bf",
|
220
|
+
"box-arrow-in-up-right": "\f1c0",
|
221
|
+
"box-arrow-in-up": "\f1c1",
|
222
|
+
"box-arrow-left": "\f1c2",
|
223
|
+
"box-arrow-right": "\f1c3",
|
224
|
+
"box-arrow-up-left": "\f1c4",
|
225
|
+
"box-arrow-up-right": "\f1c5",
|
226
|
+
"box-arrow-up": "\f1c6",
|
227
|
+
"box-seam": "\f1c7",
|
228
|
+
"box": "\f1c8",
|
229
|
+
"braces": "\f1c9",
|
230
|
+
"bricks": "\f1ca",
|
231
|
+
"briefcase-fill": "\f1cb",
|
232
|
+
"briefcase": "\f1cc",
|
233
|
+
"brightness-alt-high-fill": "\f1cd",
|
234
|
+
"brightness-alt-high": "\f1ce",
|
235
|
+
"brightness-alt-low-fill": "\f1cf",
|
236
|
+
"brightness-alt-low": "\f1d0",
|
237
|
+
"brightness-high-fill": "\f1d1",
|
238
|
+
"brightness-high": "\f1d2",
|
239
|
+
"brightness-low-fill": "\f1d3",
|
240
|
+
"brightness-low": "\f1d4",
|
241
|
+
"broadcast-pin": "\f1d5",
|
242
|
+
"broadcast": "\f1d6",
|
243
|
+
"brush-fill": "\f1d7",
|
244
|
+
"brush": "\f1d8",
|
245
|
+
"bucket-fill": "\f1d9",
|
246
|
+
"bucket": "\f1da",
|
247
|
+
"bug-fill": "\f1db",
|
248
|
+
"bug": "\f1dc",
|
249
|
+
"building": "\f1dd",
|
250
|
+
"bullseye": "\f1de",
|
251
|
+
"calculator-fill": "\f1df",
|
252
|
+
"calculator": "\f1e0",
|
253
|
+
"calendar-check-fill": "\f1e1",
|
254
|
+
"calendar-check": "\f1e2",
|
255
|
+
"calendar-date-fill": "\f1e3",
|
256
|
+
"calendar-date": "\f1e4",
|
257
|
+
"calendar-day-fill": "\f1e5",
|
258
|
+
"calendar-day": "\f1e6",
|
259
|
+
"calendar-event-fill": "\f1e7",
|
260
|
+
"calendar-event": "\f1e8",
|
261
|
+
"calendar-fill": "\f1e9",
|
262
|
+
"calendar-minus-fill": "\f1ea",
|
263
|
+
"calendar-minus": "\f1eb",
|
264
|
+
"calendar-month-fill": "\f1ec",
|
265
|
+
"calendar-month": "\f1ed",
|
266
|
+
"calendar-plus-fill": "\f1ee",
|
267
|
+
"calendar-plus": "\f1ef",
|
268
|
+
"calendar-range-fill": "\f1f0",
|
269
|
+
"calendar-range": "\f1f1",
|
270
|
+
"calendar-week-fill": "\f1f2",
|
271
|
+
"calendar-week": "\f1f3",
|
272
|
+
"calendar-x-fill": "\f1f4",
|
273
|
+
"calendar-x": "\f1f5",
|
274
|
+
"calendar": "\f1f6",
|
275
|
+
"calendar2-check-fill": "\f1f7",
|
276
|
+
"calendar2-check": "\f1f8",
|
277
|
+
"calendar2-date-fill": "\f1f9",
|
278
|
+
"calendar2-date": "\f1fa",
|
279
|
+
"calendar2-day-fill": "\f1fb",
|
280
|
+
"calendar2-day": "\f1fc",
|
281
|
+
"calendar2-event-fill": "\f1fd",
|
282
|
+
"calendar2-event": "\f1fe",
|
283
|
+
"calendar2-fill": "\f1ff",
|
284
|
+
"calendar2-minus-fill": "\f200",
|
285
|
+
"calendar2-minus": "\f201",
|
286
|
+
"calendar2-month-fill": "\f202",
|
287
|
+
"calendar2-month": "\f203",
|
288
|
+
"calendar2-plus-fill": "\f204",
|
289
|
+
"calendar2-plus": "\f205",
|
290
|
+
"calendar2-range-fill": "\f206",
|
291
|
+
"calendar2-range": "\f207",
|
292
|
+
"calendar2-week-fill": "\f208",
|
293
|
+
"calendar2-week": "\f209",
|
294
|
+
"calendar2-x-fill": "\f20a",
|
295
|
+
"calendar2-x": "\f20b",
|
296
|
+
"calendar2": "\f20c",
|
297
|
+
"calendar3-event-fill": "\f20d",
|
298
|
+
"calendar3-event": "\f20e",
|
299
|
+
"calendar3-fill": "\f20f",
|
300
|
+
"calendar3-range-fill": "\f210",
|
301
|
+
"calendar3-range": "\f211",
|
302
|
+
"calendar3-week-fill": "\f212",
|
303
|
+
"calendar3-week": "\f213",
|
304
|
+
"calendar3": "\f214",
|
305
|
+
"calendar4-event": "\f215",
|
306
|
+
"calendar4-range": "\f216",
|
307
|
+
"calendar4-week": "\f217",
|
308
|
+
"calendar4": "\f218",
|
309
|
+
"camera-fill": "\f219",
|
310
|
+
"camera-reels-fill": "\f21a",
|
311
|
+
"camera-reels": "\f21b",
|
312
|
+
"camera-video-fill": "\f21c",
|
313
|
+
"camera-video-off-fill": "\f21d",
|
314
|
+
"camera-video-off": "\f21e",
|
315
|
+
"camera-video": "\f21f",
|
316
|
+
"camera": "\f220",
|
317
|
+
"camera2": "\f221",
|
318
|
+
"capslock-fill": "\f222",
|
319
|
+
"capslock": "\f223",
|
320
|
+
"card-checklist": "\f224",
|
321
|
+
"card-heading": "\f225",
|
322
|
+
"card-image": "\f226",
|
323
|
+
"card-list": "\f227",
|
324
|
+
"card-text": "\f228",
|
325
|
+
"caret-down-fill": "\f229",
|
326
|
+
"caret-down-square-fill": "\f22a",
|
327
|
+
"caret-down-square": "\f22b",
|
328
|
+
"caret-down": "\f22c",
|
329
|
+
"caret-left-fill": "\f22d",
|
330
|
+
"caret-left-square-fill": "\f22e",
|
331
|
+
"caret-left-square": "\f22f",
|
332
|
+
"caret-left": "\f230",
|
333
|
+
"caret-right-fill": "\f231",
|
334
|
+
"caret-right-square-fill": "\f232",
|
335
|
+
"caret-right-square": "\f233",
|
336
|
+
"caret-right": "\f234",
|
337
|
+
"caret-up-fill": "\f235",
|
338
|
+
"caret-up-square-fill": "\f236",
|
339
|
+
"caret-up-square": "\f237",
|
340
|
+
"caret-up": "\f238",
|
341
|
+
"cart-check-fill": "\f239",
|
342
|
+
"cart-check": "\f23a",
|
343
|
+
"cart-dash-fill": "\f23b",
|
344
|
+
"cart-dash": "\f23c",
|
345
|
+
"cart-fill": "\f23d",
|
346
|
+
"cart-plus-fill": "\f23e",
|
347
|
+
"cart-plus": "\f23f",
|
348
|
+
"cart-x-fill": "\f240",
|
349
|
+
"cart-x": "\f241",
|
350
|
+
"cart": "\f242",
|
351
|
+
"cart2": "\f243",
|
352
|
+
"cart3": "\f244",
|
353
|
+
"cart4": "\f245",
|
354
|
+
"cash-stack": "\f246",
|
355
|
+
"cash": "\f247",
|
356
|
+
"cast": "\f248",
|
357
|
+
"chat-dots-fill": "\f249",
|
358
|
+
"chat-dots": "\f24a",
|
359
|
+
"chat-fill": "\f24b",
|
360
|
+
"chat-left-dots-fill": "\f24c",
|
361
|
+
"chat-left-dots": "\f24d",
|
362
|
+
"chat-left-fill": "\f24e",
|
363
|
+
"chat-left-quote-fill": "\f24f",
|
364
|
+
"chat-left-quote": "\f250",
|
365
|
+
"chat-left-text-fill": "\f251",
|
366
|
+
"chat-left-text": "\f252",
|
367
|
+
"chat-left": "\f253",
|
368
|
+
"chat-quote-fill": "\f254",
|
369
|
+
"chat-quote": "\f255",
|
370
|
+
"chat-right-dots-fill": "\f256",
|
371
|
+
"chat-right-dots": "\f257",
|
372
|
+
"chat-right-fill": "\f258",
|
373
|
+
"chat-right-quote-fill": "\f259",
|
374
|
+
"chat-right-quote": "\f25a",
|
375
|
+
"chat-right-text-fill": "\f25b",
|
376
|
+
"chat-right-text": "\f25c",
|
377
|
+
"chat-right": "\f25d",
|
378
|
+
"chat-square-dots-fill": "\f25e",
|
379
|
+
"chat-square-dots": "\f25f",
|
380
|
+
"chat-square-fill": "\f260",
|
381
|
+
"chat-square-quote-fill": "\f261",
|
382
|
+
"chat-square-quote": "\f262",
|
383
|
+
"chat-square-text-fill": "\f263",
|
384
|
+
"chat-square-text": "\f264",
|
385
|
+
"chat-square": "\f265",
|
386
|
+
"chat-text-fill": "\f266",
|
387
|
+
"chat-text": "\f267",
|
388
|
+
"chat": "\f268",
|
389
|
+
"check-all": "\f269",
|
390
|
+
"check-circle-fill": "\f26a",
|
391
|
+
"check-circle": "\f26b",
|
392
|
+
"check-square-fill": "\f26c",
|
393
|
+
"check-square": "\f26d",
|
394
|
+
"check": "\f26e",
|
395
|
+
"check2-all": "\f26f",
|
396
|
+
"check2-circle": "\f270",
|
397
|
+
"check2-square": "\f271",
|
398
|
+
"check2": "\f272",
|
399
|
+
"chevron-bar-contract": "\f273",
|
400
|
+
"chevron-bar-down": "\f274",
|
401
|
+
"chevron-bar-expand": "\f275",
|
402
|
+
"chevron-bar-left": "\f276",
|
403
|
+
"chevron-bar-right": "\f277",
|
404
|
+
"chevron-bar-up": "\f278",
|
405
|
+
"chevron-compact-down": "\f279",
|
406
|
+
"chevron-compact-left": "\f27a",
|
407
|
+
"chevron-compact-right": "\f27b",
|
408
|
+
"chevron-compact-up": "\f27c",
|
409
|
+
"chevron-contract": "\f27d",
|
410
|
+
"chevron-double-down": "\f27e",
|
411
|
+
"chevron-double-left": "\f27f",
|
412
|
+
"chevron-double-right": "\f280",
|
413
|
+
"chevron-double-up": "\f281",
|
414
|
+
"chevron-down": "\f282",
|
415
|
+
"chevron-expand": "\f283",
|
416
|
+
"chevron-left": "\f284",
|
417
|
+
"chevron-right": "\f285",
|
418
|
+
"chevron-up": "\f286",
|
419
|
+
"circle-fill": "\f287",
|
420
|
+
"circle-half": "\f288",
|
421
|
+
"circle-square": "\f289",
|
422
|
+
"circle": "\f28a",
|
423
|
+
"clipboard-check": "\f28b",
|
424
|
+
"clipboard-data": "\f28c",
|
425
|
+
"clipboard-minus": "\f28d",
|
426
|
+
"clipboard-plus": "\f28e",
|
427
|
+
"clipboard-x": "\f28f",
|
428
|
+
"clipboard": "\f290",
|
429
|
+
"clock-fill": "\f291",
|
430
|
+
"clock-history": "\f292",
|
431
|
+
"clock": "\f293",
|
432
|
+
"cloud-arrow-down-fill": "\f294",
|
433
|
+
"cloud-arrow-down": "\f295",
|
434
|
+
"cloud-arrow-up-fill": "\f296",
|
435
|
+
"cloud-arrow-up": "\f297",
|
436
|
+
"cloud-check-fill": "\f298",
|
437
|
+
"cloud-check": "\f299",
|
438
|
+
"cloud-download-fill": "\f29a",
|
439
|
+
"cloud-download": "\f29b",
|
440
|
+
"cloud-drizzle-fill": "\f29c",
|
441
|
+
"cloud-drizzle": "\f29d",
|
442
|
+
"cloud-fill": "\f29e",
|
443
|
+
"cloud-fog-fill": "\f29f",
|
444
|
+
"cloud-fog": "\f2a0",
|
445
|
+
"cloud-fog2-fill": "\f2a1",
|
446
|
+
"cloud-fog2": "\f2a2",
|
447
|
+
"cloud-hail-fill": "\f2a3",
|
448
|
+
"cloud-hail": "\f2a4",
|
449
|
+
"cloud-haze-1": "\f2a5",
|
450
|
+
"cloud-haze-fill": "\f2a6",
|
451
|
+
"cloud-haze": "\f2a7",
|
452
|
+
"cloud-haze2-fill": "\f2a8",
|
453
|
+
"cloud-lightning-fill": "\f2a9",
|
454
|
+
"cloud-lightning-rain-fill": "\f2aa",
|
455
|
+
"cloud-lightning-rain": "\f2ab",
|
456
|
+
"cloud-lightning": "\f2ac",
|
457
|
+
"cloud-minus-fill": "\f2ad",
|
458
|
+
"cloud-minus": "\f2ae",
|
459
|
+
"cloud-moon-fill": "\f2af",
|
460
|
+
"cloud-moon": "\f2b0",
|
461
|
+
"cloud-plus-fill": "\f2b1",
|
462
|
+
"cloud-plus": "\f2b2",
|
463
|
+
"cloud-rain-fill": "\f2b3",
|
464
|
+
"cloud-rain-heavy-fill": "\f2b4",
|
465
|
+
"cloud-rain-heavy": "\f2b5",
|
466
|
+
"cloud-rain": "\f2b6",
|
467
|
+
"cloud-slash-fill": "\f2b7",
|
468
|
+
"cloud-slash": "\f2b8",
|
469
|
+
"cloud-sleet-fill": "\f2b9",
|
470
|
+
"cloud-sleet": "\f2ba",
|
471
|
+
"cloud-snow-fill": "\f2bb",
|
472
|
+
"cloud-snow": "\f2bc",
|
473
|
+
"cloud-sun-fill": "\f2bd",
|
474
|
+
"cloud-sun": "\f2be",
|
475
|
+
"cloud-upload-fill": "\f2bf",
|
476
|
+
"cloud-upload": "\f2c0",
|
477
|
+
"cloud": "\f2c1",
|
478
|
+
"clouds-fill": "\f2c2",
|
479
|
+
"clouds": "\f2c3",
|
480
|
+
"cloudy-fill": "\f2c4",
|
481
|
+
"cloudy": "\f2c5",
|
482
|
+
"code-slash": "\f2c6",
|
483
|
+
"code-square": "\f2c7",
|
484
|
+
"code": "\f2c8",
|
485
|
+
"collection-fill": "\f2c9",
|
486
|
+
"collection-play-fill": "\f2ca",
|
487
|
+
"collection-play": "\f2cb",
|
488
|
+
"collection": "\f2cc",
|
489
|
+
"columns-gap": "\f2cd",
|
490
|
+
"columns": "\f2ce",
|
491
|
+
"command": "\f2cf",
|
492
|
+
"compass-fill": "\f2d0",
|
493
|
+
"compass": "\f2d1",
|
494
|
+
"cone-striped": "\f2d2",
|
495
|
+
"cone": "\f2d3",
|
496
|
+
"controller": "\f2d4",
|
497
|
+
"cpu-fill": "\f2d5",
|
498
|
+
"cpu": "\f2d6",
|
499
|
+
"credit-card-2-back-fill": "\f2d7",
|
500
|
+
"credit-card-2-back": "\f2d8",
|
501
|
+
"credit-card-2-front-fill": "\f2d9",
|
502
|
+
"credit-card-2-front": "\f2da",
|
503
|
+
"credit-card-fill": "\f2db",
|
504
|
+
"credit-card": "\f2dc",
|
505
|
+
"crop": "\f2dd",
|
506
|
+
"cup-fill": "\f2de",
|
507
|
+
"cup-straw": "\f2df",
|
508
|
+
"cup": "\f2e0",
|
509
|
+
"cursor-fill": "\f2e1",
|
510
|
+
"cursor-text": "\f2e2",
|
511
|
+
"cursor": "\f2e3",
|
512
|
+
"dash-circle-dotted": "\f2e4",
|
513
|
+
"dash-circle-fill": "\f2e5",
|
514
|
+
"dash-circle": "\f2e6",
|
515
|
+
"dash-square-dotted": "\f2e7",
|
516
|
+
"dash-square-fill": "\f2e8",
|
517
|
+
"dash-square": "\f2e9",
|
518
|
+
"dash": "\f2ea",
|
519
|
+
"diagram-2-fill": "\f2eb",
|
520
|
+
"diagram-2": "\f2ec",
|
521
|
+
"diagram-3-fill": "\f2ed",
|
522
|
+
"diagram-3": "\f2ee",
|
523
|
+
"diamond-fill": "\f2ef",
|
524
|
+
"diamond-half": "\f2f0",
|
525
|
+
"diamond": "\f2f1",
|
526
|
+
"dice-1-fill": "\f2f2",
|
527
|
+
"dice-1": "\f2f3",
|
528
|
+
"dice-2-fill": "\f2f4",
|
529
|
+
"dice-2": "\f2f5",
|
530
|
+
"dice-3-fill": "\f2f6",
|
531
|
+
"dice-3": "\f2f7",
|
532
|
+
"dice-4-fill": "\f2f8",
|
533
|
+
"dice-4": "\f2f9",
|
534
|
+
"dice-5-fill": "\f2fa",
|
535
|
+
"dice-5": "\f2fb",
|
536
|
+
"dice-6-fill": "\f2fc",
|
537
|
+
"dice-6": "\f2fd",
|
538
|
+
"disc-fill": "\f2fe",
|
539
|
+
"disc": "\f2ff",
|
540
|
+
"discord": "\f300",
|
541
|
+
"display-fill": "\f301",
|
542
|
+
"display": "\f302",
|
543
|
+
"distribute-horizontal": "\f303",
|
544
|
+
"distribute-vertical": "\f304",
|
545
|
+
"door-closed-fill": "\f305",
|
546
|
+
"door-closed": "\f306",
|
547
|
+
"door-open-fill": "\f307",
|
548
|
+
"door-open": "\f308",
|
549
|
+
"dot": "\f309",
|
550
|
+
"download": "\f30a",
|
551
|
+
"droplet-fill": "\f30b",
|
552
|
+
"droplet-half": "\f30c",
|
553
|
+
"droplet": "\f30d",
|
554
|
+
"earbuds": "\f30e",
|
555
|
+
"easel-fill": "\f30f",
|
556
|
+
"easel": "\f310",
|
557
|
+
"egg-fill": "\f311",
|
558
|
+
"egg-fried": "\f312",
|
559
|
+
"egg": "\f313",
|
560
|
+
"eject-fill": "\f314",
|
561
|
+
"eject": "\f315",
|
562
|
+
"emoji-angry-fill": "\f316",
|
563
|
+
"emoji-angry": "\f317",
|
564
|
+
"emoji-dizzy-fill": "\f318",
|
565
|
+
"emoji-dizzy": "\f319",
|
566
|
+
"emoji-expressionless-fill": "\f31a",
|
567
|
+
"emoji-expressionless": "\f31b",
|
568
|
+
"emoji-frown-fill": "\f31c",
|
569
|
+
"emoji-frown": "\f31d",
|
570
|
+
"emoji-heart-eyes-fill": "\f31e",
|
571
|
+
"emoji-heart-eyes": "\f31f",
|
572
|
+
"emoji-laughing-fill": "\f320",
|
573
|
+
"emoji-laughing": "\f321",
|
574
|
+
"emoji-neutral-fill": "\f322",
|
575
|
+
"emoji-neutral": "\f323",
|
576
|
+
"emoji-smile-fill": "\f324",
|
577
|
+
"emoji-smile-upside-down-fill": "\f325",
|
578
|
+
"emoji-smile-upside-down": "\f326",
|
579
|
+
"emoji-smile": "\f327",
|
580
|
+
"emoji-sunglasses-fill": "\f328",
|
581
|
+
"emoji-sunglasses": "\f329",
|
582
|
+
"emoji-wink-fill": "\f32a",
|
583
|
+
"emoji-wink": "\f32b",
|
584
|
+
"envelope-fill": "\f32c",
|
585
|
+
"envelope-open-fill": "\f32d",
|
586
|
+
"envelope-open": "\f32e",
|
587
|
+
"envelope": "\f32f",
|
588
|
+
"eraser-fill": "\f330",
|
589
|
+
"eraser": "\f331",
|
590
|
+
"exclamation-circle-fill": "\f332",
|
591
|
+
"exclamation-circle": "\f333",
|
592
|
+
"exclamation-diamond-fill": "\f334",
|
593
|
+
"exclamation-diamond": "\f335",
|
594
|
+
"exclamation-octagon-fill": "\f336",
|
595
|
+
"exclamation-octagon": "\f337",
|
596
|
+
"exclamation-square-fill": "\f338",
|
597
|
+
"exclamation-square": "\f339",
|
598
|
+
"exclamation-triangle-fill": "\f33a",
|
599
|
+
"exclamation-triangle": "\f33b",
|
600
|
+
"exclamation": "\f33c",
|
601
|
+
"exclude": "\f33d",
|
602
|
+
"eye-fill": "\f33e",
|
603
|
+
"eye-slash-fill": "\f33f",
|
604
|
+
"eye-slash": "\f340",
|
605
|
+
"eye": "\f341",
|
606
|
+
"eyedropper": "\f342",
|
607
|
+
"eyeglasses": "\f343",
|
608
|
+
"facebook": "\f344",
|
609
|
+
"file-arrow-down-fill": "\f345",
|
610
|
+
"file-arrow-down": "\f346",
|
611
|
+
"file-arrow-up-fill": "\f347",
|
612
|
+
"file-arrow-up": "\f348",
|
613
|
+
"file-bar-graph-fill": "\f349",
|
614
|
+
"file-bar-graph": "\f34a",
|
615
|
+
"file-binary-fill": "\f34b",
|
616
|
+
"file-binary": "\f34c",
|
617
|
+
"file-break-fill": "\f34d",
|
618
|
+
"file-break": "\f34e",
|
619
|
+
"file-check-fill": "\f34f",
|
620
|
+
"file-check": "\f350",
|
621
|
+
"file-code-fill": "\f351",
|
622
|
+
"file-code": "\f352",
|
623
|
+
"file-diff-fill": "\f353",
|
624
|
+
"file-diff": "\f354",
|
625
|
+
"file-earmark-arrow-down-fill": "\f355",
|
626
|
+
"file-earmark-arrow-down": "\f356",
|
627
|
+
"file-earmark-arrow-up-fill": "\f357",
|
628
|
+
"file-earmark-arrow-up": "\f358",
|
629
|
+
"file-earmark-bar-graph-fill": "\f359",
|
630
|
+
"file-earmark-bar-graph": "\f35a",
|
631
|
+
"file-earmark-binary-fill": "\f35b",
|
632
|
+
"file-earmark-binary": "\f35c",
|
633
|
+
"file-earmark-break-fill": "\f35d",
|
634
|
+
"file-earmark-break": "\f35e",
|
635
|
+
"file-earmark-check-fill": "\f35f",
|
636
|
+
"file-earmark-check": "\f360",
|
637
|
+
"file-earmark-code-fill": "\f361",
|
638
|
+
"file-earmark-code": "\f362",
|
639
|
+
"file-earmark-diff-fill": "\f363",
|
640
|
+
"file-earmark-diff": "\f364",
|
641
|
+
"file-earmark-easel-fill": "\f365",
|
642
|
+
"file-earmark-easel": "\f366",
|
643
|
+
"file-earmark-excel-fill": "\f367",
|
644
|
+
"file-earmark-excel": "\f368",
|
645
|
+
"file-earmark-fill": "\f369",
|
646
|
+
"file-earmark-font-fill": "\f36a",
|
647
|
+
"file-earmark-font": "\f36b",
|
648
|
+
"file-earmark-image-fill": "\f36c",
|
649
|
+
"file-earmark-image": "\f36d",
|
650
|
+
"file-earmark-lock-fill": "\f36e",
|
651
|
+
"file-earmark-lock": "\f36f",
|
652
|
+
"file-earmark-lock2-fill": "\f370",
|
653
|
+
"file-earmark-lock2": "\f371",
|
654
|
+
"file-earmark-medical-fill": "\f372",
|
655
|
+
"file-earmark-medical": "\f373",
|
656
|
+
"file-earmark-minus-fill": "\f374",
|
657
|
+
"file-earmark-minus": "\f375",
|
658
|
+
"file-earmark-music-fill": "\f376",
|
659
|
+
"file-earmark-music": "\f377",
|
660
|
+
"file-earmark-person-fill": "\f378",
|
661
|
+
"file-earmark-person": "\f379",
|
662
|
+
"file-earmark-play-fill": "\f37a",
|
663
|
+
"file-earmark-play": "\f37b",
|
664
|
+
"file-earmark-plus-fill": "\f37c",
|
665
|
+
"file-earmark-plus": "\f37d",
|
666
|
+
"file-earmark-post-fill": "\f37e",
|
667
|
+
"file-earmark-post": "\f37f",
|
668
|
+
"file-earmark-ppt-fill": "\f380",
|
669
|
+
"file-earmark-ppt": "\f381",
|
670
|
+
"file-earmark-richtext-fill": "\f382",
|
671
|
+
"file-earmark-richtext": "\f383",
|
672
|
+
"file-earmark-ruled-fill": "\f384",
|
673
|
+
"file-earmark-ruled": "\f385",
|
674
|
+
"file-earmark-slides-fill": "\f386",
|
675
|
+
"file-earmark-slides": "\f387",
|
676
|
+
"file-earmark-spreadsheet-fill": "\f388",
|
677
|
+
"file-earmark-spreadsheet": "\f389",
|
678
|
+
"file-earmark-text-fill": "\f38a",
|
679
|
+
"file-earmark-text": "\f38b",
|
680
|
+
"file-earmark-word-fill": "\f38c",
|
681
|
+
"file-earmark-word": "\f38d",
|
682
|
+
"file-earmark-x-fill": "\f38e",
|
683
|
+
"file-earmark-x": "\f38f",
|
684
|
+
"file-earmark-zip-fill": "\f390",
|
685
|
+
"file-earmark-zip": "\f391",
|
686
|
+
"file-earmark": "\f392",
|
687
|
+
"file-easel-fill": "\f393",
|
688
|
+
"file-easel": "\f394",
|
689
|
+
"file-excel-fill": "\f395",
|
690
|
+
"file-excel": "\f396",
|
691
|
+
"file-fill": "\f397",
|
692
|
+
"file-font-fill": "\f398",
|
693
|
+
"file-font": "\f399",
|
694
|
+
"file-image-fill": "\f39a",
|
695
|
+
"file-image": "\f39b",
|
696
|
+
"file-lock-fill": "\f39c",
|
697
|
+
"file-lock": "\f39d",
|
698
|
+
"file-lock2-fill": "\f39e",
|
699
|
+
"file-lock2": "\f39f",
|
700
|
+
"file-medical-fill": "\f3a0",
|
701
|
+
"file-medical": "\f3a1",
|
702
|
+
"file-minus-fill": "\f3a2",
|
703
|
+
"file-minus": "\f3a3",
|
704
|
+
"file-music-fill": "\f3a4",
|
705
|
+
"file-music": "\f3a5",
|
706
|
+
"file-person-fill": "\f3a6",
|
707
|
+
"file-person": "\f3a7",
|
708
|
+
"file-play-fill": "\f3a8",
|
709
|
+
"file-play": "\f3a9",
|
710
|
+
"file-plus-fill": "\f3aa",
|
711
|
+
"file-plus": "\f3ab",
|
712
|
+
"file-post-fill": "\f3ac",
|
713
|
+
"file-post": "\f3ad",
|
714
|
+
"file-ppt-fill": "\f3ae",
|
715
|
+
"file-ppt": "\f3af",
|
716
|
+
"file-richtext-fill": "\f3b0",
|
717
|
+
"file-richtext": "\f3b1",
|
718
|
+
"file-ruled-fill": "\f3b2",
|
719
|
+
"file-ruled": "\f3b3",
|
720
|
+
"file-slides-fill": "\f3b4",
|
721
|
+
"file-slides": "\f3b5",
|
722
|
+
"file-spreadsheet-fill": "\f3b6",
|
723
|
+
"file-spreadsheet": "\f3b7",
|
724
|
+
"file-text-fill": "\f3b8",
|
725
|
+
"file-text": "\f3b9",
|
726
|
+
"file-word-fill": "\f3ba",
|
727
|
+
"file-word": "\f3bb",
|
728
|
+
"file-x-fill": "\f3bc",
|
729
|
+
"file-x": "\f3bd",
|
730
|
+
"file-zip-fill": "\f3be",
|
731
|
+
"file-zip": "\f3bf",
|
732
|
+
"file": "\f3c0",
|
733
|
+
"files-alt": "\f3c1",
|
734
|
+
"files": "\f3c2",
|
735
|
+
"film": "\f3c3",
|
736
|
+
"filter-circle-fill": "\f3c4",
|
737
|
+
"filter-circle": "\f3c5",
|
738
|
+
"filter-left": "\f3c6",
|
739
|
+
"filter-right": "\f3c7",
|
740
|
+
"filter-square-fill": "\f3c8",
|
741
|
+
"filter-square": "\f3c9",
|
742
|
+
"filter": "\f3ca",
|
743
|
+
"flag-fill": "\f3cb",
|
744
|
+
"flag": "\f3cc",
|
745
|
+
"flower1": "\f3cd",
|
746
|
+
"flower2": "\f3ce",
|
747
|
+
"flower3": "\f3cf",
|
748
|
+
"folder-check": "\f3d0",
|
749
|
+
"folder-fill": "\f3d1",
|
750
|
+
"folder-minus": "\f3d2",
|
751
|
+
"folder-plus": "\f3d3",
|
752
|
+
"folder-symlink-fill": "\f3d4",
|
753
|
+
"folder-symlink": "\f3d5",
|
754
|
+
"folder-x": "\f3d6",
|
755
|
+
"folder": "\f3d7",
|
756
|
+
"folder2-open": "\f3d8",
|
757
|
+
"folder2": "\f3d9",
|
758
|
+
"fonts": "\f3da",
|
759
|
+
"forward-fill": "\f3db",
|
760
|
+
"forward": "\f3dc",
|
761
|
+
"front": "\f3dd",
|
762
|
+
"fullscreen-exit": "\f3de",
|
763
|
+
"fullscreen": "\f3df",
|
764
|
+
"funnel-fill": "\f3e0",
|
765
|
+
"funnel": "\f3e1",
|
766
|
+
"gear-fill": "\f3e2",
|
767
|
+
"gear-wide-connected": "\f3e3",
|
768
|
+
"gear-wide": "\f3e4",
|
769
|
+
"gear": "\f3e5",
|
770
|
+
"gem": "\f3e6",
|
771
|
+
"geo-alt-fill": "\f3e7",
|
772
|
+
"geo-alt": "\f3e8",
|
773
|
+
"geo-fill": "\f3e9",
|
774
|
+
"geo": "\f3ea",
|
775
|
+
"gift-fill": "\f3eb",
|
776
|
+
"gift": "\f3ec",
|
777
|
+
"github": "\f3ed",
|
778
|
+
"globe": "\f3ee",
|
779
|
+
"globe2": "\f3ef",
|
780
|
+
"google": "\f3f0",
|
781
|
+
"graph-down": "\f3f1",
|
782
|
+
"graph-up": "\f3f2",
|
783
|
+
"grid-1x2-fill": "\f3f3",
|
784
|
+
"grid-1x2": "\f3f4",
|
785
|
+
"grid-3x2-gap-fill": "\f3f5",
|
786
|
+
"grid-3x2-gap": "\f3f6",
|
787
|
+
"grid-3x2": "\f3f7",
|
788
|
+
"grid-3x3-gap-fill": "\f3f8",
|
789
|
+
"grid-3x3-gap": "\f3f9",
|
790
|
+
"grid-3x3": "\f3fa",
|
791
|
+
"grid-fill": "\f3fb",
|
792
|
+
"grid": "\f3fc",
|
793
|
+
"grip-horizontal": "\f3fd",
|
794
|
+
"grip-vertical": "\f3fe",
|
795
|
+
"hammer": "\f3ff",
|
796
|
+
"hand-index-fill": "\f400",
|
797
|
+
"hand-index-thumb-fill": "\f401",
|
798
|
+
"hand-index-thumb": "\f402",
|
799
|
+
"hand-index": "\f403",
|
800
|
+
"hand-thumbs-down-fill": "\f404",
|
801
|
+
"hand-thumbs-down": "\f405",
|
802
|
+
"hand-thumbs-up-fill": "\f406",
|
803
|
+
"hand-thumbs-up": "\f407",
|
804
|
+
"handbag-fill": "\f408",
|
805
|
+
"handbag": "\f409",
|
806
|
+
"hash": "\f40a",
|
807
|
+
"hdd-fill": "\f40b",
|
808
|
+
"hdd-network-fill": "\f40c",
|
809
|
+
"hdd-network": "\f40d",
|
810
|
+
"hdd-rack-fill": "\f40e",
|
811
|
+
"hdd-rack": "\f40f",
|
812
|
+
"hdd-stack-fill": "\f410",
|
813
|
+
"hdd-stack": "\f411",
|
814
|
+
"hdd": "\f412",
|
815
|
+
"headphones": "\f413",
|
816
|
+
"headset": "\f414",
|
817
|
+
"heart-fill": "\f415",
|
818
|
+
"heart-half": "\f416",
|
819
|
+
"heart": "\f417",
|
820
|
+
"heptagon-fill": "\f418",
|
821
|
+
"heptagon-half": "\f419",
|
822
|
+
"heptagon": "\f41a",
|
823
|
+
"hexagon-fill": "\f41b",
|
824
|
+
"hexagon-half": "\f41c",
|
825
|
+
"hexagon": "\f41d",
|
826
|
+
"hourglass-bottom": "\f41e",
|
827
|
+
"hourglass-split": "\f41f",
|
828
|
+
"hourglass-top": "\f420",
|
829
|
+
"hourglass": "\f421",
|
830
|
+
"house-door-fill": "\f422",
|
831
|
+
"house-door": "\f423",
|
832
|
+
"house-fill": "\f424",
|
833
|
+
"house": "\f425",
|
834
|
+
"hr": "\f426",
|
835
|
+
"hurricane": "\f427",
|
836
|
+
"image-alt": "\f428",
|
837
|
+
"image-fill": "\f429",
|
838
|
+
"image": "\f42a",
|
839
|
+
"images": "\f42b",
|
840
|
+
"inbox-fill": "\f42c",
|
841
|
+
"inbox": "\f42d",
|
842
|
+
"inboxes-fill": "\f42e",
|
843
|
+
"inboxes": "\f42f",
|
844
|
+
"info-circle-fill": "\f430",
|
845
|
+
"info-circle": "\f431",
|
846
|
+
"info-square-fill": "\f432",
|
847
|
+
"info-square": "\f433",
|
848
|
+
"info": "\f434",
|
849
|
+
"input-cursor-text": "\f435",
|
850
|
+
"input-cursor": "\f436",
|
851
|
+
"instagram": "\f437",
|
852
|
+
"intersect": "\f438",
|
853
|
+
"journal-album": "\f439",
|
854
|
+
"journal-arrow-down": "\f43a",
|
855
|
+
"journal-arrow-up": "\f43b",
|
856
|
+
"journal-bookmark-fill": "\f43c",
|
857
|
+
"journal-bookmark": "\f43d",
|
858
|
+
"journal-check": "\f43e",
|
859
|
+
"journal-code": "\f43f",
|
860
|
+
"journal-medical": "\f440",
|
861
|
+
"journal-minus": "\f441",
|
862
|
+
"journal-plus": "\f442",
|
863
|
+
"journal-richtext": "\f443",
|
864
|
+
"journal-text": "\f444",
|
865
|
+
"journal-x": "\f445",
|
866
|
+
"journal": "\f446",
|
867
|
+
"journals": "\f447",
|
868
|
+
"joystick": "\f448",
|
869
|
+
"justify-left": "\f449",
|
870
|
+
"justify-right": "\f44a",
|
871
|
+
"justify": "\f44b",
|
872
|
+
"kanban-fill": "\f44c",
|
873
|
+
"kanban": "\f44d",
|
874
|
+
"key-fill": "\f44e",
|
875
|
+
"key": "\f44f",
|
876
|
+
"keyboard-fill": "\f450",
|
877
|
+
"keyboard": "\f451",
|
878
|
+
"ladder": "\f452",
|
879
|
+
"lamp-fill": "\f453",
|
880
|
+
"lamp": "\f454",
|
881
|
+
"laptop-fill": "\f455",
|
882
|
+
"laptop": "\f456",
|
883
|
+
"layer-backward": "\f457",
|
884
|
+
"layer-forward": "\f458",
|
885
|
+
"layers-fill": "\f459",
|
886
|
+
"layers-half": "\f45a",
|
887
|
+
"layers": "\f45b",
|
888
|
+
"layout-sidebar-inset-reverse": "\f45c",
|
889
|
+
"layout-sidebar-inset": "\f45d",
|
890
|
+
"layout-sidebar-reverse": "\f45e",
|
891
|
+
"layout-sidebar": "\f45f",
|
892
|
+
"layout-split": "\f460",
|
893
|
+
"layout-text-sidebar-reverse": "\f461",
|
894
|
+
"layout-text-sidebar": "\f462",
|
895
|
+
"layout-text-window-reverse": "\f463",
|
896
|
+
"layout-text-window": "\f464",
|
897
|
+
"layout-three-columns": "\f465",
|
898
|
+
"layout-wtf": "\f466",
|
899
|
+
"life-preserver": "\f467",
|
900
|
+
"lightbulb-fill": "\f468",
|
901
|
+
"lightbulb-off-fill": "\f469",
|
902
|
+
"lightbulb-off": "\f46a",
|
903
|
+
"lightbulb": "\f46b",
|
904
|
+
"lightning-charge-fill": "\f46c",
|
905
|
+
"lightning-charge": "\f46d",
|
906
|
+
"lightning-fill": "\f46e",
|
907
|
+
"lightning": "\f46f",
|
908
|
+
"link-45deg": "\f470",
|
909
|
+
"link": "\f471",
|
910
|
+
"linkedin": "\f472",
|
911
|
+
"list-check": "\f473",
|
912
|
+
"list-nested": "\f474",
|
913
|
+
"list-ol": "\f475",
|
914
|
+
"list-stars": "\f476",
|
915
|
+
"list-task": "\f477",
|
916
|
+
"list-ul": "\f478",
|
917
|
+
"list": "\f479",
|
918
|
+
"lock-fill": "\f47a",
|
919
|
+
"lock": "\f47b",
|
920
|
+
"mailbox": "\f47c",
|
921
|
+
"mailbox2": "\f47d",
|
922
|
+
"map-fill": "\f47e",
|
923
|
+
"map": "\f47f",
|
924
|
+
"markdown-fill": "\f480",
|
925
|
+
"markdown": "\f481",
|
926
|
+
"mask": "\f482",
|
927
|
+
"megaphone-fill": "\f483",
|
928
|
+
"megaphone": "\f484",
|
929
|
+
"menu-app-fill": "\f485",
|
930
|
+
"menu-app": "\f486",
|
931
|
+
"menu-button-fill": "\f487",
|
932
|
+
"menu-button-wide-fill": "\f488",
|
933
|
+
"menu-button-wide": "\f489",
|
934
|
+
"menu-button": "\f48a",
|
935
|
+
"menu-down": "\f48b",
|
936
|
+
"menu-up": "\f48c",
|
937
|
+
"mic-fill": "\f48d",
|
938
|
+
"mic-mute-fill": "\f48e",
|
939
|
+
"mic-mute": "\f48f",
|
940
|
+
"mic": "\f490",
|
941
|
+
"minecart-loaded": "\f491",
|
942
|
+
"minecart": "\f492",
|
943
|
+
"moisture": "\f493",
|
944
|
+
"moon-fill": "\f494",
|
945
|
+
"moon-stars-fill": "\f495",
|
946
|
+
"moon-stars": "\f496",
|
947
|
+
"moon": "\f497",
|
948
|
+
"mouse-fill": "\f498",
|
949
|
+
"mouse": "\f499",
|
950
|
+
"mouse2-fill": "\f49a",
|
951
|
+
"mouse2": "\f49b",
|
952
|
+
"mouse3-fill": "\f49c",
|
953
|
+
"mouse3": "\f49d",
|
954
|
+
"music-note-beamed": "\f49e",
|
955
|
+
"music-note-list": "\f49f",
|
956
|
+
"music-note": "\f4a0",
|
957
|
+
"music-player-fill": "\f4a1",
|
958
|
+
"music-player": "\f4a2",
|
959
|
+
"newspaper": "\f4a3",
|
960
|
+
"node-minus-fill": "\f4a4",
|
961
|
+
"node-minus": "\f4a5",
|
962
|
+
"node-plus-fill": "\f4a6",
|
963
|
+
"node-plus": "\f4a7",
|
964
|
+
"nut-fill": "\f4a8",
|
965
|
+
"nut": "\f4a9",
|
966
|
+
"octagon-fill": "\f4aa",
|
967
|
+
"octagon-half": "\f4ab",
|
968
|
+
"octagon": "\f4ac",
|
969
|
+
"option": "\f4ad",
|
970
|
+
"outlet": "\f4ae",
|
971
|
+
"paint-bucket": "\f4af",
|
972
|
+
"palette-fill": "\f4b0",
|
973
|
+
"palette": "\f4b1",
|
974
|
+
"palette2": "\f4b2",
|
975
|
+
"paperclip": "\f4b3",
|
976
|
+
"paragraph": "\f4b4",
|
977
|
+
"patch-check-fill": "\f4b5",
|
978
|
+
"patch-check": "\f4b6",
|
979
|
+
"patch-exclamation-fill": "\f4b7",
|
980
|
+
"patch-exclamation": "\f4b8",
|
981
|
+
"patch-minus-fill": "\f4b9",
|
982
|
+
"patch-minus": "\f4ba",
|
983
|
+
"patch-plus-fill": "\f4bb",
|
984
|
+
"patch-plus": "\f4bc",
|
985
|
+
"patch-question-fill": "\f4bd",
|
986
|
+
"patch-question": "\f4be",
|
987
|
+
"pause-btn-fill": "\f4bf",
|
988
|
+
"pause-btn": "\f4c0",
|
989
|
+
"pause-circle-fill": "\f4c1",
|
990
|
+
"pause-circle": "\f4c2",
|
991
|
+
"pause-fill": "\f4c3",
|
992
|
+
"pause": "\f4c4",
|
993
|
+
"peace-fill": "\f4c5",
|
994
|
+
"peace": "\f4c6",
|
995
|
+
"pen-fill": "\f4c7",
|
996
|
+
"pen": "\f4c8",
|
997
|
+
"pencil-fill": "\f4c9",
|
998
|
+
"pencil-square": "\f4ca",
|
999
|
+
"pencil": "\f4cb",
|
1000
|
+
"pentagon-fill": "\f4cc",
|
1001
|
+
"pentagon-half": "\f4cd",
|
1002
|
+
"pentagon": "\f4ce",
|
1003
|
+
"people-fill": "\f4cf",
|
1004
|
+
"people": "\f4d0",
|
1005
|
+
"percent": "\f4d1",
|
1006
|
+
"person-badge-fill": "\f4d2",
|
1007
|
+
"person-badge": "\f4d3",
|
1008
|
+
"person-bounding-box": "\f4d4",
|
1009
|
+
"person-check-fill": "\f4d5",
|
1010
|
+
"person-check": "\f4d6",
|
1011
|
+
"person-circle": "\f4d7",
|
1012
|
+
"person-dash-fill": "\f4d8",
|
1013
|
+
"person-dash": "\f4d9",
|
1014
|
+
"person-fill": "\f4da",
|
1015
|
+
"person-lines-fill": "\f4db",
|
1016
|
+
"person-plus-fill": "\f4dc",
|
1017
|
+
"person-plus": "\f4dd",
|
1018
|
+
"person-square": "\f4de",
|
1019
|
+
"person-x-fill": "\f4df",
|
1020
|
+
"person-x": "\f4e0",
|
1021
|
+
"person": "\f4e1",
|
1022
|
+
"phone-fill": "\f4e2",
|
1023
|
+
"phone-landscape-fill": "\f4e3",
|
1024
|
+
"phone-landscape": "\f4e4",
|
1025
|
+
"phone-vibrate-fill": "\f4e5",
|
1026
|
+
"phone-vibrate": "\f4e6",
|
1027
|
+
"phone": "\f4e7",
|
1028
|
+
"pie-chart-fill": "\f4e8",
|
1029
|
+
"pie-chart": "\f4e9",
|
1030
|
+
"pin-angle-fill": "\f4ea",
|
1031
|
+
"pin-angle": "\f4eb",
|
1032
|
+
"pin-fill": "\f4ec",
|
1033
|
+
"pin": "\f4ed",
|
1034
|
+
"pip-fill": "\f4ee",
|
1035
|
+
"pip": "\f4ef",
|
1036
|
+
"play-btn-fill": "\f4f0",
|
1037
|
+
"play-btn": "\f4f1",
|
1038
|
+
"play-circle-fill": "\f4f2",
|
1039
|
+
"play-circle": "\f4f3",
|
1040
|
+
"play-fill": "\f4f4",
|
1041
|
+
"play": "\f4f5",
|
1042
|
+
"plug-fill": "\f4f6",
|
1043
|
+
"plug": "\f4f7",
|
1044
|
+
"plus-circle-dotted": "\f4f8",
|
1045
|
+
"plus-circle-fill": "\f4f9",
|
1046
|
+
"plus-circle": "\f4fa",
|
1047
|
+
"plus-square-dotted": "\f4fb",
|
1048
|
+
"plus-square-fill": "\f4fc",
|
1049
|
+
"plus-square": "\f4fd",
|
1050
|
+
"plus": "\f4fe",
|
1051
|
+
"power": "\f4ff",
|
1052
|
+
"printer-fill": "\f500",
|
1053
|
+
"printer": "\f501",
|
1054
|
+
"puzzle-fill": "\f502",
|
1055
|
+
"puzzle": "\f503",
|
1056
|
+
"question-circle-fill": "\f504",
|
1057
|
+
"question-circle": "\f505",
|
1058
|
+
"question-diamond-fill": "\f506",
|
1059
|
+
"question-diamond": "\f507",
|
1060
|
+
"question-octagon-fill": "\f508",
|
1061
|
+
"question-octagon": "\f509",
|
1062
|
+
"question-square-fill": "\f50a",
|
1063
|
+
"question-square": "\f50b",
|
1064
|
+
"question": "\f50c",
|
1065
|
+
"rainbow": "\f50d",
|
1066
|
+
"receipt-cutoff": "\f50e",
|
1067
|
+
"receipt": "\f50f",
|
1068
|
+
"reception-0": "\f510",
|
1069
|
+
"reception-1": "\f511",
|
1070
|
+
"reception-2": "\f512",
|
1071
|
+
"reception-3": "\f513",
|
1072
|
+
"reception-4": "\f514",
|
1073
|
+
"record-btn-fill": "\f515",
|
1074
|
+
"record-btn": "\f516",
|
1075
|
+
"record-circle-fill": "\f517",
|
1076
|
+
"record-circle": "\f518",
|
1077
|
+
"record-fill": "\f519",
|
1078
|
+
"record": "\f51a",
|
1079
|
+
"record2-fill": "\f51b",
|
1080
|
+
"record2": "\f51c",
|
1081
|
+
"reply-all-fill": "\f51d",
|
1082
|
+
"reply-all": "\f51e",
|
1083
|
+
"reply-fill": "\f51f",
|
1084
|
+
"reply": "\f520",
|
1085
|
+
"rss-fill": "\f521",
|
1086
|
+
"rss": "\f522",
|
1087
|
+
"rulers": "\f523",
|
1088
|
+
"save-fill": "\f524",
|
1089
|
+
"save": "\f525",
|
1090
|
+
"save2-fill": "\f526",
|
1091
|
+
"save2": "\f527",
|
1092
|
+
"scissors": "\f528",
|
1093
|
+
"screwdriver": "\f529",
|
1094
|
+
"search": "\f52a",
|
1095
|
+
"segmented-nav": "\f52b",
|
1096
|
+
"server": "\f52c",
|
1097
|
+
"share-fill": "\f52d",
|
1098
|
+
"share": "\f52e",
|
1099
|
+
"shield-check": "\f52f",
|
1100
|
+
"shield-exclamation": "\f530",
|
1101
|
+
"shield-fill-check": "\f531",
|
1102
|
+
"shield-fill-exclamation": "\f532",
|
1103
|
+
"shield-fill-minus": "\f533",
|
1104
|
+
"shield-fill-plus": "\f534",
|
1105
|
+
"shield-fill-x": "\f535",
|
1106
|
+
"shield-fill": "\f536",
|
1107
|
+
"shield-lock-fill": "\f537",
|
1108
|
+
"shield-lock": "\f538",
|
1109
|
+
"shield-minus": "\f539",
|
1110
|
+
"shield-plus": "\f53a",
|
1111
|
+
"shield-shaded": "\f53b",
|
1112
|
+
"shield-slash-fill": "\f53c",
|
1113
|
+
"shield-slash": "\f53d",
|
1114
|
+
"shield-x": "\f53e",
|
1115
|
+
"shield": "\f53f",
|
1116
|
+
"shift-fill": "\f540",
|
1117
|
+
"shift": "\f541",
|
1118
|
+
"shop-window": "\f542",
|
1119
|
+
"shop": "\f543",
|
1120
|
+
"shuffle": "\f544",
|
1121
|
+
"signpost-2-fill": "\f545",
|
1122
|
+
"signpost-2": "\f546",
|
1123
|
+
"signpost-fill": "\f547",
|
1124
|
+
"signpost-split-fill": "\f548",
|
1125
|
+
"signpost-split": "\f549",
|
1126
|
+
"signpost": "\f54a",
|
1127
|
+
"sim-fill": "\f54b",
|
1128
|
+
"sim": "\f54c",
|
1129
|
+
"skip-backward-btn-fill": "\f54d",
|
1130
|
+
"skip-backward-btn": "\f54e",
|
1131
|
+
"skip-backward-circle-fill": "\f54f",
|
1132
|
+
"skip-backward-circle": "\f550",
|
1133
|
+
"skip-backward-fill": "\f551",
|
1134
|
+
"skip-backward": "\f552",
|
1135
|
+
"skip-end-btn-fill": "\f553",
|
1136
|
+
"skip-end-btn": "\f554",
|
1137
|
+
"skip-end-circle-fill": "\f555",
|
1138
|
+
"skip-end-circle": "\f556",
|
1139
|
+
"skip-end-fill": "\f557",
|
1140
|
+
"skip-end": "\f558",
|
1141
|
+
"skip-forward-btn-fill": "\f559",
|
1142
|
+
"skip-forward-btn": "\f55a",
|
1143
|
+
"skip-forward-circle-fill": "\f55b",
|
1144
|
+
"skip-forward-circle": "\f55c",
|
1145
|
+
"skip-forward-fill": "\f55d",
|
1146
|
+
"skip-forward": "\f55e",
|
1147
|
+
"skip-start-btn-fill": "\f55f",
|
1148
|
+
"skip-start-btn": "\f560",
|
1149
|
+
"skip-start-circle-fill": "\f561",
|
1150
|
+
"skip-start-circle": "\f562",
|
1151
|
+
"skip-start-fill": "\f563",
|
1152
|
+
"skip-start": "\f564",
|
1153
|
+
"slack": "\f565",
|
1154
|
+
"slash-circle-fill": "\f566",
|
1155
|
+
"slash-circle": "\f567",
|
1156
|
+
"slash-square-fill": "\f568",
|
1157
|
+
"slash-square": "\f569",
|
1158
|
+
"slash": "\f56a",
|
1159
|
+
"sliders": "\f56b",
|
1160
|
+
"smartwatch": "\f56c",
|
1161
|
+
"snow": "\f56d",
|
1162
|
+
"snow2": "\f56e",
|
1163
|
+
"snow3": "\f56f",
|
1164
|
+
"sort-alpha-down-alt": "\f570",
|
1165
|
+
"sort-alpha-down": "\f571",
|
1166
|
+
"sort-alpha-up-alt": "\f572",
|
1167
|
+
"sort-alpha-up": "\f573",
|
1168
|
+
"sort-down-alt": "\f574",
|
1169
|
+
"sort-down": "\f575",
|
1170
|
+
"sort-numeric-down-alt": "\f576",
|
1171
|
+
"sort-numeric-down": "\f577",
|
1172
|
+
"sort-numeric-up-alt": "\f578",
|
1173
|
+
"sort-numeric-up": "\f579",
|
1174
|
+
"sort-up-alt": "\f57a",
|
1175
|
+
"sort-up": "\f57b",
|
1176
|
+
"soundwave": "\f57c",
|
1177
|
+
"speaker-fill": "\f57d",
|
1178
|
+
"speaker": "\f57e",
|
1179
|
+
"speedometer": "\f57f",
|
1180
|
+
"speedometer2": "\f580",
|
1181
|
+
"spellcheck": "\f581",
|
1182
|
+
"square-fill": "\f582",
|
1183
|
+
"square-half": "\f583",
|
1184
|
+
"square": "\f584",
|
1185
|
+
"stack": "\f585",
|
1186
|
+
"star-fill": "\f586",
|
1187
|
+
"star-half": "\f587",
|
1188
|
+
"star": "\f588",
|
1189
|
+
"stars": "\f589",
|
1190
|
+
"stickies-fill": "\f58a",
|
1191
|
+
"stickies": "\f58b",
|
1192
|
+
"sticky-fill": "\f58c",
|
1193
|
+
"sticky": "\f58d",
|
1194
|
+
"stop-btn-fill": "\f58e",
|
1195
|
+
"stop-btn": "\f58f",
|
1196
|
+
"stop-circle-fill": "\f590",
|
1197
|
+
"stop-circle": "\f591",
|
1198
|
+
"stop-fill": "\f592",
|
1199
|
+
"stop": "\f593",
|
1200
|
+
"stoplights-fill": "\f594",
|
1201
|
+
"stoplights": "\f595",
|
1202
|
+
"stopwatch-fill": "\f596",
|
1203
|
+
"stopwatch": "\f597",
|
1204
|
+
"subtract": "\f598",
|
1205
|
+
"suit-club-fill": "\f599",
|
1206
|
+
"suit-club": "\f59a",
|
1207
|
+
"suit-diamond-fill": "\f59b",
|
1208
|
+
"suit-diamond": "\f59c",
|
1209
|
+
"suit-heart-fill": "\f59d",
|
1210
|
+
"suit-heart": "\f59e",
|
1211
|
+
"suit-spade-fill": "\f59f",
|
1212
|
+
"suit-spade": "\f5a0",
|
1213
|
+
"sun-fill": "\f5a1",
|
1214
|
+
"sun": "\f5a2",
|
1215
|
+
"sunglasses": "\f5a3",
|
1216
|
+
"sunrise-fill": "\f5a4",
|
1217
|
+
"sunrise": "\f5a5",
|
1218
|
+
"sunset-fill": "\f5a6",
|
1219
|
+
"sunset": "\f5a7",
|
1220
|
+
"symmetry-horizontal": "\f5a8",
|
1221
|
+
"symmetry-vertical": "\f5a9",
|
1222
|
+
"table": "\f5aa",
|
1223
|
+
"tablet-fill": "\f5ab",
|
1224
|
+
"tablet-landscape-fill": "\f5ac",
|
1225
|
+
"tablet-landscape": "\f5ad",
|
1226
|
+
"tablet": "\f5ae",
|
1227
|
+
"tag-fill": "\f5af",
|
1228
|
+
"tag": "\f5b0",
|
1229
|
+
"tags-fill": "\f5b1",
|
1230
|
+
"tags": "\f5b2",
|
1231
|
+
"telegram": "\f5b3",
|
1232
|
+
"telephone-fill": "\f5b4",
|
1233
|
+
"telephone-forward-fill": "\f5b5",
|
1234
|
+
"telephone-forward": "\f5b6",
|
1235
|
+
"telephone-inbound-fill": "\f5b7",
|
1236
|
+
"telephone-inbound": "\f5b8",
|
1237
|
+
"telephone-minus-fill": "\f5b9",
|
1238
|
+
"telephone-minus": "\f5ba",
|
1239
|
+
"telephone-outbound-fill": "\f5bb",
|
1240
|
+
"telephone-outbound": "\f5bc",
|
1241
|
+
"telephone-plus-fill": "\f5bd",
|
1242
|
+
"telephone-plus": "\f5be",
|
1243
|
+
"telephone-x-fill": "\f5bf",
|
1244
|
+
"telephone-x": "\f5c0",
|
1245
|
+
"telephone": "\f5c1",
|
1246
|
+
"terminal-fill": "\f5c2",
|
1247
|
+
"terminal": "\f5c3",
|
1248
|
+
"text-center": "\f5c4",
|
1249
|
+
"text-indent-left": "\f5c5",
|
1250
|
+
"text-indent-right": "\f5c6",
|
1251
|
+
"text-left": "\f5c7",
|
1252
|
+
"text-paragraph": "\f5c8",
|
1253
|
+
"text-right": "\f5c9",
|
1254
|
+
"textarea-resize": "\f5ca",
|
1255
|
+
"textarea-t": "\f5cb",
|
1256
|
+
"textarea": "\f5cc",
|
1257
|
+
"thermometer-half": "\f5cd",
|
1258
|
+
"thermometer-high": "\f5ce",
|
1259
|
+
"thermometer-low": "\f5cf",
|
1260
|
+
"thermometer-snow": "\f5d0",
|
1261
|
+
"thermometer-sun": "\f5d1",
|
1262
|
+
"thermometer": "\f5d2",
|
1263
|
+
"three-dots-vertical": "\f5d3",
|
1264
|
+
"three-dots": "\f5d4",
|
1265
|
+
"toggle-off": "\f5d5",
|
1266
|
+
"toggle-on": "\f5d6",
|
1267
|
+
"toggle2-off": "\f5d7",
|
1268
|
+
"toggle2-on": "\f5d8",
|
1269
|
+
"toggles": "\f5d9",
|
1270
|
+
"toggles2": "\f5da",
|
1271
|
+
"tools": "\f5db",
|
1272
|
+
"tornado": "\f5dc",
|
1273
|
+
"trash-fill": "\f5dd",
|
1274
|
+
"trash": "\f5de",
|
1275
|
+
"trash2-fill": "\f5df",
|
1276
|
+
"trash2": "\f5e0",
|
1277
|
+
"tree-fill": "\f5e1",
|
1278
|
+
"tree": "\f5e2",
|
1279
|
+
"triangle-fill": "\f5e3",
|
1280
|
+
"triangle-half": "\f5e4",
|
1281
|
+
"triangle": "\f5e5",
|
1282
|
+
"trophy-fill": "\f5e6",
|
1283
|
+
"trophy": "\f5e7",
|
1284
|
+
"tropical-storm": "\f5e8",
|
1285
|
+
"truck-flatbed": "\f5e9",
|
1286
|
+
"truck": "\f5ea",
|
1287
|
+
"tsunami": "\f5eb",
|
1288
|
+
"tv-fill": "\f5ec",
|
1289
|
+
"tv": "\f5ed",
|
1290
|
+
"twitch": "\f5ee",
|
1291
|
+
"twitter": "\f5ef",
|
1292
|
+
"type-bold": "\f5f0",
|
1293
|
+
"type-h1": "\f5f1",
|
1294
|
+
"type-h2": "\f5f2",
|
1295
|
+
"type-h3": "\f5f3",
|
1296
|
+
"type-italic": "\f5f4",
|
1297
|
+
"type-strikethrough": "\f5f5",
|
1298
|
+
"type-underline": "\f5f6",
|
1299
|
+
"type": "\f5f7",
|
1300
|
+
"ui-checks-grid": "\f5f8",
|
1301
|
+
"ui-checks": "\f5f9",
|
1302
|
+
"ui-radios-grid": "\f5fa",
|
1303
|
+
"ui-radios": "\f5fb",
|
1304
|
+
"umbrella-fill": "\f5fc",
|
1305
|
+
"umbrella": "\f5fd",
|
1306
|
+
"union": "\f5fe",
|
1307
|
+
"unlock-fill": "\f5ff",
|
1308
|
+
"unlock": "\f600",
|
1309
|
+
"upc-scan": "\f601",
|
1310
|
+
"upc": "\f602",
|
1311
|
+
"upload": "\f603",
|
1312
|
+
"vector-pen": "\f604",
|
1313
|
+
"view-list": "\f605",
|
1314
|
+
"view-stacked": "\f606",
|
1315
|
+
"vinyl-fill": "\f607",
|
1316
|
+
"vinyl": "\f608",
|
1317
|
+
"voicemail": "\f609",
|
1318
|
+
"volume-down-fill": "\f60a",
|
1319
|
+
"volume-down": "\f60b",
|
1320
|
+
"volume-mute-fill": "\f60c",
|
1321
|
+
"volume-mute": "\f60d",
|
1322
|
+
"volume-off-fill": "\f60e",
|
1323
|
+
"volume-off": "\f60f",
|
1324
|
+
"volume-up-fill": "\f610",
|
1325
|
+
"volume-up": "\f611",
|
1326
|
+
"vr": "\f612",
|
1327
|
+
"wallet-fill": "\f613",
|
1328
|
+
"wallet": "\f614",
|
1329
|
+
"wallet2": "\f615",
|
1330
|
+
"watch": "\f616",
|
1331
|
+
"water": "\f617",
|
1332
|
+
"whatsapp": "\f618",
|
1333
|
+
"wifi-1": "\f619",
|
1334
|
+
"wifi-2": "\f61a",
|
1335
|
+
"wifi-off": "\f61b",
|
1336
|
+
"wifi": "\f61c",
|
1337
|
+
"wind": "\f61d",
|
1338
|
+
"window-dock": "\f61e",
|
1339
|
+
"window-sidebar": "\f61f",
|
1340
|
+
"window": "\f620",
|
1341
|
+
"wrench": "\f621",
|
1342
|
+
"x-circle-fill": "\f622",
|
1343
|
+
"x-circle": "\f623",
|
1344
|
+
"x-diamond-fill": "\f624",
|
1345
|
+
"x-diamond": "\f625",
|
1346
|
+
"x-octagon-fill": "\f626",
|
1347
|
+
"x-octagon": "\f627",
|
1348
|
+
"x-square-fill": "\f628",
|
1349
|
+
"x-square": "\f629",
|
1350
|
+
"x": "\f62a",
|
1351
|
+
"youtube": "\f62b",
|
1352
|
+
"zoom-in": "\f62c",
|
1353
|
+
"zoom-out": "\f62d",
|
1354
|
+
"bank": "\f62e",
|
1355
|
+
"bank2": "\f62f",
|
1356
|
+
"bell-slash-fill": "\f630",
|
1357
|
+
"bell-slash": "\f631",
|
1358
|
+
"cash-coin": "\f632",
|
1359
|
+
"check-lg": "\f633",
|
1360
|
+
"coin": "\f634",
|
1361
|
+
"currency-bitcoin": "\f635",
|
1362
|
+
"currency-dollar": "\f636",
|
1363
|
+
"currency-euro": "\f637",
|
1364
|
+
"currency-exchange": "\f638",
|
1365
|
+
"currency-pound": "\f639",
|
1366
|
+
"currency-yen": "\f63a",
|
1367
|
+
"dash-lg": "\f63b",
|
1368
|
+
"exclamation-lg": "\f63c",
|
1369
|
+
"file-earmark-pdf-fill": "\f63d",
|
1370
|
+
"file-earmark-pdf": "\f63e",
|
1371
|
+
"file-pdf-fill": "\f63f",
|
1372
|
+
"file-pdf": "\f640",
|
1373
|
+
"gender-ambiguous": "\f641",
|
1374
|
+
"gender-female": "\f642",
|
1375
|
+
"gender-male": "\f643",
|
1376
|
+
"gender-trans": "\f644",
|
1377
|
+
"headset-vr": "\f645",
|
1378
|
+
"info-lg": "\f646",
|
1379
|
+
"mastodon": "\f647",
|
1380
|
+
"messenger": "\f648",
|
1381
|
+
"piggy-bank-fill": "\f649",
|
1382
|
+
"piggy-bank": "\f64a",
|
1383
|
+
"pin-map-fill": "\f64b",
|
1384
|
+
"pin-map": "\f64c",
|
1385
|
+
"plus-lg": "\f64d",
|
1386
|
+
"question-lg": "\f64e",
|
1387
|
+
"recycle": "\f64f",
|
1388
|
+
"reddit": "\f650",
|
1389
|
+
"safe-fill": "\f651",
|
1390
|
+
"safe2-fill": "\f652",
|
1391
|
+
"safe2": "\f653",
|
1392
|
+
"sd-card-fill": "\f654",
|
1393
|
+
"sd-card": "\f655",
|
1394
|
+
"skype": "\f656",
|
1395
|
+
"slash-lg": "\f657",
|
1396
|
+
"translate": "\f658",
|
1397
|
+
"x-lg": "\f659",
|
1398
|
+
"safe": "\f65a",
|
1399
|
+
"apple": "\f65b",
|
1400
|
+
"microsoft": "\f65d",
|
1401
|
+
"windows": "\f65e",
|
1402
|
+
"behance": "\f65c",
|
1403
|
+
"dribbble": "\f65f",
|
1404
|
+
"line": "\f660",
|
1405
|
+
"medium": "\f661",
|
1406
|
+
"paypal": "\f662",
|
1407
|
+
"pinterest": "\f663",
|
1408
|
+
"signal": "\f664",
|
1409
|
+
"snapchat": "\f665",
|
1410
|
+
"spotify": "\f666",
|
1411
|
+
"stack-overflow": "\f667",
|
1412
|
+
"strava": "\f668",
|
1413
|
+
"wordpress": "\f669",
|
1414
|
+
"vimeo": "\f66a",
|
1415
|
+
"activity": "\f66b",
|
1416
|
+
"easel2-fill": "\f66c",
|
1417
|
+
"easel2": "\f66d",
|
1418
|
+
"easel3-fill": "\f66e",
|
1419
|
+
"easel3": "\f66f",
|
1420
|
+
"fan": "\f670",
|
1421
|
+
"fingerprint": "\f671",
|
1422
|
+
"graph-down-arrow": "\f672",
|
1423
|
+
"graph-up-arrow": "\f673",
|
1424
|
+
"hypnotize": "\f674",
|
1425
|
+
"magic": "\f675",
|
1426
|
+
"person-rolodex": "\f676",
|
1427
|
+
"person-video": "\f677",
|
1428
|
+
"person-video2": "\f678",
|
1429
|
+
"person-video3": "\f679",
|
1430
|
+
"person-workspace": "\f67a",
|
1431
|
+
"radioactive": "\f67b",
|
1432
|
+
"webcam-fill": "\f67c",
|
1433
|
+
"webcam": "\f67d",
|
1434
|
+
"yin-yang": "\f67e",
|
1435
|
+
);
|
1436
|
+
|
1437
|
+
.bi-alarm-fill::before { content: map-get($bootstrap-icons-map, "alarm-fill"); }
|
1438
|
+
.bi-alarm::before { content: map-get($bootstrap-icons-map, "alarm"); }
|
1439
|
+
.bi-align-bottom::before { content: map-get($bootstrap-icons-map, "align-bottom"); }
|
1440
|
+
.bi-align-center::before { content: map-get($bootstrap-icons-map, "align-center"); }
|
1441
|
+
.bi-align-end::before { content: map-get($bootstrap-icons-map, "align-end"); }
|
1442
|
+
.bi-align-middle::before { content: map-get($bootstrap-icons-map, "align-middle"); }
|
1443
|
+
.bi-align-start::before { content: map-get($bootstrap-icons-map, "align-start"); }
|
1444
|
+
.bi-align-top::before { content: map-get($bootstrap-icons-map, "align-top"); }
|
1445
|
+
.bi-alt::before { content: map-get($bootstrap-icons-map, "alt"); }
|
1446
|
+
.bi-app-indicator::before { content: map-get($bootstrap-icons-map, "app-indicator"); }
|
1447
|
+
.bi-app::before { content: map-get($bootstrap-icons-map, "app"); }
|
1448
|
+
.bi-archive-fill::before { content: map-get($bootstrap-icons-map, "archive-fill"); }
|
1449
|
+
.bi-archive::before { content: map-get($bootstrap-icons-map, "archive"); }
|
1450
|
+
.bi-arrow-90deg-down::before { content: map-get($bootstrap-icons-map, "arrow-90deg-down"); }
|
1451
|
+
.bi-arrow-90deg-left::before { content: map-get($bootstrap-icons-map, "arrow-90deg-left"); }
|
1452
|
+
.bi-arrow-90deg-right::before { content: map-get($bootstrap-icons-map, "arrow-90deg-right"); }
|
1453
|
+
.bi-arrow-90deg-up::before { content: map-get($bootstrap-icons-map, "arrow-90deg-up"); }
|
1454
|
+
.bi-arrow-bar-down::before { content: map-get($bootstrap-icons-map, "arrow-bar-down"); }
|
1455
|
+
.bi-arrow-bar-left::before { content: map-get($bootstrap-icons-map, "arrow-bar-left"); }
|
1456
|
+
.bi-arrow-bar-right::before { content: map-get($bootstrap-icons-map, "arrow-bar-right"); }
|
1457
|
+
.bi-arrow-bar-up::before { content: map-get($bootstrap-icons-map, "arrow-bar-up"); }
|
1458
|
+
.bi-arrow-clockwise::before { content: map-get($bootstrap-icons-map, "arrow-clockwise"); }
|
1459
|
+
.bi-arrow-counterclockwise::before { content: map-get($bootstrap-icons-map, "arrow-counterclockwise"); }
|
1460
|
+
.bi-arrow-down-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-circle-fill"); }
|
1461
|
+
.bi-arrow-down-circle::before { content: map-get($bootstrap-icons-map, "arrow-down-circle"); }
|
1462
|
+
.bi-arrow-down-left-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-left-circle-fill"); }
|
1463
|
+
.bi-arrow-down-left-circle::before { content: map-get($bootstrap-icons-map, "arrow-down-left-circle"); }
|
1464
|
+
.bi-arrow-down-left-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-left-square-fill"); }
|
1465
|
+
.bi-arrow-down-left-square::before { content: map-get($bootstrap-icons-map, "arrow-down-left-square"); }
|
1466
|
+
.bi-arrow-down-left::before { content: map-get($bootstrap-icons-map, "arrow-down-left"); }
|
1467
|
+
.bi-arrow-down-right-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-right-circle-fill"); }
|
1468
|
+
.bi-arrow-down-right-circle::before { content: map-get($bootstrap-icons-map, "arrow-down-right-circle"); }
|
1469
|
+
.bi-arrow-down-right-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-right-square-fill"); }
|
1470
|
+
.bi-arrow-down-right-square::before { content: map-get($bootstrap-icons-map, "arrow-down-right-square"); }
|
1471
|
+
.bi-arrow-down-right::before { content: map-get($bootstrap-icons-map, "arrow-down-right"); }
|
1472
|
+
.bi-arrow-down-short::before { content: map-get($bootstrap-icons-map, "arrow-down-short"); }
|
1473
|
+
.bi-arrow-down-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-square-fill"); }
|
1474
|
+
.bi-arrow-down-square::before { content: map-get($bootstrap-icons-map, "arrow-down-square"); }
|
1475
|
+
.bi-arrow-down-up::before { content: map-get($bootstrap-icons-map, "arrow-down-up"); }
|
1476
|
+
.bi-arrow-down::before { content: map-get($bootstrap-icons-map, "arrow-down"); }
|
1477
|
+
.bi-arrow-left-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-left-circle-fill"); }
|
1478
|
+
.bi-arrow-left-circle::before { content: map-get($bootstrap-icons-map, "arrow-left-circle"); }
|
1479
|
+
.bi-arrow-left-right::before { content: map-get($bootstrap-icons-map, "arrow-left-right"); }
|
1480
|
+
.bi-arrow-left-short::before { content: map-get($bootstrap-icons-map, "arrow-left-short"); }
|
1481
|
+
.bi-arrow-left-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-left-square-fill"); }
|
1482
|
+
.bi-arrow-left-square::before { content: map-get($bootstrap-icons-map, "arrow-left-square"); }
|
1483
|
+
.bi-arrow-left::before { content: map-get($bootstrap-icons-map, "arrow-left"); }
|
1484
|
+
.bi-arrow-repeat::before { content: map-get($bootstrap-icons-map, "arrow-repeat"); }
|
1485
|
+
.bi-arrow-return-left::before { content: map-get($bootstrap-icons-map, "arrow-return-left"); }
|
1486
|
+
.bi-arrow-return-right::before { content: map-get($bootstrap-icons-map, "arrow-return-right"); }
|
1487
|
+
.bi-arrow-right-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-right-circle-fill"); }
|
1488
|
+
.bi-arrow-right-circle::before { content: map-get($bootstrap-icons-map, "arrow-right-circle"); }
|
1489
|
+
.bi-arrow-right-short::before { content: map-get($bootstrap-icons-map, "arrow-right-short"); }
|
1490
|
+
.bi-arrow-right-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-right-square-fill"); }
|
1491
|
+
.bi-arrow-right-square::before { content: map-get($bootstrap-icons-map, "arrow-right-square"); }
|
1492
|
+
.bi-arrow-right::before { content: map-get($bootstrap-icons-map, "arrow-right"); }
|
1493
|
+
.bi-arrow-up-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-circle-fill"); }
|
1494
|
+
.bi-arrow-up-circle::before { content: map-get($bootstrap-icons-map, "arrow-up-circle"); }
|
1495
|
+
.bi-arrow-up-left-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-left-circle-fill"); }
|
1496
|
+
.bi-arrow-up-left-circle::before { content: map-get($bootstrap-icons-map, "arrow-up-left-circle"); }
|
1497
|
+
.bi-arrow-up-left-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-left-square-fill"); }
|
1498
|
+
.bi-arrow-up-left-square::before { content: map-get($bootstrap-icons-map, "arrow-up-left-square"); }
|
1499
|
+
.bi-arrow-up-left::before { content: map-get($bootstrap-icons-map, "arrow-up-left"); }
|
1500
|
+
.bi-arrow-up-right-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-right-circle-fill"); }
|
1501
|
+
.bi-arrow-up-right-circle::before { content: map-get($bootstrap-icons-map, "arrow-up-right-circle"); }
|
1502
|
+
.bi-arrow-up-right-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-right-square-fill"); }
|
1503
|
+
.bi-arrow-up-right-square::before { content: map-get($bootstrap-icons-map, "arrow-up-right-square"); }
|
1504
|
+
.bi-arrow-up-right::before { content: map-get($bootstrap-icons-map, "arrow-up-right"); }
|
1505
|
+
.bi-arrow-up-short::before { content: map-get($bootstrap-icons-map, "arrow-up-short"); }
|
1506
|
+
.bi-arrow-up-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-square-fill"); }
|
1507
|
+
.bi-arrow-up-square::before { content: map-get($bootstrap-icons-map, "arrow-up-square"); }
|
1508
|
+
.bi-arrow-up::before { content: map-get($bootstrap-icons-map, "arrow-up"); }
|
1509
|
+
.bi-arrows-angle-contract::before { content: map-get($bootstrap-icons-map, "arrows-angle-contract"); }
|
1510
|
+
.bi-arrows-angle-expand::before { content: map-get($bootstrap-icons-map, "arrows-angle-expand"); }
|
1511
|
+
.bi-arrows-collapse::before { content: map-get($bootstrap-icons-map, "arrows-collapse"); }
|
1512
|
+
.bi-arrows-expand::before { content: map-get($bootstrap-icons-map, "arrows-expand"); }
|
1513
|
+
.bi-arrows-fullscreen::before { content: map-get($bootstrap-icons-map, "arrows-fullscreen"); }
|
1514
|
+
.bi-arrows-move::before { content: map-get($bootstrap-icons-map, "arrows-move"); }
|
1515
|
+
.bi-aspect-ratio-fill::before { content: map-get($bootstrap-icons-map, "aspect-ratio-fill"); }
|
1516
|
+
.bi-aspect-ratio::before { content: map-get($bootstrap-icons-map, "aspect-ratio"); }
|
1517
|
+
.bi-asterisk::before { content: map-get($bootstrap-icons-map, "asterisk"); }
|
1518
|
+
.bi-at::before { content: map-get($bootstrap-icons-map, "at"); }
|
1519
|
+
.bi-award-fill::before { content: map-get($bootstrap-icons-map, "award-fill"); }
|
1520
|
+
.bi-award::before { content: map-get($bootstrap-icons-map, "award"); }
|
1521
|
+
.bi-back::before { content: map-get($bootstrap-icons-map, "back"); }
|
1522
|
+
.bi-backspace-fill::before { content: map-get($bootstrap-icons-map, "backspace-fill"); }
|
1523
|
+
.bi-backspace-reverse-fill::before { content: map-get($bootstrap-icons-map, "backspace-reverse-fill"); }
|
1524
|
+
.bi-backspace-reverse::before { content: map-get($bootstrap-icons-map, "backspace-reverse"); }
|
1525
|
+
.bi-backspace::before { content: map-get($bootstrap-icons-map, "backspace"); }
|
1526
|
+
.bi-badge-3d-fill::before { content: map-get($bootstrap-icons-map, "badge-3d-fill"); }
|
1527
|
+
.bi-badge-3d::before { content: map-get($bootstrap-icons-map, "badge-3d"); }
|
1528
|
+
.bi-badge-4k-fill::before { content: map-get($bootstrap-icons-map, "badge-4k-fill"); }
|
1529
|
+
.bi-badge-4k::before { content: map-get($bootstrap-icons-map, "badge-4k"); }
|
1530
|
+
.bi-badge-8k-fill::before { content: map-get($bootstrap-icons-map, "badge-8k-fill"); }
|
1531
|
+
.bi-badge-8k::before { content: map-get($bootstrap-icons-map, "badge-8k"); }
|
1532
|
+
.bi-badge-ad-fill::before { content: map-get($bootstrap-icons-map, "badge-ad-fill"); }
|
1533
|
+
.bi-badge-ad::before { content: map-get($bootstrap-icons-map, "badge-ad"); }
|
1534
|
+
.bi-badge-ar-fill::before { content: map-get($bootstrap-icons-map, "badge-ar-fill"); }
|
1535
|
+
.bi-badge-ar::before { content: map-get($bootstrap-icons-map, "badge-ar"); }
|
1536
|
+
.bi-badge-cc-fill::before { content: map-get($bootstrap-icons-map, "badge-cc-fill"); }
|
1537
|
+
.bi-badge-cc::before { content: map-get($bootstrap-icons-map, "badge-cc"); }
|
1538
|
+
.bi-badge-hd-fill::before { content: map-get($bootstrap-icons-map, "badge-hd-fill"); }
|
1539
|
+
.bi-badge-hd::before { content: map-get($bootstrap-icons-map, "badge-hd"); }
|
1540
|
+
.bi-badge-tm-fill::before { content: map-get($bootstrap-icons-map, "badge-tm-fill"); }
|
1541
|
+
.bi-badge-tm::before { content: map-get($bootstrap-icons-map, "badge-tm"); }
|
1542
|
+
.bi-badge-vo-fill::before { content: map-get($bootstrap-icons-map, "badge-vo-fill"); }
|
1543
|
+
.bi-badge-vo::before { content: map-get($bootstrap-icons-map, "badge-vo"); }
|
1544
|
+
.bi-badge-vr-fill::before { content: map-get($bootstrap-icons-map, "badge-vr-fill"); }
|
1545
|
+
.bi-badge-vr::before { content: map-get($bootstrap-icons-map, "badge-vr"); }
|
1546
|
+
.bi-badge-wc-fill::before { content: map-get($bootstrap-icons-map, "badge-wc-fill"); }
|
1547
|
+
.bi-badge-wc::before { content: map-get($bootstrap-icons-map, "badge-wc"); }
|
1548
|
+
.bi-bag-check-fill::before { content: map-get($bootstrap-icons-map, "bag-check-fill"); }
|
1549
|
+
.bi-bag-check::before { content: map-get($bootstrap-icons-map, "bag-check"); }
|
1550
|
+
.bi-bag-dash-fill::before { content: map-get($bootstrap-icons-map, "bag-dash-fill"); }
|
1551
|
+
.bi-bag-dash::before { content: map-get($bootstrap-icons-map, "bag-dash"); }
|
1552
|
+
.bi-bag-fill::before { content: map-get($bootstrap-icons-map, "bag-fill"); }
|
1553
|
+
.bi-bag-plus-fill::before { content: map-get($bootstrap-icons-map, "bag-plus-fill"); }
|
1554
|
+
.bi-bag-plus::before { content: map-get($bootstrap-icons-map, "bag-plus"); }
|
1555
|
+
.bi-bag-x-fill::before { content: map-get($bootstrap-icons-map, "bag-x-fill"); }
|
1556
|
+
.bi-bag-x::before { content: map-get($bootstrap-icons-map, "bag-x"); }
|
1557
|
+
.bi-bag::before { content: map-get($bootstrap-icons-map, "bag"); }
|
1558
|
+
.bi-bar-chart-fill::before { content: map-get($bootstrap-icons-map, "bar-chart-fill"); }
|
1559
|
+
.bi-bar-chart-line-fill::before { content: map-get($bootstrap-icons-map, "bar-chart-line-fill"); }
|
1560
|
+
.bi-bar-chart-line::before { content: map-get($bootstrap-icons-map, "bar-chart-line"); }
|
1561
|
+
.bi-bar-chart-steps::before { content: map-get($bootstrap-icons-map, "bar-chart-steps"); }
|
1562
|
+
.bi-bar-chart::before { content: map-get($bootstrap-icons-map, "bar-chart"); }
|
1563
|
+
.bi-basket-fill::before { content: map-get($bootstrap-icons-map, "basket-fill"); }
|
1564
|
+
.bi-basket::before { content: map-get($bootstrap-icons-map, "basket"); }
|
1565
|
+
.bi-basket2-fill::before { content: map-get($bootstrap-icons-map, "basket2-fill"); }
|
1566
|
+
.bi-basket2::before { content: map-get($bootstrap-icons-map, "basket2"); }
|
1567
|
+
.bi-basket3-fill::before { content: map-get($bootstrap-icons-map, "basket3-fill"); }
|
1568
|
+
.bi-basket3::before { content: map-get($bootstrap-icons-map, "basket3"); }
|
1569
|
+
.bi-battery-charging::before { content: map-get($bootstrap-icons-map, "battery-charging"); }
|
1570
|
+
.bi-battery-full::before { content: map-get($bootstrap-icons-map, "battery-full"); }
|
1571
|
+
.bi-battery-half::before { content: map-get($bootstrap-icons-map, "battery-half"); }
|
1572
|
+
.bi-battery::before { content: map-get($bootstrap-icons-map, "battery"); }
|
1573
|
+
.bi-bell-fill::before { content: map-get($bootstrap-icons-map, "bell-fill"); }
|
1574
|
+
.bi-bell::before { content: map-get($bootstrap-icons-map, "bell"); }
|
1575
|
+
.bi-bezier::before { content: map-get($bootstrap-icons-map, "bezier"); }
|
1576
|
+
.bi-bezier2::before { content: map-get($bootstrap-icons-map, "bezier2"); }
|
1577
|
+
.bi-bicycle::before { content: map-get($bootstrap-icons-map, "bicycle"); }
|
1578
|
+
.bi-binoculars-fill::before { content: map-get($bootstrap-icons-map, "binoculars-fill"); }
|
1579
|
+
.bi-binoculars::before { content: map-get($bootstrap-icons-map, "binoculars"); }
|
1580
|
+
.bi-blockquote-left::before { content: map-get($bootstrap-icons-map, "blockquote-left"); }
|
1581
|
+
.bi-blockquote-right::before { content: map-get($bootstrap-icons-map, "blockquote-right"); }
|
1582
|
+
.bi-book-fill::before { content: map-get($bootstrap-icons-map, "book-fill"); }
|
1583
|
+
.bi-book-half::before { content: map-get($bootstrap-icons-map, "book-half"); }
|
1584
|
+
.bi-book::before { content: map-get($bootstrap-icons-map, "book"); }
|
1585
|
+
.bi-bookmark-check-fill::before { content: map-get($bootstrap-icons-map, "bookmark-check-fill"); }
|
1586
|
+
.bi-bookmark-check::before { content: map-get($bootstrap-icons-map, "bookmark-check"); }
|
1587
|
+
.bi-bookmark-dash-fill::before { content: map-get($bootstrap-icons-map, "bookmark-dash-fill"); }
|
1588
|
+
.bi-bookmark-dash::before { content: map-get($bootstrap-icons-map, "bookmark-dash"); }
|
1589
|
+
.bi-bookmark-fill::before { content: map-get($bootstrap-icons-map, "bookmark-fill"); }
|
1590
|
+
.bi-bookmark-heart-fill::before { content: map-get($bootstrap-icons-map, "bookmark-heart-fill"); }
|
1591
|
+
.bi-bookmark-heart::before { content: map-get($bootstrap-icons-map, "bookmark-heart"); }
|
1592
|
+
.bi-bookmark-plus-fill::before { content: map-get($bootstrap-icons-map, "bookmark-plus-fill"); }
|
1593
|
+
.bi-bookmark-plus::before { content: map-get($bootstrap-icons-map, "bookmark-plus"); }
|
1594
|
+
.bi-bookmark-star-fill::before { content: map-get($bootstrap-icons-map, "bookmark-star-fill"); }
|
1595
|
+
.bi-bookmark-star::before { content: map-get($bootstrap-icons-map, "bookmark-star"); }
|
1596
|
+
.bi-bookmark-x-fill::before { content: map-get($bootstrap-icons-map, "bookmark-x-fill"); }
|
1597
|
+
.bi-bookmark-x::before { content: map-get($bootstrap-icons-map, "bookmark-x"); }
|
1598
|
+
.bi-bookmark::before { content: map-get($bootstrap-icons-map, "bookmark"); }
|
1599
|
+
.bi-bookmarks-fill::before { content: map-get($bootstrap-icons-map, "bookmarks-fill"); }
|
1600
|
+
.bi-bookmarks::before { content: map-get($bootstrap-icons-map, "bookmarks"); }
|
1601
|
+
.bi-bookshelf::before { content: map-get($bootstrap-icons-map, "bookshelf"); }
|
1602
|
+
.bi-bootstrap-fill::before { content: map-get($bootstrap-icons-map, "bootstrap-fill"); }
|
1603
|
+
.bi-bootstrap-reboot::before { content: map-get($bootstrap-icons-map, "bootstrap-reboot"); }
|
1604
|
+
.bi-bootstrap::before { content: map-get($bootstrap-icons-map, "bootstrap"); }
|
1605
|
+
.bi-border-all::before { content: map-get($bootstrap-icons-map, "border-all"); }
|
1606
|
+
.bi-border-bottom::before { content: map-get($bootstrap-icons-map, "border-bottom"); }
|
1607
|
+
.bi-border-center::before { content: map-get($bootstrap-icons-map, "border-center"); }
|
1608
|
+
.bi-border-inner::before { content: map-get($bootstrap-icons-map, "border-inner"); }
|
1609
|
+
.bi-border-left::before { content: map-get($bootstrap-icons-map, "border-left"); }
|
1610
|
+
.bi-border-middle::before { content: map-get($bootstrap-icons-map, "border-middle"); }
|
1611
|
+
.bi-border-outer::before { content: map-get($bootstrap-icons-map, "border-outer"); }
|
1612
|
+
.bi-border-right::before { content: map-get($bootstrap-icons-map, "border-right"); }
|
1613
|
+
.bi-border-style::before { content: map-get($bootstrap-icons-map, "border-style"); }
|
1614
|
+
.bi-border-top::before { content: map-get($bootstrap-icons-map, "border-top"); }
|
1615
|
+
.bi-border-width::before { content: map-get($bootstrap-icons-map, "border-width"); }
|
1616
|
+
.bi-border::before { content: map-get($bootstrap-icons-map, "border"); }
|
1617
|
+
.bi-bounding-box-circles::before { content: map-get($bootstrap-icons-map, "bounding-box-circles"); }
|
1618
|
+
.bi-bounding-box::before { content: map-get($bootstrap-icons-map, "bounding-box"); }
|
1619
|
+
.bi-box-arrow-down-left::before { content: map-get($bootstrap-icons-map, "box-arrow-down-left"); }
|
1620
|
+
.bi-box-arrow-down-right::before { content: map-get($bootstrap-icons-map, "box-arrow-down-right"); }
|
1621
|
+
.bi-box-arrow-down::before { content: map-get($bootstrap-icons-map, "box-arrow-down"); }
|
1622
|
+
.bi-box-arrow-in-down-left::before { content: map-get($bootstrap-icons-map, "box-arrow-in-down-left"); }
|
1623
|
+
.bi-box-arrow-in-down-right::before { content: map-get($bootstrap-icons-map, "box-arrow-in-down-right"); }
|
1624
|
+
.bi-box-arrow-in-down::before { content: map-get($bootstrap-icons-map, "box-arrow-in-down"); }
|
1625
|
+
.bi-box-arrow-in-left::before { content: map-get($bootstrap-icons-map, "box-arrow-in-left"); }
|
1626
|
+
.bi-box-arrow-in-right::before { content: map-get($bootstrap-icons-map, "box-arrow-in-right"); }
|
1627
|
+
.bi-box-arrow-in-up-left::before { content: map-get($bootstrap-icons-map, "box-arrow-in-up-left"); }
|
1628
|
+
.bi-box-arrow-in-up-right::before { content: map-get($bootstrap-icons-map, "box-arrow-in-up-right"); }
|
1629
|
+
.bi-box-arrow-in-up::before { content: map-get($bootstrap-icons-map, "box-arrow-in-up"); }
|
1630
|
+
.bi-box-arrow-left::before { content: map-get($bootstrap-icons-map, "box-arrow-left"); }
|
1631
|
+
.bi-box-arrow-right::before { content: map-get($bootstrap-icons-map, "box-arrow-right"); }
|
1632
|
+
.bi-box-arrow-up-left::before { content: map-get($bootstrap-icons-map, "box-arrow-up-left"); }
|
1633
|
+
.bi-box-arrow-up-right::before { content: map-get($bootstrap-icons-map, "box-arrow-up-right"); }
|
1634
|
+
.bi-box-arrow-up::before { content: map-get($bootstrap-icons-map, "box-arrow-up"); }
|
1635
|
+
.bi-box-seam::before { content: map-get($bootstrap-icons-map, "box-seam"); }
|
1636
|
+
.bi-box::before { content: map-get($bootstrap-icons-map, "box"); }
|
1637
|
+
.bi-braces::before { content: map-get($bootstrap-icons-map, "braces"); }
|
1638
|
+
.bi-bricks::before { content: map-get($bootstrap-icons-map, "bricks"); }
|
1639
|
+
.bi-briefcase-fill::before { content: map-get($bootstrap-icons-map, "briefcase-fill"); }
|
1640
|
+
.bi-briefcase::before { content: map-get($bootstrap-icons-map, "briefcase"); }
|
1641
|
+
.bi-brightness-alt-high-fill::before { content: map-get($bootstrap-icons-map, "brightness-alt-high-fill"); }
|
1642
|
+
.bi-brightness-alt-high::before { content: map-get($bootstrap-icons-map, "brightness-alt-high"); }
|
1643
|
+
.bi-brightness-alt-low-fill::before { content: map-get($bootstrap-icons-map, "brightness-alt-low-fill"); }
|
1644
|
+
.bi-brightness-alt-low::before { content: map-get($bootstrap-icons-map, "brightness-alt-low"); }
|
1645
|
+
.bi-brightness-high-fill::before { content: map-get($bootstrap-icons-map, "brightness-high-fill"); }
|
1646
|
+
.bi-brightness-high::before { content: map-get($bootstrap-icons-map, "brightness-high"); }
|
1647
|
+
.bi-brightness-low-fill::before { content: map-get($bootstrap-icons-map, "brightness-low-fill"); }
|
1648
|
+
.bi-brightness-low::before { content: map-get($bootstrap-icons-map, "brightness-low"); }
|
1649
|
+
.bi-broadcast-pin::before { content: map-get($bootstrap-icons-map, "broadcast-pin"); }
|
1650
|
+
.bi-broadcast::before { content: map-get($bootstrap-icons-map, "broadcast"); }
|
1651
|
+
.bi-brush-fill::before { content: map-get($bootstrap-icons-map, "brush-fill"); }
|
1652
|
+
.bi-brush::before { content: map-get($bootstrap-icons-map, "brush"); }
|
1653
|
+
.bi-bucket-fill::before { content: map-get($bootstrap-icons-map, "bucket-fill"); }
|
1654
|
+
.bi-bucket::before { content: map-get($bootstrap-icons-map, "bucket"); }
|
1655
|
+
.bi-bug-fill::before { content: map-get($bootstrap-icons-map, "bug-fill"); }
|
1656
|
+
.bi-bug::before { content: map-get($bootstrap-icons-map, "bug"); }
|
1657
|
+
.bi-building::before { content: map-get($bootstrap-icons-map, "building"); }
|
1658
|
+
.bi-bullseye::before { content: map-get($bootstrap-icons-map, "bullseye"); }
|
1659
|
+
.bi-calculator-fill::before { content: map-get($bootstrap-icons-map, "calculator-fill"); }
|
1660
|
+
.bi-calculator::before { content: map-get($bootstrap-icons-map, "calculator"); }
|
1661
|
+
.bi-calendar-check-fill::before { content: map-get($bootstrap-icons-map, "calendar-check-fill"); }
|
1662
|
+
.bi-calendar-check::before { content: map-get($bootstrap-icons-map, "calendar-check"); }
|
1663
|
+
.bi-calendar-date-fill::before { content: map-get($bootstrap-icons-map, "calendar-date-fill"); }
|
1664
|
+
.bi-calendar-date::before { content: map-get($bootstrap-icons-map, "calendar-date"); }
|
1665
|
+
.bi-calendar-day-fill::before { content: map-get($bootstrap-icons-map, "calendar-day-fill"); }
|
1666
|
+
.bi-calendar-day::before { content: map-get($bootstrap-icons-map, "calendar-day"); }
|
1667
|
+
.bi-calendar-event-fill::before { content: map-get($bootstrap-icons-map, "calendar-event-fill"); }
|
1668
|
+
.bi-calendar-event::before { content: map-get($bootstrap-icons-map, "calendar-event"); }
|
1669
|
+
.bi-calendar-fill::before { content: map-get($bootstrap-icons-map, "calendar-fill"); }
|
1670
|
+
.bi-calendar-minus-fill::before { content: map-get($bootstrap-icons-map, "calendar-minus-fill"); }
|
1671
|
+
.bi-calendar-minus::before { content: map-get($bootstrap-icons-map, "calendar-minus"); }
|
1672
|
+
.bi-calendar-month-fill::before { content: map-get($bootstrap-icons-map, "calendar-month-fill"); }
|
1673
|
+
.bi-calendar-month::before { content: map-get($bootstrap-icons-map, "calendar-month"); }
|
1674
|
+
.bi-calendar-plus-fill::before { content: map-get($bootstrap-icons-map, "calendar-plus-fill"); }
|
1675
|
+
.bi-calendar-plus::before { content: map-get($bootstrap-icons-map, "calendar-plus"); }
|
1676
|
+
.bi-calendar-range-fill::before { content: map-get($bootstrap-icons-map, "calendar-range-fill"); }
|
1677
|
+
.bi-calendar-range::before { content: map-get($bootstrap-icons-map, "calendar-range"); }
|
1678
|
+
.bi-calendar-week-fill::before { content: map-get($bootstrap-icons-map, "calendar-week-fill"); }
|
1679
|
+
.bi-calendar-week::before { content: map-get($bootstrap-icons-map, "calendar-week"); }
|
1680
|
+
.bi-calendar-x-fill::before { content: map-get($bootstrap-icons-map, "calendar-x-fill"); }
|
1681
|
+
.bi-calendar-x::before { content: map-get($bootstrap-icons-map, "calendar-x"); }
|
1682
|
+
.bi-calendar::before { content: map-get($bootstrap-icons-map, "calendar"); }
|
1683
|
+
.bi-calendar2-check-fill::before { content: map-get($bootstrap-icons-map, "calendar2-check-fill"); }
|
1684
|
+
.bi-calendar2-check::before { content: map-get($bootstrap-icons-map, "calendar2-check"); }
|
1685
|
+
.bi-calendar2-date-fill::before { content: map-get($bootstrap-icons-map, "calendar2-date-fill"); }
|
1686
|
+
.bi-calendar2-date::before { content: map-get($bootstrap-icons-map, "calendar2-date"); }
|
1687
|
+
.bi-calendar2-day-fill::before { content: map-get($bootstrap-icons-map, "calendar2-day-fill"); }
|
1688
|
+
.bi-calendar2-day::before { content: map-get($bootstrap-icons-map, "calendar2-day"); }
|
1689
|
+
.bi-calendar2-event-fill::before { content: map-get($bootstrap-icons-map, "calendar2-event-fill"); }
|
1690
|
+
.bi-calendar2-event::before { content: map-get($bootstrap-icons-map, "calendar2-event"); }
|
1691
|
+
.bi-calendar2-fill::before { content: map-get($bootstrap-icons-map, "calendar2-fill"); }
|
1692
|
+
.bi-calendar2-minus-fill::before { content: map-get($bootstrap-icons-map, "calendar2-minus-fill"); }
|
1693
|
+
.bi-calendar2-minus::before { content: map-get($bootstrap-icons-map, "calendar2-minus"); }
|
1694
|
+
.bi-calendar2-month-fill::before { content: map-get($bootstrap-icons-map, "calendar2-month-fill"); }
|
1695
|
+
.bi-calendar2-month::before { content: map-get($bootstrap-icons-map, "calendar2-month"); }
|
1696
|
+
.bi-calendar2-plus-fill::before { content: map-get($bootstrap-icons-map, "calendar2-plus-fill"); }
|
1697
|
+
.bi-calendar2-plus::before { content: map-get($bootstrap-icons-map, "calendar2-plus"); }
|
1698
|
+
.bi-calendar2-range-fill::before { content: map-get($bootstrap-icons-map, "calendar2-range-fill"); }
|
1699
|
+
.bi-calendar2-range::before { content: map-get($bootstrap-icons-map, "calendar2-range"); }
|
1700
|
+
.bi-calendar2-week-fill::before { content: map-get($bootstrap-icons-map, "calendar2-week-fill"); }
|
1701
|
+
.bi-calendar2-week::before { content: map-get($bootstrap-icons-map, "calendar2-week"); }
|
1702
|
+
.bi-calendar2-x-fill::before { content: map-get($bootstrap-icons-map, "calendar2-x-fill"); }
|
1703
|
+
.bi-calendar2-x::before { content: map-get($bootstrap-icons-map, "calendar2-x"); }
|
1704
|
+
.bi-calendar2::before { content: map-get($bootstrap-icons-map, "calendar2"); }
|
1705
|
+
.bi-calendar3-event-fill::before { content: map-get($bootstrap-icons-map, "calendar3-event-fill"); }
|
1706
|
+
.bi-calendar3-event::before { content: map-get($bootstrap-icons-map, "calendar3-event"); }
|
1707
|
+
.bi-calendar3-fill::before { content: map-get($bootstrap-icons-map, "calendar3-fill"); }
|
1708
|
+
.bi-calendar3-range-fill::before { content: map-get($bootstrap-icons-map, "calendar3-range-fill"); }
|
1709
|
+
.bi-calendar3-range::before { content: map-get($bootstrap-icons-map, "calendar3-range"); }
|
1710
|
+
.bi-calendar3-week-fill::before { content: map-get($bootstrap-icons-map, "calendar3-week-fill"); }
|
1711
|
+
.bi-calendar3-week::before { content: map-get($bootstrap-icons-map, "calendar3-week"); }
|
1712
|
+
.bi-calendar3::before { content: map-get($bootstrap-icons-map, "calendar3"); }
|
1713
|
+
.bi-calendar4-event::before { content: map-get($bootstrap-icons-map, "calendar4-event"); }
|
1714
|
+
.bi-calendar4-range::before { content: map-get($bootstrap-icons-map, "calendar4-range"); }
|
1715
|
+
.bi-calendar4-week::before { content: map-get($bootstrap-icons-map, "calendar4-week"); }
|
1716
|
+
.bi-calendar4::before { content: map-get($bootstrap-icons-map, "calendar4"); }
|
1717
|
+
.bi-camera-fill::before { content: map-get($bootstrap-icons-map, "camera-fill"); }
|
1718
|
+
.bi-camera-reels-fill::before { content: map-get($bootstrap-icons-map, "camera-reels-fill"); }
|
1719
|
+
.bi-camera-reels::before { content: map-get($bootstrap-icons-map, "camera-reels"); }
|
1720
|
+
.bi-camera-video-fill::before { content: map-get($bootstrap-icons-map, "camera-video-fill"); }
|
1721
|
+
.bi-camera-video-off-fill::before { content: map-get($bootstrap-icons-map, "camera-video-off-fill"); }
|
1722
|
+
.bi-camera-video-off::before { content: map-get($bootstrap-icons-map, "camera-video-off"); }
|
1723
|
+
.bi-camera-video::before { content: map-get($bootstrap-icons-map, "camera-video"); }
|
1724
|
+
.bi-camera::before { content: map-get($bootstrap-icons-map, "camera"); }
|
1725
|
+
.bi-camera2::before { content: map-get($bootstrap-icons-map, "camera2"); }
|
1726
|
+
.bi-capslock-fill::before { content: map-get($bootstrap-icons-map, "capslock-fill"); }
|
1727
|
+
.bi-capslock::before { content: map-get($bootstrap-icons-map, "capslock"); }
|
1728
|
+
.bi-card-checklist::before { content: map-get($bootstrap-icons-map, "card-checklist"); }
|
1729
|
+
.bi-card-heading::before { content: map-get($bootstrap-icons-map, "card-heading"); }
|
1730
|
+
.bi-card-image::before { content: map-get($bootstrap-icons-map, "card-image"); }
|
1731
|
+
.bi-card-list::before { content: map-get($bootstrap-icons-map, "card-list"); }
|
1732
|
+
.bi-card-text::before { content: map-get($bootstrap-icons-map, "card-text"); }
|
1733
|
+
.bi-caret-down-fill::before { content: map-get($bootstrap-icons-map, "caret-down-fill"); }
|
1734
|
+
.bi-caret-down-square-fill::before { content: map-get($bootstrap-icons-map, "caret-down-square-fill"); }
|
1735
|
+
.bi-caret-down-square::before { content: map-get($bootstrap-icons-map, "caret-down-square"); }
|
1736
|
+
.bi-caret-down::before { content: map-get($bootstrap-icons-map, "caret-down"); }
|
1737
|
+
.bi-caret-left-fill::before { content: map-get($bootstrap-icons-map, "caret-left-fill"); }
|
1738
|
+
.bi-caret-left-square-fill::before { content: map-get($bootstrap-icons-map, "caret-left-square-fill"); }
|
1739
|
+
.bi-caret-left-square::before { content: map-get($bootstrap-icons-map, "caret-left-square"); }
|
1740
|
+
.bi-caret-left::before { content: map-get($bootstrap-icons-map, "caret-left"); }
|
1741
|
+
.bi-caret-right-fill::before { content: map-get($bootstrap-icons-map, "caret-right-fill"); }
|
1742
|
+
.bi-caret-right-square-fill::before { content: map-get($bootstrap-icons-map, "caret-right-square-fill"); }
|
1743
|
+
.bi-caret-right-square::before { content: map-get($bootstrap-icons-map, "caret-right-square"); }
|
1744
|
+
.bi-caret-right::before { content: map-get($bootstrap-icons-map, "caret-right"); }
|
1745
|
+
.bi-caret-up-fill::before { content: map-get($bootstrap-icons-map, "caret-up-fill"); }
|
1746
|
+
.bi-caret-up-square-fill::before { content: map-get($bootstrap-icons-map, "caret-up-square-fill"); }
|
1747
|
+
.bi-caret-up-square::before { content: map-get($bootstrap-icons-map, "caret-up-square"); }
|
1748
|
+
.bi-caret-up::before { content: map-get($bootstrap-icons-map, "caret-up"); }
|
1749
|
+
.bi-cart-check-fill::before { content: map-get($bootstrap-icons-map, "cart-check-fill"); }
|
1750
|
+
.bi-cart-check::before { content: map-get($bootstrap-icons-map, "cart-check"); }
|
1751
|
+
.bi-cart-dash-fill::before { content: map-get($bootstrap-icons-map, "cart-dash-fill"); }
|
1752
|
+
.bi-cart-dash::before { content: map-get($bootstrap-icons-map, "cart-dash"); }
|
1753
|
+
.bi-cart-fill::before { content: map-get($bootstrap-icons-map, "cart-fill"); }
|
1754
|
+
.bi-cart-plus-fill::before { content: map-get($bootstrap-icons-map, "cart-plus-fill"); }
|
1755
|
+
.bi-cart-plus::before { content: map-get($bootstrap-icons-map, "cart-plus"); }
|
1756
|
+
.bi-cart-x-fill::before { content: map-get($bootstrap-icons-map, "cart-x-fill"); }
|
1757
|
+
.bi-cart-x::before { content: map-get($bootstrap-icons-map, "cart-x"); }
|
1758
|
+
.bi-cart::before { content: map-get($bootstrap-icons-map, "cart"); }
|
1759
|
+
.bi-cart2::before { content: map-get($bootstrap-icons-map, "cart2"); }
|
1760
|
+
.bi-cart3::before { content: map-get($bootstrap-icons-map, "cart3"); }
|
1761
|
+
.bi-cart4::before { content: map-get($bootstrap-icons-map, "cart4"); }
|
1762
|
+
.bi-cash-stack::before { content: map-get($bootstrap-icons-map, "cash-stack"); }
|
1763
|
+
.bi-cash::before { content: map-get($bootstrap-icons-map, "cash"); }
|
1764
|
+
.bi-cast::before { content: map-get($bootstrap-icons-map, "cast"); }
|
1765
|
+
.bi-chat-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-dots-fill"); }
|
1766
|
+
.bi-chat-dots::before { content: map-get($bootstrap-icons-map, "chat-dots"); }
|
1767
|
+
.bi-chat-fill::before { content: map-get($bootstrap-icons-map, "chat-fill"); }
|
1768
|
+
.bi-chat-left-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-left-dots-fill"); }
|
1769
|
+
.bi-chat-left-dots::before { content: map-get($bootstrap-icons-map, "chat-left-dots"); }
|
1770
|
+
.bi-chat-left-fill::before { content: map-get($bootstrap-icons-map, "chat-left-fill"); }
|
1771
|
+
.bi-chat-left-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-left-quote-fill"); }
|
1772
|
+
.bi-chat-left-quote::before { content: map-get($bootstrap-icons-map, "chat-left-quote"); }
|
1773
|
+
.bi-chat-left-text-fill::before { content: map-get($bootstrap-icons-map, "chat-left-text-fill"); }
|
1774
|
+
.bi-chat-left-text::before { content: map-get($bootstrap-icons-map, "chat-left-text"); }
|
1775
|
+
.bi-chat-left::before { content: map-get($bootstrap-icons-map, "chat-left"); }
|
1776
|
+
.bi-chat-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-quote-fill"); }
|
1777
|
+
.bi-chat-quote::before { content: map-get($bootstrap-icons-map, "chat-quote"); }
|
1778
|
+
.bi-chat-right-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-right-dots-fill"); }
|
1779
|
+
.bi-chat-right-dots::before { content: map-get($bootstrap-icons-map, "chat-right-dots"); }
|
1780
|
+
.bi-chat-right-fill::before { content: map-get($bootstrap-icons-map, "chat-right-fill"); }
|
1781
|
+
.bi-chat-right-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-right-quote-fill"); }
|
1782
|
+
.bi-chat-right-quote::before { content: map-get($bootstrap-icons-map, "chat-right-quote"); }
|
1783
|
+
.bi-chat-right-text-fill::before { content: map-get($bootstrap-icons-map, "chat-right-text-fill"); }
|
1784
|
+
.bi-chat-right-text::before { content: map-get($bootstrap-icons-map, "chat-right-text"); }
|
1785
|
+
.bi-chat-right::before { content: map-get($bootstrap-icons-map, "chat-right"); }
|
1786
|
+
.bi-chat-square-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-square-dots-fill"); }
|
1787
|
+
.bi-chat-square-dots::before { content: map-get($bootstrap-icons-map, "chat-square-dots"); }
|
1788
|
+
.bi-chat-square-fill::before { content: map-get($bootstrap-icons-map, "chat-square-fill"); }
|
1789
|
+
.bi-chat-square-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-square-quote-fill"); }
|
1790
|
+
.bi-chat-square-quote::before { content: map-get($bootstrap-icons-map, "chat-square-quote"); }
|
1791
|
+
.bi-chat-square-text-fill::before { content: map-get($bootstrap-icons-map, "chat-square-text-fill"); }
|
1792
|
+
.bi-chat-square-text::before { content: map-get($bootstrap-icons-map, "chat-square-text"); }
|
1793
|
+
.bi-chat-square::before { content: map-get($bootstrap-icons-map, "chat-square"); }
|
1794
|
+
.bi-chat-text-fill::before { content: map-get($bootstrap-icons-map, "chat-text-fill"); }
|
1795
|
+
.bi-chat-text::before { content: map-get($bootstrap-icons-map, "chat-text"); }
|
1796
|
+
.bi-chat::before { content: map-get($bootstrap-icons-map, "chat"); }
|
1797
|
+
.bi-check-all::before { content: map-get($bootstrap-icons-map, "check-all"); }
|
1798
|
+
.bi-check-circle-fill::before { content: map-get($bootstrap-icons-map, "check-circle-fill"); }
|
1799
|
+
.bi-check-circle::before { content: map-get($bootstrap-icons-map, "check-circle"); }
|
1800
|
+
.bi-check-square-fill::before { content: map-get($bootstrap-icons-map, "check-square-fill"); }
|
1801
|
+
.bi-check-square::before { content: map-get($bootstrap-icons-map, "check-square"); }
|
1802
|
+
.bi-check::before { content: map-get($bootstrap-icons-map, "check"); }
|
1803
|
+
.bi-check2-all::before { content: map-get($bootstrap-icons-map, "check2-all"); }
|
1804
|
+
.bi-check2-circle::before { content: map-get($bootstrap-icons-map, "check2-circle"); }
|
1805
|
+
.bi-check2-square::before { content: map-get($bootstrap-icons-map, "check2-square"); }
|
1806
|
+
.bi-check2::before { content: map-get($bootstrap-icons-map, "check2"); }
|
1807
|
+
.bi-chevron-bar-contract::before { content: map-get($bootstrap-icons-map, "chevron-bar-contract"); }
|
1808
|
+
.bi-chevron-bar-down::before { content: map-get($bootstrap-icons-map, "chevron-bar-down"); }
|
1809
|
+
.bi-chevron-bar-expand::before { content: map-get($bootstrap-icons-map, "chevron-bar-expand"); }
|
1810
|
+
.bi-chevron-bar-left::before { content: map-get($bootstrap-icons-map, "chevron-bar-left"); }
|
1811
|
+
.bi-chevron-bar-right::before { content: map-get($bootstrap-icons-map, "chevron-bar-right"); }
|
1812
|
+
.bi-chevron-bar-up::before { content: map-get($bootstrap-icons-map, "chevron-bar-up"); }
|
1813
|
+
.bi-chevron-compact-down::before { content: map-get($bootstrap-icons-map, "chevron-compact-down"); }
|
1814
|
+
.bi-chevron-compact-left::before { content: map-get($bootstrap-icons-map, "chevron-compact-left"); }
|
1815
|
+
.bi-chevron-compact-right::before { content: map-get($bootstrap-icons-map, "chevron-compact-right"); }
|
1816
|
+
.bi-chevron-compact-up::before { content: map-get($bootstrap-icons-map, "chevron-compact-up"); }
|
1817
|
+
.bi-chevron-contract::before { content: map-get($bootstrap-icons-map, "chevron-contract"); }
|
1818
|
+
.bi-chevron-double-down::before { content: map-get($bootstrap-icons-map, "chevron-double-down"); }
|
1819
|
+
.bi-chevron-double-left::before { content: map-get($bootstrap-icons-map, "chevron-double-left"); }
|
1820
|
+
.bi-chevron-double-right::before { content: map-get($bootstrap-icons-map, "chevron-double-right"); }
|
1821
|
+
.bi-chevron-double-up::before { content: map-get($bootstrap-icons-map, "chevron-double-up"); }
|
1822
|
+
.bi-chevron-down::before { content: map-get($bootstrap-icons-map, "chevron-down"); }
|
1823
|
+
.bi-chevron-expand::before { content: map-get($bootstrap-icons-map, "chevron-expand"); }
|
1824
|
+
.bi-chevron-left::before { content: map-get($bootstrap-icons-map, "chevron-left"); }
|
1825
|
+
.bi-chevron-right::before { content: map-get($bootstrap-icons-map, "chevron-right"); }
|
1826
|
+
.bi-chevron-up::before { content: map-get($bootstrap-icons-map, "chevron-up"); }
|
1827
|
+
.bi-circle-fill::before { content: map-get($bootstrap-icons-map, "circle-fill"); }
|
1828
|
+
.bi-circle-half::before { content: map-get($bootstrap-icons-map, "circle-half"); }
|
1829
|
+
.bi-circle-square::before { content: map-get($bootstrap-icons-map, "circle-square"); }
|
1830
|
+
.bi-circle::before { content: map-get($bootstrap-icons-map, "circle"); }
|
1831
|
+
.bi-clipboard-check::before { content: map-get($bootstrap-icons-map, "clipboard-check"); }
|
1832
|
+
.bi-clipboard-data::before { content: map-get($bootstrap-icons-map, "clipboard-data"); }
|
1833
|
+
.bi-clipboard-minus::before { content: map-get($bootstrap-icons-map, "clipboard-minus"); }
|
1834
|
+
.bi-clipboard-plus::before { content: map-get($bootstrap-icons-map, "clipboard-plus"); }
|
1835
|
+
.bi-clipboard-x::before { content: map-get($bootstrap-icons-map, "clipboard-x"); }
|
1836
|
+
.bi-clipboard::before { content: map-get($bootstrap-icons-map, "clipboard"); }
|
1837
|
+
.bi-clock-fill::before { content: map-get($bootstrap-icons-map, "clock-fill"); }
|
1838
|
+
.bi-clock-history::before { content: map-get($bootstrap-icons-map, "clock-history"); }
|
1839
|
+
.bi-clock::before { content: map-get($bootstrap-icons-map, "clock"); }
|
1840
|
+
.bi-cloud-arrow-down-fill::before { content: map-get($bootstrap-icons-map, "cloud-arrow-down-fill"); }
|
1841
|
+
.bi-cloud-arrow-down::before { content: map-get($bootstrap-icons-map, "cloud-arrow-down"); }
|
1842
|
+
.bi-cloud-arrow-up-fill::before { content: map-get($bootstrap-icons-map, "cloud-arrow-up-fill"); }
|
1843
|
+
.bi-cloud-arrow-up::before { content: map-get($bootstrap-icons-map, "cloud-arrow-up"); }
|
1844
|
+
.bi-cloud-check-fill::before { content: map-get($bootstrap-icons-map, "cloud-check-fill"); }
|
1845
|
+
.bi-cloud-check::before { content: map-get($bootstrap-icons-map, "cloud-check"); }
|
1846
|
+
.bi-cloud-download-fill::before { content: map-get($bootstrap-icons-map, "cloud-download-fill"); }
|
1847
|
+
.bi-cloud-download::before { content: map-get($bootstrap-icons-map, "cloud-download"); }
|
1848
|
+
.bi-cloud-drizzle-fill::before { content: map-get($bootstrap-icons-map, "cloud-drizzle-fill"); }
|
1849
|
+
.bi-cloud-drizzle::before { content: map-get($bootstrap-icons-map, "cloud-drizzle"); }
|
1850
|
+
.bi-cloud-fill::before { content: map-get($bootstrap-icons-map, "cloud-fill"); }
|
1851
|
+
.bi-cloud-fog-fill::before { content: map-get($bootstrap-icons-map, "cloud-fog-fill"); }
|
1852
|
+
.bi-cloud-fog::before { content: map-get($bootstrap-icons-map, "cloud-fog"); }
|
1853
|
+
.bi-cloud-fog2-fill::before { content: map-get($bootstrap-icons-map, "cloud-fog2-fill"); }
|
1854
|
+
.bi-cloud-fog2::before { content: map-get($bootstrap-icons-map, "cloud-fog2"); }
|
1855
|
+
.bi-cloud-hail-fill::before { content: map-get($bootstrap-icons-map, "cloud-hail-fill"); }
|
1856
|
+
.bi-cloud-hail::before { content: map-get($bootstrap-icons-map, "cloud-hail"); }
|
1857
|
+
.bi-cloud-haze-1::before { content: map-get($bootstrap-icons-map, "cloud-haze-1"); }
|
1858
|
+
.bi-cloud-haze-fill::before { content: map-get($bootstrap-icons-map, "cloud-haze-fill"); }
|
1859
|
+
.bi-cloud-haze::before { content: map-get($bootstrap-icons-map, "cloud-haze"); }
|
1860
|
+
.bi-cloud-haze2-fill::before { content: map-get($bootstrap-icons-map, "cloud-haze2-fill"); }
|
1861
|
+
.bi-cloud-lightning-fill::before { content: map-get($bootstrap-icons-map, "cloud-lightning-fill"); }
|
1862
|
+
.bi-cloud-lightning-rain-fill::before { content: map-get($bootstrap-icons-map, "cloud-lightning-rain-fill"); }
|
1863
|
+
.bi-cloud-lightning-rain::before { content: map-get($bootstrap-icons-map, "cloud-lightning-rain"); }
|
1864
|
+
.bi-cloud-lightning::before { content: map-get($bootstrap-icons-map, "cloud-lightning"); }
|
1865
|
+
.bi-cloud-minus-fill::before { content: map-get($bootstrap-icons-map, "cloud-minus-fill"); }
|
1866
|
+
.bi-cloud-minus::before { content: map-get($bootstrap-icons-map, "cloud-minus"); }
|
1867
|
+
.bi-cloud-moon-fill::before { content: map-get($bootstrap-icons-map, "cloud-moon-fill"); }
|
1868
|
+
.bi-cloud-moon::before { content: map-get($bootstrap-icons-map, "cloud-moon"); }
|
1869
|
+
.bi-cloud-plus-fill::before { content: map-get($bootstrap-icons-map, "cloud-plus-fill"); }
|
1870
|
+
.bi-cloud-plus::before { content: map-get($bootstrap-icons-map, "cloud-plus"); }
|
1871
|
+
.bi-cloud-rain-fill::before { content: map-get($bootstrap-icons-map, "cloud-rain-fill"); }
|
1872
|
+
.bi-cloud-rain-heavy-fill::before { content: map-get($bootstrap-icons-map, "cloud-rain-heavy-fill"); }
|
1873
|
+
.bi-cloud-rain-heavy::before { content: map-get($bootstrap-icons-map, "cloud-rain-heavy"); }
|
1874
|
+
.bi-cloud-rain::before { content: map-get($bootstrap-icons-map, "cloud-rain"); }
|
1875
|
+
.bi-cloud-slash-fill::before { content: map-get($bootstrap-icons-map, "cloud-slash-fill"); }
|
1876
|
+
.bi-cloud-slash::before { content: map-get($bootstrap-icons-map, "cloud-slash"); }
|
1877
|
+
.bi-cloud-sleet-fill::before { content: map-get($bootstrap-icons-map, "cloud-sleet-fill"); }
|
1878
|
+
.bi-cloud-sleet::before { content: map-get($bootstrap-icons-map, "cloud-sleet"); }
|
1879
|
+
.bi-cloud-snow-fill::before { content: map-get($bootstrap-icons-map, "cloud-snow-fill"); }
|
1880
|
+
.bi-cloud-snow::before { content: map-get($bootstrap-icons-map, "cloud-snow"); }
|
1881
|
+
.bi-cloud-sun-fill::before { content: map-get($bootstrap-icons-map, "cloud-sun-fill"); }
|
1882
|
+
.bi-cloud-sun::before { content: map-get($bootstrap-icons-map, "cloud-sun"); }
|
1883
|
+
.bi-cloud-upload-fill::before { content: map-get($bootstrap-icons-map, "cloud-upload-fill"); }
|
1884
|
+
.bi-cloud-upload::before { content: map-get($bootstrap-icons-map, "cloud-upload"); }
|
1885
|
+
.bi-cloud::before { content: map-get($bootstrap-icons-map, "cloud"); }
|
1886
|
+
.bi-clouds-fill::before { content: map-get($bootstrap-icons-map, "clouds-fill"); }
|
1887
|
+
.bi-clouds::before { content: map-get($bootstrap-icons-map, "clouds"); }
|
1888
|
+
.bi-cloudy-fill::before { content: map-get($bootstrap-icons-map, "cloudy-fill"); }
|
1889
|
+
.bi-cloudy::before { content: map-get($bootstrap-icons-map, "cloudy"); }
|
1890
|
+
.bi-code-slash::before { content: map-get($bootstrap-icons-map, "code-slash"); }
|
1891
|
+
.bi-code-square::before { content: map-get($bootstrap-icons-map, "code-square"); }
|
1892
|
+
.bi-code::before { content: map-get($bootstrap-icons-map, "code"); }
|
1893
|
+
.bi-collection-fill::before { content: map-get($bootstrap-icons-map, "collection-fill"); }
|
1894
|
+
.bi-collection-play-fill::before { content: map-get($bootstrap-icons-map, "collection-play-fill"); }
|
1895
|
+
.bi-collection-play::before { content: map-get($bootstrap-icons-map, "collection-play"); }
|
1896
|
+
.bi-collection::before { content: map-get($bootstrap-icons-map, "collection"); }
|
1897
|
+
.bi-columns-gap::before { content: map-get($bootstrap-icons-map, "columns-gap"); }
|
1898
|
+
.bi-columns::before { content: map-get($bootstrap-icons-map, "columns"); }
|
1899
|
+
.bi-command::before { content: map-get($bootstrap-icons-map, "command"); }
|
1900
|
+
.bi-compass-fill::before { content: map-get($bootstrap-icons-map, "compass-fill"); }
|
1901
|
+
.bi-compass::before { content: map-get($bootstrap-icons-map, "compass"); }
|
1902
|
+
.bi-cone-striped::before { content: map-get($bootstrap-icons-map, "cone-striped"); }
|
1903
|
+
.bi-cone::before { content: map-get($bootstrap-icons-map, "cone"); }
|
1904
|
+
.bi-controller::before { content: map-get($bootstrap-icons-map, "controller"); }
|
1905
|
+
.bi-cpu-fill::before { content: map-get($bootstrap-icons-map, "cpu-fill"); }
|
1906
|
+
.bi-cpu::before { content: map-get($bootstrap-icons-map, "cpu"); }
|
1907
|
+
.bi-credit-card-2-back-fill::before { content: map-get($bootstrap-icons-map, "credit-card-2-back-fill"); }
|
1908
|
+
.bi-credit-card-2-back::before { content: map-get($bootstrap-icons-map, "credit-card-2-back"); }
|
1909
|
+
.bi-credit-card-2-front-fill::before { content: map-get($bootstrap-icons-map, "credit-card-2-front-fill"); }
|
1910
|
+
.bi-credit-card-2-front::before { content: map-get($bootstrap-icons-map, "credit-card-2-front"); }
|
1911
|
+
.bi-credit-card-fill::before { content: map-get($bootstrap-icons-map, "credit-card-fill"); }
|
1912
|
+
.bi-credit-card::before { content: map-get($bootstrap-icons-map, "credit-card"); }
|
1913
|
+
.bi-crop::before { content: map-get($bootstrap-icons-map, "crop"); }
|
1914
|
+
.bi-cup-fill::before { content: map-get($bootstrap-icons-map, "cup-fill"); }
|
1915
|
+
.bi-cup-straw::before { content: map-get($bootstrap-icons-map, "cup-straw"); }
|
1916
|
+
.bi-cup::before { content: map-get($bootstrap-icons-map, "cup"); }
|
1917
|
+
.bi-cursor-fill::before { content: map-get($bootstrap-icons-map, "cursor-fill"); }
|
1918
|
+
.bi-cursor-text::before { content: map-get($bootstrap-icons-map, "cursor-text"); }
|
1919
|
+
.bi-cursor::before { content: map-get($bootstrap-icons-map, "cursor"); }
|
1920
|
+
.bi-dash-circle-dotted::before { content: map-get($bootstrap-icons-map, "dash-circle-dotted"); }
|
1921
|
+
.bi-dash-circle-fill::before { content: map-get($bootstrap-icons-map, "dash-circle-fill"); }
|
1922
|
+
.bi-dash-circle::before { content: map-get($bootstrap-icons-map, "dash-circle"); }
|
1923
|
+
.bi-dash-square-dotted::before { content: map-get($bootstrap-icons-map, "dash-square-dotted"); }
|
1924
|
+
.bi-dash-square-fill::before { content: map-get($bootstrap-icons-map, "dash-square-fill"); }
|
1925
|
+
.bi-dash-square::before { content: map-get($bootstrap-icons-map, "dash-square"); }
|
1926
|
+
.bi-dash::before { content: map-get($bootstrap-icons-map, "dash"); }
|
1927
|
+
.bi-diagram-2-fill::before { content: map-get($bootstrap-icons-map, "diagram-2-fill"); }
|
1928
|
+
.bi-diagram-2::before { content: map-get($bootstrap-icons-map, "diagram-2"); }
|
1929
|
+
.bi-diagram-3-fill::before { content: map-get($bootstrap-icons-map, "diagram-3-fill"); }
|
1930
|
+
.bi-diagram-3::before { content: map-get($bootstrap-icons-map, "diagram-3"); }
|
1931
|
+
.bi-diamond-fill::before { content: map-get($bootstrap-icons-map, "diamond-fill"); }
|
1932
|
+
.bi-diamond-half::before { content: map-get($bootstrap-icons-map, "diamond-half"); }
|
1933
|
+
.bi-diamond::before { content: map-get($bootstrap-icons-map, "diamond"); }
|
1934
|
+
.bi-dice-1-fill::before { content: map-get($bootstrap-icons-map, "dice-1-fill"); }
|
1935
|
+
.bi-dice-1::before { content: map-get($bootstrap-icons-map, "dice-1"); }
|
1936
|
+
.bi-dice-2-fill::before { content: map-get($bootstrap-icons-map, "dice-2-fill"); }
|
1937
|
+
.bi-dice-2::before { content: map-get($bootstrap-icons-map, "dice-2"); }
|
1938
|
+
.bi-dice-3-fill::before { content: map-get($bootstrap-icons-map, "dice-3-fill"); }
|
1939
|
+
.bi-dice-3::before { content: map-get($bootstrap-icons-map, "dice-3"); }
|
1940
|
+
.bi-dice-4-fill::before { content: map-get($bootstrap-icons-map, "dice-4-fill"); }
|
1941
|
+
.bi-dice-4::before { content: map-get($bootstrap-icons-map, "dice-4"); }
|
1942
|
+
.bi-dice-5-fill::before { content: map-get($bootstrap-icons-map, "dice-5-fill"); }
|
1943
|
+
.bi-dice-5::before { content: map-get($bootstrap-icons-map, "dice-5"); }
|
1944
|
+
.bi-dice-6-fill::before { content: map-get($bootstrap-icons-map, "dice-6-fill"); }
|
1945
|
+
.bi-dice-6::before { content: map-get($bootstrap-icons-map, "dice-6"); }
|
1946
|
+
.bi-disc-fill::before { content: map-get($bootstrap-icons-map, "disc-fill"); }
|
1947
|
+
.bi-disc::before { content: map-get($bootstrap-icons-map, "disc"); }
|
1948
|
+
.bi-discord::before { content: map-get($bootstrap-icons-map, "discord"); }
|
1949
|
+
.bi-display-fill::before { content: map-get($bootstrap-icons-map, "display-fill"); }
|
1950
|
+
.bi-display::before { content: map-get($bootstrap-icons-map, "display"); }
|
1951
|
+
.bi-distribute-horizontal::before { content: map-get($bootstrap-icons-map, "distribute-horizontal"); }
|
1952
|
+
.bi-distribute-vertical::before { content: map-get($bootstrap-icons-map, "distribute-vertical"); }
|
1953
|
+
.bi-door-closed-fill::before { content: map-get($bootstrap-icons-map, "door-closed-fill"); }
|
1954
|
+
.bi-door-closed::before { content: map-get($bootstrap-icons-map, "door-closed"); }
|
1955
|
+
.bi-door-open-fill::before { content: map-get($bootstrap-icons-map, "door-open-fill"); }
|
1956
|
+
.bi-door-open::before { content: map-get($bootstrap-icons-map, "door-open"); }
|
1957
|
+
.bi-dot::before { content: map-get($bootstrap-icons-map, "dot"); }
|
1958
|
+
.bi-download::before { content: map-get($bootstrap-icons-map, "download"); }
|
1959
|
+
.bi-droplet-fill::before { content: map-get($bootstrap-icons-map, "droplet-fill"); }
|
1960
|
+
.bi-droplet-half::before { content: map-get($bootstrap-icons-map, "droplet-half"); }
|
1961
|
+
.bi-droplet::before { content: map-get($bootstrap-icons-map, "droplet"); }
|
1962
|
+
.bi-earbuds::before { content: map-get($bootstrap-icons-map, "earbuds"); }
|
1963
|
+
.bi-easel-fill::before { content: map-get($bootstrap-icons-map, "easel-fill"); }
|
1964
|
+
.bi-easel::before { content: map-get($bootstrap-icons-map, "easel"); }
|
1965
|
+
.bi-egg-fill::before { content: map-get($bootstrap-icons-map, "egg-fill"); }
|
1966
|
+
.bi-egg-fried::before { content: map-get($bootstrap-icons-map, "egg-fried"); }
|
1967
|
+
.bi-egg::before { content: map-get($bootstrap-icons-map, "egg"); }
|
1968
|
+
.bi-eject-fill::before { content: map-get($bootstrap-icons-map, "eject-fill"); }
|
1969
|
+
.bi-eject::before { content: map-get($bootstrap-icons-map, "eject"); }
|
1970
|
+
.bi-emoji-angry-fill::before { content: map-get($bootstrap-icons-map, "emoji-angry-fill"); }
|
1971
|
+
.bi-emoji-angry::before { content: map-get($bootstrap-icons-map, "emoji-angry"); }
|
1972
|
+
.bi-emoji-dizzy-fill::before { content: map-get($bootstrap-icons-map, "emoji-dizzy-fill"); }
|
1973
|
+
.bi-emoji-dizzy::before { content: map-get($bootstrap-icons-map, "emoji-dizzy"); }
|
1974
|
+
.bi-emoji-expressionless-fill::before { content: map-get($bootstrap-icons-map, "emoji-expressionless-fill"); }
|
1975
|
+
.bi-emoji-expressionless::before { content: map-get($bootstrap-icons-map, "emoji-expressionless"); }
|
1976
|
+
.bi-emoji-frown-fill::before { content: map-get($bootstrap-icons-map, "emoji-frown-fill"); }
|
1977
|
+
.bi-emoji-frown::before { content: map-get($bootstrap-icons-map, "emoji-frown"); }
|
1978
|
+
.bi-emoji-heart-eyes-fill::before { content: map-get($bootstrap-icons-map, "emoji-heart-eyes-fill"); }
|
1979
|
+
.bi-emoji-heart-eyes::before { content: map-get($bootstrap-icons-map, "emoji-heart-eyes"); }
|
1980
|
+
.bi-emoji-laughing-fill::before { content: map-get($bootstrap-icons-map, "emoji-laughing-fill"); }
|
1981
|
+
.bi-emoji-laughing::before { content: map-get($bootstrap-icons-map, "emoji-laughing"); }
|
1982
|
+
.bi-emoji-neutral-fill::before { content: map-get($bootstrap-icons-map, "emoji-neutral-fill"); }
|
1983
|
+
.bi-emoji-neutral::before { content: map-get($bootstrap-icons-map, "emoji-neutral"); }
|
1984
|
+
.bi-emoji-smile-fill::before { content: map-get($bootstrap-icons-map, "emoji-smile-fill"); }
|
1985
|
+
.bi-emoji-smile-upside-down-fill::before { content: map-get($bootstrap-icons-map, "emoji-smile-upside-down-fill"); }
|
1986
|
+
.bi-emoji-smile-upside-down::before { content: map-get($bootstrap-icons-map, "emoji-smile-upside-down"); }
|
1987
|
+
.bi-emoji-smile::before { content: map-get($bootstrap-icons-map, "emoji-smile"); }
|
1988
|
+
.bi-emoji-sunglasses-fill::before { content: map-get($bootstrap-icons-map, "emoji-sunglasses-fill"); }
|
1989
|
+
.bi-emoji-sunglasses::before { content: map-get($bootstrap-icons-map, "emoji-sunglasses"); }
|
1990
|
+
.bi-emoji-wink-fill::before { content: map-get($bootstrap-icons-map, "emoji-wink-fill"); }
|
1991
|
+
.bi-emoji-wink::before { content: map-get($bootstrap-icons-map, "emoji-wink"); }
|
1992
|
+
.bi-envelope-fill::before { content: map-get($bootstrap-icons-map, "envelope-fill"); }
|
1993
|
+
.bi-envelope-open-fill::before { content: map-get($bootstrap-icons-map, "envelope-open-fill"); }
|
1994
|
+
.bi-envelope-open::before { content: map-get($bootstrap-icons-map, "envelope-open"); }
|
1995
|
+
.bi-envelope::before { content: map-get($bootstrap-icons-map, "envelope"); }
|
1996
|
+
.bi-eraser-fill::before { content: map-get($bootstrap-icons-map, "eraser-fill"); }
|
1997
|
+
.bi-eraser::before { content: map-get($bootstrap-icons-map, "eraser"); }
|
1998
|
+
.bi-exclamation-circle-fill::before { content: map-get($bootstrap-icons-map, "exclamation-circle-fill"); }
|
1999
|
+
.bi-exclamation-circle::before { content: map-get($bootstrap-icons-map, "exclamation-circle"); }
|
2000
|
+
.bi-exclamation-diamond-fill::before { content: map-get($bootstrap-icons-map, "exclamation-diamond-fill"); }
|
2001
|
+
.bi-exclamation-diamond::before { content: map-get($bootstrap-icons-map, "exclamation-diamond"); }
|
2002
|
+
.bi-exclamation-octagon-fill::before { content: map-get($bootstrap-icons-map, "exclamation-octagon-fill"); }
|
2003
|
+
.bi-exclamation-octagon::before { content: map-get($bootstrap-icons-map, "exclamation-octagon"); }
|
2004
|
+
.bi-exclamation-square-fill::before { content: map-get($bootstrap-icons-map, "exclamation-square-fill"); }
|
2005
|
+
.bi-exclamation-square::before { content: map-get($bootstrap-icons-map, "exclamation-square"); }
|
2006
|
+
.bi-exclamation-triangle-fill::before { content: map-get($bootstrap-icons-map, "exclamation-triangle-fill"); }
|
2007
|
+
.bi-exclamation-triangle::before { content: map-get($bootstrap-icons-map, "exclamation-triangle"); }
|
2008
|
+
.bi-exclamation::before { content: map-get($bootstrap-icons-map, "exclamation"); }
|
2009
|
+
.bi-exclude::before { content: map-get($bootstrap-icons-map, "exclude"); }
|
2010
|
+
.bi-eye-fill::before { content: map-get($bootstrap-icons-map, "eye-fill"); }
|
2011
|
+
.bi-eye-slash-fill::before { content: map-get($bootstrap-icons-map, "eye-slash-fill"); }
|
2012
|
+
.bi-eye-slash::before { content: map-get($bootstrap-icons-map, "eye-slash"); }
|
2013
|
+
.bi-eye::before { content: map-get($bootstrap-icons-map, "eye"); }
|
2014
|
+
.bi-eyedropper::before { content: map-get($bootstrap-icons-map, "eyedropper"); }
|
2015
|
+
.bi-eyeglasses::before { content: map-get($bootstrap-icons-map, "eyeglasses"); }
|
2016
|
+
.bi-facebook::before { content: map-get($bootstrap-icons-map, "facebook"); }
|
2017
|
+
.bi-file-arrow-down-fill::before { content: map-get($bootstrap-icons-map, "file-arrow-down-fill"); }
|
2018
|
+
.bi-file-arrow-down::before { content: map-get($bootstrap-icons-map, "file-arrow-down"); }
|
2019
|
+
.bi-file-arrow-up-fill::before { content: map-get($bootstrap-icons-map, "file-arrow-up-fill"); }
|
2020
|
+
.bi-file-arrow-up::before { content: map-get($bootstrap-icons-map, "file-arrow-up"); }
|
2021
|
+
.bi-file-bar-graph-fill::before { content: map-get($bootstrap-icons-map, "file-bar-graph-fill"); }
|
2022
|
+
.bi-file-bar-graph::before { content: map-get($bootstrap-icons-map, "file-bar-graph"); }
|
2023
|
+
.bi-file-binary-fill::before { content: map-get($bootstrap-icons-map, "file-binary-fill"); }
|
2024
|
+
.bi-file-binary::before { content: map-get($bootstrap-icons-map, "file-binary"); }
|
2025
|
+
.bi-file-break-fill::before { content: map-get($bootstrap-icons-map, "file-break-fill"); }
|
2026
|
+
.bi-file-break::before { content: map-get($bootstrap-icons-map, "file-break"); }
|
2027
|
+
.bi-file-check-fill::before { content: map-get($bootstrap-icons-map, "file-check-fill"); }
|
2028
|
+
.bi-file-check::before { content: map-get($bootstrap-icons-map, "file-check"); }
|
2029
|
+
.bi-file-code-fill::before { content: map-get($bootstrap-icons-map, "file-code-fill"); }
|
2030
|
+
.bi-file-code::before { content: map-get($bootstrap-icons-map, "file-code"); }
|
2031
|
+
.bi-file-diff-fill::before { content: map-get($bootstrap-icons-map, "file-diff-fill"); }
|
2032
|
+
.bi-file-diff::before { content: map-get($bootstrap-icons-map, "file-diff"); }
|
2033
|
+
.bi-file-earmark-arrow-down-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-down-fill"); }
|
2034
|
+
.bi-file-earmark-arrow-down::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-down"); }
|
2035
|
+
.bi-file-earmark-arrow-up-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-up-fill"); }
|
2036
|
+
.bi-file-earmark-arrow-up::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-up"); }
|
2037
|
+
.bi-file-earmark-bar-graph-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-bar-graph-fill"); }
|
2038
|
+
.bi-file-earmark-bar-graph::before { content: map-get($bootstrap-icons-map, "file-earmark-bar-graph"); }
|
2039
|
+
.bi-file-earmark-binary-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-binary-fill"); }
|
2040
|
+
.bi-file-earmark-binary::before { content: map-get($bootstrap-icons-map, "file-earmark-binary"); }
|
2041
|
+
.bi-file-earmark-break-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-break-fill"); }
|
2042
|
+
.bi-file-earmark-break::before { content: map-get($bootstrap-icons-map, "file-earmark-break"); }
|
2043
|
+
.bi-file-earmark-check-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-check-fill"); }
|
2044
|
+
.bi-file-earmark-check::before { content: map-get($bootstrap-icons-map, "file-earmark-check"); }
|
2045
|
+
.bi-file-earmark-code-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-code-fill"); }
|
2046
|
+
.bi-file-earmark-code::before { content: map-get($bootstrap-icons-map, "file-earmark-code"); }
|
2047
|
+
.bi-file-earmark-diff-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-diff-fill"); }
|
2048
|
+
.bi-file-earmark-diff::before { content: map-get($bootstrap-icons-map, "file-earmark-diff"); }
|
2049
|
+
.bi-file-earmark-easel-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-easel-fill"); }
|
2050
|
+
.bi-file-earmark-easel::before { content: map-get($bootstrap-icons-map, "file-earmark-easel"); }
|
2051
|
+
.bi-file-earmark-excel-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-excel-fill"); }
|
2052
|
+
.bi-file-earmark-excel::before { content: map-get($bootstrap-icons-map, "file-earmark-excel"); }
|
2053
|
+
.bi-file-earmark-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-fill"); }
|
2054
|
+
.bi-file-earmark-font-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-font-fill"); }
|
2055
|
+
.bi-file-earmark-font::before { content: map-get($bootstrap-icons-map, "file-earmark-font"); }
|
2056
|
+
.bi-file-earmark-image-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-image-fill"); }
|
2057
|
+
.bi-file-earmark-image::before { content: map-get($bootstrap-icons-map, "file-earmark-image"); }
|
2058
|
+
.bi-file-earmark-lock-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-lock-fill"); }
|
2059
|
+
.bi-file-earmark-lock::before { content: map-get($bootstrap-icons-map, "file-earmark-lock"); }
|
2060
|
+
.bi-file-earmark-lock2-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-lock2-fill"); }
|
2061
|
+
.bi-file-earmark-lock2::before { content: map-get($bootstrap-icons-map, "file-earmark-lock2"); }
|
2062
|
+
.bi-file-earmark-medical-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-medical-fill"); }
|
2063
|
+
.bi-file-earmark-medical::before { content: map-get($bootstrap-icons-map, "file-earmark-medical"); }
|
2064
|
+
.bi-file-earmark-minus-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-minus-fill"); }
|
2065
|
+
.bi-file-earmark-minus::before { content: map-get($bootstrap-icons-map, "file-earmark-minus"); }
|
2066
|
+
.bi-file-earmark-music-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-music-fill"); }
|
2067
|
+
.bi-file-earmark-music::before { content: map-get($bootstrap-icons-map, "file-earmark-music"); }
|
2068
|
+
.bi-file-earmark-person-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-person-fill"); }
|
2069
|
+
.bi-file-earmark-person::before { content: map-get($bootstrap-icons-map, "file-earmark-person"); }
|
2070
|
+
.bi-file-earmark-play-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-play-fill"); }
|
2071
|
+
.bi-file-earmark-play::before { content: map-get($bootstrap-icons-map, "file-earmark-play"); }
|
2072
|
+
.bi-file-earmark-plus-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-plus-fill"); }
|
2073
|
+
.bi-file-earmark-plus::before { content: map-get($bootstrap-icons-map, "file-earmark-plus"); }
|
2074
|
+
.bi-file-earmark-post-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-post-fill"); }
|
2075
|
+
.bi-file-earmark-post::before { content: map-get($bootstrap-icons-map, "file-earmark-post"); }
|
2076
|
+
.bi-file-earmark-ppt-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-ppt-fill"); }
|
2077
|
+
.bi-file-earmark-ppt::before { content: map-get($bootstrap-icons-map, "file-earmark-ppt"); }
|
2078
|
+
.bi-file-earmark-richtext-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-richtext-fill"); }
|
2079
|
+
.bi-file-earmark-richtext::before { content: map-get($bootstrap-icons-map, "file-earmark-richtext"); }
|
2080
|
+
.bi-file-earmark-ruled-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-ruled-fill"); }
|
2081
|
+
.bi-file-earmark-ruled::before { content: map-get($bootstrap-icons-map, "file-earmark-ruled"); }
|
2082
|
+
.bi-file-earmark-slides-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-slides-fill"); }
|
2083
|
+
.bi-file-earmark-slides::before { content: map-get($bootstrap-icons-map, "file-earmark-slides"); }
|
2084
|
+
.bi-file-earmark-spreadsheet-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-spreadsheet-fill"); }
|
2085
|
+
.bi-file-earmark-spreadsheet::before { content: map-get($bootstrap-icons-map, "file-earmark-spreadsheet"); }
|
2086
|
+
.bi-file-earmark-text-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-text-fill"); }
|
2087
|
+
.bi-file-earmark-text::before { content: map-get($bootstrap-icons-map, "file-earmark-text"); }
|
2088
|
+
.bi-file-earmark-word-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-word-fill"); }
|
2089
|
+
.bi-file-earmark-word::before { content: map-get($bootstrap-icons-map, "file-earmark-word"); }
|
2090
|
+
.bi-file-earmark-x-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-x-fill"); }
|
2091
|
+
.bi-file-earmark-x::before { content: map-get($bootstrap-icons-map, "file-earmark-x"); }
|
2092
|
+
.bi-file-earmark-zip-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-zip-fill"); }
|
2093
|
+
.bi-file-earmark-zip::before { content: map-get($bootstrap-icons-map, "file-earmark-zip"); }
|
2094
|
+
.bi-file-earmark::before { content: map-get($bootstrap-icons-map, "file-earmark"); }
|
2095
|
+
.bi-file-easel-fill::before { content: map-get($bootstrap-icons-map, "file-easel-fill"); }
|
2096
|
+
.bi-file-easel::before { content: map-get($bootstrap-icons-map, "file-easel"); }
|
2097
|
+
.bi-file-excel-fill::before { content: map-get($bootstrap-icons-map, "file-excel-fill"); }
|
2098
|
+
.bi-file-excel::before { content: map-get($bootstrap-icons-map, "file-excel"); }
|
2099
|
+
.bi-file-fill::before { content: map-get($bootstrap-icons-map, "file-fill"); }
|
2100
|
+
.bi-file-font-fill::before { content: map-get($bootstrap-icons-map, "file-font-fill"); }
|
2101
|
+
.bi-file-font::before { content: map-get($bootstrap-icons-map, "file-font"); }
|
2102
|
+
.bi-file-image-fill::before { content: map-get($bootstrap-icons-map, "file-image-fill"); }
|
2103
|
+
.bi-file-image::before { content: map-get($bootstrap-icons-map, "file-image"); }
|
2104
|
+
.bi-file-lock-fill::before { content: map-get($bootstrap-icons-map, "file-lock-fill"); }
|
2105
|
+
.bi-file-lock::before { content: map-get($bootstrap-icons-map, "file-lock"); }
|
2106
|
+
.bi-file-lock2-fill::before { content: map-get($bootstrap-icons-map, "file-lock2-fill"); }
|
2107
|
+
.bi-file-lock2::before { content: map-get($bootstrap-icons-map, "file-lock2"); }
|
2108
|
+
.bi-file-medical-fill::before { content: map-get($bootstrap-icons-map, "file-medical-fill"); }
|
2109
|
+
.bi-file-medical::before { content: map-get($bootstrap-icons-map, "file-medical"); }
|
2110
|
+
.bi-file-minus-fill::before { content: map-get($bootstrap-icons-map, "file-minus-fill"); }
|
2111
|
+
.bi-file-minus::before { content: map-get($bootstrap-icons-map, "file-minus"); }
|
2112
|
+
.bi-file-music-fill::before { content: map-get($bootstrap-icons-map, "file-music-fill"); }
|
2113
|
+
.bi-file-music::before { content: map-get($bootstrap-icons-map, "file-music"); }
|
2114
|
+
.bi-file-person-fill::before { content: map-get($bootstrap-icons-map, "file-person-fill"); }
|
2115
|
+
.bi-file-person::before { content: map-get($bootstrap-icons-map, "file-person"); }
|
2116
|
+
.bi-file-play-fill::before { content: map-get($bootstrap-icons-map, "file-play-fill"); }
|
2117
|
+
.bi-file-play::before { content: map-get($bootstrap-icons-map, "file-play"); }
|
2118
|
+
.bi-file-plus-fill::before { content: map-get($bootstrap-icons-map, "file-plus-fill"); }
|
2119
|
+
.bi-file-plus::before { content: map-get($bootstrap-icons-map, "file-plus"); }
|
2120
|
+
.bi-file-post-fill::before { content: map-get($bootstrap-icons-map, "file-post-fill"); }
|
2121
|
+
.bi-file-post::before { content: map-get($bootstrap-icons-map, "file-post"); }
|
2122
|
+
.bi-file-ppt-fill::before { content: map-get($bootstrap-icons-map, "file-ppt-fill"); }
|
2123
|
+
.bi-file-ppt::before { content: map-get($bootstrap-icons-map, "file-ppt"); }
|
2124
|
+
.bi-file-richtext-fill::before { content: map-get($bootstrap-icons-map, "file-richtext-fill"); }
|
2125
|
+
.bi-file-richtext::before { content: map-get($bootstrap-icons-map, "file-richtext"); }
|
2126
|
+
.bi-file-ruled-fill::before { content: map-get($bootstrap-icons-map, "file-ruled-fill"); }
|
2127
|
+
.bi-file-ruled::before { content: map-get($bootstrap-icons-map, "file-ruled"); }
|
2128
|
+
.bi-file-slides-fill::before { content: map-get($bootstrap-icons-map, "file-slides-fill"); }
|
2129
|
+
.bi-file-slides::before { content: map-get($bootstrap-icons-map, "file-slides"); }
|
2130
|
+
.bi-file-spreadsheet-fill::before { content: map-get($bootstrap-icons-map, "file-spreadsheet-fill"); }
|
2131
|
+
.bi-file-spreadsheet::before { content: map-get($bootstrap-icons-map, "file-spreadsheet"); }
|
2132
|
+
.bi-file-text-fill::before { content: map-get($bootstrap-icons-map, "file-text-fill"); }
|
2133
|
+
.bi-file-text::before { content: map-get($bootstrap-icons-map, "file-text"); }
|
2134
|
+
.bi-file-word-fill::before { content: map-get($bootstrap-icons-map, "file-word-fill"); }
|
2135
|
+
.bi-file-word::before { content: map-get($bootstrap-icons-map, "file-word"); }
|
2136
|
+
.bi-file-x-fill::before { content: map-get($bootstrap-icons-map, "file-x-fill"); }
|
2137
|
+
.bi-file-x::before { content: map-get($bootstrap-icons-map, "file-x"); }
|
2138
|
+
.bi-file-zip-fill::before { content: map-get($bootstrap-icons-map, "file-zip-fill"); }
|
2139
|
+
.bi-file-zip::before { content: map-get($bootstrap-icons-map, "file-zip"); }
|
2140
|
+
.bi-file::before { content: map-get($bootstrap-icons-map, "file"); }
|
2141
|
+
.bi-files-alt::before { content: map-get($bootstrap-icons-map, "files-alt"); }
|
2142
|
+
.bi-files::before { content: map-get($bootstrap-icons-map, "files"); }
|
2143
|
+
.bi-film::before { content: map-get($bootstrap-icons-map, "film"); }
|
2144
|
+
.bi-filter-circle-fill::before { content: map-get($bootstrap-icons-map, "filter-circle-fill"); }
|
2145
|
+
.bi-filter-circle::before { content: map-get($bootstrap-icons-map, "filter-circle"); }
|
2146
|
+
.bi-filter-left::before { content: map-get($bootstrap-icons-map, "filter-left"); }
|
2147
|
+
.bi-filter-right::before { content: map-get($bootstrap-icons-map, "filter-right"); }
|
2148
|
+
.bi-filter-square-fill::before { content: map-get($bootstrap-icons-map, "filter-square-fill"); }
|
2149
|
+
.bi-filter-square::before { content: map-get($bootstrap-icons-map, "filter-square"); }
|
2150
|
+
.bi-filter::before { content: map-get($bootstrap-icons-map, "filter"); }
|
2151
|
+
.bi-flag-fill::before { content: map-get($bootstrap-icons-map, "flag-fill"); }
|
2152
|
+
.bi-flag::before { content: map-get($bootstrap-icons-map, "flag"); }
|
2153
|
+
.bi-flower1::before { content: map-get($bootstrap-icons-map, "flower1"); }
|
2154
|
+
.bi-flower2::before { content: map-get($bootstrap-icons-map, "flower2"); }
|
2155
|
+
.bi-flower3::before { content: map-get($bootstrap-icons-map, "flower3"); }
|
2156
|
+
.bi-folder-check::before { content: map-get($bootstrap-icons-map, "folder-check"); }
|
2157
|
+
.bi-folder-fill::before { content: map-get($bootstrap-icons-map, "folder-fill"); }
|
2158
|
+
.bi-folder-minus::before { content: map-get($bootstrap-icons-map, "folder-minus"); }
|
2159
|
+
.bi-folder-plus::before { content: map-get($bootstrap-icons-map, "folder-plus"); }
|
2160
|
+
.bi-folder-symlink-fill::before { content: map-get($bootstrap-icons-map, "folder-symlink-fill"); }
|
2161
|
+
.bi-folder-symlink::before { content: map-get($bootstrap-icons-map, "folder-symlink"); }
|
2162
|
+
.bi-folder-x::before { content: map-get($bootstrap-icons-map, "folder-x"); }
|
2163
|
+
.bi-folder::before { content: map-get($bootstrap-icons-map, "folder"); }
|
2164
|
+
.bi-folder2-open::before { content: map-get($bootstrap-icons-map, "folder2-open"); }
|
2165
|
+
.bi-folder2::before { content: map-get($bootstrap-icons-map, "folder2"); }
|
2166
|
+
.bi-fonts::before { content: map-get($bootstrap-icons-map, "fonts"); }
|
2167
|
+
.bi-forward-fill::before { content: map-get($bootstrap-icons-map, "forward-fill"); }
|
2168
|
+
.bi-forward::before { content: map-get($bootstrap-icons-map, "forward"); }
|
2169
|
+
.bi-front::before { content: map-get($bootstrap-icons-map, "front"); }
|
2170
|
+
.bi-fullscreen-exit::before { content: map-get($bootstrap-icons-map, "fullscreen-exit"); }
|
2171
|
+
.bi-fullscreen::before { content: map-get($bootstrap-icons-map, "fullscreen"); }
|
2172
|
+
.bi-funnel-fill::before { content: map-get($bootstrap-icons-map, "funnel-fill"); }
|
2173
|
+
.bi-funnel::before { content: map-get($bootstrap-icons-map, "funnel"); }
|
2174
|
+
.bi-gear-fill::before { content: map-get($bootstrap-icons-map, "gear-fill"); }
|
2175
|
+
.bi-gear-wide-connected::before { content: map-get($bootstrap-icons-map, "gear-wide-connected"); }
|
2176
|
+
.bi-gear-wide::before { content: map-get($bootstrap-icons-map, "gear-wide"); }
|
2177
|
+
.bi-gear::before { content: map-get($bootstrap-icons-map, "gear"); }
|
2178
|
+
.bi-gem::before { content: map-get($bootstrap-icons-map, "gem"); }
|
2179
|
+
.bi-geo-alt-fill::before { content: map-get($bootstrap-icons-map, "geo-alt-fill"); }
|
2180
|
+
.bi-geo-alt::before { content: map-get($bootstrap-icons-map, "geo-alt"); }
|
2181
|
+
.bi-geo-fill::before { content: map-get($bootstrap-icons-map, "geo-fill"); }
|
2182
|
+
.bi-geo::before { content: map-get($bootstrap-icons-map, "geo"); }
|
2183
|
+
.bi-gift-fill::before { content: map-get($bootstrap-icons-map, "gift-fill"); }
|
2184
|
+
.bi-gift::before { content: map-get($bootstrap-icons-map, "gift"); }
|
2185
|
+
.bi-github::before { content: map-get($bootstrap-icons-map, "github"); }
|
2186
|
+
.bi-globe::before { content: map-get($bootstrap-icons-map, "globe"); }
|
2187
|
+
.bi-globe2::before { content: map-get($bootstrap-icons-map, "globe2"); }
|
2188
|
+
.bi-google::before { content: map-get($bootstrap-icons-map, "google"); }
|
2189
|
+
.bi-graph-down::before { content: map-get($bootstrap-icons-map, "graph-down"); }
|
2190
|
+
.bi-graph-up::before { content: map-get($bootstrap-icons-map, "graph-up"); }
|
2191
|
+
.bi-grid-1x2-fill::before { content: map-get($bootstrap-icons-map, "grid-1x2-fill"); }
|
2192
|
+
.bi-grid-1x2::before { content: map-get($bootstrap-icons-map, "grid-1x2"); }
|
2193
|
+
.bi-grid-3x2-gap-fill::before { content: map-get($bootstrap-icons-map, "grid-3x2-gap-fill"); }
|
2194
|
+
.bi-grid-3x2-gap::before { content: map-get($bootstrap-icons-map, "grid-3x2-gap"); }
|
2195
|
+
.bi-grid-3x2::before { content: map-get($bootstrap-icons-map, "grid-3x2"); }
|
2196
|
+
.bi-grid-3x3-gap-fill::before { content: map-get($bootstrap-icons-map, "grid-3x3-gap-fill"); }
|
2197
|
+
.bi-grid-3x3-gap::before { content: map-get($bootstrap-icons-map, "grid-3x3-gap"); }
|
2198
|
+
.bi-grid-3x3::before { content: map-get($bootstrap-icons-map, "grid-3x3"); }
|
2199
|
+
.bi-grid-fill::before { content: map-get($bootstrap-icons-map, "grid-fill"); }
|
2200
|
+
.bi-grid::before { content: map-get($bootstrap-icons-map, "grid"); }
|
2201
|
+
.bi-grip-horizontal::before { content: map-get($bootstrap-icons-map, "grip-horizontal"); }
|
2202
|
+
.bi-grip-vertical::before { content: map-get($bootstrap-icons-map, "grip-vertical"); }
|
2203
|
+
.bi-hammer::before { content: map-get($bootstrap-icons-map, "hammer"); }
|
2204
|
+
.bi-hand-index-fill::before { content: map-get($bootstrap-icons-map, "hand-index-fill"); }
|
2205
|
+
.bi-hand-index-thumb-fill::before { content: map-get($bootstrap-icons-map, "hand-index-thumb-fill"); }
|
2206
|
+
.bi-hand-index-thumb::before { content: map-get($bootstrap-icons-map, "hand-index-thumb"); }
|
2207
|
+
.bi-hand-index::before { content: map-get($bootstrap-icons-map, "hand-index"); }
|
2208
|
+
.bi-hand-thumbs-down-fill::before { content: map-get($bootstrap-icons-map, "hand-thumbs-down-fill"); }
|
2209
|
+
.bi-hand-thumbs-down::before { content: map-get($bootstrap-icons-map, "hand-thumbs-down"); }
|
2210
|
+
.bi-hand-thumbs-up-fill::before { content: map-get($bootstrap-icons-map, "hand-thumbs-up-fill"); }
|
2211
|
+
.bi-hand-thumbs-up::before { content: map-get($bootstrap-icons-map, "hand-thumbs-up"); }
|
2212
|
+
.bi-handbag-fill::before { content: map-get($bootstrap-icons-map, "handbag-fill"); }
|
2213
|
+
.bi-handbag::before { content: map-get($bootstrap-icons-map, "handbag"); }
|
2214
|
+
.bi-hash::before { content: map-get($bootstrap-icons-map, "hash"); }
|
2215
|
+
.bi-hdd-fill::before { content: map-get($bootstrap-icons-map, "hdd-fill"); }
|
2216
|
+
.bi-hdd-network-fill::before { content: map-get($bootstrap-icons-map, "hdd-network-fill"); }
|
2217
|
+
.bi-hdd-network::before { content: map-get($bootstrap-icons-map, "hdd-network"); }
|
2218
|
+
.bi-hdd-rack-fill::before { content: map-get($bootstrap-icons-map, "hdd-rack-fill"); }
|
2219
|
+
.bi-hdd-rack::before { content: map-get($bootstrap-icons-map, "hdd-rack"); }
|
2220
|
+
.bi-hdd-stack-fill::before { content: map-get($bootstrap-icons-map, "hdd-stack-fill"); }
|
2221
|
+
.bi-hdd-stack::before { content: map-get($bootstrap-icons-map, "hdd-stack"); }
|
2222
|
+
.bi-hdd::before { content: map-get($bootstrap-icons-map, "hdd"); }
|
2223
|
+
.bi-headphones::before { content: map-get($bootstrap-icons-map, "headphones"); }
|
2224
|
+
.bi-headset::before { content: map-get($bootstrap-icons-map, "headset"); }
|
2225
|
+
.bi-heart-fill::before { content: map-get($bootstrap-icons-map, "heart-fill"); }
|
2226
|
+
.bi-heart-half::before { content: map-get($bootstrap-icons-map, "heart-half"); }
|
2227
|
+
.bi-heart::before { content: map-get($bootstrap-icons-map, "heart"); }
|
2228
|
+
.bi-heptagon-fill::before { content: map-get($bootstrap-icons-map, "heptagon-fill"); }
|
2229
|
+
.bi-heptagon-half::before { content: map-get($bootstrap-icons-map, "heptagon-half"); }
|
2230
|
+
.bi-heptagon::before { content: map-get($bootstrap-icons-map, "heptagon"); }
|
2231
|
+
.bi-hexagon-fill::before { content: map-get($bootstrap-icons-map, "hexagon-fill"); }
|
2232
|
+
.bi-hexagon-half::before { content: map-get($bootstrap-icons-map, "hexagon-half"); }
|
2233
|
+
.bi-hexagon::before { content: map-get($bootstrap-icons-map, "hexagon"); }
|
2234
|
+
.bi-hourglass-bottom::before { content: map-get($bootstrap-icons-map, "hourglass-bottom"); }
|
2235
|
+
.bi-hourglass-split::before { content: map-get($bootstrap-icons-map, "hourglass-split"); }
|
2236
|
+
.bi-hourglass-top::before { content: map-get($bootstrap-icons-map, "hourglass-top"); }
|
2237
|
+
.bi-hourglass::before { content: map-get($bootstrap-icons-map, "hourglass"); }
|
2238
|
+
.bi-house-door-fill::before { content: map-get($bootstrap-icons-map, "house-door-fill"); }
|
2239
|
+
.bi-house-door::before { content: map-get($bootstrap-icons-map, "house-door"); }
|
2240
|
+
.bi-house-fill::before { content: map-get($bootstrap-icons-map, "house-fill"); }
|
2241
|
+
.bi-house::before { content: map-get($bootstrap-icons-map, "house"); }
|
2242
|
+
.bi-hr::before { content: map-get($bootstrap-icons-map, "hr"); }
|
2243
|
+
.bi-hurricane::before { content: map-get($bootstrap-icons-map, "hurricane"); }
|
2244
|
+
.bi-image-alt::before { content: map-get($bootstrap-icons-map, "image-alt"); }
|
2245
|
+
.bi-image-fill::before { content: map-get($bootstrap-icons-map, "image-fill"); }
|
2246
|
+
.bi-image::before { content: map-get($bootstrap-icons-map, "image"); }
|
2247
|
+
.bi-images::before { content: map-get($bootstrap-icons-map, "images"); }
|
2248
|
+
.bi-inbox-fill::before { content: map-get($bootstrap-icons-map, "inbox-fill"); }
|
2249
|
+
.bi-inbox::before { content: map-get($bootstrap-icons-map, "inbox"); }
|
2250
|
+
.bi-inboxes-fill::before { content: map-get($bootstrap-icons-map, "inboxes-fill"); }
|
2251
|
+
.bi-inboxes::before { content: map-get($bootstrap-icons-map, "inboxes"); }
|
2252
|
+
.bi-info-circle-fill::before { content: map-get($bootstrap-icons-map, "info-circle-fill"); }
|
2253
|
+
.bi-info-circle::before { content: map-get($bootstrap-icons-map, "info-circle"); }
|
2254
|
+
.bi-info-square-fill::before { content: map-get($bootstrap-icons-map, "info-square-fill"); }
|
2255
|
+
.bi-info-square::before { content: map-get($bootstrap-icons-map, "info-square"); }
|
2256
|
+
.bi-info::before { content: map-get($bootstrap-icons-map, "info"); }
|
2257
|
+
.bi-input-cursor-text::before { content: map-get($bootstrap-icons-map, "input-cursor-text"); }
|
2258
|
+
.bi-input-cursor::before { content: map-get($bootstrap-icons-map, "input-cursor"); }
|
2259
|
+
.bi-instagram::before { content: map-get($bootstrap-icons-map, "instagram"); }
|
2260
|
+
.bi-intersect::before { content: map-get($bootstrap-icons-map, "intersect"); }
|
2261
|
+
.bi-journal-album::before { content: map-get($bootstrap-icons-map, "journal-album"); }
|
2262
|
+
.bi-journal-arrow-down::before { content: map-get($bootstrap-icons-map, "journal-arrow-down"); }
|
2263
|
+
.bi-journal-arrow-up::before { content: map-get($bootstrap-icons-map, "journal-arrow-up"); }
|
2264
|
+
.bi-journal-bookmark-fill::before { content: map-get($bootstrap-icons-map, "journal-bookmark-fill"); }
|
2265
|
+
.bi-journal-bookmark::before { content: map-get($bootstrap-icons-map, "journal-bookmark"); }
|
2266
|
+
.bi-journal-check::before { content: map-get($bootstrap-icons-map, "journal-check"); }
|
2267
|
+
.bi-journal-code::before { content: map-get($bootstrap-icons-map, "journal-code"); }
|
2268
|
+
.bi-journal-medical::before { content: map-get($bootstrap-icons-map, "journal-medical"); }
|
2269
|
+
.bi-journal-minus::before { content: map-get($bootstrap-icons-map, "journal-minus"); }
|
2270
|
+
.bi-journal-plus::before { content: map-get($bootstrap-icons-map, "journal-plus"); }
|
2271
|
+
.bi-journal-richtext::before { content: map-get($bootstrap-icons-map, "journal-richtext"); }
|
2272
|
+
.bi-journal-text::before { content: map-get($bootstrap-icons-map, "journal-text"); }
|
2273
|
+
.bi-journal-x::before { content: map-get($bootstrap-icons-map, "journal-x"); }
|
2274
|
+
.bi-journal::before { content: map-get($bootstrap-icons-map, "journal"); }
|
2275
|
+
.bi-journals::before { content: map-get($bootstrap-icons-map, "journals"); }
|
2276
|
+
.bi-joystick::before { content: map-get($bootstrap-icons-map, "joystick"); }
|
2277
|
+
.bi-justify-left::before { content: map-get($bootstrap-icons-map, "justify-left"); }
|
2278
|
+
.bi-justify-right::before { content: map-get($bootstrap-icons-map, "justify-right"); }
|
2279
|
+
.bi-justify::before { content: map-get($bootstrap-icons-map, "justify"); }
|
2280
|
+
.bi-kanban-fill::before { content: map-get($bootstrap-icons-map, "kanban-fill"); }
|
2281
|
+
.bi-kanban::before { content: map-get($bootstrap-icons-map, "kanban"); }
|
2282
|
+
.bi-key-fill::before { content: map-get($bootstrap-icons-map, "key-fill"); }
|
2283
|
+
.bi-key::before { content: map-get($bootstrap-icons-map, "key"); }
|
2284
|
+
.bi-keyboard-fill::before { content: map-get($bootstrap-icons-map, "keyboard-fill"); }
|
2285
|
+
.bi-keyboard::before { content: map-get($bootstrap-icons-map, "keyboard"); }
|
2286
|
+
.bi-ladder::before { content: map-get($bootstrap-icons-map, "ladder"); }
|
2287
|
+
.bi-lamp-fill::before { content: map-get($bootstrap-icons-map, "lamp-fill"); }
|
2288
|
+
.bi-lamp::before { content: map-get($bootstrap-icons-map, "lamp"); }
|
2289
|
+
.bi-laptop-fill::before { content: map-get($bootstrap-icons-map, "laptop-fill"); }
|
2290
|
+
.bi-laptop::before { content: map-get($bootstrap-icons-map, "laptop"); }
|
2291
|
+
.bi-layer-backward::before { content: map-get($bootstrap-icons-map, "layer-backward"); }
|
2292
|
+
.bi-layer-forward::before { content: map-get($bootstrap-icons-map, "layer-forward"); }
|
2293
|
+
.bi-layers-fill::before { content: map-get($bootstrap-icons-map, "layers-fill"); }
|
2294
|
+
.bi-layers-half::before { content: map-get($bootstrap-icons-map, "layers-half"); }
|
2295
|
+
.bi-layers::before { content: map-get($bootstrap-icons-map, "layers"); }
|
2296
|
+
.bi-layout-sidebar-inset-reverse::before { content: map-get($bootstrap-icons-map, "layout-sidebar-inset-reverse"); }
|
2297
|
+
.bi-layout-sidebar-inset::before { content: map-get($bootstrap-icons-map, "layout-sidebar-inset"); }
|
2298
|
+
.bi-layout-sidebar-reverse::before { content: map-get($bootstrap-icons-map, "layout-sidebar-reverse"); }
|
2299
|
+
.bi-layout-sidebar::before { content: map-get($bootstrap-icons-map, "layout-sidebar"); }
|
2300
|
+
.bi-layout-split::before { content: map-get($bootstrap-icons-map, "layout-split"); }
|
2301
|
+
.bi-layout-text-sidebar-reverse::before { content: map-get($bootstrap-icons-map, "layout-text-sidebar-reverse"); }
|
2302
|
+
.bi-layout-text-sidebar::before { content: map-get($bootstrap-icons-map, "layout-text-sidebar"); }
|
2303
|
+
.bi-layout-text-window-reverse::before { content: map-get($bootstrap-icons-map, "layout-text-window-reverse"); }
|
2304
|
+
.bi-layout-text-window::before { content: map-get($bootstrap-icons-map, "layout-text-window"); }
|
2305
|
+
.bi-layout-three-columns::before { content: map-get($bootstrap-icons-map, "layout-three-columns"); }
|
2306
|
+
.bi-layout-wtf::before { content: map-get($bootstrap-icons-map, "layout-wtf"); }
|
2307
|
+
.bi-life-preserver::before { content: map-get($bootstrap-icons-map, "life-preserver"); }
|
2308
|
+
.bi-lightbulb-fill::before { content: map-get($bootstrap-icons-map, "lightbulb-fill"); }
|
2309
|
+
.bi-lightbulb-off-fill::before { content: map-get($bootstrap-icons-map, "lightbulb-off-fill"); }
|
2310
|
+
.bi-lightbulb-off::before { content: map-get($bootstrap-icons-map, "lightbulb-off"); }
|
2311
|
+
.bi-lightbulb::before { content: map-get($bootstrap-icons-map, "lightbulb"); }
|
2312
|
+
.bi-lightning-charge-fill::before { content: map-get($bootstrap-icons-map, "lightning-charge-fill"); }
|
2313
|
+
.bi-lightning-charge::before { content: map-get($bootstrap-icons-map, "lightning-charge"); }
|
2314
|
+
.bi-lightning-fill::before { content: map-get($bootstrap-icons-map, "lightning-fill"); }
|
2315
|
+
.bi-lightning::before { content: map-get($bootstrap-icons-map, "lightning"); }
|
2316
|
+
.bi-link-45deg::before { content: map-get($bootstrap-icons-map, "link-45deg"); }
|
2317
|
+
.bi-link::before { content: map-get($bootstrap-icons-map, "link"); }
|
2318
|
+
.bi-linkedin::before { content: map-get($bootstrap-icons-map, "linkedin"); }
|
2319
|
+
.bi-list-check::before { content: map-get($bootstrap-icons-map, "list-check"); }
|
2320
|
+
.bi-list-nested::before { content: map-get($bootstrap-icons-map, "list-nested"); }
|
2321
|
+
.bi-list-ol::before { content: map-get($bootstrap-icons-map, "list-ol"); }
|
2322
|
+
.bi-list-stars::before { content: map-get($bootstrap-icons-map, "list-stars"); }
|
2323
|
+
.bi-list-task::before { content: map-get($bootstrap-icons-map, "list-task"); }
|
2324
|
+
.bi-list-ul::before { content: map-get($bootstrap-icons-map, "list-ul"); }
|
2325
|
+
.bi-list::before { content: map-get($bootstrap-icons-map, "list"); }
|
2326
|
+
.bi-lock-fill::before { content: map-get($bootstrap-icons-map, "lock-fill"); }
|
2327
|
+
.bi-lock::before { content: map-get($bootstrap-icons-map, "lock"); }
|
2328
|
+
.bi-mailbox::before { content: map-get($bootstrap-icons-map, "mailbox"); }
|
2329
|
+
.bi-mailbox2::before { content: map-get($bootstrap-icons-map, "mailbox2"); }
|
2330
|
+
.bi-map-fill::before { content: map-get($bootstrap-icons-map, "map-fill"); }
|
2331
|
+
.bi-map::before { content: map-get($bootstrap-icons-map, "map"); }
|
2332
|
+
.bi-markdown-fill::before { content: map-get($bootstrap-icons-map, "markdown-fill"); }
|
2333
|
+
.bi-markdown::before { content: map-get($bootstrap-icons-map, "markdown"); }
|
2334
|
+
.bi-mask::before { content: map-get($bootstrap-icons-map, "mask"); }
|
2335
|
+
.bi-megaphone-fill::before { content: map-get($bootstrap-icons-map, "megaphone-fill"); }
|
2336
|
+
.bi-megaphone::before { content: map-get($bootstrap-icons-map, "megaphone"); }
|
2337
|
+
.bi-menu-app-fill::before { content: map-get($bootstrap-icons-map, "menu-app-fill"); }
|
2338
|
+
.bi-menu-app::before { content: map-get($bootstrap-icons-map, "menu-app"); }
|
2339
|
+
.bi-menu-button-fill::before { content: map-get($bootstrap-icons-map, "menu-button-fill"); }
|
2340
|
+
.bi-menu-button-wide-fill::before { content: map-get($bootstrap-icons-map, "menu-button-wide-fill"); }
|
2341
|
+
.bi-menu-button-wide::before { content: map-get($bootstrap-icons-map, "menu-button-wide"); }
|
2342
|
+
.bi-menu-button::before { content: map-get($bootstrap-icons-map, "menu-button"); }
|
2343
|
+
.bi-menu-down::before { content: map-get($bootstrap-icons-map, "menu-down"); }
|
2344
|
+
.bi-menu-up::before { content: map-get($bootstrap-icons-map, "menu-up"); }
|
2345
|
+
.bi-mic-fill::before { content: map-get($bootstrap-icons-map, "mic-fill"); }
|
2346
|
+
.bi-mic-mute-fill::before { content: map-get($bootstrap-icons-map, "mic-mute-fill"); }
|
2347
|
+
.bi-mic-mute::before { content: map-get($bootstrap-icons-map, "mic-mute"); }
|
2348
|
+
.bi-mic::before { content: map-get($bootstrap-icons-map, "mic"); }
|
2349
|
+
.bi-minecart-loaded::before { content: map-get($bootstrap-icons-map, "minecart-loaded"); }
|
2350
|
+
.bi-minecart::before { content: map-get($bootstrap-icons-map, "minecart"); }
|
2351
|
+
.bi-moisture::before { content: map-get($bootstrap-icons-map, "moisture"); }
|
2352
|
+
.bi-moon-fill::before { content: map-get($bootstrap-icons-map, "moon-fill"); }
|
2353
|
+
.bi-moon-stars-fill::before { content: map-get($bootstrap-icons-map, "moon-stars-fill"); }
|
2354
|
+
.bi-moon-stars::before { content: map-get($bootstrap-icons-map, "moon-stars"); }
|
2355
|
+
.bi-moon::before { content: map-get($bootstrap-icons-map, "moon"); }
|
2356
|
+
.bi-mouse-fill::before { content: map-get($bootstrap-icons-map, "mouse-fill"); }
|
2357
|
+
.bi-mouse::before { content: map-get($bootstrap-icons-map, "mouse"); }
|
2358
|
+
.bi-mouse2-fill::before { content: map-get($bootstrap-icons-map, "mouse2-fill"); }
|
2359
|
+
.bi-mouse2::before { content: map-get($bootstrap-icons-map, "mouse2"); }
|
2360
|
+
.bi-mouse3-fill::before { content: map-get($bootstrap-icons-map, "mouse3-fill"); }
|
2361
|
+
.bi-mouse3::before { content: map-get($bootstrap-icons-map, "mouse3"); }
|
2362
|
+
.bi-music-note-beamed::before { content: map-get($bootstrap-icons-map, "music-note-beamed"); }
|
2363
|
+
.bi-music-note-list::before { content: map-get($bootstrap-icons-map, "music-note-list"); }
|
2364
|
+
.bi-music-note::before { content: map-get($bootstrap-icons-map, "music-note"); }
|
2365
|
+
.bi-music-player-fill::before { content: map-get($bootstrap-icons-map, "music-player-fill"); }
|
2366
|
+
.bi-music-player::before { content: map-get($bootstrap-icons-map, "music-player"); }
|
2367
|
+
.bi-newspaper::before { content: map-get($bootstrap-icons-map, "newspaper"); }
|
2368
|
+
.bi-node-minus-fill::before { content: map-get($bootstrap-icons-map, "node-minus-fill"); }
|
2369
|
+
.bi-node-minus::before { content: map-get($bootstrap-icons-map, "node-minus"); }
|
2370
|
+
.bi-node-plus-fill::before { content: map-get($bootstrap-icons-map, "node-plus-fill"); }
|
2371
|
+
.bi-node-plus::before { content: map-get($bootstrap-icons-map, "node-plus"); }
|
2372
|
+
.bi-nut-fill::before { content: map-get($bootstrap-icons-map, "nut-fill"); }
|
2373
|
+
.bi-nut::before { content: map-get($bootstrap-icons-map, "nut"); }
|
2374
|
+
.bi-octagon-fill::before { content: map-get($bootstrap-icons-map, "octagon-fill"); }
|
2375
|
+
.bi-octagon-half::before { content: map-get($bootstrap-icons-map, "octagon-half"); }
|
2376
|
+
.bi-octagon::before { content: map-get($bootstrap-icons-map, "octagon"); }
|
2377
|
+
.bi-option::before { content: map-get($bootstrap-icons-map, "option"); }
|
2378
|
+
.bi-outlet::before { content: map-get($bootstrap-icons-map, "outlet"); }
|
2379
|
+
.bi-paint-bucket::before { content: map-get($bootstrap-icons-map, "paint-bucket"); }
|
2380
|
+
.bi-palette-fill::before { content: map-get($bootstrap-icons-map, "palette-fill"); }
|
2381
|
+
.bi-palette::before { content: map-get($bootstrap-icons-map, "palette"); }
|
2382
|
+
.bi-palette2::before { content: map-get($bootstrap-icons-map, "palette2"); }
|
2383
|
+
.bi-paperclip::before { content: map-get($bootstrap-icons-map, "paperclip"); }
|
2384
|
+
.bi-paragraph::before { content: map-get($bootstrap-icons-map, "paragraph"); }
|
2385
|
+
.bi-patch-check-fill::before { content: map-get($bootstrap-icons-map, "patch-check-fill"); }
|
2386
|
+
.bi-patch-check::before { content: map-get($bootstrap-icons-map, "patch-check"); }
|
2387
|
+
.bi-patch-exclamation-fill::before { content: map-get($bootstrap-icons-map, "patch-exclamation-fill"); }
|
2388
|
+
.bi-patch-exclamation::before { content: map-get($bootstrap-icons-map, "patch-exclamation"); }
|
2389
|
+
.bi-patch-minus-fill::before { content: map-get($bootstrap-icons-map, "patch-minus-fill"); }
|
2390
|
+
.bi-patch-minus::before { content: map-get($bootstrap-icons-map, "patch-minus"); }
|
2391
|
+
.bi-patch-plus-fill::before { content: map-get($bootstrap-icons-map, "patch-plus-fill"); }
|
2392
|
+
.bi-patch-plus::before { content: map-get($bootstrap-icons-map, "patch-plus"); }
|
2393
|
+
.bi-patch-question-fill::before { content: map-get($bootstrap-icons-map, "patch-question-fill"); }
|
2394
|
+
.bi-patch-question::before { content: map-get($bootstrap-icons-map, "patch-question"); }
|
2395
|
+
.bi-pause-btn-fill::before { content: map-get($bootstrap-icons-map, "pause-btn-fill"); }
|
2396
|
+
.bi-pause-btn::before { content: map-get($bootstrap-icons-map, "pause-btn"); }
|
2397
|
+
.bi-pause-circle-fill::before { content: map-get($bootstrap-icons-map, "pause-circle-fill"); }
|
2398
|
+
.bi-pause-circle::before { content: map-get($bootstrap-icons-map, "pause-circle"); }
|
2399
|
+
.bi-pause-fill::before { content: map-get($bootstrap-icons-map, "pause-fill"); }
|
2400
|
+
.bi-pause::before { content: map-get($bootstrap-icons-map, "pause"); }
|
2401
|
+
.bi-peace-fill::before { content: map-get($bootstrap-icons-map, "peace-fill"); }
|
2402
|
+
.bi-peace::before { content: map-get($bootstrap-icons-map, "peace"); }
|
2403
|
+
.bi-pen-fill::before { content: map-get($bootstrap-icons-map, "pen-fill"); }
|
2404
|
+
.bi-pen::before { content: map-get($bootstrap-icons-map, "pen"); }
|
2405
|
+
.bi-pencil-fill::before { content: map-get($bootstrap-icons-map, "pencil-fill"); }
|
2406
|
+
.bi-pencil-square::before { content: map-get($bootstrap-icons-map, "pencil-square"); }
|
2407
|
+
.bi-pencil::before { content: map-get($bootstrap-icons-map, "pencil"); }
|
2408
|
+
.bi-pentagon-fill::before { content: map-get($bootstrap-icons-map, "pentagon-fill"); }
|
2409
|
+
.bi-pentagon-half::before { content: map-get($bootstrap-icons-map, "pentagon-half"); }
|
2410
|
+
.bi-pentagon::before { content: map-get($bootstrap-icons-map, "pentagon"); }
|
2411
|
+
.bi-people-fill::before { content: map-get($bootstrap-icons-map, "people-fill"); }
|
2412
|
+
.bi-people::before { content: map-get($bootstrap-icons-map, "people"); }
|
2413
|
+
.bi-percent::before { content: map-get($bootstrap-icons-map, "percent"); }
|
2414
|
+
.bi-person-badge-fill::before { content: map-get($bootstrap-icons-map, "person-badge-fill"); }
|
2415
|
+
.bi-person-badge::before { content: map-get($bootstrap-icons-map, "person-badge"); }
|
2416
|
+
.bi-person-bounding-box::before { content: map-get($bootstrap-icons-map, "person-bounding-box"); }
|
2417
|
+
.bi-person-check-fill::before { content: map-get($bootstrap-icons-map, "person-check-fill"); }
|
2418
|
+
.bi-person-check::before { content: map-get($bootstrap-icons-map, "person-check"); }
|
2419
|
+
.bi-person-circle::before { content: map-get($bootstrap-icons-map, "person-circle"); }
|
2420
|
+
.bi-person-dash-fill::before { content: map-get($bootstrap-icons-map, "person-dash-fill"); }
|
2421
|
+
.bi-person-dash::before { content: map-get($bootstrap-icons-map, "person-dash"); }
|
2422
|
+
.bi-person-fill::before { content: map-get($bootstrap-icons-map, "person-fill"); }
|
2423
|
+
.bi-person-lines-fill::before { content: map-get($bootstrap-icons-map, "person-lines-fill"); }
|
2424
|
+
.bi-person-plus-fill::before { content: map-get($bootstrap-icons-map, "person-plus-fill"); }
|
2425
|
+
.bi-person-plus::before { content: map-get($bootstrap-icons-map, "person-plus"); }
|
2426
|
+
.bi-person-square::before { content: map-get($bootstrap-icons-map, "person-square"); }
|
2427
|
+
.bi-person-x-fill::before { content: map-get($bootstrap-icons-map, "person-x-fill"); }
|
2428
|
+
.bi-person-x::before { content: map-get($bootstrap-icons-map, "person-x"); }
|
2429
|
+
.bi-person::before { content: map-get($bootstrap-icons-map, "person"); }
|
2430
|
+
.bi-phone-fill::before { content: map-get($bootstrap-icons-map, "phone-fill"); }
|
2431
|
+
.bi-phone-landscape-fill::before { content: map-get($bootstrap-icons-map, "phone-landscape-fill"); }
|
2432
|
+
.bi-phone-landscape::before { content: map-get($bootstrap-icons-map, "phone-landscape"); }
|
2433
|
+
.bi-phone-vibrate-fill::before { content: map-get($bootstrap-icons-map, "phone-vibrate-fill"); }
|
2434
|
+
.bi-phone-vibrate::before { content: map-get($bootstrap-icons-map, "phone-vibrate"); }
|
2435
|
+
.bi-phone::before { content: map-get($bootstrap-icons-map, "phone"); }
|
2436
|
+
.bi-pie-chart-fill::before { content: map-get($bootstrap-icons-map, "pie-chart-fill"); }
|
2437
|
+
.bi-pie-chart::before { content: map-get($bootstrap-icons-map, "pie-chart"); }
|
2438
|
+
.bi-pin-angle-fill::before { content: map-get($bootstrap-icons-map, "pin-angle-fill"); }
|
2439
|
+
.bi-pin-angle::before { content: map-get($bootstrap-icons-map, "pin-angle"); }
|
2440
|
+
.bi-pin-fill::before { content: map-get($bootstrap-icons-map, "pin-fill"); }
|
2441
|
+
.bi-pin::before { content: map-get($bootstrap-icons-map, "pin"); }
|
2442
|
+
.bi-pip-fill::before { content: map-get($bootstrap-icons-map, "pip-fill"); }
|
2443
|
+
.bi-pip::before { content: map-get($bootstrap-icons-map, "pip"); }
|
2444
|
+
.bi-play-btn-fill::before { content: map-get($bootstrap-icons-map, "play-btn-fill"); }
|
2445
|
+
.bi-play-btn::before { content: map-get($bootstrap-icons-map, "play-btn"); }
|
2446
|
+
.bi-play-circle-fill::before { content: map-get($bootstrap-icons-map, "play-circle-fill"); }
|
2447
|
+
.bi-play-circle::before { content: map-get($bootstrap-icons-map, "play-circle"); }
|
2448
|
+
.bi-play-fill::before { content: map-get($bootstrap-icons-map, "play-fill"); }
|
2449
|
+
.bi-play::before { content: map-get($bootstrap-icons-map, "play"); }
|
2450
|
+
.bi-plug-fill::before { content: map-get($bootstrap-icons-map, "plug-fill"); }
|
2451
|
+
.bi-plug::before { content: map-get($bootstrap-icons-map, "plug"); }
|
2452
|
+
.bi-plus-circle-dotted::before { content: map-get($bootstrap-icons-map, "plus-circle-dotted"); }
|
2453
|
+
.bi-plus-circle-fill::before { content: map-get($bootstrap-icons-map, "plus-circle-fill"); }
|
2454
|
+
.bi-plus-circle::before { content: map-get($bootstrap-icons-map, "plus-circle"); }
|
2455
|
+
.bi-plus-square-dotted::before { content: map-get($bootstrap-icons-map, "plus-square-dotted"); }
|
2456
|
+
.bi-plus-square-fill::before { content: map-get($bootstrap-icons-map, "plus-square-fill"); }
|
2457
|
+
.bi-plus-square::before { content: map-get($bootstrap-icons-map, "plus-square"); }
|
2458
|
+
.bi-plus::before { content: map-get($bootstrap-icons-map, "plus"); }
|
2459
|
+
.bi-power::before { content: map-get($bootstrap-icons-map, "power"); }
|
2460
|
+
.bi-printer-fill::before { content: map-get($bootstrap-icons-map, "printer-fill"); }
|
2461
|
+
.bi-printer::before { content: map-get($bootstrap-icons-map, "printer"); }
|
2462
|
+
.bi-puzzle-fill::before { content: map-get($bootstrap-icons-map, "puzzle-fill"); }
|
2463
|
+
.bi-puzzle::before { content: map-get($bootstrap-icons-map, "puzzle"); }
|
2464
|
+
.bi-question-circle-fill::before { content: map-get($bootstrap-icons-map, "question-circle-fill"); }
|
2465
|
+
.bi-question-circle::before { content: map-get($bootstrap-icons-map, "question-circle"); }
|
2466
|
+
.bi-question-diamond-fill::before { content: map-get($bootstrap-icons-map, "question-diamond-fill"); }
|
2467
|
+
.bi-question-diamond::before { content: map-get($bootstrap-icons-map, "question-diamond"); }
|
2468
|
+
.bi-question-octagon-fill::before { content: map-get($bootstrap-icons-map, "question-octagon-fill"); }
|
2469
|
+
.bi-question-octagon::before { content: map-get($bootstrap-icons-map, "question-octagon"); }
|
2470
|
+
.bi-question-square-fill::before { content: map-get($bootstrap-icons-map, "question-square-fill"); }
|
2471
|
+
.bi-question-square::before { content: map-get($bootstrap-icons-map, "question-square"); }
|
2472
|
+
.bi-question::before { content: map-get($bootstrap-icons-map, "question"); }
|
2473
|
+
.bi-rainbow::before { content: map-get($bootstrap-icons-map, "rainbow"); }
|
2474
|
+
.bi-receipt-cutoff::before { content: map-get($bootstrap-icons-map, "receipt-cutoff"); }
|
2475
|
+
.bi-receipt::before { content: map-get($bootstrap-icons-map, "receipt"); }
|
2476
|
+
.bi-reception-0::before { content: map-get($bootstrap-icons-map, "reception-0"); }
|
2477
|
+
.bi-reception-1::before { content: map-get($bootstrap-icons-map, "reception-1"); }
|
2478
|
+
.bi-reception-2::before { content: map-get($bootstrap-icons-map, "reception-2"); }
|
2479
|
+
.bi-reception-3::before { content: map-get($bootstrap-icons-map, "reception-3"); }
|
2480
|
+
.bi-reception-4::before { content: map-get($bootstrap-icons-map, "reception-4"); }
|
2481
|
+
.bi-record-btn-fill::before { content: map-get($bootstrap-icons-map, "record-btn-fill"); }
|
2482
|
+
.bi-record-btn::before { content: map-get($bootstrap-icons-map, "record-btn"); }
|
2483
|
+
.bi-record-circle-fill::before { content: map-get($bootstrap-icons-map, "record-circle-fill"); }
|
2484
|
+
.bi-record-circle::before { content: map-get($bootstrap-icons-map, "record-circle"); }
|
2485
|
+
.bi-record-fill::before { content: map-get($bootstrap-icons-map, "record-fill"); }
|
2486
|
+
.bi-record::before { content: map-get($bootstrap-icons-map, "record"); }
|
2487
|
+
.bi-record2-fill::before { content: map-get($bootstrap-icons-map, "record2-fill"); }
|
2488
|
+
.bi-record2::before { content: map-get($bootstrap-icons-map, "record2"); }
|
2489
|
+
.bi-reply-all-fill::before { content: map-get($bootstrap-icons-map, "reply-all-fill"); }
|
2490
|
+
.bi-reply-all::before { content: map-get($bootstrap-icons-map, "reply-all"); }
|
2491
|
+
.bi-reply-fill::before { content: map-get($bootstrap-icons-map, "reply-fill"); }
|
2492
|
+
.bi-reply::before { content: map-get($bootstrap-icons-map, "reply"); }
|
2493
|
+
.bi-rss-fill::before { content: map-get($bootstrap-icons-map, "rss-fill"); }
|
2494
|
+
.bi-rss::before { content: map-get($bootstrap-icons-map, "rss"); }
|
2495
|
+
.bi-rulers::before { content: map-get($bootstrap-icons-map, "rulers"); }
|
2496
|
+
.bi-save-fill::before { content: map-get($bootstrap-icons-map, "save-fill"); }
|
2497
|
+
.bi-save::before { content: map-get($bootstrap-icons-map, "save"); }
|
2498
|
+
.bi-save2-fill::before { content: map-get($bootstrap-icons-map, "save2-fill"); }
|
2499
|
+
.bi-save2::before { content: map-get($bootstrap-icons-map, "save2"); }
|
2500
|
+
.bi-scissors::before { content: map-get($bootstrap-icons-map, "scissors"); }
|
2501
|
+
.bi-screwdriver::before { content: map-get($bootstrap-icons-map, "screwdriver"); }
|
2502
|
+
.bi-search::before { content: map-get($bootstrap-icons-map, "search"); }
|
2503
|
+
.bi-segmented-nav::before { content: map-get($bootstrap-icons-map, "segmented-nav"); }
|
2504
|
+
.bi-server::before { content: map-get($bootstrap-icons-map, "server"); }
|
2505
|
+
.bi-share-fill::before { content: map-get($bootstrap-icons-map, "share-fill"); }
|
2506
|
+
.bi-share::before { content: map-get($bootstrap-icons-map, "share"); }
|
2507
|
+
.bi-shield-check::before { content: map-get($bootstrap-icons-map, "shield-check"); }
|
2508
|
+
.bi-shield-exclamation::before { content: map-get($bootstrap-icons-map, "shield-exclamation"); }
|
2509
|
+
.bi-shield-fill-check::before { content: map-get($bootstrap-icons-map, "shield-fill-check"); }
|
2510
|
+
.bi-shield-fill-exclamation::before { content: map-get($bootstrap-icons-map, "shield-fill-exclamation"); }
|
2511
|
+
.bi-shield-fill-minus::before { content: map-get($bootstrap-icons-map, "shield-fill-minus"); }
|
2512
|
+
.bi-shield-fill-plus::before { content: map-get($bootstrap-icons-map, "shield-fill-plus"); }
|
2513
|
+
.bi-shield-fill-x::before { content: map-get($bootstrap-icons-map, "shield-fill-x"); }
|
2514
|
+
.bi-shield-fill::before { content: map-get($bootstrap-icons-map, "shield-fill"); }
|
2515
|
+
.bi-shield-lock-fill::before { content: map-get($bootstrap-icons-map, "shield-lock-fill"); }
|
2516
|
+
.bi-shield-lock::before { content: map-get($bootstrap-icons-map, "shield-lock"); }
|
2517
|
+
.bi-shield-minus::before { content: map-get($bootstrap-icons-map, "shield-minus"); }
|
2518
|
+
.bi-shield-plus::before { content: map-get($bootstrap-icons-map, "shield-plus"); }
|
2519
|
+
.bi-shield-shaded::before { content: map-get($bootstrap-icons-map, "shield-shaded"); }
|
2520
|
+
.bi-shield-slash-fill::before { content: map-get($bootstrap-icons-map, "shield-slash-fill"); }
|
2521
|
+
.bi-shield-slash::before { content: map-get($bootstrap-icons-map, "shield-slash"); }
|
2522
|
+
.bi-shield-x::before { content: map-get($bootstrap-icons-map, "shield-x"); }
|
2523
|
+
.bi-shield::before { content: map-get($bootstrap-icons-map, "shield"); }
|
2524
|
+
.bi-shift-fill::before { content: map-get($bootstrap-icons-map, "shift-fill"); }
|
2525
|
+
.bi-shift::before { content: map-get($bootstrap-icons-map, "shift"); }
|
2526
|
+
.bi-shop-window::before { content: map-get($bootstrap-icons-map, "shop-window"); }
|
2527
|
+
.bi-shop::before { content: map-get($bootstrap-icons-map, "shop"); }
|
2528
|
+
.bi-shuffle::before { content: map-get($bootstrap-icons-map, "shuffle"); }
|
2529
|
+
.bi-signpost-2-fill::before { content: map-get($bootstrap-icons-map, "signpost-2-fill"); }
|
2530
|
+
.bi-signpost-2::before { content: map-get($bootstrap-icons-map, "signpost-2"); }
|
2531
|
+
.bi-signpost-fill::before { content: map-get($bootstrap-icons-map, "signpost-fill"); }
|
2532
|
+
.bi-signpost-split-fill::before { content: map-get($bootstrap-icons-map, "signpost-split-fill"); }
|
2533
|
+
.bi-signpost-split::before { content: map-get($bootstrap-icons-map, "signpost-split"); }
|
2534
|
+
.bi-signpost::before { content: map-get($bootstrap-icons-map, "signpost"); }
|
2535
|
+
.bi-sim-fill::before { content: map-get($bootstrap-icons-map, "sim-fill"); }
|
2536
|
+
.bi-sim::before { content: map-get($bootstrap-icons-map, "sim"); }
|
2537
|
+
.bi-skip-backward-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-backward-btn-fill"); }
|
2538
|
+
.bi-skip-backward-btn::before { content: map-get($bootstrap-icons-map, "skip-backward-btn"); }
|
2539
|
+
.bi-skip-backward-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-backward-circle-fill"); }
|
2540
|
+
.bi-skip-backward-circle::before { content: map-get($bootstrap-icons-map, "skip-backward-circle"); }
|
2541
|
+
.bi-skip-backward-fill::before { content: map-get($bootstrap-icons-map, "skip-backward-fill"); }
|
2542
|
+
.bi-skip-backward::before { content: map-get($bootstrap-icons-map, "skip-backward"); }
|
2543
|
+
.bi-skip-end-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-end-btn-fill"); }
|
2544
|
+
.bi-skip-end-btn::before { content: map-get($bootstrap-icons-map, "skip-end-btn"); }
|
2545
|
+
.bi-skip-end-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-end-circle-fill"); }
|
2546
|
+
.bi-skip-end-circle::before { content: map-get($bootstrap-icons-map, "skip-end-circle"); }
|
2547
|
+
.bi-skip-end-fill::before { content: map-get($bootstrap-icons-map, "skip-end-fill"); }
|
2548
|
+
.bi-skip-end::before { content: map-get($bootstrap-icons-map, "skip-end"); }
|
2549
|
+
.bi-skip-forward-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-forward-btn-fill"); }
|
2550
|
+
.bi-skip-forward-btn::before { content: map-get($bootstrap-icons-map, "skip-forward-btn"); }
|
2551
|
+
.bi-skip-forward-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-forward-circle-fill"); }
|
2552
|
+
.bi-skip-forward-circle::before { content: map-get($bootstrap-icons-map, "skip-forward-circle"); }
|
2553
|
+
.bi-skip-forward-fill::before { content: map-get($bootstrap-icons-map, "skip-forward-fill"); }
|
2554
|
+
.bi-skip-forward::before { content: map-get($bootstrap-icons-map, "skip-forward"); }
|
2555
|
+
.bi-skip-start-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-start-btn-fill"); }
|
2556
|
+
.bi-skip-start-btn::before { content: map-get($bootstrap-icons-map, "skip-start-btn"); }
|
2557
|
+
.bi-skip-start-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-start-circle-fill"); }
|
2558
|
+
.bi-skip-start-circle::before { content: map-get($bootstrap-icons-map, "skip-start-circle"); }
|
2559
|
+
.bi-skip-start-fill::before { content: map-get($bootstrap-icons-map, "skip-start-fill"); }
|
2560
|
+
.bi-skip-start::before { content: map-get($bootstrap-icons-map, "skip-start"); }
|
2561
|
+
.bi-slack::before { content: map-get($bootstrap-icons-map, "slack"); }
|
2562
|
+
.bi-slash-circle-fill::before { content: map-get($bootstrap-icons-map, "slash-circle-fill"); }
|
2563
|
+
.bi-slash-circle::before { content: map-get($bootstrap-icons-map, "slash-circle"); }
|
2564
|
+
.bi-slash-square-fill::before { content: map-get($bootstrap-icons-map, "slash-square-fill"); }
|
2565
|
+
.bi-slash-square::before { content: map-get($bootstrap-icons-map, "slash-square"); }
|
2566
|
+
.bi-slash::before { content: map-get($bootstrap-icons-map, "slash"); }
|
2567
|
+
.bi-sliders::before { content: map-get($bootstrap-icons-map, "sliders"); }
|
2568
|
+
.bi-smartwatch::before { content: map-get($bootstrap-icons-map, "smartwatch"); }
|
2569
|
+
.bi-snow::before { content: map-get($bootstrap-icons-map, "snow"); }
|
2570
|
+
.bi-snow2::before { content: map-get($bootstrap-icons-map, "snow2"); }
|
2571
|
+
.bi-snow3::before { content: map-get($bootstrap-icons-map, "snow3"); }
|
2572
|
+
.bi-sort-alpha-down-alt::before { content: map-get($bootstrap-icons-map, "sort-alpha-down-alt"); }
|
2573
|
+
.bi-sort-alpha-down::before { content: map-get($bootstrap-icons-map, "sort-alpha-down"); }
|
2574
|
+
.bi-sort-alpha-up-alt::before { content: map-get($bootstrap-icons-map, "sort-alpha-up-alt"); }
|
2575
|
+
.bi-sort-alpha-up::before { content: map-get($bootstrap-icons-map, "sort-alpha-up"); }
|
2576
|
+
.bi-sort-down-alt::before { content: map-get($bootstrap-icons-map, "sort-down-alt"); }
|
2577
|
+
.bi-sort-down::before { content: map-get($bootstrap-icons-map, "sort-down"); }
|
2578
|
+
.bi-sort-numeric-down-alt::before { content: map-get($bootstrap-icons-map, "sort-numeric-down-alt"); }
|
2579
|
+
.bi-sort-numeric-down::before { content: map-get($bootstrap-icons-map, "sort-numeric-down"); }
|
2580
|
+
.bi-sort-numeric-up-alt::before { content: map-get($bootstrap-icons-map, "sort-numeric-up-alt"); }
|
2581
|
+
.bi-sort-numeric-up::before { content: map-get($bootstrap-icons-map, "sort-numeric-up"); }
|
2582
|
+
.bi-sort-up-alt::before { content: map-get($bootstrap-icons-map, "sort-up-alt"); }
|
2583
|
+
.bi-sort-up::before { content: map-get($bootstrap-icons-map, "sort-up"); }
|
2584
|
+
.bi-soundwave::before { content: map-get($bootstrap-icons-map, "soundwave"); }
|
2585
|
+
.bi-speaker-fill::before { content: map-get($bootstrap-icons-map, "speaker-fill"); }
|
2586
|
+
.bi-speaker::before { content: map-get($bootstrap-icons-map, "speaker"); }
|
2587
|
+
.bi-speedometer::before { content: map-get($bootstrap-icons-map, "speedometer"); }
|
2588
|
+
.bi-speedometer2::before { content: map-get($bootstrap-icons-map, "speedometer2"); }
|
2589
|
+
.bi-spellcheck::before { content: map-get($bootstrap-icons-map, "spellcheck"); }
|
2590
|
+
.bi-square-fill::before { content: map-get($bootstrap-icons-map, "square-fill"); }
|
2591
|
+
.bi-square-half::before { content: map-get($bootstrap-icons-map, "square-half"); }
|
2592
|
+
.bi-square::before { content: map-get($bootstrap-icons-map, "square"); }
|
2593
|
+
.bi-stack::before { content: map-get($bootstrap-icons-map, "stack"); }
|
2594
|
+
.bi-star-fill::before { content: map-get($bootstrap-icons-map, "star-fill"); }
|
2595
|
+
.bi-star-half::before { content: map-get($bootstrap-icons-map, "star-half"); }
|
2596
|
+
.bi-star::before { content: map-get($bootstrap-icons-map, "star"); }
|
2597
|
+
.bi-stars::before { content: map-get($bootstrap-icons-map, "stars"); }
|
2598
|
+
.bi-stickies-fill::before { content: map-get($bootstrap-icons-map, "stickies-fill"); }
|
2599
|
+
.bi-stickies::before { content: map-get($bootstrap-icons-map, "stickies"); }
|
2600
|
+
.bi-sticky-fill::before { content: map-get($bootstrap-icons-map, "sticky-fill"); }
|
2601
|
+
.bi-sticky::before { content: map-get($bootstrap-icons-map, "sticky"); }
|
2602
|
+
.bi-stop-btn-fill::before { content: map-get($bootstrap-icons-map, "stop-btn-fill"); }
|
2603
|
+
.bi-stop-btn::before { content: map-get($bootstrap-icons-map, "stop-btn"); }
|
2604
|
+
.bi-stop-circle-fill::before { content: map-get($bootstrap-icons-map, "stop-circle-fill"); }
|
2605
|
+
.bi-stop-circle::before { content: map-get($bootstrap-icons-map, "stop-circle"); }
|
2606
|
+
.bi-stop-fill::before { content: map-get($bootstrap-icons-map, "stop-fill"); }
|
2607
|
+
.bi-stop::before { content: map-get($bootstrap-icons-map, "stop"); }
|
2608
|
+
.bi-stoplights-fill::before { content: map-get($bootstrap-icons-map, "stoplights-fill"); }
|
2609
|
+
.bi-stoplights::before { content: map-get($bootstrap-icons-map, "stoplights"); }
|
2610
|
+
.bi-stopwatch-fill::before { content: map-get($bootstrap-icons-map, "stopwatch-fill"); }
|
2611
|
+
.bi-stopwatch::before { content: map-get($bootstrap-icons-map, "stopwatch"); }
|
2612
|
+
.bi-subtract::before { content: map-get($bootstrap-icons-map, "subtract"); }
|
2613
|
+
.bi-suit-club-fill::before { content: map-get($bootstrap-icons-map, "suit-club-fill"); }
|
2614
|
+
.bi-suit-club::before { content: map-get($bootstrap-icons-map, "suit-club"); }
|
2615
|
+
.bi-suit-diamond-fill::before { content: map-get($bootstrap-icons-map, "suit-diamond-fill"); }
|
2616
|
+
.bi-suit-diamond::before { content: map-get($bootstrap-icons-map, "suit-diamond"); }
|
2617
|
+
.bi-suit-heart-fill::before { content: map-get($bootstrap-icons-map, "suit-heart-fill"); }
|
2618
|
+
.bi-suit-heart::before { content: map-get($bootstrap-icons-map, "suit-heart"); }
|
2619
|
+
.bi-suit-spade-fill::before { content: map-get($bootstrap-icons-map, "suit-spade-fill"); }
|
2620
|
+
.bi-suit-spade::before { content: map-get($bootstrap-icons-map, "suit-spade"); }
|
2621
|
+
.bi-sun-fill::before { content: map-get($bootstrap-icons-map, "sun-fill"); }
|
2622
|
+
.bi-sun::before { content: map-get($bootstrap-icons-map, "sun"); }
|
2623
|
+
.bi-sunglasses::before { content: map-get($bootstrap-icons-map, "sunglasses"); }
|
2624
|
+
.bi-sunrise-fill::before { content: map-get($bootstrap-icons-map, "sunrise-fill"); }
|
2625
|
+
.bi-sunrise::before { content: map-get($bootstrap-icons-map, "sunrise"); }
|
2626
|
+
.bi-sunset-fill::before { content: map-get($bootstrap-icons-map, "sunset-fill"); }
|
2627
|
+
.bi-sunset::before { content: map-get($bootstrap-icons-map, "sunset"); }
|
2628
|
+
.bi-symmetry-horizontal::before { content: map-get($bootstrap-icons-map, "symmetry-horizontal"); }
|
2629
|
+
.bi-symmetry-vertical::before { content: map-get($bootstrap-icons-map, "symmetry-vertical"); }
|
2630
|
+
.bi-table::before { content: map-get($bootstrap-icons-map, "table"); }
|
2631
|
+
.bi-tablet-fill::before { content: map-get($bootstrap-icons-map, "tablet-fill"); }
|
2632
|
+
.bi-tablet-landscape-fill::before { content: map-get($bootstrap-icons-map, "tablet-landscape-fill"); }
|
2633
|
+
.bi-tablet-landscape::before { content: map-get($bootstrap-icons-map, "tablet-landscape"); }
|
2634
|
+
.bi-tablet::before { content: map-get($bootstrap-icons-map, "tablet"); }
|
2635
|
+
.bi-tag-fill::before { content: map-get($bootstrap-icons-map, "tag-fill"); }
|
2636
|
+
.bi-tag::before { content: map-get($bootstrap-icons-map, "tag"); }
|
2637
|
+
.bi-tags-fill::before { content: map-get($bootstrap-icons-map, "tags-fill"); }
|
2638
|
+
.bi-tags::before { content: map-get($bootstrap-icons-map, "tags"); }
|
2639
|
+
.bi-telegram::before { content: map-get($bootstrap-icons-map, "telegram"); }
|
2640
|
+
.bi-telephone-fill::before { content: map-get($bootstrap-icons-map, "telephone-fill"); }
|
2641
|
+
.bi-telephone-forward-fill::before { content: map-get($bootstrap-icons-map, "telephone-forward-fill"); }
|
2642
|
+
.bi-telephone-forward::before { content: map-get($bootstrap-icons-map, "telephone-forward"); }
|
2643
|
+
.bi-telephone-inbound-fill::before { content: map-get($bootstrap-icons-map, "telephone-inbound-fill"); }
|
2644
|
+
.bi-telephone-inbound::before { content: map-get($bootstrap-icons-map, "telephone-inbound"); }
|
2645
|
+
.bi-telephone-minus-fill::before { content: map-get($bootstrap-icons-map, "telephone-minus-fill"); }
|
2646
|
+
.bi-telephone-minus::before { content: map-get($bootstrap-icons-map, "telephone-minus"); }
|
2647
|
+
.bi-telephone-outbound-fill::before { content: map-get($bootstrap-icons-map, "telephone-outbound-fill"); }
|
2648
|
+
.bi-telephone-outbound::before { content: map-get($bootstrap-icons-map, "telephone-outbound"); }
|
2649
|
+
.bi-telephone-plus-fill::before { content: map-get($bootstrap-icons-map, "telephone-plus-fill"); }
|
2650
|
+
.bi-telephone-plus::before { content: map-get($bootstrap-icons-map, "telephone-plus"); }
|
2651
|
+
.bi-telephone-x-fill::before { content: map-get($bootstrap-icons-map, "telephone-x-fill"); }
|
2652
|
+
.bi-telephone-x::before { content: map-get($bootstrap-icons-map, "telephone-x"); }
|
2653
|
+
.bi-telephone::before { content: map-get($bootstrap-icons-map, "telephone"); }
|
2654
|
+
.bi-terminal-fill::before { content: map-get($bootstrap-icons-map, "terminal-fill"); }
|
2655
|
+
.bi-terminal::before { content: map-get($bootstrap-icons-map, "terminal"); }
|
2656
|
+
.bi-text-center::before { content: map-get($bootstrap-icons-map, "text-center"); }
|
2657
|
+
.bi-text-indent-left::before { content: map-get($bootstrap-icons-map, "text-indent-left"); }
|
2658
|
+
.bi-text-indent-right::before { content: map-get($bootstrap-icons-map, "text-indent-right"); }
|
2659
|
+
.bi-text-left::before { content: map-get($bootstrap-icons-map, "text-left"); }
|
2660
|
+
.bi-text-paragraph::before { content: map-get($bootstrap-icons-map, "text-paragraph"); }
|
2661
|
+
.bi-text-right::before { content: map-get($bootstrap-icons-map, "text-right"); }
|
2662
|
+
.bi-textarea-resize::before { content: map-get($bootstrap-icons-map, "textarea-resize"); }
|
2663
|
+
.bi-textarea-t::before { content: map-get($bootstrap-icons-map, "textarea-t"); }
|
2664
|
+
.bi-textarea::before { content: map-get($bootstrap-icons-map, "textarea"); }
|
2665
|
+
.bi-thermometer-half::before { content: map-get($bootstrap-icons-map, "thermometer-half"); }
|
2666
|
+
.bi-thermometer-high::before { content: map-get($bootstrap-icons-map, "thermometer-high"); }
|
2667
|
+
.bi-thermometer-low::before { content: map-get($bootstrap-icons-map, "thermometer-low"); }
|
2668
|
+
.bi-thermometer-snow::before { content: map-get($bootstrap-icons-map, "thermometer-snow"); }
|
2669
|
+
.bi-thermometer-sun::before { content: map-get($bootstrap-icons-map, "thermometer-sun"); }
|
2670
|
+
.bi-thermometer::before { content: map-get($bootstrap-icons-map, "thermometer"); }
|
2671
|
+
.bi-three-dots-vertical::before { content: map-get($bootstrap-icons-map, "three-dots-vertical"); }
|
2672
|
+
.bi-three-dots::before { content: map-get($bootstrap-icons-map, "three-dots"); }
|
2673
|
+
.bi-toggle-off::before { content: map-get($bootstrap-icons-map, "toggle-off"); }
|
2674
|
+
.bi-toggle-on::before { content: map-get($bootstrap-icons-map, "toggle-on"); }
|
2675
|
+
.bi-toggle2-off::before { content: map-get($bootstrap-icons-map, "toggle2-off"); }
|
2676
|
+
.bi-toggle2-on::before { content: map-get($bootstrap-icons-map, "toggle2-on"); }
|
2677
|
+
.bi-toggles::before { content: map-get($bootstrap-icons-map, "toggles"); }
|
2678
|
+
.bi-toggles2::before { content: map-get($bootstrap-icons-map, "toggles2"); }
|
2679
|
+
.bi-tools::before { content: map-get($bootstrap-icons-map, "tools"); }
|
2680
|
+
.bi-tornado::before { content: map-get($bootstrap-icons-map, "tornado"); }
|
2681
|
+
.bi-trash-fill::before { content: map-get($bootstrap-icons-map, "trash-fill"); }
|
2682
|
+
.bi-trash::before { content: map-get($bootstrap-icons-map, "trash"); }
|
2683
|
+
.bi-trash2-fill::before { content: map-get($bootstrap-icons-map, "trash2-fill"); }
|
2684
|
+
.bi-trash2::before { content: map-get($bootstrap-icons-map, "trash2"); }
|
2685
|
+
.bi-tree-fill::before { content: map-get($bootstrap-icons-map, "tree-fill"); }
|
2686
|
+
.bi-tree::before { content: map-get($bootstrap-icons-map, "tree"); }
|
2687
|
+
.bi-triangle-fill::before { content: map-get($bootstrap-icons-map, "triangle-fill"); }
|
2688
|
+
.bi-triangle-half::before { content: map-get($bootstrap-icons-map, "triangle-half"); }
|
2689
|
+
.bi-triangle::before { content: map-get($bootstrap-icons-map, "triangle"); }
|
2690
|
+
.bi-trophy-fill::before { content: map-get($bootstrap-icons-map, "trophy-fill"); }
|
2691
|
+
.bi-trophy::before { content: map-get($bootstrap-icons-map, "trophy"); }
|
2692
|
+
.bi-tropical-storm::before { content: map-get($bootstrap-icons-map, "tropical-storm"); }
|
2693
|
+
.bi-truck-flatbed::before { content: map-get($bootstrap-icons-map, "truck-flatbed"); }
|
2694
|
+
.bi-truck::before { content: map-get($bootstrap-icons-map, "truck"); }
|
2695
|
+
.bi-tsunami::before { content: map-get($bootstrap-icons-map, "tsunami"); }
|
2696
|
+
.bi-tv-fill::before { content: map-get($bootstrap-icons-map, "tv-fill"); }
|
2697
|
+
.bi-tv::before { content: map-get($bootstrap-icons-map, "tv"); }
|
2698
|
+
.bi-twitch::before { content: map-get($bootstrap-icons-map, "twitch"); }
|
2699
|
+
.bi-twitter::before { content: map-get($bootstrap-icons-map, "twitter"); }
|
2700
|
+
.bi-type-bold::before { content: map-get($bootstrap-icons-map, "type-bold"); }
|
2701
|
+
.bi-type-h1::before { content: map-get($bootstrap-icons-map, "type-h1"); }
|
2702
|
+
.bi-type-h2::before { content: map-get($bootstrap-icons-map, "type-h2"); }
|
2703
|
+
.bi-type-h3::before { content: map-get($bootstrap-icons-map, "type-h3"); }
|
2704
|
+
.bi-type-italic::before { content: map-get($bootstrap-icons-map, "type-italic"); }
|
2705
|
+
.bi-type-strikethrough::before { content: map-get($bootstrap-icons-map, "type-strikethrough"); }
|
2706
|
+
.bi-type-underline::before { content: map-get($bootstrap-icons-map, "type-underline"); }
|
2707
|
+
.bi-type::before { content: map-get($bootstrap-icons-map, "type"); }
|
2708
|
+
.bi-ui-checks-grid::before { content: map-get($bootstrap-icons-map, "ui-checks-grid"); }
|
2709
|
+
.bi-ui-checks::before { content: map-get($bootstrap-icons-map, "ui-checks"); }
|
2710
|
+
.bi-ui-radios-grid::before { content: map-get($bootstrap-icons-map, "ui-radios-grid"); }
|
2711
|
+
.bi-ui-radios::before { content: map-get($bootstrap-icons-map, "ui-radios"); }
|
2712
|
+
.bi-umbrella-fill::before { content: map-get($bootstrap-icons-map, "umbrella-fill"); }
|
2713
|
+
.bi-umbrella::before { content: map-get($bootstrap-icons-map, "umbrella"); }
|
2714
|
+
.bi-union::before { content: map-get($bootstrap-icons-map, "union"); }
|
2715
|
+
.bi-unlock-fill::before { content: map-get($bootstrap-icons-map, "unlock-fill"); }
|
2716
|
+
.bi-unlock::before { content: map-get($bootstrap-icons-map, "unlock"); }
|
2717
|
+
.bi-upc-scan::before { content: map-get($bootstrap-icons-map, "upc-scan"); }
|
2718
|
+
.bi-upc::before { content: map-get($bootstrap-icons-map, "upc"); }
|
2719
|
+
.bi-upload::before { content: map-get($bootstrap-icons-map, "upload"); }
|
2720
|
+
.bi-vector-pen::before { content: map-get($bootstrap-icons-map, "vector-pen"); }
|
2721
|
+
.bi-view-list::before { content: map-get($bootstrap-icons-map, "view-list"); }
|
2722
|
+
.bi-view-stacked::before { content: map-get($bootstrap-icons-map, "view-stacked"); }
|
2723
|
+
.bi-vinyl-fill::before { content: map-get($bootstrap-icons-map, "vinyl-fill"); }
|
2724
|
+
.bi-vinyl::before { content: map-get($bootstrap-icons-map, "vinyl"); }
|
2725
|
+
.bi-voicemail::before { content: map-get($bootstrap-icons-map, "voicemail"); }
|
2726
|
+
.bi-volume-down-fill::before { content: map-get($bootstrap-icons-map, "volume-down-fill"); }
|
2727
|
+
.bi-volume-down::before { content: map-get($bootstrap-icons-map, "volume-down"); }
|
2728
|
+
.bi-volume-mute-fill::before { content: map-get($bootstrap-icons-map, "volume-mute-fill"); }
|
2729
|
+
.bi-volume-mute::before { content: map-get($bootstrap-icons-map, "volume-mute"); }
|
2730
|
+
.bi-volume-off-fill::before { content: map-get($bootstrap-icons-map, "volume-off-fill"); }
|
2731
|
+
.bi-volume-off::before { content: map-get($bootstrap-icons-map, "volume-off"); }
|
2732
|
+
.bi-volume-up-fill::before { content: map-get($bootstrap-icons-map, "volume-up-fill"); }
|
2733
|
+
.bi-volume-up::before { content: map-get($bootstrap-icons-map, "volume-up"); }
|
2734
|
+
.bi-vr::before { content: map-get($bootstrap-icons-map, "vr"); }
|
2735
|
+
.bi-wallet-fill::before { content: map-get($bootstrap-icons-map, "wallet-fill"); }
|
2736
|
+
.bi-wallet::before { content: map-get($bootstrap-icons-map, "wallet"); }
|
2737
|
+
.bi-wallet2::before { content: map-get($bootstrap-icons-map, "wallet2"); }
|
2738
|
+
.bi-watch::before { content: map-get($bootstrap-icons-map, "watch"); }
|
2739
|
+
.bi-water::before { content: map-get($bootstrap-icons-map, "water"); }
|
2740
|
+
.bi-whatsapp::before { content: map-get($bootstrap-icons-map, "whatsapp"); }
|
2741
|
+
.bi-wifi-1::before { content: map-get($bootstrap-icons-map, "wifi-1"); }
|
2742
|
+
.bi-wifi-2::before { content: map-get($bootstrap-icons-map, "wifi-2"); }
|
2743
|
+
.bi-wifi-off::before { content: map-get($bootstrap-icons-map, "wifi-off"); }
|
2744
|
+
.bi-wifi::before { content: map-get($bootstrap-icons-map, "wifi"); }
|
2745
|
+
.bi-wind::before { content: map-get($bootstrap-icons-map, "wind"); }
|
2746
|
+
.bi-window-dock::before { content: map-get($bootstrap-icons-map, "window-dock"); }
|
2747
|
+
.bi-window-sidebar::before { content: map-get($bootstrap-icons-map, "window-sidebar"); }
|
2748
|
+
.bi-window::before { content: map-get($bootstrap-icons-map, "window"); }
|
2749
|
+
.bi-wrench::before { content: map-get($bootstrap-icons-map, "wrench"); }
|
2750
|
+
.bi-x-circle-fill::before { content: map-get($bootstrap-icons-map, "x-circle-fill"); }
|
2751
|
+
.bi-x-circle::before { content: map-get($bootstrap-icons-map, "x-circle"); }
|
2752
|
+
.bi-x-diamond-fill::before { content: map-get($bootstrap-icons-map, "x-diamond-fill"); }
|
2753
|
+
.bi-x-diamond::before { content: map-get($bootstrap-icons-map, "x-diamond"); }
|
2754
|
+
.bi-x-octagon-fill::before { content: map-get($bootstrap-icons-map, "x-octagon-fill"); }
|
2755
|
+
.bi-x-octagon::before { content: map-get($bootstrap-icons-map, "x-octagon"); }
|
2756
|
+
.bi-x-square-fill::before { content: map-get($bootstrap-icons-map, "x-square-fill"); }
|
2757
|
+
.bi-x-square::before { content: map-get($bootstrap-icons-map, "x-square"); }
|
2758
|
+
.bi-x::before { content: map-get($bootstrap-icons-map, "x"); }
|
2759
|
+
.bi-youtube::before { content: map-get($bootstrap-icons-map, "youtube"); }
|
2760
|
+
.bi-zoom-in::before { content: map-get($bootstrap-icons-map, "zoom-in"); }
|
2761
|
+
.bi-zoom-out::before { content: map-get($bootstrap-icons-map, "zoom-out"); }
|
2762
|
+
.bi-bank::before { content: map-get($bootstrap-icons-map, "bank"); }
|
2763
|
+
.bi-bank2::before { content: map-get($bootstrap-icons-map, "bank2"); }
|
2764
|
+
.bi-bell-slash-fill::before { content: map-get($bootstrap-icons-map, "bell-slash-fill"); }
|
2765
|
+
.bi-bell-slash::before { content: map-get($bootstrap-icons-map, "bell-slash"); }
|
2766
|
+
.bi-cash-coin::before { content: map-get($bootstrap-icons-map, "cash-coin"); }
|
2767
|
+
.bi-check-lg::before { content: map-get($bootstrap-icons-map, "check-lg"); }
|
2768
|
+
.bi-coin::before { content: map-get($bootstrap-icons-map, "coin"); }
|
2769
|
+
.bi-currency-bitcoin::before { content: map-get($bootstrap-icons-map, "currency-bitcoin"); }
|
2770
|
+
.bi-currency-dollar::before { content: map-get($bootstrap-icons-map, "currency-dollar"); }
|
2771
|
+
.bi-currency-euro::before { content: map-get($bootstrap-icons-map, "currency-euro"); }
|
2772
|
+
.bi-currency-exchange::before { content: map-get($bootstrap-icons-map, "currency-exchange"); }
|
2773
|
+
.bi-currency-pound::before { content: map-get($bootstrap-icons-map, "currency-pound"); }
|
2774
|
+
.bi-currency-yen::before { content: map-get($bootstrap-icons-map, "currency-yen"); }
|
2775
|
+
.bi-dash-lg::before { content: map-get($bootstrap-icons-map, "dash-lg"); }
|
2776
|
+
.bi-exclamation-lg::before { content: map-get($bootstrap-icons-map, "exclamation-lg"); }
|
2777
|
+
.bi-file-earmark-pdf-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-pdf-fill"); }
|
2778
|
+
.bi-file-earmark-pdf::before { content: map-get($bootstrap-icons-map, "file-earmark-pdf"); }
|
2779
|
+
.bi-file-pdf-fill::before { content: map-get($bootstrap-icons-map, "file-pdf-fill"); }
|
2780
|
+
.bi-file-pdf::before { content: map-get($bootstrap-icons-map, "file-pdf"); }
|
2781
|
+
.bi-gender-ambiguous::before { content: map-get($bootstrap-icons-map, "gender-ambiguous"); }
|
2782
|
+
.bi-gender-female::before { content: map-get($bootstrap-icons-map, "gender-female"); }
|
2783
|
+
.bi-gender-male::before { content: map-get($bootstrap-icons-map, "gender-male"); }
|
2784
|
+
.bi-gender-trans::before { content: map-get($bootstrap-icons-map, "gender-trans"); }
|
2785
|
+
.bi-headset-vr::before { content: map-get($bootstrap-icons-map, "headset-vr"); }
|
2786
|
+
.bi-info-lg::before { content: map-get($bootstrap-icons-map, "info-lg"); }
|
2787
|
+
.bi-mastodon::before { content: map-get($bootstrap-icons-map, "mastodon"); }
|
2788
|
+
.bi-messenger::before { content: map-get($bootstrap-icons-map, "messenger"); }
|
2789
|
+
.bi-piggy-bank-fill::before { content: map-get($bootstrap-icons-map, "piggy-bank-fill"); }
|
2790
|
+
.bi-piggy-bank::before { content: map-get($bootstrap-icons-map, "piggy-bank"); }
|
2791
|
+
.bi-pin-map-fill::before { content: map-get($bootstrap-icons-map, "pin-map-fill"); }
|
2792
|
+
.bi-pin-map::before { content: map-get($bootstrap-icons-map, "pin-map"); }
|
2793
|
+
.bi-plus-lg::before { content: map-get($bootstrap-icons-map, "plus-lg"); }
|
2794
|
+
.bi-question-lg::before { content: map-get($bootstrap-icons-map, "question-lg"); }
|
2795
|
+
.bi-recycle::before { content: map-get($bootstrap-icons-map, "recycle"); }
|
2796
|
+
.bi-reddit::before { content: map-get($bootstrap-icons-map, "reddit"); }
|
2797
|
+
.bi-safe-fill::before { content: map-get($bootstrap-icons-map, "safe-fill"); }
|
2798
|
+
.bi-safe2-fill::before { content: map-get($bootstrap-icons-map, "safe2-fill"); }
|
2799
|
+
.bi-safe2::before { content: map-get($bootstrap-icons-map, "safe2"); }
|
2800
|
+
.bi-sd-card-fill::before { content: map-get($bootstrap-icons-map, "sd-card-fill"); }
|
2801
|
+
.bi-sd-card::before { content: map-get($bootstrap-icons-map, "sd-card"); }
|
2802
|
+
.bi-skype::before { content: map-get($bootstrap-icons-map, "skype"); }
|
2803
|
+
.bi-slash-lg::before { content: map-get($bootstrap-icons-map, "slash-lg"); }
|
2804
|
+
.bi-translate::before { content: map-get($bootstrap-icons-map, "translate"); }
|
2805
|
+
.bi-x-lg::before { content: map-get($bootstrap-icons-map, "x-lg"); }
|
2806
|
+
.bi-safe::before { content: map-get($bootstrap-icons-map, "safe"); }
|
2807
|
+
.bi-apple::before { content: map-get($bootstrap-icons-map, "apple"); }
|
2808
|
+
.bi-microsoft::before { content: map-get($bootstrap-icons-map, "microsoft"); }
|
2809
|
+
.bi-windows::before { content: map-get($bootstrap-icons-map, "windows"); }
|
2810
|
+
.bi-behance::before { content: map-get($bootstrap-icons-map, "behance"); }
|
2811
|
+
.bi-dribbble::before { content: map-get($bootstrap-icons-map, "dribbble"); }
|
2812
|
+
.bi-line::before { content: map-get($bootstrap-icons-map, "line"); }
|
2813
|
+
.bi-medium::before { content: map-get($bootstrap-icons-map, "medium"); }
|
2814
|
+
.bi-paypal::before { content: map-get($bootstrap-icons-map, "paypal"); }
|
2815
|
+
.bi-pinterest::before { content: map-get($bootstrap-icons-map, "pinterest"); }
|
2816
|
+
.bi-signal::before { content: map-get($bootstrap-icons-map, "signal"); }
|
2817
|
+
.bi-snapchat::before { content: map-get($bootstrap-icons-map, "snapchat"); }
|
2818
|
+
.bi-spotify::before { content: map-get($bootstrap-icons-map, "spotify"); }
|
2819
|
+
.bi-stack-overflow::before { content: map-get($bootstrap-icons-map, "stack-overflow"); }
|
2820
|
+
.bi-strava::before { content: map-get($bootstrap-icons-map, "strava"); }
|
2821
|
+
.bi-wordpress::before { content: map-get($bootstrap-icons-map, "wordpress"); }
|
2822
|
+
.bi-vimeo::before { content: map-get($bootstrap-icons-map, "vimeo"); }
|
2823
|
+
.bi-activity::before { content: map-get($bootstrap-icons-map, "activity"); }
|
2824
|
+
.bi-easel2-fill::before { content: map-get($bootstrap-icons-map, "easel2-fill"); }
|
2825
|
+
.bi-easel2::before { content: map-get($bootstrap-icons-map, "easel2"); }
|
2826
|
+
.bi-easel3-fill::before { content: map-get($bootstrap-icons-map, "easel3-fill"); }
|
2827
|
+
.bi-easel3::before { content: map-get($bootstrap-icons-map, "easel3"); }
|
2828
|
+
.bi-fan::before { content: map-get($bootstrap-icons-map, "fan"); }
|
2829
|
+
.bi-fingerprint::before { content: map-get($bootstrap-icons-map, "fingerprint"); }
|
2830
|
+
.bi-graph-down-arrow::before { content: map-get($bootstrap-icons-map, "graph-down-arrow"); }
|
2831
|
+
.bi-graph-up-arrow::before { content: map-get($bootstrap-icons-map, "graph-up-arrow"); }
|
2832
|
+
.bi-hypnotize::before { content: map-get($bootstrap-icons-map, "hypnotize"); }
|
2833
|
+
.bi-magic::before { content: map-get($bootstrap-icons-map, "magic"); }
|
2834
|
+
.bi-person-rolodex::before { content: map-get($bootstrap-icons-map, "person-rolodex"); }
|
2835
|
+
.bi-person-video::before { content: map-get($bootstrap-icons-map, "person-video"); }
|
2836
|
+
.bi-person-video2::before { content: map-get($bootstrap-icons-map, "person-video2"); }
|
2837
|
+
.bi-person-video3::before { content: map-get($bootstrap-icons-map, "person-video3"); }
|
2838
|
+
.bi-person-workspace::before { content: map-get($bootstrap-icons-map, "person-workspace"); }
|
2839
|
+
.bi-radioactive::before { content: map-get($bootstrap-icons-map, "radioactive"); }
|
2840
|
+
.bi-webcam-fill::before { content: map-get($bootstrap-icons-map, "webcam-fill"); }
|
2841
|
+
.bi-webcam::before { content: map-get($bootstrap-icons-map, "webcam"); }
|
2842
|
+
.bi-yin-yang::before { content: map-get($bootstrap-icons-map, "yin-yang"); }
|