import { BadgeCheck, Copy, Eye, PencilLine } from 'lucide-react'; import type { RecipientRole } from '.prisma/client'; export const ROLE_ICONS: Record = { SIGNER: , APPROVER: , CC: , VIEWER: , };