Merge pull request #312 from nextcloud/fix/questions-icons

This commit is contained in:
John Molakvoæ 2020-04-29 12:42:29 +02:00 committed by GitHub
commit 76e36a2028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 10 deletions

View file

@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<rect width="12" height="2" x="2" y="2" rx="0" ry="0" paint-order="markers stroke fill"/>
<rect width="6" height="2" x="2" y="11" rx="0" ry="0" paint-order="markers stroke fill"/>
<rect width="12" height="2" x="2" y="5" rx="0" ry="0" paint-order="markers stroke fill"/>
<rect width="12" height="2" x="2" y="8" rx="0" ry="0" paint-order="markers stroke fill"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2 2h12v2H2zM2 11h6v2H2zM2 5h12v2H2zM2 8h12v2H2z"/></svg>

Before

Width:  |  Height:  |  Size: 439 B

After

Width:  |  Height:  |  Size: 129 B

View file

@ -1,4 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<rect width="12" height="2" x="2" y="5" rx="0" ry="0" paint-order="markers stroke fill"/>
<rect width="6" height="2" x="2" y="8" rx="0" ry="0" paint-order="markers stroke fill"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2 5h12v2H2zM2 8h6v2H2z"/></svg>

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 104 B