12345678910 |
- <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/white"
- android:pathData="M16.75,6L16,6V3H8v3L7.25,6C3.97,6 1.1,8.53 1,11.82C0.9,15.21 3.62,18 7,18v3h2v-3h6v3h2v-3c3.38,0 6.1,-2.79 6,-6.18C22.9,8.53 20.03,6 16.75,6zM10,5h4v1h-4V5z"/>
- </vector>
|