* 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
695 B
XML
13 lines
695 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="#6fda44"/>
|
|
<path
|
|
android:pathData="M357.2,296.9c-17,0 -33,-7.2 -47.4,-18.9l3.6,-17.2c3.2,-17.6 13.1,-47.2 43.8,-47.2a1,1 0,0 1,0 83.3m0,-125.5c-39.2,0 -69.5,25.4 -81.9,67.3 -18.8,-28.3 -33.1,-62.2 -41.4,-90.8h-42.2v109.7a1,1 0,0 1,-78.6 0V147.8H71v109.7a1,1 0,0 0,162.8 0V239.1c8.2,17.1 18.2,34.4 30.4,49.6l-25.8,121.4h43.1l18.7,-88c16.4,10.5 35.2,17.1 56.8,17.1a1,1 0,0 0,0.2 -167.8"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|