import * as React from 'react';
const CancelIcon_IC = (props: any) => (
  <svg xmlns='http://www.w3.org/2000/svg' width={24} height={24} {...props}>
    <path
      fill='#fff'
      d='M5.6 20 4 18.4l6.4-6.4L4 5.6 5.6 4l6.4 6.4L18.4 4 20 5.6 13.6 12l6.4 6.4-1.6 1.6-6.4-6.4Z'
    />
  </svg>
);
export default CancelIcon_IC;
