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