* 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.
19 lines
795 B
XML
19 lines
795 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="M180.7,399h-72c-5,0 -9,-5 -8,-10l48,-304c1,-7 7,-12 14,-12h122c84,3 107,46 92,112"
|
|
android:fillColor="#002c8a"/>
|
|
<path
|
|
android:pathData="M198.2,285l-22,143c-1,5 3,10 8,10h60c7,0 13,-5 14,-12l13,-79c1,-6 5,-10 11,-10l16,-1c57,-1 96,-26 109,-85 10,-40 3,-70 -27,-86Z"
|
|
android:fillColor="#009be1"/>
|
|
<path
|
|
android:pathData="M197,292l20,-127a14,14 0,0 1,13 -11h96c23,0 40,4 54,11 -5,44 -26,115 -128,117h-44c-5,0 -10,4 -11,10z"
|
|
android:fillColor="#001f6b"/>
|
|
</vector>
|