Skip to content

Commit dc32c15

Browse files
authored
feat(icons): added new icons to docs and SCSS (#778)
1 parent 412a82f commit dc32c15

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

source/_patterns/00-base/icons/_icons.font-faces.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
font-display: block;
99
font-family: "missing-icons";
1010
src:
11-
url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2097")
11+
url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2098")
1212
format("woff2"),
13-
url("#{$icons-path}functional/fonts/icons-empty.woff?4r2097")
13+
url("#{$icons-path}functional/fonts/icons-empty.woff?4r2098")
1414
format("woff");
1515
}
1616

@@ -27,9 +27,9 @@
2727
font-style: normal;
2828
font-weight: normal;
2929
src:
30-
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2097")
30+
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2098")
3131
format("woff2"),
32-
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2097")
32+
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2098")
3333
format("woff");
3434

3535
unicode-range: unquote($icon-font-unicodes);

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,9 @@ $icon-glyphs-personenverkehr: (
320320
"transportation-taxi": "\e90c",
321321
"transportation-train-tram": "\e90d",
322322
"transportation-underground": "\e90e",
323-
"transportation-walking": "\e90f"
323+
"transportation-walking": "\e90f",
324+
"ev-bus": "\e928",
325+
"ev-train": "\e929"
324326
) !default;
325327

326328
$icon-font-families-personenverkehr: (
@@ -380,7 +382,7 @@ $icon-font-families-personenverkehr: (
380382
"U+1F907,U+2714,U+e1131-e1132,U+e1134,U+e1136-e1146,U+e1184-e1186,U+e1218,U+e1286-e1287,U+e1298"
381383
),
382384
"transportation": (
383-
"U+e1147-e1148,U+e1151,U+e1159,U+e1190-e1210,U+e1216,U+e1219,U+e1239-e1241,U+e1288"
385+
"U+e1147-e1148,U+e1151,U+e1159,U+e1190-e1210,U+e1216,U+e1219,U+e1239-e1241,U+e1288,U+e928-e929"
384386
)
385387
),
386388
24: (

source/_patterns/00-base/icons/enterprise/_icons.font-faces.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
font-style: normal;
1717
font-weight: normal;
1818
src:
19-
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff2?4r2097")
19+
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff2?4r2098")
2020
format("woff2"),
21-
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff?4r2097")
21+
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff?4r2098")
2222
format("woff");
2323
}
2424
}
@@ -29,9 +29,9 @@
2929
font-style: normal;
3030
font-weight: normal;
3131
src:
32-
url("#{$icons-path}functional/fonts/#{$icon-style}.woff2?4r2097")
32+
url("#{$icons-path}functional/fonts/#{$icon-style}.woff2?4r2098")
3333
format("woff2"),
34-
url("#{$icons-path}functional/fonts/#{$icon-style}.woff?4r2097")
34+
url("#{$icons-path}functional/fonts/#{$icon-style}.woff?4r2098")
3535
format("woff");
3636
}
3737
}

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

+6
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@
2929
{
3030
"icon-glyph": "electric-scooter"
3131
},
32+
{
33+
"icon-glyph": "ev-bus"
34+
},
3235
{
3336
"icon-glyph": "ev-car"
3437
},
38+
{
39+
"icon-glyph": "ev-train"
40+
},
3541
{
3642
"icon-glyph": "ferry"
3743
},

0 commit comments

Comments
 (0)