/** * ArrowRightIcon component renders an SVG icon of a right arrow. */ export default function ArrowRightIcon(props) { return ( ); }