Merge pull request #1095 from ONLYOFFICE/fix/update-icons-stroke-width

fix/remove-fill
This commit is contained in:
Maxim Kadushkin
2023-12-25 12:44:54 +03:00
committed by GitHub
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="14" cy="14" r="9" stroke="#000" stroke-width="2"/>
<path d="M15 12v7h-2v-7h2Zm0-1V9h-2v2h2Z" fill="#000"/>
<svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
<path d="M14 22a8 8 0 1 1 0-16 8 8 0 0 1 0 16Zm0 2c5.523 0 10-4.477 10-10S19.523 4 14 4 4 8.477 4 14s4.477 10 10 10Z"/>
<path d="M15 12v7h-2v-7h2Zm0-1V9h-2v2h2Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 263 B

View File

@ -1,6 +1,6 @@
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.603 17.42a10 10 0 1 0 .772-8.48L7.1 9.952a8 8 0 1 1-.618 6.784l-1.879.684Z" fill="#000"/>
<path fill="#000" d="M4 5h2v6H4z"/>
<path fill="#000" d="M10 9v2H4V9zm7 5v2h-4v-2z"/>
<path fill="#000" d="M15 10v6h-2v-6z"/>
<svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
<path d="M4.603 17.42a10 10 0 1 0 .772-8.48L7.1 9.952a8 8 0 1 1-.618 6.784l-1.879.684Z"/>
<path d="M4 5h2v6H4z"/>
<path d="M10 9v2H4V9zm7 5v2h-4v-2z"/>
<path d="M15 10v6h-2v-6z"/>
</svg>

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 287 B

View File

@ -1,3 +1,3 @@
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.603 17.42a10 10 0 1 0 .772-8.48L7.1 9.952a8 8 0 1 1-.618 6.784l-1.879.684Z" fill="#000"/>
<svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
<path d="M4.603 17.42a10 10 0 1 0 .772-8.48L7.1 9.952a8 8 0 1 1-.618 6.784l-1.879.684Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 185 B