summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_manualexp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_settings_manualexp.xml')
-rw-r--r--res/drawable/ic_settings_manualexp.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/drawable/ic_settings_manualexp.xml b/res/drawable/ic_settings_manualexp.xml
new file mode 100644
index 000000000..0518a2f7e
--- /dev/null
+++ b/res/drawable/ic_settings_manualexp.xml
@@ -0,0 +1,15 @@
+<?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="M5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm12-2c-3.31 0-6 2.69-6
+6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4
+4-1.79 4-4 4z" />
+</vector>