12345678910111213 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="20dp"
- android:height="20dp"
- android:viewportWidth="20"
- android:viewportHeight="20"
- android:tint="?attr/colorControlNormal">
- <path
- android:fillColor="@android:color/white"
- android:pathData="M10.58,2.02c-4.88,-0.34 -8.9,3.68 -8.56,8.56C2.32,14.82 6.05,18 10.3,18h6.2c0.83,0 1.5,-0.67 1.5,-1.5v-6.2C18,6.05 14.82,2.32 10.58,2.02zM10,16.5c-3.58,0 -6.5,-2.92 -6.5,-6.5S6.42,3.5 10,3.5s6.5,2.92 6.5,6.5S13.58,16.5 10,16.5z"/>
- <path
- android:fillColor="@android:color/white"
- android:pathData="M10,6L10,6C9.59,6 9.25,6.34 9.25,6.75v2.5h-2.5C6.34,9.25 6,9.59 6,10v0c0,0.41 0.34,0.75 0.75,0.75h2.5v2.5C9.25,13.66 9.59,14 10,14h0c0.41,0 0.75,-0.34 0.75,-0.75v-2.5h2.5c0.41,0 0.75,-0.34 0.75,-0.75v0c0,-0.41 -0.34,-0.75 -0.75,-0.75h-2.5v-2.5C10.75,6.34 10.41,6 10,6z"/>
- </vector>
|