2023-08-22 13:36:40 +01:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
2024-01-08 18:23:54 +00:00
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
|
|
|
android:viewportWidth="24"
|
|
|
|
android:viewportHeight="24">
|
2023-08-22 13:36:40 +01:00
|
|
|
<path
|
2024-01-08 18:23:54 +00:00
|
|
|
android:pathData="M19,12L5,12"
|
2023-08-22 13:36:40 +01:00
|
|
|
android:strokeLineJoin="round"
|
|
|
|
android:strokeWidth="2"
|
|
|
|
android:fillColor="#00000000"
|
2024-01-08 18:23:54 +00:00
|
|
|
android:strokeColor="#ffffff"
|
2023-08-22 13:36:40 +01:00
|
|
|
android:strokeLineCap="round"/>
|
|
|
|
<path
|
2024-01-08 18:23:54 +00:00
|
|
|
android:pathData="M12,19l-7,-7l7,-7"
|
2023-08-22 13:36:40 +01:00
|
|
|
android:strokeLineJoin="round"
|
|
|
|
android:strokeWidth="2"
|
|
|
|
android:fillColor="#00000000"
|
2024-01-08 18:23:54 +00:00
|
|
|
android:strokeColor="#ffffff"
|
2023-08-22 13:36:40 +01:00
|
|
|
android:strokeLineCap="round"/>
|
|
|
|
</vector>
|