20 lines
654 B
XML
20 lines
654 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.7"
|
|
android:fillColor="#39393D"
|
|
android:fillType="evenOdd"
|
|
android:fillAlpha="0.7"/>
|
|
<path
|
|
android:pathData="M16,8.5L20,2H4V15H20L16,8.5Z"
|
|
android:fillColor="#39393D"
|
|
android:fillType="evenOdd"/>
|
|
<path
|
|
android:pathData="M16.4209,13L13.6516,8.5L16.4209,4H6V13H16.4209Z"
|
|
android:fillColor="#FF8F00"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|