summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_whiteboard.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_scene_mode_entry_whiteboard.xml')
-rw-r--r--res/drawable/ic_scene_mode_entry_whiteboard.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/drawable/ic_scene_mode_entry_whiteboard.xml b/res/drawable/ic_scene_mode_entry_whiteboard.xml
new file mode 100644
index 000000000..895035f6c
--- /dev/null
+++ b/res/drawable/ic_scene_mode_entry_whiteboard.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:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M19,7 L5,7 C3.9,7,3,7.9,3,9 L3,15 C3,16.1,3.9,17,5,17 L19,17
+C20.1,17,21,16.1,21,15 L21,9 C21,7.9,20.1,7,19,7 Z M19,15 L5,15 L5,9 L19,9
+L19,15 Z" />
+</vector>