forked from Olympic/NTO-2025-Android-TeamTask
15 lines
438 B
XML
15 lines
438 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="16dp"
|
|
android:height="16dp"
|
|
android:viewportWidth="16"
|
|
android:viewportHeight="16">
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M0.5,8.5v-1h15v1Z"
|
|
android:fillType="evenOdd"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M8.5,15.5h-1V0.5h1Z"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|