19 lines
596 B
XML
19 lines
596 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="10dp"
|
|
android:height="10dp"
|
|
android:viewportWidth="10"
|
|
android:viewportHeight="10">
|
|
<path
|
|
android:pathData="M0.9998,0.9997L8.9998,8.9997"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#808080"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:pathData="M9.0005,0.9997L1.0005,8.9997"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#808080"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|