round_subject_20.xml 1.1 KB

1234567891011121314151617181920
  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. android:autoMirrored="true">
  8. <path
  9. android:fillColor="@android:color/white"
  10. android:pathData="M4,5.75L4,5.75C4,6.16 4.34,6.5 4.75,6.5h10.5C15.66,6.5 16,6.16 16,5.75v0C16,5.34 15.66,5 15.25,5H4.75C4.34,5 4,5.34 4,5.75z"/>
  11. <path
  12. android:fillColor="@android:color/white"
  13. android:pathData="M4.75,9.5h10.5C15.66,9.5 16,9.16 16,8.75v0C16,8.34 15.66,8 15.25,8H4.75C4.34,8 4,8.34 4,8.75v0C4,9.16 4.34,9.5 4.75,9.5z"/>
  14. <path
  15. android:fillColor="@android:color/white"
  16. android:pathData="M4.75,12.5h10.5c0.41,0 0.75,-0.34 0.75,-0.75v0c0,-0.41 -0.34,-0.75 -0.75,-0.75H4.75C4.34,11 4,11.34 4,11.75v0C4,12.16 4.34,12.5 4.75,12.5z"/>
  17. <path
  18. android:fillColor="@android:color/white"
  19. android:pathData="M4.75,15.5h5.5c0.41,0 0.75,-0.34 0.75,-0.75v0c0,-0.41 -0.34,-0.75 -0.75,-0.75h-5.5C4.34,14 4,14.34 4,14.75v0C4,15.16 4.34,15.5 4.75,15.5z"/>
  20. </vector>