12345678910 |
- <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="M18,6h-6V2H8v4H2v12h16V6zM7.5,10c0.69,0 1.25,0.56 1.25,1.25S8.19,12.5 7.5,12.5s-1.25,-0.56 -1.25,-1.25S6.81,10 7.5,10zM10,15H5v-0.48c0,-0.5 0.3,-0.95 0.76,-1.16C6.3,13.13 6.88,13 7.5,13c0.62,0 1.2,0.13 1.74,0.36C9.7,13.56 10,14.01 10,14.52V15zM10.5,7.5h-1v-4h1V7.5zM15,14h-3v-1.5h3V14zM15,11.5h-3V10h3V11.5z"/>
- </vector>
|