Flattened shapes and optimized with npm run build

This commit is contained in:
dustinlocke 2019-06-20 13:38:37 -06:00
parent d0c3ef3af0
commit 48cfcd413e

View File

@ -1,6 +1,16 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.2071 3.29289C14.8166 2.90237 14.1834 2.90237 13.7929 3.29289C13.4024 3.68342 13.4024 4.31658 13.7929 4.70711L15.2071 3.29289ZM18.5 8L19.2071 8.70711C19.5976 8.31658 19.5976 7.68342 19.2071 7.29289L18.5 8ZM13.7929 11.2929C13.4024 11.6834 13.4024 12.3166 13.7929 12.7071C14.1834 13.0976 14.8166 13.0976 15.2071 12.7071L13.7929 11.2929ZM13.7929 4.70711L17.7929 8.70711L19.2071 7.29289L15.2071 3.29289L13.7929 4.70711ZM17.7929 7.29289L13.7929 11.2929L15.2071 12.7071L19.2071 8.70711L17.7929 7.29289Z" fill="black"/>
<path d="M8.29289 20.7071C8.68342 21.0976 9.31658 21.0976 9.70711 20.7071C10.0976 20.3166 10.0976 19.6834 9.70711 19.2929L8.29289 20.7071ZM5 16L4.29289 15.2929C3.90237 15.6834 3.90237 16.3166 4.29289 16.7071L5 16ZM9.70711 12.7071C10.0976 12.3166 10.0976 11.6834 9.70711 11.2929C9.31658 10.9024 8.68342 10.9024 8.29289 11.2929L9.70711 12.7071ZM9.70711 19.2929L5.70711 15.2929L4.29289 16.7071L8.29289 20.7071L9.70711 19.2929ZM5.70711 16.7071L9.70711 12.7071L8.29289 11.2929L4.29289 15.2929L5.70711 16.7071Z" fill="black"/>
<path d="M3 8L18 8" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 16L21 16" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M14.5 4l4 4-4 4" />
<path d="M9 20l-4-4 4-4" />
<path d="M3 8h15" />
<path d="M6 16h15" />
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 316 B