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