13 lines
783 B
XML
13 lines
783 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="#f6c915"/>
|
|
<path
|
|
android:pathData="M209,359c-17,0 -30,-2 -39,-7 -10,-4 -16,-10 -20,-17 -4,-8 -6,-16 -6,-26s1,-20 4,-31l44,-185 54,-8 -48,201 -2,11c0,4 0,7 2,9 1,3 4,5 7,7l14,3 -10,43M404,243c0,17 -3,33 -9,47a103,103 0,0 1,-59 60,117 117,0 0,1 -68,7l-16,63h-51l57,-241a305,305 0,0 1,71 -11c13,0 24,2 34,6a63,63 0,0 1,36 40c3,9 5,19 5,29m-127,72l15,1c9,0 17,-1 25,-5 7,-3 13,-8 19,-14 5,-6 9,-13 12,-22 3,-8 4,-18 4,-28s-2,-18 -6,-25c-5,-7 -13,-11 -23,-11l-21,2 -25,102"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|