* 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="#fff"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M256,272s33,31 39,42l-22,-1v19L239,332L239,313l-22,1c6,-11 39,-42 39,-42ZM186,236c-6,0 -29,0 -45,46l-18,63c-13,46 4,47 26,47 31,-1 49,-24 48,-47a371,371 0,0 0,117 0c0,23 18,46 49,47 22,0 39,-1 26,-47l-18,-63c-16,-46 -39,-46 -45,-46 -12,0 -23,0 -37,15l-33,-2 -33,2c-14,-15 -25,-15 -37,-15ZM217,196a43,43 0,0 0,38 22h1,1a43,43 0,0 0,38 -22,43 43,0 0,0 68,9l7,-9 7,9c8,8 19,13 31,13l4,-1 2,46v18c0,36 4,118 -16,138 -30,7 -86,10 -142,10s-112,-3 -142,-10C94,399 98,317 98,281L98,263l2,-46 4,1c12,0 23,-5 31,-13l7,-9a43,43 0,0 0,68 9l7,-9ZM118,95a3511,3511 0,0 1,276 0c16,10 49,47 49,56v16c0,21 -19,38 -36,38 -21,0 -38,-17 -38,-37 0,20 -17,37 -38,37 -20,0 -36,-17 -36,-37 0,20 -18,37 -39,37s-39,-17 -39,-37c0,20 -16,37 -36,37 -21,0 -38,-17 -38,-37 0,20 -17,37 -38,37 -17,0 -36,-17 -36,-38L69,151c0,-9 33,-46 49,-56Z"/>
|
|
</vector>
|