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="M12.5,18h3c0.83,0 1.5,-0.67 1.5,-1.5v-2c0,-0.83 -0.67,-1.5 -1.5,-1.5h-0.75v-2.25c0,-0.83 -0.67,-1.5 -1.5,-1.5h-2.5V7h0.75C12.33,7 13,6.33 13,5.5v-2C13,2.67 12.33,2 11.5,2h-3C7.67,2 7,2.67 7,3.5v2C7,6.33 7.67,7 8.5,7h0.75v2.25h-2.5c-0.83,0 -1.5,0.67 -1.5,1.5V13H4.5C3.67,13 3,13.67 3,14.5v2C3,17.33 3.67,18 4.5,18h3C8.33,18 9,17.33 9,16.5v-2C9,13.67 8.33,13 7.5,13H6.75v-2.25h6.5V13H12.5c-0.83,0 -1.5,0.67 -1.5,1.5v2C11,17.33 11.67,18 12.5,18z"/>
- </vector>
|