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="M150,112l61,64c-9,14 -14,31 -14,50 0,54 39,89 89,89 18,0 35,-5 50,-14l62,63c-32,43 -84,70 -142,70 -98,0 -178,-77 -178,-178 0,-60 28,-112 72,-144zM179,95c24,-11 50,-17 77,-17 98,0 178,77 178,178 0,28 -6,54 -17,77l-56,-57c9,-14 14,-30 14,-50 0,-53 -40,-89 -89,-89 -19,0 -36,5 -50,14zM286,280c-30,0 -54,-22 -54,-54s24,-53 54,-53 53,21 53,53 -23,54 -53,54z"
android:fillColor="#1E375A"/>
android:pathData="m207,170a97,98 0,0 0,135 135l67,67A192,192 0,1 1,140 103m34,-20.6a192,192 0,0 1,255.4 256L369,278A97,98 0,0 0,234 143m53,23a58,58 0,1 0,2 0"
android:fillColor="#1e375a"/>
</vector>