* 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
555 B
XML
13 lines
555 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="m458,140q-23,10 -45,12 25,-15 34,-43 -24,14 -50,19a79,79 0,0 0,-135 72q-101,-7 -163,-83a80,80 0,0 0,24 106q-17,0 -36,-10s-3,62 64,79q-19,5 -36,1s15,53 74,55q-50,40 -117,33a224,224 0,0 0,346 -200q23,-16 40,-41"
|
|
android:fillColor="#1d9bf0"/>
|
|
</vector>
|