16 lines
496 B
XML
16 lines
496 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="#052d49"/>
|
|
<path
|
|
android:pathData="M310,223m-113,0a113,113 0,1 1,226 0a113,113 0,1 1,-226 0"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M109,410V110h56v300"
|
|
android:fillColor="#f96854"/>
|
|
</vector>
|