12345678910 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="18dp"
- android:height="18dp"
- android:viewportWidth="18"
- android:viewportHeight="18"
- android:tint="?attr/colorControlNormal">
- <path
- android:fillColor="@android:color/white"
- android:pathData="M2,10h3L5,7L2,7v3zM2,5h3L5,2L2,2v3zM2,15h3v-3L2,12v3zM7,15h3v-3L7,12v3zM12,10h3L15,7h-3v3zM7,10h3L10,7L7,7v3zM12,15h3v-3h-3v3zM12,2v3h3L15,2h-3zM7,5h3L10,2L7,2v3z"/>
- </vector>
|