/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InstrumentWoodwindIcon: 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='M8.763 14.127a1.1 1.1 0 1 1-.001 2.199 1.1 1.1 0 0 1 .001-2.199M12.06 10.831a1.1 1.1 0 1 1-.001 2.199 1.1 1.1 0 0 1 .001-2.199M15.357 7.536a1.099 1.099 0 1 1 0 2.198 1.099 1.099 0 0 1 0-2.198' />
        <path
          fillRule='evenodd'
          d='M17.453 2.118c.72-.313 1.57-.201 2.18.315l.127.116 1.671 1.664.113.123a2.09 2.09 0 0 1 .28 2.284l-.001.001-1.606 3.18a2 2 0 0 1-.288.424l-.103.11-10.36 10.32a4.347 4.347 0 0 1-6.124 0 4.317 4.317 0 0 1 0-6.112l10.369-10.33.126-.114c.128-.105.255-.182.351-.235l.012-.007 3.098-1.664.002-.001zm-2.21 3.671-.007.005L4.893 16.1l-.034.037a2.328 2.328 0 0 1 2.417.965c.484.724.507 1.643.106 2.382.192-.098.373-.225.534-.385L18.27 8.783l1.55-3.073-1.55-1.546zm3.011 3.024.002-.002.003-.008z'
          clipRule='evenodd'
        />
      </g>
    </g>
  </svg>
);
export default InstrumentWoodwindIcon;
