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