Skip to content

Commit 60dfe32

Browse files
authored
feat(icons): added docs for new icon size (#151)
1 parent cc34df2 commit 60dfe32

File tree

5 files changed

+56
-0
lines changed

5 files changed

+56
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,14 @@ $icon-glyphs-personenverkehr: (
202202

203203
$icon-font-families-personenverkehr: (
204204
"outline": (
205+
16: (
206+
"action": (
207+
"U+002B,U+2713,U+2212"
208+
),
209+
"navigation": (
210+
"U+003C,U+003E,U+2A2F,U+2303,U+2304"
211+
)
212+
),
205213
20: (
206214
"action": (
207215
"U+1f642,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+002B,U+2295,U+23F0,U+1F514-1F515,U+1F4C6,U+2705,U+1F4B3,U+1F5D1,U+1F5B9,U+2713,U+2B73,U+270F,U+1F381,U+2661,U+003F,U+1F6C8,U+00A7,U+21A6,U+2212,U+1F5A8,U+229D,U+1F553,U+1F50D,U+25F9,U+2699,U+1F6CD,U+1F6D2,U+2606,U+21C6,U+21F5,U+1F441,U+1F310,U+e1154,U+1F5BC,U+1F512,U+1F513,U+e1155,U+e1156"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"icon-size": "16",
3+
"icon-style": "outline",
4+
"icons": [
5+
{
6+
"icon-glyph": "add"
7+
},
8+
{
9+
"icon-glyph": "done"
10+
},
11+
{
12+
"icon-glyph": "minus"
13+
}
14+
]
15+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: DB Icons 16x16 - Outline - Action
3+
state: complete
4+
---
5+
6+
[Insert description here]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"icon-size": "16",
3+
"icon-style": "outline",
4+
"icons": [
5+
{
6+
"icon-glyph": "chevron-left"
7+
},
8+
{
9+
"icon-glyph": "chevron-right"
10+
},
11+
{
12+
"icon-glyph": "close"
13+
},
14+
{
15+
"icon-glyph": "expand-less"
16+
},
17+
{
18+
"icon-glyph": "expand-more"
19+
}
20+
]
21+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: DB Icons 16x16 - Outline - Navigation
3+
state: complete
4+
---
5+
6+
[Insert description here]

0 commit comments

Comments
 (0)