* 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.
22 lines
737 B
XML
22 lines
737 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="m336,333h-77V179h77l72,42a40,40 0,0 1,1 70"
|
|
android:fillColor="#fbbc04"/>
|
|
<path
|
|
android:pathData="m109,108c5,-25 35,-41 61,-25l166,96 -78,78"
|
|
android:fillColor="#34a853"/>
|
|
<path
|
|
android:pathData="m170,429c-26,16 -56,0 -61,-25l150,-148 77,77"
|
|
android:fillColor="#ea4335"/>
|
|
<path
|
|
android:pathData="m109.3,106.4Q108,112 108,116v280q0,5 1.3,9.7L259,256"
|
|
android:fillColor="#4285f4"/>
|
|
</vector>
|