/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InstrumentFxIcon: 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='M6.412 17.872a1 1 0 0 1-1.527 1.292zM17.705 4.72a1 1 0 0 1 1.34.043l.07.074.204.25c1.032 1.306 2.18 3.405 2.533 5.827.383 2.63-.179 5.632-2.785 8.302a1 1 0 0 1-1.432-1.397c2.118-2.17 2.542-4.522 2.238-6.616-.293-2.008-1.263-3.786-2.117-4.867l-.169-.206-.061-.082a1 1 0 0 1 .179-1.328' />
        <path d='M4.932 4.785a1 1 0 0 1 1.432 1.397c-2.118 2.17-2.542 4.523-2.237 6.617.312 2.14 1.394 4.021 2.285 5.073l-.764.646-.763.646c-1.08-1.277-2.36-3.494-2.737-6.077-.383-2.63.178-5.632 2.784-8.302' />
        <path d='M7.54 6.728a1 1 0 0 1 1.414 1.414c-1.447 1.446-1.725 2.993-1.519 4.37.187 1.25.78 2.374 1.334 3.11l.235.29.062.08a1 1 0 0 1-1.506 1.301l-.07-.074-.151-.182c-.766-.947-1.618-2.466-1.882-4.23-.29-1.931.138-4.135 2.083-6.08M15.092 6.678a1 1 0 0 1 1.34.029l.07.074.152.182c.765.947 1.618 2.466 1.882 4.23.289 1.931-.139 4.135-2.083 6.08a1 1 0 0 1-1.414-1.415c1.446-1.446 1.724-2.992 1.518-4.37-.187-1.25-.78-2.374-1.334-3.11l-.234-.29-.063-.08a1 1 0 0 1 .166-1.33' />
        <path d='M11.433 9.394a.605.605 0 0 1 1.134 0l.483 1.313c.042.11.132.2.243.242l1.313.485a.604.604 0 0 1 0 1.132l-1.313.485a.42.42 0 0 0-.243.242l-.483 1.314a.605.605 0 0 1-1.134 0l-.484-1.314a.42.42 0 0 0-.241-.242l-1.314-.485a.604.604 0 0 1 0-1.132l1.314-.485c.11-.041.2-.131.24-.242z' />
      </g>
    </g>
  </svg>
);
export default InstrumentFxIcon;
