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