Commit 3b0545b3 authored by Cole Bemis's avatar Cole Bemis

Add x icon

parent 0d4c3244
...@@ -57,6 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -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 @@ ...@@ -51,5 +51,6 @@
"circle-minus", "circle-minus",
"plus", "plus",
"minus", "minus",
"check" "check",
"x"
] ]
\ 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">
<line x1="18" y1="6" x2="6" y2="18"/>
<line x1="6" y1="6" x2="18" y2="18"/>
</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