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