Fix buttons not showing

This commit is contained in:
sienori 2020-05-02 13:38:42 +09:00
parent 6d9a807d3a
commit 2299793767
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<!--Icon made by Google from www.flaticon.com is licensed by CC 3.0 BY-->
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="561px" height="561px" viewBox="0 0 561 561" style="enable-background:new 0 0 561 561;" xml:space="preserve">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 561 561">
<path d="M395.25,0h-306c-28.05,0-51,22.95-51,51v357h51V51h306V0z M471.75,102h-280.5c-28.05,0-51,22.95-51,51v357
c0,28.05,22.95,51,51,51h280.5c28.05,0,51-22.95,51-51V153C522.75,124.95,499.8,102,471.75,102z M471.75,510h-280.5iV153h280.5V510z"/>
</svg>

Before

Width:  |  Height:  |  Size: 498 B

After

Width:  |  Height:  |  Size: 389 B

View file

@ -1,3 +1,3 @@
<svg viewBox="2 2 20 20">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="2 2 20 20">
<path d="M14,3.23V5.29C16.89,6.15 19,8.83 19,12C19,15.17 16.89,17.84 14,18.7V20.77C18,19.86 21,16.28 21,12C21,7.72 18,4.14 14,3.23M16.5,12C16.5,10.23 15.5,8.71 14,7.97V16C15.5,15.29 16.5,13.76 16.5,12M3,9V15H7L12,20V4L7,9H3Z" />
</svg>

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 300 B