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