1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-03-15 05:23:59 +01:00
wulkanowy-mirror/app/src/main/res/drawable/ic_timetable_swap.xml

10 lines
324 B
XML
Raw Normal View History

2018-03-04 16:53:53 +01:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="30dp"
android:height="30dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
<path
2019-08-26 20:54:20 +02:00
android:fillColor="#FFF"
2018-03-04 16:53:53 +01:00
android:pathData="M7 11l-4 4 4 4v-3h7v-2H7v-3zm14-2l-4-4v3h-7v2h7v3l4-4z" />
</vector>