import React from 'react'; const MuteIcon: React.FC> = ({ width = 18, height = 18 }) => { return ( ); }; export default MuteIcon;