interface Props { className?: string; } function ShareIcon({ className }: Props) { return ( ); } export default ShareIcon;