* 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.
22 lines
1011 B
XML
22 lines
1011 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:pathData="M437,400a29,29 0,0 1,-27 40H102c-16,0 -29,-13 -29,-29 0,-4 0,-8 2,-11l36,-94c3,-10 13,-16 23,-16H378c10,0 20,6 23,16l36,94Z"
|
|
android:fillColor="#f7901e"/>
|
|
<path
|
|
android:pathData="M256,183c24,0 46,-2 63,-6l20,65c-20,8 -49,13 -83,13s-63,-5 -83,-13l19,-65c18,4 40,6 64,6ZM299,109a307,307 0,0 1,-86 0l15,-51c3,-11 13,-18 24,-18h8c11,0 21,7 24,18l15,51Z"
|
|
android:fillColor="#f7901e"/>
|
|
<path
|
|
android:pathData="m319,177 l-20,-68a307,307 0,0 1,-86 0l-21,68c18,4 40,6 64,6s46,-2 63,-6z"
|
|
android:fillColor="#f2f2f2"/>
|
|
<path
|
|
android:pathData="M173,242c20,8 49,13 83,13s63,-5 83,-13l18,62c-19,14 -55,23 -101,23s-82,-9 -101,-23l18,-62Z"
|
|
android:fillColor="#f2f2f2"/>
|
|
</vector>
|