17 lines
647 B
XML
17 lines
647 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="M14,2L16,4L20,8H16C14.8954,8 14,7.1046 14,6V2Z"
|
|
android:fillColor="#ffffff"/>
|
|
<path
|
|
android:pathData="M14,4H6V20H18V8H20V20C20,21.1046 19.1046,22 18,22H6C4.8954,22 4,21.1046 4,20V4C4,2.8954 4.8954,2 6,2H14V4Z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.5"/>
|
|
<path
|
|
android:pathData="M13,9H11V14H9L12,18L15,14H13V9Z"
|
|
android:fillColor="#ffffff"/>
|
|
</vector>
|