* 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.
13 lines
1.1 KiB
XML
13 lines
1.1 KiB
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="#034ea2"/>
|
|
<path
|
|
android:pathData="M381,225l13,47L394,225h15v59L388,284l-15,-48v48L358,284L358,225ZM141,225 L152,284L136,284l-8,-53 -8,53L104,284l11,-59ZM314,225v46c0,2 2,4 6,4 5,0 6,-2 6,-4L326,225h15v45c0,11 -9,15 -20,15 -12,0 -20,-4 -21,-15L300,225ZM190,225 L197,270 204,225h24l1,59L214,284L214,231l-9,53L190,284l-11,-53v53L164,284l1,-59ZM265,224c8,0 20,2 20,15v4L270,243v-4c0,-2 -1,-5 -5,-5s-5,3 -5,4v3c2,8 27,9 26,28 0,13 -7,17 -21,17 -11,0 -23,-5 -22,-21h16v5c0,2 2,5 6,5s5,-2 5,-4v-4c-2,-4 -24,-11 -27,-23 -1,-15 6,-20 22,-20m160,15c0,-17 38,-20 39,0v6L451,245v-5c-1,-5 -12,-5 -12,0v31c0,5 12,5 13,0L452,260h-5v-8h17v20c0,17 -38,21 -39,0L425,239M72,224c8,0 20,2 20,15v4L77,243v-4c0,-2 -1,-5 -5,-5s-5,3 -5,4v3c2,8 27,9 26,28 0,13 -7,17 -21,17 -11,0 -23,-5 -22,-21L66,265v5c0,2 2,5 6,5s5,-2 5,-4v-4c-2,-4 -24,-11 -27,-23 -1,-15 6,-20 22,-20"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|