summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_flash_auto.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_flash_auto.xml')
-rw-r--r--res/drawable/ic_flash_auto.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/drawable/ic_flash_auto.xml b/res/drawable/ic_flash_auto.xml
new file mode 100644
index 000000000..94d2d9cd6
--- /dev/null
+++ b/res/drawable/ic_flash_auto.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="@color/white"
+ android:pathData="M3 2v12h3v9l7-12H9l4-9H3zm16 0h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L19 2zm-2.15
+5.65L18 4l1.15 3.65h-2.3z" />
+</vector>