UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 433 B
const SvgMarkChatUnreadSharp = (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 6.98V18H6l-4 4V2h12.1A5.002 5.002 0 0019 8c1.13 0 2.16-.39 3-1.02zM16 3c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z' /> </svg> ); } export default SvgMarkChatUnreadSharp;