mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add search icon
This commit is contained in:
@ -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:
|
||||
|
@ -2,6 +2,7 @@
|
||||
"feather",
|
||||
"eye",
|
||||
"eye-off",
|
||||
"search",
|
||||
"mail",
|
||||
"scissors",
|
||||
"lock",
|
||||
|
4
icons/search.svg
Normal file
4
icons/search.svg
Normal 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 |
Reference in New Issue
Block a user