15 lines
619 B
XML
15 lines
619 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,2L20,8H16C14.8954,8 14,7.1046 14,6V2Z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.5"/>
|
|
<path
|
|
android:pathData="M4,4C4,2.8954 4.8954,2 6,2H14V6C14,7.1046 14.8954,8 16,8H20V20C20,21.1046 19.1046,22 18,22H6C4.8954,22 4,21.1046 4,20V4ZM11,9H13V14H15L12,18L9,14H11V9Z"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|