13 lines
413 B
XML
13 lines
413 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="12dp"
|
|
android:height="8dp"
|
|
android:viewportWidth="12"
|
|
android:viewportHeight="8">
|
|
<path
|
|
android:pathData="M10.0666,1L4.7332,7L1.3999,4.3333"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:strokeColor="@color/dash_green_dark"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|