90580e81c9
10 lines
529 B
XML
10 lines
529 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="?android:attr/colorAccent"
|
|||
android:pathData="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8c0-1.85 0.63-3.55 1.69-4.9L16.9 18.31c-1.4 1.1-3.12 1.7-4.9 1.69zm6.31-3.1L7.1 5.69C8.5 4.59 10.22 3.99 12 4c4.42 0 8 3.58 8 8c0 1.85-0.63 3.55-1.69 4.9z"/>
|
|||
</vector>
|