summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/delete.xml
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-26 14:11:59 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-26 14:11:59 +0330
commitb6ecd5026e5e64b5e8fb67f84d6c89ec6a24db31 (patch)
tree0c5cf7ac65ed1fcc4bd02ade34cc4607e88c85ed /app/src/main/res/drawable/delete.xml
inital commitv0.1.0
Diffstat (limited to 'app/src/main/res/drawable/delete.xml')
-rw-r--r--app/src/main/res/drawable/delete.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/delete.xml b/app/src/main/res/drawable/delete.xml
new file mode 100644
index 0000000..2a144e2
--- /dev/null
+++ b/app/src/main/res/drawable/delete.xml
@@ -0,0 +1,5 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
+
+ <path android:fillColor="@android:color/white" android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V9c0,-1.1 -0.9,-2 -2,-2H8c-1.1,0 -2,0.9 -2,2v10zM18,4h-2.5l-0.71,-0.71c-0.18,-0.18 -0.44,-0.29 -0.7,-0.29H9.91c-0.26,0 -0.52,0.11 -0.7,0.29L8.5,4H6c-0.55,0 -1,0.45 -1,1s0.45,1 1,1h12c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1z"/>
+
+</vector>