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