* 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.
25 lines
834 B
XML
25 lines
834 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,256m-178,0a178,178 0,1 1,356 0a178,178 0,1 1,-356 0"
|
|
android:strokeWidth="28"
|
|
android:fillColor="#ea4c89"
|
|
android:strokeColor="#c32361"/>
|
|
<path
|
|
android:pathData="m79,237s225,11 305,-105m49,142c-94,-33 -222,-16 -296,115"
|
|
android:strokeWidth="28"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#c32361"/>
|
|
<path
|
|
android:pathData="M192,90c78,100 127,206 145,324"
|
|
android:strokeWidth="32"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#c32361"/>
|
|
</vector>
|