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="M118,95c-16,10 -49,47 -49,56v16c0,21 19,38 36,38 21,0 38,-17 38,-37 0,20 17,37 38,37 20,0 36,-17 36,-37 0,20 18,37 39,37s39,-17 39,-37c0,20 16,37 36,37 21,0 38,-17 38,-37 0,20 17,37 38,37 17,0 36,-17 36,-38v-16c0,-9 -33,-46 -49,-56a3511,3511 0,0 0,-276 0zM217,196l-7,9a43,43 0,0 1,-68 -9l-7,9c-8,8 -19,13 -31,13l-4,-1 -2,46v18c0,36 -4,118 16,138 30,7 86,10 142,10s112,-3 142,-10c20,-20 16,-102 16,-138v-18l-2,-46 -4,1c-12,0 -23,-5 -31,-13l-7,-9 -7,9a43,43 0,0 1,-68 -9,43 43,0 0,1 -38,22h-1,-1a43,43 0,0 1,-38 -22zM186,236c12,0 23,0 37,15l33,-2 33,2c14,-15 25,-15 37,-15 6,0 29,0 45,46l18,63c13,46 -4,47 -26,47 -31,-1 -49,-24 -49,-47a371,371 0,0 1,-117 0c1,23 -17,46 -48,47 -22,0 -39,-1 -26,-47l18,-63c16,-46 39,-46 45,-46zM256,272s-33,31 -39,42l22,-1v19h34v-19l22,1c-6,-11 -39,-42 -39,-42z"/>
android:pathData="M256,272s33,31 39,42l-22,-1v19L239,332L239,313l-22,1c6,-11 39,-42 39,-42ZM186,236c-6,0 -29,0 -45,46l-18,63c-13,46 4,47 26,47 31,-1 49,-24 48,-47a371,371 0,0 0,117 0c0,23 18,46 49,47 22,0 39,-1 26,-47l-18,-63c-16,-46 -39,-46 -45,-46 -12,0 -23,0 -37,15l-33,-2 -33,2c-14,-15 -25,-15 -37,-15ZM217,196a43,43 0,0 0,38 22h1,1a43,43 0,0 0,38 -22,43 43,0 0,0 68,9l7,-9 7,9c8,8 19,13 31,13l4,-1 2,46v18c0,36 4,118 -16,138 -30,7 -86,10 -142,10s-112,-3 -142,-10C94,399 98,317 98,281L98,263l2,-46 4,1c12,0 23,-5 31,-13l7,-9a43,43 0,0 0,68 9l7,-9ZM118,95a3511,3511 0,0 1,276 0c16,10 49,47 49,56v16c0,21 -19,38 -36,38 -21,0 -38,-17 -38,-37 0,20 -17,37 -38,37 -20,0 -36,-17 -36,-37 0,20 -18,37 -39,37s-39,-17 -39,-37c0,20 -16,37 -36,37 -21,0 -38,-17 -38,-37 0,20 -17,37 -38,37 -17,0 -36,-17 -36,-38L69,151c0,-9 33,-46 49,-56Z"/>
</vector>