type Props = { className?: string; }; function ReceiptIcon({ className }: Props) { return ( ); } export { ReceiptIcon };