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="m231,96c-97,0 -171,97 -150,203 30,104 162,142 258,80 -15,-32 0,-66 -21,-99 -36,68 -112,93 -165,19 -32,-57 6,-112 36,-125 82,-42 120,13 205,-10 10,-4 23,-30 32,-46 -72,13 -116,-15 -179,-22z"
android:pathData="M247,96c63,7 107,35 179,22 -9,16 -22,42 -32,46 -85,23 -123,-32 -205,10 -30,13 -68,68 -36,125 53,74 129,49 165,-19 21,33 6,67 21,99 -96,62 -228,24 -258,-80C60,193 134,96 231,96Z"
android:fillColor="#344"/>
<path
android:pathData="m313,191c27,4 57,4 80,-4 10,95 -21,122 40,226 -19,-10 -42,-15 -48,-15 -6,4 -17,11 -23,17 -65,-74 -36,-175 -51,-224z"
android:pathData="M311,191c15,49 -14,150 51,224 6,-6 17,-13 23,-17 6,0 29,5 48,15 -61,-104 -30,-131 -40,-226 -23,8 -53,8 -80,4Z"
android:fillColor="#6bc"/>
</vector>