1234567891011 |
- <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"
- android:autoMirrored="true">
- <path
- android:fillColor="@android:color/white"
- android:pathData="M23,3L1,3v16h7v2h8v-2h7L23,3zM21,17L3,17L3,5h18v12zM19,8L8,8v2h11L19,8zM19,12L8,12v2h11v-2zM7,8L5,8v2h2L7,8zM7,12L5,12v2h2v-2z"/>
- </vector>
|