* 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.
19 lines
988 B
XML
19 lines
988 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:fillColor="#FF000000"
|
|
android:pathData="m0,0H512V512H0"/>
|
|
<path
|
|
android:pathData="M123,306c47,41 173,67 264,3 -52,101 -229,85 -264,-3ZM137,182c-45,50 36,92 114,92 78,1 161,-30 136,-81l9,-7c23,16 16,44 12,57 -2,7 -3,17 -6,26 -56,49 -197,76 -291,-2 0,0 -2,-12 -3,-26 -10,-15 -15,-48 35,-73Z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M317,177s9,5 12,6c2,5 2,10 13,15 2,2 3,9 4,16 0,1 22,-12 27,-15 18,41 -70,59 -116,60s-118,-18 -116,-53c4,-11 9,-16 16,-31 11,-7 15,-2 35,-22 15,-12 26,1 50,-15 2,-1 8,-3 18,-3 10,1 6,7 46,7 6,0 17,11 20,12l-9,23Z"
|
|
android:fillColor="#583"/>
|
|
<path
|
|
android:pathData="M334,170c7,3 6,2 9,9s5,0 12,14c35,-19 44,-30 45,-34s-37,-31 -48,-28c-6,6 -16,31 -18,39z"
|
|
android:fillColor="#db4"/>
|
|
</vector>
|