* 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
1023 B
XML
16 lines
1023 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="M287,154v48l54,140s17,35 -31,43L202,385s-44,-5 -33,-40l57,-143v-48h61ZM203,294 L183,341c-9,29 28,32 28,32h90c39,-6 27,-33 26,-34l-18,-44c-47,-15 -87,-7 -106,-1ZM232,247c-6,0 -11,6 -11,13s5,13 11,13 11,-6 11,-13 -5,-13 -11,-13ZM271,233c-7,0 -13,7 -13,15 0,9 6,16 13,16s13,-7 13,-16c0,-8 -6,-15 -13,-15Z"
|
|
android:fillColor="#009688"/>
|
|
<path
|
|
android:pathData="M288,149h-65c-6,0 -10,-5 -10,-11 0,-5 4,-10 10,-10h65c5,0 9,5 9,10 0,6 -4,11 -9,11ZM291,199v-23s30,-6 44,28c0,0 -22,17 -44,-5ZM220,199v-23s-29,-6 -44,28c0,0 23,17 44,-5ZM241,313c0,5 -7,9 -15,9 -9,0 -16,-4 -16,-9s7,-9 16,-9c8,0 15,4 15,9ZM296,313c0,5 -7,9 -16,9 -8,0 -15,-4 -15,-9s7,-9 15,-9c9,0 16,4 16,9Z"
|
|
android:fillColor="#004d40"/>
|
|
</vector>
|