* 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
745 B
XML
16 lines
745 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="M331,326c0,2 -2,3 -3,3H54c-2,0 -3,-1 -3,-2 -5,-26 12,-69 60,-72 -9,-37 31,-71 69,-46a97,97 0,0 1,187 11c1,3 -9,24 -9,24 -6,18 -26,32 -43,33l-150,2c-5,1 -5,7 -1,7l148,2c15,0 30,12 19,38Z"
|
|
android:fillColor="#f38020"/>
|
|
<path
|
|
android:pathData="M381,224a81,81 0,0 1,78 103l-3,2H343c-2,0 -2,-1 -2,-3 0,0 10,-35 46,-39l33,-1c5,-1 5,-7 1,-7l-32,-2c-17,-1 -25,-15 -20,-31l5,-21c1,-2 3,-1 7,-1"
|
|
android:fillColor="#faae40"/>
|
|
</vector>
|