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

23 lines
883 B
XML
Raw Normal View History

2019-05-07 15:02:15 +03:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="22dp"
android:height="22dp"
android:viewportWidth="22"
android:viewportHeight="22">
<path
2019-05-23 17:44:51 +03:00
android:pathData="M3.222,1L18.778,1A2.222,2.222 0,0 1,21 3.222L21,18.778A2.222,2.222 0,0 1,18.778 21L3.222,21A2.222,2.222 0,0 1,1 18.778L1,3.222A2.222,2.222 0,0 1,3.222 1z"
2019-05-07 15:02:15 +03:00
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:fillType="evenOdd"
2019-05-23 17:44:51 +03:00
android:strokeColor="#9E9E9E"
2019-05-07 15:02:15 +03:00
android:strokeLineCap="round"/>
<path
2019-05-23 17:44:51 +03:00
android:pathData="M7.667,7.667l6.666,6.666M14.333,7.667l-6.666,6.666"
2019-05-07 15:02:15 +03:00
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:fillType="evenOdd"
2019-05-23 17:44:51 +03:00
android:strokeColor="#9E9E9E"
2019-05-07 15:02:15 +03:00
android:strokeLineCap="round"/>
</vector>