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