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:fillColor="#FF000000"
android:pathData="M342,230c39,4 47,43 47,75 0,65 -33,128 -95,154 -51,21 -114,13 -155,-25 -25,-22 -39,-51 -40,-84 0,-30 15,-49 44,-57 -3,-8 -9,-19 -9,-28 0,-18 20,-40 38,-40 9,0 17,3 24,8 -15,-58 -75,-175 -5,-181 34,-3 69,125 78,153 11,-26 45,-145 80,-145 66,0 7,130 -7,170zM138,348c13,13 22,41 45,41 29,-3 -18,-76 -39,-76 -17,0 -26,21 -26,36 0,38 31,74 65,89 50,23 111,12 149,-29 33,-37 43,-88 34,-136 -3,-24 -35,-29 -54,-33 -23,-6 -47,-8 -71,-8 -30,0 -17,36 3,44 26,9 55,9 83,9 6,0 9,6 9,12 -13,10 -30,13 -43,23a79,79 0,0 0,-34 86c2,7 4,14 4,21 -26,0 -27,-37 -27,-54 -5,5 -13,4 -20,3 4,18 -5,38 -27,38 -24,0 -55,-26 -55,-52 0,-4 1,-11 4,-14zM224,354c35,0 -8,-67 -15,-77 -10,-17 -28,-38 -46,-20s7,50 19,65c10,14 23,32 42,32zM252,214l-32,-87c-4,-12 -18,-56 -32,-56 -26,0 -7,51 -4,62 7,22 17,51 31,85 10,-7 26,-6 37,-4zM284,302c-15,0 -32,-2 -45,-8 5,13 10,24 13,38 9,-12 20,-22 32,-30zM323,225c13,-34 22,-64 30,-86 3,-10 22,-59 -1,-59 -17,0 -32,43 -36,56l-29,82 36,7z"/>
android:pathData="M323,225l-36,-7 29,-82c4,-13 19,-56 36,-56 23,0 4,49 1,59 -8,22 -17,52 -30,86ZM284,302c-12,8 -23,18 -32,30 -3,-14 -8,-25 -13,-38 13,6 30,8 45,8ZM252,214c-11,-2 -27,-3 -37,4 -14,-34 -24,-63 -31,-85 -3,-11 -22,-62 4,-62 14,0 28,44 32,56l32,87ZM224,354c-19,0 -32,-18 -42,-32 -12,-15 -37,-47 -19,-65s36,3 46,20c7,10 50,77 15,77ZM138,348c-3,3 -4,10 -4,14 0,26 31,52 55,52 22,0 31,-20 27,-38 7,1 15,2 20,-3 0,17 1,54 27,54 0,-7 -2,-14 -4,-21a79,79 0,0 1,34 -86c13,-10 30,-13 43,-23 0,-6 -3,-12 -9,-12 -28,0 -57,0 -83,-9 -20,-8 -33,-44 -3,-44 24,0 48,2 71,8 19,4 51,9 54,33 9,48 -1,99 -34,136 -38,41 -99,52 -149,29 -34,-15 -65,-51 -65,-89 0,-15 9,-36 26,-36 21,0 68,73 39,76 -23,0 -32,-28 -45,-41ZM342,230c14,-40 73,-170 7,-170 -35,0 -69,119 -80,145 -9,-28 -44,-156 -78,-153 -70,6 -10,123 5,181 -7,-5 -15,-8 -24,-8 -18,0 -38,22 -38,40 0,9 6,20 9,28 -29,8 -44,27 -44,57 1,33 15,62 40,84 41,38 104,46 155,25 62,-26 95,-89 95,-154 0,-32 -8,-71 -47,-75Z"/>
</vector>