import React from 'react';
function ArrowRight() {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
width='25'
height='25'
fill='none'
viewBox='0 0 25 25'>
<mask
id='mask0_381_11152'
style={{ maskType: 'alpha' }}
width='25'
height='25'
x='0'
y='0'
maskUnits='userSpaceOnUse'>
<path
fill='#D9D9D9'
d='M0.691 0.142H24.691V24.142H0.691z'></path>
</mask>
<g mask='url(#mask0_381_11152)'>
<path
fill='#fff'
d='M15.691 19.142l-1.425-1.4 4.6-4.6H2.691v-2h16.175l-4.575-4.6 1.4-1.4 7 7-7 7z'></path>
</g>
</svg>
);
}
export default ArrowRight;