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="#232b31"/>
<path
android:pathData="m296.3,90.7h63.7v58.6l-30.9,58.2c-22.7,42.6 -30.2,58.9 -28.3,61.8 1.9,3.2 9.1,4.3 59.2,5.4v80h-51.2c-45.6,-0.3 -52,0.2 -57.3,4.5 -3.2,2.7 -11.5,15.7 -18.4,28.8 -7,13.1 -14.4,26.1 -16.8,28.8 -3.8,4 -8.8,4.8 -64.3,4.5l0.3,-59.2 30.6,-58.4c25.4,-48.8 29.9,-59.2 27.2,-62.4 -2.6,-3.4 -9.3,-4.2 -58.1,-4v-80h51.5c44.5,0 52,-0.8 56.8,-4.8 3.2,-2.4 12.5,-17.3 20.8,-33.3z"
android:pathData="m358,151V91h-60l-6,6 -28,54 -9,6H154v82h56l5,6 -57,110 -3,6v60h60l6,-6 28,-54 9,-6h100v-82h-56l-5,-6"
android:fillColor="#00e49b"/>
</vector>