summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_fetch_more_arrow_upward.xml
blob: 46c34a0d9e57d2a2ced6b5f090946d4e6e7bf092 (plain)
1
2
3
4
5
6
7
8
9
10
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:tint="#FFFFFF"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
        android:fillColor="@android:color/white"
        android:pathData="M4,16l1.41,1.41L11,11.83V24h2V11.83l5.58,5.59L20,16l-8,-8 -8,8z" />
</vector>