Add folder icon

This commit is contained in:
Cole Bemis 2017-03-01 22:30:11 -08:00
parent e1011bd10c
commit 3e913c80bb
3 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -6,6 +6,7 @@
"scissors",
"lock",
"unlock",
"folder",
"square",
"circle"
]

3
icons/folder.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="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>

After

Width:  |  Height:  |  Size: 270 B