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="#c69"/>
<path
android:pathData="M258,88c-96,33 -158,100 -152,140s66,72 93,93h0c-35,18 -79,45 -78,80 2,48 54,33 76,19s44,-53 30,-94c31,-8 58,2 66,8 31,22 15,47 4,51s-4,6 3,4 22,-12 22,-29c0,-43 -46,-63 -103,-48 -33,-35 -78,-51 -76,-89 1,-14 6,-50 95,-95s152,-27 144,14c-12,62 -120,104 -158,68 -2,-4 -9,-7 -5,4 20,50 182,27 189,-79C410,79 329,64 258,88ZM172,408c-25,8 -24,-8 -23,-14 3,-17 17,-38 59,-59C220,373 193,402 172,408Z"
android:pathData="M172,408c21,-6 48,-35 36,-73 -42,21 -56,42 -59,59 -1,6 -2,22 23,14ZM258,88c71,-24 152,-9 150,47 -7,106 -169,129 -189,79 -4,-11 3,-8 5,-4 38,36 146,-6 158,-68 8,-41 -55,-59 -144,-14s-94,81 -95,95c-2,38 43,54 76,89 57,-15 103,5 103,48 0,17 -15,27 -22,29s-14,0 -3,-4 27,-29 -4,-51c-8,-6 -35,-16 -66,-8 14,41 -8,80 -30,94s-74,29 -76,-19c-1,-35 43,-62 78,-80 -27,-21 -87,-53 -93,-93S162,121 258,88Z"
android:fillColor="#fff"/>
</vector>