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