15 lines
492 B
XML
15 lines
492 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:fillColor="#FFFFFFFF"
|
|
android:pathData="M16,1H6C4.9,1 4,1.9 4,3v12h2V3h10V1z" />
|
|
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M18,5H10C8.9,5 8,5.9 8,7v14c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7c0,-1.1 -0.9,-2 -2,-2zM18,21H10V7h8v14z" />
|
|
</vector>
|