NOBUG: Fixed SVG browser compatibility

This commit is contained in:
Sara Arjona 2022-10-14 12:50:16 +02:00
parent 10e4bd87d4
commit 8523faeabc

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg width="24px" height="24px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve" preserveAspectRatio="xMinYMid meet">
<path d="M24,4V2.4c0-0.6-0.3-1.2-0.7-1.7C22.8,0.3,22.2,0,21.6,0H20c-0.6,0-1.2,0.3-1.7,0.7c-0.5,0.5-0.7,1.1-0.7,1.7H6.4
c0-0.6-0.3-1.2-0.7-1.7C5.2,0.3,4.6,0,4,0H2.4C1.8,0,1.2,0.3,0.7,0.7C0.3,1.2,0,1.8,0,2.4V4c0,0.6,0.3,1.2,0.7,1.7
c0.5,0.5,1.1,0.7,1.7,0.7v11.2c-0.6,0-1.2,0.3-1.7,0.7C0.3,18.8,0,19.4,0,20v1.6c0,0.6,0.3,1.2,0.7,1.7C1.2,23.7,1.8,24,2.4,24H4

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB