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="M274,235c18,21 -5,40 -5,40s47,-24 25,-54 -35,-42 48,-90C342,130 211,163 274,235M294,53s40,40 -38,100c-62,49 -14,77 0,109 -36,-33 -63,-61 -45,-88C238,134 310,115 294,53"
android:pathData="M274,235c18,21 -5,40 -5,40s47,-24 25,-54 -35,-42 48,-90c0,-1 -131,32 -68,104M294,53s40,40 -38,100c-62,49 -14,77 0,109 -36,-33 -63,-61 -45,-88 27,-40 99,-59 83,-121"
android:fillColor="#f8981d"/>
<path
android:pathData="M206,347s-15,8 10,11 46,3 79,-3a137,137 0,0 0,21 10C242,397 147,364 206,347m-9,-42s-16,12 9,15 58,4 102,-5a45,45 0,0 0,16 10C233,351 132,327 197,305m175,73s11,9 -12,16c-43,13 -179,17 -217,1 -14,-6 15,-17 33,-17 -17,-10 -98,21 -42,30C287,432 412,396 372,378M213,262s-69,16 -25,22c19,3 57,2 92,-1s57,-8 57,-8a122,122 0,0 0,-17 9c-70,18 -206,10 -167,-9S213,262 213,262m124,69c73,-37 39,-80 7,-66 36,-30 101,36 -9,68zM220,432c69,4 174,-2 176,-35 0,0 -5,12 -57,22s-131,10 -174,3C166,422 175,429 220,432"
android:pathData="M206,347s-15,8 10,11 46,3 79,-3a137,137 0,0 0,21 10c-74,32 -169,-1 -110,-18m-9,-42s-16,12 9,15 58,4 102,-5a45,45 0,0 0,16 10c-91,26 -192,2 -127,-20m175,73s11,9 -12,16c-43,13 -179,17 -217,1 -14,-6 15,-17 33,-17 -17,-10 -98,21 -42,30 153,24 278,-12 238,-30M213,262s-69,16 -25,22c19,3 57,2 92,-1s57,-8 57,-8a122,122 0,0 0,-17 9c-70,18 -206,10 -167,-9s60,-13 60,-13m124,69c73,-37 39,-80 7,-66 36,-30 101,36 -9,68zM220,432c69,4 174,-2 176,-35 0,0 -5,12 -57,22s-131,10 -174,3c1,0 10,7 55,10"
android:fillColor="#5382a1"/>
</vector>