/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const MusicNoteIcon: 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 d='M10.056 20q-1.467 0-2.512-1.044T6.5 16.444t1.044-2.51 2.512-1.045q.51 0 .944.122.434.123.833.367v-8.49a.86.86 0 0 1 .256-.632.86.86 0 0 1 .633-.256h3.556a.86.86 0 0 1 .633.256.86.86 0 0 1 .256.633v1.778a.86.86 0 0 1-.256.633.86.86 0 0 1-.633.256H13.61v8.888q0 1.467-1.044 2.512Q11.52 20 10.056 20' />
    </g>
  </svg>
);
export default MusicNoteIcon;
