12345678910111213 |
- <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.75,5L2.75,5C2.34,5 2,5.34 2,5.75V16.5C2,17.33 2.67,18 3.5,18h10.75c0.41,0 0.75,-0.34 0.75,-0.75l0,0c0,-0.41 -0.34,-0.75 -0.75,-0.75H3.5V5.75C3.5,5.34 3.16,5 2.75,5z"/>
- <path
- android:fillColor="@android:color/white"
- android:pathData="M16.5,2h-10C5.67,2 5,2.67 5,3.5v10C5,14.33 5.67,15 6.5,15h10c0.83,0 1.5,-0.67 1.5,-1.5v-10C18,2.67 17.33,2 16.5,2zM14.25,9.25h-2v2c0,0.41 -0.34,0.75 -0.75,0.75h0c-0.41,0 -0.75,-0.34 -0.75,-0.75v-2h-2C8.34,9.25 8,8.91 8,8.5v0c0,-0.41 0.34,-0.75 0.75,-0.75h2v-2C10.75,5.34 11.09,5 11.5,5h0c0.41,0 0.75,0.34 0.75,0.75v2h2C14.66,7.75 15,8.09 15,8.5v0C15,8.91 14.66,9.25 14.25,9.25z"/>
- </vector>
|