* 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.
16 lines
823 B
XML
16 lines
823 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="M55.2,173.6h31.5v31.5H55.2"
|
|
android:fillColor="#0068b5"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M56,224.2h30v113.6H56m47.5,0V224.2H133v16.4q11,-15 28,-18s52.4,-9.5 55.4,47v68.2h-30.2v-61q-1,-29 -26,-29s-27,-1 -27,32v58m151.2,1.2c-40.6,1 -51,-12 -51.6,-48V180h30v44.2h21.6v25.7h-21.6v42c0.4,15 2,19.5 21.7,19.3m37,-40.7c0,-9 10.5,-23 30,-23s30,13 30.3,22.9m0,31.2c-13,16 -52,21 -60.5,-10h89.2v-12c-2,-50 -49,-66.7 -82,-52.8s-47,57 -25,89 74,32.5 99.8,2.2m22.7,20V171.2h30V338"/>
|
|
</vector>
|