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