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,12 +4,12 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
android:fillColor="#fff"/>
<path
android:pathData="M315.9,261.2c0,-33.6 -27,-60.7 -60.7,-60.7A60.6,60.6 0,0 0,233.8 318l-23.7,124.7h90.2l-23,-124.7a61,61 0,0 0,38.6 -56.7"
android:pathData="m234.5,317a61,60.3 0,1 1,43 0l23,125h-90"
android:fillColor="#036"/>
<path
android:pathData="M448,260.4C448,155.4 361.8,70 256,70S64,155.3 64,260.4c0,69.7 37.7,130.4 94.4,163.2l12.3,-81.2A112.7,112.7 0,0 1,141 267c0,-62.3 51,-113.2 114,-113.2 63.3,0 114.1,50.9 114.1,113.2 0,29.6 -11.5,55.8 -29.5,76.3l12.3,81.3c57.4,-32.9 96,-94.4 96,-164.1"
android:pathData="m171,342a114,113 8,1 1,170 0l12,81a192,189 0,1 0,-194 0"
android:fillColor="#ea7e20"/>
</vector>