13 lines
446 B
XML
13 lines
446 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,0h512v512h-512z"
|
|
android:fillColor="#7000e3"/>
|
|
<path
|
|
android:pathData="m256,160A102,105 0,0 0,73 221c0,92 122,208 183,208s183,-116 183,-208a102,105 0,0 0,-183 -61z"
|
|
android:fillColor="#ff671b"/>
|
|
</vector>
|