import { SVGProps } from 'react'; const ArrowRightIcon = (props?: SVGProps) => { return ( ); }; export default ArrowRightIcon;