/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const EqHighShelfIcon: 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='M17.465 4.85a6.15 6.15 0 0 0-5.758 3.99l-2.066 5.512a3.85 3.85 0 0 1-3.606 2.498H3a1.15 1.15 0 0 0 0 2.3h3.035a6.15 6.15 0 0 0 5.758-3.99l2.066-5.512a3.85 3.85 0 0 1 3.606-2.498H20a1.15 1.15 0 0 0 0-2.3z' />
    </g>
  </svg>
);
export default EqHighShelfIcon;
