UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 481 B
const SvgMmsRound = (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='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM5.63 13.19l2.49-3.2a.5.5 0 01.78-.01l2.1 2.53 3.1-3.99c.2-.26.6-.26.8.01l3.51 4.68a.5.5 0 01-.4.8H6.02c-.41-.01-.65-.49-.39-.82z' /> </svg> ); } export default SvgMmsRound;