@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
18 lines (16 loc) • 409 B
JavaScript
const SvgOutboxSharp = (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='M11 14h2v-3h3l-4-4-4 4h3z' />
<path d='M3 3v18h18V3H3zm16 11h-4.18c-.41 1.16-1.51 2-2.82 2s-2.4-.84-2.82-2H5V5h14v9z' />
</svg>
);
}
export default SvgOutboxSharp;