/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const EqHighPassIcon: 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='M19 4.85a1.15 1.15 0 0 1 0 2.3h-4.666a6.85 6.85 0 0 0-6.324 4.215l-2.947 7.076a1.15 1.15 0 0 1-1.504.622 1.15 1.15 0 0 1-.621-1.504l2.949-7.079a9.15 9.15 0 0 1 8.447-5.63z' />
    </g>
  </svg>
);
export default EqHighPassIcon;
