* 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
644 B
XML
13 lines
644 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="m79,434 l25.7,-93.9a181.1,181.2 0,1 1,70.3 68.7M122.5,391l57,-15a150.6,150.6 0,1 0,-41.8 -40.6m93,-127c2,5 0,10 -11,22.2 -6,6 -4,8 6.6,23s28,29 44,36.5 15,7 21.7,-1c15,-17 11,-21 26,-14.2l27,13c8,4 8.4,4 8.5,9s-1.7,18 -7,23.6 -25,24.8 -60,12 -59,-23 -99,-77 -1.6,-86 3.6,-88 7,-1.5 17,-1.3q4,0 7,5"
|
|
android:fillColor="#25d366"/>
|
|
</vector>
|