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