* 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.
18 lines
648 B
XML
18 lines
648 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="M256,256m-36,0a36,36 0,1 1,72 0a36,36 0,1 1,-72 0"
|
|
android:fillColor="#61dafb"/>
|
|
<path
|
|
android:pathData="M255.95,326.95a183,71 0,1 1,0.1 0ZM194.53,291.43a183,71 60,1 1,0.05 0.09ZM317.42,291.52a71,183 30,1 1,0.05 -0.09Z"
|
|
android:strokeWidth="18"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#61dafb"/>
|
|
</vector>
|