Add x icon

This commit is contained in:
Cole Bemis 2017-03-06 13:26:57 -08:00
parent 0d4c324468
commit 3b0545b349
3 changed files with 7 additions and 1 deletions

View File

@ -57,6 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `star`
- `unlock`
- `video`
- `x`
- `zoom-in`
- `zoom-out`

View File

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

4
icons/x.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="18" y1="6" x2="6" y2="18"/>
<line x1="6" y1="6" x2="18" y2="18"/>
</svg>

After

Width:  |  Height:  |  Size: 260 B