summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/tag_muted.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/tag_muted.xml')
-rw-r--r--app/src/main/res/drawable/tag_muted.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/tag_muted.xml b/app/src/main/res/drawable/tag_muted.xml
new file mode 100644
index 000000000..93125f55e
--- /dev/null
+++ b/app/src/main/res/drawable/tag_muted.xml
@@ -0,0 +1,9 @@
+<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="?colorControlNormal"
+ android:pathData="M5.64,3.64L21.36,19.36L19.95,20.78L16,16.83V20L11,15H7V9H8.17L4.22,5.05L5.64,3.64M16,4V11.17L12.41,7.58L16,4Z" />
+</vector>