import React from 'react'; const CupIcon: React.FC = () => { return ( ); }; export default CupIcon;