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

13 lines
681 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="M16.7071,9.7071L15.2929,8.2929L10,13.5858L7.7071,11.2929L6.2929,12.7071L10,16.4142L16.7071,9.7071Z"
android:fillColor="#ffffff"/>
<path
android:pathData="M22,12C22,17.5228 17.5228,22 12,22C6.4771,22 2,17.5228 2,12C2,6.4771 6.4771,2 12,2C17.5228,2 22,6.4771 22,12ZM20,12C20,16.4183 16.4183,20 12,20C7.5817,20 4,16.4183 4,12C4,7.5817 7.5817,4 12,4C16.4183,4 20,7.5817 20,12Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>