13 lines
432 B
XML
13 lines
432 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="#182ef5"/>
|
|
<path
|
|
android:pathData="M182,56L56,185l57,-3 102,126 -12,68 75,-77L456,456 300,281l78,-83L303,216 182,105"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|