@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 385 B
JavaScript
const SvgArrowBackIosSharp = (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='M0 0h24v24H0V0z' fill='none' opacity={0.87} />
<path d='M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z' />
</svg>
);
}
export default SvgArrowBackIosSharp;