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