* 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
567 B
XML
13 lines
567 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,0h512v512h-512z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M257.4,89.2a1,1 0,0 1,0 40.2,1 1,0 0,1 0,-40.2ZM274.1,257.3 L346.2,174.4a1,1 0,0 0,-19 -16.6l-69.8,80.3 -69.8,-80.3a1,1 0,0 0,-19 16.6l72.1,82.9 -72.1,82.9a1,1 0,0 0,19 16.6l69.8,-80.3 69.8,80.3a1,1 0,0 0,19 -16.6Z"/>
|
|
</vector>
|