+
+
+
+
+
+
+
+ {getNotifictionActions()}
+
+ {email && (
+
+
+ This email was sent to {email}. Please do not reply to this email.
+
+
+ )}
+
+
+ )
+}
+
+export default EmailNotificationTemplate
diff --git a/src/components/Icons/MailCheckIcon.jsx b/src/components/Icons/MailCheckIcon.jsx
new file mode 100644
index 0000000..4046a67
--- /dev/null
+++ b/src/components/Icons/MailCheckIcon.jsx
@@ -0,0 +1,6 @@
+import Icon from '@ant-design/icons'
+import CustomIconSvg from '../../../assets/icons/mailcheckicon.svg?react'
+
+const MailCheckIcon = (props) =>