15 lines
776 B
XML
15 lines
776 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="M12,24C18.6274,24 24,18.6274 24,12C24,5.3726 18.6274,0 12,0C5.3726,0 0,5.3726 0,12C0,18.6274 5.3726,24 12,24Z"
|
|
android:strokeAlpha="0.2"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"
|
|
android:fillAlpha="0.2"/>
|
|
<path
|
|
android:pathData="M12,6C11.4477,6 11,6.4477 11,7V11H7C6.4477,11 6,11.4477 6,12C6,12.5523 6.4477,13 7,13H11V17C11,17.5523 11.4477,18 12,18C12.5523,18 13,17.5523 13,17V13H17C17.5523,13 18,12.5523 18,12C18,11.4477 17.5523,11 17,11H13V7C13,6.4477 12.5523,6 12,6Z"
|
|
android:fillColor="#ffffff"/>
|
|
</vector>
|