twotone_60fps_24.xml 547 B

12345678910
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="24dp"
  3. android:height="24dp"
  4. android:viewportWidth="24"
  5. android:viewportHeight="24"
  6. android:tint="?attr/colorControlNormal">
  7. <path
  8. android:fillColor="@android:color/white"
  9. android:pathData="M19,8v8h-4V8H19M19,5h-4c-1.66,0 -3,1.34 -3,3v8c0,1.66 1.34,3 3,3h4c1.66,0 3,-1.34 3,-3V8C22,6.34 20.66,5 19,5zM10,8V5H5C3.34,5 2,6.34 2,8v8c0,1.66 1.34,3 3,3h3c1.66,0 3,-1.34 3,-3v-3c0,-1.66 -1.34,-3 -3,-3H5V8H10zM8,13v3H5v-3H8z"/>
  10. </vector>