summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_camera.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_settings_camera.xml')
-rw-r--r--res/drawable/ic_settings_camera.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/drawable/ic_settings_camera.xml b/res/drawable/ic_settings_camera.xml
new file mode 100644
index 000000000..1f823bbe9
--- /dev/null
+++ b/res/drawable/ic_settings_camera.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M4,4H7L9,2H15L17,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9Z" />
+</vector>