/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InstrumentDrumsIcon: 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>
      <path
        fillRule='evenodd'
        d='M2.263 2.264A.91.91 0 0 1 3.479 2.2l.069.063 2.294 2.294c1.705-.711 3.85-1.121 6.151-1.121 2.305 0 4.453.412 6.16 1.125l2.293-2.293.069-.063a.91.91 0 0 1 1.279 1.28l-.063.068-1.904 1.903c1.26.86 2.171 2.03 2.171 3.465q-.002.198-.024.39a1 1 0 0 1 .024.204v7.313c0 1.794-1.42 3.173-3.166 4.05-1.798.904-4.218 1.435-6.839 1.435s-5.041-.534-6.839-1.439c-1.744-.878-3.166-2.257-3.166-4.046V9.516a1 1 0 0 1 .024-.204 3 3 0 0 1-.024-.39c0-1.437.915-2.609 2.178-3.47L2.263 3.55 2.2 3.481a.91.91 0 0 1 .063-1.217m6.15 17.838c.82.19 1.717.319 2.669.369v-6.087a18 18 0 0 1-2.67-.327zm7.173-6.048a18 18 0 0 1-2.686.33v6.087c.958-.05 1.861-.179 2.686-.37zm-11.78 2.775c0 .734.617 1.643 2.166 2.422q.295.15.622.282V13.57a11.5 11.5 0 0 1-1.44-.599 8.3 8.3 0 0 1-1.347-.842zm16.375-4.7c-.41.316-.865.599-1.347.841q-.663.333-1.43.595v5.967q.321-.132.612-.278c1.547-.777 2.165-1.685 2.165-2.425zm-8.188-6.874c-1.778 0-3.407.27-4.74.715l3.585 3.584.062.068a.91.91 0 0 1-1.279 1.28l-.068-.063L5.48 6.767c-1.189.713-1.673 1.502-1.673 2.155 0 .737.616 1.645 2.163 2.423 1.494.752 3.623 1.243 6.023 1.243s4.53-.491 6.024-1.243c1.547-.778 2.163-1.686 2.164-2.423 0-.652-.484-1.438-1.668-2.15l-4.067 4.067a.909.909 0 1 1-1.285-1.285l3.58-3.581c-1.334-.447-2.966-.718-4.748-.718'
        clipRule='evenodd'
      />
    </g>
  </svg>
);
export default InstrumentDrumsIcon;
