* 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
1006 B
XML
13 lines
1006 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="m45,204.7h62.7v32.7H68.8v12.3H94v12.5H68.8v12.4h38.9v32.6H45m136.6,-8.4c-6,6.6 -17,10.7 -27,10.7s-40,0 -40,-53.5 30,-53.5 40,-53.5 21,4 27,10.6v33.7c-18,-11 -43.3,-13 -43.3,9.5s25,19.4 43.3,9m7.9,-9.3c0,40 15,53.5 39,53.5s39.1,-13.5 39.1,-53.5 -15.2,-53.5 -39.1,-53.5 -39,13.5 -39,53.5h23.7c0,-11 4,-18.6 15.3,-18.6s15.4,7.6 15.4,18.6 -4,18.6 -15.4,18.6 -15.3,-8 -15.3,-18.6m61.8,8.8c23,12 40,12.3 40,4s-18,-8 -32,-18.4q-9.4,-7 -9.4,-20.6t9.6,-21c11.7,-9 39,-8.4 52.5,2.3v33.1c-23,-9 -36.7,-8.6 -36.6,-1s18,8 32,17.8q9.9,7 10.4,17t-2.1,16c-8,19 -40,19.3 -64.3,7.8m74,5.5V204.7h29.7v102.6m7.2,0h28l13.5,-84.8 13.5,84.8h28l-17.8,-102.5h-47.3m32,66.2h-19v12.7h21"
|
|
android:fillColor="#008009"/>
|
|
</vector>
|