* 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.
18 lines
774 B
XML
18 lines
774 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="M256,256m-180,0a180,180 0,1 1,360 0a180,180 0,1 1,-360 0"
|
|
android:strokeWidth="16"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#000"/>
|
|
<path
|
|
android:pathData="M123,365c129,-29 220,-136 206,-203 -14,-65 -93,-72 -149,-18 -59,58 -58,164 0,203 91,61 192,-18 247,-113 -1,-12 -2,-16 -5,-25 -57,108 -149,165 -219,127 -68,-37 -52,-133 -11,-181 63,-73 136,-23 119,46 -7,28 -60,125 -201,146 -1,7 6,20 13,18z"
|
|
android:fillColor="#000"/>
|
|
</vector>
|