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="m145.7,224L145.7,409.2c0,15 12.2,27.4 27.4,27.4L186,436.6c15,0 27.4,-12.4 27.4,-27.4L213.4,224zM213.4,134.5v-34.5c0,-15.4 -12.4,-27.8 -27.4,-27.8L173.1,72.2c-15,0 -27.4,12.4 -27.4,27.8v34.5z"
android:pathData="M145.7,224V409.2a27.4,27.4 0,0 0,27.4 27.4H186c15,0 27.4,-12.4 27.4,-27.4V224m0,-89.5V100A27.4,27.8 -3,0 0,186 72.2H173.1A27.4,27.8 -3,0 0,145.7 100v34.5"
android:fillColor="#87c214"/>
<path
android:pathData="m366.3,288L366.3,102.8c-0,-15 -12.2,-27.4 -27.4,-27.4L326,75.4c-15,-0 -27.4,12.4 -27.4,27.4L298.6,288zM298.6,377.5l-0,34.5c-0,15.4 12.4,27.8 27.4,27.8L338.9,439.8c15,-0 27.4,-12.4 27.4,-27.8l-0,-34.5z"
android:pathData="M366.3,288L366.3,102.8a27.4,27.4 0,0 0,-27.4 -27.4L326,75.4c-15,-0 -27.4,12.4 -27.4,27.4L298.6,288m-0,89.5L298.6,412A27.8,27.4 98.11,0 0,326 439.8L338.9,439.8A27.8,27.4 98.11,0 0,366.3 412l-0,-34.5"
android:fillColor="#87c214"/>
<path
android:pathData="m288,145.7L102.8,145.7c-15,0 -27.4,12.2 -27.4,27.4L75.4,186c-0,15 12.4,27.4 27.4,27.4L288,213.4zM377.5,213.4l34.5,0c15.4,0 27.8,-12.4 27.8,-27.4L439.8,173.1c-0,-15 -12.4,-27.4 -27.8,-27.4l-34.5,0z"
android:fillColor="#95d220"/>
android:pathData="M288,145.7L102.8,145.7a27.4,27.4 0,0 0,-27.4 27.4L75.4,186c-0,15 12.4,27.4 27.4,27.4L288,213.4m89.5,0L412,213.4A27.4,27.8 98.11,0 0,439.8 186L439.8,173.1A27.4,27.8 98.11,0 0,412 145.7l-34.5,0"
android:fillColor="#87c214"/>
<path
android:pathData="m224,366.3L409.2,366.3c15,-0 27.4,-12.2 27.4,-27.4L436.6,326c0,-15 -12.4,-27.4 -27.4,-27.4L224,298.6zM134.5,298.6l-34.5,-0c-15.4,-0 -27.8,12.4 -27.8,27.4L72.2,338.9c0,15 12.4,27.4 27.8,27.4l34.5,-0z"
android:fillColor="#95d220"/>
android:pathData="M224,366.3L409.2,366.3a27.4,27.4 0,0 0,27.4 -27.4L436.6,326c0,-15 -12.4,-27.4 -27.4,-27.4L224,298.6m-89.5,-0L100,298.6A27.4,27.8 98.11,0 0,72.2 326L72.2,338.9A27.4,27.8 98.11,0 0,100 366.3l34.5,-0"
android:fillColor="#87c214"/>
</vector>