summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_editor_colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_editor_colors.xml')
-rw-r--r--res/drawable/ic_editor_colors.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/drawable/ic_editor_colors.xml b/res/drawable/ic_editor_colors.xml
new file mode 100644
index 000000000..df1828e53
--- /dev/null
+++ b/res/drawable/ic_editor_colors.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:fillColor="@color/white"
+ android:pathData="M19 2H5c-1.1 0-2 .9-2 2v14c0 1.1 .9 2 2 2h4l3 3 3-3h4c1.1 0 2-.9
+2-2V4c0-1.1-.9-2-2-2zm-5.12 10.88L12 17l-1.88-4.12L6 11l4.12-1.88L12 5l1.88
+4.12L18 11l-4.12 1.88z" />
+</vector>