17 lines
488 B
XML
17 lines
488 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="15dp"
|
|
android:height="15dp"
|
|
android:viewportWidth="15"
|
|
android:viewportHeight="15">
|
|
<path
|
|
android:pathData="M13,2L2,13"
|
|
android:strokeWidth="3"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#ffffff"/>
|
|
<path
|
|
android:pathData="M13,13L2,2"
|
|
android:strokeWidth="3"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#ffffff"/>
|
|
</vector>
|