Skip to content

Commit 52582e1

Browse files
authored
fix(icon): removed duplicate icon selectors
Some icons were in two lists: The standard and the deprecated map list. the doublicated entries are removed / shifted to deprecated by this PR.
1 parent 27d0491 commit 52582e1

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/themes/default/elements/icon.variables

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
8989
in_cart: "\f218";
9090
log_out: "\f2f5";
9191
sign_out: "\f2f5";
92+
sign_in_alternate: "\f2f6";
93+
sign_out_alternate: "\f2f5";
9294
};
9395

9496
/* Icons */
@@ -848,9 +850,7 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
848850
shower: "\f2cc";
849851
shuttle_van: "\f5b6";
850852
sign: "\f4d9";
851-
sign_in_alternate: "\f2f6";
852853
sign_language: "\f2a7";
853-
sign_out_alternate: "\f2f5";
854854
signal: "\f012";
855855
signature: "\f5b7";
856856
sim_card: "\f7c4";
@@ -1216,7 +1216,6 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
12161216
hourglass_zero: "\f253";
12171217
idea: "\f0eb";
12181218
ils: "\f20b";
1219-
in_cart: "\f218";
12201219
inr: "\f156";
12211220
intergender: "\f224";
12221221
intersex: "\f224";
@@ -1234,7 +1233,6 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
12341233
linkify: "\f0c1";
12351234
lira: "\f195";
12361235
list_layout: "\f00b";
1237-
log_out: "\f2f5";
12381236
magnify: "\f00e";
12391237
mail: "\f0e0";
12401238
mail_forward: "\f064";
@@ -1308,8 +1306,6 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
13081306
shuffle: "\f074";
13091307
shutdown: "\f011";
13101308
sidebar: "\f0c9";
1311-
sign_in: "\f2f6";
1312-
sign_out: "\f2f5";
13131309
signing: "\f2a7";
13141310
signup: "\f044";
13151311
sliders: "\f1de";
@@ -1384,8 +1380,6 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
13841380
yen: "\f157";
13851381
zip: "\f187";
13861382
zoom: "\f00e";
1387-
zoom_in: "\f00e";
1388-
zoom_out: "\f010";
13891383
};
13901384

13911385
@icon-outline-map: {
@@ -1790,7 +1784,6 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
17901784
lesscss: "\f41d";
17911785
linechat: "\f3c0";
17921786
linkedin: "\f08c";
1793-
linkedin_in: "\f0e1";
17941787
linode: "\f2b8";
17951788
linux: "\f17c";
17961789
lyft: "\f3c3";

0 commit comments

Comments
 (0)