15 lines
459 B
XML
15 lines
459 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="M16,4l-8,8l8,8"
|
||
|
|
android:strokeLineJoin="round"
|
||
|
|
android:strokeWidth="1.77777778"
|
||
|
|
android:fillColor="#00000000"
|
||
|
|
android:strokeColor="#000000"
|
||
|
|
android:fillType="evenOdd"
|
||
|
|
android:strokeLineCap="round"/>
|
||
|
|
</vector>
|