summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/tag_unmuted.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/tag_unmuted.xml')
-rw-r--r--app/src/main/res/drawable/tag_unmuted.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/tag_unmuted.xml b/app/src/main/res/drawable/tag_unmuted.xml
new file mode 100644
index 000000000..6f15b551a
--- /dev/null
+++ b/app/src/main/res/drawable/tag_unmuted.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="M4,9V15H8L13,20V4L8,9H4M16.55,2.47L15.5,3.53L17.93,6L15,9L17.93,12L15,15L17.93,18L15.5,20.47L16.55,21.53L20,18L17.07,15L20,12L17.07,9L20,6L16.55,2.47Z" />
+</vector>