OsmAnd/OsmAnd/res/drawable/ic_action_view.xml
2020-05-07 18:39:12 +03:00

13 lines
665 B
XML

<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="M12,15C13.6569,15 15,13.6569 15,12C15,10.3431 13.6569,9 12,9C10.3431,9 9,10.3431 9,12C9,13.6569 10.3431,15 12,15Z"
android:fillColor="#ffffff"/>
<path
android:pathData="M0,12C0,12 4.8,5 12,5C19.2,5 24,12 24,12C24,12 19.2,19 12,19C4.8,19 0,12 0,12ZM17,12C17,14.7614 14.7614,17 12,17C9.2386,17 7,14.7614 7,12C7,9.2386 9.2386,7 12,7C14.7614,7 17,9.2386 17,12Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>