20 lines
630 B
XML
20 lines
630 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="M22,22V5C22,3.3431 20.6569,2 19,2H5C3.3431,2 2,3.3431 2,5V22H4V7H20V22H22Z"
|
||
|
android:strokeAlpha="0.5"
|
||
|
android:fillColor="#ffffff"
|
||
|
android:fillAlpha="0.5"/>
|
||
|
<path
|
||
|
android:pathData="M4,7h16v5h-16z"
|
||
|
android:fillColor="#ffffff"/>
|
||
|
<path
|
||
|
android:pathData="M4,12h16v10h-16z"
|
||
|
android:strokeAlpha="0.2"
|
||
|
android:fillColor="#ffffff"
|
||
|
android:fillAlpha="0.2"/>
|
||
|
</vector>
|