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