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="M3.5,9H5v6H3.5v-2.5h-2V15H0V9h1.5v2h2V9zM17.5,9H13c-0.55,0 -1,0.45 -1,1v5h1.5v-4.5h1V14H16v-3.51h1V15h1.5v-5C18.5,9.45 18.05,9 17.5,9zM11,9H6v1.5h1.75V15h1.5v-4.5H11V9zM24,15v-1.5h-2.5V9H20v6H24z"/>
- </vector>
|