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,6V5c0,-1.1 -0.9,-2 -2,-2h-4C8.9,3 8,3.9 8,5v1L7.25,6C3.97,6 1.1,8.53 1,11.82C0.9,15.21 3.62,18 7,18v2c0,0.55 0.45,1 1,1h0c0.55,0 1,-0.45 1,-1v-2h6v2c0,0.55 0.45,1 1,1h0c0.55,0 1,-0.45 1,-1v-2c3.38,0 6.1,-2.79 6,-6.18C22.9,8.53 20.03,6 16.75,6zM10,5h4v1h-4V5z"/>
- </vector>
|