summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/drawable/ic_store_mall.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/src/main/res/drawable/ic_store_mall.xml')
-rw-r--r--wallet/src/main/res/drawable/ic_store_mall.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/wallet/src/main/res/drawable/ic_store_mall.xml b/wallet/src/main/res/drawable/ic_store_mall.xml
new file mode 100644
index 0000000..53db426
--- /dev/null
+++ b/wallet/src/main/res/drawable/ic_store_mall.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:tint="?attr/colorControlNormal"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:fillColor="#FF000000"
+ android:pathData="M20,4L4,4v2h16L20,4zM21,14v-2l-1,-5L4,7l-1,5v2h1v6h10v-6h4v6h2v-6h1zM12,18L6,18v-4h6v4z" />
+</vector>