import React from 'react'; type Props = { className?: string, } export const Hexagon = React.memo((props: Props): JSX.Element => ( ));