2020-07-16 00:15:24 +02:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-10-09 20:24:02 +02:00
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
2021-12-08 13:49:44 +01:00
|
|
|
android:tint="@color/defaultIconTint"
|
2020-10-09 20:24:02 +02:00
|
|
|
android:viewportWidth="24"
|
|
|
|
android:viewportHeight="24">
|
|
|
|
<path
|
|
|
|
android:fillColor="#ffffff"
|
2021-09-23 05:38:01 +02:00
|
|
|
android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />
|
2020-07-16 00:15:24 +02:00
|
|
|
</vector>
|