22 lines
663 B
XML
22 lines
663 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="M21,9H7V11H21V9Z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.5"/>
|
|
<path
|
|
android:pathData="M21,13H7V15H21V13Z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.5"/>
|
|
<path
|
|
android:pathData="M21,4H3V6H21V4Z"
|
|
android:fillColor="#ffffff"/>
|
|
<path
|
|
android:pathData="M21,18H3V20H21V18Z"
|
|
android:fillColor="#ffffff"/>
|
|
</vector>
|