summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_fullscreen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_fullscreen.xml')
-rw-r--r--res/drawable/ic_fullscreen.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/drawable/ic_fullscreen.xml b/res/drawable/ic_fullscreen.xml
new file mode 100644
index 0000000..d955ed7
--- /dev/null
+++ b/res/drawable/ic_fullscreen.xml
@@ -0,0 +1,12 @@
+<?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="#fafafa"
+ android:pathData="M19 12h-2v3h-3v2h5v-5zM7 9h3V7H5v5h2V9zm14-6H3c-1.1 0-2 .9-2 2v14c0 1.1 .9 2 2
+2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z" />
+</vector>