Fix: Added missing "remove"-icon for light theme.

This commit is contained in:
Marcus Andersson
2020-02-25 14:43:15 +01:00
committed by GitHub
parent e2038e0614
commit 12f1af2956

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#52545c" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>

After

Width:  |  Height:  |  Size: 308 B