* 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
858 B
XML
13 lines
858 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:fillColor="#FF000000"
|
|
android:pathData="M150,160a142,142 0,0 1,212 0ZM362,351a142,142 0,0 1,-212 0ZM440,234a56,56 0,0 0,-56 -56L321,178a56,56 0,0 0,-56 56v43a56,56 0,0 1,-56 56L384,333a56,56 0,0 0,56 -56ZM220,238v60h18L238,238ZM98,211l23,87h15l18,-60 17,60h16l23,-87L193,211l-14,58 -17,-58L147,211l-17,56 -13,-56ZM359,211v17L312,228v18h44v18L312,264v34L293,298L293,211ZM390,238v60L372,298L372,238ZM383,172a63,63 0,0 1,63 63v41a63,63 0,0 1,-63 63L129,339A63,63 0,0 1,66 276L66,235a63,63 0,0 1,63 -63ZM240,219a11,11 0,1 0,0 1ZM392,219a11,11 0,1 0,0 1Z"/>
|
|
</vector>
|