summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_videocam_white_24dp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_videocam_white_24dp.xml')
-rw-r--r--res/drawable/ic_videocam_white_24dp.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/drawable/ic_videocam_white_24dp.xml b/res/drawable/ic_videocam_white_24dp.xml
new file mode 100644
index 000000000..1f48b9b5c
--- /dev/null
+++ b/res/drawable/ic_videocam_white_24dp.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:pathData="M0 0h24v24H0z" />
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55 .45 1 1 1h12c.55 0 1-.45
+1-1v-3.5l4 4v-11l-4 4z" />
+</vector>