21 lines
637 B
XML
21 lines
637 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="M6,2H22V4H6V2Z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.5"/>
|
|
<path
|
|
android:pathData="M6,15H22V17H6V15Z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.5"/>
|
|
<path
|
|
android:pathData="M22,20H6V22H22V20Z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.5"/>
|
|
</vector>
|