Add search icon

This commit is contained in:
Cole Bemis
2017-03-01 22:49:05 -08:00
parent 3e0d4614a0
commit 39ef807031
3 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `mail`
- `folder`
- `camera`
- `search`
### Removed
- Remove PSD, CSH and Webfont formats in favor of SVG. Read more about the benefits of SVG for icons:

View File

@ -2,6 +2,7 @@
"feather",
"eye",
"eye-off",
"search",
"mail",
"scissors",
"lock",

4
icons/search.svg Normal file
View File

@ -0,0 +1,4 @@
<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">
<circle cx="10.5" cy="10.5" r="7.5"/>
<line x1="21" y1="21" x2="15.8" y2="15.8"/>
</svg>

After

Width:  |  Height:  |  Size: 266 B