14 lines
687 B
XML
14 lines
687 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="100dp"
|
|
android:height="125dp"
|
|
android:viewportWidth="100"
|
|
android:viewportHeight="125">
|
|
<path
|
|
android:pathData="M11,11L11,89L89,89L89,11L11,11zM67,30.94A2,2 0,0 1,68.41 34.41L52.81,50L68.41,65.56A2,2 0,1 1,65.59 68.41L50,52.81L34.41,68.41A2,2 0,1 1,31.59 65.56L47.19,50L31.59,34.41A2,2 0,0 1,32.78 30.97A2,2 0,0 1,34.41 31.56L50,47.16L65.59,31.56A2,2 0,0 1,66.75 30.97A2,2 0,0 1,67 30.94z"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="4"
|
|
android:fillColor="@color/grey"
|
|
android:strokeColor="#00000000"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|