Gutenberg Blocks and Template Library by Otter - Version 1.0.2

Version Description

Download this release

Release Info

Developer themeisle
Plugin Icon wp plugin Gutenberg Blocks and Template Library by Otter
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
 
 
 
 
 
 
2
  ### v1.0.1 - 2018-10-29
3
  **Changes:**
4
  * - Bug fixed with Google Map block.
1
 
2
+ ### v1.0.2 - 2018-12-05
3
+ **Changes:**
4
+ * - Fixed Notice Block and Font Awesome Icons
5
+ * - Optimized build size
6
+
7
  ### v1.0.1 - 2018-10-29
8
  **Changes:**
9
  * - Bug fixed with Google Map block.
assets/fontawesome/css/all.css CHANGED
@@ -1,4886 +1,4013 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  .fa,
6
  .fas,
7
  .far,
8
  .fal,
9
  .fab {
10
- display: inline-block;
11
- font-style: normal;
12
- font-variant: normal;
13
- -webkit-font-smoothing: antialiased;
14
- -moz-osx-font-smoothing: grayscale;
15
- line-height: 1;
16
- text-rendering: auto;
17
- }
18
 
19
  .fa-lg {
20
- font-size: 1.33333em;
21
- line-height: 0.75em;
22
- vertical-align: -0.0667em;
23
- }
24
 
25
  .fa-xs {
26
- font-size: 0.75em;
27
- }
28
 
29
  .fa-sm {
30
- font-size: 0.875em;
31
- }
32
 
33
  .fa-1x {
34
- font-size: 1em;
35
- }
36
 
37
  .fa-2x {
38
- font-size: 2em;
39
- }
40
 
41
  .fa-3x {
42
- font-size: 3em;
43
- }
44
 
45
  .fa-4x {
46
- font-size: 4em;
47
- }
48
 
49
  .fa-5x {
50
- font-size: 5em;
51
- }
52
 
53
  .fa-6x {
54
- font-size: 6em;
55
- }
56
 
57
  .fa-7x {
58
- font-size: 7em;
59
- }
60
 
61
  .fa-8x {
62
- font-size: 8em;
63
- }
64
 
65
  .fa-9x {
66
- font-size: 9em;
67
- }
68
 
69
  .fa-10x {
70
- font-size: 10em;
71
- }
72
 
73
  .fa-fw {
74
- width: 1.25em;
75
- text-align: center;
76
- }
77
 
78
  .fa-ul {
79
- margin-left: 2.5em;
80
- padding-left: 0;
81
- list-style-type: none;
82
- }
83
-
84
- .fa-ul > li {
85
- position: relative;
86
- }
87
 
88
  .fa-li {
89
- position: absolute;
90
- left: -2em;
91
- width: 2em;
92
- line-height: inherit;
93
- text-align: center;
94
- }
95
 
96
  .fa-border {
97
- padding: 0.2em 0.25em 0.15em;
98
- border: solid 0.08em #eee;
99
- border-radius: 0.1em;
100
- }
101
 
102
  .fa-pull-left {
103
- float: left;
104
- }
105
 
106
  .fa-pull-right {
107
- float: right;
108
- }
109
 
110
  .fa.fa-pull-left,
111
  .fas.fa-pull-left,
112
  .far.fa-pull-left,
113
  .fal.fa-pull-left,
114
  .fab.fa-pull-left {
115
- margin-right: 0.3em;
116
- }
117
 
118
  .fa.fa-pull-right,
119
  .fas.fa-pull-right,
120
  .far.fa-pull-right,
121
  .fal.fa-pull-right,
122
  .fab.fa-pull-right {
123
- margin-left: 0.3em;
124
- }
125
 
126
  .fa-spin {
127
- -webkit-animation: fa-spin 2s infinite linear;
128
- animation: fa-spin 2s infinite linear;
129
- }
130
 
131
  .fa-pulse {
132
- -webkit-animation: fa-spin 1s infinite steps(8);
133
- animation: fa-spin 1s infinite steps(8);
134
- }
135
 
136
  @-webkit-keyframes fa-spin {
137
- 0% {
138
- -webkit-transform: rotate(0deg);
139
- transform: rotate(0deg);
140
- }
141
-
142
- 100% {
143
- -webkit-transform: rotate(360deg);
144
- transform: rotate(360deg);
145
- }
146
- }
147
 
148
  @keyframes fa-spin {
149
- 0% {
150
- -webkit-transform: rotate(0deg);
151
- transform: rotate(0deg);
152
- }
153
-
154
- 100% {
155
- -webkit-transform: rotate(360deg);
156
- transform: rotate(360deg);
157
- }
158
- }
159
 
160
  .fa-rotate-90 {
161
- -webkit-transform: rotate(90deg);
162
- -ms-transform: rotate(90deg);
163
- transform: rotate(90deg);
164
-
165
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
166
- }
167
 
168
  .fa-rotate-180 {
169
- -webkit-transform: rotate(180deg);
170
- -ms-transform: rotate(180deg);
171
- transform: rotate(180deg);
172
-
173
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
174
- }
175
 
176
  .fa-rotate-270 {
177
- -webkit-transform: rotate(270deg);
178
- -ms-transform: rotate(270deg);
179
- transform: rotate(270deg);
180
-
181
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
182
- }
183
 
184
  .fa-flip-horizontal {
185
- -webkit-transform: scale(-1, 1);
186
- -ms-transform: scale(-1, 1);
187
- transform: scale(-1, 1);
188
-
189
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
190
- }
191
 
192
  .fa-flip-vertical {
193
- -webkit-transform: scale(1, -1);
194
- -ms-transform: scale(1, -1);
195
- transform: scale(1, -1);
196
-
197
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
198
- }
199
 
200
  .fa-flip-horizontal.fa-flip-vertical {
201
- -webkit-transform: scale(-1, -1);
202
- -ms-transform: scale(-1, -1);
203
- transform: scale(-1, -1);
204
-
205
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
206
- }
207
 
208
  :root .fa-rotate-90,
209
  :root .fa-rotate-180,
210
  :root .fa-rotate-270,
211
  :root .fa-flip-horizontal,
212
  :root .fa-flip-vertical {
213
- -webkit-filter: none;
214
- filter: none;
215
- }
216
 
217
  .fa-stack {
218
- display: inline-block;
219
- position: relative;
220
- width: 2em;
221
- height: 2em;
222
- line-height: 2em;
223
- vertical-align: middle;
224
- }
225
 
226
  .fa-stack-1x,
227
  .fa-stack-2x {
228
- position: absolute;
229
- left: 0;
230
- width: 100%;
231
- text-align: center;
232
- }
233
 
234
  .fa-stack-1x {
235
- line-height: inherit;
236
- }
237
 
238
  .fa-stack-2x {
239
- font-size: 2em;
240
- }
241
 
242
  .fa-inverse {
243
- color: #fff;
244
- }
245
 
246
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
247
  readers do not read off random characters that represent icons */
248
  .fa-500px:before {
249
- content: "\f26e";
250
- }
251
 
252
  .fa-accessible-icon:before {
253
- content: "\f368";
254
- }
255
 
256
  .fa-accusoft:before {
257
- content: "\f369";
258
- }
 
 
 
 
 
259
 
260
  .fa-address-book:before {
261
- content: "\f2b9";
262
- }
263
 
264
  .fa-address-card:before {
265
- content: "\f2bb";
266
- }
267
 
268
  .fa-adjust:before {
269
- content: "\f042";
270
- }
271
 
272
  .fa-adn:before {
273
- content: "\f170";
274
- }
275
 
276
  .fa-adversal:before {
277
- content: "\f36a";
278
- }
279
 
280
  .fa-affiliatetheme:before {
281
- content: "\f36b";
282
- }
283
 
284
  .fa-air-freshener:before {
285
- content: "\f5d0";
286
- }
287
 
288
  .fa-algolia:before {
289
- content: "\f36c";
290
- }
291
 
292
  .fa-align-center:before {
293
- content: "\f037";
294
- }
295
 
296
  .fa-align-justify:before {
297
- content: "\f039";
298
- }
299
 
300
  .fa-align-left:before {
301
- content: "\f036";
302
- }
303
 
304
  .fa-align-right:before {
305
- content: "\f038";
306
- }
 
 
307
 
308
  .fa-allergies:before {
309
- content: "\f461";
310
- }
311
 
312
  .fa-amazon:before {
313
- content: "\f270";
314
- }
315
 
316
  .fa-amazon-pay:before {
317
- content: "\f42c";
318
- }
319
 
320
  .fa-ambulance:before {
321
- content: "\f0f9";
322
- }
323
 
324
  .fa-american-sign-language-interpreting:before {
325
- content: "\f2a3";
326
- }
327
 
328
  .fa-amilia:before {
329
- content: "\f36d";
330
- }
331
 
332
  .fa-anchor:before {
333
- content: "\f13d";
334
- }
335
 
336
  .fa-android:before {
337
- content: "\f17b";
338
- }
339
 
340
  .fa-angellist:before {
341
- content: "\f209";
342
- }
343
 
344
  .fa-angle-double-down:before {
345
- content: "\f103";
346
- }
347
 
348
  .fa-angle-double-left:before {
349
- content: "\f100";
350
- }
351
 
352
  .fa-angle-double-right:before {
353
- content: "\f101";
354
- }
355
 
356
  .fa-angle-double-up:before {
357
- content: "\f102";
358
- }
359
 
360
  .fa-angle-down:before {
361
- content: "\f107";
362
- }
363
 
364
  .fa-angle-left:before {
365
- content: "\f104";
366
- }
367
 
368
  .fa-angle-right:before {
369
- content: "\f105";
370
- }
371
 
372
  .fa-angle-up:before {
373
- content: "\f106";
374
- }
375
 
376
  .fa-angry:before {
377
- content: "\f556";
378
- }
379
 
380
  .fa-angrycreative:before {
381
- content: "\f36e";
382
- }
383
 
384
  .fa-angular:before {
385
- content: "\f420";
386
- }
 
 
387
 
388
  .fa-app-store:before {
389
- content: "\f36f";
390
- }
391
 
392
  .fa-app-store-ios:before {
393
- content: "\f370";
394
- }
395
 
396
  .fa-apper:before {
397
- content: "\f371";
398
- }
399
 
400
  .fa-apple:before {
401
- content: "\f179";
402
- }
403
 
404
  .fa-apple-alt:before {
405
- content: "\f5d1";
406
- }
407
 
408
  .fa-apple-pay:before {
409
- content: "\f415";
410
- }
411
 
412
  .fa-archive:before {
413
- content: "\f187";
414
- }
415
 
416
  .fa-archway:before {
417
- content: "\f557";
418
- }
419
 
420
  .fa-arrow-alt-circle-down:before {
421
- content: "\f358";
422
- }
423
 
424
  .fa-arrow-alt-circle-left:before {
425
- content: "\f359";
426
- }
427
 
428
  .fa-arrow-alt-circle-right:before {
429
- content: "\f35a";
430
- }
431
 
432
  .fa-arrow-alt-circle-up:before {
433
- content: "\f35b";
434
- }
435
 
436
  .fa-arrow-circle-down:before {
437
- content: "\f0ab";
438
- }
439
 
440
  .fa-arrow-circle-left:before {
441
- content: "\f0a8";
442
- }
443
 
444
  .fa-arrow-circle-right:before {
445
- content: "\f0a9";
446
- }
447
 
448
  .fa-arrow-circle-up:before {
449
- content: "\f0aa";
450
- }
451
 
452
  .fa-arrow-down:before {
453
- content: "\f063";
454
- }
455
 
456
  .fa-arrow-left:before {
457
- content: "\f060";
458
- }
459
 
460
  .fa-arrow-right:before {
461
- content: "\f061";
462
- }
463
 
464
  .fa-arrow-up:before {
465
- content: "\f062";
466
- }
467
 
468
  .fa-arrows-alt:before {
469
- content: "\f0b2";
470
- }
471
 
472
  .fa-arrows-alt-h:before {
473
- content: "\f337";
474
- }
475
 
476
  .fa-arrows-alt-v:before {
477
- content: "\f338";
478
- }
479
 
480
  .fa-assistive-listening-systems:before {
481
- content: "\f2a2";
482
- }
483
 
484
  .fa-asterisk:before {
485
- content: "\f069";
486
- }
487
 
488
  .fa-asymmetrik:before {
489
- content: "\f372";
490
- }
491
 
492
  .fa-at:before {
493
- content: "\f1fa";
494
- }
495
 
496
  .fa-atlas:before {
497
- content: "\f558";
498
- }
499
 
500
  .fa-atom:before {
501
- content: "\f5d2";
502
- }
503
 
504
  .fa-audible:before {
505
- content: "\f373";
506
- }
507
 
508
  .fa-audio-description:before {
509
- content: "\f29e";
510
- }
511
 
512
  .fa-autoprefixer:before {
513
- content: "\f41c";
514
- }
515
 
516
  .fa-avianex:before {
517
- content: "\f374";
518
- }
519
 
520
  .fa-aviato:before {
521
- content: "\f421";
522
- }
523
 
524
  .fa-award:before {
525
- content: "\f559";
526
- }
527
 
528
  .fa-aws:before {
529
- content: "\f375";
530
- }
531
 
532
  .fa-backspace:before {
533
- content: "\f55a";
534
- }
535
 
536
  .fa-backward:before {
537
- content: "\f04a";
538
- }
539
 
540
  .fa-balance-scale:before {
541
- content: "\f24e";
542
- }
543
 
544
  .fa-ban:before {
545
- content: "\f05e";
546
- }
547
 
548
  .fa-band-aid:before {
549
- content: "\f462";
550
- }
551
 
552
  .fa-bandcamp:before {
553
- content: "\f2d5";
554
- }
555
 
556
  .fa-barcode:before {
557
- content: "\f02a";
558
- }
559
 
560
  .fa-bars:before {
561
- content: "\f0c9";
562
- }
563
 
564
  .fa-baseball-ball:before {
565
- content: "\f433";
566
- }
567
 
568
  .fa-basketball-ball:before {
569
- content: "\f434";
570
- }
571
 
572
  .fa-bath:before {
573
- content: "\f2cd";
574
- }
575
 
576
  .fa-battery-empty:before {
577
- content: "\f244";
578
- }
579
 
580
  .fa-battery-full:before {
581
- content: "\f240";
582
- }
583
 
584
  .fa-battery-half:before {
585
- content: "\f242";
586
- }
587
 
588
  .fa-battery-quarter:before {
589
- content: "\f243";
590
- }
591
 
592
  .fa-battery-three-quarters:before {
593
- content: "\f241";
594
- }
595
 
596
  .fa-bed:before {
597
- content: "\f236";
598
- }
599
 
600
  .fa-beer:before {
601
- content: "\f0fc";
602
- }
603
 
604
  .fa-behance:before {
605
- content: "\f1b4";
606
- }
607
 
608
  .fa-behance-square:before {
609
- content: "\f1b5";
610
- }
611
 
612
  .fa-bell:before {
613
- content: "\f0f3";
614
- }
615
 
616
  .fa-bell-slash:before {
617
- content: "\f1f6";
618
- }
619
 
620
  .fa-bezier-curve:before {
621
- content: "\f55b";
622
- }
 
 
623
 
624
  .fa-bicycle:before {
625
- content: "\f206";
626
- }
627
 
628
  .fa-bimobject:before {
629
- content: "\f378";
630
- }
631
 
632
  .fa-binoculars:before {
633
- content: "\f1e5";
634
- }
635
 
636
  .fa-birthday-cake:before {
637
- content: "\f1fd";
638
- }
639
 
640
  .fa-bitbucket:before {
641
- content: "\f171";
642
- }
643
 
644
  .fa-bitcoin:before {
645
- content: "\f379";
646
- }
647
 
648
  .fa-bity:before {
649
- content: "\f37a";
650
- }
651
 
652
  .fa-black-tie:before {
653
- content: "\f27e";
654
- }
655
 
656
  .fa-blackberry:before {
657
- content: "\f37b";
658
- }
659
 
660
  .fa-blender:before {
661
- content: "\f517";
662
- }
 
 
663
 
664
  .fa-blind:before {
665
- content: "\f29d";
666
- }
667
 
668
  .fa-blogger:before {
669
- content: "\f37c";
670
- }
671
 
672
  .fa-blogger-b:before {
673
- content: "\f37d";
674
- }
675
 
676
  .fa-bluetooth:before {
677
- content: "\f293";
678
- }
679
 
680
  .fa-bluetooth-b:before {
681
- content: "\f294";
682
- }
683
 
684
  .fa-bold:before {
685
- content: "\f032";
686
- }
687
 
688
  .fa-bolt:before {
689
- content: "\f0e7";
690
- }
691
 
692
  .fa-bomb:before {
693
- content: "\f1e2";
694
- }
695
 
696
  .fa-bone:before {
697
- content: "\f5d7";
698
- }
699
 
700
  .fa-bong:before {
701
- content: "\f55c";
702
- }
703
 
704
  .fa-book:before {
705
- content: "\f02d";
706
- }
 
 
707
 
708
  .fa-book-open:before {
709
- content: "\f518";
710
- }
711
 
712
  .fa-book-reader:before {
713
- content: "\f5da";
714
- }
715
 
716
  .fa-bookmark:before {
717
- content: "\f02e";
718
- }
719
 
720
  .fa-bowling-ball:before {
721
- content: "\f436";
722
- }
723
 
724
  .fa-box:before {
725
- content: "\f466";
726
- }
727
 
728
  .fa-box-open:before {
729
- content: "\f49e";
730
- }
731
 
732
  .fa-boxes:before {
733
- content: "\f468";
734
- }
735
 
736
  .fa-braille:before {
737
- content: "\f2a1";
738
- }
739
 
740
  .fa-brain:before {
741
- content: "\f5dc";
742
- }
743
 
744
  .fa-briefcase:before {
745
- content: "\f0b1";
746
- }
747
 
748
  .fa-briefcase-medical:before {
749
- content: "\f469";
750
- }
751
 
752
  .fa-broadcast-tower:before {
753
- content: "\f519";
754
- }
755
 
756
  .fa-broom:before {
757
- content: "\f51a";
758
- }
759
 
760
  .fa-brush:before {
761
- content: "\f55d";
762
- }
763
 
764
  .fa-btc:before {
765
- content: "\f15a";
766
- }
767
 
768
  .fa-bug:before {
769
- content: "\f188";
770
- }
771
 
772
  .fa-building:before {
773
- content: "\f1ad";
774
- }
775
 
776
  .fa-bullhorn:before {
777
- content: "\f0a1";
778
- }
779
 
780
  .fa-bullseye:before {
781
- content: "\f140";
782
- }
783
 
784
  .fa-burn:before {
785
- content: "\f46a";
786
- }
787
 
788
  .fa-buromobelexperte:before {
789
- content: "\f37f";
790
- }
791
 
792
  .fa-bus:before {
793
- content: "\f207";
794
- }
795
 
796
  .fa-bus-alt:before {
797
- content: "\f55e";
798
- }
 
 
799
 
800
  .fa-buysellads:before {
801
- content: "\f20d";
802
- }
803
 
804
  .fa-calculator:before {
805
- content: "\f1ec";
806
- }
807
 
808
  .fa-calendar:before {
809
- content: "\f133";
810
- }
811
 
812
  .fa-calendar-alt:before {
813
- content: "\f073";
814
- }
815
 
816
  .fa-calendar-check:before {
817
- content: "\f274";
818
- }
819
 
820
  .fa-calendar-minus:before {
821
- content: "\f272";
822
- }
823
 
824
  .fa-calendar-plus:before {
825
- content: "\f271";
826
- }
827
 
828
  .fa-calendar-times:before {
829
- content: "\f273";
830
- }
831
 
832
  .fa-camera:before {
833
- content: "\f030";
834
- }
835
 
836
  .fa-camera-retro:before {
837
- content: "\f083";
838
- }
 
 
839
 
840
  .fa-cannabis:before {
841
- content: "\f55f";
842
- }
843
 
844
  .fa-capsules:before {
845
- content: "\f46b";
846
- }
847
 
848
  .fa-car:before {
849
- content: "\f1b9";
850
- }
851
 
852
  .fa-car-alt:before {
853
- content: "\f5de";
854
- }
855
 
856
  .fa-car-battery:before {
857
- content: "\f5df";
858
- }
859
 
860
  .fa-car-crash:before {
861
- content: "\f5e1";
862
- }
863
 
864
  .fa-car-side:before {
865
- content: "\f5e4";
866
- }
867
 
868
  .fa-caret-down:before {
869
- content: "\f0d7";
870
- }
871
 
872
  .fa-caret-left:before {
873
- content: "\f0d9";
874
- }
875
 
876
  .fa-caret-right:before {
877
- content: "\f0da";
878
- }
879
 
880
  .fa-caret-square-down:before {
881
- content: "\f150";
882
- }
883
 
884
  .fa-caret-square-left:before {
885
- content: "\f191";
886
- }
887
 
888
  .fa-caret-square-right:before {
889
- content: "\f152";
890
- }
891
 
892
  .fa-caret-square-up:before {
893
- content: "\f151";
894
- }
895
 
896
  .fa-caret-up:before {
897
- content: "\f0d8";
898
- }
899
 
900
  .fa-cart-arrow-down:before {
901
- content: "\f218";
902
- }
903
 
904
  .fa-cart-plus:before {
905
- content: "\f217";
906
- }
 
 
907
 
908
  .fa-cc-amazon-pay:before {
909
- content: "\f42d";
910
- }
911
 
912
  .fa-cc-amex:before {
913
- content: "\f1f3";
914
- }
915
 
916
  .fa-cc-apple-pay:before {
917
- content: "\f416";
918
- }
919
 
920
  .fa-cc-diners-club:before {
921
- content: "\f24c";
922
- }
923
 
924
  .fa-cc-discover:before {
925
- content: "\f1f2";
926
- }
927
 
928
  .fa-cc-jcb:before {
929
- content: "\f24b";
930
- }
931
 
932
  .fa-cc-mastercard:before {
933
- content: "\f1f1";
934
- }
935
 
936
  .fa-cc-paypal:before {
937
- content: "\f1f4";
938
- }
939
 
940
  .fa-cc-stripe:before {
941
- content: "\f1f5";
942
- }
943
 
944
  .fa-cc-visa:before {
945
- content: "\f1f0";
946
- }
947
 
948
  .fa-centercode:before {
949
- content: "\f380";
950
- }
951
 
952
  .fa-certificate:before {
953
- content: "\f0a3";
954
- }
 
 
955
 
956
  .fa-chalkboard:before {
957
- content: "\f51b";
958
- }
959
 
960
  .fa-chalkboard-teacher:before {
961
- content: "\f51c";
962
- }
963
 
964
  .fa-charging-station:before {
965
- content: "\f5e7";
966
- }
967
 
968
  .fa-chart-area:before {
969
- content: "\f1fe";
970
- }
971
 
972
  .fa-chart-bar:before {
973
- content: "\f080";
974
- }
975
 
976
  .fa-chart-line:before {
977
- content: "\f201";
978
- }
979
 
980
  .fa-chart-pie:before {
981
- content: "\f200";
982
- }
983
 
984
  .fa-check:before {
985
- content: "\f00c";
986
- }
987
 
988
  .fa-check-circle:before {
989
- content: "\f058";
990
- }
991
 
992
  .fa-check-double:before {
993
- content: "\f560";
994
- }
995
 
996
  .fa-check-square:before {
997
- content: "\f14a";
998
- }
999
 
1000
  .fa-chess:before {
1001
- content: "\f439";
1002
- }
1003
 
1004
  .fa-chess-bishop:before {
1005
- content: "\f43a";
1006
- }
1007
 
1008
  .fa-chess-board:before {
1009
- content: "\f43c";
1010
- }
1011
 
1012
  .fa-chess-king:before {
1013
- content: "\f43f";
1014
- }
1015
 
1016
  .fa-chess-knight:before {
1017
- content: "\f441";
1018
- }
1019
 
1020
  .fa-chess-pawn:before {
1021
- content: "\f443";
1022
- }
1023
 
1024
  .fa-chess-queen:before {
1025
- content: "\f445";
1026
- }
1027
 
1028
  .fa-chess-rook:before {
1029
- content: "\f447";
1030
- }
1031
 
1032
  .fa-chevron-circle-down:before {
1033
- content: "\f13a";
1034
- }
1035
 
1036
  .fa-chevron-circle-left:before {
1037
- content: "\f137";
1038
- }
1039
 
1040
  .fa-chevron-circle-right:before {
1041
- content: "\f138";
1042
- }
1043
 
1044
  .fa-chevron-circle-up:before {
1045
- content: "\f139";
1046
- }
1047
 
1048
  .fa-chevron-down:before {
1049
- content: "\f078";
1050
- }
1051
 
1052
  .fa-chevron-left:before {
1053
- content: "\f053";
1054
- }
1055
 
1056
  .fa-chevron-right:before {
1057
- content: "\f054";
1058
- }
1059
 
1060
  .fa-chevron-up:before {
1061
- content: "\f077";
1062
- }
1063
 
1064
  .fa-child:before {
1065
- content: "\f1ae";
1066
- }
1067
 
1068
  .fa-chrome:before {
1069
- content: "\f268";
1070
- }
1071
 
1072
  .fa-church:before {
1073
- content: "\f51d";
1074
- }
1075
 
1076
  .fa-circle:before {
1077
- content: "\f111";
1078
- }
1079
 
1080
  .fa-circle-notch:before {
1081
- content: "\f1ce";
1082
- }
 
 
1083
 
1084
  .fa-clipboard:before {
1085
- content: "\f328";
1086
- }
1087
 
1088
  .fa-clipboard-check:before {
1089
- content: "\f46c";
1090
- }
1091
 
1092
  .fa-clipboard-list:before {
1093
- content: "\f46d";
1094
- }
1095
 
1096
  .fa-clock:before {
1097
- content: "\f017";
1098
- }
1099
 
1100
  .fa-clone:before {
1101
- content: "\f24d";
1102
- }
1103
 
1104
  .fa-closed-captioning:before {
1105
- content: "\f20a";
1106
- }
1107
 
1108
  .fa-cloud:before {
1109
- content: "\f0c2";
1110
- }
1111
 
1112
  .fa-cloud-download-alt:before {
1113
- content: "\f381";
1114
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1115
 
1116
  .fa-cloud-upload-alt:before {
1117
- content: "\f382";
1118
- }
1119
 
1120
  .fa-cloudscale:before {
1121
- content: "\f383";
1122
- }
1123
 
1124
  .fa-cloudsmith:before {
1125
- content: "\f384";
1126
- }
1127
 
1128
  .fa-cloudversify:before {
1129
- content: "\f385";
1130
- }
1131
 
1132
  .fa-cocktail:before {
1133
- content: "\f561";
1134
- }
1135
 
1136
  .fa-code:before {
1137
- content: "\f121";
1138
- }
1139
 
1140
  .fa-code-branch:before {
1141
- content: "\f126";
1142
- }
1143
 
1144
  .fa-codepen:before {
1145
- content: "\f1cb";
1146
- }
1147
 
1148
  .fa-codiepie:before {
1149
- content: "\f284";
1150
- }
1151
 
1152
  .fa-coffee:before {
1153
- content: "\f0f4";
1154
- }
1155
 
1156
  .fa-cog:before {
1157
- content: "\f013";
1158
- }
1159
 
1160
  .fa-cogs:before {
1161
- content: "\f085";
1162
- }
1163
 
1164
  .fa-coins:before {
1165
- content: "\f51e";
1166
- }
1167
 
1168
  .fa-columns:before {
1169
- content: "\f0db";
1170
- }
1171
 
1172
  .fa-comment:before {
1173
- content: "\f075";
1174
- }
1175
 
1176
  .fa-comment-alt:before {
1177
- content: "\f27a";
1178
- }
 
 
1179
 
1180
  .fa-comment-dots:before {
1181
- content: "\f4ad";
1182
- }
1183
 
1184
  .fa-comment-slash:before {
1185
- content: "\f4b3";
1186
- }
1187
 
1188
  .fa-comments:before {
1189
- content: "\f086";
1190
- }
 
 
1191
 
1192
  .fa-compact-disc:before {
1193
- content: "\f51f";
1194
- }
1195
 
1196
  .fa-compass:before {
1197
- content: "\f14e";
1198
- }
1199
 
1200
  .fa-compress:before {
1201
- content: "\f066";
1202
- }
1203
 
1204
  .fa-concierge-bell:before {
1205
- content: "\f562";
1206
- }
1207
 
1208
  .fa-connectdevelop:before {
1209
- content: "\f20e";
1210
- }
1211
 
1212
  .fa-contao:before {
1213
- content: "\f26d";
1214
- }
1215
 
1216
  .fa-cookie:before {
1217
- content: "\f563";
1218
- }
1219
 
1220
  .fa-cookie-bite:before {
1221
- content: "\f564";
1222
- }
1223
 
1224
  .fa-copy:before {
1225
- content: "\f0c5";
1226
- }
1227
 
1228
  .fa-copyright:before {
1229
- content: "\f1f9";
1230
- }
1231
 
1232
  .fa-couch:before {
1233
- content: "\f4b8";
1234
- }
1235
 
1236
  .fa-cpanel:before {
1237
- content: "\f388";
1238
- }
1239
 
1240
  .fa-creative-commons:before {
1241
- content: "\f25e";
1242
- }
1243
 
1244
  .fa-creative-commons-by:before {
1245
- content: "\f4e7";
1246
- }
1247
 
1248
  .fa-creative-commons-nc:before {
1249
- content: "\f4e8";
1250
- }
1251
 
1252
  .fa-creative-commons-nc-eu:before {
1253
- content: "\f4e9";
1254
- }
1255
 
1256
  .fa-creative-commons-nc-jp:before {
1257
- content: "\f4ea";
1258
- }
1259
 
1260
  .fa-creative-commons-nd:before {
1261
- content: "\f4eb";
1262
- }
1263
 
1264
  .fa-creative-commons-pd:before {
1265
- content: "\f4ec";
1266
- }
1267
 
1268
  .fa-creative-commons-pd-alt:before {
1269
- content: "\f4ed";
1270
- }
1271
 
1272
  .fa-creative-commons-remix:before {
1273
- content: "\f4ee";
1274
- }
1275
 
1276
  .fa-creative-commons-sa:before {
1277
- content: "\f4ef";
1278
- }
1279
 
1280
  .fa-creative-commons-sampling:before {
1281
- content: "\f4f0";
1282
- }
1283
 
1284
  .fa-creative-commons-sampling-plus:before {
1285
- content: "\f4f1";
1286
- }
1287
 
1288
  .fa-creative-commons-share:before {
1289
- content: "\f4f2";
1290
- }
 
 
1291
 
1292
  .fa-credit-card:before {
1293
- content: "\f09d";
1294
- }
 
 
1295
 
1296
  .fa-crop:before {
1297
- content: "\f125";
1298
- }
1299
 
1300
  .fa-crop-alt:before {
1301
- content: "\f565";
1302
- }
 
 
1303
 
1304
  .fa-crosshairs:before {
1305
- content: "\f05b";
1306
- }
1307
 
1308
  .fa-crow:before {
1309
- content: "\f520";
1310
- }
1311
 
1312
  .fa-crown:before {
1313
- content: "\f521";
1314
- }
1315
 
1316
  .fa-css3:before {
1317
- content: "\f13c";
1318
- }
1319
 
1320
  .fa-css3-alt:before {
1321
- content: "\f38b";
1322
- }
1323
 
1324
  .fa-cube:before {
1325
- content: "\f1b2";
1326
- }
1327
 
1328
  .fa-cubes:before {
1329
- content: "\f1b3";
1330
- }
1331
 
1332
  .fa-cut:before {
1333
- content: "\f0c4";
1334
- }
1335
 
1336
  .fa-cuttlefish:before {
1337
- content: "\f38c";
1338
- }
1339
 
1340
  .fa-d-and-d:before {
1341
- content: "\f38d";
1342
- }
 
 
1343
 
1344
  .fa-dashcube:before {
1345
- content: "\f210";
1346
- }
1347
 
1348
  .fa-database:before {
1349
- content: "\f1c0";
1350
- }
1351
 
1352
  .fa-deaf:before {
1353
- content: "\f2a4";
1354
- }
1355
 
1356
  .fa-delicious:before {
1357
- content: "\f1a5";
1358
- }
 
 
1359
 
1360
  .fa-deploydog:before {
1361
- content: "\f38e";
1362
- }
1363
 
1364
  .fa-deskpro:before {
1365
- content: "\f38f";
1366
- }
1367
 
1368
  .fa-desktop:before {
1369
- content: "\f108";
1370
- }
 
 
1371
 
1372
  .fa-deviantart:before {
1373
- content: "\f1bd";
1374
- }
 
 
1375
 
1376
  .fa-diagnoses:before {
1377
- content: "\f470";
1378
- }
1379
 
1380
  .fa-dice:before {
1381
- content: "\f522";
1382
- }
 
 
 
 
 
1383
 
1384
  .fa-dice-five:before {
1385
- content: "\f523";
1386
- }
1387
 
1388
  .fa-dice-four:before {
1389
- content: "\f524";
1390
- }
1391
 
1392
  .fa-dice-one:before {
1393
- content: "\f525";
1394
- }
1395
 
1396
  .fa-dice-six:before {
1397
- content: "\f526";
1398
- }
1399
 
1400
  .fa-dice-three:before {
1401
- content: "\f527";
1402
- }
1403
 
1404
  .fa-dice-two:before {
1405
- content: "\f528";
1406
- }
1407
 
1408
  .fa-digg:before {
1409
- content: "\f1a6";
1410
- }
1411
 
1412
  .fa-digital-ocean:before {
1413
- content: "\f391";
1414
- }
1415
 
1416
  .fa-digital-tachograph:before {
1417
- content: "\f566";
1418
- }
1419
 
1420
  .fa-directions:before {
1421
- content: "\f5eb";
1422
- }
1423
 
1424
  .fa-discord:before {
1425
- content: "\f392";
1426
- }
1427
 
1428
  .fa-discourse:before {
1429
- content: "\f393";
1430
- }
1431
 
1432
  .fa-divide:before {
1433
- content: "\f529";
1434
- }
1435
 
1436
  .fa-dizzy:before {
1437
- content: "\f567";
1438
- }
1439
 
1440
  .fa-dna:before {
1441
- content: "\f471";
1442
- }
1443
 
1444
  .fa-dochub:before {
1445
- content: "\f394";
1446
- }
1447
 
1448
  .fa-docker:before {
1449
- content: "\f395";
1450
- }
 
 
1451
 
1452
  .fa-dollar-sign:before {
1453
- content: "\f155";
1454
- }
1455
 
1456
  .fa-dolly:before {
1457
- content: "\f472";
1458
- }
1459
 
1460
  .fa-dolly-flatbed:before {
1461
- content: "\f474";
1462
- }
1463
 
1464
  .fa-donate:before {
1465
- content: "\f4b9";
1466
- }
1467
 
1468
  .fa-door-closed:before {
1469
- content: "\f52a";
1470
- }
1471
 
1472
  .fa-door-open:before {
1473
- content: "\f52b";
1474
- }
1475
 
1476
  .fa-dot-circle:before {
1477
- content: "\f192";
1478
- }
1479
 
1480
  .fa-dove:before {
1481
- content: "\f4ba";
1482
- }
1483
 
1484
  .fa-download:before {
1485
- content: "\f019";
1486
- }
1487
 
1488
  .fa-draft2digital:before {
1489
- content: "\f396";
1490
- }
1491
 
1492
  .fa-drafting-compass:before {
1493
- content: "\f568";
1494
- }
 
 
1495
 
1496
  .fa-draw-polygon:before {
1497
- content: "\f5ee";
1498
- }
1499
 
1500
  .fa-dribbble:before {
1501
- content: "\f17d";
1502
- }
1503
 
1504
  .fa-dribbble-square:before {
1505
- content: "\f397";
1506
- }
1507
 
1508
  .fa-dropbox:before {
1509
- content: "\f16b";
1510
- }
1511
 
1512
  .fa-drum:before {
1513
- content: "\f569";
1514
- }
1515
 
1516
  .fa-drum-steelpan:before {
1517
- content: "\f56a";
1518
- }
 
 
1519
 
1520
  .fa-drupal:before {
1521
- content: "\f1a9";
1522
- }
1523
 
1524
  .fa-dumbbell:before {
1525
- content: "\f44b";
1526
- }
 
 
1527
 
1528
  .fa-dyalog:before {
1529
- content: "\f399";
1530
- }
1531
 
1532
  .fa-earlybirds:before {
1533
- content: "\f39a";
1534
- }
1535
 
1536
  .fa-ebay:before {
1537
- content: "\f4f4";
1538
- }
1539
 
1540
  .fa-edge:before {
1541
- content: "\f282";
1542
- }
1543
 
1544
  .fa-edit:before {
1545
- content: "\f044";
1546
- }
1547
 
1548
  .fa-eject:before {
1549
- content: "\f052";
1550
- }
1551
 
1552
  .fa-elementor:before {
1553
- content: "\f430";
1554
- }
1555
 
1556
  .fa-ellipsis-h:before {
1557
- content: "\f141";
1558
- }
1559
 
1560
  .fa-ellipsis-v:before {
1561
- content: "\f142";
1562
- }
1563
 
1564
  .fa-ello:before {
1565
- content: "\f5f1";
1566
- }
1567
 
1568
  .fa-ember:before {
1569
- content: "\f423";
1570
- }
1571
 
1572
  .fa-empire:before {
1573
- content: "\f1d1";
1574
- }
1575
 
1576
  .fa-envelope:before {
1577
- content: "\f0e0";
1578
- }
1579
 
1580
  .fa-envelope-open:before {
1581
- content: "\f2b6";
1582
- }
 
 
1583
 
1584
  .fa-envelope-square:before {
1585
- content: "\f199";
1586
- }
1587
 
1588
  .fa-envira:before {
1589
- content: "\f299";
1590
- }
1591
 
1592
  .fa-equals:before {
1593
- content: "\f52c";
1594
- }
1595
 
1596
  .fa-eraser:before {
1597
- content: "\f12d";
1598
- }
1599
 
1600
  .fa-erlang:before {
1601
- content: "\f39d";
1602
- }
1603
 
1604
  .fa-ethereum:before {
1605
- content: "\f42e";
1606
- }
1607
 
1608
  .fa-etsy:before {
1609
- content: "\f2d7";
1610
- }
1611
 
1612
  .fa-euro-sign:before {
1613
- content: "\f153";
1614
- }
1615
 
1616
  .fa-exchange-alt:before {
1617
- content: "\f362";
1618
- }
1619
 
1620
  .fa-exclamation:before {
1621
- content: "\f12a";
1622
- }
1623
 
1624
  .fa-exclamation-circle:before {
1625
- content: "\f06a";
1626
- }
1627
 
1628
  .fa-exclamation-triangle:before {
1629
- content: "\f071";
1630
- }
1631
 
1632
  .fa-expand:before {
1633
- content: "\f065";
1634
- }
1635
 
1636
  .fa-expand-arrows-alt:before {
1637
- content: "\f31e";
1638
- }
1639
 
1640
  .fa-expeditedssl:before {
1641
- content: "\f23e";
1642
- }
1643
 
1644
  .fa-external-link-alt:before {
1645
- content: "\f35d";
1646
- }
1647
 
1648
  .fa-external-link-square-alt:before {
1649
- content: "\f360";
1650
- }
1651
 
1652
  .fa-eye:before {
1653
- content: "\f06e";
1654
- }
1655
 
1656
  .fa-eye-dropper:before {
1657
- content: "\f1fb";
1658
- }
1659
 
1660
  .fa-eye-slash:before {
1661
- content: "\f070";
1662
- }
1663
 
1664
  .fa-facebook:before {
1665
- content: "\f09a";
1666
- }
1667
 
1668
  .fa-facebook-f:before {
1669
- content: "\f39e";
1670
- }
1671
 
1672
  .fa-facebook-messenger:before {
1673
- content: "\f39f";
1674
- }
1675
 
1676
  .fa-facebook-square:before {
1677
- content: "\f082";
1678
- }
 
 
1679
 
1680
  .fa-fast-backward:before {
1681
- content: "\f049";
1682
- }
1683
 
1684
  .fa-fast-forward:before {
1685
- content: "\f050";
1686
- }
1687
 
1688
  .fa-fax:before {
1689
- content: "\f1ac";
1690
- }
1691
 
1692
  .fa-feather:before {
1693
- content: "\f52d";
1694
- }
1695
 
1696
  .fa-feather-alt:before {
1697
- content: "\f56b";
1698
- }
1699
 
1700
  .fa-female:before {
1701
- content: "\f182";
1702
- }
1703
 
1704
  .fa-fighter-jet:before {
1705
- content: "\f0fb";
1706
- }
1707
 
1708
  .fa-file:before {
1709
- content: "\f15b";
1710
- }
1711
 
1712
  .fa-file-alt:before {
1713
- content: "\f15c";
1714
- }
1715
 
1716
  .fa-file-archive:before {
1717
- content: "\f1c6";
1718
- }
1719
 
1720
  .fa-file-audio:before {
1721
- content: "\f1c7";
1722
- }
1723
 
1724
  .fa-file-code:before {
1725
- content: "\f1c9";
1726
- }
1727
 
1728
  .fa-file-contract:before {
1729
- content: "\f56c";
1730
- }
 
 
1731
 
1732
  .fa-file-download:before {
1733
- content: "\f56d";
1734
- }
1735
 
1736
  .fa-file-excel:before {
1737
- content: "\f1c3";
1738
- }
1739
 
1740
  .fa-file-export:before {
1741
- content: "\f56e";
1742
- }
1743
 
1744
  .fa-file-image:before {
1745
- content: "\f1c5";
1746
- }
1747
 
1748
  .fa-file-import:before {
1749
- content: "\f56f";
1750
- }
1751
 
1752
  .fa-file-invoice:before {
1753
- content: "\f570";
1754
- }
1755
 
1756
  .fa-file-invoice-dollar:before {
1757
- content: "\f571";
1758
- }
1759
 
1760
  .fa-file-medical:before {
1761
- content: "\f477";
1762
- }
1763
 
1764
  .fa-file-medical-alt:before {
1765
- content: "\f478";
1766
- }
1767
 
1768
  .fa-file-pdf:before {
1769
- content: "\f1c1";
1770
- }
1771
 
1772
  .fa-file-powerpoint:before {
1773
- content: "\f1c4";
1774
- }
1775
 
1776
  .fa-file-prescription:before {
1777
- content: "\f572";
1778
- }
1779
 
1780
  .fa-file-signature:before {
1781
- content: "\f573";
1782
- }
1783
 
1784
  .fa-file-upload:before {
1785
- content: "\f574";
1786
- }
1787
 
1788
  .fa-file-video:before {
1789
- content: "\f1c8";
1790
- }
1791
 
1792
  .fa-file-word:before {
1793
- content: "\f1c2";
1794
- }
1795
 
1796
  .fa-fill:before {
1797
- content: "\f575";
1798
- }
1799
 
1800
  .fa-fill-drip:before {
1801
- content: "\f576";
1802
- }
1803
 
1804
  .fa-film:before {
1805
- content: "\f008";
1806
- }
1807
 
1808
  .fa-filter:before {
1809
- content: "\f0b0";
1810
- }
1811
 
1812
  .fa-fingerprint:before {
1813
- content: "\f577";
1814
- }
1815
 
1816
  .fa-fire:before {
1817
- content: "\f06d";
1818
- }
1819
 
1820
  .fa-fire-extinguisher:before {
1821
- content: "\f134";
1822
- }
1823
 
1824
  .fa-firefox:before {
1825
- content: "\f269";
1826
- }
1827
 
1828
  .fa-first-aid:before {
1829
- content: "\f479";
1830
- }
1831
 
1832
  .fa-first-order:before {
1833
- content: "\f2b0";
1834
- }
1835
 
1836
  .fa-first-order-alt:before {
1837
- content: "\f50a";
1838
- }
1839
 
1840
  .fa-firstdraft:before {
1841
- content: "\f3a1";
1842
- }
1843
 
1844
  .fa-fish:before {
1845
- content: "\f578";
1846
- }
 
 
1847
 
1848
  .fa-flag:before {
1849
- content: "\f024";
1850
- }
1851
 
1852
  .fa-flag-checkered:before {
1853
- content: "\f11e";
1854
- }
 
 
1855
 
1856
  .fa-flask:before {
1857
- content: "\f0c3";
1858
- }
1859
 
1860
  .fa-flickr:before {
1861
- content: "\f16e";
1862
- }
1863
 
1864
  .fa-flipboard:before {
1865
- content: "\f44d";
1866
- }
1867
 
1868
  .fa-flushed:before {
1869
- content: "\f579";
1870
- }
1871
 
1872
  .fa-fly:before {
1873
- content: "\f417";
1874
- }
1875
 
1876
  .fa-folder:before {
1877
- content: "\f07b";
1878
- }
 
 
1879
 
1880
  .fa-folder-open:before {
1881
- content: "\f07c";
1882
- }
 
 
1883
 
1884
  .fa-font:before {
1885
- content: "\f031";
1886
- }
1887
 
1888
  .fa-font-awesome:before {
1889
- content: "\f2b4";
1890
- }
1891
 
1892
  .fa-font-awesome-alt:before {
1893
- content: "\f35c";
1894
- }
1895
 
1896
  .fa-font-awesome-flag:before {
1897
- content: "\f425";
1898
- }
1899
 
1900
  .fa-font-awesome-logo-full:before {
1901
- content: "\f4e6";
1902
- }
1903
 
1904
  .fa-fonticons:before {
1905
- content: "\f280";
1906
- }
1907
 
1908
  .fa-fonticons-fi:before {
1909
- content: "\f3a2";
1910
- }
1911
 
1912
  .fa-football-ball:before {
1913
- content: "\f44e";
1914
- }
1915
 
1916
  .fa-fort-awesome:before {
1917
- content: "\f286";
1918
- }
1919
 
1920
  .fa-fort-awesome-alt:before {
1921
- content: "\f3a3";
1922
- }
1923
 
1924
  .fa-forumbee:before {
1925
- content: "\f211";
1926
- }
1927
 
1928
  .fa-forward:before {
1929
- content: "\f04e";
1930
- }
1931
 
1932
  .fa-foursquare:before {
1933
- content: "\f180";
1934
- }
1935
 
1936
  .fa-free-code-camp:before {
1937
- content: "\f2c5";
1938
- }
1939
 
1940
  .fa-freebsd:before {
1941
- content: "\f3a4";
1942
- }
1943
 
1944
  .fa-frog:before {
1945
- content: "\f52e";
1946
- }
1947
 
1948
  .fa-frown:before {
1949
- content: "\f119";
1950
- }
1951
 
1952
  .fa-frown-open:before {
1953
- content: "\f57a";
1954
- }
1955
 
1956
  .fa-fulcrum:before {
1957
- content: "\f50b";
1958
- }
 
 
1959
 
1960
  .fa-futbol:before {
1961
- content: "\f1e3";
1962
- }
1963
 
1964
  .fa-galactic-republic:before {
1965
- content: "\f50c";
1966
- }
1967
 
1968
  .fa-galactic-senate:before {
1969
- content: "\f50d";
1970
- }
1971
 
1972
  .fa-gamepad:before {
1973
- content: "\f11b";
1974
- }
1975
 
1976
  .fa-gas-pump:before {
1977
- content: "\f52f";
1978
- }
1979
 
1980
  .fa-gavel:before {
1981
- content: "\f0e3";
1982
- }
1983
 
1984
  .fa-gem:before {
1985
- content: "\f3a5";
1986
- }
1987
 
1988
  .fa-genderless:before {
1989
- content: "\f22d";
1990
- }
1991
 
1992
  .fa-get-pocket:before {
1993
- content: "\f265";
1994
- }
1995
 
1996
  .fa-gg:before {
1997
- content: "\f260";
1998
- }
1999
 
2000
  .fa-gg-circle:before {
2001
- content: "\f261";
2002
- }
 
 
2003
 
2004
  .fa-gift:before {
2005
- content: "\f06b";
2006
- }
2007
 
2008
  .fa-git:before {
2009
- content: "\f1d3";
2010
- }
2011
 
2012
  .fa-git-square:before {
2013
- content: "\f1d2";
2014
- }
2015
 
2016
  .fa-github:before {
2017
- content: "\f09b";
2018
- }
2019
 
2020
  .fa-github-alt:before {
2021
- content: "\f113";
2022
- }
2023
 
2024
  .fa-github-square:before {
2025
- content: "\f092";
2026
- }
2027
 
2028
  .fa-gitkraken:before {
2029
- content: "\f3a6";
2030
- }
2031
 
2032
  .fa-gitlab:before {
2033
- content: "\f296";
2034
- }
2035
 
2036
  .fa-gitter:before {
2037
- content: "\f426";
2038
- }
2039
 
2040
  .fa-glass-martini:before {
2041
- content: "\f000";
2042
- }
2043
 
2044
  .fa-glass-martini-alt:before {
2045
- content: "\f57b";
2046
- }
2047
 
2048
  .fa-glasses:before {
2049
- content: "\f530";
2050
- }
2051
 
2052
  .fa-glide:before {
2053
- content: "\f2a5";
2054
- }
2055
 
2056
  .fa-glide-g:before {
2057
- content: "\f2a6";
2058
- }
2059
 
2060
  .fa-globe:before {
2061
- content: "\f0ac";
2062
- }
2063
 
2064
  .fa-globe-africa:before {
2065
- content: "\f57c";
2066
- }
2067
 
2068
  .fa-globe-americas:before {
2069
- content: "\f57d";
2070
- }
2071
 
2072
  .fa-globe-asia:before {
2073
- content: "\f57e";
2074
- }
2075
 
2076
  .fa-gofore:before {
2077
- content: "\f3a7";
2078
- }
2079
 
2080
  .fa-golf-ball:before {
2081
- content: "\f450";
2082
- }
2083
 
2084
  .fa-goodreads:before {
2085
- content: "\f3a8";
2086
- }
2087
 
2088
  .fa-goodreads-g:before {
2089
- content: "\f3a9";
2090
- }
2091
 
2092
  .fa-google:before {
2093
- content: "\f1a0";
2094
- }
2095
 
2096
  .fa-google-drive:before {
2097
- content: "\f3aa";
2098
- }
2099
 
2100
  .fa-google-play:before {
2101
- content: "\f3ab";
2102
- }
2103
 
2104
  .fa-google-plus:before {
2105
- content: "\f2b3";
2106
- }
2107
 
2108
  .fa-google-plus-g:before {
2109
- content: "\f0d5";
2110
- }
2111
 
2112
  .fa-google-plus-square:before {
2113
- content: "\f0d4";
2114
- }
2115
 
2116
  .fa-google-wallet:before {
2117
- content: "\f1ee";
2118
- }
 
 
2119
 
2120
  .fa-graduation-cap:before {
2121
- content: "\f19d";
2122
- }
2123
 
2124
  .fa-gratipay:before {
2125
- content: "\f184";
2126
- }
2127
 
2128
  .fa-grav:before {
2129
- content: "\f2d6";
2130
- }
2131
 
2132
  .fa-greater-than:before {
2133
- content: "\f531";
2134
- }
2135
 
2136
  .fa-greater-than-equal:before {
2137
- content: "\f532";
2138
- }
2139
 
2140
  .fa-grimace:before {
2141
- content: "\f57f";
2142
- }
2143
 
2144
  .fa-grin:before {
2145
- content: "\f580";
2146
- }
2147
 
2148
  .fa-grin-alt:before {
2149
- content: "\f581";
2150
- }
2151
 
2152
  .fa-grin-beam:before {
2153
- content: "\f582";
2154
- }
2155
 
2156
  .fa-grin-beam-sweat:before {
2157
- content: "\f583";
2158
- }
2159
 
2160
  .fa-grin-hearts:before {
2161
- content: "\f584";
2162
- }
2163
 
2164
  .fa-grin-squint:before {
2165
- content: "\f585";
2166
- }
2167
 
2168
  .fa-grin-squint-tears:before {
2169
- content: "\f586";
2170
- }
2171
 
2172
  .fa-grin-stars:before {
2173
- content: "\f587";
2174
- }
2175
 
2176
  .fa-grin-tears:before {
2177
- content: "\f588";
2178
- }
2179
 
2180
  .fa-grin-tongue:before {
2181
- content: "\f589";
2182
- }
2183
 
2184
  .fa-grin-tongue-squint:before {
2185
- content: "\f58a";
2186
- }
2187
 
2188
  .fa-grin-tongue-wink:before {
2189
- content: "\f58b";
2190
- }
2191
 
2192
  .fa-grin-wink:before {
2193
- content: "\f58c";
2194
- }
2195
 
2196
  .fa-grip-horizontal:before {
2197
- content: "\f58d";
2198
- }
2199
 
2200
  .fa-grip-vertical:before {
2201
- content: "\f58e";
2202
- }
2203
 
2204
  .fa-gripfire:before {
2205
- content: "\f3ac";
2206
- }
2207
 
2208
  .fa-grunt:before {
2209
- content: "\f3ad";
2210
- }
2211
 
2212
  .fa-gulp:before {
2213
- content: "\f3ae";
2214
- }
2215
 
2216
  .fa-h-square:before {
2217
- content: "\f0fd";
2218
- }
2219
 
2220
  .fa-hacker-news:before {
2221
- content: "\f1d4";
2222
- }
2223
 
2224
  .fa-hacker-news-square:before {
2225
- content: "\f3af";
2226
- }
2227
 
2228
  .fa-hackerrank:before {
2229
- content: "\f5f7";
2230
- }
 
 
 
 
 
2231
 
2232
  .fa-hand-holding:before {
2233
- content: "\f4bd";
2234
- }
2235
 
2236
  .fa-hand-holding-heart:before {
2237
- content: "\f4be";
2238
- }
2239
 
2240
  .fa-hand-holding-usd:before {
2241
- content: "\f4c0";
2242
- }
2243
 
2244
  .fa-hand-lizard:before {
2245
- content: "\f258";
2246
- }
2247
 
2248
  .fa-hand-paper:before {
2249
- content: "\f256";
2250
- }
2251
 
2252
  .fa-hand-peace:before {
2253
- content: "\f25b";
2254
- }
2255
 
2256
  .fa-hand-point-down:before {
2257
- content: "\f0a7";
2258
- }
2259
 
2260
  .fa-hand-point-left:before {
2261
- content: "\f0a5";
2262
- }
2263
 
2264
  .fa-hand-point-right:before {
2265
- content: "\f0a4";
2266
- }
2267
 
2268
  .fa-hand-point-up:before {
2269
- content: "\f0a6";
2270
- }
2271
 
2272
  .fa-hand-pointer:before {
2273
- content: "\f25a";
2274
- }
2275
 
2276
  .fa-hand-rock:before {
2277
- content: "\f255";
2278
- }
2279
 
2280
  .fa-hand-scissors:before {
2281
- content: "\f257";
2282
- }
2283
 
2284
  .fa-hand-spock:before {
2285
- content: "\f259";
2286
- }
2287
 
2288
  .fa-hands:before {
2289
- content: "\f4c2";
2290
- }
2291
 
2292
  .fa-hands-helping:before {
2293
- content: "\f4c4";
2294
- }
2295
 
2296
  .fa-handshake:before {
2297
- content: "\f2b5";
2298
- }
 
 
2299
 
2300
  .fa-hashtag:before {
2301
- content: "\f292";
2302
- }
 
 
 
 
 
2303
 
2304
  .fa-hdd:before {
2305
- content: "\f0a0";
2306
- }
2307
 
2308
  .fa-heading:before {
2309
- content: "\f1dc";
2310
- }
2311
 
2312
  .fa-headphones:before {
2313
- content: "\f025";
2314
- }
2315
 
2316
  .fa-headphones-alt:before {
2317
- content: "\f58f";
2318
- }
2319
 
2320
  .fa-headset:before {
2321
- content: "\f590";
2322
- }
2323
 
2324
  .fa-heart:before {
2325
- content: "\f004";
2326
- }
2327
 
2328
  .fa-heartbeat:before {
2329
- content: "\f21e";
2330
- }
2331
 
2332
  .fa-helicopter:before {
2333
- content: "\f533";
2334
- }
2335
 
2336
  .fa-highlighter:before {
2337
- content: "\f591";
2338
- }
 
 
 
 
 
2339
 
2340
  .fa-hips:before {
2341
- content: "\f452";
2342
- }
2343
 
2344
  .fa-hire-a-helper:before {
2345
- content: "\f3b0";
2346
- }
2347
 
2348
  .fa-history:before {
2349
- content: "\f1da";
2350
- }
2351
 
2352
  .fa-hockey-puck:before {
2353
- content: "\f453";
2354
- }
2355
 
2356
  .fa-home:before {
2357
- content: "\f015";
2358
- }
2359
 
2360
  .fa-hooli:before {
2361
- content: "\f427";
2362
- }
2363
 
2364
  .fa-hornbill:before {
2365
- content: "\f592";
2366
- }
 
 
2367
 
2368
  .fa-hospital:before {
2369
- content: "\f0f8";
2370
- }
2371
 
2372
  .fa-hospital-alt:before {
2373
- content: "\f47d";
2374
- }
2375
 
2376
  .fa-hospital-symbol:before {
2377
- content: "\f47e";
2378
- }
2379
 
2380
  .fa-hot-tub:before {
2381
- content: "\f593";
2382
- }
2383
 
2384
  .fa-hotel:before {
2385
- content: "\f594";
2386
- }
2387
 
2388
  .fa-hotjar:before {
2389
- content: "\f3b1";
2390
- }
2391
 
2392
  .fa-hourglass:before {
2393
- content: "\f254";
2394
- }
2395
 
2396
  .fa-hourglass-end:before {
2397
- content: "\f253";
2398
- }
2399
 
2400
  .fa-hourglass-half:before {
2401
- content: "\f252";
2402
- }
2403
 
2404
  .fa-hourglass-start:before {
2405
- content: "\f251";
2406
- }
 
 
2407
 
2408
  .fa-houzz:before {
2409
- content: "\f27c";
2410
- }
 
 
2411
 
2412
  .fa-html5:before {
2413
- content: "\f13b";
2414
- }
2415
 
2416
  .fa-hubspot:before {
2417
- content: "\f3b2";
2418
- }
2419
 
2420
  .fa-i-cursor:before {
2421
- content: "\f246";
2422
- }
2423
 
2424
  .fa-id-badge:before {
2425
- content: "\f2c1";
2426
- }
2427
 
2428
  .fa-id-card:before {
2429
- content: "\f2c2";
2430
- }
2431
 
2432
  .fa-id-card-alt:before {
2433
- content: "\f47f";
2434
- }
2435
 
2436
  .fa-image:before {
2437
- content: "\f03e";
2438
- }
2439
 
2440
  .fa-images:before {
2441
- content: "\f302";
2442
- }
2443
 
2444
  .fa-imdb:before {
2445
- content: "\f2d8";
2446
- }
2447
 
2448
  .fa-inbox:before {
2449
- content: "\f01c";
2450
- }
2451
 
2452
  .fa-indent:before {
2453
- content: "\f03c";
2454
- }
2455
 
2456
  .fa-industry:before {
2457
- content: "\f275";
2458
- }
2459
 
2460
  .fa-infinity:before {
2461
- content: "\f534";
2462
- }
2463
 
2464
  .fa-info:before {
2465
- content: "\f129";
2466
- }
2467
 
2468
  .fa-info-circle:before {
2469
- content: "\f05a";
2470
- }
2471
 
2472
  .fa-instagram:before {
2473
- content: "\f16d";
2474
- }
2475
 
2476
  .fa-internet-explorer:before {
2477
- content: "\f26b";
2478
- }
2479
 
2480
  .fa-ioxhost:before {
2481
- content: "\f208";
2482
- }
2483
 
2484
  .fa-italic:before {
2485
- content: "\f033";
2486
- }
2487
 
2488
  .fa-itunes:before {
2489
- content: "\f3b4";
2490
- }
2491
 
2492
  .fa-itunes-note:before {
2493
- content: "\f3b5";
2494
- }
2495
 
2496
  .fa-java:before {
2497
- content: "\f4e4";
2498
- }
 
 
2499
 
2500
  .fa-jedi-order:before {
2501
- content: "\f50e";
2502
- }
2503
 
2504
  .fa-jenkins:before {
2505
- content: "\f3b6";
2506
- }
2507
 
2508
  .fa-joget:before {
2509
- content: "\f3b7";
2510
- }
2511
 
2512
  .fa-joint:before {
2513
- content: "\f595";
2514
- }
2515
 
2516
  .fa-joomla:before {
2517
- content: "\f1aa";
2518
- }
 
 
2519
 
2520
  .fa-js:before {
2521
- content: "\f3b8";
2522
- }
2523
 
2524
  .fa-js-square:before {
2525
- content: "\f3b9";
2526
- }
2527
 
2528
  .fa-jsfiddle:before {
2529
- content: "\f1cc";
2530
- }
 
 
2531
 
2532
  .fa-kaggle:before {
2533
- content: "\f5fa";
2534
- }
2535
 
2536
  .fa-key:before {
2537
- content: "\f084";
2538
- }
2539
 
2540
  .fa-keybase:before {
2541
- content: "\f4f5";
2542
- }
2543
 
2544
  .fa-keyboard:before {
2545
- content: "\f11c";
2546
- }
2547
 
2548
  .fa-keycdn:before {
2549
- content: "\f3ba";
2550
- }
 
 
2551
 
2552
  .fa-kickstarter:before {
2553
- content: "\f3bb";
2554
- }
2555
 
2556
  .fa-kickstarter-k:before {
2557
- content: "\f3bc";
2558
- }
2559
 
2560
  .fa-kiss:before {
2561
- content: "\f596";
2562
- }
2563
 
2564
  .fa-kiss-beam:before {
2565
- content: "\f597";
2566
- }
2567
 
2568
  .fa-kiss-wink-heart:before {
2569
- content: "\f598";
2570
- }
2571
 
2572
  .fa-kiwi-bird:before {
2573
- content: "\f535";
2574
- }
2575
 
2576
  .fa-korvue:before {
2577
- content: "\f42f";
2578
- }
 
 
2579
 
2580
  .fa-language:before {
2581
- content: "\f1ab";
2582
- }
2583
 
2584
  .fa-laptop:before {
2585
- content: "\f109";
2586
- }
2587
 
2588
  .fa-laptop-code:before {
2589
- content: "\f5fc";
2590
- }
2591
 
2592
  .fa-laravel:before {
2593
- content: "\f3bd";
2594
- }
2595
 
2596
  .fa-lastfm:before {
2597
- content: "\f202";
2598
- }
2599
 
2600
  .fa-lastfm-square:before {
2601
- content: "\f203";
2602
- }
2603
 
2604
  .fa-laugh:before {
2605
- content: "\f599";
2606
- }
2607
 
2608
  .fa-laugh-beam:before {
2609
- content: "\f59a";
2610
- }
2611
 
2612
  .fa-laugh-squint:before {
2613
- content: "\f59b";
2614
- }
2615
 
2616
  .fa-laugh-wink:before {
2617
- content: "\f59c";
2618
- }
2619
 
2620
  .fa-layer-group:before {
2621
- content: "\f5fd";
2622
- }
2623
 
2624
  .fa-leaf:before {
2625
- content: "\f06c";
2626
- }
2627
 
2628
  .fa-leanpub:before {
2629
- content: "\f212";
2630
- }
2631
 
2632
  .fa-lemon:before {
2633
- content: "\f094";
2634
- }
2635
 
2636
  .fa-less:before {
2637
- content: "\f41d";
2638
- }
2639
 
2640
  .fa-less-than:before {
2641
- content: "\f536";
2642
- }
2643
 
2644
  .fa-less-than-equal:before {
2645
- content: "\f537";
2646
- }
2647
 
2648
  .fa-level-down-alt:before {
2649
- content: "\f3be";
2650
- }
2651
 
2652
  .fa-level-up-alt:before {
2653
- content: "\f3bf";
2654
- }
2655
 
2656
  .fa-life-ring:before {
2657
- content: "\f1cd";
2658
- }
2659
 
2660
  .fa-lightbulb:before {
2661
- content: "\f0eb";
2662
- }
2663
 
2664
  .fa-line:before {
2665
- content: "\f3c0";
2666
- }
2667
 
2668
  .fa-link:before {
2669
- content: "\f0c1";
2670
- }
2671
 
2672
  .fa-linkedin:before {
2673
- content: "\f08c";
2674
- }
2675
 
2676
  .fa-linkedin-in:before {
2677
- content: "\f0e1";
2678
- }
2679
 
2680
  .fa-linode:before {
2681
- content: "\f2b8";
2682
- }
2683
 
2684
  .fa-linux:before {
2685
- content: "\f17c";
2686
- }
2687
 
2688
  .fa-lira-sign:before {
2689
- content: "\f195";
2690
- }
2691
 
2692
  .fa-list:before {
2693
- content: "\f03a";
2694
- }
2695
 
2696
  .fa-list-alt:before {
2697
- content: "\f022";
2698
- }
2699
 
2700
  .fa-list-ol:before {
2701
- content: "\f0cb";
2702
- }
2703
 
2704
  .fa-list-ul:before {
2705
- content: "\f0ca";
2706
- }
2707
 
2708
  .fa-location-arrow:before {
2709
- content: "\f124";
2710
- }
2711
 
2712
  .fa-lock:before {
2713
- content: "\f023";
2714
- }
2715
 
2716
  .fa-lock-open:before {
2717
- content: "\f3c1";
2718
- }
2719
 
2720
  .fa-long-arrow-alt-down:before {
2721
- content: "\f309";
2722
- }
2723
 
2724
  .fa-long-arrow-alt-left:before {
2725
- content: "\f30a";
2726
- }
2727
 
2728
  .fa-long-arrow-alt-right:before {
2729
- content: "\f30b";
2730
- }
2731
 
2732
  .fa-long-arrow-alt-up:before {
2733
- content: "\f30c";
2734
- }
2735
 
2736
  .fa-low-vision:before {
2737
- content: "\f2a8";
2738
- }
2739
 
2740
  .fa-luggage-cart:before {
2741
- content: "\f59d";
2742
- }
2743
 
2744
  .fa-lyft:before {
2745
- content: "\f3c3";
2746
- }
2747
 
2748
  .fa-magento:before {
2749
- content: "\f3c4";
2750
- }
2751
 
2752
  .fa-magic:before {
2753
- content: "\f0d0";
2754
- }
2755
 
2756
  .fa-magnet:before {
2757
- content: "\f076";
2758
- }
 
 
2759
 
2760
  .fa-mailchimp:before {
2761
- content: "\f59e";
2762
- }
2763
 
2764
  .fa-male:before {
2765
- content: "\f183";
2766
- }
2767
 
2768
  .fa-mandalorian:before {
2769
- content: "\f50f";
2770
- }
2771
 
2772
  .fa-map:before {
2773
- content: "\f279";
2774
- }
2775
 
2776
  .fa-map-marked:before {
2777
- content: "\f59f";
2778
- }
2779
 
2780
  .fa-map-marked-alt:before {
2781
- content: "\f5a0";
2782
- }
2783
 
2784
  .fa-map-marker:before {
2785
- content: "\f041";
2786
- }
2787
 
2788
  .fa-map-marker-alt:before {
2789
- content: "\f3c5";
2790
- }
2791
 
2792
  .fa-map-pin:before {
2793
- content: "\f276";
2794
- }
2795
 
2796
  .fa-map-signs:before {
2797
- content: "\f277";
2798
- }
2799
 
2800
  .fa-markdown:before {
2801
- content: "\f60f";
2802
- }
2803
 
2804
  .fa-marker:before {
2805
- content: "\f5a1";
2806
- }
2807
 
2808
  .fa-mars:before {
2809
- content: "\f222";
2810
- }
2811
 
2812
  .fa-mars-double:before {
2813
- content: "\f227";
2814
- }
2815
 
2816
  .fa-mars-stroke:before {
2817
- content: "\f229";
2818
- }
2819
 
2820
  .fa-mars-stroke-h:before {
2821
- content: "\f22b";
2822
- }
2823
 
2824
  .fa-mars-stroke-v:before {
2825
- content: "\f22a";
2826
- }
 
 
2827
 
2828
  .fa-mastodon:before {
2829
- content: "\f4f6";
2830
- }
2831
 
2832
  .fa-maxcdn:before {
2833
- content: "\f136";
2834
- }
2835
 
2836
  .fa-medal:before {
2837
- content: "\f5a2";
2838
- }
2839
 
2840
  .fa-medapps:before {
2841
- content: "\f3c6";
2842
- }
2843
 
2844
  .fa-medium:before {
2845
- content: "\f23a";
2846
- }
2847
 
2848
  .fa-medium-m:before {
2849
- content: "\f3c7";
2850
- }
2851
 
2852
  .fa-medkit:before {
2853
- content: "\f0fa";
2854
- }
2855
 
2856
  .fa-medrt:before {
2857
- content: "\f3c8";
2858
- }
2859
 
2860
  .fa-meetup:before {
2861
- content: "\f2e0";
2862
- }
2863
 
2864
  .fa-megaport:before {
2865
- content: "\f5a3";
2866
- }
2867
 
2868
  .fa-meh:before {
2869
- content: "\f11a";
2870
- }
2871
 
2872
  .fa-meh-blank:before {
2873
- content: "\f5a4";
2874
- }
2875
 
2876
  .fa-meh-rolling-eyes:before {
2877
- content: "\f5a5";
2878
- }
2879
 
2880
  .fa-memory:before {
2881
- content: "\f538";
2882
- }
 
 
2883
 
2884
  .fa-mercury:before {
2885
- content: "\f223";
2886
- }
 
 
2887
 
2888
  .fa-microchip:before {
2889
- content: "\f2db";
2890
- }
2891
 
2892
  .fa-microphone:before {
2893
- content: "\f130";
2894
- }
2895
 
2896
  .fa-microphone-alt:before {
2897
- content: "\f3c9";
2898
- }
2899
 
2900
  .fa-microphone-alt-slash:before {
2901
- content: "\f539";
2902
- }
2903
 
2904
  .fa-microphone-slash:before {
2905
- content: "\f131";
2906
- }
2907
 
2908
  .fa-microscope:before {
2909
- content: "\f610";
2910
- }
2911
 
2912
  .fa-microsoft:before {
2913
- content: "\f3ca";
2914
- }
2915
 
2916
  .fa-minus:before {
2917
- content: "\f068";
2918
- }
2919
 
2920
  .fa-minus-circle:before {
2921
- content: "\f056";
2922
- }
2923
 
2924
  .fa-minus-square:before {
2925
- content: "\f146";
2926
- }
2927
 
2928
  .fa-mix:before {
2929
- content: "\f3cb";
2930
- }
2931
 
2932
  .fa-mixcloud:before {
2933
- content: "\f289";
2934
- }
2935
 
2936
  .fa-mizuni:before {
2937
- content: "\f3cc";
2938
- }
2939
 
2940
  .fa-mobile:before {
2941
- content: "\f10b";
2942
- }
2943
 
2944
  .fa-mobile-alt:before {
2945
- content: "\f3cd";
2946
- }
2947
 
2948
  .fa-modx:before {
2949
- content: "\f285";
2950
- }
2951
 
2952
  .fa-monero:before {
2953
- content: "\f3d0";
2954
- }
2955
 
2956
  .fa-money-bill:before {
2957
- content: "\f0d6";
2958
- }
2959
 
2960
  .fa-money-bill-alt:before {
2961
- content: "\f3d1";
2962
- }
2963
 
2964
  .fa-money-bill-wave:before {
2965
- content: "\f53a";
2966
- }
2967
 
2968
  .fa-money-bill-wave-alt:before {
2969
- content: "\f53b";
2970
- }
2971
 
2972
  .fa-money-check:before {
2973
- content: "\f53c";
2974
- }
2975
 
2976
  .fa-money-check-alt:before {
2977
- content: "\f53d";
2978
- }
2979
 
2980
  .fa-monument:before {
2981
- content: "\f5a6";
2982
- }
2983
 
2984
  .fa-moon:before {
2985
- content: "\f186";
2986
- }
2987
 
2988
  .fa-mortar-pestle:before {
2989
- content: "\f5a7";
2990
- }
 
 
2991
 
2992
  .fa-motorcycle:before {
2993
- content: "\f21c";
2994
- }
 
 
2995
 
2996
  .fa-mouse-pointer:before {
2997
- content: "\f245";
2998
- }
2999
 
3000
  .fa-music:before {
3001
- content: "\f001";
3002
- }
3003
 
3004
  .fa-napster:before {
3005
- content: "\f3d2";
3006
- }
3007
 
3008
  .fa-neos:before {
3009
- content: "\f612";
3010
- }
 
 
3011
 
3012
  .fa-neuter:before {
3013
- content: "\f22c";
3014
- }
3015
 
3016
  .fa-newspaper:before {
3017
- content: "\f1ea";
3018
- }
3019
 
3020
  .fa-nimblr:before {
3021
- content: "\f5a8";
3022
- }
3023
 
3024
  .fa-nintendo-switch:before {
3025
- content: "\f418";
3026
- }
3027
 
3028
  .fa-node:before {
3029
- content: "\f419";
3030
- }
3031
 
3032
  .fa-node-js:before {
3033
- content: "\f3d3";
3034
- }
3035
 
3036
  .fa-not-equal:before {
3037
- content: "\f53e";
3038
- }
3039
 
3040
  .fa-notes-medical:before {
3041
- content: "\f481";
3042
- }
3043
 
3044
  .fa-npm:before {
3045
- content: "\f3d4";
3046
- }
3047
 
3048
  .fa-ns8:before {
3049
- content: "\f3d5";
3050
- }
3051
 
3052
  .fa-nutritionix:before {
3053
- content: "\f3d6";
3054
- }
3055
 
3056
  .fa-object-group:before {
3057
- content: "\f247";
3058
- }
3059
 
3060
  .fa-object-ungroup:before {
3061
- content: "\f248";
3062
- }
3063
 
3064
  .fa-odnoklassniki:before {
3065
- content: "\f263";
3066
- }
3067
 
3068
  .fa-odnoklassniki-square:before {
3069
- content: "\f264";
3070
- }
3071
 
3072
  .fa-oil-can:before {
3073
- content: "\f613";
3074
- }
3075
 
3076
  .fa-old-republic:before {
3077
- content: "\f510";
3078
- }
 
 
3079
 
3080
  .fa-opencart:before {
3081
- content: "\f23d";
3082
- }
3083
 
3084
  .fa-openid:before {
3085
- content: "\f19b";
3086
- }
3087
 
3088
  .fa-opera:before {
3089
- content: "\f26a";
3090
- }
3091
 
3092
  .fa-optin-monster:before {
3093
- content: "\f23c";
3094
- }
3095
 
3096
  .fa-osi:before {
3097
- content: "\f41a";
3098
- }
 
 
3099
 
3100
  .fa-outdent:before {
3101
- content: "\f03b";
3102
- }
3103
 
3104
  .fa-page4:before {
3105
- content: "\f3d7";
3106
- }
3107
 
3108
  .fa-pagelines:before {
3109
- content: "\f18c";
3110
- }
3111
 
3112
  .fa-paint-brush:before {
3113
- content: "\f1fc";
3114
- }
3115
 
3116
  .fa-paint-roller:before {
3117
- content: "\f5aa";
3118
- }
3119
 
3120
  .fa-palette:before {
3121
- content: "\f53f";
3122
- }
3123
 
3124
  .fa-palfed:before {
3125
- content: "\f3d8";
3126
- }
3127
 
3128
  .fa-pallet:before {
3129
- content: "\f482";
3130
- }
3131
 
3132
  .fa-paper-plane:before {
3133
- content: "\f1d8";
3134
- }
3135
 
3136
  .fa-paperclip:before {
3137
- content: "\f0c6";
3138
- }
3139
 
3140
  .fa-parachute-box:before {
3141
- content: "\f4cd";
3142
- }
3143
 
3144
  .fa-paragraph:before {
3145
- content: "\f1dd";
3146
- }
3147
 
3148
  .fa-parking:before {
3149
- content: "\f540";
3150
- }
3151
 
3152
  .fa-passport:before {
3153
- content: "\f5ab";
3154
- }
 
 
3155
 
3156
  .fa-paste:before {
3157
- content: "\f0ea";
3158
- }
3159
 
3160
  .fa-patreon:before {
3161
- content: "\f3d9";
3162
- }
3163
 
3164
  .fa-pause:before {
3165
- content: "\f04c";
3166
- }
3167
 
3168
  .fa-pause-circle:before {
3169
- content: "\f28b";
3170
- }
3171
 
3172
  .fa-paw:before {
3173
- content: "\f1b0";
3174
- }
3175
 
3176
  .fa-paypal:before {
3177
- content: "\f1ed";
3178
- }
 
 
3179
 
3180
  .fa-pen:before {
3181
- content: "\f304";
3182
- }
3183
 
3184
  .fa-pen-alt:before {
3185
- content: "\f305";
3186
- }
3187
 
3188
  .fa-pen-fancy:before {
3189
- content: "\f5ac";
3190
- }
3191
 
3192
  .fa-pen-nib:before {
3193
- content: "\f5ad";
3194
- }
3195
 
3196
  .fa-pen-square:before {
3197
- content: "\f14b";
3198
- }
3199
 
3200
  .fa-pencil-alt:before {
3201
- content: "\f303";
3202
- }
3203
 
3204
  .fa-pencil-ruler:before {
3205
- content: "\f5ae";
3206
- }
 
 
3207
 
3208
  .fa-people-carry:before {
3209
- content: "\f4ce";
3210
- }
3211
 
3212
  .fa-percent:before {
3213
- content: "\f295";
3214
- }
3215
 
3216
  .fa-percentage:before {
3217
- content: "\f541";
3218
- }
3219
 
3220
  .fa-periscope:before {
3221
- content: "\f3da";
3222
- }
 
 
3223
 
3224
  .fa-phabricator:before {
3225
- content: "\f3db";
3226
- }
3227
 
3228
  .fa-phoenix-framework:before {
3229
- content: "\f3dc";
3230
- }
3231
 
3232
  .fa-phoenix-squadron:before {
3233
- content: "\f511";
3234
- }
3235
 
3236
  .fa-phone:before {
3237
- content: "\f095";
3238
- }
3239
 
3240
  .fa-phone-slash:before {
3241
- content: "\f3dd";
3242
- }
3243
 
3244
  .fa-phone-square:before {
3245
- content: "\f098";
3246
- }
3247
 
3248
  .fa-phone-volume:before {
3249
- content: "\f2a0";
3250
- }
3251
 
3252
  .fa-php:before {
3253
- content: "\f457";
3254
- }
3255
 
3256
  .fa-pied-piper:before {
3257
- content: "\f2ae";
3258
- }
3259
 
3260
  .fa-pied-piper-alt:before {
3261
- content: "\f1a8";
3262
- }
3263
 
3264
  .fa-pied-piper-hat:before {
3265
- content: "\f4e5";
3266
- }
3267
 
3268
  .fa-pied-piper-pp:before {
3269
- content: "\f1a7";
3270
- }
3271
 
3272
  .fa-piggy-bank:before {
3273
- content: "\f4d3";
3274
- }
3275
 
3276
  .fa-pills:before {
3277
- content: "\f484";
3278
- }
3279
 
3280
  .fa-pinterest:before {
3281
- content: "\f0d2";
3282
- }
3283
 
3284
  .fa-pinterest-p:before {
3285
- content: "\f231";
3286
- }
3287
 
3288
  .fa-pinterest-square:before {
3289
- content: "\f0d3";
3290
- }
 
 
3291
 
3292
  .fa-plane:before {
3293
- content: "\f072";
3294
- }
3295
 
3296
  .fa-plane-arrival:before {
3297
- content: "\f5af";
3298
- }
3299
 
3300
  .fa-plane-departure:before {
3301
- content: "\f5b0";
3302
- }
3303
 
3304
  .fa-play:before {
3305
- content: "\f04b";
3306
- }
3307
 
3308
  .fa-play-circle:before {
3309
- content: "\f144";
3310
- }
3311
 
3312
  .fa-playstation:before {
3313
- content: "\f3df";
3314
- }
3315
 
3316
  .fa-plug:before {
3317
- content: "\f1e6";
3318
- }
3319
 
3320
  .fa-plus:before {
3321
- content: "\f067";
3322
- }
3323
 
3324
  .fa-plus-circle:before {
3325
- content: "\f055";
3326
- }
3327
 
3328
  .fa-plus-square:before {
3329
- content: "\f0fe";
3330
- }
3331
 
3332
  .fa-podcast:before {
3333
- content: "\f2ce";
3334
- }
 
 
 
 
 
3335
 
3336
  .fa-poo:before {
3337
- content: "\f2fe";
3338
- }
 
 
3339
 
3340
  .fa-poop:before {
3341
- content: "\f619";
3342
- }
3343
 
3344
  .fa-portrait:before {
3345
- content: "\f3e0";
3346
- }
3347
 
3348
  .fa-pound-sign:before {
3349
- content: "\f154";
3350
- }
3351
 
3352
  .fa-power-off:before {
3353
- content: "\f011";
3354
- }
 
 
 
 
 
3355
 
3356
  .fa-prescription:before {
3357
- content: "\f5b1";
3358
- }
3359
 
3360
  .fa-prescription-bottle:before {
3361
- content: "\f485";
3362
- }
3363
 
3364
  .fa-prescription-bottle-alt:before {
3365
- content: "\f486";
3366
- }
3367
 
3368
  .fa-print:before {
3369
- content: "\f02f";
3370
- }
3371
 
3372
  .fa-procedures:before {
3373
- content: "\f487";
3374
- }
3375
 
3376
  .fa-product-hunt:before {
3377
- content: "\f288";
3378
- }
3379
 
3380
  .fa-project-diagram:before {
3381
- content: "\f542";
3382
- }
3383
 
3384
  .fa-pushed:before {
3385
- content: "\f3e1";
3386
- }
3387
 
3388
  .fa-puzzle-piece:before {
3389
- content: "\f12e";
3390
- }
3391
 
3392
  .fa-python:before {
3393
- content: "\f3e2";
3394
- }
3395
 
3396
  .fa-qq:before {
3397
- content: "\f1d6";
3398
- }
3399
 
3400
  .fa-qrcode:before {
3401
- content: "\f029";
3402
- }
3403
 
3404
  .fa-question:before {
3405
- content: "\f128";
3406
- }
3407
 
3408
  .fa-question-circle:before {
3409
- content: "\f059";
3410
- }
3411
 
3412
  .fa-quidditch:before {
3413
- content: "\f458";
3414
- }
3415
 
3416
  .fa-quinscape:before {
3417
- content: "\f459";
3418
- }
3419
 
3420
  .fa-quora:before {
3421
- content: "\f2c4";
3422
- }
3423
 
3424
  .fa-quote-left:before {
3425
- content: "\f10d";
3426
- }
3427
 
3428
  .fa-quote-right:before {
3429
- content: "\f10e";
3430
- }
 
 
3431
 
3432
  .fa-r-project:before {
3433
- content: "\f4f7";
3434
- }
 
 
3435
 
3436
  .fa-random:before {
3437
- content: "\f074";
3438
- }
3439
 
3440
  .fa-ravelry:before {
3441
- content: "\f2d9";
3442
- }
3443
 
3444
  .fa-react:before {
3445
- content: "\f41b";
3446
- }
 
 
3447
 
3448
  .fa-readme:before {
3449
- content: "\f4d5";
3450
- }
3451
 
3452
  .fa-rebel:before {
3453
- content: "\f1d0";
3454
- }
3455
 
3456
  .fa-receipt:before {
3457
- content: "\f543";
3458
- }
3459
 
3460
  .fa-recycle:before {
3461
- content: "\f1b8";
3462
- }
3463
 
3464
  .fa-red-river:before {
3465
- content: "\f3e3";
3466
- }
3467
 
3468
  .fa-reddit:before {
3469
- content: "\f1a1";
3470
- }
3471
 
3472
  .fa-reddit-alien:before {
3473
- content: "\f281";
3474
- }
3475
 
3476
  .fa-reddit-square:before {
3477
- content: "\f1a2";
3478
- }
3479
 
3480
  .fa-redo:before {
3481
- content: "\f01e";
3482
- }
3483
 
3484
  .fa-redo-alt:before {
3485
- content: "\f2f9";
3486
- }
3487
 
3488
  .fa-registered:before {
3489
- content: "\f25d";
3490
- }
3491
-
3492
- .fa-rendact:before {
3493
- content: "\f3e4";
3494
- }
3495
 
3496
  .fa-renren:before {
3497
- content: "\f18b";
3498
- }
3499
 
3500
  .fa-reply:before {
3501
- content: "\f3e5";
3502
- }
3503
 
3504
  .fa-reply-all:before {
3505
- content: "\f122";
3506
- }
3507
 
3508
  .fa-replyd:before {
3509
- content: "\f3e6";
3510
- }
 
 
3511
 
3512
  .fa-researchgate:before {
3513
- content: "\f4f8";
3514
- }
3515
 
3516
  .fa-resolving:before {
3517
- content: "\f3e7";
3518
- }
3519
 
3520
  .fa-retweet:before {
3521
- content: "\f079";
3522
- }
3523
 
3524
  .fa-rev:before {
3525
- content: "\f5b2";
3526
- }
3527
 
3528
  .fa-ribbon:before {
3529
- content: "\f4d6";
3530
- }
 
 
3531
 
3532
  .fa-road:before {
3533
- content: "\f018";
3534
- }
3535
 
3536
  .fa-robot:before {
3537
- content: "\f544";
3538
- }
3539
 
3540
  .fa-rocket:before {
3541
- content: "\f135";
3542
- }
3543
 
3544
  .fa-rocketchat:before {
3545
- content: "\f3e8";
3546
- }
3547
 
3548
  .fa-rockrms:before {
3549
- content: "\f3e9";
3550
- }
3551
 
3552
  .fa-route:before {
3553
- content: "\f4d7";
3554
- }
3555
 
3556
  .fa-rss:before {
3557
- content: "\f09e";
3558
- }
3559
 
3560
  .fa-rss-square:before {
3561
- content: "\f143";
3562
- }
3563
 
3564
  .fa-ruble-sign:before {
3565
- content: "\f158";
3566
- }
3567
 
3568
  .fa-ruler:before {
3569
- content: "\f545";
3570
- }
3571
 
3572
  .fa-ruler-combined:before {
3573
- content: "\f546";
3574
- }
3575
 
3576
  .fa-ruler-horizontal:before {
3577
- content: "\f547";
3578
- }
3579
 
3580
  .fa-ruler-vertical:before {
3581
- content: "\f548";
3582
- }
 
 
3583
 
3584
  .fa-rupee-sign:before {
3585
- content: "\f156";
3586
- }
3587
 
3588
  .fa-sad-cry:before {
3589
- content: "\f5b3";
3590
- }
3591
 
3592
  .fa-sad-tear:before {
3593
- content: "\f5b4";
3594
- }
3595
 
3596
  .fa-safari:before {
3597
- content: "\f267";
3598
- }
3599
 
3600
  .fa-sass:before {
3601
- content: "\f41e";
3602
- }
3603
 
3604
  .fa-save:before {
3605
- content: "\f0c7";
3606
- }
3607
 
3608
  .fa-schlix:before {
3609
- content: "\f3ea";
3610
- }
3611
 
3612
  .fa-school:before {
3613
- content: "\f549";
3614
- }
3615
 
3616
  .fa-screwdriver:before {
3617
- content: "\f54a";
3618
- }
3619
 
3620
  .fa-scribd:before {
3621
- content: "\f28a";
3622
- }
 
 
3623
 
3624
  .fa-search:before {
3625
- content: "\f002";
3626
- }
 
 
 
 
 
3627
 
3628
  .fa-search-minus:before {
3629
- content: "\f010";
3630
- }
3631
 
3632
  .fa-search-plus:before {
3633
- content: "\f00e";
3634
- }
3635
 
3636
  .fa-searchengin:before {
3637
- content: "\f3eb";
3638
- }
3639
 
3640
  .fa-seedling:before {
3641
- content: "\f4d8";
3642
- }
3643
 
3644
  .fa-sellcast:before {
3645
- content: "\f2da";
3646
- }
3647
 
3648
  .fa-sellsy:before {
3649
- content: "\f213";
3650
- }
3651
 
3652
  .fa-server:before {
3653
- content: "\f233";
3654
- }
3655
 
3656
  .fa-servicestack:before {
3657
- content: "\f3ec";
3658
- }
3659
 
3660
  .fa-shapes:before {
3661
- content: "\f61f";
3662
- }
3663
 
3664
  .fa-share:before {
3665
- content: "\f064";
3666
- }
3667
 
3668
  .fa-share-alt:before {
3669
- content: "\f1e0";
3670
- }
3671
 
3672
  .fa-share-alt-square:before {
3673
- content: "\f1e1";
3674
- }
3675
 
3676
  .fa-share-square:before {
3677
- content: "\f14d";
3678
- }
3679
 
3680
  .fa-shekel-sign:before {
3681
- content: "\f20b";
3682
- }
3683
 
3684
  .fa-shield-alt:before {
3685
- content: "\f3ed";
3686
- }
3687
 
3688
  .fa-ship:before {
3689
- content: "\f21a";
3690
- }
3691
 
3692
  .fa-shipping-fast:before {
3693
- content: "\f48b";
3694
- }
3695
 
3696
  .fa-shirtsinbulk:before {
3697
- content: "\f214";
3698
- }
3699
 
3700
  .fa-shoe-prints:before {
3701
- content: "\f54b";
3702
- }
3703
 
3704
  .fa-shopping-bag:before {
3705
- content: "\f290";
3706
- }
3707
 
3708
  .fa-shopping-basket:before {
3709
- content: "\f291";
3710
- }
3711
 
3712
  .fa-shopping-cart:before {
3713
- content: "\f07a";
3714
- }
3715
 
3716
  .fa-shopware:before {
3717
- content: "\f5b5";
3718
- }
3719
 
3720
  .fa-shower:before {
3721
- content: "\f2cc";
3722
- }
3723
 
3724
  .fa-shuttle-van:before {
3725
- content: "\f5b6";
3726
- }
3727
 
3728
  .fa-sign:before {
3729
- content: "\f4d9";
3730
- }
3731
 
3732
  .fa-sign-in-alt:before {
3733
- content: "\f2f6";
3734
- }
3735
 
3736
  .fa-sign-language:before {
3737
- content: "\f2a7";
3738
- }
3739
 
3740
  .fa-sign-out-alt:before {
3741
- content: "\f2f5";
3742
- }
3743
 
3744
  .fa-signal:before {
3745
- content: "\f012";
3746
- }
3747
 
3748
  .fa-signature:before {
3749
- content: "\f5b7";
3750
- }
3751
 
3752
  .fa-simplybuilt:before {
3753
- content: "\f215";
3754
- }
3755
 
3756
  .fa-sistrix:before {
3757
- content: "\f3ee";
3758
- }
3759
 
3760
  .fa-sitemap:before {
3761
- content: "\f0e8";
3762
- }
3763
 
3764
  .fa-sith:before {
3765
- content: "\f512";
3766
- }
3767
 
3768
  .fa-skull:before {
3769
- content: "\f54c";
3770
- }
 
 
3771
 
3772
  .fa-skyatlas:before {
3773
- content: "\f216";
3774
- }
3775
 
3776
  .fa-skype:before {
3777
- content: "\f17e";
3778
- }
3779
 
3780
  .fa-slack:before {
3781
- content: "\f198";
3782
- }
3783
 
3784
  .fa-slack-hash:before {
3785
- content: "\f3ef";
3786
- }
 
 
3787
 
3788
  .fa-sliders-h:before {
3789
- content: "\f1de";
3790
- }
3791
 
3792
  .fa-slideshare:before {
3793
- content: "\f1e7";
3794
- }
3795
 
3796
  .fa-smile:before {
3797
- content: "\f118";
3798
- }
3799
 
3800
  .fa-smile-beam:before {
3801
- content: "\f5b8";
3802
- }
3803
 
3804
  .fa-smile-wink:before {
3805
- content: "\f4da";
3806
- }
 
 
3807
 
3808
  .fa-smoking:before {
3809
- content: "\f48d";
3810
- }
3811
 
3812
  .fa-smoking-ban:before {
3813
- content: "\f54d";
3814
- }
3815
 
3816
  .fa-snapchat:before {
3817
- content: "\f2ab";
3818
- }
3819
 
3820
  .fa-snapchat-ghost:before {
3821
- content: "\f2ac";
3822
- }
3823
 
3824
  .fa-snapchat-square:before {
3825
- content: "\f2ad";
3826
- }
3827
 
3828
  .fa-snowflake:before {
3829
- content: "\f2dc";
3830
- }
 
 
3831
 
3832
  .fa-solar-panel:before {
3833
- content: "\f5ba";
3834
- }
3835
 
3836
  .fa-sort:before {
3837
- content: "\f0dc";
3838
- }
3839
 
3840
  .fa-sort-alpha-down:before {
3841
- content: "\f15d";
3842
- }
3843
 
3844
  .fa-sort-alpha-up:before {
3845
- content: "\f15e";
3846
- }
3847
 
3848
  .fa-sort-amount-down:before {
3849
- content: "\f160";
3850
- }
3851
 
3852
  .fa-sort-amount-up:before {
3853
- content: "\f161";
3854
- }
3855
 
3856
  .fa-sort-down:before {
3857
- content: "\f0dd";
3858
- }
3859
 
3860
  .fa-sort-numeric-down:before {
3861
- content: "\f162";
3862
- }
3863
 
3864
  .fa-sort-numeric-up:before {
3865
- content: "\f163";
3866
- }
3867
 
3868
  .fa-sort-up:before {
3869
- content: "\f0de";
3870
- }
3871
 
3872
  .fa-soundcloud:before {
3873
- content: "\f1be";
3874
- }
3875
 
3876
  .fa-spa:before {
3877
- content: "\f5bb";
3878
- }
3879
 
3880
  .fa-space-shuttle:before {
3881
- content: "\f197";
3882
- }
3883
 
3884
  .fa-speakap:before {
3885
- content: "\f3f3";
3886
- }
 
 
3887
 
3888
  .fa-spinner:before {
3889
- content: "\f110";
3890
- }
3891
 
3892
  .fa-splotch:before {
3893
- content: "\f5bc";
3894
- }
3895
 
3896
  .fa-spotify:before {
3897
- content: "\f1bc";
3898
- }
3899
 
3900
  .fa-spray-can:before {
3901
- content: "\f5bd";
3902
- }
3903
 
3904
  .fa-square:before {
3905
- content: "\f0c8";
3906
- }
3907
 
3908
  .fa-square-full:before {
3909
- content: "\f45c";
3910
- }
 
 
3911
 
3912
  .fa-squarespace:before {
3913
- content: "\f5be";
3914
- }
3915
 
3916
  .fa-stack-exchange:before {
3917
- content: "\f18d";
3918
- }
3919
 
3920
  .fa-stack-overflow:before {
3921
- content: "\f16c";
3922
- }
3923
 
3924
  .fa-stamp:before {
3925
- content: "\f5bf";
3926
- }
3927
 
3928
  .fa-star:before {
3929
- content: "\f005";
3930
- }
 
 
3931
 
3932
  .fa-star-half:before {
3933
- content: "\f089";
3934
- }
3935
 
3936
  .fa-star-half-alt:before {
3937
- content: "\f5c0";
3938
- }
 
 
3939
 
3940
  .fa-star-of-life:before {
3941
- content: "\f621";
3942
- }
3943
 
3944
  .fa-staylinked:before {
3945
- content: "\f3f5";
3946
- }
3947
 
3948
  .fa-steam:before {
3949
- content: "\f1b6";
3950
- }
3951
 
3952
  .fa-steam-square:before {
3953
- content: "\f1b7";
3954
- }
3955
 
3956
  .fa-steam-symbol:before {
3957
- content: "\f3f6";
3958
- }
3959
 
3960
  .fa-step-backward:before {
3961
- content: "\f048";
3962
- }
3963
 
3964
  .fa-step-forward:before {
3965
- content: "\f051";
3966
- }
3967
 
3968
  .fa-stethoscope:before {
3969
- content: "\f0f1";
3970
- }
3971
 
3972
  .fa-sticker-mule:before {
3973
- content: "\f3f7";
3974
- }
3975
 
3976
  .fa-sticky-note:before {
3977
- content: "\f249";
3978
- }
3979
 
3980
  .fa-stop:before {
3981
- content: "\f04d";
3982
- }
3983
 
3984
  .fa-stop-circle:before {
3985
- content: "\f28d";
3986
- }
3987
 
3988
  .fa-stopwatch:before {
3989
- content: "\f2f2";
3990
- }
3991
 
3992
  .fa-store:before {
3993
- content: "\f54e";
3994
- }
3995
 
3996
  .fa-store-alt:before {
3997
- content: "\f54f";
3998
- }
3999
 
4000
  .fa-strava:before {
4001
- content: "\f428";
4002
- }
4003
 
4004
  .fa-stream:before {
4005
- content: "\f550";
4006
- }
4007
 
4008
  .fa-street-view:before {
4009
- content: "\f21d";
4010
- }
4011
 
4012
  .fa-strikethrough:before {
4013
- content: "\f0cc";
4014
- }
4015
 
4016
  .fa-stripe:before {
4017
- content: "\f429";
4018
- }
4019
 
4020
  .fa-stripe-s:before {
4021
- content: "\f42a";
4022
- }
4023
 
4024
  .fa-stroopwafel:before {
4025
- content: "\f551";
4026
- }
4027
 
4028
  .fa-studiovinari:before {
4029
- content: "\f3f8";
4030
- }
4031
 
4032
  .fa-stumbleupon:before {
4033
- content: "\f1a4";
4034
- }
4035
 
4036
  .fa-stumbleupon-circle:before {
4037
- content: "\f1a3";
4038
- }
4039
 
4040
  .fa-subscript:before {
4041
- content: "\f12c";
4042
- }
4043
 
4044
  .fa-subway:before {
4045
- content: "\f239";
4046
- }
4047
 
4048
  .fa-suitcase:before {
4049
- content: "\f0f2";
4050
- }
4051
 
4052
  .fa-suitcase-rolling:before {
4053
- content: "\f5c1";
4054
- }
4055
 
4056
  .fa-sun:before {
4057
- content: "\f185";
4058
- }
4059
 
4060
  .fa-superpowers:before {
4061
- content: "\f2dd";
4062
- }
4063
 
4064
  .fa-superscript:before {
4065
- content: "\f12b";
4066
- }
4067
 
4068
  .fa-supple:before {
4069
- content: "\f3f9";
4070
- }
4071
 
4072
  .fa-surprise:before {
4073
- content: "\f5c2";
4074
- }
4075
 
4076
  .fa-swatchbook:before {
4077
- content: "\f5c3";
4078
- }
4079
 
4080
  .fa-swimmer:before {
4081
- content: "\f5c4";
4082
- }
4083
 
4084
  .fa-swimming-pool:before {
4085
- content: "\f5c5";
4086
- }
 
 
4087
 
4088
  .fa-sync:before {
4089
- content: "\f021";
4090
- }
4091
 
4092
  .fa-sync-alt:before {
4093
- content: "\f2f1";
4094
- }
4095
 
4096
  .fa-syringe:before {
4097
- content: "\f48e";
4098
- }
4099
 
4100
  .fa-table:before {
4101
- content: "\f0ce";
4102
- }
4103
 
4104
  .fa-table-tennis:before {
4105
- content: "\f45d";
4106
- }
4107
 
4108
  .fa-tablet:before {
4109
- content: "\f10a";
4110
- }
4111
 
4112
  .fa-tablet-alt:before {
4113
- content: "\f3fa";
4114
- }
4115
 
4116
  .fa-tablets:before {
4117
- content: "\f490";
4118
- }
4119
 
4120
  .fa-tachometer-alt:before {
4121
- content: "\f3fd";
4122
- }
4123
 
4124
  .fa-tag:before {
4125
- content: "\f02b";
4126
- }
4127
 
4128
  .fa-tags:before {
4129
- content: "\f02c";
4130
- }
4131
 
4132
  .fa-tape:before {
4133
- content: "\f4db";
4134
- }
4135
 
4136
  .fa-tasks:before {
4137
- content: "\f0ae";
4138
- }
4139
 
4140
  .fa-taxi:before {
4141
- content: "\f1ba";
4142
- }
4143
 
4144
  .fa-teamspeak:before {
4145
- content: "\f4f9";
4146
- }
4147
 
4148
  .fa-teeth:before {
4149
- content: "\f62e";
4150
- }
4151
 
4152
  .fa-teeth-open:before {
4153
- content: "\f62f";
4154
- }
4155
 
4156
  .fa-telegram:before {
4157
- content: "\f2c6";
4158
- }
4159
 
4160
  .fa-telegram-plane:before {
4161
- content: "\f3fe";
4162
- }
 
 
 
 
 
4163
 
4164
  .fa-tencent-weibo:before {
4165
- content: "\f1d5";
4166
- }
4167
 
4168
  .fa-terminal:before {
4169
- content: "\f120";
4170
- }
4171
 
4172
  .fa-text-height:before {
4173
- content: "\f034";
4174
- }
4175
 
4176
  .fa-text-width:before {
4177
- content: "\f035";
4178
- }
4179
 
4180
  .fa-th:before {
4181
- content: "\f00a";
4182
- }
4183
 
4184
  .fa-th-large:before {
4185
- content: "\f009";
4186
- }
4187
 
4188
  .fa-th-list:before {
4189
- content: "\f00b";
4190
- }
 
 
4191
 
4192
  .fa-theater-masks:before {
4193
- content: "\f630";
4194
- }
4195
 
4196
  .fa-themeco:before {
4197
- content: "\f5c6";
4198
- }
4199
 
4200
  .fa-themeisle:before {
4201
- content: "\f2b2";
4202
- }
4203
 
4204
  .fa-thermometer:before {
4205
- content: "\f491";
4206
- }
4207
 
4208
  .fa-thermometer-empty:before {
4209
- content: "\f2cb";
4210
- }
4211
 
4212
  .fa-thermometer-full:before {
4213
- content: "\f2c7";
4214
- }
4215
 
4216
  .fa-thermometer-half:before {
4217
- content: "\f2c9";
4218
- }
4219
 
4220
  .fa-thermometer-quarter:before {
4221
- content: "\f2ca";
4222
- }
4223
 
4224
  .fa-thermometer-three-quarters:before {
4225
- content: "\f2c8";
4226
- }
 
 
4227
 
4228
  .fa-thumbs-down:before {
4229
- content: "\f165";
4230
- }
4231
 
4232
  .fa-thumbs-up:before {
4233
- content: "\f164";
4234
- }
4235
 
4236
  .fa-thumbtack:before {
4237
- content: "\f08d";
4238
- }
4239
 
4240
  .fa-ticket-alt:before {
4241
- content: "\f3ff";
4242
- }
4243
 
4244
  .fa-times:before {
4245
- content: "\f00d";
4246
- }
4247
 
4248
  .fa-times-circle:before {
4249
- content: "\f057";
4250
- }
4251
 
4252
  .fa-tint:before {
4253
- content: "\f043";
4254
- }
4255
 
4256
  .fa-tint-slash:before {
4257
- content: "\f5c7";
4258
- }
4259
 
4260
  .fa-tired:before {
4261
- content: "\f5c8";
4262
- }
4263
 
4264
  .fa-toggle-off:before {
4265
- content: "\f204";
4266
- }
4267
 
4268
  .fa-toggle-on:before {
4269
- content: "\f205";
4270
- }
 
 
4271
 
4272
  .fa-toolbox:before {
4273
- content: "\f552";
4274
- }
4275
 
4276
  .fa-tooth:before {
4277
- content: "\f5c9";
4278
- }
 
 
 
 
 
 
 
 
4279
 
4280
  .fa-trade-federation:before {
4281
- content: "\f513";
4282
- }
4283
 
4284
  .fa-trademark:before {
4285
- content: "\f25c";
4286
- }
4287
 
4288
  .fa-traffic-light:before {
4289
- content: "\f637";
4290
- }
4291
 
4292
  .fa-train:before {
4293
- content: "\f238";
4294
- }
4295
 
4296
  .fa-transgender:before {
4297
- content: "\f224";
4298
- }
4299
 
4300
  .fa-transgender-alt:before {
4301
- content: "\f225";
4302
- }
4303
 
4304
  .fa-trash:before {
4305
- content: "\f1f8";
4306
- }
4307
 
4308
  .fa-trash-alt:before {
4309
- content: "\f2ed";
4310
- }
4311
 
4312
  .fa-tree:before {
4313
- content: "\f1bb";
4314
- }
4315
 
4316
  .fa-trello:before {
4317
- content: "\f181";
4318
- }
4319
 
4320
  .fa-tripadvisor:before {
4321
- content: "\f262";
4322
- }
4323
 
4324
  .fa-trophy:before {
4325
- content: "\f091";
4326
- }
4327
 
4328
  .fa-truck:before {
4329
- content: "\f0d1";
4330
- }
4331
 
4332
  .fa-truck-loading:before {
4333
- content: "\f4de";
4334
- }
4335
 
4336
  .fa-truck-monster:before {
4337
- content: "\f63b";
4338
- }
4339
 
4340
  .fa-truck-moving:before {
4341
- content: "\f4df";
4342
- }
4343
 
4344
  .fa-truck-pickup:before {
4345
- content: "\f63c";
4346
- }
4347
 
4348
  .fa-tshirt:before {
4349
- content: "\f553";
4350
- }
4351
 
4352
  .fa-tty:before {
4353
- content: "\f1e4";
4354
- }
4355
 
4356
  .fa-tumblr:before {
4357
- content: "\f173";
4358
- }
4359
 
4360
  .fa-tumblr-square:before {
4361
- content: "\f174";
4362
- }
4363
 
4364
  .fa-tv:before {
4365
- content: "\f26c";
4366
- }
4367
 
4368
  .fa-twitch:before {
4369
- content: "\f1e8";
4370
- }
4371
 
4372
  .fa-twitter:before {
4373
- content: "\f099";
4374
- }
4375
 
4376
  .fa-twitter-square:before {
4377
- content: "\f081";
4378
- }
4379
 
4380
  .fa-typo3:before {
4381
- content: "\f42b";
4382
- }
4383
 
4384
  .fa-uber:before {
4385
- content: "\f402";
4386
- }
4387
 
4388
  .fa-uikit:before {
4389
- content: "\f403";
4390
- }
4391
 
4392
  .fa-umbrella:before {
4393
- content: "\f0e9";
4394
- }
4395
 
4396
  .fa-umbrella-beach:before {
4397
- content: "\f5ca";
4398
- }
4399
 
4400
  .fa-underline:before {
4401
- content: "\f0cd";
4402
- }
4403
 
4404
  .fa-undo:before {
4405
- content: "\f0e2";
4406
- }
4407
 
4408
  .fa-undo-alt:before {
4409
- content: "\f2ea";
4410
- }
4411
 
4412
  .fa-uniregistry:before {
4413
- content: "\f404";
4414
- }
4415
 
4416
  .fa-universal-access:before {
4417
- content: "\f29a";
4418
- }
4419
 
4420
  .fa-university:before {
4421
- content: "\f19c";
4422
- }
4423
 
4424
  .fa-unlink:before {
4425
- content: "\f127";
4426
- }
4427
 
4428
  .fa-unlock:before {
4429
- content: "\f09c";
4430
- }
4431
 
4432
  .fa-unlock-alt:before {
4433
- content: "\f13e";
4434
- }
4435
 
4436
  .fa-untappd:before {
4437
- content: "\f405";
4438
- }
4439
 
4440
  .fa-upload:before {
4441
- content: "\f093";
4442
- }
4443
 
4444
  .fa-usb:before {
4445
- content: "\f287";
4446
- }
4447
 
4448
  .fa-user:before {
4449
- content: "\f007";
4450
- }
4451
 
4452
  .fa-user-alt:before {
4453
- content: "\f406";
4454
- }
4455
 
4456
  .fa-user-alt-slash:before {
4457
- content: "\f4fa";
4458
- }
4459
 
4460
  .fa-user-astronaut:before {
4461
- content: "\f4fb";
4462
- }
4463
 
4464
  .fa-user-check:before {
4465
- content: "\f4fc";
4466
- }
4467
 
4468
  .fa-user-circle:before {
4469
- content: "\f2bd";
4470
- }
4471
 
4472
  .fa-user-clock:before {
4473
- content: "\f4fd";
4474
- }
4475
 
4476
  .fa-user-cog:before {
4477
- content: "\f4fe";
4478
- }
4479
 
4480
  .fa-user-edit:before {
4481
- content: "\f4ff";
4482
- }
4483
 
4484
  .fa-user-friends:before {
4485
- content: "\f500";
4486
- }
4487
 
4488
  .fa-user-graduate:before {
4489
- content: "\f501";
4490
- }
 
 
4491
 
4492
  .fa-user-lock:before {
4493
- content: "\f502";
4494
- }
4495
 
4496
  .fa-user-md:before {
4497
- content: "\f0f0";
4498
- }
4499
 
4500
  .fa-user-minus:before {
4501
- content: "\f503";
4502
- }
4503
 
4504
  .fa-user-ninja:before {
4505
- content: "\f504";
4506
- }
4507
 
4508
  .fa-user-plus:before {
4509
- content: "\f234";
4510
- }
4511
 
4512
  .fa-user-secret:before {
4513
- content: "\f21b";
4514
- }
4515
 
4516
  .fa-user-shield:before {
4517
- content: "\f505";
4518
- }
4519
 
4520
  .fa-user-slash:before {
4521
- content: "\f506";
4522
- }
4523
 
4524
  .fa-user-tag:before {
4525
- content: "\f507";
4526
- }
4527
 
4528
  .fa-user-tie:before {
4529
- content: "\f508";
4530
- }
4531
 
4532
  .fa-user-times:before {
4533
- content: "\f235";
4534
- }
4535
 
4536
  .fa-users:before {
4537
- content: "\f0c0";
4538
- }
4539
 
4540
  .fa-users-cog:before {
4541
- content: "\f509";
4542
- }
4543
 
4544
  .fa-ussunnah:before {
4545
- content: "\f407";
4546
- }
4547
 
4548
  .fa-utensil-spoon:before {
4549
- content: "\f2e5";
4550
- }
4551
 
4552
  .fa-utensils:before {
4553
- content: "\f2e7";
4554
- }
4555
 
4556
  .fa-vaadin:before {
4557
- content: "\f408";
4558
- }
4559
 
4560
  .fa-vector-square:before {
4561
- content: "\f5cb";
4562
- }
4563
 
4564
  .fa-venus:before {
4565
- content: "\f221";
4566
- }
4567
 
4568
  .fa-venus-double:before {
4569
- content: "\f226";
4570
- }
4571
 
4572
  .fa-venus-mars:before {
4573
- content: "\f228";
4574
- }
4575
 
4576
  .fa-viacoin:before {
4577
- content: "\f237";
4578
- }
4579
 
4580
  .fa-viadeo:before {
4581
- content: "\f2a9";
4582
- }
4583
 
4584
  .fa-viadeo-square:before {
4585
- content: "\f2aa";
4586
- }
4587
 
4588
  .fa-vial:before {
4589
- content: "\f492";
4590
- }
4591
 
4592
  .fa-vials:before {
4593
- content: "\f493";
4594
- }
4595
 
4596
  .fa-viber:before {
4597
- content: "\f409";
4598
- }
4599
 
4600
  .fa-video:before {
4601
- content: "\f03d";
4602
- }
4603
 
4604
  .fa-video-slash:before {
4605
- content: "\f4e2";
4606
- }
 
 
4607
 
4608
  .fa-vimeo:before {
4609
- content: "\f40a";
4610
- }
4611
 
4612
  .fa-vimeo-square:before {
4613
- content: "\f194";
4614
- }
4615
 
4616
  .fa-vimeo-v:before {
4617
- content: "\f27d";
4618
- }
4619
 
4620
  .fa-vine:before {
4621
- content: "\f1ca";
4622
- }
4623
 
4624
  .fa-vk:before {
4625
- content: "\f189";
4626
- }
4627
 
4628
  .fa-vnv:before {
4629
- content: "\f40b";
4630
- }
4631
 
4632
  .fa-volleyball-ball:before {
4633
- content: "\f45f";
4634
- }
4635
 
4636
  .fa-volume-down:before {
4637
- content: "\f027";
4638
- }
 
 
4639
 
4640
  .fa-volume-off:before {
4641
- content: "\f026";
4642
- }
4643
 
4644
  .fa-volume-up:before {
4645
- content: "\f028";
4646
- }
 
 
 
 
 
4647
 
4648
  .fa-vuejs:before {
4649
- content: "\f41f";
4650
- }
4651
 
4652
  .fa-walking:before {
4653
- content: "\f554";
4654
- }
4655
 
4656
  .fa-wallet:before {
4657
- content: "\f555";
4658
- }
4659
 
4660
  .fa-warehouse:before {
4661
- content: "\f494";
4662
- }
 
 
4663
 
4664
  .fa-weebly:before {
4665
- content: "\f5cc";
4666
- }
4667
 
4668
  .fa-weibo:before {
4669
- content: "\f18a";
4670
- }
4671
 
4672
  .fa-weight:before {
4673
- content: "\f496";
4674
- }
4675
 
4676
  .fa-weight-hanging:before {
4677
- content: "\f5cd";
4678
- }
4679
 
4680
  .fa-weixin:before {
4681
- content: "\f1d7";
4682
- }
4683
 
4684
  .fa-whatsapp:before {
4685
- content: "\f232";
4686
- }
4687
 
4688
  .fa-whatsapp-square:before {
4689
- content: "\f40c";
4690
- }
4691
 
4692
  .fa-wheelchair:before {
4693
- content: "\f193";
4694
- }
4695
 
4696
  .fa-whmcs:before {
4697
- content: "\f40d";
4698
- }
4699
 
4700
  .fa-wifi:before {
4701
- content: "\f1eb";
4702
- }
4703
 
4704
  .fa-wikipedia-w:before {
4705
- content: "\f266";
4706
- }
 
 
4707
 
4708
  .fa-window-close:before {
4709
- content: "\f410";
4710
- }
4711
 
4712
  .fa-window-maximize:before {
4713
- content: "\f2d0";
4714
- }
4715
 
4716
  .fa-window-minimize:before {
4717
- content: "\f2d1";
4718
- }
4719
 
4720
  .fa-window-restore:before {
4721
- content: "\f2d2";
4722
- }
4723
 
4724
  .fa-windows:before {
4725
- content: "\f17a";
4726
- }
 
 
4727
 
4728
  .fa-wine-glass:before {
4729
- content: "\f4e3";
4730
- }
4731
 
4732
  .fa-wine-glass-alt:before {
4733
- content: "\f5ce";
4734
- }
4735
 
4736
  .fa-wix:before {
4737
- content: "\f5cf";
4738
- }
 
 
4739
 
4740
  .fa-wolf-pack-battalion:before {
4741
- content: "\f514";
4742
- }
4743
 
4744
  .fa-won-sign:before {
4745
- content: "\f159";
4746
- }
4747
 
4748
  .fa-wordpress:before {
4749
- content: "\f19a";
4750
- }
4751
 
4752
  .fa-wordpress-simple:before {
4753
- content: "\f411";
4754
- }
4755
 
4756
  .fa-wpbeginner:before {
4757
- content: "\f297";
4758
- }
4759
 
4760
  .fa-wpexplorer:before {
4761
- content: "\f2de";
4762
- }
4763
 
4764
  .fa-wpforms:before {
4765
- content: "\f298";
4766
- }
 
 
4767
 
4768
  .fa-wrench:before {
4769
- content: "\f0ad";
4770
- }
4771
 
4772
  .fa-x-ray:before {
4773
- content: "\f497";
4774
- }
4775
 
4776
  .fa-xbox:before {
4777
- content: "\f412";
4778
- }
4779
 
4780
  .fa-xing:before {
4781
- content: "\f168";
4782
- }
4783
 
4784
  .fa-xing-square:before {
4785
- content: "\f169";
4786
- }
4787
 
4788
  .fa-y-combinator:before {
4789
- content: "\f23b";
4790
- }
4791
 
4792
  .fa-yahoo:before {
4793
- content: "\f19e";
4794
- }
4795
 
4796
  .fa-yandex:before {
4797
- content: "\f413";
4798
- }
4799
 
4800
  .fa-yandex-international:before {
4801
- content: "\f414";
4802
- }
4803
 
4804
  .fa-yelp:before {
4805
- content: "\f1e9";
4806
- }
4807
 
4808
  .fa-yen-sign:before {
4809
- content: "\f157";
4810
- }
 
 
4811
 
4812
  .fa-yoast:before {
4813
- content: "\f2b1";
4814
- }
4815
 
4816
  .fa-youtube:before {
4817
- content: "\f167";
4818
- }
4819
 
4820
  .fa-youtube-square:before {
4821
- content: "\f431";
4822
- }
4823
 
4824
  .fa-zhihu:before {
4825
- content: "\f63f";
4826
- }
4827
 
4828
  .sr-only {
4829
- overflow: hidden;
4830
- clip: rect(0, 0, 0, 0);
4831
- position: absolute;
4832
- width: 1px;
4833
- height: 1px;
4834
- margin: -1px;
4835
- padding: 0;
4836
- border: 0;
4837
- }
4838
-
4839
- .sr-only-focusable:active,
4840
- .sr-only-focusable:focus {
4841
- overflow: visible;
4842
- clip: auto;
4843
- position: static;
4844
- width: auto;
4845
- height: auto;
4846
- margin: 0;
4847
- }
4848
-
4849
  @font-face {
4850
- font-family: "Font Awesome 5 Brands";
4851
- src: url("../webfonts/fa-brands-400.eot");
4852
- src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
4853
- font-weight: normal;
4854
- font-style: normal;
4855
- }
4856
 
4857
  .fab {
4858
- font-family: "Font Awesome 5 Brands";
4859
- }
4860
-
4861
  @font-face {
4862
- font-family: "Font Awesome 5 Free";
4863
- src: url("../webfonts/fa-regular-400.eot");
4864
- src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
4865
- font-weight: 400;
4866
- font-style: normal;
4867
- }
4868
 
4869
  .far {
4870
- font-family: "Font Awesome 5 Free";
4871
- font-weight: 400;
4872
- }
4873
-
4874
  @font-face {
4875
- font-family: "Font Awesome 5 Free";
4876
- src: url("../webfonts/fa-solid-900.eot");
4877
- src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
4878
- font-weight: 900;
4879
- font-style: normal;
4880
- }
4881
 
4882
  .fa,
4883
  .fas {
4884
- font-family: "Font Awesome 5 Free";
4885
- font-weight: 900;
4886
- }
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  .fa,
6
  .fas,
7
  .far,
8
  .fal,
9
  .fab {
10
+ -moz-osx-font-smoothing: grayscale;
11
+ -webkit-font-smoothing: antialiased;
12
+ display: inline-block;
13
+ font-style: normal;
14
+ font-variant: normal;
15
+ text-rendering: auto;
16
+ line-height: 1; }
 
17
 
18
  .fa-lg {
19
+ font-size: 1.33333em;
20
+ line-height: 0.75em;
21
+ vertical-align: -.0667em; }
 
22
 
23
  .fa-xs {
24
+ font-size: .75em; }
 
25
 
26
  .fa-sm {
27
+ font-size: .875em; }
 
28
 
29
  .fa-1x {
30
+ font-size: 1em; }
 
31
 
32
  .fa-2x {
33
+ font-size: 2em; }
 
34
 
35
  .fa-3x {
36
+ font-size: 3em; }
 
37
 
38
  .fa-4x {
39
+ font-size: 4em; }
 
40
 
41
  .fa-5x {
42
+ font-size: 5em; }
 
43
 
44
  .fa-6x {
45
+ font-size: 6em; }
 
46
 
47
  .fa-7x {
48
+ font-size: 7em; }
 
49
 
50
  .fa-8x {
51
+ font-size: 8em; }
 
52
 
53
  .fa-9x {
54
+ font-size: 9em; }
 
55
 
56
  .fa-10x {
57
+ font-size: 10em; }
 
58
 
59
  .fa-fw {
60
+ text-align: center;
61
+ width: 1.25em; }
 
62
 
63
  .fa-ul {
64
+ list-style-type: none;
65
+ margin-left: 2.5em;
66
+ padding-left: 0; }
67
+ .fa-ul > li {
68
+ position: relative; }
 
 
 
69
 
70
  .fa-li {
71
+ left: -2em;
72
+ position: absolute;
73
+ text-align: center;
74
+ width: 2em;
75
+ line-height: inherit; }
 
76
 
77
  .fa-border {
78
+ border: solid 0.08em #eee;
79
+ border-radius: .1em;
80
+ padding: .2em .25em .15em; }
 
81
 
82
  .fa-pull-left {
83
+ float: left; }
 
84
 
85
  .fa-pull-right {
86
+ float: right; }
 
87
 
88
  .fa.fa-pull-left,
89
  .fas.fa-pull-left,
90
  .far.fa-pull-left,
91
  .fal.fa-pull-left,
92
  .fab.fa-pull-left {
93
+ margin-right: .3em; }
 
94
 
95
  .fa.fa-pull-right,
96
  .fas.fa-pull-right,
97
  .far.fa-pull-right,
98
  .fal.fa-pull-right,
99
  .fab.fa-pull-right {
100
+ margin-left: .3em; }
 
101
 
102
  .fa-spin {
103
+ -webkit-animation: fa-spin 2s infinite linear;
104
+ animation: fa-spin 2s infinite linear; }
 
105
 
106
  .fa-pulse {
107
+ -webkit-animation: fa-spin 1s infinite steps(8);
108
+ animation: fa-spin 1s infinite steps(8); }
 
109
 
110
  @-webkit-keyframes fa-spin {
111
+ 0% {
112
+ -webkit-transform: rotate(0deg);
113
+ transform: rotate(0deg); }
114
+ 100% {
115
+ -webkit-transform: rotate(360deg);
116
+ transform: rotate(360deg); } }
 
 
 
 
117
 
118
  @keyframes fa-spin {
119
+ 0% {
120
+ -webkit-transform: rotate(0deg);
121
+ transform: rotate(0deg); }
122
+ 100% {
123
+ -webkit-transform: rotate(360deg);
124
+ transform: rotate(360deg); } }
 
 
 
 
125
 
126
  .fa-rotate-90 {
127
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
128
+ -webkit-transform: rotate(90deg);
129
+ transform: rotate(90deg); }
 
 
 
130
 
131
  .fa-rotate-180 {
132
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
133
+ -webkit-transform: rotate(180deg);
134
+ transform: rotate(180deg); }
 
 
 
135
 
136
  .fa-rotate-270 {
137
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
138
+ -webkit-transform: rotate(270deg);
139
+ transform: rotate(270deg); }
 
 
 
140
 
141
  .fa-flip-horizontal {
142
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
143
+ -webkit-transform: scale(-1, 1);
144
+ transform: scale(-1, 1); }
 
 
 
145
 
146
  .fa-flip-vertical {
147
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
148
+ -webkit-transform: scale(1, -1);
149
+ transform: scale(1, -1); }
 
 
 
150
 
151
  .fa-flip-horizontal.fa-flip-vertical {
152
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
153
+ -webkit-transform: scale(-1, -1);
154
+ transform: scale(-1, -1); }
 
 
 
155
 
156
  :root .fa-rotate-90,
157
  :root .fa-rotate-180,
158
  :root .fa-rotate-270,
159
  :root .fa-flip-horizontal,
160
  :root .fa-flip-vertical {
161
+ -webkit-filter: none;
162
+ filter: none; }
 
163
 
164
  .fa-stack {
165
+ display: inline-block;
166
+ height: 2em;
167
+ line-height: 2em;
168
+ position: relative;
169
+ vertical-align: middle;
170
+ width: 2.5em; }
 
171
 
172
  .fa-stack-1x,
173
  .fa-stack-2x {
174
+ left: 0;
175
+ position: absolute;
176
+ text-align: center;
177
+ width: 100%; }
 
178
 
179
  .fa-stack-1x {
180
+ line-height: inherit; }
 
181
 
182
  .fa-stack-2x {
183
+ font-size: 2em; }
 
184
 
185
  .fa-inverse {
186
+ color: #fff; }
 
187
 
188
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
189
  readers do not read off random characters that represent icons */
190
  .fa-500px:before {
191
+ content: "\f26e"; }
 
192
 
193
  .fa-accessible-icon:before {
194
+ content: "\f368"; }
 
195
 
196
  .fa-accusoft:before {
197
+ content: "\f369"; }
198
+
199
+ .fa-acquisitions-incorporated:before {
200
+ content: "\f6af"; }
201
+
202
+ .fa-ad:before {
203
+ content: "\f641"; }
204
 
205
  .fa-address-book:before {
206
+ content: "\f2b9"; }
 
207
 
208
  .fa-address-card:before {
209
+ content: "\f2bb"; }
 
210
 
211
  .fa-adjust:before {
212
+ content: "\f042"; }
 
213
 
214
  .fa-adn:before {
215
+ content: "\f170"; }
 
216
 
217
  .fa-adversal:before {
218
+ content: "\f36a"; }
 
219
 
220
  .fa-affiliatetheme:before {
221
+ content: "\f36b"; }
 
222
 
223
  .fa-air-freshener:before {
224
+ content: "\f5d0"; }
 
225
 
226
  .fa-algolia:before {
227
+ content: "\f36c"; }
 
228
 
229
  .fa-align-center:before {
230
+ content: "\f037"; }
 
231
 
232
  .fa-align-justify:before {
233
+ content: "\f039"; }
 
234
 
235
  .fa-align-left:before {
236
+ content: "\f036"; }
 
237
 
238
  .fa-align-right:before {
239
+ content: "\f038"; }
240
+
241
+ .fa-alipay:before {
242
+ content: "\f642"; }
243
 
244
  .fa-allergies:before {
245
+ content: "\f461"; }
 
246
 
247
  .fa-amazon:before {
248
+ content: "\f270"; }
 
249
 
250
  .fa-amazon-pay:before {
251
+ content: "\f42c"; }
 
252
 
253
  .fa-ambulance:before {
254
+ content: "\f0f9"; }
 
255
 
256
  .fa-american-sign-language-interpreting:before {
257
+ content: "\f2a3"; }
 
258
 
259
  .fa-amilia:before {
260
+ content: "\f36d"; }
 
261
 
262
  .fa-anchor:before {
263
+ content: "\f13d"; }
 
264
 
265
  .fa-android:before {
266
+ content: "\f17b"; }
 
267
 
268
  .fa-angellist:before {
269
+ content: "\f209"; }
 
270
 
271
  .fa-angle-double-down:before {
272
+ content: "\f103"; }
 
273
 
274
  .fa-angle-double-left:before {
275
+ content: "\f100"; }
 
276
 
277
  .fa-angle-double-right:before {
278
+ content: "\f101"; }
 
279
 
280
  .fa-angle-double-up:before {
281
+ content: "\f102"; }
 
282
 
283
  .fa-angle-down:before {
284
+ content: "\f107"; }
 
285
 
286
  .fa-angle-left:before {
287
+ content: "\f104"; }
 
288
 
289
  .fa-angle-right:before {
290
+ content: "\f105"; }
 
291
 
292
  .fa-angle-up:before {
293
+ content: "\f106"; }
 
294
 
295
  .fa-angry:before {
296
+ content: "\f556"; }
 
297
 
298
  .fa-angrycreative:before {
299
+ content: "\f36e"; }
 
300
 
301
  .fa-angular:before {
302
+ content: "\f420"; }
303
+
304
+ .fa-ankh:before {
305
+ content: "\f644"; }
306
 
307
  .fa-app-store:before {
308
+ content: "\f36f"; }
 
309
 
310
  .fa-app-store-ios:before {
311
+ content: "\f370"; }
 
312
 
313
  .fa-apper:before {
314
+ content: "\f371"; }
 
315
 
316
  .fa-apple:before {
317
+ content: "\f179"; }
 
318
 
319
  .fa-apple-alt:before {
320
+ content: "\f5d1"; }
 
321
 
322
  .fa-apple-pay:before {
323
+ content: "\f415"; }
 
324
 
325
  .fa-archive:before {
326
+ content: "\f187"; }
 
327
 
328
  .fa-archway:before {
329
+ content: "\f557"; }
 
330
 
331
  .fa-arrow-alt-circle-down:before {
332
+ content: "\f358"; }
 
333
 
334
  .fa-arrow-alt-circle-left:before {
335
+ content: "\f359"; }
 
336
 
337
  .fa-arrow-alt-circle-right:before {
338
+ content: "\f35a"; }
 
339
 
340
  .fa-arrow-alt-circle-up:before {
341
+ content: "\f35b"; }
 
342
 
343
  .fa-arrow-circle-down:before {
344
+ content: "\f0ab"; }
 
345
 
346
  .fa-arrow-circle-left:before {
347
+ content: "\f0a8"; }
 
348
 
349
  .fa-arrow-circle-right:before {
350
+ content: "\f0a9"; }
 
351
 
352
  .fa-arrow-circle-up:before {
353
+ content: "\f0aa"; }
 
354
 
355
  .fa-arrow-down:before {
356
+ content: "\f063"; }
 
357
 
358
  .fa-arrow-left:before {
359
+ content: "\f060"; }
 
360
 
361
  .fa-arrow-right:before {
362
+ content: "\f061"; }
 
363
 
364
  .fa-arrow-up:before {
365
+ content: "\f062"; }
 
366
 
367
  .fa-arrows-alt:before {
368
+ content: "\f0b2"; }
 
369
 
370
  .fa-arrows-alt-h:before {
371
+ content: "\f337"; }
 
372
 
373
  .fa-arrows-alt-v:before {
374
+ content: "\f338"; }
 
375
 
376
  .fa-assistive-listening-systems:before {
377
+ content: "\f2a2"; }
 
378
 
379
  .fa-asterisk:before {
380
+ content: "\f069"; }
 
381
 
382
  .fa-asymmetrik:before {
383
+ content: "\f372"; }
 
384
 
385
  .fa-at:before {
386
+ content: "\f1fa"; }
 
387
 
388
  .fa-atlas:before {
389
+ content: "\f558"; }
 
390
 
391
  .fa-atom:before {
392
+ content: "\f5d2"; }
 
393
 
394
  .fa-audible:before {
395
+ content: "\f373"; }
 
396
 
397
  .fa-audio-description:before {
398
+ content: "\f29e"; }
 
399
 
400
  .fa-autoprefixer:before {
401
+ content: "\f41c"; }
 
402
 
403
  .fa-avianex:before {
404
+ content: "\f374"; }
 
405
 
406
  .fa-aviato:before {
407
+ content: "\f421"; }
 
408
 
409
  .fa-award:before {
410
+ content: "\f559"; }
 
411
 
412
  .fa-aws:before {
413
+ content: "\f375"; }
 
414
 
415
  .fa-backspace:before {
416
+ content: "\f55a"; }
 
417
 
418
  .fa-backward:before {
419
+ content: "\f04a"; }
 
420
 
421
  .fa-balance-scale:before {
422
+ content: "\f24e"; }
 
423
 
424
  .fa-ban:before {
425
+ content: "\f05e"; }
 
426
 
427
  .fa-band-aid:before {
428
+ content: "\f462"; }
 
429
 
430
  .fa-bandcamp:before {
431
+ content: "\f2d5"; }
 
432
 
433
  .fa-barcode:before {
434
+ content: "\f02a"; }
 
435
 
436
  .fa-bars:before {
437
+ content: "\f0c9"; }
 
438
 
439
  .fa-baseball-ball:before {
440
+ content: "\f433"; }
 
441
 
442
  .fa-basketball-ball:before {
443
+ content: "\f434"; }
 
444
 
445
  .fa-bath:before {
446
+ content: "\f2cd"; }
 
447
 
448
  .fa-battery-empty:before {
449
+ content: "\f244"; }
 
450
 
451
  .fa-battery-full:before {
452
+ content: "\f240"; }
 
453
 
454
  .fa-battery-half:before {
455
+ content: "\f242"; }
 
456
 
457
  .fa-battery-quarter:before {
458
+ content: "\f243"; }
 
459
 
460
  .fa-battery-three-quarters:before {
461
+ content: "\f241"; }
 
462
 
463
  .fa-bed:before {
464
+ content: "\f236"; }
 
465
 
466
  .fa-beer:before {
467
+ content: "\f0fc"; }
 
468
 
469
  .fa-behance:before {
470
+ content: "\f1b4"; }
 
471
 
472
  .fa-behance-square:before {
473
+ content: "\f1b5"; }
 
474
 
475
  .fa-bell:before {
476
+ content: "\f0f3"; }
 
477
 
478
  .fa-bell-slash:before {
479
+ content: "\f1f6"; }
 
480
 
481
  .fa-bezier-curve:before {
482
+ content: "\f55b"; }
483
+
484
+ .fa-bible:before {
485
+ content: "\f647"; }
486
 
487
  .fa-bicycle:before {
488
+ content: "\f206"; }
 
489
 
490
  .fa-bimobject:before {
491
+ content: "\f378"; }
 
492
 
493
  .fa-binoculars:before {
494
+ content: "\f1e5"; }
 
495
 
496
  .fa-birthday-cake:before {
497
+ content: "\f1fd"; }
 
498
 
499
  .fa-bitbucket:before {
500
+ content: "\f171"; }
 
501
 
502
  .fa-bitcoin:before {
503
+ content: "\f379"; }
 
504
 
505
  .fa-bity:before {
506
+ content: "\f37a"; }
 
507
 
508
  .fa-black-tie:before {
509
+ content: "\f27e"; }
 
510
 
511
  .fa-blackberry:before {
512
+ content: "\f37b"; }
 
513
 
514
  .fa-blender:before {
515
+ content: "\f517"; }
516
+
517
+ .fa-blender-phone:before {
518
+ content: "\f6b6"; }
519
 
520
  .fa-blind:before {
521
+ content: "\f29d"; }
 
522
 
523
  .fa-blogger:before {
524
+ content: "\f37c"; }
 
525
 
526
  .fa-blogger-b:before {
527
+ content: "\f37d"; }
 
528
 
529
  .fa-bluetooth:before {
530
+ content: "\f293"; }
 
531
 
532
  .fa-bluetooth-b:before {
533
+ content: "\f294"; }
 
534
 
535
  .fa-bold:before {
536
+ content: "\f032"; }
 
537
 
538
  .fa-bolt:before {
539
+ content: "\f0e7"; }
 
540
 
541
  .fa-bomb:before {
542
+ content: "\f1e2"; }
 
543
 
544
  .fa-bone:before {
545
+ content: "\f5d7"; }
 
546
 
547
  .fa-bong:before {
548
+ content: "\f55c"; }
 
549
 
550
  .fa-book:before {
551
+ content: "\f02d"; }
552
+
553
+ .fa-book-dead:before {
554
+ content: "\f6b7"; }
555
 
556
  .fa-book-open:before {
557
+ content: "\f518"; }
 
558
 
559
  .fa-book-reader:before {
560
+ content: "\f5da"; }
 
561
 
562
  .fa-bookmark:before {
563
+ content: "\f02e"; }
 
564
 
565
  .fa-bowling-ball:before {
566
+ content: "\f436"; }
 
567
 
568
  .fa-box:before {
569
+ content: "\f466"; }
 
570
 
571
  .fa-box-open:before {
572
+ content: "\f49e"; }
 
573
 
574
  .fa-boxes:before {
575
+ content: "\f468"; }
 
576
 
577
  .fa-braille:before {
578
+ content: "\f2a1"; }
 
579
 
580
  .fa-brain:before {
581
+ content: "\f5dc"; }
 
582
 
583
  .fa-briefcase:before {
584
+ content: "\f0b1"; }
 
585
 
586
  .fa-briefcase-medical:before {
587
+ content: "\f469"; }
 
588
 
589
  .fa-broadcast-tower:before {
590
+ content: "\f519"; }
 
591
 
592
  .fa-broom:before {
593
+ content: "\f51a"; }
 
594
 
595
  .fa-brush:before {
596
+ content: "\f55d"; }
 
597
 
598
  .fa-btc:before {
599
+ content: "\f15a"; }
 
600
 
601
  .fa-bug:before {
602
+ content: "\f188"; }
 
603
 
604
  .fa-building:before {
605
+ content: "\f1ad"; }
 
606
 
607
  .fa-bullhorn:before {
608
+ content: "\f0a1"; }
 
609
 
610
  .fa-bullseye:before {
611
+ content: "\f140"; }
 
612
 
613
  .fa-burn:before {
614
+ content: "\f46a"; }
 
615
 
616
  .fa-buromobelexperte:before {
617
+ content: "\f37f"; }
 
618
 
619
  .fa-bus:before {
620
+ content: "\f207"; }
 
621
 
622
  .fa-bus-alt:before {
623
+ content: "\f55e"; }
624
+
625
+ .fa-business-time:before {
626
+ content: "\f64a"; }
627
 
628
  .fa-buysellads:before {
629
+ content: "\f20d"; }
 
630
 
631
  .fa-calculator:before {
632
+ content: "\f1ec"; }
 
633
 
634
  .fa-calendar:before {
635
+ content: "\f133"; }
 
636
 
637
  .fa-calendar-alt:before {
638
+ content: "\f073"; }
 
639
 
640
  .fa-calendar-check:before {
641
+ content: "\f274"; }
 
642
 
643
  .fa-calendar-minus:before {
644
+ content: "\f272"; }
 
645
 
646
  .fa-calendar-plus:before {
647
+ content: "\f271"; }
 
648
 
649
  .fa-calendar-times:before {
650
+ content: "\f273"; }
 
651
 
652
  .fa-camera:before {
653
+ content: "\f030"; }
 
654
 
655
  .fa-camera-retro:before {
656
+ content: "\f083"; }
657
+
658
+ .fa-campground:before {
659
+ content: "\f6bb"; }
660
 
661
  .fa-cannabis:before {
662
+ content: "\f55f"; }
 
663
 
664
  .fa-capsules:before {
665
+ content: "\f46b"; }
 
666
 
667
  .fa-car:before {
668
+ content: "\f1b9"; }
 
669
 
670
  .fa-car-alt:before {
671
+ content: "\f5de"; }
 
672
 
673
  .fa-car-battery:before {
674
+ content: "\f5df"; }
 
675
 
676
  .fa-car-crash:before {
677
+ content: "\f5e1"; }
 
678
 
679
  .fa-car-side:before {
680
+ content: "\f5e4"; }
 
681
 
682
  .fa-caret-down:before {
683
+ content: "\f0d7"; }
 
684
 
685
  .fa-caret-left:before {
686
+ content: "\f0d9"; }
 
687
 
688
  .fa-caret-right:before {
689
+ content: "\f0da"; }
 
690
 
691
  .fa-caret-square-down:before {
692
+ content: "\f150"; }
 
693
 
694
  .fa-caret-square-left:before {
695
+ content: "\f191"; }
 
696
 
697
  .fa-caret-square-right:before {
698
+ content: "\f152"; }
 
699
 
700
  .fa-caret-square-up:before {
701
+ content: "\f151"; }
 
702
 
703
  .fa-caret-up:before {
704
+ content: "\f0d8"; }
 
705
 
706
  .fa-cart-arrow-down:before {
707
+ content: "\f218"; }
 
708
 
709
  .fa-cart-plus:before {
710
+ content: "\f217"; }
711
+
712
+ .fa-cat:before {
713
+ content: "\f6be"; }
714
 
715
  .fa-cc-amazon-pay:before {
716
+ content: "\f42d"; }
 
717
 
718
  .fa-cc-amex:before {
719
+ content: "\f1f3"; }
 
720
 
721
  .fa-cc-apple-pay:before {
722
+ content: "\f416"; }
 
723
 
724
  .fa-cc-diners-club:before {
725
+ content: "\f24c"; }
 
726
 
727
  .fa-cc-discover:before {
728
+ content: "\f1f2"; }
 
729
 
730
  .fa-cc-jcb:before {
731
+ content: "\f24b"; }
 
732
 
733
  .fa-cc-mastercard:before {
734
+ content: "\f1f1"; }
 
735
 
736
  .fa-cc-paypal:before {
737
+ content: "\f1f4"; }
 
738
 
739
  .fa-cc-stripe:before {
740
+ content: "\f1f5"; }
 
741
 
742
  .fa-cc-visa:before {
743
+ content: "\f1f0"; }
 
744
 
745
  .fa-centercode:before {
746
+ content: "\f380"; }
 
747
 
748
  .fa-certificate:before {
749
+ content: "\f0a3"; }
750
+
751
+ .fa-chair:before {
752
+ content: "\f6c0"; }
753
 
754
  .fa-chalkboard:before {
755
+ content: "\f51b"; }
 
756
 
757
  .fa-chalkboard-teacher:before {
758
+ content: "\f51c"; }
 
759
 
760
  .fa-charging-station:before {
761
+ content: "\f5e7"; }
 
762
 
763
  .fa-chart-area:before {
764
+ content: "\f1fe"; }
 
765
 
766
  .fa-chart-bar:before {
767
+ content: "\f080"; }
 
768
 
769
  .fa-chart-line:before {
770
+ content: "\f201"; }
 
771
 
772
  .fa-chart-pie:before {
773
+ content: "\f200"; }
 
774
 
775
  .fa-check:before {
776
+ content: "\f00c"; }
 
777
 
778
  .fa-check-circle:before {
779
+ content: "\f058"; }
 
780
 
781
  .fa-check-double:before {
782
+ content: "\f560"; }
 
783
 
784
  .fa-check-square:before {
785
+ content: "\f14a"; }
 
786
 
787
  .fa-chess:before {
788
+ content: "\f439"; }
 
789
 
790
  .fa-chess-bishop:before {
791
+ content: "\f43a"; }
 
792
 
793
  .fa-chess-board:before {
794
+ content: "\f43c"; }
 
795
 
796
  .fa-chess-king:before {
797
+ content: "\f43f"; }
 
798
 
799
  .fa-chess-knight:before {
800
+ content: "\f441"; }
 
801
 
802
  .fa-chess-pawn:before {
803
+ content: "\f443"; }
 
804
 
805
  .fa-chess-queen:before {
806
+ content: "\f445"; }
 
807
 
808
  .fa-chess-rook:before {
809
+ content: "\f447"; }
 
810
 
811
  .fa-chevron-circle-down:before {
812
+ content: "\f13a"; }
 
813
 
814
  .fa-chevron-circle-left:before {
815
+ content: "\f137"; }
 
816
 
817
  .fa-chevron-circle-right:before {
818
+ content: "\f138"; }
 
819
 
820
  .fa-chevron-circle-up:before {
821
+ content: "\f139"; }
 
822
 
823
  .fa-chevron-down:before {
824
+ content: "\f078"; }
 
825
 
826
  .fa-chevron-left:before {
827
+ content: "\f053"; }
 
828
 
829
  .fa-chevron-right:before {
830
+ content: "\f054"; }
 
831
 
832
  .fa-chevron-up:before {
833
+ content: "\f077"; }
 
834
 
835
  .fa-child:before {
836
+ content: "\f1ae"; }
 
837
 
838
  .fa-chrome:before {
839
+ content: "\f268"; }
 
840
 
841
  .fa-church:before {
842
+ content: "\f51d"; }
 
843
 
844
  .fa-circle:before {
845
+ content: "\f111"; }
 
846
 
847
  .fa-circle-notch:before {
848
+ content: "\f1ce"; }
849
+
850
+ .fa-city:before {
851
+ content: "\f64f"; }
852
 
853
  .fa-clipboard:before {
854
+ content: "\f328"; }
 
855
 
856
  .fa-clipboard-check:before {
857
+ content: "\f46c"; }
 
858
 
859
  .fa-clipboard-list:before {
860
+ content: "\f46d"; }
 
861
 
862
  .fa-clock:before {
863
+ content: "\f017"; }
 
864
 
865
  .fa-clone:before {
866
+ content: "\f24d"; }
 
867
 
868
  .fa-closed-captioning:before {
869
+ content: "\f20a"; }
 
870
 
871
  .fa-cloud:before {
872
+ content: "\f0c2"; }
 
873
 
874
  .fa-cloud-download-alt:before {
875
+ content: "\f381"; }
876
+
877
+ .fa-cloud-meatball:before {
878
+ content: "\f73b"; }
879
+
880
+ .fa-cloud-moon:before {
881
+ content: "\f6c3"; }
882
+
883
+ .fa-cloud-moon-rain:before {
884
+ content: "\f73c"; }
885
+
886
+ .fa-cloud-rain:before {
887
+ content: "\f73d"; }
888
+
889
+ .fa-cloud-showers-heavy:before {
890
+ content: "\f740"; }
891
+
892
+ .fa-cloud-sun:before {
893
+ content: "\f6c4"; }
894
+
895
+ .fa-cloud-sun-rain:before {
896
+ content: "\f743"; }
897
 
898
  .fa-cloud-upload-alt:before {
899
+ content: "\f382"; }
 
900
 
901
  .fa-cloudscale:before {
902
+ content: "\f383"; }
 
903
 
904
  .fa-cloudsmith:before {
905
+ content: "\f384"; }
 
906
 
907
  .fa-cloudversify:before {
908
+ content: "\f385"; }
 
909
 
910
  .fa-cocktail:before {
911
+ content: "\f561"; }
 
912
 
913
  .fa-code:before {
914
+ content: "\f121"; }
 
915
 
916
  .fa-code-branch:before {
917
+ content: "\f126"; }
 
918
 
919
  .fa-codepen:before {
920
+ content: "\f1cb"; }
 
921
 
922
  .fa-codiepie:before {
923
+ content: "\f284"; }
 
924
 
925
  .fa-coffee:before {
926
+ content: "\f0f4"; }
 
927
 
928
  .fa-cog:before {
929
+ content: "\f013"; }
 
930
 
931
  .fa-cogs:before {
932
+ content: "\f085"; }
 
933
 
934
  .fa-coins:before {
935
+ content: "\f51e"; }
 
936
 
937
  .fa-columns:before {
938
+ content: "\f0db"; }
 
939
 
940
  .fa-comment:before {
941
+ content: "\f075"; }
 
942
 
943
  .fa-comment-alt:before {
944
+ content: "\f27a"; }
945
+
946
+ .fa-comment-dollar:before {
947
+ content: "\f651"; }
948
 
949
  .fa-comment-dots:before {
950
+ content: "\f4ad"; }
 
951
 
952
  .fa-comment-slash:before {
953
+ content: "\f4b3"; }
 
954
 
955
  .fa-comments:before {
956
+ content: "\f086"; }
957
+
958
+ .fa-comments-dollar:before {
959
+ content: "\f653"; }
960
 
961
  .fa-compact-disc:before {
962
+ content: "\f51f"; }
 
963
 
964
  .fa-compass:before {
965
+ content: "\f14e"; }
 
966
 
967
  .fa-compress:before {
968
+ content: "\f066"; }
 
969
 
970
  .fa-concierge-bell:before {
971
+ content: "\f562"; }
 
972
 
973
  .fa-connectdevelop:before {
974
+ content: "\f20e"; }
 
975
 
976
  .fa-contao:before {
977
+ content: "\f26d"; }
 
978
 
979
  .fa-cookie:before {
980
+ content: "\f563"; }
 
981
 
982
  .fa-cookie-bite:before {
983
+ content: "\f564"; }
 
984
 
985
  .fa-copy:before {
986
+ content: "\f0c5"; }
 
987
 
988
  .fa-copyright:before {
989
+ content: "\f1f9"; }
 
990
 
991
  .fa-couch:before {
992
+ content: "\f4b8"; }
 
993
 
994
  .fa-cpanel:before {
995
+ content: "\f388"; }
 
996
 
997
  .fa-creative-commons:before {
998
+ content: "\f25e"; }
 
999
 
1000
  .fa-creative-commons-by:before {
1001
+ content: "\f4e7"; }
 
1002
 
1003
  .fa-creative-commons-nc:before {
1004
+ content: "\f4e8"; }
 
1005
 
1006
  .fa-creative-commons-nc-eu:before {
1007
+ content: "\f4e9"; }
 
1008
 
1009
  .fa-creative-commons-nc-jp:before {
1010
+ content: "\f4ea"; }
 
1011
 
1012
  .fa-creative-commons-nd:before {
1013
+ content: "\f4eb"; }
 
1014
 
1015
  .fa-creative-commons-pd:before {
1016
+ content: "\f4ec"; }
 
1017
 
1018
  .fa-creative-commons-pd-alt:before {
1019
+ content: "\f4ed"; }
 
1020
 
1021
  .fa-creative-commons-remix:before {
1022
+ content: "\f4ee"; }
 
1023
 
1024
  .fa-creative-commons-sa:before {
1025
+ content: "\f4ef"; }
 
1026
 
1027
  .fa-creative-commons-sampling:before {
1028
+ content: "\f4f0"; }
 
1029
 
1030
  .fa-creative-commons-sampling-plus:before {
1031
+ content: "\f4f1"; }
 
1032
 
1033
  .fa-creative-commons-share:before {
1034
+ content: "\f4f2"; }
1035
+
1036
+ .fa-creative-commons-zero:before {
1037
+ content: "\f4f3"; }
1038
 
1039
  .fa-credit-card:before {
1040
+ content: "\f09d"; }
1041
+
1042
+ .fa-critical-role:before {
1043
+ content: "\f6c9"; }
1044
 
1045
  .fa-crop:before {
1046
+ content: "\f125"; }
 
1047
 
1048
  .fa-crop-alt:before {
1049
+ content: "\f565"; }
1050
+
1051
+ .fa-cross:before {
1052
+ content: "\f654"; }
1053
 
1054
  .fa-crosshairs:before {
1055
+ content: "\f05b"; }
 
1056
 
1057
  .fa-crow:before {
1058
+ content: "\f520"; }
 
1059
 
1060
  .fa-crown:before {
1061
+ content: "\f521"; }
 
1062
 
1063
  .fa-css3:before {
1064
+ content: "\f13c"; }
 
1065
 
1066
  .fa-css3-alt:before {
1067
+ content: "\f38b"; }
 
1068
 
1069
  .fa-cube:before {
1070
+ content: "\f1b2"; }
 
1071
 
1072
  .fa-cubes:before {
1073
+ content: "\f1b3"; }
 
1074
 
1075
  .fa-cut:before {
1076
+ content: "\f0c4"; }
 
1077
 
1078
  .fa-cuttlefish:before {
1079
+ content: "\f38c"; }
 
1080
 
1081
  .fa-d-and-d:before {
1082
+ content: "\f38d"; }
1083
+
1084
+ .fa-d-and-d-beyond:before {
1085
+ content: "\f6ca"; }
1086
 
1087
  .fa-dashcube:before {
1088
+ content: "\f210"; }
 
1089
 
1090
  .fa-database:before {
1091
+ content: "\f1c0"; }
 
1092
 
1093
  .fa-deaf:before {
1094
+ content: "\f2a4"; }
 
1095
 
1096
  .fa-delicious:before {
1097
+ content: "\f1a5"; }
1098
+
1099
+ .fa-democrat:before {
1100
+ content: "\f747"; }
1101
 
1102
  .fa-deploydog:before {
1103
+ content: "\f38e"; }
 
1104
 
1105
  .fa-deskpro:before {
1106
+ content: "\f38f"; }
 
1107
 
1108
  .fa-desktop:before {
1109
+ content: "\f108"; }
1110
+
1111
+ .fa-dev:before {
1112
+ content: "\f6cc"; }
1113
 
1114
  .fa-deviantart:before {
1115
+ content: "\f1bd"; }
1116
+
1117
+ .fa-dharmachakra:before {
1118
+ content: "\f655"; }
1119
 
1120
  .fa-diagnoses:before {
1121
+ content: "\f470"; }
 
1122
 
1123
  .fa-dice:before {
1124
+ content: "\f522"; }
1125
+
1126
+ .fa-dice-d20:before {
1127
+ content: "\f6cf"; }
1128
+
1129
+ .fa-dice-d6:before {
1130
+ content: "\f6d1"; }
1131
 
1132
  .fa-dice-five:before {
1133
+ content: "\f523"; }
 
1134
 
1135
  .fa-dice-four:before {
1136
+ content: "\f524"; }
 
1137
 
1138
  .fa-dice-one:before {
1139
+ content: "\f525"; }
 
1140
 
1141
  .fa-dice-six:before {
1142
+ content: "\f526"; }
 
1143
 
1144
  .fa-dice-three:before {
1145
+ content: "\f527"; }
 
1146
 
1147
  .fa-dice-two:before {
1148
+ content: "\f528"; }
 
1149
 
1150
  .fa-digg:before {
1151
+ content: "\f1a6"; }
 
1152
 
1153
  .fa-digital-ocean:before {
1154
+ content: "\f391"; }
 
1155
 
1156
  .fa-digital-tachograph:before {
1157
+ content: "\f566"; }
 
1158
 
1159
  .fa-directions:before {
1160
+ content: "\f5eb"; }
 
1161
 
1162
  .fa-discord:before {
1163
+ content: "\f392"; }
 
1164
 
1165
  .fa-discourse:before {
1166
+ content: "\f393"; }
 
1167
 
1168
  .fa-divide:before {
1169
+ content: "\f529"; }
 
1170
 
1171
  .fa-dizzy:before {
1172
+ content: "\f567"; }
 
1173
 
1174
  .fa-dna:before {
1175
+ content: "\f471"; }
 
1176
 
1177
  .fa-dochub:before {
1178
+ content: "\f394"; }
 
1179
 
1180
  .fa-docker:before {
1181
+ content: "\f395"; }
1182
+
1183
+ .fa-dog:before {
1184
+ content: "\f6d3"; }
1185
 
1186
  .fa-dollar-sign:before {
1187
+ content: "\f155"; }
 
1188
 
1189
  .fa-dolly:before {
1190
+ content: "\f472"; }
 
1191
 
1192
  .fa-dolly-flatbed:before {
1193
+ content: "\f474"; }
 
1194
 
1195
  .fa-donate:before {
1196
+ content: "\f4b9"; }
 
1197
 
1198
  .fa-door-closed:before {
1199
+ content: "\f52a"; }
 
1200
 
1201
  .fa-door-open:before {
1202
+ content: "\f52b"; }
 
1203
 
1204
  .fa-dot-circle:before {
1205
+ content: "\f192"; }
 
1206
 
1207
  .fa-dove:before {
1208
+ content: "\f4ba"; }
 
1209
 
1210
  .fa-download:before {
1211
+ content: "\f019"; }
 
1212
 
1213
  .fa-draft2digital:before {
1214
+ content: "\f396"; }
 
1215
 
1216
  .fa-drafting-compass:before {
1217
+ content: "\f568"; }
1218
+
1219
+ .fa-dragon:before {
1220
+ content: "\f6d5"; }
1221
 
1222
  .fa-draw-polygon:before {
1223
+ content: "\f5ee"; }
 
1224
 
1225
  .fa-dribbble:before {
1226
+ content: "\f17d"; }
 
1227
 
1228
  .fa-dribbble-square:before {
1229
+ content: "\f397"; }
 
1230
 
1231
  .fa-dropbox:before {
1232
+ content: "\f16b"; }
 
1233
 
1234
  .fa-drum:before {
1235
+ content: "\f569"; }
 
1236
 
1237
  .fa-drum-steelpan:before {
1238
+ content: "\f56a"; }
1239
+
1240
+ .fa-drumstick-bite:before {
1241
+ content: "\f6d7"; }
1242
 
1243
  .fa-drupal:before {
1244
+ content: "\f1a9"; }
 
1245
 
1246
  .fa-dumbbell:before {
1247
+ content: "\f44b"; }
1248
+
1249
+ .fa-dungeon:before {
1250
+ content: "\f6d9"; }
1251
 
1252
  .fa-dyalog:before {
1253
+ content: "\f399"; }
 
1254
 
1255
  .fa-earlybirds:before {
1256
+ content: "\f39a"; }
 
1257
 
1258
  .fa-ebay:before {
1259
+ content: "\f4f4"; }
 
1260
 
1261
  .fa-edge:before {
1262
+ content: "\f282"; }
 
1263
 
1264
  .fa-edit:before {
1265
+ content: "\f044"; }
 
1266
 
1267
  .fa-eject:before {
1268
+ content: "\f052"; }
 
1269
 
1270
  .fa-elementor:before {
1271
+ content: "\f430"; }
 
1272
 
1273
  .fa-ellipsis-h:before {
1274
+ content: "\f141"; }
 
1275
 
1276
  .fa-ellipsis-v:before {
1277
+ content: "\f142"; }
 
1278
 
1279
  .fa-ello:before {
1280
+ content: "\f5f1"; }
 
1281
 
1282
  .fa-ember:before {
1283
+ content: "\f423"; }
 
1284
 
1285
  .fa-empire:before {
1286
+ content: "\f1d1"; }
 
1287
 
1288
  .fa-envelope:before {
1289
+ content: "\f0e0"; }
 
1290
 
1291
  .fa-envelope-open:before {
1292
+ content: "\f2b6"; }
1293
+
1294
+ .fa-envelope-open-text:before {
1295
+ content: "\f658"; }
1296
 
1297
  .fa-envelope-square:before {
1298
+ content: "\f199"; }
 
1299
 
1300
  .fa-envira:before {
1301
+ content: "\f299"; }
 
1302
 
1303
  .fa-equals:before {
1304
+ content: "\f52c"; }
 
1305
 
1306
  .fa-eraser:before {
1307
+ content: "\f12d"; }
 
1308
 
1309
  .fa-erlang:before {
1310
+ content: "\f39d"; }
 
1311
 
1312
  .fa-ethereum:before {
1313
+ content: "\f42e"; }
 
1314
 
1315
  .fa-etsy:before {
1316
+ content: "\f2d7"; }
 
1317
 
1318
  .fa-euro-sign:before {
1319
+ content: "\f153"; }
 
1320
 
1321
  .fa-exchange-alt:before {
1322
+ content: "\f362"; }
 
1323
 
1324
  .fa-exclamation:before {
1325
+ content: "\f12a"; }
 
1326
 
1327
  .fa-exclamation-circle:before {
1328
+ content: "\f06a"; }
 
1329
 
1330
  .fa-exclamation-triangle:before {
1331
+ content: "\f071"; }
 
1332
 
1333
  .fa-expand:before {
1334
+ content: "\f065"; }
 
1335
 
1336
  .fa-expand-arrows-alt:before {
1337
+ content: "\f31e"; }
 
1338
 
1339
  .fa-expeditedssl:before {
1340
+ content: "\f23e"; }
 
1341
 
1342
  .fa-external-link-alt:before {
1343
+ content: "\f35d"; }
 
1344
 
1345
  .fa-external-link-square-alt:before {
1346
+ content: "\f360"; }
 
1347
 
1348
  .fa-eye:before {
1349
+ content: "\f06e"; }
 
1350
 
1351
  .fa-eye-dropper:before {
1352
+ content: "\f1fb"; }
 
1353
 
1354
  .fa-eye-slash:before {
1355
+ content: "\f070"; }
 
1356
 
1357
  .fa-facebook:before {
1358
+ content: "\f09a"; }
 
1359
 
1360
  .fa-facebook-f:before {
1361
+ content: "\f39e"; }
 
1362
 
1363
  .fa-facebook-messenger:before {
1364
+ content: "\f39f"; }
 
1365
 
1366
  .fa-facebook-square:before {
1367
+ content: "\f082"; }
1368
+
1369
+ .fa-fantasy-flight-games:before {
1370
+ content: "\f6dc"; }
1371
 
1372
  .fa-fast-backward:before {
1373
+ content: "\f049"; }
 
1374
 
1375
  .fa-fast-forward:before {
1376
+ content: "\f050"; }
 
1377
 
1378
  .fa-fax:before {
1379
+ content: "\f1ac"; }
 
1380
 
1381
  .fa-feather:before {
1382
+ content: "\f52d"; }
 
1383
 
1384
  .fa-feather-alt:before {
1385
+ content: "\f56b"; }
 
1386
 
1387
  .fa-female:before {
1388
+ content: "\f182"; }
 
1389
 
1390
  .fa-fighter-jet:before {
1391
+ content: "\f0fb"; }
 
1392
 
1393
  .fa-file:before {
1394
+ content: "\f15b"; }
 
1395
 
1396
  .fa-file-alt:before {
1397
+ content: "\f15c"; }
 
1398
 
1399
  .fa-file-archive:before {
1400
+ content: "\f1c6"; }
 
1401
 
1402
  .fa-file-audio:before {
1403
+ content: "\f1c7"; }
 
1404
 
1405
  .fa-file-code:before {
1406
+ content: "\f1c9"; }
 
1407
 
1408
  .fa-file-contract:before {
1409
+ content: "\f56c"; }
1410
+
1411
+ .fa-file-csv:before {
1412
+ content: "\f6dd"; }
1413
 
1414
  .fa-file-download:before {
1415
+ content: "\f56d"; }
 
1416
 
1417
  .fa-file-excel:before {
1418
+ content: "\f1c3"; }
 
1419
 
1420
  .fa-file-export:before {
1421
+ content: "\f56e"; }
 
1422
 
1423
  .fa-file-image:before {
1424
+ content: "\f1c5"; }
 
1425
 
1426
  .fa-file-import:before {
1427
+ content: "\f56f"; }
 
1428
 
1429
  .fa-file-invoice:before {
1430
+ content: "\f570"; }
 
1431
 
1432
  .fa-file-invoice-dollar:before {
1433
+ content: "\f571"; }
 
1434
 
1435
  .fa-file-medical:before {
1436
+ content: "\f477"; }
 
1437
 
1438
  .fa-file-medical-alt:before {
1439
+ content: "\f478"; }
 
1440
 
1441
  .fa-file-pdf:before {
1442
+ content: "\f1c1"; }
 
1443
 
1444
  .fa-file-powerpoint:before {
1445
+ content: "\f1c4"; }
 
1446
 
1447
  .fa-file-prescription:before {
1448
+ content: "\f572"; }
 
1449
 
1450
  .fa-file-signature:before {
1451
+ content: "\f573"; }
 
1452
 
1453
  .fa-file-upload:before {
1454
+ content: "\f574"; }
 
1455
 
1456
  .fa-file-video:before {
1457
+ content: "\f1c8"; }
 
1458
 
1459
  .fa-file-word:before {
1460
+ content: "\f1c2"; }
 
1461
 
1462
  .fa-fill:before {
1463
+ content: "\f575"; }
 
1464
 
1465
  .fa-fill-drip:before {
1466
+ content: "\f576"; }
 
1467
 
1468
  .fa-film:before {
1469
+ content: "\f008"; }
 
1470
 
1471
  .fa-filter:before {
1472
+ content: "\f0b0"; }
 
1473
 
1474
  .fa-fingerprint:before {
1475
+ content: "\f577"; }
 
1476
 
1477
  .fa-fire:before {
1478
+ content: "\f06d"; }
 
1479
 
1480
  .fa-fire-extinguisher:before {
1481
+ content: "\f134"; }
 
1482
 
1483
  .fa-firefox:before {
1484
+ content: "\f269"; }
 
1485
 
1486
  .fa-first-aid:before {
1487
+ content: "\f479"; }
 
1488
 
1489
  .fa-first-order:before {
1490
+ content: "\f2b0"; }
 
1491
 
1492
  .fa-first-order-alt:before {
1493
+ content: "\f50a"; }
 
1494
 
1495
  .fa-firstdraft:before {
1496
+ content: "\f3a1"; }
 
1497
 
1498
  .fa-fish:before {
1499
+ content: "\f578"; }
1500
+
1501
+ .fa-fist-raised:before {
1502
+ content: "\f6de"; }
1503
 
1504
  .fa-flag:before {
1505
+ content: "\f024"; }
 
1506
 
1507
  .fa-flag-checkered:before {
1508
+ content: "\f11e"; }
1509
+
1510
+ .fa-flag-usa:before {
1511
+ content: "\f74d"; }
1512
 
1513
  .fa-flask:before {
1514
+ content: "\f0c3"; }
 
1515
 
1516
  .fa-flickr:before {
1517
+ content: "\f16e"; }
 
1518
 
1519
  .fa-flipboard:before {
1520
+ content: "\f44d"; }
 
1521
 
1522
  .fa-flushed:before {
1523
+ content: "\f579"; }
 
1524
 
1525
  .fa-fly:before {
1526
+ content: "\f417"; }
 
1527
 
1528
  .fa-folder:before {
1529
+ content: "\f07b"; }
1530
+
1531
+ .fa-folder-minus:before {
1532
+ content: "\f65d"; }
1533
 
1534
  .fa-folder-open:before {
1535
+ content: "\f07c"; }
1536
+
1537
+ .fa-folder-plus:before {
1538
+ content: "\f65e"; }
1539
 
1540
  .fa-font:before {
1541
+ content: "\f031"; }
 
1542
 
1543
  .fa-font-awesome:before {
1544
+ content: "\f2b4"; }
 
1545
 
1546
  .fa-font-awesome-alt:before {
1547
+ content: "\f35c"; }
 
1548
 
1549
  .fa-font-awesome-flag:before {
1550
+ content: "\f425"; }
 
1551
 
1552
  .fa-font-awesome-logo-full:before {
1553
+ content: "\f4e6"; }
 
1554
 
1555
  .fa-fonticons:before {
1556
+ content: "\f280"; }
 
1557
 
1558
  .fa-fonticons-fi:before {
1559
+ content: "\f3a2"; }
 
1560
 
1561
  .fa-football-ball:before {
1562
+ content: "\f44e"; }
 
1563
 
1564
  .fa-fort-awesome:before {
1565
+ content: "\f286"; }
 
1566
 
1567
  .fa-fort-awesome-alt:before {
1568
+ content: "\f3a3"; }
 
1569
 
1570
  .fa-forumbee:before {
1571
+ content: "\f211"; }
 
1572
 
1573
  .fa-forward:before {
1574
+ content: "\f04e"; }
 
1575
 
1576
  .fa-foursquare:before {
1577
+ content: "\f180"; }
 
1578
 
1579
  .fa-free-code-camp:before {
1580
+ content: "\f2c5"; }
 
1581
 
1582
  .fa-freebsd:before {
1583
+ content: "\f3a4"; }
 
1584
 
1585
  .fa-frog:before {
1586
+ content: "\f52e"; }
 
1587
 
1588
  .fa-frown:before {
1589
+ content: "\f119"; }
 
1590
 
1591
  .fa-frown-open:before {
1592
+ content: "\f57a"; }
 
1593
 
1594
  .fa-fulcrum:before {
1595
+ content: "\f50b"; }
1596
+
1597
+ .fa-funnel-dollar:before {
1598
+ content: "\f662"; }
1599
 
1600
  .fa-futbol:before {
1601
+ content: "\f1e3"; }
 
1602
 
1603
  .fa-galactic-republic:before {
1604
+ content: "\f50c"; }
 
1605
 
1606
  .fa-galactic-senate:before {
1607
+ content: "\f50d"; }
 
1608
 
1609
  .fa-gamepad:before {
1610
+ content: "\f11b"; }
 
1611
 
1612
  .fa-gas-pump:before {
1613
+ content: "\f52f"; }
 
1614
 
1615
  .fa-gavel:before {
1616
+ content: "\f0e3"; }
 
1617
 
1618
  .fa-gem:before {
1619
+ content: "\f3a5"; }
 
1620
 
1621
  .fa-genderless:before {
1622
+ content: "\f22d"; }
 
1623
 
1624
  .fa-get-pocket:before {
1625
+ content: "\f265"; }
 
1626
 
1627
  .fa-gg:before {
1628
+ content: "\f260"; }
 
1629
 
1630
  .fa-gg-circle:before {
1631
+ content: "\f261"; }
1632
+
1633
+ .fa-ghost:before {
1634
+ content: "\f6e2"; }
1635
 
1636
  .fa-gift:before {
1637
+ content: "\f06b"; }
 
1638
 
1639
  .fa-git:before {
1640
+ content: "\f1d3"; }
 
1641
 
1642
  .fa-git-square:before {
1643
+ content: "\f1d2"; }
 
1644
 
1645
  .fa-github:before {
1646
+ content: "\f09b"; }
 
1647
 
1648
  .fa-github-alt:before {
1649
+ content: "\f113"; }
 
1650
 
1651
  .fa-github-square:before {
1652
+ content: "\f092"; }
 
1653
 
1654
  .fa-gitkraken:before {
1655
+ content: "\f3a6"; }
 
1656
 
1657
  .fa-gitlab:before {
1658
+ content: "\f296"; }
 
1659
 
1660
  .fa-gitter:before {
1661
+ content: "\f426"; }
 
1662
 
1663
  .fa-glass-martini:before {
1664
+ content: "\f000"; }
 
1665
 
1666
  .fa-glass-martini-alt:before {
1667
+ content: "\f57b"; }
 
1668
 
1669
  .fa-glasses:before {
1670
+ content: "\f530"; }
 
1671
 
1672
  .fa-glide:before {
1673
+ content: "\f2a5"; }
 
1674
 
1675
  .fa-glide-g:before {
1676
+ content: "\f2a6"; }
 
1677
 
1678
  .fa-globe:before {
1679
+ content: "\f0ac"; }
 
1680
 
1681
  .fa-globe-africa:before {
1682
+ content: "\f57c"; }
 
1683
 
1684
  .fa-globe-americas:before {
1685
+ content: "\f57d"; }
 
1686
 
1687
  .fa-globe-asia:before {
1688
+ content: "\f57e"; }
 
1689
 
1690
  .fa-gofore:before {
1691
+ content: "\f3a7"; }
 
1692
 
1693
  .fa-golf-ball:before {
1694
+ content: "\f450"; }
 
1695
 
1696
  .fa-goodreads:before {
1697
+ content: "\f3a8"; }
 
1698
 
1699
  .fa-goodreads-g:before {
1700
+ content: "\f3a9"; }
 
1701
 
1702
  .fa-google:before {
1703
+ content: "\f1a0"; }
 
1704
 
1705
  .fa-google-drive:before {
1706
+ content: "\f3aa"; }
 
1707
 
1708
  .fa-google-play:before {
1709
+ content: "\f3ab"; }
 
1710
 
1711
  .fa-google-plus:before {
1712
+ content: "\f2b3"; }
 
1713
 
1714
  .fa-google-plus-g:before {
1715
+ content: "\f0d5"; }
 
1716
 
1717
  .fa-google-plus-square:before {
1718
+ content: "\f0d4"; }
 
1719
 
1720
  .fa-google-wallet:before {
1721
+ content: "\f1ee"; }
1722
+
1723
+ .fa-gopuram:before {
1724
+ content: "\f664"; }
1725
 
1726
  .fa-graduation-cap:before {
1727
+ content: "\f19d"; }
 
1728
 
1729
  .fa-gratipay:before {
1730
+ content: "\f184"; }
 
1731
 
1732
  .fa-grav:before {
1733
+ content: "\f2d6"; }
 
1734
 
1735
  .fa-greater-than:before {
1736
+ content: "\f531"; }
 
1737
 
1738
  .fa-greater-than-equal:before {
1739
+ content: "\f532"; }
 
1740
 
1741
  .fa-grimace:before {
1742
+ content: "\f57f"; }
 
1743
 
1744
  .fa-grin:before {
1745
+ content: "\f580"; }
 
1746
 
1747
  .fa-grin-alt:before {
1748
+ content: "\f581"; }
 
1749
 
1750
  .fa-grin-beam:before {
1751
+ content: "\f582"; }
 
1752
 
1753
  .fa-grin-beam-sweat:before {
1754
+ content: "\f583"; }
 
1755
 
1756
  .fa-grin-hearts:before {
1757
+ content: "\f584"; }
 
1758
 
1759
  .fa-grin-squint:before {
1760
+ content: "\f585"; }
 
1761
 
1762
  .fa-grin-squint-tears:before {
1763
+ content: "\f586"; }
 
1764
 
1765
  .fa-grin-stars:before {
1766
+ content: "\f587"; }
 
1767
 
1768
  .fa-grin-tears:before {
1769
+ content: "\f588"; }
 
1770
 
1771
  .fa-grin-tongue:before {
1772
+ content: "\f589"; }
 
1773
 
1774
  .fa-grin-tongue-squint:before {
1775
+ content: "\f58a"; }
 
1776
 
1777
  .fa-grin-tongue-wink:before {
1778
+ content: "\f58b"; }
 
1779
 
1780
  .fa-grin-wink:before {
1781
+ content: "\f58c"; }
 
1782
 
1783
  .fa-grip-horizontal:before {
1784
+ content: "\f58d"; }
 
1785
 
1786
  .fa-grip-vertical:before {
1787
+ content: "\f58e"; }
 
1788
 
1789
  .fa-gripfire:before {
1790
+ content: "\f3ac"; }
 
1791
 
1792
  .fa-grunt:before {
1793
+ content: "\f3ad"; }
 
1794
 
1795
  .fa-gulp:before {
1796
+ content: "\f3ae"; }
 
1797
 
1798
  .fa-h-square:before {
1799
+ content: "\f0fd"; }
 
1800
 
1801
  .fa-hacker-news:before {
1802
+ content: "\f1d4"; }
 
1803
 
1804
  .fa-hacker-news-square:before {
1805
+ content: "\f3af"; }
 
1806
 
1807
  .fa-hackerrank:before {
1808
+ content: "\f5f7"; }
1809
+
1810
+ .fa-hammer:before {
1811
+ content: "\f6e3"; }
1812
+
1813
+ .fa-hamsa:before {
1814
+ content: "\f665"; }
1815
 
1816
  .fa-hand-holding:before {
1817
+ content: "\f4bd"; }
 
1818
 
1819
  .fa-hand-holding-heart:before {
1820
+ content: "\f4be"; }
 
1821
 
1822
  .fa-hand-holding-usd:before {
1823
+ content: "\f4c0"; }
 
1824
 
1825
  .fa-hand-lizard:before {
1826
+ content: "\f258"; }
 
1827
 
1828
  .fa-hand-paper:before {
1829
+ content: "\f256"; }
 
1830
 
1831
  .fa-hand-peace:before {
1832
+ content: "\f25b"; }
 
1833
 
1834
  .fa-hand-point-down:before {
1835
+ content: "\f0a7"; }
 
1836
 
1837
  .fa-hand-point-left:before {
1838
+ content: "\f0a5"; }
 
1839
 
1840
  .fa-hand-point-right:before {
1841
+ content: "\f0a4"; }
 
1842
 
1843
  .fa-hand-point-up:before {
1844
+ content: "\f0a6"; }
 
1845
 
1846
  .fa-hand-pointer:before {
1847
+ content: "\f25a"; }
 
1848
 
1849
  .fa-hand-rock:before {
1850
+ content: "\f255"; }
 
1851
 
1852
  .fa-hand-scissors:before {
1853
+ content: "\f257"; }
 
1854
 
1855
  .fa-hand-spock:before {
1856
+ content: "\f259"; }
 
1857
 
1858
  .fa-hands:before {
1859
+ content: "\f4c2"; }
 
1860
 
1861
  .fa-hands-helping:before {
1862
+ content: "\f4c4"; }
 
1863
 
1864
  .fa-handshake:before {
1865
+ content: "\f2b5"; }
1866
+
1867
+ .fa-hanukiah:before {
1868
+ content: "\f6e6"; }
1869
 
1870
  .fa-hashtag:before {
1871
+ content: "\f292"; }
1872
+
1873
+ .fa-hat-wizard:before {
1874
+ content: "\f6e8"; }
1875
+
1876
+ .fa-haykal:before {
1877
+ content: "\f666"; }
1878
 
1879
  .fa-hdd:before {
1880
+ content: "\f0a0"; }
 
1881
 
1882
  .fa-heading:before {
1883
+ content: "\f1dc"; }
 
1884
 
1885
  .fa-headphones:before {
1886
+ content: "\f025"; }
 
1887
 
1888
  .fa-headphones-alt:before {
1889
+ content: "\f58f"; }
 
1890
 
1891
  .fa-headset:before {
1892
+ content: "\f590"; }
 
1893
 
1894
  .fa-heart:before {
1895
+ content: "\f004"; }
 
1896
 
1897
  .fa-heartbeat:before {
1898
+ content: "\f21e"; }
 
1899
 
1900
  .fa-helicopter:before {
1901
+ content: "\f533"; }
 
1902
 
1903
  .fa-highlighter:before {
1904
+ content: "\f591"; }
1905
+
1906
+ .fa-hiking:before {
1907
+ content: "\f6ec"; }
1908
+
1909
+ .fa-hippo:before {
1910
+ content: "\f6ed"; }
1911
 
1912
  .fa-hips:before {
1913
+ content: "\f452"; }
 
1914
 
1915
  .fa-hire-a-helper:before {
1916
+ content: "\f3b0"; }
 
1917
 
1918
  .fa-history:before {
1919
+ content: "\f1da"; }
 
1920
 
1921
  .fa-hockey-puck:before {
1922
+ content: "\f453"; }
 
1923
 
1924
  .fa-home:before {
1925
+ content: "\f015"; }
 
1926
 
1927
  .fa-hooli:before {
1928
+ content: "\f427"; }
 
1929
 
1930
  .fa-hornbill:before {
1931
+ content: "\f592"; }
1932
+
1933
+ .fa-horse:before {
1934
+ content: "\f6f0"; }
1935
 
1936
  .fa-hospital:before {
1937
+ content: "\f0f8"; }
 
1938
 
1939
  .fa-hospital-alt:before {
1940
+ content: "\f47d"; }
 
1941
 
1942
  .fa-hospital-symbol:before {
1943
+ content: "\f47e"; }
 
1944
 
1945
  .fa-hot-tub:before {
1946
+ content: "\f593"; }
 
1947
 
1948
  .fa-hotel:before {
1949
+ content: "\f594"; }
 
1950
 
1951
  .fa-hotjar:before {
1952
+ content: "\f3b1"; }
 
1953
 
1954
  .fa-hourglass:before {
1955
+ content: "\f254"; }
 
1956
 
1957
  .fa-hourglass-end:before {
1958
+ content: "\f253"; }
 
1959
 
1960
  .fa-hourglass-half:before {
1961
+ content: "\f252"; }
 
1962
 
1963
  .fa-hourglass-start:before {
1964
+ content: "\f251"; }
1965
+
1966
+ .fa-house-damage:before {
1967
+ content: "\f6f1"; }
1968
 
1969
  .fa-houzz:before {
1970
+ content: "\f27c"; }
1971
+
1972
+ .fa-hryvnia:before {
1973
+ content: "\f6f2"; }
1974
 
1975
  .fa-html5:before {
1976
+ content: "\f13b"; }
 
1977
 
1978
  .fa-hubspot:before {
1979
+ content: "\f3b2"; }
 
1980
 
1981
  .fa-i-cursor:before {
1982
+ content: "\f246"; }
 
1983
 
1984
  .fa-id-badge:before {
1985
+ content: "\f2c1"; }
 
1986
 
1987
  .fa-id-card:before {
1988
+ content: "\f2c2"; }
 
1989
 
1990
  .fa-id-card-alt:before {
1991
+ content: "\f47f"; }
 
1992
 
1993
  .fa-image:before {
1994
+ content: "\f03e"; }
 
1995
 
1996
  .fa-images:before {
1997
+ content: "\f302"; }
 
1998
 
1999
  .fa-imdb:before {
2000
+ content: "\f2d8"; }
 
2001
 
2002
  .fa-inbox:before {
2003
+ content: "\f01c"; }
 
2004
 
2005
  .fa-indent:before {
2006
+ content: "\f03c"; }
 
2007
 
2008
  .fa-industry:before {
2009
+ content: "\f275"; }
 
2010
 
2011
  .fa-infinity:before {
2012
+ content: "\f534"; }
 
2013
 
2014
  .fa-info:before {
2015
+ content: "\f129"; }
 
2016
 
2017
  .fa-info-circle:before {
2018
+ content: "\f05a"; }
 
2019
 
2020
  .fa-instagram:before {
2021
+ content: "\f16d"; }
 
2022
 
2023
  .fa-internet-explorer:before {
2024
+ content: "\f26b"; }
 
2025
 
2026
  .fa-ioxhost:before {
2027
+ content: "\f208"; }
 
2028
 
2029
  .fa-italic:before {
2030
+ content: "\f033"; }
 
2031
 
2032
  .fa-itunes:before {
2033
+ content: "\f3b4"; }
 
2034
 
2035
  .fa-itunes-note:before {
2036
+ content: "\f3b5"; }
 
2037
 
2038
  .fa-java:before {
2039
+ content: "\f4e4"; }
2040
+
2041
+ .fa-jedi:before {
2042
+ content: "\f669"; }
2043
 
2044
  .fa-jedi-order:before {
2045
+ content: "\f50e"; }
 
2046
 
2047
  .fa-jenkins:before {
2048
+ content: "\f3b6"; }
 
2049
 
2050
  .fa-joget:before {
2051
+ content: "\f3b7"; }
 
2052
 
2053
  .fa-joint:before {
2054
+ content: "\f595"; }
 
2055
 
2056
  .fa-joomla:before {
2057
+ content: "\f1aa"; }
2058
+
2059
+ .fa-journal-whills:before {
2060
+ content: "\f66a"; }
2061
 
2062
  .fa-js:before {
2063
+ content: "\f3b8"; }
 
2064
 
2065
  .fa-js-square:before {
2066
+ content: "\f3b9"; }
 
2067
 
2068
  .fa-jsfiddle:before {
2069
+ content: "\f1cc"; }
2070
+
2071
+ .fa-kaaba:before {
2072
+ content: "\f66b"; }
2073
 
2074
  .fa-kaggle:before {
2075
+ content: "\f5fa"; }
 
2076
 
2077
  .fa-key:before {
2078
+ content: "\f084"; }
 
2079
 
2080
  .fa-keybase:before {
2081
+ content: "\f4f5"; }
 
2082
 
2083
  .fa-keyboard:before {
2084
+ content: "\f11c"; }
 
2085
 
2086
  .fa-keycdn:before {
2087
+ content: "\f3ba"; }
2088
+
2089
+ .fa-khanda:before {
2090
+ content: "\f66d"; }
2091
 
2092
  .fa-kickstarter:before {
2093
+ content: "\f3bb"; }
 
2094
 
2095
  .fa-kickstarter-k:before {
2096
+ content: "\f3bc"; }
 
2097
 
2098
  .fa-kiss:before {
2099
+ content: "\f596"; }
 
2100
 
2101
  .fa-kiss-beam:before {
2102
+ content: "\f597"; }
 
2103
 
2104
  .fa-kiss-wink-heart:before {
2105
+ content: "\f598"; }
 
2106
 
2107
  .fa-kiwi-bird:before {
2108
+ content: "\f535"; }
 
2109
 
2110
  .fa-korvue:before {
2111
+ content: "\f42f"; }
2112
+
2113
+ .fa-landmark:before {
2114
+ content: "\f66f"; }
2115
 
2116
  .fa-language:before {
2117
+ content: "\f1ab"; }
 
2118
 
2119
  .fa-laptop:before {
2120
+ content: "\f109"; }
 
2121
 
2122
  .fa-laptop-code:before {
2123
+ content: "\f5fc"; }
 
2124
 
2125
  .fa-laravel:before {
2126
+ content: "\f3bd"; }
 
2127
 
2128
  .fa-lastfm:before {
2129
+ content: "\f202"; }
 
2130
 
2131
  .fa-lastfm-square:before {
2132
+ content: "\f203"; }
 
2133
 
2134
  .fa-laugh:before {
2135
+ content: "\f599"; }
 
2136
 
2137
  .fa-laugh-beam:before {
2138
+ content: "\f59a"; }
 
2139
 
2140
  .fa-laugh-squint:before {
2141
+ content: "\f59b"; }
 
2142
 
2143
  .fa-laugh-wink:before {
2144
+ content: "\f59c"; }
 
2145
 
2146
  .fa-layer-group:before {
2147
+ content: "\f5fd"; }
 
2148
 
2149
  .fa-leaf:before {
2150
+ content: "\f06c"; }
 
2151
 
2152
  .fa-leanpub:before {
2153
+ content: "\f212"; }
 
2154
 
2155
  .fa-lemon:before {
2156
+ content: "\f094"; }
 
2157
 
2158
  .fa-less:before {
2159
+ content: "\f41d"; }
 
2160
 
2161
  .fa-less-than:before {
2162
+ content: "\f536"; }
 
2163
 
2164
  .fa-less-than-equal:before {
2165
+ content: "\f537"; }
 
2166
 
2167
  .fa-level-down-alt:before {
2168
+ content: "\f3be"; }
 
2169
 
2170
  .fa-level-up-alt:before {
2171
+ content: "\f3bf"; }
 
2172
 
2173
  .fa-life-ring:before {
2174
+ content: "\f1cd"; }
 
2175
 
2176
  .fa-lightbulb:before {
2177
+ content: "\f0eb"; }
 
2178
 
2179
  .fa-line:before {
2180
+ content: "\f3c0"; }
 
2181
 
2182
  .fa-link:before {
2183
+ content: "\f0c1"; }
 
2184
 
2185
  .fa-linkedin:before {
2186
+ content: "\f08c"; }
 
2187
 
2188
  .fa-linkedin-in:before {
2189
+ content: "\f0e1"; }
 
2190
 
2191
  .fa-linode:before {
2192
+ content: "\f2b8"; }
 
2193
 
2194
  .fa-linux:before {
2195
+ content: "\f17c"; }
 
2196
 
2197
  .fa-lira-sign:before {
2198
+ content: "\f195"; }
 
2199
 
2200
  .fa-list:before {
2201
+ content: "\f03a"; }
 
2202
 
2203
  .fa-list-alt:before {
2204
+ content: "\f022"; }
 
2205
 
2206
  .fa-list-ol:before {
2207
+ content: "\f0cb"; }
 
2208
 
2209
  .fa-list-ul:before {
2210
+ content: "\f0ca"; }
 
2211
 
2212
  .fa-location-arrow:before {
2213
+ content: "\f124"; }
 
2214
 
2215
  .fa-lock:before {
2216
+ content: "\f023"; }
 
2217
 
2218
  .fa-lock-open:before {
2219
+ content: "\f3c1"; }
 
2220
 
2221
  .fa-long-arrow-alt-down:before {
2222
+ content: "\f309"; }
 
2223
 
2224
  .fa-long-arrow-alt-left:before {
2225
+ content: "\f30a"; }
 
2226
 
2227
  .fa-long-arrow-alt-right:before {
2228
+ content: "\f30b"; }
 
2229
 
2230
  .fa-long-arrow-alt-up:before {
2231
+ content: "\f30c"; }
 
2232
 
2233
  .fa-low-vision:before {
2234
+ content: "\f2a8"; }
 
2235
 
2236
  .fa-luggage-cart:before {
2237
+ content: "\f59d"; }
 
2238
 
2239
  .fa-lyft:before {
2240
+ content: "\f3c3"; }
 
2241
 
2242
  .fa-magento:before {
2243
+ content: "\f3c4"; }
 
2244
 
2245
  .fa-magic:before {
2246
+ content: "\f0d0"; }
 
2247
 
2248
  .fa-magnet:before {
2249
+ content: "\f076"; }
2250
+
2251
+ .fa-mail-bulk:before {
2252
+ content: "\f674"; }
2253
 
2254
  .fa-mailchimp:before {
2255
+ content: "\f59e"; }
 
2256
 
2257
  .fa-male:before {
2258
+ content: "\f183"; }
 
2259
 
2260
  .fa-mandalorian:before {
2261
+ content: "\f50f"; }
 
2262
 
2263
  .fa-map:before {
2264
+ content: "\f279"; }
 
2265
 
2266
  .fa-map-marked:before {
2267
+ content: "\f59f"; }
 
2268
 
2269
  .fa-map-marked-alt:before {
2270
+ content: "\f5a0"; }
 
2271
 
2272
  .fa-map-marker:before {
2273
+ content: "\f041"; }
 
2274
 
2275
  .fa-map-marker-alt:before {
2276
+ content: "\f3c5"; }
 
2277
 
2278
  .fa-map-pin:before {
2279
+ content: "\f276"; }
 
2280
 
2281
  .fa-map-signs:before {
2282
+ content: "\f277"; }
 
2283
 
2284
  .fa-markdown:before {
2285
+ content: "\f60f"; }
 
2286
 
2287
  .fa-marker:before {
2288
+ content: "\f5a1"; }
 
2289
 
2290
  .fa-mars:before {
2291
+ content: "\f222"; }
 
2292
 
2293
  .fa-mars-double:before {
2294
+ content: "\f227"; }
 
2295
 
2296
  .fa-mars-stroke:before {
2297
+ content: "\f229"; }
 
2298
 
2299
  .fa-mars-stroke-h:before {
2300
+ content: "\f22b"; }
 
2301
 
2302
  .fa-mars-stroke-v:before {
2303
+ content: "\f22a"; }
2304
+
2305
+ .fa-mask:before {
2306
+ content: "\f6fa"; }
2307
 
2308
  .fa-mastodon:before {
2309
+ content: "\f4f6"; }
 
2310
 
2311
  .fa-maxcdn:before {
2312
+ content: "\f136"; }
 
2313
 
2314
  .fa-medal:before {
2315
+ content: "\f5a2"; }
 
2316
 
2317
  .fa-medapps:before {
2318
+ content: "\f3c6"; }
 
2319
 
2320
  .fa-medium:before {
2321
+ content: "\f23a"; }
 
2322
 
2323
  .fa-medium-m:before {
2324
+ content: "\f3c7"; }
 
2325
 
2326
  .fa-medkit:before {
2327
+ content: "\f0fa"; }
 
2328
 
2329
  .fa-medrt:before {
2330
+ content: "\f3c8"; }
 
2331
 
2332
  .fa-meetup:before {
2333
+ content: "\f2e0"; }
 
2334
 
2335
  .fa-megaport:before {
2336
+ content: "\f5a3"; }
 
2337
 
2338
  .fa-meh:before {
2339
+ content: "\f11a"; }
 
2340
 
2341
  .fa-meh-blank:before {
2342
+ content: "\f5a4"; }
 
2343
 
2344
  .fa-meh-rolling-eyes:before {
2345
+ content: "\f5a5"; }
 
2346
 
2347
  .fa-memory:before {
2348
+ content: "\f538"; }
2349
+
2350
+ .fa-menorah:before {
2351
+ content: "\f676"; }
2352
 
2353
  .fa-mercury:before {
2354
+ content: "\f223"; }
2355
+
2356
+ .fa-meteor:before {
2357
+ content: "\f753"; }
2358
 
2359
  .fa-microchip:before {
2360
+ content: "\f2db"; }
 
2361
 
2362
  .fa-microphone:before {
2363
+ content: "\f130"; }
 
2364
 
2365
  .fa-microphone-alt:before {
2366
+ content: "\f3c9"; }
 
2367
 
2368
  .fa-microphone-alt-slash:before {
2369
+ content: "\f539"; }
 
2370
 
2371
  .fa-microphone-slash:before {
2372
+ content: "\f131"; }
 
2373
 
2374
  .fa-microscope:before {
2375
+ content: "\f610"; }
 
2376
 
2377
  .fa-microsoft:before {
2378
+ content: "\f3ca"; }
 
2379
 
2380
  .fa-minus:before {
2381
+ content: "\f068"; }
 
2382
 
2383
  .fa-minus-circle:before {
2384
+ content: "\f056"; }
 
2385
 
2386
  .fa-minus-square:before {
2387
+ content: "\f146"; }
 
2388
 
2389
  .fa-mix:before {
2390
+ content: "\f3cb"; }
 
2391
 
2392
  .fa-mixcloud:before {
2393
+ content: "\f289"; }
 
2394
 
2395
  .fa-mizuni:before {
2396
+ content: "\f3cc"; }
 
2397
 
2398
  .fa-mobile:before {
2399
+ content: "\f10b"; }
 
2400
 
2401
  .fa-mobile-alt:before {
2402
+ content: "\f3cd"; }
 
2403
 
2404
  .fa-modx:before {
2405
+ content: "\f285"; }
 
2406
 
2407
  .fa-monero:before {
2408
+ content: "\f3d0"; }
 
2409
 
2410
  .fa-money-bill:before {
2411
+ content: "\f0d6"; }
 
2412
 
2413
  .fa-money-bill-alt:before {
2414
+ content: "\f3d1"; }
 
2415
 
2416
  .fa-money-bill-wave:before {
2417
+ content: "\f53a"; }
 
2418
 
2419
  .fa-money-bill-wave-alt:before {
2420
+ content: "\f53b"; }
 
2421
 
2422
  .fa-money-check:before {
2423
+ content: "\f53c"; }
 
2424
 
2425
  .fa-money-check-alt:before {
2426
+ content: "\f53d"; }
 
2427
 
2428
  .fa-monument:before {
2429
+ content: "\f5a6"; }
 
2430
 
2431
  .fa-moon:before {
2432
+ content: "\f186"; }
 
2433
 
2434
  .fa-mortar-pestle:before {
2435
+ content: "\f5a7"; }
2436
+
2437
+ .fa-mosque:before {
2438
+ content: "\f678"; }
2439
 
2440
  .fa-motorcycle:before {
2441
+ content: "\f21c"; }
2442
+
2443
+ .fa-mountain:before {
2444
+ content: "\f6fc"; }
2445
 
2446
  .fa-mouse-pointer:before {
2447
+ content: "\f245"; }
 
2448
 
2449
  .fa-music:before {
2450
+ content: "\f001"; }
 
2451
 
2452
  .fa-napster:before {
2453
+ content: "\f3d2"; }
 
2454
 
2455
  .fa-neos:before {
2456
+ content: "\f612"; }
2457
+
2458
+ .fa-network-wired:before {
2459
+ content: "\f6ff"; }
2460
 
2461
  .fa-neuter:before {
2462
+ content: "\f22c"; }
 
2463
 
2464
  .fa-newspaper:before {
2465
+ content: "\f1ea"; }
 
2466
 
2467
  .fa-nimblr:before {
2468
+ content: "\f5a8"; }
 
2469
 
2470
  .fa-nintendo-switch:before {
2471
+ content: "\f418"; }
 
2472
 
2473
  .fa-node:before {
2474
+ content: "\f419"; }
 
2475
 
2476
  .fa-node-js:before {
2477
+ content: "\f3d3"; }
 
2478
 
2479
  .fa-not-equal:before {
2480
+ content: "\f53e"; }
 
2481
 
2482
  .fa-notes-medical:before {
2483
+ content: "\f481"; }
 
2484
 
2485
  .fa-npm:before {
2486
+ content: "\f3d4"; }
 
2487
 
2488
  .fa-ns8:before {
2489
+ content: "\f3d5"; }
 
2490
 
2491
  .fa-nutritionix:before {
2492
+ content: "\f3d6"; }
 
2493
 
2494
  .fa-object-group:before {
2495
+ content: "\f247"; }
 
2496
 
2497
  .fa-object-ungroup:before {
2498
+ content: "\f248"; }
 
2499
 
2500
  .fa-odnoklassniki:before {
2501
+ content: "\f263"; }
 
2502
 
2503
  .fa-odnoklassniki-square:before {
2504
+ content: "\f264"; }
 
2505
 
2506
  .fa-oil-can:before {
2507
+ content: "\f613"; }
 
2508
 
2509
  .fa-old-republic:before {
2510
+ content: "\f510"; }
2511
+
2512
+ .fa-om:before {
2513
+ content: "\f679"; }
2514
 
2515
  .fa-opencart:before {
2516
+ content: "\f23d"; }
 
2517
 
2518
  .fa-openid:before {
2519
+ content: "\f19b"; }
 
2520
 
2521
  .fa-opera:before {
2522
+ content: "\f26a"; }
 
2523
 
2524
  .fa-optin-monster:before {
2525
+ content: "\f23c"; }
 
2526
 
2527
  .fa-osi:before {
2528
+ content: "\f41a"; }
2529
+
2530
+ .fa-otter:before {
2531
+ content: "\f700"; }
2532
 
2533
  .fa-outdent:before {
2534
+ content: "\f03b"; }
 
2535
 
2536
  .fa-page4:before {
2537
+ content: "\f3d7"; }
 
2538
 
2539
  .fa-pagelines:before {
2540
+ content: "\f18c"; }
 
2541
 
2542
  .fa-paint-brush:before {
2543
+ content: "\f1fc"; }
 
2544
 
2545
  .fa-paint-roller:before {
2546
+ content: "\f5aa"; }
 
2547
 
2548
  .fa-palette:before {
2549
+ content: "\f53f"; }
 
2550
 
2551
  .fa-palfed:before {
2552
+ content: "\f3d8"; }
 
2553
 
2554
  .fa-pallet:before {
2555
+ content: "\f482"; }
 
2556
 
2557
  .fa-paper-plane:before {
2558
+ content: "\f1d8"; }
 
2559
 
2560
  .fa-paperclip:before {
2561
+ content: "\f0c6"; }
 
2562
 
2563
  .fa-parachute-box:before {
2564
+ content: "\f4cd"; }
 
2565
 
2566
  .fa-paragraph:before {
2567
+ content: "\f1dd"; }
 
2568
 
2569
  .fa-parking:before {
2570
+ content: "\f540"; }
 
2571
 
2572
  .fa-passport:before {
2573
+ content: "\f5ab"; }
2574
+
2575
+ .fa-pastafarianism:before {
2576
+ content: "\f67b"; }
2577
 
2578
  .fa-paste:before {
2579
+ content: "\f0ea"; }
 
2580
 
2581
  .fa-patreon:before {
2582
+ content: "\f3d9"; }
 
2583
 
2584
  .fa-pause:before {
2585
+ content: "\f04c"; }
 
2586
 
2587
  .fa-pause-circle:before {
2588
+ content: "\f28b"; }
 
2589
 
2590
  .fa-paw:before {
2591
+ content: "\f1b0"; }
 
2592
 
2593
  .fa-paypal:before {
2594
+ content: "\f1ed"; }
2595
+
2596
+ .fa-peace:before {
2597
+ content: "\f67c"; }
2598
 
2599
  .fa-pen:before {
2600
+ content: "\f304"; }
 
2601
 
2602
  .fa-pen-alt:before {
2603
+ content: "\f305"; }
 
2604
 
2605
  .fa-pen-fancy:before {
2606
+ content: "\f5ac"; }
 
2607
 
2608
  .fa-pen-nib:before {
2609
+ content: "\f5ad"; }
 
2610
 
2611
  .fa-pen-square:before {
2612
+ content: "\f14b"; }
 
2613
 
2614
  .fa-pencil-alt:before {
2615
+ content: "\f303"; }
 
2616
 
2617
  .fa-pencil-ruler:before {
2618
+ content: "\f5ae"; }
2619
+
2620
+ .fa-penny-arcade:before {
2621
+ content: "\f704"; }
2622
 
2623
  .fa-people-carry:before {
2624
+ content: "\f4ce"; }
 
2625
 
2626
  .fa-percent:before {
2627
+ content: "\f295"; }
 
2628
 
2629
  .fa-percentage:before {
2630
+ content: "\f541"; }
 
2631
 
2632
  .fa-periscope:before {
2633
+ content: "\f3da"; }
2634
+
2635
+ .fa-person-booth:before {
2636
+ content: "\f756"; }
2637
 
2638
  .fa-phabricator:before {
2639
+ content: "\f3db"; }
 
2640
 
2641
  .fa-phoenix-framework:before {
2642
+ content: "\f3dc"; }
 
2643
 
2644
  .fa-phoenix-squadron:before {
2645
+ content: "\f511"; }
 
2646
 
2647
  .fa-phone:before {
2648
+ content: "\f095"; }
 
2649
 
2650
  .fa-phone-slash:before {
2651
+ content: "\f3dd"; }
 
2652
 
2653
  .fa-phone-square:before {
2654
+ content: "\f098"; }
 
2655
 
2656
  .fa-phone-volume:before {
2657
+ content: "\f2a0"; }
 
2658
 
2659
  .fa-php:before {
2660
+ content: "\f457"; }
 
2661
 
2662
  .fa-pied-piper:before {
2663
+ content: "\f2ae"; }
 
2664
 
2665
  .fa-pied-piper-alt:before {
2666
+ content: "\f1a8"; }
 
2667
 
2668
  .fa-pied-piper-hat:before {
2669
+ content: "\f4e5"; }
 
2670
 
2671
  .fa-pied-piper-pp:before {
2672
+ content: "\f1a7"; }
 
2673
 
2674
  .fa-piggy-bank:before {
2675
+ content: "\f4d3"; }
 
2676
 
2677
  .fa-pills:before {
2678
+ content: "\f484"; }
 
2679
 
2680
  .fa-pinterest:before {
2681
+ content: "\f0d2"; }
 
2682
 
2683
  .fa-pinterest-p:before {
2684
+ content: "\f231"; }
 
2685
 
2686
  .fa-pinterest-square:before {
2687
+ content: "\f0d3"; }
2688
+
2689
+ .fa-place-of-worship:before {
2690
+ content: "\f67f"; }
2691
 
2692
  .fa-plane:before {
2693
+ content: "\f072"; }
 
2694
 
2695
  .fa-plane-arrival:before {
2696
+ content: "\f5af"; }
 
2697
 
2698
  .fa-plane-departure:before {
2699
+ content: "\f5b0"; }
 
2700
 
2701
  .fa-play:before {
2702
+ content: "\f04b"; }
 
2703
 
2704
  .fa-play-circle:before {
2705
+ content: "\f144"; }
 
2706
 
2707
  .fa-playstation:before {
2708
+ content: "\f3df"; }
 
2709
 
2710
  .fa-plug:before {
2711
+ content: "\f1e6"; }
 
2712
 
2713
  .fa-plus:before {
2714
+ content: "\f067"; }
 
2715
 
2716
  .fa-plus-circle:before {
2717
+ content: "\f055"; }
 
2718
 
2719
  .fa-plus-square:before {
2720
+ content: "\f0fe"; }
 
2721
 
2722
  .fa-podcast:before {
2723
+ content: "\f2ce"; }
2724
+
2725
+ .fa-poll:before {
2726
+ content: "\f681"; }
2727
+
2728
+ .fa-poll-h:before {
2729
+ content: "\f682"; }
2730
 
2731
  .fa-poo:before {
2732
+ content: "\f2fe"; }
2733
+
2734
+ .fa-poo-storm:before {
2735
+ content: "\f75a"; }
2736
 
2737
  .fa-poop:before {
2738
+ content: "\f619"; }
 
2739
 
2740
  .fa-portrait:before {
2741
+ content: "\f3e0"; }
 
2742
 
2743
  .fa-pound-sign:before {
2744
+ content: "\f154"; }
 
2745
 
2746
  .fa-power-off:before {
2747
+ content: "\f011"; }
2748
+
2749
+ .fa-pray:before {
2750
+ content: "\f683"; }
2751
+
2752
+ .fa-praying-hands:before {
2753
+ content: "\f684"; }
2754
 
2755
  .fa-prescription:before {
2756
+ content: "\f5b1"; }
 
2757
 
2758
  .fa-prescription-bottle:before {
2759
+ content: "\f485"; }
 
2760
 
2761
  .fa-prescription-bottle-alt:before {
2762
+ content: "\f486"; }
 
2763
 
2764
  .fa-print:before {
2765
+ content: "\f02f"; }
 
2766
 
2767
  .fa-procedures:before {
2768
+ content: "\f487"; }
 
2769
 
2770
  .fa-product-hunt:before {
2771
+ content: "\f288"; }
 
2772
 
2773
  .fa-project-diagram:before {
2774
+ content: "\f542"; }
 
2775
 
2776
  .fa-pushed:before {
2777
+ content: "\f3e1"; }
 
2778
 
2779
  .fa-puzzle-piece:before {
2780
+ content: "\f12e"; }
 
2781
 
2782
  .fa-python:before {
2783
+ content: "\f3e2"; }
 
2784
 
2785
  .fa-qq:before {
2786
+ content: "\f1d6"; }
 
2787
 
2788
  .fa-qrcode:before {
2789
+ content: "\f029"; }
 
2790
 
2791
  .fa-question:before {
2792
+ content: "\f128"; }
 
2793
 
2794
  .fa-question-circle:before {
2795
+ content: "\f059"; }
 
2796
 
2797
  .fa-quidditch:before {
2798
+ content: "\f458"; }
 
2799
 
2800
  .fa-quinscape:before {
2801
+ content: "\f459"; }
 
2802
 
2803
  .fa-quora:before {
2804
+ content: "\f2c4"; }
 
2805
 
2806
  .fa-quote-left:before {
2807
+ content: "\f10d"; }
 
2808
 
2809
  .fa-quote-right:before {
2810
+ content: "\f10e"; }
2811
+
2812
+ .fa-quran:before {
2813
+ content: "\f687"; }
2814
 
2815
  .fa-r-project:before {
2816
+ content: "\f4f7"; }
2817
+
2818
+ .fa-rainbow:before {
2819
+ content: "\f75b"; }
2820
 
2821
  .fa-random:before {
2822
+ content: "\f074"; }
 
2823
 
2824
  .fa-ravelry:before {
2825
+ content: "\f2d9"; }
 
2826
 
2827
  .fa-react:before {
2828
+ content: "\f41b"; }
2829
+
2830
+ .fa-reacteurope:before {
2831
+ content: "\f75d"; }
2832
 
2833
  .fa-readme:before {
2834
+ content: "\f4d5"; }
 
2835
 
2836
  .fa-rebel:before {
2837
+ content: "\f1d0"; }
 
2838
 
2839
  .fa-receipt:before {
2840
+ content: "\f543"; }
 
2841
 
2842
  .fa-recycle:before {
2843
+ content: "\f1b8"; }
 
2844
 
2845
  .fa-red-river:before {
2846
+ content: "\f3e3"; }
 
2847
 
2848
  .fa-reddit:before {
2849
+ content: "\f1a1"; }
 
2850
 
2851
  .fa-reddit-alien:before {
2852
+ content: "\f281"; }
 
2853
 
2854
  .fa-reddit-square:before {
2855
+ content: "\f1a2"; }
 
2856
 
2857
  .fa-redo:before {
2858
+ content: "\f01e"; }
 
2859
 
2860
  .fa-redo-alt:before {
2861
+ content: "\f2f9"; }
 
2862
 
2863
  .fa-registered:before {
2864
+ content: "\f25d"; }
 
 
 
 
 
2865
 
2866
  .fa-renren:before {
2867
+ content: "\f18b"; }
 
2868
 
2869
  .fa-reply:before {
2870
+ content: "\f3e5"; }
 
2871
 
2872
  .fa-reply-all:before {
2873
+ content: "\f122"; }
 
2874
 
2875
  .fa-replyd:before {
2876
+ content: "\f3e6"; }
2877
+
2878
+ .fa-republican:before {
2879
+ content: "\f75e"; }
2880
 
2881
  .fa-researchgate:before {
2882
+ content: "\f4f8"; }
 
2883
 
2884
  .fa-resolving:before {
2885
+ content: "\f3e7"; }
 
2886
 
2887
  .fa-retweet:before {
2888
+ content: "\f079"; }
 
2889
 
2890
  .fa-rev:before {
2891
+ content: "\f5b2"; }
 
2892
 
2893
  .fa-ribbon:before {
2894
+ content: "\f4d6"; }
2895
+
2896
+ .fa-ring:before {
2897
+ content: "\f70b"; }
2898
 
2899
  .fa-road:before {
2900
+ content: "\f018"; }
 
2901
 
2902
  .fa-robot:before {
2903
+ content: "\f544"; }
 
2904
 
2905
  .fa-rocket:before {
2906
+ content: "\f135"; }
 
2907
 
2908
  .fa-rocketchat:before {
2909
+ content: "\f3e8"; }
 
2910
 
2911
  .fa-rockrms:before {
2912
+ content: "\f3e9"; }
 
2913
 
2914
  .fa-route:before {
2915
+ content: "\f4d7"; }
 
2916
 
2917
  .fa-rss:before {
2918
+ content: "\f09e"; }
 
2919
 
2920
  .fa-rss-square:before {
2921
+ content: "\f143"; }
 
2922
 
2923
  .fa-ruble-sign:before {
2924
+ content: "\f158"; }
 
2925
 
2926
  .fa-ruler:before {
2927
+ content: "\f545"; }
 
2928
 
2929
  .fa-ruler-combined:before {
2930
+ content: "\f546"; }
 
2931
 
2932
  .fa-ruler-horizontal:before {
2933
+ content: "\f547"; }
 
2934
 
2935
  .fa-ruler-vertical:before {
2936
+ content: "\f548"; }
2937
+
2938
+ .fa-running:before {
2939
+ content: "\f70c"; }
2940
 
2941
  .fa-rupee-sign:before {
2942
+ content: "\f156"; }
 
2943
 
2944
  .fa-sad-cry:before {
2945
+ content: "\f5b3"; }
 
2946
 
2947
  .fa-sad-tear:before {
2948
+ content: "\f5b4"; }
 
2949
 
2950
  .fa-safari:before {
2951
+ content: "\f267"; }
 
2952
 
2953
  .fa-sass:before {
2954
+ content: "\f41e"; }
 
2955
 
2956
  .fa-save:before {
2957
+ content: "\f0c7"; }
 
2958
 
2959
  .fa-schlix:before {
2960
+ content: "\f3ea"; }
 
2961
 
2962
  .fa-school:before {
2963
+ content: "\f549"; }
 
2964
 
2965
  .fa-screwdriver:before {
2966
+ content: "\f54a"; }
 
2967
 
2968
  .fa-scribd:before {
2969
+ content: "\f28a"; }
2970
+
2971
+ .fa-scroll:before {
2972
+ content: "\f70e"; }
2973
 
2974
  .fa-search:before {
2975
+ content: "\f002"; }
2976
+
2977
+ .fa-search-dollar:before {
2978
+ content: "\f688"; }
2979
+
2980
+ .fa-search-location:before {
2981
+ content: "\f689"; }
2982
 
2983
  .fa-search-minus:before {
2984
+ content: "\f010"; }
 
2985
 
2986
  .fa-search-plus:before {
2987
+ content: "\f00e"; }
 
2988
 
2989
  .fa-searchengin:before {
2990
+ content: "\f3eb"; }
 
2991
 
2992
  .fa-seedling:before {
2993
+ content: "\f4d8"; }
 
2994
 
2995
  .fa-sellcast:before {
2996
+ content: "\f2da"; }
 
2997
 
2998
  .fa-sellsy:before {
2999
+ content: "\f213"; }
 
3000
 
3001
  .fa-server:before {
3002
+ content: "\f233"; }
 
3003
 
3004
  .fa-servicestack:before {
3005
+ content: "\f3ec"; }
 
3006
 
3007
  .fa-shapes:before {
3008
+ content: "\f61f"; }
 
3009
 
3010
  .fa-share:before {
3011
+ content: "\f064"; }
 
3012
 
3013
  .fa-share-alt:before {
3014
+ content: "\f1e0"; }
 
3015
 
3016
  .fa-share-alt-square:before {
3017
+ content: "\f1e1"; }
 
3018
 
3019
  .fa-share-square:before {
3020
+ content: "\f14d"; }
 
3021
 
3022
  .fa-shekel-sign:before {
3023
+ content: "\f20b"; }
 
3024
 
3025
  .fa-shield-alt:before {
3026
+ content: "\f3ed"; }
 
3027
 
3028
  .fa-ship:before {
3029
+ content: "\f21a"; }
 
3030
 
3031
  .fa-shipping-fast:before {
3032
+ content: "\f48b"; }
 
3033
 
3034
  .fa-shirtsinbulk:before {
3035
+ content: "\f214"; }
 
3036
 
3037
  .fa-shoe-prints:before {
3038
+ content: "\f54b"; }
 
3039
 
3040
  .fa-shopping-bag:before {
3041
+ content: "\f290"; }
 
3042
 
3043
  .fa-shopping-basket:before {
3044
+ content: "\f291"; }
 
3045
 
3046
  .fa-shopping-cart:before {
3047
+ content: "\f07a"; }
 
3048
 
3049
  .fa-shopware:before {
3050
+ content: "\f5b5"; }
 
3051
 
3052
  .fa-shower:before {
3053
+ content: "\f2cc"; }
 
3054
 
3055
  .fa-shuttle-van:before {
3056
+ content: "\f5b6"; }
 
3057
 
3058
  .fa-sign:before {
3059
+ content: "\f4d9"; }
 
3060
 
3061
  .fa-sign-in-alt:before {
3062
+ content: "\f2f6"; }
 
3063
 
3064
  .fa-sign-language:before {
3065
+ content: "\f2a7"; }
 
3066
 
3067
  .fa-sign-out-alt:before {
3068
+ content: "\f2f5"; }
 
3069
 
3070
  .fa-signal:before {
3071
+ content: "\f012"; }
 
3072
 
3073
  .fa-signature:before {
3074
+ content: "\f5b7"; }
 
3075
 
3076
  .fa-simplybuilt:before {
3077
+ content: "\f215"; }
 
3078
 
3079
  .fa-sistrix:before {
3080
+ content: "\f3ee"; }
 
3081
 
3082
  .fa-sitemap:before {
3083
+ content: "\f0e8"; }
 
3084
 
3085
  .fa-sith:before {
3086
+ content: "\f512"; }
 
3087
 
3088
  .fa-skull:before {
3089
+ content: "\f54c"; }
3090
+
3091
+ .fa-skull-crossbones:before {
3092
+ content: "\f714"; }
3093
 
3094
  .fa-skyatlas:before {
3095
+ content: "\f216"; }
 
3096
 
3097
  .fa-skype:before {
3098
+ content: "\f17e"; }
 
3099
 
3100
  .fa-slack:before {
3101
+ content: "\f198"; }
 
3102
 
3103
  .fa-slack-hash:before {
3104
+ content: "\f3ef"; }
3105
+
3106
+ .fa-slash:before {
3107
+ content: "\f715"; }
3108
 
3109
  .fa-sliders-h:before {
3110
+ content: "\f1de"; }
 
3111
 
3112
  .fa-slideshare:before {
3113
+ content: "\f1e7"; }
 
3114
 
3115
  .fa-smile:before {
3116
+ content: "\f118"; }
 
3117
 
3118
  .fa-smile-beam:before {
3119
+ content: "\f5b8"; }
 
3120
 
3121
  .fa-smile-wink:before {
3122
+ content: "\f4da"; }
3123
+
3124
+ .fa-smog:before {
3125
+ content: "\f75f"; }
3126
 
3127
  .fa-smoking:before {
3128
+ content: "\f48d"; }
 
3129
 
3130
  .fa-smoking-ban:before {
3131
+ content: "\f54d"; }
 
3132
 
3133
  .fa-snapchat:before {
3134
+ content: "\f2ab"; }
 
3135
 
3136
  .fa-snapchat-ghost:before {
3137
+ content: "\f2ac"; }
 
3138
 
3139
  .fa-snapchat-square:before {
3140
+ content: "\f2ad"; }
 
3141
 
3142
  .fa-snowflake:before {
3143
+ content: "\f2dc"; }
3144
+
3145
+ .fa-socks:before {
3146
+ content: "\f696"; }
3147
 
3148
  .fa-solar-panel:before {
3149
+ content: "\f5ba"; }
 
3150
 
3151
  .fa-sort:before {
3152
+ content: "\f0dc"; }
 
3153
 
3154
  .fa-sort-alpha-down:before {
3155
+ content: "\f15d"; }
 
3156
 
3157
  .fa-sort-alpha-up:before {
3158
+ content: "\f15e"; }
 
3159
 
3160
  .fa-sort-amount-down:before {
3161
+ content: "\f160"; }
 
3162
 
3163
  .fa-sort-amount-up:before {
3164
+ content: "\f161"; }
 
3165
 
3166
  .fa-sort-down:before {
3167
+ content: "\f0dd"; }
 
3168
 
3169
  .fa-sort-numeric-down:before {
3170
+ content: "\f162"; }
 
3171
 
3172
  .fa-sort-numeric-up:before {
3173
+ content: "\f163"; }
 
3174
 
3175
  .fa-sort-up:before {
3176
+ content: "\f0de"; }
 
3177
 
3178
  .fa-soundcloud:before {
3179
+ content: "\f1be"; }
 
3180
 
3181
  .fa-spa:before {
3182
+ content: "\f5bb"; }
 
3183
 
3184
  .fa-space-shuttle:before {
3185
+ content: "\f197"; }
 
3186
 
3187
  .fa-speakap:before {
3188
+ content: "\f3f3"; }
3189
+
3190
+ .fa-spider:before {
3191
+ content: "\f717"; }
3192
 
3193
  .fa-spinner:before {
3194
+ content: "\f110"; }
 
3195
 
3196
  .fa-splotch:before {
3197
+ content: "\f5bc"; }
 
3198
 
3199
  .fa-spotify:before {
3200
+ content: "\f1bc"; }
 
3201
 
3202
  .fa-spray-can:before {
3203
+ content: "\f5bd"; }
 
3204
 
3205
  .fa-square:before {
3206
+ content: "\f0c8"; }
 
3207
 
3208
  .fa-square-full:before {
3209
+ content: "\f45c"; }
3210
+
3211
+ .fa-square-root-alt:before {
3212
+ content: "\f698"; }
3213
 
3214
  .fa-squarespace:before {
3215
+ content: "\f5be"; }
 
3216
 
3217
  .fa-stack-exchange:before {
3218
+ content: "\f18d"; }
 
3219
 
3220
  .fa-stack-overflow:before {
3221
+ content: "\f16c"; }
 
3222
 
3223
  .fa-stamp:before {
3224
+ content: "\f5bf"; }
 
3225
 
3226
  .fa-star:before {
3227
+ content: "\f005"; }
3228
+
3229
+ .fa-star-and-crescent:before {
3230
+ content: "\f699"; }
3231
 
3232
  .fa-star-half:before {
3233
+ content: "\f089"; }
 
3234
 
3235
  .fa-star-half-alt:before {
3236
+ content: "\f5c0"; }
3237
+
3238
+ .fa-star-of-david:before {
3239
+ content: "\f69a"; }
3240
 
3241
  .fa-star-of-life:before {
3242
+ content: "\f621"; }
 
3243
 
3244
  .fa-staylinked:before {
3245
+ content: "\f3f5"; }
 
3246
 
3247
  .fa-steam:before {
3248
+ content: "\f1b6"; }
 
3249
 
3250
  .fa-steam-square:before {
3251
+ content: "\f1b7"; }
 
3252
 
3253
  .fa-steam-symbol:before {
3254
+ content: "\f3f6"; }
 
3255
 
3256
  .fa-step-backward:before {
3257
+ content: "\f048"; }
 
3258
 
3259
  .fa-step-forward:before {
3260
+ content: "\f051"; }
 
3261
 
3262
  .fa-stethoscope:before {
3263
+ content: "\f0f1"; }
 
3264
 
3265
  .fa-sticker-mule:before {
3266
+ content: "\f3f7"; }
 
3267
 
3268
  .fa-sticky-note:before {
3269
+ content: "\f249"; }
 
3270
 
3271
  .fa-stop:before {
3272
+ content: "\f04d"; }
 
3273
 
3274
  .fa-stop-circle:before {
3275
+ content: "\f28d"; }
 
3276
 
3277
  .fa-stopwatch:before {
3278
+ content: "\f2f2"; }
 
3279
 
3280
  .fa-store:before {
3281
+ content: "\f54e"; }
 
3282
 
3283
  .fa-store-alt:before {
3284
+ content: "\f54f"; }
 
3285
 
3286
  .fa-strava:before {
3287
+ content: "\f428"; }
 
3288
 
3289
  .fa-stream:before {
3290
+ content: "\f550"; }
 
3291
 
3292
  .fa-street-view:before {
3293
+ content: "\f21d"; }
 
3294
 
3295
  .fa-strikethrough:before {
3296
+ content: "\f0cc"; }
 
3297
 
3298
  .fa-stripe:before {
3299
+ content: "\f429"; }
 
3300
 
3301
  .fa-stripe-s:before {
3302
+ content: "\f42a"; }
 
3303
 
3304
  .fa-stroopwafel:before {
3305
+ content: "\f551"; }
 
3306
 
3307
  .fa-studiovinari:before {
3308
+ content: "\f3f8"; }
 
3309
 
3310
  .fa-stumbleupon:before {
3311
+ content: "\f1a4"; }
 
3312
 
3313
  .fa-stumbleupon-circle:before {
3314
+ content: "\f1a3"; }
 
3315
 
3316
  .fa-subscript:before {
3317
+ content: "\f12c"; }
 
3318
 
3319
  .fa-subway:before {
3320
+ content: "\f239"; }
 
3321
 
3322
  .fa-suitcase:before {
3323
+ content: "\f0f2"; }
 
3324
 
3325
  .fa-suitcase-rolling:before {
3326
+ content: "\f5c1"; }
 
3327
 
3328
  .fa-sun:before {
3329
+ content: "\f185"; }
 
3330
 
3331
  .fa-superpowers:before {
3332
+ content: "\f2dd"; }
 
3333
 
3334
  .fa-superscript:before {
3335
+ content: "\f12b"; }
 
3336
 
3337
  .fa-supple:before {
3338
+ content: "\f3f9"; }
 
3339
 
3340
  .fa-surprise:before {
3341
+ content: "\f5c2"; }
 
3342
 
3343
  .fa-swatchbook:before {
3344
+ content: "\f5c3"; }
 
3345
 
3346
  .fa-swimmer:before {
3347
+ content: "\f5c4"; }
 
3348
 
3349
  .fa-swimming-pool:before {
3350
+ content: "\f5c5"; }
3351
+
3352
+ .fa-synagogue:before {
3353
+ content: "\f69b"; }
3354
 
3355
  .fa-sync:before {
3356
+ content: "\f021"; }
 
3357
 
3358
  .fa-sync-alt:before {
3359
+ content: "\f2f1"; }
 
3360
 
3361
  .fa-syringe:before {
3362
+ content: "\f48e"; }
 
3363
 
3364
  .fa-table:before {
3365
+ content: "\f0ce"; }
 
3366
 
3367
  .fa-table-tennis:before {
3368
+ content: "\f45d"; }
 
3369
 
3370
  .fa-tablet:before {
3371
+ content: "\f10a"; }
 
3372
 
3373
  .fa-tablet-alt:before {
3374
+ content: "\f3fa"; }
 
3375
 
3376
  .fa-tablets:before {
3377
+ content: "\f490"; }
 
3378
 
3379
  .fa-tachometer-alt:before {
3380
+ content: "\f3fd"; }
 
3381
 
3382
  .fa-tag:before {
3383
+ content: "\f02b"; }
 
3384
 
3385
  .fa-tags:before {
3386
+ content: "\f02c"; }
 
3387
 
3388
  .fa-tape:before {
3389
+ content: "\f4db"; }
 
3390
 
3391
  .fa-tasks:before {
3392
+ content: "\f0ae"; }
 
3393
 
3394
  .fa-taxi:before {
3395
+ content: "\f1ba"; }
 
3396
 
3397
  .fa-teamspeak:before {
3398
+ content: "\f4f9"; }
 
3399
 
3400
  .fa-teeth:before {
3401
+ content: "\f62e"; }
 
3402
 
3403
  .fa-teeth-open:before {
3404
+ content: "\f62f"; }
 
3405
 
3406
  .fa-telegram:before {
3407
+ content: "\f2c6"; }
 
3408
 
3409
  .fa-telegram-plane:before {
3410
+ content: "\f3fe"; }
3411
+
3412
+ .fa-temperature-high:before {
3413
+ content: "\f769"; }
3414
+
3415
+ .fa-temperature-low:before {
3416
+ content: "\f76b"; }
3417
 
3418
  .fa-tencent-weibo:before {
3419
+ content: "\f1d5"; }
 
3420
 
3421
  .fa-terminal:before {
3422
+ content: "\f120"; }
 
3423
 
3424
  .fa-text-height:before {
3425
+ content: "\f034"; }
 
3426
 
3427
  .fa-text-width:before {
3428
+ content: "\f035"; }
 
3429
 
3430
  .fa-th:before {
3431
+ content: "\f00a"; }
 
3432
 
3433
  .fa-th-large:before {
3434
+ content: "\f009"; }
 
3435
 
3436
  .fa-th-list:before {
3437
+ content: "\f00b"; }
3438
+
3439
+ .fa-the-red-yeti:before {
3440
+ content: "\f69d"; }
3441
 
3442
  .fa-theater-masks:before {
3443
+ content: "\f630"; }
 
3444
 
3445
  .fa-themeco:before {
3446
+ content: "\f5c6"; }
 
3447
 
3448
  .fa-themeisle:before {
3449
+ content: "\f2b2"; }
 
3450
 
3451
  .fa-thermometer:before {
3452
+ content: "\f491"; }
 
3453
 
3454
  .fa-thermometer-empty:before {
3455
+ content: "\f2cb"; }
 
3456
 
3457
  .fa-thermometer-full:before {
3458
+ content: "\f2c7"; }
 
3459
 
3460
  .fa-thermometer-half:before {
3461
+ content: "\f2c9"; }
 
3462
 
3463
  .fa-thermometer-quarter:before {
3464
+ content: "\f2ca"; }
 
3465
 
3466
  .fa-thermometer-three-quarters:before {
3467
+ content: "\f2c8"; }
3468
+
3469
+ .fa-think-peaks:before {
3470
+ content: "\f731"; }
3471
 
3472
  .fa-thumbs-down:before {
3473
+ content: "\f165"; }
 
3474
 
3475
  .fa-thumbs-up:before {
3476
+ content: "\f164"; }
 
3477
 
3478
  .fa-thumbtack:before {
3479
+ content: "\f08d"; }
 
3480
 
3481
  .fa-ticket-alt:before {
3482
+ content: "\f3ff"; }
 
3483
 
3484
  .fa-times:before {
3485
+ content: "\f00d"; }
 
3486
 
3487
  .fa-times-circle:before {
3488
+ content: "\f057"; }
 
3489
 
3490
  .fa-tint:before {
3491
+ content: "\f043"; }
 
3492
 
3493
  .fa-tint-slash:before {
3494
+ content: "\f5c7"; }
 
3495
 
3496
  .fa-tired:before {
3497
+ content: "\f5c8"; }
 
3498
 
3499
  .fa-toggle-off:before {
3500
+ content: "\f204"; }
 
3501
 
3502
  .fa-toggle-on:before {
3503
+ content: "\f205"; }
3504
+
3505
+ .fa-toilet-paper:before {
3506
+ content: "\f71e"; }
3507
 
3508
  .fa-toolbox:before {
3509
+ content: "\f552"; }
 
3510
 
3511
  .fa-tooth:before {
3512
+ content: "\f5c9"; }
3513
+
3514
+ .fa-torah:before {
3515
+ content: "\f6a0"; }
3516
+
3517
+ .fa-torii-gate:before {
3518
+ content: "\f6a1"; }
3519
+
3520
+ .fa-tractor:before {
3521
+ content: "\f722"; }
3522
 
3523
  .fa-trade-federation:before {
3524
+ content: "\f513"; }
 
3525
 
3526
  .fa-trademark:before {
3527
+ content: "\f25c"; }
 
3528
 
3529
  .fa-traffic-light:before {
3530
+ content: "\f637"; }
 
3531
 
3532
  .fa-train:before {
3533
+ content: "\f238"; }
 
3534
 
3535
  .fa-transgender:before {
3536
+ content: "\f224"; }
 
3537
 
3538
  .fa-transgender-alt:before {
3539
+ content: "\f225"; }
 
3540
 
3541
  .fa-trash:before {
3542
+ content: "\f1f8"; }
 
3543
 
3544
  .fa-trash-alt:before {
3545
+ content: "\f2ed"; }
 
3546
 
3547
  .fa-tree:before {
3548
+ content: "\f1bb"; }
 
3549
 
3550
  .fa-trello:before {
3551
+ content: "\f181"; }
 
3552
 
3553
  .fa-tripadvisor:before {
3554
+ content: "\f262"; }
 
3555
 
3556
  .fa-trophy:before {
3557
+ content: "\f091"; }
 
3558
 
3559
  .fa-truck:before {
3560
+ content: "\f0d1"; }
 
3561
 
3562
  .fa-truck-loading:before {
3563
+ content: "\f4de"; }
 
3564
 
3565
  .fa-truck-monster:before {
3566
+ content: "\f63b"; }
 
3567
 
3568
  .fa-truck-moving:before {
3569
+ content: "\f4df"; }
 
3570
 
3571
  .fa-truck-pickup:before {
3572
+ content: "\f63c"; }
 
3573
 
3574
  .fa-tshirt:before {
3575
+ content: "\f553"; }
 
3576
 
3577
  .fa-tty:before {
3578
+ content: "\f1e4"; }
 
3579
 
3580
  .fa-tumblr:before {
3581
+ content: "\f173"; }
 
3582
 
3583
  .fa-tumblr-square:before {
3584
+ content: "\f174"; }
 
3585
 
3586
  .fa-tv:before {
3587
+ content: "\f26c"; }
 
3588
 
3589
  .fa-twitch:before {
3590
+ content: "\f1e8"; }
 
3591
 
3592
  .fa-twitter:before {
3593
+ content: "\f099"; }
 
3594
 
3595
  .fa-twitter-square:before {
3596
+ content: "\f081"; }
 
3597
 
3598
  .fa-typo3:before {
3599
+ content: "\f42b"; }
 
3600
 
3601
  .fa-uber:before {
3602
+ content: "\f402"; }
 
3603
 
3604
  .fa-uikit:before {
3605
+ content: "\f403"; }
 
3606
 
3607
  .fa-umbrella:before {
3608
+ content: "\f0e9"; }
 
3609
 
3610
  .fa-umbrella-beach:before {
3611
+ content: "\f5ca"; }
 
3612
 
3613
  .fa-underline:before {
3614
+ content: "\f0cd"; }
 
3615
 
3616
  .fa-undo:before {
3617
+ content: "\f0e2"; }
 
3618
 
3619
  .fa-undo-alt:before {
3620
+ content: "\f2ea"; }
 
3621
 
3622
  .fa-uniregistry:before {
3623
+ content: "\f404"; }
 
3624
 
3625
  .fa-universal-access:before {
3626
+ content: "\f29a"; }
 
3627
 
3628
  .fa-university:before {
3629
+ content: "\f19c"; }
 
3630
 
3631
  .fa-unlink:before {
3632
+ content: "\f127"; }
 
3633
 
3634
  .fa-unlock:before {
3635
+ content: "\f09c"; }
 
3636
 
3637
  .fa-unlock-alt:before {
3638
+ content: "\f13e"; }
 
3639
 
3640
  .fa-untappd:before {
3641
+ content: "\f405"; }
 
3642
 
3643
  .fa-upload:before {
3644
+ content: "\f093"; }
 
3645
 
3646
  .fa-usb:before {
3647
+ content: "\f287"; }
 
3648
 
3649
  .fa-user:before {
3650
+ content: "\f007"; }
 
3651
 
3652
  .fa-user-alt:before {
3653
+ content: "\f406"; }
 
3654
 
3655
  .fa-user-alt-slash:before {
3656
+ content: "\f4fa"; }
 
3657
 
3658
  .fa-user-astronaut:before {
3659
+ content: "\f4fb"; }
 
3660
 
3661
  .fa-user-check:before {
3662
+ content: "\f4fc"; }
 
3663
 
3664
  .fa-user-circle:before {
3665
+ content: "\f2bd"; }
 
3666
 
3667
  .fa-user-clock:before {
3668
+ content: "\f4fd"; }
 
3669
 
3670
  .fa-user-cog:before {
3671
+ content: "\f4fe"; }
 
3672
 
3673
  .fa-user-edit:before {
3674
+ content: "\f4ff"; }
 
3675
 
3676
  .fa-user-friends:before {
3677
+ content: "\f500"; }
 
3678
 
3679
  .fa-user-graduate:before {
3680
+ content: "\f501"; }
3681
+
3682
+ .fa-user-injured:before {
3683
+ content: "\f728"; }
3684
 
3685
  .fa-user-lock:before {
3686
+ content: "\f502"; }
 
3687
 
3688
  .fa-user-md:before {
3689
+ content: "\f0f0"; }
 
3690
 
3691
  .fa-user-minus:before {
3692
+ content: "\f503"; }
 
3693
 
3694
  .fa-user-ninja:before {
3695
+ content: "\f504"; }
 
3696
 
3697
  .fa-user-plus:before {
3698
+ content: "\f234"; }
 
3699
 
3700
  .fa-user-secret:before {
3701
+ content: "\f21b"; }
 
3702
 
3703
  .fa-user-shield:before {
3704
+ content: "\f505"; }
 
3705
 
3706
  .fa-user-slash:before {
3707
+ content: "\f506"; }
 
3708
 
3709
  .fa-user-tag:before {
3710
+ content: "\f507"; }
 
3711
 
3712
  .fa-user-tie:before {
3713
+ content: "\f508"; }
 
3714
 
3715
  .fa-user-times:before {
3716
+ content: "\f235"; }
 
3717
 
3718
  .fa-users:before {
3719
+ content: "\f0c0"; }
 
3720
 
3721
  .fa-users-cog:before {
3722
+ content: "\f509"; }
 
3723
 
3724
  .fa-ussunnah:before {
3725
+ content: "\f407"; }
 
3726
 
3727
  .fa-utensil-spoon:before {
3728
+ content: "\f2e5"; }
 
3729
 
3730
  .fa-utensils:before {
3731
+ content: "\f2e7"; }
 
3732
 
3733
  .fa-vaadin:before {
3734
+ content: "\f408"; }
 
3735
 
3736
  .fa-vector-square:before {
3737
+ content: "\f5cb"; }
 
3738
 
3739
  .fa-venus:before {
3740
+ content: "\f221"; }
 
3741
 
3742
  .fa-venus-double:before {
3743
+ content: "\f226"; }
 
3744
 
3745
  .fa-venus-mars:before {
3746
+ content: "\f228"; }
 
3747
 
3748
  .fa-viacoin:before {
3749
+ content: "\f237"; }
 
3750
 
3751
  .fa-viadeo:before {
3752
+ content: "\f2a9"; }
 
3753
 
3754
  .fa-viadeo-square:before {
3755
+ content: "\f2aa"; }
 
3756
 
3757
  .fa-vial:before {
3758
+ content: "\f492"; }
 
3759
 
3760
  .fa-vials:before {
3761
+ content: "\f493"; }
 
3762
 
3763
  .fa-viber:before {
3764
+ content: "\f409"; }
 
3765
 
3766
  .fa-video:before {
3767
+ content: "\f03d"; }
 
3768
 
3769
  .fa-video-slash:before {
3770
+ content: "\f4e2"; }
3771
+
3772
+ .fa-vihara:before {
3773
+ content: "\f6a7"; }
3774
 
3775
  .fa-vimeo:before {
3776
+ content: "\f40a"; }
 
3777
 
3778
  .fa-vimeo-square:before {
3779
+ content: "\f194"; }
 
3780
 
3781
  .fa-vimeo-v:before {
3782
+ content: "\f27d"; }
 
3783
 
3784
  .fa-vine:before {
3785
+ content: "\f1ca"; }
 
3786
 
3787
  .fa-vk:before {
3788
+ content: "\f189"; }
 
3789
 
3790
  .fa-vnv:before {
3791
+ content: "\f40b"; }
 
3792
 
3793
  .fa-volleyball-ball:before {
3794
+ content: "\f45f"; }
 
3795
 
3796
  .fa-volume-down:before {
3797
+ content: "\f027"; }
3798
+
3799
+ .fa-volume-mute:before {
3800
+ content: "\f6a9"; }
3801
 
3802
  .fa-volume-off:before {
3803
+ content: "\f026"; }
 
3804
 
3805
  .fa-volume-up:before {
3806
+ content: "\f028"; }
3807
+
3808
+ .fa-vote-yea:before {
3809
+ content: "\f772"; }
3810
+
3811
+ .fa-vr-cardboard:before {
3812
+ content: "\f729"; }
3813
 
3814
  .fa-vuejs:before {
3815
+ content: "\f41f"; }
 
3816
 
3817
  .fa-walking:before {
3818
+ content: "\f554"; }
 
3819
 
3820
  .fa-wallet:before {
3821
+ content: "\f555"; }
 
3822
 
3823
  .fa-warehouse:before {
3824
+ content: "\f494"; }
3825
+
3826
+ .fa-water:before {
3827
+ content: "\f773"; }
3828
 
3829
  .fa-weebly:before {
3830
+ content: "\f5cc"; }
 
3831
 
3832
  .fa-weibo:before {
3833
+ content: "\f18a"; }
 
3834
 
3835
  .fa-weight:before {
3836
+ content: "\f496"; }
 
3837
 
3838
  .fa-weight-hanging:before {
3839
+ content: "\f5cd"; }
 
3840
 
3841
  .fa-weixin:before {
3842
+ content: "\f1d7"; }
 
3843
 
3844
  .fa-whatsapp:before {
3845
+ content: "\f232"; }
 
3846
 
3847
  .fa-whatsapp-square:before {
3848
+ content: "\f40c"; }
 
3849
 
3850
  .fa-wheelchair:before {
3851
+ content: "\f193"; }
 
3852
 
3853
  .fa-whmcs:before {
3854
+ content: "\f40d"; }
 
3855
 
3856
  .fa-wifi:before {
3857
+ content: "\f1eb"; }
 
3858
 
3859
  .fa-wikipedia-w:before {
3860
+ content: "\f266"; }
3861
+
3862
+ .fa-wind:before {
3863
+ content: "\f72e"; }
3864
 
3865
  .fa-window-close:before {
3866
+ content: "\f410"; }
 
3867
 
3868
  .fa-window-maximize:before {
3869
+ content: "\f2d0"; }
 
3870
 
3871
  .fa-window-minimize:before {
3872
+ content: "\f2d1"; }
 
3873
 
3874
  .fa-window-restore:before {
3875
+ content: "\f2d2"; }
 
3876
 
3877
  .fa-windows:before {
3878
+ content: "\f17a"; }
3879
+
3880
+ .fa-wine-bottle:before {
3881
+ content: "\f72f"; }
3882
 
3883
  .fa-wine-glass:before {
3884
+ content: "\f4e3"; }
 
3885
 
3886
  .fa-wine-glass-alt:before {
3887
+ content: "\f5ce"; }
 
3888
 
3889
  .fa-wix:before {
3890
+ content: "\f5cf"; }
3891
+
3892
+ .fa-wizards-of-the-coast:before {
3893
+ content: "\f730"; }
3894
 
3895
  .fa-wolf-pack-battalion:before {
3896
+ content: "\f514"; }
 
3897
 
3898
  .fa-won-sign:before {
3899
+ content: "\f159"; }
 
3900
 
3901
  .fa-wordpress:before {
3902
+ content: "\f19a"; }
 
3903
 
3904
  .fa-wordpress-simple:before {
3905
+ content: "\f411"; }
 
3906
 
3907
  .fa-wpbeginner:before {
3908
+ content: "\f297"; }
 
3909
 
3910
  .fa-wpexplorer:before {
3911
+ content: "\f2de"; }
 
3912
 
3913
  .fa-wpforms:before {
3914
+ content: "\f298"; }
3915
+
3916
+ .fa-wpressr:before {
3917
+ content: "\f3e4"; }
3918
 
3919
  .fa-wrench:before {
3920
+ content: "\f0ad"; }
 
3921
 
3922
  .fa-x-ray:before {
3923
+ content: "\f497"; }
 
3924
 
3925
  .fa-xbox:before {
3926
+ content: "\f412"; }
 
3927
 
3928
  .fa-xing:before {
3929
+ content: "\f168"; }
 
3930
 
3931
  .fa-xing-square:before {
3932
+ content: "\f169"; }
 
3933
 
3934
  .fa-y-combinator:before {
3935
+ content: "\f23b"; }
 
3936
 
3937
  .fa-yahoo:before {
3938
+ content: "\f19e"; }
 
3939
 
3940
  .fa-yandex:before {
3941
+ content: "\f413"; }
 
3942
 
3943
  .fa-yandex-international:before {
3944
+ content: "\f414"; }
 
3945
 
3946
  .fa-yelp:before {
3947
+ content: "\f1e9"; }
 
3948
 
3949
  .fa-yen-sign:before {
3950
+ content: "\f157"; }
3951
+
3952
+ .fa-yin-yang:before {
3953
+ content: "\f6ad"; }
3954
 
3955
  .fa-yoast:before {
3956
+ content: "\f2b1"; }
 
3957
 
3958
  .fa-youtube:before {
3959
+ content: "\f167"; }
 
3960
 
3961
  .fa-youtube-square:before {
3962
+ content: "\f431"; }
 
3963
 
3964
  .fa-zhihu:before {
3965
+ content: "\f63f"; }
 
3966
 
3967
  .sr-only {
3968
+ border: 0;
3969
+ clip: rect(0, 0, 0, 0);
3970
+ height: 1px;
3971
+ margin: -1px;
3972
+ overflow: hidden;
3973
+ padding: 0;
3974
+ position: absolute;
3975
+ width: 1px; }
3976
+
3977
+ .sr-only-focusable:active, .sr-only-focusable:focus {
3978
+ clip: auto;
3979
+ height: auto;
3980
+ margin: 0;
3981
+ overflow: visible;
3982
+ position: static;
3983
+ width: auto; }
 
 
 
 
3984
  @font-face {
3985
+ font-family: 'Font Awesome 5 Brands';
3986
+ font-style: normal;
3987
+ font-weight: normal;
3988
+ src: url("../webfonts/fa-brands-400.eot");
3989
+ src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
 
3990
 
3991
  .fab {
3992
+ font-family: 'Font Awesome 5 Brands'; }
 
 
3993
  @font-face {
3994
+ font-family: 'Font Awesome 5 Free';
3995
+ font-style: normal;
3996
+ font-weight: 400;
3997
+ src: url("../webfonts/fa-regular-400.eot");
3998
+ src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
 
3999
 
4000
  .far {
4001
+ font-family: 'Font Awesome 5 Free';
4002
+ font-weight: 400; }
 
 
4003
  @font-face {
4004
+ font-family: 'Font Awesome 5 Free';
4005
+ font-style: normal;
4006
+ font-weight: 900;
4007
+ src: url("../webfonts/fa-solid-900.eot");
4008
+ src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
 
4009
 
4010
  .fa,
4011
  .fas {
4012
+ font-family: 'Font Awesome 5 Free';
4013
+ font-weight: 900; }
 
assets/fontawesome/css/all.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
- .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
+ .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
assets/fontawesome/css/brands.css CHANGED
@@ -1,15 +1,13 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face {
6
- font-family: "Font Awesome 5 Brands";
7
- src: url("../webfonts/fa-brands-400.eot");
8
- src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
9
- font-weight: normal;
10
- font-style: normal;
11
- }
12
 
13
  .fab {
14
- font-family: "Font Awesome 5 Brands";
15
- }
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face {
6
+ font-family: 'Font Awesome 5 Brands';
7
+ font-style: normal;
8
+ font-weight: normal;
9
+ src: url("../webfonts/fa-brands-400.eot");
10
+ src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
 
11
 
12
  .fab {
13
+ font-family: 'Font Awesome 5 Brands'; }
 
assets/fontawesome/css/brands.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}
assets/fontawesome/css/fontawesome.css CHANGED
@@ -1,4847 +1,3983 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  .fa,
6
  .fas,
7
  .far,
8
  .fal,
9
  .fab {
10
- display: inline-block;
11
- font-style: normal;
12
- font-variant: normal;
13
- -webkit-font-smoothing: antialiased;
14
- -moz-osx-font-smoothing: grayscale;
15
- line-height: 1;
16
- text-rendering: auto;
17
- }
18
 
19
  .fa-lg {
20
- font-size: 1.33333em;
21
- line-height: 0.75em;
22
- vertical-align: -0.0667em;
23
- }
24
 
25
  .fa-xs {
26
- font-size: 0.75em;
27
- }
28
 
29
  .fa-sm {
30
- font-size: 0.875em;
31
- }
32
 
33
  .fa-1x {
34
- font-size: 1em;
35
- }
36
 
37
  .fa-2x {
38
- font-size: 2em;
39
- }
40
 
41
  .fa-3x {
42
- font-size: 3em;
43
- }
44
 
45
  .fa-4x {
46
- font-size: 4em;
47
- }
48
 
49
  .fa-5x {
50
- font-size: 5em;
51
- }
52
 
53
  .fa-6x {
54
- font-size: 6em;
55
- }
56
 
57
  .fa-7x {
58
- font-size: 7em;
59
- }
60
 
61
  .fa-8x {
62
- font-size: 8em;
63
- }
64
 
65
  .fa-9x {
66
- font-size: 9em;
67
- }
68
 
69
  .fa-10x {
70
- font-size: 10em;
71
- }
72
 
73
  .fa-fw {
74
- width: 1.25em;
75
- text-align: center;
76
- }
77
 
78
  .fa-ul {
79
- margin-left: 2.5em;
80
- padding-left: 0;
81
- list-style-type: none;
82
- }
83
-
84
- .fa-ul > li {
85
- position: relative;
86
- }
87
 
88
  .fa-li {
89
- position: absolute;
90
- left: -2em;
91
- width: 2em;
92
- line-height: inherit;
93
- text-align: center;
94
- }
95
 
96
  .fa-border {
97
- padding: 0.2em 0.25em 0.15em;
98
- border: solid 0.08em #eee;
99
- border-radius: 0.1em;
100
- }
101
 
102
  .fa-pull-left {
103
- float: left;
104
- }
105
 
106
  .fa-pull-right {
107
- float: right;
108
- }
109
 
110
  .fa.fa-pull-left,
111
  .fas.fa-pull-left,
112
  .far.fa-pull-left,
113
  .fal.fa-pull-left,
114
  .fab.fa-pull-left {
115
- margin-right: 0.3em;
116
- }
117
 
118
  .fa.fa-pull-right,
119
  .fas.fa-pull-right,
120
  .far.fa-pull-right,
121
  .fal.fa-pull-right,
122
  .fab.fa-pull-right {
123
- margin-left: 0.3em;
124
- }
125
 
126
  .fa-spin {
127
- -webkit-animation: fa-spin 2s infinite linear;
128
- animation: fa-spin 2s infinite linear;
129
- }
130
 
131
  .fa-pulse {
132
- -webkit-animation: fa-spin 1s infinite steps(8);
133
- animation: fa-spin 1s infinite steps(8);
134
- }
135
 
136
  @-webkit-keyframes fa-spin {
137
- 0% {
138
- -webkit-transform: rotate(0deg);
139
- transform: rotate(0deg);
140
- }
141
-
142
- 100% {
143
- -webkit-transform: rotate(360deg);
144
- transform: rotate(360deg);
145
- }
146
- }
147
 
148
  @keyframes fa-spin {
149
- 0% {
150
- -webkit-transform: rotate(0deg);
151
- transform: rotate(0deg);
152
- }
153
-
154
- 100% {
155
- -webkit-transform: rotate(360deg);
156
- transform: rotate(360deg);
157
- }
158
- }
159
 
160
  .fa-rotate-90 {
161
- -webkit-transform: rotate(90deg);
162
- -ms-transform: rotate(90deg);
163
- transform: rotate(90deg);
164
-
165
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
166
- }
167
 
168
  .fa-rotate-180 {
169
- -webkit-transform: rotate(180deg);
170
- -ms-transform: rotate(180deg);
171
- transform: rotate(180deg);
172
-
173
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
174
- }
175
 
176
  .fa-rotate-270 {
177
- -webkit-transform: rotate(270deg);
178
- -ms-transform: rotate(270deg);
179
- transform: rotate(270deg);
180
-
181
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
182
- }
183
 
184
  .fa-flip-horizontal {
185
- -webkit-transform: scale(-1, 1);
186
- -ms-transform: scale(-1, 1);
187
- transform: scale(-1, 1);
188
-
189
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
190
- }
191
 
192
  .fa-flip-vertical {
193
- -webkit-transform: scale(1, -1);
194
- -ms-transform: scale(1, -1);
195
- transform: scale(1, -1);
196
-
197
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
198
- }
199
 
200
  .fa-flip-horizontal.fa-flip-vertical {
201
- -webkit-transform: scale(-1, -1);
202
- -ms-transform: scale(-1, -1);
203
- transform: scale(-1, -1);
204
-
205
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
206
- }
207
 
208
  :root .fa-rotate-90,
209
  :root .fa-rotate-180,
210
  :root .fa-rotate-270,
211
  :root .fa-flip-horizontal,
212
  :root .fa-flip-vertical {
213
- -webkit-filter: none;
214
- filter: none;
215
- }
216
 
217
  .fa-stack {
218
- display: inline-block;
219
- position: relative;
220
- width: 2em;
221
- height: 2em;
222
- line-height: 2em;
223
- vertical-align: middle;
224
- }
225
 
226
  .fa-stack-1x,
227
  .fa-stack-2x {
228
- position: absolute;
229
- left: 0;
230
- width: 100%;
231
- text-align: center;
232
- }
233
 
234
  .fa-stack-1x {
235
- line-height: inherit;
236
- }
237
 
238
  .fa-stack-2x {
239
- font-size: 2em;
240
- }
241
 
242
  .fa-inverse {
243
- color: #fff;
244
- }
245
 
246
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
247
  readers do not read off random characters that represent icons */
248
  .fa-500px:before {
249
- content: "\f26e";
250
- }
251
 
252
  .fa-accessible-icon:before {
253
- content: "\f368";
254
- }
255
 
256
  .fa-accusoft:before {
257
- content: "\f369";
258
- }
 
 
 
 
 
259
 
260
  .fa-address-book:before {
261
- content: "\f2b9";
262
- }
263
 
264
  .fa-address-card:before {
265
- content: "\f2bb";
266
- }
267
 
268
  .fa-adjust:before {
269
- content: "\f042";
270
- }
271
 
272
  .fa-adn:before {
273
- content: "\f170";
274
- }
275
 
276
  .fa-adversal:before {
277
- content: "\f36a";
278
- }
279
 
280
  .fa-affiliatetheme:before {
281
- content: "\f36b";
282
- }
283
 
284
  .fa-air-freshener:before {
285
- content: "\f5d0";
286
- }
287
 
288
  .fa-algolia:before {
289
- content: "\f36c";
290
- }
291
 
292
  .fa-align-center:before {
293
- content: "\f037";
294
- }
295
 
296
  .fa-align-justify:before {
297
- content: "\f039";
298
- }
299
 
300
  .fa-align-left:before {
301
- content: "\f036";
302
- }
303
 
304
  .fa-align-right:before {
305
- content: "\f038";
306
- }
 
 
307
 
308
  .fa-allergies:before {
309
- content: "\f461";
310
- }
311
 
312
  .fa-amazon:before {
313
- content: "\f270";
314
- }
315
 
316
  .fa-amazon-pay:before {
317
- content: "\f42c";
318
- }
319
 
320
  .fa-ambulance:before {
321
- content: "\f0f9";
322
- }
323
 
324
  .fa-american-sign-language-interpreting:before {
325
- content: "\f2a3";
326
- }
327
 
328
  .fa-amilia:before {
329
- content: "\f36d";
330
- }
331
 
332
  .fa-anchor:before {
333
- content: "\f13d";
334
- }
335
 
336
  .fa-android:before {
337
- content: "\f17b";
338
- }
339
 
340
  .fa-angellist:before {
341
- content: "\f209";
342
- }
343
 
344
  .fa-angle-double-down:before {
345
- content: "\f103";
346
- }
347
 
348
  .fa-angle-double-left:before {
349
- content: "\f100";
350
- }
351
 
352
  .fa-angle-double-right:before {
353
- content: "\f101";
354
- }
355
 
356
  .fa-angle-double-up:before {
357
- content: "\f102";
358
- }
359
 
360
  .fa-angle-down:before {
361
- content: "\f107";
362
- }
363
 
364
  .fa-angle-left:before {
365
- content: "\f104";
366
- }
367
 
368
  .fa-angle-right:before {
369
- content: "\f105";
370
- }
371
 
372
  .fa-angle-up:before {
373
- content: "\f106";
374
- }
375
 
376
  .fa-angry:before {
377
- content: "\f556";
378
- }
379
 
380
  .fa-angrycreative:before {
381
- content: "\f36e";
382
- }
383
 
384
  .fa-angular:before {
385
- content: "\f420";
386
- }
 
 
387
 
388
  .fa-app-store:before {
389
- content: "\f36f";
390
- }
391
 
392
  .fa-app-store-ios:before {
393
- content: "\f370";
394
- }
395
 
396
  .fa-apper:before {
397
- content: "\f371";
398
- }
399
 
400
  .fa-apple:before {
401
- content: "\f179";
402
- }
403
 
404
  .fa-apple-alt:before {
405
- content: "\f5d1";
406
- }
407
 
408
  .fa-apple-pay:before {
409
- content: "\f415";
410
- }
411
 
412
  .fa-archive:before {
413
- content: "\f187";
414
- }
415
 
416
  .fa-archway:before {
417
- content: "\f557";
418
- }
419
 
420
  .fa-arrow-alt-circle-down:before {
421
- content: "\f358";
422
- }
423
 
424
  .fa-arrow-alt-circle-left:before {
425
- content: "\f359";
426
- }
427
 
428
  .fa-arrow-alt-circle-right:before {
429
- content: "\f35a";
430
- }
431
 
432
  .fa-arrow-alt-circle-up:before {
433
- content: "\f35b";
434
- }
435
 
436
  .fa-arrow-circle-down:before {
437
- content: "\f0ab";
438
- }
439
 
440
  .fa-arrow-circle-left:before {
441
- content: "\f0a8";
442
- }
443
 
444
  .fa-arrow-circle-right:before {
445
- content: "\f0a9";
446
- }
447
 
448
  .fa-arrow-circle-up:before {
449
- content: "\f0aa";
450
- }
451
 
452
  .fa-arrow-down:before {
453
- content: "\f063";
454
- }
455
 
456
  .fa-arrow-left:before {
457
- content: "\f060";
458
- }
459
 
460
  .fa-arrow-right:before {
461
- content: "\f061";
462
- }
463
 
464
  .fa-arrow-up:before {
465
- content: "\f062";
466
- }
467
 
468
  .fa-arrows-alt:before {
469
- content: "\f0b2";
470
- }
471
 
472
  .fa-arrows-alt-h:before {
473
- content: "\f337";
474
- }
475
 
476
  .fa-arrows-alt-v:before {
477
- content: "\f338";
478
- }
479
 
480
  .fa-assistive-listening-systems:before {
481
- content: "\f2a2";
482
- }
483
 
484
  .fa-asterisk:before {
485
- content: "\f069";
486
- }
487
 
488
  .fa-asymmetrik:before {
489
- content: "\f372";
490
- }
491
 
492
  .fa-at:before {
493
- content: "\f1fa";
494
- }
495
 
496
  .fa-atlas:before {
497
- content: "\f558";
498
- }
499
 
500
  .fa-atom:before {
501
- content: "\f5d2";
502
- }
503
 
504
  .fa-audible:before {
505
- content: "\f373";
506
- }
507
 
508
  .fa-audio-description:before {
509
- content: "\f29e";
510
- }
511
 
512
  .fa-autoprefixer:before {
513
- content: "\f41c";
514
- }
515
 
516
  .fa-avianex:before {
517
- content: "\f374";
518
- }
519
 
520
  .fa-aviato:before {
521
- content: "\f421";
522
- }
523
 
524
  .fa-award:before {
525
- content: "\f559";
526
- }
527
 
528
  .fa-aws:before {
529
- content: "\f375";
530
- }
531
 
532
  .fa-backspace:before {
533
- content: "\f55a";
534
- }
535
 
536
  .fa-backward:before {
537
- content: "\f04a";
538
- }
539
 
540
  .fa-balance-scale:before {
541
- content: "\f24e";
542
- }
543
 
544
  .fa-ban:before {
545
- content: "\f05e";
546
- }
547
 
548
  .fa-band-aid:before {
549
- content: "\f462";
550
- }
551
 
552
  .fa-bandcamp:before {
553
- content: "\f2d5";
554
- }
555
 
556
  .fa-barcode:before {
557
- content: "\f02a";
558
- }
559
 
560
  .fa-bars:before {
561
- content: "\f0c9";
562
- }
563
 
564
  .fa-baseball-ball:before {
565
- content: "\f433";
566
- }
567
 
568
  .fa-basketball-ball:before {
569
- content: "\f434";
570
- }
571
 
572
  .fa-bath:before {
573
- content: "\f2cd";
574
- }
575
 
576
  .fa-battery-empty:before {
577
- content: "\f244";
578
- }
579
 
580
  .fa-battery-full:before {
581
- content: "\f240";
582
- }
583
 
584
  .fa-battery-half:before {
585
- content: "\f242";
586
- }
587
 
588
  .fa-battery-quarter:before {
589
- content: "\f243";
590
- }
591
 
592
  .fa-battery-three-quarters:before {
593
- content: "\f241";
594
- }
595
 
596
  .fa-bed:before {
597
- content: "\f236";
598
- }
599
 
600
  .fa-beer:before {
601
- content: "\f0fc";
602
- }
603
 
604
  .fa-behance:before {
605
- content: "\f1b4";
606
- }
607
 
608
  .fa-behance-square:before {
609
- content: "\f1b5";
610
- }
611
 
612
  .fa-bell:before {
613
- content: "\f0f3";
614
- }
615
 
616
  .fa-bell-slash:before {
617
- content: "\f1f6";
618
- }
619
 
620
  .fa-bezier-curve:before {
621
- content: "\f55b";
622
- }
 
 
623
 
624
  .fa-bicycle:before {
625
- content: "\f206";
626
- }
627
 
628
  .fa-bimobject:before {
629
- content: "\f378";
630
- }
631
 
632
  .fa-binoculars:before {
633
- content: "\f1e5";
634
- }
635
 
636
  .fa-birthday-cake:before {
637
- content: "\f1fd";
638
- }
639
 
640
  .fa-bitbucket:before {
641
- content: "\f171";
642
- }
643
 
644
  .fa-bitcoin:before {
645
- content: "\f379";
646
- }
647
 
648
  .fa-bity:before {
649
- content: "\f37a";
650
- }
651
 
652
  .fa-black-tie:before {
653
- content: "\f27e";
654
- }
655
 
656
  .fa-blackberry:before {
657
- content: "\f37b";
658
- }
659
 
660
  .fa-blender:before {
661
- content: "\f517";
662
- }
 
 
663
 
664
  .fa-blind:before {
665
- content: "\f29d";
666
- }
667
 
668
  .fa-blogger:before {
669
- content: "\f37c";
670
- }
671
 
672
  .fa-blogger-b:before {
673
- content: "\f37d";
674
- }
675
 
676
  .fa-bluetooth:before {
677
- content: "\f293";
678
- }
679
 
680
  .fa-bluetooth-b:before {
681
- content: "\f294";
682
- }
683
 
684
  .fa-bold:before {
685
- content: "\f032";
686
- }
687
 
688
  .fa-bolt:before {
689
- content: "\f0e7";
690
- }
691
 
692
  .fa-bomb:before {
693
- content: "\f1e2";
694
- }
695
 
696
  .fa-bone:before {
697
- content: "\f5d7";
698
- }
699
 
700
  .fa-bong:before {
701
- content: "\f55c";
702
- }
703
 
704
  .fa-book:before {
705
- content: "\f02d";
706
- }
 
 
707
 
708
  .fa-book-open:before {
709
- content: "\f518";
710
- }
711
 
712
  .fa-book-reader:before {
713
- content: "\f5da";
714
- }
715
 
716
  .fa-bookmark:before {
717
- content: "\f02e";
718
- }
719
 
720
  .fa-bowling-ball:before {
721
- content: "\f436";
722
- }
723
 
724
  .fa-box:before {
725
- content: "\f466";
726
- }
727
 
728
  .fa-box-open:before {
729
- content: "\f49e";
730
- }
731
 
732
  .fa-boxes:before {
733
- content: "\f468";
734
- }
735
 
736
  .fa-braille:before {
737
- content: "\f2a1";
738
- }
739
 
740
  .fa-brain:before {
741
- content: "\f5dc";
742
- }
743
 
744
  .fa-briefcase:before {
745
- content: "\f0b1";
746
- }
747
 
748
  .fa-briefcase-medical:before {
749
- content: "\f469";
750
- }
751
 
752
  .fa-broadcast-tower:before {
753
- content: "\f519";
754
- }
755
 
756
  .fa-broom:before {
757
- content: "\f51a";
758
- }
759
 
760
  .fa-brush:before {
761
- content: "\f55d";
762
- }
763
 
764
  .fa-btc:before {
765
- content: "\f15a";
766
- }
767
 
768
  .fa-bug:before {
769
- content: "\f188";
770
- }
771
 
772
  .fa-building:before {
773
- content: "\f1ad";
774
- }
775
 
776
  .fa-bullhorn:before {
777
- content: "\f0a1";
778
- }
779
 
780
  .fa-bullseye:before {
781
- content: "\f140";
782
- }
783
 
784
  .fa-burn:before {
785
- content: "\f46a";
786
- }
787
 
788
  .fa-buromobelexperte:before {
789
- content: "\f37f";
790
- }
791
 
792
  .fa-bus:before {
793
- content: "\f207";
794
- }
795
 
796
  .fa-bus-alt:before {
797
- content: "\f55e";
798
- }
 
 
799
 
800
  .fa-buysellads:before {
801
- content: "\f20d";
802
- }
803
 
804
  .fa-calculator:before {
805
- content: "\f1ec";
806
- }
807
 
808
  .fa-calendar:before {
809
- content: "\f133";
810
- }
811
 
812
  .fa-calendar-alt:before {
813
- content: "\f073";
814
- }
815
 
816
  .fa-calendar-check:before {
817
- content: "\f274";
818
- }
819
 
820
  .fa-calendar-minus:before {
821
- content: "\f272";
822
- }
823
 
824
  .fa-calendar-plus:before {
825
- content: "\f271";
826
- }
827
 
828
  .fa-calendar-times:before {
829
- content: "\f273";
830
- }
831
 
832
  .fa-camera:before {
833
- content: "\f030";
834
- }
835
 
836
  .fa-camera-retro:before {
837
- content: "\f083";
838
- }
 
 
839
 
840
  .fa-cannabis:before {
841
- content: "\f55f";
842
- }
843
 
844
  .fa-capsules:before {
845
- content: "\f46b";
846
- }
847
 
848
  .fa-car:before {
849
- content: "\f1b9";
850
- }
851
 
852
  .fa-car-alt:before {
853
- content: "\f5de";
854
- }
855
 
856
  .fa-car-battery:before {
857
- content: "\f5df";
858
- }
859
 
860
  .fa-car-crash:before {
861
- content: "\f5e1";
862
- }
863
 
864
  .fa-car-side:before {
865
- content: "\f5e4";
866
- }
867
 
868
  .fa-caret-down:before {
869
- content: "\f0d7";
870
- }
871
 
872
  .fa-caret-left:before {
873
- content: "\f0d9";
874
- }
875
 
876
  .fa-caret-right:before {
877
- content: "\f0da";
878
- }
879
 
880
  .fa-caret-square-down:before {
881
- content: "\f150";
882
- }
883
 
884
  .fa-caret-square-left:before {
885
- content: "\f191";
886
- }
887
 
888
  .fa-caret-square-right:before {
889
- content: "\f152";
890
- }
891
 
892
  .fa-caret-square-up:before {
893
- content: "\f151";
894
- }
895
 
896
  .fa-caret-up:before {
897
- content: "\f0d8";
898
- }
899
 
900
  .fa-cart-arrow-down:before {
901
- content: "\f218";
902
- }
903
 
904
  .fa-cart-plus:before {
905
- content: "\f217";
906
- }
 
 
907
 
908
  .fa-cc-amazon-pay:before {
909
- content: "\f42d";
910
- }
911
 
912
  .fa-cc-amex:before {
913
- content: "\f1f3";
914
- }
915
 
916
  .fa-cc-apple-pay:before {
917
- content: "\f416";
918
- }
919
 
920
  .fa-cc-diners-club:before {
921
- content: "\f24c";
922
- }
923
 
924
  .fa-cc-discover:before {
925
- content: "\f1f2";
926
- }
927
 
928
  .fa-cc-jcb:before {
929
- content: "\f24b";
930
- }
931
 
932
  .fa-cc-mastercard:before {
933
- content: "\f1f1";
934
- }
935
 
936
  .fa-cc-paypal:before {
937
- content: "\f1f4";
938
- }
939
 
940
  .fa-cc-stripe:before {
941
- content: "\f1f5";
942
- }
943
 
944
  .fa-cc-visa:before {
945
- content: "\f1f0";
946
- }
947
 
948
  .fa-centercode:before {
949
- content: "\f380";
950
- }
951
 
952
  .fa-certificate:before {
953
- content: "\f0a3";
954
- }
 
 
955
 
956
  .fa-chalkboard:before {
957
- content: "\f51b";
958
- }
959
 
960
  .fa-chalkboard-teacher:before {
961
- content: "\f51c";
962
- }
963
 
964
  .fa-charging-station:before {
965
- content: "\f5e7";
966
- }
967
 
968
  .fa-chart-area:before {
969
- content: "\f1fe";
970
- }
971
 
972
  .fa-chart-bar:before {
973
- content: "\f080";
974
- }
975
 
976
  .fa-chart-line:before {
977
- content: "\f201";
978
- }
979
 
980
  .fa-chart-pie:before {
981
- content: "\f200";
982
- }
983
 
984
  .fa-check:before {
985
- content: "\f00c";
986
- }
987
 
988
  .fa-check-circle:before {
989
- content: "\f058";
990
- }
991
 
992
  .fa-check-double:before {
993
- content: "\f560";
994
- }
995
 
996
  .fa-check-square:before {
997
- content: "\f14a";
998
- }
999
 
1000
  .fa-chess:before {
1001
- content: "\f439";
1002
- }
1003
 
1004
  .fa-chess-bishop:before {
1005
- content: "\f43a";
1006
- }
1007
 
1008
  .fa-chess-board:before {
1009
- content: "\f43c";
1010
- }
1011
 
1012
  .fa-chess-king:before {
1013
- content: "\f43f";
1014
- }
1015
 
1016
  .fa-chess-knight:before {
1017
- content: "\f441";
1018
- }
1019
 
1020
  .fa-chess-pawn:before {
1021
- content: "\f443";
1022
- }
1023
 
1024
  .fa-chess-queen:before {
1025
- content: "\f445";
1026
- }
1027
 
1028
  .fa-chess-rook:before {
1029
- content: "\f447";
1030
- }
1031
 
1032
  .fa-chevron-circle-down:before {
1033
- content: "\f13a";
1034
- }
1035
 
1036
  .fa-chevron-circle-left:before {
1037
- content: "\f137";
1038
- }
1039
 
1040
  .fa-chevron-circle-right:before {
1041
- content: "\f138";
1042
- }
1043
 
1044
  .fa-chevron-circle-up:before {
1045
- content: "\f139";
1046
- }
1047
 
1048
  .fa-chevron-down:before {
1049
- content: "\f078";
1050
- }
1051
 
1052
  .fa-chevron-left:before {
1053
- content: "\f053";
1054
- }
1055
 
1056
  .fa-chevron-right:before {
1057
- content: "\f054";
1058
- }
1059
 
1060
  .fa-chevron-up:before {
1061
- content: "\f077";
1062
- }
1063
 
1064
  .fa-child:before {
1065
- content: "\f1ae";
1066
- }
1067
 
1068
  .fa-chrome:before {
1069
- content: "\f268";
1070
- }
1071
 
1072
  .fa-church:before {
1073
- content: "\f51d";
1074
- }
1075
 
1076
  .fa-circle:before {
1077
- content: "\f111";
1078
- }
1079
 
1080
  .fa-circle-notch:before {
1081
- content: "\f1ce";
1082
- }
 
 
1083
 
1084
  .fa-clipboard:before {
1085
- content: "\f328";
1086
- }
1087
 
1088
  .fa-clipboard-check:before {
1089
- content: "\f46c";
1090
- }
1091
 
1092
  .fa-clipboard-list:before {
1093
- content: "\f46d";
1094
- }
1095
 
1096
  .fa-clock:before {
1097
- content: "\f017";
1098
- }
1099
 
1100
  .fa-clone:before {
1101
- content: "\f24d";
1102
- }
1103
 
1104
  .fa-closed-captioning:before {
1105
- content: "\f20a";
1106
- }
1107
 
1108
  .fa-cloud:before {
1109
- content: "\f0c2";
1110
- }
1111
 
1112
  .fa-cloud-download-alt:before {
1113
- content: "\f381";
1114
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1115
 
1116
  .fa-cloud-upload-alt:before {
1117
- content: "\f382";
1118
- }
1119
 
1120
  .fa-cloudscale:before {
1121
- content: "\f383";
1122
- }
1123
 
1124
  .fa-cloudsmith:before {
1125
- content: "\f384";
1126
- }
1127
 
1128
  .fa-cloudversify:before {
1129
- content: "\f385";
1130
- }
1131
 
1132
  .fa-cocktail:before {
1133
- content: "\f561";
1134
- }
1135
 
1136
  .fa-code:before {
1137
- content: "\f121";
1138
- }
1139
 
1140
  .fa-code-branch:before {
1141
- content: "\f126";
1142
- }
1143
 
1144
  .fa-codepen:before {
1145
- content: "\f1cb";
1146
- }
1147
 
1148
  .fa-codiepie:before {
1149
- content: "\f284";
1150
- }
1151
 
1152
  .fa-coffee:before {
1153
- content: "\f0f4";
1154
- }
1155
 
1156
  .fa-cog:before {
1157
- content: "\f013";
1158
- }
1159
 
1160
  .fa-cogs:before {
1161
- content: "\f085";
1162
- }
1163
 
1164
  .fa-coins:before {
1165
- content: "\f51e";
1166
- }
1167
 
1168
  .fa-columns:before {
1169
- content: "\f0db";
1170
- }
1171
 
1172
  .fa-comment:before {
1173
- content: "\f075";
1174
- }
1175
 
1176
  .fa-comment-alt:before {
1177
- content: "\f27a";
1178
- }
 
 
1179
 
1180
  .fa-comment-dots:before {
1181
- content: "\f4ad";
1182
- }
1183
 
1184
  .fa-comment-slash:before {
1185
- content: "\f4b3";
1186
- }
1187
 
1188
  .fa-comments:before {
1189
- content: "\f086";
1190
- }
 
 
1191
 
1192
  .fa-compact-disc:before {
1193
- content: "\f51f";
1194
- }
1195
 
1196
  .fa-compass:before {
1197
- content: "\f14e";
1198
- }
1199
 
1200
  .fa-compress:before {
1201
- content: "\f066";
1202
- }
1203
 
1204
  .fa-concierge-bell:before {
1205
- content: "\f562";
1206
- }
1207
 
1208
  .fa-connectdevelop:before {
1209
- content: "\f20e";
1210
- }
1211
 
1212
  .fa-contao:before {
1213
- content: "\f26d";
1214
- }
1215
 
1216
  .fa-cookie:before {
1217
- content: "\f563";
1218
- }
1219
 
1220
  .fa-cookie-bite:before {
1221
- content: "\f564";
1222
- }
1223
 
1224
  .fa-copy:before {
1225
- content: "\f0c5";
1226
- }
1227
 
1228
  .fa-copyright:before {
1229
- content: "\f1f9";
1230
- }
1231
 
1232
  .fa-couch:before {
1233
- content: "\f4b8";
1234
- }
1235
 
1236
  .fa-cpanel:before {
1237
- content: "\f388";
1238
- }
1239
 
1240
  .fa-creative-commons:before {
1241
- content: "\f25e";
1242
- }
1243
 
1244
  .fa-creative-commons-by:before {
1245
- content: "\f4e7";
1246
- }
1247
 
1248
  .fa-creative-commons-nc:before {
1249
- content: "\f4e8";
1250
- }
1251
 
1252
  .fa-creative-commons-nc-eu:before {
1253
- content: "\f4e9";
1254
- }
1255
 
1256
  .fa-creative-commons-nc-jp:before {
1257
- content: "\f4ea";
1258
- }
1259
 
1260
  .fa-creative-commons-nd:before {
1261
- content: "\f4eb";
1262
- }
1263
 
1264
  .fa-creative-commons-pd:before {
1265
- content: "\f4ec";
1266
- }
1267
 
1268
  .fa-creative-commons-pd-alt:before {
1269
- content: "\f4ed";
1270
- }
1271
 
1272
  .fa-creative-commons-remix:before {
1273
- content: "\f4ee";
1274
- }
1275
 
1276
  .fa-creative-commons-sa:before {
1277
- content: "\f4ef";
1278
- }
1279
 
1280
  .fa-creative-commons-sampling:before {
1281
- content: "\f4f0";
1282
- }
1283
 
1284
  .fa-creative-commons-sampling-plus:before {
1285
- content: "\f4f1";
1286
- }
1287
 
1288
  .fa-creative-commons-share:before {
1289
- content: "\f4f2";
1290
- }
 
 
1291
 
1292
  .fa-credit-card:before {
1293
- content: "\f09d";
1294
- }
 
 
1295
 
1296
  .fa-crop:before {
1297
- content: "\f125";
1298
- }
1299
 
1300
  .fa-crop-alt:before {
1301
- content: "\f565";
1302
- }
 
 
1303
 
1304
  .fa-crosshairs:before {
1305
- content: "\f05b";
1306
- }
1307
 
1308
  .fa-crow:before {
1309
- content: "\f520";
1310
- }
1311
 
1312
  .fa-crown:before {
1313
- content: "\f521";
1314
- }
1315
 
1316
  .fa-css3:before {
1317
- content: "\f13c";
1318
- }
1319
 
1320
  .fa-css3-alt:before {
1321
- content: "\f38b";
1322
- }
1323
 
1324
  .fa-cube:before {
1325
- content: "\f1b2";
1326
- }
1327
 
1328
  .fa-cubes:before {
1329
- content: "\f1b3";
1330
- }
1331
 
1332
  .fa-cut:before {
1333
- content: "\f0c4";
1334
- }
1335
 
1336
  .fa-cuttlefish:before {
1337
- content: "\f38c";
1338
- }
1339
 
1340
  .fa-d-and-d:before {
1341
- content: "\f38d";
1342
- }
 
 
1343
 
1344
  .fa-dashcube:before {
1345
- content: "\f210";
1346
- }
1347
 
1348
  .fa-database:before {
1349
- content: "\f1c0";
1350
- }
1351
 
1352
  .fa-deaf:before {
1353
- content: "\f2a4";
1354
- }
1355
 
1356
  .fa-delicious:before {
1357
- content: "\f1a5";
1358
- }
 
 
1359
 
1360
  .fa-deploydog:before {
1361
- content: "\f38e";
1362
- }
1363
 
1364
  .fa-deskpro:before {
1365
- content: "\f38f";
1366
- }
1367
 
1368
  .fa-desktop:before {
1369
- content: "\f108";
1370
- }
 
 
1371
 
1372
  .fa-deviantart:before {
1373
- content: "\f1bd";
1374
- }
 
 
1375
 
1376
  .fa-diagnoses:before {
1377
- content: "\f470";
1378
- }
1379
 
1380
  .fa-dice:before {
1381
- content: "\f522";
1382
- }
 
 
 
 
 
1383
 
1384
  .fa-dice-five:before {
1385
- content: "\f523";
1386
- }
1387
 
1388
  .fa-dice-four:before {
1389
- content: "\f524";
1390
- }
1391
 
1392
  .fa-dice-one:before {
1393
- content: "\f525";
1394
- }
1395
 
1396
  .fa-dice-six:before {
1397
- content: "\f526";
1398
- }
1399
 
1400
  .fa-dice-three:before {
1401
- content: "\f527";
1402
- }
1403
 
1404
  .fa-dice-two:before {
1405
- content: "\f528";
1406
- }
1407
 
1408
  .fa-digg:before {
1409
- content: "\f1a6";
1410
- }
1411
 
1412
  .fa-digital-ocean:before {
1413
- content: "\f391";
1414
- }
1415
 
1416
  .fa-digital-tachograph:before {
1417
- content: "\f566";
1418
- }
1419
 
1420
  .fa-directions:before {
1421
- content: "\f5eb";
1422
- }
1423
 
1424
  .fa-discord:before {
1425
- content: "\f392";
1426
- }
1427
 
1428
  .fa-discourse:before {
1429
- content: "\f393";
1430
- }
1431
 
1432
  .fa-divide:before {
1433
- content: "\f529";
1434
- }
1435
 
1436
  .fa-dizzy:before {
1437
- content: "\f567";
1438
- }
1439
 
1440
  .fa-dna:before {
1441
- content: "\f471";
1442
- }
1443
 
1444
  .fa-dochub:before {
1445
- content: "\f394";
1446
- }
1447
 
1448
  .fa-docker:before {
1449
- content: "\f395";
1450
- }
 
 
1451
 
1452
  .fa-dollar-sign:before {
1453
- content: "\f155";
1454
- }
1455
 
1456
  .fa-dolly:before {
1457
- content: "\f472";
1458
- }
1459
 
1460
  .fa-dolly-flatbed:before {
1461
- content: "\f474";
1462
- }
1463
 
1464
  .fa-donate:before {
1465
- content: "\f4b9";
1466
- }
1467
 
1468
  .fa-door-closed:before {
1469
- content: "\f52a";
1470
- }
1471
 
1472
  .fa-door-open:before {
1473
- content: "\f52b";
1474
- }
1475
 
1476
  .fa-dot-circle:before {
1477
- content: "\f192";
1478
- }
1479
 
1480
  .fa-dove:before {
1481
- content: "\f4ba";
1482
- }
1483
 
1484
  .fa-download:before {
1485
- content: "\f019";
1486
- }
1487
 
1488
  .fa-draft2digital:before {
1489
- content: "\f396";
1490
- }
1491
 
1492
  .fa-drafting-compass:before {
1493
- content: "\f568";
1494
- }
 
 
1495
 
1496
  .fa-draw-polygon:before {
1497
- content: "\f5ee";
1498
- }
1499
 
1500
  .fa-dribbble:before {
1501
- content: "\f17d";
1502
- }
1503
 
1504
  .fa-dribbble-square:before {
1505
- content: "\f397";
1506
- }
1507
 
1508
  .fa-dropbox:before {
1509
- content: "\f16b";
1510
- }
1511
 
1512
  .fa-drum:before {
1513
- content: "\f569";
1514
- }
1515
 
1516
  .fa-drum-steelpan:before {
1517
- content: "\f56a";
1518
- }
 
 
1519
 
1520
  .fa-drupal:before {
1521
- content: "\f1a9";
1522
- }
1523
 
1524
  .fa-dumbbell:before {
1525
- content: "\f44b";
1526
- }
 
 
1527
 
1528
  .fa-dyalog:before {
1529
- content: "\f399";
1530
- }
1531
 
1532
  .fa-earlybirds:before {
1533
- content: "\f39a";
1534
- }
1535
 
1536
  .fa-ebay:before {
1537
- content: "\f4f4";
1538
- }
1539
 
1540
  .fa-edge:before {
1541
- content: "\f282";
1542
- }
1543
 
1544
  .fa-edit:before {
1545
- content: "\f044";
1546
- }
1547
 
1548
  .fa-eject:before {
1549
- content: "\f052";
1550
- }
1551
 
1552
  .fa-elementor:before {
1553
- content: "\f430";
1554
- }
1555
 
1556
  .fa-ellipsis-h:before {
1557
- content: "\f141";
1558
- }
1559
 
1560
  .fa-ellipsis-v:before {
1561
- content: "\f142";
1562
- }
1563
 
1564
  .fa-ello:before {
1565
- content: "\f5f1";
1566
- }
1567
 
1568
  .fa-ember:before {
1569
- content: "\f423";
1570
- }
1571
 
1572
  .fa-empire:before {
1573
- content: "\f1d1";
1574
- }
1575
 
1576
  .fa-envelope:before {
1577
- content: "\f0e0";
1578
- }
1579
 
1580
  .fa-envelope-open:before {
1581
- content: "\f2b6";
1582
- }
 
 
1583
 
1584
  .fa-envelope-square:before {
1585
- content: "\f199";
1586
- }
1587
 
1588
  .fa-envira:before {
1589
- content: "\f299";
1590
- }
1591
 
1592
  .fa-equals:before {
1593
- content: "\f52c";
1594
- }
1595
 
1596
  .fa-eraser:before {
1597
- content: "\f12d";
1598
- }
1599
 
1600
  .fa-erlang:before {
1601
- content: "\f39d";
1602
- }
1603
 
1604
  .fa-ethereum:before {
1605
- content: "\f42e";
1606
- }
1607
 
1608
  .fa-etsy:before {
1609
- content: "\f2d7";
1610
- }
1611
 
1612
  .fa-euro-sign:before {
1613
- content: "\f153";
1614
- }
1615
 
1616
  .fa-exchange-alt:before {
1617
- content: "\f362";
1618
- }
1619
 
1620
  .fa-exclamation:before {
1621
- content: "\f12a";
1622
- }
1623
 
1624
  .fa-exclamation-circle:before {
1625
- content: "\f06a";
1626
- }
1627
 
1628
  .fa-exclamation-triangle:before {
1629
- content: "\f071";
1630
- }
1631
 
1632
  .fa-expand:before {
1633
- content: "\f065";
1634
- }
1635
 
1636
  .fa-expand-arrows-alt:before {
1637
- content: "\f31e";
1638
- }
1639
 
1640
  .fa-expeditedssl:before {
1641
- content: "\f23e";
1642
- }
1643
 
1644
  .fa-external-link-alt:before {
1645
- content: "\f35d";
1646
- }
1647
 
1648
  .fa-external-link-square-alt:before {
1649
- content: "\f360";
1650
- }
1651
 
1652
  .fa-eye:before {
1653
- content: "\f06e";
1654
- }
1655
 
1656
  .fa-eye-dropper:before {
1657
- content: "\f1fb";
1658
- }
1659
 
1660
  .fa-eye-slash:before {
1661
- content: "\f070";
1662
- }
1663
 
1664
  .fa-facebook:before {
1665
- content: "\f09a";
1666
- }
1667
 
1668
  .fa-facebook-f:before {
1669
- content: "\f39e";
1670
- }
1671
 
1672
  .fa-facebook-messenger:before {
1673
- content: "\f39f";
1674
- }
1675
 
1676
  .fa-facebook-square:before {
1677
- content: "\f082";
1678
- }
 
 
1679
 
1680
  .fa-fast-backward:before {
1681
- content: "\f049";
1682
- }
1683
 
1684
  .fa-fast-forward:before {
1685
- content: "\f050";
1686
- }
1687
 
1688
  .fa-fax:before {
1689
- content: "\f1ac";
1690
- }
1691
 
1692
  .fa-feather:before {
1693
- content: "\f52d";
1694
- }
1695
 
1696
  .fa-feather-alt:before {
1697
- content: "\f56b";
1698
- }
1699
 
1700
  .fa-female:before {
1701
- content: "\f182";
1702
- }
1703
 
1704
  .fa-fighter-jet:before {
1705
- content: "\f0fb";
1706
- }
1707
 
1708
  .fa-file:before {
1709
- content: "\f15b";
1710
- }
1711
 
1712
  .fa-file-alt:before {
1713
- content: "\f15c";
1714
- }
1715
 
1716
  .fa-file-archive:before {
1717
- content: "\f1c6";
1718
- }
1719
 
1720
  .fa-file-audio:before {
1721
- content: "\f1c7";
1722
- }
1723
 
1724
  .fa-file-code:before {
1725
- content: "\f1c9";
1726
- }
1727
 
1728
  .fa-file-contract:before {
1729
- content: "\f56c";
1730
- }
 
 
1731
 
1732
  .fa-file-download:before {
1733
- content: "\f56d";
1734
- }
1735
 
1736
  .fa-file-excel:before {
1737
- content: "\f1c3";
1738
- }
1739
 
1740
  .fa-file-export:before {
1741
- content: "\f56e";
1742
- }
1743
 
1744
  .fa-file-image:before {
1745
- content: "\f1c5";
1746
- }
1747
 
1748
  .fa-file-import:before {
1749
- content: "\f56f";
1750
- }
1751
 
1752
  .fa-file-invoice:before {
1753
- content: "\f570";
1754
- }
1755
 
1756
  .fa-file-invoice-dollar:before {
1757
- content: "\f571";
1758
- }
1759
 
1760
  .fa-file-medical:before {
1761
- content: "\f477";
1762
- }
1763
 
1764
  .fa-file-medical-alt:before {
1765
- content: "\f478";
1766
- }
1767
 
1768
  .fa-file-pdf:before {
1769
- content: "\f1c1";
1770
- }
1771
 
1772
  .fa-file-powerpoint:before {
1773
- content: "\f1c4";
1774
- }
1775
 
1776
  .fa-file-prescription:before {
1777
- content: "\f572";
1778
- }
1779
 
1780
  .fa-file-signature:before {
1781
- content: "\f573";
1782
- }
1783
 
1784
  .fa-file-upload:before {
1785
- content: "\f574";
1786
- }
1787
 
1788
  .fa-file-video:before {
1789
- content: "\f1c8";
1790
- }
1791
 
1792
  .fa-file-word:before {
1793
- content: "\f1c2";
1794
- }
1795
 
1796
  .fa-fill:before {
1797
- content: "\f575";
1798
- }
1799
 
1800
  .fa-fill-drip:before {
1801
- content: "\f576";
1802
- }
1803
 
1804
  .fa-film:before {
1805
- content: "\f008";
1806
- }
1807
 
1808
  .fa-filter:before {
1809
- content: "\f0b0";
1810
- }
1811
 
1812
  .fa-fingerprint:before {
1813
- content: "\f577";
1814
- }
1815
 
1816
  .fa-fire:before {
1817
- content: "\f06d";
1818
- }
1819
 
1820
  .fa-fire-extinguisher:before {
1821
- content: "\f134";
1822
- }
1823
 
1824
  .fa-firefox:before {
1825
- content: "\f269";
1826
- }
1827
 
1828
  .fa-first-aid:before {
1829
- content: "\f479";
1830
- }
1831
 
1832
  .fa-first-order:before {
1833
- content: "\f2b0";
1834
- }
1835
 
1836
  .fa-first-order-alt:before {
1837
- content: "\f50a";
1838
- }
1839
 
1840
  .fa-firstdraft:before {
1841
- content: "\f3a1";
1842
- }
1843
 
1844
  .fa-fish:before {
1845
- content: "\f578";
1846
- }
 
 
1847
 
1848
  .fa-flag:before {
1849
- content: "\f024";
1850
- }
1851
 
1852
  .fa-flag-checkered:before {
1853
- content: "\f11e";
1854
- }
 
 
1855
 
1856
  .fa-flask:before {
1857
- content: "\f0c3";
1858
- }
1859
 
1860
  .fa-flickr:before {
1861
- content: "\f16e";
1862
- }
1863
 
1864
  .fa-flipboard:before {
1865
- content: "\f44d";
1866
- }
1867
 
1868
  .fa-flushed:before {
1869
- content: "\f579";
1870
- }
1871
 
1872
  .fa-fly:before {
1873
- content: "\f417";
1874
- }
1875
 
1876
  .fa-folder:before {
1877
- content: "\f07b";
1878
- }
 
 
1879
 
1880
  .fa-folder-open:before {
1881
- content: "\f07c";
1882
- }
 
 
1883
 
1884
  .fa-font:before {
1885
- content: "\f031";
1886
- }
1887
 
1888
  .fa-font-awesome:before {
1889
- content: "\f2b4";
1890
- }
1891
 
1892
  .fa-font-awesome-alt:before {
1893
- content: "\f35c";
1894
- }
1895
 
1896
  .fa-font-awesome-flag:before {
1897
- content: "\f425";
1898
- }
1899
 
1900
  .fa-font-awesome-logo-full:before {
1901
- content: "\f4e6";
1902
- }
1903
 
1904
  .fa-fonticons:before {
1905
- content: "\f280";
1906
- }
1907
 
1908
  .fa-fonticons-fi:before {
1909
- content: "\f3a2";
1910
- }
1911
 
1912
  .fa-football-ball:before {
1913
- content: "\f44e";
1914
- }
1915
 
1916
  .fa-fort-awesome:before {
1917
- content: "\f286";
1918
- }
1919
 
1920
  .fa-fort-awesome-alt:before {
1921
- content: "\f3a3";
1922
- }
1923
 
1924
  .fa-forumbee:before {
1925
- content: "\f211";
1926
- }
1927
 
1928
  .fa-forward:before {
1929
- content: "\f04e";
1930
- }
1931
 
1932
  .fa-foursquare:before {
1933
- content: "\f180";
1934
- }
1935
 
1936
  .fa-free-code-camp:before {
1937
- content: "\f2c5";
1938
- }
1939
 
1940
  .fa-freebsd:before {
1941
- content: "\f3a4";
1942
- }
1943
 
1944
  .fa-frog:before {
1945
- content: "\f52e";
1946
- }
1947
 
1948
  .fa-frown:before {
1949
- content: "\f119";
1950
- }
1951
 
1952
  .fa-frown-open:before {
1953
- content: "\f57a";
1954
- }
1955
 
1956
  .fa-fulcrum:before {
1957
- content: "\f50b";
1958
- }
 
 
1959
 
1960
  .fa-futbol:before {
1961
- content: "\f1e3";
1962
- }
1963
 
1964
  .fa-galactic-republic:before {
1965
- content: "\f50c";
1966
- }
1967
 
1968
  .fa-galactic-senate:before {
1969
- content: "\f50d";
1970
- }
1971
 
1972
  .fa-gamepad:before {
1973
- content: "\f11b";
1974
- }
1975
 
1976
  .fa-gas-pump:before {
1977
- content: "\f52f";
1978
- }
1979
 
1980
  .fa-gavel:before {
1981
- content: "\f0e3";
1982
- }
1983
 
1984
  .fa-gem:before {
1985
- content: "\f3a5";
1986
- }
1987
 
1988
  .fa-genderless:before {
1989
- content: "\f22d";
1990
- }
1991
 
1992
  .fa-get-pocket:before {
1993
- content: "\f265";
1994
- }
1995
 
1996
  .fa-gg:before {
1997
- content: "\f260";
1998
- }
1999
 
2000
  .fa-gg-circle:before {
2001
- content: "\f261";
2002
- }
 
 
2003
 
2004
  .fa-gift:before {
2005
- content: "\f06b";
2006
- }
2007
 
2008
  .fa-git:before {
2009
- content: "\f1d3";
2010
- }
2011
 
2012
  .fa-git-square:before {
2013
- content: "\f1d2";
2014
- }
2015
 
2016
  .fa-github:before {
2017
- content: "\f09b";
2018
- }
2019
 
2020
  .fa-github-alt:before {
2021
- content: "\f113";
2022
- }
2023
 
2024
  .fa-github-square:before {
2025
- content: "\f092";
2026
- }
2027
 
2028
  .fa-gitkraken:before {
2029
- content: "\f3a6";
2030
- }
2031
 
2032
  .fa-gitlab:before {
2033
- content: "\f296";
2034
- }
2035
 
2036
  .fa-gitter:before {
2037
- content: "\f426";
2038
- }
2039
 
2040
  .fa-glass-martini:before {
2041
- content: "\f000";
2042
- }
2043
 
2044
  .fa-glass-martini-alt:before {
2045
- content: "\f57b";
2046
- }
2047
 
2048
  .fa-glasses:before {
2049
- content: "\f530";
2050
- }
2051
 
2052
  .fa-glide:before {
2053
- content: "\f2a5";
2054
- }
2055
 
2056
  .fa-glide-g:before {
2057
- content: "\f2a6";
2058
- }
2059
 
2060
  .fa-globe:before {
2061
- content: "\f0ac";
2062
- }
2063
 
2064
  .fa-globe-africa:before {
2065
- content: "\f57c";
2066
- }
2067
 
2068
  .fa-globe-americas:before {
2069
- content: "\f57d";
2070
- }
2071
 
2072
  .fa-globe-asia:before {
2073
- content: "\f57e";
2074
- }
2075
 
2076
  .fa-gofore:before {
2077
- content: "\f3a7";
2078
- }
2079
 
2080
  .fa-golf-ball:before {
2081
- content: "\f450";
2082
- }
2083
 
2084
  .fa-goodreads:before {
2085
- content: "\f3a8";
2086
- }
2087
 
2088
  .fa-goodreads-g:before {
2089
- content: "\f3a9";
2090
- }
2091
 
2092
  .fa-google:before {
2093
- content: "\f1a0";
2094
- }
2095
 
2096
  .fa-google-drive:before {
2097
- content: "\f3aa";
2098
- }
2099
 
2100
  .fa-google-play:before {
2101
- content: "\f3ab";
2102
- }
2103
 
2104
  .fa-google-plus:before {
2105
- content: "\f2b3";
2106
- }
2107
 
2108
  .fa-google-plus-g:before {
2109
- content: "\f0d5";
2110
- }
2111
 
2112
  .fa-google-plus-square:before {
2113
- content: "\f0d4";
2114
- }
2115
 
2116
  .fa-google-wallet:before {
2117
- content: "\f1ee";
2118
- }
 
 
2119
 
2120
  .fa-graduation-cap:before {
2121
- content: "\f19d";
2122
- }
2123
 
2124
  .fa-gratipay:before {
2125
- content: "\f184";
2126
- }
2127
 
2128
  .fa-grav:before {
2129
- content: "\f2d6";
2130
- }
2131
 
2132
  .fa-greater-than:before {
2133
- content: "\f531";
2134
- }
2135
 
2136
  .fa-greater-than-equal:before {
2137
- content: "\f532";
2138
- }
2139
 
2140
  .fa-grimace:before {
2141
- content: "\f57f";
2142
- }
2143
 
2144
  .fa-grin:before {
2145
- content: "\f580";
2146
- }
2147
 
2148
  .fa-grin-alt:before {
2149
- content: "\f581";
2150
- }
2151
 
2152
  .fa-grin-beam:before {
2153
- content: "\f582";
2154
- }
2155
 
2156
  .fa-grin-beam-sweat:before {
2157
- content: "\f583";
2158
- }
2159
 
2160
  .fa-grin-hearts:before {
2161
- content: "\f584";
2162
- }
2163
 
2164
  .fa-grin-squint:before {
2165
- content: "\f585";
2166
- }
2167
 
2168
  .fa-grin-squint-tears:before {
2169
- content: "\f586";
2170
- }
2171
 
2172
  .fa-grin-stars:before {
2173
- content: "\f587";
2174
- }
2175
 
2176
  .fa-grin-tears:before {
2177
- content: "\f588";
2178
- }
2179
 
2180
  .fa-grin-tongue:before {
2181
- content: "\f589";
2182
- }
2183
 
2184
  .fa-grin-tongue-squint:before {
2185
- content: "\f58a";
2186
- }
2187
 
2188
  .fa-grin-tongue-wink:before {
2189
- content: "\f58b";
2190
- }
2191
 
2192
  .fa-grin-wink:before {
2193
- content: "\f58c";
2194
- }
2195
 
2196
  .fa-grip-horizontal:before {
2197
- content: "\f58d";
2198
- }
2199
 
2200
  .fa-grip-vertical:before {
2201
- content: "\f58e";
2202
- }
2203
 
2204
  .fa-gripfire:before {
2205
- content: "\f3ac";
2206
- }
2207
 
2208
  .fa-grunt:before {
2209
- content: "\f3ad";
2210
- }
2211
 
2212
  .fa-gulp:before {
2213
- content: "\f3ae";
2214
- }
2215
 
2216
  .fa-h-square:before {
2217
- content: "\f0fd";
2218
- }
2219
 
2220
  .fa-hacker-news:before {
2221
- content: "\f1d4";
2222
- }
2223
 
2224
  .fa-hacker-news-square:before {
2225
- content: "\f3af";
2226
- }
2227
 
2228
  .fa-hackerrank:before {
2229
- content: "\f5f7";
2230
- }
 
 
 
 
 
2231
 
2232
  .fa-hand-holding:before {
2233
- content: "\f4bd";
2234
- }
2235
 
2236
  .fa-hand-holding-heart:before {
2237
- content: "\f4be";
2238
- }
2239
 
2240
  .fa-hand-holding-usd:before {
2241
- content: "\f4c0";
2242
- }
2243
 
2244
  .fa-hand-lizard:before {
2245
- content: "\f258";
2246
- }
2247
 
2248
  .fa-hand-paper:before {
2249
- content: "\f256";
2250
- }
2251
 
2252
  .fa-hand-peace:before {
2253
- content: "\f25b";
2254
- }
2255
 
2256
  .fa-hand-point-down:before {
2257
- content: "\f0a7";
2258
- }
2259
 
2260
  .fa-hand-point-left:before {
2261
- content: "\f0a5";
2262
- }
2263
 
2264
  .fa-hand-point-right:before {
2265
- content: "\f0a4";
2266
- }
2267
 
2268
  .fa-hand-point-up:before {
2269
- content: "\f0a6";
2270
- }
2271
 
2272
  .fa-hand-pointer:before {
2273
- content: "\f25a";
2274
- }
2275
 
2276
  .fa-hand-rock:before {
2277
- content: "\f255";
2278
- }
2279
 
2280
  .fa-hand-scissors:before {
2281
- content: "\f257";
2282
- }
2283
 
2284
  .fa-hand-spock:before {
2285
- content: "\f259";
2286
- }
2287
 
2288
  .fa-hands:before {
2289
- content: "\f4c2";
2290
- }
2291
 
2292
  .fa-hands-helping:before {
2293
- content: "\f4c4";
2294
- }
2295
 
2296
  .fa-handshake:before {
2297
- content: "\f2b5";
2298
- }
 
 
2299
 
2300
  .fa-hashtag:before {
2301
- content: "\f292";
2302
- }
 
 
 
 
 
2303
 
2304
  .fa-hdd:before {
2305
- content: "\f0a0";
2306
- }
2307
 
2308
  .fa-heading:before {
2309
- content: "\f1dc";
2310
- }
2311
 
2312
  .fa-headphones:before {
2313
- content: "\f025";
2314
- }
2315
 
2316
  .fa-headphones-alt:before {
2317
- content: "\f58f";
2318
- }
2319
 
2320
  .fa-headset:before {
2321
- content: "\f590";
2322
- }
2323
 
2324
  .fa-heart:before {
2325
- content: "\f004";
2326
- }
2327
 
2328
  .fa-heartbeat:before {
2329
- content: "\f21e";
2330
- }
2331
 
2332
  .fa-helicopter:before {
2333
- content: "\f533";
2334
- }
2335
 
2336
  .fa-highlighter:before {
2337
- content: "\f591";
2338
- }
 
 
 
 
 
2339
 
2340
  .fa-hips:before {
2341
- content: "\f452";
2342
- }
2343
 
2344
  .fa-hire-a-helper:before {
2345
- content: "\f3b0";
2346
- }
2347
 
2348
  .fa-history:before {
2349
- content: "\f1da";
2350
- }
2351
 
2352
  .fa-hockey-puck:before {
2353
- content: "\f453";
2354
- }
2355
 
2356
  .fa-home:before {
2357
- content: "\f015";
2358
- }
2359
 
2360
  .fa-hooli:before {
2361
- content: "\f427";
2362
- }
2363
 
2364
  .fa-hornbill:before {
2365
- content: "\f592";
2366
- }
 
 
2367
 
2368
  .fa-hospital:before {
2369
- content: "\f0f8";
2370
- }
2371
 
2372
  .fa-hospital-alt:before {
2373
- content: "\f47d";
2374
- }
2375
 
2376
  .fa-hospital-symbol:before {
2377
- content: "\f47e";
2378
- }
2379
 
2380
  .fa-hot-tub:before {
2381
- content: "\f593";
2382
- }
2383
 
2384
  .fa-hotel:before {
2385
- content: "\f594";
2386
- }
2387
 
2388
  .fa-hotjar:before {
2389
- content: "\f3b1";
2390
- }
2391
 
2392
  .fa-hourglass:before {
2393
- content: "\f254";
2394
- }
2395
 
2396
  .fa-hourglass-end:before {
2397
- content: "\f253";
2398
- }
2399
 
2400
  .fa-hourglass-half:before {
2401
- content: "\f252";
2402
- }
2403
 
2404
  .fa-hourglass-start:before {
2405
- content: "\f251";
2406
- }
 
 
2407
 
2408
  .fa-houzz:before {
2409
- content: "\f27c";
2410
- }
 
 
2411
 
2412
  .fa-html5:before {
2413
- content: "\f13b";
2414
- }
2415
 
2416
  .fa-hubspot:before {
2417
- content: "\f3b2";
2418
- }
2419
 
2420
  .fa-i-cursor:before {
2421
- content: "\f246";
2422
- }
2423
 
2424
  .fa-id-badge:before {
2425
- content: "\f2c1";
2426
- }
2427
 
2428
  .fa-id-card:before {
2429
- content: "\f2c2";
2430
- }
2431
 
2432
  .fa-id-card-alt:before {
2433
- content: "\f47f";
2434
- }
2435
 
2436
  .fa-image:before {
2437
- content: "\f03e";
2438
- }
2439
 
2440
  .fa-images:before {
2441
- content: "\f302";
2442
- }
2443
 
2444
  .fa-imdb:before {
2445
- content: "\f2d8";
2446
- }
2447
 
2448
  .fa-inbox:before {
2449
- content: "\f01c";
2450
- }
2451
 
2452
  .fa-indent:before {
2453
- content: "\f03c";
2454
- }
2455
 
2456
  .fa-industry:before {
2457
- content: "\f275";
2458
- }
2459
 
2460
  .fa-infinity:before {
2461
- content: "\f534";
2462
- }
2463
 
2464
  .fa-info:before {
2465
- content: "\f129";
2466
- }
2467
 
2468
  .fa-info-circle:before {
2469
- content: "\f05a";
2470
- }
2471
 
2472
  .fa-instagram:before {
2473
- content: "\f16d";
2474
- }
2475
 
2476
  .fa-internet-explorer:before {
2477
- content: "\f26b";
2478
- }
2479
 
2480
  .fa-ioxhost:before {
2481
- content: "\f208";
2482
- }
2483
 
2484
  .fa-italic:before {
2485
- content: "\f033";
2486
- }
2487
 
2488
  .fa-itunes:before {
2489
- content: "\f3b4";
2490
- }
2491
 
2492
  .fa-itunes-note:before {
2493
- content: "\f3b5";
2494
- }
2495
 
2496
  .fa-java:before {
2497
- content: "\f4e4";
2498
- }
 
 
2499
 
2500
  .fa-jedi-order:before {
2501
- content: "\f50e";
2502
- }
2503
 
2504
  .fa-jenkins:before {
2505
- content: "\f3b6";
2506
- }
2507
 
2508
  .fa-joget:before {
2509
- content: "\f3b7";
2510
- }
2511
 
2512
  .fa-joint:before {
2513
- content: "\f595";
2514
- }
2515
 
2516
  .fa-joomla:before {
2517
- content: "\f1aa";
2518
- }
 
 
2519
 
2520
  .fa-js:before {
2521
- content: "\f3b8";
2522
- }
2523
 
2524
  .fa-js-square:before {
2525
- content: "\f3b9";
2526
- }
2527
 
2528
  .fa-jsfiddle:before {
2529
- content: "\f1cc";
2530
- }
 
 
2531
 
2532
  .fa-kaggle:before {
2533
- content: "\f5fa";
2534
- }
2535
 
2536
  .fa-key:before {
2537
- content: "\f084";
2538
- }
2539
 
2540
  .fa-keybase:before {
2541
- content: "\f4f5";
2542
- }
2543
 
2544
  .fa-keyboard:before {
2545
- content: "\f11c";
2546
- }
2547
 
2548
  .fa-keycdn:before {
2549
- content: "\f3ba";
2550
- }
 
 
2551
 
2552
  .fa-kickstarter:before {
2553
- content: "\f3bb";
2554
- }
2555
 
2556
  .fa-kickstarter-k:before {
2557
- content: "\f3bc";
2558
- }
2559
 
2560
  .fa-kiss:before {
2561
- content: "\f596";
2562
- }
2563
 
2564
  .fa-kiss-beam:before {
2565
- content: "\f597";
2566
- }
2567
 
2568
  .fa-kiss-wink-heart:before {
2569
- content: "\f598";
2570
- }
2571
 
2572
  .fa-kiwi-bird:before {
2573
- content: "\f535";
2574
- }
2575
 
2576
  .fa-korvue:before {
2577
- content: "\f42f";
2578
- }
 
 
2579
 
2580
  .fa-language:before {
2581
- content: "\f1ab";
2582
- }
2583
 
2584
  .fa-laptop:before {
2585
- content: "\f109";
2586
- }
2587
 
2588
  .fa-laptop-code:before {
2589
- content: "\f5fc";
2590
- }
2591
 
2592
  .fa-laravel:before {
2593
- content: "\f3bd";
2594
- }
2595
 
2596
  .fa-lastfm:before {
2597
- content: "\f202";
2598
- }
2599
 
2600
  .fa-lastfm-square:before {
2601
- content: "\f203";
2602
- }
2603
 
2604
  .fa-laugh:before {
2605
- content: "\f599";
2606
- }
2607
 
2608
  .fa-laugh-beam:before {
2609
- content: "\f59a";
2610
- }
2611
 
2612
  .fa-laugh-squint:before {
2613
- content: "\f59b";
2614
- }
2615
 
2616
  .fa-laugh-wink:before {
2617
- content: "\f59c";
2618
- }
2619
 
2620
  .fa-layer-group:before {
2621
- content: "\f5fd";
2622
- }
2623
 
2624
  .fa-leaf:before {
2625
- content: "\f06c";
2626
- }
2627
 
2628
  .fa-leanpub:before {
2629
- content: "\f212";
2630
- }
2631
 
2632
  .fa-lemon:before {
2633
- content: "\f094";
2634
- }
2635
 
2636
  .fa-less:before {
2637
- content: "\f41d";
2638
- }
2639
 
2640
  .fa-less-than:before {
2641
- content: "\f536";
2642
- }
2643
 
2644
  .fa-less-than-equal:before {
2645
- content: "\f537";
2646
- }
2647
 
2648
  .fa-level-down-alt:before {
2649
- content: "\f3be";
2650
- }
2651
 
2652
  .fa-level-up-alt:before {
2653
- content: "\f3bf";
2654
- }
2655
 
2656
  .fa-life-ring:before {
2657
- content: "\f1cd";
2658
- }
2659
 
2660
  .fa-lightbulb:before {
2661
- content: "\f0eb";
2662
- }
2663
 
2664
  .fa-line:before {
2665
- content: "\f3c0";
2666
- }
2667
 
2668
  .fa-link:before {
2669
- content: "\f0c1";
2670
- }
2671
 
2672
  .fa-linkedin:before {
2673
- content: "\f08c";
2674
- }
2675
 
2676
  .fa-linkedin-in:before {
2677
- content: "\f0e1";
2678
- }
2679
 
2680
  .fa-linode:before {
2681
- content: "\f2b8";
2682
- }
2683
 
2684
  .fa-linux:before {
2685
- content: "\f17c";
2686
- }
2687
 
2688
  .fa-lira-sign:before {
2689
- content: "\f195";
2690
- }
2691
 
2692
  .fa-list:before {
2693
- content: "\f03a";
2694
- }
2695
 
2696
  .fa-list-alt:before {
2697
- content: "\f022";
2698
- }
2699
 
2700
  .fa-list-ol:before {
2701
- content: "\f0cb";
2702
- }
2703
 
2704
  .fa-list-ul:before {
2705
- content: "\f0ca";
2706
- }
2707
 
2708
  .fa-location-arrow:before {
2709
- content: "\f124";
2710
- }
2711
 
2712
  .fa-lock:before {
2713
- content: "\f023";
2714
- }
2715
 
2716
  .fa-lock-open:before {
2717
- content: "\f3c1";
2718
- }
2719
 
2720
  .fa-long-arrow-alt-down:before {
2721
- content: "\f309";
2722
- }
2723
 
2724
  .fa-long-arrow-alt-left:before {
2725
- content: "\f30a";
2726
- }
2727
 
2728
  .fa-long-arrow-alt-right:before {
2729
- content: "\f30b";
2730
- }
2731
 
2732
  .fa-long-arrow-alt-up:before {
2733
- content: "\f30c";
2734
- }
2735
 
2736
  .fa-low-vision:before {
2737
- content: "\f2a8";
2738
- }
2739
 
2740
  .fa-luggage-cart:before {
2741
- content: "\f59d";
2742
- }
2743
 
2744
  .fa-lyft:before {
2745
- content: "\f3c3";
2746
- }
2747
 
2748
  .fa-magento:before {
2749
- content: "\f3c4";
2750
- }
2751
 
2752
  .fa-magic:before {
2753
- content: "\f0d0";
2754
- }
2755
 
2756
  .fa-magnet:before {
2757
- content: "\f076";
2758
- }
 
 
2759
 
2760
  .fa-mailchimp:before {
2761
- content: "\f59e";
2762
- }
2763
 
2764
  .fa-male:before {
2765
- content: "\f183";
2766
- }
2767
 
2768
  .fa-mandalorian:before {
2769
- content: "\f50f";
2770
- }
2771
 
2772
  .fa-map:before {
2773
- content: "\f279";
2774
- }
2775
 
2776
  .fa-map-marked:before {
2777
- content: "\f59f";
2778
- }
2779
 
2780
  .fa-map-marked-alt:before {
2781
- content: "\f5a0";
2782
- }
2783
 
2784
  .fa-map-marker:before {
2785
- content: "\f041";
2786
- }
2787
 
2788
  .fa-map-marker-alt:before {
2789
- content: "\f3c5";
2790
- }
2791
 
2792
  .fa-map-pin:before {
2793
- content: "\f276";
2794
- }
2795
 
2796
  .fa-map-signs:before {
2797
- content: "\f277";
2798
- }
2799
 
2800
  .fa-markdown:before {
2801
- content: "\f60f";
2802
- }
2803
 
2804
  .fa-marker:before {
2805
- content: "\f5a1";
2806
- }
2807
 
2808
  .fa-mars:before {
2809
- content: "\f222";
2810
- }
2811
 
2812
  .fa-mars-double:before {
2813
- content: "\f227";
2814
- }
2815
 
2816
  .fa-mars-stroke:before {
2817
- content: "\f229";
2818
- }
2819
 
2820
  .fa-mars-stroke-h:before {
2821
- content: "\f22b";
2822
- }
2823
 
2824
  .fa-mars-stroke-v:before {
2825
- content: "\f22a";
2826
- }
 
 
2827
 
2828
  .fa-mastodon:before {
2829
- content: "\f4f6";
2830
- }
2831
 
2832
  .fa-maxcdn:before {
2833
- content: "\f136";
2834
- }
2835
 
2836
  .fa-medal:before {
2837
- content: "\f5a2";
2838
- }
2839
 
2840
  .fa-medapps:before {
2841
- content: "\f3c6";
2842
- }
2843
 
2844
  .fa-medium:before {
2845
- content: "\f23a";
2846
- }
2847
 
2848
  .fa-medium-m:before {
2849
- content: "\f3c7";
2850
- }
2851
 
2852
  .fa-medkit:before {
2853
- content: "\f0fa";
2854
- }
2855
 
2856
  .fa-medrt:before {
2857
- content: "\f3c8";
2858
- }
2859
 
2860
  .fa-meetup:before {
2861
- content: "\f2e0";
2862
- }
2863
 
2864
  .fa-megaport:before {
2865
- content: "\f5a3";
2866
- }
2867
 
2868
  .fa-meh:before {
2869
- content: "\f11a";
2870
- }
2871
 
2872
  .fa-meh-blank:before {
2873
- content: "\f5a4";
2874
- }
2875
 
2876
  .fa-meh-rolling-eyes:before {
2877
- content: "\f5a5";
2878
- }
2879
 
2880
  .fa-memory:before {
2881
- content: "\f538";
2882
- }
 
 
2883
 
2884
  .fa-mercury:before {
2885
- content: "\f223";
2886
- }
 
 
2887
 
2888
  .fa-microchip:before {
2889
- content: "\f2db";
2890
- }
2891
 
2892
  .fa-microphone:before {
2893
- content: "\f130";
2894
- }
2895
 
2896
  .fa-microphone-alt:before {
2897
- content: "\f3c9";
2898
- }
2899
 
2900
  .fa-microphone-alt-slash:before {
2901
- content: "\f539";
2902
- }
2903
 
2904
  .fa-microphone-slash:before {
2905
- content: "\f131";
2906
- }
2907
 
2908
  .fa-microscope:before {
2909
- content: "\f610";
2910
- }
2911
 
2912
  .fa-microsoft:before {
2913
- content: "\f3ca";
2914
- }
2915
 
2916
  .fa-minus:before {
2917
- content: "\f068";
2918
- }
2919
 
2920
  .fa-minus-circle:before {
2921
- content: "\f056";
2922
- }
2923
 
2924
  .fa-minus-square:before {
2925
- content: "\f146";
2926
- }
2927
 
2928
  .fa-mix:before {
2929
- content: "\f3cb";
2930
- }
2931
 
2932
  .fa-mixcloud:before {
2933
- content: "\f289";
2934
- }
2935
 
2936
  .fa-mizuni:before {
2937
- content: "\f3cc";
2938
- }
2939
 
2940
  .fa-mobile:before {
2941
- content: "\f10b";
2942
- }
2943
 
2944
  .fa-mobile-alt:before {
2945
- content: "\f3cd";
2946
- }
2947
 
2948
  .fa-modx:before {
2949
- content: "\f285";
2950
- }
2951
 
2952
  .fa-monero:before {
2953
- content: "\f3d0";
2954
- }
2955
 
2956
  .fa-money-bill:before {
2957
- content: "\f0d6";
2958
- }
2959
 
2960
  .fa-money-bill-alt:before {
2961
- content: "\f3d1";
2962
- }
2963
 
2964
  .fa-money-bill-wave:before {
2965
- content: "\f53a";
2966
- }
2967
 
2968
  .fa-money-bill-wave-alt:before {
2969
- content: "\f53b";
2970
- }
2971
 
2972
  .fa-money-check:before {
2973
- content: "\f53c";
2974
- }
2975
 
2976
  .fa-money-check-alt:before {
2977
- content: "\f53d";
2978
- }
2979
 
2980
  .fa-monument:before {
2981
- content: "\f5a6";
2982
- }
2983
 
2984
  .fa-moon:before {
2985
- content: "\f186";
2986
- }
2987
 
2988
  .fa-mortar-pestle:before {
2989
- content: "\f5a7";
2990
- }
 
 
2991
 
2992
  .fa-motorcycle:before {
2993
- content: "\f21c";
2994
- }
 
 
2995
 
2996
  .fa-mouse-pointer:before {
2997
- content: "\f245";
2998
- }
2999
 
3000
  .fa-music:before {
3001
- content: "\f001";
3002
- }
3003
 
3004
  .fa-napster:before {
3005
- content: "\f3d2";
3006
- }
3007
 
3008
  .fa-neos:before {
3009
- content: "\f612";
3010
- }
 
 
3011
 
3012
  .fa-neuter:before {
3013
- content: "\f22c";
3014
- }
3015
 
3016
  .fa-newspaper:before {
3017
- content: "\f1ea";
3018
- }
3019
 
3020
  .fa-nimblr:before {
3021
- content: "\f5a8";
3022
- }
3023
 
3024
  .fa-nintendo-switch:before {
3025
- content: "\f418";
3026
- }
3027
 
3028
  .fa-node:before {
3029
- content: "\f419";
3030
- }
3031
 
3032
  .fa-node-js:before {
3033
- content: "\f3d3";
3034
- }
3035
 
3036
  .fa-not-equal:before {
3037
- content: "\f53e";
3038
- }
3039
 
3040
  .fa-notes-medical:before {
3041
- content: "\f481";
3042
- }
3043
 
3044
  .fa-npm:before {
3045
- content: "\f3d4";
3046
- }
3047
 
3048
  .fa-ns8:before {
3049
- content: "\f3d5";
3050
- }
3051
 
3052
  .fa-nutritionix:before {
3053
- content: "\f3d6";
3054
- }
3055
 
3056
  .fa-object-group:before {
3057
- content: "\f247";
3058
- }
3059
 
3060
  .fa-object-ungroup:before {
3061
- content: "\f248";
3062
- }
3063
 
3064
  .fa-odnoklassniki:before {
3065
- content: "\f263";
3066
- }
3067
 
3068
  .fa-odnoklassniki-square:before {
3069
- content: "\f264";
3070
- }
3071
 
3072
  .fa-oil-can:before {
3073
- content: "\f613";
3074
- }
3075
 
3076
  .fa-old-republic:before {
3077
- content: "\f510";
3078
- }
 
 
3079
 
3080
  .fa-opencart:before {
3081
- content: "\f23d";
3082
- }
3083
 
3084
  .fa-openid:before {
3085
- content: "\f19b";
3086
- }
3087
 
3088
  .fa-opera:before {
3089
- content: "\f26a";
3090
- }
3091
 
3092
  .fa-optin-monster:before {
3093
- content: "\f23c";
3094
- }
3095
 
3096
  .fa-osi:before {
3097
- content: "\f41a";
3098
- }
 
 
3099
 
3100
  .fa-outdent:before {
3101
- content: "\f03b";
3102
- }
3103
 
3104
  .fa-page4:before {
3105
- content: "\f3d7";
3106
- }
3107
 
3108
  .fa-pagelines:before {
3109
- content: "\f18c";
3110
- }
3111
 
3112
  .fa-paint-brush:before {
3113
- content: "\f1fc";
3114
- }
3115
 
3116
  .fa-paint-roller:before {
3117
- content: "\f5aa";
3118
- }
3119
 
3120
  .fa-palette:before {
3121
- content: "\f53f";
3122
- }
3123
 
3124
  .fa-palfed:before {
3125
- content: "\f3d8";
3126
- }
3127
 
3128
  .fa-pallet:before {
3129
- content: "\f482";
3130
- }
3131
 
3132
  .fa-paper-plane:before {
3133
- content: "\f1d8";
3134
- }
3135
 
3136
  .fa-paperclip:before {
3137
- content: "\f0c6";
3138
- }
3139
 
3140
  .fa-parachute-box:before {
3141
- content: "\f4cd";
3142
- }
3143
 
3144
  .fa-paragraph:before {
3145
- content: "\f1dd";
3146
- }
3147
 
3148
  .fa-parking:before {
3149
- content: "\f540";
3150
- }
3151
 
3152
  .fa-passport:before {
3153
- content: "\f5ab";
3154
- }
 
 
3155
 
3156
  .fa-paste:before {
3157
- content: "\f0ea";
3158
- }
3159
 
3160
  .fa-patreon:before {
3161
- content: "\f3d9";
3162
- }
3163
 
3164
  .fa-pause:before {
3165
- content: "\f04c";
3166
- }
3167
 
3168
  .fa-pause-circle:before {
3169
- content: "\f28b";
3170
- }
3171
 
3172
  .fa-paw:before {
3173
- content: "\f1b0";
3174
- }
3175
 
3176
  .fa-paypal:before {
3177
- content: "\f1ed";
3178
- }
 
 
3179
 
3180
  .fa-pen:before {
3181
- content: "\f304";
3182
- }
3183
 
3184
  .fa-pen-alt:before {
3185
- content: "\f305";
3186
- }
3187
 
3188
  .fa-pen-fancy:before {
3189
- content: "\f5ac";
3190
- }
3191
 
3192
  .fa-pen-nib:before {
3193
- content: "\f5ad";
3194
- }
3195
 
3196
  .fa-pen-square:before {
3197
- content: "\f14b";
3198
- }
3199
 
3200
  .fa-pencil-alt:before {
3201
- content: "\f303";
3202
- }
3203
 
3204
  .fa-pencil-ruler:before {
3205
- content: "\f5ae";
3206
- }
 
 
3207
 
3208
  .fa-people-carry:before {
3209
- content: "\f4ce";
3210
- }
3211
 
3212
  .fa-percent:before {
3213
- content: "\f295";
3214
- }
3215
 
3216
  .fa-percentage:before {
3217
- content: "\f541";
3218
- }
3219
 
3220
  .fa-periscope:before {
3221
- content: "\f3da";
3222
- }
 
 
3223
 
3224
  .fa-phabricator:before {
3225
- content: "\f3db";
3226
- }
3227
 
3228
  .fa-phoenix-framework:before {
3229
- content: "\f3dc";
3230
- }
3231
 
3232
  .fa-phoenix-squadron:before {
3233
- content: "\f511";
3234
- }
3235
 
3236
  .fa-phone:before {
3237
- content: "\f095";
3238
- }
3239
 
3240
  .fa-phone-slash:before {
3241
- content: "\f3dd";
3242
- }
3243
 
3244
  .fa-phone-square:before {
3245
- content: "\f098";
3246
- }
3247
 
3248
  .fa-phone-volume:before {
3249
- content: "\f2a0";
3250
- }
3251
 
3252
  .fa-php:before {
3253
- content: "\f457";
3254
- }
3255
 
3256
  .fa-pied-piper:before {
3257
- content: "\f2ae";
3258
- }
3259
 
3260
  .fa-pied-piper-alt:before {
3261
- content: "\f1a8";
3262
- }
3263
 
3264
  .fa-pied-piper-hat:before {
3265
- content: "\f4e5";
3266
- }
3267
 
3268
  .fa-pied-piper-pp:before {
3269
- content: "\f1a7";
3270
- }
3271
 
3272
  .fa-piggy-bank:before {
3273
- content: "\f4d3";
3274
- }
3275
 
3276
  .fa-pills:before {
3277
- content: "\f484";
3278
- }
3279
 
3280
  .fa-pinterest:before {
3281
- content: "\f0d2";
3282
- }
3283
 
3284
  .fa-pinterest-p:before {
3285
- content: "\f231";
3286
- }
3287
 
3288
  .fa-pinterest-square:before {
3289
- content: "\f0d3";
3290
- }
 
 
3291
 
3292
  .fa-plane:before {
3293
- content: "\f072";
3294
- }
3295
 
3296
  .fa-plane-arrival:before {
3297
- content: "\f5af";
3298
- }
3299
 
3300
  .fa-plane-departure:before {
3301
- content: "\f5b0";
3302
- }
3303
 
3304
  .fa-play:before {
3305
- content: "\f04b";
3306
- }
3307
 
3308
  .fa-play-circle:before {
3309
- content: "\f144";
3310
- }
3311
 
3312
  .fa-playstation:before {
3313
- content: "\f3df";
3314
- }
3315
 
3316
  .fa-plug:before {
3317
- content: "\f1e6";
3318
- }
3319
 
3320
  .fa-plus:before {
3321
- content: "\f067";
3322
- }
3323
 
3324
  .fa-plus-circle:before {
3325
- content: "\f055";
3326
- }
3327
 
3328
  .fa-plus-square:before {
3329
- content: "\f0fe";
3330
- }
3331
 
3332
  .fa-podcast:before {
3333
- content: "\f2ce";
3334
- }
 
 
 
 
 
3335
 
3336
  .fa-poo:before {
3337
- content: "\f2fe";
3338
- }
 
 
3339
 
3340
  .fa-poop:before {
3341
- content: "\f619";
3342
- }
3343
 
3344
  .fa-portrait:before {
3345
- content: "\f3e0";
3346
- }
3347
 
3348
  .fa-pound-sign:before {
3349
- content: "\f154";
3350
- }
3351
 
3352
  .fa-power-off:before {
3353
- content: "\f011";
3354
- }
 
 
 
 
 
3355
 
3356
  .fa-prescription:before {
3357
- content: "\f5b1";
3358
- }
3359
 
3360
  .fa-prescription-bottle:before {
3361
- content: "\f485";
3362
- }
3363
 
3364
  .fa-prescription-bottle-alt:before {
3365
- content: "\f486";
3366
- }
3367
 
3368
  .fa-print:before {
3369
- content: "\f02f";
3370
- }
3371
 
3372
  .fa-procedures:before {
3373
- content: "\f487";
3374
- }
3375
 
3376
  .fa-product-hunt:before {
3377
- content: "\f288";
3378
- }
3379
 
3380
  .fa-project-diagram:before {
3381
- content: "\f542";
3382
- }
3383
 
3384
  .fa-pushed:before {
3385
- content: "\f3e1";
3386
- }
3387
 
3388
  .fa-puzzle-piece:before {
3389
- content: "\f12e";
3390
- }
3391
 
3392
  .fa-python:before {
3393
- content: "\f3e2";
3394
- }
3395
 
3396
  .fa-qq:before {
3397
- content: "\f1d6";
3398
- }
3399
 
3400
  .fa-qrcode:before {
3401
- content: "\f029";
3402
- }
3403
 
3404
  .fa-question:before {
3405
- content: "\f128";
3406
- }
3407
 
3408
  .fa-question-circle:before {
3409
- content: "\f059";
3410
- }
3411
 
3412
  .fa-quidditch:before {
3413
- content: "\f458";
3414
- }
3415
 
3416
  .fa-quinscape:before {
3417
- content: "\f459";
3418
- }
3419
 
3420
  .fa-quora:before {
3421
- content: "\f2c4";
3422
- }
3423
 
3424
  .fa-quote-left:before {
3425
- content: "\f10d";
3426
- }
3427
 
3428
  .fa-quote-right:before {
3429
- content: "\f10e";
3430
- }
 
 
3431
 
3432
  .fa-r-project:before {
3433
- content: "\f4f7";
3434
- }
 
 
3435
 
3436
  .fa-random:before {
3437
- content: "\f074";
3438
- }
3439
 
3440
  .fa-ravelry:before {
3441
- content: "\f2d9";
3442
- }
3443
 
3444
  .fa-react:before {
3445
- content: "\f41b";
3446
- }
 
 
3447
 
3448
  .fa-readme:before {
3449
- content: "\f4d5";
3450
- }
3451
 
3452
  .fa-rebel:before {
3453
- content: "\f1d0";
3454
- }
3455
 
3456
  .fa-receipt:before {
3457
- content: "\f543";
3458
- }
3459
 
3460
  .fa-recycle:before {
3461
- content: "\f1b8";
3462
- }
3463
 
3464
  .fa-red-river:before {
3465
- content: "\f3e3";
3466
- }
3467
 
3468
  .fa-reddit:before {
3469
- content: "\f1a1";
3470
- }
3471
 
3472
  .fa-reddit-alien:before {
3473
- content: "\f281";
3474
- }
3475
 
3476
  .fa-reddit-square:before {
3477
- content: "\f1a2";
3478
- }
3479
 
3480
  .fa-redo:before {
3481
- content: "\f01e";
3482
- }
3483
 
3484
  .fa-redo-alt:before {
3485
- content: "\f2f9";
3486
- }
3487
 
3488
  .fa-registered:before {
3489
- content: "\f25d";
3490
- }
3491
-
3492
- .fa-rendact:before {
3493
- content: "\f3e4";
3494
- }
3495
 
3496
  .fa-renren:before {
3497
- content: "\f18b";
3498
- }
3499
 
3500
  .fa-reply:before {
3501
- content: "\f3e5";
3502
- }
3503
 
3504
  .fa-reply-all:before {
3505
- content: "\f122";
3506
- }
3507
 
3508
  .fa-replyd:before {
3509
- content: "\f3e6";
3510
- }
 
 
3511
 
3512
  .fa-researchgate:before {
3513
- content: "\f4f8";
3514
- }
3515
 
3516
  .fa-resolving:before {
3517
- content: "\f3e7";
3518
- }
3519
 
3520
  .fa-retweet:before {
3521
- content: "\f079";
3522
- }
3523
 
3524
  .fa-rev:before {
3525
- content: "\f5b2";
3526
- }
3527
 
3528
  .fa-ribbon:before {
3529
- content: "\f4d6";
3530
- }
 
 
3531
 
3532
  .fa-road:before {
3533
- content: "\f018";
3534
- }
3535
 
3536
  .fa-robot:before {
3537
- content: "\f544";
3538
- }
3539
 
3540
  .fa-rocket:before {
3541
- content: "\f135";
3542
- }
3543
 
3544
  .fa-rocketchat:before {
3545
- content: "\f3e8";
3546
- }
3547
 
3548
  .fa-rockrms:before {
3549
- content: "\f3e9";
3550
- }
3551
 
3552
  .fa-route:before {
3553
- content: "\f4d7";
3554
- }
3555
 
3556
  .fa-rss:before {
3557
- content: "\f09e";
3558
- }
3559
 
3560
  .fa-rss-square:before {
3561
- content: "\f143";
3562
- }
3563
 
3564
  .fa-ruble-sign:before {
3565
- content: "\f158";
3566
- }
3567
 
3568
  .fa-ruler:before {
3569
- content: "\f545";
3570
- }
3571
 
3572
  .fa-ruler-combined:before {
3573
- content: "\f546";
3574
- }
3575
 
3576
  .fa-ruler-horizontal:before {
3577
- content: "\f547";
3578
- }
3579
 
3580
  .fa-ruler-vertical:before {
3581
- content: "\f548";
3582
- }
 
 
3583
 
3584
  .fa-rupee-sign:before {
3585
- content: "\f156";
3586
- }
3587
 
3588
  .fa-sad-cry:before {
3589
- content: "\f5b3";
3590
- }
3591
 
3592
  .fa-sad-tear:before {
3593
- content: "\f5b4";
3594
- }
3595
 
3596
  .fa-safari:before {
3597
- content: "\f267";
3598
- }
3599
 
3600
  .fa-sass:before {
3601
- content: "\f41e";
3602
- }
3603
 
3604
  .fa-save:before {
3605
- content: "\f0c7";
3606
- }
3607
 
3608
  .fa-schlix:before {
3609
- content: "\f3ea";
3610
- }
3611
 
3612
  .fa-school:before {
3613
- content: "\f549";
3614
- }
3615
 
3616
  .fa-screwdriver:before {
3617
- content: "\f54a";
3618
- }
3619
 
3620
  .fa-scribd:before {
3621
- content: "\f28a";
3622
- }
 
 
3623
 
3624
  .fa-search:before {
3625
- content: "\f002";
3626
- }
 
 
 
 
 
3627
 
3628
  .fa-search-minus:before {
3629
- content: "\f010";
3630
- }
3631
 
3632
  .fa-search-plus:before {
3633
- content: "\f00e";
3634
- }
3635
 
3636
  .fa-searchengin:before {
3637
- content: "\f3eb";
3638
- }
3639
 
3640
  .fa-seedling:before {
3641
- content: "\f4d8";
3642
- }
3643
 
3644
  .fa-sellcast:before {
3645
- content: "\f2da";
3646
- }
3647
 
3648
  .fa-sellsy:before {
3649
- content: "\f213";
3650
- }
3651
 
3652
  .fa-server:before {
3653
- content: "\f233";
3654
- }
3655
 
3656
  .fa-servicestack:before {
3657
- content: "\f3ec";
3658
- }
3659
 
3660
  .fa-shapes:before {
3661
- content: "\f61f";
3662
- }
3663
 
3664
  .fa-share:before {
3665
- content: "\f064";
3666
- }
3667
 
3668
  .fa-share-alt:before {
3669
- content: "\f1e0";
3670
- }
3671
 
3672
  .fa-share-alt-square:before {
3673
- content: "\f1e1";
3674
- }
3675
 
3676
  .fa-share-square:before {
3677
- content: "\f14d";
3678
- }
3679
 
3680
  .fa-shekel-sign:before {
3681
- content: "\f20b";
3682
- }
3683
 
3684
  .fa-shield-alt:before {
3685
- content: "\f3ed";
3686
- }
3687
 
3688
  .fa-ship:before {
3689
- content: "\f21a";
3690
- }
3691
 
3692
  .fa-shipping-fast:before {
3693
- content: "\f48b";
3694
- }
3695
 
3696
  .fa-shirtsinbulk:before {
3697
- content: "\f214";
3698
- }
3699
 
3700
  .fa-shoe-prints:before {
3701
- content: "\f54b";
3702
- }
3703
 
3704
  .fa-shopping-bag:before {
3705
- content: "\f290";
3706
- }
3707
 
3708
  .fa-shopping-basket:before {
3709
- content: "\f291";
3710
- }
3711
 
3712
  .fa-shopping-cart:before {
3713
- content: "\f07a";
3714
- }
3715
 
3716
  .fa-shopware:before {
3717
- content: "\f5b5";
3718
- }
3719
 
3720
  .fa-shower:before {
3721
- content: "\f2cc";
3722
- }
3723
 
3724
  .fa-shuttle-van:before {
3725
- content: "\f5b6";
3726
- }
3727
 
3728
  .fa-sign:before {
3729
- content: "\f4d9";
3730
- }
3731
 
3732
  .fa-sign-in-alt:before {
3733
- content: "\f2f6";
3734
- }
3735
 
3736
  .fa-sign-language:before {
3737
- content: "\f2a7";
3738
- }
3739
 
3740
  .fa-sign-out-alt:before {
3741
- content: "\f2f5";
3742
- }
3743
 
3744
  .fa-signal:before {
3745
- content: "\f012";
3746
- }
3747
 
3748
  .fa-signature:before {
3749
- content: "\f5b7";
3750
- }
3751
 
3752
  .fa-simplybuilt:before {
3753
- content: "\f215";
3754
- }
3755
 
3756
  .fa-sistrix:before {
3757
- content: "\f3ee";
3758
- }
3759
 
3760
  .fa-sitemap:before {
3761
- content: "\f0e8";
3762
- }
3763
 
3764
  .fa-sith:before {
3765
- content: "\f512";
3766
- }
3767
 
3768
  .fa-skull:before {
3769
- content: "\f54c";
3770
- }
 
 
3771
 
3772
  .fa-skyatlas:before {
3773
- content: "\f216";
3774
- }
3775
 
3776
  .fa-skype:before {
3777
- content: "\f17e";
3778
- }
3779
 
3780
  .fa-slack:before {
3781
- content: "\f198";
3782
- }
3783
 
3784
  .fa-slack-hash:before {
3785
- content: "\f3ef";
3786
- }
 
 
3787
 
3788
  .fa-sliders-h:before {
3789
- content: "\f1de";
3790
- }
3791
 
3792
  .fa-slideshare:before {
3793
- content: "\f1e7";
3794
- }
3795
 
3796
  .fa-smile:before {
3797
- content: "\f118";
3798
- }
3799
 
3800
  .fa-smile-beam:before {
3801
- content: "\f5b8";
3802
- }
3803
 
3804
  .fa-smile-wink:before {
3805
- content: "\f4da";
3806
- }
 
 
3807
 
3808
  .fa-smoking:before {
3809
- content: "\f48d";
3810
- }
3811
 
3812
  .fa-smoking-ban:before {
3813
- content: "\f54d";
3814
- }
3815
 
3816
  .fa-snapchat:before {
3817
- content: "\f2ab";
3818
- }
3819
 
3820
  .fa-snapchat-ghost:before {
3821
- content: "\f2ac";
3822
- }
3823
 
3824
  .fa-snapchat-square:before {
3825
- content: "\f2ad";
3826
- }
3827
 
3828
  .fa-snowflake:before {
3829
- content: "\f2dc";
3830
- }
 
 
3831
 
3832
  .fa-solar-panel:before {
3833
- content: "\f5ba";
3834
- }
3835
 
3836
  .fa-sort:before {
3837
- content: "\f0dc";
3838
- }
3839
 
3840
  .fa-sort-alpha-down:before {
3841
- content: "\f15d";
3842
- }
3843
 
3844
  .fa-sort-alpha-up:before {
3845
- content: "\f15e";
3846
- }
3847
 
3848
  .fa-sort-amount-down:before {
3849
- content: "\f160";
3850
- }
3851
 
3852
  .fa-sort-amount-up:before {
3853
- content: "\f161";
3854
- }
3855
 
3856
  .fa-sort-down:before {
3857
- content: "\f0dd";
3858
- }
3859
 
3860
  .fa-sort-numeric-down:before {
3861
- content: "\f162";
3862
- }
3863
 
3864
  .fa-sort-numeric-up:before {
3865
- content: "\f163";
3866
- }
3867
 
3868
  .fa-sort-up:before {
3869
- content: "\f0de";
3870
- }
3871
 
3872
  .fa-soundcloud:before {
3873
- content: "\f1be";
3874
- }
3875
 
3876
  .fa-spa:before {
3877
- content: "\f5bb";
3878
- }
3879
 
3880
  .fa-space-shuttle:before {
3881
- content: "\f197";
3882
- }
3883
 
3884
  .fa-speakap:before {
3885
- content: "\f3f3";
3886
- }
 
 
3887
 
3888
  .fa-spinner:before {
3889
- content: "\f110";
3890
- }
3891
 
3892
  .fa-splotch:before {
3893
- content: "\f5bc";
3894
- }
3895
 
3896
  .fa-spotify:before {
3897
- content: "\f1bc";
3898
- }
3899
 
3900
  .fa-spray-can:before {
3901
- content: "\f5bd";
3902
- }
3903
 
3904
  .fa-square:before {
3905
- content: "\f0c8";
3906
- }
3907
 
3908
  .fa-square-full:before {
3909
- content: "\f45c";
3910
- }
 
 
3911
 
3912
  .fa-squarespace:before {
3913
- content: "\f5be";
3914
- }
3915
 
3916
  .fa-stack-exchange:before {
3917
- content: "\f18d";
3918
- }
3919
 
3920
  .fa-stack-overflow:before {
3921
- content: "\f16c";
3922
- }
3923
 
3924
  .fa-stamp:before {
3925
- content: "\f5bf";
3926
- }
3927
 
3928
  .fa-star:before {
3929
- content: "\f005";
3930
- }
 
 
3931
 
3932
  .fa-star-half:before {
3933
- content: "\f089";
3934
- }
3935
 
3936
  .fa-star-half-alt:before {
3937
- content: "\f5c0";
3938
- }
 
 
3939
 
3940
  .fa-star-of-life:before {
3941
- content: "\f621";
3942
- }
3943
 
3944
  .fa-staylinked:before {
3945
- content: "\f3f5";
3946
- }
3947
 
3948
  .fa-steam:before {
3949
- content: "\f1b6";
3950
- }
3951
 
3952
  .fa-steam-square:before {
3953
- content: "\f1b7";
3954
- }
3955
 
3956
  .fa-steam-symbol:before {
3957
- content: "\f3f6";
3958
- }
3959
 
3960
  .fa-step-backward:before {
3961
- content: "\f048";
3962
- }
3963
 
3964
  .fa-step-forward:before {
3965
- content: "\f051";
3966
- }
3967
 
3968
  .fa-stethoscope:before {
3969
- content: "\f0f1";
3970
- }
3971
 
3972
  .fa-sticker-mule:before {
3973
- content: "\f3f7";
3974
- }
3975
 
3976
  .fa-sticky-note:before {
3977
- content: "\f249";
3978
- }
3979
 
3980
  .fa-stop:before {
3981
- content: "\f04d";
3982
- }
3983
 
3984
  .fa-stop-circle:before {
3985
- content: "\f28d";
3986
- }
3987
 
3988
  .fa-stopwatch:before {
3989
- content: "\f2f2";
3990
- }
3991
 
3992
  .fa-store:before {
3993
- content: "\f54e";
3994
- }
3995
 
3996
  .fa-store-alt:before {
3997
- content: "\f54f";
3998
- }
3999
 
4000
  .fa-strava:before {
4001
- content: "\f428";
4002
- }
4003
 
4004
  .fa-stream:before {
4005
- content: "\f550";
4006
- }
4007
 
4008
  .fa-street-view:before {
4009
- content: "\f21d";
4010
- }
4011
 
4012
  .fa-strikethrough:before {
4013
- content: "\f0cc";
4014
- }
4015
 
4016
  .fa-stripe:before {
4017
- content: "\f429";
4018
- }
4019
 
4020
  .fa-stripe-s:before {
4021
- content: "\f42a";
4022
- }
4023
 
4024
  .fa-stroopwafel:before {
4025
- content: "\f551";
4026
- }
4027
 
4028
  .fa-studiovinari:before {
4029
- content: "\f3f8";
4030
- }
4031
 
4032
  .fa-stumbleupon:before {
4033
- content: "\f1a4";
4034
- }
4035
 
4036
  .fa-stumbleupon-circle:before {
4037
- content: "\f1a3";
4038
- }
4039
 
4040
  .fa-subscript:before {
4041
- content: "\f12c";
4042
- }
4043
 
4044
  .fa-subway:before {
4045
- content: "\f239";
4046
- }
4047
 
4048
  .fa-suitcase:before {
4049
- content: "\f0f2";
4050
- }
4051
 
4052
  .fa-suitcase-rolling:before {
4053
- content: "\f5c1";
4054
- }
4055
 
4056
  .fa-sun:before {
4057
- content: "\f185";
4058
- }
4059
 
4060
  .fa-superpowers:before {
4061
- content: "\f2dd";
4062
- }
4063
 
4064
  .fa-superscript:before {
4065
- content: "\f12b";
4066
- }
4067
 
4068
  .fa-supple:before {
4069
- content: "\f3f9";
4070
- }
4071
 
4072
  .fa-surprise:before {
4073
- content: "\f5c2";
4074
- }
4075
 
4076
  .fa-swatchbook:before {
4077
- content: "\f5c3";
4078
- }
4079
 
4080
  .fa-swimmer:before {
4081
- content: "\f5c4";
4082
- }
4083
 
4084
  .fa-swimming-pool:before {
4085
- content: "\f5c5";
4086
- }
 
 
4087
 
4088
  .fa-sync:before {
4089
- content: "\f021";
4090
- }
4091
 
4092
  .fa-sync-alt:before {
4093
- content: "\f2f1";
4094
- }
4095
 
4096
  .fa-syringe:before {
4097
- content: "\f48e";
4098
- }
4099
 
4100
  .fa-table:before {
4101
- content: "\f0ce";
4102
- }
4103
 
4104
  .fa-table-tennis:before {
4105
- content: "\f45d";
4106
- }
4107
 
4108
  .fa-tablet:before {
4109
- content: "\f10a";
4110
- }
4111
 
4112
  .fa-tablet-alt:before {
4113
- content: "\f3fa";
4114
- }
4115
 
4116
  .fa-tablets:before {
4117
- content: "\f490";
4118
- }
4119
 
4120
  .fa-tachometer-alt:before {
4121
- content: "\f3fd";
4122
- }
4123
 
4124
  .fa-tag:before {
4125
- content: "\f02b";
4126
- }
4127
 
4128
  .fa-tags:before {
4129
- content: "\f02c";
4130
- }
4131
 
4132
  .fa-tape:before {
4133
- content: "\f4db";
4134
- }
4135
 
4136
  .fa-tasks:before {
4137
- content: "\f0ae";
4138
- }
4139
 
4140
  .fa-taxi:before {
4141
- content: "\f1ba";
4142
- }
4143
 
4144
  .fa-teamspeak:before {
4145
- content: "\f4f9";
4146
- }
4147
 
4148
  .fa-teeth:before {
4149
- content: "\f62e";
4150
- }
4151
 
4152
  .fa-teeth-open:before {
4153
- content: "\f62f";
4154
- }
4155
 
4156
  .fa-telegram:before {
4157
- content: "\f2c6";
4158
- }
4159
 
4160
  .fa-telegram-plane:before {
4161
- content: "\f3fe";
4162
- }
 
 
 
 
 
4163
 
4164
  .fa-tencent-weibo:before {
4165
- content: "\f1d5";
4166
- }
4167
 
4168
  .fa-terminal:before {
4169
- content: "\f120";
4170
- }
4171
 
4172
  .fa-text-height:before {
4173
- content: "\f034";
4174
- }
4175
 
4176
  .fa-text-width:before {
4177
- content: "\f035";
4178
- }
4179
 
4180
  .fa-th:before {
4181
- content: "\f00a";
4182
- }
4183
 
4184
  .fa-th-large:before {
4185
- content: "\f009";
4186
- }
4187
 
4188
  .fa-th-list:before {
4189
- content: "\f00b";
4190
- }
 
 
4191
 
4192
  .fa-theater-masks:before {
4193
- content: "\f630";
4194
- }
4195
 
4196
  .fa-themeco:before {
4197
- content: "\f5c6";
4198
- }
4199
 
4200
  .fa-themeisle:before {
4201
- content: "\f2b2";
4202
- }
4203
 
4204
  .fa-thermometer:before {
4205
- content: "\f491";
4206
- }
4207
 
4208
  .fa-thermometer-empty:before {
4209
- content: "\f2cb";
4210
- }
4211
 
4212
  .fa-thermometer-full:before {
4213
- content: "\f2c7";
4214
- }
4215
 
4216
  .fa-thermometer-half:before {
4217
- content: "\f2c9";
4218
- }
4219
 
4220
  .fa-thermometer-quarter:before {
4221
- content: "\f2ca";
4222
- }
4223
 
4224
  .fa-thermometer-three-quarters:before {
4225
- content: "\f2c8";
4226
- }
 
 
4227
 
4228
  .fa-thumbs-down:before {
4229
- content: "\f165";
4230
- }
4231
 
4232
  .fa-thumbs-up:before {
4233
- content: "\f164";
4234
- }
4235
 
4236
  .fa-thumbtack:before {
4237
- content: "\f08d";
4238
- }
4239
 
4240
  .fa-ticket-alt:before {
4241
- content: "\f3ff";
4242
- }
4243
 
4244
  .fa-times:before {
4245
- content: "\f00d";
4246
- }
4247
 
4248
  .fa-times-circle:before {
4249
- content: "\f057";
4250
- }
4251
 
4252
  .fa-tint:before {
4253
- content: "\f043";
4254
- }
4255
 
4256
  .fa-tint-slash:before {
4257
- content: "\f5c7";
4258
- }
4259
 
4260
  .fa-tired:before {
4261
- content: "\f5c8";
4262
- }
4263
 
4264
  .fa-toggle-off:before {
4265
- content: "\f204";
4266
- }
4267
 
4268
  .fa-toggle-on:before {
4269
- content: "\f205";
4270
- }
 
 
4271
 
4272
  .fa-toolbox:before {
4273
- content: "\f552";
4274
- }
4275
 
4276
  .fa-tooth:before {
4277
- content: "\f5c9";
4278
- }
 
 
 
 
 
 
 
 
4279
 
4280
  .fa-trade-federation:before {
4281
- content: "\f513";
4282
- }
4283
 
4284
  .fa-trademark:before {
4285
- content: "\f25c";
4286
- }
4287
 
4288
  .fa-traffic-light:before {
4289
- content: "\f637";
4290
- }
4291
 
4292
  .fa-train:before {
4293
- content: "\f238";
4294
- }
4295
 
4296
  .fa-transgender:before {
4297
- content: "\f224";
4298
- }
4299
 
4300
  .fa-transgender-alt:before {
4301
- content: "\f225";
4302
- }
4303
 
4304
  .fa-trash:before {
4305
- content: "\f1f8";
4306
- }
4307
 
4308
  .fa-trash-alt:before {
4309
- content: "\f2ed";
4310
- }
4311
 
4312
  .fa-tree:before {
4313
- content: "\f1bb";
4314
- }
4315
 
4316
  .fa-trello:before {
4317
- content: "\f181";
4318
- }
4319
 
4320
  .fa-tripadvisor:before {
4321
- content: "\f262";
4322
- }
4323
 
4324
  .fa-trophy:before {
4325
- content: "\f091";
4326
- }
4327
 
4328
  .fa-truck:before {
4329
- content: "\f0d1";
4330
- }
4331
 
4332
  .fa-truck-loading:before {
4333
- content: "\f4de";
4334
- }
4335
 
4336
  .fa-truck-monster:before {
4337
- content: "\f63b";
4338
- }
4339
 
4340
  .fa-truck-moving:before {
4341
- content: "\f4df";
4342
- }
4343
 
4344
  .fa-truck-pickup:before {
4345
- content: "\f63c";
4346
- }
4347
 
4348
  .fa-tshirt:before {
4349
- content: "\f553";
4350
- }
4351
 
4352
  .fa-tty:before {
4353
- content: "\f1e4";
4354
- }
4355
 
4356
  .fa-tumblr:before {
4357
- content: "\f173";
4358
- }
4359
 
4360
  .fa-tumblr-square:before {
4361
- content: "\f174";
4362
- }
4363
 
4364
  .fa-tv:before {
4365
- content: "\f26c";
4366
- }
4367
 
4368
  .fa-twitch:before {
4369
- content: "\f1e8";
4370
- }
4371
 
4372
  .fa-twitter:before {
4373
- content: "\f099";
4374
- }
4375
 
4376
  .fa-twitter-square:before {
4377
- content: "\f081";
4378
- }
4379
 
4380
  .fa-typo3:before {
4381
- content: "\f42b";
4382
- }
4383
 
4384
  .fa-uber:before {
4385
- content: "\f402";
4386
- }
4387
 
4388
  .fa-uikit:before {
4389
- content: "\f403";
4390
- }
4391
 
4392
  .fa-umbrella:before {
4393
- content: "\f0e9";
4394
- }
4395
 
4396
  .fa-umbrella-beach:before {
4397
- content: "\f5ca";
4398
- }
4399
 
4400
  .fa-underline:before {
4401
- content: "\f0cd";
4402
- }
4403
 
4404
  .fa-undo:before {
4405
- content: "\f0e2";
4406
- }
4407
 
4408
  .fa-undo-alt:before {
4409
- content: "\f2ea";
4410
- }
4411
 
4412
  .fa-uniregistry:before {
4413
- content: "\f404";
4414
- }
4415
 
4416
  .fa-universal-access:before {
4417
- content: "\f29a";
4418
- }
4419
 
4420
  .fa-university:before {
4421
- content: "\f19c";
4422
- }
4423
 
4424
  .fa-unlink:before {
4425
- content: "\f127";
4426
- }
4427
 
4428
  .fa-unlock:before {
4429
- content: "\f09c";
4430
- }
4431
 
4432
  .fa-unlock-alt:before {
4433
- content: "\f13e";
4434
- }
4435
 
4436
  .fa-untappd:before {
4437
- content: "\f405";
4438
- }
4439
 
4440
  .fa-upload:before {
4441
- content: "\f093";
4442
- }
4443
 
4444
  .fa-usb:before {
4445
- content: "\f287";
4446
- }
4447
 
4448
  .fa-user:before {
4449
- content: "\f007";
4450
- }
4451
 
4452
  .fa-user-alt:before {
4453
- content: "\f406";
4454
- }
4455
 
4456
  .fa-user-alt-slash:before {
4457
- content: "\f4fa";
4458
- }
4459
 
4460
  .fa-user-astronaut:before {
4461
- content: "\f4fb";
4462
- }
4463
 
4464
  .fa-user-check:before {
4465
- content: "\f4fc";
4466
- }
4467
 
4468
  .fa-user-circle:before {
4469
- content: "\f2bd";
4470
- }
4471
 
4472
  .fa-user-clock:before {
4473
- content: "\f4fd";
4474
- }
4475
 
4476
  .fa-user-cog:before {
4477
- content: "\f4fe";
4478
- }
4479
 
4480
  .fa-user-edit:before {
4481
- content: "\f4ff";
4482
- }
4483
 
4484
  .fa-user-friends:before {
4485
- content: "\f500";
4486
- }
4487
 
4488
  .fa-user-graduate:before {
4489
- content: "\f501";
4490
- }
 
 
4491
 
4492
  .fa-user-lock:before {
4493
- content: "\f502";
4494
- }
4495
 
4496
  .fa-user-md:before {
4497
- content: "\f0f0";
4498
- }
4499
 
4500
  .fa-user-minus:before {
4501
- content: "\f503";
4502
- }
4503
 
4504
  .fa-user-ninja:before {
4505
- content: "\f504";
4506
- }
4507
 
4508
  .fa-user-plus:before {
4509
- content: "\f234";
4510
- }
4511
 
4512
  .fa-user-secret:before {
4513
- content: "\f21b";
4514
- }
4515
 
4516
  .fa-user-shield:before {
4517
- content: "\f505";
4518
- }
4519
 
4520
  .fa-user-slash:before {
4521
- content: "\f506";
4522
- }
4523
 
4524
  .fa-user-tag:before {
4525
- content: "\f507";
4526
- }
4527
 
4528
  .fa-user-tie:before {
4529
- content: "\f508";
4530
- }
4531
 
4532
  .fa-user-times:before {
4533
- content: "\f235";
4534
- }
4535
 
4536
  .fa-users:before {
4537
- content: "\f0c0";
4538
- }
4539
 
4540
  .fa-users-cog:before {
4541
- content: "\f509";
4542
- }
4543
 
4544
  .fa-ussunnah:before {
4545
- content: "\f407";
4546
- }
4547
 
4548
  .fa-utensil-spoon:before {
4549
- content: "\f2e5";
4550
- }
4551
 
4552
  .fa-utensils:before {
4553
- content: "\f2e7";
4554
- }
4555
 
4556
  .fa-vaadin:before {
4557
- content: "\f408";
4558
- }
4559
 
4560
  .fa-vector-square:before {
4561
- content: "\f5cb";
4562
- }
4563
 
4564
  .fa-venus:before {
4565
- content: "\f221";
4566
- }
4567
 
4568
  .fa-venus-double:before {
4569
- content: "\f226";
4570
- }
4571
 
4572
  .fa-venus-mars:before {
4573
- content: "\f228";
4574
- }
4575
 
4576
  .fa-viacoin:before {
4577
- content: "\f237";
4578
- }
4579
 
4580
  .fa-viadeo:before {
4581
- content: "\f2a9";
4582
- }
4583
 
4584
  .fa-viadeo-square:before {
4585
- content: "\f2aa";
4586
- }
4587
 
4588
  .fa-vial:before {
4589
- content: "\f492";
4590
- }
4591
 
4592
  .fa-vials:before {
4593
- content: "\f493";
4594
- }
4595
 
4596
  .fa-viber:before {
4597
- content: "\f409";
4598
- }
4599
 
4600
  .fa-video:before {
4601
- content: "\f03d";
4602
- }
4603
 
4604
  .fa-video-slash:before {
4605
- content: "\f4e2";
4606
- }
 
 
4607
 
4608
  .fa-vimeo:before {
4609
- content: "\f40a";
4610
- }
4611
 
4612
  .fa-vimeo-square:before {
4613
- content: "\f194";
4614
- }
4615
 
4616
  .fa-vimeo-v:before {
4617
- content: "\f27d";
4618
- }
4619
 
4620
  .fa-vine:before {
4621
- content: "\f1ca";
4622
- }
4623
 
4624
  .fa-vk:before {
4625
- content: "\f189";
4626
- }
4627
 
4628
  .fa-vnv:before {
4629
- content: "\f40b";
4630
- }
4631
 
4632
  .fa-volleyball-ball:before {
4633
- content: "\f45f";
4634
- }
4635
 
4636
  .fa-volume-down:before {
4637
- content: "\f027";
4638
- }
 
 
4639
 
4640
  .fa-volume-off:before {
4641
- content: "\f026";
4642
- }
4643
 
4644
  .fa-volume-up:before {
4645
- content: "\f028";
4646
- }
 
 
 
 
 
4647
 
4648
  .fa-vuejs:before {
4649
- content: "\f41f";
4650
- }
4651
 
4652
  .fa-walking:before {
4653
- content: "\f554";
4654
- }
4655
 
4656
  .fa-wallet:before {
4657
- content: "\f555";
4658
- }
4659
 
4660
  .fa-warehouse:before {
4661
- content: "\f494";
4662
- }
 
 
4663
 
4664
  .fa-weebly:before {
4665
- content: "\f5cc";
4666
- }
4667
 
4668
  .fa-weibo:before {
4669
- content: "\f18a";
4670
- }
4671
 
4672
  .fa-weight:before {
4673
- content: "\f496";
4674
- }
4675
 
4676
  .fa-weight-hanging:before {
4677
- content: "\f5cd";
4678
- }
4679
 
4680
  .fa-weixin:before {
4681
- content: "\f1d7";
4682
- }
4683
 
4684
  .fa-whatsapp:before {
4685
- content: "\f232";
4686
- }
4687
 
4688
  .fa-whatsapp-square:before {
4689
- content: "\f40c";
4690
- }
4691
 
4692
  .fa-wheelchair:before {
4693
- content: "\f193";
4694
- }
4695
 
4696
  .fa-whmcs:before {
4697
- content: "\f40d";
4698
- }
4699
 
4700
  .fa-wifi:before {
4701
- content: "\f1eb";
4702
- }
4703
 
4704
  .fa-wikipedia-w:before {
4705
- content: "\f266";
4706
- }
 
 
4707
 
4708
  .fa-window-close:before {
4709
- content: "\f410";
4710
- }
4711
 
4712
  .fa-window-maximize:before {
4713
- content: "\f2d0";
4714
- }
4715
 
4716
  .fa-window-minimize:before {
4717
- content: "\f2d1";
4718
- }
4719
 
4720
  .fa-window-restore:before {
4721
- content: "\f2d2";
4722
- }
4723
 
4724
  .fa-windows:before {
4725
- content: "\f17a";
4726
- }
 
 
4727
 
4728
  .fa-wine-glass:before {
4729
- content: "\f4e3";
4730
- }
4731
 
4732
  .fa-wine-glass-alt:before {
4733
- content: "\f5ce";
4734
- }
4735
 
4736
  .fa-wix:before {
4737
- content: "\f5cf";
4738
- }
 
 
4739
 
4740
  .fa-wolf-pack-battalion:before {
4741
- content: "\f514";
4742
- }
4743
 
4744
  .fa-won-sign:before {
4745
- content: "\f159";
4746
- }
4747
 
4748
  .fa-wordpress:before {
4749
- content: "\f19a";
4750
- }
4751
 
4752
  .fa-wordpress-simple:before {
4753
- content: "\f411";
4754
- }
4755
 
4756
  .fa-wpbeginner:before {
4757
- content: "\f297";
4758
- }
4759
 
4760
  .fa-wpexplorer:before {
4761
- content: "\f2de";
4762
- }
4763
 
4764
  .fa-wpforms:before {
4765
- content: "\f298";
4766
- }
 
 
4767
 
4768
  .fa-wrench:before {
4769
- content: "\f0ad";
4770
- }
4771
 
4772
  .fa-x-ray:before {
4773
- content: "\f497";
4774
- }
4775
 
4776
  .fa-xbox:before {
4777
- content: "\f412";
4778
- }
4779
 
4780
  .fa-xing:before {
4781
- content: "\f168";
4782
- }
4783
 
4784
  .fa-xing-square:before {
4785
- content: "\f169";
4786
- }
4787
 
4788
  .fa-y-combinator:before {
4789
- content: "\f23b";
4790
- }
4791
 
4792
  .fa-yahoo:before {
4793
- content: "\f19e";
4794
- }
4795
 
4796
  .fa-yandex:before {
4797
- content: "\f413";
4798
- }
4799
 
4800
  .fa-yandex-international:before {
4801
- content: "\f414";
4802
- }
4803
 
4804
  .fa-yelp:before {
4805
- content: "\f1e9";
4806
- }
4807
 
4808
  .fa-yen-sign:before {
4809
- content: "\f157";
4810
- }
 
 
4811
 
4812
  .fa-yoast:before {
4813
- content: "\f2b1";
4814
- }
4815
 
4816
  .fa-youtube:before {
4817
- content: "\f167";
4818
- }
4819
 
4820
  .fa-youtube-square:before {
4821
- content: "\f431";
4822
- }
4823
 
4824
  .fa-zhihu:before {
4825
- content: "\f63f";
4826
- }
4827
 
4828
  .sr-only {
4829
- overflow: hidden;
4830
- clip: rect(0, 0, 0, 0);
4831
- position: absolute;
4832
- width: 1px;
4833
- height: 1px;
4834
- margin: -1px;
4835
- padding: 0;
4836
- border: 0;
4837
- }
4838
-
4839
- .sr-only-focusable:active,
4840
- .sr-only-focusable:focus {
4841
- overflow: visible;
4842
- clip: auto;
4843
- position: static;
4844
- width: auto;
4845
- height: auto;
4846
- margin: 0;
4847
- }
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  .fa,
6
  .fas,
7
  .far,
8
  .fal,
9
  .fab {
10
+ -moz-osx-font-smoothing: grayscale;
11
+ -webkit-font-smoothing: antialiased;
12
+ display: inline-block;
13
+ font-style: normal;
14
+ font-variant: normal;
15
+ text-rendering: auto;
16
+ line-height: 1; }
 
17
 
18
  .fa-lg {
19
+ font-size: 1.33333em;
20
+ line-height: 0.75em;
21
+ vertical-align: -.0667em; }
 
22
 
23
  .fa-xs {
24
+ font-size: .75em; }
 
25
 
26
  .fa-sm {
27
+ font-size: .875em; }
 
28
 
29
  .fa-1x {
30
+ font-size: 1em; }
 
31
 
32
  .fa-2x {
33
+ font-size: 2em; }
 
34
 
35
  .fa-3x {
36
+ font-size: 3em; }
 
37
 
38
  .fa-4x {
39
+ font-size: 4em; }
 
40
 
41
  .fa-5x {
42
+ font-size: 5em; }
 
43
 
44
  .fa-6x {
45
+ font-size: 6em; }
 
46
 
47
  .fa-7x {
48
+ font-size: 7em; }
 
49
 
50
  .fa-8x {
51
+ font-size: 8em; }
 
52
 
53
  .fa-9x {
54
+ font-size: 9em; }
 
55
 
56
  .fa-10x {
57
+ font-size: 10em; }
 
58
 
59
  .fa-fw {
60
+ text-align: center;
61
+ width: 1.25em; }
 
62
 
63
  .fa-ul {
64
+ list-style-type: none;
65
+ margin-left: 2.5em;
66
+ padding-left: 0; }
67
+ .fa-ul > li {
68
+ position: relative; }
 
 
 
69
 
70
  .fa-li {
71
+ left: -2em;
72
+ position: absolute;
73
+ text-align: center;
74
+ width: 2em;
75
+ line-height: inherit; }
 
76
 
77
  .fa-border {
78
+ border: solid 0.08em #eee;
79
+ border-radius: .1em;
80
+ padding: .2em .25em .15em; }
 
81
 
82
  .fa-pull-left {
83
+ float: left; }
 
84
 
85
  .fa-pull-right {
86
+ float: right; }
 
87
 
88
  .fa.fa-pull-left,
89
  .fas.fa-pull-left,
90
  .far.fa-pull-left,
91
  .fal.fa-pull-left,
92
  .fab.fa-pull-left {
93
+ margin-right: .3em; }
 
94
 
95
  .fa.fa-pull-right,
96
  .fas.fa-pull-right,
97
  .far.fa-pull-right,
98
  .fal.fa-pull-right,
99
  .fab.fa-pull-right {
100
+ margin-left: .3em; }
 
101
 
102
  .fa-spin {
103
+ -webkit-animation: fa-spin 2s infinite linear;
104
+ animation: fa-spin 2s infinite linear; }
 
105
 
106
  .fa-pulse {
107
+ -webkit-animation: fa-spin 1s infinite steps(8);
108
+ animation: fa-spin 1s infinite steps(8); }
 
109
 
110
  @-webkit-keyframes fa-spin {
111
+ 0% {
112
+ -webkit-transform: rotate(0deg);
113
+ transform: rotate(0deg); }
114
+ 100% {
115
+ -webkit-transform: rotate(360deg);
116
+ transform: rotate(360deg); } }
 
 
 
 
117
 
118
  @keyframes fa-spin {
119
+ 0% {
120
+ -webkit-transform: rotate(0deg);
121
+ transform: rotate(0deg); }
122
+ 100% {
123
+ -webkit-transform: rotate(360deg);
124
+ transform: rotate(360deg); } }
 
 
 
 
125
 
126
  .fa-rotate-90 {
127
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
128
+ -webkit-transform: rotate(90deg);
129
+ transform: rotate(90deg); }
 
 
 
130
 
131
  .fa-rotate-180 {
132
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
133
+ -webkit-transform: rotate(180deg);
134
+ transform: rotate(180deg); }
 
 
 
135
 
136
  .fa-rotate-270 {
137
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
138
+ -webkit-transform: rotate(270deg);
139
+ transform: rotate(270deg); }
 
 
 
140
 
141
  .fa-flip-horizontal {
142
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
143
+ -webkit-transform: scale(-1, 1);
144
+ transform: scale(-1, 1); }
 
 
 
145
 
146
  .fa-flip-vertical {
147
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
148
+ -webkit-transform: scale(1, -1);
149
+ transform: scale(1, -1); }
 
 
 
150
 
151
  .fa-flip-horizontal.fa-flip-vertical {
152
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
153
+ -webkit-transform: scale(-1, -1);
154
+ transform: scale(-1, -1); }
 
 
 
155
 
156
  :root .fa-rotate-90,
157
  :root .fa-rotate-180,
158
  :root .fa-rotate-270,
159
  :root .fa-flip-horizontal,
160
  :root .fa-flip-vertical {
161
+ -webkit-filter: none;
162
+ filter: none; }
 
163
 
164
  .fa-stack {
165
+ display: inline-block;
166
+ height: 2em;
167
+ line-height: 2em;
168
+ position: relative;
169
+ vertical-align: middle;
170
+ width: 2.5em; }
 
171
 
172
  .fa-stack-1x,
173
  .fa-stack-2x {
174
+ left: 0;
175
+ position: absolute;
176
+ text-align: center;
177
+ width: 100%; }
 
178
 
179
  .fa-stack-1x {
180
+ line-height: inherit; }
 
181
 
182
  .fa-stack-2x {
183
+ font-size: 2em; }
 
184
 
185
  .fa-inverse {
186
+ color: #fff; }
 
187
 
188
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
189
  readers do not read off random characters that represent icons */
190
  .fa-500px:before {
191
+ content: "\f26e"; }
 
192
 
193
  .fa-accessible-icon:before {
194
+ content: "\f368"; }
 
195
 
196
  .fa-accusoft:before {
197
+ content: "\f369"; }
198
+
199
+ .fa-acquisitions-incorporated:before {
200
+ content: "\f6af"; }
201
+
202
+ .fa-ad:before {
203
+ content: "\f641"; }
204
 
205
  .fa-address-book:before {
206
+ content: "\f2b9"; }
 
207
 
208
  .fa-address-card:before {
209
+ content: "\f2bb"; }
 
210
 
211
  .fa-adjust:before {
212
+ content: "\f042"; }
 
213
 
214
  .fa-adn:before {
215
+ content: "\f170"; }
 
216
 
217
  .fa-adversal:before {
218
+ content: "\f36a"; }
 
219
 
220
  .fa-affiliatetheme:before {
221
+ content: "\f36b"; }
 
222
 
223
  .fa-air-freshener:before {
224
+ content: "\f5d0"; }
 
225
 
226
  .fa-algolia:before {
227
+ content: "\f36c"; }
 
228
 
229
  .fa-align-center:before {
230
+ content: "\f037"; }
 
231
 
232
  .fa-align-justify:before {
233
+ content: "\f039"; }
 
234
 
235
  .fa-align-left:before {
236
+ content: "\f036"; }
 
237
 
238
  .fa-align-right:before {
239
+ content: "\f038"; }
240
+
241
+ .fa-alipay:before {
242
+ content: "\f642"; }
243
 
244
  .fa-allergies:before {
245
+ content: "\f461"; }
 
246
 
247
  .fa-amazon:before {
248
+ content: "\f270"; }
 
249
 
250
  .fa-amazon-pay:before {
251
+ content: "\f42c"; }
 
252
 
253
  .fa-ambulance:before {
254
+ content: "\f0f9"; }
 
255
 
256
  .fa-american-sign-language-interpreting:before {
257
+ content: "\f2a3"; }
 
258
 
259
  .fa-amilia:before {
260
+ content: "\f36d"; }
 
261
 
262
  .fa-anchor:before {
263
+ content: "\f13d"; }
 
264
 
265
  .fa-android:before {
266
+ content: "\f17b"; }
 
267
 
268
  .fa-angellist:before {
269
+ content: "\f209"; }
 
270
 
271
  .fa-angle-double-down:before {
272
+ content: "\f103"; }
 
273
 
274
  .fa-angle-double-left:before {
275
+ content: "\f100"; }
 
276
 
277
  .fa-angle-double-right:before {
278
+ content: "\f101"; }
 
279
 
280
  .fa-angle-double-up:before {
281
+ content: "\f102"; }
 
282
 
283
  .fa-angle-down:before {
284
+ content: "\f107"; }
 
285
 
286
  .fa-angle-left:before {
287
+ content: "\f104"; }
 
288
 
289
  .fa-angle-right:before {
290
+ content: "\f105"; }
 
291
 
292
  .fa-angle-up:before {
293
+ content: "\f106"; }
 
294
 
295
  .fa-angry:before {
296
+ content: "\f556"; }
 
297
 
298
  .fa-angrycreative:before {
299
+ content: "\f36e"; }
 
300
 
301
  .fa-angular:before {
302
+ content: "\f420"; }
303
+
304
+ .fa-ankh:before {
305
+ content: "\f644"; }
306
 
307
  .fa-app-store:before {
308
+ content: "\f36f"; }
 
309
 
310
  .fa-app-store-ios:before {
311
+ content: "\f370"; }
 
312
 
313
  .fa-apper:before {
314
+ content: "\f371"; }
 
315
 
316
  .fa-apple:before {
317
+ content: "\f179"; }
 
318
 
319
  .fa-apple-alt:before {
320
+ content: "\f5d1"; }
 
321
 
322
  .fa-apple-pay:before {
323
+ content: "\f415"; }
 
324
 
325
  .fa-archive:before {
326
+ content: "\f187"; }
 
327
 
328
  .fa-archway:before {
329
+ content: "\f557"; }
 
330
 
331
  .fa-arrow-alt-circle-down:before {
332
+ content: "\f358"; }
 
333
 
334
  .fa-arrow-alt-circle-left:before {
335
+ content: "\f359"; }
 
336
 
337
  .fa-arrow-alt-circle-right:before {
338
+ content: "\f35a"; }
 
339
 
340
  .fa-arrow-alt-circle-up:before {
341
+ content: "\f35b"; }
 
342
 
343
  .fa-arrow-circle-down:before {
344
+ content: "\f0ab"; }
 
345
 
346
  .fa-arrow-circle-left:before {
347
+ content: "\f0a8"; }
 
348
 
349
  .fa-arrow-circle-right:before {
350
+ content: "\f0a9"; }
 
351
 
352
  .fa-arrow-circle-up:before {
353
+ content: "\f0aa"; }
 
354
 
355
  .fa-arrow-down:before {
356
+ content: "\f063"; }
 
357
 
358
  .fa-arrow-left:before {
359
+ content: "\f060"; }
 
360
 
361
  .fa-arrow-right:before {
362
+ content: "\f061"; }
 
363
 
364
  .fa-arrow-up:before {
365
+ content: "\f062"; }
 
366
 
367
  .fa-arrows-alt:before {
368
+ content: "\f0b2"; }
 
369
 
370
  .fa-arrows-alt-h:before {
371
+ content: "\f337"; }
 
372
 
373
  .fa-arrows-alt-v:before {
374
+ content: "\f338"; }
 
375
 
376
  .fa-assistive-listening-systems:before {
377
+ content: "\f2a2"; }
 
378
 
379
  .fa-asterisk:before {
380
+ content: "\f069"; }
 
381
 
382
  .fa-asymmetrik:before {
383
+ content: "\f372"; }
 
384
 
385
  .fa-at:before {
386
+ content: "\f1fa"; }
 
387
 
388
  .fa-atlas:before {
389
+ content: "\f558"; }
 
390
 
391
  .fa-atom:before {
392
+ content: "\f5d2"; }
 
393
 
394
  .fa-audible:before {
395
+ content: "\f373"; }
 
396
 
397
  .fa-audio-description:before {
398
+ content: "\f29e"; }
 
399
 
400
  .fa-autoprefixer:before {
401
+ content: "\f41c"; }
 
402
 
403
  .fa-avianex:before {
404
+ content: "\f374"; }
 
405
 
406
  .fa-aviato:before {
407
+ content: "\f421"; }
 
408
 
409
  .fa-award:before {
410
+ content: "\f559"; }
 
411
 
412
  .fa-aws:before {
413
+ content: "\f375"; }
 
414
 
415
  .fa-backspace:before {
416
+ content: "\f55a"; }
 
417
 
418
  .fa-backward:before {
419
+ content: "\f04a"; }
 
420
 
421
  .fa-balance-scale:before {
422
+ content: "\f24e"; }
 
423
 
424
  .fa-ban:before {
425
+ content: "\f05e"; }
 
426
 
427
  .fa-band-aid:before {
428
+ content: "\f462"; }
 
429
 
430
  .fa-bandcamp:before {
431
+ content: "\f2d5"; }
 
432
 
433
  .fa-barcode:before {
434
+ content: "\f02a"; }
 
435
 
436
  .fa-bars:before {
437
+ content: "\f0c9"; }
 
438
 
439
  .fa-baseball-ball:before {
440
+ content: "\f433"; }
 
441
 
442
  .fa-basketball-ball:before {
443
+ content: "\f434"; }
 
444
 
445
  .fa-bath:before {
446
+ content: "\f2cd"; }
 
447
 
448
  .fa-battery-empty:before {
449
+ content: "\f244"; }
 
450
 
451
  .fa-battery-full:before {
452
+ content: "\f240"; }
 
453
 
454
  .fa-battery-half:before {
455
+ content: "\f242"; }
 
456
 
457
  .fa-battery-quarter:before {
458
+ content: "\f243"; }
 
459
 
460
  .fa-battery-three-quarters:before {
461
+ content: "\f241"; }
 
462
 
463
  .fa-bed:before {
464
+ content: "\f236"; }
 
465
 
466
  .fa-beer:before {
467
+ content: "\f0fc"; }
 
468
 
469
  .fa-behance:before {
470
+ content: "\f1b4"; }
 
471
 
472
  .fa-behance-square:before {
473
+ content: "\f1b5"; }
 
474
 
475
  .fa-bell:before {
476
+ content: "\f0f3"; }
 
477
 
478
  .fa-bell-slash:before {
479
+ content: "\f1f6"; }
 
480
 
481
  .fa-bezier-curve:before {
482
+ content: "\f55b"; }
483
+
484
+ .fa-bible:before {
485
+ content: "\f647"; }
486
 
487
  .fa-bicycle:before {
488
+ content: "\f206"; }
 
489
 
490
  .fa-bimobject:before {
491
+ content: "\f378"; }
 
492
 
493
  .fa-binoculars:before {
494
+ content: "\f1e5"; }
 
495
 
496
  .fa-birthday-cake:before {
497
+ content: "\f1fd"; }
 
498
 
499
  .fa-bitbucket:before {
500
+ content: "\f171"; }
 
501
 
502
  .fa-bitcoin:before {
503
+ content: "\f379"; }
 
504
 
505
  .fa-bity:before {
506
+ content: "\f37a"; }
 
507
 
508
  .fa-black-tie:before {
509
+ content: "\f27e"; }
 
510
 
511
  .fa-blackberry:before {
512
+ content: "\f37b"; }
 
513
 
514
  .fa-blender:before {
515
+ content: "\f517"; }
516
+
517
+ .fa-blender-phone:before {
518
+ content: "\f6b6"; }
519
 
520
  .fa-blind:before {
521
+ content: "\f29d"; }
 
522
 
523
  .fa-blogger:before {
524
+ content: "\f37c"; }
 
525
 
526
  .fa-blogger-b:before {
527
+ content: "\f37d"; }
 
528
 
529
  .fa-bluetooth:before {
530
+ content: "\f293"; }
 
531
 
532
  .fa-bluetooth-b:before {
533
+ content: "\f294"; }
 
534
 
535
  .fa-bold:before {
536
+ content: "\f032"; }
 
537
 
538
  .fa-bolt:before {
539
+ content: "\f0e7"; }
 
540
 
541
  .fa-bomb:before {
542
+ content: "\f1e2"; }
 
543
 
544
  .fa-bone:before {
545
+ content: "\f5d7"; }
 
546
 
547
  .fa-bong:before {
548
+ content: "\f55c"; }
 
549
 
550
  .fa-book:before {
551
+ content: "\f02d"; }
552
+
553
+ .fa-book-dead:before {
554
+ content: "\f6b7"; }
555
 
556
  .fa-book-open:before {
557
+ content: "\f518"; }
 
558
 
559
  .fa-book-reader:before {
560
+ content: "\f5da"; }
 
561
 
562
  .fa-bookmark:before {
563
+ content: "\f02e"; }
 
564
 
565
  .fa-bowling-ball:before {
566
+ content: "\f436"; }
 
567
 
568
  .fa-box:before {
569
+ content: "\f466"; }
 
570
 
571
  .fa-box-open:before {
572
+ content: "\f49e"; }
 
573
 
574
  .fa-boxes:before {
575
+ content: "\f468"; }
 
576
 
577
  .fa-braille:before {
578
+ content: "\f2a1"; }
 
579
 
580
  .fa-brain:before {
581
+ content: "\f5dc"; }
 
582
 
583
  .fa-briefcase:before {
584
+ content: "\f0b1"; }
 
585
 
586
  .fa-briefcase-medical:before {
587
+ content: "\f469"; }
 
588
 
589
  .fa-broadcast-tower:before {
590
+ content: "\f519"; }
 
591
 
592
  .fa-broom:before {
593
+ content: "\f51a"; }
 
594
 
595
  .fa-brush:before {
596
+ content: "\f55d"; }
 
597
 
598
  .fa-btc:before {
599
+ content: "\f15a"; }
 
600
 
601
  .fa-bug:before {
602
+ content: "\f188"; }
 
603
 
604
  .fa-building:before {
605
+ content: "\f1ad"; }
 
606
 
607
  .fa-bullhorn:before {
608
+ content: "\f0a1"; }
 
609
 
610
  .fa-bullseye:before {
611
+ content: "\f140"; }
 
612
 
613
  .fa-burn:before {
614
+ content: "\f46a"; }
 
615
 
616
  .fa-buromobelexperte:before {
617
+ content: "\f37f"; }
 
618
 
619
  .fa-bus:before {
620
+ content: "\f207"; }
 
621
 
622
  .fa-bus-alt:before {
623
+ content: "\f55e"; }
624
+
625
+ .fa-business-time:before {
626
+ content: "\f64a"; }
627
 
628
  .fa-buysellads:before {
629
+ content: "\f20d"; }
 
630
 
631
  .fa-calculator:before {
632
+ content: "\f1ec"; }
 
633
 
634
  .fa-calendar:before {
635
+ content: "\f133"; }
 
636
 
637
  .fa-calendar-alt:before {
638
+ content: "\f073"; }
 
639
 
640
  .fa-calendar-check:before {
641
+ content: "\f274"; }
 
642
 
643
  .fa-calendar-minus:before {
644
+ content: "\f272"; }
 
645
 
646
  .fa-calendar-plus:before {
647
+ content: "\f271"; }
 
648
 
649
  .fa-calendar-times:before {
650
+ content: "\f273"; }
 
651
 
652
  .fa-camera:before {
653
+ content: "\f030"; }
 
654
 
655
  .fa-camera-retro:before {
656
+ content: "\f083"; }
657
+
658
+ .fa-campground:before {
659
+ content: "\f6bb"; }
660
 
661
  .fa-cannabis:before {
662
+ content: "\f55f"; }
 
663
 
664
  .fa-capsules:before {
665
+ content: "\f46b"; }
 
666
 
667
  .fa-car:before {
668
+ content: "\f1b9"; }
 
669
 
670
  .fa-car-alt:before {
671
+ content: "\f5de"; }
 
672
 
673
  .fa-car-battery:before {
674
+ content: "\f5df"; }
 
675
 
676
  .fa-car-crash:before {
677
+ content: "\f5e1"; }
 
678
 
679
  .fa-car-side:before {
680
+ content: "\f5e4"; }
 
681
 
682
  .fa-caret-down:before {
683
+ content: "\f0d7"; }
 
684
 
685
  .fa-caret-left:before {
686
+ content: "\f0d9"; }
 
687
 
688
  .fa-caret-right:before {
689
+ content: "\f0da"; }
 
690
 
691
  .fa-caret-square-down:before {
692
+ content: "\f150"; }
 
693
 
694
  .fa-caret-square-left:before {
695
+ content: "\f191"; }
 
696
 
697
  .fa-caret-square-right:before {
698
+ content: "\f152"; }
 
699
 
700
  .fa-caret-square-up:before {
701
+ content: "\f151"; }
 
702
 
703
  .fa-caret-up:before {
704
+ content: "\f0d8"; }
 
705
 
706
  .fa-cart-arrow-down:before {
707
+ content: "\f218"; }
 
708
 
709
  .fa-cart-plus:before {
710
+ content: "\f217"; }
711
+
712
+ .fa-cat:before {
713
+ content: "\f6be"; }
714
 
715
  .fa-cc-amazon-pay:before {
716
+ content: "\f42d"; }
 
717
 
718
  .fa-cc-amex:before {
719
+ content: "\f1f3"; }
 
720
 
721
  .fa-cc-apple-pay:before {
722
+ content: "\f416"; }
 
723
 
724
  .fa-cc-diners-club:before {
725
+ content: "\f24c"; }
 
726
 
727
  .fa-cc-discover:before {
728
+ content: "\f1f2"; }
 
729
 
730
  .fa-cc-jcb:before {
731
+ content: "\f24b"; }
 
732
 
733
  .fa-cc-mastercard:before {
734
+ content: "\f1f1"; }
 
735
 
736
  .fa-cc-paypal:before {
737
+ content: "\f1f4"; }
 
738
 
739
  .fa-cc-stripe:before {
740
+ content: "\f1f5"; }
 
741
 
742
  .fa-cc-visa:before {
743
+ content: "\f1f0"; }
 
744
 
745
  .fa-centercode:before {
746
+ content: "\f380"; }
 
747
 
748
  .fa-certificate:before {
749
+ content: "\f0a3"; }
750
+
751
+ .fa-chair:before {
752
+ content: "\f6c0"; }
753
 
754
  .fa-chalkboard:before {
755
+ content: "\f51b"; }
 
756
 
757
  .fa-chalkboard-teacher:before {
758
+ content: "\f51c"; }
 
759
 
760
  .fa-charging-station:before {
761
+ content: "\f5e7"; }
 
762
 
763
  .fa-chart-area:before {
764
+ content: "\f1fe"; }
 
765
 
766
  .fa-chart-bar:before {
767
+ content: "\f080"; }
 
768
 
769
  .fa-chart-line:before {
770
+ content: "\f201"; }
 
771
 
772
  .fa-chart-pie:before {
773
+ content: "\f200"; }
 
774
 
775
  .fa-check:before {
776
+ content: "\f00c"; }
 
777
 
778
  .fa-check-circle:before {
779
+ content: "\f058"; }
 
780
 
781
  .fa-check-double:before {
782
+ content: "\f560"; }
 
783
 
784
  .fa-check-square:before {
785
+ content: "\f14a"; }
 
786
 
787
  .fa-chess:before {
788
+ content: "\f439"; }
 
789
 
790
  .fa-chess-bishop:before {
791
+ content: "\f43a"; }
 
792
 
793
  .fa-chess-board:before {
794
+ content: "\f43c"; }
 
795
 
796
  .fa-chess-king:before {
797
+ content: "\f43f"; }
 
798
 
799
  .fa-chess-knight:before {
800
+ content: "\f441"; }
 
801
 
802
  .fa-chess-pawn:before {
803
+ content: "\f443"; }
 
804
 
805
  .fa-chess-queen:before {
806
+ content: "\f445"; }
 
807
 
808
  .fa-chess-rook:before {
809
+ content: "\f447"; }
 
810
 
811
  .fa-chevron-circle-down:before {
812
+ content: "\f13a"; }
 
813
 
814
  .fa-chevron-circle-left:before {
815
+ content: "\f137"; }
 
816
 
817
  .fa-chevron-circle-right:before {
818
+ content: "\f138"; }
 
819
 
820
  .fa-chevron-circle-up:before {
821
+ content: "\f139"; }
 
822
 
823
  .fa-chevron-down:before {
824
+ content: "\f078"; }
 
825
 
826
  .fa-chevron-left:before {
827
+ content: "\f053"; }
 
828
 
829
  .fa-chevron-right:before {
830
+ content: "\f054"; }
 
831
 
832
  .fa-chevron-up:before {
833
+ content: "\f077"; }
 
834
 
835
  .fa-child:before {
836
+ content: "\f1ae"; }
 
837
 
838
  .fa-chrome:before {
839
+ content: "\f268"; }
 
840
 
841
  .fa-church:before {
842
+ content: "\f51d"; }
 
843
 
844
  .fa-circle:before {
845
+ content: "\f111"; }
 
846
 
847
  .fa-circle-notch:before {
848
+ content: "\f1ce"; }
849
+
850
+ .fa-city:before {
851
+ content: "\f64f"; }
852
 
853
  .fa-clipboard:before {
854
+ content: "\f328"; }
 
855
 
856
  .fa-clipboard-check:before {
857
+ content: "\f46c"; }
 
858
 
859
  .fa-clipboard-list:before {
860
+ content: "\f46d"; }
 
861
 
862
  .fa-clock:before {
863
+ content: "\f017"; }
 
864
 
865
  .fa-clone:before {
866
+ content: "\f24d"; }
 
867
 
868
  .fa-closed-captioning:before {
869
+ content: "\f20a"; }
 
870
 
871
  .fa-cloud:before {
872
+ content: "\f0c2"; }
 
873
 
874
  .fa-cloud-download-alt:before {
875
+ content: "\f381"; }
876
+
877
+ .fa-cloud-meatball:before {
878
+ content: "\f73b"; }
879
+
880
+ .fa-cloud-moon:before {
881
+ content: "\f6c3"; }
882
+
883
+ .fa-cloud-moon-rain:before {
884
+ content: "\f73c"; }
885
+
886
+ .fa-cloud-rain:before {
887
+ content: "\f73d"; }
888
+
889
+ .fa-cloud-showers-heavy:before {
890
+ content: "\f740"; }
891
+
892
+ .fa-cloud-sun:before {
893
+ content: "\f6c4"; }
894
+
895
+ .fa-cloud-sun-rain:before {
896
+ content: "\f743"; }
897
 
898
  .fa-cloud-upload-alt:before {
899
+ content: "\f382"; }
 
900
 
901
  .fa-cloudscale:before {
902
+ content: "\f383"; }
 
903
 
904
  .fa-cloudsmith:before {
905
+ content: "\f384"; }
 
906
 
907
  .fa-cloudversify:before {
908
+ content: "\f385"; }
 
909
 
910
  .fa-cocktail:before {
911
+ content: "\f561"; }
 
912
 
913
  .fa-code:before {
914
+ content: "\f121"; }
 
915
 
916
  .fa-code-branch:before {
917
+ content: "\f126"; }
 
918
 
919
  .fa-codepen:before {
920
+ content: "\f1cb"; }
 
921
 
922
  .fa-codiepie:before {
923
+ content: "\f284"; }
 
924
 
925
  .fa-coffee:before {
926
+ content: "\f0f4"; }
 
927
 
928
  .fa-cog:before {
929
+ content: "\f013"; }
 
930
 
931
  .fa-cogs:before {
932
+ content: "\f085"; }
 
933
 
934
  .fa-coins:before {
935
+ content: "\f51e"; }
 
936
 
937
  .fa-columns:before {
938
+ content: "\f0db"; }
 
939
 
940
  .fa-comment:before {
941
+ content: "\f075"; }
 
942
 
943
  .fa-comment-alt:before {
944
+ content: "\f27a"; }
945
+
946
+ .fa-comment-dollar:before {
947
+ content: "\f651"; }
948
 
949
  .fa-comment-dots:before {
950
+ content: "\f4ad"; }
 
951
 
952
  .fa-comment-slash:before {
953
+ content: "\f4b3"; }
 
954
 
955
  .fa-comments:before {
956
+ content: "\f086"; }
957
+
958
+ .fa-comments-dollar:before {
959
+ content: "\f653"; }
960
 
961
  .fa-compact-disc:before {
962
+ content: "\f51f"; }
 
963
 
964
  .fa-compass:before {
965
+ content: "\f14e"; }
 
966
 
967
  .fa-compress:before {
968
+ content: "\f066"; }
 
969
 
970
  .fa-concierge-bell:before {
971
+ content: "\f562"; }
 
972
 
973
  .fa-connectdevelop:before {
974
+ content: "\f20e"; }
 
975
 
976
  .fa-contao:before {
977
+ content: "\f26d"; }
 
978
 
979
  .fa-cookie:before {
980
+ content: "\f563"; }
 
981
 
982
  .fa-cookie-bite:before {
983
+ content: "\f564"; }
 
984
 
985
  .fa-copy:before {
986
+ content: "\f0c5"; }
 
987
 
988
  .fa-copyright:before {
989
+ content: "\f1f9"; }
 
990
 
991
  .fa-couch:before {
992
+ content: "\f4b8"; }
 
993
 
994
  .fa-cpanel:before {
995
+ content: "\f388"; }
 
996
 
997
  .fa-creative-commons:before {
998
+ content: "\f25e"; }
 
999
 
1000
  .fa-creative-commons-by:before {
1001
+ content: "\f4e7"; }
 
1002
 
1003
  .fa-creative-commons-nc:before {
1004
+ content: "\f4e8"; }
 
1005
 
1006
  .fa-creative-commons-nc-eu:before {
1007
+ content: "\f4e9"; }
 
1008
 
1009
  .fa-creative-commons-nc-jp:before {
1010
+ content: "\f4ea"; }
 
1011
 
1012
  .fa-creative-commons-nd:before {
1013
+ content: "\f4eb"; }
 
1014
 
1015
  .fa-creative-commons-pd:before {
1016
+ content: "\f4ec"; }
 
1017
 
1018
  .fa-creative-commons-pd-alt:before {
1019
+ content: "\f4ed"; }
 
1020
 
1021
  .fa-creative-commons-remix:before {
1022
+ content: "\f4ee"; }
 
1023
 
1024
  .fa-creative-commons-sa:before {
1025
+ content: "\f4ef"; }
 
1026
 
1027
  .fa-creative-commons-sampling:before {
1028
+ content: "\f4f0"; }
 
1029
 
1030
  .fa-creative-commons-sampling-plus:before {
1031
+ content: "\f4f1"; }
 
1032
 
1033
  .fa-creative-commons-share:before {
1034
+ content: "\f4f2"; }
1035
+
1036
+ .fa-creative-commons-zero:before {
1037
+ content: "\f4f3"; }
1038
 
1039
  .fa-credit-card:before {
1040
+ content: "\f09d"; }
1041
+
1042
+ .fa-critical-role:before {
1043
+ content: "\f6c9"; }
1044
 
1045
  .fa-crop:before {
1046
+ content: "\f125"; }
 
1047
 
1048
  .fa-crop-alt:before {
1049
+ content: "\f565"; }
1050
+
1051
+ .fa-cross:before {
1052
+ content: "\f654"; }
1053
 
1054
  .fa-crosshairs:before {
1055
+ content: "\f05b"; }
 
1056
 
1057
  .fa-crow:before {
1058
+ content: "\f520"; }
 
1059
 
1060
  .fa-crown:before {
1061
+ content: "\f521"; }
 
1062
 
1063
  .fa-css3:before {
1064
+ content: "\f13c"; }
 
1065
 
1066
  .fa-css3-alt:before {
1067
+ content: "\f38b"; }
 
1068
 
1069
  .fa-cube:before {
1070
+ content: "\f1b2"; }
 
1071
 
1072
  .fa-cubes:before {
1073
+ content: "\f1b3"; }
 
1074
 
1075
  .fa-cut:before {
1076
+ content: "\f0c4"; }
 
1077
 
1078
  .fa-cuttlefish:before {
1079
+ content: "\f38c"; }
 
1080
 
1081
  .fa-d-and-d:before {
1082
+ content: "\f38d"; }
1083
+
1084
+ .fa-d-and-d-beyond:before {
1085
+ content: "\f6ca"; }
1086
 
1087
  .fa-dashcube:before {
1088
+ content: "\f210"; }
 
1089
 
1090
  .fa-database:before {
1091
+ content: "\f1c0"; }
 
1092
 
1093
  .fa-deaf:before {
1094
+ content: "\f2a4"; }
 
1095
 
1096
  .fa-delicious:before {
1097
+ content: "\f1a5"; }
1098
+
1099
+ .fa-democrat:before {
1100
+ content: "\f747"; }
1101
 
1102
  .fa-deploydog:before {
1103
+ content: "\f38e"; }
 
1104
 
1105
  .fa-deskpro:before {
1106
+ content: "\f38f"; }
 
1107
 
1108
  .fa-desktop:before {
1109
+ content: "\f108"; }
1110
+
1111
+ .fa-dev:before {
1112
+ content: "\f6cc"; }
1113
 
1114
  .fa-deviantart:before {
1115
+ content: "\f1bd"; }
1116
+
1117
+ .fa-dharmachakra:before {
1118
+ content: "\f655"; }
1119
 
1120
  .fa-diagnoses:before {
1121
+ content: "\f470"; }
 
1122
 
1123
  .fa-dice:before {
1124
+ content: "\f522"; }
1125
+
1126
+ .fa-dice-d20:before {
1127
+ content: "\f6cf"; }
1128
+
1129
+ .fa-dice-d6:before {
1130
+ content: "\f6d1"; }
1131
 
1132
  .fa-dice-five:before {
1133
+ content: "\f523"; }
 
1134
 
1135
  .fa-dice-four:before {
1136
+ content: "\f524"; }
 
1137
 
1138
  .fa-dice-one:before {
1139
+ content: "\f525"; }
 
1140
 
1141
  .fa-dice-six:before {
1142
+ content: "\f526"; }
 
1143
 
1144
  .fa-dice-three:before {
1145
+ content: "\f527"; }
 
1146
 
1147
  .fa-dice-two:before {
1148
+ content: "\f528"; }
 
1149
 
1150
  .fa-digg:before {
1151
+ content: "\f1a6"; }
 
1152
 
1153
  .fa-digital-ocean:before {
1154
+ content: "\f391"; }
 
1155
 
1156
  .fa-digital-tachograph:before {
1157
+ content: "\f566"; }
 
1158
 
1159
  .fa-directions:before {
1160
+ content: "\f5eb"; }
 
1161
 
1162
  .fa-discord:before {
1163
+ content: "\f392"; }
 
1164
 
1165
  .fa-discourse:before {
1166
+ content: "\f393"; }
 
1167
 
1168
  .fa-divide:before {
1169
+ content: "\f529"; }
 
1170
 
1171
  .fa-dizzy:before {
1172
+ content: "\f567"; }
 
1173
 
1174
  .fa-dna:before {
1175
+ content: "\f471"; }
 
1176
 
1177
  .fa-dochub:before {
1178
+ content: "\f394"; }
 
1179
 
1180
  .fa-docker:before {
1181
+ content: "\f395"; }
1182
+
1183
+ .fa-dog:before {
1184
+ content: "\f6d3"; }
1185
 
1186
  .fa-dollar-sign:before {
1187
+ content: "\f155"; }
 
1188
 
1189
  .fa-dolly:before {
1190
+ content: "\f472"; }
 
1191
 
1192
  .fa-dolly-flatbed:before {
1193
+ content: "\f474"; }
 
1194
 
1195
  .fa-donate:before {
1196
+ content: "\f4b9"; }
 
1197
 
1198
  .fa-door-closed:before {
1199
+ content: "\f52a"; }
 
1200
 
1201
  .fa-door-open:before {
1202
+ content: "\f52b"; }
 
1203
 
1204
  .fa-dot-circle:before {
1205
+ content: "\f192"; }
 
1206
 
1207
  .fa-dove:before {
1208
+ content: "\f4ba"; }
 
1209
 
1210
  .fa-download:before {
1211
+ content: "\f019"; }
 
1212
 
1213
  .fa-draft2digital:before {
1214
+ content: "\f396"; }
 
1215
 
1216
  .fa-drafting-compass:before {
1217
+ content: "\f568"; }
1218
+
1219
+ .fa-dragon:before {
1220
+ content: "\f6d5"; }
1221
 
1222
  .fa-draw-polygon:before {
1223
+ content: "\f5ee"; }
 
1224
 
1225
  .fa-dribbble:before {
1226
+ content: "\f17d"; }
 
1227
 
1228
  .fa-dribbble-square:before {
1229
+ content: "\f397"; }
 
1230
 
1231
  .fa-dropbox:before {
1232
+ content: "\f16b"; }
 
1233
 
1234
  .fa-drum:before {
1235
+ content: "\f569"; }
 
1236
 
1237
  .fa-drum-steelpan:before {
1238
+ content: "\f56a"; }
1239
+
1240
+ .fa-drumstick-bite:before {
1241
+ content: "\f6d7"; }
1242
 
1243
  .fa-drupal:before {
1244
+ content: "\f1a9"; }
 
1245
 
1246
  .fa-dumbbell:before {
1247
+ content: "\f44b"; }
1248
+
1249
+ .fa-dungeon:before {
1250
+ content: "\f6d9"; }
1251
 
1252
  .fa-dyalog:before {
1253
+ content: "\f399"; }
 
1254
 
1255
  .fa-earlybirds:before {
1256
+ content: "\f39a"; }
 
1257
 
1258
  .fa-ebay:before {
1259
+ content: "\f4f4"; }
 
1260
 
1261
  .fa-edge:before {
1262
+ content: "\f282"; }
 
1263
 
1264
  .fa-edit:before {
1265
+ content: "\f044"; }
 
1266
 
1267
  .fa-eject:before {
1268
+ content: "\f052"; }
 
1269
 
1270
  .fa-elementor:before {
1271
+ content: "\f430"; }
 
1272
 
1273
  .fa-ellipsis-h:before {
1274
+ content: "\f141"; }
 
1275
 
1276
  .fa-ellipsis-v:before {
1277
+ content: "\f142"; }
 
1278
 
1279
  .fa-ello:before {
1280
+ content: "\f5f1"; }
 
1281
 
1282
  .fa-ember:before {
1283
+ content: "\f423"; }
 
1284
 
1285
  .fa-empire:before {
1286
+ content: "\f1d1"; }
 
1287
 
1288
  .fa-envelope:before {
1289
+ content: "\f0e0"; }
 
1290
 
1291
  .fa-envelope-open:before {
1292
+ content: "\f2b6"; }
1293
+
1294
+ .fa-envelope-open-text:before {
1295
+ content: "\f658"; }
1296
 
1297
  .fa-envelope-square:before {
1298
+ content: "\f199"; }
 
1299
 
1300
  .fa-envira:before {
1301
+ content: "\f299"; }
 
1302
 
1303
  .fa-equals:before {
1304
+ content: "\f52c"; }
 
1305
 
1306
  .fa-eraser:before {
1307
+ content: "\f12d"; }
 
1308
 
1309
  .fa-erlang:before {
1310
+ content: "\f39d"; }
 
1311
 
1312
  .fa-ethereum:before {
1313
+ content: "\f42e"; }
 
1314
 
1315
  .fa-etsy:before {
1316
+ content: "\f2d7"; }
 
1317
 
1318
  .fa-euro-sign:before {
1319
+ content: "\f153"; }
 
1320
 
1321
  .fa-exchange-alt:before {
1322
+ content: "\f362"; }
 
1323
 
1324
  .fa-exclamation:before {
1325
+ content: "\f12a"; }
 
1326
 
1327
  .fa-exclamation-circle:before {
1328
+ content: "\f06a"; }
 
1329
 
1330
  .fa-exclamation-triangle:before {
1331
+ content: "\f071"; }
 
1332
 
1333
  .fa-expand:before {
1334
+ content: "\f065"; }
 
1335
 
1336
  .fa-expand-arrows-alt:before {
1337
+ content: "\f31e"; }
 
1338
 
1339
  .fa-expeditedssl:before {
1340
+ content: "\f23e"; }
 
1341
 
1342
  .fa-external-link-alt:before {
1343
+ content: "\f35d"; }
 
1344
 
1345
  .fa-external-link-square-alt:before {
1346
+ content: "\f360"; }
 
1347
 
1348
  .fa-eye:before {
1349
+ content: "\f06e"; }
 
1350
 
1351
  .fa-eye-dropper:before {
1352
+ content: "\f1fb"; }
 
1353
 
1354
  .fa-eye-slash:before {
1355
+ content: "\f070"; }
 
1356
 
1357
  .fa-facebook:before {
1358
+ content: "\f09a"; }
 
1359
 
1360
  .fa-facebook-f:before {
1361
+ content: "\f39e"; }
 
1362
 
1363
  .fa-facebook-messenger:before {
1364
+ content: "\f39f"; }
 
1365
 
1366
  .fa-facebook-square:before {
1367
+ content: "\f082"; }
1368
+
1369
+ .fa-fantasy-flight-games:before {
1370
+ content: "\f6dc"; }
1371
 
1372
  .fa-fast-backward:before {
1373
+ content: "\f049"; }
 
1374
 
1375
  .fa-fast-forward:before {
1376
+ content: "\f050"; }
 
1377
 
1378
  .fa-fax:before {
1379
+ content: "\f1ac"; }
 
1380
 
1381
  .fa-feather:before {
1382
+ content: "\f52d"; }
 
1383
 
1384
  .fa-feather-alt:before {
1385
+ content: "\f56b"; }
 
1386
 
1387
  .fa-female:before {
1388
+ content: "\f182"; }
 
1389
 
1390
  .fa-fighter-jet:before {
1391
+ content: "\f0fb"; }
 
1392
 
1393
  .fa-file:before {
1394
+ content: "\f15b"; }
 
1395
 
1396
  .fa-file-alt:before {
1397
+ content: "\f15c"; }
 
1398
 
1399
  .fa-file-archive:before {
1400
+ content: "\f1c6"; }
 
1401
 
1402
  .fa-file-audio:before {
1403
+ content: "\f1c7"; }
 
1404
 
1405
  .fa-file-code:before {
1406
+ content: "\f1c9"; }
 
1407
 
1408
  .fa-file-contract:before {
1409
+ content: "\f56c"; }
1410
+
1411
+ .fa-file-csv:before {
1412
+ content: "\f6dd"; }
1413
 
1414
  .fa-file-download:before {
1415
+ content: "\f56d"; }
 
1416
 
1417
  .fa-file-excel:before {
1418
+ content: "\f1c3"; }
 
1419
 
1420
  .fa-file-export:before {
1421
+ content: "\f56e"; }
 
1422
 
1423
  .fa-file-image:before {
1424
+ content: "\f1c5"; }
 
1425
 
1426
  .fa-file-import:before {
1427
+ content: "\f56f"; }
 
1428
 
1429
  .fa-file-invoice:before {
1430
+ content: "\f570"; }
 
1431
 
1432
  .fa-file-invoice-dollar:before {
1433
+ content: "\f571"; }
 
1434
 
1435
  .fa-file-medical:before {
1436
+ content: "\f477"; }
 
1437
 
1438
  .fa-file-medical-alt:before {
1439
+ content: "\f478"; }
 
1440
 
1441
  .fa-file-pdf:before {
1442
+ content: "\f1c1"; }
 
1443
 
1444
  .fa-file-powerpoint:before {
1445
+ content: "\f1c4"; }
 
1446
 
1447
  .fa-file-prescription:before {
1448
+ content: "\f572"; }
 
1449
 
1450
  .fa-file-signature:before {
1451
+ content: "\f573"; }
 
1452
 
1453
  .fa-file-upload:before {
1454
+ content: "\f574"; }
 
1455
 
1456
  .fa-file-video:before {
1457
+ content: "\f1c8"; }
 
1458
 
1459
  .fa-file-word:before {
1460
+ content: "\f1c2"; }
 
1461
 
1462
  .fa-fill:before {
1463
+ content: "\f575"; }
 
1464
 
1465
  .fa-fill-drip:before {
1466
+ content: "\f576"; }
 
1467
 
1468
  .fa-film:before {
1469
+ content: "\f008"; }
 
1470
 
1471
  .fa-filter:before {
1472
+ content: "\f0b0"; }
 
1473
 
1474
  .fa-fingerprint:before {
1475
+ content: "\f577"; }
 
1476
 
1477
  .fa-fire:before {
1478
+ content: "\f06d"; }
 
1479
 
1480
  .fa-fire-extinguisher:before {
1481
+ content: "\f134"; }
 
1482
 
1483
  .fa-firefox:before {
1484
+ content: "\f269"; }
 
1485
 
1486
  .fa-first-aid:before {
1487
+ content: "\f479"; }
 
1488
 
1489
  .fa-first-order:before {
1490
+ content: "\f2b0"; }
 
1491
 
1492
  .fa-first-order-alt:before {
1493
+ content: "\f50a"; }
 
1494
 
1495
  .fa-firstdraft:before {
1496
+ content: "\f3a1"; }
 
1497
 
1498
  .fa-fish:before {
1499
+ content: "\f578"; }
1500
+
1501
+ .fa-fist-raised:before {
1502
+ content: "\f6de"; }
1503
 
1504
  .fa-flag:before {
1505
+ content: "\f024"; }
 
1506
 
1507
  .fa-flag-checkered:before {
1508
+ content: "\f11e"; }
1509
+
1510
+ .fa-flag-usa:before {
1511
+ content: "\f74d"; }
1512
 
1513
  .fa-flask:before {
1514
+ content: "\f0c3"; }
 
1515
 
1516
  .fa-flickr:before {
1517
+ content: "\f16e"; }
 
1518
 
1519
  .fa-flipboard:before {
1520
+ content: "\f44d"; }
 
1521
 
1522
  .fa-flushed:before {
1523
+ content: "\f579"; }
 
1524
 
1525
  .fa-fly:before {
1526
+ content: "\f417"; }
 
1527
 
1528
  .fa-folder:before {
1529
+ content: "\f07b"; }
1530
+
1531
+ .fa-folder-minus:before {
1532
+ content: "\f65d"; }
1533
 
1534
  .fa-folder-open:before {
1535
+ content: "\f07c"; }
1536
+
1537
+ .fa-folder-plus:before {
1538
+ content: "\f65e"; }
1539
 
1540
  .fa-font:before {
1541
+ content: "\f031"; }
 
1542
 
1543
  .fa-font-awesome:before {
1544
+ content: "\f2b4"; }
 
1545
 
1546
  .fa-font-awesome-alt:before {
1547
+ content: "\f35c"; }
 
1548
 
1549
  .fa-font-awesome-flag:before {
1550
+ content: "\f425"; }
 
1551
 
1552
  .fa-font-awesome-logo-full:before {
1553
+ content: "\f4e6"; }
 
1554
 
1555
  .fa-fonticons:before {
1556
+ content: "\f280"; }
 
1557
 
1558
  .fa-fonticons-fi:before {
1559
+ content: "\f3a2"; }
 
1560
 
1561
  .fa-football-ball:before {
1562
+ content: "\f44e"; }
 
1563
 
1564
  .fa-fort-awesome:before {
1565
+ content: "\f286"; }
 
1566
 
1567
  .fa-fort-awesome-alt:before {
1568
+ content: "\f3a3"; }
 
1569
 
1570
  .fa-forumbee:before {
1571
+ content: "\f211"; }
 
1572
 
1573
  .fa-forward:before {
1574
+ content: "\f04e"; }
 
1575
 
1576
  .fa-foursquare:before {
1577
+ content: "\f180"; }
 
1578
 
1579
  .fa-free-code-camp:before {
1580
+ content: "\f2c5"; }
 
1581
 
1582
  .fa-freebsd:before {
1583
+ content: "\f3a4"; }
 
1584
 
1585
  .fa-frog:before {
1586
+ content: "\f52e"; }
 
1587
 
1588
  .fa-frown:before {
1589
+ content: "\f119"; }
 
1590
 
1591
  .fa-frown-open:before {
1592
+ content: "\f57a"; }
 
1593
 
1594
  .fa-fulcrum:before {
1595
+ content: "\f50b"; }
1596
+
1597
+ .fa-funnel-dollar:before {
1598
+ content: "\f662"; }
1599
 
1600
  .fa-futbol:before {
1601
+ content: "\f1e3"; }
 
1602
 
1603
  .fa-galactic-republic:before {
1604
+ content: "\f50c"; }
 
1605
 
1606
  .fa-galactic-senate:before {
1607
+ content: "\f50d"; }
 
1608
 
1609
  .fa-gamepad:before {
1610
+ content: "\f11b"; }
 
1611
 
1612
  .fa-gas-pump:before {
1613
+ content: "\f52f"; }
 
1614
 
1615
  .fa-gavel:before {
1616
+ content: "\f0e3"; }
 
1617
 
1618
  .fa-gem:before {
1619
+ content: "\f3a5"; }
 
1620
 
1621
  .fa-genderless:before {
1622
+ content: "\f22d"; }
 
1623
 
1624
  .fa-get-pocket:before {
1625
+ content: "\f265"; }
 
1626
 
1627
  .fa-gg:before {
1628
+ content: "\f260"; }
 
1629
 
1630
  .fa-gg-circle:before {
1631
+ content: "\f261"; }
1632
+
1633
+ .fa-ghost:before {
1634
+ content: "\f6e2"; }
1635
 
1636
  .fa-gift:before {
1637
+ content: "\f06b"; }
 
1638
 
1639
  .fa-git:before {
1640
+ content: "\f1d3"; }
 
1641
 
1642
  .fa-git-square:before {
1643
+ content: "\f1d2"; }
 
1644
 
1645
  .fa-github:before {
1646
+ content: "\f09b"; }
 
1647
 
1648
  .fa-github-alt:before {
1649
+ content: "\f113"; }
 
1650
 
1651
  .fa-github-square:before {
1652
+ content: "\f092"; }
 
1653
 
1654
  .fa-gitkraken:before {
1655
+ content: "\f3a6"; }
 
1656
 
1657
  .fa-gitlab:before {
1658
+ content: "\f296"; }
 
1659
 
1660
  .fa-gitter:before {
1661
+ content: "\f426"; }
 
1662
 
1663
  .fa-glass-martini:before {
1664
+ content: "\f000"; }
 
1665
 
1666
  .fa-glass-martini-alt:before {
1667
+ content: "\f57b"; }
 
1668
 
1669
  .fa-glasses:before {
1670
+ content: "\f530"; }
 
1671
 
1672
  .fa-glide:before {
1673
+ content: "\f2a5"; }
 
1674
 
1675
  .fa-glide-g:before {
1676
+ content: "\f2a6"; }
 
1677
 
1678
  .fa-globe:before {
1679
+ content: "\f0ac"; }
 
1680
 
1681
  .fa-globe-africa:before {
1682
+ content: "\f57c"; }
 
1683
 
1684
  .fa-globe-americas:before {
1685
+ content: "\f57d"; }
 
1686
 
1687
  .fa-globe-asia:before {
1688
+ content: "\f57e"; }
 
1689
 
1690
  .fa-gofore:before {
1691
+ content: "\f3a7"; }
 
1692
 
1693
  .fa-golf-ball:before {
1694
+ content: "\f450"; }
 
1695
 
1696
  .fa-goodreads:before {
1697
+ content: "\f3a8"; }
 
1698
 
1699
  .fa-goodreads-g:before {
1700
+ content: "\f3a9"; }
 
1701
 
1702
  .fa-google:before {
1703
+ content: "\f1a0"; }
 
1704
 
1705
  .fa-google-drive:before {
1706
+ content: "\f3aa"; }
 
1707
 
1708
  .fa-google-play:before {
1709
+ content: "\f3ab"; }
 
1710
 
1711
  .fa-google-plus:before {
1712
+ content: "\f2b3"; }
 
1713
 
1714
  .fa-google-plus-g:before {
1715
+ content: "\f0d5"; }
 
1716
 
1717
  .fa-google-plus-square:before {
1718
+ content: "\f0d4"; }
 
1719
 
1720
  .fa-google-wallet:before {
1721
+ content: "\f1ee"; }
1722
+
1723
+ .fa-gopuram:before {
1724
+ content: "\f664"; }
1725
 
1726
  .fa-graduation-cap:before {
1727
+ content: "\f19d"; }
 
1728
 
1729
  .fa-gratipay:before {
1730
+ content: "\f184"; }
 
1731
 
1732
  .fa-grav:before {
1733
+ content: "\f2d6"; }
 
1734
 
1735
  .fa-greater-than:before {
1736
+ content: "\f531"; }
 
1737
 
1738
  .fa-greater-than-equal:before {
1739
+ content: "\f532"; }
 
1740
 
1741
  .fa-grimace:before {
1742
+ content: "\f57f"; }
 
1743
 
1744
  .fa-grin:before {
1745
+ content: "\f580"; }
 
1746
 
1747
  .fa-grin-alt:before {
1748
+ content: "\f581"; }
 
1749
 
1750
  .fa-grin-beam:before {
1751
+ content: "\f582"; }
 
1752
 
1753
  .fa-grin-beam-sweat:before {
1754
+ content: "\f583"; }
 
1755
 
1756
  .fa-grin-hearts:before {
1757
+ content: "\f584"; }
 
1758
 
1759
  .fa-grin-squint:before {
1760
+ content: "\f585"; }
 
1761
 
1762
  .fa-grin-squint-tears:before {
1763
+ content: "\f586"; }
 
1764
 
1765
  .fa-grin-stars:before {
1766
+ content: "\f587"; }
 
1767
 
1768
  .fa-grin-tears:before {
1769
+ content: "\f588"; }
 
1770
 
1771
  .fa-grin-tongue:before {
1772
+ content: "\f589"; }
 
1773
 
1774
  .fa-grin-tongue-squint:before {
1775
+ content: "\f58a"; }
 
1776
 
1777
  .fa-grin-tongue-wink:before {
1778
+ content: "\f58b"; }
 
1779
 
1780
  .fa-grin-wink:before {
1781
+ content: "\f58c"; }
 
1782
 
1783
  .fa-grip-horizontal:before {
1784
+ content: "\f58d"; }
 
1785
 
1786
  .fa-grip-vertical:before {
1787
+ content: "\f58e"; }
 
1788
 
1789
  .fa-gripfire:before {
1790
+ content: "\f3ac"; }
 
1791
 
1792
  .fa-grunt:before {
1793
+ content: "\f3ad"; }
 
1794
 
1795
  .fa-gulp:before {
1796
+ content: "\f3ae"; }
 
1797
 
1798
  .fa-h-square:before {
1799
+ content: "\f0fd"; }
 
1800
 
1801
  .fa-hacker-news:before {
1802
+ content: "\f1d4"; }
 
1803
 
1804
  .fa-hacker-news-square:before {
1805
+ content: "\f3af"; }
 
1806
 
1807
  .fa-hackerrank:before {
1808
+ content: "\f5f7"; }
1809
+
1810
+ .fa-hammer:before {
1811
+ content: "\f6e3"; }
1812
+
1813
+ .fa-hamsa:before {
1814
+ content: "\f665"; }
1815
 
1816
  .fa-hand-holding:before {
1817
+ content: "\f4bd"; }
 
1818
 
1819
  .fa-hand-holding-heart:before {
1820
+ content: "\f4be"; }
 
1821
 
1822
  .fa-hand-holding-usd:before {
1823
+ content: "\f4c0"; }
 
1824
 
1825
  .fa-hand-lizard:before {
1826
+ content: "\f258"; }
 
1827
 
1828
  .fa-hand-paper:before {
1829
+ content: "\f256"; }
 
1830
 
1831
  .fa-hand-peace:before {
1832
+ content: "\f25b"; }
 
1833
 
1834
  .fa-hand-point-down:before {
1835
+ content: "\f0a7"; }
 
1836
 
1837
  .fa-hand-point-left:before {
1838
+ content: "\f0a5"; }
 
1839
 
1840
  .fa-hand-point-right:before {
1841
+ content: "\f0a4"; }
 
1842
 
1843
  .fa-hand-point-up:before {
1844
+ content: "\f0a6"; }
 
1845
 
1846
  .fa-hand-pointer:before {
1847
+ content: "\f25a"; }
 
1848
 
1849
  .fa-hand-rock:before {
1850
+ content: "\f255"; }
 
1851
 
1852
  .fa-hand-scissors:before {
1853
+ content: "\f257"; }
 
1854
 
1855
  .fa-hand-spock:before {
1856
+ content: "\f259"; }
 
1857
 
1858
  .fa-hands:before {
1859
+ content: "\f4c2"; }
 
1860
 
1861
  .fa-hands-helping:before {
1862
+ content: "\f4c4"; }
 
1863
 
1864
  .fa-handshake:before {
1865
+ content: "\f2b5"; }
1866
+
1867
+ .fa-hanukiah:before {
1868
+ content: "\f6e6"; }
1869
 
1870
  .fa-hashtag:before {
1871
+ content: "\f292"; }
1872
+
1873
+ .fa-hat-wizard:before {
1874
+ content: "\f6e8"; }
1875
+
1876
+ .fa-haykal:before {
1877
+ content: "\f666"; }
1878
 
1879
  .fa-hdd:before {
1880
+ content: "\f0a0"; }
 
1881
 
1882
  .fa-heading:before {
1883
+ content: "\f1dc"; }
 
1884
 
1885
  .fa-headphones:before {
1886
+ content: "\f025"; }
 
1887
 
1888
  .fa-headphones-alt:before {
1889
+ content: "\f58f"; }
 
1890
 
1891
  .fa-headset:before {
1892
+ content: "\f590"; }
 
1893
 
1894
  .fa-heart:before {
1895
+ content: "\f004"; }
 
1896
 
1897
  .fa-heartbeat:before {
1898
+ content: "\f21e"; }
 
1899
 
1900
  .fa-helicopter:before {
1901
+ content: "\f533"; }
 
1902
 
1903
  .fa-highlighter:before {
1904
+ content: "\f591"; }
1905
+
1906
+ .fa-hiking:before {
1907
+ content: "\f6ec"; }
1908
+
1909
+ .fa-hippo:before {
1910
+ content: "\f6ed"; }
1911
 
1912
  .fa-hips:before {
1913
+ content: "\f452"; }
 
1914
 
1915
  .fa-hire-a-helper:before {
1916
+ content: "\f3b0"; }
 
1917
 
1918
  .fa-history:before {
1919
+ content: "\f1da"; }
 
1920
 
1921
  .fa-hockey-puck:before {
1922
+ content: "\f453"; }
 
1923
 
1924
  .fa-home:before {
1925
+ content: "\f015"; }
 
1926
 
1927
  .fa-hooli:before {
1928
+ content: "\f427"; }
 
1929
 
1930
  .fa-hornbill:before {
1931
+ content: "\f592"; }
1932
+
1933
+ .fa-horse:before {
1934
+ content: "\f6f0"; }
1935
 
1936
  .fa-hospital:before {
1937
+ content: "\f0f8"; }
 
1938
 
1939
  .fa-hospital-alt:before {
1940
+ content: "\f47d"; }
 
1941
 
1942
  .fa-hospital-symbol:before {
1943
+ content: "\f47e"; }
 
1944
 
1945
  .fa-hot-tub:before {
1946
+ content: "\f593"; }
 
1947
 
1948
  .fa-hotel:before {
1949
+ content: "\f594"; }
 
1950
 
1951
  .fa-hotjar:before {
1952
+ content: "\f3b1"; }
 
1953
 
1954
  .fa-hourglass:before {
1955
+ content: "\f254"; }
 
1956
 
1957
  .fa-hourglass-end:before {
1958
+ content: "\f253"; }
 
1959
 
1960
  .fa-hourglass-half:before {
1961
+ content: "\f252"; }
 
1962
 
1963
  .fa-hourglass-start:before {
1964
+ content: "\f251"; }
1965
+
1966
+ .fa-house-damage:before {
1967
+ content: "\f6f1"; }
1968
 
1969
  .fa-houzz:before {
1970
+ content: "\f27c"; }
1971
+
1972
+ .fa-hryvnia:before {
1973
+ content: "\f6f2"; }
1974
 
1975
  .fa-html5:before {
1976
+ content: "\f13b"; }
 
1977
 
1978
  .fa-hubspot:before {
1979
+ content: "\f3b2"; }
 
1980
 
1981
  .fa-i-cursor:before {
1982
+ content: "\f246"; }
 
1983
 
1984
  .fa-id-badge:before {
1985
+ content: "\f2c1"; }
 
1986
 
1987
  .fa-id-card:before {
1988
+ content: "\f2c2"; }
 
1989
 
1990
  .fa-id-card-alt:before {
1991
+ content: "\f47f"; }
 
1992
 
1993
  .fa-image:before {
1994
+ content: "\f03e"; }
 
1995
 
1996
  .fa-images:before {
1997
+ content: "\f302"; }
 
1998
 
1999
  .fa-imdb:before {
2000
+ content: "\f2d8"; }
 
2001
 
2002
  .fa-inbox:before {
2003
+ content: "\f01c"; }
 
2004
 
2005
  .fa-indent:before {
2006
+ content: "\f03c"; }
 
2007
 
2008
  .fa-industry:before {
2009
+ content: "\f275"; }
 
2010
 
2011
  .fa-infinity:before {
2012
+ content: "\f534"; }
 
2013
 
2014
  .fa-info:before {
2015
+ content: "\f129"; }
 
2016
 
2017
  .fa-info-circle:before {
2018
+ content: "\f05a"; }
 
2019
 
2020
  .fa-instagram:before {
2021
+ content: "\f16d"; }
 
2022
 
2023
  .fa-internet-explorer:before {
2024
+ content: "\f26b"; }
 
2025
 
2026
  .fa-ioxhost:before {
2027
+ content: "\f208"; }
 
2028
 
2029
  .fa-italic:before {
2030
+ content: "\f033"; }
 
2031
 
2032
  .fa-itunes:before {
2033
+ content: "\f3b4"; }
 
2034
 
2035
  .fa-itunes-note:before {
2036
+ content: "\f3b5"; }
 
2037
 
2038
  .fa-java:before {
2039
+ content: "\f4e4"; }
2040
+
2041
+ .fa-jedi:before {
2042
+ content: "\f669"; }
2043
 
2044
  .fa-jedi-order:before {
2045
+ content: "\f50e"; }
 
2046
 
2047
  .fa-jenkins:before {
2048
+ content: "\f3b6"; }
 
2049
 
2050
  .fa-joget:before {
2051
+ content: "\f3b7"; }
 
2052
 
2053
  .fa-joint:before {
2054
+ content: "\f595"; }
 
2055
 
2056
  .fa-joomla:before {
2057
+ content: "\f1aa"; }
2058
+
2059
+ .fa-journal-whills:before {
2060
+ content: "\f66a"; }
2061
 
2062
  .fa-js:before {
2063
+ content: "\f3b8"; }
 
2064
 
2065
  .fa-js-square:before {
2066
+ content: "\f3b9"; }
 
2067
 
2068
  .fa-jsfiddle:before {
2069
+ content: "\f1cc"; }
2070
+
2071
+ .fa-kaaba:before {
2072
+ content: "\f66b"; }
2073
 
2074
  .fa-kaggle:before {
2075
+ content: "\f5fa"; }
 
2076
 
2077
  .fa-key:before {
2078
+ content: "\f084"; }
 
2079
 
2080
  .fa-keybase:before {
2081
+ content: "\f4f5"; }
 
2082
 
2083
  .fa-keyboard:before {
2084
+ content: "\f11c"; }
 
2085
 
2086
  .fa-keycdn:before {
2087
+ content: "\f3ba"; }
2088
+
2089
+ .fa-khanda:before {
2090
+ content: "\f66d"; }
2091
 
2092
  .fa-kickstarter:before {
2093
+ content: "\f3bb"; }
 
2094
 
2095
  .fa-kickstarter-k:before {
2096
+ content: "\f3bc"; }
 
2097
 
2098
  .fa-kiss:before {
2099
+ content: "\f596"; }
 
2100
 
2101
  .fa-kiss-beam:before {
2102
+ content: "\f597"; }
 
2103
 
2104
  .fa-kiss-wink-heart:before {
2105
+ content: "\f598"; }
 
2106
 
2107
  .fa-kiwi-bird:before {
2108
+ content: "\f535"; }
 
2109
 
2110
  .fa-korvue:before {
2111
+ content: "\f42f"; }
2112
+
2113
+ .fa-landmark:before {
2114
+ content: "\f66f"; }
2115
 
2116
  .fa-language:before {
2117
+ content: "\f1ab"; }
 
2118
 
2119
  .fa-laptop:before {
2120
+ content: "\f109"; }
 
2121
 
2122
  .fa-laptop-code:before {
2123
+ content: "\f5fc"; }
 
2124
 
2125
  .fa-laravel:before {
2126
+ content: "\f3bd"; }
 
2127
 
2128
  .fa-lastfm:before {
2129
+ content: "\f202"; }
 
2130
 
2131
  .fa-lastfm-square:before {
2132
+ content: "\f203"; }
 
2133
 
2134
  .fa-laugh:before {
2135
+ content: "\f599"; }
 
2136
 
2137
  .fa-laugh-beam:before {
2138
+ content: "\f59a"; }
 
2139
 
2140
  .fa-laugh-squint:before {
2141
+ content: "\f59b"; }
 
2142
 
2143
  .fa-laugh-wink:before {
2144
+ content: "\f59c"; }
 
2145
 
2146
  .fa-layer-group:before {
2147
+ content: "\f5fd"; }
 
2148
 
2149
  .fa-leaf:before {
2150
+ content: "\f06c"; }
 
2151
 
2152
  .fa-leanpub:before {
2153
+ content: "\f212"; }
 
2154
 
2155
  .fa-lemon:before {
2156
+ content: "\f094"; }
 
2157
 
2158
  .fa-less:before {
2159
+ content: "\f41d"; }
 
2160
 
2161
  .fa-less-than:before {
2162
+ content: "\f536"; }
 
2163
 
2164
  .fa-less-than-equal:before {
2165
+ content: "\f537"; }
 
2166
 
2167
  .fa-level-down-alt:before {
2168
+ content: "\f3be"; }
 
2169
 
2170
  .fa-level-up-alt:before {
2171
+ content: "\f3bf"; }
 
2172
 
2173
  .fa-life-ring:before {
2174
+ content: "\f1cd"; }
 
2175
 
2176
  .fa-lightbulb:before {
2177
+ content: "\f0eb"; }
 
2178
 
2179
  .fa-line:before {
2180
+ content: "\f3c0"; }
 
2181
 
2182
  .fa-link:before {
2183
+ content: "\f0c1"; }
 
2184
 
2185
  .fa-linkedin:before {
2186
+ content: "\f08c"; }
 
2187
 
2188
  .fa-linkedin-in:before {
2189
+ content: "\f0e1"; }
 
2190
 
2191
  .fa-linode:before {
2192
+ content: "\f2b8"; }
 
2193
 
2194
  .fa-linux:before {
2195
+ content: "\f17c"; }
 
2196
 
2197
  .fa-lira-sign:before {
2198
+ content: "\f195"; }
 
2199
 
2200
  .fa-list:before {
2201
+ content: "\f03a"; }
 
2202
 
2203
  .fa-list-alt:before {
2204
+ content: "\f022"; }
 
2205
 
2206
  .fa-list-ol:before {
2207
+ content: "\f0cb"; }
 
2208
 
2209
  .fa-list-ul:before {
2210
+ content: "\f0ca"; }
 
2211
 
2212
  .fa-location-arrow:before {
2213
+ content: "\f124"; }
 
2214
 
2215
  .fa-lock:before {
2216
+ content: "\f023"; }
 
2217
 
2218
  .fa-lock-open:before {
2219
+ content: "\f3c1"; }
 
2220
 
2221
  .fa-long-arrow-alt-down:before {
2222
+ content: "\f309"; }
 
2223
 
2224
  .fa-long-arrow-alt-left:before {
2225
+ content: "\f30a"; }
 
2226
 
2227
  .fa-long-arrow-alt-right:before {
2228
+ content: "\f30b"; }
 
2229
 
2230
  .fa-long-arrow-alt-up:before {
2231
+ content: "\f30c"; }
 
2232
 
2233
  .fa-low-vision:before {
2234
+ content: "\f2a8"; }
 
2235
 
2236
  .fa-luggage-cart:before {
2237
+ content: "\f59d"; }
 
2238
 
2239
  .fa-lyft:before {
2240
+ content: "\f3c3"; }
 
2241
 
2242
  .fa-magento:before {
2243
+ content: "\f3c4"; }
 
2244
 
2245
  .fa-magic:before {
2246
+ content: "\f0d0"; }
 
2247
 
2248
  .fa-magnet:before {
2249
+ content: "\f076"; }
2250
+
2251
+ .fa-mail-bulk:before {
2252
+ content: "\f674"; }
2253
 
2254
  .fa-mailchimp:before {
2255
+ content: "\f59e"; }
 
2256
 
2257
  .fa-male:before {
2258
+ content: "\f183"; }
 
2259
 
2260
  .fa-mandalorian:before {
2261
+ content: "\f50f"; }
 
2262
 
2263
  .fa-map:before {
2264
+ content: "\f279"; }
 
2265
 
2266
  .fa-map-marked:before {
2267
+ content: "\f59f"; }
 
2268
 
2269
  .fa-map-marked-alt:before {
2270
+ content: "\f5a0"; }
 
2271
 
2272
  .fa-map-marker:before {
2273
+ content: "\f041"; }
 
2274
 
2275
  .fa-map-marker-alt:before {
2276
+ content: "\f3c5"; }
 
2277
 
2278
  .fa-map-pin:before {
2279
+ content: "\f276"; }
 
2280
 
2281
  .fa-map-signs:before {
2282
+ content: "\f277"; }
 
2283
 
2284
  .fa-markdown:before {
2285
+ content: "\f60f"; }
 
2286
 
2287
  .fa-marker:before {
2288
+ content: "\f5a1"; }
 
2289
 
2290
  .fa-mars:before {
2291
+ content: "\f222"; }
 
2292
 
2293
  .fa-mars-double:before {
2294
+ content: "\f227"; }
 
2295
 
2296
  .fa-mars-stroke:before {
2297
+ content: "\f229"; }
 
2298
 
2299
  .fa-mars-stroke-h:before {
2300
+ content: "\f22b"; }
 
2301
 
2302
  .fa-mars-stroke-v:before {
2303
+ content: "\f22a"; }
2304
+
2305
+ .fa-mask:before {
2306
+ content: "\f6fa"; }
2307
 
2308
  .fa-mastodon:before {
2309
+ content: "\f4f6"; }
 
2310
 
2311
  .fa-maxcdn:before {
2312
+ content: "\f136"; }
 
2313
 
2314
  .fa-medal:before {
2315
+ content: "\f5a2"; }
 
2316
 
2317
  .fa-medapps:before {
2318
+ content: "\f3c6"; }
 
2319
 
2320
  .fa-medium:before {
2321
+ content: "\f23a"; }
 
2322
 
2323
  .fa-medium-m:before {
2324
+ content: "\f3c7"; }
 
2325
 
2326
  .fa-medkit:before {
2327
+ content: "\f0fa"; }
 
2328
 
2329
  .fa-medrt:before {
2330
+ content: "\f3c8"; }
 
2331
 
2332
  .fa-meetup:before {
2333
+ content: "\f2e0"; }
 
2334
 
2335
  .fa-megaport:before {
2336
+ content: "\f5a3"; }
 
2337
 
2338
  .fa-meh:before {
2339
+ content: "\f11a"; }
 
2340
 
2341
  .fa-meh-blank:before {
2342
+ content: "\f5a4"; }
 
2343
 
2344
  .fa-meh-rolling-eyes:before {
2345
+ content: "\f5a5"; }
 
2346
 
2347
  .fa-memory:before {
2348
+ content: "\f538"; }
2349
+
2350
+ .fa-menorah:before {
2351
+ content: "\f676"; }
2352
 
2353
  .fa-mercury:before {
2354
+ content: "\f223"; }
2355
+
2356
+ .fa-meteor:before {
2357
+ content: "\f753"; }
2358
 
2359
  .fa-microchip:before {
2360
+ content: "\f2db"; }
 
2361
 
2362
  .fa-microphone:before {
2363
+ content: "\f130"; }
 
2364
 
2365
  .fa-microphone-alt:before {
2366
+ content: "\f3c9"; }
 
2367
 
2368
  .fa-microphone-alt-slash:before {
2369
+ content: "\f539"; }
 
2370
 
2371
  .fa-microphone-slash:before {
2372
+ content: "\f131"; }
 
2373
 
2374
  .fa-microscope:before {
2375
+ content: "\f610"; }
 
2376
 
2377
  .fa-microsoft:before {
2378
+ content: "\f3ca"; }
 
2379
 
2380
  .fa-minus:before {
2381
+ content: "\f068"; }
 
2382
 
2383
  .fa-minus-circle:before {
2384
+ content: "\f056"; }
 
2385
 
2386
  .fa-minus-square:before {
2387
+ content: "\f146"; }
 
2388
 
2389
  .fa-mix:before {
2390
+ content: "\f3cb"; }
 
2391
 
2392
  .fa-mixcloud:before {
2393
+ content: "\f289"; }
 
2394
 
2395
  .fa-mizuni:before {
2396
+ content: "\f3cc"; }
 
2397
 
2398
  .fa-mobile:before {
2399
+ content: "\f10b"; }
 
2400
 
2401
  .fa-mobile-alt:before {
2402
+ content: "\f3cd"; }
 
2403
 
2404
  .fa-modx:before {
2405
+ content: "\f285"; }
 
2406
 
2407
  .fa-monero:before {
2408
+ content: "\f3d0"; }
 
2409
 
2410
  .fa-money-bill:before {
2411
+ content: "\f0d6"; }
 
2412
 
2413
  .fa-money-bill-alt:before {
2414
+ content: "\f3d1"; }
 
2415
 
2416
  .fa-money-bill-wave:before {
2417
+ content: "\f53a"; }
 
2418
 
2419
  .fa-money-bill-wave-alt:before {
2420
+ content: "\f53b"; }
 
2421
 
2422
  .fa-money-check:before {
2423
+ content: "\f53c"; }
 
2424
 
2425
  .fa-money-check-alt:before {
2426
+ content: "\f53d"; }
 
2427
 
2428
  .fa-monument:before {
2429
+ content: "\f5a6"; }
 
2430
 
2431
  .fa-moon:before {
2432
+ content: "\f186"; }
 
2433
 
2434
  .fa-mortar-pestle:before {
2435
+ content: "\f5a7"; }
2436
+
2437
+ .fa-mosque:before {
2438
+ content: "\f678"; }
2439
 
2440
  .fa-motorcycle:before {
2441
+ content: "\f21c"; }
2442
+
2443
+ .fa-mountain:before {
2444
+ content: "\f6fc"; }
2445
 
2446
  .fa-mouse-pointer:before {
2447
+ content: "\f245"; }
 
2448
 
2449
  .fa-music:before {
2450
+ content: "\f001"; }
 
2451
 
2452
  .fa-napster:before {
2453
+ content: "\f3d2"; }
 
2454
 
2455
  .fa-neos:before {
2456
+ content: "\f612"; }
2457
+
2458
+ .fa-network-wired:before {
2459
+ content: "\f6ff"; }
2460
 
2461
  .fa-neuter:before {
2462
+ content: "\f22c"; }
 
2463
 
2464
  .fa-newspaper:before {
2465
+ content: "\f1ea"; }
 
2466
 
2467
  .fa-nimblr:before {
2468
+ content: "\f5a8"; }
 
2469
 
2470
  .fa-nintendo-switch:before {
2471
+ content: "\f418"; }
 
2472
 
2473
  .fa-node:before {
2474
+ content: "\f419"; }
 
2475
 
2476
  .fa-node-js:before {
2477
+ content: "\f3d3"; }
 
2478
 
2479
  .fa-not-equal:before {
2480
+ content: "\f53e"; }
 
2481
 
2482
  .fa-notes-medical:before {
2483
+ content: "\f481"; }
 
2484
 
2485
  .fa-npm:before {
2486
+ content: "\f3d4"; }
 
2487
 
2488
  .fa-ns8:before {
2489
+ content: "\f3d5"; }
 
2490
 
2491
  .fa-nutritionix:before {
2492
+ content: "\f3d6"; }
 
2493
 
2494
  .fa-object-group:before {
2495
+ content: "\f247"; }
 
2496
 
2497
  .fa-object-ungroup:before {
2498
+ content: "\f248"; }
 
2499
 
2500
  .fa-odnoklassniki:before {
2501
+ content: "\f263"; }
 
2502
 
2503
  .fa-odnoklassniki-square:before {
2504
+ content: "\f264"; }
 
2505
 
2506
  .fa-oil-can:before {
2507
+ content: "\f613"; }
 
2508
 
2509
  .fa-old-republic:before {
2510
+ content: "\f510"; }
2511
+
2512
+ .fa-om:before {
2513
+ content: "\f679"; }
2514
 
2515
  .fa-opencart:before {
2516
+ content: "\f23d"; }
 
2517
 
2518
  .fa-openid:before {
2519
+ content: "\f19b"; }
 
2520
 
2521
  .fa-opera:before {
2522
+ content: "\f26a"; }
 
2523
 
2524
  .fa-optin-monster:before {
2525
+ content: "\f23c"; }
 
2526
 
2527
  .fa-osi:before {
2528
+ content: "\f41a"; }
2529
+
2530
+ .fa-otter:before {
2531
+ content: "\f700"; }
2532
 
2533
  .fa-outdent:before {
2534
+ content: "\f03b"; }
 
2535
 
2536
  .fa-page4:before {
2537
+ content: "\f3d7"; }
 
2538
 
2539
  .fa-pagelines:before {
2540
+ content: "\f18c"; }
 
2541
 
2542
  .fa-paint-brush:before {
2543
+ content: "\f1fc"; }
 
2544
 
2545
  .fa-paint-roller:before {
2546
+ content: "\f5aa"; }
 
2547
 
2548
  .fa-palette:before {
2549
+ content: "\f53f"; }
 
2550
 
2551
  .fa-palfed:before {
2552
+ content: "\f3d8"; }
 
2553
 
2554
  .fa-pallet:before {
2555
+ content: "\f482"; }
 
2556
 
2557
  .fa-paper-plane:before {
2558
+ content: "\f1d8"; }
 
2559
 
2560
  .fa-paperclip:before {
2561
+ content: "\f0c6"; }
 
2562
 
2563
  .fa-parachute-box:before {
2564
+ content: "\f4cd"; }
 
2565
 
2566
  .fa-paragraph:before {
2567
+ content: "\f1dd"; }
 
2568
 
2569
  .fa-parking:before {
2570
+ content: "\f540"; }
 
2571
 
2572
  .fa-passport:before {
2573
+ content: "\f5ab"; }
2574
+
2575
+ .fa-pastafarianism:before {
2576
+ content: "\f67b"; }
2577
 
2578
  .fa-paste:before {
2579
+ content: "\f0ea"; }
 
2580
 
2581
  .fa-patreon:before {
2582
+ content: "\f3d9"; }
 
2583
 
2584
  .fa-pause:before {
2585
+ content: "\f04c"; }
 
2586
 
2587
  .fa-pause-circle:before {
2588
+ content: "\f28b"; }
 
2589
 
2590
  .fa-paw:before {
2591
+ content: "\f1b0"; }
 
2592
 
2593
  .fa-paypal:before {
2594
+ content: "\f1ed"; }
2595
+
2596
+ .fa-peace:before {
2597
+ content: "\f67c"; }
2598
 
2599
  .fa-pen:before {
2600
+ content: "\f304"; }
 
2601
 
2602
  .fa-pen-alt:before {
2603
+ content: "\f305"; }
 
2604
 
2605
  .fa-pen-fancy:before {
2606
+ content: "\f5ac"; }
 
2607
 
2608
  .fa-pen-nib:before {
2609
+ content: "\f5ad"; }
 
2610
 
2611
  .fa-pen-square:before {
2612
+ content: "\f14b"; }
 
2613
 
2614
  .fa-pencil-alt:before {
2615
+ content: "\f303"; }
 
2616
 
2617
  .fa-pencil-ruler:before {
2618
+ content: "\f5ae"; }
2619
+
2620
+ .fa-penny-arcade:before {
2621
+ content: "\f704"; }
2622
 
2623
  .fa-people-carry:before {
2624
+ content: "\f4ce"; }
 
2625
 
2626
  .fa-percent:before {
2627
+ content: "\f295"; }
 
2628
 
2629
  .fa-percentage:before {
2630
+ content: "\f541"; }
 
2631
 
2632
  .fa-periscope:before {
2633
+ content: "\f3da"; }
2634
+
2635
+ .fa-person-booth:before {
2636
+ content: "\f756"; }
2637
 
2638
  .fa-phabricator:before {
2639
+ content: "\f3db"; }
 
2640
 
2641
  .fa-phoenix-framework:before {
2642
+ content: "\f3dc"; }
 
2643
 
2644
  .fa-phoenix-squadron:before {
2645
+ content: "\f511"; }
 
2646
 
2647
  .fa-phone:before {
2648
+ content: "\f095"; }
 
2649
 
2650
  .fa-phone-slash:before {
2651
+ content: "\f3dd"; }
 
2652
 
2653
  .fa-phone-square:before {
2654
+ content: "\f098"; }
 
2655
 
2656
  .fa-phone-volume:before {
2657
+ content: "\f2a0"; }
 
2658
 
2659
  .fa-php:before {
2660
+ content: "\f457"; }
 
2661
 
2662
  .fa-pied-piper:before {
2663
+ content: "\f2ae"; }
 
2664
 
2665
  .fa-pied-piper-alt:before {
2666
+ content: "\f1a8"; }
 
2667
 
2668
  .fa-pied-piper-hat:before {
2669
+ content: "\f4e5"; }
 
2670
 
2671
  .fa-pied-piper-pp:before {
2672
+ content: "\f1a7"; }
 
2673
 
2674
  .fa-piggy-bank:before {
2675
+ content: "\f4d3"; }
 
2676
 
2677
  .fa-pills:before {
2678
+ content: "\f484"; }
 
2679
 
2680
  .fa-pinterest:before {
2681
+ content: "\f0d2"; }
 
2682
 
2683
  .fa-pinterest-p:before {
2684
+ content: "\f231"; }
 
2685
 
2686
  .fa-pinterest-square:before {
2687
+ content: "\f0d3"; }
2688
+
2689
+ .fa-place-of-worship:before {
2690
+ content: "\f67f"; }
2691
 
2692
  .fa-plane:before {
2693
+ content: "\f072"; }
 
2694
 
2695
  .fa-plane-arrival:before {
2696
+ content: "\f5af"; }
 
2697
 
2698
  .fa-plane-departure:before {
2699
+ content: "\f5b0"; }
 
2700
 
2701
  .fa-play:before {
2702
+ content: "\f04b"; }
 
2703
 
2704
  .fa-play-circle:before {
2705
+ content: "\f144"; }
 
2706
 
2707
  .fa-playstation:before {
2708
+ content: "\f3df"; }
 
2709
 
2710
  .fa-plug:before {
2711
+ content: "\f1e6"; }
 
2712
 
2713
  .fa-plus:before {
2714
+ content: "\f067"; }
 
2715
 
2716
  .fa-plus-circle:before {
2717
+ content: "\f055"; }
 
2718
 
2719
  .fa-plus-square:before {
2720
+ content: "\f0fe"; }
 
2721
 
2722
  .fa-podcast:before {
2723
+ content: "\f2ce"; }
2724
+
2725
+ .fa-poll:before {
2726
+ content: "\f681"; }
2727
+
2728
+ .fa-poll-h:before {
2729
+ content: "\f682"; }
2730
 
2731
  .fa-poo:before {
2732
+ content: "\f2fe"; }
2733
+
2734
+ .fa-poo-storm:before {
2735
+ content: "\f75a"; }
2736
 
2737
  .fa-poop:before {
2738
+ content: "\f619"; }
 
2739
 
2740
  .fa-portrait:before {
2741
+ content: "\f3e0"; }
 
2742
 
2743
  .fa-pound-sign:before {
2744
+ content: "\f154"; }
 
2745
 
2746
  .fa-power-off:before {
2747
+ content: "\f011"; }
2748
+
2749
+ .fa-pray:before {
2750
+ content: "\f683"; }
2751
+
2752
+ .fa-praying-hands:before {
2753
+ content: "\f684"; }
2754
 
2755
  .fa-prescription:before {
2756
+ content: "\f5b1"; }
 
2757
 
2758
  .fa-prescription-bottle:before {
2759
+ content: "\f485"; }
 
2760
 
2761
  .fa-prescription-bottle-alt:before {
2762
+ content: "\f486"; }
 
2763
 
2764
  .fa-print:before {
2765
+ content: "\f02f"; }
 
2766
 
2767
  .fa-procedures:before {
2768
+ content: "\f487"; }
 
2769
 
2770
  .fa-product-hunt:before {
2771
+ content: "\f288"; }
 
2772
 
2773
  .fa-project-diagram:before {
2774
+ content: "\f542"; }
 
2775
 
2776
  .fa-pushed:before {
2777
+ content: "\f3e1"; }
 
2778
 
2779
  .fa-puzzle-piece:before {
2780
+ content: "\f12e"; }
 
2781
 
2782
  .fa-python:before {
2783
+ content: "\f3e2"; }
 
2784
 
2785
  .fa-qq:before {
2786
+ content: "\f1d6"; }
 
2787
 
2788
  .fa-qrcode:before {
2789
+ content: "\f029"; }
 
2790
 
2791
  .fa-question:before {
2792
+ content: "\f128"; }
 
2793
 
2794
  .fa-question-circle:before {
2795
+ content: "\f059"; }
 
2796
 
2797
  .fa-quidditch:before {
2798
+ content: "\f458"; }
 
2799
 
2800
  .fa-quinscape:before {
2801
+ content: "\f459"; }
 
2802
 
2803
  .fa-quora:before {
2804
+ content: "\f2c4"; }
 
2805
 
2806
  .fa-quote-left:before {
2807
+ content: "\f10d"; }
 
2808
 
2809
  .fa-quote-right:before {
2810
+ content: "\f10e"; }
2811
+
2812
+ .fa-quran:before {
2813
+ content: "\f687"; }
2814
 
2815
  .fa-r-project:before {
2816
+ content: "\f4f7"; }
2817
+
2818
+ .fa-rainbow:before {
2819
+ content: "\f75b"; }
2820
 
2821
  .fa-random:before {
2822
+ content: "\f074"; }
 
2823
 
2824
  .fa-ravelry:before {
2825
+ content: "\f2d9"; }
 
2826
 
2827
  .fa-react:before {
2828
+ content: "\f41b"; }
2829
+
2830
+ .fa-reacteurope:before {
2831
+ content: "\f75d"; }
2832
 
2833
  .fa-readme:before {
2834
+ content: "\f4d5"; }
 
2835
 
2836
  .fa-rebel:before {
2837
+ content: "\f1d0"; }
 
2838
 
2839
  .fa-receipt:before {
2840
+ content: "\f543"; }
 
2841
 
2842
  .fa-recycle:before {
2843
+ content: "\f1b8"; }
 
2844
 
2845
  .fa-red-river:before {
2846
+ content: "\f3e3"; }
 
2847
 
2848
  .fa-reddit:before {
2849
+ content: "\f1a1"; }
 
2850
 
2851
  .fa-reddit-alien:before {
2852
+ content: "\f281"; }
 
2853
 
2854
  .fa-reddit-square:before {
2855
+ content: "\f1a2"; }
 
2856
 
2857
  .fa-redo:before {
2858
+ content: "\f01e"; }
 
2859
 
2860
  .fa-redo-alt:before {
2861
+ content: "\f2f9"; }
 
2862
 
2863
  .fa-registered:before {
2864
+ content: "\f25d"; }
 
 
 
 
 
2865
 
2866
  .fa-renren:before {
2867
+ content: "\f18b"; }
 
2868
 
2869
  .fa-reply:before {
2870
+ content: "\f3e5"; }
 
2871
 
2872
  .fa-reply-all:before {
2873
+ content: "\f122"; }
 
2874
 
2875
  .fa-replyd:before {
2876
+ content: "\f3e6"; }
2877
+
2878
+ .fa-republican:before {
2879
+ content: "\f75e"; }
2880
 
2881
  .fa-researchgate:before {
2882
+ content: "\f4f8"; }
 
2883
 
2884
  .fa-resolving:before {
2885
+ content: "\f3e7"; }
 
2886
 
2887
  .fa-retweet:before {
2888
+ content: "\f079"; }
 
2889
 
2890
  .fa-rev:before {
2891
+ content: "\f5b2"; }
 
2892
 
2893
  .fa-ribbon:before {
2894
+ content: "\f4d6"; }
2895
+
2896
+ .fa-ring:before {
2897
+ content: "\f70b"; }
2898
 
2899
  .fa-road:before {
2900
+ content: "\f018"; }
 
2901
 
2902
  .fa-robot:before {
2903
+ content: "\f544"; }
 
2904
 
2905
  .fa-rocket:before {
2906
+ content: "\f135"; }
 
2907
 
2908
  .fa-rocketchat:before {
2909
+ content: "\f3e8"; }
 
2910
 
2911
  .fa-rockrms:before {
2912
+ content: "\f3e9"; }
 
2913
 
2914
  .fa-route:before {
2915
+ content: "\f4d7"; }
 
2916
 
2917
  .fa-rss:before {
2918
+ content: "\f09e"; }
 
2919
 
2920
  .fa-rss-square:before {
2921
+ content: "\f143"; }
 
2922
 
2923
  .fa-ruble-sign:before {
2924
+ content: "\f158"; }
 
2925
 
2926
  .fa-ruler:before {
2927
+ content: "\f545"; }
 
2928
 
2929
  .fa-ruler-combined:before {
2930
+ content: "\f546"; }
 
2931
 
2932
  .fa-ruler-horizontal:before {
2933
+ content: "\f547"; }
 
2934
 
2935
  .fa-ruler-vertical:before {
2936
+ content: "\f548"; }
2937
+
2938
+ .fa-running:before {
2939
+ content: "\f70c"; }
2940
 
2941
  .fa-rupee-sign:before {
2942
+ content: "\f156"; }
 
2943
 
2944
  .fa-sad-cry:before {
2945
+ content: "\f5b3"; }
 
2946
 
2947
  .fa-sad-tear:before {
2948
+ content: "\f5b4"; }
 
2949
 
2950
  .fa-safari:before {
2951
+ content: "\f267"; }
 
2952
 
2953
  .fa-sass:before {
2954
+ content: "\f41e"; }
 
2955
 
2956
  .fa-save:before {
2957
+ content: "\f0c7"; }
 
2958
 
2959
  .fa-schlix:before {
2960
+ content: "\f3ea"; }
 
2961
 
2962
  .fa-school:before {
2963
+ content: "\f549"; }
 
2964
 
2965
  .fa-screwdriver:before {
2966
+ content: "\f54a"; }
 
2967
 
2968
  .fa-scribd:before {
2969
+ content: "\f28a"; }
2970
+
2971
+ .fa-scroll:before {
2972
+ content: "\f70e"; }
2973
 
2974
  .fa-search:before {
2975
+ content: "\f002"; }
2976
+
2977
+ .fa-search-dollar:before {
2978
+ content: "\f688"; }
2979
+
2980
+ .fa-search-location:before {
2981
+ content: "\f689"; }
2982
 
2983
  .fa-search-minus:before {
2984
+ content: "\f010"; }
 
2985
 
2986
  .fa-search-plus:before {
2987
+ content: "\f00e"; }
 
2988
 
2989
  .fa-searchengin:before {
2990
+ content: "\f3eb"; }
 
2991
 
2992
  .fa-seedling:before {
2993
+ content: "\f4d8"; }
 
2994
 
2995
  .fa-sellcast:before {
2996
+ content: "\f2da"; }
 
2997
 
2998
  .fa-sellsy:before {
2999
+ content: "\f213"; }
 
3000
 
3001
  .fa-server:before {
3002
+ content: "\f233"; }
 
3003
 
3004
  .fa-servicestack:before {
3005
+ content: "\f3ec"; }
 
3006
 
3007
  .fa-shapes:before {
3008
+ content: "\f61f"; }
 
3009
 
3010
  .fa-share:before {
3011
+ content: "\f064"; }
 
3012
 
3013
  .fa-share-alt:before {
3014
+ content: "\f1e0"; }
 
3015
 
3016
  .fa-share-alt-square:before {
3017
+ content: "\f1e1"; }
 
3018
 
3019
  .fa-share-square:before {
3020
+ content: "\f14d"; }
 
3021
 
3022
  .fa-shekel-sign:before {
3023
+ content: "\f20b"; }
 
3024
 
3025
  .fa-shield-alt:before {
3026
+ content: "\f3ed"; }
 
3027
 
3028
  .fa-ship:before {
3029
+ content: "\f21a"; }
 
3030
 
3031
  .fa-shipping-fast:before {
3032
+ content: "\f48b"; }
 
3033
 
3034
  .fa-shirtsinbulk:before {
3035
+ content: "\f214"; }
 
3036
 
3037
  .fa-shoe-prints:before {
3038
+ content: "\f54b"; }
 
3039
 
3040
  .fa-shopping-bag:before {
3041
+ content: "\f290"; }
 
3042
 
3043
  .fa-shopping-basket:before {
3044
+ content: "\f291"; }
 
3045
 
3046
  .fa-shopping-cart:before {
3047
+ content: "\f07a"; }
 
3048
 
3049
  .fa-shopware:before {
3050
+ content: "\f5b5"; }
 
3051
 
3052
  .fa-shower:before {
3053
+ content: "\f2cc"; }
 
3054
 
3055
  .fa-shuttle-van:before {
3056
+ content: "\f5b6"; }
 
3057
 
3058
  .fa-sign:before {
3059
+ content: "\f4d9"; }
 
3060
 
3061
  .fa-sign-in-alt:before {
3062
+ content: "\f2f6"; }
 
3063
 
3064
  .fa-sign-language:before {
3065
+ content: "\f2a7"; }
 
3066
 
3067
  .fa-sign-out-alt:before {
3068
+ content: "\f2f5"; }
 
3069
 
3070
  .fa-signal:before {
3071
+ content: "\f012"; }
 
3072
 
3073
  .fa-signature:before {
3074
+ content: "\f5b7"; }
 
3075
 
3076
  .fa-simplybuilt:before {
3077
+ content: "\f215"; }
 
3078
 
3079
  .fa-sistrix:before {
3080
+ content: "\f3ee"; }
 
3081
 
3082
  .fa-sitemap:before {
3083
+ content: "\f0e8"; }
 
3084
 
3085
  .fa-sith:before {
3086
+ content: "\f512"; }
 
3087
 
3088
  .fa-skull:before {
3089
+ content: "\f54c"; }
3090
+
3091
+ .fa-skull-crossbones:before {
3092
+ content: "\f714"; }
3093
 
3094
  .fa-skyatlas:before {
3095
+ content: "\f216"; }
 
3096
 
3097
  .fa-skype:before {
3098
+ content: "\f17e"; }
 
3099
 
3100
  .fa-slack:before {
3101
+ content: "\f198"; }
 
3102
 
3103
  .fa-slack-hash:before {
3104
+ content: "\f3ef"; }
3105
+
3106
+ .fa-slash:before {
3107
+ content: "\f715"; }
3108
 
3109
  .fa-sliders-h:before {
3110
+ content: "\f1de"; }
 
3111
 
3112
  .fa-slideshare:before {
3113
+ content: "\f1e7"; }
 
3114
 
3115
  .fa-smile:before {
3116
+ content: "\f118"; }
 
3117
 
3118
  .fa-smile-beam:before {
3119
+ content: "\f5b8"; }
 
3120
 
3121
  .fa-smile-wink:before {
3122
+ content: "\f4da"; }
3123
+
3124
+ .fa-smog:before {
3125
+ content: "\f75f"; }
3126
 
3127
  .fa-smoking:before {
3128
+ content: "\f48d"; }
 
3129
 
3130
  .fa-smoking-ban:before {
3131
+ content: "\f54d"; }
 
3132
 
3133
  .fa-snapchat:before {
3134
+ content: "\f2ab"; }
 
3135
 
3136
  .fa-snapchat-ghost:before {
3137
+ content: "\f2ac"; }
 
3138
 
3139
  .fa-snapchat-square:before {
3140
+ content: "\f2ad"; }
 
3141
 
3142
  .fa-snowflake:before {
3143
+ content: "\f2dc"; }
3144
+
3145
+ .fa-socks:before {
3146
+ content: "\f696"; }
3147
 
3148
  .fa-solar-panel:before {
3149
+ content: "\f5ba"; }
 
3150
 
3151
  .fa-sort:before {
3152
+ content: "\f0dc"; }
 
3153
 
3154
  .fa-sort-alpha-down:before {
3155
+ content: "\f15d"; }
 
3156
 
3157
  .fa-sort-alpha-up:before {
3158
+ content: "\f15e"; }
 
3159
 
3160
  .fa-sort-amount-down:before {
3161
+ content: "\f160"; }
 
3162
 
3163
  .fa-sort-amount-up:before {
3164
+ content: "\f161"; }
 
3165
 
3166
  .fa-sort-down:before {
3167
+ content: "\f0dd"; }
 
3168
 
3169
  .fa-sort-numeric-down:before {
3170
+ content: "\f162"; }
 
3171
 
3172
  .fa-sort-numeric-up:before {
3173
+ content: "\f163"; }
 
3174
 
3175
  .fa-sort-up:before {
3176
+ content: "\f0de"; }
 
3177
 
3178
  .fa-soundcloud:before {
3179
+ content: "\f1be"; }
 
3180
 
3181
  .fa-spa:before {
3182
+ content: "\f5bb"; }
 
3183
 
3184
  .fa-space-shuttle:before {
3185
+ content: "\f197"; }
 
3186
 
3187
  .fa-speakap:before {
3188
+ content: "\f3f3"; }
3189
+
3190
+ .fa-spider:before {
3191
+ content: "\f717"; }
3192
 
3193
  .fa-spinner:before {
3194
+ content: "\f110"; }
 
3195
 
3196
  .fa-splotch:before {
3197
+ content: "\f5bc"; }
 
3198
 
3199
  .fa-spotify:before {
3200
+ content: "\f1bc"; }
 
3201
 
3202
  .fa-spray-can:before {
3203
+ content: "\f5bd"; }
 
3204
 
3205
  .fa-square:before {
3206
+ content: "\f0c8"; }
 
3207
 
3208
  .fa-square-full:before {
3209
+ content: "\f45c"; }
3210
+
3211
+ .fa-square-root-alt:before {
3212
+ content: "\f698"; }
3213
 
3214
  .fa-squarespace:before {
3215
+ content: "\f5be"; }
 
3216
 
3217
  .fa-stack-exchange:before {
3218
+ content: "\f18d"; }
 
3219
 
3220
  .fa-stack-overflow:before {
3221
+ content: "\f16c"; }
 
3222
 
3223
  .fa-stamp:before {
3224
+ content: "\f5bf"; }
 
3225
 
3226
  .fa-star:before {
3227
+ content: "\f005"; }
3228
+
3229
+ .fa-star-and-crescent:before {
3230
+ content: "\f699"; }
3231
 
3232
  .fa-star-half:before {
3233
+ content: "\f089"; }
 
3234
 
3235
  .fa-star-half-alt:before {
3236
+ content: "\f5c0"; }
3237
+
3238
+ .fa-star-of-david:before {
3239
+ content: "\f69a"; }
3240
 
3241
  .fa-star-of-life:before {
3242
+ content: "\f621"; }
 
3243
 
3244
  .fa-staylinked:before {
3245
+ content: "\f3f5"; }
 
3246
 
3247
  .fa-steam:before {
3248
+ content: "\f1b6"; }
 
3249
 
3250
  .fa-steam-square:before {
3251
+ content: "\f1b7"; }
 
3252
 
3253
  .fa-steam-symbol:before {
3254
+ content: "\f3f6"; }
 
3255
 
3256
  .fa-step-backward:before {
3257
+ content: "\f048"; }
 
3258
 
3259
  .fa-step-forward:before {
3260
+ content: "\f051"; }
 
3261
 
3262
  .fa-stethoscope:before {
3263
+ content: "\f0f1"; }
 
3264
 
3265
  .fa-sticker-mule:before {
3266
+ content: "\f3f7"; }
 
3267
 
3268
  .fa-sticky-note:before {
3269
+ content: "\f249"; }
 
3270
 
3271
  .fa-stop:before {
3272
+ content: "\f04d"; }
 
3273
 
3274
  .fa-stop-circle:before {
3275
+ content: "\f28d"; }
 
3276
 
3277
  .fa-stopwatch:before {
3278
+ content: "\f2f2"; }
 
3279
 
3280
  .fa-store:before {
3281
+ content: "\f54e"; }
 
3282
 
3283
  .fa-store-alt:before {
3284
+ content: "\f54f"; }
 
3285
 
3286
  .fa-strava:before {
3287
+ content: "\f428"; }
 
3288
 
3289
  .fa-stream:before {
3290
+ content: "\f550"; }
 
3291
 
3292
  .fa-street-view:before {
3293
+ content: "\f21d"; }
 
3294
 
3295
  .fa-strikethrough:before {
3296
+ content: "\f0cc"; }
 
3297
 
3298
  .fa-stripe:before {
3299
+ content: "\f429"; }
 
3300
 
3301
  .fa-stripe-s:before {
3302
+ content: "\f42a"; }
 
3303
 
3304
  .fa-stroopwafel:before {
3305
+ content: "\f551"; }
 
3306
 
3307
  .fa-studiovinari:before {
3308
+ content: "\f3f8"; }
 
3309
 
3310
  .fa-stumbleupon:before {
3311
+ content: "\f1a4"; }
 
3312
 
3313
  .fa-stumbleupon-circle:before {
3314
+ content: "\f1a3"; }
 
3315
 
3316
  .fa-subscript:before {
3317
+ content: "\f12c"; }
 
3318
 
3319
  .fa-subway:before {
3320
+ content: "\f239"; }
 
3321
 
3322
  .fa-suitcase:before {
3323
+ content: "\f0f2"; }
 
3324
 
3325
  .fa-suitcase-rolling:before {
3326
+ content: "\f5c1"; }
 
3327
 
3328
  .fa-sun:before {
3329
+ content: "\f185"; }
 
3330
 
3331
  .fa-superpowers:before {
3332
+ content: "\f2dd"; }
 
3333
 
3334
  .fa-superscript:before {
3335
+ content: "\f12b"; }
 
3336
 
3337
  .fa-supple:before {
3338
+ content: "\f3f9"; }
 
3339
 
3340
  .fa-surprise:before {
3341
+ content: "\f5c2"; }
 
3342
 
3343
  .fa-swatchbook:before {
3344
+ content: "\f5c3"; }
 
3345
 
3346
  .fa-swimmer:before {
3347
+ content: "\f5c4"; }
 
3348
 
3349
  .fa-swimming-pool:before {
3350
+ content: "\f5c5"; }
3351
+
3352
+ .fa-synagogue:before {
3353
+ content: "\f69b"; }
3354
 
3355
  .fa-sync:before {
3356
+ content: "\f021"; }
 
3357
 
3358
  .fa-sync-alt:before {
3359
+ content: "\f2f1"; }
 
3360
 
3361
  .fa-syringe:before {
3362
+ content: "\f48e"; }
 
3363
 
3364
  .fa-table:before {
3365
+ content: "\f0ce"; }
 
3366
 
3367
  .fa-table-tennis:before {
3368
+ content: "\f45d"; }
 
3369
 
3370
  .fa-tablet:before {
3371
+ content: "\f10a"; }
 
3372
 
3373
  .fa-tablet-alt:before {
3374
+ content: "\f3fa"; }
 
3375
 
3376
  .fa-tablets:before {
3377
+ content: "\f490"; }
 
3378
 
3379
  .fa-tachometer-alt:before {
3380
+ content: "\f3fd"; }
 
3381
 
3382
  .fa-tag:before {
3383
+ content: "\f02b"; }
 
3384
 
3385
  .fa-tags:before {
3386
+ content: "\f02c"; }
 
3387
 
3388
  .fa-tape:before {
3389
+ content: "\f4db"; }
 
3390
 
3391
  .fa-tasks:before {
3392
+ content: "\f0ae"; }
 
3393
 
3394
  .fa-taxi:before {
3395
+ content: "\f1ba"; }
 
3396
 
3397
  .fa-teamspeak:before {
3398
+ content: "\f4f9"; }
 
3399
 
3400
  .fa-teeth:before {
3401
+ content: "\f62e"; }
 
3402
 
3403
  .fa-teeth-open:before {
3404
+ content: "\f62f"; }
 
3405
 
3406
  .fa-telegram:before {
3407
+ content: "\f2c6"; }
 
3408
 
3409
  .fa-telegram-plane:before {
3410
+ content: "\f3fe"; }
3411
+
3412
+ .fa-temperature-high:before {
3413
+ content: "\f769"; }
3414
+
3415
+ .fa-temperature-low:before {
3416
+ content: "\f76b"; }
3417
 
3418
  .fa-tencent-weibo:before {
3419
+ content: "\f1d5"; }
 
3420
 
3421
  .fa-terminal:before {
3422
+ content: "\f120"; }
 
3423
 
3424
  .fa-text-height:before {
3425
+ content: "\f034"; }
 
3426
 
3427
  .fa-text-width:before {
3428
+ content: "\f035"; }
 
3429
 
3430
  .fa-th:before {
3431
+ content: "\f00a"; }
 
3432
 
3433
  .fa-th-large:before {
3434
+ content: "\f009"; }
 
3435
 
3436
  .fa-th-list:before {
3437
+ content: "\f00b"; }
3438
+
3439
+ .fa-the-red-yeti:before {
3440
+ content: "\f69d"; }
3441
 
3442
  .fa-theater-masks:before {
3443
+ content: "\f630"; }
 
3444
 
3445
  .fa-themeco:before {
3446
+ content: "\f5c6"; }
 
3447
 
3448
  .fa-themeisle:before {
3449
+ content: "\f2b2"; }
 
3450
 
3451
  .fa-thermometer:before {
3452
+ content: "\f491"; }
 
3453
 
3454
  .fa-thermometer-empty:before {
3455
+ content: "\f2cb"; }
 
3456
 
3457
  .fa-thermometer-full:before {
3458
+ content: "\f2c7"; }
 
3459
 
3460
  .fa-thermometer-half:before {
3461
+ content: "\f2c9"; }
 
3462
 
3463
  .fa-thermometer-quarter:before {
3464
+ content: "\f2ca"; }
 
3465
 
3466
  .fa-thermometer-three-quarters:before {
3467
+ content: "\f2c8"; }
3468
+
3469
+ .fa-think-peaks:before {
3470
+ content: "\f731"; }
3471
 
3472
  .fa-thumbs-down:before {
3473
+ content: "\f165"; }
 
3474
 
3475
  .fa-thumbs-up:before {
3476
+ content: "\f164"; }
 
3477
 
3478
  .fa-thumbtack:before {
3479
+ content: "\f08d"; }
 
3480
 
3481
  .fa-ticket-alt:before {
3482
+ content: "\f3ff"; }
 
3483
 
3484
  .fa-times:before {
3485
+ content: "\f00d"; }
 
3486
 
3487
  .fa-times-circle:before {
3488
+ content: "\f057"; }
 
3489
 
3490
  .fa-tint:before {
3491
+ content: "\f043"; }
 
3492
 
3493
  .fa-tint-slash:before {
3494
+ content: "\f5c7"; }
 
3495
 
3496
  .fa-tired:before {
3497
+ content: "\f5c8"; }
 
3498
 
3499
  .fa-toggle-off:before {
3500
+ content: "\f204"; }
 
3501
 
3502
  .fa-toggle-on:before {
3503
+ content: "\f205"; }
3504
+
3505
+ .fa-toilet-paper:before {
3506
+ content: "\f71e"; }
3507
 
3508
  .fa-toolbox:before {
3509
+ content: "\f552"; }
 
3510
 
3511
  .fa-tooth:before {
3512
+ content: "\f5c9"; }
3513
+
3514
+ .fa-torah:before {
3515
+ content: "\f6a0"; }
3516
+
3517
+ .fa-torii-gate:before {
3518
+ content: "\f6a1"; }
3519
+
3520
+ .fa-tractor:before {
3521
+ content: "\f722"; }
3522
 
3523
  .fa-trade-federation:before {
3524
+ content: "\f513"; }
 
3525
 
3526
  .fa-trademark:before {
3527
+ content: "\f25c"; }
 
3528
 
3529
  .fa-traffic-light:before {
3530
+ content: "\f637"; }
 
3531
 
3532
  .fa-train:before {
3533
+ content: "\f238"; }
 
3534
 
3535
  .fa-transgender:before {
3536
+ content: "\f224"; }
 
3537
 
3538
  .fa-transgender-alt:before {
3539
+ content: "\f225"; }
 
3540
 
3541
  .fa-trash:before {
3542
+ content: "\f1f8"; }
 
3543
 
3544
  .fa-trash-alt:before {
3545
+ content: "\f2ed"; }
 
3546
 
3547
  .fa-tree:before {
3548
+ content: "\f1bb"; }
 
3549
 
3550
  .fa-trello:before {
3551
+ content: "\f181"; }
 
3552
 
3553
  .fa-tripadvisor:before {
3554
+ content: "\f262"; }
 
3555
 
3556
  .fa-trophy:before {
3557
+ content: "\f091"; }
 
3558
 
3559
  .fa-truck:before {
3560
+ content: "\f0d1"; }
 
3561
 
3562
  .fa-truck-loading:before {
3563
+ content: "\f4de"; }
 
3564
 
3565
  .fa-truck-monster:before {
3566
+ content: "\f63b"; }
 
3567
 
3568
  .fa-truck-moving:before {
3569
+ content: "\f4df"; }
 
3570
 
3571
  .fa-truck-pickup:before {
3572
+ content: "\f63c"; }
 
3573
 
3574
  .fa-tshirt:before {
3575
+ content: "\f553"; }
 
3576
 
3577
  .fa-tty:before {
3578
+ content: "\f1e4"; }
 
3579
 
3580
  .fa-tumblr:before {
3581
+ content: "\f173"; }
 
3582
 
3583
  .fa-tumblr-square:before {
3584
+ content: "\f174"; }
 
3585
 
3586
  .fa-tv:before {
3587
+ content: "\f26c"; }
 
3588
 
3589
  .fa-twitch:before {
3590
+ content: "\f1e8"; }
 
3591
 
3592
  .fa-twitter:before {
3593
+ content: "\f099"; }
 
3594
 
3595
  .fa-twitter-square:before {
3596
+ content: "\f081"; }
 
3597
 
3598
  .fa-typo3:before {
3599
+ content: "\f42b"; }
 
3600
 
3601
  .fa-uber:before {
3602
+ content: "\f402"; }
 
3603
 
3604
  .fa-uikit:before {
3605
+ content: "\f403"; }
 
3606
 
3607
  .fa-umbrella:before {
3608
+ content: "\f0e9"; }
 
3609
 
3610
  .fa-umbrella-beach:before {
3611
+ content: "\f5ca"; }
 
3612
 
3613
  .fa-underline:before {
3614
+ content: "\f0cd"; }
 
3615
 
3616
  .fa-undo:before {
3617
+ content: "\f0e2"; }
 
3618
 
3619
  .fa-undo-alt:before {
3620
+ content: "\f2ea"; }
 
3621
 
3622
  .fa-uniregistry:before {
3623
+ content: "\f404"; }
 
3624
 
3625
  .fa-universal-access:before {
3626
+ content: "\f29a"; }
 
3627
 
3628
  .fa-university:before {
3629
+ content: "\f19c"; }
 
3630
 
3631
  .fa-unlink:before {
3632
+ content: "\f127"; }
 
3633
 
3634
  .fa-unlock:before {
3635
+ content: "\f09c"; }
 
3636
 
3637
  .fa-unlock-alt:before {
3638
+ content: "\f13e"; }
 
3639
 
3640
  .fa-untappd:before {
3641
+ content: "\f405"; }
 
3642
 
3643
  .fa-upload:before {
3644
+ content: "\f093"; }
 
3645
 
3646
  .fa-usb:before {
3647
+ content: "\f287"; }
 
3648
 
3649
  .fa-user:before {
3650
+ content: "\f007"; }
 
3651
 
3652
  .fa-user-alt:before {
3653
+ content: "\f406"; }
 
3654
 
3655
  .fa-user-alt-slash:before {
3656
+ content: "\f4fa"; }
 
3657
 
3658
  .fa-user-astronaut:before {
3659
+ content: "\f4fb"; }
 
3660
 
3661
  .fa-user-check:before {
3662
+ content: "\f4fc"; }
 
3663
 
3664
  .fa-user-circle:before {
3665
+ content: "\f2bd"; }
 
3666
 
3667
  .fa-user-clock:before {
3668
+ content: "\f4fd"; }
 
3669
 
3670
  .fa-user-cog:before {
3671
+ content: "\f4fe"; }
 
3672
 
3673
  .fa-user-edit:before {
3674
+ content: "\f4ff"; }
 
3675
 
3676
  .fa-user-friends:before {
3677
+ content: "\f500"; }
 
3678
 
3679
  .fa-user-graduate:before {
3680
+ content: "\f501"; }
3681
+
3682
+ .fa-user-injured:before {
3683
+ content: "\f728"; }
3684
 
3685
  .fa-user-lock:before {
3686
+ content: "\f502"; }
 
3687
 
3688
  .fa-user-md:before {
3689
+ content: "\f0f0"; }
 
3690
 
3691
  .fa-user-minus:before {
3692
+ content: "\f503"; }
 
3693
 
3694
  .fa-user-ninja:before {
3695
+ content: "\f504"; }
 
3696
 
3697
  .fa-user-plus:before {
3698
+ content: "\f234"; }
 
3699
 
3700
  .fa-user-secret:before {
3701
+ content: "\f21b"; }
 
3702
 
3703
  .fa-user-shield:before {
3704
+ content: "\f505"; }
 
3705
 
3706
  .fa-user-slash:before {
3707
+ content: "\f506"; }
 
3708
 
3709
  .fa-user-tag:before {
3710
+ content: "\f507"; }
 
3711
 
3712
  .fa-user-tie:before {
3713
+ content: "\f508"; }
 
3714
 
3715
  .fa-user-times:before {
3716
+ content: "\f235"; }
 
3717
 
3718
  .fa-users:before {
3719
+ content: "\f0c0"; }
 
3720
 
3721
  .fa-users-cog:before {
3722
+ content: "\f509"; }
 
3723
 
3724
  .fa-ussunnah:before {
3725
+ content: "\f407"; }
 
3726
 
3727
  .fa-utensil-spoon:before {
3728
+ content: "\f2e5"; }
 
3729
 
3730
  .fa-utensils:before {
3731
+ content: "\f2e7"; }
 
3732
 
3733
  .fa-vaadin:before {
3734
+ content: "\f408"; }
 
3735
 
3736
  .fa-vector-square:before {
3737
+ content: "\f5cb"; }
 
3738
 
3739
  .fa-venus:before {
3740
+ content: "\f221"; }
 
3741
 
3742
  .fa-venus-double:before {
3743
+ content: "\f226"; }
 
3744
 
3745
  .fa-venus-mars:before {
3746
+ content: "\f228"; }
 
3747
 
3748
  .fa-viacoin:before {
3749
+ content: "\f237"; }
 
3750
 
3751
  .fa-viadeo:before {
3752
+ content: "\f2a9"; }
 
3753
 
3754
  .fa-viadeo-square:before {
3755
+ content: "\f2aa"; }
 
3756
 
3757
  .fa-vial:before {
3758
+ content: "\f492"; }
 
3759
 
3760
  .fa-vials:before {
3761
+ content: "\f493"; }
 
3762
 
3763
  .fa-viber:before {
3764
+ content: "\f409"; }
 
3765
 
3766
  .fa-video:before {
3767
+ content: "\f03d"; }
 
3768
 
3769
  .fa-video-slash:before {
3770
+ content: "\f4e2"; }
3771
+
3772
+ .fa-vihara:before {
3773
+ content: "\f6a7"; }
3774
 
3775
  .fa-vimeo:before {
3776
+ content: "\f40a"; }
 
3777
 
3778
  .fa-vimeo-square:before {
3779
+ content: "\f194"; }
 
3780
 
3781
  .fa-vimeo-v:before {
3782
+ content: "\f27d"; }
 
3783
 
3784
  .fa-vine:before {
3785
+ content: "\f1ca"; }
 
3786
 
3787
  .fa-vk:before {
3788
+ content: "\f189"; }
 
3789
 
3790
  .fa-vnv:before {
3791
+ content: "\f40b"; }
 
3792
 
3793
  .fa-volleyball-ball:before {
3794
+ content: "\f45f"; }
 
3795
 
3796
  .fa-volume-down:before {
3797
+ content: "\f027"; }
3798
+
3799
+ .fa-volume-mute:before {
3800
+ content: "\f6a9"; }
3801
 
3802
  .fa-volume-off:before {
3803
+ content: "\f026"; }
 
3804
 
3805
  .fa-volume-up:before {
3806
+ content: "\f028"; }
3807
+
3808
+ .fa-vote-yea:before {
3809
+ content: "\f772"; }
3810
+
3811
+ .fa-vr-cardboard:before {
3812
+ content: "\f729"; }
3813
 
3814
  .fa-vuejs:before {
3815
+ content: "\f41f"; }
 
3816
 
3817
  .fa-walking:before {
3818
+ content: "\f554"; }
 
3819
 
3820
  .fa-wallet:before {
3821
+ content: "\f555"; }
 
3822
 
3823
  .fa-warehouse:before {
3824
+ content: "\f494"; }
3825
+
3826
+ .fa-water:before {
3827
+ content: "\f773"; }
3828
 
3829
  .fa-weebly:before {
3830
+ content: "\f5cc"; }
 
3831
 
3832
  .fa-weibo:before {
3833
+ content: "\f18a"; }
 
3834
 
3835
  .fa-weight:before {
3836
+ content: "\f496"; }
 
3837
 
3838
  .fa-weight-hanging:before {
3839
+ content: "\f5cd"; }
 
3840
 
3841
  .fa-weixin:before {
3842
+ content: "\f1d7"; }
 
3843
 
3844
  .fa-whatsapp:before {
3845
+ content: "\f232"; }
 
3846
 
3847
  .fa-whatsapp-square:before {
3848
+ content: "\f40c"; }
 
3849
 
3850
  .fa-wheelchair:before {
3851
+ content: "\f193"; }
 
3852
 
3853
  .fa-whmcs:before {
3854
+ content: "\f40d"; }
 
3855
 
3856
  .fa-wifi:before {
3857
+ content: "\f1eb"; }
 
3858
 
3859
  .fa-wikipedia-w:before {
3860
+ content: "\f266"; }
3861
+
3862
+ .fa-wind:before {
3863
+ content: "\f72e"; }
3864
 
3865
  .fa-window-close:before {
3866
+ content: "\f410"; }
 
3867
 
3868
  .fa-window-maximize:before {
3869
+ content: "\f2d0"; }
 
3870
 
3871
  .fa-window-minimize:before {
3872
+ content: "\f2d1"; }
 
3873
 
3874
  .fa-window-restore:before {
3875
+ content: "\f2d2"; }
 
3876
 
3877
  .fa-windows:before {
3878
+ content: "\f17a"; }
3879
+
3880
+ .fa-wine-bottle:before {
3881
+ content: "\f72f"; }
3882
 
3883
  .fa-wine-glass:before {
3884
+ content: "\f4e3"; }
 
3885
 
3886
  .fa-wine-glass-alt:before {
3887
+ content: "\f5ce"; }
 
3888
 
3889
  .fa-wix:before {
3890
+ content: "\f5cf"; }
3891
+
3892
+ .fa-wizards-of-the-coast:before {
3893
+ content: "\f730"; }
3894
 
3895
  .fa-wolf-pack-battalion:before {
3896
+ content: "\f514"; }
 
3897
 
3898
  .fa-won-sign:before {
3899
+ content: "\f159"; }
 
3900
 
3901
  .fa-wordpress:before {
3902
+ content: "\f19a"; }
 
3903
 
3904
  .fa-wordpress-simple:before {
3905
+ content: "\f411"; }
 
3906
 
3907
  .fa-wpbeginner:before {
3908
+ content: "\f297"; }
 
3909
 
3910
  .fa-wpexplorer:before {
3911
+ content: "\f2de"; }
 
3912
 
3913
  .fa-wpforms:before {
3914
+ content: "\f298"; }
3915
+
3916
+ .fa-wpressr:before {
3917
+ content: "\f3e4"; }
3918
 
3919
  .fa-wrench:before {
3920
+ content: "\f0ad"; }
 
3921
 
3922
  .fa-x-ray:before {
3923
+ content: "\f497"; }
 
3924
 
3925
  .fa-xbox:before {
3926
+ content: "\f412"; }
 
3927
 
3928
  .fa-xing:before {
3929
+ content: "\f168"; }
 
3930
 
3931
  .fa-xing-square:before {
3932
+ content: "\f169"; }
 
3933
 
3934
  .fa-y-combinator:before {
3935
+ content: "\f23b"; }
 
3936
 
3937
  .fa-yahoo:before {
3938
+ content: "\f19e"; }
 
3939
 
3940
  .fa-yandex:before {
3941
+ content: "\f413"; }
 
3942
 
3943
  .fa-yandex-international:before {
3944
+ content: "\f414"; }
 
3945
 
3946
  .fa-yelp:before {
3947
+ content: "\f1e9"; }
 
3948
 
3949
  .fa-yen-sign:before {
3950
+ content: "\f157"; }
3951
+
3952
+ .fa-yin-yang:before {
3953
+ content: "\f6ad"; }
3954
 
3955
  .fa-yoast:before {
3956
+ content: "\f2b1"; }
 
3957
 
3958
  .fa-youtube:before {
3959
+ content: "\f167"; }
 
3960
 
3961
  .fa-youtube-square:before {
3962
+ content: "\f431"; }
 
3963
 
3964
  .fa-zhihu:before {
3965
+ content: "\f63f"; }
 
3966
 
3967
  .sr-only {
3968
+ border: 0;
3969
+ clip: rect(0, 0, 0, 0);
3970
+ height: 1px;
3971
+ margin: -1px;
3972
+ overflow: hidden;
3973
+ padding: 0;
3974
+ position: absolute;
3975
+ width: 1px; }
3976
+
3977
+ .sr-only-focusable:active, .sr-only-focusable:focus {
3978
+ clip: auto;
3979
+ height: auto;
3980
+ margin: 0;
3981
+ overflow: visible;
3982
+ position: static;
3983
+ width: auto; }
 
 
 
assets/fontawesome/css/fontawesome.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
- .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
+ .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
assets/fontawesome/css/regular.css CHANGED
@@ -1,16 +1,14 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face {
6
- font-family: "Font Awesome 5 Free";
7
- src: url("../webfonts/fa-regular-400.eot");
8
- src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
9
- font-weight: 400;
10
- font-style: normal;
11
- }
12
 
13
  .far {
14
- font-family: "Font Awesome 5 Free";
15
- font-weight: 400;
16
- }
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face {
6
+ font-family: 'Font Awesome 5 Free';
7
+ font-style: normal;
8
+ font-weight: 400;
9
+ src: url("../webfonts/fa-regular-400.eot");
10
+ src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
 
11
 
12
  .far {
13
+ font-family: 'Font Awesome 5 Free';
14
+ font-weight: 400; }
 
assets/fontawesome/css/regular.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}
assets/fontawesome/css/solid.css CHANGED
@@ -1,17 +1,15 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face {
6
- font-family: "Font Awesome 5 Free";
7
- src: url("../webfonts/fa-solid-900.eot");
8
- src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
9
- font-weight: 900;
10
- font-style: normal;
11
- }
12
 
13
  .fa,
14
  .fas {
15
- font-family: "Font Awesome 5 Free";
16
- font-weight: 900;
17
- }
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face {
6
+ font-family: 'Font Awesome 5 Free';
7
+ font-style: normal;
8
+ font-weight: 900;
9
+ src: url("../webfonts/fa-solid-900.eot");
10
+ src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
 
11
 
12
  .fa,
13
  .fas {
14
+ font-family: 'Font Awesome 5 Free';
15
+ font-weight: 900; }
 
assets/fontawesome/css/solid.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
assets/fontawesome/css/svg-with-js.css CHANGED
@@ -1,483 +1,345 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  svg:not(:root).svg-inline--fa {
6
- overflow: visible;
7
- }
8
 
9
  .svg-inline--fa {
10
- display: inline-block;
11
- overflow: visible;
12
- height: 1em;
13
- font-size: inherit;
14
- vertical-align: -0.125em;
15
- }
16
-
17
- .svg-inline--fa.fa-lg {
18
- vertical-align: -0.225em;
19
- }
20
-
21
- .svg-inline--fa.fa-w-1 {
22
- width: 0.0625em;
23
- }
24
-
25
- .svg-inline--fa.fa-w-2 {
26
- width: 0.125em;
27
- }
28
-
29
- .svg-inline--fa.fa-w-3 {
30
- width: 0.1875em;
31
- }
32
-
33
- .svg-inline--fa.fa-w-4 {
34
- width: 0.25em;
35
- }
36
-
37
- .svg-inline--fa.fa-w-5 {
38
- width: 0.3125em;
39
- }
40
-
41
- .svg-inline--fa.fa-w-6 {
42
- width: 0.375em;
43
- }
44
-
45
- .svg-inline--fa.fa-w-7 {
46
- width: 0.4375em;
47
- }
48
-
49
- .svg-inline--fa.fa-w-8 {
50
- width: 0.5em;
51
- }
52
-
53
- .svg-inline--fa.fa-w-9 {
54
- width: 0.5625em;
55
- }
56
-
57
- .svg-inline--fa.fa-w-10 {
58
- width: 0.625em;
59
- }
60
-
61
- .svg-inline--fa.fa-w-11 {
62
- width: 0.6875em;
63
- }
64
-
65
- .svg-inline--fa.fa-w-12 {
66
- width: 0.75em;
67
- }
68
-
69
- .svg-inline--fa.fa-w-13 {
70
- width: 0.8125em;
71
- }
72
-
73
- .svg-inline--fa.fa-w-14 {
74
- width: 0.875em;
75
- }
76
-
77
- .svg-inline--fa.fa-w-15 {
78
- width: 0.9375em;
79
- }
80
-
81
- .svg-inline--fa.fa-w-16 {
82
- width: 1em;
83
- }
84
-
85
- .svg-inline--fa.fa-w-17 {
86
- width: 1.0625em;
87
- }
88
-
89
- .svg-inline--fa.fa-w-18 {
90
- width: 1.125em;
91
- }
92
-
93
- .svg-inline--fa.fa-w-19 {
94
- width: 1.1875em;
95
- }
96
-
97
- .svg-inline--fa.fa-w-20 {
98
- width: 1.25em;
99
- }
100
-
101
- .svg-inline--fa.fa-pull-left {
102
- width: auto;
103
- margin-right: 0.3em;
104
- }
105
-
106
- .svg-inline--fa.fa-pull-right {
107
- width: auto;
108
- margin-left: 0.3em;
109
- }
110
-
111
- .svg-inline--fa.fa-border {
112
- height: 1.5em;
113
- }
114
-
115
- .svg-inline--fa.fa-li {
116
- width: 2em;
117
- }
118
-
119
- .svg-inline--fa.fa-fw {
120
- width: 1.25em;
121
- }
122
 
123
  .fa-layers svg.svg-inline--fa {
124
- position: absolute;
125
- top: 0;
126
- right: 0;
127
- bottom: 0;
128
- left: 0;
129
- margin: auto;
130
- }
131
 
132
  .fa-layers {
133
- display: inline-block;
134
- position: relative;
135
- width: 1em;
136
- height: 1em;
137
- text-align: center;
138
- vertical-align: -0.125em;
139
- }
140
-
141
- .fa-layers svg.svg-inline--fa {
142
- -webkit-transform-origin: center center;
143
- -ms-transform-origin: center center;
144
- transform-origin: center center;
145
- }
146
-
147
- .fa-layers-text,
148
- .fa-layers-counter {
149
- display: inline-block;
150
- position: absolute;
151
- text-align: center;
152
- }
153
 
154
  .fa-layers-text {
155
- top: 50%;
156
- left: 50%;
157
- -webkit-transform: translate(-50%, -50%);
158
- -ms-transform: translate(-50%, -50%);
159
- transform: translate(-50%, -50%);
160
- -webkit-transform-origin: center center;
161
- -ms-transform-origin: center center;
162
- transform-origin: center center;
163
- }
164
 
165
  .fa-layers-counter {
166
- overflow: hidden;
167
- top: 0;
168
- right: 0;
169
- box-sizing: border-box;
170
- min-width: 1.5em;
171
- max-width: 5em;
172
- height: 1.5em;
173
- padding: 0.25em;
174
- border-radius: 1em;
175
- color: #fff;
176
- background-color: #ff253a;
177
- line-height: 1;
178
- text-overflow: ellipsis;
179
- -webkit-transform: scale(0.25);
180
- -ms-transform: scale(0.25);
181
- transform: scale(0.25);
182
- -webkit-transform-origin: top right;
183
- -ms-transform-origin: top right;
184
- transform-origin: top right;
185
- }
186
 
187
  .fa-layers-bottom-right {
188
- top: auto;
189
- right: 0;
190
- bottom: 0;
191
- -webkit-transform: scale(0.25);
192
- -ms-transform: scale(0.25);
193
- transform: scale(0.25);
194
- -webkit-transform-origin: bottom right;
195
- -ms-transform-origin: bottom right;
196
- transform-origin: bottom right;
197
- }
198
 
199
  .fa-layers-bottom-left {
200
- top: auto;
201
- right: auto;
202
- bottom: 0;
203
- left: 0;
204
- -webkit-transform: scale(0.25);
205
- -ms-transform: scale(0.25);
206
- transform: scale(0.25);
207
- -webkit-transform-origin: bottom left;
208
- -ms-transform-origin: bottom left;
209
- transform-origin: bottom left;
210
- }
211
 
212
  .fa-layers-top-right {
213
- top: 0;
214
- right: 0;
215
- -webkit-transform: scale(0.25);
216
- -ms-transform: scale(0.25);
217
- transform: scale(0.25);
218
- -webkit-transform-origin: top right;
219
- -ms-transform-origin: top right;
220
- transform-origin: top right;
221
- }
222
 
223
  .fa-layers-top-left {
224
- top: 0;
225
- right: auto;
226
- left: 0;
227
- -webkit-transform: scale(0.25);
228
- -ms-transform: scale(0.25);
229
- transform: scale(0.25);
230
- -webkit-transform-origin: top left;
231
- -ms-transform-origin: top left;
232
- transform-origin: top left;
233
- }
234
 
235
  .fa-lg {
236
- font-size: 1.33333em;
237
- line-height: 0.75em;
238
- vertical-align: -0.0667em;
239
- }
240
 
241
  .fa-xs {
242
- font-size: 0.75em;
243
- }
244
 
245
  .fa-sm {
246
- font-size: 0.875em;
247
- }
248
 
249
  .fa-1x {
250
- font-size: 1em;
251
- }
252
 
253
  .fa-2x {
254
- font-size: 2em;
255
- }
256
 
257
  .fa-3x {
258
- font-size: 3em;
259
- }
260
 
261
  .fa-4x {
262
- font-size: 4em;
263
- }
264
 
265
  .fa-5x {
266
- font-size: 5em;
267
- }
268
 
269
  .fa-6x {
270
- font-size: 6em;
271
- }
272
 
273
  .fa-7x {
274
- font-size: 7em;
275
- }
276
 
277
  .fa-8x {
278
- font-size: 8em;
279
- }
280
 
281
  .fa-9x {
282
- font-size: 9em;
283
- }
284
 
285
  .fa-10x {
286
- font-size: 10em;
287
- }
288
 
289
  .fa-fw {
290
- width: 1.25em;
291
- text-align: center;
292
- }
293
 
294
  .fa-ul {
295
- margin-left: 2.5em;
296
- padding-left: 0;
297
- list-style-type: none;
298
- }
299
-
300
- .fa-ul > li {
301
- position: relative;
302
- }
303
 
304
  .fa-li {
305
- position: absolute;
306
- left: -2em;
307
- width: 2em;
308
- line-height: inherit;
309
- text-align: center;
310
- }
311
 
312
  .fa-border {
313
- padding: 0.2em 0.25em 0.15em;
314
- border: solid 0.08em #eee;
315
- border-radius: 0.1em;
316
- }
317
 
318
  .fa-pull-left {
319
- float: left;
320
- }
321
 
322
  .fa-pull-right {
323
- float: right;
324
- }
325
 
326
  .fa.fa-pull-left,
327
  .fas.fa-pull-left,
328
  .far.fa-pull-left,
329
  .fal.fa-pull-left,
330
  .fab.fa-pull-left {
331
- margin-right: 0.3em;
332
- }
333
 
334
  .fa.fa-pull-right,
335
  .fas.fa-pull-right,
336
  .far.fa-pull-right,
337
  .fal.fa-pull-right,
338
  .fab.fa-pull-right {
339
- margin-left: 0.3em;
340
- }
341
 
342
  .fa-spin {
343
- -webkit-animation: fa-spin 2s infinite linear;
344
- animation: fa-spin 2s infinite linear;
345
- }
346
 
347
  .fa-pulse {
348
- -webkit-animation: fa-spin 1s infinite steps(8);
349
- animation: fa-spin 1s infinite steps(8);
350
- }
351
 
352
  @-webkit-keyframes fa-spin {
353
- 0% {
354
- -webkit-transform: rotate(0deg);
355
- transform: rotate(0deg);
356
- }
357
-
358
- 100% {
359
- -webkit-transform: rotate(360deg);
360
- transform: rotate(360deg);
361
- }
362
- }
363
 
364
  @keyframes fa-spin {
365
- 0% {
366
- -webkit-transform: rotate(0deg);
367
- transform: rotate(0deg);
368
- }
369
-
370
- 100% {
371
- -webkit-transform: rotate(360deg);
372
- transform: rotate(360deg);
373
- }
374
- }
375
 
376
  .fa-rotate-90 {
377
- -webkit-transform: rotate(90deg);
378
- -ms-transform: rotate(90deg);
379
- transform: rotate(90deg);
380
-
381
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
382
- }
383
 
384
  .fa-rotate-180 {
385
- -webkit-transform: rotate(180deg);
386
- -ms-transform: rotate(180deg);
387
- transform: rotate(180deg);
388
-
389
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
390
- }
391
 
392
  .fa-rotate-270 {
393
- -webkit-transform: rotate(270deg);
394
- -ms-transform: rotate(270deg);
395
- transform: rotate(270deg);
396
-
397
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
398
- }
399
 
400
  .fa-flip-horizontal {
401
- -webkit-transform: scale(-1, 1);
402
- -ms-transform: scale(-1, 1);
403
- transform: scale(-1, 1);
404
-
405
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
406
- }
407
 
408
  .fa-flip-vertical {
409
- -webkit-transform: scale(1, -1);
410
- -ms-transform: scale(1, -1);
411
- transform: scale(1, -1);
412
-
413
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
414
- }
415
 
416
  .fa-flip-horizontal.fa-flip-vertical {
417
- -webkit-transform: scale(-1, -1);
418
- -ms-transform: scale(-1, -1);
419
- transform: scale(-1, -1);
420
-
421
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
422
- }
423
 
424
  :root .fa-rotate-90,
425
  :root .fa-rotate-180,
426
  :root .fa-rotate-270,
427
  :root .fa-flip-horizontal,
428
  :root .fa-flip-vertical {
429
- -webkit-filter: none;
430
- filter: none;
431
- }
432
 
433
  .fa-stack {
434
- display: inline-block;
435
- position: relative;
436
- width: 2em;
437
- height: 2em;
438
- }
439
 
440
  .fa-stack-1x,
441
  .fa-stack-2x {
442
- position: absolute;
443
- top: 0;
444
- right: 0;
445
- bottom: 0;
446
- left: 0;
447
- margin: auto;
448
- }
449
 
450
  .svg-inline--fa.fa-stack-1x {
451
- width: 1em;
452
- height: 1em;
453
- }
454
 
455
  .svg-inline--fa.fa-stack-2x {
456
- width: 2em;
457
- height: 2em;
458
- }
459
 
460
  .fa-inverse {
461
- color: #fff;
462
- }
463
 
464
  .sr-only {
465
- overflow: hidden;
466
- clip: rect(0, 0, 0, 0);
467
- position: absolute;
468
- width: 1px;
469
- height: 1px;
470
- margin: -1px;
471
- padding: 0;
472
- border: 0;
473
- }
474
-
475
- .sr-only-focusable:active,
476
- .sr-only-focusable:focus {
477
- overflow: visible;
478
- clip: auto;
479
- position: static;
480
- width: auto;
481
- height: auto;
482
- margin: 0;
483
- }
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  svg:not(:root).svg-inline--fa {
6
+ overflow: visible; }
 
7
 
8
  .svg-inline--fa {
9
+ display: inline-block;
10
+ font-size: inherit;
11
+ height: 1em;
12
+ overflow: visible;
13
+ vertical-align: -.125em; }
14
+ .svg-inline--fa.fa-lg {
15
+ vertical-align: -.225em; }
16
+ .svg-inline--fa.fa-w-1 {
17
+ width: 0.0625em; }
18
+ .svg-inline--fa.fa-w-2 {
19
+ width: 0.125em; }
20
+ .svg-inline--fa.fa-w-3 {
21
+ width: 0.1875em; }
22
+ .svg-inline--fa.fa-w-4 {
23
+ width: 0.25em; }
24
+ .svg-inline--fa.fa-w-5 {
25
+ width: 0.3125em; }
26
+ .svg-inline--fa.fa-w-6 {
27
+ width: 0.375em; }
28
+ .svg-inline--fa.fa-w-7 {
29
+ width: 0.4375em; }
30
+ .svg-inline--fa.fa-w-8 {
31
+ width: 0.5em; }
32
+ .svg-inline--fa.fa-w-9 {
33
+ width: 0.5625em; }
34
+ .svg-inline--fa.fa-w-10 {
35
+ width: 0.625em; }
36
+ .svg-inline--fa.fa-w-11 {
37
+ width: 0.6875em; }
38
+ .svg-inline--fa.fa-w-12 {
39
+ width: 0.75em; }
40
+ .svg-inline--fa.fa-w-13 {
41
+ width: 0.8125em; }
42
+ .svg-inline--fa.fa-w-14 {
43
+ width: 0.875em; }
44
+ .svg-inline--fa.fa-w-15 {
45
+ width: 0.9375em; }
46
+ .svg-inline--fa.fa-w-16 {
47
+ width: 1em; }
48
+ .svg-inline--fa.fa-w-17 {
49
+ width: 1.0625em; }
50
+ .svg-inline--fa.fa-w-18 {
51
+ width: 1.125em; }
52
+ .svg-inline--fa.fa-w-19 {
53
+ width: 1.1875em; }
54
+ .svg-inline--fa.fa-w-20 {
55
+ width: 1.25em; }
56
+ .svg-inline--fa.fa-pull-left {
57
+ margin-right: .3em;
58
+ width: auto; }
59
+ .svg-inline--fa.fa-pull-right {
60
+ margin-left: .3em;
61
+ width: auto; }
62
+ .svg-inline--fa.fa-border {
63
+ height: 1.5em; }
64
+ .svg-inline--fa.fa-li {
65
+ width: 2em; }
66
+ .svg-inline--fa.fa-fw {
67
+ width: 1.25em; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
  .fa-layers svg.svg-inline--fa {
70
+ bottom: 0;
71
+ left: 0;
72
+ margin: auto;
73
+ position: absolute;
74
+ right: 0;
75
+ top: 0; }
 
76
 
77
  .fa-layers {
78
+ display: inline-block;
79
+ height: 1em;
80
+ position: relative;
81
+ text-align: center;
82
+ vertical-align: -.125em;
83
+ width: 1em; }
84
+ .fa-layers svg.svg-inline--fa {
85
+ -webkit-transform-origin: center center;
86
+ transform-origin: center center; }
87
+
88
+ .fa-layers-text, .fa-layers-counter {
89
+ display: inline-block;
90
+ position: absolute;
91
+ text-align: center; }
 
 
 
 
 
 
92
 
93
  .fa-layers-text {
94
+ left: 50%;
95
+ top: 50%;
96
+ -webkit-transform: translate(-50%, -50%);
97
+ transform: translate(-50%, -50%);
98
+ -webkit-transform-origin: center center;
99
+ transform-origin: center center; }
 
 
 
100
 
101
  .fa-layers-counter {
102
+ background-color: #ff253a;
103
+ border-radius: 1em;
104
+ -webkit-box-sizing: border-box;
105
+ box-sizing: border-box;
106
+ color: #fff;
107
+ height: 1.5em;
108
+ line-height: 1;
109
+ max-width: 5em;
110
+ min-width: 1.5em;
111
+ overflow: hidden;
112
+ padding: .25em;
113
+ right: 0;
114
+ text-overflow: ellipsis;
115
+ top: 0;
116
+ -webkit-transform: scale(0.25);
117
+ transform: scale(0.25);
118
+ -webkit-transform-origin: top right;
119
+ transform-origin: top right; }
 
 
120
 
121
  .fa-layers-bottom-right {
122
+ bottom: 0;
123
+ right: 0;
124
+ top: auto;
125
+ -webkit-transform: scale(0.25);
126
+ transform: scale(0.25);
127
+ -webkit-transform-origin: bottom right;
128
+ transform-origin: bottom right; }
 
 
 
129
 
130
  .fa-layers-bottom-left {
131
+ bottom: 0;
132
+ left: 0;
133
+ right: auto;
134
+ top: auto;
135
+ -webkit-transform: scale(0.25);
136
+ transform: scale(0.25);
137
+ -webkit-transform-origin: bottom left;
138
+ transform-origin: bottom left; }
 
 
 
139
 
140
  .fa-layers-top-right {
141
+ right: 0;
142
+ top: 0;
143
+ -webkit-transform: scale(0.25);
144
+ transform: scale(0.25);
145
+ -webkit-transform-origin: top right;
146
+ transform-origin: top right; }
 
 
 
147
 
148
  .fa-layers-top-left {
149
+ left: 0;
150
+ right: auto;
151
+ top: 0;
152
+ -webkit-transform: scale(0.25);
153
+ transform: scale(0.25);
154
+ -webkit-transform-origin: top left;
155
+ transform-origin: top left; }
 
 
 
156
 
157
  .fa-lg {
158
+ font-size: 1.33333em;
159
+ line-height: 0.75em;
160
+ vertical-align: -.0667em; }
 
161
 
162
  .fa-xs {
163
+ font-size: .75em; }
 
164
 
165
  .fa-sm {
166
+ font-size: .875em; }
 
167
 
168
  .fa-1x {
169
+ font-size: 1em; }
 
170
 
171
  .fa-2x {
172
+ font-size: 2em; }
 
173
 
174
  .fa-3x {
175
+ font-size: 3em; }
 
176
 
177
  .fa-4x {
178
+ font-size: 4em; }
 
179
 
180
  .fa-5x {
181
+ font-size: 5em; }
 
182
 
183
  .fa-6x {
184
+ font-size: 6em; }
 
185
 
186
  .fa-7x {
187
+ font-size: 7em; }
 
188
 
189
  .fa-8x {
190
+ font-size: 8em; }
 
191
 
192
  .fa-9x {
193
+ font-size: 9em; }
 
194
 
195
  .fa-10x {
196
+ font-size: 10em; }
 
197
 
198
  .fa-fw {
199
+ text-align: center;
200
+ width: 1.25em; }
 
201
 
202
  .fa-ul {
203
+ list-style-type: none;
204
+ margin-left: 2.5em;
205
+ padding-left: 0; }
206
+ .fa-ul > li {
207
+ position: relative; }
 
 
 
208
 
209
  .fa-li {
210
+ left: -2em;
211
+ position: absolute;
212
+ text-align: center;
213
+ width: 2em;
214
+ line-height: inherit; }
 
215
 
216
  .fa-border {
217
+ border: solid 0.08em #eee;
218
+ border-radius: .1em;
219
+ padding: .2em .25em .15em; }
 
220
 
221
  .fa-pull-left {
222
+ float: left; }
 
223
 
224
  .fa-pull-right {
225
+ float: right; }
 
226
 
227
  .fa.fa-pull-left,
228
  .fas.fa-pull-left,
229
  .far.fa-pull-left,
230
  .fal.fa-pull-left,
231
  .fab.fa-pull-left {
232
+ margin-right: .3em; }
 
233
 
234
  .fa.fa-pull-right,
235
  .fas.fa-pull-right,
236
  .far.fa-pull-right,
237
  .fal.fa-pull-right,
238
  .fab.fa-pull-right {
239
+ margin-left: .3em; }
 
240
 
241
  .fa-spin {
242
+ -webkit-animation: fa-spin 2s infinite linear;
243
+ animation: fa-spin 2s infinite linear; }
 
244
 
245
  .fa-pulse {
246
+ -webkit-animation: fa-spin 1s infinite steps(8);
247
+ animation: fa-spin 1s infinite steps(8); }
 
248
 
249
  @-webkit-keyframes fa-spin {
250
+ 0% {
251
+ -webkit-transform: rotate(0deg);
252
+ transform: rotate(0deg); }
253
+ 100% {
254
+ -webkit-transform: rotate(360deg);
255
+ transform: rotate(360deg); } }
 
 
 
 
256
 
257
  @keyframes fa-spin {
258
+ 0% {
259
+ -webkit-transform: rotate(0deg);
260
+ transform: rotate(0deg); }
261
+ 100% {
262
+ -webkit-transform: rotate(360deg);
263
+ transform: rotate(360deg); } }
 
 
 
 
264
 
265
  .fa-rotate-90 {
266
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
267
+ -webkit-transform: rotate(90deg);
268
+ transform: rotate(90deg); }
 
 
 
269
 
270
  .fa-rotate-180 {
271
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
272
+ -webkit-transform: rotate(180deg);
273
+ transform: rotate(180deg); }
 
 
 
274
 
275
  .fa-rotate-270 {
276
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
277
+ -webkit-transform: rotate(270deg);
278
+ transform: rotate(270deg); }
 
 
 
279
 
280
  .fa-flip-horizontal {
281
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
282
+ -webkit-transform: scale(-1, 1);
283
+ transform: scale(-1, 1); }
 
 
 
284
 
285
  .fa-flip-vertical {
286
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
287
+ -webkit-transform: scale(1, -1);
288
+ transform: scale(1, -1); }
 
 
 
289
 
290
  .fa-flip-horizontal.fa-flip-vertical {
291
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
292
+ -webkit-transform: scale(-1, -1);
293
+ transform: scale(-1, -1); }
 
 
 
294
 
295
  :root .fa-rotate-90,
296
  :root .fa-rotate-180,
297
  :root .fa-rotate-270,
298
  :root .fa-flip-horizontal,
299
  :root .fa-flip-vertical {
300
+ -webkit-filter: none;
301
+ filter: none; }
 
302
 
303
  .fa-stack {
304
+ display: inline-block;
305
+ height: 2em;
306
+ position: relative;
307
+ width: 2.5em; }
 
308
 
309
  .fa-stack-1x,
310
  .fa-stack-2x {
311
+ bottom: 0;
312
+ left: 0;
313
+ margin: auto;
314
+ position: absolute;
315
+ right: 0;
316
+ top: 0; }
 
317
 
318
  .svg-inline--fa.fa-stack-1x {
319
+ height: 1em;
320
+ width: 1.25em; }
 
321
 
322
  .svg-inline--fa.fa-stack-2x {
323
+ height: 2em;
324
+ width: 2.5em; }
 
325
 
326
  .fa-inverse {
327
+ color: #fff; }
 
328
 
329
  .sr-only {
330
+ border: 0;
331
+ clip: rect(0, 0, 0, 0);
332
+ height: 1px;
333
+ margin: -1px;
334
+ overflow: hidden;
335
+ padding: 0;
336
+ position: absolute;
337
+ width: 1px; }
338
+
339
+ .sr-only-focusable:active, .sr-only-focusable:focus {
340
+ clip: auto;
341
+ height: auto;
342
+ margin: 0;
343
+ overflow: visible;
344
+ position: static;
345
+ width: auto; }
 
 
 
assets/fontawesome/css/svg-with-js.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
- .svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;transform:scale(.25);transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;transform:scale(.25);transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;transform:scale(.25);transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1em}.svg-inline--fa.fa-stack-2x{height:2em;width:2em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
+ .svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;transform:scale(.25);transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;transform:scale(.25);transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;transform:scale(.25);transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
assets/fontawesome/css/v4-shims.css CHANGED
@@ -1,2782 +1,2166 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  .fa.fa-glass:before {
6
- content: "\f000";
7
- }
8
 
9
  .fa.fa-meetup {
10
- font-family: "Font Awesome 5 Brands";
11
- font-weight: 400;
12
- }
13
 
14
  .fa.fa-star-o {
15
- font-family: "Font Awesome 5 Free";
16
- font-weight: 400;
17
- }
18
 
19
  .fa.fa-star-o:before {
20
- content: "\f005";
21
- }
22
 
23
  .fa.fa-remove:before {
24
- content: "\f00d";
25
- }
26
 
27
  .fa.fa-close:before {
28
- content: "\f00d";
29
- }
30
 
31
  .fa.fa-gear:before {
32
- content: "\f013";
33
- }
34
 
35
  .fa.fa-trash-o {
36
- font-family: "Font Awesome 5 Free";
37
- font-weight: 400;
38
- }
39
 
40
  .fa.fa-trash-o:before {
41
- content: "\f2ed";
42
- }
43
 
44
  .fa.fa-file-o {
45
- font-family: "Font Awesome 5 Free";
46
- font-weight: 400;
47
- }
48
 
49
  .fa.fa-file-o:before {
50
- content: "\f15b";
51
- }
52
 
53
  .fa.fa-clock-o {
54
- font-family: "Font Awesome 5 Free";
55
- font-weight: 400;
56
- }
57
 
58
  .fa.fa-clock-o:before {
59
- content: "\f017";
60
- }
61
 
62
  .fa.fa-arrow-circle-o-down {
63
- font-family: "Font Awesome 5 Free";
64
- font-weight: 400;
65
- }
66
 
67
  .fa.fa-arrow-circle-o-down:before {
68
- content: "\f358";
69
- }
70
 
71
  .fa.fa-arrow-circle-o-up {
72
- font-family: "Font Awesome 5 Free";
73
- font-weight: 400;
74
- }
75
 
76
  .fa.fa-arrow-circle-o-up:before {
77
- content: "\f35b";
78
- }
79
 
80
  .fa.fa-play-circle-o {
81
- font-family: "Font Awesome 5 Free";
82
- font-weight: 400;
83
- }
84
 
85
  .fa.fa-play-circle-o:before {
86
- content: "\f144";
87
- }
88
 
89
  .fa.fa-repeat:before {
90
- content: "\f01e";
91
- }
92
 
93
  .fa.fa-rotate-right:before {
94
- content: "\f01e";
95
- }
96
 
97
  .fa.fa-refresh:before {
98
- content: "\f021";
99
- }
100
 
101
  .fa.fa-list-alt {
102
- font-family: "Font Awesome 5 Free";
103
- font-weight: 400;
104
- }
105
 
106
  .fa.fa-dedent:before {
107
- content: "\f03b";
108
- }
109
 
110
  .fa.fa-video-camera:before {
111
- content: "\f03d";
112
- }
113
 
114
  .fa.fa-picture-o {
115
- font-family: "Font Awesome 5 Free";
116
- font-weight: 400;
117
- }
118
 
119
  .fa.fa-picture-o:before {
120
- content: "\f03e";
121
- }
122
 
123
  .fa.fa-photo {
124
- font-family: "Font Awesome 5 Free";
125
- font-weight: 400;
126
- }
127
 
128
  .fa.fa-photo:before {
129
- content: "\f03e";
130
- }
131
 
132
  .fa.fa-image {
133
- font-family: "Font Awesome 5 Free";
134
- font-weight: 400;
135
- }
136
 
137
  .fa.fa-image:before {
138
- content: "\f03e";
139
- }
140
 
141
  .fa.fa-pencil:before {
142
- content: "\f303";
143
- }
144
 
145
  .fa.fa-map-marker:before {
146
- content: "\f3c5";
147
- }
148
 
149
  .fa.fa-pencil-square-o {
150
- font-family: "Font Awesome 5 Free";
151
- font-weight: 400;
152
- }
153
 
154
  .fa.fa-pencil-square-o:before {
155
- content: "\f044";
156
- }
157
 
158
  .fa.fa-share-square-o {
159
- font-family: "Font Awesome 5 Free";
160
- font-weight: 400;
161
- }
162
 
163
  .fa.fa-share-square-o:before {
164
- content: "\f14d";
165
- }
166
 
167
  .fa.fa-check-square-o {
168
- font-family: "Font Awesome 5 Free";
169
- font-weight: 400;
170
- }
171
 
172
  .fa.fa-check-square-o:before {
173
- content: "\f14a";
174
- }
175
 
176
  .fa.fa-arrows:before {
177
- content: "\f0b2";
178
- }
179
 
180
  .fa.fa-times-circle-o {
181
- font-family: "Font Awesome 5 Free";
182
- font-weight: 400;
183
- }
184
 
185
  .fa.fa-times-circle-o:before {
186
- content: "\f057";
187
- }
188
 
189
  .fa.fa-check-circle-o {
190
- font-family: "Font Awesome 5 Free";
191
- font-weight: 400;
192
- }
193
 
194
  .fa.fa-check-circle-o:before {
195
- content: "\f058";
196
- }
197
 
198
  .fa.fa-mail-forward:before {
199
- content: "\f064";
200
- }
201
 
202
  .fa.fa-eye {
203
- font-family: "Font Awesome 5 Free";
204
- font-weight: 400;
205
- }
206
 
207
  .fa.fa-eye-slash {
208
- font-family: "Font Awesome 5 Free";
209
- font-weight: 400;
210
- }
211
 
212
  .fa.fa-warning:before {
213
- content: "\f071";
214
- }
215
 
216
  .fa.fa-calendar:before {
217
- content: "\f073";
218
- }
219
 
220
  .fa.fa-arrows-v:before {
221
- content: "\f338";
222
- }
223
 
224
  .fa.fa-arrows-h:before {
225
- content: "\f337";
226
- }
227
 
228
  .fa.fa-bar-chart {
229
- font-family: "Font Awesome 5 Free";
230
- font-weight: 400;
231
- }
232
 
233
  .fa.fa-bar-chart:before {
234
- content: "\f080";
235
- }
236
 
237
  .fa.fa-bar-chart-o {
238
- font-family: "Font Awesome 5 Free";
239
- font-weight: 400;
240
- }
241
 
242
  .fa.fa-bar-chart-o:before {
243
- content: "\f080";
244
- }
245
 
246
  .fa.fa-twitter-square {
247
- font-family: "Font Awesome 5 Brands";
248
- font-weight: 400;
249
- }
250
 
251
  .fa.fa-facebook-square {
252
- font-family: "Font Awesome 5 Brands";
253
- font-weight: 400;
254
- }
255
 
256
  .fa.fa-gears:before {
257
- content: "\f085";
258
- }
259
 
260
  .fa.fa-thumbs-o-up {
261
- font-family: "Font Awesome 5 Free";
262
- font-weight: 400;
263
- }
264
 
265
  .fa.fa-thumbs-o-up:before {
266
- content: "\f164";
267
- }
268
 
269
  .fa.fa-thumbs-o-down {
270
- font-family: "Font Awesome 5 Free";
271
- font-weight: 400;
272
- }
273
 
274
  .fa.fa-thumbs-o-down:before {
275
- content: "\f165";
276
- }
277
 
278
  .fa.fa-heart-o {
279
- font-family: "Font Awesome 5 Free";
280
- font-weight: 400;
281
- }
282
 
283
  .fa.fa-heart-o:before {
284
- content: "\f004";
285
- }
286
 
287
  .fa.fa-sign-out:before {
288
- content: "\f2f5";
289
- }
290
 
291
  .fa.fa-linkedin-square {
292
- font-family: "Font Awesome 5 Brands";
293
- font-weight: 400;
294
- }
295
 
296
  .fa.fa-linkedin-square:before {
297
- content: "\f08c";
298
- }
299
 
300
  .fa.fa-thumb-tack:before {
301
- content: "\f08d";
302
- }
303
 
304
  .fa.fa-external-link:before {
305
- content: "\f35d";
306
- }
307
 
308
  .fa.fa-sign-in:before {
309
- content: "\f2f6";
310
- }
311
 
312
  .fa.fa-github-square {
313
- font-family: "Font Awesome 5 Brands";
314
- font-weight: 400;
315
- }
316
 
317
  .fa.fa-lemon-o {
318
- font-family: "Font Awesome 5 Free";
319
- font-weight: 400;
320
- }
321
 
322
  .fa.fa-lemon-o:before {
323
- content: "\f094";
324
- }
325
 
326
  .fa.fa-square-o {
327
- font-family: "Font Awesome 5 Free";
328
- font-weight: 400;
329
- }
330
 
331
  .fa.fa-square-o:before {
332
- content: "\f0c8";
333
- }
334
 
335
  .fa.fa-bookmark-o {
336
- font-family: "Font Awesome 5 Free";
337
- font-weight: 400;
338
- }
339
 
340
  .fa.fa-bookmark-o:before {
341
- content: "\f02e";
342
- }
343
 
344
  .fa.fa-twitter {
345
- font-family: "Font Awesome 5 Brands";
346
- font-weight: 400;
347
- }
348
 
349
  .fa.fa-facebook {
350
- font-family: "Font Awesome 5 Brands";
351
- font-weight: 400;
352
- }
353
 
354
  .fa.fa-facebook:before {
355
- content: "\f39e";
356
- }
357
 
358
  .fa.fa-facebook-f {
359
- font-family: "Font Awesome 5 Brands";
360
- font-weight: 400;
361
- }
362
 
363
  .fa.fa-facebook-f:before {
364
- content: "\f39e";
365
- }
366
 
367
  .fa.fa-github {
368
- font-family: "Font Awesome 5 Brands";
369
- font-weight: 400;
370
- }
371
 
372
  .fa.fa-credit-card {
373
- font-family: "Font Awesome 5 Free";
374
- font-weight: 400;
375
- }
376
 
377
  .fa.fa-feed:before {
378
- content: "\f09e";
379
- }
380
 
381
  .fa.fa-hdd-o {
382
- font-family: "Font Awesome 5 Free";
383
- font-weight: 400;
384
- }
385
 
386
  .fa.fa-hdd-o:before {
387
- content: "\f0a0";
388
- }
389
 
390
  .fa.fa-hand-o-right {
391
- font-family: "Font Awesome 5 Free";
392
- font-weight: 400;
393
- }
394
 
395
  .fa.fa-hand-o-right:before {
396
- content: "\f0a4";
397
- }
398
 
399
  .fa.fa-hand-o-left {
400
- font-family: "Font Awesome 5 Free";
401
- font-weight: 400;
402
- }
403
 
404
  .fa.fa-hand-o-left:before {
405
- content: "\f0a5";
406
- }
407
 
408
  .fa.fa-hand-o-up {
409
- font-family: "Font Awesome 5 Free";
410
- font-weight: 400;
411
- }
412
 
413
  .fa.fa-hand-o-up:before {
414
- content: "\f0a6";
415
- }
416
 
417
  .fa.fa-hand-o-down {
418
- font-family: "Font Awesome 5 Free";
419
- font-weight: 400;
420
- }
421
 
422
  .fa.fa-hand-o-down:before {
423
- content: "\f0a7";
424
- }
425
 
426
  .fa.fa-arrows-alt:before {
427
- content: "\f31e";
428
- }
429
 
430
  .fa.fa-group:before {
431
- content: "\f0c0";
432
- }
433
 
434
  .fa.fa-chain:before {
435
- content: "\f0c1";
436
- }
437
 
438
  .fa.fa-scissors:before {
439
- content: "\f0c4";
440
- }
441
 
442
  .fa.fa-files-o {
443
- font-family: "Font Awesome 5 Free";
444
- font-weight: 400;
445
- }
446
 
447
  .fa.fa-files-o:before {
448
- content: "\f0c5";
449
- }
450
 
451
  .fa.fa-floppy-o {
452
- font-family: "Font Awesome 5 Free";
453
- font-weight: 400;
454
- }
455
 
456
  .fa.fa-floppy-o:before {
457
- content: "\f0c7";
458
- }
459
 
460
  .fa.fa-navicon:before {
461
- content: "\f0c9";
462
- }
463
 
464
  .fa.fa-reorder:before {
465
- content: "\f0c9";
466
- }
467
 
468
  .fa.fa-pinterest {
469
- font-family: "Font Awesome 5 Brands";
470
- font-weight: 400;
471
- }
472
 
473
  .fa.fa-pinterest-square {
474
- font-family: "Font Awesome 5 Brands";
475
- font-weight: 400;
476
- }
477
 
478
  .fa.fa-google-plus-square {
479
- font-family: "Font Awesome 5 Brands";
480
- font-weight: 400;
481
- }
482
 
483
  .fa.fa-google-plus {
484
- font-family: "Font Awesome 5 Brands";
485
- font-weight: 400;
486
- }
487
 
488
  .fa.fa-google-plus:before {
489
- content: "\f0d5";
490
- }
491
 
492
  .fa.fa-money {
493
- font-family: "Font Awesome 5 Free";
494
- font-weight: 400;
495
- }
496
 
497
  .fa.fa-money:before {
498
- content: "\f3d1";
499
- }
500
 
501
  .fa.fa-unsorted:before {
502
- content: "\f0dc";
503
- }
504
 
505
  .fa.fa-sort-desc:before {
506
- content: "\f0dd";
507
- }
508
 
509
  .fa.fa-sort-asc:before {
510
- content: "\f0de";
511
- }
512
 
513
  .fa.fa-linkedin {
514
- font-family: "Font Awesome 5 Brands";
515
- font-weight: 400;
516
- }
517
 
518
  .fa.fa-linkedin:before {
519
- content: "\f0e1";
520
- }
521
 
522
  .fa.fa-rotate-left:before {
523
- content: "\f0e2";
524
- }
525
 
526
  .fa.fa-legal:before {
527
- content: "\f0e3";
528
- }
529
 
530
  .fa.fa-tachometer:before {
531
- content: "\f3fd";
532
- }
533
 
534
  .fa.fa-dashboard:before {
535
- content: "\f3fd";
536
- }
537
 
538
  .fa.fa-comment-o {
539
- font-family: "Font Awesome 5 Free";
540
- font-weight: 400;
541
- }
542
 
543
  .fa.fa-comment-o:before {
544
- content: "\f075";
545
- }
546
 
547
  .fa.fa-comments-o {
548
- font-family: "Font Awesome 5 Free";
549
- font-weight: 400;
550
- }
551
 
552
  .fa.fa-comments-o:before {
553
- content: "\f086";
554
- }
555
 
556
  .fa.fa-flash:before {
557
- content: "\f0e7";
558
- }
559
 
560
  .fa.fa-clipboard {
561
- font-family: "Font Awesome 5 Free";
562
- font-weight: 400;
563
- }
564
 
565
  .fa.fa-paste {
566
- font-family: "Font Awesome 5 Free";
567
- font-weight: 400;
568
- }
569
 
570
  .fa.fa-paste:before {
571
- content: "\f328";
572
- }
573
 
574
  .fa.fa-lightbulb-o {
575
- font-family: "Font Awesome 5 Free";
576
- font-weight: 400;
577
- }
578
 
579
  .fa.fa-lightbulb-o:before {
580
- content: "\f0eb";
581
- }
582
 
583
  .fa.fa-exchange:before {
584
- content: "\f362";
585
- }
586
 
587
  .fa.fa-cloud-download:before {
588
- content: "\f381";
589
- }
590
 
591
  .fa.fa-cloud-upload:before {
592
- content: "\f382";
593
- }
594
 
595
  .fa.fa-bell-o {
596
- font-family: "Font Awesome 5 Free";
597
- font-weight: 400;
598
- }
599
 
600
  .fa.fa-bell-o:before {
601
- content: "\f0f3";
602
- }
603
 
604
  .fa.fa-cutlery:before {
605
- content: "\f2e7";
606
- }
607
 
608
  .fa.fa-file-text-o {
609
- font-family: "Font Awesome 5 Free";
610
- font-weight: 400;
611
- }
612
 
613
  .fa.fa-file-text-o:before {
614
- content: "\f15c";
615
- }
616
 
617
  .fa.fa-building-o {
618
- font-family: "Font Awesome 5 Free";
619
- font-weight: 400;
620
- }
621
 
622
  .fa.fa-building-o:before {
623
- content: "\f1ad";
624
- }
625
 
626
  .fa.fa-hospital-o {
627
- font-family: "Font Awesome 5 Free";
628
- font-weight: 400;
629
- }
630
 
631
  .fa.fa-hospital-o:before {
632
- content: "\f0f8";
633
- }
634
 
635
  .fa.fa-tablet:before {
636
- content: "\f3fa";
637
- }
638
 
639
  .fa.fa-mobile:before {
640
- content: "\f3cd";
641
- }
642
 
643
  .fa.fa-mobile-phone:before {
644
- content: "\f3cd";
645
- }
646
 
647
  .fa.fa-circle-o {
648
- font-family: "Font Awesome 5 Free";
649
- font-weight: 400;
650
- }
651
 
652
  .fa.fa-circle-o:before {
653
- content: "\f111";
654
- }
655
 
656
  .fa.fa-mail-reply:before {
657
- content: "\f3e5";
658
- }
659
 
660
  .fa.fa-github-alt {
661
- font-family: "Font Awesome 5 Brands";
662
- font-weight: 400;
663
- }
664
 
665
  .fa.fa-folder-o {
666
- font-family: "Font Awesome 5 Free";
667
- font-weight: 400;
668
- }
669
 
670
  .fa.fa-folder-o:before {
671
- content: "\f07b";
672
- }
673
 
674
  .fa.fa-folder-open-o {
675
- font-family: "Font Awesome 5 Free";
676
- font-weight: 400;
677
- }
678
 
679
  .fa.fa-folder-open-o:before {
680
- content: "\f07c";
681
- }
682
 
683
  .fa.fa-smile-o {
684
- font-family: "Font Awesome 5 Free";
685
- font-weight: 400;
686
- }
687
 
688
  .fa.fa-smile-o:before {
689
- content: "\f118";
690
- }
691
 
692
  .fa.fa-frown-o {
693
- font-family: "Font Awesome 5 Free";
694
- font-weight: 400;
695
- }
696
 
697
  .fa.fa-frown-o:before {
698
- content: "\f119";
699
- }
700
 
701
  .fa.fa-meh-o {
702
- font-family: "Font Awesome 5 Free";
703
- font-weight: 400;
704
- }
705
 
706
  .fa.fa-meh-o:before {
707
- content: "\f11a";
708
- }
709
 
710
  .fa.fa-keyboard-o {
711
- font-family: "Font Awesome 5 Free";
712
- font-weight: 400;
713
- }
714
 
715
  .fa.fa-keyboard-o:before {
716
- content: "\f11c";
717
- }
718
 
719
  .fa.fa-flag-o {
720
- font-family: "Font Awesome 5 Free";
721
- font-weight: 400;
722
- }
723
 
724
  .fa.fa-flag-o:before {
725
- content: "\f024";
726
- }
727
 
728
  .fa.fa-mail-reply-all:before {
729
- content: "\f122";
730
- }
731
 
732
  .fa.fa-star-half-o {
733
- font-family: "Font Awesome 5 Free";
734
- font-weight: 400;
735
- }
736
 
737
  .fa.fa-star-half-o:before {
738
- content: "\f089";
739
- }
740
 
741
  .fa.fa-star-half-empty {
742
- font-family: "Font Awesome 5 Free";
743
- font-weight: 400;
744
- }
745
 
746
  .fa.fa-star-half-empty:before {
747
- content: "\f089";
748
- }
749
 
750
  .fa.fa-star-half-full {
751
- font-family: "Font Awesome 5 Free";
752
- font-weight: 400;
753
- }
754
 
755
  .fa.fa-star-half-full:before {
756
- content: "\f089";
757
- }
758
 
759
  .fa.fa-code-fork:before {
760
- content: "\f126";
761
- }
762
 
763
  .fa.fa-chain-broken:before {
764
- content: "\f127";
765
- }
766
 
767
  .fa.fa-shield:before {
768
- content: "\f3ed";
769
- }
770
 
771
  .fa.fa-calendar-o {
772
- font-family: "Font Awesome 5 Free";
773
- font-weight: 400;
774
- }
775
 
776
  .fa.fa-calendar-o:before {
777
- content: "\f133";
778
- }
779
 
780
  .fa.fa-maxcdn {
781
- font-family: "Font Awesome 5 Brands";
782
- font-weight: 400;
783
- }
784
 
785
  .fa.fa-html5 {
786
- font-family: "Font Awesome 5 Brands";
787
- font-weight: 400;
788
- }
789
 
790
  .fa.fa-css3 {
791
- font-family: "Font Awesome 5 Brands";
792
- font-weight: 400;
793
- }
794
 
795
  .fa.fa-ticket:before {
796
- content: "\f3ff";
797
- }
798
 
799
  .fa.fa-minus-square-o {
800
- font-family: "Font Awesome 5 Free";
801
- font-weight: 400;
802
- }
803
 
804
  .fa.fa-minus-square-o:before {
805
- content: "\f146";
806
- }
807
 
808
  .fa.fa-level-up:before {
809
- content: "\f3bf";
810
- }
811
 
812
  .fa.fa-level-down:before {
813
- content: "\f3be";
814
- }
815
 
816
  .fa.fa-pencil-square:before {
817
- content: "\f14b";
818
- }
819
 
820
  .fa.fa-external-link-square:before {
821
- content: "\f360";
822
- }
823
 
824
  .fa.fa-compass {
825
- font-family: "Font Awesome 5 Free";
826
- font-weight: 400;
827
- }
828
 
829
  .fa.fa-caret-square-o-down {
830
- font-family: "Font Awesome 5 Free";
831
- font-weight: 400;
832
- }
833
 
834
  .fa.fa-caret-square-o-down:before {
835
- content: "\f150";
836
- }
837
 
838
  .fa.fa-toggle-down {
839
- font-family: "Font Awesome 5 Free";
840
- font-weight: 400;
841
- }
842
 
843
  .fa.fa-toggle-down:before {
844
- content: "\f150";
845
- }
846
 
847
  .fa.fa-caret-square-o-up {
848
- font-family: "Font Awesome 5 Free";
849
- font-weight: 400;
850
- }
851
 
852
  .fa.fa-caret-square-o-up:before {
853
- content: "\f151";
854
- }
855
 
856
  .fa.fa-toggle-up {
857
- font-family: "Font Awesome 5 Free";
858
- font-weight: 400;
859
- }
860
 
861
  .fa.fa-toggle-up:before {
862
- content: "\f151";
863
- }
864
 
865
  .fa.fa-caret-square-o-right {
866
- font-family: "Font Awesome 5 Free";
867
- font-weight: 400;
868
- }
869
 
870
  .fa.fa-caret-square-o-right:before {
871
- content: "\f152";
872
- }
873
 
874
  .fa.fa-toggle-right {
875
- font-family: "Font Awesome 5 Free";
876
- font-weight: 400;
877
- }
878
 
879
  .fa.fa-toggle-right:before {
880
- content: "\f152";
881
- }
882
 
883
  .fa.fa-eur:before {
884
- content: "\f153";
885
- }
886
 
887
  .fa.fa-euro:before {
888
- content: "\f153";
889
- }
890
 
891
  .fa.fa-gbp:before {
892
- content: "\f154";
893
- }
894
 
895
  .fa.fa-usd:before {
896
- content: "\f155";
897
- }
898
 
899
  .fa.fa-dollar:before {
900
- content: "\f155";
901
- }
902
 
903
  .fa.fa-inr:before {
904
- content: "\f156";
905
- }
906
 
907
  .fa.fa-rupee:before {
908
- content: "\f156";
909
- }
910
 
911
  .fa.fa-jpy:before {
912
- content: "\f157";
913
- }
914
 
915
  .fa.fa-cny:before {
916
- content: "\f157";
917
- }
918
 
919
  .fa.fa-rmb:before {
920
- content: "\f157";
921
- }
922
 
923
  .fa.fa-yen:before {
924
- content: "\f157";
925
- }
926
 
927
  .fa.fa-rub:before {
928
- content: "\f158";
929
- }
930
 
931
  .fa.fa-ruble:before {
932
- content: "\f158";
933
- }
934
 
935
  .fa.fa-rouble:before {
936
- content: "\f158";
937
- }
938
 
939
  .fa.fa-krw:before {
940
- content: "\f159";
941
- }
942
 
943
  .fa.fa-won:before {
944
- content: "\f159";
945
- }
946
 
947
  .fa.fa-btc {
948
- font-family: "Font Awesome 5 Brands";
949
- font-weight: 400;
950
- }
951
 
952
  .fa.fa-bitcoin {
953
- font-family: "Font Awesome 5 Brands";
954
- font-weight: 400;
955
- }
956
 
957
  .fa.fa-bitcoin:before {
958
- content: "\f15a";
959
- }
960
 
961
  .fa.fa-file-text:before {
962
- content: "\f15c";
963
- }
964
 
965
  .fa.fa-sort-alpha-asc:before {
966
- content: "\f15d";
967
- }
968
 
969
  .fa.fa-sort-alpha-desc:before {
970
- content: "\f15e";
971
- }
972
 
973
  .fa.fa-sort-amount-asc:before {
974
- content: "\f160";
975
- }
976
 
977
  .fa.fa-sort-amount-desc:before {
978
- content: "\f161";
979
- }
980
 
981
  .fa.fa-sort-numeric-asc:before {
982
- content: "\f162";
983
- }
984
 
985
  .fa.fa-sort-numeric-desc:before {
986
- content: "\f163";
987
- }
988
 
989
  .fa.fa-youtube-square {
990
- font-family: "Font Awesome 5 Brands";
991
- font-weight: 400;
992
- }
993
 
994
  .fa.fa-youtube {
995
- font-family: "Font Awesome 5 Brands";
996
- font-weight: 400;
997
- }
998
 
999
  .fa.fa-xing {
1000
- font-family: "Font Awesome 5 Brands";
1001
- font-weight: 400;
1002
- }
1003
 
1004
  .fa.fa-xing-square {
1005
- font-family: "Font Awesome 5 Brands";
1006
- font-weight: 400;
1007
- }
1008
 
1009
  .fa.fa-youtube-play {
1010
- font-family: "Font Awesome 5 Brands";
1011
- font-weight: 400;
1012
- }
1013
 
1014
  .fa.fa-youtube-play:before {
1015
- content: "\f167";
1016
- }
1017
 
1018
  .fa.fa-dropbox {
1019
- font-family: "Font Awesome 5 Brands";
1020
- font-weight: 400;
1021
- }
1022
 
1023
  .fa.fa-stack-overflow {
1024
- font-family: "Font Awesome 5 Brands";
1025
- font-weight: 400;
1026
- }
1027
 
1028
  .fa.fa-instagram {
1029
- font-family: "Font Awesome 5 Brands";
1030
- font-weight: 400;
1031
- }
1032
 
1033
  .fa.fa-flickr {
1034
- font-family: "Font Awesome 5 Brands";
1035
- font-weight: 400;
1036
- }
1037
 
1038
  .fa.fa-adn {
1039
- font-family: "Font Awesome 5 Brands";
1040
- font-weight: 400;
1041
- }
1042
 
1043
  .fa.fa-bitbucket {
1044
- font-family: "Font Awesome 5 Brands";
1045
- font-weight: 400;
1046
- }
1047
 
1048
  .fa.fa-bitbucket-square {
1049
- font-family: "Font Awesome 5 Brands";
1050
- font-weight: 400;
1051
- }
1052
 
1053
  .fa.fa-bitbucket-square:before {
1054
- content: "\f171";
1055
- }
1056
 
1057
  .fa.fa-tumblr {
1058
- font-family: "Font Awesome 5 Brands";
1059
- font-weight: 400;
1060
- }
1061
 
1062
  .fa.fa-tumblr-square {
1063
- font-family: "Font Awesome 5 Brands";
1064
- font-weight: 400;
1065
- }
1066
 
1067
  .fa.fa-long-arrow-down:before {
1068
- content: "\f309";
1069
- }
1070
 
1071
  .fa.fa-long-arrow-up:before {
1072
- content: "\f30c";
1073
- }
1074
 
1075
  .fa.fa-long-arrow-left:before {
1076
- content: "\f30a";
1077
- }
1078
 
1079
  .fa.fa-long-arrow-right:before {
1080
- content: "\f30b";
1081
- }
1082
 
1083
  .fa.fa-apple {
1084
- font-family: "Font Awesome 5 Brands";
1085
- font-weight: 400;
1086
- }
1087
 
1088
  .fa.fa-windows {
1089
- font-family: "Font Awesome 5 Brands";
1090
- font-weight: 400;
1091
- }
1092
 
1093
  .fa.fa-android {
1094
- font-family: "Font Awesome 5 Brands";
1095
- font-weight: 400;
1096
- }
1097
 
1098
  .fa.fa-linux {
1099
- font-family: "Font Awesome 5 Brands";
1100
- font-weight: 400;
1101
- }
1102
 
1103
  .fa.fa-dribbble {
1104
- font-family: "Font Awesome 5 Brands";
1105
- font-weight: 400;
1106
- }
1107
 
1108
  .fa.fa-skype {
1109
- font-family: "Font Awesome 5 Brands";
1110
- font-weight: 400;
1111
- }
1112
 
1113
  .fa.fa-foursquare {
1114
- font-family: "Font Awesome 5 Brands";
1115
- font-weight: 400;
1116
- }
1117
 
1118
  .fa.fa-trello {
1119
- font-family: "Font Awesome 5 Brands";
1120
- font-weight: 400;
1121
- }
1122
 
1123
  .fa.fa-gratipay {
1124
- font-family: "Font Awesome 5 Brands";
1125
- font-weight: 400;
1126
- }
1127
 
1128
  .fa.fa-gittip {
1129
- font-family: "Font Awesome 5 Brands";
1130
- font-weight: 400;
1131
- }
1132
 
1133
  .fa.fa-gittip:before {
1134
- content: "\f184";
1135
- }
1136
 
1137
  .fa.fa-sun-o {
1138
- font-family: "Font Awesome 5 Free";
1139
- font-weight: 400;
1140
- }
1141
 
1142
  .fa.fa-sun-o:before {
1143
- content: "\f185";
1144
- }
1145
 
1146
  .fa.fa-moon-o {
1147
- font-family: "Font Awesome 5 Free";
1148
- font-weight: 400;
1149
- }
1150
 
1151
  .fa.fa-moon-o:before {
1152
- content: "\f186";
1153
- }
1154
 
1155
  .fa.fa-vk {
1156
- font-family: "Font Awesome 5 Brands";
1157
- font-weight: 400;
1158
- }
1159
 
1160
  .fa.fa-weibo {
1161
- font-family: "Font Awesome 5 Brands";
1162
- font-weight: 400;
1163
- }
1164
 
1165
  .fa.fa-renren {
1166
- font-family: "Font Awesome 5 Brands";
1167
- font-weight: 400;
1168
- }
1169
 
1170
  .fa.fa-pagelines {
1171
- font-family: "Font Awesome 5 Brands";
1172
- font-weight: 400;
1173
- }
1174
 
1175
  .fa.fa-stack-exchange {
1176
- font-family: "Font Awesome 5 Brands";
1177
- font-weight: 400;
1178
- }
1179
 
1180
  .fa.fa-arrow-circle-o-right {
1181
- font-family: "Font Awesome 5 Free";
1182
- font-weight: 400;
1183
- }
1184
 
1185
  .fa.fa-arrow-circle-o-right:before {
1186
- content: "\f35a";
1187
- }
1188
 
1189
  .fa.fa-arrow-circle-o-left {
1190
- font-family: "Font Awesome 5 Free";
1191
- font-weight: 400;
1192
- }
1193
 
1194
  .fa.fa-arrow-circle-o-left:before {
1195
- content: "\f359";
1196
- }
1197
 
1198
  .fa.fa-caret-square-o-left {
1199
- font-family: "Font Awesome 5 Free";
1200
- font-weight: 400;
1201
- }
1202
 
1203
  .fa.fa-caret-square-o-left:before {
1204
- content: "\f191";
1205
- }
1206
 
1207
  .fa.fa-toggle-left {
1208
- font-family: "Font Awesome 5 Free";
1209
- font-weight: 400;
1210
- }
1211
 
1212
  .fa.fa-toggle-left:before {
1213
- content: "\f191";
1214
- }
1215
 
1216
  .fa.fa-dot-circle-o {
1217
- font-family: "Font Awesome 5 Free";
1218
- font-weight: 400;
1219
- }
1220
 
1221
  .fa.fa-dot-circle-o:before {
1222
- content: "\f192";
1223
- }
1224
 
1225
  .fa.fa-vimeo-square {
1226
- font-family: "Font Awesome 5 Brands";
1227
- font-weight: 400;
1228
- }
1229
 
1230
  .fa.fa-try:before {
1231
- content: "\f195";
1232
- }
1233
 
1234
  .fa.fa-turkish-lira:before {
1235
- content: "\f195";
1236
- }
1237
 
1238
  .fa.fa-plus-square-o {
1239
- font-family: "Font Awesome 5 Free";
1240
- font-weight: 400;
1241
- }
1242
 
1243
  .fa.fa-plus-square-o:before {
1244
- content: "\f0fe";
1245
- }
1246
 
1247
  .fa.fa-slack {
1248
- font-family: "Font Awesome 5 Brands";
1249
- font-weight: 400;
1250
- }
1251
 
1252
  .fa.fa-wordpress {
1253
- font-family: "Font Awesome 5 Brands";
1254
- font-weight: 400;
1255
- }
1256
 
1257
  .fa.fa-openid {
1258
- font-family: "Font Awesome 5 Brands";
1259
- font-weight: 400;
1260
- }
1261
 
1262
  .fa.fa-institution:before {
1263
- content: "\f19c";
1264
- }
1265
 
1266
  .fa.fa-bank:before {
1267
- content: "\f19c";
1268
- }
1269
 
1270
  .fa.fa-mortar-board:before {
1271
- content: "\f19d";
1272
- }
1273
 
1274
  .fa.fa-yahoo {
1275
- font-family: "Font Awesome 5 Brands";
1276
- font-weight: 400;
1277
- }
1278
 
1279
  .fa.fa-google {
1280
- font-family: "Font Awesome 5 Brands";
1281
- font-weight: 400;
1282
- }
1283
 
1284
  .fa.fa-reddit {
1285
- font-family: "Font Awesome 5 Brands";
1286
- font-weight: 400;
1287
- }
1288
 
1289
  .fa.fa-reddit-square {
1290
- font-family: "Font Awesome 5 Brands";
1291
- font-weight: 400;
1292
- }
1293
 
1294
  .fa.fa-stumbleupon-circle {
1295
- font-family: "Font Awesome 5 Brands";
1296
- font-weight: 400;
1297
- }
1298
 
1299
  .fa.fa-stumbleupon {
1300
- font-family: "Font Awesome 5 Brands";
1301
- font-weight: 400;
1302
- }
1303
 
1304
  .fa.fa-delicious {
1305
- font-family: "Font Awesome 5 Brands";
1306
- font-weight: 400;
1307
- }
1308
 
1309
  .fa.fa-digg {
1310
- font-family: "Font Awesome 5 Brands";
1311
- font-weight: 400;
1312
- }
1313
 
1314
  .fa.fa-pied-piper-pp {
1315
- font-family: "Font Awesome 5 Brands";
1316
- font-weight: 400;
1317
- }
1318
 
1319
  .fa.fa-pied-piper-alt {
1320
- font-family: "Font Awesome 5 Brands";
1321
- font-weight: 400;
1322
- }
1323
 
1324
  .fa.fa-drupal {
1325
- font-family: "Font Awesome 5 Brands";
1326
- font-weight: 400;
1327
- }
1328
 
1329
  .fa.fa-joomla {
1330
- font-family: "Font Awesome 5 Brands";
1331
- font-weight: 400;
1332
- }
1333
 
1334
  .fa.fa-spoon:before {
1335
- content: "\f2e5";
1336
- }
1337
 
1338
  .fa.fa-behance {
1339
- font-family: "Font Awesome 5 Brands";
1340
- font-weight: 400;
1341
- }
1342
 
1343
  .fa.fa-behance-square {
1344
- font-family: "Font Awesome 5 Brands";
1345
- font-weight: 400;
1346
- }
1347
 
1348
  .fa.fa-steam {
1349
- font-family: "Font Awesome 5 Brands";
1350
- font-weight: 400;
1351
- }
1352
 
1353
  .fa.fa-steam-square {
1354
- font-family: "Font Awesome 5 Brands";
1355
- font-weight: 400;
1356
- }
1357
 
1358
  .fa.fa-automobile:before {
1359
- content: "\f1b9";
1360
- }
1361
 
1362
  .fa.fa-cab:before {
1363
- content: "\f1ba";
1364
- }
1365
 
1366
  .fa.fa-envelope-o {
1367
- font-family: "Font Awesome 5 Free";
1368
- font-weight: 400;
1369
- }
1370
 
1371
  .fa.fa-envelope-o:before {
1372
- content: "\f0e0";
1373
- }
1374
 
1375
  .fa.fa-deviantart {
1376
- font-family: "Font Awesome 5 Brands";
1377
- font-weight: 400;
1378
- }
1379
 
1380
  .fa.fa-soundcloud {
1381
- font-family: "Font Awesome 5 Brands";
1382
- font-weight: 400;
1383
- }
1384
 
1385
  .fa.fa-file-pdf-o {
1386
- font-family: "Font Awesome 5 Free";
1387
- font-weight: 400;
1388
- }
1389
 
1390
  .fa.fa-file-pdf-o:before {
1391
- content: "\f1c1";
1392
- }
1393
 
1394
  .fa.fa-file-word-o {
1395
- font-family: "Font Awesome 5 Free";
1396
- font-weight: 400;
1397
- }
1398
 
1399
  .fa.fa-file-word-o:before {
1400
- content: "\f1c2";
1401
- }
1402
 
1403
  .fa.fa-file-excel-o {
1404
- font-family: "Font Awesome 5 Free";
1405
- font-weight: 400;
1406
- }
1407
 
1408
  .fa.fa-file-excel-o:before {
1409
- content: "\f1c3";
1410
- }
1411
 
1412
  .fa.fa-file-powerpoint-o {
1413
- font-family: "Font Awesome 5 Free";
1414
- font-weight: 400;
1415
- }
1416
 
1417
  .fa.fa-file-powerpoint-o:before {
1418
- content: "\f1c4";
1419
- }
1420
 
1421
  .fa.fa-file-image-o {
1422
- font-family: "Font Awesome 5 Free";
1423
- font-weight: 400;
1424
- }
1425
 
1426
  .fa.fa-file-image-o:before {
1427
- content: "\f1c5";
1428
- }
1429
 
1430
  .fa.fa-file-photo-o {
1431
- font-family: "Font Awesome 5 Free";
1432
- font-weight: 400;
1433
- }
1434
 
1435
  .fa.fa-file-photo-o:before {
1436
- content: "\f1c5";
1437
- }
1438
 
1439
  .fa.fa-file-picture-o {
1440
- font-family: "Font Awesome 5 Free";
1441
- font-weight: 400;
1442
- }
1443
 
1444
  .fa.fa-file-picture-o:before {
1445
- content: "\f1c5";
1446
- }
1447
 
1448
  .fa.fa-file-archive-o {
1449
- font-family: "Font Awesome 5 Free";
1450
- font-weight: 400;
1451
- }
1452
 
1453
  .fa.fa-file-archive-o:before {
1454
- content: "\f1c6";
1455
- }
1456
 
1457
  .fa.fa-file-zip-o {
1458
- font-family: "Font Awesome 5 Free";
1459
- font-weight: 400;
1460
- }
1461
 
1462
  .fa.fa-file-zip-o:before {
1463
- content: "\f1c6";
1464
- }
1465
 
1466
  .fa.fa-file-audio-o {
1467
- font-family: "Font Awesome 5 Free";
1468
- font-weight: 400;
1469
- }
1470
 
1471
  .fa.fa-file-audio-o:before {
1472
- content: "\f1c7";
1473
- }
1474
 
1475
  .fa.fa-file-sound-o {
1476
- font-family: "Font Awesome 5 Free";
1477
- font-weight: 400;
1478
- }
1479
 
1480
  .fa.fa-file-sound-o:before {
1481
- content: "\f1c7";
1482
- }
1483
 
1484
  .fa.fa-file-video-o {
1485
- font-family: "Font Awesome 5 Free";
1486
- font-weight: 400;
1487
- }
1488
 
1489
  .fa.fa-file-video-o:before {
1490
- content: "\f1c8";
1491
- }
1492
 
1493
  .fa.fa-file-movie-o {
1494
- font-family: "Font Awesome 5 Free";
1495
- font-weight: 400;
1496
- }
1497
 
1498
  .fa.fa-file-movie-o:before {
1499
- content: "\f1c8";
1500
- }
1501
 
1502
  .fa.fa-file-code-o {
1503
- font-family: "Font Awesome 5 Free";
1504
- font-weight: 400;
1505
- }
1506
 
1507
  .fa.fa-file-code-o:before {
1508
- content: "\f1c9";
1509
- }
1510
 
1511
  .fa.fa-vine {
1512
- font-family: "Font Awesome 5 Brands";
1513
- font-weight: 400;
1514
- }
1515
 
1516
  .fa.fa-codepen {
1517
- font-family: "Font Awesome 5 Brands";
1518
- font-weight: 400;
1519
- }
1520
 
1521
  .fa.fa-jsfiddle {
1522
- font-family: "Font Awesome 5 Brands";
1523
- font-weight: 400;
1524
- }
1525
 
1526
  .fa.fa-life-ring {
1527
- font-family: "Font Awesome 5 Free";
1528
- font-weight: 400;
1529
- }
1530
 
1531
  .fa.fa-life-bouy {
1532
- font-family: "Font Awesome 5 Free";
1533
- font-weight: 400;
1534
- }
1535
 
1536
  .fa.fa-life-bouy:before {
1537
- content: "\f1cd";
1538
- }
1539
 
1540
  .fa.fa-life-buoy {
1541
- font-family: "Font Awesome 5 Free";
1542
- font-weight: 400;
1543
- }
1544
 
1545
  .fa.fa-life-buoy:before {
1546
- content: "\f1cd";
1547
- }
1548
 
1549
  .fa.fa-life-saver {
1550
- font-family: "Font Awesome 5 Free";
1551
- font-weight: 400;
1552
- }
1553
 
1554
  .fa.fa-life-saver:before {
1555
- content: "\f1cd";
1556
- }
1557
 
1558
  .fa.fa-support {
1559
- font-family: "Font Awesome 5 Free";
1560
- font-weight: 400;
1561
- }
1562
 
1563
  .fa.fa-support:before {
1564
- content: "\f1cd";
1565
- }
1566
 
1567
  .fa.fa-circle-o-notch:before {
1568
- content: "\f1ce";
1569
- }
1570
 
1571
  .fa.fa-rebel {
1572
- font-family: "Font Awesome 5 Brands";
1573
- font-weight: 400;
1574
- }
1575
 
1576
  .fa.fa-ra {
1577
- font-family: "Font Awesome 5 Brands";
1578
- font-weight: 400;
1579
- }
1580
 
1581
  .fa.fa-ra:before {
1582
- content: "\f1d0";
1583
- }
1584
 
1585
  .fa.fa-resistance {
1586
- font-family: "Font Awesome 5 Brands";
1587
- font-weight: 400;
1588
- }
1589
 
1590
  .fa.fa-resistance:before {
1591
- content: "\f1d0";
1592
- }
1593
 
1594
  .fa.fa-empire {
1595
- font-family: "Font Awesome 5 Brands";
1596
- font-weight: 400;
1597
- }
1598
 
1599
  .fa.fa-ge {
1600
- font-family: "Font Awesome 5 Brands";
1601
- font-weight: 400;
1602
- }
1603
 
1604
  .fa.fa-ge:before {
1605
- content: "\f1d1";
1606
- }
1607
 
1608
  .fa.fa-git-square {
1609
- font-family: "Font Awesome 5 Brands";
1610
- font-weight: 400;
1611
- }
1612
 
1613
  .fa.fa-git {
1614
- font-family: "Font Awesome 5 Brands";
1615
- font-weight: 400;
1616
- }
1617
 
1618
  .fa.fa-hacker-news {
1619
- font-family: "Font Awesome 5 Brands";
1620
- font-weight: 400;
1621
- }
1622
 
1623
  .fa.fa-y-combinator-square {
1624
- font-family: "Font Awesome 5 Brands";
1625
- font-weight: 400;
1626
- }
1627
 
1628
  .fa.fa-y-combinator-square:before {
1629
- content: "\f1d4";
1630
- }
1631
 
1632
  .fa.fa-yc-square {
1633
- font-family: "Font Awesome 5 Brands";
1634
- font-weight: 400;
1635
- }
1636
 
1637
  .fa.fa-yc-square:before {
1638
- content: "\f1d4";
1639
- }
1640
 
1641
  .fa.fa-tencent-weibo {
1642
- font-family: "Font Awesome 5 Brands";
1643
- font-weight: 400;
1644
- }
1645
 
1646
  .fa.fa-qq {
1647
- font-family: "Font Awesome 5 Brands";
1648
- font-weight: 400;
1649
- }
1650
 
1651
  .fa.fa-weixin {
1652
- font-family: "Font Awesome 5 Brands";
1653
- font-weight: 400;
1654
- }
1655
 
1656
  .fa.fa-wechat {
1657
- font-family: "Font Awesome 5 Brands";
1658
- font-weight: 400;
1659
- }
1660
 
1661
  .fa.fa-wechat:before {
1662
- content: "\f1d7";
1663
- }
1664
 
1665
  .fa.fa-send:before {
1666
- content: "\f1d8";
1667
- }
1668
 
1669
  .fa.fa-paper-plane-o {
1670
- font-family: "Font Awesome 5 Free";
1671
- font-weight: 400;
1672
- }
1673
 
1674
  .fa.fa-paper-plane-o:before {
1675
- content: "\f1d8";
1676
- }
1677
 
1678
  .fa.fa-send-o {
1679
- font-family: "Font Awesome 5 Free";
1680
- font-weight: 400;
1681
- }
1682
 
1683
  .fa.fa-send-o:before {
1684
- content: "\f1d8";
1685
- }
1686
 
1687
  .fa.fa-circle-thin {
1688
- font-family: "Font Awesome 5 Free";
1689
- font-weight: 400;
1690
- }
1691
 
1692
  .fa.fa-circle-thin:before {
1693
- content: "\f111";
1694
- }
1695
 
1696
  .fa.fa-header:before {
1697
- content: "\f1dc";
1698
- }
1699
 
1700
  .fa.fa-sliders:before {
1701
- content: "\f1de";
1702
- }
1703
 
1704
  .fa.fa-futbol-o {
1705
- font-family: "Font Awesome 5 Free";
1706
- font-weight: 400;
1707
- }
1708
 
1709
  .fa.fa-futbol-o:before {
1710
- content: "\f1e3";
1711
- }
1712
 
1713
  .fa.fa-soccer-ball-o {
1714
- font-family: "Font Awesome 5 Free";
1715
- font-weight: 400;
1716
- }
1717
 
1718
  .fa.fa-soccer-ball-o:before {
1719
- content: "\f1e3";
1720
- }
1721
 
1722
  .fa.fa-slideshare {
1723
- font-family: "Font Awesome 5 Brands";
1724
- font-weight: 400;
1725
- }
1726
 
1727
  .fa.fa-twitch {
1728
- font-family: "Font Awesome 5 Brands";
1729
- font-weight: 400;
1730
- }
1731
 
1732
  .fa.fa-yelp {
1733
- font-family: "Font Awesome 5 Brands";
1734
- font-weight: 400;
1735
- }
1736
 
1737
  .fa.fa-newspaper-o {
1738
- font-family: "Font Awesome 5 Free";
1739
- font-weight: 400;
1740
- }
1741
 
1742
  .fa.fa-newspaper-o:before {
1743
- content: "\f1ea";
1744
- }
1745
 
1746
  .fa.fa-paypal {
1747
- font-family: "Font Awesome 5 Brands";
1748
- font-weight: 400;
1749
- }
1750
 
1751
  .fa.fa-google-wallet {
1752
- font-family: "Font Awesome 5 Brands";
1753
- font-weight: 400;
1754
- }
1755
 
1756
  .fa.fa-cc-visa {
1757
- font-family: "Font Awesome 5 Brands";
1758
- font-weight: 400;
1759
- }
1760
 
1761
  .fa.fa-cc-mastercard {
1762
- font-family: "Font Awesome 5 Brands";
1763
- font-weight: 400;
1764
- }
1765
 
1766
  .fa.fa-cc-discover {
1767
- font-family: "Font Awesome 5 Brands";
1768
- font-weight: 400;
1769
- }
1770
 
1771
  .fa.fa-cc-amex {
1772
- font-family: "Font Awesome 5 Brands";
1773
- font-weight: 400;
1774
- }
1775
 
1776
  .fa.fa-cc-paypal {
1777
- font-family: "Font Awesome 5 Brands";
1778
- font-weight: 400;
1779
- }
1780
 
1781
  .fa.fa-cc-stripe {
1782
- font-family: "Font Awesome 5 Brands";
1783
- font-weight: 400;
1784
- }
1785
 
1786
  .fa.fa-bell-slash-o {
1787
- font-family: "Font Awesome 5 Free";
1788
- font-weight: 400;
1789
- }
1790
 
1791
  .fa.fa-bell-slash-o:before {
1792
- content: "\f1f6";
1793
- }
1794
 
1795
  .fa.fa-trash:before {
1796
- content: "\f2ed";
1797
- }
1798
 
1799
  .fa.fa-copyright {
1800
- font-family: "Font Awesome 5 Free";
1801
- font-weight: 400;
1802
- }
1803
 
1804
  .fa.fa-eyedropper:before {
1805
- content: "\f1fb";
1806
- }
1807
 
1808
  .fa.fa-area-chart:before {
1809
- content: "\f1fe";
1810
- }
1811
 
1812
  .fa.fa-pie-chart:before {
1813
- content: "\f200";
1814
- }
1815
 
1816
  .fa.fa-line-chart:before {
1817
- content: "\f201";
1818
- }
1819
 
1820
  .fa.fa-lastfm {
1821
- font-family: "Font Awesome 5 Brands";
1822
- font-weight: 400;
1823
- }
1824
 
1825
  .fa.fa-lastfm-square {
1826
- font-family: "Font Awesome 5 Brands";
1827
- font-weight: 400;
1828
- }
1829
 
1830
  .fa.fa-ioxhost {
1831
- font-family: "Font Awesome 5 Brands";
1832
- font-weight: 400;
1833
- }
1834
 
1835
  .fa.fa-angellist {
1836
- font-family: "Font Awesome 5 Brands";
1837
- font-weight: 400;
1838
- }
1839
 
1840
  .fa.fa-cc {
1841
- font-family: "Font Awesome 5 Free";
1842
- font-weight: 400;
1843
- }
1844
 
1845
  .fa.fa-cc:before {
1846
- content: "\f20a";
1847
- }
1848
 
1849
  .fa.fa-ils:before {
1850
- content: "\f20b";
1851
- }
1852
 
1853
  .fa.fa-shekel:before {
1854
- content: "\f20b";
1855
- }
1856
 
1857
  .fa.fa-sheqel:before {
1858
- content: "\f20b";
1859
- }
1860
 
1861
  .fa.fa-meanpath {
1862
- font-family: "Font Awesome 5 Brands";
1863
- font-weight: 400;
1864
- }
1865
 
1866
  .fa.fa-meanpath:before {
1867
- content: "\f2b4";
1868
- }
1869
 
1870
  .fa.fa-buysellads {
1871
- font-family: "Font Awesome 5 Brands";
1872
- font-weight: 400;
1873
- }
1874
 
1875
  .fa.fa-connectdevelop {
1876
- font-family: "Font Awesome 5 Brands";
1877
- font-weight: 400;
1878
- }
1879
 
1880
  .fa.fa-dashcube {
1881
- font-family: "Font Awesome 5 Brands";
1882
- font-weight: 400;
1883
- }
1884
 
1885
  .fa.fa-forumbee {
1886
- font-family: "Font Awesome 5 Brands";
1887
- font-weight: 400;
1888
- }
1889
 
1890
  .fa.fa-leanpub {
1891
- font-family: "Font Awesome 5 Brands";
1892
- font-weight: 400;
1893
- }
1894
 
1895
  .fa.fa-sellsy {
1896
- font-family: "Font Awesome 5 Brands";
1897
- font-weight: 400;
1898
- }
1899
 
1900
  .fa.fa-shirtsinbulk {
1901
- font-family: "Font Awesome 5 Brands";
1902
- font-weight: 400;
1903
- }
1904
 
1905
  .fa.fa-simplybuilt {
1906
- font-family: "Font Awesome 5 Brands";
1907
- font-weight: 400;
1908
- }
1909
 
1910
  .fa.fa-skyatlas {
1911
- font-family: "Font Awesome 5 Brands";
1912
- font-weight: 400;
1913
- }
1914
 
1915
  .fa.fa-diamond {
1916
- font-family: "Font Awesome 5 Free";
1917
- font-weight: 400;
1918
- }
1919
 
1920
  .fa.fa-diamond:before {
1921
- content: "\f3a5";
1922
- }
1923
 
1924
  .fa.fa-intersex:before {
1925
- content: "\f224";
1926
- }
1927
 
1928
  .fa.fa-facebook-official {
1929
- font-family: "Font Awesome 5 Brands";
1930
- font-weight: 400;
1931
- }
1932
 
1933
  .fa.fa-facebook-official:before {
1934
- content: "\f09a";
1935
- }
1936
 
1937
  .fa.fa-pinterest-p {
1938
- font-family: "Font Awesome 5 Brands";
1939
- font-weight: 400;
1940
- }
1941
 
1942
  .fa.fa-whatsapp {
1943
- font-family: "Font Awesome 5 Brands";
1944
- font-weight: 400;
1945
- }
1946
 
1947
  .fa.fa-hotel:before {
1948
- content: "\f236";
1949
- }
1950
 
1951
  .fa.fa-viacoin {
1952
- font-family: "Font Awesome 5 Brands";
1953
- font-weight: 400;
1954
- }
1955
 
1956
  .fa.fa-medium {
1957
- font-family: "Font Awesome 5 Brands";
1958
- font-weight: 400;
1959
- }
1960
 
1961
  .fa.fa-y-combinator {
1962
- font-family: "Font Awesome 5 Brands";
1963
- font-weight: 400;
1964
- }
1965
 
1966
  .fa.fa-yc {
1967
- font-family: "Font Awesome 5 Brands";
1968
- font-weight: 400;
1969
- }
1970
 
1971
  .fa.fa-yc:before {
1972
- content: "\f23b";
1973
- }
1974
 
1975
  .fa.fa-optin-monster {
1976
- font-family: "Font Awesome 5 Brands";
1977
- font-weight: 400;
1978
- }
1979
 
1980
  .fa.fa-opencart {
1981
- font-family: "Font Awesome 5 Brands";
1982
- font-weight: 400;
1983
- }
1984
 
1985
  .fa.fa-expeditedssl {
1986
- font-family: "Font Awesome 5 Brands";
1987
- font-weight: 400;
1988
- }
1989
 
1990
  .fa.fa-battery-4:before {
1991
- content: "\f240";
1992
- }
1993
 
1994
  .fa.fa-battery:before {
1995
- content: "\f240";
1996
- }
1997
 
1998
  .fa.fa-battery-3:before {
1999
- content: "\f241";
2000
- }
2001
 
2002
  .fa.fa-battery-2:before {
2003
- content: "\f242";
2004
- }
2005
 
2006
  .fa.fa-battery-1:before {
2007
- content: "\f243";
2008
- }
2009
 
2010
  .fa.fa-battery-0:before {
2011
- content: "\f244";
2012
- }
2013
 
2014
  .fa.fa-object-group {
2015
- font-family: "Font Awesome 5 Free";
2016
- font-weight: 400;
2017
- }
2018
 
2019
  .fa.fa-object-ungroup {
2020
- font-family: "Font Awesome 5 Free";
2021
- font-weight: 400;
2022
- }
2023
 
2024
  .fa.fa-sticky-note-o {
2025
- font-family: "Font Awesome 5 Free";
2026
- font-weight: 400;
2027
- }
2028
 
2029
  .fa.fa-sticky-note-o:before {
2030
- content: "\f249";
2031
- }
2032
 
2033
  .fa.fa-cc-jcb {
2034
- font-family: "Font Awesome 5 Brands";
2035
- font-weight: 400;
2036
- }
2037
 
2038
  .fa.fa-cc-diners-club {
2039
- font-family: "Font Awesome 5 Brands";
2040
- font-weight: 400;
2041
- }
2042
 
2043
  .fa.fa-clone {
2044
- font-family: "Font Awesome 5 Free";
2045
- font-weight: 400;
2046
- }
2047
 
2048
  .fa.fa-hourglass-o {
2049
- font-family: "Font Awesome 5 Free";
2050
- font-weight: 400;
2051
- }
2052
 
2053
  .fa.fa-hourglass-o:before {
2054
- content: "\f254";
2055
- }
2056
 
2057
  .fa.fa-hourglass-1:before {
2058
- content: "\f251";
2059
- }
2060
 
2061
  .fa.fa-hourglass-2:before {
2062
- content: "\f252";
2063
- }
2064
 
2065
  .fa.fa-hourglass-3:before {
2066
- content: "\f253";
2067
- }
2068
 
2069
  .fa.fa-hand-rock-o {
2070
- font-family: "Font Awesome 5 Free";
2071
- font-weight: 400;
2072
- }
2073
 
2074
  .fa.fa-hand-rock-o:before {
2075
- content: "\f255";
2076
- }
2077
 
2078
  .fa.fa-hand-grab-o {
2079
- font-family: "Font Awesome 5 Free";
2080
- font-weight: 400;
2081
- }
2082
 
2083
  .fa.fa-hand-grab-o:before {
2084
- content: "\f255";
2085
- }
2086
 
2087
  .fa.fa-hand-paper-o {
2088
- font-family: "Font Awesome 5 Free";
2089
- font-weight: 400;
2090
- }
2091
 
2092
  .fa.fa-hand-paper-o:before {
2093
- content: "\f256";
2094
- }
2095
 
2096
  .fa.fa-hand-stop-o {
2097
- font-family: "Font Awesome 5 Free";
2098
- font-weight: 400;
2099
- }
2100
 
2101
  .fa.fa-hand-stop-o:before {
2102
- content: "\f256";
2103
- }
2104
 
2105
  .fa.fa-hand-scissors-o {
2106
- font-family: "Font Awesome 5 Free";
2107
- font-weight: 400;
2108
- }
2109
 
2110
  .fa.fa-hand-scissors-o:before {
2111
- content: "\f257";
2112
- }
2113
 
2114
  .fa.fa-hand-lizard-o {
2115
- font-family: "Font Awesome 5 Free";
2116
- font-weight: 400;
2117
- }
2118
 
2119
  .fa.fa-hand-lizard-o:before {
2120
- content: "\f258";
2121
- }
2122
 
2123
  .fa.fa-hand-spock-o {
2124
- font-family: "Font Awesome 5 Free";
2125
- font-weight: 400;
2126
- }
2127
 
2128
  .fa.fa-hand-spock-o:before {
2129
- content: "\f259";
2130
- }
2131
 
2132
  .fa.fa-hand-pointer-o {
2133
- font-family: "Font Awesome 5 Free";
2134
- font-weight: 400;
2135
- }
2136
 
2137
  .fa.fa-hand-pointer-o:before {
2138
- content: "\f25a";
2139
- }
2140
 
2141
  .fa.fa-hand-peace-o {
2142
- font-family: "Font Awesome 5 Free";
2143
- font-weight: 400;
2144
- }
2145
 
2146
  .fa.fa-hand-peace-o:before {
2147
- content: "\f25b";
2148
- }
2149
 
2150
  .fa.fa-registered {
2151
- font-family: "Font Awesome 5 Free";
2152
- font-weight: 400;
2153
- }
2154
 
2155
  .fa.fa-creative-commons {
2156
- font-family: "Font Awesome 5 Brands";
2157
- font-weight: 400;
2158
- }
2159
 
2160
  .fa.fa-gg {
2161
- font-family: "Font Awesome 5 Brands";
2162
- font-weight: 400;
2163
- }
2164
 
2165
  .fa.fa-gg-circle {
2166
- font-family: "Font Awesome 5 Brands";
2167
- font-weight: 400;
2168
- }
2169
 
2170
  .fa.fa-tripadvisor {
2171
- font-family: "Font Awesome 5 Brands";
2172
- font-weight: 400;
2173
- }
2174
 
2175
  .fa.fa-odnoklassniki {
2176
- font-family: "Font Awesome 5 Brands";
2177
- font-weight: 400;
2178
- }
2179
 
2180
  .fa.fa-odnoklassniki-square {
2181
- font-family: "Font Awesome 5 Brands";
2182
- font-weight: 400;
2183
- }
2184
 
2185
  .fa.fa-get-pocket {
2186
- font-family: "Font Awesome 5 Brands";
2187
- font-weight: 400;
2188
- }
2189
 
2190
  .fa.fa-wikipedia-w {
2191
- font-family: "Font Awesome 5 Brands";
2192
- font-weight: 400;
2193
- }
2194
 
2195
  .fa.fa-safari {
2196
- font-family: "Font Awesome 5 Brands";
2197
- font-weight: 400;
2198
- }
2199
 
2200
  .fa.fa-chrome {
2201
- font-family: "Font Awesome 5 Brands";
2202
- font-weight: 400;
2203
- }
2204
 
2205
  .fa.fa-firefox {
2206
- font-family: "Font Awesome 5 Brands";
2207
- font-weight: 400;
2208
- }
2209
 
2210
  .fa.fa-opera {
2211
- font-family: "Font Awesome 5 Brands";
2212
- font-weight: 400;
2213
- }
2214
 
2215
  .fa.fa-internet-explorer {
2216
- font-family: "Font Awesome 5 Brands";
2217
- font-weight: 400;
2218
- }
2219
 
2220
  .fa.fa-television:before {
2221
- content: "\f26c";
2222
- }
2223
 
2224
  .fa.fa-contao {
2225
- font-family: "Font Awesome 5 Brands";
2226
- font-weight: 400;
2227
- }
2228
 
2229
  .fa.fa-500px {
2230
- font-family: "Font Awesome 5 Brands";
2231
- font-weight: 400;
2232
- }
2233
 
2234
  .fa.fa-amazon {
2235
- font-family: "Font Awesome 5 Brands";
2236
- font-weight: 400;
2237
- }
2238
 
2239
  .fa.fa-calendar-plus-o {
2240
- font-family: "Font Awesome 5 Free";
2241
- font-weight: 400;
2242
- }
2243
 
2244
  .fa.fa-calendar-plus-o:before {
2245
- content: "\f271";
2246
- }
2247
 
2248
  .fa.fa-calendar-minus-o {
2249
- font-family: "Font Awesome 5 Free";
2250
- font-weight: 400;
2251
- }
2252
 
2253
  .fa.fa-calendar-minus-o:before {
2254
- content: "\f272";
2255
- }
2256
 
2257
  .fa.fa-calendar-times-o {
2258
- font-family: "Font Awesome 5 Free";
2259
- font-weight: 400;
2260
- }
2261
 
2262
  .fa.fa-calendar-times-o:before {
2263
- content: "\f273";
2264
- }
2265
 
2266
  .fa.fa-calendar-check-o {
2267
- font-family: "Font Awesome 5 Free";
2268
- font-weight: 400;
2269
- }
2270
 
2271
  .fa.fa-calendar-check-o:before {
2272
- content: "\f274";
2273
- }
2274
 
2275
  .fa.fa-map-o {
2276
- font-family: "Font Awesome 5 Free";
2277
- font-weight: 400;
2278
- }
2279
 
2280
  .fa.fa-map-o:before {
2281
- content: "\f279";
2282
- }
2283
-
2284
- .fa.fa-commenting {
2285
- font-family: "Font Awesome 5 Free";
2286
- font-weight: 400;
2287
- }
2288
 
2289
  .fa.fa-commenting:before {
2290
- content: "\f4ad";
2291
- }
2292
 
2293
  .fa.fa-commenting-o {
2294
- font-family: "Font Awesome 5 Free";
2295
- font-weight: 400;
2296
- }
2297
 
2298
  .fa.fa-commenting-o:before {
2299
- content: "\f4ad";
2300
- }
2301
 
2302
  .fa.fa-houzz {
2303
- font-family: "Font Awesome 5 Brands";
2304
- font-weight: 400;
2305
- }
2306
 
2307
  .fa.fa-vimeo {
2308
- font-family: "Font Awesome 5 Brands";
2309
- font-weight: 400;
2310
- }
2311
 
2312
  .fa.fa-vimeo:before {
2313
- content: "\f27d";
2314
- }
2315
 
2316
  .fa.fa-black-tie {
2317
- font-family: "Font Awesome 5 Brands";
2318
- font-weight: 400;
2319
- }
2320
 
2321
  .fa.fa-fonticons {
2322
- font-family: "Font Awesome 5 Brands";
2323
- font-weight: 400;
2324
- }
2325
 
2326
  .fa.fa-reddit-alien {
2327
- font-family: "Font Awesome 5 Brands";
2328
- font-weight: 400;
2329
- }
2330
 
2331
  .fa.fa-edge {
2332
- font-family: "Font Awesome 5 Brands";
2333
- font-weight: 400;
2334
- }
2335
 
2336
  .fa.fa-credit-card-alt:before {
2337
- content: "\f09d";
2338
- }
2339
 
2340
  .fa.fa-codiepie {
2341
- font-family: "Font Awesome 5 Brands";
2342
- font-weight: 400;
2343
- }
2344
 
2345
  .fa.fa-modx {
2346
- font-family: "Font Awesome 5 Brands";
2347
- font-weight: 400;
2348
- }
2349
 
2350
  .fa.fa-fort-awesome {
2351
- font-family: "Font Awesome 5 Brands";
2352
- font-weight: 400;
2353
- }
2354
 
2355
  .fa.fa-usb {
2356
- font-family: "Font Awesome 5 Brands";
2357
- font-weight: 400;
2358
- }
2359
 
2360
  .fa.fa-product-hunt {
2361
- font-family: "Font Awesome 5 Brands";
2362
- font-weight: 400;
2363
- }
2364
 
2365
  .fa.fa-mixcloud {
2366
- font-family: "Font Awesome 5 Brands";
2367
- font-weight: 400;
2368
- }
2369
 
2370
  .fa.fa-scribd {
2371
- font-family: "Font Awesome 5 Brands";
2372
- font-weight: 400;
2373
- }
2374
 
2375
  .fa.fa-pause-circle-o {
2376
- font-family: "Font Awesome 5 Free";
2377
- font-weight: 400;
2378
- }
2379
 
2380
  .fa.fa-pause-circle-o:before {
2381
- content: "\f28b";
2382
- }
2383
 
2384
  .fa.fa-stop-circle-o {
2385
- font-family: "Font Awesome 5 Free";
2386
- font-weight: 400;
2387
- }
2388
 
2389
  .fa.fa-stop-circle-o:before {
2390
- content: "\f28d";
2391
- }
2392
 
2393
  .fa.fa-bluetooth {
2394
- font-family: "Font Awesome 5 Brands";
2395
- font-weight: 400;
2396
- }
2397
 
2398
  .fa.fa-bluetooth-b {
2399
- font-family: "Font Awesome 5 Brands";
2400
- font-weight: 400;
2401
- }
2402
 
2403
  .fa.fa-gitlab {
2404
- font-family: "Font Awesome 5 Brands";
2405
- font-weight: 400;
2406
- }
2407
 
2408
  .fa.fa-wpbeginner {
2409
- font-family: "Font Awesome 5 Brands";
2410
- font-weight: 400;
2411
- }
2412
 
2413
  .fa.fa-wpforms {
2414
- font-family: "Font Awesome 5 Brands";
2415
- font-weight: 400;
2416
- }
2417
 
2418
  .fa.fa-envira {
2419
- font-family: "Font Awesome 5 Brands";
2420
- font-weight: 400;
2421
- }
2422
 
2423
  .fa.fa-wheelchair-alt {
2424
- font-family: "Font Awesome 5 Brands";
2425
- font-weight: 400;
2426
- }
2427
 
2428
  .fa.fa-wheelchair-alt:before {
2429
- content: "\f368";
2430
- }
2431
 
2432
  .fa.fa-question-circle-o {
2433
- font-family: "Font Awesome 5 Free";
2434
- font-weight: 400;
2435
- }
2436
 
2437
  .fa.fa-question-circle-o:before {
2438
- content: "\f059";
2439
- }
2440
 
2441
  .fa.fa-volume-control-phone:before {
2442
- content: "\f2a0";
2443
- }
2444
 
2445
  .fa.fa-asl-interpreting:before {
2446
- content: "\f2a3";
2447
- }
2448
 
2449
  .fa.fa-deafness:before {
2450
- content: "\f2a4";
2451
- }
2452
 
2453
  .fa.fa-hard-of-hearing:before {
2454
- content: "\f2a4";
2455
- }
2456
 
2457
  .fa.fa-glide {
2458
- font-family: "Font Awesome 5 Brands";
2459
- font-weight: 400;
2460
- }
2461
 
2462
  .fa.fa-glide-g {
2463
- font-family: "Font Awesome 5 Brands";
2464
- font-weight: 400;
2465
- }
2466
 
2467
  .fa.fa-signing:before {
2468
- content: "\f2a7";
2469
- }
2470
 
2471
  .fa.fa-viadeo {
2472
- font-family: "Font Awesome 5 Brands";
2473
- font-weight: 400;
2474
- }
2475
 
2476
  .fa.fa-viadeo-square {
2477
- font-family: "Font Awesome 5 Brands";
2478
- font-weight: 400;
2479
- }
2480
 
2481
  .fa.fa-snapchat {
2482
- font-family: "Font Awesome 5 Brands";
2483
- font-weight: 400;
2484
- }
2485
 
2486
  .fa.fa-snapchat-ghost {
2487
- font-family: "Font Awesome 5 Brands";
2488
- font-weight: 400;
2489
- }
2490
 
2491
  .fa.fa-snapchat-square {
2492
- font-family: "Font Awesome 5 Brands";
2493
- font-weight: 400;
2494
- }
2495
 
2496
  .fa.fa-pied-piper {
2497
- font-family: "Font Awesome 5 Brands";
2498
- font-weight: 400;
2499
- }
2500
 
2501
  .fa.fa-first-order {
2502
- font-family: "Font Awesome 5 Brands";
2503
- font-weight: 400;
2504
- }
2505
 
2506
  .fa.fa-yoast {
2507
- font-family: "Font Awesome 5 Brands";
2508
- font-weight: 400;
2509
- }
2510
 
2511
  .fa.fa-themeisle {
2512
- font-family: "Font Awesome 5 Brands";
2513
- font-weight: 400;
2514
- }
2515
 
2516
  .fa.fa-google-plus-official {
2517
- font-family: "Font Awesome 5 Brands";
2518
- font-weight: 400;
2519
- }
2520
 
2521
  .fa.fa-google-plus-official:before {
2522
- content: "\f2b3";
2523
- }
2524
 
2525
  .fa.fa-google-plus-circle {
2526
- font-family: "Font Awesome 5 Brands";
2527
- font-weight: 400;
2528
- }
2529
 
2530
  .fa.fa-google-plus-circle:before {
2531
- content: "\f2b3";
2532
- }
2533
 
2534
  .fa.fa-font-awesome {
2535
- font-family: "Font Awesome 5 Brands";
2536
- font-weight: 400;
2537
- }
2538
 
2539
  .fa.fa-fa {
2540
- font-family: "Font Awesome 5 Brands";
2541
- font-weight: 400;
2542
- }
2543
 
2544
  .fa.fa-fa:before {
2545
- content: "\f2b4";
2546
- }
2547
 
2548
  .fa.fa-handshake-o {
2549
- font-family: "Font Awesome 5 Free";
2550
- font-weight: 400;
2551
- }
2552
 
2553
  .fa.fa-handshake-o:before {
2554
- content: "\f2b5";
2555
- }
2556
 
2557
  .fa.fa-envelope-open-o {
2558
- font-family: "Font Awesome 5 Free";
2559
- font-weight: 400;
2560
- }
2561
 
2562
  .fa.fa-envelope-open-o:before {
2563
- content: "\f2b6";
2564
- }
2565
 
2566
  .fa.fa-linode {
2567
- font-family: "Font Awesome 5 Brands";
2568
- font-weight: 400;
2569
- }
2570
 
2571
  .fa.fa-address-book-o {
2572
- font-family: "Font Awesome 5 Free";
2573
- font-weight: 400;
2574
- }
2575
 
2576
  .fa.fa-address-book-o:before {
2577
- content: "\f2b9";
2578
- }
2579
 
2580
  .fa.fa-vcard:before {
2581
- content: "\f2bb";
2582
- }
2583
 
2584
  .fa.fa-address-card-o {
2585
- font-family: "Font Awesome 5 Free";
2586
- font-weight: 400;
2587
- }
2588
 
2589
  .fa.fa-address-card-o:before {
2590
- content: "\f2bb";
2591
- }
2592
 
2593
  .fa.fa-vcard-o {
2594
- font-family: "Font Awesome 5 Free";
2595
- font-weight: 400;
2596
- }
2597
 
2598
  .fa.fa-vcard-o:before {
2599
- content: "\f2bb";
2600
- }
2601
 
2602
  .fa.fa-user-circle-o {
2603
- font-family: "Font Awesome 5 Free";
2604
- font-weight: 400;
2605
- }
2606
 
2607
  .fa.fa-user-circle-o:before {
2608
- content: "\f2bd";
2609
- }
2610
 
2611
  .fa.fa-user-o {
2612
- font-family: "Font Awesome 5 Free";
2613
- font-weight: 400;
2614
- }
2615
 
2616
  .fa.fa-user-o:before {
2617
- content: "\f007";
2618
- }
2619
 
2620
  .fa.fa-id-badge {
2621
- font-family: "Font Awesome 5 Free";
2622
- font-weight: 400;
2623
- }
2624
 
2625
  .fa.fa-drivers-license:before {
2626
- content: "\f2c2";
2627
- }
2628
 
2629
  .fa.fa-id-card-o {
2630
- font-family: "Font Awesome 5 Free";
2631
- font-weight: 400;
2632
- }
2633
 
2634
  .fa.fa-id-card-o:before {
2635
- content: "\f2c2";
2636
- }
2637
 
2638
  .fa.fa-drivers-license-o {
2639
- font-family: "Font Awesome 5 Free";
2640
- font-weight: 400;
2641
- }
2642
 
2643
  .fa.fa-drivers-license-o:before {
2644
- content: "\f2c2";
2645
- }
2646
 
2647
  .fa.fa-quora {
2648
- font-family: "Font Awesome 5 Brands";
2649
- font-weight: 400;
2650
- }
2651
 
2652
  .fa.fa-free-code-camp {
2653
- font-family: "Font Awesome 5 Brands";
2654
- font-weight: 400;
2655
- }
2656
 
2657
  .fa.fa-telegram {
2658
- font-family: "Font Awesome 5 Brands";
2659
- font-weight: 400;
2660
- }
2661
 
2662
  .fa.fa-thermometer-4:before {
2663
- content: "\f2c7";
2664
- }
2665
 
2666
  .fa.fa-thermometer:before {
2667
- content: "\f2c7";
2668
- }
2669
 
2670
  .fa.fa-thermometer-3:before {
2671
- content: "\f2c8";
2672
- }
2673
 
2674
  .fa.fa-thermometer-2:before {
2675
- content: "\f2c9";
2676
- }
2677
 
2678
  .fa.fa-thermometer-1:before {
2679
- content: "\f2ca";
2680
- }
2681
 
2682
  .fa.fa-thermometer-0:before {
2683
- content: "\f2cb";
2684
- }
2685
 
2686
  .fa.fa-bathtub:before {
2687
- content: "\f2cd";
2688
- }
2689
 
2690
  .fa.fa-s15:before {
2691
- content: "\f2cd";
2692
- }
2693
 
2694
  .fa.fa-window-maximize {
2695
- font-family: "Font Awesome 5 Free";
2696
- font-weight: 400;
2697
- }
2698
 
2699
  .fa.fa-window-restore {
2700
- font-family: "Font Awesome 5 Free";
2701
- font-weight: 400;
2702
- }
2703
 
2704
  .fa.fa-times-rectangle:before {
2705
- content: "\f410";
2706
- }
2707
 
2708
  .fa.fa-window-close-o {
2709
- font-family: "Font Awesome 5 Free";
2710
- font-weight: 400;
2711
- }
2712
 
2713
  .fa.fa-window-close-o:before {
2714
- content: "\f410";
2715
- }
2716
 
2717
  .fa.fa-times-rectangle-o {
2718
- font-family: "Font Awesome 5 Free";
2719
- font-weight: 400;
2720
- }
2721
 
2722
  .fa.fa-times-rectangle-o:before {
2723
- content: "\f410";
2724
- }
2725
 
2726
  .fa.fa-bandcamp {
2727
- font-family: "Font Awesome 5 Brands";
2728
- font-weight: 400;
2729
- }
2730
 
2731
  .fa.fa-grav {
2732
- font-family: "Font Awesome 5 Brands";
2733
- font-weight: 400;
2734
- }
2735
 
2736
  .fa.fa-etsy {
2737
- font-family: "Font Awesome 5 Brands";
2738
- font-weight: 400;
2739
- }
2740
 
2741
  .fa.fa-imdb {
2742
- font-family: "Font Awesome 5 Brands";
2743
- font-weight: 400;
2744
- }
2745
 
2746
  .fa.fa-ravelry {
2747
- font-family: "Font Awesome 5 Brands";
2748
- font-weight: 400;
2749
- }
2750
 
2751
  .fa.fa-eercast {
2752
- font-family: "Font Awesome 5 Brands";
2753
- font-weight: 400;
2754
- }
2755
 
2756
  .fa.fa-eercast:before {
2757
- content: "\f2da";
2758
- }
2759
 
2760
  .fa.fa-snowflake-o {
2761
- font-family: "Font Awesome 5 Free";
2762
- font-weight: 400;
2763
- }
2764
 
2765
  .fa.fa-snowflake-o:before {
2766
- content: "\f2dc";
2767
- }
2768
 
2769
  .fa.fa-superpowers {
2770
- font-family: "Font Awesome 5 Brands";
2771
- font-weight: 400;
2772
- }
2773
 
2774
  .fa.fa-wpexplorer {
2775
- font-family: "Font Awesome 5 Brands";
2776
- font-weight: 400;
2777
- }
2778
 
2779
  .fa.fa-spotify {
2780
- font-family: "Font Awesome 5 Brands";
2781
- font-weight: 400;
2782
- }
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
  .fa.fa-glass:before {
6
+ content: "\f000"; }
 
7
 
8
  .fa.fa-meetup {
9
+ font-family: 'Font Awesome 5 Brands';
10
+ font-weight: 400; }
 
11
 
12
  .fa.fa-star-o {
13
+ font-family: 'Font Awesome 5 Free';
14
+ font-weight: 400; }
 
15
 
16
  .fa.fa-star-o:before {
17
+ content: "\f005"; }
 
18
 
19
  .fa.fa-remove:before {
20
+ content: "\f00d"; }
 
21
 
22
  .fa.fa-close:before {
23
+ content: "\f00d"; }
 
24
 
25
  .fa.fa-gear:before {
26
+ content: "\f013"; }
 
27
 
28
  .fa.fa-trash-o {
29
+ font-family: 'Font Awesome 5 Free';
30
+ font-weight: 400; }
 
31
 
32
  .fa.fa-trash-o:before {
33
+ content: "\f2ed"; }
 
34
 
35
  .fa.fa-file-o {
36
+ font-family: 'Font Awesome 5 Free';
37
+ font-weight: 400; }
 
38
 
39
  .fa.fa-file-o:before {
40
+ content: "\f15b"; }
 
41
 
42
  .fa.fa-clock-o {
43
+ font-family: 'Font Awesome 5 Free';
44
+ font-weight: 400; }
 
45
 
46
  .fa.fa-clock-o:before {
47
+ content: "\f017"; }
 
48
 
49
  .fa.fa-arrow-circle-o-down {
50
+ font-family: 'Font Awesome 5 Free';
51
+ font-weight: 400; }
 
52
 
53
  .fa.fa-arrow-circle-o-down:before {
54
+ content: "\f358"; }
 
55
 
56
  .fa.fa-arrow-circle-o-up {
57
+ font-family: 'Font Awesome 5 Free';
58
+ font-weight: 400; }
 
59
 
60
  .fa.fa-arrow-circle-o-up:before {
61
+ content: "\f35b"; }
 
62
 
63
  .fa.fa-play-circle-o {
64
+ font-family: 'Font Awesome 5 Free';
65
+ font-weight: 400; }
 
66
 
67
  .fa.fa-play-circle-o:before {
68
+ content: "\f144"; }
 
69
 
70
  .fa.fa-repeat:before {
71
+ content: "\f01e"; }
 
72
 
73
  .fa.fa-rotate-right:before {
74
+ content: "\f01e"; }
 
75
 
76
  .fa.fa-refresh:before {
77
+ content: "\f021"; }
 
78
 
79
  .fa.fa-list-alt {
80
+ font-family: 'Font Awesome 5 Free';
81
+ font-weight: 400; }
 
82
 
83
  .fa.fa-dedent:before {
84
+ content: "\f03b"; }
 
85
 
86
  .fa.fa-video-camera:before {
87
+ content: "\f03d"; }
 
88
 
89
  .fa.fa-picture-o {
90
+ font-family: 'Font Awesome 5 Free';
91
+ font-weight: 400; }
 
92
 
93
  .fa.fa-picture-o:before {
94
+ content: "\f03e"; }
 
95
 
96
  .fa.fa-photo {
97
+ font-family: 'Font Awesome 5 Free';
98
+ font-weight: 400; }
 
99
 
100
  .fa.fa-photo:before {
101
+ content: "\f03e"; }
 
102
 
103
  .fa.fa-image {
104
+ font-family: 'Font Awesome 5 Free';
105
+ font-weight: 400; }
 
106
 
107
  .fa.fa-image:before {
108
+ content: "\f03e"; }
 
109
 
110
  .fa.fa-pencil:before {
111
+ content: "\f303"; }
 
112
 
113
  .fa.fa-map-marker:before {
114
+ content: "\f3c5"; }
 
115
 
116
  .fa.fa-pencil-square-o {
117
+ font-family: 'Font Awesome 5 Free';
118
+ font-weight: 400; }
 
119
 
120
  .fa.fa-pencil-square-o:before {
121
+ content: "\f044"; }
 
122
 
123
  .fa.fa-share-square-o {
124
+ font-family: 'Font Awesome 5 Free';
125
+ font-weight: 400; }
 
126
 
127
  .fa.fa-share-square-o:before {
128
+ content: "\f14d"; }
 
129
 
130
  .fa.fa-check-square-o {
131
+ font-family: 'Font Awesome 5 Free';
132
+ font-weight: 400; }
 
133
 
134
  .fa.fa-check-square-o:before {
135
+ content: "\f14a"; }
 
136
 
137
  .fa.fa-arrows:before {
138
+ content: "\f0b2"; }
 
139
 
140
  .fa.fa-times-circle-o {
141
+ font-family: 'Font Awesome 5 Free';
142
+ font-weight: 400; }
 
143
 
144
  .fa.fa-times-circle-o:before {
145
+ content: "\f057"; }
 
146
 
147
  .fa.fa-check-circle-o {
148
+ font-family: 'Font Awesome 5 Free';
149
+ font-weight: 400; }
 
150
 
151
  .fa.fa-check-circle-o:before {
152
+ content: "\f058"; }
 
153
 
154
  .fa.fa-mail-forward:before {
155
+ content: "\f064"; }
 
156
 
157
  .fa.fa-eye {
158
+ font-family: 'Font Awesome 5 Free';
159
+ font-weight: 400; }
 
160
 
161
  .fa.fa-eye-slash {
162
+ font-family: 'Font Awesome 5 Free';
163
+ font-weight: 400; }
 
164
 
165
  .fa.fa-warning:before {
166
+ content: "\f071"; }
 
167
 
168
  .fa.fa-calendar:before {
169
+ content: "\f073"; }
 
170
 
171
  .fa.fa-arrows-v:before {
172
+ content: "\f338"; }
 
173
 
174
  .fa.fa-arrows-h:before {
175
+ content: "\f337"; }
 
176
 
177
  .fa.fa-bar-chart {
178
+ font-family: 'Font Awesome 5 Free';
179
+ font-weight: 400; }
 
180
 
181
  .fa.fa-bar-chart:before {
182
+ content: "\f080"; }
 
183
 
184
  .fa.fa-bar-chart-o {
185
+ font-family: 'Font Awesome 5 Free';
186
+ font-weight: 400; }
 
187
 
188
  .fa.fa-bar-chart-o:before {
189
+ content: "\f080"; }
 
190
 
191
  .fa.fa-twitter-square {
192
+ font-family: 'Font Awesome 5 Brands';
193
+ font-weight: 400; }
 
194
 
195
  .fa.fa-facebook-square {
196
+ font-family: 'Font Awesome 5 Brands';
197
+ font-weight: 400; }
 
198
 
199
  .fa.fa-gears:before {
200
+ content: "\f085"; }
 
201
 
202
  .fa.fa-thumbs-o-up {
203
+ font-family: 'Font Awesome 5 Free';
204
+ font-weight: 400; }
 
205
 
206
  .fa.fa-thumbs-o-up:before {
207
+ content: "\f164"; }
 
208
 
209
  .fa.fa-thumbs-o-down {
210
+ font-family: 'Font Awesome 5 Free';
211
+ font-weight: 400; }
 
212
 
213
  .fa.fa-thumbs-o-down:before {
214
+ content: "\f165"; }
 
215
 
216
  .fa.fa-heart-o {
217
+ font-family: 'Font Awesome 5 Free';
218
+ font-weight: 400; }
 
219
 
220
  .fa.fa-heart-o:before {
221
+ content: "\f004"; }
 
222
 
223
  .fa.fa-sign-out:before {
224
+ content: "\f2f5"; }
 
225
 
226
  .fa.fa-linkedin-square {
227
+ font-family: 'Font Awesome 5 Brands';
228
+ font-weight: 400; }
 
229
 
230
  .fa.fa-linkedin-square:before {
231
+ content: "\f08c"; }
 
232
 
233
  .fa.fa-thumb-tack:before {
234
+ content: "\f08d"; }
 
235
 
236
  .fa.fa-external-link:before {
237
+ content: "\f35d"; }
 
238
 
239
  .fa.fa-sign-in:before {
240
+ content: "\f2f6"; }
 
241
 
242
  .fa.fa-github-square {
243
+ font-family: 'Font Awesome 5 Brands';
244
+ font-weight: 400; }
 
245
 
246
  .fa.fa-lemon-o {
247
+ font-family: 'Font Awesome 5 Free';
248
+ font-weight: 400; }
 
249
 
250
  .fa.fa-lemon-o:before {
251
+ content: "\f094"; }
 
252
 
253
  .fa.fa-square-o {
254
+ font-family: 'Font Awesome 5 Free';
255
+ font-weight: 400; }
 
256
 
257
  .fa.fa-square-o:before {
258
+ content: "\f0c8"; }
 
259
 
260
  .fa.fa-bookmark-o {
261
+ font-family: 'Font Awesome 5 Free';
262
+ font-weight: 400; }
 
263
 
264
  .fa.fa-bookmark-o:before {
265
+ content: "\f02e"; }
 
266
 
267
  .fa.fa-twitter {
268
+ font-family: 'Font Awesome 5 Brands';
269
+ font-weight: 400; }
 
270
 
271
  .fa.fa-facebook {
272
+ font-family: 'Font Awesome 5 Brands';
273
+ font-weight: 400; }
 
274
 
275
  .fa.fa-facebook:before {
276
+ content: "\f39e"; }
 
277
 
278
  .fa.fa-facebook-f {
279
+ font-family: 'Font Awesome 5 Brands';
280
+ font-weight: 400; }
 
281
 
282
  .fa.fa-facebook-f:before {
283
+ content: "\f39e"; }
 
284
 
285
  .fa.fa-github {
286
+ font-family: 'Font Awesome 5 Brands';
287
+ font-weight: 400; }
 
288
 
289
  .fa.fa-credit-card {
290
+ font-family: 'Font Awesome 5 Free';
291
+ font-weight: 400; }
 
292
 
293
  .fa.fa-feed:before {
294
+ content: "\f09e"; }
 
295
 
296
  .fa.fa-hdd-o {
297
+ font-family: 'Font Awesome 5 Free';
298
+ font-weight: 400; }
 
299
 
300
  .fa.fa-hdd-o:before {
301
+ content: "\f0a0"; }
 
302
 
303
  .fa.fa-hand-o-right {
304
+ font-family: 'Font Awesome 5 Free';
305
+ font-weight: 400; }
 
306
 
307
  .fa.fa-hand-o-right:before {
308
+ content: "\f0a4"; }
 
309
 
310
  .fa.fa-hand-o-left {
311
+ font-family: 'Font Awesome 5 Free';
312
+ font-weight: 400; }
 
313
 
314
  .fa.fa-hand-o-left:before {
315
+ content: "\f0a5"; }
 
316
 
317
  .fa.fa-hand-o-up {
318
+ font-family: 'Font Awesome 5 Free';
319
+ font-weight: 400; }
 
320
 
321
  .fa.fa-hand-o-up:before {
322
+ content: "\f0a6"; }
 
323
 
324
  .fa.fa-hand-o-down {
325
+ font-family: 'Font Awesome 5 Free';
326
+ font-weight: 400; }
 
327
 
328
  .fa.fa-hand-o-down:before {
329
+ content: "\f0a7"; }
 
330
 
331
  .fa.fa-arrows-alt:before {
332
+ content: "\f31e"; }
 
333
 
334
  .fa.fa-group:before {
335
+ content: "\f0c0"; }
 
336
 
337
  .fa.fa-chain:before {
338
+ content: "\f0c1"; }
 
339
 
340
  .fa.fa-scissors:before {
341
+ content: "\f0c4"; }
 
342
 
343
  .fa.fa-files-o {
344
+ font-family: 'Font Awesome 5 Free';
345
+ font-weight: 400; }
 
346
 
347
  .fa.fa-files-o:before {
348
+ content: "\f0c5"; }
 
349
 
350
  .fa.fa-floppy-o {
351
+ font-family: 'Font Awesome 5 Free';
352
+ font-weight: 400; }
 
353
 
354
  .fa.fa-floppy-o:before {
355
+ content: "\f0c7"; }
 
356
 
357
  .fa.fa-navicon:before {
358
+ content: "\f0c9"; }
 
359
 
360
  .fa.fa-reorder:before {
361
+ content: "\f0c9"; }
 
362
 
363
  .fa.fa-pinterest {
364
+ font-family: 'Font Awesome 5 Brands';
365
+ font-weight: 400; }
 
366
 
367
  .fa.fa-pinterest-square {
368
+ font-family: 'Font Awesome 5 Brands';
369
+ font-weight: 400; }
 
370
 
371
  .fa.fa-google-plus-square {
372
+ font-family: 'Font Awesome 5 Brands';
373
+ font-weight: 400; }
 
374
 
375
  .fa.fa-google-plus {
376
+ font-family: 'Font Awesome 5 Brands';
377
+ font-weight: 400; }
 
378
 
379
  .fa.fa-google-plus:before {
380
+ content: "\f0d5"; }
 
381
 
382
  .fa.fa-money {
383
+ font-family: 'Font Awesome 5 Free';
384
+ font-weight: 400; }
 
385
 
386
  .fa.fa-money:before {
387
+ content: "\f3d1"; }
 
388
 
389
  .fa.fa-unsorted:before {
390
+ content: "\f0dc"; }
 
391
 
392
  .fa.fa-sort-desc:before {
393
+ content: "\f0dd"; }
 
394
 
395
  .fa.fa-sort-asc:before {
396
+ content: "\f0de"; }
 
397
 
398
  .fa.fa-linkedin {
399
+ font-family: 'Font Awesome 5 Brands';
400
+ font-weight: 400; }
 
401
 
402
  .fa.fa-linkedin:before {
403
+ content: "\f0e1"; }
 
404
 
405
  .fa.fa-rotate-left:before {
406
+ content: "\f0e2"; }
 
407
 
408
  .fa.fa-legal:before {
409
+ content: "\f0e3"; }
 
410
 
411
  .fa.fa-tachometer:before {
412
+ content: "\f3fd"; }
 
413
 
414
  .fa.fa-dashboard:before {
415
+ content: "\f3fd"; }
 
416
 
417
  .fa.fa-comment-o {
418
+ font-family: 'Font Awesome 5 Free';
419
+ font-weight: 400; }
 
420
 
421
  .fa.fa-comment-o:before {
422
+ content: "\f075"; }
 
423
 
424
  .fa.fa-comments-o {
425
+ font-family: 'Font Awesome 5 Free';
426
+ font-weight: 400; }
 
427
 
428
  .fa.fa-comments-o:before {
429
+ content: "\f086"; }
 
430
 
431
  .fa.fa-flash:before {
432
+ content: "\f0e7"; }
 
433
 
434
  .fa.fa-clipboard {
435
+ font-family: 'Font Awesome 5 Free';
436
+ font-weight: 400; }
 
437
 
438
  .fa.fa-paste {
439
+ font-family: 'Font Awesome 5 Free';
440
+ font-weight: 400; }
 
441
 
442
  .fa.fa-paste:before {
443
+ content: "\f328"; }
 
444
 
445
  .fa.fa-lightbulb-o {
446
+ font-family: 'Font Awesome 5 Free';
447
+ font-weight: 400; }
 
448
 
449
  .fa.fa-lightbulb-o:before {
450
+ content: "\f0eb"; }
 
451
 
452
  .fa.fa-exchange:before {
453
+ content: "\f362"; }
 
454
 
455
  .fa.fa-cloud-download:before {
456
+ content: "\f381"; }
 
457
 
458
  .fa.fa-cloud-upload:before {
459
+ content: "\f382"; }
 
460
 
461
  .fa.fa-bell-o {
462
+ font-family: 'Font Awesome 5 Free';
463
+ font-weight: 400; }
 
464
 
465
  .fa.fa-bell-o:before {
466
+ content: "\f0f3"; }
 
467
 
468
  .fa.fa-cutlery:before {
469
+ content: "\f2e7"; }
 
470
 
471
  .fa.fa-file-text-o {
472
+ font-family: 'Font Awesome 5 Free';
473
+ font-weight: 400; }
 
474
 
475
  .fa.fa-file-text-o:before {
476
+ content: "\f15c"; }
 
477
 
478
  .fa.fa-building-o {
479
+ font-family: 'Font Awesome 5 Free';
480
+ font-weight: 400; }
 
481
 
482
  .fa.fa-building-o:before {
483
+ content: "\f1ad"; }
 
484
 
485
  .fa.fa-hospital-o {
486
+ font-family: 'Font Awesome 5 Free';
487
+ font-weight: 400; }
 
488
 
489
  .fa.fa-hospital-o:before {
490
+ content: "\f0f8"; }
 
491
 
492
  .fa.fa-tablet:before {
493
+ content: "\f3fa"; }
 
494
 
495
  .fa.fa-mobile:before {
496
+ content: "\f3cd"; }
 
497
 
498
  .fa.fa-mobile-phone:before {
499
+ content: "\f3cd"; }
 
500
 
501
  .fa.fa-circle-o {
502
+ font-family: 'Font Awesome 5 Free';
503
+ font-weight: 400; }
 
504
 
505
  .fa.fa-circle-o:before {
506
+ content: "\f111"; }
 
507
 
508
  .fa.fa-mail-reply:before {
509
+ content: "\f3e5"; }
 
510
 
511
  .fa.fa-github-alt {
512
+ font-family: 'Font Awesome 5 Brands';
513
+ font-weight: 400; }
 
514
 
515
  .fa.fa-folder-o {
516
+ font-family: 'Font Awesome 5 Free';
517
+ font-weight: 400; }
 
518
 
519
  .fa.fa-folder-o:before {
520
+ content: "\f07b"; }
 
521
 
522
  .fa.fa-folder-open-o {
523
+ font-family: 'Font Awesome 5 Free';
524
+ font-weight: 400; }
 
525
 
526
  .fa.fa-folder-open-o:before {
527
+ content: "\f07c"; }
 
528
 
529
  .fa.fa-smile-o {
530
+ font-family: 'Font Awesome 5 Free';
531
+ font-weight: 400; }
 
532
 
533
  .fa.fa-smile-o:before {
534
+ content: "\f118"; }
 
535
 
536
  .fa.fa-frown-o {
537
+ font-family: 'Font Awesome 5 Free';
538
+ font-weight: 400; }
 
539
 
540
  .fa.fa-frown-o:before {
541
+ content: "\f119"; }
 
542
 
543
  .fa.fa-meh-o {
544
+ font-family: 'Font Awesome 5 Free';
545
+ font-weight: 400; }
 
546
 
547
  .fa.fa-meh-o:before {
548
+ content: "\f11a"; }
 
549
 
550
  .fa.fa-keyboard-o {
551
+ font-family: 'Font Awesome 5 Free';
552
+ font-weight: 400; }
 
553
 
554
  .fa.fa-keyboard-o:before {
555
+ content: "\f11c"; }
 
556
 
557
  .fa.fa-flag-o {
558
+ font-family: 'Font Awesome 5 Free';
559
+ font-weight: 400; }
 
560
 
561
  .fa.fa-flag-o:before {
562
+ content: "\f024"; }
 
563
 
564
  .fa.fa-mail-reply-all:before {
565
+ content: "\f122"; }
 
566
 
567
  .fa.fa-star-half-o {
568
+ font-family: 'Font Awesome 5 Free';
569
+ font-weight: 400; }
 
570
 
571
  .fa.fa-star-half-o:before {
572
+ content: "\f089"; }
 
573
 
574
  .fa.fa-star-half-empty {
575
+ font-family: 'Font Awesome 5 Free';
576
+ font-weight: 400; }
 
577
 
578
  .fa.fa-star-half-empty:before {
579
+ content: "\f089"; }
 
580
 
581
  .fa.fa-star-half-full {
582
+ font-family: 'Font Awesome 5 Free';
583
+ font-weight: 400; }
 
584
 
585
  .fa.fa-star-half-full:before {
586
+ content: "\f089"; }
 
587
 
588
  .fa.fa-code-fork:before {
589
+ content: "\f126"; }
 
590
 
591
  .fa.fa-chain-broken:before {
592
+ content: "\f127"; }
 
593
 
594
  .fa.fa-shield:before {
595
+ content: "\f3ed"; }
 
596
 
597
  .fa.fa-calendar-o {
598
+ font-family: 'Font Awesome 5 Free';
599
+ font-weight: 400; }
 
600
 
601
  .fa.fa-calendar-o:before {
602
+ content: "\f133"; }
 
603
 
604
  .fa.fa-maxcdn {
605
+ font-family: 'Font Awesome 5 Brands';
606
+ font-weight: 400; }
 
607
 
608
  .fa.fa-html5 {
609
+ font-family: 'Font Awesome 5 Brands';
610
+ font-weight: 400; }
 
611
 
612
  .fa.fa-css3 {
613
+ font-family: 'Font Awesome 5 Brands';
614
+ font-weight: 400; }
 
615
 
616
  .fa.fa-ticket:before {
617
+ content: "\f3ff"; }
 
618
 
619
  .fa.fa-minus-square-o {
620
+ font-family: 'Font Awesome 5 Free';
621
+ font-weight: 400; }
 
622
 
623
  .fa.fa-minus-square-o:before {
624
+ content: "\f146"; }
 
625
 
626
  .fa.fa-level-up:before {
627
+ content: "\f3bf"; }
 
628
 
629
  .fa.fa-level-down:before {
630
+ content: "\f3be"; }
 
631
 
632
  .fa.fa-pencil-square:before {
633
+ content: "\f14b"; }
 
634
 
635
  .fa.fa-external-link-square:before {
636
+ content: "\f360"; }
 
637
 
638
  .fa.fa-compass {
639
+ font-family: 'Font Awesome 5 Free';
640
+ font-weight: 400; }
 
641
 
642
  .fa.fa-caret-square-o-down {
643
+ font-family: 'Font Awesome 5 Free';
644
+ font-weight: 400; }
 
645
 
646
  .fa.fa-caret-square-o-down:before {
647
+ content: "\f150"; }
 
648
 
649
  .fa.fa-toggle-down {
650
+ font-family: 'Font Awesome 5 Free';
651
+ font-weight: 400; }
 
652
 
653
  .fa.fa-toggle-down:before {
654
+ content: "\f150"; }
 
655
 
656
  .fa.fa-caret-square-o-up {
657
+ font-family: 'Font Awesome 5 Free';
658
+ font-weight: 400; }
 
659
 
660
  .fa.fa-caret-square-o-up:before {
661
+ content: "\f151"; }
 
662
 
663
  .fa.fa-toggle-up {
664
+ font-family: 'Font Awesome 5 Free';
665
+ font-weight: 400; }
 
666
 
667
  .fa.fa-toggle-up:before {
668
+ content: "\f151"; }
 
669
 
670
  .fa.fa-caret-square-o-right {
671
+ font-family: 'Font Awesome 5 Free';
672
+ font-weight: 400; }
 
673
 
674
  .fa.fa-caret-square-o-right:before {
675
+ content: "\f152"; }
 
676
 
677
  .fa.fa-toggle-right {
678
+ font-family: 'Font Awesome 5 Free';
679
+ font-weight: 400; }
 
680
 
681
  .fa.fa-toggle-right:before {
682
+ content: "\f152"; }
 
683
 
684
  .fa.fa-eur:before {
685
+ content: "\f153"; }
 
686
 
687
  .fa.fa-euro:before {
688
+ content: "\f153"; }
 
689
 
690
  .fa.fa-gbp:before {
691
+ content: "\f154"; }
 
692
 
693
  .fa.fa-usd:before {
694
+ content: "\f155"; }
 
695
 
696
  .fa.fa-dollar:before {
697
+ content: "\f155"; }
 
698
 
699
  .fa.fa-inr:before {
700
+ content: "\f156"; }
 
701
 
702
  .fa.fa-rupee:before {
703
+ content: "\f156"; }
 
704
 
705
  .fa.fa-jpy:before {
706
+ content: "\f157"; }
 
707
 
708
  .fa.fa-cny:before {
709
+ content: "\f157"; }
 
710
 
711
  .fa.fa-rmb:before {
712
+ content: "\f157"; }
 
713
 
714
  .fa.fa-yen:before {
715
+ content: "\f157"; }
 
716
 
717
  .fa.fa-rub:before {
718
+ content: "\f158"; }
 
719
 
720
  .fa.fa-ruble:before {
721
+ content: "\f158"; }
 
722
 
723
  .fa.fa-rouble:before {
724
+ content: "\f158"; }
 
725
 
726
  .fa.fa-krw:before {
727
+ content: "\f159"; }
 
728
 
729
  .fa.fa-won:before {
730
+ content: "\f159"; }
 
731
 
732
  .fa.fa-btc {
733
+ font-family: 'Font Awesome 5 Brands';
734
+ font-weight: 400; }
 
735
 
736
  .fa.fa-bitcoin {
737
+ font-family: 'Font Awesome 5 Brands';
738
+ font-weight: 400; }
 
739
 
740
  .fa.fa-bitcoin:before {
741
+ content: "\f15a"; }
 
742
 
743
  .fa.fa-file-text:before {
744
+ content: "\f15c"; }
 
745
 
746
  .fa.fa-sort-alpha-asc:before {
747
+ content: "\f15d"; }
 
748
 
749
  .fa.fa-sort-alpha-desc:before {
750
+ content: "\f15e"; }
 
751
 
752
  .fa.fa-sort-amount-asc:before {
753
+ content: "\f160"; }
 
754
 
755
  .fa.fa-sort-amount-desc:before {
756
+ content: "\f161"; }
 
757
 
758
  .fa.fa-sort-numeric-asc:before {
759
+ content: "\f162"; }
 
760
 
761
  .fa.fa-sort-numeric-desc:before {
762
+ content: "\f163"; }
 
763
 
764
  .fa.fa-youtube-square {
765
+ font-family: 'Font Awesome 5 Brands';
766
+ font-weight: 400; }
 
767
 
768
  .fa.fa-youtube {
769
+ font-family: 'Font Awesome 5 Brands';
770
+ font-weight: 400; }
 
771
 
772
  .fa.fa-xing {
773
+ font-family: 'Font Awesome 5 Brands';
774
+ font-weight: 400; }
 
775
 
776
  .fa.fa-xing-square {
777
+ font-family: 'Font Awesome 5 Brands';
778
+ font-weight: 400; }
 
779
 
780
  .fa.fa-youtube-play {
781
+ font-family: 'Font Awesome 5 Brands';
782
+ font-weight: 400; }
 
783
 
784
  .fa.fa-youtube-play:before {
785
+ content: "\f167"; }
 
786
 
787
  .fa.fa-dropbox {
788
+ font-family: 'Font Awesome 5 Brands';
789
+ font-weight: 400; }
 
790
 
791
  .fa.fa-stack-overflow {
792
+ font-family: 'Font Awesome 5 Brands';
793
+ font-weight: 400; }
 
794
 
795
  .fa.fa-instagram {
796
+ font-family: 'Font Awesome 5 Brands';
797
+ font-weight: 400; }
 
798
 
799
  .fa.fa-flickr {
800
+ font-family: 'Font Awesome 5 Brands';
801
+ font-weight: 400; }
 
802
 
803
  .fa.fa-adn {
804
+ font-family: 'Font Awesome 5 Brands';
805
+ font-weight: 400; }
 
806
 
807
  .fa.fa-bitbucket {
808
+ font-family: 'Font Awesome 5 Brands';
809
+ font-weight: 400; }
 
810
 
811
  .fa.fa-bitbucket-square {
812
+ font-family: 'Font Awesome 5 Brands';
813
+ font-weight: 400; }
 
814
 
815
  .fa.fa-bitbucket-square:before {
816
+ content: "\f171"; }
 
817
 
818
  .fa.fa-tumblr {
819
+ font-family: 'Font Awesome 5 Brands';
820
+ font-weight: 400; }
 
821
 
822
  .fa.fa-tumblr-square {
823
+ font-family: 'Font Awesome 5 Brands';
824
+ font-weight: 400; }
 
825
 
826
  .fa.fa-long-arrow-down:before {
827
+ content: "\f309"; }
 
828
 
829
  .fa.fa-long-arrow-up:before {
830
+ content: "\f30c"; }
 
831
 
832
  .fa.fa-long-arrow-left:before {
833
+ content: "\f30a"; }
 
834
 
835
  .fa.fa-long-arrow-right:before {
836
+ content: "\f30b"; }
 
837
 
838
  .fa.fa-apple {
839
+ font-family: 'Font Awesome 5 Brands';
840
+ font-weight: 400; }
 
841
 
842
  .fa.fa-windows {
843
+ font-family: 'Font Awesome 5 Brands';
844
+ font-weight: 400; }
 
845
 
846
  .fa.fa-android {
847
+ font-family: 'Font Awesome 5 Brands';
848
+ font-weight: 400; }
 
849
 
850
  .fa.fa-linux {
851
+ font-family: 'Font Awesome 5 Brands';
852
+ font-weight: 400; }
 
853
 
854
  .fa.fa-dribbble {
855
+ font-family: 'Font Awesome 5 Brands';
856
+ font-weight: 400; }
 
857
 
858
  .fa.fa-skype {
859
+ font-family: 'Font Awesome 5 Brands';
860
+ font-weight: 400; }
 
861
 
862
  .fa.fa-foursquare {
863
+ font-family: 'Font Awesome 5 Brands';
864
+ font-weight: 400; }
 
865
 
866
  .fa.fa-trello {
867
+ font-family: 'Font Awesome 5 Brands';
868
+ font-weight: 400; }
 
869
 
870
  .fa.fa-gratipay {
871
+ font-family: 'Font Awesome 5 Brands';
872
+ font-weight: 400; }
 
873
 
874
  .fa.fa-gittip {
875
+ font-family: 'Font Awesome 5 Brands';
876
+ font-weight: 400; }
 
877
 
878
  .fa.fa-gittip:before {
879
+ content: "\f184"; }
 
880
 
881
  .fa.fa-sun-o {
882
+ font-family: 'Font Awesome 5 Free';
883
+ font-weight: 400; }
 
884
 
885
  .fa.fa-sun-o:before {
886
+ content: "\f185"; }
 
887
 
888
  .fa.fa-moon-o {
889
+ font-family: 'Font Awesome 5 Free';
890
+ font-weight: 400; }
 
891
 
892
  .fa.fa-moon-o:before {
893
+ content: "\f186"; }
 
894
 
895
  .fa.fa-vk {
896
+ font-family: 'Font Awesome 5 Brands';
897
+ font-weight: 400; }
 
898
 
899
  .fa.fa-weibo {
900
+ font-family: 'Font Awesome 5 Brands';
901
+ font-weight: 400; }
 
902
 
903
  .fa.fa-renren {
904
+ font-family: 'Font Awesome 5 Brands';
905
+ font-weight: 400; }
 
906
 
907
  .fa.fa-pagelines {
908
+ font-family: 'Font Awesome 5 Brands';
909
+ font-weight: 400; }
 
910
 
911
  .fa.fa-stack-exchange {
912
+ font-family: 'Font Awesome 5 Brands';
913
+ font-weight: 400; }
 
914
 
915
  .fa.fa-arrow-circle-o-right {
916
+ font-family: 'Font Awesome 5 Free';
917
+ font-weight: 400; }
 
918
 
919
  .fa.fa-arrow-circle-o-right:before {
920
+ content: "\f35a"; }
 
921
 
922
  .fa.fa-arrow-circle-o-left {
923
+ font-family: 'Font Awesome 5 Free';
924
+ font-weight: 400; }
 
925
 
926
  .fa.fa-arrow-circle-o-left:before {
927
+ content: "\f359"; }
 
928
 
929
  .fa.fa-caret-square-o-left {
930
+ font-family: 'Font Awesome 5 Free';
931
+ font-weight: 400; }
 
932
 
933
  .fa.fa-caret-square-o-left:before {
934
+ content: "\f191"; }
 
935
 
936
  .fa.fa-toggle-left {
937
+ font-family: 'Font Awesome 5 Free';
938
+ font-weight: 400; }
 
939
 
940
  .fa.fa-toggle-left:before {
941
+ content: "\f191"; }
 
942
 
943
  .fa.fa-dot-circle-o {
944
+ font-family: 'Font Awesome 5 Free';
945
+ font-weight: 400; }
 
946
 
947
  .fa.fa-dot-circle-o:before {
948
+ content: "\f192"; }
 
949
 
950
  .fa.fa-vimeo-square {
951
+ font-family: 'Font Awesome 5 Brands';
952
+ font-weight: 400; }
 
953
 
954
  .fa.fa-try:before {
955
+ content: "\f195"; }
 
956
 
957
  .fa.fa-turkish-lira:before {
958
+ content: "\f195"; }
 
959
 
960
  .fa.fa-plus-square-o {
961
+ font-family: 'Font Awesome 5 Free';
962
+ font-weight: 400; }
 
963
 
964
  .fa.fa-plus-square-o:before {
965
+ content: "\f0fe"; }
 
966
 
967
  .fa.fa-slack {
968
+ font-family: 'Font Awesome 5 Brands';
969
+ font-weight: 400; }
 
970
 
971
  .fa.fa-wordpress {
972
+ font-family: 'Font Awesome 5 Brands';
973
+ font-weight: 400; }
 
974
 
975
  .fa.fa-openid {
976
+ font-family: 'Font Awesome 5 Brands';
977
+ font-weight: 400; }
 
978
 
979
  .fa.fa-institution:before {
980
+ content: "\f19c"; }
 
981
 
982
  .fa.fa-bank:before {
983
+ content: "\f19c"; }
 
984
 
985
  .fa.fa-mortar-board:before {
986
+ content: "\f19d"; }
 
987
 
988
  .fa.fa-yahoo {
989
+ font-family: 'Font Awesome 5 Brands';
990
+ font-weight: 400; }
 
991
 
992
  .fa.fa-google {
993
+ font-family: 'Font Awesome 5 Brands';
994
+ font-weight: 400; }
 
995
 
996
  .fa.fa-reddit {
997
+ font-family: 'Font Awesome 5 Brands';
998
+ font-weight: 400; }
 
999
 
1000
  .fa.fa-reddit-square {
1001
+ font-family: 'Font Awesome 5 Brands';
1002
+ font-weight: 400; }
 
1003
 
1004
  .fa.fa-stumbleupon-circle {
1005
+ font-family: 'Font Awesome 5 Brands';
1006
+ font-weight: 400; }
 
1007
 
1008
  .fa.fa-stumbleupon {
1009
+ font-family: 'Font Awesome 5 Brands';
1010
+ font-weight: 400; }
 
1011
 
1012
  .fa.fa-delicious {
1013
+ font-family: 'Font Awesome 5 Brands';
1014
+ font-weight: 400; }
 
1015
 
1016
  .fa.fa-digg {
1017
+ font-family: 'Font Awesome 5 Brands';
1018
+ font-weight: 400; }
 
1019
 
1020
  .fa.fa-pied-piper-pp {
1021
+ font-family: 'Font Awesome 5 Brands';
1022
+ font-weight: 400; }
 
1023
 
1024
  .fa.fa-pied-piper-alt {
1025
+ font-family: 'Font Awesome 5 Brands';
1026
+ font-weight: 400; }
 
1027
 
1028
  .fa.fa-drupal {
1029
+ font-family: 'Font Awesome 5 Brands';
1030
+ font-weight: 400; }
 
1031
 
1032
  .fa.fa-joomla {
1033
+ font-family: 'Font Awesome 5 Brands';
1034
+ font-weight: 400; }
 
1035
 
1036
  .fa.fa-spoon:before {
1037
+ content: "\f2e5"; }
 
1038
 
1039
  .fa.fa-behance {
1040
+ font-family: 'Font Awesome 5 Brands';
1041
+ font-weight: 400; }
 
1042
 
1043
  .fa.fa-behance-square {
1044
+ font-family: 'Font Awesome 5 Brands';
1045
+ font-weight: 400; }
 
1046
 
1047
  .fa.fa-steam {
1048
+ font-family: 'Font Awesome 5 Brands';
1049
+ font-weight: 400; }
 
1050
 
1051
  .fa.fa-steam-square {
1052
+ font-family: 'Font Awesome 5 Brands';
1053
+ font-weight: 400; }
 
1054
 
1055
  .fa.fa-automobile:before {
1056
+ content: "\f1b9"; }
 
1057
 
1058
  .fa.fa-cab:before {
1059
+ content: "\f1ba"; }
 
1060
 
1061
  .fa.fa-envelope-o {
1062
+ font-family: 'Font Awesome 5 Free';
1063
+ font-weight: 400; }
 
1064
 
1065
  .fa.fa-envelope-o:before {
1066
+ content: "\f0e0"; }
 
1067
 
1068
  .fa.fa-deviantart {
1069
+ font-family: 'Font Awesome 5 Brands';
1070
+ font-weight: 400; }
 
1071
 
1072
  .fa.fa-soundcloud {
1073
+ font-family: 'Font Awesome 5 Brands';
1074
+ font-weight: 400; }
 
1075
 
1076
  .fa.fa-file-pdf-o {
1077
+ font-family: 'Font Awesome 5 Free';
1078
+ font-weight: 400; }
 
1079
 
1080
  .fa.fa-file-pdf-o:before {
1081
+ content: "\f1c1"; }
 
1082
 
1083
  .fa.fa-file-word-o {
1084
+ font-family: 'Font Awesome 5 Free';
1085
+ font-weight: 400; }
 
1086
 
1087
  .fa.fa-file-word-o:before {
1088
+ content: "\f1c2"; }
 
1089
 
1090
  .fa.fa-file-excel-o {
1091
+ font-family: 'Font Awesome 5 Free';
1092
+ font-weight: 400; }
 
1093
 
1094
  .fa.fa-file-excel-o:before {
1095
+ content: "\f1c3"; }
 
1096
 
1097
  .fa.fa-file-powerpoint-o {
1098
+ font-family: 'Font Awesome 5 Free';
1099
+ font-weight: 400; }
 
1100
 
1101
  .fa.fa-file-powerpoint-o:before {
1102
+ content: "\f1c4"; }
 
1103
 
1104
  .fa.fa-file-image-o {
1105
+ font-family: 'Font Awesome 5 Free';
1106
+ font-weight: 400; }
 
1107
 
1108
  .fa.fa-file-image-o:before {
1109
+ content: "\f1c5"; }
 
1110
 
1111
  .fa.fa-file-photo-o {
1112
+ font-family: 'Font Awesome 5 Free';
1113
+ font-weight: 400; }
 
1114
 
1115
  .fa.fa-file-photo-o:before {
1116
+ content: "\f1c5"; }
 
1117
 
1118
  .fa.fa-file-picture-o {
1119
+ font-family: 'Font Awesome 5 Free';
1120
+ font-weight: 400; }
 
1121
 
1122
  .fa.fa-file-picture-o:before {
1123
+ content: "\f1c5"; }
 
1124
 
1125
  .fa.fa-file-archive-o {
1126
+ font-family: 'Font Awesome 5 Free';
1127
+ font-weight: 400; }
 
1128
 
1129
  .fa.fa-file-archive-o:before {
1130
+ content: "\f1c6"; }
 
1131
 
1132
  .fa.fa-file-zip-o {
1133
+ font-family: 'Font Awesome 5 Free';
1134
+ font-weight: 400; }
 
1135
 
1136
  .fa.fa-file-zip-o:before {
1137
+ content: "\f1c6"; }
 
1138
 
1139
  .fa.fa-file-audio-o {
1140
+ font-family: 'Font Awesome 5 Free';
1141
+ font-weight: 400; }
 
1142
 
1143
  .fa.fa-file-audio-o:before {
1144
+ content: "\f1c7"; }
 
1145
 
1146
  .fa.fa-file-sound-o {
1147
+ font-family: 'Font Awesome 5 Free';
1148
+ font-weight: 400; }
 
1149
 
1150
  .fa.fa-file-sound-o:before {
1151
+ content: "\f1c7"; }
 
1152
 
1153
  .fa.fa-file-video-o {
1154
+ font-family: 'Font Awesome 5 Free';
1155
+ font-weight: 400; }
 
1156
 
1157
  .fa.fa-file-video-o:before {
1158
+ content: "\f1c8"; }
 
1159
 
1160
  .fa.fa-file-movie-o {
1161
+ font-family: 'Font Awesome 5 Free';
1162
+ font-weight: 400; }
 
1163
 
1164
  .fa.fa-file-movie-o:before {
1165
+ content: "\f1c8"; }
 
1166
 
1167
  .fa.fa-file-code-o {
1168
+ font-family: 'Font Awesome 5 Free';
1169
+ font-weight: 400; }
 
1170
 
1171
  .fa.fa-file-code-o:before {
1172
+ content: "\f1c9"; }
 
1173
 
1174
  .fa.fa-vine {
1175
+ font-family: 'Font Awesome 5 Brands';
1176
+ font-weight: 400; }
 
1177
 
1178
  .fa.fa-codepen {
1179
+ font-family: 'Font Awesome 5 Brands';
1180
+ font-weight: 400; }
 
1181
 
1182
  .fa.fa-jsfiddle {
1183
+ font-family: 'Font Awesome 5 Brands';
1184
+ font-weight: 400; }
 
1185
 
1186
  .fa.fa-life-ring {
1187
+ font-family: 'Font Awesome 5 Free';
1188
+ font-weight: 400; }
 
1189
 
1190
  .fa.fa-life-bouy {
1191
+ font-family: 'Font Awesome 5 Free';
1192
+ font-weight: 400; }
 
1193
 
1194
  .fa.fa-life-bouy:before {
1195
+ content: "\f1cd"; }
 
1196
 
1197
  .fa.fa-life-buoy {
1198
+ font-family: 'Font Awesome 5 Free';
1199
+ font-weight: 400; }
 
1200
 
1201
  .fa.fa-life-buoy:before {
1202
+ content: "\f1cd"; }
 
1203
 
1204
  .fa.fa-life-saver {
1205
+ font-family: 'Font Awesome 5 Free';
1206
+ font-weight: 400; }
 
1207
 
1208
  .fa.fa-life-saver:before {
1209
+ content: "\f1cd"; }
 
1210
 
1211
  .fa.fa-support {
1212
+ font-family: 'Font Awesome 5 Free';
1213
+ font-weight: 400; }
 
1214
 
1215
  .fa.fa-support:before {
1216
+ content: "\f1cd"; }
 
1217
 
1218
  .fa.fa-circle-o-notch:before {
1219
+ content: "\f1ce"; }
 
1220
 
1221
  .fa.fa-rebel {
1222
+ font-family: 'Font Awesome 5 Brands';
1223
+ font-weight: 400; }
 
1224
 
1225
  .fa.fa-ra {
1226
+ font-family: 'Font Awesome 5 Brands';
1227
+ font-weight: 400; }
 
1228
 
1229
  .fa.fa-ra:before {
1230
+ content: "\f1d0"; }
 
1231
 
1232
  .fa.fa-resistance {
1233
+ font-family: 'Font Awesome 5 Brands';
1234
+ font-weight: 400; }
 
1235
 
1236
  .fa.fa-resistance:before {
1237
+ content: "\f1d0"; }
 
1238
 
1239
  .fa.fa-empire {
1240
+ font-family: 'Font Awesome 5 Brands';
1241
+ font-weight: 400; }
 
1242
 
1243
  .fa.fa-ge {
1244
+ font-family: 'Font Awesome 5 Brands';
1245
+ font-weight: 400; }
 
1246
 
1247
  .fa.fa-ge:before {
1248
+ content: "\f1d1"; }
 
1249
 
1250
  .fa.fa-git-square {
1251
+ font-family: 'Font Awesome 5 Brands';
1252
+ font-weight: 400; }
 
1253
 
1254
  .fa.fa-git {
1255
+ font-family: 'Font Awesome 5 Brands';
1256
+ font-weight: 400; }
 
1257
 
1258
  .fa.fa-hacker-news {
1259
+ font-family: 'Font Awesome 5 Brands';
1260
+ font-weight: 400; }
 
1261
 
1262
  .fa.fa-y-combinator-square {
1263
+ font-family: 'Font Awesome 5 Brands';
1264
+ font-weight: 400; }
 
1265
 
1266
  .fa.fa-y-combinator-square:before {
1267
+ content: "\f1d4"; }
 
1268
 
1269
  .fa.fa-yc-square {
1270
+ font-family: 'Font Awesome 5 Brands';
1271
+ font-weight: 400; }
 
1272
 
1273
  .fa.fa-yc-square:before {
1274
+ content: "\f1d4"; }
 
1275
 
1276
  .fa.fa-tencent-weibo {
1277
+ font-family: 'Font Awesome 5 Brands';
1278
+ font-weight: 400; }
 
1279
 
1280
  .fa.fa-qq {
1281
+ font-family: 'Font Awesome 5 Brands';
1282
+ font-weight: 400; }
 
1283
 
1284
  .fa.fa-weixin {
1285
+ font-family: 'Font Awesome 5 Brands';
1286
+ font-weight: 400; }
 
1287
 
1288
  .fa.fa-wechat {
1289
+ font-family: 'Font Awesome 5 Brands';
1290
+ font-weight: 400; }
 
1291
 
1292
  .fa.fa-wechat:before {
1293
+ content: "\f1d7"; }
 
1294
 
1295
  .fa.fa-send:before {
1296
+ content: "\f1d8"; }
 
1297
 
1298
  .fa.fa-paper-plane-o {
1299
+ font-family: 'Font Awesome 5 Free';
1300
+ font-weight: 400; }
 
1301
 
1302
  .fa.fa-paper-plane-o:before {
1303
+ content: "\f1d8"; }
 
1304
 
1305
  .fa.fa-send-o {
1306
+ font-family: 'Font Awesome 5 Free';
1307
+ font-weight: 400; }
 
1308
 
1309
  .fa.fa-send-o:before {
1310
+ content: "\f1d8"; }
 
1311
 
1312
  .fa.fa-circle-thin {
1313
+ font-family: 'Font Awesome 5 Free';
1314
+ font-weight: 400; }
 
1315
 
1316
  .fa.fa-circle-thin:before {
1317
+ content: "\f111"; }
 
1318
 
1319
  .fa.fa-header:before {
1320
+ content: "\f1dc"; }
 
1321
 
1322
  .fa.fa-sliders:before {
1323
+ content: "\f1de"; }
 
1324
 
1325
  .fa.fa-futbol-o {
1326
+ font-family: 'Font Awesome 5 Free';
1327
+ font-weight: 400; }
 
1328
 
1329
  .fa.fa-futbol-o:before {
1330
+ content: "\f1e3"; }
 
1331
 
1332
  .fa.fa-soccer-ball-o {
1333
+ font-family: 'Font Awesome 5 Free';
1334
+ font-weight: 400; }
 
1335
 
1336
  .fa.fa-soccer-ball-o:before {
1337
+ content: "\f1e3"; }
 
1338
 
1339
  .fa.fa-slideshare {
1340
+ font-family: 'Font Awesome 5 Brands';
1341
+ font-weight: 400; }
 
1342
 
1343
  .fa.fa-twitch {
1344
+ font-family: 'Font Awesome 5 Brands';
1345
+ font-weight: 400; }
 
1346
 
1347
  .fa.fa-yelp {
1348
+ font-family: 'Font Awesome 5 Brands';
1349
+ font-weight: 400; }
 
1350
 
1351
  .fa.fa-newspaper-o {
1352
+ font-family: 'Font Awesome 5 Free';
1353
+ font-weight: 400; }
 
1354
 
1355
  .fa.fa-newspaper-o:before {
1356
+ content: "\f1ea"; }
 
1357
 
1358
  .fa.fa-paypal {
1359
+ font-family: 'Font Awesome 5 Brands';
1360
+ font-weight: 400; }
 
1361
 
1362
  .fa.fa-google-wallet {
1363
+ font-family: 'Font Awesome 5 Brands';
1364
+ font-weight: 400; }
 
1365
 
1366
  .fa.fa-cc-visa {
1367
+ font-family: 'Font Awesome 5 Brands';
1368
+ font-weight: 400; }
 
1369
 
1370
  .fa.fa-cc-mastercard {
1371
+ font-family: 'Font Awesome 5 Brands';
1372
+ font-weight: 400; }
 
1373
 
1374
  .fa.fa-cc-discover {
1375
+ font-family: 'Font Awesome 5 Brands';
1376
+ font-weight: 400; }
 
1377
 
1378
  .fa.fa-cc-amex {
1379
+ font-family: 'Font Awesome 5 Brands';
1380
+ font-weight: 400; }
 
1381
 
1382
  .fa.fa-cc-paypal {
1383
+ font-family: 'Font Awesome 5 Brands';
1384
+ font-weight: 400; }
 
1385
 
1386
  .fa.fa-cc-stripe {
1387
+ font-family: 'Font Awesome 5 Brands';
1388
+ font-weight: 400; }
 
1389
 
1390
  .fa.fa-bell-slash-o {
1391
+ font-family: 'Font Awesome 5 Free';
1392
+ font-weight: 400; }
 
1393
 
1394
  .fa.fa-bell-slash-o:before {
1395
+ content: "\f1f6"; }
 
1396
 
1397
  .fa.fa-trash:before {
1398
+ content: "\f2ed"; }
 
1399
 
1400
  .fa.fa-copyright {
1401
+ font-family: 'Font Awesome 5 Free';
1402
+ font-weight: 400; }
 
1403
 
1404
  .fa.fa-eyedropper:before {
1405
+ content: "\f1fb"; }
 
1406
 
1407
  .fa.fa-area-chart:before {
1408
+ content: "\f1fe"; }
 
1409
 
1410
  .fa.fa-pie-chart:before {
1411
+ content: "\f200"; }
 
1412
 
1413
  .fa.fa-line-chart:before {
1414
+ content: "\f201"; }
 
1415
 
1416
  .fa.fa-lastfm {
1417
+ font-family: 'Font Awesome 5 Brands';
1418
+ font-weight: 400; }
 
1419
 
1420
  .fa.fa-lastfm-square {
1421
+ font-family: 'Font Awesome 5 Brands';
1422
+ font-weight: 400; }
 
1423
 
1424
  .fa.fa-ioxhost {
1425
+ font-family: 'Font Awesome 5 Brands';
1426
+ font-weight: 400; }
 
1427
 
1428
  .fa.fa-angellist {
1429
+ font-family: 'Font Awesome 5 Brands';
1430
+ font-weight: 400; }
 
1431
 
1432
  .fa.fa-cc {
1433
+ font-family: 'Font Awesome 5 Free';
1434
+ font-weight: 400; }
 
1435
 
1436
  .fa.fa-cc:before {
1437
+ content: "\f20a"; }
 
1438
 
1439
  .fa.fa-ils:before {
1440
+ content: "\f20b"; }
 
1441
 
1442
  .fa.fa-shekel:before {
1443
+ content: "\f20b"; }
 
1444
 
1445
  .fa.fa-sheqel:before {
1446
+ content: "\f20b"; }
 
1447
 
1448
  .fa.fa-meanpath {
1449
+ font-family: 'Font Awesome 5 Brands';
1450
+ font-weight: 400; }
 
1451
 
1452
  .fa.fa-meanpath:before {
1453
+ content: "\f2b4"; }
 
1454
 
1455
  .fa.fa-buysellads {
1456
+ font-family: 'Font Awesome 5 Brands';
1457
+ font-weight: 400; }
 
1458
 
1459
  .fa.fa-connectdevelop {
1460
+ font-family: 'Font Awesome 5 Brands';
1461
+ font-weight: 400; }
 
1462
 
1463
  .fa.fa-dashcube {
1464
+ font-family: 'Font Awesome 5 Brands';
1465
+ font-weight: 400; }
 
1466
 
1467
  .fa.fa-forumbee {
1468
+ font-family: 'Font Awesome 5 Brands';
1469
+ font-weight: 400; }
 
1470
 
1471
  .fa.fa-leanpub {
1472
+ font-family: 'Font Awesome 5 Brands';
1473
+ font-weight: 400; }
 
1474
 
1475
  .fa.fa-sellsy {
1476
+ font-family: 'Font Awesome 5 Brands';
1477
+ font-weight: 400; }
 
1478
 
1479
  .fa.fa-shirtsinbulk {
1480
+ font-family: 'Font Awesome 5 Brands';
1481
+ font-weight: 400; }
 
1482
 
1483
  .fa.fa-simplybuilt {
1484
+ font-family: 'Font Awesome 5 Brands';
1485
+ font-weight: 400; }
 
1486
 
1487
  .fa.fa-skyatlas {
1488
+ font-family: 'Font Awesome 5 Brands';
1489
+ font-weight: 400; }
 
1490
 
1491
  .fa.fa-diamond {
1492
+ font-family: 'Font Awesome 5 Free';
1493
+ font-weight: 400; }
 
1494
 
1495
  .fa.fa-diamond:before {
1496
+ content: "\f3a5"; }
 
1497
 
1498
  .fa.fa-intersex:before {
1499
+ content: "\f224"; }
 
1500
 
1501
  .fa.fa-facebook-official {
1502
+ font-family: 'Font Awesome 5 Brands';
1503
+ font-weight: 400; }
 
1504
 
1505
  .fa.fa-facebook-official:before {
1506
+ content: "\f09a"; }
 
1507
 
1508
  .fa.fa-pinterest-p {
1509
+ font-family: 'Font Awesome 5 Brands';
1510
+ font-weight: 400; }
 
1511
 
1512
  .fa.fa-whatsapp {
1513
+ font-family: 'Font Awesome 5 Brands';
1514
+ font-weight: 400; }
 
1515
 
1516
  .fa.fa-hotel:before {
1517
+ content: "\f236"; }
 
1518
 
1519
  .fa.fa-viacoin {
1520
+ font-family: 'Font Awesome 5 Brands';
1521
+ font-weight: 400; }
 
1522
 
1523
  .fa.fa-medium {
1524
+ font-family: 'Font Awesome 5 Brands';
1525
+ font-weight: 400; }
 
1526
 
1527
  .fa.fa-y-combinator {
1528
+ font-family: 'Font Awesome 5 Brands';
1529
+ font-weight: 400; }
 
1530
 
1531
  .fa.fa-yc {
1532
+ font-family: 'Font Awesome 5 Brands';
1533
+ font-weight: 400; }
 
1534
 
1535
  .fa.fa-yc:before {
1536
+ content: "\f23b"; }
 
1537
 
1538
  .fa.fa-optin-monster {
1539
+ font-family: 'Font Awesome 5 Brands';
1540
+ font-weight: 400; }
 
1541
 
1542
  .fa.fa-opencart {
1543
+ font-family: 'Font Awesome 5 Brands';
1544
+ font-weight: 400; }
 
1545
 
1546
  .fa.fa-expeditedssl {
1547
+ font-family: 'Font Awesome 5 Brands';
1548
+ font-weight: 400; }
 
1549
 
1550
  .fa.fa-battery-4:before {
1551
+ content: "\f240"; }
 
1552
 
1553
  .fa.fa-battery:before {
1554
+ content: "\f240"; }
 
1555
 
1556
  .fa.fa-battery-3:before {
1557
+ content: "\f241"; }
 
1558
 
1559
  .fa.fa-battery-2:before {
1560
+ content: "\f242"; }
 
1561
 
1562
  .fa.fa-battery-1:before {
1563
+ content: "\f243"; }
 
1564
 
1565
  .fa.fa-battery-0:before {
1566
+ content: "\f244"; }
 
1567
 
1568
  .fa.fa-object-group {
1569
+ font-family: 'Font Awesome 5 Free';
1570
+ font-weight: 400; }
 
1571
 
1572
  .fa.fa-object-ungroup {
1573
+ font-family: 'Font Awesome 5 Free';
1574
+ font-weight: 400; }
 
1575
 
1576
  .fa.fa-sticky-note-o {
1577
+ font-family: 'Font Awesome 5 Free';
1578
+ font-weight: 400; }
 
1579
 
1580
  .fa.fa-sticky-note-o:before {
1581
+ content: "\f249"; }
 
1582
 
1583
  .fa.fa-cc-jcb {
1584
+ font-family: 'Font Awesome 5 Brands';
1585
+ font-weight: 400; }
 
1586
 
1587
  .fa.fa-cc-diners-club {
1588
+ font-family: 'Font Awesome 5 Brands';
1589
+ font-weight: 400; }
 
1590
 
1591
  .fa.fa-clone {
1592
+ font-family: 'Font Awesome 5 Free';
1593
+ font-weight: 400; }
 
1594
 
1595
  .fa.fa-hourglass-o {
1596
+ font-family: 'Font Awesome 5 Free';
1597
+ font-weight: 400; }
 
1598
 
1599
  .fa.fa-hourglass-o:before {
1600
+ content: "\f254"; }
 
1601
 
1602
  .fa.fa-hourglass-1:before {
1603
+ content: "\f251"; }
 
1604
 
1605
  .fa.fa-hourglass-2:before {
1606
+ content: "\f252"; }
 
1607
 
1608
  .fa.fa-hourglass-3:before {
1609
+ content: "\f253"; }
 
1610
 
1611
  .fa.fa-hand-rock-o {
1612
+ font-family: 'Font Awesome 5 Free';
1613
+ font-weight: 400; }
 
1614
 
1615
  .fa.fa-hand-rock-o:before {
1616
+ content: "\f255"; }
 
1617
 
1618
  .fa.fa-hand-grab-o {
1619
+ font-family: 'Font Awesome 5 Free';
1620
+ font-weight: 400; }
 
1621
 
1622
  .fa.fa-hand-grab-o:before {
1623
+ content: "\f255"; }
 
1624
 
1625
  .fa.fa-hand-paper-o {
1626
+ font-family: 'Font Awesome 5 Free';
1627
+ font-weight: 400; }
 
1628
 
1629
  .fa.fa-hand-paper-o:before {
1630
+ content: "\f256"; }
 
1631
 
1632
  .fa.fa-hand-stop-o {
1633
+ font-family: 'Font Awesome 5 Free';
1634
+ font-weight: 400; }
 
1635
 
1636
  .fa.fa-hand-stop-o:before {
1637
+ content: "\f256"; }
 
1638
 
1639
  .fa.fa-hand-scissors-o {
1640
+ font-family: 'Font Awesome 5 Free';
1641
+ font-weight: 400; }
 
1642
 
1643
  .fa.fa-hand-scissors-o:before {
1644
+ content: "\f257"; }
 
1645
 
1646
  .fa.fa-hand-lizard-o {
1647
+ font-family: 'Font Awesome 5 Free';
1648
+ font-weight: 400; }
 
1649
 
1650
  .fa.fa-hand-lizard-o:before {
1651
+ content: "\f258"; }
 
1652
 
1653
  .fa.fa-hand-spock-o {
1654
+ font-family: 'Font Awesome 5 Free';
1655
+ font-weight: 400; }
 
1656
 
1657
  .fa.fa-hand-spock-o:before {
1658
+ content: "\f259"; }
 
1659
 
1660
  .fa.fa-hand-pointer-o {
1661
+ font-family: 'Font Awesome 5 Free';
1662
+ font-weight: 400; }
 
1663
 
1664
  .fa.fa-hand-pointer-o:before {
1665
+ content: "\f25a"; }
 
1666
 
1667
  .fa.fa-hand-peace-o {
1668
+ font-family: 'Font Awesome 5 Free';
1669
+ font-weight: 400; }
 
1670
 
1671
  .fa.fa-hand-peace-o:before {
1672
+ content: "\f25b"; }
 
1673
 
1674
  .fa.fa-registered {
1675
+ font-family: 'Font Awesome 5 Free';
1676
+ font-weight: 400; }
 
1677
 
1678
  .fa.fa-creative-commons {
1679
+ font-family: 'Font Awesome 5 Brands';
1680
+ font-weight: 400; }
 
1681
 
1682
  .fa.fa-gg {
1683
+ font-family: 'Font Awesome 5 Brands';
1684
+ font-weight: 400; }
 
1685
 
1686
  .fa.fa-gg-circle {
1687
+ font-family: 'Font Awesome 5 Brands';
1688
+ font-weight: 400; }
 
1689
 
1690
  .fa.fa-tripadvisor {
1691
+ font-family: 'Font Awesome 5 Brands';
1692
+ font-weight: 400; }
 
1693
 
1694
  .fa.fa-odnoklassniki {
1695
+ font-family: 'Font Awesome 5 Brands';
1696
+ font-weight: 400; }
 
1697
 
1698
  .fa.fa-odnoklassniki-square {
1699
+ font-family: 'Font Awesome 5 Brands';
1700
+ font-weight: 400; }
 
1701
 
1702
  .fa.fa-get-pocket {
1703
+ font-family: 'Font Awesome 5 Brands';
1704
+ font-weight: 400; }
 
1705
 
1706
  .fa.fa-wikipedia-w {
1707
+ font-family: 'Font Awesome 5 Brands';
1708
+ font-weight: 400; }
 
1709
 
1710
  .fa.fa-safari {
1711
+ font-family: 'Font Awesome 5 Brands';
1712
+ font-weight: 400; }
 
1713
 
1714
  .fa.fa-chrome {
1715
+ font-family: 'Font Awesome 5 Brands';
1716
+ font-weight: 400; }
 
1717
 
1718
  .fa.fa-firefox {
1719
+ font-family: 'Font Awesome 5 Brands';
1720
+ font-weight: 400; }
 
1721
 
1722
  .fa.fa-opera {
1723
+ font-family: 'Font Awesome 5 Brands';
1724
+ font-weight: 400; }
 
1725
 
1726
  .fa.fa-internet-explorer {
1727
+ font-family: 'Font Awesome 5 Brands';
1728
+ font-weight: 400; }
 
1729
 
1730
  .fa.fa-television:before {
1731
+ content: "\f26c"; }
 
1732
 
1733
  .fa.fa-contao {
1734
+ font-family: 'Font Awesome 5 Brands';
1735
+ font-weight: 400; }
 
1736
 
1737
  .fa.fa-500px {
1738
+ font-family: 'Font Awesome 5 Brands';
1739
+ font-weight: 400; }
 
1740
 
1741
  .fa.fa-amazon {
1742
+ font-family: 'Font Awesome 5 Brands';
1743
+ font-weight: 400; }
 
1744
 
1745
  .fa.fa-calendar-plus-o {
1746
+ font-family: 'Font Awesome 5 Free';
1747
+ font-weight: 400; }
 
1748
 
1749
  .fa.fa-calendar-plus-o:before {
1750
+ content: "\f271"; }
 
1751
 
1752
  .fa.fa-calendar-minus-o {
1753
+ font-family: 'Font Awesome 5 Free';
1754
+ font-weight: 400; }
 
1755
 
1756
  .fa.fa-calendar-minus-o:before {
1757
+ content: "\f272"; }
 
1758
 
1759
  .fa.fa-calendar-times-o {
1760
+ font-family: 'Font Awesome 5 Free';
1761
+ font-weight: 400; }
 
1762
 
1763
  .fa.fa-calendar-times-o:before {
1764
+ content: "\f273"; }
 
1765
 
1766
  .fa.fa-calendar-check-o {
1767
+ font-family: 'Font Awesome 5 Free';
1768
+ font-weight: 400; }
 
1769
 
1770
  .fa.fa-calendar-check-o:before {
1771
+ content: "\f274"; }
 
1772
 
1773
  .fa.fa-map-o {
1774
+ font-family: 'Font Awesome 5 Free';
1775
+ font-weight: 400; }
 
1776
 
1777
  .fa.fa-map-o:before {
1778
+ content: "\f279"; }
 
 
 
 
 
 
1779
 
1780
  .fa.fa-commenting:before {
1781
+ content: "\f4ad"; }
 
1782
 
1783
  .fa.fa-commenting-o {
1784
+ font-family: 'Font Awesome 5 Free';
1785
+ font-weight: 400; }
 
1786
 
1787
  .fa.fa-commenting-o:before {
1788
+ content: "\f4ad"; }
 
1789
 
1790
  .fa.fa-houzz {
1791
+ font-family: 'Font Awesome 5 Brands';
1792
+ font-weight: 400; }
 
1793
 
1794
  .fa.fa-vimeo {
1795
+ font-family: 'Font Awesome 5 Brands';
1796
+ font-weight: 400; }
 
1797
 
1798
  .fa.fa-vimeo:before {
1799
+ content: "\f27d"; }
 
1800
 
1801
  .fa.fa-black-tie {
1802
+ font-family: 'Font Awesome 5 Brands';
1803
+ font-weight: 400; }
 
1804
 
1805
  .fa.fa-fonticons {
1806
+ font-family: 'Font Awesome 5 Brands';
1807
+ font-weight: 400; }
 
1808
 
1809
  .fa.fa-reddit-alien {
1810
+ font-family: 'Font Awesome 5 Brands';
1811
+ font-weight: 400; }
 
1812
 
1813
  .fa.fa-edge {
1814
+ font-family: 'Font Awesome 5 Brands';
1815
+ font-weight: 400; }
 
1816
 
1817
  .fa.fa-credit-card-alt:before {
1818
+ content: "\f09d"; }
 
1819
 
1820
  .fa.fa-codiepie {
1821
+ font-family: 'Font Awesome 5 Brands';
1822
+ font-weight: 400; }
 
1823
 
1824
  .fa.fa-modx {
1825
+ font-family: 'Font Awesome 5 Brands';
1826
+ font-weight: 400; }
 
1827
 
1828
  .fa.fa-fort-awesome {
1829
+ font-family: 'Font Awesome 5 Brands';
1830
+ font-weight: 400; }
 
1831
 
1832
  .fa.fa-usb {
1833
+ font-family: 'Font Awesome 5 Brands';
1834
+ font-weight: 400; }
 
1835
 
1836
  .fa.fa-product-hunt {
1837
+ font-family: 'Font Awesome 5 Brands';
1838
+ font-weight: 400; }
 
1839
 
1840
  .fa.fa-mixcloud {
1841
+ font-family: 'Font Awesome 5 Brands';
1842
+ font-weight: 400; }
 
1843
 
1844
  .fa.fa-scribd {
1845
+ font-family: 'Font Awesome 5 Brands';
1846
+ font-weight: 400; }
 
1847
 
1848
  .fa.fa-pause-circle-o {
1849
+ font-family: 'Font Awesome 5 Free';
1850
+ font-weight: 400; }
 
1851
 
1852
  .fa.fa-pause-circle-o:before {
1853
+ content: "\f28b"; }
 
1854
 
1855
  .fa.fa-stop-circle-o {
1856
+ font-family: 'Font Awesome 5 Free';
1857
+ font-weight: 400; }
 
1858
 
1859
  .fa.fa-stop-circle-o:before {
1860
+ content: "\f28d"; }
 
1861
 
1862
  .fa.fa-bluetooth {
1863
+ font-family: 'Font Awesome 5 Brands';
1864
+ font-weight: 400; }
 
1865
 
1866
  .fa.fa-bluetooth-b {
1867
+ font-family: 'Font Awesome 5 Brands';
1868
+ font-weight: 400; }
 
1869
 
1870
  .fa.fa-gitlab {
1871
+ font-family: 'Font Awesome 5 Brands';
1872
+ font-weight: 400; }
 
1873
 
1874
  .fa.fa-wpbeginner {
1875
+ font-family: 'Font Awesome 5 Brands';
1876
+ font-weight: 400; }
 
1877
 
1878
  .fa.fa-wpforms {
1879
+ font-family: 'Font Awesome 5 Brands';
1880
+ font-weight: 400; }
 
1881
 
1882
  .fa.fa-envira {
1883
+ font-family: 'Font Awesome 5 Brands';
1884
+ font-weight: 400; }
 
1885
 
1886
  .fa.fa-wheelchair-alt {
1887
+ font-family: 'Font Awesome 5 Brands';
1888
+ font-weight: 400; }
 
1889
 
1890
  .fa.fa-wheelchair-alt:before {
1891
+ content: "\f368"; }
 
1892
 
1893
  .fa.fa-question-circle-o {
1894
+ font-family: 'Font Awesome 5 Free';
1895
+ font-weight: 400; }
 
1896
 
1897
  .fa.fa-question-circle-o:before {
1898
+ content: "\f059"; }
 
1899
 
1900
  .fa.fa-volume-control-phone:before {
1901
+ content: "\f2a0"; }
 
1902
 
1903
  .fa.fa-asl-interpreting:before {
1904
+ content: "\f2a3"; }
 
1905
 
1906
  .fa.fa-deafness:before {
1907
+ content: "\f2a4"; }
 
1908
 
1909
  .fa.fa-hard-of-hearing:before {
1910
+ content: "\f2a4"; }
 
1911
 
1912
  .fa.fa-glide {
1913
+ font-family: 'Font Awesome 5 Brands';
1914
+ font-weight: 400; }
 
1915
 
1916
  .fa.fa-glide-g {
1917
+ font-family: 'Font Awesome 5 Brands';
1918
+ font-weight: 400; }
 
1919
 
1920
  .fa.fa-signing:before {
1921
+ content: "\f2a7"; }
 
1922
 
1923
  .fa.fa-viadeo {
1924
+ font-family: 'Font Awesome 5 Brands';
1925
+ font-weight: 400; }
 
1926
 
1927
  .fa.fa-viadeo-square {
1928
+ font-family: 'Font Awesome 5 Brands';
1929
+ font-weight: 400; }
 
1930
 
1931
  .fa.fa-snapchat {
1932
+ font-family: 'Font Awesome 5 Brands';
1933
+ font-weight: 400; }
 
1934
 
1935
  .fa.fa-snapchat-ghost {
1936
+ font-family: 'Font Awesome 5 Brands';
1937
+ font-weight: 400; }
 
1938
 
1939
  .fa.fa-snapchat-square {
1940
+ font-family: 'Font Awesome 5 Brands';
1941
+ font-weight: 400; }
 
1942
 
1943
  .fa.fa-pied-piper {
1944
+ font-family: 'Font Awesome 5 Brands';
1945
+ font-weight: 400; }
 
1946
 
1947
  .fa.fa-first-order {
1948
+ font-family: 'Font Awesome 5 Brands';
1949
+ font-weight: 400; }
 
1950
 
1951
  .fa.fa-yoast {
1952
+ font-family: 'Font Awesome 5 Brands';
1953
+ font-weight: 400; }
 
1954
 
1955
  .fa.fa-themeisle {
1956
+ font-family: 'Font Awesome 5 Brands';
1957
+ font-weight: 400; }
 
1958
 
1959
  .fa.fa-google-plus-official {
1960
+ font-family: 'Font Awesome 5 Brands';
1961
+ font-weight: 400; }
 
1962
 
1963
  .fa.fa-google-plus-official:before {
1964
+ content: "\f2b3"; }
 
1965
 
1966
  .fa.fa-google-plus-circle {
1967
+ font-family: 'Font Awesome 5 Brands';
1968
+ font-weight: 400; }
 
1969
 
1970
  .fa.fa-google-plus-circle:before {
1971
+ content: "\f2b3"; }
 
1972
 
1973
  .fa.fa-font-awesome {
1974
+ font-family: 'Font Awesome 5 Brands';
1975
+ font-weight: 400; }
 
1976
 
1977
  .fa.fa-fa {
1978
+ font-family: 'Font Awesome 5 Brands';
1979
+ font-weight: 400; }
 
1980
 
1981
  .fa.fa-fa:before {
1982
+ content: "\f2b4"; }
 
1983
 
1984
  .fa.fa-handshake-o {
1985
+ font-family: 'Font Awesome 5 Free';
1986
+ font-weight: 400; }
 
1987
 
1988
  .fa.fa-handshake-o:before {
1989
+ content: "\f2b5"; }
 
1990
 
1991
  .fa.fa-envelope-open-o {
1992
+ font-family: 'Font Awesome 5 Free';
1993
+ font-weight: 400; }
 
1994
 
1995
  .fa.fa-envelope-open-o:before {
1996
+ content: "\f2b6"; }
 
1997
 
1998
  .fa.fa-linode {
1999
+ font-family: 'Font Awesome 5 Brands';
2000
+ font-weight: 400; }
 
2001
 
2002
  .fa.fa-address-book-o {
2003
+ font-family: 'Font Awesome 5 Free';
2004
+ font-weight: 400; }
 
2005
 
2006
  .fa.fa-address-book-o:before {
2007
+ content: "\f2b9"; }
 
2008
 
2009
  .fa.fa-vcard:before {
2010
+ content: "\f2bb"; }
 
2011
 
2012
  .fa.fa-address-card-o {
2013
+ font-family: 'Font Awesome 5 Free';
2014
+ font-weight: 400; }
 
2015
 
2016
  .fa.fa-address-card-o:before {
2017
+ content: "\f2bb"; }
 
2018
 
2019
  .fa.fa-vcard-o {
2020
+ font-family: 'Font Awesome 5 Free';
2021
+ font-weight: 400; }
 
2022
 
2023
  .fa.fa-vcard-o:before {
2024
+ content: "\f2bb"; }
 
2025
 
2026
  .fa.fa-user-circle-o {
2027
+ font-family: 'Font Awesome 5 Free';
2028
+ font-weight: 400; }
 
2029
 
2030
  .fa.fa-user-circle-o:before {
2031
+ content: "\f2bd"; }
 
2032
 
2033
  .fa.fa-user-o {
2034
+ font-family: 'Font Awesome 5 Free';
2035
+ font-weight: 400; }
 
2036
 
2037
  .fa.fa-user-o:before {
2038
+ content: "\f007"; }
 
2039
 
2040
  .fa.fa-id-badge {
2041
+ font-family: 'Font Awesome 5 Free';
2042
+ font-weight: 400; }
 
2043
 
2044
  .fa.fa-drivers-license:before {
2045
+ content: "\f2c2"; }
 
2046
 
2047
  .fa.fa-id-card-o {
2048
+ font-family: 'Font Awesome 5 Free';
2049
+ font-weight: 400; }
 
2050
 
2051
  .fa.fa-id-card-o:before {
2052
+ content: "\f2c2"; }
 
2053
 
2054
  .fa.fa-drivers-license-o {
2055
+ font-family: 'Font Awesome 5 Free';
2056
+ font-weight: 400; }
 
2057
 
2058
  .fa.fa-drivers-license-o:before {
2059
+ content: "\f2c2"; }
 
2060
 
2061
  .fa.fa-quora {
2062
+ font-family: 'Font Awesome 5 Brands';
2063
+ font-weight: 400; }
 
2064
 
2065
  .fa.fa-free-code-camp {
2066
+ font-family: 'Font Awesome 5 Brands';
2067
+ font-weight: 400; }
 
2068
 
2069
  .fa.fa-telegram {
2070
+ font-family: 'Font Awesome 5 Brands';
2071
+ font-weight: 400; }
 
2072
 
2073
  .fa.fa-thermometer-4:before {
2074
+ content: "\f2c7"; }
 
2075
 
2076
  .fa.fa-thermometer:before {
2077
+ content: "\f2c7"; }
 
2078
 
2079
  .fa.fa-thermometer-3:before {
2080
+ content: "\f2c8"; }
 
2081
 
2082
  .fa.fa-thermometer-2:before {
2083
+ content: "\f2c9"; }
 
2084
 
2085
  .fa.fa-thermometer-1:before {
2086
+ content: "\f2ca"; }
 
2087
 
2088
  .fa.fa-thermometer-0:before {
2089
+ content: "\f2cb"; }
 
2090
 
2091
  .fa.fa-bathtub:before {
2092
+ content: "\f2cd"; }
 
2093
 
2094
  .fa.fa-s15:before {
2095
+ content: "\f2cd"; }
 
2096
 
2097
  .fa.fa-window-maximize {
2098
+ font-family: 'Font Awesome 5 Free';
2099
+ font-weight: 400; }
 
2100
 
2101
  .fa.fa-window-restore {
2102
+ font-family: 'Font Awesome 5 Free';
2103
+ font-weight: 400; }
 
2104
 
2105
  .fa.fa-times-rectangle:before {
2106
+ content: "\f410"; }
 
2107
 
2108
  .fa.fa-window-close-o {
2109
+ font-family: 'Font Awesome 5 Free';
2110
+ font-weight: 400; }
 
2111
 
2112
  .fa.fa-window-close-o:before {
2113
+ content: "\f410"; }
 
2114
 
2115
  .fa.fa-times-rectangle-o {
2116
+ font-family: 'Font Awesome 5 Free';
2117
+ font-weight: 400; }
 
2118
 
2119
  .fa.fa-times-rectangle-o:before {
2120
+ content: "\f410"; }
 
2121
 
2122
  .fa.fa-bandcamp {
2123
+ font-family: 'Font Awesome 5 Brands';
2124
+ font-weight: 400; }
 
2125
 
2126
  .fa.fa-grav {
2127
+ font-family: 'Font Awesome 5 Brands';
2128
+ font-weight: 400; }
 
2129
 
2130
  .fa.fa-etsy {
2131
+ font-family: 'Font Awesome 5 Brands';
2132
+ font-weight: 400; }
 
2133
 
2134
  .fa.fa-imdb {
2135
+ font-family: 'Font Awesome 5 Brands';
2136
+ font-weight: 400; }
 
2137
 
2138
  .fa.fa-ravelry {
2139
+ font-family: 'Font Awesome 5 Brands';
2140
+ font-weight: 400; }
 
2141
 
2142
  .fa.fa-eercast {
2143
+ font-family: 'Font Awesome 5 Brands';
2144
+ font-weight: 400; }
 
2145
 
2146
  .fa.fa-eercast:before {
2147
+ content: "\f2da"; }
 
2148
 
2149
  .fa.fa-snowflake-o {
2150
+ font-family: 'Font Awesome 5 Free';
2151
+ font-weight: 400; }
 
2152
 
2153
  .fa.fa-snowflake-o:before {
2154
+ content: "\f2dc"; }
 
2155
 
2156
  .fa.fa-superpowers {
2157
+ font-family: 'Font Awesome 5 Brands';
2158
+ font-weight: 400; }
 
2159
 
2160
  .fa.fa-wpexplorer {
2161
+ font-family: 'Font Awesome 5 Brands';
2162
+ font-weight: 400; }
 
2163
 
2164
  .fa.fa-spotify {
2165
+ font-family: 'Font Awesome 5 Brands';
2166
+ font-weight: 400; }
 
assets/fontawesome/css/v4-shims.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
- .fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f15e"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f161"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f163"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}
1
  /*!
2
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
  */
5
+ .fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f15e"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f161"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f163"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}
assets/fontawesome/metadata/categories.yml DELETED
@@ -1,1572 +0,0 @@
1
- accessibility:
2
- icons:
3
- - accessible-icon
4
- - american-sign-language-interpreting
5
- - assistive-listening-systems
6
- - audio-description
7
- - blind
8
- - braille
9
- - closed-captioning
10
- - deaf
11
- - low-vision
12
- - phone-volume
13
- - question-circle
14
- - sign-language
15
- - tty
16
- - universal-access
17
- - wheelchair
18
- label: Accessibility
19
- animals:
20
- icons:
21
- - crow
22
- - dove
23
- - feather
24
- - feather-alt
25
- - fish
26
- - frog
27
- - kiwi-bird
28
- label: Animals
29
- arrows:
30
- icons:
31
- - angle-double-down
32
- - angle-double-left
33
- - angle-double-right
34
- - angle-double-up
35
- - angle-down
36
- - angle-left
37
- - angle-right
38
- - angle-up
39
- - arrow-alt-circle-down
40
- - arrow-alt-circle-left
41
- - arrow-alt-circle-right
42
- - arrow-alt-circle-up
43
- - arrow-circle-down
44
- - arrow-circle-left
45
- - arrow-circle-right
46
- - arrow-circle-up
47
- - arrow-down
48
- - arrow-left
49
- - arrow-right
50
- - arrow-up
51
- - arrows-alt
52
- - arrows-alt-h
53
- - arrows-alt-v
54
- - caret-down
55
- - caret-left
56
- - caret-right
57
- - caret-square-down
58
- - caret-square-left
59
- - caret-square-right
60
- - caret-square-up
61
- - caret-up
62
- - cart-arrow-down
63
- - chart-line
64
- - chevron-circle-down
65
- - chevron-circle-left
66
- - chevron-circle-right
67
- - chevron-circle-up
68
- - chevron-down
69
- - chevron-left
70
- - chevron-right
71
- - chevron-up
72
- - cloud-download-alt
73
- - cloud-upload-alt
74
- - download
75
- - exchange-alt
76
- - expand-arrows-alt
77
- - external-link-alt
78
- - external-link-square-alt
79
- - hand-point-down
80
- - hand-point-left
81
- - hand-point-right
82
- - hand-point-up
83
- - hand-pointer
84
- - history
85
- - level-down-alt
86
- - level-up-alt
87
- - location-arrow
88
- - long-arrow-alt-down
89
- - long-arrow-alt-left
90
- - long-arrow-alt-right
91
- - long-arrow-alt-up
92
- - mouse-pointer
93
- - play
94
- - random
95
- - recycle
96
- - redo
97
- - redo-alt
98
- - reply
99
- - reply-all
100
- - retweet
101
- - share
102
- - share-square
103
- - sign-in-alt
104
- - sign-out-alt
105
- - sort
106
- - sort-alpha-down
107
- - sort-alpha-up
108
- - sort-amount-down
109
- - sort-amount-up
110
- - sort-down
111
- - sort-numeric-down
112
- - sort-numeric-up
113
- - sort-up
114
- - sync
115
- - sync-alt
116
- - text-height
117
- - text-width
118
- - undo
119
- - undo-alt
120
- - upload
121
- label: Arrows
122
- audio-video:
123
- icons:
124
- - audio-description
125
- - backward
126
- - broadcast-tower
127
- - circle
128
- - closed-captioning
129
- - compress
130
- - eject
131
- - expand
132
- - expand-arrows-alt
133
- - fast-backward
134
- - fast-forward
135
- - file-audio
136
- - file-video
137
- - film
138
- - forward
139
- - headphones
140
- - microphone
141
- - microphone-alt
142
- - microphone-alt-slash
143
- - microphone-slash
144
- - music
145
- - pause
146
- - pause-circle
147
- - phone-volume
148
- - play
149
- - play-circle
150
- - podcast
151
- - random
152
- - redo
153
- - redo-alt
154
- - rss
155
- - rss-square
156
- - step-backward
157
- - step-forward
158
- - stop
159
- - stop-circle
160
- - sync
161
- - sync-alt
162
- - undo
163
- - undo-alt
164
- - video
165
- - volume-down
166
- - volume-off
167
- - volume-up
168
- - youtube
169
- label: Audio & Video
170
- automotive:
171
- icons:
172
- - air-freshener
173
- - ambulance
174
- - bus
175
- - bus-alt
176
- - car
177
- - car-alt
178
- - car-battery
179
- - car-crash
180
- - car-side
181
- - charging-station
182
- - gas-pump
183
- - motorcycle
184
- - oil-can
185
- - shuttle-van
186
- - tachometer-alt
187
- - taxi
188
- - truck
189
- - truck-monster
190
- - truck-pickup
191
- label: Automotive
192
- buildings:
193
- icons:
194
- - building
195
- - church
196
- - home
197
- - hospital
198
- - hospital-alt
199
- - industry
200
- - school
201
- - university
202
- label: Buildings
203
- business:
204
- icons:
205
- - address-book
206
- - address-card
207
- - archive
208
- - balance-scale
209
- - birthday-cake
210
- - book
211
- - briefcase
212
- - building
213
- - bullhorn
214
- - bullseye
215
- - calculator
216
- - calendar
217
- - calendar-alt
218
- - certificate
219
- - chart-area
220
- - chart-bar
221
- - chart-line
222
- - chart-pie
223
- - clipboard
224
- - coffee
225
- - columns
226
- - compass
227
- - copy
228
- - copyright
229
- - cut
230
- - edit
231
- - envelope
232
- - envelope-open
233
- - envelope-square
234
- - eraser
235
- - fax
236
- - file
237
- - file-alt
238
- - folder
239
- - folder-open
240
- - glasses
241
- - globe
242
- - highlighter
243
- - industry
244
- - marker
245
- - paperclip
246
- - paste
247
- - pen
248
- - pen-alt
249
- - pen-fancy
250
- - pen-nib
251
- - pen-square
252
- - pencil-alt
253
- - percent
254
- - phone
255
- - phone-slash
256
- - phone-square
257
- - phone-volume
258
- - project-diagram
259
- - registered
260
- - save
261
- - sitemap
262
- - sticky-note
263
- - stream
264
- - suitcase
265
- - table
266
- - tag
267
- - tags
268
- - tasks
269
- - thumbtack
270
- - trademark
271
- - wallet
272
- label: Business
273
- charity:
274
- icons:
275
- - dollar-sign
276
- - donate
277
- - dove
278
- - gift
279
- - globe
280
- - hand-holding-heart
281
- - hand-holding-usd
282
- - hands-helping
283
- - handshake
284
- - heart
285
- - leaf
286
- - parachute-box
287
- - piggy-bank
288
- - ribbon
289
- - seedling
290
- label: Charity
291
- chat:
292
- icons:
293
- - comment
294
- - comment-alt
295
- - comment-dots
296
- - comment-slash
297
- - comments
298
- - frown
299
- - meh
300
- - phone
301
- - phone-slash
302
- - poo
303
- - quote-left
304
- - quote-right
305
- - smile
306
- - video
307
- - video-slash
308
- label: Chat
309
- chess:
310
- icons:
311
- - chess
312
- - chess-bishop
313
- - chess-board
314
- - chess-king
315
- - chess-knight
316
- - chess-pawn
317
- - chess-queen
318
- - chess-rook
319
- - square-full
320
- label: Chess
321
- code:
322
- icons:
323
- - archive
324
- - barcode
325
- - bath
326
- - bug
327
- - code
328
- - code-branch
329
- - coffee
330
- - file
331
- - file-alt
332
- - file-code
333
- - filter
334
- - fire-extinguisher
335
- - folder
336
- - folder-open
337
- - keyboard
338
- - microchip
339
- - project-diagram
340
- - qrcode
341
- - shield-alt
342
- - sitemap
343
- - stream
344
- - terminal
345
- - user-secret
346
- - window-close
347
- - window-maximize
348
- - window-minimize
349
- - window-restore
350
- label: Code
351
- communication:
352
- icons:
353
- - address-book
354
- - address-card
355
- - american-sign-language-interpreting
356
- - assistive-listening-systems
357
- - at
358
- - bell
359
- - bell-slash
360
- - bluetooth
361
- - bluetooth-b
362
- - broadcast-tower
363
- - bullhorn
364
- - chalkboard
365
- - comment
366
- - comment-alt
367
- - comments
368
- - envelope
369
- - envelope-open
370
- - envelope-square
371
- - fax
372
- - inbox
373
- - language
374
- - microphone
375
- - microphone-alt
376
- - microphone-alt-slash
377
- - microphone-slash
378
- - mobile
379
- - mobile-alt
380
- - paper-plane
381
- - phone
382
- - phone-slash
383
- - phone-square
384
- - phone-volume
385
- - rss
386
- - rss-square
387
- - tty
388
- - wifi
389
- label: Communication
390
- computers:
391
- icons:
392
- - database
393
- - desktop
394
- - download
395
- - hdd
396
- - headphones
397
- - keyboard
398
- - laptop
399
- - memory
400
- - microchip
401
- - mobile
402
- - mobile-alt
403
- - plug
404
- - power-off
405
- - print
406
- - save
407
- - server
408
- - stream
409
- - tablet
410
- - tablet-alt
411
- - tv
412
- - upload
413
- label: Computers
414
- currency:
415
- icons:
416
- - bitcoin
417
- - btc
418
- - dollar-sign
419
- - euro-sign
420
- - gg
421
- - gg-circle
422
- - lira-sign
423
- - money-bill
424
- - money-bill-alt
425
- - money-bill-wave
426
- - money-bill-wave-alt
427
- - money-check
428
- - money-check-alt
429
- - pound-sign
430
- - ruble-sign
431
- - rupee-sign
432
- - shekel-sign
433
- - won-sign
434
- - yen-sign
435
- label: Currency
436
- date-time:
437
- icons:
438
- - bell
439
- - bell-slash
440
- - calendar
441
- - calendar-alt
442
- - calendar-check
443
- - calendar-minus
444
- - calendar-plus
445
- - calendar-times
446
- - clock
447
- - hourglass
448
- - hourglass-end
449
- - hourglass-half
450
- - hourglass-start
451
- - stopwatch
452
- label: Date & Time
453
- design:
454
- icons:
455
- - adjust
456
- - bezier-curve
457
- - brush
458
- - clone
459
- - copy
460
- - crop
461
- - crop-alt
462
- - crosshairs
463
- - cut
464
- - drafting-compass
465
- - draw-polygon
466
- - edit
467
- - eraser
468
- - eye
469
- - eye-dropper
470
- - eye-slash
471
- - fill
472
- - fill-drip
473
- - highlighter
474
- - layer-group
475
- - magic
476
- - marker
477
- - object-group
478
- - object-ungroup
479
- - paint-brush
480
- - paint-roller
481
- - palette
482
- - paste
483
- - pen
484
- - pen-alt
485
- - pen-fancy
486
- - pen-nib
487
- - pencil-alt
488
- - pencil-ruler
489
- - ruler-combined
490
- - ruler-horizontal
491
- - ruler-vertical
492
- - save
493
- - splotch
494
- - spray-can
495
- - stamp
496
- - swatchbook
497
- - tint
498
- - tint-slash
499
- - vector-square
500
- label: Design
501
- editors:
502
- icons:
503
- - align-center
504
- - align-justify
505
- - align-left
506
- - align-right
507
- - bold
508
- - clipboard
509
- - clone
510
- - columns
511
- - copy
512
- - cut
513
- - edit
514
- - eraser
515
- - file
516
- - file-alt
517
- - font
518
- - glasses
519
- - heading
520
- - highlighter
521
- - i-cursor
522
- - indent
523
- - italic
524
- - link
525
- - list
526
- - list-alt
527
- - list-ol
528
- - list-ul
529
- - marker
530
- - outdent
531
- - paper-plane
532
- - paperclip
533
- - paragraph
534
- - paste
535
- - pen
536
- - pen-alt
537
- - pen-fancy
538
- - pen-nib
539
- - pencil-alt
540
- - print
541
- - quote-left
542
- - quote-right
543
- - redo
544
- - redo-alt
545
- - reply
546
- - reply-all
547
- - screwdriver
548
- - share
549
- - strikethrough
550
- - subscript
551
- - superscript
552
- - sync
553
- - sync-alt
554
- - table
555
- - tasks
556
- - text-height
557
- - text-width
558
- - th
559
- - th-large
560
- - th-list
561
- - trash
562
- - trash-alt
563
- - underline
564
- - undo
565
- - undo-alt
566
- - unlink
567
- - wrench
568
- label: Editors
569
- education:
570
- icons:
571
- - apple-alt
572
- - atom
573
- - award
574
- - bell
575
- - bell-slash
576
- - book-open
577
- - book-reader
578
- - chalkboard
579
- - chalkboard-teacher
580
- - graduation-cap
581
- - laptop-code
582
- - microscope
583
- - music
584
- - school
585
- - shapes
586
- - theater-masks
587
- - user-graduate
588
- label: Education
589
- emoji:
590
- icons:
591
- - angry
592
- - dizzy
593
- - flushed
594
- - frown
595
- - frown-open
596
- - grimace
597
- - grin
598
- - grin-alt
599
- - grin-beam
600
- - grin-beam-sweat
601
- - grin-hearts
602
- - grin-squint
603
- - grin-squint-tears
604
- - grin-stars
605
- - grin-tears
606
- - grin-tongue
607
- - grin-tongue-squint
608
- - grin-tongue-wink
609
- - grin-wink
610
- - kiss
611
- - kiss-beam
612
- - kiss-wink-heart
613
- - laugh
614
- - laugh-beam
615
- - laugh-squint
616
- - laugh-wink
617
- - meh
618
- - meh-blank
619
- - meh-rolling-eyes
620
- - sad-cry
621
- - sad-tear
622
- - smile
623
- - smile-beam
624
- - smile-wink
625
- - surprise
626
- - tired
627
- label: Emoji
628
- files:
629
- icons:
630
- - archive
631
- - clone
632
- - copy
633
- - cut
634
- - file
635
- - file-alt
636
- - file-archive
637
- - file-audio
638
- - file-code
639
- - file-excel
640
- - file-image
641
- - file-pdf
642
- - file-powerpoint
643
- - file-video
644
- - file-word
645
- - folder
646
- - folder-open
647
- - paste
648
- - save
649
- - sticky-note
650
- label: Files
651
- gender:
652
- icons:
653
- - genderless
654
- - mars
655
- - mars-double
656
- - mars-stroke
657
- - mars-stroke-h
658
- - mars-stroke-v
659
- - mercury
660
- - neuter
661
- - transgender
662
- - transgender-alt
663
- - venus
664
- - venus-double
665
- - venus-mars
666
- label: Genders
667
- hands:
668
- icons:
669
- - allergies
670
- - hand-holding
671
- - hand-lizard
672
- - hand-paper
673
- - hand-peace
674
- - hand-point-down
675
- - hand-point-left
676
- - hand-point-right
677
- - hand-point-up
678
- - hand-pointer
679
- - hand-rock
680
- - hand-scissors
681
- - hand-spock
682
- - hands
683
- - handshake
684
- - thumbs-down
685
- - thumbs-up
686
- label: Hands
687
- health:
688
- icons:
689
- - accessible-icon
690
- - ambulance
691
- - h-square
692
- - heart
693
- - heartbeat
694
- - hospital
695
- - medkit
696
- - plus-square
697
- - prescription
698
- - stethoscope
699
- - user-md
700
- - wheelchair
701
- label: Health
702
- images:
703
- icons:
704
- - adjust
705
- - bolt
706
- - camera
707
- - camera-retro
708
- - chalkboard
709
- - clone
710
- - compress
711
- - expand
712
- - eye
713
- - eye-dropper
714
- - eye-slash
715
- - file-image
716
- - film
717
- - id-badge
718
- - id-card
719
- - image
720
- - images
721
- - portrait
722
- - sliders-h
723
- - tint
724
- label: Images
725
- interfaces:
726
- icons:
727
- - award
728
- - ban
729
- - barcode
730
- - bars
731
- - beer
732
- - bell
733
- - bell-slash
734
- - bug
735
- - bullhorn
736
- - bullseye
737
- - calculator
738
- - calendar
739
- - calendar-alt
740
- - calendar-check
741
- - calendar-minus
742
- - calendar-plus
743
- - calendar-times
744
- - certificate
745
- - check
746
- - check-circle
747
- - check-double
748
- - check-square
749
- - circle
750
- - clipboard
751
- - clone
752
- - cloud
753
- - cloud-download-alt
754
- - cloud-upload-alt
755
- - coffee
756
- - cog
757
- - cogs
758
- - copy
759
- - cut
760
- - database
761
- - dot-circle
762
- - download
763
- - edit
764
- - ellipsis-h
765
- - ellipsis-v
766
- - envelope
767
- - envelope-open
768
- - eraser
769
- - exclamation
770
- - exclamation-circle
771
- - exclamation-triangle
772
- - external-link-alt
773
- - external-link-square-alt
774
- - eye
775
- - eye-slash
776
- - file
777
- - file-alt
778
- - file-download
779
- - file-export
780
- - file-import
781
- - file-upload
782
- - filter
783
- - fingerprint
784
- - flag
785
- - flag-checkered
786
- - folder
787
- - folder-open
788
- - frown
789
- - glasses
790
- - grip-horizontal
791
- - grip-vertical
792
- - hashtag
793
- - heart
794
- - history
795
- - home
796
- - i-cursor
797
- - info
798
- - info-circle
799
- - language
800
- - magic
801
- - marker
802
- - medal
803
- - meh
804
- - microphone
805
- - microphone-alt
806
- - microphone-slash
807
- - minus
808
- - minus-circle
809
- - minus-square
810
- - paste
811
- - pen
812
- - pen-alt
813
- - pen-fancy
814
- - pencil-alt
815
- - plus
816
- - plus-circle
817
- - plus-square
818
- - poo
819
- - qrcode
820
- - question
821
- - question-circle
822
- - quote-left
823
- - quote-right
824
- - redo
825
- - redo-alt
826
- - reply
827
- - reply-all
828
- - rss
829
- - rss-square
830
- - save
831
- - screwdriver
832
- - search
833
- - search-minus
834
- - search-plus
835
- - share
836
- - share-alt
837
- - share-alt-square
838
- - share-square
839
- - shield-alt
840
- - sign-in-alt
841
- - sign-out-alt
842
- - signal
843
- - sitemap
844
- - sliders-h
845
- - smile
846
- - sort
847
- - sort-alpha-down
848
- - sort-alpha-up
849
- - sort-amount-down
850
- - sort-amount-up
851
- - sort-down
852
- - sort-numeric-down
853
- - sort-numeric-up
854
- - sort-up
855
- - star
856
- - star-half
857
- - sync
858
- - sync-alt
859
- - thumbs-down
860
- - thumbs-up
861
- - times
862
- - times-circle
863
- - toggle-off
864
- - toggle-on
865
- - trash
866
- - trash-alt
867
- - trophy
868
- - undo
869
- - undo-alt
870
- - upload
871
- - user
872
- - user-alt
873
- - user-circle
874
- - wifi
875
- - wrench
876
- label: Interfaces
877
- logistics:
878
- icons:
879
- - box
880
- - boxes
881
- - clipboard-check
882
- - clipboard-list
883
- - dolly
884
- - dolly-flatbed
885
- - pallet
886
- - shipping-fast
887
- - truck
888
- - warehouse
889
- label: Logistics
890
- maps:
891
- icons:
892
- - ambulance
893
- - anchor
894
- - balance-scale
895
- - bath
896
- - bed
897
- - beer
898
- - bell
899
- - bell-slash
900
- - bicycle
901
- - binoculars
902
- - birthday-cake
903
- - blind
904
- - bomb
905
- - book
906
- - bookmark
907
- - briefcase
908
- - building
909
- - car
910
- - coffee
911
- - crosshairs
912
- - directions
913
- - dollar-sign
914
- - draw-polygon
915
- - eye
916
- - eye-slash
917
- - fighter-jet
918
- - fire
919
- - fire-extinguisher
920
- - flag
921
- - flag-checkered
922
- - flask
923
- - gamepad
924
- - gavel
925
- - gift
926
- - glass-martini
927
- - globe
928
- - graduation-cap
929
- - h-square
930
- - heart
931
- - heartbeat
932
- - helicopter
933
- - home
934
- - hospital
935
- - image
936
- - images
937
- - industry
938
- - info
939
- - info-circle
940
- - key
941
- - layer-group
942
- - leaf
943
- - lemon
944
- - life-ring
945
- - lightbulb
946
- - location-arrow
947
- - low-vision
948
- - magnet
949
- - male
950
- - map
951
- - map-marker
952
- - map-marker-alt
953
- - map-pin
954
- - map-signs
955
- - medkit
956
- - money-bill
957
- - money-bill-alt
958
- - motorcycle
959
- - music
960
- - newspaper
961
- - parking
962
- - paw
963
- - phone
964
- - phone-square
965
- - phone-volume
966
- - plane
967
- - plug
968
- - plus
969
- - plus-square
970
- - print
971
- - recycle
972
- - road
973
- - rocket
974
- - route
975
- - search
976
- - search-minus
977
- - search-plus
978
- - ship
979
- - shoe-prints
980
- - shopping-bag
981
- - shopping-basket
982
- - shopping-cart
983
- - shower
984
- - street-view
985
- - subway
986
- - suitcase
987
- - tag
988
- - tags
989
- - taxi
990
- - thumbtack
991
- - ticket-alt
992
- - tint
993
- - traffic-light
994
- - train
995
- - tree
996
- - trophy
997
- - truck
998
- - tty
999
- - umbrella
1000
- - university
1001
- - utensil-spoon
1002
- - utensils
1003
- - wheelchair
1004
- - wifi
1005
- - wine-glass
1006
- - wrench
1007
- label: Maps
1008
- mathematics:
1009
- icons:
1010
- - divide
1011
- - equals
1012
- - greater-than
1013
- - greater-than-equal
1014
- - less-than
1015
- - less-than-equal
1016
- - minus
1017
- - not-equal
1018
- - percentage
1019
- - plus
1020
- - subscript
1021
- - superscript
1022
- - times
1023
- label: Mathematics
1024
- medical:
1025
- icons:
1026
- - allergies
1027
- - ambulance
1028
- - band-aid
1029
- - bone
1030
- - bong
1031
- - brain
1032
- - briefcase-medical
1033
- - burn
1034
- - cannabis
1035
- - capsules
1036
- - diagnoses
1037
- - dna
1038
- - file-medical
1039
- - file-medical-alt
1040
- - file-prescription
1041
- - first-aid
1042
- - heart
1043
- - heartbeat
1044
- - hospital
1045
- - hospital-alt
1046
- - hospital-symbol
1047
- - id-card-alt
1048
- - joint
1049
- - microscope
1050
- - mortar-pestle
1051
- - notes-medical
1052
- - pills
1053
- - plus
1054
- - poop
1055
- - prescription
1056
- - prescription-bottle
1057
- - prescription-bottle-alt
1058
- - procedures
1059
- - smoking
1060
- - smoking-ban
1061
- - star-of-life
1062
- - stethoscope
1063
- - syringe
1064
- - tablets
1065
- - teeth
1066
- - teeth-open
1067
- - thermometer
1068
- - tooth
1069
- - user-md
1070
- - vial
1071
- - vials
1072
- - weight
1073
- - x-ray
1074
- label: Medical
1075
- moving:
1076
- icons:
1077
- - archive
1078
- - box-open
1079
- - couch
1080
- - dolly
1081
- - people-carry
1082
- - route
1083
- - sign
1084
- - suitcase
1085
- - tape
1086
- - truck-loading
1087
- - truck-moving
1088
- - wine-glass
1089
- label: Moving
1090
- objects:
1091
- icons:
1092
- - ambulance
1093
- - anchor
1094
- - archive
1095
- - award
1096
- - balance-scale
1097
- - bath
1098
- - bed
1099
- - beer
1100
- - bell
1101
- - bicycle
1102
- - binoculars
1103
- - birthday-cake
1104
- - blender
1105
- - bomb
1106
- - book
1107
- - bookmark
1108
- - briefcase
1109
- - broadcast-tower
1110
- - bug
1111
- - building
1112
- - bullhorn
1113
- - bullseye
1114
- - bus
1115
- - calculator
1116
- - calendar
1117
- - calendar-alt
1118
- - camera
1119
- - camera-retro
1120
- - car
1121
- - church
1122
- - clipboard
1123
- - cloud
1124
- - coffee
1125
- - cog
1126
- - cogs
1127
- - compass
1128
- - cookie
1129
- - cookie-bite
1130
- - copy
1131
- - cube
1132
- - cubes
1133
- - cut
1134
- - dice
1135
- - dice-five
1136
- - dice-four
1137
- - dice-one
1138
- - dice-six
1139
- - dice-three
1140
- - dice-two
1141
- - digital-tachograph
1142
- - door-closed
1143
- - door-open
1144
- - drum
1145
- - drum-steelpan
1146
- - envelope
1147
- - envelope-open
1148
- - eraser
1149
- - eye
1150
- - eye-dropper
1151
- - fax
1152
- - feather
1153
- - feather-alt
1154
- - fighter-jet
1155
- - file
1156
- - file-alt
1157
- - file-prescription
1158
- - film
1159
- - fire
1160
- - fire-extinguisher
1161
- - flag
1162
- - flag-checkered
1163
- - flask
1164
- - futbol
1165
- - gamepad
1166
- - gavel
1167
- - gem
1168
- - gift
1169
- - glass-martini
1170
- - glasses
1171
- - globe
1172
- - graduation-cap
1173
- - hdd
1174
- - headphones
1175
- - headphones
1176
- - headphones-alt
1177
- - headset
1178
- - heart
1179
- - helicopter
1180
- - highlighter
1181
- - home
1182
- - hospital
1183
- - hourglass
1184
- - image
1185
- - images
1186
- - industry
1187
- - key
1188
- - keyboard
1189
- - laptop
1190
- - leaf
1191
- - lemon
1192
- - life-ring
1193
- - lightbulb
1194
- - lock
1195
- - lock-open
1196
- - magic
1197
- - magnet
1198
- - map
1199
- - map-marker
1200
- - map-marker-alt
1201
- - map-pin
1202
- - map-signs
1203
- - marker
1204
- - medal
1205
- - medkit
1206
- - memory
1207
- - microchip
1208
- - microphone
1209
- - microphone-alt
1210
- - mobile
1211
- - mobile-alt
1212
- - money-bill
1213
- - money-bill
1214
- - money-bill-alt
1215
- - money-check
1216
- - money-check-alt
1217
- - moon
1218
- - motorcycle
1219
- - newspaper
1220
- - paint-brush
1221
- - paper-plane
1222
- - paperclip
1223
- - paste
1224
- - paw
1225
- - pen
1226
- - pen-alt
1227
- - pen-fancy
1228
- - pen-nib
1229
- - pencil-alt
1230
- - phone
1231
- - plane
1232
- - plug
1233
- - print
1234
- - puzzle-piece
1235
- - road
1236
- - rocket
1237
- - ruler-combined
1238
- - ruler-horizontal
1239
- - ruler-vertical
1240
- - save
1241
- - school
1242
- - screwdriver
1243
- - search
1244
- - shield-alt
1245
- - shopping-bag
1246
- - shopping-basket
1247
- - shopping-cart
1248
- - shower
1249
- - snowflake
1250
- - space-shuttle
1251
- - star
1252
- - sticky-note
1253
- - stopwatch
1254
- - stroopwafel
1255
- - subway
1256
- - suitcase
1257
- - sun
1258
- - tablet
1259
- - tablet-alt
1260
- - tachometer-alt
1261
- - tag
1262
- - tags
1263
- - taxi
1264
- - thumbtack
1265
- - ticket-alt
1266
- - toolbox
1267
- - train
1268
- - trash
1269
- - trash-alt
1270
- - tree
1271
- - trophy
1272
- - truck
1273
- - tv
1274
- - umbrella
1275
- - university
1276
- - unlock
1277
- - unlock-alt
1278
- - utensil-spoon
1279
- - utensils
1280
- - wallet
1281
- - weight
1282
- - wheelchair
1283
- - wine-glass
1284
- - wrench
1285
- label: Objects
1286
- payments-shopping:
1287
- icons:
1288
- - amazon-pay
1289
- - apple-pay
1290
- - bell
1291
- - bookmark
1292
- - bullhorn
1293
- - camera
1294
- - camera-retro
1295
- - cart-arrow-down
1296
- - cart-plus
1297
- - cc-amazon-pay
1298
- - cc-amex
1299
- - cc-apple-pay
1300
- - cc-diners-club
1301
- - cc-discover
1302
- - cc-jcb
1303
- - cc-mastercard
1304
- - cc-paypal
1305
- - cc-stripe
1306
- - cc-visa
1307
- - certificate
1308
- - credit-card
1309
- - ethereum
1310
- - gem
1311
- - gift
1312
- - google-wallet
1313
- - handshake
1314
- - heart
1315
- - key
1316
- - money-check
1317
- - money-check-alt
1318
- - paypal
1319
- - shopping-bag
1320
- - shopping-basket
1321
- - shopping-cart
1322
- - star
1323
- - stripe
1324
- - stripe-s
1325
- - tag
1326
- - tags
1327
- - thumbs-down
1328
- - thumbs-up
1329
- - trophy
1330
- label: Payments & Shopping
1331
- shapes:
1332
- icons:
1333
- - bookmark
1334
- - calendar
1335
- - certificate
1336
- - circle
1337
- - cloud
1338
- - comment
1339
- - file
1340
- - folder
1341
- - heart
1342
- - map-marker
1343
- - play
1344
- - shapes
1345
- - square
1346
- - star
1347
- label: Shapes
1348
- spinners:
1349
- icons:
1350
- - asterisk
1351
- - certificate
1352
- - circle-notch
1353
- - cog
1354
- - compass
1355
- - crosshairs
1356
- - life-ring
1357
- - snowflake
1358
- - spinner
1359
- - sun
1360
- - sync
1361
- label: Spinners
1362
- sports:
1363
- icons:
1364
- - baseball-ball
1365
- - basketball-ball
1366
- - bowling-ball
1367
- - dumbbell
1368
- - football-ball
1369
- - futbol
1370
- - golf-ball
1371
- - hockey-puck
1372
- - quidditch
1373
- - table-tennis
1374
- - volleyball-ball
1375
- label: Sports
1376
- status:
1377
- icons:
1378
- - ban
1379
- - battery-empty
1380
- - battery-full
1381
- - battery-half
1382
- - battery-quarter
1383
- - battery-three-quarters
1384
- - bell
1385
- - bell-slash
1386
- - calendar
1387
- - calendar-alt
1388
- - calendar-check
1389
- - calendar-minus
1390
- - calendar-plus
1391
- - calendar-times
1392
- - cart-arrow-down
1393
- - cart-plus
1394
- - door-closed
1395
- - door-open
1396
- - exclamation
1397
- - exclamation-circle
1398
- - exclamation-triangle
1399
- - eye
1400
- - eye-slash
1401
- - file
1402
- - file-alt
1403
- - folder
1404
- - folder-open
1405
- - info
1406
- - info-circle
1407
- - lock
1408
- - lock-open
1409
- - minus
1410
- - minus-circle
1411
- - minus-square
1412
- - plus
1413
- - plus-circle
1414
- - plus-square
1415
- - question
1416
- - question-circle
1417
- - shield-alt
1418
- - shopping-cart
1419
- - sign-in-alt
1420
- - sign-out-alt
1421
- - stream
1422
- - thermometer-empty
1423
- - thermometer-full
1424
- - thermometer-half
1425
- - thermometer-quarter
1426
- - thermometer-three-quarters
1427
- - thumbs-down
1428
- - thumbs-up
1429
- - toggle-off
1430
- - toggle-on
1431
- - unlock
1432
- - unlock-alt
1433
- label: Status
1434
- travel:
1435
- icons:
1436
- - archway
1437
- - atlas
1438
- - bed
1439
- - bus
1440
- - bus-alt
1441
- - cocktail
1442
- - concierge-bell
1443
- - dumbbell
1444
- - glass-martini
1445
- - glass-martini-alt
1446
- - globe-africa
1447
- - globe-americas
1448
- - globe-asia
1449
- - hot-tub
1450
- - hotel
1451
- - luggage-cart
1452
- - map
1453
- - map-marked
1454
- - map-marked-alt
1455
- - monument
1456
- - passport
1457
- - plane
1458
- - plane-arrival
1459
- - plane-departure
1460
- - shuttle-van
1461
- - spa
1462
- - suitcase
1463
- - suitcase-rolling
1464
- - swimmer
1465
- - swimming-pool
1466
- - taxi
1467
- - umbrella-beach
1468
- - wine-glass
1469
- - wine-glass-alt
1470
- label: Travel
1471
- users-people:
1472
- icons:
1473
- - accessible-icon
1474
- - address-book
1475
- - address-card
1476
- - bed
1477
- - blind
1478
- - chalkboard-teacher
1479
- - child
1480
- - female
1481
- - frown
1482
- - id-badge
1483
- - id-card
1484
- - id-card-alt
1485
- - male
1486
- - meh
1487
- - poo
1488
- - portrait
1489
- - power-off
1490
- - smile
1491
- - street-view
1492
- - user
1493
- - user-alt
1494
- - user-alt-slash
1495
- - user-astronaut
1496
- - user-check
1497
- - user-circle
1498
- - user-clock
1499
- - user-cog
1500
- - user-edit
1501
- - user-friends
1502
- - user-graduate
1503
- - user-lock
1504
- - user-md
1505
- - user-minus
1506
- - user-ninja
1507
- - user-plus
1508
- - user-secret
1509
- - user-shield
1510
- - user-slash
1511
- - user-tag
1512
- - user-tie
1513
- - user-times
1514
- - users
1515
- - wheelchair
1516
- label: Users & People
1517
- vehicles:
1518
- icons:
1519
- - accessible-icon
1520
- - ambulance
1521
- - bicycle
1522
- - bus
1523
- - bus-alt
1524
- - car
1525
- - car-alt
1526
- - car-crash
1527
- - car-side
1528
- - fighter-jet
1529
- - helicopter
1530
- - motorcycle
1531
- - paper-plane
1532
- - plane
1533
- - rocket
1534
- - ship
1535
- - shopping-cart
1536
- - shuttle-van
1537
- - space-shuttle
1538
- - subway
1539
- - taxi
1540
- - train
1541
- - truck
1542
- - truck-monster
1543
- - truck-pickup
1544
- - wheelchair
1545
- label: Vehicles
1546
- writing:
1547
- icons:
1548
- - archive
1549
- - book
1550
- - bookmark
1551
- - edit
1552
- - envelope
1553
- - envelope-open
1554
- - eraser
1555
- - file
1556
- - file-alt
1557
- - folder
1558
- - folder-open
1559
- - keyboard
1560
- - newspaper
1561
- - paper-plane
1562
- - paperclip
1563
- - paragraph
1564
- - pen
1565
- - pen-alt
1566
- - pen-square
1567
- - pencil-alt
1568
- - quote-left
1569
- - quote-right
1570
- - sticky-note
1571
- - thumbtack
1572
- label: Writing
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/fontawesome/metadata/icons.json DELETED
@@ -1,38820 +0,0 @@
1
- {
2
- "500px": {
3
- "changes": [
4
- "4.4",
5
- "5.0.0"
6
- ],
7
- "ligatures": [],
8
- "search": {
9
- "terms": []
10
- },
11
- "styles": [
12
- "brands"
13
- ],
14
- "unicode": "f26e",
15
- "label": "500px",
16
- "svg": {
17
- "brands": {
18
- "last_modified": 1500927880000,
19
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z\"/></svg>",
20
- "viewBox": [
21
- "0",
22
- "0",
23
- "448",
24
- "512"
25
- ],
26
- "width": 448,
27
- "height": 512,
28
- "path": "M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z"
29
- }
30
- }
31
- },
32
- "accessible-icon": {
33
- "changes": [
34
- "5.0.0"
35
- ],
36
- "ligatures": [],
37
- "search": {
38
- "terms": [
39
- "accessibility",
40
- "handicap",
41
- "person",
42
- "wheelchair",
43
- "wheelchair-alt"
44
- ]
45
- },
46
- "styles": [
47
- "brands"
48
- ],
49
- "unicode": "f368",
50
- "label": "Accessible Icon",
51
- "svg": {
52
- "brands": {
53
- "last_modified": 1502397066000,
54
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z\"/></svg>",
55
- "viewBox": [
56
- "0",
57
- "0",
58
- "448",
59
- "512"
60
- ],
61
- "width": 448,
62
- "height": 512,
63
- "path": "M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z"
64
- }
65
- }
66
- },
67
- "accusoft": {
68
- "changes": [
69
- "5.0.0"
70
- ],
71
- "ligatures": [],
72
- "search": {
73
- "terms": []
74
- },
75
- "styles": [
76
- "brands"
77
- ],
78
- "unicode": "f369",
79
- "label": "Accusoft",
80
- "svg": {
81
- "brands": {
82
- "last_modified": 1521653821380,
83
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M482.2 372.1C476.5 365.2 250 75 242.3 65.5c-13.7-17.2 0-16.8 19.2-16.9 9.7-.1 106.3-.6 116.5-.6 24.1-.1 28.7.6 38.4 12.8 2.1 2.7 205.1 245.8 207.2 248.3 5.5 6.7 15.2 19.1 7.2 23.4-2.4 1.3-114.6 47.7-117.8 48.9-10.1 4-17.5 6.8-30.8-9.3m114.7-5.6s-115 50.4-117.5 51.6c-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2-2.3-.3-24.6-4.7-38-7.2m-326-181.3s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3v-1l-51.2-65.8\"/></svg>",
84
- "viewBox": [
85
- "0",
86
- "0",
87
- "640",
88
- "512"
89
- ],
90
- "width": 640,
91
- "height": 512,
92
- "path": "M482.2 372.1C476.5 365.2 250 75 242.3 65.5c-13.7-17.2 0-16.8 19.2-16.9 9.7-.1 106.3-.6 116.5-.6 24.1-.1 28.7.6 38.4 12.8 2.1 2.7 205.1 245.8 207.2 248.3 5.5 6.7 15.2 19.1 7.2 23.4-2.4 1.3-114.6 47.7-117.8 48.9-10.1 4-17.5 6.8-30.8-9.3m114.7-5.6s-115 50.4-117.5 51.6c-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2-2.3-.3-24.6-4.7-38-7.2m-326-181.3s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3v-1l-51.2-65.8"
93
- }
94
- }
95
- },
96
- "address-book": {
97
- "changes": [
98
- "4.7",
99
- "5.0.0",
100
- "5.0.3"
101
- ],
102
- "ligatures": [],
103
- "search": {
104
- "terms": []
105
- },
106
- "styles": [
107
- "solid",
108
- "regular"
109
- ],
110
- "unicode": "f2b9",
111
- "label": "Address Book",
112
- "svg": {
113
- "solid": {
114
- "last_modified": 1525209365064,
115
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"/></svg>",
116
- "viewBox": [
117
- "0",
118
- "0",
119
- "448",
120
- "512"
121
- ],
122
- "width": 448,
123
- "height": 512,
124
- "path": "M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z"
125
- },
126
- "regular": {
127
- "last_modified": 1525209365040,
128
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-68 304H48V48h320v416zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"/></svg>",
129
- "viewBox": [
130
- "0",
131
- "0",
132
- "448",
133
- "512"
134
- ],
135
- "width": 448,
136
- "height": 512,
137
- "path": "M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-68 304H48V48h320v416zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z"
138
- }
139
- }
140
- },
141
- "address-card": {
142
- "changes": [
143
- "4.7",
144
- "5.0.0",
145
- "5.0.3"
146
- ],
147
- "ligatures": [],
148
- "search": {
149
- "terms": []
150
- },
151
- "styles": [
152
- "solid",
153
- "regular"
154
- ],
155
- "unicode": "f2bb",
156
- "label": "Address Card",
157
- "svg": {
158
- "solid": {
159
- "last_modified": 1525209365064,
160
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"/></svg>",
161
- "viewBox": [
162
- "0",
163
- "0",
164
- "576",
165
- "512"
166
- ],
167
- "width": 576,
168
- "height": 512,
169
- "path": "M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z"
170
- },
171
- "regular": {
172
- "last_modified": 1525209365041,
173
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z\"/></svg>",
174
- "viewBox": [
175
- "0",
176
- "0",
177
- "576",
178
- "512"
179
- ],
180
- "width": 576,
181
- "height": 512,
182
- "path": "M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z"
183
- }
184
- }
185
- },
186
- "adjust": {
187
- "changes": [
188
- "1",
189
- "5.0.0"
190
- ],
191
- "ligatures": [],
192
- "search": {
193
- "terms": [
194
- "contrast"
195
- ]
196
- },
197
- "styles": [
198
- "solid"
199
- ],
200
- "unicode": "f042",
201
- "label": "adjust",
202
- "svg": {
203
- "solid": {
204
- "last_modified": 1500927880000,
205
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z\"/></svg>",
206
- "viewBox": [
207
- "0",
208
- "0",
209
- "512",
210
- "512"
211
- ],
212
- "width": 512,
213
- "height": 512,
214
- "path": "M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z"
215
- }
216
- }
217
- },
218
- "adn": {
219
- "changes": [
220
- "3.2",
221
- "5.0.0"
222
- ],
223
- "ligatures": [],
224
- "search": {
225
- "terms": []
226
- },
227
- "styles": [
228
- "brands"
229
- ],
230
- "unicode": "f170",
231
- "label": "App.net",
232
- "svg": {
233
- "brands": {
234
- "last_modified": 1500927880000,
235
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z\"/></svg>",
236
- "viewBox": [
237
- "0",
238
- "0",
239
- "496",
240
- "512"
241
- ],
242
- "width": 496,
243
- "height": 512,
244
- "path": "M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z"
245
- }
246
- }
247
- },
248
- "adversal": {
249
- "changes": [
250
- "5.0.0"
251
- ],
252
- "ligatures": [],
253
- "search": {
254
- "terms": []
255
- },
256
- "styles": [
257
- "brands"
258
- ],
259
- "unicode": "f36a",
260
- "label": "Adversal",
261
- "svg": {
262
- "brands": {
263
- "last_modified": 1500927880000,
264
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z\"/></svg>",
265
- "viewBox": [
266
- "0",
267
- "0",
268
- "512",
269
- "512"
270
- ],
271
- "width": 512,
272
- "height": 512,
273
- "path": "M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z"
274
- }
275
- }
276
- },
277
- "affiliatetheme": {
278
- "changes": [
279
- "5.0.0"
280
- ],
281
- "ligatures": [],
282
- "search": {
283
- "terms": []
284
- },
285
- "styles": [
286
- "brands"
287
- ],
288
- "unicode": "f36b",
289
- "label": "affiliatetheme",
290
- "svg": {
291
- "brands": {
292
- "last_modified": 1500927880000,
293
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z\"/></svg>",
294
- "viewBox": [
295
- "0",
296
- "0",
297
- "512",
298
- "512"
299
- ],
300
- "width": 512,
301
- "height": 512,
302
- "path": "M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z"
303
- }
304
- }
305
- },
306
- "air-freshener": {
307
- "changes": [
308
- "5.2.0"
309
- ],
310
- "ligatures": [],
311
- "search": {
312
- "terms": []
313
- },
314
- "styles": [
315
- "solid"
316
- ],
317
- "unicode": "f5d0",
318
- "label": "Air Freshener",
319
- "svg": {
320
- "solid": {
321
- "last_modified": 1532362831512,
322
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M378.94 321.41L284.7 224h49.22c15.3 0 23.66-16.6 13.86-27.53L234.45 69.96c3.43-6.61 5.55-14 5.55-21.96 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 7.96 2.12 15.35 5.55 21.96L36.22 196.47C26.42 207.4 34.78 224 50.08 224H99.3L5.06 321.41C-6.69 333.56 3.34 352 21.7 352H160v32H48c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h288c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16H224v-32h138.3c18.36 0 28.39-18.44 16.64-30.59zM192 31.98c8.85 0 16.02 7.17 16.02 16.02 0 8.84-7.17 16.02-16.02 16.02S175.98 56.84 175.98 48c0-8.85 7.17-16.02 16.02-16.02zM304 432v32H80v-32h224z\"/></svg>",
323
- "viewBox": [
324
- "0",
325
- "0",
326
- "384",
327
- "512"
328
- ],
329
- "width": 384,
330
- "height": 512,
331
- "path": "M378.94 321.41L284.7 224h49.22c15.3 0 23.66-16.6 13.86-27.53L234.45 69.96c3.43-6.61 5.55-14 5.55-21.96 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 7.96 2.12 15.35 5.55 21.96L36.22 196.47C26.42 207.4 34.78 224 50.08 224H99.3L5.06 321.41C-6.69 333.56 3.34 352 21.7 352H160v32H48c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h288c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16H224v-32h138.3c18.36 0 28.39-18.44 16.64-30.59zM192 31.98c8.85 0 16.02 7.17 16.02 16.02 0 8.84-7.17 16.02-16.02 16.02S175.98 56.84 175.98 48c0-8.85 7.17-16.02 16.02-16.02zM304 432v32H80v-32h224z"
332
- }
333
- }
334
- },
335
- "algolia": {
336
- "changes": [
337
- "5.0.0"
338
- ],
339
- "ligatures": [],
340
- "search": {
341
- "terms": []
342
- },
343
- "styles": [
344
- "brands"
345
- ],
346
- "unicode": "f36c",
347
- "label": "Algolia",
348
- "svg": {
349
- "brands": {
350
- "last_modified": 1500927880000,
351
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M229.3 182.6c-49.3 0-89.2 39.9-89.2 89.2 0 49.3 39.9 89.2 89.2 89.2s89.2-39.9 89.2-89.2c0-49.3-40-89.2-89.2-89.2zm62.7 56.6l-58.9 30.6c-1.8.9-3.8-.4-3.8-2.3V201c0-1.5 1.3-2.7 2.7-2.6 26.2 1 48.9 15.7 61.1 37.1.7 1.3.2 3-1.1 3.7zM389.1 32H58.9C26.4 32 0 58.4 0 90.9V421c0 32.6 26.4 59 58.9 59H389c32.6 0 58.9-26.4 58.9-58.9V90.9C448 58.4 421.6 32 389.1 32zm-202.6 84.7c0-10.8 8.7-19.5 19.5-19.5h45.3c10.8 0 19.5 8.7 19.5 19.5v15.4c0 1.8-1.7 3-3.3 2.5-12.3-3.4-25.1-5.1-38.1-5.1-13.5 0-26.7 1.8-39.4 5.5-1.7.5-3.4-.8-3.4-2.5v-15.8zm-84.4 37l9.2-9.2c7.6-7.6 19.9-7.6 27.5 0l7.7 7.7c1.1 1.1 1 3-.3 4-6.2 4.5-12.1 9.4-17.6 14.9-5.4 5.4-10.4 11.3-14.8 17.4-1 1.3-2.9 1.5-4 .3l-7.7-7.7c-7.6-7.5-7.6-19.8 0-27.4zm127.2 244.8c-70 0-126.6-56.7-126.6-126.6s56.7-126.6 126.6-126.6c70 0 126.6 56.6 126.6 126.6 0 69.8-56.7 126.6-126.6 126.6z\"/></svg>",
352
- "viewBox": [
353
- "0",
354
- "0",
355
- "448",
356
- "512"
357
- ],
358
- "width": 448,
359
- "height": 512,
360
- "path": "M229.3 182.6c-49.3 0-89.2 39.9-89.2 89.2 0 49.3 39.9 89.2 89.2 89.2s89.2-39.9 89.2-89.2c0-49.3-40-89.2-89.2-89.2zm62.7 56.6l-58.9 30.6c-1.8.9-3.8-.4-3.8-2.3V201c0-1.5 1.3-2.7 2.7-2.6 26.2 1 48.9 15.7 61.1 37.1.7 1.3.2 3-1.1 3.7zM389.1 32H58.9C26.4 32 0 58.4 0 90.9V421c0 32.6 26.4 59 58.9 59H389c32.6 0 58.9-26.4 58.9-58.9V90.9C448 58.4 421.6 32 389.1 32zm-202.6 84.7c0-10.8 8.7-19.5 19.5-19.5h45.3c10.8 0 19.5 8.7 19.5 19.5v15.4c0 1.8-1.7 3-3.3 2.5-12.3-3.4-25.1-5.1-38.1-5.1-13.5 0-26.7 1.8-39.4 5.5-1.7.5-3.4-.8-3.4-2.5v-15.8zm-84.4 37l9.2-9.2c7.6-7.6 19.9-7.6 27.5 0l7.7 7.7c1.1 1.1 1 3-.3 4-6.2 4.5-12.1 9.4-17.6 14.9-5.4 5.4-10.4 11.3-14.8 17.4-1 1.3-2.9 1.5-4 .3l-7.7-7.7c-7.6-7.5-7.6-19.8 0-27.4zm127.2 244.8c-70 0-126.6-56.7-126.6-126.6s56.7-126.6 126.6-126.6c70 0 126.6 56.6 126.6 126.6 0 69.8-56.7 126.6-126.6 126.6z"
361
- }
362
- }
363
- },
364
- "align-center": {
365
- "changes": [
366
- "1",
367
- "5.0.0"
368
- ],
369
- "ligatures": [],
370
- "search": {
371
- "terms": [
372
- "middle",
373
- "text"
374
- ]
375
- },
376
- "styles": [
377
- "solid"
378
- ],
379
- "unicode": "f037",
380
- "label": "align-center",
381
- "svg": {
382
- "solid": {
383
- "last_modified": 1500927880000,
384
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M352 44v40c0 8.837-7.163 16-16 16H112c-8.837 0-16-7.163-16-16V44c0-8.837 7.163-16 16-16h224c8.837 0 16 7.163 16 16zM16 228h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 256h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm320-200H112c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16z\"/></svg>",
385
- "viewBox": [
386
- "0",
387
- "0",
388
- "448",
389
- "512"
390
- ],
391
- "width": 448,
392
- "height": 512,
393
- "path": "M352 44v40c0 8.837-7.163 16-16 16H112c-8.837 0-16-7.163-16-16V44c0-8.837 7.163-16 16-16h224c8.837 0 16 7.163 16 16zM16 228h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 256h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm320-200H112c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16z"
394
- }
395
- }
396
- },
397
- "align-justify": {
398
- "changes": [
399
- "1",
400
- "5.0.0"
401
- ],
402
- "ligatures": [],
403
- "search": {
404
- "terms": [
405
- "text"
406
- ]
407
- },
408
- "styles": [
409
- "solid"
410
- ],
411
- "unicode": "f039",
412
- "label": "align-justify",
413
- "svg": {
414
- "solid": {
415
- "last_modified": 1500927880000,
416
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 84V44c0-8.837 7.163-16 16-16h416c8.837 0 16 7.163 16 16v40c0 8.837-7.163 16-16 16H16c-8.837 0-16-7.163-16-16zm16 144h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 256h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0-128h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"/></svg>",
417
- "viewBox": [
418
- "0",
419
- "0",
420
- "448",
421
- "512"
422
- ],
423
- "width": 448,
424
- "height": 512,
425
- "path": "M0 84V44c0-8.837 7.163-16 16-16h416c8.837 0 16 7.163 16 16v40c0 8.837-7.163 16-16 16H16c-8.837 0-16-7.163-16-16zm16 144h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 256h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0-128h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"
426
- }
427
- }
428
- },
429
- "align-left": {
430
- "changes": [
431
- "1",
432
- "5.0.0"
433
- ],
434
- "ligatures": [],
435
- "search": {
436
- "terms": [
437
- "text"
438
- ]
439
- },
440
- "styles": [
441
- "solid"
442
- ],
443
- "unicode": "f036",
444
- "label": "align-left",
445
- "svg": {
446
- "solid": {
447
- "last_modified": 1500927880000,
448
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M288 44v40c0 8.837-7.163 16-16 16H16c-8.837 0-16-7.163-16-16V44c0-8.837 7.163-16 16-16h256c8.837 0 16 7.163 16 16zM0 172v40c0 8.837 7.163 16 16 16h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16zm16 312h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm256-200H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16h256c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16z\"/></svg>",
449
- "viewBox": [
450
- "0",
451
- "0",
452
- "448",
453
- "512"
454
- ],
455
- "width": 448,
456
- "height": 512,
457
- "path": "M288 44v40c0 8.837-7.163 16-16 16H16c-8.837 0-16-7.163-16-16V44c0-8.837 7.163-16 16-16h256c8.837 0 16 7.163 16 16zM0 172v40c0 8.837 7.163 16 16 16h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16zm16 312h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm256-200H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16h256c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16z"
458
- }
459
- }
460
- },
461
- "align-right": {
462
- "changes": [
463
- "1",
464
- "5.0.0"
465
- ],
466
- "ligatures": [],
467
- "search": {
468
- "terms": [
469
- "text"
470
- ]
471
- },
472
- "styles": [
473
- "solid"
474
- ],
475
- "unicode": "f038",
476
- "label": "align-right",
477
- "svg": {
478
- "solid": {
479
- "last_modified": 1500927880000,
480
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M160 84V44c0-8.837 7.163-16 16-16h256c8.837 0 16 7.163 16 16v40c0 8.837-7.163 16-16 16H176c-8.837 0-16-7.163-16-16zM16 228h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 256h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm160-128h256c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H176c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"/></svg>",
481
- "viewBox": [
482
- "0",
483
- "0",
484
- "448",
485
- "512"
486
- ],
487
- "width": 448,
488
- "height": 512,
489
- "path": "M160 84V44c0-8.837 7.163-16 16-16h256c8.837 0 16 7.163 16 16v40c0 8.837-7.163 16-16 16H176c-8.837 0-16-7.163-16-16zM16 228h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 256h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm160-128h256c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H176c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"
490
- }
491
- }
492
- },
493
- "allergies": {
494
- "changes": [
495
- "5.0.7"
496
- ],
497
- "ligatures": [],
498
- "search": {
499
- "terms": [
500
- "freckles",
501
- "hand",
502
- "intolerances",
503
- "pox",
504
- "spots"
505
- ]
506
- },
507
- "styles": [
508
- "solid"
509
- ],
510
- "unicode": "f461",
511
- "label": "Allergies",
512
- "svg": {
513
- "solid": {
514
- "last_modified": 1521653821440,
515
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"/></svg>",
516
- "viewBox": [
517
- "0",
518
- "0",
519
- "448",
520
- "512"
521
- ],
522
- "width": 448,
523
- "height": 512,
524
- "path": "M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z"
525
- }
526
- }
527
- },
528
- "amazon": {
529
- "changes": [
530
- "4.4",
531
- "5.0.0"
532
- ],
533
- "ligatures": [],
534
- "search": {
535
- "terms": []
536
- },
537
- "styles": [
538
- "brands"
539
- ],
540
- "unicode": "f270",
541
- "label": "Amazon",
542
- "svg": {
543
- "brands": {
544
- "last_modified": 1500927880000,
545
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z\"/></svg>",
546
- "viewBox": [
547
- "0",
548
- "0",
549
- "448",
550
- "512"
551
- ],
552
- "width": 448,
553
- "height": 512,
554
- "path": "M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z"
555
- }
556
- }
557
- },
558
- "amazon-pay": {
559
- "changes": [
560
- "5.0.2"
561
- ],
562
- "ligatures": [],
563
- "search": {
564
- "terms": []
565
- },
566
- "styles": [
567
- "brands"
568
- ],
569
- "unicode": "f42c",
570
- "label": "Amazon Pay",
571
- "svg": {
572
- "brands": {
573
- "last_modified": 1513713060429,
574
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 611.2 512\"><path d=\"M0 325.2c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7 40.7 20.4 83.2 35.6 127.4 46.3 20.9 5 41.9 9 63.2 11.8 31.5 4.2 63.2 6 95 5.2 17.4-.4 34.8-1.8 52.1-3.8 56.4-6.7 110.9-20.8 163.3-42.8 2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9-2.8 2.8-6.3 5.1-9.6 7.4-30.7 21.1-64.2 36.4-99.6 47.9-24.6 7.9-49.6 13.8-75.1 17.6-17.6 2.6-35.4 4.4-53.2 4.8-.8 0-1.7.2-2.5.3H294c-.8-.1-1.7-.3-2.5-.3-3.6-.2-7.2-.3-10.7-.4-16.9-.7-33.7-2.6-50.4-5.3-27.4-4.5-54.2-11.4-80.4-20.9-54.1-19.6-102.6-48.6-145.6-87-1.8-1.6-3-3.8-4.4-5.7v-2zM158 65c-1.4.2-2.9.4-4.3.6-14 1.7-26.6 6.9-38 15.1-2.4 1.7-4.6 3.5-7.1 5.4-.2-.5-.4-1-.4-1.4-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6H87.8c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3V215c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zm-47.4 41.9c0-1.5.4-2.4 1.7-3.3 13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9-1.2-.9-1.7-1.7-1.7-3.3.1-14.1 0-28.1 0-42.2 0-14 .1-28 0-42.1zM316.3 65c-1 .1-2 .3-2.9.4-9.8.5-19.4 1.7-28.9 4.1-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9 0 .4-.1.9-.2 1.4-.5-.1-.9 0-1.3-.1-10.5-2.5-21.1-4.3-32-4.9-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4.4-.4.9-.7 1.6-1.1.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0 2.7-.1 4.5-1.9 4.8-4.7.1-.9.1-1.9.1-2.8v-106c0-4.3-.2-8.6-.9-12.9-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7c0 1.3-.4 2.2-1.5 3-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8-6.3-2.5-10.4-6.9-12.4-13.3s-2-13-.1-19.4c2.5-8.3 8.4-13 16.4-15.6 8.1-2.6 16.5-3 24.8-2.2 8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3-.1 4.7-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3-6.8-2.3-13.9-3.3-21-3.9-13.1-1.1-26.2-.5-39.2 1.9-14.3 2.7-27.9 7.3-40 15.6-1.4 1-2.8 2.1-3.7 3.5-.7 1.1-.9 2.8-.5 4 .4 1.5 2.1 1.9 3.6 1.8.7 0 1.5 0 2.2-.1 7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9 4.8.3 9.7 1.4 14.4 2.7 5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1-.4 1-.8 2-1 3-.5 2.9 1.2 4.8 4.1 4.1 1.7-.4 3.6-1.3 4.8-2.5 4.4-4.3 8.9-8.6 12.7-13.4 12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM479.1 198.9c-12.9-35.7-25.8-71.5-38.7-107.2-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5.5 2.1 1.1 4.1 1.9 6.1 19.6 48.5 39.3 97.1 59.1 145.5 1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3-5.1 1.4-10.2 1.6-15.4 1.1-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8-.1 3.3-.1 6.6 0 9.9.1 5.5 2 8 7.4 8.9 5.6 1 11.3 1.9 16.9 2 17.1.4 30.7-6.5 39.5-21.4 3.5-5.9 6.7-12.1 9.2-18.4 23.7-59.8 47.1-119.7 70.6-179.6.7-1.8 1.3-3.6 1.6-5.5.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0-3.7 0-6.3 1.6-7.7 5.2-.5 1.4-1.1 2.7-1.6 4.1-11.6 33.3-23.2 66.6-34.8 100-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z\"/></svg>",
575
- "viewBox": [
576
- "0",
577
- "0",
578
- "611.2",
579
- "512"
580
- ],
581
- "width": 611,
582
- "height": 512,
583
- "path": "M0 325.2c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7 40.7 20.4 83.2 35.6 127.4 46.3 20.9 5 41.9 9 63.2 11.8 31.5 4.2 63.2 6 95 5.2 17.4-.4 34.8-1.8 52.1-3.8 56.4-6.7 110.9-20.8 163.3-42.8 2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9-2.8 2.8-6.3 5.1-9.6 7.4-30.7 21.1-64.2 36.4-99.6 47.9-24.6 7.9-49.6 13.8-75.1 17.6-17.6 2.6-35.4 4.4-53.2 4.8-.8 0-1.7.2-2.5.3H294c-.8-.1-1.7-.3-2.5-.3-3.6-.2-7.2-.3-10.7-.4-16.9-.7-33.7-2.6-50.4-5.3-27.4-4.5-54.2-11.4-80.4-20.9-54.1-19.6-102.6-48.6-145.6-87-1.8-1.6-3-3.8-4.4-5.7v-2zM158 65c-1.4.2-2.9.4-4.3.6-14 1.7-26.6 6.9-38 15.1-2.4 1.7-4.6 3.5-7.1 5.4-.2-.5-.4-1-.4-1.4-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6H87.8c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3V215c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zm-47.4 41.9c0-1.5.4-2.4 1.7-3.3 13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9-1.2-.9-1.7-1.7-1.7-3.3.1-14.1 0-28.1 0-42.2 0-14 .1-28 0-42.1zM316.3 65c-1 .1-2 .3-2.9.4-9.8.5-19.4 1.7-28.9 4.1-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9 0 .4-.1.9-.2 1.4-.5-.1-.9 0-1.3-.1-10.5-2.5-21.1-4.3-32-4.9-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4.4-.4.9-.7 1.6-1.1.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0 2.7-.1 4.5-1.9 4.8-4.7.1-.9.1-1.9.1-2.8v-106c0-4.3-.2-8.6-.9-12.9-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7c0 1.3-.4 2.2-1.5 3-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8-6.3-2.5-10.4-6.9-12.4-13.3s-2-13-.1-19.4c2.5-8.3 8.4-13 16.4-15.6 8.1-2.6 16.5-3 24.8-2.2 8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3-.1 4.7-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3-6.8-2.3-13.9-3.3-21-3.9-13.1-1.1-26.2-.5-39.2 1.9-14.3 2.7-27.9 7.3-40 15.6-1.4 1-2.8 2.1-3.7 3.5-.7 1.1-.9 2.8-.5 4 .4 1.5 2.1 1.9 3.6 1.8.7 0 1.5 0 2.2-.1 7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9 4.8.3 9.7 1.4 14.4 2.7 5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1-.4 1-.8 2-1 3-.5 2.9 1.2 4.8 4.1 4.1 1.7-.4 3.6-1.3 4.8-2.5 4.4-4.3 8.9-8.6 12.7-13.4 12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM479.1 198.9c-12.9-35.7-25.8-71.5-38.7-107.2-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5.5 2.1 1.1 4.1 1.9 6.1 19.6 48.5 39.3 97.1 59.1 145.5 1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3-5.1 1.4-10.2 1.6-15.4 1.1-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8-.1 3.3-.1 6.6 0 9.9.1 5.5 2 8 7.4 8.9 5.6 1 11.3 1.9 16.9 2 17.1.4 30.7-6.5 39.5-21.4 3.5-5.9 6.7-12.1 9.2-18.4 23.7-59.8 47.1-119.7 70.6-179.6.7-1.8 1.3-3.6 1.6-5.5.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0-3.7 0-6.3 1.6-7.7 5.2-.5 1.4-1.1 2.7-1.6 4.1-11.6 33.3-23.2 66.6-34.8 100-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z"
584
- }
585
- }
586
- },
587
- "ambulance": {
588
- "changes": [
589
- "3",
590
- "5.0.0",
591
- "5.0.7"
592
- ],
593
- "ligatures": [],
594
- "search": {
595
- "terms": [
596
- "help",
597
- "machine",
598
- "support",
599
- "vehicle"
600
- ]
601
- },
602
- "styles": [
603
- "solid"
604
- ],
605
- "unicode": "f0f9",
606
- "label": "ambulance",
607
- "svg": {
608
- "solid": {
609
- "last_modified": 1521653821441,
610
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"/></svg>",
611
- "viewBox": [
612
- "0",
613
- "0",
614
- "640",
615
- "512"
616
- ],
617
- "width": 640,
618
- "height": 512,
619
- "path": "M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"
620
- }
621
- }
622
- },
623
- "american-sign-language-interpreting": {
624
- "changes": [
625
- "4.6",
626
- "5.0.0"
627
- ],
628
- "ligatures": [],
629
- "search": {
630
- "terms": []
631
- },
632
- "styles": [
633
- "solid"
634
- ],
635
- "unicode": "f2a3",
636
- "label": "American Sign Language Interpreting",
637
- "svg": {
638
- "solid": {
639
- "last_modified": 1503937790000,
640
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z\"/></svg>",
641
- "viewBox": [
642
- "0",
643
- "0",
644
- "640",
645
- "512"
646
- ],
647
- "width": 640,
648
- "height": 512,
649
- "path": "M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z"
650
- }
651
- }
652
- },
653
- "amilia": {
654
- "changes": [
655
- "5.0.0"
656
- ],
657
- "ligatures": [],
658
- "search": {
659
- "terms": []
660
- },
661
- "styles": [
662
- "brands"
663
- ],
664
- "unicode": "f36d",
665
- "label": "Amilia",
666
- "svg": {
667
- "brands": {
668
- "last_modified": 1500927880000,
669
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm-87.9 327.7c0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5V380c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7\"/></svg>",
670
- "viewBox": [
671
- "0",
672
- "0",
673
- "448",
674
- "512"
675
- ],
676
- "width": 448,
677
- "height": 512,
678
- "path": "M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm-87.9 327.7c0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5V380c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7"
679
- }
680
- }
681
- },
682
- "anchor": {
683
- "changes": [
684
- "3.1",
685
- "5.0.0"
686
- ],
687
- "ligatures": [],
688
- "search": {
689
- "terms": [
690
- "link"
691
- ]
692
- },
693
- "styles": [
694
- "solid"
695
- ],
696
- "unicode": "f13d",
697
- "label": "Anchor",
698
- "svg": {
699
- "solid": {
700
- "last_modified": 1500927880000,
701
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"/></svg>",
702
- "viewBox": [
703
- "0",
704
- "0",
705
- "576",
706
- "512"
707
- ],
708
- "width": 576,
709
- "height": 512,
710
- "path": "M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z"
711
- }
712
- }
713
- },
714
- "android": {
715
- "changes": [
716
- "3.2",
717
- "5.0.0"
718
- ],
719
- "ligatures": [],
720
- "search": {
721
- "terms": [
722
- "robot"
723
- ]
724
- },
725
- "styles": [
726
- "brands"
727
- ],
728
- "unicode": "f17b",
729
- "label": "Android",
730
- "svg": {
731
- "brands": {
732
- "last_modified": 1500927880000,
733
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M89.6 204.5v115.8c0 15.4-12.1 27.7-27.5 27.7-15.3 0-30.1-12.4-30.1-27.7V204.5c0-15.1 14.8-27.5 30.1-27.5 15.1 0 27.5 12.4 27.5 27.5zm10.8 157c0 16.4 13.2 29.6 29.6 29.6h19.9l.3 61.1c0 36.9 55.2 36.6 55.2 0v-61.1h37.2v61.1c0 36.7 55.5 36.8 55.5 0v-61.1h20.2c16.2 0 29.4-13.2 29.4-29.6V182.1H100.4v179.4zm248-189.1H99.3c0-42.8 25.6-80 63.6-99.4l-19.1-35.3c-2.8-4.9 4.3-8 6.7-3.8l19.4 35.6c34.9-15.5 75-14.7 108.3 0L297.5 34c2.5-4.3 9.5-1.1 6.7 3.8L285.1 73c37.7 19.4 63.3 56.6 63.3 99.4zm-170.7-55.5c0-5.7-4.6-10.5-10.5-10.5-5.7 0-10.2 4.8-10.2 10.5s4.6 10.5 10.2 10.5c5.9 0 10.5-4.8 10.5-10.5zm113.4 0c0-5.7-4.6-10.5-10.2-10.5-5.9 0-10.5 4.8-10.5 10.5s4.6 10.5 10.5 10.5c5.6 0 10.2-4.8 10.2-10.5zm94.8 60.1c-15.1 0-27.5 12.1-27.5 27.5v115.8c0 15.4 12.4 27.7 27.5 27.7 15.4 0 30.1-12.4 30.1-27.7V204.5c0-15.4-14.8-27.5-30.1-27.5z\"/></svg>",
734
- "viewBox": [
735
- "0",
736
- "0",
737
- "448",
738
- "512"
739
- ],
740
- "width": 448,
741
- "height": 512,
742
- "path": "M89.6 204.5v115.8c0 15.4-12.1 27.7-27.5 27.7-15.3 0-30.1-12.4-30.1-27.7V204.5c0-15.1 14.8-27.5 30.1-27.5 15.1 0 27.5 12.4 27.5 27.5zm10.8 157c0 16.4 13.2 29.6 29.6 29.6h19.9l.3 61.1c0 36.9 55.2 36.6 55.2 0v-61.1h37.2v61.1c0 36.7 55.5 36.8 55.5 0v-61.1h20.2c16.2 0 29.4-13.2 29.4-29.6V182.1H100.4v179.4zm248-189.1H99.3c0-42.8 25.6-80 63.6-99.4l-19.1-35.3c-2.8-4.9 4.3-8 6.7-3.8l19.4 35.6c34.9-15.5 75-14.7 108.3 0L297.5 34c2.5-4.3 9.5-1.1 6.7 3.8L285.1 73c37.7 19.4 63.3 56.6 63.3 99.4zm-170.7-55.5c0-5.7-4.6-10.5-10.5-10.5-5.7 0-10.2 4.8-10.2 10.5s4.6 10.5 10.2 10.5c5.9 0 10.5-4.8 10.5-10.5zm113.4 0c0-5.7-4.6-10.5-10.2-10.5-5.9 0-10.5 4.8-10.5 10.5s4.6 10.5 10.5 10.5c5.6 0 10.2-4.8 10.2-10.5zm94.8 60.1c-15.1 0-27.5 12.1-27.5 27.5v115.8c0 15.4 12.4 27.7 27.5 27.7 15.4 0 30.1-12.4 30.1-27.7V204.5c0-15.4-14.8-27.5-30.1-27.5z"
743
- }
744
- }
745
- },
746
- "angellist": {
747
- "changes": [
748
- "4.2",
749
- "5.0.0"
750
- ],
751
- "ligatures": [],
752
- "search": {
753
- "terms": []
754
- },
755
- "styles": [
756
- "brands"
757
- ],
758
- "unicode": "f209",
759
- "label": "AngelList",
760
- "svg": {
761
- "brands": {
762
- "last_modified": 1500927880000,
763
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z\"/></svg>",
764
- "viewBox": [
765
- "0",
766
- "0",
767
- "448",
768
- "512"
769
- ],
770
- "width": 448,
771
- "height": 512,
772
- "path": "M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z"
773
- }
774
- }
775
- },
776
- "angle-double-down": {
777
- "changes": [
778
- "3",
779
- "5.0.0"
780
- ],
781
- "ligatures": [],
782
- "search": {
783
- "terms": [
784
- "arrows"
785
- ]
786
- },
787
- "styles": [
788
- "solid"
789
- ],
790
- "unicode": "f103",
791
- "label": "Angle Double Down",
792
- "svg": {
793
- "solid": {
794
- "last_modified": 1500927880000,
795
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z\"/></svg>",
796
- "viewBox": [
797
- "0",
798
- "0",
799
- "320",
800
- "512"
801
- ],
802
- "width": 320,
803
- "height": 512,
804
- "path": "M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z"
805
- }
806
- }
807
- },
808
- "angle-double-left": {
809
- "changes": [
810
- "3",
811
- "5.0.0"
812
- ],
813
- "ligatures": [],
814
- "search": {
815
- "terms": [
816
- "arrows",
817
- "back",
818
- "laquo",
819
- "previous",
820
- "quote"
821
- ]
822
- },
823
- "styles": [
824
- "solid"
825
- ],
826
- "unicode": "f100",
827
- "label": "Angle Double Left",
828
- "svg": {
829
- "solid": {
830
- "last_modified": 1500927880000,
831
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z\"/></svg>",
832
- "viewBox": [
833
- "0",
834
- "0",
835
- "448",
836
- "512"
837
- ],
838
- "width": 448,
839
- "height": 512,
840
- "path": "M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
841
- }
842
- }
843
- },
844
- "angle-double-right": {
845
- "changes": [
846
- "3",
847
- "5.0.0"
848
- ],
849
- "ligatures": [],
850
- "search": {
851
- "terms": [
852
- "arrows",
853
- "forward",
854
- "next",
855
- "quote",
856
- "raquo"
857
- ]
858
- },
859
- "styles": [
860
- "solid"
861
- ],
862
- "unicode": "f101",
863
- "label": "Angle Double Right",
864
- "svg": {
865
- "solid": {
866
- "last_modified": 1500927880000,
867
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z\"/></svg>",
868
- "viewBox": [
869
- "0",
870
- "0",
871
- "448",
872
- "512"
873
- ],
874
- "width": 448,
875
- "height": 512,
876
- "path": "M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
877
- }
878
- }
879
- },
880
- "angle-double-up": {
881
- "changes": [
882
- "3",
883
- "5.0.0"
884
- ],
885
- "ligatures": [],
886
- "search": {
887
- "terms": [
888
- "arrows"
889
- ]
890
- },
891
- "styles": [
892
- "solid"
893
- ],
894
- "unicode": "f102",
895
- "label": "Angle Double Up",
896
- "svg": {
897
- "solid": {
898
- "last_modified": 1500927880000,
899
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z\"/></svg>",
900
- "viewBox": [
901
- "0",
902
- "0",
903
- "320",
904
- "512"
905
- ],
906
- "width": 320,
907
- "height": 512,
908
- "path": "M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z"
909
- }
910
- }
911
- },
912
- "angle-down": {
913
- "changes": [
914
- "3",
915
- "5.0.0"
916
- ],
917
- "ligatures": [],
918
- "search": {
919
- "terms": [
920
- "arrow"
921
- ]
922
- },
923
- "styles": [
924
- "solid"
925
- ],
926
- "unicode": "f107",
927
- "label": "angle-down",
928
- "svg": {
929
- "solid": {
930
- "last_modified": 1500927880000,
931
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"/></svg>",
932
- "viewBox": [
933
- "0",
934
- "0",
935
- "320",
936
- "512"
937
- ],
938
- "width": 320,
939
- "height": 512,
940
- "path": "M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"
941
- }
942
- }
943
- },
944
- "angle-left": {
945
- "changes": [
946
- "3",
947
- "5.0.0"
948
- ],
949
- "ligatures": [],
950
- "search": {
951
- "terms": [
952
- "arrow",
953
- "back",
954
- "previous"
955
- ]
956
- },
957
- "styles": [
958
- "solid"
959
- ],
960
- "unicode": "f104",
961
- "label": "angle-left",
962
- "svg": {
963
- "solid": {
964
- "last_modified": 1500927880000,
965
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"/></svg>",
966
- "viewBox": [
967
- "0",
968
- "0",
969
- "256",
970
- "512"
971
- ],
972
- "width": 256,
973
- "height": 512,
974
- "path": "M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
975
- }
976
- }
977
- },
978
- "angle-right": {
979
- "changes": [
980
- "3",
981
- "5.0.0"
982
- ],
983
- "ligatures": [],
984
- "search": {
985
- "terms": [
986
- "arrow",
987
- "forward",
988
- "next"
989
- ]
990
- },
991
- "styles": [
992
- "solid"
993
- ],
994
- "unicode": "f105",
995
- "label": "angle-right",
996
- "svg": {
997
- "solid": {
998
- "last_modified": 1500927880000,
999
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"/></svg>",
1000
- "viewBox": [
1001
- "0",
1002
- "0",
1003
- "256",
1004
- "512"
1005
- ],
1006
- "width": 256,
1007
- "height": 512,
1008
- "path": "M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
1009
- }
1010
- }
1011
- },
1012
- "angle-up": {
1013
- "changes": [
1014
- "3",
1015
- "5.0.0"
1016
- ],
1017
- "ligatures": [],
1018
- "search": {
1019
- "terms": [
1020
- "arrow"
1021
- ]
1022
- },
1023
- "styles": [
1024
- "solid"
1025
- ],
1026
- "unicode": "f106",
1027
- "label": "angle-up",
1028
- "svg": {
1029
- "solid": {
1030
- "last_modified": 1500927880000,
1031
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"/></svg>",
1032
- "viewBox": [
1033
- "0",
1034
- "0",
1035
- "320",
1036
- "512"
1037
- ],
1038
- "width": 320,
1039
- "height": 512,
1040
- "path": "M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z"
1041
- }
1042
- }
1043
- },
1044
- "angry": {
1045
- "changes": [
1046
- "5.1.0"
1047
- ],
1048
- "ligatures": [],
1049
- "search": {
1050
- "terms": [
1051
- "disapprove",
1052
- "emoticon",
1053
- "face",
1054
- "mad",
1055
- "upset"
1056
- ]
1057
- },
1058
- "styles": [
1059
- "solid",
1060
- "regular"
1061
- ],
1062
- "unicode": "f556",
1063
- "label": "Angry Face",
1064
- "svg": {
1065
- "solid": {
1066
- "last_modified": 1529520111644,
1067
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z\"/></svg>",
1068
- "viewBox": [
1069
- "0",
1070
- "0",
1071
- "496",
1072
- "512"
1073
- ],
1074
- "width": 496,
1075
- "height": 512,
1076
- "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z"
1077
- },
1078
- "regular": {
1079
- "last_modified": 1529520111607,
1080
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z\"/></svg>",
1081
- "viewBox": [
1082
- "0",
1083
- "0",
1084
- "496",
1085
- "512"
1086
- ],
1087
- "width": 496,
1088
- "height": 512,
1089
- "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z"
1090
- }
1091
- }
1092
- },
1093
- "angrycreative": {
1094
- "changes": [
1095
- "5.0.0"
1096
- ],
1097
- "ligatures": [],
1098
- "search": {
1099
- "terms": []
1100
- },
1101
- "styles": [
1102
- "brands"
1103
- ],
1104
- "unicode": "f36e",
1105
- "label": "Angry Creative",
1106
- "svg": {
1107
- "brands": {
1108
- "last_modified": 1500927880000,
1109
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z\"/></svg>",
1110
- "viewBox": [
1111
- "0",
1112
- "0",
1113
- "640",
1114
- "512"
1115
- ],
1116
- "width": 640,
1117
- "height": 512,
1118
- "path": "M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z"
1119
- }
1120
- }
1121
- },
1122
- "angular": {
1123
- "changes": [
1124
- "5.0.0"
1125
- ],
1126
- "ligatures": [],
1127
- "search": {
1128
- "terms": []
1129
- },
1130
- "styles": [
1131
- "brands"
1132
- ],
1133
- "unicode": "f420",
1134
- "label": "Angular",
1135
- "svg": {
1136
- "brands": {
1137
- "last_modified": 1511194600653,
1138
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 415.6 512\"><path d=\"M169.7 268.1h76.2l-38.1-91.6-38.1 91.6zM207.8 32L0 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7L207.8 32zM338 373.8h-48.6l-26.2-65.4H152.6l-26.2 65.4H77.7L207.8 81.5 338 373.8z\"/></svg>",
1139
- "viewBox": [
1140
- "0",
1141
- "0",
1142
- "415.6",
1143
- "512"
1144
- ],
1145
- "width": 415,
1146
- "height": 512,
1147
- "path": "M169.7 268.1h76.2l-38.1-91.6-38.1 91.6zM207.8 32L0 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7L207.8 32zM338 373.8h-48.6l-26.2-65.4H152.6l-26.2 65.4H77.7L207.8 81.5 338 373.8z"
1148
- }
1149
- }
1150
- },
1151
- "app-store": {
1152
- "changes": [
1153
- "5.0.0"
1154
- ],
1155
- "ligatures": [],
1156
- "search": {
1157
- "terms": []
1158
- },
1159
- "styles": [
1160
- "brands"
1161
- ],
1162
- "unicode": "f36f",
1163
- "label": "App Store",
1164
- "svg": {
1165
- "brands": {
1166
- "last_modified": 1521653821381,
1167
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z\"/></svg>",
1168
- "viewBox": [
1169
- "0",
1170
- "0",
1171
- "512",
1172
- "512"
1173
- ],
1174
- "width": 512,
1175
- "height": 512,
1176
- "path": "M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z"
1177
- }
1178
- }
1179
- },
1180
- "app-store-ios": {
1181
- "changes": [
1182
- "5.0.0"
1183
- ],
1184
- "ligatures": [],
1185
- "search": {
1186
- "terms": []
1187
- },
1188
- "styles": [
1189
- "brands"
1190
- ],
1191
- "unicode": "f370",
1192
- "label": "iOS App Store",
1193
- "svg": {
1194
- "brands": {
1195
- "last_modified": 1507838931322,
1196
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z\"/></svg>",
1197
- "viewBox": [
1198
- "0",
1199
- "0",
1200
- "448",
1201
- "512"
1202
- ],
1203
- "width": 448,
1204
- "height": 512,
1205
- "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z"
1206
- }
1207
- }
1208
- },
1209
- "apper": {
1210
- "changes": [
1211
- "5.0.0"
1212
- ],
1213
- "ligatures": [],
1214
- "search": {
1215
- "terms": []
1216
- },
1217
- "styles": [
1218
- "brands"
1219
- ],
1220
- "unicode": "f371",
1221
- "label": "Apper Systems AB",
1222
- "svg": {
1223
- "brands": {
1224
- "last_modified": 1500927880000,
1225
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z\"/></svg>",
1226
- "viewBox": [
1227
- "0",
1228
- "0",
1229
- "640",
1230
- "512"
1231
- ],
1232
- "width": 640,
1233
- "height": 512,
1234
- "path": "M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z"
1235
- }
1236
- }
1237
- },
1238
- "apple": {
1239
- "changes": [
1240
- "3.2",
1241
- "5.0.0",
1242
- "5.0.7"
1243
- ],
1244
- "ligatures": [],
1245
- "search": {
1246
- "terms": [
1247
- "food",
1248
- "fruit",
1249
- "osx"
1250
- ]
1251
- },
1252
- "styles": [
1253
- "brands"
1254
- ],
1255
- "unicode": "f179",
1256
- "label": "Apple",
1257
- "svg": {
1258
- "brands": {
1259
- "last_modified": 1519917094301,
1260
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 376.5 512\"><path d=\"M314.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C59.3 141.2 0 184.8 0 273.5c0 26.2 4.8 53.3 14.4 81.2 12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z\"/></svg>",
1261
- "viewBox": [
1262
- "0",
1263
- "0",
1264
- "376.5",
1265
- "512"
1266
- ],
1267
- "width": 376,
1268
- "height": 512,
1269
- "path": "M314.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C59.3 141.2 0 184.8 0 273.5c0 26.2 4.8 53.3 14.4 81.2 12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"
1270
- }
1271
- }
1272
- },
1273
- "apple-alt": {
1274
- "changes": [
1275
- "5.2.0"
1276
- ],
1277
- "ligatures": [],
1278
- "search": {
1279
- "terms": []
1280
- },
1281
- "styles": [
1282
- "solid"
1283
- ],
1284
- "unicode": "f5d1",
1285
- "label": "Fruit Apple",
1286
- "svg": {
1287
- "solid": {
1288
- "last_modified": 1532362831512,
1289
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M351.18 129.15c-35.53-6.25-98.06 14.36-127.18 30.81-29.12-16.45-91.66-37.07-127.19-30.81-81.24 14.3-107.42 124.49-93.09 205.6C18.05 415.86 65.02 512 160.41 512c12.06 0 24.12-4.61 34.44-10.34 18.08-10.03 40.23-10.03 58.31 0 10.32 5.73 22.38 10.34 34.43 10.34 95.39 0 142.36-96.14 156.68-177.25 14.33-81.11-11.83-191.3-93.09-205.6zm-55.55-41.53C326.19 57.06 319.35.65 319.35.65s-56.41-6.85-86.97 23.72c-30.57 30.57-23.72 86.97-23.72 86.97s56.4 6.85 86.97-23.72z\"/></svg>",
1290
- "viewBox": [
1291
- "0",
1292
- "0",
1293
- "448",
1294
- "512"
1295
- ],
1296
- "width": 448,
1297
- "height": 512,
1298
- "path": "M351.18 129.15c-35.53-6.25-98.06 14.36-127.18 30.81-29.12-16.45-91.66-37.07-127.19-30.81-81.24 14.3-107.42 124.49-93.09 205.6C18.05 415.86 65.02 512 160.41 512c12.06 0 24.12-4.61 34.44-10.34 18.08-10.03 40.23-10.03 58.31 0 10.32 5.73 22.38 10.34 34.43 10.34 95.39 0 142.36-96.14 156.68-177.25 14.33-81.11-11.83-191.3-93.09-205.6zm-55.55-41.53C326.19 57.06 319.35.65 319.35.65s-56.41-6.85-86.97 23.72c-30.57 30.57-23.72 86.97-23.72 86.97s56.4 6.85 86.97-23.72z"
1299
- }
1300
- }
1301
- },
1302
- "apple-pay": {
1303
- "changes": [
1304
- "5.0.0"
1305
- ],
1306
- "ligatures": [],
1307
- "search": {
1308
- "terms": []
1309
- },
1310
- "styles": [
1311
- "brands"
1312
- ],
1313
- "unicode": "f415",
1314
- "label": "Apple Pay",
1315
- "svg": {
1316
- "brands": {
1317
- "last_modified": 1507669930671,
1318
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z\"/></svg>",
1319
- "viewBox": [
1320
- "0",
1321
- "0",
1322
- "640",
1323
- "512"
1324
- ],
1325
- "width": 640,
1326
- "height": 512,
1327
- "path": "M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z"
1328
- }
1329
- }
1330
- },
1331
- "archive": {
1332
- "changes": [
1333
- "3.2",
1334
- "5.0.0",
1335
- "5.0.9"
1336
- ],
1337
- "ligatures": [],
1338
- "search": {
1339
- "terms": [
1340
- "box",
1341
- "package",
1342
- "storage"
1343
- ]
1344
- },
1345
- "styles": [
1346
- "solid"
1347
- ],
1348
- "unicode": "f187",
1349
- "label": "Archive",
1350
- "svg": {
1351
- "solid": {
1352
- "last_modified": 1521653821441,
1353
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z\"/></svg>",
1354
- "viewBox": [
1355
- "0",
1356
- "0",
1357
- "512",
1358
- "512"
1359
- ],
1360
- "width": 512,
1361
- "height": 512,
1362
- "path": "M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z"
1363
- }
1364
- }
1365
- },
1366
- "archway": {
1367
- "changes": [
1368
- "5.1.0"
1369
- ],
1370
- "ligatures": [],
1371
- "search": {
1372
- "terms": [
1373
- "arc",
1374
- "monument",
1375
- "road",
1376
- "street"
1377
- ]
1378
- },
1379
- "styles": [
1380
- "solid"
1381
- ],
1382
- "unicode": "f557",
1383
- "label": "Archway",
1384
- "svg": {
1385
- "solid": {
1386
- "last_modified": 1529520111645,
1387
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"/></svg>",
1388
- "viewBox": [
1389
- "0",
1390
- "0",
1391
- "576",
1392
- "512"
1393
- ],
1394
- "width": 576,
1395
- "height": 512,
1396
- "path": "M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z"
1397
- }
1398
- }
1399
- },
1400
- "arrow-alt-circle-down": {
1401
- "changes": [
1402
- "5.0.0"
1403
- ],
1404
- "ligatures": [],
1405
- "search": {
1406
- "terms": [
1407
- "arrow-circle-o-down",
1408
- "download"
1409
- ]
1410
- },
1411
- "styles": [
1412
- "solid",
1413
- "regular"
1414
- ],
1415
- "unicode": "f358",
1416
- "label": "Alternate Arrow Circle Down",
1417
- "svg": {
1418
- "solid": {
1419
- "last_modified": 1500927880000,
1420
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z\"/></svg>",
1421
- "viewBox": [
1422
- "0",
1423
- "0",
1424
- "512",
1425
- "512"
1426
- ],
1427
- "width": 512,
1428
- "height": 512,
1429
- "path": "M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z"
1430
- },
1431
- "regular": {
1432
- "last_modified": 1500927880000,
1433
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z\"/></svg>",
1434
- "viewBox": [
1435
- "0",
1436
- "0",
1437
- "512",
1438
- "512"
1439
- ],
1440
- "width": 512,
1441
- "height": 512,
1442
- "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z"
1443
- }
1444
- }
1445
- },
1446
- "arrow-alt-circle-left": {
1447
- "changes": [
1448
- "5.0.0"
1449
- ],
1450
- "ligatures": [],
1451
- "search": {
1452
- "terms": [
1453
- "arrow-circle-o-left",
1454
- "back",
1455
- "previous"
1456
- ]
1457
- },
1458
- "styles": [
1459
- "solid",
1460
- "regular"
1461
- ],
1462
- "unicode": "f359",
1463
- "label": "Alternate Arrow Circle Left",
1464
- "svg": {
1465
- "solid": {
1466
- "last_modified": 1500927880000,
1467
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z\"/></svg>",
1468
- "viewBox": [
1469
- "0",
1470
- "0",
1471
- "512",
1472
- "512"
1473
- ],
1474
- "width": 512,
1475
- "height": 512,
1476
- "path": "M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z"
1477
- },
1478
- "regular": {
1479
- "last_modified": 1500927880000,
1480
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"/></svg>",
1481
- "viewBox": [
1482
- "0",
1483
- "0",
1484
- "512",
1485
- "512"
1486
- ],
1487
- "width": 512,
1488
- "height": 512,
1489
- "path": "M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z"
1490
- }
1491
- }
1492
- },
1493
- "arrow-alt-circle-right": {
1494
- "changes": [
1495
- "5.0.0"
1496
- ],
1497
- "ligatures": [],
1498
- "search": {
1499
- "terms": [
1500
- "arrow-circle-o-right",
1501
- "forward",
1502
- "next"
1503
- ]
1504
- },
1505
- "styles": [
1506
- "solid",
1507
- "regular"
1508
- ],
1509
- "unicode": "f35a",
1510
- "label": "Alternate Arrow Circle Right",
1511
- "svg": {
1512
- "solid": {
1513
- "last_modified": 1500927880000,
1514
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"/></svg>",
1515
- "viewBox": [
1516
- "0",
1517
- "0",
1518
- "512",
1519
- "512"
1520
- ],
1521
- "width": 512,
1522
- "height": 512,
1523
- "path": "M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z"
1524
- },
1525
- "regular": {
1526
- "last_modified": 1500927880000,
1527
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"/></svg>",
1528
- "viewBox": [
1529
- "0",
1530
- "0",
1531
- "512",
1532
- "512"
1533
- ],
1534
- "width": 512,
1535
- "height": 512,
1536
- "path": "M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z"
1537
- }
1538
- }
1539
- },
1540
- "arrow-alt-circle-up": {
1541
- "changes": [
1542
- "5.0.0"
1543
- ],
1544
- "ligatures": [],
1545
- "search": {
1546
- "terms": [
1547
- "arrow-circle-o-up"
1548
- ]
1549
- },
1550
- "styles": [
1551
- "solid",
1552
- "regular"
1553
- ],
1554
- "unicode": "f35b",
1555
- "label": "Alternate Arrow Circle Up",
1556
- "svg": {
1557
- "solid": {
1558
- "last_modified": 1500927880000,
1559
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z\"/></svg>",
1560
- "viewBox": [
1561
- "0",
1562
- "0",
1563
- "512",
1564
- "512"
1565
- ],
1566
- "width": 512,
1567
- "height": 512,
1568
- "path": "M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z"
1569
- },
1570
- "regular": {
1571
- "last_modified": 1500927880000,
1572
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z\"/></svg>",
1573
- "viewBox": [
1574
- "0",
1575
- "0",
1576
- "512",
1577
- "512"
1578
- ],
1579
- "width": 512,
1580
- "height": 512,
1581
- "path": "M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z"
1582
- }
1583
- }
1584
- },
1585
- "arrow-circle-down": {
1586
- "changes": [
1587
- "2",
1588
- "5.0.0"
1589
- ],
1590
- "ligatures": [],
1591
- "search": {
1592
- "terms": [
1593
- "download"
1594
- ]
1595
- },
1596
- "styles": [
1597
- "solid"
1598
- ],
1599
- "unicode": "f0ab",
1600
- "label": "Arrow Circle Down",
1601
- "svg": {
1602
- "solid": {
1603
- "last_modified": 1500927880000,
1604
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z\"/></svg>",
1605
- "viewBox": [
1606
- "0",
1607
- "0",
1608
- "512",
1609
- "512"
1610
- ],
1611
- "width": 512,
1612
- "height": 512,
1613
- "path": "M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z"
1614
- }
1615
- }
1616
- },
1617
- "arrow-circle-left": {
1618
- "changes": [
1619
- "2",
1620
- "5.0.0"
1621
- ],
1622
- "ligatures": [],
1623
- "search": {
1624
- "terms": [
1625
- "back",
1626
- "previous"
1627
- ]
1628
- },
1629
- "styles": [
1630
- "solid"
1631
- ],
1632
- "unicode": "f0a8",
1633
- "label": "Arrow Circle Left",
1634
- "svg": {
1635
- "solid": {
1636
- "last_modified": 1500927880000,
1637
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>",
1638
- "viewBox": [
1639
- "0",
1640
- "0",
1641
- "512",
1642
- "512"
1643
- ],
1644
- "width": 512,
1645
- "height": 512,
1646
- "path": "M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z"
1647
- }
1648
- }
1649
- },
1650
- "arrow-circle-right": {
1651
- "changes": [
1652
- "2",
1653
- "5.0.0"
1654
- ],
1655
- "ligatures": [],
1656
- "search": {
1657
- "terms": [
1658
- "forward",
1659
- "next"
1660
- ]
1661
- },
1662
- "styles": [
1663
- "solid"
1664
- ],
1665
- "unicode": "f0a9",
1666
- "label": "Arrow Circle Right",
1667
- "svg": {
1668
- "solid": {
1669
- "last_modified": 1500927880000,
1670
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"/></svg>",
1671
- "viewBox": [
1672
- "0",
1673
- "0",
1674
- "512",
1675
- "512"
1676
- ],
1677
- "width": 512,
1678
- "height": 512,
1679
- "path": "M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z"
1680
- }
1681
- }
1682
- },
1683
- "arrow-circle-up": {
1684
- "changes": [
1685
- "2",
1686
- "5.0.0"
1687
- ],
1688
- "ligatures": [],
1689
- "search": {
1690
- "terms": []
1691
- },
1692
- "styles": [
1693
- "solid"
1694
- ],
1695
- "unicode": "f0aa",
1696
- "label": "Arrow Circle Up",
1697
- "svg": {
1698
- "solid": {
1699
- "last_modified": 1500927880000,
1700
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z\"/></svg>",
1701
- "viewBox": [
1702
- "0",
1703
- "0",
1704
- "512",
1705
- "512"
1706
- ],
1707
- "width": 512,
1708
- "height": 512,
1709
- "path": "M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"
1710
- }
1711
- }
1712
- },
1713
- "arrow-down": {
1714
- "changes": [
1715
- "1",
1716
- "5.0.0"
1717
- ],
1718
- "ligatures": [],
1719
- "search": {
1720
- "terms": [
1721
- "download"
1722
- ]
1723
- },
1724
- "styles": [
1725
- "solid"
1726
- ],
1727
- "unicode": "f063",
1728
- "label": "arrow-down",
1729
- "svg": {
1730
- "solid": {
1731
- "last_modified": 1500927880000,
1732
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z\"/></svg>",
1733
- "viewBox": [
1734
- "0",
1735
- "0",
1736
- "448",
1737
- "512"
1738
- ],
1739
- "width": 448,
1740
- "height": 512,
1741
- "path": "M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z"
1742
- }
1743
- }
1744
- },
1745
- "arrow-left": {
1746
- "changes": [
1747
- "1",
1748
- "5.0.0"
1749
- ],
1750
- "ligatures": [],
1751
- "search": {
1752
- "terms": [
1753
- "back",
1754
- "previous"
1755
- ]
1756
- },
1757
- "styles": [
1758
- "solid"
1759
- ],
1760
- "unicode": "f060",
1761
- "label": "arrow-left",
1762
- "svg": {
1763
- "solid": {
1764
- "last_modified": 1500927880000,
1765
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>",
1766
- "viewBox": [
1767
- "0",
1768
- "0",
1769
- "448",
1770
- "512"
1771
- ],
1772
- "width": 448,
1773
- "height": 512,
1774
- "path": "M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z"
1775
- }
1776
- }
1777
- },
1778
- "arrow-right": {
1779
- "changes": [
1780
- "1",
1781
- "5.0.0"
1782
- ],
1783
- "ligatures": [],
1784
- "search": {
1785
- "terms": [
1786
- "forward",
1787
- "next"
1788
- ]
1789
- },
1790
- "styles": [
1791
- "solid"
1792
- ],
1793
- "unicode": "f061",
1794
- "label": "arrow-right",
1795
- "svg": {
1796
- "solid": {
1797
- "last_modified": 1500927880000,
1798
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>",
1799
- "viewBox": [
1800
- "0",
1801
- "0",
1802
- "448",
1803
- "512"
1804
- ],
1805
- "width": 448,
1806
- "height": 512,
1807
- "path": "M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"
1808
- }
1809
- }
1810
- },
1811
- "arrow-up": {
1812
- "changes": [
1813
- "1",
1814
- "5.0.0"
1815
- ],
1816
- "ligatures": [],
1817
- "search": {
1818
- "terms": []
1819
- },
1820
- "styles": [
1821
- "solid"
1822
- ],
1823
- "unicode": "f062",
1824
- "label": "arrow-up",
1825
- "svg": {
1826
- "solid": {
1827
- "last_modified": 1500927880000,
1828
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z\"/></svg>",
1829
- "viewBox": [
1830
- "0",
1831
- "0",
1832
- "448",
1833
- "512"
1834
- ],
1835
- "width": 448,
1836
- "height": 512,
1837
- "path": "M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z"
1838
- }
1839
- }
1840
- },
1841
- "arrows-alt": {
1842
- "changes": [
1843
- "2",
1844
- "5.0.0"
1845
- ],
1846
- "ligatures": [],
1847
- "search": {
1848
- "terms": [
1849
- "arrow",
1850
- "arrows",
1851
- "bigger",
1852
- "enlarge",
1853
- "expand",
1854
- "fullscreen",
1855
- "move",
1856
- "position",
1857
- "reorder",
1858
- "resize"
1859
- ]
1860
- },
1861
- "styles": [
1862
- "solid"
1863
- ],
1864
- "unicode": "f0b2",
1865
- "label": "Alternate Arrows",
1866
- "svg": {
1867
- "solid": {
1868
- "last_modified": 1500927880000,
1869
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z\"/></svg>",
1870
- "viewBox": [
1871
- "0",
1872
- "0",
1873
- "512",
1874
- "512"
1875
- ],
1876
- "width": 512,
1877
- "height": 512,
1878
- "path": "M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z"
1879
- }
1880
- }
1881
- },
1882
- "arrows-alt-h": {
1883
- "changes": [
1884
- "5.0.0"
1885
- ],
1886
- "ligatures": [],
1887
- "search": {
1888
- "terms": [
1889
- "arrows-h",
1890
- "resize"
1891
- ]
1892
- },
1893
- "styles": [
1894
- "solid"
1895
- ],
1896
- "unicode": "f337",
1897
- "label": "Alternate Arrows Horizontal",
1898
- "svg": {
1899
- "solid": {
1900
- "last_modified": 1500927880000,
1901
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z\"/></svg>",
1902
- "viewBox": [
1903
- "0",
1904
- "0",
1905
- "512",
1906
- "512"
1907
- ],
1908
- "width": 512,
1909
- "height": 512,
1910
- "path": "M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z"
1911
- }
1912
- }
1913
- },
1914
- "arrows-alt-v": {
1915
- "changes": [
1916
- "5.0.0"
1917
- ],
1918
- "ligatures": [],
1919
- "search": {
1920
- "terms": [
1921
- "arrows-v",
1922
- "resize"
1923
- ]
1924
- },
1925
- "styles": [
1926
- "solid"
1927
- ],
1928
- "unicode": "f338",
1929
- "label": "Alternate Arrows Vertical",
1930
- "svg": {
1931
- "solid": {
1932
- "last_modified": 1500927880000,
1933
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z\"/></svg>",
1934
- "viewBox": [
1935
- "0",
1936
- "0",
1937
- "256",
1938
- "512"
1939
- ],
1940
- "width": 256,
1941
- "height": 512,
1942
- "path": "M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
1943
- }
1944
- }
1945
- },
1946
- "assistive-listening-systems": {
1947
- "changes": [
1948
- "4.6",
1949
- "5.0.0"
1950
- ],
1951
- "ligatures": [],
1952
- "search": {
1953
- "terms": []
1954
- },
1955
- "styles": [
1956
- "solid"
1957
- ],
1958
- "unicode": "f2a2",
1959
- "label": "Assistive Listening Systems",
1960
- "svg": {
1961
- "solid": {
1962
- "last_modified": 1502483808000,
1963
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z\"/></svg>",
1964
- "viewBox": [
1965
- "0",
1966
- "0",
1967
- "512",
1968
- "512"
1969
- ],
1970
- "width": 512,
1971
- "height": 512,
1972
- "path": "M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z"
1973
- }
1974
- }
1975
- },
1976
- "asterisk": {
1977
- "changes": [
1978
- "1",
1979
- "5.0.0"
1980
- ],
1981
- "ligatures": [],
1982
- "search": {
1983
- "terms": [
1984
- "details"
1985
- ]
1986
- },
1987
- "styles": [
1988
- "solid"
1989
- ],
1990
- "unicode": "f069",
1991
- "label": "asterisk",
1992
- "svg": {
1993
- "solid": {
1994
- "last_modified": 1500927880000,
1995
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z\"/></svg>",
1996
- "viewBox": [
1997
- "0",
1998
- "0",
1999
- "512",
2000
- "512"
2001
- ],
2002
- "width": 512,
2003
- "height": 512,
2004
- "path": "M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z"
2005
- }
2006
- }
2007
- },
2008
- "asymmetrik": {
2009
- "changes": [
2010
- "5.0.0"
2011
- ],
2012
- "ligatures": [],
2013
- "search": {
2014
- "terms": []
2015
- },
2016
- "styles": [
2017
- "brands"
2018
- ],
2019
- "unicode": "f372",
2020
- "label": "Asymmetrik, Ltd.",
2021
- "svg": {
2022
- "brands": {
2023
- "last_modified": 1500927880000,
2024
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z\"/></svg>",
2025
- "viewBox": [
2026
- "0",
2027
- "0",
2028
- "576",
2029
- "512"
2030
- ],
2031
- "width": 576,
2032
- "height": 512,
2033
- "path": "M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z"
2034
- }
2035
- }
2036
- },
2037
- "at": {
2038
- "changes": [
2039
- "4.2",
2040
- "5.0.0"
2041
- ],
2042
- "ligatures": [],
2043
- "search": {
2044
- "terms": [
2045
- "e-mail",
2046
- "email"
2047
- ]
2048
- },
2049
- "styles": [
2050
- "solid"
2051
- ],
2052
- "unicode": "f1fa",
2053
- "label": "At",
2054
- "svg": {
2055
- "solid": {
2056
- "last_modified": 1500927880000,
2057
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z\"/></svg>",
2058
- "viewBox": [
2059
- "0",
2060
- "0",
2061
- "512",
2062
- "512"
2063
- ],
2064
- "width": 512,
2065
- "height": 512,
2066
- "path": "M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z"
2067
- }
2068
- }
2069
- },
2070
- "atlas": {
2071
- "changes": [
2072
- "5.1.0"
2073
- ],
2074
- "ligatures": [],
2075
- "search": {
2076
- "terms": [
2077
- "book",
2078
- "directions",
2079
- "geography",
2080
- "map",
2081
- "wayfinding"
2082
- ]
2083
- },
2084
- "styles": [
2085
- "solid"
2086
- ],
2087
- "unicode": "f558",
2088
- "label": "Atlas",
2089
- "svg": {
2090
- "solid": {
2091
- "last_modified": 1529520111646,
2092
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M318.38 208h-39.09c-1.49 27.03-6.54 51.35-14.21 70.41 27.71-13.24 48.02-39.19 53.3-70.41zm0-32c-5.29-31.22-25.59-57.17-53.3-70.41 7.68 19.06 12.72 43.38 14.21 70.41h39.09zM224 97.31c-7.69 7.45-20.77 34.42-23.43 78.69h46.87c-2.67-44.26-15.75-71.24-23.44-78.69zm-41.08 8.28c-27.71 13.24-48.02 39.19-53.3 70.41h39.09c1.49-27.03 6.53-51.35 14.21-70.41zm0 172.82c-7.68-19.06-12.72-43.38-14.21-70.41h-39.09c5.28 31.22 25.59 57.17 53.3 70.41zM247.43 208h-46.87c2.66 44.26 15.74 71.24 23.43 78.69 7.7-7.45 20.78-34.43 23.44-78.69zM448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM224 64c70.69 0 128 57.31 128 128s-57.31 128-128 128S96 262.69 96 192 153.31 64 224 64zm160 384H96c-19.2 0-32-12.8-32-32s16-32 32-32h288v64z\"/></svg>",
2093
- "viewBox": [
2094
- "0",
2095
- "0",
2096
- "448",
2097
- "512"
2098
- ],
2099
- "width": 448,
2100
- "height": 512,
2101
- "path": "M318.38 208h-39.09c-1.49 27.03-6.54 51.35-14.21 70.41 27.71-13.24 48.02-39.19 53.3-70.41zm0-32c-5.29-31.22-25.59-57.17-53.3-70.41 7.68 19.06 12.72 43.38 14.21 70.41h39.09zM224 97.31c-7.69 7.45-20.77 34.42-23.43 78.69h46.87c-2.67-44.26-15.75-71.24-23.44-78.69zm-41.08 8.28c-27.71 13.24-48.02 39.19-53.3 70.41h39.09c1.49-27.03 6.53-51.35 14.21-70.41zm0 172.82c-7.68-19.06-12.72-43.38-14.21-70.41h-39.09c5.28 31.22 25.59 57.17 53.3 70.41zM247.43 208h-46.87c2.66 44.26 15.74 71.24 23.43 78.69 7.7-7.45 20.78-34.43 23.44-78.69zM448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM224 64c70.69 0 128 57.31 128 128s-57.31 128-128 128S96 262.69 96 192 153.31 64 224 64zm160 384H96c-19.2 0-32-12.8-32-32s16-32 32-32h288v64z"
2102
- }
2103
- }
2104
- },
2105
- "atom": {
2106
- "changes": [
2107
- "5.2.0"
2108
- ],
2109
- "ligatures": [],
2110
- "search": {
2111
- "terms": []
2112
- },
2113
- "styles": [
2114
- "solid"
2115
- ],
2116
- "unicode": "f5d2",
2117
- "label": "Atom",
2118
- "svg": {
2119
- "solid": {
2120
- "last_modified": 1532362831513,
2121
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M413.03 256c40.13-54.89 41.51-98.62 25.14-128-10.91-19.52-40.54-50.73-116.33-41.88C300.36 34.89 267.64 0 224 0s-76.36 34.89-97.84 86.12C50.43 77.34 20.73 108.48 9.83 128c-16.38 29.4-15 73.09 25.14 128-40.13 54.89-41.51 98.62-25.14 128 29.21 52.34 101.68 43.58 116.33 41.88C147.63 477.1 180.36 512 224 512s76.37-34.9 97.84-86.12c14.64 1.7 87.11 10.46 116.33-41.88 16.38-29.4 15-73.09-25.14-128zM63.38 352c-4.03-7.21-.19-24.8 14.95-48.29 6.96 6.53 14.2 12.89 21.87 19.18 1.71 13.71 4 27.08 6.76 40.08-24.56.89-39.89-4.37-43.58-10.97zm36.82-162.88c-7.66 6.29-14.9 12.65-21.87 19.18-15.13-23.5-18.97-41.09-14.95-48.3 3.41-6.14 16.39-11.47 37.92-11.47 1.71 0 3.87.3 5.69.37a472.191 472.191 0 0 0-6.79 40.22zM224 64c9.47 0 22.2 13.52 33.86 37.26-11.19 3.7-22.44 8-33.86 12.86-11.42-4.86-22.67-9.16-33.86-12.86C201.8 77.52 214.53 64 224 64zm0 384c-9.47 0-22.2-13.52-33.86-37.26 11.19-3.7 22.44-8 33.86-12.86 11.42 4.86 22.67 9.16 33.86 12.86C246.2 434.48 233.47 448 224 448zm62.5-157.33c-26.7 19.08-46.14 29.33-62.5 37.48-16.35-8.14-35.8-18.41-62.5-37.48-1.99-27.79-1.99-41.54 0-69.33 26.67-19.05 46.13-29.32 62.5-37.48 16.39 8.17 35.86 18.44 62.5 37.48 1.98 27.78 1.99 41.53 0 69.33zM384.62 352c-3.67 6.62-19 11.82-43.58 10.95 2.76-13 5.05-26.37 6.76-40.06 7.66-6.29 14.9-12.65 21.87-19.18 15.13 23.49 18.97 41.08 14.95 48.29zm-14.95-143.71c-6.96-6.53-14.2-12.89-21.87-19.18a473.535 473.535 0 0 0-6.79-40.22c1.82-.07 3.97-.37 5.69-.37 21.52 0 34.51 5.34 37.92 11.47 4.02 7.22.18 24.81-14.95 48.3zM224 224c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"/></svg>",
2122
- "viewBox": [
2123
- "0",
2124
- "0",
2125
- "448",
2126
- "512"
2127
- ],
2128
- "width": 448,
2129
- "height": 512,
2130
- "path": "M413.03 256c40.13-54.89 41.51-98.62 25.14-128-10.91-19.52-40.54-50.73-116.33-41.88C300.36 34.89 267.64 0 224 0s-76.36 34.89-97.84 86.12C50.43 77.34 20.73 108.48 9.83 128c-16.38 29.4-15 73.09 25.14 128-40.13 54.89-41.51 98.62-25.14 128 29.21 52.34 101.68 43.58 116.33 41.88C147.63 477.1 180.36 512 224 512s76.37-34.9 97.84-86.12c14.64 1.7 87.11 10.46 116.33-41.88 16.38-29.4 15-73.09-25.14-128zM63.38 352c-4.03-7.21-.19-24.8 14.95-48.29 6.96 6.53 14.2 12.89 21.87 19.18 1.71 13.71 4 27.08 6.76 40.08-24.56.89-39.89-4.37-43.58-10.97zm36.82-162.88c-7.66 6.29-14.9 12.65-21.87 19.18-15.13-23.5-18.97-41.09-14.95-48.3 3.41-6.14 16.39-11.47 37.92-11.47 1.71 0 3.87.3 5.69.37a472.191 472.191 0 0 0-6.79 40.22zM224 64c9.47 0 22.2 13.52 33.86 37.26-11.19 3.7-22.44 8-33.86 12.86-11.42-4.86-22.67-9.16-33.86-12.86C201.8 77.52 214.53 64 224 64zm0 384c-9.47 0-22.2-13.52-33.86-37.26 11.19-3.7 22.44-8 33.86-12.86 11.42 4.86 22.67 9.16 33.86 12.86C246.2 434.48 233.47 448 224 448zm62.5-157.33c-26.7 19.08-46.14 29.33-62.5 37.48-16.35-8.14-35.8-18.41-62.5-37.48-1.99-27.79-1.99-41.54 0-69.33 26.67-19.05 46.13-29.32 62.5-37.48 16.39 8.17 35.86 18.44 62.5 37.48 1.98 27.78 1.99 41.53 0 69.33zM384.62 352c-3.67 6.62-19 11.82-43.58 10.95 2.76-13 5.05-26.37 6.76-40.06 7.66-6.29 14.9-12.65 21.87-19.18 15.13 23.49 18.97 41.08 14.95 48.29zm-14.95-143.71c-6.96-6.53-14.2-12.89-21.87-19.18a473.535 473.535 0 0 0-6.79-40.22c1.82-.07 3.97-.37 5.69-.37 21.52 0 34.51 5.34 37.92 11.47 4.02 7.22.18 24.81-14.95 48.3zM224 224c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z"
2131
- }
2132
- }
2133
- },
2134
- "audible": {
2135
- "changes": [
2136
- "5.0.0"
2137
- ],
2138
- "ligatures": [],
2139
- "search": {
2140
- "terms": []
2141
- },
2142
- "styles": [
2143
- "brands"
2144
- ],
2145
- "unicode": "f373",
2146
- "label": "Audible",
2147
- "svg": {
2148
- "brands": {
2149
- "last_modified": 1500927880000,
2150
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z\"/></svg>",
2151
- "viewBox": [
2152
- "0",
2153
- "0",
2154
- "640",
2155
- "512"
2156
- ],
2157
- "width": 640,
2158
- "height": 512,
2159
- "path": "M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z"
2160
- }
2161
- }
2162
- },
2163
- "audio-description": {
2164
- "changes": [
2165
- "4.6",
2166
- "5.0.0"
2167
- ],
2168
- "ligatures": [],
2169
- "search": {
2170
- "terms": []
2171
- },
2172
- "styles": [
2173
- "solid"
2174
- ],
2175
- "unicode": "f29e",
2176
- "label": "Audio Description",
2177
- "svg": {
2178
- "solid": {
2179
- "last_modified": 1502397066000,
2180
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M162.925 238.709l8.822 30.655h-25.606l9.041-30.652c1.277-4.421 2.651-9.994 3.872-15.245 1.22 5.251 2.594 10.823 3.871 15.242zm166.474-32.099h-14.523v98.781h14.523c29.776 0 46.175-17.678 46.175-49.776 0-32.239-17.49-49.005-46.175-49.005zM512 112v288c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48zM245.459 336.139l-57.097-168A12.001 12.001 0 0 0 177 160h-35.894a12.001 12.001 0 0 0-11.362 8.139l-57.097 168C70.003 343.922 75.789 352 84.009 352h29.133a12 12 0 0 0 11.535-8.693l8.574-29.906h51.367l8.793 29.977A12 12 0 0 0 204.926 352h29.172c8.22 0 14.006-8.078 11.361-15.861zm184.701-80.525c0-58.977-37.919-95.614-98.96-95.614h-57.366c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12H331.2c61.041 0 98.96-36.933 98.96-96.386z\"/></svg>",
2181
- "viewBox": [
2182
- "0",
2183
- "0",
2184
- "512",
2185
- "512"
2186
- ],
2187
- "width": 512,
2188
- "height": 512,
2189
- "path": "M162.925 238.709l8.822 30.655h-25.606l9.041-30.652c1.277-4.421 2.651-9.994 3.872-15.245 1.22 5.251 2.594 10.823 3.871 15.242zm166.474-32.099h-14.523v98.781h14.523c29.776 0 46.175-17.678 46.175-49.776 0-32.239-17.49-49.005-46.175-49.005zM512 112v288c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48zM245.459 336.139l-57.097-168A12.001 12.001 0 0 0 177 160h-35.894a12.001 12.001 0 0 0-11.362 8.139l-57.097 168C70.003 343.922 75.789 352 84.009 352h29.133a12 12 0 0 0 11.535-8.693l8.574-29.906h51.367l8.793 29.977A12 12 0 0 0 204.926 352h29.172c8.22 0 14.006-8.078 11.361-15.861zm184.701-80.525c0-58.977-37.919-95.614-98.96-95.614h-57.366c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12H331.2c61.041 0 98.96-36.933 98.96-96.386z"
2190
- }
2191
- }
2192
- },
2193
- "autoprefixer": {
2194
- "changes": [
2195
- "5.0.0"
2196
- ],
2197
- "ligatures": [],
2198
- "search": {
2199
- "terms": []
2200
- },
2201
- "styles": [
2202
- "brands"
2203
- ],
2204
- "unicode": "f41c",
2205
- "label": "Autoprefixer",
2206
- "svg": {
2207
- "brands": {
2208
- "last_modified": 1508787003039,
2209
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z\"/></svg>",
2210
- "viewBox": [
2211
- "0",
2212
- "0",
2213
- "640",
2214
- "512"
2215
- ],
2216
- "width": 640,
2217
- "height": 512,
2218
- "path": "M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z"
2219
- }
2220
- }
2221
- },
2222
- "avianex": {
2223
- "changes": [
2224
- "5.0.0"
2225
- ],
2226
- "ligatures": [],
2227
- "search": {
2228
- "terms": []
2229
- },
2230
- "styles": [
2231
- "brands"
2232
- ],
2233
- "unicode": "f374",
2234
- "label": "avianex",
2235
- "svg": {
2236
- "brands": {
2237
- "last_modified": 1500927880000,
2238
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z\"/></svg>",
2239
- "viewBox": [
2240
- "0",
2241
- "0",
2242
- "512",
2243
- "512"
2244
- ],
2245
- "width": 512,
2246
- "height": 512,
2247
- "path": "M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z"
2248
- }
2249
- }
2250
- },
2251
- "aviato": {
2252
- "changes": [
2253
- "5.0.0"
2254
- ],
2255
- "ligatures": [],
2256
- "search": {
2257
- "terms": []
2258
- },
2259
- "styles": [
2260
- "brands"
2261
- ],
2262
- "unicode": "f421",
2263
- "label": "Aviato",
2264
- "svg": {
2265
- "brands": {
2266
- "last_modified": 1521653821381,
2267
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z\"/></svg>",
2268
- "viewBox": [
2269
- "0",
2270
- "0",
2271
- "640",
2272
- "512"
2273
- ],
2274
- "width": 640,
2275
- "height": 512,
2276
- "path": "M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z"
2277
- }
2278
- }
2279
- },
2280
- "award": {
2281
- "changes": [
2282
- "5.1.0",
2283
- "5.2.0"
2284
- ],
2285
- "ligatures": [],
2286
- "search": {
2287
- "terms": [
2288
- "honor",
2289
- "praise",
2290
- "prize",
2291
- "recognition",
2292
- "ribbon"
2293
- ]
2294
- },
2295
- "styles": [
2296
- "solid"
2297
- ],
2298
- "unicode": "f559",
2299
- "label": "Award",
2300
- "svg": {
2301
- "solid": {
2302
- "last_modified": 1532362831513,
2303
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"/></svg>",
2304
- "viewBox": [
2305
- "0",
2306
- "0",
2307
- "384",
2308
- "512"
2309
- ],
2310
- "width": 384,
2311
- "height": 512,
2312
- "path": "M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z"
2313
- }
2314
- }
2315
- },
2316
- "aws": {
2317
- "changes": [
2318
- "5.0.0",
2319
- "5.1.0"
2320
- ],
2321
- "ligatures": [],
2322
- "search": {
2323
- "terms": []
2324
- },
2325
- "styles": [
2326
- "brands"
2327
- ],
2328
- "unicode": "f375",
2329
- "label": "Amazon Web Services (AWS)",
2330
- "svg": {
2331
- "brands": {
2332
- "last_modified": 1529514897188,
2333
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z\"/></svg>",
2334
- "viewBox": [
2335
- "0",
2336
- "0",
2337
- "640",
2338
- "512"
2339
- ],
2340
- "width": 640,
2341
- "height": 512,
2342
- "path": "M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z"
2343
- }
2344
- }
2345
- },
2346
- "backspace": {
2347
- "changes": [
2348
- "5.1.0"
2349
- ],
2350
- "ligatures": [],
2351
- "search": {
2352
- "terms": [
2353
- "command",
2354
- "delete",
2355
- "keyboard",
2356
- "undo"
2357
- ]
2358
- },
2359
- "styles": [
2360
- "solid"
2361
- ],
2362
- "unicode": "f55a",
2363
- "label": "Backspace",
2364
- "svg": {
2365
- "solid": {
2366
- "last_modified": 1529520111647,
2367
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M576 64H205.26A63.97 63.97 0 0 0 160 82.75L9.37 233.37c-12.5 12.5-12.5 32.76 0 45.25L160 429.25c12 12 28.28 18.75 45.25 18.75H576c35.35 0 64-28.65 64-64V128c0-35.35-28.65-64-64-64zm-84.69 254.06c6.25 6.25 6.25 16.38 0 22.63l-22.62 22.62c-6.25 6.25-16.38 6.25-22.63 0L384 301.25l-62.06 62.06c-6.25 6.25-16.38 6.25-22.63 0l-22.62-22.62c-6.25-6.25-6.25-16.38 0-22.63L338.75 256l-62.06-62.06c-6.25-6.25-6.25-16.38 0-22.63l22.62-22.62c6.25-6.25 16.38-6.25 22.63 0L384 210.75l62.06-62.06c6.25-6.25 16.38-6.25 22.63 0l22.62 22.62c6.25 6.25 6.25 16.38 0 22.63L429.25 256l62.06 62.06z\"/></svg>",
2368
- "viewBox": [
2369
- "0",
2370
- "0",
2371
- "640",
2372
- "512"
2373
- ],
2374
- "width": 640,
2375
- "height": 512,
2376
- "path": "M576 64H205.26A63.97 63.97 0 0 0 160 82.75L9.37 233.37c-12.5 12.5-12.5 32.76 0 45.25L160 429.25c12 12 28.28 18.75 45.25 18.75H576c35.35 0 64-28.65 64-64V128c0-35.35-28.65-64-64-64zm-84.69 254.06c6.25 6.25 6.25 16.38 0 22.63l-22.62 22.62c-6.25 6.25-16.38 6.25-22.63 0L384 301.25l-62.06 62.06c-6.25 6.25-16.38 6.25-22.63 0l-22.62-22.62c-6.25-6.25-6.25-16.38 0-22.63L338.75 256l-62.06-62.06c-6.25-6.25-6.25-16.38 0-22.63l22.62-22.62c6.25-6.25 16.38-6.25 22.63 0L384 210.75l62.06-62.06c6.25-6.25 16.38-6.25 22.63 0l22.62 22.62c6.25 6.25 6.25 16.38 0 22.63L429.25 256l62.06 62.06z"
2377
- }
2378
- }
2379
- },
2380
- "backward": {
2381
- "changes": [
2382
- "1",
2383
- "5.0.0"
2384
- ],
2385
- "ligatures": [],
2386
- "search": {
2387
- "terms": [
2388
- "previous",
2389
- "rewind"
2390
- ]
2391
- },
2392
- "styles": [
2393
- "solid"
2394
- ],
2395
- "unicode": "f04a",
2396
- "label": "backward",
2397
- "svg": {
2398
- "solid": {
2399
- "last_modified": 1500927880000,
2400
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z\"/></svg>",
2401
- "viewBox": [
2402
- "0",
2403
- "0",
2404
- "512",
2405
- "512"
2406
- ],
2407
- "width": 512,
2408
- "height": 512,
2409
- "path": "M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z"
2410
- }
2411
- }
2412
- },
2413
- "balance-scale": {
2414
- "changes": [
2415
- "4.4",
2416
- "5.0.0",
2417
- "5.0.13"
2418
- ],
2419
- "ligatures": [],
2420
- "search": {
2421
- "terms": [
2422
- "balanced",
2423
- "justice",
2424
- "legal",
2425
- "measure",
2426
- "weight"
2427
- ]
2428
- },
2429
- "styles": [
2430
- "solid"
2431
- ],
2432
- "unicode": "f24e",
2433
- "label": "Balance Scale",
2434
- "svg": {
2435
- "solid": {
2436
- "last_modified": 1525967154563,
2437
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"/></svg>",
2438
- "viewBox": [
2439
- "0",
2440
- "0",
2441
- "640",
2442
- "512"
2443
- ],
2444
- "width": 640,
2445
- "height": 512,
2446
- "path": "M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"
2447
- }
2448
- }
2449
- },
2450
- "ban": {
2451
- "changes": [
2452
- "1",
2453
- "5.0.0"
2454
- ],
2455
- "ligatures": [],
2456
- "search": {
2457
- "terms": [
2458
- "abort",
2459
- "ban",
2460
- "block",
2461
- "cancel",
2462
- "delete",
2463
- "hide",
2464
- "prohibit",
2465
- "remove",
2466
- "stop",
2467
- "trash"
2468
- ]
2469
- },
2470
- "styles": [
2471
- "solid"
2472
- ],
2473
- "unicode": "f05e",
2474
- "label": "ban",
2475
- "svg": {
2476
- "solid": {
2477
- "last_modified": 1500927880000,
2478
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z\"/></svg>",
2479
- "viewBox": [
2480
- "0",
2481
- "0",
2482
- "512",
2483
- "512"
2484
- ],
2485
- "width": 512,
2486
- "height": 512,
2487
- "path": "M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z"
2488
- }
2489
- }
2490
- },
2491
- "band-aid": {
2492
- "changes": [
2493
- "5.0.7"
2494
- ],
2495
- "ligatures": [],
2496
- "search": {
2497
- "terms": [
2498
- "bandage",
2499
- "boo boo",
2500
- "ouch"
2501
- ]
2502
- },
2503
- "styles": [
2504
- "solid"
2505
- ],
2506
- "unicode": "f462",
2507
- "label": "Band-Aid",
2508
- "svg": {
2509
- "solid": {
2510
- "last_modified": 1521653821441,
2511
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 160v192c0 35.3 28.7 64 64 64h96V96H64c-35.3 0-64 28.7-64 64zm576-64h-96v320h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zM192 416h256V96H192v320zm176-232c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24z\"/></svg>",
2512
- "viewBox": [
2513
- "0",
2514
- "0",
2515
- "640",
2516
- "512"
2517
- ],
2518
- "width": 640,
2519
- "height": 512,
2520
- "path": "M0 160v192c0 35.3 28.7 64 64 64h96V96H64c-35.3 0-64 28.7-64 64zm576-64h-96v320h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zM192 416h256V96H192v320zm176-232c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24z"
2521
- }
2522
- }
2523
- },
2524
- "bandcamp": {
2525
- "changes": [
2526
- "4.7",
2527
- "5.0.0"
2528
- ],
2529
- "ligatures": [],
2530
- "search": {
2531
- "terms": []
2532
- },
2533
- "styles": [
2534
- "brands"
2535
- ],
2536
- "unicode": "f2d5",
2537
- "label": "Bandcamp",
2538
- "svg": {
2539
- "brands": {
2540
- "last_modified": 1500927880000,
2541
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm48.2 326.1h-181L199.9 178h181l-84.7 156.1z\"/></svg>",
2542
- "viewBox": [
2543
- "0",
2544
- "0",
2545
- "496",
2546
- "512"
2547
- ],
2548
- "width": 496,
2549
- "height": 512,
2550
- "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm48.2 326.1h-181L199.9 178h181l-84.7 156.1z"
2551
- }
2552
- }
2553
- },
2554
- "barcode": {
2555
- "changes": [
2556
- "1",
2557
- "5.0.0"
2558
- ],
2559
- "ligatures": [],
2560
- "search": {
2561
- "terms": [
2562
- "scan"
2563
- ]
2564
- },
2565
- "styles": [
2566
- "solid"
2567
- ],
2568
- "unicode": "f02a",
2569
- "label": "barcode",
2570
- "svg": {
2571
- "solid": {
2572
- "last_modified": 1500927880000,
2573
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 448V64h18v384H0zm26.857-.273V64H36v383.727h-9.143zm27.143 0V64h8.857v383.727H54zm44.857 0V64h8.857v383.727h-8.857zm36 0V64h17.714v383.727h-17.714zm44.857 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm35.715 0V64h18v383.727h-18zm44.857 0V64h18v383.727h-18zm35.999 0V64h18.001v383.727h-18.001zm36.001 0V64h18.001v383.727h-18.001zm26.857 0V64h18v383.727h-18zm45.143 0V64h26.857v383.727h-26.857zm35.714 0V64h9.143v383.727H476zm18 .273V64h18v384h-18z\"/></svg>",
2574
- "viewBox": [
2575
- "0",
2576
- "0",
2577
- "512",
2578
- "512"
2579
- ],
2580
- "width": 512,
2581
- "height": 512,
2582
- "path": "M0 448V64h18v384H0zm26.857-.273V64H36v383.727h-9.143zm27.143 0V64h8.857v383.727H54zm44.857 0V64h8.857v383.727h-8.857zm36 0V64h17.714v383.727h-17.714zm44.857 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm35.715 0V64h18v383.727h-18zm44.857 0V64h18v383.727h-18zm35.999 0V64h18.001v383.727h-18.001zm36.001 0V64h18.001v383.727h-18.001zm26.857 0V64h18v383.727h-18zm45.143 0V64h26.857v383.727h-26.857zm35.714 0V64h9.143v383.727H476zm18 .273V64h18v384h-18z"
2583
- }
2584
- }
2585
- },
2586
- "bars": {
2587
- "changes": [
2588
- "2",
2589
- "5.0.0"
2590
- ],
2591
- "ligatures": [],
2592
- "search": {
2593
- "terms": [
2594
- "checklist",
2595
- "drag",
2596
- "hamburger",
2597
- "list",
2598
- "menu",
2599
- "nav",
2600
- "navigation",
2601
- "ol",
2602
- "reorder",
2603
- "settings",
2604
- "todo",
2605
- "ul"
2606
- ]
2607
- },
2608
- "styles": [
2609
- "solid"
2610
- ],
2611
- "unicode": "f0c9",
2612
- "label": "Bars",
2613
- "svg": {
2614
- "solid": {
2615
- "last_modified": 1500927880000,
2616
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"/></svg>",
2617
- "viewBox": [
2618
- "0",
2619
- "0",
2620
- "448",
2621
- "512"
2622
- ],
2623
- "width": 448,
2624
- "height": 512,
2625
- "path": "M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"
2626
- }
2627
- }
2628
- },
2629
- "baseball-ball": {
2630
- "changes": [
2631
- "5.0.5"
2632
- ],
2633
- "ligatures": [],
2634
- "search": {
2635
- "terms": []
2636
- },
2637
- "styles": [
2638
- "solid"
2639
- ],
2640
- "unicode": "f433",
2641
- "label": "Baseball Ball",
2642
- "svg": {
2643
- "solid": {
2644
- "last_modified": 1518899527985,
2645
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M368.5 363.9l28.8-13.9c11.1 22.9 26 43.2 44.1 60.9 34-42.5 54.5-96.3 54.5-154.9 0-58.5-20.4-112.2-54.2-154.6-17.8 17.3-32.6 37.1-43.6 59.5l-28.7-14.1c12.8-26 30-49 50.8-69C375.6 34.7 315 8 248 8 181.1 8 120.5 34.6 75.9 77.7c20.7 19.9 37.9 42.9 50.7 68.8l-28.7 14.1c-11-22.3-25.7-42.1-43.5-59.4C20.4 143.7 0 197.4 0 256c0 58.6 20.4 112.3 54.4 154.7 18.2-17.7 33.2-38 44.3-61l28.8 13.9c-12.9 26.7-30.3 50.3-51.5 70.7 44.5 43.1 105.1 69.7 172 69.7 66.8 0 127.3-26.5 171.9-69.5-21.1-20.4-38.5-43.9-51.4-70.6zm-228.3-32l-30.5-9.8c14.9-46.4 12.7-93.8-.6-134l30.4-10c15 45.6 18 99.9.7 153.8zm216.3-153.4l30.4 10c-13.2 40.1-15.5 87.5-.6 134l-30.5 9.8c-17.3-54-14.3-108.3.7-153.8z\"/></svg>",
2646
- "viewBox": [
2647
- "0",
2648
- "0",
2649
- "496",
2650
- "512"
2651
- ],
2652
- "width": 496,
2653
- "height": 512,
2654
- "path": "M368.5 363.9l28.8-13.9c11.1 22.9 26 43.2 44.1 60.9 34-42.5 54.5-96.3 54.5-154.9 0-58.5-20.4-112.2-54.2-154.6-17.8 17.3-32.6 37.1-43.6 59.5l-28.7-14.1c12.8-26 30-49 50.8-69C375.6 34.7 315 8 248 8 181.1 8 120.5 34.6 75.9 77.7c20.7 19.9 37.9 42.9 50.7 68.8l-28.7 14.1c-11-22.3-25.7-42.1-43.5-59.4C20.4 143.7 0 197.4 0 256c0 58.6 20.4 112.3 54.4 154.7 18.2-17.7 33.2-38 44.3-61l28.8 13.9c-12.9 26.7-30.3 50.3-51.5 70.7 44.5 43.1 105.1 69.7 172 69.7 66.8 0 127.3-26.5 171.9-69.5-21.1-20.4-38.5-43.9-51.4-70.6zm-228.3-32l-30.5-9.8c14.9-46.4 12.7-93.8-.6-134l30.4-10c15 45.6 18 99.9.7 153.8zm216.3-153.4l30.4 10c-13.2 40.1-15.5 87.5-.6 134l-30.5 9.8c-17.3-54-14.3-108.3.7-153.8z"
2655
- }
2656
- }
2657
- },
2658
- "basketball-ball": {
2659
- "changes": [
2660
- "5.0.5"
2661
- ],
2662
- "ligatures": [],
2663
- "search": {
2664
- "terms": []
2665
- },
2666
- "styles": [
2667
- "solid"
2668
- ],
2669
- "unicode": "f434",
2670
- "label": "Basketball Ball",
2671
- "svg": {
2672
- "solid": {
2673
- "last_modified": 1518899527986,
2674
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z\"/></svg>",
2675
- "viewBox": [
2676
- "0",
2677
- "0",
2678
- "496",
2679
- "512"
2680
- ],
2681
- "width": 496,
2682
- "height": 512,
2683
- "path": "M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z"
2684
- }
2685
- }
2686
- },
2687
- "bath": {
2688
- "changes": [
2689
- "4.7",
2690
- "5.0.0"
2691
- ],
2692
- "ligatures": [],
2693
- "search": {
2694
- "terms": []
2695
- },
2696
- "styles": [
2697
- "solid"
2698
- ],
2699
- "unicode": "f2cd",
2700
- "label": "Bath",
2701
- "svg": {
2702
- "solid": {
2703
- "last_modified": 1500927880000,
2704
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488 256H80V112c0-17.645 14.355-32 32-32 11.351 0 21.332 5.945 27.015 14.88-16.492 25.207-14.687 59.576 6.838 83.035-4.176 4.713-4.021 11.916.491 16.428l11.314 11.314c4.686 4.686 12.284 4.686 16.971 0l95.03-95.029c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.512-4.512-11.715-4.666-16.428-.491-17.949-16.469-42.294-21.429-64.178-15.365C163.281 45.667 139.212 32 112 32c-44.112 0-80 35.888-80 80v144h-8c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h8v32c0 28.43 12.362 53.969 32 71.547V456c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-8h256v8c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-32.453c19.638-17.578 32-43.117 32-71.547v-32h8c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"/></svg>",
2705
- "viewBox": [
2706
- "0",
2707
- "0",
2708
- "512",
2709
- "512"
2710
- ],
2711
- "width": 512,
2712
- "height": 512,
2713
- "path": "M488 256H80V112c0-17.645 14.355-32 32-32 11.351 0 21.332 5.945 27.015 14.88-16.492 25.207-14.687 59.576 6.838 83.035-4.176 4.713-4.021 11.916.491 16.428l11.314 11.314c4.686 4.686 12.284 4.686 16.971 0l95.03-95.029c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.512-4.512-11.715-4.666-16.428-.491-17.949-16.469-42.294-21.429-64.178-15.365C163.281 45.667 139.212 32 112 32c-44.112 0-80 35.888-80 80v144h-8c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h8v32c0 28.43 12.362 53.969 32 71.547V456c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-8h256v8c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-32.453c19.638-17.578 32-43.117 32-71.547v-32h8c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z"
2714
- }
2715
- }
2716
- },
2717
- "battery-empty": {
2718
- "changes": [
2719
- "4.4",
2720
- "5.0.0"
2721
- ],
2722
- "ligatures": [],
2723
- "search": {
2724
- "terms": [
2725
- "power",
2726
- "status"
2727
- ]
2728
- },
2729
- "styles": [
2730
- "solid"
2731
- ],
2732
- "unicode": "f244",
2733
- "label": "Battery Empty",
2734
- "svg": {
2735
- "solid": {
2736
- "last_modified": 1500927880000,
2737
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48z\"/></svg>",
2738
- "viewBox": [
2739
- "0",
2740
- "0",
2741
- "640",
2742
- "512"
2743
- ],
2744
- "width": 640,
2745
- "height": 512,
2746
- "path": "M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48z"
2747
- }
2748
- }
2749
- },
2750
- "battery-full": {
2751
- "changes": [
2752
- "4.4",
2753
- "5.0.0"
2754
- ],
2755
- "ligatures": [],
2756
- "search": {
2757
- "terms": [
2758
- "power",
2759
- "status"
2760
- ]
2761
- },
2762
- "styles": [
2763
- "solid"
2764
- ],
2765
- "unicode": "f240",
2766
- "label": "Battery Full",
2767
- "svg": {
2768
- "solid": {
2769
- "last_modified": 1500927880000,
2770
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-48 96H96v128h416V192z\"/></svg>",
2771
- "viewBox": [
2772
- "0",
2773
- "0",
2774
- "640",
2775
- "512"
2776
- ],
2777
- "width": 640,
2778
- "height": 512,
2779
- "path": "M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-48 96H96v128h416V192z"
2780
- }
2781
- }
2782
- },
2783
- "battery-half": {
2784
- "changes": [
2785
- "4.4",
2786
- "5.0.0"
2787
- ],
2788
- "ligatures": [],
2789
- "search": {
2790
- "terms": [
2791
- "power",
2792
- "status"
2793
- ]
2794
- },
2795
- "styles": [
2796
- "solid"
2797
- ],
2798
- "unicode": "f242",
2799
- "label": "Battery 1/2 Full",
2800
- "svg": {
2801
- "solid": {
2802
- "last_modified": 1500927880000,
2803
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z\"/></svg>",
2804
- "viewBox": [
2805
- "0",
2806
- "0",
2807
- "640",
2808
- "512"
2809
- ],
2810
- "width": 640,
2811
- "height": 512,
2812
- "path": "M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z"
2813
- }
2814
- }
2815
- },
2816
- "battery-quarter": {
2817
- "changes": [
2818
- "4.4",
2819
- "5.0.0"
2820
- ],
2821
- "ligatures": [],
2822
- "search": {
2823
- "terms": [
2824
- "power",
2825
- "status"
2826
- ]
2827
- },
2828
- "styles": [
2829
- "solid"
2830
- ],
2831
- "unicode": "f243",
2832
- "label": "Battery 1/4 Full",
2833
- "svg": {
2834
- "solid": {
2835
- "last_modified": 1500927880000,
2836
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-336 96H96v128h128V192z\"/></svg>",
2837
- "viewBox": [
2838
- "0",
2839
- "0",
2840
- "640",
2841
- "512"
2842
- ],
2843
- "width": 640,
2844
- "height": 512,
2845
- "path": "M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-336 96H96v128h128V192z"
2846
- }
2847
- }
2848
- },
2849
- "battery-three-quarters": {
2850
- "changes": [
2851
- "4.4",
2852
- "5.0.0"
2853
- ],
2854
- "ligatures": [],
2855
- "search": {
2856
- "terms": [
2857
- "power",
2858
- "status"
2859
- ]
2860
- },
2861
- "styles": [
2862
- "solid"
2863
- ],
2864
- "unicode": "f241",
2865
- "label": "Battery 3/4 Full",
2866
- "svg": {
2867
- "solid": {
2868
- "last_modified": 1500927880000,
2869
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-144 96H96v128h320V192z\"/></svg>",
2870
- "viewBox": [
2871
- "0",
2872
- "0",
2873
- "640",
2874
- "512"
2875
- ],
2876
- "width": 640,
2877
- "height": 512,
2878
- "path": "M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-144 96H96v128h320V192z"
2879
- }
2880
- }
2881
- },
2882
- "bed": {
2883
- "changes": [
2884
- "4.3",
2885
- "5.0.0",
2886
- "5.1.0"
2887
- ],
2888
- "ligatures": [],
2889
- "search": {
2890
- "terms": [
2891
- "lodging",
2892
- "sleep",
2893
- "travel"
2894
- ]
2895
- },
2896
- "styles": [
2897
- "solid"
2898
- ],
2899
- "unicode": "f236",
2900
- "label": "Bed",
2901
- "svg": {
2902
- "solid": {
2903
- "last_modified": 1529520111647,
2904
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"/></svg>",
2905
- "viewBox": [
2906
- "0",
2907
- "0",
2908
- "640",
2909
- "512"
2910
- ],
2911
- "width": 640,
2912
- "height": 512,
2913
- "path": "M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z"
2914
- }
2915
- }
2916
- },
2917
- "beer": {
2918
- "changes": [
2919
- "3",
2920
- "5.0.0"
2921
- ],
2922
- "ligatures": [],
2923
- "search": {
2924
- "terms": [
2925
- "alcohol",
2926
- "bar",
2927
- "drink",
2928
- "liquor",
2929
- "mug",
2930
- "stein"
2931
- ]
2932
- },
2933
- "styles": [
2934
- "solid"
2935
- ],
2936
- "unicode": "f0fc",
2937
- "label": "beer",
2938
- "svg": {
2939
- "solid": {
2940
- "last_modified": 1500927880000,
2941
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24v-42.11l80.606-35.977C429.396 365.063 448 336.388 448 304.86V176c0-44.112-35.888-80-80-80zm16 208.86a16.018 16.018 0 0 1-9.479 14.611L320 343.805V160h48c8.822 0 16 7.178 16 16v128.86zM208 384c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16zm-96 0c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16z\"/></svg>",
2942
- "viewBox": [
2943
- "0",
2944
- "0",
2945
- "448",
2946
- "512"
2947
- ],
2948
- "width": 448,
2949
- "height": 512,
2950
- "path": "M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24v-42.11l80.606-35.977C429.396 365.063 448 336.388 448 304.86V176c0-44.112-35.888-80-80-80zm16 208.86a16.018 16.018 0 0 1-9.479 14.611L320 343.805V160h48c8.822 0 16 7.178 16 16v128.86zM208 384c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16zm-96 0c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16z"
2951
- }
2952
- }
2953
- },
2954
- "behance": {
2955
- "changes": [
2956
- "4.1",
2957
- "5.0.0"
2958
- ],
2959
- "ligatures": [],
2960
- "search": {
2961
- "terms": []
2962
- },
2963
- "styles": [
2964
- "brands"
2965
- ],
2966
- "unicode": "f1b4",
2967
- "label": "Behance",
2968
- "svg": {
2969
- "brands": {
2970
- "last_modified": 1500927880000,
2971
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z\"/></svg>",
2972
- "viewBox": [
2973
- "0",
2974
- "0",
2975
- "576",
2976
- "512"
2977
- ],
2978
- "width": 576,
2979
- "height": 512,
2980
- "path": "M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z"
2981
- }
2982
- }
2983
- },
2984
- "behance-square": {
2985
- "changes": [
2986
- "4.1",
2987
- "5.0.0",
2988
- "5.0.3"
2989
- ],
2990
- "ligatures": [],
2991
- "search": {
2992
- "terms": []
2993
- },
2994
- "styles": [
2995
- "brands"
2996
- ],
2997
- "unicode": "f1b5",
2998
- "label": "Behance Square",
2999
- "svg": {
3000
- "brands": {
3001
- "last_modified": 1515426581996,
3002
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M186.5 293c0 19.3-14 25.4-31.2 25.4h-45.1v-52.9h46c18.6.1 30.3 7.8 30.3 27.5zm-7.7-82.3c0-17.7-13.7-21.9-28.9-21.9h-39.6v44.8H153c15.1 0 25.8-6.6 25.8-22.9zm132.3 23.2c-18.3 0-30.5 11.4-31.7 29.7h62.2c-1.7-18.5-11.3-29.7-30.5-29.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM271.7 185h77.8v-18.9h-77.8V185zm-43 110.3c0-24.1-11.4-44.9-35-51.6 17.2-8.2 26.2-17.7 26.2-37 0-38.2-28.5-47.5-61.4-47.5H68v192h93.1c34.9-.2 67.6-16.9 67.6-55.9zM380 280.5c0-41.1-24.1-75.4-67.6-75.4-42.4 0-71.1 31.8-71.1 73.6 0 43.3 27.3 73 71.1 73 33.2 0 54.7-14.9 65.1-46.8h-33.7c-3.7 11.9-18.6 18.1-30.2 18.1-22.4 0-34.1-13.1-34.1-35.3h100.2c.1-2.3.3-4.8.3-7.2z\"/></svg>",
3003
- "viewBox": [
3004
- "0",
3005
- "0",
3006
- "448",
3007
- "512"
3008
- ],
3009
- "width": 448,
3010
- "height": 512,
3011
- "path": "M186.5 293c0 19.3-14 25.4-31.2 25.4h-45.1v-52.9h46c18.6.1 30.3 7.8 30.3 27.5zm-7.7-82.3c0-17.7-13.7-21.9-28.9-21.9h-39.6v44.8H153c15.1 0 25.8-6.6 25.8-22.9zm132.3 23.2c-18.3 0-30.5 11.4-31.7 29.7h62.2c-1.7-18.5-11.3-29.7-30.5-29.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM271.7 185h77.8v-18.9h-77.8V185zm-43 110.3c0-24.1-11.4-44.9-35-51.6 17.2-8.2 26.2-17.7 26.2-37 0-38.2-28.5-47.5-61.4-47.5H68v192h93.1c34.9-.2 67.6-16.9 67.6-55.9zM380 280.5c0-41.1-24.1-75.4-67.6-75.4-42.4 0-71.1 31.8-71.1 73.6 0 43.3 27.3 73 71.1 73 33.2 0 54.7-14.9 65.1-46.8h-33.7c-3.7 11.9-18.6 18.1-30.2 18.1-22.4 0-34.1-13.1-34.1-35.3h100.2c.1-2.3.3-4.8.3-7.2z"
3012
- }
3013
- }
3014
- },
3015
- "bell": {
3016
- "changes": [
3017
- "2",
3018
- "5.0.0",
3019
- "5.2.0"
3020
- ],
3021
- "ligatures": [],
3022
- "search": {
3023
- "terms": [
3024
- "alert",
3025
- "notification",
3026
- "reminder"
3027
- ]
3028
- },
3029
- "styles": [
3030
- "solid",
3031
- "regular"
3032
- ],
3033
- "unicode": "f0f3",
3034
- "label": "bell",
3035
- "svg": {
3036
- "solid": {
3037
- "last_modified": 1532362831515,
3038
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z\"/></svg>",
3039
- "viewBox": [
3040
- "0",
3041
- "0",
3042
- "448",
3043
- "512"
3044
- ],
3045
- "width": 448,
3046
- "height": 512,
3047
- "path": "M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z"
3048
- },
3049
- "regular": {
3050
- "last_modified": 1532362831475,
3051
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M439.39 362.29c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71zM67.53 368c21.22-27.97 44.42-74.33 44.53-159.42 0-.2-.06-.38-.06-.58 0-61.86 50.14-112 112-112s112 50.14 112 112c0 .2-.06.38-.06.58.11 85.1 23.31 131.46 44.53 159.42H67.53zM224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64z\"/></svg>",
3052
- "viewBox": [
3053
- "0",
3054
- "0",
3055
- "448",
3056
- "512"
3057
- ],
3058
- "width": 448,
3059
- "height": 512,
3060
- "path": "M439.39 362.29c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71zM67.53 368c21.22-27.97 44.42-74.33 44.53-159.42 0-.2-.06-.38-.06-.58 0-61.86 50.14-112 112-112s112 50.14 112 112c0 .2-.06.38-.06.58.11 85.1 23.31 131.46 44.53 159.42H67.53zM224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64z"
3061
- }
3062
- }
3063
- },
3064
- "bell-slash": {
3065
- "changes": [
3066
- "4.2",
3067
- "5.0.0",
3068
- "5.2.0"
3069
- ],
3070
- "ligatures": [],
3071
- "search": {
3072
- "terms": []
3073
- },
3074
- "styles": [
3075
- "solid",
3076
- "regular"
3077
- ],
3078
- "unicode": "f1f6",
3079
- "label": "Bell Slash",
3080
- "svg": {
3081
- "solid": {
3082
- "last_modified": 1532362831515,
3083
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"/></svg>",
3084
- "viewBox": [
3085
- "0",
3086
- "0",
3087
- "640",
3088
- "512"
3089
- ],
3090
- "width": 640,
3091
- "height": 512,
3092
- "path": "M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z"
3093
- },
3094
- "regular": {
3095
- "last_modified": 1532362831475,
3096
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M633.99 471.02L36 3.51C29.1-2.01 19.03-.9 13.51 6l-10 12.49C-2.02 25.39-.9 35.46 6 40.98l598 467.51c6.9 5.52 16.96 4.4 22.49-2.49l10-12.49c5.52-6.9 4.41-16.97-2.5-22.49zM163.53 368c16.71-22.03 34.48-55.8 41.4-110.58l-45.47-35.55c-3.27 90.73-36.47 120.68-54.84 140.42-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h279.66l-61.4-48H163.53zM320 96c61.86 0 112 50.14 112 112 0 .2-.06.38-.06.58.02 16.84 1.16 31.77 2.79 45.73l59.53 46.54c-8.31-22.13-14.34-51.49-14.34-92.85 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-26.02 5.41-49.45 16.94-69.13 32.72l38.17 29.84C275 103.18 296.65 96 320 96zm0 416c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"/></svg>",
3097
- "viewBox": [
3098
- "0",
3099
- "0",
3100
- "640",
3101
- "512"
3102
- ],
3103
- "width": 640,
3104
- "height": 512,
3105
- "path": "M633.99 471.02L36 3.51C29.1-2.01 19.03-.9 13.51 6l-10 12.49C-2.02 25.39-.9 35.46 6 40.98l598 467.51c6.9 5.52 16.96 4.4 22.49-2.49l10-12.49c5.52-6.9 4.41-16.97-2.5-22.49zM163.53 368c16.71-22.03 34.48-55.8 41.4-110.58l-45.47-35.55c-3.27 90.73-36.47 120.68-54.84 140.42-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h279.66l-61.4-48H163.53zM320 96c61.86 0 112 50.14 112 112 0 .2-.06.38-.06.58.02 16.84 1.16 31.77 2.79 45.73l59.53 46.54c-8.31-22.13-14.34-51.49-14.34-92.85 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-26.02 5.41-49.45 16.94-69.13 32.72l38.17 29.84C275 103.18 296.65 96 320 96zm0 416c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z"
3106
- }
3107
- }
3108
- },
3109
- "bezier-curve": {
3110
- "changes": [
3111
- "5.1.0"
3112
- ],
3113
- "ligatures": [],
3114
- "search": {
3115
- "terms": [
3116
- "curves",
3117
- "illustrator",
3118
- "lines",
3119
- "path",
3120
- "vector"
3121
- ]
3122
- },
3123
- "styles": [
3124
- "solid"
3125
- ],
3126
- "unicode": "f55b",
3127
- "label": "Bezier Curve",
3128
- "svg": {
3129
- "solid": {
3130
- "last_modified": 1529520111648,
3131
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"/></svg>",
3132
- "viewBox": [
3133
- "0",
3134
- "0",
3135
- "640",
3136
- "512"
3137
- ],
3138
- "width": 640,
3139
- "height": 512,
3140
- "path": "M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z"
3141
- }
3142
- }
3143
- },
3144
- "bicycle": {
3145
- "changes": [
3146
- "4.2",
3147
- "5.0.0"
3148
- ],
3149
- "ligatures": [],
3150
- "search": {
3151
- "terms": [
3152
- "bike",
3153
- "gears",
3154
- "transportation",
3155
- "vehicle"
3156
- ]
3157
- },
3158
- "styles": [
3159
- "solid"
3160
- ],
3161
- "unicode": "f206",
3162
- "label": "Bicycle",
3163
- "svg": {
3164
- "solid": {
3165
- "last_modified": 1502397066000,
3166
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z\"/></svg>",
3167
- "viewBox": [
3168
- "0",
3169
- "0",
3170
- "640",
3171
- "512"
3172
- ],
3173
- "width": 640,
3174
- "height": 512,
3175
- "path": "M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z"
3176
- }
3177
- }
3178
- },
3179
- "bimobject": {
3180
- "changes": [
3181
- "5.0.0"
3182
- ],
3183
- "ligatures": [],
3184
- "search": {
3185
- "terms": []
3186
- },
3187
- "styles": [
3188
- "brands"
3189
- ],
3190
- "unicode": "f378",
3191
- "label": "BIMobject",
3192
- "svg": {
3193
- "brands": {
3194
- "last_modified": 1500927880000,
3195
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z\"/></svg>",
3196
- "viewBox": [
3197
- "0",
3198
- "0",
3199
- "448",
3200
- "512"
3201
- ],
3202
- "width": 448,
3203
- "height": 512,
3204
- "path": "M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z"
3205
- }
3206
- }
3207
- },
3208
- "binoculars": {
3209
- "changes": [
3210
- "4.2",
3211
- "5.0.0",
3212
- "5.2.0"
3213
- ],
3214
- "ligatures": [],
3215
- "search": {
3216
- "terms": []
3217
- },
3218
- "styles": [
3219
- "solid"
3220
- ],
3221
- "unicode": "f1e5",
3222
- "label": "Binoculars",
3223
- "svg": {
3224
- "solid": {
3225
- "last_modified": 1532362831516,
3226
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"/></svg>",
3227
- "viewBox": [
3228
- "0",
3229
- "0",
3230
- "512",
3231
- "512"
3232
- ],
3233
- "width": 512,
3234
- "height": 512,
3235
- "path": "M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z"
3236
- }
3237
- }
3238
- },
3239
- "birthday-cake": {
3240
- "changes": [
3241
- "4.2",
3242
- "5.0.0"
3243
- ],
3244
- "ligatures": [],
3245
- "search": {
3246
- "terms": []
3247
- },
3248
- "styles": [
3249
- "solid"
3250
- ],
3251
- "unicode": "f1fd",
3252
- "label": "Birthday Cake",
3253
- "svg": {
3254
- "solid": {
3255
- "last_modified": 1500927880000,
3256
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 384c-28.02 0-31.26-32-74.5-32-43.43 0-46.825 32-74.75 32-27.695 0-31.454-32-74.75-32-42.842 0-47.218 32-74.5 32-28.148 0-31.202-32-74.75-32-43.547 0-46.653 32-74.75 32v-80c0-26.5 21.5-48 48-48h16V112h64v144h64V112h64v144h64V112h64v144h16c26.5 0 48 21.5 48 48v80zm0 128H0v-96c43.356 0 46.767-32 74.75-32 27.951 0 31.253 32 74.75 32 42.843 0 47.217-32 74.5-32 28.148 0 31.201 32 74.75 32 43.357 0 46.767-32 74.75-32 27.488 0 31.252 32 74.5 32v96zM96 96c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40z\"/></svg>",
3257
- "viewBox": [
3258
- "0",
3259
- "0",
3260
- "448",
3261
- "512"
3262
- ],
3263
- "width": 448,
3264
- "height": 512,
3265
- "path": "M448 384c-28.02 0-31.26-32-74.5-32-43.43 0-46.825 32-74.75 32-27.695 0-31.454-32-74.75-32-42.842 0-47.218 32-74.5 32-28.148 0-31.202-32-74.75-32-43.547 0-46.653 32-74.75 32v-80c0-26.5 21.5-48 48-48h16V112h64v144h64V112h64v144h64V112h64v144h16c26.5 0 48 21.5 48 48v80zm0 128H0v-96c43.356 0 46.767-32 74.75-32 27.951 0 31.253 32 74.75 32 42.843 0 47.217-32 74.5-32 28.148 0 31.201 32 74.75 32 43.357 0 46.767-32 74.75-32 27.488 0 31.252 32 74.5 32v96zM96 96c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40z"
3266
- }
3267
- }
3268
- },
3269
- "bitbucket": {
3270
- "changes": [
3271
- "3.2",
3272
- "5.0.0"
3273
- ],
3274
- "ligatures": [],
3275
- "search": {
3276
- "terms": [
3277
- "bitbucket-square",
3278
- "git"
3279
- ]
3280
- },
3281
- "styles": [
3282
- "brands"
3283
- ],
3284
- "unicode": "f171",
3285
- "label": "Bitbucket",
3286
- "svg": {
3287
- "brands": {
3288
- "last_modified": 1505492030000,
3289
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M23.1 32C14.2 31.9 7 38.9 6.9 47.8c0 .9.1 1.8.2 2.8L74.9 462c1.7 10.4 10.7 18 21.2 18.1h325.1c7.9.1 14.7-5.6 16-13.4l67.8-416c1.4-8.7-4.5-16.9-13.2-18.3-.9-.1-1.8-.2-2.8-.2L23.1 32zm285.3 297.3H204.6l-28.1-146.8h157l-25.1 146.8z\"/></svg>",
3290
- "viewBox": [
3291
- "0",
3292
- "0",
3293
- "512",
3294
- "512"
3295
- ],
3296
- "width": 512,
3297
- "height": 512,
3298
- "path": "M23.1 32C14.2 31.9 7 38.9 6.9 47.8c0 .9.1 1.8.2 2.8L74.9 462c1.7 10.4 10.7 18 21.2 18.1h325.1c7.9.1 14.7-5.6 16-13.4l67.8-416c1.4-8.7-4.5-16.9-13.2-18.3-.9-.1-1.8-.2-2.8-.2L23.1 32zm285.3 297.3H204.6l-28.1-146.8h157l-25.1 146.8z"
3299
- }
3300
- }
3301
- },
3302
- "bitcoin": {
3303
- "changes": [
3304
- "5.0.0"
3305
- ],
3306
- "ligatures": [],
3307
- "search": {
3308
- "terms": []
3309
- },
3310
- "styles": [
3311
- "brands"
3312
- ],
3313
- "unicode": "f379",
3314
- "label": "Bitcoin",
3315
- "svg": {
3316
- "brands": {
3317
- "last_modified": 1501102193000,
3318
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z\"/></svg>",
3319
- "viewBox": [
3320
- "0",
3321
- "0",
3322
- "512",
3323
- "512"
3324
- ],
3325
- "width": 512,
3326
- "height": 512,
3327
- "path": "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z"
3328
- }
3329
- }
3330
- },
3331
- "bity": {
3332
- "changes": [
3333
- "5.0.0"
3334
- ],
3335
- "ligatures": [],
3336
- "search": {
3337
- "terms": []
3338
- },
3339
- "styles": [
3340
- "brands"
3341
- ],
3342
- "unicode": "f37a",
3343
- "label": "Bity",
3344
- "svg": {
3345
- "brands": {
3346
- "last_modified": 1521653821381,
3347
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z\"/></svg>",
3348
- "viewBox": [
3349
- "0",
3350
- "0",
3351
- "496",
3352
- "512"
3353
- ],
3354
- "width": 496,
3355
- "height": 512,
3356
- "path": "M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z"
3357
- }
3358
- }
3359
- },
3360
- "black-tie": {
3361
- "changes": [
3362
- "4.4",
3363
- "5.0.0"
3364
- ],
3365
- "ligatures": [],
3366
- "search": {
3367
- "terms": []
3368
- },
3369
- "styles": [
3370
- "brands"
3371
- ],
3372
- "unicode": "f27e",
3373
- "label": "Font Awesome Black Tie",
3374
- "svg": {
3375
- "brands": {
3376
- "last_modified": 1500927880000,
3377
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z\"/></svg>",
3378
- "viewBox": [
3379
- "0",
3380
- "0",
3381
- "448",
3382
- "512"
3383
- ],
3384
- "width": 448,
3385
- "height": 512,
3386
- "path": "M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z"
3387
- }
3388
- }
3389
- },
3390
- "blackberry": {
3391
- "changes": [
3392
- "5.0.0"
3393
- ],
3394
- "ligatures": [],
3395
- "search": {
3396
- "terms": []
3397
- },
3398
- "styles": [
3399
- "brands"
3400
- ],
3401
- "unicode": "f37b",
3402
- "label": "BlackBerry",
3403
- "svg": {
3404
- "brands": {
3405
- "last_modified": 1501873838000,
3406
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z\"/></svg>",
3407
- "viewBox": [
3408
- "0",
3409
- "0",
3410
- "512",
3411
- "512"
3412
- ],
3413
- "width": 512,
3414
- "height": 512,
3415
- "path": "M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z"
3416
- }
3417
- }
3418
- },
3419
- "blender": {
3420
- "changes": [
3421
- "5.0.13"
3422
- ],
3423
- "ligatures": [],
3424
- "search": {
3425
- "terms": []
3426
- },
3427
- "styles": [
3428
- "solid"
3429
- ],
3430
- "unicode": "f517",
3431
- "label": "Blender",
3432
- "svg": {
3433
- "solid": {
3434
- "last_modified": 1525967154563,
3435
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 384H160c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-128 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm40-416h166.54L512 0H48C21.49 0 0 21.49 0 48v160c0 26.51 21.49 48 48 48h103.27l8.73 96h256l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H328c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM64 192V64h69.82l11.64 128H64z\"/></svg>",
3436
- "viewBox": [
3437
- "0",
3438
- "0",
3439
- "512",
3440
- "512"
3441
- ],
3442
- "width": 512,
3443
- "height": 512,
3444
- "path": "M416 384H160c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-128 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm40-416h166.54L512 0H48C21.49 0 0 21.49 0 48v160c0 26.51 21.49 48 48 48h103.27l8.73 96h256l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H328c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM64 192V64h69.82l11.64 128H64z"
3445
- }
3446
- }
3447
- },
3448
- "blind": {
3449
- "changes": [
3450
- "4.6",
3451
- "5.0.0"
3452
- ],
3453
- "ligatures": [],
3454
- "search": {
3455
- "terms": []
3456
- },
3457
- "styles": [
3458
- "solid"
3459
- ],
3460
- "unicode": "f29d",
3461
- "label": "Blind",
3462
- "svg": {
3463
- "solid": {
3464
- "last_modified": 1503937790000,
3465
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z\"/></svg>",
3466
- "viewBox": [
3467
- "0",
3468
- "0",
3469
- "384",
3470
- "512"
3471
- ],
3472
- "width": 384,
3473
- "height": 512,
3474
- "path": "M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z"
3475
- }
3476
- }
3477
- },
3478
- "blogger": {
3479
- "changes": [
3480
- "5.0.0"
3481
- ],
3482
- "ligatures": [],
3483
- "search": {
3484
- "terms": []
3485
- },
3486
- "styles": [
3487
- "brands"
3488
- ],
3489
- "unicode": "f37c",
3490
- "label": "Blogger",
3491
- "svg": {
3492
- "brands": {
3493
- "last_modified": 1500927880000,
3494
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z\"/></svg>",
3495
- "viewBox": [
3496
- "0",
3497
- "0",
3498
- "448",
3499
- "512"
3500
- ],
3501
- "width": 448,
3502
- "height": 512,
3503
- "path": "M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z"
3504
- }
3505
- }
3506
- },
3507
- "blogger-b": {
3508
- "changes": [
3509
- "5.0.0"
3510
- ],
3511
- "ligatures": [],
3512
- "search": {
3513
- "terms": []
3514
- },
3515
- "styles": [
3516
- "brands"
3517
- ],
3518
- "unicode": "f37d",
3519
- "label": "Blogger B",
3520
- "svg": {
3521
- "brands": {
3522
- "last_modified": 1500927880000,
3523
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z\"/></svg>",
3524
- "viewBox": [
3525
- "0",
3526
- "0",
3527
- "448",
3528
- "512"
3529
- ],
3530
- "width": 448,
3531
- "height": 512,
3532
- "path": "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z"
3533
- }
3534
- }
3535
- },
3536
- "bluetooth": {
3537
- "changes": [
3538
- "4.5",
3539
- "5.0.0"
3540
- ],
3541
- "ligatures": [],
3542
- "search": {
3543
- "terms": []
3544
- },
3545
- "styles": [
3546
- "brands"
3547
- ],
3548
- "unicode": "f293",
3549
- "label": "Bluetooth",
3550
- "svg": {
3551
- "brands": {
3552
- "last_modified": 1500927880000,
3553
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z\"/></svg>",
3554
- "viewBox": [
3555
- "0",
3556
- "0",
3557
- "448",
3558
- "512"
3559
- ],
3560
- "width": 448,
3561
- "height": 512,
3562
- "path": "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"
3563
- }
3564
- }
3565
- },
3566
- "bluetooth-b": {
3567
- "changes": [
3568
- "4.5",
3569
- "5.0.0"
3570
- ],
3571
- "ligatures": [],
3572
- "search": {
3573
- "terms": []
3574
- },
3575
- "styles": [
3576
- "brands"
3577
- ],
3578
- "unicode": "f294",
3579
- "label": "Bluetooth",
3580
- "svg": {
3581
- "brands": {
3582
- "last_modified": 1501102193000,
3583
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z\"/></svg>",
3584
- "viewBox": [
3585
- "0",
3586
- "0",
3587
- "320",
3588
- "512"
3589
- ],
3590
- "width": 320,
3591
- "height": 512,
3592
- "path": "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"
3593
- }
3594
- }
3595
- },
3596
- "bold": {
3597
- "changes": [
3598
- "1",
3599
- "5.0.0"
3600
- ],
3601
- "ligatures": [],
3602
- "search": {
3603
- "terms": []
3604
- },
3605
- "styles": [
3606
- "solid"
3607
- ],
3608
- "unicode": "f032",
3609
- "label": "bold",
3610
- "svg": {
3611
- "solid": {
3612
- "last_modified": 1500927880000,
3613
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M304.793 243.891c33.639-18.537 53.657-54.16 53.657-95.693 0-48.236-26.25-87.626-68.626-104.179C265.138 34.01 240.849 32 209.661 32H24c-8.837 0-16 7.163-16 16v33.049c0 8.837 7.163 16 16 16h33.113v318.53H24c-8.837 0-16 7.163-16 16V464c0 8.837 7.163 16 16 16h195.69c24.203 0 44.834-1.289 66.866-7.584C337.52 457.193 376 410.647 376 350.014c0-52.168-26.573-91.684-71.207-106.123zM142.217 100.809h67.444c16.294 0 27.536 2.019 37.525 6.717 15.828 8.479 24.906 26.502 24.906 49.446 0 35.029-20.32 56.79-53.029 56.79h-76.846V100.809zm112.642 305.475c-10.14 4.056-22.677 4.907-31.409 4.907h-81.233V281.943h84.367c39.645 0 63.057 25.38 63.057 63.057.001 28.425-13.66 52.483-34.782 61.284z\"/></svg>",
3614
- "viewBox": [
3615
- "0",
3616
- "0",
3617
- "384",
3618
- "512"
3619
- ],
3620
- "width": 384,
3621
- "height": 512,
3622
- "path": "M304.793 243.891c33.639-18.537 53.657-54.16 53.657-95.693 0-48.236-26.25-87.626-68.626-104.179C265.138 34.01 240.849 32 209.661 32H24c-8.837 0-16 7.163-16 16v33.049c0 8.837 7.163 16 16 16h33.113v318.53H24c-8.837 0-16 7.163-16 16V464c0 8.837 7.163 16 16 16h195.69c24.203 0 44.834-1.289 66.866-7.584C337.52 457.193 376 410.647 376 350.014c0-52.168-26.573-91.684-71.207-106.123zM142.217 100.809h67.444c16.294 0 27.536 2.019 37.525 6.717 15.828 8.479 24.906 26.502 24.906 49.446 0 35.029-20.32 56.79-53.029 56.79h-76.846V100.809zm112.642 305.475c-10.14 4.056-22.677 4.907-31.409 4.907h-81.233V281.943h84.367c39.645 0 63.057 25.38 63.057 63.057.001 28.425-13.66 52.483-34.782 61.284z"
3623
- }
3624
- }
3625
- },
3626
- "bolt": {
3627
- "changes": [
3628
- "2",
3629
- "5.0.0"
3630
- ],
3631
- "ligatures": [],
3632
- "search": {
3633
- "terms": [
3634
- "electricity",
3635
- "lightning",
3636
- "weather",
3637
- "zap"
3638
- ]
3639
- },
3640
- "styles": [
3641
- "solid"
3642
- ],
3643
- "unicode": "f0e7",
3644
- "label": "Lightning Bolt",
3645
- "svg": {
3646
- "solid": {
3647
- "last_modified": 1500927880000,
3648
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M295.973 160H180.572L215.19 30.184C219.25 14.956 207.756 0 192 0H56C43.971 0 33.8 8.905 32.211 20.828l-31.996 240C-1.704 275.217 9.504 288 24.004 288h118.701L96.646 482.466C93.05 497.649 104.659 512 119.992 512c8.35 0 16.376-4.374 20.778-11.978l175.973-303.997c9.244-15.967-2.288-36.025-20.77-36.025z\"/></svg>",
3649
- "viewBox": [
3650
- "0",
3651
- "0",
3652
- "320",
3653
- "512"
3654
- ],
3655
- "width": 320,
3656
- "height": 512,
3657
- "path": "M295.973 160H180.572L215.19 30.184C219.25 14.956 207.756 0 192 0H56C43.971 0 33.8 8.905 32.211 20.828l-31.996 240C-1.704 275.217 9.504 288 24.004 288h118.701L96.646 482.466C93.05 497.649 104.659 512 119.992 512c8.35 0 16.376-4.374 20.778-11.978l175.973-303.997c9.244-15.967-2.288-36.025-20.77-36.025z"
3658
- }
3659
- }
3660
- },
3661
- "bomb": {
3662
- "changes": [
3663
- "4.1",
3664
- "5.0.0"
3665
- ],
3666
- "ligatures": [],
3667
- "search": {
3668
- "terms": []
3669
- },
3670
- "styles": [
3671
- "solid"
3672
- ],
3673
- "unicode": "f1e2",
3674
- "label": "Bomb",
3675
- "svg": {
3676
- "solid": {
3677
- "last_modified": 1500927880000,
3678
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52 17.1 17zM500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zm33.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zm-67.8 0c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17zm67.8 34c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17zM112 272c0-35.3 28.7-64 64-64 8.8 0 16-7.2 16-16s-7.2-16-16-16c-52.9 0-96 43.1-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16z\"/></svg>",
3679
- "viewBox": [
3680
- "0",
3681
- "0",
3682
- "512",
3683
- "512"
3684
- ],
3685
- "width": 512,
3686
- "height": 512,
3687
- "path": "M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52 17.1 17zM500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zm33.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zm-67.8 0c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17zm67.8 34c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17zM112 272c0-35.3 28.7-64 64-64 8.8 0 16-7.2 16-16s-7.2-16-16-16c-52.9 0-96 43.1-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16z"
3688
- }
3689
- }
3690
- },
3691
- "bone": {
3692
- "changes": [
3693
- "5.2.0"
3694
- ],
3695
- "ligatures": [],
3696
- "search": {
3697
- "terms": []
3698
- },
3699
- "styles": [
3700
- "solid"
3701
- ],
3702
- "unicode": "f5d7",
3703
- "label": "Bone",
3704
- "svg": {
3705
- "solid": {
3706
- "last_modified": 1532362831517,
3707
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M598.88 244.56c25.2-12.6 41.12-38.36 41.12-66.53v-7.64C640 129.3 606.7 96 565.61 96c-32.02 0-60.44 20.49-70.57 50.86-7.68 23.03-11.6 45.14-38.11 45.14H183.06c-27.38 0-31.58-25.54-38.11-45.14C134.83 116.49 106.4 96 74.39 96 33.3 96 0 129.3 0 170.39v7.64c0 28.17 15.92 53.93 41.12 66.53 9.43 4.71 9.43 18.17 0 22.88C15.92 280.04 0 305.8 0 333.97v7.64C0 382.7 33.3 416 74.38 416c32.02 0 60.44-20.49 70.57-50.86 7.68-23.03 11.6-45.14 38.11-45.14h273.87c27.38 0 31.58 25.54 38.11 45.14C505.17 395.51 533.6 416 565.61 416c41.08 0 74.38-33.3 74.38-74.39v-7.64c0-28.18-15.92-53.93-41.12-66.53-9.42-4.71-9.42-18.17.01-22.88z\"/></svg>",
3708
- "viewBox": [
3709
- "0",
3710
- "0",
3711
- "640",
3712
- "512"
3713
- ],
3714
- "width": 640,
3715
- "height": 512,
3716
- "path": "M598.88 244.56c25.2-12.6 41.12-38.36 41.12-66.53v-7.64C640 129.3 606.7 96 565.61 96c-32.02 0-60.44 20.49-70.57 50.86-7.68 23.03-11.6 45.14-38.11 45.14H183.06c-27.38 0-31.58-25.54-38.11-45.14C134.83 116.49 106.4 96 74.39 96 33.3 96 0 129.3 0 170.39v7.64c0 28.17 15.92 53.93 41.12 66.53 9.43 4.71 9.43 18.17 0 22.88C15.92 280.04 0 305.8 0 333.97v7.64C0 382.7 33.3 416 74.38 416c32.02 0 60.44-20.49 70.57-50.86 7.68-23.03 11.6-45.14 38.11-45.14h273.87c27.38 0 31.58 25.54 38.11 45.14C505.17 395.51 533.6 416 565.61 416c41.08 0 74.38-33.3 74.38-74.39v-7.64c0-28.18-15.92-53.93-41.12-66.53-9.42-4.71-9.42-18.17.01-22.88z"
3717
- }
3718
- }
3719
- },
3720
- "bong": {
3721
- "changes": [
3722
- "5.1.0"
3723
- ],
3724
- "ligatures": [],
3725
- "search": {
3726
- "terms": [
3727
- "aparatus",
3728
- "cannabis",
3729
- "marijuana",
3730
- "pipe",
3731
- "smoke",
3732
- "smoking"
3733
- ]
3734
- },
3735
- "styles": [
3736
- "solid"
3737
- ],
3738
- "unicode": "f55c",
3739
- "label": "Bong",
3740
- "svg": {
3741
- "solid": {
3742
- "last_modified": 1529520111648,
3743
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M302.5 512c23.18 0 44.43-12.58 56-32.66C374.69 451.26 384 418.75 384 384c0-36.12-10.08-69.81-27.44-98.62L400 241.94l9.38 9.38c6.25 6.25 16.38 6.25 22.63 0l11.3-11.32c6.25-6.25 6.25-16.38 0-22.63l-52.69-52.69c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l9.38 9.38-39.41 39.41c-11.56-11.37-24.53-21.33-38.65-29.51V63.74l15.97-.02c8.82-.01 15.97-7.16 15.98-15.98l.04-31.72C320 7.17 312.82-.01 303.97 0L80.03.26c-8.82.01-15.97 7.16-15.98 15.98l-.04 31.73c-.01 8.85 7.17 16.02 16.02 16.01L96 63.96v153.93C38.67 251.1 0 312.97 0 384c0 34.75 9.31 67.27 25.5 95.34C37.08 499.42 58.33 512 81.5 512h221zM120.06 259.43L144 245.56V63.91l96-.11v181.76l23.94 13.87c24.81 14.37 44.12 35.73 56.56 60.57h-257c12.45-24.84 31.75-46.2 56.56-60.57z\"/></svg>",
3744
- "viewBox": [
3745
- "0",
3746
- "0",
3747
- "448",
3748
- "512"
3749
- ],
3750
- "width": 448,
3751
- "height": 512,
3752
- "path": "M302.5 512c23.18 0 44.43-12.58 56-32.66C374.69 451.26 384 418.75 384 384c0-36.12-10.08-69.81-27.44-98.62L400 241.94l9.38 9.38c6.25 6.25 16.38 6.25 22.63 0l11.3-11.32c6.25-6.25 6.25-16.38 0-22.63l-52.69-52.69c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l9.38 9.38-39.41 39.41c-11.56-11.37-24.53-21.33-38.65-29.51V63.74l15.97-.02c8.82-.01 15.97-7.16 15.98-15.98l.04-31.72C320 7.17 312.82-.01 303.97 0L80.03.26c-8.82.01-15.97 7.16-15.98 15.98l-.04 31.73c-.01 8.85 7.17 16.02 16.02 16.01L96 63.96v153.93C38.67 251.1 0 312.97 0 384c0 34.75 9.31 67.27 25.5 95.34C37.08 499.42 58.33 512 81.5 512h221zM120.06 259.43L144 245.56V63.91l96-.11v181.76l23.94 13.87c24.81 14.37 44.12 35.73 56.56 60.57h-257c12.45-24.84 31.75-46.2 56.56-60.57z"
3753
- }
3754
- }
3755
- },
3756
- "book": {
3757
- "changes": [
3758
- "1",
3759
- "5.0.0"
3760
- ],
3761
- "ligatures": [],
3762
- "search": {
3763
- "terms": [
3764
- "documentation",
3765
- "read"
3766
- ]
3767
- },
3768
- "styles": [
3769
- "solid"
3770
- ],
3771
- "unicode": "f02d",
3772
- "label": "book",
3773
- "svg": {
3774
- "solid": {
3775
- "last_modified": 1500927880000,
3776
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"/></svg>",
3777
- "viewBox": [
3778
- "0",
3779
- "0",
3780
- "448",
3781
- "512"
3782
- ],
3783
- "width": 448,
3784
- "height": 512,
3785
- "path": "M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z"
3786
- }
3787
- }
3788
- },
3789
- "book-open": {
3790
- "changes": [
3791
- "5.0.13",
3792
- "5.1.0",
3793
- "5.2.0"
3794
- ],
3795
- "ligatures": [],
3796
- "search": {
3797
- "terms": [
3798
- "flyer",
3799
- "notebook",
3800
- "open book",
3801
- "pamphlet",
3802
- "reading"
3803
- ]
3804
- },
3805
- "styles": [
3806
- "solid"
3807
- ],
3808
- "unicode": "f518",
3809
- "label": "Book Open",
3810
- "svg": {
3811
- "solid": {
3812
- "last_modified": 1529514897312,
3813
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"/></svg>",
3814
- "viewBox": [
3815
- "0",
3816
- "0",
3817
- "576",
3818
- "512"
3819
- ],
3820
- "width": 576,
3821
- "height": 512,
3822
- "path": "M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z"
3823
- }
3824
- }
3825
- },
3826
- "book-reader": {
3827
- "changes": [
3828
- "5.2.0"
3829
- ],
3830
- "ligatures": [],
3831
- "search": {
3832
- "terms": [
3833
- "library"
3834
- ]
3835
- },
3836
- "styles": [
3837
- "solid"
3838
- ],
3839
- "unicode": "f5da",
3840
- "label": "Book Reader",
3841
- "svg": {
3842
- "solid": {
3843
- "last_modified": 1532362831517,
3844
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"/></svg>",
3845
- "viewBox": [
3846
- "0",
3847
- "0",
3848
- "512",
3849
- "512"
3850
- ],
3851
- "width": 512,
3852
- "height": 512,
3853
- "path": "M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z"
3854
- }
3855
- }
3856
- },
3857
- "bookmark": {
3858
- "changes": [
3859
- "1",
3860
- "5.0.0"
3861
- ],
3862
- "ligatures": [],
3863
- "search": {
3864
- "terms": [
3865
- "save"
3866
- ]
3867
- },
3868
- "styles": [
3869
- "solid",
3870
- "regular"
3871
- ],
3872
- "unicode": "f02e",
3873
- "label": "bookmark",
3874
- "svg": {
3875
- "solid": {
3876
- "last_modified": 1500927880000,
3877
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z\"/></svg>",
3878
- "viewBox": [
3879
- "0",
3880
- "0",
3881
- "384",
3882
- "512"
3883
- ],
3884
- "width": 384,
3885
- "height": 512,
3886
- "path": "M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z"
3887
- },
3888
- "regular": {
3889
- "last_modified": 1500927880000,
3890
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z\"/></svg>",
3891
- "viewBox": [
3892
- "0",
3893
- "0",
3894
- "384",
3895
- "512"
3896
- ],
3897
- "width": 384,
3898
- "height": 512,
3899
- "path": "M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z"
3900
- }
3901
- }
3902
- },
3903
- "bowling-ball": {
3904
- "changes": [
3905
- "5.0.5"
3906
- ],
3907
- "ligatures": [],
3908
- "search": {
3909
- "terms": []
3910
- },
3911
- "styles": [
3912
- "solid"
3913
- ],
3914
- "unicode": "f436",
3915
- "label": "Bowling Ball",
3916
- "svg": {
3917
- "solid": {
3918
- "last_modified": 1518899527987,
3919
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg>",
3920
- "viewBox": [
3921
- "0",
3922
- "0",
3923
- "496",
3924
- "512"
3925
- ],
3926
- "width": 496,
3927
- "height": 512,
3928
- "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"
3929
- }
3930
- }
3931
- },
3932
- "box": {
3933
- "changes": [
3934
- "5.0.7"
3935
- ],
3936
- "ligatures": [],
3937
- "search": {
3938
- "terms": [
3939
- "package"
3940
- ]
3941
- },
3942
- "styles": [
3943
- "solid"
3944
- ],
3945
- "unicode": "f466",
3946
- "label": "Box",
3947
- "svg": {
3948
- "solid": {
3949
- "last_modified": 1521653821444,
3950
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z\"/></svg>",
3951
- "viewBox": [
3952
- "0",
3953
- "0",
3954
- "512",
3955
- "512"
3956
- ],
3957
- "width": 512,
3958
- "height": 512,
3959
- "path": "M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z"
3960
- }
3961
- }
3962
- },
3963
- "box-open": {
3964
- "changes": [
3965
- "5.0.9"
3966
- ],
3967
- "ligatures": [],
3968
- "search": {
3969
- "terms": []
3970
- },
3971
- "styles": [
3972
- "solid"
3973
- ],
3974
- "unicode": "f49e",
3975
- "label": "Box Open",
3976
- "svg": {
3977
- "solid": {
3978
- "last_modified": 1521653821443,
3979
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9zm585.1 102.8L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9z\"/></svg>",
3980
- "viewBox": [
3981
- "0",
3982
- "0",
3983
- "640",
3984
- "512"
3985
- ],
3986
- "width": 640,
3987
- "height": 512,
3988
- "path": "M53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9zm585.1 102.8L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9z"
3989
- }
3990
- }
3991
- },
3992
- "boxes": {
3993
- "changes": [
3994
- "5.0.7"
3995
- ],
3996
- "ligatures": [],
3997
- "search": {
3998
- "terms": []
3999
- },
4000
- "styles": [
4001
- "solid"
4002
- ],
4003
- "unicode": "f468",
4004
- "label": "Boxes",
4005
- "svg": {
4006
- "solid": {
4007
- "last_modified": 1521653821444,
4008
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z\"/></svg>",
4009
- "viewBox": [
4010
- "0",
4011
- "0",
4012
- "576",
4013
- "512"
4014
- ],
4015
- "width": 576,
4016
- "height": 512,
4017
- "path": "M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z"
4018
- }
4019
- }
4020
- },
4021
- "braille": {
4022
- "changes": [
4023
- "4.6",
4024
- "5.0.0"
4025
- ],
4026
- "ligatures": [],
4027
- "search": {
4028
- "terms": []
4029
- },
4030
- "styles": [
4031
- "solid"
4032
- ],
4033
- "unicode": "f2a1",
4034
- "label": "Braille",
4035
- "svg": {
4036
- "solid": {
4037
- "last_modified": 1502397066000,
4038
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M128 256c0 35.346-28.654 64-64 64S0 291.346 0 256s28.654-64 64-64 64 28.654 64 64zM64 384c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352C28.654 32 0 60.654 0 96s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm224 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"/></svg>",
4039
- "viewBox": [
4040
- "0",
4041
- "0",
4042
- "640",
4043
- "512"
4044
- ],
4045
- "width": 640,
4046
- "height": 512,
4047
- "path": "M128 256c0 35.346-28.654 64-64 64S0 291.346 0 256s28.654-64 64-64 64 28.654 64 64zM64 384c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352C28.654 32 0 60.654 0 96s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm224 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z"
4048
- }
4049
- }
4050
- },
4051
- "brain": {
4052
- "changes": [
4053
- "5.2.0"
4054
- ],
4055
- "ligatures": [],
4056
- "search": {
4057
- "terms": []
4058
- },
4059
- "styles": [
4060
- "solid"
4061
- ],
4062
- "unicode": "f5dc",
4063
- "label": "Brain",
4064
- "svg": {
4065
- "solid": {
4066
- "last_modified": 1532362831518,
4067
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M208 0c-29.87 0-54.74 20.55-61.8 48.22-.75-.02-1.45-.22-2.2-.22-35.34 0-64 28.65-64 64 0 4.84.64 9.51 1.66 14.04C52.54 138 32 166.57 32 200c0 12.58 3.16 24.32 8.34 34.91C16.34 248.72 0 274.33 0 304c0 33.34 20.42 61.88 49.42 73.89-.9 4.57-1.42 9.28-1.42 14.11 0 39.76 32.23 72 72 72 4.12 0 8.1-.55 12.03-1.21C141.61 491.31 168.25 512 200 512c39.77 0 72-32.24 72-72V205.45c-10.91 8.98-23.98 15.45-38.36 18.39-4.97 1.02-9.64-2.82-9.64-7.89v-16.18c0-3.57 2.35-6.78 5.8-7.66 24.2-6.16 42.2-27.95 42.2-54.04V64c0-35.35-28.66-64-64-64zm368 304c0-29.67-16.34-55.28-40.34-69.09 5.17-10.59 8.34-22.33 8.34-34.91 0-33.43-20.54-62-49.66-73.96 1.02-4.53 1.66-9.2 1.66-14.04 0-35.35-28.66-64-64-64-.75 0-1.45.2-2.2.22C422.74 20.55 397.87 0 368 0c-35.34 0-64 28.65-64 64v74.07c0 26.09 17.99 47.88 42.2 54.04 3.46.88 5.8 4.09 5.8 7.66v16.18c0 5.07-4.68 8.91-9.64 7.89-14.38-2.94-27.44-9.41-38.36-18.39V440c0 39.76 32.23 72 72 72 31.75 0 58.39-20.69 67.97-49.21 3.93.67 7.91 1.21 12.03 1.21 39.77 0 72-32.24 72-72 0-4.83-.52-9.54-1.42-14.11 29-12.01 49.42-40.55 49.42-73.89z\"/></svg>",
4068
- "viewBox": [
4069
- "0",
4070
- "0",
4071
- "576",
4072
- "512"
4073
- ],
4074
- "width": 576,
4075
- "height": 512,
4076
- "path": "M208 0c-29.87 0-54.74 20.55-61.8 48.22-.75-.02-1.45-.22-2.2-.22-35.34 0-64 28.65-64 64 0 4.84.64 9.51 1.66 14.04C52.54 138 32 166.57 32 200c0 12.58 3.16 24.32 8.34 34.91C16.34 248.72 0 274.33 0 304c0 33.34 20.42 61.88 49.42 73.89-.9 4.57-1.42 9.28-1.42 14.11 0 39.76 32.23 72 72 72 4.12 0 8.1-.55 12.03-1.21C141.61 491.31 168.25 512 200 512c39.77 0 72-32.24 72-72V205.45c-10.91 8.98-23.98 15.45-38.36 18.39-4.97 1.02-9.64-2.82-9.64-7.89v-16.18c0-3.57 2.35-6.78 5.8-7.66 24.2-6.16 42.2-27.95 42.2-54.04V64c0-35.35-28.66-64-64-64zm368 304c0-29.67-16.34-55.28-40.34-69.09 5.17-10.59 8.34-22.33 8.34-34.91 0-33.43-20.54-62-49.66-73.96 1.02-4.53 1.66-9.2 1.66-14.04 0-35.35-28.66-64-64-64-.75 0-1.45.2-2.2.22C422.74 20.55 397.87 0 368 0c-35.34 0-64 28.65-64 64v74.07c0 26.09 17.99 47.88 42.2 54.04 3.46.88 5.8 4.09 5.8 7.66v16.18c0 5.07-4.68 8.91-9.64 7.89-14.38-2.94-27.44-9.41-38.36-18.39V440c0 39.76 32.23 72 72 72 31.75 0 58.39-20.69 67.97-49.21 3.93.67 7.91 1.21 12.03 1.21 39.77 0 72-32.24 72-72 0-4.83-.52-9.54-1.42-14.11 29-12.01 49.42-40.55 49.42-73.89z"
4077
- }
4078
- }
4079
- },
4080
- "briefcase": {
4081
- "changes": [
4082
- "2",
4083
- "5.0.0"
4084
- ],
4085
- "ligatures": [],
4086
- "search": {
4087
- "terms": [
4088
- "bag",
4089
- "business",
4090
- "luggage",
4091
- "office",
4092
- "work"
4093
- ]
4094
- },
4095
- "styles": [
4096
- "solid"
4097
- ],
4098
- "unicode": "f0b1",
4099
- "label": "Briefcase",
4100
- "svg": {
4101
- "solid": {
4102
- "last_modified": 1500927880000,
4103
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M320 288h192v144c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V288h192v20c0 6.627 5.373 12 12 12h104c6.627 0 12-5.373 12-12v-20zm192-112v80H0v-80c0-26.51 21.49-48 48-48h80V80c0-26.51 21.49-48 48-48h160c26.51 0 48 21.49 48 48v48h80c26.51 0 48 21.49 48 48zM320 96H192v32h128V96z\"/></svg>",
4104
- "viewBox": [
4105
- "0",
4106
- "0",
4107
- "512",
4108
- "512"
4109
- ],
4110
- "width": 512,
4111
- "height": 512,
4112
- "path": "M320 288h192v144c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V288h192v20c0 6.627 5.373 12 12 12h104c6.627 0 12-5.373 12-12v-20zm192-112v80H0v-80c0-26.51 21.49-48 48-48h80V80c0-26.51 21.49-48 48-48h160c26.51 0 48 21.49 48 48v48h80c26.51 0 48 21.49 48 48zM320 96H192v32h128V96z"
4113
- }
4114
- }
4115
- },
4116
- "briefcase-medical": {
4117
- "changes": [
4118
- "5.0.7"
4119
- ],
4120
- "ligatures": [],
4121
- "search": {
4122
- "terms": [
4123
- "health briefcase"
4124
- ]
4125
- },
4126
- "styles": [
4127
- "solid"
4128
- ],
4129
- "unicode": "f469",
4130
- "label": "Medical Briefcase",
4131
- "svg": {
4132
- "solid": {
4133
- "last_modified": 1521653821445,
4134
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 128h-80V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 96h128v32H192V96zm160 248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48z\"/></svg>",
4135
- "viewBox": [
4136
- "0",
4137
- "0",
4138
- "512",
4139
- "512"
4140
- ],
4141
- "width": 512,
4142
- "height": 512,
4143
- "path": "M464 128h-80V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 96h128v32H192V96zm160 248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48z"
4144
- }
4145
- }
4146
- },
4147
- "broadcast-tower": {
4148
- "changes": [
4149
- "5.0.13"
4150
- ],
4151
- "ligatures": [],
4152
- "search": {
4153
- "terms": [
4154
- "airwaves",
4155
- "radio",
4156
- "waves"
4157
- ]
4158
- },
4159
- "styles": [
4160
- "solid"
4161
- ],
4162
- "unicode": "f519",
4163
- "label": "Broadcast Tower",
4164
- "svg": {
4165
- "solid": {
4166
- "last_modified": 1525967154564,
4167
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M150.94 192h33.73c11.01 0 18.61-10.83 14.86-21.18-4.93-13.58-7.55-27.98-7.55-42.82s2.62-29.24 7.55-42.82C203.29 74.83 195.68 64 184.67 64h-33.73c-7.01 0-13.46 4.49-15.41 11.23C130.64 92.21 128 109.88 128 128c0 18.12 2.64 35.79 7.54 52.76 1.94 6.74 8.39 11.24 15.4 11.24zM89.92 23.34C95.56 12.72 87.97 0 75.96 0H40.63c-6.27 0-12.14 3.59-14.74 9.31C9.4 45.54 0 85.65 0 128c0 24.75 3.12 68.33 26.69 118.86 2.62 5.63 8.42 9.14 14.61 9.14h34.84c12.02 0 19.61-12.74 13.95-23.37-49.78-93.32-16.71-178.15-.17-209.29zM614.06 9.29C611.46 3.58 605.6 0 599.33 0h-35.42c-11.98 0-19.66 12.66-14.02 23.25 18.27 34.29 48.42 119.42.28 209.23-5.72 10.68 1.8 23.52 13.91 23.52h35.23c6.27 0 12.13-3.58 14.73-9.29C630.57 210.48 640 170.36 640 128s-9.42-82.48-25.94-118.71zM489.06 64h-33.73c-11.01 0-18.61 10.83-14.86 21.18 4.93 13.58 7.55 27.98 7.55 42.82s-2.62 29.24-7.55 42.82c-3.76 10.35 3.85 21.18 14.86 21.18h33.73c7.02 0 13.46-4.49 15.41-11.24 4.9-16.97 7.53-34.64 7.53-52.76 0-18.12-2.64-35.79-7.54-52.76-1.94-6.75-8.39-11.24-15.4-11.24zm-116.3 100.12c7.05-10.29 11.2-22.71 11.2-36.12 0-35.35-28.63-64-63.96-64-35.32 0-63.96 28.65-63.96 64 0 13.41 4.15 25.83 11.2 36.12l-130.5 313.41c-3.4 8.15.46 17.52 8.61 20.92l29.51 12.31c8.15 3.4 17.52-.46 20.91-8.61L244.96 384h150.07l49.2 118.15c3.4 8.16 12.76 12.01 20.91 8.61l29.51-12.31c8.15-3.4 12-12.77 8.61-20.92l-130.5-313.41zM271.62 320L320 203.81 368.38 320h-96.76z\"/></svg>",
4168
- "viewBox": [
4169
- "0",
4170
- "0",
4171
- "640",
4172
- "512"
4173
- ],
4174
- "width": 640,
4175
- "height": 512,
4176
- "path": "M150.94 192h33.73c11.01 0 18.61-10.83 14.86-21.18-4.93-13.58-7.55-27.98-7.55-42.82s2.62-29.24 7.55-42.82C203.29 74.83 195.68 64 184.67 64h-33.73c-7.01 0-13.46 4.49-15.41 11.23C130.64 92.21 128 109.88 128 128c0 18.12 2.64 35.79 7.54 52.76 1.94 6.74 8.39 11.24 15.4 11.24zM89.92 23.34C95.56 12.72 87.97 0 75.96 0H40.63c-6.27 0-12.14 3.59-14.74 9.31C9.4 45.54 0 85.65 0 128c0 24.75 3.12 68.33 26.69 118.86 2.62 5.63 8.42 9.14 14.61 9.14h34.84c12.02 0 19.61-12.74 13.95-23.37-49.78-93.32-16.71-178.15-.17-209.29zM614.06 9.29C611.46 3.58 605.6 0 599.33 0h-35.42c-11.98 0-19.66 12.66-14.02 23.25 18.27 34.29 48.42 119.42.28 209.23-5.72 10.68 1.8 23.52 13.91 23.52h35.23c6.27 0 12.13-3.58 14.73-9.29C630.57 210.48 640 170.36 640 128s-9.42-82.48-25.94-118.71zM489.06 64h-33.73c-11.01 0-18.61 10.83-14.86 21.18 4.93 13.58 7.55 27.98 7.55 42.82s-2.62 29.24-7.55 42.82c-3.76 10.35 3.85 21.18 14.86 21.18h33.73c7.02 0 13.46-4.49 15.41-11.24 4.9-16.97 7.53-34.64 7.53-52.76 0-18.12-2.64-35.79-7.54-52.76-1.94-6.75-8.39-11.24-15.4-11.24zm-116.3 100.12c7.05-10.29 11.2-22.71 11.2-36.12 0-35.35-28.63-64-63.96-64-35.32 0-63.96 28.65-63.96 64 0 13.41 4.15 25.83 11.2 36.12l-130.5 313.41c-3.4 8.15.46 17.52 8.61 20.92l29.51 12.31c8.15 3.4 17.52-.46 20.91-8.61L244.96 384h150.07l49.2 118.15c3.4 8.16 12.76 12.01 20.91 8.61l29.51-12.31c8.15-3.4 12-12.77 8.61-20.92l-130.5-313.41zM271.62 320L320 203.81 368.38 320h-96.76z"
4177
- }
4178
- }
4179
- },
4180
- "broom": {
4181
- "changes": [
4182
- "5.0.13"
4183
- ],
4184
- "ligatures": [],
4185
- "search": {
4186
- "terms": []
4187
- },
4188
- "styles": [
4189
- "solid"
4190
- ],
4191
- "unicode": "f51a",
4192
- "label": "Broom",
4193
- "svg": {
4194
- "solid": {
4195
- "last_modified": 1525967154564,
4196
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M10.8 247.2C-.7 251.8-3.7 266.7 5 275.4l54.8 54.8 73.2-24.4-24.4 73.2 128 128c8.8 8.8 23.6 5.7 28.2-5.8l98.1-243.7-108.4-108.4-243.7 98.1zM507.3 27.3L484.7 4.7c-6.2-6.3-16.4-6.3-22.6 0L359.8 106.9l-40.4-40.4c-4.2-4.3-11.4-3-13.9 2.5l-27.2 58.6 106.1 106.1 58.6-27.2c5.4-2.5 6.7-9.7 2.5-13.9l-40.4-40.4L507.3 49.9c6.3-6.2 6.3-16.3 0-22.6z\"/></svg>",
4197
- "viewBox": [
4198
- "0",
4199
- "0",
4200
- "512",
4201
- "512"
4202
- ],
4203
- "width": 512,
4204
- "height": 512,
4205
- "path": "M10.8 247.2C-.7 251.8-3.7 266.7 5 275.4l54.8 54.8 73.2-24.4-24.4 73.2 128 128c8.8 8.8 23.6 5.7 28.2-5.8l98.1-243.7-108.4-108.4-243.7 98.1zM507.3 27.3L484.7 4.7c-6.2-6.3-16.4-6.3-22.6 0L359.8 106.9l-40.4-40.4c-4.2-4.3-11.4-3-13.9 2.5l-27.2 58.6 106.1 106.1 58.6-27.2c5.4-2.5 6.7-9.7 2.5-13.9l-40.4-40.4L507.3 49.9c6.3-6.2 6.3-16.3 0-22.6z"
4206
- }
4207
- }
4208
- },
4209
- "brush": {
4210
- "changes": [
4211
- "5.1.0"
4212
- ],
4213
- "ligatures": [],
4214
- "search": {
4215
- "terms": [
4216
- "bristles",
4217
- "color",
4218
- "handle",
4219
- "painting"
4220
- ]
4221
- },
4222
- "styles": [
4223
- "solid"
4224
- ],
4225
- "unicode": "f55d",
4226
- "label": "Brush",
4227
- "svg": {
4228
- "solid": {
4229
- "last_modified": 1529520111649,
4230
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M352 0H32C14.33 0 0 14.33 0 32v224h384V32c0-17.67-14.33-32-32-32zM0 320c0 35.35 28.66 64 64 64h64v64c0 35.35 28.66 64 64 64s64-28.65 64-64v-64h64c35.34 0 64-28.65 64-64v-32H0v32zm192 104c13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24s-24-10.75-24-24c0-13.26 10.75-24 24-24z\"/></svg>",
4231
- "viewBox": [
4232
- "0",
4233
- "0",
4234
- "384",
4235
- "512"
4236
- ],
4237
- "width": 384,
4238
- "height": 512,
4239
- "path": "M352 0H32C14.33 0 0 14.33 0 32v224h384V32c0-17.67-14.33-32-32-32zM0 320c0 35.35 28.66 64 64 64h64v64c0 35.35 28.66 64 64 64s64-28.65 64-64v-64h64c35.34 0 64-28.65 64-64v-32H0v32zm192 104c13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24s-24-10.75-24-24c0-13.26 10.75-24 24-24z"
4240
- }
4241
- }
4242
- },
4243
- "btc": {
4244
- "changes": [
4245
- "3.2",
4246
- "5.0.0"
4247
- ],
4248
- "ligatures": [],
4249
- "search": {
4250
- "terms": []
4251
- },
4252
- "styles": [
4253
- "brands"
4254
- ],
4255
- "unicode": "f15a",
4256
- "label": "BTC",
4257
- "svg": {
4258
- "brands": {
4259
- "last_modified": 1501102193000,
4260
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z\"/></svg>",
4261
- "viewBox": [
4262
- "0",
4263
- "0",
4264
- "384",
4265
- "512"
4266
- ],
4267
- "width": 384,
4268
- "height": 512,
4269
- "path": "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z"
4270
- }
4271
- }
4272
- },
4273
- "bug": {
4274
- "changes": [
4275
- "3.2",
4276
- "5.0.0"
4277
- ],
4278
- "ligatures": [],
4279
- "search": {
4280
- "terms": [
4281
- "insect",
4282
- "report"
4283
- ]
4284
- },
4285
- "styles": [
4286
- "solid"
4287
- ],
4288
- "unicode": "f188",
4289
- "label": "Bug",
4290
- "svg": {
4291
- "solid": {
4292
- "last_modified": 1502483808000,
4293
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z\"/></svg>",
4294
- "viewBox": [
4295
- "0",
4296
- "0",
4297
- "512",
4298
- "512"
4299
- ],
4300
- "width": 512,
4301
- "height": 512,
4302
- "path": "M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z"
4303
- }
4304
- }
4305
- },
4306
- "building": {
4307
- "changes": [
4308
- "4.1",
4309
- "5.0.0"
4310
- ],
4311
- "ligatures": [],
4312
- "search": {
4313
- "terms": [
4314
- "apartment",
4315
- "business",
4316
- "company",
4317
- "office",
4318
- "work"
4319
- ]
4320
- },
4321
- "styles": [
4322
- "solid",
4323
- "regular"
4324
- ],
4325
- "unicode": "f1ad",
4326
- "label": "Building",
4327
- "svg": {
4328
- "solid": {
4329
- "last_modified": 1500927880000,
4330
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"/></svg>",
4331
- "viewBox": [
4332
- "0",
4333
- "0",
4334
- "448",
4335
- "512"
4336
- ],
4337
- "width": 448,
4338
- "height": 512,
4339
- "path": "M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z"
4340
- },
4341
- "regular": {
4342
- "last_modified": 1500927880000,
4343
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z\"/></svg>",
4344
- "viewBox": [
4345
- "0",
4346
- "0",
4347
- "448",
4348
- "512"
4349
- ],
4350
- "width": 448,
4351
- "height": 512,
4352
- "path": "M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z"
4353
- }
4354
- }
4355
- },
4356
- "bullhorn": {
4357
- "changes": [
4358
- "2",
4359
- "5.0.0"
4360
- ],
4361
- "ligatures": [],
4362
- "search": {
4363
- "terms": [
4364
- "announcement",
4365
- "broadcast",
4366
- "louder",
4367
- "megaphone",
4368
- "share"
4369
- ]
4370
- },
4371
- "styles": [
4372
- "solid"
4373
- ],
4374
- "unicode": "f0a1",
4375
- "label": "bullhorn",
4376
- "svg": {
4377
- "solid": {
4378
- "last_modified": 1500927880000,
4379
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M576 224c0-20.896-13.36-38.666-32-45.258V64c0-35.346-28.654-64-64-64-64.985 56-142.031 128-272 128H48c-26.51 0-48 21.49-48 48v96c0 26.51 21.49 48 48 48h43.263c-18.742 64.65 2.479 116.379 18.814 167.44 1.702 5.32 5.203 9.893 9.922 12.88 20.78 13.155 68.355 15.657 93.773 5.151 16.046-6.633 19.96-27.423 7.522-39.537-18.508-18.026-30.136-36.91-19.795-60.858a12.278 12.278 0 0 0-1.045-11.673c-16.309-24.679-3.581-62.107 28.517-72.752C346.403 327.887 418.591 395.081 480 448c35.346 0 64-28.654 64-64V269.258c18.64-6.592 32-24.362 32-45.258zm-96 139.855c-54.609-44.979-125.033-92.94-224-104.982v-69.747c98.967-12.042 169.391-60.002 224-104.982v279.711z\"/></svg>",
4380
- "viewBox": [
4381
- "0",
4382
- "0",
4383
- "576",
4384
- "512"
4385
- ],
4386
- "width": 576,
4387
- "height": 512,
4388
- "path": "M576 224c0-20.896-13.36-38.666-32-45.258V64c0-35.346-28.654-64-64-64-64.985 56-142.031 128-272 128H48c-26.51 0-48 21.49-48 48v96c0 26.51 21.49 48 48 48h43.263c-18.742 64.65 2.479 116.379 18.814 167.44 1.702 5.32 5.203 9.893 9.922 12.88 20.78 13.155 68.355 15.657 93.773 5.151 16.046-6.633 19.96-27.423 7.522-39.537-18.508-18.026-30.136-36.91-19.795-60.858a12.278 12.278 0 0 0-1.045-11.673c-16.309-24.679-3.581-62.107 28.517-72.752C346.403 327.887 418.591 395.081 480 448c35.346 0 64-28.654 64-64V269.258c18.64-6.592 32-24.362 32-45.258zm-96 139.855c-54.609-44.979-125.033-92.94-224-104.982v-69.747c98.967-12.042 169.391-60.002 224-104.982v279.711z"
4389
- }
4390
- }
4391
- },
4392
- "bullseye": {
4393
- "changes": [
4394
- "3.1",
4395
- "5.0.0"
4396
- ],
4397
- "ligatures": [],
4398
- "search": {
4399
- "terms": [
4400
- "target"
4401
- ]
4402
- },
4403
- "styles": [
4404
- "solid"
4405
- ],
4406
- "unicode": "f140",
4407
- "label": "Bullseye",
4408
- "svg": {
4409
- "solid": {
4410
- "last_modified": 1500927880000,
4411
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 72c101.689 0 184 82.295 184 184 0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-101.689 82.295-184 184-184m0-64C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 184c35.29 0 64 28.71 64 64s-28.71 64-64 64-64-28.71-64-64 28.71-64 64-64m0-64c-70.692 0-128 57.308-128 128s57.308 128 128 128 128-57.308 128-128-57.308-128-128-128z\"/></svg>",
4412
- "viewBox": [
4413
- "0",
4414
- "0",
4415
- "512",
4416
- "512"
4417
- ],
4418
- "width": 512,
4419
- "height": 512,
4420
- "path": "M256 72c101.689 0 184 82.295 184 184 0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-101.689 82.295-184 184-184m0-64C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 184c35.29 0 64 28.71 64 64s-28.71 64-64 64-64-28.71-64-64 28.71-64 64-64m0-64c-70.692 0-128 57.308-128 128s57.308 128 128 128 128-57.308 128-128-57.308-128-128-128z"
4421
- }
4422
- }
4423
- },
4424
- "burn": {
4425
- "changes": [
4426
- "5.0.7"
4427
- ],
4428
- "ligatures": [],
4429
- "search": {
4430
- "terms": [
4431
- "energy"
4432
- ]
4433
- },
4434
- "styles": [
4435
- "solid"
4436
- ],
4437
- "unicode": "f46a",
4438
- "label": "Burn",
4439
- "svg": {
4440
- "solid": {
4441
- "last_modified": 1521653821445,
4442
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M192 0C79.7 101.3 0 220.9 0 300.5 0 425 79 512 192 512s192-87 192-211.5c0-79.9-80.2-199.6-192-300.5zm0 448c-56.5 0-96-39-96-94.8 0-13.5 4.6-61.5 96-161.2 91.4 99.7 96 147.7 96 161.2 0 55.8-39.5 94.8-96 94.8z\"/></svg>",
4443
- "viewBox": [
4444
- "0",
4445
- "0",
4446
- "384",
4447
- "512"
4448
- ],
4449
- "width": 384,
4450
- "height": 512,
4451
- "path": "M192 0C79.7 101.3 0 220.9 0 300.5 0 425 79 512 192 512s192-87 192-211.5c0-79.9-80.2-199.6-192-300.5zm0 448c-56.5 0-96-39-96-94.8 0-13.5 4.6-61.5 96-161.2 91.4 99.7 96 147.7 96 161.2 0 55.8-39.5 94.8-96 94.8z"
4452
- }
4453
- }
4454
- },
4455
- "buromobelexperte": {
4456
- "changes": [
4457
- "5.0.0"
4458
- ],
4459
- "ligatures": [],
4460
- "search": {
4461
- "terms": []
4462
- },
4463
- "styles": [
4464
- "brands"
4465
- ],
4466
- "unicode": "f37f",
4467
- "label": "Büromöbel-Experte GmbH & Co. KG.",
4468
- "svg": {
4469
- "brands": {
4470
- "last_modified": 1500927880000,
4471
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z\"/></svg>",
4472
- "viewBox": [
4473
- "0",
4474
- "0",
4475
- "448",
4476
- "512"
4477
- ],
4478
- "width": 448,
4479
- "height": 512,
4480
- "path": "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"
4481
- }
4482
- }
4483
- },
4484
- "bus": {
4485
- "changes": [
4486
- "4.2",
4487
- "5.0.0",
4488
- "5.1.0"
4489
- ],
4490
- "ligatures": [],
4491
- "search": {
4492
- "terms": [
4493
- "machine",
4494
- "public transportation",
4495
- "transportation",
4496
- "vehicle"
4497
- ]
4498
- },
4499
- "styles": [
4500
- "solid"
4501
- ],
4502
- "unicode": "f207",
4503
- "label": "Bus",
4504
- "svg": {
4505
- "solid": {
4506
- "last_modified": 1529520111650,
4507
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg>",
4508
- "viewBox": [
4509
- "0",
4510
- "0",
4511
- "512",
4512
- "512"
4513
- ],
4514
- "width": 512,
4515
- "height": 512,
4516
- "path": "M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z"
4517
- }
4518
- }
4519
- },
4520
- "bus-alt": {
4521
- "changes": [
4522
- "5.1.0"
4523
- ],
4524
- "ligatures": [],
4525
- "search": {
4526
- "terms": [
4527
- "machine",
4528
- "public transportation",
4529
- "transportation",
4530
- "vehicle"
4531
- ]
4532
- },
4533
- "styles": [
4534
- "solid"
4535
- ],
4536
- "unicode": "f55e",
4537
- "label": "Bus Alt",
4538
- "svg": {
4539
- "solid": {
4540
- "last_modified": 1529520111650,
4541
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM160 72c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H168c-4.42 0-8-3.58-8-8V72zm-48 328c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128-112H128c-17.67 0-32-14.33-32-32v-96c0-17.67 14.33-32 32-32h112v160zm32 0V128h112c17.67 0 32 14.33 32 32v96c0 17.67-14.33 32-32 32H272zm128 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg>",
4542
- "viewBox": [
4543
- "0",
4544
- "0",
4545
- "512",
4546
- "512"
4547
- ],
4548
- "width": 512,
4549
- "height": 512,
4550
- "path": "M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM160 72c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H168c-4.42 0-8-3.58-8-8V72zm-48 328c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128-112H128c-17.67 0-32-14.33-32-32v-96c0-17.67 14.33-32 32-32h112v160zm32 0V128h112c17.67 0 32 14.33 32 32v96c0 17.67-14.33 32-32 32H272zm128 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z"
4551
- }
4552
- }
4553
- },
4554
- "buysellads": {
4555
- "changes": [
4556
- "4.3",
4557
- "5.0.0"
4558
- ],
4559
- "ligatures": [],
4560
- "search": {
4561
- "terms": []
4562
- },
4563
- "styles": [
4564
- "brands"
4565
- ],
4566
- "unicode": "f20d",
4567
- "label": "BuySellAds",
4568
- "svg": {
4569
- "brands": {
4570
- "last_modified": 1500927880000,
4571
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z\"/></svg>",
4572
- "viewBox": [
4573
- "0",
4574
- "0",
4575
- "448",
4576
- "512"
4577
- ],
4578
- "width": 448,
4579
- "height": 512,
4580
- "path": "M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z"
4581
- }
4582
- }
4583
- },
4584
- "calculator": {
4585
- "changes": [
4586
- "4.2",
4587
- "5.0.0"
4588
- ],
4589
- "ligatures": [],
4590
- "search": {
4591
- "terms": []
4592
- },
4593
- "styles": [
4594
- "solid"
4595
- ],
4596
- "unicode": "f1ec",
4597
- "label": "Calculator",
4598
- "svg": {
4599
- "solid": {
4600
- "last_modified": 1500927880000,
4601
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 464V48C0 21.49 21.49 0 48 0h352c26.51 0 48 21.49 48 48v416c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm384-284V76c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v104c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12zM128 308v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm256 128V268c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-256 0v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm128-128v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm0 128v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"/></svg>",
4602
- "viewBox": [
4603
- "0",
4604
- "0",
4605
- "448",
4606
- "512"
4607
- ],
4608
- "width": 448,
4609
- "height": 512,
4610
- "path": "M0 464V48C0 21.49 21.49 0 48 0h352c26.51 0 48 21.49 48 48v416c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm384-284V76c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v104c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12zM128 308v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm256 128V268c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-256 0v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm128-128v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm0 128v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z"
4611
- }
4612
- }
4613
- },
4614
- "calendar": {
4615
- "changes": [
4616
- "3.1",
4617
- "5.0.0"
4618
- ],
4619
- "ligatures": [],
4620
- "search": {
4621
- "terms": [
4622
- "calendar-o",
4623
- "date",
4624
- "event",
4625
- "schedule",
4626
- "time",
4627
- "when"
4628
- ]
4629
- },
4630
- "styles": [
4631
- "solid",
4632
- "regular"
4633
- ],
4634
- "unicode": "f133",
4635
- "label": "Calendar",
4636
- "svg": {
4637
- "solid": {
4638
- "last_modified": 1500927880000,
4639
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\"/></svg>",
4640
- "viewBox": [
4641
- "0",
4642
- "0",
4643
- "448",
4644
- "512"
4645
- ],
4646
- "width": 448,
4647
- "height": 512,
4648
- "path": "M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z"
4649
- },
4650
- "regular": {
4651
- "last_modified": 1500927880000,
4652
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"/></svg>",
4653
- "viewBox": [
4654
- "0",
4655
- "0",
4656
- "448",
4657
- "512"
4658
- ],
4659
- "width": 448,
4660
- "height": 512,
4661
- "path": "M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"
4662
- }
4663
- }
4664
- },
4665
- "calendar-alt": {
4666
- "changes": [
4667
- "1",
4668
- "5.0.0"
4669
- ],
4670
- "ligatures": [],
4671
- "search": {
4672
- "terms": [
4673
- "calendar",
4674
- "date",
4675
- "event",
4676
- "schedule",
4677
- "time",
4678
- "when"
4679
- ]
4680
- },
4681
- "styles": [
4682
- "solid",
4683
- "regular"
4684
- ],
4685
- "unicode": "f073",
4686
- "label": "Alternate Calendar",
4687
- "svg": {
4688
- "solid": {
4689
- "last_modified": 1500927880000,
4690
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z\"/></svg>",
4691
- "viewBox": [
4692
- "0",
4693
- "0",
4694
- "448",
4695
- "512"
4696
- ],
4697
- "width": 448,
4698
- "height": 512,
4699
- "path": "M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z"
4700
- },
4701
- "regular": {
4702
- "last_modified": 1500927880000,
4703
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg>",
4704
- "viewBox": [
4705
- "0",
4706
- "0",
4707
- "448",
4708
- "512"
4709
- ],
4710
- "width": 448,
4711
- "height": 512,
4712
- "path": "M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
4713
- }
4714
- }
4715
- },
4716
- "calendar-check": {
4717
- "changes": [
4718
- "4.4",
4719
- "5.0.0"
4720
- ],
4721
- "ligatures": [],
4722
- "search": {
4723
- "terms": [
4724
- "accept",
4725
- "agree",
4726
- "appointment",
4727
- "confirm",
4728
- "correct",
4729
- "done",
4730
- "ok",
4731
- "select",
4732
- "success",
4733
- "todo"
4734
- ]
4735
- },
4736
- "styles": [
4737
- "solid",
4738
- "regular"
4739
- ],
4740
- "unicode": "f274",
4741
- "label": "Calendar Check",
4742
- "svg": {
4743
- "solid": {
4744
- "last_modified": 1500927880000,
4745
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"/></svg>",
4746
- "viewBox": [
4747
- "0",
4748
- "0",
4749
- "448",
4750
- "512"
4751
- ],
4752
- "width": 448,
4753
- "height": 512,
4754
- "path": "M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z"
4755
- },
4756
- "regular": {
4757
- "last_modified": 1500927880000,
4758
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 64h-48V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H160V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V160h352v298a6 6 0 0 1-6 6zm-52.849-200.65L198.842 404.519c-4.705 4.667-12.303 4.637-16.971-.068l-75.091-75.699c-4.667-4.705-4.637-12.303.068-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l44.104 44.461 111.072-110.181c4.705-4.667 12.303-4.637 16.971.068l22.536 22.718c4.667 4.705 4.636 12.303-.069 16.97z\"/></svg>",
4759
- "viewBox": [
4760
- "0",
4761
- "0",
4762
- "448",
4763
- "512"
4764
- ],
4765
- "width": 448,
4766
- "height": 512,
4767
- "path": "M400 64h-48V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H160V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V160h352v298a6 6 0 0 1-6 6zm-52.849-200.65L198.842 404.519c-4.705 4.667-12.303 4.637-16.971-.068l-75.091-75.699c-4.667-4.705-4.637-12.303.068-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l44.104 44.461 111.072-110.181c4.705-4.667 12.303-4.637 16.971.068l22.536 22.718c4.667 4.705 4.636 12.303-.069 16.97z"
4768
- }
4769
- }
4770
- },
4771
- "calendar-minus": {
4772
- "changes": [
4773
- "4.4",
4774
- "5.0.0"
4775
- ],
4776
- "ligatures": [],
4777
- "search": {
4778
- "terms": []
4779
- },
4780
- "styles": [
4781
- "solid",
4782
- "regular"
4783
- ],
4784
- "unicode": "f272",
4785
- "label": "Calendar Minus",
4786
- "svg": {
4787
- "solid": {
4788
- "last_modified": 1500927880000,
4789
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z\"/></svg>",
4790
- "viewBox": [
4791
- "0",
4792
- "0",
4793
- "448",
4794
- "512"
4795
- ],
4796
- "width": 448,
4797
- "height": 512,
4798
- "path": "M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z"
4799
- },
4800
- "regular": {
4801
- "last_modified": 1500927880000,
4802
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M124 328c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H124zm324-216v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg>",
4803
- "viewBox": [
4804
- "0",
4805
- "0",
4806
- "448",
4807
- "512"
4808
- ],
4809
- "width": 448,
4810
- "height": 512,
4811
- "path": "M124 328c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H124zm324-216v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
4812
- }
4813
- }
4814
- },
4815
- "calendar-plus": {
4816
- "changes": [
4817
- "4.4",
4818
- "5.0.0"
4819
- ],
4820
- "ligatures": [],
4821
- "search": {
4822
- "terms": []
4823
- },
4824
- "styles": [
4825
- "solid",
4826
- "regular"
4827
- ],
4828
- "unicode": "f271",
4829
- "label": "Calendar Plus",
4830
- "svg": {
4831
- "solid": {
4832
- "last_modified": 1500927880000,
4833
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z\"/></svg>",
4834
- "viewBox": [
4835
- "0",
4836
- "0",
4837
- "448",
4838
- "512"
4839
- ],
4840
- "width": 448,
4841
- "height": 512,
4842
- "path": "M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z"
4843
- },
4844
- "regular": {
4845
- "last_modified": 1500927880000,
4846
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M336 292v24c0 6.6-5.4 12-12 12h-76v76c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-76h-76c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h76v-76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v76h76c6.6 0 12 5.4 12 12zm112-180v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg>",
4847
- "viewBox": [
4848
- "0",
4849
- "0",
4850
- "448",
4851
- "512"
4852
- ],
4853
- "width": 448,
4854
- "height": 512,
4855
- "path": "M336 292v24c0 6.6-5.4 12-12 12h-76v76c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-76h-76c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h76v-76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v76h76c6.6 0 12 5.4 12 12zm112-180v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
4856
- }
4857
- }
4858
- },
4859
- "calendar-times": {
4860
- "changes": [
4861
- "4.4",
4862
- "5.0.0"
4863
- ],
4864
- "ligatures": [],
4865
- "search": {
4866
- "terms": []
4867
- },
4868
- "styles": [
4869
- "solid",
4870
- "regular"
4871
- ],
4872
- "unicode": "f273",
4873
- "label": "Calendar Times",
4874
- "svg": {
4875
- "solid": {
4876
- "last_modified": 1500927880000,
4877
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z\"/></svg>",
4878
- "viewBox": [
4879
- "0",
4880
- "0",
4881
- "448",
4882
- "512"
4883
- ],
4884
- "width": 448,
4885
- "height": 512,
4886
- "path": "M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z"
4887
- },
4888
- "regular": {
4889
- "last_modified": 1500927880000,
4890
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M311.7 374.7l-17 17c-4.7 4.7-12.3 4.7-17 0L224 337.9l-53.7 53.7c-4.7 4.7-12.3 4.7-17 0l-17-17c-4.7-4.7-4.7-12.3 0-17l53.7-53.7-53.7-53.7c-4.7-4.7-4.7-12.3 0-17l17-17c4.7-4.7 12.3-4.7 17 0l53.7 53.7 53.7-53.7c4.7-4.7 12.3-4.7 17 0l17 17c4.7 4.7 4.7 12.3 0 17L257.9 304l53.7 53.7c4.8 4.7 4.8 12.3.1 17zM448 112v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg>",
4891
- "viewBox": [
4892
- "0",
4893
- "0",
4894
- "448",
4895
- "512"
4896
- ],
4897
- "width": 448,
4898
- "height": 512,
4899
- "path": "M311.7 374.7l-17 17c-4.7 4.7-12.3 4.7-17 0L224 337.9l-53.7 53.7c-4.7 4.7-12.3 4.7-17 0l-17-17c-4.7-4.7-4.7-12.3 0-17l53.7-53.7-53.7-53.7c-4.7-4.7-4.7-12.3 0-17l17-17c4.7-4.7 12.3-4.7 17 0l53.7 53.7 53.7-53.7c4.7-4.7 12.3-4.7 17 0l17 17c4.7 4.7 4.7 12.3 0 17L257.9 304l53.7 53.7c4.8 4.7 4.8 12.3.1 17zM448 112v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
4900
- }
4901
- }
4902
- },
4903
- "camera": {
4904
- "changes": [
4905
- "1",
4906
- "5.0.0"
4907
- ],
4908
- "ligatures": [],
4909
- "search": {
4910
- "terms": [
4911
- "photo",
4912
- "picture",
4913
- "record"
4914
- ]
4915
- },
4916
- "styles": [
4917
- "solid"
4918
- ],
4919
- "unicode": "f030",
4920
- "label": "camera",
4921
- "svg": {
4922
- "solid": {
4923
- "last_modified": 1500927880000,
4924
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"/></svg>",
4925
- "viewBox": [
4926
- "0",
4927
- "0",
4928
- "512",
4929
- "512"
4930
- ],
4931
- "width": 512,
4932
- "height": 512,
4933
- "path": "M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z"
4934
- }
4935
- }
4936
- },
4937
- "camera-retro": {
4938
- "changes": [
4939
- "1",
4940
- "5.0.0"
4941
- ],
4942
- "ligatures": [],
4943
- "search": {
4944
- "terms": [
4945
- "photo",
4946
- "picture",
4947
- "record"
4948
- ]
4949
- },
4950
- "styles": [
4951
- "solid"
4952
- ],
4953
- "unicode": "f083",
4954
- "label": "Retro Camera",
4955
- "svg": {
4956
- "solid": {
4957
- "last_modified": 1500927880000,
4958
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z\"/></svg>",
4959
- "viewBox": [
4960
- "0",
4961
- "0",
4962
- "512",
4963
- "512"
4964
- ],
4965
- "width": 512,
4966
- "height": 512,
4967
- "path": "M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z"
4968
- }
4969
- }
4970
- },
4971
- "cannabis": {
4972
- "changes": [
4973
- "5.1.0"
4974
- ],
4975
- "ligatures": [],
4976
- "search": {
4977
- "terms": [
4978
- "bud",
4979
- "chronic",
4980
- "drugs",
4981
- "endica",
4982
- "endo",
4983
- "ganja",
4984
- "marijuana",
4985
- "mary jane",
4986
- "pot",
4987
- "reefer",
4988
- "sativa",
4989
- "spliff",
4990
- "weed",
4991
- "whacky-tabacky"
4992
- ]
4993
- },
4994
- "styles": [
4995
- "solid"
4996
- ],
4997
- "unicode": "f55f",
4998
- "label": "Cannabis",
4999
- "svg": {
5000
- "solid": {
5001
- "last_modified": 1529520111651,
5002
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M503.47 360.25c-1.56-.82-32.39-16.89-76.78-25.81 64.25-75.12 84.05-161.67 84.93-165.64 1.18-5.33-.44-10.9-4.3-14.77-3.03-3.04-7.12-4.7-11.32-4.7-1.14 0-2.29.12-3.44.38-3.88.85-86.54 19.59-160.58 79.76.01-1.46.01-2.93.01-4.4 0-118.79-59.98-213.72-62.53-217.7A15.973 15.973 0 0 0 256 0c-5.45 0-10.53 2.78-13.47 7.37-2.55 3.98-62.53 98.91-62.53 217.7 0 1.47.01 2.94.01 4.4-74.03-60.16-156.69-78.9-160.58-79.76-1.14-.25-2.29-.38-3.44-.38-4.2 0-8.29 1.66-11.32 4.7A15.986 15.986 0 0 0 .38 168.8c.88 3.97 20.68 90.52 84.93 165.64-44.39 8.92-75.21 24.99-76.78 25.81a16.003 16.003 0 0 0-.02 28.29c2.45 1.29 60.76 31.72 133.49 31.72 6.14 0 11.96-.1 17.5-.31-11.37 22.23-16.52 38.31-16.81 39.22-1.8 5.68-.29 11.89 3.91 16.11a16.019 16.019 0 0 0 16.1 3.99c1.83-.57 37.72-11.99 77.3-39.29V504c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-64.01c39.58 27.3 75.47 38.71 77.3 39.29a16.019 16.019 0 0 0 16.1-3.99c4.2-4.22 5.71-10.43 3.91-16.11-.29-.91-5.45-16.99-16.81-39.22 5.54.21 11.37.31 17.5.31 72.72 0 131.04-30.43 133.49-31.72 5.24-2.78 8.52-8.22 8.51-14.15-.01-5.94-3.29-11.39-8.53-14.15z\"/></svg>",
5003
- "viewBox": [
5004
- "0",
5005
- "0",
5006
- "512",
5007
- "512"
5008
- ],
5009
- "width": 512,
5010
- "height": 512,
5011
- "path": "M503.47 360.25c-1.56-.82-32.39-16.89-76.78-25.81 64.25-75.12 84.05-161.67 84.93-165.64 1.18-5.33-.44-10.9-4.3-14.77-3.03-3.04-7.12-4.7-11.32-4.7-1.14 0-2.29.12-3.44.38-3.88.85-86.54 19.59-160.58 79.76.01-1.46.01-2.93.01-4.4 0-118.79-59.98-213.72-62.53-217.7A15.973 15.973 0 0 0 256 0c-5.45 0-10.53 2.78-13.47 7.37-2.55 3.98-62.53 98.91-62.53 217.7 0 1.47.01 2.94.01 4.4-74.03-60.16-156.69-78.9-160.58-79.76-1.14-.25-2.29-.38-3.44-.38-4.2 0-8.29 1.66-11.32 4.7A15.986 15.986 0 0 0 .38 168.8c.88 3.97 20.68 90.52 84.93 165.64-44.39 8.92-75.21 24.99-76.78 25.81a16.003 16.003 0 0 0-.02 28.29c2.45 1.29 60.76 31.72 133.49 31.72 6.14 0 11.96-.1 17.5-.31-11.37 22.23-16.52 38.31-16.81 39.22-1.8 5.68-.29 11.89 3.91 16.11a16.019 16.019 0 0 0 16.1 3.99c1.83-.57 37.72-11.99 77.3-39.29V504c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-64.01c39.58 27.3 75.47 38.71 77.3 39.29a16.019 16.019 0 0 0 16.1-3.99c4.2-4.22 5.71-10.43 3.91-16.11-.29-.91-5.45-16.99-16.81-39.22 5.54.21 11.37.31 17.5.31 72.72 0 131.04-30.43 133.49-31.72 5.24-2.78 8.52-8.22 8.51-14.15-.01-5.94-3.29-11.39-8.53-14.15z"
5012
- }
5013
- }
5014
- },
5015
- "capsules": {
5016
- "changes": [
5017
- "5.0.7"
5018
- ],
5019
- "ligatures": [],
5020
- "search": {
5021
- "terms": [
5022
- "drugs",
5023
- "medicine"
5024
- ]
5025
- },
5026
- "styles": [
5027
- "solid"
5028
- ],
5029
- "unicode": "f46b",
5030
- "label": "Capsules",
5031
- "svg": {
5032
- "solid": {
5033
- "last_modified": 1521653821446,
5034
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M555.3 300.1L424.2 112.8C401.9 81 366.4 64 330.4 64c-22.6 0-45.5 6.7-65.5 20.7-19.7 13.8-33.7 32.8-41.5 53.8C220.5 79.2 172 32 112 32 50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V218.9c3.3 8.6 7.3 17.1 12.8 25L368 431.2c22.2 31.8 57.7 48.8 93.8 48.8 22.7 0 45.5-6.7 65.5-20.7 51.7-36.2 64.2-107.5 28-159.2zM160 256H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm194.8 44.9l-65.6-93.7c-7.7-11-10.7-24.4-8.3-37.6 2.3-13.2 9.7-24.8 20.7-32.5 8.5-6 18.5-9.1 28.8-9.1 16.5 0 31.9 8 41.3 21.5l65.6 93.7-82.5 57.7z\"/></svg>",
5035
- "viewBox": [
5036
- "0",
5037
- "0",
5038
- "576",
5039
- "512"
5040
- ],
5041
- "width": 576,
5042
- "height": 512,
5043
- "path": "M555.3 300.1L424.2 112.8C401.9 81 366.4 64 330.4 64c-22.6 0-45.5 6.7-65.5 20.7-19.7 13.8-33.7 32.8-41.5 53.8C220.5 79.2 172 32 112 32 50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V218.9c3.3 8.6 7.3 17.1 12.8 25L368 431.2c22.2 31.8 57.7 48.8 93.8 48.8 22.7 0 45.5-6.7 65.5-20.7 51.7-36.2 64.2-107.5 28-159.2zM160 256H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm194.8 44.9l-65.6-93.7c-7.7-11-10.7-24.4-8.3-37.6 2.3-13.2 9.7-24.8 20.7-32.5 8.5-6 18.5-9.1 28.8-9.1 16.5 0 31.9 8 41.3 21.5l65.6 93.7-82.5 57.7z"
5044
- }
5045
- }
5046
- },
5047
- "car": {
5048
- "changes": [
5049
- "4.1",
5050
- "5.0.0",
5051
- "5.2.0"
5052
- ],
5053
- "ligatures": [],
5054
- "search": {
5055
- "terms": [
5056
- "machine",
5057
- "transportation",
5058
- "vehicle"
5059
- ]
5060
- },
5061
- "styles": [
5062
- "solid"
5063
- ],
5064
- "unicode": "f1b9",
5065
- "label": "Car",
5066
- "svg": {
5067
- "solid": {
5068
- "last_modified": 1532362831521,
5069
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"/></svg>",
5070
- "viewBox": [
5071
- "0",
5072
- "0",
5073
- "512",
5074
- "512"
5075
- ],
5076
- "width": 512,
5077
- "height": 512,
5078
- "path": "M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z"
5079
- }
5080
- }
5081
- },
5082
- "car-alt": {
5083
- "changes": [
5084
- "5.2.0"
5085
- ],
5086
- "ligatures": [],
5087
- "search": {
5088
- "terms": []
5089
- },
5090
- "styles": [
5091
- "solid"
5092
- ],
5093
- "unicode": "f5de",
5094
- "label": "Car Alt",
5095
- "svg": {
5096
- "solid": {
5097
- "last_modified": 1532362831519,
5098
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M438.66 212.33l-11.24-28.1-19.93-49.83C390.38 91.63 349.57 64 303.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4l-19.93 49.83-11.24 28.1C17.22 221.5 0 244.66 0 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-27.34-17.22-50.5-41.34-59.67zm-306.73-54.16c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L368 208H112l19.93-49.83zM80 319.8c-19.2 0-32-12.76-32-31.9S60.8 256 80 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S380.8 256 400 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"/></svg>",
5099
- "viewBox": [
5100
- "0",
5101
- "0",
5102
- "480",
5103
- "512"
5104
- ],
5105
- "width": 480,
5106
- "height": 512,
5107
- "path": "M438.66 212.33l-11.24-28.1-19.93-49.83C390.38 91.63 349.57 64 303.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4l-19.93 49.83-11.24 28.1C17.22 221.5 0 244.66 0 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-27.34-17.22-50.5-41.34-59.67zm-306.73-54.16c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L368 208H112l19.93-49.83zM80 319.8c-19.2 0-32-12.76-32-31.9S60.8 256 80 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S380.8 256 400 256s32 12.76 32 31.9-12.8 31.9-32 31.9z"
5108
- }
5109
- }
5110
- },
5111
- "car-battery": {
5112
- "changes": [
5113
- "5.2.0"
5114
- ],
5115
- "ligatures": [],
5116
- "search": {
5117
- "terms": []
5118
- },
5119
- "styles": [
5120
- "solid"
5121
- ],
5122
- "unicode": "f5df",
5123
- "label": "Car Battery",
5124
- "svg": {
5125
- "solid": {
5126
- "last_modified": 1532362831519,
5127
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480 128h-32V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v48H192V80c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v48H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM192 264c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm256 0c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40v-40c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16z\"/></svg>",
5128
- "viewBox": [
5129
- "0",
5130
- "0",
5131
- "512",
5132
- "512"
5133
- ],
5134
- "width": 512,
5135
- "height": 512,
5136
- "path": "M480 128h-32V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v48H192V80c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v48H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM192 264c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm256 0c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40v-40c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16z"
5137
- }
5138
- }
5139
- },
5140
- "car-crash": {
5141
- "changes": [
5142
- "5.2.0"
5143
- ],
5144
- "ligatures": [],
5145
- "search": {
5146
- "terms": []
5147
- },
5148
- "styles": [
5149
- "solid"
5150
- ],
5151
- "unicode": "f5e1",
5152
- "label": "Car Crash",
5153
- "svg": {
5154
- "solid": {
5155
- "last_modified": 1532362831520,
5156
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M143.25 220.81l-12.42 46.37c-3.01 11.25-3.63 22.89-2.41 34.39l-35.2 28.98c-6.57 5.41-16.31-.43-14.62-8.77l15.44-76.68c1.06-5.26-2.66-10.28-8-10.79l-77.86-7.55c-8.47-.82-11.23-11.83-4.14-16.54l65.15-43.3c4.46-2.97 5.38-9.15 1.98-13.29L21.46 93.22c-5.41-6.57.43-16.3 8.78-14.62l76.68 15.44c5.26 1.06 10.28-2.66 10.8-8l7.55-77.86c.82-8.48 11.83-11.23 16.55-4.14l43.3 65.14c2.97 4.46 9.15 5.38 13.29 1.98l60.4-49.71c6.57-5.41 16.3.43 14.62 8.77L262.1 86.38c-2.71 3.05-5.43 6.09-7.91 9.4l-32.15 42.97-10.71 14.32c-32.73 8.76-59.18 34.53-68.08 67.74zm494.57 132.51l-12.42 46.36c-3.13 11.68-9.38 21.61-17.55 29.36a66.876 66.876 0 0 1-8.76 7l-13.99 52.23c-1.14 4.27-3.1 8.1-5.65 11.38-7.67 9.84-20.74 14.68-33.54 11.25L515 502.62c-17.07-4.57-27.2-22.12-22.63-39.19l8.28-30.91-247.28-66.26-8.28 30.91c-4.57 17.07-22.12 27.2-39.19 22.63l-30.91-8.28c-12.8-3.43-21.7-14.16-23.42-26.51-.57-4.12-.35-8.42.79-12.68l13.99-52.23a66.62 66.62 0 0 1-4.09-10.45c-3.2-10.79-3.65-22.52-.52-34.2l12.42-46.37c5.31-19.8 19.36-34.83 36.89-42.21a64.336 64.336 0 0 1 18.49-4.72l18.13-24.23 32.15-42.97c3.45-4.61 7.19-8.9 11.2-12.84 8-7.89 17.03-14.44 26.74-19.51 4.86-2.54 9.89-4.71 15.05-6.49 10.33-3.58 21.19-5.63 32.24-6.04 11.05-.41 22.31.82 33.43 3.8l122.68 32.87c11.12 2.98 21.48 7.54 30.85 13.43a111.11 111.11 0 0 1 34.69 34.5c8.82 13.88 14.64 29.84 16.68 46.99l6.36 53.29 3.59 30.05a64.49 64.49 0 0 1 22.74 29.93c4.39 11.88 5.29 25.19 1.75 38.39zM255.58 234.34c-18.55-4.97-34.21 4.04-39.17 22.53-4.96 18.49 4.11 34.12 22.65 39.09 18.55 4.97 45.54 15.51 50.49-2.98 4.96-18.49-15.43-53.67-33.97-58.64zm290.61 28.17l-6.36-53.29c-.58-4.87-1.89-9.53-3.82-13.86-5.8-12.99-17.2-23.01-31.42-26.82l-122.68-32.87a48.008 48.008 0 0 0-50.86 17.61l-32.15 42.97 172 46.08 75.29 20.18zm18.49 54.65c-18.55-4.97-53.8 15.31-58.75 33.79-4.95 18.49 23.69 22.86 42.24 27.83 18.55 4.97 34.21-4.04 39.17-22.53 4.95-18.48-4.11-34.12-22.66-39.09z\"/></svg>",
5157
- "viewBox": [
5158
- "0",
5159
- "0",
5160
- "640",
5161
- "512"
5162
- ],
5163
- "width": 640,
5164
- "height": 512,
5165
- "path": "M143.25 220.81l-12.42 46.37c-3.01 11.25-3.63 22.89-2.41 34.39l-35.2 28.98c-6.57 5.41-16.31-.43-14.62-8.77l15.44-76.68c1.06-5.26-2.66-10.28-8-10.79l-77.86-7.55c-8.47-.82-11.23-11.83-4.14-16.54l65.15-43.3c4.46-2.97 5.38-9.15 1.98-13.29L21.46 93.22c-5.41-6.57.43-16.3 8.78-14.62l76.68 15.44c5.26 1.06 10.28-2.66 10.8-8l7.55-77.86c.82-8.48 11.83-11.23 16.55-4.14l43.3 65.14c2.97 4.46 9.15 5.38 13.29 1.98l60.4-49.71c6.57-5.41 16.3.43 14.62 8.77L262.1 86.38c-2.71 3.05-5.43 6.09-7.91 9.4l-32.15 42.97-10.71 14.32c-32.73 8.76-59.18 34.53-68.08 67.74zm494.57 132.51l-12.42 46.36c-3.13 11.68-9.38 21.61-17.55 29.36a66.876 66.876 0 0 1-8.76 7l-13.99 52.23c-1.14 4.27-3.1 8.1-5.65 11.38-7.67 9.84-20.74 14.68-33.54 11.25L515 502.62c-17.07-4.57-27.2-22.12-22.63-39.19l8.28-30.91-247.28-66.26-8.28 30.91c-4.57 17.07-22.12 27.2-39.19 22.63l-30.91-8.28c-12.8-3.43-21.7-14.16-23.42-26.51-.57-4.12-.35-8.42.79-12.68l13.99-52.23a66.62 66.62 0 0 1-4.09-10.45c-3.2-10.79-3.65-22.52-.52-34.2l12.42-46.37c5.31-19.8 19.36-34.83 36.89-42.21a64.336 64.336 0 0 1 18.49-4.72l18.13-24.23 32.15-42.97c3.45-4.61 7.19-8.9 11.2-12.84 8-7.89 17.03-14.44 26.74-19.51 4.86-2.54 9.89-4.71 15.05-6.49 10.33-3.58 21.19-5.63 32.24-6.04 11.05-.41 22.31.82 33.43 3.8l122.68 32.87c11.12 2.98 21.48 7.54 30.85 13.43a111.11 111.11 0 0 1 34.69 34.5c8.82 13.88 14.64 29.84 16.68 46.99l6.36 53.29 3.59 30.05a64.49 64.49 0 0 1 22.74 29.93c4.39 11.88 5.29 25.19 1.75 38.39zM255.58 234.34c-18.55-4.97-34.21 4.04-39.17 22.53-4.96 18.49 4.11 34.12 22.65 39.09 18.55 4.97 45.54 15.51 50.49-2.98 4.96-18.49-15.43-53.67-33.97-58.64zm290.61 28.17l-6.36-53.29c-.58-4.87-1.89-9.53-3.82-13.86-5.8-12.99-17.2-23.01-31.42-26.82l-122.68-32.87a48.008 48.008 0 0 0-50.86 17.61l-32.15 42.97 172 46.08 75.29 20.18zm18.49 54.65c-18.55-4.97-53.8 15.31-58.75 33.79-4.95 18.49 23.69 22.86 42.24 27.83 18.55 4.97 34.21-4.04 39.17-22.53 4.95-18.48-4.11-34.12-22.66-39.09z"
5166
- }
5167
- }
5168
- },
5169
- "car-side": {
5170
- "changes": [
5171
- "5.2.0"
5172
- ],
5173
- "ligatures": [],
5174
- "search": {
5175
- "terms": []
5176
- },
5177
- "styles": [
5178
- "solid"
5179
- ],
5180
- "unicode": "f5e4",
5181
- "label": "Car Side",
5182
- "svg": {
5183
- "solid": {
5184
- "last_modified": 1532362831521,
5185
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"/></svg>",
5186
- "viewBox": [
5187
- "0",
5188
- "0",
5189
- "640",
5190
- "512"
5191
- ],
5192
- "width": 640,
5193
- "height": 512,
5194
- "path": "M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z"
5195
- }
5196
- }
5197
- },
5198
- "caret-down": {
5199
- "changes": [
5200
- "2",
5201
- "5.0.0"
5202
- ],
5203
- "ligatures": [],
5204
- "search": {
5205
- "terms": [
5206
- "arrow",
5207
- "dropdown",
5208
- "menu",
5209
- "more",
5210
- "triangle down"
5211
- ]
5212
- },
5213
- "styles": [
5214
- "solid"
5215
- ],
5216
- "unicode": "f0d7",
5217
- "label": "Caret Down",
5218
- "svg": {
5219
- "solid": {
5220
- "last_modified": 1500927880000,
5221
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"/></svg>",
5222
- "viewBox": [
5223
- "0",
5224
- "0",
5225
- "320",
5226
- "512"
5227
- ],
5228
- "width": 320,
5229
- "height": 512,
5230
- "path": "M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
5231
- }
5232
- }
5233
- },
5234
- "caret-left": {
5235
- "changes": [
5236
- "2",
5237
- "5.0.0"
5238
- ],
5239
- "ligatures": [],
5240
- "search": {
5241
- "terms": [
5242
- "arrow",
5243
- "back",
5244
- "previous",
5245
- "triangle left"
5246
- ]
5247
- },
5248
- "styles": [
5249
- "solid"
5250
- ],
5251
- "unicode": "f0d9",
5252
- "label": "Caret Left",
5253
- "svg": {
5254
- "solid": {
5255
- "last_modified": 1500927880000,
5256
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 192 512\"><path d=\"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"/></svg>",
5257
- "viewBox": [
5258
- "0",
5259
- "0",
5260
- "192",
5261
- "512"
5262
- ],
5263
- "width": 192,
5264
- "height": 512,
5265
- "path": "M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z"
5266
- }
5267
- }
5268
- },
5269
- "caret-right": {
5270
- "changes": [
5271
- "2",
5272
- "5.0.0"
5273
- ],
5274
- "ligatures": [],
5275
- "search": {
5276
- "terms": [
5277
- "arrow",
5278
- "forward",
5279
- "next",
5280
- "triangle right"
5281
- ]
5282
- },
5283
- "styles": [
5284
- "solid"
5285
- ],
5286
- "unicode": "f0da",
5287
- "label": "Caret Right",
5288
- "svg": {
5289
- "solid": {
5290
- "last_modified": 1500927880000,
5291
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 192 512\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"/></svg>",
5292
- "viewBox": [
5293
- "0",
5294
- "0",
5295
- "192",
5296
- "512"
5297
- ],
5298
- "width": 192,
5299
- "height": 512,
5300
- "path": "M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"
5301
- }
5302
- }
5303
- },
5304
- "caret-square-down": {
5305
- "changes": [
5306
- "3.2",
5307
- "5.0.0"
5308
- ],
5309
- "ligatures": [],
5310
- "search": {
5311
- "terms": [
5312
- "caret-square-o-down",
5313
- "dropdown",
5314
- "menu",
5315
- "more"
5316
- ]
5317
- },
5318
- "styles": [
5319
- "solid",
5320
- "regular"
5321
- ],
5322
- "unicode": "f150",
5323
- "label": "Caret Square Down",
5324
- "svg": {
5325
- "solid": {
5326
- "last_modified": 1500927880000,
5327
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z\"/></svg>",
5328
- "viewBox": [
5329
- "0",
5330
- "0",
5331
- "448",
5332
- "512"
5333
- ],
5334
- "width": 448,
5335
- "height": 512,
5336
- "path": "M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z"
5337
- },
5338
- "regular": {
5339
- "last_modified": 1500927880000,
5340
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg>",
5341
- "viewBox": [
5342
- "0",
5343
- "0",
5344
- "448",
5345
- "512"
5346
- ],
5347
- "width": 448,
5348
- "height": 512,
5349
- "path": "M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
5350
- }
5351
- }
5352
- },
5353
- "caret-square-left": {
5354
- "changes": [
5355
- "4",
5356
- "5.0.0"
5357
- ],
5358
- "ligatures": [],
5359
- "search": {
5360
- "terms": [
5361
- "back",
5362
- "caret-square-o-left",
5363
- "previous"
5364
- ]
5365
- },
5366
- "styles": [
5367
- "solid",
5368
- "regular"
5369
- ],
5370
- "unicode": "f191",
5371
- "label": "Caret Square Left",
5372
- "svg": {
5373
- "solid": {
5374
- "last_modified": 1500927880000,
5375
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z\"/></svg>",
5376
- "viewBox": [
5377
- "0",
5378
- "0",
5379
- "448",
5380
- "512"
5381
- ],
5382
- "width": 448,
5383
- "height": 512,
5384
- "path": "M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z"
5385
- },
5386
- "regular": {
5387
- "last_modified": 1500927880000,
5388
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M272 157.1v197.8c0 10.7-13 16.1-20.5 8.5l-98.3-98.9c-4.7-4.7-4.7-12.2 0-16.9l98.3-98.9c7.5-7.7 20.5-2.3 20.5 8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg>",
5389
- "viewBox": [
5390
- "0",
5391
- "0",
5392
- "448",
5393
- "512"
5394
- ],
5395
- "width": 448,
5396
- "height": 512,
5397
- "path": "M272 157.1v197.8c0 10.7-13 16.1-20.5 8.5l-98.3-98.9c-4.7-4.7-4.7-12.2 0-16.9l98.3-98.9c7.5-7.7 20.5-2.3 20.5 8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
5398
- }
5399
- }
5400
- },
5401
- "caret-square-right": {
5402
- "changes": [
5403
- "3.2",
5404
- "5.0.0"
5405
- ],
5406
- "ligatures": [],
5407
- "search": {
5408
- "terms": [
5409
- "caret-square-o-right",
5410
- "forward",
5411
- "next"
5412
- ]
5413
- },
5414
- "styles": [
5415
- "solid",
5416
- "regular"
5417
- ],
5418
- "unicode": "f152",
5419
- "label": "Caret Square Right",
5420
- "svg": {
5421
- "solid": {
5422
- "last_modified": 1500927880000,
5423
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z\"/></svg>",
5424
- "viewBox": [
5425
- "0",
5426
- "0",
5427
- "448",
5428
- "512"
5429
- ],
5430
- "width": 448,
5431
- "height": 512,
5432
- "path": "M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z"
5433
- },
5434
- "regular": {
5435
- "last_modified": 1500927880000,
5436
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M176 354.9V157.1c0-10.7 13-16.1 20.5-8.5l98.3 98.9c4.7 4.7 4.7 12.2 0 16.9l-98.3 98.9c-7.5 7.7-20.5 2.3-20.5-8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg>",
5437
- "viewBox": [
5438
- "0",
5439
- "0",
5440
- "448",
5441
- "512"
5442
- ],
5443
- "width": 448,
5444
- "height": 512,
5445
- "path": "M176 354.9V157.1c0-10.7 13-16.1 20.5-8.5l98.3 98.9c4.7 4.7 4.7 12.2 0 16.9l-98.3 98.9c-7.5 7.7-20.5 2.3-20.5-8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
5446
- }
5447
- }
5448
- },
5449
- "caret-square-up": {
5450
- "changes": [
5451
- "3.2",
5452
- "5.0.0"
5453
- ],
5454
- "ligatures": [],
5455
- "search": {
5456
- "terms": [
5457
- "caret-square-o-up"
5458
- ]
5459
- },
5460
- "styles": [
5461
- "solid",
5462
- "regular"
5463
- ],
5464
- "unicode": "f151",
5465
- "label": "Caret Square Up",
5466
- "svg": {
5467
- "solid": {
5468
- "last_modified": 1500927880000,
5469
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z\"/></svg>",
5470
- "viewBox": [
5471
- "0",
5472
- "0",
5473
- "448",
5474
- "512"
5475
- ],
5476
- "width": 448,
5477
- "height": 512,
5478
- "path": "M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z"
5479
- },
5480
- "regular": {
5481
- "last_modified": 1500927880000,
5482
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M322.9 304H125.1c-10.7 0-16.1-13-8.5-20.5l98.9-98.3c4.7-4.7 12.2-4.7 16.9 0l98.9 98.3c7.7 7.5 2.3 20.5-8.4 20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg>",
5483
- "viewBox": [
5484
- "0",
5485
- "0",
5486
- "448",
5487
- "512"
5488
- ],
5489
- "width": 448,
5490
- "height": 512,
5491
- "path": "M322.9 304H125.1c-10.7 0-16.1-13-8.5-20.5l98.9-98.3c4.7-4.7 12.2-4.7 16.9 0l98.9 98.3c7.7 7.5 2.3 20.5-8.4 20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
5492
- }
5493
- }
5494
- },
5495
- "caret-up": {
5496
- "changes": [
5497
- "2",
5498
- "5.0.0"
5499
- ],
5500
- "ligatures": [],
5501
- "search": {
5502
- "terms": [
5503
- "arrow",
5504
- "triangle up"
5505
- ]
5506
- },
5507
- "styles": [
5508
- "solid"
5509
- ],
5510
- "unicode": "f0d8",
5511
- "label": "Caret Up",
5512
- "svg": {
5513
- "solid": {
5514
- "last_modified": 1500927880000,
5515
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"/></svg>",
5516
- "viewBox": [
5517
- "0",
5518
- "0",
5519
- "320",
5520
- "512"
5521
- ],
5522
- "width": 320,
5523
- "height": 512,
5524
- "path": "M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"
5525
- }
5526
- }
5527
- },
5528
- "cart-arrow-down": {
5529
- "changes": [
5530
- "4.3",
5531
- "5.0.0"
5532
- ],
5533
- "ligatures": [],
5534
- "search": {
5535
- "terms": [
5536
- "shopping"
5537
- ]
5538
- },
5539
- "styles": [
5540
- "solid"
5541
- ],
5542
- "unicode": "f218",
5543
- "label": "Shopping Cart Arrow Down",
5544
- "svg": {
5545
- "solid": {
5546
- "last_modified": 1500927880000,
5547
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM403.029 192H360v-60c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v60h-43.029c-10.691 0-16.045 12.926-8.485 20.485l67.029 67.029c4.686 4.686 12.284 4.686 16.971 0l67.029-67.029c7.559-7.559 2.205-20.485-8.486-20.485z\"/></svg>",
5548
- "viewBox": [
5549
- "0",
5550
- "0",
5551
- "576",
5552
- "512"
5553
- ],
5554
- "width": 576,
5555
- "height": 512,
5556
- "path": "M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM403.029 192H360v-60c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v60h-43.029c-10.691 0-16.045 12.926-8.485 20.485l67.029 67.029c4.686 4.686 12.284 4.686 16.971 0l67.029-67.029c7.559-7.559 2.205-20.485-8.486-20.485z"
5557
- }
5558
- }
5559
- },
5560
- "cart-plus": {
5561
- "changes": [
5562
- "4.3",
5563
- "5.0.0"
5564
- ],
5565
- "ligatures": [],
5566
- "search": {
5567
- "terms": [
5568
- "add",
5569
- "shopping"
5570
- ]
5571
- },
5572
- "styles": [
5573
- "solid"
5574
- ],
5575
- "unicode": "f217",
5576
- "label": "Add to Shopping Cart",
5577
- "svg": {
5578
- "solid": {
5579
- "last_modified": 1500927880000,
5580
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM408 168h-48v-40c0-8.837-7.163-16-16-16h-16c-8.837 0-16 7.163-16 16v40h-48c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h48v40c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-40h48c8.837 0 16-7.163 16-16v-16c0-8.837-7.163-16-16-16z\"/></svg>",
5581
- "viewBox": [
5582
- "0",
5583
- "0",
5584
- "576",
5585
- "512"
5586
- ],
5587
- "width": 576,
5588
- "height": 512,
5589
- "path": "M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM408 168h-48v-40c0-8.837-7.163-16-16-16h-16c-8.837 0-16 7.163-16 16v40h-48c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h48v40c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-40h48c8.837 0 16-7.163 16-16v-16c0-8.837-7.163-16-16-16z"
5590
- }
5591
- }
5592
- },
5593
- "cc-amazon-pay": {
5594
- "changes": [
5595
- "5.0.2"
5596
- ],
5597
- "ligatures": [],
5598
- "search": {
5599
- "terms": []
5600
- },
5601
- "styles": [
5602
- "brands"
5603
- ],
5604
- "unicode": "f42d",
5605
- "label": "Amazon Pay Credit Card",
5606
- "svg": {
5607
- "brands": {
5608
- "last_modified": 1513713060430,
5609
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z\"/></svg>",
5610
- "viewBox": [
5611
- "0",
5612
- "0",
5613
- "576",
5614
- "512"
5615
- ],
5616
- "width": 576,
5617
- "height": 512,
5618
- "path": "M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z"
5619
- }
5620
- }
5621
- },
5622
- "cc-amex": {
5623
- "changes": [
5624
- "4.2",
5625
- "5.0.0"
5626
- ],
5627
- "ligatures": [],
5628
- "search": {
5629
- "terms": [
5630
- "amex"
5631
- ]
5632
- },
5633
- "styles": [
5634
- "brands"
5635
- ],
5636
- "unicode": "f1f3",
5637
- "label": "American Express Credit Card",
5638
- "svg": {
5639
- "brands": {
5640
- "last_modified": 1500927880000,
5641
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M576 255.4c-37.9-.2-44.2-.9-54.5 5v-5c-45.3 0-53.5-1.7-64.9 5.2v-5.2h-78.2v5.1c-11.4-6.5-21.4-5.1-75.7-5.1v5.6c-6.3-3.7-14.5-5.6-24.3-5.6h-58c-3.5 3.8-12.5 13.7-15.7 17.2-12.7-14.1-10.5-11.6-15.5-17.2h-83.1v92.3h82c3.3-3.5 12.9-13.9 16.1-17.4 12.7 14.3 10.3 11.7 15.4 17.4h48.9c0-14.7.1-8.3.1-23 11.5.2 24.3-.2 34.3-6.2 0 13.9-.1 17.1-.1 29.2h39.6c0-18.5.1-7.4.1-25.3 6.2 0 7.7 0 9.4.1.1 1.3 0 0 0 25.2 152.8 0 145.9 1.1 156.7-4.5v4.5c34.8 0 54.8 2.2 67.5-6.1V432c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V228.3h26.6c4.2-10.1 2.2-5.3 6.4-15.3h19.2c4.2 10 2.2 5.2 6.4 15.3h52.9v-11.4c2.2 5 1.1 2.5 5.1 11.4h29.5c2.4-5.5 2.6-5.8 5.1-11.4v11.4h135.5v-25.1c6.4 0 8-.1 9.8.2 0 0-.2 10.9.1 24.8h66.5v-8.9c7.4 5.9 17.4 8.9 29.7 8.9h26.8c4.2-10.1 2.2-5.3 6.4-15.3h19c6.5 15 .2.5 6.6 15.3h52.8v-21.9c11.8 19.7 7.8 12.9 13.2 21.9h41.6v-92h-39.9v18.4c-12.2-20.2-6.3-10.4-11.2-18.4h-43.3v20.6c-6.2-14.6-4.6-10.8-8.8-20.6h-32.4c-.4 0-2.3.2-2.3-.3h-27.6c-12.8 0-23.1 3.2-30.7 9.3v-9.3h-39.9v5.3c-10.8-6.1-20.7-5.1-64.4-5.3-.1 0-11.6-.1-11.6 0h-103c-2.5 6.1-6.8 16.4-12.6 30-2.8-6-11-23.8-13.9-30h-46V157c-7.4-17.4-4.7-11-9-21.1H22.9c-3.4 7.9-13.7 32-23.1 53.9V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48v175.4zm-186.6-80.6c-.3.2-1.4 2.2-1.4 7.6 0 6 .9 7.7 1.1 7.9.2.1 1.1.5 3.4.5l7.3-16.9c-1.1 0-2.1-.1-3.1-.1-5.6 0-7 .7-7.3 1zm-19.9 130.9c9.2 3.3 11 9.5 11 18.4l-.1 13.8h-16.6l.1-11.5c0-11.8-3.8-13.8-14.8-13.8h-17.6l-.1 25.3h-16.6l.1-69.3h39.4c13 0 27.1 2.3 27.1 18.7-.1 7.6-4.2 15.3-11.9 18.4zm-6.3-15.4c0-6.4-5.6-7.4-10.7-7.4h-21v15.6h20.7c5.6 0 11-1.3 11-8.2zm181.7-7.1H575v-14.6h-32.9c-12.8 0-23.8 6.6-23.8 20.7 0 33 42.7 12.8 42.7 27.4 0 5.1-4.3 6.4-8.4 6.4h-32l-.1 14.8h32c8.4 0 17.6-1.8 22.5-8.9v-25.8c-10.5-13.8-39.3-1.3-39.3-13.5 0-5.8 4.6-6.5 9.2-6.5zm-99.2-.3v-14.3h-55.2l-.1 69.3h55.2l.1-14.3-38.6-.3v-13.8H445v-14.1h-37.8v-12.5h38.5zm42.2 40.1h-32.2l-.1 14.8h32.2c14.8 0 26.2-5.6 26.2-22 0-33.2-42.9-11.2-42.9-26.3 0-5.6 4.9-6.4 9.2-6.4h30.4v-14.6h-33.2c-12.8 0-23.5 6.6-23.5 20.7 0 33 42.7 12.5 42.7 27.4-.1 5.4-4.7 6.4-8.8 6.4zm-78.1-158.7c-17.4-.3-33.2-4.1-33.2 19.7 0 11.8 2.8 19.9 16.1 19.9h7.4l23.5-54.5h24.8l27.9 65.4v-65.4h25.3l29.1 48.1v-48.1h16.9v69H524l-31.2-51.9v51.9h-33.7l-6.6-15.3h-34.3l-6.4 15.3h-19.2c-22.8 0-33-11.8-33-34 0-23.3 10.5-35.3 34-35.3h16.1v15.2zm14.3 24.5h22.8l-11.2-27.6-11.6 27.6zm-72.6-39.6h-16.9v69.3h16.9v-69.3zm-38.1 37.3c9.5 3.3 11 9.2 11 18.4v13.5h-16.6c-.3-14.8 3.6-25.1-14.8-25.1h-18v25.1h-16.4v-69.3l39.1.3c13.3 0 27.4 2 27.4 18.4.1 8-4.3 15.7-11.7 18.7zm-6.7-15.3c0-6.4-5.6-7.4-10.7-7.4h-21v15.3h20.7c5.7 0 11-1.3 11-7.9zm-59.5-7.4v-14.6h-55.5v69.3h55.5v-14.3h-38.9v-13.8h37.8v-14.1h-37.8v-12.5h38.9zm-84.6 54.7v-54.2l-24 54.2H124l-24-54.2v54.2H66.2l-6.4-15.3H25.3l-6.4 15.3H1l29.7-69.3h24.5l28.1 65.7v-65.7h27.1l21.7 47 19.7-47h27.6v69.3h-16.8zM53.9 188.8l-11.5-27.6-11.2 27.6h22.7zm253 102.5c0 27.9-30.4 23.3-49.3 23.3l-.1 23.3h-32.2l-20.4-23-21.3 23h-65.4l.1-69.3h66.5l20.5 22.8 21-22.8H279c15.6 0 27.9 5.4 27.9 22.7zm-112.7 11.8l-17.9-20.2h-41.7v12.5h36.3v14.1h-36.3v13.8h40.6l19-20.2zM241 276l-25.3 27.4 25.3 28.1V276zm48.3 15.3c0-6.1-4.6-8.4-10.2-8.4h-21.5v17.6h21.2c5.9 0 10.5-2.8 10.5-9.2z\"/></svg>",
5642
- "viewBox": [
5643
- "0",
5644
- "0",
5645
- "576",
5646
- "512"
5647
- ],
5648
- "width": 576,
5649
- "height": 512,
5650
- "path": "M576 255.4c-37.9-.2-44.2-.9-54.5 5v-5c-45.3 0-53.5-1.7-64.9 5.2v-5.2h-78.2v5.1c-11.4-6.5-21.4-5.1-75.7-5.1v5.6c-6.3-3.7-14.5-5.6-24.3-5.6h-58c-3.5 3.8-12.5 13.7-15.7 17.2-12.7-14.1-10.5-11.6-15.5-17.2h-83.1v92.3h82c3.3-3.5 12.9-13.9 16.1-17.4 12.7 14.3 10.3 11.7 15.4 17.4h48.9c0-14.7.1-8.3.1-23 11.5.2 24.3-.2 34.3-6.2 0 13.9-.1 17.1-.1 29.2h39.6c0-18.5.1-7.4.1-25.3 6.2 0 7.7 0 9.4.1.1 1.3 0 0 0 25.2 152.8 0 145.9 1.1 156.7-4.5v4.5c34.8 0 54.8 2.2 67.5-6.1V432c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V228.3h26.6c4.2-10.1 2.2-5.3 6.4-15.3h19.2c4.2 10 2.2 5.2 6.4 15.3h52.9v-11.4c2.2 5 1.1 2.5 5.1 11.4h29.5c2.4-5.5 2.6-5.8 5.1-11.4v11.4h135.5v-25.1c6.4 0 8-.1 9.8.2 0 0-.2 10.9.1 24.8h66.5v-8.9c7.4 5.9 17.4 8.9 29.7 8.9h26.8c4.2-10.1 2.2-5.3 6.4-15.3h19c6.5 15 .2.5 6.6 15.3h52.8v-21.9c11.8 19.7 7.8 12.9 13.2 21.9h41.6v-92h-39.9v18.4c-12.2-20.2-6.3-10.4-11.2-18.4h-43.3v20.6c-6.2-14.6-4.6-10.8-8.8-20.6h-32.4c-.4 0-2.3.2-2.3-.3h-27.6c-12.8 0-23.1 3.2-30.7 9.3v-9.3h-39.9v5.3c-10.8-6.1-20.7-5.1-64.4-5.3-.1 0-11.6-.1-11.6 0h-103c-2.5 6.1-6.8 16.4-12.6 30-2.8-6-11-23.8-13.9-30h-46V157c-7.4-17.4-4.7-11-9-21.1H22.9c-3.4 7.9-13.7 32-23.1 53.9V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48v175.4zm-186.6-80.6c-.3.2-1.4 2.2-1.4 7.6 0 6 .9 7.7 1.1 7.9.2.1 1.1.5 3.4.5l7.3-16.9c-1.1 0-2.1-.1-3.1-.1-5.6 0-7 .7-7.3 1zm-19.9 130.9c9.2 3.3 11 9.5 11 18.4l-.1 13.8h-16.6l.1-11.5c0-11.8-3.8-13.8-14.8-13.8h-17.6l-.1 25.3h-16.6l.1-69.3h39.4c13 0 27.1 2.3 27.1 18.7-.1 7.6-4.2 15.3-11.9 18.4zm-6.3-15.4c0-6.4-5.6-7.4-10.7-7.4h-21v15.6h20.7c5.6 0 11-1.3 11-8.2zm181.7-7.1H575v-14.6h-32.9c-12.8 0-23.8 6.6-23.8 20.7 0 33 42.7 12.8 42.7 27.4 0 5.1-4.3 6.4-8.4 6.4h-32l-.1 14.8h32c8.4 0 17.6-1.8 22.5-8.9v-25.8c-10.5-13.8-39.3-1.3-39.3-13.5 0-5.8 4.6-6.5 9.2-6.5zm-99.2-.3v-14.3h-55.2l-.1 69.3h55.2l.1-14.3-38.6-.3v-13.8H445v-14.1h-37.8v-12.5h38.5zm42.2 40.1h-32.2l-.1 14.8h32.2c14.8 0 26.2-5.6 26.2-22 0-33.2-42.9-11.2-42.9-26.3 0-5.6 4.9-6.4 9.2-6.4h30.4v-14.6h-33.2c-12.8 0-23.5 6.6-23.5 20.7 0 33 42.7 12.5 42.7 27.4-.1 5.4-4.7 6.4-8.8 6.4zm-78.1-158.7c-17.4-.3-33.2-4.1-33.2 19.7 0 11.8 2.8 19.9 16.1 19.9h7.4l23.5-54.5h24.8l27.9 65.4v-65.4h25.3l29.1 48.1v-48.1h16.9v69H524l-31.2-51.9v51.9h-33.7l-6.6-15.3h-34.3l-6.4 15.3h-19.2c-22.8 0-33-11.8-33-34 0-23.3 10.5-35.3 34-35.3h16.1v15.2zm14.3 24.5h22.8l-11.2-27.6-11.6 27.6zm-72.6-39.6h-16.9v69.3h16.9v-69.3zm-38.1 37.3c9.5 3.3 11 9.2 11 18.4v13.5h-16.6c-.3-14.8 3.6-25.1-14.8-25.1h-18v25.1h-16.4v-69.3l39.1.3c13.3 0 27.4 2 27.4 18.4.1 8-4.3 15.7-11.7 18.7zm-6.7-15.3c0-6.4-5.6-7.4-10.7-7.4h-21v15.3h20.7c5.7 0 11-1.3 11-7.9zm-59.5-7.4v-14.6h-55.5v69.3h55.5v-14.3h-38.9v-13.8h37.8v-14.1h-37.8v-12.5h38.9zm-84.6 54.7v-54.2l-24 54.2H124l-24-54.2v54.2H66.2l-6.4-15.3H25.3l-6.4 15.3H1l29.7-69.3h24.5l28.1 65.7v-65.7h27.1l21.7 47 19.7-47h27.6v69.3h-16.8zM53.9 188.8l-11.5-27.6-11.2 27.6h22.7zm253 102.5c0 27.9-30.4 23.3-49.3 23.3l-.1 23.3h-32.2l-20.4-23-21.3 23h-65.4l.1-69.3h66.5l20.5 22.8 21-22.8H279c15.6 0 27.9 5.4 27.9 22.7zm-112.7 11.8l-17.9-20.2h-41.7v12.5h36.3v14.1h-36.3v13.8h40.6l19-20.2zM241 276l-25.3 27.4 25.3 28.1V276zm48.3 15.3c0-6.1-4.6-8.4-10.2-8.4h-21.5v17.6h21.2c5.9 0 10.5-2.8 10.5-9.2z"
5651
- }
5652
- }
5653
- },
5654
- "cc-apple-pay": {
5655
- "changes": [
5656
- "5.0.0"
5657
- ],
5658
- "ligatures": [],
5659
- "search": {
5660
- "terms": []
5661
- },
5662
- "styles": [
5663
- "brands"
5664
- ],
5665
- "unicode": "f416",
5666
- "label": "Apple Pay Credit Card",
5667
- "svg": {
5668
- "brands": {
5669
- "last_modified": 1507669930671,
5670
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z\"/></svg>",
5671
- "viewBox": [
5672
- "0",
5673
- "0",
5674
- "576",
5675
- "512"
5676
- ],
5677
- "width": 576,
5678
- "height": 512,
5679
- "path": "M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z"
5680
- }
5681
- }
5682
- },
5683
- "cc-diners-club": {
5684
- "changes": [
5685
- "4.4",
5686
- "5.0.0"
5687
- ],
5688
- "ligatures": [],
5689
- "search": {
5690
- "terms": []
5691
- },
5692
- "styles": [
5693
- "brands"
5694
- ],
5695
- "unicode": "f24c",
5696
- "label": "Diner's Club Credit Card",
5697
- "svg": {
5698
- "brands": {
5699
- "last_modified": 1500927880000,
5700
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z\"/></svg>",
5701
- "viewBox": [
5702
- "0",
5703
- "0",
5704
- "576",
5705
- "512"
5706
- ],
5707
- "width": 576,
5708
- "height": 512,
5709
- "path": "M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z"
5710
- }
5711
- }
5712
- },
5713
- "cc-discover": {
5714
- "changes": [
5715
- "4.2",
5716
- "5.0.0"
5717
- ],
5718
- "ligatures": [],
5719
- "search": {
5720
- "terms": []
5721
- },
5722
- "styles": [
5723
- "brands"
5724
- ],
5725
- "unicode": "f1f2",
5726
- "label": "Discover Credit Card",
5727
- "svg": {
5728
- "brands": {
5729
- "last_modified": 1500927880000,
5730
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M83 212.1c0 7.9-3.2 15.5-8.9 20.7-4.9 4.4-11.6 6.4-21.9 6.4H48V185h4.2c10.3 0 16.7 1.7 21.9 6.6 5.7 5 8.9 12.6 8.9 20.5zM504.8 184h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8 0-7.9-5.5-12.1-15.6-12.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM428 253h45.3v-13.8H444V217h28.3v-13.8H444V185h29.3v-14H428v82zm-86.2-82l35 84.2h8.6l35.5-84.2h-17.5l-22.2 55.2-21.9-55.2h-17.5zm-83 41.6c0 24.6 19.9 44.6 44.6 44.6 24.6 0 44.6-19.9 44.6-44.6 0-24.6-19.9-44.6-44.6-44.6-24.6 0-44.6 19.9-44.6 44.6zm-68-.5c0 32.5 33.6 52.5 63.3 38.2v-19c-19.3 19.3-46.8 5.8-46.8-19.2 0-23.7 26.7-39.1 46.8-19v-19c-30.2-15-63.3 6.8-63.3 38zm-33.9 28.3c-7.6 0-13.8-3.7-17.5-10.8l-10.3 9.9c17.8 26.1 56.6 18.2 56.6-11.3 0-13.1-5.4-19-23.6-25.6-9.6-3.4-12.3-5.9-12.3-10.3 0-8.7 14.5-14.1 24.9-2.5l8.4-10.8c-19.1-17.1-49.7-8.9-49.7 14.3 0 11.3 5.2 17.2 20.2 22.7 25.7 9.1 14.7 24.4 3.3 24.4zm-57.4-28.3c0-24.1-18-41.1-44.1-41.1H32v82h23.4c30.9 0 44.1-22.4 44.1-40.9zm23.4-41.1h-16v82h16v-82zM544 288c-33.3 20.8-226.4 124.4-416 160h401c8.2 0 15-6.8 15-15V288zm0-35l-25.9-34.5c12.1-2.5 18.7-10.6 18.7-23.2 0-28.5-30.3-24.4-52.9-24.4v82h16v-32.8h2.2l22.2 32.8H544z\"/></svg>",
5731
- "viewBox": [
5732
- "0",
5733
- "0",
5734
- "576",
5735
- "512"
5736
- ],
5737
- "width": 576,
5738
- "height": 512,
5739
- "path": "M83 212.1c0 7.9-3.2 15.5-8.9 20.7-4.9 4.4-11.6 6.4-21.9 6.4H48V185h4.2c10.3 0 16.7 1.7 21.9 6.6 5.7 5 8.9 12.6 8.9 20.5zM504.8 184h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8 0-7.9-5.5-12.1-15.6-12.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM428 253h45.3v-13.8H444V217h28.3v-13.8H444V185h29.3v-14H428v82zm-86.2-82l35 84.2h8.6l35.5-84.2h-17.5l-22.2 55.2-21.9-55.2h-17.5zm-83 41.6c0 24.6 19.9 44.6 44.6 44.6 24.6 0 44.6-19.9 44.6-44.6 0-24.6-19.9-44.6-44.6-44.6-24.6 0-44.6 19.9-44.6 44.6zm-68-.5c0 32.5 33.6 52.5 63.3 38.2v-19c-19.3 19.3-46.8 5.8-46.8-19.2 0-23.7 26.7-39.1 46.8-19v-19c-30.2-15-63.3 6.8-63.3 38zm-33.9 28.3c-7.6 0-13.8-3.7-17.5-10.8l-10.3 9.9c17.8 26.1 56.6 18.2 56.6-11.3 0-13.1-5.4-19-23.6-25.6-9.6-3.4-12.3-5.9-12.3-10.3 0-8.7 14.5-14.1 24.9-2.5l8.4-10.8c-19.1-17.1-49.7-8.9-49.7 14.3 0 11.3 5.2 17.2 20.2 22.7 25.7 9.1 14.7 24.4 3.3 24.4zm-57.4-28.3c0-24.1-18-41.1-44.1-41.1H32v82h23.4c30.9 0 44.1-22.4 44.1-40.9zm23.4-41.1h-16v82h16v-82zM544 288c-33.3 20.8-226.4 124.4-416 160h401c8.2 0 15-6.8 15-15V288zm0-35l-25.9-34.5c12.1-2.5 18.7-10.6 18.7-23.2 0-28.5-30.3-24.4-52.9-24.4v82h16v-32.8h2.2l22.2 32.8H544z"
5740
- }
5741
- }
5742
- },
5743
- "cc-jcb": {
5744
- "changes": [
5745
- "4.4",
5746
- "5.0.0"
5747
- ],
5748
- "ligatures": [],
5749
- "search": {
5750
- "terms": []
5751
- },
5752
- "styles": [
5753
- "brands"
5754
- ],
5755
- "unicode": "f24b",
5756
- "label": "JCB Credit Card",
5757
- "svg": {
5758
- "brands": {
5759
- "last_modified": 1500927880000,
5760
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z\"/></svg>",
5761
- "viewBox": [
5762
- "0",
5763
- "0",
5764
- "576",
5765
- "512"
5766
- ],
5767
- "width": 576,
5768
- "height": 512,
5769
- "path": "M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z"
5770
- }
5771
- }
5772
- },
5773
- "cc-mastercard": {
5774
- "changes": [
5775
- "4.2",
5776
- "5.0.0"
5777
- ],
5778
- "ligatures": [],
5779
- "search": {
5780
- "terms": []
5781
- },
5782
- "styles": [
5783
- "brands"
5784
- ],
5785
- "unicode": "f1f1",
5786
- "label": "MasterCard Credit Card",
5787
- "svg": {
5788
- "brands": {
5789
- "last_modified": 1500927880000,
5790
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z\"/></svg>",
5791
- "viewBox": [
5792
- "0",
5793
- "0",
5794
- "576",
5795
- "512"
5796
- ],
5797
- "width": 576,
5798
- "height": 512,
5799
- "path": "M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z"
5800
- }
5801
- }
5802
- },
5803
- "cc-paypal": {
5804
- "changes": [
5805
- "4.2",
5806
- "5.0.0"
5807
- ],
5808
- "ligatures": [],
5809
- "search": {
5810
- "terms": []
5811
- },
5812
- "styles": [
5813
- "brands"
5814
- ],
5815
- "unicode": "f1f4",
5816
- "label": "Paypal Credit Card",
5817
- "svg": {
5818
- "brands": {
5819
- "last_modified": 1500927880000,
5820
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z\"/></svg>",
5821
- "viewBox": [
5822
- "0",
5823
- "0",
5824
- "576",
5825
- "512"
5826
- ],
5827
- "width": 576,
5828
- "height": 512,
5829
- "path": "M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z"
5830
- }
5831
- }
5832
- },
5833
- "cc-stripe": {
5834
- "changes": [
5835
- "4.2",
5836
- "5.0.0"
5837
- ],
5838
- "ligatures": [],
5839
- "search": {
5840
- "terms": []
5841
- },
5842
- "styles": [
5843
- "brands"
5844
- ],
5845
- "unicode": "f1f5",
5846
- "label": "Stripe Credit Card",
5847
- "svg": {
5848
- "brands": {
5849
- "last_modified": 1510266191926,
5850
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M396.9 256.5c0 19.1-8.8 33.4-21.9 33.4-8.3 0-13.3-3-16.8-6.7l-.2-52.8c3.7-4.1 8.8-7 17-7 12.9-.1 21.9 14.5 21.9 33.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM122.2 281.1c0-42.3-54.3-34.7-54.3-50.7 0-5.5 4.6-7.7 12.1-7.7 10.8 0 24.5 3.3 35.3 9.1v-33.4c-11.8-4.7-23.5-6.5-35.3-6.5-28.8 0-48 15-48 40.2 0 39.3 54 32.9 54 49.9 0 6.6-5.7 8.7-13.6 8.7-11.8 0-26.9-4.9-38.9-11.3v33.9c13.2 5.7 26.6 8.1 38.8 8.1 29.6-.2 49.9-14.7 49.9-40.3zm68.9-86.9h-27v-30.8l-34.7 7.4-.2 113.9c0 21 15.8 36.5 36.9 36.5 11.6 0 20.2-2.1 24.9-4.7v-28.9c-4.5 1.8-27 8.3-27-12.6v-50.5h27v-30.3zm73.8 0c-4.7-1.7-21.3-4.8-29.6 10.5l-2.2-10.5h-30.7v124.5h35.5v-84.4c8.4-11 22.6-8.9 27.1-7.4v-32.7zm44.2 0h-35.7v124.5h35.7V194.2zm0-47.3l-35.7 7.6v28.9l35.7-7.6v-28.9zm122.7 108.8c0-41.3-23.5-63.8-48.4-63.8-13.9 0-22.9 6.6-27.8 11.1l-1.8-8.8h-31.3V360l35.5-7.5.1-40.2c5.1 3.7 12.7 9 25.1 9 25.4-.1 48.6-20.5 48.6-65.6zm112.2 1.2c0-36.4-17.6-65.1-51.3-65.1-33.8 0-54.3 28.7-54.3 64.9 0 42.8 24.2 64.5 58.8 64.5 17 0 29.7-3.9 39.4-9.2v-28.6c-9.7 4.9-20.8 7.9-34.9 7.9-13.8 0-26-4.9-27.6-21.5h69.5c.1-2 .4-9.4.4-12.9zm-51.6-36.1c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7z\"/></svg>",
5851
- "viewBox": [
5852
- "0",
5853
- "0",
5854
- "576",
5855
- "512"
5856
- ],
5857
- "width": 576,
5858
- "height": 512,
5859
- "path": "M396.9 256.5c0 19.1-8.8 33.4-21.9 33.4-8.3 0-13.3-3-16.8-6.7l-.2-52.8c3.7-4.1 8.8-7 17-7 12.9-.1 21.9 14.5 21.9 33.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM122.2 281.1c0-42.3-54.3-34.7-54.3-50.7 0-5.5 4.6-7.7 12.1-7.7 10.8 0 24.5 3.3 35.3 9.1v-33.4c-11.8-4.7-23.5-6.5-35.3-6.5-28.8 0-48 15-48 40.2 0 39.3 54 32.9 54 49.9 0 6.6-5.7 8.7-13.6 8.7-11.8 0-26.9-4.9-38.9-11.3v33.9c13.2 5.7 26.6 8.1 38.8 8.1 29.6-.2 49.9-14.7 49.9-40.3zm68.9-86.9h-27v-30.8l-34.7 7.4-.2 113.9c0 21 15.8 36.5 36.9 36.5 11.6 0 20.2-2.1 24.9-4.7v-28.9c-4.5 1.8-27 8.3-27-12.6v-50.5h27v-30.3zm73.8 0c-4.7-1.7-21.3-4.8-29.6 10.5l-2.2-10.5h-30.7v124.5h35.5v-84.4c8.4-11 22.6-8.9 27.1-7.4v-32.7zm44.2 0h-35.7v124.5h35.7V194.2zm0-47.3l-35.7 7.6v28.9l35.7-7.6v-28.9zm122.7 108.8c0-41.3-23.5-63.8-48.4-63.8-13.9 0-22.9 6.6-27.8 11.1l-1.8-8.8h-31.3V360l35.5-7.5.1-40.2c5.1 3.7 12.7 9 25.1 9 25.4-.1 48.6-20.5 48.6-65.6zm112.2 1.2c0-36.4-17.6-65.1-51.3-65.1-33.8 0-54.3 28.7-54.3 64.9 0 42.8 24.2 64.5 58.8 64.5 17 0 29.7-3.9 39.4-9.2v-28.6c-9.7 4.9-20.8 7.9-34.9 7.9-13.8 0-26-4.9-27.6-21.5h69.5c.1-2 .4-9.4.4-12.9zm-51.6-36.1c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7z"
5860
- }
5861
- }
5862
- },
5863
- "cc-visa": {
5864
- "changes": [
5865
- "4.2",
5866
- "5.0.0"
5867
- ],
5868
- "ligatures": [],
5869
- "search": {
5870
- "terms": []
5871
- },
5872
- "styles": [
5873
- "brands"
5874
- ],
5875
- "unicode": "f1f0",
5876
- "label": "Visa Credit Card",
5877
- "svg": {
5878
- "brands": {
5879
- "last_modified": 1505492030000,
5880
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z\"/></svg>",
5881
- "viewBox": [
5882
- "0",
5883
- "0",
5884
- "576",
5885
- "512"
5886
- ],
5887
- "width": 576,
5888
- "height": 512,
5889
- "path": "M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z"
5890
- }
5891
- }
5892
- },
5893
- "centercode": {
5894
- "changes": [
5895
- "5.0.0"
5896
- ],
5897
- "ligatures": [],
5898
- "search": {
5899
- "terms": []
5900
- },
5901
- "styles": [
5902
- "brands"
5903
- ],
5904
- "unicode": "f380",
5905
- "label": "Centercode",
5906
- "svg": {
5907
- "brands": {
5908
- "last_modified": 1503937790000,
5909
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z\"/></svg>",
5910
- "viewBox": [
5911
- "0",
5912
- "0",
5913
- "512",
5914
- "512"
5915
- ],
5916
- "width": 512,
5917
- "height": 512,
5918
- "path": "M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z"
5919
- }
5920
- }
5921
- },
5922
- "certificate": {
5923
- "changes": [
5924
- "2",
5925
- "5.0.0"
5926
- ],
5927
- "ligatures": [],
5928
- "search": {
5929
- "terms": [
5930
- "badge",
5931
- "star"
5932
- ]
5933
- },
5934
- "styles": [
5935
- "solid"
5936
- ],
5937
- "unicode": "f0a3",
5938
- "label": "certificate",
5939
- "svg": {
5940
- "solid": {
5941
- "last_modified": 1500927880000,
5942
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z\"/></svg>",
5943
- "viewBox": [
5944
- "0",
5945
- "0",
5946
- "512",
5947
- "512"
5948
- ],
5949
- "width": 512,
5950
- "height": 512,
5951
- "path": "M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z"
5952
- }
5953
- }
5954
- },
5955
- "chalkboard": {
5956
- "changes": [
5957
- "5.0.13"
5958
- ],
5959
- "ligatures": [],
5960
- "search": {
5961
- "terms": [
5962
- "blackboard",
5963
- "learning",
5964
- "school",
5965
- "teaching",
5966
- "whiteboard",
5967
- "writing"
5968
- ]
5969
- },
5970
- "styles": [
5971
- "solid"
5972
- ],
5973
- "unicode": "f51b",
5974
- "label": "Chalkboard",
5975
- "svg": {
5976
- "solid": {
5977
- "last_modified": 1525967154565,
5978
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"/></svg>",
5979
- "viewBox": [
5980
- "0",
5981
- "0",
5982
- "640",
5983
- "512"
5984
- ],
5985
- "width": 640,
5986
- "height": 512,
5987
- "path": "M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"
5988
- }
5989
- }
5990
- },
5991
- "chalkboard-teacher": {
5992
- "changes": [
5993
- "5.0.13"
5994
- ],
5995
- "ligatures": [],
5996
- "search": {
5997
- "terms": [
5998
- "blackboard",
5999
- "instructor",
6000
- "learning",
6001
- "professor",
6002
- "school",
6003
- "whiteboard",
6004
- "writing"
6005
- ]
6006
- },
6007
- "styles": [
6008
- "solid"
6009
- ],
6010
- "unicode": "f51c",
6011
- "label": "Chalkboard Teacher",
6012
- "svg": {
6013
- "solid": {
6014
- "last_modified": 1525967154564,
6015
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z\"/></svg>",
6016
- "viewBox": [
6017
- "0",
6018
- "0",
6019
- "640",
6020
- "512"
6021
- ],
6022
- "width": 640,
6023
- "height": 512,
6024
- "path": "M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z"
6025
- }
6026
- }
6027
- },
6028
- "charging-station": {
6029
- "changes": [
6030
- "5.2.0"
6031
- ],
6032
- "ligatures": [],
6033
- "search": {
6034
- "terms": []
6035
- },
6036
- "styles": [
6037
- "solid"
6038
- ],
6039
- "unicode": "f5e7",
6040
- "label": "Charging Station",
6041
- "svg": {
6042
- "solid": {
6043
- "last_modified": 1532362831522,
6044
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z\"/></svg>",
6045
- "viewBox": [
6046
- "0",
6047
- "0",
6048
- "576",
6049
- "512"
6050
- ],
6051
- "width": 576,
6052
- "height": 512,
6053
- "path": "M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z"
6054
- }
6055
- }
6056
- },
6057
- "chart-area": {
6058
- "changes": [
6059
- "4.2",
6060
- "5.0.0"
6061
- ],
6062
- "ligatures": [],
6063
- "search": {
6064
- "terms": [
6065
- "analytics",
6066
- "area-chart",
6067
- "graph"
6068
- ]
6069
- },
6070
- "styles": [
6071
- "solid"
6072
- ],
6073
- "unicode": "f1fe",
6074
- "label": "Area Chart",
6075
- "svg": {
6076
- "solid": {
6077
- "last_modified": 1500927880000,
6078
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z\"/></svg>",
6079
- "viewBox": [
6080
- "0",
6081
- "0",
6082
- "512",
6083
- "512"
6084
- ],
6085
- "width": 512,
6086
- "height": 512,
6087
- "path": "M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z"
6088
- }
6089
- }
6090
- },
6091
- "chart-bar": {
6092
- "changes": [
6093
- "1",
6094
- "5.0.0"
6095
- ],
6096
- "ligatures": [],
6097
- "search": {
6098
- "terms": [
6099
- "analytics",
6100
- "bar-chart",
6101
- "graph"
6102
- ]
6103
- },
6104
- "styles": [
6105
- "solid",
6106
- "regular"
6107
- ],
6108
- "unicode": "f080",
6109
- "label": "Bar Chart",
6110
- "svg": {
6111
- "solid": {
6112
- "last_modified": 1500927880000,
6113
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zm-308-44v-72c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v72c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0V204c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v136c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v200c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0V108c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v232c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"/></svg>",
6114
- "viewBox": [
6115
- "0",
6116
- "0",
6117
- "512",
6118
- "512"
6119
- ],
6120
- "width": 512,
6121
- "height": 512,
6122
- "path": "M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zm-308-44v-72c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v72c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0V204c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v136c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v200c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0V108c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v232c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z"
6123
- },
6124
- "regular": {
6125
- "last_modified": 1500927880000,
6126
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M500 400c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v324h452zm-356-60v-72c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v72c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12zm96 0V140c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v200c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12zm96 0V204c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v136c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12zm96 0V108c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v232c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12z\"/></svg>",
6127
- "viewBox": [
6128
- "0",
6129
- "0",
6130
- "512",
6131
- "512"
6132
- ],
6133
- "width": 512,
6134
- "height": 512,
6135
- "path": "M500 400c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v324h452zm-356-60v-72c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v72c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12zm96 0V140c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v200c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12zm96 0V204c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v136c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12zm96 0V108c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v232c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12z"
6136
- }
6137
- }
6138
- },
6139
- "chart-line": {
6140
- "changes": [
6141
- "4.2",
6142
- "5.0.0"
6143
- ],
6144
- "ligatures": [],
6145
- "search": {
6146
- "terms": [
6147
- "activity",
6148
- "analytics",
6149
- "dashboard",
6150
- "graph",
6151
- "line-chart"
6152
- ]
6153
- },
6154
- "styles": [
6155
- "solid"
6156
- ],
6157
- "unicode": "f201",
6158
- "label": "Line Chart",
6159
- "svg": {
6160
- "solid": {
6161
- "last_modified": 1500927880000,
6162
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM456 96H344c-21.4 0-32.1 25.9-17 41l32.9 32.9-72 72.9-55.6-55.6c-4.7-4.7-12.2-4.7-16.9 0L96.4 305c-4.7 4.6-4.8 12.2-.2 16.9l28.5 29.4c4.7 4.8 12.4 4.9 17.1.1l82.1-82.1 55.5 55.5c4.7 4.7 12.3 4.7 17 0l109.2-109.2L439 249c15.1 15.1 41 4.4 41-17V120c0-13.3-10.7-24-24-24z\"/></svg>",
6163
- "viewBox": [
6164
- "0",
6165
- "0",
6166
- "512",
6167
- "512"
6168
- ],
6169
- "width": 512,
6170
- "height": 512,
6171
- "path": "M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM456 96H344c-21.4 0-32.1 25.9-17 41l32.9 32.9-72 72.9-55.6-55.6c-4.7-4.7-12.2-4.7-16.9 0L96.4 305c-4.7 4.6-4.8 12.2-.2 16.9l28.5 29.4c4.7 4.8 12.4 4.9 17.1.1l82.1-82.1 55.5 55.5c4.7 4.7 12.3 4.7 17 0l109.2-109.2L439 249c15.1 15.1 41 4.4 41-17V120c0-13.3-10.7-24-24-24z"
6172
- }
6173
- }
6174
- },
6175
- "chart-pie": {
6176
- "changes": [
6177
- "4.2",
6178
- "5.0.0"
6179
- ],
6180
- "ligatures": [],
6181
- "search": {
6182
- "terms": [
6183
- "analytics",
6184
- "graph",
6185
- "pie-chart"
6186
- ]
6187
- },
6188
- "styles": [
6189
- "solid"
6190
- ],
6191
- "unicode": "f200",
6192
- "label": "Pie Chart",
6193
- "svg": {
6194
- "solid": {
6195
- "last_modified": 1500927880000,
6196
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 12.3V240h227.7c6.9 0 12.3-5.8 12-12.7-6.4-122.4-104.5-220.6-227-227-6.9-.3-12.7 5.1-12.7 12zM552.7 288c6.9 0 12.3 5.8 12 12.7-2.8 53.2-23.2 105.6-61.2 147.8-4.6 5.1-12.6 5.4-17.5.5L325 288h227.7zM401 433c4.8 4.8 4.7 12.8-.4 17.3-42.6 38.4-99 61.7-160.8 61.7C107.6 511.9-.2 403.8 0 271.5.2 143.4 100.8 38.9 227.3 32.3c6.9-.4 12.7 5.1 12.7 12V272l161 161z\"/></svg>",
6197
- "viewBox": [
6198
- "0",
6199
- "0",
6200
- "576",
6201
- "512"
6202
- ],
6203
- "width": 576,
6204
- "height": 512,
6205
- "path": "M288 12.3V240h227.7c6.9 0 12.3-5.8 12-12.7-6.4-122.4-104.5-220.6-227-227-6.9-.3-12.7 5.1-12.7 12zM552.7 288c6.9 0 12.3 5.8 12 12.7-2.8 53.2-23.2 105.6-61.2 147.8-4.6 5.1-12.6 5.4-17.5.5L325 288h227.7zM401 433c4.8 4.8 4.7 12.8-.4 17.3-42.6 38.4-99 61.7-160.8 61.7C107.6 511.9-.2 403.8 0 271.5.2 143.4 100.8 38.9 227.3 32.3c6.9-.4 12.7 5.1 12.7 12V272l161 161z"
6206
- }
6207
- }
6208
- },
6209
- "check": {
6210
- "changes": [
6211
- "1",
6212
- "5.0.0"
6213
- ],
6214
- "ligatures": [],
6215
- "search": {
6216
- "terms": [
6217
- "accept",
6218
- "agree",
6219
- "checkmark",
6220
- "confirm",
6221
- "correct",
6222
- "done",
6223
- "notice",
6224
- "notification",
6225
- "notify",
6226
- "ok",
6227
- "select",
6228
- "success",
6229
- "tick",
6230
- "todo",
6231
- "yes"
6232
- ]
6233
- },
6234
- "styles": [
6235
- "solid"
6236
- ],
6237
- "unicode": "f00c",
6238
- "label": "Check",
6239
- "svg": {
6240
- "solid": {
6241
- "last_modified": 1500927880000,
6242
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"/></svg>",
6243
- "viewBox": [
6244
- "0",
6245
- "0",
6246
- "512",
6247
- "512"
6248
- ],
6249
- "width": 512,
6250
- "height": 512,
6251
- "path": "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
6252
- }
6253
- }
6254
- },
6255
- "check-circle": {
6256
- "changes": [
6257
- "1",
6258
- "5.0.0"
6259
- ],
6260
- "ligatures": [],
6261
- "search": {
6262
- "terms": [
6263
- "accept",
6264
- "agree",
6265
- "confirm",
6266
- "correct",
6267
- "done",
6268
- "ok",
6269
- "select",
6270
- "success",
6271
- "todo",
6272
- "yes"
6273
- ]
6274
- },
6275
- "styles": [
6276
- "solid",
6277
- "regular"
6278
- ],
6279
- "unicode": "f058",
6280
- "label": "Check Circle",
6281
- "svg": {
6282
- "solid": {
6283
- "last_modified": 1521653821446,
6284
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"/></svg>",
6285
- "viewBox": [
6286
- "0",
6287
- "0",
6288
- "512",
6289
- "512"
6290
- ],
6291
- "width": 512,
6292
- "height": 512,
6293
- "path": "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"
6294
- },
6295
- "regular": {
6296
- "last_modified": 1500927880000,
6297
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"/></svg>",
6298
- "viewBox": [
6299
- "0",
6300
- "0",
6301
- "512",
6302
- "512"
6303
- ],
6304
- "width": 512,
6305
- "height": 512,
6306
- "path": "M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"
6307
- }
6308
- }
6309
- },
6310
- "check-double": {
6311
- "changes": [
6312
- "5.1.0"
6313
- ],
6314
- "ligatures": [],
6315
- "search": {
6316
- "terms": [
6317
- "accept",
6318
- "agree",
6319
- "checkmark",
6320
- "confirm",
6321
- "correct",
6322
- "done",
6323
- "notice",
6324
- "notification",
6325
- "notify",
6326
- "ok",
6327
- "select",
6328
- "success",
6329
- "tick",
6330
- "todo"
6331
- ]
6332
- },
6333
- "styles": [
6334
- "solid"
6335
- ],
6336
- "unicode": "f560",
6337
- "label": "Check Double",
6338
- "svg": {
6339
- "solid": {
6340
- "last_modified": 1529520111651,
6341
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.5 171.95l-36.2-36.41c-10-10.05-26.21-10.05-36.2 0L192 377.02 79.9 264.28c-10-10.06-26.21-10.06-36.2 0L7.5 300.69c-10 10.05-10 26.36 0 36.41l166.4 167.36c10 10.06 26.21 10.06 36.2 0l294.4-296.09c10-10.06 10-26.36 0-36.42zM166.57 282.71c6.84 7.02 18.18 7.02 25.21.18L403.85 72.62c7.02-6.84 7.02-18.18.18-25.21L362.08 5.29c-6.84-7.02-18.18-7.02-25.21-.18L179.71 161.19l-68.23-68.77c-6.84-7.02-18.18-7.02-25.2-.18l-42.13 41.77c-7.02 6.84-7.02 18.18-.18 25.2l122.6 123.5z\"/></svg>",
6342
- "viewBox": [
6343
- "0",
6344
- "0",
6345
- "512",
6346
- "512"
6347
- ],
6348
- "width": 512,
6349
- "height": 512,
6350
- "path": "M504.5 171.95l-36.2-36.41c-10-10.05-26.21-10.05-36.2 0L192 377.02 79.9 264.28c-10-10.06-26.21-10.06-36.2 0L7.5 300.69c-10 10.05-10 26.36 0 36.41l166.4 167.36c10 10.06 26.21 10.06 36.2 0l294.4-296.09c10-10.06 10-26.36 0-36.42zM166.57 282.71c6.84 7.02 18.18 7.02 25.21.18L403.85 72.62c7.02-6.84 7.02-18.18.18-25.21L362.08 5.29c-6.84-7.02-18.18-7.02-25.21-.18L179.71 161.19l-68.23-68.77c-6.84-7.02-18.18-7.02-25.2-.18l-42.13 41.77c-7.02 6.84-7.02 18.18-.18 25.2l122.6 123.5z"
6351
- }
6352
- }
6353
- },
6354
- "check-square": {
6355
- "changes": [
6356
- "3.1",
6357
- "5.0.0"
6358
- ],
6359
- "ligatures": [],
6360
- "search": {
6361
- "terms": [
6362
- "accept",
6363
- "agree",
6364
- "checkmark",
6365
- "confirm",
6366
- "correct",
6367
- "done",
6368
- "ok",
6369
- "select",
6370
- "success",
6371
- "todo",
6372
- "yes"
6373
- ]
6374
- },
6375
- "styles": [
6376
- "solid",
6377
- "regular"
6378
- ],
6379
- "unicode": "f14a",
6380
- "label": "Check Square",
6381
- "svg": {
6382
- "solid": {
6383
- "last_modified": 1500927880000,
6384
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z\"/></svg>",
6385
- "viewBox": [
6386
- "0",
6387
- "0",
6388
- "448",
6389
- "512"
6390
- ],
6391
- "width": 448,
6392
- "height": 512,
6393
- "path": "M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z"
6394
- },
6395
- "regular": {
6396
- "last_modified": 1500927880000,
6397
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"/></svg>",
6398
- "viewBox": [
6399
- "0",
6400
- "0",
6401
- "448",
6402
- "512"
6403
- ],
6404
- "width": 448,
6405
- "height": 512,
6406
- "path": "M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z"
6407
- }
6408
- }
6409
- },
6410
- "chess": {
6411
- "changes": [
6412
- "5.0.5"
6413
- ],
6414
- "ligatures": [],
6415
- "search": {
6416
- "terms": []
6417
- },
6418
- "styles": [
6419
- "solid"
6420
- ],
6421
- "unicode": "f439",
6422
- "label": "Chess",
6423
- "svg": {
6424
- "solid": {
6425
- "last_modified": 1518899527992,
6426
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M199.821 217.633a6 6 0 0 1 6 6l-.001 20.766a6 6 0 0 1-6 6h-25.805c0 31.715-2.153 96.201 17.398 153.229H64.597C84.54 345.452 82.02 279.245 82.02 250.399H56.183a6 6 0 0 1-6-6l.002-20.766a6 6 0 0 1 6-6h143.636zM41.554 115.088l34.58 95.071h103.734l34.572-95.072c2.846-7.826-2.95-16.101-11.278-16.101H152v-30.22h21.57a6 6 0 0 0 6-6V40.383a6 6 0 0 0-6-6h-28.367V6a6 6 0 0 0-6-6H116.82a6 6 0 0 0-6 6v28.383H82.421a6 6 0 0 0-6 6v22.383a6 6 0 0 0 6 6H104v30.219H52.831c-8.328.001-14.124 8.276-11.277 16.103zM222.678 445.17v-28.067a6 6 0 0 0-6-6H39.322a6 6 0 0 0-6 6v28.067l-22.148 14.164a6 6 0 0 0-2.767 5.055V506a6 6 0 0 0 6 6h227.187a6 6 0 0 0 6-6v-41.612a6 6 0 0 0-2.767-5.055l-22.149-14.163zm90.578-144.225l24.88 16.963c.09 18.124-.167 63.904-11.905 114.522h147.526c-11.713-50.475-11.969-96.324-11.882-114.537l24.859-16.949a3.856 3.856 0 0 0 1.684-3.187v-69.901a3.857 3.857 0 0 0-3.857-3.857h-27.655a3.857 3.857 0 0 0-3.857 3.857v31.514h-22.737v-31.514a3.857 3.857 0 0 0-3.858-3.857h-52.918a3.857 3.857 0 0 0-3.857 3.857v31.514h-22.737v-31.514a3.857 3.857 0 0 0-3.857-3.857H315.43a3.857 3.857 0 0 0-3.857 3.857v69.901a3.855 3.855 0 0 0 1.683 3.188zm71.585 51.906c0-8.372 6.787-15.158 15.159-15.158s15.158 6.787 15.158 15.158v30.318h-30.317v-30.318zM504.62 470.059l-13.664-10.639v-15.552a3.857 3.857 0 0 0-3.857-3.857H312.915a3.857 3.857 0 0 0-3.857 3.857v15.552l-13.677 10.639a3.857 3.857 0 0 0-1.488 3.044v35.039a3.857 3.857 0 0 0 3.857 3.857h204.5a3.857 3.857 0 0 0 3.857-3.857v-35.04a3.859 3.859 0 0 0-1.487-3.043z\"/></svg>",
6427
- "viewBox": [
6428
- "0",
6429
- "0",
6430
- "512",
6431
- "512"
6432
- ],
6433
- "width": 512,
6434
- "height": 512,
6435
- "path": "M199.821 217.633a6 6 0 0 1 6 6l-.001 20.766a6 6 0 0 1-6 6h-25.805c0 31.715-2.153 96.201 17.398 153.229H64.597C84.54 345.452 82.02 279.245 82.02 250.399H56.183a6 6 0 0 1-6-6l.002-20.766a6 6 0 0 1 6-6h143.636zM41.554 115.088l34.58 95.071h103.734l34.572-95.072c2.846-7.826-2.95-16.101-11.278-16.101H152v-30.22h21.57a6 6 0 0 0 6-6V40.383a6 6 0 0 0-6-6h-28.367V6a6 6 0 0 0-6-6H116.82a6 6 0 0 0-6 6v28.383H82.421a6 6 0 0 0-6 6v22.383a6 6 0 0 0 6 6H104v30.219H52.831c-8.328.001-14.124 8.276-11.277 16.103zM222.678 445.17v-28.067a6 6 0 0 0-6-6H39.322a6 6 0 0 0-6 6v28.067l-22.148 14.164a6 6 0 0 0-2.767 5.055V506a6 6 0 0 0 6 6h227.187a6 6 0 0 0 6-6v-41.612a6 6 0 0 0-2.767-5.055l-22.149-14.163zm90.578-144.225l24.88 16.963c.09 18.124-.167 63.904-11.905 114.522h147.526c-11.713-50.475-11.969-96.324-11.882-114.537l24.859-16.949a3.856 3.856 0 0 0 1.684-3.187v-69.901a3.857 3.857 0 0 0-3.857-3.857h-27.655a3.857 3.857 0 0 0-3.857 3.857v31.514h-22.737v-31.514a3.857 3.857 0 0 0-3.858-3.857h-52.918a3.857 3.857 0 0 0-3.857 3.857v31.514h-22.737v-31.514a3.857 3.857 0 0 0-3.857-3.857H315.43a3.857 3.857 0 0 0-3.857 3.857v69.901a3.855 3.855 0 0 0 1.683 3.188zm71.585 51.906c0-8.372 6.787-15.158 15.159-15.158s15.158 6.787 15.158 15.158v30.318h-30.317v-30.318zM504.62 470.059l-13.664-10.639v-15.552a3.857 3.857 0 0 0-3.857-3.857H312.915a3.857 3.857 0 0 0-3.857 3.857v15.552l-13.677 10.639a3.857 3.857 0 0 0-1.488 3.044v35.039a3.857 3.857 0 0 0 3.857 3.857h204.5a3.857 3.857 0 0 0 3.857-3.857v-35.04a3.859 3.859 0 0 0-1.487-3.043z"
6436
- }
6437
- }
6438
- },
6439
- "chess-bishop": {
6440
- "changes": [
6441
- "5.0.5"
6442
- ],
6443
- "ligatures": [],
6444
- "search": {
6445
- "terms": []
6446
- },
6447
- "styles": [
6448
- "solid"
6449
- ],
6450
- "unicode": "f43a",
6451
- "label": "Chess Bishop",
6452
- "svg": {
6453
- "solid": {
6454
- "last_modified": 1518899527988,
6455
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M123.158 77.881C107.369 72.53 96 57.597 96 40c0-22.091 17.909-40 40-40h47.796c22.091 0 40 17.909 40 40 0 17.541-11.295 32.434-27.005 37.829 23.993 16.657 48.577 46.839 68.703 82.05L144.929 280.443a6 6 0 0 0 0 8.485l14.142 14.142a6 6 0 0 0 8.485 0L280.9 189.726c17.758 38.297 29.371 79.443 29.371 114.273 0 53.786-22.897 75.788-58.446 86.033V448H68.174v-57.97C32.631 379.784 9.739 357.781 9.739 304c0-78.029 58.281-187.766 113.419-226.119zM320 500v-24c0-6.627-5.373-12-12-12H12c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12z\"/></svg>",
6456
- "viewBox": [
6457
- "0",
6458
- "0",
6459
- "320",
6460
- "512"
6461
- ],
6462
- "width": 320,
6463
- "height": 512,
6464
- "path": "M123.158 77.881C107.369 72.53 96 57.597 96 40c0-22.091 17.909-40 40-40h47.796c22.091 0 40 17.909 40 40 0 17.541-11.295 32.434-27.005 37.829 23.993 16.657 48.577 46.839 68.703 82.05L144.929 280.443a6 6 0 0 0 0 8.485l14.142 14.142a6 6 0 0 0 8.485 0L280.9 189.726c17.758 38.297 29.371 79.443 29.371 114.273 0 53.786-22.897 75.788-58.446 86.033V448H68.174v-57.97C32.631 379.784 9.739 357.781 9.739 304c0-78.029 58.281-187.766 113.419-226.119zM320 500v-24c0-6.627-5.373-12-12-12H12c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12z"
6465
- }
6466
- }
6467
- },
6468
- "chess-board": {
6469
- "changes": [
6470
- "5.0.5"
6471
- ],
6472
- "ligatures": [],
6473
- "search": {
6474
- "terms": []
6475
- },
6476
- "styles": [
6477
- "solid"
6478
- ],
6479
- "unicode": "f43c",
6480
- "label": "Chess Board",
6481
- "svg": {
6482
- "solid": {
6483
- "last_modified": 1518899527988,
6484
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 256v64h-64v-64h64zm0-256h-64v64h64V0zm0 256h64v-64h-64v64zM384 0h-64v64h64V0zm0 512h64v-64h-64v64zm128-64v-64h-64v64h64zm-384 64h64v-64h-64v64zm0-512H64v64h64V0zm384 192v-64h-64v64h64zm0 128v-64h-64v64h64zM0 512h64v-64H0v64zM0 64v64h64V64H0zm0 128v64h64v-64H0zm0 128v64h64v-64H0zm256 192h64v-64h-64v64zm-64-128v64h64v-64h-64zm64-192v-64h-64v64h64zM64 384v64h64v-64H64zm64-128H64v64h64v-64zm256 128h64v-64h-64v64zM512 0h-64v64h64V0zM384 256h64v-64h-64v64zm0-192v64h64V64h-64zm-64 320v64h64v-64h-64zm-192-64v64h64v-64h-64zm128 0v64h64v-64h-64zm-64-128h-64v64h64v-64zm-64-64H64v64h64v-64zm192 192h64v-64h-64v64zM192 128V64h-64v64h64zm128 0V64h-64v64h64zm0 64h64v-64h-64v64z\"/></svg>",
6485
- "viewBox": [
6486
- "0",
6487
- "0",
6488
- "512",
6489
- "512"
6490
- ],
6491
- "width": 512,
6492
- "height": 512,
6493
- "path": "M256 256v64h-64v-64h64zm0-256h-64v64h64V0zm0 256h64v-64h-64v64zM384 0h-64v64h64V0zm0 512h64v-64h-64v64zm128-64v-64h-64v64h64zm-384 64h64v-64h-64v64zm0-512H64v64h64V0zm384 192v-64h-64v64h64zm0 128v-64h-64v64h64zM0 512h64v-64H0v64zM0 64v64h64V64H0zm0 128v64h64v-64H0zm0 128v64h64v-64H0zm256 192h64v-64h-64v64zm-64-128v64h64v-64h-64zm64-192v-64h-64v64h64zM64 384v64h64v-64H64zm64-128H64v64h64v-64zm256 128h64v-64h-64v64zM512 0h-64v64h64V0zM384 256h64v-64h-64v64zm0-192v64h64V64h-64zm-64 320v64h64v-64h-64zm-192-64v64h64v-64h-64zm128 0v64h64v-64h-64zm-64-128h-64v64h64v-64zm-64-64H64v64h64v-64zm192 192h64v-64h-64v64zM192 128V64h-64v64h64zm128 0V64h-64v64h64zm0 64h64v-64h-64v64z"
6494
- }
6495
- }
6496
- },
6497
- "chess-king": {
6498
- "changes": [
6499
- "5.0.5"
6500
- ],
6501
- "ligatures": [],
6502
- "search": {
6503
- "terms": []
6504
- },
6505
- "styles": [
6506
- "solid"
6507
- ],
6508
- "unicode": "f43f",
6509
- "label": "Chess King",
6510
- "svg": {
6511
- "solid": {
6512
- "last_modified": 1518899527989,
6513
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 476v24c0 6.627-5.373 12-12 12H44c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12zm-8.033-324H248v-48h50a6 6 0 0 0 6-6V62a6 6 0 0 0-6-6h-50V6a6 6 0 0 0-6-6h-36a6 6 0 0 0-6 6v50h-50a6 6 0 0 0-6 6v36a6 6 0 0 0 6 6h50v48H40.033c-27.574 0-46.879 27.244-37.738 53.259L87.582 448h272.836l85.287-242.741C454.846 179.244 435.541 152 407.967 152z\"/></svg>",
6514
- "viewBox": [
6515
- "0",
6516
- "0",
6517
- "448",
6518
- "512"
6519
- ],
6520
- "width": 448,
6521
- "height": 512,
6522
- "path": "M416 476v24c0 6.627-5.373 12-12 12H44c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12zm-8.033-324H248v-48h50a6 6 0 0 0 6-6V62a6 6 0 0 0-6-6h-50V6a6 6 0 0 0-6-6h-36a6 6 0 0 0-6 6v50h-50a6 6 0 0 0-6 6v36a6 6 0 0 0 6 6h50v48H40.033c-27.574 0-46.879 27.244-37.738 53.259L87.582 448h272.836l85.287-242.741C454.846 179.244 435.541 152 407.967 152z"
6523
- }
6524
- }
6525
- },
6526
- "chess-knight": {
6527
- "changes": [
6528
- "5.0.5"
6529
- ],
6530
- "ligatures": [],
6531
- "search": {
6532
- "terms": []
6533
- },
6534
- "styles": [
6535
- "solid"
6536
- ],
6537
- "unicode": "f441",
6538
- "label": "Chess Knight",
6539
- "svg": {
6540
- "solid": {
6541
- "last_modified": 1518899527990,
6542
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M352 224v224H32v-46.557c0-30.302 17.12-58.003 44.223-71.554l57.243-28.622A48 48 0 0 0 160 258.334V208l-22.127 11.063a23.996 23.996 0 0 0-12.55 15.645l-11.835 47.338a12 12 0 0 1-7.185 8.231l-29.601 11.84a11.998 11.998 0 0 1-9.33-.176L7.126 275.167A12 12 0 0 1 0 264.201v-158.26c0-6.365 2.529-12.47 7.03-16.971L16 80 1.789 51.578A16.937 16.937 0 0 1 0 44c0-6.627 5.373-12 12-12h148c106.039 0 192 85.961 192 192zm20 240H12c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12zM52 128c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z\"/></svg>",
6543
- "viewBox": [
6544
- "0",
6545
- "0",
6546
- "384",
6547
- "512"
6548
- ],
6549
- "width": 384,
6550
- "height": 512,
6551
- "path": "M352 224v224H32v-46.557c0-30.302 17.12-58.003 44.223-71.554l57.243-28.622A48 48 0 0 0 160 258.334V208l-22.127 11.063a23.996 23.996 0 0 0-12.55 15.645l-11.835 47.338a12 12 0 0 1-7.185 8.231l-29.601 11.84a11.998 11.998 0 0 1-9.33-.176L7.126 275.167A12 12 0 0 1 0 264.201v-158.26c0-6.365 2.529-12.47 7.03-16.971L16 80 1.789 51.578A16.937 16.937 0 0 1 0 44c0-6.627 5.373-12 12-12h148c106.039 0 192 85.961 192 192zm20 240H12c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12zM52 128c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z"
6552
- }
6553
- }
6554
- },
6555
- "chess-pawn": {
6556
- "changes": [
6557
- "5.0.5"
6558
- ],
6559
- "ligatures": [],
6560
- "search": {
6561
- "terms": []
6562
- },
6563
- "styles": [
6564
- "solid"
6565
- ],
6566
- "unicode": "f443",
6567
- "label": "Chess Pawn",
6568
- "svg": {
6569
- "solid": {
6570
- "last_modified": 1518899527990,
6571
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M264 448H56s60-42.743 60-176H84c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h40.209C95.721 210.56 76 181.588 76 148c0-46.392 37.608-84 84-84s84 37.608 84 84c0 33.588-19.721 62.56-48.209 76H236c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12h-32c0 133.257 60 176 60 176zm28 16H28c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h264c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12z\"/></svg>",
6572
- "viewBox": [
6573
- "0",
6574
- "0",
6575
- "320",
6576
- "512"
6577
- ],
6578
- "width": 320,
6579
- "height": 512,
6580
- "path": "M264 448H56s60-42.743 60-176H84c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h40.209C95.721 210.56 76 181.588 76 148c0-46.392 37.608-84 84-84s84 37.608 84 84c0 33.588-19.721 62.56-48.209 76H236c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12h-32c0 133.257 60 176 60 176zm28 16H28c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h264c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12z"
6581
- }
6582
- }
6583
- },
6584
- "chess-queen": {
6585
- "changes": [
6586
- "5.0.5"
6587
- ],
6588
- "ligatures": [],
6589
- "search": {
6590
- "terms": []
6591
- },
6592
- "styles": [
6593
- "solid"
6594
- ],
6595
- "unicode": "f445",
6596
- "label": "Chess Queen",
6597
- "svg": {
6598
- "solid": {
6599
- "last_modified": 1518899527991,
6600
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M436 512H76c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12zM255.579 0c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zm204.568 154.634c-5.768-3.045-12.916-.932-16.082 4.77-8.616 15.516-22.747 37.801-44.065 37.801-28.714 0-30.625-19.804-31.686-57.542-.183-6.492-5.501-11.664-11.995-11.664h-41.006c-5.175 0-9.754 3.328-11.388 8.238-8.89 26.709-26.073 40.992-47.925 40.992s-39.034-14.283-47.925-40.992c-1.634-4.91-6.213-8.238-11.388-8.238h-41.005c-6.495 0-11.813 5.174-11.995 11.667-1.052 37.642-2.934 57.539-31.688 57.539-20.691 0-33.817-20.224-44.425-38.025-3.266-5.48-10.258-7.431-15.899-4.453l-39.179 20.679a12 12 0 0 0-5.51 15.145L112 448h288l105.014-257.448a12 12 0 0 0-5.51-15.145l-39.357-20.773z\"/></svg>",
6601
- "viewBox": [
6602
- "0",
6603
- "0",
6604
- "512",
6605
- "512"
6606
- ],
6607
- "width": 512,
6608
- "height": 512,
6609
- "path": "M436 512H76c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12zM255.579 0c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zm204.568 154.634c-5.768-3.045-12.916-.932-16.082 4.77-8.616 15.516-22.747 37.801-44.065 37.801-28.714 0-30.625-19.804-31.686-57.542-.183-6.492-5.501-11.664-11.995-11.664h-41.006c-5.175 0-9.754 3.328-11.388 8.238-8.89 26.709-26.073 40.992-47.925 40.992s-39.034-14.283-47.925-40.992c-1.634-4.91-6.213-8.238-11.388-8.238h-41.005c-6.495 0-11.813 5.174-11.995 11.667-1.052 37.642-2.934 57.539-31.688 57.539-20.691 0-33.817-20.224-44.425-38.025-3.266-5.48-10.258-7.431-15.899-4.453l-39.179 20.679a12 12 0 0 0-5.51 15.145L112 448h288l105.014-257.448a12 12 0 0 0-5.51-15.145l-39.357-20.773z"
6610
- }
6611
- }
6612
- },
6613
- "chess-rook": {
6614
- "changes": [
6615
- "5.0.5"
6616
- ],
6617
- "ligatures": [],
6618
- "search": {
6619
- "terms": []
6620
- },
6621
- "styles": [
6622
- "solid"
6623
- ],
6624
- "unicode": "f447",
6625
- "label": "Chess Rook",
6626
- "svg": {
6627
- "solid": {
6628
- "last_modified": 1518899527992,
6629
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M81.241 215.027C80.957 258.92 77.411 348.076 48 448h287.982c-29.4-99.604-32.936-188.912-33.221-232.975l45.418-42.312a11.998 11.998 0 0 0 3.82-8.78V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v44h-48V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v44H96V44c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v119.932c0 3.33 1.384 6.51 3.82 8.78l45.421 42.315zM160 256c0-17.673 14.327-32 32-32 17.673 0 32 14.327 32 32v64.004h-64V256zm224 220v24c0 6.627-5.373 12-12 12H12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12z\"/></svg>",
6630
- "viewBox": [
6631
- "0",
6632
- "0",
6633
- "384",
6634
- "512"
6635
- ],
6636
- "width": 384,
6637
- "height": 512,
6638
- "path": "M81.241 215.027C80.957 258.92 77.411 348.076 48 448h287.982c-29.4-99.604-32.936-188.912-33.221-232.975l45.418-42.312a11.998 11.998 0 0 0 3.82-8.78V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v44h-48V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v44H96V44c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v119.932c0 3.33 1.384 6.51 3.82 8.78l45.421 42.315zM160 256c0-17.673 14.327-32 32-32 17.673 0 32 14.327 32 32v64.004h-64V256zm224 220v24c0 6.627-5.373 12-12 12H12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12z"
6639
- }
6640
- }
6641
- },
6642
- "chevron-circle-down": {
6643
- "changes": [
6644
- "3.1",
6645
- "5.0.0"
6646
- ],
6647
- "ligatures": [],
6648
- "search": {
6649
- "terms": [
6650
- "arrow",
6651
- "dropdown",
6652
- "menu",
6653
- "more"
6654
- ]
6655
- },
6656
- "styles": [
6657
- "solid"
6658
- ],
6659
- "unicode": "f13a",
6660
- "label": "Chevron Circle Down",
6661
- "svg": {
6662
- "solid": {
6663
- "last_modified": 1500927880000,
6664
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z\"/></svg>",
6665
- "viewBox": [
6666
- "0",
6667
- "0",
6668
- "512",
6669
- "512"
6670
- ],
6671
- "width": 512,
6672
- "height": 512,
6673
- "path": "M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z"
6674
- }
6675
- }
6676
- },
6677
- "chevron-circle-left": {
6678
- "changes": [
6679
- "3.1",
6680
- "5.0.0"
6681
- ],
6682
- "ligatures": [],
6683
- "search": {
6684
- "terms": [
6685
- "arrow",
6686
- "back",
6687
- "previous"
6688
- ]
6689
- },
6690
- "styles": [
6691
- "solid"
6692
- ],
6693
- "unicode": "f137",
6694
- "label": "Chevron Circle Left",
6695
- "svg": {
6696
- "solid": {
6697
- "last_modified": 1500927880000,
6698
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z\"/></svg>",
6699
- "viewBox": [
6700
- "0",
6701
- "0",
6702
- "512",
6703
- "512"
6704
- ],
6705
- "width": 512,
6706
- "height": 512,
6707
- "path": "M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z"
6708
- }
6709
- }
6710
- },
6711
- "chevron-circle-right": {
6712
- "changes": [
6713
- "3.1",
6714
- "5.0.0"
6715
- ],
6716
- "ligatures": [],
6717
- "search": {
6718
- "terms": [
6719
- "arrow",
6720
- "forward",
6721
- "next"
6722
- ]
6723
- },
6724
- "styles": [
6725
- "solid"
6726
- ],
6727
- "unicode": "f138",
6728
- "label": "Chevron Circle Right",
6729
- "svg": {
6730
- "solid": {
6731
- "last_modified": 1500927880000,
6732
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"/></svg>",
6733
- "viewBox": [
6734
- "0",
6735
- "0",
6736
- "512",
6737
- "512"
6738
- ],
6739
- "width": 512,
6740
- "height": 512,
6741
- "path": "M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z"
6742
- }
6743
- }
6744
- },
6745
- "chevron-circle-up": {
6746
- "changes": [
6747
- "3.1",
6748
- "5.0.0"
6749
- ],
6750
- "ligatures": [],
6751
- "search": {
6752
- "terms": [
6753
- "arrow"
6754
- ]
6755
- },
6756
- "styles": [
6757
- "solid"
6758
- ],
6759
- "unicode": "f139",
6760
- "label": "Chevron Circle Up",
6761
- "svg": {
6762
- "solid": {
6763
- "last_modified": 1500927880000,
6764
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z\"/></svg>",
6765
- "viewBox": [
6766
- "0",
6767
- "0",
6768
- "512",
6769
- "512"
6770
- ],
6771
- "width": 512,
6772
- "height": 512,
6773
- "path": "M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z"
6774
- }
6775
- }
6776
- },
6777
- "chevron-down": {
6778
- "changes": [
6779
- "1",
6780
- "5.0.0"
6781
- ],
6782
- "ligatures": [],
6783
- "search": {
6784
- "terms": []
6785
- },
6786
- "styles": [
6787
- "solid"
6788
- ],
6789
- "unicode": "f078",
6790
- "label": "chevron-down",
6791
- "svg": {
6792
- "solid": {
6793
- "last_modified": 1500927880000,
6794
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"/></svg>",
6795
- "viewBox": [
6796
- "0",
6797
- "0",
6798
- "448",
6799
- "512"
6800
- ],
6801
- "width": 448,
6802
- "height": 512,
6803
- "path": "M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"
6804
- }
6805
- }
6806
- },
6807
- "chevron-left": {
6808
- "changes": [
6809
- "1",
6810
- "5.0.0"
6811
- ],
6812
- "ligatures": [],
6813
- "search": {
6814
- "terms": [
6815
- "back",
6816
- "bracket",
6817
- "previous"
6818
- ]
6819
- },
6820
- "styles": [
6821
- "solid"
6822
- ],
6823
- "unicode": "f053",
6824
- "label": "chevron-left",
6825
- "svg": {
6826
- "solid": {
6827
- "last_modified": 1500927880000,
6828
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"/></svg>",
6829
- "viewBox": [
6830
- "0",
6831
- "0",
6832
- "320",
6833
- "512"
6834
- ],
6835
- "width": 320,
6836
- "height": 512,
6837
- "path": "M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"
6838
- }
6839
- }
6840
- },
6841
- "chevron-right": {
6842
- "changes": [
6843
- "1",
6844
- "5.0.0"
6845
- ],
6846
- "ligatures": [],
6847
- "search": {
6848
- "terms": [
6849
- "bracket",
6850
- "forward",
6851
- "next"
6852
- ]
6853
- },
6854
- "styles": [
6855
- "solid"
6856
- ],
6857
- "unicode": "f054",
6858
- "label": "chevron-right",
6859
- "svg": {
6860
- "solid": {
6861
- "last_modified": 1500927880000,
6862
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"/></svg>",
6863
- "viewBox": [
6864
- "0",
6865
- "0",
6866
- "320",
6867
- "512"
6868
- ],
6869
- "width": 320,
6870
- "height": 512,
6871
- "path": "M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"
6872
- }
6873
- }
6874
- },
6875
- "chevron-up": {
6876
- "changes": [
6877
- "1",
6878
- "5.0.0"
6879
- ],
6880
- "ligatures": [],
6881
- "search": {
6882
- "terms": []
6883
- },
6884
- "styles": [
6885
- "solid"
6886
- ],
6887
- "unicode": "f077",
6888
- "label": "chevron-up",
6889
- "svg": {
6890
- "solid": {
6891
- "last_modified": 1500927880000,
6892
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"/></svg>",
6893
- "viewBox": [
6894
- "0",
6895
- "0",
6896
- "448",
6897
- "512"
6898
- ],
6899
- "width": 448,
6900
- "height": 512,
6901
- "path": "M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z"
6902
- }
6903
- }
6904
- },
6905
- "child": {
6906
- "changes": [
6907
- "4.1",
6908
- "5.0.0"
6909
- ],
6910
- "ligatures": [],
6911
- "search": {
6912
- "terms": []
6913
- },
6914
- "styles": [
6915
- "solid"
6916
- ],
6917
- "unicode": "f1ae",
6918
- "label": "Child",
6919
- "svg": {
6920
- "solid": {
6921
- "last_modified": 1502397066000,
6922
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z\"/></svg>",
6923
- "viewBox": [
6924
- "0",
6925
- "0",
6926
- "384",
6927
- "512"
6928
- ],
6929
- "width": 384,
6930
- "height": 512,
6931
- "path": "M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z"
6932
- }
6933
- }
6934
- },
6935
- "chrome": {
6936
- "changes": [
6937
- "4.4",
6938
- "5.0.0"
6939
- ],
6940
- "ligatures": [],
6941
- "search": {
6942
- "terms": [
6943
- "browser"
6944
- ]
6945
- },
6946
- "styles": [
6947
- "brands"
6948
- ],
6949
- "unicode": "f268",
6950
- "label": "Chrome",
6951
- "svg": {
6952
- "brands": {
6953
- "last_modified": 1500927880000,
6954
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M131.5 217.5L55.1 100.1c47.6-59.2 119-91.8 192-92.1 42.3-.3 85.5 10.5 124.8 33.2 43.4 25.2 76.4 61.4 97.4 103L264 133.4c-58.1-3.4-113.4 29.3-132.5 84.1zm32.9 38.5c0 46.2 37.4 83.6 83.6 83.6s83.6-37.4 83.6-83.6-37.4-83.6-83.6-83.6-83.6 37.3-83.6 83.6zm314.9-89.2L339.6 174c37.9 44.3 38.5 108.2 6.6 157.2L234.1 503.6c46.5 2.5 94.4-7.7 137.8-32.9 107.4-62 150.9-192 107.4-303.9zM133.7 303.6L40.4 120.1C14.9 159.1 0 205.9 0 256c0 124 90.8 226.7 209.5 244.9l63.7-124.8c-57.6 10.8-113.2-20.8-139.5-72.5z\"/></svg>",
6955
- "viewBox": [
6956
- "0",
6957
- "0",
6958
- "496",
6959
- "512"
6960
- ],
6961
- "width": 496,
6962
- "height": 512,
6963
- "path": "M131.5 217.5L55.1 100.1c47.6-59.2 119-91.8 192-92.1 42.3-.3 85.5 10.5 124.8 33.2 43.4 25.2 76.4 61.4 97.4 103L264 133.4c-58.1-3.4-113.4 29.3-132.5 84.1zm32.9 38.5c0 46.2 37.4 83.6 83.6 83.6s83.6-37.4 83.6-83.6-37.4-83.6-83.6-83.6-83.6 37.3-83.6 83.6zm314.9-89.2L339.6 174c37.9 44.3 38.5 108.2 6.6 157.2L234.1 503.6c46.5 2.5 94.4-7.7 137.8-32.9 107.4-62 150.9-192 107.4-303.9zM133.7 303.6L40.4 120.1C14.9 159.1 0 205.9 0 256c0 124 90.8 226.7 209.5 244.9l63.7-124.8c-57.6 10.8-113.2-20.8-139.5-72.5z"
6964
- }
6965
- }
6966
- },
6967
- "church": {
6968
- "changes": [
6969
- "5.0.13"
6970
- ],
6971
- "ligatures": [],
6972
- "search": {
6973
- "terms": [
6974
- "building",
6975
- "community",
6976
- "religion"
6977
- ]
6978
- },
6979
- "styles": [
6980
- "solid"
6981
- ],
6982
- "unicode": "f51d",
6983
- "label": "Church",
6984
- "svg": {
6985
- "solid": {
6986
- "last_modified": 1525967154565,
6987
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M464.46 246.68L352 179.2V128h48c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-48V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v48h-48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v51.2l-112.46 67.48A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.65-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.54A32.024 32.024 0 0 0 0 395.96zm620.61-29.42L512 320v192h112c8.84 0 16-7.16 16-16V395.96c0-12.8-7.63-24.37-19.39-29.42z\"/></svg>",
6988
- "viewBox": [
6989
- "0",
6990
- "0",
6991
- "640",
6992
- "512"
6993
- ],
6994
- "width": 640,
6995
- "height": 512,
6996
- "path": "M464.46 246.68L352 179.2V128h48c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-48V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v48h-48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v51.2l-112.46 67.48A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.65-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.54A32.024 32.024 0 0 0 0 395.96zm620.61-29.42L512 320v192h112c8.84 0 16-7.16 16-16V395.96c0-12.8-7.63-24.37-19.39-29.42z"
6997
- }
6998
- }
6999
- },
7000
- "circle": {
7001
- "changes": [
7002
- "3",
7003
- "5.0.0"
7004
- ],
7005
- "ligatures": [],
7006
- "search": {
7007
- "terms": [
7008
- "circle-thin",
7009
- "dot",
7010
- "notification"
7011
- ]
7012
- },
7013
- "styles": [
7014
- "solid",
7015
- "regular"
7016
- ],
7017
- "unicode": "f111",
7018
- "label": "Circle",
7019
- "svg": {
7020
- "solid": {
7021
- "last_modified": 1500927880000,
7022
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"/></svg>",
7023
- "viewBox": [
7024
- "0",
7025
- "0",
7026
- "512",
7027
- "512"
7028
- ],
7029
- "width": 512,
7030
- "height": 512,
7031
- "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z"
7032
- },
7033
- "regular": {
7034
- "last_modified": 1500927880000,
7035
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z\"/></svg>",
7036
- "viewBox": [
7037
- "0",
7038
- "0",
7039
- "512",
7040
- "512"
7041
- ],
7042
- "width": 512,
7043
- "height": 512,
7044
- "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"
7045
- }
7046
- }
7047
- },
7048
- "circle-notch": {
7049
- "changes": [
7050
- "4.1",
7051
- "5.0.0"
7052
- ],
7053
- "ligatures": [],
7054
- "search": {
7055
- "terms": [
7056
- "circle-o-notch"
7057
- ]
7058
- },
7059
- "styles": [
7060
- "solid"
7061
- ],
7062
- "unicode": "f1ce",
7063
- "label": "Circle Notched",
7064
- "svg": {
7065
- "solid": {
7066
- "last_modified": 1500927880000,
7067
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z\"/></svg>",
7068
- "viewBox": [
7069
- "0",
7070
- "0",
7071
- "512",
7072
- "512"
7073
- ],
7074
- "width": 512,
7075
- "height": 512,
7076
- "path": "M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z"
7077
- }
7078
- }
7079
- },
7080
- "clipboard": {
7081
- "changes": [
7082
- "5.0.0"
7083
- ],
7084
- "ligatures": [],
7085
- "search": {
7086
- "terms": [
7087
- "paste"
7088
- ]
7089
- },
7090
- "styles": [
7091
- "solid",
7092
- "regular"
7093
- ],
7094
- "unicode": "f328",
7095
- "label": "Clipboard",
7096
- "svg": {
7097
- "solid": {
7098
- "last_modified": 1500927880000,
7099
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z\"/></svg>",
7100
- "viewBox": [
7101
- "0",
7102
- "0",
7103
- "384",
7104
- "512"
7105
- ],
7106
- "width": 384,
7107
- "height": 512,
7108
- "path": "M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z"
7109
- },
7110
- "regular": {
7111
- "last_modified": 1500927880000,
7112
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 64h-80c0-35.29-28.71-64-64-64s-64 28.71-64 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h42v36c0 6.627 5.373 12 12 12h168c6.627 0 12-5.373 12-12v-36h42a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zM192 40c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24\"/></svg>",
7113
- "viewBox": [
7114
- "0",
7115
- "0",
7116
- "384",
7117
- "512"
7118
- ],
7119
- "width": 384,
7120
- "height": 512,
7121
- "path": "M336 64h-80c0-35.29-28.71-64-64-64s-64 28.71-64 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h42v36c0 6.627 5.373 12 12 12h168c6.627 0 12-5.373 12-12v-36h42a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zM192 40c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24"
7122
- }
7123
- }
7124
- },
7125
- "clipboard-check": {
7126
- "changes": [
7127
- "5.0.7"
7128
- ],
7129
- "ligatures": [],
7130
- "search": {
7131
- "terms": [
7132
- "accept",
7133
- "agree",
7134
- "confirm",
7135
- "done",
7136
- "ok",
7137
- "select",
7138
- "success",
7139
- "todo",
7140
- "yes"
7141
- ]
7142
- },
7143
- "styles": [
7144
- "solid"
7145
- ],
7146
- "unicode": "f46c",
7147
- "label": "Clipboard Check",
7148
- "svg": {
7149
- "solid": {
7150
- "last_modified": 1521653821446,
7151
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z\"/></svg>",
7152
- "viewBox": [
7153
- "0",
7154
- "0",
7155
- "384",
7156
- "512"
7157
- ],
7158
- "width": 384,
7159
- "height": 512,
7160
- "path": "M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z"
7161
- }
7162
- }
7163
- },
7164
- "clipboard-list": {
7165
- "changes": [
7166
- "5.0.7"
7167
- ],
7168
- "ligatures": [],
7169
- "search": {
7170
- "terms": [
7171
- "checklist",
7172
- "completed",
7173
- "done",
7174
- "finished",
7175
- "intinerary",
7176
- "ol",
7177
- "schedule",
7178
- "todo",
7179
- "ul"
7180
- ]
7181
- },
7182
- "styles": [
7183
- "solid"
7184
- ],
7185
- "unicode": "f46d",
7186
- "label": "Clipboard List",
7187
- "svg": {
7188
- "solid": {
7189
- "last_modified": 1521653821446,
7190
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM96 424c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm96-192c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm128 368c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"/></svg>",
7191
- "viewBox": [
7192
- "0",
7193
- "0",
7194
- "384",
7195
- "512"
7196
- ],
7197
- "width": 384,
7198
- "height": 512,
7199
- "path": "M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM96 424c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm96-192c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm128 368c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z"
7200
- }
7201
- }
7202
- },
7203
- "clock": {
7204
- "changes": [
7205
- "1",
7206
- "5.0.0"
7207
- ],
7208
- "ligatures": [],
7209
- "search": {
7210
- "terms": [
7211
- "date",
7212
- "late",
7213
- "schedule",
7214
- "timer",
7215
- "timestamp",
7216
- "watch"
7217
- ]
7218
- },
7219
- "styles": [
7220
- "solid",
7221
- "regular"
7222
- ],
7223
- "unicode": "f017",
7224
- "label": "Clock",
7225
- "svg": {
7226
- "solid": {
7227
- "last_modified": 1500927880000,
7228
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm57.1 350.1L224.9 294c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v137.7l63.5 46.2c5.4 3.9 6.5 11.4 2.6 16.8l-28.2 38.8c-3.9 5.3-11.4 6.5-16.8 2.6z\"/></svg>",
7229
- "viewBox": [
7230
- "0",
7231
- "0",
7232
- "512",
7233
- "512"
7234
- ],
7235
- "width": 512,
7236
- "height": 512,
7237
- "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm57.1 350.1L224.9 294c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v137.7l63.5 46.2c5.4 3.9 6.5 11.4 2.6 16.8l-28.2 38.8c-3.9 5.3-11.4 6.5-16.8 2.6z"
7238
- },
7239
- "regular": {
7240
- "last_modified": 1500927880000,
7241
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"/></svg>",
7242
- "viewBox": [
7243
- "0",
7244
- "0",
7245
- "512",
7246
- "512"
7247
- ],
7248
- "width": 512,
7249
- "height": 512,
7250
- "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"
7251
- }
7252
- }
7253
- },
7254
- "clone": {
7255
- "changes": [
7256
- "4.4",
7257
- "5.0.0"
7258
- ],
7259
- "ligatures": [],
7260
- "search": {
7261
- "terms": [
7262
- "copy",
7263
- "duplicate"
7264
- ]
7265
- },
7266
- "styles": [
7267
- "solid",
7268
- "regular"
7269
- ],
7270
- "unicode": "f24d",
7271
- "label": "Clone",
7272
- "svg": {
7273
- "solid": {
7274
- "last_modified": 1500927880000,
7275
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z\"/></svg>",
7276
- "viewBox": [
7277
- "0",
7278
- "0",
7279
- "512",
7280
- "512"
7281
- ],
7282
- "width": 512,
7283
- "height": 512,
7284
- "path": "M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z"
7285
- },
7286
- "regular": {
7287
- "last_modified": 1500927880000,
7288
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"/></svg>",
7289
- "viewBox": [
7290
- "0",
7291
- "0",
7292
- "512",
7293
- "512"
7294
- ],
7295
- "width": 512,
7296
- "height": 512,
7297
- "path": "M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z"
7298
- }
7299
- }
7300
- },
7301
- "closed-captioning": {
7302
- "changes": [
7303
- "4.2",
7304
- "5.0.0"
7305
- ],
7306
- "ligatures": [],
7307
- "search": {
7308
- "terms": [
7309
- "cc"
7310
- ]
7311
- },
7312
- "styles": [
7313
- "solid",
7314
- "regular"
7315
- ],
7316
- "unicode": "f20a",
7317
- "label": "Closed Captioning",
7318
- "svg": {
7319
- "solid": {
7320
- "last_modified": 1500927880000,
7321
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z\"/></svg>",
7322
- "viewBox": [
7323
- "0",
7324
- "0",
7325
- "512",
7326
- "512"
7327
- ],
7328
- "width": 512,
7329
- "height": 512,
7330
- "path": "M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z"
7331
- },
7332
- "regular": {
7333
- "last_modified": 1500927880000,
7334
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z\"/></svg>",
7335
- "viewBox": [
7336
- "0",
7337
- "0",
7338
- "512",
7339
- "512"
7340
- ],
7341
- "width": 512,
7342
- "height": 512,
7343
- "path": "M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z"
7344
- }
7345
- }
7346
- },
7347
- "cloud": {
7348
- "changes": [
7349
- "2",
7350
- "5.0.0",
7351
- "5.0.11"
7352
- ],
7353
- "ligatures": [],
7354
- "search": {
7355
- "terms": [
7356
- "save"
7357
- ]
7358
- },
7359
- "styles": [
7360
- "solid"
7361
- ],
7362
- "unicode": "f0c2",
7363
- "label": "Cloud",
7364
- "svg": {
7365
- "solid": {
7366
- "last_modified": 1525209365067,
7367
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z\"/></svg>",
7368
- "viewBox": [
7369
- "0",
7370
- "0",
7371
- "640",
7372
- "512"
7373
- ],
7374
- "width": 640,
7375
- "height": 512,
7376
- "path": "M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z"
7377
- }
7378
- }
7379
- },
7380
- "cloud-download-alt": {
7381
- "changes": [
7382
- "5.0.0",
7383
- "5.0.11"
7384
- ],
7385
- "ligatures": [],
7386
- "search": {
7387
- "terms": [
7388
- "cloud-download"
7389
- ]
7390
- },
7391
- "styles": [
7392
- "solid"
7393
- ],
7394
- "unicode": "f381",
7395
- "label": "Alternate Cloud Download",
7396
- "svg": {
7397
- "solid": {
7398
- "last_modified": 1525209365065,
7399
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z\"/></svg>",
7400
- "viewBox": [
7401
- "0",
7402
- "0",
7403
- "640",
7404
- "512"
7405
- ],
7406
- "width": 640,
7407
- "height": 512,
7408
- "path": "M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z"
7409
- }
7410
- }
7411
- },
7412
- "cloud-upload-alt": {
7413
- "changes": [
7414
- "5.0.0",
7415
- "5.0.11"
7416
- ],
7417
- "ligatures": [],
7418
- "search": {
7419
- "terms": [
7420
- "cloud-upload"
7421
- ]
7422
- },
7423
- "styles": [
7424
- "solid"
7425
- ],
7426
- "unicode": "f382",
7427
- "label": "Alternate Cloud Upload",
7428
- "svg": {
7429
- "solid": {
7430
- "last_modified": 1525209365066,
7431
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z\"/></svg>",
7432
- "viewBox": [
7433
- "0",
7434
- "0",
7435
- "640",
7436
- "512"
7437
- ],
7438
- "width": 640,
7439
- "height": 512,
7440
- "path": "M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z"
7441
- }
7442
- }
7443
- },
7444
- "cloudscale": {
7445
- "changes": [
7446
- "5.0.0"
7447
- ],
7448
- "ligatures": [],
7449
- "search": {
7450
- "terms": []
7451
- },
7452
- "styles": [
7453
- "brands"
7454
- ],
7455
- "unicode": "f383",
7456
- "label": "cloudscale.ch",
7457
- "svg": {
7458
- "brands": {
7459
- "last_modified": 1500927880000,
7460
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z\"/></svg>",
7461
- "viewBox": [
7462
- "0",
7463
- "0",
7464
- "448",
7465
- "512"
7466
- ],
7467
- "width": 448,
7468
- "height": 512,
7469
- "path": "M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z"
7470
- }
7471
- }
7472
- },
7473
- "cloudsmith": {
7474
- "changes": [
7475
- "5.0.0"
7476
- ],
7477
- "ligatures": [],
7478
- "search": {
7479
- "terms": []
7480
- },
7481
- "styles": [
7482
- "brands"
7483
- ],
7484
- "unicode": "f384",
7485
- "label": "Cloudsmith",
7486
- "svg": {
7487
- "brands": {
7488
- "last_modified": 1500927880000,
7489
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 332 512\"><path d=\"M332.5 419.9c0 46.4-37.6 84.1-84 84.1s-84-37.7-84-84.1 37.6-84 84-84 84 37.6 84 84zm-84-243.9c46.4 0 80-37.6 80-84s-33.6-84-80-84-88 37.6-88 84-29.6 76-76 76-84 41.6-84 88 37.6 80 84 80 84-33.6 84-80 33.6-80 80-80z\"/></svg>",
7490
- "viewBox": [
7491
- "0",
7492
- "0",
7493
- "332",
7494
- "512"
7495
- ],
7496
- "width": 332,
7497
- "height": 512,
7498
- "path": "M332.5 419.9c0 46.4-37.6 84.1-84 84.1s-84-37.7-84-84.1 37.6-84 84-84 84 37.6 84 84zm-84-243.9c46.4 0 80-37.6 80-84s-33.6-84-80-84-88 37.6-88 84-29.6 76-76 76-84 41.6-84 88 37.6 80 84 80 84-33.6 84-80 33.6-80 80-80z"
7499
- }
7500
- }
7501
- },
7502
- "cloudversify": {
7503
- "changes": [
7504
- "5.0.0"
7505
- ],
7506
- "ligatures": [],
7507
- "search": {
7508
- "terms": []
7509
- },
7510
- "styles": [
7511
- "brands"
7512
- ],
7513
- "unicode": "f385",
7514
- "label": "cloudversify",
7515
- "svg": {
7516
- "brands": {
7517
- "last_modified": 1500927880000,
7518
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 616 512\"><path d=\"M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z\"/></svg>",
7519
- "viewBox": [
7520
- "0",
7521
- "0",
7522
- "616",
7523
- "512"
7524
- ],
7525
- "width": 616,
7526
- "height": 512,
7527
- "path": "M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z"
7528
- }
7529
- }
7530
- },
7531
- "cocktail": {
7532
- "changes": [
7533
- "5.1.0"
7534
- ],
7535
- "ligatures": [],
7536
- "search": {
7537
- "terms": [
7538
- "alcohol",
7539
- "drink"
7540
- ]
7541
- },
7542
- "styles": [
7543
- "solid"
7544
- ],
7545
- "unicode": "f561",
7546
- "label": "Cocktail",
7547
- "svg": {
7548
- "solid": {
7549
- "last_modified": 1529520111652,
7550
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M296 464h-56V338.78l168.74-168.73c15.52-15.52 4.53-42.05-17.42-42.05H24.68c-21.95 0-32.94 26.53-17.42 42.05L176 338.78V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM432 0c-62.61 0-115.35 40.2-135.18 96h52.54c16.65-28.55 47.27-48 82.64-48 52.93 0 96 43.06 96 96s-43.07 96-96 96c-14.04 0-27.29-3.2-39.32-8.64l-35.26 35.26C379.23 279.92 404.59 288 432 288c79.53 0 144-64.47 144-144S511.53 0 432 0z\"/></svg>",
7551
- "viewBox": [
7552
- "0",
7553
- "0",
7554
- "576",
7555
- "512"
7556
- ],
7557
- "width": 576,
7558
- "height": 512,
7559
- "path": "M296 464h-56V338.78l168.74-168.73c15.52-15.52 4.53-42.05-17.42-42.05H24.68c-21.95 0-32.94 26.53-17.42 42.05L176 338.78V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM432 0c-62.61 0-115.35 40.2-135.18 96h52.54c16.65-28.55 47.27-48 82.64-48 52.93 0 96 43.06 96 96s-43.07 96-96 96c-14.04 0-27.29-3.2-39.32-8.64l-35.26 35.26C379.23 279.92 404.59 288 432 288c79.53 0 144-64.47 144-144S511.53 0 432 0z"
7560
- }
7561
- }
7562
- },
7563
- "code": {
7564
- "changes": [
7565
- "3.1",
7566
- "5.0.0"
7567
- ],
7568
- "ligatures": [],
7569
- "search": {
7570
- "terms": [
7571
- "brackets",
7572
- "html"
7573
- ]
7574
- },
7575
- "styles": [
7576
- "solid"
7577
- ],
7578
- "unicode": "f121",
7579
- "label": "Code",
7580
- "svg": {
7581
- "solid": {
7582
- "last_modified": 1500927880000,
7583
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z\"/></svg>",
7584
- "viewBox": [
7585
- "0",
7586
- "0",
7587
- "640",
7588
- "512"
7589
- ],
7590
- "width": 640,
7591
- "height": 512,
7592
- "path": "M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z"
7593
- }
7594
- }
7595
- },
7596
- "code-branch": {
7597
- "changes": [
7598
- "5.0.0"
7599
- ],
7600
- "ligatures": [],
7601
- "search": {
7602
- "terms": [
7603
- "branch",
7604
- "code-fork",
7605
- "fork",
7606
- "git",
7607
- "github",
7608
- "rebase",
7609
- "svn",
7610
- "vcs",
7611
- "version"
7612
- ]
7613
- },
7614
- "styles": [
7615
- "solid"
7616
- ],
7617
- "unicode": "f126",
7618
- "label": "Code Branch",
7619
- "svg": {
7620
- "solid": {
7621
- "last_modified": 1502809851000,
7622
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z\"/></svg>",
7623
- "viewBox": [
7624
- "0",
7625
- "0",
7626
- "384",
7627
- "512"
7628
- ],
7629
- "width": 384,
7630
- "height": 512,
7631
- "path": "M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z"
7632
- }
7633
- }
7634
- },
7635
- "codepen": {
7636
- "changes": [
7637
- "4.1",
7638
- "5.0.0"
7639
- ],
7640
- "ligatures": [],
7641
- "search": {
7642
- "terms": []
7643
- },
7644
- "styles": [
7645
- "brands"
7646
- ],
7647
- "unicode": "f1cb",
7648
- "label": "Codepen",
7649
- "svg": {
7650
- "brands": {
7651
- "last_modified": 1501102193000,
7652
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z\"/></svg>",
7653
- "viewBox": [
7654
- "0",
7655
- "0",
7656
- "512",
7657
- "512"
7658
- ],
7659
- "width": 512,
7660
- "height": 512,
7661
- "path": "M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z"
7662
- }
7663
- }
7664
- },
7665
- "codiepie": {
7666
- "changes": [
7667
- "4.5",
7668
- "5.0.0"
7669
- ],
7670
- "ligatures": [],
7671
- "search": {
7672
- "terms": []
7673
- },
7674
- "styles": [
7675
- "brands"
7676
- ],
7677
- "unicode": "f284",
7678
- "label": "Codie Pie",
7679
- "svg": {
7680
- "brands": {
7681
- "last_modified": 1500927880000,
7682
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 472 512\"><path d=\"M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z\"/></svg>",
7683
- "viewBox": [
7684
- "0",
7685
- "0",
7686
- "472",
7687
- "512"
7688
- ],
7689
- "width": 472,
7690
- "height": 512,
7691
- "path": "M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z"
7692
- }
7693
- }
7694
- },
7695
- "coffee": {
7696
- "changes": [
7697
- "3",
7698
- "5.0.0"
7699
- ],
7700
- "ligatures": [],
7701
- "search": {
7702
- "terms": [
7703
- "breakfast",
7704
- "cafe",
7705
- "drink",
7706
- "morning",
7707
- "mug",
7708
- "tea"
7709
- ]
7710
- },
7711
- "styles": [
7712
- "solid"
7713
- ],
7714
- "unicode": "f0f4",
7715
- "label": "Coffee",
7716
- "svg": {
7717
- "solid": {
7718
- "last_modified": 1500927880000,
7719
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"/></svg>",
7720
- "viewBox": [
7721
- "0",
7722
- "0",
7723
- "640",
7724
- "512"
7725
- ],
7726
- "width": 640,
7727
- "height": 512,
7728
- "path": "M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z"
7729
- }
7730
- }
7731
- },
7732
- "cog": {
7733
- "changes": [
7734
- "1",
7735
- "5.0.0"
7736
- ],
7737
- "ligatures": [],
7738
- "search": {
7739
- "terms": [
7740
- "settings"
7741
- ]
7742
- },
7743
- "styles": [
7744
- "solid"
7745
- ],
7746
- "unicode": "f013",
7747
- "label": "cog",
7748
- "svg": {
7749
- "solid": {
7750
- "last_modified": 1500927880000,
7751
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M444.788 291.1l42.616 24.599c4.867 2.809 7.126 8.618 5.459 13.985-11.07 35.642-29.97 67.842-54.689 94.586a12.016 12.016 0 0 1-14.832 2.254l-42.584-24.595a191.577 191.577 0 0 1-60.759 35.13v49.182a12.01 12.01 0 0 1-9.377 11.718c-34.956 7.85-72.499 8.256-109.219.007-5.49-1.233-9.403-6.096-9.403-11.723v-49.184a191.555 191.555 0 0 1-60.759-35.13l-42.584 24.595a12.016 12.016 0 0 1-14.832-2.254c-24.718-26.744-43.619-58.944-54.689-94.586-1.667-5.366.592-11.175 5.459-13.985L67.212 291.1a193.48 193.48 0 0 1 0-70.199l-42.616-24.599c-4.867-2.809-7.126-8.618-5.459-13.985 11.07-35.642 29.97-67.842 54.689-94.586a12.016 12.016 0 0 1 14.832-2.254l42.584 24.595a191.577 191.577 0 0 1 60.759-35.13V25.759a12.01 12.01 0 0 1 9.377-11.718c34.956-7.85 72.499-8.256 109.219-.007 5.49 1.233 9.403 6.096 9.403 11.723v49.184a191.555 191.555 0 0 1 60.759 35.13l42.584-24.595a12.016 12.016 0 0 1 14.832 2.254c24.718 26.744 43.619 58.944 54.689 94.586 1.667 5.366-.592 11.175-5.459 13.985L444.788 220.9a193.485 193.485 0 0 1 0 70.2zM336 256c0-44.112-35.888-80-80-80s-80 35.888-80 80 35.888 80 80 80 80-35.888 80-80z\"/></svg>",
7752
- "viewBox": [
7753
- "0",
7754
- "0",
7755
- "512",
7756
- "512"
7757
- ],
7758
- "width": 512,
7759
- "height": 512,
7760
- "path": "M444.788 291.1l42.616 24.599c4.867 2.809 7.126 8.618 5.459 13.985-11.07 35.642-29.97 67.842-54.689 94.586a12.016 12.016 0 0 1-14.832 2.254l-42.584-24.595a191.577 191.577 0 0 1-60.759 35.13v49.182a12.01 12.01 0 0 1-9.377 11.718c-34.956 7.85-72.499 8.256-109.219.007-5.49-1.233-9.403-6.096-9.403-11.723v-49.184a191.555 191.555 0 0 1-60.759-35.13l-42.584 24.595a12.016 12.016 0 0 1-14.832-2.254c-24.718-26.744-43.619-58.944-54.689-94.586-1.667-5.366.592-11.175 5.459-13.985L67.212 291.1a193.48 193.48 0 0 1 0-70.199l-42.616-24.599c-4.867-2.809-7.126-8.618-5.459-13.985 11.07-35.642 29.97-67.842 54.689-94.586a12.016 12.016 0 0 1 14.832-2.254l42.584 24.595a191.577 191.577 0 0 1 60.759-35.13V25.759a12.01 12.01 0 0 1 9.377-11.718c34.956-7.85 72.499-8.256 109.219-.007 5.49 1.233 9.403 6.096 9.403 11.723v49.184a191.555 191.555 0 0 1 60.759 35.13l42.584-24.595a12.016 12.016 0 0 1 14.832 2.254c24.718 26.744 43.619 58.944 54.689 94.586 1.667 5.366-.592 11.175-5.459 13.985L444.788 220.9a193.485 193.485 0 0 1 0 70.2zM336 256c0-44.112-35.888-80-80-80s-80 35.888-80 80 35.888 80 80 80 80-35.888 80-80z"
7761
- }
7762
- }
7763
- },
7764
- "cogs": {
7765
- "changes": [
7766
- "1",
7767
- "5.0.0"
7768
- ],
7769
- "ligatures": [],
7770
- "search": {
7771
- "terms": [
7772
- "gears",
7773
- "settings"
7774
- ]
7775
- },
7776
- "styles": [
7777
- "solid"
7778
- ],
7779
- "unicode": "f085",
7780
- "label": "cogs",
7781
- "svg": {
7782
- "solid": {
7783
- "last_modified": 1502397066000,
7784
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"/></svg>",
7785
- "viewBox": [
7786
- "0",
7787
- "0",
7788
- "640",
7789
- "512"
7790
- ],
7791
- "width": 640,
7792
- "height": 512,
7793
- "path": "M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z"
7794
- }
7795
- }
7796
- },
7797
- "coins": {
7798
- "changes": [
7799
- "5.0.13"
7800
- ],
7801
- "ligatures": [],
7802
- "search": {
7803
- "terms": []
7804
- },
7805
- "styles": [
7806
- "solid"
7807
- ],
7808
- "unicode": "f51e",
7809
- "label": "Coins",
7810
- "svg": {
7811
- "solid": {
7812
- "last_modified": 1525967154565,
7813
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z\"/></svg>",
7814
- "viewBox": [
7815
- "0",
7816
- "0",
7817
- "512",
7818
- "512"
7819
- ],
7820
- "width": 512,
7821
- "height": 512,
7822
- "path": "M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z"
7823
- }
7824
- }
7825
- },
7826
- "columns": {
7827
- "changes": [
7828
- "2",
7829
- "5.0.0"
7830
- ],
7831
- "ligatures": [],
7832
- "search": {
7833
- "terms": [
7834
- "dashboard",
7835
- "panes",
7836
- "split"
7837
- ]
7838
- },
7839
- "styles": [
7840
- "solid"
7841
- ],
7842
- "unicode": "f0db",
7843
- "label": "Columns",
7844
- "svg": {
7845
- "solid": {
7846
- "last_modified": 1500927880000,
7847
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z\"/></svg>",
7848
- "viewBox": [
7849
- "0",
7850
- "0",
7851
- "512",
7852
- "512"
7853
- ],
7854
- "width": 512,
7855
- "height": 512,
7856
- "path": "M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z"
7857
- }
7858
- }
7859
- },
7860
- "comment": {
7861
- "changes": [
7862
- "1",
7863
- "5.0.0",
7864
- "5.0.9"
7865
- ],
7866
- "ligatures": [],
7867
- "search": {
7868
- "terms": [
7869
- "bubble",
7870
- "chat",
7871
- "conversation",
7872
- "feedback",
7873
- "message",
7874
- "note",
7875
- "notification",
7876
- "sms",
7877
- "speech",
7878
- "texting"
7879
- ]
7880
- },
7881
- "styles": [
7882
- "solid",
7883
- "regular"
7884
- ],
7885
- "unicode": "f075",
7886
- "label": "comment",
7887
- "svg": {
7888
- "solid": {
7889
- "last_modified": 1522083406015,
7890
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"/></svg>",
7891
- "viewBox": [
7892
- "0",
7893
- "0",
7894
- "512",
7895
- "512"
7896
- ],
7897
- "width": 512,
7898
- "height": 512,
7899
- "path": "M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z"
7900
- },
7901
- "regular": {
7902
- "last_modified": 1522083405998,
7903
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"/></svg>",
7904
- "viewBox": [
7905
- "0",
7906
- "0",
7907
- "512",
7908
- "512"
7909
- ],
7910
- "width": 512,
7911
- "height": 512,
7912
- "path": "M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z"
7913
- }
7914
- }
7915
- },
7916
- "comment-alt": {
7917
- "changes": [
7918
- "4.4",
7919
- "5.0.0"
7920
- ],
7921
- "ligatures": [],
7922
- "search": {
7923
- "terms": [
7924
- "bubble",
7925
- "chat",
7926
- "commenting",
7927
- "commenting",
7928
- "conversation",
7929
- "feedback",
7930
- "message",
7931
- "note",
7932
- "notification",
7933
- "sms",
7934
- "speech",
7935
- "texting"
7936
- ]
7937
- },
7938
- "styles": [
7939
- "solid",
7940
- "regular"
7941
- ],
7942
- "unicode": "f27a",
7943
- "label": "Alternate Comment",
7944
- "svg": {
7945
- "solid": {
7946
- "last_modified": 1522083406013,
7947
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z\"/></svg>",
7948
- "viewBox": [
7949
- "0",
7950
- "0",
7951
- "512",
7952
- "512"
7953
- ],
7954
- "width": 512,
7955
- "height": 512,
7956
- "path": "M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"
7957
- },
7958
- "regular": {
7959
- "last_modified": 1522083405995,
7960
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z\"/></svg>",
7961
- "viewBox": [
7962
- "0",
7963
- "0",
7964
- "512",
7965
- "512"
7966
- ],
7967
- "width": 512,
7968
- "height": 512,
7969
- "path": "M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z"
7970
- }
7971
- }
7972
- },
7973
- "comment-dots": {
7974
- "changes": [
7975
- "5.0.9"
7976
- ],
7977
- "ligatures": [],
7978
- "search": {
7979
- "terms": []
7980
- },
7981
- "styles": [
7982
- "solid",
7983
- "regular"
7984
- ],
7985
- "unicode": "f4ad",
7986
- "label": "Comment Dots",
7987
- "svg": {
7988
- "solid": {
7989
- "last_modified": 1522083406013,
7990
- "raw": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s1