mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add minus icon
This commit is contained in:
parent
3f8b1a6716
commit
f5c3851f94
@ -50,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- `heart`
|
||||
- `lock`
|
||||
- `mail`
|
||||
- `minus`
|
||||
- `plus`
|
||||
- `search`
|
||||
- `star`
|
||||
|
@ -49,5 +49,6 @@
|
||||
"circle",
|
||||
"circle-plus",
|
||||
"circle-minus",
|
||||
"plus"
|
||||
"plus",
|
||||
"minus"
|
||||
]
|
3
icons/minus.svg
Normal file
3
icons/minus.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">
|
||||
<line x1="5" y1="12" x2="19" y2="12"/>
|
||||
</svg>
|
After Width: | Height: | Size: 221 B |
Loading…
Reference in New Issue
Block a user