diff options
Diffstat (limited to 'icons/square-x.svg')
-rw-r--r-- | icons/square-x.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/square-x.svg b/icons/square-x.svg index cb6a394b..b8b0a793 100644 --- a/icons/square-x.svg +++ b/icons/square-x.svg @@ -1,5 +1,5 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-square-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> - <path stroke="none" d="M0 0h24v24H0z"/> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <rect x="4" y="4" width="16" height="16" rx="2" /> <path d="M10 10l4 4m0 -4l-4 4" /> </svg> |