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