9 lines
284 B
XML
9 lines
284 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="20dp"
|
|
android:height="12dp"
|
|
android:viewportWidth="20"
|
|
android:viewportHeight="12">
|
|
<path
|
|
android:pathData="M10,9L1,-0L19,-0L10,9Z"
|
|
android:fillColor="#000000"/>
|
|
</vector>
|