23 lines
817 B
XML
23 lines
817 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="M20,3H6V23H8V15H20V3Z"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.3"/>
|
|
<path
|
|
android:pathData="M20,2H6V22H8V14H20V2Z"
|
|
android:fillColor="#59361B"/>
|
|
<path
|
|
android:pathData="M8,12H18V4H8V12Z"
|
|
android:fillColor="#FFC107"
|
|
android:fillType="evenOdd"/>
|
|
<path
|
|
android:pathData="M10,4H8V6H10V8H8V10H10V12H12V10H14V12H16V10H18V8H16V6H18V4H16V6H14V4H12V6H10V4ZM12,8V6H14V8H12ZM12,8V10H10V8H12ZM14,8H16V10H14V8Z"
|
|
android:strokeAlpha="0.7"
|
|
android:fillColor="#59361B"
|
|
android:fillType="evenOdd"
|
|
android:fillAlpha="0.7"/>
|
|
</vector>
|