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="#6fda44"/>
<path
android:pathData="M357.2,296.9c-17,0 -33,-7.2 -47.4,-18.9l3.5,-16.6l0.1,-0.6c3.2,-17.6 13.1,-47.2 43.8,-47.2c23,0 41.7,18.7 41.7,41.7S380.2,296.9 357.2,296.9L357.2,296.9zM357.2,171.4c-39.2,0 -69.5,25.4 -81.9,67.3c-18.8,-28.3 -33.1,-62.2 -41.4,-90.8h-42.2v109.7c0,21.7 -17.6,39.3 -39.3,39.3s-39.3,-17.6 -39.3,-39.3V147.8H71v109.7c0,44.9 36.5,81.8 81.4,81.8s81.4,-36.9 81.4,-81.8v-18.4c8.2,17.1 18.2,34.4 30.4,49.6l-25.8,121.4h43.1l18.7,-88c16.4,10.5 35.2,17.1 56.8,17.1c46.2,0 83.8,-37.8 83.8,-84.1C440.9,209 403.4,171.4 357.2,171.4"
android:pathData="M357.2,296.9c-17,0 -33,-7.2 -47.4,-18.9l3.6,-17.2c3.2,-17.6 13.1,-47.2 43.8,-47.2a1,1 0,0 1,0 83.3m0,-125.5c-39.2,0 -69.5,25.4 -81.9,67.3 -18.8,-28.3 -33.1,-62.2 -41.4,-90.8h-42.2v109.7a1,1 0,0 1,-78.6 0V147.8H71v109.7a1,1 0,0 0,162.8 0V239.1c8.2,17.1 18.2,34.4 30.4,49.6l-25.8,121.4h43.1l18.7,-88c16.4,10.5 35.2,17.1 56.8,17.1a1,1 0,0 0,0.2 -167.8"
android:fillColor="#fff"/>
</vector>