Add minus icon

This commit is contained in:
Cole Bemis 2017-03-05 19:00:33 -08:00
parent 3f8b1a6716
commit f5c3851f94
3 changed files with 6 additions and 1 deletions

View File

@ -50,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `heart`
- `lock`
- `mail`
- `minus`
- `plus`
- `search`
- `star`

View File

@ -49,5 +49,6 @@
"circle",
"circle-plus",
"circle-minus",
"plus"
"plus",
"minus"
]

3
icons/minus.svg Normal file
View 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