* 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
816 B
XML
18 lines
816 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="#117cad"/>
|
|
<path
|
|
android:pathData="M411,310c39,3 26,45 5,43 -18,-1 -83,49 -111,51 -9,13 -79,17 -110,15 -12,-1 -20,-14 -20,-14 -32,17 -62,0 -53,-21 -21,-7 -24,-67 3,-86 -2,-17 7,-65 44,-95 0,0 -28,-37 -1,-68 25,-10 33,-37 72,-35 32,-77 56,-2 56,-2s14,-12 24,7c8,17 19,76 -24,137 44,49 33,102 33,102 12,0 59,-38 82,-34"
|
|
android:strokeWidth="16"
|
|
android:fillColor="#117cad"
|
|
android:strokeColor="#fff"/>
|
|
<path
|
|
android:pathData="M172,399c8,-7 12,-32 12,-32l11,10s-20,10 -10,28l-13,-6"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|