14 lines
527 B
XML
14 lines
527 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="36dp"
|
|
android:height="36dp"
|
|
android:viewportWidth="36"
|
|
android:viewportHeight="36">
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M15,24.7l-5.6,-5.6l1.2,-1.2l4.4,4.4l9.9,-9.9l1.2,1.2l-11.1,11.1z"/>
|
|
<path
|
|
android:pathData="M18,18m-17.1,0a17.1,17.1 0,1 1,34.2 0a17.1,17.1 0,1 1,-34.2 0"
|
|
android:strokeWidth="1.75"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#000"/>
|
|
</vector>
|