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="M21,3L3,3v18h18L21,3zM12,13.51h-1L11,15L9.5,15v-1.5h-3L6.5,9L8,9v3h1.5L9.5,9L11,9v3h1v1.51zM18.2,15h-1.7l-2,-3v3L13,15L13,9h1.5v3l2,-3h1.7l-2,3 2,3z"/>
- </vector>
|