import type { FC } from 'react'; export interface RhombusProps { className?: string; } export const Rhombus: FC = ({ className }) => ( );