@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 410 B
JavaScript
const SvgSubdirectoryArrowRightTwoTone = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path d='M24 24H0V0h24v24z' fill='none' opacity={0.87} />
<path d='M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z' />
</svg>
);
}
export default SvgSubdirectoryArrowRightTwoTone;