icon_input_delete.xml 659 B

1234567891011121314151617181920212223
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="24dp"
  3. android:height="24dp"
  4. android:viewportWidth="54"
  5. android:viewportHeight="54">
  6. <group
  7. android:pivotX="27"
  8. android:pivotY="27"
  9. android:scaleX="0.58"
  10. android:scaleY="0.58">
  11. <path
  12. android:fillColor="#E5E5E5"
  13. android:fillType="evenOdd"
  14. android:pathData="M27,27m-27,0a27,27 0,1 1,54 0a27,27 0,1 1,-54 0"/>
  15. <path
  16. android:fillColor="#00000000"
  17. android:fillType="evenOdd"
  18. android:pathData="M17,16l20,22M16,37l22,-20"
  19. android:strokeWidth="4"
  20. android:strokeColor="#FAFAFA"/>
  21. </group>
  22. </vector>