18 lines
584 B
XML
18 lines
584 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="#fff"/>
|
|
<path
|
|
android:pathData="M256,256m-220,0a220,220 0,1 1,440 0a220,220 0,1 1,-440 0"
|
|
android:strokeWidth="25"
|
|
android:fillColor="#fff"
|
|
android:strokeColor="#0f0"/>
|
|
<path
|
|
android:pathData="m140,120 l44,0 72,225 72,-225 44,0 -90,265 -52,0z"
|
|
android:fillColor="#0f0"/>
|
|
</vector>
|