/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InstrumentPianoIcon: 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='M11.088 2.043c1.842 0 3.246 1.559 3.246 3.368 0 .806.608 1.37 1.247 1.37h3.13c1.842 0 3.246 1.558 3.246 3.367v8.962c0 1.59-1.306 2.847-2.88 2.847H4.923c-1.574 0-2.88-1.258-2.88-2.847v-5.263l.003-.13-.003-.07V5.41c0-1.81 1.404-3.368 3.246-3.368zM4.923 13a.864.864 0 0 0-.88.847v5.263c0 .451.377.847.88.847h14.154c.503 0 .88-.396.88-.847v-5.263a.864.864 0 0 0-.88-.847H18v2.738a1 1 0 1 1-2 0V13h-3v2.738a1 1 0 1 1-2 0V13H8v2.738a1 1 0 1 1-2 0V13zm.366-8.957c-.639 0-1.246.562-1.246 1.368v5.726q.419-.135.88-.137h14.154q.461.002.88.137v-.989c0-.806-.607-1.367-1.246-1.368h-3.13c-1.842 0-3.247-1.56-3.247-3.369 0-.806-.607-1.368-1.246-1.368z'
        clipRule='evenodd'
      />
    </g>
  </svg>
);
export default InstrumentPianoIcon;
