20 lines
623 B
XML
20 lines
623 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,9L21,15H8V23H6V9H18Z"
|
||
|
android:fillColor="#000000"
|
||
|
android:fillAlpha="0.3"
|
||
|
android:fillType="evenOdd"/>
|
||
|
<path
|
||
|
android:pathData="M21,2L18,8L21,14H8V22H6V2H21Z"
|
||
|
android:fillColor="#FFC107"
|
||
|
android:fillType="evenOdd"/>
|
||
|
<path
|
||
|
android:pathData="M8,12H17.7639L15.7639,8L17.7639,4H8V12Z"
|
||
|
android:fillColor="#59361B"
|
||
|
android:fillType="evenOdd"/>
|
||
|
</vector>
|