// THIS FILE IS GENERATED. ANY CHANGES TO THIS FILE WILL BE LOST.
import type { TOC } from '@ember/component/template-only';

export interface MusicNoteIconSignature {
  Element: SVGSVGElement;
}

export const MusicNoteIcon: TOC<MusicNoteIconSignature> = <template><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ...attributes>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.561 3.17201C19.286 2.98501 18.937 2.94801 18.629 3.07101L8.629 7.07101C8.249 7.22401 8 7.59201 8 8.00001V14.352C7.543 14.133 7.039 14 6.5 14C4.57 14 3 15.57 3 17.5C3 19.43 4.57 21 6.5 21C8.43 21 10 19.43 10 17.5V8.67801L18 5.47801V11.352C17.543 11.133 17.039 11 16.5 11C14.57 11 13 12.57 13 14.5C13 16.43 14.57 18 16.5 18C18.43 18 20 16.43 20 14.5V4.00001C20 3.66801 19.835 3.35801 19.561 3.17201ZM6.5 19C5.673 19 5 18.327 5 17.5C5 16.673 5.673 16 6.5 16C7.327 16 8 16.673 8 17.5C8 18.327 7.327 19 6.5 19ZM15 14.5C15 15.327 15.673 16 16.5 16C17.327 16 18 15.327 18 14.5C18 13.673 17.327 13 16.5 13C15.673 13 15 13.673 15 14.5Z"/>
</svg>
</template>;