18 lines
577 B
XML
18 lines
577 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,120h44l72,225 72,-225h44l-90,265h-52z"
|
|
android:fillColor="#0f0"/>
|
|
</vector>
|