summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_action_querybuilder.xml
blob: 10f76107be913aa7003500a2e2aa41e9f27f8bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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:fillColor="@color/black"
        android:pathData="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5z" />
</vector>