@unlk/keymaster 1.0.12 → 1.0.14

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