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