Skip to content

Commit

Permalink
refactor: updated icon names (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jun 18, 2024
1 parent d567d5c commit 4db2866
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion source/_patterns/00-base/icons/_icons.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,13 @@ $icon-glyphs-personenverkehr: (
"gps-north": "\e1158",
"local-train": "\e1240",
"rail-and-fly": "\e1159",
// seat-priority has been deprecated in favour of the new name priority
// seat-priority has been deprecated in favour of the new name traveler-with-reduced-mobility
// TODO: remove with the next major release
"seat-priority": "\e1162",
// priority has been deprecated in favour of the new name traveler-with-reduced-mobility
// TODO: remove with the next major release
"priority": "\e1162",
"traveler-with-reduced-mobility": "\e1162",
"standing-room": "\e1160",
"mixed-class": "\e1161",
"navigation-straight": "\e1300",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
{
"icon-glyph": "parent-child-compartment"
},
{
"icon-glyph": "priority"
},
{
"icon-glyph": "quiet-zone"
},
{
"icon-glyph": "table"
},
{
"icon-glyph": "traveler-with-reduced-mobility"
},
{
"icon-glyph": "window"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
{
"icon-glyph": "parent-child-compartment"
},
{
"icon-glyph": "priority"
},
{
"icon-glyph": "quiet-zone"
},
{
"icon-glyph": "table"
},
{
"icon-glyph": "traveler-with-reduced-mobility"
},
{
"icon-glyph": "window"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
{
"icon-glyph": "parent-child-compartment"
},
{
"icon-glyph": "priority"
},
{
"icon-glyph": "quiet-zone"
},
{
"icon-glyph": "table"
},
{
"icon-glyph": "traveler-with-reduced-mobility"
},
{
"icon-glyph": "window"
}
Expand Down

0 comments on commit 4db2866

Please sign in to comment.