Convert and update Android Vector files (#803)

* 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.
This commit is contained in:
Jonathan Batchelor
2024-09-15 07:44:04 +01:00
committed by GitHub
parent c754e642ab
commit 3762d3a444
360 changed files with 2096 additions and 1277 deletions

View File

@@ -4,9 +4,9 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
android:fillColor="#fff"/>
<path
android:fillColor="#FF000000"
android:pathData="m446.5,232A192,192 0,1 0,295 444m-11,-101c-12,19 -40,33 -68,33 -48,0 -79,-23 -79,-58 0,-64 106,-68 145,-68v-42c0,-8 0,-24 -19,-24 -17,0 -18,11 -18,14l2,14c0,14 -18,24 -45,24 -29,0 -47,-15 -47,-39 0,-30 39,-59 109,-59 76,0 113,37 113,71m-96,65c-30,0 -45,15 -45,33 0,13 8,20 21,20s23,-10 23,-22"/>
android:pathData="M280,305c0,12 -10,22 -23,22s-21,-7 -21,-20c0,-18 15,-33 45,-33m96,-65c0,-34 -37,-71 -113,-71 -70,0 -109,29 -109,59 0,24 18,39 47,39 27,0 45,-10 45,-24l-2,-14c0,-3 1,-14 18,-14 19,0 19,16 19,24v42c-39,0 -145,4 -145,68 0,35 31,58 79,58 28,0 56,-14 68,-33m11,101A192,192 0,1 1,446.5 232"/>
</vector>