@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
20 lines (18 loc) • 441 B
JavaScript
const SvgTakeoutDining = (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='M5.26 11h13.48l-.67 9H5.93l-.67-9zm3.76-7h5.95L19 7.38l1.59-1.59L22 7.21 19.21 10H4.79L2 7.21 3.41 5.8 5 7.38 9.02 4z'
fillRule='evenodd'
/>
</svg>
);
}
export default SvgTakeoutDining;