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="#034ea2"/>
<path
android:pathData="m72,224c-16,0 -23,5 -22,20 3,12 25,19 27,23v4c0,2 -1,4 -5,4 -4,0 -6,-3 -6,-5v-5h-16c-1,16 11,21 22,21 14,0 21,-4 21,-17 1,-19 -24,-20 -26,-28v-3c0,-1 1,-4 5,-4 4,0 5,3 5,5v4h15v-4c0,-13 -12,-15 -20,-15m353,15v33c1,21 39,17 39,0v-20h-17v8h5v11c-1,5 -13,5 -13,0v-31c0,-5 11,-5 12,0v5h13v-6c-1,-20 -39,-17 -39,0m-160,-15c-16,0 -23,5 -22,20 3,12 25,19 27,23v4c0,2 -1,4 -5,4 -4,0 -6,-3 -6,-5v-5h-16c-1,16 11,21 22,21 14,0 21,-4 21,-17 1,-19 -24,-20 -26,-28v-3c0,-1 1,-4 5,-4 4,0 5,3 5,5v4h15v-4c0,-13 -12,-15 -20,-15m-100,1 l-1,59h15v-53l11,53h15l9,-53v53h15l-1,-59h-24l-7,45 -7,-45zM300,225v45c1,11 9,15 21,15 11,0 20,-4 20,-15v-45h-15v46c0,2 -1,4 -6,4 -4,0 -6,-2 -6,-4v-46zM115,225 L104,284h16l8,-53 8,53h16l-11,-59zM358,225v59h15v-48l15,48h21v-59h-15v47l-13,-47z"
android:pathData="M381,225l13,47L394,225h15v59L388,284l-15,-48v48L358,284L358,225ZM141,225 L152,284L136,284l-8,-53 -8,53L104,284l11,-59ZM314,225v46c0,2 2,4 6,4 5,0 6,-2 6,-4L326,225h15v45c0,11 -9,15 -20,15 -12,0 -20,-4 -21,-15L300,225ZM190,225 L197,270 204,225h24l1,59L214,284L214,231l-9,53L190,284l-11,-53v53L164,284l1,-59ZM265,224c8,0 20,2 20,15v4L270,243v-4c0,-2 -1,-5 -5,-5s-5,3 -5,4v3c2,8 27,9 26,28 0,13 -7,17 -21,17 -11,0 -23,-5 -22,-21h16v5c0,2 2,5 6,5s5,-2 5,-4v-4c-2,-4 -24,-11 -27,-23 -1,-15 6,-20 22,-20m160,15c0,-17 38,-20 39,0v6L451,245v-5c-1,-5 -12,-5 -12,0v31c0,5 12,5 13,0L452,260h-5v-8h17v20c0,17 -38,21 -39,0L425,239M72,224c8,0 20,2 20,15v4L77,243v-4c0,-2 -1,-5 -5,-5s-5,3 -5,4v3c2,8 27,9 26,28 0,13 -7,17 -21,17 -11,0 -23,-5 -22,-21L66,265v5c0,2 2,5 6,5s5,-2 5,-4v-4c-2,-4 -24,-11 -27,-23 -1,-15 6,-20 22,-20"
android:fillColor="#fff"/>
</vector>