summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_histogram.xml
blob: e7c9f14278aedaa6d49aa4ef5ec58f715df68cb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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 2H4c-1.1 0-2 .9-2 2v16c0 1.1 .9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8
20H4v-4h4v4zm0-6H4v-4h4v4zm0-6H4V4h4v4zm6
12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4zm6
12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4z" />
</vector>