11 lines
409 B
XML
11 lines
409 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="20dp"
|
||
|
android:height="20dp"
|
||
|
android:viewportWidth="20"
|
||
|
android:viewportHeight="20"
|
||
|
android:tint="?attr/colorControlNormal">
|
||
|
<path
|
||
|
android:fillColor="@android:color/white"
|
||
|
android:pathData="M4,6v10c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2L16,6L4,6zM17,3h-3l-1,-1L7,2L6,3L3,3v2h14L17,3z"/>
|
||
|
</vector>
|