/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const VolumeOnIcon: 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='M14 4.489c0-.64.6-1.12 1.2-.9 1.53.56 2.81 1.49 3.85 2.79v.02c1.3 1.62 1.95 3.5 1.95 5.61s-.65 3.99-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-1a6.8 6.8 0 0 0 2.91-2.26q1.38-1.845 1.38-4.2t-1.38-4.2a6.53 6.53 0 0 0-2.91-2.26c-.41-.17-.71-.55-.71-1zM11.15 4.656c.31-.329.85-.103.85.36v13.976c0 .451-.53.677-.85.36L7.144 15.24a.46.46 0 0 0-.351-.155H4c-.55 0-1-.462-1.001-1.027V9.948c0-.565.45-1.027 1.001-1.028h2.793c.13 0 .26-.061.35-.154z' />
        <path d='M14 8.758c0-.36.38-.6.68-.39.47.34.86.75 1.16 1.26.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 VolumeOnIcon;
