13 lines
405 B
XML
13 lines
405 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="24dp"
|
||
|
|
android:height="24dp"
|
||
|
|
android:viewportWidth="24"
|
||
|
|
android:viewportHeight="24">
|
||
|
|
<path
|
||
|
|
android:pathData="M12,6L9,6L13.5,12L9,18L12,18L16.5,12L12,6Z"
|
||
|
|
android:strokeWidth="1"
|
||
|
|
android:fillColor="#000000"
|
||
|
|
android:fillType="evenOdd"
|
||
|
|
android:strokeColor="#00000000"/>
|
||
|
|
</vector>
|