export default function CustomEmoji({ staticUrl, alt, url }) { return ( {staticUrl && ( )} {alt} ); }