aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_chevron.xml
blob: 4c416dee9f2c9b8d7992694ee4c035a4b1695818 (plain) (blame)
1
2
3
4
5
6
7
8
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="@color/text_secondary"
        android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
</vector>