Commit 45006143 authored by Cole Bemis's avatar Cole Bemis

Add bookmark icon

parent 1edb0619
......@@ -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`
......
......@@ -12,6 +12,7 @@
"folder",
"camera",
"camera-off",
"bookmark",
"at-sign",
"hash",
"square",
......
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment