* 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.
20 lines
757 B
XML
20 lines
757 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="#00B900"/>
|
|
<path
|
|
android:pathData="M443,231c3,-82 -83,-150 -186,-150S69,149 69,231c0,73 67,135 155,147 41,5 9,38 20,52 11,9 95,-49 148,-96 30,-27 49,-58 51,-103Z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M184,268H147V196m66,0v72m89,-72v72l-54,-72v72m123,0H335V196h36m-34,36h34"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="21"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#00B900"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|