import { SVGProps } from 'react'; export function ArrowRightCircleIcon( props: JSX.IntrinsicAttributes & SVGProps ) { return ( ); }