12 lines
578 B
XML
12 lines
578 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:height="12dp"
|
|
android:width="6dp"
|
|
android:viewportWidth="6"
|
|
android:viewportHeight="12">
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M0,5L0,6.278 1.295,6.278 1.295,10.722 0.909,10.722 0,10.722 0,12 0.909,12 5.091,12 6,12 6,10.722 5.091,10.722 4.704,10.722 4.704,6.278 4.704,5.856 4.704,5zM1,2c0,-1.105 0.895,-2 2,-2 1.104,0 2,0.895 2,2s-0.896,2 -2,2c-1.105,0 -2,-0.895 -2,-2"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|