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