Commit d6d5ecca authored by Cole Bemis's avatar Cole Bemis

Add check-circle and x-circle icons

parent 39feb4fa
......@@ -76,6 +76,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `box`
- `camera`
- `check`
- `check-circle`
- `cloud`
- `cog`
- `comment-square`
......
......@@ -92,6 +92,8 @@
"circle",
"plus-circle",
"minus-circle",
"check-circle",
"x-circle",
"plus",
"minus",
"check",
......
<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>
\ No newline at end of file
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment