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:pathData="M256,72c-14,35 -23,57 -39,91 10,11 22,23 41,36 -21,-8 -35,-17 -45,-26 -21,43 -53,103 -117,220 50,-30 90,-48 127,-55 -2,-7 -3,-14 -3,-22v-1c1,-33 18,-58 38,-56 20,1 36,29 35,62l-2,17c36,7 75,26 125,54l-27,-50c-13,-10 -27,-23 -55,-38 19,5 33,11 44,17 -86,-159 -93,-180 -122,-250z"
android:pathData="M389,361q-30,-25 -55,-38 24,6 44,17Q290,180 256,90q-18,48 -39,92 19,21 41,36 -27,-10 -45,-26 -38,77 -117,220 76,-46 127,-55a36.5,58 -1,1 1,68 0q44,8 125,54"
android:fillColor="#1793d1"/>
</vector>