20 lines
624 B
XML
20 lines
624 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="512dp"
|
|
android:height="512dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<group>
|
|
<clip-path
|
|
android:pathData="M256,256m-256,0a256,256 0,1 1,512 0a256,256 0,1 1,-512 0"/>
|
|
<path
|
|
android:pathData="M167,0h178l25.9,252.3L345,512H167l-29.8,-253.4z"
|
|
android:fillColor="#eee"/>
|
|
<path
|
|
android:pathData="M0,0h167v512H0z"
|
|
android:fillColor="#0052b4"/>
|
|
<path
|
|
android:pathData="M345,0h167v512H345z"
|
|
android:fillColor="#d80027"/>
|
|
</group>
|
|
</vector>
|