14 lines
563 B
XML
14 lines
563 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="18dp"
|
|
android:height="18dp"
|
|
android:viewportWidth="18"
|
|
android:viewportHeight="18">
|
|
<path
|
|
android:fillColor="@android:color/transparent"
|
|
android:pathData="M4,4.5C4,3.67 4.67,3 5.5,3H12.5C13.33,3 14,3.67 14,4.5V9.5C14,10.33 13.33,11 12.5,11H8L5,14V11H5.5C4.67,11 4,10.33 4,9.5V4.5Z"
|
|
android:strokeWidth="1.5"
|
|
android:strokeColor="#78909C"
|
|
android:strokeLineJoin="round" />
|
|
</vector>
|