19 lines
485 B
XML
19 lines
485 B
XML
|
|
<vector
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:aapt="http://schemas.android.com/aapt"
|
||
|
|
android:width="11dp"
|
||
|
|
android:height="8dp"
|
||
|
|
android:viewportWidth="11"
|
||
|
|
android:viewportHeight="8"
|
||
|
|
>
|
||
|
|
<group>
|
||
|
|
<clip-path
|
||
|
|
android:pathData="M1 1H10V7H1V1Z"
|
||
|
|
/>
|
||
|
|
</group>
|
||
|
|
<path
|
||
|
|
android:pathData="M1 1H10V7H1V1Z"
|
||
|
|
android:strokeWidth="2"
|
||
|
|
android:strokeColor="#000000"
|
||
|
|
/>
|
||
|
|
</vector>
|