font-awesome-sass 6.0.0 → 6.1.2

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