* 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.
19 lines
921 B
XML
19 lines
921 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:fillColor="#FF000000"
|
|
android:pathData="M381.5,167.8v-0.1a105.7,105.7 0,0 0,-149.5 0l-66.5,67.7 26.1,26.5a19.4,19.4 0,0 0,27.5 0l52.7,-53.6a49.3,49.3 0,0 1,69.7 0L408,276l40,-40.6Z"/>
|
|
<path
|
|
android:pathData="M130.3,344.4l-0,0.1a105.7,105.7 0,0 0,149.5 -0l66.5,-67.7 -26.1,-26.5a19.4,19.4 0,0 0,-27.5 -0l-52.7,53.6a49.3,49.3 0,0 1,-69.7 -0L103.8,236.2l-40,40.6Z"
|
|
android:fillColor="#F16332"/>
|
|
<path
|
|
android:pathData="M381.5,167.8v-0.1a105.7,105.7 0,0 0,-149.5 0l-66.5,67.7 26.1,26.5a19.4,19.4 0,0 0,27.5 0l52.7,-53.6a49.3,49.3 0,0 1,69.7 0L408,276l40,-40.6Z"
|
|
android:fillColor="#029D75"/>
|
|
</vector>
|