Add check icon

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

View File

@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `bell` - `bell`
- `bookmark` - `bookmark`
- `camera` - `camera`
- `check`
- `cloud` - `cloud`
- `folder` - `folder`
- `heart` - `heart`

View File

@ -50,5 +50,6 @@
"circle-plus", "circle-plus",
"circle-minus", "circle-minus",
"plus", "plus",
"minus" "minus",
"check"
] ]

3
icons/check.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">
<polyline points="20 6 9 17 4 12"/>
</svg>

After

Width:  |  Height:  |  Size: 218 B