13 lines
660 B
XML
13 lines
660 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="M218,137q0,-6 8,-6h94q23,0 31,40l5,20h16q3,-67 5,-86 -41,5 -64,5H194l-64,-2v17l22,4c16,2 19,6 20,20q2,108 0,216c0,12 -5,17 -20,19l-22,4v17l64,-2h107q31,0 81,2 5,-44 11,-89h-16l-16,36c-13,29 -31,30 -52,30h-61q-30,0 -30,-25v-93q43,0 60,1 18,0 22,20l5,22h18l-1,-53 2,-54h-18l-6,24c-4,16 -6,18 -22,20q-17,2 -60,1z"
|
|
android:fillColor="#f2521b"/>
|
|
</vector>
|