11 lines
367 B
XML
11 lines
367 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:autoMirrored="true">
|
|
<path
|
|
android:fillColor="@color/titleTextColor"
|
|
android:pathData="M10.02,6L8.61,7.41 13.19,12l-4.58,4.59L10.02,18l6,-6 -6,-6z"/>
|
|
</vector>
|