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