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