UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 387 B
const SvgForwardToInboxSharp = (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='M22 4H2v16h11v-2H4V8l8 5 8-5v5h2V4zm-10 7L4 6h16l-8 5zm7 4l4 4-4 4v-3h-4v-2h4v-3z' /> </svg> ); } export default SvgForwardToInboxSharp;