import React from 'react';
export const VolumeOffSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M237.65 176.1H144v159.8h93.65L368 440V72L237.65 176.1z"/>
</svg>;
};