summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_flash_off.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_flash_off.xml')
-rw-r--r--res/drawable/ic_flash_off.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/drawable/ic_flash_off.xml b/res/drawable/ic_flash_off.xml
new file mode 100644
index 000000000..c3b61d333
--- /dev/null
+++ b/res/drawable/ic_flash_off.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="M3.27 3L2 4.27l5 5V13h3v9l3.58-6.14L17.73 20 19 18.73 3.27 3zM17
+10h-4l4-8H7v2.18l8.46 8.46L17 10z" />
+</vector>