13 lines
436 B
XML
13 lines
436 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="M17,6H7V10H17V6Z"
|
|
android:fillColor="#ffffff"/>
|
|
<path
|
|
android:pathData="M4,3V13H8V21H16V13H20V3H4ZM10,11H6V5H18V11H14V19H10V11Z"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|