21 lines
793 B
XML
21 lines
793 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="18dp"
|
||
|
|
android:height="20dp"
|
||
|
|
android:viewportWidth="18"
|
||
|
|
android:viewportHeight="20">
|
||
|
|
<path
|
||
|
|
android:pathData="M13,1H1V14"
|
||
|
|
android:strokeLineJoin="round"
|
||
|
|
android:strokeWidth="2"
|
||
|
|
android:fillColor="#00000000"
|
||
|
|
android:strokeColor="#000000"
|
||
|
|
android:strokeLineCap="round"/>
|
||
|
|
<path
|
||
|
|
android:pathData="M5,5H17V17C17,17.53 16.789,18.039 16.414,18.414C16.039,18.789 15.53,19 15,19H7C6.47,19 5.961,18.789 5.586,18.414C5.211,18.039 5,17.53 5,17V5Z"
|
||
|
|
android:strokeLineJoin="round"
|
||
|
|
android:strokeWidth="2"
|
||
|
|
android:fillColor="#00000000"
|
||
|
|
android:strokeColor="#000000"
|
||
|
|
android:strokeLineCap="round"/>
|
||
|
|
</vector>
|