Skip to content

Commit 4db2866

Browse files
authored
refactor: updated icon names (#869)
1 parent d567d5c commit 4db2866

4 files changed

+13
-10
lines changed

source/_patterns/00-base/icons/_icons.variables.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,13 @@ $icon-glyphs-personenverkehr: (
295295
"gps-north": "\e1158",
296296
"local-train": "\e1240",
297297
"rail-and-fly": "\e1159",
298-
// seat-priority has been deprecated in favour of the new name priority
298+
// seat-priority has been deprecated in favour of the new name traveler-with-reduced-mobility
299299
// TODO: remove with the next major release
300300
"seat-priority": "\e1162",
301+
// priority has been deprecated in favour of the new name traveler-with-reduced-mobility
302+
// TODO: remove with the next major release
301303
"priority": "\e1162",
304+
"traveler-with-reduced-mobility": "\e1162",
302305
"standing-room": "\e1160",
303306
"mixed-class": "\e1161",
304307
"navigation-straight": "\e1300",

source/_patterns/00-base/icons/icon-library~20-outline-seat.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
{
2424
"icon-glyph": "parent-child-compartment"
2525
},
26-
{
27-
"icon-glyph": "priority"
28-
},
2926
{
3027
"icon-glyph": "quiet-zone"
3128
},
3229
{
3330
"icon-glyph": "table"
3431
},
32+
{
33+
"icon-glyph": "traveler-with-reduced-mobility"
34+
},
3535
{
3636
"icon-glyph": "window"
3737
}

source/_patterns/00-base/icons/icon-library~24-outline-seat.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
{
2525
"icon-glyph": "parent-child-compartment"
2626
},
27-
{
28-
"icon-glyph": "priority"
29-
},
3027
{
3128
"icon-glyph": "quiet-zone"
3229
},
3330
{
3431
"icon-glyph": "table"
3532
},
33+
{
34+
"icon-glyph": "traveler-with-reduced-mobility"
35+
},
3636
{
3737
"icon-glyph": "window"
3838
}

source/_patterns/00-base/icons/icon-library~32-outline-seat.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
{
2424
"icon-glyph": "parent-child-compartment"
2525
},
26-
{
27-
"icon-glyph": "priority"
28-
},
2926
{
3027
"icon-glyph": "quiet-zone"
3128
},
3229
{
3330
"icon-glyph": "table"
3431
},
32+
{
33+
"icon-glyph": "traveler-with-reduced-mobility"
34+
},
3535
{
3636
"icon-glyph": "window"
3737
}

0 commit comments

Comments
 (0)