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