11 lines
427 B
XML
11 lines
427 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="M5,6C3.8954,6 3,6.8954 3,8V16C3,17.1046 3.8954,18 5,18H15C16.1046,18 17,17.1046 17,16V14L21,17V7L17,10V8C17,6.8954 16.1046,6 15,6H5Z"
|
||
|
android:fillColor="#ffffff"
|
||
|
android:fillType="evenOdd"/>
|
||
|
</vector>
|