round_today_20.xml 784 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="M15.5,4H14V2.75C14,2.34 13.66,2 13.25,2h0c-0.41,0 -0.75,0.34 -0.75,0.75V4h-5V2.75C7.5,2.34 7.16,2 6.75,2h0C6.34,2 6,2.34 6,2.75V4H4.5C3.67,4 3,4.67 3,5.5v11C3,17.32 3.67,18 4.5,18h11c0.83,0 1.5,-0.67 1.5,-1.5v-11C17,4.67 16.33,4 15.5,4zM15.5,16.5h-11V9h11V16.5z"/>
  10. <path
  11. android:fillColor="@android:color/white"
  12. android:pathData="M9.5,10.5h-3C6.22,10.5 6,10.72 6,11v3c0,0.28 0.22,0.5 0.5,0.5h3c0.28,0 0.5,-0.22 0.5,-0.5v-3C10,10.72 9.78,10.5 9.5,10.5z"/>
  13. </vector>