* 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
914 B
XML
16 lines
914 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="#00c70a"/>
|
|
<path
|
|
android:pathData="M402,369c23,-17 38,-42 38,-70 0,-51 -50,-92 -111,-92s-110,41 -110,92 49,92 110,92c13,0 25,-2 36,-5 4,-1 8,0 9,1l25,14c3,2 6,0 5,-4l-6,-22c0,-3 2,-5 4,-6m-110,-85a15,15 0,1 1,0 -29,15 15,0 0,1 0,29m74,0a15,15 0,1 1,0 -29,15 15,0 0,1 0,29"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M250,198a18,18 0,0 0,0 -35,18 18,0 1,0 0,35m-89,0a18,18 0,0 0,0 -35,18 18,0 1,0 0,35m44,-93c66,0 121,41 131,93 -64,-4 -147,44 -123,128 -3,0 -25,2 -51,-6 -4,-1 -8,0 -11,2l-30,17c-3,1 -7,-1 -6,-6l7,-24c1,-5 -1,-8 -4,-10 -28,-20 -45,-50 -45,-83 0,-61 59,-111 132,-111"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|