gello: update incognito and clear url icons
Change-Id: Ic4c9f1642c890eece813b14523a6c5b210fa6ced
Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
diff --git a/res/drawable/ic_action_clear.xml b/res/drawable/ic_action_clear.xml
new file mode 100644
index 0000000..24d9abc
--- /dev/null
+++ b/res/drawable/ic_action_clear.xml
@@ -0,0 +1,14 @@
+<?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/icon_white"
+ android:pathData="M22,3 L7,3 C6.31,3,5.77,3.35,5.41,3.88 L0,12 L5.41,20.11
+C5.77,20.64,6.31,21,7,21 L22,21 C23.1,21,24,20.1,24,19 L24,5 C24,3.9,23.1,3,22,3
+Z M19,15.59 L17.59,17 L14,13.41 L10.41,17 L9,15.59 L12.59,12 L9,8.41 L10.41,7
+L14,10.59 L17.59,7 L19,8.41 L15.41,12 L19,15.59 Z" />
+</vector>