* 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.
25 lines
805 B
XML
25 lines
805 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="m76,190v171q0,30 30,30h52V190"
|
|
android:fillColor="#4285f4"/>
|
|
<path
|
|
android:pathData="m354,190v201h52q30,0 30,-30V190"
|
|
android:fillColor="#34a853"/>
|
|
<path
|
|
android:pathData="m350,255V149l28,-21c24,-18 58,2 58,30v32"
|
|
android:fillColor="#fbbc04"/>
|
|
<path
|
|
android:pathData="m154,249V143l102,77 98,-74v106l-98,74"
|
|
android:fillColor="#ea4335"/>
|
|
<path
|
|
android:pathData="m76,190v-32c0,-29 34,-48 58,-30l24,18v106"
|
|
android:fillColor="#c5221f"/>
|
|
</vector>
|