UNPKG

@omtanke/react-material-icons

Version:
18 lines (16 loc) 493 B
const SvgGppMaybeOutlined = (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='M12 2L4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7z' /> <path d='M11 14h2v2h-2zM11 7h2v5h-2z' /> </svg> ); } export default SvgGppMaybeOutlined;