* 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
583 B
XML
13 lines
583 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="m406,335s-9,30 -26,54 -31,47 -60,47c-23,0 -35,-15 -61,-15s-42,15 -64,15 -33,-15 -50,-35c-44,-55 -62,-146 -38,-194s59,-58 84,-58 48,16 63,16 38,-17 68,-17 59,13 74,38c-49,27 -64,115 10,149M327,56c5,36 -27,89 -76,88 -5,-42 32,-85 76,-88"/>
|
|
</vector>
|