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="#399cdb"/>
<path
android:pathData="M112,94v18h18L130,94h-18zM400,94c-82,0 -90,31 -90,61v172a147,147 0,0 1,-3 28c43,-9 72,-36 86,-82l7,-23L400,94zM166,112v18h18v-18h-18zM148,130v18h18v-18h-18zM184,139v18h18v-18h-18zM112,143v147c0,73 53,128 144,128 0,0 -54,-30 -54,-91L202,197h-18v66h-18v-39h-18v17h-18v-98h-18zM166,161v18h18v-18h-18zM148,188v18h18v-18h-18zM400,275c-19,64 -65,92 -131,89 -24,-1 -43,-7 -57,-16 10,42 46,63 48,64l10,6c82,-5 130,-59 130,-128v-15z"
android:pathData="M400,275v15c0,69 -48,123 -130,128l-10,-6c-2,-1 -38,-22 -48,-64 14,9 33,15 57,16 66,3 112,-25 131,-89ZM148,188h18v18L148,206L148,188ZM166,161h18v18L166,179L166,161ZM112,143h18v98h18L148,224h18v39h18L184,197h18L202,327c0,61 54,91 54,91 -91,0 -144,-55 -144,-128L112,143ZM184,139h18v18L184,157L184,139ZM148,130h18v18L148,148L148,130ZM166,112h18v18L166,130L166,112ZM400,94L400,250l-7,23c-14,46 -43,73 -86,82a147,147 0,0 0,3 -28L310,155c0,-30 8,-61 90,-61ZM112,94h18v18L112,112L112,94Z"
android:fillColor="#fff"/>
</vector>