import { Alert } from "@chakra-ui/react" import { LuAlarmClockPlus } from "react-icons/lu" export const AlertWithCustomIcon = () => { return ( Submitting this form will delete your account ) }