UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 556 B
const SvgForwardToInboxRound = (props) => { return ( <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 24 24' width='1em' className='svg-icon' {...props}> <path fill='none' d='M0 0h24v24H0z' /> <path d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9v-2H4V8l6.94 4.34c.65.41 1.47.41 2.12 0L20 8v5h2V6c0-1.1-.9-2-2-2zm-8 7L4 6h16l-8 5zm7 5.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79a.5.5 0 01-.85-.36V20h-3c-.55 0-1-.45-1-1s.45-1 1-1h3v-1.79z' /> </svg> ); } export default SvgForwardToInboxRound;