Skip to content

Commit 610b006

Browse files
authored
feat: added transporation filled icons (#322)
1 parent 467118a commit 610b006

7 files changed

+263
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ $icon-glyphs-personenverkehr: (
115115
// deprecated
116116
"map-stop": "\e1115",
117117
"travel-insurance": "\e1186",
118+
"intercity-train": "\e1216",
118119
"multiple-passenger": "\1F46D",
119120
"best-price": "\e1185",
120121
"multiple-cards": "\e1184",
@@ -527,6 +528,9 @@ $icon-font-families-personenverkehr: (
527528
),
528529
"ticket": (
529530
"U+e1132,U+e1134,U+e1184"
531+
),
532+
"transportation": (
533+
"U+e1190,U+e1191,U+e1192,U+e1194,U+e1195,U+e1196,U+e1197,U+e1198,U+e1199,U+e1200,U+e1201,U+e1202,U+e1203,U+e1204,U+1F6B2,U+e1151,U+e1147,U+1F684,U+1F688,U+e1206,U+e1207,U+e1208,U+e1216,U+e1208,U+e1209,U+e1210,U+1F6B6"
530534
)
531535
),
532536
24: (
@@ -547,6 +551,9 @@ $icon-font-families-personenverkehr: (
547551
),
548552
"notification": (
549553
"U+e1123,U+26A0"
554+
),
555+
"transportation": (
556+
"U+e1190,U+e1191,U+e1192,U+e1194,U+e1195,U+e1196,U+e1197,U+e1198,U+e1199,U+e1200,U+e1201,U+e1202,U+e1203,U+e1204,U+1F6B2,U+e1151,U+e1147,U+1F684,U+1F688,U+e1206,U+e1207,U+e1208,U+e1216,U+e1208,U+e1209,U+e1210,U+1F6B6"
550557
)
551558
),
552559
32: (
@@ -564,6 +571,9 @@ $icon-font-families-personenverkehr: (
564571
),
565572
"notification": (
566573
"U+e1123,U+26A0"
574+
),
575+
"transportation": (
576+
"U+e1190,U+e1191,U+e1192,U+e1194,U+e1195,U+e1196,U+e1197,U+e1198,U+e1199,U+e1200,U+e1201,U+e1202,U+e1203,U+e1204,U+1F6B2,U+e1151,U+e1147,U+1F684,U+1F688,U+e1206,U+e1207,U+e1208,U+e1216,U+e1208,U+e1209,U+e1210,U+1F6B6"
567577
)
568578
),
569579
48: (
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"icon-size": "20",
3+
"icon-style": "filled",
4+
"icons": [
5+
{
6+
"icon-glyph": "airplane"
7+
},
8+
{
9+
"icon-glyph": "bicycle"
10+
},
11+
{
12+
"icon-glyph": "bicycle-trailer"
13+
},
14+
{
15+
"icon-glyph": "call-a-bike"
16+
},
17+
{
18+
"icon-glyph": "car"
19+
},
20+
{
21+
"icon-glyph": "carsharing"
22+
},
23+
{
24+
"icon-glyph": "electric-locomotive"
25+
},
26+
{
27+
"icon-glyph": "electric-scooter"
28+
},
29+
{
30+
"icon-glyph": "ev-car"
31+
},
32+
{
33+
"icon-glyph": "ferry"
34+
},
35+
{
36+
"icon-glyph": "handcart"
37+
},
38+
{
39+
"icon-glyph": "ice"
40+
},
41+
{
42+
"icon-glyph": "intercity-train"
43+
},
44+
{
45+
"icon-glyph": "local-bus"
46+
},
47+
{
48+
"icon-glyph": "long-distance-bus"
49+
},
50+
{
51+
"icon-glyph": "local-train"
52+
},
53+
{
54+
"icon-glyph": "s-bahn"
55+
},
56+
{
57+
"icon-glyph": "scooter"
58+
},
59+
{
60+
"icon-glyph": "speedboat"
61+
},
62+
{
63+
"icon-glyph": "subway"
64+
},
65+
{
66+
"icon-glyph": "taxi"
67+
},
68+
{
69+
"icon-glyph": "train-and-car"
70+
},
71+
{
72+
"icon-glyph": "tram"
73+
},
74+
{
75+
"icon-glyph": "walking"
76+
}
77+
]
78+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: DB Icons 20x20 - Filled - Transportation
3+
state: complete
4+
---
5+
6+
[Insert description here]
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"icon-size": "24",
3+
"icon-style": "filled",
4+
"default": true,
5+
"icons": [
6+
{
7+
"icon-glyph": "airplane"
8+
},
9+
{
10+
"icon-glyph": "bicycle"
11+
},
12+
{
13+
"icon-glyph": "bicycle-trailer"
14+
},
15+
{
16+
"icon-glyph": "call-a-bike"
17+
},
18+
{
19+
"icon-glyph": "car"
20+
},
21+
{
22+
"icon-glyph": "carsharing"
23+
},
24+
{
25+
"icon-glyph": "electric-locomotive"
26+
},
27+
{
28+
"icon-glyph": "electric-scooter"
29+
},
30+
{
31+
"icon-glyph": "ev-car"
32+
},
33+
{
34+
"icon-glyph": "ferry"
35+
},
36+
{
37+
"icon-glyph": "handcart"
38+
},
39+
{
40+
"icon-glyph": "ice"
41+
},
42+
{
43+
"icon-glyph": "intercity-train"
44+
},
45+
{
46+
"icon-glyph": "local-bus"
47+
},
48+
{
49+
"icon-glyph": "long-distance-bus"
50+
},
51+
{
52+
"icon-glyph": "local-train"
53+
},
54+
{
55+
"icon-glyph": "s-bahn"
56+
},
57+
{
58+
"icon-glyph": "scooter"
59+
},
60+
{
61+
"icon-glyph": "speedboat"
62+
},
63+
{
64+
"icon-glyph": "subway"
65+
},
66+
{
67+
"icon-glyph": "taxi"
68+
},
69+
{
70+
"icon-glyph": "train-and-car"
71+
},
72+
{
73+
"icon-glyph": "tram"
74+
},
75+
{
76+
"icon-glyph": "walking"
77+
}
78+
]
79+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: DB Icons 24x24 - Filled - Transportation
3+
state: complete
4+
---
5+
6+
[Insert description here]
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"icon-size": "32",
3+
"icon-style": "filled",
4+
"icons": [
5+
{
6+
"icon-glyph": "airplane"
7+
},
8+
{
9+
"icon-glyph": "bicycle"
10+
},
11+
{
12+
"icon-glyph": "bicycle-trailer"
13+
},
14+
{
15+
"icon-glyph": "call-a-bike"
16+
},
17+
{
18+
"icon-glyph": "car"
19+
},
20+
{
21+
"icon-glyph": "carsharing"
22+
},
23+
{
24+
"icon-glyph": "electric-locomotive"
25+
},
26+
{
27+
"icon-glyph": "electric-scooter"
28+
},
29+
{
30+
"icon-glyph": "ev-car"
31+
},
32+
{
33+
"icon-glyph": "ferry"
34+
},
35+
{
36+
"icon-glyph": "handcart"
37+
},
38+
{
39+
"icon-glyph": "ice"
40+
},
41+
{
42+
"icon-glyph": "intercity-train"
43+
},
44+
{
45+
"icon-glyph": "local-bus"
46+
},
47+
{
48+
"icon-glyph": "long-distance-bus"
49+
},
50+
{
51+
"icon-glyph": "local-train"
52+
},
53+
{
54+
"icon-glyph": "s-bahn"
55+
},
56+
{
57+
"icon-glyph": "scooter"
58+
},
59+
{
60+
"icon-glyph": "speedboat"
61+
},
62+
{
63+
"icon-glyph": "subway"
64+
},
65+
{
66+
"icon-glyph": "taxi"
67+
},
68+
{
69+
"icon-glyph": "train-and-car"
70+
},
71+
{
72+
"icon-glyph": "tram"
73+
},
74+
{
75+
"icon-glyph": "walking"
76+
}
77+
]
78+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: DB Icons 32x32 - Filled - Transportation
3+
state: complete
4+
---
5+
6+
[Insert description here]

0 commit comments

Comments
 (0)