summaryrefslogtreecommitdiffstats
path: root/res/drawable/pick_the_best_photo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/pick_the_best_photo.xml')
-rw-r--r--res/drawable/pick_the_best_photo.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/drawable/pick_the_best_photo.xml b/res/drawable/pick_the_best_photo.xml
new file mode 100644
index 000000000..b5b949fa3
--- /dev/null
+++ b/res/drawable/pick_the_best_photo.xml
@@ -0,0 +1,12 @@
+<?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:fillColor="@color/white"
+ android:pathData="M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1 .9 2 2 2h12c1.1 0 2-.9
+2-2zm-11-4l2.03 2.71L16 11l4 5H8l3-4zM2 6v14c0 1.1 .9 2 2 2h14v-2H4V6H2z" />
+</vector>