summaryrefslogtreecommitdiff
path: root/cashier/src/main/res/drawable/ic_arrow.xml
blob: d7578bd34a68496a4e698470b748b42e699e5651 (plain)
1
2
3
4
5
6
7
8
9
10
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>