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