import React, { FC } from 'react'; type Props = { }; export const NavigationResizeHexagon: FC = () => ( { /* eslint-disable-next-line max-len */ } );