13 lines
774 B
XML
13 lines
774 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="#399cdb"/>
|
|
<path
|
|
android:pathData="M112,94v18h18L130,94h-18zM400,94c-82,0 -90,31 -90,61v172a147,147 0,0 1,-3 28c43,-9 72,-36 86,-82l7,-23L400,94zM166,112v18h18v-18h-18zM148,130v18h18v-18h-18zM184,139v18h18v-18h-18zM112,143v147c0,73 53,128 144,128 0,0 -54,-30 -54,-91L202,197h-18v66h-18v-39h-18v17h-18v-98h-18zM166,161v18h18v-18h-18zM148,188v18h18v-18h-18zM400,275c-19,64 -65,92 -131,89 -24,-1 -43,-7 -57,-16 10,42 46,63 48,64l10,6c82,-5 130,-59 130,-128v-15z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|