Re-do Android Vector Drawables
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
|
||||
<path
|
||||
android:fillColor="#009688"
|
||||
android:pathData="M287 154v48l54 140s17 35-31 43H202s-44-5-33-40l57-143v-48h61Zm-84 140-20 47c-9 29 28 32 28 32h90c39-6 27-33 26-34l-18-44c-47-15-87-7-106-1Zm29-47c-6 0-11 6-11 13s5 13 11 13 11-6 11-13-5-13-11-13Zm39-14c-7 0-13 7-13 15 0 9 6 16 13 16s13-7 13-16c0-8-6-15-13-15Z" />
|
||||
<path
|
||||
android:fillColor="#004d40"
|
||||
android:pathData="M288 149h-65c-6 0-10-5-10-11 0-5 4-10 10-10h65c5 0 9 5 9 10 0 6-4 11-9 11Zm3 50v-23s30-6 44 28c0 0-22 17-44-5Zm-71 0v-23s-29-6-44 28c0 0 23 17 44-5Zm21 114c0 5-7 9-15 9-9 0-16-4-16-9s7-9 16-9c8 0 15 4 15 9Zm55 0c0 5-7 9-16 9-8 0-15-4-15-9s7-9 15-9c9 0 16 4 16 9Z" />
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M287,154v48l54,140s17,35 -31,43L202,385s-44,-5 -33,-40l57,-143v-48h61ZM203,294 L183,341c-9,29 28,32 28,32h90c39,-6 27,-33 26,-34l-18,-44c-47,-15 -87,-7 -106,-1ZM232,247c-6,0 -11,6 -11,13s5,13 11,13 11,-6 11,-13 -5,-13 -11,-13ZM271,233c-7,0 -13,7 -13,15 0,9 6,16 13,16s13,-7 13,-16c0,-8 -6,-15 -13,-15Z"
|
||||
android:fillColor="#009688"/>
|
||||
<path
|
||||
android:pathData="M288,149h-65c-6,0 -10,-5 -10,-11 0,-5 4,-10 10,-10h65c5,0 9,5 9,10 0,6 -4,11 -9,11ZM291,199v-23s30,-6 44,28c0,0 -22,17 -44,-5ZM220,199v-23s-29,-6 -44,28c0,0 23,17 44,-5ZM241,313c0,5 -7,9 -15,9 -9,0 -16,-4 -16,-9s7,-9 16,-9c8,0 15,4 15,9ZM296,313c0,5 -7,9 -16,9 -8,0 -15,-4 -15,-9s7,-9 15,-9c9,0 16,4 16,9Z"
|
||||
android:fillColor="#004d40"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user