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