import React from 'react'; function IconArrowRight(props: any) { return ( ); } export default IconArrowRight;