* 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.
27 lines
915 B
XML
27 lines
915 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:strokeLineJoin="round"
|
|
android:strokeWidth="25"
|
|
android:fillColor="#fff"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="m213,296 l-96,95zM256,256h0.1"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="25"
|
|
android:strokeColor="#00e864"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M256,63v135m0,116v135M63,256h135m116,0h135M119,119l96,96m82,82 l96,96m0,-274 l-96,96"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="25"
|
|
android:strokeColor="#000"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|