13 lines
469 B
XML
13 lines
469 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,-183 61c0,92 122,208 183,208s183,-116 183,-208c0,-56 -45,-102 -101,-102 -33,0 -63,15 -82,41z"
|
|
android:fillColor="#ff671b"/>
|
|
</vector>
|