/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const VolumeDownIcon: 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-.154zM14 8.759c0-.36.38-.6.68-.39.47.34.86.75 1.16 1.259.44.73.66 1.55.66 2.4s-.22 1.64-.66 2.36c-.31.5-.69.91-1.16 1.24-.3.21-.68-.02-.68-.39z' />
      </g>
    </g>
  </svg>
);
export default VolumeDownIcon;
