import React from 'react'; import { Icon } from 'UI'; import styles from './alertItem.module.css'; const AlertItem = ({ alert, onDelete, onEdit }) => (