13 lines
918 B
XML
13 lines
918 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="#f90"/>
|
|
<path
|
|
android:pathData="M283,187c-62,2 -121,19 -121,81 0,43 26,64 61,64 31,0 51,-12 68,-30 8,11 10,16 24,27 3,2 8,2 10,-1l31,-27c4,-3 2,-8 0,-10 -7,-11 -15,-19 -15,-39v-64c0,-27 2,-52 -18,-70 -17,-16 -38,-20 -62,-21 -53,-1 -88,28 -93,62 -1,6 4,9 7,9l37,5c6,1 9,-4 10,-8 6,-22 29,-28 43,-23 20,6 18,29 18,45zM247,292c-15,0 -25,-13 -25,-30 1,-36 29,-42 61,-42v18c0,32 -17,54 -36,54zM415,398c13,-11 26,-38 25,-57 0,-7 -1,-8 -8,-10 -13,-4 -46,-5 -62,10 -3,3 -2,5 1,5 11,-2 45,-6 50,2 4,7 -8,35 -12,47 -2,5 2,6 6,3zM58,342c96,91 247,94 345,25 7,-4 0,-12 -6,-9a376,376 0,0 1,-335 -21c-4,-3 -8,2 -4,5z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|