* 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.
13 lines
820 B
XML
13 lines
820 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="#fff"/>
|
|
<path
|
|
android:pathData="M308,220c1,2 -1,2 -2,2l-34,9c-3,2 -5,-1 -5,-1 -21,-26 -65,-8 -67,30 -2,36 45,50 67,14h-38c-3,0 -8,-1 -3,-10l8,-17c2,-4 3,-4 9,-4h70c0,81 -90,117 -138,68 -22,-23 -29,-75 16,-112 36,-29 96,-29 117,21m16,96c-45,-39 -21,-120 50,-133 73,-13 105,55 76,106 -24,43 -88,61 -126,27m94,-51c9,-25 -9,-49 -36,-47 -30,3 -51,42 -32,65 19,22 58,12 68,-18m-321,-2v-1l2,-5 2,-1h41l1,1 -1,5 -1,1H97m-48,-18s-2,0 -1,-1l4,-6 2,-1h92l1,1 -2,5 -1,1 -95,1m30,-19 l-1,-1 5,-5 2,-1h72v1l-3,5 -2,1H79"
|
|
android:fillColor="#00acd7"/>
|
|
</vector>
|