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