UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 426 B
import React from 'react'; export default function CupWaterIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-cup-water ${props.className}`} viewBox="0 0 24 24" > <path d="M18.32 8H5.67l-.44-4h13.54M12 19a3 3 0 0 1-3-3c0-2 3-5.4 3-5.4s3 3.4 3 5.4a3 3 0 0 1-3 3M3 2l2 18.23c.13 1 .97 1.77 2 1.77h10c1 0 1.87-.77 2-1.77L21 2H3z" /> </svg> ); }