aboutsummaryrefslogtreecommitdiff
path: root/SlicesApp/res/drawable/ic_done.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SlicesApp/res/drawable/ic_done.xml')
-rw-r--r--SlicesApp/res/drawable/ic_done.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/SlicesApp/res/drawable/ic_done.xml b/SlicesApp/res/drawable/ic_done.xml
new file mode 100644
index 0000000..5dc4039
--- /dev/null
+++ b/SlicesApp/res/drawable/ic_done.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:pathData="M0 0h24v24H0z" />
+ <path
+ android:fillColor="#000000"
+ android:pathData="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" />
+</vector> \ No newline at end of file