* 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.
16 lines
756 B
XML
16 lines
756 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="m304,69c-44,0 -81,29 -97,70h97z"/>
|
|
<path
|
|
android:pathData="m145,105c-1,-0.05 -3,0.02 -4,0.2 -11,2 -19,12 -17,24 6,38 31,61 53,74 0.5,15 3,29 6,43h-61c-11,0 -20,9 -20,21 0,11 9,21 20,21h76c6,11 13,22 20,31 -27,20 -52,55 -64,74 -6,9 -4,22 6,28 3,2 7,3 11,3 7,0 13,-3 17,-9 20,-31 47,-60 60,-68 17,11 35,19 55,21v-202H192c-13,-9 -26,-22 -29,-43 -2,-10 -10,-17 -19,-17z"
|
|
android:fillColor="#f67909"/>
|
|
</vector>
|