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