SchildiChat-android/vector/src/main/res/drawable/ic_delete.xml

19 lines
576 B
XML
Raw Normal View History

2019-05-07 15:02:15 +03:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2020-07-10 14:54:15 +03:00
android:width="25dp"
android:height="25dp"
android:viewportWidth="25"
android:viewportHeight="25">
2019-05-07 15:02:15 +03:00
<path
2020-07-10 14:54:15 +03:00
android:pathData="M6.5,6.5L18.5,18.5"
2019-05-07 15:02:15 +03:00
android:strokeWidth="2"
android:fillColor="#00000000"
2020-07-10 14:54:15 +03:00
android:strokeColor="#000000"
2019-05-07 15:02:15 +03:00
android:strokeLineCap="round"/>
<path
2020-07-10 14:54:15 +03:00
android:pathData="M18.5,6.5L6.5,18.5"
2019-05-07 15:02:15 +03:00
android:strokeWidth="2"
android:fillColor="#00000000"
2020-07-10 14:54:15 +03:00
android:strokeColor="#000000"
2019-05-07 15:02:15 +03:00
android:strokeLineCap="round"/>
</vector>