* 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.
18 lines
670 B
XML
18 lines
670 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="#dc4639"/>
|
|
<path
|
|
android:pathData="M191,234v47h72c-2,19 -21,55 -72,55 -43,0 -78,-36 -78,-80s33,-80 76,-80c25,0 42,10 51,19l35,-33A125,125 0,0 0,64 256c0,70 57,127 127,127 74,0 122,-53 122,-125l-2,-24"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M404,192v118m59,-59H345"
|
|
android:strokeWidth="29"
|
|
android:strokeColor="#fff"/>
|
|
</vector>
|