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