@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
18 lines (16 loc) • 428 B
JavaScript
const SvgCoffeeMakerSharp = (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='M18 7V4h2V2H4v20h16v-2h-4.03A4.966 4.966 0 0018 16v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v3h10z' />
<circle cx={13} cy={9} r={1} />
</svg>
);
}
export default SvgCoffeeMakerSharp;