// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const MusicNoteIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M12 3v10.6a4 4 0 1 0 2 3.4V7h4V3h-6Z" />
  </svg>
);

const MusicNoteIconWrapper = toIcon(MusicNoteIcon);
export default MusicNoteIconWrapper;
