* 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
909 B
XML
13 lines
909 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="M427,132.7a61,61 0,0 0,-85 -1,6 6,0 0,0 0,9l7,8a6,6 0,0 0,8 1,35 35,0 0,1 46,53c-48,48 -113,-87 -259,-17a20,20 0,0 0,-9 28l25,43a20,20 0,0 0,27 7h1l11,-6a257,257 0,0 0,35 -26,6 6,0 0,1 8,0 6,6 0,0 1,0 9,263 263,0 0,1 -37,28l-11,6a31,31 0,0 1,-15 4,32 32,0 0,1 -28,-16L126,219c-45,40 -73,95 -57.87,173.26a6,6 0,0 0,6 4.74L100.6,397a6,6 0,0 0,5.93 -5.3,40 40,0 0,1 78.62,0 6,6 0,0 0,5.72 5.08h26.2a6,6 0,0 0,5.7 -5.1,40 40,0 0,1 78.6,0 6,6 0,0 0,5.7 5h26a6,6 0,0 0,5.8 -5.72c1,-37 10,-79 38.7,-100 98,-73 72,-136 49.4,-158.3zM327,242.7 L308,233.7a12,12 0,1 1,19 9z"
|
|
android:fillColor="#02303a"/>
|
|
</vector>
|