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