13 lines
738 B
XML
13 lines
738 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="M423,377c0,35 -83,71 -140,71 -70,0 -136,-37 -170,-98 -16,-28 -24,-60 -24,-92 0,-37 11,-74 32,-106 17,-25 48,-59 104,-77 14,-5 39,-11 67,-11 79,0 129,55 129,103 0,33 -27,80 -93,80 -30,0 -41,-13 -41,-27 0,-20 18,-42 32,-42 6,0 9,6 20,4s16,-9 16,-17c0,-17 -20,-39 -62,-39 -14,0 -29,2 -48,8 -38,11 -58,38 -69,55a127.4,127.4 0,0 0,-6 130c22,40 66,64 113,64 65,0 83,-35 96,-40 23,-10 44,18 44,34z"
|
|
android:fillColor="#000"/>
|
|
</vector>
|