round_announcement_20.xml 714 B

1234567891011
  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="M16.5,2h-13C2.67,2 2,2.67 2,3.5v13.29c0,0.45 0.54,0.67 0.85,0.35L5,15h11.5c0.83,0 1.5,-0.67 1.5,-1.5v-10C18,2.67 17.33,2 16.5,2zM10,10L10,10c-0.41,0 -0.75,-0.34 -0.75,-0.75v-4C9.25,4.84 9.59,4.5 10,4.5h0c0.41,0 0.75,0.34 0.75,0.75v4C10.75,9.66 10.41,10 10,10zM10.75,11.75c0,0.41 -0.34,0.75 -0.75,0.75s-0.75,-0.34 -0.75,-0.75S9.59,11 10,11S10.75,11.34 10.75,11.75z"/>
  11. </vector>