@@ -214,8 +214,6 @@ i.icon.clock:before { content: "\f017"; }
214
214
i.icon.clone:before { content: "\f24d"; }
215
215
i.icon.closed.captioning:before { content: "\f20a"; }
216
216
i.icon.cloud:before { content: "\f0c2"; }
217
- i.icon.cloud.download.alternate:before { content: "\f381"; }
218
- i.icon.cloud.upload.alternate:before { content: "\f382"; }
219
217
i.icon.cloudscale:before { content: "\f383"; }
220
218
i.icon.cloudsmith:before { content: "\f384"; }
221
219
i.icon.cloudversify:before { content: "\f385"; }
@@ -1180,7 +1178,6 @@ i.icon.external.square:before { content: "\f360"; }
1180
1178
i.icon.external:before { content: "\f35d"; }
1181
1179
i.icon.facebook.official:before { content: "\f082"; }
1182
1180
i.icon.food:before { content: "\f2e7"; }
1183
- i.icon.heart.empty:before { content: "\f004"; }
1184
1181
i.icon.hourglass.zero:before { content: "\f253"; }
1185
1182
i.icon.level.down:before { content: "\f3be"; }
1186
1183
i.icon.level.up:before { content: "\f3bf"; }
@@ -1197,7 +1194,6 @@ i.icon.resize.vertical:before { content: "\f338"; }
1197
1194
i.icon.sign.in:before { content: "\f2f6"; }
1198
1195
i.icon.sign.out:before { content: "\f2f5"; }
1199
1196
i.icon.spoon:before { content: "\f2e5"; }
1200
- i.icon.star.empty:before { content: "\f089"; }
1201
1197
i.icon.star.half.empty:before { content: "\f089"; }
1202
1198
i.icon.star.half.full:before { content: "\f089"; }
1203
1199
i.icon.ticket:before { content: "\f3ff"; }
@@ -1345,6 +1341,15 @@ i.icon.youtube.play:before { content: "\f167"; }
1345
1341
i.icon.window.minimize.outline:before { content: "\f2d1"; }
1346
1342
i.icon.window.restore.outline:before { content: "\f2d2"; }
1347
1343
i.icon.disk.outline:before { content: "\f369"; }
1344
+
1345
+ /* Outline Aliases */
1346
+ i.icon.heart.empty,
1347
+ i.icon.star.empty {
1348
+ font-family: @outlineFontName;
1349
+ }
1350
+ i.icon.heart.empty:before { content: "\f004"; }
1351
+ i.icon.star.empty:before { content: "\f089"; }
1352
+
1348
1353
}
1349
1354
.loadOutlineIcons();
1350
1355
0 commit comments