summaryrefslogtreecommitdiff
path: root/cashier/src/main/res/drawable/ic_arrow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cashier/src/main/res/drawable/ic_arrow.xml')
-rw-r--r--cashier/src/main/res/drawable/ic_arrow.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/cashier/src/main/res/drawable/ic_arrow.xml b/cashier/src/main/res/drawable/ic_arrow.xml
new file mode 100644
index 0000000..d7578bd
--- /dev/null
+++ b/cashier/src/main/res/drawable/ic_arrow.xml
@@ -0,0 +1,11 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:alpha="0.56"
+ android:tint="@color/green"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="#000000"
+ android:pathData="M5,5.41 L6.41,4 18,15.59V9h2V19H10v-2h6.59" />
+</vector>