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

@@ -5,7 +5,7 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z">
android:pathData="m0,0H512V512H0">
<aapt:attr name="android:fillColor">
<gradient
android:startX="0"
@@ -19,6 +19,6 @@
</aapt:attr>
</path>
<path
android:pathData="M293,294c-8,-8 -21,-13 -37,-13s-29,5 -37,13c-4,5 -6,9 -7,15 -1,12 0,22 1,39a891,891 0,0 0,13 87c3,9 14,18 30,18 17,0 27,-9 30,-18a891,891 0,0 0,14 -126c-1,-6 -3,-10 -7,-15zM214,222a42,42 0,1 0,84 0,42 42,0 0,0 -84,0zM256,57a180,180 0,0 0,-60 350c2,0 4,-1 4,-3l-3,-18c0,-3 -2,-4 -4,-5a157,157 0,1 1,126 0c-2,1 -4,2 -4,5l-3,18c0,2 2,3 4,3a180,180 0,0 0,-60 -350zM252,139a98,98 0,0 1,71 169c-2,1 -3,4 -2,6l-1,20c0,2 2,4 4,2a121,121 0,1 0,-136 1c2,1 4,-1 4,-3v-20c0,-2 -1,-5 -3,-6a97,97 0,0 1,63 -169z"
android:pathData="M252,139A97,97 0,0 0,189 308c2,1 3,4 3,6v20c0,2 -2,4 -4,3a121,121 0,1 1,136 -1c-2,2 -4,0 -4,-2l1,-20c-1,-2 0,-5 2,-6A98,98 0,0 0,252 139ZM256,57a180,180 0,0 1,60 350c-2,0 -4,-1 -4,-3l3,-18c0,-3 2,-4 4,-5a157,157 0,1 0,-126 0c2,1 4,2 4,5l3,18c0,2 -2,3 -4,3A180,180 0,0 1,256 57ZM214,222a42,42 0,0 1,84 0,42 42,0 1,1 -84,0ZM293,294c4,5 6,9 7,15A891,891 0,0 1,286 435c-3,9 -13,18 -30,18 -16,0 -27,-9 -30,-18a891,891 0,0 1,-13 -87c-1,-17 -2,-27 -1,-39 1,-6 3,-10 7,-15 8,-8 21,-13 37,-13s29,5 37,13Z"
android:fillColor="#fff"/>
</vector>