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