13 lines
580 B
XML
13 lines
580 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="#1eb8eb"/>
|
|
<path
|
|
android:pathData="m418,185c-19,109 -128,202 -161,223 -32,21 -62,-9 -73,-30 -12,-26 -49,-164 -59,-176 -9,-12 -39,12 -39,12l-13,-19s59,-71 104,-79c47,-10 47,73 59,118 11,45 18,70 27,70 10,0 29,-24 49,-63 21,-37 -1,-71 -41,-47 17,-95 166,-118 147,-9z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|