21 lines
760 B
XML
21 lines
760 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="M18,2H11V22H18V2ZM15,21H14V17H15V21ZM15,14H14V10H15V14ZM15,7H14V3H15V7Z"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"/>
|
|
<path
|
|
android:pathData="M11,13H2V15H3L3,16H2V18H11V13ZM8,16V15L5,15L5,16H8Z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"
|
|
android:fillAlpha="0.5"/>
|
|
<path
|
|
android:pathData="M18,18H22V16L21,16V15H22V13H18V15H19V16H18V18Z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.5"/>
|
|
</vector>
|