summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_menu_trash.xml
blob: 8c5f85ab2dc714986910e6909c3f53789887e5a9 (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="48"
    android:viewportHeight="48">

    <path
        android:fillColor="#ffffff"
        android:pathData="M12,38c0,2.21,1.79,4,4,4h16c2.21,0,4-1.79,
        4-4V14H12V38ZM38,8h-7l-2-2H19l-2,2h-7v4h28V8z" />
</vector>