10 lines
438 B
XML
10 lines
438 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="M4,2C2.8954,2 2,2.8954 2,4V22L6,18H20C21.1046,18 22,17.1046 22,16V4C22,2.8954 21.1046,2 20,2H4ZM18,6H6V8H18V6ZM18,9H6V11H18V9ZM6,12H14V14H6V12Z"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|