* 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
632 B
XML
13 lines
632 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="M280,305c0,12 -10,22 -23,22s-21,-7 -21,-20c0,-18 15,-33 45,-33m96,-65c0,-34 -37,-71 -113,-71 -70,0 -109,29 -109,59 0,24 18,39 47,39 27,0 45,-10 45,-24l-2,-14c0,-3 1,-14 18,-14 19,0 19,16 19,24v42c-39,0 -145,4 -145,68 0,35 31,58 79,58 28,0 56,-14 68,-33m11,101A192,192 0,1 1,446.5 232"/>
|
|
</vector>
|