UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 446 B
const SvgNavigateBeforeRound = (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' /> <path d='M14.91 6.71a.996.996 0 00-1.41 0L8.91 11.3a.996.996 0 000 1.41l4.59 4.59a.996.996 0 101.41-1.41L11.03 12l3.88-3.88c.38-.39.38-1.03 0-1.41z' /> </svg> ); } export default SvgNavigateBeforeRound;