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