13 lines
472 B
XML
13 lines
472 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="36dp"
|
||
|
android:height="22dp"
|
||
|
android:viewportWidth="36"
|
||
|
android:viewportHeight="22">
|
||
|
<path
|
||
|
android:pathData="M11,0L25,0A11,11 0,0 1,36 11L36,11A11,11 0,0 1,25 22L11,22A11,11 0,0 1,0 11L0,11A11,11 0,0 1,11 0z"
|
||
|
android:fillColor="#B6C5FA"/>
|
||
|
<path
|
||
|
android:pathData="M25,11m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"
|
||
|
android:fillColor="#1E2438"/>
|
||
|
</vector>
|