ic_hourglass_top.xml 506 B

12345678910111213
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="24dp"
  3. android:height="24dp"
  4. android:viewportWidth="24"
  5. android:viewportHeight="24"
  6. android:tint="?android:attr/textColorPrimary">
  7. <group>
  8. <clip-path android:pathData="M0,0H24V24H0Z M 0,0"/>
  9. <path
  10. android:fillColor="#FFFFFFFF"
  11. android:pathData="M6,2V8H6l4,4L6,16H6v6H18V16h0l-4,-4,4,-4h0V2ZM16,16.5V20H8V16.5l4,-4Z"/>
  12. </group>
  13. </vector>