* Convert and update Android Vector files using https://github.com/jmb/Svg2VectorAndroid * Reverted the auto generated vector drawables that don't match the SVG properly. * Removed broken vector files that didn't have a previous version. Revert openstreetmap.
16 lines
649 B
XML
16 lines
649 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="512dp"
|
|
android:height="512dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<path
|
|
android:pathData="m0,0H512V512H0"
|
|
android:fillColor="#ffce0d"/>
|
|
<path
|
|
android:pathData="M382,432c38,16 93,-21 89,-61L358,206l-39,-21 -88,-94 -2,-7 -6,-2 -1,-7c-15,2 -26,9 -33,23l7,3v6l6,4 58,114 8,43z"
|
|
android:fillColor="#734019"/>
|
|
<path
|
|
android:pathData="M39,371c-2,41 51,80 88,63l116,-163 7,-44 59,-115 6,-3 -1,-7 6,-3c-7,-14 -17,-22 -32,-23l-1,7 -6,2 -1,7 -88,94 -37,22z"
|
|
android:fillColor="#e17e24"/>
|
|
</vector>
|