18 lines
571 B
XML
18 lines
571 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="?attr/colorControlNormal">
|
|
|
|
<path
|
|
android:fillColor="@android:color/transparent"
|
|
android:pathData="M0,0h24v24H0z" />
|
|
|
|
<path
|
|
android:fillColor="?attr/colorControlNormal"
|
|
android:pathData="M22,12c0,-5.52 -4.48,-10 -10,-10S2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10z
|
|
m-7,-5.5l3.5,3.5 -3.5,3.5V11h-4V9h4V6.5z
|
|
m-6,11L5.5,14 9,10.5V13h4v2H9v2.5z" />
|
|
</vector>
|