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="#328cff"/>
<path
android:pathData="m250,186c-46,0 -69,35 -69,74 0,44 29,72 68,72 43,0 73,-32 73,-75 0,-44 -34,-71 -72,-71zM249,149c30,0 57,13 77,33 0,-22 35,-22 35,1v150c-1,10 10,16 16,9 25,-25 54,-128 -14,-187 -64,-56 -149,-47 -195,-15 -48,33 -79,107 -49,175 33,76 126,99 182,76 28,-12 41,26 12,39 -45,19 -168,17 -225,-82 -38,-68 -36,-185 67,-248 78,-46 182,-33 244,32 66,69 62,197 -2,246 -28,23 -71,1 -71,-32v-11c-20,20 -47,32 -77,32 -57,0 -108,-51 -108,-108 0,-58 51,-110 108,-110"
android:pathData="M249,149c-57,0 -108,52 -108,110 0,57 51,108 108,108 30,0 57,-12 77,-32v11c0,33 43,55 71,32 64,-49 68,-177 2,-246 -62,-65 -166,-78 -244,-32C52,163 50,280 88,348c57,99 180,101 225,82 29,-13 16,-51 -12,-39 -56,23 -149,0 -182,-76 -30,-68 1,-142 49,-175 46,-32 131,-41 195,15 68,59 39,162 14,187 -6,7 -17,1 -16,-9V183c0,-23 -35,-23 -35,-1 -20,-20 -47,-33 -77,-33m1,37c38,0 72,27 72,71 0,43 -30,75 -73,75 -39,0 -68,-28 -68,-72 0,-39 23,-74 69,-74Z"
android:fillColor="#fff"/>
</vector>