Ran npm run build

This commit is contained in:
dustinlocke 2019-06-20 13:45:35 -06:00
parent 3b2896fc29
commit bbc1aab4f4
2 changed files with 27 additions and 7 deletions

View File

@ -1,5 +1,15 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 17L7 12L12 7" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7 17L2 12L7 7" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M22 17V16C22 14.9391 21.5786 13.9217 20.8284 13.1716C20.0783 12.4214 19.0609 12 18 12H7" 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="M12 17l-5-5 5-5" />
<path d="M7 17l-5-5 5-5" />
<path d="M22 17v-1a4 4 0 0 0-4-4H7" />
</svg>

Before

Width:  |  Height:  |  Size: 496 B

After

Width:  |  Height:  |  Size: 310 B

View File

@ -1,4 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L4 12L9 7" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20 17V16C20 14.9391 19.5786 13.9217 18.8284 13.1716C18.0783 12.4214 17.0609 12 16 12H4" 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="M9 17l-5-5 5-5" />
<path d="M20 17v-1a4 4 0 0 0-4-4H4" />
</svg>

Before

Width:  |  Height:  |  Size: 388 B

After

Width:  |  Height:  |  Size: 279 B