summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_sp_popups.xml
blob: 7b19e9c33886d3d27e19d45cd4f83f31272f48f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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/icon_black"
        android:pathData="M20 2H4c-1.1 0-1.99 .9 -1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2
12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z" />
</vector>