round_vignette_20.xml 514 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="M16.5,4h-13C2.67,4 2,4.68 2,5.5v9C2,15.33 2.67,16 3.5,16h13c0.83,0 1.5,-0.67 1.5,-1.5v-9C18,4.68 17.33,4 16.5,4zM10,13.5c-2.76,0 -5,-1.57 -5,-3.5s2.24,-3.5 5,-3.5s5,1.57 5,3.5S12.76,13.5 10,13.5z"/>
  10. </vector>