mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add heart icon
This commit is contained in:
parent
03fe0d5f6f
commit
12ddf70729
@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- `camera`
|
||||
- `cloud`
|
||||
- `folder`
|
||||
- `heart`
|
||||
- `mail`
|
||||
- `lock`
|
||||
- `search`
|
||||
|
@ -1,6 +1,7 @@
|
||||
[
|
||||
"feather",
|
||||
"home",
|
||||
"heart",
|
||||
"eye",
|
||||
"eye-off",
|
||||
"search",
|
||||
|
3
icons/heart.svg
Normal file
3
icons/heart.svg
Normal 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="M20.84,4.61a5.5,5.5,0,0,0-7.78,0L12,5.67,10.94,4.61a5.5,5.5,0,0,0-7.78,7.78l1.06,1.06L12,21.23l7.78-7.78,1.06-1.06A5.5,5.5,0,0,0,20.84,4.61Z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 335 B |
Loading…
Reference in New Issue
Block a user