fix fill issue

This commit is contained in:
Marcus Müller 2019-01-28 12:57:00 +01:00
parent 161faff7c5
commit 27ef596d69

View File

@ -1,4 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect>
<line x1="23" y1="13" x2="23" y2="11"></line><rect x="5" y="10" width="10" height="4" style="fill:#000"></rect>
<line x1="23" y1="13" x2="23" y2="11"></line>
<rect x="5" y="10" width="1" height="4"></rect>
<rect x="9.5" y="10" width="1" height="4"></rect>
<rect x="14" y="10" width="1" height="4"></rect>
</svg>

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 457 B