Remove background color from split editor icon

This commit is contained in:
Miguel Solorio
2019-06-18 12:13:55 -07:00
parent 0bbbc43f0c
commit 91f19bc30e
2 changed files with 0 additions and 2 deletions
@@ -1,5 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="16" height="16" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 1L15 1V14H2V13L2 4V3V1ZM3 2V13H14V2H8.5H3Z" fill="#424242"/>
<rect x="8" y="2" width="1" height="11" fill="#424242"/>
</svg>

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 273 B

@@ -1,5 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="16" height="16" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 1H15V14H2V13L2 4V3V1ZM3 2V13H14V2H8H3Z" fill="#424242"/>
<path d="M3 7H15V8H3V7Z" fill="#424242"/>
</svg>

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 254 B