baseline_event_20.xml 479 B

12345678910
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="20dp"
  3. android:height="20dp"
  4. android:viewportWidth="20"
  5. android:viewportHeight="20"
  6. android:tint="?attr/colorControlNormal">
  7. <path
  8. android:fillColor="@android:color/white"
  9. android:pathData="M14,10h-4v4h4v-4zM13,1v2L7,3L7,1L5,1v2L4,3c-1.1,0 -2,0.9 -2,2v11c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2L18,5c0,-1.1 -0.9,-2 -2,-2h-1L15,1h-2zM16,16L4,16L4,7h12v9z"/>
  10. </vector>