10 lines
466 B
XML
10 lines
466 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="M3,6C1.8954,6 1,6.8954 1,8V16C1,17.1046 1.8954,18 3,18H21C22.1046,18 23,17.1046 23,16V8C23,6.8954 22.1046,6 21,6H3ZM9,8H7V12H5V8H3V16H21V8H19V12H17V8H15V12H13V8H11V12H9V8Z"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|