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