coffeebrew_jekyll_docs 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +5 -0
  3. data/LICENSE +21 -0
  4. data/README.md +77 -0
  5. data/_includes/navigation.html +11 -0
  6. data/_layouts/default.html +53 -0
  7. data/_layouts/version.html +4 -0
  8. data/_sass/fontawesome/scss/_animated.scss +153 -0
  9. data/_sass/fontawesome/scss/_bordered-pulled.scss +20 -0
  10. data/_sass/fontawesome/scss/_core.scss +43 -0
  11. data/_sass/fontawesome/scss/_fixed-width.scss +7 -0
  12. data/_sass/fontawesome/scss/_functions.scss +57 -0
  13. data/_sass/fontawesome/scss/_icons.scss +10 -0
  14. data/_sass/fontawesome/scss/_list.scss +18 -0
  15. data/_sass/fontawesome/scss/_mixins.scss +75 -0
  16. data/_sass/fontawesome/scss/_rotated-flipped.scss +31 -0
  17. data/_sass/fontawesome/scss/_screen-reader.scss +14 -0
  18. data/_sass/fontawesome/scss/_shims.scss +2042 -0
  19. data/_sass/fontawesome/scss/_sizing.scss +16 -0
  20. data/_sass/fontawesome/scss/_stacked.scss +32 -0
  21. data/_sass/fontawesome/scss/_variables.scss +4961 -0
  22. data/_sass/fontawesome/scss/brands.scss +30 -0
  23. data/_sass/fontawesome/scss/fontawesome.scss +21 -0
  24. data/_sass/fontawesome/scss/regular.scss +26 -0
  25. data/_sass/fontawesome/scss/solid.scss +26 -0
  26. data/_sass/fontawesome/scss/v4-shims.scss +11 -0
  27. data/_sass/fonts.scss +107 -0
  28. data/_sass/main.scss +309 -0
  29. data/assets/css/styles.scss +8 -0
  30. data/assets/js/main.js +14 -0
  31. data/assets/webfonts/Quicksand-Bold.ttf +0 -0
  32. data/assets/webfonts/Quicksand-Bold.woff2 +0 -0
  33. data/assets/webfonts/Quicksand-Medium.ttf +0 -0
  34. data/assets/webfonts/Quicksand-Medium.woff2 +0 -0
  35. data/assets/webfonts/fa-brands-400.ttf +0 -0
  36. data/assets/webfonts/fa-brands-400.woff2 +0 -0
  37. data/assets/webfonts/fa-regular-400.ttf +0 -0
  38. data/assets/webfonts/fa-regular-400.woff2 +0 -0
  39. data/assets/webfonts/fa-solid-900.ttf +0 -0
  40. data/assets/webfonts/fa-solid-900.woff2 +0 -0
  41. data/assets/webfonts/fa-v4compatibility.ttf +0 -0
  42. data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
  43. metadata +151 -0
@@ -0,0 +1,2042 @@
1
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: unquote("\"#{ $fa-var-martini-glass-empty }\""); }
2
+
3
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o {
4
+ font-family: 'Font Awesome 6 Free';
5
+ font-weight: 400;
6
+ }
7
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o:before { content: unquote("\"#{ $fa-var-envelope }\""); }
8
+
9
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-o {
10
+ font-family: 'Font Awesome 6 Free';
11
+ font-weight: 400;
12
+ }
13
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-o:before { content: unquote("\"#{ $fa-var-star }\""); }
14
+
15
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-remove:before { content: unquote("\"#{ $fa-var-xmark }\""); }
16
+
17
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-close:before { content: unquote("\"#{ $fa-var-xmark }\""); }
18
+
19
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gear:before { content: unquote("\"#{ $fa-var-gear }\""); }
20
+
21
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o {
22
+ font-family: 'Font Awesome 6 Free';
23
+ font-weight: 400;
24
+ }
25
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o:before { content: unquote("\"#{ $fa-var-trash-can }\""); }
26
+
27
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-home:before { content: unquote("\"#{ $fa-var-house }\""); }
28
+
29
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-o {
30
+ font-family: 'Font Awesome 6 Free';
31
+ font-weight: 400;
32
+ }
33
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-o:before { content: unquote("\"#{ $fa-var-file }\""); }
34
+
35
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o {
36
+ font-family: 'Font Awesome 6 Free';
37
+ font-weight: 400;
38
+ }
39
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o:before { content: unquote("\"#{ $fa-var-clock }\""); }
40
+
41
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down {
42
+ font-family: 'Font Awesome 6 Free';
43
+ font-weight: 400;
44
+ }
45
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down:before { content: unquote("\"#{ $fa-var-circle-down }\""); }
46
+
47
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up {
48
+ font-family: 'Font Awesome 6 Free';
49
+ font-weight: 400;
50
+ }
51
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up:before { content: unquote("\"#{ $fa-var-circle-up }\""); }
52
+
53
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o {
54
+ font-family: 'Font Awesome 6 Free';
55
+ font-weight: 400;
56
+ }
57
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o:before { content: unquote("\"#{ $fa-var-circle-play }\""); }
58
+
59
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-repeat:before { content: unquote("\"#{ $fa-var-arrow-rotate-right }\""); }
60
+
61
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-right:before { content: unquote("\"#{ $fa-var-arrow-rotate-right }\""); }
62
+
63
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-refresh:before { content: unquote("\"#{ $fa-var-arrows-rotate }\""); }
64
+
65
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt {
66
+ font-family: 'Font Awesome 6 Free';
67
+ font-weight: 400;
68
+ }
69
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt:before { content: unquote("\"#{ $fa-var-rectangle-list }\""); }
70
+
71
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dedent:before { content: unquote("\"#{ $fa-var-outdent }\""); }
72
+
73
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-video-camera:before { content: unquote("\"#{ $fa-var-video }\""); }
74
+
75
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o {
76
+ font-family: 'Font Awesome 6 Free';
77
+ font-weight: 400;
78
+ }
79
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o:before { content: unquote("\"#{ $fa-var-image }\""); }
80
+
81
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-photo {
82
+ font-family: 'Font Awesome 6 Free';
83
+ font-weight: 400;
84
+ }
85
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-photo:before { content: unquote("\"#{ $fa-var-image }\""); }
86
+
87
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-image {
88
+ font-family: 'Font Awesome 6 Free';
89
+ font-weight: 400;
90
+ }
91
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-image:before { content: unquote("\"#{ $fa-var-image }\""); }
92
+
93
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-map-marker:before { content: unquote("\"#{ $fa-var-location-dot }\""); }
94
+
95
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o {
96
+ font-family: 'Font Awesome 6 Free';
97
+ font-weight: 400;
98
+ }
99
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o:before { content: unquote("\"#{ $fa-var-pen-to-square }\""); }
100
+
101
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-edit {
102
+ font-family: 'Font Awesome 6 Free';
103
+ font-weight: 400;
104
+ }
105
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-edit:before { content: unquote("\"#{ $fa-var-pen-to-square }\""); }
106
+
107
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o:before { content: unquote("\"#{ $fa-var-share-from-square }\""); }
108
+
109
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o {
110
+ font-family: 'Font Awesome 6 Free';
111
+ font-weight: 400;
112
+ }
113
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o:before { content: unquote("\"#{ $fa-var-square-check }\""); }
114
+
115
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows:before { content: unquote("\"#{ $fa-var-up-down-left-right }\""); }
116
+
117
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o {
118
+ font-family: 'Font Awesome 6 Free';
119
+ font-weight: 400;
120
+ }
121
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o:before { content: unquote("\"#{ $fa-var-circle-xmark }\""); }
122
+
123
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o {
124
+ font-family: 'Font Awesome 6 Free';
125
+ font-weight: 400;
126
+ }
127
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o:before { content: unquote("\"#{ $fa-var-circle-check }\""); }
128
+
129
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-forward:before { content: unquote("\"#{ $fa-var-share }\""); }
130
+
131
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-expand:before { content: unquote("\"#{ $fa-var-up-right-and-down-left-from-center }\""); }
132
+
133
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-compress:before { content: unquote("\"#{ $fa-var-down-left-and-up-right-to-center }\""); }
134
+
135
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eye {
136
+ font-family: 'Font Awesome 6 Free';
137
+ font-weight: 400;
138
+ }
139
+
140
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eye-slash {
141
+ font-family: 'Font Awesome 6 Free';
142
+ font-weight: 400;
143
+ }
144
+
145
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-warning:before { content: unquote("\"#{ $fa-var-triangle-exclamation }\""); }
146
+
147
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar:before { content: unquote("\"#{ $fa-var-calendar-days }\""); }
148
+
149
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-v:before { content: unquote("\"#{ $fa-var-up-down }\""); }
150
+
151
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-h:before { content: unquote("\"#{ $fa-var-left-right }\""); }
152
+
153
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart:before { content: unquote("\"#{ $fa-var-chart-column }\""); }
154
+
155
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o:before { content: unquote("\"#{ $fa-var-chart-column }\""); }
156
+
157
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square {
158
+ font-family: 'Font Awesome 6 Brands';
159
+ font-weight: 400;
160
+ }
161
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square:before { content: unquote("\"#{ $fa-var-square-twitter }\""); }
162
+
163
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square {
164
+ font-family: 'Font Awesome 6 Brands';
165
+ font-weight: 400;
166
+ }
167
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square:before { content: unquote("\"#{ $fa-var-square-facebook }\""); }
168
+
169
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gears:before { content: unquote("\"#{ $fa-var-gears }\""); }
170
+
171
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up {
172
+ font-family: 'Font Awesome 6 Free';
173
+ font-weight: 400;
174
+ }
175
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up:before { content: unquote("\"#{ $fa-var-thumbs-up }\""); }
176
+
177
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down {
178
+ font-family: 'Font Awesome 6 Free';
179
+ font-weight: 400;
180
+ }
181
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down:before { content: unquote("\"#{ $fa-var-thumbs-down }\""); }
182
+
183
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o {
184
+ font-family: 'Font Awesome 6 Free';
185
+ font-weight: 400;
186
+ }
187
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o:before { content: unquote("\"#{ $fa-var-heart }\""); }
188
+
189
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sign-out:before { content: unquote("\"#{ $fa-var-right-from-bracket }\""); }
190
+
191
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square {
192
+ font-family: 'Font Awesome 6 Brands';
193
+ font-weight: 400;
194
+ }
195
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square:before { content: unquote("\"#{ $fa-var-linkedin }\""); }
196
+
197
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumb-tack:before { content: unquote("\"#{ $fa-var-thumbtack }\""); }
198
+
199
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-external-link:before { content: unquote("\"#{ $fa-var-up-right-from-square }\""); }
200
+
201
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sign-in:before { content: unquote("\"#{ $fa-var-right-to-bracket }\""); }
202
+
203
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github-square {
204
+ font-family: 'Font Awesome 6 Brands';
205
+ font-weight: 400;
206
+ }
207
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github-square:before { content: unquote("\"#{ $fa-var-square-github }\""); }
208
+
209
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o {
210
+ font-family: 'Font Awesome 6 Free';
211
+ font-weight: 400;
212
+ }
213
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o:before { content: unquote("\"#{ $fa-var-lemon }\""); }
214
+
215
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-square-o {
216
+ font-family: 'Font Awesome 6 Free';
217
+ font-weight: 400;
218
+ }
219
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-square-o:before { content: unquote("\"#{ $fa-var-square }\""); }
220
+
221
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o {
222
+ font-family: 'Font Awesome 6 Free';
223
+ font-weight: 400;
224
+ }
225
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o:before { content: unquote("\"#{ $fa-var-bookmark }\""); }
226
+
227
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter {
228
+ font-family: 'Font Awesome 6 Brands';
229
+ font-weight: 400;
230
+ }
231
+
232
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook {
233
+ font-family: 'Font Awesome 6 Brands';
234
+ font-weight: 400;
235
+ }
236
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook:before { content: unquote("\"#{ $fa-var-facebook-f }\""); }
237
+
238
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f {
239
+ font-family: 'Font Awesome 6 Brands';
240
+ font-weight: 400;
241
+ }
242
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f:before { content: unquote("\"#{ $fa-var-facebook-f }\""); }
243
+
244
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github {
245
+ font-family: 'Font Awesome 6 Brands';
246
+ font-weight: 400;
247
+ }
248
+
249
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card {
250
+ font-family: 'Font Awesome 6 Free';
251
+ font-weight: 400;
252
+ }
253
+
254
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-feed:before { content: unquote("\"#{ $fa-var-rss }\""); }
255
+
256
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o {
257
+ font-family: 'Font Awesome 6 Free';
258
+ font-weight: 400;
259
+ }
260
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o:before { content: unquote("\"#{ $fa-var-hard-drive }\""); }
261
+
262
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right {
263
+ font-family: 'Font Awesome 6 Free';
264
+ font-weight: 400;
265
+ }
266
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right:before { content: unquote("\"#{ $fa-var-hand-point-right }\""); }
267
+
268
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left {
269
+ font-family: 'Font Awesome 6 Free';
270
+ font-weight: 400;
271
+ }
272
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left:before { content: unquote("\"#{ $fa-var-hand-point-left }\""); }
273
+
274
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up {
275
+ font-family: 'Font Awesome 6 Free';
276
+ font-weight: 400;
277
+ }
278
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up:before { content: unquote("\"#{ $fa-var-hand-point-up }\""); }
279
+
280
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down {
281
+ font-family: 'Font Awesome 6 Free';
282
+ font-weight: 400;
283
+ }
284
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down:before { content: unquote("\"#{ $fa-var-hand-point-down }\""); }
285
+
286
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-globe:before { content: unquote("\"#{ $fa-var-earth-americas }\""); }
287
+
288
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tasks:before { content: unquote("\"#{ $fa-var-bars-progress }\""); }
289
+
290
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-alt:before { content: unquote("\"#{ $fa-var-maximize }\""); }
291
+
292
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-group:before { content: unquote("\"#{ $fa-var-users }\""); }
293
+
294
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-chain:before { content: unquote("\"#{ $fa-var-link }\""); }
295
+
296
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cut:before { content: unquote("\"#{ $fa-var-scissors }\""); }
297
+
298
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-files-o {
299
+ font-family: 'Font Awesome 6 Free';
300
+ font-weight: 400;
301
+ }
302
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-files-o:before { content: unquote("\"#{ $fa-var-copy }\""); }
303
+
304
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o {
305
+ font-family: 'Font Awesome 6 Free';
306
+ font-weight: 400;
307
+ }
308
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o:before { content: unquote("\"#{ $fa-var-floppy-disk }\""); }
309
+
310
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-save {
311
+ font-family: 'Font Awesome 6 Free';
312
+ font-weight: 400;
313
+ }
314
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-save:before { content: unquote("\"#{ $fa-var-floppy-disk }\""); }
315
+
316
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-navicon:before { content: unquote("\"#{ $fa-var-bars }\""); }
317
+
318
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reorder:before { content: unquote("\"#{ $fa-var-bars }\""); }
319
+
320
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-magic:before { content: unquote("\"#{ $fa-var-wand-magic-sparkles }\""); }
321
+
322
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest {
323
+ font-family: 'Font Awesome 6 Brands';
324
+ font-weight: 400;
325
+ }
326
+
327
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square {
328
+ font-family: 'Font Awesome 6 Brands';
329
+ font-weight: 400;
330
+ }
331
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square:before { content: unquote("\"#{ $fa-var-square-pinterest }\""); }
332
+
333
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square {
334
+ font-family: 'Font Awesome 6 Brands';
335
+ font-weight: 400;
336
+ }
337
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square:before { content: unquote("\"#{ $fa-var-square-google-plus }\""); }
338
+
339
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus {
340
+ font-family: 'Font Awesome 6 Brands';
341
+ font-weight: 400;
342
+ }
343
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus:before { content: unquote("\"#{ $fa-var-google-plus-g }\""); }
344
+
345
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-money:before { content: unquote("\"#{ $fa-var-money-bill-1 }\""); }
346
+
347
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-unsorted:before { content: unquote("\"#{ $fa-var-sort }\""); }
348
+
349
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-desc:before { content: unquote("\"#{ $fa-var-sort-down }\""); }
350
+
351
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-asc:before { content: unquote("\"#{ $fa-var-sort-up }\""); }
352
+
353
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin {
354
+ font-family: 'Font Awesome 6 Brands';
355
+ font-weight: 400;
356
+ }
357
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin:before { content: unquote("\"#{ $fa-var-linkedin-in }\""); }
358
+
359
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-left:before { content: unquote("\"#{ $fa-var-arrow-rotate-left }\""); }
360
+
361
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-legal:before { content: unquote("\"#{ $fa-var-gavel }\""); }
362
+
363
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tachometer:before { content: unquote("\"#{ $fa-var-gauge-high }\""); }
364
+
365
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dashboard:before { content: unquote("\"#{ $fa-var-gauge-high }\""); }
366
+
367
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o {
368
+ font-family: 'Font Awesome 6 Free';
369
+ font-weight: 400;
370
+ }
371
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o:before { content: unquote("\"#{ $fa-var-comment }\""); }
372
+
373
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o {
374
+ font-family: 'Font Awesome 6 Free';
375
+ font-weight: 400;
376
+ }
377
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o:before { content: unquote("\"#{ $fa-var-comments }\""); }
378
+
379
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flash:before { content: unquote("\"#{ $fa-var-bolt }\""); }
380
+
381
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clipboard:before { content: unquote("\"#{ $fa-var-paste }\""); }
382
+
383
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o {
384
+ font-family: 'Font Awesome 6 Free';
385
+ font-weight: 400;
386
+ }
387
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o:before { content: unquote("\"#{ $fa-var-lightbulb }\""); }
388
+
389
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-exchange:before { content: unquote("\"#{ $fa-var-right-left }\""); }
390
+
391
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-download:before { content: unquote("\"#{ $fa-var-cloud-arrow-down }\""); }
392
+
393
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-upload:before { content: unquote("\"#{ $fa-var-cloud-arrow-up }\""); }
394
+
395
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o {
396
+ font-family: 'Font Awesome 6 Free';
397
+ font-weight: 400;
398
+ }
399
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o:before { content: unquote("\"#{ $fa-var-bell }\""); }
400
+
401
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cutlery:before { content: unquote("\"#{ $fa-var-utensils }\""); }
402
+
403
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o {
404
+ font-family: 'Font Awesome 6 Free';
405
+ font-weight: 400;
406
+ }
407
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o:before { content: unquote("\"#{ $fa-var-file-lines }\""); }
408
+
409
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-building-o {
410
+ font-family: 'Font Awesome 6 Free';
411
+ font-weight: 400;
412
+ }
413
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-building-o:before { content: unquote("\"#{ $fa-var-building }\""); }
414
+
415
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o {
416
+ font-family: 'Font Awesome 6 Free';
417
+ font-weight: 400;
418
+ }
419
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o:before { content: unquote("\"#{ $fa-var-hospital }\""); }
420
+
421
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tablet:before { content: unquote("\"#{ $fa-var-tablet-screen-button }\""); }
422
+
423
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mobile:before { content: unquote("\"#{ $fa-var-mobile-screen-button }\""); }
424
+
425
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mobile-phone:before { content: unquote("\"#{ $fa-var-mobile-screen-button }\""); }
426
+
427
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o {
428
+ font-family: 'Font Awesome 6 Free';
429
+ font-weight: 400;
430
+ }
431
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o:before { content: unquote("\"#{ $fa-var-circle }\""); }
432
+
433
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply:before { content: unquote("\"#{ $fa-var-reply }\""); }
434
+
435
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github-alt {
436
+ font-family: 'Font Awesome 6 Brands';
437
+ font-weight: 400;
438
+ }
439
+
440
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o {
441
+ font-family: 'Font Awesome 6 Free';
442
+ font-weight: 400;
443
+ }
444
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o:before { content: unquote("\"#{ $fa-var-folder }\""); }
445
+
446
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o {
447
+ font-family: 'Font Awesome 6 Free';
448
+ font-weight: 400;
449
+ }
450
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o:before { content: unquote("\"#{ $fa-var-folder-open }\""); }
451
+
452
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o {
453
+ font-family: 'Font Awesome 6 Free';
454
+ font-weight: 400;
455
+ }
456
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o:before { content: unquote("\"#{ $fa-var-face-smile }\""); }
457
+
458
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o {
459
+ font-family: 'Font Awesome 6 Free';
460
+ font-weight: 400;
461
+ }
462
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o:before { content: unquote("\"#{ $fa-var-face-frown }\""); }
463
+
464
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o {
465
+ font-family: 'Font Awesome 6 Free';
466
+ font-weight: 400;
467
+ }
468
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o:before { content: unquote("\"#{ $fa-var-face-meh }\""); }
469
+
470
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o {
471
+ font-family: 'Font Awesome 6 Free';
472
+ font-weight: 400;
473
+ }
474
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o:before { content: unquote("\"#{ $fa-var-keyboard }\""); }
475
+
476
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o {
477
+ font-family: 'Font Awesome 6 Free';
478
+ font-weight: 400;
479
+ }
480
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o:before { content: unquote("\"#{ $fa-var-flag }\""); }
481
+
482
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply-all:before { content: unquote("\"#{ $fa-var-reply-all }\""); }
483
+
484
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o {
485
+ font-family: 'Font Awesome 6 Free';
486
+ font-weight: 400;
487
+ }
488
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); }
489
+
490
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty {
491
+ font-family: 'Font Awesome 6 Free';
492
+ font-weight: 400;
493
+ }
494
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); }
495
+
496
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full {
497
+ font-family: 'Font Awesome 6 Free';
498
+ font-weight: 400;
499
+ }
500
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); }
501
+
502
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-code-fork:before { content: unquote("\"#{ $fa-var-code-branch }\""); }
503
+
504
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-chain-broken:before { content: unquote("\"#{ $fa-var-link-slash }\""); }
505
+
506
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-unlink:before { content: unquote("\"#{ $fa-var-link-slash }\""); }
507
+
508
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o {
509
+ font-family: 'Font Awesome 6 Free';
510
+ font-weight: 400;
511
+ }
512
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o:before { content: unquote("\"#{ $fa-var-calendar }\""); }
513
+
514
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-maxcdn {
515
+ font-family: 'Font Awesome 6 Brands';
516
+ font-weight: 400;
517
+ }
518
+
519
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-html5 {
520
+ font-family: 'Font Awesome 6 Brands';
521
+ font-weight: 400;
522
+ }
523
+
524
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-css3 {
525
+ font-family: 'Font Awesome 6 Brands';
526
+ font-weight: 400;
527
+ }
528
+
529
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-unlock-alt:before { content: unquote("\"#{ $fa-var-unlock }\""); }
530
+
531
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o {
532
+ font-family: 'Font Awesome 6 Free';
533
+ font-weight: 400;
534
+ }
535
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o:before { content: unquote("\"#{ $fa-var-square-minus }\""); }
536
+
537
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-level-up:before { content: unquote("\"#{ $fa-var-turn-up }\""); }
538
+
539
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-level-down:before { content: unquote("\"#{ $fa-var-turn-down }\""); }
540
+
541
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square:before { content: unquote("\"#{ $fa-var-square-pen }\""); }
542
+
543
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-external-link-square:before { content: unquote("\"#{ $fa-var-square-up-right }\""); }
544
+
545
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-compass {
546
+ font-family: 'Font Awesome 6 Free';
547
+ font-weight: 400;
548
+ }
549
+
550
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down {
551
+ font-family: 'Font Awesome 6 Free';
552
+ font-weight: 400;
553
+ }
554
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down:before { content: unquote("\"#{ $fa-var-square-caret-down }\""); }
555
+
556
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down {
557
+ font-family: 'Font Awesome 6 Free';
558
+ font-weight: 400;
559
+ }
560
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down:before { content: unquote("\"#{ $fa-var-square-caret-down }\""); }
561
+
562
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up {
563
+ font-family: 'Font Awesome 6 Free';
564
+ font-weight: 400;
565
+ }
566
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up:before { content: unquote("\"#{ $fa-var-square-caret-up }\""); }
567
+
568
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up {
569
+ font-family: 'Font Awesome 6 Free';
570
+ font-weight: 400;
571
+ }
572
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up:before { content: unquote("\"#{ $fa-var-square-caret-up }\""); }
573
+
574
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right {
575
+ font-family: 'Font Awesome 6 Free';
576
+ font-weight: 400;
577
+ }
578
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right:before { content: unquote("\"#{ $fa-var-square-caret-right }\""); }
579
+
580
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right {
581
+ font-family: 'Font Awesome 6 Free';
582
+ font-weight: 400;
583
+ }
584
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right:before { content: unquote("\"#{ $fa-var-square-caret-right }\""); }
585
+
586
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eur:before { content: unquote("\"#{ $fa-var-euro-sign }\""); }
587
+
588
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-euro:before { content: unquote("\"#{ $fa-var-euro-sign }\""); }
589
+
590
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gbp:before { content: unquote("\"#{ $fa-var-sterling-sign }\""); }
591
+
592
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-usd:before { content: unquote("\"#{ $fa-var-dollar-sign }\""); }
593
+
594
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dollar:before { content: unquote("\"#{ $fa-var-dollar-sign }\""); }
595
+
596
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-inr:before { content: unquote("\"#{ $fa-var-indian-rupee-sign }\""); }
597
+
598
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rupee:before { content: unquote("\"#{ $fa-var-indian-rupee-sign }\""); }
599
+
600
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-jpy:before { content: unquote("\"#{ $fa-var-yen-sign }\""); }
601
+
602
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cny:before { content: unquote("\"#{ $fa-var-yen-sign }\""); }
603
+
604
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rmb:before { content: unquote("\"#{ $fa-var-yen-sign }\""); }
605
+
606
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yen:before { content: unquote("\"#{ $fa-var-yen-sign }\""); }
607
+
608
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rub:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); }
609
+
610
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ruble:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); }
611
+
612
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rouble:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); }
613
+
614
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-krw:before { content: unquote("\"#{ $fa-var-won-sign }\""); }
615
+
616
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-won:before { content: unquote("\"#{ $fa-var-won-sign }\""); }
617
+
618
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-btc {
619
+ font-family: 'Font Awesome 6 Brands';
620
+ font-weight: 400;
621
+ }
622
+
623
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin {
624
+ font-family: 'Font Awesome 6 Brands';
625
+ font-weight: 400;
626
+ }
627
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin:before { content: unquote("\"#{ $fa-var-btc }\""); }
628
+
629
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text:before { content: unquote("\"#{ $fa-var-file-lines }\""); }
630
+
631
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before { content: unquote("\"#{ $fa-var-arrow-down-a-z }\""); }
632
+
633
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: unquote("\"#{ $fa-var-arrow-down-z-a }\""); }
634
+
635
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before { content: unquote("\"#{ $fa-var-arrow-down-short-wide }\""); }
636
+
637
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: unquote("\"#{ $fa-var-arrow-down-wide-short }\""); }
638
+
639
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before { content: unquote("\"#{ $fa-var-arrow-down-1-9 }\""); }
640
+
641
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: unquote("\"#{ $fa-var-arrow-down-9-1 }\""); }
642
+
643
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square {
644
+ font-family: 'Font Awesome 6 Brands';
645
+ font-weight: 400;
646
+ }
647
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square:before { content: unquote("\"#{ $fa-var-square-youtube }\""); }
648
+
649
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube {
650
+ font-family: 'Font Awesome 6 Brands';
651
+ font-weight: 400;
652
+ }
653
+
654
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-xing {
655
+ font-family: 'Font Awesome 6 Brands';
656
+ font-weight: 400;
657
+ }
658
+
659
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square {
660
+ font-family: 'Font Awesome 6 Brands';
661
+ font-weight: 400;
662
+ }
663
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square:before { content: unquote("\"#{ $fa-var-square-xing }\""); }
664
+
665
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play {
666
+ font-family: 'Font Awesome 6 Brands';
667
+ font-weight: 400;
668
+ }
669
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play:before { content: unquote("\"#{ $fa-var-youtube }\""); }
670
+
671
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dropbox {
672
+ font-family: 'Font Awesome 6 Brands';
673
+ font-weight: 400;
674
+ }
675
+
676
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stack-overflow {
677
+ font-family: 'Font Awesome 6 Brands';
678
+ font-weight: 400;
679
+ }
680
+
681
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-instagram {
682
+ font-family: 'Font Awesome 6 Brands';
683
+ font-weight: 400;
684
+ }
685
+
686
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flickr {
687
+ font-family: 'Font Awesome 6 Brands';
688
+ font-weight: 400;
689
+ }
690
+
691
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-adn {
692
+ font-family: 'Font Awesome 6 Brands';
693
+ font-weight: 400;
694
+ }
695
+
696
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket {
697
+ font-family: 'Font Awesome 6 Brands';
698
+ font-weight: 400;
699
+ }
700
+
701
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square {
702
+ font-family: 'Font Awesome 6 Brands';
703
+ font-weight: 400;
704
+ }
705
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square:before { content: unquote("\"#{ $fa-var-bitbucket }\""); }
706
+
707
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr {
708
+ font-family: 'Font Awesome 6 Brands';
709
+ font-weight: 400;
710
+ }
711
+
712
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square {
713
+ font-family: 'Font Awesome 6 Brands';
714
+ font-weight: 400;
715
+ }
716
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square:before { content: unquote("\"#{ $fa-var-square-tumblr }\""); }
717
+
718
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-down:before { content: unquote("\"#{ $fa-var-down-long }\""); }
719
+
720
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-up:before { content: unquote("\"#{ $fa-var-up-long }\""); }
721
+
722
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-left:before { content: unquote("\"#{ $fa-var-left-long }\""); }
723
+
724
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-right:before { content: unquote("\"#{ $fa-var-right-long }\""); }
725
+
726
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-apple {
727
+ font-family: 'Font Awesome 6 Brands';
728
+ font-weight: 400;
729
+ }
730
+
731
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-windows {
732
+ font-family: 'Font Awesome 6 Brands';
733
+ font-weight: 400;
734
+ }
735
+
736
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-android {
737
+ font-family: 'Font Awesome 6 Brands';
738
+ font-weight: 400;
739
+ }
740
+
741
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linux {
742
+ font-family: 'Font Awesome 6 Brands';
743
+ font-weight: 400;
744
+ }
745
+
746
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dribbble {
747
+ font-family: 'Font Awesome 6 Brands';
748
+ font-weight: 400;
749
+ }
750
+
751
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-skype {
752
+ font-family: 'Font Awesome 6 Brands';
753
+ font-weight: 400;
754
+ }
755
+
756
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-foursquare {
757
+ font-family: 'Font Awesome 6 Brands';
758
+ font-weight: 400;
759
+ }
760
+
761
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trello {
762
+ font-family: 'Font Awesome 6 Brands';
763
+ font-weight: 400;
764
+ }
765
+
766
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gratipay {
767
+ font-family: 'Font Awesome 6 Brands';
768
+ font-weight: 400;
769
+ }
770
+
771
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gittip {
772
+ font-family: 'Font Awesome 6 Brands';
773
+ font-weight: 400;
774
+ }
775
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gittip:before { content: unquote("\"#{ $fa-var-gratipay }\""); }
776
+
777
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o {
778
+ font-family: 'Font Awesome 6 Free';
779
+ font-weight: 400;
780
+ }
781
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o:before { content: unquote("\"#{ $fa-var-sun }\""); }
782
+
783
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o {
784
+ font-family: 'Font Awesome 6 Free';
785
+ font-weight: 400;
786
+ }
787
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o:before { content: unquote("\"#{ $fa-var-moon }\""); }
788
+
789
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vk {
790
+ font-family: 'Font Awesome 6 Brands';
791
+ font-weight: 400;
792
+ }
793
+
794
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-weibo {
795
+ font-family: 'Font Awesome 6 Brands';
796
+ font-weight: 400;
797
+ }
798
+
799
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-renren {
800
+ font-family: 'Font Awesome 6 Brands';
801
+ font-weight: 400;
802
+ }
803
+
804
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pagelines {
805
+ font-family: 'Font Awesome 6 Brands';
806
+ font-weight: 400;
807
+ }
808
+
809
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stack-exchange {
810
+ font-family: 'Font Awesome 6 Brands';
811
+ font-weight: 400;
812
+ }
813
+
814
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right {
815
+ font-family: 'Font Awesome 6 Free';
816
+ font-weight: 400;
817
+ }
818
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right:before { content: unquote("\"#{ $fa-var-circle-right }\""); }
819
+
820
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left {
821
+ font-family: 'Font Awesome 6 Free';
822
+ font-weight: 400;
823
+ }
824
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left:before { content: unquote("\"#{ $fa-var-circle-left }\""); }
825
+
826
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left {
827
+ font-family: 'Font Awesome 6 Free';
828
+ font-weight: 400;
829
+ }
830
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left:before { content: unquote("\"#{ $fa-var-square-caret-left }\""); }
831
+
832
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left {
833
+ font-family: 'Font Awesome 6 Free';
834
+ font-weight: 400;
835
+ }
836
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left:before { content: unquote("\"#{ $fa-var-square-caret-left }\""); }
837
+
838
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o {
839
+ font-family: 'Font Awesome 6 Free';
840
+ font-weight: 400;
841
+ }
842
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o:before { content: unquote("\"#{ $fa-var-circle-dot }\""); }
843
+
844
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square {
845
+ font-family: 'Font Awesome 6 Brands';
846
+ font-weight: 400;
847
+ }
848
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square:before { content: unquote("\"#{ $fa-var-square-vimeo }\""); }
849
+
850
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-try:before { content: unquote("\"#{ $fa-var-turkish-lira-sign }\""); }
851
+
852
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-turkish-lira:before { content: unquote("\"#{ $fa-var-turkish-lira-sign }\""); }
853
+
854
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o {
855
+ font-family: 'Font Awesome 6 Free';
856
+ font-weight: 400;
857
+ }
858
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o:before { content: unquote("\"#{ $fa-var-square-plus }\""); }
859
+
860
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-slack {
861
+ font-family: 'Font Awesome 6 Brands';
862
+ font-weight: 400;
863
+ }
864
+
865
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wordpress {
866
+ font-family: 'Font Awesome 6 Brands';
867
+ font-weight: 400;
868
+ }
869
+
870
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-openid {
871
+ font-family: 'Font Awesome 6 Brands';
872
+ font-weight: 400;
873
+ }
874
+
875
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-institution:before { content: unquote("\"#{ $fa-var-building-columns }\""); }
876
+
877
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bank:before { content: unquote("\"#{ $fa-var-building-columns }\""); }
878
+
879
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mortar-board:before { content: unquote("\"#{ $fa-var-graduation-cap }\""); }
880
+
881
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yahoo {
882
+ font-family: 'Font Awesome 6 Brands';
883
+ font-weight: 400;
884
+ }
885
+
886
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google {
887
+ font-family: 'Font Awesome 6 Brands';
888
+ font-weight: 400;
889
+ }
890
+
891
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit {
892
+ font-family: 'Font Awesome 6 Brands';
893
+ font-weight: 400;
894
+ }
895
+
896
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square {
897
+ font-family: 'Font Awesome 6 Brands';
898
+ font-weight: 400;
899
+ }
900
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square:before { content: unquote("\"#{ $fa-var-square-reddit }\""); }
901
+
902
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon-circle {
903
+ font-family: 'Font Awesome 6 Brands';
904
+ font-weight: 400;
905
+ }
906
+
907
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon {
908
+ font-family: 'Font Awesome 6 Brands';
909
+ font-weight: 400;
910
+ }
911
+
912
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-delicious {
913
+ font-family: 'Font Awesome 6 Brands';
914
+ font-weight: 400;
915
+ }
916
+
917
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-digg {
918
+ font-family: 'Font Awesome 6 Brands';
919
+ font-weight: 400;
920
+ }
921
+
922
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-pp {
923
+ font-family: 'Font Awesome 6 Brands';
924
+ font-weight: 400;
925
+ }
926
+
927
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-alt {
928
+ font-family: 'Font Awesome 6 Brands';
929
+ font-weight: 400;
930
+ }
931
+
932
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drupal {
933
+ font-family: 'Font Awesome 6 Brands';
934
+ font-weight: 400;
935
+ }
936
+
937
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-joomla {
938
+ font-family: 'Font Awesome 6 Brands';
939
+ font-weight: 400;
940
+ }
941
+
942
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-behance {
943
+ font-family: 'Font Awesome 6 Brands';
944
+ font-weight: 400;
945
+ }
946
+
947
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square {
948
+ font-family: 'Font Awesome 6 Brands';
949
+ font-weight: 400;
950
+ }
951
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square:before { content: unquote("\"#{ $fa-var-square-behance }\""); }
952
+
953
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-steam {
954
+ font-family: 'Font Awesome 6 Brands';
955
+ font-weight: 400;
956
+ }
957
+
958
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square {
959
+ font-family: 'Font Awesome 6 Brands';
960
+ font-weight: 400;
961
+ }
962
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square:before { content: unquote("\"#{ $fa-var-square-steam }\""); }
963
+
964
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-automobile:before { content: unquote("\"#{ $fa-var-car }\""); }
965
+
966
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cab:before { content: unquote("\"#{ $fa-var-taxi }\""); }
967
+
968
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-spotify {
969
+ font-family: 'Font Awesome 6 Brands';
970
+ font-weight: 400;
971
+ }
972
+
973
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-deviantart {
974
+ font-family: 'Font Awesome 6 Brands';
975
+ font-weight: 400;
976
+ }
977
+
978
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-soundcloud {
979
+ font-family: 'Font Awesome 6 Brands';
980
+ font-weight: 400;
981
+ }
982
+
983
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o {
984
+ font-family: 'Font Awesome 6 Free';
985
+ font-weight: 400;
986
+ }
987
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o:before { content: unquote("\"#{ $fa-var-file-pdf }\""); }
988
+
989
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o {
990
+ font-family: 'Font Awesome 6 Free';
991
+ font-weight: 400;
992
+ }
993
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o:before { content: unquote("\"#{ $fa-var-file-word }\""); }
994
+
995
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o {
996
+ font-family: 'Font Awesome 6 Free';
997
+ font-weight: 400;
998
+ }
999
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o:before { content: unquote("\"#{ $fa-var-file-excel }\""); }
1000
+
1001
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o {
1002
+ font-family: 'Font Awesome 6 Free';
1003
+ font-weight: 400;
1004
+ }
1005
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o:before { content: unquote("\"#{ $fa-var-file-powerpoint }\""); }
1006
+
1007
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o {
1008
+ font-family: 'Font Awesome 6 Free';
1009
+ font-weight: 400;
1010
+ }
1011
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o:before { content: unquote("\"#{ $fa-var-file-image }\""); }
1012
+
1013
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o {
1014
+ font-family: 'Font Awesome 6 Free';
1015
+ font-weight: 400;
1016
+ }
1017
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o:before { content: unquote("\"#{ $fa-var-file-image }\""); }
1018
+
1019
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o {
1020
+ font-family: 'Font Awesome 6 Free';
1021
+ font-weight: 400;
1022
+ }
1023
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o:before { content: unquote("\"#{ $fa-var-file-image }\""); }
1024
+
1025
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o {
1026
+ font-family: 'Font Awesome 6 Free';
1027
+ font-weight: 400;
1028
+ }
1029
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o:before { content: unquote("\"#{ $fa-var-file-zipper }\""); }
1030
+
1031
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o {
1032
+ font-family: 'Font Awesome 6 Free';
1033
+ font-weight: 400;
1034
+ }
1035
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o:before { content: unquote("\"#{ $fa-var-file-zipper }\""); }
1036
+
1037
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o {
1038
+ font-family: 'Font Awesome 6 Free';
1039
+ font-weight: 400;
1040
+ }
1041
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o:before { content: unquote("\"#{ $fa-var-file-audio }\""); }
1042
+
1043
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o {
1044
+ font-family: 'Font Awesome 6 Free';
1045
+ font-weight: 400;
1046
+ }
1047
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o:before { content: unquote("\"#{ $fa-var-file-audio }\""); }
1048
+
1049
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o {
1050
+ font-family: 'Font Awesome 6 Free';
1051
+ font-weight: 400;
1052
+ }
1053
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o:before { content: unquote("\"#{ $fa-var-file-video }\""); }
1054
+
1055
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o {
1056
+ font-family: 'Font Awesome 6 Free';
1057
+ font-weight: 400;
1058
+ }
1059
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o:before { content: unquote("\"#{ $fa-var-file-video }\""); }
1060
+
1061
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o {
1062
+ font-family: 'Font Awesome 6 Free';
1063
+ font-weight: 400;
1064
+ }
1065
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o:before { content: unquote("\"#{ $fa-var-file-code }\""); }
1066
+
1067
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vine {
1068
+ font-family: 'Font Awesome 6 Brands';
1069
+ font-weight: 400;
1070
+ }
1071
+
1072
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-codepen {
1073
+ font-family: 'Font Awesome 6 Brands';
1074
+ font-weight: 400;
1075
+ }
1076
+
1077
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-jsfiddle {
1078
+ font-family: 'Font Awesome 6 Brands';
1079
+ font-weight: 400;
1080
+ }
1081
+
1082
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy:before { content: unquote("\"#{ $fa-var-life-ring }\""); }
1083
+
1084
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy:before { content: unquote("\"#{ $fa-var-life-ring }\""); }
1085
+
1086
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver:before { content: unquote("\"#{ $fa-var-life-ring }\""); }
1087
+
1088
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-support:before { content: unquote("\"#{ $fa-var-life-ring }\""); }
1089
+
1090
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o-notch:before { content: unquote("\"#{ $fa-var-circle-notch }\""); }
1091
+
1092
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rebel {
1093
+ font-family: 'Font Awesome 6 Brands';
1094
+ font-weight: 400;
1095
+ }
1096
+
1097
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ra {
1098
+ font-family: 'Font Awesome 6 Brands';
1099
+ font-weight: 400;
1100
+ }
1101
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ra:before { content: unquote("\"#{ $fa-var-rebel }\""); }
1102
+
1103
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-resistance {
1104
+ font-family: 'Font Awesome 6 Brands';
1105
+ font-weight: 400;
1106
+ }
1107
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-resistance:before { content: unquote("\"#{ $fa-var-rebel }\""); }
1108
+
1109
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-empire {
1110
+ font-family: 'Font Awesome 6 Brands';
1111
+ font-weight: 400;
1112
+ }
1113
+
1114
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ge {
1115
+ font-family: 'Font Awesome 6 Brands';
1116
+ font-weight: 400;
1117
+ }
1118
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ge:before { content: unquote("\"#{ $fa-var-empire }\""); }
1119
+
1120
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-git-square {
1121
+ font-family: 'Font Awesome 6 Brands';
1122
+ font-weight: 400;
1123
+ }
1124
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-git-square:before { content: unquote("\"#{ $fa-var-square-git }\""); }
1125
+
1126
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-git {
1127
+ font-family: 'Font Awesome 6 Brands';
1128
+ font-weight: 400;
1129
+ }
1130
+
1131
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hacker-news {
1132
+ font-family: 'Font Awesome 6 Brands';
1133
+ font-weight: 400;
1134
+ }
1135
+
1136
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square {
1137
+ font-family: 'Font Awesome 6 Brands';
1138
+ font-weight: 400;
1139
+ }
1140
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square:before { content: unquote("\"#{ $fa-var-hacker-news }\""); }
1141
+
1142
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square {
1143
+ font-family: 'Font Awesome 6 Brands';
1144
+ font-weight: 400;
1145
+ }
1146
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square:before { content: unquote("\"#{ $fa-var-hacker-news }\""); }
1147
+
1148
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tencent-weibo {
1149
+ font-family: 'Font Awesome 6 Brands';
1150
+ font-weight: 400;
1151
+ }
1152
+
1153
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-qq {
1154
+ font-family: 'Font Awesome 6 Brands';
1155
+ font-weight: 400;
1156
+ }
1157
+
1158
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-weixin {
1159
+ font-family: 'Font Awesome 6 Brands';
1160
+ font-weight: 400;
1161
+ }
1162
+
1163
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wechat {
1164
+ font-family: 'Font Awesome 6 Brands';
1165
+ font-weight: 400;
1166
+ }
1167
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wechat:before { content: unquote("\"#{ $fa-var-weixin }\""); }
1168
+
1169
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-send:before { content: unquote("\"#{ $fa-var-paper-plane }\""); }
1170
+
1171
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o {
1172
+ font-family: 'Font Awesome 6 Free';
1173
+ font-weight: 400;
1174
+ }
1175
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o:before { content: unquote("\"#{ $fa-var-paper-plane }\""); }
1176
+
1177
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-send-o {
1178
+ font-family: 'Font Awesome 6 Free';
1179
+ font-weight: 400;
1180
+ }
1181
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-send-o:before { content: unquote("\"#{ $fa-var-paper-plane }\""); }
1182
+
1183
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin {
1184
+ font-family: 'Font Awesome 6 Free';
1185
+ font-weight: 400;
1186
+ }
1187
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin:before { content: unquote("\"#{ $fa-var-circle }\""); }
1188
+
1189
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-header:before { content: unquote("\"#{ $fa-var-heading }\""); }
1190
+
1191
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o {
1192
+ font-family: 'Font Awesome 6 Free';
1193
+ font-weight: 400;
1194
+ }
1195
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o:before { content: unquote("\"#{ $fa-var-futbol }\""); }
1196
+
1197
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o {
1198
+ font-family: 'Font Awesome 6 Free';
1199
+ font-weight: 400;
1200
+ }
1201
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o:before { content: unquote("\"#{ $fa-var-futbol }\""); }
1202
+
1203
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-slideshare {
1204
+ font-family: 'Font Awesome 6 Brands';
1205
+ font-weight: 400;
1206
+ }
1207
+
1208
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitch {
1209
+ font-family: 'Font Awesome 6 Brands';
1210
+ font-weight: 400;
1211
+ }
1212
+
1213
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yelp {
1214
+ font-family: 'Font Awesome 6 Brands';
1215
+ font-weight: 400;
1216
+ }
1217
+
1218
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o {
1219
+ font-family: 'Font Awesome 6 Free';
1220
+ font-weight: 400;
1221
+ }
1222
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o:before { content: unquote("\"#{ $fa-var-newspaper }\""); }
1223
+
1224
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-paypal {
1225
+ font-family: 'Font Awesome 6 Brands';
1226
+ font-weight: 400;
1227
+ }
1228
+
1229
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-wallet {
1230
+ font-family: 'Font Awesome 6 Brands';
1231
+ font-weight: 400;
1232
+ }
1233
+
1234
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-visa {
1235
+ font-family: 'Font Awesome 6 Brands';
1236
+ font-weight: 400;
1237
+ }
1238
+
1239
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-mastercard {
1240
+ font-family: 'Font Awesome 6 Brands';
1241
+ font-weight: 400;
1242
+ }
1243
+
1244
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-discover {
1245
+ font-family: 'Font Awesome 6 Brands';
1246
+ font-weight: 400;
1247
+ }
1248
+
1249
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-amex {
1250
+ font-family: 'Font Awesome 6 Brands';
1251
+ font-weight: 400;
1252
+ }
1253
+
1254
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-paypal {
1255
+ font-family: 'Font Awesome 6 Brands';
1256
+ font-weight: 400;
1257
+ }
1258
+
1259
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-stripe {
1260
+ font-family: 'Font Awesome 6 Brands';
1261
+ font-weight: 400;
1262
+ }
1263
+
1264
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o {
1265
+ font-family: 'Font Awesome 6 Free';
1266
+ font-weight: 400;
1267
+ }
1268
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o:before { content: unquote("\"#{ $fa-var-bell-slash }\""); }
1269
+
1270
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trash:before { content: unquote("\"#{ $fa-var-trash-can }\""); }
1271
+
1272
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-copyright {
1273
+ font-family: 'Font Awesome 6 Free';
1274
+ font-weight: 400;
1275
+ }
1276
+
1277
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eyedropper:before { content: unquote("\"#{ $fa-var-eye-dropper }\""); }
1278
+
1279
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-area-chart:before { content: unquote("\"#{ $fa-var-chart-area }\""); }
1280
+
1281
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pie-chart:before { content: unquote("\"#{ $fa-var-chart-pie }\""); }
1282
+
1283
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-line-chart:before { content: unquote("\"#{ $fa-var-chart-line }\""); }
1284
+
1285
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm {
1286
+ font-family: 'Font Awesome 6 Brands';
1287
+ font-weight: 400;
1288
+ }
1289
+
1290
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square {
1291
+ font-family: 'Font Awesome 6 Brands';
1292
+ font-weight: 400;
1293
+ }
1294
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square:before { content: unquote("\"#{ $fa-var-square-lastfm }\""); }
1295
+
1296
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ioxhost {
1297
+ font-family: 'Font Awesome 6 Brands';
1298
+ font-weight: 400;
1299
+ }
1300
+
1301
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-angellist {
1302
+ font-family: 'Font Awesome 6 Brands';
1303
+ font-weight: 400;
1304
+ }
1305
+
1306
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc {
1307
+ font-family: 'Font Awesome 6 Free';
1308
+ font-weight: 400;
1309
+ }
1310
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc:before { content: unquote("\"#{ $fa-var-closed-captioning }\""); }
1311
+
1312
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ils:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); }
1313
+
1314
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-shekel:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); }
1315
+
1316
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sheqel:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); }
1317
+
1318
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-buysellads {
1319
+ font-family: 'Font Awesome 6 Brands';
1320
+ font-weight: 400;
1321
+ }
1322
+
1323
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-connectdevelop {
1324
+ font-family: 'Font Awesome 6 Brands';
1325
+ font-weight: 400;
1326
+ }
1327
+
1328
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dashcube {
1329
+ font-family: 'Font Awesome 6 Brands';
1330
+ font-weight: 400;
1331
+ }
1332
+
1333
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-forumbee {
1334
+ font-family: 'Font Awesome 6 Brands';
1335
+ font-weight: 400;
1336
+ }
1337
+
1338
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-leanpub {
1339
+ font-family: 'Font Awesome 6 Brands';
1340
+ font-weight: 400;
1341
+ }
1342
+
1343
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sellsy {
1344
+ font-family: 'Font Awesome 6 Brands';
1345
+ font-weight: 400;
1346
+ }
1347
+
1348
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-shirtsinbulk {
1349
+ font-family: 'Font Awesome 6 Brands';
1350
+ font-weight: 400;
1351
+ }
1352
+
1353
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-simplybuilt {
1354
+ font-family: 'Font Awesome 6 Brands';
1355
+ font-weight: 400;
1356
+ }
1357
+
1358
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-skyatlas {
1359
+ font-family: 'Font Awesome 6 Brands';
1360
+ font-weight: 400;
1361
+ }
1362
+
1363
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-diamond {
1364
+ font-family: 'Font Awesome 6 Free';
1365
+ font-weight: 400;
1366
+ }
1367
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-diamond:before { content: unquote("\"#{ $fa-var-gem }\""); }
1368
+
1369
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-transgender:before { content: unquote("\"#{ $fa-var-mars-and-venus }\""); }
1370
+
1371
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-intersex:before { content: unquote("\"#{ $fa-var-mars-and-venus }\""); }
1372
+
1373
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-transgender-alt:before { content: unquote("\"#{ $fa-var-transgender }\""); }
1374
+
1375
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official {
1376
+ font-family: 'Font Awesome 6 Brands';
1377
+ font-weight: 400;
1378
+ }
1379
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official:before { content: unquote("\"#{ $fa-var-facebook }\""); }
1380
+
1381
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-p {
1382
+ font-family: 'Font Awesome 6 Brands';
1383
+ font-weight: 400;
1384
+ }
1385
+
1386
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-whatsapp {
1387
+ font-family: 'Font Awesome 6 Brands';
1388
+ font-weight: 400;
1389
+ }
1390
+
1391
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hotel:before { content: unquote("\"#{ $fa-var-bed }\""); }
1392
+
1393
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viacoin {
1394
+ font-family: 'Font Awesome 6 Brands';
1395
+ font-weight: 400;
1396
+ }
1397
+
1398
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-medium {
1399
+ font-family: 'Font Awesome 6 Brands';
1400
+ font-weight: 400;
1401
+ }
1402
+
1403
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator {
1404
+ font-family: 'Font Awesome 6 Brands';
1405
+ font-weight: 400;
1406
+ }
1407
+
1408
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc {
1409
+ font-family: 'Font Awesome 6 Brands';
1410
+ font-weight: 400;
1411
+ }
1412
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc:before { content: unquote("\"#{ $fa-var-y-combinator }\""); }
1413
+
1414
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-optin-monster {
1415
+ font-family: 'Font Awesome 6 Brands';
1416
+ font-weight: 400;
1417
+ }
1418
+
1419
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-opencart {
1420
+ font-family: 'Font Awesome 6 Brands';
1421
+ font-weight: 400;
1422
+ }
1423
+
1424
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-expeditedssl {
1425
+ font-family: 'Font Awesome 6 Brands';
1426
+ font-weight: 400;
1427
+ }
1428
+
1429
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-4:before { content: unquote("\"#{ $fa-var-battery-full }\""); }
1430
+
1431
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery:before { content: unquote("\"#{ $fa-var-battery-full }\""); }
1432
+
1433
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-3:before { content: unquote("\"#{ $fa-var-battery-three-quarters }\""); }
1434
+
1435
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-2:before { content: unquote("\"#{ $fa-var-battery-half }\""); }
1436
+
1437
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-1:before { content: unquote("\"#{ $fa-var-battery-quarter }\""); }
1438
+
1439
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-0:before { content: unquote("\"#{ $fa-var-battery-empty }\""); }
1440
+
1441
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-object-group {
1442
+ font-family: 'Font Awesome 6 Free';
1443
+ font-weight: 400;
1444
+ }
1445
+
1446
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-object-ungroup {
1447
+ font-family: 'Font Awesome 6 Free';
1448
+ font-weight: 400;
1449
+ }
1450
+
1451
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o {
1452
+ font-family: 'Font Awesome 6 Free';
1453
+ font-weight: 400;
1454
+ }
1455
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o:before { content: unquote("\"#{ $fa-var-note-sticky }\""); }
1456
+
1457
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-jcb {
1458
+ font-family: 'Font Awesome 6 Brands';
1459
+ font-weight: 400;
1460
+ }
1461
+
1462
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-diners-club {
1463
+ font-family: 'Font Awesome 6 Brands';
1464
+ font-weight: 400;
1465
+ }
1466
+
1467
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clone {
1468
+ font-family: 'Font Awesome 6 Free';
1469
+ font-weight: 400;
1470
+ }
1471
+
1472
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o:before { content: unquote("\"#{ $fa-var-hourglass }\""); }
1473
+
1474
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-1:before { content: unquote("\"#{ $fa-var-hourglass-start }\""); }
1475
+
1476
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-2:before { content: unquote("\"#{ $fa-var-hourglass-half }\""); }
1477
+
1478
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-3:before { content: unquote("\"#{ $fa-var-hourglass-end }\""); }
1479
+
1480
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o {
1481
+ font-family: 'Font Awesome 6 Free';
1482
+ font-weight: 400;
1483
+ }
1484
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o:before { content: unquote("\"#{ $fa-var-hand-back-fist }\""); }
1485
+
1486
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o {
1487
+ font-family: 'Font Awesome 6 Free';
1488
+ font-weight: 400;
1489
+ }
1490
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o:before { content: unquote("\"#{ $fa-var-hand-back-fist }\""); }
1491
+
1492
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o {
1493
+ font-family: 'Font Awesome 6 Free';
1494
+ font-weight: 400;
1495
+ }
1496
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o:before { content: unquote("\"#{ $fa-var-hand }\""); }
1497
+
1498
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o {
1499
+ font-family: 'Font Awesome 6 Free';
1500
+ font-weight: 400;
1501
+ }
1502
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o:before { content: unquote("\"#{ $fa-var-hand }\""); }
1503
+
1504
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o {
1505
+ font-family: 'Font Awesome 6 Free';
1506
+ font-weight: 400;
1507
+ }
1508
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o:before { content: unquote("\"#{ $fa-var-hand-scissors }\""); }
1509
+
1510
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o {
1511
+ font-family: 'Font Awesome 6 Free';
1512
+ font-weight: 400;
1513
+ }
1514
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o:before { content: unquote("\"#{ $fa-var-hand-lizard }\""); }
1515
+
1516
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o {
1517
+ font-family: 'Font Awesome 6 Free';
1518
+ font-weight: 400;
1519
+ }
1520
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o:before { content: unquote("\"#{ $fa-var-hand-spock }\""); }
1521
+
1522
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o {
1523
+ font-family: 'Font Awesome 6 Free';
1524
+ font-weight: 400;
1525
+ }
1526
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o:before { content: unquote("\"#{ $fa-var-hand-pointer }\""); }
1527
+
1528
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o {
1529
+ font-family: 'Font Awesome 6 Free';
1530
+ font-weight: 400;
1531
+ }
1532
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o:before { content: unquote("\"#{ $fa-var-hand-peace }\""); }
1533
+
1534
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-registered {
1535
+ font-family: 'Font Awesome 6 Free';
1536
+ font-weight: 400;
1537
+ }
1538
+
1539
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-creative-commons {
1540
+ font-family: 'Font Awesome 6 Brands';
1541
+ font-weight: 400;
1542
+ }
1543
+
1544
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gg {
1545
+ font-family: 'Font Awesome 6 Brands';
1546
+ font-weight: 400;
1547
+ }
1548
+
1549
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gg-circle {
1550
+ font-family: 'Font Awesome 6 Brands';
1551
+ font-weight: 400;
1552
+ }
1553
+
1554
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki {
1555
+ font-family: 'Font Awesome 6 Brands';
1556
+ font-weight: 400;
1557
+ }
1558
+
1559
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square {
1560
+ font-family: 'Font Awesome 6 Brands';
1561
+ font-weight: 400;
1562
+ }
1563
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square:before { content: unquote("\"#{ $fa-var-square-odnoklassniki }\""); }
1564
+
1565
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-get-pocket {
1566
+ font-family: 'Font Awesome 6 Brands';
1567
+ font-weight: 400;
1568
+ }
1569
+
1570
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wikipedia-w {
1571
+ font-family: 'Font Awesome 6 Brands';
1572
+ font-weight: 400;
1573
+ }
1574
+
1575
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-safari {
1576
+ font-family: 'Font Awesome 6 Brands';
1577
+ font-weight: 400;
1578
+ }
1579
+
1580
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-chrome {
1581
+ font-family: 'Font Awesome 6 Brands';
1582
+ font-weight: 400;
1583
+ }
1584
+
1585
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-firefox {
1586
+ font-family: 'Font Awesome 6 Brands';
1587
+ font-weight: 400;
1588
+ }
1589
+
1590
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-opera {
1591
+ font-family: 'Font Awesome 6 Brands';
1592
+ font-weight: 400;
1593
+ }
1594
+
1595
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-internet-explorer {
1596
+ font-family: 'Font Awesome 6 Brands';
1597
+ font-weight: 400;
1598
+ }
1599
+
1600
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-television:before { content: unquote("\"#{ $fa-var-tv }\""); }
1601
+
1602
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-contao {
1603
+ font-family: 'Font Awesome 6 Brands';
1604
+ font-weight: 400;
1605
+ }
1606
+
1607
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-500px {
1608
+ font-family: 'Font Awesome 6 Brands';
1609
+ font-weight: 400;
1610
+ }
1611
+
1612
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-amazon {
1613
+ font-family: 'Font Awesome 6 Brands';
1614
+ font-weight: 400;
1615
+ }
1616
+
1617
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o {
1618
+ font-family: 'Font Awesome 6 Free';
1619
+ font-weight: 400;
1620
+ }
1621
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o:before { content: unquote("\"#{ $fa-var-calendar-plus }\""); }
1622
+
1623
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o {
1624
+ font-family: 'Font Awesome 6 Free';
1625
+ font-weight: 400;
1626
+ }
1627
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o:before { content: unquote("\"#{ $fa-var-calendar-minus }\""); }
1628
+
1629
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o {
1630
+ font-family: 'Font Awesome 6 Free';
1631
+ font-weight: 400;
1632
+ }
1633
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o:before { content: unquote("\"#{ $fa-var-calendar-xmark }\""); }
1634
+
1635
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o {
1636
+ font-family: 'Font Awesome 6 Free';
1637
+ font-weight: 400;
1638
+ }
1639
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o:before { content: unquote("\"#{ $fa-var-calendar-check }\""); }
1640
+
1641
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-map-o {
1642
+ font-family: 'Font Awesome 6 Free';
1643
+ font-weight: 400;
1644
+ }
1645
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-map-o:before { content: unquote("\"#{ $fa-var-map }\""); }
1646
+
1647
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting:before { content: unquote("\"#{ $fa-var-comment-dots }\""); }
1648
+
1649
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o {
1650
+ font-family: 'Font Awesome 6 Free';
1651
+ font-weight: 400;
1652
+ }
1653
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o:before { content: unquote("\"#{ $fa-var-comment-dots }\""); }
1654
+
1655
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-houzz {
1656
+ font-family: 'Font Awesome 6 Brands';
1657
+ font-weight: 400;
1658
+ }
1659
+
1660
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo {
1661
+ font-family: 'Font Awesome 6 Brands';
1662
+ font-weight: 400;
1663
+ }
1664
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo:before { content: unquote("\"#{ $fa-var-vimeo-v }\""); }
1665
+
1666
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-black-tie {
1667
+ font-family: 'Font Awesome 6 Brands';
1668
+ font-weight: 400;
1669
+ }
1670
+
1671
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fonticons {
1672
+ font-family: 'Font Awesome 6 Brands';
1673
+ font-weight: 400;
1674
+ }
1675
+
1676
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-alien {
1677
+ font-family: 'Font Awesome 6 Brands';
1678
+ font-weight: 400;
1679
+ }
1680
+
1681
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-edge {
1682
+ font-family: 'Font Awesome 6 Brands';
1683
+ font-weight: 400;
1684
+ }
1685
+
1686
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card-alt:before { content: unquote("\"#{ $fa-var-credit-card }\""); }
1687
+
1688
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-codiepie {
1689
+ font-family: 'Font Awesome 6 Brands';
1690
+ font-weight: 400;
1691
+ }
1692
+
1693
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-modx {
1694
+ font-family: 'Font Awesome 6 Brands';
1695
+ font-weight: 400;
1696
+ }
1697
+
1698
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fort-awesome {
1699
+ font-family: 'Font Awesome 6 Brands';
1700
+ font-weight: 400;
1701
+ }
1702
+
1703
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-usb {
1704
+ font-family: 'Font Awesome 6 Brands';
1705
+ font-weight: 400;
1706
+ }
1707
+
1708
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-product-hunt {
1709
+ font-family: 'Font Awesome 6 Brands';
1710
+ font-weight: 400;
1711
+ }
1712
+
1713
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mixcloud {
1714
+ font-family: 'Font Awesome 6 Brands';
1715
+ font-weight: 400;
1716
+ }
1717
+
1718
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-scribd {
1719
+ font-family: 'Font Awesome 6 Brands';
1720
+ font-weight: 400;
1721
+ }
1722
+
1723
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o {
1724
+ font-family: 'Font Awesome 6 Free';
1725
+ font-weight: 400;
1726
+ }
1727
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o:before { content: unquote("\"#{ $fa-var-circle-pause }\""); }
1728
+
1729
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o {
1730
+ font-family: 'Font Awesome 6 Free';
1731
+ font-weight: 400;
1732
+ }
1733
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o:before { content: unquote("\"#{ $fa-var-circle-stop }\""); }
1734
+
1735
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth {
1736
+ font-family: 'Font Awesome 6 Brands';
1737
+ font-weight: 400;
1738
+ }
1739
+
1740
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth-b {
1741
+ font-family: 'Font Awesome 6 Brands';
1742
+ font-weight: 400;
1743
+ }
1744
+
1745
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gitlab {
1746
+ font-family: 'Font Awesome 6 Brands';
1747
+ font-weight: 400;
1748
+ }
1749
+
1750
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wpbeginner {
1751
+ font-family: 'Font Awesome 6 Brands';
1752
+ font-weight: 400;
1753
+ }
1754
+
1755
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wpforms {
1756
+ font-family: 'Font Awesome 6 Brands';
1757
+ font-weight: 400;
1758
+ }
1759
+
1760
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envira {
1761
+ font-family: 'Font Awesome 6 Brands';
1762
+ font-weight: 400;
1763
+ }
1764
+
1765
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt {
1766
+ font-family: 'Font Awesome 6 Brands';
1767
+ font-weight: 400;
1768
+ }
1769
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt:before { content: unquote("\"#{ $fa-var-accessible-icon }\""); }
1770
+
1771
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o {
1772
+ font-family: 'Font Awesome 6 Free';
1773
+ font-weight: 400;
1774
+ }
1775
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o:before { content: unquote("\"#{ $fa-var-circle-question }\""); }
1776
+
1777
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-volume-control-phone:before { content: unquote("\"#{ $fa-var-phone-volume }\""); }
1778
+
1779
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-asl-interpreting:before { content: unquote("\"#{ $fa-var-hands-asl-interpreting }\""); }
1780
+
1781
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-deafness:before { content: unquote("\"#{ $fa-var-ear-deaf }\""); }
1782
+
1783
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hard-of-hearing:before { content: unquote("\"#{ $fa-var-ear-deaf }\""); }
1784
+
1785
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-glide {
1786
+ font-family: 'Font Awesome 6 Brands';
1787
+ font-weight: 400;
1788
+ }
1789
+
1790
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-glide-g {
1791
+ font-family: 'Font Awesome 6 Brands';
1792
+ font-weight: 400;
1793
+ }
1794
+
1795
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-signing:before { content: unquote("\"#{ $fa-var-hands }\""); }
1796
+
1797
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo {
1798
+ font-family: 'Font Awesome 6 Brands';
1799
+ font-weight: 400;
1800
+ }
1801
+
1802
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square {
1803
+ font-family: 'Font Awesome 6 Brands';
1804
+ font-weight: 400;
1805
+ }
1806
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square:before { content: unquote("\"#{ $fa-var-square-viadeo }\""); }
1807
+
1808
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat {
1809
+ font-family: 'Font Awesome 6 Brands';
1810
+ font-weight: 400;
1811
+ }
1812
+
1813
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost {
1814
+ font-family: 'Font Awesome 6 Brands';
1815
+ font-weight: 400;
1816
+ }
1817
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost:before { content: unquote("\"#{ $fa-var-snapchat }\""); }
1818
+
1819
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square {
1820
+ font-family: 'Font Awesome 6 Brands';
1821
+ font-weight: 400;
1822
+ }
1823
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square:before { content: unquote("\"#{ $fa-var-square-snapchat }\""); }
1824
+
1825
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper {
1826
+ font-family: 'Font Awesome 6 Brands';
1827
+ font-weight: 400;
1828
+ }
1829
+
1830
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-first-order {
1831
+ font-family: 'Font Awesome 6 Brands';
1832
+ font-weight: 400;
1833
+ }
1834
+
1835
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yoast {
1836
+ font-family: 'Font Awesome 6 Brands';
1837
+ font-weight: 400;
1838
+ }
1839
+
1840
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-themeisle {
1841
+ font-family: 'Font Awesome 6 Brands';
1842
+ font-weight: 400;
1843
+ }
1844
+
1845
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official {
1846
+ font-family: 'Font Awesome 6 Brands';
1847
+ font-weight: 400;
1848
+ }
1849
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official:before { content: unquote("\"#{ $fa-var-google-plus }\""); }
1850
+
1851
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle {
1852
+ font-family: 'Font Awesome 6 Brands';
1853
+ font-weight: 400;
1854
+ }
1855
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle:before { content: unquote("\"#{ $fa-var-google-plus }\""); }
1856
+
1857
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-font-awesome {
1858
+ font-family: 'Font Awesome 6 Brands';
1859
+ font-weight: 400;
1860
+ }
1861
+
1862
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fa {
1863
+ font-family: 'Font Awesome 6 Brands';
1864
+ font-weight: 400;
1865
+ }
1866
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fa:before { content: unquote("\"#{ $fa-var-font-awesome }\""); }
1867
+
1868
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o {
1869
+ font-family: 'Font Awesome 6 Free';
1870
+ font-weight: 400;
1871
+ }
1872
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o:before { content: unquote("\"#{ $fa-var-handshake }\""); }
1873
+
1874
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o {
1875
+ font-family: 'Font Awesome 6 Free';
1876
+ font-weight: 400;
1877
+ }
1878
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o:before { content: unquote("\"#{ $fa-var-envelope-open }\""); }
1879
+
1880
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linode {
1881
+ font-family: 'Font Awesome 6 Brands';
1882
+ font-weight: 400;
1883
+ }
1884
+
1885
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o {
1886
+ font-family: 'Font Awesome 6 Free';
1887
+ font-weight: 400;
1888
+ }
1889
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o:before { content: unquote("\"#{ $fa-var-address-book }\""); }
1890
+
1891
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard:before { content: unquote("\"#{ $fa-var-address-card }\""); }
1892
+
1893
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o {
1894
+ font-family: 'Font Awesome 6 Free';
1895
+ font-weight: 400;
1896
+ }
1897
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o:before { content: unquote("\"#{ $fa-var-address-card }\""); }
1898
+
1899
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o {
1900
+ font-family: 'Font Awesome 6 Free';
1901
+ font-weight: 400;
1902
+ }
1903
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o:before { content: unquote("\"#{ $fa-var-address-card }\""); }
1904
+
1905
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o {
1906
+ font-family: 'Font Awesome 6 Free';
1907
+ font-weight: 400;
1908
+ }
1909
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o:before { content: unquote("\"#{ $fa-var-circle-user }\""); }
1910
+
1911
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-o {
1912
+ font-family: 'Font Awesome 6 Free';
1913
+ font-weight: 400;
1914
+ }
1915
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-o:before { content: unquote("\"#{ $fa-var-user }\""); }
1916
+
1917
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-id-badge {
1918
+ font-family: 'Font Awesome 6 Free';
1919
+ font-weight: 400;
1920
+ }
1921
+
1922
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license:before { content: unquote("\"#{ $fa-var-id-card }\""); }
1923
+
1924
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o {
1925
+ font-family: 'Font Awesome 6 Free';
1926
+ font-weight: 400;
1927
+ }
1928
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o:before { content: unquote("\"#{ $fa-var-id-card }\""); }
1929
+
1930
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o {
1931
+ font-family: 'Font Awesome 6 Free';
1932
+ font-weight: 400;
1933
+ }
1934
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o:before { content: unquote("\"#{ $fa-var-id-card }\""); }
1935
+
1936
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-quora {
1937
+ font-family: 'Font Awesome 6 Brands';
1938
+ font-weight: 400;
1939
+ }
1940
+
1941
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-free-code-camp {
1942
+ font-family: 'Font Awesome 6 Brands';
1943
+ font-weight: 400;
1944
+ }
1945
+
1946
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-telegram {
1947
+ font-family: 'Font Awesome 6 Brands';
1948
+ font-weight: 400;
1949
+ }
1950
+
1951
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-4:before { content: unquote("\"#{ $fa-var-temperature-full }\""); }
1952
+
1953
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer:before { content: unquote("\"#{ $fa-var-temperature-full }\""); }
1954
+
1955
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-3:before { content: unquote("\"#{ $fa-var-temperature-three-quarters }\""); }
1956
+
1957
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-2:before { content: unquote("\"#{ $fa-var-temperature-half }\""); }
1958
+
1959
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-1:before { content: unquote("\"#{ $fa-var-temperature-quarter }\""); }
1960
+
1961
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-0:before { content: unquote("\"#{ $fa-var-temperature-empty }\""); }
1962
+
1963
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bathtub:before { content: unquote("\"#{ $fa-var-bath }\""); }
1964
+
1965
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-s15:before { content: unquote("\"#{ $fa-var-bath }\""); }
1966
+
1967
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-maximize {
1968
+ font-family: 'Font Awesome 6 Free';
1969
+ font-weight: 400;
1970
+ }
1971
+
1972
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-restore {
1973
+ font-family: 'Font Awesome 6 Free';
1974
+ font-weight: 400;
1975
+ }
1976
+
1977
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); }
1978
+
1979
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o {
1980
+ font-family: 'Font Awesome 6 Free';
1981
+ font-weight: 400;
1982
+ }
1983
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); }
1984
+
1985
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o {
1986
+ font-family: 'Font Awesome 6 Free';
1987
+ font-weight: 400;
1988
+ }
1989
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); }
1990
+
1991
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bandcamp {
1992
+ font-family: 'Font Awesome 6 Brands';
1993
+ font-weight: 400;
1994
+ }
1995
+
1996
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-grav {
1997
+ font-family: 'Font Awesome 6 Brands';
1998
+ font-weight: 400;
1999
+ }
2000
+
2001
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-etsy {
2002
+ font-family: 'Font Awesome 6 Brands';
2003
+ font-weight: 400;
2004
+ }
2005
+
2006
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-imdb {
2007
+ font-family: 'Font Awesome 6 Brands';
2008
+ font-weight: 400;
2009
+ }
2010
+
2011
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ravelry {
2012
+ font-family: 'Font Awesome 6 Brands';
2013
+ font-weight: 400;
2014
+ }
2015
+
2016
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eercast {
2017
+ font-family: 'Font Awesome 6 Brands';
2018
+ font-weight: 400;
2019
+ }
2020
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eercast:before { content: unquote("\"#{ $fa-var-sellcast }\""); }
2021
+
2022
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o {
2023
+ font-family: 'Font Awesome 6 Free';
2024
+ font-weight: 400;
2025
+ }
2026
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o:before { content: unquote("\"#{ $fa-var-snowflake }\""); }
2027
+
2028
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-superpowers {
2029
+ font-family: 'Font Awesome 6 Brands';
2030
+ font-weight: 400;
2031
+ }
2032
+
2033
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wpexplorer {
2034
+ font-family: 'Font Awesome 6 Brands';
2035
+ font-weight: 400;
2036
+ }
2037
+
2038
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-meetup {
2039
+ font-family: 'Font Awesome 6 Brands';
2040
+ font-weight: 400;
2041
+ }
2042
+