Add check-circle and x-circle icons

This commit is contained in:
Cole Bemis 2017-04-29 22:31:50 -07:00
parent 39feb4fa33
commit d6d5eccaaf
4 changed files with 12 additions and 0 deletions

View File

@ -76,6 +76,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `box`
- `camera`
- `check`
- `check-circle`
- `cloud`
- `cog`
- `comment-square`

View File

@ -92,6 +92,8 @@
"circle",
"plus-circle",
"minus-circle",
"check-circle",
"x-circle",
"plus",
"minus",
"check",

4
icons/check-circle.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">
<path d="M22,11.07q0,.46,0,.93a10,10,0,1,1-5.93-9.14"/>
<polyline points="23 3 12 14 9 11"/>
</svg>

After

Width:  |  Height:  |  Size: 277 B

5
icons/x-circle.svg Normal file
View File

@ -0,0 +1,5 @@
<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">
<circle cx="12" cy="12" r="10"/>
<line x1="15" y1="9" x2="9" y2="15"/>
<line x1="9" y1="9" x2="15" y2="15"/>
</svg>

After

Width:  |  Height:  |  Size: 295 B