14 lines
582 B
XML
14 lines
582 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="M24.4,12.9l-1.3,-1.3l-5.1,5.2l-5.1,-5.2l-1.3,1.3l5.2,5.1l-5.2,5.1l1.3,1.3l5.1,-5.2l5.1,5.2l1.3,-1.3l-5.2,-5.1l5.2,-5.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>
|