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="#ece9d4"/>
<path
android:pathData="m380,73h-35v37c-54,-75 -165,-51 -196,23 -20,48 -19,96 2,144 22,50 85,71 135,57 16,-3 32,-11 43,-21 6,-5 12,-10 16,-15 -1,19 -2,38 -5,56 -4,23 -14,43 -36,54 -48,25 -105,6 -126,-43h-33c2,32 19,53 46,66 32,16 66,18 100,12 44,-7 73,-32 83,-76 4,-16 5,-32 6,-48 0.9,-90 -0.2,-173 0.2,-246zM340,251c-6,18 -17,32 -31,42 -3,2 -20,14 -45,15 -1,0.1 -6,0.2 -11,0 -0.2,0.1 -0.3,0.1 -0.6,0.1 -36,-2 -63,-23 -75,-58 -10,-29 -10,-59 -3,-88 11,-43 42,-69 81,-70 0.9,-0.1 1,-0.1 1,-0.1 20,-2 36,7 42,9 21,11 37,32 44,61 7,30 8,60 -2,89z"
android:pathData="m253,309c67,0 91,-52 91,-103s-22,-113 -89,-113 -90,60 -90,110 23,106 88,106m123,8c0,114 -68,129 -118,130s-114,-21 -117,-81h33c19,45 69,64 112,49s52,-41 55,-116c-56,65 -158,45 -190,-13s-25,-141 14,-183 125,-61 176,8V74h35"
android:fillColor="#814910"/>
</vector>