UNPKG

@omtanke/react-material-icons

Version:
18 lines (16 loc) 479 B
const SvgEmojiPeopleTwoTone = (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' /> <circle cx={12} cy={4} r={2} /> <path d='M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54C8.24 6.99 6 4.75 6 2H4c0 3.16 2.11 5.84 5 6.71V22h2v-6h2v6h2V10.05L18.95 14l1.41-1.41-4.47-4.48z' /> </svg> ); } export default SvgEmojiPeopleTwoTone;