const ArrowRightAltIcon: React.FC> = ({ width = 27, height = 27, ...props }) => { return ( ); }; export default ArrowRightAltIcon;