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,12 +4,12 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
android:fillColor="#00c70a"/>
<path
android:pathData="M402,369c23,-17 38,-42 38,-70c0,-51 -50,-92 -111,-92s-110,41 -110,92s49,92 110,92c13,0 25,-2 36,-5c4,-1 8,0 9,1l25,14c3,2 6,0 5,-4l-6,-22c0,-3 2,-5 4,-6m-110,-85a15,15 0,1 1,0 -29a15,15 0,0 1,0 29m74,0a15,15 0,1 1,0 -29a15,15 0,0 1,0 29"
android:pathData="M402,369c23,-17 38,-42 38,-70 0,-51 -50,-92 -111,-92s-110,41 -110,92 49,92 110,92c13,0 25,-2 36,-5 4,-1 8,0 9,1l25,14c3,2 6,0 5,-4l-6,-22c0,-3 2,-5 4,-6m-110,-85a15,15 0,1 1,0 -29,15 15,0 0,1 0,29m74,0a15,15 0,1 1,0 -29,15 15,0 0,1 0,29"
android:fillColor="#fff"/>
<path
android:pathData="m205,105c-73,0 -132,50 -132,111 0,33 17,63 45,83 3,2 5,5 4,10l-7,24c-1,5 3,7 6,6l30,-17c3,-2 7,-3 11,-2 26,8 48,6 51,6 -24,-84 59,-132 123,-128 -10,-52 -65,-93 -131,-93m-44,93a18,18 0,1 1,0 -35,18 18,0 0,1 0,35m89,0a18,18 0,1 1,0 -35,18 18,0 0,1 0,35"
android:pathData="M250,198a18,18 0,0 0,0 -35,18 18,0 1,0 0,35m-89,0a18,18 0,0 0,0 -35,18 18,0 1,0 0,35m44,-93c66,0 121,41 131,93 -64,-4 -147,44 -123,128 -3,0 -25,2 -51,-6 -4,-1 -8,0 -11,2l-30,17c-3,1 -7,-1 -6,-6l7,-24c1,-5 -1,-8 -4,-10 -28,-20 -45,-50 -45,-83 0,-61 59,-111 132,-111"
android:fillColor="#fff"/>
</vector>