round_accessibility_20.xml 712 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="M10,4m-1.75,0a1.75,1.75 0,1 1,3.5 0a1.75,1.75 0,1 1,-3.5 0"/>
  10. <path
  11. android:fillColor="@android:color/white"
  12. android:pathData="M16.25,7H3.75C3.34,7 3,7.34 3,7.75v0C3,8.16 3.34,8.5 3.75,8.5H7.5v8.75C7.5,17.66 7.84,18 8.25,18h0C8.66,18 9,17.66 9,17.25V13h2v4.25c0,0.41 0.34,0.75 0.75,0.75h0c0.41,0 0.75,-0.34 0.75,-0.75V8.5h3.75C16.66,8.5 17,8.16 17,7.75v0C17,7.34 16.66,7 16.25,7z"/>
  13. </vector>