jrizzoli | 947cf16 | 2015-10-13 22:04:55 +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="24dp" |
| 4 | android:height="24dp" |
| 5 | android:viewportWidth="24" |
| 6 | android:viewportHeight="24"> |
| 7 | |
| 8 | <path |
| 9 | android:pathData="M0 0h24v24h-24z" /> |
| 10 | <path |
| 11 | android:fillColor="@color/icon_white" |
| 12 | android:pathData="M17 3h-12c-1.11 0-2 .9-2 2v14c0 1.1 .89 2 2 2h14c1.1 0 2-.9 2-2v-12l-4-4zm-5 |
| 13 | 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10h-10v-4h10v4z" /> |
| 14 | </vector> |