Contacts: Add monochrome icon

Change-Id: Ic5b7d7fb61208b973fbc0dfd55111d42c8eb2d92
diff --git a/res/drawable/ic_monochrome.xml b/res/drawable/ic_monochrome.xml
new file mode 100644
index 0000000..808ac99
--- /dev/null
+++ b/res/drawable/ic_monochrome.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector android:height="108.0dip" android:width="108.0dip" android:viewportWidth="108.0" android:viewportHeight="108.0"
+  xmlns:android="http://schemas.android.com/apk/res/android">
+    <path android:fillColor="#ff000000" android:pathData="M35.598,72.402C36.774,73.578 38.203,74.167 39.883,74.167H68.117C69.797,74.167 71.226,73.578 72.402,72.402C73.578,71.226 74.167,69.797 74.167,68.117V65.218C74.167,63.621 73.558,62.141 72.339,60.776C71.121,59.41 69.545,58.222 67.613,57.214C65.68,56.206 63.495,55.417 61.058,54.849C58.621,54.283 56.185,54 53.748,54C51.311,54 48.906,54.283 46.533,54.849C44.159,55.417 42.026,56.195 40.135,57.181C38.245,58.169 36.722,59.346 35.568,60.71C34.411,62.077 33.833,63.558 33.833,65.155V68.117C33.833,69.797 34.422,71.226 35.598,72.402Z" />
+    <path android:fillColor="#ff000000" android:pathData="M47.417,48.895C49.14,50.618 51.22,51.479 53.656,51.479C56.093,51.479 58.173,50.618 59.895,48.895C61.618,47.173 62.479,45.093 62.479,42.656C62.479,40.219 61.628,38.14 59.926,36.417C58.225,34.694 56.135,33.833 53.656,33.833C51.22,33.833 49.14,34.694 47.417,36.417C45.695,38.14 44.833,40.219 44.833,42.656C44.833,45.093 45.695,47.173 47.417,48.895Z" />
+</vector>
diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml
index d8649ba..c8b5591 100644
--- a/res/mipmap-anydpi/ic_launcher.xml
+++ b/res/mipmap-anydpi/ic_launcher.xml
@@ -16,5 +16,6 @@
 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
     <background android:drawable="@mipmap/ic_background"/>
     <foreground android:drawable="@mipmap/ic_foreground"/>
+    <monochrome android:drawable="@drawable/ic_monochrome" />
 </adaptive-icon>