mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add x icon
This commit is contained in:
@@ -57,6 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- `star`
|
- `star`
|
||||||
- `unlock`
|
- `unlock`
|
||||||
- `video`
|
- `video`
|
||||||
|
- `x`
|
||||||
- `zoom-in`
|
- `zoom-in`
|
||||||
- `zoom-out`
|
- `zoom-out`
|
||||||
|
|
||||||
|
@@ -51,5 +51,6 @@
|
|||||||
"circle-minus",
|
"circle-minus",
|
||||||
"plus",
|
"plus",
|
||||||
"minus",
|
"minus",
|
||||||
"check"
|
"check",
|
||||||
|
"x"
|
||||||
]
|
]
|
4
icons/x.svg
Normal file
4
icons/x.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">
|
||||||
|
<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 |
Reference in New Issue
Block a user