* 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
696 B
XML
16 lines
696 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="M247,96c63,7 107,35 179,22 -9,16 -22,42 -32,46 -85,23 -123,-32 -205,10 -30,13 -68,68 -36,125 53,74 129,49 165,-19 21,33 6,67 21,99 -96,62 -228,24 -258,-80C60,193 134,96 231,96Z"
|
|
android:fillColor="#344"/>
|
|
<path
|
|
android:pathData="M311,191c15,49 -14,150 51,224 6,-6 17,-13 23,-17 6,0 29,5 48,15 -61,-104 -30,-131 -40,-226 -23,8 -53,8 -80,4Z"
|
|
android:fillColor="#6bc"/>
|
|
</vector>
|