summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_settings.xml')
-rw-r--r--res/drawable/ic_settings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/drawable/ic_settings.xml b/res/drawable/ic_settings.xml
new file mode 100644
index 000000000..53362485c
--- /dev/null
+++ b/res/drawable/ic_settings.xml
@@ -0,0 +1,11 @@
+<?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 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" />
+</vector>