summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_display_less.xml
blob: e2df433d30fc3b06380654848b099e43a46b55c1 (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="@color/cyanea_accent_reference"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
        android:fillColor="@android:color/white"
        android:pathData="M7.41,15.41L12,10.83l4.59,4.58L18,14l-6,-6 -6,6z" />
</vector>