OsmAnd/OsmAnd/res/drawable/ic_action_map_magnifier.xml
2020-05-08 16:26:07 +03:00

13 lines
722 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="M9,9V6H11V9H14V11H11V14H9V11H6V9H9Z"
android:fillColor="#ffffff"/>
<path
android:pathData="M16.3199,14.9056C17.3729,13.551 18,11.8487 18,10C18,5.5817 14.4183,2 10,2C5.5817,2 2,5.5817 2,10C2,14.4183 5.5817,18 10,18C11.8487,18 13.551,17.3729 14.9056,16.3199L20.2929,21.7071L21.7071,20.2929L16.3199,14.9056ZM10,16C13.3137,16 16,13.3137 16,10C16,6.6863 13.3137,4 10,4C6.6863,4 4,6.6863 4,10C4,13.3137 6.6863,16 10,16Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>