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="#117cad"/>
<path
android:pathData="M411,310c-23,-4 -70,34 -82,34 0,0 11,-53 -33,-102 43,-61 32,-120 24,-137 -10,-19 -24,-7 -24,-7s-24,-75 -56,2c-39,-2 -47,25 -72,35 -27,31 1,68 1,68 -37,30 -46,78 -44,95 -27,19 -24,79 -3,86 -9,21 21,38 53,21 0,0 8,13 20,14 31,2 101,-2 110,-15 28,-2 93,-52 111,-51 21,2 34,-40 -5,-43"
android:pathData="M411,310c39,3 26,45 5,43 -18,-1 -83,49 -111,51 -9,13 -79,17 -110,15 -12,-1 -20,-14 -20,-14 -32,17 -62,0 -53,-21 -21,-7 -24,-67 3,-86 -2,-17 7,-65 44,-95 0,0 -28,-37 -1,-68 25,-10 33,-37 72,-35 32,-77 56,-2 56,-2s14,-12 24,7c8,17 19,76 -24,137 44,49 33,102 33,102 12,0 59,-38 82,-34"
android:strokeWidth="16"
android:fillColor="#117cad"
android:strokeColor="#fff"/>