/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const EqPeakingIcon: 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>
      <path d='M7.037 11.566c1.397-5.028 8.529-5.028 9.926 0l.342 1.235A2.8 2.8 0 0 0 20 14.85a1.15 1.15 0 0 1 0 2.3 5.1 5.1 0 0 1-4.91-3.732l-.344-1.236c-.773-2.782-4.719-2.782-5.492 0l-.344 1.236A5.1 5.1 0 0 1 4 17.15a1.15 1.15 0 0 1 0-2.3 2.8 2.8 0 0 0 2.695-2.05z' />
    </g>
  </svg>
);
export default EqPeakingIcon;
