2020-03-22 19:26:53 +00:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
2021-12-08 12:49:44 +00:00
|
|
|
android:tint="@color/defaultIconTint"
|
2021-09-23 03:38:01 +00:00
|
|
|
android:viewportWidth="24"
|
|
|
|
android:viewportHeight="24">
|
2020-10-09 18:24:02 +00:00
|
|
|
<path
|
|
|
|
android:fillColor="#FF000000"
|
2021-09-23 03:38:01 +00:00
|
|
|
android:pathData="M19,17.59L17.59,19L7,8.41V15H5V5H15V7H8.41L19,17.59Z" />
|
2020-03-22 19:26:53 +00:00
|
|
|
</vector>
|