summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_saturation.xml
blob: 399be99ba584fbe7e10c5c9d5aa9fdf533bbef6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">

    <path
        android:pathData="M0 0h24v24H0z" />
    <path
        android:fillColor="@color/white"
        android:pathData="M20.71 5.63l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-3.12 3.12-1.93-1.91-1.41 1.41
1.42 1.42L3 16.25V21h4.75l8.92-8.92 1.42 1.42 1.41-1.41-1.92-1.92
3.12-3.12c.4-.4 .4 -1.03 .01 -1.42zM6.92 19L5 17.08l8.06-8.06 1.92 1.92L6.92 19z" />
</vector>