12345678910 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24"
- android:tint="?attr/colorControlNormal">
- <path
- android:fillColor="@android:color/white"
- android:pathData="M22,9c-0.55,0 -1,0.45 -1,1v1h-2V4c0,-0.55 -0.45,-1 -1,-1s-1,0.45 -1,1v1h-2V4c0,-0.55 -0.45,-1 -1,-1s-1,0.45 -1,1v1h-2V4c0,-0.55 -0.45,-1 -1,-1S9,3.45 9,4v1H7V4c0,-0.55 -0.45,-1 -1,-1S5,3.45 5,4v7H3v-1c0,-0.55 -0.45,-1 -1,-1s-1,0.45 -1,1v9c0,1.1 0.9,2 2,2h7v-3c0,-1.1 0.9,-2 2,-2s2,0.9 2,2v3h7c1.1,0 2,-0.9 2,-2v-9C23,9.45 22.55,9 22,9zM11,12H9V9h2V12zM15,12h-2V9h2V12z"/>
- </vector>
|