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,18 +4,18 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
android:fillColor="#fff"/>
<path
android:pathData="M386,400c45,-42 65,-112 53,-179H260v74h102c-4,24 -18,44 -38,57z"
android:fillColor="#4285f4"/>
<path
android:pathData="M90,341a192,192 0,0 0,296 59l-62,-48c-53,35 -141,22 -171,-60z"
android:pathData="M153,292c30,82 118,95 171,60h62v48A192,192 0,0 1,90 341"
android:fillColor="#34a853"/>
<path
android:pathData="M153,292c-8,-25 -8,-48 0,-73l-63,-49c-23,46 -30,111 0,171z"
android:pathData="m386,400a140,175 0,0 0,53 -179H260v74h102q-7,37 -38,57"
android:fillColor="#4285f4"/>
<path
android:pathData="m90,341a208,200 0,0 1,0 -171l63,49q-12,37 0,73"
android:fillColor="#fbbc02"/>
<path
android:pathData="M153,219c22,-69 116,-109 179,-50l55,-54c-78,-75 -230,-72 -297,55z"
android:pathData="m153,219c22,-69 116,-109 179,-50l55,-54c-78,-75 -230,-72 -297,55"
android:fillColor="#ea4335"/>
</vector>