import * as React from 'react'; export interface MusicNote24Props extends React.SVGProps { ariaLabel?: string } export default function MusicNote24({ ariaLabel, ...props }: MusicNote24Props) { return ( ); }