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