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