10 lines
287 B
XML
10 lines
287 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="12dp"
|
||
|
|
android:height="22dp"
|
||
|
|
android:viewportWidth="12"
|
||
|
|
android:viewportHeight="22">
|
||
|
|
<path
|
||
|
|
android:pathData="M5,14H0L7,0V8H12L5,22V14Z"
|
||
|
|
android:fillColor="#000000"/>
|
||
|
|
</vector>
|