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="M15,22h4c1.1,0 2,-0.9 2,-2v-3c0,-1.1 -0.9,-2 -2,-2h-1v-2c0,-1.1 -0.9,-2 -2,-2h-3V9h1c1.1,0 2,-0.9 2,-2V4c0,-1.1 -0.9,-2 -2,-2h-4C8.9,2 8,2.9 8,4v3c0,1.1 0.9,2 2,2h1v2H8c-1.1,0 -2,0.9 -2,2v2H5c-1.1,0 -2,0.9 -2,2v3c0,1.1 0.9,2 2,2h4c1.1,0 2,-0.9 2,-2v-3c0,-1.1 -0.9,-2 -2,-2H8v-2h8v2h-1c-1.1,0 -2,0.9 -2,2v3C13,21.1 13.9,22 15,22z"/>
- </vector>
|