@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 456 B
JavaScript
const SvgBrunchDiningSharp = (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='M18 8h2V4h-2v4zm-2 14H2v-2h14v2zm2-6.11l-.4-.42a5.852 5.852 0 01-1.6-4V2h6v9.51c0 1.46-.54 2.87-1.53 3.94l-.47.52V20h2v2h-4v-6.11zM7 16v-2h4v2h5v2H2v-2h5z' />
</svg>
);
}
export default SvgBrunchDiningSharp;