summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_bright_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_settings_bright_screen.xml')
-rw-r--r--res/drawable/ic_settings_bright_screen.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/drawable/ic_settings_bright_screen.xml b/res/drawable/ic_settings_bright_screen.xml
new file mode 100644
index 000000000..657584fc3
--- /dev/null
+++ b/res/drawable/ic_settings_bright_screen.xml
@@ -0,0 +1,16 @@
+<?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="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1 .9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0
+16.01H3V4.99h18v14.02zM8 16h2.5l1.5 1.5
+1.5-1.5H16v-2.5l1.5-1.5-1.5-1.5V8h-2.5L12 6.5 10.5 8H8v2.5L6.5 12 8
+13.5V16zm4-7c1.66 0 3 1.34 3 3s-1.34 3-3 3V9z" />
+</vector>