summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/tag_pin_off.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/tag_pin_off.xml')
-rw-r--r--app/src/main/res/drawable/tag_pin_off.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/tag_pin_off.xml b/app/src/main/res/drawable/tag_pin_off.xml
new file mode 100644
index 000000000..d8223d505
--- /dev/null
+++ b/app/src/main/res/drawable/tag_pin_off.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="M2,5.27L3.28,4L20,20.72L18.73,22L12.8,16.07V22H11.2V16H6V14L8,12V11.27L2,5.27M16,12L18,14V16H17.82L8,6.18V4H7V2H17V4H16V12Z" />
+</vector>