14 lines
424 B
XML
14 lines
424 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="20dp"
|
|
android:height="20dp"
|
|
android:viewportWidth="20"
|
|
android:viewportHeight="20">
|
|
<path
|
|
android:pathData="M5,8.5L10,13.5L15,8.5"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#7E7E9A"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|