* 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.
22 lines
837 B
XML
22 lines
837 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="m256,107.6v340.6l192,-111V218.7z"
|
|
android:fillColor="#37beff"/>
|
|
<path
|
|
android:pathData="m256,107.6L64,218.7v118.5l192,111.1z"
|
|
android:fillColor="#404f54"/>
|
|
<path
|
|
android:pathData="m256,63.7c-73.3,0 -132.8,59.6 -132.8,133 0,24.2 6.5,46.9 17.7,66.4L256,329.7z"
|
|
android:fillColor="#ccc"/>
|
|
<path
|
|
android:pathData="m256,63.7c-42.1,28.4 -59.5,85.7 -59.5,133.1s17.4,104.5 59.5,132.9l115.1,-66.6a132.5,132.5 0,0 0,17.7 -66.4c0,-73.4 -59.5,-133 -132.9,-133z"
|
|
android:fillColor="#e5e5e5"/>
|
|
</vector>
|