font-awesome-sass-mixins 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf94d1581c063be834ab4230b530fbe44cfee5f7
4
- data.tar.gz: a4ca76d84ea55250fd1948c4298ba436c3f23f05
3
+ metadata.gz: b0817e3525f4ba503c98ddf2694b2ad763336896
4
+ data.tar.gz: fc772b2e76fe1de29e12abde27a4c91b842abc5a
5
5
  SHA512:
6
- metadata.gz: 5a8332ea57bcb587b3977278a0420b01f0db44c9150b96fcbcdd25a7b6460c87758e751da394d4c5b861ab8f90d38c108ee2790f8ee90ed38a100003b43344ce
7
- data.tar.gz: 8e03cb431968e0a1051e48c30a17f4d12ec723fb7351ee51b300d2dae1139e972c6ade4c90408f49c1255129bf95f296b215f50a6cf5ec9dc7cd3997805374c0
6
+ metadata.gz: 179ea2296bc49bd0efc4d32aec12ba7eb033ae989f7d333dbfad71bf5290aa2fc28b7d6cdc7bb3546dbae9c875b39d4d33ac677145f7537ae9c5385bd113c6c3
7
+ data.tar.gz: 6459fd6aededcbd4c4fa5e9c2ab51b7b6d6a79d242ac0976f121665112824f52d7d28eb22f8979dbf109a9f6e2c45712df12172828ccbe80eaae4083d18bb5ca
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'font-awesome-sass-mixins'
3
- s.version = '0.1.1'
3
+ s.version = '0.1.2'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.licenses = ['MIT']
6
6
  s.summary = 'Font Awesome SASS mixins for pure SASS usage.'
@@ -17,14 +17,10 @@ module FontAwesomeSassMixins
17
17
  @sass_path ||= File.join(lib_path, 'sass')
18
18
  end
19
19
 
20
- def manifest_file
21
- @manifest ||= File.join(sass_path, '_manifest.sass')
22
- end
23
-
24
20
  def load_sass
25
21
  require 'sass'
26
22
 
27
- ::Sass.load_paths << manifest_file
23
+ ::Sass.load_paths << sass_path
28
24
  end
29
25
  end
30
26
  end
@@ -0,0 +1,2 @@
1
+ @import font-awesome-mixins/extends
2
+ @import font-awesome-mixins/mixins
@@ -0,0 +1,1654 @@
1
+ %fa-base-styles
2
+ display: inline-block
3
+ font: normal normal normal 14px/1 FontAwesome
4
+ font-size: inherit
5
+ text-rendering: auto
6
+ -webkit-font-smoothing: antialiased
7
+ -moz-osx-font-smoothing: grayscale
8
+ %fa-icon-adjust
9
+ &:before
10
+ content: "\f042"
11
+ %fa-icon-adn
12
+ &:before
13
+ content: "\f170"
14
+ %fa-icon-align-center
15
+ &:before
16
+ content: "\f037"
17
+ %fa-icon-align-justify
18
+ &:before
19
+ content: "\f039"
20
+ %fa-icon-align-left
21
+ &:before
22
+ content: "\f036"
23
+ %fa-icon-align-right
24
+ &:before
25
+ content: "\f038"
26
+ %fa-icon-ambulance
27
+ &:before
28
+ content: "\f0f9"
29
+ %fa-icon-anchor
30
+ &:before
31
+ content: "\f13d"
32
+ %fa-icon-android
33
+ &:before
34
+ content: "\f17b"
35
+ %fa-icon-angellist
36
+ &:before
37
+ content: "\f209"
38
+ %fa-icon-angle-double-down
39
+ &:before
40
+ content: "\f103"
41
+ %fa-icon-angle-double-left
42
+ &:before
43
+ content: "\f100"
44
+ %fa-icon-angle-double-right
45
+ &:before
46
+ content: "\f101"
47
+ %fa-icon-angle-double-up
48
+ &:before
49
+ content: "\f102"
50
+ %fa-icon-angle-down
51
+ &:before
52
+ content: "\f107"
53
+ %fa-icon-angle-left
54
+ &:before
55
+ content: "\f104"
56
+ %fa-icon-angle-right
57
+ &:before
58
+ content: "\f105"
59
+ %fa-icon-angle-up
60
+ &:before
61
+ content: "\f106"
62
+ %fa-icon-apple
63
+ &:before
64
+ content: "\f179"
65
+ %fa-icon-archive
66
+ &:before
67
+ content: "\f187"
68
+ %fa-icon-area-chart
69
+ &:before
70
+ content: "\f1fe"
71
+ %fa-icon-arrow-circle-down
72
+ &:before
73
+ content: "\f0ab"
74
+ %fa-icon-arrow-circle-left
75
+ &:before
76
+ content: "\f0a8"
77
+ %fa-icon-arrow-circle-o-down
78
+ &:before
79
+ content: "\f01a"
80
+ %fa-icon-arrow-circle-o-left
81
+ &:before
82
+ content: "\f190"
83
+ %fa-icon-arrow-circle-o-right
84
+ &:before
85
+ content: "\f18e"
86
+ %fa-icon-arrow-circle-o-up
87
+ &:before
88
+ content: "\f01b"
89
+ %fa-icon-arrow-circle-right
90
+ &:before
91
+ content: "\f0a9"
92
+ %fa-icon-arrow-circle-up
93
+ &:before
94
+ content: "\f0aa"
95
+ %fa-icon-arrow-down
96
+ &:before
97
+ content: "\f063"
98
+ %fa-icon-arrow-left
99
+ &:before
100
+ content: "\f060"
101
+ %fa-icon-arrow-right
102
+ &:before
103
+ content: "\f061"
104
+ %fa-icon-arrow-up
105
+ &:before
106
+ content: "\f062"
107
+ %fa-icon-arrows
108
+ &:before
109
+ content: "\f047"
110
+ %fa-icon-arrows-alt
111
+ &:before
112
+ content: "\f0b2"
113
+ %fa-icon-arrows-h
114
+ &:before
115
+ content: "\f07e"
116
+ %fa-icon-arrows-v
117
+ &:before
118
+ content: "\f07d"
119
+ %fa-icon-asterisk
120
+ &:before
121
+ content: "\f069"
122
+ %fa-icon-at
123
+ &:before
124
+ content: "\f1fa"
125
+ %fa-icon-automobile
126
+ &:before
127
+ content: "\f1b9"
128
+ %fa-icon-backward
129
+ &:before
130
+ content: "\f04a"
131
+ %fa-icon-ban
132
+ &:before
133
+ content: "\f05e"
134
+ %fa-icon-bank
135
+ &:before
136
+ content: "\f19c"
137
+ %fa-icon-bar-chart
138
+ &:before
139
+ content: "\f080"
140
+ %fa-icon-bar-chart-o
141
+ &:before
142
+ content: "\f080"
143
+ %fa-icon-barcode
144
+ &:before
145
+ content: "\f02a"
146
+ %fa-icon-bars
147
+ &:before
148
+ content: "\f0c9"
149
+ %fa-icon-beer
150
+ &:before
151
+ content: "\f0fc"
152
+ %fa-icon-behance
153
+ &:before
154
+ content: "\f1b4"
155
+ %fa-icon-behance-square
156
+ &:before
157
+ content: "\f1b5"
158
+ %fa-icon-bell
159
+ &:before
160
+ content: "\f0f3"
161
+ %fa-icon-bell-o
162
+ &:before
163
+ content: "\f0a2"
164
+ %fa-icon-bell-slash
165
+ &:before
166
+ content: "\f1f6"
167
+ %fa-icon-bell-slash-o
168
+ &:before
169
+ content: "\f1f7"
170
+ %fa-icon-bicycle
171
+ &:before
172
+ content: "\f206"
173
+ %fa-icon-binoculars
174
+ &:before
175
+ content: "\f1e5"
176
+ %fa-icon-birthday-cake
177
+ &:before
178
+ content: "\f1fd"
179
+ %fa-icon-bitbucket
180
+ &:before
181
+ content: "\f171"
182
+ %fa-icon-bitbucket-square
183
+ &:before
184
+ content: "\f172"
185
+ %fa-icon-bitcoin
186
+ &:before
187
+ content: "\f15a"
188
+ %fa-icon-bold
189
+ &:before
190
+ content: "\f032"
191
+ %fa-icon-bolt
192
+ &:before
193
+ content: "\f0e7"
194
+ %fa-icon-bomb
195
+ &:before
196
+ content: "\f1e2"
197
+ %fa-icon-book
198
+ &:before
199
+ content: "\f02d"
200
+ %fa-icon-bookmark
201
+ &:before
202
+ content: "\f02e"
203
+ %fa-icon-bookmark-o
204
+ &:before
205
+ content: "\f097"
206
+ %fa-icon-briefcase
207
+ &:before
208
+ content: "\f0b1"
209
+ %fa-icon-btc
210
+ &:before
211
+ content: "\f15a"
212
+ %fa-icon-bug
213
+ &:before
214
+ content: "\f188"
215
+ %fa-icon-building
216
+ &:before
217
+ content: "\f1ad"
218
+ %fa-icon-building-o
219
+ &:before
220
+ content: "\f0f7"
221
+ %fa-icon-bullhorn
222
+ &:before
223
+ content: "\f0a1"
224
+ %fa-icon-bullseye
225
+ &:before
226
+ content: "\f140"
227
+ %fa-icon-bus
228
+ &:before
229
+ content: "\f207"
230
+ %fa-icon-cab
231
+ &:before
232
+ content: "\f1ba"
233
+ %fa-icon-calculator
234
+ &:before
235
+ content: "\f1ec"
236
+ %fa-icon-calendar
237
+ &:before
238
+ content: "\f073"
239
+ %fa-icon-calendar-o
240
+ &:before
241
+ content: "\f133"
242
+ %fa-icon-camera
243
+ &:before
244
+ content: "\f030"
245
+ %fa-icon-camera-retro
246
+ &:before
247
+ content: "\f083"
248
+ %fa-icon-car
249
+ &:before
250
+ content: "\f1b9"
251
+ %fa-icon-caret-down
252
+ &:before
253
+ content: "\f0d7"
254
+ %fa-icon-caret-left
255
+ &:before
256
+ content: "\f0d9"
257
+ %fa-icon-caret-right
258
+ &:before
259
+ content: "\f0da"
260
+ %fa-icon-caret-square-o-down
261
+ &:before
262
+ content: "\f150"
263
+ %fa-icon-caret-square-o-left
264
+ &:before
265
+ content: "\f191"
266
+ %fa-icon-caret-square-o-right
267
+ &:before
268
+ content: "\f152"
269
+ %fa-icon-caret-square-o-up
270
+ &:before
271
+ content: "\f151"
272
+ %fa-icon-caret-up
273
+ &:before
274
+ content: "\f0d8"
275
+ %fa-icon-cc
276
+ &:before
277
+ content: "\f20a"
278
+ %fa-icon-cc-amex
279
+ &:before
280
+ content: "\f1f3"
281
+ %fa-icon-cc-discover
282
+ &:before
283
+ content: "\f1f2"
284
+ %fa-icon-cc-mastercard
285
+ &:before
286
+ content: "\f1f1"
287
+ %fa-icon-cc-paypal
288
+ &:before
289
+ content: "\f1f4"
290
+ %fa-icon-cc-stripe
291
+ &:before
292
+ content: "\f1f5"
293
+ %fa-icon-cc-visa
294
+ &:before
295
+ content: "\f1f0"
296
+ %fa-icon-certificate
297
+ &:before
298
+ content: "\f0a3"
299
+ %fa-icon-chain
300
+ &:before
301
+ content: "\f0c1"
302
+ %fa-icon-chain-broken
303
+ &:before
304
+ content: "\f127"
305
+ %fa-icon-check
306
+ &:before
307
+ content: "\f00c"
308
+ %fa-icon-check-circle
309
+ &:before
310
+ content: "\f058"
311
+ %fa-icon-check-circle-o
312
+ &:before
313
+ content: "\f05d"
314
+ %fa-icon-check-square
315
+ &:before
316
+ content: "\f14a"
317
+ %fa-icon-check-square-o
318
+ &:before
319
+ content: "\f046"
320
+ %fa-icon-chevron-circle-down
321
+ &:before
322
+ content: "\f13a"
323
+ %fa-icon-chevron-circle-left
324
+ &:before
325
+ content: "\f137"
326
+ %fa-icon-chevron-circle-right
327
+ &:before
328
+ content: "\f138"
329
+ %fa-icon-chevron-circle-up
330
+ &:before
331
+ content: "\f139"
332
+ %fa-icon-chevron-down
333
+ &:before
334
+ content: "\f078"
335
+ %fa-icon-chevron-left
336
+ &:before
337
+ content: "\f053"
338
+ %fa-icon-chevron-right
339
+ &:before
340
+ content: "\f054"
341
+ %fa-icon-chevron-up
342
+ &:before
343
+ content: "\f077"
344
+ %fa-icon-child
345
+ &:before
346
+ content: "\f1ae"
347
+ %fa-icon-circle
348
+ &:before
349
+ content: "\f111"
350
+ %fa-icon-circle-o
351
+ &:before
352
+ content: "\f10c"
353
+ %fa-icon-circle-o-notch
354
+ &:before
355
+ content: "\f1ce"
356
+ %fa-icon-circle-thin
357
+ &:before
358
+ content: "\f1db"
359
+ %fa-icon-clipboard
360
+ &:before
361
+ content: "\f0ea"
362
+ %fa-icon-clock-o
363
+ &:before
364
+ content: "\f017"
365
+ %fa-icon-close
366
+ &:before
367
+ content: "\f00d"
368
+ %fa-icon-cloud
369
+ &:before
370
+ content: "\f0c2"
371
+ %fa-icon-cloud-download
372
+ &:before
373
+ content: "\f0ed"
374
+ %fa-icon-cloud-upload
375
+ &:before
376
+ content: "\f0ee"
377
+ %fa-icon-cny
378
+ &:before
379
+ content: "\f157"
380
+ %fa-icon-code
381
+ &:before
382
+ content: "\f121"
383
+ %fa-icon-code-fork
384
+ &:before
385
+ content: "\f126"
386
+ %fa-icon-codepen
387
+ &:before
388
+ content: "\f1cb"
389
+ %fa-icon-coffee
390
+ &:before
391
+ content: "\f0f4"
392
+ %fa-icon-cog
393
+ &:before
394
+ content: "\f013"
395
+ %fa-icon-cogs
396
+ &:before
397
+ content: "\f085"
398
+ %fa-icon-columns
399
+ &:before
400
+ content: "\f0db"
401
+ %fa-icon-comment
402
+ &:before
403
+ content: "\f075"
404
+ %fa-icon-comment-o
405
+ &:before
406
+ content: "\f0e5"
407
+ %fa-icon-comments
408
+ &:before
409
+ content: "\f086"
410
+ %fa-icon-comments-o
411
+ &:before
412
+ content: "\f0e6"
413
+ %fa-icon-compass
414
+ &:before
415
+ content: "\f14e"
416
+ %fa-icon-compress
417
+ &:before
418
+ content: "\f066"
419
+ %fa-icon-copy
420
+ &:before
421
+ content: "\f0c5"
422
+ %fa-icon-copyright
423
+ &:before
424
+ content: "\f1f9"
425
+ %fa-icon-credit-card
426
+ &:before
427
+ content: "\f09d"
428
+ %fa-icon-crop
429
+ &:before
430
+ content: "\f125"
431
+ %fa-icon-crosshairs
432
+ &:before
433
+ content: "\f05b"
434
+ %fa-icon-css3
435
+ &:before
436
+ content: "\f13c"
437
+ %fa-icon-cube
438
+ &:before
439
+ content: "\f1b2"
440
+ %fa-icon-cubes
441
+ &:before
442
+ content: "\f1b3"
443
+ %fa-icon-cut
444
+ &:before
445
+ content: "\f0c4"
446
+ %fa-icon-cutlery
447
+ &:before
448
+ content: "\f0f5"
449
+ %fa-icon-dashboard
450
+ &:before
451
+ content: "\f0e4"
452
+ %fa-icon-database
453
+ &:before
454
+ content: "\f1c0"
455
+ %fa-icon-dedent
456
+ &:before
457
+ content: "\f03b"
458
+ %fa-icon-delicious
459
+ &:before
460
+ content: "\f1a5"
461
+ %fa-icon-desktop
462
+ &:before
463
+ content: "\f108"
464
+ %fa-icon-deviantart
465
+ &:before
466
+ content: "\f1bd"
467
+ %fa-icon-digg
468
+ &:before
469
+ content: "\f1a6"
470
+ %fa-icon-dollar
471
+ &:before
472
+ content: "\f155"
473
+ %fa-icon-dot-circle-o
474
+ &:before
475
+ content: "\f192"
476
+ %fa-icon-download
477
+ &:before
478
+ content: "\f019"
479
+ %fa-icon-dribbble
480
+ &:before
481
+ content: "\f17d"
482
+ %fa-icon-dropbox
483
+ &:before
484
+ content: "\f16b"
485
+ %fa-icon-drupal
486
+ &:before
487
+ content: "\f1a9"
488
+ %fa-icon-edit
489
+ &:before
490
+ content: "\f044"
491
+ %fa-icon-eject
492
+ &:before
493
+ content: "\f052"
494
+ %fa-icon-ellipsis-h
495
+ &:before
496
+ content: "\f141"
497
+ %fa-icon-ellipsis-v
498
+ &:before
499
+ content: "\f142"
500
+ %fa-icon-empire
501
+ &:before
502
+ content: "\f1d1"
503
+ %fa-icon-envelope
504
+ &:before
505
+ content: "\f0e0"
506
+ %fa-icon-envelope-o
507
+ &:before
508
+ content: "\f003"
509
+ %fa-icon-envelope-square
510
+ &:before
511
+ content: "\f199"
512
+ %fa-icon-eraser
513
+ &:before
514
+ content: "\f12d"
515
+ %fa-icon-eur
516
+ &:before
517
+ content: "\f153"
518
+ %fa-icon-euro
519
+ &:before
520
+ content: "\f153"
521
+ %fa-icon-exchange
522
+ &:before
523
+ content: "\f0ec"
524
+ %fa-icon-exclamation
525
+ &:before
526
+ content: "\f12a"
527
+ %fa-icon-exclamation-circle
528
+ &:before
529
+ content: "\f06a"
530
+ %fa-icon-exclamation-triangle
531
+ &:before
532
+ content: "\f071"
533
+ %fa-icon-expand
534
+ &:before
535
+ content: "\f065"
536
+ %fa-icon-external-link
537
+ &:before
538
+ content: "\f08e"
539
+ %fa-icon-external-link-square
540
+ &:before
541
+ content: "\f14c"
542
+ %fa-icon-eye
543
+ &:before
544
+ content: "\f06e"
545
+ %fa-icon-eye-slash
546
+ &:before
547
+ content: "\f070"
548
+ %fa-icon-eyedropper
549
+ &:before
550
+ content: "\f1fb"
551
+ %fa-icon-facebook
552
+ &:before
553
+ content: "\f09a"
554
+ %fa-icon-facebook-square
555
+ &:before
556
+ content: "\f082"
557
+ %fa-icon-fast-backward
558
+ &:before
559
+ content: "\f049"
560
+ %fa-icon-fast-forward
561
+ &:before
562
+ content: "\f050"
563
+ %fa-icon-fax
564
+ &:before
565
+ content: "\f1ac"
566
+ %fa-icon-female
567
+ &:before
568
+ content: "\f182"
569
+ %fa-icon-fighter-jet
570
+ &:before
571
+ content: "\f0fb"
572
+ %fa-icon-file
573
+ &:before
574
+ content: "\f15b"
575
+ %fa-icon-file-archive-o
576
+ &:before
577
+ content: "\f1c6"
578
+ %fa-icon-file-audio-o
579
+ &:before
580
+ content: "\f1c7"
581
+ %fa-icon-file-code-o
582
+ &:before
583
+ content: "\f1c9"
584
+ %fa-icon-file-excel-o
585
+ &:before
586
+ content: "\f1c3"
587
+ %fa-icon-file-image-o
588
+ &:before
589
+ content: "\f1c5"
590
+ %fa-icon-file-movie-o
591
+ &:before
592
+ content: "\f1c8"
593
+ %fa-icon-file-o
594
+ &:before
595
+ content: "\f016"
596
+ %fa-icon-file-pdf-o
597
+ &:before
598
+ content: "\f1c1"
599
+ %fa-icon-file-photo-o
600
+ &:before
601
+ content: "\f1c5"
602
+ %fa-icon-file-picture-o
603
+ &:before
604
+ content: "\f1c5"
605
+ %fa-icon-file-powerpoint-o
606
+ &:before
607
+ content: "\f1c4"
608
+ %fa-icon-file-sound-o
609
+ &:before
610
+ content: "\f1c7"
611
+ %fa-icon-file-text
612
+ &:before
613
+ content: "\f15c"
614
+ %fa-icon-file-text-o
615
+ &:before
616
+ content: "\f0f6"
617
+ %fa-icon-file-video-o
618
+ &:before
619
+ content: "\f1c8"
620
+ %fa-icon-file-word-o
621
+ &:before
622
+ content: "\f1c2"
623
+ %fa-icon-file-zip-o
624
+ &:before
625
+ content: "\f1c6"
626
+ %fa-icon-files-o
627
+ &:before
628
+ content: "\f0c5"
629
+ %fa-icon-film
630
+ &:before
631
+ content: "\f008"
632
+ %fa-icon-filter
633
+ &:before
634
+ content: "\f0b0"
635
+ %fa-icon-fire
636
+ &:before
637
+ content: "\f06d"
638
+ %fa-icon-fire-extinguisher
639
+ &:before
640
+ content: "\f134"
641
+ %fa-icon-flag
642
+ &:before
643
+ content: "\f024"
644
+ %fa-icon-flag-checkered
645
+ &:before
646
+ content: "\f11e"
647
+ %fa-icon-flag-o
648
+ &:before
649
+ content: "\f11d"
650
+ %fa-icon-flash
651
+ &:before
652
+ content: "\f0e7"
653
+ %fa-icon-flask
654
+ &:before
655
+ content: "\f0c3"
656
+ %fa-icon-flickr
657
+ &:before
658
+ content: "\f16e"
659
+ %fa-icon-floppy-o
660
+ &:before
661
+ content: "\f0c7"
662
+ %fa-icon-folder
663
+ &:before
664
+ content: "\f07b"
665
+ %fa-icon-folder-o
666
+ &:before
667
+ content: "\f114"
668
+ %fa-icon-folder-open
669
+ &:before
670
+ content: "\f07c"
671
+ %fa-icon-folder-open-o
672
+ &:before
673
+ content: "\f115"
674
+ %fa-icon-font
675
+ &:before
676
+ content: "\f031"
677
+ %fa-icon-forward
678
+ &:before
679
+ content: "\f04e"
680
+ %fa-icon-foursquare
681
+ &:before
682
+ content: "\f180"
683
+ %fa-icon-frown-o
684
+ &:before
685
+ content: "\f119"
686
+ %fa-icon-futbol-o
687
+ &:before
688
+ content: "\f1e3"
689
+ %fa-icon-gamepad
690
+ &:before
691
+ content: "\f11b"
692
+ %fa-icon-gavel
693
+ &:before
694
+ content: "\f0e3"
695
+ %fa-icon-gbp
696
+ &:before
697
+ content: "\f154"
698
+ %fa-icon-ge
699
+ &:before
700
+ content: "\f1d1"
701
+ %fa-icon-gear
702
+ &:before
703
+ content: "\f013"
704
+ %fa-icon-gears
705
+ &:before
706
+ content: "\f085"
707
+ %fa-icon-gift
708
+ &:before
709
+ content: "\f06b"
710
+ %fa-icon-git
711
+ &:before
712
+ content: "\f1d3"
713
+ %fa-icon-git-square
714
+ &:before
715
+ content: "\f1d2"
716
+ %fa-icon-github
717
+ &:before
718
+ content: "\f09b"
719
+ %fa-icon-github-alt
720
+ &:before
721
+ content: "\f113"
722
+ %fa-icon-github-square
723
+ &:before
724
+ content: "\f092"
725
+ %fa-icon-gittip
726
+ &:before
727
+ content: "\f184"
728
+ %fa-icon-glass
729
+ &:before
730
+ content: "\f000"
731
+ %fa-icon-globe
732
+ &:before
733
+ content: "\f0ac"
734
+ %fa-icon-google
735
+ &:before
736
+ content: "\f1a0"
737
+ %fa-icon-google-plus
738
+ &:before
739
+ content: "\f0d5"
740
+ %fa-icon-google-plus-square
741
+ &:before
742
+ content: "\f0d4"
743
+ %fa-icon-google-wallet
744
+ &:before
745
+ content: "\f1ee"
746
+ %fa-icon-graduation-cap
747
+ &:before
748
+ content: "\f19d"
749
+ %fa-icon-group
750
+ &:before
751
+ content: "\f0c0"
752
+ %fa-icon-h-square
753
+ &:before
754
+ content: "\f0fd"
755
+ %fa-icon-hacker-news
756
+ &:before
757
+ content: "\f1d4"
758
+ %fa-icon-hand-o-down
759
+ &:before
760
+ content: "\f0a7"
761
+ %fa-icon-hand-o-left
762
+ &:before
763
+ content: "\f0a5"
764
+ %fa-icon-hand-o-right
765
+ &:before
766
+ content: "\f0a4"
767
+ %fa-icon-hand-o-up
768
+ &:before
769
+ content: "\f0a6"
770
+ %fa-icon-hdd-o
771
+ &:before
772
+ content: "\f0a0"
773
+ %fa-icon-header
774
+ &:before
775
+ content: "\f1dc"
776
+ %fa-icon-headphones
777
+ &:before
778
+ content: "\f025"
779
+ %fa-icon-heart
780
+ &:before
781
+ content: "\f004"
782
+ %fa-icon-heart-o
783
+ &:before
784
+ content: "\f08a"
785
+ %fa-icon-history
786
+ &:before
787
+ content: "\f1da"
788
+ %fa-icon-home
789
+ &:before
790
+ content: "\f015"
791
+ %fa-icon-hospital-o
792
+ &:before
793
+ content: "\f0f8"
794
+ %fa-icon-html5
795
+ &:before
796
+ content: "\f13b"
797
+ %fa-icon-ils
798
+ &:before
799
+ content: "\f20b"
800
+ %fa-icon-image
801
+ &:before
802
+ content: "\f03e"
803
+ %fa-icon-inbox
804
+ &:before
805
+ content: "\f01c"
806
+ %fa-icon-indent
807
+ &:before
808
+ content: "\f03c"
809
+ %fa-icon-info
810
+ &:before
811
+ content: "\f129"
812
+ %fa-icon-info-circle
813
+ &:before
814
+ content: "\f05a"
815
+ %fa-icon-inr
816
+ &:before
817
+ content: "\f156"
818
+ %fa-icon-instagram
819
+ &:before
820
+ content: "\f16d"
821
+ %fa-icon-institution
822
+ &:before
823
+ content: "\f19c"
824
+ %fa-icon-ioxhost
825
+ &:before
826
+ content: "\f208"
827
+ %fa-icon-italic
828
+ &:before
829
+ content: "\f033"
830
+ %fa-icon-joomla
831
+ &:before
832
+ content: "\f1aa"
833
+ %fa-icon-jpy
834
+ &:before
835
+ content: "\f157"
836
+ %fa-icon-jsfiddle
837
+ &:before
838
+ content: "\f1cc"
839
+ %fa-icon-key
840
+ &:before
841
+ content: "\f084"
842
+ %fa-icon-keyboard-o
843
+ &:before
844
+ content: "\f11c"
845
+ %fa-icon-krw
846
+ &:before
847
+ content: "\f159"
848
+ %fa-icon-language
849
+ &:before
850
+ content: "\f1ab"
851
+ %fa-icon-laptop
852
+ &:before
853
+ content: "\f109"
854
+ %fa-icon-lastfm
855
+ &:before
856
+ content: "\f202"
857
+ %fa-icon-lastfm-square
858
+ &:before
859
+ content: "\f203"
860
+ %fa-icon-leaf
861
+ &:before
862
+ content: "\f06c"
863
+ %fa-icon-legal
864
+ &:before
865
+ content: "\f0e3"
866
+ %fa-icon-lemon-o
867
+ &:before
868
+ content: "\f094"
869
+ %fa-icon-level-down
870
+ &:before
871
+ content: "\f149"
872
+ %fa-icon-level-up
873
+ &:before
874
+ content: "\f148"
875
+ %fa-icon-life-bouy
876
+ &:before
877
+ content: "\f1cd"
878
+ %fa-icon-life-buoy
879
+ &:before
880
+ content: "\f1cd"
881
+ %fa-icon-life-ring
882
+ &:before
883
+ content: "\f1cd"
884
+ %fa-icon-life-saver
885
+ &:before
886
+ content: "\f1cd"
887
+ %fa-icon-lightbulb-o
888
+ &:before
889
+ content: "\f0eb"
890
+ %fa-icon-line-chart
891
+ &:before
892
+ content: "\f201"
893
+ %fa-icon-link
894
+ &:before
895
+ content: "\f0c1"
896
+ %fa-icon-linkedin
897
+ &:before
898
+ content: "\f0e1"
899
+ %fa-icon-linkedin-square
900
+ &:before
901
+ content: "\f08c"
902
+ %fa-icon-linux
903
+ &:before
904
+ content: "\f17c"
905
+ %fa-icon-list
906
+ &:before
907
+ content: "\f03a"
908
+ %fa-icon-list-alt
909
+ &:before
910
+ content: "\f022"
911
+ %fa-icon-list-ol
912
+ &:before
913
+ content: "\f0cb"
914
+ %fa-icon-list-ul
915
+ &:before
916
+ content: "\f0ca"
917
+ %fa-icon-location-arrow
918
+ &:before
919
+ content: "\f124"
920
+ %fa-icon-lock
921
+ &:before
922
+ content: "\f023"
923
+ %fa-icon-long-arrow-down
924
+ &:before
925
+ content: "\f175"
926
+ %fa-icon-long-arrow-left
927
+ &:before
928
+ content: "\f177"
929
+ %fa-icon-long-arrow-right
930
+ &:before
931
+ content: "\f178"
932
+ %fa-icon-long-arrow-up
933
+ &:before
934
+ content: "\f176"
935
+ %fa-icon-magic
936
+ &:before
937
+ content: "\f0d0"
938
+ %fa-icon-magnet
939
+ &:before
940
+ content: "\f076"
941
+ %fa-icon-mail-forward
942
+ &:before
943
+ content: "\f064"
944
+ %fa-icon-mail-reply
945
+ &:before
946
+ content: "\f112"
947
+ %fa-icon-mail-reply-all
948
+ &:before
949
+ content: "\f122"
950
+ %fa-icon-male
951
+ &:before
952
+ content: "\f183"
953
+ %fa-icon-map-marker
954
+ &:before
955
+ content: "\f041"
956
+ %fa-icon-maxcdn
957
+ &:before
958
+ content: "\f136"
959
+ %fa-icon-meanpath
960
+ &:before
961
+ content: "\f20c"
962
+ %fa-icon-medkit
963
+ &:before
964
+ content: "\f0fa"
965
+ %fa-icon-meh-o
966
+ &:before
967
+ content: "\f11a"
968
+ %fa-icon-microphone
969
+ &:before
970
+ content: "\f130"
971
+ %fa-icon-microphone-slash
972
+ &:before
973
+ content: "\f131"
974
+ %fa-icon-minus
975
+ &:before
976
+ content: "\f068"
977
+ %fa-icon-minus-circle
978
+ &:before
979
+ content: "\f056"
980
+ %fa-icon-minus-square
981
+ &:before
982
+ content: "\f146"
983
+ %fa-icon-minus-square-o
984
+ &:before
985
+ content: "\f147"
986
+ %fa-icon-mobile
987
+ &:before
988
+ content: "\f10b"
989
+ %fa-icon-mobile-phone
990
+ &:before
991
+ content: "\f10b"
992
+ %fa-icon-money
993
+ &:before
994
+ content: "\f0d6"
995
+ %fa-icon-moon-o
996
+ &:before
997
+ content: "\f186"
998
+ %fa-icon-mortar-board
999
+ &:before
1000
+ content: "\f19d"
1001
+ %fa-icon-music
1002
+ &:before
1003
+ content: "\f001"
1004
+ %fa-icon-navicon
1005
+ &:before
1006
+ content: "\f0c9"
1007
+ %fa-icon-newspaper-o
1008
+ &:before
1009
+ content: "\f1ea"
1010
+ %fa-icon-openid
1011
+ &:before
1012
+ content: "\f19b"
1013
+ %fa-icon-outdent
1014
+ &:before
1015
+ content: "\f03b"
1016
+ %fa-icon-pagelines
1017
+ &:before
1018
+ content: "\f18c"
1019
+ %fa-icon-paint-brush
1020
+ &:before
1021
+ content: "\f1fc"
1022
+ %fa-icon-paper-plane
1023
+ &:before
1024
+ content: "\f1d8"
1025
+ %fa-icon-paper-plane-o
1026
+ &:before
1027
+ content: "\f1d9"
1028
+ %fa-icon-paperclip
1029
+ &:before
1030
+ content: "\f0c6"
1031
+ %fa-icon-paragraph
1032
+ &:before
1033
+ content: "\f1dd"
1034
+ %fa-icon-paste
1035
+ &:before
1036
+ content: "\f0ea"
1037
+ %fa-icon-pause
1038
+ &:before
1039
+ content: "\f04c"
1040
+ %fa-icon-paw
1041
+ &:before
1042
+ content: "\f1b0"
1043
+ %fa-icon-paypal
1044
+ &:before
1045
+ content: "\f1ed"
1046
+ %fa-icon-pencil
1047
+ &:before
1048
+ content: "\f040"
1049
+ %fa-icon-pencil-square
1050
+ &:before
1051
+ content: "\f14b"
1052
+ %fa-icon-pencil-square-o
1053
+ &:before
1054
+ content: "\f044"
1055
+ %fa-icon-phone
1056
+ &:before
1057
+ content: "\f095"
1058
+ %fa-icon-phone-square
1059
+ &:before
1060
+ content: "\f098"
1061
+ %fa-icon-photo
1062
+ &:before
1063
+ content: "\f03e"
1064
+ %fa-icon-picture-o
1065
+ &:before
1066
+ content: "\f03e"
1067
+ %fa-icon-pie-chart
1068
+ &:before
1069
+ content: "\f200"
1070
+ %fa-icon-pied-piper
1071
+ &:before
1072
+ content: "\f1a7"
1073
+ %fa-icon-pied-piper-alt
1074
+ &:before
1075
+ content: "\f1a8"
1076
+ %fa-icon-pinterest
1077
+ &:before
1078
+ content: "\f0d2"
1079
+ %fa-icon-pinterest-square
1080
+ &:before
1081
+ content: "\f0d3"
1082
+ %fa-icon-plane
1083
+ &:before
1084
+ content: "\f072"
1085
+ %fa-icon-play
1086
+ &:before
1087
+ content: "\f04b"
1088
+ %fa-icon-play-circle
1089
+ &:before
1090
+ content: "\f144"
1091
+ %fa-icon-play-circle-o
1092
+ &:before
1093
+ content: "\f01d"
1094
+ %fa-icon-plug
1095
+ &:before
1096
+ content: "\f1e6"
1097
+ %fa-icon-plus
1098
+ &:before
1099
+ content: "\f067"
1100
+ %fa-icon-plus-circle
1101
+ &:before
1102
+ content: "\f055"
1103
+ %fa-icon-plus-square
1104
+ &:before
1105
+ content: "\f0fe"
1106
+ %fa-icon-plus-square-o
1107
+ &:before
1108
+ content: "\f196"
1109
+ %fa-icon-power-off
1110
+ &:before
1111
+ content: "\f011"
1112
+ %fa-icon-print
1113
+ &:before
1114
+ content: "\f02f"
1115
+ %fa-icon-puzzle-piece
1116
+ &:before
1117
+ content: "\f12e"
1118
+ %fa-icon-qq
1119
+ &:before
1120
+ content: "\f1d6"
1121
+ %fa-icon-qrcode
1122
+ &:before
1123
+ content: "\f029"
1124
+ %fa-icon-question
1125
+ &:before
1126
+ content: "\f128"
1127
+ %fa-icon-question-circle
1128
+ &:before
1129
+ content: "\f059"
1130
+ %fa-icon-quote-left
1131
+ &:before
1132
+ content: "\f10d"
1133
+ %fa-icon-quote-right
1134
+ &:before
1135
+ content: "\f10e"
1136
+ %fa-icon-ra
1137
+ &:before
1138
+ content: "\f1d0"
1139
+ %fa-icon-random
1140
+ &:before
1141
+ content: "\f074"
1142
+ %fa-icon-rebel
1143
+ &:before
1144
+ content: "\f1d0"
1145
+ %fa-icon-recycle
1146
+ &:before
1147
+ content: "\f1b8"
1148
+ %fa-icon-reddit
1149
+ &:before
1150
+ content: "\f1a1"
1151
+ %fa-icon-reddit-square
1152
+ &:before
1153
+ content: "\f1a2"
1154
+ %fa-icon-refresh
1155
+ &:before
1156
+ content: "\f021"
1157
+ %fa-icon-remove
1158
+ &:before
1159
+ content: "\f00d"
1160
+ %fa-icon-renren
1161
+ &:before
1162
+ content: "\f18b"
1163
+ %fa-icon-reorder
1164
+ &:before
1165
+ content: "\f0c9"
1166
+ %fa-icon-repeat
1167
+ &:before
1168
+ content: "\f01e"
1169
+ %fa-icon-reply
1170
+ &:before
1171
+ content: "\f112"
1172
+ %fa-icon-reply-all
1173
+ &:before
1174
+ content: "\f122"
1175
+ %fa-icon-retweet
1176
+ &:before
1177
+ content: "\f079"
1178
+ %fa-icon-rmb
1179
+ &:before
1180
+ content: "\f157"
1181
+ %fa-icon-road
1182
+ &:before
1183
+ content: "\f018"
1184
+ %fa-icon-rocket
1185
+ &:before
1186
+ content: "\f135"
1187
+ %fa-icon-rotate-left
1188
+ &:before
1189
+ content: "\f0e2"
1190
+ %fa-icon-rotate-right
1191
+ &:before
1192
+ content: "\f01e"
1193
+ %fa-icon-rouble
1194
+ &:before
1195
+ content: "\f158"
1196
+ %fa-icon-rss
1197
+ &:before
1198
+ content: "\f09e"
1199
+ %fa-icon-rss-square
1200
+ &:before
1201
+ content: "\f143"
1202
+ %fa-icon-rub
1203
+ &:before
1204
+ content: "\f158"
1205
+ %fa-icon-ruble
1206
+ &:before
1207
+ content: "\f158"
1208
+ %fa-icon-rupee
1209
+ &:before
1210
+ content: "\f156"
1211
+ %fa-icon-save
1212
+ &:before
1213
+ content: "\f0c7"
1214
+ %fa-icon-scissors
1215
+ &:before
1216
+ content: "\f0c4"
1217
+ %fa-icon-search
1218
+ &:before
1219
+ content: "\f002"
1220
+ %fa-icon-search-minus
1221
+ &:before
1222
+ content: "\f010"
1223
+ %fa-icon-search-plus
1224
+ &:before
1225
+ content: "\f00e"
1226
+ %fa-icon-send
1227
+ &:before
1228
+ content: "\f1d8"
1229
+ %fa-icon-send-o
1230
+ &:before
1231
+ content: "\f1d9"
1232
+ %fa-icon-share
1233
+ &:before
1234
+ content: "\f064"
1235
+ %fa-icon-share-alt
1236
+ &:before
1237
+ content: "\f1e0"
1238
+ %fa-icon-share-alt-square
1239
+ &:before
1240
+ content: "\f1e1"
1241
+ %fa-icon-share-square
1242
+ &:before
1243
+ content: "\f14d"
1244
+ %fa-icon-share-square-o
1245
+ &:before
1246
+ content: "\f045"
1247
+ %fa-icon-shekel
1248
+ &:before
1249
+ content: "\f20b"
1250
+ %fa-icon-sheqel
1251
+ &:before
1252
+ content: "\f20b"
1253
+ %fa-icon-shield
1254
+ &:before
1255
+ content: "\f132"
1256
+ %fa-icon-shopping-cart
1257
+ &:before
1258
+ content: "\f07a"
1259
+ %fa-icon-sign-in
1260
+ &:before
1261
+ content: "\f090"
1262
+ %fa-icon-sign-out
1263
+ &:before
1264
+ content: "\f08b"
1265
+ %fa-icon-signal
1266
+ &:before
1267
+ content: "\f012"
1268
+ %fa-icon-sitemap
1269
+ &:before
1270
+ content: "\f0e8"
1271
+ %fa-icon-skype
1272
+ &:before
1273
+ content: "\f17e"
1274
+ %fa-icon-slack
1275
+ &:before
1276
+ content: "\f198"
1277
+ %fa-icon-sliders
1278
+ &:before
1279
+ content: "\f1de"
1280
+ %fa-icon-slideshare
1281
+ &:before
1282
+ content: "\f1e7"
1283
+ %fa-icon-smile-o
1284
+ &:before
1285
+ content: "\f118"
1286
+ %fa-icon-soccer-ball-o
1287
+ &:before
1288
+ content: "\f1e3"
1289
+ %fa-icon-sort
1290
+ &:before
1291
+ content: "\f0dc"
1292
+ %fa-icon-sort-alpha-asc
1293
+ &:before
1294
+ content: "\f15d"
1295
+ %fa-icon-sort-alpha-desc
1296
+ &:before
1297
+ content: "\f15e"
1298
+ %fa-icon-sort-amount-asc
1299
+ &:before
1300
+ content: "\f160"
1301
+ %fa-icon-sort-amount-desc
1302
+ &:before
1303
+ content: "\f161"
1304
+ %fa-icon-sort-asc
1305
+ &:before
1306
+ content: "\f0de"
1307
+ %fa-icon-sort-desc
1308
+ &:before
1309
+ content: "\f0dd"
1310
+ %fa-icon-sort-down
1311
+ &:before
1312
+ content: "\f0dd"
1313
+ %fa-icon-sort-numeric-asc
1314
+ &:before
1315
+ content: "\f162"
1316
+ %fa-icon-sort-numeric-desc
1317
+ &:before
1318
+ content: "\f163"
1319
+ %fa-icon-sort-up
1320
+ &:before
1321
+ content: "\f0de"
1322
+ %fa-icon-soundcloud
1323
+ &:before
1324
+ content: "\f1be"
1325
+ %fa-icon-space-shuttle
1326
+ &:before
1327
+ content: "\f197"
1328
+ %fa-icon-spinner
1329
+ &:before
1330
+ content: "\f110"
1331
+ %fa-icon-spoon
1332
+ &:before
1333
+ content: "\f1b1"
1334
+ %fa-icon-spotify
1335
+ &:before
1336
+ content: "\f1bc"
1337
+ %fa-icon-square
1338
+ &:before
1339
+ content: "\f0c8"
1340
+ %fa-icon-square-o
1341
+ &:before
1342
+ content: "\f096"
1343
+ %fa-icon-stack-exchange
1344
+ &:before
1345
+ content: "\f18d"
1346
+ %fa-icon-stack-overflow
1347
+ &:before
1348
+ content: "\f16c"
1349
+ %fa-icon-star
1350
+ &:before
1351
+ content: "\f005"
1352
+ %fa-icon-star-half
1353
+ &:before
1354
+ content: "\f089"
1355
+ %fa-icon-star-half-empty
1356
+ &:before
1357
+ content: "\f123"
1358
+ %fa-icon-star-half-full
1359
+ &:before
1360
+ content: "\f123"
1361
+ %fa-icon-star-half-o
1362
+ &:before
1363
+ content: "\f123"
1364
+ %fa-icon-star-o
1365
+ &:before
1366
+ content: "\f006"
1367
+ %fa-icon-steam
1368
+ &:before
1369
+ content: "\f1b6"
1370
+ %fa-icon-steam-square
1371
+ &:before
1372
+ content: "\f1b7"
1373
+ %fa-icon-step-backward
1374
+ &:before
1375
+ content: "\f048"
1376
+ %fa-icon-step-forward
1377
+ &:before
1378
+ content: "\f051"
1379
+ %fa-icon-stethoscope
1380
+ &:before
1381
+ content: "\f0f1"
1382
+ %fa-icon-stop
1383
+ &:before
1384
+ content: "\f04d"
1385
+ %fa-icon-strikethrough
1386
+ &:before
1387
+ content: "\f0cc"
1388
+ %fa-icon-stumbleupon
1389
+ &:before
1390
+ content: "\f1a4"
1391
+ %fa-icon-stumbleupon-circle
1392
+ &:before
1393
+ content: "\f1a3"
1394
+ %fa-icon-subscript
1395
+ &:before
1396
+ content: "\f12c"
1397
+ %fa-icon-suitcase
1398
+ &:before
1399
+ content: "\f0f2"
1400
+ %fa-icon-sun-o
1401
+ &:before
1402
+ content: "\f185"
1403
+ %fa-icon-superscript
1404
+ &:before
1405
+ content: "\f12b"
1406
+ %fa-icon-support
1407
+ &:before
1408
+ content: "\f1cd"
1409
+ %fa-icon-table
1410
+ &:before
1411
+ content: "\f0ce"
1412
+ %fa-icon-tablet
1413
+ &:before
1414
+ content: "\f10a"
1415
+ %fa-icon-tachometer
1416
+ &:before
1417
+ content: "\f0e4"
1418
+ %fa-icon-tag
1419
+ &:before
1420
+ content: "\f02b"
1421
+ %fa-icon-tags
1422
+ &:before
1423
+ content: "\f02c"
1424
+ %fa-icon-tasks
1425
+ &:before
1426
+ content: "\f0ae"
1427
+ %fa-icon-taxi
1428
+ &:before
1429
+ content: "\f1ba"
1430
+ %fa-icon-tencent-weibo
1431
+ &:before
1432
+ content: "\f1d5"
1433
+ %fa-icon-terminal
1434
+ &:before
1435
+ content: "\f120"
1436
+ %fa-icon-text-height
1437
+ &:before
1438
+ content: "\f034"
1439
+ %fa-icon-text-width
1440
+ &:before
1441
+ content: "\f035"
1442
+ %fa-icon-th
1443
+ &:before
1444
+ content: "\f00a"
1445
+ %fa-icon-th-large
1446
+ &:before
1447
+ content: "\f009"
1448
+ %fa-icon-th-list
1449
+ &:before
1450
+ content: "\f00b"
1451
+ %fa-icon-thumb-tack
1452
+ &:before
1453
+ content: "\f08d"
1454
+ %fa-icon-thumbs-down
1455
+ &:before
1456
+ content: "\f165"
1457
+ %fa-icon-thumbs-o-down
1458
+ &:before
1459
+ content: "\f088"
1460
+ %fa-icon-thumbs-o-up
1461
+ &:before
1462
+ content: "\f087"
1463
+ %fa-icon-thumbs-up
1464
+ &:before
1465
+ content: "\f164"
1466
+ %fa-icon-ticket
1467
+ &:before
1468
+ content: "\f145"
1469
+ %fa-icon-times
1470
+ &:before
1471
+ content: "\f00d"
1472
+ %fa-icon-times-circle
1473
+ &:before
1474
+ content: "\f057"
1475
+ %fa-icon-times-circle-o
1476
+ &:before
1477
+ content: "\f05c"
1478
+ %fa-icon-tint
1479
+ &:before
1480
+ content: "\f043"
1481
+ %fa-icon-toggle-down
1482
+ &:before
1483
+ content: "\f150"
1484
+ %fa-icon-toggle-left
1485
+ &:before
1486
+ content: "\f191"
1487
+ %fa-icon-toggle-off
1488
+ &:before
1489
+ content: "\f204"
1490
+ %fa-icon-toggle-on
1491
+ &:before
1492
+ content: "\f205"
1493
+ %fa-icon-toggle-right
1494
+ &:before
1495
+ content: "\f152"
1496
+ %fa-icon-toggle-up
1497
+ &:before
1498
+ content: "\f151"
1499
+ %fa-icon-trash
1500
+ &:before
1501
+ content: "\f1f8"
1502
+ %fa-icon-trash-o
1503
+ &:before
1504
+ content: "\f014"
1505
+ %fa-icon-tree
1506
+ &:before
1507
+ content: "\f1bb"
1508
+ %fa-icon-trello
1509
+ &:before
1510
+ content: "\f181"
1511
+ %fa-icon-trophy
1512
+ &:before
1513
+ content: "\f091"
1514
+ %fa-icon-truck
1515
+ &:before
1516
+ content: "\f0d1"
1517
+ %fa-icon-try
1518
+ &:before
1519
+ content: "\f195"
1520
+ %fa-icon-tty
1521
+ &:before
1522
+ content: "\f1e4"
1523
+ %fa-icon-tumblr
1524
+ &:before
1525
+ content: "\f173"
1526
+ %fa-icon-tumblr-square
1527
+ &:before
1528
+ content: "\f174"
1529
+ %fa-icon-turkish-lira
1530
+ &:before
1531
+ content: "\f195"
1532
+ %fa-icon-twitch
1533
+ &:before
1534
+ content: "\f1e8"
1535
+ %fa-icon-twitter
1536
+ &:before
1537
+ content: "\f099"
1538
+ %fa-icon-twitter-square
1539
+ &:before
1540
+ content: "\f081"
1541
+ %fa-icon-umbrella
1542
+ &:before
1543
+ content: "\f0e9"
1544
+ %fa-icon-underline
1545
+ &:before
1546
+ content: "\f0cd"
1547
+ %fa-icon-undo
1548
+ &:before
1549
+ content: "\f0e2"
1550
+ %fa-icon-university
1551
+ &:before
1552
+ content: "\f19c"
1553
+ %fa-icon-unlink
1554
+ &:before
1555
+ content: "\f127"
1556
+ %fa-icon-unlock
1557
+ &:before
1558
+ content: "\f09c"
1559
+ %fa-icon-unlock-alt
1560
+ &:before
1561
+ content: "\f13e"
1562
+ %fa-icon-unsorted
1563
+ &:before
1564
+ content: "\f0dc"
1565
+ %fa-icon-upload
1566
+ &:before
1567
+ content: "\f093"
1568
+ %fa-icon-usd
1569
+ &:before
1570
+ content: "\f155"
1571
+ %fa-icon-user
1572
+ &:before
1573
+ content: "\f007"
1574
+ %fa-icon-user-md
1575
+ &:before
1576
+ content: "\f0f0"
1577
+ %fa-icon-users
1578
+ &:before
1579
+ content: "\f0c0"
1580
+ %fa-icon-video-camera
1581
+ &:before
1582
+ content: "\f03d"
1583
+ %fa-icon-vimeo-square
1584
+ &:before
1585
+ content: "\f194"
1586
+ %fa-icon-vine
1587
+ &:before
1588
+ content: "\f1ca"
1589
+ %fa-icon-vk
1590
+ &:before
1591
+ content: "\f189"
1592
+ %fa-icon-volume-down
1593
+ &:before
1594
+ content: "\f027"
1595
+ %fa-icon-volume-off
1596
+ &:before
1597
+ content: "\f026"
1598
+ %fa-icon-volume-up
1599
+ &:before
1600
+ content: "\f028"
1601
+ %fa-icon-warning
1602
+ &:before
1603
+ content: "\f071"
1604
+ %fa-icon-wechat
1605
+ &:before
1606
+ content: "\f1d7"
1607
+ %fa-icon-weibo
1608
+ &:before
1609
+ content: "\f18a"
1610
+ %fa-icon-weixin
1611
+ &:before
1612
+ content: "\f1d7"
1613
+ %fa-icon-wheelchair
1614
+ &:before
1615
+ content: "\f193"
1616
+ %fa-icon-wifi
1617
+ &:before
1618
+ content: "\f1eb"
1619
+ %fa-icon-windows
1620
+ &:before
1621
+ content: "\f17a"
1622
+ %fa-icon-won
1623
+ &:before
1624
+ content: "\f159"
1625
+ %fa-icon-wordpress
1626
+ &:before
1627
+ content: "\f19a"
1628
+ %fa-icon-wrench
1629
+ &:before
1630
+ content: "\f0ad"
1631
+ %fa-icon-xing
1632
+ &:before
1633
+ content: "\f168"
1634
+ %fa-icon-xing-square
1635
+ &:before
1636
+ content: "\f169"
1637
+ %fa-icon-yahoo
1638
+ &:before
1639
+ content: "\f19e"
1640
+ %fa-icon-yelp
1641
+ &:before
1642
+ content: "\f1e9"
1643
+ %fa-icon-yen
1644
+ &:before
1645
+ content: "\f157"
1646
+ %fa-icon-youtube
1647
+ &:before
1648
+ content: "\f167"
1649
+ %fa-icon-youtube-play
1650
+ &:before
1651
+ content: "\f16a"
1652
+ %fa-icon-youtube-square
1653
+ &:before
1654
+ content: "\f166"