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