Commit 3e913c80 authored by Cole Bemis's avatar Cole Bemis

Add folder icon

parent e1011bd1
......@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
- Change # icons:
- `mail`
- `...`
- `folder`
### Removed
- Remove PSD, CSH and Webfont formats in favor of SVG. Read more about the benefits of SVG for icons:
......
......@@ -6,6 +6,7 @@
"scissors",
"lock",
"unlock",
"folder",
"square",
"circle"
]
\ No newline at end of file
<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="M22,19a2,2,0,0,1-2,2H4a2,2,0,0,1-2-2V5A2,2,0,0,1,4,3H9l2,3h9a2,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