OsmAnd/OsmAnd/res/drawable/ic_action_compass.xml

13 lines
393 B
XML
Raw Normal View History

2020-05-07 13:49:38 +02:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M16,10L12,3L8,10H16Z"
android:fillColor="#ffffff"/>
<path
android:pathData="M8,21V12H10L14,18V12H16V21H14L10,15V21H8Z"
android:fillColor="#ffffff"/>
</vector>