Files
Jonathan Batchelor 3762d3a444 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.
2024-09-15 07:44:04 +01:00

13 lines
819 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FF000000"
android:pathData="m0,0H512V512H0"/>
<path
android:pathData="M429.1,172.9L396.5,172.9L366.9,286.6 337.2,172.9L304.6,172.9l38.5,144.8c10.5,24.6 34.2,30.8 47.4,0ZM286.9,173L223.7,173c-11.1,0.3 -20,9.5 -19.7,20.7v125c0.3,11.2 9.5,20 20.7,19.7h62.2L286.9,308.8L233.6,308.8L233.6,270.4h32.6L266.2,240.8L233.6,240.8L233.6,202.4h53.3ZM186.2,220.3c0,-18.8 -12,-47.3 -47.4,-47.3L91.4,173L91.4,338.3h46.4c36.8,0.1 48.4,-28.4 48.4,-47.2ZM140.5,203.9c9.7,0.1 16.8,7 17.5,17.4L158,291c-0.1,8.7 -7.3,16.9 -17.5,17.4L123.1,308.4L123.1,203.9h17.4Z"
android:fillColor="#fff"/>
</vector>