diff --git a/CHANGELOG.md b/CHANGELOG.md index 552bec8..c638e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/icons-manifest.json b/icons-manifest.json index 00a0126..e73f2b6 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -6,6 +6,7 @@ "scissors", "lock", "unlock", + "folder", "square", "circle" ] \ No newline at end of file diff --git a/icons/folder.svg b/icons/folder.svg new file mode 100644 index 0000000..2b61b32 --- /dev/null +++ b/icons/folder.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file