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