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="#bd081b"/>
<path
android:pathData="m265,65c-104,0 -157,75 -157,138 0,37 14,71 45,83 5,2 10,0 12,-5l3,-18c2,-6 1,-7 -2,-12 -9,-11 -15,-24 -15,-43 0,-56 41,-106 108,-106 60,0 92,37 92,85 0,64 -28,116 -70,116 -23,0 -40,-18 -34,-42 6,-27 19,-57 19,-77 0,-18 -9,-34 -30,-34 -24,0 -42,25 -42,58 0,20 7,34 7,34l-29,120a249,249 0,0 0,2 86l3,-1c2,-3 31,-37 40,-72l16,-61c7,15 29,28 53,28 71,0 119,-64 119,-151 0,-66 -56,-126 -140,-126z"
android:pathData="M265,65c84,0 140,60 140,126 0,87 -48,151 -119,151 -24,0 -46,-13 -53,-28l-16,61c-9,35 -38,69 -40,72l-3,1a249,249 0,0 1,-2 -86l29,-120s-7,-14 -7,-34c0,-33 18,-58 42,-58 21,0 30,16 30,34 0,20 -13,50 -19,77 -6,24 11,42 34,42 42,0 70,-52 70,-116 0,-48 -32,-85 -92,-85 -67,0 -108,50 -108,106 0,19 6,32 15,43 3,5 4,6 2,12l-3,18c-2,5 -7,7 -12,5 -31,-12 -45,-46 -45,-83 0,-63 53,-138 157,-138Z"
android:fillColor="#fff"/>
</vector>