OsmAnd/OsmAnd/res/drawable/ic_action_direction_arrow.xml
2020-10-06 12:05:50 +03:00

9 lines
287 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="12dp"
android:height="12dp"
android:viewportWidth="12"
android:viewportHeight="12">
<path
android:pathData="M0,12L6,0L12,12L6,8L0,12Z"
android:fillColor="#ffffff"/>
</vector>