twotone_60fps_20.xml 634 B

12345678910111213
  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="M15,7v6h-3V7H15M15,5h-3c-1.1,0 -2,0.9 -2,2v6c0,1.1 0.9,2 2,2h3c1.1,0 2,-0.9 2,-2V7C17,5.9 16.1,5 15,5L15,5z"/>
  10. <path
  11. android:fillColor="@android:color/white"
  12. android:pathData="M7,11v2H5v-2H7M8.5,5H4C3.45,5 3,5.45 3,6v8c0,0.55 0.45,1 1,1h4c0.55,0 1,-0.45 1,-1v-4c0,-0.55 -0.45,-1 -1,-1H5V7h3.5V5L8.5,5z"/>
  13. </vector>