@nationalarchives/frontend 0.1.16-prerelease → 0.1.17-prerelease

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/nationalarchives/all.css +13 -1
  2. package/nationalarchives/all.css.map +1 -1
  3. package/nationalarchives/all.js +1 -1
  4. package/nationalarchives/all.js.map +1 -1
  5. package/nationalarchives/all.scss +2 -3
  6. package/nationalarchives/assets/fonts/fa-brands-400.ttf +0 -0
  7. package/nationalarchives/assets/fonts/fa-brands-400.woff2 +0 -0
  8. package/nationalarchives/assets/fonts/fa-regular-400.ttf +0 -0
  9. package/nationalarchives/assets/fonts/fa-regular-400.woff2 +0 -0
  10. package/nationalarchives/assets/fonts/fa-solid-900.ttf +0 -0
  11. package/nationalarchives/assets/fonts/fa-solid-900.woff2 +0 -0
  12. package/nationalarchives/components/breadcrumbs/_index.scss +2 -2
  13. package/nationalarchives/components/button/_button-group.scss +18 -0
  14. package/nationalarchives/components/button/_index.scss +24 -7
  15. package/nationalarchives/components/button/button.stories.js +63 -6
  16. package/nationalarchives/components/button/fixtures.json +3 -3
  17. package/nationalarchives/components/button/macro-options.json +13 -1
  18. package/nationalarchives/components/button/template.njk +7 -2
  19. package/nationalarchives/components/card/_index.scss +62 -47
  20. package/nationalarchives/components/card/card.stories.js +59 -8
  21. package/nationalarchives/components/card/fixtures.json +59 -20
  22. package/nationalarchives/components/card/macro-options.json +14 -2
  23. package/nationalarchives/components/card/template.njk +12 -8
  24. package/nationalarchives/components/filters/_index.scss +19 -14
  25. package/nationalarchives/components/footer/_index.scss +194 -60
  26. package/nationalarchives/components/footer/fixtures.json +1 -1
  27. package/nationalarchives/components/footer/footer.stories.js +80 -71
  28. package/nationalarchives/components/footer/macro-options.json +34 -8
  29. package/nationalarchives/components/footer/template.njk +110 -53
  30. package/nationalarchives/components/header/_index.scss +40 -4
  31. package/nationalarchives/components/hero/_index.scss +1 -1
  32. package/nationalarchives/components/index-grid/_index.scss +27 -5
  33. package/nationalarchives/components/index-grid/index-grid.stories.js +25 -1
  34. package/nationalarchives/components/index-grid/macro-options.json +12 -0
  35. package/nationalarchives/components/index-grid/template.njk +9 -11
  36. package/nationalarchives/components/message/_index.scss +8 -0
  37. package/nationalarchives/components/picture/_index.scss +2 -0
  38. package/nationalarchives/components/picture/picture.js +1 -1
  39. package/nationalarchives/components/picture/picture.js.map +1 -1
  40. package/nationalarchives/components/picture/picture.mjs +2 -0
  41. package/nationalarchives/components/skip-link/skip-link.stories.js +3 -2
  42. package/nationalarchives/components/tabs/_index.scss +6 -3
  43. package/nationalarchives/components/tabs/tabs.stories.js +6 -6
  44. package/nationalarchives/lib/font-awesome/_animated.scss +276 -0
  45. package/nationalarchives/lib/font-awesome/_bordered-pulled.scss +20 -0
  46. package/nationalarchives/lib/font-awesome/_core.scss +42 -0
  47. package/nationalarchives/lib/font-awesome/_fixed-width.scss +7 -0
  48. package/nationalarchives/lib/font-awesome/_functions.scss +57 -0
  49. package/nationalarchives/lib/font-awesome/_icons.scss +11 -0
  50. package/nationalarchives/lib/font-awesome/_list.scss +20 -0
  51. package/nationalarchives/lib/font-awesome/_mixins.scss +74 -0
  52. package/nationalarchives/lib/font-awesome/_rotated-flipped.scss +31 -0
  53. package/nationalarchives/lib/font-awesome/_screen-reader.scss +14 -0
  54. package/nationalarchives/lib/font-awesome/_shims.scss +2653 -0
  55. package/nationalarchives/lib/font-awesome/_sizing.scss +16 -0
  56. package/nationalarchives/lib/font-awesome/_stacked.scss +32 -0
  57. package/nationalarchives/lib/font-awesome/_variables.scss +4976 -0
  58. package/nationalarchives/lib/font-awesome/brands.scss +34 -0
  59. package/nationalarchives/lib/font-awesome/fontawesome.scss +21 -0
  60. package/nationalarchives/lib/font-awesome/regular.scss +28 -0
  61. package/nationalarchives/lib/font-awesome/solid.scss +28 -0
  62. package/nationalarchives/lib/font-awesome/v4-shims.scss +11 -0
  63. package/nationalarchives/stories/utilities/colour-schemes/colour-schemes.mdx +22 -0
  64. package/nationalarchives/stories/utilities/colour-schemes/colour-schemes.stories.js +483 -97
  65. package/nationalarchives/stories/utilities/overrides/overrides.mdx +37 -57
  66. package/nationalarchives/stories/utilities/typography/heading-groups.stories.js +1 -1
  67. package/nationalarchives/stories/utilities/typography/typography.mdx +2 -0
  68. package/nationalarchives/stories/utilities/typography/typography.stories.js +20 -1
  69. package/nationalarchives/tools/_colour.scss +86 -41
  70. package/nationalarchives/tools/_typography.scss +13 -0
  71. package/nationalarchives/utilities/_font-awesome.scss +5 -0
  72. package/nationalarchives/utilities/_global.scss +70 -26
  73. package/nationalarchives/utilities/_index.scss +1 -0
  74. package/nationalarchives/utilities/_overrides.scss +42 -10
  75. package/nationalarchives/utilities/_typography.scss +198 -59
  76. package/nationalarchives/variables/_assets.scss +1 -0
  77. package/nationalarchives/variables/_colour.scss +29 -23
  78. package/nationalarchives/variables/_index.scss +1 -0
  79. package/nationalarchives/variables/_spacing.scss +3 -1
  80. package/nationalarchives/variables/_typography.scss +4 -1
  81. package/package.json +13 -13
  82. package/nationalarchives/patterns/_index.scss +0 -1
  83. package/nationalarchives/patterns/featured-collection/_index.scss +0 -13
  84. package/nationalarchives/patterns/featured-collection/featured-collection.stories.js +0 -34
  85. package/nationalarchives/patterns/featured-collection/macro-options.json +0 -20
  86. package/nationalarchives/patterns/featured-collection/macro.njk +0 -3
  87. package/nationalarchives/patterns/featured-collection/template.njk +0 -96
@@ -0,0 +1,2653 @@
1
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before {
2
+ content: unquote('"#{ $fa-var-martini-glass-empty }"');
3
+ }
4
+
5
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o {
6
+ font-family: "Font Awesome 6 Free";
7
+ font-weight: 400;
8
+ }
9
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o:before {
10
+ content: unquote('"#{ $fa-var-envelope }"');
11
+ }
12
+
13
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-o {
14
+ font-family: "Font Awesome 6 Free";
15
+ font-weight: 400;
16
+ }
17
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-o:before {
18
+ content: unquote('"#{ $fa-var-star }"');
19
+ }
20
+
21
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-remove:before {
22
+ content: unquote('"#{ $fa-var-xmark }"');
23
+ }
24
+
25
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-close:before {
26
+ content: unquote('"#{ $fa-var-xmark }"');
27
+ }
28
+
29
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gear:before {
30
+ content: unquote('"#{ $fa-var-gear }"');
31
+ }
32
+
33
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o {
34
+ font-family: "Font Awesome 6 Free";
35
+ font-weight: 400;
36
+ }
37
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o:before {
38
+ content: unquote('"#{ $fa-var-trash-can }"');
39
+ }
40
+
41
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-home:before {
42
+ content: unquote('"#{ $fa-var-house }"');
43
+ }
44
+
45
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-o {
46
+ font-family: "Font Awesome 6 Free";
47
+ font-weight: 400;
48
+ }
49
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-o:before {
50
+ content: unquote('"#{ $fa-var-file }"');
51
+ }
52
+
53
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o {
54
+ font-family: "Font Awesome 6 Free";
55
+ font-weight: 400;
56
+ }
57
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o:before {
58
+ content: unquote('"#{ $fa-var-clock }"');
59
+ }
60
+
61
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down {
62
+ font-family: "Font Awesome 6 Free";
63
+ font-weight: 400;
64
+ }
65
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down:before {
66
+ content: unquote('"#{ $fa-var-circle-down }"');
67
+ }
68
+
69
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up {
70
+ font-family: "Font Awesome 6 Free";
71
+ font-weight: 400;
72
+ }
73
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up:before {
74
+ content: unquote('"#{ $fa-var-circle-up }"');
75
+ }
76
+
77
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o {
78
+ font-family: "Font Awesome 6 Free";
79
+ font-weight: 400;
80
+ }
81
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o:before {
82
+ content: unquote('"#{ $fa-var-circle-play }"');
83
+ }
84
+
85
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-repeat:before {
86
+ content: unquote('"#{ $fa-var-arrow-rotate-right }"');
87
+ }
88
+
89
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-right:before {
90
+ content: unquote('"#{ $fa-var-arrow-rotate-right }"');
91
+ }
92
+
93
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-refresh:before {
94
+ content: unquote('"#{ $fa-var-arrows-rotate }"');
95
+ }
96
+
97
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt {
98
+ font-family: "Font Awesome 6 Free";
99
+ font-weight: 400;
100
+ }
101
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt:before {
102
+ content: unquote('"#{ $fa-var-rectangle-list }"');
103
+ }
104
+
105
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dedent:before {
106
+ content: unquote('"#{ $fa-var-outdent }"');
107
+ }
108
+
109
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-video-camera:before {
110
+ content: unquote('"#{ $fa-var-video }"');
111
+ }
112
+
113
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o {
114
+ font-family: "Font Awesome 6 Free";
115
+ font-weight: 400;
116
+ }
117
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o:before {
118
+ content: unquote('"#{ $fa-var-image }"');
119
+ }
120
+
121
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-photo {
122
+ font-family: "Font Awesome 6 Free";
123
+ font-weight: 400;
124
+ }
125
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-photo:before {
126
+ content: unquote('"#{ $fa-var-image }"');
127
+ }
128
+
129
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-image {
130
+ font-family: "Font Awesome 6 Free";
131
+ font-weight: 400;
132
+ }
133
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-image:before {
134
+ content: unquote('"#{ $fa-var-image }"');
135
+ }
136
+
137
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-map-marker:before {
138
+ content: unquote('"#{ $fa-var-location-dot }"');
139
+ }
140
+
141
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o {
142
+ font-family: "Font Awesome 6 Free";
143
+ font-weight: 400;
144
+ }
145
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o:before {
146
+ content: unquote('"#{ $fa-var-pen-to-square }"');
147
+ }
148
+
149
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-edit {
150
+ font-family: "Font Awesome 6 Free";
151
+ font-weight: 400;
152
+ }
153
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-edit:before {
154
+ content: unquote('"#{ $fa-var-pen-to-square }"');
155
+ }
156
+
157
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o:before {
158
+ content: unquote('"#{ $fa-var-share-from-square }"');
159
+ }
160
+
161
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o {
162
+ font-family: "Font Awesome 6 Free";
163
+ font-weight: 400;
164
+ }
165
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o:before {
166
+ content: unquote('"#{ $fa-var-square-check }"');
167
+ }
168
+
169
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows:before {
170
+ content: unquote('"#{ $fa-var-up-down-left-right }"');
171
+ }
172
+
173
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o {
174
+ font-family: "Font Awesome 6 Free";
175
+ font-weight: 400;
176
+ }
177
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o:before {
178
+ content: unquote('"#{ $fa-var-circle-xmark }"');
179
+ }
180
+
181
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o {
182
+ font-family: "Font Awesome 6 Free";
183
+ font-weight: 400;
184
+ }
185
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o:before {
186
+ content: unquote('"#{ $fa-var-circle-check }"');
187
+ }
188
+
189
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-forward:before {
190
+ content: unquote('"#{ $fa-var-share }"');
191
+ }
192
+
193
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-expand:before {
194
+ content: unquote('"#{ $fa-var-up-right-and-down-left-from-center }"');
195
+ }
196
+
197
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-compress:before {
198
+ content: unquote('"#{ $fa-var-down-left-and-up-right-to-center }"');
199
+ }
200
+
201
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eye {
202
+ font-family: "Font Awesome 6 Free";
203
+ font-weight: 400;
204
+ }
205
+
206
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eye-slash {
207
+ font-family: "Font Awesome 6 Free";
208
+ font-weight: 400;
209
+ }
210
+
211
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-warning:before {
212
+ content: unquote('"#{ $fa-var-triangle-exclamation }"');
213
+ }
214
+
215
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar:before {
216
+ content: unquote('"#{ $fa-var-calendar-days }"');
217
+ }
218
+
219
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-v:before {
220
+ content: unquote('"#{ $fa-var-up-down }"');
221
+ }
222
+
223
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-h:before {
224
+ content: unquote('"#{ $fa-var-left-right }"');
225
+ }
226
+
227
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart:before {
228
+ content: unquote('"#{ $fa-var-chart-column }"');
229
+ }
230
+
231
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o:before {
232
+ content: unquote('"#{ $fa-var-chart-column }"');
233
+ }
234
+
235
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square {
236
+ font-family: "Font Awesome 6 Brands";
237
+ font-weight: 400;
238
+ }
239
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square:before {
240
+ content: unquote('"#{ $fa-var-square-twitter }"');
241
+ }
242
+
243
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square {
244
+ font-family: "Font Awesome 6 Brands";
245
+ font-weight: 400;
246
+ }
247
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square:before {
248
+ content: unquote('"#{ $fa-var-square-facebook }"');
249
+ }
250
+
251
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gears:before {
252
+ content: unquote('"#{ $fa-var-gears }"');
253
+ }
254
+
255
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up {
256
+ font-family: "Font Awesome 6 Free";
257
+ font-weight: 400;
258
+ }
259
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up:before {
260
+ content: unquote('"#{ $fa-var-thumbs-up }"');
261
+ }
262
+
263
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down {
264
+ font-family: "Font Awesome 6 Free";
265
+ font-weight: 400;
266
+ }
267
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down:before {
268
+ content: unquote('"#{ $fa-var-thumbs-down }"');
269
+ }
270
+
271
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o {
272
+ font-family: "Font Awesome 6 Free";
273
+ font-weight: 400;
274
+ }
275
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o:before {
276
+ content: unquote('"#{ $fa-var-heart }"');
277
+ }
278
+
279
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sign-out:before {
280
+ content: unquote('"#{ $fa-var-right-from-bracket }"');
281
+ }
282
+
283
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square {
284
+ font-family: "Font Awesome 6 Brands";
285
+ font-weight: 400;
286
+ }
287
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square:before {
288
+ content: unquote('"#{ $fa-var-linkedin }"');
289
+ }
290
+
291
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumb-tack:before {
292
+ content: unquote('"#{ $fa-var-thumbtack }"');
293
+ }
294
+
295
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-external-link:before {
296
+ content: unquote('"#{ $fa-var-up-right-from-square }"');
297
+ }
298
+
299
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sign-in:before {
300
+ content: unquote('"#{ $fa-var-right-to-bracket }"');
301
+ }
302
+
303
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github-square {
304
+ font-family: "Font Awesome 6 Brands";
305
+ font-weight: 400;
306
+ }
307
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github-square:before {
308
+ content: unquote('"#{ $fa-var-square-github }"');
309
+ }
310
+
311
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o {
312
+ font-family: "Font Awesome 6 Free";
313
+ font-weight: 400;
314
+ }
315
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o:before {
316
+ content: unquote('"#{ $fa-var-lemon }"');
317
+ }
318
+
319
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-square-o {
320
+ font-family: "Font Awesome 6 Free";
321
+ font-weight: 400;
322
+ }
323
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-square-o:before {
324
+ content: unquote('"#{ $fa-var-square }"');
325
+ }
326
+
327
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o {
328
+ font-family: "Font Awesome 6 Free";
329
+ font-weight: 400;
330
+ }
331
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o:before {
332
+ content: unquote('"#{ $fa-var-bookmark }"');
333
+ }
334
+
335
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter {
336
+ font-family: "Font Awesome 6 Brands";
337
+ font-weight: 400;
338
+ }
339
+
340
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook {
341
+ font-family: "Font Awesome 6 Brands";
342
+ font-weight: 400;
343
+ }
344
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook:before {
345
+ content: unquote('"#{ $fa-var-facebook-f }"');
346
+ }
347
+
348
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f {
349
+ font-family: "Font Awesome 6 Brands";
350
+ font-weight: 400;
351
+ }
352
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f:before {
353
+ content: unquote('"#{ $fa-var-facebook-f }"');
354
+ }
355
+
356
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github {
357
+ font-family: "Font Awesome 6 Brands";
358
+ font-weight: 400;
359
+ }
360
+
361
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card {
362
+ font-family: "Font Awesome 6 Free";
363
+ font-weight: 400;
364
+ }
365
+
366
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-feed:before {
367
+ content: unquote('"#{ $fa-var-rss }"');
368
+ }
369
+
370
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o {
371
+ font-family: "Font Awesome 6 Free";
372
+ font-weight: 400;
373
+ }
374
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o:before {
375
+ content: unquote('"#{ $fa-var-hard-drive }"');
376
+ }
377
+
378
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right {
379
+ font-family: "Font Awesome 6 Free";
380
+ font-weight: 400;
381
+ }
382
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right:before {
383
+ content: unquote('"#{ $fa-var-hand-point-right }"');
384
+ }
385
+
386
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left {
387
+ font-family: "Font Awesome 6 Free";
388
+ font-weight: 400;
389
+ }
390
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left:before {
391
+ content: unquote('"#{ $fa-var-hand-point-left }"');
392
+ }
393
+
394
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up {
395
+ font-family: "Font Awesome 6 Free";
396
+ font-weight: 400;
397
+ }
398
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up:before {
399
+ content: unquote('"#{ $fa-var-hand-point-up }"');
400
+ }
401
+
402
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down {
403
+ font-family: "Font Awesome 6 Free";
404
+ font-weight: 400;
405
+ }
406
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down:before {
407
+ content: unquote('"#{ $fa-var-hand-point-down }"');
408
+ }
409
+
410
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-globe:before {
411
+ content: unquote('"#{ $fa-var-earth-americas }"');
412
+ }
413
+
414
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tasks:before {
415
+ content: unquote('"#{ $fa-var-bars-progress }"');
416
+ }
417
+
418
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-alt:before {
419
+ content: unquote('"#{ $fa-var-maximize }"');
420
+ }
421
+
422
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-group:before {
423
+ content: unquote('"#{ $fa-var-users }"');
424
+ }
425
+
426
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-chain:before {
427
+ content: unquote('"#{ $fa-var-link }"');
428
+ }
429
+
430
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cut:before {
431
+ content: unquote('"#{ $fa-var-scissors }"');
432
+ }
433
+
434
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-files-o {
435
+ font-family: "Font Awesome 6 Free";
436
+ font-weight: 400;
437
+ }
438
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-files-o:before {
439
+ content: unquote('"#{ $fa-var-copy }"');
440
+ }
441
+
442
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o {
443
+ font-family: "Font Awesome 6 Free";
444
+ font-weight: 400;
445
+ }
446
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o:before {
447
+ content: unquote('"#{ $fa-var-floppy-disk }"');
448
+ }
449
+
450
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-save {
451
+ font-family: "Font Awesome 6 Free";
452
+ font-weight: 400;
453
+ }
454
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-save:before {
455
+ content: unquote('"#{ $fa-var-floppy-disk }"');
456
+ }
457
+
458
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-navicon:before {
459
+ content: unquote('"#{ $fa-var-bars }"');
460
+ }
461
+
462
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reorder:before {
463
+ content: unquote('"#{ $fa-var-bars }"');
464
+ }
465
+
466
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-magic:before {
467
+ content: unquote('"#{ $fa-var-wand-magic-sparkles }"');
468
+ }
469
+
470
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest {
471
+ font-family: "Font Awesome 6 Brands";
472
+ font-weight: 400;
473
+ }
474
+
475
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square {
476
+ font-family: "Font Awesome 6 Brands";
477
+ font-weight: 400;
478
+ }
479
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square:before {
480
+ content: unquote('"#{ $fa-var-square-pinterest }"');
481
+ }
482
+
483
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square {
484
+ font-family: "Font Awesome 6 Brands";
485
+ font-weight: 400;
486
+ }
487
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square:before {
488
+ content: unquote('"#{ $fa-var-square-google-plus }"');
489
+ }
490
+
491
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus {
492
+ font-family: "Font Awesome 6 Brands";
493
+ font-weight: 400;
494
+ }
495
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus:before {
496
+ content: unquote('"#{ $fa-var-google-plus-g }"');
497
+ }
498
+
499
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-money:before {
500
+ content: unquote('"#{ $fa-var-money-bill-1 }"');
501
+ }
502
+
503
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-unsorted:before {
504
+ content: unquote('"#{ $fa-var-sort }"');
505
+ }
506
+
507
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-desc:before {
508
+ content: unquote('"#{ $fa-var-sort-down }"');
509
+ }
510
+
511
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-asc:before {
512
+ content: unquote('"#{ $fa-var-sort-up }"');
513
+ }
514
+
515
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin {
516
+ font-family: "Font Awesome 6 Brands";
517
+ font-weight: 400;
518
+ }
519
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin:before {
520
+ content: unquote('"#{ $fa-var-linkedin-in }"');
521
+ }
522
+
523
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-left:before {
524
+ content: unquote('"#{ $fa-var-arrow-rotate-left }"');
525
+ }
526
+
527
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-legal:before {
528
+ content: unquote('"#{ $fa-var-gavel }"');
529
+ }
530
+
531
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tachometer:before {
532
+ content: unquote('"#{ $fa-var-gauge-high }"');
533
+ }
534
+
535
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dashboard:before {
536
+ content: unquote('"#{ $fa-var-gauge-high }"');
537
+ }
538
+
539
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o {
540
+ font-family: "Font Awesome 6 Free";
541
+ font-weight: 400;
542
+ }
543
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o:before {
544
+ content: unquote('"#{ $fa-var-comment }"');
545
+ }
546
+
547
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o {
548
+ font-family: "Font Awesome 6 Free";
549
+ font-weight: 400;
550
+ }
551
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o:before {
552
+ content: unquote('"#{ $fa-var-comments }"');
553
+ }
554
+
555
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flash:before {
556
+ content: unquote('"#{ $fa-var-bolt }"');
557
+ }
558
+
559
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clipboard:before {
560
+ content: unquote('"#{ $fa-var-paste }"');
561
+ }
562
+
563
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o {
564
+ font-family: "Font Awesome 6 Free";
565
+ font-weight: 400;
566
+ }
567
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o:before {
568
+ content: unquote('"#{ $fa-var-lightbulb }"');
569
+ }
570
+
571
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-exchange:before {
572
+ content: unquote('"#{ $fa-var-right-left }"');
573
+ }
574
+
575
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-download:before {
576
+ content: unquote('"#{ $fa-var-cloud-arrow-down }"');
577
+ }
578
+
579
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-upload:before {
580
+ content: unquote('"#{ $fa-var-cloud-arrow-up }"');
581
+ }
582
+
583
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o {
584
+ font-family: "Font Awesome 6 Free";
585
+ font-weight: 400;
586
+ }
587
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o:before {
588
+ content: unquote('"#{ $fa-var-bell }"');
589
+ }
590
+
591
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cutlery:before {
592
+ content: unquote('"#{ $fa-var-utensils }"');
593
+ }
594
+
595
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o {
596
+ font-family: "Font Awesome 6 Free";
597
+ font-weight: 400;
598
+ }
599
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o:before {
600
+ content: unquote('"#{ $fa-var-file-lines }"');
601
+ }
602
+
603
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-building-o {
604
+ font-family: "Font Awesome 6 Free";
605
+ font-weight: 400;
606
+ }
607
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-building-o:before {
608
+ content: unquote('"#{ $fa-var-building }"');
609
+ }
610
+
611
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o {
612
+ font-family: "Font Awesome 6 Free";
613
+ font-weight: 400;
614
+ }
615
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o:before {
616
+ content: unquote('"#{ $fa-var-hospital }"');
617
+ }
618
+
619
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tablet:before {
620
+ content: unquote('"#{ $fa-var-tablet-screen-button }"');
621
+ }
622
+
623
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mobile:before {
624
+ content: unquote('"#{ $fa-var-mobile-screen-button }"');
625
+ }
626
+
627
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mobile-phone:before {
628
+ content: unquote('"#{ $fa-var-mobile-screen-button }"');
629
+ }
630
+
631
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o {
632
+ font-family: "Font Awesome 6 Free";
633
+ font-weight: 400;
634
+ }
635
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o:before {
636
+ content: unquote('"#{ $fa-var-circle }"');
637
+ }
638
+
639
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply:before {
640
+ content: unquote('"#{ $fa-var-reply }"');
641
+ }
642
+
643
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github-alt {
644
+ font-family: "Font Awesome 6 Brands";
645
+ font-weight: 400;
646
+ }
647
+
648
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o {
649
+ font-family: "Font Awesome 6 Free";
650
+ font-weight: 400;
651
+ }
652
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o:before {
653
+ content: unquote('"#{ $fa-var-folder }"');
654
+ }
655
+
656
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o {
657
+ font-family: "Font Awesome 6 Free";
658
+ font-weight: 400;
659
+ }
660
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o:before {
661
+ content: unquote('"#{ $fa-var-folder-open }"');
662
+ }
663
+
664
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o {
665
+ font-family: "Font Awesome 6 Free";
666
+ font-weight: 400;
667
+ }
668
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o:before {
669
+ content: unquote('"#{ $fa-var-face-smile }"');
670
+ }
671
+
672
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o {
673
+ font-family: "Font Awesome 6 Free";
674
+ font-weight: 400;
675
+ }
676
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o:before {
677
+ content: unquote('"#{ $fa-var-face-frown }"');
678
+ }
679
+
680
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o {
681
+ font-family: "Font Awesome 6 Free";
682
+ font-weight: 400;
683
+ }
684
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o:before {
685
+ content: unquote('"#{ $fa-var-face-meh }"');
686
+ }
687
+
688
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o {
689
+ font-family: "Font Awesome 6 Free";
690
+ font-weight: 400;
691
+ }
692
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o:before {
693
+ content: unquote('"#{ $fa-var-keyboard }"');
694
+ }
695
+
696
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o {
697
+ font-family: "Font Awesome 6 Free";
698
+ font-weight: 400;
699
+ }
700
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o:before {
701
+ content: unquote('"#{ $fa-var-flag }"');
702
+ }
703
+
704
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply-all:before {
705
+ content: unquote('"#{ $fa-var-reply-all }"');
706
+ }
707
+
708
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o {
709
+ font-family: "Font Awesome 6 Free";
710
+ font-weight: 400;
711
+ }
712
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o:before {
713
+ content: unquote('"#{ $fa-var-star-half-stroke }"');
714
+ }
715
+
716
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty {
717
+ font-family: "Font Awesome 6 Free";
718
+ font-weight: 400;
719
+ }
720
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty:before {
721
+ content: unquote('"#{ $fa-var-star-half-stroke }"');
722
+ }
723
+
724
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full {
725
+ font-family: "Font Awesome 6 Free";
726
+ font-weight: 400;
727
+ }
728
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full:before {
729
+ content: unquote('"#{ $fa-var-star-half-stroke }"');
730
+ }
731
+
732
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-code-fork:before {
733
+ content: unquote('"#{ $fa-var-code-branch }"');
734
+ }
735
+
736
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-chain-broken:before {
737
+ content: unquote('"#{ $fa-var-link-slash }"');
738
+ }
739
+
740
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-unlink:before {
741
+ content: unquote('"#{ $fa-var-link-slash }"');
742
+ }
743
+
744
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o {
745
+ font-family: "Font Awesome 6 Free";
746
+ font-weight: 400;
747
+ }
748
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o:before {
749
+ content: unquote('"#{ $fa-var-calendar }"');
750
+ }
751
+
752
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-maxcdn {
753
+ font-family: "Font Awesome 6 Brands";
754
+ font-weight: 400;
755
+ }
756
+
757
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-html5 {
758
+ font-family: "Font Awesome 6 Brands";
759
+ font-weight: 400;
760
+ }
761
+
762
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-css3 {
763
+ font-family: "Font Awesome 6 Brands";
764
+ font-weight: 400;
765
+ }
766
+
767
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-unlock-alt:before {
768
+ content: unquote('"#{ $fa-var-unlock }"');
769
+ }
770
+
771
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o {
772
+ font-family: "Font Awesome 6 Free";
773
+ font-weight: 400;
774
+ }
775
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o:before {
776
+ content: unquote('"#{ $fa-var-square-minus }"');
777
+ }
778
+
779
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-level-up:before {
780
+ content: unquote('"#{ $fa-var-turn-up }"');
781
+ }
782
+
783
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-level-down:before {
784
+ content: unquote('"#{ $fa-var-turn-down }"');
785
+ }
786
+
787
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square:before {
788
+ content: unquote('"#{ $fa-var-square-pen }"');
789
+ }
790
+
791
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-external-link-square:before {
792
+ content: unquote('"#{ $fa-var-square-up-right }"');
793
+ }
794
+
795
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-compass {
796
+ font-family: "Font Awesome 6 Free";
797
+ font-weight: 400;
798
+ }
799
+
800
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down {
801
+ font-family: "Font Awesome 6 Free";
802
+ font-weight: 400;
803
+ }
804
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down:before {
805
+ content: unquote('"#{ $fa-var-square-caret-down }"');
806
+ }
807
+
808
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down {
809
+ font-family: "Font Awesome 6 Free";
810
+ font-weight: 400;
811
+ }
812
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down:before {
813
+ content: unquote('"#{ $fa-var-square-caret-down }"');
814
+ }
815
+
816
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up {
817
+ font-family: "Font Awesome 6 Free";
818
+ font-weight: 400;
819
+ }
820
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up:before {
821
+ content: unquote('"#{ $fa-var-square-caret-up }"');
822
+ }
823
+
824
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up {
825
+ font-family: "Font Awesome 6 Free";
826
+ font-weight: 400;
827
+ }
828
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up:before {
829
+ content: unquote('"#{ $fa-var-square-caret-up }"');
830
+ }
831
+
832
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right {
833
+ font-family: "Font Awesome 6 Free";
834
+ font-weight: 400;
835
+ }
836
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right:before {
837
+ content: unquote('"#{ $fa-var-square-caret-right }"');
838
+ }
839
+
840
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right {
841
+ font-family: "Font Awesome 6 Free";
842
+ font-weight: 400;
843
+ }
844
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right:before {
845
+ content: unquote('"#{ $fa-var-square-caret-right }"');
846
+ }
847
+
848
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eur:before {
849
+ content: unquote('"#{ $fa-var-euro-sign }"');
850
+ }
851
+
852
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-euro:before {
853
+ content: unquote('"#{ $fa-var-euro-sign }"');
854
+ }
855
+
856
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gbp:before {
857
+ content: unquote('"#{ $fa-var-sterling-sign }"');
858
+ }
859
+
860
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-usd:before {
861
+ content: unquote('"#{ $fa-var-dollar-sign }"');
862
+ }
863
+
864
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dollar:before {
865
+ content: unquote('"#{ $fa-var-dollar-sign }"');
866
+ }
867
+
868
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-inr:before {
869
+ content: unquote('"#{ $fa-var-indian-rupee-sign }"');
870
+ }
871
+
872
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rupee:before {
873
+ content: unquote('"#{ $fa-var-indian-rupee-sign }"');
874
+ }
875
+
876
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-jpy:before {
877
+ content: unquote('"#{ $fa-var-yen-sign }"');
878
+ }
879
+
880
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cny:before {
881
+ content: unquote('"#{ $fa-var-yen-sign }"');
882
+ }
883
+
884
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rmb:before {
885
+ content: unquote('"#{ $fa-var-yen-sign }"');
886
+ }
887
+
888
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yen:before {
889
+ content: unquote('"#{ $fa-var-yen-sign }"');
890
+ }
891
+
892
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rub:before {
893
+ content: unquote('"#{ $fa-var-ruble-sign }"');
894
+ }
895
+
896
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ruble:before {
897
+ content: unquote('"#{ $fa-var-ruble-sign }"');
898
+ }
899
+
900
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rouble:before {
901
+ content: unquote('"#{ $fa-var-ruble-sign }"');
902
+ }
903
+
904
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-krw:before {
905
+ content: unquote('"#{ $fa-var-won-sign }"');
906
+ }
907
+
908
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-won:before {
909
+ content: unquote('"#{ $fa-var-won-sign }"');
910
+ }
911
+
912
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-btc {
913
+ font-family: "Font Awesome 6 Brands";
914
+ font-weight: 400;
915
+ }
916
+
917
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin {
918
+ font-family: "Font Awesome 6 Brands";
919
+ font-weight: 400;
920
+ }
921
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin:before {
922
+ content: unquote('"#{ $fa-var-btc }"');
923
+ }
924
+
925
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text:before {
926
+ content: unquote('"#{ $fa-var-file-lines }"');
927
+ }
928
+
929
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before {
930
+ content: unquote('"#{ $fa-var-arrow-down-a-z }"');
931
+ }
932
+
933
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before {
934
+ content: unquote('"#{ $fa-var-arrow-down-z-a }"');
935
+ }
936
+
937
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before {
938
+ content: unquote('"#{ $fa-var-arrow-down-short-wide }"');
939
+ }
940
+
941
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before {
942
+ content: unquote('"#{ $fa-var-arrow-down-wide-short }"');
943
+ }
944
+
945
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before {
946
+ content: unquote('"#{ $fa-var-arrow-down-1-9 }"');
947
+ }
948
+
949
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before {
950
+ content: unquote('"#{ $fa-var-arrow-down-9-1 }"');
951
+ }
952
+
953
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square {
954
+ font-family: "Font Awesome 6 Brands";
955
+ font-weight: 400;
956
+ }
957
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square:before {
958
+ content: unquote('"#{ $fa-var-square-youtube }"');
959
+ }
960
+
961
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube {
962
+ font-family: "Font Awesome 6 Brands";
963
+ font-weight: 400;
964
+ }
965
+
966
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-xing {
967
+ font-family: "Font Awesome 6 Brands";
968
+ font-weight: 400;
969
+ }
970
+
971
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square {
972
+ font-family: "Font Awesome 6 Brands";
973
+ font-weight: 400;
974
+ }
975
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square:before {
976
+ content: unquote('"#{ $fa-var-square-xing }"');
977
+ }
978
+
979
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play {
980
+ font-family: "Font Awesome 6 Brands";
981
+ font-weight: 400;
982
+ }
983
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play:before {
984
+ content: unquote('"#{ $fa-var-youtube }"');
985
+ }
986
+
987
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dropbox {
988
+ font-family: "Font Awesome 6 Brands";
989
+ font-weight: 400;
990
+ }
991
+
992
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stack-overflow {
993
+ font-family: "Font Awesome 6 Brands";
994
+ font-weight: 400;
995
+ }
996
+
997
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-instagram {
998
+ font-family: "Font Awesome 6 Brands";
999
+ font-weight: 400;
1000
+ }
1001
+
1002
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flickr {
1003
+ font-family: "Font Awesome 6 Brands";
1004
+ font-weight: 400;
1005
+ }
1006
+
1007
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-adn {
1008
+ font-family: "Font Awesome 6 Brands";
1009
+ font-weight: 400;
1010
+ }
1011
+
1012
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket {
1013
+ font-family: "Font Awesome 6 Brands";
1014
+ font-weight: 400;
1015
+ }
1016
+
1017
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square {
1018
+ font-family: "Font Awesome 6 Brands";
1019
+ font-weight: 400;
1020
+ }
1021
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square:before {
1022
+ content: unquote('"#{ $fa-var-bitbucket }"');
1023
+ }
1024
+
1025
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr {
1026
+ font-family: "Font Awesome 6 Brands";
1027
+ font-weight: 400;
1028
+ }
1029
+
1030
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square {
1031
+ font-family: "Font Awesome 6 Brands";
1032
+ font-weight: 400;
1033
+ }
1034
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square:before {
1035
+ content: unquote('"#{ $fa-var-square-tumblr }"');
1036
+ }
1037
+
1038
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-down:before {
1039
+ content: unquote('"#{ $fa-var-down-long }"');
1040
+ }
1041
+
1042
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-up:before {
1043
+ content: unquote('"#{ $fa-var-up-long }"');
1044
+ }
1045
+
1046
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-left:before {
1047
+ content: unquote('"#{ $fa-var-left-long }"');
1048
+ }
1049
+
1050
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-right:before {
1051
+ content: unquote('"#{ $fa-var-right-long }"');
1052
+ }
1053
+
1054
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-apple {
1055
+ font-family: "Font Awesome 6 Brands";
1056
+ font-weight: 400;
1057
+ }
1058
+
1059
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-windows {
1060
+ font-family: "Font Awesome 6 Brands";
1061
+ font-weight: 400;
1062
+ }
1063
+
1064
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-android {
1065
+ font-family: "Font Awesome 6 Brands";
1066
+ font-weight: 400;
1067
+ }
1068
+
1069
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linux {
1070
+ font-family: "Font Awesome 6 Brands";
1071
+ font-weight: 400;
1072
+ }
1073
+
1074
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dribbble {
1075
+ font-family: "Font Awesome 6 Brands";
1076
+ font-weight: 400;
1077
+ }
1078
+
1079
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-skype {
1080
+ font-family: "Font Awesome 6 Brands";
1081
+ font-weight: 400;
1082
+ }
1083
+
1084
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-foursquare {
1085
+ font-family: "Font Awesome 6 Brands";
1086
+ font-weight: 400;
1087
+ }
1088
+
1089
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trello {
1090
+ font-family: "Font Awesome 6 Brands";
1091
+ font-weight: 400;
1092
+ }
1093
+
1094
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gratipay {
1095
+ font-family: "Font Awesome 6 Brands";
1096
+ font-weight: 400;
1097
+ }
1098
+
1099
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gittip {
1100
+ font-family: "Font Awesome 6 Brands";
1101
+ font-weight: 400;
1102
+ }
1103
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gittip:before {
1104
+ content: unquote('"#{ $fa-var-gratipay }"');
1105
+ }
1106
+
1107
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o {
1108
+ font-family: "Font Awesome 6 Free";
1109
+ font-weight: 400;
1110
+ }
1111
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o:before {
1112
+ content: unquote('"#{ $fa-var-sun }"');
1113
+ }
1114
+
1115
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o {
1116
+ font-family: "Font Awesome 6 Free";
1117
+ font-weight: 400;
1118
+ }
1119
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o:before {
1120
+ content: unquote('"#{ $fa-var-moon }"');
1121
+ }
1122
+
1123
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vk {
1124
+ font-family: "Font Awesome 6 Brands";
1125
+ font-weight: 400;
1126
+ }
1127
+
1128
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-weibo {
1129
+ font-family: "Font Awesome 6 Brands";
1130
+ font-weight: 400;
1131
+ }
1132
+
1133
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-renren {
1134
+ font-family: "Font Awesome 6 Brands";
1135
+ font-weight: 400;
1136
+ }
1137
+
1138
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pagelines {
1139
+ font-family: "Font Awesome 6 Brands";
1140
+ font-weight: 400;
1141
+ }
1142
+
1143
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stack-exchange {
1144
+ font-family: "Font Awesome 6 Brands";
1145
+ font-weight: 400;
1146
+ }
1147
+
1148
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right {
1149
+ font-family: "Font Awesome 6 Free";
1150
+ font-weight: 400;
1151
+ }
1152
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right:before {
1153
+ content: unquote('"#{ $fa-var-circle-right }"');
1154
+ }
1155
+
1156
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left {
1157
+ font-family: "Font Awesome 6 Free";
1158
+ font-weight: 400;
1159
+ }
1160
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left:before {
1161
+ content: unquote('"#{ $fa-var-circle-left }"');
1162
+ }
1163
+
1164
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left {
1165
+ font-family: "Font Awesome 6 Free";
1166
+ font-weight: 400;
1167
+ }
1168
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left:before {
1169
+ content: unquote('"#{ $fa-var-square-caret-left }"');
1170
+ }
1171
+
1172
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left {
1173
+ font-family: "Font Awesome 6 Free";
1174
+ font-weight: 400;
1175
+ }
1176
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left:before {
1177
+ content: unquote('"#{ $fa-var-square-caret-left }"');
1178
+ }
1179
+
1180
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o {
1181
+ font-family: "Font Awesome 6 Free";
1182
+ font-weight: 400;
1183
+ }
1184
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o:before {
1185
+ content: unquote('"#{ $fa-var-circle-dot }"');
1186
+ }
1187
+
1188
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square {
1189
+ font-family: "Font Awesome 6 Brands";
1190
+ font-weight: 400;
1191
+ }
1192
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square:before {
1193
+ content: unquote('"#{ $fa-var-square-vimeo }"');
1194
+ }
1195
+
1196
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-try:before {
1197
+ content: unquote('"#{ $fa-var-turkish-lira-sign }"');
1198
+ }
1199
+
1200
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-turkish-lira:before {
1201
+ content: unquote('"#{ $fa-var-turkish-lira-sign }"');
1202
+ }
1203
+
1204
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o {
1205
+ font-family: "Font Awesome 6 Free";
1206
+ font-weight: 400;
1207
+ }
1208
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o:before {
1209
+ content: unquote('"#{ $fa-var-square-plus }"');
1210
+ }
1211
+
1212
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-slack {
1213
+ font-family: "Font Awesome 6 Brands";
1214
+ font-weight: 400;
1215
+ }
1216
+
1217
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wordpress {
1218
+ font-family: "Font Awesome 6 Brands";
1219
+ font-weight: 400;
1220
+ }
1221
+
1222
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-openid {
1223
+ font-family: "Font Awesome 6 Brands";
1224
+ font-weight: 400;
1225
+ }
1226
+
1227
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-institution:before {
1228
+ content: unquote('"#{ $fa-var-building-columns }"');
1229
+ }
1230
+
1231
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bank:before {
1232
+ content: unquote('"#{ $fa-var-building-columns }"');
1233
+ }
1234
+
1235
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mortar-board:before {
1236
+ content: unquote('"#{ $fa-var-graduation-cap }"');
1237
+ }
1238
+
1239
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yahoo {
1240
+ font-family: "Font Awesome 6 Brands";
1241
+ font-weight: 400;
1242
+ }
1243
+
1244
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google {
1245
+ font-family: "Font Awesome 6 Brands";
1246
+ font-weight: 400;
1247
+ }
1248
+
1249
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit {
1250
+ font-family: "Font Awesome 6 Brands";
1251
+ font-weight: 400;
1252
+ }
1253
+
1254
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square {
1255
+ font-family: "Font Awesome 6 Brands";
1256
+ font-weight: 400;
1257
+ }
1258
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square:before {
1259
+ content: unquote('"#{ $fa-var-square-reddit }"');
1260
+ }
1261
+
1262
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon-circle {
1263
+ font-family: "Font Awesome 6 Brands";
1264
+ font-weight: 400;
1265
+ }
1266
+
1267
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon {
1268
+ font-family: "Font Awesome 6 Brands";
1269
+ font-weight: 400;
1270
+ }
1271
+
1272
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-delicious {
1273
+ font-family: "Font Awesome 6 Brands";
1274
+ font-weight: 400;
1275
+ }
1276
+
1277
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-digg {
1278
+ font-family: "Font Awesome 6 Brands";
1279
+ font-weight: 400;
1280
+ }
1281
+
1282
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-pp {
1283
+ font-family: "Font Awesome 6 Brands";
1284
+ font-weight: 400;
1285
+ }
1286
+
1287
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-alt {
1288
+ font-family: "Font Awesome 6 Brands";
1289
+ font-weight: 400;
1290
+ }
1291
+
1292
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drupal {
1293
+ font-family: "Font Awesome 6 Brands";
1294
+ font-weight: 400;
1295
+ }
1296
+
1297
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-joomla {
1298
+ font-family: "Font Awesome 6 Brands";
1299
+ font-weight: 400;
1300
+ }
1301
+
1302
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-behance {
1303
+ font-family: "Font Awesome 6 Brands";
1304
+ font-weight: 400;
1305
+ }
1306
+
1307
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square {
1308
+ font-family: "Font Awesome 6 Brands";
1309
+ font-weight: 400;
1310
+ }
1311
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square:before {
1312
+ content: unquote('"#{ $fa-var-square-behance }"');
1313
+ }
1314
+
1315
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-steam {
1316
+ font-family: "Font Awesome 6 Brands";
1317
+ font-weight: 400;
1318
+ }
1319
+
1320
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square {
1321
+ font-family: "Font Awesome 6 Brands";
1322
+ font-weight: 400;
1323
+ }
1324
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square:before {
1325
+ content: unquote('"#{ $fa-var-square-steam }"');
1326
+ }
1327
+
1328
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-automobile:before {
1329
+ content: unquote('"#{ $fa-var-car }"');
1330
+ }
1331
+
1332
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cab:before {
1333
+ content: unquote('"#{ $fa-var-taxi }"');
1334
+ }
1335
+
1336
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-spotify {
1337
+ font-family: "Font Awesome 6 Brands";
1338
+ font-weight: 400;
1339
+ }
1340
+
1341
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-deviantart {
1342
+ font-family: "Font Awesome 6 Brands";
1343
+ font-weight: 400;
1344
+ }
1345
+
1346
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-soundcloud {
1347
+ font-family: "Font Awesome 6 Brands";
1348
+ font-weight: 400;
1349
+ }
1350
+
1351
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o {
1352
+ font-family: "Font Awesome 6 Free";
1353
+ font-weight: 400;
1354
+ }
1355
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o:before {
1356
+ content: unquote('"#{ $fa-var-file-pdf }"');
1357
+ }
1358
+
1359
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o {
1360
+ font-family: "Font Awesome 6 Free";
1361
+ font-weight: 400;
1362
+ }
1363
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o:before {
1364
+ content: unquote('"#{ $fa-var-file-word }"');
1365
+ }
1366
+
1367
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o {
1368
+ font-family: "Font Awesome 6 Free";
1369
+ font-weight: 400;
1370
+ }
1371
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o:before {
1372
+ content: unquote('"#{ $fa-var-file-excel }"');
1373
+ }
1374
+
1375
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o {
1376
+ font-family: "Font Awesome 6 Free";
1377
+ font-weight: 400;
1378
+ }
1379
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o:before {
1380
+ content: unquote('"#{ $fa-var-file-powerpoint }"');
1381
+ }
1382
+
1383
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o {
1384
+ font-family: "Font Awesome 6 Free";
1385
+ font-weight: 400;
1386
+ }
1387
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o:before {
1388
+ content: unquote('"#{ $fa-var-file-image }"');
1389
+ }
1390
+
1391
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o {
1392
+ font-family: "Font Awesome 6 Free";
1393
+ font-weight: 400;
1394
+ }
1395
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o:before {
1396
+ content: unquote('"#{ $fa-var-file-image }"');
1397
+ }
1398
+
1399
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o {
1400
+ font-family: "Font Awesome 6 Free";
1401
+ font-weight: 400;
1402
+ }
1403
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o:before {
1404
+ content: unquote('"#{ $fa-var-file-image }"');
1405
+ }
1406
+
1407
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o {
1408
+ font-family: "Font Awesome 6 Free";
1409
+ font-weight: 400;
1410
+ }
1411
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o:before {
1412
+ content: unquote('"#{ $fa-var-file-zipper }"');
1413
+ }
1414
+
1415
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o {
1416
+ font-family: "Font Awesome 6 Free";
1417
+ font-weight: 400;
1418
+ }
1419
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o:before {
1420
+ content: unquote('"#{ $fa-var-file-zipper }"');
1421
+ }
1422
+
1423
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o {
1424
+ font-family: "Font Awesome 6 Free";
1425
+ font-weight: 400;
1426
+ }
1427
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o:before {
1428
+ content: unquote('"#{ $fa-var-file-audio }"');
1429
+ }
1430
+
1431
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o {
1432
+ font-family: "Font Awesome 6 Free";
1433
+ font-weight: 400;
1434
+ }
1435
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o:before {
1436
+ content: unquote('"#{ $fa-var-file-audio }"');
1437
+ }
1438
+
1439
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o {
1440
+ font-family: "Font Awesome 6 Free";
1441
+ font-weight: 400;
1442
+ }
1443
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o:before {
1444
+ content: unquote('"#{ $fa-var-file-video }"');
1445
+ }
1446
+
1447
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o {
1448
+ font-family: "Font Awesome 6 Free";
1449
+ font-weight: 400;
1450
+ }
1451
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o:before {
1452
+ content: unquote('"#{ $fa-var-file-video }"');
1453
+ }
1454
+
1455
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o {
1456
+ font-family: "Font Awesome 6 Free";
1457
+ font-weight: 400;
1458
+ }
1459
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o:before {
1460
+ content: unquote('"#{ $fa-var-file-code }"');
1461
+ }
1462
+
1463
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vine {
1464
+ font-family: "Font Awesome 6 Brands";
1465
+ font-weight: 400;
1466
+ }
1467
+
1468
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-codepen {
1469
+ font-family: "Font Awesome 6 Brands";
1470
+ font-weight: 400;
1471
+ }
1472
+
1473
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-jsfiddle {
1474
+ font-family: "Font Awesome 6 Brands";
1475
+ font-weight: 400;
1476
+ }
1477
+
1478
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy:before {
1479
+ content: unquote('"#{ $fa-var-life-ring }"');
1480
+ }
1481
+
1482
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy:before {
1483
+ content: unquote('"#{ $fa-var-life-ring }"');
1484
+ }
1485
+
1486
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver:before {
1487
+ content: unquote('"#{ $fa-var-life-ring }"');
1488
+ }
1489
+
1490
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-support:before {
1491
+ content: unquote('"#{ $fa-var-life-ring }"');
1492
+ }
1493
+
1494
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o-notch:before {
1495
+ content: unquote('"#{ $fa-var-circle-notch }"');
1496
+ }
1497
+
1498
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rebel {
1499
+ font-family: "Font Awesome 6 Brands";
1500
+ font-weight: 400;
1501
+ }
1502
+
1503
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ra {
1504
+ font-family: "Font Awesome 6 Brands";
1505
+ font-weight: 400;
1506
+ }
1507
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ra:before {
1508
+ content: unquote('"#{ $fa-var-rebel }"');
1509
+ }
1510
+
1511
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-resistance {
1512
+ font-family: "Font Awesome 6 Brands";
1513
+ font-weight: 400;
1514
+ }
1515
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-resistance:before {
1516
+ content: unquote('"#{ $fa-var-rebel }"');
1517
+ }
1518
+
1519
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-empire {
1520
+ font-family: "Font Awesome 6 Brands";
1521
+ font-weight: 400;
1522
+ }
1523
+
1524
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ge {
1525
+ font-family: "Font Awesome 6 Brands";
1526
+ font-weight: 400;
1527
+ }
1528
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ge:before {
1529
+ content: unquote('"#{ $fa-var-empire }"');
1530
+ }
1531
+
1532
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-git-square {
1533
+ font-family: "Font Awesome 6 Brands";
1534
+ font-weight: 400;
1535
+ }
1536
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-git-square:before {
1537
+ content: unquote('"#{ $fa-var-square-git }"');
1538
+ }
1539
+
1540
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-git {
1541
+ font-family: "Font Awesome 6 Brands";
1542
+ font-weight: 400;
1543
+ }
1544
+
1545
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hacker-news {
1546
+ font-family: "Font Awesome 6 Brands";
1547
+ font-weight: 400;
1548
+ }
1549
+
1550
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square {
1551
+ font-family: "Font Awesome 6 Brands";
1552
+ font-weight: 400;
1553
+ }
1554
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square:before {
1555
+ content: unquote('"#{ $fa-var-hacker-news }"');
1556
+ }
1557
+
1558
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square {
1559
+ font-family: "Font Awesome 6 Brands";
1560
+ font-weight: 400;
1561
+ }
1562
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square:before {
1563
+ content: unquote('"#{ $fa-var-hacker-news }"');
1564
+ }
1565
+
1566
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tencent-weibo {
1567
+ font-family: "Font Awesome 6 Brands";
1568
+ font-weight: 400;
1569
+ }
1570
+
1571
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-qq {
1572
+ font-family: "Font Awesome 6 Brands";
1573
+ font-weight: 400;
1574
+ }
1575
+
1576
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-weixin {
1577
+ font-family: "Font Awesome 6 Brands";
1578
+ font-weight: 400;
1579
+ }
1580
+
1581
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wechat {
1582
+ font-family: "Font Awesome 6 Brands";
1583
+ font-weight: 400;
1584
+ }
1585
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wechat:before {
1586
+ content: unquote('"#{ $fa-var-weixin }"');
1587
+ }
1588
+
1589
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-send:before {
1590
+ content: unquote('"#{ $fa-var-paper-plane }"');
1591
+ }
1592
+
1593
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o {
1594
+ font-family: "Font Awesome 6 Free";
1595
+ font-weight: 400;
1596
+ }
1597
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o:before {
1598
+ content: unquote('"#{ $fa-var-paper-plane }"');
1599
+ }
1600
+
1601
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-send-o {
1602
+ font-family: "Font Awesome 6 Free";
1603
+ font-weight: 400;
1604
+ }
1605
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-send-o:before {
1606
+ content: unquote('"#{ $fa-var-paper-plane }"');
1607
+ }
1608
+
1609
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin {
1610
+ font-family: "Font Awesome 6 Free";
1611
+ font-weight: 400;
1612
+ }
1613
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin:before {
1614
+ content: unquote('"#{ $fa-var-circle }"');
1615
+ }
1616
+
1617
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-header:before {
1618
+ content: unquote('"#{ $fa-var-heading }"');
1619
+ }
1620
+
1621
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o {
1622
+ font-family: "Font Awesome 6 Free";
1623
+ font-weight: 400;
1624
+ }
1625
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o:before {
1626
+ content: unquote('"#{ $fa-var-futbol }"');
1627
+ }
1628
+
1629
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o {
1630
+ font-family: "Font Awesome 6 Free";
1631
+ font-weight: 400;
1632
+ }
1633
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o:before {
1634
+ content: unquote('"#{ $fa-var-futbol }"');
1635
+ }
1636
+
1637
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-slideshare {
1638
+ font-family: "Font Awesome 6 Brands";
1639
+ font-weight: 400;
1640
+ }
1641
+
1642
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitch {
1643
+ font-family: "Font Awesome 6 Brands";
1644
+ font-weight: 400;
1645
+ }
1646
+
1647
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yelp {
1648
+ font-family: "Font Awesome 6 Brands";
1649
+ font-weight: 400;
1650
+ }
1651
+
1652
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o {
1653
+ font-family: "Font Awesome 6 Free";
1654
+ font-weight: 400;
1655
+ }
1656
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o:before {
1657
+ content: unquote('"#{ $fa-var-newspaper }"');
1658
+ }
1659
+
1660
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-paypal {
1661
+ font-family: "Font Awesome 6 Brands";
1662
+ font-weight: 400;
1663
+ }
1664
+
1665
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-wallet {
1666
+ font-family: "Font Awesome 6 Brands";
1667
+ font-weight: 400;
1668
+ }
1669
+
1670
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-visa {
1671
+ font-family: "Font Awesome 6 Brands";
1672
+ font-weight: 400;
1673
+ }
1674
+
1675
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-mastercard {
1676
+ font-family: "Font Awesome 6 Brands";
1677
+ font-weight: 400;
1678
+ }
1679
+
1680
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-discover {
1681
+ font-family: "Font Awesome 6 Brands";
1682
+ font-weight: 400;
1683
+ }
1684
+
1685
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-amex {
1686
+ font-family: "Font Awesome 6 Brands";
1687
+ font-weight: 400;
1688
+ }
1689
+
1690
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-paypal {
1691
+ font-family: "Font Awesome 6 Brands";
1692
+ font-weight: 400;
1693
+ }
1694
+
1695
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-stripe {
1696
+ font-family: "Font Awesome 6 Brands";
1697
+ font-weight: 400;
1698
+ }
1699
+
1700
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o {
1701
+ font-family: "Font Awesome 6 Free";
1702
+ font-weight: 400;
1703
+ }
1704
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o:before {
1705
+ content: unquote('"#{ $fa-var-bell-slash }"');
1706
+ }
1707
+
1708
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trash:before {
1709
+ content: unquote('"#{ $fa-var-trash-can }"');
1710
+ }
1711
+
1712
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-copyright {
1713
+ font-family: "Font Awesome 6 Free";
1714
+ font-weight: 400;
1715
+ }
1716
+
1717
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eyedropper:before {
1718
+ content: unquote('"#{ $fa-var-eye-dropper }"');
1719
+ }
1720
+
1721
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-area-chart:before {
1722
+ content: unquote('"#{ $fa-var-chart-area }"');
1723
+ }
1724
+
1725
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pie-chart:before {
1726
+ content: unquote('"#{ $fa-var-chart-pie }"');
1727
+ }
1728
+
1729
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-line-chart:before {
1730
+ content: unquote('"#{ $fa-var-chart-line }"');
1731
+ }
1732
+
1733
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm {
1734
+ font-family: "Font Awesome 6 Brands";
1735
+ font-weight: 400;
1736
+ }
1737
+
1738
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square {
1739
+ font-family: "Font Awesome 6 Brands";
1740
+ font-weight: 400;
1741
+ }
1742
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square:before {
1743
+ content: unquote('"#{ $fa-var-square-lastfm }"');
1744
+ }
1745
+
1746
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ioxhost {
1747
+ font-family: "Font Awesome 6 Brands";
1748
+ font-weight: 400;
1749
+ }
1750
+
1751
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-angellist {
1752
+ font-family: "Font Awesome 6 Brands";
1753
+ font-weight: 400;
1754
+ }
1755
+
1756
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc {
1757
+ font-family: "Font Awesome 6 Free";
1758
+ font-weight: 400;
1759
+ }
1760
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc:before {
1761
+ content: unquote('"#{ $fa-var-closed-captioning }"');
1762
+ }
1763
+
1764
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ils:before {
1765
+ content: unquote('"#{ $fa-var-shekel-sign }"');
1766
+ }
1767
+
1768
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-shekel:before {
1769
+ content: unquote('"#{ $fa-var-shekel-sign }"');
1770
+ }
1771
+
1772
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sheqel:before {
1773
+ content: unquote('"#{ $fa-var-shekel-sign }"');
1774
+ }
1775
+
1776
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-buysellads {
1777
+ font-family: "Font Awesome 6 Brands";
1778
+ font-weight: 400;
1779
+ }
1780
+
1781
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-connectdevelop {
1782
+ font-family: "Font Awesome 6 Brands";
1783
+ font-weight: 400;
1784
+ }
1785
+
1786
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dashcube {
1787
+ font-family: "Font Awesome 6 Brands";
1788
+ font-weight: 400;
1789
+ }
1790
+
1791
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-forumbee {
1792
+ font-family: "Font Awesome 6 Brands";
1793
+ font-weight: 400;
1794
+ }
1795
+
1796
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-leanpub {
1797
+ font-family: "Font Awesome 6 Brands";
1798
+ font-weight: 400;
1799
+ }
1800
+
1801
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sellsy {
1802
+ font-family: "Font Awesome 6 Brands";
1803
+ font-weight: 400;
1804
+ }
1805
+
1806
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-shirtsinbulk {
1807
+ font-family: "Font Awesome 6 Brands";
1808
+ font-weight: 400;
1809
+ }
1810
+
1811
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-simplybuilt {
1812
+ font-family: "Font Awesome 6 Brands";
1813
+ font-weight: 400;
1814
+ }
1815
+
1816
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-skyatlas {
1817
+ font-family: "Font Awesome 6 Brands";
1818
+ font-weight: 400;
1819
+ }
1820
+
1821
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-diamond {
1822
+ font-family: "Font Awesome 6 Free";
1823
+ font-weight: 400;
1824
+ }
1825
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-diamond:before {
1826
+ content: unquote('"#{ $fa-var-gem }"');
1827
+ }
1828
+
1829
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-transgender:before {
1830
+ content: unquote('"#{ $fa-var-mars-and-venus }"');
1831
+ }
1832
+
1833
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-intersex:before {
1834
+ content: unquote('"#{ $fa-var-mars-and-venus }"');
1835
+ }
1836
+
1837
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-transgender-alt:before {
1838
+ content: unquote('"#{ $fa-var-transgender }"');
1839
+ }
1840
+
1841
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official {
1842
+ font-family: "Font Awesome 6 Brands";
1843
+ font-weight: 400;
1844
+ }
1845
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official:before {
1846
+ content: unquote('"#{ $fa-var-facebook }"');
1847
+ }
1848
+
1849
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-p {
1850
+ font-family: "Font Awesome 6 Brands";
1851
+ font-weight: 400;
1852
+ }
1853
+
1854
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-whatsapp {
1855
+ font-family: "Font Awesome 6 Brands";
1856
+ font-weight: 400;
1857
+ }
1858
+
1859
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hotel:before {
1860
+ content: unquote('"#{ $fa-var-bed }"');
1861
+ }
1862
+
1863
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viacoin {
1864
+ font-family: "Font Awesome 6 Brands";
1865
+ font-weight: 400;
1866
+ }
1867
+
1868
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-medium {
1869
+ font-family: "Font Awesome 6 Brands";
1870
+ font-weight: 400;
1871
+ }
1872
+
1873
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator {
1874
+ font-family: "Font Awesome 6 Brands";
1875
+ font-weight: 400;
1876
+ }
1877
+
1878
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc {
1879
+ font-family: "Font Awesome 6 Brands";
1880
+ font-weight: 400;
1881
+ }
1882
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc:before {
1883
+ content: unquote('"#{ $fa-var-y-combinator }"');
1884
+ }
1885
+
1886
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-optin-monster {
1887
+ font-family: "Font Awesome 6 Brands";
1888
+ font-weight: 400;
1889
+ }
1890
+
1891
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-opencart {
1892
+ font-family: "Font Awesome 6 Brands";
1893
+ font-weight: 400;
1894
+ }
1895
+
1896
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-expeditedssl {
1897
+ font-family: "Font Awesome 6 Brands";
1898
+ font-weight: 400;
1899
+ }
1900
+
1901
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-4:before {
1902
+ content: unquote('"#{ $fa-var-battery-full }"');
1903
+ }
1904
+
1905
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery:before {
1906
+ content: unquote('"#{ $fa-var-battery-full }"');
1907
+ }
1908
+
1909
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-3:before {
1910
+ content: unquote('"#{ $fa-var-battery-three-quarters }"');
1911
+ }
1912
+
1913
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-2:before {
1914
+ content: unquote('"#{ $fa-var-battery-half }"');
1915
+ }
1916
+
1917
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-1:before {
1918
+ content: unquote('"#{ $fa-var-battery-quarter }"');
1919
+ }
1920
+
1921
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-0:before {
1922
+ content: unquote('"#{ $fa-var-battery-empty }"');
1923
+ }
1924
+
1925
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-object-group {
1926
+ font-family: "Font Awesome 6 Free";
1927
+ font-weight: 400;
1928
+ }
1929
+
1930
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-object-ungroup {
1931
+ font-family: "Font Awesome 6 Free";
1932
+ font-weight: 400;
1933
+ }
1934
+
1935
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o {
1936
+ font-family: "Font Awesome 6 Free";
1937
+ font-weight: 400;
1938
+ }
1939
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o:before {
1940
+ content: unquote('"#{ $fa-var-note-sticky }"');
1941
+ }
1942
+
1943
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-jcb {
1944
+ font-family: "Font Awesome 6 Brands";
1945
+ font-weight: 400;
1946
+ }
1947
+
1948
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-diners-club {
1949
+ font-family: "Font Awesome 6 Brands";
1950
+ font-weight: 400;
1951
+ }
1952
+
1953
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clone {
1954
+ font-family: "Font Awesome 6 Free";
1955
+ font-weight: 400;
1956
+ }
1957
+
1958
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o:before {
1959
+ content: unquote('"#{ $fa-var-hourglass }"');
1960
+ }
1961
+
1962
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-1:before {
1963
+ content: unquote('"#{ $fa-var-hourglass-start }"');
1964
+ }
1965
+
1966
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-2:before {
1967
+ content: unquote('"#{ $fa-var-hourglass-half }"');
1968
+ }
1969
+
1970
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-3:before {
1971
+ content: unquote('"#{ $fa-var-hourglass-end }"');
1972
+ }
1973
+
1974
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o {
1975
+ font-family: "Font Awesome 6 Free";
1976
+ font-weight: 400;
1977
+ }
1978
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o:before {
1979
+ content: unquote('"#{ $fa-var-hand-back-fist }"');
1980
+ }
1981
+
1982
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o {
1983
+ font-family: "Font Awesome 6 Free";
1984
+ font-weight: 400;
1985
+ }
1986
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o:before {
1987
+ content: unquote('"#{ $fa-var-hand-back-fist }"');
1988
+ }
1989
+
1990
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o {
1991
+ font-family: "Font Awesome 6 Free";
1992
+ font-weight: 400;
1993
+ }
1994
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o:before {
1995
+ content: unquote('"#{ $fa-var-hand }"');
1996
+ }
1997
+
1998
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o {
1999
+ font-family: "Font Awesome 6 Free";
2000
+ font-weight: 400;
2001
+ }
2002
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o:before {
2003
+ content: unquote('"#{ $fa-var-hand }"');
2004
+ }
2005
+
2006
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o {
2007
+ font-family: "Font Awesome 6 Free";
2008
+ font-weight: 400;
2009
+ }
2010
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o:before {
2011
+ content: unquote('"#{ $fa-var-hand-scissors }"');
2012
+ }
2013
+
2014
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o {
2015
+ font-family: "Font Awesome 6 Free";
2016
+ font-weight: 400;
2017
+ }
2018
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o:before {
2019
+ content: unquote('"#{ $fa-var-hand-lizard }"');
2020
+ }
2021
+
2022
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o {
2023
+ font-family: "Font Awesome 6 Free";
2024
+ font-weight: 400;
2025
+ }
2026
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o:before {
2027
+ content: unquote('"#{ $fa-var-hand-spock }"');
2028
+ }
2029
+
2030
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o {
2031
+ font-family: "Font Awesome 6 Free";
2032
+ font-weight: 400;
2033
+ }
2034
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o:before {
2035
+ content: unquote('"#{ $fa-var-hand-pointer }"');
2036
+ }
2037
+
2038
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o {
2039
+ font-family: "Font Awesome 6 Free";
2040
+ font-weight: 400;
2041
+ }
2042
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o:before {
2043
+ content: unquote('"#{ $fa-var-hand-peace }"');
2044
+ }
2045
+
2046
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-registered {
2047
+ font-family: "Font Awesome 6 Free";
2048
+ font-weight: 400;
2049
+ }
2050
+
2051
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-creative-commons {
2052
+ font-family: "Font Awesome 6 Brands";
2053
+ font-weight: 400;
2054
+ }
2055
+
2056
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gg {
2057
+ font-family: "Font Awesome 6 Brands";
2058
+ font-weight: 400;
2059
+ }
2060
+
2061
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gg-circle {
2062
+ font-family: "Font Awesome 6 Brands";
2063
+ font-weight: 400;
2064
+ }
2065
+
2066
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki {
2067
+ font-family: "Font Awesome 6 Brands";
2068
+ font-weight: 400;
2069
+ }
2070
+
2071
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square {
2072
+ font-family: "Font Awesome 6 Brands";
2073
+ font-weight: 400;
2074
+ }
2075
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square:before {
2076
+ content: unquote('"#{ $fa-var-square-odnoklassniki }"');
2077
+ }
2078
+
2079
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-get-pocket {
2080
+ font-family: "Font Awesome 6 Brands";
2081
+ font-weight: 400;
2082
+ }
2083
+
2084
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wikipedia-w {
2085
+ font-family: "Font Awesome 6 Brands";
2086
+ font-weight: 400;
2087
+ }
2088
+
2089
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-safari {
2090
+ font-family: "Font Awesome 6 Brands";
2091
+ font-weight: 400;
2092
+ }
2093
+
2094
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-chrome {
2095
+ font-family: "Font Awesome 6 Brands";
2096
+ font-weight: 400;
2097
+ }
2098
+
2099
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-firefox {
2100
+ font-family: "Font Awesome 6 Brands";
2101
+ font-weight: 400;
2102
+ }
2103
+
2104
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-opera {
2105
+ font-family: "Font Awesome 6 Brands";
2106
+ font-weight: 400;
2107
+ }
2108
+
2109
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-internet-explorer {
2110
+ font-family: "Font Awesome 6 Brands";
2111
+ font-weight: 400;
2112
+ }
2113
+
2114
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-television:before {
2115
+ content: unquote('"#{ $fa-var-tv }"');
2116
+ }
2117
+
2118
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-contao {
2119
+ font-family: "Font Awesome 6 Brands";
2120
+ font-weight: 400;
2121
+ }
2122
+
2123
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-500px {
2124
+ font-family: "Font Awesome 6 Brands";
2125
+ font-weight: 400;
2126
+ }
2127
+
2128
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-amazon {
2129
+ font-family: "Font Awesome 6 Brands";
2130
+ font-weight: 400;
2131
+ }
2132
+
2133
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o {
2134
+ font-family: "Font Awesome 6 Free";
2135
+ font-weight: 400;
2136
+ }
2137
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o:before {
2138
+ content: unquote('"#{ $fa-var-calendar-plus }"');
2139
+ }
2140
+
2141
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o {
2142
+ font-family: "Font Awesome 6 Free";
2143
+ font-weight: 400;
2144
+ }
2145
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o:before {
2146
+ content: unquote('"#{ $fa-var-calendar-minus }"');
2147
+ }
2148
+
2149
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o {
2150
+ font-family: "Font Awesome 6 Free";
2151
+ font-weight: 400;
2152
+ }
2153
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o:before {
2154
+ content: unquote('"#{ $fa-var-calendar-xmark }"');
2155
+ }
2156
+
2157
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o {
2158
+ font-family: "Font Awesome 6 Free";
2159
+ font-weight: 400;
2160
+ }
2161
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o:before {
2162
+ content: unquote('"#{ $fa-var-calendar-check }"');
2163
+ }
2164
+
2165
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-map-o {
2166
+ font-family: "Font Awesome 6 Free";
2167
+ font-weight: 400;
2168
+ }
2169
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-map-o:before {
2170
+ content: unquote('"#{ $fa-var-map }"');
2171
+ }
2172
+
2173
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting:before {
2174
+ content: unquote('"#{ $fa-var-comment-dots }"');
2175
+ }
2176
+
2177
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o {
2178
+ font-family: "Font Awesome 6 Free";
2179
+ font-weight: 400;
2180
+ }
2181
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o:before {
2182
+ content: unquote('"#{ $fa-var-comment-dots }"');
2183
+ }
2184
+
2185
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-houzz {
2186
+ font-family: "Font Awesome 6 Brands";
2187
+ font-weight: 400;
2188
+ }
2189
+
2190
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo {
2191
+ font-family: "Font Awesome 6 Brands";
2192
+ font-weight: 400;
2193
+ }
2194
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo:before {
2195
+ content: unquote('"#{ $fa-var-vimeo-v }"');
2196
+ }
2197
+
2198
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-black-tie {
2199
+ font-family: "Font Awesome 6 Brands";
2200
+ font-weight: 400;
2201
+ }
2202
+
2203
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fonticons {
2204
+ font-family: "Font Awesome 6 Brands";
2205
+ font-weight: 400;
2206
+ }
2207
+
2208
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-alien {
2209
+ font-family: "Font Awesome 6 Brands";
2210
+ font-weight: 400;
2211
+ }
2212
+
2213
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-edge {
2214
+ font-family: "Font Awesome 6 Brands";
2215
+ font-weight: 400;
2216
+ }
2217
+
2218
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card-alt:before {
2219
+ content: unquote('"#{ $fa-var-credit-card }"');
2220
+ }
2221
+
2222
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-codiepie {
2223
+ font-family: "Font Awesome 6 Brands";
2224
+ font-weight: 400;
2225
+ }
2226
+
2227
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-modx {
2228
+ font-family: "Font Awesome 6 Brands";
2229
+ font-weight: 400;
2230
+ }
2231
+
2232
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fort-awesome {
2233
+ font-family: "Font Awesome 6 Brands";
2234
+ font-weight: 400;
2235
+ }
2236
+
2237
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-usb {
2238
+ font-family: "Font Awesome 6 Brands";
2239
+ font-weight: 400;
2240
+ }
2241
+
2242
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-product-hunt {
2243
+ font-family: "Font Awesome 6 Brands";
2244
+ font-weight: 400;
2245
+ }
2246
+
2247
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mixcloud {
2248
+ font-family: "Font Awesome 6 Brands";
2249
+ font-weight: 400;
2250
+ }
2251
+
2252
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-scribd {
2253
+ font-family: "Font Awesome 6 Brands";
2254
+ font-weight: 400;
2255
+ }
2256
+
2257
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o {
2258
+ font-family: "Font Awesome 6 Free";
2259
+ font-weight: 400;
2260
+ }
2261
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o:before {
2262
+ content: unquote('"#{ $fa-var-circle-pause }"');
2263
+ }
2264
+
2265
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o {
2266
+ font-family: "Font Awesome 6 Free";
2267
+ font-weight: 400;
2268
+ }
2269
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o:before {
2270
+ content: unquote('"#{ $fa-var-circle-stop }"');
2271
+ }
2272
+
2273
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth {
2274
+ font-family: "Font Awesome 6 Brands";
2275
+ font-weight: 400;
2276
+ }
2277
+
2278
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth-b {
2279
+ font-family: "Font Awesome 6 Brands";
2280
+ font-weight: 400;
2281
+ }
2282
+
2283
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gitlab {
2284
+ font-family: "Font Awesome 6 Brands";
2285
+ font-weight: 400;
2286
+ }
2287
+
2288
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wpbeginner {
2289
+ font-family: "Font Awesome 6 Brands";
2290
+ font-weight: 400;
2291
+ }
2292
+
2293
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wpforms {
2294
+ font-family: "Font Awesome 6 Brands";
2295
+ font-weight: 400;
2296
+ }
2297
+
2298
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envira {
2299
+ font-family: "Font Awesome 6 Brands";
2300
+ font-weight: 400;
2301
+ }
2302
+
2303
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt {
2304
+ font-family: "Font Awesome 6 Brands";
2305
+ font-weight: 400;
2306
+ }
2307
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt:before {
2308
+ content: unquote('"#{ $fa-var-accessible-icon }"');
2309
+ }
2310
+
2311
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o {
2312
+ font-family: "Font Awesome 6 Free";
2313
+ font-weight: 400;
2314
+ }
2315
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o:before {
2316
+ content: unquote('"#{ $fa-var-circle-question }"');
2317
+ }
2318
+
2319
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-volume-control-phone:before {
2320
+ content: unquote('"#{ $fa-var-phone-volume }"');
2321
+ }
2322
+
2323
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-asl-interpreting:before {
2324
+ content: unquote('"#{ $fa-var-hands-asl-interpreting }"');
2325
+ }
2326
+
2327
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-deafness:before {
2328
+ content: unquote('"#{ $fa-var-ear-deaf }"');
2329
+ }
2330
+
2331
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hard-of-hearing:before {
2332
+ content: unquote('"#{ $fa-var-ear-deaf }"');
2333
+ }
2334
+
2335
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-glide {
2336
+ font-family: "Font Awesome 6 Brands";
2337
+ font-weight: 400;
2338
+ }
2339
+
2340
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-glide-g {
2341
+ font-family: "Font Awesome 6 Brands";
2342
+ font-weight: 400;
2343
+ }
2344
+
2345
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-signing:before {
2346
+ content: unquote('"#{ $fa-var-hands }"');
2347
+ }
2348
+
2349
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo {
2350
+ font-family: "Font Awesome 6 Brands";
2351
+ font-weight: 400;
2352
+ }
2353
+
2354
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square {
2355
+ font-family: "Font Awesome 6 Brands";
2356
+ font-weight: 400;
2357
+ }
2358
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square:before {
2359
+ content: unquote('"#{ $fa-var-square-viadeo }"');
2360
+ }
2361
+
2362
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat {
2363
+ font-family: "Font Awesome 6 Brands";
2364
+ font-weight: 400;
2365
+ }
2366
+
2367
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost {
2368
+ font-family: "Font Awesome 6 Brands";
2369
+ font-weight: 400;
2370
+ }
2371
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost:before {
2372
+ content: unquote('"#{ $fa-var-snapchat }"');
2373
+ }
2374
+
2375
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square {
2376
+ font-family: "Font Awesome 6 Brands";
2377
+ font-weight: 400;
2378
+ }
2379
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square:before {
2380
+ content: unquote('"#{ $fa-var-square-snapchat }"');
2381
+ }
2382
+
2383
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper {
2384
+ font-family: "Font Awesome 6 Brands";
2385
+ font-weight: 400;
2386
+ }
2387
+
2388
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-first-order {
2389
+ font-family: "Font Awesome 6 Brands";
2390
+ font-weight: 400;
2391
+ }
2392
+
2393
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yoast {
2394
+ font-family: "Font Awesome 6 Brands";
2395
+ font-weight: 400;
2396
+ }
2397
+
2398
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-themeisle {
2399
+ font-family: "Font Awesome 6 Brands";
2400
+ font-weight: 400;
2401
+ }
2402
+
2403
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official {
2404
+ font-family: "Font Awesome 6 Brands";
2405
+ font-weight: 400;
2406
+ }
2407
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official:before {
2408
+ content: unquote('"#{ $fa-var-google-plus }"');
2409
+ }
2410
+
2411
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle {
2412
+ font-family: "Font Awesome 6 Brands";
2413
+ font-weight: 400;
2414
+ }
2415
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle:before {
2416
+ content: unquote('"#{ $fa-var-google-plus }"');
2417
+ }
2418
+
2419
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-font-awesome {
2420
+ font-family: "Font Awesome 6 Brands";
2421
+ font-weight: 400;
2422
+ }
2423
+
2424
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fa {
2425
+ font-family: "Font Awesome 6 Brands";
2426
+ font-weight: 400;
2427
+ }
2428
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fa:before {
2429
+ content: unquote('"#{ $fa-var-font-awesome }"');
2430
+ }
2431
+
2432
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o {
2433
+ font-family: "Font Awesome 6 Free";
2434
+ font-weight: 400;
2435
+ }
2436
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o:before {
2437
+ content: unquote('"#{ $fa-var-handshake }"');
2438
+ }
2439
+
2440
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o {
2441
+ font-family: "Font Awesome 6 Free";
2442
+ font-weight: 400;
2443
+ }
2444
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o:before {
2445
+ content: unquote('"#{ $fa-var-envelope-open }"');
2446
+ }
2447
+
2448
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linode {
2449
+ font-family: "Font Awesome 6 Brands";
2450
+ font-weight: 400;
2451
+ }
2452
+
2453
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o {
2454
+ font-family: "Font Awesome 6 Free";
2455
+ font-weight: 400;
2456
+ }
2457
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o:before {
2458
+ content: unquote('"#{ $fa-var-address-book }"');
2459
+ }
2460
+
2461
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard:before {
2462
+ content: unquote('"#{ $fa-var-address-card }"');
2463
+ }
2464
+
2465
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o {
2466
+ font-family: "Font Awesome 6 Free";
2467
+ font-weight: 400;
2468
+ }
2469
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o:before {
2470
+ content: unquote('"#{ $fa-var-address-card }"');
2471
+ }
2472
+
2473
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o {
2474
+ font-family: "Font Awesome 6 Free";
2475
+ font-weight: 400;
2476
+ }
2477
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o:before {
2478
+ content: unquote('"#{ $fa-var-address-card }"');
2479
+ }
2480
+
2481
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o {
2482
+ font-family: "Font Awesome 6 Free";
2483
+ font-weight: 400;
2484
+ }
2485
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o:before {
2486
+ content: unquote('"#{ $fa-var-circle-user }"');
2487
+ }
2488
+
2489
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-o {
2490
+ font-family: "Font Awesome 6 Free";
2491
+ font-weight: 400;
2492
+ }
2493
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-o:before {
2494
+ content: unquote('"#{ $fa-var-user }"');
2495
+ }
2496
+
2497
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-id-badge {
2498
+ font-family: "Font Awesome 6 Free";
2499
+ font-weight: 400;
2500
+ }
2501
+
2502
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license:before {
2503
+ content: unquote('"#{ $fa-var-id-card }"');
2504
+ }
2505
+
2506
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o {
2507
+ font-family: "Font Awesome 6 Free";
2508
+ font-weight: 400;
2509
+ }
2510
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o:before {
2511
+ content: unquote('"#{ $fa-var-id-card }"');
2512
+ }
2513
+
2514
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o {
2515
+ font-family: "Font Awesome 6 Free";
2516
+ font-weight: 400;
2517
+ }
2518
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o:before {
2519
+ content: unquote('"#{ $fa-var-id-card }"');
2520
+ }
2521
+
2522
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-quora {
2523
+ font-family: "Font Awesome 6 Brands";
2524
+ font-weight: 400;
2525
+ }
2526
+
2527
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-free-code-camp {
2528
+ font-family: "Font Awesome 6 Brands";
2529
+ font-weight: 400;
2530
+ }
2531
+
2532
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-telegram {
2533
+ font-family: "Font Awesome 6 Brands";
2534
+ font-weight: 400;
2535
+ }
2536
+
2537
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-4:before {
2538
+ content: unquote('"#{ $fa-var-temperature-full }"');
2539
+ }
2540
+
2541
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer:before {
2542
+ content: unquote('"#{ $fa-var-temperature-full }"');
2543
+ }
2544
+
2545
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-3:before {
2546
+ content: unquote('"#{ $fa-var-temperature-three-quarters }"');
2547
+ }
2548
+
2549
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-2:before {
2550
+ content: unquote('"#{ $fa-var-temperature-half }"');
2551
+ }
2552
+
2553
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-1:before {
2554
+ content: unquote('"#{ $fa-var-temperature-quarter }"');
2555
+ }
2556
+
2557
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-0:before {
2558
+ content: unquote('"#{ $fa-var-temperature-empty }"');
2559
+ }
2560
+
2561
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bathtub:before {
2562
+ content: unquote('"#{ $fa-var-bath }"');
2563
+ }
2564
+
2565
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-s15:before {
2566
+ content: unquote('"#{ $fa-var-bath }"');
2567
+ }
2568
+
2569
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-maximize {
2570
+ font-family: "Font Awesome 6 Free";
2571
+ font-weight: 400;
2572
+ }
2573
+
2574
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-restore {
2575
+ font-family: "Font Awesome 6 Free";
2576
+ font-weight: 400;
2577
+ }
2578
+
2579
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle:before {
2580
+ content: unquote('"#{ $fa-var-rectangle-xmark }"');
2581
+ }
2582
+
2583
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o {
2584
+ font-family: "Font Awesome 6 Free";
2585
+ font-weight: 400;
2586
+ }
2587
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o:before {
2588
+ content: unquote('"#{ $fa-var-rectangle-xmark }"');
2589
+ }
2590
+
2591
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o {
2592
+ font-family: "Font Awesome 6 Free";
2593
+ font-weight: 400;
2594
+ }
2595
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o:before {
2596
+ content: unquote('"#{ $fa-var-rectangle-xmark }"');
2597
+ }
2598
+
2599
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bandcamp {
2600
+ font-family: "Font Awesome 6 Brands";
2601
+ font-weight: 400;
2602
+ }
2603
+
2604
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-grav {
2605
+ font-family: "Font Awesome 6 Brands";
2606
+ font-weight: 400;
2607
+ }
2608
+
2609
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-etsy {
2610
+ font-family: "Font Awesome 6 Brands";
2611
+ font-weight: 400;
2612
+ }
2613
+
2614
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-imdb {
2615
+ font-family: "Font Awesome 6 Brands";
2616
+ font-weight: 400;
2617
+ }
2618
+
2619
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ravelry {
2620
+ font-family: "Font Awesome 6 Brands";
2621
+ font-weight: 400;
2622
+ }
2623
+
2624
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eercast {
2625
+ font-family: "Font Awesome 6 Brands";
2626
+ font-weight: 400;
2627
+ }
2628
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eercast:before {
2629
+ content: unquote('"#{ $fa-var-sellcast }"');
2630
+ }
2631
+
2632
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o {
2633
+ font-family: "Font Awesome 6 Free";
2634
+ font-weight: 400;
2635
+ }
2636
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o:before {
2637
+ content: unquote('"#{ $fa-var-snowflake }"');
2638
+ }
2639
+
2640
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-superpowers {
2641
+ font-family: "Font Awesome 6 Brands";
2642
+ font-weight: 400;
2643
+ }
2644
+
2645
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wpexplorer {
2646
+ font-family: "Font Awesome 6 Brands";
2647
+ font-weight: 400;
2648
+ }
2649
+
2650
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-meetup {
2651
+ font-family: "Font Awesome 6 Brands";
2652
+ font-weight: 400;
2653
+ }