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