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