jrizzoli | 700a867 | 2015-10-18 00:15:07 +0200 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
3 | android:width="40dp" | ||||
4 | android:height="40dp" | ||||
5 | android:viewportWidth="18" | ||||
6 | android:viewportHeight="18"> | ||||
7 | |||||
8 | <path | ||||
9 | android:pathData="M0 0h18v18h-18z" /> | ||||
10 | <path | ||||
11 | android:fillColor="@color/icon_black" | ||||
12 | android:pathData="M10 5l-2-2h-5c-.55 0-1 .45-1 1v10c0 .55 .45 1 1 1h12c.55 0 1-.45 | ||||
13 | 1-1v-8c0-.55-.45-1-1-1h-5z" /> | ||||
14 | </vector> |