baseline_dangerous_20.xml 442 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="M13.3,2L18,6.7v6.6L13.3,18L6.7,18L2,13.3L2,6.7L6.7,2h6.6zM14,7l-1,-1 -3,3 -3,-3 -1,1 3,3 -3,3 1,1 3,-3 3,3 1,-1 -3,-3 3,-3z"/>
  10. </vector>