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="M9,11.5C9,11.78 9.22,12 9.5,12l1.5,0c0.28,0 0.5,-0.22 0.5,-0.5S11.28,11 11,11h-1V8.5C10,8.22 9.78,8 9.5,8C9.22,8 9,8.22 9,8.5V11.5zM4,8.5C4,8.22 4.22,8 4.5,8S5,8.22 5,8.5v1h1v-1C6,8.22 6.22,8 6.5,8S7,8.22 7,8.5v3C7,11.78 6.78,12 6.5,12S6,11.78 6,11.5v-1H5v1C5,11.78 4.78,12 4.5,12S4,11.78 4,11.5V8.5zM13.93,11c-0.09,-0.15 -0.25,-0.25 -0.43,-0.25c-0.28,0 -0.5,0.22 -0.5,0.5v0.25c0,0.28 0.22,0.5 0.5,0.5h2c0.28,0 0.5,-0.22 0.5,-0.5v-1.25c0,-0.28 -0.22,-0.5 -0.5,-0.5H14V9l1.07,0c0.09,0.15 0.25,0.25 0.43,0.25c0.28,0 0.5,-0.22 0.5,-0.5V8.5C16,8.22 15.78,8 15.5,8h-2C13.22,8 13,8.22 13,8.5v1.25c0,0.28 0.22,0.5 0.5,0.5H15V11L13.93,11z"/>
- </vector>
|