/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InstrumentGuitarIcon: 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='M5.868 14.59a1 1 0 0 1 1.338-.074l.076.068 2.007 1.99a1.001 1.001 0 0 1-1.41 1.42l-2.005-1.99-.07-.076a1 1 0 0 1 .064-1.338' />
        <path
          fillRule='evenodd'
          d='M18.861 2.316a1.11 1.11 0 0 1 1.57 0l1.256 1.26a1.113 1.113 0 0 1 0 1.57l-1.256 1.26a1.11 1.11 0 0 1-1.489.074l-1.747 1.747a6.05 6.05 0 0 1 1.188 3.61 4.05 4.05 0 0 1-2.526 3.752l.001.001-.947.39a1.04 1.04 0 0 0-.643.963c0 2.821-2.304 5.083-5.115 5.083-3.962 0-7.173-3.185-7.173-7.123 0-2.821 2.304-5.084 5.116-5.084.433 0 .817-.255.985-.646l.33-.794q.019-.075.05-.15a4.1 4.1 0 0 1 3.773-2.501c1.311 0 2.528.408 3.528 1.104l1.767-1.768a1.114 1.114 0 0 1 .076-1.489zm-6.627 5.412c-.807 0-1.542.467-1.885 1.18q-.014.052-.034.104l-.392.94-.004.008a3.07 3.07 0 0 1-2.823 1.86c-1.725 0-3.115 1.384-3.116 3.082 0 2.822 2.303 5.124 5.173 5.124 1.725 0 3.115-1.384 3.115-3.082 0-1.229.73-2.335 1.878-2.813l.005-.002.948-.389.144-.065c.701-.35 1.14-1.056 1.14-1.839 0-2.268-1.85-4.108-4.149-4.108'
          clipRule='evenodd'
        />
      </g>
    </g>
  </svg>
);
export default InstrumentGuitarIcon;
