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

@@ -5,7 +5,7 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
android:fillColor="#fff"/>
<path
android:pathData="M416,158l9,-23c-24,-25 -33,-43 -72,-34l-35,-40H194l-35,40c-38,-3 -45,6 -72,34l10,23 -12,34 39,150c8,32 14,45 37,61l72,49c7,4 16,12 23,12 8,0 16,-8 23,-12l72,-49c23,-16 29,-29 37,-61l40,-150">
@@ -22,6 +22,6 @@
</aapt:attr>
</path>
<path
android:pathData="M343,127s45,54 45,66c-3,21 -30,42 -45,57 -17,16 6,35 -3,51 -6,12 -17,20 -24,19 -15,-8 -53,-21 -55,-40 2,-18 42,-22 44,-36 0,-13 -18,-31 -17,-44 8,-14 44,-24 59,-29 2,-2 2,-3 -6,-3 -17,-2 -52,-3 -66,8 -4,16 17,68 4,71 -19,5 -26,3 -45,0 -13,-8 11,-52 3,-71 -19,-12 -45,-11 -66,-8 -7,0 -8,1 -6,3 14,7 57,14 59,29 1,17 -17,29 -17,44 7,15 43,20 45,35 -7,20 -38,36 -55,41 -7,1 -18,-7 -25,-19 -10,-20 14,-38 -3,-51 -13,-15 -45,-41 -45,-57 0,-12 45,-66 45,-66l43,7c5,0 17,-5 27,-8s17,-3 17,-3 7,0 17,3 22,8 27,8l43,-7m-35,216 l-52,39c-18,-12 -37,-28 -52,-39 -8,-9 13,-15 22,-20 10,-5 20,-9 30,-11 10,3 20,6 30,11 9,4 30,13 22,20"
android:pathData="M308,343c8,-7 -13,-16 -22,-20 -10,-5 -20,-8 -30,-11 -10,2 -20,6 -30,11 -9,5 -30,11 -22,20 15,11 34,27 52,39l52,-39m35,-216 l-43,7c-5,0 -17,-5 -27,-8s-17,-3 -17,-3 -7,0 -17,3 -22,8 -27,8l-43,-7s-45,54 -45,66c0,16 32,42 45,57 17,13 -7,31 3,51 7,12 18,20 25,19 17,-5 48,-21 55,-41 -2,-15 -38,-20 -45,-35 0,-15 18,-27 17,-44 -2,-15 -45,-22 -59,-29 -2,-2 -1,-3 6,-3 21,-3 47,-4 66,8 8,19 -16,63 -3,71 19,3 26,5 45,0 13,-3 -8,-55 -4,-71 14,-11 49,-10 66,-8 8,0 8,1 6,3 -15,5 -51,15 -59,29 -1,13 17,31 17,44 -2,14 -42,18 -44,36 2,19 40,32 55,40 7,1 18,-7 24,-19 9,-16 -14,-35 3,-51 15,-15 42,-36 45,-57 0,-12 -45,-66 -45,-66"
android:fillColor="#fff"/>
</vector>