10 lines
391 B
XML
10 lines
391 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="50dp"
|
||
|
|
android:height="50dp"
|
||
|
|
android:viewportWidth="24"
|
||
|
|
android:viewportHeight="24">
|
||
|
|
<path
|
||
|
|
android:pathData="M18,21V13H6V21H4C3.448,21 3,20.552 3,20V4C3,3.448 3.448,3 4,3H17L21,7V20C21,20.552 20.552,21 20,21H18ZM16,21H8V15H16V21Z"
|
||
|
|
android:fillColor="?attr/buttonIcon"/>
|
||
|
|
</vector>
|