NOBUG: Fixed SVG browser compatibility

This commit is contained in:
Sara Arjona 2022-02-18 15:03:54 +01:00
parent 8e2b6bfc47
commit fb19d1cc1f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid meet">
<circle cx="12" cy="12" r="12" fill="#0F4D9D"/>
<path d="M8 6.3999V14.7946C8 15.5714 8.27311 16.2332 8.82005 16.7799C9.36663 17.3267 10.0285 17.5999 10.8053 17.5999H14.1503C14.9272 17.5999 15.5887 17.3267 16.1357 16.7799C16.6822 16.2332 16.9558 15.5714 16.9558 14.7946V12.2265C16.9558 11.4495 16.6822 10.788 16.1357 10.2411C15.5887 9.6945 14.9272 9.42103 14.1503 9.42103H10.5249C10.5249 10.0172 10.8126 10.5186 11.3882 10.9253C11.9634 11.3323 12.6684 11.55 13.503 11.579H14.1503C14.5818 11.5935 14.7977 11.8093 14.7977 12.2265V14.7946C14.7977 15.2261 14.5818 15.4419 14.1503 15.4419H10.8053C10.3738 15.4419 10.158 15.2261 10.158 14.7946V9.37795C10.158 8.558 9.94726 7.85658 9.52582 7.27393C9.10429 6.69128 8.59573 6.3999 8 6.3999Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 850 B

After

Width:  |  Height:  |  Size: 886 B

View File

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M768 1664h896v-640h-416q-40 0-68-28t-28-68v-416h-384v1152zm256-1440v-64q0-13-9.5-22.5t-22.5-9.5h-704q-13 0-22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h704q13 0 22.5-9.5t9.5-22.5zm256 672h299l-299-299v299zm512 128v672q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-160h-544q-40 0-68-28t-28-68v-1344q0-40 28-68t68-28h1088q40 0 68 28t28 68v328q21 13 36 28l408 408q28 28 48 76t20 88z" fill="#999"/></svg>
<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid meet"><path d="M768 1664h896v-640h-416q-40 0-68-28t-28-68v-416h-384v1152zm256-1440v-64q0-13-9.5-22.5t-22.5-9.5h-704q-13 0-22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h704q13 0 22.5-9.5t9.5-22.5zm256 672h299l-299-299v299zm512 128v672q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-160h-544q-40 0-68-28t-28-68v-1344q0-40 28-68t68-28h1088q40 0 68 28t28 68v328q21 13 36 28l408 408q28 28 48 76t20 88z" fill="#999"/></svg>

Before

Width:  |  Height:  |  Size: 536 B

After

Width:  |  Height:  |  Size: 572 B