baseline_event_18.xml 489 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="M13,9L9,9v4h4L13,9zM15,2h-1L14,1h-2v1L6,2L6,1L4,1v1L3,2c-0.55,0 -1,0.45 -1,1v12c0,0.55 0.45,1 1,1h12c0.55,0 1,-0.45 1,-1L16,3c0,-0.55 -0.45,-1 -1,-1zM14,14L4,14L4,6h10v8z"/>
  10. </vector>