ic_clock.xml raw

   1  <vector xmlns:android="http://schemas.android.com/apk/res/android"
   2          android:width="24dp"
   3          android:height="24dp"
   4          android:viewportWidth="24.0"
   5          android:viewportHeight="24.0">
   6      <path
   7          android:fillColor="?android:attr/textColorSecondary"
   8          android:pathData="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.2 3.2.8-1.3-4.5-2.7z"/>
   9  </vector>
  10