* 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
623 B
XML
18 lines
623 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="#FF5722"/>
|
|
<path
|
|
android:pathData="M95,184c0,-51 41,-93 93,-93h86c64,0 103,61 85,126 0,0 61,-3 66,58v53c0,46 -34,93 -93,93H183c-49,0 -88,-39 -88,-88z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M199,188h68m-74,129h133"
|
|
android:strokeWidth="55"
|
|
android:strokeColor="#FF5722"/>
|
|
</vector>
|