12 lines
677 B
XML
12 lines
677 B
XML
<vector
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:tint="?attr/colorControlNormal"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M15.5 12c2.5 0 4.5 2 4.5 4.5 0 0.88-0.25 1.71-0.69 2.4l3.08 3.1L21 23.39l-3.12-3.07C17.19 20.75 16.37 21 15.5 21 13 21 11 19 11 16.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M13 4v8l-2.5-2.25L8 12V4H6v16h4c0.54 0.81 1.23 1.5 2.03 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7.81c-0.58-0.55-1.25-1-2-1.31V4h-5z" />
|
|
</vector>
|