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