Design tweaks to frontend components

This commit is contained in:
Keavon Chambers
2021-05-07 02:47:37 -07:00
parent 2500fc5053
commit 46eb6b46ec
5 changed files with 32 additions and 19 deletions
@@ -1,8 +1,8 @@
<svg viewBox="0 0 24 24">
<path d="M20,8.62v6.76l-4-2v-2.76L20,8.62 M21,7l-6,3v4l6,3V7L21,7z" />
<polygon points="10,14 4,17 4,7 10,10" />
<rect x="12" y="17" width="1" height="2" />
<rect x="12" y="13" width="1" height="2" />
<rect x="12" y="9" width="1" height="2" />
<rect x="12" y="5" width="1" height="2" />
<path d="M19.8,8.6v6.8l-4.7-2v-2.8L19.8,8.6 M21,7l-7,3v4l7,3V7L21,7z" />
<polygon points="9,14 3,17 3,7 9,10" />
<rect x="11" y="17" width="1" height="2" />
<rect x="11" y="13" width="1" height="2" />
<rect x="11" y="9" width="1" height="2" />
<rect x="11" y="5" width="1" height="2" />
</svg>

Before

Width:  |  Height:  |  Size: 326 B

After

Width:  |  Height:  |  Size: 326 B

@@ -1,8 +1,8 @@
<svg viewBox="0 0 24 24">
<path d="M13.38,16l2,4H8.62l2-4H13.38 M14,15h-4l-3,6h10L14,15L14,15z" />
<polygon points="10,10 7,4 17,4 14,10" />
<rect x="5" y="12" width="2" height="1" />
<rect x="9" y="12" width="2" height="1" />
<rect x="13" y="12" width="2" height="1" />
<rect x="17" y="12" width="2" height="1" />
<path d="M13.4,15.2l2,4.7H8.6l2-4.7H13.4 M14,14h-4l-3,7h10L14,14L14,14z" />
<polygon points="10,9 7,3 17,3 14,9" />
<rect x="5" y="11" width="2" height="1" />
<rect x="9" y="11" width="2" height="1" />
<rect x="13" y="11" width="2" height="1" />
<rect x="17" y="11" width="2" height="1" />
</svg>

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 329 B