import React from 'react'; const ArrowRight = ({ color = 'black', ...rest }: any) => ( ); export default ArrowRight;