mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add check-circle and x-circle icons
This commit is contained in:
parent
39feb4fa33
commit
d6d5eccaaf
@ -76,6 +76,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- `box`
|
- `box`
|
||||||
- `camera`
|
- `camera`
|
||||||
- `check`
|
- `check`
|
||||||
|
- `check-circle`
|
||||||
- `cloud`
|
- `cloud`
|
||||||
- `cog`
|
- `cog`
|
||||||
- `comment-square`
|
- `comment-square`
|
||||||
|
@ -92,6 +92,8 @@
|
|||||||
"circle",
|
"circle",
|
||||||
"plus-circle",
|
"plus-circle",
|
||||||
"minus-circle",
|
"minus-circle",
|
||||||
|
"check-circle",
|
||||||
|
"x-circle",
|
||||||
"plus",
|
"plus",
|
||||||
"minus",
|
"minus",
|
||||||
"check",
|
"check",
|
||||||
|
4
icons/check-circle.svg
Normal file
4
icons/check-circle.svg
Normal 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
5
icons/x-circle.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user