* 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.
13 lines
597 B
XML
13 lines
597 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:pathData="m0,0H512V512H0"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="m358.1,378.8L319.6,260l100.9,-73.1L295.7,186.9L257.1,68.2h124.8l38.6,118.7c22.4,68.8 -0.7,147 -62.4,192zM156.2,378.8 L257.1,452.2 358.1,378.8 257.2,305.5zM93.8,186.8c-23.6,72.6 3.8,149.5 62.4,192l38.6,-118.6 -100.9,-73.3h124.7l38.5,-118.7h0.1,-124.8z"
|
|
android:fillColor="#eb5424"/>
|
|
</vector>
|