9 lines
638 B
XML
9 lines
638 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:fillColor="?icon_tint"
|
|
android:pathData="M18,12a6,6 0,1 1,-6 -6A6,6 0,0 1,18 12ZM4.5,11.25L1,11.25v1.5L4.5,12.75ZM23,11.25L19.5,11.25v1.5L23,12.75ZM12.75,19.5h-1.5L11.25,23h1.5ZM12.75,1h-1.5L11.25,4.5h1.5ZM7.227,6.167 L4.752,3.691 3.691,4.752 6.166,7.227ZM20.309,19.248l-2.475,-2.475 -1.061,1.061 2.475,2.475ZM7.227,17.834 L6.166,16.773 3.691,19.248l1.061,1.061ZM20.309,4.752 L19.248,3.691 16.773,6.167l1.061,1.06Z"/>
|
|
</vector>
|