10 lines
394 B
XML
10 lines
394 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:pathData="M9,3L8,4H5V6H19V4H16L14.5,3H9ZM18,7H6V19C6,20.1046 6.8954,21 8,21H16C17.1046,21 18,20.1046 18,19V7Z"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|