Add bookmark icon

This commit is contained in:
Cole Bemis 2017-03-02 00:21:55 -08:00
parent 1edb061938
commit 45006143a4
3 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`:
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
- Change # icons:
- `bookmark`
- `camera`
- `folder`
- `mail`

View File

@ -12,6 +12,7 @@
"folder",
"camera",
"camera-off",
"bookmark",
"at-sign",
"hash",
"square",

3
icons/bookmark.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19,21l-7-5L5,21V5A2,2,0,0,1,7,3H17a2,2,0,0,1,2,2Z"/>
</svg>

After

Width:  |  Height:  |  Size: 245 B