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