import './button.css' import { ReactComponent as ArrowRight } from '../../assets/arrow-right.svg'; const rightBtn = (props) => { return ( ); } export default rightBtn