17 lines
519 B
XML
17 lines
519 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="12dp"
|
||
|
|
android:height="12dp"
|
||
|
|
android:viewportWidth="12"
|
||
|
|
android:viewportHeight="12">
|
||
|
|
<path
|
||
|
|
android:pathData="M11.109,1.109L1.109,11.109"
|
||
|
|
android:strokeWidth="2"
|
||
|
|
android:fillColor="#00000000"
|
||
|
|
android:strokeColor="#FF4D4F"/>
|
||
|
|
<path
|
||
|
|
android:pathData="M10.997,11.22L1.223,0.998"
|
||
|
|
android:strokeWidth="2"
|
||
|
|
android:fillColor="#00000000"
|
||
|
|
android:strokeColor="#FF4D4F"/>
|
||
|
|
</vector>
|