summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_baseline_notes_24.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/ic_baseline_notes_24.xml')
-rw-r--r--app/src/main/res/drawable/ic_baseline_notes_24.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_baseline_notes_24.xml b/app/src/main/res/drawable/ic_baseline_notes_24.xml
new file mode 100644
index 000000000..5b99d33d4
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_notes_24.xml
@@ -0,0 +1,11 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:autoMirrored="true"
+ android:tint="#FFFFFF"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M3,18h12v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h18v-2L3,11v2z" />
+</vector>