export const EventEdit = (props) => (
  <IconButton {...props}>
    <img alt="edit" src={editIcon} />
  </IconButton>
);