10 lines
868 B
XML
10 lines
868 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="M8,12C8,8.5976 9.6078,6.1599 11,4.6869L11,19.3131C9.6078,17.8401 8,15.4024 8,12ZM4,12C4,8.7905 5.89,6.0224 8.6177,4.7481C7.3297,6.11 6,8.3901 6,12C6,15.6099 7.3297,17.8901 8.6177,19.2519C5.89,17.9776 4,15.2095 4,12ZM13,19.3131C14.3922,17.8401 16,15.4024 16,12C16,8.5976 14.3922,6.1599 13,4.6869L13,19.3131ZM15.3823,19.2519C18.11,17.9775 20,15.2095 20,12C20,8.7905 18.11,6.0224 15.3823,4.7481C16.6703,6.11 18,8.3901 18,12C18,15.6099 16.6703,17.8901 15.3823,19.2519ZM22,12C22,17.5228 17.5228,22 12,22C6.4771,22 2,17.5228 2,12C2,6.4771 6.4771,2 12,2C17.5228,2 22,6.4771 22,12Z"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|