<?xml version="1.0" encoding="utf-8"?> | |
<vector xmlns:android="http://schemas.android.com/apk/res/android" | |
android:width="40dp" | |
android:height="40dp" | |
android:viewportWidth="18" | |
android:viewportHeight="18"> | |
<path | |
android:pathData="M0 0h18v18h-18z" /> | |
<path | |
android:fillColor="@color/icon_black" | |
android:pathData="M10 5l-2-2h-5c-.55 0-1 .45-1 1v10c0 .55 .45 1 1 1h12c.55 0 1-.45 | |
1-1v-8c0-.55-.45-1-1-1h-5z" /> | |
</vector> |