/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const VolumeMuteIcon: 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='M11.15 4.655c.31-.328.85-.102.85.36v13.976c0 .452-.53.678-.85.36l-4.005-4.11a.47.47 0 0 0-.351-.155H4c-.55 0-1.001-.462-1.001-1.027v-4.11c0-.566.45-1.028 1.001-1.028h2.793c.13 0 .26-.062.35-.154zM19.9 8.702a.984.984 0 0 1 1.4 0c.39.39.39 1.01 0 1.4l-1.9 1.901 1.9 1.9c.39.39.39 1.01 0 1.4a.984.984 0 0 1-1.4 0l-1.9-1.9-1.9 1.9a.984.984 0 0 1-1.4 0 .984.984 0 0 1 0-1.4l1.9-1.9-1.9-1.9a.984.984 0 0 1 0-1.4.984.984 0 0 1 1.4 0l1.9 1.9z' />
      </g>
    </g>
  </svg>
);
export default VolumeMuteIcon;
