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