summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_baseline_keyboard_arrow_down_24.xml
blob: 68fd4058ea41e2c8c6c8f1db0aa5c8b726d1151c (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="?attr/colorControlNormal"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
        android:fillColor="@android:color/white"
        android:pathData="M7.41,8.59L12,13.17l4.59,-4.58L18,10l-6,6 -6,-6 1.41,-1.41z" />
</vector>