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,8 +5,8 @@
android:viewportHeight="512">
<path
android:fillColor="#FF000000"
android:pathData="M0,0h512v512h-512z"/>
android:pathData="m0,0H512V512H0"/>
<path
android:pathData="M119.8,303.6c17.6,0 31.3,-13.6 31.3,-33.8L151.1,191.3h19.1L170.2,318.6L151.3,318.6L151.3,306.8a45.9,45.9 0,0 1,-33.6 14c-27.3,0 -48.2,-19.8 -48.2,-49.8L69.5,191.4L88.6,191.4v78.5c0,20.5 13.4,33.7 31.2,33.7m64.6,-112.3h18.4v46.4a46.11,46.11 0,0 1,32.9 -13.8,48.45 48.45,0 0,1 0,96.9A46.52,46.52 0,0 1,202.6 307v11.6L184.4,318.6L184.4,191.3ZM234.4,304.5a32.2,32.2 0,1 0,-32 -32.4v0.2a32,32 0,0 0,31.8 32.2h0.2M339.3,224c26.7,0 46.4,20.5 46.4,48.2v6L310.3,278.2A31.09,31.09 0,0 0,341 304.6c10.7,0 19.8,-4.4 26.7,-13.6l13.3,9.8c-9.3,12.4 -23.1,19.8 -40,19.8 -27.8,0 -49.3,-20.7 -49.3,-48.4 -0.1,-26.2 20.5,-48.2 47.6,-48.2m-28.8,39.6L367,263.6c-3.1,-14.2 -14.5,-23.6 -28.2,-23.6 -13.5,0 -25,9.5 -28.3,23.6m124.4,-21.4c-12,0 -20.7,9.3 -20.7,23.6v52.7L395.8,318.5L395.8,225.8L414,225.8v11.5c4.5,-7.5 12,-12.2 22.2,-12.2h6.4v17.1Z"
android:pathData="M88.6,191.4v78.5a1,1 0,0 0,62.5 0v-78.6h19.1v127.3L151.3,318.6L151.3,306.8A49,49 0,0 1,69.5 271v-79.6ZM184.4,191.3h18.4v46.4a47.5,47.5 0,1 1,-0.2 69.3v11.6L184.4,318.6L184.4,191.3ZM234.4,304.5a32,32 0,1 0,-32 -32,32 32,0 0,0 32,32M339.3,224a46.4,48.2 0,0 1,46.4 48.2v6h-75.4a31,31 0,0 0,57.4 12.8l13.3,9.8A49,49 0,1 1,339.3 224m-28.8,39.6L367,263.6c-3.1,-14.2 -14.5,-23.6 -28.2,-23.6 -13.5,0 -25,9.5 -28.3,23.6m124.4,-21.4a21,24 0,0 0,-20.7 23.6v52.7h-18.4v-92.7L414,225.8v11.5c4.5,-7.5 12,-12.2 22.2,-12.2h6.4v17.1Z"
android:fillColor="#fff"/>
</vector>