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="M392,220a11,11 0,1 1,0 -1zM240,220a11,11 0,1 1,0 -1zM129,172a63,63 0,0 0,-63 63v41a63,63 0,0 0,63 63h254a63,63 0,0 0,63 -63v-41a63,63 0,0 0,-63 -63zM372,238v60h18v-60zM293,211v87h19v-34h44v-18h-44v-18h47v-17zM117,211l13,56l17,-56h15l17,58l14,-58h17l-23,87h-16l-17,-60l-18,60h-15l-23,-87zM238,238v60h-18v-60zM440,277a56,56 0,0 1,-56 56L209,333a56,56 0,0 0,56 -56v-43a56,56 0,0 1,56 -56h63a56,56 0,0 1,56 56zM150,351a142,142 0,0 0,212 0zM362,160a142,142 0,0 0,-212 0z"/>
android:pathData="M150,160a142,142 0,0 1,212 0ZM362,351a142,142 0,0 1,-212 0ZM440,234a56,56 0,0 0,-56 -56L321,178a56,56 0,0 0,-56 56v43a56,56 0,0 1,-56 56L384,333a56,56 0,0 0,56 -56ZM220,238v60h18L238,238ZM98,211l23,87h15l18,-60 17,60h16l23,-87L193,211l-14,58 -17,-58L147,211l-17,56 -13,-56ZM359,211v17L312,228v18h44v18L312,264v34L293,298L293,211ZM390,238v60L372,298L372,238ZM383,172a63,63 0,0 1,63 63v41a63,63 0,0 1,-63 63L129,339A63,63 0,0 1,66 276L66,235a63,63 0,0 1,63 -63ZM240,219a11,11 0,1 0,0 1ZM392,219a11,11 0,1 0,0 1Z"/>
</vector>