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