/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InstrumentBrassIcon: 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='M12.186 14.704a1 1 0 0 1 1.414 1.414l-1.06 1.06a1 1 0 0 1-1.415-1.414z' />
        <path
          fillRule='evenodd'
          d='M13.56 2.682c.85-.86 2.092-.816 3.095-.5 1.053.334 2.162 1.046 3.124 2.02s1.665 2.097 1.993 3.163c.313 1.016.356 2.274-.493 3.134s-2.09.816-3.094.5c-.807-.256-1.646-.733-2.427-1.38l-1.01 1.01 1.227 1.243.16.17c1.598 1.79 1.55 4.545-.156 6.268l-.992 1.022-.005.006a4.48 4.48 0 0 1-6.402-.002l-1.261-1.278-1.884 1.884.293.293.069.076a1 1 0 0 1-1.407 1.406l-.076-.069-2-2-.069-.075a1 1 0 0 1 1.407-1.407l.076.07.293.292 1.991-1.992-1.479-1.479a1 1 0 0 1 1.414-1.414l1.48 1.48 1.505-1.506-1.477-1.477a1 1 0 0 1 1.414-1.415l1.477 1.478 1.504-1.504-1.477-1.477a1 1 0 0 1 1.414-1.415l1.477 1.477 1.098-1.097c-.605-.766-1.052-1.584-1.295-2.371-.312-1.016-.356-2.274.493-3.134m-3.555 15.25.003.003.189.176a2.48 2.48 0 0 0 3.361-.178l.988-1.017.008-.008.174-.194a2.59 2.59 0 0 0-.002-3.242l-.174-.196-1.218-1.233-4.601 4.601zm4.96-13.827c-.065.067-.23.363 0 1.111.215.698.72 1.55 1.5 2.34.782.792 1.624 1.304 2.313 1.521.738.233 1.03.065 1.096-.001.066-.067.23-.364 0-1.111-.214-.698-.72-1.549-1.5-2.34-.782-.791-1.622-1.303-2.311-1.52-.738-.233-1.032-.066-1.097 0'
          clipRule='evenodd'
        />
      </g>
    </g>
  </svg>
);
export default InstrumentBrassIcon;
