/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InstrumentStringsIcon: 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='M13.48 9.22a1 1 0 0 1 1.328 1.492l-7.106 7.015a1 1 0 1 1-1.404-1.423l7.105-7.016z' />
        <path
          fillRule='evenodd'
          d='M18.861 2.316a1.11 1.11 0 0 1 1.57 0l1.256 1.259a1.113 1.113 0 0 1 0 1.572L20.43 6.406a1.107 1.107 0 0 1-1.492.068L17.924 7.49a5.966 5.966 0 0 1-.67 7.636l-.137.136c-.737.748-1.735 1.06-2.709 1.007h-.07a.53.53 0 0 0-.523.527v.097c.036.891-.222 1.82-.868 2.547l-.138.146-.664.665a5.956 5.956 0 0 1-9.185-.922c-1.638-2.443-1.078-5.667.914-7.661l.006-.007.137-.128c.659-.584 1.55-.95 2.504-.875l.206.022.045.01H6.8a.526.526 0 0 0 .521-.513l-.009-.07-.004-.061c-.139-1.075.279-2.095.992-2.809l.38-.38.206-.198c2.07-1.893 5.285-2.27 7.626-.584l1.015-1.016a1.113 1.113 0 0 1 .08-1.483zm-3.314 5.536c-1.55-1.285-3.948-1.09-5.453.416l-.38.381c-.332.332-.48.761-.422 1.156l.01.143c0-.029-.002-.05-.002-.054q0 .002.003.022c.004.032.019.131.02.247a2.527 2.527 0 0 1-2.524 2.526c-.032 0-.187.003-.367-.031-.383-.053-.811.096-1.15.429-1.402 1.409-1.698 3.58-.663 5.125a3.957 3.957 0 0 0 6.111.625l.664-.665.105-.118a1.57 1.57 0 0 0 .32-.924l-.003-.185v-.15a2.53 2.53 0 0 1 2.523-2.527h.088l.066.003.182.003c.415-.012.77-.164 1.021-.42l.006-.006.137-.137a3.96 3.96 0 0 0-.229-5.814z'
          clipRule='evenodd'
        />
      </g>
    </g>
  </svg>
);
export default InstrumentStringsIcon;
