summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_flash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_settings_flash.xml')
-rw-r--r--res/drawable/ic_settings_flash.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/drawable/ic_settings_flash.xml b/res/drawable/ic_settings_flash.xml
new file mode 100644
index 000000000..e0ed36f3e
--- /dev/null
+++ b/res/drawable/ic_settings_flash.xml
@@ -0,0 +1,13 @@
+<?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="M7 2v11h3v9l7-12h-4l4-8z" />
+</vector>