Clean up icon svgs

This commit is contained in:
davegson 2020-05-11 18:46:08 +02:00
parent fa67cba70e
commit 3acc058854
4 changed files with 26 additions and 11 deletions

View file

@ -1 +1,5 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.711C12.689 4.905 13.881 4 15.696 4 18.871 4 21 6.98 21 9.755 21 15.556 13.778 20 12 20c-1.778 0-9-4.444-9-10.245C3 6.98 5.129 4 8.304 4c1.815 0 3.007.905 3.696 1.711z" stroke-linecap="round" stroke-width="1.5" stroke="#323232" fill="none" stroke-linejoin="round"/><path fill="none" d="M0 0h24v24H0z"/></svg>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 5.711C12.689 4.905 13.881 4 15.696 4 18.871 4 21 6.98 21 9.755 21 15.556 13.778 20 12 20c-1.778 0-9-4.444-9-10.245C3 6.98 5.129 4 8.304 4c1.815 0 3.007.905 3.696 1.711z" stroke-linecap="round" stroke-width="1.5" stroke="#323232" fill="none"
stroke-linejoin="round" />
<path fill="none" d="M0 0h24v24H0z" />
</svg>

Before

Width:  |  Height:  |  Size: 382 B

After

Width:  |  Height:  |  Size: 396 B

View file

@ -1 +1,12 @@
<svg id="a4d245d5-baa5-4586-9dbf-9c306b7c5de2" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.41 11"><defs><style>.b32f2340-b318-4c79-b304-656b029ff0e0{stroke:#000;stroke-miterlimit:10;}</style></defs><title>Play</title><path class="b32f2340-b318-4c79-b304-656b029ff0e0" d="M15.72,11.12l-6.34-4A1,1,0,0,0,7.79,8V16a1,1,0,0,0,1.59.88l6.34-4A1,1,0,0,0,15.72,11.12Z" transform="translate(-7.29 -6.5)"/></svg>
<svg id="a4d245d5-baa5-4586-9dbf-9c306b7c5de2" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.41 11">
<defs>
<style>
.b32f2340-b318-4c79-b304-656b029ff0e0 {
stroke: #000;
stroke-miterlimit: 10;
}
</style>
</defs>
<title>Play</title>
<path class="b32f2340-b318-4c79-b304-656b029ff0e0" d="M15.72,11.12l-6.34-4A1,1,0,0,0,7.79,8V16a1,1,0,0,0,1.59.88l6.34-4A1,1,0,0,0,15.72,11.12Z" transform="translate(-7.29 -6.5)" />
</svg>

Before

Width:  |  Height:  |  Size: 428 B

After

Width:  |  Height:  |  Size: 488 B