summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res/drawable/ic_arrow_down.xml
blob: 187aa79c7bbdf2adf5c96d76b98b14f9a3629468 (plain)
1
2
3
4
5
6
7
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:height="24dp"
    android:width="24dp"
    android:viewportHeight="24"
    android:viewportWidth="24">
    <path android:fillColor="?attr/action_icon_color" android:pathData="M7.41,8.59L12,13.17l4.59,-4.58L18,10l-6,6 -6,-6 1.41,-1.41z"/>
</vector>