8 lines
391 B
XML
8 lines
391 B
XML
<vector android:autoMirrored="true" android:height="24dp"
|
|
android:viewportHeight="100" android:viewportWidth="100"
|
|
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<path android:fillColor="#ffffff"
|
|
android:pathData="M50,50m-40,0a40,40 0,1 1,80 0a40,40 0,1 1,-80 0"
|
|
android:strokeColor="#000000" android:strokeWidth="3"/>
|
|
</vector>
|