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