baseline_fullscreen_18.xml 463 B

12345678910
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="18dp"
  3. android:height="18dp"
  4. android:viewportWidth="18"
  5. android:viewportHeight="18"
  6. android:tint="?attr/colorControlNormal">
  7. <path
  8. android:fillColor="@android:color/white"
  9. android:pathData="M4.5,11L3,11v4h4v-1.5L4.5,13.5L4.5,11zM3,7h1.5L4.5,4.5L7,4.5L7,3L3,3v4zM13.5,13.5L11,13.5L11,15h4v-4h-1.5v2.5zM11,3v1.5h2.5L13.5,7L15,7L15,3h-4z"/>
  10. </vector>