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="M2,8.5C2,8.22 2.22,8 2.5,8S3,8.22 3,8.5v1h1v-1C4,8.22 4.22,8 4.5,8S5,8.22 5,8.5v3C5,11.78 4.78,12 4.5,12S4,11.78 4,11.5v-1H3v1C3,11.78 2.78,12 2.5,12S2,11.78 2,11.5V8.5zM10,11.5c0,0.28 0.22,0.5 0.5,0.5s0.5,-0.22 0.5,-0.5V9h1v1.5c0,0.28 0.22,0.5 0.5,0.5s0.5,-0.22 0.5,-0.5V9h1v2.5c0,0.28 0.22,0.5 0.5,0.5s0.5,-0.22 0.5,-0.5v-3C15,8.22 14.78,8 14.5,8h-4C10.22,8 10,8.22 10,8.5V11.5zM7,11.5C7,11.78 7.22,12 7.5,12S8,11.78 8,11.5V9l0.5,0C8.78,9 9,8.78 9,8.5S8.78,8 8.5,8h-2C6.22,8 6,8.22 6,8.5C6,8.78 6.22,9 6.5,9L7,9V11.5zM16,11.5c0,0.28 0.22,0.5 0.5,0.5l1.5,0c0.28,0 0.5,-0.22 0.5,-0.5S18.28,11 18,11h-1V8.5C17,8.22 16.78,8 16.5,8S16,8.22 16,8.5V11.5z"/>
- </vector>
|