gello:  CyanogenMod style [1/2]

- use vectors instead of png drawables

Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
diff --git a/res/drawable/ic_sp_webrefiner.xml b/res/drawable/ic_sp_webrefiner.xml
new file mode 100644
index 0000000..62c6222
--- /dev/null
+++ b/res/drawable/ic_sp_webrefiner.xml
@@ -0,0 +1,15 @@
+<?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_black"
+        android:pathData="M15.73 3h-7.46l-5.27 5.27v7.46l5.27 5.27h7.46l5.27-5.27v-7.46l-5.27-5.27zm-3.73
+14.3c-.72 0-1.3-.58-1.3-1.3 0-.72 .58 -1.3 1.3-1.3 .72 0 1.3 .58 1.3 1.3 0
+.72-.58 1.3-1.3 1.3zm1-4.3h-2v-6h2v6z" />
+    <path
+        android:pathData="M0 0h24v24h-24z" />
+</vector>