type Props = { className: string } export const SquarePen: React.FC = ({ className }) => { return ( ) }