* 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.
24 lines
889 B
XML
24 lines
889 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="#29303d"/>
|
|
<path
|
|
android:pathData="M346,214v-37c0,-123 -180,-123 -180,0v37"
|
|
android:strokeWidth="32"
|
|
android:fillColor="#29303d"
|
|
android:strokeColor="#e0e4eb"/>
|
|
<path
|
|
android:pathData="M140.6,210L369.4,210A25.6,25.6 0,0 1,395 235.6L395,394.4A25.6,25.6 0,0 1,369.4 420L140.6,420A25.6,25.6 0,0 1,115 394.4L115,235.6A25.6,25.6 0,0 1,140.6 210z"
|
|
android:fillColor="#ff0"/>
|
|
<path
|
|
android:pathData="M256,296m-28,0a28,28 0,1 1,56 0a28,28 0,1 1,-56 0"
|
|
android:fillColor="#29303d"/>
|
|
<path
|
|
android:pathData="M278,365H234l16,-69h12"
|
|
android:fillColor="#29303d"/>
|
|
</vector>
|