import { Trans } from '@lingui/react/macro'; import { XCircle } from 'lucide-react'; export const EmbedDocumentRejected = () => { return (

Document Rejected

You have rejected this document

The document owner has been notified of your decision. They may contact you with further instructions if necessary.

No further action is required from you at this time.

); };