summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_storage.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_settings_storage.xml')
-rw-r--r--res/drawable/ic_settings_storage.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/drawable/ic_settings_storage.xml b/res/drawable/ic_settings_storage.xml
new file mode 100644
index 000000000..a880b4207
--- /dev/null
+++ b/res/drawable/ic_settings_storage.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="M18 2h-8L4.02 8 4 20c0 1.1 .9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6
+6h-2V4h2v4zm3 0h-2V4h2v4zm3 0h-2V4h2v4z" />
+</vector>