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