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