* 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
759 B
XML
13 lines
759 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="M114,137c-85,34 40,64 147,64s218,-27 152,-61c23,27 -54,45 -152,45s-181,-21 -147,-48m65,120c-83,-58 -132,82 -28,98 -127,40 -99,-152 9,-115m-73,-49c29,39 284,56 347,0 -22,123 -64,114 -83,184 -29,45 -162,38 -180,0 -12,-53 -57,-60 -84,-184m121,-63c21,-13 -47,-20 -47,4s46,36 85,11c20,-13 59,-23 76,-14s-31,30 -39,9c-26,4 -14,22 18,22s46,-6 47,-22 -24,-28 -53,-28c-58,0 -65,29 -98,32 -16,1 -25,-2 -25,-9s28,-9 36,-5"/>
|
|
</vector>
|