import React from 'react'; const ArrowRightIcon: React.FC = () => { return ( ); }; export default ArrowRightIcon;