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