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