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