/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const VolumeOffIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <g>
        <path d='M2.293 3.293a.984.984 0 0 1 1.4 0l17.01 16.99c.39.39.39 1.01 0 1.4a.984.984 0 0 1-1.4 0l-2.33-2.32c-.42.27-.86.5-1.33.69-.08.04-.16.07-.24.1-.61.23-1.21-.25-1.21-.89v-.08c0-.43.26-.8.66-.95h.03c.23-.08.44-.18.64-.3l-3.33-3.33v3.99c0 .44-.53.67-.85.35l-4.15-4.15h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.2l-4.1-4.1a.984.984 0 0 1 0-1.4M16.683 11.793c0 .25-.02.5-.06.74v-.01c-.04.24-.11.48-.19.71l-2.25-2.25v-2.46c0-.36.38-.6.68-.39.47.34.86.75 1.16 1.26q.66 1.095.66 2.4' />
        <path d='M14.903 5.313c1.18.47 2.15 1.22 2.91 2.26q1.38 1.845 1.38 4.2c0 .6-.07 1.18-.21 1.75a6.3 6.3 0 0 1-.64 1.62l1.45 1.45c.45-.7.8-1.46 1.04-2.27q.36-1.23.36-2.55 0-3.18-1.95-5.61c-1.04-1.3-2.32-2.23-3.85-2.79-.6-.22-1.2.26-1.2.9v.05c0 .45.3.83.71 1zM11.343 4.653c.31-.32.85-.1.85.35v4l-2.6-2.6z' />
      </g>
    </g>
  </svg>
);
export default VolumeOffIcon;
