NOBUG: Fixed SVG browser compatibility

This commit is contained in:
Sara Arjona
2024-05-30 17:00:00 +02:00
parent 05983317a5
commit 4c9e2e4d0d
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 18 18">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 18 18" preserveAspectRatio="xMinYMid meet">
<defs>
<clipPath id="a">
<rect width="18" height="18.07" transform="translate(0 0)" fill="none"/>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB