* 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.
16 lines
613 B
XML
16 lines
613 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="M309,215a52,48 0,1 0,1 0"
|
|
android:fillColor="#265787"/>
|
|
<path
|
|
android:pathData="m175,273a134,123 -5,1 0,220 -92L274,88q-14,-10 -30,0 -14,11 -2,23l50,41L138,152q-23,2 -27,19c-3,11 7,20 19,20h78L75,293q-29,21 -16,42 16,19 44,-3zM308,190a82,75 2,1 1,-1 0z"
|
|
android:fillColor="#ea7600"/>
|
|
</vector>
|