Add plus icon

This commit is contained in:
Cole Bemis 2017-03-05 18:48:19 -08:00
parent 5c1c1bea21
commit 3f8b1a6716
3 changed files with 8 additions and 2 deletions

View File

@ -48,8 +48,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `cloud`
- `folder`
- `heart`
- `mail`
- `lock`
- `mail`
- `plus`
- `search`
- `star`
- `unlock`

View File

@ -48,5 +48,6 @@
"square-minus",
"circle",
"circle-plus",
"circle-minus"
"circle-minus",
"plus"
]

4
icons/plus.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">
<line x1="12" y1="5" x2="12" y2="19"/>
<line x1="5" y1="12" x2="19" y2="12"/>
</svg>

After

Width:  |  Height:  |  Size: 262 B