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,10 +4,10 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
android:fillColor="#fff"/>
<path
android:pathData="M261,398a57,32 0,0 0,114 0,57 32,0 0,0 -114,0zM137,398a57,32 0,0 0,114 0,57 32,0 0,0 -114,0z"
android:pathData="M137,398a57,32 0,0 1,114 0,57 32,0 0,1 -114,0ZM261,398a57,32 0,0 1,114 0,57 32,0 0,1 -114,0Z"
android:fillColor="#ffc107"/>
<path
android:pathData="M238,149a10,14 0,0 1,-20 0,10 14,0 0,1 20,0zM284,136c-6,0 -10,6 -10,13 0,8 4,-4 10,-4 5,0 9,12 9,4 0,-7 -4,-13 -9,-13zM311,150a23,33 0,0 1,-46 0,23 33,0 0,1 46,0zM247,150a23,33 0,0 1,-46 0,23 33,0 0,1 46,0zM374,229v-56a119,119 0,0 0,-237 0v56c-18,25 -35,55 -37,78 0,44 13,40 13,40 5,0 15,-9 23,-20 19,55 65,93 120,93s101,-38 120,-93c8,11 18,20 23,20 0,0 13,4 13,-40 0,-23 -17,-54 -37,-78z"