Add missing close icon

This commit is contained in:
Bruno
2024-10-03 03:13:16 +01:00
parent e83ea4d07d
commit 6253083e0e
@@ -0,0 +1,4 @@
<svg {{ $attributes }} data-slot="icon" aria-hidden="true" fill="none" stroke-width="1.5" stroke="currentColor"
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M6 18 18 6M6 6l12 12" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>

After

Width:  |  Height:  |  Size: 269 B