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