16 lines
695 B
XML
16 lines
695 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="M256,256m-217,0a217,217 0,1 1,434 0a217,217 0,1 1,-434 0"
|
|
android:fillColor="#1A1918"/>
|
|
<path
|
|
android:pathData="M259.7,171.4l56.2,138.9 -85,-67 28.8,-72zM359.7,342.3L273,133.9a14,14 0,0 0,-13.4 -9.2c-6,0 -11.3,3.2 -13.8,9.2l-95,228.6h32.5l37.6,-94.3L333.2,359c4.5,3.7 7.8,5.3 12,5.3 8.5,0 16,-6.3 16,-15.5 0,-1.5 -0.6,-3.9 -1.6,-6.4z"
|
|
android:fillColor="#FFF"/>
|
|
</vector>
|