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="M7.25,15c-0.41,0 -0.75,-0.34 -0.75,-0.75V13.5h-2v0.75C4.5,14.66 4.16,15 3.75,15S3,14.66 3,14.25V10c0,-0.55 0.45,-1 1,-1h3c0.55,0 1,0.45 1,1v4.25C8,14.66 7.66,15 7.25,15zM6.5,10.5h-2V12h2V10.5zM13.5,12c0.55,0 1,0.45 1,1v1c0,0.55 -0.45,1 -1,1h-3c-0.55,0 -1,-0.45 -1,-1v-4c0,-0.55 0.45,-1 1,-1h3c0.55,0 1,0.45 1,1v1C14.5,11.55 14.05,12 13.5,12zM11,10.5v0.75h2V10.5H11zM13,12.75h-2v0.75h2V12.75zM21,10.25c0,0.41 -0.34,0.75 -0.75,0.75c-0.33,0 -0.6,-0.21 -0.71,-0.5l-2.04,0v3l2.04,0c0.1,-0.29 0.38,-0.5 0.71,-0.5c0.41,0 0.75,0.34 0.75,0.75V14c0,0.55 -0.45,1 -1,1h-3c-0.55,0 -1,-0.45 -1,-1v-4c0,-0.55 0.45,-1 1,-1h3c0.55,0 1,0.45 1,1V10.25z"/>
- </vector>
|