export const ChevronRightIcon: React.FC<{ [x: string]: unknown }> = (props) => { return ( ); };