export const EventDelete = (props) => (
  <IconButton {...props}>
    <img alt="Delete" src={deleteIcon} />
  </IconButton>
);