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