/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const MusicIcon: 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='M8.187 4.359c-.56.056-.987.527-.987 1.09v9.593a4 4 0 0 0-.658-.053c-1.818 0-3.292 1.18-3.292 2.633 0 1.455 1.474 2.634 3.292 2.634s3.291-1.18 3.291-2.633V9.46l7.9-.79v5.056a4 4 0 0 0-.659-.053c-1.818 0-3.291 1.179-3.291 2.633s1.473 2.633 3.291 2.633 3.291-1.179 3.291-2.633V4.352c0-.649-.56-1.155-1.205-1.09z' />
    </g>
  </svg>
);
export default MusicIcon;
