Add navigation icon

This commit is contained in:
Cole Bemis 2017-05-29 23:38:05 -07:00
parent 8f193092d6
commit 6d0a3bab23
3 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `edit-2`
- `edit-3`
- `list`
- `navigation-2`
- `package`
- `repeat`
- `share`

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<polygon points="12 2 19 21 12 17 5 21 12 2" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 232 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<polygon points="3 11 22 2 13 21 11 13 3 11" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 209 B