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