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