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