summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_switch_pan.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_switch_pan.xml')
-rw-r--r--res/drawable/ic_switch_pan.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/drawable/ic_switch_pan.xml b/res/drawable/ic_switch_pan.xml
new file mode 100644
index 000000000..cbce6ba87
--- /dev/null
+++ b/res/drawable/ic_switch_pan.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="32dp"
+ android:height="32dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M23 18V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1 .9 2 2 2h18c1.1 0 2-.9
+2-2zM8.5 12.5l2.5 3.01L14.5 11l4.5 6H5l3.5-4.5z" />
+</vector>