19 lines
576 B
XML
19 lines
576 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="M4,15V22H6V15H4Z"
|
|
android:strokeAlpha="0.8"
|
|
android:fillColor="#1D4D08"
|
|
android:fillType="evenOdd"
|
|
android:fillAlpha="0.8"/>
|
|
<path
|
|
android:pathData="M4,2V15H20V2H4Z"
|
|
android:fillColor="#1D4D08"
|
|
android:fillType="evenOdd"/>
|
|
<path
|
|
android:pathData="M6,4H18V13H6V4Z"
|
|
android:fillColor="#7CB342"/>
|
|
</vector>
|