summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res/drawable/ic_videocam.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/common/src/main/res/drawable/ic_videocam.xml')
-rw-r--r--ui/common/src/main/res/drawable/ic_videocam.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/common/src/main/res/drawable/ic_videocam.xml b/ui/common/src/main/res/drawable/ic_videocam.xml
new file mode 100644
index 000000000..fd4adb0e4
--- /dev/null
+++ b/ui/common/src/main/res/drawable/ic_videocam.xml
@@ -0,0 +1,8 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:viewportHeight="24.0"
+ android:viewportWidth="24.0">
+ <path android:fillColor="?attr/action_icon_color"
+ android:pathData="M17,10.5V7c0,-0.55 -0.45,-1 -1,-1H4c-0.55,0 -1,0.45 -1,1v10c0,0.55 0.45,1 1,1h12c0.55,0 1,-0.45 1,-1v-3.5l4,4v-11l-4,4z"/>
+</vector>