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="m120,313q-56,52 -16,94t93,-14L399,192q48,-51 8,-89t-90,14zM256,139l53,-53q-9,-44 -53,-44t-53,44zM256,373 L203,426q9,45 53,45t53,-45zM194,201L106,201q-65,3 -65,52t45,56zM318,312h82q69,-2 70,-52t-44,-57zM236,158l-14,15L99,173q-28,-36 7,-70t78,3zM275,354 L318,397q49,47 86,15t10,-73L291,339z"
android:pathData="m120,313q-56,52 -16,94t93,-14L399,192q48,-51 8,-89t-90,14zM256,139l53,-53q-9,-44 -53,-44t-53,44zM256,373 L203,426q9,45 53,45t53,-45zM194,201L106,201q-65,3 -65,52t45,56zM318,312h82q69,-2 70,-52t-44,-57zM236,158 L222,173L99,173q-28,-36 7,-70t78,3zM275,354 L318,397q49,47 86,15t10,-73L291,339z"
android:fillColor="#FC5656"/>
</vector>